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

2021-07-24 Thread Sergei Trofimovich
commit: 383ac8b9e905ae1696b4ccd7b75c26d45613e055
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 24 18:35:38 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 24 18:36:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383ac8b9

sys-auth/libnss-cache: disable tests

Reported-by: Diego Elio Pettenò
Closes: https://bugs.gentoo.org/422567
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild 
b/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
index 0ad34429a48..3fe430b8655 100644
--- a/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
+++ b/sys-auth/libnss-cache/libnss-cache-0.10.2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit multilib-minimal toolchain-funcs
 
@@ -12,7 +12,8 @@ SRC_URI="https://nsscache.googlecode.com/files/${P}.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+
+RESTRICT=test # needs special sudo configuration, bug #422567
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.10.1-make.patch
@@ -29,5 +30,5 @@ multilib_src_compile() {
 }
 
 multilib_src_install() {
-   emake DESTDIR="${ED}" LIBDIR="${ED%/}/usr/$(get_libdir)" install
+   emake DESTDIR="${ED}" LIBDIR="${ED}/usr/$(get_libdir)" install
 }



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

2021-07-24 Thread John Helmert III
commit: b863ba70dae5f9892133f5242f167539e42fb8f0
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Jul 24 17:24:45 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Jul 24 18:59:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b863ba70

app-emulation/spice: drop 0.14.3

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

 app-emulation/spice/spice-0.14.3.ebuild | 95 -
 1 file changed, 95 deletions(-)

