[gentoo-commits] repo/gentoo:master commit in: dev-ruby/amq-client/

2021-10-17 Thread Hans de Graaff
commit: a89184d1f5da113fe97fa08d75f11ddcb4b7de16
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 17 08:54:59 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 18 05:52:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89184d1

dev-ruby/amq-client: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/amq-client/amq-client-1.0.4.ebuild | 35 -
 1 file changed, 35 deletions(-)

diff --git a/dev-ruby/amq-client/amq-client-1.0.4.ebuild 
b/dev-ruby/amq-client/amq-client-1.0.4.ebuild
deleted file mode 100644
index f067e6b6b73..000
--- a/dev-ruby/amq-client/amq-client-1.0.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.textile"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="A fully-featured, low-level AMQP 0.9.1 client"
-HOMEPAGE="https://github.com/ruby-amqp/amq-client;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/amq-protocol-1.2.0 dev-ruby/eventmachine"
-
-ruby_add_bdepend "test? ( dev-ruby/evented-spec )"
-
-all_ruby_prepare() {
-   rm Gemfile || die
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
-   sed -i -e '7i require "evented-spec"' spec/spec_helper.rb || die
-
-   # Drop integration tests since these require a running AMQP server.
-   rm -rf spec/integration 
spec/regression/bad_frame_slicing_in_adapters_spec.rb spec/unit/client_spec.rb 
|| die
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/command-t/

2021-10-17 Thread Hans de Graaff
commit: 62ff1bc276577517184ac5c15b8f2d8ce5a4ee97
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 17 08:55:30 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 18 05:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ff1bc2

app-vim/command-t: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-vim/command-t/command-t-5.0.3.ebuild | 47 
 1 file changed, 47 deletions(-)

diff --git a/app-vim/command-t/command-t-5.0.3.ebuild 
b/app-vim/command-t/command-t-5.0.3.ebuild
deleted file mode 100644
index 0783b39f126..000
--- a/app-vim/command-t/command-t-5.0.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit vim-plugin ruby-ng
-
-DESCRIPTION="vim plugin: fast file navigation for vim"
-HOMEPAGE="https://vim.sourceforge.io/scripts/script.php?script_id=3025 
https://github.com/wincent/command-t;
-SRC_URI="https://github.com/wincent/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD-2"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="|| ( app-editors/vim[ruby] app-editors/gvim[ruby] )"
-
-all_ruby_prepare() {
-   find "${S}" -name .gitignore -delete || die
-}
-
-each_ruby_configure() {
-   cd ruby/${PN}/ext/${PN} || die
-   ${RUBY} extconf.rb || die "extconf.rb failed"
-}
-
-each_ruby_compile() {
-   cd ruby/${PN}/ext/${PN} || die
-   emake V=1
-   rm *.o *.c *.h *.log extconf.rb depend Makefile || die
-}
-
-each_ruby_install() {
-   local sitelibdir=$(ruby_rbconfig_value "sitelibdir")
-   insinto "${sitelibdir}"
-   doins -r ruby/${PN}/{ext,lib}/*
-}
-
-all_ruby_install() {
-   rm -r appstream bin fixtures data ruby/${PN}/{ext,lib,*.gemspec} spec 
vendor || die
-
-   vim-plugin_src_install
-
-   # make sure scripts are executable
-   chmod +x "${ED}"/usr/share/vim/vimfiles/ruby/${PN}/bin/* || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/cucumber-html-formatter/

2021-10-17 Thread Hans de Graaff
commit: 86d2dd1c92b593ba21fa00ba837c2fd3be3695f2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 18 05:51:51 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 18 05:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d2dd1c

dev-util/cucumber-html-formatter: fix file collision

Closes: https://bugs.gentoo.org/818451
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 ...atter-17.0.0.ebuild => cucumber-html-formatter-16.0.1-r2.ebuild} | 6 --
 .../cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild   | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r2.ebuild
similarity index 80%
copy from dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
copy to 
dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r2.ebuild
index 91fcf66c1ee..9d9cc748042 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-16.0.1-r2.ebuild
@@ -8,6 +8,8 @@ RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
 RUBY_FAKEGEM_EXTRAINSTALL="assets"
 
+RUBY_FAKEGEM_BINWRAP=""
+
 inherit ruby-fakegem
 
 DESCRIPTION="HTML formatter for Cucumber"
@@ -19,10 +21,10 @@ SLOT="$(ver_cut 1)"
 IUSE="test"
 
 ruby_add_rdepend "
-   >=dev-util/cucumber-messages-17.1.0.1:17
+   >=dev-util/cucumber-messages-17.0.1:17
!17.1"' 
spec/html_formatter_spec.rb || die
+   sed -i -e '1igem "cucumber-messages", "~>17.0"' 
spec/html_formatter_spec.rb || die
 }

diff --git 
a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild 
b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
index 91fcf66c1ee..fe9815ec6c9 100644
--- a/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
+++ b/dev-util/cucumber-html-formatter/cucumber-html-formatter-17.0.0.ebuild
@@ -21,6 +21,7 @@ IUSE="test"
 ruby_add_rdepend "
>=dev-util/cucumber-messages-17.1.0.1:17
!

[gentoo-commits] repo/gentoo:master commit in: app-editors/diakonos/

2021-10-17 Thread Hans de Graaff
commit: 9699bffeea8f0fc7af936f9a7aceb498c57edae6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 17 12:22:30 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 18 05:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9699bffe

app-editors/diakonos: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-editors/diakonos/diakonos-0.9.4.ebuild | 37 --
 1 file changed, 37 deletions(-)

diff --git a/app-editors/diakonos/diakonos-0.9.4.ebuild 
b/app-editors/diakonos/diakonos-0.9.4.ebuild
deleted file mode 100644
index d769980e023..000
--- a/app-editors/diakonos/diakonos-0.9.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-inherit ruby-ng
-
-DESCRIPTION="A Linux editor for the masses"
-HOMEPAGE="http://diakonos.pist0s.ca;
-SRC_URI="http://diakonos.pist0s.ca/archives/${P}.tar.bz2;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-ruby_add_rdepend "dev-ruby/curses"
-
-ruby_add_bdepend "doc? ( dev-ruby/yard )
-   test? ( dev-ruby/bacon )"
-
-each_ruby_install() {
-   ${RUBY} install.rb --dest-dir "${D}" --doc-dir /usr/share/doc/${P} || 
die "install failed"
-}
-
-all_ruby_install() {
-   if use doc; then
-   rake docs || die
-   dodoc -r doc/*
-   fi
-}
-
-each_ruby_test() {
-   ${RUBY} -S bacon -Ilib spec/*.rb spec/*/*.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/amqp/

2021-10-17 Thread Hans de Graaff
commit: 8dfca748d127ab3673973f9b6813a6bfb6c0e8da
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 17 08:54:42 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 18 05:52:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfca748

dev-ruby/amqp: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/amqp/amqp-1.8.0.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/dev-ruby/amqp/amqp-1.8.0.ebuild b/dev-ruby/amqp/amqp-1.8.0.ebuild
deleted file mode 100644
index 46e55977b62..000
--- a/dev-ruby/amqp/amqp-1.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="AMQP client implementation in Ruby/EventMachine"
-HOMEPAGE="http://rubyamqp.info/;
-
-LICENSE="Ruby"
-SLOT="1.4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/multi_json dev-ruby/evented-spec )"
-ruby_add_rdepend ">=dev-ruby/eventmachine-0.12.4
-   >=dev-ruby/amq-protocol-2.2.0:2"
-
-all_ruby_prepare() {
-   #rm Gemfile || die
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '/effin_utf8/ s:^:#:' 
spec/spec_helper.rb || die
-
-   # Many specs require a live rabbit server, but only root can start
-   # an instance. Skip these specs for now.
-   rm -rf spec/integration spec/unit/amqp/connection_spec.rb || die
-}
-
-all_ruby_install() {
-   dodoc -r docs examples
-}



[gentoo-commits] proj/sandbox:master commit in: libsandbox/wrapper-funcs/

2021-10-17 Thread Mike Frysinger
commit: 948a4538cee831e7108539d4a427eeef255db3a1
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sun Oct 17 03:15:49 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sun Oct 17 03:15:49 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=948a4538

libsandbox: add array bounds to times related funcs

While we don't care about them, the compiler does and warns about
mismatches, so add explicit [2] to them.

Signed-off-by: Mike Frysinger  gentoo.org>

 libsandbox/wrapper-funcs/futimesat.c | 2 +-
 libsandbox/wrapper-funcs/lutimes.c   | 2 +-
 libsandbox/wrapper-funcs/utimensat.c | 2 +-
 libsandbox/wrapper-funcs/utimes.c| 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libsandbox/wrapper-funcs/futimesat.c 
b/libsandbox/wrapper-funcs/futimesat.c
index d549e6a..6f6481b 100644
--- a/libsandbox/wrapper-funcs/futimesat.c
+++ b/libsandbox/wrapper-funcs/futimesat.c
@@ -5,7 +5,7 @@
  * Licensed under the GPL-2
  */
 
-#define WRAPPER_ARGS_PROTO int dirfd, const char *filename, const struct 
timeval times[]
+#define WRAPPER_ARGS_PROTO int dirfd, const char *filename, const struct 
timeval times[2]
 #define WRAPPER_ARGS dirfd, filename, times
 #define WRAPPER_SAFE() SB_SAFE_AT(dirfd, filename, 0)
 #include "__wrapper_simple.c"

diff --git a/libsandbox/wrapper-funcs/lutimes.c 
b/libsandbox/wrapper-funcs/lutimes.c
index c608231..3192a33 100644
--- a/libsandbox/wrapper-funcs/lutimes.c
+++ b/libsandbox/wrapper-funcs/lutimes.c
@@ -5,7 +5,7 @@
  * Licensed under the GPL-2
  */
 
-#define WRAPPER_ARGS_PROTO const char *filename, const struct timeval times[]
+#define WRAPPER_ARGS_PROTO const char *filename, const struct timeval times[2]
 #define WRAPPER_ARGS filename, times
 #define WRAPPER_SAFE() SB_SAFE(filename)
 #include "__wrapper_simple.c"

diff --git a/libsandbox/wrapper-funcs/utimensat.c 
b/libsandbox/wrapper-funcs/utimensat.c
index e0d8ee1..840ff18 100644
--- a/libsandbox/wrapper-funcs/utimensat.c
+++ b/libsandbox/wrapper-funcs/utimensat.c
@@ -5,7 +5,7 @@
  * Licensed under the GPL-2
  */
 
-#define WRAPPER_ARGS_PROTO int dirfd, const char *filename, const struct 
timespec times[], int flags
+#define WRAPPER_ARGS_PROTO int dirfd, const char *filename, const struct 
timespec times[2], int flags
 #define WRAPPER_ARGS dirfd, filename, times, flags
 #define WRAPPER_SAFE() SB_SAFE_AT(dirfd, filename, flags)
 #include "__wrapper_simple.c"

diff --git a/libsandbox/wrapper-funcs/utimes.c 
b/libsandbox/wrapper-funcs/utimes.c
index c361c36..b117895 100644
--- a/libsandbox/wrapper-funcs/utimes.c
+++ b/libsandbox/wrapper-funcs/utimes.c
@@ -5,7 +5,7 @@
  * Licensed under the GPL-2
  */
 
-#define WRAPPER_ARGS_PROTO const char *filename, const struct timeval times[]
+#define WRAPPER_ARGS_PROTO const char *filename, const struct timeval times[2]
 #define WRAPPER_ARGS filename, times
 #define WRAPPER_SAFE() SB_SAFE(filename)
 #include "__wrapper_simple.c"



[gentoo-commits] proj/sandbox:master commit in: tests/

2021-10-17 Thread Mike Frysinger
commit: 422e3666f6118448062defccab99af6c9b40d5d0
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Oct 18 04:36:04 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Oct 18 04:36:04 2021 +
URL:https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=422e3666

tests: add missing +x on scripts

Signed-off-by: Mike Frysinger  gentoo.org>

 tests/script-14.sh | 0
 tests/script-15.sh | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/script-14.sh b/tests/script-14.sh
old mode 100644
new mode 100755

diff --git a/tests/script-15.sh b/tests/script-15.sh
old mode 100644
new mode 100755



[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2021-10-17 Thread Sam James
commit: 8ba31b3a42c7423833997975c7c920a97d5145bb
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 05:08:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 05:09:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba31b3a

dev-python/moto: ignore tests in 2.2.6 more

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

 dev-python/moto/moto-2.2.6.ebuild | 7 +--
 dev-python/moto/moto-2.2.9.ebuild | 1 +
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/moto/moto-2.2.6.ebuild 
b/dev-python/moto/moto-2.2.6.ebuild
index e8cd22eb118..ebe2646585e 100644
--- a/dev-python/moto/moto-2.2.6.ebuild
+++ b/dev-python/moto/moto-2.2.6.ebuild
@@ -61,10 +61,13 @@ python_prepare_all() {
 }
 
 python_test() {
-   local ignore=(
+   local EPYTEST_IGNORE=(
# incompatible versions?
tests/test_core/test_decorator_calls.py
tests/test_s3/test_s3_classdecorator.py
+   )
+
+   local EPYTEST_DESELECT=(
# Needs network (or docker?) but not marked as such, bug #807031
# TODO: report upstream
tests/test_batch/test_batch_jobs.py::test_terminate_job
@@ -77,5 +80,5 @@ python_test() {
 
# pytest-django causes freezegun try to mangle stuff inside django
# which fails when django is not really used
-   epytest -p no:django -m 'not network' ${ignore[@]/#/--ignore }
+   epytest -p no:django -m 'not network'
 }

diff --git a/dev-python/moto/moto-2.2.9.ebuild 
b/dev-python/moto/moto-2.2.9.ebuild
index 90b1a6e1227..5369dcc4944 100644
--- a/dev-python/moto/moto-2.2.9.ebuild
+++ b/dev-python/moto/moto-2.2.9.ebuild
@@ -69,6 +69,7 @@ python_test() {

tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3

tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3

tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
+
# Needs network (or docker?) but not marked as such, bug #807031
# TODO: report upstream
tests/test_batch/test_batch_jobs.py::test_terminate_job



[gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/

2021-10-17 Thread Zac Medico
commit: 8fa6918c267a563d882443867522998146109a1e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 18 03:24:23 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 18 04:20:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa6918c

dev-util/ostree: set REQUIRED_USE="dracut? ( systemd )"

Closes: https://bugs.gentoo.org/816867
Signed-off-by: Mike Gilbert  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/ostree/ostree-2021.3-r2.ebuild | 5 -
 dev-util/ostree/ostree-2021.4.ebuild| 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/ostree/ostree-2021.3-r2.ebuild 
b/dev-util/ostree/ostree-2021.3-r2.ebuild
index 770b54e43d5..a131a22630e 100644
--- a/dev-util/ostree/ostree-2021.3-r2.ebuild
+++ b/dev-util/ostree/ostree-2021.3-r2.ebuild
@@ -15,7 +15,10 @@ SLOT="0"
 
 IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection 
libmount selinux sodium ssl +soup systemd zeroconf"
 RESTRICT="test"
-REQUIRED_USE="httpd? ( || ( curl soup ) )"
+REQUIRED_USE="
+   dracut? ( systemd )
+   httpd? ( || ( curl soup ) )
+"
 
 COMMON_DEPEND="
archive? ( app-arch/libarchive:= )

diff --git a/dev-util/ostree/ostree-2021.4.ebuild 
b/dev-util/ostree/ostree-2021.4.ebuild
index 4914f0692b9..e55303e2476 100644
--- a/dev-util/ostree/ostree-2021.4.ebuild
+++ b/dev-util/ostree/ostree-2021.4.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
 IUSE="archive +curl doc dracut gnutls +gpg grub +http2 httpd introspection 
libmount selinux sodium ssl +soup systemd zeroconf"
 RESTRICT+=" test"
 REQUIRED_USE="
+   dracut? ( systemd )
http2? ( curl )
httpd? ( || ( curl soup ) )
 "



[gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/

2021-10-17 Thread Zac Medico
commit: 31f39c31a5d525cb855c98eb3fcf95bfc97b2694
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 18 03:31:38 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 18 04:20:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f39c31

dev-util/ostree: do not install /etc/dracut.conf.d/ostree.conf

Bug: https://bugs.gentoo.org/816867
Closes: https://github.com/gentoo/gentoo/pull/22616
Signed-off-by: Mike Gilbert  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/ostree/{ostree-2021.4.ebuild => ostree-2021.4-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ostree/ostree-2021.4.ebuild 
b/dev-util/ostree/ostree-2021.4-r1.ebuild
similarity index 98%
rename from dev-util/ostree/ostree-2021.4.ebuild
rename to dev-util/ostree/ostree-2021.4-r1.ebuild
index e55303e2476..4c74aecc1d4 100644
--- a/dev-util/ostree/ostree-2021.4.ebuild
+++ b/dev-util/ostree/ostree-2021.4-r1.ebuild
@@ -76,7 +76,7 @@ src_configure() {
--enable-shared
$(use_with archive libarchive)
$(use_with curl)
-   $(use_with dracut)
+   $(use_with dracut dracut yesbutnoconf) #816867
$(use_enable doc gtk-doc)
$(usex introspection --enable-introspection={,} yes no)
$(use_with gpg gpgme)



[gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/

2021-10-17 Thread Zac Medico
commit: 1dd27622495a8f81f95e371542a162f0f1b340ee
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Oct 18 03:22:39 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 18 04:19:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd27622

dev-util/ostree: drop 2019.5-r2, 2020.6-r2, 2020.7-r2, 2020.8-r2

Signed-off-by: Mike Gilbert  gentoo.org>
Signed-off-by: Zac Medico  gentoo.org>

 dev-util/ostree/Manifest|   4 --
 dev-util/ostree/ostree-2019.5-r2.ebuild |  90 
 dev-util/ostree/ostree-2020.6-r2.ebuild |  90 
 dev-util/ostree/ostree-2020.7-r2.ebuild | 102 
 dev-util/ostree/ostree-2020.8-r2.ebuild | 102 
 5 files changed, 388 deletions(-)

diff --git a/dev-util/ostree/Manifest b/dev-util/ostree/Manifest
index 42a0a3d6b6b..63faa1e3270 100644
--- a/dev-util/ostree/Manifest
+++ b/dev-util/ostree/Manifest
@@ -1,6 +1,2 @@
-DIST ostree-2019.5.tar.xz 1972452 BLAKE2B 
a8b015118855b8b0097f535ac074aeffc599c3f6f654967043e8e4de339d2a51e85ad1b4b3f3b22e18d39235e6ad9c1973334a2c4fc9b5c694f2ff40d68ae703
 SHA512 
27150802ed9af16e698ed163f6ad235f0f99a1410df52b4b1e266585fe665880c0b9490bf245b5593cb277007b7229d808be7403dd964c58aded6e567349c912
-DIST ostree-2020.6.tar.xz 2014456 BLAKE2B 
97d84c6838993edfbabb598bce800332ab1c8b22c0431839f7129f2f57afdd71c1b8ea8b8d6c1dc2cbf8d7f6828d624394b5e8c533f7a98eb1b1c3aeedff92cf
 SHA512 
1d8f8ccaa3e543a6f494d3be2a3651ad340846f0c314e003955260b7bd1d8c0421acf102ec2ca6580379c354bf4cfac0940e4e95b724b7aaf9dc8116085aa538
-DIST ostree-2020.7.tar.xz 2022004 BLAKE2B 
2113117ce8553b7ffcfea17e1cb3a9c697d39b4933b48c30729af72fc833bb00f39e7e3a327efeebaac1df307b1f62ccf16a7772e12ad77737e2219c87623824
 SHA512 
f42dca3c9e1810c0421ab99588f27c625733b71ef811534b66e0c0c4afafbad5bf475e08feaf87c2f8414c38f127fd344adbb57a4b75001077aedbfe92af3706
-DIST ostree-2020.8.tar.xz 2081080 BLAKE2B 
e856f9642db9fd16e96d6bdc9b3f3be93989458d72258c4586e5a49e67c197d0b7b20cefd0b5a28d77dee986db42ae5584d2894005ede654b8320402aa3af367
 SHA512 
2523f5742c4472f8e64614bb99edc5aec1a8f8a837b54f67efba9760aefc3385014e1296c9246ac81b361f4588deb4794768a231bf8f338c24a14255ab63da04
 DIST ostree-2021.3.tar.xz 2089804 BLAKE2B 
5df33b676173b1ec08ac7592d4ddf8e3bfdcd84df1b3ce19e2f24c85780fed1f210b8adce1baf4ec87869c72984502276bf6e5a72268daaae6ce9b3d6dc6f88b
 SHA512 
0df0d8f9bd82b16562dd5146997eddfb7cb6cffc1886601307d97a1cb1dc926bda7d0c899db26c974ed0dff1012dee11937e47c11c4d03307fa3d2d430adc60e
 DIST ostree-2021.4.tar.xz 2048424 BLAKE2B 
386ed38f6dc8035a429505d8392682f739bc9a57a8cf9d7960942cd0ff0b61eee314116866c3b520d802a3f16f6dfecd1ea45a7b1d44cac8d065ad56a1ed2c2f
 SHA512 
9bde7281afa456b30253149639854f579c1f1bdf6c429059eeb69042515b5ebfdf6426b4c9780ca8e700a11f0ec05cfc03e48baa8d0858ddbca7d3942aab9bbd

diff --git a/dev-util/ostree/ostree-2019.5-r2.ebuild 
b/dev-util/ostree/ostree-2019.5-r2.ebuild
deleted file mode 100644
index 0f4c12a8a97..000
--- a/dev-util/ostree/ostree-2019.5-r2.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-DESCRIPTION="Operating system and container binary deployment and upgrades"
-HOMEPAGE="https://ostree.readthedocs.io/en/latest/;
-SRC_URI="https://github.com/ostreedev/ostree/releases/download/v${PV}/lib${P}.tar.xz
 -> ${P}.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="LGPL-2+"
-SLOT="0"
-
-IUSE="archive curl doc dracut gnutls grub http2 httpd introspection libmount 
selinux ssl +soup systemd zeroconf"
-RESTRICT="test"
-REQUIRED_USE="httpd? ( || ( curl soup ) )"
-
-COMMON_DEPEND="
-   archive? ( app-arch/libarchive:= )
-   app-crypt/gpgme
-   app-arch/xz-utils
-   curl? ( net-misc/curl )
-   soup? ( net-libs/libsoup:2.4 )
-   dev-libs/libassuan
-   dev-libs/libgpg-error
-   dev-libs/glib:2
-   dracut? ( sys-kernel/dracut )
-   grub? ( sys-boot/grub:2= )
-   introspection? ( dev-libs/gobject-introspection )
-   ssl? (
-   gnutls? ( net-libs/gnutls:= )
-   !gnutls? ( dev-libs/openssl:0= ) )
-   >=sys-fs/fuse-2.9.2:0
-   sys-libs/zlib
-   libmount? ( sys-apps/util-linux )
-   selinux? ( sys-libs/libselinux )
-   systemd? ( sys-apps/systemd:0= )
-   zeroconf? ( net-dns/avahi[dbus] )"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   doc? ( dev-util/gtk-doc )"
-
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND="
-   dev-util/glib-utils
-   sys-devel/flex
-   sys-devel/bison
-   virtual/pkgconfig"
-
-S="${WORKDIR}/lib${P}"
-
-src_prepare() {
-   sed -Ee 's:(XSLT_STYLESHEET = 
).*:\1/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl:' \
-   -i Makefile.in Makefile-man.am || die
-
-   eautoreconf
-   default
-}
-
-src_configure() {
-

[gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/, dev-libs/libuev/files/

2021-10-17 Thread Sam James
commit: db02aa38b2c766f454b31c9d051f3729c4e398df
Author: Oz N Tiram  gmail  com>
AuthorDate: Sat Oct  2 22:37:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 04:10:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db02aa38

dev-libs/libuev: fix building with sys-libs/glibc-2.34

Closes: https://bugs.gentoo.org/806604
Signed-off-by: Oz N Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libuev/files/libuev-64-bit-times.patch | 32 +
 dev-libs/libuev/libuev-2.3.2-r1.ebuild  | 27 +
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/libuev/files/libuev-64-bit-times.patch 
b/dev-libs/libuev/files/libuev-64-bit-times.patch
new file mode 100644
index 000..b018da1ef70
--- /dev/null
+++ b/dev-libs/libuev/files/libuev-64-bit-times.patch
@@ -0,0 +1,32 @@
+diff --git a/configure.ac b/configure.ac
+index 786f502..c9859b1 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1,4 +1,4 @@
+-AC_INIT(libuev, 2.4.0-beta1, https://github.com/troglobit/libuev/issues)
++AC_INIT(libuev, 2.4.0-rc1, https://github.com/troglobit/libuev/issues)
+ AC_CONFIG_AUX_DIR(aux)
+ AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
+ AM_SILENT_RULES([yes])
+diff --git a/src/libuev.pc.in b/src/libuev.pc.in
+index 9f831a6..4b00176 100644
+--- a/src/libuev.pc.in
 b/src/libuev.pc.in
+@@ -8,5 +8,5 @@ Description: Simple event loop for Linux
+ Version: @VERSION@
+ Requires:
+ Libs: -L${libdir} -luev
+-Cflags: -I${includedir}
++Cflags: -I${includedir} -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
+ 
+diff --git a/test/Makefile.am b/test/Makefile.am
+index 72fdfb4..6bbfc85 100644
+--- a/test/Makefile.am
 b/test/Makefile.am
+@@ -12,5 +12,5 @@ TESTS  += event
+ 
+ check_PROGRAMS  = $(TESTS)
+ 
+-CPPFLAGS= -D_GNU_SOURCE
++CPPFLAGS= -D_GNU_SOURCE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
+ LDADD   = -L../src ../src/libuev.la

diff --git a/dev-libs/libuev/libuev-2.3.2-r1.ebuild 
b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
new file mode 100644
index 000..14f468a0569
--- /dev/null
+++ b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs"
+HOMEPAGE="https://github.com/troglobit/libuev;
+SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+PATCHES=(
+   "${FILESDIR}/${P}-64-bit-time.patch"
+   )
+
+src_configure() {
+   econf --enable-static=$(usex static-libs)
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+   rm "${D}/usr/share/doc/${PF}/LICENSE" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/

2021-10-17 Thread Sam James
commit: 75ca7040aaa9a72ddf3beeb0f4771bcefa252c14
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 04:11:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 04:11:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ca7040

dev-libs/libuev: call eautoreconf for patches

Needed for patches to *.am, *.ac, etc to be
(safely) effective (avoid maintainer mode
invocation).

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

 dev-libs/libuev/libuev-2.3.2-r1.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libuev/libuev-2.3.2-r1.ebuild 
b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
index 2cd8e6b9f81..f8a20c0605f 100644
--- a/dev-libs/libuev/libuev-2.3.2-r1.ebuild
+++ b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit autotools
+
 DESCRIPTION="Lightweight event loop library for Linux epoll() family APIs"
 HOMEPAGE="https://github.com/troglobit/libuev;
 
SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz;
@@ -15,7 +17,14 @@ IUSE="static-libs"
 PATCHES=(
"${FILESDIR}/${PN}"-fix-tests.patch
"${FILESDIR}/${PN}"-large-files-fix.patch
-   )
+)
+
+src_prepare() {
+   default
+
+   # Needed for glibc/LFS patches
+   eautoreconf
+}
 
 src_configure() {
econf --enable-static=$(usex static-libs)



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libuev/files/, dev-libs/libuev/

2021-10-17 Thread Sam James
commit: b659cdcbbde0f414aa968759f30bcc507793d4a4
Author: Oz N Tiram  gmail  com>
AuthorDate: Sun Oct  3 18:38:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 04:10:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b659cdcb

dev-libs/libuev: split patch to two

Signed-off-by: Oz N Tiram  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22469
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libuev/files/libuev-64-bit-times.patch| 32 --
 dev-libs/libuev/files/libuev-fix-tests.patch   |  9 ++
 dev-libs/libuev/files/libuev-large-files-fix.patch |  9 ++
 dev-libs/libuev/libuev-2.3.2-r1.ebuild |  3 +-
 4 files changed, 20 insertions(+), 33 deletions(-)

diff --git a/dev-libs/libuev/files/libuev-64-bit-times.patch 
b/dev-libs/libuev/files/libuev-64-bit-times.patch
deleted file mode 100644
index b018da1ef70..000
--- a/dev-libs/libuev/files/libuev-64-bit-times.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 786f502..c9859b1 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,4 +1,4 @@
--AC_INIT(libuev, 2.4.0-beta1, https://github.com/troglobit/libuev/issues)
-+AC_INIT(libuev, 2.4.0-rc1, https://github.com/troglobit/libuev/issues)
- AC_CONFIG_AUX_DIR(aux)
- AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
- AM_SILENT_RULES([yes])
-diff --git a/src/libuev.pc.in b/src/libuev.pc.in
-index 9f831a6..4b00176 100644
 a/src/libuev.pc.in
-+++ b/src/libuev.pc.in
-@@ -8,5 +8,5 @@ Description: Simple event loop for Linux
- Version: @VERSION@
- Requires:
- Libs: -L${libdir} -luev
--Cflags: -I${includedir}
-+Cflags: -I${includedir} -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
- 
-diff --git a/test/Makefile.am b/test/Makefile.am
-index 72fdfb4..6bbfc85 100644
 a/test/Makefile.am
-+++ b/test/Makefile.am
-@@ -12,5 +12,5 @@ TESTS  += event
- 
- check_PROGRAMS  = $(TESTS)
- 
--CPPFLAGS= -D_GNU_SOURCE
-+CPPFLAGS= -D_GNU_SOURCE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
- LDADD   = -L../src ../src/libuev.la

diff --git a/dev-libs/libuev/files/libuev-fix-tests.patch 
b/dev-libs/libuev/files/libuev-fix-tests.patch
new file mode 100644
index 000..68e4b2c4fd6
--- /dev/null
+++ b/dev-libs/libuev/files/libuev-fix-tests.patch
@@ -0,0 +1,9 @@
+--- a/tests/Makefile.am
 b/tests/Makefile.am
+@@ -14,5 +14,5 @@ check_PROGRAMS  = $(TESTS)
+ 
+ # Ignore warnings about unused result, in e.g. write()
+ CFLAGS  = -W -Wall -Wextra -Wno-unused-result -Wno-unused-parameter
+-CPPFLAGS= -D_GNU_SOURCE
++CPPFLAGS= -D_GNU_SOURCE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
+ LDADD   = -L../src ../src/libuev.la

diff --git a/dev-libs/libuev/files/libuev-large-files-fix.patch 
b/dev-libs/libuev/files/libuev-large-files-fix.patch
new file mode 100644
index 000..61a4cdb3ed2
--- /dev/null
+++ b/dev-libs/libuev/files/libuev-large-files-fix.patch
@@ -0,0 +1,9 @@
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -1,6 +1,6 @@
+ lib_LTLIBRARIES = libuev.la
+ libuev_la_SOURCES   = uev.c uev.h private.h io.c timer.c signal.c cron.c 
event.c
+-libuev_la_CPPFLAGS  = -D_GNU_SOURCE -D_TIME_BITS=64
++libuev_la_CPPFLAGS  = -D_GNU_SOURCE -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
+ libuev_la_CFLAGS= -W -Wall -Wextra -std=gnu11
+ libuev_la_LDFLAGS   = $(AM_LDFLAGS) -version-info 4:0:2

diff --git a/dev-libs/libuev/libuev-2.3.2-r1.ebuild 
b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
index 14f468a0569..2cd8e6b9f81 100644
--- a/dev-libs/libuev/libuev-2.3.2-r1.ebuild
+++ b/dev-libs/libuev/libuev-2.3.2-r1.ebuild
@@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
 PATCHES=(
-   "${FILESDIR}/${P}-64-bit-time.patch"
+   "${FILESDIR}/${PN}"-fix-tests.patch
+   "${FILESDIR}/${PN}"-large-files-fix.patch
)
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/slirp4netns/

2021-10-17 Thread Zac Medico
commit: 9837d7515f507b2ae264af14e9377ef9d1b5c984
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 18 02:10:43 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 18 02:10:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9837d751

app-emulation/slirp4netns: Bump to version 1.1.12

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/slirp4netns/Manifest  | 2 +-
 .../{slirp4netns-1.1.8.ebuild => slirp4netns-1.1.12.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/slirp4netns/Manifest 
b/app-emulation/slirp4netns/Manifest
index 4ec0c31a67e..1a317b3d45b 100644
--- a/app-emulation/slirp4netns/Manifest
+++ b/app-emulation/slirp4netns/Manifest
@@ -1,2 +1,2 @@
-DIST slirp4netns-1.1.8.tar.gz 58022 BLAKE2B 
cb65af6a5298411c158dd3da8160f8e4999ce5cb6bafc85f233d4d64a58c545ff7e9db21501f718ce7990d2497a6960853ecb9ff548859b1be19f3d74e86610b
 SHA512 
28b2dd73cfd0a0fc71338c55a7f4ae448456620a0d27eb1e7c79f2d58da2a90f2f9af363c9abf5148d4d6435f69ea26809e5f20721fec5daf4c9897bb29c3547
+DIST slirp4netns-1.1.12.tar.gz 60223 BLAKE2B 
2bd4ed6cded075a151fec0e6bb0a72f2027d702cd3e2760ab8c811e375ea5becfeb32ccf71f4b41a257b9e7f32852d6d805912ad950da3364e240d191674
 SHA512 
82584e40079c2a7730c098f2a2406dc042498f7d50cc9ad8404acf3bb3a50c6969737be531d64b2eca6ba86a968bb5bfea9ad10eba4979cc40a5da5c9745ebdb
 DIST slirp4netns-1.1.9.tar.gz 58951 BLAKE2B 
e4fde408b3cd55dec0cca495c58936ec32c6201a0fe63c1a9fc9502ac41da615f92271d5fb365475f6864dd3c195097c81f01268b1b8d10d0f888c4e154cac34
 SHA512 
6471bf2b2eff9bd3ef037de986ab612f20bfce7a52bfd2b1b434d0606a3d2e6170b3fc43b168c8cc6f56ffb82f8361f21a26522ac1092c71f6e694a9588d5854

diff --git a/app-emulation/slirp4netns/slirp4netns-1.1.8.ebuild 
b/app-emulation/slirp4netns/slirp4netns-1.1.12.ebuild
similarity index 90%
rename from app-emulation/slirp4netns/slirp4netns-1.1.8.ebuild
rename to app-emulation/slirp4netns/slirp4netns-1.1.12.ebuild
index ab7c659fa36..1138f207bc0 100644
--- a/app-emulation/slirp4netns/slirp4netns-1.1.8.ebuild
+++ b/app-emulation/slirp4netns/slirp4netns-1.1.12.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
@@ -9,7 +9,7 @@ DESCRIPTION="User-mode networking for unprivileged network 
namespaces"
 HOMEPAGE="https://github.com/rootless-containers/slirp4netns;
 
SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 LICENSE="GPL-2"
 SLOT="0"
 
@@ -22,7 +22,7 @@ RDEPEND="
 
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-RESTRICT="test"
+RESTRICT+=" test"
 
 src_prepare() {
# Respect AR variable for bug 722162.



[gentoo-commits] proj/sci:master commit in: dev-vcs/datalad/

2021-10-17 Thread Horea Christian
commit: f0aca0f4e6ac0568b014d7dbfd54ce58e8704321
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Oct 18 02:02:55 2021 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Oct 18 02:02:55 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f0aca0f4

dev-vcs/datalad: new package

DataLad stack

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Horea Christian  chymera.eu>

 dev-vcs/datalad/datalad-0.15.1.ebuild | 68 +++
 dev-vcs/datalad/datalad-0.15.2.ebuild | 68 +++
 dev-vcs/datalad/metadata.xml  | 30 
 3 files changed, 166 insertions(+)

diff --git a/dev-vcs/datalad/datalad-0.15.1.ebuild 
b/dev-vcs/datalad/datalad-0.15.1.ebuild
new file mode 100644
index 0..2322ac254
--- /dev/null
+++ b/dev-vcs/datalad/datalad-0.15.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Keep code, data, containers under control with git and git-annex"
+HOMEPAGE="https://github.com/datalad/datalad;
+SRC_URI="https://github.com/datalad/datalad/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test +downloaders +metadata +publish misc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-arch/p7zip
+   dev-python/annexremote[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/fasteners[${PYTHON_USEDEP}]
+   app-arch/patool[${PYTHON_USEDEP}]
+   dev-python/tqdm[${PYTHON_USEDEP}]
+   dev-python/wrapt[${PYTHON_USEDEP}]
+   downloaders? (
+   dev-python/boto[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/keyrings_alt[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   )
+   metadata? (
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   dev-python/whoosh[${PYTHON_USEDEP}]
+   )
+   misc? (
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+   dev-python/pyperclip[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   )
+   publish? (
+   dev-vcs/python-gitlab[${PYTHON_USEDEP}]
+   dev-python/PyGithub[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/httpretty[${PYTHON_USEDEP}]
+   dev-python/vcrpy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests nose
+
+python_test() {
+   export DATALAD_TESTS_NONETWORK=1
+   ${EPYTHON} -m nose -s -v -A "not(integration or usecase or slow or 
network or turtle)" datalad || die
+   # Full test suite takes for ever:
+   # ${EPYTHON} -m nose -s -v datalad || die
+}

diff --git a/dev-vcs/datalad/datalad-0.15.2.ebuild 
b/dev-vcs/datalad/datalad-0.15.2.ebuild
new file mode 100644
index 0..2322ac254
--- /dev/null
+++ b/dev-vcs/datalad/datalad-0.15.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Keep code, data, containers under control with git and git-annex"
+HOMEPAGE="https://github.com/datalad/datalad;
+SRC_URI="https://github.com/datalad/datalad/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test +downloaders +metadata +publish misc"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-arch/p7zip
+   dev-python/annexremote[${PYTHON_USEDEP}]
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   dev-python/iso8601[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/fasteners[${PYTHON_USEDEP}]
+   app-arch/patool[${PYTHON_USEDEP}]
+   dev-python/tqdm[${PYTHON_USEDEP}]
+   dev-python/wrapt[${PYTHON_USEDEP}]
+   downloaders? (
+   dev-python/boto[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/keyrings_alt[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   )
+   metadata? (
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   dev-python/whoosh[${PYTHON_USEDEP}]
+   )
+   misc? (
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+  

[gentoo-commits] repo/gentoo:master commit in: app-emulation/conmon/

2021-10-17 Thread Zac Medico
commit: d765a97a5d307df13c10735d54e00063f9cda6a2
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 18 02:00:33 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 18 02:01:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d765a97a

app-emulation/conmon: Bump to version 2.0.30

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-emulation/conmon/Manifest |  2 +-
 .../conmon/{conmon-2.0.22.ebuild => conmon-2.0.30.ebuild} | 11 ---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
index be73829ef4a..bc910f9c886 100644
--- a/app-emulation/conmon/Manifest
+++ b/app-emulation/conmon/Manifest
@@ -1,4 +1,4 @@
-DIST conmon-2.0.22.tar.gz 103371 BLAKE2B 
f509ba800c847886ec2350e141d2b965ff1cc09822467718fb0d94acdabdc86c6f40dff9428679e4c4171ac6a522b3ba7622d66ebd8108be1a68cbf7418d5c09
 SHA512 
819e1d9279c1a22388220d710b975cdeb3c0b56413afb177afe1c96b649e2dce496d5f51fe4094f572111f771102ccd0ae86f1776e99fedb2e76e6e9130c2d5c
 DIST conmon-2.0.26.tar.gz 104681 BLAKE2B 
fc8369258a414d3a169b64019199c604d1d8bded70d5a38230f243053dcf09c6f9aee931b328913e6cbbe3c495aab4894647897f40f537a79eb587ecee58517a
 SHA512 
5cbb66053fb48b514f93b3be4d4ac428f9eea8a3e1452b4df232250e9cd01202ecb7477c05e1e4dfb21595f2d1881be35cdea9b23f43c02bb7c0e67a3161396e
 DIST conmon-2.0.27.tar.gz 106647 BLAKE2B 
f242b1be4f86b18ca94dade3d1f5522d1ae1951f4b7abf7e563e1a93472c2a673cd48a136fdff12b410ebaa46694b70ffbf173fc37a3bbefb03891452c22dfae
 SHA512 
2bc389fa3963cbb612669ec1d288adc888d7ac1de2b9bf483f18e0f62220775327ebcb771bfa7236815ef7247adb8fc6b8ae38748f7a383ec9590e3ee5769b65
 DIST conmon-2.0.29.tar.gz 160628 BLAKE2B 
9cff934a6774ea51476624b9c56bc0dc71eeb9383d48fbb3d6b04ad7be462e8cb792e72cf9d98f9ca54eff274f1a3c2bbad3f8d8cf53fe0d2e259e4f6d93ed7e
 SHA512 
0eec0322ee209efacae93b6e96c3bea2468a309d6211c8c047b49fa3bd8b5d1a198a16b3ff1ffe629dc37a12e2e0db1979e8876833c5cef0f69be35d4be8b550
+DIST conmon-2.0.30.tar.gz 161285 BLAKE2B 
c4e01759d819d3dff94b9ae09caa72b6f664e49d907d3a1be9fb4a0e1f782fad29a7cd7c89703e861f4aa6d7955996386f81460f19f22be2889c4f88c34536cb
 SHA512 
2451e441913925f8423385b83e97630e980948a9bd57ae8800889016c4412a26bed598825d3c034c3edcecbab66c38417f55ad3866d3c2c98cada6acce2b2d16

diff --git a/app-emulation/conmon/conmon-2.0.22.ebuild 
b/app-emulation/conmon/conmon-2.0.30.ebuild
similarity index 76%
rename from app-emulation/conmon/conmon-2.0.22.ebuild
rename to app-emulation/conmon/conmon-2.0.30.ebuild
index 22d66f80a27..0a7306d1c2d 100644
--- a/app-emulation/conmon/conmon-2.0.22.ebuild
+++ b/app-emulation/conmon/conmon-2.0.30.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit toolchain-funcs
 
-EGIT_COMMIT="9c34a8663b85e479e0c083801e89a2b2835228ed"
 DESCRIPTION="An OCI container runtime monitor"
 HOMEPAGE="https://github.com/containers/conmon;
-SRC_URI="https://github.com/containers/conmon/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 IUSE="systemd"
 RESTRICT="test"
 
@@ -21,8 +20,6 @@ RDEPEND="dev-libs/glib:=
 DEPEND="${RDEPEND}
dev-go/go-md2man"
 
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
 src_prepare() {
default
 
@@ -37,7 +34,7 @@ src_prepare() {
 
 src_compile() {
tc-export CC
-   emake GIT_COMMIT="${EGIT_COMMIT}" \
+   emake GIT_COMMIT="v${PV}" \
all
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/

2021-10-17 Thread Sam James
commit: d4bf2b4e03da1e6cc5c8a7f455db0dc0767eddb2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 00:39:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 00:39:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bf2b4e

x11-libs/qwt: Stabilize 5.2.3_p20210211 ppc64, #818655

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

 x11-libs/qwt/qwt-5.2.3_p20210211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild 
b/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild
index 88168d04812..340b50a4f89 100644
--- a/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild
+++ b/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://qwt.sourceforge.io/ 
https://github.com/SciDAVis/qwt5-qt5;
 SRC_URI="https://github.com/SciDAVis/qwt5-qt5/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="qwt"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
 SLOT="5"
 IUSE="designer examples"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/lynx/

2021-10-17 Thread Sam James
commit: 60ced4ab59180948cec713bacf8dd61a114ed054
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 00:37:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 00:37:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ced4ab

www-client/lynx: Stabilize 2.9.0_pre9 arm64, #813252

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

 www-client/lynx/lynx-2.9.0_pre9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/lynx/lynx-2.9.0_pre9.ebuild 
b/www-client/lynx/lynx-2.9.0_pre9.ebuild
index e16c6cb6cc9..657d03687ba 100644
--- a/www-client/lynx/lynx-2.9.0_pre9.ebuild
+++ b/www-client/lynx/lynx-2.9.0_pre9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 cjk gnutls idn nls ssl"
 
 RDEPEND="sys-libs/ncurses:=[unicode(+)]



[gentoo-commits] repo/gentoo:master commit in: www-client/lynx/

2021-10-17 Thread Sam James
commit: 3865cde75f400589ef1a794c82d38f5687ce65a1
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 00:38:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 00:38:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3865cde7

www-client/lynx: Stabilize 2.9.0_pre9 arm, #813252

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

 www-client/lynx/lynx-2.9.0_pre9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/lynx/lynx-2.9.0_pre9.ebuild 
b/www-client/lynx/lynx-2.9.0_pre9.ebuild
index 657d03687ba..7b998012097 100644
--- a/www-client/lynx/lynx-2.9.0_pre9.ebuild
+++ b/www-client/lynx/lynx-2.9.0_pre9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 cjk gnutls idn nls ssl"
 
 RDEPEND="sys-libs/ncurses:=[unicode(+)]



[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/

2021-10-17 Thread Sam James
commit: e1093976ad4fe0a0bfa31cc1c3055c173949cd61
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 00:37:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 00:37:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1093976

media-libs/exiftool: Stabilize 12.30 arm64, #803317

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

 media-libs/exiftool/exiftool-12.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/exiftool/exiftool-12.30.ebuild 
b/media-libs/exiftool/exiftool-12.30.ebuild
index 70253662af2..579e441d942 100644
--- a/media-libs/exiftool/exiftool-12.30.ebuild
+++ b/media-libs/exiftool/exiftool-12.30.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://exiftool.org/;
 SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-Map8/

2021-10-17 Thread Sam James
commit: 1f5d2d12ae441906520b96e78ba19bce746e4412
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 18 00:38:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 18 00:38:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5d2d12

dev-perl/Unicode-Map8: Stabilize 0.130.0-r2 arm, #805089

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

 dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r2.ebuild 
b/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r2.ebuild
index 7af0bedad0e..84c1727126e 100644
--- a/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r2.ebuild
+++ b/dev-perl/Unicode-Map8/Unicode-Map8-0.130.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert between most 8bit encodings"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-perl/Unicode-String-2.60.0



[gentoo-commits] repo/gentoo:master commit in: app-admin/consul-template/

2021-10-17 Thread Zac Medico
commit: 9fca2d91739cde867d8e58c552ac1854677449f0
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Oct 18 00:07:24 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Oct 18 00:07:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fca2d91

app-admin/consul-template: Bump to version 0.27.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-admin/consul-template/Manifest |  12 +-
 .../consul-template/consul-template-0.25.0.ebuild  | 310 -
 .../consul-template/consul-template-0.27.1.ebuild  | 371 +
 3 files changed, 382 insertions(+), 311 deletions(-)

diff --git a/app-admin/consul-template/Manifest 
b/app-admin/consul-template/Manifest
index f4e283c7b7e..c0d2813c232 100644
--- a/app-admin/consul-template/Manifest
+++ b/app-admin/consul-template/Manifest
@@ -1,7 +1,7 @@
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
-DIST consul-template-0.25.0.tar.gz 197301 BLAKE2B 
f6e7d87b6fbb1d56728af0116ce0cd3ace800fa2e1d1edea57acbcd9cd1f1cf9a625426ab139744083071a1641a99aa526d44f28a147bbb1f2afe714b83969fd
 SHA512 
225e0e1f400b6ca6913758f0c4c77788977d4e6f861d50efa89662a652b1c8c648d269c9cb42ae5a590739ab1159a8b1a386cd9942a1c7dafc5200a8923b4c9b
 DIST consul-template-0.25.1.tar.gz 198375 BLAKE2B 
e5cb75193a50939b92f6b9db9e998577f1c62cf55944052a4e9ca574ea52fe7284b2395ee3ce237923cc79337453ec43d37c103f3a7bf0fc092c877164ed89fa
 SHA512 
ac02d6c26daadda62aff9b908836a6ac342ebebb9429c7a75306c4a76a2ba6bc6ab97f26e17ebfa64c171622068f89d006d48ccd7bfa28a71b43245357cbf524
 DIST consul-template-0.25.2.tar.gz 205359 BLAKE2B 
9d0f1d7438b0ee2ca8e04afb3bce34699be8718de666cc46e20ddfa071438bbafc20d985469147606c21264594009517bc6fc19b6770cf1a4c80b7213ba9d80f
 SHA512 
0fd8bd6b711af4e5e9e705efe4f1c41bfaae739d24173801bccf1e8fcb669f823f4723db4b7c09ef4adba95a4963f6b2d62cbd3cfcda1c28e83dc5c3ab587173
+DIST consul-template-0.27.1.tar.gz 214559 BLAKE2B 
a150e74fb260aa8f890f68b2bbd6f3ae87b754c4dd5473998dac0afa6ad3b10c3d0f7dddc7fbe0c7feff741a094704a660a75981d5c49a4f4995bad0bf4277c7
 SHA512 
46f32d8d3110fd7b09ffe5132a279e4a4116a7cb0a12c4d5334519c52b392c108e96ab33e9a41eb70c30ea505921ae7c8ca5a067d5dbcf5e44f9b88239b4adaa
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.zip 56132 BLAKE2B 
5edcfe991d7fc40094d637bae8d8d6f1f897ab3d3786ade2bb80287738103264520681ced8d30d2037253206c32d3f867f4d024a571cb9aad030ebc451e198eb
 SHA512 
43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f
 DIST github.com%2F!data!dog%2Fdatadog-go%2F@v%2Fv2.2.0+incompatible.mod 37 
BLAKE2B 
74a94066231395cbd85f1dbbb68408161ef74781c0c686746f97365dceb3ca69e3b924a86e6639b5e4cbcf64928fa21245e6828339105a779a86bc4f132a5bf5
 SHA512 
da3a3499834784b7ace8158659956206fdb113000fdc84d54b6525805727e37029bdcf263afcbabe724d8b10f6601f1f38a985e6ac10fd0466907ae56da3edd7
@@ -149,6 +149,8 @@ DIST 
github.com%2Fhashicorp%2Fvault%2Fsdk%2F@v%2Fv0.1.14-0.20190730042320-0dc007
 DIST 
github.com%2Fhashicorp%2Fvault%2Fsdk%2F@v%2Fv0.1.14-0.20190730042320-0dc007d98cc8.zip
 329362 BLAKE2B 
ac1b5c838e2ebb3fbbbf99b82ae7c06d9501487033ba6217fa375b27ff2afbf99dfcce5e8c594170688b1e1bd3f49c493e1958f5a46836427c163dcdbfe39aa2
 SHA512 
8b7857e56778dd47dac98d7c21d176dfd37735b51607defd3e54287e1aef7cf3b36747a3d8f2d8eeeba3f6329f0cd3ab9ec5be517ea50a0eb49887fe449a8c97
 DIST 
github.com%2Fhashicorp%2Fyamux%2F@v%2Fv0.0.0-20180604194846-3520598351bb.mod 34 
BLAKE2B 
a6b62a3bba7dfe36ff9628bd3d8924ed8e74d32cda866170cd7d78d472ddffe771c1b202a1a905392736a0bf42cb2485b8178eece7f523a01e8acbe3ca1b6fa7
 SHA512 
9336813b2b20fc7f8f9fd9275f534f30dbe1f232df91aa58817c8a1b8aa46face6073e06721688058b223dcfaf73ea920b84f102542a050ebc51fa5da152fe37
 DIST 
github.com%2Fhashicorp%2Fyamux%2F@v%2Fv0.0.0-20181012175058-2f1d1f20f75d.mod 34 
BLAKE2B 
a6b62a3bba7dfe36ff9628bd3d8924ed8e74d32cda866170cd7d78d472ddffe771c1b202a1a905392736a0bf42cb2485b8178eece7f523a01e8acbe3ca1b6fa7
 SHA512 
9336813b2b20fc7f8f9fd9275f534f30dbe1f232df91aa58817c8a1b8aa46face6073e06721688058b223dcfaf73ea920b84f102542a050ebc51fa5da152fe37
+DIST github.com%2Fimdario%2Fmergo%2F@v%2Fv0.3.12.mod 74 BLAKE2B 
47557579d6c1e12c3b7dfdd9e5dd37291411cb87ff396973a0e17c97ffc79da1f6d81dec640d75cbc5e84ad9a8e17d729992c998dd614ef89a973d3cf5083b60
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-10-17 Thread Michał Górny
commit: cfab3bfbcdda1f793620974897220bfcb9bcdb2e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 21:14:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfab3bfb

sys-kernel/gentoo-kernel-bin: Bump to 5.14.13

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.14.13.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 9559266d67d..ce27bbe4e3e 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -20,6 +20,8 @@ DIST genpatches-5.14-12.base.tar.xz 459100 BLAKE2B 
ba32bf5be3d9e3e332659281495ec
 DIST genpatches-5.14-12.extras.tar.xz 3848 BLAKE2B 
0bac1f83f9ebdc3b6860516313ca95d5ad2e1515bc587a3e6010bdbbd2bf3e55fe3acb835989ea874608149c3efcedf172451322ba5e5df821970cbd210a69ab
 SHA512 
9e4c5445b0883680ff28e24d2b7af4d6dbd4d2f54c33583c5b91e0629caa5cac02b02996c52cf277909f057c8bd2f41342cd57f9e6ba9d8b4a8895fd70bcabaa
 DIST genpatches-5.14-13.base.tar.xz 502028 BLAKE2B 
54de53dff2214469b24b173b17aa6a4cfa2ac50d8834434c0e50c5538484e7a16c3822b677572e4d2bb444266196a272487df0264c2fc4bd25e6fc6a7b63fb8c
 SHA512 
205d403607618c0ea1e82ac9ba48cd1e90e961e92e282a5bc2723408ddd7a85ca871e91b23cff37c3108f37f4040fbe063928161cabb175c78b7175ba8b60974
 DIST genpatches-5.14-13.extras.tar.xz 3848 BLAKE2B 
d595a77078bd8740dc61a5e2f35d75f19015e2d4b30716f484bc961b9631a994a3b1a8367a1ed2d1c46d3bea601013e4488870cec202dbd5b63cffaf5078ce36
 SHA512 
b1abcde0b14f51d60ae27e885f7b912b8531ee77fb9b6b4c2e062f5feb1eddc2687965c949ea675c1c425561244e1a3011a1c092404ce86b171ea60991c7cd2e
+DIST genpatches-5.14-14.base.tar.xz 511456 BLAKE2B 
5e4ed4eb05d3161292e9ae3e69ad28d99ba0e72f1b38289f9c3e3232346ac77fde922f4fc498fc9161b793bca2beca33728664c2ec68175a637676ee8737e311
 SHA512 
81a2293ebcfd9a44711dafe2e0ea14f73dd0d6d53cf5c30892ab5fc09995519174e3250d1521778058ca8ae1aaf75fc5ddf7541eb2231f8965dda45c8c8f250a
+DIST genpatches-5.14-14.extras.tar.xz 3848 BLAKE2B 
5820173b798dddf5892b0a8f133f3fe4dfb0b80fec5bbba79b8f03f78af4722f48bb69370f56773bf9b7372aec3500db4f672fa82729bea8e93e8fa1af7efea1
 SHA512 
1012bd7f20b0657e75d810e66a97222c66373b8b2cb4cec0a29ea0469aae5ccdc0bfafc89dfe9ded34036883d88c7da111f99ce2076dcb8f01143e985a62c8d6
 DIST genpatches-5.14-8.base.tar.xz 315608 BLAKE2B 
1a19a4aa497580d5d1ceed952899f0f19b13fa36a585206c1ce9b3c348754f6c94aeb7a697fadeda88ecd9e2b35e7d9061601bfbbc720cce00030b3b0de5d26f
 SHA512 
5d131854f01730a807eba05109270f80d40b5f9db4fc7a9f9041200eb0025e4ef436a6df51d2020ae4cb737ff2846e080a318c92975be1d54a17e99131d6771a
 DIST genpatches-5.14-8.extras.tar.xz 3852 BLAKE2B 
6ec8bdf43eca6d43f5e88f19e15c23e056d5f5144a5c746e3eb20170c445de82e465bdc5ef85f95a1c65582c458110437287d8f31022132fa092096147540c88
 SHA512 
d6a65dbe36ea6c5eb20f3df047493e3e3e31b27e4a812c9541e50deb4bfbe795de3f8eba4d901bf34a013d46ead22f849b77f3c2bd305f2b28cd039459f6c43f
 DIST genpatches-5.14-9.base.tar.xz 349596 BLAKE2B 
801a5a1aec2e0cd1b52f1c21fd3349f91f8bbfd33c40892b28679ca89799f5589d333e5227674fed3326d0094f5932959427e31e5dc847aec261ebf164d2954d
 SHA512 
a8463a1cda8084afd1e6613ba160c9a75b1a136331217627f9a6b7876f33e9bd4947cd6c059f481612962e430ef530fac246e8b48c38ca8f505b949296390590
@@ -66,6 +68,8 @@ DIST gentoo-kernel-5.14.11-1.x86.xpak 59165591 BLAKE2B 
870935f0eddc88cb23aac651f
 DIST gentoo-kernel-5.14.12-1.amd64.xpak 68076172 BLAKE2B 
cbe6725fbbd725a2effedf4f17f6d1a91e5ebc37e355b378d4e5d4075b3d36200c3d7c0c5e0e92300c0862a49362bf182dcf23b2cb6c58a15579e4120a28978f
 SHA512 
3c1af75b0c4215d30563b72f6e363f9d1631f2b36686740720b52c5468f59c3ddfb500cdfc95d9fab0333e7381b8fa81a4e4d45e401374f6765906feb6c41847
 DIST gentoo-kernel-5.14.12-1.arm64.xpak 63328712 BLAKE2B 
82d66c33182546f1ad2b0285fdad24d6f378616a6557a73a2fe3669619ffdf7e091fce2c43764c921be852415e782799e729229dca6d52f0c7f722726bbb7b6a
 SHA512 
7ad95019bc3a80764c94ce57f432a46f6b69dd8b0684fca39e6b86ed7f67f4d1264261ffd7349b1a3793df7e7b6c8a0ce5a2e56ce53bf92565d2e19b7447b9e2
 DIST gentoo-kernel-5.14.12-1.x86.xpak 59179955 BLAKE2B 
b94956dae8d21e1a538252f402045d99ca9b464810d8df51cf3f86c4a29f7c21512fd944086711dd5e432245259233dedc068e1d1bd9e8a5de74824396a67b66
 SHA512 
227bce0cc990d9943a4310c5edccda99acfb71e69fa414a800a138e0c16ceb780e61fb68529680a93b72d64851914fdbb4cbff7ad70f8dafdd88d8ca82e3dccb
+DIST gentoo-kernel-5.14.13-1.amd64.xpak 68024577 BLAKE2B 
a43710471bae30805de6110dbc52f93ebe618dc68e3348717e22296ed7afbecc2657e0d4eb05b177d5f1fc9c0d6407dc3310ffd6021baede0f02540b0215
 SHA512 
6576792ce0a46829782dd380392fcbb48b399b0f4b649e17baff1b0e0487dab81e4065eb5efe9e41919cd4e43c3c2b5ad5141731c9bc19f765ffc6d0895b49ca
+DIST gentoo-kernel-5.14.13-1.x86.xpak 59170584 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-10-17 Thread Michał Górny
commit: e271fab819723ba0826c2737d240536022c919c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 21:14:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e271fab8

sys-kernel/gentoo-kernel-bin: Bump to 5.10.74

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.10.74.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index ce27bbe4e3e..9f49a050de6 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-78.base.tar.xz 2372000 BLAKE2B 
263371197ab54e9153bef37cb34f
 DIST genpatches-5.10-78.extras.tar.xz 3848 BLAKE2B 
bc1f534a45c748e9ad1e6382349853d58c93c51db7deb411ea5fe981edc983c3df1d62034af582da4740c8a8c5f3617bd8e360602f806808148e2a0e66b6f327
 SHA512 
d96f7924e9c7c128eebfc3e73ddd54a501a7909a5d51bf74f062988113c7a2b3671813f875018a52395f41aa6d3fb86a35e57422b19ad885e667e1bef693cf9e
 DIST genpatches-5.10-79.base.tar.xz 2387632 BLAKE2B 
2da2a130876482ac0c4c2959e4faa7931fbe6037c03da78f7238411b132dba8e7e196aa5102b8b74d1996bc9f7d29b435c506954f6db4c91bf3b0a4ff39cfc46
 SHA512 
1034e28b4c880c285999ddb47f3074a9885fcba6716ce58bd121a654f20f0ee168fc454475517c3a2c9e8327f1a81b5c68b26a114ac074c425be68e95eab3472
 DIST genpatches-5.10-79.extras.tar.xz 3852 BLAKE2B 
9e76a55a44ac857f37ab753e4ef13e5f041c68b14b4a6cb762c75435513f084c211b2dd4797bebeae451bfd207be133f9099ce14ecf8cb0142f5f04a1ea4f504
 SHA512 
538359609f242eb7ca012c4626c0b049de8fcf5ac81934bd21e75e53d5d4657db831738b37f24d96ea5e1c3ed8eb01b577c1978c7095a93aad9d5ad225894505
+DIST genpatches-5.10-80.base.tar.xz 2394312 BLAKE2B 
663fc740c01ef53024985679854abfd97b3a44b5177229f4529bfb2497810a73d177ee714d699e7367602c14dd5c7c99c312f38dba496fcfea062f485ba0
 SHA512 
ca51c04253647b98200c873f67a0f52861299376ab02c7a665b142962eed3db77060f6ae5e8391518388447f81095c8bca0c9d20502dc53c0a7e42216ce39e15
+DIST genpatches-5.10-80.extras.tar.xz 3848 BLAKE2B 
401714e5b73d2e9d8ec46cae0f7f2729c6542726f2234f46c68cc4cc695276df37d757c37bfbc11e6e4fbc91b6b4edef0172520f9be5d457e2e4c283b41224b3
 SHA512 
88bec3172d52f7c9b71bc8575622f071ec6469ae58578d43e31ee027631ab6918c9b0c24bc852d9716f4a0292e85fffb169304c43800b870e4eb33e8245b608c
 DIST genpatches-5.13-21.base.tar.xz 951176 BLAKE2B 
ba681ca3732dd42d0242c2b4e95f90f92bf4737eee326a33297c03d9cefd5da3182262626caf4635a3c66329df5fd0f28d55a963b5fbba110f025e7874f00726
 SHA512 
55f21fa1711464d686dcac9886ed0420cf48d2ab4e1b98ec1d8ac52c8828d4d8c2d71c4e57df989d23df670d46a00ec2c7dcdd4dfb7f411e904e379f9fb702f1
 DIST genpatches-5.13-21.extras.tar.xz 3852 BLAKE2B 
5f1b6adf7944a5f8b8394ad651e08647284c685838309f4ae9c58e2fb6ad127ac48e8ba10b65f058793731ae39ea683c290e30425aeb306ee8e6baf7bc7f812a
 SHA512 
397e625d456feb5aa3ee75c18348401c976556a38c401afdf7e242e036fb432c3fafaa6bc8b44d046ccd64be418407927fcd366d172386765832be4877a6d3b3
 DIST genpatches-5.14-10.base.tar.xz 395372 BLAKE2B 
a645dc7c97a08fbd4f58b9696a58f5e61859858cec6214593e75c8394ec11464bf469ad4f17d75dc978878beb4cc7e9a37a91f0d879ddefe5e50cb80f38a85ce
 SHA512 
add638c70c9d1e95aed125db0d3cbfd1b9c7b4fc2ab5c5548d38dd1bff7cce57e459a8175d9e4e719a4c2bb95e3ee10ee697b5288ff9ef26a9cb50287eee1d86
@@ -56,6 +58,8 @@ DIST gentoo-kernel-5.10.72-1.x86.xpak 57243325 BLAKE2B 
019dd95e8fab63f6010ded8f7
 DIST gentoo-kernel-5.10.73-1.amd64.xpak 65497272 BLAKE2B 
16901ef5d85cc199bb02d21b704adc173db8c0a6f3d00805dae432800941a285948eb70c7cb1ebf4a534c22ac3ce979a37dc0da91c2f86967ecda79d4a6c0974
 SHA512 
c0506a0b3125ac784bc239b1ffd7b81fd313239d9d2f9a07a4be16355d8a813a455cf87628b3bbe753d3fc7c157e356fb4d2951577a269236cb7befe78804415
 DIST gentoo-kernel-5.10.73-1.arm64.xpak 61223372 BLAKE2B 
eeb51e422e4d04eed64146b629467dae18c494d93b9b2a0e1965e0e5bd95bb8f343571c51c2736b3adfc57511afb001e9107b0cc6c89d3977a7abd20d0f66c67
 SHA512 
e13e73769a3a8a9edfa2ccd655d1164a4a74c74c208c5a8980fdd1c6b6e7dbaef7fccd54d57d8a2401bf64e0f1f0f5933962f67430b8c6dbff4fbbb4a75ae432
 DIST gentoo-kernel-5.10.73-1.x86.xpak 57234727 BLAKE2B 
028eec3d6f13893ea7e90fc5eeb5efd2a244a59a1a0e18a6d13d2e335bf945439344b8b2124bec0c62c234a160d4b08b661c948453cc9ed4c56acdd70fd1eb16
 SHA512 
50d414bcc836cb5109088aa265c9b1321c1d0bfa58e978b72e7a2882b6491623ed9ed8fa0693a13420ece3f3057b913c7537cbe275abfbdc0941dca883d22d40
+DIST gentoo-kernel-5.10.74-1.amd64.xpak 65523300 BLAKE2B 
3f764dfcef5b0fb8d2f5fc6217b017245689fddd553db237345e534babcc82e6ee928ff15ef29e8cf5e8aa0ef91c683a077a133e40275c0a4b8fa322d1bdf499
 SHA512 
8cdc9cef68620fe70acb0af49a36df9a12ddb00ec0cce938f40eec9a259270254a29f06dabf0b8ca3b8796c430f4b6088f233815d2a15f14243d4432ecdd489e
+DIST gentoo-kernel-5.10.74-1.x86.xpak 57252997 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel-bin/

2021-10-17 Thread Michał Górny
commit: 332d132bf226d187bf06c3ae4218c4266a596a6d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 21:14:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332d132b

sys-kernel/gentoo-kernel-bin: Bump to 5.4.154

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.4.154.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 9f49a050de6..7ac806e4e05 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -40,6 +40,8 @@ DIST genpatches-5.4-156.base.tar.xz 4031752 BLAKE2B 
7450e619bd4524c4c2929a2adb95
 DIST genpatches-5.4-156.extras.tar.xz 1784 BLAKE2B 
215396166913e8dfad67a0fea37626170aa71a8fdca7861f55e48c50e37fe0b92ba03e185d2cd23aae1f0903c9900c5ec7d79442c5f622c1f0093a3587f348da
 SHA512 
43fe8cb9416a5d88c78a8c51466f7fbfd04b395a19efc2890669b9f3b90e233190c7724804c06c810cef89cbc3db95072afd2c04a3e9efbd074d975ce0f3ea12
 DIST genpatches-5.4-157.base.tar.xz 4048356 BLAKE2B 
787334d4f61f375a6ab46712ff632d560a9532932ced876b90d78bc2161c48d6c917297e53604ff6ac0039ce5ec6edc70c84f6ca9933fd0d74f83c5e57bd2d42
 SHA512 
e7380f35a80a88d2fcc0278da156042c08b7cb1b6eadcaf2ce5769fb4b6127eaa8e1ce9e8a64f8c24286a30f566df4d52184ba3fa0993c6119d7b306c88fa8cd
 DIST genpatches-5.4-157.extras.tar.xz 1788 BLAKE2B 
ca74b942a7038927ee3ca591c383d0dd86418363399245e49763bb3efdb66a57eec28982c77bc10b723c897dc87d0f2991736702e3a22f23e02eba2d3686d933
 SHA512 
8c63e5e7fb2653e680d2d78c18e5b84362ae5f391d621489e377e21894b7df8fcacc15bca2c61b544b20ee6156abf323ddd599c3a47e292f17e5372f6cb46dcb
+DIST genpatches-5.4-158.base.tar.xz 4052760 BLAKE2B 
1fa28f9309c2f9ae9fb8167cd016664781ec78d16a2e652e67de34503ccf4a28477fd16ee8f10ad9fb4eff35066d716c63df32f3ded98e9b8306e526528053b6
 SHA512 
37b6ff682889580053c2c5e88b2f46df9a6b5506550651773949ea9a4c6d70b56b1b59388df1d4747dbd1c9b186e95b0997f651a08df52be351401276e7b6f33
+DIST genpatches-5.4-158.extras.tar.xz 1788 BLAKE2B 
265a90ab037b468294afea457d8e3c3e7fe2a1112100354e9f4a30f6604b204be5efc3f5889ce42ef0fa959baf80403a6ddf4ad36f4e9d0e9888c4c6ae7aa70b
 SHA512 
9a498e672c05166dfc1b0460d6bc6830b5086fc2d9ef97423bef5334ded9d4f31836b40fe85b9c2f66eb56cda291e41399ecf88e9e4a20022f5d88bf6d4269b8
 DIST gentoo-kernel-5.10.68-1.amd64.xpak 65497706 BLAKE2B 
526ea1fc91fc906828366b4f7c10cb04a0e1cffe19702443790d52ba82a99710aa9ce1eeb7832a0da9970f9ec073173c846d5872ade5ae6f44fb33c20b0c46b8
 SHA512 
6be46f7608dbe3ad05472264957b23e8a841ecab3a978ec94de8043f864a9e9864e8086f979bf185010e65bbec23af941eb3a82828c3341da9a365410c85a030
 DIST gentoo-kernel-5.10.68-1.arm64.xpak 61234698 BLAKE2B 
f30cf0cd18711f3b42d9bfcb528ca56c7bafb88477414a3ed6ecd9c26b66fe76c1c1370461c3b1b83a13266240a20f55cbc35fd68d66bb8ca20503cc26f91f15
 SHA512 
df478abac49f43635cbe7b79faa188570cee3419d920877f05346fae7a3a16333f95c778d170b509277a0ee08c08d73589a177b69f86fdcdf800bde8481b903c
 DIST gentoo-kernel-5.10.68-1.x86.xpak 57237230 BLAKE2B 
be3156a79fc45bac92220f715e0e7270c060545f222d01fc24ff5bb6a239d8187077f6c4beba1d18c704c6e858f36b22db6f1ce9ebc737e574e9130410d5c813
 SHA512 
7ac97263d05bd70b29388d749786788124c6e636a3b1e975df8c9225ad3106d66a93898ce1e6cffefc4ec948a36830cfd3ae16dade66d3281bfebdd3a2bf6f7e
@@ -101,6 +103,8 @@ DIST gentoo-kernel-5.4.152-1.x86.xpak 53160478 BLAKE2B 
64bb7c24de23fb7bffabdd56e
 DIST gentoo-kernel-5.4.153-1.amd64.xpak 61346905 BLAKE2B 
813efd5bad07ebe374dc5611eef01ac6958764ca52de4a03f9aec5e25d28a34405cda5d2b2c4848e857b874c0bd0dac57e9311d3274321f2e1fa10afc58a
 SHA512 
b563e52afd8d9e1a2e0c5cec48c61bbb1acb4f20b788a2ff6799d0015ac3d8f69f7aa2d58ead4eb9a8cd3760037e94152bc90aa268043fc4ec4c93c26c0704a7
 DIST gentoo-kernel-5.4.153-1.arm64-r1.xpak 58075899 BLAKE2B 
6948e53b8e1fbc82e8742517d2a808eec4aabc6503ac1f22d0d5de77473dd3a67e4772454ef5944044153966002beaca0c26593462efa85d74fdcb894aa75d58
 SHA512 
a64d9dd91b12dd290bcab8b9d516bf22e8e28e319bac8a196756bc2bac01cd43cc3eed7d856bdf0e4920cb6edf0f9f977ef8db28a711165a4503ad5539b1080c
 DIST gentoo-kernel-5.4.153-1.x86.xpak 53168275 BLAKE2B 
583f450220035bec5e718e2251bac5a0a7d2a178c3c28dc9eb005e2f596313b0cb48d58a6d69612b110194f9d34d30fb40486351f2b5db63ca486dd38880a851
 SHA512 
af873b666c6cf0096a6fc370ee59cf79b8ff2c005afb29aa9611b8f75620ce2773452bdaead00f7fca206c358f26198e2585facec9bc6bc75dfc65ce780942cd
+DIST gentoo-kernel-5.4.154-1.amd64.xpak 61399049 BLAKE2B 
1cd9dfa937e87a8e1ec35a2e76f761f022a3c0ecef62c8d62e1a6f2e7972b0e7684bf543819e1c395df0b421563c876de0a29ea8a57b88ef26f7ed394cca7a0b
 SHA512 
706c3dc11604646c29174c12a94afff95f3354b9f658d66591f263dc1a45732415bffb4aa3ed116ba999065feb94723428a5d259cda7bc5373da2ce79c2f3068
+DIST gentoo-kernel-5.4.154-1.x86.xpak 53175292 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-python/cachelib/

2021-10-17 Thread Michał Górny
commit: 4b0ac651e7e9b63306fd5d743757e6eed46e5033
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 20:04:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0ac651

dev-python/cachelib: Remove old

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

 dev-python/cachelib/Manifest  |  2 --
 dev-python/cachelib/cachelib-0.1.1.ebuild | 19 ---
 dev-python/cachelib/cachelib-0.2.0.ebuild | 28 
 3 files changed, 49 deletions(-)

diff --git a/dev-python/cachelib/Manifest b/dev-python/cachelib/Manifest
index c4160ee6b47..32ff3517666 100644
--- a/dev-python/cachelib/Manifest
+++ b/dev-python/cachelib/Manifest
@@ -1,4 +1,2 @@
-DIST cachelib-0.1.1.tar.gz 10192 BLAKE2B 
ce1ac03498e331c0df405e99b26f24cf38f21243c60d90ca3b0fab599abce5ac8c59ba8c566216d761fea170d64934c63fd74f9733c50aa3ebe382c54b80bcfa
 SHA512 
865dba727427907227b021ecc5962738c85fb74f898acfe1612e48247ada9eda3eddb72c3c29c700fe4275ed699accc5af9526afbaf0dfbfb3a1a1a6370cc3d6
-DIST cachelib-0.2.0.tar.gz 17735 BLAKE2B 
737c5083b719b6330df4eab3e256fa64b9bd2292d46a1c0b82c72c6f69f4f2fae6623fd4bc167533101e0ff01b5273a1042f5c1bdf35080a5241358de642cba3
 SHA512 
4011d9ead4fe27a54508355eba46e91a924ce30ef3d7cdc5a2049f7e0e48f924b64d65f203aebcf9a8729f956b6edde4160cdb7edfa7e63293e2853b94bd6601
 DIST cachelib-0.3.0.tar.gz 18340 BLAKE2B 
e7f8aef925320c23691721f2f4ee7cfa66ab0ae8bf1e414d7344fc5799fbe66187791ffb9544f27b16dbf56ba8d2ec27a6ed080ccdf154a9b1a8582aa86c0127
 SHA512 
f9184cf9702c2df77e09d28d6feb8e6f0bc22f17c110a2371e76c4b78163950803e4f013c3746e21b9ac5771f72238ecd8bb041c5a7f44eab6bcb4de6e2ea377
 DIST cachelib-0.4.1.tar.gz 19762 BLAKE2B 
baadfe920fda339cd8f3241664ae91b2767423ed09bdb6204573b2679e37c2dd3157f3b4d0f16841b1ab859f7c777986c0c251bcbe4bdf1ade69c442ff8ec756
 SHA512 
051e6f31b6ee58836a1512de4c7eedc718c081389df92605ad065f4bc5e4c861971507af636686d8abf00273a379ff31730bf040a7633a143dc1492263e3a543

diff --git a/dev-python/cachelib/cachelib-0.1.1.ebuild 
b/dev-python/cachelib/cachelib-0.1.1.ebuild
deleted file mode 100644
index 653df36bc1f..000
--- a/dev-python/cachelib/cachelib-0.1.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of cache libraries in the same API interface. 
Extracted from werkzeug"
-HOMEPAGE="https://pypi.org/project/cachelib/ 
https://github.com/pallets/cachelib;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/cachelib/cachelib-0.2.0.ebuild 
b/dev-python/cachelib/cachelib-0.2.0.ebuild
deleted file mode 100644
index 2bbffeec531..000
--- a/dev-python/cachelib/cachelib-0.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Collection of cache libraries in the same API interface. 
Extracted from werkzeug"
-HOMEPAGE="https://pypi.org/project/cachelib/ 
https://github.com/pallets/cachelib;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
-
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/pylibmc[${PYTHON_USEDEP}]
-   dev-python/pytest-xprocess[${PYTHON_USEDEP}]
-   dev-python/redis-py[${PYTHON_USEDEP}]
-   net-misc/memcached
-   www-servers/uwsgi[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/django/files/, dev-python/django/

2021-10-17 Thread Michał Górny
commit: 0654bb9565a5d02c2234e0f982084370bf869f69
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 20:05:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0654bb95

dev-python/django: Remove old

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

 dev-python/django/Manifest |   2 -
 dev-python/django/django-3.2.6.ebuild  | 103 -
 .../django/files/django-3.2.6-argparse-py310.patch |  52 ---
 3 files changed, 157 deletions(-)

diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest
index aa28f06341b..e5f619107f5 100644
--- a/dev-python/django/Manifest
+++ b/dev-python/django/Manifest
@@ -2,7 +2,5 @@ DIST Django-2.2.24.checksum.txt 2558 BLAKE2B 
8a4b1759f0c52f9dfe6eafc2b54d2d6db8c
 DIST Django-2.2.24.tar.gz 9211396 BLAKE2B 
7422019ad8849ae543d7b2ca7f5624b5379c832b5d19511f52df77d95acaa0a45cc61579b0e3a74671c295ffab5e1dfecd1c044e9ec042c46606f888c257e1d0
 SHA512 
5a3ee79500ad458bfc5220b9b68248bec59bf6d2304d58ca280111854d6a5f7e25784680e949487e8b59c1de0b329a53cf0676d2ee4bb2b88463918c4b0b6085
 DIST Django-3.1.13.checksum.txt 2552 BLAKE2B 
e82052d952f7dfd15e11b413fe2f106af3d3774073c57538b10f1beeada3128de2cb3d861684599fbf5f337b0ae4eff3a101998da30d8d961f84ac7cb3bb31c5
 SHA512 
07870c27034f70f335ac35b34317944947f544f63108f21134e81326b4e8f05a7cb3d382d91e7f0a846d51944032efcddca2c3bf980f626627c74c388932e4cf
 DIST Django-3.1.13.tar.gz 9656683 BLAKE2B 
bb2dd72ba2dfc13c8f487d6b59cd9302160800dca4f63b92e640eddf4aba2e5b1bd67580e56477bced44a5393b5f65a463a9c0c539ba998a20606bffdfafcf74
 SHA512 
55b1ceb24b6e0ba542a96319f63b138439532cf4b00971a8432baaab4a8ee219cc9fbb31d457ba7da9e932c919df83da9630866d909df4a5d432866b158098d7
-DIST Django-3.2.6.checksum.txt 2551 BLAKE2B 
2fae4e3daca01f285f651b76df7402a0c08cdea9a98bdc3be3f9b337732c26b2a3dcb239fc06274b6a30227394047476d454bf34fd7e8b765df047510b08620c
 SHA512 
66b9dff471928be514198e50e62f46d14fbea9c1cfb55e9d82562271795fc3e719e0bb8c43a1f6ff6c903700b648a6a0e19e335ddc50df2a7fa539911b6d44b6
-DIST Django-3.2.6.tar.gz 9821499 BLAKE2B 
9f18d308bf15ef16a9fe9d84219bd7ad37833b718ff975344aae5950ef01a7a0e8ef8669936c8908e38e07fb078ce2e2d6392968177400c2357b1d3787e0ce39
 SHA512 
adf2d2ab3006cc5b389bed8d8e16ee8c98393b20d719c3521068e5cc5d1e679b9f660be90f827ea1cc6a41f975641c32bdb0779ee145e5e31a501ca9e06898a4
 DIST Django-3.2.8.checksum.txt 2552 BLAKE2B 
e3bbf05bab72cfd71521451620706eb2b66d2f16791cd7897b2606083af91b62af6c6ea1e9f2b2a1437e3ffc1e1688149f9084d134ac6fc233f6285418bdbe5c
 SHA512 
62cef4cc4c9de4be5db763e35957f2e71e9ca9fc5335a35bc51a1e337a91027236f41b84dd1f9eb513cb769174d9375c0a7b52cfc645331a3927c5498849eb56
 DIST Django-3.2.8.tar.gz 9820955 BLAKE2B 
5b53c1033babda046c3e3ff8421465d5bf31e92c5c65e6ebf7d4a401a5f85017625efbf227c718877d58f80f9153fc205b817aeb030d0f322c26b10394e71287
 SHA512 
0d1d745fc7ebc20a2c3c1d18e270210ec57d605aafafb2bc2bee4229727469dfea6fbd510073ee6509b389eff2a7bdb75765aecafc4506d4489c2ce37a97bfbe

diff --git a/dev-python/django/django-3.2.6.ebuild 
b/dev-python/django/django-3.2.6.ebuild
deleted file mode 100644
index d2d43152401..000
--- a/dev-python/django/django-3.2.6.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE='sqlite?,threads(+)'
-
-inherit bash-completion-r1 distutils-r1 optfeature verify-sig
-
-MY_P=${P^}
-DESCRIPTION="High-level Python web framework"
-HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/;
-SRC_URI="
-   https://media.djangoproject.com/releases/$(ver_cut 1-2)/${MY_P}.tar.gz
-   verify-sig? ( https://media.djangoproject.com/pgp/${MY_P}.checksum.txt 
)"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-# admin fonts: Roboto (media-fonts/roboto)
-LICENSE+=" Apache-2.0"
-# admin icons, jquery, xregexp.js
-LICENSE+=" MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
-IUSE="doc sqlite test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/asgiref-3.3.4[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/sqlparse-0.2.2[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   ${RDEPEND}
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pillow[webp,${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/selenium[${PYTHON_USEDEP}]
-   dev-python/tblib[${PYTHON_USEDEP}]
-   sys-devel/gettext
-   !!=app-crypt/openpgp-keys-django-20201201 )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.1-bashcomp.patch
-   # https://github.com/django/django/pull/14732
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/

2021-10-17 Thread Michał Górny
commit: 172dfd29ebd308cd3f56d2255690668599943450
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 19:50:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172dfd29

dev-python/pandas: Bump to 1.3.4

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

 dev-python/pandas/Manifest|   1 +
 dev-python/pandas/pandas-1.3.4.ebuild | 192 ++
 2 files changed, 193 insertions(+)

diff --git a/dev-python/pandas/Manifest b/dev-python/pandas/Manifest
index 9ee16d55092..c3ef0bab182 100644
--- a/dev-python/pandas/Manifest
+++ b/dev-python/pandas/Manifest
@@ -5,3 +5,4 @@ DIST pandas-1.3.0.tar.gz 4721119 BLAKE2B 
f09eedd848686597a755da929683e841be61cce
 DIST pandas-1.3.1.tar.gz 4724471 BLAKE2B 
3c645927d25ba5cfd8f2822f07752149cc4a33c0b3b32d1f45986397b877b338a5287170281231058c37e2930152a6bd5f3f50fddf32805f05de49150abd6dd6
 SHA512 
ec57d123038cd4018dbfbe2da2d10211d507cdbaa849f4752c5770d017c55cf1d2c4b29f7c86e480695205e95622b28cd75319338644302732eb4ac9efef6993
 DIST pandas-1.3.2.tar.gz 4727155 BLAKE2B 
0d667a70a4f45d47677af9d9f18ef5bcaad7d52fe780fa0646fbdcedaf426ef6a3ea768886b85a4051419d5965fe316c6162d770297e5dc679234ad99d22908b
 SHA512 
5ba8b7c7f048e13f2493235b941ada34f9416777405fae4040688f88d004564aa6c8eddfb0dc5a78e97e8370a0293a75ba63704fea4e25bc5b003a619016a9c1
 DIST pandas-1.3.3.tar.gz 4730758 BLAKE2B 
0ef945b2181329265b93fbdb7f9c35497ef847508cc2166b6e2a12ad1a2faa3940d5c8f375754ec34db4e236934a1f903f1e58e6882c6de0018a16b38f50f136
 SHA512 
a3a871a9954c7249311b9904e588d85fba4d6aa07463308b08b789b93a1eb63e36dac1b0d4254a5379085c05c5633ef31b615d0c60963c796dd7a33d815a5534
+DIST pandas-1.3.4.tar.gz 4734599 BLAKE2B 
a71b5b57198defcf4f6d848f445c7112668994f089b62a6bce1028ab4ba8a9bf3adc3c393699332fb0c76818ed80164843114e68e57232c495cee03ec5e88009
 SHA512 
c821365b1f06d69c61b957c4768a5f86b39d97d74b0732ea0eaade9d21bca8f652e38f91f83adf2fc6488f227c75d4e5e64e8f131456e7f0a93ecfcf237190a6

diff --git a/dev-python/pandas/pandas-1.3.4.ebuild 
b/dev-python/pandas/pandas-1.3.4.ebuild
new file mode 100644
index 000..4c3b594f00c
--- /dev/null
+++ b/dev-python/pandas/pandas-1.3.4.ebuild
@@ -0,0 +1,192 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+VIRTUALX_REQUIRED="manual"
+
+inherit distutils-r1 multiprocessing optfeature virtualx
+
+DESCRIPTION="Powerful data structures for data analysis and statistics"
+HOMEPAGE="https://pandas.pydata.org/ https://github.com/pandas-dev/pandas/;
+SRC_URI="
+   
https://github.com/pandas-dev/pandas/releases/download/v${PV}/${P}.tar.gz;
+S="${WORKDIR}/${P/_/}"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE="doc full-support minimal test X"
+RESTRICT="!test? ( test )"
+
+RECOMMENDED_DEPEND="
+   >=dev-python/bottleneck-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/numexpr-2.7.0[${PYTHON_USEDEP}]
+"
+
+# TODO: add pandas-gbq to the tree
+OPTIONAL_DEPEND="
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/blosc[${PYTHON_USEDEP}]
+   || (
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   )
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   || (
+   dev-python/openpyxl[${PYTHON_USEDEP}]
+   dev-python/xlsxwriter[${PYTHON_USEDEP}]
+   )
+   >=dev-python/pytables-3.2.1[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   >=dev-python/xarray-0.12.3[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/xlrd-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/xlwt-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/scipy-1.1[${PYTHON_USEDEP}]
+   X? (
+   || (
+   dev-python/PyQt5[${PYTHON_USEDEP}]
+   x11-misc/xclip
+   x11-misc/xsel
+   )
+   )
+"
+COMMON_DEPEND="
+   >=dev-python/numpy-1.17.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1-r3[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2017.3[${PYTHON_USEDEP}]
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-python/cython-0.29.21[${PYTHON_USEDEP}]
+   doc? (
+   ${VIRTUALX_DEPEND}
+   app-text/pandoc
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/nbsphinx[${PYTHON_USEDEP}]
+   >=dev-python/numpydoc-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/

2021-10-17 Thread Michał Górny
commit: f1069a371b08b821332b25fe1e17e2463aa569a4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 19:46:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1069a37

dev-python/importlib_resources: Bump to 5.2.3

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

 dev-python/importlib_resources/Manifest|  1 +
 .../importlib_resources-5.2.3.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/importlib_resources/Manifest 
b/dev-python/importlib_resources/Manifest
index fe7665c9bec..db625bcea98 100644
--- a/dev-python/importlib_resources/Manifest
+++ b/dev-python/importlib_resources/Manifest
@@ -1 +1,2 @@
 DIST importlib_resources-5.2.2.tar.gz 29651 BLAKE2B 
dde545a3f104c799432d7a2b6dbea6f071b82d0b6e3660384e2e0ab3c36eee8942b9f248a6139c708020c617bf0e0dce7fbbd5e06cb0bd192a0296fac6350b51
 SHA512 
7af9aceece4dd25ad827310fde100a4b0b5e0aee03dfeba8789db060e4decafc543784046c2e9eee95d8cab61845c50e4bb0543bb20ae7e1e480aaa80c88fa27
+DIST importlib_resources-5.2.3.tar.gz 30055 BLAKE2B 
72d4ff3d5ac974e68063673af980d70644477e4cf7e1c56b0a8b4a69009abbb112867d6527310c2ec37b1a51e343283f8ee153728a1e94654cea7181d0b4f2df
 SHA512 
97c4f99c184d82d198e75240bd262c18ec0496e07e8eeec2451da8c427500859a1b6677ab044d2e36e87f0c4da439757e13d00f8aa9955db17111487594852b6

diff --git a/dev-python/importlib_resources/importlib_resources-5.2.3.ebuild 
b/dev-python/importlib_resources/importlib_resources-5.2.3.ebuild
new file mode 100644
index 000..e844671db23
--- /dev/null
+++ b/dev-python/importlib_resources/importlib_resources-5.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# This is a backport of Python 3.9's importlib.resources
+PYTHON_COMPAT=( pypy3 python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="Read resources from Python packages"
+HOMEPAGE="https://github.com/python/importlib_resources;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/zipp-3.1.0[${PYTHON_USEDEP}]
+   ' pypy3)
+"
+BDEPEND="
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx docs dev-python/rst-linker dev-python/jaraco-packaging



[gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/

2021-10-17 Thread Michał Górny
commit: 617925adf87cf39c38154c518e39c69d7d3ee725
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 19:55:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617925ad

dev-python/astroid: Bump to 2.8.3

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

 dev-python/astroid/Manifest |  1 +
 dev-python/astroid/astroid-2.8.3.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 42c53eb2b97..781058d8bfc 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -2,3 +2,4 @@ DIST astroid-2.6.6.tar.gz 368118 BLAKE2B 
c5117566579ee6c8ccf973e180b3de3cd389611
 DIST astroid-2.7.3.tar.gz 378876 BLAKE2B 
016ab6e798f1a608c0e0ce0bd81865145349c70497d09e336ec8b21eaf01ea365c204f42daf6d55d148f6873ef15e223adc9baf4a09dc8945158e4b5e24f1ebb
 SHA512 
03a886c2daef640cf0a85f38e39b6e12080dc722862cb03386d1355f3f955ea46a7bb7b85c2887f52ba6d0ecb6243c653c7f1cd44d6c7429f2cd29c1dfd2297f
 DIST astroid-2.8.0.tar.gz 384821 BLAKE2B 
74150d67fd883b2bd4356c49c9c1b148a5e98b4d219405e745474c536691276d029bf8a0bb9275ab9df3d09a9b3492a147c67676ab1f80c9c7d3ad10f240bec4
 SHA512 
0f14f094a6dc753f0171b462f856fb1bfb1b979a8853f76da14beb04a5b02662f6b4e63c3241ce2c9a37f63490a86300152cbe9509c43e0209d5ef536d693b08
 DIST astroid-2.8.2.tar.gz 388957 BLAKE2B 
0e91b1978d8715f91b24e1d7f817bf7db3c4ca8c2c7af09f5df98b5a40c9307d54ec4051f08aa5062ffe51e5c396ae2e38078e1e124e23855fc207e34638719c
 SHA512 
15b73c24517217ab54157d6568abf2c81c70e47980aece58eaf1d946e9d5d44316467ddaf2153fd8f6278cea80cfd09dc31783b215305c71c09d1e4e6f406862
+DIST astroid-2.8.3.tar.gz 389855 BLAKE2B 
355d6ae4a7c1bc9726e46a6eecf7538ecf91294220b10bcf4af26882b2c928544b6337c7368032587ba31bd0de19ed962d092bf8a783f74720d313b33fc96b90
 SHA512 
b93aed7a3092b726ef0d3e1b1703bf3e198d6eeea8d6faf40da8616d33a093f7e249dde930b85be7e0c358f5a151de12cad8571daa8cfc346d082670c556db08

diff --git a/dev-python/astroid/astroid-2.8.3.ebuild 
b/dev-python/astroid/astroid-2.8.3.ebuild
new file mode 100644
index 000..a7739e685de
--- /dev/null
+++ b/dev-python/astroid/astroid-2.8.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abstract Syntax Tree for logilab packages"
+HOMEPAGE="
+   https://github.com/PyCQA/astroid/
+   https://pypi.org/project/astroid/;
+SRC_URI="
+   https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+# Version specified in __pkginfo__.py.
+RDEPEND="
+   >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-3.10[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/

2021-10-17 Thread Michał Górny
commit: 753c60ec9acb4df536f1113566af9ae4cd527615
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 19:53:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=753c60ec

dev-python/easy-thumbnails: Bump to 2.7.2

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

 dev-python/easy-thumbnails/Manifest|  1 +
 .../easy-thumbnails/easy-thumbnails-2.7.2.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/easy-thumbnails/Manifest 
b/dev-python/easy-thumbnails/Manifest
index 006dccc5950..1a95ad2b286 100644
--- a/dev-python/easy-thumbnails/Manifest
+++ b/dev-python/easy-thumbnails/Manifest
@@ -1 +1,2 @@
 DIST easy-thumbnails-2.7.1.tar.gz 72763 BLAKE2B 
6d62086840114c6a5bd23aef72a884c19825f68423039cc5a8dc630d2d68556212a236100a9c3c302be98d0868e594b545132fae6069ce26d094d5b5b1110284
 SHA512 
9ee9a0f1bc1fc49eba164dd226b1be3dd4a416a542e3f3ed385e0606d0a776c2217719ffda1e7d342269059f5fbfbb4cdcfd77de2e7a27fbe950628f8bb34d06
+DIST easy-thumbnails-2.7.2.tar.gz 73433 BLAKE2B 
54a7e540b8a70fc1656f28ef7082ffe25c027053df77c38d7298dfa71523195437b97a0a5b1aec3ec6e73994c3a6faf2a0b6a01126b7dc7a927e8491f2d63658
 SHA512 
562a45085526294159df5dfa08a6cc1c69b6ae44410bda50d1aad6330aaa756425fe566f447b70e62d15acef529a2fdca7bc1e92f19944e4fcf85ce98b951e84

diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.7.2.ebuild 
b/dev-python/easy-thumbnails/easy-thumbnails-2.7.2.ebuild
new file mode 100644
index 000..fd34b655c95
--- /dev/null
+++ b/dev-python/easy-thumbnails/easy-thumbnails-2.7.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Easy thumbnails for Django"
+HOMEPAGE="https://pypi.org/project/easy-thumbnails/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/django-1.11[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_impl_dep sqlite)
+   ${RDEPEND}
+   dev-python/testfixtures[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   local -x DJANGO_SETTINGS_MODULE=easy_thumbnails.tests.settings
+   local -x PYTHONPATH=.
+   django-admin test -v 2 || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/

2021-10-17 Thread Michał Górny
commit: 29c5ba848d54ff55394eda8275755cc899420635
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 16:11:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c5ba84

dev-python/pypy: Bump to 7.3.6

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

 dev-python/pypy/Manifest  |   2 +
 dev-python/pypy/pypy-7.3.6.ebuild | 164 ++
 2 files changed, 166 insertions(+)

diff --git a/dev-python/pypy/Manifest b/dev-python/pypy/Manifest
index bf576dcea67..a0f9cd3863e 100644
--- a/dev-python/pypy/Manifest
+++ b/dev-python/pypy/Manifest
@@ -1,6 +1,8 @@
 DIST pypy2.7-gentoo-patches-7.3.5_p2.tar.xz 8976 BLAKE2B 
4bd12fa964da45a516b6d8cee8f2b9b1cd4cac9ee2e6369de1e8be5be2abab77e60a0fdc9416a76624b22f385135659b84edf7c64aa98f59a1c94f837c7e0d20
 SHA512 
ab47d5a017501f246399c3650919cc20423cc7e9517f16d1640e1863819016a944659e10af3e8ca803060f983546603feaba7c8f4cc3fb4996506fe59919
+DIST pypy2.7-gentoo-patches-7.3.6.tar.xz 7904 BLAKE2B 
6a809f8f1fd59c18627abaf81b47fa5948d39d5ece86fa416944c1c6585ec5d43b56f4228479a6afdca9788a0ecfdc83fceb4eeea25f289c1dc0b2dbda79b882
 SHA512 
01fe42cdf94b559ed787e253325f7df0add62e30e77c6b6e4c0301c81ff624a31167d95b39d24d72f28441468d571112f424957de38e7f26ecdbfe0f33617296
 DIST pypy2.7-gentoo-patches-7.3.6rc1.tar.xz 7904 BLAKE2B 
3a5b8efaa67d5a1b4f65a56c6256a3b1efa765079e0fb2c2d380b325175f2e8f3a7d7c4886f734374b6069b3ebf3ac63483f90ada0ece72ff5d8e5c82940c875
 SHA512 
820d6155e3451b22076719eb3ffc29fab74965761faeade52013d3928fd63cd00b8c5d045f0da0bc1f303a9d2998cd210cd6bec05b2ca01c8b281a61c9a4a73c
 DIST pypy2.7-gentoo-patches-7.3.6rc2.tar.xz 7900 BLAKE2B 
66861532418a35f0f926fdd85dbf701ed06f6edef0dd82313302f899bd7c0049572ae069bafe1b927053f342f965341b28eeef913e9342af3c592721fd2c8fb5
 SHA512 
f727d73fa51737685eff9ea933c7bb3684a942abddd891e7c4d90f3185556954aefb0a04f543578c79f2fe2fea275b98e6e7857ac5d7c8774f9fd6ff893fa3e9
 DIST pypy2.7-v7.3.5-src.tar.bz2 21572184 BLAKE2B 
388b8623c2c5de839dea0e60acc5e11a6a774b4a6cdc051691053a97fe13ec12c6735a4be64015653ef420c0d8af2c79d8faa90a7dfc3042e29f35f4e1ded6c3
 SHA512 
a30c666c29eec7cca7e2e52f26480958b5885cd59c6b2e3d3c0d8c1cc55c298e878fc95f88e38a4297bb3d7d1cc1f77470de958e5acfd317e1fc8bdd5d013dcb
+DIST pypy2.7-v7.3.6-src.tar.bz2 21621891 BLAKE2B 
a2d18ae9d455747484de491df228e7f26af46fc3bc1fd1c16ceba79eba5a3a3272d48312c9da112ae9310722b5af33098f28a7dc15d7ff4760886a8c974692a2
 SHA512 
df914f5e1a1f5ae5c1ea11cd8e29482309af4dce041cf2ae6d7b35a35717fec903be70f56e5f1ddbc9fd370cbe29f6896d25eb2cd10c493c352c80b279070ba3
 DIST pypy2.7-v7.3.6rc1-src.tar.bz2 21617621 BLAKE2B 
659dd16920b157dae94c5d1f7a9346c7b933ec8c6a3019e36aaa6911bd01d5c9d064a75baa3d8f3df423db4d5a1de5d4f3c8fb63c8d5188d23401b07cc7611be
 SHA512 
f8b949488c3af8acc5533d92238b7bca9ce59c24e93413e0db88094eaf58af5f92a9c9a941f3b7184d2761af2c2c4775891353df053a0762519606a4ce7ca544
 DIST pypy2.7-v7.3.6rc2-src.tar.bz2 21621430 BLAKE2B 
2e8f5c41b4c79bd47a43c5ad38a4478ee6e7df7a20929e9be1315534a3b55c28d29bde5b46ff728aeba5cc05a0ed332045a4c114864d8b34746341a0023d1984
 SHA512 
e6354261f949cd042ba63988dff6a52dbc15c9a86be098b014c146218eaca9caffd76697134a5d4e4a18319b45229dfa73a617588f914dbee649b11197f296a0

diff --git a/dev-python/pypy/pypy-7.3.6.ebuild 
b/dev-python/pypy/pypy-7.3.6.ebuild
new file mode 100644
index 000..63cde1b09a0
--- /dev/null
+++ b/dev-python/pypy/pypy-7.3.6.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils python-utils-r1
+
+PYPY_PV=${PV%_p*}
+MY_P=pypy2.7-v${PYPY_PV/_}
+PATCHSET="pypy2.7-gentoo-patches-${PV/_rc/rc}"
+
+DESCRIPTION="A fast, compliant alternative implementation of the Python 
language"
+HOMEPAGE="https://www.pypy.org/;
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz;
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+# pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")'
+SLOT="0/73"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 gdbm +jit ncurses sqlite tk"
+
+RDEPEND="
+   || (
+   >=dev-python/pypy-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?]
+   >=dev-python/pypy-exe-bin-${PYPY_PV}:${PYPY_PV}
+   )
+   dev-libs/openssl:0=
+   gdbm? ( sys-libs/gdbm:0= )
+   sqlite? ( dev-db/sqlite:3= )
+   tk? (
+   dev-lang/tk:0=
+   dev-tcltk/tix:0=
+   )
+   ! epython.py || die
+   python_moduleinto /usr/lib/pypy2.7/site-packages
+   python_domodule epython.py
+
+   einfo "Byte-compiling Python standard library..."
+   python_optimize "${ED}${dest}"
+
+   # remove to avoid collisions
+   rm "${PYTHON}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/

2021-10-17 Thread Michał Górny
commit: 7bcd9d2ce4d839a4d924013a8a9d93b13f39ec9f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:18:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcd9d2c

sys-kernel/gentoo-kernel: Bump to 5.4.154

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.154.ebuild | 97 ++
 2 files changed, 99 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index e7e1e50adaf..266bd5c72be 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -40,6 +40,8 @@ DIST genpatches-5.4-156.base.tar.xz 4031752 BLAKE2B 
7450e619bd4524c4c2929a2adb95
 DIST genpatches-5.4-156.extras.tar.xz 1784 BLAKE2B 
215396166913e8dfad67a0fea37626170aa71a8fdca7861f55e48c50e37fe0b92ba03e185d2cd23aae1f0903c9900c5ec7d79442c5f622c1f0093a3587f348da
 SHA512 
43fe8cb9416a5d88c78a8c51466f7fbfd04b395a19efc2890669b9f3b90e233190c7724804c06c810cef89cbc3db95072afd2c04a3e9efbd074d975ce0f3ea12
 DIST genpatches-5.4-157.base.tar.xz 4048356 BLAKE2B 
787334d4f61f375a6ab46712ff632d560a9532932ced876b90d78bc2161c48d6c917297e53604ff6ac0039ce5ec6edc70c84f6ca9933fd0d74f83c5e57bd2d42
 SHA512 
e7380f35a80a88d2fcc0278da156042c08b7cb1b6eadcaf2ce5769fb4b6127eaa8e1ce9e8a64f8c24286a30f566df4d52184ba3fa0993c6119d7b306c88fa8cd
 DIST genpatches-5.4-157.extras.tar.xz 1788 BLAKE2B 
ca74b942a7038927ee3ca591c383d0dd86418363399245e49763bb3efdb66a57eec28982c77bc10b723c897dc87d0f2991736702e3a22f23e02eba2d3686d933
 SHA512 
8c63e5e7fb2653e680d2d78c18e5b84362ae5f391d621489e377e21894b7df8fcacc15bca2c61b544b20ee6156abf323ddd599c3a47e292f17e5372f6cb46dcb
+DIST genpatches-5.4-158.base.tar.xz 4052760 BLAKE2B 
1fa28f9309c2f9ae9fb8167cd016664781ec78d16a2e652e67de34503ccf4a28477fd16ee8f10ad9fb4eff35066d716c63df32f3ded98e9b8306e526528053b6
 SHA512 
37b6ff682889580053c2c5e88b2f46df9a6b5506550651773949ea9a4c6d70b56b1b59388df1d4747dbd1c9b186e95b0997f651a08df52be351401276e7b6f33
+DIST genpatches-5.4-158.extras.tar.xz 1788 BLAKE2B 
265a90ab037b468294afea457d8e3c3e7fe2a1112100354e9f4a30f6604b204be5efc3f5889ce42ef0fa959baf80403a6ddf4ad36f4e9d0e9888c4c6ae7aa70b
 SHA512 
9a498e672c05166dfc1b0460d6bc6830b5086fc2d9ef97423bef5334ded9d4f31836b40fe85b9c2f66eb56cda291e41399ecf88e9e4a20022f5d88bf6d4269b8
 DIST gentoo-kernel-config-5.10.42.tar.gz 3992 BLAKE2B 
b04f585ccc823c25baafea011a5df9e4ed79f5537fb0c47726bb54d3f6197627b078a6f8510707a68edd9308f7ede84ca3f9bff78e64e06c9ea3d53db496c10f
 SHA512 
5d42e1ac694441acb8ea13fa3e80615bd18f0932a37f50c3d34c8c2f95ef4dfa6541407ddcad802b4fb13468e0e85d8cd09ac37d3612260f9a81d081cb4b6713
 DIST gentoo-kernel-config-5.13.4.tar.gz 4024 BLAKE2B 
9b4e3205c356c791768b9de09057b55499519af5551165040c5ad50bd85b2886e34a9f8dfeea08c6a2113b903341c2bed897bc2615913cdfe3d13434d7be6f48
 SHA512 
55d9f2c72d164f81aede7ce5b2c703f8a426ad0a1a3323c0a304c9f07ed86aa06949ba2f42da115b977b810886a47a0126eda96ade853970a951c301eee5e12c
 DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 
225600db53532ee131dd83d10cecc97a83f4615975ff32f3f6190a15eace64707cb59490bb42940e4429f9054221b9d9a589ada443922062bb5ee18ecc42c26c

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.154.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.154.ebuild
new file mode 100644
index 000..1bf22439675
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.154.ebuild
@@ -0,0 +1,97 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-10-17 Thread Michał Górny
commit: fecbd5bc8bd18253c3994eef87f2e80751ffbfd6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:18:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fecbd5bc

virtual/dist-kernel: Bump to 5.4.154

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

 virtual/dist-kernel/dist-kernel-5.4.154.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.154.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.154.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.154.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/

2021-10-17 Thread Michał Górny
commit: 6c54ba0a593c78861871a7fd6ccc6e1db7804de6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 16:12:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c54ba0a

dev-python/pypy3: Bump to 7.3.6

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

 dev-python/pypy3/Manifest   |   2 +
 dev-python/pypy3/pypy3-7.3.6.ebuild | 181 
 2 files changed, 183 insertions(+)

diff --git a/dev-python/pypy3/Manifest b/dev-python/pypy3/Manifest
index 1e49ad20227..2fe0751ad4c 100644
--- a/dev-python/pypy3/Manifest
+++ b/dev-python/pypy3/Manifest
@@ -1,8 +1,10 @@
 DIST pypy3.7-gentoo-patches-7.3.5_p1.tar.xz 9792 BLAKE2B 
c82869393c8a63462fa03c58822f95628093a64d2bb421aaa486ad8217d944ace641d9ea13f2b2a2c56ab16498824709fa35cf0a9704b728bac06646d8f2c15f
 SHA512 
18643e28f137f62406ce4f2d448acb86329fd8566a31b90340c573e4205091ff5b15b77ac14796022968814f940cd9881fe4db9010609937b2a0a71d557531f2
 DIST pypy3.7-v7.3.5-src.tar.bz2 25350766 BLAKE2B 
34d5c83284271b184f71492dbd65b8760cc0fcdec71e41ef48b9561280dd67ef4c37fdd70759d0b95114d127446fc0ea5d04feb99022c1a725233862b2028834
 SHA512 
253d2efc81d55fb392ab810741e3a633f664e1908b2c26db7a8830c971655cca6be1b8d34581d13aa2d738a4a4c8ba23c2c90333b6e03d4608372e8013ea723b
+DIST pypy3.8-gentoo-patches-7.3.6.tar.xz 4392 BLAKE2B 
757581efb1cd0e44279177a4a3d69ba2d34991c702247794cbfd8ee7a31dc6ad70ca41175689fbd31990286a3c60aec9bb5ce189cee1224f20d1f3452fbb958a
 SHA512 
2ee6bc687a50fc1fb9ec5700fdfc4313c5f9b76a8e4da627cc8265e11cdbe8af2c92681207a1c9d869e89e1922c765410dd7790d0a39eadd00a6c2339bc1cfbe
 DIST pypy3.8-gentoo-patches-7.3.6rc1.tar.xz 4660 BLAKE2B 
2a1fff331707a29dfb232ce4c2c6d3cada127b4452036172c3aac7579d89b8e0d4ea41300ffcadf0ec04b9cde32044371d55d225a477f2178dddb03642aa569b
 SHA512 
bb781369d4e0dd387659fc474c7a23d8c54ab88477fdd007d3552c95e870a1896a0628dbba876e870956c5a1efeb52efbfd343a08f8a70a4515f41b1dc8ed60d
 DIST pypy3.8-gentoo-patches-7.3.6rc2.tar.xz 4380 BLAKE2B 
1ad68c088d4888d3579c0b48789be3a95413ab8f11d971f9f616a1701ceed2b8eba595612e28dbbdbc1732e4f8a7cd08cbbb89cdc413d1a3e9eabbcd78fdde76
 SHA512 
c2d68610b78ed33aaa67ce5244d289409256f66f2505ac19f0a679c0c10e6024993bbc7d37a59547daac38d321653b8b1a63c55e3f52d1409969f0961842fdd7
 DIST pypy3.8-gentoo-patches-7.3.6rc3.tar.xz 4380 BLAKE2B 
03159baf9fb33b65406df47272940cf6adfe2891994787b057d6925edd74063c4f1e4ac115b17d7a41a5d220e9ba27a68f4138792624cc50c2c6aee3a6d385ff
 SHA512 
d88b3f97880735d84746970ef6ac05babde9d88ae6740411a646cec8618816d982a99ccf0628b73690cacc5a4ac9485160242c85756adad75ab7e3ad860b4e42
+DIST pypy3.8-v7.3.6-src.tar.bz2 24377230 BLAKE2B 
ca5890ded9b3d3bd4ee25911594bafec13b4226dee7f3464ad4386f01011870fac823ddbc1aebf7a813e3ad158baac24df631baf86a7e44ef6efdc7ae2763555
 SHA512 
2617e444f5ff73bb8ddea58b18849bedcc007feaeb748e9006a3c36401ab26d1c4aaf51eb148654d6bb8221f2e6624c45d3a75124c8912ca59756dfaa14a7068
 DIST pypy3.8-v7.3.6rc1-src.tar.bz2 24320127 BLAKE2B 
920738d1d9a346dca8e76602fc5a1502ff6f610897e1f5b841b5207a32f82c52770684ba4ea076209e18b664cb9ba5df555a21f838ae581b436cbff9e2adb506
 SHA512 
334baf973397f8068137382c29632afd1288b76b57f21047bef59397d2718d8c420ba68acc2f1082501aadf7fbf8ee6a9fa86405c2a54d720a9a02dd7a7371aa
 DIST pypy3.8-v7.3.6rc2-src.tar.bz2 24350986 BLAKE2B 
fe167b7e1f4f81e1737220bb679874a1e0faa8605b0ec7d10db275c08226e12f8fcff5b958a5a2c42efba5125d88dea150b707441af13bd9b7ef0c9ef36d9c1b
 SHA512 
98715c4053d995a442877f93b32ecb976ffc4160df869d35843718bacfd97d2bbd697f85b5961c420f8130d22e64d740d8d180a4f9ff802250897b4b8c216a6a
 DIST pypy3.8-v7.3.6rc3-src.tar.bz2 24374611 BLAKE2B 
5b04bf5fa2f3f2f25a837add74ad716146681e1203ccdb915eed6d1f7f70cd9cb73426f63d310fd76fef2daf6537137d99fa14483886b2cf9946e979243de26f
 SHA512 
872252ff8f090523d79c8d9acec07390587ab38075f35d25f2010ed5ea85537aaa9acb14d049a0a8059757f6c2c1411e9b5e23fec0b1ec2cfcca70e82e6e1c8f

diff --git a/dev-python/pypy3/pypy3-7.3.6.ebuild 
b/dev-python/pypy3/pypy3-7.3.6.ebuild
new file mode 100644
index 000..b572f8d6e2b
--- /dev/null
+++ b/dev-python/pypy3/pypy3-7.3.6.ebuild
@@ -0,0 +1,181 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit pax-utils python-any-r1 toolchain-funcs
+
+PYPY_PV=${PV%_p*}
+MY_P=pypy3.8-v${PYPY_PV/_rc/rc}
+PATCHSET="pypy3.8-gentoo-patches-${PV/_rc/rc}"
+
+DESCRIPTION="A fast, compliant alternative implementation of the Python (3.8) 
language"
+HOMEPAGE="https://www.pypy.org/;
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz;
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+# pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
+# also check pypy/interpreter/pycode.py -> pypy_incremental_magic
+SLOT="0/pypy38-pp73"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 gdbm 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe-bin/

2021-10-17 Thread Michał Górny
commit: 1d4e5eef133a64c02d68d59d98ebd2655579cbc2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 18:44:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4e5eef

dev-python/pypy3-exe-bin: Bump to 7.3.6

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

 dev-python/pypy3-exe-bin/Manifest  |  2 +
 .../pypy3-exe-bin/pypy3-exe-bin-7.3.6.ebuild   | 52 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/pypy3-exe-bin/Manifest 
b/dev-python/pypy3-exe-bin/Manifest
index 688472923c7..787748951ac 100644
--- a/dev-python/pypy3-exe-bin/Manifest
+++ b/dev-python/pypy3-exe-bin/Manifest
@@ -1,5 +1,7 @@
 DIST pypy3-exe-7.3.5-1.amd64.xpak 12030139 BLAKE2B 
f9a76a2304b3a29985209910b2082aeb07f08a22fce771aa7d548af6e662b88563f61b66582fe0ded21a00463725d4b21cb943c6dedba090cdcfcbf2754433f6
 SHA512 
d223095cc28f5fceb10196a172ddc2e363dd7e0c5e55b79c959d2ff3f84cb96c652e44bf8c2f7b4555d90289fa0768b18cc26a9212264ab397dd7308a14a93df
 DIST pypy3-exe-7.3.5-1.x86.xpak 9156096 BLAKE2B 
c3a3a329c2f8bd843fc4c882bbddc1ad124dc797d4915818769e79663e53e787b991b04b8006e8b8548249e4e76d8b68545b9d7470d8cf41bece2cd8e085066c
 SHA512 
b58d48e1fde3ec12b497a30035b719a64a16de1292fb34df6a8e3ecddc277a477641d7781a3440ef2b73dfb1b50ca34cbdca702f27d6a5e00ad25e88bd8ebf34
+DIST pypy3-exe-7.3.6-1.amd64.xpak 12196367 BLAKE2B 
ceae84849b3748482c3980a85f6d5428ad298dea942a672640187f0dacae7a3c425e625b32891c1dc3e824e8c43d50969171956823b309f19a29e052ead4c555
 SHA512 
606544cdb464307a43f516413ad368c2a9d92330f55600dadf958bb10a21ceee47d054057e07d6098b7ccb0f7ed21ee82a3f7aa1b07c08db7decec9a7104c929
+DIST pypy3-exe-7.3.6-1.x86.xpak 9215873 BLAKE2B 
1606788ab6cab4790f86bbd457de70cb44b0ebdfdf378fe6f2b224648cb5cc49a564a877adf81f132691f9aa0e347329851960936fac20129d8c229a33e2947f
 SHA512 
b128b74d604b20453252928ebe0f379bf0e99d24179edaafb95d9a11cedb22f4f526bc57f91332de648d68c64717ba7441167d7f824f12a06a1a0446d6f5fb5e
 DIST pypy3-exe-7.3.6_rc1-1.amd64.xpak 12163491 BLAKE2B 
0cdf8b2a4b7c740a9f8770a33df40969d8c1711e92b7673e7cd4c6916df59637740c80be0412b3c11ac3388c1d381d5e289e0d805c8e4e9933637fb1a0767d6c
 SHA512 
fa471617e31b84601b94f40fc887a1f3870c18184a9d561dfc88e6f2bd694af1abaf48b9709c446720dd22a47801bb9b741bf6a7e16f603145e301b245ae532a
 DIST pypy3-exe-7.3.6_rc1-1.x86.xpak 9228355 BLAKE2B 
4669af53c163a979e76ebbbae20897dde14f43bc261c67cfd43516c3f342cdd5c61f503599fadb8f2e7a1849d18d1d98d59030cf190cb70903bb741138cceb7d
 SHA512 
a02ab10b18562b864d4b08e5891cad66aa5ec085edb22e5fb19ff5f7e1e863d3ac99041362c9bcdf46a62977e658c2d3aaf853f4dbf6eaf3eafd241edd6cad4e
 DIST pypy3-exe-7.3.6_rc2-1.amd64.xpak 12176943 BLAKE2B 
79c13618136f1b47f38c5b29367ed72705716cd5f86a7b415c68ac838950eef6c43f2eb941cbba93a592929c325e0d107f6dcdad79015c82f0c765408e863aa5
 SHA512 
11966b96a9a164b8ffea64fd2bff0c46437a1ba24d085eeac3a818907fdfe27de0d530d6bfc00722be1d34102703d2672290d61ccbf86d9b60b1821172cf6cf5

diff --git a/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.6.ebuild 
b/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.6.ebuild
new file mode 100644
index 000..650659cf58c
--- /dev/null
+++ b/dev-python/pypy3-exe-bin/pypy3-exe-bin-7.3.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils
+
+MY_P=pypy3-exe-${PV}-1
+DESCRIPTION="PyPy3 executable (pre-built version)"
+HOMEPAGE="https://www.pypy.org/;
+SRC_URI="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/pypy/dev-python/pypy3-exe/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/pypy/dev-python/pypy3-exe/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="${PV%_p*}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0/1
+   || (
+   dev-libs/libffi-compat:7
+   dev-libs/libffi:0/7
+   )
+   virtual/libintl:0/0
+   dev-libs/expat:0/0
+   app-arch/bzip2:0/1
+   sys-libs/ncurses:0/6
+   !dev-python/pypy-exe:${SLOT}"
+
+PYPY_PV=${SLOT%_p*}
+QA_PREBUILT="
+   usr/bin/pypy3-c-${PYPY_PV}"
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_install() {
+   insinto /
+   doins -r usr
+   fperms +x "/usr/bin/pypy3-c-${PYPY_PV}"
+   pax-mark m "${ED}/usr/bin/pypy3-c-${PYPY_PV}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe-bin/

2021-10-17 Thread Michał Górny
commit: a9b87dd14640ec8a7bca1cafa733202d29566ca9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 18:31:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b87dd1

dev-python/pypy-exe-bin: Bump to 7.3.6

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

 dev-python/pypy-exe-bin/Manifest  |  2 +
 dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild | 51 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/pypy-exe-bin/Manifest b/dev-python/pypy-exe-bin/Manifest
index de25f1c3589..bfc3fdd314b 100644
--- a/dev-python/pypy-exe-bin/Manifest
+++ b/dev-python/pypy-exe-bin/Manifest
@@ -1,5 +1,7 @@
 DIST pypy-exe-7.3.5-1.amd64.xpak 13646862 BLAKE2B 
ac2aecdb15d5b73cbd27b8a295ef5f11895ed7f897cda93cdff96c72ad727ab7998332231a1166100126ec2252b7c5b69e6b5bbfcb3e7fcb7738f5967809f5d8
 SHA512 
346f7b47d0e48799edd0e00b6bf683053ccaf20e6663ddd01e5753703082035cb4079a3539981813fc54abd7f83456353c38bd733dacf782e59a6548f861d1a7
 DIST pypy-exe-7.3.5-1.x86.xpak 10297092 BLAKE2B 
149672f5714959deeb790b575e7980c1281b1cf37c0853e3ddf8c150104b2da0b8d32736eacc31f67d4d522902599e64bec7427727e560d8d54bbe7c5bd9a06e
 SHA512 
48e4858489e928d44dd8570b783623eb33ce7a1fb62b2a054cd2841ca2be8ab7dd3bbd00c3aff770c1f8dc42ef52f52da3d18c5c27ebd08d19e78bdf56081e96
+DIST pypy-exe-7.3.6-1.amd64.xpak 13698534 BLAKE2B 
d47e70f5d982b273b31da94f4f9e35597ba79389caffb06df1b397b4de91b90fe23183afde609225155debd80acbc827ad8a7a6d52e2f2192f9fe80cc86d6af3
 SHA512 
500ba779dd0bb0a525bab520f5eb7155d81d386ae785b7a23d369c20345719f280b0f639d444807bd82a8a9cdadd8c85cb4ce3b31abc74e377796aa8e88c260a
+DIST pypy-exe-7.3.6-1.x86.xpak 10322051 BLAKE2B 
d15ce84560a4e0f56446b7b514c3a20ecf84de48b89e15bed4a261946f1f3b39cfd49323e600c5c186d9bdd75a900a3688c124daa5d9dba7bf0bdb82873cc3f6
 SHA512 
4ac83e5334666efccc7c5d59be7838032f9082055d320fa3b44b58c18c4349c4a5ebead0c9ae11b24069f80f82081f8119ec4c00287f16b80b83b21db429cddd
 DIST pypy-exe-7.3.6_rc1-1.amd64.xpak 13661837 BLAKE2B 
ff1b886fd963691acd063c6a1f0336b48af15cf2f59dd5236be9985f6d5c417e935ea59aca3f7d30cb1ec11f18912dcb5c43b40fb05c6a1ff71f51a8e0d05f35
 SHA512 
1273b355d6a76504f156f6602f12ce01a9f02aa5bb8e18dc85c7690a4aebb683942bde05347e0f1cd735a35ffef5b69268abcf17209dfb2c70fe6da7ab76370f
 DIST pypy-exe-7.3.6_rc1-1.x86.xpak 10314897 BLAKE2B 
70343d0ebddf72784435c164e99a8ea484eb6302f2522e84770055b1e12e50db92fb1e65af1642f473e47edf71b1739b4bd07e5d1437611411ef878fd8dbff8f
 SHA512 
7c387be4687fad42b6e3d8bf86a551c323011a894b3d7d3e6d70e52e92e02902425dc5b4c84fbf283fb305751d8277c9fce009489bcbc3abfa71a71bc3c3114a
 DIST pypy-exe-7.3.6_rc2-1.amd64.xpak 13690548 BLAKE2B 
c23513c41880f1c44af91f6aba233119cbf6e273b43c35d060fc01b89f36a3df8161c8a07b7c50289a65128a2a87db367632388ddf30ed4d4c3b08e3c2ccca18
 SHA512 
7b7755d9f63fc85b16284ffb320d4f39e452327bf6d22328208e23fcab5cbc1e23df072c7b54b63210bb69b827dd3264653451e5af84f8e60dfe7e6da2f5cc1c

diff --git a/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild 
b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
new file mode 100644
index 000..9b5d5b8367c
--- /dev/null
+++ b/dev-python/pypy-exe-bin/pypy-exe-bin-7.3.6.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils
+
+MY_P=pypy-exe-${PV}-1
+DESCRIPTION="PyPy executable (pre-built version)"
+HOMEPAGE="https://www.pypy.org/;
+SRC_URI="
+   amd64? (
+   
https://dev.gentoo.org/~mgorny/binpkg/amd64/pypy/dev-python/pypy-exe/${MY_P}.xpak
+   -> ${MY_P}.amd64.xpak
+   )
+   x86? (
+   
https://dev.gentoo.org/~mgorny/binpkg/x86/pypy/dev-python/pypy-exe/${MY_P}.xpak
+   -> ${MY_P}.x86.xpak
+   )"
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="${PV%_p*}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0/1
+   || (
+   dev-libs/libffi-compat:7
+   dev-libs/libffi:0/7
+   )
+   virtual/libintl:0/0
+   dev-libs/expat:0/0
+   app-arch/bzip2:0/1
+   sys-libs/ncurses:0/6
+   !dev-python/pypy-exe:${SLOT}"
+
+QA_PREBUILT="
+   usr/lib/pypy2.7/pypy-c-${SLOT}"
+
+src_unpack() {
+   ebegin "Unpacking ${MY_P}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${MY_P}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${MY_P} failed"
+}
+
+src_install() {
+   insinto /
+   doins -r usr
+   fperms +x "/usr/lib/pypy2.7/pypy-c-${SLOT}"
+   pax-mark m "${ED}/usr/lib/pypy2.7/pypy-c-${SLOT}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/marshmallow/

2021-10-17 Thread Michał Górny
commit: ec28cee5847352cbc26f833d313cf9ad13c9704f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 19:48:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec28cee5

dev-python/marshmallow: Bump to 3.14.0

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

 dev-python/marshmallow/Manifest  |  1 +
 dev-python/marshmallow/marshmallow-3.14.0.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index de34178426f..9289aec0479 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1 +1,2 @@
 DIST marshmallow-3.13.0.tar.gz 175134 BLAKE2B 
fc8ffb87ba31d5bd56c7ebf655824f59c78cea257a1b59de8a97be9f380367d4db428b6f4f93f81140cccd8274fee7946e466f87f7c31b6b9d39d5bb9fba3104
 SHA512 
e4425bfa26609c80bc581b60be5554effe4a57eafc36338dc672cb0b42fc14d788a1ef3b4506b6429bf8d235e6edb10925173c8414b2abca12a4c7bb5496ed53
+DIST marshmallow-3.14.0.tar.gz 175637 BLAKE2B 
003bd5ee17d4c3db63fabcd75838f5455576eb8a741a0f1daba8c629ade145593538ba15d3ecd47d5b3cce65573f4ecd765c9badb0dd077c44b6d04537a1332f
 SHA512 
3eed3cb7ba063c6a3503091b46443c6ad96f82e6c21e7ceb047b379dddad4429e59a8e5c828be258433b2743a8231bb338ef96f21767f17ed75fe44138bb0d64

diff --git a/dev-python/marshmallow/marshmallow-3.14.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.14.0.ebuild
new file mode 100644
index 000..7d3435061f3
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.14.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="https://github.com/marshmallow-code/marshmallow/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/

2021-10-17 Thread Michał Górny
commit: 51c3f02771a00195a51c41d891db5192105fbbab
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:17:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c3f027

sys-kernel/vanilla-kernel: Bump to 5.4.154

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.154.ebuild   | 108 +
 2 files changed, 110 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 6f0cbb6a120..3a7075f0322 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -59,3 +59,5 @@ DIST linux-5.4.152.tar.sign 991 BLAKE2B 
4ba252d2e4b245f6249dac83ca180ba48a389226
 DIST linux-5.4.152.tar.xz 109160584 BLAKE2B 
9fd0af5bb6319237471ca9dcfec8a5b8601dd4fc51e55ef9cfd956044ddafef0bfb017e2d19d277927c89b3dd1d1da09c10dfe88752b1032e5ffe81f331ce881
 SHA512 
183f70bb44ae2c8e0684b640fa733e9db5e0cf29e78bdd3156602cfc337f968ab308444f3671acff40ab674498d4879ded620c8f8c82a506f0d1512a24dace2b
 DIST linux-5.4.153.tar.sign 991 BLAKE2B 
f7b80216c2afaf39b8060df5f3a5323863bd0ed6b2591dbf210cb20bfe5d7a62adcd40e31d08c1f87012270f8ce7ca879bd14d65e439c82a58379e3da375ac79
 SHA512 
9faff3aceb0b2e18dc52185bd6e32ee991da98a26e8338f0af98934ba740871a8365c105b745c3dbf920eb1d0d28b7b093754685dea015ad97d71a3bdc842dd1
 DIST linux-5.4.153.tar.xz 109167756 BLAKE2B 
850ea9fe0b25b4016edfe151bead709f5d1600dce0dca03e72adfbc6e9322d756b7b5bcb1143b4e2561e4c87daf2527c00874764b7a4f65000f38227c066c369
 SHA512 
63c937238dacf027ec9b78f62253b55731571101daa92b8b55d9fbf4937552372f296c80944216269271ee35214406ad63f4769fc29f3d32f60c2c73b76aad08
+DIST linux-5.4.154.tar.sign 991 BLAKE2B 
39e97f6ec62f0828e6ac1b8a8eb3c09cfbc21424cd1698643782f23fe54b6beeddd9a0a6aa35750dcdbc108285094e4dc6063bdb90693cb84761a1df6b7bd5a7
 SHA512 
fbf2b02203170bb5b7e9a5878852fd90f4f0ba7cb2aa1bff9f4216ae00b606babb85d38ee422ec4deb63e7de7d80df8e39f8483482a75d3cb5b57f1a79aa511e
+DIST linux-5.4.154.tar.xz 109181708 BLAKE2B 
87ae65ad680670a26d4acc93bffead3f01ea49af433a9270f057ebca7fb6a7151d8e9b1f32d532cf88b300bdaa3d9d1b8127e3e8aac25209eb776aa0aad67fc9
 SHA512 
098bc78f454ac37dc3113559cfc462acb912471784d281a9cecdb526411a54043b9b0b5cfe417c4ee8cd281bee0f87116b0b7ff39256cd0f5448fe5195d200f3

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.154.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.154.ebuild
new file mode 100644
index 000..dc33930084a
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.154.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/pahole )
+   verify-sig? ( app-crypt/openpgp-keys-kernel )"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking linux-${PV}.tar.xz ..."
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe/

2021-10-17 Thread Michał Górny
commit: 44b6eeb3d1bc033c94877a272d55a0ae8f37c4c0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 16:04:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b6eeb3

dev-python/pypy-exe: Bump to 7.3.6

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

 dev-python/pypy-exe/Manifest  |   2 +
 dev-python/pypy-exe/pypy-exe-7.3.6.ebuild | 178 ++
 2 files changed, 180 insertions(+)

diff --git a/dev-python/pypy-exe/Manifest b/dev-python/pypy-exe/Manifest
index 2623c1e4154..58fa16622f0 100644
--- a/dev-python/pypy-exe/Manifest
+++ b/dev-python/pypy-exe/Manifest
@@ -1,6 +1,8 @@
 DIST pypy2.7-gentoo-patches-7.3.5.tar.xz 6928 BLAKE2B 
41aff14411882e60102866a41de6a2c13983d5489c9ed928e2823714883b5cca289c093426fdec35b6df8d17de7a96528d799e10412a0f2f02563e152acf24ea
 SHA512 
f12c1a414cf40e86e9d2a7d1cdfaaacc1045f8043da479b5270ef983ffcf01418a70bbd21ae740abf544091cdc5026bffe467d631242d5e9e0863a64fa8d026b
+DIST pypy2.7-gentoo-patches-7.3.6.tar.xz 7904 BLAKE2B 
6a809f8f1fd59c18627abaf81b47fa5948d39d5ece86fa416944c1c6585ec5d43b56f4228479a6afdca9788a0ecfdc83fceb4eeea25f289c1dc0b2dbda79b882
 SHA512 
01fe42cdf94b559ed787e253325f7df0add62e30e77c6b6e4c0301c81ff624a31167d95b39d24d72f28441468d571112f424957de38e7f26ecdbfe0f33617296
 DIST pypy2.7-gentoo-patches-7.3.6rc1.tar.xz 7904 BLAKE2B 
3a5b8efaa67d5a1b4f65a56c6256a3b1efa765079e0fb2c2d380b325175f2e8f3a7d7c4886f734374b6069b3ebf3ac63483f90ada0ece72ff5d8e5c82940c875
 SHA512 
820d6155e3451b22076719eb3ffc29fab74965761faeade52013d3928fd63cd00b8c5d045f0da0bc1f303a9d2998cd210cd6bec05b2ca01c8b281a61c9a4a73c
 DIST pypy2.7-gentoo-patches-7.3.6rc2.tar.xz 7900 BLAKE2B 
66861532418a35f0f926fdd85dbf701ed06f6edef0dd82313302f899bd7c0049572ae069bafe1b927053f342f965341b28eeef913e9342af3c592721fd2c8fb5
 SHA512 
f727d73fa51737685eff9ea933c7bb3684a942abddd891e7c4d90f3185556954aefb0a04f543578c79f2fe2fea275b98e6e7857ac5d7c8774f9fd6ff893fa3e9
 DIST pypy2.7-v7.3.5-src.tar.bz2 21572184 BLAKE2B 
388b8623c2c5de839dea0e60acc5e11a6a774b4a6cdc051691053a97fe13ec12c6735a4be64015653ef420c0d8af2c79d8faa90a7dfc3042e29f35f4e1ded6c3
 SHA512 
a30c666c29eec7cca7e2e52f26480958b5885cd59c6b2e3d3c0d8c1cc55c298e878fc95f88e38a4297bb3d7d1cc1f77470de958e5acfd317e1fc8bdd5d013dcb
+DIST pypy2.7-v7.3.6-src.tar.bz2 21621891 BLAKE2B 
a2d18ae9d455747484de491df228e7f26af46fc3bc1fd1c16ceba79eba5a3a3272d48312c9da112ae9310722b5af33098f28a7dc15d7ff4760886a8c974692a2
 SHA512 
df914f5e1a1f5ae5c1ea11cd8e29482309af4dce041cf2ae6d7b35a35717fec903be70f56e5f1ddbc9fd370cbe29f6896d25eb2cd10c493c352c80b279070ba3
 DIST pypy2.7-v7.3.6rc1-src.tar.bz2 21617621 BLAKE2B 
659dd16920b157dae94c5d1f7a9346c7b933ec8c6a3019e36aaa6911bd01d5c9d064a75baa3d8f3df423db4d5a1de5d4f3c8fb63c8d5188d23401b07cc7611be
 SHA512 
f8b949488c3af8acc5533d92238b7bca9ce59c24e93413e0db88094eaf58af5f92a9c9a941f3b7184d2761af2c2c4775891353df053a0762519606a4ce7ca544
 DIST pypy2.7-v7.3.6rc2-src.tar.bz2 21621430 BLAKE2B 
2e8f5c41b4c79bd47a43c5ad38a4478ee6e7df7a20929e9be1315534a3b55c28d29bde5b46ff728aeba5cc05a0ed332045a4c114864d8b34746341a0023d1984
 SHA512 
e6354261f949cd042ba63988dff6a52dbc15c9a86be098b014c146218eaca9caffd76697134a5d4e4a18319b45229dfa73a617588f914dbee649b11197f296a0

diff --git a/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild 
b/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
new file mode 100644
index 000..51c5d0651a4
--- /dev/null
+++ b/dev-python/pypy-exe/pypy-exe-7.3.6.ebuild
@@ -0,0 +1,178 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit check-reqs pax-utils python-any-r1 toolchain-funcs
+
+PYPY_PV=${PV%_p*}
+MY_P=pypy2.7-v${PYPY_PV/_}
+PATCHSET="pypy2.7-gentoo-patches-${PV/_}"
+
+DESCRIPTION="PyPy executable (build from source)"
+HOMEPAGE="https://www.pypy.org/;
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz;
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+SLOT="${PYPY_PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0=
+   dev-libs/libffi:0=
+   virtual/libintl:0=
+   dev-libs/expat:0=
+   bzip2? ( app-arch/bzip2:0= )
+   ncurses? ( sys-libs/ncurses:0= )
+   !dev-python/pypy-exe-bin:${PYPY_PV}"
+# don't enforce the dep on pypy with USE=low-memory since it's going
+# to cause either collisions or circular dep on itself
+DEPEND="${RDEPEND}"
+BDEPEND="
+   !low-memory? (
+   || (
+   dev-python/pypy
+   dev-lang/python:2.7
+   )
+   )"
+
+check_env() {
+   if use low-memory; then
+   if ! has_version -b dev-python/pypy &&
+   ! has_version -b dev-python/pypy-bin
+   then
+

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-10-17 Thread Michał Górny
commit: efdd2a47b4db49e52419d158f428df6ed42884f6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:17:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdd2a47

virtual/dist-kernel: Bump to 5.10.74

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

 virtual/dist-kernel/dist-kernel-5.10.74.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.74.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.74.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.74.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/

2021-10-17 Thread Michał Górny
commit: 770de2d5676039806d685ef02b7f6b033cbb04d9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:17:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770de2d5

sys-kernel/gentoo-kernel: Bump to 5.10.74

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.10.74.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 4a338f600be..e7e1e50adaf 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-78.base.tar.xz 2372000 BLAKE2B 
263371197ab54e9153bef37cb34f
 DIST genpatches-5.10-78.extras.tar.xz 3848 BLAKE2B 
bc1f534a45c748e9ad1e6382349853d58c93c51db7deb411ea5fe981edc983c3df1d62034af582da4740c8a8c5f3617bd8e360602f806808148e2a0e66b6f327
 SHA512 
d96f7924e9c7c128eebfc3e73ddd54a501a7909a5d51bf74f062988113c7a2b3671813f875018a52395f41aa6d3fb86a35e57422b19ad885e667e1bef693cf9e
 DIST genpatches-5.10-79.base.tar.xz 2387632 BLAKE2B 
2da2a130876482ac0c4c2959e4faa7931fbe6037c03da78f7238411b132dba8e7e196aa5102b8b74d1996bc9f7d29b435c506954f6db4c91bf3b0a4ff39cfc46
 SHA512 
1034e28b4c880c285999ddb47f3074a9885fcba6716ce58bd121a654f20f0ee168fc454475517c3a2c9e8327f1a81b5c68b26a114ac074c425be68e95eab3472
 DIST genpatches-5.10-79.extras.tar.xz 3852 BLAKE2B 
9e76a55a44ac857f37ab753e4ef13e5f041c68b14b4a6cb762c75435513f084c211b2dd4797bebeae451bfd207be133f9099ce14ecf8cb0142f5f04a1ea4f504
 SHA512 
538359609f242eb7ca012c4626c0b049de8fcf5ac81934bd21e75e53d5d4657db831738b37f24d96ea5e1c3ed8eb01b577c1978c7095a93aad9d5ad225894505
+DIST genpatches-5.10-80.base.tar.xz 2394312 BLAKE2B 
663fc740c01ef53024985679854abfd97b3a44b5177229f4529bfb2497810a73d177ee714d699e7367602c14dd5c7c99c312f38dba496fcfea062f485ba0
 SHA512 
ca51c04253647b98200c873f67a0f52861299376ab02c7a665b142962eed3db77060f6ae5e8391518388447f81095c8bca0c9d20502dc53c0a7e42216ce39e15
+DIST genpatches-5.10-80.extras.tar.xz 3848 BLAKE2B 
401714e5b73d2e9d8ec46cae0f7f2729c6542726f2234f46c68cc4cc695276df37d757c37bfbc11e6e4fbc91b6b4edef0172520f9be5d457e2e4c283b41224b3
 SHA512 
88bec3172d52f7c9b71bc8575622f071ec6469ae58578d43e31ee027631ab6918c9b0c24bc852d9716f4a0292e85fffb169304c43800b870e4eb33e8245b608c
 DIST genpatches-5.13-21.base.tar.xz 951176 BLAKE2B 
ba681ca3732dd42d0242c2b4e95f90f92bf4737eee326a33297c03d9cefd5da3182262626caf4635a3c66329df5fd0f28d55a963b5fbba110f025e7874f00726
 SHA512 
55f21fa1711464d686dcac9886ed0420cf48d2ab4e1b98ec1d8ac52c8828d4d8c2d71c4e57df989d23df670d46a00ec2c7dcdd4dfb7f411e904e379f9fb702f1
 DIST genpatches-5.13-21.extras.tar.xz 3852 BLAKE2B 
5f1b6adf7944a5f8b8394ad651e08647284c685838309f4ae9c58e2fb6ad127ac48e8ba10b65f058793731ae39ea683c290e30425aeb306ee8e6baf7bc7f812a
 SHA512 
397e625d456feb5aa3ee75c18348401c976556a38c401afdf7e242e036fb432c3fafaa6bc8b44d046ccd64be418407927fcd366d172386765832be4877a6d3b3
 DIST genpatches-5.14-10.base.tar.xz 395372 BLAKE2B 
a645dc7c97a08fbd4f58b9696a58f5e61859858cec6214593e75c8394ec11464bf469ad4f17d75dc978878beb4cc7e9a37a91f0d879ddefe5e50cb80f38a85ce
 SHA512 
add638c70c9d1e95aed125db0d3cbfd1b9c7b4fc2ab5c5548d38dd1bff7cce57e459a8175d9e4e719a4c2bb95e3ee10ee697b5288ff9ef26a9cb50287eee1d86

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.74.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.74.ebuild
new file mode 100644
index 000..8a97f9b5278
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.74.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.42
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/gentoo-kernel/

2021-10-17 Thread Michał Górny
commit: bbd93aeb48c9f83dc41c624651109bded25fdb9d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:16:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd93aeb

sys-kernel/gentoo-kernel: Bump to 5.14.13

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.14.13.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 7aabd8a41a0..4a338f600be 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -20,6 +20,8 @@ DIST genpatches-5.14-12.base.tar.xz 459100 BLAKE2B 
ba32bf5be3d9e3e332659281495ec
 DIST genpatches-5.14-12.extras.tar.xz 3848 BLAKE2B 
0bac1f83f9ebdc3b6860516313ca95d5ad2e1515bc587a3e6010bdbbd2bf3e55fe3acb835989ea874608149c3efcedf172451322ba5e5df821970cbd210a69ab
 SHA512 
9e4c5445b0883680ff28e24d2b7af4d6dbd4d2f54c33583c5b91e0629caa5cac02b02996c52cf277909f057c8bd2f41342cd57f9e6ba9d8b4a8895fd70bcabaa
 DIST genpatches-5.14-13.base.tar.xz 502028 BLAKE2B 
54de53dff2214469b24b173b17aa6a4cfa2ac50d8834434c0e50c5538484e7a16c3822b677572e4d2bb444266196a272487df0264c2fc4bd25e6fc6a7b63fb8c
 SHA512 
205d403607618c0ea1e82ac9ba48cd1e90e961e92e282a5bc2723408ddd7a85ca871e91b23cff37c3108f37f4040fbe063928161cabb175c78b7175ba8b60974
 DIST genpatches-5.14-13.extras.tar.xz 3848 BLAKE2B 
d595a77078bd8740dc61a5e2f35d75f19015e2d4b30716f484bc961b9631a994a3b1a8367a1ed2d1c46d3bea601013e4488870cec202dbd5b63cffaf5078ce36
 SHA512 
b1abcde0b14f51d60ae27e885f7b912b8531ee77fb9b6b4c2e062f5feb1eddc2687965c949ea675c1c425561244e1a3011a1c092404ce86b171ea60991c7cd2e
+DIST genpatches-5.14-14.base.tar.xz 511456 BLAKE2B 
5e4ed4eb05d3161292e9ae3e69ad28d99ba0e72f1b38289f9c3e3232346ac77fde922f4fc498fc9161b793bca2beca33728664c2ec68175a637676ee8737e311
 SHA512 
81a2293ebcfd9a44711dafe2e0ea14f73dd0d6d53cf5c30892ab5fc09995519174e3250d1521778058ca8ae1aaf75fc5ddf7541eb2231f8965dda45c8c8f250a
+DIST genpatches-5.14-14.extras.tar.xz 3848 BLAKE2B 
5820173b798dddf5892b0a8f133f3fe4dfb0b80fec5bbba79b8f03f78af4722f48bb69370f56773bf9b7372aec3500db4f672fa82729bea8e93e8fa1af7efea1
 SHA512 
1012bd7f20b0657e75d810e66a97222c66373b8b2cb4cec0a29ea0469aae5ccdc0bfafc89dfe9ded34036883d88c7da111f99ce2076dcb8f01143e985a62c8d6
 DIST genpatches-5.14-8.base.tar.xz 315608 BLAKE2B 
1a19a4aa497580d5d1ceed952899f0f19b13fa36a585206c1ce9b3c348754f6c94aeb7a697fadeda88ecd9e2b35e7d9061601bfbbc720cce00030b3b0de5d26f
 SHA512 
5d131854f01730a807eba05109270f80d40b5f9db4fc7a9f9041200eb0025e4ef436a6df51d2020ae4cb737ff2846e080a318c92975be1d54a17e99131d6771a
 DIST genpatches-5.14-8.extras.tar.xz 3852 BLAKE2B 
6ec8bdf43eca6d43f5e88f19e15c23e056d5f5144a5c746e3eb20170c445de82e465bdc5ef85f95a1c65582c458110437287d8f31022132fa092096147540c88
 SHA512 
d6a65dbe36ea6c5eb20f3df047493e3e3e31b27e4a812c9541e50deb4bfbe795de3f8eba4d901bf34a013d46ead22f849b77f3c2bd305f2b28cd039459f6c43f
 DIST genpatches-5.14-9.base.tar.xz 349596 BLAKE2B 
801a5a1aec2e0cd1b52f1c21fd3349f91f8bbfd33c40892b28679ca89799f5589d333e5227674fed3326d0094f5932959427e31e5dc847aec261ebf164d2954d
 SHA512 
a8463a1cda8084afd1e6613ba160c9a75b1a136331217627f9a6b7876f33e9bd4947cd6c059f481612962e430ef530fac246e8b48c38ca8f505b949296390590

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.14.13.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.14.13.ebuild
new file mode 100644
index 000..b7a0d9f3417
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.14.13.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 1 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.14.6
+CONFIG_HASH=416de8884575795f040923fb460e7fc5e5d67102
+GENTOO_CONFIG_VER=5.13.4
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+ 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe/

2021-10-17 Thread Michał Górny
commit: 4f087eaa61186ce741cb455b2fa462e9a30dae76
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 16:12:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:15:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f087eaa

dev-python/pypy3-exe: Bump to 7.3.6

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

 dev-python/pypy3-exe/Manifest   |   2 +
 dev-python/pypy3-exe/pypy3-exe-7.3.6.ebuild | 166 
 2 files changed, 168 insertions(+)

diff --git a/dev-python/pypy3-exe/Manifest b/dev-python/pypy3-exe/Manifest
index ed17644ac38..8a442965ec9 100644
--- a/dev-python/pypy3-exe/Manifest
+++ b/dev-python/pypy3-exe/Manifest
@@ -1,8 +1,10 @@
 DIST pypy3.7-gentoo-patches-7.3.5.tar.xz 8164 BLAKE2B 
0f8707fda16c0358c1d3a2a60d83046bc5c6186906e07d0e2441d26da4c5d2e7978aa9013be211daf0a1bfddbb10f96745ba4be84b61903e177f4d906045ed67
 SHA512 
95d3acb11c811e4342ba3a56e925433614c5affb6a1fc873ecd2f2cfd55459424088b928f46bcb9a6f0e467fb77905af387ad04bad45a37b928fe0ea320ac33e
 DIST pypy3.7-v7.3.5-src.tar.bz2 25350766 BLAKE2B 
34d5c83284271b184f71492dbd65b8760cc0fcdec71e41ef48b9561280dd67ef4c37fdd70759d0b95114d127446fc0ea5d04feb99022c1a725233862b2028834
 SHA512 
253d2efc81d55fb392ab810741e3a633f664e1908b2c26db7a8830c971655cca6be1b8d34581d13aa2d738a4a4c8ba23c2c90333b6e03d4608372e8013ea723b
+DIST pypy3.8-gentoo-patches-7.3.6.tar.xz 4392 BLAKE2B 
757581efb1cd0e44279177a4a3d69ba2d34991c702247794cbfd8ee7a31dc6ad70ca41175689fbd31990286a3c60aec9bb5ce189cee1224f20d1f3452fbb958a
 SHA512 
2ee6bc687a50fc1fb9ec5700fdfc4313c5f9b76a8e4da627cc8265e11cdbe8af2c92681207a1c9d869e89e1922c765410dd7790d0a39eadd00a6c2339bc1cfbe
 DIST pypy3.8-gentoo-patches-7.3.6rc1.tar.xz 4660 BLAKE2B 
2a1fff331707a29dfb232ce4c2c6d3cada127b4452036172c3aac7579d89b8e0d4ea41300ffcadf0ec04b9cde32044371d55d225a477f2178dddb03642aa569b
 SHA512 
bb781369d4e0dd387659fc474c7a23d8c54ab88477fdd007d3552c95e870a1896a0628dbba876e870956c5a1efeb52efbfd343a08f8a70a4515f41b1dc8ed60d
 DIST pypy3.8-gentoo-patches-7.3.6rc2.tar.xz 4380 BLAKE2B 
1ad68c088d4888d3579c0b48789be3a95413ab8f11d971f9f616a1701ceed2b8eba595612e28dbbdbc1732e4f8a7cd08cbbb89cdc413d1a3e9eabbcd78fdde76
 SHA512 
c2d68610b78ed33aaa67ce5244d289409256f66f2505ac19f0a679c0c10e6024993bbc7d37a59547daac38d321653b8b1a63c55e3f52d1409969f0961842fdd7
 DIST pypy3.8-gentoo-patches-7.3.6rc3.tar.xz 4380 BLAKE2B 
03159baf9fb33b65406df47272940cf6adfe2891994787b057d6925edd74063c4f1e4ac115b17d7a41a5d220e9ba27a68f4138792624cc50c2c6aee3a6d385ff
 SHA512 
d88b3f97880735d84746970ef6ac05babde9d88ae6740411a646cec8618816d982a99ccf0628b73690cacc5a4ac9485160242c85756adad75ab7e3ad860b4e42
+DIST pypy3.8-v7.3.6-src.tar.bz2 24377230 BLAKE2B 
ca5890ded9b3d3bd4ee25911594bafec13b4226dee7f3464ad4386f01011870fac823ddbc1aebf7a813e3ad158baac24df631baf86a7e44ef6efdc7ae2763555
 SHA512 
2617e444f5ff73bb8ddea58b18849bedcc007feaeb748e9006a3c36401ab26d1c4aaf51eb148654d6bb8221f2e6624c45d3a75124c8912ca59756dfaa14a7068
 DIST pypy3.8-v7.3.6rc1-src.tar.bz2 24320127 BLAKE2B 
920738d1d9a346dca8e76602fc5a1502ff6f610897e1f5b841b5207a32f82c52770684ba4ea076209e18b664cb9ba5df555a21f838ae581b436cbff9e2adb506
 SHA512 
334baf973397f8068137382c29632afd1288b76b57f21047bef59397d2718d8c420ba68acc2f1082501aadf7fbf8ee6a9fa86405c2a54d720a9a02dd7a7371aa
 DIST pypy3.8-v7.3.6rc2-src.tar.bz2 24350986 BLAKE2B 
fe167b7e1f4f81e1737220bb679874a1e0faa8605b0ec7d10db275c08226e12f8fcff5b958a5a2c42efba5125d88dea150b707441af13bd9b7ef0c9ef36d9c1b
 SHA512 
98715c4053d995a442877f93b32ecb976ffc4160df869d35843718bacfd97d2bbd697f85b5961c420f8130d22e64d740d8d180a4f9ff802250897b4b8c216a6a
 DIST pypy3.8-v7.3.6rc3-src.tar.bz2 24374611 BLAKE2B 
5b04bf5fa2f3f2f25a837add74ad716146681e1203ccdb915eed6d1f7f70cd9cb73426f63d310fd76fef2daf6537137d99fa14483886b2cf9946e979243de26f
 SHA512 
872252ff8f090523d79c8d9acec07390587ab38075f35d25f2010ed5ea85537aaa9acb14d049a0a8059757f6c2c1411e9b5e23fec0b1ec2cfcca70e82e6e1c8f

diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.6.ebuild 
b/dev-python/pypy3-exe/pypy3-exe-7.3.6.ebuild
new file mode 100644
index 000..c8cc24bbcba
--- /dev/null
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.6.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# pypy3 needs to be built using python 2
+PYTHON_COMPAT=( python2_7 )
+inherit check-reqs pax-utils python-any-r1 toolchain-funcs
+
+PYPY_PV=${PV%_p*}
+MY_P=pypy3.8-v${PYPY_PV/_}
+PATCHSET="pypy3.8-gentoo-patches-${PV/_}"
+
+DESCRIPTION="PyPy3 executable (build from source)"
+HOMEPAGE="https://www.pypy.org/;
+SRC_URI="https://buildbot.pypy.org/pypy/${MY_P}-src.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz;
+S="${WORKDIR}/${MY_P}-src"
+
+LICENSE="MIT"
+SLOT="${PYPY_PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0=
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-10-17 Thread Michał Górny
commit: e6a0f66415b400de027754e707c2d4a28ef32ced
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:16:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a0f664

virtual/dist-kernel: Bump to 5.14.13

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

 virtual/dist-kernel/dist-kernel-5.14.13.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.14.13.ebuild 
b/virtual/dist-kernel/dist-kernel-5.14.13.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.14.13.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/

2021-10-17 Thread Michał Górny
commit: 5d5ab68593c677e80985b8b321390141bff0928e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:16:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5ab685

sys-kernel/vanilla-kernel: Bump to 5.14.13

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.14.13.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index aebca2674bc..18f028b9ff4 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -37,6 +37,8 @@ DIST linux-5.14.11.tar.sign 991 BLAKE2B 
c8bfd50261f0d034582c4d96fe69e5c70d7bef84
 DIST linux-5.14.11.tar.xz 120700220 BLAKE2B 
b84afc268eaace7029d13b0e37b5366d042e96f1437b95b08a995d7717d6b6ed118e929c2d0e0929ddcc4dba772768d686d1c3a29a7c9ed60b9534797b006efa
 SHA512 
2c2cf12c039c08daed2e2af4bde42c5b961a5f83772096ddcc3d0297e07c716df974320ad8e1da56e29fbd8f4e92e1d2bec32951d4ae252357e2e4050d9f1383
 DIST linux-5.14.12.tar.sign 991 BLAKE2B 
73bcf4394b735bde8c6c3b97489ed22e241db2185e30e13ab8e0e678cc1e24e514ddc5c4142a6079af17d7544cb3d7a5fa2a71e2999a148866d0714ba1f9f51d
 SHA512 
f4494ffcac93170badcb118e008aa6b6c57fe28a20ecf7c70bf6fe610ba2634f036a6510f0081fa09a13ea1f15a796e456694fb17b0b343e9ed2850bc32a2d63
 DIST linux-5.14.12.tar.xz 120708144 BLAKE2B 
854c3160a327a38ba0e8e35a2952029670429d829e903ba4fda659aa7cc7b88014b5dbdeefd2e0cc95e0311875fc7dae4c5fad825bff72102a894624845acbb8
 SHA512 
df79d76b1247684e650df48051697a017f3b97ac1c3687398e50dfb4b21650b563ad28c35d1bd9261b65f8f77b6bfe34b3ed0e076a03547b6ed16f6fe760915f
+DIST linux-5.14.13.tar.sign 991 BLAKE2B 
ae135582639a9da85e98ed274b07c289cfe4eacdcf0f53db31231636615f2518ff3aa36a80fa84c518c56dd4b712df94dd0964f2c3faf19b019497618286c836
 SHA512 
25aab006df0d2d193ee31ab222c595877516f0960cdf8f7d8507f363baab6d284e83d47f06f3573d1c7ea8743166afdc7db9da9b422b177550bc0975e376ad97
+DIST linux-5.14.13.tar.xz 120704340 BLAKE2B 
4bb15634eb047d31173be23dac211ce6f4be77f8929cf4f183290e58080aacd70d6512e0bf3229c6d3badf311411a356fbd27d30d1ea40eada364a76f413228b
 SHA512 
b3c662115585b358a05807ebf4953b0fa1ab2c3002835d8b99b3fb203cf1ff080025d476114b022d2e372f53c3c2d93e5460cffac9fdf450fe6d8b86bc65916e
 DIST linux-5.14.7.tar.sign 989 BLAKE2B 
fe033dfdb6f5ac14474a7e603c2edef98eb7318d065ca57bbf7f8bfea0d1fb38d4d62dc28a3b014a3cdf4be64d36b05463d5902afdb794ea1b609e5e2872e1e7
 SHA512 
4926f4bcf283e2afc3bd5e7340e3dda69c40e5bd45d1b9effeade05fc04595c0153e05f07b458013224c950feb967127520cf9c2ef6d0e303b7545f10e49a871
 DIST linux-5.14.7.tar.xz 120688920 BLAKE2B 
861405cd1333958cb829017b6c1d6692a7256d179a48fad751bb02cd02ba09227ff210d9252c592a99d3820c1fbdcc3a6e133cbed31fdecb68ba9cf27dfc8f78
 SHA512 
ab1dd61a9e0e5ed82b38684d01fbc5c00fbf28acdd5ee754095a9fabe5a5fca7c220b37f80c2adbdd0bd46be461ded6397e40f7a827ea18035124f06756ad743
 DIST linux-5.14.8.tar.sign 989 BLAKE2B 
2987fdf70a35ffbc5a8b63dd821f83e4eee25cea66518a41a91a48d22c5670f497abce18b94ca4a351122c78fd02c240a6a5fe9514873aa396ce2a79ddb83301
 SHA512 
ff7c67c99237b7f52942c54a9ee1f4a1272760232bb7e65d314484ad773d1fcb37070e404b458721e3d3d92f5849a001479a370c9bc3e5b5c72651ac33d1d8f8

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.14.13.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.14.13.ebuild
new file mode 100644
index 000..d3a06ae0974
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.14.13.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.14.6
+CONFIG_HASH=416de8884575795f040923fb460e7fc5e5d67102
+GENTOO_CONFIG_VER=5.13.4
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/vanilla-kernel/

2021-10-17 Thread Michał Górny
commit: 0bc46a3127ac92df20045b8611dd95c16d91db9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 14:16:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 21:14:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc46a31

sys-kernel/vanilla-kernel: Bump to 5.10.74

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.74.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 18f028b9ff4..6f0cbb6a120 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -29,6 +29,8 @@ DIST linux-5.10.72.tar.sign 991 BLAKE2B 
f5b3025d32c5d852dee6d7aaa64c64ec6c34ef8a
 DIST linux-5.10.72.tar.xz 116438780 BLAKE2B 
de53cb5ba4e99d45ed739cee180c8f28edebf0206c0dda548c7b5f3929e93e3d72d8e05eddd1878723e1cc29cac6ddc98c9131594a60529db552d07c96ac2451
 SHA512 
24646ec0a673becfc7a9ac50dad9373a5ad40c3203ec1e45c7412a80cfc250fafe90aac5aa65b1ce71dafaf9bc3079470d604f11e7abc0a2510789b710b16be3
 DIST linux-5.10.73.tar.sign 991 BLAKE2B 
7e8cfac025378f5a0f2fdc91815f8333507106260c1a37306c526e72988f202a3b5cfb23917cde70a1188e7edbe433de91de5bcb3cb31209e1224b68e8564cbd
 SHA512 
565affb2fd23de21eb11d07a914c17f15000b648bb33edf4cd6a0550f80f36cfce9969bbb83535ca9620514dffbd6cbe21737d37081dc987f1e2f21396123894
 DIST linux-5.10.73.tar.xz 116436432 BLAKE2B 
0f85aa816530ab3f738f4ae203bd681e439002ae2a1fe1ba2fb3238e194d79812f1bd084d76d4ad985fdc94d5c913579336652c0b8afb0f8047fd50e9c2db99e
 SHA512 
8dbc10e67a59c2f416f64891f26e87226dfaa39d0d31274467527be01dbf41d7131832d6dbc4aeb2507558aee07aa41ee7ccf79c09be3add6a40a1e6773083f7
+DIST linux-5.10.74.tar.sign 991 BLAKE2B 
cb4477a85732a41f3fc565d60ec8d39f6408693f1c6392e39f120d8400b7762202d9fbef03dfaf36ecc2d3ea2406ea0f082637f762ed3b3ac0cd9ea035273ba9
 SHA512 
50575d27166e8bb144524a78b126dc282d2a0a3c832554b8ee5b2579f9d92f855a080593be82195705c3b9f3939f1743023bdf3cc9a051e5cd5fa29dfa1c7b47
+DIST linux-5.10.74.tar.xz 116434932 BLAKE2B 
e60d9b8ab3cf30a56617037435dc654db67f2e40918bc3c95bcf5e9e8a85d2487c49cf9bcf909675595f6ce4cf59437f2b328635398dad4ee5b7145a0c9492b7
 SHA512 
d978359f2d8f3f26dd975acda2caf1107e1b0b784aaba0437a6b4100990e50a6da41647f56cdb2bea2ffb75113952dd6ea1570a2fcc88321254e6539bc6b
 DIST linux-5.13.19.tar.sign 991 BLAKE2B 
d26b1e733f84725318d8dbf1e9fcade7beeadc38a4a07aebf6be653ab0dff5c0a5533b5591e753745aeeeaa7650b2bf0d1942878b2243aac01b68d0ca81f8367
 SHA512 
a4c5ad726818ad7bcb87c3b6621abecdb17ea14ba6cc8686bf36ace3c0d16f8c5353b4f02f0b02b60967957d13172c3fa60b1415ce3d2dd1c0f8a852127a6c4e
 DIST linux-5.13.19.tar.xz 119374060 BLAKE2B 
6a05829867d75705e0282418bd68c1b60a4f2cdced39803458d67c975f8aa3ed455300c19300d7c7cfad71d2e5750b0b0750f825aacb0fb3794eb5b7b3189cc6
 SHA512 
77f6279fe7de3c0dd35946b991fa190aa70f5e806fa6188a0a676dad0939e2a20136b3dfc659dcac7870b387ead328fcdc287c8a25b63120bea1ac960117990e
 DIST linux-5.14.10.tar.sign 991 BLAKE2B 
899b62183a8e8d9ca26a5bc789c9c728db18f0fb44b7887ceece72b0ef4cfb99444ad20bc08714fd62e1d8c9a4fc4bc8a3c48bad09086723f205cba821bf6c44
 SHA512 
cdd41731a8502864a04dc5dc3b21cc2b149015bb7894f2f7ace9b571784ff5ab6d2e7aa48b90fa46840f18edfb7bcfda5cb042f34c58b7232b643673accbb7fe

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.74.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.74.ebuild
new file mode 100644
index 000..12c958a4bb2
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.74.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.32
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

[gentoo-commits] repo/gentoo:master commit in: app-editors/gedit/

2021-10-17 Thread Mart Raudsepp
commit: 76162877855e319514b13d0360c3ffa76bdd122d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 20:41:21 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76162877

app-editors/gedit: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/gedit/gedit-40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gedit/gedit-40.1.ebuild 
b/app-editors/gedit/gedit-40.1.ebuild
index 415abe4e182..78fd61b6a5d 100644
--- a/app-editors/gedit/gedit-40.1.ebuild
+++ b/app-editors/gedit/gedit-40.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 VALA_MIN_API_VERSION="0.26"
 VALA_USE_DEPEND="vapigen"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/

2021-10-17 Thread Mart Raudsepp
commit: d0562c203977ec103dfb216f8c9a158161c95a7d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 20:47:08 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0562c20

dev-util/devhelp: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/devhelp/devhelp-40.1.ebuild | 2 +-
 dev-util/devhelp/devhelp-41.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/devhelp/devhelp-40.1.ebuild 
b/dev-util/devhelp/devhelp-40.1.ebuild
index bc2c2139331..777e0daeb1b 100644
--- a/dev-util/devhelp/devhelp-40.1.ebuild
+++ b/dev-util/devhelp/devhelp-40.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit gnome.org gnome2-utils meson python-single-r1 xdg
 

diff --git a/dev-util/devhelp/devhelp-41.2.ebuild 
b/dev-util/devhelp/devhelp-41.2.ebuild
index 4657f906fe7..0d4bb96937b 100644
--- a/dev-util/devhelp/devhelp-41.2.ebuild
+++ b/dev-util/devhelp/devhelp-41.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit gnome.org gnome2-utils meson python-single-r1 xdg
 



[gentoo-commits] repo/gentoo:master commit in: media-video/totem/

2021-10-17 Thread Mart Raudsepp
commit: 05214ec4042c89df114b171fbc5ba2539131811d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 20:45:20 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05214ec4

media-video/totem: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-video/totem/totem-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/totem/totem-3.38.1.ebuild 
b/media-video/totem/totem-3.38.1.ebuild
index 2e4a4a124df..717a1d6b7ef 100644
--- a/media-video/totem/totem-3.38.1.ebuild
+++ b/media-video/totem/totem-3.38.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1



[gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/

2021-10-17 Thread Mart Raudsepp
commit: a2511f957c39f5539981bacc63d678d7ff2bb47a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 20:42:44 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2511f95

app-editors/gedit-plugins: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-editors/gedit-plugins/gedit-plugins-40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild 
b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild
index 266db95b91a..1f95326960d 100644
--- a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild
+++ b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 VALA_MIN_API_VERSION="0.28"
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/

2021-10-17 Thread Mart Raudsepp
commit: 3789e00207dfe299e2d58a4db46042a7804d7e52
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 11:49:50 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3789e002

media-gfx/eog-plugins: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
index 5f727ce583b..998f6cc3c25 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit gnome2 python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libpeas/

2021-10-17 Thread Mart Raudsepp
commit: d66f5ba15f99c096edac9ec29bd6de4cd9133274
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 11:49:24 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66f5ba1

dev-libs/libpeas: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/libpeas/libpeas-1.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libpeas/libpeas-1.30.0.ebuild 
b/dev-libs/libpeas/libpeas-1.30.0.ebuild
index a267bee72c7..bfb4cc876db 100644
--- a/dev-libs/libpeas/libpeas-1.30.0.ebuild
+++ b/dev-libs/libpeas/libpeas-1.30.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 LUA_COMPAT=( lua5-1 luajit )
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit gnome.org lua-single meson python-single-r1 vala virtualx xdg
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/gnome-builder/

2021-10-17 Thread Mart Raudsepp
commit: b3408a3064f2b7e0ffe7e41be9ad55b382fa7ebd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 11:54:37 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3408a30

dev-util/gnome-builder: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-util/gnome-builder/gnome-builder-3.40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gnome-builder/gnome-builder-3.40.2.ebuild 
b/dev-util/gnome-builder/gnome-builder-3.40.2.ebuild
index 13087e7d6c3..69885d53160 100644
--- a/dev-util/gnome-builder/gnome-builder-3.40.2.ebuild
+++ b/dev-util/gnome-builder/gnome-builder-3.40.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 DISABLE_AUTOFORMATTING=1
 FORCE_PRINT_ELOG=1
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/

2021-10-17 Thread Mart Raudsepp
commit: ad303817c9141e8c0c67afbfe5ecb29e10ea5e12
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 17 11:55:35 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 17 20:58:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad303817

media-sound/rhythmbox: enable py3.10

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/rhythmbox/rhythmbox-3.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild 
b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild
index 287b4eb8350..49b5d725a85 100644
--- a/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-3.4.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 
 inherit gnome2 python-single-r1 multilib virtualx



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/orjson-bin/

2021-10-17 Thread Shaoyu Tseng
commit: 53a36d8835c21c5e921debebfba911f5866822cd
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Sun Oct 17 16:43:24 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Sun Oct 17 16:43:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53a36d88

dev-python/orjson-bin: bump version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Shaoyu Tseng  tuta.io>

 dev-python/orjson-bin/Manifest| 4 ++--
 .../orjson-bin/{orjson-bin-3.6.0.ebuild => orjson-bin-3.6.4.ebuild}   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/orjson-bin/Manifest b/dev-python/orjson-bin/Manifest
index 2fce030d8..231bf7bcc 100644
--- a/dev-python/orjson-bin/Manifest
+++ b/dev-python/orjson-bin/Manifest
@@ -1,2 +1,2 @@
-DIST orjson-bin-3.6.0-amd64.zip 235974 BLAKE2B 
8d80d7b40fa87be2b5a6b25840c02392e411dbce45247e46ebbfef94c15fd9e1596ba7ac6a40a53dde775f68d82b6c66c7350b392ce0f07ad92bb6ae65455767
 SHA512 
e80a7e0c785d6927a1d971553d04fca75e4b13fe5fb099ab362465cdfea69e911918ce94a480e9fead564a795f4a96a594918f4326e407f015b7d3c00ff08764
-DIST orjson-bin-3.6.0-arm64.zip 218609 BLAKE2B 
880852a268f833b906bb6ef1cd7c9f2f40fe6ce043f52a8a7bdf965b4274a2ac0c215849b55da994f8bb328b903bc4a6a9414d0c3f16cb1a9be4f5c029e5b632
 SHA512 
70382465c3676fe3722688e0c223de3c86bb4555c1c996dd586aa782a3ecd3f6003a5c0f4154bfe90c18b2d4027b0a2c169b97315206e656a48557a5415eabd2
+DIST orjson-bin-3.6.4-amd64.zip 250007 BLAKE2B 
8d4032eb347b551752203844ecf60e12f6fb12faa5a0bba5f294ad00c876afc006bc6759719d4532794c46b0f129cb370f30b57d6b5a9827078cbcc7d62b8331
 SHA512 
171cc20ffa26ddce0fdc771ff24c1172e0f9bb2be892c810c5c18b0a7421d833b722da925c987a18f57256600301e7c3f46f83e324935d3d857d2026a581de26
+DIST orjson-bin-3.6.4-arm64.zip 231011 BLAKE2B 
a91e9c3c0872e568d41f259dfccaecd35be18e6d01b7d9df89151887019f7951bdf13ecf79edc391fbe39786259ef210971718d32a7a49eb21f0d420d45bf79b
 SHA512 
669ffc93c34275842d9819e3c0f8a0174034d80cf733a5cc988bdc997c3028b68ae8d526698a3e0d582a1339d60d6a99bf7f42cebcfe2e3d5fb2e2cda65a1b10

diff --git a/dev-python/orjson-bin/orjson-bin-3.6.0.ebuild 
b/dev-python/orjson-bin/orjson-bin-3.6.4.ebuild
similarity index 91%
rename from dev-python/orjson-bin/orjson-bin-3.6.0.ebuild
rename to dev-python/orjson-bin/orjson-bin-3.6.4.ebuild
index e49cfe447..5f82cd792 100644
--- a/dev-python/orjson-bin/orjson-bin-3.6.0.ebuild
+++ b/dev-python/orjson-bin/orjson-bin-3.6.4.ebuild
@@ -50,7 +50,7 @@ src_install() {
insinto "$(python_get_sitedir)"
# Even though the soname is compatible, the python version has 
to be
# corrected in order for it to work
-   newins ${PN//-bin}.cpython-310-${ARCH}-linux-gnu.so 
${PN//-bin}.cpython-3${EPYTHON##python3.}-${ARCH}-linux-gnu.so
+   newins orjson/${PN//-bin}.cpython-310-${ARCH}-linux-gnu.so 
${PN//-bin}.cpython-3${EPYTHON##python3.}-${ARCH}-linux-gnu.so
python_domodule ${P//-bin}.dist-info
}
python_foreach_impl do_install



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/bidict/

2021-10-17 Thread Shaoyu Tseng
commit: d1422471f2f9d0335e0f0f1b3ab40a882de38c71
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Sun Oct 17 16:45:37 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Sun Oct 17 16:45:37 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1422471

dev-python/bidict: bump version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Shaoyu Tseng  tuta.io>

 dev-python/bidict/Manifest   | 2 +-
 dev-python/bidict/{bidict-0.21.2.ebuild => bidict-0.21.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bidict/Manifest b/dev-python/bidict/Manifest
index f649988e1..19276753d 100644
--- a/dev-python/bidict/Manifest
+++ b/dev-python/bidict/Manifest
@@ -1 +1 @@
-DIST bidict-0.21.2.tar.gz 381613 BLAKE2B 
6bc154cd49d33f9f144c0122175355327f16fbf3f701f751ecc0b65d335c78e5cb66126ef055545ec35a0b56a18efc4446a471477f9c2984f7c9a60cb80e2120
 SHA512 
d4f055bfc8b9e99727e4d6eb19535802cbe0dd03def4d94f30771c26c9e39963c721bdb33e4055d7e10471ae5f4047b7d14ba978390628d03bc53b6c9a664db8
+DIST bidict-0.21.3.tar.gz 406100 BLAKE2B 
d6fe581d3114e03fda76a0dcc47a65a5d0a840f17e5eb492341a6498f79b0f57f1d342220016001da4342baecdc1e5b575268d73a21fc01a0520fc11f31ff5ab
 SHA512 
1c1cd17d44c0fbd0bb718a135f31650736a5a8b3979201f7cf19093a96bbf69a978363195f29dab6dd1ef0e28afe11d3f3fe84ad3311d7ea1190aa5e1842c609

diff --git a/dev-python/bidict/bidict-0.21.2.ebuild 
b/dev-python/bidict/bidict-0.21.3.ebuild
similarity index 100%
rename from dev-python/bidict/bidict-0.21.2.ebuild
rename to dev-python/bidict/bidict-0.21.3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-rsh/files/

2021-10-17 Thread John Helmert III
commit: 67a40d254419d272f4e0fd76ea567b35f8e65c57
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Oct 17 20:42:11 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Oct 17 20:42:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a40d25

net-misc/netkit-rsh/files: restore misc filesdir files

Accidentally semiautomatedly removed these files, while they're still
in use.

Signed-off-by: John Helmert III  gentoo.org>

 net-misc/netkit-rsh/files/rexec.pamd-pambase  |  6 ++
 net-misc/netkit-rsh/files/rexec.xinetd| 12 
 net-misc/netkit-rsh/files/rlogin.pamd-pambase |  9 +
 net-misc/netkit-rsh/files/rlogin.xinetd   | 12 
 net-misc/netkit-rsh/files/rsh.pamd-pambase| 11 +++
 net-misc/netkit-rsh/files/rsh.xinetd  | 12 
 6 files changed, 62 insertions(+)

diff --git a/net-misc/netkit-rsh/files/rexec.pamd-pambase 
b/net-misc/netkit-rsh/files/rexec.pamd-pambase
new file mode 100644
index 000..8657883e32a
--- /dev/null
+++ b/net-misc/netkit-rsh/files/rexec.pamd-pambase
@@ -0,0 +1,6 @@
+# For root login to succeed here with pam_securetty, "rexec" must be
+# listed in /etc/securetty.
+auth   requiredpam_securetty.so
+auth   include system-remote-login
+accountinclude system-remote-login
+sessioninclude system-remote-login

diff --git a/net-misc/netkit-rsh/files/rexec.xinetd 
b/net-misc/netkit-rsh/files/rexec.xinetd
new file mode 100644
index 000..fea3710ec66
--- /dev/null
+++ b/net-misc/netkit-rsh/files/rexec.xinetd
@@ -0,0 +1,12 @@
+service exec
+{
+   socket_type = stream
+   protocol= tcp
+   wait= no
+   user= root
+   group   = tty
+   server  = /usr/sbin/in.rexecd
+   log_on_success  = PID HOST USERID EXIT DURATION
+   log_on_failure  = USERID ATTEMPT
+   disable = yes
+}

diff --git a/net-misc/netkit-rsh/files/rlogin.pamd-pambase 
b/net-misc/netkit-rsh/files/rlogin.pamd-pambase
new file mode 100644
index 000..9b4481edd6f
--- /dev/null
+++ b/net-misc/netkit-rsh/files/rlogin.pamd-pambase
@@ -0,0 +1,9 @@
+#%PAM-1.0
+# For root login to succeed here with pam_securetty, "rlogin" must be
+# listed in /etc/securetty.
+auth   requiredpam_securetty.so
+auth   sufficient  pam_rhosts.so
+auth   include system-remote-login
+accountinclude system-remote-login
+password   include system-remote-login
+sessioninclude system-remote-login

diff --git a/net-misc/netkit-rsh/files/rlogin.xinetd 
b/net-misc/netkit-rsh/files/rlogin.xinetd
new file mode 100644
index 000..76a99beba8d
--- /dev/null
+++ b/net-misc/netkit-rsh/files/rlogin.xinetd
@@ -0,0 +1,12 @@
+service login
+{
+   socket_type = stream
+   protocol= tcp
+   wait= no
+   user= root
+   group   = tty
+   server  = /usr/sbin/in.rlogind
+   log_on_success  = PID HOST USERID EXIT DURATION
+   log_on_failure  = USERID ATTEMPT
+   disable = yes
+}

diff --git a/net-misc/netkit-rsh/files/rsh.pamd-pambase 
b/net-misc/netkit-rsh/files/rsh.pamd-pambase
new file mode 100644
index 000..460a2cd99f9
--- /dev/null
+++ b/net-misc/netkit-rsh/files/rsh.pamd-pambase
@@ -0,0 +1,11 @@
+#%PAM-1.0
+# For root login to succeed here with pam_securetty, "rsh" must be
+# listed in /etc/securetty.
+auth   requiredpam_securetty.so
+
+# Uncomment this and comment the following to use rhosts_auth module
+#auth   required pam_rhosts.so
+auth   include system-remote-login
+
+accountinclude system-remote-login
+sessioninclude system-remote-login

diff --git a/net-misc/netkit-rsh/files/rsh.xinetd 
b/net-misc/netkit-rsh/files/rsh.xinetd
new file mode 100644
index 000..3d1fa652794
--- /dev/null
+++ b/net-misc/netkit-rsh/files/rsh.xinetd
@@ -0,0 +1,12 @@
+service shell
+{
+   socket_type = stream
+   protocol= tcp
+   wait= no
+   user= root
+   group   = tty
+   server  = /usr/sbin/in.rshd
+   log_on_success  = PID HOST USERID EXIT DURATION
+   log_on_failure  = USERID ATTEMPT
+   disable = yes
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/libjpeg-turbo/, media-libs/libjpeg-turbo/files/

2021-10-17 Thread John Helmert III
commit: 64cfcaa52778c853abeb26d16803346a4023f181
Author: John Helmert III  gentoo  org>
AuthorDate: Thu Oct 14 21:59:28 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Oct 17 20:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cfcaa5

media-libs/libjpeg-turbo: drop 1.5.3-r4, 2.1.0-r2

Bug: https://bugs.gentoo.org/797424
Bug: https://bugs.gentoo.org/814206
Closes: https://bugs.gentoo.org/787422
Signed-off-by: John Helmert III  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22581

 media-libs/libjpeg-turbo/Manifest  |   2 -
 .../files/libjpeg-turbo-1.2.0-x32.patch|  38 --
 .../files/libjpeg-turbo-1.5.3-CVE-2020-13790.patch |  43 ---
 .../files/libjpeg-turbo-1.5.3-cve-2018-11813.patch |  45 
 .../files/libjpeg-turbo-1.5.3-divzero_fix.patch|  18 ---
 .../libjpeg-turbo/libjpeg-turbo-1.5.3-r4.ebuild| 126 
 .../libjpeg-turbo/libjpeg-turbo-2.1.0-r2.ebuild| 128 -
 7 files changed, 400 deletions(-)

diff --git a/media-libs/libjpeg-turbo/Manifest 
b/media-libs/libjpeg-turbo/Manifest
index cfac31e30b1..5ba827745c7 100644
--- a/media-libs/libjpeg-turbo/Manifest
+++ b/media-libs/libjpeg-turbo/Manifest
@@ -1,4 +1,2 @@
-DIST libjpeg-turbo-1.5.3.tar.gz 1658672 BLAKE2B 
4d2182802aa9963fa57ec2c4fb5cf0a586847d43803e4c2d2e12cf1144c4da0ede7fdbace5965c77cd6df4547090165615960ebb65c964fd2fac823c021f50b7
 SHA512 
b611b1cc3d1ddedddad871854b42449d053a5f910ed1bdfa45c98e0270f4ecc110fde3a10111d2b876d847a826fa634f09c0bb8c357056c9c3a91c9065eb5202
-DIST libjpeg-turbo-2.1.0.tar.gz 2255497 BLAKE2B 
693eccd00e8e1574e60ceb7464552ce9c4fd370c5ec4fc0dc3696ead7b4cd031228aaaf0eef3ceba194bb96bac6134b9c951162c0b81e88637edd6e71f4577f7
 SHA512 
6632a2a71cb3a350fe4f850fe84e51e361755c373babf2b47fb164c3a9fc3fd66705639bebedd8c1b40cf6c15fd702e814425b0be5919048987bbec357828605
 DIST libjpeg-turbo-2.1.1.tar.gz 2256321 BLAKE2B 
ad3fc108e0136220586cc59a277735d573a82d740146d2ac091cbb50af84019b7c623ca1c9c2e6e0f8a672b6fde7ed23441b199eef2435a52013abd73a3a7157
 SHA512 
9cf61b4677b38e254063248a3fdbe138634d23a35ae8f2ee2661bdb3248b1d0500bd43201b8d9fe66c779d578074fd9ed19bc097ba22e10143530c2a19738673
 DIST libjpeg8_8d-2.debian.tar.gz 14764 BLAKE2B 
e93d12afa062da28b717b540492221f70e8d9ccf3885371647cf85a2937f938ca723d4a27d5e1c5d79c26aa25dddf69b38754558851a1704172e8b52baf8e17c
 SHA512 
8c5959fb7583a2d61e9442187f67b91b45e72d9dd30db3360d583a3b5d8e1a908db5659f760bdd455b3056e6ae3535b2fd3b847df3d58b140a1816b754003675

diff --git a/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch 
b/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch
deleted file mode 100644
index 523eed7557d..000
--- a/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.2.0-x32.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-https://bugs.gentoo.org/420239
-
-https://sourceforge.net/tracker/?func=detail=3533795_id=303195=1278160
-
 a/configure
-+++ b/configure
-@@ -33,7 +33,11 @@ case "$host_os" in
-   linux*)
- case "$host_cpu" in
-   x86_64)
--objfmt='ELF64'
-+if echo __ILP32__ | $CC $CFLAGS -E - | grep __ILP32__ > /dev/null; 
then
-+  objfmt='ELF64'
-+else
-+  objfmt='ELFX32'
-+fi
- ;;
-   *)
- objfmt='ELF'
-@@ -94,6 +98,7 @@ case "$objfmt" in
-   a.out)  NAFLAGS='-faout -DAOUT';;
-   BSD-a.out)  NAFLAGS='-faoutb -DAOUT';;
-   ELF)NAFLAGS='-felf -DELF';;
-+  ELFX32) NAFLAGS='-felfx32 -DELF -D__x86_64__';;
-   ELF64)  NAFLAGS='-felf64 -DELF -D__x86_64__';;
-   RDF)NAFLAGS='-frdf -DRDF';;
-   Mach-O) NAFLAGS='-fmacho -DMACHO';;
 a/simd/nasm_lt.sh
-+++ b/simd/nasm_lt.sh
-@@ -11,7 +11,7 @@ while [ $# -gt 0 ]; do
- pic=yes
- fi
- ;;
---f|-fbin|-faout|-faoutb|-fcoff|-felf|-felf64|-fas86| \
-+-f|-fbin|-faout|-faoutb|-fcoff|-felf|-felf64|-felfx32|-fas86| \
- -fobj|-fwin32|-fwin64|-frdf|-fieee|-fmacho|-fmacho64)
- # it's a file format specifier for nasm.
- command="$command $1"

diff --git 
a/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.5.3-CVE-2020-13790.patch 
b/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.5.3-CVE-2020-13790.patch
deleted file mode 100644
index 8a9fcbd7972..000
--- a/media-libs/libjpeg-turbo/files/libjpeg-turbo-1.5.3-CVE-2020-13790.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 1bfb0b5247f4fc8f6677639781ce468543490216 Mon Sep 17 00:00:00 2001
-From: DRC 
-Date: Tue, 2 Jun 2020 14:15:37 -0500
-Subject: [PATCH] rdppm.c: Fix buf overrun caused by bad binary PPM
-
-This extends the fix in 1e81b0c3ea26f4ea8f56de05367469333de64a9f to
-include binary PPM files with maximum values < 255, thus preventing a
-malformed binary PPM input file with those specifications from
-triggering an overrun of the rescale array and potentially crashing
-cjpeg, TJBench, or any program that uses the tjLoadImage() function.
-
-Fixes 

[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-rsh/files/, net-misc/netkit-rsh/

2021-10-17 Thread John Helmert III
commit: aaf273e56574bdea935812a6971cb837e4a4955d
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Oct 17 20:26:29 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Oct 17 20:36:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf273e5

net-misc/netkit-rsh: drop 0.17-r13

Bug: https://bugs.gentoo.org/717794
Signed-off-by: John Helmert III  gentoo.org>

 net-misc/netkit-rsh/Manifest   |  1 -
 net-misc/netkit-rsh/files/rexec.pamd-pambase   |  6 --
 net-misc/netkit-rsh/files/rexec.xinetd | 12 
 net-misc/netkit-rsh/files/rlogin.pamd-pambase  |  9 ---
 net-misc/netkit-rsh/files/rlogin.xinetd| 12 
 net-misc/netkit-rsh/files/rsh.pamd-pambase | 11 
 net-misc/netkit-rsh/files/rsh.xinetd   | 12 
 net-misc/netkit-rsh/netkit-rsh-0.17-r13.ebuild | 78 --
 8 files changed, 141 deletions(-)

diff --git a/net-misc/netkit-rsh/Manifest b/net-misc/netkit-rsh/Manifest
index a16f78e851c..bab4b8c5e1c 100644
--- a/net-misc/netkit-rsh/Manifest
+++ b/net-misc/netkit-rsh/Manifest
@@ -1,3 +1,2 @@
-DIST netkit-rsh-0.17-patches-3.tar.lzma 13875 BLAKE2B 
80470c4a9fdbfebd351217e48ec178c1d2c58e49f454eadd514ed76e3653fde1d21cd19f7a3400762e6fb4d4bb2f9cfefebbf042ef5bf1903d67ebbe17254515
 SHA512 
0d9c6a8a8d13264b8f2eb6b62e6c65b67cf8b09bd36043acae405c7b2154724733db15d653e4f7ac7d21feebcfa6cd365ca89993fc77eabc5a709d7a6383b187
 DIST netkit-rsh-0.17.tar.gz 58268 BLAKE2B 
7790a91f95c51f4aa538ad614e65ecba5a565e4761c7d8167f4d175bb8bcc27cb48b569f93064285dad983e602f03bcb816da58b02b54290adcd9cabe73cd88e
 SHA512 
0d8da4a779da137f7b3f158ad010b71f2357c86a2160dbd19331cbf45f86a46110cdfdfd3c4ba2d19ddf3634917bf981eb91bfde02c3cdbc946df8695db75218
 DIST rexec-1.5.tar.gz 18469 BLAKE2B 
cbb694520332a0768b8337e854baf232271a30ac328dcf4b8b16d28dc3710ad58173e135cb9eb9726b07709bcd78ef627cea550c98e00dc86bea7c64e52aa3d1
 SHA512 
7ed455a921ad71749154bd8e586ac2a624f357b56be17db73b9ed7c1ca1bc19cfb9aee748f79cc649184dfb535ffe5e887643b73a25c3fb6520d4e19fae7333a

diff --git a/net-misc/netkit-rsh/files/rexec.pamd-pambase 
b/net-misc/netkit-rsh/files/rexec.pamd-pambase
deleted file mode 100644
index 8657883e32a..000
--- a/net-misc/netkit-rsh/files/rexec.pamd-pambase
+++ /dev/null
@@ -1,6 +0,0 @@
-# For root login to succeed here with pam_securetty, "rexec" must be
-# listed in /etc/securetty.
-auth   requiredpam_securetty.so
-auth   include system-remote-login
-accountinclude system-remote-login
-sessioninclude system-remote-login

diff --git a/net-misc/netkit-rsh/files/rexec.xinetd 
b/net-misc/netkit-rsh/files/rexec.xinetd
deleted file mode 100644
index fea3710ec66..000
--- a/net-misc/netkit-rsh/files/rexec.xinetd
+++ /dev/null
@@ -1,12 +0,0 @@
-service exec
-{
-   socket_type = stream
-   protocol= tcp
-   wait= no
-   user= root
-   group   = tty
-   server  = /usr/sbin/in.rexecd
-   log_on_success  = PID HOST USERID EXIT DURATION
-   log_on_failure  = USERID ATTEMPT
-   disable = yes
-}

diff --git a/net-misc/netkit-rsh/files/rlogin.pamd-pambase 
b/net-misc/netkit-rsh/files/rlogin.pamd-pambase
deleted file mode 100644
index 9b4481edd6f..000
--- a/net-misc/netkit-rsh/files/rlogin.pamd-pambase
+++ /dev/null
@@ -1,9 +0,0 @@
-#%PAM-1.0
-# For root login to succeed here with pam_securetty, "rlogin" must be
-# listed in /etc/securetty.
-auth   requiredpam_securetty.so
-auth   sufficient  pam_rhosts.so
-auth   include system-remote-login
-accountinclude system-remote-login
-password   include system-remote-login
-sessioninclude system-remote-login

diff --git a/net-misc/netkit-rsh/files/rlogin.xinetd 
b/net-misc/netkit-rsh/files/rlogin.xinetd
deleted file mode 100644
index 76a99beba8d..000
--- a/net-misc/netkit-rsh/files/rlogin.xinetd
+++ /dev/null
@@ -1,12 +0,0 @@
-service login
-{
-   socket_type = stream
-   protocol= tcp
-   wait= no
-   user= root
-   group   = tty
-   server  = /usr/sbin/in.rlogind
-   log_on_success  = PID HOST USERID EXIT DURATION
-   log_on_failure  = USERID ATTEMPT
-   disable = yes
-}

diff --git a/net-misc/netkit-rsh/files/rsh.pamd-pambase 
b/net-misc/netkit-rsh/files/rsh.pamd-pambase
deleted file mode 100644
index 460a2cd99f9..000
--- a/net-misc/netkit-rsh/files/rsh.pamd-pambase
+++ /dev/null
@@ -1,11 +0,0 @@
-#%PAM-1.0
-# For root login to succeed here with pam_securetty, "rsh" must be
-# listed in /etc/securetty.
-auth   requiredpam_securetty.so
-
-# Uncomment this and comment the following to use rhosts_auth module
-#auth   required pam_rhosts.so
-auth   include system-remote-login
-
-accountinclude system-remote-login
-session

[gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/

2021-10-17 Thread John Helmert III
commit: e3beef0aac4992903418b978f7c643330ac91a6c
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Oct 17 16:20:02 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Oct 17 20:36:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3beef0a

app-backup/btrbk: drop 0.29.1

Bug: https://bugs.gentoo.org/806962
Signed-off-by: John Helmert III  gentoo.org>

 app-backup/btrbk/Manifest|  1 -
 app-backup/btrbk/btrbk-0.29.1.ebuild | 76 
 2 files changed, 77 deletions(-)

diff --git a/app-backup/btrbk/Manifest b/app-backup/btrbk/Manifest
index 41b9d2998eb..80a273013ad 100644
--- a/app-backup/btrbk/Manifest
+++ b/app-backup/btrbk/Manifest
@@ -1,3 +1,2 @@
-DIST btrbk-0.29.1.tar.xz 98320 BLAKE2B 
f7e4939fec27cc85847d7cae8797de9c59040de641ed4c3c4dcd37102daad1d3910e2ef40c3ad486614a167a7d2206c92b961ba6e5d78e351dedb8de565e3172
 SHA512 
78bb24fff3606bcf5cb3f4b7e31c5423ca01208cf667efa6a67978696b06ffd4f368aed372d57372ef268ea9329d51f8abd7e2e9dc59dfb0d3133c992d1d788e
 DIST btrbk-0.31.2.tar.xz 107124 BLAKE2B 
a05ef8a665d50b0f9637b1bc7026f0ca0f8364377b4165dae09cd27790dc139aaea1096a54719d948adda5050f91580650bf58db70a086cfdd14b73559fad9f3
 SHA512 
f953fe1a231f7a28c2d98cf124e3d52cc6d0810e6cb1673b90f335e07cd7473d0302ec227361f902c40a36dab5c075c675d2ee0543a23c37cb1e4baaf74efea0
 DIST btrbk-0.31.3.tar.xz 109884 BLAKE2B 
7f78d00815259e42bb3fd16ee48272717fe57913b7af83ca8a98f1dfd0de715cbf8b07177ea60b5b8bdcb9793ee0d5829b90b8327cd4810f6275611276a6e707
 SHA512 
62dee5430635b6a31edcdc9bed1829f549b60074ea09bb6f1fcd56d242d4215339846c8c2dbcd4bee05cd2a0cb32c1237ce7311d2b887885373c13fa15a6f476

diff --git a/app-backup/btrbk/btrbk-0.29.1.ebuild 
b/app-backup/btrbk/btrbk-0.29.1.ebuild
deleted file mode 100644
index d824116df3a..000
--- a/app-backup/btrbk/btrbk-0.29.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/digint/btrbk.git;
-   inherit git-r3
-   SRC_URI=""
-else
-   SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz;
-   KEYWORDS="amd64 arm ~arm64 x86"
-fi
-
-DESCRIPTION="Tool for creating snapshots and remote backups of btrfs 
subvolumes"
-HOMEPAGE="https://digint.ch/btrbk/;
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="+mbuffer +doc"
-
-DEPEND="doc? ( >=dev-ruby/asciidoctor-1.5.7 )"
-
-RDEPEND="dev-lang/perl
-   net-misc/openssh
-   mbuffer? ( >=sys-block/mbuffer-20180505 )
-   >=sys-fs/btrfs-progs-4.12"
-
-src_compile() {
-   emake clean
-   use doc && emake -C doc
-}
-src_install() {
-   local targets="install-bin install-etc install-share install-systemd"
-   use doc && targets="${targets} install-man install-doc"
-   emake \
-   DESTDIR="${D}" \
-   DOCDIR="/usr/share/doc/${PF}" \
-   SYSTEMDDIR="$(systemd_get_systemunitdir)" \
-   ${targets}
-}
-pkg_preinst() {
-   if has_version "<${CATEGORY}/${PN}-0.26.0" ; then
-   upgrade_0_26_0_warning="1"
-   fi
-   if has_version "<${CATEGORY}/${PN}-0.27.0" ; then
-   upgrade_0_27_0_warning="1"
-   fi
-}
-pkg_postinst() {
-   if [[ "${upgrade_0_26_0_warning}" == "1" ]]; then
-   ewarn "If you are using raw targets, make sure to run the"
-   ewarn "\"raw_suffix2sidecar\" utility in each target directory."
-   fi
-   if [[ "${upgrade_0_27_0_warning}" == "1" ]]; then
-   ewarn 'Due to a bugfix in the scheduler [1] [2], previously 
preserved'
-   ewarn 'monthly/yearly backups could get deleted when upgrading 
to'
-   ewarn 'btrbk-0.27.0.'
-   ewarn ''
-   ewarn 'Before upgrading to btrbk-0.27.0, make sure to stop all 
cron jobs'
-   ewarn 'or systemd timers calling btrbk.'
-   ewarn ''
-   ewarn 'After upgrading, run "btrbk prune --dry-run 
--print-schedule" and'
-   ewarn 'check if any snapshots/backups would get deleted. If you 
want to'
-   ewarn 'forcibly preserve a snapshot/backup forever, rename it:'
-   ewarn ''
-   ewarn 'mv mysubvol.MMDD mysubvol.MMDD.keep_forever'
-   ewarn ''
-   ewarn 'Note that btrbk ignores subvolumes with unknown naming 
scheme, e.g.'
-   ewarn '(".keep_forever" suffix in the example above).'
-   ewarn ''
-   ewarn '  [1] https://github.com/digint/btrbk/issues/217'
-   ewarn '  [2] https://github.com/digint/btrbk/commit/719fb5f'
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti/, net-analyzer/cacti/files/

2021-10-17 Thread John Helmert III
commit: 8d752c75f06d85b2eeceb3770f27484ca7bd2df1
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Oct 17 20:07:19 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Oct 17 20:36:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d752c75

net-analyzer/cacti: drop 1.2.16-r1

Bug: https://bugs.gentoo.org/765022
Signed-off-by: John Helmert III  gentoo.org>

 net-analyzer/cacti/Manifest|   1 -
 net-analyzer/cacti/cacti-1.2.16-r1.ebuild  |  54 
 .../cacti/files/cacti-1.2.16-CVE-2020-35701.patch  |  29 --
 .../cacti/files/cacti-1.2.16-XSS-issue-4019.patch  | 360 -
 4 files changed, 444 deletions(-)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index 8d2399500a5..b8685c4f777 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,2 +1 @@
-DIST cacti-1.2.16.tar.gz 29197220 BLAKE2B 
19939d0ff79c895b481aeb7ffec8331d8b9c10a6b7e0dbda6532e06ef0322f21cf02f4bf53a9522e1f672dd04b343f5550e2f34f08b3af2050e1f72465cffc43
 SHA512 
fe22acf4dea8ab6ec79825d66a84ad4c43fdce2815e7327536d182bc04400ed7b1d268209bbbca8b307c4779ee5bf7369a617ec1f052d8805757c2ca9b30cc35
 DIST cacti-1.2.17.tar.gz 38344112 BLAKE2B 
e555fc99560d10e94181c38b50e6f839532fb3dc66ff688b36a7efd10c15304e7636c9b4b483763fcea751317bcb283bb2bd8f813d5759c98aed6bbf02fd256a
 SHA512 
94ae75b2494a91c536906c7bbeaa948d16c7ad96ed3a62c1eb21175f92c01787c6849960bbc791e04b3df46edbfd3cd787eb825bb423ce0814c0904edb2c915d

diff --git a/net-analyzer/cacti/cacti-1.2.16-r1.ebuild 
b/net-analyzer/cacti/cacti-1.2.16-r1.ebuild
deleted file mode 100644
index 78185ebd73d..000
--- a/net-analyzer/cacti/cacti-1.2.16-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit edos2unix webapp
-
-# Support for _p* in version.
-MY_P=${P/_p*/}
-
-DESCRIPTION="Cacti is a complete frontend to rrdtool"
-HOMEPAGE="https://www.cacti.net/;
-SRC_URI="https://www.cacti.net/downloads/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 sparc x86"
-IUSE="snmp doc"
-
-need_httpd
-
-RDEPEND="
-   dev-lang/php[cli,mysql,pdo,session,sockets,xml]
-   dev-php/adodb
-   net-analyzer/rrdtool[graph]
-   virtual/cron
-   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-CVE-2020-35701.patch"
-   "${FILESDIR}/${P}-XSS-issue-4019.patch"
-)
-
-src_compile() { :; }
-
-src_install() {
-   dodoc CHANGELOG
-   dodoc -r docs
-   mv docs .. || die
-
-   webapp_src_preinst
-
-   edos2unix `find -type f -name '*.php'`
-
-   dodir ${MY_HTDOCSDIR}
-   cp -r . "${ED}"${MY_HTDOCSDIR}
-
-   webapp_serverowned ${MY_HTDOCSDIR}/rra
-   webapp_serverowned ${MY_HTDOCSDIR}/log
-   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}

diff --git a/net-analyzer/cacti/files/cacti-1.2.16-CVE-2020-35701.patch 
b/net-analyzer/cacti/files/cacti-1.2.16-CVE-2020-35701.patch
deleted file mode 100644
index f55b7b0a40d..000
--- a/net-analyzer/cacti/files/cacti-1.2.16-CVE-2020-35701.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-https://bugs.gentoo.org/765019
-https://github.com/Cacti/cacti/commit/565e0604a53f4988dc5b544d01f4a631eaa80d82
-
-From 565e0604a53f4988dc5b544d01f4a631eaa80d82 Mon Sep 17 00:00:00 2001
-From: TheWitness 
-Date: Thu, 24 Dec 2020 10:39:50 -0500
-Subject: [PATCH] Fixing Issue #4022
-
-SQL Injection in data_debug.php
 a/data_debug.php
-+++ b/data_debug.php
-@@ -35,6 +35,8 @@
- 
- set_default_action();
- 
-+validate_request_vars();
-+
- switch (get_request_var('action')) {
-   case 'actions':
-   form_actions();
-@@ -123,8 +125,6 @@
- 
-   break;
-   default:
--  validate_request_vars();
--
-   $refresh = array(
-   'seconds' => get_request_var('refresh'),
-   'page'=> 'data_debug.php?header=false',

diff --git a/net-analyzer/cacti/files/cacti-1.2.16-XSS-issue-4019.patch 
b/net-analyzer/cacti/files/cacti-1.2.16-XSS-issue-4019.patch
deleted file mode 100644
index 1f09e572c86..000
--- a/net-analyzer/cacti/files/cacti-1.2.16-XSS-issue-4019.patch
+++ /dev/null
@@ -1,360 +0,0 @@
-https://github.com/Cacti/cacti/issues/4019
-
-From ef10fe1c340ed932dc18b6a566b21f9dd15933c2 Mon Sep 17 00:00:00 2001
-From: TheWitness 
-Date: Wed, 23 Dec 2020 16:33:27 -0500
-Subject: [PATCH] Fixing Issue #4019
-
-* In a recent audit of core Cacti code, there were a few stored XSS issues 
that can be exposed
-* Also removed a few spurious title_trims, that should no longer be a problem.
 a/automation_devices.php
-+++ b/automation_devices.php
-@@ -485,7 +485,7 @@ function draw_filter() {
-$name) {
--   

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/, x11-terms/kitty/files/

2021-10-17 Thread John Helmert III
commit: 987e94f56ebd5543cfa92c977e0974b8eed66cbb
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Oct 17 19:09:07 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Oct 17 20:36:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987e94f5

x11-terms/kitty: drop 0.19.3

Bug: https://bugs.gentoo.org/784608
Signed-off-by: John Helmert III  gentoo.org>

 x11-terms/kitty/Manifest   |   1 -
 .../kitty/files/kitty-0.16.0-remove-terminfo.patch |  14 ---
 x11-terms/kitty/files/kitty-0.17.2-flags.patch |  50 --
 x11-terms/kitty/files/kitty-0.19.1-tests.patch |  11 ---
 x11-terms/kitty/kitty-0.19.3.ebuild| 107 -
 5 files changed, 183 deletions(-)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 41c4a129750..f5db726d325 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,4 +1,3 @@
-DIST kitty-0.19.3.tar.xz 3269628 BLAKE2B 
b3b673f8ad06baf770b03bcee87b2f405e1ff09d0fa5c6a232fd8df651351a428c8fbd9e2d0dc90ed44a0d6632192bea83650388ee73ebc3b523f51e51168006
 SHA512 
d1eea7f909c9492542650a83a149fd279c44380cf10387759f10caad57cd4dbabeac1ce84e8142bfa47266ec2562dfa3766ce08e2aee4d8e0ebacea165f101e4
 DIST kitty-0.20.1.tar.xz 3449932 BLAKE2B 
aed9a250fbc7005cd67fd22bfc33de845bea7e39a5561e6957b744f03a5438945f9739ca7066a93889144a5d0289185f337ef4d487c754cba37f242030f1c46a
 SHA512 
19dfa66eb2a2115877b25fbff0ba7a81071bff00c732236f20342aeb619cca88ae4a4e8ce4e73908ac7d7d12fca5232a76e0167754f2e658af02e442cf5ba0cd
 DIST kitty-0.20.3.tar.xz 3487500 BLAKE2B 
49397ac2aef10e5fc41e351af65050ad510e58915392e6b1b8c022db31f2e5e81ac2cce645468ff213dafb609a30d43934b7388b93227fbbba5af7aa35be74e8
 SHA512 
9e9d81696bcb0d3894c04b08bc52ccf7aaf533125b3ecfb4c894b8d42dbf8511239c49f1c977d81872ce49fc6b3aa8e8c92b9c944bd31fe59fce6e3750295e58
 DIST kitty-0.21.2.tar.xz 4341440 BLAKE2B 
dd97d65ae6eb39b5676cc809d3b5ca48b0fcbbb4bb9cc1d212efeb1b5fb584f61decca9d286fdee6f4512aa4d56e08b3a19be70afa2f0155c8c1815e29fcd7ed
 SHA512 
0ae41dfd61fc70746e8ec2d37c043dea7ceb70205aca056fd156348d4b9a2f6aac520c60de08fb5a3cd9bb908efdd2ad8129bbc01b69e5908f2976e5393269df

diff --git a/x11-terms/kitty/files/kitty-0.16.0-remove-terminfo.patch 
b/x11-terms/kitty/files/kitty-0.16.0-remove-terminfo.patch
deleted file mode 100644
index 4b7352aa73b..000
--- a/x11-terms/kitty/files/kitty-0.16.0-remove-terminfo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/setup.py
-+++ b/setup.py
-@@ -837,11 +837,6 @@
- safe_makedirs(launcher_dir)
- build_launcher(args, launcher_dir, bundle_type)
- os.makedirs(os.path.join(libdir, 'logo'))
--build_terminfo = runpy.run_path('build-terminfo', run_name='import_build')
--for x in (libdir, os.path.join(ddir, 'share')):
--odir = os.path.join(x, 'terminfo')
--safe_makedirs(odir)
--build_terminfo['compile_terminfo'](odir)
- shutil.copy2('__main__.py', libdir)
- shutil.copy2('logo/kitty.rgba', os.path.join(libdir, 'logo'))
- shutil.copy2('logo/kitty.png', os.path.join(libdir, 'logo'))

diff --git a/x11-terms/kitty/files/kitty-0.17.2-flags.patch 
b/x11-terms/kitty/files/kitty-0.17.2-flags.patch
deleted file mode 100644
index 5a247679dc8..000
--- a/x11-terms/kitty/files/kitty-0.17.2-flags.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Respect user CFLAGS.
-
 a/setup.py
-+++ b/setup.py
-@@ -236,7 +236,7 @@
- if ccver >= (5, 0):
- df += ' -Og'
- float_conversion = '-Wfloat-conversion'
- fortify_source = '-D_FORTIFY_SOURCE=2'
--optimize = df if debug or sanitize else '-O3'
-+optimize = ''
- sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set()
- cppflags_ = os.environ.get(
- 'OVERRIDE_CPPFLAGS', '-D{}DEBUG'.format('' if debug else 'N'),
-@@ -217,7 +217,7 @@
- cflags = os.environ.get(
- 'OVERRIDE_CFLAGS', (
- '-Wextra {} -Wno-missing-field-initializers -Wall 
-Wstrict-prototypes -std=c11'
--' -pedantic-errors -Werror {} {} -fwrapv {} {} -pipe {} 
-fvisibility=hidden'
-+' -pedantic-errors {} {} -fwrapv {} {} {} -fvisibility=hidden'
- ).format(
- float_conversion, std,
- optimize,
-@@ -232,7 +232,7 @@
- )
- ldflags = os.environ.get(
- 'OVERRIDE_LDFLAGS',
--'-Wall ' + ' '.join(sanitize_args) + ('' if debug else ' -O3')
-+'-Wall ' + ' '.join(sanitize_args)
- )
- ldflags = shlex.split(ldflags)
- ldflags.append('-shared')
-@@ -614,7 +614,7 @@
- 
- 
- def build_launcher(args, launcher_dir='.', bundle_type='source'):
--cflags = '-Wall -Werror -fpie'.split()
-+cflags = '-Wall -fpie'.split()
- cppflags = []
- libs = []
- if args.profile or args.sanitize:
-@@ -626,8 +626,6 @@
- cflags.append('-g')
- if args.profile:
- libs.append('-lprofiler')
--else:
--cflags.append('-O3')
- if 

[gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/

2021-10-17 Thread John Helmert III
commit: 6e63630841fe7f2e7c049a42f6f22d88d8f7126e
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Oct 17 16:37:11 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Oct 17 20:36:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e636308

net-misc/rabbitmq-server: drop 3.8.14

Bug: https://bugs.gentoo.org/799416
Bug: https://bugs.gentoo.org/797217
Signed-off-by: John Helmert III  gentoo.org>

 net-misc/rabbitmq-server/Manifest  |  1 -
 .../rabbitmq-server/rabbitmq-server-3.8.14.ebuild  | 78 --
 2 files changed, 79 deletions(-)

diff --git a/net-misc/rabbitmq-server/Manifest 
b/net-misc/rabbitmq-server/Manifest
index f3e25c51dc7..2d79ff58e5c 100644
--- a/net-misc/rabbitmq-server/Manifest
+++ b/net-misc/rabbitmq-server/Manifest
@@ -1,2 +1 @@
-DIST rabbitmq-server-3.8.14.tar.xz 3187648 BLAKE2B 
53dc32a4b798e79d4c523f13e3d6edeaeabae251221875c464d4ae53fb5d80883807d615591cf8b7a9aae862b182637a2a0bbe1966025791560b3e8f6dab73f5
 SHA512 
19326fb7ce42241c22541dadd73a147d0b1e6c01d3c7748486fb1d666d76e2ba7835d2a39c200294808ef1a7af5f885fbbe8c7c2a81e561922bd6f8574e5fb91
 DIST rabbitmq-server-3.8.19.tar.xz 3263712 BLAKE2B 
3dc990d3720883fe2b6b61d48122b64c81564124f48f0a0e6aa2dc1d0837f6dce0bf174b4044c39dc0c8da64b2f78499922c58c90d7e7f80e50b80b4535f55c7
 SHA512 
05c789dc25e2f236d9643e582792c8a9ab90129247d9306e60c303fa3a707e68dcbe685460b255b6f610c8ab55d48cb7b372ea51ce1d3c86d8d770e4e4f7cfea

diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild 
b/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
deleted file mode 100644
index 44349a5e36a..000
--- a/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit python-any-r1 systemd user
-
-DESCRIPTION="RabbitMQ is a high-performance AMQP-compliant message broker 
written in Erlang"
-HOMEPAGE="https://www.rabbitmq.com/;
-SRC_URI="https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PV}/rabbitmq-server-${PV}.tar.xz;
-
-LICENSE="GPL-2 MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND=">=dev-lang/erlang-22[ssl]"
-DEPEND="${RDEPEND}
-   app-arch/zip
-   app-arch/unzip
-   app-text/docbook-xml-dtd:4.5
-   app-text/xmlto
-   >=dev-lang/elixir-1.10.0 

[gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/got/

2021-10-17 Thread Anna Vyalkova
commit: f15710a27c50acd6e0b7993d4a798240f799a35d
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Oct 17 16:32:18 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Oct 17 16:32:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f15710a2

dev-vcs/got: add 0.62

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-vcs/got/Manifest|  1 +
 dev-vcs/got/got-0.62.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-vcs/got/Manifest b/dev-vcs/got/Manifest
index f772a1b25..a9569f164 100644
--- a/dev-vcs/got/Manifest
+++ b/dev-vcs/got/Manifest
@@ -1,2 +1,3 @@
 DIST got-portable-0.60.tar.gz 664189 BLAKE2B 
2ea2c7680de2fde60d4c862ebb836c9809b686396d8ed9c250b14c5d874f393a30f97281fa601fd1e4a7a19c66d8c71f478fda7fea21f11017dbc2bea593900b
 SHA512 
9139c4187914d3ac93880a1b242e14a4d93e3982251dd6eb346911e76f51cc7f0041b45af712633a1099b727580870572c8f590432e7f51abe3c682cba47b524
 DIST got-portable-0.61.tar.gz 672888 BLAKE2B 
17a195e6717ef94c7de2ef70180a92af81fbac8a298d67db17e703045590b58bec85c276a95f3f8ad49ed47367acd9fc85afbf57d95de79adefb5f8d642b6a7c
 SHA512 
3af662be0c6279c970bf2578bdbd6ca16118af2a5ce3aa49c0243c62051e0a7fc5fd8f78cc27e063ae639929f3b69c4efc01a7642ea76abfcd60f205b9a758a0
+DIST got-portable-0.62.tar.gz 682360 BLAKE2B 
3810aea7c909863a4acb519ecbd6898ac1bf29015e8afd6e7590fae667113fff6357d64f4e806870cf4a7d202415c97f14355b82784a2b9359147f5fb225d06c
 SHA512 
e6776177705601950cd9d6472ae60110cf2a8ff8e3ae551a386d78a43743087239cdab8c33c3fb2255ba297d6b6f1da39748e2e2f5741d672c25b7ce3ce7caa1

diff --git a/dev-vcs/got/got-0.62.ebuild b/dev-vcs/got/got-0.62.ebuild
new file mode 100644
index 0..a5501db1d
--- /dev/null
+++ b/dev-vcs/got/got-0.62.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_PN="${PN}-portable"
+DESCRIPTION="Portable version of the Game of Trees version control system"
+HOMEPAGE="https://gameoftrees.org;
+SRC_URI="https://gameoftrees.org/releases/portable/${MY_PN}-${PV}.tar.gz;
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   sys-libs/ncurses:=[unicode(+)]
+   sys-libs/zlib:=
+   elibc_Darwin? ( sys-libs/native-uuid )
+   elibc_SunOS? ( sys-libs/libuuid )
+   !elibc_Darwin? ( dev-libs/libbsd )
+   !elibc_Darwin? ( !elibc_SunOS? (
+   app-crypt/libmd
+   sys-apps/util-linux
+   ) )
+"
+BDEPEND="
+   virtual/pkgconfig
+   virtual/yacc
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG CHANGES README TODO )
+
+src_compile() {
+   emake AR=$(tc-getAR) GOT_RELEASE=Yes
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: e9cac3f1d1faaf87c5efcfefb9d370ffd927aee3
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:28:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:28:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cac3f1

dev-lang/perl: Stabilize 5.34.0-r3 arm, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index 3b004451b2c..b99f084a839 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: ce471329db1bbc6bebdd9c34b7ef6338125208c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:28:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:28:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce471329

dev-lang/perl: Stabilize 5.34.0-r3 sparc, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index 3820722cc14..1ed7a865316 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: 5f3f4f4d213095ae0e33caeab9e2d2cc14e3ec52
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:29:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:29:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3f4f4d

dev-lang/perl: Stabilize 5.34.0-r3 arm64, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index b99f084a839..4f15c0a9e41 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: 2486d1b4b8de41e0fb7723c7cbb98945350897b5
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:28:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:28:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2486d1b4

dev-lang/perl: Stabilize 5.34.0-r3 hppa, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index 1ed7a865316..3b004451b2c 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: 26d163c7744b6a0074e2052a281ddacfdd00cef1
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:28:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:28:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d163c7

dev-lang/perl: Stabilize 5.34.0-r3 ppc64, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index a7970d3a686..3820722cc14 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: 839bab93e8b28dcc250aa63a53e8a326bbb50e6f
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:28:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:28:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839bab93

dev-lang/perl: Stabilize 5.34.0-r3 ppc, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index 9428eb53319..a7970d3a686 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/

2021-10-17 Thread Andreas K. Hüttel
commit: ae162e49bda0dc4bb6f368a5a1b2021ee23d0190
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 17 20:27:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 17 20:28:01 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=ae162e49

Add experimental desktop stage specs

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 releases/specs/amd64/stage3d-openrc.spec  | 10 ++
 releases/specs/amd64/stage3d-systemd.spec | 10 ++
 2 files changed, 20 insertions(+)

diff --git a/releases/specs/amd64/stage3d-openrc.spec 
b/releases/specs/amd64/stage3d-openrc.spec
new file mode 100644
index ..c154e9e2
--- /dev/null
+++ b/releases/specs/amd64/stage3d-openrc.spec
@@ -0,0 +1,10 @@
+subarch: amd64
+target: stage3
+version_stamp: desktop-openrc-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/desktop
+snapshot: @TIMESTAMP@
+source_subpath: default/stage2-amd64-openrc-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng

diff --git a/releases/specs/amd64/stage3d-systemd.spec 
b/releases/specs/amd64/stage3d-systemd.spec
new file mode 100644
index ..7209c4f7
--- /dev/null
+++ b/releases/specs/amd64/stage3d-systemd.spec
@@ -0,0 +1,10 @@
+subarch: amd64
+target: stage3
+version_stamp: desktop-systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/amd64/17.1/desktop/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage2-amd64-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: 31c6efcdfe471be5f0e7d820d124d9188e0054d9
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:26:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:26:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c6efcd

dev-lang/perl: Stabilize 5.34.0-r3 x86, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index 5edd17d4e23..9428eb53319 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/perl/

2021-10-17 Thread Sam James
commit: 702197803d1249239a1bd6dac96ac4ebe8dec388
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:26:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:26:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70219780

dev-lang/perl: Stabilize 5.34.0-r3 amd64, #802945

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

 dev-lang/perl/perl-5.34.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.34.0-r3.ebuild 
b/dev-lang/perl/perl-5.34.0-r3.ebuild
index 2c21f1c00ae..5edd17d4e23 100644
--- a/dev-lang/perl/perl-5.34.0-r3.ebuild
+++ b/dev-lang/perl/perl-5.34.0-r3.ebuild
@@ -53,7 +53,7 @@ LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SUBSLOT}"
 
 if [[ "${PV##*.}" != "" ]] && [[ "${PV/rc//}" == "${PV}" ]] ; then
-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
 
 IUSE="berkdb debug doc gdbm ithreads minimal"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/doubles/

2021-10-17 Thread Anna Vyalkova
commit: 79b550de634ced71240b255a6b1a918a86e7e145
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Oct 17 16:20:41 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Oct 17 16:24:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79b550de

dev-python/doubles: add docs and tests

Disable pypy3 because it fails too many tests.

Closes: https://bugs.gentoo.org/816600
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/doubles/doubles-1.5.3.ebuild | 57 ++---
 dev-python/doubles/metadata.xml |  2 +-
 2 files changed, 47 insertions(+), 12 deletions(-)

diff --git a/dev-python/doubles/doubles-1.5.3.ebuild 
b/dev-python/doubles/doubles-1.5.3.ebuild
index ec9295606..debde427e 100644
--- a/dev-python/doubles/doubles-1.5.3.ebuild
+++ b/dev-python/doubles/doubles-1.5.3.ebuild
@@ -3,26 +3,61 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
 DESCRIPTION="Test doubles for Python"
 HOMEPAGE="https://github.com/uber/doubles;
-SRC_URI="https://github.com/uber/doubles/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="https://github.com/uber/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~amd64"
 
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   )
-"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/nose )"
 
+DOCS=( CHANGES.rst CONTRIBUTING.rst README.rst )
+
+distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme
 distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   test/allow_test.py::TestTwice::test_fails_when_called_three_times
+   test/allow_test.py::TestOnce::test_fails_when_called_two_times
+   test/allow_test.py::TestZeroTimes::test_fails_when_called_once_times
+   test/allow_test.py::TestExactly::test_called_with_zero
+   
test/allow_test.py::TestExactly::test_fails_when_called_more_than_expected_times
+   
test/allow_test.py::TestAtMost::test_fails_when_called_more_than_at_most_times
+   
test/class_double_test.py::TestClassDouble::test_raises_when_stubbing_instance_methods
+   test/expect_test.py::TestExpect::test_with_args_validator_not_called
+   
test/expect_test.py::TestExpect::test_raises_if_an_expected_method_call_without_args_is_not_made
+   
test/expect_test.py::TestExpect::test_raises_if_an_expected_method_call_with_args_is_not_made
+   
test/expect_test.py::TestExpect::test_raises_if_an_expected_method_call_with_default_args_is_not_made
+   test/expect_test.py::TestTwice::test_fails_when_called_once
+   test/expect_test.py::TestTwice::test_fails_when_called_three_times
+   test/expect_test.py::TestOnce::test_fails_when_called_two_times
+   
test/expect_test.py::TestExactly::test_fails_when_called_less_than_expected_times
+   
test/expect_test.py::TestExactly::test_fails_when_called_more_than_expected_times
+   
test/expect_test.py::TestAtLeast::test_fails_when_called_less_than_at_least_times
+   
test/expect_test.py::TestAtMost::test_fails_when_called_more_than_at_most_times
+   test/expect_test.py::Test__call__::test_unsatisfied_expectation
+   test/expect_test.py::Test__enter__::test_unsatisfied_expectation
+   test/expect_test.py::Test__exit__::test_unsatisfied_expectation
+   
test/object_double_test.py::TestObjectDouble::test_raises_when_stubbing_nonexistent_methods
+   
test/object_double_test.py::TestObjectDouble::test_raises_when_stubbing_noncallable_attributes
+   test/pytest_test.py
+)
+
+python_prepare() {
+   # attempts to import "coverage"
+   echo "pytest_plugins = ['doubles.pytest_plugin']" > test/conftest.py || 
die
+
+   # "Distribution information not found. Run 'setup.py develop'"
+   sed "s/pkg_resources.get_distribution.*/'${PV}'/" -i 
docs/source/conf.py || die
+}
+
+python_test() {
+   epytest -p no:doubles test
+}

diff --git a/dev-python/doubles/metadata.xml b/dev-python/doubles/metadata.xml
index fd81770d2..29562d9e2 100644
--- a/dev-python/doubles/metadata.xml
+++ b/dev-python/doubles/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
   
 lssndrbarbi...@gmail.com



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/

2021-10-17 Thread Shaoyu Tseng
commit: 9cd808d3e0177e8fbe23f73958a5b310ebec211d
Author: Shaoyu Tseng  tuta  io>
AuthorDate: Sun Oct 17 16:23:15 2021 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Sun Oct 17 16:23:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cd808d3

app-misc/anki-bin: bump version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Shaoyu Tseng  tuta.io>

 app-misc/anki-bin/Manifest   | 4 ++--
 app-misc/anki-bin/{anki-bin-2.1.45.ebuild => anki-bin-2.1.48.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index 21c429148..5782bb912 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -1,3 +1,3 @@
-DIST anki-bin-2.1.45.zip 9818734 BLAKE2B 
e57089b4349bb301b61422296f99ace07de3392e40ebac509065a46187abcf032782ac710a0e4ca5f4580b6adfa74021e3097c7b1e58325827f5f7d05bca
 SHA512 
61693584126c47594d4ce31fb66d0ee1a4a8b96e680cd73ed8332633215ea6b540d68670d90e675b971ee84b3c4466c2dd1755ccef2e62a0850e3a209ee712ff
+DIST anki-bin-2.1.48.zip 9859301 BLAKE2B 
400bf592368aa55fd2588eb5309a4b9ebae89696d38eff8eff640e8edf33de4e0b534c5e7f93995e6c8635b455834f047cd5710a7891121f2e3a17e45f9b29f8
 SHA512 
98021eb7b031c6880a250015184ac668dbbd32e295bdb0cc442c7206436e0857b8b0d92ca2f4062a1d30399326868612d2302ef3ba50d26b33ec93191e526e8c
 DIST anki.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
-DIST aqt-2.1.45.zip 2180840 BLAKE2B 
1c7e49e47ab5ea84402e22b420c744b255a533fc8d7fa53476f03aa290e079261b7c29d1d1ebf925549f48769362876ebf2cc9dc227aab0e6d870ac2789a6382
 SHA512 
bc731e62219e3031559b61e546ca9856bfc9c637bbe5b983dd29f95493f8d62f995760a0ede79eb0f153f3627a8a5531a832b096025f21f8ee23f68210f31d15
+DIST aqt-2.1.48.zip 2199590 BLAKE2B 
e519d03d3145e52770dcde0f7f5ca7951740656bfbe2740a00126569b34f2c09984b47f38a2fab80bd36d763d0e1d9230b3ccbfd186fa12cb77fa186f2b49bb0
 SHA512 
851a374b91d7a4ff4ef3c53db9da969bf8e3abd4d93bc34e8240205197fb7e04f21da898c160b00e373bc84659b4f29c47ad5e14850a84ae4e73098a6aea6160

diff --git a/app-misc/anki-bin/anki-bin-2.1.45.ebuild 
b/app-misc/anki-bin/anki-bin-2.1.48.ebuild
similarity index 100%
rename from app-misc/anki-bin/anki-bin-2.1.45.ebuild
rename to app-misc/anki-bin/anki-bin-2.1.48.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: 9f9c869ef7bec3232a6146f71e480494e616b796
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:07:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:07:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9c869e

net-mail/ytnef: Stabilize 2.0 ppc, #818736

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

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 74be9d6bf52..4e26abc8162 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Yeraze/ytnef;
 SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/

2021-10-17 Thread Sam James
commit: d8b7e50cb43a61f340a075096ba6332e7ff3fc3c
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:07:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:07:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b7e50c

media-libs/exiftool: Stabilize 12.30 ppc, #803317

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

 media-libs/exiftool/exiftool-12.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/exiftool/exiftool-12.30.ebuild 
b/media-libs/exiftool/exiftool-12.30.ebuild
index b17a94f9050..760a5e8af0c 100644
--- a/media-libs/exiftool/exiftool-12.30.ebuild
+++ b/media-libs/exiftool/exiftool-12.30.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://exiftool.org/;
 SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: 23a12769771a4c3cb066df1e8ca33a1ab72dafbc
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:07:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:07:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a12769

net-mail/ytnef: Stabilize 2.0 ppc64, #818736

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

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 4e26abc8162..7dcda94aedf 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Yeraze/ytnef;
 SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/

2021-10-17 Thread Sam James
commit: 83276695a7b05763f5d5aaff01bf557aeed651c6
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:07:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:07:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83276695

media-libs/exiftool: Stabilize 12.30 ppc64, #803317

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

 media-libs/exiftool/exiftool-12.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/exiftool/exiftool-12.30.ebuild 
b/media-libs/exiftool/exiftool-12.30.ebuild
index 760a5e8af0c..70253662af2 100644
--- a/media-libs/exiftool/exiftool-12.30.ebuild
+++ b/media-libs/exiftool/exiftool-12.30.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://exiftool.org/;
 SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: net-im/webex/

2021-10-17 Thread Sam James
commit: b6e96370492060f9c6b61c213df73cd94761b7e4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:06:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:06:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e96370

net-im/webex: explicitly mark as maintainer-needed

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

 net-im/webex/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/webex/metadata.xml b/net-im/webex/metadata.xml
index 7c900b19e8e..115e9d64a66 100644
--- a/net-im/webex/metadata.xml
+++ b/net-im/webex/metadata.xml
@@ -1,4 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: ad0386464095452ca5d4c8765f7166aa8a3b127c
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad038646

net-mail/ytnef: Stabilize 2.0 x86, #818736

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

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index 46b67582798..f683b559a9c 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Yeraze/ytnef;
 SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/

2021-10-17 Thread Sam James
commit: 9f3b9c3301b539db8c1d2512763f8a966bcfb919
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3b9c33

media-libs/exiftool: Stabilize 12.30 amd64, #803317

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

 media-libs/exiftool/exiftool-12.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/exiftool/exiftool-12.30.ebuild 
b/media-libs/exiftool/exiftool-12.30.ebuild
index 2e7d07611a0..b17a94f9050 100644
--- a/media-libs/exiftool/exiftool-12.30.ebuild
+++ b/media-libs/exiftool/exiftool-12.30.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://exiftool.org/;
 SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86 ~x64-macos"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: net-mail/ytnef/

2021-10-17 Thread Sam James
commit: cbdd79b8198cba40d59670c0a4c254f538cb9877
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbdd79b8

net-mail/ytnef: Stabilize 2.0 amd64, #818736

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

 net-mail/ytnef/ytnef-2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/ytnef/ytnef-2.0.ebuild b/net-mail/ytnef/ytnef-2.0.ebuild
index f683b559a9c..74be9d6bf52 100644
--- a/net-mail/ytnef/ytnef-2.0.ebuild
+++ b/net-mail/ytnef/ytnef-2.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/Yeraze/ytnef;
 SRC_URI="https://github.com/Yeraze/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="static-libs"
 
 DEPEND="sys-devel/libtool"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/

2021-10-17 Thread Sam James
commit: 5fe362975d9fc00e3328df9dbc54358055438c9c
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe36297

x11-libs/qwt: Stabilize 5.2.3_p20210211 x86, #818655

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

 x11-libs/qwt/qwt-5.2.3_p20210211.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild 
b/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild
index 3b32f48c65c..88168d04812 100644
--- a/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild
+++ b/x11-libs/qwt/qwt-5.2.3_p20210211.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://qwt.sourceforge.io/ 
https://github.com/SciDAVis/qwt5-qt5;
 SRC_URI="https://github.com/SciDAVis/qwt5-qt5/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="qwt"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 SLOT="5"
 IUSE="designer examples"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Base/

2021-10-17 Thread Sam James
commit: e4da8aa5f9ed665a67afb18f4be974d8d264cd10
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4da8aa5

dev-perl/Test-Base: Stabilize 0.890.0 x86, #818637

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

 dev-perl/Test-Base/Test-Base-0.890.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Base/Test-Base-0.890.0.ebuild 
b/dev-perl/Test-Base/Test-Base-0.890.0.ebuild
index 2902dfbc5b1..35a43d9e6a3 100644
--- a/dev-perl/Test-Base/Test-Base-0.890.0.ebuild
+++ b/dev-perl/Test-Base/Test-Base-0.890.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Data Driven Testing Framework"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-perl/Filter



[gentoo-commits] repo/gentoo:master commit in: www-client/lynx/

2021-10-17 Thread Sam James
commit: 8f9e71af5c9166b8c4844165e00dc2488d0931c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9e71af

www-client/lynx: Stabilize 2.9.0_pre9 x86, #813252

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

 www-client/lynx/lynx-2.9.0_pre9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/lynx/lynx-2.9.0_pre9.ebuild 
b/www-client/lynx/lynx-2.9.0_pre9.ebuild
index 4a12bffd9e8..e16c6cb6cc9 100644
--- a/www-client/lynx/lynx-2.9.0_pre9.ebuild
+++ b/www-client/lynx/lynx-2.9.0_pre9.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 cjk gnutls idn nls ssl"
 
 RDEPEND="sys-libs/ncurses:=[unicode(+)]



[gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/

2021-10-17 Thread Sam James
commit: 10c699449cc970afd5a64c0b6d8f0d5fa5c3719c
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c69944

sci-libs/netcdf-cxx: Stabilize 4.3.1 x86, #818643

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

 sci-libs/netcdf-cxx/netcdf-cxx-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.1.ebuild 
b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.1.ebuild
index 96052a5b6c5..47e1c0f9bb2 100644
--- a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.1.ebuild
+++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="UCAR-Unidata"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 # 6 out of 9 fail, reported upstream
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/

2021-10-17 Thread Sam James
commit: cd851de04c6a82385d451624da4b6f4309ff54b6
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd851de0

media-libs/exiftool: Stabilize 12.30 x86, #803317

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

 media-libs/exiftool/exiftool-12.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/exiftool/exiftool-12.30.ebuild 
b/media-libs/exiftool/exiftool-12.30.ebuild
index 48300e4ce1a..2e7d07611a0 100644
--- a/media-libs/exiftool/exiftool-12.30.ebuild
+++ b/media-libs/exiftool/exiftool-12.30.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://exiftool.org/;
 SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86 ~x64-macos"
 IUSE="doc"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/patron/

2021-10-17 Thread Sam James
commit: 75e34ada2d2f4d3b2772b4f00b96ed69241d6226
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:02:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e34ada

dev-ruby/patron: Stabilize 0.13.3-r1 x86, #818568

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

 dev-ruby/patron/patron-0.13.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/patron/patron-0.13.3-r1.ebuild 
b/dev-ruby/patron/patron-0.13.3-r1.ebuild
index 508eb953b94..34cc1db8c6d 100644
--- a/dev-ruby/patron/patron-0.13.3-r1.ebuild
+++ b/dev-ruby/patron/patron-0.13.3-r1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://toland.github.com/patron/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND+=" net-misc/curl"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/

2021-10-17 Thread Sam James
commit: 5fc9b4b85e24a79a4033c2470803886734a21fec
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:02:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc9b4b8

net-wireless/iwd: Stabilize 1.18 x86, #818463

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

 net-wireless/iwd/iwd-1.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/iwd/iwd-1.18.ebuild b/net-wireless/iwd/iwd-1.18.ebuild
index 99256afb3e2..f0d26db2fde 100644
--- a/net-wireless/iwd/iwd-1.18.ebuild
+++ b/net-wireless/iwd/iwd-1.18.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]]; then
ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else
SRC_URI="https://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
MYRST2MAN="RST2MAN=:"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/ell/

2021-10-17 Thread Sam James
commit: 021bc3b6adefc69e353368a7510e8150745c6593
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:02:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021bc3b6

dev-libs/ell: Stabilize 0.44 x86, #818463

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

 dev-libs/ell/ell-0.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/ell/ell-0.44.ebuild b/dev-libs/ell/ell-0.44.ebuild
index 81397eeda9f..eeb870be58a 100644
--- a/dev-libs/ell/ell-0.44.ebuild
+++ b/dev-libs/ell/ell-0.44.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git;
 else

SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~sparc x86"
 fi
 LICENSE="LGPL-2.1"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-editors/fe/

2021-10-17 Thread Sam James
commit: 3b985490d65edcc75d3bd7eec5735177de1a4092
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b985490

app-editors/fe: Stabilize 2.0-r1 x86, #818610

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

 app-editors/fe/fe-2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild
index e8d40669e74..90e47d9c22e 100644
--- a/app-editors/fe/fe-2.0-r1.ebuild
+++ b/app-editors/fe/fe-2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="sendmail"
 
 RDEPEND="sys-libs/ncurses:0=



[gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/

2021-10-17 Thread Sam James
commit: 7a63eee5c644d1658b9d1926a920ab71c929d41f
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 17 20:03:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 17 20:04:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a63eee5

dev-perl/SQL-Statement: Stabilize 1.414.0 x86, #818631

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

 dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild 
b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
index 2853d0fe00a..1dc860854bc 100644
--- a/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
+++ b/dev-perl/SQL-Statement/SQL-Statement-1.414.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Small SQL parser and engine"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-OpenSSH/

2021-10-17 Thread Andreas K. Hüttel
commit: efb9ed7a41957884384711726bc4c5e0eed14c90
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 17 20:03:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 17 20:04:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb9ed7a

dev-perl/Net-OpenSSH: Fix name of examples dir

Closes: https://bugs.gentoo.org/808579
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Net-OpenSSH/Net-OpenSSH-0.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-OpenSSH/Net-OpenSSH-0.800.0.ebuild 
b/dev-perl/Net-OpenSSH/Net-OpenSSH-0.800.0.ebuild
index d7901b84df8..eec187f25b3 100644
--- a/dev-perl/Net-OpenSSH/Net-OpenSSH-0.800.0.ebuild
+++ b/dev-perl/Net-OpenSSH/Net-OpenSSH-0.800.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DIST_AUTHOR=SALVA
 DIST_VERSION=0.80
-DIST_EXAMPLES=("sample/*")
+DIST_EXAMPLES=("examples/*")
 inherit perl-module
 
 DESCRIPTION="Net::OpenSSH, Perl wrapper for OpenSSH secure shell client"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/gnome2-canvas/

2021-10-17 Thread Andreas K. Hüttel
commit: 2de4341c55e4ac8e7ab50e271fdc943dc943e377
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 17 20:01:20 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 17 20:04:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de4341c

dev-perl/gnome2-canvas: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/gnome2-canvas/Manifest|  1 -
 .../gnome2-canvas/gnome2-canvas-1.2.0-r2.ebuild| 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/gnome2-canvas/Manifest b/dev-perl/gnome2-canvas/Manifest
index b33f2433985..0e1a1a2606d 100644
--- a/dev-perl/gnome2-canvas/Manifest
+++ b/dev-perl/gnome2-canvas/Manifest
@@ -1,2 +1 @@
-DIST Gnome2-Canvas-1.002.tar.gz 62040 BLAKE2B 
a172b5b23eee3016fa955aabefe715127f5797d6626f37dd59fea14f51d52cf672b9f13413f7b64098d83dc5858f6a9d8fd27c5b3165988063907cbeaf4dd178
 SHA512 
9ad7e5b5a29b1b90cecca56c63165b92ad607a6f6e260810c597081a77a282910e85d372271d2f4e299e8e0728b79733f39439e3927237a92b16251d7004db89
 DIST Gnome2-Canvas-1.006.tar.gz 63156 BLAKE2B 
da080e18b75ae275f32dc61421a1d069456ea79c362616d47f4a89e5efe64a9a196f6a7ae5e547d2fc2c40d358adf2ddf8385a4f57ba6264754f5d5e7b95439e
 SHA512 
1de13983f6e64880ebf202ecc6017414882e5f30da2f4de64534bbc9b06c846e60b07a8f61157c547093edc748a5b0d1cd44562401e8cec0d7f429fb5c5e754b

diff --git a/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r2.ebuild 
b/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r2.ebuild
deleted file mode 100644
index bd76c78bb5b..000
--- a/dev-perl/gnome2-canvas/gnome2-canvas-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=Gnome2-Canvas
-DIST_AUTHOR=TSCH
-DIST_VERSION=1.002
-DIST_EXAMPLES=( "canvas_demo/*" )
-inherit perl-module virtualx
-
-DESCRIPTION="Perl interface to the Gnome Canvas"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-   >=gnome-base/libgnomecanvas-2
-   >=dev-perl/glib-perl-1.040
-   >=dev-perl/Gtk2-1.040"
-DEPEND="${RDEPEND}
-   >=dev-perl/ExtUtils-PkgConfig-1.03
-   >=dev-perl/ExtUtils-Depends-0.202
-   virtual/pkgconfig"
-
-src_test() {
-   virtx perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-Maketext-Lexicon/

2021-10-17 Thread Andreas K. Hüttel
commit: 7f5d49448ec9bd22e7a911be1c4c9b4b49f24d4c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 17 19:57:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 17 20:04:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5d4944

dev-perl/Locale-Maketext-Lexicon: Run tests sequentially

Closes: https://bugs.gentoo.org/737328
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild| 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild 
b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
index 8f241d77d75..742e8abbd7d 100644
--- a/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
+++ b/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0-r1.ebuild
@@ -24,3 +24,6 @@ BDEPEND="${RDEPEND}
 "
 
 PERL_RM_FILES=( t/91-pod_test.t t/release-pod-syntax.t t/release-eol.t )
+
+# parallel testing is broken
+DIST_TEST=do



[gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/

2021-10-17 Thread Andreas K. Hüttel
commit: 2726c069570ec3b123c107d201581652116c6ab8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 17 19:34:18 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 17 20:03:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2726c069

media-gfx/slic3r: add Module-Build dependency

Closes: https://bugs.gentoo.org/817944
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-gfx/slic3r/slic3r-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-gfx/slic3r/slic3r-.ebuild 
b/media-gfx/slic3r/slic3r-.ebuild
index 16f8d66dac3..3d418fb61e1 100644
--- a/media-gfx/slic3r/slic3r-.ebuild
+++ b/media-gfx/slic3r/slic3r-.ebuild
@@ -69,6 +69,9 @@ DEPEND="
virtual/perl-Test-Simple
)
 "
+BDEPEND="${DEPEND}
+   dev-perl/Module-Build
+"
 
 PERL_S="${S}/xs"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/

2021-10-17 Thread Andreas K. Hüttel
commit: f8c63e665bd1e31f00dea96a965783989ab5b504
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 17 19:53:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 17 20:03:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c63e66

media-libs/exiftool: Version bump 12.33

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-12.33.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 46dc8b31def..74084b59fbb 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1,2 +1,3 @@
 DIST Image-ExifTool-12.26.tar.gz 4933296 BLAKE2B 
e45683243b82f8276aee498d52a88d5b34eaf8b28aebdd631f70e30bb91ceb52224dc994ed189b914f024be4eb471b07bf9f1d860d96af2ab211e482b9ea194e
 SHA512 
15bbff738e151d3ed5c77a17c99ded6cc3da2050fe7df94c42aea544aa31d7f539d70d07fd5336ae018af05b7f168712f1367046d8004861fce58442c03f82bd
 DIST Image-ExifTool-12.30.tar.gz 4948601 BLAKE2B 
359c06dc5d4f71e186d7a265488cb16e47e40438d8a0e2d4e74f75b6aac7efd1c5b3271a158cb8b822eace5f6b437d5d39458c31ae8e6e886e93f2e643f8c9a9
 SHA512 
2966854d8fd163fd5aaaca5608eeab2a3f0681fe9e22e006840acacd2ff2aaecd6076bcec23989facb7baf64aa96425ad7eeceb4045da44004421b8f10050935
+DIST Image-ExifTool-12.33.tar.gz 4958375 BLAKE2B 
699529e71e87cf2a5b4d1a69049f48b7b00ce8e720918cb25c2f2b35453fd44c580444bca2ff14d6cef76de99568b2e22b98ea87f45e550d69b40dda464831fe
 SHA512 
7d6bb1942597535cc982e77397b4dc2edee3f361338f82cf2b5f24fd7fa94c148312b125d1d4f37c8dd303eed45173a805eb79ba61a6e74205e21c52f7561d90

diff --git a/media-libs/exiftool/exiftool-12.33.ebuild 
b/media-libs/exiftool/exiftool-12.33.ebuild
new file mode 100644
index 000..b40b4ece01c
--- /dev/null
+++ b/media-libs/exiftool/exiftool-12.33.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="https://exiftool.org/;
+SRC_URI="https://exiftool.org/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+
+   insinto /usr/share/${PN}
+   doins -r fmt_files config_files arg_files
+}



  1   2   3   4   5   >