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

2021-05-21 Thread Andrew Savchenko
commit: 17be1ab306e3682d789cad94c6195b8999af8acf
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat May 22 04:24:20 2021 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat May 22 04:27:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17be1ab3

media-libs/avidemux-core: fix build with gcc-11

Stay on C++14 stardard (GNU variant)

Closes: https://bugs.gentoo.org/768210
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko  gentoo.org>

 media-libs/avidemux-core/avidemux-core-2.7.6.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild 
b/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild
index a43ad8aca26..6f2b5d5eb4b 100644
--- a/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild
+++ b/media-libs/avidemux-core/avidemux-core-2.7.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -75,6 +75,8 @@ src_prepare() {
 src_configure() {
# See bug 432322.
use x86 && replace-flags -O0 -O1
+   # Bug 768210
+   append-cxxflags -std=gnu++14
 
local mycmakeargs=(
-DAVIDEMUX_SOURCE_DIR='${S}'



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

2021-05-21 Thread Matt Turner
commit: ee2441262ed778a7258c4bdc49e4756480001a16
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 04:04:49 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 04:05:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee244126

app-misc/livecd-tools: Drop old versions

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

 app-misc/livecd-tools/Manifest|  1 -
 app-misc/livecd-tools/livecd-tools-2.8.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/app-misc/livecd-tools/Manifest b/app-misc/livecd-tools/Manifest
index e85c767ae4c..c04f4f4fe9e 100644
--- a/app-misc/livecd-tools/Manifest
+++ b/app-misc/livecd-tools/Manifest
@@ -1,2 +1 @@
-DIST livecd-tools-2.8.tar.bz2 9991 BLAKE2B 
4cee552aa384736a3c67b638d3a90efc64414c50112951a0021d84e811a836a803d2dd782f4e0af37e5ce02c7cefc0a06053d0debc3365ef7fe531f14903937e
 SHA512 
66e74fccca4174352050a73b9b94f35084b76f6a768490d0d47ca2ffc590f32a53beb7f71d46bcacaf19a466cb5e3dc884cfd45de601c444326546b138d8300e
 DIST livecd-tools-2.9.tar.bz2 9987 BLAKE2B 
b24ee78aa0111950322b4424d630f640aa2d525c5c87b5ff3397628ed3e1c55eb2dbb71c32cbd5e57fa3a4310af1f541c1acd370b4f829dce49d2beb6f1be442
 SHA512 
89e892dfa8581e0f1f8208fecb7a686f19da100751e3430b014e90455c391efd2a3d25f3fff046576f8f739090715a2c14bc8c0b1fc9fe7db03455d84426a889

diff --git a/app-misc/livecd-tools/livecd-tools-2.8.ebuild 
b/app-misc/livecd-tools/livecd-tools-2.8.ebuild
deleted file mode 100644
index 2105bbd658b..000
--- a/app-misc/livecd-tools/livecd-tools-2.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-info
-
-if [[ ${PV} == "" ]]; then
-   EGIT_REPO_URI="git://anongit.gentoo.org/proj/livecd-tools.git"
-   inherit git-r3
-else
-   
SRC_URI="https://gitweb.gentoo.org/proj/livecd-tools.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-fi
-
-DESCRIPTION="Gentoo LiveCD tools for autoconfiguration of hardware"
-HOMEPAGE="https://gitweb.gentoo.org/proj/livecd-tools.git/;
-
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND="
-   dev-util/dialog
-   media-sound/alsa-utils
-   net-dialup/mingetty
-   sys-apps/openrc
-   sys-apps/pciutils
-"
-
-pkg_setup() {
-   ewarn "This package is designed for use on the LiveCD only and will do"
-   ewarn "unspeakably horrible and unexpected things on a normal system."
-   ewarn "YOU HAVE BEEN WARNED!!!"
-
-   CONFIG_CHECK="~SND_PROC_FS"
-   linux-info_pkg_setup
-}
-
-src_install() {
-   doconfd conf.d/*
-   doinitd init.d/*
-   dosbin net-setup
-   into /
-   dosbin livecd-functions.sh
-}



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

2021-05-21 Thread Andrew Savchenko
commit: c9261c52a34d2026772141a7206a0803261cb320
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Sat May 22 03:36:51 2021 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Sat May 22 03:38:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9261c52

net-libs/gnet: fix build failure with recent dev-libs/check

Drop problematic patch as suggested by Willard Dawson:
https://bugs.gentoo.org/698654#c12

Closes: https://bugs.gentoo.org/698654
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-libs/gnet/gnet-2.0.8-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/gnet/gnet-2.0.8-r3.ebuild 
b/net-libs/gnet/gnet-2.0.8-r3.ebuild
index 40c3a0ad515..27d0d63139f 100644
--- a/net-libs/gnet/gnet-2.0.8-r3.ebuild
+++ b/net-libs/gnet/gnet-2.0.8-r3.ebuild
@@ -31,7 +31,8 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-2.0.8-context-leak.patch
 
# Fix usage of check framework, bug #296849, from master
-   epatch "${FILESDIR}"/${PN}-2.0.8-check-usage-update.patch
+   # Disable this patch, bug 698654
+   # epatch "${FILESDIR}"/${PN}-2.0.8-check-usage-update.patch
 
# ifdef around network tests code, refs. bug #320759
epatch "${FILESDIR}"/${PN}-2.0.8-network-tests.patch



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

2021-05-21 Thread Sam James
commit: 72535fa5794c1212ddcb43570d92047c4ef83ea9
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72535fa5

sys-fs/exfatprogs: Stabilize 1.1.1 ppc64, #791178

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

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

diff --git a/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild 
b/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild
index 63f650e57dd..06c03ff968f 100644
--- a/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild
+++ b/sys-fs/exfatprogs/exfatprogs-1.1.1.ebuild
@@ -10,7 +10,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git;
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~ppc64 x86"
+   KEYWORDS="amd64 ppc64 x86"
 fi
 LICENSE="GPL-2"
 SLOT="0"



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

2021-05-21 Thread Sam James
commit: 73d68ef3a4ca48e8f9f3798adc9c433e6059e13e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d68ef3

dev-libs/libsass: Stabilize 3.6.5 amd64, #791337

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

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

diff --git a/dev-libs/libsass/libsass-3.6.5.ebuild 
b/dev-libs/libsass/libsass-3.6.5.ebuild
index be58b949343..073da665f7a 100644
--- a/dev-libs/libsass/libsass-3.6.5.ebuild
+++ b/dev-libs/libsass/libsass-3.6.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+   KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 fi
 
 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"



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

2021-05-21 Thread Sam James
commit: 2a196cc8715e2135399cb3f9f03814dcb1faaf7c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a196cc8

dev-java/commons-cli: Stabilize 1.4 ppc64, #791181

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

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

diff --git a/dev-java/commons-cli/commons-cli-1.4.ebuild 
b/dev-java/commons-cli/commons-cli-1.4.ebuild
index f5d199b5218..cfe05d27ae2 100644
--- a/dev-java/commons-cli/commons-cli-1.4.ebuild
+++ b/dev-java/commons-cli/commons-cli-1.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://commons.apache.org/cli/;
 SRC_URI="mirror://apache/commons/cli/source/${P}-src.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="1"
-KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: 29792bcbf70142b591b7f68bd0ecb037b9593c6a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29792bcb

dev-db/kdb: Stabilize 3.2.0-r1 amd64, #791358

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

 dev-db/kdb/kdb-3.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/kdb/kdb-3.2.0-r1.ebuild b/dev-db/kdb/kdb-3.2.0-r1.ebuild
index 8adc6d348e0..21b99c70ab2 100644
--- a/dev-db/kdb/kdb-3.2.0-r1.ebuild
+++ b/dev-db/kdb/kdb-3.2.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://community.kde.org/KDb;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="LGPL-2+"



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

2021-05-21 Thread Sam James
commit: 6a9d590d1362799c29e9c395aba057c542583921
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a9d590d

sys-fs/mtools: Stabilize 4.0.27 amd64, #791301

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

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

diff --git a/sys-fs/mtools/mtools-4.0.27.ebuild 
b/sys-fs/mtools/mtools-4.0.27.ebuild
index 1f4d091439f..b9882d255ac 100644
--- a/sys-fs/mtools/mtools-4.0.27.ebuild
+++ b/sys-fs/mtools/mtools-4.0.27.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x64-macos 
~x64-solaris"
 IUSE="X elibc_glibc"
 
 RDEPEND="



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

2021-05-21 Thread Sam James
commit: fb7c1e104479bce42c83e7600529c511e628817c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7c1e10

dev-lang/sassc: Stabilize 3.6.2 amd64, #791337

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

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

diff --git a/dev-lang/sassc/sassc-3.6.2.ebuild 
b/dev-lang/sassc/sassc-3.6.2.ebuild
index 6806ed217d0..004b97134f4 100644
--- a/dev-lang/sassc/sassc-3.6.2.ebuild
+++ b/dev-lang/sassc/sassc-3.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 
 RDEPEND=">=dev-libs/libsass-3.6.5:="
 DEPEND="${RDEPEND}"



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

2021-05-21 Thread Sam James
commit: d5203a0fcd46e965afd799af39a8662e8bc7d2d0
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5203a0f

dev-python/libsass: Stabilize 0.21.0 amd64, #791337

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

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

diff --git a/dev-python/libsass/libsass-0.21.0.ebuild 
b/dev-python/libsass/libsass-0.21.0.ebuild
index 7731f43a20b..e3565c7cdb2 100644
--- a/dev-python/libsass/libsass-0.21.0.ebuild
+++ b/dev-python/libsass/libsass-0.21.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=">=dev-libs/libsass-3.6.5"
 DEPEND=${RDEPEND}



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

2021-05-21 Thread Sam James
commit: 2c2c9bc20542f1512c8f48334fd1b76b3a028e4a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 03:04:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 03:04:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2c9bc2

sys-devel/bison: Stabilize 3.7.6 amd64, #791298

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

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

diff --git a/sys-devel/bison/bison-3.7.6.ebuild 
b/sys-devel/bison/bison-3.7.6.ebuild
index 3fdad4ac982..28e4fa7fe76 100644
--- a/sys-devel/bison/bison-3.7.6.ebuild
+++ b/sys-devel/bison/bison-3.7.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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="examples nls static test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/

2021-05-21 Thread Matt Turner
commit: 1fb5155e2bdfb35727a2f66add190b817bf116bd
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 02:50:12 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:52:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb5155e

dev-cpp/atkmm: Restore keywords

I accidentally removed these in commit da5f8006d348 while attempting to
drop keywords on the new version.

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

 dev-cpp/atkmm/atkmm-2.28.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/atkmm/atkmm-2.28.1.ebuild 
b/dev-cpp/atkmm/atkmm-2.28.1.ebuild
index 5329892de00..01366db0ae4 100644
--- a/dev-cpp/atkmm/atkmm-2.28.1.ebuild
+++ b/dev-cpp/atkmm/atkmm-2.28.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="



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

2021-05-21 Thread Stefan Strogin
commit: f4f44a8e08d7ade6bd6f8f5e771c4f64c6d9e0c0
Author: Nicu Borta  tutanota  com>
AuthorDate: Sat May  1 18:10:03 2021 +
Commit: Stefan Strogin  gentoo  org>
CommitDate: Sat May 22 02:39:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f44a8e

www-client/qutebrowser: upgrade 2.2.0 -> 2.2.1

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Nicu Borta  tutanota.com>
Closes: https://github.com/gentoo/gentoo/pull/20637
Signed-off-by: Stefan Strogin  gentoo.org>

 www-client/qutebrowser/Manifest | 2 +-
 .../{qutebrowser-2.2.0-r1.ebuild => qutebrowser-2.2.1.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/qutebrowser/Manifest b/www-client/qutebrowser/Manifest
index c4d3eae6bff..1506d50d97d 100644
--- a/www-client/qutebrowser/Manifest
+++ b/www-client/qutebrowser/Manifest
@@ -1,2 +1,2 @@
 DIST qutebrowser-2.1.1.tar.gz 6249239 BLAKE2B 
941742728f305539b07f2c97198cb3154a2c9d60da3a25175c34875d647fae8f802deaf906ce688a3f81327560f8d9a740314cfdd8dc3aac767bd3aaec30f14d
 SHA512 
85c81454406e25a347866984059923500a23dfe9d2427324d6998a9738962155442b69e3b6318c2683fb7790ba908e8486ea0d42073c38d7a5a1f249577c2b5d
-DIST qutebrowser-2.2.0.tar.gz 6297885 BLAKE2B 
c43d5fdefe4fdabf479b7575ffc1582340aa6ca3add7f717a4d46ebe24fd086c26e57bee0932262e997abf5a2ce9c636732c83d8659617b16f9a040c196fad68
 SHA512 
79cc35d47a48d4eef8abb95082aa047a63356f53ac94027b48fbd679621f172e5fa4863af21e2398c6ec37b554871ca96e7338381aee2e0b01f6e1d661823fbc
+DIST qutebrowser-2.2.1.tar.gz 6299507 BLAKE2B 
a92ce4c79c35932c6cb8b7a8b9ecaefe61aedbfc1a4e77e41a70a4111859ab5d1f1fdd57b4e9a5097aaa13dc86cb0dcf939ec97ac9d2bb15131bcd1a50c2c540
 SHA512 
397d6e8ababf2c20112a2b7bcbfb30abb441a528ac023214326a61e1f906749ee47dcbd36bea4c2c4a1e31176fd52f0f63d86a1f7a2d8c8f40bc698e8db891cf

diff --git a/www-client/qutebrowser/qutebrowser-2.2.0-r1.ebuild 
b/www-client/qutebrowser/qutebrowser-2.2.1.ebuild
similarity index 100%
rename from www-client/qutebrowser/qutebrowser-2.2.0-r1.ebuild
rename to www-client/qutebrowser/qutebrowser-2.2.1.ebuild



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

2021-05-21 Thread Matt Turner
commit: 587971220c74fa551d3e02521fa8ace667b25e80
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 02:31:43 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:33:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58797122

dev-util/glade: Drop old versions

Bug: https://bugs.gentoo.org/747451
Signed-off-by: Matt Turner  gentoo.org>

 dev-util/glade/Manifest|  1 -
 dev-util/glade/glade-3.36.0.ebuild | 91 --
 2 files changed, 92 deletions(-)

diff --git a/dev-util/glade/Manifest b/dev-util/glade/Manifest
index 70ed8247bf8..0ba975c1b9d 100644
--- a/dev-util/glade/Manifest
+++ b/dev-util/glade/Manifest
@@ -1,2 +1 @@
-DIST glade-3.36.0.tar.xz 4466808 BLAKE2B 
ebc93c9471225782bcbcbafc4a475638e77ad763d607188d95e8ac77b3de70f76fefe963027bb6b32ae71adeb1daafdb1a2c98363b25030d83f20f767613f68e
 SHA512 
c984613ade26e3fe68a700a48cccadf5ac96eb716a6e90aad36f3de684faeb607d9aaf112d74a048cd33e222a02388ee6583ca915648486f0259cc805e16d243
 DIST glade-3.38.2.tar.xz 2709224 BLAKE2B 
2bcd447b90d6e67abc44dd273f0f5d7fc1d6848ef0bd878481f2c10e8846828e63fbf9c9c96e5effe8126b4aec7eb05886606ca1dc5fb94943bc5d1d8d0ef4e2
 SHA512 
2df8c8363206905663cd3ac9196da5425a888b64f1b3b3ac6cd41e14c4a82a5d2c299730ef0606c3970a04dd8f245bb5639218794eb67dcbd26fae17565e

diff --git a/dev-util/glade/glade-3.36.0.ebuild 
b/dev-util/glade/glade-3.36.0.ebuild
deleted file mode 100644
index a7dccec404b..000
--- a/dev-util/glade/glade-3.36.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit gnome2 python-single-r1 virtualx
-
-DESCRIPTION="A user interface designer for GTK+ and GNOME"
-HOMEPAGE="https://glade.gnome.org/;
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="3.10/12" # subslot = suffix of libgladeui-2.so
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
-
-IUSE="+introspection python webkit"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   dev-libs/atk[introspection?]
-   >=dev-libs/glib-2.53.2:2
-   >=dev-libs/libxml2-2.4.0:2
-   x11-libs/cairo:=
-   x11-libs/gdk-pixbuf:2[introspection?]
-   >=x11-libs/gtk+-3.22.0:3[introspection?]
-   x11-libs/pango[introspection?]
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-   python? (
-   ${PYTHON_DEPS}
-   x11-libs/gtk+:3[introspection]
-   $(python_gen_cond_dep '
-   >=dev-python/pygobject-3.8:3[${PYTHON_MULTI_USEDEP}]
-   ')
-   )
-   webkit? ( >=net-libs/webkit-gtk-2.12.0:4 )
-"
-DEPEND="${RDEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-libs/libxslt
-   >=dev-util/gtk-doc-am-1.13
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-# eautoreconf requires:
-#  app-text/yelp-tools
-#  dev-libs/gobject-introspection-common
-#  gnome-base/gnome-common
-
-RESTRICT="test" # https://gitlab.gnome.org/GNOME/glade/issues/333
-
-PATCHES=(
-   # To avoid file collison with other slots, rename help module.
-   # Prevent the UI from loading glade:3's gladeui devhelp documentation.
-   "${FILESDIR}"/${PN}-3.14.1-doc-version.patch
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   --disable-debug \
-   --enable-gladeui \
-   --enable-libtool-lock \
-   $(use_enable introspection) \
-   $(use_enable python) \
-   $(use_enable webkit webkit2gtk)
-}
-
-src_test() {
-   virtx emake check
-}
-
-src_install() {
-   # modify name in .devhelp2 file to avoid shadowing with glade:3 docs
-   sed -e 's:name="gladeui":name="gladeui-2":' \
-   -i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 
failed"
-   gnome2_src_install
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   if ! has_version dev-util/devhelp ; then
-   elog "You may want to install dev-util/devhelp for integration 
API"
-   elog "documentation support."
-   fi
-}



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

2021-05-21 Thread Sam James
commit: 3e1c995ff414381265dadf24f0af305aa9a41c68
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 02:22:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 02:29:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1c995f

dev-libs/botan: drop 2.18.0

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

 dev-libs/botan/Manifest|   2 -
 dev-libs/botan/botan-2.18.0.ebuild | 164 -
 2 files changed, 166 deletions(-)

diff --git a/dev-libs/botan/Manifest b/dev-libs/botan/Manifest
index 0df8aa5911d..7695eab0d96 100644
--- a/dev-libs/botan/Manifest
+++ b/dev-libs/botan/Manifest
@@ -1,5 +1,3 @@
 DIST Botan-2.17.3.tar.xz 5937596 BLAKE2B 
605e71c959889b459bc26f17d310a33f26c9a51fe00db91db407ac5b96c9ff57bef67a401f71826e83e0d4eda2289c22685957289e6bb357f3693a1bce60f44d
 SHA512 
ead0f144dfb9eca66d0e81e376d0d49f4b0b6bc1599f8cf52299e1753645b5b20100efa004ef5f9571f7bea88958f35db38367fc26f2603890f8f199cc890dbc
-DIST Botan-2.18.0.tar.xz 5941536 BLAKE2B 
2a4182bab5e681fdfeafa113462bf5a31057d7be97d71d0a6e60975b84432dd3932498f42f0b879e216727df4bbfcbf0d844e971df95eaf9cf922280f32858b4
 SHA512 
8613412e3e2fe8b787db7a4d4dbadf60b8fe6b68a84408c600c37cd0b5dbdf3f347a49f5bd88eb8d4f658e927a8b976884146551bf7d256fa80e9675297c0f09
-DIST Botan-2.18.0.tar.xz.asc 488 BLAKE2B 
b9a9c98e11eae227fb900cae2dca3aecc2114ecacd87336cf5cdbe6fbcb9676514f11e365e94dbfecf3b9edc1a9a3398ff2c66f34a77d7b4d6b0f87518af6d9a
 SHA512 
f2e1689e10b0706eed5a3cf08dfcb163874d3ada12968ac739eeff259ae81b1329fafdae4d29290195276fe3bb1cdeaf3f302b8df53a377c5bbdb7964deaa044
 DIST Botan-2.18.1.tar.xz 5953936 BLAKE2B 
82f6a9563377542d059901adec0fc17a41b0184cf59af76084babec2591830314a4d7f8d3308eb393c4910c9b0e6c056625765f0d95b435f47dc94cf4b83b128
 SHA512 
2f11d1ab703d977a2d64504d2a2489ce56109a2a6c46c0dc7c8db428470ce511bcc0160f70baedad29237abd5e1622f2c155ea58c4dec4d3ae57ee7b350415c3
 DIST Botan-2.18.1.tar.xz.asc 488 BLAKE2B 
d7e6f18ba969b1fffe5aec27ec28839bb6eefac438b0971bb24293a9a1dc104d4355feaae4f8749ea9ea9a729e9f0c0368782c60c2f1aaed58620624248d09d2
 SHA512 
0cb24d544e31f347e649661d28fedaad4352cd5096ad41e1513c7915138981c7c099e4ee6025893ed829a65082aaded738a94018a8e0bc079f4f0fb63bbec262

diff --git a/dev-libs/botan/botan-2.18.0.ebuild 
b/dev-libs/botan/botan-2.18.0.ebuild
deleted file mode 100644
index 4d9fc251745..000
--- a/dev-libs/botan/botan-2.18.0.ebuild
+++ /dev/null
@@ -1,164 +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,9} )
-VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/botan.asc"
-inherit python-r1 toolchain-funcs verify-sig
-
-MY_P="Botan-${PV}"
-DESCRIPTION="C++ crypto library"
-HOMEPAGE="https://botan.randombit.net/;
-SRC_URI="https://botan.randombit.net/releases/${MY_P}.tar.xz;
-SRC_URI+=" verify-sig? ( 
https://botan.randombit.net/releases/${MY_P}.tar.xz.asc )"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD-2"
-SLOT="2/$(ver_cut 1-2)" # soname version
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
-IUSE="bindist doc boost bzip2 lzma python ssl static-libs sqlite zlib"
-
-CPU_USE=(
-   cpu_flags_arm_{aes,neon}
-   cpu_flags_ppc_altivec
-   cpu_flags_x86_{aes,avx2,popcnt,rdrand,sse2,ssse3,sse4_1,sse4_2}
-)
-
-IUSE+=" ${CPU_USE[@]}"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# NOTE: Boost is needed at runtime too for the CLI tool.
-DEPEND="
-   boost? ( >=dev-libs/boost-1.48:= )
-   bzip2? ( >=app-arch/bzip2-1.0.5:= )
-   lzma? ( app-arch/xz-utils:= )
-   python? ( ${PYTHON_DEPS} )
-   ssl? ( dev-libs/openssl:0=[bindist=] )
-   sqlite? ( dev-db/sqlite:3= )
-   zlib? ( >=sys-libs/zlib-1.2.3:= )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep '
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   ')
-   verify-sig? ( app-crypt/openpgp-keys-botan )
-"
-
-# NOTE: Considering patching Botan?
-# Please see upstream's guidance:
-# 
https://botan.randombit.net/handbook/packaging.html#minimize-distribution-patches
-
-python_check_deps() {
-   if use doc ; then
-   has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" || return 1
-   fi
-}
-
-src_configure() {
-   local disable_modules=(
-   $(usex boost '' 'boost')
-   $(usex bindist 'ecdsa' '')
-   )
-
-   if [[ -z "${DISABLE_MODULES}" ]] ; then
-   elog "Disabling module(s): ${disable_modules[@]}"
-   fi
-
-   local chostarch="${CHOST%%-*}"
-
-   # Arch specific wrangling
-
-   local myos=
-   case ${CHOST} in
-   *-darwin*)
-   myos=darwin
-   ;;
-
-   *)
-   myos=linux
-
-   if [[ ${CHOST} == *hppa* ]] ; then
-   chostarch=parisc
-   elif [[ 

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/

2021-05-21 Thread Matt Turner
commit: 0ac6a5c48c7aa21243ea7320b40941d4d8fb65b2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:55:50 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:17:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac6a5c4

dev-cpp/pangomm: Version bump to 2.48.1

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

 dev-cpp/pangomm/Manifest  |  1 +
 dev-cpp/pangomm/pangomm-2.48.1.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-cpp/pangomm/Manifest b/dev-cpp/pangomm/Manifest
index b409a022a15..bff92fb80b4 100644
--- a/dev-cpp/pangomm/Manifest
+++ b/dev-cpp/pangomm/Manifest
@@ -1,2 +1,3 @@
 DIST pangomm-2.42.2.tar.xz 656760 BLAKE2B 
8fae779aa78b2337b83759adc7aadec1f61c08c54d892e3cdd05180e2ab032a61faa72c39281fab649bcd08591c5d7ace9ea65b25f76ce17d6f4d96f38900b6a
 SHA512 
5e4826d64c0178527b4df73e901d2fdf5661d41777e189f5e2d4b26577e42689efaccf5a28502246c6b3926571ccd5876cb23d33267b44ace7ee164322c14667
 DIST pangomm-2.48.0.tar.xz 674516 BLAKE2B 
58c3e93c6127a14b5bc866b43bff4ab25a1ac1a06813c73e4f2a4d02adad3f51b7ec922f7c6e3d4af518a1f8f31c19de4df0c11b91a10ee61c2e16df8aa025ea
 SHA512 
0c1be5726740669c366214caf8b8b0bca1c7b223aafb2e6ce64f7a5a90d07c62ee509821ac787f3997ae78aa3a3ffd5cff7d33c73bc7ebd7fe642c56689d98a3
+DIST pangomm-2.48.1.tar.xz 675452 BLAKE2B 
bb012fc5cb66d5cb98f522e3706fdd35bcc5692fcd942f86ee1e20116590ceca26874c5a58bd3f8fac4f154700dfb37ea060747a6c3069e67adf83ba551e7abc
 SHA512 
c204a1cb7a404f055d62880a760716c5567a835ca495cc5e01589ed59fabb332490e529de716c3438cefbc4428c025d6d01c71e4412b2843e3ab3a3175ccc2f4

diff --git a/dev-cpp/pangomm/pangomm-2.48.1.ebuild 
b/dev-cpp/pangomm/pangomm-2.48.1.ebuild
new file mode 100644
index 000..924043617bf
--- /dev/null
+++ b/dev-cpp/pangomm/pangomm-2.48.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org meson multilib-minimal python-any-r1
+
+DESCRIPTION="C++ interface for pango"
+HOMEPAGE="https://www.gtkmm.org;
+
+LICENSE="LGPL-2.1+"
+SLOT="2.48"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND="
+   >=dev-cpp/cairomm-1.16.0:1.16[doc?,${MULTILIB_USEDEP}]
+   >=dev-cpp/glibmm-2.68.0:2.68[doc?,${MULTILIB_USEDEP}]
+   >=dev-libs/libsigc++-3:3[doc?,${MULTILIB_USEDEP}]
+   >=x11-libs/pango-1.48.0[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+   ${PYTHON_DEPS}
+"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dbuild-documentation=$(multilib_native_usex doc true false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_test() {
+   meson_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/

2021-05-21 Thread Matt Turner
commit: a05ac87577ff5facb4fdff286c4488c7ec66
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:52:46 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:17:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05ac87c

dev-cpp/cairomm: Version bump to 1.14.3

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

 dev-cpp/cairomm/Manifest  |  1 +
 dev-cpp/cairomm/cairomm-1.14.3.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest
index cfd46c2e66c..9dcac893621 100644
--- a/dev-cpp/cairomm/Manifest
+++ b/dev-cpp/cairomm/Manifest
@@ -1,2 +1,3 @@
 DIST cairomm-1.14.2.tar.xz 603804 BLAKE2B 
37417fc13f3213c1cd51ac2b0f17e0624c0592f6115a66c96295b6fa2f9974bee7c138f5087b130211a6e4f9fba045404d85e9aa08a36d9000415132400d4da8
 SHA512 
aef374fca25ad22770407e36512046b266d71ebeccd47fb629cfbf2f67783aa314bb335b972088a88d98417a4774d6f144cd2769c452f8aa23770eae08dca592
+DIST cairomm-1.14.3.tar.xz 604572 BLAKE2B 
a626ee20a229c4597622e7ead3320e5ff971632548488e970b877712d5579731093a14791a13416bec783e180a4f8432be1a743c7a5d77af2fdf30fa36ee3caa
 SHA512 
8dc8a0de733904742c54d4935b596d4103f2e498c6735894bc6a5a81eb4962c6ea944bad94102b18b25850f78e948d38f117c566b197bc76da23a4e88b62ee4e
 DIST cairomm-1.16.0.tar.xz 579604 BLAKE2B 
3aaac8039d13f13ef8fb844e38cb0cd9b0565559544c7a4cab544a46f8f8bdb6d4ee1b8318ec5d9991c33264cd3335a8796e6a49553735516a184565875e1d08
 SHA512 
51929620feeac45377da5d486ea7a091bbd10ad8376fb16525328947b9e6ee740cdc8e8bd190a247b457cc9fec685a829c81de29b26cabaf95383ef04cce80d3

diff --git a/dev-cpp/cairomm/cairomm-1.14.3.ebuild 
b/dev-cpp/cairomm/cairomm-1.14.3.ebuild
new file mode 100644
index 000..79302671e41
--- /dev/null
+++ b/dev-cpp/cairomm/cairomm-1.14.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson multilib-minimal
+
+DESCRIPTION="C++ bindings for the Cairo vector graphics library"
+HOMEPAGE="https://cairographics.org/cairomm/;
+SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libsigc++-2.6.0:2[doc?,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.12.0[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-libs/boost[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dbuild-documentation=$(multilib_native_usex doc true false)
+   -Dbuild-examples=false
+   -Dbuild-tests=$(usex test true false)
+   -Dboost-shared=true
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_test() {
+   meson_src_test
+}



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

2021-05-21 Thread Matt Turner
commit: b9db6e6a3f0279b52cb2bf96f6b6cf63d2c42fb1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:57:27 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:17:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9db6e6a

dev-libs/libsigc++: Version bump to 2.10.7

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

 dev-libs/libsigc++/Manifest|  1 +
 dev-libs/libsigc++/libsigc++-2.10.7.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/libsigc++/Manifest b/dev-libs/libsigc++/Manifest
index 5af73d8b78e..22000a31708 100644
--- a/dev-libs/libsigc++/Manifest
+++ b/dev-libs/libsigc++/Manifest
@@ -1,2 +1,3 @@
 DIST libsigc++-2.10.6.tar.xz 4791016 BLAKE2B 
c50283da7eb3ec1b595514ac805c5fe0b4f7687ec77478c7c703ce8915ea72e065f4e7cbe53fb90c13b81d266df74cade8f5a5c0ff2dcc3880e852f02508eaf9
 SHA512 
7dd57c061defe323de5721d187145dcf63346311d8993eb6346a33789f26c8509c1bf5a73d55776cc5ebe85fb14d54107553a652dd42f452aed6aed20047b549
+DIST libsigc++-2.10.7.tar.xz 4791304 BLAKE2B 
f3e41a753097d55d2e6f47407033139733dc813d84ffa8ba97ca94dbb2f1abc714a541fd90347c1477736eb9be109dd25d5ffc9998430b7d0fe9c627a9b2cfde
 SHA512 
075f120f7261eac020a92956a4b2d8bfa380a63bf4e78d057d93b035dcb0590df1ee1e2d3af59edf97e3c30cc01359d259d24e4fc69bdb99952d4c9c02eb6015
 DIST libsigc++-3.0.6.tar.xz 789916 BLAKE2B 
54d8dccd245a1a2c8bde34eb937eb536b88f36ee15eedd8d2ed0ad1b19933600d04669f9082053ba20543d2195e8833b46a2056055da23fc2ceb1784d5c96cc9
 SHA512 
4ec5319eda5c0809f1971044152ec7aa142742941644f43ec3944b248667d5694b97a30de8ea0e2260265bbf26a2ffdefbfa8cac5016799d26b92b02411b1c51

diff --git a/dev-libs/libsigc++/libsigc++-2.10.7.ebuild 
b/dev-libs/libsigc++/libsigc++-2.10.7.ebuild
new file mode 100644
index 000..444e6596071
--- /dev/null
+++ b/dev-libs/libsigc++/libsigc++-2.10.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic gnome.org meson multilib-minimal
+
+DESCRIPTION="Typesafe callback system for standard C++"
+HOMEPAGE="https://libsigcplusplus.github.io/libsigcplusplus/
+   https://github.com/libsigcplusplus/libsigcplusplus;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="doc static-libs test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-libs/boost[${MULTILIB_USEDEP}] )"
+BDEPEND="sys-devel/m4
+   doc? ( app-doc/doxygen[dot] )"
+
+multilib_src_configure() {
+   filter-flags -fno-exceptions #84263
+
+   local -a emesonargs=(
+   -Ddefault_library=$(usex static-libs both shared)
+   -Dbenchmark=$(usex test true false)
+   -Dbuild-documentation=$(multilib_native_usex doc true false)
+   -Dbuild-examples=false
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # Note: html docs are installed into /usr/share/doc/libsigc++-2.0
+   # We can't use /usr/share/doc/${PF} because of links from glibmm etc. 
docs
+   if use doc; then
+   docinto examples
+   dodoc examples/*.cc
+   fi
+}



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

2021-05-21 Thread Matt Turner
commit: 046e84dbdf654168e4aa28f15852c55ccd6cbd1b
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:57:45 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:17:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046e84db

dev-libs/libsigc++: Version bump to 3.0.7

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

 dev-libs/libsigc++/Manifest   |  1 +
 dev-libs/libsigc++/libsigc++-3.0.7.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/dev-libs/libsigc++/Manifest b/dev-libs/libsigc++/Manifest
index 22000a31708..e50c4a7d11f 100644
--- a/dev-libs/libsigc++/Manifest
+++ b/dev-libs/libsigc++/Manifest
@@ -1,3 +1,4 @@
 DIST libsigc++-2.10.6.tar.xz 4791016 BLAKE2B 
c50283da7eb3ec1b595514ac805c5fe0b4f7687ec77478c7c703ce8915ea72e065f4e7cbe53fb90c13b81d266df74cade8f5a5c0ff2dcc3880e852f02508eaf9
 SHA512 
7dd57c061defe323de5721d187145dcf63346311d8993eb6346a33789f26c8509c1bf5a73d55776cc5ebe85fb14d54107553a652dd42f452aed6aed20047b549
 DIST libsigc++-2.10.7.tar.xz 4791304 BLAKE2B 
f3e41a753097d55d2e6f47407033139733dc813d84ffa8ba97ca94dbb2f1abc714a541fd90347c1477736eb9be109dd25d5ffc9998430b7d0fe9c627a9b2cfde
 SHA512 
075f120f7261eac020a92956a4b2d8bfa380a63bf4e78d057d93b035dcb0590df1ee1e2d3af59edf97e3c30cc01359d259d24e4fc69bdb99952d4c9c02eb6015
 DIST libsigc++-3.0.6.tar.xz 789916 BLAKE2B 
54d8dccd245a1a2c8bde34eb937eb536b88f36ee15eedd8d2ed0ad1b19933600d04669f9082053ba20543d2195e8833b46a2056055da23fc2ceb1784d5c96cc9
 SHA512 
4ec5319eda5c0809f1971044152ec7aa142742941644f43ec3944b248667d5694b97a30de8ea0e2260265bbf26a2ffdefbfa8cac5016799d26b92b02411b1c51
+DIST libsigc++-3.0.7.tar.xz 790604 BLAKE2B 
2363fda42744c3c4a2c31f236a2160f8dd63bae098e8190e2ef20acc23296de26cb7c275b928785c99c33d23f15709e411dc51f973d4fdd6a0556b11b0031512
 SHA512 
0ce4b56d85ccb0041096e2241523b9ca5bf0fd52f9655d2216e2280d5902075a4685023aa60058eb8ee9b7ed0ffc945d652940b0bda73f2fc7ce4de7371ca984

diff --git a/dev-libs/libsigc++/libsigc++-3.0.7.ebuild 
b/dev-libs/libsigc++/libsigc++-3.0.7.ebuild
new file mode 100644
index 000..9915fce
--- /dev/null
+++ b/dev-libs/libsigc++/libsigc++-3.0.7.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org flag-o-matic meson multilib-minimal
+
+DESCRIPTION="Typesafe callback system for standard C++"
+HOMEPAGE="https://libsigcplusplus.github.io/libsigcplusplus/
+   https://github.com/libsigcplusplus/libsigcplusplus;
+
+LICENSE="LGPL-2.1+"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+IUSE="doc examples test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+"
+
+src_prepare() {
+   default
+
+   if ! use test; then
+   sed -i -e "/^subdir('tests')/d" meson.build || die
+   fi
+}
+
+multilib_src_configure() {
+   filter-flags -fno-exceptions #84263
+
+   local emesonargs=(
+   -Dbuild-examples=false
+   -Dbuild-documentation=$(multilib_native_usex doc true false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   # Note: html docs are installed into /usr/share/doc/libsigc++-3.0
+   # We can't use /usr/share/doc/${PF} because of links from glibmm etc. 
docs
+   use examples && dodoc -r examples
+}
+
+multilib_src_test() {
+   meson_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/cairomm/

2021-05-21 Thread Matt Turner
commit: e7f772fb94065c078d8ae2c8c65d6736bcf59c87
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:53:26 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:17:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f772fb

dev-cpp/cairomm: Version bump to 1.16.1

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

 dev-cpp/cairomm/Manifest  |  1 +
 dev-cpp/cairomm/cairomm-1.16.1.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-cpp/cairomm/Manifest b/dev-cpp/cairomm/Manifest
index 9dcac893621..0da897fdc2b 100644
--- a/dev-cpp/cairomm/Manifest
+++ b/dev-cpp/cairomm/Manifest
@@ -1,3 +1,4 @@
 DIST cairomm-1.14.2.tar.xz 603804 BLAKE2B 
37417fc13f3213c1cd51ac2b0f17e0624c0592f6115a66c96295b6fa2f9974bee7c138f5087b130211a6e4f9fba045404d85e9aa08a36d9000415132400d4da8
 SHA512 
aef374fca25ad22770407e36512046b266d71ebeccd47fb629cfbf2f67783aa314bb335b972088a88d98417a4774d6f144cd2769c452f8aa23770eae08dca592
 DIST cairomm-1.14.3.tar.xz 604572 BLAKE2B 
a626ee20a229c4597622e7ead3320e5ff971632548488e970b877712d5579731093a14791a13416bec783e180a4f8432be1a743c7a5d77af2fdf30fa36ee3caa
 SHA512 
8dc8a0de733904742c54d4935b596d4103f2e498c6735894bc6a5a81eb4962c6ea944bad94102b18b25850f78e948d38f117c566b197bc76da23a4e88b62ee4e
 DIST cairomm-1.16.0.tar.xz 579604 BLAKE2B 
3aaac8039d13f13ef8fb844e38cb0cd9b0565559544c7a4cab544a46f8f8bdb6d4ee1b8318ec5d9991c33264cd3335a8796e6a49553735516a184565875e1d08
 SHA512 
51929620feeac45377da5d486ea7a091bbd10ad8376fb16525328947b9e6ee740cdc8e8bd190a247b457cc9fec685a829c81de29b26cabaf95383ef04cce80d3
+DIST cairomm-1.16.1.tar.xz 580020 BLAKE2B 
219e83fb328a73cc7c5801aa155156e65245fbccfb3899d98573266f78f9f489ef968fac3c8c577fa98fbdc61af6d873293783c41dd00046e5db327443bdeda2
 SHA512 
2dbdd41f712d43573ad3118f37d443d2b9ae98737c240d5db8d830ef38f2b4a95182b2fc857577c7564eb94649e629f70380f16ee84f4978759f40e19d802757

diff --git a/dev-cpp/cairomm/cairomm-1.16.1.ebuild 
b/dev-cpp/cairomm/cairomm-1.16.1.ebuild
new file mode 100644
index 000..67a60abc457
--- /dev/null
+++ b/dev-cpp/cairomm/cairomm-1.16.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson multilib-minimal
+
+DESCRIPTION="C++ bindings for the Cairo vector graphics library"
+HOMEPAGE="https://cairographics.org/cairomm/;
+SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz;
+
+LICENSE="LGPL-2+"
+SLOT="1.16"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/libsigc++:3[doc?,${MULTILIB_USEDEP}]
+   >=x11-libs/cairo-1.12.10[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   test? (
+   dev-libs/boost[${MULTILIB_USEDEP}]
+   media-libs/fontconfig[${MULTILIB_USEDEP}]
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dbuild-documentation=$(multilib_native_usex doc true false)
+   -Dbuild-examples=false
+   -Dbuild-tests=$(usex test true false)
+   -Dboost-shared=true
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_test() {
+   meson_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtkmm/

2021-05-21 Thread Matt Turner
commit: 95fcaf90eca4e682ae95728f7ba013aefcbacfd7
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:48:01 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 01:48:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fcaf90

dev-cpp/gtkmm: Version bump to 3.24.5

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

 dev-cpp/gtkmm/Manifest|  1 +
 dev-cpp/gtkmm/gtkmm-3.24.5.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-cpp/gtkmm/Manifest b/dev-cpp/gtkmm/Manifest
index 99e4c552847..438656ed1f6 100644
--- a/dev-cpp/gtkmm/Manifest
+++ b/dev-cpp/gtkmm/Manifest
@@ -1,3 +1,4 @@
 DIST gtkmm-2.24.5.tar.xz 12022024 BLAKE2B 
6b2bca9fe6ad81cd956e1f3cc3140bc503b78386cf3931c8eeac08c8b2a08c73450bdbb703d1febaee67cdf834093ff5e89790f866357190822613a68a596ad3
 SHA512 
c50e52830977c37181439f4b82a30ac8bead0cf9022d2bec8225f8dc33e08414f863bf67056e1938fae8f888c09a5a6d757acc011fa9331a78caa6bb626dd51e
 DIST gtkmm-3.24.3.tar.xz 13539040 BLAKE2B 
24664773ec7b0666575346aa0532e8961fc19d965ef34244ed97707f7e3eb4d1d0f016abf733531269bf3e3201defe31559990e32f4f43faa8d3bb5d1f02fdb7
 SHA512 
e373807ec245057708655fa5dbf18d5391656a55b008fd6aa0fdc5a56e80d288813c3bbb0093f39aa7679df866a176f1e6b0e842d4d1b18b775a5928eed9fef5
 DIST gtkmm-3.24.4.tar.xz 13534708 BLAKE2B 
7fb6e2851d1f73d42612b964d706d55060cbd18806bbefb800e2086706b973cae5296f31df48407d8f7ce80d6e503a5a79bcd54a9e1b86c8ecd6b113665f3255
 SHA512 
e3a10aed9cf2df7369b5dac3f1de000b006e08aef6f2d953d2faf2b023bd744ed4c9c2ad5221adc1b0c919bcdc966d0c1c9dc698694d8630ceba56e39f91ac26
+DIST gtkmm-3.24.5.tar.xz 13540488 BLAKE2B 
b55c55e4bb56bc835be9c09dae59ee103fb0ae80ee99bb54c36c366686f4f1a0309435e91c2e323d7ebfabf7922b76ac85de6a1132c53ab708ba17be661d834b
 SHA512 
8cc5aed26cc631123a5b38bc19643cf9e900beb38681b29ead9049f6b8f930f0b8ace317b8290279ab89cad85075dcb66863174082f77a2b67e4d8bd3c29de49

diff --git a/dev-cpp/gtkmm/gtkmm-3.24.5.ebuild 
b/dev-cpp/gtkmm/gtkmm-3.24.5.ebuild
new file mode 100644
index 000..d289e75623b
--- /dev/null
+++ b/dev-cpp/gtkmm/gtkmm-3.24.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org meson multilib-minimal python-any-r1 virtualx
+
+DESCRIPTION="C++ interface for GTK+"
+HOMEPAGE="https://www.gtkmm.org;
+
+LICENSE="LGPL-2.1+"
+SLOT="3.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+IUSE="aqua doc test wayland X"
+REQUIRED_USE="|| ( aqua wayland X )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-cpp/atkmm-2.24.2:0[doc?,${MULTILIB_USEDEP}]
+   >=dev-cpp/cairomm-1.12.0:0[doc?,${MULTILIB_USEDEP}]
+   >=dev-cpp/glibmm-2.54.0:2[doc?,${MULTILIB_USEDEP}]
+   >=dev-cpp/pangomm-2.38.2:1.4[doc?,${MULTILIB_USEDEP}]
+   >=dev-libs/libsigc++-2.3.2:2[doc?,${MULTILIB_USEDEP}]
+   >=media-libs/libepoxy-1.2[${MULTILIB_USEDEP}]
+   >=x11-libs/gdk-pixbuf-2.35.5:2[${MULTILIB_USEDEP}]
+   >=x11-libs/gtk+-3.24.0:3[aqua?,wayland?,X?,${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+   ${PYTHON_DEPS}
+"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dbuild-atkmm-api=true
+   -Dbuild-demos=false
+   -Dbuild-documentation=$(multilib_native_usex doc true false)
+   -Dbuild-tests=$(usex test true false)
+   -Dbuild-x11-api=$(usex X true false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_test() {
+   virtx meson_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/

2021-05-21 Thread Matt Turner
commit: da5f8006d348fd4746adb3bf254ee49351e282e1
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:49:17 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:17:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5f8006

dev-cpp/atkmm: Version bump to 2.28.1

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

 dev-cpp/atkmm/Manifest | 1 +
 dev-cpp/atkmm/atkmm-2.28.1.ebuild  | 2 +-
 dev-cpp/atkmm/{atkmm-2.28.1.ebuild => atkmm-2.28.2.ebuild} | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/atkmm/Manifest b/dev-cpp/atkmm/Manifest
index 78a7f31acae..414ca87f2a6 100644
--- a/dev-cpp/atkmm/Manifest
+++ b/dev-cpp/atkmm/Manifest
@@ -1,2 +1,3 @@
 DIST atkmm-2.28.1.tar.xz 688912 BLAKE2B 
dd18c2e0151192eb56cc81ceb6d8da2b41850e9c31e357f14822ac99418f57237e5ffe876b0c0b05768ad93ffb9d2e5edfddd518c838a1cc916b40df7b7c0933
 SHA512 
9f336b594930b62e9789011f4584f569d40b6153e5f3f04ac0f5b48704c50fb7b99d3f5d8639eec8dfd42b9c268df3cf21c2ae2372fdb781729fa29c57365916
+DIST atkmm-2.28.2.tar.xz 689944 BLAKE2B 
24a71e98af483ed5a5a0c517fecca775ad0206b972fc3906b9b002910ca07dd1d1ae1a9aa6f044231470b484d36d580d8d263ac7b8ddee668d3a0e1845bd47b0
 SHA512 
df20b89b603a6ae419db24b21acbd6a9d0e91c07e374b4b774f6a67581ce1581affb0d079a264f0d7f2e6d8b63210639dd7aa15e7e94fb5904d161e9a2aac286
 DIST atkmm-2.36.0.tar.xz 735400 BLAKE2B 
d8b821f27d10f1995aa6bb8ab8a2ccc3357c7553656e30ee45e4ad677457b7a64a86ee9511124547c1680b5f95c3fd306fb315f3911787a6f0817ca5e130
 SHA512 
8527dfa50191919a7dcf6db6699767352cb0dac800d834ee39ed21694eee3136a41a7532d600b8b3c0fcea52da6129b623e8e61ada728d806aa61fdc8dc8dedf

diff --git a/dev-cpp/atkmm/atkmm-2.28.1.ebuild 
b/dev-cpp/atkmm/atkmm-2.28.1.ebuild
index 01366db0ae4..5329892de00 100644
--- a/dev-cpp/atkmm/atkmm-2.28.1.ebuild
+++ b/dev-cpp/atkmm/atkmm-2.28.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="

diff --git a/dev-cpp/atkmm/atkmm-2.28.1.ebuild 
b/dev-cpp/atkmm/atkmm-2.28.2.ebuild
similarity index 87%
copy from dev-cpp/atkmm/atkmm-2.28.1.ebuild
copy to dev-cpp/atkmm/atkmm-2.28.2.ebuild
index 01366db0ae4..5329892de00 100644
--- a/dev-cpp/atkmm/atkmm-2.28.1.ebuild
+++ b/dev-cpp/atkmm/atkmm-2.28.2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.gtkmm.org;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
 IUSE="doc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/

2021-05-21 Thread Matt Turner
commit: 4581aecf29867444cc7f4207d395c322feda57d9
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:46:56 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 01:47:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4581aecf

dev-cpp/glibmm: Version bump to 2.68.1

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

 dev-cpp/glibmm/Manifest |  1 +
 dev-cpp/glibmm/glibmm-2.68.1.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
index dc8bc5610df..d06bab6f615 100644
--- a/dev-cpp/glibmm/Manifest
+++ b/dev-cpp/glibmm/Manifest
@@ -3,3 +3,4 @@ DIST glibmm-2.64.5.tar.xz 7491108 BLAKE2B 
3c0f2215542a6ccc65c37d566856df326b7c0d
 DIST glibmm-2.66.0.tar.xz 7507608 BLAKE2B 
e6c8f9bac453e81a0a80850fe13b32751fd9644db40acd9d6a45e96f52cdccdbed633ad1ffde566103eb22af9cb073da11368d5c11db237d43127c0962768a64
 SHA512 
e6b38847a70d61412e7013a04fae2db1163cf746c1b8cb6bc43bd6985d66c1859ceb74dc2ca070ca88e5e4cd443325ccf8200c14fad9af47e33b5b49a0bb854f
 DIST glibmm-2.66.1.tar.xz 7509820 BLAKE2B 
4750940093cadbae7c32d387ac8b16c8230eb08ed1645e457edfa27542a2e8a01d70de08bb41d1872dd1f03d1506bfaefc2af582250ca64ad480ce5f98f20d56
 SHA512 
caf57c2c9d163fff45041c33ed70d2692040d7bea44660d68e8c16a76be2609e0f857a5e16ad5220a0ec681a560c864dc86c2988a2c40741b4f29c9fe5b7d8b9
 DIST glibmm-2.68.0.tar.xz 7652260 BLAKE2B 
df87b3f3d8cd74b693f843dec15d5376f2a755b0a72042983383c15cca9fdb90c2fed6320bf0f3fe846fcda5be3ee15c0fc1b683d29cebe64e8dcdd101fc9bf0
 SHA512 
a13121052315e949acf2528e226079f1a2cf7853080aec770dcb269e422997e5515ed767c7a549231fb3fa5f913b3fd9ef083080589283824b6a218d066b253e
+DIST glibmm-2.68.1.tar.xz 7657712 BLAKE2B 
a8141e53f89c981a9916d5f71dfd8c6d08e45a653b98c507acaadfefbedf2f22e8130a722f3398f5e0dff8196ffc8efa6567ebb2c8290f7373e34377e281db18
 SHA512 
ca164f986da651e66bb5b98a760853e73d57ff84e035809d4c3b2c0a1b6ddf8ca68ffc49a71d0e0b2e14eca1c00e2e727e3bf3821e0b2b3a808397c3d33c6d5c

diff --git a/dev-cpp/glibmm/glibmm-2.68.1.ebuild 
b/dev-cpp/glibmm/glibmm-2.68.1.ebuild
new file mode 100644
index 000..2cf6d1781f5
--- /dev/null
+++ b/dev-cpp/glibmm/glibmm-2.68.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org meson multilib-minimal python-any-r1
+
+DESCRIPTION="C++ interface for glib2"
+HOMEPAGE="https://www.gtkmm.org;
+
+LICENSE="LGPL-2.1+"
+SLOT="2.68"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="doc debug test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.63.0:2[${MULTILIB_USEDEP}]
+   dev-libs/libsigc++:3[doc?,${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+"
+
+src_prepare() {
+   default
+
+   # giomm_tls_client requires FEATURES=-network-sandbox and 
glib-networking rdep
+   sed -i -e '/giomm_tls_client/d' tests/meson.build || die
+
+   if ! use test; then
+   sed -i -e "/^subdir('tests')/d" meson.build || die
+   fi
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dwarnings=min
+   -Dbuild-deprecated-api=true
+   -Dbuild-documentation=$(usex doc true false)
+   -Ddebug-refcounting=$(usex debug true false)
+   -Dbuild-examples=false
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



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

2021-05-21 Thread Matt Turner
commit: 6f8231d1e5db7716b1b3a4164063c0d0584632b8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 02:18:09 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:26:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8231d1

net-libs/libndp: Version bump to 1.8

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

 net-libs/libndp/Manifest  |  1 +
 net-libs/libndp/libndp-1.8.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/net-libs/libndp/Manifest b/net-libs/libndp/Manifest
index c8f12580f8a..53ecbbbad8a 100644
--- a/net-libs/libndp/Manifest
+++ b/net-libs/libndp/Manifest
@@ -1 +1,2 @@
 DIST libndp-1.7.tar.gz 363502 BLAKE2B 
f9b4dc455a666fb8d7bbedd49ed2c66764eac0e886943647be906fbd2912379c8b0bcaf64460316417b9d13011c79f5cf6a79d0dae0af991b137cb69940e85c2
 SHA512 
4aadaf6d7d8b9e57983cba17ce92715cceef6635613c4c5326decb97fb575ce5f5d5586a629645e3605a03e385c6481bfb6c4458216be2bbd36959af62783790
+DIST libndp-1.8.tar.gz 364669 BLAKE2B 
29fa41b40300b273d50aed4f1fe4a1c552023aa83d6f4b1bd6033cd0a41618b453bd1ec7ac5223fe7c123649f389587e89e635cb988b392f1af04cc1d6b79002
 SHA512 
bce17095f01eb9df6601a2ff0597b0373f4b0005b1edac8c085e4c9d54f9cd18f08faf1604624e0e0992be66fa6f22a71106af46bc73c9e326663c7cf0c5a7fd

diff --git a/net-libs/libndp/libndp-1.8.ebuild 
b/net-libs/libndp/libndp-1.8.ebuild
new file mode 100644
index 000..e187a404419
--- /dev/null
+++ b/net-libs/libndp/libndp-1.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2 multilib-minimal
+
+DESCRIPTION="Library for Neighbor Discovery Protocol"
+HOMEPAGE="http://libndp.org;
+SRC_URI="http://libndp.org/files/${P}.tar.gz;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" \
+   gnome2_src_configure \
+   --disable-static \
+   --enable-logging
+}
+
+multilib_src_install() {
+   gnome2_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/atkmm/

2021-05-21 Thread Matt Turner
commit: 7a7e2a86ad993c08033a37d81cbe647051ce53e2
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:50:41 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 02:17:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7e2a86

dev-cpp/atkmm: Version bump to 2.36.1

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

 dev-cpp/atkmm/Manifest|  1 +
 dev-cpp/atkmm/atkmm-2.36.1.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-cpp/atkmm/Manifest b/dev-cpp/atkmm/Manifest
index 414ca87f2a6..b9c31d99cff 100644
--- a/dev-cpp/atkmm/Manifest
+++ b/dev-cpp/atkmm/Manifest
@@ -1,3 +1,4 @@
 DIST atkmm-2.28.1.tar.xz 688912 BLAKE2B 
dd18c2e0151192eb56cc81ceb6d8da2b41850e9c31e357f14822ac99418f57237e5ffe876b0c0b05768ad93ffb9d2e5edfddd518c838a1cc916b40df7b7c0933
 SHA512 
9f336b594930b62e9789011f4584f569d40b6153e5f3f04ac0f5b48704c50fb7b99d3f5d8639eec8dfd42b9c268df3cf21c2ae2372fdb781729fa29c57365916
 DIST atkmm-2.28.2.tar.xz 689944 BLAKE2B 
24a71e98af483ed5a5a0c517fecca775ad0206b972fc3906b9b002910ca07dd1d1ae1a9aa6f044231470b484d36d580d8d263ac7b8ddee668d3a0e1845bd47b0
 SHA512 
df20b89b603a6ae419db24b21acbd6a9d0e91c07e374b4b774f6a67581ce1581affb0d079a264f0d7f2e6d8b63210639dd7aa15e7e94fb5904d161e9a2aac286
 DIST atkmm-2.36.0.tar.xz 735400 BLAKE2B 
d8b821f27d10f1995aa6bb8ab8a2ccc3357c7553656e30ee45e4ad677457b7a64a86ee9511124547c1680b5f95c3fd306fb315f3911787a6f0817ca5e130
 SHA512 
8527dfa50191919a7dcf6db6699767352cb0dac800d834ee39ed21694eee3136a41a7532d600b8b3c0fcea52da6129b623e8e61ada728d806aa61fdc8dc8dedf
+DIST atkmm-2.36.1.tar.xz 736828 BLAKE2B 
5dc5d8fb9a29fe16bad0aea7737110df08f10504b5994239015a85ebfd98b6e38414259ecb6819e1dd9459fdf49e0f6b85c5ed9936802bd56d5c154c91443add
 SHA512 
23c831afac6bb9a0f9f2e622f8f9ffea29445a33b1cd650e0c07ee77e60b28ae5ee978c029e8e0f9b94e9ff4679d69ebde833f15e0a5403d97914cc7ccf98a6a

diff --git a/dev-cpp/atkmm/atkmm-2.36.1.ebuild 
b/dev-cpp/atkmm/atkmm-2.36.1.ebuild
new file mode 100644
index 000..0ab832b961c
--- /dev/null
+++ b/dev-cpp/atkmm/atkmm-2.36.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org meson multilib-minimal python-any-r1
+
+DESCRIPTION="C++ interface for the ATK library"
+HOMEPAGE="https://www.gtkmm.org;
+
+LICENSE="LGPL-2.1+"
+SLOT="2.36"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND="
+   >=dev-cpp/glibmm-2.68.0:2.68[doc?,${MULTILIB_USEDEP}]
+   >=dev-libs/atk-2.18.0[${MULTILIB_USEDEP}]
+   dev-libs/libsigc++:3[doc?,${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-libs/libxslt
+   )
+   ${PYTHON_DEPS}
+"
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dbuild-documentation=$(multilib_native_usex doc true false)
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_install() {
+   meson_src_install
+}
+
+multilib_src_test() {
+   meson_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/glibmm/

2021-05-21 Thread Matt Turner
commit: 02769da3516a6daf96231a7a3aa0664fb1eda5ac
Author: Matt Turner  gentoo  org>
AuthorDate: Sat May 22 01:46:15 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat May 22 01:47:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02769da3

dev-cpp/glibmm: Version bump to 2.66.1

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

 dev-cpp/glibmm/Manifest |  1 +
 dev-cpp/glibmm/glibmm-2.66.1.ebuild | 66 +
 2 files changed, 67 insertions(+)

diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
index 76918e0bc1d..dc8bc5610df 100644
--- a/dev-cpp/glibmm/Manifest
+++ b/dev-cpp/glibmm/Manifest
@@ -1,4 +1,5 @@
 DIST glibmm-2.64.2.tar.xz 7438116 BLAKE2B 
6ff458e90a5dbc606a2e04ecd3589262a1b96e827dba245985467818a7a4ba80a9c4cb15686fe479636cb8ce7e1db3334195d6334d7ec56327076cad87e22170
 SHA512 
0130af9a16981a54630150db6f4b1a95458d72d650c5e4781ee97ce624ec98c600b79ebf234d212e025781453fd11d78b9e8273235ffa143397423418fe970cc
 DIST glibmm-2.64.5.tar.xz 7491108 BLAKE2B 
3c0f2215542a6ccc65c37d566856df326b7c0d45999e525df6153862edd0841c501c64fc3cfd0e4c3f1bae29bbaca1eed44738acc11b3f1515ffc8a396b0791f
 SHA512 
e90bb722a35292b0fc54dff82604ec8d23a9e72b08581de14fd515539392ed713d0691352bf7de42d5027579959f76b268cdc11a76a3d3033ae8268f486ee817
 DIST glibmm-2.66.0.tar.xz 7507608 BLAKE2B 
e6c8f9bac453e81a0a80850fe13b32751fd9644db40acd9d6a45e96f52cdccdbed633ad1ffde566103eb22af9cb073da11368d5c11db237d43127c0962768a64
 SHA512 
e6b38847a70d61412e7013a04fae2db1163cf746c1b8cb6bc43bd6985d66c1859ceb74dc2ca070ca88e5e4cd443325ccf8200c14fad9af47e33b5b49a0bb854f
+DIST glibmm-2.66.1.tar.xz 7509820 BLAKE2B 
4750940093cadbae7c32d387ac8b16c8230eb08ed1645e457edfa27542a2e8a01d70de08bb41d1872dd1f03d1506bfaefc2af582250ca64ad480ce5f98f20d56
 SHA512 
caf57c2c9d163fff45041c33ed70d2692040d7bea44660d68e8c16a76be2609e0f857a5e16ad5220a0ec681a560c864dc86c2988a2c40741b4f29c9fe5b7d8b9
 DIST glibmm-2.68.0.tar.xz 7652260 BLAKE2B 
df87b3f3d8cd74b693f843dec15d5376f2a755b0a72042983383c15cca9fdb90c2fed6320bf0f3fe846fcda5be3ee15c0fc1b683d29cebe64e8dcdd101fc9bf0
 SHA512 
a13121052315e949acf2528e226079f1a2cf7853080aec770dcb269e422997e5515ed767c7a549231fb3fa5f913b3fd9ef083080589283824b6a218d066b253e

diff --git a/dev-cpp/glibmm/glibmm-2.66.1.ebuild 
b/dev-cpp/glibmm/glibmm-2.66.1.ebuild
new file mode 100644
index 000..27244f110de
--- /dev/null
+++ b/dev-cpp/glibmm/glibmm-2.66.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org meson multilib-minimal python-any-r1
+
+DESCRIPTION="C++ interface for glib2"
+HOMEPAGE="https://www.gtkmm.org;
+
+LICENSE="LGPL-2.1+"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+IUSE="doc debug test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libsigc++-2.9.1:2[${MULTILIB_USEDEP}]
+   >=dev-libs/glib-2.61.2:2[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+   doc? (
+   app-doc/doxygen[dot]
+   dev-lang/perl
+   dev-perl/XML-Parser
+   dev-libs/libxslt
+   media-gfx/graphviz
+   )
+"
+
+src_prepare() {
+   default
+
+   # giomm_tls_client requires FEATURES=-network-sandbox and 
glib-networking rdep
+   sed -i -e '/giomm_tls_client/d' tests/meson.build || die
+
+   if ! use test; then
+   sed -i -e "/^subdir('tests')/d" meson.build || die
+   fi
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dwarnings=min
+   -Dbuild-deprecated-api=true
+   -Dbuild-documentation=$(usex doc true false)
+   -Ddebug-refcounting=$(usex debug true false)
+   -Dbuild-examples=false
+   )
+   meson_src_configure
+}
+
+multilib_src_compile() {
+   meson_src_compile
+}
+
+multilib_src_test() {
+   meson_src_test
+}
+
+multilib_src_install() {
+   meson_src_install
+}



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

2021-05-21 Thread Sam James
commit: 2c627dcdb548f2e2971e8d1fd39ca67dda90c79d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:45:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:45:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c627dcd

media-libs/exiftool: add 12.26

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

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-12.26.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 5fecea8152b..c696d302572 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -1 +1,2 @@
 DIST Image-ExifTool-12.16.tar.gz 4888506 BLAKE2B 
d262f087b4334c01ed927945aa0b072c90eaf7322af017030ef193b8b20fc7ce7008b69c483bc83d1dbe0ceab5bcb7e894e5085cae853a1d9d74f72b9c8a360e
 SHA512 
adfd21834ccf06277903712b3c5e328b29c56f3b30ee68f6802dca0820823b627622e55f53238690525d1d19df2a59cb57f9d80a1bb2e99da37fb7d963ee16ee
+DIST Image-ExifTool-12.26.tar.gz 4933296 BLAKE2B 
e45683243b82f8276aee498d52a88d5b34eaf8b28aebdd631f70e30bb91ceb52224dc994ed189b914f024be4eb471b07bf9f1d860d96af2ab211e482b9ea194e
 SHA512 
15bbff738e151d3ed5c77a17c99ded6cc3da2050fe7df94c42aea544aa31d7f539d70d07fd5336ae018af05b7f168712f1367046d8004861fce58442c03f82bd

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



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

2021-05-21 Thread Sam James
commit: a35ab5ea8ca33d012b585b365bdc667a32e0faa8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35ab5ea

sys-fs/mtools: Stabilize 4.0.27 ppc64, #791301

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

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

diff --git a/sys-fs/mtools/mtools-4.0.27.ebuild 
b/sys-fs/mtools/mtools-4.0.27.ebuild
index fd0b77bd23a..1f4d091439f 100644
--- a/sys-fs/mtools/mtools-4.0.27.ebuild
+++ b/sys-fs/mtools/mtools-4.0.27.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc ~x86 ~x64-macos 
~x64-solaris"
 IUSE="X elibc_glibc"
 
 RDEPEND="



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

2021-05-21 Thread Sam James
commit: c9cee680db0835b05fc47edf097ffa4bdc8c2e02
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cee680

sys-devel/bison: Stabilize 3.7.6 ppc64, #791298

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

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

diff --git a/sys-devel/bison/bison-3.7.6.ebuild 
b/sys-devel/bison/bison-3.7.6.ebuild
index 4f31752ae7a..3fdad4ac982 100644
--- a/sys-devel/bison/bison-3.7.6.ebuild
+++ b/sys-devel/bison/bison-3.7.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: 52f9a9b435c0722f6e3b5fad6794400243666a32
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f9a9b4

app-arch/makeself: Stabilize 2.4.3 ALLARCHES, #791343

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

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

diff --git a/app-arch/makeself/makeself-2.4.3.ebuild 
b/app-arch/makeself/makeself-2.4.3.ebuild
index a46a9d81b0c..2cd2a9fa870 100644
--- a/app-arch/makeself/makeself-2.4.3.ebuild
+++ b/app-arch/makeself/makeself-2.4.3.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-release-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux"
 
 src_prepare() {
default



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

2021-05-21 Thread Sam James
commit: 602e282f2918b84bb8d97e91cca259cecc08d2fc
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=602e282f

app-misc/pax-utils: Stabilize 1.3.1 ppc64, #791277

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

 app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
index d26ccc0788c..a1470ebee63 100644
--- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-05-21 Thread Sam James
commit: 900f0eb6c638a805602bb2d25bbe12d8be7b2c54
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900f0eb6

sys-devel/automake: Stabilize 1.16.3-r1 ppc64, #791295

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

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

diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild 
b/sys-devel/automake/automake-1.16.3-r1.ebuild
index 542e722c721..322cbc22dc8 100644
--- a/sys-devel/automake/automake-1.16.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P="${P}"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



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

2021-05-21 Thread Sam James
commit: 6766e6e3e26ca52ad8d0172dc44428ae236880ca
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:33:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6766e6e3

sys-apps/irqbalance: Stabilize 1.8.0 ppc, #791292

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

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

diff --git a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild 
b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
index 8236dfa7e93..b6957081170 100644
--- a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
+++ b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~x86"
 IUSE="caps +numa selinux tui"
 
 DEPEND="



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

2021-05-21 Thread Sam James
commit: 47e9340efa97c0475c6cefc90f1ea1b00f5be0e6
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e9340e

sys-devel/bison: Stabilize 3.7.6 ppc, #791298

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

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

diff --git a/sys-devel/bison/bison-3.7.6.ebuild 
b/sys-devel/bison/bison-3.7.6.ebuild
index 09d2ec85eaa..4f31752ae7a 100644
--- a/sys-devel/bison/bison-3.7.6.ebuild
+++ b/sys-devel/bison/bison-3.7.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: 397e280e2b078e48cb96ec3ac1cc329b5a4ca5d9
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:34:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397e280e

sys-fs/mtools: Stabilize 4.0.27 ppc, #791301

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

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

diff --git a/sys-fs/mtools/mtools-4.0.27.ebuild 
b/sys-fs/mtools/mtools-4.0.27.ebuild
index 6fea482795d..fd0b77bd23a 100644
--- a/sys-fs/mtools/mtools-4.0.27.ebuild
+++ b/sys-fs/mtools/mtools-4.0.27.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ppc ~ppc64 sparc ~x86 
~x64-macos ~x64-solaris"
 IUSE="X elibc_glibc"
 
 RDEPEND="



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

2021-05-21 Thread Sam James
commit: e285f9ccb19ac0085483b9356a9c789ae9a31355
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:33:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e285f9cc

sys-devel/automake: Stabilize 1.16.3-r1 ppc, #791295

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

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

diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild 
b/sys-devel/automake/automake-1.16.3-r1.ebuild
index e92d5444b11..542e722c721 100644
--- a/sys-devel/automake/automake-1.16.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P="${P}"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



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

2021-05-21 Thread Sam James
commit: f6981299e9168f295ba082f8e7efa048e59e9539
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:33:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:34:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6981299

app-misc/pax-utils: Stabilize 1.3.1 ppc, #791277

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

 app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
index 905f7d1e77a..d26ccc0788c 100644
--- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-nestopia/

2021-05-21 Thread Craig Andrews
commit: 8641d31dcc108dcbcf389c8d9a4c4dade8b00ad0
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat May 22 01:33:16 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat May 22 01:33:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8641d31d

media-plugins/kodi-game-libretro-nestopia: 1.51.0.16 version bump

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

 media-plugins/kodi-game-libretro-nestopia/Manifest |  1 +
 .../kodi-game-libretro-nestopia-1.51.0.16.ebuild   | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-nestopia/Manifest 
b/media-plugins/kodi-game-libretro-nestopia/Manifest
index c099e61c0a1..c0b358e3a2c 100644
--- a/media-plugins/kodi-game-libretro-nestopia/Manifest
+++ b/media-plugins/kodi-game-libretro-nestopia/Manifest
@@ -1 +1,2 @@
 DIST kodi-game-libretro-nestopia-1.51.0.14.tar.gz 794126 BLAKE2B 
b896418099272a13c3c238b8c2ee1c35307fa216a6adb55b01bd7bade81cac2302ef61516f6e13f733379fb5b0ad50e9526ea20db9d46addf424ada5f7615e5e
 SHA512 
13e8695597427c9549242eaaadacf5ae4f1f86a7170e1df2763863ce8d7886adae5604c6dc3d6d3507a5ecabae8dfa37d2b8554da80043f5578dd74c5679135a
+DIST kodi-game-libretro-nestopia-1.51.0.16.tar.gz 800577 BLAKE2B 
6edc1c74d9028c5b1fd703d4dc758269dfbd4eb029166fa5e9275ada2d37c4f3fbb0cd795ea70b9ce60d3285f0305115bf2b53103a0127cb490fb0cf1e67776c
 SHA512 
04ba221323699f4a2a0efdf4f9daae48ab703e641cc3a65254fb654e3227f07b380c43a8d541c1371690cdced9040db5d2471eab26c3871cc3544290baf203db

diff --git 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.51.0.16.ebuild
 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.51.0.16.ebuild
new file mode 100644
index 000..8b618564c44
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.51.0.16.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Nestopia GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.nestopia;
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.nestopia.git;
+   inherit git-r3
+   DEPEND="
+   ${DEPEND}
+   ~media-tv/kodi-"
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.nestopia/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.nestopia-${PV}-${CODENAME}"
+   DEPEND="
+   ${DEPEND}
+   =media-tv/kodi-19*"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   ${DEPEND}
+   games-emulation/libretro-nestopia
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(NESTOPIA_LIB NAMES 
nestopia_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-nestopia.cmake" || die
+   cmake_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-nestopia/

2021-05-21 Thread Craig Andrews
commit: ecd99f6b4a4b4038e635f1da14ebd3f5162879ed
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat May 22 01:33:30 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat May 22 01:33:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd99f6b

media-plugins/kodi-game-libretro-nestopia: Cleanup old version

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

 media-plugins/kodi-game-libretro-nestopia/Manifest |  1 -
 .../kodi-game-libretro-nestopia-1.51.0.14.ebuild   | 44 --
 2 files changed, 45 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-nestopia/Manifest 
b/media-plugins/kodi-game-libretro-nestopia/Manifest
index c0b358e3a2c..b1877aa5272 100644
--- a/media-plugins/kodi-game-libretro-nestopia/Manifest
+++ b/media-plugins/kodi-game-libretro-nestopia/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-nestopia-1.51.0.14.tar.gz 794126 BLAKE2B 
b896418099272a13c3c238b8c2ee1c35307fa216a6adb55b01bd7bade81cac2302ef61516f6e13f733379fb5b0ad50e9526ea20db9d46addf424ada5f7615e5e
 SHA512 
13e8695597427c9549242eaaadacf5ae4f1f86a7170e1df2763863ce8d7886adae5604c6dc3d6d3507a5ecabae8dfa37d2b8554da80043f5578dd74c5679135a
 DIST kodi-game-libretro-nestopia-1.51.0.16.tar.gz 800577 BLAKE2B 
6edc1c74d9028c5b1fd703d4dc758269dfbd4eb029166fa5e9275ada2d37c4f3fbb0cd795ea70b9ce60d3285f0305115bf2b53103a0127cb490fb0cf1e67776c
 SHA512 
04ba221323699f4a2a0efdf4f9daae48ab703e641cc3a65254fb654e3227f07b380c43a8d541c1371690cdced9040db5d2471eab26c3871cc3544290baf203db

diff --git 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.51.0.14.ebuild
 
b/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.51.0.14.ebuild
deleted file mode 100644
index 8b618564c44..000
--- 
a/media-plugins/kodi-game-libretro-nestopia/kodi-game-libretro-nestopia-1.51.0.14.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Nestopia GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.nestopia;
-SRC_URI=""
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.nestopia.git;
-   inherit git-r3
-   DEPEND="
-   ${DEPEND}
-   ~media-tv/kodi-"
-else
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/kodi-game/game.libretro.nestopia/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/game.libretro.nestopia-${PV}-${CODENAME}"
-   DEPEND="
-   ${DEPEND}
-   =media-tv/kodi-19*"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   ${DEPEND}
-   games-emulation/libretro-nestopia
-   "
-RDEPEND="
-   media-plugins/kodi-game-libretro
-   ${DEPEND}
-   "
-src_prepare() {
-   echo 'find_library(NESTOPIA_LIB NAMES 
nestopia_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-nestopia.cmake" || die
-   cmake_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2021-05-21 Thread Craig Andrews
commit: a67c4344a461bc7ea0a8f778154a3889faf1e8f0
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat May 22 01:30:54 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat May 22 01:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67c4344

media-plugins/kodi-inputstream-adaptive: 2.6.16 version bump

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

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 +
 .../kodi-inputstream-adaptive-2.6.16.ebuild| 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index d63c8d6c40a..a7aca1e6837 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1 +1,2 @@
 DIST kodi-inputstream-adaptive-2.6.15.tar.gz 751617 BLAKE2B 
cd384265f891983c67a9b8b7532343e01cd07a9ee18467d8857909784cc023561e4348492d5a359fb6dc881a7754b343670b258ef83f905fb93c3313161e22f2
 SHA512 
85a3ab7d2fee6293cef1f69f9ddd5ee08a8eed6d93cda25dd1c4040059536aa0ee0329154856f09cfb40665503baa8f822c62c8af60d887aa6784752932ac1bf
+DIST kodi-inputstream-adaptive-2.6.16.tar.gz 751849 BLAKE2B 
6081d4b77de125460d61d9453094242b784eed31a4593a3849ffa1bbb644b6ccc66f969765fc09cd9f492fc763b52e8c346ecbc09a764eed0e476956415a7971
 SHA512 
af51e5469b20f670311f1f17c264d1a0e6a169479e990aceef439b2964c3f2f50d7b58153c16c8380f122bc167a9e770391c5876f63ff4fe89e7bb57284f6fbf

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.16.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.16.ebuild
new file mode 100644
index 000..eb913a08d26
--- /dev/null
+++ 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.16.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Adaptive inputstream addon"
+HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git;
+SRC_URI=""
+
+case ${PV} in
+)
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git;
+   EGIT_BRANCH="Matrix"
+   inherit git-r3
+   ;;
+*)
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
+   ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="!test? ( test )"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-libs/expat
+   =media-tv/kodi-19*
+   "
+DEPEND="
+   ${COMMON_DEPEND}
+   test? ( dev-cpp/gtest )
+   "
+RDEPEND="
+   ${COMMON_DEPEND}
+   "
+
+src_prepare() {
+   [ -d depends ] && rm -rf depends || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_TESTING=$(usex test)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/

2021-05-21 Thread Craig Andrews
commit: 79b396b1e9ddea127cb8bbd351c45157e6e1bc74
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat May 22 01:32:05 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat May 22 01:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b396b1

media-plugins/kodi-inputstream-adaptive: Cleanup old version

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

 media-plugins/kodi-inputstream-adaptive/Manifest   |  1 -
 .../kodi-inputstream-adaptive-2.6.15.ebuild| 54 --
 2 files changed, 55 deletions(-)

diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest 
b/media-plugins/kodi-inputstream-adaptive/Manifest
index a7aca1e6837..1a807c5cb48 100644
--- a/media-plugins/kodi-inputstream-adaptive/Manifest
+++ b/media-plugins/kodi-inputstream-adaptive/Manifest
@@ -1,2 +1 @@
-DIST kodi-inputstream-adaptive-2.6.15.tar.gz 751617 BLAKE2B 
cd384265f891983c67a9b8b7532343e01cd07a9ee18467d8857909784cc023561e4348492d5a359fb6dc881a7754b343670b258ef83f905fb93c3313161e22f2
 SHA512 
85a3ab7d2fee6293cef1f69f9ddd5ee08a8eed6d93cda25dd1c4040059536aa0ee0329154856f09cfb40665503baa8f822c62c8af60d887aa6784752932ac1bf
 DIST kodi-inputstream-adaptive-2.6.16.tar.gz 751849 BLAKE2B 
6081d4b77de125460d61d9453094242b784eed31a4593a3849ffa1bbb644b6ccc66f969765fc09cd9f492fc763b52e8c346ecbc09a764eed0e476956415a7971
 SHA512 
af51e5469b20f670311f1f17c264d1a0e6a169479e990aceef439b2964c3f2f50d7b58153c16c8380f122bc167a9e770391c5876f63ff4fe89e7bb57284f6fbf

diff --git 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.15.ebuild
 
b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.15.ebuild
deleted file mode 100644
index eb913a08d26..000
--- 
a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.15.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Kodi's Adaptive inputstream addon"
-HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git;
-SRC_URI=""
-
-case ${PV} in
-)
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git;
-   EGIT_BRANCH="Matrix"
-   inherit git-r3
-   ;;
-*)
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}"
-   ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-RESTRICT="!test? ( test )"
-IUSE="test"
-
-COMMON_DEPEND="
-   dev-libs/expat
-   =media-tv/kodi-19*
-   "
-DEPEND="
-   ${COMMON_DEPEND}
-   test? ( dev-cpp/gtest )
-   "
-RDEPEND="
-   ${COMMON_DEPEND}
-   "
-
-src_prepare() {
-   [ -d depends ] && rm -rf depends || die
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTING=$(usex test)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-snes9x/

2021-05-21 Thread Craig Andrews
commit: 9f0d73d5b96c2720fe4e0bfd895273d827a134d3
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat May 22 01:32:52 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat May 22 01:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0d73d5

media-plugins/kodi-game-libretro-snes9x: Cleanup old version

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

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  1 -
 .../kodi-game-libretro-snes9x-1.60.0.19.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index 3255ffdb538..debc6c3742c 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1,2 +1 @@
-DIST kodi-game-libretro-snes9x-1.60.0.19.tar.gz 1381181 BLAKE2B 
7e289069bb4fa4d817cde65913ca1ac50ae31ce1b87e9e6d314a2fd94a822923377d3453ba7c5f6d4f1e9212622167b6bcfda518dbcb56680c1d2f4cf0ed3f75
 SHA512 
037590d37934d5bb81c01612e8653b6780b895671caccec9e3510b2db0158bee16f3b17df2c7cc517ec901e46633dc43c80bfee7ba7925f39c9c1099330f8636
 DIST kodi-game-libretro-snes9x-1.60.0.20.tar.gz 1381225 BLAKE2B 
36e591a4bc365319d58fa31a5e96855b773fb90a916df56b141b6d956f82c51c072d3337d1f1e93056ea599586ca162b7a7bfbd1d112ae17120e76cc0dda2c62
 SHA512 
8306989b775e26772b83362d3f9c9a3d581e661422280b57aa718035ce0222da35e1ad7c15ddcf8016cd0851e85c8d48c7487dcc7e04b1d760aed87817894513

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.19.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.19.ebuild
deleted file mode 100644
index 11af75672b0..000
--- 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.19.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Snes9x GameClient for Kodi"
-HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x;
-SRC_URI=""
-
-if [[ ${PV} == * ]]; then
-   SRC_URI=""
-   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git;
-   inherit git-r3
-   DEPEND="${DEPEND}
-   ~media-tv/kodi-"
-else
-   KEYWORDS="~amd64 ~x86"
-   CODENAME="Matrix"
-   
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
-   DEPEND="${DEPEND}
-   =media-tv/kodi-19*"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   ${DEPEND}
-   games-emulation/libretro-snes9x
-   "
-RDEPEND="
-   media-plugins/kodi-game-libretro
-   ${DEPEND}
-   "
-src_prepare() {
-   echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
-   cmake_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-game-libretro-snes9x/

2021-05-21 Thread Craig Andrews
commit: 17a28abb7d001bad2654728638dfe89e523e91dc
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat May 22 01:32:32 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat May 22 01:33:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a28abb

media-plugins/kodi-game-libretro-snes9x: 1.60.0.20 version bump

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

 media-plugins/kodi-game-libretro-snes9x/Manifest   |  1 +
 .../kodi-game-libretro-snes9x-1.60.0.20.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/media-plugins/kodi-game-libretro-snes9x/Manifest 
b/media-plugins/kodi-game-libretro-snes9x/Manifest
index f279ade5f76..3255ffdb538 100644
--- a/media-plugins/kodi-game-libretro-snes9x/Manifest
+++ b/media-plugins/kodi-game-libretro-snes9x/Manifest
@@ -1 +1,2 @@
 DIST kodi-game-libretro-snes9x-1.60.0.19.tar.gz 1381181 BLAKE2B 
7e289069bb4fa4d817cde65913ca1ac50ae31ce1b87e9e6d314a2fd94a822923377d3453ba7c5f6d4f1e9212622167b6bcfda518dbcb56680c1d2f4cf0ed3f75
 SHA512 
037590d37934d5bb81c01612e8653b6780b895671caccec9e3510b2db0158bee16f3b17df2c7cc517ec901e46633dc43c80bfee7ba7925f39c9c1099330f8636
+DIST kodi-game-libretro-snes9x-1.60.0.20.tar.gz 1381225 BLAKE2B 
36e591a4bc365319d58fa31a5e96855b773fb90a916df56b141b6d956f82c51c072d3337d1f1e93056ea599586ca162b7a7bfbd1d112ae17120e76cc0dda2c62
 SHA512 
8306989b775e26772b83362d3f9c9a3d581e661422280b57aa718035ce0222da35e1ad7c15ddcf8016cd0851e85c8d48c7487dcc7e04b1d760aed87817894513

diff --git 
a/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.20.ebuild
 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.20.ebuild
new file mode 100644
index 000..11af75672b0
--- /dev/null
+++ 
b/media-plugins/kodi-game-libretro-snes9x/kodi-game-libretro-snes9x-1.60.0.20.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Snes9x GameClient for Kodi"
+HOMEPAGE="https://github.com/kodi-game/game.libretro.snes9x;
+SRC_URI=""
+
+if [[ ${PV} == * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/kodi-game/game.libretro.snes9x.git;
+   inherit git-r3
+   DEPEND="${DEPEND}
+   ~media-tv/kodi-"
+else
+   KEYWORDS="~amd64 ~x86"
+   CODENAME="Matrix"
+   
SRC_URI="https://github.com/kodi-game/game.libretro.snes9x/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
+   S="${WORKDIR}/game.libretro.snes9x-${PV}-${CODENAME}"
+   DEPEND="${DEPEND}
+   =media-tv/kodi-19*"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   ${DEPEND}
+   games-emulation/libretro-snes9x
+   "
+RDEPEND="
+   media-plugins/kodi-game-libretro
+   ${DEPEND}
+   "
+src_prepare() {
+   echo 'find_library(SNES9X_LIB NAMES 
snes9x_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' > 
"${S}/Findlibretro-snes9x.cmake" || die
+   cmake_src_prepare
+}



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

2021-05-21 Thread Sam James
commit: a20eb989e102f10e96595e56c08649166c5bc5cf
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:29:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:29:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20eb989

media-sound/strawberry: Stabilize 0.9.3 amd64, #791271

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

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

diff --git a/media-sound/strawberry/strawberry-0.9.3.ebuild 
b/media-sound/strawberry/strawberry-0.9.3.ebuild
index 9735f0e9a08..13ec62aadde 100644
--- a/media-sound/strawberry/strawberry-0.9.3.ebuild
+++ b/media-sound/strawberry/strawberry-0.9.3.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/jonaski/strawberry/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="amd64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-3"



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

2021-05-21 Thread Sam James
commit: ebbdca791db0830a77aebbf224c45e2251918286
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:31:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:31:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebbdca79

x11-libs/libX11: Stabilize 1.7.1 arm, #790824

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

 x11-libs/libX11/libX11-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.7.1.ebuild 
b/x11-libs/libX11/libX11-1.7.1.ebuild
index eeb1f42da8b..17c98902596 100644
--- a/x11-libs/libX11/libX11-1.7.1.ebuild
+++ b/x11-libs/libX11/libX11-1.7.1.ebuild
@@ -10,7 +10,7 @@ inherit toolchain-funcs xorg-3
 # Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: ccc35af29e8bd33277d3fdd07b4bcddba0f33699
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:31:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:31:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc35af2

dev-lang/go: Stabilize 1.15.12 arm64, #788640

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

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

diff --git a/dev-lang/go/go-1.15.12.ebuild b/dev-lang/go/go-1.15.12.ebuild
index eee2da1f9e1..0d4ac09e890 100644
--- a/dev-lang/go/go-1.15.12.ebuild
+++ b/dev-lang/go/go-1.15.12.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 arm ~arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-05-21 Thread Sam James
commit: 6dfaa9fb1775a39eb39893de22e05161739b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:31:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:31:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfaa9fb

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

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

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

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



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

2021-05-21 Thread Sam James
commit: d8af613bdb7721d327e2f2f97f9a34c18085486c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:31:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:31:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8af613b

dev-libs/libsass: Stabilize 3.6.5 arm64, #791337

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

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

diff --git a/dev-libs/libsass/libsass-3.6.5.ebuild 
b/dev-libs/libsass/libsass-3.6.5.ebuild
index 14f45c1d6db..be58b949343 100644
--- a/dev-libs/libsass/libsass-3.6.5.ebuild
+++ b/dev-libs/libsass/libsass-3.6.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/sass/libsass/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+   KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 fi
 
 DESCRIPTION="A C/C++ implementation of a Sass CSS compiler"



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

2021-05-21 Thread Sam James
commit: 983817f5725d011f05cb871109e164d90b585b8a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:31:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:31:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983817f5

x11-misc/compose-tables: Stabilize 1.7.1 arm, #790824

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

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild 
b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index fcb6915fbd0..f6965e30115 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



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

2021-05-21 Thread Sam James
commit: 57cd1b5e16d0b9cd336106affed555ef8a6fe4ea
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:29:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:29:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cd1b5e

x11-libs/libX11: Stabilize 1.7.1 amd64, #790824

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

 x11-libs/libX11/libX11-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.7.1.ebuild 
b/x11-libs/libX11/libX11-1.7.1.ebuild
index dae08e85a57..fb5b6805987 100644
--- a/x11-libs/libX11/libX11-1.7.1.ebuild
+++ b/x11-libs/libX11/libX11-1.7.1.ebuild
@@ -10,7 +10,7 @@ inherit toolchain-funcs xorg-3
 # Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: 21c6825f60046f35005e44faef5d8095764b8f5c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:31:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:31:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c6825f

dev-lang/sassc: Stabilize 3.6.2 arm64, #791337

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

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

diff --git a/dev-lang/sassc/sassc-3.6.2.ebuild 
b/dev-lang/sassc/sassc-3.6.2.ebuild
index 0fb7fc12d72..6806ed217d0 100644
--- a/dev-lang/sassc/sassc-3.6.2.ebuild
+++ b/dev-lang/sassc/sassc-3.6.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/sass/sassc/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux"
 
 RDEPEND=">=dev-libs/libsass-3.6.5:="
 DEPEND="${RDEPEND}"



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

2021-05-21 Thread Sam James
commit: cc5cd8a28d1e885dfc1f274801aaeffcd2418475
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:30:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:30:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5cd8a2

x11-libs/libX11: Stabilize 1.7.1 x86, #790824

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

 x11-libs/libX11/libX11-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.7.1.ebuild 
b/x11-libs/libX11/libX11-1.7.1.ebuild
index fb5b6805987..e89eba422b3 100644
--- a/x11-libs/libX11/libX11-1.7.1.ebuild
+++ b/x11-libs/libX11/libX11-1.7.1.ebuild
@@ -10,7 +10,7 @@ inherit toolchain-funcs xorg-3
 # Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: 013936b0ed2f15896c4b77f025ba166cfbafb02d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:29:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:29:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013936b0

sys-devel/automake: Stabilize 1.16.3-r1 amd64, #791295

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

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

diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild 
b/sys-devel/automake/automake-1.16.3-r1.ebuild
index 740e65add56..e92d5444b11 100644
--- a/sys-devel/automake/automake-1.16.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P="${P}"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



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

2021-05-21 Thread Sam James
commit: bf15a18d54bd1804b6a6df2fd3831d229e08c1d1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:30:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:30:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf15a18d

x11-libs/libX11: Stabilize 1.7.1 arm64, #790824

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

 x11-libs/libX11/libX11-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.7.1.ebuild 
b/x11-libs/libX11/libX11-1.7.1.ebuild
index e89eba422b3..eeb1f42da8b 100644
--- a/x11-libs/libX11/libX11-1.7.1.ebuild
+++ b/x11-libs/libX11/libX11-1.7.1.ebuild
@@ -10,7 +10,7 @@ inherit toolchain-funcs xorg-3
 # Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: 4af2f376d660d46e43e8e0601ed6ae723f52c1c8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:30:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:30:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af2f376

x11-misc/compose-tables: Stabilize 1.7.1 x86, #790824

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

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild 
b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 712cf489a8a..3373a136fe4 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



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

2021-05-21 Thread Sam James
commit: 8c86ff2b64dcf090a5aea8258c0c494d87ebb2b8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:31:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:31:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c86ff2b

dev-lang/go: Stabilize 1.16.4 arm64, #788640

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

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

diff --git a/dev-lang/go/go-1.16.4.ebuild b/dev-lang/go/go-1.16.4.ebuild
index eee2da1f9e1..0d4ac09e890 100644
--- a/dev-lang/go/go-1.16.4.ebuild
+++ b/dev-lang/go/go-1.16.4.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 arm ~arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2021-05-21 Thread Sam James
commit: 8deec7f5b1c4c709649780ad6b3a710c78810def
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:30:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:30:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8deec7f5

x11-misc/compose-tables: Stabilize 1.7.1 arm64, #790824

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

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild 
b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 3373a136fe4..fcb6915fbd0 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



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

2021-05-21 Thread Sam James
commit: ba2f6c4d9943c4911bc78da11574b4351bc3e2c6
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:29:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:29:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2f6c4d

x11-misc/compose-tables: Stabilize 1.7.1 amd64, #790824

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

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild 
b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 80079e52e01..712cf489a8a 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



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

2021-05-21 Thread Sam James
commit: bea7254495bce5d7e814df6e5ccc3b2de1b7946d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:29:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:29:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea72544

sys-apps/irqbalance: Stabilize 1.8.0 amd64, #791292

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

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

diff --git a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild 
b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
index 60639aba3fa..8236dfa7e93 100644
--- a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
+++ b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~x86"
 IUSE="caps +numa selinux tui"
 
 DEPEND="



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

2021-05-21 Thread Sam James
commit: 833f2529dc22dbb2d57aa9a39fe55bfad5572aac
Author: Sam James  gentoo  org>
AuthorDate: Sat May 22 01:29:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 22 01:29:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833f2529

app-misc/pax-utils: Stabilize 1.3.1 amd64, #791277

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

 app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
index 8d86e301d0f..905f7d1e77a 100644
--- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/files/, media-video/pipewire/

2021-05-21 Thread Thomas Deutschmann
commit: 3e5e2c5e7337086a3aba193bfe11dabb687760f6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri May 21 23:04:22 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri May 21 23:05:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5e2c5e

media-video/pipewire: allow >openaptx-0.2

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

 ...pipewire-0.3.28-revert-openaptx-restriction.patch | 20 
 media-video/pipewire/pipewire-0.3.28.ebuild  |  1 +
 media-video/pipewire/pipewire-.ebuild|  1 +
 3 files changed, 22 insertions(+)

diff --git 
a/media-video/pipewire/files/pipewire-0.3.28-revert-openaptx-restriction.patch 
b/media-video/pipewire/files/pipewire-0.3.28-revert-openaptx-restriction.patch
new file mode 100644
index 000..f624191b442
--- /dev/null
+++ 
b/media-video/pipewire/files/pipewire-0.3.28-revert-openaptx-restriction.patch
@@ -0,0 +1,20 @@
+Revert "openaptx: Blacklist >= 0.2.1 due to license change"
+
+This reverts commit d08b6fac6bec0d334ee9fc785d551a67832f95fe.
+
+Doesn't apply to us.
+
+Bug: https://bugs.gentoo.org/785634
+
+--- a/spa/meson.build
 b/spa/meson.build
+@@ -22,7 +22,7 @@ if not get_option('spa-plugins').disabled()
+   sbc_dep = dependency('sbc', required: get_option('bluez5'))
+   ldac_dep = dependency('ldacBT-enc', required : 
get_option('bluez5-codec-ldac'))
+   ldac_abr_dep = dependency('ldacBT-abr', required : 
get_option('bluez5-codec-ldac'))
+-  aptx_dep = dependency('libopenaptx', version : '< 0.2.1', required : 
get_option('bluez5-codec-aptx'))
++  aptx_dep = dependency('libopenaptx', required : 
get_option('bluez5-codec-aptx'))
+   fdk_aac_dep = dependency('fdk-aac', required : 
get_option('bluez5-codec-aac'))
+   avcodec_dep = dependency('libavcodec', required: get_option('ffmpeg'))
+   jack_dep = dependency('jack', version : '>= 1.9.10', required: 
get_option('jack'))
+ 

diff --git a/media-video/pipewire/pipewire-0.3.28.ebuild 
b/media-video/pipewire/pipewire-0.3.28.ebuild
index 5504603123f..9568402650e 100644
--- a/media-video/pipewire/pipewire-0.3.28.ebuild
+++ b/media-video/pipewire/pipewire-0.3.28.ebuild
@@ -97,6 +97,7 @@ DOCS=( {README,INSTALL}.md NEWS )
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.3.25-enable-failed-mlock-warning.patch
+   "${FILESDIR}"/${PN}-0.3.28-revert-openaptx-restriction.patch
 )
 
 # limitsdfile related code taken from =sys-auth/realtime-base-0.1

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index 5504603123f..9568402650e 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.ebuild
@@ -97,6 +97,7 @@ DOCS=( {README,INSTALL}.md NEWS )
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.3.25-enable-failed-mlock-warning.patch
+   "${FILESDIR}"/${PN}-0.3.28-revert-openaptx-restriction.patch
 )
 
 # limitsdfile related code taken from =sys-auth/realtime-base-0.1



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

2021-05-21 Thread Sam James
commit: f905d14b6a993ad57c39cf7bab0222d88bb0ce20
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 21:46:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 21:48:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f905d14b

sys-kernel/gentoo-kernel-bin: bump to 5.10.38 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.38-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 2c8ed28eb47..6476e74956a 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -39,6 +39,7 @@ DIST gentoo-kernel-5.10.37-1.amd64.xpak 65507544 BLAKE2B 
352874a4908597f0ca341c2
 DIST gentoo-kernel-5.10.37-1.arm64.xpak 59280432 BLAKE2B 
8acb2d667cd188932e930026e9f0f77d44c2308148ee13b378a216b3bbf7b8fb6016481d0e6bfcfef56e5b775a0bc7641e7a51e0b0c9efa610ac1508173b230e
 SHA512 
4868a26f6a994360ae2361566824c4f3e358b14743e8647edc3c8d2bc34042398c357d4ea429835c21e0395330b270a163356c72799b679a76e42ec27394a6db
 DIST gentoo-kernel-5.10.37-1.x86.xpak 57235922 BLAKE2B 
7d5ae9c3159a6240dc95bbec78b502ea1fcadba932064ce194d36524beeb8c0b54303ac43c6a17167e6a14e782f063073683f8678ec90bf7616c3f2b13e22a48
 SHA512 
71958bfb241bf1235d5ac1f7d14cde0eda0423a96461f4026be5442b3583311208cd0ad2e76c57463431e88cdc498684b2a4e9f064e9844e1a7e37e777191ef5
 DIST gentoo-kernel-5.10.38-1.amd64.xpak 65538346 BLAKE2B 
76d5e8b10d970fc54d1dcb5d21702a1726e91cc9e8076b4d2372aec073798a23335271859f1a950b87243367cd8d7f346e3a782f01a83f04cb8c26686cb222a0
 SHA512 
0f6077e98326eb33a602c7bb76641f4ba43f6c9510b8ae729e0ef134f915727eb556b7d6123ec79ec648b36b242a545f6e98515d1586d7612491c4e14bc9cf87
+DIST gentoo-kernel-5.10.38-1.arm64.xpak 59263514 BLAKE2B 
38a1a90a97261a72cf285351c5a3cefc352d306933616bb874408c788b4fa7b3d9746a25d75e77729931fb1dc28e9279b20f22936f95c354100e7d08c90c1156
 SHA512 
041defc35d7d94bb3890cb8b9a402465927d6a9bce07a2443ad720a8dc210cc67028be067be29bd1c64c0a2f6d55a4512cae4442fb4db63446911de799090af5
 DIST gentoo-kernel-5.10.38-1.x86.xpak 57251643 BLAKE2B 
398526f7c368f91ed6d3043483a48988730fb9ee928b9eff3b7495cdd5ec0bada1f8b81895ecde852dc0832b97dadb4dd4ec1f2304e273e664d4d18bd90af57a
 SHA512 
5477ac06ecaf2ffec60befee3d09f358461b423744f03f6c9d90b4528c032602e29a1df862c65525bd076806735764d312e7a277faadf63053b3d7a3fc818c48
 DIST gentoo-kernel-5.11.19-1.amd64.xpak 65896925 BLAKE2B 
7bad7ad368668bf79b5ac630b4e9bedfee4c81d7a27459fac002d5d4cb40496922f134bf41a2c479a184b64fbda0da6eb45e37724b1c6e29ebb56e3838b81052
 SHA512 
56c49da22f0a7c8870e7a57e2bdced8eba2b0295ffe7e3a5977b22e39fa4377cccdad893643a0abb9a82aa9f57a32a8a47873839d549627cbba435b3010b
 DIST gentoo-kernel-5.11.19-1.arm64.xpak 59764011 BLAKE2B 
719a3282547c4980ae5b1980be86e4a0b7f881577aee11fec21dcd374b1b89303d0cd6f9528b373a48a61ce0d5bbc6304ca2302a038e81e1bccb34b6d3af2139
 SHA512 
8b526f37e6d444d43e0b39936b6fa6e644d986794333bb33381fcdb6d78d3e9343ba4353ad558955eee4ce15c777bc2c13224851254fa84868d8e16a29d0243e

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.38-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.38-r1.ebuild
new file mode 100644
index 000..8198cf5ace0
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.38-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}

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

2021-05-21 Thread Sam James
commit: e0bcbb04e941dfbb1fd80132c1ece98258e6fc31
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 21:46:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 21:48:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0bcbb04

sys-kernel/gentoo-kernel-bin: bump to 5.4.120 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.4.120-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 5f9c875fde4..2c8ed28eb47 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -64,6 +64,7 @@ DIST gentoo-kernel-5.4.119-1.amd64.xpak 61350639 BLAKE2B 
adc69bc18fb447cf5855abc
 DIST gentoo-kernel-5.4.119-1.arm64.xpak 56392771 BLAKE2B 
96d87aa624459ff93c0492d9497bd59155cd6623a5c30cc2b4f0ad5790d5d9f8ac7768e70f6fe2d92c2aadca938ba02fd0b3945f7fc51e515c068413be3ff5c3
 SHA512 
df380b96f853402f80d918131bbc524db4a8a27e5a08a07ec2940c35d56f5904d2f9b673e9c3da7b29ac13d7d7d29a86db757c5d28f5894a6345623777ea2abb
 DIST gentoo-kernel-5.4.119-1.x86.xpak 53192878 BLAKE2B 
9681a1d5d955b51b57de103dcbb4a101395b1e0c7c545c472dd5e93e3901d9abad9a692383fabce37c9fa043946c3fab9de3f880a5946cf6864259f4735e364d
 SHA512 
44935242acc37a00ff3f5784ae79d5356032a1271c2e48bec5c321724e6630e165c979d5ccb4d8b6ec4a2b5cf0ca6326aa1afccd5dd3d7dedc0b0207d11a154d
 DIST gentoo-kernel-5.4.120-1.amd64.xpak 61385726 BLAKE2B 
4eda28bcfaaeb8caaa0d74c6fb37b203528ccd9853c775bcd40dc9f4698edc282a5c70602b42945b98840b1ea3d6b0d620b7726c65c83c16363e1c7542822cc1
 SHA512 
c36c7c5f309dea87df6af0567929f7fe09656ac49e33fd7edca62522aa45656e53d717dca5a9702b246446f25d7c3249ef0fdae8554f71cedf90339bc8b620eb
+DIST gentoo-kernel-5.4.120-1.arm64.xpak 56380077 BLAKE2B 
d9d0a98d00b17925c852b75875ba4eb373624cd1fc35df60aa50796e81facb5067146f3008313b5776aae7b251ae6559118cb36f1480813073341dfa37de01ac
 SHA512 
c207f79b59ae38ab58a2f7341c8d21e3fc388eb949417a033d4dfd9fb0a7acdcac4a1d5ce8528708e7a2dfba1b241f0cf03235b5c2fb9dd1c930a36a8bebd2f5
 DIST gentoo-kernel-5.4.120-1.x86.xpak 53191725 BLAKE2B 
816d230d0755058eb5ff090977e607b5d077ff5d49766da19416593aafaa529becb742abe6ef59f0212e64affe95e45a313559b5741257c05826be539e9a849f
 SHA512 
86ce9f57c0b14f6edf3403fe2868d7c32f7d55ffa714ffeecd4c3830eb88633aaa71455e8a962a2ace0363981b2b820b4fab50ed10893ccf7470945c6e31a196
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.120-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.120-r1.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.120-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default
+}
+
+src_configure() {
+   

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

2021-05-21 Thread Sam James
commit: f0b08c851a8c65e73e528859924dc05d0fa11ee7
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 21:47:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 21:48:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b08c85

sys-kernel/gentoo-kernel-bin: bump to 5.11.22 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.11.22-r1.ebuild| 115 +
 2 files changed, 116 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 6476e74956a..06b15fca780 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -51,6 +51,7 @@ DIST gentoo-kernel-5.11.21-1.amd64.xpak 65876585 BLAKE2B 
c16eb8a5715e5bb06fd5586
 DIST gentoo-kernel-5.11.21-1.arm64.xpak 59742584 BLAKE2B 
030c9dfd403daf52f453cedfe6742932f1118849768564d8e3363a7f02f306c039555708f234069863367d70d9a355ff3532bfb1bce76a5513bfb5a7f3471f59
 SHA512 
a7afbead23e20d54eb24070dc791077e0d5e6ff58d398bca4b96fd009dec45fce4e324fb6930e5589f1e0b8132b989ff9fca50ce266c840eaff82962456a2849
 DIST gentoo-kernel-5.11.21-1.x86.xpak 57640449 BLAKE2B 
7ced7266ea2f1088979c0ba5c9b9a8ea2f72a92469ab805e767261d1845f30e2d498c1b42e762b97487e536f6f92aabc2db33ee5ff9ffd59e311763fac6d503b
 SHA512 
898956702a54bc9314bfd8a8f825dad30d52cd3fa09f70c46a1698fb8203d92fae5c5a426aa91a7ab34647b1f889fa2068a3822925c438f57c4559be1feaaf44
 DIST gentoo-kernel-5.11.22-1.amd64.xpak 65882786 BLAKE2B 
aa98de82c4f47a586474f6f888a12fa3fb4605bd3dae576a36a9edfd10b669cb586d975dd6dfd4fac0ca3906e56a14250effb44b54ea6646898b12ddeeb6ae28
 SHA512 
1cd5f40f7ae0500158d05e3da14788a407faef9c471001fa5cb403e6cbbd062130645166cab28f3ad79cb6318dd0fb5961a515952a91de35f34b44483931c5a2
+DIST gentoo-kernel-5.11.22-1.arm64.xpak 59725454 BLAKE2B 
bffe7733b1ab766ab7afae20c77696ab36bed989dae7fef60e6eba752da8f918240e0d28fdce01d5813775c4013df80ba495e6ed7163838bde2896ffce96fb06
 SHA512 
8b1e4b0f6ca7294a457574f23557df1cc99dc6be41f3a36f6a871cb8a21d52f0556279afe400301bbdf715d4e07134da845c37318a1e6df9e14e379cf4252f68
 DIST gentoo-kernel-5.11.22-1.x86.xpak 57639501 BLAKE2B 
5d4cb13fcf9d60f0865d1048985a920a85cd13aac338c475a0cf3c2ebdc2414b5130b6d511456d52881ef37bf0f8623cb3b60694d990a274ae1e048788f44f02
 SHA512 
c116911b8941980ceb1026d603c038758dca821a390274b5165dc9e101962872b8051889e5685ea304d51996be602170c5aea5080f7e66421f707d4563974df7
 DIST gentoo-kernel-5.4.115-1.amd64.xpak 61381562 BLAKE2B 
e36468cb61a73daffd9709bc8e13eb1c11a0ec1e8f68df55c07eaa50e7538337534ca48342b019b308c99c121628f55c868a5577b2c1a5a4a67cdd72a6fea8ef
 SHA512 
5bb1836cfd7b746aa5d8e947d6fe63c368f86a0d439e56106a77b3f3c3999d3761f238bfd76b5785035ff68869da271a2c3a4dfb5f09fb16b343e0d296ad9d60
 DIST gentoo-kernel-5.4.115-1.arm64.xpak 56473345 BLAKE2B 
ba662f7d08629dc4fd8978de1db9f0f4400cde21802590a168f9737da03013e27c09a5ecbadcc99f482c935f20db61f9395bc006390b46bea45af305f1677620
 SHA512 
2ee5adf31d0a8c2bfa76cfadd5c56e818cf31cea3323c91517cd752ce4c87256c2a4f33583119977e37538669d5e2046f77fdd0b9c6adf15ccc498e7179a2088

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.22-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.22-r1.ebuild
new file mode 100644
index 000..2760e617c65
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.11.22-r1.ebuild
@@ -0,0 +1,115 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~alicef/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default

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

2021-05-21 Thread Sergei Trofimovich
commit: 2564a4ad413f0bf66ff32956f3a4708eee8a914e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May 21 22:25:27 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 21 22:25:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2564a4ad

dev-lang/erlang: bump up to 24.0.1

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

 dev-lang/erlang/Manifest |   1 +
 dev-lang/erlang/erlang-24.0.1.ebuild | 158 +++
 2 files changed, 159 insertions(+)

diff --git a/dev-lang/erlang/Manifest b/dev-lang/erlang/Manifest
index 391c4ce9bf5..afed9eea621 100644
--- a/dev-lang/erlang/Manifest
+++ b/dev-lang/erlang/Manifest
@@ -1,5 +1,6 @@
 DIST erlang-23.3.1.tar.gz 56654422 BLAKE2B 
b1ccd870d4a47f12d1a65b424d6c6b0f59a4654c0779c595fb28fdc2d3e179bb9b12d2473770b239b65665b2f6a3281d239f9fb3d6b86548df3ee69fce8fe5ed
 SHA512 
03d4be9b25a14359e9f8db52d8e7d8edff1e8c53686a189caae15373c7e15d03f05e1138c549b8b41b8e6b7c55ab154cea47356f6fe79f7b72d5fb4ce759c4b0
 DIST erlang-23.3.4.tar.gz 56664814 BLAKE2B 
ef8aa8d5a6fd1efc02a35459d1cb15eecf5f948127266bf782544e1da9a59765aca15070ea92df5558a4de017cc810e3542e2393e9470243fc6d9be13e9f37b6
 SHA512 
c8c5a9676163058276c703a0db0373508fad0ed9dff0aa9806ce59115ca766ff1d343c5a3917a920b249655fe188b974482ff378e9173c9fe00ea3907e618da5
+DIST erlang-24.0.1.tar.gz 58860070 BLAKE2B 
a52f6f18173f7dcc79cc3f47155fb08854eaef29e52b78e5b78f5239c2f2617c20be3878ba01511d942f0fd0351b44c982fd5ad29ed1da6d8939d05364342238
 SHA512 
8e6588e69e58395c92a6cd9e63ff4da688e8fe8b1cc6dea3e3bb5b102940854a73a1a6363e8f94c697117a7be0f8b07712cb584af1d9ef9947eb87b09c8559e6
 DIST erlang-24.0.tar.gz 58258571 BLAKE2B 
ee71c1f19a1d990977d3764bf4122593a216e4bbbef7e5a8a5c7e22142171ef869b4a5ac01aa1f4495eaf79808cbb677d4163a52917879e2a615f08e20480c7e
 SHA512 
bd3e4dbe640e80dc2173bc9c92178acbd6aee7a486a1eebb7fe8ec70963b8c94bb456af7ac592f434700cd8b1d98ef8351bfc7a76113bbbd0c9a0e20fd68629b
 DIST erlang_doc_html_23.3.tar.gz 36224657 BLAKE2B 
7e2a3e16f4cfa0f15c01074740e02af7a45b480b4a94e764463717658ab7e5d0281f928c3ec585582b10168645e3e06cfe72cf6a0ba1b88f539b80f2b7ad99be
 SHA512 
8be4aae46839239604b875b39339e7b6b6c677c099b3d749d5f1041c4508c1c3b4aa8136a93df12b1e5cb6333ef907276f5965c9726ed2b9e77a6043c8ef53b1
 DIST erlang_doc_html_24.0.tar.gz 39731398 BLAKE2B 
8a9fe3acb4cc13691e16c477cf89e8298df1a99bbe6a6c9e59e3c34248ecdc21077835951087b5a5bbb23ddb28f3bd7ab8b058fe64ce56c342b825a6c0ef8948
 SHA512 
453f8a9cf779a4f43966615433afc3be3aae7a571acf45974947bd720a331ca05949bc310de5f3b33b72d274971103ede56875bbfe757ba17f903510f690d97e

diff --git a/dev-lang/erlang/erlang-24.0.1.ebuild 
b/dev-lang/erlang/erlang-24.0.1.ebuild
new file mode 100644
index 000..01313ebc6b1
--- /dev/null
+++ b/dev-lang/erlang/erlang-24.0.1.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+WX_GTK_VER="3.0-gtk3"
+
+inherit elisp-common java-pkg-opt-2 systemd toolchain-funcs wxwidgets
+
+# NOTE: If you need symlinks for binaries please tell maintainers or
+# open up a bug to let it be created.
+
+UPSTREAM_V="$(ver_cut 1-2)"
+
+DESCRIPTION="Erlang programming language, runtime environment and libraries 
(OTP)"
+HOMEPAGE="https://www.erlang.org/;
+SRC_URI="https://github.com/erlang/otp/archive/OTP-${PV}.tar.gz -> ${P}.tar.gz
+   http://erlang.org/download/otp_doc_man_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_man_${UPSTREAM_V}.tar.gz
+   doc? ( http://erlang.org/download/otp_doc_html_${UPSTREAM_V}.tar.gz -> 
${PN}_doc_html_${UPSTREAM_V}.tar.gz )"
+
+LICENSE="Apache-2.0"
+# We use this subslot because Compiled HiPE Code can be loaded on the exact
+# same build of ERTS that was used when compiling the code.  See
+# http://erlang.org/doc/system_principles/misc.html for more information.
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="doc emacs java +kpoll odbc sctp ssl systemd tk wxwidgets"
+
+RDEPEND="
+   acct-group/epmd
+   acct-user/epmd
+   sys-libs/ncurses:0
+   sys-libs/zlib
+   emacs? ( >=app-editors/emacs-23.1:* )
+   java? ( >=virtual/jdk-1.8:* )
+   odbc? ( dev-db/unixODBC )
+   sctp? ( net-misc/lksctp-tools )
+   ssl? ( >=dev-libs/openssl-0.9.7d:0= )
+   systemd? ( sys-apps/systemd )
+   wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )
+"
+DEPEND="${RDEPEND}
+   dev-lang/perl
+"
+
+S="${WORKDIR}/otp-OTP-${PV}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-22.0-dont-ignore-LDFLAGS.patch
+)
+
+SITEFILE=50"${PN}"-gentoo.el
+
+src_prepare() {
+   default
+
+   tc-export AR CPP CXX LD
+   ./otp_build autoconf || die
+}
+
+src_configure() {
+   use wxwidgets && setup-wxwidgets
+
+   local myconf=(
+   --disable-builtin-zlib
+
+   # don't search for static zlib
+ 

[gentoo-commits] repo/gentoo:master commit in: games-emulation/snes9x/files/

2021-05-21 Thread David Seifert
commit: 811a2e0756ef3f8028d48ab4193287e7d055afe1
Author: David Seifert  gentoo  org>
AuthorDate: Fri May 21 22:13:49 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri May 21 22:13:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811a2e07

games-emulation/snes9x: Use upstream patch for GCC 11

* I didn't see the patch until after I committed my own fix already.

Closes: https://bugs.gentoo.org/789963
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../snes9x/files/snes9x-1.60-gcc11.patch   | 28 +-
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch 
b/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch
index 1b9a70b7f09..453771f5139 100644
--- a/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch
+++ b/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch
@@ -1,17 +1,31 @@
+From 7f6d9d6432d912cd90763c64f7c92270b3e6c182 Mon Sep 17 00:00:00 2001
+From: gocha 
+Date: Sun, 19 Jan 2020 12:48:06 +0900
+Subject: [PATCH] win32: fix compilation error in vs2019
+
+---
+ conffile.cpp | 2 +-
+ conffile.h   | 6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/conffile.cpp b/conffile.cpp
+index 817afae7f..fa7de3fa2 100644
 --- a/conffile.cpp
 +++ b/conffile.cpp
-@@ -452,7 +452,7 @@
+@@ -452,7 +452,7 @@ void ConfigFile::ClearLines()
  }
  }
  
 -bool ConfigFile::ConfigEntry::section_then_key_less::operator()(const 
ConfigEntry , const ConfigEntry ) {
-+bool ConfigFile::ConfigEntry::section_then_key_less::operator()(const 
ConfigEntry , const ConfigEntry ) const {
++bool ConfigFile::ConfigEntry::section_then_key_less::operator()(const 
ConfigEntry , const ConfigEntry ) const{
if(curConfigFile && a.section!=b.section){
const int sva = curConfigFile->GetSectionSize(a.section);
const int svb = curConfigFile->GetSectionSize(b.section);
+diff --git a/conffile.h b/conffile.h
+index ba69812df..d92128cba 100644
 --- a/conffile.h
 +++ b/conffile.h
-@@ -90,7 +90,7 @@
+@@ -90,7 +90,7 @@ class ConfigFile {
mutable bool used;
  
  struct section_then_key_less {
@@ -20,12 +34,14 @@
  };
  
  struct key_less {
-@@ -101,7 +101,7 @@
+@@ -101,8 +101,8 @@ class ConfigFile {
  };
  
  struct line_less {
 -bool operator()(const ConfigEntry , const ConfigEntry ){
-+bool operator()(const ConfigEntry , const ConfigEntry ) const 
{
-   if(a.line==b.line) return (b.val.empty() && 
!a.val.empty()) || a.key

[gentoo-commits] repo/gentoo:master commit in: games-emulation/snes9x/files/, games-emulation/snes9x/

2021-05-21 Thread David Seifert
commit: 7c5b7e17bd7487c699cefc72339a7061f737ae81
Author: David Seifert  gentoo  org>
AuthorDate: Fri May 21 22:06:23 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri May 21 22:06:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5b7e17

games-emulation/snes9x: Fix building against GCC 11

Closes: https://bugs.gentoo.org/789963
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../snes9x/files/snes9x-1.60-gcc11.patch   | 31 ++
 games-emulation/snes9x/snes9x-1.60.ebuild  |  3 ++-
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch 
b/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch
new file mode 100644
index 000..1b9a70b7f09
--- /dev/null
+++ b/games-emulation/snes9x/files/snes9x-1.60-gcc11.patch
@@ -0,0 +1,31 @@
+--- a/conffile.cpp
 b/conffile.cpp
+@@ -452,7 +452,7 @@
+ }
+ }
+ 
+-bool ConfigFile::ConfigEntry::section_then_key_less::operator()(const 
ConfigEntry , const ConfigEntry ) {
++bool ConfigFile::ConfigEntry::section_then_key_less::operator()(const 
ConfigEntry , const ConfigEntry ) const {
+   if(curConfigFile && a.section!=b.section){
+   const int sva = curConfigFile->GetSectionSize(a.section);
+   const int svb = curConfigFile->GetSectionSize(b.section);
+--- a/conffile.h
 b/conffile.h
+@@ -90,7 +90,7 @@
+   mutable bool used;
+ 
+ struct section_then_key_less {
+-bool operator()(const ConfigEntry , const ConfigEntry );
++bool operator()(const ConfigEntry , const ConfigEntry ) const;
+ };
+ 
+ struct key_less {
+@@ -101,7 +101,7 @@
+ };
+ 
+ struct line_less {
+-bool operator()(const ConfigEntry , const ConfigEntry ){
++bool operator()(const ConfigEntry , const ConfigEntry ) const 
{
+   if(a.line==b.line) return (b.val.empty() && 
!a.val.empty()) || a.key

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

2021-05-21 Thread Michał Górny
commit: 955f7bd4fcb8aba66b73bda130219a3c469bb5b7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 21 21:03:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 21 21:05:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955f7bd4

dev-python/semantic_version: Fix HOMEPAGE

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

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

diff --git a/dev-python/semantic_version/semantic_version-2.8.5.ebuild 
b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
index c41e0740920..3686723332e 100644
--- a/dev-python/semantic_version/semantic_version-2.8.5.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python library providing a few tools handling SemVer in Python"
-HOMEPAGE="https://pypi.org/project/semantic_version/;
+HOMEPAGE="https://pypi.org/project/semantic-version/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
#SRC_URI="https://github.com/rbarrois/python-semanticversion/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
 



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

2021-05-21 Thread Michał Górny
commit: 526fabe2092fd74ecd181b72f0a8485386280ca6
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu May 20 20:34:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 21 21:05:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526fabe2

dev-python/semantic_version: Bump to python 3.10

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/semantic_version/semantic_version-2.8.5.ebuild 
b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
index 5fd6f407758..c41e0740920 100644
--- a/dev-python/semantic_version/semantic_version-2.8.5.ebuild
+++ b/dev-python/semantic_version/semantic_version-2.8.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python library providing a few tools handling SemVer in Python"



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

2021-05-21 Thread Sergei Trofimovich
commit: ad20554f9f8cb51b91b2bf4d68b22e8216cf4979
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 21 19:39:27 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 21 20:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad20554f

sys-devel/bison: stable 3.7.6 for hppa/sparc, bug #791298

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-devel/bison/bison-3.7.6.ebuild 
b/sys-devel/bison/bison-3.7.6.ebuild
index a4ea75ade53..09d2ec85eaa 100644
--- a/sys-devel/bison/bison-3.7.6.ebuild
+++ b/sys-devel/bison/bison-3.7.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sergei Trofimovich
commit: bf894e3f78e193c5e11858fad03fb25011271810
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 21 19:41:29 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 21 20:36:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf894e3f

dev-python/werkzeug: keyworded 2.0.0 for sparc, bug #789606

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/werkzeug/werkzeug-2.0.0.ebuild 
b/dev-python/werkzeug/werkzeug-2.0.0.ebuild
index d9a91a7036a..1605d4dbfa3 100644
--- a/dev-python/werkzeug/werkzeug-2.0.0.ebuild
+++ b/dev-python/werkzeug/werkzeug-2.0.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
test? (



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

2021-05-21 Thread Sergei Trofimovich
commit: e557ba537c8fddd4ab1c8748224f590cb101acc4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 21 19:37:02 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 21 20:36:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e557ba53

sys-fs/mtools: stable 4.0.27 for sparc, bug #791301

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/sys-fs/mtools/mtools-4.0.27.ebuild 
b/sys-fs/mtools/mtools-4.0.27.ebuild
index 5a49c51dbef..6fea482795d 100644
--- a/sys-fs/mtools/mtools-4.0.27.ebuild
+++ b/sys-fs/mtools/mtools-4.0.27.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 
~x64-macos ~x64-solaris"
 IUSE="X elibc_glibc"
 
 RDEPEND="



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

2021-05-21 Thread Sergei Trofimovich
commit: a0b172e3f005a946a6674b5d3f23804cb8e4758a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 21 19:38:14 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 21 20:36:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b172e3

x11-libs/libX11: stable 1.7.1 for sparc, bug #790824

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/libX11/libX11-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libX11/libX11-1.7.1.ebuild 
b/x11-libs/libX11/libX11-1.7.1.ebuild
index bf033e3cc6b..dae08e85a57 100644
--- a/x11-libs/libX11/libX11-1.7.1.ebuild
+++ b/x11-libs/libX11/libX11-1.7.1.ebuild
@@ -10,7 +10,7 @@ inherit toolchain-funcs xorg-3
 # Note: please bump this with x11-misc/compose-tables
 DESCRIPTION="X.Org X11 library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="ipv6 test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sergei Trofimovich
commit: 245818f4461c4d14aafefdeaa262e9144c958f4a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 21 19:38:50 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 21 20:36:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245818f4

x11-misc/compose-tables: stable 1.7.1 for sparc, bug #790824

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/compose-tables/compose-tables-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild 
b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
index 759d3b58ed5..80079e52e01 100644
--- a/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
+++ b/x11-misc/compose-tables/compose-tables-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="X.Org Compose Key tables from libX11"
 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/lib/libX11-${PV}.tar.${XORG_TARBALL_SUFFIX}"
 S="${WORKDIR}/libX11-${PV}/"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 # Only needed by configure
 DEPEND="



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

2021-05-21 Thread Andreas K. Hüttel
commit: eb570ac9fee20a3869a91eed4ce0ef9ba42d6512
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 21 20:24:40 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 21 20:25:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb570ac9

dev-perl/POE: Version bump 1.368

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

 dev-perl/POE/Manifest   |  1 +
 dev-perl/POE/POE-1.368.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-perl/POE/Manifest b/dev-perl/POE/Manifest
index 5bc79c6cde7..9e7a01357aa 100644
--- a/dev-perl/POE/Manifest
+++ b/dev-perl/POE/Manifest
@@ -1 +1,2 @@
 DIST POE-1.367.tar.gz 381473 BLAKE2B 
42e6a99d4cbe94b5474396ade8dd2ea3168ba774d683023b30890b46a395104d304482a605072383b3fe97a3856a396c24b2d909ad75ac2b1167bc1ed59fc3ed
 SHA512 
94a3ece46a7e573018fdb3151110b1ed7604389d030227169685d38afdfa69603ef55fe8493368645a9f6f1be432fb253cb4568c55190eea33652881a0b4a4fb
+DIST POE-1.368.tar.gz 377702 BLAKE2B 
5de20891656c5107541964841ae8db9e03de9b8a636911aff2a03d9155194760090e0ec59714564a4f312e2b4aaf6785ff9d547834aa8a4fc098273d37f3f571
 SHA512 
a8a4e885101372039ea48aaeac3de9fcef2db34e90216b2e63f24ea681cf1d86cd701d4b59e6b000b29f85f600655e29717ab1501d053acaf6248b1cd8f341ad

diff --git a/dev-perl/POE/POE-1.368.0.ebuild b/dev-perl/POE/POE-1.368.0.ebuild
new file mode 100644
index 000..e0719a13359
--- /dev/null
+++ b/dev-perl/POE/POE-1.368.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POE_TEST_LOOPS_VERSION=1.360.0
+DIST_AUTHOR=BINGOS
+DIST_VERSION=1.368
+inherit perl-module
+
+DESCRIPTION="A framework for creating multitasking programs in Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="ipv6 libwww ncurses tk test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-Exporter
+   >=virtual/perl-File-Spec-0.870.0
+   >=virtual/perl-IO-1.240.0
+   >=dev-perl/IO-Pipely-0.5.0
+   >=dev-perl/IO-Tty-1.80.0
+   >=virtual/perl-Storable-2.160.0
+   >=virtual/perl-Time-HiRes-1.590.0
+   ipv6? (
+   >=dev-perl/Socket6-0.14
+   )
+   tk? (
+   >=dev-perl/Tk-800.027
+   )
+   libwww? (
+   >=dev-perl/libwww-perl-5.79
+   >=dev-perl/URI-1.30
+   )
+   ncurses? (
+   >=dev-perl/Curses-1.08
+   )
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/POE-Test-Loops-${POE_TEST_LOOPS_VERSION}
+   >=virtual/perl-Test-Harness-2.26
+   >=virtual/perl-Test-Simple-0.54
+   )
+"
+
+src_test() {
+   perl_rm_files t/10_units/01_pod/01_pod.t\
+   t/10_units/01_pod/02_pod_coverage.t \
+   t/10_units/01_pod/03_pod_no404s.t   \
+   t/10_units/01_pod/04_pod_linkcheck.t
+
+   # Disable network tests
+   rm -f "${S}"/run_network_tests || die
+   perl-module_src_test
+}



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

2021-05-21 Thread Andreas K. Hüttel
commit: 139e3426ac86b4bde5c0101e592e1f8e0e89d97e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 21 20:02:47 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 21 20:12:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139e3426

dev-perl/Socket6: Remove old

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

 dev-perl/Socket6/Manifest   |  1 -
 dev-perl/Socket6/Socket6-0.270.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/Socket6/Manifest b/dev-perl/Socket6/Manifest
index 9e47afd7ce9..ca5ada4e7ac 100644
--- a/dev-perl/Socket6/Manifest
+++ b/dev-perl/Socket6/Manifest
@@ -1,2 +1 @@
-DIST Socket6-0.27.tar.gz 64936 BLAKE2B 
14b5777662f883989f23ae5004000974acc2e9bf7d5908e82d9b55532fa0be5a109d52c1c801052a1dd8375fbd400b3f61914a33091ac77eec46f9423405ac22
 SHA512 
8431d3d3d48da0b55dbe5478f9226ddb77bc2fbd2db164683312d51446dfdf52c2f596ff1ee7287a4321386579db8713169eabf65b93ff900808ca311cefe6d5
 DIST Socket6-0.28.tar.gz 65567 BLAKE2B 
9f8b83bafb9e57f4f26b2e123bda04c9ffeb801487743046f46ed583add67e663a9ce6dfbdd150cb0dcaa606f83198d44c0fa932be19b444d96b86ef2281fb58
 SHA512 
6f7ea283b0eabbe3051ec6d54e070a0290aa1cec6bb82b949a5a23b38b591766d19d2ae7e085c86cf44dac19784c5df3c2bf25a011b77281d5cb7d025beaafce

diff --git a/dev-perl/Socket6/Socket6-0.270.0.ebuild 
b/dev-perl/Socket6/Socket6-0.270.0.ebuild
deleted file mode 100644
index 47b95e701c4..000
--- a/dev-perl/Socket6/Socket6-0.270.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=UMEMOTO
-MODULE_VERSION=0.27
-inherit perl-module toolchain-funcs
-
-DESCRIPTION="IPv6 related part of the C socket.h defines and structure 
manipulators"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"
-
-src_unpack() {
-   perl-module_src_unpack
-   tc-export CC
-}



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

2021-05-21 Thread Andreas K. Hüttel
commit: 20e845087a9576d602d8095354f9bdbf85df3ab6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 21 20:01:05 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 21 20:12:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e84508

dev-perl/NetAddr-IP: Remove old

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

 dev-perl/NetAddr-IP/Manifest |  1 -
 dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-perl/NetAddr-IP/Manifest b/dev-perl/NetAddr-IP/Manifest
index d486aa85204..a3f10bd2370 100644
--- a/dev-perl/NetAddr-IP/Manifest
+++ b/dev-perl/NetAddr-IP/Manifest
@@ -1,2 +1 @@
-DIST NetAddr-IP-4.078.tar.gz 213358 BLAKE2B 
aa0c040f3ecf6b57184ec5c4dc2c3b18b1def5bc955f72bc8cd8f31e42a7b139039cd6b95f712bd7ca857e21c5b388a282275c1f77ec433a6018e2663c621228
 SHA512 
37ca056da216ead336ea3b3ce791ef804fc26d54c45a40eefc3adb662dfe02d7ac8618128eba8eff9ebc0be4a3b511fed14363ca63eb99e7e2b0e44416948311
 DIST NetAddr-IP-4.079.tar.gz 213896 BLAKE2B 
e0e54e5fc944591801faeb7bd28187579e72458240dc40d847b3efb1bd5136ccfa8993c6a74a1d8b01970f20495b0655dbc865be44f3de714896c07ee06e203f
 SHA512 
8ebc8ffb914cf72c041441f96de0e9c982eebdb8c26dbf15f885d0113b3634e4851d81f13f555c14d1fdf0ab95ae2ce880ed124e6c200e391adae3b1d6d3eb65

diff --git a/dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild 
b/dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild
deleted file mode 100644
index 653f6d4219f..000
--- a/dev-perl/NetAddr-IP/NetAddr-IP-4.78.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MIKER
-MODULE_VERSION=4.078
-inherit perl-module
-
-DESCRIPTION="Manipulation and operations on IP addresses"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE="ipv6"
-
-RDEPEND="ipv6? ( dev-perl/Socket6 )"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do parallel"
-
-src_prepare() {
-   perl-module_src_prepare
-   touch "${S}"/Makefile.old
-}



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

2021-05-21 Thread Andreas K. Hüttel
commit: c8db1a411dc7e077879daa67ca08eb2486e3a71e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 21 20:09:08 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 21 20:12:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8db1a41

dev-perl/GDTextUtil: Remove old

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

 dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild 
b/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild
deleted file mode 100644
index a56abe78752..000
--- a/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MVERB
-MODULE_VERSION=0.86
-inherit perl-module
-
-DESCRIPTION="Text utilities for use with GD"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
-IUSE=""
-
-RDEPEND="dev-perl/GD"
-DEPEND="${RDEPEND}"



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

2021-05-21 Thread James Le Cuirot
commit: 47545b4ff3c52f34eda2d5e3b1896d57f51bbe42
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri May 21 20:03:26 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 21 20:03:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47545b4f

media-libs/libopenmpt: Bump to 0.5.9, drop old 0.5.8

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/libopenmpt/Manifest  | 2 +-
 .../libopenmpt/{libopenmpt-0.5.8.ebuild => libopenmpt-0.5.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenmpt/Manifest b/media-libs/libopenmpt/Manifest
index 6aedd419ec0..f197ee38ec8 100644
--- a/media-libs/libopenmpt/Manifest
+++ b/media-libs/libopenmpt/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.5.8+release.autotools.tar.gz 1474083 BLAKE2B 
5519f2c8d9d4e02e32bf1ccd28a89fe547b1a4ec79a0be209a872db5c7e2eb9ca3e1a9fec820a13492bb14d1413c217654a5cbafc79bb0e041dbf2f6d27d9ca5
 SHA512 
29a5b97495c2fa9898cb806cbdc1bac3263b30ecb9c02860e9f7147dc1186d7600589b5f44c9b1aede9c9d44add3521e28e1ff6a9299227e8b19361fe9cd7cc2
+DIST libopenmpt-0.5.9+release.autotools.tar.gz 1475064 BLAKE2B 
0c7675ac723b10e879f0c7282a64bebb4fc489cf7ff8dd7fca8da2739cdcc89bed52da9d5bfa24e7c2e6eeb1a55b1e09d84dfc625d8c5b2eff6300b37b44d882
 SHA512 
993a466a508698a673fbb5b397493b1b75da2a96e3139c5d726546c999169d03fa77a96256721192d869b59e58c938d49224b08bcd0056ad3f78874dea9dcd21

diff --git a/media-libs/libopenmpt/libopenmpt-0.5.8.ebuild 
b/media-libs/libopenmpt/libopenmpt-0.5.9.ebuild
similarity index 100%
rename from media-libs/libopenmpt/libopenmpt-0.5.8.ebuild
rename to media-libs/libopenmpt/libopenmpt-0.5.9.ebuild



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

2021-05-21 Thread James Le Cuirot
commit: 9016b078e02d8fbbc55f5ddded8cd1821a940a87
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri May 21 20:03:48 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri May 21 20:03:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9016b078

media-sound/openmpt123: Bump to 0.5.9, drop old 0.5.8

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: James Le Cuirot  gentoo.org>

 media-sound/openmpt123/Manifest | 2 +-
 .../openmpt123/{openmpt123-0.5.8.ebuild => openmpt123-0.5.9.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/openmpt123/Manifest b/media-sound/openmpt123/Manifest
index 6aedd419ec0..f197ee38ec8 100644
--- a/media-sound/openmpt123/Manifest
+++ b/media-sound/openmpt123/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.5.8+release.autotools.tar.gz 1474083 BLAKE2B 
5519f2c8d9d4e02e32bf1ccd28a89fe547b1a4ec79a0be209a872db5c7e2eb9ca3e1a9fec820a13492bb14d1413c217654a5cbafc79bb0e041dbf2f6d27d9ca5
 SHA512 
29a5b97495c2fa9898cb806cbdc1bac3263b30ecb9c02860e9f7147dc1186d7600589b5f44c9b1aede9c9d44add3521e28e1ff6a9299227e8b19361fe9cd7cc2
+DIST libopenmpt-0.5.9+release.autotools.tar.gz 1475064 BLAKE2B 
0c7675ac723b10e879f0c7282a64bebb4fc489cf7ff8dd7fca8da2739cdcc89bed52da9d5bfa24e7c2e6eeb1a55b1e09d84dfc625d8c5b2eff6300b37b44d882
 SHA512 
993a466a508698a673fbb5b397493b1b75da2a96e3139c5d726546c999169d03fa77a96256721192d869b59e58c938d49224b08bcd0056ad3f78874dea9dcd21

diff --git a/media-sound/openmpt123/openmpt123-0.5.8.ebuild 
b/media-sound/openmpt123/openmpt123-0.5.9.ebuild
similarity index 100%
rename from media-sound/openmpt123/openmpt123-0.5.8.ebuild
rename to media-sound/openmpt123/openmpt123-0.5.9.ebuild



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

2021-05-21 Thread Sam James
commit: c59dd11c3638609dec13e5ba00affaf7a60c9ebc
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:47:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59dd11c

sys-devel/bison: Stabilize 3.7.6 arm, #791298

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

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

diff --git a/sys-devel/bison/bison-3.7.6.ebuild 
b/sys-devel/bison/bison-3.7.6.ebuild
index dcf40db76f9..a4ea75ade53 100644
--- a/sys-devel/bison/bison-3.7.6.ebuild
+++ b/sys-devel/bison/bison-3.7.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2021-05-21 Thread Sam James
commit: 15a19a16bb19b6acabe94d7d68565b3072755b02
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:47:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:47:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15a19a16

app-misc/pax-utils: Stabilize 1.3.1 arm, #791277

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

 app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
index 239608d2287..8d86e301d0f 100644
--- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



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

2021-05-21 Thread Sam James
commit: 73f251417d1c1dd657bf65a73a2055ae2dfe149b
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:49:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:49:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f25141

sys-apps/irqbalance: Stabilize 1.8.0 arm, #791292

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

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

diff --git a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild 
b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
index 1ec5926b18a..60639aba3fa 100644
--- a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
+++ b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~x86"
 IUSE="caps +numa selinux tui"
 
 DEPEND="



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

2021-05-21 Thread Sam James
commit: a585dde8d14cc7b081d29e8a83b4a973ab4868cf
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:47:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:47:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a585dde8

sys-apps/irqbalance: Stabilize 1.8.0 arm64, #791292

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

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

diff --git a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild 
b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
index 9702732fb4b..1ec5926b18a 100644
--- a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
+++ b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
 IUSE="caps +numa selinux tui"
 
 DEPEND="



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

2021-05-21 Thread Sam James
commit: 3e68b7ba8aed201135f00639d904f4ad973df7ef
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:47:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:47:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e68b7ba

sys-fs/mtools: Stabilize 4.0.27 arm, #791301

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

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

diff --git a/sys-fs/mtools/mtools-4.0.27.ebuild 
b/sys-fs/mtools/mtools-4.0.27.ebuild
index 3ebdd3b6df9..5a49c51dbef 100644
--- a/sys-fs/mtools/mtools-4.0.27.ebuild
+++ b/sys-fs/mtools/mtools-4.0.27.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos ~x64-solaris"
 IUSE="X elibc_glibc"
 
 RDEPEND="



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

2021-05-21 Thread Sam James
commit: 2180c4519e2d6713c68b067e2019ca325dfd6615
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:47:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:47:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2180c451

sys-devel/bison: Stabilize 3.7.6 arm64, #791298

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

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

diff --git a/sys-devel/bison/bison-3.7.6.ebuild 
b/sys-devel/bison/bison-3.7.6.ebuild
index 64245f3c89c..dcf40db76f9 100644
--- a/sys-devel/bison/bison-3.7.6.ebuild
+++ b/sys-devel/bison/bison-3.7.6.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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="examples nls static test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/

2021-05-21 Thread Sam James
commit: 7b520bd0a16250438fc2c1135a43afd43d190f6e
Author: Sam James  gentoo  org>
AuthorDate: Thu May 20 18:47:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 20 18:47:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b520bd0

x11-themes/QGnomePlatform: Stabilize 0.7.1 x86, #791208

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild 
b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
index be0a99a7beb..cb4a841bc79 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME 
settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform;
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""



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

2021-05-21 Thread Sam James
commit: 55d8479378bd8969c97e5703550b13bb8c9e8444
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:47:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:47:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d84793

sys-devel/automake: Stabilize 1.16.3-r1 arm64, #791295

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

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

diff --git a/sys-devel/automake/automake-1.16.3-r1.ebuild 
b/sys-devel/automake/automake-1.16.3-r1.ebuild
index 0012a71abf8..740e65add56 100644
--- a/sys-devel/automake/automake-1.16.3-r1.ebuild
+++ b/sys-devel/automake/automake-1.16.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]] ; then
 
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
if [[ ${PV/_beta} == ${PV} ]]; then
MY_P="${P}"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz



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

2021-05-21 Thread Sam James
commit: a223c034c4cc0f4d32ea4633ac847fe724975b7c
Author: Sam James  gentoo  org>
AuthorDate: Fri May 21 19:47:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 21 19:47:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a223c034

app-misc/pax-utils: Stabilize 1.3.1 arm64, #791277

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

 app-misc/pax-utils/pax-utils-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild 
b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
index 474efb8559a..239608d2287 100644
--- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="caps debug kernel_linux python seccomp"
 
 RDEPEND="caps? ( >=sys-libs/libcap-2.24 )



[gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/

2021-05-21 Thread Sam James
commit: f433f9182485069fe735e5a57c55562c2246a864
Author: Sam James  gentoo  org>
AuthorDate: Thu May 20 18:47:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 20 18:47:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f433f918

x11-themes/QGnomePlatform: Stabilize 0.7.1 amd64, #791208

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

 x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild 
b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
index fc28ebf2a22..be0a99a7beb 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.7.1.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME 
settings"
 HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform;
 SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""



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

2021-05-21 Thread Steve Arnold
commit: 03307cc92a0a18dad6c1fc14c4b6f2995bd4fa76
Author: Steve Arnold  gentoo  org>
AuthorDate: Fri May 21 19:05:26 2021 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Fri May 21 19:05:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03307cc9

sys-apps/fbset: keyword for riscv

* tested against geaglev beta hdmi framebuffer

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Steve Arnold  gentoo.org>

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

diff --git a/sys-apps/fbset/fbset-2.1.ebuild b/sys-apps/fbset/fbset-2.1.ebuild
index 398f486926d..d6fac5aa37e 100644
--- a/sys-apps/fbset/fbset-2.1.ebuild
+++ b/sys-apps/fbset/fbset-2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://users.telenet.be/geertu/Linux/fbdev/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="static"
 
 BDEPEND="sys-devel/bison



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2021-05-21 Thread David Seifert
commit: 3a7cdc4a827fdbaea86856697c701a7ce8fb5b53
Author: Ionen Wolkens  gmail  com>
AuthorDate: Fri May 21 18:27:18 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri May 21 18:27:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7cdc4a

x11-drivers/nvidia-drivers: drop 465.27

Signed-off-by: Ionen Wolkens  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20904
Signed-off-by: David Seifert  gentoo.org>

 x11-drivers/nvidia-drivers/Manifest|   7 -
 .../nvidia-drivers/nvidia-drivers-465.27.ebuild| 409 -
 2 files changed, 416 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 1468387a3cd..2f48dc7a42c 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -3,7 +3,6 @@ DIST NVIDIA-Linux-aarch64-450.119.03.run 80498137 BLAKE2B 
1834fb1d1f6254665339b7
 DIST NVIDIA-Linux-aarch64-460.67.run 112551235 BLAKE2B 
cc1166454f6e8771c7fe97010906919e9f2afd74ac86321006628f90f4d8dee033c3e09b2d9cac9063fe3fd313c0b529b347bcf38c051588ca7a972617c45026
 SHA512 
6ba17844dd215967f2f55a6620535464f244075a13f4b2b6d0ffaeeb6d97397fae0ba0de032d971847556d7b78ac8a1010ecec5127f45eb7ec73db87b1507ca1
 DIST NVIDIA-Linux-aarch64-460.73.01.run 112529526 BLAKE2B 
64481ebba998cf168e4b9b1ad47f474a174e3f5e384889695d5f240a9f8f5f3265efb344b9082e3d1ad74da9fc90381b5d6e72064cde463c6b3bc7bf62d9c520
 SHA512 
e6a7d0ecbd99b763f7bfc793c6dbea1a64e290e9d200d7e500896dffdc97aca01f14bf0d4d26286f381c8c986210e7cfb0345b004be085aa58578c30a4ba118e
 DIST NVIDIA-Linux-aarch64-460.80.run 112551983 BLAKE2B 
a07b24484b47ff98ae30a37f563dcdc31ab14b72f91aea2c15f79b6594aa232cafeaa3873a426610dbbf5f08f3d7fbd45fb609f4f5f9d74197f6f5294c6cafa4
 SHA512 
2ea5b1dd68cfc7c7168444ad917386523bd8aadde7a5341aee2f7d5e8e1047ccbed0f5b29c9c7fc0ef7002c85f61a3f2ef1003a92e0e56e38fe6d346b9175b1e
-DIST NVIDIA-Linux-aarch64-465.27.run 149490303 BLAKE2B 
410756e12cc440f8e05aacd35fb8fc1ce462d34d821c033d70cc587983f17ce6ce3cfdcaf8fec7157f5af4844a706aec64ace69d8300aeeb1a59f188f049ced0
 SHA512 
9be2b26219d04315e944e560fafb4d91acdb26dffa5240d463cf860f73fbafb117f98449992adf50256c34878797ed1e12296f44184a49664241e7a9e48397ee
 DIST NVIDIA-Linux-aarch64-465.31.run 149782108 BLAKE2B 
3f0efbfe48d901538ed627df127bfe98267ed9fa055c82da3de9e64ea32de53fc2f0b2e0bc2748c3ef0732e5f25db2b51bf8e3315010c70b21dc726575c862eb
 SHA512 
093f74f8b0b068ba1ddd6dd80024d39def935c01bc7e98a3ed9965142ace773565f6768bff118098eb574c9ba0f34e4dbfa65754930e27e153a514310470ae67
 DIST NVIDIA-Linux-x86-390.141.run 49589744 BLAKE2B 
304672806b89885adbf8459ea99ca872769e44a42ff041a5b79ef05d113d7717f505f543441e7a2fc6c569f6d66391f0380a4f23f3e68108c8de817bf251f850
 SHA512 
6dfde3b54520070954b45f6bc071251084e1741f55e582b1abd806eb367e4b9ce0015615bf6a887fa784d075b3db08b6940da4163b960969773d1bdc52b4961e
 DIST NVIDIA-Linux-x86-390.143.run 49327068 BLAKE2B 
c6e0600885bfd834be6dca18346259a58e05640afe4b1ea394d5795e4c8a4b0fa9fdf5c4a331a128843708ece9e95df2ff7e0b3cf2ac5875b5d731c73423c112
 SHA512 
17bbcc2f5e9dde3f131b7924ea1e99a591b5e18b835dd324c528d17f74eded94e087c6a9a2b364189851e9972ad27bcd47e901c9ec14eedc568b99890f1e0a4f
@@ -14,7 +13,6 @@ DIST NVIDIA-Linux-x86_64-450.119.03.run 141295706 BLAKE2B 
854dd0063ea1f11e052f6b
 DIST NVIDIA-Linux-x86_64-460.67.run 177691692 BLAKE2B 
25a7d87cc128933a98100d7c5ef37f93c3a870c096eea3228a28ef79d712ce104608f941cc1eadc21dccbbc8bc41ab1832795cfee75e217600ed0d76489e
 SHA512 
80fdc023a8ce80e3a103896f28a5564bb43903af6bfc719f755c48eb225e79ec6abf219ab20eb80ada5808ef932ef5fa0fe710c6e0a07dd8a248daff2ba3b898
 DIST NVIDIA-Linux-x86_64-460.73.01.run 177241975 BLAKE2B 
5a43076c4f2c64ee7761824f8e4bf29dc053cf6ccd143b730ea062303124dbb5afe95882b752cd25e707375bafbca3beaabaee955cd2cf7b73a96190b9340bae
 SHA512 
fa468747770f092b94658ef8c7896f69e05a8818f1269ce219c293cc02b0a042b73b755ef28a3012576dae54984a989cd3262ead674f62bdce4af13feac3c064
 DIST NVIDIA-Linux-x86_64-460.80.run 176338282 BLAKE2B 
ccc97bf40848257cb7a2e7016c831618b4755e9cc6bfd9bf8c60ac0b5d899354196ff2201e8f92ce4d0742d58edd519a2ff2959f35f22030106c4244ca3ac9db
 SHA512 
4ccfdcce53412b337b71d7ccefad2bdc700e2597e78f4e4601e6779f504e3644fe1d29bee7c3a5aad49f39f737e7d35fdf53be002649a19e37cb7688f252347a
-DIST NVIDIA-Linux-x86_64-465.27.run 235656975 BLAKE2B 
8da00b35fc0fe08d22be426bca7162a10095a06739c8a1b901d8d1ffa60e1a2dbb1cbf34f24c46aa5872a1edd1132d43309790031527598c33134c72804ed3ee
 SHA512 
1d43f436b1305faa2981de6ebfa0916d10127005b6cb765ab6bf0d1e75529ec1eab973d0de6e3ebb39678d2b3f80f2ac9a661ed0c4690d8a823ac7822135cdb2
 DIST NVIDIA-Linux-x86_64-465.31.run 236060463 BLAKE2B 
dfa877ddeb31961c7cdb621c30b1c61282152c27787e45542ee4a411ad8a08f732b149996a0b522638ad98f47a7c7f575a0f8b65e82413aee7823a6f0ac58426
 SHA512 
3ea65eda463320d0e2301e45daa5a725bd07f664ab117053f106b981801ae314faef320304f4b87dd8eb8868f9f86478b23fbca51d27ddc3968a5f5300e8cbf9
 DIST nvidia-installer-390.141.tar.gz 205299 BLAKE2B 

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

2021-05-21 Thread David Seifert
commit: 6cd767d3bf2c4fab2489fc33d9230b9b8fad47c9
Author: Ionen Wolkens  gmail  com>
AuthorDate: Fri May 21 18:27:15 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri May 21 18:27:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd767d3

nvidia-driver.eclass: drop last-rited eclass

Signed-off-by: Ionen Wolkens  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 eclass/nvidia-driver.eclass | 222 
 1 file changed, 222 deletions(-)

diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass
deleted file mode 100644
index 99f7cf4876a..000
--- a/eclass/nvidia-driver.eclass
+++ /dev/null
@@ -1,222 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# @DEAD
-# @ECLASS: nvidia-driver.eclass
-# @MAINTAINER:
-# David Seifert 
-# @AUTHOR:
-# Original author: Doug Goldstein 
-# @SUPPORTED_EAPIS: 7
-# @BLURB: Provide useful messages for nvidia-drivers
-# @DESCRIPTION:
-# Provide useful messages for nvidia-drivers based on currently installed
-# Nvidia GPU and Linux kernel.
-
-# @ECLASS-VARIABLE: NV_KV_MAX_PLUS
-# @REQUIRED
-# @DESCRIPTION:
-# Two component version specifier for the strict upper bound on the
-# usable kernel version.
-#
-# Example:
-# @CODE
-# NV_KV_MAX_PLUS="5.11"
-# @CODE
-#
-# means that only kernels (strictly) below 5.11 are supported by the driver
-# in question.
-
-case ${EAPI:-0} in
-   [0-6]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
-   7) ;;
-   *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
-esac
-
-if [[ ! ${_NVIDIA_DRIVER_ECLASS} ]]; then
-_NVIDIA_DRIVER_ECLASS=1
-
-inherit readme.gentoo-r1
-
-DESCRIPTION="NVIDIA Accelerated Graphics Driver"
-HOMEPAGE="https://www.nvidia.com/Download/Find.aspx;
-BDEPEND="sys-apps/pciutils"
-RESTRICT="bindist mirror test"
-
-# Variables for readme.gentoo.eclass:
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="You must be in the video group to use the NVIDIA device
-For more info, read the docs at
-https://www.gentoo.org/doc/en/nvidia-guide.xml#doc_chap3_sect6
-
-This ebuild installs a kernel module and X driver. Both must
-match explicitly in their version. This means, if you restart
-X, you must modprobe -r nvidia before starting it back up
-
-To use the NVIDIA CUDA/OpenCL, run \"eselect opencl set nvidia\"
-
-NVIDIA has requested that any bug reports submitted have the
-output of nvidia-bug-report.sh included.
-"
-
-# @FUNCTION: nvidia-driver_get_gpu
-# @DESCRIPTION:
-# Retrieve the PCI device ID for each Nvidia GPU you have
-nvidia-driver_get_gpu() {
-   local NVIDIA_CARD=$(
-   [[ -x ${BROOT}/usr/sbin/lspci ]] && "${BROOT}"/usr/sbin/lspci 
-d 10de: -n \
-   | awk -F'[: ]' '/ 03[0-9][0-9]: /{print $6}'
-   )
-
-   if [[ -n ${NVIDIA_CARD} ]]; then
-   echo "${NVIDIA_CARD}"
-   else
-   echo 
-   fi
-}
-
-nvidia-driver_get_mask() {
-   local nvidia_gpus="$(nvidia-driver_get_gpu)"
-   local nvidia_gpu drv
-
-   for nvidia_gpu in ${nvidia_gpus}; do
-   # the data below is derived from
-   # 
https://us.download.nvidia.com/XFree86/Linux-x86_64/396.18/README/supportedchips.html
-
-   if has ${nvidia_gpu} \
-   0020 0028 0029 002c 002d 00a0 0100 0101 0103 0150 0151 
0152 0153; then
-   echo ">=x11-drivers/nvidia-drivers-72.0.0"
-   return 0
-   fi
-
-   if has ${nvidia_gpu} \
-   0110 0111 0112 0113 0170 0171 0172 0173 0174 0175 0176 
0177 0178 0179 017a \
-   017c 017d 0181 0182 0183 0185 0188 018a 018b 018c 01a0 
01f0 0200 0201 0202 \
-   0203 0250 0251 0253 0258 0259 025b 0280 0281 0282 0286 
0288 0289 028c; then
-   echo ">=x11-drivers/nvidia-drivers-97.0.0"
-   return 0
-   fi
-
-   if has ${nvidia_gpu} \
-   00fa 00fb 00fc 00fd 00fe 0301 0302 0308 0309 0311 0312 
0314 031a 031b 031c \
-   0320 0321 0322 0323 0324 0325 0326 0327 0328 032a 032b 
032c 032d 0330 0331 \
-   0332 0333 0334 0338 033f 0341 0342 0343 0344 0347 0348 
034c 034e; then
-   echo ">=x11-drivers/nvidia-drivers-177.0.0"
-   return 0
-   fi
-
-   if has ${nvidia_gpu} \
-   0040 0041 0042 0043 0044 0045 0046 0047 0048 004e 0090 
0091 0092 0093 0095 \
-   0098 0099 009d 00c0 00c1 00c2 00c3 00c8 00c9 00cc 00cd 
00ce 00f1 00f2 00f3 \
-   00f4 00f5 00f6 00f8 00f9 0140 0141 0142 0143 0144 0145 
0146 0147 0148 0149 \
-   014a 014c 014d 014e 014f 0160 0161 0162 0163 0164 0165 
0166 0167 

[gentoo-commits] repo/proj/guru:dev commit in: app-editors/vscodium-bin/

2021-05-21 Thread Maciej Barć
commit: 20028b6835088687d7d93a89c8faa6d68e0ad4da
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 17:53:11 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 17:53:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20028b68

app-editors/vscodium-bin: remove myself from maintainers

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

 app-editors/vscodium-bin/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-editors/vscodium-bin/metadata.xml 
b/app-editors/vscodium-bin/metadata.xml
index 42f874d8c..410db8e03 100644
--- a/app-editors/vscodium-bin/metadata.xml
+++ b/app-editors/vscodium-bin/metadata.xml
@@ -5,10 +5,6 @@
rossbridger...@gmail.com
Ross Charles Campbell

-   
-   x...@riseup.net
-   Maciej Barć
-   

Enable libsecret support




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

2021-05-21 Thread Maciej Barć
commit: b35e8047d7dfe2bd0069a54e71e3d6df2b2690df
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 18:16:36 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 18:16:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b35e8047

net-fs/httpdirfs: drop to maintainer-needed

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

 net-fs/httpdirfs/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-fs/httpdirfs/metadata.xml b/net-fs/httpdirfs/metadata.xml
index 7201e1e6e..2544f2e13 100644
--- a/net-fs/httpdirfs/metadata.xml
+++ b/net-fs/httpdirfs/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-x...@riseup.net
-Maciej Barć
-
+
 
 fangfufu/httpdirfs
 



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

2021-05-21 Thread Maciej Barć
commit: 06a975bb303fc579e3728cbe40f4092b2f8c6092
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 17:59:26 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 17:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06a975bb

dev-python/doxypypy: drop to maintainer-needed

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

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

diff --git a/dev-python/doxypypy/metadata.xml b/dev-python/doxypypy/metadata.xml
index 2c4def272..18ed3fd36 100644
--- a/dev-python/doxypypy/metadata.xml
+++ b/dev-python/doxypypy/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@riseup.net
-Maciej Barć
-  
+  
   
 Feneric/doxypypy
 doxypypy



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

2021-05-21 Thread Maciej Barć
commit: 3ed1c4e0ff7d763ed388c4d588703675fb495280
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 17:57:53 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 17:57:53 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ed1c4e0

x11-misc/gammy: drop to maintainer-needed

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

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

diff --git a/x11-misc/gammy/metadata.xml b/x11-misc/gammy/metadata.xml
index cf5af9cd7..3ed8b52c7 100644
--- a/x11-misc/gammy/metadata.xml
+++ b/x11-misc/gammy/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-x...@riseup.net
-Maciej Barć
-
+
 
 Fushko/gammy
 



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

2021-05-21 Thread Maciej Barć
commit: 357c1bae40a90333a674fb5568985ee07cdf8831
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 17:53:57 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 17:53:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=357c1bae

app-office/pyspread: drop to maintainer-needed

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

 app-office/pyspread/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-office/pyspread/metadata.xml b/app-office/pyspread/metadata.xml
index 068c39d7c..ba1723dd9 100644
--- a/app-office/pyspread/metadata.xml
+++ b/app-office/pyspread/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-x...@riseup.net
-Maciej Barć
-
+
 
 pyspread/pyspread
 



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

2021-05-21 Thread Maciej Barć
commit: 3bec0ee87ddda6bcc107157326de4f4575b9beed
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 17:52:03 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 17:52:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bec0ee8

app-admin/s-tui: drop to maintainer-needed

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

 app-admin/s-tui/metadata.xml | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index a365e6adc..2307b1afa 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -1,12 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@riseup.net
-Maciej Barć
-  
-  
-amanusk/s-tui
-s-tui
-  
+
+
+amanusk/s-tui
+s-tui
+
 



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/code-server-bin/

2021-05-21 Thread Maciej Barć
commit: 5849be947e5cdcc2b22dc7b2509439106e3cb7d6
Author: Maciej Barć  riseup  net>
AuthorDate: Fri May 21 17:57:11 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Fri May 21 17:57:11 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5849be94

www-apps/code-server-bin: drop to maintainer-needed

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

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

diff --git a/www-apps/code-server-bin/metadata.xml 
b/www-apps/code-server-bin/metadata.xml
index 4a72a2d0f..342908683 100644
--- a/www-apps/code-server-bin/metadata.xml
+++ b/www-apps/code-server-bin/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-x...@riseup.net
-Maciej Barć
-  
+  
   
 cdr/code-server
   



  1   2   >