Diff gentoolkit-0.6.1-r3 with a gentoolkit-0.6.2
/usr/portage/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild 2023-10-09 14:52:28.848368334 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
DISTUTILS_USE_SETUPTOOLS=no |
|
7 |
PYTHON_COMPAT=( python3_{9..11} pypy3 ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} pypy3 ) |
|
8 | 7 |
PYTHON_REQ_USE="xml(+),threads(+)" |
9 | 8 | |
10 | 9 |
inherit distutils-r1 tmpfiles |
... | ... | |
13 | 12 |
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git" |
14 | 13 |
inherit git-r3 |
15 | 14 |
else |
16 |
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz" |
|
17 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
15 |
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2" |
|
16 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
18 | 17 |
fi |
19 | 18 | |
20 | 19 |
DESCRIPTION="Collection of administration scripts for Gentoo" |
... | ... | |
23 | 22 |
LICENSE="GPL-2" |
24 | 23 |
SLOT="0" |
25 | 24 | |
26 |
# Need newer Portage for XML fix, bug #857537 |
|
25 |
# Need newer Portage for eclean-pkg API, bug #900224 |
|
27 | 26 |
DEPEND=" |
28 |
>=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]" |
|
29 |
RDEPEND="${DEPEND} |
|
27 |
>=sys-apps/portage-3.0.52[${PYTHON_USEDEP}] |
|
28 |
" |
|
29 |
RDEPEND=" |
|
30 |
${DEPEND} |
|
30 | 31 |
app-alternatives/awk |
31 |
sys-apps/gentoo-functions" |
|
32 | ||
33 |
PATCHES=( |
|
34 |
"${FILESDIR}/gentoolkit-0.6.1-data_files.patch" |
|
35 |
"${FILESDIR}/gentoolkit-0.6.1-pkgindex.patch" |
|
36 |
) |
|
32 |
sys-apps/gentoo-functions |
|
33 |
" |
|
34 |
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |
|
37 | 35 | |
38 | 36 |
distutils_enable_tests setup.py |
39 | 37 |