diff --git a/app-emulation/spice/spice-0.14.3.ebuild 
b/app-emulation/spice/spice-0.14.3.ebuild
deleted file mode 100644
index 2e239e2ac44..000
--- a/app-emulation/spice/spice-0.14.3.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-inherit autotools python-any-r1 readme.gentoo-r1 xdg-utils
-
-DESCRIPTION="SPICE server"
-HOMEPAGE="https://www.spice-space.org/";
-SRC_URI="https://www.spice-space.org/download/releases/spice-server/${P}.tar.bz2";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86"
-IUSE="lz4 sasl smartcard static-libs gstreamer"
-
-# the libspice-server only uses the headers of libcacard
-RDEPEND="
-   dev-lang/orc[static-libs(+)?]
-   >=dev-libs/glib-2.22:2[static-libs(+)?]
-   media-libs/opus[static-libs(+)?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/jpeg:0=[static-libs(+)?]
-   >=x11-libs/pixman-0.17.7[static-libs(+)?]
-   dev-libs/openssl:0=[static-libs(+)?]
-   lz4? ( app-arch/lz4:0=[static-libs(+)?] )
-   smartcard? ( >=app-emulation/libcacard-0.1.2 )
-   sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )
-   gstreamer? (
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )"
-DEPEND="${RDEPEND}
-   >=app-emulation/spice-protocol-0.14.0
-   smartcard? ( app-emulation/qemu[smartcard] )"
-BDEPEND="${PYTHON_DEPS}
-   virtual/pkgconfig
-   $(python_gen_any_dep '
-   >=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   ')"
-
-python_check_deps() {
-   has_version -b ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
-   has_version -b "dev-python/six[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   # Prevent sandbox violations, bug #586560
-   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
-   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
-   addpredict /dev
-
-   xdg_environment_reset
-
-   local myconf="
-   $(use_enable static-libs static)
-   $(use_enable lz4)
-   $(use_with sasl)
-   $(use_enable smartcard)
-   --enable-gstreamer=$(usex gstreamer "1.0" "no")
-   --disable-celt051
-   "
-   econf ${myconf}
-}
-
-src_compile() {
-   # Prevent sandbox violations, bug #586560
-   # https://bugzilla.gnome.org/show_bug.cgi?id=744134
-   # https://bugzilla.gnome.org/show_bug.cgi?id=744135
-   addpredict /dev
-
-   default
-}
-
-src_install() {
-   default
-   use static-libs || find "${D}" -name '*.la' -type f -delete || die
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



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

2021-07-24 Thread Ulrich Müller
commit: 019d5f364c36a027f2a262dc4918e710a41b42ad
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul 24 19:36:31 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 24 19:37:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019d5f36

app-editors/emacs: Fix compilation with glibc-2.34

Closes: https://bugs.gentoo.org/803644
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-editors/emacs/Manifest  |   3 +
 app-editors/emacs/emacs-25.3-r11.ebuild | 356 +
 app-editors/emacs/emacs-26.3-r6.ebuild  | 376 +++
 app-editors/emacs/emacs-27.2-r4.ebuild  | 446 
 4 files changed, 1181 insertions(+)

diff --git a/app-editors/emacs/Manifest b/app-editors/emacs/Manifest
index 98a01d3a490..023ec2a16e9 100644
--- a/app-editors/emacs/Manifest
+++ b/app-editors/emacs/Manifest
@@ -5,8 +5,11 @@ DIST emacs-23.4.tar.bz2 38646508 BLAKE2B 
33dac5d27a63b7aab6b4053964a0ecf7f7939c7
 DIST emacs-24.5-patches-5.tar.xz 14796 BLAKE2B 
3e097f9cdf96a8b0255ce69770f79259ac9bdddbf5aa77c381973e4348d0900ee6dc6ed4af26021811afbb14eff84bc2a370bc8e803d112476554d03b074ce66
 SHA512 
fe9f9c19ff760e61dcbf1828d4e9e2806c141b47372bdd736be8237183660a28e2ef86a97034d060e244ff81540a2503a1b47655ef84222fddacb3a87f0f34ae
 DIST emacs-24.5.tar.xz 39759804 BLAKE2B 
aec253528038686822d1f8ed9a52dff276789ef7744053fc9b6176fceba4d4d8684fe979cf97e756b3feaf734d2377baef81f5efaa5450930a4e94d9f3bca355
 SHA512 
89dee4c3aadb6e505c523f84c65b5e40e5bf28a586cc8a4518a59581c22972f942bb6f3c772df0d5b2685c3e78247c545c6bb2576e981d1ef0f9298c18ad1677
 DIST emacs-25.3-patches-2.tar.xz 2488 BLAKE2B 
93c6a18e7f729a5b4d299974581c99835e5f197215888253f75827645e440f6579da16d4cd8340f2732f8bf8a6a15713e29848953033dc62b573a1c1fab455bf
 SHA512 
f171cc5699f06523a007aba5aa1a4274c9a875358a60405aa77cdc96ebb229082cb73453940e8c9e76dd7b86979cefc261883db0c130142543befb7a097475f4
+DIST emacs-25.3-patches-3.tar.xz 2828 BLAKE2B 
9a367a545d889d2edf0ee95edb856a7367ec6c10ae6c6fe6b2b452f548184a2a721eb72c448f303a639d5210366c11cf64af33fa322496ff1fd6f7a7e995a154
 SHA512 
fd65b768be3e3b7b6e280324ff5dd9f790a1279775defea370be5a2555fd64c134c004723e0722331e32117901281dfa2ca2ba42ee4fb33037a3eb83617e222b
 DIST emacs-25.3.tar.xz 42854740 BLAKE2B 
4f4e2572bbef48b75c561497fc22046081e56099b6174725d79b15a5b16d5c886eaf8ff3f75cf561e989ebb092ab9e98ba7503e720a9db7560758b30d5116f23
 SHA512 
1cce656451b6ca8502ebb229e88bd3ef48b7f9444a10eeac4ea43bd5491b2efacd641dfa35227a33362c3866493d3449cf1df81606563eef44bba0ed668e457f
+DIST emacs-26.3-patches-1.tar.xz 1076 BLAKE2B 
1218c9a69deae0e3a55e061bd0cd2ab2b7099c86ebe861cc0b3c61a6d7a0756dce13553c861c41a9d2943b5ae78f3c607f099663e90b504d349d2a0be0f34682
 SHA512 
0e989e760e08675fdedb2cfca39ce63255dd092af38e0dd7febebb54aba10f5a186e1d360edecec3a4dd0ccc480dcc4430b3b9a73bdc84f8dc977591c3da395e
 DIST emacs-26.3.tar.xz 44415140 BLAKE2B 
aa8434e6431992ee40402f03a890dd2c49784ee76f437888efe61d66b9aa2bdb816eb0bfe1055e9e154a8bb3ed065fee71623741b474d465a96964618ec775e3
 SHA512 
4d5a4319253afb081e105a3697eb6eeb8d8a0da18cd41346e376ca5af1e180a26e641f76c64fad1b0253168f14a511f0a4d9d4141524fb1cf4d04f25b05a76e9
 DIST emacs-27.1.tar.xz 43752012 BLAKE2B 
433fbf234c711954269e7e10348abbd4a2bc4c357a59164c625a5ccee2de85a149636c70ad3fad3c09dbbd24900badfd2c0c645017bb33ab3e25d3decff72057
 SHA512 
dfb26531d2c19cf9fb56505f03d799654b45e5f9528e777900e8280ed2c1d21e04c52f510528e31e015977c471ae63164cedee6174b7439ebcf479a21fc18064
 DIST emacs-27.2-patches-2.tar.xz 7448 BLAKE2B 
4335438a43ba88f6638082bf034c77331808f3fbfee9b746d82bfcb6de5c6b6563c358e92d0296357e3b76c67a58e2b748c3234770a6cbff60170bf91eb1b8af
 SHA512 
b62498a8a26bf7b0939102d37508eb7ea0213f69a2e803cff3346dab70da03b3c63e1df2683cedd6fb85afb928bb1fb0072bfde8da326f4cabfd950457d2d368
+DIST emacs-27.2-patches-3.tar.xz 7776 BLAKE2B 
c03947780518ebf86994b1af20cc24377094c55c783e3cbb0230da5ecb4c92613c4e6d599cefe51b297cc117e3a832c6b34365cc983da0630a9ca6f39b58d10e
 SHA512 
a72af0dd47989b5e4ceecc48d8dfd1a362cdda17070a6a5a9c53c0448a7bceed3b27efd0dd78a0cbe3eb503015b1475cd52fc01c5aca10a52ad30635f385b190
 DIST emacs-27.2.tar.xz 44624480 BLAKE2B 
245ea96004b90f81ac74de74521cbbe086caf1176937e08157eae12cdde5a0f35fc77f7119272ed812974358e5e95abb05e1c2e4f3b501cf5401ea9274f62156
 SHA512 
0f63a5a8709b113ef790c1a64845dad05ead096f93f62164ff221c517a35b91ea7bced75a992d794981a85382cda03cca7338da2f5ef8f6ef1459b88018a4ce9

diff --git a/app-editors/emacs/emacs-25.3-r11.ebuild 
b/app-editors/emacs/emacs-25.3-r11.ebuild
new file mode 100644
index 000..1b851ec3138
--- /dev/null
+++ b/app-editors/emacs/emacs-25.3-r11.ebuild
@@ -0,0 +1,356 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools elisp-common flag-o-matic readme.gentoo-r1
+
+DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"
+HOM

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

2021-07-24 Thread Andreas K. Hüttel
commit: 39e5e3ae11c6ff4775afcb582846bb33f54d66a3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 19:48:10 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 19:48:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e5e3ae

package.mask: Unmask virtual/perl-Pod-Parser, see comment

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

 profiles/package.mask | 14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 1ca3a3f69be..6d4b864528d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -86,11 +86,15 @@ perl-core/Dumpvalue
 perl-core/Encode
 perl-core/ExtUtils-Constant
 
-# Andreas K. Hüttel  (2021-07-17)
-# Obsolete virtual; package was removed from the Perl
-# core distribution. Please depend on dev-perl/Pod-Parser
-# instead. Removal in 30 days.
-virtual/perl-Pod-Parser
+# # Andreas K. Hüttel  (2021-07-17)
+# # Obsolete virtual; package was removed from the Perl
+# # core distribution. Please depend on dev-perl/Pod-Parser
+# # instead. Removal in 30 days.
+# Commented out since this messes with people's upgrades
+# and now is the wrong time for it (5.34, libxcrypt).
+# Let's restart the clock later again.
+# (dilfridge, 2021-07-24)
+# virtual/perl-Pod-Parser
 
 # Hans de Graaff  (2021-07-17)
 # Deprecated upstream, replaced with factory_bot.



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

2021-07-24 Thread William Hubbs
commit: beb7512ac3c4af3f9ba250fe05fddf2bf6be4527
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 24 19:48:38 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 24 19:49:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb7512a

dev-lang/go-bootstrap: remove testdata directories

The testdata directories are not needed to bootstrap.

Bug: https://bugs.gentoo.org/794046
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild 
b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
index e6f56958485..5bef3151dca 100644
--- a/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
+++ b/dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild
@@ -33,4 +33,7 @@ S="${WORKDIR}"
 src_install() {
dodir /usr/lib
mv go-*-bootstrap "${ED}/usr/lib/go-bootstrap" || die
+
+   # testdata directories are not needed on the installed system
+   rm -fr $(find "${ED}"/usr/lib/go -iname testdata -type d -print)
 }



[gentoo-commits] repo/gentoo:master commit in: eclass/

2021-07-24 Thread Conrad Kostecki
commit: d7f7d8a5eeef84e882688c89850db6376b42f766
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 24 20:07:13 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 24 20:15:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f7d8a5

Revert "eclass/apache-2.eclass: migrate to GLEP 81"

This reverts commit 187721bffbea19bc37969fb70de400a391171611.

Bug: https://bugs.gentoo.org/802495
Bug: https://bugs.gentoo.org/803500
Signed-off-by: Conrad Kostecki  gentoo.org>

 eclass/apache-2.eclass | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 3da388952c4..a67597447ba 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -10,7 +10,7 @@
 # This eclass handles apache-2.x ebuild functions such as LoadModule generation
 # and inter-module dependency checking.
 
-inherit autotools flag-o-matic multilib ssl-cert toolchain-funcs
+inherit autotools flag-o-matic multilib ssl-cert user toolchain-funcs
 
 [[ ${CATEGORY}/${PN} != www-servers/apache ]] \
&& die "Do not use this eclass with anything else than 
www-servers/apache ebuilds!"
@@ -136,8 +136,6 @@ unset -f _apache2_set_mpms
 
 # Dependencies
 RDEPEND="
-   acct-group/apache
-   acct-user/apache
dev-lang/perl
>=dev-libs/apr-1.5.1:=
=dev-libs/apr-util-1*:=[gdbm=,ldap?]
@@ -437,6 +435,10 @@ check_upgrade() {
 apache-2_pkg_setup() {
check_upgrade
 
+   # setup apache user and group
+   enewgroup apache 81
+   enewuser apache 81 -1 /var/www apache
+
setup_mpm
setup_modules
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2021-07-24 Thread Conrad Kostecki
commit: 7012e620d5f6529ed702a8839382c4803d6eb3e7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 24 20:15:09 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 24 20:16:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7012e620

www-servers/apache: revbump

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

 www-servers/apache/{apache-2.4.48-r2.ebuild => apache-2.4.48-r3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/www-servers/apache/apache-2.4.48-r2.ebuild 
b/www-servers/apache/apache-2.4.48-r3.ebuild
similarity index 100%
rename from www-servers/apache/apache-2.4.48-r2.ebuild
rename to www-servers/apache/apache-2.4.48-r3.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoind/files/

2021-07-24 Thread Ionen Wolkens
commit: c2fa8fa475f85002fe9679f06639b6b978432a46
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Jul 24 18:23:08 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jul 24 20:17:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fa8fa4

net-p2p/litecoind: remove unused patches

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21767
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-p2p/litecoind/files/0.9.0-sys_leveldb.patch| 34 
 .../files/litecoind-0.10.2.2-fix-gnustack.patch| 17 
 .../files/litecoind-0.10.2.2-memenv_h.patch| 12 --
 .../litecoind/files/litecoind-0.10.4.0-gcc6.patch  | 47 --
 4 files changed, 110 deletions(-)

diff --git a/net-p2p/litecoind/files/0.9.0-sys_leveldb.patch 
b/net-p2p/litecoind/files/0.9.0-sys_leveldb.patch
deleted file mode 100644
index 60e9f2b2094..000
--- a/net-p2p/litecoind/files/0.9.0-sys_leveldb.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-commit c38e0af3e021eb0b2aba846c77b06ca71de06b11 (personal-github/sys_leveldb, 
sys_leveldb)
-Author: Luke Dashjr 
-Date:   Mon Sep 9 03:06:17 2013 +
-
-configure: Add unsupported --with-system-leveldb configure flag
-
-diff --git a/configure.ac b/configure.ac
-index 3ed4549..5a5852d 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -332,10 +332,22 @@ AC_TRY_COMPILE([#include ],
-  [ AC_MSG_RESULT(no)]
- )
- 
-+dnl Check for leveldb, only if explicitly requested
- LEVELDB_CPPFLAGS=
- LIBLEVELDB=
- LIBMEMENV=
--AM_CONDITIONAL([EMBEDDED_LEVELDB],[true])
-+AC_ARG_WITH([system-leveldb],
-+  [AS_HELP_STRING([--with-system-leveldb],
-+  [Build with system LevelDB (default is no; DANGEROUS; NOT SUPPORTED)])],
-+  [system_leveldb=$withval],
-+  [system_leveldb=no]
-+)
-+if test x$system_leveldb != xno; then
-+  LEVELDB_CPPFLAGS=
-+  LIBLEVELDB=-lleveldb
-+  LIBMEMENV=-lmemenv
-+fi
-+AM_CONDITIONAL([EMBEDDED_LEVELDB],[test x$system_leveldb = xno])
- AC_SUBST(LEVELDB_CPPFLAGS)
- AC_SUBST(LIBLEVELDB)
- AC_SUBST(LIBMEMENV)

diff --git a/net-p2p/litecoind/files/litecoind-0.10.2.2-fix-gnustack.patch 
b/net-p2p/litecoind/files/litecoind-0.10.2.2-fix-gnustack.patch
deleted file mode 100644
index cbaf66ea93e..000
--- a/net-p2p/litecoind/files/litecoind-0.10.2.2-fix-gnustack.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur litecoin-0.10.2.2.orig/src/secp256k1/src/field_5x52_asm.asm 
litecoin-0.10.2.2/src/secp256k1/src/field_5x52_asm.asm
 litecoin-0.10.2.2.orig/src/secp256k1/src/field_5x52_asm.asm
2015-06-15 04:51:30.0 -0400
-+++ litecoin-0.10.2.2/src/secp256k1/src/field_5x52_asm.asm 2016-01-03 
08:35:26.438350565 -0500
-@@ -466,4 +466,12 @@
-   jmp common_exit_norm
-   end
- 
--  
-+%ifidn __OUTPUT_FORMAT__,elf
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-+%ifidn __OUTPUT_FORMAT__,elf32
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif
-+%ifidn __OUTPUT_FORMAT__,elf64
-+section .note.GNU-stack noalloc noexec nowrite progbits
-+%endif

diff --git a/net-p2p/litecoind/files/litecoind-0.10.2.2-memenv_h.patch 
b/net-p2p/litecoind/files/litecoind-0.10.2.2-memenv_h.patch
deleted file mode 100644
index e181e4db5a9..000
--- a/net-p2p/litecoind/files/litecoind-0.10.2.2-memenv_h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur litecoin-0.10.2.2.orig/src/leveldbwrapper.cpp 
litecoin-0.10.2.2/src/leveldbwrapper.cpp
 litecoin-0.10.2.2.orig/src/leveldbwrapper.cpp  2015-06-15 
04:51:30.0 -0400
-+++ litecoin-0.10.2.2/src/leveldbwrapper.cpp   2015-08-28 21:30:45.968538185 
-0400
-@@ -11,7 +11,7 @@
- #include 
- #include 
- #include 
--#include 
-+#include 
- 
- void HandleError(const leveldb::Status& status) throw(leveldb_error)
- {

diff --git a/net-p2p/litecoind/files/litecoind-0.10.4.0-gcc6.patch 
b/net-p2p/litecoind/files/litecoind-0.10.4.0-gcc6.patch
deleted file mode 100644
index 5c7e44da3d3..000
--- a/net-p2p/litecoind/files/litecoind-0.10.4.0-gcc6.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 40ce41c006787dc4a2e3b17f7abbaf8ff56c45e7 Mon Sep 17 00:00:00 2001
-From: Adrian Gallagher 
-Date: Tue, 25 Oct 2016 17:48:19 -0700
-Subject: [PATCH] Litecoin: Fix build boost compilation error with C++11
-

- src/chainparams.cpp | 20 ++--
- 1 file changed, 10 insertions(+), 10 deletions(-)
-
-diff --git a/src/chainparams.cpp b/src/chainparams.cpp
-index ba8e33d1c14..7f99e45b7ad 100644
 a/src/chainparams.cpp
-+++ b/src/chainparams.cpp
-@@ -163,11 +163,11 @@ class CMainParams : public CChainParams {
- vSeeds.push_back(CDNSSeedData("weminemnc.com", 
"dnsseed.weminemnc.com"));
- vSeeds.push_back(CDNSSeedData("loshan.co.uk", 
"seed-a.litecoin.loshan.co.uk"));
- 
--base58Prefixes[PUBKEY_ADDRESS] = list_of(48);
--base58Prefixes[SCRIPT_ADDRESS] = list_of(5);
--base58Prefixes[S

[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/

2021-07-24 Thread Ionen Wolkens
commit: 33cc375f47457e037c17aec91b565545281fae5d
Author: Scott Martin  organizedmagnetism  com>
AuthorDate: Sat Jul 24 16:43:06 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jul 24 20:17:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cc375f

media-tv/plex-media-server: remove old version 1.23.4.4805

Signed-off-by: Scott Martin  organizedmagnetism.com>
Closes: https://github.com/gentoo/gentoo/pull/21763
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-tv/plex-media-server/Manifest|  2 -
 .../plex-media-server-1.23.4.4805.ebuild   | 72 --
 2 files changed, 74 deletions(-)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index ee772144b27..81760f2c8cd 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -1,5 +1,3 @@
-DIST plexmediaserver_1.23.4.4805-186bae04e_amd64.deb 81419308 BLAKE2B 
df205474d640a6e6403e8c33f507a52bf2b1f5fd5352285e71357e0640a3e1ab644b0ed8e7ce2d01c30a4a657fab9601e4bf169bb520567550b0b182b988a1f3
 SHA512 
6e8febdfe7d3dbd7d00c76b5f8e10a72ec6fe5744602101adca4ea127147b6a0681f5207f1805b621bd9107ae0b15f8286b2e9e0ed96838378f29d888af52fd8
-DIST plexmediaserver_1.23.4.4805-186bae04e_i386.deb 74764294 BLAKE2B 
c4f1b978acd84d30d1685065e7eab7a87dec5c03d448c9d2ef378c57ed4f2dc9067379279cd97815e58a86690406fc8646be2f9bbdd552288782c14750ee1799
 SHA512 
55ed319e0a5e2290157cc800967ae26f80dcfa3c8476c0fb770a13069096ef8d88d9dd24cd8b7619828e5f2f17ac2ab2ca4ac0c748843e9af61866d4c60a45fd
 DIST plexmediaserver_1.23.5.4841-549599676_amd64.deb 81750100 BLAKE2B 
2b8e110c6e4728607b9cdb033da97e71a124e19a0e05a14ef5053195a23d621efb4a7774a332899aaef471fd7bdc5ee88e958affdc11e268c907cfc0d845d830
 SHA512 
3c3ef651e512405f57ec8c794955937a9b571d5251efe66024dbccd982eeacf5417562037d9b970fdb9ac9f68fc3963b525537b9d42dc3d673b109a6ef18e370
 DIST plexmediaserver_1.23.5.4841-549599676_i386.deb 75095044 BLAKE2B 
724a8f0c9d29c591759de8b2208ddcf1f6ec81aee0535939f95a11b2927c1c47545eb85de26ee41dd0e9ca021eeda00bde45fb6efe8bfc6c11e021f2fdd86eff
 SHA512 
29ce137e93223b83960ac439314aec1f4c4ad78d392f48376faa3912023f4fd866005b14380b91eeacb1a3673f8b8ea464cd9ceff3ece2592190c32d24c9c8e8
 DIST plexmediaserver_1.23.5.4862-0f739d462_amd64.deb 81567672 BLAKE2B 
af6df77cef72901a7483d25bc957d4f0d9bdf9ea3bd0f6822c31c1f2ba3e896b83d86892532da3335a361c3ee660321a70fdf2a532fdca3705e6d4e9c66493c7
 SHA512 
0e89067946aa77ef5df8b28618396171a1caac051a6109437edc71ed509fcc73bc175f084616f8abf73a4495eb624bad2b39c1c50eaa7bca1859bf3b57f691b6

diff --git a/media-tv/plex-media-server/plex-media-server-1.23.4.4805.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.23.4.4805.ebuild
deleted file mode 100644
index 6a97c242b50..000
--- a/media-tv/plex-media-server/plex-media-server-1.23.4.4805.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit readme.gentoo-r1 systemd unpacker
-
-MY_PV="${PV}-186bae04e"
-MY_URI="https://downloads.plex.tv/plex-media-server-new";
-
-DESCRIPTION="Free media library that is intended for use with a plex client"
-HOMEPAGE="https://www.plex.tv/";
-SRC_URI="
-   amd64? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_amd64.deb )
-   x86? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_i386.deb )"
-S="${WORKDIR}"
-
-LICENSE="Plex"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="mirror bindist"
-
-DEPEND="
-   acct-group/plex
-   acct-user/plex"
-RDEPEND="${DEPEND}"
-
-QA_PREBUILT="*"
-QA_MULTILIB_PATHS=(
-   "usr/lib/plexmediaserver/lib/.*"
-   "usr/lib/plexmediaserver/Resources/Python/lib/python2.7/.*"
-   
"usr/lib/plexmediaserver/Resources/Python/lib/python2.7/lib-dynload/_hashlib.so"
-)
-
-src_install() {
-   # Remove Debian specific files
-   rm -r "usr/share/doc" || die
-
-   # Add startup wrapper
-   dosbin "${FILESDIR}/start_pms"
-
-   # Add user config file
-   mkdir -p "${ED}/etc/default" || die
-   cp "${FILESDIR}/plexmediaserver" "${ED}/etc/default/" || die
-
-   # Copy main files over to image and preserve permissions so it is 
portable
-   cp -rp usr/ "${ED}" || die
-
-   # Make sure the logging directory is created
-   keepdir /var/log/pms
-   fowners plex:plex /var/log/pms
-
-   keepdir /var/lib/plexmediaserver
-   fowners plex:plex /var/lib/plexmediaserver
-
-   newinitd "${FILESDIR}/${PN}.init.d" ${PN}
-   newconfd "${FILESDIR}/${PN}.conf.d" ${PN}
-
-   systemd_dounit 
"${ED}"/usr/lib/plexmediaserver/lib/plexmediaserver.service
-   keepdir /var/lib/plexmediaserver
-
-   # Adds the precompiled plex libraries to the revdep-rebuild's mask list
-   # so it doesn't try to rebuild libraries that can't be rebuilt.
-   insinto /etc/revdep-rebuild
-   doins "${FILESDIR}"/80plexmediaserver
-
-   readme.gentoo_c

[gentoo-commits] repo/gentoo:master commit in: media-tv/plex-media-server/

2021-07-24 Thread Ionen Wolkens
commit: f3634390a8fb3f651856277c7f7ab0bfd9e0a03a
Author: Scott Martin  organizedmagnetism  com>
AuthorDate: Sat Jul 24 16:42:12 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jul 24 20:17:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3634390

media-tv/plex-media-server: version bump to 1.23.5.4862

Signed-off-by: Scott Martin  organizedmagnetism.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-tv/plex-media-server/Manifest|  2 +
 .../plex-media-server-1.23.5.4862.ebuild   | 72 ++
 2 files changed, 74 insertions(+)

diff --git a/media-tv/plex-media-server/Manifest 
b/media-tv/plex-media-server/Manifest
index 56b7b009b7d..ee772144b27 100644
--- a/media-tv/plex-media-server/Manifest
+++ b/media-tv/plex-media-server/Manifest
@@ -2,3 +2,5 @@ DIST plexmediaserver_1.23.4.4805-186bae04e_amd64.deb 81419308 
BLAKE2B df205474d6
 DIST plexmediaserver_1.23.4.4805-186bae04e_i386.deb 74764294 BLAKE2B 
c4f1b978acd84d30d1685065e7eab7a87dec5c03d448c9d2ef378c57ed4f2dc9067379279cd97815e58a86690406fc8646be2f9bbdd552288782c14750ee1799
 SHA512 
55ed319e0a5e2290157cc800967ae26f80dcfa3c8476c0fb770a13069096ef8d88d9dd24cd8b7619828e5f2f17ac2ab2ca4ac0c748843e9af61866d4c60a45fd
 DIST plexmediaserver_1.23.5.4841-549599676_amd64.deb 81750100 BLAKE2B 
2b8e110c6e4728607b9cdb033da97e71a124e19a0e05a14ef5053195a23d621efb4a7774a332899aaef471fd7bdc5ee88e958affdc11e268c907cfc0d845d830
 SHA512 
3c3ef651e512405f57ec8c794955937a9b571d5251efe66024dbccd982eeacf5417562037d9b970fdb9ac9f68fc3963b525537b9d42dc3d673b109a6ef18e370
 DIST plexmediaserver_1.23.5.4841-549599676_i386.deb 75095044 BLAKE2B 
724a8f0c9d29c591759de8b2208ddcf1f6ec81aee0535939f95a11b2927c1c47545eb85de26ee41dd0e9ca021eeda00bde45fb6efe8bfc6c11e021f2fdd86eff
 SHA512 
29ce137e93223b83960ac439314aec1f4c4ad78d392f48376faa3912023f4fd866005b14380b91eeacb1a3673f8b8ea464cd9ceff3ece2592190c32d24c9c8e8
+DIST plexmediaserver_1.23.5.4862-0f739d462_amd64.deb 81567672 BLAKE2B 
af6df77cef72901a7483d25bc957d4f0d9bdf9ea3bd0f6822c31c1f2ba3e896b83d86892532da3335a361c3ee660321a70fdf2a532fdca3705e6d4e9c66493c7
 SHA512 
0e89067946aa77ef5df8b28618396171a1caac051a6109437edc71ed509fcc73bc175f084616f8abf73a4495eb624bad2b39c1c50eaa7bca1859bf3b57f691b6
+DIST plexmediaserver_1.23.5.4862-0f739d462_i386.deb 74930234 BLAKE2B 
36c5b62317ee55bb585dd98f488f29191d9203f07d983936c4c7ed7c85dac5c6bd9cdf635658ebe6518e2d975391652b02253a569388252de74517e2f7c34bf5
 SHA512 
1f6284e22fc1de9f8e3ab6f6d9ec40d9cebac9e9babf1f25741f6b8c72d376a2479b894a5fd3bfd85db7b3d47314ab178ccc34bcbf021393d03059463cad9e58

diff --git a/media-tv/plex-media-server/plex-media-server-1.23.5.4862.ebuild 
b/media-tv/plex-media-server/plex-media-server-1.23.5.4862.ebuild
new file mode 100644
index 000..84b42f10133
--- /dev/null
+++ b/media-tv/plex-media-server/plex-media-server-1.23.5.4862.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit readme.gentoo-r1 systemd unpacker
+
+MY_PV="${PV}-0f739d462"
+MY_URI="https://downloads.plex.tv/plex-media-server-new";
+
+DESCRIPTION="Free media library that is intended for use with a plex client"
+HOMEPAGE="https://www.plex.tv/";
+SRC_URI="
+   amd64? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_amd64.deb )
+   x86? ( ${MY_URI}/${MY_PV}/debian/plexmediaserver_${MY_PV}_i386.deb )"
+S="${WORKDIR}"
+
+LICENSE="Plex"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="mirror bindist"
+
+DEPEND="
+   acct-group/plex
+   acct-user/plex"
+RDEPEND="${DEPEND}"
+
+QA_PREBUILT="*"
+QA_MULTILIB_PATHS=(
+   "usr/lib/plexmediaserver/lib/.*"
+   "usr/lib/plexmediaserver/Resources/Python/lib/python2.7/.*"
+   
"usr/lib/plexmediaserver/Resources/Python/lib/python2.7/lib-dynload/_hashlib.so"
+)
+
+src_install() {
+   # Remove Debian specific files
+   rm -r "usr/share/doc" || die
+
+   # Add startup wrapper
+   dosbin "${FILESDIR}/start_pms"
+
+   # Add user config file
+   mkdir -p "${ED}/etc/default" || die
+   cp "${FILESDIR}/plexmediaserver" "${ED}/etc/default/" || die
+
+   # Copy main files over to image and preserve permissions so it is 
portable
+   cp -rp usr/ "${ED}" || die
+
+   # Make sure the logging directory is created
+   keepdir /var/log/pms
+   fowners plex:plex /var/log/pms
+
+   keepdir /var/lib/plexmediaserver
+   fowners plex:plex /var/lib/plexmediaserver
+
+   newinitd "${FILESDIR}/${PN}.init.d" ${PN}
+   newconfd "${FILESDIR}/${PN}.conf.d" ${PN}
+
+   systemd_dounit 
"${ED}"/usr/lib/plexmediaserver/lib/plexmediaserver.service
+   keepdir /var/lib/plexmediaserver
+
+   # Adds the precompiled plex libraries to the revdep-rebuild's mask list
+   # so it doesn't try to rebuild libraries that can't be rebuilt.
+   insinto /etc/revdep-rebuild
+   doins "${FILESDIR}"/80plexmediaserver
+

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

2021-07-24 Thread Matt Turner
commit: 32c014e754a4344627669f8bccad2cd3605d9b52
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:44 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c014e7

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

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

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

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



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

2021-07-24 Thread Matt Turner
commit: f8f5956db77cf7ca63186d0dfcbcf186b548c8ce
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:48 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f5956d

dev-perl/Type-Tiny-XS: Keyword 0.22.0 alpha, #788778

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

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

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



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

2021-07-24 Thread Matt Turner
commit: e7f3a7d7d759ef7860327d0348522fd7463301cc
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f3a7d7

dev-perl/Perl-Critic: Keyword 1.140.0-r1 alpha, #789090

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

 dev-perl/Perl-Critic/Perl-Critic-1.140.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.140.0-r1.ebuild 
b/dev-perl/Perl-Critic/Perl-Critic-1.140.0-r1.ebuild
index d03e4349cdf..5129c358ad8 100644
--- a/dev-perl/Perl-Critic/Perl-Critic-1.140.0-r1.ebuild
+++ b/dev-perl/Perl-Critic/Perl-Critic-1.140.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module elisp-common
 DESCRIPTION="Critique Perl source code for best-practices"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64"
 IUSE="minimal examples emacs"
 
 SITEFILE="50${PN}-gentoo.el"



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

2021-07-24 Thread Matt Turner
commit: c0d411019544127cb77b2e400cf9791a82f546d0
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:58 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d41101

dev-perl/Set-Object: Keyword 1.410.0 alpha, #794571

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

 dev-perl/Set-Object/Set-Object-1.410.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Set-Object/Set-Object-1.410.0.ebuild 
b/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
index d1b08b287dd..8d7119e84ae 100644
--- a/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
+++ b/dev-perl/Set-Object/Set-Object-1.410.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="set of objects and strings"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: 007145d3905d2608e546f7b4d233f8cccac9de2b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:03 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007145d3

dev-perl/Pegex: Keyword 0.750.0 alpha, #796788

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

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

diff --git a/dev-perl/Pegex/Pegex-0.750.0.ebuild 
b/dev-perl/Pegex/Pegex-0.750.0.ebuild
index 9fdfa6976c6..769b613ae15 100644
--- a/dev-perl/Pegex/Pegex-0.750.0.ebuild
+++ b/dev-perl/Pegex/Pegex-0.750.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Acmeist PEG Parser Framework"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: 97468d9430b2ef5e0300fb847c45905fa334c745
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97468d94

dev-perl/XXX: Keyword 0.370.0 alpha, #796788

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

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

diff --git a/dev-perl/XXX/XXX-0.370.0.ebuild b/dev-perl/XXX/XXX-0.370.0.ebuild
index 7ed3a4fd0db..4bcba7f78cb 100644
--- a/dev-perl/XXX/XXX-0.370.0.ebuild
+++ b/dev-perl/XXX/XXX-0.370.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="See Your Data in the Nude"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=dev-perl/YAML-PP-0.18.0



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

2021-07-24 Thread Matt Turner
commit: f16db9538a47631e6fd35f755775026c22e0c4ac
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:52 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16db953

dev-perl/PPIx-QuoteLike: Keyword 0.17.0 alpha, #789090

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild 
b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index f299808b59f..59db838341d 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: 65f8e47fefd837153045b880d8fd1a60043b386d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:00 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f8e47f

dev-perl/Graph: Keyword 0.972.100 alpha, #794571

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

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

diff --git a/dev-perl/Graph/Graph-0.972.100.ebuild 
b/dev-perl/Graph/Graph-0.972.100.ebuild
index a23539805ad..3166a79a75d 100644
--- a/dev-perl/Graph/Graph-0.972.100.ebuild
+++ b/dev-perl/Graph/Graph-0.972.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Data structure and ops for directed graphs"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: ab49d68e6dcba9b3180dcca7883ef4460708c7bc
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:45 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab49d68e

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

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

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

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



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

2021-07-24 Thread Matt Turner
commit: 127831d03ad94217b765a81363b77a086e6cb690
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:06 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127831d0

dev-perl/Config-AutoConf: Keyword 0.319.0 alpha, #798441

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

 dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild 
b/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild
index 04677230f11..93875d558d5 100644
--- a/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild
+++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.319.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/List-MoreUtils-XS/

2021-07-24 Thread Matt Turner
commit: 0c7fd0cdc9cdd629b2201b146ecdabc83e671f8b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:09 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7fd0cd

dev-perl/List-MoreUtils-XS: Keyword 0.430.0 alpha, #798441

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

 dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild 
b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
index 7f9e15c1500..7e807b55274 100644
--- a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Compiled List::MoreUtils functions"
 SLOT="0"
-KEYWORDS="~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"
 
 # See XS.pm/LICENSE
 LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"



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

2021-07-24 Thread Matt Turner
commit: 40da8a3cd22de29e764b584d7ccefbd48b1c6671
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:11 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40da8a3c

dev-perl/Mail-AuthenticationResults: Keyword 2.202.101.120 alpha, #799113

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

 .../Mail-AuthenticationResults-2.202.101.120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
index 4a116b8cb93..b71da3b0c9e 100644
--- 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
+++ 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Object Oriented Authentication-Results Headers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
 
 RDEPEND="
virtual/perl-Carp



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

2021-07-24 Thread Matt Turner
commit: 3c15195519dd173fb3fce02167d634cc22744123
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:17 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c151955

dev-perl/Params-Util: Keyword 1.102.0 alpha, #803584

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

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

diff --git a/dev-perl/Params-Util/Params-Util-1.102.0.ebuild 
b/dev-perl/Params-Util/Params-Util-1.102.0.ebuild
index d08538870df..458a15305f7 100644
--- a/dev-perl/Params-Util/Params-Util-1.102.0.ebuild
+++ b/dev-perl/Params-Util/Params-Util-1.102.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Utility functions to aid in parameter checking"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~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 ~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="
>=virtual/perl-Scalar-List-Utils-1.180.0



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

2021-07-24 Thread Matt Turner
commit: eb6b2bd6539b6062f7d70f161d49313692d76dab
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:08 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6b2bd6

dev-perl/List-MoreUtils: Keyword 0.430.0 alpha, #798441

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

 dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
index 6750429df57..0465ef5c756 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.430.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~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 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="+xs"
 
 # See MoreUtils.pm/LICENSE



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

2021-07-24 Thread Matt Turner
commit: 96498e70b02a252ecc8966bea24e5a33866e24f4
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:55 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96498e70

dev-perl/Test-Fork: Keyword 0.20.0 alpha, #791481

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

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

diff --git a/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild 
b/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild
index 745225864f5..df0c20dcac2 100644
--- a/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild
+++ b/dev-perl/Test-Fork/Test-Fork-0.20.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="test code which forks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: 8143e2d71df10834d4987c797a90e44409d85bac
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:12 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8143e2d7

dev-perl/Mail-DKIM: Keyword 1.202.9.070 alpha, #799113

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

 dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild 
b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
index 2c2096c1387..ba0224ecf34 100644
--- a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
+++ b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
 
 RDEPEND="
virtual/perl-Carp



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

2021-07-24 Thread Matt Turner
commit: 7645e38b42f1e1224748be1cdedd00de35fd4910
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:15 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7645e38b

dev-perl/Package-Stash: Keyword 0.390.0 alpha, #803401

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

 dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild 
b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
index ef7b89a3fa8..011e3e5994b 100644
--- a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
+++ b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Routines for manipulating stashes"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~riscv ~sparc"
 IUSE="minimal"
 
 RDEPEND="



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

2021-07-24 Thread Matt Turner
commit: 38c7633dff5d06580894fcda21804a3109b34c4e
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c7633d

dev-perl/ExtUtils-HasCompiler: Keyword 0.23.0 alpha, #803401

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

 dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild 
b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
index 054346d4156..2175360884d 100644
--- a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
+++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Check for the presence of a compiler"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~riscv ~sparc"
 
 RDEPEND="
virtual/perl-Carp



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

2021-07-24 Thread Matt Turner
commit: 663477d438d3013e4a717c25e7433d379ef275b2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:47 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=663477d4

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

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

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

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



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

2021-07-24 Thread Matt Turner
commit: 72a5e705e31d571b75705f60feca0b17521adfed
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:57:53 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a5e705

sci-libs/pastix: Drop ~alpha keywords, bug #764023

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

 sci-libs/pastix/pastix-5.2.2.22-r1.ebuild | 2 +-
 sci-libs/pastix/pastix-5.2.3.ebuild   | 2 +-
 sci-libs/pastix/pastix-6.0.3.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild 
b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
index 16806da1420..dbb6464862a 100644
--- a/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
+++ b/sci-libs/pastix/pastix-5.2.2.22-r1.ebuild
@@ -28,7 +28,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/${PID}/${PN}_${PV}.tar.bz2";
 
 LICENSE="CeCILL-C"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc int64 mpi +smp starpu static-libs"
 
 RDEPEND="

diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild 
b/sci-libs/pastix/pastix-5.2.3.ebuild
index 767d81754b5..79b393d3665 100644
--- a/sci-libs/pastix/pastix-5.2.3.ebuild
+++ b/sci-libs/pastix/pastix-5.2.3.ebuild
@@ -21,7 +21,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.
 
 LICENSE="CeCILL-C"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="doc int64 mpi +smp starpu static-libs"
 
 RDEPEND="

diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild 
b/sci-libs/pastix/pastix-6.0.3.ebuild
index a711d69037f..7131f14b3a7 100644
--- a/sci-libs/pastix/pastix-6.0.3.ebuild
+++ b/sci-libs/pastix/pastix-6.0.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/file/${PID}/${P}.tar.gz";
 
 LICENSE="CeCILL-C"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="cuda examples +fortran int64 metis mpi +python +scotch starpu test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, dev-libs/unittest++/

2021-07-24 Thread Matt Turner
commit: 91776c621abc625db552c98495999ecdc5c74eb2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:38:44 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91776c62

dev-libs/unittest++: Keyword 2.0.0-r2 alpha, #766147

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

 dev-libs/unittest++/unittest++-2.0.0-r2.ebuild | 2 +-
 profiles/arch/alpha/package.use.mask   | 7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild 
b/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild
index a74e16280bc..8000f147381 100644
--- a/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild
+++ b/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 94fefc720be..cfb094f9d69 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -58,13 +58,6 @@ app-text/dblatex inkscape
 # bug #766186
 dev-util/ragel doc
 
-# Sam James  (2011-01-19)
-# Joonas Niilola  (2021-01-10)
-# Test-dep needs keywording on multiple arches, best to just mask it
-# globally for now. Resolves issue by b5248bbb1b5
-# bug #766147
-app-text/enchant test
-
 # Joonas Niilola  (2021-01-15)
 # Dependency not keyworded on this arch.
 app-text/enchant voikko



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

2021-07-24 Thread Matt Turner
commit: 32cbc572d095dac8b23fff18f19d266c2ff22995
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:56 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cbc572

dev-perl/GD: Keyword 2.730.0-r1 alpha, #791481

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

 dev-perl/GD/GD-2.730.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/GD/GD-2.730.0-r1.ebuild b/dev-perl/GD/GD-2.730.0-r1.ebuild
index 508ee098dd7..557696b9da4 100644
--- a/dev-perl/GD/GD-2.730.0-r1.ebuild
+++ b/dev-perl/GD/GD-2.730.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Interface to Thomas Boutell's gd library"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc"
 IUSE="animgif fcgi test truetype xpm"
 
 RDEPEND="



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

2021-07-24 Thread Matt Turner
commit: b1a3679609e6060c6c268cbd7a6e504cd3145b6f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:42 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a36796

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

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

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

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



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

2021-07-24 Thread Matt Turner
commit: bcca19851e6802f5514f324c0b0e972a61df279d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:37:04 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:23:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcca1985

dev-perl/Inline-C: Keyword 0.810.0 alpha, #796788

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

 dev-perl/Inline-C/Inline-C-0.810.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Inline-C/Inline-C-0.810.0.ebuild 
b/dev-perl/Inline-C/Inline-C-0.810.0.ebuild
index 2b7de44db38..964d6c7994b 100644
--- a/dev-perl/Inline-C/Inline-C-0.810.0.ebuild
+++ b/dev-perl/Inline-C/Inline-C-0.810.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="C Language Support for Inline"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Matt Turner
commit: 09ba25e4bf9f9542c74a651e25c5a6f957618a23
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 24 19:36:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 24 20:22:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ba25e4

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

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

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

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



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

2021-07-24 Thread Matthew Thode
commit: f35efa4edcfc27537d70f353bebe4eda6764fcf9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:14:52 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:25:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35efa4e

dev-python/resolvelib: 0.5.4 stable amd64 arm64 and x86

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

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

diff --git a/dev-python/resolvelib/resolvelib-0.5.4.ebuild 
b/dev-python/resolvelib/resolvelib-0.5.4.ebuild
index 2535428a3c1..1857364f0ea 100644
--- a/dev-python/resolvelib/resolvelib-0.5.4.ebuild
+++ b/dev-python/resolvelib/resolvelib-0.5.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 
 DEPEND=""
 RDEPEND="${DEPEND}"



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

2021-07-24 Thread Matthew Thode
commit: 624e5035ed4438a84295cf4003443f9f031559f9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:12:35 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:25:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624e5035

app-emulation/diskimage-builder: 3.13.0 bump

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

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-3.13.0.ebuild| 39 ++
 2 files changed, 40 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index fd41ca2328a..9bab501dff1 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,2 +1,3 @@
 DIST diskimage-builder-3.11.0.tar.gz 475123 BLAKE2B 
2d286193c99077b943ddc2342871878d78380c27b247cca895d14e9ca1ca69c3d260fe0061e9f09a80156cee327234ce0a8c129f2008422d0db1bd736175f490
 SHA512 
083a3dff0ec32cd35cb5a95f25b115778aa4b74ab47796c13ac007fa6af5940140117eb4c2b5f44674316f65b0c0b53b6e077787e8018f6d7735906d333d2da0
 DIST diskimage-builder-3.12.0.tar.gz 477540 BLAKE2B 
9facf1d6ef9a38b960b7bcc8ee035d8f7ae6c5189d1de25e335d68a6e8389be0ab0f3b787e5d5112ee7ef508b583d1df612ca75149659f78685a2fdf6dee21a7
 SHA512 
edec229023673c48a3176b315c9d84067b4e7b4a30843839722a7ce300f898d92ee5f5146b6d92f2eda692bada4370b32f1b19f3b929a379b3e604b6e7ce29d6
+DIST diskimage-builder-3.13.0.tar.gz 494027 BLAKE2B 
27a88118d688018a5f842e0d483e3128b0715cdc21f33308de61ea5077ad1b824738363ae066463e84e7e3821a36085afc9985fde74883ab040c67a25073e5c0
 SHA512 
7b099811021f199ed0680e2dc4db6302b05dc6adf95ac96e890501cf92727dc319fbf96f9c68a8b9bca26ba54d7ff5e6a67f036a9d86a3ad1752d5cc4a8edbaf

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.13.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.13.0.ebuild
new file mode 100644
index 000..92726b9c765
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-3.13.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/";
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git";
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/

2021-07-24 Thread Matthew Thode
commit: aae6b61911821199eec5ddfec1c08371424dd3c8
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:18:26 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae6b619

gui-libs/wlroots: 0.14.0 stable amd64/arm64/x86

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

 gui-libs/wlroots/wlroots-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-0.14.0.ebuild 
b/gui-libs/wlroots/wlroots-0.14.0.ebuild
index 34a1612b0ed..0a2009a3fbb 100644
--- a/gui-libs/wlroots/wlroots-0.14.0.ebuild
+++ b/gui-libs/wlroots/wlroots-0.14.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
SLOT="0/"
 else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
SLOT="0/14"
 fi
 



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

2021-07-24 Thread Matthew Thode
commit: d8989cef81f207e5d03423b8a95644e0cf5ade6e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:16:01 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:25:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8989cef

app-admin/ansible-base: 2.11.2 stable amd64/arm64/x86

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

 app-admin/ansible-base/Manifest   |  1 -
 app-admin/ansible-base/ansible-base-2.11.1.ebuild | 63 ---
 app-admin/ansible-base/ansible-base-2.11.2.ebuild |  2 +-
 3 files changed, 1 insertion(+), 65 deletions(-)

diff --git a/app-admin/ansible-base/Manifest b/app-admin/ansible-base/Manifest
index b82250d90f0..dc13ab01cf8 100644
--- a/app-admin/ansible-base/Manifest
+++ b/app-admin/ansible-base/Manifest
@@ -1,5 +1,4 @@
 DIST ansible-base-2.10.10.tar.gz 5986488 BLAKE2B 
5c793d25ac5a216d05e15f49cd447cbdfb2ef97c2881bca60be5c23e3245262e15304a63431704d8b69fff56594e25517c0e5e1f2641b3eca5ad6a1e76e4d7b3
 SHA512 
b599b498a20b77cd3346f5b865b5a0436cdd835af250e8cc4ed20d61ac6a4929bf4ceef9a95c6e7b8e825c5f513d33ea32b24661c58e2f1d285db0569d71fc1b
 DIST ansible-base-2.10.9.tar.gz 6039597 BLAKE2B 
de455cc402ae4c5c4acd6b1c3d3f2e16572d4a4e79c5f3e4151ec8b913a3be0cfbcb42e5743fe627b7aba9b0e6b004189960cd5a17ff46166cd033a952d3c560
 SHA512 
093514230a3f6680ddeda07c24e77c2e793475895f44da6e5dd68335341d6fefe10091a124cf84e18475257a099b39fd2c16e6fc0dae0bbaf2d26e70b09c277a
-DIST ansible-core-2.11.1.tar.gz 6148111 BLAKE2B 
46b1553542adbebfb0b0756be99a81d20cce2978a59766c65632b40413a851ad3c9de12df67959c0557584c5209ecd4f3c94381ae0a1e6987bd3cfb237de5a85
 SHA512 
1362754dde0a88ca8f6323d87cc6f4bf5f93b189b8d45fcb435d3fb289c359da128e7688a92107ade2c54828d4c4deb3ded9e01e18d19c503306924aa189a381
 DIST ansible-core-2.11.2.tar.gz 7081783 BLAKE2B 
64a2e02c4e44e72383bfb291efcde07a85ae553418e27687fbc12acdc45608e9b89e9f64943ad7f98a6de094f61765ac3e89fa84e66ed634e764a5f9581c6bd5
 SHA512 
8b4a8e329be9375d3226f8b992223198913226527278c14ccec01d8e7c546cca847cf7d2415440be995d236bdd88640c0dd6f740e91ca748de2d1c5b7b52c921
 DIST ansible-core-2.11.3.tar.gz 6841255 BLAKE2B 
fde1143515d04121de79ddb2c14bf326f9efa596c39418b9def1679539dd144551b64dff83c66795e44f48e776dbc60bc456125904bbb64970f8c44e072b5abf
 SHA512 
93a28200dd0ab289cc05add5fbe46a1cfbbd4ba91fc7d7e95ee4060dc4f126bf4bd4affce5e44dac9cf2c12792b2a2a10b97d96b795f5bed579959391b7c4a65

diff --git a/app-admin/ansible-base/ansible-base-2.11.1.ebuild 
b/app-admin/ansible-base/ansible-base-2.11.1.ebuild
deleted file mode 100644
index 459607c5a03..000
--- a/app-admin/ansible-base/ansible-base-2.11.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
-HOMEPAGE="https://www.ansible.com/";
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/ansible/ansible.git";
-   EGIT_BRANCH="devel"
-else
-   MY_PN="${PN/-base/-core}"
-   MY_P="${MY_PN}-${PV}"
-   SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
-   S="${WORKDIR}"/${MY_P}
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="test"
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/paramiko[${PYTHON_USEDEP}]
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/netaddr[${PYTHON_USEDEP}]
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   >=dev-python/resolvelib-0.5.3[${PYTHON_USEDEP}]
-   

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

2021-07-24 Thread Matthew Thode
commit: f6a0ac2c30c9b4b6ad20896d0e665a5277ff135f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:17:01 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a0ac2c

app-admin/ansible: 4.1.0 stable amd64/arm64/x86

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

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

diff --git a/app-admin/ansible/ansible-4.1.0.ebuild 
b/app-admin/ansible/ansible-4.1.0.ebuild
index 39f0a61f6e8..e7cb69449a0 100644
--- a/app-admin/ansible/ansible-4.1.0.ebuild
+++ b/app-admin/ansible/ansible-4.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~x64-macos"
 RESTRICT="test"
 
 RDEPEND=">=app-admin/ansible-base-2.11.1



[gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/

2021-07-24 Thread Matthew Thode
commit: 232cf4cc009b014cd9744bd2983222116e7b9703
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:19:03 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232cf4cc

gui-wm/sway: 1.6.1 stable amd64/arm64/x86

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

 gui-wm/sway/sway-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-wm/sway/sway-1.6.1.ebuild b/gui-wm/sway/sway-1.6.1.ebuild
index c803967beb3..9bf7e960777 100644
--- a/gui-wm/sway/sway-1.6.1.ebuild
+++ b/gui-wm/sway/sway-1.6.1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} ==  ]]; then
 else
MY_PV=${PV/_rc/-rc}
SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 



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

2021-07-24 Thread Matthew Thode
commit: 1fdccb4d3f4f5ac200cd43f422c674dcfa752e46
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:24:55 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdccb4d

app-admin/puppetdb: 7.5.0 bump

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

 app-admin/puppetdb/Manifest  |  1 +
 app-admin/puppetdb/puppetdb-7.5.0.ebuild | 87 
 2 files changed, 88 insertions(+)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index a5f3a34e402..00498175492 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1 +1,2 @@
 DIST puppetdb-7.4.1.tar.gz 47409868 BLAKE2B 
0ac4234547b27e9ad12c9c008d76be8fff7f724d93acc2ca26700d18ac2e30bf9689c46550a8976b90e662d7af97994d7e299b94e2d68e5b5f7d1166a54d4ff8
 SHA512 
64c42477554039991b35dfd2d29f4fa507226cc3256b07ff3524cd287c1dbf09bdf60116dd12288d1340ca74ced2872ac886f4eadde8bd83965976579e99738d
+DIST puppetdb-7.5.0.tar.gz 47469411 BLAKE2B 
98bf574e8b4edba47f58b899bdc3b6037a3ae79a2a8d8b3f69a108c416648fdc35f804d71fc412bcc257f7609be9b4d706af7e28d2fd05d3768a02e9efd95841
 SHA512 
94bf5bc9a95cacb1a3a7f0fb5b04a05eab5ded7d18c2fb396e616b44e429a4a6299e6802fc0fd72aa832a6d8181a7ecf6ef6aff4696d4c9bc16a1954aee6f77c

diff --git a/app-admin/puppetdb/puppetdb-7.5.0.ebuild 
b/app-admin/puppetdb/puppetdb-7.5.0.ebuild
new file mode 100644
index 000..78bd75a0264
--- /dev/null
+++ b/app-admin/puppetdb/puppetdb-7.5.0.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib systemd tmpfiles
+
+DESCRIPTION="PuppetDB collects data generated by Puppet."
+HOMEPAGE="http://docs.puppetlabs.com/puppetdb/";
+SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND+=">=virtual/jdk-1.8.0"
+DEPEND+="acct-user/puppetdb
+   acct-group/puppetdb"
+
+src_prepare() {
+   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
+   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
+   sed -i 's/sysconfig/conf\.d/g' install.sh || die
+   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   dodir /opt/puppetlabs/server/data/puppetdb
+   insinto /opt/puppetlabs/server/apps/puppetdb
+   insopts -m0744
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppetdb.jar
+   insinto /etc/puppetlabs/puppetdb
+   doins ext/config/logback.xml
+   doins ext/config/bootstrap.cfg
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetdb/conf.d
+   doins ext/config/conf.d/jetty.ini
+   doins ext/config/conf.d/repl.ini
+   doins ext/config/conf.d/database.ini
+   doins ext/config/conf.d/config.ini
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
+   doins ext/cli/foreground
+   doins ext/cli/ssl-setup
+   doins ext/cli/config-migration
+   doins ext/cli/foreground
+   doins ext/cli/anonymize
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetdb/bin
+   doins ext/bin/puppetdb
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
+   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
+   # init type tasks
+   newconfd ext/default puppetdb
+   systemd_dounit ext/redhat/puppetdb.service
+   newtmpfiles ext/puppetdb.tmpfiles.conf puppetdb.conf
+   newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb
+   # misc
+   insinto /etc/logrotate.d
+   newins ext/puppetdb.logrotate.conf puppetdb
+   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
+   fperms -R 770 /opt/puppetlabs/server/data/puppetdb
+}
+
+pkg_postinst() {
+   elog "to install please run '/opt/puppetlabs/server/bin/puppetdb 
ssl-setup'"
+   elog
+   elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb 
config-migration'"
+}



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

2021-07-24 Thread Matthew Thode
commit: d078084e0e317ebacbf7f19766bfb3cf584020a6
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:20:11 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d078084e

app-admin/puppet: 7.9.0 bump

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

 app-admin/puppet/Manifest|   1 +
 app-admin/puppet/puppet-7.9.0.ebuild | 132 +++
 2 files changed, 133 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 391fecaf6bf..307da3982c6 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-5.5.22.tar.gz 2998132 BLAKE2B 
8662c89190d0904fe44ffeca1cf9a9ddca40d57ba6fb2d1e644ca353ceb55b1ca3a91416f1eef2975233c9c4498784e7d7280c111ea0cc070870cadc69341d99
 SHA512 
5332b084a63bdf244672cc4751022c84a1cc50d3f394a13bdcbccf7fcf4ebea67953e88957f23046608bf25e9182548449be824c18289cb2bf1e3ed29b40dc58
 DIST puppet-7.8.0.tar.gz 2893281 BLAKE2B 
cef1d56048a72ffa18c9fe2917e4f616dd4d778eddc91c88becf06a418471af1e2cf1688aa05ad3e71f24d5bb1923eaf35b8a1419ed05a72b299af970d1427e6
 SHA512 
189fabe199afefc77951ee3f2bf20c749f6efe290cc3a76f5ba58892c80cc76082b1ce77c23bca87f57f62816410bc5536e4206806fe31517915c72046ace08d
+DIST puppet-7.9.0.tar.gz 2899891 BLAKE2B 
06f675fc9eaac4ddfa7957847abe33928f0779f3c18dbf339067525ec69b6b87d274294a1133ec8332fbbed6111b568c63478493f3de467c63e2948bcf446b71
 SHA512 
6329d89530d2cb008e28116de655024e9bf944b3f41d086e0e47c41c74af3da51c283a912ac966cf7bac52f86e54304df6cf31477a5663cae09fb4d18f958cf2

diff --git a/app-admin/puppet/puppet-7.9.0.ebuild 
b/app-admin/puppet/puppet-7.9.0.ebuild
new file mode 100644
index 000..125aa53e82c
--- /dev/null
+++ b/app-admin/puppet/puppet-7.9.0.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="https://puppet.com/";
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   dev-ruby/semantic_puppet
+   >=dev-ruby/facter-3.0.0
+   dev-ruby/concurrent-ruby
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0
+   acct-user/puppet
+   acct-group/puppet"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # fix systemd path
+   eapply -p0 "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.
+   rm spec/integration/parser/compiler_spec.rb || die
+
+   # Avoid failing spec that need further investigation.
+   rm spec/unit/module_tool/metadata_spec.rb || die
+}
+
+each_ruby_install() {
+   each_fakegem_install
+#  dosym "/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${P}" 
"/usr/$(get_libdir)/ruby/gems/$(ruby_get_version)/gems/${PN}"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   # systemd stuffs
+   insinto /usr/lib/systemd/system
+   doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
+
+   # tmpfiles stuff
+   insinto /usr/lib/tmpfiles.d
+   newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
+
+   # openrc init stuff
+   newinitd "${FILESDIR}"/puppet.init-4.x puppet
+
+   keepdir /etc/puppetlabs/puppet/ssl
+
+   keepdir /var/lib/puppet/facts
+   keepdir /var/lib/puppet/files
+   fowners -R puppet:puppet /var/lib/puppet
+
+

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

2021-07-24 Thread Matthew Thode
commit: 030e2404d15b700ad07aafc47c3db83c0720742a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:25:50 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030e2404

dev-ruby/puppetdb-termini: 7.5.0 bump

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

 dev-ruby/puppetdb-termini/Manifest |  1 +
 .../puppetdb-termini/puppetdb-termini-7.5.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index b6e6c5639e0..975f3409c65 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1 +1,2 @@
 DIST puppetdb-termini_7.4.1-1stretch_all.deb 21552 BLAKE2B 
df93159a7dc9f6a6735f44531306a2b1c7a1bf9d8b88dbd4c9784367e949a83b0cb42dd8172880df9e7f4cbc1d3bcf9da570cdf2fa0437e525452d1f2468551d
 SHA512 
4ffdf5e2019400dbaa5bb1fee22fd66fa430ab395a42d25cca2c61feaf68168b44eb1d29c0a9984a2cb669eff4ffadd9f9c64c6c19ea21bd3ceead392ad6d26b
+DIST puppetdb-termini_7.5.0-1stretch_all.deb 21542 BLAKE2B 
903a3290f3f10a199d53e5721fdac58aa771b2f9843037250be223df1f4db8328f4164c9f9756013bb5eba81d03fc13ef95b6806f64f6ecd70b7af8aa7336277
 SHA512 
d6179dbb4192ecfc1d082d32a978bb4d0c89f47db9c335ff70fc75bc81f41e3b0e78fa9fcd80ed3254ce57600e82f75ebefc217069dca8e0ea4014041878052b

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-7.5.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-7.5.0.ebuild
new file mode 100644
index 000..a7cef96b4b1
--- /dev/null
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-7.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27"
+
+inherit unpacker
+
+DESCRIPTION="Library needed to connect puppet to puppetdb"
+HOMEPAGE="https://puppet.com/docs/puppetdb/latest/index.html";
+SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+# will need the same keywords as puppet
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND+=""
+DEPEND+=""
+
+S=${WORKDIR}
+
+src_install() {
+   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
+   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
+}



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

2021-07-24 Thread Matthew Thode
commit: 643d91c659aee2c4d04b523a08d34ef38e7c4152
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:23:55 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643d91c6

app-admin/puppetserver: 7.2.1 bump

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

 app-admin/puppetserver/Manifest  |   1 +
 app-admin/puppetserver/puppetserver-7.2.1.ebuild | 131 +++
 2 files changed, 132 insertions(+)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 16771f11a6a..eb90abcf4ef 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1 +1,2 @@
 DIST puppetserver-7.2.0.tar.gz 62897576 BLAKE2B 
63a8a7ea001757e15224ec819d9a23e23d3e568832421009118c1c4c3880564f614afcfa593e7c0c580cd2890ab653f5692cfc7fb23992ca7674cd5a56fa3f50
 SHA512 
ec90220abf4901ad98e1e07f65cdc25f09b62fda22f915260519d6fc599d36ea3a5ec2bfd5787cc9459d3c25753ff5eded2c09a67a614da1d6dda0881262b3b9
+DIST puppetserver-7.2.1.tar.gz 62917686 BLAKE2B 
2a77423a932d7c75a164818d011feee1b789759046551be0d0275436295c47af6398222a223409a28b83c8186caf0d9f6e2d9ab4fc606214119bf0b56dc4d4d0
 SHA512 
ac960b756e6cbf32e70d1d209c6202973ffec17b553a68eaf9c0580ff4925656ae1a7616e45bee11f2a06544157d61e58b94bf700d39affd5d0116840c3fc10f

diff --git a/app-admin/puppetserver/puppetserver-7.2.1.ebuild 
b/app-admin/puppetserver/puppetserver-7.2.1.ebuild
new file mode 100644
index 000..0cf80aca0ef
--- /dev/null
+++ b/app-admin/puppetserver/puppetserver-7.2.1.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib systemd
+
+DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
+HOMEPAGE="http://docs.puppetlabs.com/puppetserver/";
+SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="puppetdb"
+# will need the same keywords as puppet
+KEYWORDS="~amd64"
+
+RDEPEND+="
+   >=virtual/jdk-1.8.0
+   app-admin/puppet-agent[puppetdb?]"
+DEPEND+="acct-user/puppet
+   acct-group/puppet"
+
+src_prepare() {
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
+   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
+   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
+   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
+   sed -i 's/var\/run/run/g' install.sh || die
+   default
+}
+
+src_compile() {
+   einfo "not compiling"
+}
+
+src_install() {
+   insinto /opt/puppetlabs/server/apps/puppetserver
+   insopts -m0774
+   doins ext/ezbake-functions.sh
+   insopts -m0644
+   doins ext/ezbake.manifest
+   doins puppet-server-release.jar
+   insinto /etc/puppetlabs/puppetserver
+   doins ext/config/logback.xml
+   doins ext/config/request-logging.xml
+   insinto /etc/puppetlabs/puppetserver/services.d
+   doins ext/system-config/services.d/bootstrap.cfg
+   doins ext/config/services.d/ca.cfg
+   insinto /etc/puppetlabs/puppetserver/conf.d
+   doins ext/config/conf.d/puppetserver.conf
+   doins ext/config/conf.d/auth.conf
+   doins ext/config/conf.d/global.conf
+   doins ext/config/conf.d/web-routes.conf
+   doins ext/config/conf.d/metrics.conf
+   doins ext/config/conf.d/webserver.conf
+   insopts -m0755
+   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
+   doins install.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
+   doins ext/cli/ca
+   doins ext/cli/irb
+   doins ext/cli/foreground
+   doins ext/cli/gem
+   doins ext/cli/ruby
+   doins ext/cli/reload
+   doins ext/cli/start
+   doins ext/cli/stop
+   insinto /opt/puppetlabs/server/apps/puppetserver/cli
+   doins ext/cli_defaults/cli-defaults.sh
+   insinto /opt/puppetlabs/server/apps/puppetserver/bin
+   doins ext/bin/puppetserver
+   insopts -m0644
+   dodir /opt/puppetlabs/server/bin
+   dosym ../apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/server/bin/puppetserver
+   dodir /opt/puppetlabs/bin
+   dosym ../server/apps/puppetserver/bin/puppetserver 
/opt/puppetlabs/bin/puppetserver
+   dosym ../../opt/puppetlabs/server/apps/puppetserver/bin/puppetserver 
/usr/bin/puppetserver
+   dodir /opt/puppetlabs/server/apps/puppetserver/config/services.d
+   # other sys stuff
+   dodir /etc/puppetlabs/code
+   # needed for systemd
+   keepdir /var/log/puppetlabs/puppetserver
+   dodir /etc/puppetlabs/puppet/ssl
+   fow

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

2021-07-24 Thread Matthew Thode
commit: 68531ec32d786a524b1d4637c9d3f541402c3532
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 24 20:22:08 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat Jul 24 20:26:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68531ec3

app-admin/puppet-agent: 7.9.0 bump

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

 app-admin/puppet-agent/Manifest  |  1 +
 app-admin/puppet-agent/puppet-agent-7.9.0.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 0ce0b68e2e2..f4b1f16d1a3 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,2 +1,3 @@
 DIST puppet-agent_6.19.1-1focal_amd64.deb 1600 BLAKE2B 
22b03ef1f86b34955e8bad7c63a2022d2832dadd554316baf75419d6543e8a569902fb92a81a3dcc817401f06aa7dd47143a6cbd383f0e531c465cd3203dc4ed
 SHA512 
4819a3509066516b0be76bc0f2afe94611405f7ac52fe50890d57c86a8a9c6c70787d46cb4b77085666f3e74bcb83a11acf1fef5d1e6ed3151ea06cbb8df3170
 DIST puppet-agent_7.8.0-1focal_amd64.deb 20931500 BLAKE2B 
3c521631fb96440e51ad82c3665f07a5ee9cba1d978fccbe9388684ad0c211138f022017ff49b92818cfc8f50ebed0a996c9321918413e4a1c7ca0f5a2f68f8a
 SHA512 
f0cd9951b54bc9aacce987ea10e9257db9432620f50657ca220ea8b7b4aad1c5ddebd6f5e89c5bdee837b0f928bbebe375afdb72652eb33ee22e3778498aafa1
+DIST puppet-agent_7.9.0-1focal_amd64.deb 20934808 BLAKE2B 
4b5c529e1a5cb5877a753b09a477fc08e7ca7a93c3b1dae5062864d2887adea584075f4ca6b963e01cb5121ce06008182cfc39124b9e22559899beb03855240f
 SHA512 
b6c94b65febd6b76f1ab7af5f4f5238fb314b2abb226dd5828f09ca46fdf4cd22641f765ea338b3aeb7ccf6e0fe37d5682586fbef7dc27b51a654ded6f774495

diff --git a/app-admin/puppet-agent/puppet-agent-7.9.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-7.9.0.ebuild
new file mode 100644
index 000..4a86bc59357
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-7.9.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit systemd unpacker tmpfiles
+
+DESCRIPTION="general puppet client utils along with hiera and facter"
+HOMEPAGE="https://puppetlabs.com/";
+SRC_URI="http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1focal_amd64.deb";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   app-emulation/virt-what
+   acct-user/puppet
+   acct-group/puppet"
+
+DEPEND="
+   ${CDEPEND}
+   app-admin/augeas"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/libselinux
+   sys-libs/glibc
+   sys-libs/readline:0/8
+   sys-libs/libxcrypt
+   sys-libs/ncurses:0[tinfo]
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_install() {
+   # conf.d
+   doconfd etc/default/puppet
+   doconfd etc/default/pxp-agent
+   # logrotate.d
+   insinto /etc/logrotate.d
+   doins etc/logrotate.d/pxp-agent
+   # puppet itself
+   insinto /etc/puppetlabs
+   doins -r etc/puppetlabs/*
+   # logdir for systemd
+   keepdir var/log/puppetlabs/puppet/
+   chmod 0750 var/log/puppetlabs/puppet/
+   # the rest
+   insinto /opt
+   dodir opt/puppetlabs/puppet/cache
+   doins -r opt/*
+   fperms 0750 /opt/puppetlabs/puppet/cache
+   # init
+   newinitd "${FILESDIR}/puppet.initd2" puppet
+   systemd_dounit lib/systemd/system/puppet.service
+   systemd_dounit lib/systemd/system/pxp-agent.service
+   newtmpfiles usr/lib/tmpfiles.d/puppet-agent.conf puppet-agent.conf
+   # symlinks
+   chmod 0755 -R "${D}/opt/puppetlabs/puppet/bin/"
+   dosym ../../opt/puppetlabs/bin/facter /usr/bin/facter
+   dosym ../../opt/puppetlabs/bin/hiera /usr/bin/hiera
+   dosym ../../opt/puppetlabs/bin/puppet /usr/bin/puppet
+   dosym ../../../../usr/lib64/xcrypt/libcrypt.so.1 
/opt/puppetlabs/puppet/lib/libcrypt.so.1
+}



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

2021-07-24 Thread Mike Gilbert
commit: cdba3b38a5ecb8116e2c87e8bbaa3cceda552c85
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul 24 20:23:06 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul 24 20:26:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdba3b38

dev-libs/libgudev: add 236

Closes: https://bugs.gentoo.org/803869
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/libgudev/Manifest|  1 +
 dev-libs/libgudev/libgudev-236.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-libs/libgudev/Manifest b/dev-libs/libgudev/Manifest
index 2d47e4022ab..3951907c051 100644
--- a/dev-libs/libgudev/Manifest
+++ b/dev-libs/libgudev/Manifest
@@ -1 +1,2 @@
 DIST libgudev-234.tar.xz 273244 BLAKE2B 
c0556988e37d5a5c48ba906b121d3c7a16c6a8ee4d05eb0e51913b9cde51bdc10966dcf8ceeccf62021dd8e47b004c85ed3412942d9d2bd5176d604931745f50
 SHA512 
cb01906d532b05cf8f69acdf80a8f05fbd4863fd98e88928b491e3657e60844f7ae6ca903ddd773fbea37268ff85d12719de47fd92a2f18b98fa2dbfe85e8151
+DIST libgudev-236.tar.xz 28428 BLAKE2B 
cee5098f851183131db88812c8a985a3617fec7a2257f3c05ae0f06e423f15efa89801ef0c75cbb6e5ea9fb7a9db3c4d9215a3689e5d1ddb4832ef17442753cf
 SHA512 
b00c30a7d57de8cca92a22f4c4da878c7cce448b1177858cc9ee0b99c5bc4fd0fbd01d8f4f9a9b9ef073af8f51c26533f2e7896c01ed9fed0a2bcfa6b2cfcbc2

diff --git a/dev-libs/libgudev/libgudev-236.ebuild 
b/dev-libs/libgudev/libgudev-236.ebuild
new file mode 100644
index 000..d2c7aacb79f
--- /dev/null
+++ b/dev-libs/libgudev/libgudev-236.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2015-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson-multilib
+
+DESCRIPTION="GObject bindings for libudev"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgudev";
+SRC_URI="https://download.gnome.org/sources/libgudev/${PV}/${P}.tar.xz";
+
+LICENSE="LGPL-2.1+"
+SLOT="0/0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="introspection static-libs"
+
+DEPEND="
+   >=dev-libs/glib-2.38.0:2[${MULTILIB_USEDEP},static-libs?]
+   >=virtual/libudev-199:=[${MULTILIB_USEDEP},static-libs(-)?]
+   introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
+"
+RDEPEND="${DEPEND}
+"
+BDEPEND="
+   dev-util/glib-utils
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   default
+   # avoid multilib checksum mismatch
+   sed -i -e 's:@filename@:gudev/gudevenums.h:' 
gudev/gudevenumtypes.h.template || die
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_native_use_feature introspection)
+   -Dgtk_doc=false
+   -Ddefault_library=$(usex static-libs both shared)
+   -Dumockdev=disabled # umockdev tests currently don't pass 
(might need extra setup)
+   -Dvapi=disabled
+   )
+   meson_src_configure
+}



[gentoo-commits] proj/toolchain/binutils-patches:master commit in: 9999/

2021-07-24 Thread Andreas K. Hüttel
commit: bc2a10f35b091063cf84b9cfd5300b6c0f0cf428
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 19:40:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 19:40:41 2021 +
URL:
https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=bc2a10f3

Add libctf soversion patches

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

 ...ibctf-optionally-a-gentoo-specific-sovers.patch | 177 +
 ...-soversion-suffix-then-we-also-use-the-bd.patch | 111 +
 2 files changed, 288 insertions(+)

diff --git 
a//0007-Give-also-libctf-optionally-a-gentoo-specific-sovers.patch 
b//0007-Give-also-libctf-optionally-a-gentoo-specific-sovers.patch
new file mode 100644
index 000..6f1c6b3
--- /dev/null
+++ b//0007-Give-also-libctf-optionally-a-gentoo-specific-sovers.patch
@@ -0,0 +1,177 @@
+From d3cd41f5c7e405a8db5e85a7be9dfc42d44ef1b8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= 
+Date: Sat, 24 Jul 2021 15:20:16 +0200
+Subject: [PATCH 1/2] Give also libctf optionally a gentoo-specific soversion
+
+---
+ libctf/Makefile.am  | 13 -
+ libctf/Makefile.in  |  8 +++-
+ libctf/configure| 31 +--
+ libctf/configure.ac |  8 
+ 4 files changed, 56 insertions(+), 4 deletions(-)
+
+diff --git a/libctf/Makefile.am b/libctf/Makefile.am
+index e586d25fb37..eabc7fa8394 100644
+--- a/libctf/Makefile.am
 b/libctf/Makefile.am
+@@ -21,6 +21,8 @@ ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
+ 
+ AUTOMAKE_OPTIONS = dejagnu foreign no-texinfo.tex
+ 
++EXTRA_SOVERSION_SUFFIX = @EXTRA_SOVERSION_SUFFIX@
++
+ # This is where we get zlib from.  zlibdir is -L../zlib and zlibinc is
+ # -I../zlib, unless we were configured with --with-system-zlib, in which
+ # case both are empty.
+@@ -41,8 +43,17 @@ include_HEADERS =
+ noinst_LTLIBRARIES = libctf.la libctf-nobfd.la
+ endif
+ 
++# libctf by default uses libtool versioning. Unfortunately that keeps us from 
adding
++# a supplement to the soversion. So we need to switch tracks and be creative.
++
++if HAVE_EXTRA_SOVERSION_SUFFIX
++gentoo_ctf_soversion = 0.0.0.$(EXTRA_SOVERSION_SUFFIX)
++else
++gentoo_ctf_soversion = 0.0.0
++endif
++
+ libctf_nobfd_la_LIBADD = @CTF_LIBADD@ $(ZLIB)
+-libctf_nobfd_la_LDFLAGS = -version-info 0:0:0 @SHARED_LDFLAGS@ @VERSION_FLAGS@
++libctf_nobfd_la_LDFLAGS = -release $(gentoo_ctf_soversion) @SHARED_LDFLAGS@ 
@VERSION_FLAGS@
+ libctf_nobfd_la_CPPFLAGS = $(AM_CPPFLAGS) -DNOBFD=1
+ libctf_nobfd_la_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c ctf-decl.c 
ctf-error.c \
+ ctf-hash.c ctf-labels.c ctf-dedup.c ctf-link.c 
ctf-lookup.c \
+diff --git a/libctf/Makefile.in b/libctf/Makefile.in
+index 5cfa100f9cc..b528781af97 100644
+--- a/libctf/Makefile.in
 b/libctf/Makefile.in
+@@ -338,6 +338,7 @@ EXEEXT = @EXEEXT@
+ 
+ # Setup the testing framework, if you have one
+ EXPECT = expect
++EXTRA_SOVERSION_SUFFIX = @EXTRA_SOVERSION_SUFFIX@
+ FGREP = @FGREP@
+ GENCAT = @GENCAT@
+ GMSGFMT = @GMSGFMT@
+@@ -469,8 +470,13 @@ AM_CFLAGS = -std=gnu99 @ac_libctf_warn_cflags@ @warn@ 
@c_warn@ @WARN_PEDANTIC@ @
+ @INSTALL_LIBBFD_FALSE@include_HEADERS = 
+ @INSTALL_LIBBFD_TRUE@include_HEADERS = $(INCDIR)/ctf.h $(INCDIR)/ctf-api.h
+ @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libctf.la libctf-nobfd.la
++@HAVE_EXTRA_SOVERSION_SUFFIX_FALSE@gentoo_ctf_soversion = 0.0.0
++
++# libctf by default uses libtool versioning. Unfortunately that keeps us from 
adding
++# a supplement to the soversion. So we need to switch tracks and be creative.
++@HAVE_EXTRA_SOVERSION_SUFFIX_TRUE@gentoo_ctf_soversion = 
0.0.0.$(EXTRA_SOVERSION_SUFFIX)
+ libctf_nobfd_la_LIBADD = @CTF_LIBADD@ $(ZLIB)
+-libctf_nobfd_la_LDFLAGS = -version-info 0:0:0 @SHARED_LDFLAGS@ @VERSION_FLAGS@
++libctf_nobfd_la_LDFLAGS = -release $(gentoo_ctf_soversion) @SHARED_LDFLAGS@ 
@VERSION_FLAGS@
+ libctf_nobfd_la_CPPFLAGS = $(AM_CPPFLAGS) -DNOBFD=1
+ libctf_nobfd_la_SOURCES = ctf-archive.c ctf-dump.c ctf-create.c \
+   ctf-decl.c ctf-error.c ctf-hash.c ctf-labels.c ctf-dedup.c \
+diff --git a/libctf/configure b/libctf/configure
+index 82bcf13a606..e961f637a69 100755
+--- a/libctf/configure
 b/libctf/configure
+@@ -643,6 +643,9 @@ CTF_LIBADD
+ SHARED_LDFLAGS
+ NEED_CTF_QSORT_R_FALSE
+ NEED_CTF_QSORT_R_TRUE
++HAVE_EXTRA_SOVERSION_SUFFIX_FALSE
++HAVE_EXTRA_SOVERSION_SUFFIX_TRUE
++EXTRA_SOVERSION_SUFFIX
+ ENABLE_LIBCTF_HASH_DEBUGGING_FALSE
+ ENABLE_LIBCTF_HASH_DEBUGGING_TRUE
+ zlibinc
+@@ -804,6 +807,7 @@ enable_maintainer_mode
+ enable_install_libbfd
+ with_system_zlib
+ enable_libctf_hash_debugging
++with_extra_soversion_suffix
+ '
+   ac_precious_vars='build_alias
+ host_alias
+@@ -1461,6 +1465,8 @@ Optional Packages:
+   both]
+   --with-gnu-ld   assume the C compiler uses GNU ld [default=no]
+   --with-system-zlib  use installed libz
++  --with-extra-soversion-suffix=SUFFIX
++  

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

2021-07-24 Thread William Hubbs
commit: 561b7a48cda8ce76609c6e5e4378e1f4464f240d
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Jul 24 21:08:37 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 24 21:09:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561b7a48

dev-lang/go: workaround unrecognized elf file(s) qa notices

This package generates several "unrecognized elf file(s)" notices when
it is emerged on riscv. Work around this by using the QA_PREBUILT
setting.

Bug: https://bugs.gentoo.org/794046
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go/go-1.16.6.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-lang/go/go-1.16.6.ebuild b/dev-lang/go/go-1.16.6.ebuild
index 895ddad58f5..ec547eb1359 100644
--- a/dev-lang/go/go-1.16.6.ebuild
+++ b/dev-lang/go/go-1.16.6.ebuild
@@ -44,6 +44,10 @@ QA_FLAGS_IGNORED='.*'
 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
 QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
 
+# This package triggers "unrecognized elf file(s)" notices on riscv.
+# https://bugs.gentoo.org/794046
+QA_PREBUILT='.*'
+
 # Do not strip this package. Stripping is unsupported upstream and may
 # fail.
 RESTRICT+=" strip"



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

2021-07-24 Thread Andreas K. Hüttel
commit: 15a227812a7546cf1227924f803a66d0de084e7f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:15:08 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:15:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a22781

sys-libs/binutils-libs: Bump 2.37 patchset to 2

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

 sys-libs/binutils-libs/Manifest  | 2 +-
 sys-libs/binutils-libs/binutils-libs-2.37.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index 1cbd830679d..feb459cd732 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -4,5 +4,5 @@ DIST binutils-2.35.2-patches-1.tar.xz 11836 BLAKE2B 
0141349c9618992d1ab1e0309f7e
 DIST binutils-2.35.2.tar.xz 22056908 BLAKE2B 
9c392e0db2b482442f9476f30bd80cf2796321cbf7be79cf21af7bef167b6074c4ae009dcf9b438d2f2f4a23381c935176b2cfa85de1a526ab46e0fd844a7ca5
 SHA512 
9974ede5978d32e0d68fef23da48fa00bd06b0bff7ec45b00ca075c126d6bbe0cf2defc03ecc3f17bc6cc85b64271a13009c4049d7ba17de26e84e3a6e2c0348
 DIST binutils-2.36.1-patches-3.tar.xz 32720 BLAKE2B 
2a5a60168ec5ff612e7e58530092f306460cdb4a963320978dffcc22d73684486a14a5981f6eab2f7fc270def22cdc9954de455d680b2de4befc1ad4916347ba
 SHA512 
e429cc82451675f14715d4e7640fe7b995495c8759a8e919c4291f8ca8358a663012f05c1ec6e60b1261114848379fefc9df723929770462dd676fa04fc7aa54
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
-DIST binutils-2.37-patches-1.tar.xz 11960 BLAKE2B 
ea60d0db3b61d350a00626ab3ec76e919f15afcc52411c70cab4c5fda80bc0d250ef098847893724365b6c3e789f3f76fd84eda9d31d60295719da622533127f
 SHA512 
608a600d977b9558054ed2278901f50d9d23c5786c271d7849ff884b4e268e1821db26b7c6f5e6cf0f57a7e44e88e4ce0f2441975f7d8401ada0d5451bdefc5f
+DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7

diff --git a/sys-libs/binutils-libs/binutils-libs-2.37.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.37.ebuild
index 06298b7680e..d2d0637789f 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.37.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.37.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PATCH_VER=1
+PATCH_VER=2
 PATCH_DEV=dilfridge
 
 inherit libtool toolchain-funcs multilib-minimal



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

2021-07-24 Thread Andreas K. Hüttel
commit: 857e7797fb209f2cfbf22e6a87535b58bb7664b4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:14:37 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:15:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857e7797

sys-devel/binutils-hppa64: Bump 2.37 patchset to 2

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

 sys-devel/binutils-hppa64/Manifest| 2 +-
 sys-devel/binutils-hppa64/binutils-hppa64-2.37.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/binutils-hppa64/Manifest 
b/sys-devel/binutils-hppa64/Manifest
index 5b5085d915c..1543bc0e0d4 100644
--- a/sys-devel/binutils-hppa64/Manifest
+++ b/sys-devel/binutils-hppa64/Manifest
@@ -2,5 +2,5 @@ DIST binutils-2.35.2-patches-1.tar.xz 11836 BLAKE2B 
0141349c9618992d1ab1e0309f7e
 DIST binutils-2.35.2.tar.xz 22056908 BLAKE2B 
9c392e0db2b482442f9476f30bd80cf2796321cbf7be79cf21af7bef167b6074c4ae009dcf9b438d2f2f4a23381c935176b2cfa85de1a526ab46e0fd844a7ca5
 SHA512 
9974ede5978d32e0d68fef23da48fa00bd06b0bff7ec45b00ca075c126d6bbe0cf2defc03ecc3f17bc6cc85b64271a13009c4049d7ba17de26e84e3a6e2c0348
 DIST binutils-2.36.1-patches-3.tar.xz 32720 BLAKE2B 
2a5a60168ec5ff612e7e58530092f306460cdb4a963320978dffcc22d73684486a14a5981f6eab2f7fc270def22cdc9954de455d680b2de4befc1ad4916347ba
 SHA512 
e429cc82451675f14715d4e7640fe7b995495c8759a8e919c4291f8ca8358a663012f05c1ec6e60b1261114848379fefc9df723929770462dd676fa04fc7aa54
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
-DIST binutils-2.37-patches-1.tar.xz 11960 BLAKE2B 
ea60d0db3b61d350a00626ab3ec76e919f15afcc52411c70cab4c5fda80bc0d250ef098847893724365b6c3e789f3f76fd84eda9d31d60295719da622533127f
 SHA512 
608a600d977b9558054ed2278901f50d9d23c5786c271d7849ff884b4e268e1821db26b7c6f5e6cf0f57a7e44e88e4ce0f2441975f7d8401ada0d5451bdefc5f
+DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.37.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.37.ebuild
index 6f12e4dcbc4..cb0769ff3b0 100644
--- a/sys-devel/binutils-hppa64/binutils-hppa64-2.37.ebuild
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.37.ebuild
@@ -21,7 +21,7 @@ REQUIRED_USE="default-gold? ( gold )"
 # PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
 #  for the patchsets
 
-PATCH_VER=1
+PATCH_VER=2
 PATCH_DEV=dilfridge
 
 case ${PV} in



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

2021-07-24 Thread Andreas K. Hüttel
commit: 6d0190c2229052c9bcc4c93d9729faf831f9e4e0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:13:57 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:15:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0190c2

sys-devel/binutils: Bump 2.37 patchset to 2

Includes libctf soname fixes

Bug: https://bugs.gentoo.org/803017
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils/Manifest | 2 +-
 sys-devel/binutils/binutils-2.37.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index 32767475a17..faaff7affed 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -8,5 +8,5 @@ DIST binutils-2.35.2-patches-1.tar.xz 11836 BLAKE2B 
0141349c9618992d1ab1e0309f7e
 DIST binutils-2.35.2.tar.xz 22056908 BLAKE2B 
9c392e0db2b482442f9476f30bd80cf2796321cbf7be79cf21af7bef167b6074c4ae009dcf9b438d2f2f4a23381c935176b2cfa85de1a526ab46e0fd844a7ca5
 SHA512 
9974ede5978d32e0d68fef23da48fa00bd06b0bff7ec45b00ca075c126d6bbe0cf2defc03ecc3f17bc6cc85b64271a13009c4049d7ba17de26e84e3a6e2c0348
 DIST binutils-2.36.1-patches-3.tar.xz 32720 BLAKE2B 
2a5a60168ec5ff612e7e58530092f306460cdb4a963320978dffcc22d73684486a14a5981f6eab2f7fc270def22cdc9954de455d680b2de4befc1ad4916347ba
 SHA512 
e429cc82451675f14715d4e7640fe7b995495c8759a8e919c4291f8ca8358a663012f05c1ec6e60b1261114848379fefc9df723929770462dd676fa04fc7aa54
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
-DIST binutils-2.37-patches-1.tar.xz 11960 BLAKE2B 
ea60d0db3b61d350a00626ab3ec76e919f15afcc52411c70cab4c5fda80bc0d250ef098847893724365b6c3e789f3f76fd84eda9d31d60295719da622533127f
 SHA512 
608a600d977b9558054ed2278901f50d9d23c5786c271d7849ff884b4e268e1821db26b7c6f5e6cf0f57a7e44e88e4ce0f2441975f7d8401ada0d5451bdefc5f
+DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7

diff --git a/sys-devel/binutils/binutils-2.37.ebuild 
b/sys-devel/binutils/binutils-2.37.ebuild
index 014a2d71612..f068b12240f 100644
--- a/sys-devel/binutils/binutils-2.37.ebuild
+++ b/sys-devel/binutils/binutils-2.37.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="default-gold? ( gold )"
 # PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
 #  for the patchsets
 
-PATCH_VER=1
+PATCH_VER=2
 PATCH_DEV=dilfridge
 
 if [[ ${PV} == * ]]; then



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

2021-07-24 Thread Andreas K. Hüttel
commit: 0570f54f7d0c00218ff141b30fbab14391f10fa9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:46:26 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:46:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0570f54f

dev-perl/Parse-ExuberantCTags: EAPI=8 bump

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

 ...1.20.0-r1.ebuild => Parse-ExuberantCTags-1.20.0-r2.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git 
a/dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.20.0-r1.ebuild 
b/dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.20.0-r2.ebuild
similarity index 68%
rename from dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.20.0-r1.ebuild
rename to dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.20.0-r2.ebuild
index a6ae7c35278..3dfd0bb4f46 100644
--- a/dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.20.0-r1.ebuild
+++ b/dev-perl/Parse-ExuberantCTags/Parse-ExuberantCTags-1.20.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=SMUELLER
-MODULE_VERSION=1.02
+DIST_AUTHOR=SMUELLER
+DIST_VERSION=1.02
 inherit perl-module
 
 DESCRIPTION="Efficiently parse exuberant ctags files"
@@ -13,6 +13,3 @@ DESCRIPTION="Efficiently parse exuberant ctags files"
 LICENSE="${LICENSE} public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST=do



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

2021-07-24 Thread Andreas K. Hüttel
commit: 67e72af5859bb19a081cb37315dcee1f23f5c0ee
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:48:55 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:48:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e72af5

dev-perl/Parse-RecDescent: EAPI=8 bump

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

 15.ebuild => Parse-RecDescent-1.967.15-r1.ebuild} | 19 ++-
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.ebuild 
b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15-r1.ebuild
similarity index 71%
rename from dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.ebuild
rename to dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15-r1.ebuild
index e69e3d1dd24..4d2d8192288 100644
--- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.ebuild
+++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15-r1.ebuild
@@ -1,40 +1,33 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=JTBRAUN
 DIST_VERSION=1.967015
+DIST_EXAMPLES=( 'demo/*' )
 inherit perl-module
 
 DESCRIPTION="Generate Recursive-Descent Parsers"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=virtual/perl-Text-Balanced-1.950.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
virtual/perl-Test-Simple
dev-perl/Test-Warn
)
 "
-src_test() {
-   perl_rm_files "t/pod.t"
-   perl-module_src_test
-}
+
+PERL_RM_FILES=( "t/pod.t" )
+
 src_install() {
perl-module_src_install
docinto html/
dodoc -r tutorial
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples/
-   docinto examples/
-   dodoc -r demo/*
-   fi
 }



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

2021-07-24 Thread Andreas K. Hüttel
commit: b6f5f12365830fb52698c36e6381563c03bad4ce
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:58:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:58:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f5f123

dev-perl/Path-FindDev: EAPI=8 bump

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

 ...{Path-FindDev-0.5.3.ebuild => Path-FindDev-0.5.3-r1.ebuild} | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Path-FindDev/Path-FindDev-0.5.3.ebuild 
b/dev-perl/Path-FindDev/Path-FindDev-0.5.3-r1.ebuild
similarity index 86%
rename from dev-perl/Path-FindDev/Path-FindDev-0.5.3.ebuild
rename to dev-perl/Path-FindDev/Path-FindDev-0.5.3-r1.ebuild
index 5d281ad7b65..0356d801932 100644
--- a/dev-perl/Path-FindDev/Path-FindDev-0.5.3.ebuild
+++ b/dev-perl/Path-FindDev/Path-FindDev-0.5.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=KENTNL
 DIST_VERSION=v0.5.3
@@ -10,8 +10,7 @@ inherit perl-module
 DESCRIPTION="Find a development path somewhere in an upper hierarchy"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
 
 RDEPEND="
virtual/perl-Carp
@@ -21,7 +20,8 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Exporter
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
!minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
test? (



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

2021-07-24 Thread Andreas K. Hüttel
commit: d1a92d1e43137eaf51d0341dafab6e87df1d85f0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:44:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:44:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a92d1e

dev-perl/PAR-Dist: Version bump 0.51

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

 dev-perl/PAR-Dist/Manifest|  1 +
 dev-perl/PAR-Dist/PAR-Dist-0.510.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/PAR-Dist/Manifest b/dev-perl/PAR-Dist/Manifest
index 98d6214f521..bc3146da992 100644
--- a/dev-perl/PAR-Dist/Manifest
+++ b/dev-perl/PAR-Dist/Manifest
@@ -1 +1,2 @@
 DIST PAR-Dist-0.49.tar.gz 36682 BLAKE2B 
a58bf1a63782ae08af3ac3d5426818013eb63a45cb795be0d7662446110019b10c7b042c428639e75aa0f8372d5359f71562095b538b83ae926cff21e247ec67
 SHA512 
5b0b69e9436d49ab47c4bca8d48790bbc04fec526eeec96a75c768b13f318cf3a0fb2b1a3ab9f835fb4326af2d1339f85257ec5e96f4dfe0efd77c9a36a89acc
+DIST PAR-Dist-0.51.tar.gz 42492 BLAKE2B 
c01e9e23e574559184555cc5d64c767046189e9af984e34f44cc7d860218d744a4dc597b543ad0020927d8075ff73b6d6ea36b2854a738adbc53c51e2abede2b
 SHA512 
4c06ff54dfa8f3dc4766b60c45337b3cf80b32ec6bcc49d7e5a4786e0533e495f6215b257100fa5aae50f12e01a8b3d7144254d8706019c50ff115915f0fcb41

diff --git a/dev-perl/PAR-Dist/PAR-Dist-0.510.0.ebuild 
b/dev-perl/PAR-Dist/PAR-Dist-0.510.0.ebuild
new file mode 100644
index 000..e2b889e4c4e
--- /dev/null
+++ b/dev-perl/PAR-Dist/PAR-Dist-0.510.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RSCHUPP
+DIST_VERSION=0.51
+inherit perl-module
+
+DESCRIPTION="Create and manipulate PAR distributions"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+
+RDEPEND="
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   || ( dev-perl/YAML-Syck dev-perl/YAML )
+   dev-perl/Archive-Zip
+"
+
+BDEPEND="${RDEPEND}
+"



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

2021-07-24 Thread Andreas K. Hüttel
commit: 929f0d9aee6b02c1590dbec67f77294cf870279c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:51:31 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:51:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929f0d9a

dev-perl/Parse-Yapp: EAPI=8 bump

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

 ...Parse-Yapp-1.210.0.ebuild => Parse-Yapp-1.210.0-r1.ebuild} | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild 
b/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0-r1.ebuild
similarity index 88%
rename from dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild
rename to dev-perl/Parse-Yapp/Parse-Yapp-1.210.0-r1.ebuild
index 78dfbbbfe90..d046e7f7a69 100644
--- a/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild
+++ b/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=WBRASWELL
 DIST_VERSION=1.21
@@ -12,10 +12,13 @@ DESCRIPTION="Compiles yacc-like LALR grammars to generate 
Perl OO parser modules
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
 
-RDEPEND="!

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

2021-07-24 Thread Andreas K. Hüttel
commit: de2753ea28ff060696d365e761d6ce49a36ebcb0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:50:16 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:50:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2753ea

dev-perl/Parse-Syslog: EAPI=8 bump

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

 ...1.100.0-r1.ebuild => Parse-Syslog-1.100.0-r2.ebuild} | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild 
b/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r2.ebuild
similarity index 63%
rename from dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild
rename to dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r2.ebuild
index 7f311719046..b9348544b20 100644
--- a/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r1.ebuild
+++ b/dev-perl/Parse-Syslog/Parse-Syslog-1.100.0-r2.ebuild
@@ -1,20 +1,21 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=DSCHWEI
-MODULE_VERSION=1.10
+DIST_AUTHOR=DSCHWEI
+DIST_VERSION=1.10
 inherit perl-module
 
 DESCRIPTION="Parse::Syslog - Parse Unix syslog files"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 sparc x86"
-IUSE=""
 
-RDEPEND="virtual/perl-Time-Local
-   dev-perl/File-Tail"
-DEPEND="${RDEPEND}"
+RDEPEND="
+   virtual/perl-Time-Local
+   dev-perl/File-Tail
+"
 
-SRC_TEST="do"
+BDEPEND="${RDEPEND}
+"



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

2021-07-24 Thread Andreas K. Hüttel
commit: 6835bd36efa45463bd09140611f8a6b8c814bf70
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:42:02 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:42:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6835bd36

dev-perl/Params-ValidationCompiler: Version bump 0.30

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

 dev-perl/Params-ValidationCompiler/Manifest|  1 +
 .../Params-ValidationCompiler-0.300.0.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Params-ValidationCompiler/Manifest 
b/dev-perl/Params-ValidationCompiler/Manifest
index 228b4b9b4e8..4bdc73cffb0 100644
--- a/dev-perl/Params-ValidationCompiler/Manifest
+++ b/dev-perl/Params-ValidationCompiler/Manifest
@@ -1 +1,2 @@
 DIST Params-ValidationCompiler-0.26.tar.gz 44588 BLAKE2B 
8dc61a15e7a559ead00f6e9a4c05c0eb17f14cebfc29ad69db2c0c4814eab9ee84312cfa98c4683b9b7c6487af5c47afa47cf33600a1209195cb8e7b016dc657
 SHA512 
f393b1cf063ea4e504ddbc863b4f478924b071810431b7817bf6faeb1fe632cbd493bc2e96033dccc99c4ecb5fdba072044f90387c92f262b54cf8f0b0386c0b
+DIST Params-ValidationCompiler-0.30.tar.gz 49796 BLAKE2B 
d6a50a1b8c457a961677586e364f43ab039b8df26c8349befa37e77c565dd4b24b5d88e0c54697c66d8ff69776b6bf69ab810a6f3ab78a9565163c5371bcf80d
 SHA512 
5911f9317f0b72e17c72435420a3b6b9f36780ab70715510c46e847970094e730169b9b3085f29cb23ee0aca2e78f7f9edd0d093859a1062869f35c90172bf05

diff --git 
a/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild
new file mode 100644
index 000..27dbdbea7cf
--- /dev/null
+++ 
b/dev-perl/Params-ValidationCompiler/Params-ValidationCompiler-0.300.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.30
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Build an optimized subroutine parameter validator once, use it 
forever"
+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 ~x86-solaris"
+LICENSE="Artistic-2"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Eval-Closure
+   dev-perl/Exception-Class
+   virtual/perl-Exporter
+   >=virtual/perl-Scalar-List-Utils-1.400.0
+"
+
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-File-Spec
+   >=dev-perl/Specio-0.140.0
+   >=virtual/perl-Test-Simple-1.302.15
+   dev-perl/Test-Without-Module
+   >=dev-perl/Test2-Suite-0.0.72
+   dev-perl/Test2-Plugin-NoWarnings
+   )
+"



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

2021-07-24 Thread Andreas K. Hüttel
commit: d29c5f5ec9f2f6c74d2ac59b9152574af27fe4e4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:52:29 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:52:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d29c5f5e

dev-perl/Passwd-Linux: EAPI=8 bump

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

 .../{Passwd-Linux-1.300.0.ebuild => Passwd-Linux-1.300.0-r1.ebuild}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0.ebuild 
b/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild
similarity index 82%
rename from dev-perl/Passwd-Linux/Passwd-Linux-1.300.0.ebuild
rename to dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild
index de9fd16932a..6503a374cbd 100644
--- a/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0.ebuild
+++ b/dev-perl/Passwd-Linux/Passwd-Linux-1.300.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=EESTABROO
 DIST_VERSION=1.3
@@ -12,4 +12,3 @@ DESCRIPTION="Perl module for manipulating the passwd and 
shadow files"
 LICENSE="Artistic" # ???
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""



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

2021-07-24 Thread Andreas K. Hüttel
commit: 4e40e3389866b083d3b3cbf3f790bcd088d7ef5e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:37:37 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:37:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e40e338

dev-perl/Params-Validate: Version bump 1.30

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

 dev-perl/Params-Validate/Manifest  |  1 +
 .../Params-Validate/Params-Validate-1.300.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Params-Validate/Manifest 
b/dev-perl/Params-Validate/Manifest
index de3b70a83bf..1a42f725752 100644
--- a/dev-perl/Params-Validate/Manifest
+++ b/dev-perl/Params-Validate/Manifest
@@ -1 +1,2 @@
 DIST Params-Validate-1.29.tar.gz 137609 BLAKE2B 
46c62649a7bfc1d2a97f2c038d3ee288163c81b6019e1276ded18ad0560514ed3e0a6377fdfd1103bdc05df28af5d2355ca97c96ea5352d963d03049ced78925
 SHA512 
afa887d1ce60d38b82cbf3ad88fb892f473e0fa45db528b68e66bbb800058af453180cc96afddae56a2cdad8ec531a587e7aac36b6869c489caa6dd36a57a385
+DIST Params-Validate-1.30.tar.gz 207327 BLAKE2B 
d30700b1fdb8de83b3082144a96e2243471fb0bf4c3932853995698e0950252809d974f471c078613413559f138402982f2b4646bbee4e680135d06871e15fbb
 SHA512 
ca6b54a55dc003be6933ad5a9353abf96f2decfc681354fabc974e9666b89b3afe8394cd0a13ec91a5f84c825cbc0b4697a4977bf773feabfefab57006c9f20e

diff --git a/dev-perl/Params-Validate/Params-Validate-1.300.0.ebuild 
b/dev-perl/Params-Validate/Params-Validate-1.300.0.ebuild
new file mode 100644
index 000..f3ced4ff8ae
--- /dev/null
+++ b/dev-perl/Params-Validate/Params-Validate-1.300.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=1.30
+DIST_EXAMPLES=( "benchmarks/*" )
+inherit perl-module
+
+DESCRIPTION="Flexible system for validation of method/function call parameters"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Exporter
+   dev-perl/Module-Implementation
+   >=virtual/perl-Scalar-List-Utils-1.110.0
+   virtual/perl-XSLoader
+"
+
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-0.422.700
+   >=virtual/perl-JSON-PP-2.273.0
+   test? (
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Test-Requires
+   )
+"



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

2021-07-24 Thread Andreas K. Hüttel
commit: ae9874d01393c8e865f3373a03722f766b63e29e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:55:50 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:55:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9874d0

dev-perl/PatchReader: EAPI=8 bump

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

 ...der-0.9.6-r1.ebuild => PatchReader-0.9.6-r2.ebuild} | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild 
b/dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild
similarity index 60%
rename from dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild
rename to dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild
index 55b6fe2c1e7..a72d21f0340 100644
--- a/dev-perl/PatchReader/PatchReader-0.9.6-r1.ebuild
+++ b/dev-perl/PatchReader/PatchReader-0.9.6-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=TMANNERM
-MODULE_VERSION=0.9.6
+DIST_AUTHOR=TMANNERM
+DIST_VERSION=0.9.6
 inherit perl-module
 
 DESCRIPTION="Module for reading diff-compatible patch files"
@@ -12,9 +12,9 @@ DESCRIPTION="Module for reading diff-compatible patch files"
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
 
-RDEPEND="virtual/perl-File-Temp"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
+RDEPEND="
+   virtual/perl-File-Temp
+"
+BDEPEND="${RDEPEND}
+"



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

2021-07-24 Thread Andreas K. Hüttel
commit: 3401303a5395c2a063391012ac53179bebd9120f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:57:17 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:57:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3401303a

dev-perl/Path-Class: EAPI=8 bump

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

 ...th-Class-0.370.0.ebuild => Path-Class-0.370.0-r1.ebuild} | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild 
b/dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
similarity index 85%
rename from dev-perl/Path-Class/Path-Class-0.370.0.ebuild
rename to dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
index 43264640fe5..45e0cae0f11 100644
--- a/dev-perl/Path-Class/Path-Class-0.370.0.ebuild
+++ b/dev-perl/Path-Class/Path-Class-0.370.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=KWILLIAMS
 DIST_VERSION=0.37
@@ -11,8 +11,6 @@ DESCRIPTION="Cross-platform path specification manipulation"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-Carp
@@ -25,7 +23,8 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
virtual/perl-parent
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.360.100
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
@@ -33,7 +32,5 @@ DEPEND="${RDEPEND}
virtual/perl-Test-Simple
)
 "
-src_test() {
-   perl_rm_files "t/author-critic.t"
-   perl-module_src_test
-}
+
+PERL_RM_FILES=( "t/author-critic.t" )



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

2021-07-24 Thread Andreas K. Hüttel
commit: 1fb8d54601863fd7b28bb3cc891c14d77c9e106b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:59:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:59:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb8d546

dev-perl/Path-IsDev: EAPI=8 bump

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

 .../{Path-IsDev-1.1.3.ebuild => Path-IsDev-1.1.3-r1.ebuild}| 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild 
b/dev-perl/Path-IsDev/Path-IsDev-1.1.3-r1.ebuild
similarity index 87%
rename from dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
rename to dev-perl/Path-IsDev/Path-IsDev-1.1.3-r1.ebuild
index 2fc503fe66d..6bd6dbabef0 100644
--- a/dev-perl/Path-IsDev/Path-IsDev-1.1.3.ebuild
+++ b/dev-perl/Path-IsDev/Path-IsDev-1.1.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=KENTNL
 DIST_VERSION=1.001003
@@ -10,8 +10,7 @@ inherit perl-module
 DESCRIPTION="Determine if a given Path resembles a development source tree"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
 
 RDEPEND="
virtual/perl-Carp
@@ -23,7 +22,8 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
dev-perl/Sub-Exporter
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
!minimal? ( >=virtual/perl-ExtUtils-MakeMaker-7.0.0 )
test? (



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

2021-07-24 Thread Andreas K. Hüttel
commit: a81cccb194fe3043456997692f027f2739a5df1e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 21:54:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 21:54:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81cccb1

dev-perl/Passwd-Unix: EAPI=8 bump

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

 ...{Passwd-Unix-0.710.0.ebuild => Passwd-Unix-0.710.0-r1.ebuild} | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild 
b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
similarity index 88%
rename from dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
rename to dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
index 904b568a5a9..26eb87bd2e9 100644
--- a/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0.ebuild
+++ b/dev-perl/Passwd-Unix/Passwd-Unix-0.710.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=STRZELEC
 DIST_VERSION=0.71
@@ -10,7 +10,6 @@ inherit perl-module
 DESCRIPTION="access to standard unix passwd files"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
virtual/perl-Carp
@@ -21,9 +20,11 @@ RDEPEND="
>=virtual/perl-IO-Compress-2.15.0
dev-perl/Struct-Compare
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "
+
 src_prepare() {
mkdir t/
mv test.pl t/test.t



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

2021-07-24 Thread Sam James
commit: bca63542fea06be00daf701b5e291e929418c3c6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 22:17:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 22:17:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca63542

sys-process/parallel: Stabilize 20210622 x86, #803596

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

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

diff --git a/sys-process/parallel/parallel-20210622.ebuild 
b/sys-process/parallel/parallel-20210622.ebuild
index 8f1eb5f6da5..6213befc156 100644
--- a/sys-process/parallel/parallel-20210622.ebuild
+++ b/sys-process/parallel/parallel-20210622.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.bz2.sig 
)"
 
 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: dev-python/wxpython/

2021-07-24 Thread Sam James
commit: e1b723b310c0145ca434360e6648369fd1e7c112
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 22:17:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 22:17:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b723b3

dev-python/wxpython: Stabilize 4.0.7-r1 x86, #803668

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

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

diff --git a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild 
b/dev-python/wxpython/wxpython-4.0.7-r1.ebuild
index a0ca6036859..b9966fe630f 100644
--- a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild
+++ b/dev-python/wxpython/wxpython-4.0.7-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz"
 
 LICENSE="wxWinLL-3"
 SLOT="4.0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test webkit"
 # Tests broken: #726812, #722716
 RESTRICT="test"



[gentoo-commits] repo/proj/guru:dev commit in: x11-drivers/OpenTabletDriver-bin/

2021-07-24 Thread Ethan Nijmeh
commit: c9b8491848e9a47ca9e0d49c555d5b70323fe211
Author: Ethan Nijmeh  gmail  com>
AuthorDate: Sat Jul 24 22:34:34 2021 +
Commit: Ethan Nijmeh  gmail  com>
CommitDate: Sat Jul 24 22:34:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9b84918

x11-drivers/OpenTabletDriver-bin: Updated to 0.5.3.3

Removed 0.5.3.1 and 0.5.3.2

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Ethan Nijmeh  gmail.com>

 x11-drivers/OpenTabletDriver-bin/Manifest  |  6 +-
 .../OpenTabletDriver-bin-0.5.3.1.ebuild| 78 --
 ebuild => OpenTabletDriver-bin-0.5.3.3.ebuild} | 10 +--
 3 files changed, 3 insertions(+), 91 deletions(-)

diff --git a/x11-drivers/OpenTabletDriver-bin/Manifest 
b/x11-drivers/OpenTabletDriver-bin/Manifest
index 29761c132..1034da569 100644
--- a/x11-drivers/OpenTabletDriver-bin/Manifest
+++ b/x11-drivers/OpenTabletDriver-bin/Manifest
@@ -1,4 +1,2 @@
-DIST OpenTabletDriver-0.5.3.1.tar.gz 4040912 BLAKE2B 
0d0a05cfc5ed0339e65e43acddf701f26b12021f82c9d69db494887b71032a64be0f740f03ba518dda09c9cff79fc97d8b1599fbef5aba694fd5ad1f184d3020
 SHA512 
88e84cd3ea1722e4e7a252bb371455e3eb61f8ddf30cfd83d24149b92c33cf18112cbbabb0b7b7d443060b7742ac1910bd046b5489d685c5f60156c214f56f19
-DIST OpenTabletDriver-0.5.3.2.tar.gz 4051840 BLAKE2B 
c50ef62fc8232a09123430f180b6a6d92b16faf42edf08fecb05f4a5a5096e67dfd8f86c10976938333818194dca77ec4af0a42d5d0752c981378a80b8152c6f
 SHA512 
92b90526651b8201ef5c6e0063bb204889abb64929b606577e4d6be7896a14954fd5c4a7cc39197640152c38009f5af45919d5cf1fff5acdb7bed603204daac4
-DIST OpenTabletDriver-source-0.5.3.1.tar.gz 174676 BLAKE2B 
a599aa070a8153ff9a63d0f4c717ac6bd62a03c0ca962612ad804908b686bbe80114c1b79a49fd43200963084ea6f68c5dbc349248509c4705792982c2e48f66
 SHA512 
55415e50559c6203f808c411a6111771d4639f3e1db67388da2f01068312afd744bd98a8c9fbf4d59f8ad94e1c71887dedcb032c354ec9d1f192fd091cd71426
-DIST OpenTabletDriver-source-0.5.3.2.tar.gz 174690 BLAKE2B 
8ea7d235a4aaf4f605b152ec3971a44b556dd46981022ca5525f1a89307f4b444875fbe55377b37be99197e8c63eab4264c0343c3cecd893b2fefadd05a2110e
 SHA512 
318ff65ed271ad7c2a1675b2079bca7ef4f6543025c155bcc1132b4ee8f26e7c85c1cdd363a1e7a4edba78ee234ed51b5d1841331a2bdeff05f3dd43e40af6e3
+DIST OpenTabletDriver-source-0.5.3.3.tar.gz 175040 BLAKE2B 
117a32683dfbcec54c8a8d2e75350e4fc81f0e7592ad55468079d1bd85fb670acc60404befcad3704138ad59927d7237a5c2dac592c0a8f9a0eff1a44cd2c36c
 SHA512 
f2ba081463b4a3e02564430c925db077693d681f72bbc6fd104ece395e21a9db6383cd4b5e69fcb5774c6c3c24f67464f72e670cc3bdf1fe21edec2bdf5c42fc
+DIST OpenTabletDriver-v0.5.3.3.tar.gz 4052905 BLAKE2B 
36c60dc87368dbe9595182ad2439447692cec8444bc005cc320d22c3f1b13e501e57ad038decd86d4c1129a44ba27cf1c3ebd4ca4bd666732a1dac755095c787
 SHA512 
83415abea4b67ed4af499c1edf91f2b81959a3888c9d64e4854086ade50da883c690b784fd5641307d0ac1d75ee8120090a834c3e910eb57bed92a20b4cc10b3

diff --git 
a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild 
b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild
deleted file mode 100644
index 335787ea9..0
--- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop
-
-MY_PN=OpenTabletDriver
-
-DESCRIPTION="Cross platform tablet driver (binary package)"
-HOMEPAGE="https://github.com/OpenTabletDriver";
-SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz
 -> OpenTabletDriver-source-${PV}.tar.gz 
https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz
 -> OpenTabletDriver-${PV}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   x11-libs/libX11
-   x11-libs/libXrandr
-   dev-libs/libevdev
-   x11-libs/gtk+:3
-   virtual/udev
-   || ( dev-dotnet/dotnet-sdk-bin dev-dotnet/dotnet-runtime-bin )
-"
-
-QA_PREBUILT="*"
-
-S="${WORKDIR}/${MY_PN}"
-src_install() {
-   local LP=opentabletdriver
-   local SP="otd"
-
-   cd "${S}" || die
-
-   # install -do root "${D}/usr/share/${PN}"
-
-   exeinto "/usr/share/${MY_PN}"
-   exeopts -o root -Dm755
-
-   for binary in *.dll *.json; do
-   # install -Dm 755 -o root "$binary" -t "${D}/usr/share/${PN}"
-   doexe "$binary"
-   #fowners root "$binary"
-   done
-
-   for bin in *.Daemon *.UX.Gtk *.Console; do
-   # install -Dm 755 -o root "$bin" -t "${D}/usr/share/${PN}"
-   doexe "$bin"
-   done
-
-   insinto "/usr/share/${MY_PN}"
-   doins -r "Configurations"
-
-   insinto "/lib/udev/rules.d"
-   doins -r "${S}/99-${LP}.rules"
-   #install -Dm 644 -o root "${S}/99-${LP}.rules" -t 
"${D}/usr/lib/udev/rules.d"
-   udevadm control --reload || die
-
-   cd "${FILESDIR}"

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

2021-07-24 Thread Sergei Trofimovich
commit: e03b5b8d5f1a5023dff4c341bb40578690471acb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 24 22:53:06 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 24 22:53:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03b5b8d

dev-libs/libffi: restore ~arch keywords for 3.4.2

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

 dev-libs/libffi/libffi-3.4.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-libs/libffi/libffi-3.4.2.ebuild 
b/dev-libs/libffi/libffi-3.4.2.ebuild
index 55fcfb49624..ea7ec8362d0 100644
--- a/dev-libs/libffi/libffi-3.4.2.ebuild
+++ b/dev-libs/libffi/libffi-3.4.2.ebuild
@@ -13,8 +13,7 @@ 
SRC_URI="https://github.com/libffi/libffi/releases/download/v${MY_PV}/${MY_P}.ta
 
 LICENSE="MIT"
 SLOT="0/8" # SONAME=libffi.so.8
-#unkeyworded for initial testing
-#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"
 IUSE="debug exec-static-trampoline pax-kernel pax_kernel static-libs test"
 
 RESTRICT="!test? ( test )"



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

2021-07-24 Thread Andreas K. Hüttel
commit: bc6c14868f48772fbc1247e40aaca3539ef47d16
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 22:52:25 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 22:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6c1486

sys-libs/binutils-libs: Bump 2.36.1 patchset to 4

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

 sys-libs/binutils-libs/Manifest|   1 +
 .../binutils-libs/binutils-libs-2.36.1-r2.ebuild   | 134 +
 2 files changed, 135 insertions(+)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index feb459cd732..2506c888442 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -3,6 +3,7 @@ DIST binutils-2.34.tar.xz 21637796 BLAKE2B 
07dd23916a7d27f71c3f160c8c16abe2bd4fc
 DIST binutils-2.35.2-patches-1.tar.xz 11836 BLAKE2B 
0141349c9618992d1ab1e0309f7ed8fbc43b60a58be1dfed05eae8a8fee857241d9e112ae673da6fc9778767675f536ece818cb85567367bb1c8f87a0693623f
 SHA512 
35de5f227c745c5fb800784fe657b2a6216faf43e2498e8481e7b0dc79b0d2f86b3b6a10b896e060319a77a51c61d2e1b7a951ae962b3a6ef8c1a2a261d9bb6c
 DIST binutils-2.35.2.tar.xz 22056908 BLAKE2B 
9c392e0db2b482442f9476f30bd80cf2796321cbf7be79cf21af7bef167b6074c4ae009dcf9b438d2f2f4a23381c935176b2cfa85de1a526ab46e0fd844a7ca5
 SHA512 
9974ede5978d32e0d68fef23da48fa00bd06b0bff7ec45b00ca075c126d6bbe0cf2defc03ecc3f17bc6cc85b64271a13009c4049d7ba17de26e84e3a6e2c0348
 DIST binutils-2.36.1-patches-3.tar.xz 32720 BLAKE2B 
2a5a60168ec5ff612e7e58530092f306460cdb4a963320978dffcc22d73684486a14a5981f6eab2f7fc270def22cdc9954de455d680b2de4befc1ad4916347ba
 SHA512 
e429cc82451675f14715d4e7640fe7b995495c8759a8e919c4291f8ca8358a663012f05c1ec6e60b1261114848379fefc9df723929770462dd676fa04fc7aa54
+DIST binutils-2.36.1-patches-4.tar.xz 43508 BLAKE2B 
116cefcbf4641f1ab649bb0345b80a23c29d1d3340d16f87068a1cffb911e4633f3e6da235534cd79c601cb4168bc78f9b7115185a49cdec78b6e7de7856b344
 SHA512 
3de95f1bb3787eeb7e942e2a9cf4a2bf967c5758158c3daf76b81a62ccefe5569b0a300cdc02e2e702c61a0cfc63d4209a7d306179cdddc3bc544d21b744eb82
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
 DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7

diff --git a/sys-libs/binutils-libs/binutils-libs-2.36.1-r2.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.36.1-r2.ebuild
new file mode 100644
index 000..647509e1288
--- /dev/null
+++ b/sys-libs/binutils-libs/binutils-libs-2.36.1-r2.ebuild
@@ -0,0 +1,134 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PATCH_VER=4
+PATCH_DEV=dilfridge
+
+inherit libtool toolchain-funcs multilib-minimal
+
+MY_PN="binutils"
+MY_P="${MY_PN}-${PV}"
+PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+PATCH_DEV=${PATCH_DEV:-slyfox}
+
+DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for 
external packages"
+HOMEPAGE="https://sourceware.org/binutils/";
+SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz";
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+SLOT="0/${PV}"
+IUSE="64-bit-bfd cet multitarget nls static-libs"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+BDEPEND="nls? ( sys-devel/gettext )"
+DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+# Need a newer binutils-config that'll reset include/lib symlinks for us.
+RDEPEND="${DEPEND}
+   >=sys-devel/binutils-config-5
+"
+
+S="${WORKDIR}/${MY_P}"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/bfd.h
+)
+
+src_prepare() {
+   if [[ ! -z ${PATCH_VER} ]] ; then
+   einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset 
${PATCH_VER}"
+   eapply "${WORKDIR}/patch"/*.patch
+   fi
+
+   # Fix cross-compile relinking issue, bug #626402
+   elibtoolize
+
+   default
+}
+
+pkgversion() {
+   printf "Gentoo ${PVR}"
+   [[ -n ${PATCHVER

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

2021-07-24 Thread Andreas K. Hüttel
commit: 3d2676fe8169c7ca26e4bf7c608ed5ca21767c2c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 22:49:33 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 22:53:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2676fe

sys-devel/binutils: Bump 2.36.1 patchset to 4

Includes libctf soname fixes

Bug: https://bugs.gentoo.org/803017
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils/Manifest  |   1 +
 sys-devel/binutils/binutils-2.36.1-r2.ebuild | 448 +++
 2 files changed, 449 insertions(+)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index faaff7affed..311ff2d87b4 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -7,6 +7,7 @@ DIST binutils-2.34.tar.xz 21637796 BLAKE2B 
07dd23916a7d27f71c3f160c8c16abe2bd4fc
 DIST binutils-2.35.2-patches-1.tar.xz 11836 BLAKE2B 
0141349c9618992d1ab1e0309f7ed8fbc43b60a58be1dfed05eae8a8fee857241d9e112ae673da6fc9778767675f536ece818cb85567367bb1c8f87a0693623f
 SHA512 
35de5f227c745c5fb800784fe657b2a6216faf43e2498e8481e7b0dc79b0d2f86b3b6a10b896e060319a77a51c61d2e1b7a951ae962b3a6ef8c1a2a261d9bb6c
 DIST binutils-2.35.2.tar.xz 22056908 BLAKE2B 
9c392e0db2b482442f9476f30bd80cf2796321cbf7be79cf21af7bef167b6074c4ae009dcf9b438d2f2f4a23381c935176b2cfa85de1a526ab46e0fd844a7ca5
 SHA512 
9974ede5978d32e0d68fef23da48fa00bd06b0bff7ec45b00ca075c126d6bbe0cf2defc03ecc3f17bc6cc85b64271a13009c4049d7ba17de26e84e3a6e2c0348
 DIST binutils-2.36.1-patches-3.tar.xz 32720 BLAKE2B 
2a5a60168ec5ff612e7e58530092f306460cdb4a963320978dffcc22d73684486a14a5981f6eab2f7fc270def22cdc9954de455d680b2de4befc1ad4916347ba
 SHA512 
e429cc82451675f14715d4e7640fe7b995495c8759a8e919c4291f8ca8358a663012f05c1ec6e60b1261114848379fefc9df723929770462dd676fa04fc7aa54
+DIST binutils-2.36.1-patches-4.tar.xz 43508 BLAKE2B 
116cefcbf4641f1ab649bb0345b80a23c29d1d3340d16f87068a1cffb911e4633f3e6da235534cd79c601cb4168bc78f9b7115185a49cdec78b6e7de7856b344
 SHA512 
3de95f1bb3787eeb7e942e2a9cf4a2bf967c5758158c3daf76b81a62ccefe5569b0a300cdc02e2e702c61a0cfc63d4209a7d306179cdddc3bc544d21b744eb82
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
 DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7

diff --git a/sys-devel/binutils/binutils-2.36.1-r2.ebuild 
b/sys-devel/binutils/binutils-2.36.1-r2.ebuild
new file mode 100644
index 000..10a61fda078
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.36.1-r2.ebuild
@@ -0,0 +1,448 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs
+
+DESCRIPTION="Tools necessary to build programs"
+HOMEPAGE="https://sourceware.org/binutils/";
+LICENSE="GPL-3+"
+IUSE="cet default-gold doc +gold multitarget +nls +plugins static-libs test 
vanilla"
+REQUIRED_USE="default-gold? ( gold )"
+
+# Variables that can be set here  (ignored for live ebuilds)
+# PATCH_VER  - the patchset version
+#  Default: empty, no patching
+# PATCH_BINUTILS_VER - the binutils version in the patchset name
+#- Default: PV
+# PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
+#  for the patchsets
+
+PATCH_VER=4
+PATCH_DEV=dilfridge
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   SLOT=${PV}
+else
+   PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+   PATCH_DEV=${PATCH_DEV:-slyfox}
+   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
+   [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz";
+   SLOT=$(ver_cut 1-2)
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+fi
+
+#
+# The cross-compile logic
+#
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+

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

2021-07-24 Thread Andreas K. Hüttel
commit: 30845f7ac222de85e8cc17f6122d07a5bb8da1d1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jul 24 22:51:30 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jul 24 22:53:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30845f7a

sys-devel/binutils-hppa64: Bump 2.36.1 patchset to 4

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

 sys-devel/binutils-hppa64/Manifest |   1 +
 .../binutils-hppa64-2.36.1-r2.ebuild   | 439 +
 2 files changed, 440 insertions(+)

diff --git a/sys-devel/binutils-hppa64/Manifest 
b/sys-devel/binutils-hppa64/Manifest
index 1543bc0e0d4..f802743c4cd 100644
--- a/sys-devel/binutils-hppa64/Manifest
+++ b/sys-devel/binutils-hppa64/Manifest
@@ -1,6 +1,7 @@
 DIST binutils-2.35.2-patches-1.tar.xz 11836 BLAKE2B 
0141349c9618992d1ab1e0309f7ed8fbc43b60a58be1dfed05eae8a8fee857241d9e112ae673da6fc9778767675f536ece818cb85567367bb1c8f87a0693623f
 SHA512 
35de5f227c745c5fb800784fe657b2a6216faf43e2498e8481e7b0dc79b0d2f86b3b6a10b896e060319a77a51c61d2e1b7a951ae962b3a6ef8c1a2a261d9bb6c
 DIST binutils-2.35.2.tar.xz 22056908 BLAKE2B 
9c392e0db2b482442f9476f30bd80cf2796321cbf7be79cf21af7bef167b6074c4ae009dcf9b438d2f2f4a23381c935176b2cfa85de1a526ab46e0fd844a7ca5
 SHA512 
9974ede5978d32e0d68fef23da48fa00bd06b0bff7ec45b00ca075c126d6bbe0cf2defc03ecc3f17bc6cc85b64271a13009c4049d7ba17de26e84e3a6e2c0348
 DIST binutils-2.36.1-patches-3.tar.xz 32720 BLAKE2B 
2a5a60168ec5ff612e7e58530092f306460cdb4a963320978dffcc22d73684486a14a5981f6eab2f7fc270def22cdc9954de455d680b2de4befc1ad4916347ba
 SHA512 
e429cc82451675f14715d4e7640fe7b995495c8759a8e919c4291f8ca8358a663012f05c1ec6e60b1261114848379fefc9df723929770462dd676fa04fc7aa54
+DIST binutils-2.36.1-patches-4.tar.xz 43508 BLAKE2B 
116cefcbf4641f1ab649bb0345b80a23c29d1d3340d16f87068a1cffb911e4633f3e6da235534cd79c601cb4168bc78f9b7115185a49cdec78b6e7de7856b344
 SHA512 
3de95f1bb3787eeb7e942e2a9cf4a2bf967c5758158c3daf76b81a62ccefe5569b0a300cdc02e2e702c61a0cfc63d4209a7d306179cdddc3bc544d21b744eb82
 DIST binutils-2.36.1.tar.xz 22772248 BLAKE2B 
03fbfbedd6dba2beaa836b1ed254eddd7a54a163d3061fd93edd2b9591cae24ba049b26658c524b5ccecc2f22d431dfa168218d2531aa356945c994fbbe896fa
 SHA512 
cc24590bcead10b90763386b6f96bb027d7594c659c2d95174a6352e8b98465a50ec3e4088d0da038428abe059bbc4ae5f37b269f31a40fc048072c8a234f4e9
 DIST binutils-2.37-patches-2.tar.xz 79304 BLAKE2B 
bdcbe29efba3582f2d1be9057a39aedb655cbc225abe8ea656c1bcf090a53930c74197505c8de2dcfd9a105f1b1cc8fa84a0d532547221d2df34a77b06e7fa15
 SHA512 
5cea876cfbdcd1409f5ef8ee138a8c29ad5b3d38b5d72ce312f2eb94fb8b2165e9a10018c46bdc36bc59ade2e2764e5da4ac653d15690bfc0bc9784202cc0164
 DIST binutils-2.37.tar.xz 22916924 BLAKE2B 
f5a374fdf0300f7734d1e462333296b16c9d5ed6eba167e1742a4da7082f4388c929e286bf76c3933b3e434937380340732a31790723654b491ea0c8ab5b9ba5
 SHA512 
5c11aeef6935860a6819ed3a3c93371f052e52b4bdc5033da36037c1544d013b7f12cb8d561ec954fe7469a68f1b66f1a3cd53d5a3af7293635a90d69edd15e7

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild
new file mode 100644
index 000..50bbff890e1
--- /dev/null
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.36.1-r2.ebuild
@@ -0,0 +1,439 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CTARGET=hppa64-${CHOST#*-}
+
+inherit eutils libtool flag-o-matic gnuconfig multilib toolchain-funcs
+
+DESCRIPTION="Tools necessary to build programs"
+HOMEPAGE="https://sourceware.org/binutils/";
+LICENSE="GPL-3+"
+IUSE="cet default-gold doc +gold multitarget +nls +plugins static-libs test"
+REQUIRED_USE="default-gold? ( gold )"
+
+# Variables that can be set here:
+# PATCH_VER  - the patchset version
+#  Default: empty, no patching
+# PATCH_BINUTILS_VER - the binutils version in the patchset name
+#- Default: PV
+# PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
+#  for the patchsets
+
+PATCH_VER=4
+PATCH_DEV=dilfridge
+
+case ${PV} in
+   )
+   EGIT_REPO_URI="https://sourceware.org/git/binutils-gdb.git";
+   inherit git-r3
+   S=${WORKDIR}/binutils
+   EGIT_CHECKOUT_DIR=${S}
+   SLOT=${PV}
+   ;;
+   *)
+   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
+   SLOT=$(ver_cut 1-2)
+   #KEYWORDS="-* ~hppa"
+   ;;
+esac
+
+#
+# The Gentoo patchset
+#
+PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+PATCH_DEV=${PATCH_DEV:-slyfox}
+
+[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz";
+
+#
+# The cross-compile logic
+#
+export CTARGET=${CTARGET:

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

2021-07-24 Thread Conrad Kostecki
commit: 7ec5fa74e8f7de7cccadf69d3a008b5052a179c5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 24 22:58:55 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 24 22:59:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec5fa74

acct-user/ftp: drop old version

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

 acct-user/ftp/ftp-0-r2.ebuild | 14 --
 1 file changed, 14 deletions(-)

diff --git a/acct-user/ftp/ftp-0-r2.ebuild b/acct-user/ftp/ftp-0-r2.ebuild
deleted file mode 100644
index b514d0c8149..000
--- a/acct-user/ftp/ftp-0-r2.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit acct-user
-
-DESCRIPTION="File Transfer Protocol (FTP) server user"
-
-ACCT_USER_GROUPS=( "ftp" )
-ACCT_USER_HOME="/var/lib/ftp"
-ACCT_USER_ID="21"
-
-acct-user_add_deps



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

2021-07-24 Thread Conrad Kostecki
commit: 0a4f660fa6870a2260d40282f4e2b0a78f822459
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 24 22:57:36 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 24 22:59:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f660f

acct-user/ftp: update home owner

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

 acct-user/ftp/ftp-0-r3.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/acct-user/ftp/ftp-0-r3.ebuild b/acct-user/ftp/ftp-0-r3.ebuild
new file mode 100644
index 000..d82683fffe9
--- /dev/null
+++ b/acct-user/ftp/ftp-0-r3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="File Transfer Protocol (FTP) server user"
+
+ACCT_USER_GROUPS=( "ftp" )
+ACCT_USER_HOME="/var/lib/ftp"
+ACCT_USER_HOME_OWNER="root:ftp"
+ACCT_USER_ID="21"
+
+acct-user_add_deps



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

2021-07-24 Thread Marek Szuba
commit: 2ad21b7d79b179bcf914ceede9f4ef7bf362ef0b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 11:18:59 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad21b7d

net-wireless/wpa_supplicant: keyword 2.9-r5 for ~riscv

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

 net-wireless/wpa_supplicant/wpa_supplicant-2.9-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r5.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r5.ebuild
index 57801c056f9..62785e101ba 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r5.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.9-r5.ebuild
@@ -13,7 +13,7 @@ if [ "${PV}" = "" ]; then
inherit git-r3
EGIT_REPO_URI="https://w1.fi/hostap.git";
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86"
SRC_URI="https://w1.fi/releases/${P}.tar.gz";
SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-2.9-r3-patches.tar.bz2";
 fi



[gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc/

2021-07-24 Thread Marek Szuba
commit: dc641a33e6da8b99543e600f54081b26b1fab253
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:05:31 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc641a33

net-vpn/vpnc: keyword 0.5.3_p550-r2 for ~riscv

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

 net-vpn/vpnc/vpnc-0.5.3_p550-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/vpnc/vpnc-0.5.3_p550-r2.ebuild 
b/net-vpn/vpnc/vpnc-0.5.3_p550-r2.ebuild
index 529bf1d4e35..fbe052a03af 100644
--- a/net-vpn/vpnc/vpnc-0.5.3_p550-r2.ebuild
+++ b/net-vpn/vpnc/vpnc-0.5.3_p550-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/streambinder/vpnc/archive/fa0689c.tar.gz -> ${PF}.ta
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 IUSE="resolvconf +gnutls selinux"
 RESTRICT="!gnutls? ( bindist )"
 



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

2021-07-24 Thread Marek Szuba
commit: b3ef8e2dff8332bf07b4419aeba651a85e5268fe
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:01:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ef8e2d

dev-libs/pcl: keyword 1.12-r1 for ~riscv

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

 dev-libs/pcl/pcl-1.12-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/pcl/pcl-1.12-r1.ebuild b/dev-libs/pcl/pcl-1.12-r1.ebuild
index e0413db80e0..d7a1fc93cc6 100644
--- a/dev-libs/pcl/pcl-1.12-r1.ebuild
+++ b/dev-libs/pcl/pcl-1.12-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
@@ -9,7 +9,7 @@ SRC_URI="http://xmailserver.org/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0/1"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 
 src_configure() {
econf --disable-static



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

2021-07-24 Thread Marek Szuba
commit: 385cafa456b0d0744767adcafd37ab99030f90ff
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 11:18:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385cafa4

net-wireless/crda: keyword 4.14 for ~riscv

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

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

diff --git a/net-wireless/crda/crda-4.14.ebuild 
b/net-wireless/crda/crda-4.14.ebuild
index 285b85c237f..e67a2c2d0c3 100644
--- a/net-wireless/crda/crda-4.14.ebuild
+++ b/net-wireless/crda/crda-4.14.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git/snapsho
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="gcrypt"
 
 RDEPEND="!gcrypt? (



[gentoo-commits] repo/gentoo:master commit in: app-crypt/trousers/

2021-07-24 Thread Marek Szuba
commit: 407523ed7c0bade331200b318bedb6de9d517e92
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:11:59 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407523ed

app-crypt/trousers: keyword 0.3.15 for ~riscv

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

 app-crypt/trousers/trousers-0.3.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/trousers/trousers-0.3.15.ebuild 
b/app-crypt/trousers/trousers-0.3.15.ebuild
index 103c18d5498..b3c97e1ae90 100644
--- a/app-crypt/trousers/trousers-0.3.15.ebuild
+++ b/app-crypt/trousers/trousers-0.3.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz"
 
 LICENSE="CPL-1.0 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE="doc selinux" # gtk
 
 # gtk support presently does NOT compile.



[gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/

2021-07-24 Thread Marek Szuba
commit: 0fbfb75036ff8fcdb5ee070818f16d357ab4d963
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:11:22 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbfb750

net-dialup/xl2tpd: keyword 1.3.16 for ~riscv

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

 net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild 
b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
index 672c9d92508..a1825dcc1a5 100644
--- a/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
+++ b/net-dialup/xl2tpd/xl2tpd-1.3.16.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ppc64 ~riscv x86"
 IUSE="+kernel"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dialup/pptpclient/

2021-07-24 Thread Marek Szuba
commit: e2954095d4c7f2dedd4128ea9b9320885fe3a392
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:15:36 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2954095

net-dialup/pptpclient: keyword 1.10.0 for ~riscv

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

 net-dialup/pptpclient/pptpclient-1.10.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/pptpclient/pptpclient-1.10.0.ebuild 
b/net-dialup/pptpclient/pptpclient-1.10.0.ebuild
index 9c55981bbdb..ff68c8d36b3 100644
--- a/net-dialup/pptpclient/pptpclient-1.10.0.ebuild
+++ b/net-dialup/pptpclient/pptpclient-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 ~riscv x86"
 IUSE="tk"
 
 DEPEND="net-dialup/ppp



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

2021-07-24 Thread Marek Szuba
commit: 9bd9caf89a910111e8a74c0b59a6fa304a5e79fb
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:07:46 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd9caf8

sys-libs/uid_wrapper: keyword 1.2.8 for ~riscv

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

 sys-libs/uid_wrapper/uid_wrapper-1.2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.8.ebuild 
b/sys-libs/uid_wrapper/uid_wrapper-1.2.8.ebuild
index 00c61d6d09c..efd18e300af 100644
--- a/sys-libs/uid_wrapper/uid_wrapper-1.2.8.ebuild
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.8.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
@@ -13,4 +13,4 @@ SRC_URI="https://www.samba.org/ftp/pub/cwrap/${P}.tar.gz
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openvpn/

2021-07-24 Thread Marek Szuba
commit: 8ad320e0ad5d4bac7c0cfcea00b30344f25e03da
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:09:49 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad320e0

net-vpn/openvpn: keyword 2.5.2 for ~riscv

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

 net-vpn/openvpn/openvpn-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/openvpn/openvpn-2.5.2.ebuild 
b/net-vpn/openvpn/openvpn-2.5.2.ebuild
index 757421b6009..97c64cdc1ea 100644
--- a/net-vpn/openvpn/openvpn-2.5.2.ebuild
+++ b/net-vpn/openvpn/openvpn-2.5.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://build.openvpn.net/downloads/releases/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/

2021-07-24 Thread Marek Szuba
commit: 3f0b36409ff20f0401367f96e8e1271c96260e60
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:15:53 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0b3640

app-crypt/tpm2-tss: keyword 3.1.0 for ~riscv

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

 app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild
index fa80dfb1ebc..6a784390d5d 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-3.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="doc +fapi  +openssl mbedtls static-libs test"
 
 RESTRICT="!test? ( test )"



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

2021-07-24 Thread Marek Szuba
commit: 97003978be81ec19a260d0608ca9c89772bfd543
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:59:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97003978

dev-libs/geoip: keyword 1.6.12 for ~riscv

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

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

diff --git a/dev-libs/geoip/geoip-1.6.12.ebuild 
b/dev-libs/geoip/geoip-1.6.12.ebuild
index 427939a236f..ba375f0038c 100644
--- a/dev-libs/geoip/geoip-1.6.12.ebuild
+++ b/dev-libs/geoip/geoip-1.6.12.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-api-c-${PV}"
 # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
 LICENSE="LGPL-2.1 GPL-2 MaxMind2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2021-07-24 Thread Marek Szuba
commit: e17f0d7793681acfbb293078aab27305be7e001f
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:02:35 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17f0d77

net-libs/http-parser: keyword 2.9.4-r1 for ~riscv

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

 net-libs/http-parser/http-parser-2.9.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/http-parser/http-parser-2.9.4-r1.ebuild 
b/net-libs/http-parser/http-parser-2.9.4-r1.ebuild
index 34d63a7745e..8ceeb33fae6 100644
--- a/net-libs/http-parser/http-parser-2.9.4-r1.ebuild
+++ b/net-libs/http-parser/http-parser-2.9.4-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
@@ -12,7 +12,7 @@ LICENSE="MIT"
 # 2.9.4 restored ABI compatibility with 2.9.0 but since we failed
 # to set subslot in 2.9.3, we want to provoke another rebuild
 SLOT="0/2.9.4"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x64-macos ~x64-solaris"
 
 PATCHES=(
"${FILESDIR}"/${P}-non-x86-test.patch



[gentoo-commits] repo/gentoo:master commit in: app-forensics/zzuf/

2021-07-24 Thread Marek Szuba
commit: c26f2a2ef5de53b65d8567cce755828d3cbbca7b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:25:41 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26f2a2e

app-forensics/zzuf: update EAPI 7 -> 8, add multilib support

Also drop USE=static-libs, installing static versions of libraries
whose primary purpose is to be preloaded is rather pointless.

Closes: https://bugs.gentoo.org/546796
Signed-off-by: Marek Szuba  gentoo.org>

 app-forensics/zzuf/zzuf-0.15-r2.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/app-forensics/zzuf/zzuf-0.15-r2.ebuild 
b/app-forensics/zzuf/zzuf-0.15-r2.ebuild
new file mode 100644
index 000..8e8009ec5c5
--- /dev/null
+++ b/app-forensics/zzuf/zzuf-0.15-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-minimal
+
+DESCRIPTION="Transparent application input fuzzer"
+HOMEPAGE="http://caca.zoy.org/wiki/zzuf";
+SRC_URI="https://github.com/samhocevar/zzuf/releases/download/v${PV}/${P}.tar.bz2";
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+
+# Uses dlopen hack to hijack many libc functions.
+# Fails 2 tests with sandbox enabled: check-zzuf-A-autoinc check-utils
+RESTRICT="test"
+
+DOCS=( AUTHORS COPYING TODO )
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+multilib_src_install_all() {
+   default
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/ocserv/

2021-07-24 Thread Marek Szuba
commit: 9231b8d368a0f6cb55889b915a9b86052e3dcf00
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:47:08 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9231b8d3

net-vpn/ocserv: keyword 1.1.1-r1 for ~riscv

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

 net-vpn/ocserv/ocserv-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/ocserv/ocserv-1.1.1-r1.ebuild 
b/net-vpn/ocserv/ocserv-1.1.1-r1.ebuild
index 83522add4c3..459da421921 100644
--- a/net-vpn/ocserv/ocserv-1.1.1-r1.ebuild
+++ b/net-vpn/ocserv/ocserv-1.1.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.infradead.org/pub/ocserv/${P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Marek Szuba
commit: 2ad4d87193626db032054c905fe483f127c07f2f
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:59:49 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad4d871

sys-auth/oath-toolkit: keyword 2.6.2 for ~riscv

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

 sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild 
b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
index fdbd65f35c8..6e5a98f59d5 100644
--- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
+++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz";
 LICENSE="GPL-3 LGPL-2.1"
 
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="pam pskc test"
 RESTRICT="!test? ( test )"
 



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

2021-07-24 Thread Marek Szuba
commit: f831be6f20420dbc2aed200cc0604d264a316215
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:09:21 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f831be6f

net-libs/socket_wrapper: keyword 1.3.2 for ~riscv

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

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

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
index 590a6da95fa..4729ad6d13e 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2021-07-24 Thread Marek Szuba
commit: cf01f0d3ca03549ff46c61f335457d8bf3291e63
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:38:30 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf01f0d3

dev-libs/pkcs11-helper: keyword 1.25.1-r1 for ~riscv

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

 dev-libs/pkcs11-helper/pkcs11-helper-1.25.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1-r1.ebuild 
b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1-r1.ebuild
index 79f591fd086..96d1d2412c3 100644
--- a/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1-r1.ebuild
+++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.25.1-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="bindist doc gnutls nss static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/

2021-07-24 Thread Marek Szuba
commit: 53574be0a36c3b9d73bbd3aaa486ccdfb8d6d75e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 21:07:09 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53574be0

net-misc/mobile-broadband-provider-info: keyword 20201225 for ~riscv

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

 .../mobile-broadband-provider-info-20201225.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
index c3a335a2236..0da3e23ad4b 100644
--- 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20201225.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband";
 
 LICENSE="CC-PD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openconnect/

2021-07-24 Thread Marek Szuba
commit: bf361dffcbf59f4b43698aa55d3c69628f3ec0a1
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:48:05 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf361dff

net-vpn/openconnect: keyword 8.10-r1 for ~riscv

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

 net-vpn/openconnect/openconnect-8.10-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-vpn/openconnect/openconnect-8.10-r1.ebuild 
b/net-vpn/openconnect/openconnect-8.10-r1.ebuild
index 3225e8088a0..f4a03e951f4 100644
--- a/net-vpn/openconnect/openconnect-8.10-r1.ebuild
+++ b/net-vpn/openconnect/openconnect-8.10-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2011-2020 Gentoo Authors
+# Copyright 2011-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python3_{8,9} )
 PYTHON_REQ_USE="xml"
 
 inherit linux-info python-any-r1
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3 autotools
 else
ARCHIVE_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 VPNC_VER=20200930
 SRC_URI="${ARCHIVE_URI}



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

2021-07-24 Thread Marek Szuba
commit: 7e8b414d1debffcbd8e882de6e62c0401b582b18
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:50:19 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8b414d

sys-libs/nss_wrapper: keyword 1.1.10 for ~riscv

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

 sys-libs/nss_wrapper/nss_wrapper-1.1.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.1.10.ebuild 
b/sys-libs/nss_wrapper/nss_wrapper-1.1.10.ebuild
index 5c9ce92a614..f501d9ba904 100644
--- a/sys-libs/nss_wrapper/nss_wrapper-1.1.10.ebuild
+++ b/sys-libs/nss_wrapper/nss_wrapper-1.1.10.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
@@ -12,4 +12,4 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"



[gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius-client/

2021-07-24 Thread Marek Szuba
commit: 9d0bf253438bf2b40d60edc2689080f1d8a1705d
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:00:15 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0bf253

net-dialup/freeradius-client: keyword 1.1.7-r1 for ~riscv

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

 net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild 
b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
index 9076da43d6d..087811a91b4 100644
--- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
+++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.freeradius.org/pub/freeradius/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 IUSE="scp shadow static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/stoken/

2021-07-24 Thread Marek Szuba
commit: f95f4991a531d89176582ebf149b5af32cb82639
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:54:55 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95f4991

app-crypt/stoken: keyword 0.92-r1 for ~riscv

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

 app-crypt/stoken/stoken-0.92-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/stoken/stoken-0.92-r1.ebuild 
b/app-crypt/stoken/stoken-0.92-r1.ebuild
index d535f81ddc4..2508df6bacd 100644
--- a/app-crypt/stoken/stoken-0.92-r1.ebuild
+++ b/app-crypt/stoken/stoken-0.92-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="6"
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/cernekee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 IUSE="gtk static"
 
 #  || ( dev-libs/nettle dev-libs/libtomcrypt )libtomcrypt is not 
packaged



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

2021-07-24 Thread Marek Szuba
commit: ef211685ef0ce0c7ad0d260e012231d9a3624481
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:35:32 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef211685

dev-libs/xmlsec: keyword 1.2.32 for ~riscv

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

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

diff --git a/dev-libs/xmlsec/xmlsec-1.2.32.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
index c4da32d257a..2436927592e 100644
--- a/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
+++ b/dev-libs/xmlsec/xmlsec-1.2.32.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}1-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
 IUSE="doc gcrypt gnutls nss +openssl static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="|| ( gcrypt gnutls nss openssl )



[gentoo-commits] repo/gentoo:master commit in: net-misc/connman/, profiles/arch/riscv/

2021-07-24 Thread Marek Szuba
commit: 24fd6859d40935c9af414f6018744a90796550b2
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 11:19:21 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fd6859

net-misc/connman: keyword 1.40 for ~riscv

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

 net-misc/connman/connman-1.40.ebuild | 2 +-
 profiles/arch/riscv/package.use.mask | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/connman/connman-1.40.ebuild 
b/net-misc/connman/connman-1.40.ebuild
index 86e7435576a..b7656806b61 100644
--- a/net-misc/connman/connman-1.40.ebuild
+++ b/net-misc/connman/connman-1.40.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then

EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git";
 else
SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz";
-   KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="Provides a daemon for managing internet connections"

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 9d8e925559f..8b4b16d849c 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Georgy Yakovlev  (2021-07-20)
-# sys-auth/sssd and it's deps not keyworded yet
+# sys-auth/sssd and its deps not keyworded yet
 app-admin/sudo sssd
 
 # Alex Fan  (2021-07-20)
@@ -59,6 +59,8 @@ media-libs/allegro dumb openal
 media-libs/devil nvtt
 #  - sys-cluster/ceph, dev-ruby/rrdtool-bindings
 net-analyzer/rrdtool rados ruby
+#  - net-wireless/iwd, net-misc/ofono
+net-misc/connman iwd ofono
 #  - dev-util/aruba & dev-util/cucumber
 sys-block/thin-provisioning-tools test
 #  - sys-cluster/rdma-core | sys-fabric/ofed, sys-cluster/knem, 
sys-fabric/infinipath-psm, sys-fabric/librdmacm



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

2021-07-24 Thread Marek Szuba
commit: 2d881c35049281c64aa6bb65a3637684646b1660
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 24 22:46:07 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 24 23:02:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d881c35

sys-apps/pcsc-lite: keyword 1.9.1 for ~riscv

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

 sys-apps/pcsc-lite/pcsc-lite-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.9.1.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.9.1.ebuild
index 1d51c5e5486..5ad5f5d7b9f 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.9.1.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.9.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://pcsclite.apdu.fr/files/${P}.tar.bz2";
 # upstream.
 LICENSE="BSD ISC MIT GPL-3+ GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # This is called libusb so that it doesn't fool people in thinking that
 # it is _required_ for USB support. Otherwise they'll disable udev and



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/

2021-07-24 Thread Yixun Lan
commit: ae00b8988eed81be128d5f3adb95becde9cdb304
Author: Alex Fan  yahoo  com>
AuthorDate: Thu Jul 22 03:05:20 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jul 24 23:39:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae00b898

dev-qt/qtcore: keyword 5.15.2-r2 for ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-qt/qtcore/qtcore-5.15.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild 
b/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild
index ed1722052c4..dadcd5585a5 100644
--- a/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild
+++ b/dev-qt/qtcore/qtcore-5.15.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/qtbase-${PV}-gcc11.patch.xz";
 SLOT=5/$(ver_cut 1-3)
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="icu old-kernel systemd"



<    1   2   3   4   5   6   7   8   9   10   >