Skip to content

Commit

Permalink
*/*: massive pkgcheck cleanup (not full) + some bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Vadim Misbakh-Soloviov <[email protected]>
  • Loading branch information
msva committed Oct 5, 2023
1 parent 14f5b34 commit fd9be6b
Show file tree
Hide file tree
Showing 97 changed files with 178 additions and 1,063 deletions.
4 changes: 0 additions & 4 deletions .directory

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.gitignore
Documentation/bad/*
.directory
/metadata/Documentation/bad/*
profiles/use.local.desc
metadata/cache
metadata/md5-cache
File renamed without changes.
2 changes: 1 addition & 1 deletion app-admin/awscli/awscli-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_COMPAT=( python3_{8..12} pypy3 )

DISTUTILS_USE_PEP517="setuptools"

Expand Down
2 changes: 1 addition & 1 deletion app-arch/jefferson/jefferson-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

DISTUTILS_USE_PEP517="setuptools"

Expand Down
2 changes: 1 addition & 1 deletion app-editors/neovim/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<use>
<flag name="lto">Build with Link Time Optimization (LTO)</flag>
<flag name="nvimpager">Install nvimpager symlink to less.sh macro</flag>
<flag name="tui">Build the neovim unix tui</flag>
<!-- <flag name="tui">Build the neovim unix tui</flag> -->
</use>
<upstream>
<remote-id type="github">neovim/neovim</remote-id>
Expand Down
2 changes: 1 addition & 1 deletion app-eselect/eselect-lua/eselect-lua-2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"

DEPEND="
!dev-lang/lua:0
Expand Down
2 changes: 1 addition & 1 deletion app-eselect/eselect-luajit/eselect-luajit-1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"

RDEPEND="
>=app-admin/eselect-1.2.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=(python3_{8..11} pypy3)
PYTHON_COMPAT=(python3_{8..12} pypy3)
inherit python-r1

DESCRIPTION="Amazfit Bip Font Parser (& Packer)"
Expand Down
2 changes: 1 addition & 1 deletion app-misc/asciinema/asciinema-2.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion app-misc/asciinema/asciinema-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3

Expand Down
2 changes: 1 addition & 1 deletion app-misc/evemu/evemu-2.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

inherit python-single-r1

Expand Down
2 changes: 1 addition & 1 deletion app-shells/push/push-3.1-r5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"

IUSE="split-usr"

Expand Down
2 changes: 1 addition & 1 deletion app-shells/quoter/quoter-4.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"

src_compile() {
emake CC="$(tc-getCC)" EPREFIX="${EPREFIX}"
Expand Down
2 changes: 1 addition & 1 deletion app-text/unicode/unicode-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_COMPAT=( python3_{8..12} pypy3 )

inherit python-r1 git-r3

Expand Down
2 changes: 1 addition & 1 deletion dev-cpp/abseil-cpp/abseil-cpp-20230125.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )

inherit cmake python-any-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-cpp/glibmm/glibmm-2.77.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
inherit gnome.org meson-multilib python-any-r1

DESCRIPTION="C++ interface for glib2"
Expand Down
2 changes: 1 addition & 1 deletion dev-lua/lua-htmlparser/lua-htmlparser-0.3.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/msva/lua-htmlparser"
EGIT_REPO_URI="https://github.com/msva/lua-htmlparser"

if [[ "${PV}" != 9999 ]]; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
EGIT_COMMIT="v${PV}"
fi

Expand Down
2 changes: 1 addition & 1 deletion dev-python/intervaltree/intervaltree-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

inherit git-r3 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/lsprotocol/lsprotocol-2023.0.0_alpha1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi

DESCRIPTION="Python implementation of the Language Server Protocol"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
# ^ py 3.12 - ldap3
DISTUTILS_USE_PEP517=setuptools

PYPI_NO_NORMALIZE=1
Expand All @@ -21,7 +22,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/twisted-15.1.0[${PYTHON_USEDEP}]
>=dev-python/ldap3-2.8[${PYTHON_USEDEP}]
dev-python/service_identity[${PYTHON_USEDEP}]
dev-python/service-identity[${PYTHON_USEDEP}]
"

RESTRICT="test"
2 changes: 1 addition & 1 deletion dev-python/pfp/pfp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

inherit git-r3 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/py010parser/py010parser-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

inherit git-r3 distutils-r1

Expand Down
16 changes: 8 additions & 8 deletions dev-python/pygls/pygls-1.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi

DESCRIPTION="A pythonic generic language server"
Expand All @@ -31,12 +31,12 @@ DEPEND="
${RDEPEND}
dev-python/wheel[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/cattrs[${PYTHON_USEDEP}]
)
"
# BDEPEND="
# test? (
# dev-python/pytest-asyncio[${PYTHON_USEDEP}]
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/cattrs[${PYTHON_USEDEP}]
# )
# "

distutils_enable_tests pytest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

DISTUTILS_USE_PEP517="setuptools"

Expand Down
2 changes: 1 addition & 1 deletion dev-python/python-axolotl/python-axolotl-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

DISTUTILS_USE_PEP517=setuptools

Expand Down
2 changes: 1 addition & 1 deletion dev-python/pytox/pytox-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=8
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

DISTUTILS_USE_PEP517="setuptools"

Expand Down
2 changes: 1 addition & 1 deletion dev-python/sortedcontainers/sortedcontainers-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..11} )
PYTHON_COMPAT=( python3_{8..12} )

inherit git-r3 distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/sshtunnel/sshtunnel-0.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 pypi

DESCRIPTION="Pure Python SSH tunnels"
Expand Down
2 changes: 1 addition & 1 deletion dev-python/typeguard/typeguard-3.0.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )

inherit distutils-r1 pypi

Expand Down
2 changes: 1 addition & 1 deletion dev-ruby/clocale/clocale-0.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

USE_RUBY="ruby27 ruby30 ruby31"
USE_RUBY="ruby30 ruby31 ruby32"

inherit ruby-fakegem

Expand Down
2 changes: 1 addition & 1 deletion dev-ruby/colorls/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST colorls-1.4.4.gem 28672 BLAKE2B c38735f4042293883145fa99a275e632d772f5992529079f8248ffe713122de63a70522c3b3e2a955303dbe84a5b2f57dc44208bc9a2d49cbe45830ff29c2923 SHA512 270e7ad97910ebde0c75f0973faa6a3f1585c45beacf290eceadc61577dfad50317b49be39a04c448ceaa7d8e3b5168d810e028ac6a25dd4268fa06731416fa1
DIST colorls-1.4.6.gem 27648 BLAKE2B 9c1cdf891d22e78d3e75e516050bc575a08be3e9045e1c002ea3b14f7d0891169d9a3c59cbffb8314404f62572aa221bd4bdfea58830c64d5ed117c48ed9969b SHA512 17acb94d13b5bb99ecfaa3ff8c1d43db1afcded01401cd3c48822b9c43f279250ede435a7220cb916cfd7d748d33c59ec0b26620ae2c7d4cc3fa3fdcd7d4047b
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
RUBY_FAKEGEM_EXTRAINSTALL="zsh"
RUBY_FAKEGEM_BINDIR="exe"

USE_RUBY="ruby27 ruby30 ruby31"
USE_RUBY="ruby30 ruby31 ruby32"

inherit ruby-fakegem

Expand All @@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
# ~arm - missing in rainbow
# ~arm64 - missing everywhere
# 2022: still the issue...
# 2024: still the issue...

ruby_add_rdepend '
dev-ruby/filesize:*
Expand Down
1 change: 0 additions & 1 deletion dev-ruby/fcgi/Manifest

This file was deleted.

26 changes: 0 additions & 26 deletions dev-ruby/fcgi/fcgi-0.9.2.2-r1.ebuild

This file was deleted.

12 changes: 0 additions & 12 deletions dev-ruby/fcgi/metadata.xml

This file was deleted.

1 change: 0 additions & 1 deletion dev-ruby/git-version-bump/Manifest

This file was deleted.

19 changes: 0 additions & 19 deletions dev-ruby/git-version-bump/git-version-bump-0.17.2.ebuild

This file was deleted.

11 changes: 0 additions & 11 deletions dev-ruby/git-version-bump/metadata.xml

This file was deleted.

2 changes: 1 addition & 1 deletion dev-ruby/manpages/manpages-0.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

USE_RUBY="ruby27 ruby30 ruby31"
USE_RUBY="ruby30 ruby31 ruby32"

inherit ruby-fakegem

Expand Down
Loading

0 comments on commit fd9be6b

Please sign in to comment.