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

2021-04-24 Thread Hans de Graaff
commit: 042ef7afbf816db909a3bdc8f4cc412760e03438
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 25 06:08:23 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 25 06:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042ef7af

dev-ruby/bit-struct: add 0.17

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

 dev-ruby/bit-struct/Manifest   |  1 +
 dev-ruby/bit-struct/bit-struct-0.17.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-ruby/bit-struct/Manifest b/dev-ruby/bit-struct/Manifest
index 9925f5f7c96..3a40b4c724d 100644
--- a/dev-ruby/bit-struct/Manifest
+++ b/dev-ruby/bit-struct/Manifest
@@ -1 +1,2 @@
 DIST bit-struct-0.16.gem 31232 BLAKE2B 
ed08c7054cab88ba0614863d706681601615b03e2dd3f19a4a1b8284dace17bf30e92ca9f1b0948c8c5e50424ab41b97f65cb65c804f771a207672b497c9df33
 SHA512 
8c31592d53daea5f283f8309a52c22c96c519d51c4e3c1657b36e83b802899aafe95eab9b88d9ec692e84207fc6bc952a1f1ff1354fc2b99fc327d58934bec8d
+DIST bit-struct-0.17.gem 31232 BLAKE2B 
8dd802d22b543dbde4e59f9bbdf158379045b633e427ed2d01fa0a141f48298e2d3da48f19a2c113426b8dafab7ce139948fa8d097e6b87dc9957eecf65bf95b
 SHA512 
9f3cc652d0f2983edc5a67a5b7ad5a64a2cd73b45414b3636fdd9e6d18fe971ec9d5cd3553ef384f039bfb166489fd303724c8c0c9d882cd757610c7986b0f1f

diff --git a/dev-ruby/bit-struct/bit-struct-0.17.ebuild 
b/dev-ruby/bit-struct/bit-struct-0.17.ebuild
new file mode 100644
index 000..25fc8284a70
--- /dev/null
+++ b/dev-ruby/bit-struct/bit-struct-0.17.ebuild
@@ -0,0 +1,17 @@
+# 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
+
+DESCRIPTION="Library for packed binary data stored in ruby Strings"
+HOMEPAGE="https://github.com/vjoel/bit-struct";
+
+LICENSE="Ruby-BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""



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

2021-04-24 Thread Hans de Graaff
commit: 7d4e71235d935f00eb02e587f1c0de5b9e792f4c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 25 06:19:36 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 25 06:19:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4e7123

dev-ruby/rbs: add 1.2.0

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

 dev-ruby/rbs/Manifest |  1 +
 dev-ruby/rbs/rbs-1.2.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/rbs/Manifest b/dev-ruby/rbs/Manifest
index 129b853ca06..1126d9cc7a9 100644
--- a/dev-ruby/rbs/Manifest
+++ b/dev-ruby/rbs/Manifest
@@ -1,2 +1,3 @@
 DIST rbs-1.0.6.tar.gz 519090 BLAKE2B 
1614320b8f77fcf4880cec6b7e4dc5fcb6b73f59410aa4dc51fb61b2868313acb242dc5a572c6cb96d9a819bade4b1d3aee2196189ea3fcc84d718ebbe9ff1d7
 SHA512 
a63c5781e6f73e998ea10c1a821d4f33388387caf6cd8e1ea607a9cd009d3f793e59c93b140e2539291a6b1d50b6ac40be7b484a8de0594f0ccff8a2db1e8425
 DIST rbs-1.1.1.tar.gz 547506 BLAKE2B 
5bfb64214d4fe0d19ec1c633b3f42567d2615fb0ed34ec78dd3defa3d185adbeab71ad523285d2877babcac4bb61ed2ec60eba80871cd4c631a2017f49768488
 SHA512 
f31894c1a52679241ef04f03d1aff545f9cc53a460d8933b7064b8403bbd6ef46fbfcdbda00189b158770389bba38b3978ad7d5dd0e7e0594540841e237adfc2
+DIST rbs-1.2.0.tar.gz 560408 BLAKE2B 
f1f1491018897ca445bb1e49d6d8965af7bc8f19657130fd1f6233bb2d63cac9ecdffba8e41232d2152a6db3007f597a62b7a1cce6c1cf9b2b794b8550b45de9
 SHA512 
877341ecbe9764431de95c431aa757533c21ba3b51b625a5b1d74d9b76be4c32829f64859befe252162e5dc40ddb1d30ea569e0d7a1e739777f7c8143389dfe9

diff --git a/dev-ruby/rbs/rbs-1.2.0.ebuild b/dev-ruby/rbs/rbs-1.2.0.ebuild
new file mode 100644
index 000..900ed36a1e9
--- /dev/null
+++ b/dev-ruby/rbs/rbs-1.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_BINDIR="exe"
+
+RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib"
+
+RUBY_FAKEGEM_GEMSPEC="rbs.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="The language for type signatures for Ruby and standard library 
definitions"
+HOMEPAGE="https://github.com/ruby/rbs";
+SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Ruby-BSD BSD-2 )"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/test-unit )"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   # Avoid JSON schema validation tests due to a large dependency stack
+   # that would be needed.
+   rm -f test/rbs/schema_test.rb || die
+
+   sed -i -e '/def test_paths/aomit "Different paths in Gentoo test 
environment"' test/rbs/cli_test.rb || die
+}



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

2021-04-24 Thread Hans de Graaff
commit: ca6ccb4a7e65e0564b3f06f8a7336777457798c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Apr 25 06:10:36 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Apr 25 06:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6ccb4a

dev-ruby/rbs: cleanup

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

 dev-ruby/rbs/Manifest |  3 ---
 dev-ruby/rbs/rbs-1.0.0.ebuild | 34 --
 dev-ruby/rbs/rbs-1.0.4.ebuild | 36 
 dev-ruby/rbs/rbs-1.1.0.ebuild | 36 
 4 files changed, 109 deletions(-)

diff --git a/dev-ruby/rbs/Manifest b/dev-ruby/rbs/Manifest
index bdc0f6217fb..129b853ca06 100644
--- a/dev-ruby/rbs/Manifest
+++ b/dev-ruby/rbs/Manifest
@@ -1,5 +1,2 @@
-DIST rbs-1.0.0.tar.gz 497065 BLAKE2B 
3cd0d583f3048e11c70882c783766ed4bcd5e464562900d4528da2218a7fcc773be8b36eb79a517314cba0db8360d6b9312531fd07b618d70575c7aef54d0efc
 SHA512 
512e8abd883403697fde537844c99a0780e9f8d1dc59ff827c0372274573967981735065b670afed50c13ca87c6abc44bc6cf47caa9cdc6e6c117c6d0907c405
-DIST rbs-1.0.4.tar.gz 512875 BLAKE2B 
7d301e2f6c20d13249e031e8728089ac6291a1ab9bfd81513dae1633604bd45b16bef94c7ccc680c8f78e4a954aab29dc5d1025b05b5f8e00e830c09c5192b3f
 SHA512 
d998a1613b7653278460f5cee19f38bbdd13aa46d9deb8e4da8fd710a78c6ede2784580481cad43700f3d2c4c51d0d0b70eac23b156215ad3df2d227d1f6a3b6
 DIST rbs-1.0.6.tar.gz 519090 BLAKE2B 
1614320b8f77fcf4880cec6b7e4dc5fcb6b73f59410aa4dc51fb61b2868313acb242dc5a572c6cb96d9a819bade4b1d3aee2196189ea3fcc84d718ebbe9ff1d7
 SHA512 
a63c5781e6f73e998ea10c1a821d4f33388387caf6cd8e1ea607a9cd009d3f793e59c93b140e2539291a6b1d50b6ac40be7b484a8de0594f0ccff8a2db1e8425
-DIST rbs-1.1.0.tar.gz 547367 BLAKE2B 
56bcc83923a55f7f80ab3439bd9350f1b5d2c97dafc2d74d47c02ffccf7995f975cc8ac6f0cb1b103720a5dc4b6e98f078031689ae09ddea623da89de6e941a0
 SHA512 
4784ba848b4cee6187538793eeea0caa6e4d3f147a23d6ac9289b14ba4c481b55469d2885d271c1f2bfd39d1709e3d62daed52fb7e7935f96282b180286bea05
 DIST rbs-1.1.1.tar.gz 547506 BLAKE2B 
5bfb64214d4fe0d19ec1c633b3f42567d2615fb0ed34ec78dd3defa3d185adbeab71ad523285d2877babcac4bb61ed2ec60eba80871cd4c631a2017f49768488
 SHA512 
f31894c1a52679241ef04f03d1aff545f9cc53a460d8933b7064b8403bbd6ef46fbfcdbda00189b158770389bba38b3978ad7d5dd0e7e0594540841e237adfc2

diff --git a/dev-ruby/rbs/rbs-1.0.0.ebuild b/dev-ruby/rbs/rbs-1.0.0.ebuild
deleted file mode 100644
index f5fb2dd22c4..000
--- a/dev-ruby/rbs/rbs-1.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib"
-
-RUBY_FAKEGEM_GEMSPEC="rbs.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The language for type signatures for Ruby and standard library 
definitions"
-HOMEPAGE="https://github.com/ruby/rbs";
-SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler )"
-
-all_ruby_prepare() {
-   # Avoid JSON schema validation tests due to a large dependency stack
-   # that would be needed.
-   rm -f test/rbs/schema_test.rb || die
-
-   sed -i -e '/def test_paths/askip "Different paths in Gentoo test 
environment"' test/rbs/cli_test.rb || die
-}

diff --git a/dev-ruby/rbs/rbs-1.0.4.ebuild b/dev-ruby/rbs/rbs-1.0.4.ebuild
deleted file mode 100644
index 74d2c248f83..000
--- a/dev-ruby/rbs/rbs-1.0.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_BINDIR="exe"
-
-RUBY_FAKEGEM_EXTRAINSTALL="core schema sig stdlib"
-
-RUBY_FAKEGEM_GEMSPEC="rbs.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="The language for type signatures for Ruby and standard library 
definitions"
-HOMEPAGE="https://github.com/ruby/rbs";
-SRC_URI="https://github.com/ruby/rbs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE="test"
-
-ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/test-unit )"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-
-   # Avoid JSON schema validation tests due to a large dependency stack

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

2021-04-24 Thread Sam James
commit: 7ac379aa5c5599085c69e4e4d197cd73fc6eadb7
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:27:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac379aa

net-misc/knock: add 0.8

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

 net-misc/knock/Manifest |  1 +
 net-misc/knock/knock-0.8.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/net-misc/knock/Manifest b/net-misc/knock/Manifest
index 136bf879588..87dc877813a 100644
--- a/net-misc/knock/Manifest
+++ b/net-misc/knock/Manifest
@@ -1 +1,2 @@
 DIST knock-0.7.tar.gz 110791 BLAKE2B 
19e63854800f4ef77199fb4005dabd749f16681068d205a924fa0bc926d2cc31a69c1f62ffa8ec335209cfa987e7db92d9332b43e971f71528f69740ced06391
 SHA512 
eab5d855f7111d9411e84a56a15e8ea74f41c5bd9dee27ab49f0d8d509eeeb96a60c508928c92916dc0ec9b737c447ca8ca5ed4db6479b389549d60e76a85aa7
+DIST knock-0.8.tar.gz 377107 BLAKE2B 
1397ed04b1a202db08b0bd3a8a26745cd2e8390604c9dde7d18182e7ad4ddd19da074b1b54ea1ed59b1576f3110e21bac722c90a2cd3820910bdaa0026eec395
 SHA512 
6511e29f604cebc4a4048f5e49c1b73db0bbe0041a88f7c8559fa1a60ea894aadb72a608c423f867a5a4dddb06d00a0713863473981e42273662a77364c260ec

diff --git a/net-misc/knock/knock-0.8.ebuild b/net-misc/knock/knock-0.8.ebuild
new file mode 100644
index 000..f4a62261898
--- /dev/null
+++ b/net-misc/knock/knock-0.8.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple port-knocking daemon"
+HOMEPAGE="https://www.zeroflux.org/projects/knock";
+SRC_URI="https://www.zeroflux.org/proj/knock/files/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="+server"
+
+DEPEND="server? ( net-libs/libpcap )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   sed -e "/^AM_CFLAGS/s: -g : :" \
+   -e "/dist_doc_DATA/s:COPYING::" \
+   -i Makefile.in || die
+
+   sed -e "s:/usr/sbin/iptables:/sbin/iptables:g" \
+   -i knockd.conf || die
+}
+
+src_configure() {
+   econf $(use_enable server knockd)
+}
+
+src_install() {
+   emake DESTDIR="${D}" docdir="${EPREFIX}/usr/share/doc/${PF}" install
+
+   if use server ; then
+   newinitd "${FILESDIR}"/knockd.initd.2 knock
+   newconfd "${FILESDIR}"/knockd.confd.2 knock
+   fi
+}
+
+pkg_postinst() {
+   if use server && ! has_version net-firewall/iptables ; then
+   elog "You're really encouraged to install net-firewall/iptables 
to"
+   elog "actually modify your firewall and use the example 
configuration."
+   fi
+}



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

2021-04-24 Thread Sam James
commit: ee7e4f2619d040583fdb36821e8c40c6d7c0bb76
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:58:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:18:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7e4f26

sys-fs/compsize: sync live ebuild for KEYWORDS

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

 sys-fs/compsize/compsize-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/compsize/compsize-.ebuild 
b/sys-fs/compsize/compsize-.ebuild
index 471c60d719d..1fd07df8eb2 100644
--- a/sys-fs/compsize/compsize-.ebuild
+++ b/sys-fs/compsize/compsize-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git";
 else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="GPL-2+ GPL-2"



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

2021-04-24 Thread Sam James
commit: 522a2f819826365cf427c97ab408e18adaa0eed1
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 06:16:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:18:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522a2f81

media-libs/libjpeg-turbo: fix Java DeprecatedDep

See fordfrog@'s email to gentoo-dev.

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

 .../{libjpeg-turbo-2.1.0.ebuild => libjpeg-turbo-2.1.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild
similarity index 97%
rename from media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild
rename to media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild
index cefb4b29245..58efd29d1ee 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0-r1.ebuild
@@ -34,10 +34,10 @@ BDEPEND=">=dev-util/cmake-3.16.5
x64-cygwin? ( ${ASM_DEPEND} )"
 
 DEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jdk-1.5 )"
+   java? ( >=virtual/jdk-1.8:* )"
 
 RDEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jre-1.5 )"
+   java? ( >=virtual/jre-1.8:* )"
 
 MULTILIB_WRAPPED_HEADERS=( /usr/include/jconfig.h )
 



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

2021-04-24 Thread Sam James
commit: 079b1d9aaa10dc7303b70f629ead9b7afea14d43
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 06:15:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:18:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079b1d9a

media-libs/libjpeg-turbo: drop unused libtool, toolchain-funcs inherits

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

 media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3-r4.ebuild | 2 +-
 media-libs/libjpeg-turbo/libjpeg-turbo-2.0.6.ebuild| 4 ++--
 media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3-r4.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3-r4.ebuild
index 947ddfd5468..0df02e0f65e 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3-r4.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-1.5.3-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools libtool java-pkg-opt-2 toolchain-funcs multilib-minimal
+inherit autotools java-pkg-opt-2 toolchain-funcs multilib-minimal
 
 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
 HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.6.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.6.ebuild
index 158ff5f4ede..321276ccaa9 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.6.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.6.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_ECLASS=cmake
-inherit cmake-multilib java-pkg-opt-2 libtool toolchain-funcs
+inherit cmake-multilib java-pkg-opt-2
 
 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
 HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
@@ -85,7 +85,7 @@ multilib_src_configure() {
)
 
# bug #420239, bug #723800
-   [[ ${ABI} == "x32" ]] && mycmakeargs+=( -DWITH_SIMD=OFF ) #420239
+   [[ ${ABI} == "x32" ]] && mycmakeargs+=( -DWITH_SIMD=OFF )
 
# mostly for Prefix, ensure that we use our yasm if installed and
# not pick up host-provided nasm

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild
index 2df2093af16..cefb4b29245 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 CMAKE_ECLASS=cmake
-inherit cmake-multilib java-pkg-opt-2 libtool toolchain-funcs
+inherit cmake-multilib java-pkg-opt-2
 
 DESCRIPTION="MMX, SSE, and SSE2 SIMD accelerated JPEG library"
 HOMEPAGE="https://libjpeg-turbo.org/ 
https://sourceforge.net/projects/libjpeg-turbo/";
@@ -85,7 +85,7 @@ multilib_src_configure() {
)
 
# bug #420239, bug #723800
-   [[ ${ABI} == "x32" ]] && mycmakeargs+=( -DWITH_SIMD=OFF ) #420239
+   [[ ${ABI} == "x32" ]] && mycmakeargs+=( -DWITH_SIMD=OFF )
 
# mostly for Prefix, ensure that we use our yasm if installed and
# not pick up host-provided nasm



[gentoo-commits] repo/gentoo:master commit in: app-misc/ckermit/, app-misc/ckermit/files/

