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

2021-05-15 Thread Hans de Graaff
commit: baa362b556216d5a476f97a384a124b2b05b117f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 16 05:25:18 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 16 05:25:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa362b5

dev-ruby/docile: cleanup

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

 dev-ruby/docile/Manifest|  3 ---
 dev-ruby/docile/docile-1.3.2.ebuild | 31 ---
 dev-ruby/docile/docile-1.3.3.ebuild | 30 --
 dev-ruby/docile/docile-1.3.4.ebuild | 30 --
 4 files changed, 94 deletions(-)

diff --git a/dev-ruby/docile/Manifest b/dev-ruby/docile/Manifest
index dc4652df825..29daa296528 100644
--- a/dev-ruby/docile/Manifest
+++ b/dev-ruby/docile/Manifest
@@ -1,4 +1 @@
-DIST docile-1.3.2.tar.gz 14684 BLAKE2B 
f24ce3ae857d249ce2fc32bcefa505b272327962755e000e51dd13531ad81a039c1da0e97774752cc03444fc3f44fa12212bbe61ff7886ebf5d44076785db3df
 SHA512 
6bba8e8855e43acc3ad314ca500896b861865e4470618f98e720a11a26e226e30d8748096638027e213eeb54838fd1c3b2c9749701476d26cf8bc55c82c4f3ce
-DIST docile-1.3.3.tar.gz 15752 BLAKE2B 
290af9553aba4b8b6ab058a1b1dbc4a36e840b3dc11e97db08408230679ab1095a5f6c03b133d9c02d2c1c9be75cf4d5cfa525bf5bd3c0705993df975ef152f3
 SHA512 
64e4f45616135f2089ecdb7282b7d1bed61cc5a1c8fa37e5ea70d8141d364760c62e06c650359d9cc107088fcfe4837d6bf35b492bd81c0207b037aa67d1d114
-DIST docile-1.3.4.tar.gz 15726 BLAKE2B 
93f37266dc7fe80f8d3863ac7c5293dbd0432a5917f4ab134a1ceea4bdfb40a6af2e045db0b690fa3ef2590f2c781ea003ca482521e271e21ee50aa95aa9a30c
 SHA512 
4e191f0cc374a429a1bb3297c1baf1d337918a475c783a12ac4e4c5de8cc941d440c85d31f2d226736c9fe88c52698b54bd9897be9b497e96eaceef73a6f0f56
 DIST docile-1.3.5.tar.gz 16345 BLAKE2B 
c06fe60bc6e0fc0dec699271fcdc0b23febeba939aab513a23d5065d33bc7ce5d1cd6391d7b05a5f163c4420c199e12c97a79855d03fb252b61661c2532ac879
 SHA512 
be193eff58b73e0367a109d459e28097d04e0486b152b084f2fd6bcc795aedbaa12c13dae6d845ec4ef3d52335563ce2b22d5424d689e8b93ff9adf7dbe7b0e9

diff --git a/dev-ruby/docile/docile-1.3.2.ebuild 
b/dev-ruby/docile/docile-1.3.2.ebuild
deleted file mode 100644
index 2adf8d06e6a..000
--- a/dev-ruby/docile/docile-1.3.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
-
-RUBY_FAKEGEM_GEMSPEC="docile.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Turns any Ruby object into a DSL"
-HOMEPAGE="https://ms-ati.github.io/docile/;
-SRC_URI="https://github.com/ms-ati/docile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/require \"github\/markup\"/d' Rakefile || die
-   sed -i -e '/^unless on/,/^end/ s:^:#:' spec/spec_helper.rb || die
-
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

diff --git a/dev-ruby/docile/docile-1.3.3.ebuild 
b/dev-ruby/docile/docile-1.3.3.ebuild
deleted file mode 100644
index 41f1cd91fff..000
--- a/dev-ruby/docile/docile-1.3.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
-
-RUBY_FAKEGEM_GEMSPEC="docile.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Turns any Ruby object into a DSL"
-HOMEPAGE="https://ms-ati.github.io/docile/;
-SRC_URI="https://github.com/ms-ati/docile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/require \"github\/markup\"/d' Rakefile || die
-   sed -i -e '/^unless on/,/^end/ s:^:#:' spec/spec_helper.rb || die
-
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-}

diff --git a/dev-ruby/docile/docile-1.3.4.ebuild 
b/dev-ruby/docile/docile-1.3.4.ebuild
deleted file mode 100644
index 41f1cd91fff..000
--- a/dev-ruby/docile/docile-1.3.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
-
-RUBY_FAKEGEM_GEMSPEC="docile.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Turns any Ruby object into a DSL"
-HOMEPAGE="https://ms-ati.github.io/docile/;
-SRC_URI="https://github.com/ms-ati/docile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/require \"github\/markup\"/d' 

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

2021-05-15 Thread Hans de Graaff
commit: e6288dbfaed4c921e5d88b9bf16e186227d6118b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 16 05:20:45 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 16 05:20:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6288dbf

dev-ruby/actionpack-action_caching: add 1.2.2

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

 dev-ruby/actionpack-action_caching/Manifest|  1 +
 .../actionpack-action_caching-1.2.2.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/actionpack-action_caching/Manifest 
b/dev-ruby/actionpack-action_caching/Manifest
index a2cc5cbb53c..95828aff499 100644
--- a/dev-ruby/actionpack-action_caching/Manifest
+++ b/dev-ruby/actionpack-action_caching/Manifest
@@ -1 +1,2 @@
 DIST actionpack-action_caching-1.2.1.gem 16384 BLAKE2B 
5bda3597a10bdba21fcaf6f2a854832b79c7bec4791f5ca736e3ebcc266ee1d604b932b653df592892a6c59969bb7e405f55e5ac59400762da23a1392e1e7e5a
 SHA512 
340a0159596fbc36706cef2dd11a542353cbd2b3f5941e005e5e8e2a2bcadbdfbaa000e79db1aa6b438c9e9f2d21c125071c40e2e46b2d30c876490553b386a4
+DIST actionpack-action_caching-1.2.2.gem 16384 BLAKE2B 
dc41343b2645b9ca6ab2148f175c73dba8c54eef227720c8be06ff17e724338fd2edce6dac9939f379676cd759acd87d07b580cf8b53570a321adce1c009b02d
 SHA512 
aff795fe47f6bf97875afdcc6d55ecf5769850985f3f989a95beb46e09989d70e6b05b3182b78029f98ab1545715a7877c1021dda5b4bdbf575a3a540623bbaa

diff --git 
a/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild 
b/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild
new file mode 100644
index 000..b3549be733d
--- /dev/null
+++ b/dev-ruby/actionpack-action_caching/actionpack-action_caching-1.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Action caching for Action Pack (removed from core in Rails 4.0)"
+HOMEPAGE="https://github.com/rails/actionpack-action_caching;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/actionpack-4.0.0:*"
+
+ruby_add_bdepend "test? ( >=dev-ruby/activerecord-4.0.0
+   dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/abstract_unit.rb || die
+   sed -i -e "/git/d" ${PN}.gemspec || die
+   sed -i -e "2irequire 'mocha/setup'" test/caching_test.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test test/caching_test.rb || die
+}



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

2021-05-15 Thread Hans de Graaff
commit: 05b6fdf8a83a5540b97edf7ce00845cf3eb2aa17
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 16 05:31:20 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 16 05:31:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b6fdf8

dev-ruby/docile: add 1.4.0

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

 dev-ruby/docile/Manifest|  1 +
 dev-ruby/docile/docile-1.4.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/docile/Manifest b/dev-ruby/docile/Manifest
index 29daa296528..7eb216a1f8d 100644
--- a/dev-ruby/docile/Manifest
+++ b/dev-ruby/docile/Manifest
@@ -1 +1,2 @@
 DIST docile-1.3.5.tar.gz 16345 BLAKE2B 
c06fe60bc6e0fc0dec699271fcdc0b23febeba939aab513a23d5065d33bc7ce5d1cd6391d7b05a5f163c4420c199e12c97a79855d03fb252b61661c2532ac879
 SHA512 
be193eff58b73e0367a109d459e28097d04e0486b152b084f2fd6bcc795aedbaa12c13dae6d845ec4ef3d52335563ce2b22d5424d689e8b93ff9adf7dbe7b0e9
+DIST docile-1.4.0.tar.gz 16932 BLAKE2B 
7e2472a64bcf27899d537444f77cb1fce587400d04c64abe17e2c39b1a50af027941f6ae72d6423817dc7ddfed8e15aa113cc4d32c30b97f166ff37fb7663000
 SHA512 
78350144a9b0d84d6025770d05b1ef34ce431691c08e73232f8b10537bc265f9f06409ff6feabf2e6f20d018dbb83aaf8c0f66e7dcec3e195475820481cd

diff --git a/dev-ruby/docile/docile-1.4.0.ebuild 
b/dev-ruby/docile/docile-1.4.0.ebuild
new file mode 100644
index 000..4cf790013b8
--- /dev/null
+++ b/dev-ruby/docile/docile-1.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
+
+RUBY_FAKEGEM_GEMSPEC="docile.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Turns any Ruby object into a DSL"
+HOMEPAGE="https://ms-ati.github.io/docile/;
+SRC_URI="https://github.com/ms-ati/docile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/require \"github\/markup\"/d' Rakefile || die
+   sed -i -e '/simplecov/,/unshift/ s:^:#:' spec/spec_helper.rb || die
+
+   sed -i -e 's:_relative ": "./:' -e 's/git ls-files -z/find * -print0/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2021-05-15 Thread Hans de Graaff
commit: ecdc9fef2b3899c48a7933b8a5fdc590e06cf857
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 16 05:24:03 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 16 05:24:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdc9fef

dev-ruby/acts_as_list: add missing test dependency

Closes: https://bugs.gentoo.org/738846
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild 
b/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild
index 600bb27fcc3..05695b6c349 100644
--- a/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild
+++ b/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild
@@ -25,6 +25,7 @@ ruby_add_bdepend "
test? (
dev-ruby/mocha
dev-ruby/test-unit:2
+   dev-ruby/timecop
dev-ruby/activerecord[sqlite]
)"
 



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

