[gentoo-commits] proj/locale-gen:master commit in: /

2021-09-26 Thread Mike Frysinger
commit: 7e7ec15d2c96b8b13923b470b4f5f31a993ab756
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Sep 27 05:38:10 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Sep 27 05:38:10 2021 +
URL:https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=7e7ec15d

omit more spam when in quiet mode

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

 locale-gen | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/locale-gen b/locale-gen
index 264cd23..d313c23 100755
--- a/locale-gen
+++ b/locale-gen
@@ -379,7 +379,7 @@ einfo "Generation complete"
 if ${LOCALE_ARCHIVE} && [[ -z ${JUST_LIST} ]] ; then
# need to check that at least one locale has to be added
if [[ $(echo "${LOCALEDIR}"/*/) != "${LOCALEDIR}"'/*/' ]] ; then
-   ebegin "Adding locales to archive"
+   [[ ${QUIET} -eq 0 ]] && ebegin "Adding locales to archive"
# The pattern ends with / on purpose: we don't care about files 
(like
# locale-archive) in the locale subdir, and we definitely don't 
want to
# delete them!
@@ -416,7 +416,7 @@ if ${LOCALE_ARCHIVE} && [[ -z ${JUST_LIST} ]] ; then
exit ${ret}
)
done
-   eend $ret
+   [[ ${QUIET} -eq 0 ]] && eend ${ret}
elif [[ ${QUIET} -eq 0 ]] ; then
einfo "No locales are to be added to the archive."
fi



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

2021-09-26 Thread Hans de Graaff
commit: 45c62a524878c1531d7c71beba9c5454abe07eab
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 27 05:13:08 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 27 05:13:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c62a52

dev-ruby/rack-cache: add 1.13.0

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

 dev-ruby/rack-cache/Manifest |  1 +
 dev-ruby/rack-cache/rack-cache-1.13.0.ebuild | 46 
 2 files changed, 47 insertions(+)

diff --git a/dev-ruby/rack-cache/Manifest b/dev-ruby/rack-cache/Manifest
index 869a3e65de3..8a65f76f846 100644
--- a/dev-ruby/rack-cache/Manifest
+++ b/dev-ruby/rack-cache/Manifest
@@ -1,2 +1,3 @@
 DIST rack-cache-1.12.0.tar.gz 262794 BLAKE2B 
63668875cbfba5a6012f43fcfb504e99e357301b8c4b26bfd007b6d22fd9cd3d2f40b096505f9b9523c49ca2a7c980fa15c95187284a339604ca8acadfad374b
 SHA512 
67101c2fec86db94d177c4cc476a17e5bda51d222ac8530fe6cdef8fb196b3b7ffe301003abbc14430c4f4068da0627ffcdd498fd79faebd190571bfbaec3ab5
 DIST rack-cache-1.12.1.tar.gz 262878 BLAKE2B 
c287c547496f0c4659f16cf45aa4c562cfccc5d6ba9e71a10a6507346797bba7d9d1e287ef1fe3d8c6bb6e8ef148d6c24d90e92db1ae53ea2f7d1ee91e3fd148
 SHA512 
f850facb28f302db819b6d67fd86e0dd18ae8f5d132044582bbcd6792b287c7d4a29219a47e708b5047fb373b5857632597d9743b4ba530b1258d29924ca4cf9
+DIST rack-cache-1.13.0.tar.gz 262945 BLAKE2B 
ea0dafe105c8c1e10815c39b928c5a86bf77a0cf3a31f085169028cb6333db761138fb85b7f5da6c3374e749e898d97622994ad3a7b4972befbd46d31e3b
 SHA512 
049302994663703ea593e01194e1c5c3b95afc889e628906e65302dd1fe64fc280bac9d26855db2fc7af1e287201a47c7f6a52329a3151b3efc775c0585d837c

diff --git a/dev-ruby/rack-cache/rack-cache-1.13.0.ebuild 
b/dev-ruby/rack-cache/rack-cache-1.13.0.ebuild
new file mode 100644
index 000..d55a9fd4627
--- /dev/null
+++ b/dev-ruby/rack-cache/rack-cache-1.13.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+# no documentation is generable, it needs hanna, which is broken
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_TASK_TEST="none"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*"
+
+RUBY_FAKEGEM_GEMSPEC="rack-cache.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Enable HTTP caching for Rack-based applications that produce 
freshness info"
+HOMEPAGE="https://github.com/rtomayko/rack-cache;
+SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/rack:*"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/maxitest-3.4.0
+   >=dev-ruby/minitest-5.7.0:5
+   >=dev-ruby/mocha-0.13.0 )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' \
+   test/test_helper.rb || die
+}
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/bundler/ s:^:#:' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -I.:lib:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}



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

2021-09-26 Thread Hans de Graaff
commit: 26dabcb14735fc059ff42e80bd2b030b133b1ee9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Sep 27 05:13:55 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Sep 27 05:13:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26dabcb1

dev-ruby/rack-cache: amd64 stable

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

 dev-ruby/rack-cache/rack-cache-1.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rack-cache/rack-cache-1.12.1.ebuild 
b/dev-ruby/rack-cache/rack-cache-1.12.1.ebuild
index 096eef9e410..bed74014d5d 100644
--- a/dev-ruby/rack-cache/rack-cache-1.12.1.ebuild
+++ b/dev-ruby/rack-cache/rack-cache-1.12.1.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://github.com/rtomayko/rack-cache/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rack:*"



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

2021-09-26 Thread Sam James
commit: d81b6676077ec60d083d0cc28df4c8f800a67fd0
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81b6676

dev-ruby/tty-screen: Stabilize 0.8.1 amd64, #812425

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

 dev-ruby/tty-screen/tty-screen-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild 
b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
index f69665e8383..14a4e759c10 100644
--- a/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
+++ b/dev-ruby/tty-screen/tty-screen-0.8.1.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-screen/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 PATCHES=( "${FILESDIR}/${P}-ioctl-test.patch" )



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

2021-09-26 Thread Sam James
commit: 53f69b9f57f47b507e187cdd418db7bade1c747e
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f69b9f

dev-ruby/tty-prompt: Stabilize 0.23.1 amd64, #812425

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

 dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild 
b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
index 1e908885132..2c855c1bce8 100644
--- a/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
+++ b/dev-ruby/tty-prompt/tty-prompt-0.23.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-prompt/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-09-26 Thread Sam James
commit: 67d187bff09b524f3f2a4a64acc801f85b349702
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d187bf

dev-ruby/wisper: Stabilize 2.0.1 amd64, #812425

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

 dev-ruby/wisper/wisper-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/wisper/wisper-2.0.1.ebuild 
b/dev-ruby/wisper/wisper-2.0.1.ebuild
index 7cd053cb7ca..2c32dfb28df 100644
--- a/dev-ruby/wisper/wisper-2.0.1.ebuild
+++ b/dev-ruby/wisper/wisper-2.0.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/krisleech/wisper;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-09-26 Thread Sam James
commit: cec39c491477dd0dcdad252fe366fbd91fcd69e8
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec39c49

dev-ruby/tty-editor: Stabilize 0.7.0 amd64, #812425

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

 dev-ruby/tty-editor/tty-editor-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild 
b/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
index 823b812203f..b87eb7c22a6 100644
--- a/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
+++ b/dev-ruby/tty-editor/tty-editor-0.7.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/piotrmurach/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 
 ruby_add_rdepend ">=dev-ruby/tty-prompt-0.22"
 



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

2021-09-26 Thread Sam James
commit: 3610e6b50b902f25c793f92ba20b620f8c03df83
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3610e6b5

dev-ruby/tty-reader: Stabilize 0.9.0 amd64, #812425

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

 dev-ruby/tty-reader/tty-reader-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild 
b/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild
index bc67dcf576f..326f0d7163f 100644
--- a/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild
+++ b/dev-ruby/tty-reader/tty-reader-0.9.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-reader/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



[gentoo-commits] repo/gentoo:master commit in: app-text/htmltidy/

2021-09-26 Thread Sam James
commit: 4a28cd1553112a3602c63c3aa45a4ca178be3a5c
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a28cd15

app-text/htmltidy: Stabilize 5.8.0-r1 amd64, #812425

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

 app-text/htmltidy/htmltidy-5.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild 
b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild
index 0989f564ad9..972050738a1 100644
--- a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild
+++ b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/htacg/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P
 
 LICENSE="BSD"
 SLOT="0/58" # subslot is SOVERSION
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="deprecated test"
 
 RESTRICT="!test? ( test )"



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

2021-09-26 Thread Sam James
commit: a5db6f88d9ecb123585d40ae2f1893a1c06c6508
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5db6f88

dev-ruby/tty-color: Stabilize 0.6.0 amd64, #812425

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

 dev-ruby/tty-color/tty-color-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-color/tty-color-0.6.0.ebuild 
b/dev-ruby/tty-color/tty-color-0.6.0.ebuild
index 0c16e59453d..a28299e6386 100644
--- a/dev-ruby/tty-color/tty-color-0.6.0.ebuild
+++ b/dev-ruby/tty-color/tty-color-0.6.0.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-color/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-09-26 Thread Sam James
commit: a649090959e68ed5159b4ff3a7c53aadb8473d86
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6490909

dev-ruby/pastel: Stabilize 0.8.0 amd64, #812425

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

 dev-ruby/pastel/pastel-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/pastel/pastel-0.8.0.ebuild 
b/dev-ruby/pastel/pastel-0.8.0.ebuild
index 9b7f000b59d..91d40df6842 100644
--- a/dev-ruby/pastel/pastel-0.8.0.ebuild
+++ b/dev-ruby/pastel/pastel-0.8.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/piotrmurach/pastel/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 ruby_add_rdepend "



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

2021-09-26 Thread Sam James
commit: 79d005e1c144744222137de01fa8ef81f564666b
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 05:07:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 05:07:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d005e1

dev-ruby/tty-cursor: Stabilize 0.7.1 amd64, #812425

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

 dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild 
b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
index e15b775b761..fa2f0e21e8f 100644
--- a/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
+++ b/dev-ruby/tty-cursor/tty-cursor-0.7.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/piotrmurach/tty-cursor/archive/v${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~riscv ~sparc"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: net-misc/chrome-remote-desktop/

2021-09-26 Thread Mike Frysinger
commit: a12d250554ab49750818f84fcae2b9344337f31c
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Sep 27 05:01:06 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Sep 27 05:01:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12d2505

net-misc/chrome-remote-desktop: version bump to 94.0.4606.27

Closes: https://bugs.gentoo.org/814779
Signed-off-by: Mike Frysinger  gentoo.org>

 net-misc/chrome-remote-desktop/Manifest | 2 +-
 ...op-93.0.4577.16.ebuild => chrome-remote-desktop-94.0.4606.27.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/chrome-remote-desktop/Manifest 
b/net-misc/chrome-remote-desktop/Manifest
index c01c4d25ce8..ff6a5242eb2 100644
--- a/net-misc/chrome-remote-desktop/Manifest
+++ b/net-misc/chrome-remote-desktop/Manifest
@@ -1 +1 @@
-DIST chrome-remote-desktop_93.0.4577.16_amd64.deb 34074424 BLAKE2B 
327dddfa0542c111d0ea88568f6b48d0b19a60b945f92cb07280b4d6727176b7dc4a85fd4ed67048f04b49ae1e3358fb6c48c8c170bd7b957ccc8b6dbf96511f
 SHA512 
c46dd3f512531d06b149624f5a8d8314228695584937ab3256c83fb18fcafaa50613336b5679b4e105f27ae84c3f576ed12aa918c57d8309b6f4e05a78b2e4ea
+DIST chrome-remote-desktop_94.0.4606.27_amd64.deb 56546400 BLAKE2B 
20d2920b5090f44ffd2b5843e2e08e8073eaec32e30da03f904a73ebaf9ba80b6b08c3e23af4963bbc8d42611b264b65874c61f2ded386de524431cea01c95a7
 SHA512 
5a322a83fa4ebefa5597e87ff99b46c630f1386563f43ebdd1e891e880be06bf2974bbbe09b62bdb84778c5e5b71e4d0c31e76eab1985aba58404a43fbecd8f7

diff --git 
a/net-misc/chrome-remote-desktop/chrome-remote-desktop-93.0.4577.16.ebuild 
b/net-misc/chrome-remote-desktop/chrome-remote-desktop-94.0.4606.27.ebuild
similarity index 100%
rename from 
net-misc/chrome-remote-desktop/chrome-remote-desktop-93.0.4577.16.ebuild
rename to 
net-misc/chrome-remote-desktop/chrome-remote-desktop-94.0.4606.27.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/

2021-09-26 Thread Zac Medico
commit: cf83dcd2d194933d001cfd1f973ae7b77b23f804
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 27 04:53:52 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 27 04:53:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf83dcd2

dev-db/etcd: Remove older 3.4.x versions

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

 dev-db/etcd/Manifest   |  2 -
 dev-db/etcd/etcd-3.4.10.ebuild | 86 --
 dev-db/etcd/etcd-3.4.11.ebuild | 86 --
 3 files changed, 174 deletions(-)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index db0a8836982..1ccdaa97e70 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -1,8 +1,6 @@
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 DIST etcd-3.3.23.tar.gz 6526967 BLAKE2B 
b29cc691a45021ffb2bbf9528d66e2a4384bdf21bf8865a1062d38535e8823a7726790e4d1d5f7b1a9362a730668d2ea579422619c9e29837c290f8fd7edaea7
 SHA512 
28b689092b342f5d7b211b122f6fc22dcd62c54eec70d4108b5f933851cd145bdf26097927e70b6596af918c583ad3a4bd28acc4c0e93d7f67011789d66dc94b
 DIST etcd-3.3.24.tar.gz 6518759 BLAKE2B 
bff713b5f754e6ed86f4265be7691f5cf6ad0bc1576ef15a4364b34dda827bef4390024d7a9bb032907dc8a95d8d3884e9f2ddf5a37b3b7e4ab476a13e61b8ac
 SHA512 
a3825a1d6ec886a5f30317929bafc1f5b2657f374a4cb7a0348786a7c4f6b073197b2bdeb4d725e78cf5c99cead3e38dbf468ea023b3e7689bdce857466a72d3
-DIST etcd-3.4.10.tar.gz 8954911 BLAKE2B 
ce800d9db0afdbeab5177b8138e494997a1df024acfa137a7138c6e205c26881c06544e8f7a6fd372382fce2eca5f73cb5139a3878339f1182703619cfae
 SHA512 
104bfce8df4704caafc45b731bb440060be1d802a42642f33cc6c2ad11b7f94c237c1b8a47c38d1e109b71b31cc6cd8a666796fe2dbc925722fee1c2c4da
-DIST etcd-3.4.11.tar.gz 8957210 BLAKE2B 
d8cc647bb4441222d6331bcb89f7a007e830d2d95d38fdff978f44f21b0266184fb6ba328d36a6d5996e9a4c2de4c86088714283ff24df4a8d66d75d0b35cb62
 SHA512 
c12bf650028755ff38f5624b507f95523279573a4aa1097438a7182afa949a63f2dc06d4223e52607bdff14a8653b570c05d814310ccfd3bacc5a57b286a8c7e
 DIST etcd-3.4.14.tar.gz 9182134 BLAKE2B 
9723b275816423be92cf24ff39f84a69362e30aaccd879edbde75e1cf8e9d6f35e503118bb9a6182f46b566c6fcd56546bbf00c2532837de2d64e9ebabfda8b6
 SHA512 
61262b921104f4626131f9722a127debe7b1daac09a90fcb55fb044312b771024e913eb657ea0c59a64b493f66a07f828bcc109afadbd4cc5981034a778f3958
 DIST etcd-3.4.16.tar.gz 8853228 BLAKE2B 
576d3f038f6e9e3eadaa9ba3935f8372271e9fd2cfb8ab193ce16ee57a55419daad4d8496f6ad27dcb833566e6eb077052422e1c86053d176a86b4305c8cc525
 SHA512 
3f413debe8bd723a00a3e39db05f6dbf414b7dc02f40f07d3037445c63b31c7bd8adaf77152ae01aa6aae3966f65393c5c8e352bbc2b86d01e5e2dd979c1c2e1
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146

diff --git a/dev-db/etcd/etcd-3.4.10.ebuild b/dev-db/etcd/etcd-3.4.10.ebuild
deleted file mode 100644
index 052158ea52e..000
--- a/dev-db/etcd/etcd-3.4.10.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd tmpfiles
-GIT_COMMIT=18dfb9cca
-MY_PV="${PV/_rc/-rc.}"
-
-DESCRIPTION="Highly-available key value store for shared configuration and 
service discovery"
-HOMEPAGE="https://github.com/etcd-io/etcd;
-SRC_URI="https://github.com/etcd-io/etcd/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc +server"
-
-COMMON_DEPEND="server? (
-   acct-group/etcd
-   acct-user/etcd
-   )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   !dev-db/etcdctl"
-
-# Tests fail with this error:
-# fatal error: checkptr: unsafe pointer conversion
-RESTRICT="test"
-
-src_prepare() {
-   export GO_BUILD_FLAGS="-mod=vendor -v -x"
-   default
-   sed -e "s|GIT_SHA=.*|GIT_SHA=${GIT_COMMIT}|"\
-   -i "${S}"/build || die
-   sed -e 's:\(for p in \)shellcheck :\1 :' \
-   -e 's:^ gofmt \\$:\\:' \
-   -e 's:^ govet \\$:\\:' \
-   -e 's:^ govet_shadow \\$:\\:' \
-   -i "${S}"/test || die
-
-   sed -e 
"s|GO_BUILD_FLAGS=\"[^\"]*\"|GO_BUILD_FLAGS=\"${GO_BUILD_FLAGS}\"|" \
-   -e "s|go test |go test ${GO_BUILD_FLAGS} |" \
-   -i ./test || die
-
-   mkdir -p vendor/github.com/coreos || die
-  

[gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/

2021-09-26 Thread Zac Medico
commit: b6ce2b724fca31f99aebda7c70938b8ca7a27529
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 27 04:44:12 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 27 04:49:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ce2b72

dev-db/etcd: 3.4.16 bump

Bug: https://bugs.gentoo.org/811432
Bug: https://bugs.gentoo.org/812782
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 dev-db/etcd/Manifest   |  17 +++
 dev-db/etcd/etcd-3.4.16.ebuild | 301 +
 2 files changed, 318 insertions(+)

diff --git a/dev-db/etcd/Manifest b/dev-db/etcd/Manifest
index bc7dfbd0c69..db0a8836982 100644
--- a/dev-db/etcd/Manifest
+++ b/dev-db/etcd/Manifest
@@ -4,6 +4,7 @@ DIST etcd-3.3.24.tar.gz 6518759 BLAKE2B 
bff713b5f754e6ed86f4265be7691f5cf6ad0bc1
 DIST etcd-3.4.10.tar.gz 8954911 BLAKE2B 
ce800d9db0afdbeab5177b8138e494997a1df024acfa137a7138c6e205c26881c06544e8f7a6fd372382fce2eca5f73cb5139a3878339f1182703619cfae
 SHA512 
104bfce8df4704caafc45b731bb440060be1d802a42642f33cc6c2ad11b7f94c237c1b8a47c38d1e109b71b31cc6cd8a666796fe2dbc925722fee1c2c4da
 DIST etcd-3.4.11.tar.gz 8957210 BLAKE2B 
d8cc647bb4441222d6331bcb89f7a007e830d2d95d38fdff978f44f21b0266184fb6ba328d36a6d5996e9a4c2de4c86088714283ff24df4a8d66d75d0b35cb62
 SHA512 
c12bf650028755ff38f5624b507f95523279573a4aa1097438a7182afa949a63f2dc06d4223e52607bdff14a8653b570c05d814310ccfd3bacc5a57b286a8c7e
 DIST etcd-3.4.14.tar.gz 9182134 BLAKE2B 
9723b275816423be92cf24ff39f84a69362e30aaccd879edbde75e1cf8e9d6f35e503118bb9a6182f46b566c6fcd56546bbf00c2532837de2d64e9ebabfda8b6
 SHA512 
61262b921104f4626131f9722a127debe7b1daac09a90fcb55fb044312b771024e913eb657ea0c59a64b493f66a07f828bcc109afadbd4cc5981034a778f3958
+DIST etcd-3.4.16.tar.gz 8853228 BLAKE2B 
576d3f038f6e9e3eadaa9ba3935f8372271e9fd2cfb8ab193ce16ee57a55419daad4d8496f6ad27dcb833566e6eb077052422e1c86053d176a86b4305c8cc525
 SHA512 
3f413debe8bd723a00a3e39db05f6dbf414b7dc02f40f07d3037445c63b31c7bd8adaf77152ae01aa6aae3966f65393c5c8e352bbc2b86d01e5e2dd979c1c2e1
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST 
github.com%2Falecthomas%2Ftemplate%2F@v%2Fv0.0.0-20160405071501-a0175ee3bccc.mod
 38 BLAKE2B 
2e1a897393e3527f0f82e6ab9baf62558d9cf54b56ada5d79aa1b206128de30395d9082bc600c4aa2a17e81095e429cc5874de950478545319ea0b867de7
 SHA512 
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
 DIST 
github.com%2Falecthomas%2Funits%2F@v%2Fv0.0.0-20151022065526-2efee857e7cf.mod 
35 BLAKE2B 
873b4b9c8491117a0b99bcc183ae96fc7e392c68d7271b73b5d7876574a5c7d67580425b35445ff2fff326c5cc7f328326d5d11946699c213cb2b84e8a9a0aad
 SHA512 
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
@@ -23,6 +24,8 @@ DIST 
github.com%2Fcoreos%2Fgo-systemd%2F@v%2Fv0.0.0-20180511133405-39ca1b05acc7.
 DIST 
github.com%2Fcoreos%2Fgo-systemd%2F@v%2Fv0.0.0-20180511133405-39ca1b05acc7.zip 
104092 BLAKE2B 
34bd76adab656f40017de5168f2fa1e0f3eb524c3ad9996b7354de8212c54acdc7b0ac7b99c69b71824d9ac9cc263aefe8220daee7b86d96d8b7f323fa6cc9c9
 SHA512 
4ffb6845abd0ea7cb6ca96a3c306b76b59a049f63dc61e38d5cca6e16e7e82c38ca04b5213230aed92d85b89da76864039fb1706ed15af83e8301c4245498322
 DIST github.com%2Fcoreos%2Fpkg%2F@v%2Fv0.0.0-20160727233714-3ac0863d7acf.mod 
29 BLAKE2B 
db9b03b0adf02e3b379eb06d67988a60f2e2034d1217e56b40ebafc1262cb4803500b73a3e697a5a73418615c84310bd7f7aeca6db56f6ddbcf6c044cce0e9f3
 SHA512 
ea629c85891049bdff24f75a4dbce34f048a9627fc126b44f497b3ae65602045ca4fe0856e1b3d7ba050bb867226b90c25912565867c696bc370697341681c33
 DIST github.com%2Fcoreos%2Fpkg%2F@v%2Fv0.0.0-20160727233714-3ac0863d7acf.zip 
56040 BLAKE2B 
371b6a37ef8bc88baf94d2a0b95d59454b399c862107cb8b1b30af5cdccc9fff1ee5e400e19d362d0c89203f2c8044316bf853322e05312b5c7a2ce961cd90bf
 SHA512 
2c709a194dcab81cae05040cdef59a21e9f02014cea998dd5957180ff3a28f79607d15c61ce03b54be4a8163c4d5e60f86a5d07012df0f206af735a8d317a6a7
+DIST github.com%2Fcreack%2Fpty%2F@v%2Fv1.1.11.mod 39 BLAKE2B 
71e70b038748ac19649698b1c0e59af99ce0b1c5d7c9177e8c55751eea9e82d4828b27dabb17cc04978142c9fb7a54d90c062a7cc3fdbb86116034026e40baf6
 SHA512 
9cf1687520933d3d6bbec9d7c51472998d3bdbe1b3d2a7478fca80f9e7944f9040a2b8ec7d49f1458bd46a5121bae4810d314725add41efd413319a5006b944a
+DIST github.com%2Fcreack%2Fpty%2F@v%2Fv1.1.11.zip 19702 BLAKE2B 
ee009befd8861b2556869434d14c1d4ce130d432ba5f43821b0cc2f6fa493bc8a4f93a011f05f5789f7c388b2a74f272623d6dc2689a5c29dde0b3c307598173
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-db/etcd/

2021-09-26 Thread Zac Medico
commit: 94b87a8cbe9c589a23f67b78f1e2cc4e736c3f1e
Author: Wolfgang E. Sanyer  gmail  com>
AuthorDate: Mon Sep 27 04:25:08 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 27 04:29:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b87a8c

dev-db/etcd: normalize leading whitespace

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

 dev-db/etcd/etcd-3.4.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/etcd/etcd-3.4.14.ebuild b/dev-db/etcd/etcd-3.4.14.ebuild
index b21d6525825..0f1ab44ae00 100644
--- a/dev-db/etcd/etcd-3.4.14.ebuild
+++ b/dev-db/etcd/etcd-3.4.14.ebuild
@@ -263,7 +263,7 @@ src_prepare() {
default
sed -e "s|GIT_SHA=.*|GIT_SHA=${GIT_COMMIT}|"\
-i "${S}"/build || die
-sed -e 's:\(for p in \)shellcheck :\1 :' \
+   sed -e 's:\(for p in \)shellcheck :\1 :' \
-e 's:^ gofmt \\$:\\:' \
-e 's:^ govet \\$:\\:' \
-e 's:^ govet_shadow \\$:\\:' \
@@ -278,7 +278,7 @@ src_prepare() {
 }
 
 src_compile() {
-./build || die
+   ./build || die
 }
 
 src_test() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/ca-certificates/

2021-09-26 Thread Robin H. Johnson
commit: 422191f4346143c52e585b449f369dffb577f4fd
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Sep 27 04:25:24 2021 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Sep 27 04:26:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422191f4

app-misc/ca-certificates: bump, internal nss tooling updates, no cert changes

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-misc/ca-certificates/Manifest  |   1 +
 .../ca-certificates-20210119.3.70.ebuild   | 189 +
 2 files changed, 190 insertions(+)

diff --git a/app-misc/ca-certificates/Manifest 
b/app-misc/ca-certificates/Manifest
index 266e112c77f..f060e3b22cf 100644
--- a/app-misc/ca-certificates/Manifest
+++ b/app-misc/ca-certificates/Manifest
@@ -1,3 +1,4 @@
 DIST ca-certificates_20210119.tar.xz 232964 BLAKE2B 
593352912d2b490e3f46ea032ac1ddf1c87a7ac93859d475461cbba490918cdec853b0bb30bb253a634d8d597ca6f0304bc81122b4b31b5b31fd6a80e1faaf33
 SHA512 
a824209fa0ff0865872a07d8e6b901d8407f599243810fd5c820e1f69226e05b0b4f1e25e5ff3d8d398ff952529084442f026e32220961f359f6323f6bf03373
 DIST nss-3.66.tar.gz 82401896 BLAKE2B 
ae369899af681e1c6ea8046098c83da08c2112b16d85a0eaee46e9d4f97dfb3f7c3e97eb681ec947b5648446c6db51e8f1396ec9bb6c731c9678ecf925e7f743
 SHA512 
327129cb065a8c19246e081e3cbc4798c81dc52eab6ee366eade151e9d308990592075c52a7c672165725fd855a0c539d56a803c26ef066561c584d693e0e467
+DIST nss-3.70.tar.gz 83917362 BLAKE2B 
51de2e2cf5feb11045388b0badec24509d50f8bc8abd4116cbab77ff434f86a44ad4c98e533a1dd7093a9d1be9b7deb45f0426e3a173f9b2b92995cf63f2ea51
 SHA512 
9766282b36560d2f73ac5e90dbc3962802d6b1e8650ff9c0afbd6d2e1ff4cf8f2bc251f972344dc8a6ac5209b917aae03cc9883cb081011a7dea7bd258a95d82
 DIST nss-cacert-class1-class3-r2.patch 21925 BLAKE2B 
7627ff9a09f084c19d72d0490676865e3cab3ca7c920ae1ce4bea2db664f37fd0aa84fcda919809a516891ab2a62e2e7a43a9d6ada4c231adfe4c216525fac7d
 SHA512 
1ce6ff9ab310aaca9005eafb461338b291df8523cc7044e096cd75774ce746c26eed19ec6bb2643c6c67f94650f2f309463492d80a90568f38ce2557f8ada2f4

diff --git a/app-misc/ca-certificates/ca-certificates-20210119.3.70.ebuild 
b/app-misc/ca-certificates/ca-certificates-20210119.3.70.ebuild
new file mode 100644
index 000..589797be280
--- /dev/null
+++ b/app-misc/ca-certificates/ca-certificates-20210119.3.70.ebuild
@@ -0,0 +1,189 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# The Debian ca-certificates package merely takes the CA database as it exists
+# in the nss package and repackages it for use by openssl.
+#
+# The issue with using the compiled debs directly is two fold:
+# - they do not update frequently enough for us to rely on them
+# - they pull the CA database from nss tip of tree rather than the release
+#
+# So we take the Debian source tools and combine them with the latest nss
+# release to produce (largely) the same end result.  The difference is that
+# now we know our cert database is kept in sync with nss and, if need be,
+# can be sync with nss tip of tree more frequently to respond to bugs.
+
+# When triaging user reports, refer to our wiki for tips:
+# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit python-any-r1
+
+if [[ ${PV} == *.* ]] ; then
+   # Compile from source ourselves.
+   PRECOMPILED=false
+
+   DEB_VER=$(ver_cut 1)
+   NSS_VER=$(ver_cut 2-)
+   RTM_NAME="NSS_${NSS_VER//./_}_RTM"
+else
+   # Debian precompiled version.
+   PRECOMPILED=true
+   inherit unpacker
+fi
+
+DESCRIPTION="Common CA Certificates PEM files"
+HOMEPAGE="https://packages.debian.org/sid/ca-certificates;
+NMU_PR=""
+if ${PRECOMPILED} ; then
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}${NMU_PR:++nmu}${NMU_PR}_all.deb"
+else
+   
SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${DEB_VER}${NMU_PR:++nmu}${NMU_PR}.tar.xz
+   
https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/nss-${NSS_VER}.tar.gz
+   cacert? (
+   
https://dev.gentoo.org/~whissi/dist/ca-certificates/nss-cacert-class1-class3-r2.patch
+   )"
+fi
+
+LICENSE="MPL-1.1"
+SLOT="0"
+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 ~x86-winnt"
+IUSE=""
+${PRECOMPILED} || IUSE+=" cacert"
+
+# c_rehash: we run `c_rehash`
+# debianutils: we run `run-parts`
+CDEPEND="app-misc/c_rehash
+   sys-apps/debianutils"
+
+BDEPEND="${CDEPEND}"
+if ! ${PRECOMPILED} ; then
+   BDEPEND+=" ${PYTHON_DEPS}"
+fi
+
+DEPEND=""
+if ${PRECOMPILED} ; then
+   DEPEND+=" !/dev/null || die
+   eapply "${DISTDIR}"/nss-cacert-class1-class3-r2.patch
+   popd >/dev/null || die
+   fi
+

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

2021-09-26 Thread Sam James
commit: 384f0a627d3d0c73b7453653816ea2abd193f397
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384f0a62

dev-util/pkgcheck: Stabilize 0.10.7-r1 ppc, #814542

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

 dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
index 94645ad0c0c..cf7b8e0236f 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-09-26 Thread Sam James
commit: 1dc9c15a7944c01f179b9c8fadf956e104c4ee09
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 26 19:35:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:12:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc9c15a

sys-apps/pkgcore: stable 0.12.7 for hppa, bug #814536

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-apps/pkgcore/pkgcore-0.12.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pkgcore/pkgcore-0.12.7.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.7.ebuild
index 267f582ba26..ecbe8a167de 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.7.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.7.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-09-26 Thread Sam James
commit: bd47817602d727afb127b843affda70afcfc182b
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd478176

dev-util/pkgcheck: Stabilize 0.10.7-r1 ppc64, #814542

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

 dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
index cf7b8e0236f..6052eae461f 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-09-26 Thread Sam James
commit: 2632b9f36c0b9440924411ea00c41155d82a00cd
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2632b9f3

net-wireless/blueman: Stabilize 2.2.2 ppc64, #815034

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

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

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index 1eaea12f6d4..be3dbdcd9ce 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz;
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~x86"
 fi
 
 # icons are GPL-2



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

2021-09-26 Thread Sam James
commit: ce64bbdd30400254c560ff3244248171b795be61
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 26 21:05:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:12:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce64bbdd

media-libs/codec2: add 1.0.1

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

 media-libs/codec2/Manifest|  1 +
 media-libs/codec2/codec2-1.0.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/media-libs/codec2/Manifest b/media-libs/codec2/Manifest
index 75770a3d18f..b13ab783bfd 100644
--- a/media-libs/codec2/Manifest
+++ b/media-libs/codec2/Manifest
@@ -1,2 +1,3 @@
 DIST codec2-0.9.2.tar.gz 12244006 BLAKE2B 
b7fdff34e41f93f237235db5cf1352e7165565ae13bc88cfe41bc6eb280e16f49c71f6b9947ced81612b0fa6b2630a9f2f75fe257ff09bae5eef1a0b6b39c95b
 SHA512 
30a2eb95f7b0f47f0c0c7f08c9118f089acc32adf8b27f5b4354c89139efe80607d6d0ca5e0a9eefddf3640f02c483b9c804ad52c5dec6295968b7267f3a716c
 DIST codec2-1.0.0.tar.gz 15019266 BLAKE2B 
fa33a8c30a7472e5f5ab0aac070431579913248d9d27cbc82542b6d7071f7a9fee6bafe374300bf6e09d636b9ddaf85795aabf12cbfd3923efd0cac82f06b38c
 SHA512 
bba8ccf915600b093252c85059c5472804e843f5a4e331cc6e01f31b4131d84362d8385d0a1d8703be36064ca498e58181c2b7fdedb76d0be58bf6f13ec929b3
+DIST codec2-1.0.1.tar.gz 15062219 BLAKE2B 
81f2784d7aa7180fcc4345fd27e7dd0beda0eba3bbee43d8379a48dc854fe1c9e50038c90c9ae41daacb5aef0f337841fa64ce061e2831523a71d5d52d1b8211
 SHA512 
e32b6ebb5480b4a6ae15e835abc0da4fac7fb46a2b14bcc2a3c52df2da6c8d3f5acbcf83d8039f1ee402b4d2e1e7445841e3c9c415bfb70af3a251e74ab3f3b6

diff --git a/media-libs/codec2/codec2-1.0.1.ebuild 
b/media-libs/codec2/codec2-1.0.1.ebuild
new file mode 100644
index 000..43e5b77c8f4
--- /dev/null
+++ b/media-libs/codec2/codec2-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="Low bit rate speech codec"
+HOMEPAGE="https://freedv.org/ https://www.rowetel.com/?page_id=452 
https://github.com/drowe67/codec2;
+SRC_URI="https://github.com/drowe67/codec2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/1.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="examples test"
+# Not yet passing, but infrastructure added to run
+RESTRICT="test"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DUNITTEST=$(usex test)
+   -DINSTALL_EXAMPLES=$(usex examples)
+   )
+   cmake_src_configure
+}



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

2021-09-26 Thread Sam James
commit: 252f6b32291149634a8ae4891ea34c50a261e112
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252f6b32

net-wireless/blueman: Stabilize 2.2.2 ppc, #815034

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

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

diff --git a/net-wireless/blueman/blueman-2.2.2.ebuild 
b/net-wireless/blueman/blueman-2.2.2.ebuild
index 093410dceb5..1eaea12f6d4 100644
--- a/net-wireless/blueman/blueman-2.2.2.ebuild
+++ b/net-wireless/blueman/blueman-2.2.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz;
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 fi
 
 # icons are GPL-2



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

2021-09-26 Thread Sam James
commit: c1619dd52dbb2ed240782bf6c2102662d7df0cf3
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1619dd5

dev-util/pkgcheck: Stabilize 0.10.7-r1 x86, #814542

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

 dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
index dc3872b7e64..94645ad0c0c 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-09-26 Thread Sam James
commit: 4fbed9ea733a6a7be47ae0a3cf54ab30d4e07591
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 27 04:14:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:14:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbed9ea

sys-apps/pkgcore: Stabilize 0.12.7 x86, #814536

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

 sys-apps/pkgcore/pkgcore-0.12.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pkgcore/pkgcore-0.12.7.ebuild 
b/sys-apps/pkgcore/pkgcore-0.12.7.ebuild
index ecbe8a167de..94ce676970c 100644
--- a/sys-apps/pkgcore/pkgcore-0.12.7.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.12.7.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-09-26 Thread Sam James
commit: f03c89b279bbcff1f90a72cef4061d369b314fa6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 26 19:36:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:12:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f03c89b2

dev-util/pkgcheck: stable 0.10.7 for hppa, bug #814542

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
index f5f951b9a49..dc3872b7e64 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-09-26 Thread Sam James
commit: da0a1f9f6c0cac2770c1cec4c4313d0fd86be1a1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 26 19:34:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:12:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0a1f9f

media-libs/harfbuzz: stable 2.9.1 for hppa, bug #814377

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-libs/harfbuzz/harfbuzz-2.9.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-2.9.1.ebuild
index 7bf153c63b8..97b2c40ebcc 100644
--- a/media-libs/harfbuzz/harfbuzz-2.9.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-2.9.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2021-09-26 Thread Sam James
commit: 258675d90a11f572b8fa49e9dcfd59121b7404a1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Sep 26 19:36:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 27 04:12:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258675d9

sys-devel/automake: stable 1.16.4 for hppa, bug #813696

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 sys-devel/automake/automake-1.16.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/automake/automake-1.16.4.ebuild 
b/sys-devel/automake/automake-1.16.4.ebuild
index 6f14fab673f..4463176df36 100644
--- a/sys-devel/automake/automake-1.16.4.ebuild
+++ b/sys-devel/automake/automake-1.16.4.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   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"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P="${P}"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



[gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/files/, dev-util/android-studio/

2021-09-26 Thread Jason A. Donenfeld
commit: e0f8ffe7bc2c6a664da6df2f1241d2e845e9cb1d
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sun Sep 26 23:54:59 2021 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Mon Sep 27 00:13:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f8ffe7

dev-util/android-studio: bump to 2020.3.1.24 and simplify

Gentoo's java is too old to really work as expected, so always use the
bundled jre. In the process, simplify quite a bit. Also, this removes
the older versions which were much too old to actually use recent SDKs
with.

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-util/android-studio/Manifest   |   6 +-
 .../android-studio-2020.3.1.24.ebuild  |  86 ++
 .../android-studio-4.0.1.0.193.6626763.ebuild  | 129 -
 .../android-studio-4.1.0.19.201.6858069.ebuild | 129 -
 .../android-studio-4.1.1.0.201.6953283.ebuild  | 129 -
 .../android-studio-4.1.2.0.201.7042882.ebuild  | 129 -
 .../android-studio-4.1.3.0.201.7199119.ebuild  | 129 -
 .../files/0001-use-java-home-before-bundled.patch  |  39 ---
 dev-util/android-studio/metadata.xml   |   6 +-
 9 files changed, 90 insertions(+), 692 deletions(-)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index 867ddcdab18..1b355a8bab7 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,5 +1 @@
-DIST android-studio-ide-193.6626763-linux.tar.gz 907569312 BLAKE2B 
602170eea29e632dd5720ef364510a20056a4d98c61e77d5436a2f624a60e0cfa4e0533174613a74f359d8fdeb4e87489caeb5c34b292fcdc35843a76440a9a3
 SHA512 
7fba99efccdf3bbbfcbc94625aba3789b1bad0e830b2ac890bd681b9089e6789e87b2dbdc80c6ef3d8db2b2438678a8bb58aefb3c311f61f619042ab1ec9dfac
-DIST android-studio-ide-201.6858069-linux.tar.gz 926181537 BLAKE2B 
ed815f5565ef97ca3f4e1c6cbae3548c70ba94a94a7ae522102044ada31468f241db68ef3d1a1ce6acef60a1bc2e6cd7eba1375a1cebbf01c73063a3d85eb9b2
 SHA512 
b473e9573e21c666042befa17fde8fc9cb0d6ffd41513d64b74779815079d8971c66afcd1dda5663b503324d14851c4f24a454e5da97e2473550323c09919825
-DIST android-studio-ide-201.6953283-linux.tar.gz 926213072 BLAKE2B 
bdcca29e75348230c37a141423faf27eae75f299ded1abb3aad12605cb5be144c222d15b998ff16203a035311a6a26d8ae4ee28f337098c78377c5df4e7fcf08
 SHA512 
554d53596280aa96349ed0b3808599cf315c4f1a439ff57cd2368c6a68b57afac620b86d742c2f2ff72d718a62e33f4353202b3bc3671c0fe934cd8d79f74c0c
-DIST android-studio-ide-201.7042882-linux.tar.gz 925365363 BLAKE2B 
337db94154a44ad95545b1f6ca48d9f95773663607ed2de415ae04ae80ed10670e9906b0bcac539d539455964a41c2af117557c4ec0af58b14fcbd175aa44197
 SHA512 
c7829df5296172613c8bc01d699c7581d27f7604e182143bc8ba4c8503771b4e290d16c4dd3498f1d5701eb8d54adc7a61b2a0967454d99f5ec2a10d697e5b56
-DIST android-studio-ide-201.7199119-linux.tar.gz 925388022 BLAKE2B 
64f33e97a0428e332fe6bd9800d3710055a4f2657000cc0d799d6ee05b070fcfca80a8718ec0a5ae5affc05def401e68920d1dd6146c967ff011361dcc4d57c5
 SHA512 
5757280749f35f149cd776ad7c67e03853a531ca0fc633f2138c18052c09fb9abec6d330bc104f4ab6dd4970cf1dc23e797e14d2b0067ed75208227aadba4403
+DIST android-studio-2020.3.1.24-linux.tar.gz 980631631 BLAKE2B 
11968ea566b8f03810752ecc1d50068420830fee04df16f579e88bc94e4bd25e7d2c731df608dd27a983e8d0a27b3622d4c73902bde0fc134915f2a3bbf3189b
 SHA512 
a03305b3540a0473b93e0e30ae82a1b7cc77c9aefd6abf96b352092ce5c51012a6be0d55af1b406a62b9bcf3c4b83ec980d0ca1232d22031a97b0f455060f2b4

diff --git a/dev-util/android-studio/android-studio-2020.3.1.24.ebuild 
b/dev-util/android-studio/android-studio-2020.3.1.24.ebuild
new file mode 100644
index 000..041c8f1caa0
--- /dev/null
+++ b/dev-util/android-studio/android-studio-2020.3.1.24.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils
+
+RESTRICT="strip"
+
+QA_PREBUILT="
+   opt/${PN}/bin/*
+   opt/${PN}/jre/bin/*
+   opt/${PN}/jre/lib/*
+   opt/${PN}/jre/lib/jli/*
+   opt/${PN}/jre/lib/server/*
+   opt/${PN}/lib/pty4j-native/linux/*/*
+   opt/${PN}/plugins/android-ndk/resources/lldb/android/*/*
+   opt/${PN}/plugins/android-ndk/resources/lldb/bin/*
+   opt/${PN}/plugins/android-ndk/resources/lldb/lib64/*
+   opt/${PN}/plugins/android-ndk/resources/lldb/lib/python3.8/lib-dynload/*
+   opt/${PN}/plugins/android/resources/installer/*/*
+   opt/${PN}/plugins/android/resources/layoutlib/data/linux/lib64/*
+   opt/${PN}/plugins/android/resources/perfetto/*/*
+   opt/${PN}/plugins/android/resources/simpleperf/*/*
+   opt/${PN}/plugins/android/resources/trace_processor_daemon/*
+   opt/${PN}/plugins/android/resources/transport/*/*
+   opt/${PN}/plugins/android/resources/transport/native/agent/*/*
+   

[gentoo-commits] repo/proj/guru:dev commit in: dev-util/eclipse-parallel-bin/

2021-09-26 Thread Sergey Torokhov
commit: acaa9e19e72d68484e08ef2615cdf1f82ad35dde
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Sep 26 23:12:15 2021 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Sun Sep 26 23:12:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acaa9e19

dev-util/eclipse-parallel-bin: inherit wrapper,rm eutils. Respect {LD,C}FLAGS

Try to respect LDFLAGS and CFLAGS by updating regular expression

Closes: https://bugs.gentoo.org/814977
Closes: https://bugs.gentoo.org/814980

Signed-off-by: Sergey Torokhov  yandex.ru>

 .../eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild | 11 ++-
 .../eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild |  4 ++--
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild 
b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
index d8106ff52..2d212497f 100644
--- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.20.ebuild
@@ -3,14 +3,15 @@
 
 EAPI=7
 
-inherit desktop eutils xdg
+inherit desktop wrapper xdg
 
 MY_PN="eclipse"
+MY_PV="2021-06"
 DESCRIPTION="Eclipse IDE for Scientific Computing (C, C++, Fortran)"
 HOMEPAGE="https://www.eclipse.org/;
 SRC_URI="
-   amd64? ( 
https://download.eclipse.org/technology/epp/downloads/release/2021-06/R/eclipse-parallel-2021-06-R-linux-gtk-x86_64.tar.gz
 )
-   arm64? ( 
https://download.eclipse.org/technology/epp/downloads/release/2021-06/R/eclipse-parallel-2021-06-R-linux-gtk-aarch64.tar.gz
 )
+   amd64? ( 
https://download.eclipse.org/technology/epp/downloads/release/${MY_PV}/R/eclipse-parallel-${MY_PV}-R-linux-gtk-x86_64.tar.gz
 )
+   arm64? ( 
https://download.eclipse.org/technology/epp/downloads/release/${MY_PV}/R/eclipse-parallel-${MY_PV}-R-linux-gtk-aarch64.tar.gz
 )
 "
 
 S="${WORKDIR}/${MY_PN}"
@@ -27,7 +28,7 @@ RDEPEND="
 
 QA_FLAGS_IGNORED="
/opt/eclipse-parallel-bin/eclipse
-   
/opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux.*/eclipse_*.so
+   
/opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux[.].*/eclipse_.*[.]so
 "
 
 src_install() {
@@ -39,5 +40,5 @@ src_install() {
make_wrapper ${PN%-*} "/opt/${PN}/${MY_PN} -vm /opt/openjdk*/bin/java" 
"" "/opt/${PN}" "/opt/bin"
 
doicon -s 48 
plugins/org.eclipse.platform_4.20.0.v20210611-1600/eclipse48.png
-   make_desktop_entry eclipse-parallel "Eclipse IDE Parallel 2021-06" 
eclipse48 "Development;" || die "Failed making desktop entry!"
+   make_desktop_entry eclipse-parallel "Eclipse IDE Parallel ${MY_PV}" 
eclipse48 "Development;" || die "Failed making desktop entry!"
 }

diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild 
b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild
index 6dcc00c1c..e42021af5 100644
--- a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.21.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop eutils xdg
+inherit desktop wrapper xdg
 
 MY_PN="eclipse"
 MY_PV="2021-09"
@@ -28,7 +28,7 @@ RDEPEND="
 
 QA_FLAGS_IGNORED="
/opt/eclipse-parallel-bin/eclipse
-   
/opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux.*/eclipse_*.so
+   
/opt/eclipse-parallel-bin/plugins/org.eclipse.equinox.launcher.gtk.linux[.].*/eclipse_.*[.]so
 "
 
 src_install() {



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

2021-09-26 Thread Mike Pagano
commit: 81c78a5ac981e031bb6c24dad5d639d6dea03eb1
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Sep 26 22:47:46 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Sep 26 22:47:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c78a5a

sys-kernel/git-sources: Linux patch 5.15-rc3

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Mike Pagano  gentoo.org>

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-5.15_rc3.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 799a81eb242..88956474761 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-5.14.tar.xz 120669872 BLAKE2B 
0047f5aaa3940dff97f4055ef544faafbbb5282128e6afe21d2f47d8dc8c395806a17016febfa050117d16f59e74b882cb8b9c5011d68f119c230d0a4d120524
 SHA512 
8e4f3ec3d36f774280f75dc7b004a43e09417af58f12e9c9f8348976659d4cfda7ad905f306f43fed66a27922e5c45db22e46bbfa7a0b9f365012380de3b6f64
 DIST patch-5.15-rc1.patch 41357462 BLAKE2B 
7df3298b6dcf7eb5a4867e84dc801e344063645f12af695fd81cc8310dd6fe79da06412e893eefa220d45c0118de6f5ae1768bc009cdb1b37d9fc0bb4fdb919a
 SHA512 
d045bb66c810b2fe2c700cbd4518a1329fdf006402e382bfcf0f097785409d00187df1fc998944abb46e5eaa6884cd5b50d20575adb4e77342ce11c951cf6317
 DIST patch-5.15-rc2.patch 41617220 BLAKE2B 
b2216f798e64ccbcd3d6a9ecbf77388a6af97bce43c913dc0b8561db909b15f242ea63a5a266c422f887ef5f1232119f30b213fa9604a57596611f69b51964e9
 SHA512 
76d1054282c00adef7c31701e0991e9d279e641ee4f009713169aea2f0c9e4cce0eca356e32ed8e818fef57b601f9205f2ff32e4a139bb2ac48a2bd1d2b4a178
+DIST patch-5.15-rc3.patch 41945558 BLAKE2B 
550064d9cd8b30c062cd4411d169547317a406e259cc46b124a8e6115d2ff4e370903fad3a5bf4e62e9db07fb7d510ecf6c2b36ba27534b813cb379f7fe9c966
 SHA512 
6e3ae62519dd991d26eee5063d511749d282ad1b8a57d020ee179a5819ed7842f3f22c2ac8ec972f57bb1d4650f46ee3d8a98f52d33c7e82412e4968af2ed3cc

diff --git a/sys-kernel/git-sources/git-sources-5.15_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-5.15_rc3.ebuild
new file mode 100644
index 000..d7e4ec9a150
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-5.15_rc3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.14"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.5"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2021-09-26 Thread James Le Cuirot
commit: 0952e2cc75732b8f6feb74775b3e234486cdd643
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 22:35:27 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:35:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0952e2cc

dev-python/click: Keyword 8.0.1 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/click/click-8.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/click/click-8.0.1.ebuild 
b/dev-python/click/click-8.0.1.ebuild
index b71014ee0cb..16d8927c424 100644
--- a/dev-python/click/click-8.0.1.ebuild
+++ b/dev-python/click/click-8.0.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://palletsprojects.com/p/click/ 
https://pypi.org/project/click/;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 IUSE="examples"
 
 RDEPEND="



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

2021-09-26 Thread James Le Cuirot
commit: bf1bd911d8fbed0e44aef2a536a2c164d3e0bd06
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 22:30:11 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:30:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1bd911

dev-python/sphinxcontrib-log_cabinet: Keyword 1.0.1 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 .../sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild 
b/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild
index 8b023c460f5..933a7a4250d 100644
--- 
a/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild
+++ 
b/dev-python/sphinxcontrib-log_cabinet/sphinxcontrib-log_cabinet-1.0.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_/-}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-py3doc-enhanced-theme/

2021-09-26 Thread James Le Cuirot
commit: e5c54e6b358bf1c458c0345ea4da69f5052373fc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 15:51:19 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c54e6b

dev-python/sphinx-py3doc-enhanced-theme: Keyword 2.3.2-r1 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 .../sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild
 
b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild
index ac87f8f4ef2..718f5fb3673 100644
--- 
a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild
+++ 
b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild
@@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"



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

2021-09-26 Thread James Le Cuirot
commit: c131c6a3a9bfb571777ae7c414ecf4ee9e71584d
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 22:12:19 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c131c6a3

dev-python/sphinx-prompt: Keyword 1.5.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/sphinx-prompt/sphinx-prompt-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.5.0.ebuild 
b/dev-python/sphinx-prompt/sphinx-prompt-1.5.0.ebuild
index a059024b10e..bfcbb80411a 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.5.0.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/sbrunner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/

2021-09-26 Thread James Le Cuirot
commit: 9663390e8ea41efd74c8874bda38b98f75d72710
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 22:13:37 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9663390e

profiles: Unmask doc flag for lots of Python packages on m68k

dev-python/sphinx and friends has now been keyworded.

Signed-off-by: James Le Cuirot  gentoo.org>

 profiles/arch/m68k/package.use.mask | 21 -
 1 file changed, 21 deletions(-)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 460af8b9118..ffe85fef2cf 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -22,27 +22,6 @@ app-text/htmltidy test
 # Requires texlive and friends to be keyworded.
 app-doc/doxygen doc
 
-# James Le Cuirot  (2021-08-21)
-# Avoid having to keyword dev-python/sphinx and friends for now.
-dev-python/more-itertools doc
-dev-python/pexpect doc
-dev-python/cython doc
-dev-python/cffi doc
-dev-python/cssselect doc
-dev-python/execnet doc
-dev-python/flake8 doc
-dev-python/greenlet doc
-dev-python/jinja doc
-dev-python/lxml doc
-dev-python/py doc
-dev-python/pyasn1 doc
-dev-python/pycodestyle doc
-dev-python/pygments doc
-dev-python/pylint doc
-dev-python/pytest-cov doc
-dev-python/smartypants doc
-dev-python/wrapt doc
-
 # James Le Cuirot  (2021-08-21)
 # Avoid lots of unkeyworded dependencies of Python tests.
 dev-python/argcomplete test



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

2021-09-26 Thread James Le Cuirot
commit: 1f29cf5177b3116087f7e6c9b55ea01502928ea5
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 22:12:51 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f29cf51

dev-python/sphinx-issues: Keyword 1.2.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild 
b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
index 4e5ae6d14ab..7f5ab0e0187 100644
--- a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
+++ b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
 



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

2021-09-26 Thread James Le Cuirot
commit: 8c743857d96b35f95ed4158fc49879d33d09938e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 12:40:03 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c743857

dev-python/fs: Keyword 2.4.13 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/fs/fs-2.4.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fs/fs-2.4.13.ebuild b/dev-python/fs/fs-2.4.13.ebuild
index f3878bd3acd..62a53439c0d 100644
--- a/dev-python/fs/fs-2.4.13.ebuild
+++ b/dev-python/fs/fs-2.4.13.ebuild
@@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/pallets-sphinx-themes/

2021-09-26 Thread James Le Cuirot
commit: 62ebcecf2d7ac37161a2e257404f2de825cbb3b5
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 15:51:40 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ebcecf

dev-python/pallets-sphinx-themes: Keyword 2.0.1 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.0.1.ebuild 
b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.0.1.ebuild
index 4057a576a16..641fd7382c6 100644
--- a/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.0.1.ebuild
+++ b/dev-python/pallets-sphinx-themes/pallets-sphinx-themes-2.0.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/pallets/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/

2021-09-26 Thread James Le Cuirot
commit: d915e345e699d957ab8a2936f42dde9b2a917d31
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 15:36:19 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d915e345

media-fonts/liberation-fonts: Keyword 2.1.3 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild 
b/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild
index ef04f9e9ef1..52c8ae9efc2 100644
--- a/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild
+++ b/media-fonts/liberation-fonts/liberation-fonts-2.1.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="fontforge? ( 
https://github.com/liberationfonts/liberation-fonts/files/
!fontforge? ( 
https://github.com/liberationfonts/liberation-fonts/files/6060976/${PN}-ttf-${PV}.tar.gz
 )
 "
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv x86 ~x64-cygwin 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ppc ppc64 ~riscv x86 ~x64-cygwin 
~amd64-linux ~x86-linux ~x64-solaris"
 SLOT="0"
 LICENSE="OFL-1.1"
 IUSE="fontforge X"



[gentoo-commits] repo/gentoo:master commit in: virtual/ttf-fonts/

2021-09-26 Thread James Le Cuirot
commit: 5cfcd7a7006fe7b15f5581c401784bb3aac9b879
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 15:36:54 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfcd7a7

virtual/ttf-fonts: Keyword 1-r1 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 virtual/ttf-fonts/ttf-fonts-1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/ttf-fonts/ttf-fonts-1-r1.ebuild 
b/virtual/ttf-fonts/ttf-fonts-1-r1.ebuild
index 4ad88c30ec8..19ada4b46d8 100644
--- a/virtual/ttf-fonts/ttf-fonts-1-r1.ebuild
+++ b/virtual/ttf-fonts/ttf-fonts-1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 DESCRIPTION="Virtual for Serif/Sans/Monospace font packages"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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 ~x86-winnt"
+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 ~x86-winnt"
 
 RDEPEND="|| (
media-fonts/liberation-fonts



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

2021-09-26 Thread James Le Cuirot
commit: 5e9dc12e4eca00502de1f6c65ad577e63a43137b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 15:34:46 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9dc12e

dev-python/fonttools: Keyword 4.27.1 on ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/fonttools/fonttools-4.27.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fonttools/fonttools-4.27.1.ebuild 
b/dev-python/fonttools/fonttools-4.27.1.ebuild
index 925c4733a1a..b98e2fa9734 100644
--- a/dev-python/fonttools/fonttools-4.27.1.ebuild
+++ b/dev-python/fonttools/fonttools-4.27.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
 
 RDEPEND=">=dev-python/fs-2.4.9[${PYTHON_USEDEP}]"
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/readthedocs-sphinx-ext/

2021-09-26 Thread James Le Cuirot
commit: 20ce3020f0cf0df799d864b73cd36a007399ea80
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 12:29:32 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ce3020

dev-python/readthedocs-sphinx-ext: Keyword 2.1.4 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild 
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
index 240addef9ff..04c0d566a55 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 RDEPEND="
>=dev-python/jinja-2.9[${PYTHON_USEDEP}]



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

2021-09-26 Thread James Le Cuirot
commit: 741fdd69c40a7a761b0ed18dc5fbaf138b5cd1ea
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 15:35:38 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:28:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741fdd69

media-gfx/fontforge: Keyword 20201107 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 media-gfx/fontforge/fontforge-20201107.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/fontforge-20201107.ebuild 
b/media-gfx/fontforge/fontforge-20201107.ebuild
index f7295ecb274..abdcda4d71e 100644
--- a/media-gfx/fontforge/fontforge-20201107.ebuild
+++ b/media-gfx/fontforge/fontforge-20201107.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/fontforge/fontforge/releases/download/${PV}/fontforg
 
 LICENSE="BSD GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="doc truetype-debugger gif gtk jpeg png +python readline test tiff svg 
unicode woff2 X"
 RESTRICT="!test? ( test )"
 



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

2021-09-26 Thread James Le Cuirot
commit: 571703ab55f3289da2ffe6691ba7def16ce9138f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 12:28:16 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571703ab

media-libs/woff2: Keyword 1.0.2-r4 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/woff2/woff2-1.0.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/woff2/woff2-1.0.2-r4.ebuild 
b/media-libs/woff2/woff2-1.0.2-r4.ebuild
index 0d01c3669e7..b492cdab3cf 100644
--- a/media-libs/woff2/woff2-1.0.2-r4.ebuild
+++ b/media-libs/woff2/woff2-1.0.2-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
 IUSE=""
 
 RDEPEND="app-arch/brotli:="



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/

2021-09-26 Thread James Le Cuirot
commit: ba137838df391bec5d6e39329d1787e94e537dc7
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 15:32:38 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba137838

profiles: Mask {fonttools,sphinx}[test] to avoid m68k keywording

Signed-off-by: James Le Cuirot  gentoo.org>

 profiles/arch/m68k/package.use.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/m68k/package.use.mask 
b/profiles/arch/m68k/package.use.mask
index 4c4b2fa4992..460af8b9118 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -47,10 +47,12 @@ dev-python/wrapt doc
 # Avoid lots of unkeyworded dependencies of Python tests.
 dev-python/argcomplete test
 dev-python/distlib test
+dev-python/fonttools test
 dev-python/isort test
 dev-python/nose test
 dev-python/requests test
 dev-python/setuptools test
+dev-python/sphinx test
 dev-python/urllib3 test
 
 # James Le Cuirot  (2021-08-20)



[gentoo-commits] repo/gentoo:master commit in: media-fonts/droid/

2021-09-26 Thread James Le Cuirot
commit: 38abdc498a549841464f79cd62cd63b9c2266f6f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 12:27:28 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38abdc49

media-fonts/droid: Keyword 113-r5 for ~m68k

Signed-off-by: James Le Cuirot  gentoo.org>

 media-fonts/droid/droid-113-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/droid/droid-113-r5.ebuild 
b/media-fonts/droid/droid-113-r5.ebuild
index 4883bcdd608..c6f3a2002eb 100644
--- a/media-fonts/droid/droid-113-r5.ebuild
+++ b/media-fonts/droid/droid-113-r5.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~m68k ppc ppc64 x86"
 IUSE=""
 
 FONT_CONF=(



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

2021-09-26 Thread James Le Cuirot
commit: 77d25450c2bd4f4677135f95e6c4ee2240026d4e
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 12:28:52 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d25450

media-libs/libuninameslist: Keyword 20200413-r2 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild 
b/media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild
index 1811d205d83..105229eb310 100644
--- a/media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild
+++ b/media-libs/libuninameslist/libuninameslist-20200413-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/fontforge/libuninameslist/releases/download/${PV}/${
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 
 PATCHES=(
"${FILESDIR}/${PN}-20200413-makefile.patch"



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

2021-09-26 Thread James Le Cuirot
commit: 7a1f9cb22ce0ddd23bcadf56180ce506a8eed858
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Sep 26 12:30:02 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Sep 26 22:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a1f9cb2

dev-python/sphinx_rtd_theme: Keyword 1.0.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0.ebuild 
b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0.ebuild
index 18cb43fd10f..f110a51181a 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-1.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE=""
 
 PDEPEND=">=dev-python/sphinx-1.6[${PYTHON_USEDEP}]"



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

2021-09-26 Thread Michał Górny
commit: ade35af341dad902493e1c9e5092297423e14be2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 26 22:19:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 26 22:26:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade35af3

dev-util/pkgcheck: Bump to 0.10.8

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

 dev-util/pkgcheck/Manifest | 1 +
 dev-util/pkgcheck/{pkgcheck-.ebuild => pkgcheck-0.10.8.ebuild} | 2 +-
 dev-util/pkgcheck/pkgcheck-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgcheck/Manifest b/dev-util/pkgcheck/Manifest
index 26657c22dcd..b2df197b977 100644
--- a/dev-util/pkgcheck/Manifest
+++ b/dev-util/pkgcheck/Manifest
@@ -2,3 +2,4 @@ DIST pkgcheck-0.10.1.tar.gz 454051 BLAKE2B 
ba0e91fee539d0a41c27da08c91e1c65078ea
 DIST pkgcheck-0.10.3.tar.gz 454953 BLAKE2B 
5ee2c13cb1ca5b13bfcd8434700c69e6839c5dc2f25dec4060020f8477159ff071b1487a446ba7e03bf1b8d139e8c65a1cd21a777d8bfe3ce677bbfe39b8d85f
 SHA512 
edef25fc1542c3d3fb89c0c1546ebfa736b6ad4b113b0e6bc9ede379b0a5cb9ece5dd8b79ddb2df2cfeaf7f67f290e96a8baee1f2dfcc3bcebe32d9dcf4c264e
 DIST pkgcheck-0.10.5.tar.gz 458314 BLAKE2B 
143a397f5374b3f84d957953d0915b6ae7107b81f85af4e37e75289ed0edc5bdf16bdc00213860fdf0bdf53be953b80d514839c6568c3a70d2cdd61401e8dc73
 SHA512 
3902560099c7e5570be2b86b6e7d56427b6ef9cc893dafe5327b6773b92ca44cc787725a0d2e81d4b779ae71dc2acaeceaaff4d5de50fc99aab4c0dc0ab03bfa
 DIST pkgcheck-0.10.7.tar.gz 460625 BLAKE2B 
f62057dcf493ac32fddd1594beb9b38dc463015e8e93de5e51084894be43932f1842c7b5a742d4eac20538160060c538e42e14f5931c5506d443017e1980020a
 SHA512 
ccbbd14cf3f081ff028af164aaf73a0192133f499ed107747f8eb766131c56ccbf0f128a34210e2a54ee47ee713a5151cfb1e0991e5470e5e7f74ca180bba694
+DIST pkgcheck-0.10.8.tar.gz 460288 BLAKE2B 
aab2abdd9eaee483d580180753fc719127b7c7d0024b834e9199101aa2d18684ec7804efc4ddf59f4a44c0cc6c2896f437d4a7a9fe4496813be4a3a8d33ce7ad
 SHA512 
9a186e032b86e1b565d6198dc9a993a9a8ef065e43f431d6d6dd9bbd6c32fe91501612984c7e3b2092754450c992fc683270d62c29ec85beeb97674b07a9ba9a

diff --git a/dev-util/pkgcheck/pkgcheck-.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.8.ebuild
similarity index 97%
copy from dev-util/pkgcheck/pkgcheck-.ebuild
copy to dev-util/pkgcheck/pkgcheck-0.10.8.ebuild
index e934bd06716..ceb25cde418 100644
--- a/dev-util/pkgcheck/pkgcheck-.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.8.ebuild
@@ -28,7 +28,7 @@ if [[ ${PV} == * ]]; then
 else
RDEPEND="
>=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
-   >=sys-apps/pkgcore-0.12.7[${PYTHON_USEDEP}]"
+   >=sys-apps/pkgcore-0.12.8[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
dev-python/chardet[${PYTHON_USEDEP}]

diff --git a/dev-util/pkgcheck/pkgcheck-.ebuild 
b/dev-util/pkgcheck/pkgcheck-.ebuild
index e934bd06716..ceb25cde418 100644
--- a/dev-util/pkgcheck/pkgcheck-.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-.ebuild
@@ -28,7 +28,7 @@ if [[ ${PV} == * ]]; then
 else
RDEPEND="
>=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
-   >=sys-apps/pkgcore-0.12.7[${PYTHON_USEDEP}]"
+   >=sys-apps/pkgcore-0.12.8[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
dev-python/chardet[${PYTHON_USEDEP}]



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

2021-09-26 Thread Marek Szuba
commit: 1ee638424ee43d478712ee05e2deb3f865663b7e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:15:01 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee63842

media-sound/abcde: keyword 2.9.3-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/abcde/abcde-2.9.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/abcde/abcde-2.9.3-r2.ebuild 
b/media-sound/abcde/abcde-2.9.3-r2.ebuild
index 149dd925836..146aa148759 100644
--- a/media-sound/abcde/abcde-2.9.3-r2.ebuild
+++ b/media-sound/abcde/abcde-2.9.3-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://abcde.einval.com/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv x86"
 # Enable MP3 related flags by default
 IUSE="aac aiff cdr flac +id3tag +lame mac musepack musicbrainz normalize opus 
replaygain speex vorbis wavpack"
 



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

2021-09-26 Thread Marek Szuba
commit: 5bf2477f60413f0df8a55f3021280205b7c05ee6
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:07:01 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf2477f

media-sound/normalize: keyword 0.7.7-r1 for ~riscv

Fails tests but in the same way as on amd64 (Bug #740488).

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/normalize/normalize-0.7.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/normalize/normalize-0.7.7-r1.ebuild 
b/media-sound/normalize/normalize-0.7.7-r1.ebuild
index dbc8ff6009f..07f55a40e1c 100644
--- a/media-sound/normalize/normalize-0.7.7-r1.ebuild
+++ b/media-sound/normalize/normalize-0.7.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 IUSE="audiofile mad nls"
 
 RDEPEND="



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

2021-09-26 Thread Marek Szuba
commit: 62245cdc90e67a0985b5a84953ecff60c23fa7b8
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:05:09 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62245cdc

dev-perl/WebService-MusicBrainz: keyword 1.0.4 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.4.ebuild 
b/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.4.ebuild
index b1465e3f95c..7d1b87b678c 100644
--- a/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.4.ebuild
+++ b/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Web service API to MusicBrainz database"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv x86"
 IUSE=""
 PATCHES=( "${FILESDIR}/1.0.2-no-network-testing.patch" )
 RDEPEND="



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

2021-09-26 Thread Marek Szuba
commit: 5558437bb088158627def02161da522cf75e067e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:03:57 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5558437b

media-sound/mp3gain: keyword 1.6.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/media-sound/mp3gain/mp3gain-1.6.2.ebuild 
b/media-sound/mp3gain/mp3gain-1.6.2.ebuild
index 71da3cd40b6..77b53469929 100644
--- a/media-sound/mp3gain/mp3gain-1.6.2.ebuild
+++ b/media-sound/mp3gain/mp3gain-1.6.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 
 BDEPEND="app-arch/unzip"
 RDEPEND="media-sound/mpg123"



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

2021-09-26 Thread Marek Szuba
commit: 5c054b2584c2b749d93d9031504d1af5c25e1d5b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:03:41 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c054b25

media-sound/opus-tools: keyword 0.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/opus-tools/opus-tools-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/opus-tools/opus-tools-0.2.ebuild 
b/media-sound/opus-tools/opus-tools-0.2.ebuild
index ee26eaf5e0d..a52b035b982 100644
--- a/media-sound/opus-tools/opus-tools-0.2.ebuild
+++ b/media-sound/opus-tools/opus-tools-0.2.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
@@ -18,7 +18,7 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
 IUSE="flac"
 
 RDEPEND="



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

2021-09-26 Thread Marek Szuba
commit: 840b1283acb88c36bf8c7f9d2b9800b9e1acacb6
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:02:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840b1283

media-sound/id3: keyword 0.15-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/id3/id3-0.15-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/id3/id3-0.15-r1.ebuild 
b/media-sound/id3/id3-0.15-r1.ebuild
index c918d1331c9..3cdb64eae22 100644
--- a/media-sound/id3/id3-0.15-r1.ebuild
+++ b/media-sound/id3/id3-0.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://lly.org/~rcw/id3/${PN}_${PV}.orig.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 IUSE=""
 
 src_prepare() {



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

2021-09-26 Thread Marek Szuba
commit: 175f45f3c581391d6a4df6dd3cadb22bcca59065
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:03:24 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175f45f3

dev-perl/EV: keyword 4.330.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-perl/EV/EV-4.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/EV/EV-4.330.0.ebuild b/dev-perl/EV/EV-4.330.0.ebuild
index 0540daeb296..ec997f6507f 100644
--- a/dev-perl/EV/EV-4.330.0.ebuild
+++ b/dev-perl/EV/EV-4.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event 
loop"
 LICENSE=" || ( Artistic GPL-1+ ) || ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



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

2021-09-26 Thread Marek Szuba
commit: aa9c203afabca8a8d3bdbe426a70c4f8a59013fb
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:04:15 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9c203a

media-sound/vorbisgain: keyword 0.37-r2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild 
b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
index 5491f2e4e0e..89c9d228496 100644
--- a/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
+++ b/media-sound/vorbisgain/vorbisgain-0.37-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://sjeng.org/ftp/vorbis/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 IUSE=""
 
 RDEPEND="



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

2021-09-26 Thread Marek Szuba
commit: cd5c3e7452f196944681866f2a7047900a262aa1
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:04:31 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5c3e74

media-sound/vorbis-tools: keyword 1.4.2 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild 
b/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild
index 9c088f59ceb..379c4e4b0fe 100644
--- a/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild
+++ b/media-sound/vorbis-tools/vorbis-tools-1.4.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://ftp.osuosl.org/pub/xiph/releases/vorbis/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="flac kate nls +ogg123 speex"
 
 RDEPEND="



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

2021-09-26 Thread Marek Szuba
commit: 6c0d635fb2426240a25badca6a475f8462657ca3
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:04:50 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:16:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0d635f

dev-perl/Mojolicious: keyword 9.190.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild 
b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
index d2989591e70..8d55bfd4493 100644
--- a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 LICENSE="Artistic-2"
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="



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

2021-09-26 Thread Marek Szuba
commit: a57fc9939eaf65367e9fd568b8c03dacad3e8fcc
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:03:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57fc993

media-libs/libopusenc: keyword 0.2.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-libs/libopusenc/libopusenc-0.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild 
b/media-libs/libopusenc/libopusenc-0.2.1.ebuild
index 87f43003c99..28c6ad68ed8 100644
--- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild
+++ b/media-libs/libopusenc/libopusenc-0.2.1.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 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
 IUSE="doc"
 
 BDEPEND="virtual/pkgconfig"



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

2021-09-26 Thread Marek Szuba
commit: 895b0f1f3b745e0a3dc6745aec4417ca927c7723
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:02:24 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895b0f1f

media-sound/id3v2: keyword 0.1.12-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/id3v2/id3v2-0.1.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild 
b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
index 40c4ac80907..5b75ae24249 100644
--- a/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
+++ b/media-sound/id3v2/id3v2-0.1.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/id3v2/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~riscv x86"
 
 DEPEND="media-libs/id3lib"
 RDEPEND="${DEPEND}"



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

2021-09-26 Thread Marek Szuba
commit: e356d648b5046f70b6fe9c955e34ab47b91fa6e4
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:01:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e356d648

media-sound/cd-discid: keyword 1.4 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/cd-discid/cd-discid-1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/cd-discid/cd-discid-1.4.ebuild 
b/media-sound/cd-discid/cd-discid-1.4.ebuild
index 66f0a297ba0..4b4a01881fb 100644
--- a/media-sound/cd-discid/cd-discid-1.4.ebuild
+++ b/media-sound/cd-discid/cd-discid-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/taem/${PN}/archive/upstream/1.4.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~riscv x86"
 
 S=${WORKDIR}/${PN}-upstream-${PV}
 



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

2021-09-26 Thread Marek Szuba
commit: 44db8b6964043f35634b90f02645f766b37a431b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 20:49:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44db8b69

media-sound/mac: keyword 4.11.4.5.7-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/mac/mac-4.11.4.5.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild 
b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
index 121c906229b..aa5c9ee4ee7 100644
--- a/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
+++ b/media-sound/mac/mac-4.11.4.5.7-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://www.deb-multimedia.org/pool/main/m/monkeys-audio/${MY_P}.orig.ta
 
 LICENSE="mac"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
 IUSE="cpu_flags_x86_mmx static-libs"
 
 RDEPEND=""



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

2021-09-26 Thread Marek Szuba
commit: baaee3a9f22606f2de60bbe64b64623ac0f4107a
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 20:40:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaee3a9

media-video/atomicparsley-wez: keyword 0.9.6 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild 
b/media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild
index 87fbafb2ae3..7f1cfc0f1f1 100644
--- a/media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild
+++ b/media-video/atomicparsley-wez/atomicparsley-wez-0.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="https://bitbucket.org/wez/${MY_PN}/get/${PV}.tar.bz2 
-> ${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="sys-libs/zlib



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

2021-09-26 Thread Marek Szuba
commit: f0bf6a452372d2476796849cb1e1c345d4f719de
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 20:36:09 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bf6a45

media-video/atomicparsley: keyword 0.9.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-video/atomicparsley/atomicparsley-0.9.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/atomicparsley/atomicparsley-0.9.0.ebuild 
b/media-video/atomicparsley/atomicparsley-0.9.0.ebuild
index 3002e5401e2..c60e09385f4 100644
--- a/media-video/atomicparsley/atomicparsley-0.9.0.ebuild
+++ b/media-video/atomicparsley/atomicparsley-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="app-arch/unzip"
 



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

2021-09-26 Thread Marek Szuba
commit: 91d0aaf92b588b0f07116d7f1f121af1cbf4749c
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 22:02:45 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d0aaf9

dev-perl/MusicBrainz-DiscID: keyword 0.60.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.60.0.ebuild 
b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.60.0.ebuild
index 4486e87b2e8..c7c5d3c6027 100644
--- a/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.60.0.ebuild
+++ b/dev-perl/MusicBrainz-DiscID/MusicBrainz-DiscID-0.60.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Perl interface for the MusicBrainz libdiscid 
library"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv x86"
 
 RDEPEND=">=media-libs/libdiscid-0.2.2"
 DEPEND="${RDEPEND}



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

2021-09-26 Thread Marek Szuba
commit: 895145a867a045696ac6328c9e45ccac94658c08
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Sep 26 20:43:53 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Sep 26 22:15:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895145a8

media-sound/apetag: keyword 1.12-r3 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 media-sound/apetag/apetag-1.12-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/apetag/apetag-1.12-r3.ebuild 
b/media-sound/apetag/apetag-1.12-r3.ebuild
index b6cf8e73f54..d34b04e2b1a 100644
--- a/media-sound/apetag/apetag-1.12-r3.ebuild
+++ b/media-sound/apetag/apetag-1.12-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
 
 inherit python-single-r1 toolchain-funcs
 
@@ -13,7 +13,7 @@ SRC_URI="http://muth.org/Robert/Apetag/${PN}.${PV}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 ~riscv x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/

2021-09-26 Thread Michał Górny
commit: 06ec680677b7af8c771947d7d63f1307a7e8ebba
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 26 21:59:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 26 21:59:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ec6806

xfce-base/thunar: Bump to 4.17.6

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

 xfce-base/thunar/Manifest |  1 +
 xfce-base/thunar/thunar-4.17.6.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 585c160e071..c9676846715 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -2,3 +2,4 @@ DIST thunar-4.16.10.tar.bz2 2324476 BLAKE2B 
a8305f234b6f69654d6559594f1228ebbb50
 DIST thunar-4.16.8.tar.bz2 2429407 BLAKE2B 
0af1c14fff30f276c279ff459e33ff4c23533e1ce494cadba02fca6436c1d1d2a0c8ea302dfb9c7b5ff9b6d7a69a80996afa1274cc9f3c66f112b8230d8b30f3
 SHA512 
722caeef9a8a074bac705b0108faab418009e61d8e177838b6a63cbf29f7b9c78e3a135b8a59f154e978feb811d5d115810df2b2e9d53d93f1c34e62a2d5f7b8
 DIST thunar-4.16.9.tar.bz2 2323489 BLAKE2B 
dac834a9c3794f2e8bb4b6d29d3da17de1c49f3905fe4eac047c21dc89dda11582743ef084e7a6beb7cf128840cb6673442476b010352fe59a477bfff70c430c
 SHA512 
afad777f78b898134e572a6d09d4adf69ead5d195cb077731c9261dde3cac489d37eb4b0148a2ca9b920a2c1298c5993170335a7e62b9b9c1863b2cfbfdc6fcb
 DIST thunar-4.17.5.tar.bz2 2464157 BLAKE2B 
24486a8df430e101b700d2776f9f5329f9e5d43551db5da3a6010ed4dbe38e77269c4f076999f05f3934c024b3f1bcde6e64dc544f9da0e2eaa2a43765b5f269
 SHA512 
eb8a8b62a4a8c352c3f636e8c3bd07978fbfd0aa1b14e36e0262a766fffdc826f7e452f6a757fc096c7081b080caac85b8e1b75456146a8c95fe4e6e1e5e8d70
+DIST thunar-4.17.6.tar.bz2 2474323 BLAKE2B 
add0ec83dfff7119df7b0c7dfde579cbd8ea5ae86f77e38f8d1777d47c85145a8f301b3008a278a5ab94efd8ab3fcd6467cf09671630335b2e06123432e8209f
 SHA512 
8ee9508ef1384525991fa96c7b69a4722bbb5d8f7a16c065f47daae9e9eca6e06875c92ba4a15b9c420a8162b9bd547d5a15120cc2f08e0824d318f52fd14b44

diff --git a/xfce-base/thunar/thunar-4.17.6.ebuild 
b/xfce-base/thunar/thunar-4.17.6.ebuild
new file mode 100644
index 000..d13c7d3b920
--- /dev/null
+++ b/xfce-base/thunar/thunar-4.17.6.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit xdg-utils
+
+DESCRIPTION="File manager for the Xfce desktop environment"
+HOMEPAGE="https://www.xfce.org/projects/ 
https://docs.xfce.org/xfce/thunar/start;
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
+
+GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
+DEPEND=">=dev-libs/glib-2.56
+   >=x11-libs/gdk-pixbuf-2.14
+   >=x11-libs/gtk+-3.22:3
+   >=xfce-base/exo-4.17.0:=
+   >=xfce-base/libxfce4ui-4.17.0:=
+   >=xfce-base/libxfce4util-4.17.1:=
+   >=xfce-base/xfconf-4.12:=
+   exif? ( >=media-libs/libexif-0.6.19:= )
+   introspection? ( dev-libs/gobject-introspection:= )
+   libnotify? ( >=x11-libs/libnotify-0.7 )
+   pcre? ( >=dev-libs/libpcre-6:= )
+   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
+   udisks? ( dev-libs/libgudev:= )"
+RDEPEND="${DEPEND}
+   >=dev-util/desktop-file-utils-0.20-r1
+   x11-misc/shared-mime-info
+   trash-panel-plugin? ( ${GVFS_DEPEND} )
+   udisks? (
+   virtual/udev
+   ${GVFS_DEPEND}[udisks,udev]
+   )"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable udisks gudev)
+   $(use_enable libnotify notifications)
+   $(use_enable exif)
+   $(use_enable pcre)
+   $(use_enable trash-panel-plugin tpa-plugin)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   elog "If you were using an older Xfce version and Thunar fails to start"
+   elog "with a message similar to:"
+   elog "  Failed to register: Timeout was reached"
+   elog "you may need to reset your xfce4 session:"
+   elog "  rm ~/.cache/sessions/xfce4-session-*"
+   elog "See https://bugs.gentoo.org/698914.;
+
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/thunar/

2021-09-26 Thread Michał Górny
commit: 4ba06a8fd5de2ff01bded2cba5f2aadc44f12128
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 26 21:59:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 26 21:59:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba06a8f

xfce-base/thunar: Remove old

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

 xfce-base/thunar/Manifest |  2 -
 xfce-base/thunar/thunar-4.17.3.ebuild | 76 ---
 xfce-base/thunar/thunar-4.17.4.ebuild | 76 ---
 3 files changed, 154 deletions(-)

diff --git a/xfce-base/thunar/Manifest b/xfce-base/thunar/Manifest
index 07ca2d84b99..585c160e071 100644
--- a/xfce-base/thunar/Manifest
+++ b/xfce-base/thunar/Manifest
@@ -1,6 +1,4 @@
 DIST thunar-4.16.10.tar.bz2 2324476 BLAKE2B 
a8305f234b6f69654d6559594f1228ebbb5009b337fbdee6d94dc2f3c309d67cbe2aa5c357fd5207d4e907b9d06875dd3164d501c84a22c9f73e71b705577fd7
 SHA512 
b6fbb27acaae85e7d5c711213c5c457d7eaf973dabafbeabbc00ef01491b54b05da00304503ed03a1ee0716c2558f435754666dd5358f36b2e155e4c8132ebce
 DIST thunar-4.16.8.tar.bz2 2429407 BLAKE2B 
0af1c14fff30f276c279ff459e33ff4c23533e1ce494cadba02fca6436c1d1d2a0c8ea302dfb9c7b5ff9b6d7a69a80996afa1274cc9f3c66f112b8230d8b30f3
 SHA512 
722caeef9a8a074bac705b0108faab418009e61d8e177838b6a63cbf29f7b9c78e3a135b8a59f154e978feb811d5d115810df2b2e9d53d93f1c34e62a2d5f7b8
 DIST thunar-4.16.9.tar.bz2 2323489 BLAKE2B 
dac834a9c3794f2e8bb4b6d29d3da17de1c49f3905fe4eac047c21dc89dda11582743ef084e7a6beb7cf128840cb6673442476b010352fe59a477bfff70c430c
 SHA512 
afad777f78b898134e572a6d09d4adf69ead5d195cb077731c9261dde3cac489d37eb4b0148a2ca9b920a2c1298c5993170335a7e62b9b9c1863b2cfbfdc6fcb
-DIST thunar-4.17.3.tar.bz2 2427025 BLAKE2B 
5fde8faf29f8b8f78a604c12cd0366187865d2c176109a8501500af573e77cfaf53aecc145674f2f49d730f2596c06e3304c4b2e033759430b1d3fd06439310b
 SHA512 
7394121dd995296802b50ae6188a56228dec82f9cb1c29cf8c9bc4db6a69921e78f6a2bfcab459578faf64703eecc59a04ce6f4d623300e54faa2e0b4e261699
-DIST thunar-4.17.4.tar.bz2 2475127 BLAKE2B 
1464162544f7d5f646975e9f663db1d4fb14249f87df013f68f04810eb2b961507a9b90b05cfe3dfbe9188c002ccc10143ee77b671e2b196b7ec3df803d05bf7
 SHA512 
0271d6925955692076168f4227c946479dc17cb8c0bf92d8dca523575f187c481b4c5f876ad13cdeadbdc67a4b773a1b88166a0eddc7b3ff4c8abb40135b84bf
 DIST thunar-4.17.5.tar.bz2 2464157 BLAKE2B 
24486a8df430e101b700d2776f9f5329f9e5d43551db5da3a6010ed4dbe38e77269c4f076999f05f3934c024b3f1bcde6e64dc544f9da0e2eaa2a43765b5f269
 SHA512 
eb8a8b62a4a8c352c3f636e8c3bd07978fbfd0aa1b14e36e0262a766fffdc826f7e452f6a757fc096c7081b080caac85b8e1b75456146a8c95fe4e6e1e5e8d70

diff --git a/xfce-base/thunar/thunar-4.17.3.ebuild 
b/xfce-base/thunar/thunar-4.17.3.ebuild
deleted file mode 100644
index d1aeda971a8..000
--- a/xfce-base/thunar/thunar-4.17.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg-utils
-
-DESCRIPTION="File manager for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/ 
https://docs.xfce.org/xfce/thunar/start;
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="exif introspection libnotify pcre +trash-panel-plugin udisks"
-
-GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
-DEPEND=">=dev-libs/glib-2.50
-   >=x11-libs/gdk-pixbuf-2.14
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/exo-4.15.3:=
-   >=xfce-base/libxfce4ui-4.15.3:=
-   >=xfce-base/libxfce4util-4.15.2:=
-   >=xfce-base/xfconf-4.12:=
-   exif? ( >=media-libs/libexif-0.6.19:= )
-   introspection? ( dev-libs/gobject-introspection:= )
-   libnotify? ( >=x11-libs/libnotify-0.7 )
-   pcre? ( >=dev-libs/libpcre-6:= )
-   trash-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= )
-   udisks? ( dev-libs/libgudev:= )"
-RDEPEND="${DEPEND}
-   >=dev-util/desktop-file-utils-0.20-r1
-   x11-misc/shared-mime-info
-   trash-panel-plugin? ( ${GVFS_DEPEND} )
-   udisks? (
-   virtual/udev
-   ${GVFS_DEPEND}[udisks,udev]
-   )"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable udisks gudev)
-   $(use_enable libnotify notifications)
-   $(use_enable exif)
-   $(use_enable pcre)
-   $(use_enable trash-panel-plugin tpa-plugin)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   elog "If you were using an older Xfce version and Thunar fails to start"
-   elog "with a message similar to:"
-

[gentoo-commits] repo/gentoo:master commit in: sys-fs/loop-aes/

2021-09-26 Thread Sam James
commit: f652fca19a3832069a5eed9a408fd6bfced4e029
Author: Hank Leininger  korelogic  com>
AuthorDate: Sun Sep 26 20:05:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 26 21:01:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f652fca1

sys-fs/loop-aes: Remove old.

Signed-off-by: Hank Leininger  korelogic.com>
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/22415
Signed-off-by: Sam James  gentoo.org>

 sys-fs/loop-aes/Manifest |  1 -
 sys-fs/loop-aes/loop-aes-3.7s.ebuild | 71 
 2 files changed, 72 deletions(-)

diff --git a/sys-fs/loop-aes/Manifest b/sys-fs/loop-aes/Manifest
index 9eef13bf69f..961706a8edd 100644
--- a/sys-fs/loop-aes/Manifest
+++ b/sys-fs/loop-aes/Manifest
@@ -1,3 +1,2 @@
-DIST loop-AES-v3.7s.tar.bz2 376972 BLAKE2B 
0a4dcc6aeadfad5c33b01b48c53d6df55925be2cc0f85c2e96b61b15a60d42d7868fa9c32ad5ef3a13caa5e1ab4407792aad32cd60a57b094348b355cd688b22
 SHA512 
25f7d9218ae83c4c1fb5294bc405267c3a4e20954fbd7a45effb70ebef4014625b8cc93c7d69be220da4a04f4cd4b429763273cdb6cda497a6a31888d47ca1d1
 DIST loop-AES-v3.7t.tar.bz2 377808 BLAKE2B 
77a6baa31be9efc84504e6eaccca87193180b26ec6f6dc824480453e78905f8763c08fd72a63c18950796ad0b70ad8be2ed26e107cded6dcaddd96433dfa7f56
 SHA512 
cb0dcbfa7639f8d2c1990465a44cbcd6d4bf065b1df9178f4dd524a8b8ddd05ebb860e6a9d9425b4a22b9c74342bf3ff232ff777be9b5458bdabe54f4097ecef
 DIST loop-AES-v3.7v.tar.bz2 378465 BLAKE2B 
01d9c3719242846696c1e199a02a42254c06472abce6cee7ccc3882e456921176f7469e9c61331193dd86ee2fcf0d24972f9012026eadad150a8e6116dd4e275
 SHA512 
62c0bafd97bc07d78d128ba3bbcf471bf16bd979264ad9180132b83f01a1e8d4f6d9aa874c602a00bc85360abfefe16f72b28b2c73cc2ad863ea2d36eb7bc478

diff --git a/sys-fs/loop-aes/loop-aes-3.7s.ebuild 
b/sys-fs/loop-aes/loop-aes-3.7s.ebuild
deleted file mode 100644
index 6879462d415..000
--- a/sys-fs/loop-aes/loop-aes-3.7s.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-mod
-
-MY_P="${PN/aes/AES}-v${PV}"
-
-DESCRIPTION="Linux kernel module to encrypt disk partitions with AES cipher"
-HOMEPAGE="http://loop-aes.sourceforge.net/loop-AES.README;
-SRC_URI="http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
-IUSE="cpu_flags_x86_aes extra-ciphers keyscrub cpu_flags_x86_padlock"
-
-DEPEND="app-crypt/loop-aes-losetup"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   linux-mod_pkg_setup
-
-   CONFIG_CHECK="!BLK_DEV_LOOP"
-   MODULE_NAMES="loop(block::tmp-d-kbuild)"
-   BUILD_TARGETS="all"
-
-   BUILD_PARAMS=" \
-   V=1 \
-   LINUX_SOURCE=\"${KERNEL_DIR}\" \
-   KBUILD_OUTPUT=\"${KBUILD_OUTPUT}\" \
-   USE_KBUILD=y MODINST=n RUNDM=n"
-   use cpu_flags_x86_aes && BUILD_PARAMS+=" INTELAES=y"
-   use keyscrub && BUILD_PARAMS+=" KEYSCRUB=y"
-   use cpu_flags_x86_padlock && BUILD_PARAMS+=" PADLOCK=y"
-
-   if use extra-ciphers; then
-   MODULE_NAMES="${MODULE_NAMES}
-   loop_blowfish(block::tmp-d-kbuild)
-   loop_serpent(block::tmp-d-kbuild)
-   loop_twofish(block::tmp-d-kbuild)"
-   BUILD_PARAMS+=" EXTRA_CIPHERS=y"
-   fi
-}
-
-src_install() {
-   linux-mod_src_install
-
-   dodoc README
-   dobin loop-aes-keygen
-   doman loop-aes-keygen.1
-
-   into /
-   dosbin build-initrd.sh
-}
-
-pkg_postinst() {
-   linux-mod_pkg_postinst
-
-   einfo
-   einfo "For more instructions take a look at examples in README at:"
-   einfo "'${EPREFIX}/usr/share/doc/${PF}'"
-   einfo
-   einfo "If you have a newer Intel processor (i5, i7), and you use AES"
-   einfo "you may want to consider using the aes-ni use flag. It will"
-   einfo "use your processors native AES instructions giving quite a speed"
-   einfo "increase."
-   einfo
-}



[gentoo-commits] repo/gentoo:master commit in: sys-fs/loop-aes/

2021-09-26 Thread Sam James
commit: 6b88309916f69fd852d99641f43d480224a46b83
Author: Hank Leininger  korelogic  com>
AuthorDate: Sun Sep 26 20:04:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 26 21:00:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b883099

sys-fs/loop-aes: version bump to 3.7v

Per upstream, this adds support for 5.12 and 5.14 kernels. Also some
minor ebuild cleanups.

Signed-off-by: Hank Leininger  korelogic.com>
Closes: https://bugs.gentoo.org/815052
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-fs/loop-aes/Manifest |  1 +
 sys-fs/loop-aes/loop-aes-3.7v.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/sys-fs/loop-aes/Manifest b/sys-fs/loop-aes/Manifest
index 7b917b365a4..9eef13bf69f 100644
--- a/sys-fs/loop-aes/Manifest
+++ b/sys-fs/loop-aes/Manifest
@@ -1,2 +1,3 @@
 DIST loop-AES-v3.7s.tar.bz2 376972 BLAKE2B 
0a4dcc6aeadfad5c33b01b48c53d6df55925be2cc0f85c2e96b61b15a60d42d7868fa9c32ad5ef3a13caa5e1ab4407792aad32cd60a57b094348b355cd688b22
 SHA512 
25f7d9218ae83c4c1fb5294bc405267c3a4e20954fbd7a45effb70ebef4014625b8cc93c7d69be220da4a04f4cd4b429763273cdb6cda497a6a31888d47ca1d1
 DIST loop-AES-v3.7t.tar.bz2 377808 BLAKE2B 
77a6baa31be9efc84504e6eaccca87193180b26ec6f6dc824480453e78905f8763c08fd72a63c18950796ad0b70ad8be2ed26e107cded6dcaddd96433dfa7f56
 SHA512 
cb0dcbfa7639f8d2c1990465a44cbcd6d4bf065b1df9178f4dd524a8b8ddd05ebb860e6a9d9425b4a22b9c74342bf3ff232ff777be9b5458bdabe54f4097ecef
+DIST loop-AES-v3.7v.tar.bz2 378465 BLAKE2B 
01d9c3719242846696c1e199a02a42254c06472abce6cee7ccc3882e456921176f7469e9c61331193dd86ee2fcf0d24972f9012026eadad150a8e6116dd4e275
 SHA512 
62c0bafd97bc07d78d128ba3bbcf471bf16bd979264ad9180132b83f01a1e8d4f6d9aa874c602a00bc85360abfefe16f72b28b2c73cc2ad863ea2d36eb7bc478

diff --git a/sys-fs/loop-aes/loop-aes-3.7v.ebuild 
b/sys-fs/loop-aes/loop-aes-3.7v.ebuild
new file mode 100644
index 000..3061d50ad0a
--- /dev/null
+++ b/sys-fs/loop-aes/loop-aes-3.7v.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod
+
+MY_P="${PN/aes/AES}-v${PV}"
+
+DESCRIPTION="Linux kernel module to encrypt disk partitions with AES cipher"
+HOMEPAGE="http://loop-aes.sourceforge.net/loop-AES.README;
+SRC_URI="http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+IUSE="cpu_flags_x86_aes extra-ciphers keyscrub cpu_flags_x86_padlock"
+
+DEPEND="app-crypt/loop-aes-losetup"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   linux-mod_pkg_setup
+
+   CONFIG_CHECK="!BLK_DEV_LOOP"
+   MODULE_NAMES="loop(block::tmp-d-kbuild)"
+   BUILD_TARGETS="all"
+
+   BUILD_PARAMS=" \
+   V=1 \
+   LINUX_SOURCE=\"${KERNEL_DIR}\" \
+   KBUILD_OUTPUT=\"${KBUILD_OUTPUT}\" \
+   USE_KBUILD=y MODINST=n RUNDM=n"
+   use cpu_flags_x86_aes && BUILD_PARAMS+=" INTELAES=y"
+   use keyscrub && BUILD_PARAMS+=" KEYSCRUB=y"
+   use cpu_flags_x86_padlock && BUILD_PARAMS+=" PADLOCK=y"
+
+   if use extra-ciphers; then
+   MODULE_NAMES="${MODULE_NAMES}
+   loop_blowfish(block::tmp-d-kbuild)
+   loop_serpent(block::tmp-d-kbuild)
+   loop_twofish(block::tmp-d-kbuild)"
+   BUILD_PARAMS+=" EXTRA_CIPHERS=y"
+   fi
+}
+
+src_install() {
+   linux-mod_src_install
+
+   dodoc README
+   dodoc ChangeLog
+   dobin loop-aes-keygen
+   doman loop-aes-keygen.1
+
+   into /
+   dosbin build-initrd.sh
+}
+
+pkg_postinst() {
+   linux-mod_pkg_postinst
+
+   einfo
+   einfo "For more instructions take a look at examples in README at:"
+   einfo "'${EPREFIX}/usr/share/doc/${PF}'"
+   einfo
+}



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

2021-09-26 Thread Sam James
commit: 2c17ddee95f39dff9c66522803e2dc566d978515
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 26 20:55:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 26 21:01:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c17ddee

sci-libs/indilib: add 1.9.2

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

 sci-libs/indilib/Manifest |  1 +
 sci-libs/indilib/indilib-1.9.2.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/sci-libs/indilib/Manifest b/sci-libs/indilib/Manifest
index bcdca55e19c..7ba7dfd7f4c 100644
--- a/sci-libs/indilib/Manifest
+++ b/sci-libs/indilib/Manifest
@@ -1 +1,2 @@
 DIST indilib-1.9.1.tar.gz 2322783 BLAKE2B 
801071bf9190e4c27b4f3bf9fa2d9a44c4e297f7ee879061636f041d138a02db23525ee411782f3303a0d82bb2fc4d9d6489e2bda18f8e011bfa0d1b33595343
 SHA512 
d87c341efdaa8109059741738c69b9d6fb4b5dc68c774453eab378aa3784af29e8ed8469dba968a41c584fec1556fdbf0bd65cbb8aa65c2d9e1784d82e7bcc67
+DIST indilib-1.9.2.tar.gz 2335834 BLAKE2B 
47d8bde8e3c783cefb23c8a8f865fa46bb9a6ed4ee08618d198680f3036e9ca9a16178b1ec4dab070d0cb3ec8d638847cedb752a2a5a1d5e2dc5ddbd362c0a86
 SHA512 
0a1ada5b5880553ddbcf794bac952ddce76d3aa46652c48621e284a04a7d3d9ba7492d8874bf30f7e3f614a904a829109eaee9dae53dd5854d72bb1c98740f44

diff --git a/sci-libs/indilib/indilib-1.9.2.ebuild 
b/sci-libs/indilib/indilib-1.9.2.ebuild
new file mode 100644
index 000..7bc78575bc2
--- /dev/null
+++ b/sci-libs/indilib/indilib-1.9.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake udev
+
+DESCRIPTION="INDI Astronomical Control Protocol library"
+HOMEPAGE="https://www.indilib.org/;
+SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${P/lib/}"
+
+LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+"
+SLOT="0/1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="ogg rtlsdr test websocket"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   net-misc/curl
+   sci-libs/cfitsio:=
+   sci-libs/fftw:3.0=
+   sci-libs/gsl:=
+   sci-libs/libnova:=
+   sys-libs/zlib
+   virtual/jpeg:0
+   virtual/libusb:0
+   ogg? (
+   media-libs/libogg
+   media-libs/libtheora
+   )
+   rtlsdr? ( net-wireless/rtl-sdr )
+   websocket? ( dev-libs/boost:= )
+"
+DEPEND="${RDEPEND}
+   kernel_linux? ( sys-kernel/linux-headers )
+   test? ( >=dev-cpp/gtest-1.8.0 )
+   websocket? ( dev-cpp/websocketpp )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DINDI_BUILD_QT5_CLIENT=OFF
+   -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d
+   $(cmake_use_find_package ogg OggTheora)
+   $(cmake_use_find_package rtlsdr RTLSDR)
+   -DINDI_BUILD_UNITTESTS=$(usex test)
+   -DINDI_BUILD_WEBSOCKET=$(usex websocket)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   BUILD_DIR="${BUILD_DIR}"/test cmake_src_test
+}



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

2021-09-26 Thread Michał Górny
commit: 17a5a448205d64a0a1f34bf811764b01b885f577
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 26 20:39:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 26 20:40:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a5a448

dev-util/pkgcheck: Require pkgcore < 0.12.8

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

 dev-util/pkgcheck/{pkgcheck-0.10.7.ebuild => pkgcheck-0.10.7-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.7.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
similarity index 97%
rename from dev-util/pkgcheck/pkgcheck-0.10.7.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
index df6107a213e..f5f951b9a49 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.7.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.7-r1.ebuild
@@ -28,6 +28,7 @@ if [[ ${PV} == * ]]; then
 else
RDEPEND="
>=dev-python/snakeoil-0.9.6[${PYTHON_USEDEP}]
+   =sys-apps/pkgcore-0.12.7[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="



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

2021-09-26 Thread Conrad Kostecki
commit: e470cc11949eb87469e0265f646ea20f884edab8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Sep 26 19:33:04 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 26 19:36:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e470cc11

net-misc/x2goserver: fix tmpfiles

Closes: https://bugs.gentoo.org/809332
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild 
b/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild
index c702e328a82..78bc8c8e9fb 100644
--- a/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild
+++ b/net-misc/x2goserver/x2goserver-4.1.0.3-r1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit systemd toolchain-funcs xdg
+
+inherit systemd tmpfiles toolchain-funcs xdg
 
 DESCRIPTION="The X2Go server"
 HOMEPAGE="http://www.x2go.org;
@@ -78,7 +79,9 @@ src_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process x2goserver.conf
xdg_pkg_postinst
+
if use sqlite ; then
if [[ -f "${EROOT}"/var/lib/x2go/x2go_sessions ]] ; then
elog "To use sqlite and update your existing database, 
run:"
@@ -89,6 +92,7 @@ pkg_postinst() {
fi
 
fi
+
if use postgres ; then
elog "To use a PostgreSQL database, more information is 
availabe here:"
elog 
"http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql;



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

2021-09-26 Thread Conrad Kostecki
commit: 1ccf0627edc9055e4d291ad1a8600686ac737380
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Sep 26 19:24:30 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 26 19:36:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccf0627

sys-apps/tuned: fix tmpfiles

Closes: https://bugs.gentoo.org/810832
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/tuned/tuned-2.15.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/tuned/tuned-2.15.0-r1.ebuild 
b/sys-apps/tuned/tuned-2.15.0-r1.ebuild
index 050ad815152..cceedf446eb 100644
--- a/sys-apps/tuned/tuned-2.15.0-r1.ebuild
+++ b/sys-apps/tuned/tuned-2.15.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{8,9} )
 
-inherit python-single-r1 xdg-utils
+inherit python-single-r1 tmpfiles xdg-utils
 
 DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
 HOMEPAGE="https://github.com/redhat-performance/tuned;
@@ -58,5 +58,6 @@ src_install() {
 }
 
 pkg_postinst() {
+   tmpfiles_process ${PN}.conf
xdg_icon_cache_update
 }



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

2021-09-26 Thread Conrad Kostecki
commit: b69cb7d63273d3d806472bde8a99ff93b1de9464
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Sep 26 18:10:41 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 26 19:36:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69cb7d6

app-emulation/spice-vdagent: fix tmpfiles

Closes: https://bugs.gentoo.org/813810
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild 
b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
index ea8f4936384..ead55ae36cb 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.21.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools linux-info
+inherit autotools linux-info tmpfiles
 
 DESCRIPTION="SPICE VD Linux Guest Agent"
 HOMEPAGE="https://www.spice-space.org/;
@@ -60,3 +60,7 @@ src_install() {
newinitd "${FILESDIR}/${PN}.initd-4" "${PN}"
newconfd "${FILESDIR}/${PN}.confd-2" "${PN}"
 }
+
+pkg_postinst() {
+   tmpfiles_process spice-vdagentd.conf
+}



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

2021-09-26 Thread Conrad Kostecki
commit: ff73401329314db5453511af1f64f972bd6daa5d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Sep 26 19:23:35 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 26 19:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff734013

sys-apps/tuned: sort inherit

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/tuned/tuned-2.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/tuned/tuned-2.16.0.ebuild 
b/sys-apps/tuned/tuned-2.16.0.ebuild
index bb7ae49d1f9..cceedf446eb 100644
--- a/sys-apps/tuned/tuned-2.16.0.ebuild
+++ b/sys-apps/tuned/tuned-2.16.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{8,9} )
 
-inherit python-single-r1 xdg-utils tmpfiles
+inherit python-single-r1 tmpfiles xdg-utils
 
 DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
 HOMEPAGE="https://github.com/redhat-performance/tuned;
@@ -58,6 +58,6 @@ src_install() {
 }
 
 pkg_postinst() {
-   xdg_icon_cache_update
tmpfiles_process ${PN}.conf
+   xdg_icon_cache_update
 }



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

2021-09-26 Thread Conrad Kostecki
commit: cf10e33c644a5826ff7da8edfddbde1acfa279cf
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Sep 26 17:03:07 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 26 19:36:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf10e33c

net-wireless/dump1090: fix tmpfiles

Closes: https://bugs.gentoo.org/808963
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-wireless/dump1090/dump1090-5.0.ebuild  | 4 
 net-wireless/dump1090/dump1090-.ebuild | 4 
 2 files changed, 8 insertions(+)

diff --git a/net-wireless/dump1090/dump1090-5.0.ebuild 
b/net-wireless/dump1090/dump1090-5.0.ebuild
index 3307e87796d..9c76ce81194 100644
--- a/net-wireless/dump1090/dump1090-5.0.ebuild
+++ b/net-wireless/dump1090/dump1090-5.0.ebuild
@@ -97,3 +97,7 @@ src_install() {
doexe starch-benchmark
fi
 }
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+}

diff --git a/net-wireless/dump1090/dump1090-.ebuild 
b/net-wireless/dump1090/dump1090-.ebuild
index dc9893bd0a7..04ee546dcf9 100644
--- a/net-wireless/dump1090/dump1090-.ebuild
+++ b/net-wireless/dump1090/dump1090-.ebuild
@@ -93,3 +93,7 @@ src_install() {
doexe starch-benchmark
fi
 }
+
+pkg_postinst() {
+   tmpfiles_process ${PN}.conf
+}



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

2021-09-26 Thread Conrad Kostecki
commit: 8c9a45d4532b73f1694a91b55cb6f05e33ccdf30
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Sep 26 19:20:02 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 26 19:36:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9a45d4

sys-auth/munge: fix tmpfiles

Closes: https://bugs.gentoo.org/810835
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/munge/munge-0.5.13-r2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-auth/munge/munge-0.5.13-r2.ebuild 
b/sys-auth/munge/munge-0.5.13-r2.ebuild
index b10bf0e8169..6eb0ac441fe 100644
--- a/sys-auth/munge/munge-0.5.13-r2.ebuild
+++ b/sys-auth/munge/munge-0.5.13-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools prefix
+inherit autotools prefix tmpfiles
 
 DESCRIPTION="An authentication service for creating and validating credentials"
 HOMEPAGE="https://github.com/dun/munge;
@@ -71,3 +71,7 @@ src_install() {
find "${D}" -name '*.la' -delete || die
fi
 }
+
+pkg_postinst() {
+   tmpfiles_process munge.conf
+}



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

2021-09-26 Thread Conrad Kostecki
commit: 5cacda7aa68b1042fce4e9bfb6dcae542fb83f8f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Sep 26 18:32:44 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 26 19:36:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cacda7a

sys-cluster/ploop: fix tmpfiles

Closes: https://bugs.gentoo.org/810913
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-cluster/ploop/ploop-1.14.1.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/ploop/ploop-1.14.1.ebuild 
b/sys-cluster/ploop/ploop-1.14.1.ebuild
index adb736dd7bd..3e65c0a6151 100644
--- a/sys-cluster/ploop/ploop-1.14.1.ebuild
+++ b/sys-cluster/ploop/ploop-1.14.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils toolchain-funcs multilib systemd
+inherit eutils toolchain-funcs multilib systemd tmpfiles
 
 DESCRIPTION="openvz tool and a library to control ploop block devices"
 HOMEPAGE="https://wiki.openvz.org/Download/ploop;
@@ -58,3 +58,7 @@ src_install() {
default
ldconfig -n "${D}/usr/$(get_libdir)/" || die
 }
+
+pkg_postinst() {
+   tmpfiles_process ploop.conf
+}



[gentoo-commits] repo/proj/guru:dev commit in: sys-auth/keystone/

2021-09-26 Thread Alessandro Barbieri
commit: a9c94f7789a47ea350aa5de7b099d9970c0764fb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:32:33 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:32:33 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9c94f77

sys-auth/keystone: unkeyword 18.0.0 for ~arm64, ~x86

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-auth/keystone/keystone-18.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/keystone/keystone-18.0.0.ebuild 
b/sys-auth/keystone/keystone-18.0.0.ebuild
index 84b361a7c..c30bc0bea 100644
--- a/sys-auth/keystone/keystone-18.0.0.ebuild
+++ b/sys-auth/keystone/keystone-18.0.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/victoria/keystone.conf.sample
 -> keystone.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64"
 fi
 
 LICENSE="Apache-2.0"



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

2021-09-26 Thread Alessandro Barbieri
commit: 2a06a9d4a34dbf3b4261b09ab54d146875b79041
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:33:55 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:33:55 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a06a9d4

dev-python/keystonemiddleware: unkeyword 9.1.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/keystonemiddleware/keystonemiddleware-9.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-9.1.0.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-9.1.0.ebuild
index 62d99b468..4fab64816 100644
--- a/dev-python/keystonemiddleware/keystonemiddleware-9.1.0.ebuild
+++ b/dev-python/keystonemiddleware/keystonemiddleware-9.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64"
 IUSE=""
 
 DEPEND="



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

2021-09-26 Thread Alessandro Barbieri
commit: 4354da1bee5603ace6a1da638c1febfcb64ee246
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:24:27 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:24:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4354da1b

dev-python/oslo-cache: drop 2.6.1

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/oslo-cache/Manifest|  1 -
 dev-python/oslo-cache/oslo-cache-2.6.1.ebuild | 34 ---
 2 files changed, 35 deletions(-)

diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
index 5b36343db..fe84710e5 100644
--- a/dev-python/oslo-cache/Manifest
+++ b/dev-python/oslo-cache/Manifest
@@ -1,2 +1 @@
-DIST oslo-cache-2.6.1.tar.gz 60918 BLAKE2B 
89def6f66ccb68e8725571b4f9fcc8a98c8b18dbb23186b1ed3cc09ae02eb786608c744f6ea7022fd3a832d206fe75916f74f2c000125c853993dc95f13da8f3
 SHA512 
20696d9a9feda9368fc261ccc124ab825b85373b2716110dcab7101346467dbf4d9e8a48b689a76ca837a8c4e97d03476b3573623ac57602f5d0e558110dd551
 DIST oslo-cache-2.8.1.tar.gz 66086 BLAKE2B 
27ea52cb00f222bab47d2b85344ac74abcadf91f202356b254b2377c1e07662b511c3d54d83a9c60c90e08cb3bff57ed8ea2352042c73ab452f1eb9a7c8c95ab
 SHA512 
da91158415e3553c35092dc0c76d11ebae646d4e7e14ac1ad7394d9a951efc3ac963069838ccac0bd3fa84391aec7a7b0f7ca6c2771a3f0b160338d23e79afd1

diff --git a/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild 
b/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild
deleted file mode 100644
index 230966776..0
--- a/dev-python/oslo-cache/oslo-cache-2.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo Caching around dogpile.cache"
-HOMEPAGE="https://launchpad.net/oslo;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/dogpile-cache-1.0.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-8.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-5.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-4.2.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-4.2.0[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/neutron/

2021-09-26 Thread Alessandro Barbieri
commit: 44af581d9047638f67f4b728f18c74e4e4d7be1f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:31:15 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:31:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44af581d

sys-cluster/neutron: unkeyword

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/neutron/Manifest  |   3 -
 sys-cluster/neutron/neutron-17.1.1.ebuild | 227 --
 sys-cluster/neutron/neutron-17.1.2.ebuild |   2 +-
 3 files changed, 1 insertion(+), 231 deletions(-)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 8d94c3474..540f994cd 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,6 +1,3 @@
-DIST neutron-17.1.1.tar.gz 12925243 BLAKE2B 
f95068d1a85a508e447fc5de28ef6555252fdfe3deb8b0dd94a2e20f28663dc610bbb5e32fb69e0d80fbe9917c387b0c095fb43370ddfe2bbb05327553cb8e58
 SHA512 
cd707d4adaa6a6b606940370606fcef61a35af0d1f1108f24891d2f88611f4f2812c061d3b7a9540d4b6df882615a9366d39273184a791a911775e7c9f4402b8
 DIST neutron-17.1.2.tar.gz 12930231 BLAKE2B 
865e849fb811b3abf8b589ea5752c9305962ed24bcd69a4998425a1d56abcadd87f224e883269b780655f252d40dd050805782080385d94163b5488ffbdbf52a
 SHA512 
1320c96ba5b3b2de5feb313b564baa7308b3b964c628afa57e60ed8f541549b11ddaa0ea1e4025dc0265ad1d962f0961fdc93924fcdde98c9b7c3c23728a3ebd
-DIST neutron-configs-17.1.1.tar.gz 30314 BLAKE2B 
885d00259fde0200f6a52d91b18e884012c04cb06e5e4ba6c72b77fbb0a8df30d50efd6db16faa009328eac9b7c5fb31854feb81595a542b4ac5d8172c8056b6
 SHA512 
cf85a563c417e1fb01f7d329c7021c20782fe67f64c5dfd542deed07e09d6a717e472976df8f1f4c3bb4a6a10e8d8b8300f18e1a3759358b3db12f77dad7bd5b
 DIST neutron-configs-17.1.2.tar.gz 30314 BLAKE2B 
885d00259fde0200f6a52d91b18e884012c04cb06e5e4ba6c72b77fbb0a8df30d50efd6db16faa009328eac9b7c5fb31854feb81595a542b4ac5d8172c8056b6
 SHA512 
cf85a563c417e1fb01f7d329c7021c20782fe67f64c5dfd542deed07e09d6a717e472976df8f1f4c3bb4a6a10e8d8b8300f18e1a3759358b3db12f77dad7bd5b
-DIST neutron-ml2-plugins-17.1.1.tar.gz 9011 BLAKE2B 
d9f8cb4d26699ca44a4cf4cd422bd88b9bb5a2138a80fec469021491d87b158502801c2ce79316f52a900877f7706dc93c2a5a5a33c868918effeaa6b65a7931
 SHA512 
a225310f0f54991a079d515512189b3c08de22c5b13d58960ef24498401fc54b0878ed879d895e696b789e703a0bb3f4a184eccbbfb9ac9fe9447086cb952b37
 DIST neutron-ml2-plugins-17.1.2.tar.gz 9011 BLAKE2B 
d9f8cb4d26699ca44a4cf4cd422bd88b9bb5a2138a80fec469021491d87b158502801c2ce79316f52a900877f7706dc93c2a5a5a33c868918effeaa6b65a7931
 SHA512 
a225310f0f54991a079d515512189b3c08de22c5b13d58960ef24498401fc54b0878ed879d895e696b789e703a0bb3f4a184eccbbfb9ac9fe9447086cb952b37

diff --git a/sys-cluster/neutron/neutron-17.1.1.ebuild 
b/sys-cluster/neutron/neutron-17.1.1.ebuild
deleted file mode 100644
index 2f8c49829..0
--- a/sys-cluster/neutron/neutron-17.1.1.ebuild
+++ /dev/null
@@ -1,227 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 linux-info
-
-DESCRIPTION="A virtual network service for Openstack"
-HOMEPAGE="https://launchpad.net/neutron;
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/victoria/configs.tar.gz
 -> neutron-configs-${PV}.tar.gz
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/victoria/ml2_plugins.tar.gz
 -> neutron-ml2-plugins-${PV}.tar.gz"
-   EGIT_REPO_URI="https://github.com/openstack/neutron.git;
-   EGIT_BRANCH="stable/victoria"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/victoria/configs.tar.gz
 -> neutron-configs-${PV}.tar.gz
-   
https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/victoria/ml2_plugins.tar.gz
 -> neutron-ml2-plugins-${PV}.tar.gz
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="compute-only dhcp haproxy ipv6 l3 metadata openvswitch linuxbridge 
server sqlite +mysql postgres"
-REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( !mysql 
!postgres !sqlite !dhcp !l3 !metadata !server
-   || ( openvswitch linuxbridge ) 
)"
-
-DEPEND="
-   >=dev-python/pbr-4.0.0[${PYTHON_USEDEP}]
-   app-admin/sudo
-"
-RDEPEND="
-   >=dev-python/pbr-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
-   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.19.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/heat/

2021-09-26 Thread Alessandro Barbieri
commit: a1aeb42e9a299019daeef0545d8fe08693ed135f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:30:40 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:30:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a1aeb42e

sys-cluster/heat: unkeyword 15.0.0 for ~arm64, ~x86

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/heat/heat-15.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/heat/heat-15.0.0.ebuild 
b/sys-cluster/heat/heat-15.0.0.ebuild
index 4e9fece62..642a2a145 100644
--- a/sys-cluster/heat/heat-15.0.0.ebuild
+++ b/sys-cluster/heat/heat-15.0.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.victoria
 -> heat.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64"
S="${WORKDIR}/openstack-${P}"
 fi
 



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/nova/

2021-09-26 Thread Alessandro Barbieri
commit: 133a79464d7d464a2671d9e3fe2e7a9608b73ba8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:29:32 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:29:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=133a7946

sys-cluster/nova: drop keywords

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/nova/Manifest   |   2 -
 sys-cluster/nova/nova-22.2.0.ebuild | 213 
 sys-cluster/nova/nova-22.2.1.ebuild |   2 +-
 3 files changed, 1 insertion(+), 216 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index a25a13f86..6a71dd61e 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,4 +1,2 @@
-DIST nova-22.2.0.tar.gz 9271449 BLAKE2B 
c7b52f4d7e819152971c67f5f0a9f2b191e0235917efd04c799413ebfbf44500c64bae9ddd6082ef7b347c500d346f46fd07bad45a7fc4e5c397713867681dbe
 SHA512 
acb9745b2bebd669f919a2d3d73e9dc5dad5aa3de49690daddd779fb6467139f857d67c6d8af3761f12db9bf6c5120d1af7bee3e73b3c0e0c44d6b41cafe7883
 DIST nova-22.2.1.tar.gz 9274586 BLAKE2B 
fb44f5cbd544c08d92aef48ef2858806245f1f36f2edc1a86a03189b460431add656d00dea830bf4fd324c79bf0d0e057b06836b25f554eea6416af3c2821bce
 SHA512 
59df339bb00d4a7e087cc9caf6d6efcb1e5205ea8889502d00c4c22eb4acc6c0f19383de76f260382d56e145fad01088c3fd28f41d26441303e13b3b839ddcce
-DIST nova.conf.sample-22.2.0 187107 BLAKE2B 
e577126b67f2cc1aa6597f89b1632007f726ad85875d5f27041d0f9ac88923b944fe7f45ae2b3332157713b5f93034dad4da2860917b025649a52d7d71986612
 SHA512 
4149f8f19a573e8717f521183ba330853742bb6731f0e9ef02842d3be1c188ea3a2cdbeb6043086869360b9b1174a17e221c4ad1f543f74220c46cf31b1ca970
 DIST nova.conf.sample-22.2.1 187107 BLAKE2B 
e577126b67f2cc1aa6597f89b1632007f726ad85875d5f27041d0f9ac88923b944fe7f45ae2b3332157713b5f93034dad4da2860917b025649a52d7d71986612
 SHA512 
4149f8f19a573e8717f521183ba330853742bb6731f0e9ef02842d3be1c188ea3a2cdbeb6043086869360b9b1174a17e221c4ad1f543f74220c46cf31b1ca970

diff --git a/sys-cluster/nova/nova-22.2.0.ebuild 
b/sys-cluster/nova/nova-22.2.0.ebuild
deleted file mode 100644
index 88f84e521..0
--- a/sys-cluster/nova/nova-22.2.0.ebuild
+++ /dev/null
@@ -1,213 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 linux-info multilib udev
-
-DESCRIPTION="Cloud computing fabric controller"
-HOMEPAGE="https://launchpad.net/nova;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/victoria/nova.conf.sample
 -> nova.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/nova.git;
-   EGIT_BRANCH="stable/victoria"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/victoria/nova.conf.sample
 -> nova.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+compute compute-only iscsi +memcached +mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
-REQUIRED_USE="
-   !compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
-
-CDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   compute-only? (
-   >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
-   )
-   sqlite? (
-   >=dev-python/sqlalchemy-1.2.19[sqlite,${PYTHON_USEDEP}]
-   )
-   mysql? (
-   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
-   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
-   )
-   postgres? (
-   >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.2.19[${PYTHON_USEDEP}]
-   )
-   >=dev-python/decorator-4.1.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.22.0[${PYTHON_USEDEP}]
-   >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}]
-   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.8.2[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.4.15[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.5.0-r1[${PYTHON_USEDEP}]
-   >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-migrate-0.13.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
-   

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

2021-09-26 Thread Alessandro Barbieri
commit: d39d05b4c2e764d6f69fc0fd2e294841c6ed9ee6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:25:58 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:25:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d39d05b4

dev-python/python-manilaclient: remove hacking constraint

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild 
b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
index 8d9d93e7e..aca073073 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
@@ -39,7 +39,6 @@ DEPEND="
${RDEPEND}
test? (
>=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
-   =dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/cinder/

2021-09-26 Thread Alessandro Barbieri
commit: 842422c116a6cadb75b76238b4e21ffc336f80c7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:31:49 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:31:49 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=842422c1

sys-cluster/cinder: unkeyword 17.1.0 for ~arm64, ~x86

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/cinder/cinder-17.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/cinder/cinder-17.1.0.ebuild 
b/sys-cluster/cinder/cinder-17.1.0.ebuild
index dffd0f78e..ae18e21e1 100644
--- a/sys-cluster/cinder/cinder-17.1.0.ebuild
+++ b/sys-cluster/cinder/cinder-17.1.0.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/victoria/cinder.conf.sample
 -> cinder.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64"
 fi
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/placement/

2021-09-26 Thread Alessandro Barbieri
commit: 448cbc5374edb64116cb16f1791f22740c27051f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:33:11 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:33:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=448cbc53

sys-cluster/placement: unkeyword 4.0.0 for ~arm64, ~x86

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/placement/placement-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/placement/placement-4.0.0.ebuild 
b/sys-cluster/placement/placement-4.0.0.ebuild
index efec5d30c..539a5b269 100644
--- a/sys-cluster/placement/placement-4.0.0.ebuild
+++ b/sys-cluster/placement/placement-4.0.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]];then
 else

SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/placement/victoria/placement.conf.sample
 -> placement.conf.sample-${PV}
https://tarballs.openstack.org/${PN}/openstack-${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64"
S="${WORKDIR}/openstack-${P}"
 fi
 



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

2021-09-26 Thread Alessandro Barbieri
commit: c7a42cd31fcf25f6c884f03243f24262b50aa93f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:25:18 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:25:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7a42cd3

dev-python/oslo-upgradecheck: remove hacking constraint

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild 
b/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild
index 67228435f..3b080083b 100644
--- a/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild
+++ b/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.4.0.ebuild
@@ -33,7 +33,6 @@ DEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/hacking-3.0[${PYTHON_USEDEP}]
-   =dev-python/oslotest-3.5.0[${PYTHON_USEDEP}]
>=dev-python/oslo-serialization-2.21.1[${PYTHON_USEDEP}]
)



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

2021-09-26 Thread Alessandro Barbieri
commit: 7ce8c98d95bffafa6ebdd46492179f04ebe84839
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:23:04 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:23:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ce8c98d

dev-python/python-manilaclient: drop 2.3.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/python-manilaclient/Manifest|  1 -
 .../python-manilaclient-2.3.0.ebuild   | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/python-manilaclient/Manifest 
b/dev-python/python-manilaclient/Manifest
index a0a9c4aed..ff57f00c4 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1,2 +1 @@
-DIST python-manilaclient-2.3.0.tar.gz 263246 BLAKE2B 
885ed636369d296b64bee91b8556be7059837a7958252fe0d24ae6fac7d3e04971539389113bdb06cf8223beb66370e93a3e834b5b8985edbb55b6c922cafdd0
 SHA512 
cedbf7aa4cce98bb46379dce70684ba3425d6fbd692cfe9878674cb8d7846bd536893fcbdd4c5dbd47e863cb509739433dff905413921ad17cce4e8123e593a9
 DIST python-manilaclient-3.0.0.tar.gz 307814 BLAKE2B 
acc8dbd42f44e9d05f69d38823efd347b9d558f937dd76f985d734bff04cc869590a9b4dd2a1b16b76f4921febdf25701c11984c1475837bacef3871fccf55e4
 SHA512 
831de81e02745918c17282ddd382e61800123dba74edca6918dbf37270d95edeaaa8cc4afff7341c32dd9ebe786b801a9c4d6fe14d082e5fa9dfa4d294fbeb2e

diff --git a/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild 
b/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild
deleted file mode 100644
index 147cdaf9e..0
--- a/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Manila API"
-HOMEPAGE="https://github.com/openstack/python-manilaclient;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-RDEPEND="
-   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-"



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

2021-09-26 Thread Alessandro Barbieri
commit: 8ee64b2b29c1247d384077b8eea2d5ef91eba60d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 19:26:51 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 19:26:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ee64b2b

dev-python/oslo-cache: remove hacking constraint

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/oslo-cache/oslo-cache-2.8.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild 
b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
index 548c6b118..14a807cce 100644
--- a/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-2.8.1.ebuild
@@ -36,7 +36,6 @@ DEPEND="
${RDEPEND}
test? (
>=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
-   =dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
>=dev-python/pymemcache-3.4.0[${PYTHON_USEDEP}]



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

2021-09-26 Thread Alessandro Barbieri
commit: 4365dfd0c206caf0819bb61c78d4c51ff0a4b90a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 18:44:21 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:44:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4365dfd0

dev-python/pifpaf/files: remove wrong patches

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../testrepository-0.0.20-test-backport.patch  | 62 --
 .../testrepository-0.0.20-test-backport1.patch | 16 --
 .../testrepository-0.0.20-test-backport2.patch | 49 -
 3 files changed, 127 deletions(-)

diff --git a/dev-python/pifpaf/files/testrepository-0.0.20-test-backport.patch 
b/dev-python/pifpaf/files/testrepository-0.0.20-test-backport.patch
deleted file mode 100644
index d7ab87c06..0
--- a/dev-python/pifpaf/files/testrepository-0.0.20-test-backport.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 8f8ab15fafdad6db850c84772323b32375b09285 Mon Sep 17 00:00:00 2001
-From: Robert Collins 
-Date: Tue, 10 Mar 2015 15:21:49 +1300
-Subject: [PATCH] Fixup tests with latest testtools.
-
-Testtools has started chunking exceptions (which is perhaps good,
-perhaps bad) - but we shouldn't depend on the exact behaviour in it
-for our tests.
 a/NEWS
-+++ b/NEWS
-@@ -5,6 +5,12 @@ testrepository release notes
- NEXT (In development)
- +
- 
-+CHANGES
-+---
-+
-+* Isolate the testrepository test suite from the chunking (or otherwise)
-+  behaviour of testtools' exception handlers. (Robert Collins)
-+
- 0.0.20
- ++
- 
 a/testrepository/tests/test_repository.py
-+++ b/testrepository/tests/test_repository.py
-@@ -28,6 +28,7 @@
- from testresources import TestResource
- from testtools import (
- clone_test_with_new_id,
-+content,
- PlaceHolder,
- )
- import testtools
-@@ -103,19 +104,24 @@ class Case(ResourcedTestCase):
- def passing(self):
- pass
- 
--def failing(self):
--self.fail("oops")
--
- def unexpected_success(self):
- self.expectFailure("unexpected success", self.assertTrue, True)
- 
- 
-+class FailingCase:
-+
-+def run(self, result):
-+result.startTest(self)
-+result.addError(
-+self, None, details={'traceback': content.text_content("")})
-+result.stopTest(self)
-+
- def make_test(id, should_pass):
- """Make a test."""
- if should_pass:
- case = Case("passing")
- else:
--case = Case("failing")
-+case = FailingCase()
- return clone_test_with_new_id(case, id)
- 
- 

diff --git a/dev-python/pifpaf/files/testrepository-0.0.20-test-backport1.patch 
b/dev-python/pifpaf/files/testrepository-0.0.20-test-backport1.patch
deleted file mode 100644
index 655d2c3e7..0
--- a/dev-python/pifpaf/files/testrepository-0.0.20-test-backport1.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From d3d6cac4fd42f2067c0dd81be748853f81c348fc Mon Sep 17 00:00:00 2001
-From: Robert Collins 
-Date: Sun, 12 Jul 2015 21:37:34 +1200
-Subject: [PATCH] Fix 3.3+ tests with nested classnames.
-
 a/testrepository/tests/ui/test_cli.py
-+++ b/testrepository/tests/ui/test_cli.py
-@@ -157,7 +157,7 @@ def method(self):
- self.assertThat(ui._stdout.buffer.getvalue().decode('utf8'),
- DocTestMatches("""\
- ==
--FAIL: testrepository.tests.ui.test_cli.Case.method
-+FAIL: testrepository.tests.ui.test_cli...Case.method
- --
- ...Traceback (most recent call last):...
-   File "...test_cli.py", line ..., in method

diff --git a/dev-python/pifpaf/files/testrepository-0.0.20-test-backport2.patch 
b/dev-python/pifpaf/files/testrepository-0.0.20-test-backport2.patch
deleted file mode 100644
index 69d591c2f..0
--- a/dev-python/pifpaf/files/testrepository-0.0.20-test-backport2.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From e2f84ae6b2bcf89221613056d0c45dd308f46d62 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= 
-Date: Thu, 5 Apr 2018 01:02:40 +0100
-Subject: [PATCH] Fix the testrepository tests with newer versions of
- testtools.
-
 a/testrepository/tests/commands/test_failing.py
-+++ b/testrepository/tests/commands/test_failing.py
-@@ -90,7 +90,7 @@ class TestCommand(ResourcedTestCase):
- finally:
- log.stopTestRun()
- self.assertEqual(
--log._events, [
-+[tuple(ev) for ev in log._events], [
- ('startTestRun',),
- ('status', 'failing', 'inprogress', None, True, None, None, False,
-  None, None, Wildcard),
 a/testrepository/tests/test_repository.py
-+++ b/testrepository/tests/test_repository.py
-@@ -113,9 +113,10 @@ class FailingCase:
- def run(self, result):
- result.startTest(self)
- result.addError(
--self, None, details={'traceback': 

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

2021-09-26 Thread Alessandro Barbieri
commit: 769b96c1ae9acb6e012823009f21b124b9fb693f
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 18:42:23 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:42:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=769b96c1

dev-python/daiquiri/files: remove wrong patches

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../testrepository-0.0.20-test-backport.patch  | 62 --
 .../testrepository-0.0.20-test-backport1.patch | 16 --
 .../testrepository-0.0.20-test-backport2.patch | 49 -
 3 files changed, 127 deletions(-)

diff --git 
a/dev-python/daiquiri/files/testrepository-0.0.20-test-backport.patch 
b/dev-python/daiquiri/files/testrepository-0.0.20-test-backport.patch
deleted file mode 100644
index d7ab87c06..0
--- a/dev-python/daiquiri/files/testrepository-0.0.20-test-backport.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-From 8f8ab15fafdad6db850c84772323b32375b09285 Mon Sep 17 00:00:00 2001
-From: Robert Collins 
-Date: Tue, 10 Mar 2015 15:21:49 +1300
-Subject: [PATCH] Fixup tests with latest testtools.
-
-Testtools has started chunking exceptions (which is perhaps good,
-perhaps bad) - but we shouldn't depend on the exact behaviour in it
-for our tests.
 a/NEWS
-+++ b/NEWS
-@@ -5,6 +5,12 @@ testrepository release notes
- NEXT (In development)
- +
- 
-+CHANGES
-+---
-+
-+* Isolate the testrepository test suite from the chunking (or otherwise)
-+  behaviour of testtools' exception handlers. (Robert Collins)
-+
- 0.0.20
- ++
- 
 a/testrepository/tests/test_repository.py
-+++ b/testrepository/tests/test_repository.py
-@@ -28,6 +28,7 @@
- from testresources import TestResource
- from testtools import (
- clone_test_with_new_id,
-+content,
- PlaceHolder,
- )
- import testtools
-@@ -103,19 +104,24 @@ class Case(ResourcedTestCase):
- def passing(self):
- pass
- 
--def failing(self):
--self.fail("oops")
--
- def unexpected_success(self):
- self.expectFailure("unexpected success", self.assertTrue, True)
- 
- 
-+class FailingCase:
-+
-+def run(self, result):
-+result.startTest(self)
-+result.addError(
-+self, None, details={'traceback': content.text_content("")})
-+result.stopTest(self)
-+
- def make_test(id, should_pass):
- """Make a test."""
- if should_pass:
- case = Case("passing")
- else:
--case = Case("failing")
-+case = FailingCase()
- return clone_test_with_new_id(case, id)
- 
- 

diff --git 
a/dev-python/daiquiri/files/testrepository-0.0.20-test-backport1.patch 
b/dev-python/daiquiri/files/testrepository-0.0.20-test-backport1.patch
deleted file mode 100644
index 655d2c3e7..0
--- a/dev-python/daiquiri/files/testrepository-0.0.20-test-backport1.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-From d3d6cac4fd42f2067c0dd81be748853f81c348fc Mon Sep 17 00:00:00 2001
-From: Robert Collins 
-Date: Sun, 12 Jul 2015 21:37:34 +1200
-Subject: [PATCH] Fix 3.3+ tests with nested classnames.
-
 a/testrepository/tests/ui/test_cli.py
-+++ b/testrepository/tests/ui/test_cli.py
-@@ -157,7 +157,7 @@ def method(self):
- self.assertThat(ui._stdout.buffer.getvalue().decode('utf8'),
- DocTestMatches("""\
- ==
--FAIL: testrepository.tests.ui.test_cli.Case.method
-+FAIL: testrepository.tests.ui.test_cli...Case.method
- --
- ...Traceback (most recent call last):...
-   File "...test_cli.py", line ..., in method

diff --git 
a/dev-python/daiquiri/files/testrepository-0.0.20-test-backport2.patch 
b/dev-python/daiquiri/files/testrepository-0.0.20-test-backport2.patch
deleted file mode 100644
index 69d591c2f..0
--- a/dev-python/daiquiri/files/testrepository-0.0.20-test-backport2.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From e2f84ae6b2bcf89221613056d0c45dd308f46d62 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= 
-Date: Thu, 5 Apr 2018 01:02:40 +0100
-Subject: [PATCH] Fix the testrepository tests with newer versions of
- testtools.
-
 a/testrepository/tests/commands/test_failing.py
-+++ b/testrepository/tests/commands/test_failing.py
-@@ -90,7 +90,7 @@ class TestCommand(ResourcedTestCase):
- finally:
- log.stopTestRun()
- self.assertEqual(
--log._events, [
-+[tuple(ev) for ev in log._events], [
- ('startTestRun',),
- ('status', 'failing', 'inprogress', None, True, None, None, False,
-  None, None, Wildcard),
 a/testrepository/tests/test_repository.py
-+++ b/testrepository/tests/test_repository.py
-@@ -113,9 +113,10 @@ class FailingCase:
- def run(self, result):
- result.startTest(self)
- result.addError(
--self, None, 

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

2021-09-26 Thread Alessandro Barbieri
commit: 44e1b2af925126514fe7048b91acf903a8f70ab8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 18:40:21 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:40:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44e1b2af

dev-python/hacking: treeclean

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/hacking/Manifest |  2 --
 dev-python/hacking/hacking-3.0.1.ebuild | 37 
 dev-python/hacking/hacking-4.1.0.ebuild | 38 -
 dev-python/hacking/metadata.xml | 15 -
 4 files changed, 92 deletions(-)

diff --git a/dev-python/hacking/Manifest b/dev-python/hacking/Manifest
deleted file mode 100644
index 9c844c891..0
--- a/dev-python/hacking/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST hacking-3.0.1.tar.gz 52736 BLAKE2B 
20d328dd78c4e115a3ccbe0e886be80d6b0f30d8cbf6bb02a93f41637e5f7e1c82174c8c9054cb1a354fa6c58ae2c0b5dd2491e841d6d8b0cb02b12560b0f8a0
 SHA512 
1ad6bcf7099f244dd96709d993939f979b461e4d9661adab071b7861243cb75cde9d33343165b5e636e7f3526755f717b891763f5af44aeabad49fa0972df391
-DIST hacking-4.1.0.tar.gz 61910 BLAKE2B 
95ced5b2fbafbb890478b5ef598a836520b4d1a3f1f2a0e708aa3f3135f394aab9e1ca8eaafa9d2f9f8dfcd1043d925b0232228234021ac89d2882ad6c7918a5
 SHA512 
44741548b5031777b0a508255129893da63a076615dc4245fdcb2368711be0ff6e16702c12c75a7f2c6b13257e2257c58e6e95dfad6da6640ff077fbf2b507db

diff --git a/dev-python/hacking/hacking-3.0.1.ebuild 
b/dev-python/hacking/hacking-3.0.1.ebuild
deleted file mode 100644
index 33b44877d..0
--- a/dev-python/hacking/hacking-3.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EPYTEST_DESELECT=( hacking/tests/test_doctest.py::HackingTestCase::test_flake8 
)
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="hacking is a set of flake8 plugins that test and enforce the 
OpenStack StyleGuide"
-HOMEPAGE="
-   https://github.com/openstack-dev/hacking
-   https://pypi.org/project/hacking
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/flake8-3.6.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/hacking/hacking-4.1.0.ebuild 
b/dev-python/hacking/hacking-4.1.0.ebuild
deleted file mode 100644
index f35e90c33..0
--- a/dev-python/hacking/hacking-4.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="hacking is a set of flake8 plugins that test and enforce the 
OpenStack StyleGuide"
-HOMEPAGE="
-   https://github.com/openstack-dev/hacking
-   https://pypi.org/project/hacking
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=dev-python/flake8-3.8.0[${PYTHON_USEDEP}]
-   
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   comaintainers welcome
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
-   
-   
-Hacking pins its dependencies, as a new release of some dependency can break 
hacking based gating jobs. This is because new versions of dependencies can 
introduce new rules, or make existing rules stricter. 
-   
-   hacking
-   openstack-dev/hacking
-   
-



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

2021-09-26 Thread Alessandro Barbieri
commit: 1e3928909c33586ae024ff6ca87eb7c4c2d5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 18:38:32 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:38:32 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e392833

TODO.md: remove deadbeef

Signed-off-by: Alessandro Barbieri  gmail.com>

 TODO.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index 140468924..d42bc6102 100644
--- a/TODO.md
+++ b/TODO.md
@@ -42,7 +42,6 @@ Name | Buildsystem | Category | User | RFH
 [graph-tool](https://graph-tool.skewed.de/) | autotools | visualization | 
Alessandro-Barbieri | no
 [tides](https://sourceforge.net/projects/tidesodes/) | autotools | math | 
Alessandro-Barbieri | no
 [Cakeml](https://cakeml.org/) | autotools | ML | Alessandro-Barbieri | yes
-[deadbeef](https://github.com/DeaDBeeF-Player/deadbeef) | autotools | audio | |
 
[temanejo](https://www.hlrs.de/solutions-services/service-portfolio/programming/hpc-development-tools/temanejo)
 | autotools | cluster | Alessandro-Barbieri | no
 [geopm](https://geopm.github.io/) | autotools | power | Alessandro-Barbieri | 
no
 [warewulf](https://warewulf.lbl.gov/) | autotools | cluster | 
Alessandro-Barbieri | no



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

2021-09-26 Thread Alessandro Barbieri
commit: bf5102476306916483c580b0a9d3928f795369a2
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 18:27:46 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf510247

dev-python/oslo-upgradecheck: add tests

Closes: https://bugs.gentoo.org/799557
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/oslo-upgradecheck/Manifest  |  2 +-
 dev-python/oslo-upgradecheck/metadata.xml  |  1 +
 .../oslo-upgradecheck-1.1.1.ebuild | 32 -
 .../oslo-upgradecheck-1.4.0.ebuild | 42 ++
 4 files changed, 44 insertions(+), 33 deletions(-)

diff --git a/dev-python/oslo-upgradecheck/Manifest 
b/dev-python/oslo-upgradecheck/Manifest
index 245690678..97382a775 100644
--- a/dev-python/oslo-upgradecheck/Manifest
+++ b/dev-python/oslo-upgradecheck/Manifest
@@ -1 +1 @@
-DIST oslo-upgradecheck-1.1.1.tar.gz 15096 BLAKE2B 
7aac69c8078d8f6e89c16801fc61bf9d44811b2333ed67d4f2b8a9e432dd8ecb1f90010b796965e838267991a16c0f5b19f25afc98cbb6458906e3af656f91da
 SHA512 
89b7fca8a95195081e83b336d3e55a9c67802ff3b88fbb5849afa7c7424212c03c3a96a916a6a62bcab18ac002f73ab7a4dcc92859e6bcc9b4002798756040b2
+DIST oslo-upgradecheck-1.4.0.tar.gz 19487 BLAKE2B 
6731ace45abc39dc751717ca61a59800a1a07e710c2afcdf1ab9225597b5b33ab4195cb7eae3eed1bab30dc7fda60926192d1edcfd2cf2c41a4c754ccb376966
 SHA512 
ce53c01a6e144788c16f36af74d4593e850631c4552560e36ac17b1583d966ba2df83dc4a4251a81ccb35363935688b1d901de718e2149dd86473cdcc2570961

diff --git a/dev-python/oslo-upgradecheck/metadata.xml 
b/dev-python/oslo-upgradecheck/metadata.xml
index 1a20badb4..fe6ee74a4 100644
--- a/dev-python/oslo-upgradecheck/metadata.xml
+++ b/dev-python/oslo-upgradecheck/metadata.xml
@@ -8,6 +8,7 @@



+   https://bugs.launchpad.net/oslo.upgradecheck
oslo.upgradecheck
oslo


diff --git a/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.1.1.ebuild 
b/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.1.1.ebuild
deleted file mode 100644
index a20e0f654..0
--- a/dev-python/oslo-upgradecheck/oslo-upgradecheck-1.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo i18n library"
-HOMEPAGE="https://launchpad.net/oslo;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   https://opendev.org/openstack/oslo.upgradecheck
+   https://pypi.org/project/oslo.upgradecheck
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-2.0.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0[${PYTHON_USEDEP}]
+   =dev-python/oslotest-3.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-2.21.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/glance/

2021-09-26 Thread Alessandro Barbieri
commit: 3476933ffbfca6d194a35e80377618408d78aa96
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 18:35:28 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3476933f

app-admin/glance: new version

Closes: https://bugs.gentoo.org/799467
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-admin/glance/Manifest  |   2 +-
 .../{glance-21.0.0.ebuild => glance-22.0.0.ebuild} | 101 +++--
 2 files changed, 54 insertions(+), 49 deletions(-)

diff --git a/app-admin/glance/Manifest b/app-admin/glance/Manifest
index a291daf77..3c93096a2 100644
--- a/app-admin/glance/Manifest
+++ b/app-admin/glance/Manifest
@@ -1 +1 @@
-DIST glance-21.0.0.tar.gz 2032938 BLAKE2B 
9da6353d95768c8f241e8ea42def5a7a457d88ddf92c4f881649f196a57ef232ddabcf4f6816256fbd1fcb21b6e7b46811c3bf7c9b9c587fc902d008cbaf525d
 SHA512 
83d49f96a82de0093fe3991f5138febc403964f5af1012de6e63395b82a368e08b2b7d142a889244c4261d1d019336e69050e9149d40b88e1c175f7a561e4f5d
+DIST glance-22.0.0.tar.gz 2064255 BLAKE2B 
28322f6c8b90ef0d54d2bb1ee7b6c7ff1a9e29bf92b2a7bacf0819ecbc1ae30d13b0b79b882feb9f8efb2724c90a52e731d3192ab395bb94f433e2530d08196b
 SHA512 
5dc4ad3bf127b52853c336b2551e02896203d6037408716590545e3b8d34f34bd5ec5aa15842cc76edb9c34851a980e39ed6c92426cf2915bd5aeac7b11c82b9

diff --git a/app-admin/glance/glance-21.0.0.ebuild 
b/app-admin/glance/glance-22.0.0.ebuild
similarity index 58%
rename from app-admin/glance/glance-21.0.0.ebuild
rename to app-admin/glance/glance-22.0.0.ebuild
index 9b3f1cfdc..8d978dd5f 100644
--- a/app-admin/glance/glance-21.0.0.ebuild
+++ b/app-admin/glance/glance-22.0.0.ebuild
@@ -1,63 +1,71 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_8 )
+
 inherit distutils-r1
 
 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
-HOMEPAGE="https://launchpad.net/glance;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openstack/glance.git;
-   EGIT_BRANCH="stable/victoria"
-else
-   SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~x86"
-fi
+HOMEPAGE="
+   https://launchpad.net/glance
+   https://github.com/openstack/glance
+"
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
 
+KEYWORDS="~amd64"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="mysql postgres +sqlite +swift"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+REQUIRED_USE="
+   || ( mysql postgres sqlite )
+   test? ( mysql )
+"
+
+distutils_enable_tests pytest
 
 #note to self, wsgiref is a python builtin, no need to package it
 #>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]
 
 DEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
+   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
+   >=dev-python/psycopg-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/python-cinderclient-4.1.0[${PYTHON_USEDEP}]
+   >=dev-python/os-brick-3.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-privsep-1.32.0[${PYTHON_USEDEP}]
+   )
 "
+#  >=dev-python/xattr-0.9.2[${PYTHON_USEDEP}]
+#  >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-3.1.0[${PYTHON_USEDEP}]
>=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]
sqlite? (
>=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
)
mysql? (
>=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gdu/

2021-09-26 Thread Alessandro Barbieri
commit: 8ab69fb906c2bc65dd21ef0374024bc420b0e9dd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 18:22:34 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ab69fb9

sys-fs/gdu: add 5.8.1, drop 5.7.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-fs/gdu/Manifest   | 2 +-
 sys-fs/gdu/{gdu-5.7.0.ebuild => gdu-5.8.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/gdu/Manifest b/sys-fs/gdu/Manifest
index d54c20d64..cbc398301 100644
--- a/sys-fs/gdu/Manifest
+++ b/sys-fs/gdu/Manifest
@@ -37,7 +37,7 @@ DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.5.0.mod 953 
BLAKE2B c520f4cc8fbb6
 DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.6.0.mod 736 BLAKE2B 
2337ea8dca35e9407e0b4fbb200e5465cf3338fe2eb3420444b1fa4805312f52cf9ade3e2e70d9dcc4973edcfcb1fe597d132032829133808c4842ad76f4c69b
 SHA512 
e1e51b6a44ac17f31a09b6fefea0840fd92febeeaf97ef8ce960825473b5acbab5ade353f89d5d48b5a85ebf2b928f727ec9a3f58c8e39afbec4fbb9c22e44c0
 DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.8.0.mod 622 BLAKE2B 
621e3faa3335ebec92c376298699510d800c2653c3680a438095c3dd9d6ba1f83f13a0302f316beea786b8f606ff3b4f62d21abe63d72f3f5c4e12fb81f61511
 SHA512 
409dad03104a4ac6b4a8c6da3540ab382345c86e48732f2b37d64ae2bc1c721d9f0a1ed0824a36085baa7102d2626e84f44706b16297623e8deb58fa9e24ba38
 DIST 
dmitri.shuralyov.com%2Fgpu%2Fmtl%2F@v%2Fv0.0.0-20190408044501-666a987793e9.mod 
36 BLAKE2B 
b430ef9388b0dfe932b201495a00275a6036338c99160d7362556be1e25924584b0802061d193533f23b1f76719dfd6a9484572babd25f1af0e53fd9bf07ac00
 SHA512 
196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
-DIST gdu-5.7.0.tar.gz 62365 BLAKE2B 
7577e3a38f262c265e7eda7e6b50633b3e56608c78550d9ec761a792028ad818553a2a1a08ef146ff66682bdf0bfcad33f46706201c7b6e9114fda8764b29d7a
 SHA512 
5a15738cb831ba617715f25da07b5c85bff3d1943fad33afe55432c9920818b6479a4204155962396ec6d504ad7de06b194bff714514964019499b64e4ac658b
+DIST gdu-5.8.1.tar.gz 62478 BLAKE2B 
a0fbb634abce198afc0a3df94ab766ede291652b82dd429e87a86dd72356c546beb0fe7dbaf2bfc01f1bf68a8a3612fa30750a9c958b8b401936dc2d2029c606
 SHA512 
f7f9d25c3b0041db272b9e888f52e5ebd2a344bcbb2a0ef5fd84c471fae79528d8f8fabfd1bbbe1ef66850270b95b260490a3fef4b551fe884f0cabbe2dc3cf8
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST 
github.com%2F!burnt!sushi%2Fxgb%2F@v%2Fv0.0.0-20160522181843-27f122750802.mod 
33 BLAKE2B 
d234bf9be3dd919cb1f8d33750a24dca68c90fea110fd0ff62f0dba86d2ebbfc66d55fea62745b6383c5607bc91cfd78c9d2cf12df251397e85995c04707caa2
 SHA512 
dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d
 DIST github.com%2Fantihax%2Foptional%2F@v%2Fv1.0.0.mod 44 BLAKE2B 
9ee187c88e6e4eba0b58dc16701725ff50dfc3af729ff9b58c3dcd200854af59d50689ffc51caafbe6af5685d5796331fc69dcb4a1813f6124c4e6f1a0bb5725
 SHA512 
e594fe55205c9dd96af55f58d011e5ef916c66eb057f7c0cb73fda0388133b6b476bce423969f85c1b95eb87ed9ed48bce7570fdbd131e0ad5e7ac6010514c58

diff --git a/sys-fs/gdu/gdu-5.7.0.ebuild b/sys-fs/gdu/gdu-5.8.1.ebuild
similarity index 99%
rename from sys-fs/gdu/gdu-5.7.0.ebuild
rename to sys-fs/gdu/gdu-5.8.1.ebuild
index 800b9e92d..a045c1817 100644
--- a/sys-fs/gdu/gdu-5.7.0.ebuild
+++ b/sys-fs/gdu/gdu-5.8.1.ebuild
@@ -617,7 +617,7 @@ EGO_SUM=(
"rsc.io/binaryregexp v0.2.0/go.mod"
"rsc.io/quote/v3 v3.1.0/go.mod"
"rsc.io/sampler v1.3.0/go.mod"
-   )
+)
 go-module_set_globals
 
 DESCRIPTION="Disk usage analyzer with console interface written in Go"



  1   2   3   >