2021-04-24 Thread Sam James
commit: a70f59729b078fa208aee0e7f12923e39b343e25
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 06:18:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:18:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70f5972

app-misc/ckermit: drop 8.0.211-r4 (EAPI 5)

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

 app-misc/ckermit/Manifest  |  1 -
 app-misc/ckermit/ckermit-8.0.211-r4.ebuild | 78 --
 .../ckermit/files/ckermit-8.0.211-cleanup.patch| 78 --
 3 files changed, 157 deletions(-)

diff --git a/app-misc/ckermit/Manifest b/app-misc/ckermit/Manifest
index af4966e9a0c..06e5efc2a1f 100644
--- a/app-misc/ckermit/Manifest
+++ b/app-misc/ckermit/Manifest
@@ -1,2 +1 @@
-DIST cku211.tar.gz 2878523 BLAKE2B 
d87164bcd2e11c1146729ff423d8e631599da81bb4544dee3890d6f28d341412c93d228d954935c6321c0a32d67b73c5895d311f761919d5f95ff9114578d137
 SHA512 
470bf56d5b5f30721d0030ff89a5cd845f365dba81d097942524cc04dd620070678d278d1009fb67bae3cb875715808cbbfc7c0358b9671f30c65ce1d9bd35ad
 DIST cku302.tar.gz 3122219 BLAKE2B 
9f63261da2dc2b0fceb0af0fa81da63c87e68b7bf713037cf8675abeb81716fd0dd4cd1f84324562698d9b9126f26b8a651dc79deec37a056fa1047af2d9966e
 SHA512 
2cfc264e5262d29618fdf218fd3407fd9049b16110972cdddb03d114703b7a0ea13c4b0a354f50c2a9f70d4727732fe4d1920b5c656f969bc56c1eb9dc3c43fa

diff --git a/app-misc/ckermit/ckermit-8.0.211-r4.ebuild 
b/app-misc/ckermit/ckermit-8.0.211-r4.ebuild
deleted file mode 100644
index 666d31687f2..000
--- a/app-misc/ckermit/ckermit-8.0.211-r4.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit versionator epatch flag-o-matic toolchain-funcs
-
-# Columbia University only uses the third component, e.g. cku211.tar.gz for
-# what we would call 8.0.211.
-MY_P="cku$( get_version_component_range 3 ${PV} )"
-
-DESCRIPTION="combined serial and network communication software package"
-SRC_URI="ftp://kermit.columbia.edu/kermit/archives/${MY_P}.tar.gz";
-HOMEPAGE="http://www.kermitproject.org/";
-
-LICENSE="Kermit"
-SLOT="0"
-KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
-IUSE="ncurses"
-
-DEPEND="ncurses? ( >=sys-libs/ncurses-5.2:= )"
-RDEPEND="${DEPEND}
-   net-dialup/lrzsz"
-
-DEPEND+=" ncurses? ( virtual/pkgconfig )"
-
-S=${WORKDIR}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-cleanup.patch
-   epatch "${FILESDIR}"/${P}-build-wart.patch
-   tc-export_build_env BUILD_CC
-   sed -i -r \
-   -e 's:"(CC2?) = gcc":"\1=$(CC)":g' \
-   -e 's:"CFLAGS = -O:"CFLAGS = $(CFLAGS):' \
-   makefile || die
-}
-
-src_compile() {
-   # we don't enable any of the telnet/ftp authentication stuff
-   # since there are other packages which do these things better
-   # USE="kerberos pam shadow ssl zlib"
-   append-cppflags -DNO_AUTHENTICATION -DNOLOGIN -DNOFTP
-
-   if use ncurses; then
-   append-cppflags "-DCK_NCURSES"
-   append-cppflags "$($(tc-getPKG_CONFIG) --cflags ncurses)"
-   append-libs "$($(tc-getPKG_CONFIG) --libs ncurses)"
-   fi
-
-   append-cppflags -DHAVE_PTMX -D_XOPEN_SOURCE -D_BSD_SOURCE 
-D_DEFAULT_SOURCE #202840
-   append-cppflags -DHAVE_CRYPT_H
-   emake \
-   CC="$(tc-getCC)" \
-   KFLAGS="${CPPFLAGS}" \
-   LIBS="-lcrypt -lresolv ${LIBS}" \
-   LNKFLAGS="${LDFLAGS}" \
-   linuxa
-}
-
-src_install() {
-   dodir /usr/bin /usr/share/man/man1
-   emake \
-   DESTDIR="${ED}" \
-   BINDIR=/usr/bin \
-   MANDIR="${ED}"/usr/share/man/man1 \
-   MANEXT=1 \
-   install
-   dodoc *.txt
-
-   # make the correct symlink
-   rm "${ED}"/usr/bin/kermit-sshsub || die
-   dosym kermit /usr/bin/kermit-sshsub
-
-   # the ckermit.ini script is calling the wrong kermit binary --
-   # the one from ${D}
-   sed -i "s:${D}::g" "${ED}"/usr/bin/ckermit.ini
-}

diff --git a/app-misc/ckermit/files/ckermit-8.0.211-cleanup.patch 
b/app-misc/ckermit/files/ckermit-8.0.211-cleanup.patch
deleted file mode 100644
index 5b7c1ed6b95..000
--- a/app-misc/ckermit/files/ckermit-8.0.211-cleanup.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-clean up missing prototypes and broken printfs
-
 a/ckcmai.c
-+++ b/ckcmai.c
-@@ -623,6 +623,8 @@ ACKNOWLEDGMENTS:
- #include "ckntap.h"
- #endif /* NT */
- 
-+#include 
-+
- #ifndef NOSERVER
- /* Text message definitions.. each should be 256 chars long, or less. */
- #ifdef MINIX
 a/ckufio.c
-+++ b/ckufio.c
-@@ -40,6 +40,7 @@ char *ckzv = "UNIX File support, 8.0.200, 4 Mar 2004";
- #include "ckcsym.h"
- #include "ckcdeb.h"
- #include "ckcasc.h"
-+#include "ckuusr.h"
- 
- #ifndef NOCSETS
- #include "ckcxla.h"
-@@ -1803,6 +1804,8 @@ zxi

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

2021-04-24 Thread Sam James
commit: 6bc3d5aa7293ba9643c793f52c544fdeeaf47821
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 06:13:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:18:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc3d5aa

dev-libs/libofx: add 0.10.2

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

 dev-libs/libofx/Manifest |  1 +
 dev-libs/libofx/libofx-0.10.2.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-libs/libofx/Manifest b/dev-libs/libofx/Manifest
index 3fe202d0c09..db53570ab1e 100644
--- a/dev-libs/libofx/Manifest
+++ b/dev-libs/libofx/Manifest
@@ -1 +1,2 @@
 DIST libofx-0.10.1.tar.gz 226512 BLAKE2B 
bc0fa1ea0d5c7968730b50b9163a045304dd82f7e312e407ce9393a56ea6b1f9d47382b1299ee990640b98d5f047656aa38a9a8da4d8f19d3bea0236e0487cf1
 SHA512 
4575424abb56b93021ef223f90460979b544c32b4624936bbad16d0b5711afb6b5fa31b7c2cb835ff7a26be8c7ac51951198e5565a098713b8d33f0e17be774a
+DIST libofx-0.10.2.tar.gz 225043 BLAKE2B 
2ca8cdd9913f2bddb60600d75acfb114d56d6c59191fe2b836a0c2a988b6d0404821a9f99be1fa4b258afbbc35b0cb254b348a1e7a0f7a8c4010645afff52f91
 SHA512 
14ba2779d94209312a8a1bbf598e6a31820df4fa7e222ae1abb8d4234a6c7ba7068e06a73ad4ee93bcb53ccb99a8007d799d9e66a9921704dc75c84b0e7dc307

diff --git a/dev-libs/libofx/libofx-0.10.2.ebuild 
b/dev-libs/libofx/libofx-0.10.2.ebuild
new file mode 100644
index 000..ae5c04394d4
--- /dev/null
+++ b/dev-libs/libofx/libofx-0.10.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="Library to support the Open Financial eXchange XML format"
+HOMEPAGE="https://github.com/libofx/libofx";
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/10"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   dev-util/gengetopt
+   sys-apps/help2man
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? ( app-crypt/gnupg )
+"
+RDEPEND="
+   >app-text/opensp-1.5
+   app-text/openjade
+   >=dev-cpp/libxmlpp-2.40.1:2.6
+   >=net-misc/curl-7.9.7
+   virtual/libiconv
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+
+   # Not included in the tarball
+   sed -i -e '/INSTALL/d' Makefile.am || die
+
+   # bug #566456
+   append-cxxflags -std=c++14
+
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable doc html-docs) \
+   --disable-static
+}
+
+src_compile() {
+   emake -j1
+
+   if use doc ; then
+   emake doc
+   fi
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name '*.la' -type f -delete || die
+   find "${ED}" -name '*.a' -type f -delete || die
+}



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

2021-04-24 Thread Sam James
commit: 282c980a7afd644b02d8158955697e481d535ceb
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 06:19:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:19:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282c980a

net-libs/webkit-gtk: Stabilize 2.30.6 amd64, #773193

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

 net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
index 9a50f10e3af..bc90d9081a6 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~sparc ~x86"
 
 IUSE="aqua +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl 
seccomp spell systemd wayland +X"
 



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

2021-04-24 Thread Sam James
commit: e51f243bc6e654d5ea784861b1fa96426573e310
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:58:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 06:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51f243b

dev-ml/parmap: add 1.2.1

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

 dev-ml/parmap/Manifest|  1 +
 dev-ml/parmap/parmap-1.2.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ml/parmap/Manifest b/dev-ml/parmap/Manifest
index e5bfa4f731e..d06676ac38d 100644
--- a/dev-ml/parmap/Manifest
+++ b/dev-ml/parmap/Manifest
@@ -1 +1,2 @@
+DIST parmap-1.2.1.tar.gz 47069 BLAKE2B 
85d67aacff70c9d8b70c73e4673486804a0d0a4cc52391cd93bf12ed19206c11cb77066e64757f5a22352580789383e04b7d984aade5e60872be12728a173fb6
 SHA512 
b5ed86b464f68db625e6442606cb74c7e2b10fd066a20732e60042d32b937c20f83ff4ebf17f47b79ee6725e0de9ca42bbb050c06b47d90a27052b3b0fb07afb
 DIST parmap-1.2.tar.gz 47083 BLAKE2B 
e790087273fcf749b000c7ad3a2f5b2cafea91c529e3a4687b1d882d203cb43e4069a42675319c27878d8bca3fa0e19af96ab1dfda8df3967dc48d28ec542b91
 SHA512 
69431e146e8aa01823ae1583c6a5e7753436cecee37c3da3064a836c20cf8c6b9033248412203406d03bd4efdd957b2e118ea5c5866e3bd1f668d8c4fd48777f

diff --git a/dev-ml/parmap/parmap-1.2.1.ebuild 
b/dev-ml/parmap/parmap-1.2.1.ebuild
new file mode 100644
index 000..44ada0a2777
--- /dev/null
+++ b/dev-ml/parmap/parmap-1.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+MY_PV="${PV/_/-}"
+DESCRIPTION="Library to exploit multicore architectures for OCaml programs"
+HOMEPAGE="https://www.dicosmo.org/code/parmap/";
+SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_PV/+/-}"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+BDEPEND="dev-ml/dune-configurator"
+RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
+DEPEND="${RDEPEND}"



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

2021-04-24 Thread Miroslav Šulc
commit: 801787127cda23d8285da00bce8d30747e4de69a
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Apr 25 06:10:52 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Apr 25 06:10:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80178712

media-libs/chromaprint: removed obsolete 1.4.3

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/chromaprint/Manifest|  2 -
 media-libs/chromaprint/chromaprint-1.4.3.ebuild| 50 --
 .../files/chromaprint-1.4.3-cmake.patch| 58 -
 .../files/chromaprint-1.4.3-test-bigendian.patch   | 60 --
 4 files changed, 170 deletions(-)

diff --git a/media-libs/chromaprint/Manifest b/media-libs/chromaprint/Manifest
index 05949209ac9..4d58a476612 100644
--- a/media-libs/chromaprint/Manifest
+++ b/media-libs/chromaprint/Manifest
@@ -1,4 +1,2 @@
-DIST chromaprint-1.4.3.tar.gz 613741 BLAKE2B 
728f08e14c46a36d98c3a32a7c7a221a48b51561b623a403d9bee6aeea5cb5254866da26d50db0dbc5b0b4ceddb8312d52a8aab4c2979709bd2c8221b9e84d0f
 SHA512 
101360bd643d2410fafcdd4aef8fe4c716ec728f0e4b9b3a62ba125fe010b0315e55a1839a2ca8c29d9abfbf8171560b23d68b732e75632ce8f4a4698f77ea72
 DIST chromaprint-1.5.0.tar.gz 615217 BLAKE2B 
14bf219c23360028ac232e67b7eb36e3226bb6e19838ef239266a9d826e1bd50d798f69f961bcb78f36baf48630a93f53243f8f9ab6187c403382bab23042630
 SHA512 
25ab3f7834581a8204ac09614fef6036c801f5f8b7b72a864701ca0de8082b2458a2bd7c075d53451581d770898576411cdcfb23ce609bc82f9d9b395cc1a129
 DIST gtest-1.10.0.tar.gz 904227 BLAKE2B 
96b97b06730a9f55505a4d40bd4861560503a1437d29dadc6e8d3c743ccde020e61b3f96082fb9bda0666d739e69d3990bad06161e9c531c40021dc0826f5547
 SHA512 
7ebf5b4a80f364564066ccc7ce2e2092b12942a754c4854afd97380f19811e0fd45c300d423234cda0e05966ddbdaebcb1625e856ce55b0c81b0bae0dd971532
-DIST gtest-1.8.0.tar.gz 1281617 BLAKE2B 
ac052b4d0eb0d8ded03a8c7dff05177818627b8a51f2dbc2c162b2ee2a5d1323539e7d0d02236d9ebb75e018f0171c2fdaeb4de3bb339548265e50de79e6
 SHA512 
1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d

diff --git a/media-libs/chromaprint/chromaprint-1.4.3.ebuild 
b/media-libs/chromaprint/chromaprint-1.4.3.ebuild
deleted file mode 100644
index 81c4f4b78a7..000
--- a/media-libs/chromaprint/chromaprint-1.4.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-GTEST_VERSION="1.8.0"
-inherit cmake-multilib
-
-DESCRIPTION="Library implementing a custom algorithm for extracting audio 
fingerprints"
-HOMEPAGE="https://acoustid.org/chromaprint";
-SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
-   test? ( 
https://github.com/google/googletest/archive/release-${GTEST_VERSION}.tar.gz -> 
gtest-${GTEST_VERSION}.tar.gz )
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="test tools"
-RESTRICT="!test? ( test )"
-
-# note: use ffmpeg instead of fftw because it's recommended and required for 
tools
-RDEPEND=">=media-video/ffmpeg-2.6:0=[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   test? ( dev-cpp/gtest[${MULTILIB_USEDEP}] )"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-test-bigendian.patch
-   "${FILESDIR}"/${P}-cmake.patch
-)
-
-DOCS=( NEWS.txt README.md )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-multilib_src_configure() {
-   export 
GTEST_ROOT="${WORKDIR}/googletest-release-${GTEST_VERSION}/googletest/"
-   local mycmakeargs=(
-   -DBUILD_TOOLS=$(multilib_native_usex tools ON OFF)
-   -DBUILD_TESTS=$(usex test ON OFF)
-   -DFFT_LIB=avfft
-   -DAUDIO_PROCESSOR_LIB="swresample"
-   )
-   cmake_src_configure
-}
-
-multilib_src_test() {
-   emake check
-}