2021-05-15 Thread Hans de Graaff
commit: 796dbeb27b8322cf9810b6667766f266bcf4df55
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May 16 05:22:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May 16 05:22:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796dbeb2

dev-ruby/acts_as_list: add 1.0.4

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

 dev-ruby/acts_as_list/Manifest  |  1 +
 dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/acts_as_list/Manifest b/dev-ruby/acts_as_list/Manifest
index 1e42db6fada..5874825eaa2 100644
--- a/dev-ruby/acts_as_list/Manifest
+++ b/dev-ruby/acts_as_list/Manifest
@@ -1,2 +1,3 @@
 DIST acts_as_list-1.0.1.gem 39424 BLAKE2B 
278705cd57bf3fcf2d1d9e2f4ad8757c9842f768bc36470e5b9a2f52f0d695f4c7bbab71200dde8e1fb099840495ea5a6ad131d1a213b8389dce49e08240eb3a
 SHA512 
15a0cd7e6c89ba6ed218c5e866b15c33ae64f5ed1587de67ec6ea20480fa622ec32f3131e714ff0d5196189a46d5d745ff5de026c451a485ebb735df73ef9ce5
 DIST acts_as_list-1.0.3.gem 40448 BLAKE2B 
dd847fc30b374d2d0087fcdef95aabbcf0b5237597ec908c422708519fb3a39892a419a0acb5e33751005f64bf5c30ea76927e17b77a7970764009c19ef83663
 SHA512 
efcfb79cb09543867d6938766c39c4a89de09f957c1d37a716e41c895dbea8d324c40f17952d878cc97a2a449fb01f24823109978bf4901771ddfdb4929f6ee4
+DIST acts_as_list-1.0.4.gem 40448 BLAKE2B 
ac0d9e29006c052b1f421fc734d19390942fcb1eb68d33ed67944bf9bcf1dc8b73c813a2ee8ae6b358f74e019bf36d200e6fe44e01391dff68041d5263b907b1
 SHA512 
45cc3a2ddc3bdf245819bfe62c39cea5e9b96bf63b3e817adae2acadcf7b51f47379ae9bf1c2c1cfd6a1dc70d7279f44e0a932c838fa93fa4a0c3b9dcbcd46ea

diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild 
b/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild
new file mode 100644
index 000..600bb27fcc3
--- /dev/null
+++ b/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+inherit ruby-fakegem
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+DESCRIPTION="Capabilities for sorting and reordering a number of objects in a 
list"
+HOMEPAGE="https://github.com/swanandp/acts_as_list;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-4.2:*"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/mocha
+   dev-ruby/test-unit:2
+   dev-ruby/activerecord[sqlite]
+   )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/bundler/,/^end/ s:^:#:' test/helper.rb || die
+   sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+   sed -i -e '/github_changelog/,$ s:^:#:' Rakefile || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-scheme/files/, app-eselect/eselect-scheme/

2021-05-15 Thread Maciej Barć
commit: 22435ed2de465f3c77c958a044c2f65e2f6c02c1
Author: Maciej Barć  riseup  net>
AuthorDate: Sun May 16 04:47:38 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Sun May 16 04:47:38 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22435ed2

app-eselect/eselect-scheme: release 2.0.0

Signed-off-by: Maciej Barć  riseup.net>

 ...me-1.0.0.ebuild => eselect-scheme-2.0.0.ebuild} |  0
 .../eselect-scheme/files/scheme.eselect-1.0.0  | 31 --
 .../eselect-scheme/files/scheme.eselect-2.0.0  | 37 ++
 3 files changed, 37 insertions(+), 31 deletions(-)

diff --git a/app-eselect/eselect-scheme/eselect-scheme-1.0.0.ebuild 
b/app-eselect/eselect-scheme/eselect-scheme-2.0.0.ebuild
similarity index 100%
rename from app-eselect/eselect-scheme/eselect-scheme-1.0.0.ebuild
rename to app-eselect/eselect-scheme/eselect-scheme-2.0.0.ebuild

diff --git a/app-eselect/eselect-scheme/files/scheme.eselect-1.0.0 
b/app-eselect/eselect-scheme/files/scheme.eselect-1.0.0
deleted file mode 100644
index 828d5ed4f..0
--- a/app-eselect/eselect-scheme/files/scheme.eselect-1.0.0
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-
-DESCRIPTION="Manages scheme implementations"
-MAINTAINER="x...@riseup.net"
-VERSION="1.0.0"
-
-SYMLINK_DESCRIPTION="default scheme implementations"
-SYMLINK_PATH="/usr/bin/scheme"
-SYMLINK_TARGETS=(
-chezscheme chicken
-elk escm
-guile gsi gxi
-jscheme
-plt-r5rs
-racket
-scheme48 scm
-tinyscheme
-ypsilon
-)
-
-
-inherit bin-symlink
-
-do_unset() {
-rm -f "${SYMLINK_PATH}"
-}

diff --git a/app-eselect/eselect-scheme/files/scheme.eselect-2.0.0 
b/app-eselect/eselect-scheme/files/scheme.eselect-2.0.0
new file mode 100644
index 0..1f068f2d6
--- /dev/null
+++ b/app-eselect/eselect-scheme/files/scheme.eselect-2.0.0
@@ -0,0 +1,37 @@
+#!/bin/sh
+
+
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+
+DESCRIPTION="Manages scheme implementations"
+MAINTAINER="x...@riseup.net"
+VERSION="2.0.0"
+
+SYMLINK_DESCRIPTION="default scheme implementations"
+SYMLINK_PATH="/usr/bin/scheme"
+SYMLINK_TARGETS=(
+chezscheme  # dev-scheme/chezscheme
+chicken # dev-scheme/chicken
+cyclone icyc# dev-scheme/cyclone
+elk # dev-scheme/elk
+escm# dev-scheme/escm
+gsi # dev-scheme/gambit
+guile   # dev-scheme/guile
+gxi # dev-scheme/gerbil
+jscheme # dev-scheme/jscheme
+plt-r5rs racket # dev-scheme/racket
+scheme48# dev-scheme/scheme48
+scm # dev-scheme/scm
+stklos  # dev-scheme/stklos
+tinyscheme  # dev-scheme/tinyscheme
+ypsilon # dev-scheme/ypsilon
+)
+
+
+inherit bin-symlink
+
+do_unset() {
+rm -f "${SYMLINK_PATH}"
+}



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

2021-05-15 Thread Joshua Kinard
commit: 1de20b10c028d482bc0bb85c1e7e12a3dc6cd5b3
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sun May 16 02:41:21 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sun May 16 02:41:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de20b10

dev-perl/DBD-mysql: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/737594
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.18, Repoman-3.0.3

 dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild
index 94e89d91ead..3e09d67b1a3 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
 
 IUSE="mariadb +mysql test +ssl"
 RESTRICT="!test? ( test )"



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

2021-05-15 Thread Maciej Barć
commit: b7dd72c83a2726fdc63913801ba50aec884c3c80
Author: Maciej Barć  riseup  net>
AuthorDate: Sun May 16 01:28:31 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Sun May 16 01:28:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7dd72c8

dev-scheme/cyclone: remove defults

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 dev-scheme/cyclone/cyclone-0.28.0.ebuild | 4 
 dev-scheme/cyclone/cyclone-.ebuild   | 4 
 2 files changed, 8 deletions(-)

diff --git a/dev-scheme/cyclone/cyclone-0.28.0.ebuild 
b/dev-scheme/cyclone/cyclone-0.28.0.ebuild
index 7291e1b0f..22ec9778a 100644
--- a/dev-scheme/cyclone/cyclone-0.28.0.ebuild
+++ b/dev-scheme/cyclone/cyclone-0.28.0.ebuild
@@ -36,10 +36,6 @@ src_configure() {
tc-export CC
 }
 
-src_compile() {
-   emake
-}
-
 src_test() {
emake test LDFLAGS=""
 }

diff --git a/dev-scheme/cyclone/cyclone-.ebuild 
b/dev-scheme/cyclone/cyclone-.ebuild
index 7291e1b0f..22ec9778a 100644
--- a/dev-scheme/cyclone/cyclone-.ebuild
+++ b/dev-scheme/cyclone/cyclone-.ebuild
@@ -36,10 +36,6 @@ src_configure() {
tc-export CC
 }
 
-src_compile() {
-   emake
-}
-
 src_test() {
emake test LDFLAGS=""
 }



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

2021-05-15 Thread Maciej Barć
commit: d556962c2268cc3db8858427754b3999a888617c
Author: Maciej Barć  riseup  net>
AuthorDate: Sun May 16 01:21:38 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Sun May 16 01:21:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d556962c

dev-scheme/cyclone: add version 0.28.0 and live

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 dev-scheme/cyclone/Manifest  |  1 +
 dev-scheme/cyclone/cyclone-0.28.0.ebuild | 51 
 dev-scheme/cyclone/cyclone-.ebuild   | 51 
 dev-scheme/cyclone/metadata.xml  | 24 +++
 4 files changed, 127 insertions(+)

diff --git a/dev-scheme/cyclone/Manifest b/dev-scheme/cyclone/Manifest
new file mode 100644
index 0..7d9a1e32b
--- /dev/null
+++ b/dev-scheme/cyclone/Manifest
@@ -0,0 +1 @@
+DIST cyclone-0.28.0.tar.gz 3683280 BLAKE2B 
7f5e5982104094bbadc9cde545b3d9d21b3f000136ff07543b4fd4f8a5e79799b8adf8c480bc65f15645e62ec9ae59c5ae9305334ae2ef080eab6d730045
 SHA512 
e106a0ef779a4829b729a928e30cf80409e6fe6bb14859c595098e0bfe18fcd5d9ba8859d607a55ec2f97b2c58ec8ccb3405b41de34044994441889718c6caec

