[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/

2021-12-06 Thread Christian Ruppert
commit: b5aa662dfa8cf9433fc9232916e666803d524cd8
Author: Christian Ruppert  gentoo  org>
AuthorDate: Tue Dec  7 07:56:50 2021 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue Dec  7 07:57:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5aa662d

net-proxy/haproxy: Bump to 2.0.26

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Christian Ruppert  gentoo.org>

 net-proxy/haproxy/Manifest  |   1 +
 net-proxy/haproxy/haproxy-2.0.26.ebuild | 186 
 2 files changed, 187 insertions(+)

diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index 9495f218dffc..b4f9e912f6ae 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -1,4 +1,5 @@
 DIST haproxy-2.0.25.tar.gz 2707840 BLAKE2B 
cd85d233623f2791bff8ada00d9ac4ea3743e2c1fbccd45a6fd56b7cc0ae5904619b50849a23576f0a6d21ae2798166acd41692d0311bcf361355dc6ee0da790
 SHA512 
2c238844a8c82f877d3039b20b76fd22717f95a4e5d94a0bfd501c6e134042ef744d3731fc0ccced0a94e5cb1c1822d3272ed961e07bd9acc4d637eba0529155
+DIST haproxy-2.0.26.tar.gz 2713209 BLAKE2B 
9d33cc57d9b1761844fda05981ccddc4de6823a0c101b6fadf8ce2dbd0b1a76f2b4c2b6d5f9b656eabfc40af2dc750b81b922149583669f3e7001ba60525f488
 SHA512 
eae97096a66038fe8d5bd86b6a15ae679142593d3cb27ec0fd495fc16b926e58c9a25a6c050a310c450c7c167ac20fad46c60f31fe58dc1a1da11d987e8eed17
 DIST haproxy-2.2.17.tar.gz 2933836 BLAKE2B 
750d2c5048f994442d13c05ce6624731d296462951ee2e86110467d517a6708b498e98260a3f0770e110dc5c2cb2bdd746fb76f23ba7cebc1642b0b9c8124a67
 SHA512 
174197e1e0915a6ae6062b9a070f16102ac7f3429f991f36cdb2e2cce587bd26059bd1dc71a368f904bcdecd292ab5926715160400ae96d498d902aac356864f
 DIST haproxy-2.2.18.tar.gz 2940789 BLAKE2B 
e932c53b67052a2696a00cc9e0ee79ca2c7bdc5ba51bbb6c5bf3e7d5ef8bcf3c4e0f6524d40bcbc3342f86c3ddec6e27a0a2ad329ee5ad510260dc2f24b3913b
 SHA512 
255b5d5984578a8d018b80e213ff2bca583de30d835aa3de345fabb05c229277d18007251b441dfdbf863e0297a2fa6e08e41b7b57dd76eba7f2e50879ae2cfa
 DIST haproxy-2.4.4.tar.gz 3587306 BLAKE2B 
983f5919b738419d616b35c1cad6aa2400b0b857160ecfac3bcdfcc14c15280283ae3f33036652a3a9b5bfff0fbb6a54912807ea7c83c828d2b5ba72274fe1a8
 SHA512 
a8987e8342fdbec7e48de09a4391a67e77e05493260e0e561e8c185b6457b8e1086cc45ce04ebf3365699c008dff81667490e2fe99c33c0ac3c7513df8ae025c

diff --git a/net-proxy/haproxy/haproxy-2.0.26.ebuild 
b/net-proxy/haproxy/haproxy-2.0.26.ebuild
new file mode 100644
index ..894bf001b81c
--- /dev/null
+++ b/net-proxy/haproxy/haproxy-2.0.26.ebuild
@@ -0,0 +1,186 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+LUA_COMPAT=( lua5-3 )
+
+[[ ${PV} == * ]] && SCM="git-r3"
+inherit toolchain-funcs flag-o-matic lua-single systemd linux-info ${SCM}
+
+MY_P="${PN}-${PV/_beta/-dev}"
+
+DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
+HOMEPAGE="http://www.haproxy.org;
+if [[ ${PV} != * ]]; then
+   SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc ~x86"
+else
+   EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+   EGIT_BRANCH=master
+fi
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="+crypt doc examples slz +net_ns +pcre pcre-jit pcre2 pcre2-jit 
prometheus-exporter
+ssl systemd +threads tools vim-syntax +zlib lua device-atlas 51degrees wurfl"
+REQUIRED_USE="pcre-jit? ( pcre )
+   pcre2-jit? ( pcre2 )
+   pcre? ( !pcre2 )
+   lua? ( ${LUA_REQUIRED_USE} )
+   device-atlas? ( pcre )
+   ?? ( slz zlib )"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+   crypt? ( virtual/libcrypt:= )
+   pcre? (
+   dev-libs/libpcre
+   pcre-jit? ( dev-libs/libpcre[jit] )
+   )
+   pcre2? (
+   dev-libs/libpcre2:=
+   pcre2-jit? ( dev-libs/libpcre2:=[jit] )
+   )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+   slz? ( dev-libs/libslz:= )
+   systemd? ( sys-apps/systemd )
+   zlib? ( sys-libs/zlib )
+   lua? ( ${LUA_DEPS} )
+   device-atlas? ( dev-libs/device-atlas-api-c )"
+RDEPEND="${DEPEND}
+   acct-group/haproxy
+   acct-user/haproxy"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( CHANGELOG CONTRIBUTING MAINTAINERS README )
+CONTRIBS=( halog iprange )
+# ip6range is present in 1.6, but broken.
+ver_test ${PV} -ge 1.7.0 && CONTRIBS+=( ip6range spoa_example tcploop )
+# TODO: mod_defender - requires apache / APR, modsecurity - the same
+ver_test ${PV} -ge 1.8.0 && CONTRIBS+=( hpack )
+
+haproxy_use() {
+   (( $# != 2 )) && die "${FUNCNAME}  "
+
+   usex "${1}" "USE_${2}=1" "USE_${2}="
+}
+
+pkg_setup() {
+   use lua && lua-single_pkg_setup
+   if use net_ns; then
+   CONFIG_CHECK="~NET_NS"
+   linux-info_pkg_setup
+   fi
+}
+
+src_compile() {
+   local -a args=(
+   V=1
+   

[gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/

2021-12-06 Thread Christian Ruppert
commit: f81b4adb6781ebb8a0838336c7bc6e2158aa51ee
Author: Christian Ruppert  gentoo  org>
AuthorDate: Tue Dec  7 07:57:08 2021 +
Commit: Christian Ruppert  gentoo  org>
CommitDate: Tue Dec  7 07:57:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81b4adb

net-proxy/haproxy: Cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Christian Ruppert  gentoo.org>

 net-proxy/haproxy/Manifest |   2 -
 net-proxy/haproxy/haproxy-2.4.7.ebuild | 182 -
 net-proxy/haproxy/haproxy-2.4.8.ebuild | 182 -
 3 files changed, 366 deletions(-)

diff --git a/net-proxy/haproxy/Manifest b/net-proxy/haproxy/Manifest
index b4f9e912f6ae..e1a653d12375 100644
--- a/net-proxy/haproxy/Manifest
+++ b/net-proxy/haproxy/Manifest
@@ -3,7 +3,5 @@ DIST haproxy-2.0.26.tar.gz 2713209 BLAKE2B 
9d33cc57d9b1761844fda05981ccddc4de682
 DIST haproxy-2.2.17.tar.gz 2933836 BLAKE2B 
750d2c5048f994442d13c05ce6624731d296462951ee2e86110467d517a6708b498e98260a3f0770e110dc5c2cb2bdd746fb76f23ba7cebc1642b0b9c8124a67
 SHA512 
174197e1e0915a6ae6062b9a070f16102ac7f3429f991f36cdb2e2cce587bd26059bd1dc71a368f904bcdecd292ab5926715160400ae96d498d902aac356864f
 DIST haproxy-2.2.18.tar.gz 2940789 BLAKE2B 
e932c53b67052a2696a00cc9e0ee79ca2c7bdc5ba51bbb6c5bf3e7d5ef8bcf3c4e0f6524d40bcbc3342f86c3ddec6e27a0a2ad329ee5ad510260dc2f24b3913b
 SHA512 
255b5d5984578a8d018b80e213ff2bca583de30d835aa3de345fabb05c229277d18007251b441dfdbf863e0297a2fa6e08e41b7b57dd76eba7f2e50879ae2cfa
 DIST haproxy-2.4.4.tar.gz 3587306 BLAKE2B 
983f5919b738419d616b35c1cad6aa2400b0b857160ecfac3bcdfcc14c15280283ae3f33036652a3a9b5bfff0fbb6a54912807ea7c83c828d2b5ba72274fe1a8
 SHA512 
a8987e8342fdbec7e48de09a4391a67e77e05493260e0e561e8c185b6457b8e1086cc45ce04ebf3365699c008dff81667490e2fe99c33c0ac3c7513df8ae025c
-DIST haproxy-2.4.7.tar.gz 3594183 BLAKE2B 
170697fd7bcb886033d4dba5a9f7b7289cb651b82f3959354e393553fdac8fe8470cfacbece46f801a0e3f35d418d304f189e1f14c7142047ffb81f37c38251f
 SHA512 
7ad8e9bd506d6f5919ff9ea97b08a4ec283bf580baefc7945632ea5a88a73081bb3d82586855efc7b7b9194558f12823c26b7a7498ac08c3efc158ea6583ec9f
-DIST haproxy-2.4.8.tar.gz 3599555 BLAKE2B 
6b5a6460be73c643ab9606f65e5ba35250233845ae8cd2decbc19df05ef28c2868d8f331e8a18d96555f292ceee179abd5ae99da11c1c4d98a503b1b9b2c16d3
 SHA512 
8e1d28191a8c26d46989359a213444f30a09e439d32b5ab6cb01a3ca267788fc7677dd14deaa43a7f6c7741cbf6c8fcf6cdd5cf927d23e48f82b9e7723d8a6f9
 DIST haproxy-2.4.9.tar.gz 3604655 BLAKE2B 
d5703dafba5858a026ac8de98e81041f95d9c19c97e540c4a5707a47accbf79f43b64b64a794d5edab04530006a244a9073c9eb8e73a3bcf2c8b89f0fff5e771
 SHA512 
52ee14898ee92b0c13b1788e1178251c00d7ddaffaf862b8ad9400261674420db4b4d4611565ae1508d288fc6f03b1fd4d0207570793ad53a615113f9774cd3d
 DIST haproxy-2.5.0.tar.gz 3803196 BLAKE2B 
271661f685f4aa885e3cab75c4a0abeb9751a7cb4ceec3a71f475e75b635f8452857dcaa7b010c8d0621becb3ff7f5d49af8d7d758b30829ae99e153ebc85b56
 SHA512 
70068962a434e9ba4b2d7595b929aec618ee62d51935c9836f2617e639416e50077495bbf08dabbe7dd49f2d4e3942e55a96a5de33a7846377972fbc3eedc1d0

diff --git a/net-proxy/haproxy/haproxy-2.4.7.ebuild 
b/net-proxy/haproxy/haproxy-2.4.7.ebuild
deleted file mode 100644
index 5c4cee22742d..
--- a/net-proxy/haproxy/haproxy-2.4.7.ebuild
+++ /dev/null
@@ -1,182 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-LUA_COMPAT=( lua5-3 )
-
-[[ ${PV} == * ]] && SCM="git-r3"
-inherit toolchain-funcs flag-o-matic lua-single systemd linux-info ${SCM}
-
-MY_P="${PN}-${PV/_beta/-dev}"
-
-DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments"
-HOMEPAGE="http://www.haproxy.org;
-if [[ ${PV} != * ]]; then
-   SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 
1-2)/src/${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-else
-   EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
-   EGIT_BRANCH=master
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0/$(ver_cut 1-2)"
-IUSE="+crypt doc examples +slz +net_ns +pcre pcre-jit pcre2 pcre2-jit 
prometheus-exporter
-ssl systemd +threads tools vim-syntax zlib lua device-atlas 51degrees wurfl"
-REQUIRED_USE="pcre-jit? ( pcre )
-   pcre2-jit? ( pcre2 )
-   pcre? ( !pcre2 )
-   lua? ( ${LUA_REQUIRED_USE} )
-   device-atlas? ( pcre )
-   ?? ( slz zlib )"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-   crypt? ( virtual/libcrypt:= )
-   pcre? (
-   dev-libs/libpcre
-   pcre-jit? ( dev-libs/libpcre[jit] )
-   )
-   pcre2? (
-   dev-libs/libpcre2:=
-   pcre2-jit? ( dev-libs/libpcre2:=[jit] )
-   )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   systemd? ( sys-apps/systemd )
-   zlib? ( sys-libs/zlib )
-   lua? ( ${LUA_DEPS} )
-   device-atlas? ( dev-libs/device-atlas-api-c )"
-RDEPEND="${DEPEND}
-   

[gentoo-commits] repo/gentoo:master commit in: media-fonts/jisx0213-fonts/

2021-12-06 Thread Sam James
commit: bb5c3efece5823f98dd35eb61ddc72f4d2ee7660
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:55:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:55:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb5c3efe

media-fonts/jisx0213-fonts: add missing || dies

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

 media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild 
b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
index 353b9ba77fe9..1ba7e949cfd2 100644
--- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
+++ b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
@@ -36,9 +36,9 @@ FONTDIR="/usr/share/fonts/${FONT_PN}"
 src_compile() {
einfo "Making bold and italic faces..."
for bdf in *.bdf; do
-   mkbold   -r -L ${bdf} >${bdf%.bdf}b.bdf
-   mkitalic   ${bdf} >${bdf%.bdf}i.bdf
-   mkbolditalic -r -L ${bdf} >${bdf%.bdf}bi.bdf
+   mkbold   -r -L ${bdf} >${bdf%.bdf}b.bdf || die
+   mkitalic   ${bdf} >${bdf%.bdf}i.bdf || die
+   mkbolditalic -r -L ${bdf} >${bdf%.bdf}bi.bdf || die
done
font-ebdftopcf_src_compile
 }



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

2021-12-06 Thread Miroslav Šulc
commit: da844b711a74f680e4dda0e293fdb8047a1ac256
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Dec  5 21:53:02 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Dec  7 07:52:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da844b71

dev-java/ant-contrib: remove obsolete version

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/23192/commits/a150e5b7231089dab223f485ccbdfb381bf208d3
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../ant-contrib-1.0_beta6_pre20201123.ebuild   | 75 --
 1 file changed, 75 deletions(-)

diff --git a/dev-java/ant-contrib/ant-contrib-1.0_beta6_pre20201123.ebuild 
b/dev-java/ant-contrib/ant-contrib-1.0_beta6_pre20201123.ebuild
deleted file mode 100644
index f652e7eadd71..
--- a/dev-java/ant-contrib/ant-contrib-1.0_beta6_pre20201123.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/cniweb/ant-contrib/archive/0228412be2ef648cfabc1d74416d3188755aff9b.tar.gz
 --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild 
ant-contrib-1.0_beta6_pre20201123.ebuild
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="ant-contrib:ant-contrib:1.0b6"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_COMMIT="0228412be2ef648cfabc1d74416d3188755aff9b"
-DESCRIPTION="Ant-contrib tasks for Apache Ant"
-HOMEPAGE="http://ant-contrib.sourceforge.net:80;
-SRC_URI="https://github.com/cniweb/${PN}/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-# Common dependencies
-# POM: pom.xml
-# commons-httpclient:commons-httpclient:3.1 -> 
>=dev-java/commons-httpclient-3.1:3
-# org.apache.ant:ant:1.9.15 -> >=dev-java/ant-core-1.10.9:0
-# org.apache.bcel:bcel:5.1 -> >=dev-java/bcel-6.5.0:0
-# org.apache.ivy:ivy:2.5.0 -> >=dev-java/ant-ivy-2.5.0:2
-# org.jvnet.hudson:ivy:1.4.1 -> !!!groupId-not-found!!!
-# xerces:xercesImpl:2.12.0 -> >=dev-java/xerces-2.12.0:2
-
-CDEPEND="
-   >=dev-java/ant-core-1.10.9:0
-   >=dev-java/ant-ivy-2.3.0:2
-   >=dev-java/bcel-6.5.0:0
-   >=dev-java/commons-httpclient-3.1:3
-   >=dev-java/xerces-2.12.0:2
-"
-
-# Compile dependencies
-# POM: pom.xml
-# test? junit:junit:4.12 -> >=dev-java/junit-4.12:4
-# test? org.apache.ant:ant-launcher:1.9.5 -> >=dev-java/ant-core-1.10.9:0
-
-DEPEND="
-   >=virtual/jdk-1.8:*
-   ${CDEPEND}
-   test? (
-   >=dev-java/ant-core-1.10.9:0
-   )
-"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-   ${CDEPEND}
-"
-
-S="${WORKDIR}/${PN}-${MY_COMMIT}/${PN}"
-
-#  
JAVA_GENTOO_CLASSPATH="commons-httpclient-3,ant-core,bcel,ant-ivy-2,!!!groupId-not-found!!!,xerces-2"
-JAVA_GENTOO_CLASSPATH="commons-httpclient-3,ant-core,bcel,ant-ivy-2,xerces-2"
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4,ant-core"
-JAVA_TEST_SRC_DIR="test/src"
-JAVA_TEST_RESOURCE_DIRS="test/resources"
-
-src_prepare() {
-   default
-   sed -i \
-   -e '/^import/s/fr.jayasoft.ivy.ant/org.apache.ivy.ant/' \
-   src/main/java/net/sf/antcontrib/net/Ivy14Adapter.java || die
-}



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

2021-12-06 Thread Miroslav Šulc
commit: 5b0f62ad73551bcd1d113ccfc46d3296fd612c21
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Nov 11 11:09:47 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Dec  7 07:52:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0f62ad

dev-java/ant-contrib: EAPI 8, restrict test

Bug: https://bugs.gentoo.org/784803
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/23192/commits/3ac55bdf57671654e35edc0ac74f5ba4b7b5f807
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../ant-contrib-1.0_beta6_pre20201123-r1.ebuild| 74 ++
 1 file changed, 74 insertions(+)

diff --git a/dev-java/ant-contrib/ant-contrib-1.0_beta6_pre20201123-r1.ebuild 
b/dev-java/ant-contrib/ant-contrib-1.0_beta6_pre20201123-r1.ebuild
new file mode 100644
index ..9c12dd37e55a
--- /dev/null
+++ b/dev-java/ant-contrib/ant-contrib-1.0_beta6_pre20201123-r1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/cniweb/ant-contrib/archive/0228412be2ef648cfabc1d74416d3188755aff9b.tar.gz
 --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild 
ant-contrib-1.0_beta6_pre20201123.ebuild
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="ant-contrib:ant-contrib:1.0b6"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+MY_COMMIT="0228412be2ef648cfabc1d74416d3188755aff9b"
+DESCRIPTION="Ant-contrib tasks for Apache Ant"
+HOMEPAGE="http://ant-contrib.sourceforge.net;
+SRC_URI="https://github.com/cniweb/${PN}/archive/${MY_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+# Too many tests fail
+RESTRICT="test"
+
+# Common dependencies
+# POM: pom.xml
+# commons-httpclient:commons-httpclient:3.1 -> 
>=dev-java/commons-httpclient-3.1:3
+# org.apache.ant:ant:1.9.15 -> >=dev-java/ant-core-1.10.9:0
+# org.apache.bcel:bcel:5.1 -> >=dev-java/bcel-6.5.0:0
+# org.apache.ivy:ivy:2.5.0 -> >=dev-java/ant-ivy-2.5.0:2
+# org.jvnet.hudson:ivy:1.4.1 -> !!!groupId-not-found!!!
+# xerces:xercesImpl:2.12.0 -> >=dev-java/xerces-2.12.0:2
+
+CDEPEND="
+   dev-java/ant-core:0
+   dev-java/ant-ivy:2
+   dev-java/bcel:0
+   dev-java/commons-httpclient:3
+   dev-java/xerces:2
+"
+
+# Compile dependencies
+# POM: pom.xml
+# test? junit:junit:4.12 -> >=dev-java/junit-4.12:4
+# test? org.apache.ant:ant-launcher:1.9.5 -> >=dev-java/ant-core-1.10.9:0
+
+DEPEND="${CDEPEND}
+   >=virtual/jdk-1.8:*
+   test? (
+   dev-java/ant-core:0
+   )"
+
+RDEPEND="${CDEPEND}
+   >=virtual/jre-1.8:*"
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}/${PN}"
+
+#  
JAVA_GENTOO_CLASSPATH="commons-httpclient-3,ant-core,bcel,ant-ivy-2,!!!groupId-not-found!!!,xerces-2"
+JAVA_GENTOO_CLASSPATH="commons-httpclient-3,ant-core,bcel,ant-ivy-2,xerces-2"
+JAVA_SRC_DIR="src/main/java"
+JAVA_RESOURCE_DIRS="src/main/resources"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4,ant-core"
+JAVA_TEST_SRC_DIR="test/src"
+JAVA_TEST_RESOURCE_DIRS="test/resources"
+
+src_prepare() {
+   default
+   sed -i \
+   -e '/^import/s/fr.jayasoft.ivy.ant/org.apache.ivy.ant/' \
+   src/main/java/net/sf/antcontrib/net/Ivy14Adapter.java || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-tex/latex2html/

2021-12-06 Thread Sam James
commit: d0aee2686d594adfe59887893775903e648f8754
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:51:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:51:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0aee268

dev-tex/latex2html: Stabilize 2021.2-r2 sparc, #822366

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

 dev-tex/latex2html/latex2html-2021.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild 
b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
index e5ea3b8318d0..10a9ff6eebaa 100644
--- a/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2-r2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="gif png"
 
 DEPEND="



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

2021-12-06 Thread Sam James
commit: 87df55aa8f5e76fa4e7a6b0c6525b0e928fac06d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:51:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:51:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87df55aa

dev-util/strace: Stabilize 5.14-r1 arm, #828483

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

 dev-util/strace/strace-5.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-5.14-r1.ebuild 
b/dev-util/strace/strace-5.14-r1.ebuild
index 1a49035cfbec..fe576b5396b6 100644
--- a/dev-util/strace/strace-5.14-r1.ebuild
+++ b/dev-util/strace/strace-5.14-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2021-12-06 Thread Miroslav Šulc
commit: add88c1ae5d14059d3243281b307d4a9adbaaba5
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Dec  5 07:51:37 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Dec  7 07:50:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add88c1a

dev-java/swingx-ws: Drop 1.0-r1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23191
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/swingx-ws/Manifest|  1 -
 dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-java/swingx-ws/Manifest b/dev-java/swingx-ws/Manifest
index 581fb7142f3c..8a9741d2abe4 100644
--- a/dev-java/swingx-ws/Manifest
+++ b/dev-java/swingx-ws/Manifest
@@ -1,2 +1 @@
-DIST swingx-ws-1.0-sources.jar 281598 BLAKE2B 
bf978c90d302183818a9da0bc2151b03bc4284d83bac9064a9dfc4db1a1bc95f28e835c45e6aa57a6b47a407926d01273c8ec0ea3bfa22052608c0106ca52a53
 SHA512 
722f8642e3a7c7825dd44cf01eca624b1d8a6bbfa829dbd7be326b53bf9d5467f48293489bbac6466ba9e74d991caaa6c9d56f0b7a08d205133926413517ca28
 DIST swingx-ws-2011_05_15-src.zip 7010679 BLAKE2B 
529507f3a7f48d38eb755001b2d442d040adf884a31a49c00f57fc638855e96b195a50813196fdb7318860b0a547eb8220fdd2d05ed613c2cd7d83cb8b7dd7fd
 SHA512 
1929bcd5d615e336fbf77f5c0406a15f0b8aae1ea2167106b8efe2708bf365b39a2313d2a22b5f77ca9559b161db5c50dc18d0cc4cebfcf7a0e4e0c978d4d5da

diff --git a/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild 
b/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild
deleted file mode 100644
index bb050ca9a791..
--- a/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Utilities and widgets to integrate Swing GUIs with web 
applications"
-HOMEPAGE="https://java.net/projects/swingx-ws/;
-SRC_URI="http://central.maven.org/maven2/org/swinglabs/${PN}/${PV}/${P}-sources.jar;
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CP_DEPEND="
-   dev-java/commons-httpclient:3
-   dev-java/jdom:0
-   dev-java/json:0
-   dev-java/jtidy:0
-   dev-java/rome:0
-   dev-java/swingx:1.6
-   dev-java/swingx-beaninfo:0
-   dev-java/xerces:2
-   dev-java/xml-commons-external:1.4"
-
-RDEPEND="
-   ${CP_DEPEND}
-   >=virtual/jre-1.6"
-
-DEPEND="
-   ${CP_DEPEND}
-   >=virtual/jdk-1.6
-   app-arch/unzip"
-
-src_prepare() {
-   default
-
-   # Fixes for newer swingx-beaninfo.
-   sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" 
org/jdesktop/swingx/*.java || die
-   find -name "*.java" -exec sed -i -r 
"s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g"
 {} + || die
-
-   # GraphicsUtilities moved in later SwingX versions.
-   sed -i 
"s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g"
 \
-   org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
-
-   java-pkg-2_src_prepare
-}
-
-src_compile() {
-   java-pkg-simple_src_compile
-   java-pkg_addres ${PN}.jar .
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/esptool/

2021-12-06 Thread Agostino Sarubbo
commit: a4578d680193b46349bfdd24ef3177014728e543
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 07:48:22 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 07:48:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4578d68

dev-embedded/esptool: amd64/x86 stable (ALLARCHES policy) wrt bug #828344

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

 dev-embedded/esptool/esptool-3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/esptool/esptool-3.2.ebuild 
b/dev-embedded/esptool/esptool-3.2.ebuild
index 7bbcbc5535ac..ff024776543d 100644
--- a/dev-embedded/esptool/esptool-3.2.ebuild
+++ b/dev-embedded/esptool/esptool-3.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/espressif/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-osdteletext/

2021-12-06 Thread Agostino Sarubbo
commit: f27482c59883347a4c3a157c7136d11a1bb794e9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 07:48:29 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 07:48:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27482c5

media-plugins/vdr-osdteletext: amd64 stable wrt bug #828365

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

 media-plugins/vdr-osdteletext/vdr-osdteletext-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-osdteletext/vdr-osdteletext-2.2.1.ebuild 
b/media-plugins/vdr-osdteletext/vdr-osdteletext-2.2.1.ebuild
index c3c5b5559223..6c527f2d9682 100644
--- a/media-plugins/vdr-osdteletext/vdr-osdteletext-2.2.1.ebuild
+++ b/media-plugins/vdr-osdteletext/vdr-osdteletext-2.2.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/vdr-plugin-osdteletext-${PV}"
 
 LICENSE="GPL-2+ public-domain" #teletext2.ttf, not copyrightable
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="media-video/vdr"
 RDEPEND="${DEPEND}"



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

2021-12-06 Thread Agostino Sarubbo
commit: d9361578f5644d3b5a9615c661bf9f62ce6b2b75
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 07:48:37 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 07:48:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9361578

net-p2p/retroshare: amd64 stable wrt bug #828374

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

 net-p2p/retroshare/retroshare-0.6.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild 
b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
index 1fedc3f34d4b..a57d5b582fd4 100644
--- a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
+++ b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/RetroShare"
 
 LICENSE="AGPL-3 Apache-2.0 CC-BY-SA-4.0 GPL-2 GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="autologin cli +gui +jsonapi libupnp +miniupnp +service +sqlcipher"
 
 REQUIRED_USE="



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

2021-12-06 Thread Sam James
commit: 81c17fda41885f9763d80799b08d2ebf1c4bb3fe
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:47:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:47:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c17fda

dev-util/git-delta: fix DoubleEmptyLine

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

 dev-util/git-delta/git-delta-0.11.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/git-delta/git-delta-0.11.1.ebuild 
b/dev-util/git-delta/git-delta-0.11.1.ebuild
index 75aad2744252..508f89a40667 100644
--- a/dev-util/git-delta/git-delta-0.11.1.ebuild
+++ b/dev-util/git-delta/git-delta-0.11.1.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=8
 
-
 CRATES="
adler-0.2.3
aho-corasick-0.7.15



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

2021-12-06 Thread Sam James
commit: 5a4d38e7cc389e2b5c49da3ae8ee9f1ca19b148b
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:41:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:41:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4d38e7

dev-util/diffoscope: add 195

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

 dev-util/diffoscope/Manifest  |   1 +
 dev-util/diffoscope/diffoscope-195.ebuild | 110 ++
 2 files changed, 111 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index 332332ea03f6..982d6f2abd03 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1,2 +1,3 @@
 DIST diffoscope-190.tar.gz 2704083 BLAKE2B 
a2a0313f87fdb9c20b0dc696a1aea570857dd7005e0f69dc2dd139bca86a4b5711f98862b60f4d1a581bf3e0dfd38ef3be96991b96862584f289f1eb80415480
 SHA512 
646380d52730cf2efef57e3fa2995c7b2d5958d75597a59a24027bca1fc35c5b59dd96352faac9b7bd1d5bc053064f11760877651d52099f6b1ca0b3ad65d63c
 DIST diffoscope-194.tar.gz 2704634 BLAKE2B 
ca080f07ab23d48cd772302f47fff67c38ca3106d2fd96de37b9112aa316ec095acb07062316abf60ac3457de99b6e3f69adef166ab4b24943dff9e8a127f99f
 SHA512 
cfdd30ea12326ca08f200a78fd77b5b681bbe31cd292fa22fcab294a64717a06f431bcc8c3def7c75f9fb554108e48b8043bc3901d5e57a2be3cc38d20a303e5
+DIST diffoscope-195.tar.gz 2704638 BLAKE2B 
7d8caeaaf5d844c85254f017e49544e016ea16c4876623c0eae18c78389195f91ba567c1197ea9d1ccf326a92483be11a189afdd96a334fa8e0f766a7e78fafd
 SHA512 
619517ce1900ba5e3e642ca758767aacf8bb3b58e288710cdb425500e6074135a5d2147a34214b284b94eacb781e790f638c57e1489492eae8c4bd557fce8a4e

diff --git a/dev-util/diffoscope/diffoscope-195.ebuild 
b/dev-util/diffoscope/diffoscope-195.ebuild
new file mode 100644
index ..bd59e85cceb9
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-195.ebuild
@@ -0,0 +1,110 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="ncurses"
+
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg haskell hdf5 hex imagemagick iso java llvm lzma
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar test tcpdump zip zlib zstd"
+
+RESTRICT="!test? ( test )"
+
+# pull in optional tools for tests:
+# img2txt: bug #797688
+# docx2txt: bug #797688
+BDEPEND="test? (
+   app-text/docx2txt
+   media-libs/libcaca
+   virtual/imagemagick-tools[jpeg]
+   )"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( app-cdr/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   lzma? ( app-arch/xz-utils )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   zip? ( app-arch/unzip )
+   zlib? ( app-arch/gzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local exclude=(
+   # test seems to use different tarball
+   tests/test_presenters.py::test_text_proper_indentation
+
+   # needs triage
+   
tests/comparators/test_binary.py::test_with_compare_details_and_tool_not_found
+
+   # needs 

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

2021-12-06 Thread Sam James
commit: bc6a6a9da0852dc70a62986710d2af6f56e24ae4
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:44:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:44:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6a6a9d

dev-util/git-delta: add 0.11.1

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

 dev-util/git-delta/Manifest|   1 +
 dev-util/git-delta/git-delta-0.11.1.ebuild | 193 +
 2 files changed, 194 insertions(+)

diff --git a/dev-util/git-delta/Manifest b/dev-util/git-delta/Manifest
index bead0cfffc81..18ae5546004b 100644
--- a/dev-util/git-delta/Manifest
+++ b/dev-util/git-delta/Manifest
@@ -42,6 +42,7 @@ DIST getrandom-0.1.16.crate 25077 BLAKE2B 
0cbe96c27e78100c181a064e5fe524efa9a7a2
 DIST getrandom-0.2.3.crate 26261 BLAKE2B 
3e52a87b9355f850e07e5080c20e1ab3acfa927bae28c63bb8bfd6a773ad77be96d3ba770c344631cc0f2d9a95aac920790173168b102e25f50480ee96663569
 SHA512 
e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d
 DIST git-delta-0.10.2.tar.gz 1157178 BLAKE2B 
768a3320f238de483abf1b4d5360e368edd85c0e0e7367059ec787decfb16886471d66e38723d715a4de3c360063bae113b781cf40f7eaa8c1bfb300c4f251cb
 SHA512 
9cc5d69d9ccfdd49a35646fd23aec0f12369c6f0342b3c77e98eac28120418d8e8e4b7652a869d82bf0a2fcbc110951aff99325288b9eaeff4b97746a065b548
 DIST git-delta-0.10.3.tar.gz 1163639 BLAKE2B 
ef902e86bca4d496a75e49e0acd0791c08dbd0f6c196b7a362c6e3e9767ebf7fafb010d33c6513899618532c93af8bebe76918d64361b3c71016b7320e25
 SHA512 
5383db953728e08e463e93a4da8750089ff6f7aac4df9fd564b81fd002844739834c826459702e4ec019359e696f47e6bddce85fa7bf02fc104f8a7359a3632b
+DIST git-delta-0.11.1.tar.gz 1194323 BLAKE2B 
97abc0044476625c1967071e5d5812eb1f7ecc3b1ec4a779c4c1ddeb0c157ebccade35446a1436a6842d72899f23ee51ff186852923bc0127f6618921673c649
 SHA512 
fdcecd155335122db6a1171817687e2f07aadbc5b52ff50eb064dc2b6cc921b2635efe27d52e8786935a3f6abf9429247ffb438cce8364fd928e8277cb89fb39
 DIST git-delta-0.8.3.tar.gz 1069452 BLAKE2B 
a27fe07538acfd6346bc12f2e4ad03396737e268ce4653b25c908fbcc7bb47fe2ed76550dc431ab80bf9ab86746d4cd9b551ea68a47e603ae9fe99aa935df7bf
 SHA512 
8cda4255c878be8dc4dc841dc1778f992c7b01c7a56965babfff9cd0dd085b751e79ffb87450d50d78fd094f2ab851f468c0e88ca4e2f0becf6ebbc122ce602d
 DIST git-delta-0.9.2.tar.gz 1126468 BLAKE2B 
46ed5598965553f6c9df28863efd0304deecedc41970701fe46d8698494cdfd371bc463845586b9e3a1150034a36abde403d6eb5185c79bf65d918418690beea
 SHA512 
14557103e0a5edf1c307c5036dc092fbab119952d2eef95709e3a363d913ae11e3d8fb7bf16e7dd26bd36e8a7d51c49e70edb002fce8f00b428c7ee330d49d01
 DIST git2-0.13.20.crate 190365 BLAKE2B 
c4f3420f19cdfb420576bc8c38dc45d1c7f3b74b5a2d23c85154dec35916d3d588c86aaa50eca52b427e5d044a07ede7cd1445ef1ba53ce08c70ff39f7ac56bc
 SHA512 
2c0a9cf3391f4ea5eaa48c8fcc08a1cf27b877cc4960332bfdbb95620f9b161f720c35f87bf98e3771749a01444bf8e2337e6d8fc1a34962d4b041473115293f

diff --git a/dev-util/git-delta/git-delta-0.11.1.ebuild 
b/dev-util/git-delta/git-delta-0.11.1.ebuild
new file mode 100644
index ..75aad2744252
--- /dev/null
+++ b/dev-util/git-delta/git-delta-0.11.1.ebuild
@@ -0,0 +1,193 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+
+CRATES="
+   adler-0.2.3
+   aho-corasick-0.7.15
+   ansi_colours-1.0.4
+   ansi_term-0.11.0
+   ansi_term-0.12.1
+   approx-0.5.0
+   arrayvec-0.5.2
+   atty-0.2.14
+   autocfg-1.0.1
+   base64-0.13.0
+   bincode-1.3.1
+   bitflags-1.3.2
+   box_drawing-0.1.2
+   bstr-0.2.15
+   bytelines-2.2.2
+   byteorder-1.3.4
+   cc-1.0.66
+   cfg-if-0.1.10
+   cfg-if-1.0.0
+   chrono-0.4.19
+   chrono-humanize-0.2.1
+   clap-2.33.3
+   console-0.15.0
+   core-foundation-sys-0.8.3
+   crc32fast-1.2.1
+   ctrlc-3.2.1
+   dirs-3.0.2
+   dirs-next-2.0.0
+   dirs-sys-0.3.6
+   dirs-sys-next-0.1.1
+   doc-comment-0.3.3
+   either-1.6.1
+   encode_unicode-0.3.6
+   error-chain-0.12.4
+   find-crate-0.6.3
+   flate2-1.0.19
+   fnv-1.0.7
+   form_urlencoded-1.0.0
+   getrandom-0.1.16
+   getrandom-0.2.3
+   git2-0.13.23
+   globset-0.4.8
+   grep-cli-0.1.6
+   hashbrown-0.8.2
+   heck-0.3.2
+   hermit-abi-0.1.17
+   idna-0.2.0
+   indexmap-1.5.2
+   itertools-0.10.1
+   itoa-0.4.7
+   jobserver-0.1.21
+   lazy_static-1.4.0
+   lazycell-1.3.0
+   libc-0.2.103
+   libgit2-sys-0.12.24+1.3.0
+   libz-sys-1.1.2
+   line-wrap-0.1.1
+   linked-hash-map-0.5.3
+   log-0.4.11
+   matches-0.1.8
+   memchr-2.3.4
+   memoffset-0.6.4
+   miniz_oxide-0.4.3
+   nix-0.23.0
+   ntapi-0.3.6
+   num-integer-0.1.44
+   num-traits-0.2.14
+   once_cell-1.8.0
+   onig-6.1.1
+   

[gentoo-commits] proj/musl:master commit in: dev-perl/Sys-CPU/, dev-perl/Sys-CPU/files/

2021-12-06 Thread Sam James
commit: 9a2a79dbc664e25c54c97fb22e9bfc6755dae1c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:28:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:28:35 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=9a2a79db

dev-perl/Sys-CPU: treeclean (fixed in ::gentoo)

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

 dev-perl/Sys-CPU/Manifest  |  1 -
 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild | 16 
 dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch | 11 ---
 dev-perl/Sys-CPU/metadata.xml  | 12 
 4 files changed, 40 deletions(-)

diff --git a/dev-perl/Sys-CPU/Manifest b/dev-perl/Sys-CPU/Manifest
deleted file mode 100644
index 43d1cd29..
--- a/dev-perl/Sys-CPU/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Sys-CPU-0.61.tar.gz 6497 BLAKE2B 
c425b80a241a8493b1812efe01108d4d15ddd386993591960d80e73edb28f21453fff842b7f8bf4c5c08eac383925ceaaa413da407d6559cb205d7650226
 SHA512 
391e113c87d9044cd43c47f9f78a782fab65566a32c028c01f7f3335a5065b6755586ea3143356510c8d28a7d1ad572cc6203ec189eaaa379967bdbd0a0bd7bc

diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild 
b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
deleted file mode 100644
index 4a26835a..
--- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MZSANFORD
-DIST_VERSION=0.61
-inherit perl-module
-
-DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
-
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
-IUSE=""
-
-PATCHES=( "${FILESDIR}"/${PN}-${DIST_VERSION}-fix-unistd-h.patch )

diff --git a/dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch 
b/dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch
deleted file mode 100644
index d19b642a..
--- a/dev-perl/Sys-CPU/files/Sys-CPU-0.61-fix-unistd-h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur Sys-CPU-0.61.orig/CPU.xs Sys-CPU-0.61/CPU.xs
 Sys-CPU-0.61.orig/CPU.xs   2013-11-27 17:40:07.0 -0500
-+++ Sys-CPU-0.61/CPU.xs2018-12-06 18:29:18.319275699 -0500
-@@ -24,7 +24,6 @@
-  #include 
- #else/* other (try unix) */
-  #include 
-- #include 
- #endif
- #if defined(__sun) || defined(__sun__)
-  #include 

diff --git a/dev-perl/Sys-CPU/metadata.xml b/dev-perl/Sys-CPU/metadata.xml
deleted file mode 100644
index 9ddf28e1..
--- a/dev-perl/Sys-CPU/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-p...@gentoo.org
-Gentoo Perl Project
-  
-  
-Sys-CPU
-Sys::CPU
-  
-



[gentoo-commits] proj/musl:master commit in: net-vpn/ipsec-tools/files/, net-vpn/ipsec-tools/

2021-12-06 Thread Sam James
commit: 2e87c63750bc66c1dc9e270f3f76f6490efec090
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:23:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:23:25 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=2e87c637

net-vpn/ipsec-tools: treeclean (dropped from ::gentoo)

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

 net-vpn/ipsec-tools/Manifest   |   1 -
 .../files/ipsec-tools-0.8.0-sysctl.patch   |  22 --
 .../files/ipsec-tools-CVE-2015-4047.patch  |  16 --
 .../ipsec-tools/files/ipsec-tools-def-psk.patch|  25 --
 .../files/ipsec-tools-include-vendoridh.patch  |  11 -
 .../files/ipsec-tools-remove_GLOB_TILDE.patch  |  24 --
 .../ipsec-tools/files/ipsec-tools-remove__P.patch  | 137 --
 .../files/ipsec-tools-replace-strtouq.patch|  16 --
 net-vpn/ipsec-tools/files/ipsec-tools.conf |  26 --
 net-vpn/ipsec-tools/files/ipsec-tools.service  |  12 -
 net-vpn/ipsec-tools/files/psk.txt  |  10 -
 net-vpn/ipsec-tools/files/racoon.conf  |  33 ---
 net-vpn/ipsec-tools/files/racoon.conf.d-r2 |  29 ---
 net-vpn/ipsec-tools/files/racoon.init.d-r3 |  57 
 net-vpn/ipsec-tools/files/racoon.pam.d |   4 -
 net-vpn/ipsec-tools/files/racoon.service   |  11 -
 net-vpn/ipsec-tools/ipsec-tools-0.8.2-r5.ebuild| 286 -
 net-vpn/ipsec-tools/metadata.xml   |  17 --
 18 files changed, 737 deletions(-)

diff --git a/net-vpn/ipsec-tools/Manifest b/net-vpn/ipsec-tools/Manifest
deleted file mode 100644
index e78840e7..
--- a/net-vpn/ipsec-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ipsec-tools-0.8.2.tar.bz2 866465 BLAKE2B 
cf8c9175d96326fc5c74e6b1921bc66911256e289e6fe9cef77f26c197546902be3ebd5696af39c749a2abaac3f42010c9e2a281fd208122cd59222044b9dd4c
 SHA512 
2b7d0efa908d3a699be7ef8b2b126a3809956cb7add50e8efb1cfdfc2d9b70c39ef517379cb9a4fad9e5f0c25937e98535b06c32bd3e729f5129da4ab133e30f

diff --git a/net-vpn/ipsec-tools/files/ipsec-tools-0.8.0-sysctl.patch 
b/net-vpn/ipsec-tools/files/ipsec-tools-0.8.0-sysctl.patch
deleted file mode 100644
index 5c69bbb2..
--- a/net-vpn/ipsec-tools/files/ipsec-tools-0.8.0-sysctl.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://bugs.gentoo.org/425770
-
 a/src/racoon/pfkey.c
-+++ b/src/racoon/pfkey.c
-@@ -59,7 +59,6 @@
- #include 
- #include 
- #include 
--#include 
- 
- #include 
- #include 
 a/src/setkey/setkey.c
-+++ b/src/setkey/setkey.c
-@@ -40,7 +40,6 @@
- #include 
- #include 
- #include 
--#include 
- #include 
- #include 
- #include 

diff --git a/net-vpn/ipsec-tools/files/ipsec-tools-CVE-2015-4047.patch 
b/net-vpn/ipsec-tools/files/ipsec-tools-CVE-2015-4047.patch
deleted file mode 100644
index 58f72e10..
--- a/net-vpn/ipsec-tools/files/ipsec-tools-CVE-2015-4047.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-See: https://bugs.gentoo.org/show_bug.cgi?id=550118
-
 ./src/racoon/gssapi.c9 Sep 2006 16:22:09 -   1.4
-+++ ./src/racoon/gssapi.c19 May 2015 15:16:00 -  1.6
-@@ -192,6 +192,11 @@
-   gss_name_t princ, canon_princ;
-   OM_uint32 maj_stat, min_stat;
- 
-+  if (iph1->rmconf == NULL) {
-+  plog(LLV_ERROR, LOCATION, NULL, "no remote config\n");
-+  return -1;
-+  }
-+
-   gps = racoon_calloc(1, sizeof (struct gssapi_ph1_state));
-   if (gps == NULL) {
-   plog(LLV_ERROR, LOCATION, NULL, "racoon_calloc failed\n");

diff --git a/net-vpn/ipsec-tools/files/ipsec-tools-def-psk.patch 
b/net-vpn/ipsec-tools/files/ipsec-tools-def-psk.patch
deleted file mode 100644
index f351860a..
--- a/net-vpn/ipsec-tools/files/ipsec-tools-def-psk.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -brau ipsec-tools-0.7.3.o/src/racoon/oakley.c 
ipsec-tools-0.7.3/src/racoon/oakley.c
 ipsec-tools-0.7.3.o/src/racoon/oakley.c2009-08-13 11:18:45.0 
+0200
-+++ ipsec-tools-0.7.3/src/racoon/oakley.c  2011-06-06 09:36:11.0 
+0200
-@@ -2498,8 +2498,21 @@
-   plog(LLV_ERROR, LOCATION, iph1->remote,
-   "couldn't find the pskey for %s.\n",
-   saddrwop2str(iph1->remote));
-+  }
-+  }
-+  if (iph1->authstr == NULL) {
-+  /*
-+   * If we could not locate a psk above try and locate
-+   * the default psk, ie, "*".
-+   */
-+  iph1->authstr = privsep_getpsk("*", 1);
-+  if (iph1->authstr == NULL) {
-+  plog(LLV_ERROR, LOCATION, iph1->remote,
-+  "couldn't find the the default pskey 
either.\n");
-   goto end;
-   }
-+  plog(LLV_NOTIFY, LOCATION, iph1->remote,
-+ 

[gentoo-commits] proj/musl:master commit in: sys-process/audit/, sys-process/audit/files/

2021-12-06 Thread Sam James
commit: 7b784626d7ea683cdf32f7f2cfd0eefdc3f58bcf
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:25:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:25:18 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=7b784626

sys-process/audit: treeclean (::gentoo works)

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

 sys-process/audit/Manifest |   5 -
 sys-process/audit/audit-2.7.1.ebuild   | 232 
 sys-process/audit/audit-2.8.3.ebuild   | 232 
 sys-process/audit/audit-2.8.4.ebuild   | 233 -
 sys-process/audit/audit-2.8.5-r1.ebuild| 219 ---
 .../audit/files/audit-2.1.3-ia64-compile-fix.patch | 212 ---
 sys-process/audit/files/audit-2.4.3-python.patch   |  46 
 sys-process/audit/files/audit-2.7.1-musl.patch | 173 ---
 sys-process/audit/files/audit-2.7.1-swig.patch |  11 -
 sys-process/audit/files/audit-2.8.2-musl.patch | 149 -
 .../audit/files/audit-2.8.4-ia64-compile-fix.patch | 195 -
 .../audit-2.8.5-all-get-rid-of-strndupa.patch  |  57 -
 ...dit-2.8.5-auparse-remove-use-of-rawmemchr.patch |  33 ---
 sys-process/audit/files/audit.rules|  24 ---
 sys-process/audit/files/audit.rules-2.1.3  |  25 ---
 sys-process/audit/files/audit.rules.stop.post  |  12 --
 sys-process/audit/files/audit.rules.stop.pre   |  15 --
 sys-process/audit/files/auditd-conf.d-2.1.3|  22 --
 sys-process/audit/files/auditd-init.d-2.4.3|  90 
 sys-process/audit/metadata.xml |  10 -
 20 files changed, 1995 deletions(-)

diff --git a/sys-process/audit/Manifest b/sys-process/audit/Manifest
deleted file mode 100644
index 27420864..
--- a/sys-process/audit/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST audit-017e6c6ab95df55f34e339d2139def83e5dada1f.patch 852 BLAKE2B 
60d8b813f57338ce267a09913e68a0726acf5cf878cd2893fe2493f80d2b0ac1e0504dc7a72e85134ae2597b268cb1772b4e7c6c2f19149fc905f6928e2db47f
 SHA512 
78e32c05b6896d37bacf0938954fbce7486a528dabd55421f1715438fe489171f9157059050abdcb3f673258aa28b4a11f643ddb7824f3499a195dbbe634f101
-DIST audit-2.7.1.tar.gz 1099083 BLAKE2B 
10f72ac3273ce9e23e1fb8ad8d57dcae772ba1f861f519867399d95e14f4809897637969de45566d62a73a35e5674260155773daf8de00481fcbd1b9c3138f96
 SHA512 
37964d81deee8608fde5f90d5d096727d3eb009e084be34749adcb0662e607e35c49c80bd83ce38b17161f11363b691721c8a8aa5dea832d320c53ab0ebb7483
-DIST audit-2.8.3.tar.gz 1107583 BLAKE2B 
21c2b8543a31c0ca4319af40b844f4400615108a59195a95ea79499ff2923d7dbbc840716d60dfba311bfc451983cd4cd0f7cb27c2444825df2c0dfb50f9614f
 SHA512 
aa939b81a66111f4e466208d7a38414bd186d00ccd374b420439764905b4707bbfcdc2331a6179a080fca981d19171696ecabd26674205b2f9339c44954db933
-DIST audit-2.8.4.tar.gz 1123889 BLAKE2B 
b80272b1984942d3c38bde30d22c736a8cc8896a2e42a9bf286446129313ce57a2a117ce26a0a5f1a4a06b4a48ddde463b8837b8c98273051be0c90e5bbebd42
 SHA512 
5795c565effab995cee447a2dc457ef6a6f15201fb185d7104992ac373a3cb5cfc865dd661c0896a895c96f452eff392d455064d0eead55cd7364d96e0d15c4a
-DIST audit-2.8.5_p80866dc78b5d.tar.gz 552094 BLAKE2B 
adb936a314ef2f11828ee00f3513631e06e2df09e37e68be27b1b694e278116d2f486dbde7ed57c77d9ff0bcd09309ea841959c7a66caed6770f367d65dd14f4
 SHA512 
7ec103bf076cfac7906748162e78835f1f65dd9d68e3a7466346e0473075beb47897adf88ab9ba0eb42db1953372aafb16cc040674b9a9c887730c062b82540a

diff --git a/sys-process/audit/audit-2.7.1.ebuild 
b/sys-process/audit/audit-2.7.1.ebuild
deleted file mode 100644
index 4290aaea..
--- a/sys-process/audit/audit-2.7.1.ebuild
+++ /dev/null
@@ -1,232 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit autotools ltprune multilib multilib-minimal toolchain-funcs 
preserve-libs python-r1 linux-info systemd usr-ldscript
-
-DESCRIPTION="Userspace utilities for storing and processing auditing records"
-HOMEPAGE="https://people.redhat.com/sgrubb/audit/;
-SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc x86"
-IUSE="gssapi ldap python static-libs"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-# Testcases are pretty useless as they are built for RedHat users/groups and 
kernels.
-RESTRICT="test"
-
-RDEPEND="gssapi? ( virtual/krb5 )
-   ldap? ( net-nds/openldap )
-   sys-libs/libcap-ng
-   python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   >=sys-kernel/linux-headers-2.6.34
-   python? ( dev-lang/swig:0 )"
-# Do not use os-headers as this is linux specific
-
-CONFIG_CHECK="~AUDIT"
-
-pkg_setup() {
-   linux-info_pkg_setup
-}
-
-src_prepare() {
-   eapply "${FILESDIR}/${P}-musl.patch"
-   eapply "${FILESDIR}/${P}-swig.patch"
-   eapply_user
-
-   # Do 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CPU/files/, dev-perl/Sys-CPU/

2021-12-06 Thread Sam James
commit: 877d2ba7f1ab63832ebf7b235d6cd9233dc59028
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:28:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:28:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877d2ba7

dev-perl/Sys-CPU: apply patch from ::musl

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

 dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild |  6 +-
 dev-perl/Sys-CPU/files/Sys-CPU-0.610.0-musl-unistd-h.patch | 11 +++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild 
b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
index b505b8d0799e..651d74be91ea 100644
--- a/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
+++ b/dev-perl/Sys-CPU/Sys-CPU-0.610.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,3 +12,7 @@ DESCRIPTION="Access CPU info. number, etc on Win and UNIX"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86 ~ppc-macos"
 IUSE=""
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.610.0-musl-unistd-h.patch
+)

diff --git a/dev-perl/Sys-CPU/files/Sys-CPU-0.610.0-musl-unistd-h.patch 
b/dev-perl/Sys-CPU/files/Sys-CPU-0.610.0-musl-unistd-h.patch
new file mode 100644
index ..346677fe9fef
--- /dev/null
+++ b/dev-perl/Sys-CPU/files/Sys-CPU-0.610.0-musl-unistd-h.patch
@@ -0,0 +1,11 @@
+This header doesn't exist on musl and it's unnecessary anyway.
+--- a/CPU.xs
 b/CPU.xs
+@@ -24,7 +24,6 @@
+  #include 
+ #else/* other (try unix) */
+  #include 
+- #include 
+ #endif
+ #if defined(__sun) || defined(__sun__)
+  #include 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/

2021-12-06 Thread Agostino Sarubbo
commit: fb5ef2a279d2b97e77cbea3e322e4b5f1e92ad44
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 07:26:34 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 07:26:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5ef2a2

sci-geosciences/grass: amd64 stable wrt bug #828382

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

 sci-geosciences/grass/grass-7.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/grass/grass-7.8.6.ebuild 
b/sci-geosciences/grass/grass-7.8.6.ebuild
index 3cb671b723e1..6f851f4ee8b5 100644
--- a/sci-geosciences/grass/grass-7.8.6.ebuild
+++ b/sci-geosciences/grass/grass-7.8.6.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="https://grass.osgeo.org/${MY_PM}/source/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0/7.8.0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="blas cxx fftw geos lapack liblas mysql netcdf nls odbc opencl opengl 
openmp png postgres readline sqlite threads tiff truetype X zstd"
 REQUIRED_USE="
${PYTHON_REQUIRED_USE}



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

2021-12-06 Thread Sam James
commit: 6ee48442f400b3d264873062440793b81e7b7f04
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:14:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:14:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee48442

net-analyzer/wireshark: drop 3.4.7-r1, 3.4.8

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

 net-analyzer/wireshark/Manifest  |   2 -
 net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild | 278 --
 net-analyzer/wireshark/wireshark-3.4.8.ebuild| 280 ---
 3 files changed, 560 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index aed666cce349..06a07db80201 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,5 +1,3 @@
 DIST wireshark-3.4.10.tar.xz 32344804 BLAKE2B 
fe2ececd4a02530176725d62524fe000816f7f12dd58082d4966dfe7e5e0b90be669ed216c5a664f6496e74cb5dc5e4fb5beeaf513570ae503e3181692635563
 SHA512 
8a57d5279e9f3821b6ba3dceba89ad77fa8d0cf8cf421eab4d32e039497b429444c147b31abebd65b11b0b3ff73cf10d484480bcf0aedb206011819df8ab0257
-DIST wireshark-3.4.7.tar.xz 32311140 BLAKE2B 
0a6112ed667739935417350660e31d64747cb81295db058e0a27c38387b2ed2b9806f8d61925c262d531fb96d87e230d1cd5d511ae0bdba973373835bf5d7bc5
 SHA512 
26546828d26f0fef1021ae9fccf5c3f1d7cb3bd05ce63ec37259a1938546ec427415d542fe985c11f95055f7677a19b010be57c7082848714b1755565f092ed0
-DIST wireshark-3.4.8.tar.xz 32314976 BLAKE2B 
bdd70b77b2582339fc563c91596b0419789f08c6a9e4895910cc703ba5726229acceeccdcf41b3c5831df711f3d635217f123759b86055d1b03742afed7c68e5
 SHA512 
962ab4d85ca0686c69470a63e516c0e46fbd8f9eb09e1c5f689f37b5c804c6da3e50b96144adc8e2bff6af67e1c9435db54581c8f1ec5908e27e348691bda1c8
 DIST wireshark-3.4.9.tar.xz 32335284 BLAKE2B 
95b3e6804225af7043fa1f4e5dc53785d939b56c81983a010a579c61b10eed989e695601c7ac67eb3aa00f9314236dd03e1e9ebb35c17ca81b832bad654523de
 SHA512 
479abcf7b44504a269b73201da5aabac0d7770cd779a325df3214b6df5dc37e175f2889165a933c2902001a06c8141768f35cd8ca35cc55fc6cf30a482ea27eb
 DIST wireshark-3.6.0.tar.xz 39687684 BLAKE2B 
17af7046662087a18d0708ab0b5bc00bd4d43db848e14217e046dd551e57decd0a258f67c7fd82e1e10e0dceb249618e41ded5a6cd2e0a79d2ee5b7bf397cea7
 SHA512 
7c8afdee8957eb794030e0818a686c0efabc8ad9547449f434fc7299c7b7e624347698fdc7a42afac150eb86c8ca3d1d6360c29525bb35946619c4636f721094

diff --git a/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild
deleted file mode 100644
index f0021c067742..
--- a/net-analyzer/wireshark/wireshark-3.4.7-r1.ebuild
+++ /dev/null
@@ -1,278 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..2} )
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
-
-DESCRIPTION="A network protocol analyzer formerly known as ethereal"
-HOMEPAGE="https://www.wireshark.org/;
-
-if [[ ${PV} == ** ]] ; then
-   EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark;
-   inherit git-r3
-else
-   
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
-   S="${WORKDIR}/${P/_/}"
-
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon"
-IUSE+=" +dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb"
-IUSE+=" +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 
+randpkt"
-IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
-IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
-
-CDEPEND="
-   acct-group/pcap
-   >=dev-libs/glib-2.32:2
-   >=net-dns/c-ares-1.5:=
-   dev-libs/libgcrypt:=
-   bcg729? ( media-libs/bcg729 )
-   brotli? ( app-arch/brotli:= )
-   ciscodump? ( >=net-libs/libssh-0.6 )
-   filecaps? ( sys-libs/libcap )
-   http2? ( net-libs/nghttp2:= )
-   ilbc? ( media-libs/libilbc )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( dev-libs/libxml2 )
-   lua? ( ${LUA_DEPS} )
-   lz4? ( app-arch/lz4:= )
-   maxminddb? ( dev-libs/libmaxminddb:= )
-   minizip? ( sys-libs/zlib[minizip] )
-   netlink? ( dev-libs/libnl:3 )
-   opus? ( media-libs/opus )
-   pcap? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   x11-misc/xdg-utils
-   )
-   sbc? ( media-libs/sbc )
-   sdjournal? ( sys-apps/systemd )
-   smi? ( net-libs/libsmi )
-   snappy? ( app-arch/snappy )
-   spandsp? ( media-libs/spandsp )
-   sshdump? ( >=net-libs/libssh-0.6 )
-   

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

2021-12-06 Thread Sam James
commit: 86721c622f6e75874b3dc83b0133f5973b5ba84b
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:12:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:12:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86721c62

net-analyzer/wireshark: fix USE=-tshark build for 3.6.0

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

 .../files/wireshark-3.6.0-fix-no-tshark.patch  | 32 ++
 net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/net-analyzer/wireshark/files/wireshark-3.6.0-fix-no-tshark.patch 
b/net-analyzer/wireshark/files/wireshark-3.6.0-fix-no-tshark.patch
new file mode 100644
index ..dd497c51391c
--- /dev/null
+++ b/net-analyzer/wireshark/files/wireshark-3.6.0-fix-no-tshark.patch
@@ -0,0 +1,32 @@
+https://gitlab.com/wireshark/wireshark/-/commit/411df7ca34027d87fe6ecc06a07c816a401c4cb5
+https://gitlab.com/wireshark/wireshark/-/issues/17766
+https://bugs.gentoo.org/823720
+
+From: Gerald Combs 
+Date: Mon, 6 Dec 2021 19:01:10 -0800
+Subject: [PATCH] CMake: Remove the update_tools_help target.
+
+Remove the update_tools_help target. Despite the comment, the weekly
+update job doesn't use it, we don't have targets for our other update
+scripts, and it currently causes issues if BUILD_tshark is disabled.
+Fixes #17766.
+--- a/docbook/CMakeLists.txt
 b/docbook/CMakeLists.txt
+@@ -33,16 +33,6 @@ set(COMMON_GRAPHICS
+ 
+ set(GUIDE_INSTALL_DIRS)
+ 
+-# This is automatically updated each week. You probably don't need to run it
+-# or depend on it.
+-add_custom_target(update_tools_help
+-  COMMAND ${CMAKE_COMMAND} -E env PYTHONIOENCODING=UTF-8
+-  ${PYTHON_EXECUTABLE} 
${CMAKE_SOURCE_DIR}/tools/update-tools-help.py
+-  --program-path $
+-  WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
+-)
+-set_docbook_target_properties(update_tools_help)
+-
+ set(WSUG_TITLE "Wireshark User's Guide")
+ 
+ set(WSUG_FILES
+GitLab

diff --git a/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild 
b/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild
index 3b3d7769e8ea..cd262a13d500 100644
--- a/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild
@@ -97,6 +97,7 @@ RDEPEND="${RDEPEND}
 PATCHES=(
"${FILESDIR}"/${PN}-2.6.0-redhat.patch
"${FILESDIR}"/${PN}-3.4.2-cmake-lua-version.patch
+   "${FILESDIR}"/${PN}-3.6.0-fix-no-tshark.patch
 )
 
 pkg_setup() {



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

2021-12-06 Thread Sam James
commit: ce1702840be1c3cb5fdb8adc28c0804f42df2f8d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 07:06:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 07:06:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce170284

sys-fs/encfs: drop 1.9.5 (cmake-utils--, EAPI 6--)

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

 sys-fs/encfs/encfs-1.9.5.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/sys-fs/encfs/encfs-1.9.5.ebuild b/sys-fs/encfs/encfs-1.9.5.ebuild
deleted file mode 100644
index 70d05c10d13e..
--- a/sys-fs/encfs/encfs-1.9.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit cmake-utils
-
-DESCRIPTION="An implementation of encrypted filesystem in user-space using 
FUSE"
-HOMEPAGE="https://vgough.github.io/encfs/;
-SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 arm ~ppc64 ~sparc x86"
-IUSE="nls"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-libs/tinyxml2:0=
-   sys-fs/fuse:=
-   sys-libs/zlib"
-DEPEND="
-   ${RDEPEND}
-   dev-lang/perl
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-# Build dir is hardcoded in test suite, but we restrict them
-# because they can lead to false negatives, bug #630486
-RESTRICT="test"
-BUILD_DIR="${S}/build"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_NLS="$(usex nls)"
-   -DUSE_INTERNAL_TINYXML=OFF
-   -DBUILD_UNIT_TESTS=OFF
-   )
-   cmake-utils_src_configure
-}



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

2021-12-06 Thread Sam James
commit: 5d2b69ad3b74a4b44b160e8ac93c8d6fa426624d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 06:55:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 06:56:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2b69ad

sys-fs/encfs: install libencfs, link dynamically

We need to install libencfs if we're going to link dynamically
against it.

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

 sys-fs/encfs/encfs-1.9.5-r2.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/sys-fs/encfs/encfs-1.9.5-r2.ebuild 
b/sys-fs/encfs/encfs-1.9.5-r2.ebuild
new file mode 100644
index ..c26268474a9d
--- /dev/null
+++ b/sys-fs/encfs/encfs-1.9.5-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="An implementation of encrypted filesystem in user-space using 
FUSE"
+HOMEPAGE="https://vgough.github.io/encfs/;
+SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc ~x86"
+IUSE="nls"
+
+RDEPEND="dev-libs/openssl:=
+   dev-libs/tinyxml2:=
+   sys-fs/fuse:0=
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-lang/perl
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+# Build dir is hardcoded in test suite, but we restrict them
+# because they can lead to false negatives, bug #630486
+RESTRICT="test"
+
+BUILD_DIR="${S}/build"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_NLS="$(usex nls)"
+   -DUSE_INTERNAL_TINYXML=OFF
+   -DBUILD_UNIT_TESTS=OFF
+   -DBUILD_SHARED_LIBS=ON
+   # Needed with BUILD_SHARED_LIBS=ON
+   -DINSTALL_LIBENCFS=ON
+   -DLIB_INSTALL_DIR="$(get_libdir)"
+   )
+   cmake_src_configure
+}



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

2021-12-06 Thread Thomas Beierlein
commit: d9bf97290e0b04abf378ab246a8d5b7a72bff338
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Dec  7 06:50:10 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Dec  7 06:50:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9bf9729

media-libs/hamlib: Drop old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-libs/hamlib/Manifest  |  1 -
 media-libs/hamlib/hamlib-4.2.ebuild | 94 -
 2 files changed, 95 deletions(-)

diff --git a/media-libs/hamlib/Manifest b/media-libs/hamlib/Manifest
index 985a81dd4f2c..6e041160e129 100644
--- a/media-libs/hamlib/Manifest
+++ b/media-libs/hamlib/Manifest
@@ -1,3 +1,2 @@
-DIST hamlib-4.2.tar.gz 2311775 BLAKE2B 
4fe8d3e6d489369aede1a4cd59f01be44a7787ca71c21c5b92d43c67de68013f488834d0f57238e6a947c24cd5b4c6c667397dec30392f1cccd695df252e
 SHA512 
08ccf4e592fbae938ae1aaa5afede7e2e6ec7d23b449a65b00e093502f4aeb36930624f055d9802349f77df9dd2b7b983aa44d83f8c62a6de5789e7df627f804
 DIST hamlib-4.3.1.tar.gz 2356944 BLAKE2B 
c803d253c867303cbde98b6f2e10f610aac111b7bd81fd343e1396cb86384b1c26942e5ccb8e395e073f9aa3d48e6f9edc1b64da14b2ec5ca09f98fbd3dee667
 SHA512 
8dee4676a19de7ac1ef733a4285b76e918f11aad6594d0557d36df295faf04c615e0993edb2f9ed5e7aea718c184603fec831caf28b75026c705f0b2e4b9eca7
 DIST hamlib-4.4.tar.gz 2401399 BLAKE2B 
4256b5b4374c62ef4fb957d29deda95aa9d15a8b52b81c5db1c07f3ebbf4c8e48c6c082769cef82c8457b3f813ac00ef7a37136615747f2c93e5275a112891e7
 SHA512 
37366ba180031de34da447c3d4e0086f156b893f57b5ab9bbc38b8e1f4bf9310fa1a9eb2a6d7884f1f11900dbdb811b4071e023aba571ea0ac5d07ddb122bf7b

diff --git a/media-libs/hamlib/hamlib-4.2.ebuild 
b/media-libs/hamlib/hamlib-4.2.ebuild
deleted file mode 100644
index c26283d90ea6..
--- a/media-libs/hamlib/hamlib-4.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-MY_P=${P/_rc2/~rc2}
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Ham radio backend rig control libraries"
-HOMEPAGE="https://www.hamlib.org;
-SRC_URI="mirror://sourceforge/hamlib/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2 GPL-2"
-SLOT="0/4.2"
-KEYWORDS="amd64 x86"
-IUSE="doc perl python tcl"
-
-RESTRICT="test"
-
-RDEPEND="
-   =virtual/libusb-0*
-   dev-libs/libxml2
-   sys-libs/readline:0=
-   perl? ( dev-lang/perl )
-   python? ( ${PYTHON_DEPS} )
-   tcl? ( dev-lang/tcl:0= )"
-
-DEPEND=" ${RDEPEND}
-   virtual/pkgconfig
-   dev-lang/swig
-   >=sys-devel/libtool-2.2
-   doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=(AUTHORS NEWS PLAN README README.betatester README.developer)
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   # fix hardcoded libdir paths
-   sed -i -e "s#fix}/lib#fix}/$(get_libdir)/hamlib#" \
-   -e "s#fix}/include#fix}/include/hamlib#" \
-   hamlib.pc.in || die "sed failed"
-
-   # Correct install target to whatever INSTALLDIRS says and use vendor
-   # installdirs everywhere (bug #611550)
-   sed -i -e "s#install_site#install#" \
-   -e 's#MAKEFILE="Hamlib-pl.mk"#MAKEFILE="Hamlib-pl.mk" 
INSTALLDIRS=vendor#' \
-   bindings/Makefile.am || die "sed failed patching for perl"
-
-   # make building of documentation compatible with autotools-utils
-   sed -i -e "s/doc:/html:/g" doc/Makefile.am || die "sed failed"
-
-   eautoreconf
-
-   eapply_user
-}
-
-src_configure() {
-   econf \
-   --libdir=/usr/$(get_libdir)/hamlib \
-   --disable-static \
-   --with-xml-support \
-   $(use_with perl perl-binding) \
-   $(use_with python python-binding) \
-   $(use_with tcl tcl-binding)
-}
-
-src_compile() {
-   emake
-   use doc && emake html
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   use python && python_optimize
-
-   use doc && HTML_DOCS=( doc/html/ )
-   einstalldocs
-
-   insinto /usr/$(get_libdir)/pkgconfig
-   doins hamlib.pc
-
-   echo "LDPATH=/usr/$(get_libdir)/hamlib" > "${T}"/73hamlib
-   doenvd "${T}"/73hamlib
-}



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

2021-12-06 Thread Lars Wendler
commit: f1aff2fc5a7de3d33d6c1867d04085d00df56718
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  7 06:39:14 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  7 06:47:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1aff2fc

media-libs/alsa-lib: Bump to version 1.2.6

Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/alsa-lib/Manifest  |  1 +
 media-libs/alsa-lib/alsa-lib-1.2.6.ebuild | 92 +++
 2 files changed, 93 insertions(+)

diff --git a/media-libs/alsa-lib/Manifest b/media-libs/alsa-lib/Manifest
index 2f2cda5dd263..baae0ac54fbd 100644
--- a/media-libs/alsa-lib/Manifest
+++ b/media-libs/alsa-lib/Manifest
@@ -1,2 +1,3 @@
 DIST alsa-lib-1.2.4.tar.bz2 1044405 BLAKE2B 
e1d5d9afe21dac693645274ae4ec8a607c9fcc9915ba4ebccfdb539d44b9353ba07529e2c8eaca119884b926d4467285313c945c9015a788101fe532064442db
 SHA512 
12086952dc8f16f1cb6946517858e17b1c3276aeda9ff5703a84bb38aa78eb4c4e9cb4485c5b3f21f174fdbd976b3bcbbc481e85cb2460652858490df51ae844
 DIST alsa-lib-1.2.5.1.tar.bz2 1069073 BLAKE2B 
5464cc7f263bdf7b10aa7e1f542ad6dbc55bf300156fd1bded00375c41a518d4b14f96e28eb1c60a6ce7cc6e27da4b2e8598cd867f15417f260fc23513f93e11
 SHA512 
01998ffa449e925ff552c13aea47f9540903afdc533086067c78dcaba4d239c347180d3d28bbe6d19b7779c7249fcc77a30057930ca22d18ba55e163fa1c
+DIST alsa-lib-1.2.6.tar.bz2 1079598 BLAKE2B 
84a7a20fbea4025f2ac08acefa3a9ea9d2737585c5d5f09c8df3b5ccb998eaa09a7ec16a019a40c4d3e3e4b5209b961f9da23ec57c0bb9824bade9a3a0dd4350
 SHA512 
ae95718813abf62811fe44c6df2a8de5a1227da4b022c4dd97dd8e7c1001f48307ba36bf04208bdbe24e8a8eebf4ed5a59f40ee6750dcbe976678071c3f2f5b7

diff --git a/media-libs/alsa-lib/alsa-lib-1.2.6.ebuild 
b/media-libs/alsa-lib/alsa-lib-1.2.6.ebuild
new file mode 100644
index ..1b9c1819ad93
--- /dev/null
+++ b/media-libs/alsa-lib/alsa-lib-1.2.6.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit autotools multilib-minimal python-single-r1
+
+DESCRIPTION="Advanced Linux Sound Architecture Library"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+if [[ ${PV} == *_p* ]] ; then
+   # Please set correct commit ID for a snapshot release!!!
+   COMMIT="abe805ed6c7f38e48002e575535afd1f673b9bcd"
+   
SRC_URI="https://git.alsa-project.org/?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
 -> ${P}.tar.gz"
+   S="${WORKDIR}"/${PN}-${COMMIT:0:7}
+else
+   # TODO: Upstream does publish .sig files, so someone could implement 
verify-sig ;)
+   SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2;
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="alisp debug doc elibc_uclibc python +thread-safety"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+BDEPEND="doc? ( >=app-doc/doxygen-1.2.6 )"
+RDEPEND="python? ( ${PYTHON_DEPS} )
+   media-libs/alsa-topology-conf
+   media-libs/alsa-ucm-conf
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.1.6-missing_files.patch" # bug #652422
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   find . -name Makefile.am -exec sed -i -e '/CFLAGS/s:-g -O2::' {} + || 
die
+   # https://bugs.gentoo.org/509886
+   if use elibc_uclibc ; then
+   sed -i -e 's:oldapi queue_timer:queue_timer:' test/Makefile.am 
|| die
+   fi
+   # https://bugs.gentoo.org/545950
+   sed -i -e '5s:^$:\nAM_CPPFLAGS = -I$(top_srcdir)/include:' 
test/lsb/Makefile.am || die
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-maintainer-mode
+   --disable-resmgr
+   --enable-aload
+   --enable-rawmidi
+   --enable-seq
+   --enable-shared
+   # enable Python only on final ABI
+   $(multilib_native_use_enable python)
+   $(use_enable alisp)
+   $(use_enable thread-safety)
+   $(use_with debug)
+   $(usex elibc_uclibc --without-versioned '')
+   )
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   emake
+
+   if multilib_is_native_abi && use doc; then
+   emake doc
+   grep -FZrl "${S}" doc/doxygen/html | \
+   xargs -0 sed -i -e "s:${S}::" || die
+   fi
+}
+
+multilib_src_install() {
+   multilib_is_native_abi && use doc && local HTML_DOCS=( 
doc/doxygen/html/. )
+   default
+}
+
+multilib_src_install_all() {
+   find "${ED}" -type f \( -name '*.a' -o -name '*.la' \) -delete || die
+   dodoc ChangeLog doc/asoundrc.txt NOTES TODO
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/alsa-plugins/

2021-12-06 Thread Lars Wendler
commit: e2fabfb35b4259c1386750922e6e805835c71bf7
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  7 06:44:30 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  7 06:47:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2fabfb3

media-plugins/alsa-plugins: Bump to version 1.2.6

Signed-off-by: Lars Wendler  gentoo.org>

 media-plugins/alsa-plugins/Manifest|   1 +
 .../alsa-plugins/alsa-plugins-1.2.6.ebuild | 100 +
 2 files changed, 101 insertions(+)

diff --git a/media-plugins/alsa-plugins/Manifest 
b/media-plugins/alsa-plugins/Manifest
index b245ef83d604..5512d43b9060 100644
--- a/media-plugins/alsa-plugins/Manifest
+++ b/media-plugins/alsa-plugins/Manifest
@@ -1,2 +1,3 @@
 DIST alsa-plugins-1.2.2.tar.bz2 406494 BLAKE2B 
64148e3e6fcf651a2ac62b6b5f3cc915fe6718d35fea53da08f6f4b1a5ff06ba29e69b8cd2a95e3b9edf3880570b1d0b9267239f705043dab592c27fdd150ef3
 SHA512 
25a7dfaa64be024447d889b5cde668f1308d197f54880548a82d50beb4ac0dbff33b415da1e26dc5229408c934247a9bd38acfb0f82ca388deac0d77ab3cdadb
 DIST alsa-plugins-1.2.5.tar.bz2 406134 BLAKE2B 
a1bb2f187c92a2999722e22775baf2c1fc4240162bb71f454c60359ef61b46934ff8ecd5af97589bafe2c7f737530cf5a4dcc139af7ed001d8dfe24bf3ae045c
 SHA512 
32aa475ec4af040861c2bfb01eac71042242d2109d3c5102d0111f3327e3f6c9031c32cbb50eb4b6568a6bd9408691a047a39972f09d6087e31ec11f19ddc9cf
+DIST alsa-plugins-1.2.6.tar.bz2 408596 BLAKE2B 
bead0b9514725560a4fb738c4b1e14b148bf888cc82e0d7611cb6c494ed97a7e366b57f233095372c26a7bd614655bd58a6505202910de421561b540c94d5cca
 SHA512 
ac54a6f227f1ca5f6e01e08d869e7c06f4bcd68f148932e1902a6fcf3e5ccd3667ac4d8c1a00b77e4b5cb27e17c01cf7526ded4aaf35c4b26fc69e14e6e341f9

diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.2.6.ebuild 
b/media-plugins/alsa-plugins/alsa-plugins-1.2.6.ebuild
new file mode 100644
index ..5aada389cb21
--- /dev/null
+++ b/media-plugins/alsa-plugins/alsa-plugins-1.2.6.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools flag-o-matic multilib multilib-minimal
+
+DESCRIPTION="ALSA extra plugins"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+SRC_URI="https://www.alsa-project.org/files/pub/plugins/${P}.tar.bz2;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux"
+IUSE="arcam_av debug ffmpeg jack libsamplerate +mix oss pulseaudio speex 
+usb_stream"
+
+RDEPEND="
+   >=media-libs/alsa-lib-${PV}:=[${MULTILIB_USEDEP}]
+   ffmpeg? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
+   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
+   libsamplerate? ( 
>=media-libs/libsamplerate-0.1.8-r1:=[${MULTILIB_USEDEP}] )
+   pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
+   speex? (
+   >=media-libs/speex-1.2.0:=[${MULTILIB_USEDEP}]
+   media-libs/speexdsp[${MULTILIB_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   # For some reasons the polyp/pulse plugin does fail with alsaplayer 
with a
+   # failed assert. As the code works just fine with asserts disabled, for 
now
+   # disable them waiting for a better solution.
+   sed \
+   -e '/AM_CFLAGS/s:-Wall:-DNDEBUG -Wall:' \
+   -i pulse/Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   use debug || append-cppflags -DNDEBUG
+
+   local myeconfargs=(
+   # default does not contain $prefix: bug #673464
+   --with-alsalconfdir="${EPREFIX}"/etc/alsa/conf.d
+
+   --with-speex="$(usex speex lib no)"
+   $(use_enable arcam_av arcamav)
+   $(use_enable ffmpeg libav)
+   $(use_enable jack)
+   $(use_enable libsamplerate samplerate)
+   $(use_enable mix)
+   $(use_enable oss)
+   $(use_enable pulseaudio)
+   $(use_enable speex speexdsp)
+   $(use_enable usb_stream usbstream)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   cd doc || die
+   dodoc upmix.txt vdownmix.txt README-pcm-oss
+   use jack && dodoc README-jack
+   use libsamplerate && dodoc samplerate.txt
+   use ffmpeg && dodoc lavrate.txt a52.txt
+
+   if use pulseaudio; then
+   dodoc README-pulse
+   # install ALSA configuration files
+   # making PA to be used by alsa clients
+   insinto /usr/share/alsa
+   doins "${FILESDIR}"/pulse-default.conf
+   insinto /usr/share/alsa/alsa.conf.d
+   doins "${FILESDIR}"/51-pulseaudio-probe.conf
+   # bug #410261, comment 5+
+   # seems to work fine without any path
+   

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

2021-12-06 Thread Lars Wendler
commit: 67b4faede60c29c6f6b6e9522fa434c4749827ef
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  7 06:46:35 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  7 06:47:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b4faed

dev-python/pyalsa: Bump to version 1.2.6

Signed-off-by: Lars Wendler  gentoo.org>

 dev-python/pyalsa/Manifest|  1 +
 dev-python/pyalsa/pyalsa-1.2.6.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pyalsa/Manifest b/dev-python/pyalsa/Manifest
index e0b87cb157e0..5a5a142d30b6 100644
--- a/dev-python/pyalsa/Manifest
+++ b/dev-python/pyalsa/Manifest
@@ -1 +1,2 @@
 DIST pyalsa-1.1.6.tar.bz2 39797 BLAKE2B 
3a23dde67ec807d09b2e9ef0f893b8ec2f5902b0fa88f0f02f8127b7a5a8bdf3fa09397dd01ae1cafbce6b9c733a0eca65fda3cd6fd18e533dd4fbace284caa3
 SHA512 
6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd
+DIST pyalsa-1.2.6.tar.bz2 40171 BLAKE2B 
d142d5818527b30b333d2552045892854df25eb14a7983320fe56e30a6239d3fe947ef1f0e1202ed3b5aad7722002e0e5e82ab9f89564bb9640aca2dc03c7887
 SHA512 
11b8eed822e0f8acc96ff0e10eeec0ba26b2997c7ab1d82561661f59931cd6b6aa6397b46c5944a0853344517878ede6c9ba13bea241cefc72b72bf1d9ff

diff --git a/dev-python/pyalsa/pyalsa-1.2.6.ebuild 
b/dev-python/pyalsa/pyalsa-1.2.6.ebuild
new file mode 100644
index ..342afe92b6d7
--- /dev/null
+++ b/dev-python/pyalsa/pyalsa-1.2.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Python bindings for ALSA library"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+SRC_URI="https://www.alsa-project.org/files/pub/pyalsa/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+IUSE=""
+
+RDEPEND="media-libs/alsa-lib"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}/${PN}-1.1.6-no-build-symlinks.patch" )
+
+# Testsuite appears to require installed state



[gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/

2021-12-06 Thread Lars Wendler
commit: d1422b9d27d9400e7091f67bdee36426ee9141ad
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  7 06:43:33 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  7 06:47:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1422b9d

media-libs/alsa-ucm-conf: Bump to version 1.2.6

Signed-off-by: Lars Wendler  gentoo.org>

 media-libs/alsa-ucm-conf/Manifest   |  1 +
 media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.6.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/media-libs/alsa-ucm-conf/Manifest 
b/media-libs/alsa-ucm-conf/Manifest
index 794bf9a6d6bc..14fefe47ee06 100644
--- a/media-libs/alsa-ucm-conf/Manifest
+++ b/media-libs/alsa-ucm-conf/Manifest
@@ -1,2 +1,3 @@
 DIST alsa-ucm-conf-1.2.4.tar.bz2 20141 BLAKE2B 
545f3bfb36c6c41e48a5d6c2a98b936b2e71d8aab99227faecfcb1dd1dec9a03eb25f1664ca9aad3f9371f140b548258bba5a3904f5a3ec83513eb72abe7c7c2
 SHA512 
9043460e92b2ed44757b08b9faca888e8bfae40d84e4ad7e7df44df2bb3b0617e86ef23783973accd62fb6681788262e67212e2bf67178d75781e57a0fa346d2
 DIST alsa-ucm-conf-1.2.5.1.tar.bz2 24124 BLAKE2B 
317bcb8e866a68fe467047c67bd15fc88dc1e745e9bbe05f7b091ea1febdac6bd0fd512c2ce410970eb2593c0f8500c28c8405098de2bc56e1438e5b33b00d4a
 SHA512 
774d6da1a0ee6fb1fcd764c1d4b3eb5812a35508cf27db71f6c82784f125eca207992da9081d25783fecb31e548d8b34124d4b3b3d506e33215b76ea48f71012
+DIST alsa-ucm-conf-1.2.6.tar.bz2 27309 BLAKE2B 
4f1f0ff361d11775799a215ffbd85acc229fb25e9e65321147e942ec5168997780003686a98f3d49dadd11cebc3156812d01ebcac385b0b7cbab78745951
 SHA512 
5fe85643b60c8defeafcdfcf97e61b5d05e6db28cef2466a70f63b8fffba22bdd50b83a5ca88806a6350de6e9d802dd3c2240b293190b9d05daea515c03d4397

diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.6.ebuild 
b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.6.ebuild
new file mode 100644
index ..fc541a8256d6
--- /dev/null
+++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="ALSA ucm configuration files"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2;
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE=""
+
+RDEPEND="!

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

2021-12-06 Thread Lars Wendler
commit: 6b573690ef9b3c5b73b1f81e9127eac83cc80beb
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  7 06:42:14 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  7 06:47:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b573690

media-sound/alsa-utils: Bump to version 1.2.6

Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/alsa-utils/Manifest|  1 +
 media-sound/alsa-utils/alsa-utils-1.2.6.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/media-sound/alsa-utils/Manifest b/media-sound/alsa-utils/Manifest
index 18a001e78c52..d47eefde5388 100644
--- a/media-sound/alsa-utils/Manifest
+++ b/media-sound/alsa-utils/Manifest
@@ -1,2 +1,3 @@
 DIST alsa-utils-1.2.4.tar.bz2 1286259 BLAKE2B 
41eb0b8186c1956c19d8f8b28863ab54c66ff531b9ec5c48cc6c5ed8ca249d135614112ce412d6adb6f21982235e06a4148591777cce00d17ea537aacbd664ad
 SHA512 
13080abda55269513b3751044dac292d695e273073a62d74ed4a32c68f448a2b015fe16604650821a6398b6ef6a7b6008cb9f0b7fb7f4ee1fa2b4eb2dcf29770
 DIST alsa-utils-1.2.5.1.tar.bz2 1326965 BLAKE2B 
79f96fd3ba1d92e72dc634dc01439acd3ccd02555c39cc1714c52bbd1e4bc8b68ec7bf5d219a704533e4a61587c3528504ef9cd7c652924d74daafa90f74e42a
 SHA512 
bbafeb9189ec5802965c4e69cf6e7cd4c132ffb77b57f164d6585649890f96edd052c72697171fd629b39e12f78648fea634468df34c1a80255227ca397907bf
+DIST alsa-utils-1.2.6.tar.bz2 1334063 BLAKE2B 
3b81836e0de9f6d98f311dc3a316a02179ec1fc7520da9658192f27e7701c6dc41b04a82639d6269d6943afd8a89cb6477406cbc36ac450e57919cff46f2
 SHA512 
6842f0f4c2f7cc5ac3ba94736ee259d9988b5d3e0d2b522f858d712e16938d2845fa9ef64f4aa60222b8ef6738e053f9113a5ea24a197f2c0d6c4dbd70030f5e

diff --git a/media-sound/alsa-utils/alsa-utils-1.2.6.ebuild 
b/media-sound/alsa-utils/alsa-utils-1.2.6.ebuild
new file mode 100644
index ..78f480047b42
--- /dev/null
+++ b/media-sound/alsa-utils/alsa-utils-1.2.6.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit systemd udev
+
+DESCRIPTION="Advanced Linux Sound Architecture Utils (alsactl, alsamixer, 
etc.)"
+HOMEPAGE="https://alsa-project.org/wiki/Main_Page;
+SRC_URI="https://www.alsa-project.org/files/pub/utils/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0.9"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+IUSE="bat doc +libsamplerate +ncurses nls selinux"
+
+CDEPEND=">=media-libs/alsa-lib-${PV}
+   libsamplerate? ( media-libs/libsamplerate )
+   ncurses? ( >=sys-libs/ncurses-5.7-r7:0= )
+   bat? ( sci-libs/fftw:= )"
+DEPEND="${CDEPEND}
+   doc? ( app-text/xmlto )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-alsa )"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.1.8-missing_header.patch
+)
+
+src_configure() {
+   local myeconfargs=(
+   # --disable-alsaconf because it doesn't work with sys-apps/kmod 
wrt #456214
+   --disable-alsaconf
+   --disable-maintainer-mode
+   --with-asound-state-dir="${EPREFIX}"/var/lib/alsa
+   --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
+   --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d
+   $(use_enable bat)
+   $(use_enable libsamplerate alsaloop)
+   $(use_enable ncurses alsamixer)
+   $(use_enable nls)
+   $(usex doc '' --disable-xmlto)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   dodoc seq/*/README.*
+
+   newinitd "${FILESDIR}"/alsasound.initd-r8 alsasound
+   newconfd "${FILESDIR}"/alsasound.confd-r4 alsasound
+
+   insinto /etc/modprobe.d
+   newins "${FILESDIR}"/alsa-modules.conf-rc alsa.conf
+
+   keepdir /var/lib/alsa
+
+   # ALSA lib parser.c:1266:(uc_mgr_scan_master_configs) error: could not
+   # scan directory /usr/share/alsa/ucm: No such file or directory
+   # alsaucm: unable to obtain card list: No such file or directory
+   keepdir /usr/share/alsa/ucm
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog
+   elog "To take advantage of the init script, and automate the 
process of"
+   elog "saving and restoring sound-card mixer levels you should"
+   elog "add alsasound to the boot runlevel. You can do this as"
+   elog "root like so:"
+   elog "# rc-update add alsasound boot"
+   ewarn
+   ewarn "The ALSA core should be built into the kernel or loaded 
through other"
+   ewarn "means. There is no longer any modular auto(un)loading in 
alsa-utils."
+   fi
+}



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

2021-12-06 Thread Joshua Kinard
commit: 0717692faf7a787f6ce439439f1828da2f279382
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Dec  7 06:45:51 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Dec  7 06:46:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0717692f

dev-python/tomli-w: Added ~mips to KEYWORDS

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

 dev-python/tomli-w/tomli-w-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tomli-w/tomli-w-1.0.0.ebuild 
b/dev-python/tomli-w/tomli-w-1.0.0.ebuild
index c7fe066b486f..44dbad289b54 100644
--- a/dev-python/tomli-w/tomli-w-1.0.0.ebuild
+++ b/dev-python/tomli-w/tomli-w-1.0.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 
 BDEPEND="
test? ( dev-python/tomli[${PYTHON_USEDEP}] )"



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

2021-12-06 Thread Joshua Kinard
commit: 9f7c5d3c7477e930d3f6bac77752668df58d7582
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Dec  7 06:41:54 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Dec  7 06:46:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7c5d3c

dev-python/pip: Added ~mips to KEYWORDS

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

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

diff --git a/dev-python/pip/pip-21.3.1-r1.ebuild 
b/dev-python/pip/pip-21.3.1-r1.ebuild
index e56b30120dfd..20a768f303ee 100644
--- a/dev-python/pip/pip-21.3.1-r1.ebuild
+++ b/dev-python/pip/pip-21.3.1-r1.ebuild
@@ -32,7 +32,7 @@ SRC_URI="
 "
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 SLOT="0"
 IUSE="test vanilla"
 RESTRICT="!test? ( test )"



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

2021-12-06 Thread Sam James
commit: ffd19f440039ff1c2b4e4e1234c1f9c89a7ae806
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:56:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 06:44:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd19f44

net-analyzer/dsniff: initial import (revival)

Removed in 1aa904188ff115f14f6d5fac4e0483152a08ed37. Now
using (substantial) Debian patchset.

Closes: https://bugs.gentoo.org/643460
Closes: https://bugs.gentoo.org/674192
Closes: https://bugs.gentoo.org/571446
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/dsniff/Manifest   |   2 +
 net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild|  73 ++
 .../files/dsniff-2.4_beta1_p30-httppostfix.patch   |  21 +
 .../dsniff-2.4_beta1_p30-libdir-configure.patch| 105 +
 .../files/dsniff-2.4_beta1_p30-respect-AR.patch|  22 +
 net-analyzer/dsniff/metadata.xml   |  17 
 6 files changed, 240 insertions(+)

diff --git a/net-analyzer/dsniff/Manifest b/net-analyzer/dsniff/Manifest
new file mode 100644
index ..cd9131c35ad9
--- /dev/null
+++ b/net-analyzer/dsniff/Manifest
@@ -0,0 +1,2 @@
+DIST dsniff_2.4b1+debian-30.debian.tar.xz 30788 BLAKE2B 
8605b1dcca36f626f31410d88d25a57e6661b57b941155cdbde951991b09fb2dd7c147b1fdd1a22eded1cf904c890317b1844a7829cd6e43fd2fc5defc79b5f3
 SHA512 
45ffe34fcd30cd1461a354891b9d5567038cc176dbfa79c67020075cd40ae09b7092954925019e583d0d69cae76a558049b489745454a8034ce3e9e832c58f64
+DIST dsniff_2.4b1+debian.orig.tar.gz 130220 BLAKE2B 
e6953a5bfc5331b030e1a5335987c51fa4cf2c644fc4e7ac9aefe17f52373a1f66ccef36c5d9136542f68a475350138b1f3e501bc9494a0fd4988c7c5a7b2eef
 SHA512 
09c3a864f112f81b8fdf93436886b14eb8f603ec751b13f18cf027307f24098c018eacf98b3ae353731a0cf6f1c9cacfafbb534a0db8b9f0cc793e7515c41b5a

diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild 
b/net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild
new file mode 100644
index ..adb46e181081
--- /dev/null
+++ b/net-analyzer/dsniff/dsniff-2.4_beta1_p30.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools toolchain-funcs
+
+MY_PV="${PV/_beta/b}"
+MY_PV="${MY_PV/_p*/}"
+MY_PV="$(ver_rs 1 '.' "${MY_PV}")"
+# 2.4_beta1_p30 -> 2.4beta1-30
+MY_DEB_PV="$(ver_cut 1-2)$(ver_cut 3-4)-$(ver_cut 6)"
+
+DESCRIPTION="A collection of tools for network auditing and penetration 
testing"
+HOMEPAGE="https://monkey.org/~dugsong/dsniff/;
+SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${MY_PV}+debian.orig.tar.gz
+   
mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${MY_PV}+debian-${PV/*_p}.debian.tar.xz"
+S="${WORKDIR}/${P/_beta1*/}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X"
+
+# There's a berkdb configure option but we get a build failure if
+# we try to disable it. Not clear how useful the package is
+# without it anyway.
+RDEPEND="net-libs/libpcap
+   >=net-libs/libnet-1.1.2.1-r1
+   >=net-libs/libnids-1.21
+   net-libs/libnsl:=
+   net-libs/libtirpc:=
+   dev-libs/openssl:=
+   >=sys-libs/db-4:=
+   X? ( x11-libs/libXmu )"
+DEPEND="${DEPEND}
+   net-libs/rpcsvc-proto"
+# Calls rpcgen during build
+BDEPEND="net-libs/rpcsvc-proto"
+
+PATCHES=(
+   "${WORKDIR}"/debian/patches/
+   "${FILESDIR}"/${PN}-2.4_beta1_p30-httppostfix.patch
+   "${FILESDIR}"/${PN}-2.4_beta1_p30-libdir-configure.patch
+   "${FILESDIR}"/${PN}-2.4_beta1_p30-respect-AR.patch
+)
+
+src_prepare() {
+   default
+
+   mv configure.{in,ac} || die
+   eautoreconf
+}
+
+src_configure() {
+   tc-export AR
+
+   econf \
+   $(use_with X x)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake install install_prefix="${D}"
+
+   dodir /etc/dsniff
+   cp "${ED}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
+   "${ED}"/etc/dsniff/ || die
+   dodoc CHANGES README TODO
+}

diff --git a/net-analyzer/dsniff/files/dsniff-2.4_beta1_p30-httppostfix.patch 
b/net-analyzer/dsniff/files/dsniff-2.4_beta1_p30-httppostfix.patch
new file mode 100644
index ..487e45321662
--- /dev/null
+++ b/net-analyzer/dsniff/files/dsniff-2.4_beta1_p30-httppostfix.patch
@@ -0,0 +1,21 @@
+Allow mixed case in some fields.
+--- a/decode_http.c
 b/decode_http.c
+@@ -139,14 +139,14 @@
+   host = p;
+   }
+   else if (req[0] == 'P') {
+-  if (strncmp(p, "Content-type: ", 14) == 0) {
+-  if (strncmp(p + 14, "application/"
++  if (strncasecmp(p, "Content-type: ", 14) == 0) {
++  if (strncasecmp(p + 14, "application/"
+   "x-www-form-urlencoded",
+   

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

2021-12-06 Thread Hans de Graaff
commit: 531679a61824d487e30f98cbfbe832d8b877bd95
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  7 06:40:29 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  7 06:40:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531679a6

dev-ruby/regexp_property_values: add 1.1.0

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

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

diff --git a/dev-ruby/regexp_property_values/Manifest 
b/dev-ruby/regexp_property_values/Manifest
index 711c6c00dd6a..bcce9c2637b7 100644
--- a/dev-ruby/regexp_property_values/Manifest
+++ b/dev-ruby/regexp_property_values/Manifest
@@ -1 +1,2 @@
 DIST regexp_property_values-1.0.0.tar.gz 12884 BLAKE2B 
82f63d21a1e1508cef79afc2f1b5cca842c1e5bc96b197efa90ec0d02e7bd213cc67ae99f4f71cae6e632e0804fa2d6e935c7d30f27a940c767f5a83dd9edd21
 SHA512 
f51946d93c255c3b51bfb8055d2c0548c9656db9f208de74b569df8799fa97712a76b509546e149f71e3176ae0e979f295b225c171cedc687e1871f204c1e0d3
+DIST regexp_property_values-1.1.0.tar.gz 13637 BLAKE2B 
c274dbe0a1168af8de4f3180ba48d3332b1b4425aefa7be33074465120568aca4fc3c3ffe5caa27042139495d1d6ce80e660da4239be8455f41f7e0a97f8f357
 SHA512 
196b29de3d41502b1f26fb3a64ecf6135ca917b85edb633bee015fde1dfac86e00f9565509973f64842a24542740cb4a887a754b4688f47fc32b0650fc80feca

diff --git 
a/dev-ruby/regexp_property_values/regexp_property_values-1.1.0.ebuild 
b/dev-ruby/regexp_property_values/regexp_property_values-1.1.0.ebuild
new file mode 100644
index ..e3d040fdc586
--- /dev/null
+++ b/dev-ruby/regexp_property_values/regexp_property_values-1.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/regexp_property_values/extconf.rb)
+RUBY_FAKEGEM_EXTENSION_LIBDIR="lib/regexp_property_values"
+
+inherit ruby-fakegem
+
+DESCRIPTION="See which property values are supported by the regular expression 
engine"
+HOMEPAGE="https://github.com/janosch-x/regexp_property_values;
+SRC_URI="https://github.com/janosch-x/regexp_property_values/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
+
+   # Avoid dependency on character_set which would lead to circular
+   # dependencies.
+   sed -i -e '/returns a CharacterSet/askip "gentoo circular 
dependencies"' spec/regexp_property_values/value_spec.rb || die
+}



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

2021-12-06 Thread Hans de Graaff
commit: d1422886e1631bafe8582b482c28b3ee0d4a53f9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  7 06:39:09 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  7 06:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1422886

dev-ruby/arel-helpers: add 2.13.0

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

 dev-ruby/arel-helpers/Manifest   |  1 +
 dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest
index 8527aea2ac5c..6930f764388e 100644
--- a/dev-ruby/arel-helpers/Manifest
+++ b/dev-ruby/arel-helpers/Manifest
@@ -1,2 +1,3 @@
 DIST arel-helpers-2.12.0.gem 21504 BLAKE2B 
f2897b70e679df8a58ace7b88204a3345a2f22bedcaf13ef27f4176a5f02a716e9c7a0b09c3d242c8bef96cc6423a513820d20b15999415d99eb3d61b3b93889
 SHA512 
6da9d69b49d18f70dd911a5f1cf6edb29055423b6179858ae65f8f826f9c98fae7b9d4a7d6f1365c5efe382adbaeb42f30898c2329b721941428b0a6f58b3aef
 DIST arel-helpers-2.12.1.gem 16896 BLAKE2B 
32809d895c630d8c5d3d1bfadb70d4b37fdeebe41dd3be303abd20295cb06e210ad48db8996673d5ca851e247420bf65ccbe0a7b3da352943e56094b38937911
 SHA512 
6d10bd57d74ccf1780927aa1fdccb4697a2e9cdbdf93bcc392b9453890043a8a6a4b57bef25d43f1f7d1597ef92d938afa9c67c54140b9e0b36b7b23c2de1837
+DIST arel-helpers-2.13.0.gem 16896 BLAKE2B 
3cdf4164b20dcc3511e058666486ea0d5a5eb50a7825d56338715f5bdba2dc5124ba030ea0e27480225be9d715a86016ff0eb85d0e60f07bdd5f3f214c3f5bcc
 SHA512 
31e88e136a85f49e6b8b6d7c244bf98744cdf0546f0916ff1b403904330a1d2acc4a4d97ba5eb59190b9c0592176e4872d0463b4d4662b63a99f9d3bbcc29c15

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild 
b/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild
new file mode 100644
index ..2ce0bc2f3056
--- /dev/null
+++ b/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools to help construct database queries"
+HOMEPAGE="https://github.com/camertron/arel-helpers;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "|| (
+   dev-ruby/activerecord:6.1
+   dev-ruby/activerecord:6.0
+   dev-ruby/activerecord:5.2
+   )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rr
+   dev-ruby/activerecord[sqlite]
+   dev-ruby/bundler
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/pry-/ s:^:#:' spec/spec_helper.rb || die
+   sed -e '/rake/ s/~>/>=/' -e '/appraisal/ s:^:#:' -e '/database_cleaner/ 
s/1.8/1.7/' -i arel-helpers.gemspec || die
+}
+
+each_ruby_test() {
+   bundle exec rspec spec || die
+}



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

2021-12-06 Thread Hans de Graaff
commit: 4a384fc5d4320bac60a808a73405c7734b8cc1cd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  7 06:41:04 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  7 06:41:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a384fc5

dev-ruby/regexp_property_values: amd64 stable

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

 dev-ruby/regexp_property_values/regexp_property_values-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/regexp_property_values/regexp_property_values-1.0.0-r1.ebuild 
b/dev-ruby/regexp_property_values/regexp_property_values-1.0.0-r1.ebuild
index c990f487d2b4..729c8b154a9b 100644
--- a/dev-ruby/regexp_property_values/regexp_property_values-1.0.0-r1.ebuild
+++ b/dev-ruby/regexp_property_values/regexp_property_values-1.0.0-r1.ebuild
@@ -23,7 +23,7 @@ 
SRC_URI="https://github.com/janosch-x/regexp_property_values/archive/v${PV}.tar.
 
 LICENSE="MIT"
 SLOT="1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE=""
 
 all_ruby_prepare() {



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

2021-12-06 Thread Hans de Graaff
commit: 36884062fb8f39a3eb4653cec17781a68e4fc3ac
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  7 06:42:34 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  7 06:42:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36884062

dev-ruby/rr: add 3.0.9

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

 dev-ruby/rr/Manifest|  1 +
 dev-ruby/rr/rr-3.0.9.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/rr/Manifest b/dev-ruby/rr/Manifest
index fdf2b64eb2da..2eaa79fb1a74 100644
--- a/dev-ruby/rr/Manifest
+++ b/dev-ruby/rr/Manifest
@@ -2,3 +2,4 @@ DIST rr-1.2.1.tar.gz 137497 BLAKE2B 
3db6751d15e54da6ee6777fb7d383c1bfea2e68482dd
 DIST rr-3.0.6.tar.gz 139275 BLAKE2B 
5388312320958a03cdd48363470e32911d46080d38e02e29891a9a0bcd2ebe18e0c6dcfb5188631cb607452ad66d708e6fc36b9ed1571031eb433949e4546cf6
 SHA512 
f80baee790efa5b43c280cb70ed4d1d9202e1d1c3ce653680e4b433d595278b4180dd681c30df75a78466ac687851f3e15d0a08110def1868ce724d07e025abb
 DIST rr-3.0.7.tar.gz 139473 BLAKE2B 
cf12f792cc851aea2a0281ac0a46a1fef5d8df616fc47b630f509336208b2b443e3cfddaf9329b105b2a121b6aca002c407d7123c9b0e9606bc0d5f1f08b01be
 SHA512 
54b5393d5618310dedf68946a3d3387d738f0f78e03fdd2ec1491f5e7d8f0d4288599930bc3b7dc01b57399afd9cb094d9f11f5371cb5128aad74fe761445731
 DIST rr-3.0.8.tar.gz 140003 BLAKE2B 
7bb039803556f30f487a129b92e737e9d70cf73c423cfecfc653ee3793e3fb1f576c11dcdade9ad4f15853ae1ad8c2a60535de47ade9617e37c0ca849ff06c26
 SHA512 
c1d156b7f663a09d39b064f80d9c59a3256fff3236ca48667ebee7eb3d846b8fda7fc042dfd7da01d9bed8dcc677ea5fea315d6be45f219a8f3719972ef01f5d
+DIST rr-3.0.9.tar.gz 140053 BLAKE2B 
598a8981d9d5cc84a4a93e401a39596be3d0b81c28677ccc69dc9bffda618cc68b1fa3f723d725812305de8d58f73540fb1b12a388f2cf452f8e9ccd6649de1b
 SHA512 
df285aa1c9c226765f8ad267abfded568bfc2b76d7d966e20b68d849f071c2a3e3a6a666c70584993d26956a7ae0ccca8be68a66a862826c9203b0e04ee9

diff --git a/dev-ruby/rr/rr-3.0.9.ebuild b/dev-ruby/rr/rr-3.0.9.ebuild
new file mode 100644
index ..0ebc522df87e
--- /dev/null
+++ b/dev-ruby/rr/rr-3.0.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC=rr.gemspec
+
+inherit ruby-fakegem
+
+DESCRIPTION="A double framework featuring a selection of double techniques and 
a terse syntax"
+HOMEPAGE="https://rr.github.io/rr;
+SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest
+   dev-ruby/diff-lcs
+   dev-ruby/test-unit-rr )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+}



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

2021-12-06 Thread Hans de Graaff
commit: feea5144cebacc509409d595132b2d40e982df99
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Dec  7 06:41:19 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Dec  7 06:41:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feea5144

dev-ruby/regexp_property_values: cleanup

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

 .../regexp_property_values-1.0.0.ebuild| 43 --
 1 file changed, 43 deletions(-)

diff --git 
a/dev-ruby/regexp_property_values/regexp_property_values-1.0.0.ebuild 
b/dev-ruby/regexp_property_values/regexp_property_values-1.0.0.ebuild
deleted file mode 100644
index 0b70f9fd51a3..
--- a/dev-ruby/regexp_property_values/regexp_property_values-1.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="See which property values are supported by the regular expression 
engine"
-HOMEPAGE="https://github.com/janosch-x/regexp_property_values;
-SRC_URI="https://github.com/janosch-x/regexp_property_values/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find -print0/' ${RUBY_FAKEGEM_GEMSPEC} || 
die
-   sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
-
-   # Avoid dependency on character_set which would lead to circular
-   # dependencies.
-   sed -i -e '/returns a CharacterSet/askip "gentoo circular 
dependencies"' spec/regexp_property_values/value_spec.rb || die
-}
-
-each_ruby_configure() {
-   ${RUBY} -Cext/regexp_property_values extconf.rb || die
-}
-
-each_ruby_compile() {
-   emake -Cext/regexp_property_values V=1
-   cp ext/regexp_property_values/regexp_property_values.so 
lib/regexp_property_values/ || die
-}



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

2021-12-06 Thread Agostino Sarubbo
commit: 7bf62f56bffa5b8c7a0537e2abd879ace5f5aed4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf62f56

dev-perl/Text-CSV: x86 stable wrt bug #828213

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

 dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild 
b/dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild
index 33e33f62120c..5e53fc8fa388 100644
--- a/dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild
+++ b/dev-perl/Text-CSV/Text-CSV-2.10.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Manipulate comma-separated value strings"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="+xs"
 
 RDEPEND="



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

2021-12-06 Thread Agostino Sarubbo
commit: f089203a809c64d10c8fd37ecee8ea45834d27de
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f089203a

dev-vcs/git-cola: x86 stable wrt bug #823098

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

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

diff --git a/dev-vcs/git-cola/git-cola-3.10.1.ebuild 
b/dev-vcs/git-cola/git-cola-3.10.1.ebuild
index 5445b39c1f59..4bc81af9e798 100644
--- a/dev-vcs/git-cola/git-cola-3.10.1.ebuild
+++ b/dev-vcs/git-cola/git-cola-3.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc test"
 
 RESTRICT="!test? ( test )"



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

2021-12-06 Thread Agostino Sarubbo
commit: 25b6b3ad03fdb5598e2b55fce771a10f2fc85649
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:37 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b6b3ad

net-misc/networkmanager: x86 stable wrt bug #825034

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

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

diff --git a/net-misc/networkmanager/networkmanager-1.32.12.ebuild 
b/net-misc/networkmanager/networkmanager-1.32.12.ebuild
index 0b9d49bd9495..b364bb3e0fb7 100644
--- a/net-misc/networkmanager/networkmanager-1.32.12.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.32.12.ebuild
@@ -30,7 +30,7 @@ REQUIRED_USE="
?? ( syslog systemd )
 "
 
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
 
 COMMON_DEPEND="
sys-apps/util-linux[${MULTILIB_USEDEP}]



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

2021-12-06 Thread Agostino Sarubbo
commit: 9e8d558d2d294c249f5e505b3044e7d96b87b387
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:26:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:26:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8d558d

net-firewall/ipset: x86 stable wrt bug #828257

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

 net-firewall/ipset/ipset-7.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ipset/ipset-7.15.ebuild 
b/net-firewall/ipset/ipset-7.15.ebuild
index cd1109bc86b9..cbee799db563 100644
--- a/net-firewall/ipset/ipset-7.15.ebuild
+++ b/net-firewall/ipset/ipset-7.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ipset.netfilter.org/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86"
 
 BDEPEND="virtual/pkgconfig"
 



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

2021-12-06 Thread Agostino Sarubbo
commit: 44509312ea48e5635a16779600bc7439789a1ab9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44509312

sci-mathematics/coq: x86 stable wrt bug #827149

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

 sci-mathematics/coq/coq-8.12.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/coq/coq-8.12.0-r2.ebuild 
b/sci-mathematics/coq/coq-8.12.0-r2.ebuild
index 2f39cf405c65..71295a252044 100644
--- a/sci-mathematics/coq/coq-8.12.0-r2.ebuild
+++ b/sci-mathematics/coq/coq-8.12.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/coq/coq/archive/V${MY_PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gtk debug +ocamlopt doc"
 
 RESTRICT=test



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

2021-12-06 Thread Agostino Sarubbo
commit: 62eddc76c1dbdc4087e3f324b7fae2d20a9a17a7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62eddc76

dev-cpp/asio: x86 stable wrt bug #828340

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

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

diff --git a/dev-cpp/asio/asio-1.20.0.ebuild b/dev-cpp/asio/asio-1.20.0.ebuild
index 5836837a9d0f..0e025f305eee 100644
--- a/dev-cpp/asio/asio-1.20.0.ebuild
+++ b/dev-cpp/asio/asio-1.20.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2021-12-06 Thread Agostino Sarubbo
commit: 752e6895adfcaee0dd120bb04f0436c5c224be0f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:10 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752e6895

dev-cpp/gtest: x86 stable wrt bug #828338

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

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

diff --git a/dev-cpp/gtest/gtest-1.11.0.ebuild 
b/dev-cpp/gtest/gtest-1.11.0.ebuild
index 27bbcdc5f051..cf24d7feea7e 100644
--- a/dev-cpp/gtest/gtest-1.11.0.ebuild
+++ b/dev-cpp/gtest/gtest-1.11.0.ebuild
@@ -22,7 +22,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}"/googletest-${GOOGLETEST_COMMIT}
fi
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Google C++ Testing Framework"



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

2021-12-06 Thread Agostino Sarubbo
commit: fd7b6c6588b920d7673e14911455155dfd506ed7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:05 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7b6c65

app-crypt/tpm2-tss: x86 stable wrt bug #828327

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

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

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



[gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/

2021-12-06 Thread Agostino Sarubbo
commit: 015afd59a96d6e8d827d4a33fbe3f5221c640baf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:28 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015afd59

sys-boot/refind: x86 stable wrt bug #824786

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

 sys-boot/refind/refind-0.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/refind/refind-0.13.2.ebuild 
b/sys-boot/refind/refind-0.13.2.ebuild
index 375df447651c..68c1950f9e8c 100644
--- a/sys-boot/refind/refind-0.13.2.ebuild
+++ b/sys-boot/refind/refind-0.13.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz"
 
 LICENSE="BSD GPL-2 GPL-3 FDL-1.3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs"
 IUSE="${FS_USE} custom-cflags doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/dar/

2021-12-06 Thread Agostino Sarubbo
commit: a4bb600b4f5b335d4d9643fcd33846f3f788fff5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:38 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bb600b

app-backup/dar: x86 stable wrt bug #828321

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

 app-backup/dar/dar-2.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/dar/dar-2.7.2.ebuild b/app-backup/dar/dar-2.7.2.ebuild
index 350254094f12..ccbb6731f19a 100644
--- a/app-backup/dar/dar-2.7.2.ebuild
+++ b/app-backup/dar/dar-2.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc ~x86 ~amd64-linux"
+KEYWORDS="amd64 ppc sparc x86 ~amd64-linux"
 IUSE="argon2 curl dar32 dar64 doc gcrypt gpg lz4 lzo nls rsync threads xattr"
 
 REQUIRED_USE="?? ( dar32 dar64 )



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

2021-12-06 Thread Agostino Sarubbo
commit: 218870dd26c0af2e73b1f7e291c49b84a97937df
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:25:51 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:25:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218870dd

dev-perl/Template-Toolkit: x86 stable wrt bug #828191

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

 dev-perl/Template-Toolkit/Template-Toolkit-3.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-3.9.0.ebuild 
b/dev-perl/Template-Toolkit/Template-Toolkit-3.9.0.ebuild
index 2f2e0682554f..07001138331c 100644
--- a/dev-perl/Template-Toolkit/Template-Toolkit-3.9.0.ebuild
+++ b/dev-perl/Template-Toolkit/Template-Toolkit-3.9.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="The Template Toolkit"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="xml gd mysql postgres latex vim-syntax test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/snapper/

2021-12-06 Thread Agostino Sarubbo
commit: 0e78ea460657a6c66e8b9e71dfd437362d4dbf70
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:59 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e78ea46

app-backup/snapper: x86 stable wrt bug #828324

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

 app-backup/snapper/snapper-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/snapper/snapper-0.9.1.ebuild 
b/app-backup/snapper/snapper-0.9.1.ebuild
index ee320927fc72..e08297c0ff3a 100644
--- a/app-backup/snapper/snapper-0.9.1.ebuild
+++ b/app-backup/snapper/snapper-0.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="doc lvm pam test systemd xattr"
 RESTRICT="test"
 



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

2021-12-06 Thread Agostino Sarubbo
commit: 9f4290bb305a64b2513e799c8642165cd9aec847
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:53 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4290bb

app-crypt/nitrocli: x86 stable wrt bug #828323

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

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

diff --git a/app-crypt/nitrocli/nitrocli-0.4.1.ebuild 
b/app-crypt/nitrocli/nitrocli-0.4.1.ebuild
index 2330f2c61c42..8cb2144f9a0f 100644
--- a/app-crypt/nitrocli/nitrocli-0.4.1.ebuild
+++ b/app-crypt/nitrocli/nitrocli-0.4.1.ebuild
@@ -76,7 +76,7 @@ SRC_URI="$(cargo_crate_uris)"
 
 LICENSE="Apache-2.0 BSD-2 CC0-1.0 GPL-3+ LGPL-3 MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 DEPEND="
dev-libs/hidapi



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

2021-12-06 Thread Agostino Sarubbo
commit: 6d196089082cebc794c32dbf9b3b7d180e4fe745
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:26 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d196089

www-client/dillo: x86 stable wrt bug #828316

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

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index 413b226f4e6b..d1aaa5bcf4c3 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



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

2021-12-06 Thread Agostino Sarubbo
commit: 55b447b69e61a2030c6bd0ce82a8bdde988112ff
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:47 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b447b6

app-crypt/tpm-tools: x86 stable wrt bug #828322

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

 app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild 
b/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild
index 39c9ad1724ca..1f7603f6acb0 100644
--- a/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild
+++ b/app-crypt/tpm-tools/tpm-tools-1.3.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz"
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~m68k ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~m68k ~s390 x86"
 IUSE="nls pkcs11 debug"
 
 DEPEND=">=app-crypt/trousers-0.3.0



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

2021-12-06 Thread Agostino Sarubbo
commit: e2325bd2e9b71670a92be59eb20ceb8be8810b16
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:41 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2325bd2

dev-libs/libthreadar: x86 stable wrt bug #828321

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

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

diff --git a/dev-libs/libthreadar/libthreadar-1.3.5.ebuild 
b/dev-libs/libthreadar/libthreadar-1.3.5.ebuild
index e318b6f4c1d8..36a691d5afa0 100644
--- a/dev-libs/libthreadar/libthreadar-1.3.5.ebuild
+++ b/dev-libs/libthreadar/libthreadar-1.3.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/libthreadar/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 src_install() {
emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html 
install



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

2021-12-06 Thread Agostino Sarubbo
commit: 80bdec24a775439c3eca6738d0e77b1df4aec6b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bdec24

x11-misc/fbpager: x86 stable wrt bug #828315

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

 x11-misc/fbpager/fbpager-20090221-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/fbpager/fbpager-20090221-r2.ebuild 
b/x11-misc/fbpager/fbpager-20090221-r2.ebuild
index 01b42c95e421..c56f9d59fa29 100644
--- a/x11-misc/fbpager/fbpager-20090221-r2.ebuild
+++ b/x11-misc/fbpager/fbpager-20090221-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~mips ppc ~sparc ~x86"
+KEYWORDS="amd64 ~mips ppc ~sparc x86"
 IUSE="+xrender"
 
 DEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-apps/luit/

2021-12-06 Thread Agostino Sarubbo
commit: a0aa43cdb9d85d96abf4875372acc3820dff7248
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0aa43cd

x11-apps/luit: x86 stable wrt bug #828314

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

 x11-apps/luit/luit-20210218.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-apps/luit/luit-20210218.ebuild 
b/x11-apps/luit/luit-20210218.ebuild
index 94fed26c07cd..fc2480e3f601 100644
--- a/x11-apps/luit/luit-20210218.ebuild
+++ b/x11-apps/luit/luit-20210218.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://invisible-mirror.net/archives/${PN}/${P}.tgz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
 
 DEPEND="sys-libs/zlib
virtual/libiconv"



[gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/

2021-12-06 Thread Agostino Sarubbo
commit: 733258a1f13bb1aa0f14d1b6b6331cf27a7fbe06
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:32 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733258a1

x11-terms/sakura: x86 stable wrt bug #828317

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

 x11-terms/sakura/sakura-3.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/sakura/sakura-3.8.3.ebuild 
b/x11-terms/sakura/sakura-3.8.3.ebuild
index eb5764801c2a..717bbf73513c 100644
--- a/x11-terms/sakura/sakura-3.8.3.ebuild
+++ b/x11-terms/sakura/sakura-3.8.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://launchpad.net/sakura/trunk/${PV}/+download/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 
 RDEPEND="
dev-libs/glib:2



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

2021-12-06 Thread Agostino Sarubbo
commit: 0dacc1b7443f1f333c80a3f3c26a5359d12e3880
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:24:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:24:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dacc1b7

sci-libs/fftw: x86 stable wrt bug #821916

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

 sci-libs/fftw/fftw-3.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/fftw/fftw-3.3.10.ebuild b/sci-libs/fftw/fftw-3.3.10.ebuild
index 5fe1d0046656..6b8b39b12013 100644
--- a/sci-libs/fftw/fftw-3.3.10.ebuild
+++ b/sci-libs/fftw/fftw-3.3.10.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/FFTW/fftw3.git;
 else
SRC_URI="https://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 S="${WORKDIR}/${MY_P}"



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

2021-12-06 Thread Agostino Sarubbo
commit: 3533c0c03923b5554086e9b4061de43c96f232af
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:23:12 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:23:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3533c0c0

net-libs/liblockfile: x86 stable wrt bug #828303

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

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

diff --git a/net-libs/liblockfile/liblockfile-1.17.ebuild 
b/net-libs/liblockfile/liblockfile-1.17.ebuild
index 1006630eabb4..8997e4f48472 100644
--- a/net-libs/liblockfile/liblockfile-1.17.ebuild
+++ b/net-libs/liblockfile/liblockfile-1.17.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/miquels/liblockfile/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND="acct-group/mail"



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

2021-12-06 Thread Agostino Sarubbo
commit: 1ee3d0acfb5a3feb7ec6d74a23541fb612bc7ff6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:23:34 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:23:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee3d0ac

sys-process/nmon: x86 stable wrt bug #828313

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

 sys-process/nmon/nmon-16m.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/nmon/nmon-16m.ebuild b/sys-process/nmon/nmon-16m.ebuild
index a534b4293282..7fe503fa0388 100644
--- a/sys-process/nmon/nmon-16m.ebuild
+++ b/sys-process/nmon/nmon-16m.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-3"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.c"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sys-block/ms-sys/

2021-12-06 Thread Agostino Sarubbo
commit: e587cc8bd0d0976ab71e5eac753ca7573c12d1f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:23:29 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:23:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e587cc8b

sys-block/ms-sys: x86 stable wrt bug #828312

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

 sys-block/ms-sys/ms-sys-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/ms-sys/ms-sys-2.7.0.ebuild 
b/sys-block/ms-sys/ms-sys-2.7.0.ebuild
index 4d4a480678e4..ec6060dea93a 100644
--- a/sys-block/ms-sys/ms-sys-2.7.0.ebuild
+++ b/sys-block/ms-sys/ms-sys-2.7.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="sys-devel/gettext"
 RDEPEND="virtual/libintl"



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

2021-12-06 Thread Agostino Sarubbo
commit: ecc8dbbe39ccf71f95aaddf81d733c7b4359ef11
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:23:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:23:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc8dbbe

sys-apps/miller: x86 stable wrt bug #828310

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

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

diff --git a/sys-apps/miller/miller-5.10.2.ebuild 
b/sys-apps/miller/miller-5.10.2.ebuild
index a06dbb961712..4daa197af23e 100644
--- a/sys-apps/miller/miller-5.10.2.ebuild
+++ b/sys-apps/miller/miller-5.10.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~x86"
+KEYWORDS="amd64 arm x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2021-12-06 Thread Agostino Sarubbo
commit: a45add1c7c906fdabf0ba1c40c02e4e65659b364
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:23:18 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:23:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45add1c

net-libs/czmq: x86 stable wrt bug #828304

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

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

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



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

2021-12-06 Thread Agostino Sarubbo
commit: 1b25b26a2897c40493deec0d7572212dba46fe07
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:22:32 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:22:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b25b26a

dev-util/strace: sparc stable wrt bug #828483

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

 dev-util/strace/strace-5.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-5.14-r1.ebuild 
b/dev-util/strace/strace-5.14-r1.ebuild
index 41cadd146c7a..1a49035cfbec 100644
--- a/dev-util/strace/strace-5.14-r1.ebuild
+++ b/dev-util/strace/strace-5.14-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2021-12-06 Thread Agostino Sarubbo
commit: de059664eb437a921e25e363e0c2318e43746834
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:21:52 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:21:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de059664

dev-ruby/ruby_parser: amd64 stable wrt bug #828451

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

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

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.18.1.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.18.1.ebuild
index 13d3bdbf8627..73a5e7da7259 100644
--- a/dev-ruby/ruby_parser/ruby_parser-3.18.1.ebuild
+++ b/dev-ruby/ruby_parser/ruby_parser-3.18.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/seattlerb/ruby_parser;
 
 LICENSE="MIT"
 SLOT="3"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/sexp_processor-4.16.0:4"



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

2021-12-06 Thread Agostino Sarubbo
commit: e7c3767cd53b8d552166fa8785f04c4ad23cfa05
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:22:02 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:22:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c3767c

net-mail/isync: amd64 stable wrt bug #828470

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

 net-mail/isync/isync-1.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/isync/isync-1.4.4.ebuild 
b/net-mail/isync/isync-1.4.4.ebuild
index 07b35974fe65..210ee8d0b3a0 100644
--- a/net-mail/isync/isync-1.4.4.ebuild
+++ b/net-mail/isync/isync-1.4.4.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3 autotools
 else
SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 fi
 
 IUSE="berkdb sasl ssl zlib"



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

2021-12-06 Thread Agostino Sarubbo
commit: 588ebe1dd0b640e78c455aeaa799e6c9a22d5416
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:21:35 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:21:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588ebe1d

net-misc/networkmanager: amd64 stable wrt bug #825034

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

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

diff --git a/net-misc/networkmanager/networkmanager-1.32.12.ebuild 
b/net-misc/networkmanager/networkmanager-1.32.12.ebuild
index 539f1c2e727b..0b9d49bd9495 100644
--- a/net-misc/networkmanager/networkmanager-1.32.12.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.32.12.ebuild
@@ -30,7 +30,7 @@ REQUIRED_USE="
?? ( syslog systemd )
 "
 
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
 
 COMMON_DEPEND="
sys-apps/util-linux[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2021-12-06 Thread Agostino Sarubbo
commit: f2617661b04c9af2539123f254884d79a2554625
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:21:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:21:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2617661

sci-geosciences/qmapshack: amd64 stable wrt bug #828268

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

 sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
index 6c1736186d87..cc694d1a04cb 100644
--- a/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
+++ b/sci-geosciences/qmapshack/qmapshack-1.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Maproom/${PN}/archive/V_${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



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

2021-12-06 Thread Agostino Sarubbo
commit: f223ce4fc0c47b0f7f5c39a5b8b9d2d1e6a5de93
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec  7 06:21:56 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec  7 06:21:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f223ce4f

dev-ruby/sexp_processor: amd64 stable wrt bug #828451

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

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

diff --git a/dev-ruby/sexp_processor/sexp_processor-4.16.0.ebuild 
b/dev-ruby/sexp_processor/sexp_processor-4.16.0.ebuild
index 3ae64752fc26..bafed2991b92 100644
--- a/dev-ruby/sexp_processor/sexp_processor-4.16.0.ebuild
+++ b/dev-ruby/sexp_processor/sexp_processor-4.16.0.ebuild
@@ -15,7 +15,7 @@ 
HOMEPAGE="https://www.zenspider.com/projects/sexp_processor.html;
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 ruby_add_bdepend "



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

2021-12-06 Thread Lars Wendler
commit: 654301266cb3cba04b69b18aaec797cf99d4ef2d
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  7 06:18:01 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  7 06:18:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65430126

sys-fs/xfsprogs: Removed old

Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/xfsprogs/Manifest   |  1 -
 sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild | 96 --
 2 files changed, 97 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 6aa06d48d7da..ab614e1fc168 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,4 +1,3 @@
 DIST xfsprogs-5.10.0.tar.xz 1273332 BLAKE2B 
8caaa0ca8a94480f131d36b383afcf732b3a5a7a3c7927b4b4da4855fc5a0fb97a56fcebb98391a4dd0f02465868a4bd857e57eeba053a419df47d42f74bc958
 SHA512 
da09e687c87c4b133888dba7b4458017ec028020637ea5066be0232bf5c7da18239cc33eadd02d9b99d1c835aab38cab1ec9d45ae8b83897f9157cfcb0271fbd
-DIST xfsprogs-5.14.0.tar.xz 1307332 BLAKE2B 
d2177f10d677e28439cef1db3ca6a2adb93f89f1f415b2b564ec694d80a0b981ebd283d33ea21573ce2e7405da8235bad48df3ca43d37a4294de60ca95380ed1
 SHA512 
dc87840c05bbd3f6ba64bb61f95499d58eff1d4bb2309ed223048ca0e475f5bb139f03c47f415a997576e5bf85cf06b1a040e022397d6f0bcd5ba60b36d8b0a2
 DIST xfsprogs-5.14.1.tar.xz 1308968 BLAKE2B 
fda20f824a030113717cc46de1920696dc8f9eed13b54809e6b21275cf4f8673385e8bbb1c1c668ba2592ab43fb230c9d46edf4c0e5abe59a9572cc9a90ae5da
 SHA512 
5bb79fff45048bebee2fde85ec788658dd8dc8d5ddac222b1f74c6cd525e1239d920814e8e713f045e38398a785321bf0a7421ff1c690cd0be5dbb224f8dafea
 DIST xfsprogs-5.14.2.tar.xz 1308912 BLAKE2B 
04083bf7952015d64f16e1aec0fa74be1957543e2264914f69defe45a3dc9f2524d941abc064a25a2fd760ebd6dcdcdc2404fd305e08fff7f6be6c5fc11d4d2f
 SHA512 
cb9794247a2eed8bd9f10ff811d38f97e4adbed97bad334b0fa8a26503ec224237eddd92fd78892584a153967417ab2009fb2fc8bab6ef12cd53fd20bdba1b4e

diff --git a/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild
deleted file mode 100644
index 069e9cb903a7..
--- a/sys-fs/xfsprogs/xfsprogs-5.14.0.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs systemd usr-ldscript
-
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/;
-SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-IUSE="icu libedit nls selinux"
-
-RDEPEND=">=sys-apps/util-linux-2.17.2
-   dev-libs/inih
-   dev-libs/userspace-rcu
-   icu? ( dev-libs/icu:= )
-   libedit? ( dev-libs/libedit )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   nls? ( sys-devel/gettext )
-"
-RDEPEND+=" selinux? ( sec-policy/selinux-xfs )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.15.0-docdir.patch
-   "${FILESDIR}"/${PN}-5.3.0-libdir.patch
-)
-
-src_prepare() {
-   default
-
-   # Fix doc dir
-   sed -i \
-   -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
-   include/builddefs.in || die
-
-   # Don't install compressed docs
-   sed 's@\(CHANGES\)\.gz[[:space:]]@\1 @' -i doc/Makefile || die
-}
-
-src_configure() {
-   # include/builddefs.in will add FCFLAGS to CFLAGS which will
-   # unnecessarily clutter CFLAGS (and fortran isn't used)
-   unset FCFLAGS
-
-   export DEBUG=-DNDEBUG
-
-   # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
-   # However, we have to provide an empty value to avoid default
-   # flags.
-   export OPTIMIZER=" "
-
-   unset PLATFORM # if set in user env, this breaks configure
-
-   # Avoid automagic on libdevmapper, #709694
-   export ac_cv_search_dm_task_create=no
-
-   # Build fails with -O3 (bug #712698)
-   replace-flags -O3 -O2
-
-   # Upstream does NOT support --disable-static anymore,
-   # https://www.spinics.net/lists/linux-xfs/msg30185.html
-   # https://www.spinics.net/lists/linux-xfs/msg30272.html
-   local myconf=(
-   --enable-blkid
-   --with-crond-dir="${EPREFIX}/etc/cron.d"
-   --with-systemd-unit-dir="$(systemd_get_systemunitdir)"
-   $(use_enable icu libicu)
-   $(use_enable nls gettext)
-   $(use_enable libedit editline)
-   )
-
-   if is-flagq -flto ; then
-   myconf+=( --enable-lto )
-   else
-   myconf+=( --disable-lto )
-   fi
-
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   emake V=1
-}
-
-src_install() {
-   emake DIST_ROOT="${ED}" HAVE_ZIPPED_MANPAGES=false install
-   emake DIST_ROOT="${ED}" HAVE_ZIPPED_MANPAGES=false install-dev
-
-   gen_usr_ldscript -a handle
-}



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

2021-12-06 Thread Lars Wendler
commit: b88c68152a4dc54c0e9df8065014f3bd291bb611
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Dec  7 06:16:57 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Dec  7 06:16:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88c6815

sys-fs/xfsprogs: Bump to version 5.14.2

Signed-off-by: Lars Wendler  gentoo.org>

 sys-fs/xfsprogs/Manifest   |  1 +
 sys-fs/xfsprogs/xfsprogs-5.14.2.ebuild | 96 ++
 2 files changed, 97 insertions(+)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 5272f3d3dd48..6aa06d48d7da 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,3 +1,4 @@
 DIST xfsprogs-5.10.0.tar.xz 1273332 BLAKE2B 
8caaa0ca8a94480f131d36b383afcf732b3a5a7a3c7927b4b4da4855fc5a0fb97a56fcebb98391a4dd0f02465868a4bd857e57eeba053a419df47d42f74bc958
 SHA512 
da09e687c87c4b133888dba7b4458017ec028020637ea5066be0232bf5c7da18239cc33eadd02d9b99d1c835aab38cab1ec9d45ae8b83897f9157cfcb0271fbd
 DIST xfsprogs-5.14.0.tar.xz 1307332 BLAKE2B 
d2177f10d677e28439cef1db3ca6a2adb93f89f1f415b2b564ec694d80a0b981ebd283d33ea21573ce2e7405da8235bad48df3ca43d37a4294de60ca95380ed1
 SHA512 
dc87840c05bbd3f6ba64bb61f95499d58eff1d4bb2309ed223048ca0e475f5bb139f03c47f415a997576e5bf85cf06b1a040e022397d6f0bcd5ba60b36d8b0a2
 DIST xfsprogs-5.14.1.tar.xz 1308968 BLAKE2B 
fda20f824a030113717cc46de1920696dc8f9eed13b54809e6b21275cf4f8673385e8bbb1c1c668ba2592ab43fb230c9d46edf4c0e5abe59a9572cc9a90ae5da
 SHA512 
5bb79fff45048bebee2fde85ec788658dd8dc8d5ddac222b1f74c6cd525e1239d920814e8e713f045e38398a785321bf0a7421ff1c690cd0be5dbb224f8dafea
+DIST xfsprogs-5.14.2.tar.xz 1308912 BLAKE2B 
04083bf7952015d64f16e1aec0fa74be1957543e2264914f69defe45a3dc9f2524d941abc064a25a2fd760ebd6dcdcdc2404fd305e08fff7f6be6c5fc11d4d2f
 SHA512 
cb9794247a2eed8bd9f10ff811d38f97e4adbed97bad334b0fa8a26503ec224237eddd92fd78892584a153967417ab2009fb2fc8bab6ef12cd53fd20bdba1b4e

diff --git a/sys-fs/xfsprogs/xfsprogs-5.14.2.ebuild 
b/sys-fs/xfsprogs/xfsprogs-5.14.2.ebuild
new file mode 100644
index ..f1ec2e50d05c
--- /dev/null
+++ b/sys-fs/xfsprogs/xfsprogs-5.14.2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic systemd usr-ldscript
+
+DESCRIPTION="xfs filesystem utilities"
+HOMEPAGE="https://xfs.wiki.kernel.org/;
+SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="icu libedit nls selinux"
+
+RDEPEND=">=sys-apps/util-linux-2.17.2
+   dev-libs/inih
+   dev-libs/userspace-rcu
+   icu? ( dev-libs/icu:= )
+   libedit? ( dev-libs/libedit )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+"
+RDEPEND+=" selinux? ( sec-policy/selinux-xfs )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.15.0-docdir.patch
+   "${FILESDIR}"/${PN}-5.3.0-libdir.patch
+)
+
+src_prepare() {
+   default
+
+   # Fix doc dir
+   sed -i \
+   -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
+   include/builddefs.in || die
+
+   # Don't install compressed docs
+   sed 's@\(CHANGES\)\.gz[[:space:]]@\1 @' -i doc/Makefile || die
+}
+
+src_configure() {
+   # include/builddefs.in will add FCFLAGS to CFLAGS which will
+   # unnecessarily clutter CFLAGS (and fortran isn't used)
+   unset FCFLAGS
+
+   export DEBUG=-DNDEBUG
+
+   # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
+   # However, we have to provide an empty value to avoid default
+   # flags.
+   export OPTIMIZER=" "
+
+   unset PLATFORM # if set in user env, this breaks configure
+
+   # Avoid automagic on libdevmapper, #709694
+   export ac_cv_search_dm_task_create=no
+
+   # Build fails with -O3 (bug #712698)
+   replace-flags -O3 -O2
+
+   # Upstream does NOT support --disable-static anymore,
+   # https://www.spinics.net/lists/linux-xfs/msg30185.html
+   # https://www.spinics.net/lists/linux-xfs/msg30272.html
+   local myconf=(
+   --enable-blkid
+   --with-crond-dir="${EPREFIX}/etc/cron.d"
+   --with-systemd-unit-dir="$(systemd_get_systemunitdir)"
+   $(use_enable icu libicu)
+   $(use_enable nls gettext)
+   $(use_enable libedit editline)
+   )
+
+   if is-flagq -flto ; then
+   myconf+=( --enable-lto )
+   else
+   myconf+=( --disable-lto )
+   fi
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake V=1
+}
+
+src_install() {
+   emake DIST_ROOT="${ED}" HAVE_ZIPPED_MANPAGES=false install
+   emake DIST_ROOT="${ED}" HAVE_ZIPPED_MANPAGES=false install-dev
+
+   gen_usr_ldscript -a handle
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/App-XML-DocBook-Builder/

2021-12-06 Thread Joshua Kinard
commit: 905ccbfd36bdedbbc79145a2460b64e505fbf3ed
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Dec  7 06:09:33 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Dec  7 06:09:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ccbfd

app-text/App-XML-DocBook-Builder: Added ~mips to KEYWORDS

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

 .../App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-text/App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild 
b/app-text/App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild
index cd21cac1bff2..7e245481115b 100644
--- 
a/app-text/App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild
+++ 
b/app-text/App-XML-DocBook-Builder/App-XML-DocBook-Builder-0.100.300-r1.ebuild
@@ -12,7 +12,7 @@ 
HOMEPAGE="https://www.shlomifish.org/open-source/projects/docmake/;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~x86"
 
 RDEPEND="dev-perl/Class-XSAccessor
virtual/perl-Getopt-Long



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

2021-12-06 Thread Joshua Kinard
commit: de5518fb8909415ba0fc347a90fac8d1b1f92ad6
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Dec  7 06:10:56 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Dec  7 06:10:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de5518fb

dev-perl/Class-XSAccessor: Added ~mips to KEYWORDS

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

 dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild 
b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild
index 154746501662..c3c6c42c9eea 100644
--- a/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild
+++ b/dev-perl/Class-XSAccessor/Class-XSAccessor-1.190.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Generate fast XS accessors without runtime 
compilation"
 # License note: perl 5-or-newer
 # https://bugs.gentoo.org/718946#c6
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~m68k ppc ~ppc64 ~riscv x86 ~ppc-macos 
~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv x86 ~ppc-macos 
~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod/

2021-12-06 Thread Joshua Kinard
commit: 37d87065b565d4835486cf480495e0fb375e9e72
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Dec  7 06:06:47 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Dec  7 06:06:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d87065

games-misc/fortune-mod: Added ~mips to KEYWORDS

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

 games-misc/fortune-mod/fortune-mod-3.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/fortune-mod/fortune-mod-3.6.1-r1.ebuild 
b/games-misc/fortune-mod/fortune-mod-3.6.1-r1.ebuild
index d35cc17613d7..070bc906922b 100644
--- a/games-misc/fortune-mod/fortune-mod-3.6.1-r1.ebuild
+++ b/games-misc/fortune-mod/fortune-mod-3.6.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/shlomif/fortune-mod/releases/download/${P}/${P}.tar.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~x86"
 IUSE="offensive"
 
 DEPEND="app-text/recode:=



[gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-all/

2021-12-06 Thread Joshua Kinard
commit: 929192405f81878954a0614533290d5eba019b63
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Dec  7 06:08:09 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Dec  7 06:08:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92919240

games-misc/fortune-mod-all: Added ~mips to KEYWORDS

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

 games-misc/fortune-mod-all/fortune-mod-all-5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-misc/fortune-mod-all/fortune-mod-all-5.ebuild 
b/games-misc/fortune-mod-all/fortune-mod-all-5.ebuild
index 661a482eae43..aba2aa7b32c9 100644
--- a/games-misc/fortune-mod-all/fortune-mod-all-5.ebuild
+++ b/games-misc/fortune-mod-all/fortune-mod-all-5.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~x86"
 IUSE="l10n_cs l10n_de l10n_it"
 
 RDEPEND=">=games-misc/fortune-mod-3.6.1-r1



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

2021-12-06 Thread Joshua Kinard
commit: ee9a44e360520ffd9412f99aafb5135a6f711e8f
Author: Joshua Kinard  gentoo  org>
AuthorDate: Tue Dec  7 06:12:38 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Tue Dec  7 06:12:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9a44e3

dev-perl/Test-Trap: Added ~mips to KEYWORDS

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

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

diff --git a/dev-perl/Test-Trap/Test-Trap-0.3.4.ebuild 
b/dev-perl/Test-Trap/Test-Trap-0.3.4.ebuild
index b1c87ef1a92b..bec0d94e5fa0 100644
--- a/dev-perl/Test-Trap/Test-Trap-0.3.4.ebuild
+++ b/dev-perl/Test-Trap/Test-Trap-0.3.4.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Trap exit codes, exceptions, output, etc"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] proj/portage:master commit in: lib/portage/dep/, lib/portage/tests/resolver/

2021-12-06 Thread Zac Medico
commit: a7289ac0eaaa0d435bf6d9bfb2724a6b39adcbee
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Dec  4 23:54:47 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Dec  5 18:40:44 2021 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=a7289ac0

dep_zapdeps: avoid new slots when appropriate (bug 828136)

Place choices that do not pull in new slots into a preferred
choice bin, so that they will not be mixed with choices that
contain unnecessary upgrades. This fixes the included test
case so that an unnecessary new python slot is not pulled in.

Bug: https://bugs.gentoo.org/828136
Signed-off-by: Zac Medico  gentoo.org>

 lib/portage/dep/dep_check.py   |  6 ++-
 .../tests/resolver/test_unecessary_slot_upgrade.py | 62 ++
 2 files changed, 67 insertions(+), 1 deletion(-)

diff --git a/lib/portage/dep/dep_check.py b/lib/portage/dep/dep_check.py
index 9fccda08b..8ca4c0b9d 100644
--- a/lib/portage/dep/dep_check.py
+++ b/lib/portage/dep/dep_check.py
@@ -376,6 +376,7 @@ def dep_zapdeps(
 # c) contains masked installed packages
 # d) is the first item
 
+no_new_slots = []
 preferred_in_graph = []
 preferred_installed = preferred_in_graph
 preferred_any_slot = preferred_in_graph
@@ -391,6 +392,7 @@ def dep_zapdeps(
 # unsat_use_* must come after preferred_non_installed
 # for correct ordering in cases like || ( foo[a] foo[b] ).
 choice_bins = (
+no_new_slots,
 preferred_in_graph,
 preferred_non_installed,
 unsat_use_in_graph,
@@ -689,7 +691,9 @@ def dep_zapdeps(
 other.append(this_choice)
 else:
 if all_use_satisfied:
-if all_in_graph:
+if new_slot_count == 0 and not want_update:
+no_new_slots.append(this_choice)
+elif all_in_graph:
 preferred_in_graph.append(this_choice)
 elif all_installed:
 if all_installed_slots:

diff --git a/lib/portage/tests/resolver/test_unecessary_slot_upgrade.py 
b/lib/portage/tests/resolver/test_unecessary_slot_upgrade.py
new file mode 100644
index 0..f8b8b346a
--- /dev/null
+++ b/lib/portage/tests/resolver/test_unecessary_slot_upgrade.py
@@ -0,0 +1,62 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+from portage.tests import TestCase
+from portage.tests.resolver.ResolverPlayground import (
+ResolverPlayground,
+ResolverPlaygroundTestCase,
+)
+
+
+class UnnecessarySlotrUpgradeTestCase(TestCase):
+def testUnnecessarySlotUpgrade(self):
+ebuilds = {
+"app-misc/a-1": {
+"EAPI": "8",
+"RDEPEND": "|| ( dev-lang/python:3.10 dev-lang/python:3.9 ) || 
( dev-lang/python:3.10 dev-lang/python:3.9 )",
+},
+"dev-lang/python-3.9": {"SLOT": "3.9"},
+"dev-lang/python-3.10": {"SLOT": "3.10"},
+}
+
+installed = {
+"dev-lang/python-3.9": {"SLOT": "3.9"},
+}
+
+test_cases = (
+# Test bug 828136, where an unnecessary python slot upgrade
+# was triggered.
+ResolverPlaygroundTestCase(
+[
+"app-misc/a",
+],
+success=True,
+mergelist=("app-misc/a-1",),
+),
+ResolverPlaygroundTestCase(
+[
+"app-misc/a",
+],
+success=True,
+mergelist=(
+"dev-lang/python-3.10",
+"app-misc/a-1",
+),
+options={
+"--deep": True,
+"--update": True,
+},
+),
+)
+
+playground = ResolverPlayground(
+debug=False, ebuilds=ebuilds, installed=installed
+)
+
+try:
+for test_case in test_cases:
+playground.run_TestCase(test_case)
+self.assertEqual(test_case.test_success, True, 
test_case.fail_msg)
+finally:
+playground.debug = False
+playground.cleanup()



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

2021-12-06 Thread Zac Medico
commit: 213f3e0302c22114f459422293caa1ef07abe9e0
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Dec  7 03:56:08 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Dec  7 03:56:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=213f3e03

app-emulation/conmon: Bump to version 2.0.31

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

 app-emulation/conmon/Manifest |  1 +
 app-emulation/conmon/conmon-2.0.31.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
index dd4deb4aa86c..c3866731eab9 100644
--- a/app-emulation/conmon/Manifest
+++ b/app-emulation/conmon/Manifest
@@ -1 +1,2 @@
 DIST conmon-2.0.30.tar.gz 161285 BLAKE2B 
c4e01759d819d3dff94b9ae09caa72b6f664e49d907d3a1be9fb4a0e1f782fad29a7cd7c89703e861f4aa6d7955996386f81460f19f22be2889c4f88c34536cb
 SHA512 
2451e441913925f8423385b83e97630e980948a9bd57ae8800889016c4412a26bed598825d3c034c3edcecbab66c38417f55ad3866d3c2c98cada6acce2b2d16
+DIST conmon-2.0.31.tar.gz 158184 BLAKE2B 
b14bae77a18cc352bc9583604544b4e7ffe4bd8a77e5c3185c897c11819bba227edcbd84b559d998a2b5648ca371f0e98e4d9cd15951a953cbe05a9c9ae9d434
 SHA512 
ff879fcd5a3b7de8ee6ff9de2a13d0afc36fdb392390278b26ee179be26ff375ddce4f5ae24e3e88b737f63202af64b49e82b2ffbfc0de8bfd14690dac523747

diff --git a/app-emulation/conmon/conmon-2.0.31.ebuild 
b/app-emulation/conmon/conmon-2.0.31.ebuild
new file mode 100644
index ..0f5ca7319b06
--- /dev/null
+++ b/app-emulation/conmon/conmon-2.0.31.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="An OCI container runtime monitor"
+HOMEPAGE="https://github.com/containers/conmon;
+SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+IUSE="systemd"
+RESTRICT="test"
+
+RDEPEND="dev-libs/glib:=
+   systemd? ( sys-apps/systemd:= )"
+DEPEND="${RDEPEND}
+   dev-go/go-md2man"
+
+src_prepare() {
+   default
+
+   if ! use systemd; then
+   sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' 
\
+   -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
+   -i Makefile || die
+   fi
+   sed -e 's|make -C tools|$(MAKE) -C tools|' -i Makefile || die
+   sed -e 's|^GOMD2MAN = .*|GOMD2MAN = go-md2man|' -i docs/Makefile || die
+}
+
+src_compile() {
+   tc-export CC
+   emake GIT_COMMIT="v${PV}" \
+   all
+}
+
+src_install() {
+   emake DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
+   install
+   dodir /usr/libexec/podman
+   ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/bash-support/

2021-12-06 Thread Sam James
commit: 4d119351be58d01b2ccb9a3a012e7034ebb24176
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:43:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:45:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d119351

app-vim/bash-support: add 4.3

Going through some app-vim/* bump bugs given upstream seem to be deprecating
and removing some old functionality, this is needed to keep things working.

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

 app-vim/bash-support/Manifest|  1 +
 app-vim/bash-support/bash-support-4.3.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-vim/bash-support/Manifest b/app-vim/bash-support/Manifest
index 6efbb45f6d48..129a59a5bb27 100644
--- a/app-vim/bash-support/Manifest
+++ b/app-vim/bash-support/Manifest
@@ -1 +1,2 @@
 DIST bash-support-4.2.1.tar.bz2 115200 BLAKE2B 
2fab4f1bb0897af389a206051e63d2fe7a8cd89367298b1be51146eed7c0d788b23cec7bc81ce3056d26b5efc920043e67be003e4e6bfe25b503d532c74d9c07
 SHA512 
12ab39f5cffb58e4adb2137265d6c4f1a61b5f2e360f6866c21ead0a67e02a5445bd12fec5b00b26e5d6102b3aaab99b8b13539a67575067c3ef9b26c4ef8fba
+DIST bash-support-4.3.zip 249238 BLAKE2B 
46fa031b4ba927e5a229fa9dc93a3dbe005322a1de494bc8cbeb56138f2c580ea5b39b203d46b59013e1985930422c2e4217234a317fbf8ee6209889c4047323
 SHA512 
fd9294e467129990bc9796cda309a5b0ec5af3ddbda7f141939622ec0d96c1573b35d9a20e99040d6a4e83b1e98c1f6b847c77d055cca9492922e1080dc64118

diff --git a/app-vim/bash-support/bash-support-4.3.ebuild 
b/app-vim/bash-support/bash-support-4.3.ebuild
new file mode 100644
index ..6de7fb8f0321
--- /dev/null
+++ b/app-vim/bash-support/bash-support-4.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: write and run bash scripts using menus and hotkeys"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=365;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=24452 -> 
${P}.zip"
+S="${WORKDIR}"/${PN}
+
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip"
+
+VIM_PLUGIN_HELPFILES="${PN}"
+
+src_install() {
+   dodoc doc/{ChangeLog,bash-hotkeys.pdf}
+   rm -rf ${PN}/doc || die
+
+   vim-plugin_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/lustyexplorer/

2021-12-06 Thread Sam James
commit: 3edbfea01655be5799727cc08afb81d487ab17a4
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:40:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:44:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edbfea0

app-vim/lustyexplorer: add 5.0

Going through some app-vim/* bump bugs given upstream seem to be deprecating
and removing some old functionality, this is needed to keep things working.

Closes: https://bugs.gentoo.org/827948
Thanks-to:  riseup.net>
Signed-off-by: Sam James  gentoo.org>

 app-vim/lustyexplorer/Manifest |  1 +
 app-vim/lustyexplorer/lustyexplorer-5.0.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-vim/lustyexplorer/Manifest b/app-vim/lustyexplorer/Manifest
index 2e8f3daaf9eb..3662898fd4e9 100644
--- a/app-vim/lustyexplorer/Manifest
+++ b/app-vim/lustyexplorer/Manifest
@@ -1 +1,2 @@
+DIST lusty-explorer-5.0.zip 21036 BLAKE2B 
6f9918242b5a12a2fd58017c54f10489113b21858e1522e0ff74a7cca41045c08144cb7b69bef2aa5e67998d74bb8472d547421cb737d2fdf79ec1ce4c51db9d
 SHA512 
42aa2dea2d96c88cf65891a08a798c185849695c49663260fd133c34b63311d1db9073d3db2d6e4d1fd6907fdd4cf89335dacb0a5bbaa994924751f5a1be66cf
 DIST lustyexplorer-4.3.tar.bz2 17373 BLAKE2B 
643eb4c7573932fa63030766670d7c398e307b72e08e93e53e31b7f21086a80196c8d4d7811032b8b945306fcdc7d86d59eb6b48ce0b79f38e628d6b4bec7519
 SHA512 
24ffa1fe5c1698dfa6093c7cfed2f08540ce130258df5e8ec135356ecea4c1f607f11e643ab859f551e63ecbbf6fc8a615a9514e1d4798b752cc97146c29c661

diff --git a/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild 
b/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild
new file mode 100644
index ..c2f6ad8affa6
--- /dev/null
+++ b/app-vim/lustyexplorer/lustyexplorer-5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+MY_PN="lusty-explorer"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="vim plugin: dynamic filesystem and buffer explorer"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1890;
+SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=26146 -> 
${MY_P}.zip"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="bufexplorer.vim"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="lusty-explorer.txt"
+
+BDEPEND="app-arch/unzip"
+RDEPEND="|| (
+   app-editors/vim[ruby]
+   app-editors/gvim[ruby]
+)"
+
+src_prepare() {
+   default
+
+   # There's good documentation included with the script, but it's not
+   # in a helpfile. Since there's rather too much information to include
+   # in a VIM_PLUGIN_HELPTEXT, we'll sed ourselves a help doc.
+   mkdir "${S}"/doc || die
+   sed -e '0,/"$/d' -e '/" GetLatest.\+$/,d' -e 's/^" \?//' \
+   -e "s/\(Name Of File: \)\([^.]\+\)\.vim/\1*\2.txt*/" \
+   plugin/lusty-explorer.vim > doc/lusty-explorer.txt
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/tlib/, app-vim/tlib/files/

2021-12-06 Thread Sam James
commit: 389ef1b556f11f4dae6cd873fcf2afc11372983e
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:37:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:37:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389ef1b5

app-vim/tlib: add 1.27

Also includes a patch (not in 1.27) from upstream git that fixes
compatibility with newer vim.

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

 app-vim/tlib/Manifest  |  1 +
 .../tlib-1.27-fix-error-E1208-vim-8.2.3141.patch   | 29 +
 app-vim/tlib/tlib-1.27.ebuild  | 30 ++
 3 files changed, 60 insertions(+)

diff --git a/app-vim/tlib/Manifest b/app-vim/tlib/Manifest
index c638356f631a..4bc1f53d28a5 100644
--- a/app-vim/tlib/Manifest
+++ b/app-vim/tlib/Manifest
@@ -1,2 +1,3 @@
 DIST tlib-1.22.tar.gz 119979 BLAKE2B 
2fe1231b6a075989c41aa2cf38d0964b6d9ada390d0729ea417aa1c2ef1a105a07d569f80c75ba91a55f7e68f349faab2dcda66741b0b1da59f76d68a5467e24
 SHA512 
b7fc7e3741876c92bbccc116d4e170663e3d178aa8fb546f969475723cd82e07d9470af37574f8f97cfd23b8ca8f5dd5daa2e7bef50e2f62beec0015a2355908
 DIST tlib-1.23.tar.gz 120827 BLAKE2B 
7b86a1b0e22e499390239e5898d81c90ac1b3b989b929e3bde3ea516d05419fc8af19e72d5313df36ce856a4c7ee2cddbdbecbace835f24adefb1883d4e76e46
 SHA512 
5fd5d6e6ccd36117abcfca35173d28602a73b0773e5fc77cb8c1c8660f13dd7882c8a8de9b4335927b807c7d643c480f1371926b4ffb1758e53948132dee1d75
+DIST tlib-1.27.tar.gz 124891 BLAKE2B 
d8d79d1d7bc71e38d2315ab30df414521122cae8c8dfe2e43c8e87bad30685703e09a905d97a00cc2ef01a51369acfde75c37290d971a72d40ec61bce8f1fe31
 SHA512 
c7037a4aaa4bbb1fede9baea45644a8d1575c5813bc387a293856d8acbe2929cb641d317a4323b295dcc1c0e05091984e6b6eb9a3968503c4cde53580baf994d

diff --git a/app-vim/tlib/files/tlib-1.27-fix-error-E1208-vim-8.2.3141.patch 
b/app-vim/tlib/files/tlib-1.27-fix-error-E1208-vim-8.2.3141.patch
new file mode 100644
index ..d52314fd6987
--- /dev/null
+++ b/app-vim/tlib/files/tlib-1.27-fix-error-E1208-vim-8.2.3141.patch
@@ -0,0 +1,29 @@
+https://github.com/tomtom/tlib_vim/commit/b5f9f6c83ade9b5640580bf9792a332dd453dfd0
+https://bugs.gentoo.org/828429
+
+From: Laurent Stacul 
+Date: Mon, 12 Jul 2021 15:51:16 +0200
+Subject: [PATCH] Fix error E1208 raised by vim >=8.2.3141
+
+Starting vim 8.2.3141 with the tlib_vim plugin will raised the following
+error message at startup:
+
+  Error detected while processing 
.vim/pack/stac/start/tlib_vim/plugin/02tlib.vim:
+  line   77: E1208: -complete used without -nargsPress ENTER or type command 
to continue
+
+The reason is the following change in vim:
+
+  https://github.com/vim/vim/commit/de69a7353e9bec552e15dbe3706a9f4e88080fce
+
+Which forbid the com[mand] command with -nargs=0 and -complete options.
+--- a/plugin/02tlib.vim
 b/plugin/02tlib.vim
+@@ -74,7 +74,7 @@ command! -nargs=1 -complete=command TBrowseOutput call 
tlib#cmd#BrowseOutput(
+ "   TBrowseScriptnames 
+-command! -nargs=0 -complete=command TBrowseScriptnames call 
tlib#cmd#TBrowseScriptnames()
++command! -nargs=0 TBrowseScriptnames call tlib#cmd#TBrowseScriptnames()
+ 
+ 
+ " :display: :Texecqfl CMD

diff --git a/app-vim/tlib/tlib-1.27.ebuild b/app-vim/tlib/tlib-1.27.ebuild
new file mode 100644
index ..aac06503bc74
--- /dev/null
+++ b/app-vim/tlib/tlib-1.27.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+MY_PN=${PN}_vim
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="vim plugin: a library of utility functions"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 
https://github.com/tomtom/tlib_vim;
+SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+VIM_PLUGIN_HELPFILES="${PN}.txt"
+
+DOCS=( README CHANGES.TXT )
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-error-E1208-vim-8.2.3141.patch
+)
+
+src_prepare() {
+   default
+   rm -r test samples || die
+}



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

2021-12-06 Thread Sam James
commit: d78afba3452e95939f85b26eb0096cd16f5a6281
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:18:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:18:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78afba3

dev-util/strace: Stabilize 5.14-r1 ppc, #828483

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

 dev-util/strace/strace-5.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-5.14-r1.ebuild 
b/dev-util/strace/strace-5.14-r1.ebuild
index 82d7abdbd239..41cadd146c7a 100644
--- a/dev-util/strace/strace-5.14-r1.ebuild
+++ b/dev-util/strace/strace-5.14-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2021-12-06 Thread Sam James
commit: f667c5886b76bce82c67e30d234f0c886162c31f
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:18:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f667c588

dev-util/strace: Stabilize 5.14-r1 ppc64, #828483

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

 dev-util/strace/strace-5.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-5.14-r1.ebuild 
b/dev-util/strace/strace-5.14-r1.ebuild
index 99d3cea02afe..82d7abdbd239 100644
--- a/dev-util/strace/strace-5.14-r1.ebuild
+++ b/dev-util/strace/strace-5.14-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2021-12-06 Thread Sam James
commit: 892810acb2b14815d45c13dd18b5cc5dc9fce139
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:18:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:18:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892810ac

dev-util/strace: Stabilize 5.14-r1 amd64, #828483

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

 dev-util/strace/strace-5.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-5.14-r1.ebuild 
b/dev-util/strace/strace-5.14-r1.ebuild
index 04062018b97e..99d3cea02afe 100644
--- a/dev-util/strace/strace-5.14-r1.ebuild
+++ b/dev-util/strace/strace-5.14-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/jisx0213-fonts/

2021-12-06 Thread Sam James
commit: 5450839da21b1786da2e0bbb9ecf0cdc37151cae
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:17:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:17:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5450839d

media-fonts/jisx0213-fonts: Stabilize 20040425-r3 arm, #828403

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

 media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild 
b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
index d3f052c88e6c..353b9ba77fe9 100644
--- a/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
+++ b/media-fonts/jisx0213-fonts/jisx0213-fonts-20040425-r3.ebuild
@@ -23,7 +23,7 @@ SRC_URI="mirror://gentoo/jiskan16-2004-1.bdf.gz
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~ia64 ppc ~s390 ~sparc ~x86"
 IUSE=""
 RESTRICT="binchecks strip"
 



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

2021-12-06 Thread Sam James
commit: 56697ad8866f254046ffe411ae9c4990e871b847
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:17:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:17:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56697ad8

sys-auth/seatd: Stabilize 0.6.3 arm64, #828381

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

 sys-auth/seatd/seatd-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/seatd/seatd-0.6.3.ebuild 
b/sys-auth/seatd/seatd-0.6.3.ebuild
index a129b4481ffd..c8a6b71abb97 100644
--- a/sys-auth/seatd/seatd-0.6.3.ebuild
+++ b/sys-auth/seatd/seatd-0.6.3.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd;
 else
-   KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 LICENSE="MIT"



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

2021-12-06 Thread Sam James
commit: 0af6128f06461f607524abac9fd044ce69275a95
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:17:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:17:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af6128f

app-crypt/tpm2-tss: Stabilize 3.1.0 arm64, #828327

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

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

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



[gentoo-commits] repo/gentoo:master commit in: media-gfx/mkbold-mkitalic/

2021-12-06 Thread Sam James
commit: 7ce5d4651a67ecf88abd9f7cd4bae88dc3744ee9
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:17:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:17:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce5d465

media-gfx/mkbold-mkitalic: Stabilize 0.11 arm, #828403

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

 media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild 
b/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild
index 1954542eb021..a89795088ecc 100644
--- a/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild
+++ b/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://hp.vector.co.jp/authors/VA013651/lib/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~ia64 ppc ~s390 ~sparc ~x86"
 
 DEPEND=""
 RDEPEND=""



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

2021-12-06 Thread Sam James
commit: fe4db39d3e88335951b0ca42302cda74face660b
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:17:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:17:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4db39d

dev-util/strace: Stabilize 5.14-r1 arm64, #828483

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

 dev-util/strace/strace-5.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/strace/strace-5.14-r1.ebuild 
b/dev-util/strace/strace-5.14-r1.ebuild
index 035be39c8354..04062018b97e 100644
--- a/dev-util/strace/strace-5.14-r1.ebuild
+++ b/dev-util/strace/strace-5.14-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   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"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2021-12-06 Thread Sam James
commit: 8f8e73f28b9393fd3f1e45caf07c5ad03c4dc525
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:17:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:17:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f8e73f2

dev-libs/libwacom: Stabilize 1.12 arm, #828406

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

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

diff --git a/dev-libs/libwacom/libwacom-1.12.ebuild 
b/dev-libs/libwacom/libwacom-1.12.ebuild
index 21e176a5369f..acfda32d8405 100644
--- a/dev-libs/libwacom/libwacom-1.12.ebuild
+++ b/dev-libs/libwacom/libwacom-1.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
 IUSE="doc test"
 RESTRICT="!test? ( test )"
 



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

2021-12-06 Thread Sam James
commit: 928abfc07190c0ada2c04885c5881d0ee5be77fc
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:17:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:17:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928abfc0

net-misc/networkmanager: Stabilize 1.32.12 arm, #825034

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

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

diff --git a/net-misc/networkmanager/networkmanager-1.32.12.ebuild 
b/net-misc/networkmanager/networkmanager-1.32.12.ebuild
index b5c2681f5194..539f1c2e727b 100644
--- a/net-misc/networkmanager/networkmanager-1.32.12.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.32.12.ebuild
@@ -30,7 +30,7 @@ REQUIRED_USE="
?? ( syslog systemd )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
 
 COMMON_DEPEND="
sys-apps/util-linux[${MULTILIB_USEDEP}]



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

2021-12-06 Thread Sam James
commit: 7911d3783040e5827d1d3a1ce9a29748989c5add
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 02:05:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 02:06:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7911d378

net-analyzer/wireshark: modernise 3.6.0 a bit

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

 net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild | 49 ++--
 net-analyzer/wireshark/wireshark-.ebuild | 49 ++--
 2 files changed, 40 insertions(+), 58 deletions(-)

diff --git a/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild 
b/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild
index 145ec1e5d572..3b3d7769e8ea 100644
--- a/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild
+++ b/net-analyzer/wireshark/wireshark-3.6.0-r1.ebuild
@@ -30,12 +30,14 @@ IUSE+=" +mergecap +minizip +netlink opus +plugins 
plugin-ifdemo +pcap +qt5 +rand
 IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
 IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
 
+REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )
+   plugin-ifdemo? ( plugins )"
+
 RESTRICT="!test? ( test )"
 
 # bug #753062 for speexdsp
-CDEPEND="
-   acct-group/pcap
-   >=dev-libs/glib-2.32:2
+RDEPEND="acct-group/pcap
+   >=dev-libs/glib-2.38:2
>=net-dns/c-ares-1.5:=
dev-libs/libgcrypt:=
media-libs/speexdsp
@@ -70,18 +72,12 @@ CDEPEND="
sshdump? ( >=net-libs/libssh-0.6 )
ssl? ( net-libs/gnutls:= )
zlib? ( sys-libs/zlib )
-   zstd? ( app-arch/zstd:= )
-"
-# We need perl for `pod2html`. The rest of the perl stuff is to block older
-# and broken installs. #455122
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-"
-BDEPEND="
+   zstd? ( app-arch/zstd:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
dev-lang/perl
-   sys-devel/bison
sys-devel/flex
+   sys-devel/gettext
virtual/pkgconfig
doc? (
app-doc/doxygen
@@ -93,17 +89,10 @@ BDEPEND="
test? (
dev-python/pytest
dev-python/pytest-xdist
-   )
-"
-RDEPEND="
-   ${CDEPEND}
+   )"
+RDEPEND="${RDEPEND}
qt5? ( virtual/freedesktop-icon-theme )
-   selinux? ( sec-policy/selinux-wireshark )
-"
-REQUIRED_USE="
-   lua? ( ${LUA_REQUIRED_USE} )
-   plugin-ifdemo? ( plugins )
-"
+   selinux? ( sec-policy/selinux-wireshark )"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.6.0-redhat.patch
@@ -119,7 +108,7 @@ src_configure() {
 
# Workaround bug #213705. If krb5-config --libs has -lcrypto then pass
# --with-ssl to ./configure. (Mimics code from acinclude.m4).
-   if use kerberos; then
+   if use kerberos ; then
case $(krb5-config --libs) in
*-lcrypto*)
ewarn "Kerberos was built with ssl support: 
linkage with openssl is enabled."
@@ -130,7 +119,7 @@ src_configure() {
esac
fi
 
-   if use qt5; then
+   if use qt5 ; then
export QT_MIN_VERSION=5.3.0
append-cxxflags -fPIC -DPIC
fi
@@ -237,19 +226,21 @@ src_install() {
doins ${dir}/*.h
done
 
-   if use qt5; then
+   if use qt5 ; then
local s
-   for s in 16 32 48 64 128 256 512 1024; do
+
+   for s in 16 32 48 64 128 256 512 1024 ; do
insinto /usr/share/icons/hicolor/${s}x${s}/apps
newins image/wsicon${s}.png wireshark.png
done
+
for s in 16 24 32 48 64 128 256 ; do
insinto /usr/share/icons/hicolor/${s}x${s}/mimetypes
newins image/WiresharkDoc-${s}.png 
application-vnd.tcpdump.pcap.png
done
fi
 
-   if [[ -d "${ED}"/usr/share/appdata ]]; then
+   if [[ -d "${ED}"/usr/share/appdata ]] ; then
rm -r "${ED}"/usr/share/appdata || die
fi
 }
@@ -262,7 +253,7 @@ pkg_postinst() {
# Add group for users allowed to sniff.
chgrp pcap "${EROOT}"/usr/bin/dumpcap
 
-   if use dumpcap && use pcap; then
+   if use dumpcap && use pcap ; then
fcaps -o 0 -g pcap -m 4710 -M 0710 \
cap_dac_read_search,cap_net_raw,cap_net_admin \
"${EROOT}"/usr/bin/dumpcap

diff --git a/net-analyzer/wireshark/wireshark-.ebuild 
b/net-analyzer/wireshark/wireshark-.ebuild
index 145ec1e5d572..3b3d7769e8ea 100644
--- a/net-analyzer/wireshark/wireshark-.ebuild
+++ b/net-analyzer/wireshark/wireshark-.ebuild
@@ -30,12 +30,14 @@ IUSE+=" +mergecap +minizip +netlink opus +plugins 
plugin-ifdemo +pcap +qt5 +rand
 IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
 IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib 

[gentoo-commits] repo/gentoo:master commit in: games-puzzle/pathological/

2021-12-06 Thread Ionen Wolkens
commit: 7e5213b08ce4a0dd39e8582487cd31f06210400e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Dec  7 00:53:26 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Dec  7 00:54:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5213b0

games-puzzle/pathological: add missing || die

Signed-off-by: Ionen Wolkens  gentoo.org>

 games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild 
b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
index 0c32cefd318d..a16de8ecbe0d 100644
--- a/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
+++ b/games-puzzle/pathological/pathological-1.1.3_p16-r3.ebuild
@@ -36,7 +36,8 @@ PATCHES=(
 src_prepare() {
# debian's patches add python3 support and sanitize other aspects
# use_ogg_music: excluded given .xm files are fine
-   local debian=($(<"${WORKDIR}"/debian/patches/series))
+   local debian
+   debian=($(<"${WORKDIR}"/debian/patches/series)) || die
debian=(${debian[@]/60_use_ogg_music.patch/})
PATCHES+=("${debian[@]/#/${WORKDIR}/debian/patches/}")
 



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

2021-12-06 Thread Sam James
commit: 3f2f30afd3bfce41e4efa627adad88b9195b2a22
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:49:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:49:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2f30af

media-libs/rubberband: Stabilize 2.0.0 ppc, #826722

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

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

diff --git a/media-libs/rubberband/rubberband-2.0.0.ebuild 
b/media-libs/rubberband/rubberband-2.0.0.ebuild
index bafba012e1d6..47258d95fe93 100644
--- a/media-libs/rubberband/rubberband-2.0.0.ebuild
+++ b/media-libs/rubberband/rubberband-2.0.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
 IUSE="ladspa jni static-libs +programs vamp"
 
 BDEPEND="



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

2021-12-06 Thread Sam James
commit: bf020f89bcbca11cf5a8a518b76c4d9ab07791ff
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:44:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:44:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf020f89

net-firewall/ipset: Stabilize 7.15 arm64, #828257

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

 net-firewall/ipset/ipset-7.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ipset/ipset-7.15.ebuild 
b/net-firewall/ipset/ipset-7.15.ebuild
index 844268fa41ad..cd1109bc86b9 100644
--- a/net-firewall/ipset/ipset-7.15.ebuild
+++ b/net-firewall/ipset/ipset-7.15.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://ipset.netfilter.org/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv ~x86"
 
 BDEPEND="virtual/pkgconfig"
 



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

2021-12-06 Thread Sam James
commit: c1a4ea839755494f89c7aa49b171c64f8be5cb86
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:35:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a4ea83

media-libs/rnnoise: Keyword 0.4.1_p20210122 arm, #807265

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

 media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild 
b/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild
index b9ca437a3818..158923f80f70 100644
--- a/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild
+++ b/media-libs/rnnoise/rnnoise-0.4.1_p20210122.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc"
 # NOTE: Documentation currently empty (version 0.4.1_p20210122)
 



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

2021-12-06 Thread Sam James
commit: a66db0236c53bd0628cc50d809ea53659032093f
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:35:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:35:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66db023

media-sound/easyeffects: Keyword 6.1.5 arm, #807265

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

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

diff --git a/media-sound/easyeffects/easyeffects-6.1.5.ebuild 
b/media-sound/easyeffects/easyeffects-6.1.5.ebuild
index 600dcea72c95..e2384d6fb9ab 100644
--- a/media-sound/easyeffects/easyeffects-6.1.5.ebuild
+++ b/media-sound/easyeffects/easyeffects-6.1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/wwmm/easyeffects;
 else
SRC_URI="https://github.com/wwmm/easyeffects/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="GPL-3"



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

2021-12-06 Thread Sam James
commit: 7e2d153f98141010ccc42acdbc6ef5d451aeb31a
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:32:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:32:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2d153f

net-misc/networkmanager: keyword 1.32.12-r1

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

 net-misc/networkmanager/networkmanager-1.32.12-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/networkmanager/networkmanager-1.32.12-r1.ebuild 
b/net-misc/networkmanager/networkmanager-1.32.12-r1.ebuild
index 7cd23f0708ce..005ce3efffb2 100644
--- a/net-misc/networkmanager/networkmanager-1.32.12-r1.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.32.12-r1.ebuild
@@ -30,8 +30,7 @@ REQUIRED_USE="
?? ( syslog systemd )
 "
 
-# Unkeyworded given somewhat experimental changes for bug #816210
-#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 COMMON_DEPEND="
sys-apps/util-linux[${MULTILIB_USEDEP}]



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

2021-12-06 Thread Sam James
commit: aa1cfb7ccb0646ddb2a923e393d5007129e3c16a
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:31:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:31:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa1cfb7c

sci-libs/scotch: Stabilize 6.1.0-r1 ppc, #818649

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

 sci-libs/scotch/scotch-6.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/scotch/scotch-6.1.0-r1.ebuild 
b/sci-libs/scotch/scotch-6.1.0-r1.ebuild
index bcbbef23b1ec..952cc6463c3f 100644
--- a/sci-libs/scotch/scotch-6.1.0-r1.ebuild
+++ b/sci-libs/scotch/scotch-6.1.0-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="CeCILL-2"
 SLOT="0/${SOVER}"
-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"
 IUSE="doc int64 mpi static-libs test tools threads"
 # bug #532620
 REQUIRED_USE="test? ( threads )"



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

2021-12-06 Thread Sam James
commit: 9eb715fed78d97c55442fa69d2e1d8b418315a00
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:30:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:30:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb715fe

www-client/dillo: Stabilize 3.1_pre20181005 ppc, #828316

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

 www-client/dillo/dillo-3.1_pre20181005.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild 
b/www-client/dillo/dillo-3.1_pre20181005.ebuild
index b50f40cadf72..413b226f4e6b 100644
--- a/www-client/dillo/dillo-3.1_pre20181005.ebuild
+++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
 IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/mkbold-mkitalic/

2021-12-06 Thread Sam James
commit: 25f0fc907545ad76d975fe67f3e64c055a7cf1c3
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec  7 00:30:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec  7 00:30:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f0fc90

media-gfx/mkbold-mkitalic: Stabilize 0.11 ppc, #828403

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

 media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild 
b/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild
index e73b1e652ced..1954542eb021 100644
--- a/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild
+++ b/media-gfx/mkbold-mkitalic/mkbold-mkitalic-0.11.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://hp.vector.co.jp/authors/VA013651/lib/${P}.tar.bz2;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~s390 ~sparc ~x86"
 
 DEPEND=""
 RDEPEND=""



  1   2   3   4   >