diff --git a/media-libs/chromaprint/files/chromaprint-1.4.3-cmake.patch 
b/media-libs/chromaprint/files/chromaprint-1.4.3-cmake.patch
deleted file mode 100644
index 60fe548cf29..000
--- a/media-libs/chromaprint/files/chromaprint-1.4.3-cmake.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3991219..f9e172b 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,21 +1,11 @@
--cmake_minimum_required(VERSION 2.8.12)
--
--if(POLICY CMP0042)
--  cmake_policy(SET CMP0042 NEW)
--endif()
--
--if(POLICY CMP0048)
--cmake_policy(SET CMP0048 OLD)
--endif()
--
--project(chromaprint C CXX)
-+cmake_minimum_required(VERSION 3.3)
- 
- set(chromaprint_VERSION_MAJOR 1)
- set(chromaprint_VERSION_MINOR 4)
- set(chromaprint_VERSION_PATCH 3)
- set(chromaprint_VERSION 
"${chromaprint_VERSION_MAJOR}.${chromaprint_VERSION_MINOR}.${chromaprint_VERSION_PATCH}")
- 
--set(PROJECT_VERSION "${chromaprint_VERSION}")
-+project(chromaprint LANGUAGES C CXX VERSION "${chromaprint_VERSI

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

2021-04-24 Thread Miroslav Šulc
commit: 109cc17236bc9decd9098eb439510b7e36c3a7ad
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Apr 23 17:45:03 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Apr 25 06:08:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109cc172

media-libs/openal: removed obsolete 1.21.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/openal/Manifest |  1 -
 media-libs/openal/openal-1.21.0.ebuild | 68 --
 2 files changed, 69 deletions(-)

diff --git a/media-libs/openal/Manifest b/media-libs/openal/Manifest
index b8c8027de40..f8804395d02 100644
--- a/media-libs/openal/Manifest
+++ b/media-libs/openal/Manifest
@@ -1,2 +1 @@
-DIST openal-soft-1.21.0.tar.bz2 525483 BLAKE2B 
28d44cfddd93bf6637b476cdcc44c5f69a1a8036c17d63be2defdce47d038bf54c29c9248070a65e7c6f86497ed3b79fd5548832bd67a1ebb67ffc363e46de9b
 SHA512 
12e7dca4040765e06658d2945e984af01f21c65b7d44f9daee3a55457c27bd050bf74665e91ebfefdac09739774ace3e7a4bfc02870778cd65268941314aeb3b
 DIST openal-soft-1.21.1.tar.bz2 524787 BLAKE2B 
ca052ee3ba18188a9b8342540b8a9ffa95a0c19c137f5e799fa69768d51ec30da55afa46bddf3d9b65e589b94423bc5b23f2090e07bb9fc2a34937f9c199ee89
 SHA512 
420eec18149a9b784daaabe8a2865de3b87d5550cf2e8e06569464d0b5ba6e51d904c18f1461af08676bf8c8b76ef270e860008d79545a5f85131299e89bffd4

diff --git a/media-libs/openal/openal-1.21.0.ebuild 
b/media-libs/openal/openal-1.21.0.ebuild
deleted file mode 100644
index 27025fcebb0..000
--- a/media-libs/openal/openal-1.21.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-CMAKE_ECLASS=cmake
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="https://www.openal-soft.org/";
-SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2";
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="
-   alsa coreaudio debug jack oss portaudio pulseaudio sdl qt5
-   cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-   cpu_flags_arm_neon
-"
-
-RDEPEND="
-   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-   portaudio? ( 
>=media-libs/portaudio-19_pre2021-r1[${MULTILIB_USEDEP}] )
-   pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   oss? ( virtual/os-headers )"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README.md )
-
-src_configure() {
-   # -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670
-   my_configure() {
-   local mycmakeargs=(
-   -DALSOFT_REQUIRE_ALSA=$(usex alsa)
-   -DALSOFT_REQUIRE_COREAUDIO=$(usex coreaudio)
-   -DALSOFT_REQUIRE_JACK=$(usex jack)
-   -DALSOFT_REQUIRE_OSS=$(usex oss)
-   -DALSOFT_REQUIRE_PORTAUDIO=$(usex portaudio)
-   -DALSOFT_REQUIRE_PULSEAUDIO=$(usex pulseaudio)
-   -DALSOFT_REQUIRE_SDL2=$(usex sdl)
-   -DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse)
-   -DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2)
-   -DALSOFT_CPUEXT_SSE4_1=$(usex cpu_flags_x86_sse4_1)
-   -DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || 
echo "OFF")
-   -DALSOFT_NO_CONFIG_UTIL=$(usex qt5 
"$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)
-   -DALSOFT_EXAMPLES=OFF
-   )
-
-   use cpu_flags_arm_neon && mycmakeargs+=( 
-DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon) )
-
-   cmake_src_configure
-   }
-
-   multilib_parallel_foreach_abi my_configure
-}



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

2021-04-24 Thread Sam James
commit: 8a4c2eaf73874c870311caac6cc7060190fc01fb
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4c2eaf

sys-devel/slibtool: Keyword 0.5.33 arm64, #777435

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

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

diff --git a/sys-devel/slibtool/slibtool-0.5.33.ebuild 
b/sys-devel/slibtool/slibtool-0.5.33.ebuild
index 515a39ae78f..9ff1b3b9df5 100644
--- a/sys-devel/slibtool/slibtool-0.5.33.ebuild
+++ b/sys-devel/slibtool/slibtool-0.5.33.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://git.foss21.org/slibtool";
 else
SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz";
-   KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
 fi
 
 LICENSE="MIT"



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

2021-04-24 Thread Sam James
commit: 65cda24bc5e1cf9dc3713e5423ce8d3352642889
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65cda24b

dev-perl/BerkeleyDB: Keyword 0.640.0 arm64, #777669

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

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

diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild 
b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
index d206a2576c2..71df07af324 100644
--- a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
+++ b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module db-use multilib
 DESCRIPTION="This module provides Berkeley DB interface for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 # Install DB_File if you want older support. BerkleyDB no longer
 # supports less than 2.0.



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

2021-04-24 Thread Sam James
commit: 8d2eaea144c5b64e083de3e4d56fea943a0040b6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2eaea1

dev-python/pychroot: Keyword 0.10.4 arm64, #776277

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

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

diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild 
b/dev-python/pychroot/pychroot-0.10.4.ebuild
index 26210990e89..02d24600d1b 100644
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pychroot.git";
inherit git-r3
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-04-24 Thread Sam James
commit: a68d5eca6aa0d896447fbc0027a055ecc29b1e8f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68d5eca

dev-perl/Parse-Syslog: Keyword 1.100.0-r1 arm64, #777669

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

 dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild 
b/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild
index 8d1eef6ebb7..7f311719046 100644
--- a/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild
+++ b/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse::Syslog - Parse Unix syslog files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Time-Local



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

2021-04-24 Thread Sam James
commit: a0108d8eaf46be29fa4f9096699195d89b7fd13d
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0108d8e

dev-perl/File-Tail: Keyword 1.300.0 arm64, #777669

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

 dev-perl/File-Tail/File-Tail-1.300.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Tail/File-Tail-1.300.0.ebuild 
b/dev-perl/File-Tail/File-Tail-1.300.0.ebuild
index c82bb77aa77..afcddaf326a 100644
--- a/dev-perl/File-Tail/File-Tail-1.300.0.ebuild
+++ b/dev-perl/File-Tail/File-Tail-1.300.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for reading from continously updated files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-java/jackcess/

2021-04-24 Thread Sam James
commit: 62ed21c5175cecd410046f416e60c4e08bf125e6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ed21c5

dev-java/jackcess: Keyword 4.0.0 arm64, #784407

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

 dev-java/jackcess/jackcess-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/jackcess/jackcess-4.0.0.ebuild 
b/dev-java/jackcess/jackcess-4.0.0.ebuild
index c2ed144f55e..d73cbac271a 100644
--- a/dev-java/jackcess/jackcess-4.0.0.ebuild
+++ b/dev-java/jackcess/jackcess-4.0.0.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/jahlborn/${PN}/archive/refs/tags/${P}.tar.gz -> ${P}
 
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 # Common dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: mail-filter/postgrey/

2021-04-24 Thread Sam James
commit: 354a4097102fb3046aa2f617a5b804dcf27c1269
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354a4097

mail-filter/postgrey: Keyword 1.37_p20190625-r1 arm64, #777669

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

 mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild 
b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
index 43edeb02b0d..a6906228099 100644
--- a/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
+++ b/mail-filter/postgrey/postgrey-1.37_p20190625-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86"
 
 DEPEND="
acct-group/postgrey



[gentoo-commits] repo/gentoo:master commit in: dev-java/poi/

2021-04-24 Thread Sam James
commit: 2cfd0e77b4ce2eeb103d6bd64bd0ced3b76f211b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfd0e77

dev-java/poi: Keyword 5.0.0 arm64, #784407

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

 dev-java/poi/poi-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/poi/poi-5.0.0.ebuild b/dev-java/poi/poi-5.0.0.ebuild
index 78cd671c2ba..dbbddd8ed6b 100644
--- a/dev-java/poi/poi-5.0.0.ebuild
+++ b/dev-java/poi/poi-5.0.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://poi.apache.org/";
 
SRC_URI="https://archive.apache.org/dist/${PN}/release/src/${PN}-src-${PV}-20210120.tar.gz
 -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 # Common dependencies
 # POM: ${P}/sonar/main/pom.xml



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

2021-04-24 Thread Sam James
commit: 1404d5d97808e9ba78758928a25fa7f78e2b3482
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1404d5d9

dev-perl/Net-RBLClient: Keyword 0.500.0-r2 arm64, #777669

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

 dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild 
b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
index b3027ebd4b9..6e233217ad1 100644
--- a/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
+++ b/dev-perl/Net-RBLClient/Net-RBLClient-0.500.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Queries multiple Realtime Blackhole Lists in parallel"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-collections/

2021-04-24 Thread Sam James
commit: 354061465b52c01c669cac98ad79eb30121847c4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35406146

dev-java/commons-collections: Keyword 4.1-r1 arm64, #784407

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

 dev-java/commons-collections/commons-collections-4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-collections/commons-collections-4.1-r1.ebuild 
b/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
index 7e6cbf44764..1f0821a8903 100644
--- a/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
+++ b/dev-java/commons-collections/commons-collections-4.1-r1.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Extends the JCF classes with new interfaces, 
implementations and ut
 HOMEPAGE="https://commons.apache.org/collections/";
 SRC_URI="mirror://apache/${PN/-//}/source/${MY_P}-src.tar.gz"
 LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-04-24 Thread Sam James
commit: ec39603f69f278f3b1f0f4b87600ebee25d6bd6f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:19:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:19:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec39603f

media-libs/qtav: Keyword 1.12.0-r3 arm64, #753365

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

 media-libs/qtav/qtav-1.12.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/qtav/qtav-1.12.0-r3.ebuild 
b/media-libs/qtav/qtav-1.12.0-r3.ebuild
index 2635466a5bf..38c5d150a59 100644
--- a/media-libs/qtav/qtav-1.12.0-r3.ebuild
+++ b/media-libs/qtav/qtav-1.12.0-r3.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
@@ -14,7 +14,7 @@ 
https://dev.gentoo.org/~johu/distfiles/${P}-capi.h-${CAPI_HASH}.xz";
 
 LICENSE="GPL-3+ LGPL-2.1+"
 SLOT="0/1"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 IUSE="gui portaudio pulseaudio vaapi"
 
 DEPEND="



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

2021-04-24 Thread Sam James
commit: 38c8572f720e3d7079cb088114aa4d44186b1a52
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c8572f

net-misc/mstpd: Keyword 0.0.9 arm64, #773298

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

 net-misc/mstpd/mstpd-0.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/mstpd/mstpd-0.0.9.ebuild 
b/net-misc/mstpd/mstpd-0.0.9.ebuild
index b2fe4865477..06a8a8618cf 100644
--- a/net-misc/mstpd/mstpd-0.0.9.ebuild
+++ b/net-misc/mstpd/mstpd-0.0.9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mstpd/mstpd/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 src_prepare() {
default



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

2021-04-24 Thread Sam James
commit: 40df93f5960259d13a8db84c102419bbf55d6f38
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40df93f5

www-apps/dokuwiki: Keyword 20200729 arm64, #778491

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

 www-apps/dokuwiki/dokuwiki-20200729.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/dokuwiki/dokuwiki-20200729.ebuild 
b/www-apps/dokuwiki/dokuwiki-20200729.ebuild
index 8fead534cef..1a3c5c8fe58 100644
--- a/www-apps/dokuwiki/dokuwiki-20200729.ebuild
+++ b/www-apps/dokuwiki/dokuwiki-20200729.ebuild
@@ -23,7 +23,7 @@ DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a 
small company's documen
 HOMEPAGE="https://wiki.dokuwiki.org";
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
 IUSE="gd"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-go/act/

2021-04-24 Thread Sam James
commit: 4a48cc9c9c86df0ceb937451090cd502c9123808
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a48cc9c

dev-go/act: Keyword 1.6.0 arm64, #780519

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

 dev-go/act/act-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/act/act-1.6.0.ebuild b/dev-go/act/act-1.6.0.ebuild
index df33b4de346..a204e46b65a 100644
--- a/dev-go/act/act-1.6.0.ebuild
+++ b/dev-go/act/act-1.6.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/AutomaticComponentToolkit-${PV}"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RESTRICT="strip test"
 



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

2021-04-24 Thread Sam James
commit: 62ee47378ac8f30368c1cf411a77381ae3c4681c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ee4737

sys-fs/compsize: Keyword 1.5 arm64, #774213

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

 sys-fs/compsize/compsize-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/compsize/compsize-1.5.ebuild 
b/sys-fs/compsize/compsize-1.5.ebuild
index 21474d2e998..1fd07df8eb2 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} =  ]] ; then
EGIT_REPO_URI="https://github.com/kilobyte/compsize.git";
 else
SRC_URI="https://github.com/kilobyte/compsize/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 LICENSE="GPL-2+ GPL-2"



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-math/

2021-04-24 Thread Sam James
commit: 700f5df4b43870ead6e04d96a62feb78d4a1dff0
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700f5df4

dev-java/commons-math: Keyword 3.6.1-r1 arm64, #784407

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

 dev-java/commons-math/commons-math-3.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild 
b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
index c0b79f5f5cd..676842894be 100644
--- a/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
+++ b/dev-java/commons-math/commons-math-3.6.1-r1.ebuild
@@ -21,4 +21,4 @@ RDEPEND=">=virtual/jre-1.8:*"
 
 LICENSE="Apache-2.0"
 SLOT="3"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-codec/

2021-04-24 Thread Sam James
commit: 408c85e01cc482437149d44062fad01ea95bcea1
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408c85e0

dev-java/commons-codec: Keyword 1.15 arm64, #784407

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

 dev-java/commons-codec/commons-codec-1.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-codec/commons-codec-1.15.ebuild 
b/dev-java/commons-codec/commons-codec-1.15.ebuild
index f67de5d44ad..a8a171d0142 100644
--- a/dev-java/commons-codec/commons-codec-1.15.ebuild
+++ b/dev-java/commons-codec/commons-codec-1.15.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://apache/commons/codec/source/${P}-src.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 
 # Compile dependencies
 # POM: ${P}-src/pom.xml



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

2021-04-24 Thread Sam James
commit: f7eb52c7e303008b2f3d746ae930997538d95bc4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:18:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:18:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7eb52c7

sys-apps/edac-utils: Keyword 0.18 arm64, #776271

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

 sys-apps/edac-utils/edac-utils-0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/edac-utils/edac-utils-0.18.ebuild 
b/sys-apps/edac-utils/edac-utils-0.18.ebuild
index 5bd3af4a81d..c0e1edb052e 100644
--- a/sys-apps/edac-utils/edac-utils-0.18.ebuild
+++ b/sys-apps/edac-utils/edac-utils-0.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/grondo/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm64"
 IUSE="debug"
 
 DEPEND="sys-fs/sysfsutils"



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

2021-04-24 Thread Sam James
commit: a33c97b98e459861040a488271493df2b84c4662
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:16:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:16:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33c97b9

sys-apps/portage: Stabilize 3.0.18 sparc, #785481

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

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

diff --git a/sys-apps/portage/portage-3.0.18.ebuild 
b/sys-apps/portage/portage-3.0.18.ebuild
index 5c773b8ce51..ced7edb6254 100644
--- a/sys-apps/portage/portage-3.0.18.ebuild
+++ b/sys-apps/portage/portage-3.0.18.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-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"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/

2021-04-24 Thread Sam James
commit: bd01dba3497f098db1636b1ed78fdea2da638a2f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:15:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd01dba3

app-arch/p7zip: Stabilize 16.02-r8 sparc, #785439

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

 app-arch/p7zip/p7zip-16.02-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r8.ebuild 
b/app-arch/p7zip/p7zip-16.02-r8.ebuild
index ca7168929a0..4e8719b03f0 100644
--- a/app-arch/p7zip/p7zip-16.02-r8.ebuild
+++ b/app-arch/p7zip/p7zip-16.02-r8.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}_${PV}"
 
 LICENSE="LGPL-2.1 rar? ( unRAR )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
 REQUIRED_USE="kde? ( wxwidgets )"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2021-04-24 Thread Sam James
commit: 382be4d5c129805bfc4bb04862031a2c56644071
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:15:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:15:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382be4d5

net-ftp/proftpd: Stabilize 1.3.7a-r1 sparc, #785385

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

 net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
index 30d396593cd..249498784d2 100644
--- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



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

2021-04-24 Thread Sam James
commit: f88608173b899979b80a09512353c49311f9cd88
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:15:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:15:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8860817

sys-apps/file: Stabilize 5.40-r2 sparc, #785292

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

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

diff --git a/sys-apps/file/file-5.40-r2.ebuild 
b/sys-apps/file/file-5.40-r2.ebuild
index 09ae37a9c7b..650001c2ea3 100644
--- a/sys-apps/file/file-5.40-r2.ebuild
+++ b/sys-apps/file/file-5.40-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



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

2021-04-24 Thread Sam James
commit: 9e270c2ca64a3b907fee96850e68c0c17afbda24
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:15:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:15:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e270c2c

sys-apps/sandbox: Stabilize 2.21 sparc, #785388

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

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