diff --git a/dev-scheme/cyclone/cyclone-0.28.0.ebuild 
b/dev-scheme/cyclone/cyclone-0.28.0.ebuild
new file mode 100644
index 0..7291e1b0f
--- /dev/null
+++ b/dev-scheme/cyclone/cyclone-0.28.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Cyclone is a self-hosting Scheme to C compiler
+# cyclone-bootstrap is the Cyclone SOURCE transpired by it to C
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Scheme R7RS to C compiler"
+HOMEPAGE="http://justinethier.github.io/cyclone/;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/justinethier/${PN}-bootstrap.git;
+else
+   
SRC_URI="https://github.com/justinethier/${PN}-bootstrap/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-bootstrap-${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="
+   dev-libs/concurrencykit
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   append-cflags -fPIC -rdynamic -Iinclude
+   append-ldflags -L. -Wl,--export-dynamic
+   tc-export CC
+}
+
+src_compile() {
+   emake
+}
+
+src_test() {
+   emake test LDFLAGS=""
+}
+
+src_install() {
+   einstalldocs
+
+   emake PREFIX="/usr" DESTDIR="${D}" install
+}

diff --git a/dev-scheme/cyclone/cyclone-.ebuild 
b/dev-scheme/cyclone/cyclone-.ebuild
new file mode 100644
index 0..7291e1b0f
--- /dev/null
+++ b/dev-scheme/cyclone/cyclone-.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Cyclone is a self-hosting Scheme to C compiler
+# cyclone-bootstrap is the Cyclone SOURCE transpired by it to C
+
+EAPI=7
+
+inherit flag-o-matic
+
+DESCRIPTION="Scheme R7RS to C compiler"
+HOMEPAGE="http://justinethier.github.io/cyclone/;
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/justinethier/${PN}-bootstrap.git;
+else
+   
SRC_URI="https://github.com/justinethier/${PN}-bootstrap/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-bootstrap-${PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DEPEND="
+   dev-libs/concurrencykit
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+src_configure() {
+   append-cflags -fPIC -rdynamic -Iinclude
+   append-ldflags -L. -Wl,--export-dynamic
+   tc-export CC
+}
+
+src_compile() {
+   emake
+}
+
+src_test() {
+   emake test LDFLAGS=""
+}
+
+src_install() {
+   einstalldocs
+
+   emake PREFIX="/usr" DESTDIR="${D}" install
+}

diff --git a/dev-scheme/cyclone/metadata.xml b/dev-scheme/cyclone/metadata.xml
new file mode 100644
index 0..befb734c7
--- /dev/null
+++ b/dev-scheme/cyclone/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+x...@riseup.net
+Maciej Barć
+
+
+Cyclone Scheme is a brand-new compiler that allows real-world
+application development using the R7RS Scheme Language standard.
+We provide modern features and a stable system capable of generating
+fast native binaries.
+Cheney on the MTA is used by Cyclone's runtime to implement full tail
+recursion, continuations, and generational garbage collection.
+In addition, the Cheney on the MTA concept has been extended to allow
+execution of multiple native threads. An on-the-fly garbage collector
+is used to manage the second-generation heap and perform major
+collections without "stopping the world".
+
+
+justinethier/cyclone-bootstrap
+justinethier/cyclone
+
+



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

2021-05-15 Thread Conrad Kostecki
commit: 2992fce599930fda0a031eeab572bdcab1fcb7a1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun May 16 00:56:57 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun May 16 00:56:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2992fce5

net-im/prosody: drop old version

Bug: https://bugs.gentoo.org/789969
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/prosody/Manifest  |   1 -
 net-im/prosody/prosody-0.11.8.ebuild | 102 ---
 2 files changed, 103 deletions(-)

diff --git a/net-im/prosody/Manifest b/net-im/prosody/Manifest
index 06971cc7059..0df7e66655a 100644
--- a/net-im/prosody/Manifest
+++ b/net-im/prosody/Manifest
@@ -1,2 +1 @@
-DIST prosody-0.11.8.tar.gz 429762 BLAKE2B 
e7c945d0f99ed02cd54175f989241ee4731677600db39475365d3a4227afe2fa2b6f2075e3820fa9b7840d65014f43f786fa218a60765f7be319ddd7d30b67d4
 SHA512 
b0b7e1d3e41f47f0f88ad5b76444e4959b20f4c7a937f3cc605ba6ed5d92e713a3054dcb61ee6629063883a8f9ff1a03952893de4a0d840dcec4e5e42079eb57
 DIST prosody-0.11.9.tar.gz 431647 BLAKE2B 
b6cf013a53c91675b50f601031b4843a826d011c4e06b06b27968413f4807a083811465b836531652fb47adc3bdb2ac82308a3c79953d80d6839ca23c669ab80
 SHA512 
fab1acb3de4ff01e3e8c6e9e4dc37cb161259f1649683a1f9d925ed9f1709e052bfc831cba3f1861a9cca599f2b725ee739bfcb57164d6f50ac07011b52a

