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

2022-03-28 Thread Miroslav Šulc
commit: 14d97ed0bda4e162621b667839a262774bfb6381
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Mar 28 08:18:48 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Mar 28 08:18:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d97ed0

dev-java/xpp3: removed obsolete 1.1.4c-r5

Bug: https://bugs.gentoo.org/show_bug.cgi?id=836132
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/xpp3/xpp3-1.1.4c-r5.ebuild | 29 -
 1 file changed, 29 deletions(-)

diff --git a/dev-java/xpp3/xpp3-1.1.4c-r5.ebuild 
b/dev-java/xpp3/xpp3-1.1.4c-r5.ebuild
deleted file mode 100644
index 3f30d6b9c176..
--- a/dev-java/xpp3/xpp3-1.1.4c-r5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="xpp3:xpp3:1.1.4c"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="An implementation of XMLPULL V1 API"
-HOMEPAGE="http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html;
-SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> 
${P}.jar"
-
-LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
-SLOT="0"
-
-KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND=">=virtual/jre-1.8:*"
-DEPEND=">=virtual/jdk-1.8:*"
-
-JAVA_RESOURCE_DIRS="resources"
-
-src_prepare() {
-   default
-   mkdir "resources" || die
-   cp -r "META-INF" "resources" || die
-}