diff --git a/sys-apps/sandbox/sandbox-2.21.ebuild 
b/sys-apps/sandbox/sandbox-2.21.ebuild
index 545a9f236b1..2e1f8718a50 100644
--- a/sys-apps/sandbox/sandbox-2.21.ebuild
+++ b/sys-apps/sandbox/sandbox-2.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 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=""
 
 DEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2021-04-24 Thread Sam James
commit: a31457f285d82aa633d2804cddd41fffa99afa8b
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:14:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:14:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31457f2

net-ftp/proftpd: Stabilize 1.3.7a-r1 arm, #785385

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

 net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
index a8f861439ad..30d396593cd 100644
--- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/

2021-04-24 Thread Sam James
commit: 7d692d60c5d0013bbb99a16084b32ac701a6a727
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d692d60

dev-vcs/stgit: Stabilize 1.0 arm64, #785397

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

 dev-vcs/stgit/stgit-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stgit/stgit-1.0.ebuild b/dev-vcs/stgit/stgit-1.0.ebuild
index b8fc2cfb5be..a965332f360 100644
--- a/dev-vcs/stgit/stgit-1.0.ebuild
+++ b/dev-vcs/stgit/stgit-1.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



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

2021-04-24 Thread Sam James
commit: bb57ac80e2534411e9712836d9bdaef8c20fc2b5
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:14:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:14:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb57ac80

sys-process/parallel: Stabilize 20210322 arm, #785226

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

 sys-process/parallel/parallel-20210322.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/parallel/parallel-20210322.ebuild 
b/sys-process/parallel/parallel-20210322.ebuild
index fde2672dea2..8e8927b0a39 100644
--- a/sys-process/parallel/parallel-20210322.ebuild
+++ b/sys-process/parallel/parallel-20210322.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



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

2021-04-24 Thread Sam James
commit: bfa8d2f19d6a3f703f4cf4b1bf35db7c1bb19484
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:14:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:14:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa8d2f1

sys-apps/sdparm: Stabilize 1.11-r1 arm, #784881

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

 sys-apps/sdparm/sdparm-1.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sdparm/sdparm-1.11-r1.ebuild 
b/sys-apps/sdparm/sdparm-1.11-r1.ebuild
index 994a332da31..3a51faebd89 100644
--- a/sys-apps/sdparm/sdparm-1.11-r1.ebuild
+++ b/sys-apps/sdparm/sdparm-1.11-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE=""
 
 # Older releases contain a conflicting sas_disk_blink



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/

2021-04-24 Thread Sam James
commit: 81a27ccdae099cc16e2d9a9724becefcc091d850
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:14:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:14:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a27ccd

dev-vcs/stgit: Stabilize 1.0 arm, #785397

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

 dev-vcs/stgit/stgit-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stgit/stgit-1.0.ebuild b/dev-vcs/stgit/stgit-1.0.ebuild
index a965332f360..8eb84b347ba 100644
--- a/dev-vcs/stgit/stgit-1.0.ebuild
+++ b/dev-vcs/stgit/stgit-1.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



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

2021-04-24 Thread Sam James
commit: 5cc1241dea44763063787a60fdfffdc5d0ee1447
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:14:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc1241d

media-libs/chromaprint: Stabilize 1.5.0 arm, #785052

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

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

diff --git a/media-libs/chromaprint/chromaprint-1.5.0.ebuild 
b/media-libs/chromaprint/chromaprint-1.5.0.ebuild
index c498fbe70fd..256d472f451 100644
--- a/media-libs/chromaprint/chromaprint-1.5.0.ebuild
+++ b/media-libs/chromaprint/chromaprint-1.5.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



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

2021-04-24 Thread Sam James
commit: 876fa5210a4f58107b621b2059654bcb5cdcaf84
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876fa521

dev-python/zope-interface: Stabilize 5.3.0 arm, #784758

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

 dev-python/zope-interface/zope-interface-5.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/zope-interface/zope-interface-5.3.0.ebuild 
b/dev-python/zope-interface/zope-interface-5.3.0.ebuild
index 8cdb24083d6..6e5ad622e91 100644
--- a/dev-python/zope-interface/zope-interface-5.3.0.ebuild
+++ b/dev-python/zope-interface/zope-interface-5.3.0.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/namespace-zope[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/

2021-04-24 Thread Sam James
commit: 58221301237647675b19eaf37a225d3ef08336af
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58221301

app-arch/unrar: Stabilize 6.0.4 arm, #780417

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

 app-arch/unrar/unrar-6.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/unrar/unrar-6.0.4.ebuild 
b/app-arch/unrar/unrar-6.0.4.ebuild
index 0271d42e728..ff89fa03aad 100644
--- a/app-arch/unrar/unrar-6.0.4.ebuild
+++ b/app-arch/unrar/unrar-6.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
 LICENSE="unRAR"
 # subslot = soname version
 SLOT="0/6"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



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

2021-04-24 Thread Sam James
commit: 99d15852fe02754f25c0da6c0620ec943bce11ed
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:14:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:14:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d15852

dev-libs/liblinear: Stabilize 243 arm, #785220

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

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

diff --git a/dev-libs/liblinear/liblinear-243.ebuild 
b/dev-libs/liblinear/liblinear-243.ebuild
index 274f164a7df..d05e7d8cc0d 100644
--- a/dev-libs/liblinear/liblinear-243.ebuild
+++ b/dev-libs/liblinear/liblinear-243.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 src_prepare() {
default



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

2021-04-24 Thread Sam James
commit: 6c4c93e5b01746823a4ddefbcb7e750a3a0c5a20
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4c93e5

app-emulation/qemu: Stabilize 5.2.0-r3 arm64, #785379

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

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

diff --git a/app-emulation/qemu/qemu-5.2.0-r3.ebuild 
b/app-emulation/qemu/qemu-5.2.0-r3.ebuild
index 820346ef579..64abd3123a2 100644
--- a/app-emulation/qemu/qemu-5.2.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-5.2.0-r3.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/file/

2021-04-24 Thread Sam James
commit: 4fdf2278a8f2df8ad4afe4346fbc21786f078175
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:14:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:14:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdf2278

sys-apps/file: Stabilize 5.40-r2 arm, #785292

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

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

diff --git a/sys-apps/file/file-5.40-r2.ebuild 
b/sys-apps/file/file-5.40-r2.ebuild
index f18f1863657..09ae37a9c7b 100644
--- a/sys-apps/file/file-5.40-r2.ebuild
+++ b/sys-apps/file/file-5.40-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



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

2021-04-24 Thread Sam James
commit: 635a1acefeed31bcba8ef4614a845f42347ff336
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635a1ace

app-misc/ckermit: Stabilize 9.0.302 arm, #783642

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

 app-misc/ckermit/ckermit-9.0.302.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ckermit/ckermit-9.0.302.ebuild 
b/app-misc/ckermit/ckermit-9.0.302.ebuild
index 170a603417e..e688a28197b 100644
--- a/app-misc/ckermit/ckermit-9.0.302.ebuild
+++ b/app-misc/ckermit/ckermit-9.0.302.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="http://www.kermitproject.org/";
 
 LICENSE="Kermit"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 arm ~hppa ppc ppc64 x86"
 IUSE="ncurses"
 
 DEPEND="ncurses? ( >=sys-libs/ncurses-5.2:= )"



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

2021-04-24 Thread Sam James
commit: 7fa56775c9f0c85110dfc656660d384d3777e100
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa56775

app-misc/binwalk: Stabilize 2.3.1 arm64, #785277

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

 app-misc/binwalk/binwalk-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/binwalk/binwalk-2.3.1.ebuild 
b/app-misc/binwalk/binwalk-2.3.1.ebuild
index c7022f95c41..fa67d509889 100644
--- a/app-misc/binwalk/binwalk-2.3.1.ebuild
+++ b/app-misc/binwalk/binwalk-2.3.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/ReFirmLabs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~x86 ~x64-macos"
 fi
 
 DESCRIPTION="A tool for identifying files embedded inside firmware images"



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

2021-04-24 Thread Sam James
commit: 47621af88d8e39ef955ec4a5a7d3a31ae99f48d9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47621af8

media-libs/chromaprint: Stabilize 1.5.0 arm64, #785052

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

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

diff --git a/media-libs/chromaprint/chromaprint-1.5.0.ebuild 
b/media-libs/chromaprint/chromaprint-1.5.0.ebuild
index 3c91fa2abc8..c498fbe70fd 100644
--- a/media-libs/chromaprint/chromaprint-1.5.0.ebuild
+++ b/media-libs/chromaprint/chromaprint-1.5.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/acoustid/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="test tools"
 RESTRICT="!test? ( test )"
 



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

2021-04-24 Thread Sam James
commit: bc7f3e78cfa5b1ffb0ca64587016fdbf5bd5cdca
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7f3e78

sys-process/parallel: Stabilize 20210322 arm64, #785226

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

 sys-process/parallel/parallel-20210322.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/parallel/parallel-20210322.ebuild 
b/sys-process/parallel/parallel-20210322.ebuild
index d366d17d9b1..fde2672dea2 100644
--- a/sys-process/parallel/parallel-20210322.ebuild
+++ b/sys-process/parallel/parallel-20210322.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/

2021-04-24 Thread Sam James
commit: 5140c0d7707f4a10eafc307b61f0360573610812
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5140c0d7

app-arch/p7zip: Stabilize 16.02-r8 arm64, #785439

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

 app-arch/p7zip/p7zip-16.02-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r8.ebuild 
b/app-arch/p7zip/p7zip-16.02-r8.ebuild
index 1956fe47abc..ca7168929a0 100644
--- a/app-arch/p7zip/p7zip-16.02-r8.ebuild
+++ b/app-arch/p7zip/p7zip-16.02-r8.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}_${PV}"
 
 LICENSE="LGPL-2.1 rar? ( unRAR )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
 REQUIRED_USE="kde? ( wxwidgets )"
 



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

2021-04-24 Thread Sam James
commit: 25248386771964a0203c72f01def383a0ce0f9d8
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25248386

dev-libs/tinyxml: Stabilize 2.6.2-r4 arm64, #783705

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

 dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild 
b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
index 89b73963cef..efddf8487e5 100644
--- a/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
+++ b/dev-libs/tinyxml/tinyxml-2.6.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV//./_}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 IUSE="debug doc static-libs +stl"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2021-04-24 Thread Sam James
commit: 4c84a167d243be4d41ababcde1aa9cd0530fe7d4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c84a167

net-libs/webkit-gtk: Stabilize 2.30.6 arm64, #773193

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

 net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
index 2d1a8c84172..9a50f10e3af 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.30.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz";
 
 LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~sparc ~x86"
 
 IUSE="aqua +egl examples gamepad +geolocation gles2-only gnome-keyring 
+gstreamer gtk-doc +introspection +jpeg2k +jumbo-build libnotify +opengl 
seccomp spell systemd wayland +X"
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/

2021-04-24 Thread Sam James
commit: 30dc1699baa1ea459c70c9d78bf87aefcdc54215
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:12:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:12:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30dc1699

dev-vcs/stgit: Stabilize 1.0 ppc64, #785397

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

 dev-vcs/stgit/stgit-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stgit/stgit-1.0.ebuild b/dev-vcs/stgit/stgit-1.0.ebuild
index 03b1c8acf7e..b8fc2cfb5be 100644
--- a/dev-vcs/stgit/stgit-1.0.ebuild
+++ b/dev-vcs/stgit/stgit-1.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



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

2021-04-24 Thread Sam James
commit: 0a7e92037fd77ed05e6239ad9e59f90f4bfdc39a
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7e9203

sys-apps/sandbox: Stabilize 2.21 arm64, #785388

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

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

diff --git a/sys-apps/sandbox/sandbox-2.21.ebuild 
b/sys-apps/sandbox/sandbox-2.21.ebuild
index f4a2f1d008e..545a9f236b1 100644
--- a/sys-apps/sandbox/sandbox-2.21.ebuild
+++ b/sys-apps/sandbox/sandbox-2.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 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=""
 
 DEPEND="app-arch/xz-utils



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

2021-04-24 Thread Sam James
commit: d469ee0caec3cd80df3c512ca77d470363acd3a4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d469ee0c

dev-libs/liblinear: Stabilize 243 arm64, #785220

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

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

diff --git a/dev-libs/liblinear/liblinear-243.ebuild 
b/dev-libs/liblinear/liblinear-243.ebuild
index f1640bc8f5a..274f164a7df 100644
--- a/dev-libs/liblinear/liblinear-243.ebuild
+++ b/dev-libs/liblinear/liblinear-243.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cjlin1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/4"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
 
 src_prepare() {
default



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

2021-04-24 Thread Sam James
commit: d985c6ca5f39ad64a17579c96d272791c794cc69
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d985c6ca

sys-apps/portage: Stabilize 3.0.18 ppc64, #785481

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

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

diff --git a/sys-apps/portage/portage-3.0.18.ebuild 
b/sys-apps/portage/portage-3.0.18.ebuild
index 3e55d026f6b..5c773b8ce51 100644
--- a/sys-apps/portage/portage-3.0.18.ebuild
+++ b/sys-apps/portage/portage-3.0.18.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-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"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
 RESTRICT="!test? ( test )"



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

2021-04-24 Thread Sam James
commit: db389dbbd40ca9f72466a23d61bbb26d17e34e54
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:12:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:12:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db389dbb

sys-apps/sandbox: Stabilize 2.21 ppc64, #785388

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

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

diff --git a/sys-apps/sandbox/sandbox-2.21.ebuild 
b/sys-apps/sandbox/sandbox-2.21.ebuild
index b509a168a17..f4a2f1d008e 100644
--- a/sys-apps/sandbox/sandbox-2.21.ebuild
+++ b/sys-apps/sandbox/sandbox-2.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 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=""
 
 DEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/

2021-04-24 Thread Sam James
commit: f5cdc758780256db1bac4783730a1eb7140600b3
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:13:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:13:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5cdc758

app-arch/p7zip: Stabilize 16.02-r8 ppc64, #785439

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

 app-arch/p7zip/p7zip-16.02-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r8.ebuild 
b/app-arch/p7zip/p7zip-16.02-r8.ebuild
index d7d094b0194..1956fe47abc 100644
--- a/app-arch/p7zip/p7zip-16.02-r8.ebuild
+++ b/app-arch/p7zip/p7zip-16.02-r8.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}_${PV}"
 
 LICENSE="LGPL-2.1 rar? ( unRAR )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
 REQUIRED_USE="kde? ( wxwidgets )"
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2021-04-24 Thread Sam James
commit: 9cf45371cf926f0ecc408a74254afd800bc7c35e
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:12:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:12:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf45371

net-ftp/proftpd: Stabilize 1.3.7a-r1 ppc64, #785385

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

 net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
index b3f09d86674..a8f861439ad 100644
--- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/

2021-04-24 Thread Sam James
commit: 220235a262f147c9e42c5707224abba2b609bcb4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220235a2

dev-vcs/stgit: Stabilize 1.0 x86, #785397

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

 dev-vcs/stgit/stgit-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stgit/stgit-1.0.ebuild b/dev-vcs/stgit/stgit-1.0.ebuild
index 1dd3e1f7843..c2aa92bc43e 100644
--- a/dev-vcs/stgit/stgit-1.0.ebuild
+++ b/dev-vcs/stgit/stgit-1.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



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

2021-04-24 Thread Sam James
commit: d6504b4049a8febdf3562460ba9860627824bab6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:11:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:11:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6504b40

sys-apps/portage: Stabilize 3.0.18 x86, #785481

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

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

diff --git a/sys-apps/portage/portage-3.0.18.ebuild 
b/sys-apps/portage/portage-3.0.18.ebuild
index 6e6a8dc4f05..9a92b731189 100644
--- a/sys-apps/portage/portage-3.0.18.ebuild
+++ b/sys-apps/portage/portage-3.0.18.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-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"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
 RESTRICT="!test? ( test )"



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

2021-04-24 Thread Sam James
commit: b9b2e387328d18614211c46f32e5dfc792309ab6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b2e387

net-misc/rabbitmq-server: Stabilize 3.8.14 x86, #785394

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

 net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild 
b/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
index 2b90f9aa323..346526d274c 100644
--- a/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
+++ b/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PV}/ra
 
 LICENSE="GPL-2 MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 RESTRICT="test"
 



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

2021-04-24 Thread Sam James
commit: 49a92586f3c252d95a634a41da8d40730ff3df47
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a92586

app-misc/byobu: Stabilize 5.133 x86, #784191

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

 app-misc/byobu/byobu-5.133.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/byobu/byobu-5.133.ebuild 
b/app-misc/byobu/byobu-5.133.ebuild
index 4d5528497c2..6b46ae0973b 100644
--- a/app-misc/byobu/byobu-5.133.ebuild
+++ b/app-misc/byobu/byobu-5.133.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-04-24 Thread Sam James
commit: af798244946c36ee4d4f8ad43b91d4e599a615bc
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af798244

dev-lang/elixir: Stabilize 1.11.4 x86, #785382

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

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

