[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-07-09 Thread Michał Górny
commit: 72af038ad346aab4904a9107bc0bb5ee14b6b12d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  9 14:42:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  9 14:50:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72af038a

app-portage/gentoolkit: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.7.ebuild | 2 +-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
index 0fab405bae64..a463fae5ad9d 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit meson python-r1 tmpfiles

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 0fab405bae64..a463fae5ad9d 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit meson python-r1 tmpfiles



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-07-09 Thread Michał Górny
commit: a79bc6b02a9e4b18183f93e670beb0b8dce145f6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  9 14:42:50 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  9 14:50:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79bc6b0

app-portage/gentoolkit: Fix testing

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.7.ebuild | 3 ++-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
index d00878e10f08..0fab405bae64 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
@@ -83,7 +83,8 @@ src_compile() {
 }
 
 src_test() {
-   python_foreach_impl meson_src_test --no-rebuild --verbose
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   python_foreach_impl epytest
 }
 
 src_install() {

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index d00878e10f08..0fab405bae64 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -83,7 +83,8 @@ src_compile() {
 }
 
 src_test() {
-   python_foreach_impl meson_src_test --no-rebuild --verbose
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   python_foreach_impl epytest
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-06-02 Thread Sam James
commit: 68cd2be55e38cdcbdfada4cfcf1270d26aab35fd
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Jun  2 18:46:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  2 21:15:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cd2be5

app-portage/gentoolkit: remove pointless shebang sed of library files

The shebang of a file in site-packages doesn't matter, regardless of
what it is. It is at best an editor hint. But it adds many lines to the
portage output. Stop sed'ing these.

No revbump. Changes result in different bytes but the changes themselves
are totally inert.

Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild | 1 -
 app-portage/gentoolkit/gentoolkit-0.6.5.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.6.6.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.6.7.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-.ebuild | 1 -
 5 files changed, 5 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
index 36bae9f8dac2..12c98846bbf9 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
@@ -95,7 +95,6 @@ my_src_install() {
)
 
meson_src_install
-   python_fix_shebang "${pydirs[@]}"
python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
index 06657eae3abe..10786b3e8d2e 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
@@ -95,7 +95,6 @@ my_src_install() {
)
 
meson_src_install
-   python_fix_shebang "${pydirs[@]}"
python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
index 5eb3d884baf5..d00878e10f08 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
@@ -101,7 +101,6 @@ my_src_install() {
)
 
meson_src_install
-   python_fix_shebang "${pydirs[@]}"
python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
index 5eb3d884baf5..d00878e10f08 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
@@ -101,7 +101,6 @@ my_src_install() {
)
 
meson_src_install
-   python_fix_shebang "${pydirs[@]}"
python_optimize "${pydirs[@]}"
 }
 

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 5eb3d884baf5..d00878e10f08 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -101,7 +101,6 @@ my_src_install() {
)
 
meson_src_install
-   python_fix_shebang "${pydirs[@]}"
python_optimize "${pydirs[@]}"
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-05-08 Thread Sam James
commit: 7d957d77c80b4296b8b3bdcc04bee1e4a953f9b1
Author: Sam James  gentoo  org>
AuthorDate: Wed May  8 21:44:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  8 21:44:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d957d77

app-portage/gentoolkit: add 0.6.7

Closes: https://bugs.gentoo.org/877491
Closes: https://bugs.gentoo.org/923369
Closes: https://bugs.gentoo.org/915055
Closes: https://bugs.gentoo.org/928951
Closes: https://bugs.gentoo.org/928138
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest|   1 +
 app-portage/gentoolkit/gentoolkit-0.6.7.ebuild | 127 +
 2 files changed, 128 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 6436268220d5..27d5cee1963f 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,3 +1,4 @@
 DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d
 DIST gentoolkit-0.6.5.tar.bz2 3186457 BLAKE2B 
7f873385b183e51b03e1c4be0edbabc89556e1b3a1dce2be71584c9ea927dd09185ba1022e570de0ed2a46cbb764c67f6eaccf97dc5892f4f355244bac7c0545
 SHA512 
cff9e7b1b8122941b03f7e156f25b5b416c5e4bbf1b759ecf006c271758f2548323bf59ba94a14f3268eea43081ccbba3ab63e118123af870c0257aaecbb9554
 DIST gentoolkit-0.6.6.tar.bz2 3187351 BLAKE2B 
f8add246e9d968c57a8d0e5c842a40a7646e92cc165ca611df35988ba55bd0221a26eefb351680f53e81adcf608a20eab604d0a9b9e52f936ebc7c20575c597c
 SHA512 
73fc4b8d98dc118d3c505c49d94dd248c92d2bde883c130c65dcf814d200a165084e9c94713e93341e7c54b59b59db83279538440e0822902de688c135b8949d
+DIST gentoolkit-0.6.7.tar.bz2 3187598 BLAKE2B 
54c576fa7ded310fae24100171e069bfc79c0f908199384d33cac34d49f62e5cac4bda3e7f93db1866f8d4cf75afb465d82038eebb4df27070e14e73fba65feb
 SHA512 
a5fb73c9b43e74541ccbb0537f860b6623284b84feb8922c95b5b5dd1dbd3db5117cbc3f899483c1a99086fcd8ddf49f71b81475e29af9e8bcdd123501fe

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
new file mode 100644
index ..5eb3d884baf5
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.6.7.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit meson python-r1 tmpfiles
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   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"
+fi
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# Need newer Portage for eclean-pkg API, bug #900224
+DEPEND="
+   >=sys-apps/portage-3.0.57[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${DEPEND}
+   ${PYTHON_DEPS}
+   app-alternatives/awk
+   sys-apps/gentoo-functions
+"
+
+# setuptools is still needed as a workaround for Python 3.12+ for now.
+# https://github.com/mesonbuild/meson/issues/7702
+#
+# >=meson-1.2.1-r1 for bug #912051
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-build/meson-1.2.1-r1
+   $(python_gen_cond_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ' python3_12)
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+src_prepare() {
+   default
+   if use prefix-guest ; then
+   # use correct repo name, bug #632223
+   sed -i \
+   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
+   pym/gentoolkit/profile.py || die
+   fi
+}
+
+src_configure() {
+   local code_only=false
+   python_foreach_impl my_src_configure
+}
+
+my_src_configure() {
+   local emesonargs=(
+   -Dcode-only=${code_only}
+   $(meson_use test tests)
+   -Deprefix="${EPREFIX}"
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   )
+
+   meson_src_configure
+   code_only=true
+}
+
+src_compile() {
+   python_foreach_impl meson_src_compile
+}
+
+src_test() {
+   python_foreach_impl meson_src_test --no-rebuild --verbose
+}
+
+src_install() {
+   python_foreach_impl my_src_install
+   dotmpfiles data/tmpfiles.d/revdep-rebuild.conf
+
+   local scripts
+   

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-04-25 Thread Sam James
commit: 6ddc5fd52dc4cabd88be41e622fc510e94230b86
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 25 20:39:23 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 25 20:39:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddc5fd5

app-portage/gentoolkit: add 0.6.6

Closes: https://bugs.gentoo.org/877485
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest|   1 +
 app-portage/gentoolkit/gentoolkit-0.6.6.ebuild | 127 +
 2 files changed, 128 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index b9fa161f8962..6436268220d5 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,3 @@
 DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d
 DIST gentoolkit-0.6.5.tar.bz2 3186457 BLAKE2B 
7f873385b183e51b03e1c4be0edbabc89556e1b3a1dce2be71584c9ea927dd09185ba1022e570de0ed2a46cbb764c67f6eaccf97dc5892f4f355244bac7c0545
 SHA512 
cff9e7b1b8122941b03f7e156f25b5b416c5e4bbf1b759ecf006c271758f2548323bf59ba94a14f3268eea43081ccbba3ab63e118123af870c0257aaecbb9554
+DIST gentoolkit-0.6.6.tar.bz2 3187351 BLAKE2B 
f8add246e9d968c57a8d0e5c842a40a7646e92cc165ca611df35988ba55bd0221a26eefb351680f53e81adcf608a20eab604d0a9b9e52f936ebc7c20575c597c
 SHA512 
73fc4b8d98dc118d3c505c49d94dd248c92d2bde883c130c65dcf814d200a165084e9c94713e93341e7c54b59b59db83279538440e0822902de688c135b8949d

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
new file mode 100644
index ..5eb3d884baf5
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.6.6.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit meson python-r1 tmpfiles
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   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"
+fi
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# Need newer Portage for eclean-pkg API, bug #900224
+DEPEND="
+   >=sys-apps/portage-3.0.57[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${DEPEND}
+   ${PYTHON_DEPS}
+   app-alternatives/awk
+   sys-apps/gentoo-functions
+"
+
+# setuptools is still needed as a workaround for Python 3.12+ for now.
+# https://github.com/mesonbuild/meson/issues/7702
+#
+# >=meson-1.2.1-r1 for bug #912051
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-build/meson-1.2.1-r1
+   $(python_gen_cond_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ' python3_12)
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+src_prepare() {
+   default
+   if use prefix-guest ; then
+   # use correct repo name, bug #632223
+   sed -i \
+   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
+   pym/gentoolkit/profile.py || die
+   fi
+}
+
+src_configure() {
+   local code_only=false
+   python_foreach_impl my_src_configure
+}
+
+my_src_configure() {
+   local emesonargs=(
+   -Dcode-only=${code_only}
+   $(meson_use test tests)
+   -Deprefix="${EPREFIX}"
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   )
+
+   meson_src_configure
+   code_only=true
+}
+
+src_compile() {
+   python_foreach_impl meson_src_compile
+}
+
+src_test() {
+   python_foreach_impl meson_src_test --no-rebuild --verbose
+}
+
+src_install() {
+   python_foreach_impl my_src_install
+   dotmpfiles data/tmpfiles.d/revdep-rebuild.conf
+
+   local scripts
+   mapfile -t scripts < <(awk '/^#!.*python/ {print FILENAME} {nextfile}' 
"${ED}"/usr/bin/* || die)
+   python_replicate_script "${scripts[@]}"
+}
+
+my_src_install() {
+   local pydirs=(
+   "${D}$(python_get_sitedir)"
+   )
+
+   meson_src_install
+   python_fix_shebang "${pydirs[@]}"
+   python_optimize "${pydirs[@]}"
+}
+
+pkg_postinst() {
+   tmpfiles_process revdep-rebuild.conf
+
+   # Only show the elog information on 

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-03-28 Thread Sam James
commit: e08768a37d002f28f3825064bae88b10847c2aa6
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 29 04:18:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 29 04:18:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08768a3

app-portage/gentoolkit: Stabilize 0.6.5 ALLARCHES, #928071

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
index 551b618d223a..06657eae3abe 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-03-12 Thread Sam James
commit: d129a341c240c68effcb2a03399ea52f36116aea
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar 12 21:46:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar 12 21:46:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d129a341

app-portage/gentoolkit: adapt live to new pytest dep + build system option

Closes: https://bugs.gentoo.org/926427
Co-authored-by: Greg Kubaryk  gmail.com>
Signed-off-by: Greg Kubaryk  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 551b618d223a..5eb3d884baf5 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -22,6 +22,8 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
 LICENSE="GPL-2"
 SLOT="0"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 # Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
@@ -44,6 +46,9 @@ BDEPEND="
$(python_gen_cond_dep '
dev-python/setuptools[${PYTHON_USEDEP}]
' python3_12)
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
 "
 
 src_prepare() {
@@ -64,6 +69,7 @@ src_configure() {
 my_src_configure() {
local emesonargs=(
-Dcode-only=${code_only}
+   $(meson_use test tests)
-Deprefix="${EPREFIX}"
-Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
)



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-01-18 Thread Sam James
commit: 45be97b4062ce6c22dd88e10f7349857ac7369a5
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 19 06:38:07 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 19 06:38:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45be97b4

app-portage/gentoolkit: add 0.6.5, drop 0.6.4

Closes: https://bugs.gentoo.org/922455
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest | 2 +-
 .../gentoolkit/{gentoolkit-0.6.4.ebuild => gentoolkit-0.6.5.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index e62318728ee2..b9fa161f8962 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,2 @@
 DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d
-DIST gentoolkit-0.6.4.tar.bz2 3186751 BLAKE2B 
b6fa8a7acc40009d7b99e37bf30c79d603277f116d064a145b2032af651f56cf22b6412f4223afdb9270bfddbfe912803123ed181b63ea989beea0d45d8498cc
 SHA512 
67f85eb8fbaa28b0c28e79e8f8fe3384e65e44d824a2b123e5585348d6df7d69f1a0b74e7bc5d9592e93c0d6d597972a3e592cb7310555a2a5718723968d0277
+DIST gentoolkit-0.6.5.tar.bz2 3186457 BLAKE2B 
7f873385b183e51b03e1c4be0edbabc89556e1b3a1dce2be71584c9ea927dd09185ba1022e570de0ed2a46cbb764c67f6eaccf97dc5892f4f355244bac7c0545
 SHA512 
cff9e7b1b8122941b03f7e156f25b5b416c5e4bbf1b759ecf006c271758f2548323bf59ba94a14f3268eea43081ccbba3ab63e118123af870c0257aaecbb9554

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.4.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.5.ebuild
similarity index 100%
rename from app-portage/gentoolkit/gentoolkit-0.6.4.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.6.5.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-01-18 Thread Matt Turner
commit: 670dcee84d3d66cd9cab986463dc5a90ab9ec7fd
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 18 20:59:39 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 18 21:01:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670dcee8

app-portage/gentoolkit: Version bump to 0.6.4

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/Manifest|   1 +
 app-portage/gentoolkit/gentoolkit-0.6.4.ebuild | 121 +
 2 files changed, 122 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 8e03e48e21af..6b329cabaf06 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,3 @@
 DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d
 DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d
+DIST gentoolkit-0.6.4.tar.bz2 3186751 BLAKE2B 
b6fa8a7acc40009d7b99e37bf30c79d603277f116d064a145b2032af651f56cf22b6412f4223afdb9270bfddbfe912803123ed181b63ea989beea0d45d8498cc
 SHA512 
67f85eb8fbaa28b0c28e79e8f8fe3384e65e44d824a2b123e5585348d6df7d69f1a0b74e7bc5d9592e93c0d6d597972a3e592cb7310555a2a5718723968d0277

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.4.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.4.ebuild
new file mode 100644
index ..551b618d223a
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.6.4.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit meson python-r1 tmpfiles
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   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"
+fi
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+
+LICENSE="GPL-2"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Need newer Portage for eclean-pkg API, bug #900224
+DEPEND="
+   >=sys-apps/portage-3.0.57[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${DEPEND}
+   ${PYTHON_DEPS}
+   app-alternatives/awk
+   sys-apps/gentoo-functions
+"
+
+# setuptools is still needed as a workaround for Python 3.12+ for now.
+# https://github.com/mesonbuild/meson/issues/7702
+#
+# >=meson-1.2.1-r1 for bug #912051
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-build/meson-1.2.1-r1
+   $(python_gen_cond_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ' python3_12)
+"
+
+src_prepare() {
+   default
+   if use prefix-guest ; then
+   # use correct repo name, bug #632223
+   sed -i \
+   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
+   pym/gentoolkit/profile.py || die
+   fi
+}
+
+src_configure() {
+   local code_only=false
+   python_foreach_impl my_src_configure
+}
+
+my_src_configure() {
+   local emesonargs=(
+   -Dcode-only=${code_only}
+   -Deprefix="${EPREFIX}"
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   )
+
+   meson_src_configure
+   code_only=true
+}
+
+src_compile() {
+   python_foreach_impl meson_src_compile
+}
+
+src_test() {
+   python_foreach_impl meson_src_test --no-rebuild --verbose
+}
+
+src_install() {
+   python_foreach_impl my_src_install
+   dotmpfiles data/tmpfiles.d/revdep-rebuild.conf
+
+   local scripts
+   mapfile -t scripts < <(awk '/^#!.*python/ {print FILENAME} {nextfile}' 
"${ED}"/usr/bin/* || die)
+   python_replicate_script "${scripts[@]}"
+}
+
+my_src_install() {
+   local pydirs=(
+   "${D}$(python_get_sitedir)"
+   )
+
+   meson_src_install
+   python_fix_shebang "${pydirs[@]}"
+   python_optimize "${pydirs[@]}"
+}
+
+pkg_postinst() {
+   tmpfiles_process revdep-rebuild.conf
+
+   # Only show the elog information on a new install
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "For further information on gentoolkit, please read the 
gentoolkit"
+

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/, app-portage/gentoolkit/files/

2024-01-18 Thread Matt Turner
commit: 9a7a003f6e5df44ebb42faa9de2f7c4c5f7843f5
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 18 21:01:01 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 18 21:01:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7a003f

app-portage/gentoolkit: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/Manifest|  1 -
 .../files/gentoolkit-0.6.1-data_files.patch| 47 --
 .../files/gentoolkit-0.6.1-pkgindex.patch  | 45 -
 app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild  | 73 --
 4 files changed, 166 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 6b329cabaf06..e62318728ee2 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,3 +1,2 @@
-DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d
 DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d
 DIST gentoolkit-0.6.4.tar.bz2 3186751 BLAKE2B 
b6fa8a7acc40009d7b99e37bf30c79d603277f116d064a145b2032af651f56cf22b6412f4223afdb9270bfddbfe912803123ed181b63ea989beea0d45d8498cc
 SHA512 
67f85eb8fbaa28b0c28e79e8f8fe3384e65e44d824a2b123e5585348d6df7d69f1a0b74e7bc5d9592e93c0d6d597972a3e592cb7310555a2a5718723968d0277

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.6.1-data_files.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.6.1-data_files.patch
deleted file mode 100644
index 8039864d69f9..
--- a/app-portage/gentoolkit/files/gentoolkit-0.6.1-data_files.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 5b52ee6c6efab68111d128d45f386ac21eaf84f6 Mon Sep 17 00:00:00 2001
-From: Brian Dolbec 
-Date: Sun, 10 Jul 2022 13:41:36 -0700
-Subject: [PATCH] Revert "setup.py: migrate to setuptools"
-
-This reverts commit bbbde97b5e625a49a1a66e307931548cb33f260b.
-setuptools only installs data files to the python pkg directory

- setup.py | 8 
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 36995de..23e9b36 100755
 a/setup.py
-+++ b/setup.py
-@@ -3,8 +3,8 @@
- import re
- import sys
- import subprocess
--
--from setuptools import setup, Command
-+from distutils import core
-+from distutils.cmd import Command
- from glob import glob
- 
- import os
-@@ -67,7 +67,7 @@ manpages = [
- ]
- 
- 
--class set_version(Command):
-+class set_version(core.Command):
- """Set python __version__ and bash VERSION to our __version__."""
- 
- description = "hardcode scripts' version using VERSION from environment"
-@@ -130,7 +130,7 @@ test_data = {
- ]
- }
- 
--setup(
-+core.setup(
- name="gentoolkit",
- version=__version__,
- description="Set of tools that work with and enhance portage.",
---
-libgit2 1.4.3
-

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.6.1-pkgindex.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.6.1-pkgindex.patch
deleted file mode 100644
index 193eacc2db8b..
--- a/app-portage/gentoolkit/files/gentoolkit-0.6.1-pkgindex.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From bf3eb16e451fd1bdee8ef03a0d22e0040e033f19 Mon Sep 17 00:00:00 2001
-From: Brian Dolbec 
-Date: Sun, 10 Jul 2022 23:41:33 -0700
-Subject: [PATCH] eclean/pkgindex.py: Fix typo in function call
-
-  File "/usr/lib/python3.10/site-packages/gentoolkit/eclean/pkgindex.py", line
-60, in clean_pkgs_index
-if self.get_emaint_binhost():
-AttributeError: 'PkgIndex' object has no attribute 'get_emaint_binhost'. Did
-you mean: '_get_emaint_binhost'?
-
-Also fix too many parameters in line 68 for the self.controller() call
-
-Bug: https://bugs.gentoo.org/857555
-
-Signed-off-by: Brian Dolbec 

- pym/gentoolkit/eclean/pkgindex.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/pym/gentoolkit/eclean/pkgindex.py 
b/pym/gentoolkit/eclean/pkgindex.py
-index d0878a1..7d6fade 100644
 a/pym/gentoolkit/eclean/pkgindex.py
-+++ b/pym/gentoolkit/eclean/pkgindex.py
-@@ -57,15 +57,15 @@ class PkgIndex:
- statinfo = os.stat(file_)
- size1 = statinfo.st_size
- show_progress = not quiet
--if self.get_emaint_binhost():
-+if self._get_emaint_binhost():
- self.taskmaster = TaskHandler(show_progress_bar=show_progress)
- tasks = [self.binhost]
- self.taskmaster.run_tasks(tasks)
- else:
- self.call_emaint()
- statinfo = os.stat(file_)
-

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-01-18 Thread Matt Turner
commit: 21efb02156ae1ec3f3834d86d2780ba561bdff9f
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jan 18 20:58:45 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jan 18 21:01:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21efb021

app-portage/gentoolkit: Raise required portage version

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index a4e22666a537..551b618d223a 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
-   >=sys-apps/portage-3.0.53[${PYTHON_USEDEP}]
+   >=sys-apps/portage-3.0.57[${PYTHON_USEDEP}]
 "
 RDEPEND="
${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2024-01-08 Thread Sam James
commit: ea146600f508c34863b7935f67443b5bc4a2de4e
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Jan  8 21:42:43 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  9 00:06:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea146600

app-portage/gentoolkit: sync live

Apply QA issue fix to the live ebuild as well.

Fixes: d423beeed737735ab85cb5543c4a11c27b98c09d
Bug: https://bugs.gentoo.org/920490
Signed-off-by: Eli Schwartz  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34715
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 82c6182f649e..42a5a95fdd99 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -95,8 +95,8 @@ my_src_install() {
)
 
meson_src_install
-   python_optimize "${pydirs[@]}"
python_fix_shebang "${pydirs[@]}"
+   python_optimize "${pydirs[@]}"
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-27 Thread Sam James
commit: 104df0c4e7d6c52c8c88de0201dadd25643452c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 28 03:50:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 28 03:50:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104df0c4

app-portage/gentoolkit: drop 0.6.2

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest|  1 -
 app-portage/gentoolkit/gentoolkit-0.6.2.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 870f7ec80eaf..8e03e48e21af 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,3 +1,2 @@
 DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d
-DIST gentoolkit-0.6.2.tar.bz2 3186974 BLAKE2B 
48f388962e70842b7959467b7697b98121ee2a27bca6e2fc2ebb69782ece1df9b63b4451e19ebacf5a627a9c6feb17f7af395229d2eb870d8bbde1da80262593
 SHA512 
a1c9157758453f214e6131237df2bc91c49c28a4411ecbb0f74768ae0dd7c4fe8272cfc354a424f6acc8cc322d4eaa35ef98147fe749bc41cb680bb3acfdc2ac
 DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild
deleted file mode 100644
index 1e92fde3bb89..
--- a/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-PYTHON_REQ_USE="xml(+),threads(+)"
-
-inherit distutils-r1 tmpfiles
-
-if [[ ${PV} = * ]]; then
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
-   inherit git-r3
-else
-   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
-fi
-
-DESCRIPTION="Collection of administration scripts for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
-
-LICENSE="GPL-2"
-SLOT="0"
-
-# Need newer Portage for eclean-pkg API, bug #900224
-DEPEND="
-   >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   ${DEPEND}
-   app-alternatives/awk
-   sys-apps/gentoo-functions
-"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-python_prepare_all() {
-   python_setup
-   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   distutils-r1_python_prepare_all
-
-   if use prefix-guest ; then
-   # use correct repo name, bug #632223
-   sed -i \
-   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
-   pym/gentoolkit/profile.py || die
-   fi
-}
-
-pkg_postinst() {
-   tmpfiles_process revdep-rebuild.conf
-
-   # Only show the elog information on a new install
-   if [[ ! ${REPLACING_VERSIONS} ]]; then
-   elog
-   elog "For further information on gentoolkit, please read the 
gentoolkit"
-   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
-   elog
-   elog "Another alternative to equery is 
app-portage/portage-utils"
-   elog
-   elog "Additional tools that may be of interest:"
-   elog
-   elog "app-admin/eclean-kernel"
-   elog "app-portage/diffmask"
-   elog "app-portage/flaggie"
-   elog "app-portage/portpeek"
-   elog "app-portage/smart-live-rebuild"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-23 Thread Sam James
commit: d423beeed737735ab85cb5543c4a11c27b98c09d
Author: Alfred Wingate  protonmail  com>
AuthorDate: Sat Dec 23 06:21:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 23 17:28:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d423beee

app-portage/gentoolkit: fix compilation of invalid bytecode

* Fixing python prefix after compilation invalidates it.

Closes: https://bugs.gentoo.org/920490
Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34438
Signed-off-by: Sam James  gentoo.org>

 .../gentoolkit/{gentoolkit-0.6.3.ebuild => gentoolkit-0.6.3-r1.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
similarity index 100%
rename from app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
index fe7dfd765981..ef31ef884f35 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild
@@ -95,8 +95,8 @@ my_src_install() {
)
 
meson_src_install
-   python_optimize "${pydirs[@]}"
python_fix_shebang "${pydirs[@]}"
+   python_optimize "${pydirs[@]}"
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: 14dc32d6b5318343991596e31c4cef2288650c33
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14dc32d6

app-portage/gentoolkit: Stabilize 0.6.3 hppa, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index 2a5cec404a7b..b6cef1a27a37 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: 40c972b8c841ce76d134a741fef506d205117063
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c972b8

app-portage/gentoolkit: Stabilize 0.6.3 ppc, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index 7d412ea0c7e0..fe7dfd765981 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: 38aef739bb6303b29ed05327ca6453419e994a54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38aef739

app-portage/gentoolkit: Stabilize 0.6.3 x86, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index 79373913..7d412ea0c7e0 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: 76e3bb149564a54307c4576365e2ebf7577be7c1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76e3bb14

app-portage/gentoolkit: Stabilize 0.6.3 sparc, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index eac61a06050d..79373913 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: 0e26cd0b744b23a3c03bfac463f305cf09ff7066
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e26cd0b

app-portage/gentoolkit: Stabilize 0.6.3 amd64, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index e7ab891909cc..eac61a06050d 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: ef3b658929ca815f2cdecedee7a7ee271d0da32b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3b6589

app-portage/gentoolkit: Stabilize 0.6.3 arm64, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index 71fa50a9aa22..e7ab891909cc 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: a8b6577904158504747bd724b7a57844d5e816b6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b65779

app-portage/gentoolkit: Stabilize 0.6.3 arm, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index b6cef1a27a37..71fa50a9aa22 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-12-12 Thread Arthur Zamarin
commit: 74776b1c600abd648cb7f2e97f9ec6ab5e05c07d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Dec 12 08:01:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Dec 12 08:01:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74776b1c

app-portage/gentoolkit: Stabilize 0.6.3 ppc64, #919104

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index 82c6182f649e..2a5cec404a7b 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-10-19 Thread Sam James
commit: 122ee4d7e65a6a1ba60a508a99f4d93632bda5dd
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 20 00:57:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 20 00:58:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122ee4d7

app-portage/gentoolkit: add 0.6.3

Bug: https://bugs.gentoo.org/900224
Closes: https://bugs.gentoo.org/909888
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest | 1 +
 .../gentoolkit/{gentoolkit-.ebuild => gentoolkit-0.6.3.ebuild}  | 6 +++---
 app-portage/gentoolkit/gentoolkit-.ebuild   | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index dfcc1e98765b..870f7ec80eaf 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,3 @@
 DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d
 DIST gentoolkit-0.6.2.tar.bz2 3186974 BLAKE2B 
48f388962e70842b7959467b7697b98121ee2a27bca6e2fc2ebb69782ece1df9b63b4451e19ebacf5a627a9c6feb17f7af395229d2eb870d8bbde1da80262593
 SHA512 
a1c9157758453f214e6131237df2bc91c49c28a4411ecbb0f74768ae0dd7c4fe8272cfc354a424f6acc8cc322d4eaa35ef98147fe749bc41cb680bb3acfdc2ac
+DIST gentoolkit-0.6.3.tar.bz2 3186163 BLAKE2B 
0f9befac53faa2b578b461a55c7113934a60478fc5d8d5ab0e06cb836ff5a2de75bb290ed797a2b085ec9f33c8494e3c3d5d0d6b643c525fff4dd0a82657118f
 SHA512 
cf51480213fd4bac45d44f5eb5e4be4cb5c5b97ad63ecd832eb54fc7043ab8e974491005431f0897d6c41d251ae0f9fc95cfdfc4d613fc56340630a094bfc61d

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
similarity index 94%
copy from app-portage/gentoolkit/gentoolkit-.ebuild
copy to app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
index e4a3125c8852..82c6182f649e 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild
@@ -12,8 +12,8 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
inherit git-r3
 else
-   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   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"
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
-   >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
+   >=sys-apps/portage-3.0.53[${PYTHON_USEDEP}]
 "
 RDEPEND="
${DEPEND}

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index e4a3125c8852..82c6182f649e 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -12,8 +12,8 @@ if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
inherit git-r3
 else
-   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   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"
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"
@@ -25,7 +25,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
-   >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
+   >=sys-apps/portage-3.0.53[${PYTHON_USEDEP}]
 "
 RDEPEND="
${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-10-11 Thread Sam James
commit: 54b07999b19d0f3de682b6bec5c545cf1af20bc0
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct  9 05:19:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 12 05:04:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54b07999

app-portage/gentoolkit: Migrate  to use Meson

Bug: https://bugs.gentoo.org/909888
Signed-off-by: Zac Medico  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/33257
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 68 +++
 1 file changed, 59 insertions(+), 9 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 018a60d8df98..e4a3125c8852 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PYTHON_COMPAT=( python3_{10..12} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
-inherit distutils-r1 tmpfiles
+inherit meson python-r1 tmpfiles
 
 if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
@@ -21,6 +21,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
 
 LICENSE="GPL-2"
 SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
@@ -28,19 +29,25 @@ DEPEND="
 "
 RDEPEND="
${DEPEND}
+   ${PYTHON_DEPS}
app-alternatives/awk
sys-apps/gentoo-functions
 "
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-distutils_enable_tests setup.py
-
-python_prepare_all() {
-   python_setup
-   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   distutils-r1_python_prepare_all
+# setuptools is still needed as a workaround for Python 3.12+ for now.
+# https://github.com/mesonbuild/meson/issues/7702
+#
+# >=meson-1.2.1-r1 for bug #912051
+BDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-util/meson-1.2.1-r1
+   $(python_gen_cond_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ' python3_12)
+"
 
+src_prepare() {
+   default
if use prefix-guest ; then
# use correct repo name, bug #632223
sed -i \
@@ -49,6 +56,49 @@ python_prepare_all() {
fi
 }
 
+src_configure() {
+   local code_only=false
+   python_foreach_impl my_src_configure
+}
+
+my_src_configure() {
+   local emesonargs=(
+   -Dcode-only=${code_only}
+   -Deprefix="${EPREFIX}"
+   -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
+   )
+
+   meson_src_configure
+   code_only=true
+}
+
+src_compile() {
+   python_foreach_impl meson_src_compile
+}
+
+src_test() {
+   python_foreach_impl meson_src_test --no-rebuild --verbose
+}
+
+src_install() {
+   python_foreach_impl my_src_install
+   dotmpfiles data/tmpfiles.d/revdep-rebuild.conf
+
+   local scripts
+   mapfile -t scripts < <(awk '/^#!.*python/ {print FILENAME} {nextfile}' 
"${ED}"/usr/bin/* || die)
+   python_replicate_script "${scripts[@]}"
+}
+
+my_src_install() {
+   local pydirs=(
+   "${D}$(python_get_sitedir)"
+   )
+
+   meson_src_install
+   python_optimize "${pydirs[@]}"
+   python_fix_shebang "${pydirs[@]}"
+}
+
 pkg_postinst() {
tmpfiles_process revdep-rebuild.conf
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-10-03 Thread Sam James
commit: 8b1e46f54820a06a69e0573015ee33f67e04c1c3
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 15:45:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 15:45:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1e46f5

app-portage/gentoolkit: forward ~arm64-macos

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.2.ebuild | 2 +-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild
index d4977cdb0e83..1e92fde3bb89 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 3d3ffd4270cd..018a60d8df98 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   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"
+   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"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-10-03 Thread Sam James
commit: c162ce62447fec711a28ecf1434879256c8aea6a
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  3 15:43:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  3 15:44:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c162ce62

app-portage/gentoolkit: add 0.6.2

Bug: https://bugs.gentoo.org/900224
Closes: https://bugs.gentoo.org/369581
Closes: https://bugs.gentoo.org/382009
Closes: https://bugs.gentoo.org/576224
Closes: https://bugs.gentoo.org/709816
Closes: https://bugs.gentoo.org/861116
Closes: https://bugs.gentoo.org/877519
Closes: https://bugs.gentoo.org/902551
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest|  1 +
 app-portage/gentoolkit/gentoolkit-0.6.2.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 3b2e5a268698..dfcc1e98765b 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1 +1,2 @@
 DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d
+DIST gentoolkit-0.6.2.tar.bz2 3186974 BLAKE2B 
48f388962e70842b7959467b7697b98121ee2a27bca6e2fc2ebb69782ece1df9b63b4451e19ebacf5a627a9c6feb17f7af395229d2eb870d8bbde1da80262593
 SHA512 
a1c9157758453f214e6131237df2bc91c49c28a4411ecbb0f74768ae0dd7c4fe8272cfc354a424f6acc8cc322d4eaa35ef98147fe749bc41cb680bb3acfdc2ac

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild
new file mode 100644
index ..d4977cdb0e83
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.6.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit distutils-r1 tmpfiles
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2;
+   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"
+fi
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+# Need newer Portage for eclean-pkg API, bug #900224
+DEPEND="
+   >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${DEPEND}
+   app-alternatives/awk
+   sys-apps/gentoo-functions
+"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+python_prepare_all() {
+   python_setup
+   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   distutils-r1_python_prepare_all
+
+   if use prefix-guest ; then
+   # use correct repo name, bug #632223
+   sed -i \
+   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
+   pym/gentoolkit/profile.py || die
+   fi
+}
+
+pkg_postinst() {
+   tmpfiles_process revdep-rebuild.conf
+
+   # Only show the elog information on a new install
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "For further information on gentoolkit, please read the 
gentoolkit"
+   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
+   elog
+   elog "Another alternative to equery is 
app-portage/portage-utils"
+   elog
+   elog "Additional tools that may be of interest:"
+   elog
+   elog "app-admin/eclean-kernel"
+   elog "app-portage/diffmask"
+   elog "app-portage/flaggie"
+   elog "app-portage/portpeek"
+   elog "app-portage/smart-live-rebuild"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-08-28 Thread Sam James
commit: c75ff47dde7dac5c7a48f498d08b814ea70cbb2c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 29 00:37:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 29 00:39:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75ff47d

app-portage/gentoolkit: enable py3.12

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index bceaba71f64b..3d3ffd4270cd 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles
@@ -32,6 +31,7 @@ RDEPEND="
app-alternatives/awk
sys-apps/gentoo-functions
 "
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 distutils_enable_tests setup.py
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-08-26 Thread Sam James
commit: 9a9621d863c8829b54cdd76124c94f83ddd006c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 00:08:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 00:08:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9621d8

app-portage/gentoolkit: update comment wrt portage version

Bug: https://bugs.gentoo.org/900224
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index f2a2e460b5f9..bceaba71f64b 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles
@@ -23,7 +23,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
 LICENSE="GPL-2"
 SLOT="0"
 
-# Need newer Portage for XML fix, bug #857537
+# Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
>=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
 "



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-08-20 Thread Sam James
commit: 93862e8ea357f71a7fce72167329d6d4a43f5b64
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 05:22:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 05:22:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93862e8e

app-portage/gentoolkit: live needs >=portage-3.0.52

Needed for new bintrees API member for eclean.

Bug: https://bugs.gentoo.org/900224
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index e2493824dadd..f2a2e460b5f9 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -25,10 +25,13 @@ SLOT="0"
 
 # Need newer Portage for XML fix, bug #857537
 DEPEND="
-   >=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+   >=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   ${DEPEND}
app-alternatives/awk
-   sys-apps/gentoo-functions"
+   sys-apps/gentoo-functions
+"
 
 distutils_enable_tests setup.py
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-03-19 Thread Sam James
commit: 90b62715f4068e2f37764195f1d5140375beb051
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 20 03:50:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 20 03:50:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b62715

app-portage/gentoolkit: add gentoo upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/gentoolkit/metadata.xml 
b/app-portage/gentoolkit/metadata.xml
index b637fc87273c..61cea5981d1e 100644
--- a/app-portage/gentoolkit/metadata.xml
+++ b/app-portage/gentoolkit/metadata.xml
@@ -12,4 +12,7 @@
   implementations of features that may in time make it into Portage, or
   into full-fledged tools in their own right.
   
+  
+proj/gentoolkit
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2023-03-19 Thread Sam James
commit: ea2aa2e7cafb7e425a4e4402b24da370bd1a6497
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 20 03:50:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 20 03:50:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2aa2e7

app-portage/gentoolkit: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/gentoolkit/metadata.xml 
b/app-portage/gentoolkit/metadata.xml
index 61cea5981d1e..030cf9c14f49 100644
--- a/app-portage/gentoolkit/metadata.xml
+++ b/app-portage/gentoolkit/metadata.xml
@@ -14,5 +14,6 @@
   
   
 proj/gentoolkit
+gentoo/gentoolkit
   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/, app-portage/gentoolkit/files/

2023-01-15 Thread Sam James
commit: 99f78d4d96a20d36dbbee27278f49a169174cfa9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 15 22:35:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 15 22:40:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f78d4d

app-portage/gentoolkit: drop 0.5.0-r3, 0.5.1-r1

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/Manifest|  2 -
 .../files/gentoolkit-0.5.0-python3_9.patch | 43 
 .../files/gentoolkit-0.5.0-r1-python3_9.patch  | 34 -
 app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild  | 82 --
 app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild  | 67 --
 5 files changed, 228 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 492c0d8e388b..3b2e5a268698 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,3 +1 @@
-DIST gentoolkit-0.5.0.tar.gz 3206598 BLAKE2B 
a379dcbbaba9d52c241fea020b87c458384e44092539947909e14fd6c63fd9cc06d076b8081874edf17fc50e80fe48ceab3400c90046867dc409e7ac39c17231
 SHA512 
8a5c344f3a17c4c779abbcaa35b5e3f147106dbc61310d0d1a816ec8080914271fa45c311a8feeb1bfe14195af7cf34c0b29142d6e43e2de232dae96fbd00861
-DIST gentoolkit-0.5.1.tar.gz 3203805 BLAKE2B 
de2cd69aec9be79f498b1180a90afb54e77f9d8a47636cd722f2028a906d43874132d55a71bf373b3d10c7c10034f5d8ce0280a35041b0c60a1d5aa2ed6296a1
 SHA512 
667e464853b17ae297c59fb06e8f4563119a1382470d064c5721ae898e61173e9af5b071c7618d315232e6974fec205e27559785d2816253711de3e83d9e1911
 DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.5.0-python3_9.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.5.0-python3_9.patch
deleted file mode 100644
index 6a50db9ca669..
--- a/app-portage/gentoolkit/files/gentoolkit-0.5.0-python3_9.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-# https://github.com/gentoo/gentoolkit/pull/11
-# https://bugs.gentoo.org/747034
-diff --git a/pym/gentoolkit/metadata.py b/pym/gentoolkit/metadata.py
-index 22c249e..c3dba98 100644
 a/pym/gentoolkit/metadata.py
-+++ b/pym/gentoolkit/metadata.py
-@@ -73,8 +73,7 @@ class _Maintainer(object):
-   self.description = None
-   self.restrict = node.get('restrict')
-   self.status = node.get('status')
--  maint_attrs = node.getchildren()
--  for attr in maint_attrs:
-+  for attr in node.iter():
-   setattr(self, attr.tag, attr.text)
- 
-   def __repr__(self):
-@@ -101,7 +100,7 @@ class _Useflag(object):
-   _desc = ''
-   if node.text:
-   _desc = node.text
--  for child in node.getchildren():
-+  for child in node.iter():
-   _desc += child.text if child.text else ''
-   _desc += child.tail if child.tail else ''
-   # This takes care of tabs and newlines left from the file
-@@ -213,7 +212,7 @@ class MetaData(object):
-   if herd in ('no-herd', 'maintainer-wanted', 
'maintainer-needed'):
-   return None
- 
--  for node in self._herdstree.getiterator('herd'):
-+  for node in self._herdstree.iter('herd'):
-   if node.findtext('name') == herd:
-   return node.findtext('email')
- 
-@@ -283,7 +282,7 @@ class MetaData(object):
-   return self._useflags
- 
-   self._useflags = []
--  for node in self._xml_tree.getiterator('flag'):
-+  for node in self._xml_tree.iter('flag'):
-   self._useflags.append(_Useflag(node))
- 
-   return self._useflags

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.5.0-r1-python3_9.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.5.0-r1-python3_9.patch
deleted file mode 100644
index a9dae6150454..
--- a/app-portage/gentoolkit/files/gentoolkit-0.5.0-r1-python3_9.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From f14b6198d1dd9cb7f4a83f3822e4a1782a5581e8 Mon Sep 17 00:00:00 2001
-From: Brian Dolbec 
-Date: Tue, 13 Oct 2020 10:04:07 -0400
-Subject: [PATCH] metadata.py: Fix duplicated use flag text bug 748129
-
-Regression from commit: 517581df206766
-link: 
https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=517581df206766fabf10273cde565e0a6dc62829
-Gentoo bug: https://bugs.gentoo.org/748129
-Signed-off-by: Brian Dolbec 

- pym/gentoolkit/metadata.py | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/pym/gentoolkit/metadata.py b/pym/gentoolkit/metadata.py
-index 

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-12-03 Thread Arthur Zamarin
commit: b0aec06ed8eb8317843a53c60d3325aef402c1a9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 12:13:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 12:13:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0aec06e

app-portage/gentoolkit: Stabilize 0.6.1-r3 ALLARCHES, #883865

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
index a0b7741ab6cc..f91686bd22d5 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~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 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-12-03 Thread Sam James
commit: fb0954f1d20bc89d3051f870f663a44d8e14a214
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  3 12:09:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  3 12:09:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0954f1

app-portage/gentoolkit: mark ALLARCHES

Bug: https://bugs.gentoo.org/883865
Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/gentoolkit/metadata.xml 
b/app-portage/gentoolkit/metadata.xml
index f2cdb158d95a..b637fc87273c 100644
--- a/app-portage/gentoolkit/metadata.xml
+++ b/app-portage/gentoolkit/metadata.xml
@@ -5,6 +5,7 @@
 tools-port...@gentoo.org
 Gentoo Portage tools team
   
+  
   
   Gentoolkit is a collection of useful adminstration scripts particular to
   the Gentoo Linux distribution. It contains rough drafts and



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-12-03 Thread Sam James
commit: bebe55a195ae676eed486c54a65b056968ff825d
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec  3 12:10:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec  3 12:10:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bebe55a1

app-portage/gentoolkit: sync live

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index c8ce2d30696c..80d98e2e07d7 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..11} pypy3 )
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~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 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"
@@ -23,6 +23,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
 LICENSE="GPL-2"
 SLOT="0"
 
+# Need newer Portage for XML fix, bug #857537
 DEPEND="
>=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-12-03 Thread Arthur Zamarin
commit: be94103adb09b539650298c91582ff5bad63dc1c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  3 12:08:09 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  3 12:08:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be94103a

app-portage/gentoolkit: Stabilize 0.6.1-r3 sparc, #883865

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
index a42f4f4243a5..a0b7741ab6cc 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~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 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-07-12 Thread Sam James
commit: a19de128eef93910a8f8bf1189699ba26866122d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 12 07:44:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 12 07:45:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19de128

app-portage/gentoolkit: depend on newer Portage

Needed for XML bugfix.

Bug: https://bugs.gentoo.org/857537
Signed-off-by: Sam James  gentoo.org>

 .../{gentoolkit-0.6.1-r2.ebuild => gentoolkit-0.6.1-r3.ebuild} | 3 ++-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
similarity index 95%
rename from app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
index ea872764365b..496a5a4076ef 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
@@ -23,8 +23,9 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
 LICENSE="GPL-2"
 SLOT="0"
 
+# Need newer Portage for XML fix, bug #857537
 DEPEND="
-   sys-apps/portage[${PYTHON_USEDEP}]"
+   >=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
virtual/awk
sys-apps/gentoo-functions"

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 00ccd192438d..c864a6922d64 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -24,7 +24,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 DEPEND="
-   sys-apps/portage[${PYTHON_USEDEP}]"
+   >=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
virtual/awk
sys-apps/gentoo-functions"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-07-11 Thread Brian Dolbec
commit: 5a9ed13b884e19238869306e135ad4342bce86f4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jul 12 00:35:04 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 12 00:36:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9ed13b

app-portage/gentoolkit: Clean old python versions from compat

Closes: https://bugs.gentoo.org/849674
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild | 4 ++--
 app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild
index 436222faf8fa..2b97684c9887 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8,9} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
index 2c446359a9f8..95844ae6161b 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/files/, app-portage/gentoolkit/

2022-07-11 Thread Brian Dolbec
commit: f9b8dc221898a3f7c2173cb062fcc91097cd4ab4
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jul 12 00:27:34 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jul 12 00:36:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b8dc22

app-portage/gentoolkit: Bump to 0.6.1-r2 to fix eclean-pkg

Patch includes two small fixes for running emaint fix binhost directly
from imported modules.

Closes: https://bugs.gentoo.org/857555
Signed-off-by: Brian Dolbec  gentoo.org>

 .../files/gentoolkit-0.6.1-pkgindex.patch  | 45 ++
 ...-0.6.1-r1.ebuild => gentoolkit-0.6.1-r2.ebuild} |  1 +
 2 files changed, 46 insertions(+)

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.6.1-pkgindex.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.6.1-pkgindex.patch
new file mode 100644
index ..193eacc2db8b
--- /dev/null
+++ b/app-portage/gentoolkit/files/gentoolkit-0.6.1-pkgindex.patch
@@ -0,0 +1,45 @@
+From bf3eb16e451fd1bdee8ef03a0d22e0040e033f19 Mon Sep 17 00:00:00 2001
+From: Brian Dolbec 
+Date: Sun, 10 Jul 2022 23:41:33 -0700
+Subject: [PATCH] eclean/pkgindex.py: Fix typo in function call
+
+  File "/usr/lib/python3.10/site-packages/gentoolkit/eclean/pkgindex.py", line
+60, in clean_pkgs_index
+if self.get_emaint_binhost():
+AttributeError: 'PkgIndex' object has no attribute 'get_emaint_binhost'. Did
+you mean: '_get_emaint_binhost'?
+
+Also fix too many parameters in line 68 for the self.controller() call
+
+Bug: https://bugs.gentoo.org/857555
+
+Signed-off-by: Brian Dolbec 
+---
+ pym/gentoolkit/eclean/pkgindex.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/pym/gentoolkit/eclean/pkgindex.py 
b/pym/gentoolkit/eclean/pkgindex.py
+index d0878a1..7d6fade 100644
+--- a/pym/gentoolkit/eclean/pkgindex.py
 b/pym/gentoolkit/eclean/pkgindex.py
+@@ -57,15 +57,15 @@ class PkgIndex:
+ statinfo = os.stat(file_)
+ size1 = statinfo.st_size
+ show_progress = not quiet
+-if self.get_emaint_binhost():
++if self._get_emaint_binhost():
+ self.taskmaster = TaskHandler(show_progress_bar=show_progress)
+ tasks = [self.binhost]
+ self.taskmaster.run_tasks(tasks)
+ else:
+ self.call_emaint()
+ statinfo = os.stat(file_)
+ clean_size = size1 - statinfo.st_size
+-self.controller("\n", clean_size, "Packages Index", file_, "Index")
++self.controller(clean_size, "Packages Index", file_, "Index")
+ return clean_size
+ 
+ def call_emaint(self):
+--
+libgit2 1.4.3
+

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.1-r1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild
similarity index 97%
rename from app-portage/gentoolkit/gentoolkit-0.6.1-r1.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild
index d176540989f7..ea872764365b 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.1-r1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild
@@ -31,6 +31,7 @@ RDEPEND="${DEPEND}
 
 PATCHES=(
"${FILESDIR}/gentoolkit-0.6.1-data_files.patch"
+   "${FILESDIR}/gentoolkit-0.6.1-pkgindex.patch"
 )
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/files/, app-portage/gentoolkit/

2022-07-10 Thread Brian Dolbec
commit: 98494dea065dd498addba76b72c3bdfb1c8aa53f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jul 10 20:52:57 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Jul 10 21:19:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98494dea

app-portage/gentoolkit: Bump to 0.6.1-r1, update 

Revert setuptools use due to incorrect data_files location
Go back tio using distutils for now.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 .../files/gentoolkit-0.6.1-data_files.patch| 47 ++
 ...kit-0.6.1.ebuild => gentoolkit-0.6.1-r1.ebuild} |  6 ++-
 app-portage/gentoolkit/gentoolkit-.ebuild  |  2 +-
 3 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.6.1-data_files.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.6.1-data_files.patch
new file mode 100644
index ..8039864d69f9
--- /dev/null
+++ b/app-portage/gentoolkit/files/gentoolkit-0.6.1-data_files.patch
@@ -0,0 +1,47 @@
+From 5b52ee6c6efab68111d128d45f386ac21eaf84f6 Mon Sep 17 00:00:00 2001
+From: Brian Dolbec 
+Date: Sun, 10 Jul 2022 13:41:36 -0700
+Subject: [PATCH] Revert "setup.py: migrate to setuptools"
+
+This reverts commit bbbde97b5e625a49a1a66e307931548cb33f260b.
+setuptools only installs data files to the python pkg directory
+---
+ setup.py | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 36995de..23e9b36 100755
+--- a/setup.py
 b/setup.py
+@@ -3,8 +3,8 @@
+ import re
+ import sys
+ import subprocess
+-
+-from setuptools import setup, Command
++from distutils import core
++from distutils.cmd import Command
+ from glob import glob
+ 
+ import os
+@@ -67,7 +67,7 @@ manpages = [
+ ]
+ 
+ 
+-class set_version(Command):
++class set_version(core.Command):
+ """Set python __version__ and bash VERSION to our __version__."""
+ 
+ description = "hardcode scripts' version using VERSION from environment"
+@@ -130,7 +130,7 @@ test_data = {
+ ]
+ }
+ 
+-setup(
++core.setup(
+ name="gentoolkit",
+ version=__version__,
+ description="Set of tools that work with and enhance portage.",
+--
+libgit2 1.4.3
+

diff --git a/app-portage/gentoolkit/gentoolkit-0.6.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.1-r1.ebuild
similarity index 95%
rename from app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.6.1-r1.ebuild
index c9406219f5e3..d176540989f7 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
@@ -29,6 +29,10 @@ RDEPEND="${DEPEND}
virtual/awk
sys-apps/gentoo-functions"
 
+PATCHES=(
+   "${FILESDIR}/gentoolkit-0.6.1-data_files.patch"
+)
+
 distutils_enable_tests setup.py
 
 python_prepare_all() {

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index d030b9327a92..00ccd192438d 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-07-10 Thread Brian Dolbec
commit: 96c3a205db773112ed987fa6e3d632febd58092a
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sun Jul 10 19:18:34 2022 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sun Jul 10 19:19:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c3a205

app-portage/gentoolkit: Bump to 0.6.1, update 

too many bug fixes to list here.
See NEWS file or git log.
Adds py3.11, removes py3.7
Migrated to setuptools

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec  gentoo.org>

 app-portage/gentoolkit/Manifest   | 1 +
 .../{gentoolkit-.ebuild => gentoolkit-0.6.1.ebuild}   | 8 
 app-portage/gentoolkit/gentoolkit-.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 08bf8c5a57b2..492c0d8e388b 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,3 @@
 DIST gentoolkit-0.5.0.tar.gz 3206598 BLAKE2B 
a379dcbbaba9d52c241fea020b87c458384e44092539947909e14fd6c63fd9cc06d076b8081874edf17fc50e80fe48ceab3400c90046867dc409e7ac39c17231
 SHA512 
8a5c344f3a17c4c779abbcaa35b5e3f147106dbc61310d0d1a816ec8080914271fa45c311a8feeb1bfe14195af7cf34c0b29142d6e43e2de232dae96fbd00861
 DIST gentoolkit-0.5.1.tar.gz 3203805 BLAKE2B 
de2cd69aec9be79f498b1180a90afb54e77f9d8a47636cd722f2028a906d43874132d55a71bf373b3d10c7c10034f5d8ce0280a35041b0c60a1d5aa2ed6296a1
 SHA512 
667e464853b17ae297c59fb06e8f4563119a1382470d064c5721ae898e61173e9af5b071c7618d315232e6974fec205e27559785d2816253711de3e83d9e1911
+DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 
27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d
 SHA512 
1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
similarity index 95%
copy from app-portage/gentoolkit/gentoolkit-.ebuild
copy to app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
index 9c1afefeba26..c9406219f5e3 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles
@@ -26,7 +26,7 @@ SLOT="0"
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
-   sys-apps/gawk
+   virtual/awk
sys-apps/gentoo-functions"
 
 distutils_enable_tests setup.py

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 9c1afefeba26..d030b9327a92 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles
@@ -26,7 +26,7 @@ SLOT="0"
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
-   sys-apps/gawk
+   virtual/awk
sys-apps/gentoo-functions"
 
 distutils_enable_tests setup.py



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-05-05 Thread WANG Xuerui
commit: b3a23c2e0908515db3558d3bff545017d41103c2
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May  5 07:06:48 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May  5 07:10:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3a23c2e

app-portage/gentoolkit: forward ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index db0fa476bfac..9c1afefeba26 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~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 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2022-05-05 Thread WANG Xuerui
commit: 3084c5efa868661e26b56742941ba776bcefeb6f
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May  5 07:06:43 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May  5 07:10:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3084c5ef

app-portage/gentoolkit: keyword 0.5.1-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
index bb95e6309cc8..2c446359a9f8 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~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 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-08-16 Thread Sam James
commit: 274cbff94b0b529b63aae59d08976c3b783a8550
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 17 00:33:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 17 00:44:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274cbff9

app-portage/gentoolkit: [QA] add missing tmpfiles_process call

Revbump for the missing tmpfiles.eclass inherit which adds
a virtual/tmpfiles RDEPEND.

Closes: https://bugs.gentoo.org/808655
Signed-off-by: Sam James  gentoo.org>

 .../{gentoolkit-0.5.0-r2.ebuild => gentoolkit-0.5.0-r3.ebuild}  | 6 ++
 .../{gentoolkit-0.5.1.ebuild => gentoolkit-0.5.1-r1.ebuild} | 6 ++
 app-portage/gentoolkit/gentoolkit-.ebuild   | 6 ++
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild
similarity index 93%
rename from app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild
index b5d01fea1c2..436222faf8f 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r3.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
-inherit distutils-r1
+inherit distutils-r1 tmpfiles
 
 DESCRIPTION="Collection of administration scripts for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
@@ -53,9 +53,7 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   # Create cache directory for revdep-rebuild
-   mkdir -p -m 0755 "${EROOT}"/var/cache
-   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
+   tmpfiles_process revdep-rebuild.conf
 
if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
elog "Starting with version 0.4.0, ebump, ekeyword and imlate 
are now"

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
similarity index 92%
rename from app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
index 5e66d2ff785..bb95e6309cc 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1-r1.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
-inherit distutils-r1
+inherit distutils-r1 tmpfiles
 
 if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
@@ -46,9 +46,7 @@ python_prepare_all() {
 }
 
 pkg_postinst() {
-   # Create cache directory for revdep-rebuild
-   mkdir -p -m 0755 "${EROOT}"/var/cache
-   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
+   tmpfiles_process revdep-rebuild.conf
 
# Only show the elog information on a new install
if [[ ! ${REPLACING_VERSIONS} ]]; then

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 73c07b7f370..db0fa476bfa 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
-inherit distutils-r1
+inherit distutils-r1 tmpfiles
 
 if [[ ${PV} = * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
@@ -46,9 +46,7 @@ python_prepare_all() {
 }
 
 pkg_postinst() {
-   # Create cache directory for revdep-rebuild
-   mkdir -p -m 0755 "${EROOT}"/var/cache
-   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
+   tmpfiles_process revdep-rebuild.conf
 
# Only show the elog information on a new install
if [[ ! ${REPLACING_VERSIONS} ]]; then



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-08-07 Thread Louis Sautier
commit: 7417a89beb62cc02a532c622d3a6cafc8dd5e805
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 20:14:58 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 20:25:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7417a89b

app-portage/gentoolkit: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index dd0c7411142..5e66d2ff785 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index a05cb33f75d..73c07b7f370 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-11 Thread Sergei Trofimovich
commit: e19855d3f3f8748110d6d9eb907b140a2d8722d1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue May 11 15:29:13 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May 11 15:44:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19855d3

app-portage/gentoolkit: stable 0.5.1 for hppa, bug #788994

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index 5b0ee71b353..dd0c7411142 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~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 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-08 Thread Sam James
commit: 876fcb30cf534d6f362471ffe9fe0e6644cf7225
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 03:44:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 03:54:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876fcb30

app-portage/gentoolkit: Stabilize 0.5.1 amd64, #788994

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index 54c6f0f652a..9270c35d39a 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~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 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-08 Thread Sam James
commit: aafbda2fddf960f93599c9634efb2cf99a7bd651
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 03:45:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 03:54:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aafbda2f

app-portage/gentoolkit: Stabilize 0.5.1 x86, #788994

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index 9270c35d39a..5b0ee71b353 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~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 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-08 Thread Sam James
commit: f85fbfa88f8e327efa0a3eed50bc3f90639c9189
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 01:31:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 01:31:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85fbfa8

app-portage/gentoolkit: Stabilize 0.5.1 sparc, #788994

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index c05d66e0917..54c6f0f652a 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~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 
~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-08 Thread Sam James
commit: c1b33dc0ea84e917e70298e8641dcfc0126501a0
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 01:31:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 01:31:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b33dc0

app-portage/gentoolkit: Stabilize 0.5.1 ppc64, #788994

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index 370a9b19e45..c05d66e0917 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~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 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-08 Thread Sam James
commit: 5fc2a15abde9d472fab6fb70ecf4a4404cc87f2e
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 01:31:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 01:31:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc2a15a

app-portage/gentoolkit: Stabilize 0.5.1 ppc, #788994

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index 5fd74a68650..370a9b19e45 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~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 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-08 Thread Sam James
commit: d295566a5bea564f8b6a5041c7530fe2622b2457
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 01:29:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 01:29:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d295566a

app-portage/gentoolkit: Stabilize 0.5.1 arm64, #788994

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index dc455ede7e3..5fd74a68650 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~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 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-05-08 Thread Sam James
commit: ba8f1b469869a18a7d5345ad046e918f66b3571d
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 01:28:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 01:28:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8f1b46

app-portage/gentoolkit: Stabilize 0.5.1 arm, #788994

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
index a05cb33f75d..dc455ede7e3 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else

SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~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 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-03-01 Thread Matt Turner
commit: 793f0c41c9d5e4414ee621ad7c842e25211f38c0
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar  2 03:42:23 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  2 03:45:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793f0c41

app-portage/gentoolkit: Consolidate live and non-live versions

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index edd48dabb20..a05cb33f75d 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -7,18 +7,21 @@ DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
-inherit distutils-r1 git-r3
+inherit distutils-r1
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
 
 DESCRIPTION="Collection of administration scripts for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
-SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-
-KEYWORDS=""
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-03-01 Thread Matt Turner
commit: 65bf1e26f664e977834c9df1d10663a26e275a5b
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar  2 03:38:57 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  2 03:45:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bf1e26

app-portage/gentoolkit: Remove messages about gentoolkit-dev

The last version of gentoolkit prior to the merge was removed two years
ago. gentoolkit-dev was gone before that.

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 14 --
 1 file changed, 14 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 53c6017a27b..edd48dabb20 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -42,25 +42,11 @@ python_prepare_all() {
fi
 }
 
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-0.4.0"; then
-   SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
-   fi
-}
-
 pkg_postinst() {
# Create cache directory for revdep-rebuild
mkdir -p -m 0755 "${EROOT}"/var/cache
mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
 
-   if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
-   elog "Starting with version 0.4.0, ebump, ekeyword and imlate 
are now"
-   elog "part of the gentoolkit package."
-   elog "The gentoolkit-dev package is now deprecated in favor of 
a single"
-   elog "gentoolkit package.   The remaining tools from 
gentoolkit-dev"
-   elog "are now obsolete/unused with the git based tree."
-   fi
-
# Only show the elog information on a new install
if [[ ! ${REPLACING_VERSIONS} ]]; then
elog



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-03-01 Thread Matt Turner
commit: 3e45211b115a1ef57e0ed4bba5cd66e4cf91ada7
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Mar  2 03:43:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Mar  2 03:45:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e45211b

app-portage/gentoolkit: Version bump to 0.5.1

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/Manifest|  1 +
 app-portage/gentoolkit/gentoolkit-0.5.1.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index db788bf3055..08bf8c5a57b 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1 +1,2 @@
 DIST gentoolkit-0.5.0.tar.gz 3206598 BLAKE2B 
a379dcbbaba9d52c241fea020b87c458384e44092539947909e14fd6c63fd9cc06d076b8081874edf17fc50e80fe48ceab3400c90046867dc409e7ac39c17231
 SHA512 
8a5c344f3a17c4c779abbcaa35b5e3f147106dbc61310d0d1a816ec8080914271fa45c311a8feeb1bfe14195af7cf34c0b29142d6e43e2de232dae96fbd00861
+DIST gentoolkit-0.5.1.tar.gz 3203805 BLAKE2B 
de2cd69aec9be79f498b1180a90afb54e77f9d8a47636cd722f2028a906d43874132d55a71bf373b3d10c7c10034f5d8ce0280a35041b0c60a1d5aa2ed6296a1
 SHA512 
667e464853b17ae297c59fb06e8f4563119a1382470d064c5721ae898e61173e9af5b071c7618d315232e6974fec205e27559785d2816253711de3e83d9e1911

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
new file mode 100644
index 000..a05cb33f75d
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.5.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit distutils-r1
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;
+   inherit git-r3
+else
+   
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+   sys-apps/portage[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   sys-apps/gawk
+   sys-apps/gentoo-functions"
+
+distutils_enable_tests setup.py
+
+python_prepare_all() {
+   python_setup
+   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   distutils-r1_python_prepare_all
+
+   if use prefix-guest ; then
+   # use correct repo name, bug #632223
+   sed -i \
+   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
+   pym/gentoolkit/profile.py || die
+   fi
+}
+
+pkg_postinst() {
+   # Create cache directory for revdep-rebuild
+   mkdir -p -m 0755 "${EROOT}"/var/cache
+   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
+
+   # Only show the elog information on a new install
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "For further information on gentoolkit, please read the 
gentoolkit"
+   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
+   elog
+   elog "Another alternative to equery is 
app-portage/portage-utils"
+   elog
+   elog "Additional tools that may be of interest:"
+   elog
+   elog "app-admin/eclean-kernel"
+   elog "app-portage/diffmask"
+   elog "app-portage/flaggie"
+   elog "app-portage/portpeek"
+   elog "app-portage/smart-live-rebuild"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-01-07 Thread Fabian Groffen
commit: 31145b96664db74c1e0069d8006a2cfed1fd371e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu Jan  7 15:41:06 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu Jan  7 15:41:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31145b96

app-portage/gentoolkit: fix default repo for Prefix, #632223

Closes: https://bugs.gentoo.org/632223
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild | 7 +++
 app-portage/gentoolkit/gentoolkit-.ebuild | 9 -
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
index 541f27e49fb..3a6ded10700 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
@@ -37,6 +37,13 @@ python_prepare_all() {
echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
VERSION="${PVR}" "${PYTHON}" setup.py set_version
distutils-r1_python_prepare_all
+
+   if use prefix-guest ; then
+   # use correct repo name, bug #632223
+   sed -i \
+   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
+   pym/gentoolkit/profile.py || die
+   fi
 }
 
 pkg_preinst() {

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 44c2b480a31..800d54f340b 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,6 +33,13 @@ python_prepare_all() {
echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
VERSION="${PVR}" "${PYTHON}" setup.py set_version
distutils-r1_python_prepare_all
+
+   if use prefix-guest ; then
+   # use correct repo name, bug #632223
+   sed -i \
+   -e 
"/load_profile_data/s/repo='gentoo'/repo='gentoo_prefix'/" \
+   pym/gentoolkit/profile.py || die
+   fi
 }
 
 pkg_preinst() {



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2021-01-06 Thread Fabian Groffen
commit: 787ed8e4cfdc017712b76d0ac8f4484e69a4cd5f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:22:00 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:22:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787ed8e4

app-portage/gentoolkit: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
index be4445b5f1d..541f27e49fb 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-12-27 Thread Fabian Groffen
commit: 3622deb2da42ae11742424d0a452a94bf8317e18
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Dec 27 13:54:51 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Dec 27 13:54:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3622deb2

app-portage/gentoolkit: drop ppc-aix m68k-mint

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
index accbf346bf8..be4445b5f1d 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-12-20 Thread Matt Turner
commit: bc3d43e3b48ee6aa17691a059c80c73217dd11c4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec 20 17:21:21 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec 20 17:21:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3d43e3

app-portage/gentoolkit: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/Manifest|  3 --
 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 74 --
 app-portage/gentoolkit/gentoolkit-0.4.7.ebuild | 74 --
 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 74 --
 4 files changed, 225 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index af04c947536..db788bf3055 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,4 +1 @@
-DIST gentoolkit-0.4.6.tar.gz 3205641 BLAKE2B 
7da91a313c8a9263eb7b4abd6207ece9dd602a5069a87f1e78ada13fc9f396e1f2afddaf0637c473445034cf57b5ca7631e209361a88fa3892d302b20f4cc986
 SHA512 
3aa3c9af7e994313400607943b9090fd813227ddd6d550b50fbcf7eeb4053da8bcdb41c9ef2579d957d2f279fdcc4e2f2ceca1091c5fd457df4204dd11792d6e
-DIST gentoolkit-0.4.7.tar.gz 3205669 BLAKE2B 
e5f64b85546bc10ad16e7fa42d288965539177375e8796b40df699859efa13fb98bb86aec58e60363c955b2d5e4b2e6379a7597252ee4fdbeec49559de67b328
 SHA512 
0fab600b4323d23e12009eeb4ade595950880a88b05bcfbfeada1a9b9af615b96d31c568285629bf6e5de7b45ed857bdf98b6261dc54974fbaf70c924e093c76
-DIST gentoolkit-0.4.8.tar.gz 3206070 BLAKE2B 
7f689ae85136827b8af50401165ccd44bc824e12bec43dad786c7221ec78ee3c1f14d538d197e277a2fedc23f570440f4ec7c0cc707a146814315ff6de48c115
 SHA512 
689b4229c5d2b6f4440b7d3d57e4b9be5265eead53737890c17dbd0510df287f5c19f86b924735d4ad146d1a500c59a15869b718cbf805b894b0bf115b69f838
 DIST gentoolkit-0.5.0.tar.gz 3206598 BLAKE2B 
a379dcbbaba9d52c241fea020b87c458384e44092539947909e14fd6c63fd9cc06d076b8081874edf17fc50e80fe48ceab3400c90046867dc409e7ac39c17231
 SHA512 
8a5c344f3a17c4c779abbcaa35b5e3f147106dbc61310d0d1a816ec8080914271fa45c311a8feeb1bfe14195af7cf34c0b29142d6e43e2de232dae96fbd00861

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
deleted file mode 100644
index 1db74e52a9a..000
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="xml(+),threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of administration scripts for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
-SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-DEPEND="
-   sys-apps/portage[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   sys-apps/gawk
-   sys-apps/gentoo-functions"
-
-python_prepare_all() {
-   python_setup
-   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-0.4.0"; then
-   SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
-   fi
-}
-
-pkg_postinst() {
-   # Create cache directory for revdep-rebuild
-   mkdir -p -m 0755 "${EROOT}"/var/cache
-   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
-
-   if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
-   elog "Starting with version 0.4.0, ebump, ekeyword and imlate 
are now"
-   elog "part of the gentoolkit package."
-   elog "The gentoolkit-dev package is now deprecated in favor of 
a single"
-   elog "gentoolkit package.   The remaining tools from 
gentoolkit-dev"
-   elog "are now obsolete/unused with the git based tree."
-   fi
-
-   # Only show the elog information on a new install
-   if [[ ! ${REPLACING_VERSIONS} ]]; then
-   elog
-   elog "For further information on gentoolkit, please read the 
gentoolkit"
-   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
-   elog
-   elog "Another alternative to equery is 
app-portage/portage-utils"
-   elog
-   elog "Additional tools that may be of interest:"
-   elog
-   elog "app-admin/eclean-kernel"
-   elog "app-portage/diffmask"
-   elog "app-portage/flaggie"
-   

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-11-13 Thread Zac Medico
commit: 1d88ae52e5f3f46c3151acbe41f6a8f1f3d18165
Author: Louis Sautier  gentoo  org>
AuthorDate: Fri Nov 13 19:29:18 2020 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Nov 14 00:44:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d88ae52

app-portage/gentoolkit: remove reference to treecleaned install-mask

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Louis Sautier  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.4.7.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild| 1 -
 app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild | 1 -
 app-portage/gentoolkit/gentoolkit-.ebuild | 1 -
 5 files changed, 5 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 3c9347c0e93..1db74e52a9a 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -68,7 +68,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
index 34ae357f65d..318ac20f777 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
@@ -68,7 +68,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index d2a61bf8f62..36cbf7459fc 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -68,7 +68,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
index 77fdfb33cf1..accbf346bf8 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
@@ -71,7 +71,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 983d63f9d31..44c2b480a31 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -67,7 +67,6 @@ pkg_postinst() {
elog "app-admin/eclean-kernel"
elog "app-portage/diffmask"
elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
elog "app-portage/portpeek"
elog "app-portage/smart-live-rebuild"
fi



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/, app-portage/gentoolkit/files/

2020-10-13 Thread Brian Dolbec
commit: 8e426ccff148220423503c9a1c6c512c9b63ddfa
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Oct 13 14:27:14 2020 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Oct 13 14:28:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e426ccf

app-portage/gentoolkit: Fix use flag desc. in 0.5.0-r1 bug 748129

Fix duplicated text in some use flag descriptions caused by
the -r1 py3.9 patch.

Closes: https://bugs.gentoo.org/748129
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Brian Dolbec  gentoo.org>

 .../files/gentoolkit-0.5.0-r1-python3_9.patch  | 34 ++
 ...-0.5.0-r1.ebuild => gentoolkit-0.5.0-r2.ebuild} |  5 +++-
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.5.0-r1-python3_9.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.5.0-r1-python3_9.patch
new file mode 100644
index 000..a9dae615045
--- /dev/null
+++ b/app-portage/gentoolkit/files/gentoolkit-0.5.0-r1-python3_9.patch
@@ -0,0 +1,34 @@
+From f14b6198d1dd9cb7f4a83f3822e4a1782a5581e8 Mon Sep 17 00:00:00 2001
+From: Brian Dolbec 
+Date: Tue, 13 Oct 2020 10:04:07 -0400
+Subject: [PATCH] metadata.py: Fix duplicated use flag text bug 748129
+
+Regression from commit: 517581df206766
+link: 
https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=517581df206766fabf10273cde565e0a6dc62829
+Gentoo bug: https://bugs.gentoo.org/748129
+Signed-off-by: Brian Dolbec 
+---
+ pym/gentoolkit/metadata.py | 7 +--
+ 1 file changed, 5 insertions(+), 2 deletions(-)
+
+diff --git a/pym/gentoolkit/metadata.py b/pym/gentoolkit/metadata.py
+index c3dba98..0b58392 100644
+--- a/pym/gentoolkit/metadata.py
 b/pym/gentoolkit/metadata.py
+@@ -101,8 +101,11 @@ class _Useflag(object):
+   if node.text:
+   _desc = node.text
+   for child in node.iter():
+-  _desc += child.text if child.text else ''
+-  _desc += child.tail if child.tail else ''
++  # prevent duplicate text
++  if child.text and child.text not in _desc:
++  _desc += child.text
++  if child.tail and not child.tail in _desc:
++  _desc += child.tail
+   # This takes care of tabs and newlines left from the file
+   self.description = re.sub(r'\s+', ' ', _desc)
+ 
+--
+libgit2 1.0.1
+

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0-r1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
similarity index 95%
rename from app-portage/gentoolkit/gentoolkit-0.5.0-r1.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
index 18ac36af876..77fdfb33cf1 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0-r1.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild
@@ -27,7 +27,10 @@ RDEPEND="${DEPEND}
 
 distutils_enable_tests setup.py
 
-PATCHES=( "${FILESDIR}"/${PN}-0.5.0-python3_9.patch)
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.0-python3_9.patch
+   "${FILESDIR}"/${PN}-0.5.0-r1-python3_9.patch
+)
 
 python_prepare_all() {
python_setup



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/files/, app-portage/gentoolkit/

2020-10-09 Thread Georgy Yakovlev
commit: 5198c0b71084c57b42ca1a070813afab2da2985e
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Fri Oct  9 05:02:00 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Oct  9 06:23:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5198c0b7

app-portage/gentoolkit: Bug #747034

Closes: https://bugs.gentoo.org/747034
Thanks to https://github.com/gentoo/gentoolkit/pull/11

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/17855
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../files/gentoolkit-0.5.0-python3_9.patch | 43 ++
 ...kit-0.5.0.ebuild => gentoolkit-0.5.0-r1.ebuild} |  2 +
 2 files changed, 45 insertions(+)

diff --git a/app-portage/gentoolkit/files/gentoolkit-0.5.0-python3_9.patch 
b/app-portage/gentoolkit/files/gentoolkit-0.5.0-python3_9.patch
new file mode 100644
index 000..6a50db9ca66
--- /dev/null
+++ b/app-portage/gentoolkit/files/gentoolkit-0.5.0-python3_9.patch
@@ -0,0 +1,43 @@
+# https://github.com/gentoo/gentoolkit/pull/11
+# https://bugs.gentoo.org/747034
+diff --git a/pym/gentoolkit/metadata.py b/pym/gentoolkit/metadata.py
+index 22c249e..c3dba98 100644
+--- a/pym/gentoolkit/metadata.py
 b/pym/gentoolkit/metadata.py
+@@ -73,8 +73,7 @@ class _Maintainer(object):
+   self.description = None
+   self.restrict = node.get('restrict')
+   self.status = node.get('status')
+-  maint_attrs = node.getchildren()
+-  for attr in maint_attrs:
++  for attr in node.iter():
+   setattr(self, attr.tag, attr.text)
+ 
+   def __repr__(self):
+@@ -101,7 +100,7 @@ class _Useflag(object):
+   _desc = ''
+   if node.text:
+   _desc = node.text
+-  for child in node.getchildren():
++  for child in node.iter():
+   _desc += child.text if child.text else ''
+   _desc += child.tail if child.tail else ''
+   # This takes care of tabs and newlines left from the file
+@@ -213,7 +212,7 @@ class MetaData(object):
+   if herd in ('no-herd', 'maintainer-wanted', 
'maintainer-needed'):
+   return None
+ 
+-  for node in self._herdstree.getiterator('herd'):
++  for node in self._herdstree.iter('herd'):
+   if node.findtext('name') == herd:
+   return node.findtext('email')
+ 
+@@ -283,7 +282,7 @@ class MetaData(object):
+   return self._useflags
+ 
+   self._useflags = []
+-  for node in self._xml_tree.getiterator('flag'):
++  for node in self._xml_tree.iter('flag'):
+   self._useflags.append(_Useflag(node))
+ 
+   return self._useflags

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0-r1.ebuild
similarity index 97%
rename from app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
rename to app-portage/gentoolkit/gentoolkit-0.5.0-r1.ebuild
index efc5e8be7d4..18ac36af876 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0-r1.ebuild
@@ -27,6 +27,8 @@ RDEPEND="${DEPEND}
 
 distutils_enable_tests setup.py
 
+PATCHES=( "${FILESDIR}"/${PN}-0.5.0-python3_9.patch)
+
 python_prepare_all() {
python_setup
echo VERSION="${PVR}" "${PYTHON}" setup.py set_version



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-10-07 Thread Georgy Yakovlev
commit: 01278bf102ac18fc107c23f16b82fee33a3e001a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Oct  7 09:44:07 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Oct  7 09:47:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01278bf1

app-portage/gentoolkit: add py3.9

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index dc74e5dd20e..efc5e8be7d4 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 39237afdc31..983d63f9d31 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-09-07 Thread Sergei Trofimovich
commit: ebdc77e5b4064d8db16df06d320b6eca6e72a958
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  7 08:37:50 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  7 08:47:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdc77e5

app-portage/gentoolkit: stable 0.5.0 for ppc64

stable wrt bug #733530

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index 5694229a5dc..dc74e5dd20e 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-09-06 Thread Sergei Trofimovich
commit: 5df2c6615e2c31f7bef51b87bdd1ad68baede40a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep  6 07:45:43 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep  6 07:49:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5df2c661

app-portage/gentoolkit: stable 0.5.0 for hppa

stable wrt bug #733530

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index 986d9b2a799..5694229a5dc 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-08-29 Thread Sam James
commit: 06afd3e23ea872a28ebcb3b46aa5a9283efbdd03
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 29 23:49:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 29 23:49:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06afd3e2

app-portage/gentoolkit: Stabilize 0.5.0 ppc, #733530

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index dcfacade267..986d9b2a799 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-08-18 Thread Agostino Sarubbo
commit: ae2720c3707b2277f7d94581afa34e971e395a75
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 18 16:51:54 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 18 16:52:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2720c3

app-portage/gentoolkit: s390 stable wrt bug #733530

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index c6874b4ebf9..dcfacade267 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-08-18 Thread Agostino Sarubbo
commit: cb559815f74eee95ab4e827cd6022feddccc9b49
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 18 11:22:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 18 11:22:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb559815

app-portage/gentoolkit: x86 stable wrt bug #733530

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index b8008563dcc..c6874b4ebf9 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-08-18 Thread Agostino Sarubbo
commit: 48510ce8d0aca8b592868fabbb5ae2897526e589
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 18 11:15:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 18 11:15:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48510ce8

app-portage/gentoolkit: amd64 stable wrt bug #733530

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index 66fa58c1468..b8008563dcc 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-08-17 Thread Agostino Sarubbo
commit: 32b144589ecf3fe3dc4c05b101de2a193aa73c05
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 17 14:52:48 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 17 14:52:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b14458

app-portage/gentoolkit: sparc stable wrt bug #733530

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index 6e2649df402..66fa58c1468 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-08-17 Thread Agostino Sarubbo
commit: 80435baabeb02ddb2641458816fe51da192fe77f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 17 14:51:49 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 17 14:51:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80435baa

app-portage/gentoolkit: arm stable wrt bug #733530

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index 5054bff1962..6e2649df402 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-08-17 Thread Sam James
commit: 4df865af20a2b45ba96f6752580558bd86336d02
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 17 07:32:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 17 07:33:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df865af

app-portage/gentoolkit: Stabilize 0.5.0 arm64, #733530

Signed-off-by: Sam James  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index fff875e880e..5054bff1962 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-24 Thread Michał Górny
commit: 421db2074fa877f3920eb66edfb63f278ba10137
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 24 08:36:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 24 09:03:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421db207

app-portage/gentoolkit: Bump to 0.5.0

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/Manifest|  1 +
 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 1a609e8e618..af04c947536 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,3 +1,4 @@
 DIST gentoolkit-0.4.6.tar.gz 3205641 BLAKE2B 
7da91a313c8a9263eb7b4abd6207ece9dd602a5069a87f1e78ada13fc9f396e1f2afddaf0637c473445034cf57b5ca7631e209361a88fa3892d302b20f4cc986
 SHA512 
3aa3c9af7e994313400607943b9090fd813227ddd6d550b50fbcf7eeb4053da8bcdb41c9ef2579d957d2f279fdcc4e2f2ceca1091c5fd457df4204dd11792d6e
 DIST gentoolkit-0.4.7.tar.gz 3205669 BLAKE2B 
e5f64b85546bc10ad16e7fa42d288965539177375e8796b40df699859efa13fb98bb86aec58e60363c955b2d5e4b2e6379a7597252ee4fdbeec49559de67b328
 SHA512 
0fab600b4323d23e12009eeb4ade595950880a88b05bcfbfeada1a9b9af615b96d31c568285629bf6e5de7b45ed857bdf98b6261dc54974fbaf70c924e093c76
 DIST gentoolkit-0.4.8.tar.gz 3206070 BLAKE2B 
7f689ae85136827b8af50401165ccd44bc824e12bec43dad786c7221ec78ee3c1f14d538d197e277a2fedc23f570440f4ec7c0cc707a146814315ff6de48c115
 SHA512 
689b4229c5d2b6f4440b7d3d57e4b9be5265eead53737890c17dbd0510df287f5c19f86b924735d4ad146d1a500c59a15869b718cbf805b894b0bf115b69f838
+DIST gentoolkit-0.5.0.tar.gz 3206598 BLAKE2B 
a379dcbbaba9d52c241fea020b87c458384e44092539947909e14fd6c63fd9cc06d076b8081874edf17fc50e80fe48ceab3400c90046867dc409e7ac39c17231
 SHA512 
8a5c344f3a17c4c779abbcaa35b5e3f147106dbc61310d0d1a816ec8080914271fa45c311a8feeb1bfe14195af7cf34c0b29142d6e43e2de232dae96fbd00861

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
new file mode 100644
index 000..34ae357f65d
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+DEPEND="
+   sys-apps/portage[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   sys-apps/gawk
+   sys-apps/gentoo-functions"
+
+python_prepare_all() {
+   python_setup
+   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-0.4.0"; then
+   SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
+   fi
+}
+
+pkg_postinst() {
+   # Create cache directory for revdep-rebuild
+   mkdir -p -m 0755 "${EROOT}"/var/cache
+   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
+
+   if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
+   elog "Starting with version 0.4.0, ebump, ekeyword and imlate 
are now"
+   elog "part of the gentoolkit package."
+   elog "The gentoolkit-dev package is now deprecated in favor of 
a single"
+   elog "gentoolkit package.   The remaining tools from 
gentoolkit-dev"
+   elog "are now obsolete/unused with the git based tree."
+   fi
+
+   # Only show the elog information on a new install
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "For further information on gentoolkit, please read the 
gentoolkit"
+   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
+   elog
+   elog "Another alternative to equery is 
app-portage/portage-utils"
+   elog
+   elog "Additional tools that may be of interest:"
+   elog
+   elog "app-admin/eclean-kernel"
+   elog "app-portage/diffmask"
+   elog "app-portage/flaggie"
+   elog "app-portage/install-mask"
+   elog "app-portage/portpeek"
+   elog "app-portage/smart-live-rebuild"

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-24 Thread Michał Górny
commit: 178245b76b4c736fd0cd1e52a8e826a7b47fc832
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 24 08:54:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 24 09:03:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178245b7

app-portage/gentoolkit: Enable tests

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.5.0.ebuild | 6 ++
 app-portage/gentoolkit/gentoolkit-.ebuild  | 9 -
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
index 34ae357f65d..fff875e880e 100644
--- a/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.5.0.ebuild
@@ -25,6 +25,8 @@ RDEPEND="${DEPEND}
sys-apps/gawk
sys-apps/gentoo-functions"
 
+distutils_enable_tests setup.py
+
 python_prepare_all() {
python_setup
echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
@@ -32,10 +34,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_install_all() {
-   distutils-r1_python_install_all
-}
-
 pkg_preinst() {
if has_version "<${CATEGORY}/${PN}-0.4.0"; then
SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 1bb4f4cc13d..39237afdc31 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -20,11 +20,14 @@ IUSE=""
 
 KEYWORDS=""
 
-DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
+DEPEND="
+   sys-apps/portage[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}
sys-apps/gawk
sys-apps/gentoo-functions"
 
+distutils_enable_tests setup.py
+
 python_prepare_all() {
python_setup
echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
@@ -32,10 +35,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_install_all() {
-   distutils-r1_python_install_all
-}
-
 pkg_preinst() {
if has_version "<${CATEGORY}/${PN}-0.4.0"; then
SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-21 Thread Sergei Trofimovich
commit: 625a666442b19497e5795e8842fe12e89c32b181
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Apr 21 21:02:15 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 21 21:06:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625a6664

app-portage/gentoolkit: stable 0.4.8 for hppa, bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index 3c90e968d3a..d2a61bf8f62 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-21 Thread Mart Raudsepp
commit: 83ac190e1a2fa71e09173901c9595ee9cb4a0e5c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon Apr 20 13:18:02 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr 21 10:12:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ac190e

app-portage/gentoolkit: arm64 stable (bug #718088)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index df271a820e3..3c90e968d3a 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-20 Thread Agostino Sarubbo
commit: 125562b926032f844b6a1aee955350e68d71710b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 09:52:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 09:52:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125562b9

app-portage/gentoolkit: x86 stable wrt bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index 8054488f2f3..df271a820e3 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-20 Thread Agostino Sarubbo
commit: 7d2bc700388c3985ad016cbb8d53633d0f94fb7e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 09:50:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 09:50:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2bc700

app-portage/gentoolkit: ppc64 stable wrt bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index 89c2815f861..8054488f2f3 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-20 Thread Agostino Sarubbo
commit: bdca9a870c2c91806dcd07809b199fb785c8d0a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 09:47:44 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 09:47:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdca9a87

app-portage/gentoolkit: ppc stable wrt bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index 0fca47b4073..89c2815f861 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-20 Thread Agostino Sarubbo
commit: 81d3e617ff76b2249f01e820982d005777c50599
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 09:46:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 09:46:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d3e617

app-portage/gentoolkit: arm stable wrt bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index e0cb3de24c8..0fca47b4073 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-20 Thread Agostino Sarubbo
commit: a029a19f3bdfee7744877983c99e198bb3c65258
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 09:44:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 09:44:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a029a19f

app-portage/gentoolkit: amd64 stable wrt bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index 5212dad2d52..e0cb3de24c8 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-20 Thread Agostino Sarubbo
commit: 3b8604f60547039740ac33ebe6135420017380f2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 20 09:29:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 20 09:29:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8604f6

app-portage/gentoolkit: s390 stable wrt bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index e3af0aad959..5212dad2d52 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-04-19 Thread Sergei Trofimovich
commit: 36a58bac2b3fc2d04dac14994e1739d435e8da70
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr 19 22:30:28 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 19 23:55:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a58bac

app-portage/gentoolkit: stable 0.4.8 for sparc, bug #718088

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
index 34ae357f65d..e3af0aad959 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-03-12 Thread Matt Turner
commit: 33a19d76c9363657630d3cf048e649b8276897c4
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 12 16:54:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 12 16:55:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33a19d76

app-portage/gentoolkit: Version bump to 0.4.8

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/Manifest|  1 +
 app-portage/gentoolkit/gentoolkit-0.4.8.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 85682a50421..1a609e8e618 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,3 @@
 DIST gentoolkit-0.4.6.tar.gz 3205641 BLAKE2B 
7da91a313c8a9263eb7b4abd6207ece9dd602a5069a87f1e78ada13fc9f396e1f2afddaf0637c473445034cf57b5ca7631e209361a88fa3892d302b20f4cc986
 SHA512 
3aa3c9af7e994313400607943b9090fd813227ddd6d550b50fbcf7eeb4053da8bcdb41c9ef2579d957d2f279fdcc4e2f2ceca1091c5fd457df4204dd11792d6e
 DIST gentoolkit-0.4.7.tar.gz 3205669 BLAKE2B 
e5f64b85546bc10ad16e7fa42d288965539177375e8796b40df699859efa13fb98bb86aec58e60363c955b2d5e4b2e6379a7597252ee4fdbeec49559de67b328
 SHA512 
0fab600b4323d23e12009eeb4ade595950880a88b05bcfbfeada1a9b9af615b96d31c568285629bf6e5de7b45ed857bdf98b6261dc54974fbaf70c924e093c76
+DIST gentoolkit-0.4.8.tar.gz 3206070 BLAKE2B 
7f689ae85136827b8af50401165ccd44bc824e12bec43dad786c7221ec78ee3c1f14d538d197e277a2fedc23f570440f4ec7c0cc707a146814315ff6de48c115
 SHA512 
689b4229c5d2b6f4440b7d3d57e4b9be5265eead53737890c17dbd0510df287f5c19f86b924735d4ad146d1a500c59a15869b718cbf805b894b0bf115b69f838

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
new file mode 100644
index 000..e4162f13322
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.4.8.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+DEPEND="
+   sys-apps/portage[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   sys-apps/gawk
+   sys-apps/gentoo-functions"
+
+python_prepare_all() {
+   python_setup
+   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-0.4.0"; then
+   SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
+   fi
+}
+
+pkg_postinst() {
+   # Create cache directory for revdep-rebuild
+   mkdir -p -m 0755 "${EROOT}"/var/cache
+   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
+
+   if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
+   elog "Starting with version 0.4.0, ebump, ekeyword and imlate 
are now"
+   elog "part of the gentoolkit package."
+   elog "The gentoolkit-dev package is now deprecated in favor of 
a single"
+   elog "gentoolkit package.   The remaining tools from 
gentoolkit-dev"
+   elog "are now obsolete/unused with the git based tree."
+   fi
+
+   # Only show the elog information on a new install
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "For further information on gentoolkit, please read the 
gentoolkit"
+   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
+   elog
+   elog "Another alternative to equery is 
app-portage/portage-utils"
+   elog
+   elog "Additional tools that may be of interest:"
+   elog
+   elog "app-admin/eclean-kernel"
+   elog "app-portage/diffmask"
+   elog "app-portage/flaggie"
+   elog "app-portage/install-mask"
+   elog "app-portage/portpeek"
+   elog "app-portage/smart-live-rebuild"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-02-26 Thread Michał Górny
commit: c588551358b5c2035f5d376e2ea9ba745cc52ceb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 26 12:24:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 26 12:38:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5885513

app-portage/gentoolkit: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 app-portage/gentoolkit/gentoolkit-0.4.7.ebuild | 2 +-
 app-portage/gentoolkit/gentoolkit-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 624a90da4a6..46a21780e94 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
index 4ecbc9343c9..e4162f13322 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index f79109cd9a4..1bb4f4cc13d 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-01-26 Thread Michał Górny
commit: 94b8432f088f2232cf4dd3b472776cade49a2c88
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 26 15:24:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 26 15:24:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b8432f

app-portage/gentoolkit: Bump to 0.4.7

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/Manifest|  1 +
 app-portage/gentoolkit/gentoolkit-0.4.7.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 472aa5efdcc..85682a50421 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1 +1,2 @@
 DIST gentoolkit-0.4.6.tar.gz 3205641 BLAKE2B 
7da91a313c8a9263eb7b4abd6207ece9dd602a5069a87f1e78ada13fc9f396e1f2afddaf0637c473445034cf57b5ca7631e209361a88fa3892d302b20f4cc986
 SHA512 
3aa3c9af7e994313400607943b9090fd813227ddd6d550b50fbcf7eeb4053da8bcdb41c9ef2579d957d2f279fdcc4e2f2ceca1091c5fd457df4204dd11792d6e
+DIST gentoolkit-0.4.7.tar.gz 3205669 BLAKE2B 
e5f64b85546bc10ad16e7fa42d288965539177375e8796b40df699859efa13fb98bb86aec58e60363c955b2d5e4b2e6379a7597252ee4fdbeec49559de67b328
 SHA512 
0fab600b4323d23e12009eeb4ade595950880a88b05bcfbfeada1a9b9af615b96d31c568285629bf6e5de7b45ed857bdf98b6261dc54974fbaf70c924e093c76

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
new file mode 100644
index 000..4ecbc9343c9
--- /dev/null
+++ b/app-portage/gentoolkit/gentoolkit-0.4.7.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_REQ_USE="xml(+),threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of administration scripts for Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+
+DEPEND="
+   sys-apps/portage[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   sys-apps/gawk
+   sys-apps/gentoo-functions"
+
+python_prepare_all() {
+   python_setup
+   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   VERSION="${PVR}" "${PYTHON}" setup.py set_version
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}
+
+pkg_preinst() {
+   if has_version "<${CATEGORY}/${PN}-0.4.0"; then
+   SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
+   fi
+}
+
+pkg_postinst() {
+   # Create cache directory for revdep-rebuild
+   mkdir -p -m 0755 "${EROOT}"/var/cache
+   mkdir -p -m 0700 "${EROOT}"/var/cache/revdep-rebuild
+
+   if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
+   elog "Starting with version 0.4.0, ebump, ekeyword and imlate 
are now"
+   elog "part of the gentoolkit package."
+   elog "The gentoolkit-dev package is now deprecated in favor of 
a single"
+   elog "gentoolkit package.   The remaining tools from 
gentoolkit-dev"
+   elog "are now obsolete/unused with the git based tree."
+   fi
+
+   # Only show the elog information on a new install
+   if [[ ! ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "For further information on gentoolkit, please read the 
gentoolkit"
+   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
+   elog
+   elog "Another alternative to equery is 
app-portage/portage-utils"
+   elog
+   elog "Additional tools that may be of interest:"
+   elog
+   elog "app-admin/eclean-kernel"
+   elog "app-portage/diffmask"
+   elog "app-portage/flaggie"
+   elog "app-portage/install-mask"
+   elog "app-portage/portpeek"
+   elog "app-portage/smart-live-rebuild"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-01-26 Thread Michał Górny
commit: 0af8f659e377ee8ecb22800153578625b51b0e75
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 26 15:22:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 26 15:22:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af8f659

app-portage/gentoolkit: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/Manifest   |  2 -
 app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild | 74 ---
 app-portage/gentoolkit/gentoolkit-0.4.5.ebuild| 74 ---
 3 files changed, 150 deletions(-)

diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 8e19d1d610c..472aa5efdcc 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,3 +1 @@
-DIST gentoolkit-0.4.2.tar.gz 3215652 BLAKE2B 
97b4dcac7293b50161169a6c777623cb1c51e2f74020e0fa2f1f4441c203c03a1269c8c55e1461c5780ebfb8234d364837073d582a52a99f2d40c92e6b77a7f0
 SHA512 
3a9eac2fd214bcfe39380193cb2118edcd759dbf3eb165e7240525ce1047aa984f1d1f1d3a15324218d9be1f0a1ec960ae08a63191392f1bb3422277a52697ff
-DIST gentoolkit-0.4.5.tar.gz 3218757 BLAKE2B 
9ac6e7bdee622ff3069ee0f59a1834f36496f2bd07c53a67677571e0cfc99366ba64d03fca8bd964c3517d7cbcb7d4d5d08e9f3ec721d7adf598b13944fea659
 SHA512 
6b459684a59c5a72f09da34a2e9491b98f49c861f763bddb52ae002413a2c89d7841d84658577e6fec36a096889265a1207eaf981adfdd5e9db6ad79ca364df3
 DIST gentoolkit-0.4.6.tar.gz 3205641 BLAKE2B 
7da91a313c8a9263eb7b4abd6207ece9dd602a5069a87f1e78ada13fc9f396e1f2afddaf0637c473445034cf57b5ca7631e209361a88fa3892d302b20f4cc986
 SHA512 
3aa3c9af7e994313400607943b9090fd813227ddd6d550b50fbcf7eeb4053da8bcdb41c9ef2579d957d2f279fdcc4e2f2ceca1091c5fd457df4204dd11792d6e

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild
deleted file mode 100644
index 791ff13c343..000
--- a/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-PYTHON_REQ_USE="xml(+),threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of administration scripts for Gentoo"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
-SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-DEPEND="sys-apps/portage[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !app-portage/gentoolkit-dev
-   sys-apps/gawk
-   sys-apps/gentoo-functions"
-
-python_prepare_all() {
-   python_setup
-   echo VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   VERSION="${PVR}" "${PYTHON}" setup.py set_version
-   distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-}
-
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-0.4.0"; then
-   SHOW_GENTOOKIT_DEV_DEPRECATED_MSG=1
-   fi
-}
-
-pkg_postinst() {
-   # Create cache directory for revdep-rebuild
-   mkdir -p -m 0755 "${EROOT%/}"/var/cache
-   mkdir -p -m 0700 "${EROOT%/}"/var/cache/revdep-rebuild
-
-   if [[ ${SHOW_GENTOOKIT_DEV_DEPRECATED_MSG} ]]; then
-   elog "Starting with version 0.4.0, ebump, ekeyword and imlate 
are now"
-   elog "part of the gentoolkit package."
-   elog "The gentoolkit-dev package is now deprecated in favor of 
a single"
-   elog "gentoolkit package.   The remaining tools from 
gentoolkit-dev"
-   elog "are now obsolete/unused with the git based tree."
-   fi
-
-   # Only show the elog information on a new install
-   if [[ ! ${REPLACING_VERSIONS} ]]; then
-   elog
-   elog "For further information on gentoolkit, please read the 
gentoolkit"
-   elog "guide: https://wiki.gentoo.org/wiki/Gentoolkit;
-   elog
-   elog "Another alternative to equery is 
app-portage/portage-utils"
-   elog
-   elog "Additional tools that may be of interest:"
-   elog
-   elog "app-admin/eclean-kernel"
-   elog "app-portage/diffmask"
-   elog "app-portage/flaggie"
-   elog "app-portage/install-mask"
-   elog "app-portage/portpeek"
-   elog "app-portage/smart-live-rebuild"
-   fi
-}

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.5.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.5.ebuild
deleted file mode 100644
index 7fb720573f2..000
--- a/app-portage/gentoolkit/gentoolkit-0.4.5.ebuild
+++ /dev/null
@@ 

[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2020-01-26 Thread Michał Górny
commit: f04aab712fe258494c2172951c6b5db0e06eae9c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 26 15:27:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 26 15:27:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04aab71

app-portage/gentoolkit: Update PYTHON_COMPAT in 

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/gentoolkit-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 8254566390f..f79109cd9a4 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git;



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-12-16 Thread Michał Górny
commit: 4e65043387e637f9ef86d997c0fd56d0f3699b16
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 16 14:22:15 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 16 14:37:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e650433

app-portage/gentoolkit: Set DISTUTILS_USE_SETUPTOOLS

Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 1 +
 app-portage/gentoolkit/gentoolkit-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 7efa0eb168c..fa573b27b84 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 PYTHON_REQ_USE="xml(+),threads(+)"
 

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index 9503857df3b..3934b8cddae 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 PYTHON_REQ_USE="xml(+),threads(+)"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-10-11 Thread Sergei Trofimovich
commit: 5b66039ea14ab0f988742118d8d4f848adc7380a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 11 22:28:21 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 11 22:32:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b66039e

app-portage/gentoolkit: stable 0.4.6 for hppa, bug #695692

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index aa81159e745..7efa0eb168c 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-10-11 Thread Aaron Bauman
commit: 26c3f6d04127941bd0d182152fe4a277da41ab43
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Oct 11 20:43:23 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Oct 11 20:43:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c3f6d0

app-portage/gentoolkit: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index e616d46fa25..aa81159e745 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-10-05 Thread Matt Turner
commit: 7b27aaf28b5881e0217f67e110c711e65d0168c3
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Oct  6 05:50:40 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct  6 05:50:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b27aaf2

app-portage/gentoolkit-0.4.6: alpha stable, bug 695692

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index cec811812f9..c37c5ce9f85 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-10-04 Thread Matt Turner
commit: 5cfc0076de85914d351fbc49d07df1faa72fd6be
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct  4 21:53:05 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct  4 21:53:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfc0076

app-portage/gentoolkit-0.4.6: arm stable, bug 695692

Signed-off-by: Matt Turner  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 0e852674c07..cec811812f9 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-10-03 Thread Agostino Sarubbo
commit: b46858732785236d7e5a05f7b24d44f9a5d89039
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct  3 08:09:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct  3 08:09:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4685873

app-portage/gentoolkit: s390 stable wrt bug #695692

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 994082d362c..0e852674c07 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-10-02 Thread Agostino Sarubbo
commit: 22edc2aa81aba001f0fc21f4af1110d78927e9e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  2 18:51:11 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  2 18:53:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22edc2aa

app-portage/gentoolkit: x86 stable wrt bug #695692

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index df256894025..994082d362c 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-09-29 Thread Sergei Trofimovich
commit: 31c0508644eea318b0eef44e90b376ceca8f0db8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 29 20:56:18 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 29 21:00:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c05086

app-portage/gentoolkit: stable 0.4.6 for ppc64, bug #695692

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index f6248a976ff..df256894025 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-09-29 Thread Sergei Trofimovich
commit: 8193faab380bb16e396b4744145c10a9eb9af152
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 29 19:28:25 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 29 20:54:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8193faab

app-portage/gentoolkit: stable 0.4.6 for ppc, bug #695692

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 7cccbb5036a..f6248a976ff 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-09-29 Thread Sergei Trofimovich
commit: 6085260d26faa9982a1754f0b38a75991c82f4bc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Sep 29 19:24:39 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Sep 29 19:24:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6085260d

app-portage/gentoolkit: stable 0.4.6 for ia64, bug #695692

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index 6b0ae0445e4..7cccbb5036a 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/

2019-09-29 Thread Mikle Kolyada
commit: 3e641d898376058f531ec3eb46482efdd0a1eb2a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 29 10:46:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 29 10:47:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e641d89

app-portage/gentoolkit: amd64 stable wrt bug #695692

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 app-portage/gentoolkit/gentoolkit-0.4.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild 
b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
index d3f23487288..6b0ae0445e4 100644
--- a/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.4.6.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"



  1   2   >