diff --git a/net-im/prosody/prosody-0.11.8.ebuild 
b/net-im/prosody/prosody-0.11.8.ebuild
deleted file mode 100644
index a89c56614eb..000
--- a/net-im/prosody/prosody-0.11.8.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..3} luajit )
-LUA_REQ_USE="deprecated(+)"
-
-inherit lua-single systemd tmpfiles toolchain-funcs
-
-DESCRIPTION="Prosody is a modern XMPP communication server"
-HOMEPAGE="https://prosody.im/;
-SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 x86"
-IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib"
-REQUIRED_USE="
-   ^^ ( icu idn )
-   ${LUA_REQUIRED_USE}
-"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   $(lua_gen_cond_dep 'dev-lua/luaexpat[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 'dev-lua/luafilesystem[${LUA_USEDEP}]')
-   $(lua_gen_cond_dep 'dev-lua/luasocket[${LUA_USEDEP}]')
-   net-im/jabber-base
-   icu? ( dev-libs/icu:= )
-   idn? ( net-dns/libidn:= )
-   libevent? ( $(lua_gen_cond_dep 'dev-lua/luaevent[${LUA_USEDEP}]') )
-   dev-libs/openssl:0=
-   lua_single_target_lua5-1? ( $(lua_gen_cond_dep 
'dev-lua/lua-bit32[lua_targets_lua5-1(-)]') )
-   mysql? ( $(lua_gen_cond_dep 'dev-lua/luadbi[mysql,${LUA_USEDEP}]') )
-   postgres? ( $(lua_gen_cond_dep 
'dev-lua/luadbi[postgres,${LUA_USEDEP}]') )
-   sqlite? ( $(lua_gen_cond_dep 'dev-lua/luadbi[sqlite,${LUA_USEDEP}]') )
-   ssl? ( $(lua_gen_cond_dep 'dev-lua/luasec[${LUA_USEDEP}]') )
-   zlib? ( $(lua_gen_cond_dep 'dev-lua/lua-zlib[${LUA_USEDEP}]') )
-   ${LUA_DEPS}
-"
-
-RDEPEND="
-   ${DEPEND}
-   selinux? ( sec-policy/selinux-jabber )
-"
-
-BDEPEND="
-   virtual/pkgconfig
-   test? ( $(lua_gen_cond_dep 'dev-lua/busted[${LUA_USEDEP}]') )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-0.11.7-gentoo.patch" )
-
-src_prepare() {
-   default
-
-   # Set correct plugin path for optional net-im/prosody-modules package
-   sed -e "s/GENTOO_LIBDIR/$(get_libdir)/g" -i prosody.cfg.lua.dist || die
-}
-
-src_configure() {
-   local myeconfargs=(
-   --add-cflags="${CFLAGS}"
-   --add-ldflags="${LDFLAGS}"
-   --c-compiler="$(tc-getCC)"
-   --datadir="${EPREFIX}/var/spool/jabber"
-   --idn-library="$(usex idn 'idn' 'icu')"
-   --libdir="${EPREFIX}/usr/$(get_libdir)"
-   --linker="$(tc-getCC)"
-   --lua-version="$(usex lua_single_target_luajit '5.1' $(ver_cut 
1-2 $(lua_get_version)))"
-   --no-example-certs
-   --ostype="linux"
-   --prefix="${EPREFIX}/usr"
-   --runwith="${ELUA}"
-   --sysconfdir="${EPREFIX}/etc/jabber"
-   --with-lua-include="${EPREFIX}/$(lua_get_include_dir)"
-   --with-lua-lib="${EPREFIX}/$(lua_get_cmod_dir)"
-   )
-
-   # Since the configure script is handcrafted,
-   # and yells at unknown options, do not use 'econf'.
-   ./configure "${myeconfargs[@]}" || die
-
-   rm makefile || die
-   mv GNUmakefile Makefile || die
-}
-
-src_install() {
-   default
-
-   keepdir /var/spool/jabber
-
-   newinitd "${FILESDIR}"/prosody.initd-r5 prosody
-   systemd_newunit "${FILESDIR}"/prosody.service-r2 prosody.service
-
-   newtmpfiles "${FILESDIR}"/prosody.tmpfilesd-r1 prosody.conf
-}
-
-pkg_postinst() {
-   

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

2021-05-15 Thread Sam James
commit: ca6951fc94dab1690465377e04935aba89c280a3
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:14:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:14:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6951fc

dev-perl/Date-Manip: Stabilize 6.820.0 ppc64, #790443

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

 dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
index c2c44c8f80b..408997bc83f 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl date manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_musl test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 4ec1df69d0e10542f4f74ac94c5cebea45836e26
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:20:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:20:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec1df69

profiles/updates: fix OldPackageUpdate for media-gfx/icc-examin

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

 profiles/updates/4Q-2018 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/updates/4Q-2018 b/profiles/updates/4Q-2018
index 22893db01ab..20199b3e162 100644
--- a/profiles/updates/4Q-2018
+++ b/profiles/updates/4Q-2018
@@ -4,4 +4,3 @@ move dev-libs/mini-xml dev-libs/mxml
 move x11-misc/xembedsniproxy kde-plasma/xembed-sni-proxy
 move x11-apps/intel-gpu-tools x11-apps/igt-gpu-tools
 move games-board/knights kde-apps/knights
-move media-gfx/icc_examin media-gfx/icc-examin



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

2021-05-15 Thread Sam James
commit: 49cf58aa1b0f0893913679ae7067c0bfbbb501b8
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:14:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:14:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49cf58aa

dev-ruby/nokogiri: Stabilize 1.11.4 ppc, #790317

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

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

diff --git a/dev-ruby/nokogiri/nokogiri-1.11.4.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.11.4.ebuild
index a12fe2fd24d..c752bce17de 100644
--- a/dev-ruby/nokogiri/nokogiri-1.11.4.ebuild
+++ b/dev-ruby/nokogiri/nokogiri-1.11.4.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://www.nokogiri.org/;
 LICENSE="MIT"
 SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~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 ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



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

2021-05-15 Thread Sam James
commit: 27632ab657c09d5dcb219703ae4d54eb9985c081
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:14:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:14:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27632ab6

dev-perl/Date-Manip: Stabilize 6.820.0 ppc, #790443

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

 dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
index 3b02d61c553..c2c44c8f80b 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl date manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_musl test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 860bad0cdc6d1572719be920bc378bd71a5fc51b
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:14:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:14:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860bad0c

dev-perl/Data-UUID: Stabilize 1.226.0 ppc, #790428

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

 dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild 
b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
index 5548b18165c..4ab24f2e626 100644
--- a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
+++ b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Generate Globally/Universally Unique Identifiers 
(GUIDs/UUIDs)"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Digest-MD5



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny-XS/

2021-05-15 Thread Sam James
commit: a703a2c0da8dd48d1f425b1d298f3d8dba38fae1
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:11:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:11:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a703a2c0

dev-perl/Type-Tiny-XS: Keyword 0.12.0 ppc64, #788778

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

 dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild 
b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
index 7cb03bc9aa6..8e18f00 100644
--- a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
+++ b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type 
constraints"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 9dfb676f8a9d693d4545f095ce3b6ebd67fc86e6
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:12:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:12:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfb676f

media-libs/leptonica: Stabilize 1.80.0 x86, #775629

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

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

diff --git a/media-libs/leptonica/leptonica-1.80.0.ebuild 
b/media-libs/leptonica/leptonica-1.80.0.ebuild
index 5fbbbc4b970..f6e32931f7e 100644
--- a/media-libs/leptonica/leptonica-1.80.0.ebuild
+++ b/media-libs/leptonica/leptonica-1.80.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.leptonica.org/;
 
SRC_URI="https://github.com/DanBloomberg/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="Apache-2.0"
 SLOT="0/5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
 IUSE="gif jpeg jpeg2k png static-libs test tiff utils webp zlib"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: f8f25c8ef58382d484e691f2df3e759224f2c88a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:11:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:11:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f25c8e

dev-perl/Crypt-CBC: Keyword 3.30.0 ppc64, #788778

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

 dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild 
b/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
index 2c1a5d19b6e..d69c5ffdb5f 100644
--- a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
+++ b/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: bf974f3374009f2938e6004e6aec847ac396cf5a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:11:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:11:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf974f33

media-libs/lilv: Stabilize 0.24.12 arm, #775818

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

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

diff --git a/media-libs/lilv/lilv-0.24.12.ebuild 
b/media-libs/lilv/lilv-0.24.12.ebuild
index 2c1b1c006d8..0fcc041f97c 100644
--- a/media-libs/lilv/lilv-0.24.12.ebuild
+++ b/media-libs/lilv/lilv-0.24.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="doc +dyn-manifest static-libs test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/caribou/

2021-05-15 Thread Sam James
commit: decfd46d1f9d4a3bda19d880f815958f3f3f100c
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:12:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decfd46d

app-accessibility/caribou: Stabilize 0.4.21-r3 amd64, #772950

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

 app-accessibility/caribou/caribou-0.4.21-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild 
b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
index d5ff2747cb3..0481327a484 100644
--- a/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
+++ b/app-accessibility/caribou/caribou-0.4.21-r3.ebuild
@@ -15,7 +15,7 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



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

2021-05-15 Thread Sam James
commit: db95a4c1079853c7022e43e56c13fb6356b3e92a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:11:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:11:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db95a4c1

dev-python/ipython: Keyword 7.23.1 ppc64, #787281

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

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

diff --git a/dev-python/ipython/ipython-7.23.1.ebuild 
b/dev-python/ipython/ipython-7.23.1.ebuild
index a05e6ba572a..8a339cf3747 100644
--- a/dev-python/ipython/ipython-7.23.1.ebuild
+++ b/dev-python/ipython/ipython-7.23.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: fe57c0f02ca5fbc12a068b26149a0021e73a1f6d
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:12:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:12:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe57c0f0

media-libs/leptonica: Stabilize 1.80.0 amd64, #775629

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

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

diff --git a/media-libs/leptonica/leptonica-1.80.0.ebuild 
b/media-libs/leptonica/leptonica-1.80.0.ebuild
index 5cf65cc4ca8..5fbbbc4b970 100644
--- a/media-libs/leptonica/leptonica-1.80.0.ebuild
+++ b/media-libs/leptonica/leptonica-1.80.0.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
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.leptonica.org/;
 
SRC_URI="https://github.com/DanBloomberg/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="Apache-2.0"
 SLOT="0/5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
 IUSE="gif jpeg jpeg2k png static-libs test tiff utils webp zlib"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 5103093adf48f74a6bebcd3f11f7c62bb9c69131
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:11:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:11:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5103093a

dev-perl/Math-Int128: Keyword 0.220.0 ppc64, #788778

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

 dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild 
b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
index a360b36378a..c8b80691b26 100644
--- a/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
+++ b/dev-perl/Math-Int128/Math-Int128-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Manipulate 128 bits integers in Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



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

2021-05-15 Thread Sam James
commit: f0b0f302b890463af8b5ad1fe99711da884999bf
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b0f302

dev-perl/Math-Int64: Keyword 0.540.0 ppc64, #788778

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

 dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild 
b/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild
index f4674cee163..ab4771b5989 100644
--- a/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild
+++ b/dev-perl/Math-Int64/Math-Int64-0.540.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Manipulate 64 bits integers in Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 5c25f8880ec572d8d7fc41fc7d1902313a90408b
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c25f888

dev-perl/indirect: Keyword 0.370.0 ppc64, #788778

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

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

diff --git a/dev-perl/indirect/indirect-0.370.0.ebuild 
b/dev-perl/indirect/indirect-0.370.0.ebuild
index a13fc3a089e..bc455e7e8da 100644
--- a/dev-perl/indirect/indirect-0.370.0.ebuild
+++ b/dev-perl/indirect/indirect-0.370.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Lexically warn about using the indirect method call syntax"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: b115167d0b1bd3a09d7df0d28c37664891735b2d
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:11:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:11:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b115167d

dev-python/matplotlib-inline: Keyword 0.1.2 ppc64, #787281

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

 dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild 
b/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
index 3f0ea313677..9a9110d9d3d 100644
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
+++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



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

2021-05-15 Thread Sam James
commit: ffe517dfb6fc3a5d2dd3743a79741abf33159e59
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe517df

dev-perl/Crypt-PBKDF2: Keyword 0.161.520 ppc64, #788778

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

 dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild 
b/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
index d0753dc6d29..7c3d6cd48e2 100644
--- a/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
+++ b/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="The PBKDF2 password hashing algorithm"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 0036725ab49828679cb5654eafbdf02d205e445c
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0036725a

dev-perl/Lexical-SealRequireHints: Keyword 0.11.0 ppc64, #788778

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

 .../Lexical-SealRequireHints/Lexical-SealRequireHints-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.11.0.ebuild 
b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.11.0.ebuild
index d111d7a65df..cf83a596782 100644
--- a/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.11.0.ebuild
+++ b/dev-perl/Lexical-SealRequireHints/Lexical-SealRequireHints-0.11.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Prevent leakage of lexical hints"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 45912b06e720454a6f91b91352be949876095432
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45912b06

dev-perl/Regexp-Util: Keyword 0.3.0 ppc64, #788778

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

 dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild 
b/dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild
index 074cb9287da..4ebb79bec40 100644
--- a/dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild
+++ b/dev-perl/Regexp-Util/Regexp-Util-0.3.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="General purpose utilities for working with Regular Expressions"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 34716b2638aeade8d1bd07df01dd2c971b941a56
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34716b26

dev-perl/Hash-FieldHash: Keyword 0.150.0-r1 ppc64, #788778

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

 dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild 
b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
index 35a92bebe35..efe84b748d9 100644
--- a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
+++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.150.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Lightweight field hash for inside-out objects"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 52d644c2231d8cb690f86f9e773c8553fa71a3bf
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d644c2

dev-perl/Type-Tie: Keyword 0.9.0 ppc64, #788778

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

 dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild 
b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index b591893950f..b239b9ab973 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Tie a variable to a type constraint"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: dbb55c714e197572381a30caae8c5b7e0e8619c7
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb55c71

dev-perl/Type-Tiny: Keyword 1.2.1 ppc64, #788778

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

 dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild
index bf8e20ef49a..18b714191c6 100644
--- a/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild
+++ b/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 9c8cc1ec3abb333940df0131a1021d9d5f5f1dcf
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8cc1ec

dev-perl/strictures: Keyword 2.0.3 ppc64, #788778

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

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

diff --git a/dev-perl/strictures/strictures-2.0.3.ebuild 
b/dev-perl/strictures/strictures-2.0.3.ebuild
index 4ec6603e2ae..61e02a91d2f 100644
--- a/dev-perl/strictures/strictures-2.0.3.ebuild
+++ b/dev-perl/strictures/strictures-2.0.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Turn on strict and make most warnings fatal"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: b0f76a0f28097926c6080c2f2e3476692a37f9e3
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f76a0f

dev-perl/multidimensional: Keyword 0.13.0 ppc64, #788778

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

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

diff --git a/dev-perl/multidimensional/multidimensional-0.13.0.ebuild 
b/dev-perl/multidimensional/multidimensional-0.13.0.ebuild
index 5ef4624d41e..33401bee28e 100644
--- a/dev-perl/multidimensional/multidimensional-0.13.0.ebuild
+++ b/dev-perl/multidimensional/multidimensional-0.13.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="disables multidimensional array emulation"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-OP-Check/

2021-05-15 Thread Sam James
commit: d4efe27615948de35b75cfcbcbb8836cc138920d
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4efe276

dev-perl/B-Hooks-OP-Check: Keyword 0.220.0-r1 ppc64, #788778

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

 dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0-r1.ebuild 
b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0-r1.ebuild
index fab5f56d54e..c4902fc0d6d 100644
--- a/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0-r1.ebuild
+++ b/dev-perl/B-Hooks-OP-Check/B-Hooks-OP-Check-0.220.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Wrap OP check callbacks"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: a0f1a51dcc48fbde664197a1ad950e8e9f038285
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f1a51d

dev-perl/Digest-SHA3: Keyword 1.40.0 ppc64, #788778

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

 dev-perl/Digest-SHA3/Digest-SHA3-1.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Digest-SHA3/Digest-SHA3-1.40.0.ebuild 
b/dev-perl/Digest-SHA3/Digest-SHA3-1.40.0.ebuild
index e47652add11..9a3e2afb8ab 100644
--- a/dev-perl/Digest-SHA3/Digest-SHA3-1.40.0.ebuild
+++ b/dev-perl/Digest-SHA3/Digest-SHA3-1.40.0.ebuild
@@ -9,4 +9,4 @@ inherit perl-module
 
 DESCRIPTION="Perl extension for SHA-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc64 ~sparc"



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

2021-05-15 Thread Sam James
commit: a8e17219764cda9c230632cf33ed27a7dbc19365
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e17219

dev-perl/bareword-filehandles: Keyword 0.7.0-r1 ppc64, #788778

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

 dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild 
b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
index f89d5cf697f..67418807000 100644
--- a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
+++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Disables bareword filehandles"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: de83a70d904641c532909fc1bf8b5cd125f7a925
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de83a70d

dev-perl/CryptX: Keyword 0.72.0 ppc64, #788778

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

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

diff --git a/dev-perl/CryptX/CryptX-0.72.0.ebuild 
b/dev-perl/CryptX/CryptX-0.72.0.ebuild
index 91ff285f6dd..4a58f14b08b 100644
--- a/dev-perl/CryptX/CryptX-0.72.0.ebuild
+++ b/dev-perl/CryptX/CryptX-0.72.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Self-contained crypto toolkit"
 LICENSE="|| ( Artistic GPL-1+ ) public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 x86"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~ppc64 x86"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-Method-Modifiers/

2021-05-15 Thread Sam James
commit: 9f91815de93e10748bbca00650fbbc351e49660e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f91815d

dev-perl/Class-Method-Modifiers: Keyword 2.130.0 ppc64, #788778

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

 dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild 
b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild
index 3ff8461c891..1a0554ed12f 100644
--- a/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild
+++ b/dev-perl/Class-Method-Modifiers/Class-Method-Modifiers-2.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides Moose-like method modifiers"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: ece62d0396ac7a4b7454250dcca4b3c41f9e06e0
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:10:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:10:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ece62d03

dev-perl/Moo: Keyword 2.3.3 ppc64, #788778

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

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

diff --git a/dev-perl/Moo/Moo-2.3.3.ebuild b/dev-perl/Moo/Moo-2.3.3.ebuild
index d51f81bda7c..9fd12d62d06 100644
--- a/dev-perl/Moo/Moo-2.3.3.ebuild
+++ b/dev-perl/Moo/Moo-2.3.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: d5cdefb9d68fc8869551e158445045dd545e865d
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cdefb9

net-mail/vpopmail: Stabilize 5.4.33-r7 arm, #790080

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

 net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild 
b/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
index 995fa4d5dda..b5f30d5092d 100644
--- a/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE="clearpasswd ipalias maildrop mysql postgres spamassassin"
 REQUIRED_USE="mysql? ( !postgres )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-file-format/

2021-05-15 Thread Sam James
commit: 4cad006cec917e55ce8b0678e97067489437c77e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cad006c

dev-ml/opam-file-format: Stabilize 2.1.2 arm, #783582

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

 dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild 
b/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
index 43381a22c4c..ff4e3f900ce 100644
--- a/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
+++ b/dev-ml/opam-file-format/opam-file-format-2.1.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/uuidm/

2021-05-15 Thread Sam James
commit: afc21c4a3dff1650b925cffef65de728f2d63a5b
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc21c4a

dev-ml/uuidm: Stabilize 0.9.7 arm, #783582

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

 dev-ml/uuidm/uuidm-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/uuidm/uuidm-0.9.7.ebuild b/dev-ml/uuidm/uuidm-0.9.7.ebuild
index 7276c58ef76..35b1878a5c7 100644
--- a/dev-ml/uuidm/uuidm-0.9.7.ebuild
+++ b/dev-ml/uuidm/uuidm-0.9.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dbuenzli/uuidm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 BDEPEND="



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

2021-05-15 Thread Sam James
commit: 16350d0cd1d371c26f6a39bd11c68d73f4538203
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16350d0c

media-libs/sratom: Stabilize 0.6.8 arm, #775809

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

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

diff --git a/media-libs/sratom/sratom-0.6.8.ebuild 
b/media-libs/sratom/sratom-0.6.8.ebuild
index eb91d0762f0..eb56d06c4d8 100644
--- a/media-libs/sratom/sratom-0.6.8.ebuild
+++ b/media-libs/sratom/sratom-0.6.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="doc static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/

2021-05-15 Thread Sam James
commit: 902d86bfb19027429297b25ce576d190490d5e12
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902d86bf

dev-ml/alcotest: Stabilize 1.2.3-r3 arm, #783582

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

 dev-ml/alcotest/alcotest-1.2.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild 
b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild
index 8a91e16c28d..7b9d65f294f 100644
--- a/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild
+++ b/dev-ml/alcotest/alcotest-1.2.3-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/mirage-clock/

2021-05-15 Thread Sam James
commit: f593478d4159f9bc1d461bab5c514fd52f7f1bc8
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f593478d

dev-ml/mirage-clock: Stabilize 3.1.0 arm, #783582

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

 dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild 
b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
index a7ad7f4b7ad..6c21d8ce45b 100644
--- a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
+++ b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/mirage-clock/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/dune-configurator"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/logs/

2021-05-15 Thread Sam James
commit: 8a725710ec559a188938d95384ec852e6c40129a
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a725710

dev-ml/logs: Stabilize 0.7.0 arm, #783582

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

 dev-ml/logs/logs-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/logs/logs-0.7.0.ebuild b/dev-ml/logs/logs-0.7.0.ebuild
index 7406daeea77..dd8361c5aae 100644
--- a/dev-ml/logs/logs-0.7.0.ebuild
+++ b/dev-ml/logs/logs-0.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/logs/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+fmt cli +lwt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/duration/

2021-05-15 Thread Sam James
commit: 0982da5b7aff889ac404cb0c83c08114f2b93b41
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0982da5b

dev-ml/duration: Stabilize 0.1.3 arm, #783582

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

 dev-ml/duration/duration-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/duration/duration-0.1.3.ebuild 
b/dev-ml/duration/duration-0.1.3.ebuild
index 5a00600ede4..21d9083b941 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/async_kernel/

2021-05-15 Thread Sam James
commit: 5674636a478e07b9f8fb7f89b8bcf55f3d4e92bf
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5674636a

dev-ml/async_kernel: Stabilize 0.14.0 arm, #783582

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

 dev-ml/async_kernel/async_kernel-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/async_kernel/async_kernel-0.14.0.ebuild 
b/dev-ml/async_kernel/async_kernel-0.14.0.ebuild
index 17dfeb1ba2a..6a49acc8a3a 100644
--- a/dev-ml/async_kernel/async_kernel-0.14.0.ebuild
+++ b/dev-ml/async_kernel/async_kernel-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/

2021-05-15 Thread Sam James
commit: d7a6719ccc24b33b9ec0c9b02f4724a6d722c686
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a6719c

dev-ml/mtime: Stabilize 1.1.0 arm, #783582

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

 dev-ml/mtime/mtime-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mtime/mtime-1.1.0.ebuild b/dev-ml/mtime/mtime-1.1.0.ebuild
index b801963d48a..8531ad80a64 100644
--- a/dev-ml/mtime/mtime-1.1.0.ebuild
+++ b/dev-ml/mtime/mtime-1.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/astring/

2021-05-15 Thread Sam James
commit: a747e09af2e5c0b12fd443b18f533a08c2f1b1f4
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a747e09a

dev-ml/astring: Stabilize 0.8.5 arm, #783582

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

 dev-ml/astring/astring-0.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/astring/astring-0.8.5.ebuild 
b/dev-ml/astring/astring-0.8.5.ebuild
index 7769df61b16..b06ec1f4680 100644
--- a/dev-ml/astring/astring-0.8.5.ebuild
+++ b/dev-ml/astring/astring-0.8.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/astring/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 
 OCAML_DEP=">=dev-lang/ocaml-4.05.0:="
 BDEPEND="



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

2021-05-15 Thread Sam James
commit: ef3d2cf4e2a180dac39ff85ec81aeaf9b9dd0244
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:05:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:05:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3d2cf4

dev-python/m2crypto: Stabilize 0.37.1-r1 arm, #766024

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

 dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild 
b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
index c763adcbf2d..449ae687f61 100644
--- a/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.37.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/fmt/

2021-05-15 Thread Sam James
commit: 5a0b91bd8ba91c76f8d07c52cc960e3f0703a0fa
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0b91bd

dev-ml/fmt: Stabilize 0.8.9-r1 arm, #783582

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

 dev-ml/fmt/fmt-0.8.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/fmt/fmt-0.8.9-r1.ebuild b/dev-ml/fmt/fmt-0.8.9-r1.ebuild
index 8af891b5882..93a9207d950 100644
--- a/dev-ml/fmt/fmt-0.8.9-r1.ebuild
+++ b/dev-ml/fmt/fmt-0.8.9-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/fmt/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/async_unix/

2021-05-15 Thread Sam James
commit: 832d2792e71be99785dc6092d0fba70108b957a8
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:06:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:06:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832d2792

dev-ml/async_unix: Stabilize 0.14.0 arm, #783582

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

 dev-ml/async_unix/async_unix-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 4518a839107..ea0d0a3a3c3 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-15 Thread Sam James
commit: 7504bae8a3f5a81405be9f03269723ed4d21bcf9
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:05:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:05:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7504bae8

sys-apps/acl: Stabilize 2.3.1 arm, #790440

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

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

diff --git a/sys-apps/acl/acl-2.3.1.ebuild b/sys-apps/acl/acl-2.3.1.ebuild
index 6cea04ee3ee..8f5b2cd0716 100644
--- a/sys-apps/acl/acl-2.3.1.ebuild
+++ b/sys-apps/acl/acl-2.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="nls static-libs"
 
 RDEPEND="



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

2021-05-15 Thread Sam James
commit: eaed43e5f6d41e44d9c94064f06970b1dc516cde
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:05:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:05:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaed43e5

sys-apps/attr: Stabilize 2.5.1 arm, #790440

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

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

diff --git a/sys-apps/attr/attr-2.5.1.ebuild b/sys-apps/attr/attr-2.5.1.ebuild
index 3e9773b22d2..d0fab3d07d2 100644
--- a/sys-apps/attr/attr-2.5.1.ebuild
+++ b/sys-apps/attr/attr-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit autotools git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_conntrack/

2021-05-15 Thread Sam James
commit: d4fe2c4406c4d11948a915aca3ba4078abefd962
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:05:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:05:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4fe2c44

net-libs/libnetfilter_conntrack: Stabilize 1.0.7 arm, #681932

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

 net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild 
b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
index 319887c21a9..3ef261d55d2 100644
--- a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="static-libs"
 
 RDEPEND="



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

2021-05-15 Thread Sam James
commit: dfe0bd0f702c4f2926b9643f148447c1d0bfb7c3
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:05:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:05:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe0bd0f

dev-perl/Date-Manip: Stabilize 6.820.0 arm, #790443

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

 dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
index f616e00aab9..be6466b82b6 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl date manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_musl test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 496957bafdc80d3a8bfb4cff95fa19dc39c2e62e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:05:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:05:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496957ba

dev-python/autobahn: Stabilize 21.3.1 arm, #777180

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

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

diff --git a/dev-python/autobahn/autobahn-21.3.1.ebuild 
b/dev-python/autobahn/autobahn-21.3.1.ebuild
index 731e4a1838d..efc58331e7b 100644
--- a/dev-python/autobahn/autobahn-21.3.1.ebuild
+++ b/dev-python/autobahn/autobahn-21.3.1.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="crypt scram test xbr"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: ad90a01186b83bc0145a8d68346e7f3dd78298e2
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:02:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:02:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad90a011

dev-libs/liblogging: Stabilize 1.0.6 arm64, #768675

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

 dev-libs/liblogging/liblogging-1.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liblogging/liblogging-1.0.6.ebuild 
b/dev-libs/liblogging/liblogging-1.0.6.ebuild
index 984f20ee1e7..0ec4b2bf7fa 100644
--- a/dev-libs/liblogging/liblogging-1.0.6.ebuild
+++ b/dev-libs/liblogging/liblogging-1.0.6.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
@@ -11,7 +11,7 @@ SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0/0"
-KEYWORDS="amd64 arm ~arm64 ~hppa x86"
+KEYWORDS="amd64 arm arm64 ~hppa x86"
 IUSE="rfc3195 +stdlog systemd"
 
 RDEPEND="systemd? ( sys-apps/systemd )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/czmq/

2021-05-15 Thread Sam James
commit: bd7e850b0db1df82c80a02b0329f67cb64c446cd
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:02:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:02:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7e850b

net-libs/czmq: Stabilize 4.2.0 arm64, #768675

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

 net-libs/czmq/czmq-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/czmq/czmq-4.2.0.ebuild b/net-libs/czmq/czmq-4.2.0.ebuild
index ddf995f5914..678a10dbc55 100644
--- a/net-libs/czmq/czmq-4.2.0.ebuild
+++ b/net-libs/czmq/czmq-4.2.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/zeromq/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="MPL-2.0"
 SLOT="0/4"
-KEYWORDS="amd64 arm ~arm64 ~hppa x86"
+KEYWORDS="amd64 arm arm64 ~hppa x86"
 IUSE="curl drafts http-client http-server lz4 static-libs systemd +uuid"
 
 BDEPEND="app-text/asciidoc



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnet/

2021-05-15 Thread Sam James
commit: 020dfc88e69c05428bbbae7d16901dafd0a22cf6
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:02:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:02:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020dfc88

net-libs/libnet: Stabilize 1.2 arm64, #768675

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

 net-libs/libnet/libnet-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libnet/libnet-1.2.ebuild 
b/net-libs/libnet/libnet-1.2.ebuild
index 7c9c1dba2b0..3e584a42910 100644
--- a/net-libs/libnet/libnet-1.2.ebuild
+++ b/net-libs/libnet/libnet-1.2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="BSD BSD-2 HPND"
 SLOT="1.1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 DOCS=(



[gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/

2021-05-15 Thread Sam James
commit: f305871a9bd50524e1432baca56e334648e1069a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 23:59:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 23:59:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f305871a

app-misc/trash-cli: Stabilize 0.20.12.26-r1 x86, #789261

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

 app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild 
b/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
index 55b4d0268f2..8a6d94659d5 100644
--- a/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
+++ b/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 BDEPEND="
test? (



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

2021-05-15 Thread Sam James
commit: e077ecbaa361c5ffee443f9e0c6a25bceca3be9b
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e077ecba

sys-firmware/seabios: Stabilize 1.14.0 arm64, #790374

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

 sys-firmware/seabios/seabios-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/seabios/seabios-1.14.0.ebuild 
b/sys-firmware/seabios/seabios-1.14.0.ebuild
index d17a8f42f97..5fe90474c59 100644
--- a/sys-firmware/seabios/seabios-1.14.0.ebuild
+++ b/sys-firmware/seabios/seabios-1.14.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** || -n "${EGIT_COMMIT}" ]] ; then
EGIT_REPO_URI="git://git.seabios.org/seabios.git"
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
 
SRC_URI="
!binary? ( https://www.seabios.org/downloads/${P}.tar.gz )



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

2021-05-15 Thread Sam James
commit: f458adb437946911dd4e54e43c860290ae89b416
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 23:59:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 23:59:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f458adb4

dev-perl/Data-UUID: Stabilize 1.226.0 x86, #790428

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

 dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild 
b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
index 19f5dafd486..8995e97fd0c 100644
--- a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
+++ b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Generate Globally/Universally Unique Identifiers 
(GUIDs/UUIDs)"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Digest-MD5



[gentoo-commits] repo/gentoo:master commit in: app-misc/trash-cli/

2021-05-15 Thread Sam James
commit: 4c6ed6bf6832bf76564a610adf38abe1e82513cd
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:00:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:00:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6ed6bf

app-misc/trash-cli: Stabilize 0.20.12.26-r1 amd64, #789261

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

 app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild 
b/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
index 8a6d94659d5..c27b8153f31 100644
--- a/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
+++ b/app-misc/trash-cli/trash-cli-0.20.12.26-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



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

2021-05-15 Thread Sam James
commit: e441e7096da642f7ad51d468a1b546862dc26126
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e441e709

dev-perl/Date-Manip: Stabilize 6.820.0 arm64, #790443

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

 dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
index fbe2be628b2..f616e00aab9 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl date manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_musl test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 180fd2dae4abe0fa760f95b07339ad0003756ee9
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 23:59:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 23:59:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180fd2da

dev-perl/Date-Manip: Stabilize 6.820.0 x86, #790443

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

 dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
index 16b81340c4c..023f3474183 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl date manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_musl test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: 8d5bb87f2e44cfc7c57d02977eabd68e04ffcc4e
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:02:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:02:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5bb87f

net-im/prosody: Stabilize 0.11.9 arm64, #789969

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

 net-im/prosody/prosody-0.11.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/prosody/prosody-0.11.9.ebuild 
b/net-im/prosody/prosody-0.11.9.ebuild
index e0e7c07c450..a89c56614eb 100644
--- a/net-im/prosody/prosody-0.11.9.ebuild
+++ b/net-im/prosody/prosody-0.11.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://prosody.im/downloads/source/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
+KEYWORDS="amd64 arm arm64 x86"
 IUSE="icu +idn +libevent mysql postgres selinux +sqlite +ssl test +zlib"
 REQUIRED_USE="
^^ ( icu idn )



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

2021-05-15 Thread Sam James
commit: 618f2f9dbed46537d39e5c8fa3f73d1eb575d3fa
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:02:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:02:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618f2f9d

dev-libs/liblognorm: Stabilize 2.0.6 arm64, #768675

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

 dev-libs/liblognorm/liblognorm-2.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild 
b/dev-libs/liblognorm/liblognorm-2.0.6.ebuild
index 0ee542364f3..ad0b574934a 100644
--- a/dev-libs/liblognorm/liblognorm-2.0.6.ebuild
+++ b/dev-libs/liblognorm/liblognorm-2.0.6.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="6"
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz;
-   KEYWORDS="amd64 arm ~arm64 ~hppa x86 ~amd64-linux"
+   KEYWORDS="amd64 arm arm64 ~hppa x86 ~amd64-linux"
 fi
 
 LICENSE="LGPL-2.1 Apache-2.0"



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

2021-05-15 Thread Sam James
commit: 1ccb5b6433fab8d30bf1b27555840825768c0474
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:02:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:02:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccb5b64

dev-libs/librelp: Stabilize 1.7.0 arm64, #768675

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

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

diff --git a/dev-libs/librelp/librelp-1.7.0.ebuild 
b/dev-libs/librelp/librelp-1.7.0.ebuild
index 63acb047a4e..5b9aa08070f 100644
--- a/dev-libs/librelp/librelp-1.7.0.ebuild
+++ b/dev-libs/librelp/librelp-1.7.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.5.0"
 
-KEYWORDS="amd64 arm ~arm64 ~hppa sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa sparc x86"
 IUSE="debug doc +ssl +gnutls openssl static-libs test"
 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
 



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

2021-05-15 Thread Sam James
commit: 4a567c9e8cd8f57c19ebf858701704a58ccfc539
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:02:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:02:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a567c9e

app-admin/rsyslog: Stabilize 8.2102.0 arm64, #768675

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

 app-admin/rsyslog/rsyslog-8.2102.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/rsyslog/rsyslog-8.2102.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.2102.0.ebuild
index ad9f687b81c..09a86a219fb 100644
--- a/app-admin/rsyslog/rsyslog-8.2102.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.2102.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="amd64 arm ~arm64 ~hppa x86"
+   KEYWORDS="amd64 arm arm64 ~hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



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

2021-05-15 Thread Sam James
commit: fb6dbf31bd15f279890e7c21c0e551fe8a00c2f8
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6dbf31

sys-apps/acl: Stabilize 2.3.1 arm64, #790440

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

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

diff --git a/sys-apps/acl/acl-2.3.1.ebuild b/sys-apps/acl/acl-2.3.1.ebuild
index 2223565b15d..6cea04ee3ee 100644
--- a/sys-apps/acl/acl-2.3.1.ebuild
+++ b/sys-apps/acl/acl-2.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="nls static-libs"
 
 RDEPEND="



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

2021-05-15 Thread Sam James
commit: 97a96b306fc78fee90c496411a9c74f3fbadd6cc
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a96b30

sys-firmware/sgabios: Stabilize 0.1_pre10 arm64, #790374

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

 sys-firmware/sgabios/sgabios-0.1_pre10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild 
b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
index 150fd1ef8be..ded04c8c9e7 100644
--- a/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
+++ b/sys-firmware/sgabios/sgabios-0.1_pre10.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/sgabios-a85446a"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
 IUSE="+binary"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



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

2021-05-15 Thread Sam James
commit: 02c39d841e68d8395e3f341a87b879f2e5add84c
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:00:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:00:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c39d84

dev-perl/Date-Manip: Stabilize 6.820.0 amd64, #790443

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

 dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
index 023f3474183..fbe2be628b2 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.820.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl date manipulation routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="elibc_musl test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Sam James
commit: e5495e494052fca28bc5e276b9ae78609bb33102
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5495e49

app-emulation/qemu: Stabilize 5.2.0-r50 arm64, #790374

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

 app-emulation/qemu/qemu-5.2.0-r50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-5.2.0-r50.ebuild 
b/app-emulation/qemu/qemu-5.2.0-r50.ebuild
index 6d459a989b6..df951b18e2c 100644
--- a/app-emulation/qemu/qemu-5.2.0-r50.ebuild
+++ b/app-emulation/qemu/qemu-5.2.0-r50.ebuild
@@ -24,7 +24,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI=""
 else
SRC_URI="https://download.qemu.org/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 arm64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



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

2021-05-15 Thread Sam James
commit: 8357fb0010220e91770f6d3acce28fbc24581c08
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8357fb00

sys-apps/attr: Stabilize 2.5.1 arm64, #790440

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

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

diff --git a/sys-apps/attr/attr-2.5.1.ebuild b/sys-apps/attr/attr-2.5.1.ebuild
index d83d6c8123b..3e9773b22d2 100644
--- a/sys-apps/attr/attr-2.5.1.ebuild
+++ b/sys-apps/attr/attr-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit autotools git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 fi
 



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

2021-05-15 Thread Sam James
commit: b587a0683c14c28e853d5988c9d4a5c115903c84
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:00:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:00:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b587a068

dev-perl/Data-UUID: Stabilize 1.226.0 amd64, #790428

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

 dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild 
b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
index 8995e97fd0c..5548b18165c 100644
--- a/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
+++ b/dev-perl/Data-UUID/Data-UUID-1.226.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Generate Globally/Universally Unique Identifiers 
(GUIDs/UUIDs)"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Digest-MD5



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

2021-05-15 Thread Sam James
commit: e4c0b8df59a3505703e33f241cf6d8a3c0508c94
Author: Sam James  gentoo  org>
AuthorDate: Sun May 16 00:01:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 16 00:01:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c0b8df

sys-firmware/ipxe: Stabilize 1.21.1 arm64, #790374

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

 sys-firmware/ipxe/ipxe-1.21.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-firmware/ipxe/ipxe-1.21.1.ebuild 
b/sys-firmware/ipxe/ipxe-1.21.1.ebuild
index bfa23b68a2e..ba6a1bc86cd 100644
--- a/sys-firmware/ipxe/ipxe-1.21.1.ebuild
+++ b/sys-firmware/ipxe/ipxe-1.21.1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P}/src"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="+binary efi ipv6 iso lkrn +qemu undi usb vmware"
 REQUIRED_USE="!amd64? ( !x86? ( binary ) )"
 



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

2021-05-15 Thread Sam James
commit: ed52b0e8260974e61760df7d6f66ae9734b6b34d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 23:59:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 23:59:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed52b0e8

sys-apps/attr: Stabilize 2.5.1 x86, #790440

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

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

diff --git a/sys-apps/attr/attr-2.5.1.ebuild b/sys-apps/attr/attr-2.5.1.ebuild
index 7465baca96b..d83d6c8123b 100644
--- a/sys-apps/attr/attr-2.5.1.ebuild
+++ b/sys-apps/attr/attr-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit autotools git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 fi
 



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

2021-05-15 Thread Sam James
commit: 1507b3d4789d652fcbf598e0f4832b6e98d1f917
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 23:59:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 23:59:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1507b3d4

sys-apps/acl: Stabilize 2.3.1 x86, #790440

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

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

diff --git a/sys-apps/acl/acl-2.3.1.ebuild b/sys-apps/acl/acl-2.3.1.ebuild
index 7ffef6cfc23..2223565b15d 100644
--- a/sys-apps/acl/acl-2.3.1.ebuild
+++ b/sys-apps/acl/acl-2.3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="nls static-libs"
 
 RDEPEND="



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

2021-05-15 Thread William Hubbs
commit: 94b8bd2d074308c28fe0d1d95dd53e2016c7b620
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:45:58 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:46:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b8bd2d

dev-python/django-rq: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-rq/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-rq/metadata.xml 
b/dev-python/django-rq/metadata.xml
index 110bc52a20c..5509f14c91a 100644
--- a/dev-python/django-rq/metadata.xml
+++ b/dev-python/django-rq/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   


rq/django-rq



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

2021-05-15 Thread William Hubbs
commit: e18419f2db4db81b2c495f73bf5ee73ec163e19e
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:43:58 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:44:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18419f2

dev-python/django-prometheus: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-prometheus/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-prometheus/metadata.xml 
b/dev-python/django-prometheus/metadata.xml
index 6d36a86afae..ed9690ec5c4 100644
--- a/dev-python/django-prometheus/metadata.xml
+++ b/dev-python/django-prometheus/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   


django-prometheus



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

2021-05-15 Thread William Hubbs
commit: d2db0babdb39d9cc5b384e4176085400556b7b5f
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:32:37 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:33:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2db0bab

dev-python/django-pglocks: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-pglocks/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-pglocks/metadata.xml 
b/dev-python/django-pglocks/metadata.xml
index 00fa937a6b3..ac931d3e7af 100644
--- a/dev-python/django-pglocks/metadata.xml
+++ b/dev-python/django-pglocks/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   

django-pglocks




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

2021-05-15 Thread Andreas K. Hüttel
commit: c70cf567f4610aa10ed0faa9224775ddb7600478
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 15 23:31:20 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 15 23:32:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70cf567

dev-perl/Date-Pcalc: Remove old

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

 dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild | 26 
 1 file changed, 26 deletions(-)

diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild 
b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
deleted file mode 100644
index c31d2d11619..000
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=STBEY
-MODULE_VERSION=6.1
-inherit perl-module
-
-DESCRIPTION="Gregorian calendar date calculations"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86"
-IUSE=""
-
-DEPEND=">=dev-perl/Bit-Vector-7
-   >=dev-perl/Carp-Clan-5.3"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-mydoc="ToDo"
-PATCHES=(
-   "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
-   "${FILESDIR}/${P}-unescaped-left-brace-5.26.patch"
-   "${FILESDIR}/${P}-datestamp-window-move.patch"
-)



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

2021-05-15 Thread Andreas K. Hüttel
commit: a0a8f6ceb56043a65d6558be06505c2b85889d1c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 15 23:30:56 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 15 23:32:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a8f6ce

dev-perl/Date-Pcalc: Stable for all

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

 dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild 
b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
index 80dfc035191..fc7b7a81462 100644
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,25 +10,29 @@ inherit perl-module
 DESCRIPTION="Gregorian calendar date calculations"
 LICENSE="|| ( Artistic GPL-1+ ) LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86"
+IUSE=""
 
 RDEPEND="
-   >=dev-perl/Bit-Vector-7.1
-   >=dev-perl/Carp-Clan-5.3
+   >=dev-perl/Bit-Vector-7.100.0
+   >=dev-perl/Carp-Clan-5.300.0
 "
 BDEPEND="${DEPEND}"
 
 mydoc="ToDo"
+
 PATCHES=(
"${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
"${FILESDIR}/${PN}-6.100.0-unescaped-left-brace-5.26.patch"
"${FILESDIR}/${PN}-6.100.0-datestamp-window-move.patch"
 )
+
 src_configure() {
unset LD
[[ -n "${CCLD}" ]] && export LD="${CCLD}"
perl-module_src_configure
 }
+
 src_compile() {
mymake=(
"OPTIMIZE=${CFLAGS}"



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

2021-05-15 Thread Andreas K. Hüttel
commit: 9efd7ed44f06b7521eb8535a3d3372012c86e133
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 15 23:26:42 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 15 23:32:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9efd7ed4

dev-perl/Date-Manip: Version bump 6.85

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

 dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild | 39 +++
 dev-perl/Date-Manip/Manifest  |  1 +
 2 files changed, 40 insertions(+)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild
new file mode 100644
index 000..156367dd219
--- /dev/null
+++ b/dev-perl/Date-Manip/Date-Manip-6.850.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SBECK
+DIST_VERSION=6.85
+
+inherit perl-module
+
+DESCRIPTION="Perl date manipulation routines"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="elibc_musl test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Data-Dumper
+   virtual/perl-Encode
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   virtual/perl-Storable
+   elibc_musl? ( sys-libs/timezone-data )
+"
+DEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.670.100
+   test? (
+   >=dev-perl/Test-Inter-1.90.0
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=(
+   t/_pod.t
+   t/_pod_coverage.t
+   t/_version.t
+)

diff --git a/dev-perl/Date-Manip/Manifest b/dev-perl/Date-Manip/Manifest
index 45ba8153708..152cb629c0b 100644
--- a/dev-perl/Date-Manip/Manifest
+++ b/dev-perl/Date-Manip/Manifest
@@ -1,2 +1,3 @@
 DIST Date-Manip-6.60.tar.gz 1824792 BLAKE2B 
fd3d85beda01db21efd4c81dfe45a888f39773a649207e5d36412477312d06dcb63fcb15c25c441769bfc575c6402323d4fc8cb3502d09728a1df0e3dd5a2183
 SHA512 
46ac9696aea04167427957a43de1b44041ea05d3eaf01ffbdbfda9f458b3073f36ec46c9661ac437f96731d0f40aebc206ef385c6c4aff1b147917fc2c89a1cf
 DIST Date-Manip-6.82.tar.gz 2015204 BLAKE2B 
8b5af3a5b813d5c42c4fe444faa299684b57c993e7a678f14b84ce7743ed1780e1396a550d17f1bb104fc19bb2f6231419eee969b790b423351835c436448f7d
 SHA512 
2e34011b678d7efdd0f9c850c86f573316aa835d4b67732ee042403f90460e43c2fac76f2c0635a61512f1aa0eb64fc56fb2c4b2d80068ba7d1a603ae9c1dac2
+DIST Date-Manip-6.85.tar.gz 2022449 BLAKE2B 
55dbd9960d1f5e033a8acd7904b74d45149134d72d9bff56275ed266933d98f8194ac1eb1f30a29343d56a66b6d45d4603190e0707a61713b5443e23a781620f
 SHA512 
ac2fd3823d4890677c9231417bd9838c830d16564ba3f5de04f827d30baddb3fc95a7c379c42d00a3f08e60aba0af8b8f5d710f587d4c5908447a707d1104162



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

2021-05-15 Thread Andreas K. Hüttel
commit: 3fa7604502cac26ac5a2de111f4ca881d5ac37b2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 15 23:23:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 15 23:32:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa76045

dev-perl/Date-Leapyear: Remove old

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

 dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild 
b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild
deleted file mode 100644
index 4ab869fd903..000
--- a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RBOW
-MODULE_VERSION=1.72
-inherit perl-module
-
-DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
-IUSE=""
-
-SRC_TEST="do"



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

2021-05-15 Thread Andreas K. Hüttel
commit: ff43dc5f983133894bf8cde13b9312968a687806
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 15 23:22:05 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 15 23:31:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff43dc5f

dev-perl/Date-ICal: Remove old

Closes: https://bugs.gentoo.org/707790
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild 
b/dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild
deleted file mode 100644
index 397e7b19522..000
--- a/dev-perl/Date-ICal/Date-ICal-2.678.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RBOW
-MODULE_VERSION=2.678
-inherit perl-module
-
-DESCRIPTION="ICal format date base module for Perl"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="dev-perl/Date-Leapyear
-   virtual/perl-Time-Local
-   virtual/perl-Time-HiRes
-   virtual/perl-Storable"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



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

2021-05-15 Thread Andreas K. Hüttel
commit: 9e4e7ce89a837626018fd132a24c8fbc8db333b5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 15 23:23:23 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 15 23:31:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4e7ce8

dev-perl/Date-Leapyear: Stable for all

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

 dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild 
b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild
index b14728d0435..f4e5e70978c 100644
--- a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild
+++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Simple Perl module that tracks Gregorian leap years"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-15 Thread Andreas K. Hüttel
commit: 3c090269c843b9a37398fccfd05a0e79d2c6071d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat May 15 23:21:40 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat May 15 23:31:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c090269

dev-perl/Date-ICal: Stable for all

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

 dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild 
b/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
index 1a511d856e3..1664956d333 100644
--- a/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
+++ b/dev-perl/Date-ICal/Date-ICal-2.678.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="ICal format date base module for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ppc ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -27,6 +27,7 @@ BDEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.450.0
)
 "
+
 PATCHES=(
"${FILESDIR}/${PN}-2.678-timegm-year.patch"
 )



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

2021-05-15 Thread William Hubbs
commit: b0f4aa846c5e45c31b4bee24a588146c06674daf
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:29:00 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:29:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f4aa84

dev-python/django-mptt: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-mptt/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-mptt/metadata.xml 
b/dev-python/django-mptt/metadata.xml
index 515395136cd..961179ccf57 100644
--- a/dev-python/django-mptt/metadata.xml
+++ b/dev-python/django-mptt/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   

django-mptt




[gentoo-commits] repo/gentoo:master commit in: dev-python/django-js-asset/

2021-05-15 Thread William Hubbs
commit: 6545781e452fc0faedbf9ef0997a20048faf148c
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:20:47 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:21:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6545781e

dev-python/django-js-asset: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-js-asset/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-js-asset/metadata.xml 
b/dev-python/django-js-asset/metadata.xml
index 1aca95d47fd..797e817ce6d 100644
--- a/dev-python/django-js-asset/metadata.xml
+++ b/dev-python/django-js-asset/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   

django-js-asset




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

2021-05-15 Thread William Hubbs
commit: dcee878d7a48bec6170abf0d7453a6e7164f9d88
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:17:54 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:18:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcee878d

dev-python/django-filter: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-filter/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-filter/metadata.xml 
b/dev-python/django-filter/metadata.xml
index 94af350f226..45b83995887 100644
--- a/dev-python/django-filter/metadata.xml
+++ b/dev-python/django-filter/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   

django-filter




[gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/

2021-05-15 Thread William Hubbs
commit: e6d71d8e43d25541c1036ca73ba0575d5f183047
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:14:57 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d71d8e

dev-python/django-cors-headers: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-python/django-cors-headers/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/django-cors-headers/metadata.xml 
b/dev-python/django-cors-headers/metadata.xml
index 5080a409e51..ff31d8b6b09 100644
--- a/dev-python/django-cors-headers/metadata.xml
+++ b/dev-python/django-cors-headers/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   

adamchainz/django-cors-headers
django-cors-headers



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

2021-05-15 Thread Georgy Yakovlev
commit: 71e8724ed1ee886fd89f51448e60f3c2173ed9ae
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat May 15 23:12:10 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat May 15 23:13:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e8724e

sys-devel/binutils: 2.35.2 ppc stable, bug #779805

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

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

diff --git a/sys-devel/binutils/binutils-2.35.2.ebuild 
b/sys-devel/binutils/binutils-2.35.2.ebuild
index 9b2a1db7bbf..cf54ddd0234 100644
--- a/sys-devel/binutils/binutils-2.35.2.ebuild
+++ b/sys-devel/binutils/binutils-2.35.2.ebuild
@@ -32,7 +32,7 @@ else
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}

https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
SLOT=$(ver_cut 1-2)
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 #



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

2021-05-15 Thread Georgy Yakovlev
commit: 468c32da75e30508f131e6e50c6a1bd25c511de0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sat May 15 23:13:16 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat May 15 23:13:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468c32da

sys-libs/binutils-libs: 2.35.2 ppc stable, bug #779805

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

 sys-libs/binutils-libs/binutils-libs-2.35.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.35.2.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.35.2.ebuild
index 31eaf151469..cf18b9ed65f 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.35.2.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.35.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0/${PV}"
 IUSE="64-bit-bfd cet multitarget nls static-libs"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~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-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="nls? ( sys-devel/gettext )"
 DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: www-apps/netbox/

2021-05-15 Thread William Hubbs
commit: de08c37347723a6d85bf720da9321951579b28e7
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:09:01 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:09:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de08c373

www-apps/netbox: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 www-apps/netbox/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apps/netbox/metadata.xml b/www-apps/netbox/metadata.xml
index c36c37139fa..7a38bb90096 100644
--- a/www-apps/netbox/metadata.xml
+++ b/www-apps/netbox/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: acct-user/netbox/

2021-05-15 Thread William Hubbs
commit: b555137c6c6a4dbe4468d3076ba9791182bfa0b4
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:04:23 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:09:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b555137c

acct-user/netbox: drop myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 acct-user/netbox/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/acct-user/netbox/metadata.xml b/acct-user/netbox/metadata.xml
index c36c37139fa..7a38bb90096 100644
--- a/acct-user/netbox/metadata.xml
+++ b/acct-user/netbox/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   
 



[gentoo-commits] repo/gentoo:master commit in: acct-group/netbox/

2021-05-15 Thread William Hubbs
commit: 7a8a8c3fa5255d2aeb98312198a6956759518ad6
Author: William Hubbs  gentoo  org>
AuthorDate: Sat May 15 23:02:50 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat May 15 23:09:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8a8c3f

acct-group/netbox: remove myself from maintainers

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 acct-group/netbox/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/acct-group/netbox/metadata.xml b/acct-group/netbox/metadata.xml
index c36c37139fa..7a38bb90096 100644
--- a/acct-group/netbox/metadata.xml
+++ b/acct-group/netbox/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   willi...@gentoo.org
-   William Hubbs
-   
+   
 



  1   2   3   4   5   >