diff --git a/dev-lang/elixir/elixir-1.11.4.ebuild 
b/dev-lang/elixir/elixir-1.11.4.ebuild
index 97be419f28f..5f4396b2f1c 100644
--- a/dev-lang/elixir/elixir-1.11.4.ebuild
+++ b/dev-lang/elixir/elixir-1.11.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0 ErlPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/

2021-04-24 Thread Sam James
commit: 00306ec4343c1f7ee22b5874e848201a7833c958
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:11:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:11:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00306ec4

app-arch/p7zip: Stabilize 16.02-r8 x86, #785439

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

 app-arch/p7zip/p7zip-16.02-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r8.ebuild 
b/app-arch/p7zip/p7zip-16.02-r8.ebuild
index fcac940d344..e9cceeda8ae 100644
--- a/app-arch/p7zip/p7zip-16.02-r8.ebuild
+++ b/app-arch/p7zip/p7zip-16.02-r8.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}_${PV}"
 
 LICENSE="LGPL-2.1 rar? ( unRAR )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
 REQUIRED_USE="kde? ( wxwidgets )"
 



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

2021-04-24 Thread Sam James
commit: 8b0839cbedc283308e9d0a61873591ed895d899f
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0839cb

sys-apps/sandbox: Stabilize 2.21 x86, #785388

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

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

diff --git a/sys-apps/sandbox/sandbox-2.21.ebuild 
b/sys-apps/sandbox/sandbox-2.21.ebuild
index 45daf904805..b509a168a17 100644
--- a/sys-apps/sandbox/sandbox-2.21.ebuild
+++ b/sys-apps/sandbox/sandbox-2.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 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=""
 
 DEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2021-04-24 Thread Sam James
commit: f26aaa395ac5f82e55f4489dc7abfe3a95eec1b2
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26aaa39

net-ftp/proftpd: Stabilize 1.3.7a-r1 x86, #785385

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

 net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
index d7c2982eb01..34f1bb019c3 100644
--- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



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

2021-04-24 Thread Sam James
commit: d656c398ddbe1e4033bd78b90da0745789fb5ac9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d656c398

sys-apps/file: Stabilize 5.40-r2 x86, #785292

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

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

diff --git a/sys-apps/file/file-5.40-r2.ebuild 
b/sys-apps/file/file-5.40-r2.ebuild
index 4a02e27da19..a5173f83bf7 100644
--- a/sys-apps/file/file-5.40-r2.ebuild
+++ b/sys-apps/file/file-5.40-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



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

2021-04-24 Thread Sam James
commit: 300b8d523263b32354daf301ef24e9d6d691f380
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:10:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:10:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300b8d52

sys-process/parallel: Stabilize 20210322 x86, #785226

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

 sys-process/parallel/parallel-20210322.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/parallel/parallel-20210322.ebuild 
b/sys-process/parallel/parallel-20210322.ebuild
index cf51730ed5d..d366d17d9b1 100644
--- a/sys-process/parallel/parallel-20210322.ebuild
+++ b/sys-process/parallel/parallel-20210322.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 RDEPEND="dev-lang/perl:=
dev-perl/Devel-Size



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

2021-04-24 Thread Sam James
commit: f32c5400db3d8991228568e1ac64914b899bc969
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32c5400

sys-apps/portage: Stabilize 3.0.18 amd64, #785481

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

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

diff --git a/sys-apps/portage/portage-3.0.18.ebuild 
b/sys-apps/portage/portage-3.0.18.ebuild
index f5f940db0e2..6e6a8dc4f05 100644
--- a/sys-apps/portage/portage-3.0.18.ebuild
+++ b/sys-apps/portage/portage-3.0.18.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-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"
 SLOT="0"
 IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux test xattr"
 RESTRICT="!test? ( test )"



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

2021-04-24 Thread Sam James
commit: a8e02669dbc653564b1d7c62dd2ae7323a4fe7a4
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e02669

net-misc/rabbitmq-server: Stabilize 3.8.14 amd64, #785394

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

 net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild 
b/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
index a8a9e9eb1e3..2b90f9aa323 100644
--- a/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
+++ b/net-misc/rabbitmq-server/rabbitmq-server-3.8.14.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PV}/ra
 
 LICENSE="GPL-2 MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE=""
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/p7zip/

2021-04-24 Thread Sam James
commit: 66198734756d0015e34ebf6782479dd9a098a5c7
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66198734

app-arch/p7zip: Stabilize 16.02-r8 amd64, #785439

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

 app-arch/p7zip/p7zip-16.02-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/p7zip/p7zip-16.02-r8.ebuild 
b/app-arch/p7zip/p7zip-16.02-r8.ebuild
index b46bf132d46..fcac940d344 100644
--- a/app-arch/p7zip/p7zip-16.02-r8.ebuild
+++ b/app-arch/p7zip/p7zip-16.02-r8.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}_${PV}"
 
 LICENSE="LGPL-2.1 rar? ( unRAR )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="abi_x86_x32 doc kde +pch rar static wxwidgets"
 REQUIRED_USE="kde? ( wxwidgets )"
 



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

2021-04-24 Thread Sam James
commit: e747f11cd66b1a57634bbb791cb2f8a306ba24ab
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e747f11c

dev-lang/elixir: Stabilize 1.11.4 amd64, #785382

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

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

diff --git a/dev-lang/elixir/elixir-1.11.4.ebuild 
b/dev-lang/elixir/elixir-1.11.4.ebuild
index 4c9e14b12b1..97be419f28f 100644
--- a/dev-lang/elixir/elixir-1.11.4.ebuild
+++ b/dev-lang/elixir/elixir-1.11.4.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0 ErlPL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/proftpd/

2021-04-24 Thread Sam James
commit: 61b7858c76cfbcd7008170738822d6e57c1c47f5
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b7858c

net-ftp/proftpd: Stabilize 1.3.7a-r1 amd64, #785385

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

 net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild 
b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
index 7ee4c7d7326..d7c2982eb01 100644
--- a/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
+++ b/net-ftp/proftpd/proftpd-1.3.7a-r1.ebuild
@@ -26,7 +26,7 @@ SRC_URI="ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap libressl log-forensic memcache msg mysql ncurses nls pam 
+pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp sodium softquota 
sqlite ssl tcpd test unique-id vroot"



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

2021-04-24 Thread Sam James
commit: 04b870d48ebe05a24b4bbe481d1860315e6d287c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b870d4

app-text/bibutils: Stabilize 6.10 amd64, #785310

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

 app-text/bibutils/bibutils-6.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/bibutils/bibutils-6.10.ebuild 
b/app-text/bibutils/bibutils-6.10.ebuild
index fca15d38d42..fb3e20024c4 100644
--- a/app-text/bibutils/bibutils-6.10.ebuild
+++ b/app-text/bibutils/bibutils-6.10.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}_src.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 S="${WORKDIR}/${MY_P}"
 



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

2021-04-24 Thread Sam James
commit: 8e32d638ace95e7f7d684cb38e65a4ec1a4d8ea9
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e32d638

sys-apps/sandbox: Stabilize 2.21 amd64, #785388

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

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

diff --git a/sys-apps/sandbox/sandbox-2.21.ebuild 
b/sys-apps/sandbox/sandbox-2.21.ebuild
index 0caadf280c6..45daf904805 100644
--- a/sys-apps/sandbox/sandbox-2.21.ebuild
+++ b/sys-apps/sandbox/sandbox-2.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz";
 
 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=""
 
 DEPEND="app-arch/xz-utils



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

2021-04-24 Thread Sam James
commit: 411851489d7aad3a5db39fe1f53502647449e393
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 25 05:09:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 25 05:09:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41185148

sys-apps/file: Stabilize 5.40-r2 amd64, #785292

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

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

diff --git a/sys-apps/file/file-5.40-r2.ebuild 
b/sys-apps/file/file-5.40-r2.ebuild
index f46a59bccfa..4a02e27da19 100644
--- a/sys-apps/file/file-5.40-r2.ebuild
+++ b/sys-apps/file/file-5.40-r2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"



[gentoo-commits] proj/portage:master commit in: man/

2021-04-24 Thread Zac Medico
commit: eb650736537728f40cee65c8a3d523d7dcfde804
Author: Nekun  firemail  cc>
AuthorDate: Sun Apr 11 01:23:27 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 25 03:38:34 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=eb650736

ebuild.5: Add eapply documentation

Bug: https://bugs.gentoo.org/698244
Signed-off-by: Nekun  firemail.cc>
Signed-off-by: Zac Medico  gentoo.org>

 man/ebuild.5 | 22 +-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/man/ebuild.5 b/man/ebuild.5
index 1afa59eef..a113c1502 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -1,4 +1,4 @@
-.TH "EBUILD" "5" "Jul 2019" "Portage VERSION" "Portage"
+.TH "EBUILD" "5" "Apr 2021" "Portage VERSION" "Portage"
 
 .SH "NAME"
 ebuild \- the internal format, variables, and functions in an ebuild script
@@ -799,6 +799,11 @@ Beginning with \fBEAPI 4\fR, an array or space\-delimited 
list of documentation
 files for the default src_install function to install using dodoc. If
 undefined, a reasonable default list is used. See the documentation for
 src_install below.
+.TP
+.B PATCHES
+Beginning with \fBEAPI 6\fR, an array of patches for applying in the default
+\fIsrc_prepare\fR function using \fIeapply\fR.
+
 
 .SS "QA Control Variables:"
 .TP
@@ -1210,6 +1215,21 @@ message\fR is displayed.
 This function uncompresses and/or untars a list of sources into the current
 directory. The function will append \fIsource\fR to the \fBDISTDIR\fR variable.
 
+.SS "Prepare:"
+.TP
+.B eapply\fR \fI[patch options]\fR \fI
+Applies patches to the \fB${WORKDIR}\fR with specified options. Default patch 
level is \fI\-p1\fR. If a directory specified, all patches from it with
+\fI.patch\fR or \fI.diff\fR suffix are applied.
+This function is available beginning with \fBEAPI 6\fR, replacing old
+\fBepatch.eclass\fR(5) functions.
+.TP
+.B eapply_user
+Applies user\-provided patches to the \fB${WORKDIR}\fR from Portage config
+directory tree. For directory syntax and applying rules, see
+\fI/etc/portage/patches/\fR section in \fBportage\fR(5). This function is
+available beginning with \fBEAPI 6\fR, replacing old \fBepatch.eclass\fR(5)
+functions.
+
 .SS "Compile:"
 .TP
 .B econf\fR \fI[configure options]



[gentoo-commits] proj/portage:master commit in: man/

2021-04-24 Thread Zac Medico
commit: f737795e9da830d543a424ab7e74b2151e58fca8
Author: Nekun  firemail  cc>
AuthorDate: Sun Apr 11 01:23:26 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Apr 25 03:38:31 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=f737795e

man/portage.5: Add userpatch documentation

Bug: https://bugs.gentoo.org/698244
Signed-off-by: Nekun  firemail.cc>
Signed-off-by: Zac Medico  gentoo.org>

 man/portage.5 | 33 -
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/man/portage.5 b/man/portage.5
index 247ec5ab0..50f20454c 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1,4 +1,4 @@
-.TH "PORTAGE" "5" "Mar 2021" "Portage VERSION" "Portage"
+.TH "PORTAGE" "5" "Apr 2021" "Portage VERSION" "Portage"
 .SH NAME
 portage \- the heart of Gentoo
 .SH "DESCRIPTION"
@@ -78,6 +78,9 @@ site-specific overrides of \fB/etc/portage/make.profile/\fR
 .BR /etc/portage/sets/
 user\-defined package sets
 .TP
+.BR /etc/portage/patches/
+user\-provided patches to packages
+.TP
 .BR /var/db/repos/gentoo/
 .nf
 sets.conf
@@ -1375,6 +1378,34 @@ Also see \fB/var/lib/portage/world_sets\fR and the 
\fBemerge\fR(1)
 \fB\-\-list\-sets\fR option.
 .RE
 .TP
+.BR /etc/portage/patches/
+.RS
+In this directory patches to the package source tree can be created.
+For each package, patches are taken from these subdirectories in the
+following order:
+.nr step 1 1
+.IP \n[step]. 3
+/etc/portage/patches/${CATEGORY}/${P}\-${PR}[:${SLOT}]
+.IP \n+[step].
+/etc/portage/patches/${CATEGORY}/${P}[:${SLOT}]
+.IP \n+[step].
+/etc/portage/patches/${CATEGORY}/${PN}[:${SLOT}]
+.RE 2
+
+Patches from more-specific directories overrides patches from less-specific,
+i.e. if patches with the same name coexist in different directories matches
+same package, only patch from directory matches the first matching pattern
+will be applied. Patches for each package are applied in the POSIX
+lexicographic order. Patch file name must end in ".patch" or, for
+\fBEAPI\fR >= \fB6\fR, in ".diff".
+
+If package ebuild uses \fBEAPI\fR <= \fB5\fR, it must explicitly invoke
+\fBepatch_user\fR or inherit \fBepatch.eclass\fR(5) and rely on default
+\fBsrc_prepare\fR for apply patches. Otherwise, patches are silently
+ignored. If package ebuild uses \fBEAPI\fR >= \fB6\fR, applying user
+patches is mandatory.
+.RE
+.TP
 .BR /var/db/repos/gentoo/
 .RS
 .TP



[gentoo-commits] repo/gentoo:master commit in: app-text/simple-fb2-reader/

2021-04-24 Thread Andrey Grozin
commit: f429f84329516f6249e8b57540508281c6b4dccd
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sun Apr 25 03:32:30 2021 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sun Apr 25 03:32:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f429f843

app-text/simple-fb2-reader: use cmake.eclass

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

 app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild 
b/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild
index 3568a4f9df7..d52a38df90b 100644
--- a/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild
+++ b/app-text/simple-fb2-reader/simple-fb2-reader-1.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake-utils xdg
+inherit cmake xdg
 DESCRIPTION="A simple gtk3 reader for fb2 ebooks"
 HOMEPAGE="https://github.com/Cactus64k/simple-fb2-reader";
 SRC_URI="https://github.com/Cactus64k/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
@@ -20,5 +20,5 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
xdg_src_prepare
-   cmake-utils_src_prepare
+   cmake_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: app-office/lyx/

2021-04-24 Thread Yixun Lan
commit: cca005620b329cef34eeebfa4d0a6934e75e2f4a
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Apr 25 02:08:56 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr 25 02:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca00562

app-office/lyx: drop @cjk from maintainer list

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 app-office/lyx/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-office/lyx/metadata.xml b/app-office/lyx/metadata.xml
index f96a4d3d00c..9e8499c4825 100644
--- a/app-office/lyx/metadata.xml
+++ b/app-office/lyx/metadata.xml
@@ -5,10 +5,6 @@
aball...@gentoo.org
Alexis Ballier

-   
-   c...@gentoo.org
-   Cjk
-   

Add support for aspell spellchecking
Add support for enchant spellchecking 
wrapper



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/

2021-04-24 Thread Yixun Lan
commit: ead0bc2fe651842a9e44a37302ddfc815e6adb40
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Apr 25 02:49:15 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr 25 02:49:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead0bc2f

dev-vcs/stgit: amd64 stable

Bug: #785397

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

 dev-vcs/stgit/stgit-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/stgit/stgit-1.0.ebuild b/dev-vcs/stgit/stgit-1.0.ebuild
index e44a2c6fd25..1dd3e1f7843 100644
--- a/dev-vcs/stgit/stgit-1.0.ebuild
+++ b/dev-vcs/stgit/stgit-1.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/qterm/

2021-04-24 Thread Yixun Lan
commit: 6211e9e411d2ca23b0d75243643475ba08df0e10
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Apr 25 02:03:32 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Apr 25 02:03:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6211e9e4

x11-misc/qterm: drop to maintainer-needed

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Yixun Lan  gentoo.org>

 x11-misc/qterm/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/qterm/metadata.xml b/x11-misc/qterm/metadata.xml
index 68686f6d0a8..98f494bbf37 100644
--- a/x11-misc/qterm/metadata.xml
+++ b/x11-misc/qterm/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   c...@gentoo.org
-   Cjk
-   
+   

qterm/qterm
qterm



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

2021-04-24 Thread John Helmert III
commit: 4abf217d4186500972a49e636d2b878e1a69110b
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Apr 25 01:48:40 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Apr 25 01:50:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abf217d

net-analyzer/pmacct: fix mysql crash

Reported-by: Göran Bruns  brunsware.de>
Signed-off-by: John Helmert III  gentoo.org>

 .../files/pmacct-1.7.6-fix-mysql-crash.patch   | 26 ++
 net-analyzer/pmacct/pmacct-1.7.6-r1.ebuild | 99 ++
 2 files changed, 125 insertions(+)