[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/reportlab/files/, dev-python/reportlab/

2022-03-28 Thread Michał Górny
commit: 73d7896e2f6ce064b2d20f603484d2b06eab51a1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 28 08:53:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 28 08:54:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d7896e

dev-python/reportlab: Disable broken freetype2 finding logic

Closes: https://bugs.gentoo.org/836301
Signed-off-by: Michał Górny  gentoo.org>

 .../reportlab/files/reportlab-3.6.9-paths.patch | 21 +
 dev-python/reportlab/reportlab-3.6.9.ebuild |  4 
 profiles/package.mask   |  7 ---
 3 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/dev-python/reportlab/files/reportlab-3.6.9-paths.patch 
b/dev-python/reportlab/files/reportlab-3.6.9-paths.patch
new file mode 100644
index ..e5ed7c43478d
--- /dev/null
+++ b/dev-python/reportlab/files/reportlab-3.6.9-paths.patch
@@ -0,0 +1,21 @@
+Disable broken logic for finding freetype2 that hits symlink loops.
+
+diff -dupr reportlab-3.6.9.orig/setup.py reportlab-3.6.9/setup.py
+--- reportlab-3.6.9.orig/setup.py  2022-03-28 10:13:33.892516135 +0200
 reportlab-3.6.9/setup.py   2022-03-28 10:49:11.048573739 +0200
+@@ -737,13 +737,10 @@ def main():
+ else:
+ FT_LIB=FT_LIB_DIR=FT_INC_DIR=FT_MACROS=[]
+ else:
+-ftv, I, L = inc_lib_dirs('freetype')
+ FT_LIB=['freetype']
+-FT_LIB_DIR=L
+-FT_INC_DIR=I
++FT_LIB_DIR=[]
++FT_INC_DIR=['/usr/include/freetype2']
+ FT_MACROS = [('RENDERPM_FT',None)]
+-infoline('installing with freetype version %s' % ftv)
+-infoline('FT_LIB_DIR=%r FT_INC_DIR=%r' % (FT_LIB_DIR,FT_INC_DIR))
+ if not FT_LIB:
+ infoline('# installing without freetype no ttf, sorry!')
+ infoline('# You need to install a static library version of the 
freetype2 software')

diff --git a/dev-python/reportlab/reportlab-3.6.9.ebuild 
b/dev-python/reportlab/reportlab-3.6.9.ebuild
index 8381872bec16..a78215c6e3bf 100644
--- a/dev-python/reportlab/reportlab-3.6.9.ebuild
+++ b/dev-python/reportlab/reportlab-3.6.9.ebuild
@@ -33,6 +33,10 @@ BDEPEND="
app-arch/unzip
 "
 
+PATCHES=(
+   "${FILESDIR}"/reportlab-3.6.9-paths.patch
+)
+
 distutils_enable_sphinx docs/source
 
 src_unpack() {

diff --git a/profiles/package.mask b/profiles/package.mask
index c8c8023fb8e8..ca933b566b3f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,13 +33,6 @@
 
 #--- END OF EXAMPLES ---
 
-# Sam James  (2022-03-28)
-# Hangs in src_compile when net-libs/nodejs is installed
-# Masked pending either a workaround in reportlab or
-# adaptations to nodejs.
-# bug #836301
-=dev-python/reportlab-3.6.9
-
 # Matt Turner  (2022-03-27)
 # Dead package. No reverse dependencies.
 # Removal on 2022-04-27



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

2022-03-28 Thread Jakov Smolić
commit: f93bce5db7336063d802baf21b05a00483b906bb
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93bce5d

dev-python/PyRSS2Gen: keyword 1.1-r2 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild 
b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
index e1d49e74ed3a..1f7b162dbef1 100644
--- a/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
+++ b/dev-python/PyRSS2Gen/PyRSS2Gen-1.1-r2.ebuild
@@ -14,4 +14,4 @@ SRC_URI="http://www.dalkescientific.com/Python/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"



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

2022-03-28 Thread Jakov Smolić
commit: d42b852bf1aaa9760606718e641bcdf945c53e92
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42b852b

dev-python/mergedict: keyword 1.0.0 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/mergedict/mergedict-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/mergedict/mergedict-1.0.0.ebuild 
b/dev-python/mergedict/mergedict-1.0.0.ebuild
index e3ca27fe737f..25e1a968b531 100644
--- a/dev-python/mergedict/mergedict-1.0.0.ebuild
+++ b/dev-python/mergedict/mergedict-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 distutils_enable_tests pytest



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

2022-03-28 Thread Jakov Smolić
commit: 793582f2a8f1c7612e323658c2eb106dbabf0c6b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793582f2

dev-python/configclass: keyword 0.2.0 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/configclass/configclass-0.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/configclass/configclass-0.2.0.ebuild 
b/dev-python/configclass/configclass-0.2.0.ebuild
index b3fab3ff014c..ed0d29263137 100644
--- a/dev-python/configclass/configclass-0.2.0.ebuild
+++ b/dev-python/configclass/configclass-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/schettino72/configclass/archive/${PV}.tar.gz -> ${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND=">=dev-python/mergedict-0.2.0[${PYTHON_USEDEP}]"
 



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

2022-03-28 Thread Jakov Smolić
commit: 66179107f7a49329b56c63d0f561da4cdfe09894
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66179107

dev-python/webassets: keyword 2.0 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/webassets/webassets-2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/webassets/webassets-2.0.ebuild 
b/dev-python/webassets/webassets-2.0.ebuild
index c5a300af7a64..0f25c54ae40d 100644
--- a/dev-python/webassets/webassets-2.0.ebuild
+++ b/dev-python/webassets/webassets-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/miracle2k/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 # dev-ruby/sass confuses the tests, they expect 'sass' as the reference
 # compiler



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

2022-03-28 Thread Jakov Smolić
commit: b79942791b052112dac0fa839bb9fbec4b40b13b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:55:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7994279

dev-python/pyphen: keyword 0.12.0-r1 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24777
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/pyphen/pyphen-0.12.0-r1.ebuild 
b/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
index bdb51ac4775c..56755fa62959 100644
--- a/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
+++ b/dev-python/pyphen/pyphen-0.12.0-r1.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/${P^}
 
 LICENSE="GPL-2+ LGPL-2+ MPL-1.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 distutils_enable_tests pytest
 



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

2022-03-28 Thread Jakov Smolić
commit: 4e1fa03539cfb9b9211f6a9327d40de23bf8a021
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1fa035

www-apps/nikola: keyword 8.1.3 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 www-apps/nikola/nikola-8.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/nikola/nikola-8.1.3.ebuild 
b/www-apps/nikola/nikola-8.1.3.ebuild
index 6f511ec988fa..c7955e4d67ec 100644
--- a/www-apps/nikola/nikola-8.1.3.ebuild
+++ b/www-apps/nikola/nikola-8.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT Apache-2.0 CC0-1.0 public-domain"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
 IUSE="assets charts hyphenation ipython jinja server watchdog webmedia"
 REQUIRED_USE="server? ( watchdog )"
 RESTRICT="test" # needs coveralls



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

2022-03-28 Thread Jakov Smolić
commit: d70551b74e5c24443f569d124a218b5210f2eb98
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 24 06:38:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:17:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70551b7

sys-apps/debianutils: Fetch tarball from dev.gentoo.org/~jsmolic

... since upstream tarballs for 5.4 and 5.5 seem to have disappeared

--2022-03-24 07:34:29--
http://ftp.tw.debian.org/debian/pool/main/d/debianutils/debianutils_5.4.orig.tar.xz
Resolving ftp.tw.debian.org... 140.110.240.80,
2001:e10:2000:240:e643:4bff:fee8:a63c
Connecting to ftp.tw.debian.org|140.110.240.80|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-03-24 07:34:30 ERROR 404: Not Found.

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-apps/debianutils/debianutils-5.4.ebuild | 6 --
 sys-apps/debianutils/debianutils-5.5.ebuild | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sys-apps/debianutils/debianutils-5.4.ebuild 
b/sys-apps/debianutils/debianutils-5.4.ebuild
index 0df682debe5a..b70f4aa7b07a 100644
--- a/sys-apps/debianutils/debianutils-5.4.ebuild
+++ b/sys-apps/debianutils/debianutils-5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,9 @@ inherit flag-o-matic
 
 DESCRIPTION="A selection of tools from Debian"
 HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
+SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV}.orig.tar.xz;
+# Note: Tarball disappeared from Debian mirrors
+# SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"

diff --git a/sys-apps/debianutils/debianutils-5.5.ebuild 
b/sys-apps/debianutils/debianutils-5.5.ebuild
index aae728d2f3d7..bbefd848de8e 100644
--- a/sys-apps/debianutils/debianutils-5.5.ebuild
+++ b/sys-apps/debianutils/debianutils-5.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,9 @@ inherit autotools flag-o-matic
 
 DESCRIPTION="A selection of tools from Debian"
 HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
+SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV}.orig.tar.xz;
+# Note: Tarball disappeared from Debian mirrors
+# SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
 
 LICENSE="BSD GPL-2 SMAIL"
 SLOT="0"



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

2022-03-28 Thread Jakov Smolić
commit: f4cc1072bbaf698226721019afc256ffc5fed1d0
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cc1072

dev-python/micawber: keyword 0.5.4 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/micawber/micawber-0.5.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/micawber/micawber-0.5.4.ebuild 
b/dev-python/micawber/micawber-0.5.4.ebuild
index bcebcf389f48..902dd82d6148 100644
--- a/dev-python/micawber/micawber-0.5.4.ebuild
+++ b/dev-python/micawber/micawber-0.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/coleifer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-03-28 Thread Jakov Smolić
commit: 142519d183fab8db91cf6539929fe69ddb326fae
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142519d1

dev-python/piexif: keyword 1.1.3-r1 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/piexif/piexif-1.1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/piexif/piexif-1.1.3-r1.ebuild 
b/dev-python/piexif/piexif-1.1.3-r1.ebuild
index 70599e5bd248..3927fcd5f2b1 100644
--- a/dev-python/piexif/piexif-1.1.3-r1.ebuild
+++ b/dev-python/piexif/piexif-1.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-03-28 Thread Jakov Smolić
commit: ef99a7fb1b71c46cb434e5c76c09e156f20243c5
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef99a7fb

dev-python/doit-py: keyword 0.5.0 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/doit-py/doit-py-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/doit-py/doit-py-0.5.0.ebuild 
b/dev-python/doit-py/doit-py-0.5.0.ebuild
index 1d2bd8fb5fc3..2f1406248bfa 100644
--- a/dev-python/doit-py/doit-py-0.5.0.ebuild
+++ b/dev-python/doit-py/doit-py-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pydoit/doit-py/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 DEPEND="
test? (



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

2022-03-28 Thread Jakov Smolić
commit: 21dcd20b4654f0494a1fe34cdb203f5973164500
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 24 06:43:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:17:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dcd20b

sys-apps/debianutils: add 5.7

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-apps/debianutils/Manifest   |  1 +
 sys-apps/debianutils/debianutils-5.7.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
index bee9537e68ae..542c2594ae16 100644
--- a/sys-apps/debianutils/Manifest
+++ b/sys-apps/debianutils/Manifest
@@ -1,3 +1,4 @@
 DIST debianutils_4.11.2.tar.xz 158132 BLAKE2B 
c2a95c90b4267e3b1d61c21db562f960b4666982c488e69a757fb0a7a42e8e739d44f553edd8cf532df30c492e20ab63ec3580479de7de5d901d75de76fc
 SHA512 
0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd
 DIST debianutils_5.4.orig.tar.xz 103640 BLAKE2B 
ac59ffcf7ef9523a67127e5565cb87eb694a0297eb81acba53a5ca00a2f16d024e21ba1ef6eff5079194c2cc751712fe9ad5814603deeeaa05d28343ff79a409
 SHA512 
a5501bdc46e203bd0cf357e5c83bb556ea7294ee603498399427dd49536848e006b21967f6239c3d808c8b9653d65f28536cf388dd18b749e54a235cc9326850
 DIST debianutils_5.5.orig.tar.xz 104448 BLAKE2B 
707c9072ddf1fa0c61fc66f84aea26bac7bf6f31948880ad4711e89f8f4a665ae4104e998f27e53e288b3453a71876ef44038f8e954f19055ed1049eb9b9981c
 SHA512 
230310428ee7c145c74bb666ae729754352295230f38ef4e22f7566970c5186d607cd827a5603a678815bd48d4a1eb2716f55c32494ec75eb665651da6a56e6a
+DIST debianutils_5.7.orig.tar.gz 257231 BLAKE2B 
61d2e7abcd359c5dc87b7f91e510e91e1926183c15a572c7d87cf4a590dded2e2ee8c9b4e06f7f478353139870c808927575de233200ad69e084a6f971c4bd24
 SHA512 
79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92

diff --git a/sys-apps/debianutils/debianutils-5.7.ebuild 
b/sys-apps/debianutils/debianutils-5.7.ebuild
new file mode 100644
index ..484f32f6c429
--- /dev/null
+++ b/sys-apps/debianutils/debianutils-5.7.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="A selection of tools from Debian"
+HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
+SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="BSD GPL-2 SMAIL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
+IUSE="+installkernel static"
+
+PDEPEND="
+   installkernel? (
+   || (
+   sys-kernel/installkernel-gentoo
+   sys-kernel/installkernel-systemd-boot
+   )
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
+
+src_prepare() {
+   # Avoid adding po4a dependency, upstream refreshes manpages.
+   sed -i -e '/SUBDIRS/s|po4a||' Makefile.am || die
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   use static && append-ldflags -static
+   default
+}
+
+src_install() {
+   into /
+   dobin run-parts
+
+   into /usr
+   dobin ischroot
+   dosbin savelog
+
+   doman ischroot.1 run-parts.8 savelog.8
+
+   dodoc CHANGELOG
+}



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

2022-03-28 Thread Agostino Sarubbo
commit: 701e1cda2d596e56dddf6bb2ec9cd2b2b0ec8616
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:52:49 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:52:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701e1cda

dev-java/fec: x86 stable wrt bug #835504

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/fec/fec-1.0.4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/fec/fec-1.0.4-r4.ebuild b/dev-java/fec/fec-1.0.4-r4.ebuild
index e92b09fe1e3f..98864fd2a92e 100644
--- a/dev-java/fec/fec-1.0.4-r4.ebuild
+++ b/dev-java/fec/fec-1.0.4-r4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 CDEPEND="dev-java/log4j-12-api:2"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/ant-apache-log4j/

2022-03-28 Thread Agostino Sarubbo
commit: deb91134e76d543e632a4bd69196abdefe7741a9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:52:45 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:52:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb91134

dev-java/ant-apache-log4j: x86 stable wrt bug #835504

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild 
b/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild
index 4bec07068b8b..c48b772e49be 100644
--- a/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild
+++ b/dev-java/ant-apache-log4j/ant-apache-log4j-1.10.9-r1.ebuild
@@ -9,7 +9,7 @@ ANT_TASK_DEPNAME="log4j-12-api-2"
 
 inherit ant-tasks
 
-KEYWORDS="amd64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-java/log4j-12-api:2"
 RDEPEND="${DEPEND}"



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

2022-03-28 Thread Agostino Sarubbo
commit: 94272e84b813c41110f87295de80dec55b78e094
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:53:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:53:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94272e84

media-libs/libv4l: x86 stable wrt bug #835935

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/libv4l/libv4l-1.22.1.ebuild 
b/media-libs/libv4l/libv4l-1.22.1.ebuild
index dd0dbbbc513c..0656b73d2c2e 100644
--- a/media-libs/libv4l/libv4l-1.22.1.ebuild
+++ b/media-libs/libv4l/libv4l-1.22.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="dvb jpeg"
 
 RDEPEND="



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

2022-03-28 Thread Agostino Sarubbo
commit: c89b0142e4e84d9d49409274ef0922048dedd440
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:52:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:52:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89b0142

app-editors/zile: x86 stable wrt bug #835557

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild 
b/app-editors/zile/zile-2.6.2-r2.ebuild
index c6686d5649d1..3e323ffb3313 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 
 RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=



[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/

2022-03-28 Thread Agostino Sarubbo
commit: bb940b1e8c7d06b0c0fb982b2a0b84b5b3634471
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:53:16 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:53:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb940b1e

mail-client/neomutt: x86 stable wrt bug #836017

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 mail-client/neomutt/neomutt-20211029-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/neomutt/neomutt-20211029-r1.ebuild 
b/mail-client/neomutt/neomutt-20211029-r1.ebuild
index 8b90c9db4135..dbe164997e6e 100644
--- a/mail-client/neomutt/neomutt-20211029-r1.ebuild
+++ b/mail-client/neomutt/neomutt-20211029-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} =~ $ ]]; then
EGIT_REPO_URI="https://github.com/neomutt/neomutt.git;
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~ppc64 ~s390 ~x86"
+   KEYWORDS="amd64 ~ppc64 ~s390 x86"
 fi
 
 TEST_FILES_COMMIT=8629adab700a75c54e8e28bf05ad092503a98f75



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

2022-03-28 Thread Agostino Sarubbo
commit: a2637f6879c25e2c089c3fb1c4969326b5f7445e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:53:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:53:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2637f68

media-sound/mpd: x86 stable wrt bug #836016

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/mpd/mpd-0.22.11.ebuild 
b/media-sound/mpd/mpd-0.22.11.ebuild
index 63f806242211..e57ee4d88b27 100644
--- a/media-sound/mpd/mpd-0.22.11.ebuild
+++ b/media-sound/mpd/mpd-0.22.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.musicpd.org/download/${PN}/${PV%.*}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 ~riscv x86"
 IUSE="+alsa ao +audiofile bzip2 cdio chromaprint +cue +curl doc +dbus
+eventfd expat faad +ffmpeg +fifo flac fluidsynth gme +icu +id3tag 
+inotify
+ipv6 jack lame libmpdclient libsamplerate libsoxr +mad mikmod mms



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

2022-03-28 Thread Agostino Sarubbo
commit: 32d272e0d3a1c7d9e043c565073ed1c26cfef17f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:52:52 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:52:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d272e0

dev-java/netty-common: x86 stable wrt bug #835504

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/netty-common/netty-common-4.0.36-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/netty-common/netty-common-4.0.36-r2.ebuild 
b/dev-java/netty-common/netty-common-4.0.36-r2.ebuild
index 37cd9c8a0c6c..8ce50e91dc26 100644
--- a/dev-java/netty-common/netty-common-4.0.36-r2.ebuild
+++ b/dev-java/netty-common/netty-common-4.0.36-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 IUSE="test"
 
 # Same test failures as before the revbumps still occur. See 
https://bugs.gentoo.org/827221



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

2022-03-28 Thread Agostino Sarubbo
commit: 375c6281c288e5d40acb55ea0005a28c21ee50d0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:53:26 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375c6281

media-libs/libcdaudio: x86 stable wrt bug #836133

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild 
b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
index c205040fa17b..0ee870260770 100644
--- a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
+++ b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/

2022-03-28 Thread Agostino Sarubbo
commit: 95dc56b1c85cde288ac27744fd4f038cabe48921
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:53:36 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:53:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95dc56b1

net-analyzer/nagios-core: x86 stable wrt bug #836162

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild
index 8ce83cc229d0..9483f0dda9d3 100644
--- a/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc x86"
 IUSE="apache2 classicui lighttpd +web vim-syntax"
 
 # In pkg_postinst(), we change the group of the Nagios configuration



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

2022-03-28 Thread Agostino Sarubbo
commit: d85ff8a967ca5be120a8a57b58d4ea3f04624eca
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:53:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85ff8a9

media-sound/abcmidi: x86 stable wrt bug #836134

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/abcmidi/abcmidi-2022.02.21.ebuild 
b/media-sound/abcmidi/abcmidi-2022.02.21.ebuild
index eb2cfad8d6ed..3b11050a4f44 100644
--- a/media-sound/abcmidi/abcmidi-2022.02.21.ebuild
+++ b/media-sound/abcmidi/abcmidi-2022.02.21.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples"
 
 BDEPEND="app-arch/unzip"



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

2022-03-28 Thread Agostino Sarubbo
commit: db76bb367b9e3a9298c301e163e77520114837b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:53:21 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:53:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db76bb36

dev-java/xpp3: x86 stable wrt bug #836132

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-java/xpp3/xpp3-1.1.4c-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xpp3/xpp3-1.1.4c-r6.ebuild 
b/dev-java/xpp3/xpp3-1.1.4c-r6.ebuild
index e354c18fd748..8a6c69a8706a 100644
--- a/dev-java/xpp3/xpp3-1.1.4c-r6.ebuild
+++ b/dev-java/xpp3/xpp3-1.1.4c-r6.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${
 LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
 SLOT="0"
 
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 # Restriction to java 1.8
 # Otherwise jdk 11+ would fail to build javadoc:



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

2022-03-28 Thread Sam James
commit: 5e2bd29b39d577e88ecf6bc0752cd50c56ea6411
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 28 07:28:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 07:29:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2bd29b

sys-libs/zlib: revbump 1.2.12 for configure fix

For me, it silently installed no 32-bit lib (or tried to build
it statically, which then didn't get installed), so let's
be cautious.

Still unkeyworded until later though.

Bug: https://bugs.gentoo.org/835958
Bug: https://bugs.gentoo.org/836308
Fixes: 0a91cef90a3879f5fe3763a01c0f37c336bd1a6c
Signed-off-by: Sam James  gentoo.org>

 sys-libs/zlib/{zlib-1.2.12.ebuild => zlib-1.2.12-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-libs/zlib/zlib-1.2.12.ebuild 
b/sys-libs/zlib/zlib-1.2.12-r1.ebuild
similarity index 100%
rename from sys-libs/zlib/zlib-1.2.12.ebuild
rename to sys-libs/zlib/zlib-1.2.12-r1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ipt_netflow/

2022-03-28 Thread Sergey Popov
commit: 2a6af3f75b74e2e70da89a2a334fba5b97af04de
Author: Sergey Popov  gentoo  org>
AuthorDate: Mon Mar 28 07:29:07 2022 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Mon Mar 28 07:30:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6af3f7

net-firewall/ipt_netflow: remove redunant ${S} variable from pkg_setup

Closes: https://bugs.gentoo.org/836083
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov  gentoo.org>

 net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild  | 4 ++--
 net-firewall/ipt_netflow/ipt_netflow-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild 
b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild
index 4665d475be3d..2340a8abfae7 100644
--- a/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild
+++ b/net-firewall/ipt_netflow/ipt_netflow-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -51,7 +51,7 @@ pkg_setup() {
fi
 
BUILD_TARGETS="all"
-   MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})"
+   MODULE_NAMES="ipt_NETFLOW(ipt_netflow)"
IPT_LIB="/usr/$(get_libdir)/xtables"
 
linux-mod_pkg_setup

diff --git a/net-firewall/ipt_netflow/ipt_netflow-.ebuild 
b/net-firewall/ipt_netflow/ipt_netflow-.ebuild
index 55047faefa34..986e6de1d7a8 100644
--- a/net-firewall/ipt_netflow/ipt_netflow-.ebuild
+++ b/net-firewall/ipt_netflow/ipt_netflow-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -46,7 +46,7 @@ pkg_setup() {
fi
 
BUILD_TARGETS="all"
-   MODULE_NAMES="ipt_NETFLOW(ipt_netflow:${S})"
+   MODULE_NAMES="ipt_NETFLOW(ipt_netflow)"
IPT_LIB="/usr/$(get_libdir)/xtables"
 
linux-mod_pkg_setup



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

2022-03-28 Thread Sam James
commit: bb88e766897f5e7e0b0a10c48cf99a04edb73a40
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  5 05:32:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 06:20:45 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb88e766

estrip: avoid calling scanelf twice

We can use the previous scanelf data to not call it again to find
all of the dynamically linked executables/libraries which need stripping.

Bug: https://bugs.gentoo.org/749624
Closes: https://github.com/gentoo/portage/pull/794
Reviewed-by: Zac Medico  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

 bin/estrip|  3 ++-
 bin/misc-functions.sh | 29 +++--
 2 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/bin/estrip b/bin/estrip
index cdad58c31..686afb763 100755
--- a/bin/estrip
+++ b/bin/estrip
@@ -410,8 +410,9 @@ while read -r x ; do
 done < <(
# Use sort -u to eliminate duplicates for bug #445336.
(
-   scanelf -yqRBF '#k%F' -k '.symtab' "$@"
find "$@" -type f ! -type l -name '*.a'
+   cut -d ' ' -f1 < "${PORTAGE_BUILDDIR}"/build-info/NEEDED \
+   | sed -e "s:^:${ED}:"
) | LC_ALL=C sort -u
 )
 else

diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index ccb07075f..0e1791937 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -151,20 +151,6 @@ install_qa_check() {
"${PORTAGE_BIN_PATH}"/ecompress --dequeue
fi
 
-   # If binpkg-dostrip is enabled, apply stripping before creating
-   # the binary package.
-   # Note: disabling it won't help with packages calling prepstrip 
directly.
-   if has binpkg-dostrip ${FEATURES}; then
-   export STRIP_MASK
-   if ___eapi_has_dostrip; then
-   "${PORTAGE_BIN_PATH}"/estrip --queue 
"${PORTAGE_DOSTRIP[@]}"
-   "${PORTAGE_BIN_PATH}"/estrip --ignore 
"${PORTAGE_DOSTRIP_SKIP[@]}"
-   "${PORTAGE_BIN_PATH}"/estrip --dequeue
-   else
-   prepallstrip
-   fi
-   fi
-
if has chflags $FEATURES ; then
# Restore all the file flags that were saved earlier on.
mtree -U -e -p "${ED}" -k flags < "${T}/bsdflags.mtree" &> 
/dev/null
@@ -249,6 +235,21 @@ install_qa_check() {
fi
fi
 
+   # If binpkg-dostrip is enabled, apply stripping before creating
+   # the binary package.
+   # Note: disabling it won't help with packages calling prepstrip 
directly.
+   # We do this after the scanelf bits so that we can reuse the data. bug 
#749624.
+   if has binpkg-dostrip ${FEATURES}; then
+   export STRIP_MASK
+   if ___eapi_has_dostrip; then
+   "${PORTAGE_BIN_PATH}"/estrip --queue 
"${PORTAGE_DOSTRIP[@]}"
+   "${PORTAGE_BIN_PATH}"/estrip --ignore 
"${PORTAGE_DOSTRIP_SKIP[@]}"
+   "${PORTAGE_BIN_PATH}"/estrip --dequeue
+   else
+   prepallstrip
+   fi
+   fi
+
# Portage regenerates this on the installed system.
rm -f "${ED%/}"/usr/share/info/dir{,.gz,.bz2} || die "rm failed!"
 }



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

2022-03-28 Thread Joonas Niilola
commit: 81f8539d4414a3090d6c7eff3af9f5500f8497a8
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Mar 28 07:11:15 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 28 07:11:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f8539d

dev-util/cbindgen: add 0.21.0

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-util/cbindgen/Manifest   |  9 
 dev-util/cbindgen/cbindgen-0.21.0.ebuild | 76 
 2 files changed, 85 insertions(+)

diff --git a/dev-util/cbindgen/Manifest b/dev-util/cbindgen/Manifest
index 1cdc27f20279..e47565ac9ad1 100644
--- a/dev-util/cbindgen/Manifest
+++ b/dev-util/cbindgen/Manifest
@@ -3,12 +3,15 @@ DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST cbindgen-0.20.0.crate 183277 BLAKE2B 
51529b21879e3a3212fbb951b3bdd5c8c396dce53e9dbe568bfe1e752caf3060bc784909cb4b37a6e6e80d357d5a8e2bab8d10d4470563358407bceb814bb7fc
 SHA512 
83c2b0da580f0a2fc9a74922f3c44d0e73ce0d1de8b5a3f5819c7fcf1c481df1ff0346e84c5b4c199a9364542c85fb81ece4e1deca3a6f12231a4478f76a7c02
+DIST cbindgen-0.21.0.tar.gz 196398 BLAKE2B 
8d8463cb499425be02280e1b1531ff4815e5fa516c145a2e102cce1ec7d475bc80fc9f5db7596a6aa5738ce0ab2c625f508d24862c4a9ef3b381c67c39983404
 SHA512 
db58da1417b32dd43cca5a2d9de1d065805d478adc707b74167f0ff46ea7be8b14d77f830a4f19340c08bfd281edd637c4ea990d20e1c2c6d301d803d93b0397
 DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
 DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
+DIST clap-3.1.6.crate 202211 BLAKE2B 
9fbd6d5ad8442118716e01c10ec9388644ef6e5621019a1245ae937324265b96d50aa70777d149daeea6f812ee05414623f938a056c38a201d9f6ee0b98bded5
 SHA512 
397c277eeb9acafc1098f6b6aa7e428cf7c7016356a99139dbff66dd6c6e12434b14a457679fd99ea50c1fb0b54b9b96bad65f1198025986835810484e542824
 DIST cloudabi-0.0.3.crate 22156 BLAKE2B 
e12054fd474754031f8f5038d5e2829e1586db974d38230cfd8774db591a58dfdcaea9fb61fc0b35366889d348b2c73ceaabbb462f1abeeffeaab167013c986f
 SHA512 
691ed793e9b35ba382f03897f4c0efc31a528394862a27b814ba8993ad30bbe0ebc9808484baf580e8b69d9c13ad1612776a1efd0f6981545b420139ff83592c
 DIST getrandom-0.1.15.crate 24786 BLAKE2B 
868817d62ee44fa5bbf54f9af0bd71a29503f92bc93e190a834f4ebdb8eb73dd29e175c661f9964298987949c0b82a53e99080cbe4090fc9c5453daea4b05595
 SHA512 
b26d9558554058f8a54b03f56f488db5ebad2d5cc84f737e489f8f532f8464ef9038d104173eb30acca61caa1f99e1ce267bc493c01ba1611b829e0a090cc87f
 DIST hashbrown-0.9.1.crate 77734 BLAKE2B 
d59002253112cf92173c3c1b305fd03fb7318ef187d7e033433baf6a354db046d1f3fe0387b3cf500fbcc0f83d2b2076527ba7cda2695f7627eca0bc3e3487c1
 SHA512 
dfa4742111f6fe757b7fa97f04c7b4a78ce9708c87e8e09ecf3c28f2566e48af9885fda380ed918cec37b5c696110fbdd30273aba6e7d2221c9e65f72af064fd
 DIST heck-0.3.1.crate 54666 BLAKE2B 
99f7ceb44ea6af445749989730ce1e14156018ff046a136be2e6474b285088e1d90d6f8af9352affbbde5bac7e5a32971dd99f249f968105e9793b7de76def07
 SHA512 
134722192c46fd64b38d2fbec3a2511c560916e906491a72c4ec9d99b9f716dc58942fb99cac99b9a6ef2de5b5ad1d1c1155f292d091401b6873347d80c086d6
+DIST heck-0.4.0.crate 11161 BLAKE2B 
13b8bc39cf3ab90e71433e3c7b3e5f1c19404bec58dc4298dca05d94d5c14c2fc97350de737cb78aa45196b1241aa8f1ccf3a11ca309da5fe0f6a657673412b3
 SHA512 
33bdbf4ff9ecc4f4d74cf06590e056f4d96bf0d990d5381b9da5b65682b2495ed74e27b45419c2afa986c1f6200909d5175b137ae73ced5cc8ac869e4e1bce8f
 DIST hermit-abi-0.1.16.crate 9889 BLAKE2B 
1d1681d484019adb9c27336ef87fe9680c18a57de71ca9bb3022878411ce8f933bcb0f5d03f190425039a53a427ecbe75f8eea654661340ebbc165fbb61322b8
 SHA512 
b9aa336e195fdbb3c1a1fc7167f3efd284c2c3ab0613ec47f07b5cf5865b56cac3aa0da4936f6a336f036993344126b3d872875c362c516e0ca538d8e36195f9
 DIST indexmap-1.6.0.crate 47565 BLAKE2B 
4b2c50788be5c5416973133c10caf092468444af6c101eceb5d2f53ec3502d73c034205186974efb335a1d8aa9a797b191a871fcfd573251c95ad1d13c0c47cc
 

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

2022-03-28 Thread Sam James
commit: ffafdfd3eed513c49aa7047f4b09fd1dd0bb6768
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 28 07:42:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 07:45:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffafdfd3

sys-libs/zlib: add link to upstream PR for 1.2.12 configure

Bug: https://bugs.gentoo.org/836308
Signed-off-by: Sam James  gentoo.org>

 .../zlib-1.2.12-fix-CC-logic-in-configure.patch| 28 +-
 1 file changed, 22 insertions(+), 6 deletions(-)

diff --git a/sys-libs/zlib/files/zlib-1.2.12-fix-CC-logic-in-configure.patch 
b/sys-libs/zlib/files/zlib-1.2.12-fix-CC-logic-in-configure.patch
index da9455519b6f..8b6c5e26a766 100644
--- a/sys-libs/zlib/files/zlib-1.2.12-fix-CC-logic-in-configure.patch
+++ b/sys-libs/zlib/files/zlib-1.2.12-fix-CC-logic-in-configure.patch
@@ -1,20 +1,35 @@
-From 95b9053f10710f9f881f4daec2f2e78da87560cf Mon Sep 17 00:00:00 2001
+https://github.com/madler/zlib/pull/607
+
+From c9b7587ff947638412a69df5ea820c563b8b1c1b Mon Sep 17 00:00:00 2001
 From: Sam James 
-Date: Mon, 28 Mar 2022 08:21:18 +0100
+Date: Mon, 28 Mar 2022 08:40:45 +0100
 Subject: [PATCH] Fix CC logic in configure
 
 In 
https://github.com/madler/zlib/commit/e9a52aa129efe3834383e415580716a7c4027f8d,
 the logic was changed to try check harder for GCC, but it dropped
-the default setting of cc=${CC}.
+the default setting of cc=${CC}. It was throwing away any pre-set CC value as
+a result.
 
 This led to e.g. misdetection of inability to build shared libs
-for say, multilib cases (w/ CC being one thing (e.g. 
x86_64-unknown-linux-gnu-gcc -m32
-and then 'cc' used for shared libs being w/o -m32).
+for say, multilib cases (w/ CC being one thing from the environment being used
+for one test (e.g. x86_64-unknown-linux-gnu-gcc -m32 and then 'cc' used for
+shared libs (but missing "-m32"!)). Obviously just one example of how
+the old logic could break.
+
+This restores the old default of 'CC' if nothing overrides it later
+in configure.
 
+Bug: https://bugs.gentoo.org/836308
 Signed-off-by: Sam James 
+---
+ configure | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/configure b/configure
+index 52ff4a04e..3fa3e8618 100755
 --- a/configure
 +++ b/configure
-@@ -180,7 +180,10 @@ if test -z "$CC"; then
+@@ -174,7 +174,10 @@ if test -z "$CC"; then
else
  cc=${CROSS_PREFIX}cc
fi
@@ -25,3 +40,4 @@ Signed-off-by: Sam James 
  cflags=${CFLAGS-"-O3"}
  # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
  case "$cc" in
+



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

2022-03-28 Thread Miroslav Šulc
commit: 01dabea4a7db1a0346629e8683b76d4555329d3f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Mar 28 08:21:49 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Mar 28 08:21:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01dabea4

media-libs/libcdaudio: removed obsolete 0.99.12-r2

Bug: https://bugs.gentoo.org/show_bug.cgi?id=836133
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild | 27 --
 1 file changed, 27 deletions(-)

diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild 
b/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild
deleted file mode 100644
index 9c81c3f40ba8..
--- a/media-libs/libcdaudio/libcdaudio-0.99.12-r2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Library of cd audio related routines"
-HOMEPAGE="http://libcdaudio.sourceforge.net/;
-SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch
-   "${FILESDIR}"/${P}-bug245649.patch
-)
-
-src_configure() {
-   econf --enable-threads --disable-static
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}



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

2022-03-28 Thread Sam James
commit: a261b990b7a1da9264aab075c1104ff4a76afc47
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 28 06:44:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 06:44:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a261b990

sys-libs/zlib: drop (very) obsolete blocker on old libxml2

Old libxml2 would crash when using new zlib. A looong time ago.

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

 sys-libs/zlib/zlib-1.2.12.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-libs/zlib/zlib-1.2.12.ebuild b/sys-libs/zlib/zlib-1.2.12.ebuild
index 88872d40aa55..df1e5ec494cf 100644
--- a/sys-libs/zlib/zlib-1.2.12.ebuild
+++ b/sys-libs/zlib/zlib-1.2.12.ebuild
@@ -25,11 +25,7 @@ SLOT="0/1" # subslot = SONAME
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="minizip static-libs"
 
-# See bug #309623 for libxml2
-RDEPEND="
-   !

[gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib/, sys-libs/zlib/files/

2022-03-28 Thread Sam James
commit: 0a91cef90a3879f5fe3763a01c0f37c336bd1a6c
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 28 07:27:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 07:28:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a91cef9

sys-libs/zlib: fix CC detection in configure

Notably fixes multilib (although it actually silently skipped
for me) in at least one way.

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

 .../zlib-1.2.12-fix-CC-logic-in-configure.patch| 27 ++
 sys-libs/zlib/zlib-1.2.12.ebuild   |  4 
 2 files changed, 31 insertions(+)

diff --git a/sys-libs/zlib/files/zlib-1.2.12-fix-CC-logic-in-configure.patch 
b/sys-libs/zlib/files/zlib-1.2.12-fix-CC-logic-in-configure.patch
new file mode 100644
index ..da9455519b6f
--- /dev/null
+++ b/sys-libs/zlib/files/zlib-1.2.12-fix-CC-logic-in-configure.patch
@@ -0,0 +1,27 @@
+From 95b9053f10710f9f881f4daec2f2e78da87560cf Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Mon, 28 Mar 2022 08:21:18 +0100
+Subject: [PATCH] Fix CC logic in configure
+
+In 
https://github.com/madler/zlib/commit/e9a52aa129efe3834383e415580716a7c4027f8d,
+the logic was changed to try check harder for GCC, but it dropped
+the default setting of cc=${CC}.
+
+This led to e.g. misdetection of inability to build shared libs
+for say, multilib cases (w/ CC being one thing (e.g. 
x86_64-unknown-linux-gnu-gcc -m32
+and then 'cc' used for shared libs being w/o -m32).
+
+Signed-off-by: Sam James 
+--- a/configure
 b/configure
+@@ -180,7 +180,10 @@ if test -z "$CC"; then
+   else
+ cc=${CROSS_PREFIX}cc
+   fi
++else
++  cc=${CC}
+ fi
++
+ cflags=${CFLAGS-"-O3"}
+ # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure
+ case "$cc" in

diff --git a/sys-libs/zlib/zlib-1.2.12.ebuild b/sys-libs/zlib/zlib-1.2.12.ebuild
index d43f2e1853c7..1a031b3c2526 100644
--- a/sys-libs/zlib/zlib-1.2.12.ebuild
+++ b/sys-libs/zlib/zlib-1.2.12.ebuild
@@ -36,6 +36,9 @@ PATCHES=(
 
# bug #831628
"${FILESDIR}"/${PN}-1.2.11-configure-fix-AR-RANLIB-NM-detection.patch
+
+   # Fix broken CC logic
+   "${FILESDIR}"/${PN}-1.2.12-fix-CC-logic-in-configure.patch
 )
 
 src_prepare() {
@@ -85,6 +88,7 @@ multilib_src_configure() {
*)
# bug #347167
local uname=$("${BROOT}"/usr/share/gnuconfig/config.sub 
"${CHOST}" | cut -d- -f3)
+
local myconf=(
--shared
--prefix="${EPREFIX}/usr"



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

2022-03-28 Thread Florian Schmaus
commit: 71788dd1f81644d6f8413ad87830e2411d68
Author: BratishkaErik  getgoogleoff  me>
AuthorDate: Thu Mar 24 13:39:52 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Mar 28 07:49:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71788ddc

dev-lang/zig: drop old version

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: BratishkaErik  getgoogleoff.me>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-lang/zig/Manifest |  2 --
 dev-lang/zig/zig-0.8.0.ebuild | 60 ---
 dev-lang/zig/zig-0.9.0.ebuild | 59 --
 3 files changed, 121 deletions(-)

diff --git a/dev-lang/zig/Manifest b/dev-lang/zig/Manifest
index 04d7cb8f955c..8262b5e6ecfd 100644
--- a/dev-lang/zig/Manifest
+++ b/dev-lang/zig/Manifest
@@ -1,5 +1,3 @@
 DIST zig-0.7.1.tar.gz 16082917 BLAKE2B 
401bb079f2d0e2ad26837940e3b79c14237a492bd0b4df616f91b8b454ebd4ac3de36b2c988369c9eaaf7c2df4f95d4b1bb97760629f813ac8c7220e9542e12b
 SHA512 
ad0b36f7b40481aca03940adfd42d34a724922993fc29a23a80412dc087ca6ce4876a400dc9bb7da455564521a88ea205c218988759ff6c56251a08232bfa41a
-DIST zig-0.8.0.tar.gz 19596459 BLAKE2B 
7b688fdd201ce7b0b1e12127c4b1bf898699de18f410021e09bb056a5aa8de512688a0048d6ac0ea8d6b7dfdb86e1a5416d2fab0a4911e16269d7b6be2a4
 SHA512 
2082810d5ab0560167766e80f0853e5ff99e32b1935836a6a0029b8e1c88061c55dd0c285cbcc506f4c38aac8477ec7162b771537699be9b3d387de94e3baa57
 DIST zig-0.8.1.tar.gz 19643170 BLAKE2B 
bc52f3399b3355a1fc7675329870dd107b21798fc562a9e55cd4a7c838cfdb2ed58ae3a01e3841a1a58c82fe27bec8758703b654b7548b9e431728aaabcd7ea6
 SHA512 
36bea566eee3dc5c00f2713cbc6616258dbadd3ee994749339f124f8b70c691cfe7fdce6a00194f879679ea417dadb3bcc244f8b79153957a426fea2d52caaf5
-DIST zig-0.9.0.tar.gz 21994175 BLAKE2B 
aadef89d5fddc3e802965125625e62140ac37bdac40b29ab8b7652056589c037cbed5d4e46889f335b3c296fb4ae2a7cafd5d064a02d728a8325ad515cdc8c7a
 SHA512 
fef36221e818364b45cf65de210b0a9d535c411a510371a3ab4dfd6f4621c0a16dba786169f115a006966875102acc742abee19a74d83e2bc999ea5b8304b879
 DIST zig-0.9.1.tar.gz 22010374 BLAKE2B 
24d6c945640aac1f7fd0eaf69937638181fb210c1f0be3110bc4e779cab3d56ef89286604b467013d52223a466addcb9bb81c85bbcf007d430a400669acf6279
 SHA512 
a9dc5fea25dde511122056832449658b00dbcf6d6bbfe658b375968a7bdb06c690abbdfe00c1afcfa481442392b051dcef5a5a5e81d4ceb23fa98a866b900f37

diff --git a/dev-lang/zig/zig-0.8.0.ebuild b/dev-lang/zig/zig-0.8.0.ebuild
deleted file mode 100644
index 3a6741c72cdc..
--- a/dev-lang/zig/zig-0.8.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake llvm
-
-DESCRIPTION="A robust, optimal, and maintainable programming language"
-HOMEPAGE="https://ziglang.org/;
-LICENSE="MIT"
-SLOT="0"
-IUSE="+experimental test"
-RESTRICT="!test? ( test )"
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/ziglang/zig.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/ziglang/zig/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-BUILD_DIR="${S}/build"
-
-# According to zig's author, zig builds that do not support all targets are not
-# supported by the upstream project.
-ALL_LLVM_TARGETS=(
-   AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX
-   PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore
-)
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS="${ALL_LLVM_TARGETS[@]}"
-
-LLVM_MAX_SLOT=12
-
-RDEPEND="
-   sys-devel/clang:${LLVM_MAX_SLOT}
-   >=sys-devel/lld-12.0.0
-   https://ziglang.org/;
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/ziglang/zig.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/ziglang/zig/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BUILD_DIR="${S}/build"
-
-# According to zig's author, zig builds that do not support all targets are not
-# supported by the upstream project.
-ALL_LLVM_TARGETS=(
-   AArch64 AMDGPU ARM AVR BPF Hexagon Lanai Mips MSP430 NVPTX
-   PowerPC RISCV Sparc SystemZ WebAssembly X86 XCore
-)
-ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
-LLVM_TARGET_USEDEPS="${ALL_LLVM_TARGETS[@]}"
-
-RDEPEND="
-   sys-devel/clang:${LLVM_MAX_SLOT}
-   >=sys-devel/lld-${LLVM_MAX_SLOT}
-   

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

2022-03-28 Thread Florian Schmaus
commit: 5d6975950c1ea7743d669fd6d0b500894591124c
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Mar 27 14:09:47 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Mar 28 07:48:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d697595

dev-java/assertj-core: min java 1.8:*

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24779
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/assertj-core/assertj-core-2.3.0-r1.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-java/assertj-core/assertj-core-2.3.0-r1.ebuild 
b/dev-java/assertj-core/assertj-core-2.3.0-r1.ebuild
new file mode 100644
index ..21ab78c440d6
--- /dev/null
+++ b/dev-java/assertj-core/assertj-core-2.3.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.assertj:assertj-core:2.3.0"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Java library that provides a fluent interface for writing 
assertions"
+HOMEPAGE="https://joel-costigliola.github.io/assertj/;
+SRC_URI="https://github.com/assertj/assertj-core/archive/assertj-core-${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+SLOT="2"
+
+CDEPEND="dev-java/cglib:3
+   dev-java/junit:4"
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.8:*"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+S="${WORKDIR}/${PN}-${P}"
+JAVA_SRC_DIR="src/main/java"
+JAVA_GENTOO_CLASSPATH="cglib-3,junit-4"
+
+src_install() {
+   java-pkg-simple_src_install
+   dodoc {CONTRIBUTING,README}.md
+}



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

2022-03-28 Thread Florian Schmaus
commit: d3e007705a1dbe686551fba460f2294285043db0
Author: BratishkaErik  getgoogleoff  me>
AuthorDate: Thu Mar 24 13:43:14 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Mar 28 07:49:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e00770

dev-lang/zig: add memory requirement via check-reqs

see https://github.com/ziglang/zig/issues/6485

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: BratishkaErik  getgoogleoff.me>
Closes: https://github.com/gentoo/gentoo/pull/24734
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-lang/zig/zig-0.7.1.ebuild|  9 ++---
 dev-lang/zig/zig-0.8.1-r1.ebuild |  9 ++---
 dev-lang/zig/zig-0.9.1.ebuild|  7 +--
 dev-lang/zig/zig-.ebuild | 11 +++
 4 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/dev-lang/zig/zig-0.7.1.ebuild b/dev-lang/zig/zig-0.7.1.ebuild
index d775cde187a1..39cf045b3b38 100644
--- a/dev-lang/zig/zig-0.7.1.ebuild
+++ b/dev-lang/zig/zig-0.7.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit cmake llvm
+inherit cmake llvm check-reqs
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
 HOMEPAGE="https://ziglang.org/;
@@ -46,6 +46,9 @@ llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
 }
 
+# see 
https://github.com/ziglang/zig/wiki/Troubleshooting-Build-Issues#high-memory-requirements
+CHECKREQS_MEMORY="6G"
+
 src_configure() {
local mycmakeargs=(
-DZIG_USE_CCACHE=OFF

diff --git a/dev-lang/zig/zig-0.8.1-r1.ebuild b/dev-lang/zig/zig-0.8.1-r1.ebuild
index 659a2ac1dbca..86befea8144c 100644
--- a/dev-lang/zig/zig-0.8.1-r1.ebuild
+++ b/dev-lang/zig/zig-0.8.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit cmake llvm
+inherit cmake llvm check-reqs
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
 HOMEPAGE="https://ziglang.org/;
@@ -45,6 +45,9 @@ llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
 }
 
+# see 
https://github.com/ziglang/zig/wiki/Troubleshooting-Build-Issues#high-memory-requirements
+CHECKREQS_MEMORY="10G"
+
 src_configure() {
local mycmakeargs=(
-DZIG_USE_CCACHE=OFF

diff --git a/dev-lang/zig/zig-0.9.1.ebuild b/dev-lang/zig/zig-0.9.1.ebuild
index f3e935ec2f28..30aa4b234c28 100644
--- a/dev-lang/zig/zig-0.9.1.ebuild
+++ b/dev-lang/zig/zig-0.9.1.ebuild
@@ -1,10 +1,10 @@
 # Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 LLVM_MAX_SLOT=13
-inherit cmake llvm
+inherit cmake llvm check-reqs
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
 HOMEPAGE="https://ziglang.org/;
@@ -44,6 +44,9 @@ llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
 }
 
+# see 
https://github.com/ziglang/zig/wiki/Troubleshooting-Build-Issues#high-memory-requirements
+CHECKREQS_MEMORY="10G"
+
 src_configure() {
local mycmakeargs=(
-DZIG_USE_CCACHE=OFF

diff --git a/dev-lang/zig/zig-.ebuild b/dev-lang/zig/zig-.ebuild
index ca45b1e7e4dc..30aa4b234c28 100644
--- a/dev-lang/zig/zig-.ebuild
+++ b/dev-lang/zig/zig-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 LLVM_MAX_SLOT=13
-inherit cmake llvm
+inherit cmake llvm check-reqs
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
 HOMEPAGE="https://ziglang.org/;
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/ziglang/zig/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64"
+   KEYWORDS="~amd64 ~arm ~arm64"
 fi
 
 LICENSE="MIT"
@@ -44,6 +44,9 @@ llvm_check_deps() {
has_version "sys-devel/clang:${LLVM_SLOT}"
 }
 
+# see 
https://github.com/ziglang/zig/wiki/Troubleshooting-Build-Issues#high-memory-requirements
+CHECKREQS_MEMORY="10G"
+
 src_configure() {
local mycmakeargs=(
-DZIG_USE_CCACHE=OFF



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

2022-03-28 Thread Miroslav Šulc
commit: 4a4dd0246656d5e4d52566a95477d3f5b4c09141
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Mar 28 08:20:08 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Mar 28 08:20:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4dd024

media-sound/abcmidi: removed obsolete 2022.02.13

Bug: https://bugs.gentoo.org/show_bug.cgi?id=836134
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/abcmidi/Manifest  |  1 -
 media-sound/abcmidi/abcmidi-2022.02.13.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index bf2eb5345dd6..813fcf1c1aa3 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,4 +1,3 @@
-DIST abcMIDI-2022.02.13.zip 608999 BLAKE2B 
5b98d7cb4a51fbc1afca4a2423bb0904b224740bfb1a966fd540bb0dea546292c5c730b5a586422009ebb3090d3b063aa2e850369c95b789a71b59610c97d50e
 SHA512 
b6f26f06a7dddb54f70c176e51a1ed21d78f96691d26bd6fd9780a098f1a1305325cbfa68b0c80cad2773e608005ac9814118bc93f0bf2a86633e89baa3408aa
 DIST abcMIDI-2022.02.21.zip 609368 BLAKE2B 
0608d9539d0a66f739a820693c5a9884d1b39b68e4bcd3d21ce020ef240de6e19eacb52bc35ed7a9d4c4fde47e6265c415cf4d80711853904ccdc1ffd752cefe
 SHA512 
515c6ebef75a5b0592578dab6f5d940ed5e25811dd66f15f85ebb1e6fdd7bcbcffdd4d361e0f16a78144323fac14a0cbd1a7ed6b14c7039e2d48986d40765171
 DIST abcMIDI-2022.03.08.zip 609510 BLAKE2B 
231eb517a2d47993ed39e509d377d14ec2311fe49128bf559799ea1fabd3ba79c69307f2d7b9d44fec2279e42d0575141088463ca96aa0f9dda5bbecc305a92b
 SHA512 
3267bcecad586e0aadc5fbc2801c0c992ba765094fdf5d3b71a8634f4433a950c64b0c863bec496bd21f8a630c0e768cbc39d50d58e6cf9d2769a66bf265a8c7
 DIST abcMIDI-2022.03.20.zip 609912 BLAKE2B 
8972f6944897d49c1281be9d9b1368278d62fcbfc909651d1fb1347d3efef4ab145f049bac05e11f09118548e9c3c3a753f9367c9e90d933af96e74b71bd6b19
 SHA512 
138480f0d2a36b573e63a9214d7e2e2109a3e6b55e94999376a333da1978fea0addb5359b0d469d801924d6e039b0eb164a28a9cfad02d73cba1069a29dbfc9b

diff --git a/media-sound/abcmidi/abcmidi-2022.02.13.ebuild 
b/media-sound/abcmidi/abcmidi-2022.02.13.ebuild
deleted file mode 100644
index 3b11050a4f44..
--- a/media-sound/abcmidi/abcmidi-2022.02.13.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html;
-SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip;
-S="${WORKDIR}"/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="examples"
-
-BDEPEND="app-arch/unzip"
-
-src_prepare() {
-   default
-   sed -i "s:-O2::" configure.ac || die
-   sed -i "s:@datarootdir@/doc/abcmidi:@docdir@:" Makefile.in || die
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   if use examples ; then
-   docinto examples
-   dodoc samples/*.abc
-   fi
-}



[gentoo-commits] data/api:master commit in: files/overlays/

2022-03-28 Thread Jakov Smolić
commit: bc49f6d0818c2a971b53a96720f6d5cfc132f57d
Author: Parinthapat P  protonmail  com>
AuthorDate: Sat Mar 26 16:46:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:09:03 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=bc49f6d0

Update repositories.xml

Closes: https://github.com/gentoo/api-gentoo-org/pull/484
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index f431ea7..51887e4 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -2475,9 +2475,9 @@
   parin...@protonmail.com
   Parinthapat P.
 
-https://github.com/Parinz/linux-surface-overlay.git
-git+ssh://g...@github.com/Parinz/linux-surface-overlay.git
-
https://github.com/Parinz/linux-surface-overlay/commits/master.atom
+https://github.com/parinzee/linux-surface-overlay.git
+git+ssh://g...@github.com/parinzee/linux-surface-overlay.git
+
https://github.com/parinzee/linux-surface-overlay/commits/master.atom
   
   
 linuxunderground-overlay



[gentoo-commits] data/api:master commit in: files/overlays/

2022-03-28 Thread Jakov Smolić
commit: 0df50b94eb22fce49420315a1efaa88e49e6c3e9
Author: Thomas Bracht Laumann Jespersen  laumann  xyz>
AuthorDate: Sun Mar 27 19:52:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:07:56 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=0df50b94

repositories: update 'youbroketheinternet' source urls

The repository had been moved.

Bug: https://bugs.gentoo.org/816855
Signed-off-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Closes: https://github.com/gentoo/api-gentoo-org/pull/485
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 11f7284..f431ea7 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4935,9 +4935,9 @@
   l...@youbroketheinternet.pages.de
   lynX
 
-https://gnunet.org/git/youbroketheinternet-overlay.git
-git://cheettyiapsyciew.onion/youbroketheinternet-overlay
-git://gnunet.org/youbroketheinternet-overlay.git
+https://git.gnunet.org/youbroketheinternet-overlay.git
+git://psyciumunsqarzsehz5xlgsi2mg4dkvntwf5bwj5kwbcbazwiuhna2ad.onion/youbroketheinternet-overlay
+git://git.gnunet.org/youbroketheinternet-overlay.git
   
   
 yurij-overlay



[gentoo-commits] data/api:master commit in: files/overlays/

2022-03-28 Thread Jakov Smolić
commit: eb609985e5a7cf599fcc1f0d9c8d056c90d180f2
Author: Thamognya <98194153+ThamognyaKodi  users  noreply  
github  com>
AuthorDate: Mon Mar 28 00:53:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:07:03 2022 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=eb609985

Added feed for thamognya (my) overlay

Signed-off-by: Thamognya Kodi  thamognya.com>
Closes: https://github.com/gentoo/api-gentoo-org/pull/486
Signed-off-by: Jakov Smolić  gentoo.org>

 files/overlays/repositories.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index fd0f221..11f7284 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -4342,6 +4342,7 @@
   Thamognya Kodi
 
 https://git.thamognya.com/Thamognya/thamognya-overlay.git
+
https://github.com/ThamognyaKodi/thamognya-overlay/commits/master.atom
   
   
 thegreatmcpain



[gentoo-commits] repo/gentoo:master commit in: net-fs/smbtad/files/, net-fs/smbtad/, profiles/

2022-03-28 Thread Jakov Smolić
commit: 4df2f45d35a6848703e80ac59a70189efffc1cd0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:34:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:34:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df2f45d

net-fs/smbtad: treeclean

Closes: https://bugs.gentoo.org/711880
Closes: https://bugs.gentoo.org/774519
Signed-off-by: Jakov Smolić  gentoo.org>

 net-fs/smbtad/Manifest|  1 -
 net-fs/smbtad/files/smbtad.rc | 25 --
 net-fs/smbtad/metadata.xml| 11 --
 net-fs/smbtad/smbtad-1.2.6.ebuild | 44 ---
 profiles/package.mask |  6 --
 5 files changed, 87 deletions(-)

diff --git a/net-fs/smbtad/Manifest b/net-fs/smbtad/Manifest
deleted file mode 100644
index 836a724448c0..
--- a/net-fs/smbtad/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST smbtad-1.2.6.tar.bz2 82062 BLAKE2B 
fced362e6add2104fbd4815ee570bb0c21e0b47431cf8ba46d07f7ca73ad65ddb4b8762a1ff5d8e7f44fd39cad8409cb3bf6c2b85b9abdfbe6035c2963ef7f52
 SHA512 
fd3b370d973a42fb2dee48d2fec08e20af32386893ee67bc407decd001a76c944f3a17b3251e9d8d746feb1e87c69776986d600fd108450113835823f6313e2c

diff --git a/net-fs/smbtad/files/smbtad.rc b/net-fs/smbtad/files/smbtad.rc
deleted file mode 100644
index afc3e3c13617..
--- a/net-fs/smbtad/files/smbtad.rc
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-CONFFILE=/etc/conf.d/${SVCNAME}.conf
-PIDFILE=/var/run/${SVCNAME}.pid
-
-depend() {
-   before samba
-   use dns logger
-}
-
-start() {
-   ebegin "Starting ${SVCNAME}"
-   start-stop-daemon --start --quiet \
-   --exec /usr/bin/"${SVCNAME}" \
-   -- -c "${CONFFILE}"
-   eend ${?}
-}
-
-stop() {
-   ebegin "Stopping ${SVCNAME}"
-   start-stop-daemon --stop --quiet --name "${SVCNAME}"
-   eend ${?}
-}

diff --git a/net-fs/smbtad/metadata.xml b/net-fs/smbtad/metadata.xml
deleted file mode 100644
index 765d055fdc54..
--- a/net-fs/smbtad/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sa...@gentoo.org
-Samba Team
-  
-  
-hhetter/smbtad
-  
-

diff --git a/net-fs/smbtad/smbtad-1.2.6.ebuild 
b/net-fs/smbtad/smbtad-1.2.6.ebuild
deleted file mode 100644
index e1a62c8d8bc1..
--- a/net-fs/smbtad/smbtad-1.2.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils flag-o-matic
-
-DESCRIPTION="Data receiver of the SMB Traffic Analyzer project"
-HOMEPAGE="https://github.com/hhetter/smbtad;
-SRC_URI="http://morelias.org/smbta/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-db/libdbi
-   dev-libs/iniparser:0
-   sys-libs/talloc
-"
-RDEPEND="${DEPEND}
-   >=net-fs/samba-3.6
-"
-
-DOCS=( README AUTHORS )
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # bug #707778
-   append-cflags -fcommon
-
-   sed -i \
-   -e '/CMAKE_C_FLAGS/d' \
-   CMakeLists.txt || die
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   newinitd "${FILESDIR}"/smbtad.rc smbtad
-   newconfd dist/smbtad.conf_example smbtad.conf
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9dd52c15f73d..12dc681fb20b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -356,12 +356,6 @@ dev-libs/injeqt
 # bug #723194, bug #834301. Removal on 2022-03-27.
 sci-chemistry/mm-align
 
-# David Seifert  (2022-02-27)
-# Last release 10 years ago, no other distro packages this,
-# stuck on cmake-utils.eclass and QA issues.
-# Bug #711880, #774519, removal on 2022-03-27.
-net-fs/smbtad
-
 # Andreas Sturmlechner  (2022-02-27)
 # No revdeps since begin of gentoo.git history, outdated and unmaintained.
 # Bug #834307. Removal on 2022-03-29.



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

2022-03-28 Thread Jakov Smolić
commit: d04401f6a437ac8ccc2691f5172f133270d119a8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:32:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:32:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04401f6

sys-auth/sssd: Remove net-libs/libnfsidmap references

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-auth/sssd/metadata.xml | 2 +-
 sys-auth/sssd/sssd-2.3.1-r3.ebuild | 2 +-
 sys-auth/sssd/sssd-2.5.2-r3.ebuild | 2 +-
 sys-auth/sssd/sssd-2.6.0-r2.ebuild | 7 +--
 4 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/sys-auth/sssd/metadata.xml b/sys-auth/sssd/metadata.xml
index 84d171b6aee0..ed2b026878b3 100644
--- a/sys-auth/sssd/metadata.xml
+++ b/sys-auth/sssd/metadata.xml
@@ -13,7 +13,7 @@
 Build and use the cifsidmap plugin
Install sssd's Kerberos plugin
Add support for netlink protocol via 
dev-libs/libnl
-   Add support for the nfsv4 idmapd plugin 
provided by net-libs/libnfsidmap
+   Add support for the nfsv4 idmapd plugin 
provided by sys-fs/nfs-utils
Add Privileged Attribute Certificate Support 
for Kerberos
Build helper to let app-admin/sudo 
use sssd provided information
Enable SystemTAP/DTrace tracing

diff --git a/sys-auth/sssd/sssd-2.3.1-r3.ebuild 
b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
index fdbe558ed56d..a35c8436b484 100644
--- a/sys-auth/sssd/sssd-2.3.1-r3.ebuild
+++ b/sys-auth/sssd/sssd-2.3.1-r3.ebuild
@@ -46,7 +46,7 @@ DEPEND="
)
acl? ( net-fs/cifs-utils[acl] )
netlink? ( dev-libs/libnl:3 )
-   nfsv4? ( || ( >=net-fs/nfs-utils-2.3.1-r2 net-libs/libnfsidmap ) )
+   nfsv4? ( >=net-fs/nfs-utils-2.3.1-r2 )
nls? ( >=sys-devel/gettext-0.18 )
pac? (
app-crypt/mit-krb5[${MULTILIB_USEDEP}]

diff --git a/sys-auth/sssd/sssd-2.5.2-r3.ebuild 
b/sys-auth/sssd/sssd-2.5.2-r3.ebuild
index ae761b254289..397f3d136eb5 100644
--- a/sys-auth/sssd/sssd-2.5.2-r3.ebuild
+++ b/sys-auth/sssd/sssd-2.5.2-r3.ebuild
@@ -68,7 +68,7 @@ DEPEND=">=app-crypt/mit-krb5-1.19.1[${MULTILIB_USEDEP}]
)
acl? ( net-fs/cifs-utils[acl] )
netlink? ( dev-libs/libnl:3 )
-   nfsv4? ( || ( >=net-fs/nfs-utils-2.3.1-r2 net-libs/libnfsidmap ) )
+   nfsv4? ( >=net-fs/nfs-utils-2.3.1-r2 )
nls? ( >=sys-devel/gettext-0.18 )
pac? (
net-fs/samba

diff --git a/sys-auth/sssd/sssd-2.6.0-r2.ebuild 
b/sys-auth/sssd/sssd-2.6.0-r2.ebuild
index b659742f8808..19e7f62ea2af 100644
--- a/sys-auth/sssd/sssd-2.6.0-r2.ebuild
+++ b/sys-auth/sssd/sssd-2.6.0-r2.ebuild
@@ -45,12 +45,7 @@ DEPEND="
acl? ( net-fs/cifs-utils[acl] )
locator? ( >=net-dns/c-ares-1.10.0-r1:=[${MULTILIB_USEDEP}] )
netlink? ( dev-libs/libnl:3 )
-   nfsv4? (
-   || (
-   >=net-fs/nfs-utils-2.3.1-r2
-   net-libs/libnfsidmap
-   )
-   )
+   nfsv4? ( >=net-fs/nfs-utils-2.3.1-r2 )
pac? ( net-fs/samba )
python? ( ${PYTHON_DEPS} )
samba? ( >=net-fs/samba-4.10.2[winbind] )



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mm-align/, profiles/, sci-chemistry/mm-align/files/

2022-03-28 Thread Jakov Smolić
commit: 7e02f5e90dc6463bd249131c9b8307343e481147
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:34:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:34:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e02f5e9

sci-chemistry/mm-align: treeclean

Closes: https://bugs.gentoo.org/834301
Closes: https://bugs.gentoo.org/723194
Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask   |  5 -
 sci-chemistry/mm-align/Manifest |  1 -
 sci-chemistry/mm-align/files/CMakeLists.txt |  5 -
 sci-chemistry/mm-align/metadata.xml | 26 -
 sci-chemistry/mm-align/mm-align-20120321.ebuild | 23 --
 5 files changed, 60 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 12dc681fb20b..d90ab8b095ca 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -351,11 +351,6 @@ sci-chemistry/votca-ctp
 # Bug #834317. Removal on 2022-03-31.
 dev-libs/injeqt
 
-# Sam James  (2022-02-27)
-# Fails to build with modern GCC, stuck on cmake-utils.eclass too.
-# bug #723194, bug #834301. Removal on 2022-03-27.
-sci-chemistry/mm-align
-
 # Andreas Sturmlechner  (2022-02-27)
 # No revdeps since begin of gentoo.git history, outdated and unmaintained.
 # Bug #834307. Removal on 2022-03-29.

diff --git a/sci-chemistry/mm-align/Manifest b/sci-chemistry/mm-align/Manifest
deleted file mode 100644
index 97e91d4c9433..
--- a/sci-chemistry/mm-align/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MM-align-20120321.tar.xz 20072 BLAKE2B 
be53cff43b220c9c44bbd600e4e2870e3987da25744a4bf3da0bc8cf7bc2619c93839e27327d23b5ef3bfbf9aca86b865717c48eb5d91a9da7b977909fb3bc39
 SHA512 
193c3b16b2d9fb0aaacf18b203fcf0240de7b11b4c0ce99fc571c277aa6e624b7b8b4df625e34433a5dec4349bb5bf6ae0368609c1738337923cf3b4d06428bc

diff --git a/sci-chemistry/mm-align/files/CMakeLists.txt 
b/sci-chemistry/mm-align/files/CMakeLists.txt
deleted file mode 100644
index 635ffdd67418..
--- a/sci-chemistry/mm-align/files/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-cmake_minimum_required (VERSION 2.6)
-project (MM-align Fortran)
-add_executable(MMalign MM-align.f)
-
-install (TARGETS MMalign DESTINATION bin)

diff --git a/sci-chemistry/mm-align/metadata.xml 
b/sci-chemistry/mm-align/metadata.xml
deleted file mode 100644
index 03c48e987ffb..
--- a/sci-chemistry/mm-align/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sci-chemis...@gentoo.org
-Gentoo Chemistry Project
-  
-  
-MM-align is an algorithm for structurally aligning multiple-chain 
-protein-protein complexes. The algorithm is built on a heuristic 
-iteration of a modified Needleman-Wunsch dynamic programming (DP) 
-algorithm, with the alignment score specified by the inter-complex residue 
-distances. The multiple chains in each complex are first joined, in every 
-possible order, and then simultaneously aligned with cross-chain alignments 
-prevented. The alignments of interface residues are enhanced by an 
-interface-specific weighting factor. An optimal alignment between two 
complexes,
-as well as the overall TM-score, will be reported for each comparison.
-What is the difference between TM-align and MM-align? TM-align is for aligning 
-monomer protein structures while MM-align is designed for aligning 
-multiple-chain protein complex structures. Although one can still use TM-align 
-to align protein complexes after manually joining the chains, this will lead 
-to suboptimal alignments with unphysical cross alignments. Therefore, the 
-best result will be obtained if one uses TM-align to monomer structures and 
-MM-align for multimer structures.
-
-

diff --git a/sci-chemistry/mm-align/mm-align-20120321.ebuild 
b/sci-chemistry/mm-align/mm-align-20120321.ebuild
deleted file mode 100644
index d2b42fe2547e..
--- a/sci-chemistry/mm-align/mm-align-20120321.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils fortran-2
-
-DESCRIPTION="Protein Complex Structural Alignment"
-HOMEPAGE="http://zhanglab.ccmb.med.umich.edu/MM-align/;
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/MM-align-${PV}.tar.xz;
-
-SLOT="0"
-LICENSE="tm-align"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_prepare() {
-   cp "${FILESDIR}"/CMakeLists.txt . || die
-
-   cmake-utils_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/, profiles/, sys-apps/dmapi/files/

2022-03-28 Thread Jakov Smolić
commit: 26f5a653be0401a67dc0ce74a1ea138966c3b58e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:29:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:29:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f5a653

sys-apps/dmapi: treeclean

Closes: https://bugs.gentoo.org/811891
Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask   |  6 ---
 sys-apps/dmapi/Manifest |  1 -
 sys-apps/dmapi/dmapi-2.2.12-r2.ebuild   | 50 -
 sys-apps/dmapi/files/dmapi-2.2.12-headers.patch | 16 
 sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch  | 20 --
 sys-apps/dmapi/metadata.xml |  8 
 6 files changed, 101 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ca933b566b3f..50f29445f553 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -395,12 +395,6 @@ sys-libs/tapi
 # Removal on 2022-03-28.  Bug #834120.
 www-client/midori
 
-# Sam James  (2022-02-24)
-# Obsolete, ex-dependency of xfsprogs. Fails to build on 32-bit arches.
-# No reverse dependencies. Discontinued upstream. Removal on 2022-03-24.
-# bug #811891
-sys-apps/dmapi
-
 # Anton Fischl  (2022-02-23)
 # Version 2.5.* is not meant for production according to upstream
 =app-backup/burp-2.5*

diff --git a/sys-apps/dmapi/Manifest b/sys-apps/dmapi/Manifest
deleted file mode 100644
index 8a68188e55fa..
--- a/sys-apps/dmapi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dmapi-2.2.12.tar.gz 367318 BLAKE2B 
7d74f3081f8430c43d3ea961bd4ad2743a3ab65a016b0653a68074353ed60fa0c1a01a77aa470326aa1b10e731a5058355ab887cae00d21196958563ae6c4ee8
 SHA512 
aa44c0c7857158fed198deb9d1e00abaab549e3c22a7ce0e24e6088146bde56ecf967405b1b61a589460981ddcfaffbb1e9a2e677088efec317e3a7cb44abe4f

diff --git a/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild 
b/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild
deleted file mode 100644
index 09a877413747..
--- a/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal usr-ldscript
-
-DESCRIPTION="XFS data management API library"
-HOMEPAGE="https://xfs.wiki.kernel.org/;
-SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
-   ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="static-libs"
-
-RDEPEND="sys-fs/xfsprogs"
-DEPEND="${RDEPEND}"
-
-DOCS=( doc/{CHANGES,PORTING} README )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-headers.patch
-   "${FILESDIR}"/${P}-no-doc.patch # bug 732042
-)
-
-src_prepare() {
-   default
-   multilib_copy_sources
-}
-
-multilib_src_configure() {
-   export OPTIMIZER=${CFLAGS}
-   export DEBUG=-DNDEBUG
-
-   econf \
-   --libexecdir=/usr/$(get_libdir) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install install-dev
-   gen_usr_ldscript -a dm
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch 
b/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch
deleted file mode 100644
index 259e1aec3a09..
--- a/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/560212
-
-pull in headers for funcs that are used
-
 a/libdm/dm_handle2path.c
-+++ b/libdm/dm_handle2path.c
-@@ -20,6 +20,9 @@
- #include 
- #include "dmapi_lib.h"
- 
-+#include  /* open */
-+#include  /* close */
-+#include  /* strlen */
- #include 
- #include 
- #ifdef linux

diff --git a/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch 
b/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
deleted file mode 100644
index 295bdb7c6572..
--- a/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
 a/Makefile
-+++ b/Makefile
-@@ -19,7 +19,7 @@
-   libtool include/builddefs
- 
- LIB_SUBDIRS = include libdm
--TOOL_SUBDIRS = m4 man doc debian build
-+TOOL_SUBDIRS = m4 man debian build
- 
- SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
- 
-@@ -66,7 +66,7 @@
-   touch .census
- 
- install: default $(addsuffix -install,$(SUBDIRS))
--ifneq ($(PKG_DISTRIBUTION), debian)
-+ifdef false
-   $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
-   $(INSTALL) -m 644 README $(PKG_DOC_DIR)
- endif

diff --git a/sys-apps/dmapi/metadata.xml b/sys-apps/dmapi/metadata.xml
deleted file mode 100644
index 73dda144f9ac..
--- a/sys-apps/dmapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-



[gentoo-commits] repo/gentoo:master commit in: profiles/, www-client/midori/

2022-03-28 Thread Jakov Smolić
commit: 0058e2643252246c96a1e08bdaf4b662f34a3b32
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:29:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:29:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0058e264

www-client/midori: treeclean

Closes: https://bugs.gentoo.org/834120
Closes: https://bugs.gentoo.org/560262
Closes: https://bugs.gentoo.org/657158
Closes: https://bugs.gentoo.org/759511
Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask   |  7 
 www-client/midori/Manifest  |  1 -
 www-client/midori/metadata.xml  |  8 -
 www-client/midori/midori-9.0.ebuild | 64 -
 4 files changed, 80 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 50f29445f553..8deef505af87 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -388,13 +388,6 @@ x11-libs/libyui-qt
 # Removal on 2022-03-29.  Bug #834306
 sys-libs/tapi
 
-# Michał Górny  (2022-02-26)
-# The original Midori browser has been discontinued, and the new
-# Electron-based "Midori" (sic!) does not seem worth the effort
-# of packaging it.
-# Removal on 2022-03-28.  Bug #834120.
-www-client/midori
-
 # Anton Fischl  (2022-02-23)
 # Version 2.5.* is not meant for production according to upstream
 =app-backup/burp-2.5*

diff --git a/www-client/midori/Manifest b/www-client/midori/Manifest
deleted file mode 100644
index 2bab3eeacdd4..
--- a/www-client/midori/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST midori-v9.0.tar.gz 1902467 BLAKE2B 
0a6b46bddd0286c56d3f30b429dc46f90177931f8c596912183ed990124b831b5407807e2693e3b5e0d02074386b46e98823b33f6e785963b9507742bac58763
 SHA512 
0cc28643593f53c47b453838152dcbe35a9a287bff38bda830844eb8f321a4f48c99b21e16a9b07bebdd0abc936d88fd759c3222a36325aa667a28ae00148be3

diff --git a/www-client/midori/metadata.xml b/www-client/midori/metadata.xml
deleted file mode 100644
index 2b8ef06e9a39..
--- a/www-client/midori/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-x...@gentoo.org
-XFCE Team
-  
-

diff --git a/www-client/midori/midori-9.0.ebuild 
b/www-client/midori/midori-9.0.ebuild
deleted file mode 100644
index f51826c5e0f5..
--- a/www-client/midori/midori-9.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VALA_MIN_API_VERSION=0.36
-
-inherit cmake-utils vala xdg-utils
-
-MY_P=${PN}-v${PV}
-DESCRIPTION="A lightweight web browser based on WebKitGTK+"
-HOMEPAGE="https://www.midori-browser.org/;
-SRC_URI="https://github.com/midori-browser/core/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~riscv x86"
-IUSE=""
-
-RDEPEND="
-   app-arch/libarchive:=
-   >=app-crypt/gcr-3:=[gtk,vala]
-   >=dev-db/sqlite-3.6.19:3
-   >=dev-libs/glib-2.46.2:2
-   >=dev-libs/json-glib-0.12
-   dev-libs/libpeas[gtk]
-   dev-libs/libxml2
-   >=net-libs/libsoup-2.38:2.4[vala]
-   >=net-libs/webkit-gtk-2.16.6:4[introspection]
-   >=x11-libs/libnotify-0.7
-   >=x11-libs/gtk+-3.12.0:3
-"
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   dev-util/intltool
-   sys-devel/gettext
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   cmake-utils_src_prepare
-   vala_src_prepare
-   sed -i -e '/^install/s:COPYING::' CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
-   -DVALA_EXECUTABLE="${VALAC}"
-   )
-
-   cmake-utils_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/libnfsidmap/files/, profiles/, net-libs/libnfsidmap/

2022-03-28 Thread Jakov Smolić
commit: 3954cc683747c38ef3ba6e9f94df777889214740
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:31:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:31:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3954cc68

net-libs/libnfsidmap: treeclean

Closes: https://bugs.gentoo.org/806755
Signed-off-by: Jakov Smolić  gentoo.org>

 net-libs/libnfsidmap/Manifest  |   1 -
 .../files/libnfsidmap-0.21-headers.patch   |  22 
 .../files/libnfsidmap-0.27-getgrouplist.patch  | 115 -
 net-libs/libnfsidmap/libnfsidmap-0.27-r1.ebuild|  56 --
 net-libs/libnfsidmap/metadata.xml  |   8 --
 profiles/package.mask  |   6 --
 6 files changed, 208 deletions(-)

diff --git a/net-libs/libnfsidmap/Manifest b/net-libs/libnfsidmap/Manifest
deleted file mode 100644
index 5c73486bf1a9..
--- a/net-libs/libnfsidmap/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libnfsidmap-0.27.tar.bz2 303900 BLAKE2B 
c6cb8d81042426552fd3cde9dfd26f805d3c92281a65c3ca2d12671477eb697f3cd51a6d8313a658eb70232136e5615e0cb9ad090a92e747e245f49e60cfcf8a
 SHA512 
0698079abb4bb9ebeaccbcabca725b022c1daaa3d287944d9c4c2a2134489b649b44fcbcd9916e91dd6d91cdc67d267adf5741c5404150c66cc8243b9f15970d

diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.21-headers.patch 
b/net-libs/libnfsidmap/files/libnfsidmap-0.21-headers.patch
deleted file mode 100644
index 6ef12d44e44f..
--- a/net-libs/libnfsidmap/files/libnfsidmap-0.21-headers.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-for toupper and such
-
 a/nss.c
-+++ b/nss.c
-@@ -34,6 +34,7 @@
-  *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  */
- 
-+#include 
- #include 
- #include 
- #include 
 a/libnfsidmap.c
-+++ b/libnfsidmap.c
-@@ -37,6 +37,7 @@
-  *  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  */
- 
-+#include 
- #include 
- #include 
- #include 

diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch 
b/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch
deleted file mode 100644
index 9a8f0a487ae3..
--- a/net-libs/libnfsidmap/files/libnfsidmap-0.27-getgrouplist.patch
+++ /dev/null
@@ -1,115 +0,0 @@
-http://bugs.gentoo.org/169909
-
 libnfsidmap-0.27/configure.ac
-+++ libnfsidmap-0.27/configure.ac
-@@ -63,7 +63,7 @@
- 
- # Checks for library functions.
- AC_FUNC_MALLOC
--AC_CHECK_FUNCS([strchr strdup])
-+AC_CHECK_FUNCS([strchr strdup getgrouplist])
- 
- AC_CONFIG_FILES([Makefile])
- AC_CONFIG_FILES([libnfsidmap.pc])
 libnfsidmap-0.27/getgrouplist.c
-+++ libnfsidmap-0.27/getgrouplist.c
-@@ -0,0 +1,88 @@
-+/*
-+ *  getgrouplist.c
-+ *
-+ *  if system does not provide the non-standard getgrouplist, we will emulate
-+ *  it via POSIX standard functions
-+ *
-+ * Copyright (c) 1991, 1993
-+ *The Regents of the University of California.  All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *notice, this list of conditions and the following disclaimer in the
-+ *documentation and/or other materials provided with the distribution.
-+ * 4. Neither the name of the University nor the names of its contributors
-+ *may be used to endorse or promote products derived from this software
-+ *without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+ * SUCH DAMAGE.
-+ */
-+
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+#include 
-+#include 
-+#include 
-+#include 
-+
-+#ifndef HAVE_GETGROUPLIST
-+static
-+int
-+getgrouplist(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt)
-+{
-+  const struct group *grp;
-+  int i, maxgroups, ngroups, ret;
-+
-+  ret = 0;
-+  ngroups = 0;
-+  maxgroups = *grpcnt;
-+  /*
-+   * When installing primary group, duplicate it;
-+   * the first 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/smack/, profiles/

2022-03-28 Thread Jakov Smolić
commit: fe4f26557d6bf3a841ed6bc56baf23d401033d75
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:33:40 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:33:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4f2655

dev-libs/smack: treeclean

Closes: https://bugs.gentoo.org/774495
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-libs/smack/Manifest   |  1 -
 dev-libs/smack/metadata.xml   |  8 
 dev-libs/smack/smack-0.5.0.ebuild | 19 ---
 profiles/package.mask |  6 --
 4 files changed, 34 deletions(-)

diff --git a/dev-libs/smack/Manifest b/dev-libs/smack/Manifest
deleted file mode 100644
index 8036a216fec4..
--- a/dev-libs/smack/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST smack-0.5.0.tar.bz2 38923 BLAKE2B 
e40ace9a4d97aaefe94d0ecdbce7f610c6cec73df87f3256078aaa5bd1ffcd45b047c4124cafd12da3dab5e1a74689726abd1ac3f1802b9a933aeb4cce7954cc
 SHA512 
16c02538d44e3c53a783a5fd546a2813ae4da8e3d4e61fcc03a2c6c5127453ffaac1b5d5a04c499f6158d747b5cf37fdfa675dc4017d884f3eccb6dc0d76e754

diff --git a/dev-libs/smack/metadata.xml b/dev-libs/smack/metadata.xml
deleted file mode 100644
index 2ce0e74f9864..
--- a/dev-libs/smack/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   patr...@gentoo.org
-   Patrick Lauer
-   
-

diff --git a/dev-libs/smack/smack-0.5.0.ebuild 
b/dev-libs/smack/smack-0.5.0.ebuild
deleted file mode 100644
index 94966983b404..
--- a/dev-libs/smack/smack-0.5.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="low-level IO storage which packs data into sorted compressed 
blobs"
-HOMEPAGE="http://reverbrain.com/smack/;
-SRC_URI="https://dev.gentoo.org/~patrick/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/snappy
-   dev-libs/boost"
-RDEPEND="${DEPEND}"

diff --git a/profiles/package.mask b/profiles/package.mask
index e25397f36f11..9dd52c15f73d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -362,12 +362,6 @@ sci-chemistry/mm-align
 # Bug #711880, #774519, removal on 2022-03-27.
 net-fs/smbtad
 
-# Sam James  (2022-02-27)
-# EAPI=6 consumer of deprecated cmake-utils.eclass. No reverse
-# dependencies and will soon be unbuildable with new CMake.
-# bug #774495. Dead HOMEPAGE. Removal on 2022-03-27.
-dev-libs/smack
-
 # Andreas Sturmlechner  (2022-02-27)
 # No revdeps since begin of gentoo.git history, outdated and unmaintained.
 # Bug #834307. Removal on 2022-03-29.



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/

2022-03-28 Thread Agostino Sarubbo
commit: abad3463c115fb2c81b3dd25bd92f60d569c7d0d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:49:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:49:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abad3463

dev-python/google-api-python-client: amd64/x86 stable (ALLARCHES policy) wrt 
bug #836193

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../google-api-python-client/google-api-python-client-2.38.0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.38.0-r1.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.38.0-r1.ebuild
index b529ec6ab503..58251aa2b4e3 100644
--- 
a/dev-python/google-api-python-client/google-api-python-client-2.38.0-r1.ebuild
+++ 
b/dev-python/google-api-python-client/google-api-python-client-2.38.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]



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

2022-03-28 Thread Agostino Sarubbo
commit: 8e84d357d0f1b8445234be0d0f13b906e5a660c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:49:31 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:49:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e84d357

dev-python/pyopencl: amd64 stable wrt bug #836183

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyopencl/pyopencl-2022.1.ebuild 
b/dev-python/pyopencl/pyopencl-2022.1.ebuild
index 239c5dd9b960..ddb481845549 100644
--- a/dev-python/pyopencl/pyopencl-2022.1.ebuild
+++ b/dev-python/pyopencl/pyopencl-2022.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="examples opengl"
 
 DEPEND=">=virtual/opencl-2"



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

2022-03-28 Thread Agostino Sarubbo
commit: 4df2d03f5e54d9579601f95e20e73ed3f90ac83a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df2d03f

dev-ruby/connection_pool: amd64 stable wrt bug #836265

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-ruby/connection_pool/connection_pool-2.2.5.ebuild 
b/dev-ruby/connection_pool/connection_pool-2.2.5.ebuild
index 3cff783e758b..b2eaae4a0a63 100644
--- a/dev-ruby/connection_pool/connection_pool-2.2.5.ebuild
+++ b/dev-ruby/connection_pool/connection_pool-2.2.5.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mperham/connection_pool;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"



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

2022-03-28 Thread Agostino Sarubbo
commit: 4270bfc6ec40d5a0a918637a62497303692af513
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:36 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4270bfc6

dev-python/websockets: amd64 stable wrt bug #836172

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/websockets/websockets-10.2.ebuild 
b/dev-python/websockets/websockets-10.2.ebuild
index e16f8bcd8b8c..77d29ae58b99 100644
--- a/dev-python/websockets/websockets-10.2.ebuild
+++ b/dev-python/websockets/websockets-10.2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests unittest
 



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

2022-03-28 Thread Agostino Sarubbo
commit: 6079614fe1a427436484a936f962a823b5a18a38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6079614f

dev-python/warlock: amd64 stable wrt bug #836173

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/warlock/warlock-1.3.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/warlock/warlock-1.3.3-r3.ebuild 
b/dev-python/warlock/warlock-1.3.3-r3.ebuild
index 74237a2ec844..7949151efc2d 100644
--- a/dev-python/warlock/warlock-1.3.3-r3.ebuild
+++ b/dev-python/warlock/warlock-1.3.3-r3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/bcwaldon/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-03-28 Thread Agostino Sarubbo
commit: 912cf37dee87bca9f8a76c82be1126e1d3b7ad39
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912cf37d

sys-devel/binutils-config: amd64 stable wrt bug #836217

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/sys-devel/binutils-config/binutils-config-5.4.1.ebuild 
b/sys-devel/binutils-config/binutils-config-5.4.1.ebuild
index 0b09496f9818..d28da9834b51 100644
--- a/sys-devel/binutils-config/binutils-config-5.4.1.ebuild
+++ b/sys-devel/binutils-config/binutils-config-5.4.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86"
 fi
 
 DESCRIPTION="Utility to change the binutils version being used"



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

2022-03-28 Thread Agostino Sarubbo
commit: 44a70d8b0844e2fb9c91df2a2398c9fd3d10b353
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:49:17 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:49:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a70d8b

dev-python/reportlab: amd64 stable wrt bug #836180

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/reportlab/reportlab-3.6.7.ebuild 
b/dev-python/reportlab/reportlab-3.6.7.ebuild
index 0c445972..39cae44658d1 100644
--- a/dev-python/reportlab/reportlab-3.6.7.ebuild
+++ b/dev-python/reportlab/reportlab-3.6.7.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 
 DEPEND="
media-libs/freetype



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

2022-03-28 Thread Agostino Sarubbo
commit: 5cdc132e52c2603c8a690039cd4b661589a4f619
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:20 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdc132e

media-sound/abcmidi: amd64 stable wrt bug #836134

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-sound/abcmidi/abcmidi-2022.02.21.ebuild 
b/media-sound/abcmidi/abcmidi-2022.02.21.ebuild
index 11f547f4cb8e..eb2cfad8d6ed 100644
--- a/media-sound/abcmidi/abcmidi-2022.02.21.ebuild
+++ b/media-sound/abcmidi/abcmidi-2022.02.21.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="examples"
 
 BDEPEND="app-arch/unzip"



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

2022-03-28 Thread Agostino Sarubbo
commit: 970294669f444c82bc93d542c006412267e2b659
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:50 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97029466

dev-python/tldextract: amd64 stable wrt bug #836176

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/tldextract/tldextract-3.2.0.ebuild 
b/dev-python/tldextract/tldextract-3.2.0.ebuild
index ef7d2500fe3e..07a0d69c5bdb 100644
--- a/dev-python/tldextract/tldextract-3.2.0.ebuild
+++ b/dev-python/tldextract/tldextract-3.2.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/filelock[${PYTHON_USEDEP}]



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

2022-03-28 Thread Agostino Sarubbo
commit: f8cca86d1f1e7f40271d556033e94492ea17a7c6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:51:03 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:51:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cca86d

dev-python/scrypt: amd64 stable wrt bug #836178

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/scrypt/scrypt-0.8.20.ebuild 
b/dev-python/scrypt/scrypt-0.8.20.ebuild
index d8eff182f36f..e06cd312d6d9 100644
--- a/dev-python/scrypt/scrypt-0.8.20.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.20.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
sparc x86 ~x64-macos"
 
 RDEPEND="dev-libs/openssl:0="
 DEPEND="${RDEPEND}"



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

2022-03-28 Thread Agostino Sarubbo
commit: 39e97b9ef267c37c9c2ef7e7e51973cf5aa1bba7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:49:50 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:49:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e97b9e

dev-python/cryptography: amd64 stable wrt bug #836198

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/cryptography/cryptography-3.4.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/cryptography/cryptography-3.4.7-r3.ebuild 
b/dev-python/cryptography/cryptography-3.4.7-r3.ebuild
index a1ec307d2f6d..706c68452fa4 100644
--- a/dev-python/cryptography/cryptography-3.4.7-r3.ebuild
+++ b/dev-python/cryptography/cryptography-3.4.7-r3.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~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 ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-03-28 Thread Agostino Sarubbo
commit: e8eb58984ce1d1c02ff164a520a6b3623b065190
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:49:23 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:49:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8eb5898

dev-python/pyopengl_accelerate: amd64 stable wrt bug #836182

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.6.ebuild 
b/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.6.ebuild
index fb3b34cd729a..84add25d0527 100644
--- a/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.6.ebuild
+++ b/dev-python/pyopengl_accelerate/pyopengl_accelerate-3.1.6.ebuild
@@ -21,7 +21,7 @@ S=${WORKDIR}/pyopengl-${EGIT_COMMIT}/accelerate
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="dev-python/pyopengl[${PYTHON_USEDEP}]"



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

2022-03-28 Thread Agostino Sarubbo
commit: ca00a942f254220881ab9f51fe16d2c334c45aab
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca00a942

media-libs/libcdaudio: amd64 stable wrt bug #836133

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild 
b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
index 9a0fb7847e77..c205040fa17b 100644
--- a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
+++ b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE=""
 
 PATCHES=(



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

2022-03-28 Thread Agostino Sarubbo
commit: ab026f08f2e27eb6cb366a6e18f820bbc52e1c64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:49:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:49:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab026f08

media-libs/libv4l: amd64 stable wrt bug #835935

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/media-libs/libv4l/libv4l-1.22.1.ebuild 
b/media-libs/libv4l/libv4l-1.22.1.ebuild
index 50500edde413..dd0dbbbc513c 100644
--- a/media-libs/libv4l/libv4l-1.22.1.ebuild
+++ b/media-libs/libv4l/libv4l-1.22.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="dvb jpeg"
 
 RDEPEND="



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

2022-03-28 Thread Agostino Sarubbo
commit: c91934127ede46b814efb81b9569d53d85e923cf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9193412

dev-python/symengine: amd64 stable wrt bug #836177

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/symengine/symengine-0.9.1.ebuild 
b/dev-python/symengine/symengine-0.9.1.ebuild
index 1a067fafeebe..2d68a11c36b1 100644
--- a/dev-python/symengine/symengine-0.9.1.ebuild
+++ b/dev-python/symengine/symengine-0.9.1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 BDEPEND="dev-util/cmake
dev-python/cython[${PYTHON_USEDEP}]



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

2022-03-28 Thread Agostino Sarubbo
commit: 902cbf3610bf83c0cbe1fc86ed1cd0181122f2a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:49:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:49:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902cbf36

dev-python/bottleneck: amd64 stable wrt bug #836203

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/bottleneck/bottleneck-1.3.4.ebuild 
b/dev-python/bottleneck/bottleneck-1.3.4.ebuild
index 93cce55d0a90..b065a6e175b4 100644
--- a/dev-python/bottleneck/bottleneck-1.3.4.ebuild
+++ b/dev-python/bottleneck/bottleneck-1.3.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/

2022-03-28 Thread Agostino Sarubbo
commit: 38b2e48947dace7581115703e044f44d4a8802b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:50:30 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:50:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b2e489

net-analyzer/nagios-core: amd64 stable wrt bug #836162

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild 
b/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild
index a41b65d95fc2..8ce83cc229d0 100644
--- a/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild
+++ b/net-analyzer/nagios-core/nagios-core-4.4.6-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/nagios/${MY_P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 sparc ~x86"
 IUSE="apache2 classicui lighttpd +web vim-syntax"
 
 # In pkg_postinst(), we change the group of the Nagios configuration



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

2022-03-28 Thread Agostino Sarubbo
commit: b55a6348ccb3ec3398b7bf10169c280909282ae9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:52:09 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:52:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b55a6348

dev-vcs/git: ppc stable wrt bug #836296

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-vcs/git/git-2.35.1.ebuild b/dev-vcs/git/git-2.35.1.ebuild
index f692cbc82ee7..0385e5798fa4 100644
--- a/dev-vcs/git/git-2.35.1.ebuild
+++ b/dev-vcs/git/git-2.35.1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2022-03-28 Thread Agostino Sarubbo
commit: f030af1837f4da2f56f45c13d32a28ee583b4a6f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:51:57 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:51:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f030af18

app-editors/zile: ppc stable wrt bug #835557

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-editors/zile/zile-2.6.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/zile/zile-2.6.2-r2.ebuild 
b/app-editors/zile/zile-2.6.2-r2.ebuild
index b631ef17bdc3..c6686d5649d1 100644
--- a/app-editors/zile/zile-2.6.2-r2.ebuild
+++ b/app-editors/zile/zile-2.6.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 
 RDEPEND="dev-libs/glib:2
dev-libs/libgee:0.8=



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

2022-03-28 Thread Sam James
commit: cb5eb206b488b495be7cab1bc72526a79d49428b
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 28 06:50:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 06:51:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5eb206

sys-libs/zlib: unkeyword 1.2.12

Checking something...

Bug: https://bugs.gentoo.org/835958
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sys-libs/zlib/zlib-1.2.12.ebuild b/sys-libs/zlib/zlib-1.2.12.ebuild
index df1e5ec494cf..d43f2e1853c7 100644
--- a/sys-libs/zlib/zlib-1.2.12.ebuild
+++ b/sys-libs/zlib/zlib-1.2.12.ebuild
@@ -22,7 +22,7 @@ SRC_URI="https://zlib.net/${P}.tar.gz
 
 LICENSE="ZLIB"
 SLOT="0/1" # subslot = SONAME
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="minizip static-libs"
 
 RDEPEND="!sys-libs/zlib-ng[compat]"



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

2022-03-28 Thread Mike Pagano
commit: 154abf4b52fd18cbe796ef99bafe00609647de67
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:46 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154abf4b

sys-kernel/vanilla-sources: add 4.19.237, drop 4.19.236

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.19.236.ebuild => vanilla-sources-4.19.237.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index c345c8e22cbf..cf38d1031b48 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -7,7 +7,7 @@ DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST patch-4.14.274.xz 4657512 BLAKE2B 
108d13d6608df269e2a2b95ab8316a7746b6b2dd472e0aabc85fca10b1c03b2957aaa2b58117c58b0b601b283b9ad0ff876cbe8c6da626a442ea089370d2468a
 SHA512 
98cf067682114788998659f1ccd130266a7b80c0b13e5a54ee7320df91b1d02420062d95fda5ec2a03ff3af065716085ecee2dfdba3265f74612f89aace8bc49
-DIST patch-4.19.236.xz 4537956 BLAKE2B 
cb62bda77b117898d5ad5e6b29a5ff608d0b3e6d2b6c032db9310a4ee850c4312013bd5b1e7d247c0a3ec2f0aa0e449a4cae7bdd7d7492bc414388ab03d78026
 SHA512 
5aba9fa0eaab5e9771f0c902852bcdf3ecc6552efa4d242fa2d01c8b864300ce9219a34a4f888edccb28547bac5262d8b23148256ab67e98c57a2d208a0d00c9
+DIST patch-4.19.237.xz 4541096 BLAKE2B 
e1bfd5d4d618c3a4b8a0bbdc3a20d63658d0893abcb37d8db64dd24c8106e7581e14f3553f0b35d65369a2eb0a1ab57f6cc2febdea3f573f85c07f14ab155075
 SHA512 
c454ee3defbd609972b85211e93ccf032e3ccdf3e5a04f049143b8eedd310704a32b498dd79becc64e6172ba73e39c0e179fb03015595a2d3f2ddd0163da764e
 DIST patch-4.9.308.xz 4269352 BLAKE2B 
8648a27f53d2de4b187abe263f1146068df4fd63b8d4939082d452509e7f4a2d2fc628f5b5f1857c45c0e10c7328b67e97f414029718330573fbe0db63752ef3
 SHA512 
6ca117278b1eec956ffac9125907a20806fe78de7d4e3d105e16d3f1662dce74b127fc6adf86075037b40f8eaf35b9bda15d602e914e14fc8d102ac3d14da599
 DIST patch-5.10.108.xz 2864608 BLAKE2B 
d652cea2048092770919b757585ddf8fdfa45c7840965a336e66af805e64481188a695933caa93ad0d1183ea31d13666e2738c7500e551c9daef3977620ec8a3
 SHA512 
25410e6c6d0977cd7932405e0cccff08b2c1d40e01a336add5d81399fb10702092730a805931f772a1e8f0e523b6376fe63f25c53e08bdb38532ee683f62ec09
 DIST patch-5.15.31.xz 1234612 BLAKE2B 
9b84684960cacd19bb61ff0d40d46db33a2a70a14a91a966dc86d305d9f9d14319ac6c1c9f1366674855aab38d3d6ae4404d39615109625d2d8d1200c7a8237b
 SHA512 
1dc78db565dda619aa9f1d59bb78cf7ee43e8922f6e055bdd6f8b419556be8838235aa26e29fd1bd38cf12d8fb81e267714bb647921dee2c2aeab9319fbe294d

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.19.236.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.19.237.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.19.236.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.19.237.ebuild



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

2022-03-28 Thread Mike Pagano
commit: caf10bfb22cc31624b5c95abaf1b53e73522aa27
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:50 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf10bfb

sys-kernel/vanilla-sources: add 5.10.109, drop 5.10.108

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-5.10.108.ebuild => vanilla-sources-5.10.109.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 61cf4ff63ce6..fa26876617ae 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,7 +9,7 @@ DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6
 DIST patch-4.14.274.xz 4657512 BLAKE2B 
108d13d6608df269e2a2b95ab8316a7746b6b2dd472e0aabc85fca10b1c03b2957aaa2b58117c58b0b601b283b9ad0ff876cbe8c6da626a442ea089370d2468a
 SHA512 
98cf067682114788998659f1ccd130266a7b80c0b13e5a54ee7320df91b1d02420062d95fda5ec2a03ff3af065716085ecee2dfdba3265f74612f89aace8bc49
 DIST patch-4.19.237.xz 4541096 BLAKE2B 
e1bfd5d4d618c3a4b8a0bbdc3a20d63658d0893abcb37d8db64dd24c8106e7581e14f3553f0b35d65369a2eb0a1ab57f6cc2febdea3f573f85c07f14ab155075
 SHA512 
c454ee3defbd609972b85211e93ccf032e3ccdf3e5a04f049143b8eedd310704a32b498dd79becc64e6172ba73e39c0e179fb03015595a2d3f2ddd0163da764e
 DIST patch-4.9.309.xz 4271628 BLAKE2B 
9a5f1e54637db49561db2312d627ca07f540289f6c75f32d763d8fbe3b394b93765f7fc50a38ced4a81f95159b77ab00f52315067eeb5a9cad82485976073d1c
 SHA512 
8ed8b9d5fc8480684ef45af2584a9a65f1f7d2502ea9b9b31b846a8cc70a2f3a60f4e61f2901b1bc2ca3c7dd63400d0209951ce3835845a25f774d5bf9cabace
-DIST patch-5.10.108.xz 2864608 BLAKE2B 
d652cea2048092770919b757585ddf8fdfa45c7840965a336e66af805e64481188a695933caa93ad0d1183ea31d13666e2738c7500e551c9daef3977620ec8a3
 SHA512 
25410e6c6d0977cd7932405e0cccff08b2c1d40e01a336add5d81399fb10702092730a805931f772a1e8f0e523b6376fe63f25c53e08bdb38532ee683f62ec09
+DIST patch-5.10.109.xz 2872316 BLAKE2B 
7190e008855bfe0697806a15dec4e7babbd5159af2b7109d50a598f7c7ea53661b5afb86ad341f515a64d72c82e203241722df282a68a24742472b3ce4677143
 SHA512 
857028984882fe1945133bbcb5660c795e9f3616fd202a87f26ad6ff2063d2b3a0a5efb17bc905433aa2400163ba9bf7340c9283ea3573b49e9eed2eda332eb2
 DIST patch-5.15.31.xz 1234612 BLAKE2B 
9b84684960cacd19bb61ff0d40d46db33a2a70a14a91a966dc86d305d9f9d14319ac6c1c9f1366674855aab38d3d6ae4404d39615109625d2d8d1200c7a8237b
 SHA512 
1dc78db565dda619aa9f1d59bb78cf7ee43e8922f6e055bdd6f8b419556be8838235aa26e29fd1bd38cf12d8fb81e267714bb647921dee2c2aeab9319fbe294d
 DIST patch-5.16.17.xz 732688 BLAKE2B 
7ac15c9469313f6e0804bc63c05836d4a808cc17049fdb2be14d95240756ce1c4c94354c93d94effe0be4a71d23022e8705dbda3430279d45e09d775f7050add
 SHA512 
6f96ce059aa36a15dc621a3c82184a0f5a9ef733fc30e74f92ce08056f5e2e6022b956ccf50eb6021f1fedab2433a2d5f4e462f1b09109277c691cae1510c74c
 DIST patch-5.4.187.xz 3781708 BLAKE2B 
639df8f0199f00b1193081b7377871d9d21ae41c3c4bd44aa3cddaf54920e2081420007e8ab4f73ca2db9d76bd7ad0a35e64be6d75fcc67a8c723cf85d79bf12
 SHA512 
49afa1f8f733058b2da92475e6e3a4894bcddf708d5c5001da29923e9532139fd64f4a5e284ed410fd1bdc1ab23df66fe23fbd043f8848a6bf87495c1fe6800d

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.10.108.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.10.109.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.10.108.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.10.109.ebuild



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

2022-03-28 Thread Mike Pagano
commit: 5a9078be4557f4fe6da9bf55b06089b0189dbcbb
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:56 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9078be

sys-kernel/vanilla-sources: add 5.17.1, drop 5.17.0

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

 sys-kernel/vanilla-sources/Manifest  | 1 +
 .../{vanilla-sources-5.17.0.ebuild => vanilla-sources-5.17.1.ebuild} | 0
 2 files changed, 1 insertion(+)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 0b25089105b4..6c91a945ddce 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -12,4 +12,5 @@ DIST patch-4.9.309.xz 4271628 BLAKE2B 
9a5f1e54637db49561db2312d627ca07f540289f6c
 DIST patch-5.10.109.xz 2872316 BLAKE2B 
7190e008855bfe0697806a15dec4e7babbd5159af2b7109d50a598f7c7ea53661b5afb86ad341f515a64d72c82e203241722df282a68a24742472b3ce4677143
 SHA512 
857028984882fe1945133bbcb5660c795e9f3616fd202a87f26ad6ff2063d2b3a0a5efb17bc905433aa2400163ba9bf7340c9283ea3573b49e9eed2eda332eb2
 DIST patch-5.15.32.xz 1242516 BLAKE2B 
7fe000f68814cef8430b82959978de7b691565187f83cb7678b3c34cf9bf80530f54fdf426e69b36e067196f5d57a484eb6e95c19594e427b6e18a67e3d7fb57
 SHA512 
9490dfae788cfa0b5b9d146caf62a3b04017bd182b26a113ab1442176fe832b6e181f982c0e22c200df934d94733efa76a694435eca437bfdffafe024486
 DIST patch-5.16.18.xz 741028 BLAKE2B 
d564ee3ee9f73cdcac3bedfcf3354ee5746d03c375ad0b2a083b806132c58079e47167962a9554118165dbb4ccae3b1acfd2af99f21024eee2d87e9406cadc04
 SHA512 
8fcff1cc845057adb33f45bce59faab26eeb071e77213b1b4033418d0898164bb36155205a2ac2c185d6d95393ae5af447b051e36079cb678282bcb45c6ef458
+DIST patch-5.17.1.xz 15244 BLAKE2B 
f340b8a103754122153dd381fe210b18ba37b7262dae4fc7a1f99c5a62868c9bdb178e83865b35f00b82bd2d67ae127c440515d1740093825f7ec7fa4c4a490d
 SHA512 
fb9a28ce7c68daeca82586e7631dc0be00a1a8393b4cef4c659fc1f9dac6e1f941bd60671c0350d1dea9cb035f56d627f64a394a9acb00b2b5dea8a1d44c065f
 DIST patch-5.4.187.xz 3781708 BLAKE2B 
639df8f0199f00b1193081b7377871d9d21ae41c3c4bd44aa3cddaf54920e2081420007e8ab4f73ca2db9d76bd7ad0a35e64be6d75fcc67a8c723cf85d79bf12
 SHA512 
49afa1f8f733058b2da92475e6e3a4894bcddf708d5c5001da29923e9532139fd64f4a5e284ed410fd1bdc1ab23df66fe23fbd043f8848a6bf87495c1fe6800d

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.17.0.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.17.1.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.17.0.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.17.1.ebuild



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

2022-03-28 Thread Mike Pagano
commit: f6128c18695233b4781d85a9557202bbb8574a94
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:48 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6128c18

sys-kernel/vanilla-sources: add 4.9.309, drop 4.9.308

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-4.9.308.ebuild => vanilla-sources-4.9.309.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index cf38d1031b48..61cf4ff63ce6 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -8,7 +8,7 @@ DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c3695441549
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST patch-4.14.274.xz 4657512 BLAKE2B 
108d13d6608df269e2a2b95ab8316a7746b6b2dd472e0aabc85fca10b1c03b2957aaa2b58117c58b0b601b283b9ad0ff876cbe8c6da626a442ea089370d2468a
 SHA512 
98cf067682114788998659f1ccd130266a7b80c0b13e5a54ee7320df91b1d02420062d95fda5ec2a03ff3af065716085ecee2dfdba3265f74612f89aace8bc49
 DIST patch-4.19.237.xz 4541096 BLAKE2B 
e1bfd5d4d618c3a4b8a0bbdc3a20d63658d0893abcb37d8db64dd24c8106e7581e14f3553f0b35d65369a2eb0a1ab57f6cc2febdea3f573f85c07f14ab155075
 SHA512 
c454ee3defbd609972b85211e93ccf032e3ccdf3e5a04f049143b8eedd310704a32b498dd79becc64e6172ba73e39c0e179fb03015595a2d3f2ddd0163da764e
-DIST patch-4.9.308.xz 4269352 BLAKE2B 
8648a27f53d2de4b187abe263f1146068df4fd63b8d4939082d452509e7f4a2d2fc628f5b5f1857c45c0e10c7328b67e97f414029718330573fbe0db63752ef3
 SHA512 
6ca117278b1eec956ffac9125907a20806fe78de7d4e3d105e16d3f1662dce74b127fc6adf86075037b40f8eaf35b9bda15d602e914e14fc8d102ac3d14da599
+DIST patch-4.9.309.xz 4271628 BLAKE2B 
9a5f1e54637db49561db2312d627ca07f540289f6c75f32d763d8fbe3b394b93765f7fc50a38ced4a81f95159b77ab00f52315067eeb5a9cad82485976073d1c
 SHA512 
8ed8b9d5fc8480684ef45af2584a9a65f1f7d2502ea9b9b31b846a8cc70a2f3a60f4e61f2901b1bc2ca3c7dd63400d0209951ce3835845a25f774d5bf9cabace
 DIST patch-5.10.108.xz 2864608 BLAKE2B 
d652cea2048092770919b757585ddf8fdfa45c7840965a336e66af805e64481188a695933caa93ad0d1183ea31d13666e2738c7500e551c9daef3977620ec8a3
 SHA512 
25410e6c6d0977cd7932405e0cccff08b2c1d40e01a336add5d81399fb10702092730a805931f772a1e8f0e523b6376fe63f25c53e08bdb38532ee683f62ec09
 DIST patch-5.15.31.xz 1234612 BLAKE2B 
9b84684960cacd19bb61ff0d40d46db33a2a70a14a91a966dc86d305d9f9d14319ac6c1c9f1366674855aab38d3d6ae4404d39615109625d2d8d1200c7a8237b
 SHA512 
1dc78db565dda619aa9f1d59bb78cf7ee43e8922f6e055bdd6f8b419556be8838235aa26e29fd1bd38cf12d8fb81e267714bb647921dee2c2aeab9319fbe294d
 DIST patch-5.16.17.xz 732688 BLAKE2B 
7ac15c9469313f6e0804bc63c05836d4a808cc17049fdb2be14d95240756ce1c4c94354c93d94effe0be4a71d23022e8705dbda3430279d45e09d775f7050add
 SHA512 
6f96ce059aa36a15dc621a3c82184a0f5a9ef733fc30e74f92ce08056f5e2e6022b956ccf50eb6021f1fedab2433a2d5f4e462f1b09109277c691cae1510c74c

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.308.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.9.309.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.9.308.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.9.309.ebuild



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

2022-03-28 Thread Mike Pagano
commit: b991b89f2eea0c090b2f569a7edbf12ac3ecfc39
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:54 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b991b89f

sys-kernel/vanilla-sources: add 5.16.18, drop 5.16.17

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.16.17.ebuild => vanilla-sources-5.16.18.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 07d5dfbe0a4f..0b25089105b4 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,5 +11,5 @@ DIST patch-4.19.237.xz 4541096 BLAKE2B 
e1bfd5d4d618c3a4b8a0bbdc3a20d63658d0893ab
 DIST patch-4.9.309.xz 4271628 BLAKE2B 
9a5f1e54637db49561db2312d627ca07f540289f6c75f32d763d8fbe3b394b93765f7fc50a38ced4a81f95159b77ab00f52315067eeb5a9cad82485976073d1c
 SHA512 
8ed8b9d5fc8480684ef45af2584a9a65f1f7d2502ea9b9b31b846a8cc70a2f3a60f4e61f2901b1bc2ca3c7dd63400d0209951ce3835845a25f774d5bf9cabace
 DIST patch-5.10.109.xz 2872316 BLAKE2B 
7190e008855bfe0697806a15dec4e7babbd5159af2b7109d50a598f7c7ea53661b5afb86ad341f515a64d72c82e203241722df282a68a24742472b3ce4677143
 SHA512 
857028984882fe1945133bbcb5660c795e9f3616fd202a87f26ad6ff2063d2b3a0a5efb17bc905433aa2400163ba9bf7340c9283ea3573b49e9eed2eda332eb2
 DIST patch-5.15.32.xz 1242516 BLAKE2B 
7fe000f68814cef8430b82959978de7b691565187f83cb7678b3c34cf9bf80530f54fdf426e69b36e067196f5d57a484eb6e95c19594e427b6e18a67e3d7fb57
 SHA512 
9490dfae788cfa0b5b9d146caf62a3b04017bd182b26a113ab1442176fe832b6e181f982c0e22c200df934d94733efa76a694435eca437bfdffafe024486
-DIST patch-5.16.17.xz 732688 BLAKE2B 
7ac15c9469313f6e0804bc63c05836d4a808cc17049fdb2be14d95240756ce1c4c94354c93d94effe0be4a71d23022e8705dbda3430279d45e09d775f7050add
 SHA512 
6f96ce059aa36a15dc621a3c82184a0f5a9ef733fc30e74f92ce08056f5e2e6022b956ccf50eb6021f1fedab2433a2d5f4e462f1b09109277c691cae1510c74c
+DIST patch-5.16.18.xz 741028 BLAKE2B 
d564ee3ee9f73cdcac3bedfcf3354ee5746d03c375ad0b2a083b806132c58079e47167962a9554118165dbb4ccae3b1acfd2af99f21024eee2d87e9406cadc04
 SHA512 
8fcff1cc845057adb33f45bce59faab26eeb071e77213b1b4033418d0898164bb36155205a2ac2c185d6d95393ae5af447b051e36079cb678282bcb45c6ef458
 DIST patch-5.4.187.xz 3781708 BLAKE2B 
639df8f0199f00b1193081b7377871d9d21ae41c3c4bd44aa3cddaf54920e2081420007e8ab4f73ca2db9d76bd7ad0a35e64be6d75fcc67a8c723cf85d79bf12
 SHA512 
49afa1f8f733058b2da92475e6e3a4894bcddf708d5c5001da29923e9532139fd64f4a5e284ed410fd1bdc1ab23df66fe23fbd043f8848a6bf87495c1fe6800d

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.16.17.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.16.18.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.16.17.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.16.18.ebuild



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

2022-03-28 Thread Mike Pagano
commit: e22d94d1e87ecfb987533695935b19a637de55f0
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:43 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22d94d1

sys-kernel/vanilla-sources: add 4.14.274, drop 4.14.273

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 ...{vanilla-sources-4.14.273.ebuild => vanilla-sources-4.14.274.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 75bfa5e4ca64..c345c8e22cbf 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -6,7 +6,7 @@ DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7
 DIST linux-5.16.tar.xz 123114100 BLAKE2B 
07a90cc640ff89e1359c06cee8c38abd33e51f9b9a89833e31a1d2750526fda4a59e8884db3c1ea63df0a37f0d3de6b5a922b014b7313d8abce20d90ac08adcb
 SHA512 
7a257dd576bc8493595ec7d6f3c9cb6e22c772a8b2dbe735d2485c4f5c56e26a08695546e7e0f1f1cd04a533f25e829361958d4da0b98bf0ba8094dd57a85aaf
 DIST linux-5.17.tar.xz 128399340 BLAKE2B 
82dc4a45cc25c781ac67aa6ed1e4c369544154960f41c4634d47621f381159687a227054976d078524cda28884d395a15f7542fe44ca74ce98ca6ff54a81d6d0
 SHA512 
89f0a7ca69d20a539d4b612a7028a30a5e98b402e4b6b88516f14237e5da4b626d7929eab8b40fccc90766e8f3bae87e9858a19077ffad20d8204acf18794f5b
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST patch-4.14.273.xz 4654868 BLAKE2B 
651a84a1fa88ea008111fa0a1254d06472219ba7d9664523124d3cd2376593430d58c12a940f8381e52999e6d8218c30a299bd3751fe54eab62b9c8b2eb7bca2
 SHA512 
23ba9891dd132c76f63d1c9c1d7975e9c9eb072c95639eaac74f98bce4c2ceb1b3f3d8a06338fc1e3cd1bacc12feabfcf428398d8086e07cc3d8d32d2f4b7462
+DIST patch-4.14.274.xz 4657512 BLAKE2B 
108d13d6608df269e2a2b95ab8316a7746b6b2dd472e0aabc85fca10b1c03b2957aaa2b58117c58b0b601b283b9ad0ff876cbe8c6da626a442ea089370d2468a
 SHA512 
98cf067682114788998659f1ccd130266a7b80c0b13e5a54ee7320df91b1d02420062d95fda5ec2a03ff3af065716085ecee2dfdba3265f74612f89aace8bc49
 DIST patch-4.19.236.xz 4537956 BLAKE2B 
cb62bda77b117898d5ad5e6b29a5ff608d0b3e6d2b6c032db9310a4ee850c4312013bd5b1e7d247c0a3ec2f0aa0e449a4cae7bdd7d7492bc414388ab03d78026
 SHA512 
5aba9fa0eaab5e9771f0c902852bcdf3ecc6552efa4d242fa2d01c8b864300ce9219a34a4f888edccb28547bac5262d8b23148256ab67e98c57a2d208a0d00c9
 DIST patch-4.9.308.xz 4269352 BLAKE2B 
8648a27f53d2de4b187abe263f1146068df4fd63b8d4939082d452509e7f4a2d2fc628f5b5f1857c45c0e10c7328b67e97f414029718330573fbe0db63752ef3
 SHA512 
6ca117278b1eec956ffac9125907a20806fe78de7d4e3d105e16d3f1662dce74b127fc6adf86075037b40f8eaf35b9bda15d602e914e14fc8d102ac3d14da599
 DIST patch-5.10.108.xz 2864608 BLAKE2B 
d652cea2048092770919b757585ddf8fdfa45c7840965a336e66af805e64481188a695933caa93ad0d1183ea31d13666e2738c7500e551c9daef3977620ec8a3
 SHA512 
25410e6c6d0977cd7932405e0cccff08b2c1d40e01a336add5d81399fb10702092730a805931f772a1e8f0e523b6376fe63f25c53e08bdb38532ee683f62ec09

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.14.273.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.14.274.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.14.273.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.14.274.ebuild



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

2022-03-28 Thread Mike Pagano
commit: b39da2fae599e97ec7c4c9f5fecb2d46328461da
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:58 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39da2fa

sys-kernel/vanilla-sources: add 5.4.188, drop 5.4.187

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.4.187.ebuild => vanilla-sources-5.4.188.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 6c91a945ddce..0a3e61cbc3ba 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -13,4 +13,4 @@ DIST patch-5.10.109.xz 2872316 BLAKE2B 
7190e008855bfe0697806a15dec4e7babbd5159af
 DIST patch-5.15.32.xz 1242516 BLAKE2B 
7fe000f68814cef8430b82959978de7b691565187f83cb7678b3c34cf9bf80530f54fdf426e69b36e067196f5d57a484eb6e95c19594e427b6e18a67e3d7fb57
 SHA512 
9490dfae788cfa0b5b9d146caf62a3b04017bd182b26a113ab1442176fe832b6e181f982c0e22c200df934d94733efa76a694435eca437bfdffafe024486
 DIST patch-5.16.18.xz 741028 BLAKE2B 
d564ee3ee9f73cdcac3bedfcf3354ee5746d03c375ad0b2a083b806132c58079e47167962a9554118165dbb4ccae3b1acfd2af99f21024eee2d87e9406cadc04
 SHA512 
8fcff1cc845057adb33f45bce59faab26eeb071e77213b1b4033418d0898164bb36155205a2ac2c185d6d95393ae5af447b051e36079cb678282bcb45c6ef458
 DIST patch-5.17.1.xz 15244 BLAKE2B 
f340b8a103754122153dd381fe210b18ba37b7262dae4fc7a1f99c5a62868c9bdb178e83865b35f00b82bd2d67ae127c440515d1740093825f7ec7fa4c4a490d
 SHA512 
fb9a28ce7c68daeca82586e7631dc0be00a1a8393b4cef4c659fc1f9dac6e1f941bd60671c0350d1dea9cb035f56d627f64a394a9acb00b2b5dea8a1d44c065f
-DIST patch-5.4.187.xz 3781708 BLAKE2B 
639df8f0199f00b1193081b7377871d9d21ae41c3c4bd44aa3cddaf54920e2081420007e8ab4f73ca2db9d76bd7ad0a35e64be6d75fcc67a8c723cf85d79bf12
 SHA512 
49afa1f8f733058b2da92475e6e3a4894bcddf708d5c5001da29923e9532139fd64f4a5e284ed410fd1bdc1ab23df66fe23fbd043f8848a6bf87495c1fe6800d
+DIST patch-5.4.188.xz 3787660 BLAKE2B 
c9c02e8483fc385a0f1ff476c85ddd73834c6980c56f8e72efb7964739cb9d25f10776f1f5423e8df3ca6b311a7c3ed0d44fe437909b27b438a852a74f7b
 SHA512 
8f3d4566d530d61c01376d36fde9603e7b9266ee40c69e654acac2604b51f3a6356d750100bfa3332b125847398843f5f26f051bbbe8f5d325982135f946f505

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.187.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.188.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.187.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.188.ebuild



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

2022-03-28 Thread Mike Pagano
commit: 08a69ebaa3ac84b780c33fe31187e0fee339fae2
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Mar 28 09:07:53 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 09:07:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a69eba

sys-kernel/vanilla-sources: add 5.15.32, drop 5.15.31

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

 sys-kernel/vanilla-sources/Manifest | 2 +-
 .../{vanilla-sources-5.15.31.ebuild => vanilla-sources-5.15.32.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index fa26876617ae..07d5dfbe0a4f 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,6 +10,6 @@ DIST patch-4.14.274.xz 4657512 BLAKE2B 
108d13d6608df269e2a2b95ab8316a7746b6b2dd4
 DIST patch-4.19.237.xz 4541096 BLAKE2B 
e1bfd5d4d618c3a4b8a0bbdc3a20d63658d0893abcb37d8db64dd24c8106e7581e14f3553f0b35d65369a2eb0a1ab57f6cc2febdea3f573f85c07f14ab155075
 SHA512 
c454ee3defbd609972b85211e93ccf032e3ccdf3e5a04f049143b8eedd310704a32b498dd79becc64e6172ba73e39c0e179fb03015595a2d3f2ddd0163da764e
 DIST patch-4.9.309.xz 4271628 BLAKE2B 
9a5f1e54637db49561db2312d627ca07f540289f6c75f32d763d8fbe3b394b93765f7fc50a38ced4a81f95159b77ab00f52315067eeb5a9cad82485976073d1c
 SHA512 
8ed8b9d5fc8480684ef45af2584a9a65f1f7d2502ea9b9b31b846a8cc70a2f3a60f4e61f2901b1bc2ca3c7dd63400d0209951ce3835845a25f774d5bf9cabace
 DIST patch-5.10.109.xz 2872316 BLAKE2B 
7190e008855bfe0697806a15dec4e7babbd5159af2b7109d50a598f7c7ea53661b5afb86ad341f515a64d72c82e203241722df282a68a24742472b3ce4677143
 SHA512 
857028984882fe1945133bbcb5660c795e9f3616fd202a87f26ad6ff2063d2b3a0a5efb17bc905433aa2400163ba9bf7340c9283ea3573b49e9eed2eda332eb2
-DIST patch-5.15.31.xz 1234612 BLAKE2B 
9b84684960cacd19bb61ff0d40d46db33a2a70a14a91a966dc86d305d9f9d14319ac6c1c9f1366674855aab38d3d6ae4404d39615109625d2d8d1200c7a8237b
 SHA512 
1dc78db565dda619aa9f1d59bb78cf7ee43e8922f6e055bdd6f8b419556be8838235aa26e29fd1bd38cf12d8fb81e267714bb647921dee2c2aeab9319fbe294d
+DIST patch-5.15.32.xz 1242516 BLAKE2B 
7fe000f68814cef8430b82959978de7b691565187f83cb7678b3c34cf9bf80530f54fdf426e69b36e067196f5d57a484eb6e95c19594e427b6e18a67e3d7fb57
 SHA512 
9490dfae788cfa0b5b9d146caf62a3b04017bd182b26a113ab1442176fe832b6e181f982c0e22c200df934d94733efa76a694435eca437bfdffafe024486
 DIST patch-5.16.17.xz 732688 BLAKE2B 
7ac15c9469313f6e0804bc63c05836d4a808cc17049fdb2be14d95240756ce1c4c94354c93d94effe0be4a71d23022e8705dbda3430279d45e09d775f7050add
 SHA512 
6f96ce059aa36a15dc621a3c82184a0f5a9ef733fc30e74f92ce08056f5e2e6022b956ccf50eb6021f1fedab2433a2d5f4e462f1b09109277c691cae1510c74c
 DIST patch-5.4.187.xz 3781708 BLAKE2B 
639df8f0199f00b1193081b7377871d9d21ae41c3c4bd44aa3cddaf54920e2081420007e8ab4f73ca2db9d76bd7ad0a35e64be6d75fcc67a8c723cf85d79bf12
 SHA512 
49afa1f8f733058b2da92475e6e3a4894bcddf708d5c5001da29923e9532139fd64f4a5e284ed410fd1bdc1ab23df66fe23fbd043f8848a6bf87495c1fe6800d

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.15.31.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.15.32.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.15.31.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.15.32.ebuild



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

2022-03-28 Thread Jakov Smolić
commit: cb1428642fa29d1c1a2270e0e7fcd140de9b75de
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:36:35 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:36:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb142864

sys-auth/sssd: Fix nfs-utils reference in metadata.xml

Signed-off-by: Jakov Smolić  gentoo.org>

 sys-auth/sssd/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/sssd/metadata.xml b/sys-auth/sssd/metadata.xml
index ed2b026878b3..1de148797929 100644
--- a/sys-auth/sssd/metadata.xml
+++ b/sys-auth/sssd/metadata.xml
@@ -13,7 +13,7 @@
 Build and use the cifsidmap plugin
Install sssd's Kerberos plugin
Add support for netlink protocol via 
dev-libs/libnl
-   Add support for the nfsv4 idmapd plugin 
provided by sys-fs/nfs-utils
+   Add support for the nfsv4 idmapd plugin 
provided by net-fs/nfs-utils
Add Privileged Attribute Certificate Support 
for Kerberos
Build helper to let app-admin/sudo 
use sssd provided information
Enable SystemTAP/DTrace tracing



[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-madler/

2022-03-28 Thread Sam James
commit: d0bd2a2bae65d50c6edcaaf141731c2699430e70
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 28 06:36:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 06:43:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bd2a2b

sec-keys/openpgp-keys-madler: initial import

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

 sec-keys/openpgp-keys-madler/Manifest |  1 +
 sec-keys/openpgp-keys-madler/metadata.xml |  8 
 .../openpgp-keys-madler-20220328.ebuild   | 19 +++
 3 files changed, 28 insertions(+)

diff --git a/sec-keys/openpgp-keys-madler/Manifest 
b/sec-keys/openpgp-keys-madler/Manifest
new file mode 100644
index ..a22e5ba3825e
--- /dev/null
+++ b/sec-keys/openpgp-keys-madler/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-madler-20220328.asc 1969 BLAKE2B 
3299bab4e9c9df49fcdd1153649b01c75d0ba6405bc1e82780c67712cb6ce0ce027f80d69d38e0f134fae3e115bb4b95a3fd747eeeb9f29d4de20832668d49fa
 SHA512 
6cbd114dbcad937cf99e7b5463a914cb41728b7de1c5be751632b473fc4cc14d961bc5a19f16a571c88389ab5d463e2c55e3abd62c4800165b2a65e296701f97

diff --git a/sec-keys/openpgp-keys-madler/metadata.xml 
b/sec-keys/openpgp-keys-madler/metadata.xml
new file mode 100644
index ..8cb7f9b298b9
--- /dev/null
+++ b/sec-keys/openpgp-keys-madler/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   base-sys...@gentoo.org
+   
+   
+

diff --git a/sec-keys/openpgp-keys-madler/openpgp-keys-madler-20220328.ebuild 
b/sec-keys/openpgp-keys-madler/openpgp-keys-madler-20220328.ebuild
new file mode 100644
index ..961144080617
--- /dev/null
+++ b/sec-keys/openpgp-keys-madler/openpgp-keys-madler-20220328.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used by Mark Adler"
+HOMEPAGE="https://madler.net/madler/pgp.html;
+SRC_URI="https://madler.net/madler/pgp.html -> ${P}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+
+src_install() {
+   local files=( ${A} )
+   insinto /usr/share/openpgp-keys
+   newins - madler.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}



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

2022-03-28 Thread Sam James
commit: d55f1223957344dd8aaa16d5f609b46d7d2b598e
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar 28 06:43:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 28 06:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55f1223

sys-libs/zlib: add 1.2.12

Bug: https://bugs.gentoo.org/835958
Signed-off-by: Sam James  gentoo.org>

 sys-libs/zlib/Manifest   |   2 +
 sys-libs/zlib/zlib-1.2.12.ebuild | 187 +++
 2 files changed, 189 insertions(+)

diff --git a/sys-libs/zlib/Manifest b/sys-libs/zlib/Manifest
index 9a8e50982b8b..fda947e4d9d9 100644
--- a/sys-libs/zlib/Manifest
+++ b/sys-libs/zlib/Manifest
@@ -1,3 +1,5 @@
 DIST zlib-1.2.11-cygwin-gzopen_w.patch 1170 BLAKE2B 
fe351436716634bd823da8c2811d332327d335d450d89bee85d7713b09dd454fe6aee264b044a41bf3be603aa36d67943ba6c7d8b46470e180e9b639728b5274
 SHA512 
14cc63a17fbf6afb6c8a8dd0b92df9807b48e0faf09c88f952083f10716ae62be8de2a0e1424b77fb538605b88898b381160521f2872afdda59e12bd27535c5a
 DIST zlib-1.2.11.tar.gz 607698 BLAKE2B 
6bfc4bca5dcadba8a0d4121a2b3ed0bfe440c261003521862c8e6381f1a6f0a72d3fc037351d30afd7ef321e8e8d2ec817c046ac749f2ca0c97fbdc2f7e840b7
 SHA512 
73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff229713bd197d203edfa17c2727700fce65a2a235f07568212d820dca88b528ae
+DIST zlib-1.2.12.tar.gz 1490071 BLAKE2B 
76e7b26f8dc761b0eae6276cc32bc36fa74a88197699c95d158c1548f97b80db5e39d21144ecd6ee3eb90c42730aa5f387f9952d9a3f0930b56e9dfcd12f1e67
 SHA512 
cc2366fa45d5dfee1f983c8c51515e0cff959b61471e2e8d24350dea22d3f6fcc50723615a911b046ffc95f51ba337d39ae402131a55e6d1541d3b095d6c0a14
+DIST zlib-1.2.12.tar.gz.asc 235 BLAKE2B 
bb1efc89b10b894ebc8e8008ee3e98104348f197fae54d298d62057a2d8b8d7246de937962b531189f80ad64a803112300a73862cba121cbf6a6d5ac5f9bc40c
 SHA512 
5c1144371a83b83f9f1d008aa9297e23c0db992cab6c4a8966f9320e70c6186867d62753511d6a663b0fe181cd37fe256c53586358a42ea348ccc0747b1a7153
 DIST zlib-1.2.7-cygwin-minizip.patch 2626 BLAKE2B 
885f1fda877c0b783618b163702fb46126b7db572767cd4edb86bd92db1f432c887ef1724e70c8319c26886368dba3a962af5284ec0875c20ec8ad2245fd100a
 SHA512 
e372f1e06311e843eca2092e182c41abb009b5e9880b60292d708e4bc0de5a9e4c43d49b25b0c09df4784bc46a1254472bc5cdbdd8d6c762a9f6a145a555bfe7

diff --git a/sys-libs/zlib/zlib-1.2.12.ebuild b/sys-libs/zlib/zlib-1.2.12.ebuild
new file mode 100644
index ..88872d40aa55
--- /dev/null
+++ b/sys-libs/zlib/zlib-1.2.12.ebuild
@@ -0,0 +1,187 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+AUTOTOOLS_AUTO_DEPEND="no"
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/madler.asc
+inherit autotools multilib-minimal usr-ldscript verify-sig
+
+CYGWINPATCHES=(
+   
"https://github.com/cygwinports/zlib/raw/22a3462cae33a82ad966ea0a7d6cbe8fc1368fec/1.2.11-gzopen_w.patch
 -> ${PN}-1.2.11-cygwin-gzopen_w.patch"
+   
"https://github.com/cygwinports/zlib/raw/22a3462cae33a82ad966ea0a7d6cbe8fc1368fec/1.2.7-minizip-cygwin.patch
 -> ${PN}-1.2.7-cygwin-minizip.patch"
+)
+
+DESCRIPTION="Standard (de)compression library"
+HOMEPAGE="https://zlib.net/;
+SRC_URI="https://zlib.net/${P}.tar.gz
+   https://www.gzip.org/zlib/${P}.tar.gz
+   https://www.zlib.net/current/beta/${P}.tar.gz
+   verify-sig? ( https://zlib.net/${P}.tar.gz.asc )
+   elibc_Cygwin? ( ${CYGWINPATCHES[*]} )"
+
+LICENSE="ZLIB"
+SLOT="0/1" # subslot = SONAME
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE="minizip static-libs"
+
+# See bug #309623 for libxml2
+RDEPEND="
+   ! " from the array
+   eapply -p2 "${DISTDIR}/${p#*> }"
+   done
+   fi
+
+   if use minizip ; then
+   cd contrib/minizip || die
+   eautoreconf
+   fi
+
+   case ${CHOST} in
+   *-cygwin*)
+   # Do not use _wopen, it's a mingw-only symbol
+   sed -i -e '/define WIDECHAR/d' "${S}"/gzguts.h || die
+
+   # zlib1.dll is the mingw name, need cygz.dll
+   # cygz.dll is loaded by toolchain, put into subdir
+   sed -i -e 's|zlib1.dll|win32/cygz.dll|' 
win32/Makefile.gcc || die
+
+   ;;
+   esac
+
+   case ${CHOST} in
+   *-mingw*|mingw*|*-cygwin*)
+   # Uses preconfigured Makefile rather than configure 
script
+   multilib_copy_sources
+
+   ;;
+   esac
+}
+
+echoit() { echo "$@"; "$@"; }
+
+multilib_src_configure() {
+   case ${CHOST} in
+   *-mingw*|mingw*|*-cygwin*)
+   ;;
+
+   *)
+   # bug #347167
+   local 

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

2022-03-28 Thread Agostino Sarubbo
commit: 0ab0e87321cd2b6eb3464dc8fe0a55311a450714
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 28 06:52:28 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 28 06:52:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab0e873

dev-vcs/git: ppc64 stable wrt bug #836296

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-vcs/git/git-2.35.1.ebuild b/dev-vcs/git/git-2.35.1.ebuild
index 0385e5798fa4..d706a4b1df1c 100644
--- a/dev-vcs/git/git-2.35.1.ebuild
+++ b/dev-vcs/git/git-2.35.1.ebuild
@@ -46,7 +46,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" == *_rc* ]] || \
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-irc/atheme-services/

2022-03-28 Thread Jakov Smolić
commit: e62eaaee7f5bc2648997a8aedda50e620b0a8d1b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:13:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:13:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62eaaee

net-irc/atheme-services: Stabilize 7.2.12-r3 amd64, #835703

Signed-off-by: Jakov Smolić  gentoo.org>

 net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild 
b/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
index 28aa60e662fa..79eddf4d3911 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
 S="${WORKDIR}/${PN}-v${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/gcl/

2022-03-28 Thread Jakov Smolić
commit: d41937b90056ea5f62b83f33d2733c858a05405a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Mar 28 09:11:11 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:11:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41937b9

dev-lisp/gcl: Stabilize 2.6.13_pre99 amd64, #828733

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-lisp/gcl/gcl-2.6.13_pre99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild 
b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
index 6858ff5af62f..9f8a52c7c7ee 100644
--- a/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
+++ b/dev-lisp/gcl/gcl-2.6.13_pre99.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.xz;
 
 LICENSE="LGPL-2 GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86"
 IUSE="+ansi athena emacs +readline tk X"
 
 # See bug #205803



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

2022-03-28 Thread Jakov Smolić
commit: 13df79219825437c12720dafb1da3d9533fc28d7
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13df7921

dev-python/doit: keyword 0.34.2 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/doit/doit-0.34.2.ebuild 
b/dev-python/doit/doit-0.34.2.ebuild
index 3148083ded7e..7e2072aec798 100644
--- a/dev-python/doit/doit-0.34.2.ebuild
+++ b/dev-python/doit/doit-0.34.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2022-03-28 Thread Jakov Smolić
commit: 0c60bd14efb0c67c242a26437c48d9a22196b244
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 24 06:44:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:17:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c60bd14

sys-apps/debianutils: drop 4.11.2, 5.4

Signed-off-by: Jakov Smolić  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/24732
Signed-off-by: Jakov Smolić  gentoo.org>

 sys-apps/debianutils/Manifest  |  2 --
 sys-apps/debianutils/debianutils-4.11.2.ebuild | 45 
 sys-apps/debianutils/debianutils-5.4.ebuild| 47 --
 3 files changed, 94 deletions(-)

diff --git a/sys-apps/debianutils/Manifest b/sys-apps/debianutils/Manifest
index 542c2594ae16..492c118fd18e 100644
--- a/sys-apps/debianutils/Manifest
+++ b/sys-apps/debianutils/Manifest
@@ -1,4 +1,2 @@
-DIST debianutils_4.11.2.tar.xz 158132 BLAKE2B 
c2a95c90b4267e3b1d61c21db562f960b4666982c488e69a757fb0a7a42e8e739d44f553edd8cf532df30c492e20ab63ec3580479de7de5d901d75de76fc
 SHA512 
0bd9098beee78b3c8dae839f0c29e9f142cbb22f2ced473cf7ae47a14d9493ba882c1829eba213780392a87a3223b3689729754c8ded80a091efaef3f6f903fd
-DIST debianutils_5.4.orig.tar.xz 103640 BLAKE2B 
ac59ffcf7ef9523a67127e5565cb87eb694a0297eb81acba53a5ca00a2f16d024e21ba1ef6eff5079194c2cc751712fe9ad5814603deeeaa05d28343ff79a409
 SHA512 
a5501bdc46e203bd0cf357e5c83bb556ea7294ee603498399427dd49536848e006b21967f6239c3d808c8b9653d65f28536cf388dd18b749e54a235cc9326850
 DIST debianutils_5.5.orig.tar.xz 104448 BLAKE2B 
707c9072ddf1fa0c61fc66f84aea26bac7bf6f31948880ad4711e89f8f4a665ae4104e998f27e53e288b3453a71876ef44038f8e954f19055ed1049eb9b9981c
 SHA512 
230310428ee7c145c74bb666ae729754352295230f38ef4e22f7566970c5186d607cd827a5603a678815bd48d4a1eb2716f55c32494ec75eb665651da6a56e6a
 DIST debianutils_5.7.orig.tar.gz 257231 BLAKE2B 
61d2e7abcd359c5dc87b7f91e510e91e1926183c15a572c7d87cf4a590dded2e2ee8c9b4e06f7f478353139870c808927575de233200ad69e084a6f971c4bd24
 SHA512 
79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92

diff --git a/sys-apps/debianutils/debianutils-4.11.2.ebuild 
b/sys-apps/debianutils/debianutils-4.11.2.ebuild
deleted file mode 100644
index b2f49f05f042..
--- a/sys-apps/debianutils/debianutils-4.11.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
-SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
-
-LICENSE="BSD GPL-2 SMAIL"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x86-linux"
-IUSE="+installkernel static"
-
-PDEPEND="
-   installkernel? (
-   || (
-   sys-kernel/installkernel-gentoo
-   sys-kernel/installkernel-systemd-boot
-   )
-   )"
-
-S="${WORKDIR}/${PN}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
-
-src_configure() {
-   use static && append-ldflags -static
-   default
-}
-
-src_install() {
-   into /
-   dobin tempfile run-parts
-
-   into /usr
-   dobin ischroot
-   dosbin savelog
-
-   doman ischroot.1 tempfile.1 run-parts.8 savelog.8
-   cd debian || die
-   dodoc changelog control
-}

diff --git a/sys-apps/debianutils/debianutils-5.4.ebuild 
b/sys-apps/debianutils/debianutils-5.4.ebuild
deleted file mode 100644
index b70f4aa7b07a..
--- a/sys-apps/debianutils/debianutils-5.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic
-
-DESCRIPTION="A selection of tools from Debian"
-HOMEPAGE="https://packages.qa.debian.org/d/debianutils.html;
-SRC_URI="https://dev.gentoo.org/~jsmolic/distfiles/${PN}_${PV}.orig.tar.xz;
-# Note: Tarball disappeared from Debian mirrors
-# SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.orig.tar.xz"
-
-LICENSE="BSD GPL-2 SMAIL"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x86-linux"
-IUSE="+installkernel static"
-
-PDEPEND="
-   installkernel? (
-   || (
-   sys-kernel/installkernel-gentoo
-   sys-kernel/installkernel-systemd-boot
-   )
-   )"
-
-#S="${WORKDIR}/${PN}"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )
-
-src_configure() {
-   use static && append-ldflags -static
-   default
-}
-
-src_install() {
-   into /
-   dobin run-parts
-
-   into /usr
-   dobin ischroot
-   dosbin savelog
-
-   doman ischroot.1 run-parts.8 savelog.8
-
-   dodoc 

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

2022-03-28 Thread Jakov Smolić
commit: 1b7588dcee5324828848207a01ad47425c27f781
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7588dc

dev-python/yapsy: keyword 1.12.2 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/yapsy/yapsy-1.12.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/yapsy/yapsy-1.12.2.ebuild 
b/dev-python/yapsy/yapsy-1.12.2.ebuild
index e4ffd85300fb..5d0398c40a5e 100644
--- a/dev-python/yapsy/yapsy-1.12.2.ebuild
+++ b/dev-python/yapsy/yapsy-1.12.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 distutils_enable_sphinx doc
 distutils_enable_tests setup.py



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

2022-03-28 Thread Jakov Smolić
commit: c0ce29ad4d3d277e204681003b83e6fd70c55181
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Mar 27 12:54:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Mar 28 09:14:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ce29ad

dev-python/pygal: keyword 3.0.0-r2 for ~riscv

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pygal/pygal-3.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pygal/pygal-3.0.0-r2.ebuild 
b/dev-python/pygal/pygal-3.0.0-r2.ebuild
index 59615d98fba6..8d72c43a0b78 100644
--- a/dev-python/pygal/pygal-3.0.0-r2.ebuild
+++ b/dev-python/pygal/pygal-3.0.0-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/Kozea/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: mail-client/s-nail/

2022-03-28 Thread Brian Evans
commit: b9e17787f7097e32e683cb0f1ba0b58fd7d8b7c6
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Mar 28 14:20:22 2022 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Mar 28 14:20:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e17787

mail-client/s-nail: Version bump for 14.9.24

Signed-off-by: Brian Evans  gentoo.org>

 mail-client/s-nail/Manifest  |  1 +
 mail-client/s-nail/s-nail-14.9.24.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/mail-client/s-nail/Manifest b/mail-client/s-nail/Manifest
index 15d4934233e9..fc9b751b8fd0 100644
--- a/mail-client/s-nail/Manifest
+++ b/mail-client/s-nail/Manifest
@@ -1 +1,2 @@
 DIST s-nail-14.9.22.tar.xz 799296 BLAKE2B 
4db1b74be9de38d8879b00852545840aa50022f44efc42bc338575111e391db527ba850033a9f25e6d0269f68673a13bbdcd2609c0e74fb88c409040be2d165b
 SHA512 
016e3403fbb3d9954c160690184545fdb4fc384ffb13b146ac8b60b40e43ad1b1a8967f4660904d40a99071eb1addf2b1dd98b06c6033a1a886379c05fc0c9be
+DIST s-nail-14.9.24.tar.xz 803100 BLAKE2B 
4d82c747ff082a1a13d8832eb2bf1e96f05d6b3cf61c77a67bc061b1971032b41d8f5fe5520b96b9b74bc4d0661a4a9ef0f8f93b5e7b9eef66906b78260cef2f
 SHA512 
03f6a6f446391b6f91ed3c8875c3e7fdfac9d4e77ea1d52a7e98aa84cfd0edae137d5b9afba3bdc9a31ab67cee5237930b74b42ae3acb54aee4758553a4f1df2

diff --git a/mail-client/s-nail/s-nail-14.9.24.ebuild 
b/mail-client/s-nail/s-nail-14.9.24.ebuild
new file mode 100644
index ..cb69cd6aa3f3
--- /dev/null
+++ b/mail-client/s-nail/s-nail-14.9.24.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+HOMEPAGE="https://www.sdaoden.eu/code.html;
+DESCRIPTION="Enhanced mailx-compatible mail client based on Heirloom mailx 
(nail)"
+LICENSE="BSD BSD-4 ISC RSA"
+
+SRC_URI="https://ftp.sdaoden.eu/${P}.tar.xz;
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="idn kerberos net ssl"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   virtual/libiconv
+   idn? ( net-dns/libidn2 )
+   net? (
+   ssl? ( dev-libs/openssl:0= )
+   kerberos? ( virtual/krb5 )
+   )
+   !mail-client/mailx
+   !net-mail/mailutils
+   !mail-client/nail
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils[extra-filters(-)]
+   virtual/awk
+"
+
+src_configure() {
+   local confopts=(
+   CC="$(tc-getCC)"
+   EXTRA_CFLAGS=-std=c99
+   strip=/bin/true
+   OPT_AUTOCC=no
+   VAL_PREFIX="${EPREFIX}"/usr
+   VAL_SYSCONFDIR="${EPREFIX}"/etc
+   VAL_MTA="${EPREFIX}/usr/sbin/sendmail"
+   VAL_MAIL='/var/spool/mail'
+   VAL_PAGER=less
+   $(usex idn VAL_IDNA=idn2 OPT_IDNA=no)
+   VERBOSE=1
+   )
+
+   if use net; then
+   confopts+=( OPT_TLS=$(usex ssl require no)
+   OPT_GSSAPI=$(usex kerberos require no)
+   )
+   else
+   confopts+=( OPT_NET=no )
+   fi
+
+   tc-is-cross-compiler && confopts+=( OPT_CROSS_BUILD=yes )
+
+   emake "${confopts[@]}" config
+}
+
+src_compile() {
+   emake build
+}
+
+src_install() {
+   # Use /usr/sbin/sendmail by default and provide an example
+   cat <<- EOSMTP >> nail.rc
+
+   # Use the local sendmail (/usr/sbin/sendmail) binary by default.
+   # (Uncomment the following line to use a SMTP server)
+   #set smtp=localhost
+
+   # Ask for CC: list too.
+   set askcc
+   EOSMTP
+
+   emake DESTDIR="${D}" install
+
+   dodoc INSTALL NEWS README THANKS
+
+   dodir /bin
+   dosym ../usr/bin/mailx /bin/mail
+   dosym s-nail /usr/bin/mailx
+   dosym mailx /usr/bin/mail
+   dosym mailx /usr/bin/Mail
+
+   dosym s-nail.1 /usr/share/man/man1/mailx.1
+   dosym mailx.1 /usr/share/man/man1/mail.1
+   dosym mailx.1 /usr/share/man/man1/Mail.1
+}



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2022-03-28 Thread Fabian Groffen
commit: bc1da911fe2d0180be333cf083790605b5788b0c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Mar 28 10:02:46 2022 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Mar 28 10:02:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1da911

mail-client/mutt-2.2.2: version bump

Signed-off-by: Fabian Groffen  gentoo.org>

 mail-client/mutt/Manifest  |   6 +-
 mail-client/mutt/mutt-2.1.5.ebuild | 261 -
 .../mutt/{mutt-2.1.4.ebuild => mutt-2.2.2.ebuild}  |  19 +-
 3 files changed, 15 insertions(+), 271 deletions(-)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index d9552f325e8c..715b4bedd19f 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -1,8 +1,6 @@
 DIST mutt-2.0.7.tar.gz 5299366 BLAKE2B 
587679d3580a55084312b4bd26083c85fb1b3d07b4a08ea5e2081f475d37a0e283ecfd64719fc6deccb4bdfdd46234ede4669a9abc6fc2cde778f76bf656
 SHA512 
1eb689fb9e6aa3cf0bcd0b696c25477cd04b74d8ec93404df071de6dc051e46bbad88131cdf610eb01df4789984707f3791366ae2fda28de2d2739aeb9d34e30
-DIST mutt-2.1.4.tar.gz 5407563 BLAKE2B 
3ae0cdfb59afdfa8ba930fb11a4acb195783be7b47cd100ecb11a99e448ff72ae0fd96503fcfec15d55f041e32010e1596f654b75482ca4741c07cd0f883dd57
 SHA512 
621240fdecb65ed2d63d6a4cbe134c4ec40486cb4aa3a02649ff822a87c01732e513f403380dc9c7d3840220dde55a6fb13bb9c05b511b9b33965f599ffb2798
-DIST mutt-2.1.5.tar.gz 5414049 BLAKE2B 
00be360c51f03d80ac1a83554ee92873804ddeb0f3ac34cd1da1e98286384937de3182959457560d9c506f9c813f3a1f679ab8507bef7c323f993d0ad4596b81
 SHA512 
8daf534ef6b8f97bdbbc1bccb64dad51de6fe0fbdb41d3d5cbe418fe234000dc09ea2b790d2529c205f16b89c6963b6de98eaa2fdc6e3f5b55a3cb5f7962e0d5
 DIST mutt-2.2.1.tar.gz 5503979 BLAKE2B 
304dee7e24dcff896e1a12b0eb0f6bb4ccd58067249fd5090f53d0e55dd401f16b037e7519b07e465ccba6c177113ab1f00e1e3983d0f3345be392bccbe2f43b
 SHA512 
2dd29a095698b7bb98dd5631a507ac1eb655d5db22d0e2506dea5d91663483aefb722e99ba8ad53f4e776189163d5339bba03ec41182c13aa9d665ba321f0941
+DIST mutt-2.2.2.tar.gz 5507066 BLAKE2B 
dd23e2e75b1656ac0351d10df266432820dd32acd44310e586f8c5deec187648e61c7b9e880bcbbaa09a9d6e8bd67b205f43284a729ae6ff95adb4e2bc15724a
 SHA512 
da236c535a4dd18ed92f4b226a009711098c87cc28bbcf3abcd5f31f3ac074abe830f4f7c98cc8cda738a7a6d9421a088915094b33e53e32e9649efe3481
 DIST mutt-gentoo-2.0.7-patches-r0.tar.xz 26416 BLAKE2B 
dd03fd2a29f4c2e8681c4413ca430b65beb2036b73fa95430f5f06e7c2948fb4e3256be89d922646731245672cb2900d6b7ce6bda16cb9306d5531064cfaf8a1
 SHA512 
cb72df8f6fa3436f134f66772f82ba95ebc92462cf145d21e01ad5b277f13294948c1d03c9c6671e58c655776a6112f2af065df79a56a135ab70c28b37e43334
-DIST mutt-gentoo-2.1.4-patches-r0.tar.xz 25840 BLAKE2B 
9507c2fdc0297965cca11ea7ae2317daaf5ac24cba8f4477da562c2a1c6ccf50242137efbabd8037c9442a34652df318ea58eb126e14bfbd04d21384d72df248
 SHA512 
51b9d670321a868fbee33cc36921a8e2ba5fb428e741d1dbf8e6f52123bce44dfcd001897277f660f4ebdc1c51af968757bca6de5b2fb12818a9f5f964a5aecb
-DIST mutt-gentoo-2.1.5-patches-r0.tar.xz 25832 BLAKE2B 
38aaeed745fe2162e6578bb56e897e462f5ea39d5b0497d2f94759945f7f8c1a2db1c92578ccf677daad025868b6bb3565f691f382e7876eea6f6cc041ea79ac
 SHA512 
732e66fc8118b972d878c6d42e95d5cfdb72374f21119033d74d1122dc77e24977408f828a1d5f29f5524027599558892d257fb3830ddf4f094a8102b0ac6c84
 DIST mutt-gentoo-2.2.1-patches-r0.tar.xz 23164 BLAKE2B 
755a5904fd68a577c96d78a311b5cd0713df4fa884c18c14ca4c88c48b56997a6372af32391201843e7aa8a7cb9cd7002105f217f42c9dec46073e2fe3ccf1bc
 SHA512 
5d022aa2a2ee83f394c52957ad958ba8739fa9395d8ea7c96c1f1138b9df4413ff9e3209e36741666549232e5595cae77bf04ce180e34fac34594a2886084e6d
+DIST mutt-gentoo-2.2.2-patches-r0.tar.xz 23160 BLAKE2B 
2bc09d2aa67102b382c2466773868ba32f38827e44efc7ee2461fa592607a926547013f6c232ac2d6d0cd7dc07da386a0995c7819273b4c96c28a1a6140248a4
 SHA512 
3b45957d92a9d3f2c185965d226c137dcbb11eb58e497a4dc5ab49041eba79c7436b8239ceb625e32ef0453b7909d925a6238ec75dfa3f267eea46e86474758a

diff --git a/mail-client/mutt/mutt-2.1.5.ebuild 
b/mail-client/mutt/mutt-2.1.5.ebuild
deleted file mode 100644
index 28cffe8c94b4..
--- a/mail-client/mutt/mutt-2.1.5.ebuild
+++ /dev/null
@@ -1,261 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic autotools
-
-PATCHREV="r0"
-PATCHSET="gentoo-${PVR}/${PATCHREV}"
-
-DESCRIPTION="A small but very powerful text-based mail client"
-HOMEPAGE="http://www.mutt.org/;
-MUTT_G_PATCHES="mutt-gentoo-${PV}-patches-${PATCHREV}.tar.xz"
-SRC_URI="ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
-   https://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz
-   https://dev.gentoo.org/~grobian/distfiles/${MUTT_G_PATCHES};
-IUSE="autocrypt berkdb debug doc gdbm gnutls gpgme +hcache idn +imap kerberos 
+lmdb mbox nls pgp-classic pop qdbm +sasl selinux slang smime-classic +smtp 
+ssl tokyocabinet vanilla prefix"
-# hcache: allow multiple, bug #607360
-REQUIRED_USE="
- 

[gentoo-commits] proj/linux-patches: New tag: 5.15-34

2022-03-28 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Mar 28 11:15:33 2022 +

New tag: 5.15-34




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

2022-03-28 Thread Nick Sarnie
commit: a919062baa665bba7d695403f02ffa17389305e8
Author: Nick Sarnie  gentoo  org>
AuthorDate: Mon Mar 28 13:34:00 2022 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Mon Mar 28 13:34:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a919062b

media-libs/vulkan-layers: Remove unused var

Closes: https://bugs.gentoo.org/836307
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild | 1 -
 media-libs/vulkan-layers/vulkan-layers-.ebuild| 1 -
 2 files changed, 2 deletions(-)

diff --git a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
index 2288a824c1fd..3b60f6688ddf 100644
--- a/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-1.3.204.ebuild
@@ -54,7 +54,6 @@ multilib_src_configure() {
-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-DBUILD_TESTS=OFF
-   -DGLSLANG_INSTALL_DIR="${ESYSROOT}/usr"
-DCMAKE_INSTALL_INCLUDEDIR="${EPREFIX}/usr/include/"
)
cmake_src_configure

diff --git a/media-libs/vulkan-layers/vulkan-layers-.ebuild 
b/media-libs/vulkan-layers/vulkan-layers-.ebuild
index b4edb5a84d37..d907a6f8f9b1 100644
--- a/media-libs/vulkan-layers/vulkan-layers-.ebuild
+++ b/media-libs/vulkan-layers/vulkan-layers-.ebuild
@@ -49,7 +49,6 @@ multilib_src_configure() {
-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-DBUILD_TESTS=OFF
-   -DGLSLANG_INSTALL_DIR="${ESYSROOT}/usr"
-DCMAKE_INSTALL_INCLUDEDIR="${EPREFIX}/usr/include/"
-DSPIRV_HEADERS_INSTALL_DIR="${ESYSROOT}/usr/include/spirv"
)



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/twelf/files/

2022-03-28 Thread Mark Wright
commit: f40a7695d8e3107e5a61704ac558b5eb80951aa9
Author: Mark Wright  gentoo  org>
AuthorDate: Mon Mar 28 13:35:22 2022 +
Commit: Mark Wright  gentoo  org>
CommitDate: Mon Mar 28 13:42:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40a7695

sci-mathematics/twelf: emake -j1 is sufficient to fix doc build

Revert the previous change to twelf-1.7.1-doc-guide-Makefile.patch,
as the emake -j1 is sufficient to fix the doc build.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mark Wright  gentoo.org>

 sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch 
b/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch
index a63735cbe917..092b12b20dc0 100644
--- a/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch
+++ b/sci-mathematics/twelf/files/twelf-1.7.1-doc-guide-Makefile.patch
@@ -1,6 +1,6 @@
 --- twelf-orig/doc/guide/Makefile  2002-09-24 13:59:23.0 +1000
-+++ twelf/doc/guide/Makefile   2022-03-27 16:45:03.547456767 +1100
-@@ -38,10 +38,12 @@
 twelf/doc/guide/Makefile   2012-12-10 00:51:02.758835185 +1100
+@@ -38,8 +38,8 @@
  
  twelf_toc.html : twelf.texi;
@echo "-- Creating HTML: twelf_*.html"
@@ -10,8 +10,4 @@
 +# $(texi2html) -check *.html;
  
  twelf.pdf : twelf.texi;
-+  @echo "-- Removing old files: twelf.{aux,log}"
-+  rm -f twelf.{aux,log};
@echo "-- Creating unindexed PDF: twelf.pdf"
-   $(pdftex) twelf.texi;
-   @echo "-- Creating index twelf.cps"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/twelf/files/

2022-03-28 Thread Mark Wright
commit: 6c2708dd89c8d5b69db1bb9d97d499705762076a
Author: Mark Wright  gentoo  org>
AuthorDate: Mon Mar 28 13:40:59 2022 +
Commit: Mark Wright  gentoo  org>
CommitDate: Mon Mar 28 13:42:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2708dd

sci-mathematics/twelf: Thanks to Jouni Kosonen for backquotes fix.

Thanks to Agostino Sarubbo and Sam James for reporting and helping.
Apply patch by Jouni Kosonen to fix old-style emacs backquotes.

Closes: https://bugs.gentoo.org/836270
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mark Wright  gentoo.org>

 ...f-1.7.1-emacs-fix-old-style-backquotes-p3.patch | 23 ++
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git 
a/sci-mathematics/twelf/files/twelf-1.7.1-emacs-fix-old-style-backquotes-p3.patch
 
b/sci-mathematics/twelf/files/twelf-1.7.1-emacs-fix-old-style-backquotes-p3.patch
index b5f13b114456..e15d838942e7 100644
--- 
a/sci-mathematics/twelf/files/twelf-1.7.1-emacs-fix-old-style-backquotes-p3.patch
+++ 
b/sci-mathematics/twelf/files/twelf-1.7.1-emacs-fix-old-style-backquotes-p3.patch
@@ -1,13 +1,28 @@
 diff --git a/emacs/auc-menu.el b/emacs/auc-menu.el
-index f6483b0..602c6fc 100644
+index f6483b0..80fe660 100644
 --- a/emacs/auc-menu.el
 +++ b/emacs/auc-menu.el
-@@ -92,7 +92,7 @@
+@@ -92,10 +92,10 @@
  (defmacro easy-menu-define (symbol maps doc menu)
"Define SYMBOL to be a menu for keymaps MAPS.
  DOC is the documentation string, and MENU is a Lucid style menu."
 -  (` (progn
-+  `( (progn
++`(progn
 (require 'auc-menu);For `easy-menu-do-define'.
 (defvar (, symbol) nil (, doc))
-(easy-menu-do-define (quote (, symbol)) (, maps) (, doc) (, menu)
+-   (easy-menu-do-define (quote (, symbol)) (, maps) (, doc) (, menu)
++   (easy-menu-do-define (quote (, symbol)) (, maps) (, doc) (, menu
+ 
+ (cond 
+ 
+@@ -212,8 +212,8 @@ DOC is the documentation string, and MENU is a Lucid style 
menu."
+ 
+ (defun easy-menu-do-define (symbol maps doc menu)
+   (set symbol (easy-menu-create-keymaps (car menu) (cdr menu)))
+-  (fset symbol (` (lambda (event) (, doc) (interactive "@e")
+-  (easy-popup-menu event (, symbol)
++  (fset symbol `(lambda (event) (, doc) (interactive "@e")
++  (easy-popup-menu event (, symbol
+   (mapcar (function (lambda (map) 
+   (define-key map (vector 'menu-bar (intern (car menu)))
+ (cons (car menu) (symbol-value symbol)



[gentoo-commits] repo/proj/guru:dev commit in: app-emulation/dxvk-bin/

2022-03-28 Thread Ronny Gutbrod
commit: 4800e6c27a138f3b704317813213601fc03b37a1
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Mar 28 13:53:06 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Mar 28 13:53:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4800e6c2

app-emulation/dxvk-bin: add 1.10.1

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-emulation/dxvk-bin/Manifest   |  1 +
 app-emulation/dxvk-bin/dxvk-bin-1.10.1.ebuild | 73 +++
 2 files changed, 74 insertions(+)

diff --git a/app-emulation/dxvk-bin/Manifest b/app-emulation/dxvk-bin/Manifest
index b6953e76d..8422a8c95 100644
--- a/app-emulation/dxvk-bin/Manifest
+++ b/app-emulation/dxvk-bin/Manifest
@@ -1,2 +1,3 @@
+DIST dxvk-bin-1.10.1.tar.gz 8328595 BLAKE2B 
28b7ba7190b44800d5656600fdc50d9d2c89669b1ec3053e4dd45bd5859271262e53c2016d0736611ce5904126b5a71a2f9dbee2c33feaea5d3dc986fef7f3a0
 SHA512 
5be4b34ec5f535a7ef6347b440fd7619a4bb6359919f4257dc71c84585d87362dbbce3c033c8b0eda0cbd6b6d08184aba0a2a1a12e195c82d776166536440e60
 DIST dxvk-bin-1.10.tar.gz 8271267 BLAKE2B 
d8d17e95871462a0f39af903fc13b9e8f24e4f819e6427153ef26b1150f22a0fe5fba58fa1cfedca6db71f3b384c106ea92bf5e39bd3c92ed282b859e9095a06
 SHA512 
5bbdc2d05868f41cfa073d2ad3e57ca01dc570109b8513b4b8e04a198d44b75128a62e2029ef2b57edd1ebf286661072c34d741a78cf456cddf97dd2a60afc03
 DIST dxvk-bin-1.9.4.tar.gz 8242967 BLAKE2B 
166ecca8e636df8ccb607e4eb52c798a9da5c97233546498ab35f1cc74f0647f9b7a6120aa62ca9b5044d8797008bc40e94fbb83fc22950512495d41512a
 SHA512 
96182528d13c7e020545a25eb49ef7ca66ad7ccfd5942992be25757c92e2cd710beeb2450f44973d887ebae5d7346d6a4e3fc3fbcbbde338d7def83602604dc7

diff --git a/app-emulation/dxvk-bin/dxvk-bin-1.10.1.ebuild 
b/app-emulation/dxvk-bin/dxvk-bin-1.10.1.ebuild
new file mode 100644
index 0..72f920257
--- /dev/null
+++ b/app-emulation/dxvk-bin/dxvk-bin-1.10.1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+inherit multilib-minimal
+
+MY_P="dxvk-${PV}"
+DESCRIPTION="Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / 
Wine"
+HOMEPAGE="https://github.com/doitsujin/dxvk;
+SRC_URI="https://github.com/doitsujin/dxvk/releases/download/v${PV}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="video_cards_nvidia"
+
+DEPEND=""
+RDEPEND="
+   || (
+   video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-440.31 )
+   >=media-libs/mesa-20.2
+   )
+   || (
+   >=app-emulation/wine-staging-4.5[${MULTILIB_USEDEP},vulkan]
+   >=app-emulation/wine-vanilla-4.5[${MULTILIB_USEDEP},vulkan]
+   )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+# NOTE: Various repos contain dxvk ebuilds that install into …/dxvk.
+# To not clash with them, this ebuild installs into …/dxvk-bin.
+
+src_prepare() {
+   default
+
+   sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die
+
+   # Delete installation instructions for unused ABIs.
+   if ! use abi_x86_64; then
+   sed -i '/installFile "$win64_sys_path"/d' setup_dxvk.sh || die
+   fi
+   if ! use abi_x86_32; then
+   sed -i '/installFile "$win32_sys_path"/d' setup_dxvk.sh || die
+   fi
+
+   fix_install_dir() {
+   local bits="${MULTILIB_ABI_FLAG:8:2}"
+   # Fix installation directory.
+   sed -i "s|\"x${bits}\"|\"usr/$(get_libdir)/dxvk-bin\"|" \
+   setup_dxvk.sh || die
+   }
+   multilib_foreach_abi fix_install_dir
+}
+
+multilib_src_install() {
+   local bits="${MULTILIB_ABI_FLAG:8:2}"
+   insinto "usr/$(get_libdir)/dxvk-bin"
+   insopts --mode=755
+   doins "${S}/x${bits}/"*.dll
+}
+
+multilib_src_install_all() {
+   newbin setup_dxvk.sh setup_dxvk-bin.sh
+}
+
+pkg_postinst() {
+   elog "dxvk-bin is installed, but not activated. You have to create DLL 
overrides"
+   elog "in order to make use of it. To do so, set WINEPREFIX and execute"
+   elog "setup_dxvk-bin.sh install --symlink."
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-emulation/dxvk-bin/

2022-03-28 Thread Ronny Gutbrod
commit: b22e977098195b94072903d54094759904947854
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Mar 28 13:55:20 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Mar 28 13:55:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b22e9770

app-emulation/dxvk-bin: Fix copyright year

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-emulation/dxvk-bin/dxvk-bin-1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/dxvk-bin/dxvk-bin-1.10.ebuild 
b/app-emulation/dxvk-bin/dxvk-bin-1.10.ebuild
index c0a5717dd..72f920257 100644
--- a/app-emulation/dxvk-bin/dxvk-bin-1.10.ebuild
+++ b/app-emulation/dxvk-bin/dxvk-bin-1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/proj/guru:dev commit in: app-emulation/dxvk-bin/

2022-03-28 Thread Ronny Gutbrod
commit: f3a44c31ed82fecdca44737c832bd21800f13dc2
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Mar 28 13:54:26 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Mar 28 13:54:26 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3a44c31

app-emulation/dxvk-bin: drop 1.9.4

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-emulation/dxvk-bin/Manifest  |  1 -
 app-emulation/dxvk-bin/dxvk-bin-1.9.4.ebuild | 73 
 2 files changed, 74 deletions(-)

diff --git a/app-emulation/dxvk-bin/Manifest b/app-emulation/dxvk-bin/Manifest
index 8422a8c95..187bb2621 100644
--- a/app-emulation/dxvk-bin/Manifest
+++ b/app-emulation/dxvk-bin/Manifest
@@ -1,3 +1,2 @@
 DIST dxvk-bin-1.10.1.tar.gz 8328595 BLAKE2B 
28b7ba7190b44800d5656600fdc50d9d2c89669b1ec3053e4dd45bd5859271262e53c2016d0736611ce5904126b5a71a2f9dbee2c33feaea5d3dc986fef7f3a0
 SHA512 
5be4b34ec5f535a7ef6347b440fd7619a4bb6359919f4257dc71c84585d87362dbbce3c033c8b0eda0cbd6b6d08184aba0a2a1a12e195c82d776166536440e60
 DIST dxvk-bin-1.10.tar.gz 8271267 BLAKE2B 
d8d17e95871462a0f39af903fc13b9e8f24e4f819e6427153ef26b1150f22a0fe5fba58fa1cfedca6db71f3b384c106ea92bf5e39bd3c92ed282b859e9095a06
 SHA512 
5bbdc2d05868f41cfa073d2ad3e57ca01dc570109b8513b4b8e04a198d44b75128a62e2029ef2b57edd1ebf286661072c34d741a78cf456cddf97dd2a60afc03
-DIST dxvk-bin-1.9.4.tar.gz 8242967 BLAKE2B 
166ecca8e636df8ccb607e4eb52c798a9da5c97233546498ab35f1cc74f0647f9b7a6120aa62ca9b5044d8797008bc40e94fbb83fc22950512495d41512a
 SHA512 
96182528d13c7e020545a25eb49ef7ca66ad7ccfd5942992be25757c92e2cd710beeb2450f44973d887ebae5d7346d6a4e3fc3fbcbbde338d7def83602604dc7

diff --git a/app-emulation/dxvk-bin/dxvk-bin-1.9.4.ebuild 
b/app-emulation/dxvk-bin/dxvk-bin-1.9.4.ebuild
deleted file mode 100644
index c0a5717dd..0
--- a/app-emulation/dxvk-bin/dxvk-bin-1.9.4.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-inherit multilib-minimal
-
-MY_P="dxvk-${PV}"
-DESCRIPTION="Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / 
Wine"
-HOMEPAGE="https://github.com/doitsujin/dxvk;
-SRC_URI="https://github.com/doitsujin/dxvk/releases/download/v${PV}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="video_cards_nvidia"
-
-DEPEND=""
-RDEPEND="
-   || (
-   video_cards_nvidia? ( >=x11-drivers/nvidia-drivers-440.31 )
-   >=media-libs/mesa-20.2
-   )
-   || (
-   >=app-emulation/wine-staging-4.5[${MULTILIB_USEDEP},vulkan]
-   >=app-emulation/wine-vanilla-4.5[${MULTILIB_USEDEP},vulkan]
-   )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-# NOTE: Various repos contain dxvk ebuilds that install into …/dxvk.
-# To not clash with them, this ebuild installs into …/dxvk-bin.
-
-src_prepare() {
-   default
-
-   sed -i "s|^basedir=.*$|basedir=\"${EPREFIX}\"|" setup_dxvk.sh || die
-
-   # Delete installation instructions for unused ABIs.
-   if ! use abi_x86_64; then
-   sed -i '/installFile "$win64_sys_path"/d' setup_dxvk.sh || die
-   fi
-   if ! use abi_x86_32; then
-   sed -i '/installFile "$win32_sys_path"/d' setup_dxvk.sh || die
-   fi
-
-   fix_install_dir() {
-   local bits="${MULTILIB_ABI_FLAG:8:2}"
-   # Fix installation directory.
-   sed -i "s|\"x${bits}\"|\"usr/$(get_libdir)/dxvk-bin\"|" \
-   setup_dxvk.sh || die
-   }
-   multilib_foreach_abi fix_install_dir
-}
-
-multilib_src_install() {
-   local bits="${MULTILIB_ABI_FLAG:8:2}"
-   insinto "usr/$(get_libdir)/dxvk-bin"
-   insopts --mode=755
-   doins "${S}/x${bits}/"*.dll
-}
-
-multilib_src_install_all() {
-   newbin setup_dxvk.sh setup_dxvk-bin.sh
-}
-
-pkg_postinst() {
-   elog "dxvk-bin is installed, but not activated. You have to create DLL 
overrides"
-   elog "in order to make use of it. To do so, set WINEPREFIX and execute"
-   elog "setup_dxvk-bin.sh install --symlink."
-}



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

2022-03-28 Thread Matt Turner
commit: 0ab20faf2aeb36af54cb0de6c4fb36d0e85a6e80
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 28 14:29:47 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 28 14:30:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab20faf

media-libs/mesa: Version bump to 21.3.8

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-21.3.8.ebuild | 561 +
 2 files changed, 562 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 4992512ef57b..0496a26ef591 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,2 +1,3 @@
 DIST mesa-21.3.7.tar.xz 16569592 BLAKE2B 
7c5a3f144b1ce9e8bbb3560ae2bf46afda9d5c4a3e7b825d406f9a5090dfd51e2b3cc6ee2c10df09c817f5836ffbd09bfc86fbaf63bcc907caef290fd44baee6
 SHA512 
0991543e9435457fa4d077517408b3f197be32ed61a6c7ca34ddb3906eed208791f1a57227f74115f99df18e612efab1d2c6809b7cf426d273633b53d4aefc88
+DIST mesa-21.3.8.tar.xz 16593540 BLAKE2B 
89a471af3354ae0cf0597c1b6bcd2aff8074d58c16504154291f86cd9a9701f98883cf1077f60a8f17d24be800691a5bfb7ef4ddb10dfa355181bf87805b660c
 SHA512 
0462c44fa8e358dafd03088411452bc172a365902795b3198df1e6cfbf1d87675ef5b72b572de7f15e5ee87b30ce5b2f217c81ea72b376962f6428c6ff83f2e9
 DIST mesa-22.0.0.tar.xz 15565680 BLAKE2B 
65dd09e1864f353f07ab01cb21cb89f858a071d74043b1913b0abe3ee3b3a992ca3878d40ffe52cc45546770d5ad9e198c93a24a8564ffeb9c8a05da38af300c
 SHA512 
9faef66adbacba24d11dfe8e2d1a753295798883a10a7cc91e6df9d678c64a8286a12e60c0d8576d944a8cc76f00c30d27c3a71d3458bbe3dbcd66c88a454c3b

diff --git a/media-libs/mesa/mesa-21.3.8.ebuild 
b/media-libs/mesa/mesa-21.3.8.ebuild
new file mode 100644
index ..082bfd9f9739
--- /dev/null
+++ b/media-libs/mesa/mesa-21.3.8.ebuild
@@ -0,0 +1,561 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit llvm meson-multilib python-any-r1 linux-info
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   inherit git-r3
+else
+   SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris 
~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} crocus freedreno i915 i965 intel iris lima 
nouveau panfrost v3d vc4 virgl vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic cpu_flags_x86_sse2 d3d9 debug +egl +gallium +gbm gles1 +gles2 
+llvm
+   lm-sensors opencl osmesa selinux test unwind vaapi valgrind vdpau vulkan
+   vulkan-overlay wayland +X xa xvmc zink +zstd"
+
+REQUIRED_USE="
+   d3d9?   ( || ( video_cards_iris video_cards_r300 video_cards_r600 
video_cards_radeonsi video_cards_nouveau video_cards_vmware ) )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   osmesa? ( gallium )
+   vulkan? ( video_cards_radeonsi? ( llvm ) )
+   vulkan-overlay? ( vulkan )
+   wayland? ( egl gbm )
+   video_cards_crocus? ( gallium )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_iris?   ( gallium )
+   video_cards_lima?   ( gallium )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_panfrost? ( gallium )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_v3d? ( gallium )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+   xa? ( X )
+   xvmc? ( X )
+   zink? ( gallium vulkan )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.107"
+RDEPEND="
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=media-libs/libglvnd-1.3.2[X?,${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   gallium? (
+   unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
+   llvm? (
+   video_cards_radeonsi? (
+   

[gentoo-commits] repo/gentoo:master commit in: net-fs/cvmfs/

2022-03-28 Thread Guilherme Amadio
commit: 56801a8de3f0328f2f05ccbb60b4a1a66fa71f06
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Mon Mar 28 14:47:40 2022 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Mar 28 14:52:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56801a8d

net-fs/cvmfs: version bump to 2.9.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Guilherme Amadio  gentoo.org>

 net-fs/cvmfs/Manifest   | 2 +-
 net-fs/cvmfs/{cvmfs-2.9.1.ebuild => cvmfs-2.9.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/cvmfs/Manifest b/net-fs/cvmfs/Manifest
index 2cebf9fbc24d..1fc44949f6b9 100644
--- a/net-fs/cvmfs/Manifest
+++ b/net-fs/cvmfs/Manifest
@@ -1,3 +1,3 @@
 DIST cvmfs-2.8.2.tar.gz 44130007 BLAKE2B 
3c15c3549971deb418ee142bbec0db8ae272d0fe5371e618460e31bd2c083ff1d1c00e5bc3520b199fdf3297cad278185617f51a217f75120dd71ea792a7a8a8
 SHA512 
a3a1a6d4eb36248744145393d6ebe5015f8f1d4506bb9adca13b19f68a2e57cdf77fc0e7202ff4e8a927bff3a6e1808f9c740755145b860f2915a31ec9dd5fa3
 DIST cvmfs-2.9.0.tar.gz 48042721 BLAKE2B 
614fcacbcc142c22f871e511db951c826245651ce29760f05c132dffc7920c1232c96a51a70d65cae6f48d8e6564d4ed3a30b4c460dce0b37ad24994571b32f1
 SHA512 
9ff5ba0ff2fe917403e9f7a5139c28c861e95a93d96bf8ff5a7fb7f36dca3b8ddf0d8b2763396a70950f98b032d34d6c0f1ea093e53bf950c5370c933abc22b5
-DIST cvmfs-2.9.1.tar.gz 48202925 BLAKE2B 
75e60537c8fbbc12687980dba6d9dc25f8255c67a1228730a07a684f01d4e3f644f93c34dabf7bd0bccc247fc89f3f322e510181ce38ca3d75025d717fb11d3c
 SHA512 
ca429bcc4fd6b919d171f38c8757a3b48012bf09aa46569dc41326a6037d563b19df3def9ca37201d0beaa3a0e6953ac303f6f4fdded9351ddb5fbcec71c8706
+DIST cvmfs-2.9.2.tar.gz 70806074 BLAKE2B 
aeb7a246331e2e8453285582934e4da337ff6730f5b826db907b76773968b89138e9e7cc43d7422b5e7588e81b97e7dc0c0f5ea03e6bde89d55297cbab75f70c
 SHA512 
7742678a227a22a8e17bbdba21e68b0e188ccae8e483906cae005d15ff465f60b407f5fc29183b0272ca9572c3512ffc9596b4c9dda764e6adf5edcec97d4547

diff --git a/net-fs/cvmfs/cvmfs-2.9.1.ebuild b/net-fs/cvmfs/cvmfs-2.9.2.ebuild
similarity index 100%
rename from net-fs/cvmfs/cvmfs-2.9.1.ebuild
rename to net-fs/cvmfs/cvmfs-2.9.2.ebuild



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

2022-03-28 Thread Ionen Wolkens
commit: c3baa0907a981c1d0046451668e6b9d8c316d86e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 28 15:56:01 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 28 16:11:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3baa090

x11-drivers/nvidia-drivers: enable static-libs USE by default

Now that hwloc depends on this by "default" when VIDEO_CARDS=nvidia,
not being enabled by default tend to be an annoyance.

This only has a cheap build-only dependency on libX11/Xext, is tiny,
and doesn't take long to build. Only makes some sense to disable if
wayland-only or headless without X (albeit this is why the USE exists
and isn't unconditional, /could/ be merged with USE=X although that
USE has more implications.. may revisit later).

Bug: https://bugs.gentoo.org/836004
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-390.147.ebuild| 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-470.103.01.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-470.62.22.ebuild  | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-510.54.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-510.60.02.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-390.147.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-390.147.ebuild
index 855c691be4ae..6f78688c0c24 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-390.147.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-390.147.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT"
 SLOT="0/${PV%%.*}"
 KEYWORDS="-* amd64 x86"
-IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced static-libs +tools"
+IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools"
 
 COMMON_DEPEND="
acct-group/video

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.103.01.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.103.01.ebuild
index 337778712041..c72d3a22a87d 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.103.01.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.103.01.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}"
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
 SLOT="0/${PV%%.*}"
 KEYWORDS="-* amd64"
-IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced static-libs +tools wayland"
+IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools 
wayland"
 
 COMMON_DEPEND="
acct-group/video

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.62.22.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.62.22.ebuild
index 72fac388500d..2e381c4db4db 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.62.22.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.62.22.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
 SLOT="0/vulkan"
 KEYWORDS="-* ~amd64"
-IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced static-libs +tools wayland"
+IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools 
wayland"
 
 COMMON_DEPEND="
acct-group/video

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-510.54.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-510.54.ebuild
index 409ecc83c734..bfe63032d41d 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-510.54.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-510.54.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
 SLOT="0/${PV%%.*}"
 KEYWORDS="-* ~amd64 ~arm64"
-IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced static-libs +tools wayland"
+IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools 
wayland"
 
 COMMON_DEPEND="
acct-group/video

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-510.60.02.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-510.60.02.ebuild
index cc4ee152c12f..fbf63c3390ce 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-510.60.02.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-510.60.02.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}"
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
 SLOT="0/${PV%%.*}"
 KEYWORDS="-* ~amd64 ~arm64"
-IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced static-libs +tools wayland"
+IUSE="+X abi_x86_32 abi_x86_64 +driver persistenced +static-libs +tools 
wayland"
 
 COMMON_DEPEND="
acct-group/video



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

2022-03-28 Thread Ionen Wolkens
commit: 63f362ef20a72c4404ee107be5e58e29f4d52499
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 28 15:11:09 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 28 16:10:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f362ef

x11-drivers/nvidia-drivers: set description for static-libs

It may have been better to be USE=nvctrl or merged with USE=X, but
let's at least provide a description so it's clearer what it's for.

Bug: https://bugs.gentoo.org/836004
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-drivers/nvidia-drivers/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-drivers/nvidia-drivers/metadata.xml 
b/x11-drivers/nvidia-drivers/metadata.xml
index ed2291926c60..564715704a61 100644
--- a/x11-drivers/nvidia-drivers/metadata.xml
+++ b/x11-drivers/nvidia-drivers/metadata.xml
@@ -12,6 +12,7 @@

Install kernel driver modules
Install the persistence daemon for 
keeping devices state when unused
+   Install the XNVCtrl static library for 
accessing sensors and other features
Install additional tools such as 
nvidia-settings





[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/, gnome-base/gnome-shell/files/

2022-03-28 Thread Matt Turner
commit: 998b2b1d772d35e29e0e9df326df12943af8d94e
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 28 15:14:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 28 15:17:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998b2b1d

gnome-base/gnome-shell: Version bump to 41.5

Closes: https://bugs.gentoo.org/836311
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-shell/Manifest|   1 +
 5-environment-Require-GnomeBluetooth-1.0.patch |  35 
 ...1.5-environment-Require-gnome-desktop-3.0.patch |  30 +++
 .../41.5-environment-Require-libgweather-3.0.patch |  29 +++
 gnome-base/gnome-shell/gnome-shell-41.5.ebuild | 208 +
 5 files changed, 303 insertions(+)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 9cedbba95216..be1d64fd56a4 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-shell-41.4.tar.xz 1899464 BLAKE2B 
202408be8886bb5eb5615328a774993bea8dfe2fb78d304fde2806096ca68eff3fae7d5bdb4972b627cf10192ff76e3d457dc37eaa806cd4ed57d1558c235a48
 SHA512 
6ed5f215fcf9a1cf450b406620568aeceb3d255e0bb979151ccd2260565748e69825d7f5f7fb0c6768ed584a530599a8dcbc713c1ec12617551ae9df782c5ad7
+DIST gnome-shell-41.5.tar.xz 1899888 BLAKE2B 
73491f382413c313956fc6ab878a54d8a881190ee93cac5d334d169636d8dd21557c78719142f717c94463e02c7ca4eaf12a6e4ca6167e48a002ece9379b6d03
 SHA512 
b638103528413dcfa12d65d0c7add45716d21334294babbadd0a05e3410ca068ae336b28c30eb8811222b9f90e5efdf0d1a6e0a2e3f104b49061bb28333f066e
 DIST gnome-shell-42.0.tar.xz 1918044 BLAKE2B 
742d13ad92795fb71bbe8376a86b8e9a828882288f105f026cf98304ef2e9eae8fb967fa978ec322f5c621303a1798d3490c001bbd63c704b0cddc5db688389d
 SHA512 
39b56d3c09a238d9ca387145fdbddfaa929b124d4006f097b792de2dceb882e50cbce1255b0b4585aea04b522a92a4e7a743367f43a863f95bb6386401e73935

diff --git 
a/gnome-base/gnome-shell/files/41.5-environment-Require-GnomeBluetooth-1.0.patch
 
b/gnome-base/gnome-shell/files/41.5-environment-Require-GnomeBluetooth-1.0.patch
new file mode 100644
index ..8729a6c3e671
--- /dev/null
+++ 
b/gnome-base/gnome-shell/files/41.5-environment-Require-GnomeBluetooth-1.0.patch
@@ -0,0 +1,35 @@
+From 9ce6756235ba272b8602d50d1f005dc2ef265889 Mon Sep 17 00:00:00 2001
+From: Georges Basile Stavracas Neto 
+Date: Sun, 31 Oct 2021 17:24:58 -0300
+Subject: [PATCH 1/2] environment: Require GnomeBluetooth 1.0
+
+libgnome-bluetooth will start to offer a 2.0 library version
+depending on GTK4. Given that GNOME Shell already depends on
+GTK3, it cannot use this next version of gnome-bluetooth. And
+since GJS will automatically try and use the latest version
+available of any library, Shell must specify it wants 1.0
+explicitly.
+
+Add a required GnomeBluetooth version number when importing it
+for the status indicator.
+
+Part-of: 
+---
+ js/ui/environment.js | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/js/ui/environment.js b/js/ui/environment.js
+index ef53e6022..e906fa6c6 100644
+--- a/js/ui/environment.js
 b/js/ui/environment.js
+@@ -6,6 +6,7 @@ const Config = imports.misc.config;
+ imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
+ imports.gi.versions.Gio = '2.0';
+ imports.gi.versions.GdkPixbuf = '2.0';
++imports.gi.versions.GnomeBluetooth = '1.0';
+ imports.gi.versions.Gtk = '3.0';
+ imports.gi.versions.Soup = '3.0';
+ imports.gi.versions.TelepathyGLib = '0.12';
+-- 
+2.34.1
+

diff --git 
a/gnome-base/gnome-shell/files/41.5-environment-Require-gnome-desktop-3.0.patch 
b/gnome-base/gnome-shell/files/41.5-environment-Require-gnome-desktop-3.0.patch
new file mode 100644
index ..3dbb50bb989b
--- /dev/null
+++ 
b/gnome-base/gnome-shell/files/41.5-environment-Require-gnome-desktop-3.0.patch
@@ -0,0 +1,30 @@
+From 795312b8d5634d3005679b3c1313114e41e538fd Mon Sep 17 00:00:00 2001
+From: Georges Basile Stavracas Neto 
+Date: Thu, 11 Nov 2021 16:20:39 -0300
+Subject: [PATCH 2/2] environment: Require gnome-desktop 3.0
+
+Pretty much the exact same case of 9ce6756235.
+
+libgnome-desktop saw a major version bump, and we have to
+stick with 3.0 for a while.
+
+Part-of: 
+---
+ js/ui/environment.js | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/js/ui/environment.js b/js/ui/environment.js
+index e906fa6c6..cb254e319 100644
+--- a/js/ui/environment.js
 b/js/ui/environment.js
+@@ -7,6 +7,7 @@ imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
+ imports.gi.versions.Gio = '2.0';
+ imports.gi.versions.GdkPixbuf = '2.0';
+ imports.gi.versions.GnomeBluetooth = '1.0';
++imports.gi.versions.GnomeDesktop = '3.0';
+ imports.gi.versions.Gtk = '3.0';
+ imports.gi.versions.Soup = '3.0';
+ imports.gi.versions.TelepathyGLib = '0.12';
+-- 
+2.34.1
+

diff --git 

[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2022-03-28 Thread Ionen Wolkens
commit: 11152438599da6e005acf290f658d5b7b46e234c
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Mar 28 14:19:03 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Mar 28 14:21:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11152438

x11-wm/mutter: tentative fix for the nvidia corruption issue

Still need a real confirmation, but from quick testing it
seems to fix it.

Acked-by: Matt Turner  gentoo.org>
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-wm/mutter/{mutter-42.0.ebuild => mutter-42.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/mutter/mutter-42.0.ebuild 
b/x11-wm/mutter/mutter-42.0-r1.ebuild
similarity index 99%
rename from x11-wm/mutter/mutter-42.0.ebuild
rename to x11-wm/mutter/mutter-42.0-r1.ebuild
index 3c8742787bec..64c4d9748678 100644
--- a/x11-wm/mutter/mutter-42.0.ebuild
+++ b/x11-wm/mutter/mutter-42.0-r1.ebuild
@@ -119,7 +119,7 @@ src_configure() {
# TODO: Replicate debug vs release meson build type behaviour under our 
buildtype=plain
local emesonargs=(
-Dopengl=true
-   -Dopengl_libname='libOpenGL.so.0'
+   #opengl_libname
#gles2_libname
$(meson_use wayland gles2)
-Degl=true



[gentoo-commits] proj/sci:master commit in: dev-python/anys/files/, dev-python/anys/

2022-03-28 Thread Horea Christian
commit: af3f0c4c30e2f2996de6c9b88155ec86e9e5f5cf
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Mar 28 14:33:26 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Mar 28 14:33:26 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=af3f0c4c

dev-python/anys: new package (DANDI stack)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian  chymera.eu>

 dev-python/anys/anys-0.2.0.ebuild   | 28 +
 dev-python/anys/anys-0.2.1.ebuild   | 28 +
 dev-python/anys/files/anys-0.2.0-coverage.patch | 10 +
 dev-python/anys/metadata.xml| 16 ++
 4 files changed, 82 insertions(+)

diff --git a/dev-python/anys/anys-0.2.0.ebuild 
b/dev-python/anys/anys-0.2.0.ebuild
new file mode 100644
index 0..0d2fec35f
--- /dev/null
+++ b/dev-python/anys/anys-0.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="Matchers for pytest"
+HOMEPAGE="https://github.com/jwodder/anys;
+SRC_URI="https://github.com/jwodder/anys/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.2.0-coverage.patch"
+)
+
+distutils_enable_tests pytest

diff --git a/dev-python/anys/anys-0.2.1.ebuild 
b/dev-python/anys/anys-0.2.1.ebuild
new file mode 100644
index 0..783fc75ce
--- /dev/null
+++ b/dev-python/anys/anys-0.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="Matchers for pytest"
+HOMEPAGE="https://github.com/jwodder/anys;
+SRC_URI="https://github.com/jwodder/anys/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/wheel[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.2.0-coverage.patch"
+)
+
+distutils_enable_tests pytest

diff --git a/dev-python/anys/files/anys-0.2.0-coverage.patch 
b/dev-python/anys/files/anys-0.2.0-coverage.patch
new file mode 100644
index 0..8091ded2d
--- /dev/null
+++ b/dev-python/anys/files/anys-0.2.0-coverage.patch
@@ -0,0 +1,10 @@
+--- a/tox.ini  2021-09-27 06:43:49.569561395 -0400
 b/tox.ini  2021-09-27 06:47:36.549815529 -0400
+@@ -30,7 +30,6 @@
+ mypy src test
+
+ [pytest]
+-addopts = --cov=anys --no-cov-on-fail
+ filterwarnings = error
+ norecursedirs = test/data
+

diff --git a/dev-python/anys/metadata.xml b/dev-python/anys/metadata.xml
new file mode 100644
index 0..f0a7bb068
--- /dev/null
+++ b/dev-python/anys/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   gen...@chymera.eu
+   Horea Christian
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   jwodder/anys
+   anys
+   
+



  1   2   3   >