diff --git a/net-analyzer/pmacct/files/pmacct-1.7.6-fix-mysql-crash.patch 
b/net-analyzer/pmacct/files/pmacct-1.7.6-fix-mysql-crash.patch
new file mode 100644
index 000..b76ce876132
--- /dev/null
+++ b/net-analyzer/pmacct/files/pmacct-1.7.6-fix-mysql-crash.patch
@@ -0,0 +1,26 @@
+From 1922062277d87da024938cc3057df9a4c3725e76 Mon Sep 17 00:00:00 2001
+From: Paolo Lucente 
+Date: Sun, 28 Feb 2021 02:51:10 +
+Subject: [PATCH] * fix, MySQL plugin: check for 'unix:' string only if
+ sql_host is supplied
+
+---
+ src/mysql_plugin.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/mysql_plugin.c b/src/mysql_plugin.c
+index 7f5179abd..dce117732 100644
+--- a/src/mysql_plugin.c
 b/src/mysql_plugin.c
+@@ -695,7 +695,10 @@ void MY_DB_Connect(struct DBdesc *db, char *host)
+ mysql_options(db->desc, MYSQL_OPT_RECONNECT, &reconnect);
+ if (config.sql_conn_ca_file) mysql_ssl_set(db->desc, NULL, NULL, 
config.sql_conn_ca_file, NULL, NULL);
+ 
+-usp = strstr(host, "unix:");
++if (host) {
++  usp = strstr(host, "unix:");
++}
++
+ if (usp && usp == host) {
+   usp += 5; /* go right past the 'unix:' string */
+   mysql_ret = mysql_real_connect(db->desc, NULL, config.sql_user, 
config.sql_passwd, config.sql_db, FALSE, usp, 0);

diff --git a/net-analyzer/pmacct/pmacct-1.7.6-r1.ebuild 
b/net-analyzer/pmacct/pmacct-1.7.6-r1.ebuild
new file mode 100644
index 000..2f066465acb
--- /dev/null
+++ b/net-analyzer/pmacct/pmacct-1.7.6-r1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic toolchain-funcs
+
+DESCRIPTION="A network tool to gather IP traffic information"
+HOMEPAGE="http://www.pmacct.net/";
+SRC_URI="http://www.pmacct.net/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="
+   +bgp-bins +bmp-bins geoip geoipv2 jansson kafka +l2 mysql ndpi nflog
+   postgres rabbitmq sqlite +st-bins +traffic-bins zmq
+"
+REQUIRED_USE="
+   ?? ( geoip geoipv2 )
+   kafka? ( jansson )
+   rabbitmq? ( jansson )
+"
+
+RDEPEND="dev-libs/libcdada
+   net-libs/libpcap
+   geoip? ( dev-libs/geoip )
+   geoipv2? ( dev-libs/libmaxminddb )
+   jansson? ( dev-libs/jansson )
+   kafka? ( dev-libs/librdkafka )
+   mysql? (
+   dev-db/mysql-connector-c:0=
+   sys-process/numactl
+   )
+   ndpi? ( >=net-libs/nDPI-3.2:= )
+   nflog? ( net-libs/libnetfilter_log )
+   postgres? ( dev-db/postgresql:* )
+   rabbitmq? ( net-libs/rabbitmq-c )
+   sqlite? ( =dev-db/sqlite-3* )
+   zmq? ( >=net-libs/zeromq-4.2.0:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.7.4--Werror.patch"
+   "${FILESDIR}/${PN}-1.7.6-nogit.patch"
+   "${FILESDIR}/${P}-fix-mysql-crash.patch"
+)
+
+DOCS=(
+   CONFIG-KEYS ChangeLog FAQS QUICKSTART UPGRADE
+   docs/INTERNALS docs/PLUGINS docs/SIGNALS
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC AR RANLIB
+   append-cflags -fcommon
+
+   econf \
+   $(use_enable bgp-bins) \
+   $(use_enable bmp-bins) \
+   $(use_enable geoip) \
+   $(use_enable geoipv2) \
+   $(use_enable jansson) \
+   $(use_enable kafka) \
+   $(use_enable l2) \
+   $(use_enable mysql) \
+   $(use_enable ndpi) \
+   $(use_enable nflog) \
+   $(use_enable postgres pgsql) \
+   $(use_enable rabbitmq) \
+   $(use_enable sqlite sqlite3) \
+   $(use_enable st-bins) \
+   $(use_enable traffic-bins) \
+   $(use_enable zmq) \
+   --without-external-deps \
+   --disable-debug \
+   --disable-mongodb
+}
+
+src_install() {
+   default
+
+   for dirname in examples sql telemetry; do
+   docinto ${dirname}
+   dodoc -r ${dirname}/*
+   done
+
+   newinitd "${FILESDIR}"/pmacctd-init.d pmacctd
+   newconfd "${FILESDIR}"/pmacctd-conf.d pmacctd
+
+   insinto /etc/pmacctd
+   newins examples/pmacctd-imt.conf.example pmacctd.conf
+}



[gentoo-commits] repo/gentoo:master commit in: sys-process/incron/files/, sys-process/incron/

2021-04-24 Thread Thomas Deutschmann
commit: 388a0ec1751688351781ddfd6175bc4e902356d1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 25 01:00:45 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 25 01:01:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388a0ec1

sys-process/incron: Fix crash when accessing path of..

...created/moved dir in watched directory.

Closes: https://bugs.gentoo.org/785448
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 .../incron/files/incron-0.5.12-issue25.patch   | 40 ++
 ...14.ebuild => incron-0.5.12_p20191114-r1.ebuild} |  7 ++--
 2 files changed, 45 insertions(+), 2 deletions(-)

diff --git a/sys-process/incron/files/incron-0.5.12-issue25.patch 
b/sys-process/incron/files/incron-0.5.12-issue25.patch
new file mode 100644
index 000..8883aec180a
--- /dev/null
+++ b/sys-process/incron/files/incron-0.5.12-issue25.patch
@@ -0,0 +1,40 @@
+https://bugs.gentoo.org/785448
+
+Origin: https://github.com/ar-/incron/issues/25#issuecomment-583796322
+
+--- old/usertable.cpp
 new/usertable.cpp
+@@ -370,20 +370,21 @@ void UserTable::OnEvent(InotifyEvent& rEvt)
+ {
+   InotifyWatch* pW = rEvt.GetWatch();
+   IncronTabEntry* pE = FindEntry(pW);
++  std::string pW_path = pW->GetPath();
+ 
+   // no entry found - this shouldn't occur
+   if (pE == NULL)
+ return;
+ 
+   // discard event if user has no access rights to watch path
+-  if (!(m_fSysTable || MayAccess(pW->GetPath(), DONT_FOLLOW(rEvt.GetMask()
++  if (!(m_fSysTable || MayAccess(pW_path, DONT_FOLLOW(rEvt.GetMask()
+ return;
+ 
+   //#if 0
+   // log output for each dir + file + event
+   std::string events;
+   rEvt.DumpTypes(events);
+-  syslog(LOG_INFO, "PATH (%s) FILE (%s) EVENT (%s)", pW->GetPath().c_str() , 
IncronTabEntry::GetSafePath(rEvt.GetName()).c_str() , events.c_str());
++  syslog(LOG_INFO, "PATH (%s) FILE (%s) EVENT (%s)", pW_path.c_str() , 
IncronTabEntry::GetSafePath(rEvt.GetName()).c_str() , events.c_str());
+   //#endif
+   
+   // add new watch for newly created subdirs
+@@ -422,7 +423,7 @@ void UserTable::OnEvent(InotifyEvent& rEvt)
+   else {
+ cmd.append(cs.substr(oldpos, pos-oldpos));
+ if (cs[px] == '@') {  // base path
+-  cmd.append(IncronTabEntry::GetSafePath(pW->GetPath()));
++  cmd.append(IncronTabEntry::GetSafePath(pW_path));
+   oldpos = pos + 2;
+ }
+ else if (cs[px] == '#') { // file name
+ 

diff --git a/sys-process/incron/incron-0.5.12_p20191114.ebuild 
b/sys-process/incron/incron-0.5.12_p20191114-r1.ebuild
similarity index 88%
rename from sys-process/incron/incron-0.5.12_p20191114.ebuild
rename to sys-process/incron/incron-0.5.12_p20191114-r1.ebuild
index 28928d33fc2..7e7ab9ba0fb 100644
--- a/sys-process/incron/incron-0.5.12_p20191114.ebuild
+++ b/sys-process/incron/incron-0.5.12_p20191114-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"
@@ -20,7 +20,10 @@ IUSE=""
 DEPEND=""
 RDEPEND=""
 
-PATCHES=( "${FILESDIR}"/${PN}-0.5.12-use-execl-instead-system.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.5.12-use-execl-instead-system.patch
+   "${FILESDIR}"/${PN}-0.5.12-issue25.patch
+)
 
 # < 2.6.18 => INOTIFY, >= 2.6.18 => INOTIFY_USER
 # It should be ok to expect at least 2.6.18



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/sionlib/, sys-cluster/sionlib/files/

2021-04-24 Thread Alessandro Barbieri
commit: 8b1d3fec410cc64f8815b76dd8d413777eb19d65
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr 25 01:01:06 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr 25 01:01:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b1d3fec

sys-cluster/sionlib: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/sionlib/Manifest  |   1 +
 sys-cluster/sionlib/files/respect-flags.patch | 134 ++
 sys-cluster/sionlib/metadata.xml  |  34 +++
 sys-cluster/sionlib/sionlib-1.7.6.ebuild  | 104 
 4 files changed, 273 insertions(+)

diff --git a/sys-cluster/sionlib/Manifest b/sys-cluster/sionlib/Manifest
new file mode 100644
index 0..9046f5a2b
--- /dev/null
+++ b/sys-cluster/sionlib/Manifest
@@ -0,0 +1 @@
+DIST sionlib-1.7.6.tar.gz 486418 BLAKE2B 
885eb2012ec6da031f5ae8b093ee4f3e5bbe31c9b24a11576f2ad01b32ddd8a85051565034f0e6c756af51409fb89f9c79f80b35c8337f2dc7912cb9e54d909b
 SHA512 
afdd8520f489bc940edc51ffa636a25cad778de07bfbb21d2bd2ab767e57b16044990d85ef44d2e6482a376196f5c6a2a6f1a71556dd987f8094dd396a971d1c

diff --git a/sys-cluster/sionlib/files/respect-flags.patch 
b/sys-cluster/sionlib/files/respect-flags.patch
new file mode 100644
index 0..9ff5bd384
--- /dev/null
+++ b/sys-cluster/sionlib/files/respect-flags.patch
@@ -0,0 +1,134 @@
+diff '--color=auto' -ru a/config/determine-cc.sh b/config/determine-cc.sh
+--- a/config/determine-cc.sh   2021-04-25 01:09:35.175990108 +0200
 b/config/determine-cc.sh   2021-04-25 01:10:02.876433713 +0200
+@@ -1,7 +1,6 @@
+ #!/bin/sh
+ # determine what compiler is behind "cc" (and presumably "CC" and "ftn") 
wrapper
+ 
+-CC=`which cc 2>/dev/null`
+ COMP=
+ if [ -z "$CC" ]; then
+   echo "No 'cc' located!"
+diff '--color=auto' -ru a/config/select-compiler.sh b/config/select-compiler.sh
+--- a/config/select-compiler.sh2021-04-25 01:09:35.175990108 +0200
 b/config/select-compiler.sh2021-04-25 01:10:26.882817842 +0200
+@@ -9,7 +9,7 @@
+ CPS=""
+ COMP=""
+ 
+-GNU=`which gcc 2> /dev/null`
++GNU="${CC}"
+ if [ -n "${GNU}" ]
+ then
+   NCPS=`expr ${NCPS} + 1`
+diff '--color=auto' -ru a/config/select-mpi.sh b/config/select-mpi.sh
+--- a/config/select-mpi.sh 2021-04-25 01:09:35.175990108 +0200
 b/config/select-mpi.sh 2021-04-25 01:12:41.269962840 +0200
+@@ -76,7 +76,6 @@
+   if [ -z "${MPIS}" ]; then MPIS="${MPI}"; else MPIS="${MPIS}|${MPI}"; fi
+ fi
+ 
+-MPICC=`which mpicc 2> /dev/null`
+ if [ -n "${MPICC}" ]
+ then
+   FMPI=""
+@@ -86,7 +85,7 @@
+   MPIROOTDIR1=`dirname ${MBINDIR}`
+ 
+   echo "#include " > conftest.c
+-  mpicc -E conftest.c | grep '/mpi.h"' | head -1 > mpiconf.txt
++  "${MPICC}" -E conftest.c | grep '/mpi.h"' | head -1 > mpiconf.txt
+   MINCDIR=`cat mpiconf.txt | sed -e 's#^.* "##' -e 's#/mpi.h".*##'`
+   if [ -n "${MINCDIR}" ]
+   then
+diff '--color=auto' -ru a/mf/Makefile.defs.linux-gomp 
b/mf/Makefile.defs.linux-gomp
+--- a/mf/Makefile.defs.linux-gomp  2021-04-25 01:09:35.119989211 +0200
 b/mf/Makefile.defs.linux-gomp  2021-04-25 01:52:32.378951608 +0200
+@@ -23,24 +23,19 @@
+ 
#--
+ # SIONlib General Settings
+ 
#--
+-OPTFLAGS = -g -O0 -Wall
++CFLAGS   += -std=c99 $(PFLAG) $(OPTFLAGS) -fPIC
+ 
+-CC   = gcc
+-CFLAGS   = -std=c99 $(PFLAG) $(OPTFLAGS) -fPIC
++CXXFLAGS += $(PFLAG) $(OPTFLAGS) -fPIC
+ 
+-CXX  = g++
+-CXXFLAGS = $(PFLAG) $(OPTFLAGS) -O3
+-
+-F77  = gfortran
+-FFLAGS   = $(PFLAG) $(OPTFLAGS)
++FFLAGS   += $(PFLAG) $(OPTFLAGS) -fPIC
+ 
+ F90  = $(F77)
+-F90FLAGS = $(PFLAG) $(OPTFLAGS) -ffree-form
++F90FLAGS += $(PFLAG) $(OPTFLAGS) -ffree-form -fPIC $(FCFLAGS)
+ 
+ FPP  =
+ FDOPT= -D
+ 
+-LDFLAGS  = $(PFLAG) $(OPTFLAGS) $(HINTSLIB)
++LDFLAGS  += $(PFLAG) $(OPTFLAGS) $(HINTSLIB)
+ UTILLIB  =
+ FOBASE   = pomp_fwrapper_base.o
+ 
+@@ -101,10 +96,6 @@
+ 
#--
+ 
+ MPIENABLE = 1
+-MPICC = mpicc
+-MPICXX= mpicxx
+-MPIF77= mpif77
+-MPIF90= mpif90
+ MPILIB= -lmpich
+ PMPILIB   = -lpmpich
+ #PMPILIB   = # MPICH2
+@@ -139,8 +130,7 @@
+ 
#--
+ 
+ SZLIB  = szlib
+-SZLIB_OPTFLAGS = -O3
+-SZLIB_CFLAGS   = -I$(TOPDIR)/utils/szlib -DELG_COMPRESSED -DCUBE_COMPRESSED
++SZLIB_CFLAGS   = -I$(TOPDIR)/utils/szlib -DELG_COMPRESSED -DCUBE_COMPRESSED 
$(CFLAGS)
+ SZLIB_LIBPATH  = -L$(TOPDIR)/utils/szlib
+ SZLIB_LIB  = -lsc.z
+ 
+diff '--color=auto' -ru a/src/fortraninterface/Makefile 
b/src/fortraninterface/Makefile
+--- a/src/fortraninterface/Makefile2021-04-25 01:09:35.141989563 +0200
 b/src/fortraninterface/Makefile2021-04-25 01:23:48.05597659

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

2021-04-24 Thread Zac Medico
commit: 5999a72a0c55d81b7092560c91fb1eb95ee92ccc
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Apr 24 23:09:17 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Apr 24 23:40:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5999a72a

app-emulation/podman: Bump to version 3.1.2

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

 app-emulation/podman/Manifest|   1 +
 app-emulation/podman/podman-3.1.2.ebuild | 162 +++
 2 files changed, 163 insertions(+)

diff --git a/app-emulation/podman/Manifest b/app-emulation/podman/Manifest
index f8087bc702c..37d3b05f010 100644
--- a/app-emulation/podman/Manifest
+++ b/app-emulation/podman/Manifest
@@ -1 +1,2 @@
 DIST podman-3.0.1.tar.gz 10365348 BLAKE2B 
93a227bf1395145ebaec8e18aa8ad8101704e8e0f7344c8850ee9e1532b191aef96b1cbbba2e21bd716591d68969cfd16ee811621a383cb2d31e4105a44834bf
 SHA512 
4addc986ad94b512d90b675a5a1988eeef365fff02c3449fd310582245a91d4ee96ff9fd3c56ce333a972dca627aa28fbd468a4a363c5c8963524bb67bc26754
+DIST podman-3.1.2.tar.gz 10488539 BLAKE2B 
8536f6856e436467541f7714e75d5055545e1514604d6541671894117e752609a9e791355c162ef8fcdbc0cbd992823ecab8a3ab760bab3a469d9768b6b008e4
 SHA512 
fdc26368f3cce6a11fe9adeae34a2f04396a554bb5f245e07fc98d1ce21dff66faba5549e9e0b94793d67768ff03fea2990e7a2759dd41ed2b72778431f5dd9d

diff --git a/app-emulation/podman/podman-3.1.2.ebuild 
b/app-emulation/podman/podman-3.1.2.ebuild
new file mode 100644
index 000..1ab7287d3c7
--- /dev/null
+++ b/app-emulation/podman/podman-3.1.2.ebuild
@@ -0,0 +1,162 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGIT_COMMIT="51b8ddbc22cf5b10dd76dd9243924aa66ad7db39"
+
+inherit bash-completion-r1 flag-o-matic go-module
+
+DESCRIPTION="Library and podman tool for running OCI-based containers in Pods"
+HOMEPAGE="https://github.com/containers/podman/";
+MY_PN=podman
+MY_P=${MY_PN}-${PV}
+SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm64"
+IUSE="apparmor btrfs +fuse +rootless selinux"
+RESTRICT="test"
+
+COMMON_DEPEND="
+   app-crypt/gpgme:=
+   >=app-emulation/conmon-2.0.0
+   || ( >=app-emulation/runc-1.0.0_rc6 app-emulation/crun )
+   dev-libs/libassuan:=
+   dev-libs/libgpg-error:=
+   >=net-misc/cni-plugins-0.8.6
+   sys-fs/lvm2
+   sys-libs/libseccomp:=
+
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( sys-fs/btrfs-progs )
+   rootless? ( app-emulation/slirp4netns )
+   selinux? ( sys-libs/libselinux:= )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-go/go-md2man"
+RDEPEND="${COMMON_DEPEND}
+   fuse? ( sys-fs/fuse-overlayfs )"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # Disable installation of python modules here, since those are
+   # installed by separate ebuilds.
+   local makefile_sed_args=(
+   -e '/^GIT_.*/d'
+   -e 's/$(GO) build/$(GO) build -v -work -x/'
+   -e 's/^\(install:.*\) install\.python$/\1/'
+   -e 's|^pkg/varlink/iopodman.go: .gopathok 
pkg/varlink/io.podman.varlink$|pkg/varlink/iopodman.go: 
pkg/varlink/io.podman.varlink|'
+   )
+
+   has_version -b '>=dev-lang/go-1.13.9' || makefile_sed_args+=(-e 
's:GO111MODULE=off:GO111MODULE=on:')
+
+   sed "${makefile_sed_args[@]}" -i Makefile || die
+
+   sed -e 's|OUTPUT="${CIRRUS_TAG:.*|OUTPUT='v${PV}'|' \
+   -i hack/get_release_info.sh || die
+}
+
+src_compile() {
+   local git_commiT=${EGIT_COMMIT}
+
+   # Filter unsupported linker flags
+   filter-flags '-Wl,*'
+
+   [[ -f hack/apparmor_tag.sh ]] || die
+   if use apparmor; then
+   echo -e "#!/bin/sh\necho apparmor" > hack/apparmor_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/apparmor_tag.sh || die
+   fi
+
+   [[ -f hack/btrfs_installed_tag.sh ]] || die
+   if use btrfs; then
+   echo -e "#!/bin/sh\ntrue" > hack/btrfs_installed_tag.sh || die
+   else
+   echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+   hack/btrfs_installed_tag.sh || die
+   fi
+
+   [[ -f hack/selinux_tag.sh ]] || die
+   if use selinux; then
+   echo -e "#!/bin/sh\necho selinux" > hack/selinux_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/selinux_tag.sh || die
+   fi
+
+   # Avoid this error when generating pkg/varlink/iopodman.go:
+   # cannot find package "github.com/varlink/go/varlink/idl"
+   mkdir -p _output || die
+   ln -snf ../vendor _output/src || die
+   GO111MODULE=off GOPATH=${PWD}/_output go generate ./pkg/varlink/... || 
die
+   rm _output/src || die
+
+   export -n GOCACHE GOPA

[gentoo-commits] repo/proj/guru:master commit in: app-misc/cpufetch/

2021-04-24 Thread Theo Anderson
commit: 89308c6a370e07097d6d49e73b76a42027cf08e9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Apr 21 20:29:47 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 18:51:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89308c6a

app-misc/cpufetch: use tcgetcc

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

 app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild 
b/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
index a51f7908d..6f68bb6dd 100644
--- a/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
+++ b/app-misc/cpufetch/cpufetch-0.94_p20210409.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 COMMIT="8f2f3d3a1652b87162f763a88a5070cf25c2e6d7"
 DESCRIPTION="Simplistic yet fancy CPU architecture fetching tool"
 HOMEPAGE="https://github.com/Dr-Noob/cpufetch";
@@ -14,6 +16,11 @@ KEYWORDS="~amd64"
 PATCHES=( "${FILESDIR}/makefile-${PV}.patch" )
 S="${WORKDIR}/${PN}-${COMMIT}"
 
+src_prepare() {
+   default
+   export CC=$(tc-getCC)
+}
+
 src_install() {
dobin "${PN}"
doman "${PN}.8"



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

2021-04-24 Thread Theo Anderson
commit: 34704b344fd6eaecc84f2118006112645a20a8d8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Apr 22 20:59:59 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 18:51:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34704b34

dev-python/trueskill: fix deps

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

 dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild 
b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
index a591b4f09..90318a33b 100644
--- a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
+++ b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
 
-DESCRIPTION="Python Implementation of the TrueSkill, Glicko and Elo Ranking 
Algorithms"
+DESCRIPTION="Python Implementation of the TrueSkill Algorithm"
 HOMEPAGE="
https://trueskill.org
https://github.com/sublee/trueskill
@@ -28,7 +28,7 @@ DEPEND="
test? (
>=dev-python/almost-0.1.5[${PYTHON_USEDEP}]
>=dev-python/mpmath-0.17[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
)
 "
 S="${WORKDIR}/${PN}-${COMMIT}"



[gentoo-commits] repo/proj/guru:master commit in: x11-libs/gtk-fortran/files/, x11-libs/gtk-fortran/

2021-04-24 Thread Theo Anderson
commit: 9ed66356cae4e3204511fdf7196e8410136c32d4
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Apr 24 11:44:17 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 11:44:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ed66356

x11-libs/gtk-fortran: drop 19.04

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

 x11-libs/gtk-fortran/Manifest  |  1 -
 .../files/gtk-fortran-NO_BUILD_HL-option.patch | 96 --
 x11-libs/gtk-fortran/gtk-fortran-19.04.ebuild  | 79 --
 x11-libs/gtk-fortran/metadata.xml  |  1 -
 4 files changed, 177 deletions(-)

diff --git a/x11-libs/gtk-fortran/Manifest b/x11-libs/gtk-fortran/Manifest
index bf51ff021..260c8d2b8 100644
--- a/x11-libs/gtk-fortran/Manifest
+++ b/x11-libs/gtk-fortran/Manifest
@@ -1,2 +1 @@
-DIST gtk-fortran-19.04.tar.gz 4164311 BLAKE2B 
728d55890344894df534de1530135933e488ea197dc2d9b8f28571ce56a236e7fe2be23ebc4708e1ae5ffeb10e4ee584db366945e3d262225c4e9f7db4fa611d
 SHA512 
58154df7c531ebfabcc687f8f38d3c7db7f7adb6cc015e1ce9c44455ab2506a4dfe6b073a88100131ac3712fee68844e4544f2f77d954285e3fbc86e1b3d9394
 DIST gtk-fortran-20.04.tar.gz 4066185 BLAKE2B 
45a84dfd27b5f0495da55526262e3ba888f1d7eaa685336aaafae726dab63d047d71901a07eafc08c2f51d1e24a087e85f7b2a172323a8f1608c5ff64193f31c
 SHA512 
b8ebf9e129c95c7aa2cf67d41f16915a18f05bd4cce4001ed56148b6d4e4ae3fe2b2e2080f35a1db4be8256bc3d5992061bf0c0e55e332f9a75a4a03e52cded5

diff --git a/x11-libs/gtk-fortran/files/gtk-fortran-NO_BUILD_HL-option.patch 
b/x11-libs/gtk-fortran/files/gtk-fortran-NO_BUILD_HL-option.patch
deleted file mode 100644
index 6ead9ceaa..0
--- a/x11-libs/gtk-fortran/files/gtk-fortran-NO_BUILD_HL-option.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-diff -Naur a/CMakeLists.txt b/CMakeLists.txt
 a/CMakeLists.txt   2019-04-24 10:53:11.0 +0300
-+++ b/CMakeLists.txt   2020-04-13 07:05:14.0 +0300
-@@ -194,7 +194,7 @@
- # As a temporary (?) workaround, we are now using pkg-config.
- # If a CMake error occurs, add -D EXCLUDE_PLPLOT=true to your CMake command.
- 
#===
--if (NOT EXCLUDE_PLPLOT)
-+if (NOT EXCLUDE_PLPLOT AND NOT NO_BUILD_HL)
- find_package(PkgConfig REQUIRED)
- 
- pkg_check_modules(PLPLOT-FORTRAN REQUIRED plplot-fortran)
-@@ -211,9 +211,9 @@
- include_directories(${PLPLOT_INCLUDE_DIRS})
- set(CMAKE_REQUIRED_LIBRARIES "${PLPLOT_LIBRARIES}")
- set(CMAKE_REQUIRED_INCLUDES "${PLPLOT-FORTRAN_INCLUDE_DIRS}")
--else(NOT EXCLUDE_PLPLOT)
-+else(NOT EXCLUDE_PLPLOT AND NOT NO_BUILD_HL)
- message(STATUS "PLPLOT Excluded as command option")
--endif(NOT EXCLUDE_PLPLOT)
-+endif(NOT EXCLUDE_PLPLOT AND NOT NO_BUILD_HL)
- 
- 
- 
#===
-@@ -223,10 +223,10 @@
- add_subdirectory(test)
- add_subdirectory(examples)
- 
--if(${GTKv} GREATER 2)
--add_subdirectory(sketcher)
--endif()
--
--if(PLPLOT_FOUND AND NOT EXCLUDE_PLPLOT)
--add_subdirectory(plplot)
--endif(PLPLOT_FOUND AND NOT EXCLUDE_PLPLOT)
-+if(NOT NO_BUILD_HL)
-+if(PLPLOT_FOUND AND NOT EXCLUDE_PLPLOT)
-+add_subdirectory(plplot)
-+endif(PLPLOT_FOUND AND NOT EXCLUDE_PLPLOT)
-+else(NOT NO_BUILD_HL)
-+message(STATUS "High Level API Excluded as command option")
-+endif(NOT NO_BUILD_HL)
-diff -Naur a/src/CMakeLists.txt b/src/CMakeLists.txt
 a/src/CMakeLists.txt   2019-04-24 10:53:11.0 +0300
-+++ b/src/CMakeLists.txt   2020-04-13 11:28:22.0 +0300
-@@ -33,28 +33,33 @@
- "gdk-pixbuf-auto.f90"
- "glib-auto.f90"
- "gtk.f90"
--"gtk-hl.f90"
--"gtk-hl-container.f90"
--"gtk-hl-button.f90"
--"gtk-hl-entry.f90"
--"gtk-hl-tree.f90"
--"gtk-hl-menu.f90"
--"gtk-hl-combobox.f90"
--"gtk-hl-spin-slider.f90"
--"gtk-hl-chooser.f90"
--"gtk-hl-dialog.f90"
--"gtk-hl-progress.f90"
--"gtk-hl-accelerator.f90"
--"gtk-hl-infobar.f90"
--"gtk-hl-assistant.f90"
--"gtk-hl-misc.f90"
--"gtk-draw-hl.f90"
- "gtk-sup.f90"
--"gdk-pixbuf-hl.f90"
- "pango-auto.f90"
- "gdkevents-auto${GTKv}.f90"
- )
- 
-+if(NOT NO_BUILD_HL)
-+set(sources ${sources}
-+"gtk-hl.f90"
-+"gtk-hl-container.f90"
-+"gtk-hl-button.f90"
-+"gtk-hl-entry.f90"
-+"gtk-hl-tree.f90"
-+"gtk-hl-menu.f90"
-+"gtk-hl-combobox.f90"
-+"gtk-hl-spin-slider.f90"
-+"gtk-hl-chooser.f90"
-+"gtk-hl-dialog.f90"
-+"gtk-hl-progress.f90"
-+"gtk-hl-accelerator.f90"
-+"gtk-hl-infobar.f90"
-+"gtk-hl-assistant.f90"
-+"gtk-hl-misc.f90"
-+"gtk-draw-hl.f90"
-+"gdk-pixbuf-hl.f90"
-+)
-+endif(NOT NO_BUILD_HL)
-+
- if (CMAKE_HOST_WIN32)
-   set(sources
- ${sources}

diff --git a/x11-libs/gtk-fortran/gtk-fortran-19.04.ebuild 
b/x11-libs/gtk-fortran/gtk-fortran-19.0

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/paperde/

2021-04-24 Thread Theo Anderson
commit: f405028bfbbd32859d3359f3654a3752145b6345
Author: Maciej Barć  riseup  net>
AuthorDate: Sat Apr 24 12:22:48 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 12:22:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f405028b

gui-apps/paperde: add missing extra-cmake-modules dep; mv MY_PV

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

 gui-apps/paperde/paperde-0.1.0_alpha.ebuild | 10 ++
 gui-apps/paperde/paperde-0.1.1.ebuild   | 10 ++
 gui-apps/paperde/paperde-.ebuild| 10 ++
 3 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild 
b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
index 0ea5e6bbc..7a7482b76 100644
--- a/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
+++ b/gui-apps/paperde/paperde-0.1.0_alpha.ebuild
@@ -3,18 +3,17 @@
 
 EAPI=7
 
-# _alpha -> -alpha
-MY_PV="${PV/_/-}"
-
 inherit cmake xdg
 
 DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
 HOMEPAGE="https://gitlab.com/cubocore/paper/paperde";
 
-if [[ ${PV} ==  ]]; then
+if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git";
 else
+   # _alpha -> -alpha
+   MY_PV="${PV/_/-}"

SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${MY_PV}"
@@ -23,6 +22,9 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:5
+"
 DEPEND="
dev-libs/libdbusmenu-qt
dev-libs/wayland

diff --git a/gui-apps/paperde/paperde-0.1.1.ebuild 
b/gui-apps/paperde/paperde-0.1.1.ebuild
index 0ea5e6bbc..7a7482b76 100644
--- a/gui-apps/paperde/paperde-0.1.1.ebuild
+++ b/gui-apps/paperde/paperde-0.1.1.ebuild
@@ -3,18 +3,17 @@
 
 EAPI=7
 
-# _alpha -> -alpha
-MY_PV="${PV/_/-}"
-
 inherit cmake xdg
 
 DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
 HOMEPAGE="https://gitlab.com/cubocore/paper/paperde";
 
-if [[ ${PV} ==  ]]; then
+if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git";
 else
+   # _alpha -> -alpha
+   MY_PV="${PV/_/-}"

SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${MY_PV}"
@@ -23,6 +22,9 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:5
+"
 DEPEND="
dev-libs/libdbusmenu-qt
dev-libs/wayland

diff --git a/gui-apps/paperde/paperde-.ebuild 
b/gui-apps/paperde/paperde-.ebuild
index 0ea5e6bbc..7a7482b76 100644
--- a/gui-apps/paperde/paperde-.ebuild
+++ b/gui-apps/paperde/paperde-.ebuild
@@ -3,18 +3,17 @@
 
 EAPI=7
 
-# _alpha -> -alpha
-MY_PV="${PV/_/-}"
-
 inherit cmake xdg
 
 DESCRIPTION="Simple, sleek QT based DE for wayland using wayfire"
 HOMEPAGE="https://gitlab.com/cubocore/paper/paperde";
 
-if [[ ${PV} ==  ]]; then
+if [[ ${PV} == ** ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/paper/${PN}.git";
 else
+   # _alpha -> -alpha
+   MY_PV="${PV/_/-}"

SRC_URI="https://gitlab.com/cubocore/paper/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-v${MY_PV}"
@@ -23,6 +22,9 @@ fi
 LICENSE="GPL-3"
 SLOT="0"
 
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:5
+"
 DEPEND="
dev-libs/libdbusmenu-qt
dev-libs/wayland



[gentoo-commits] repo/proj/guru:master commit in: media-libs/skia/

2021-04-24 Thread Theo Anderson
commit: 2f8fec9c5ffc7a743e73f466dd650d4e57438513
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr 24 18:51:15 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 18:51:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f8fec9c

media-libs/skia: try to respect ldflags

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

 media-libs/skia/skia-80_p20191220-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/skia/skia-80_p20191220-r1.ebuild 
b/media-libs/skia/skia-80_p20191220-r1.ebuild
index 8f876a980..4b6788080 100644
--- a/media-libs/skia/skia-80_p20191220-r1.ebuild
+++ b/media-libs/skia/skia-80_p20191220-r1.ebuild
@@ -88,7 +88,7 @@ src_configure() {
}
passflags "${CFLAGS}" cflags_c
passflags "${CXXFLAGS}" cflags_cc
-   passflags "${CFLAGS}" ldflags
+   passflags "${LDFLAGS}" ldflags
 
myconf_gn+=(
ar=\"${AR}\"



[gentoo-commits] repo/proj/guru:master commit in: dev-util/xdp-tools/, dev-util/xdp-tools/files/

2021-04-24 Thread Theo Anderson
commit: 23e4b9edb0150f2bd81301de5f8b4a95a5a9f221
Author: Kurt Kanzenbach  kmk-computers  de>
AuthorDate: Sat Apr 24 10:38:51 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 10:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23e4b9ed

dev-util/xdp-tools: Drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Kurt Kanzenbach  kmk-computers.de>

 dev-util/xdp-tools/Manifest|  1 -
 .../xdp-tools/files/xdp-tools-1.1.0-install.patch  | 38 
 .../xdp-tools/files/xdp-tools-1.1.0-readelf.patch  | 52 
 dev-util/xdp-tools/xdp-tools-1.1.0.ebuild  | 70 --
 4 files changed, 161 deletions(-)

diff --git a/dev-util/xdp-tools/Manifest b/dev-util/xdp-tools/Manifest
index 0362a71ee..c8dff02a4 100644
--- a/dev-util/xdp-tools/Manifest
+++ b/dev-util/xdp-tools/Manifest
@@ -1,2 +1 @@
-DIST xdp-tools-1.1.0.tar.gz 157577 BLAKE2B 
219219898cf83c72dd07ef64b3eda889ca2825ae9f21ab7714020fbc467ef37a4df978ee0c7eef45c1ebd43370ff71f43d1dab0d11507d80de3cbf39d45cab16
 SHA512 
31165f932dcdf8181c012500e2dc27118860d8733932ab253d02dd07a436c0ef1f5bc3253e6def716b10ff50b37854bb5e9679cc38adec27c3366823c8656232
 DIST xdp-tools-1.1.1.tar.gz 171627 BLAKE2B 
5a2009f8b171d23a0f9b91b119e4376aecdddeb6d84c4323f05c03b382d4161c0d0364ef7a34b55771fe76c920b5bb18fe46c12d15c5356db6dc34174c5e5438
 SHA512 
580e87d7bfa7ee5b48caebceac4928386c3e3157ebb8d5cf1dd11a98187b9d17d027ef99f6598ce9b74eed7eb9b307195c4baa199675233d06c76bc8dc4861e5

diff --git a/dev-util/xdp-tools/files/xdp-tools-1.1.0-install.patch 
b/dev-util/xdp-tools/files/xdp-tools-1.1.0-install.patch
deleted file mode 100644
index 702d555c6..0
--- a/dev-util/xdp-tools/files/xdp-tools-1.1.0-install.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 1de19829622cf394a6154834955379e7e45e0cb8 Mon Sep 17 00:00:00 2001
-From: Kurt Kanzenbach 
-Date: Fri, 10 Apr 2020 15:39:13 +0200
-Subject: [PATCH] lib: xdp: make: Fix library install
-
-Two problems:
-
- * install doesn't handle symlinks
- * static libs are installed
-
-Fix it.
-
-Signed-off-by: Kurt Kanzenbach 

- lib/libxdp/Makefile | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/lib/libxdp/Makefile b/lib/libxdp/Makefile
-index f45cc93c3076..2efe6bbea67a 100644
 a/lib/libxdp/Makefile
-+++ b/lib/libxdp/Makefile
-@@ -49,12 +49,11 @@ install: all
-   $(Q)install -d -m 0755 $(DESTDIR)$(BPF_OBJECT_DIR)
-   $(Q)install -m 0644 $(LIB_HEADERS) $(DESTDIR)$(HDRDIR)/
-   $(Q)install -m 0644 $(PC_FILE) $(DESTDIR)$(LIBDIR)/pkgconfig/
--  $(Q)install -m 0755 $(SHARED_LIBS) $(STATIC_LIBS) $(DESTDIR)$(LIBDIR)
-+  $(Q)cp -a $(SHARED_LIBS) $(DESTDIR)$(LIBDIR)
-   $(Q)install -m 0755 $(XDP_OBJS) $(DESTDIR)$(BPF_OBJECT_DIR)
-   $(if $(MAN_FILES),$(Q)install -m 0755 -d $(DESTDIR)$(MANDIR)/man3)
-   $(if $(MAN_FILES),$(Q)install -m 0644 $(MAN_FILES) 
$(DESTDIR)$(MANDIR)/man3)
- 
--
- $(OBJDIR)/libxdp.a: $(STATIC_OBJS)
-   $(QUIET_LINK)$(AR) rcs $@ $^
- 
--- 
-2.26.2
-

diff --git a/dev-util/xdp-tools/files/xdp-tools-1.1.0-readelf.patch 
b/dev-util/xdp-tools/files/xdp-tools-1.1.0-readelf.patch
deleted file mode 100644
index be68db3a8..0
--- a/dev-util/xdp-tools/files/xdp-tools-1.1.0-readelf.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From: Kurt Kanzenbach 
-Subject: make: Fix hardcoded readelf
-
-Don't hardcode readelf. Allow to reuse something else.
-
-Signed-off-by: Kurt Kanzenbach 
-

- lib/libxdp/Makefile |   10 +-
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
 a/lib/libxdp/Makefile
-+++ b/lib/libxdp/Makefile
-@@ -26,7 +26,7 @@ TEMPLATED_SOURCES := xdp-dispatcher.c
- 
- CFLAGS += -I$(HEADER_DIR) -I$(LIB_DIR)/util
- BPF_CFLAGS += -I$(HEADER_DIR)
--
-+READELF ?= readelf
- 
- ifndef BUILD_STATIC_ONLY
-   SHARED_LIBS := $(OBJDIR)/libxdp.so \
-@@ -88,12 +88,12 @@ $(SHARED_OBJDIR)/%.o: %.c $(EXTRA_LIB_DE
- 
- XDP_IN_SHARED := $(SHARED_OBJDIR)/libxdp.o
- 
--GLOBAL_SYM_COUNT = $(shell readelf -s --wide $(XDP_IN_SHARED) | \
-+GLOBAL_SYM_COUNT = $(shell $(READELF) -s --wide $(XDP_IN_SHARED) | \
-  cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \
-  sed 's/\[.*\]//' | \
-  awk '/GLOBAL/ && /DEFAULT/ && !/UND/ {print $$NF}' | 
\
-  sort -u | wc -l)
--VERSIONED_SYM_COUNT = $(shell readelf --dyn-syms --wide $(OBJDIR)/libxdp.so | 
\
-+VERSIONED_SYM_COUNT = $(shell $(READELF) --dyn-syms --wide 
$(OBJDIR)/libxdp.so | \
- grep -Eo '[^ ]+@LIBXDP_' | cut -d@ -f1 | sort -u 
| wc -l)
- 
- check: check_abi
-@@ -105,12 +105,12 @@ check_abi: $(OBJDIR)/libxdp.so
-"versioned symbols in $^ ($(VERSIONED_SYM_COUNT))." \
-"Please make sure all symbols are"  \
-"versioned in $(VERSION_SCRIPT)." >&2;  \
--  readelf -s --wide $(XDP_IN_SHARED) |  

[gentoo-commits] repo/proj/guru:master commit in: games-arcade/taisei/

2021-04-24 Thread Theo Anderson
commit: bdf198f3d79536be5dd7071504daaa17c57d47dd
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Apr 24 16:00:02 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 16:00:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdf198f3

games-arcade/taisei: Turn off LTO by default.

Upstream has this enabled, but it is not supported
by default on Gentoo and causes breakage in some
configurations.

Closes: https://bugs.gentoo.org/785373
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth  googlemail.com>

 games-arcade/taisei/taisei-1.3.1-r1.ebuild | 2 +-
 games-arcade/taisei/taisei-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/taisei/taisei-1.3.1-r1.ebuild 
b/games-arcade/taisei/taisei-1.3.1-r1.ebuild
index 8ec848b13..94ff5f565 100644
--- a/games-arcade/taisei/taisei-1.3.1-r1.ebuild
+++ b/games-arcade/taisei/taisei-1.3.1-r1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://taisei-project.org/";
 LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
 SLOT="0"
 
-IUSE="doc +lto zip"
+IUSE="doc lto zip"
 
 DEPEND="
media-libs/freetype:2

diff --git a/games-arcade/taisei/taisei-.ebuild 
b/games-arcade/taisei/taisei-.ebuild
index a1029653d..5e41d40f0 100644
--- a/games-arcade/taisei/taisei-.ebuild
+++ b/games-arcade/taisei/taisei-.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://taisei-project.org/";
 LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
 SLOT="0"
 
-IUSE="doc +lto zip"
+IUSE="doc lto zip"
 
 DEPEND="
media-libs/freetype:2



[gentoo-commits] repo/proj/guru:master commit in: net-fs/httpdirfs/

2021-04-24 Thread Theo Anderson
commit: 8c3835f3329c3e86b488a2521d25bd1f1c9be6c3
Author: Maciej Barć  riseup  net>
AuthorDate: Sat Apr 24 12:56:28 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 12:56:28 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c3835f3

net-fs/httpdirfs: fix cc QA issue

Closes: https://bugs.gentoo.org/785127
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 net-fs/httpdirfs/httpdirfs-1.2.0.ebuild | 8 +++-
 net-fs/httpdirfs/httpdirfs-.ebuild  | 8 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild 
b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
index 0ac20788a..9289a9f95 100644
--- a/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
+++ b/net-fs/httpdirfs/httpdirfs-1.2.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent 
cache"
 HOMEPAGE="https://github.com/fangfufu/httpdirfs";
 
@@ -30,6 +32,10 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_compile () {
+   emake CC="$(tc-getCC)"
+}
+
 src_install() {
-   emake prefix="${D}"/usr install
+   emake prefix="${D}/usr" install
 }

diff --git a/net-fs/httpdirfs/httpdirfs-.ebuild 
b/net-fs/httpdirfs/httpdirfs-.ebuild
index 0ac20788a..9289a9f95 100644
--- a/net-fs/httpdirfs/httpdirfs-.ebuild
+++ b/net-fs/httpdirfs/httpdirfs-.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent 
cache"
 HOMEPAGE="https://github.com/fangfufu/httpdirfs";
 
@@ -30,6 +32,10 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+src_compile () {
+   emake CC="$(tc-getCC)"
+}
+
 src_install() {
-   emake prefix="${D}"/usr install
+   emake prefix="${D}/usr" install
 }



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

2021-04-24 Thread Theo Anderson
commit: 5ac7f2f7ba80c38d8e6c68ef0dd4898127ccd9f0
Author: Avis Drożniak  riseup  net>
AuthorDate: Sat Apr 24 13:36:24 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 13:36:24 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ac7f2f7

dev-python/ewmh: add package.

Signed-off-by: Avis Drożniak  riseup.net>

 dev-python/ewmh/Manifest  |  1 +
 dev-python/ewmh/ewmh-0.1.6.ebuild | 19 +++
 dev-python/ewmh/metadata.xml  | 12 
 3 files changed, 32 insertions(+)

diff --git a/dev-python/ewmh/Manifest b/dev-python/ewmh/Manifest
new file mode 100644
index 0..494bf9e8e
--- /dev/null
+++ b/dev-python/ewmh/Manifest
@@ -0,0 +1 @@
+DIST ewmh-0.1.6.tar.gz 13065 BLAKE2B 
ba26d28f8976792b07e0bb200e1a2edcd7a04442bd17606a5d786ca41f01f4f3f96243134dde638fa228e49b79556d6ccbf25cf032c278e0b5233557746f34e9
 SHA512 
96c498cbd45bf03dca8b0c982cbb7e5644b00ce35b49df6abf119d36a18c08f907b635fc0ab12493d6351ba2c6645c75440d7c92d09d6feb06f6121bfd41391b

diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild 
b/dev-python/ewmh/ewmh-0.1.6.ebuild
new file mode 100644
index 0..c63f2c7c3
--- /dev/null
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib"
+HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/dev-python/ewmh/metadata.xml b/dev-python/ewmh/metadata.xml
new file mode 100644
index 0..c62888df5
--- /dev/null
+++ b/dev-python/ewmh/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   queer...@riseup.net
+   Avis Drożniak
+  
+   
+   An implementation of EWMH (Extended Window Manager Hints) for 
python 2 and 3, based on Xlib. 
+   It allows EWMH-compliant window managers (most modern WMs) to 
be queried and controlled.  
+   
+



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/extrae/

2021-04-24 Thread Theo Anderson
commit: 2c039b70f0366f338ad65a434f402e7d32972d77
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Apr 24 18:45:57 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 18:51:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c039b70

sys-cluster/extrae: preparation for aspectj support

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/extrae/extrae-3.8.3-r1.ebuild | 16 +---
 sys-cluster/extrae/metadata.xml   |  1 +
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/sys-cluster/extrae/extrae-3.8.3-r1.ebuild 
b/sys-cluster/extrae/extrae-3.8.3-r1.ebuild
index d0518e68f..f1781b099 100644
--- a/sys-cluster/extrae/extrae-3.8.3-r1.ebuild
+++ b/sys-cluster/extrae/extrae-3.8.3-r1.ebuild
@@ -14,7 +14,10 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="boost doc dwarf elf fft heterogeneous inotify +instrument-dynamic-memory 
+instrument-io +instrument-syscall merge-in-trace nanos opencl openmp 
+parallel-merge pebs-sampling +posix-clock pthread sampling +single-mpi-lib 
smpss +xml"
-#aspectj and aspectj-weaver needs to be enabled both at the same time but the 
aspectj package in gentoo doesn't have weaver
+#aspectj and aspectj-weaver need to both be enabled at the same time
+#current dev-java/aspectj package only provides aspectj.jar
+#aspectj needs foo/lib/aspectj.jar and foo/bin/ajc
+#aspectj-weaver needs bar/aspectjweaver.jar
 #TODO: find out who is pulling in libpfm
 #TODO: find out which FFT library is used
 #TODO: remove some useflags (boost fft elf dwarf)
@@ -42,6 +45,7 @@ CDEPEND="
inotify? ( dev-libs/libevent )
opencl? ( dev-util/opencl-headers )
 "
+#  aspectj? ( >=dev-java/aspectj-1.9.6 )
 DEPEND="
${CDEPEND}
java? ( virtual/jdk:1.8 )
@@ -56,6 +60,7 @@ BDEPEND="
 "
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}
+   java? ( pthread )
 "
 #  cupti? ( cuda )
 #  dyninst? ( boost dwarf elf )
@@ -92,8 +97,6 @@ src_configure() {
--without-cupti
--without-memkind
--without-clustering
-   --without-java-aspectj
-   --without-java-aspectj-weaver
--without-synapse
--without-spectral
--without-openshmem
@@ -121,6 +124,13 @@ src_configure() {
 #  --without-sionlib
 #--with-pmpi-hook  
   (Choose 
method to call PMPI (dlsym or pmpi))
 
+#  if use aspectj; then
+#  myconf+=( 
"--with-java-aspectj=${EPREFIX}/usr/share/aspectj/lib" )
+#  myconf+=( "--with-java-aspectj-weaver=${EPREFIX}/usr" )
+#  else
+   myconf+=( "--without-java-aspectj-weaver" )
+   myconf+=( "--without-java-aspectj" )
+#  fi
if use boost; then
myconf+=( "--with-boost=${EPREFIX}/usr" )
else

diff --git a/sys-cluster/extrae/metadata.xml b/sys-cluster/extrae/metadata.xml
index fb390763b..6022df6bb 100644
--- a/sys-cluster/extrae/metadata.xml
+++ b/sys-cluster/extrae/metadata.xml
@@ -16,6 +16,7 @@ process). Extrae generates trace files that can be later 
visualized with sy
bsc-performance-tools/extrae


+   
Search for boost
Generates the documentation of this 
instrumentation package




[gentoo-commits] repo/proj/guru:master commit in: games-board/rmahjong/

2021-04-24 Thread Theo Anderson
commit: ed101e00ee873d95f0d01b2d637dff8e22c8c86e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Apr 24 10:26:01 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sat Apr 24 10:30:23 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed101e00

games-board/rmahjong: fix bot install path; fix exec permissions

The bot file is installed wrong path since fix module installation.
Without shell-scripts and bot exec permissions app doesn't start.

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

 games-board/rmahjong/rmahjong-0.4_p20201106.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild 
b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
index 4453adf3c..a8a3e6da8 100644
--- a/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
+++ b/games-board/rmahjong/rmahjong-0.4_p20201106.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit desktop python-single-r1 xdg
 
@@ -62,9 +62,12 @@ src_test() {
 src_install() {
python_moduleinto ${PN}
python_domodule {client/,server/,start.sh}
+   fperms 755 $(python_get_sitedir)/${PN}/start.sh
+   fperms 755 $(python_get_sitedir)/${PN}/server/run_server.sh
 
-   python_moduleinto bot
-   python_domodule "bot/bot"
+   python_moduleinto ${PN}/bot
+   python_domodule bot/bot
+   fperms 755 $(python_get_sitedir)/${PN}/bot/bot
 
python_optimize "${D}/$(python_get_sitedir)/${PN}/"{client,server}/*.py
 



  1   2   3   4   >