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

2021-07-11 Thread Miroslav Šulc
commit: b2e8ff6561ae5779b1237af7c88638208ad86654
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jul 12 04:44:55 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jul 12 04:44:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e8ff65

dev-java/xpp3: removed obsolete 1.1.4c-r[34]

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

 dev-java/xpp3/xpp3-1.1.4c-r3.ebuild | 24 
 dev-java/xpp3/xpp3-1.1.4c-r4.ebuild | 21 -
 2 files changed, 45 deletions(-)

diff --git a/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild 
b/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild
deleted file mode 100644
index a52b851aeb9..000
--- a/dev-java/xpp3/xpp3-1.1.4c-r3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="An implementation of XMLPULL V1 API"
-HOMEPAGE="http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html;
-SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> 
${P}.jar"
-
-LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   >=virtual/jre-1.6"
-
-DEPEND="
-   >=virtual/jdk-1.6
-   source? ( app-arch/zip )"

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



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

2021-07-11 Thread Miroslav Šulc
commit: 3d3629fd184ed00b1feaa8e86eda46810eef3f5a
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jul 11 21:04:10 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jul 12 04:43:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3629fd

dev-java/xpp3: fix missing services

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/21319/commits/79d03b3cd64883be14569de0f0b5eba5d77ea9d6
Signed-off-by: Miroslav Šulc  gentoo.org>

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

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



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

2021-07-11 Thread Miroslav Šulc
commit: 4681fd7e046c35cec3cf9980b2e5421c15c17cd4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jul 12 04:26:18 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jul 12 04:26:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4681fd7e

media-sound/podcastparser: removed obsolete 0.6.5

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

 dev-python/podcastparser/Manifest   |  1 -
 dev-python/podcastparser/podcastparser-0.6.5.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/podcastparser/Manifest 
b/dev-python/podcastparser/Manifest
index 74166542207..d4b5041d78b 100644
--- a/dev-python/podcastparser/Manifest
+++ b/dev-python/podcastparser/Manifest
@@ -1,2 +1 @@
-DIST podcastparser-0.6.5.tar.gz 22232 BLAKE2B 
1fcf115954e3394aede643ef28ea7eb13c2969ad3125f82dcfefbb457d61f768247d07d3150fe8adc7aeceb9bb9f0026a2e55f42b3f2a6da76b977528ebd013d
 SHA512 
770d2376eb7d029dc033f46f55d00e02b8040c72c670338ad52ecf065ec4ffd291c6e2ec02cf9b038f8608c7c549808ff14f95017f508bb1526bb79b413e136a
 DIST podcastparser-0.6.6.tar.gz 23482 BLAKE2B 
3bdfefe0eafb7d89dfc0063b0fd61c1f5634e381ec6cba634cd9b054dc51476cd0c37267fc40db317ee3d192ea52b4da18e8efc387ad81c6edac25caf7c94147
 SHA512 
aee6cb72157242afe9f4d9bd201b9538051cce1fc6a153a03206ad041fbff7c99b69659ee4a9c8cbf5583c1a027a9d171943882cb3a48e4ff7f84602cccf2d74

diff --git a/dev-python/podcastparser/podcastparser-0.6.5.ebuild 
b/dev-python/podcastparser/podcastparser-0.6.5.ebuild
deleted file mode 100644
index 60e752b1ae3..000
--- a/dev-python/podcastparser/podcastparser-0.6.5.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="Podcast parser for the gpodder client"
-HOMEPAGE="https://github.com/gpodder/podcastparser;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""



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

2021-07-11 Thread Miroslav Šulc
commit: 1b94ef8713675bd62e94784c6d26543b89c64271
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jul 12 04:24:49 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jul 12 04:24:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b94ef87

media-sound/yoshimi: remobev obsolete 1.7.2 & 2.0.1

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

 media-sound/yoshimi/Manifest |  2 --
 media-sound/yoshimi/yoshimi-1.7.2.ebuild | 50 
 media-sound/yoshimi/yoshimi-2.0.1.ebuild | 50 
 3 files changed, 102 deletions(-)

diff --git a/media-sound/yoshimi/Manifest b/media-sound/yoshimi/Manifest
index 4e52347475f..6f6cb0b0f0e 100644
--- a/media-sound/yoshimi/Manifest
+++ b/media-sound/yoshimi/Manifest
@@ -1,3 +1 @@
-DIST yoshimi-1.7.2.tar.gz 10256155 BLAKE2B 
e330e2d22117bbed2c2054efabf852aa67141a40539ca96e2df7c88cedabb445214f2d79c0f681b68d70b8c832b7bb7852d2d3f6b1e4183fd2297768b0ca
 SHA512 
7a52dd847cfd19c6b7cb802f181baaa291e73b52f8243e34f9899651f003779b402a20281995ce24f2335570191f6973c2bafb58a5093eba868033b6b9dd4fd9
-DIST yoshimi-2.0.1.tar.gz 8899523 BLAKE2B 
4738696773d4542c1ed14b07025f1045b7b65230774fe627b69bc5948dd4e56bb4841980812e33db015a0d509c11a8ecf4c2d5efb6572a4c30e697eb5728fcca
 SHA512 
2e23ee811bfdbad4ca70d32c627d471189122cbf5db2d89d75dd4b3e5116d7d9b97db52be1e218bedba0a28cc1978a923c267d954bc7e44d9d1a07181268268a
 DIST yoshimi-2.0.2.tar.gz 7017339 BLAKE2B 
a0e129b3f667dff28e043ab69416992556f4e737e786baa79c361cff9411b849acf815e9d37f1a0338ce81f3014c3f44f0a27c3287cdd9c29d6c453a44c49cc2
 SHA512 
f83eed05dbe63e1966086ac0d19d02fafabce7ce10c6579ab8a95fd5fec7c040d516a4d979f38181f31c9f7720e92fac3c99c3737ddc4b0d4005bcdc45dea40f

diff --git a/media-sound/yoshimi/yoshimi-1.7.2.ebuild 
b/media-sound/yoshimi/yoshimi-1.7.2.ebuild
deleted file mode 100644
index 0d9ef3eefcc..000
--- a/media-sound/yoshimi/yoshimi-1.7.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="Software synthesizer based on ZynAddSubFX"
-HOMEPAGE="https://yoshimi.github.io/;
-SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+lv2"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-   >=dev-libs/mxml-2.5
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/libsndfile
-   sci-libs/fftw:3.0=
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   sys-libs/zlib
-   virtual/jack
-   x11-libs/cairo[X]
-   x11-libs/fltk:1[opengl]
-   lv2? ( media-libs/lv2 )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}/src"
-
-DOCS=( ../Changelog ../README.txt )
-
-src_prepare() {
-   cmake_src_prepare
-   sed -e "/^install.*doc.*DATAROOTDIR/s/${PN}/${PF}/" -i CMakeLists.txt 
|| die
-   append-cxxflags -lpthread
-   append-cppflags -lpthread
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DLV2Plugin=$(usex lv2)
-   )
-   cmake_src_configure
-}

diff --git a/media-sound/yoshimi/yoshimi-2.0.1.ebuild 
b/media-sound/yoshimi/yoshimi-2.0.1.ebuild
deleted file mode 100644
index ae3192e6c50..000
--- a/media-sound/yoshimi/yoshimi-2.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic xdg
-
-DESCRIPTION="Software synthesizer based on ZynAddSubFX"
-HOMEPAGE="https://yoshimi.github.io/;
-SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+lv2"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND="
-   dev-libs/mxml
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/libsndfile
-   sci-libs/fftw:3.0=
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   sys-libs/zlib
-   virtual/jack
-   x11-libs/cairo[X]
-   x11-libs/fltk:1[opengl]
-   lv2? ( media-libs/lv2 )
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}/src"
-
-DOCS=( ../Changelog ../README.txt )
-
-src_prepare() {
-   cmake_src_prepare
-   sed -e "/^install.*doc.*DATAROOTDIR/s/${PN}/${PF}/" -i CMakeLists.txt 
|| die
-   append-cxxflags -lpthread
-   append-cppflags -lpthread
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DLV2Plugin=$(usex lv2)
-   )
-   cmake_src_configure
-}



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

2021-07-11 Thread Miroslav Šulc
commit: 5394abd7573162cd27b4dde938f8d776175b4e78
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jul 12 04:23:22 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jul 12 04:23:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5394abd7

media-sound/mpdas: removed obsolete 0.4.2

Bug: https://bugs.gentoo.org/731064
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/mpdas/Manifest   |  1 -
 media-sound/mpdas/mpdas-0.4.2.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/media-sound/mpdas/Manifest b/media-sound/mpdas/Manifest
index 7e50e0f079b..6f2d510f253 100644
--- a/media-sound/mpdas/Manifest
+++ b/media-sound/mpdas/Manifest
@@ -1,2 +1 @@
-DIST mpdas-0.4.2.tar.gz 15695 BLAKE2B 
907417050ab1b3d6577311e633b060dad2ff834b5436b7ed086ab5cb9ef291004916fc07cbe18ba4b80eeec8573775cc8e212b93d4ed103cbab3ce81082a18ae
 SHA512 
cebd3c027002ac5283834edf3a1338b449c4a78261690cb5d25c57f767f1b0b81ff8ca5c64d79d6aecf5e86ba0c7b63a51131f6cc9031f2922e92eeddcada353
 DIST mpdas-0.4.5.tar.gz 19108 BLAKE2B 
aa5aec147574cc70572cada56ee495415a06ce5a8c4e19db7288ee1e52cb5d1b6f15a31955e46a526f9db1eff94bf282cb9804379dbd4cf979412ee7f575dde2
 SHA512 
18737f20b408a38424c46a611a1184e8e9ab78d1c3bc37423c8437007b87c343dfe03fd989c9c54dcc532ed1f567ba854d2ba8e12f344399267dc83daaab

diff --git a/media-sound/mpdas/mpdas-0.4.2.ebuild 
b/media-sound/mpdas/mpdas-0.4.2.ebuild
deleted file mode 100644
index 75709c41d58..000
--- a/media-sound/mpdas/mpdas-0.4.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="AudioScrobbler client for MPD written in C++"
-HOMEPAGE="https://50hz.ws/mpdas/;
-SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   media-libs/libmpdclient
-   net-misc/curl"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   sed -i -e 's/@//' Makefile || die
-}
-
-src_compile() {
-   tc-export CXX
-   emake CONFIG="/etc"
-}
-
-src_install() {
-   dobin ${PN}
-   doman ${PN}.1
-   newinitd "${FILESDIR}/${PN}.init" ${PN}
-   dodoc mpdasrc.example README
-}
-
-pkg_postinst() {
-   elog "For further configuration help consult the README in"
-   elog "${EPREFIX}/usr/share/doc/${PF}"
-}



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

2021-07-11 Thread Miroslav Šulc
commit: dfa8c605fa02d7a8643d60ea0a55ce8cc8b4f61b
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jul 12 04:20:35 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jul 12 04:20:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa8c605

media-sound/awesfx: removed obsolete 0.5.1e

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

 media-sound/awesfx/Manifest |  1 -
 media-sound/awesfx/awesfx-0.5.1e.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/media-sound/awesfx/Manifest b/media-sound/awesfx/Manifest
index cb6fcbb2074..f6516c06ed4 100644
--- a/media-sound/awesfx/Manifest
+++ b/media-sound/awesfx/Manifest
@@ -1,2 +1 @@
-DIST awesfx-0.5.1e.tar.bz2 307929 BLAKE2B 
a3bee0750ca44ab2e732f6bdb2c119104521330226e243be1b0ab9c19e2bfd87176ad2dc039f26b9552be621a7af2ef86852e2f31f8d0b9158b093712d2447e1
 SHA512 
f70e631b6ab6ec6dcbde7773c1da5cba72763d2198c2ac51f4bde0fee80f057f296cabc915aed805e744f7b2323b4e2b20b6d894c79cf5682457a3fc6a9be11d
 DIST awesfx-0.5.2.tar.gz 83611 BLAKE2B 
7472f478bd1b228080a669d9df47b885d9953d363a06341cc2684af1723818a8938e31622aee9dd2ca6286c59db7715224c920e79cfa318cb3347b8833f67dc6
 SHA512 
f59f503c54de8bcccbd8a51c1f6a7afae98bd6b5ae4ad4ec467b4f29cece569b4f8e3185adf243816f786a0c2e92fe8d098d56f02d5704979ee8290ad61f46b6

diff --git a/media-sound/awesfx/awesfx-0.5.1e.ebuild 
b/media-sound/awesfx/awesfx-0.5.1e.ebuild
deleted file mode 100644
index abcec8dad33..000
--- a/media-sound/awesfx/awesfx-0.5.1e.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="AWE32 Sound Driver Utility Programs"
-HOMEPAGE="https://ftp.suse.com/pub/people/tiwai/awesfx;
-SRC_URI="https://ftp.suse.com/pub/people/tiwai/${PN}/${P}.tar.bz2;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="media-libs/alsa-lib"
-RDEPEND="${DEPEND}"
-
-BANK_LOC="${EPREFIX}/usr/share/sounds/sf2"
-
-DOCS=( AUTHORS ChangeLog README SBKtoSF2.txt samples/README-bank )
-
-src_configure() {
-   econf \
-   --with-sfpath=${BANK_LOC}
-}
-
-src_install() {
-   default
-
-   rm "${ED}"/usr/share/sounds/sf2/README-bank || die
-   newinitd "${FILESDIR}"/sfxload.initd sfxload
-   newconfd "${FILESDIR}"/sfxload.confd sfxload
-}
-
-pkg_postinst() {
-   elog "Copy your SoundFont files from the original CDROM"
-   elog "shipped with your soundcard to ${BANK_LOC}."
-}



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verilator/

2021-07-11 Thread Rui Huang
commit: 2bd00b2151d02b80e4f40fc910ac5ca275021996
Author: Huang Rui  gmail  com>
AuthorDate: Mon Jul 12 03:24:16 2021 +
Commit: Rui Huang  gmail  com>
CommitDate: Mon Jul 12 03:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bd00b21

sci-electronics/verilator: drop 4.200

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verilator/Manifest   |  1 -
 sci-electronics/verilator/verilator-4.200.ebuild | 42 
 2 files changed, 43 deletions(-)

diff --git a/sci-electronics/verilator/Manifest 
b/sci-electronics/verilator/Manifest
index 3713eb3ed..cdb0169ae 100644
--- a/sci-electronics/verilator/Manifest
+++ b/sci-electronics/verilator/Manifest
@@ -1,4 +1,3 @@
-DIST verilator-4.200.tar.gz 2245877 BLAKE2B 
e0606966777c9d3c364bc6d6e84a246a27f4ad4ee67871194a4738cf2c3f76529fe23d2a555139bc9b8eba268ed1929b651a161a7434dd380ec9762cb907f43e
 SHA512 
f2fac4c46006c064b4a31b0edf0c3b1aebdea7e158ca6f8445ae3ece97f1132cd95dbfd63dc5e0f0cb4566a839f44ae0547e0e604cdd3231cf79a7400353fbb5
 DIST verilator-4.202.tar.gz 2352846 BLAKE2B 
9bd1744c3a8b4b750fbf57731078a09d41eb4708a7a3806d2110ab197fb60f23cf0956cb625058d6c6b6e03058ad15cf112f38f920ce93a8cc82a17b90363421
 SHA512 
2241d06f06cee708269e09d50725973bb1fc1c20f8873114ad6525c2b4bea940a0ed42369b2a2e19ba72dbc40b9271c35124b1d9db9f6421c2856075b0636780
 DIST verilator-4.204.tar.gz 2371483 BLAKE2B 
9f029d281f6d4430f45cfaf49d791d5d5c2151e179f53b9e39c0bfedf35ddb2e9d145714937424c0212b0cc2ef8d127684412a1a861a1491c42d6964f341fec2
 SHA512 
4a793d28e6e559309dec41150b025aed45f394980888d94a99bd24f0638aa3df7f32d914550fbb346e79127931636a606171ccee62337e1238b084f66e48ce61
 DIST verilator-4.210.tar.gz 2401752 BLAKE2B 
3387fb72511bdf9179001d09a9fff4d34746fc1eb4475ef50cb606d3102828cdf008399b5aab8ac515704b546956912468d88d9c6ace5ba5e042f9614d6e6a32
 SHA512 
f74b44a6dc26c1d1c21308e12b1f9ecdf14611acb53ed1a0e50d0977c69238fe2fbf6759c1dfbe833c9ecd5858f2650e193dae0fcf4179cf18fe771d50d4dcfa

diff --git a/sci-electronics/verilator/verilator-4.200.ebuild 
b/sci-electronics/verilator/verilator-4.200.ebuild
deleted file mode 100644
index d8ccd0c01..0
--- a/sci-electronics/verilator/verilator-4.200.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
-HOMEPAGE="
-   https://verilator.org
-   https://github.com/verilator/verilator
-"
-
-if [[ "${PV}" == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
-else
-   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-LICENSE="|| ( Artistic-2 LGPL-3 )"
-SLOT="0"
-
-RDEPEND="
-   dev-lang/perl
-   sys-libs/zlib
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-"
-
-src_prepare() {
-   default
-   eautoconf --force
-}



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/verilator/

2021-07-11 Thread Rui Huang
commit: 62abe1ce563bfcbd771e05b8d2e4f23279aac8e3
Author: Huang Rui  gmail  com>
AuthorDate: Mon Jul 12 03:11:35 2021 +
Commit: Rui Huang  gmail  com>
CommitDate: Mon Jul 12 03:11:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62abe1ce

sci-electronics/verilator: 4.210

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Huang Rui  gmail.com>

 sci-electronics/verilator/Manifest   |  1 +
 sci-electronics/verilator/verilator-4.210.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/sci-electronics/verilator/Manifest 
b/sci-electronics/verilator/Manifest
index 816963992..3713eb3ed 100644
--- a/sci-electronics/verilator/Manifest
+++ b/sci-electronics/verilator/Manifest
@@ -1,3 +1,4 @@
 DIST verilator-4.200.tar.gz 2245877 BLAKE2B 
e0606966777c9d3c364bc6d6e84a246a27f4ad4ee67871194a4738cf2c3f76529fe23d2a555139bc9b8eba268ed1929b651a161a7434dd380ec9762cb907f43e
 SHA512 
f2fac4c46006c064b4a31b0edf0c3b1aebdea7e158ca6f8445ae3ece97f1132cd95dbfd63dc5e0f0cb4566a839f44ae0547e0e604cdd3231cf79a7400353fbb5
 DIST verilator-4.202.tar.gz 2352846 BLAKE2B 
9bd1744c3a8b4b750fbf57731078a09d41eb4708a7a3806d2110ab197fb60f23cf0956cb625058d6c6b6e03058ad15cf112f38f920ce93a8cc82a17b90363421
 SHA512 
2241d06f06cee708269e09d50725973bb1fc1c20f8873114ad6525c2b4bea940a0ed42369b2a2e19ba72dbc40b9271c35124b1d9db9f6421c2856075b0636780
 DIST verilator-4.204.tar.gz 2371483 BLAKE2B 
9f029d281f6d4430f45cfaf49d791d5d5c2151e179f53b9e39c0bfedf35ddb2e9d145714937424c0212b0cc2ef8d127684412a1a861a1491c42d6964f341fec2
 SHA512 
4a793d28e6e559309dec41150b025aed45f394980888d94a99bd24f0638aa3df7f32d914550fbb346e79127931636a606171ccee62337e1238b084f66e48ce61
+DIST verilator-4.210.tar.gz 2401752 BLAKE2B 
3387fb72511bdf9179001d09a9fff4d34746fc1eb4475ef50cb606d3102828cdf008399b5aab8ac515704b546956912468d88d9c6ace5ba5e042f9614d6e6a32
 SHA512 
f74b44a6dc26c1d1c21308e12b1f9ecdf14611acb53ed1a0e50d0977c69238fe2fbf6759c1dfbe833c9ecd5858f2650e193dae0fcf4179cf18fe771d50d4dcfa

diff --git a/sci-electronics/verilator/verilator-4.210.ebuild 
b/sci-electronics/verilator/verilator-4.210.ebuild
new file mode 100644
index 0..d8ccd0c01
--- /dev/null
+++ b/sci-electronics/verilator/verilator-4.210.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+
+DESCRIPTION="The fast free Verilog/SystemVerilog simulator"
+HOMEPAGE="
+   https://verilator.org
+   https://github.com/verilator/verilator
+"
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+fi
+
+LICENSE="|| ( Artistic-2 LGPL-3 )"
+SLOT="0"
+
+RDEPEND="
+   dev-lang/perl
+   sys-libs/zlib
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+"
+
+src_prepare() {
+   default
+   eautoconf --force
+}



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

2021-07-11 Thread Sam James
commit: 3be57e9c52fe2103d46ff42c8e5b4d048b09217e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 03:12:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 03:13:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be57e9c

dev-python/testtools: drop back to EAPI 7 to ease upgrades

This causes an issue because of the following depchain:
samba -> subunit -> testtools (EAPI 8 only)

While we should try drop the subunit dependency from Samba if possible,
let's drop testtools back to EAPI 7 temporarily to ease upgrades
for users, given Samba is a very common package (and even dependency).

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

 dev-python/testtools/testtools-2.4.0-r2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/testtools/testtools-2.4.0-r2.ebuild 
b/dev-python/testtools/testtools-2.4.0-r2.ebuild
index fdc73ff2db9..7f2830ce2d4 100644
--- a/dev-python/testtools/testtools-2.4.0-r2.ebuild
+++ b/dev-python/testtools/testtools-2.4.0-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
@@ -43,6 +43,10 @@ distutils_enable_tests unittest
 src_prepare() {
# eliminate unittest2 & traceback2
sed -i -e '/unittest2/d' -e '/traceback2/d' requirements.txt || die
+   # eliminate linecache2
+   sed -i -e 's/import linecache2 as linecache/import linecache/' \
+   testtools/tests/test_compat.py || die
+
# also conditional imports
find -name '*.py' -exec \
sed -i -e 's:unittest2:unittest:' {} + || die



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

2021-07-11 Thread Matthew Thode
commit: 351ac39d622c6bb76e92358e643b4e2768afa094
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 12 02:59:23 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jul 12 03:00:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351ac39d

app-crypt/certbot-nginx: 1.17.0 bump

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

 app-crypt/certbot-nginx/Manifest   |  1 +
 .../certbot-nginx/certbot-nginx-1.17.0.ebuild  | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index c931e0f70fe..75ec98d13ed 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.16.0.tar.gz 1384177 BLAKE2B 
4e46e7d7b9db2f6ef19fab60c2d904f84b502d2911ed496967bbe272db5352c1e9bdb65b8f45358f14bce4721ceecc12c018b875148bc897f83c5eb63933
 SHA512 
c2a0c4ea52ab241e387d686a9e5ed67aa5e8b4b7d34ad8996e34562e036c25ab8b397bf482a856758ca787b97bbd78c890189250c0c3d948f03fbf91aa25ece0
+DIST certbot-1.17.0.tar.gz 1386471 BLAKE2B 
26cf23c481cc67e1fa0f698dee83dd42b1d382814f10bdb4d2a459f1274f3d661d2a58815c30110701d46362c3fbaee9f57089a7eda1221c9b9dadb2c48dc79d
 SHA512 
104deb8e6e804a3a3f50c730f00307aa39d9d42756f24be009fedc27c889c1575b456455ee11441e341025db6f528359e927a347554ebd57b64c39e789576eda

diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.17.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-1.17.0.ebuild
new file mode 100644
index 000..b4f61386b47
--- /dev/null
+++ b/app-crypt/certbot-nginx/certbot-nginx-1.17.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{3_7,3_8,3_9})
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"



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

2021-07-11 Thread Matthew Thode
commit: 1b38310362e6669328ac74951e97d48dd2f7125d
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 12 02:56:12 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jul 12 02:59:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b383103

app-crypt/acme: 1.17.0 bump

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

 app-crypt/acme/Manifest   |  1 +
 app-crypt/acme/acme-1.17.0.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index c931e0f70fe..75ec98d13ed 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.16.0.tar.gz 1384177 BLAKE2B 
4e46e7d7b9db2f6ef19fab60c2d904f84b502d2911ed496967bbe272db5352c1e9bdb65b8f45358f14bce4721ceecc12c018b875148bc897f83c5eb63933
 SHA512 
c2a0c4ea52ab241e387d686a9e5ed67aa5e8b4b7d34ad8996e34562e036c25ab8b397bf482a856758ca787b97bbd78c890189250c0c3d948f03fbf91aa25ece0
+DIST certbot-1.17.0.tar.gz 1386471 BLAKE2B 
26cf23c481cc67e1fa0f698dee83dd42b1d382814f10bdb4d2a459f1274f3d661d2a58815c30110701d46362c3fbaee9f57089a7eda1221c9b9dadb2c48dc79d
 SHA512 
104deb8e6e804a3a3f50c730f00307aa39d9d42756f24be009fedc27c889c1575b456455ee11441e341025db6f528359e927a347554ebd57b64c39e789576eda

diff --git a/app-crypt/acme/acme-1.17.0.ebuild 
b/app-crypt/acme/acme-1.17.0.ebuild
new file mode 100644
index 000..6e86a07321f
--- /dev/null
+++ b/app-crypt/acme/acme-1.17.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{3_7,3_8,3_9})
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="doc test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.3.0[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+   distutils-r1_src_compile
+   if use doc ; then
+   cd docs || die
+   sphinx-build -b html -d _build/doctrees   . _build/html
+   fi
+}
+
+python_test() {
+   nosetests -w ${PN} || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2021-07-11 Thread Matthew Thode
commit: 74b0138b34e52924a37e5c2c22279a07eff34533
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 12 02:58:48 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jul 12 03:00:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b0138b

app-crypt/certbot-apache: 1.17.0 bump

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

 app-crypt/certbot-apache/Manifest  |  1 +
 .../certbot-apache/certbot-apache-1.17.0.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index c931e0f70fe..75ec98d13ed 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.16.0.tar.gz 1384177 BLAKE2B 
4e46e7d7b9db2f6ef19fab60c2d904f84b502d2911ed496967bbe272db5352c1e9bdb65b8f45358f14bce4721ceecc12c018b875148bc897f83c5eb63933
 SHA512 
c2a0c4ea52ab241e387d686a9e5ed67aa5e8b4b7d34ad8996e34562e036c25ab8b397bf482a856758ca787b97bbd78c890189250c0c3d948f03fbf91aa25ece0
+DIST certbot-1.17.0.tar.gz 1386471 BLAKE2B 
26cf23c481cc67e1fa0f698dee83dd42b1d382814f10bdb4d2a459f1274f3d661d2a58815c30110701d46362c3fbaee9f57089a7eda1221c9b9dadb2c48dc79d
 SHA512 
104deb8e6e804a3a3f50c730f00307aa39d9d42756f24be009fedc27c889c1575b456455ee11441e341025db6f528359e927a347554ebd57b64c39e789576eda

diff --git a/app-crypt/certbot-apache/certbot-apache-1.17.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-1.17.0.ebuild
new file mode 100644
index 000..7f0e325d33d
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-1.17.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{3_7,3_8,3_9})
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND=">=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/

2021-07-11 Thread Matthew Thode
commit: f6b0ed2ad82d2ebdd1be85ae1ca834f080493c1f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 12 02:54:18 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jul 12 02:59:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b0ed2a

gui-apps/mako: 1.6 bump

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

 gui-apps/mako/Manifest|  1 +
 gui-apps/mako/mako-1.6.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/gui-apps/mako/Manifest b/gui-apps/mako/Manifest
index b52304f50a6..6f776759d1a 100644
--- a/gui-apps/mako/Manifest
+++ b/gui-apps/mako/Manifest
@@ -1 +1,2 @@
 DIST mako-1.5.tar.gz 57077 BLAKE2B 
0ad931ce6408774f029855d0d98bd9444ff246f2ee82dcaa59774caddc9aaa7d632a7584eaaa4439eafd17b72935eada8400fe93e1ec7f9c23b3860049b55269
 SHA512 
64bb78d391bf07259a62a4045103803c8e108ac2da2fe8a413b09a0e8c2ac9c82eea1ae9576db41f7088476099fc2071543c99d3a52a35f72f5dbb537bba8c47
+DIST mako-1.6.tar.gz 60468 BLAKE2B 
77fcd52e69d6e253d0afb2b0057c94090c0ad6f6bd929eafb88808ad7b7a0deb76f06af99de8bc94064436c47a4110aa2314557b7ff068ba482f285f2ea23e13
 SHA512 
1b503779b5607ae072d72ba43a2c4557fdf9fdad113e5a2370eb2e603e51422b3a483ac5f4a948ae33d62e7d9e86a6bbc89b2cba98647c4789505a49981c8baf

diff --git a/gui-apps/mako/mako-1.6.ebuild b/gui-apps/mako/mako-1.6.ebuild
new file mode 100644
index 000..3387b2f9bc1
--- /dev/null
+++ b/gui-apps/mako/mako-1.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway."
+HOMEPAGE="https://github.com/emersion/mako;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/${PN}.git;
+else
+   SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+icons"
+
+DEPEND="
+   dev-libs/wayland
+   x11-libs/pango
+   x11-libs/cairo
+   || (
+   sys-apps/systemd
+   sys-auth/elogind
+   )
+   sys-apps/dbus[user-session]
+   icons? (
+   x11-libs/gtk+:3
+   x11-libs/gdk-pixbuf
+   )
+"
+RDEPEND="
+   ${DEPEND}
+   >=dev-libs/wayland-protocols-1.21
+"
+BDEPEND="
+   virtual/pkgconfig
+   app-text/scdoc
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicons=$(usex icons enabled disabled)
+   "-Dwerror=false"
+   )
+   meson_src_configure
+}



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

2021-07-11 Thread Matthew Thode
commit: 0a5e337f088481aeaf80036a36bed90cb27aee69
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jul 12 02:58:00 2021 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Jul 12 03:00:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5e337f

app-crypt/certbot: 1.17.0 bump

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

 app-crypt/certbot/Manifest  |  1 +
 app-crypt/certbot/certbot-1.17.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index c931e0f70fe..75ec98d13ed 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1 +1,2 @@
 DIST certbot-1.16.0.tar.gz 1384177 BLAKE2B 
4e46e7d7b9db2f6ef19fab60c2d904f84b502d2911ed496967bbe272db5352c1e9bdb65b8f45358f14bce4721ceecc12c018b875148bc897f83c5eb63933
 SHA512 
c2a0c4ea52ab241e387d686a9e5ed67aa5e8b4b7d34ad8996e34562e036c25ab8b397bf482a856758ca787b97bbd78c890189250c0c3d948f03fbf91aa25ece0
+DIST certbot-1.17.0.tar.gz 1386471 BLAKE2B 
26cf23c481cc67e1fa0f698dee83dd42b1d382814f10bdb4d2a459f1274f3d661d2a58815c30110701d46362c3fbaee9f57089a7eda1221c9b9dadb2c48dc79d
 SHA512 
104deb8e6e804a3a3f50c730f00307aa39d9d42756f24be009fedc27c889c1575b456455ee11441e341025db6f528359e927a347554ebd57b64c39e789576eda

diff --git a/app-crypt/certbot/certbot-1.17.0.ebuild 
b/app-crypt/certbot/certbot-1.17.0.ebuild
new file mode 100644
index 000..bf9117a89b9
--- /dev/null
+++ b/app-crypt/certbot/certbot-1.17.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{3_7,3_8,3_9})
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+fi
+S=${WORKDIR}/${P}/${PN}
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
+   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.8[${PYTHON_USEDEP}]
+   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"



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

2021-07-11 Thread John Helmert III
commit: d3f24e117981dfca2b86c97525b8c82566bcc022
Author: John Helmert III  gentoo  org>
AuthorDate: Mon Jul 12 02:45:15 2021 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Jul 12 02:48:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f24e11

sys-apps/tcp-wrappers: add 7.6.31

Bumps to Debian patchset 31, fixes musl compilation.

Closes: https://bugs.gentoo.org/587498
Acked-by: Sam James  gentoo.org>
Signed-off-by: John Helmert III  gentoo.org>

 sys-apps/tcp-wrappers/Manifest   |   1 +
 sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild | 108 +++
 2 files changed, 109 insertions(+)

diff --git a/sys-apps/tcp-wrappers/Manifest b/sys-apps/tcp-wrappers/Manifest
index 619d7082e0a..e1ffaf9b6f0 100644
--- a/sys-apps/tcp-wrappers/Manifest
+++ b/sys-apps/tcp-wrappers/Manifest
@@ -1,2 +1,3 @@
 DIST tcp-wrappers_7.6.q-28.debian.tar.xz 36104 BLAKE2B 
209fd9730785db8afc8ebec581f7132cfb4352f8807d2cea4715daf5c11aa08a92cf084ab1ff31222f5b265f032286ce2dcf49a238e9dc5616161c400fce4f08
 SHA512 
2c63201937737c19b4e5ca97dbc0ede9fc2d3b8fc344f8854a7d2afc0109ccb9ee52af94ba8a8498da910336a4f473825daa7a0cca26a0d93e1078e67abe16b0
+DIST tcp-wrappers_7.6.q-31.debian.tar.xz 36256 BLAKE2B 
3ffd8b014c120f54b9231f375d3ec77a1894db8c48e56a57b52c5d796be42b78a1ddc35a45c816a05a1cbc603b88e3fe6131b4a562fb9d2169685031ecbf44d5
 SHA512 
de2bd7b081fca0f182def93795014332baf7b5edf339eaf81dff82772aea1dc866ccddccd5273e7dc49cf760953e164a66f1e5945cb54f2b8dab090c11712c33
 DIST tcp_wrappers_7.6.tar.gz 99438 BLAKE2B 
961d9858866990f0f5e8c6bb782f5f39a03b267a8957dcd89734aeefcc85ca32554e032c73314e0a88110f3bb8a0dbdd81f093392307623a996b0232773e1e67
 SHA512 
2d9d003791f8d00912a36ae00579e2b8dd7ad8a7bf8eae259659bcaf5365b150540ff6c93c91765872c76041579b7a02b6e3c64528fb7f8235680399ba1d9dac

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
new file mode 100644
index 000..7ab6995f3d7
--- /dev/null
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.31.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic toolchain-funcs multilib-minimal usr-ldscript
+
+MY_PV=$(ver_cut 1-2)
+DEB_PV=$(ver_cut 3)
+MY_P="${PN//-/_}_${MY_PV}"
+DESCRIPTION="TCP Wrappers"
+HOMEPAGE="http://ftp.porcupine.org/pub/security;
+SRC_URI="http://ftp.porcupine.org/pub/security/${MY_P}.tar.gz
+   
mirror://debian/pool/main/t/${PN}/${PN}_${MY_PV}.q-${DEB_PV}.debian.tar.xz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="tcp_wrappers_license"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="ipv6 netgroups static-libs"
+
+RDEPEND="netgroups? ( net-libs/libnsl:= )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-7.6-redhat-bug11881.patch"
+   "${FILESDIR}/${PN}-7.6.28-no-external-malloc.patch"
+)
+
+src_prepare() {
+   # Apply Debian patchset except for the series file which just lists
+   # the patches
+   eapply $(sed -e 's:^:../debian/patches/:' ../debian/patches/series || 
die)
+
+   default
+
+   multilib_copy_sources
+}
+
+temake() {
+   append-cppflags "-DHAVE_WEAKSYMS -DHAVE_STRERROR -DSYS_ERRLIST_DEFINED"
+
+   if use ipv6; then
+   append-cppflags "-DINET6=1 -Dss_family=__ss_family 
-Dss_len=__ss_len"
+   fi
+
+   local myemakeargs=(
+   REAL_DAEMON_DIR="${EPREFIX}/usr/sbin"
+   TLI= VSYSLOG= PARANOID= BUGS=
+   AUTH="-DALWAYS_RFC931"
+   AUX_OBJ="weak_symbols.o"
+   DOT="-DAPPEND_DOT"
+   HOSTNAME="-DALWAYS_HOSTNAME"
+   NETGROUP=$(usex netgroups -DNETGROUPS "")
+   STYLE="-DPROCESS_OPTIONS"
+   LIBS=$(usex netgroups -lnsl "")
+   LIB=$(usex static-libs libwrap.a "")
+   AR="$(tc-getAR)" ARFLAGS=rc
+   CC="$(tc-getCC)"
+   RANLIB="$(tc-getRANLIB)"
+   COPTS="${CFLAGS} ${CPPFLAGS}"
+   LDFLAGS="${LDFLAGS}"
+   "$@"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+multilib_src_configure() {
+   tc-export AR RANLIB
+   temake config-check
+}
+
+multilib_src_compile() {
+   # https://bugs.gentoo.org/728348
+   unset STRINGS
+   temake all
+}
+
+multilib_src_install() {
+   into /usr
+   use static-libs && dolib.a libwrap.a
+   dolib.so shared/libwrap.so*
+
+   insinto /usr/include
+   doins tcpd.h
+
+   if multilib_is_native_abi; then
+   gen_usr_ldscript -a wrap
+   dosbin tcpd tcpdchk tcpdmatch safe_finger try-from
+   fi
+}
+
+multilib_src_install_all() {
+   doman *.[358]
+   dosym hosts_access.5 /usr/share/man/man5/hosts.allow.5
+   dosym hosts_access.5 /usr/share/man/man5/hosts.deny.5
+
+   insinto /etc
+ 

[gentoo-commits] repo/proj/guru:dev commit in: net-misc/lyrics-in-terminal/

2021-07-11 Thread Abtin Matthew Bakhtiari
commit: 25900d2bf54d1a81f3128ce23376afd12a386f9e
Author: Matthew Bakhtiari  mtbk  me>
AuthorDate: Sun Jul 11 22:40:30 2021 +
Commit: Abtin Matthew Bakhtiari  protonmail  com>
CommitDate: Sun Jul 11 22:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25900d2b

net-misc/lyrics-in-terminal: bump to 1.4.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew  mtbk.me>

 net-misc/lyrics-in-terminal/Manifest| 2 +-
 ...{lyrics-in-terminal-1.4.1.ebuild => lyrics-in-terminal-1.4.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/lyrics-in-terminal/Manifest 
b/net-misc/lyrics-in-terminal/Manifest
index ab33a28ed..12535ee44 100644
--- a/net-misc/lyrics-in-terminal/Manifest
+++ b/net-misc/lyrics-in-terminal/Manifest
@@ -1 +1 @@
-DIST lyrics-in-terminal-1.4.1.tar.gz 1666369 BLAKE2B 
cb3be32d834dac14a38f13694cc9efeb656cf8f223f661cf6ec774cb226e6453b27ec855de86d50cc4dfd7b5c803f3587761f9a427d1be56f9b9f1e145ae870d
 SHA512 
e1cc80fb0d3f68962578a0cb0421759b7af70bdda2fa110f00521bde73c5b55d0652f003cd712e903a597ef65224d4cf8cb6953a832b041413c5c116e7be889d
+DIST lyrics-in-terminal-1.4.2.tar.gz 1666425 BLAKE2B 
1f72a07d8622d3fe21e0153ffd49166b937b3ef690c3262f100641c6fec67a6c0b1b59b88eee82b8dff243382f0bb0c7d897cf486f328cb16e12d9cbf9d96cb6
 SHA512 
5709518d926402897108d550568ba928679f90fefd50ab583ba4894679e5fe4d96accdb047fc9e0186b1e9a758c2f33ccc2b6d1db25471e99254b37eed37b1ff

diff --git a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.1.ebuild 
b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild
similarity index 100%
rename from net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.1.ebuild
rename to net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild



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

2021-07-11 Thread Sam James
commit: 3fed8f83757d37330d5320c4d964354c2b6ee808
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:18:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:18:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fed8f83

dev-perl/Net-DNS-SEC: Stabilize 1.160.0 ppc64, #801622

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

 dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild 
b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
index aedb7e390a3..da798bd7ca2 100644
--- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="DNSSEC extensions to Net::DNS"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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 ~mips ~ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-11 Thread Sam James
commit: 7d9edc894e9ad17619b33272b2b73c527592a3a4
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:18:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:18:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9edc89

dev-perl/Net-DNS: Stabilize 1.230.0 ppc64, #801619

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

 dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild 
b/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
index 3fa3b6a94d6..d8fce6f 100644
--- a/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
+++ b/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module
 DESCRIPTION="Perl Interface to the Domain Name System"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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 ~mips ~ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-07-11 Thread Sam James
commit: 39df869c017f6ff7602361aaaf1a49b65894b019
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:15:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:15:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39df869c

dev-perl/Net-DNS-SEC: Stabilize 1.160.0 sparc, #801622

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

 dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild 
b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
index 9e774a9789b..aedb7e390a3 100644
--- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="DNSSEC extensions to Net::DNS"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-11 Thread Sam James
commit: f5995b3355cc3caf55cf02798443be65d7e59d63
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:15:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:15:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5995b33

dev-perl/Net-DNS: Stabilize 1.230.0 sparc, #801619

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

 dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild 
b/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
index 802f5aba0f0..3fa3b6a94d6 100644
--- a/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
+++ b/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module
 DESCRIPTION="Perl Interface to the Domain Name System"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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 ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-07-11 Thread Sam James
commit: 9fbbca7e0c338a8a767955637065fe927989df30
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:06:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:06:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fbbca7e

x11-libs/qtermwidget: Stabilize 0.17.0 x86, #801184

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

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

diff --git a/x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild 
b/x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild
index 9673cf2036f..fee9612c3a1 100644
--- a/x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild
+++ b/x11-libs/qtermwidget/qtermwidget-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "" ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

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



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

2021-07-11 Thread Sam James
commit: d790ff3c6ad2e612fde7193adad60ae0e0b56f06
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:06:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:06:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d790ff3c

dev-perl/Net-DNS-SEC: Stabilize 1.160.0 x86, #801622

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

 dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild 
b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
index 5b76058cb25..9e774a9789b 100644
--- a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="DNSSEC extensions to Net::DNS"
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-11 Thread Sam James
commit: 511f147738ebe412b0091cb6106c502cdc0fa202
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:06:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:06:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511f1477

x11-terms/qterminal: Stabilize 0.17.0 x86, #801184

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

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

diff --git a/x11-terms/qterminal/qterminal-0.17.0.ebuild 
b/x11-terms/qterminal/qterminal-0.17.0.ebuild
index 2162bd5d415..6bc637216f8 100644
--- a/x11-terms/qterminal/qterminal-0.17.0.ebuild
+++ b/x11-terms/qterminal/qterminal-0.17.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git;
 else

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



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

2021-07-11 Thread Sam James
commit: 769a5c4f90fde93b153af4d67d760dcf80e5232f
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 01:06:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 01:06:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769a5c4f

dev-perl/Net-DNS: Stabilize 1.230.0 x86, #801619

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

 dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild 
b/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
index b029ed5cb2a..802f5aba0f0 100644
--- a/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
+++ b/dev-perl/Net-DNS/Net-DNS-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit toolchain-funcs perl-module
 DESCRIPTION="Perl Interface to the Domain Name System"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~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 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-07-11 Thread Sam James
commit: 9f27575f63783fd2adf94dbd62efc2bee599892b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f27575f

dev-python/pytest-ordering: Keyword 0.6 arm64, #796254

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index ee8c2870bb6..f6873c8a285 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="

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

2021-07-11 Thread Sam James
commit: 31d46b4d0a66382866790e2762e5db91cbba0d44
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d46b4d

dev-python/sphinxcontrib-programoutput: Keyword 0.17 arm64, #796254

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

 .../sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
index ce96b561f62..40f162ca1a3 100644
--- 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
+++ 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]



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

2021-07-11 Thread Sam James
commit: fbc30ed20a59a7ca014b24ddf1213e6898420cec
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc30ed2

dev-python/fuzzywuzzy: Keyword 0.18.0 arm64, #796254

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

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

diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild 
b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
index 4bc6ff89a5a..c70a588c0bb 100644
--- a/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.18.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Fuzzy string matching in python"
 HOMEPAGE="https://github.com/seatgeek/fuzzywuzzy;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="test"



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

2021-07-11 Thread Sam James
commit: eb34fab783d361ce64883e7bafc7a261dfadbb63
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb34fab7

dev-python/timeout-decorator: Keyword 0.5.0 arm64, #796254

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

 dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild 
b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
index 073cfc25000..b9c74233e18 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.5.0.ebuild
@@ -20,6 +20,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 distutils_enable_tests pytest



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

2021-07-11 Thread Sam James
commit: 52b447a9928c6df46ba4644b090cd19d55820f63
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b447a9

dev-python/dictdiffer: Keyword 0.8.1 arm64, #796254

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
index b1205c68e66..2fc1f2cd5cd 100644
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-07-11 Thread Sam James
commit: 1ba55269f1194110be929eae757293502e38
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba55269

dev-python/stdio-mgr: Keyword 1.0.1 arm64, #796254

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

 dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild 
b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
index 019d1863b71..4d97399cf0a 100644
--- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
+++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 RDEPEND=">=dev-python/attrs-17.1[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-autodoc-typehints/

2021-07-11 Thread Sam James
commit: f206af8683f6a819ecc5bf5371b82673d5e53374
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f206af86

dev-python/sphinx-autodoc-typehints: Keyword 1.12.0 arm64, #796254

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

 .../sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild 
b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild
index 484ce1b9f75..89635d95814 100644
--- a/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild
+++ b/dev-python/sphinx-autodoc-typehints/sphinx-autodoc-typehints-1.12.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-07-11 Thread Sam James
commit: b155f3f57e18dcaa869a2483d43640293379c688
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b155f3f5

dev-python/httpcore: Keyword 0.13.6 arm64, #796254

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

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

diff --git a/dev-python/httpcore/httpcore-0.13.6.ebuild 
b/dev-python/httpcore/httpcore-0.13.6.ebuild
index 829529c8ecd..4e784aaa59d 100644
--- a/dev-python/httpcore/httpcore-0.13.6.ebuild
+++ b/dev-python/httpcore/httpcore-0.13.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
 
 RDEPEND="
=dev-python/anyio-3*[${PYTHON_USEDEP}]



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

2021-07-11 Thread Sam James
commit: d39465349ac6b67cd33b24f3d94f47e8d1ec6b70
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3946534

dev-python/uvloop: Keyword 0.15.2 arm64, #796254

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

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

diff --git a/dev-python/uvloop/uvloop-0.15.2.ebuild 
b/dev-python/uvloop/uvloop-0.15.2.ebuild
index f78559def7c..a85e64a2ad6 100644
--- a/dev-python/uvloop/uvloop-0.15.2.ebuild
+++ b/dev-python/uvloop/uvloop-0.15.2.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="Ultra-fast implementation of asyncio event loop 
on top of libuv"
 HOMEPAGE="https://github.com/magicstack/uvloop;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 LICENSE="MIT"
 SLOT="0"
 IUSE="doc examples"



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

2021-07-11 Thread Sam James
commit: a7153391435dab2c55dcb5c5638cdc6995e32ef9
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7153391

dev-python/sphobjinv: Keyword 2.1 arm64, #796254

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

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

diff --git a/dev-python/sphobjinv/sphobjinv-2.1.ebuild 
b/dev-python/sphobjinv/sphobjinv-2.1.ebuild
index b081b5f16e9..a5698540a24 100644
--- a/dev-python/sphobjinv/sphobjinv-2.1.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/bskinn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 # This requires pytest-check, but that does not work at all, even if it



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

2021-07-11 Thread Sam James
commit: fb4802b49568c6c52a86903310e6728d4fbe9c53
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4802b4

dev-python/anyio: Keyword 3.2.1 arm64, #796254

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

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

diff --git a/dev-python/anyio/anyio-3.2.1.ebuild 
b/dev-python/anyio/anyio-3.2.1.ebuild
index d01141c001a..d09f4ea9c08 100644
--- a/dev-python/anyio/anyio-3.2.1.ebuild
+++ b/dev-python/anyio/anyio-3.2.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64"
 
 RDEPEND="
>=dev-python/idna-2.8[${PYTHON_USEDEP}]



[gentoo-commits] proj/musl:master commit in: x11-libs/vte/

2021-07-11 Thread Jory Pratt
commit: 770af0bc50b9771a3622277ced152845242e896a
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Jul 12 00:20:04 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jul 12 00:20:04 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=770af0bc

x11-libs/vte: Version bump 0.64.2, sync keywords

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

 x11-libs/vte/Manifest | 2 +-
 x11-libs/vte/{vte-0.64.1.ebuild => vte-0.64.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 15fc69b..1c6c49b 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,2 +1,2 @@
 DIST vte-0.64.1-command-notify.patch.xz 4880 BLAKE2B 
d6ff5f4acac161980c8c18245e65795c7f0ea3d0819748894b055306ecd731d698cac578eff2750795a9180a9b17d79f220e814083012d5a04f4f351ff2a0e36
 SHA512 
174397aeca00399b138286fd4cc88941add041a1f2596fd4d44c886c2e35b2a33041b58a102ee3acbcddc0cc40fcfde39d72ec46b640ee1db22d8ae684c4
-DIST vte-0.64.1.tar.bz2 486720 BLAKE2B 
bd8fb1f471a43aadf015cce8ae38c646521ca66e37652b72f7e94cec15a2a0a844d67116e9123ede44ba1b6ee569d1ecd0ff5e83067f6231802f5a77a798e446
 SHA512 
384ed3d86740091c9ddee83f97bf5cb5c69c48e8a78592dd46e8f9334859a6c523e7b16dce110de71cd4a9a3b8b99a11816b61eae6e251dfc20cdbee6716
+DIST vte-0.64.2.tar.bz2 486837 BLAKE2B 
3e127d61e4018607ca2df170108aef65b224a48df4d57545c98cbdb9753cbe7b9821e91a5bccd09d8c39af95d747a2ff01c69320e9245f5a82e7887b62c32c97
 SHA512 
6cbc1ee25a0ef2b00bcf26c07042eccc14fdea323e4445123db9fad05bf2e799579d723f6147c08712aec9b94e17003ce8f9e6ebe65278fdb3832cf77cba5be5

diff --git a/x11-libs/vte/vte-0.64.1.ebuild b/x11-libs/vte/vte-0.64.2.ebuild
similarity index 100%
rename from x11-libs/vte/vte-0.64.1.ebuild
rename to x11-libs/vte/vte-0.64.2.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: x11-themes/qogir-icon-theme/

2021-07-11 Thread James Kalyan
commit: ef587e5f40e36be76c0263b0d870f3dc4200b3f4
Author: James Kalyan  protonmail  com>
AuthorDate: Sun Jul 11 19:51:46 2021 +
Commit: James Kalyan  protonmail  com>
CommitDate: Sun Jul 11 19:57:38 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef587e5f

x11-themes/qogir-icon-theme: workaround QA warning for upstream bug

For now I'll just remove the broken symlink but I've filed a bug
upstream so when that's fixed it should correctly install the
aegisub.svg icon and ∴ repair the symlink.

Closes: https://bugs.gentoo.org/801085
Signed-off-by: James Kalyan  protonmail.com>

 x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild 
b/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild
index 1565e313f..2d165381b 100644
--- a/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild
+++ b/x11-themes/qogir-icon-theme/qogir-icon-theme-2020.11.22.ebuild
@@ -44,6 +44,9 @@ src_prepare() {
 src_install() {
mkdir -p "${D}/usr/share/icons"
CURSOR_DIR="${D}/usr/share/cursors/xorg-x11" "${S}"/install.sh -d 
"${D}/usr/share/icons"
+
+   # Remove broken symlink to avoid QA warning
+   rm "${D}/usr/share/icons/Qogir/scalable/apps/org.aegisub.Aegisub.svg"
 }
 
 pkg_postinst() {



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

2021-07-11 Thread Mike Pagano
commit: 9dfd135241243a290c7d3bad2f922ef251516466
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Jul 11 23:18:36 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Jul 11 23:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dfd1352

sys-kernel/git-sources: Linux 5.14-rc1

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

 sys-kernel/git-sources/Manifest| 10 ++
 sys-kernel/git-sources/git-sources-5.13_rc1.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.13_rc2.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.13_rc3.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.13_rc5.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.13_rc6.ebuild | 40 --
 sys-kernel/git-sources/git-sources-5.13_rc7.ebuild | 40 --
 ...5.13_rc4.ebuild => git-sources-5.14_rc1.ebuild} |  4 +--
 8 files changed, 4 insertions(+), 250 deletions(-)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 19cc0b035e6..3a0f2644c8e 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,8 +1,2 @@
-DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
-DIST patch-5.13-rc1.patch 60248581 BLAKE2B 
c105c2518de0ad29258262913226d44598f19f50df9f4b5bd0ca3afbf132e9b7d582537c9a91fea1209e3e77ced9ba86c83745ec32bb4c9c940fd843bd2858ea
 SHA512 
0ed817a3b25b9d28889c5754344537cd2266254dbfca87a98a5799594323d5b2cf04d233d0b48289dcf4518ebbabe687e49e7fe00553cbbd0cd2ac0e25fdf46b
-DIST patch-5.13-rc2.patch 60699877 BLAKE2B 
b29e45aa17aefe5adff81bc803890200d810848122240b731fa27d1bc0b08448d8579d6bd2328d11ca67b78346fa2342881e838b9cd657803ce6714a93f8e383
 SHA512 
2d54f9920d1d639a363989e37aba1e82687e7d6848bb53c4936678f50f178678235e9f45671d9373b1b5e15cbb6837640002038fd8b74d72d0e55d70b54321ba
-DIST patch-5.13-rc3.patch 60916953 BLAKE2B 
1a1a40b91cbe8ed65151931b1e309068c69ef45817e9bc526297fbbe59e8cb2c69176d71679b4f705a1071af5afc80e4f270f8bf7f089d483123550310b3abb0
 SHA512 
f0deb6c2482b1416d6e96bc4bdb9f9fe51654b6bd9317f0e68f3cfb252ade3c9c7950fa1f7eea09a61dffc109cb832c04fae6eff0a2178fe932f1bd42a7f17d9
-DIST patch-5.13-rc4.patch 61427853 BLAKE2B 
7ce34ed0d43f79a193e549208114e0d5c648c965ed584b84959535867088c083227784b3db6b2072b238f73f10c39ce5e4ea8451dbeb107e0c24bcbb7ccac988
 SHA512 
39d352e6a32c47006492667aa552b92ca45a5a5919443dc00ee1b7ca2947398a4a2db59185df9e779a1b1a75ba93ea3d88ac07005e3072f24b31d1a6284bc131
-DIST patch-5.13-rc5.patch 61681306 BLAKE2B 
541567d285b56080a572b3b62118288a4f1d817152512a89483043973bad89a64e27354a174b5ec6809df58b992e2a001c2e50d8d330ba356e41452f3304ed1e
 SHA512 
47e03e9825c6ecc37778050319a58b5081ed562e2f8aa1bdc74bfb3a59422d2a81d3267603e5cdcad87dffe9ea2e434c453d4eb8a022fb9b12a3e8bd9ebf343f
-DIST patch-5.13-rc6.patch 61861957 BLAKE2B 
95c185f46705f1e55fcd0d54c72b5520080780dcae087f1ab1ff195c62b5ad4a0a318c4094c3c942e85889808341fdce7aca8a823a4c2f4320c671217ea07b65
 SHA512 
8fb742686847e0fa0b920af523c8dfcc6fd4af54abf68ead6dc4105911d18229431079b03e2190aafe2cd2322176138ece51e514a0f9b6049e4026fb2e0440d4
-DIST patch-5.13-rc7.patch 62091807 BLAKE2B 
1aad8503208b9d77033c3259b867a34507710c3d03f9980c9e451b7ea04e93a450ebdce4282c8b416403d53a099c6ea236904556a0d9b1fc59fe19019b00b3e3
 SHA512 
af9c1f41dec5d0d186d92f1a905338511c94fa0e7accc994a0fb0bd95d096a5a6a10952eb7f22362987d74977e535cd9ff88c3d22a07971366cbc1c539b92ead
+DIST linux-5.13.tar.xz 119297284 BLAKE2B 
9c4c12e2394dec064adff51f7ccdf389192eb27ba7906db5eda543afe3d04afca6b9ea0848a057571bf2534eeb98e1e3a67734deff82c0d3731be205ad995668
 SHA512 
a8edf97e9d38a49f1be2bde1e29ad96274bb2c6f7e8a2bebaa1161dd4df9cabcbaec4ff644c45bee94f86ae47725087d6deed0cd954209cec717621d137db85e
+DIST patch-5.14-rc1.patch 68962675 BLAKE2B 
0f5bc5de6167c3f2b884354a54dd9cbedc3d89508e9861ef7bebe181c650ab9dde4f604f8c5e77c27eef9c213345ac85d8c65e0c9a7f48cc918a2ad681fc3e59
 SHA512 
e68522063c08adf11c8cbdb86aa439347ed833be77cf189655e14df6e2e9c18479a69bfbcb8258411e896f32b15c53f8df04402f6ba0434179c3d37e0cabc5b9

diff --git a/sys-kernel/git-sources/git-sources-5.13_rc1.ebuild 
b/sys-kernel/git-sources/git-sources-5.13_rc1.ebuild
deleted file mode 100644
index 5279e1b05ef..000
--- a/sys-kernel/git-sources/git-sources-5.13_rc1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-UNIPATCH_STRICTORDER="yes"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_NOUSEPR="yes"
-K_SECURITY_UNSUPPORTED="1"
-K_BASE_VER="5.12"
-K_EXP_GENPATCHES_NOUSE="1"
-K_FROM_GIT="yes"
-ETYPE="sources"

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

2021-07-11 Thread Mike Gilbert
commit: 4a7d8672cec985d2275239e34b93c86e1d77ca6d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Jul 11 23:09:23 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Jul 11 23:09:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d8672

sys-apps/systemd: fix previous change

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

 sys-apps/systemd/{systemd-249-r2.ebuild => systemd-249-r3.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/systemd/systemd-249-r2.ebuild 
b/sys-apps/systemd/systemd-249-r3.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-249-r2.ebuild
rename to sys-apps/systemd/systemd-249-r3.ebuild
index 681cd0c443a..d11da3bdbde 100644
--- a/sys-apps/systemd/systemd-249-r2.ebuild
+++ b/sys-apps/systemd/systemd-249-r3.ebuild
@@ -219,6 +219,7 @@ src_prepare() {
# Add local patches here
PATCHES+=(
"${FILESDIR}/249-hostnamed-error-variable.patch"
+   "${FILESDIR}/249-libudev-static.patch"
)
 
if ! use vanilla; then



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

2021-07-11 Thread Sam James
commit: 87a51ebc04cfef592de5fa1696ac526ec6e88544
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 23:03:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 23:03:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a51ebc

dev-python/pytest-salt: enable py3.9

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

 dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild 
b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
index 8258e36ca9e..71b7c59306f 100644
--- a/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
+++ b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit distutils-r1
 
 MY_PV="${PV/_p/.post}"



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

2021-07-11 Thread Sam James
commit: 5c6373f480026fd01f163ee8fbb7c69d54a761cf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 22:59:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 23:00:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6373f4

dev-python/pytest-salt: fix RDEPEND for salt/tornado

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

 ...-salt-2020.1.27-r2.ebuild => pytest-salt-2020.1.27-r3.ebuild} | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-salt/pytest-salt-2020.1.27-r2.ebuild 
b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
similarity index 81%
rename from dev-python/pytest-salt/pytest-salt-2020.1.27-r2.ebuild
rename to dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
index f3d2b483cbd..8258e36ca9e 100644
--- a/dev-python/pytest-salt/pytest-salt-2020.1.27-r2.ebuild
+++ b/dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild
@@ -17,22 +17,27 @@ SLOT="0"
 KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 
+# See bug #740882 re salt/tornado dependency
 RDEPEND="
>=dev-python/pytest-2.8.1[${PYTHON_USEDEP}]
>=dev-python/psutil-4.2.0[${PYTHON_USEDEP}]
dev-python/pytest-helpers-namespace[${PYTHON_USEDEP}]
dev-python/pytest-tempdir[${PYTHON_USEDEP}]
dev-python/msgpack[${PYTHON_USEDEP}]
+   || (
+   app-admin/salt[${PYTHON_USEDEP}]
+   www-servers/tornado[${PYTHON_USEDEP}]
+   )
 "
 #BDEPEND="
-#  test? ( app-admin/salt[${PYTHON_USEDEP}] )
+#   test? ( app-admin/salt[${PYTHON_USEDEP}] )
 #"
 
 PATCHES=(
"${FILESDIR}/${PN}-2020.1.27-r2.patch"
 )
 
-# tests need network access
+# Tests need network access
 RESTRICT="test"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: www-servers/thin/

2021-07-11 Thread Alessandro Barbieri
commit: 38100aaf444c2945f19b8537444088861dc85157
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:27:57 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:27:57 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38100aaf

www-servers/thin: remove ruby25

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

 www-servers/thin/thin-1.8.0.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/www-servers/thin/thin-1.8.0.ebuild 
b/www-servers/thin/thin-1.8.0.ebuild
index 9f43ab603..d1d45d546 100644
--- a/www-servers/thin/thin-1.8.0.ebuild
+++ b/www-servers/thin/thin-1.8.0.ebuild
@@ -1,13 +1,11 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+USE_RUBY="ruby26"
 
 inherit ruby-fakegem
 
@@ -56,7 +54,9 @@ all_ruby_prepare() {
 
sed -i -e "s/Spec::Runner/Rspec/" spec/spec_helper.rb || die
# nasty but too complex to fix up for now :(
-   use doc || rm tasks/rdoc.rake
+   if ! use doc; then
+   rm tasks/rdoc.rake || die
+   fi
 }
 
 each_ruby_configure() {
@@ -76,8 +76,8 @@ all_ruby_install() {
all_fakegem_install
 
keepdir /etc/thin
-   newinitd "${FILESDIR}"/${PN}.initd-r4 ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd-2 ${PN}
+   newinitd "${FILESDIR}/${PN}.initd-r4" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd-2" "${PN}"
 
einfo
elog "Thin is now shipped with init scripts."



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/byebug/

2021-07-11 Thread Alessandro Barbieri
commit: d7712c011a429c727c3559a624eec0195c178fa6
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:20:01 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:20:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7712c01

dev-ruby/byebug: disable ruby25

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ruby/byebug/byebug-11.1.3.ebuild | 20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/dev-ruby/byebug/byebug-11.1.3.ebuild 
b/dev-ruby/byebug/byebug-11.1.3.ebuild
index b2cd0a380..87d3cecd2 100644
--- a/dev-ruby/byebug/byebug-11.1.3.ebuild
+++ b/dev-ruby/byebug/byebug-11.1.3.ebuild
@@ -2,16 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md GUIDE.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
 
 RUBY_FAKEGEM_BINDIR="exe"
-
 RUBY_FAKEGEM_EXTENSIONS=(ext/byebug/extconf.rb)
 RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/byebug
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md GUIDE.md README.md"
+RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
+USE_RUBY="ruby26 ruby27 ruby30"
 
 inherit ruby-fakegem
 
@@ -22,15 +19,16 @@ 
SRC_URI="https://github.com/deivid-rodriguez/byebug/archive/v${PV}.tar.gz -> ${P
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 # Tests require bundler and hang when run from portage
 RESTRICT="test"
 
-ruby_add_bdepend "test? (
-   dev-ruby/byebug
-   dev-ruby/pry
-)"
+ruby_add_bdepend "
+   test? (
+   dev-ruby/byebug
+   dev-ruby/pry
+   )
+"
 
 all_ruby_prepare() {
sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/rspec-wait/

2021-07-11 Thread Alessandro Barbieri
commit: f969ccb35a949f902be1d3781f2a481d73da83af
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:21:45 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:21:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f969ccb3

dev-ruby/rspec-wait: disable ruby25

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild 
b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
index 8a347243c..e24953535 100644
--- a/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
+++ b/dev-ruby/rspec-wait/rspec-wait-0.0.9.ebuild
@@ -2,14 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby30 ruby27 ruby26 ruby25"
 
-RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC=""
-
-RUBY_FAKEGEM_TASK_TEST=""
-
 RUBY_FAKEGEM_GEMSPEC="rspec-wait.gemspec"
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+USE_RUBY="ruby30 ruby27 ruby26"
 
 inherit ruby-fakegem
 
@@ -19,7 +17,6 @@ HOMEPAGE="https://github.com/laserlemon/rspec-wait;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 ruby_add_rdepend "
>=dev-ruby/rspec-3



[gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/pcs/

2021-07-11 Thread Alessandro Barbieri
commit: 1155bcdcfb5a4dfa69622a129f9381f666ee4457
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:15:07 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:15:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1155bcdc

sys-cluster/pcs: bump python, remove old ruby

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/pcs/pcs-0.10.8-r3.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild 
b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild
index b348a3848..4c14ae970 100644
--- a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild
+++ b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild
@@ -4,8 +4,8 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..9} )
-USE_RUBY="ruby25 ruby26"
+PYTHON_COMPAT=( python3_{8..10} )
+USE_RUBY="ruby26"
 
 inherit python-single-r1 ruby-ng systemd
 
@@ -13,13 +13,12 @@ DESCRIPTION="Pacemaker/Corosync Configuration System"
 HOMEPAGE="https://github.com/ClusterLabs/pcs;
 SRC_URI="https://github.com/ClusterLabs/pcs/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/all/${P}"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="systemd"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 DEPEND="
dev-libs/libffi
media-libs/fontconfig
@@ -45,6 +44,7 @@ RDEPEND="
sys-process/psmisc
 "
 
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 PATCHES=(
"${FILESDIR}/remove-ruby-bundle-path.patch"
"${FILESDIR}/openrc-${PV}.patch"



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/wayback_machine_downloader/

2021-07-11 Thread Alessandro Barbieri
commit: c0d0599b7874f3feeb0bfd3f800cbf8343307cf0
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:08:01 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:08:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0d0599b

net-misc/wayback_machine_downloader: enable ruby30 and disable ruby25

Signed-off-by: Alessandro Barbieri  gmail.com>

 .../wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild 
b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild
index 18ab5c073..f48acb990 100644
--- 
a/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild
+++ 
b/net-misc/wayback_machine_downloader/wayback_machine_downloader-2.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-USE_RUBY="ruby25 ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 inherit ruby-fakegem
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/pry-byebug/

2021-07-11 Thread Alessandro Barbieri
commit: 077f2a6b1ec668140240c88719d815f8531f1b29
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:17:46 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:17:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=077f2a6b

dev-ruby/pry-byebug: disable ruby25

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild 
b/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild
index ce42f5220..87b84f59b 100644
--- a/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild
+++ b/dev-ruby/pry-byebug/pry-byebug-3.9.0.ebuild
@@ -2,14 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-USE_RUBY="ruby30 ruby27 ruby26 ruby25"
 
-RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC=""
-
-RUBY_FAKEGEM_TASK_TEST=""
-
 RUBY_FAKEGEM_GEMSPEC=""
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+USE_RUBY="ruby30 ruby27 ruby26"
 
 inherit ruby-fakegem
 
@@ -19,9 +17,6 @@ HOMEPAGE="https://github.com/deivid-rodriguez/pry-byebug;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
-
-#ruby_add_bdepend ""
 
 ruby_add_rdepend "
>=dev-ruby/byebug-11.0



[gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-autosuggestions/

2021-07-11 Thread Alessandro Barbieri
commit: 1c7e56d1399538661750399a0c70068612861641
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:10:47 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:10:47 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c7e56d1

app-shells/zsh-autosuggestions: disable ruby25

Signed-off-by: Alessandro Barbieri  gmail.com>

 app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild 
b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
index dabb23945..8cf887769 100644
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
+++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+USE_RUBY="ruby26 ruby27 ruby30"
 
 inherit ruby-fakegem
 
@@ -16,7 +16,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
-RESTRICT="!test? ( test )"
+
 RDEPEND=">=app-shells/zsh-4.3.11"
 BDEPEND="
test? (
@@ -28,7 +28,8 @@ BDEPEND="
dev-ruby/rspec-wait
)
 "
-DEPEND=""
+
+RESTRICT="!test? ( test )"
 
 src_install() {
insinto "/usr/share/zsh/site-functions/"



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

2021-07-11 Thread Alessandro Barbieri
commit: e7e8ef43b39de39292a6b36577c580a42e54ea79
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:14:36 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:14:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7e8ef43

dev-python/dacite: update EAPI 7 -> 8

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/dacite/dacite-1.6.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/dacite/dacite-1.6.0.ebuild 
b/dev-python/dacite/dacite-1.6.0.ebuild
index d0eb336c6..2b59016e9 100644
--- a/dev-python/dacite/dacite-1.6.0.ebuild
+++ b/dev-python/dacite/dacite-1.6.0.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-07-11 Thread Marek Szuba
commit: ba99f0da9cd26a148614bcafe5e5c9e208cc3809
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 22:12:22 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:12:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba99f0da

dev-python/pyelftools: keyword 0.27 for ~riscv

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

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

diff --git a/dev-python/pyelftools/pyelftools-0.27.ebuild 
b/dev-python/pyelftools/pyelftools-0.27.ebuild
index 030fad22caf..eae19514d69 100644
--- a/dev-python/pyelftools/pyelftools-0.27.ebuild
+++ b/dev-python/pyelftools/pyelftools-0.27.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/eliben/pyelftools/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 python_test() {



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

2021-07-11 Thread Marek Szuba
commit: f3c8a99848e49a9f2d404b61abd7ab1475a2fae1
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 22:16:00 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:16:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c8a998

profiles/arch/riscv: remove some outdated USE masks

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

 profiles/arch/riscv/package.use.mask | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 19668f33278..885311c091f 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -40,8 +40,8 @@ dev-cpp/eigen doc test
 dev-python/networkx extras pandas
 #  - sci-libs/umfpack (and a lot of its own deps in turn)
 dev-python/scipy sparse
-#  - dev-db/libdbi, sys-cluster/ceph
-net-analyzer/rrdtool dbi rados
+#  - sys-cluster/ceph
+net-analyzer/rrdtool rados
 #  - sys-cluster/rdma-core | sys-fabric/ofed, sys-cluster/knem, 
sys-fabric/infinipath-psm, sys-fabric/librdmacm
 sys-cluster/openmpi openmpi_fabrics_ofed openmpi_fabrics_knem 
openmpi_fabrics_psm openmpi_ofed_features_control-hdr-padding 
openmpi_ofed_features_dynamic-sl openmpi_ofed_features_rdmacm 
openmpi_ofed_features_udcm
 #  - sci-libs/hdf5, sys-fabric/ofed, dev-db/mariadb | dev-db/mysql
@@ -49,7 +49,7 @@ sys-cluster/slurm hdf5 ofed slurmdbd
 
 # Ye Cao  (2021-06-24)
 # Dependencies not keyworded, not tested
-media-gfx/imagemagick fftw openexr wmf
+media-gfx/imagemagick openexr wmf
 
 # Yixun Lan  (2021-05-24)
 # Dependencies not keyworded, not tested
@@ -126,12 +126,10 @@ dev-libs/libpcre jit
 # This includes also packages which do not support python-3 or
 # do not support python-3.7 yet.
 
-app-admin/syslog-ng amqp dbi geoip2 kafka mongodb redis spoof-source smtp snmp 
test
+app-admin/syslog-ng amqp geoip2 kafka mongodb redis spoof-source smtp snmp test
 app-arch/p7zip wxwidgets
-app-crypt/mit-krb5 doc
 app-doc/doxygen doc
 app-editors/emacs mailutils
-app-misc/pax-utils python
 app-text/asciidoc test
 app-text/ghostscript-gpl cups
 app-text/po4a test
@@ -150,7 +148,6 @@ dev-python/urllib3 test
 dev-util/catalyst iso
 dev-util/pkgconf test
 dev-vcs/git cvs highlight subversion
-dev-vcs/mercurial zsh-completion
 media-libs/harfbuzz doc
 sys-libs/libcxx libcxxabi libunwind static-libs
 sys-libs/libcxxabi libunwind



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

2021-07-11 Thread Alessandro Barbieri
commit: 3c4c5fa93ee8d10baf2c54ee9f4c91c5c4f531c8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jul 11 22:04:29 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jul 11 22:04:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c4c5fa9

dev-python/trueskill: update EAPI 7 -> 8

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild 
b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
index 90318a33b..08a2b9b28 100644
--- a/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
+++ b/dev-python/trueskill/trueskill-0.4.5_p20191014.ebuild
@@ -1,14 +1,13 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
-PYTHON_COMPAT=( python3_{7,8} )
+COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
-COMMIT="91c29b1ab6cd86d6d68fc983fd7ceba3a88ad544"
-
 DESCRIPTION="Python Implementation of the TrueSkill Algorithm"
 HOMEPAGE="
https://trueskill.org
@@ -16,13 +15,13 @@ HOMEPAGE="
https://pypi.org/project/trueskill
 "
 SRC_URI="https://github.com/sublee/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
 
 SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64"
 IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND=""
+
 DEPEND="
dev-python/six[${PYTHON_USEDEP}]
test? (
@@ -31,7 +30,8 @@ DEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
)
 "
-S="${WORKDIR}/${PN}-${COMMIT}"
+
+RESTRICT="!test? ( test )"
 
 distutils_enable_tests setup.py
 #docs require a py2 only sphinx theme



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

2021-07-11 Thread Marek Szuba
commit: 8868c2c69c29e6e05b16301bb1698dac673679ff
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 21:53:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8868c2c6

dev-util/google-perftools: keyword 2.9.1 for ~riscv

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

 dev-util/google-perftools/google-perftools-2.9.1.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-util/google-perftools/google-perftools-2.9.1.ebuild 
b/dev-util/google-perftools/google-perftools-2.9.1.ebuild
index 413257a7ebe..896b51dfd9c 100644
--- a/dev-util/google-perftools/google-perftools-2.9.1.ebuild
+++ b/dev-util/google-perftools/google-perftools-2.9.1.ebuild
@@ -17,13 +17,18 @@ SLOT="0/4"
 # linux amd64/arm/arm64/ppc/ppc64/riscv/x86
 # OSX ppc/amd64
 # AIX ppc/ppc64
-KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
 
 IUSE="largepages largepages64k +debug minimal optimisememory test static-libs"
 
 RESTRICT="!test? ( test )"
 
-DEPEND="!ppc64? ( sys-libs/libunwind )"
+# TODO: remove the riscv special case once either libunwind has begun 
supporting this arch
+# or this package allows using llvm-libunwind for other arches
+DEPEND="!ppc64? (
+   riscv? ( sys-libs/llvm-libunwind )
+   !riscv? ( sys-libs/libunwind )
+)"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"



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

2021-07-11 Thread Marek Szuba
commit: cbc076540f6fc01308819a1cb21cd10df53c484b
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:09:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc07654

dev-db/postgresql: disable spinlocks on riscv

No native spinlock support for this arch yet, not even in Git head.

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

 dev-db/postgresql/postgresql-13.3.ebuild | 12 +---
 dev-db/postgresql/postgresql-14_beta2.ebuild | 12 +---
 dev-db/postgresql/postgresql-.ebuild | 12 +---
 3 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/dev-db/postgresql/postgresql-13.3.ebuild 
b/dev-db/postgresql/postgresql-13.3.ebuild
index d71750a1cb7..2e2bf1e36a3 100644
--- a/dev-db/postgresql/postgresql-13.3.ebuild
+++ b/dev-db/postgresql/postgresql-13.3.ebuild
@@ -134,14 +134,13 @@ src_configure() {
[[ -z $uuid_config ]] && uuid_config="--with-uuid=ossp"
fi
 
-   econf \
+   local myconf="\
--prefix="${PO}/usr/$(get_libdir)/postgresql-${SLOT}" \
--datadir="${PO}/usr/share/postgresql-${SLOT}" \
--includedir="${PO}/usr/include/postgresql-${SLOT}" \
--mandir="${PO}/usr/share/postgresql-${SLOT}/man" \
--sysconfdir="${PO}/etc/postgresql-${SLOT}" \
--with-system-tzdata="${PO}/usr/share/zoneinfo" \
-   $(use_enable !alpha spinlocks) \
$(use_enable debug) \
$(use_enable threads thread-safety) \
$(use_with icu) \
@@ -159,7 +158,14 @@ src_configure() {
$(use_with xml libxml) \
$(use_with xml libxslt) \
$(use_with zlib) \
-   $(use_enable nls)
+   $(use_enable nls)"
+   if use alpha || use riscv; then
+   myconf+=" --disable-spinlocks"
+   else
+   # Should be the default but just in case
+   myconf+=" --enable-spinlocks"
+   fi
+   econf ${myconf}
 }
 
 src_compile() {

diff --git a/dev-db/postgresql/postgresql-14_beta2.ebuild 
b/dev-db/postgresql/postgresql-14_beta2.ebuild
index a9630c760e8..e6463312ebc 100644
--- a/dev-db/postgresql/postgresql-14_beta2.ebuild
+++ b/dev-db/postgresql/postgresql-14_beta2.ebuild
@@ -135,14 +135,13 @@ src_configure() {
[[ -z $uuid_config ]] && uuid_config="--with-uuid=ossp"
fi
 
-   econf \
+   local myconf="\
--prefix="${PO}/usr/$(get_libdir)/postgresql-${SLOT}" \
--datadir="${PO}/usr/share/postgresql-${SLOT}" \
--includedir="${PO}/usr/include/postgresql-${SLOT}" \
--mandir="${PO}/usr/share/postgresql-${SLOT}/man" \
--sysconfdir="${PO}/etc/postgresql-${SLOT}" \
--with-system-tzdata="${PO}/usr/share/zoneinfo" \
-   $(use_enable !alpha spinlocks) \
$(use_enable debug) \
$(use_enable threads thread-safety) \
$(use_with icu) \
@@ -161,7 +160,14 @@ src_configure() {
$(use_with xml libxml) \
$(use_with xml libxslt) \
$(use_with zlib) \
-   $(use_enable nls)
+   $(use_enable nls)"
+   if use alpha || use riscv; then
+   myconf+=" --disable-spinlocks"
+   else
+   # Should be the default but just in case
+   myconf+=" --enable-spinlocks"
+   fi
+   econf ${myconf}
 }
 
 src_compile() {

diff --git a/dev-db/postgresql/postgresql-.ebuild 
b/dev-db/postgresql/postgresql-.ebuild
index 106cb9fb88f..8bdc4467a14 100644
--- a/dev-db/postgresql/postgresql-.ebuild
+++ b/dev-db/postgresql/postgresql-.ebuild
@@ -151,14 +151,13 @@ src_configure() {
[[ -z $uuid_config ]] && uuid_config="--with-uuid=ossp"
fi
 
-   econf \
+   local myconf="\
--prefix="${PO}/usr/$(get_libdir)/postgresql-${SLOT}" \
--datadir="${PO}/usr/share/postgresql-${SLOT}" \
--includedir="${PO}/usr/include/postgresql-${SLOT}" \
--mandir="${PO}/usr/share/postgresql-${SLOT}/man" \
--sysconfdir="${PO}/etc/postgresql-${SLOT}" \
--with-system-tzdata="${PO}/usr/share/zoneinfo" \
-   $(use_enable !alpha spinlocks) \
$(use_enable debug) \
$(use_enable nls) \
$(use_enable threads thread-safety) \
@@ -177,7 +176,14 @@ src_configure() {
$(use_with xml libxslt) \
$(use_with zlib) \
$(use_with systemd) \
-   ${uuid_config}
+   ${uuid_config}"
+   if use alpha || use riscv; then
+   myconf+=" --disable-spinlocks"
+   else
+   # Should be the default but just in case
+   

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

2021-07-11 Thread Marek Szuba
commit: 3f578f0e9830669aa6e22bc18449652d5253cbfc
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 21:18:50 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f578f0e

dev-util/google-perftools: update comment on assembly compatibility list

We've already had this keyworded on arm64, and riscv is mentioned in
both release news and the source code itself.

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

 dev-util/google-perftools/google-perftools-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/google-perftools/google-perftools-2.9.1.ebuild 
b/dev-util/google-perftools/google-perftools-2.9.1.ebuild
index a1f7dcceb6c..413257a7ebe 100644
--- a/dev-util/google-perftools/google-perftools-2.9.1.ebuild
+++ b/dev-util/google-perftools/google-perftools-2.9.1.ebuild
@@ -14,7 +14,7 @@ LICENSE="MIT"
 SLOT="0/4"
 # contains ASM code, with support for
 # freebsd x86/amd64
-# linux x86/amd64/ppc/ppc64/arm
+# linux amd64/arm/arm64/ppc/ppc64/riscv/x86
 # OSX ppc/amd64
 # AIX ppc/ppc64
 KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"



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

2021-07-11 Thread Marek Szuba
commit: bfec86f6b9bde7eaefb87162567e6d7f2429c6bd
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:45:49 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfec86f6

dev-libs/judy: keyword 1.0.5-r3 for ~riscv

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

 dev-libs/judy/judy-1.0.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild 
b/dev-libs/judy/judy-1.0.5-r3.ebuild
index 30329c63a52..b730c174159 100644
--- a/dev-libs/judy/judy-1.0.5-r3.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="static-libs"
 DOCS=( AUTHORS ChangeLog README )
 



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

2021-07-11 Thread Marek Szuba
commit: ac339c9b8d7799a7d146c145cabd417cef7e992a
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:47:19 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac339c9b

dev-perl/Devel-CheckLib: keyword 1.140.0 for ~riscv

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

 dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild 
b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
index d047c8870a5..1c5ffe1a6c2 100644
--- a/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
+++ b/dev-perl/Devel-CheckLib/Devel-CheckLib-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module toolchain-funcs
 DESCRIPTION="check that a library is available"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-init-scripts/

2021-07-11 Thread Marek Szuba
commit: 1da150fce96b0122554170f03608de4dab7ab276
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:48:39 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da150fc

dev-db/mysql-init-scripts: keyword 2.3-r3 for ~riscv

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

 dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild 
b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild
index b7b6b0554b9..17ede9b10e2 100644
--- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild
+++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE=""
 
 DEPEND=""



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

2021-07-11 Thread Marek Szuba
commit: 0ad124f207af768841dd3ff0f248050e7138cfce
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:46:25 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad124f2

dev-perl/DBD-mysql: keyword 4.50.0-r1 for ~riscv

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

 dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild 
b/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild
index 55ba0d2943e..43446da7709 100644
--- a/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild
+++ b/dev-perl/DBD-mysql/DBD-mysql-4.50.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="MySQL driver for the Perl5 Database Interface (DBI)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 IUSE="mariadb +mysql test +ssl"
 RESTRICT="!test? ( test )"



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

2021-07-11 Thread Marek Szuba
commit: 15945569c4e4a2fe4a631698ba51b9aed5712182
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:48:08 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15945569

dev-perl/Mock-Config: keyword 0.30.0 for ~riscv

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

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

diff --git a/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild 
b/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
index 2750d5e08b2..5d078d2bed5 100644
--- a/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
+++ b/dev-perl/Mock-Config/Mock-Config-0.30.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Temporarily set Config or XSConfig values"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~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 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 LICENSE="Artistic-2"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-postgresql/

2021-07-11 Thread Marek Szuba
commit: beda04b9ee9eacf438d59b2464ad4d05792d2f16
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:02:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beda04b9

app-eselect/eselect-postgresql: keyword 2.4 for ~riscv

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

 app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild 
b/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild
index c83bf61b511..8437ec99e24 100644
--- a/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild
+++ b/app-eselect/eselect-postgresql/eselect-postgresql-2.4.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI="https://dev.gentoo.org/~titanofold/${P}.tbz2;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~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 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="app-admin/eselect"
 



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

2021-07-11 Thread Marek Szuba
commit: 76567e7249b1a30e1b0a8b1b3dd155b552e71b4f
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:44:32 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76567e72

app-arch/snappy: keyword 1.1.9 for ~riscv

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

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

diff --git a/app-arch/snappy/snappy-1.1.9.ebuild 
b/app-arch/snappy/snappy-1.1.9.ebuild
index ad43d4fa986..1d6d63ebf93 100644
--- a/app-arch/snappy/snappy-1.1.9.ebuild
+++ b/app-arch/snappy/snappy-1.1.9.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/, profiles/arch/riscv/

2021-07-11 Thread Marek Szuba
commit: 015b4bde3d5070d7155638a10810f19fc12e9a2e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sun Jul 11 20:37:12 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sun Jul 11 22:02:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015b4bde

dev-db/postgresql: keyword 13.3 for ~riscv

No native spinlock support and LLVM JIT support appears to be seriously
borked on this arch - but with --disable-spinlocks and USE=-llvm builds,
tests and installs fine.

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

 dev-db/postgresql/postgresql-13.3.ebuild |  2 +-
 profiles/arch/riscv/package.use.mask | 11 ---
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-db/postgresql/postgresql-13.3.ebuild 
b/dev-db/postgresql/postgresql-13.3.ebuild
index 2e2bf1e36a3..85d7618669c 100644
--- a/dev-db/postgresql/postgresql-13.3.ebuild
+++ b/dev-db/postgresql/postgresql-13.3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd 
tmpfiles
 
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~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 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT=$(ver_cut 1)
 

diff --git a/profiles/arch/riscv/package.use.mask 
b/profiles/arch/riscv/package.use.mask
index 5b0df73f6d2..19668f33278 100644
--- a/profiles/arch/riscv/package.use.mask
+++ b/profiles/arch/riscv/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba  (2021-07-11)
+# Causes 35 tests to fail with "fatal llvm error"
+dev-db/postgresql llvm
+
 # Marek Szuba  (2021-07-05)
 # sys-cluster/ucx fails to compile on this arch
 sys-cluster/slurm ucx
@@ -9,13 +13,6 @@ sys-cluster/slurm ucx
 # net-dialup/mgetty fails to compile on this arch
 mail-mta/courier fax
 
-# Marek Szuba  (2021-07-05)
-#   dev-db/postgresql not keyworded here yet
-dev-db/libdbi-drivers postgres
-dev-libs/cyrus-sasl postgres
-mail-mta/courier postgres
-net-libs/courier-authlib postgres
-
 # Ye Cao  (2021-07-02)
 # Dependencies not keyworded, not tested
 app-text/texlive-core xetex



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

2021-07-11 Thread Andreas K. Hüttel
commit: 26bf72162dde58518af004699f9b4a7c3f04b148
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 21:58:25 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 21:59:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bf7216

dev-perl/Net-FreeDB: EAPI=8 bump

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

 ...{Net-FreeDB-0.100.0.ebuild => Net-FreeDB-0.100.0-r1.ebuild} | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Net-FreeDB/Net-FreeDB-0.100.0.ebuild 
b/dev-perl/Net-FreeDB/Net-FreeDB-0.100.0-r1.ebuild
similarity index 87%
rename from dev-perl/Net-FreeDB/Net-FreeDB-0.100.0.ebuild
rename to dev-perl/Net-FreeDB/Net-FreeDB-0.100.0-r1.ebuild
index bf58a6768b7..c5c62a0121a 100644
--- a/dev-perl/Net-FreeDB/Net-FreeDB-0.100.0.ebuild
+++ b/dev-perl/Net-FreeDB/Net-FreeDB-0.100.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=DSHULTZ
 DIST_VERSION=0.10
@@ -11,8 +11,6 @@ DESCRIPTION="OOP interface to the FreeDB database"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-perl/CDDB-File-1.10.0
@@ -21,12 +19,14 @@ RDEPEND="
dev-perl/Moo
>=virtual/perl-libnet-2.120.0
 "
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Most
)
 "
+
 src_test() {
local my_test_control;
my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS-Resolver-Programmable/

2021-07-11 Thread Andreas K. Hüttel
commit: a3074bef3ae6d7dda2fa37f4b0e965a210eeb81f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 21:51:57 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 21:58:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3074bef

dev-perl/Net-DNS-Resolver-Programmable: EAPI=8 bump

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

 ...e-0.9.0.ebuild => Net-DNS-Resolver-Programmable-0.9.0-r1.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
 
b/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0-r1.ebuild
similarity index 87%
rename from 
dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
rename to 
dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0-r1.ebuild
index 97afbc7c5e6..880bfd15a42 100644
--- 
a/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
+++ 
b/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=BIGPRESH
 DIST_VERSION=0.009
@@ -11,13 +11,11 @@ DESCRIPTION="programmable DNS resolver class for offline 
emulation of DNS"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-perl/Net-DNS-0.690.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple



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

2021-07-11 Thread Andreas K. Hüttel
commit: 031e5799a024f8bbf8320598c333adf3cf2e4efa
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 21:56:39 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 21:59:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031e5799

dev-perl/Net-Domain-TLD: EAPI=8 bump

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

 ...et-Domain-TLD-1.750.0.ebuild => Net-Domain-TLD-1.750.0-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild 
b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0-r1.ebuild
similarity index 93%
rename from dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
rename to dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0-r1.ebuild
index f2ac2e4cf41..075a5f7c62a 100644
--- a/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0.ebuild
+++ b/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.750.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ALEXP
 DIST_VERSION=1.75
@@ -11,12 +11,11 @@ DESCRIPTION="Current top level domain names including new 
ICANN additions and cc
 
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
 
 RDEPEND="
virtual/perl-Carp
virtual/perl-Storable
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
 "



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

2021-07-11 Thread Andreas K. Hüttel
commit: 9f6a4be5127421f2bb618a5cda6f2152b1c4c693
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 21:48:03 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 21:58:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6a4be5

dev-perl/Net-DNS-Async: EAPI=8 bump

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

 ...sync-1.70.0-r1.ebuild => Net-DNS-Async-1.70.0-r2.ebuild} | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0-r1.ebuild 
b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0-r2.ebuild
similarity index 71%
rename from dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0-r1.ebuild
rename to dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0-r2.ebuild
index cadb397f596..5b9e7d5a916 100644
--- a/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0-r1.ebuild
+++ b/dev-perl/Net-DNS-Async/Net-DNS-Async-1.70.0-r2.ebuild
@@ -1,22 +1,19 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=SHEVEK
-MODULE_VERSION=1.07
+DIST_AUTHOR=SHEVEK
+DIST_VERSION=1.07
 inherit perl-module
 
 DESCRIPTION="Asynchronous DNS helper for high volume applications"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="dev-perl/Net-DNS"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
+BDEPEND="${RDEPEND}"
 
 src_test() {
# disable online test



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

2021-07-11 Thread Andreas K. Hüttel
commit: c2ae6b7380007ebdb2f4f86c116b2a089ecfbc1d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 21:44:51 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 21:58:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ae6b73

dev-perl/Net-DNS: Version bump 1.31

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

 dev-perl/Net-DNS/Manifest   |  1 +
 dev-perl/Net-DNS/Net-DNS-1.310.0.ebuild | 63 +
 2 files changed, 64 insertions(+)

diff --git a/dev-perl/Net-DNS/Manifest b/dev-perl/Net-DNS/Manifest
index b4a6af7392c..ba6d46801a7 100644
--- a/dev-perl/Net-DNS/Manifest
+++ b/dev-perl/Net-DNS/Manifest
@@ -1,2 +1,3 @@
 DIST Net-DNS-1.13.tar.gz 251658 BLAKE2B 
3ade04bea24455f6a4dc2d3a5b3dd40f19bd1638945d3622b40feb5bf0e6e6fddb5fe5636fce57d3b5ec270dee4c666aa5b4062113a25b7b483eeff93379678c
 SHA512 
ac42d5b5d1849de11813404b9915f2b54cc4d44e2f6a52c8c5c714ae30bab594b2d27701957238c1dbb09544320822c25f19ff50ce33210c289379aa67400636
 DIST Net-DNS-1.23.tar.gz 257796 BLAKE2B 
974ad4af557e4c066403c93606ca924a900e8892f8dd275e4691beb672ab0dc7e0f3081ca134c39d562368ee1fbf8f174911f3dcca8f0fa3a2a1e44c736d
 SHA512 
23c9df9e12340687d3399cbe7fb5f94dfa4ceae94be77227c42f0f707470ef90194ef64aa953ee36da5c2ba6a28d2bb4b59de04a9722ae3b0db6162916bde2b1
+DIST Net-DNS-1.31.tar.gz 249299 BLAKE2B 
d8456453240e388476ef918cc7731b9d790b8163885e18658182d927c2a594cb74a7983d33607d495c75b7638efd7bd2bb6368e1b5ec80e4eca9e809ba6bc97c
 SHA512 
f406bc192f18b0a07171f3e81209ca705b9fa5fa8104533cbece1678bb08220636b438aa3a4a6a5f2d03a3a3166503a9fa8c5c16f92b1b3e8f8e2e2fdf0f8ddb

diff --git a/dev-perl/Net-DNS/Net-DNS-1.310.0.ebuild 
b/dev-perl/Net-DNS/Net-DNS-1.310.0.ebuild
new file mode 100644
index 000..eb0d4416254
--- /dev/null
+++ b/dev-perl/Net-DNS/Net-DNS-1.310.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=NLNETLABS
+DIST_VERSION=1.31
+DIST_EXAMPLES=( "contrib" "demo" )
+inherit toolchain-funcs perl-module
+
+DESCRIPTION="Perl Interface to the Domain Name System"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="minimal"
+
+PDEPEND="!minimal? ( >=dev-perl/Net-DNS-SEC-1.30.0 )"
+RDEPEND="
+   >=virtual/perl-Carp-1.100.0
+   >=dev-perl/Digest-HMAC-1.30.0
+   >=virtual/perl-Digest-MD5-2.130.0
+   >=virtual/perl-Digest-SHA-5.230.0
+   >=virtual/perl-Encode-2.260.0
+   >=virtual/perl-Exporter-5.560.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-MIME-Base64-2.130.0
+   >=virtual/perl-Scalar-List-Utils-1.250.0
+   >=virtual/perl-Time-Local-1.190.0
+   >=virtual/perl-IO-Socket-IP-0.380.0
+   >=virtual/perl-IO-1.80.0
+   !minimal? (
+   >=dev-perl/Digest-BubbleBabble-0.10.0
+   >=dev-perl/Net-LibIDN2-1.0.0
+   )
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.520.0
+   )
+"
+
+src_prepare() {
+   perl-module_src_prepare
+   mydoc="TODO"
+   # --IPv6-tests requires that you have external IPv6 connectivity
+   # as it connects to 2001:7b8:206:1:0:1234:be21:e31e
+   if ! use test || ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do 
parallel}}; then
+   myconf="${myconf} --no-online-tests --no-IPv6-tests"
+   fi
+}
+
+src_compile() {
+   emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
+}
+
+src_test() {
+   perl_rm_files t/00-pod.t
+   if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
+   elog "Network tests disabled without to 
DIST_TEST_OVERIDE=~network"
+   fi
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DNS-Resolver-Mock/

2021-07-11 Thread Andreas K. Hüttel
commit: 48bfe10c9d3b3b684f537eec2c33d682285276f5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 21:50:22 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 21:58:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48bfe10c

dev-perl/Net-DNS-Resolver-Mock: Version bump 1.20200215

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

 dev-perl/Net-DNS-Resolver-Mock/Manifest|  1 +
 .../Net-DNS-Resolver-Mock-1.202.2.150.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Net-DNS-Resolver-Mock/Manifest 
b/dev-perl/Net-DNS-Resolver-Mock/Manifest
index 3077ce17ef8..f8397884a90 100644
--- a/dev-perl/Net-DNS-Resolver-Mock/Manifest
+++ b/dev-perl/Net-DNS-Resolver-Mock/Manifest
@@ -1 +1,2 @@
 DIST Net-DNS-Resolver-Mock-1.20171031.tar.gz 10124 BLAKE2B 
4574c138849213569b0d920bf2325d34642676038863c896297026d9deb49306a729ee249c0a8cea4e3894ebee9a4e40525ae918bb111249e64ae7dcff3a30e9
 SHA512 
458d4fe521cd650f91ba95b8a9bedf10e03fb08d9c5fd8dabb3df435e8264f44837a1718ecfe6d3ff68badedfe240286c051981e668675af277260b6401d0a16
+DIST Net-DNS-Resolver-Mock-1.20200215.tar.gz 10961 BLAKE2B 
38b6f2e4b4f7f9dac9e545e288ae7ed6d211ec482d444cc00740591cc3de2f616e782f0a7db38f2114f18143a188ec7693e2ff0e6d127a762c0e5e81ab74b4fc
 SHA512 
92ac244dc2a7b939b1e8e8c71eb9ce65fdf1494dd08c62e6fc3720ffa82acc7c354bd7dcb8c77d9e52ee132773864b4b3ba869303af7363001ff5e9125c06802

diff --git 
a/dev-perl/Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.202.2.150.ebuild 
b/dev-perl/Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.202.2.150.ebuild
new file mode 100644
index 000..e351105efd0
--- /dev/null
+++ b/dev-perl/Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.202.2.150.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MBRADSHAW
+DIST_VERSION=1.20200215
+inherit perl-module
+
+DESCRIPTION="Mock a DNS Resolver object for testing"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-perl/Net-DNS
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   dev-perl/Test-Exception
+   )
+"
+
+src_test() {
+   perl_rm_files t/author-*.t
+   perl-module_src_test
+}



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

2021-07-11 Thread Andreas K. Hüttel
commit: 535928246ec1d1abccb6f930c949578a96946e98
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 21:54:57 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 21:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53592824

dev-perl/Net-DNS-SEC: Version bump 1.18

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

 dev-perl/Net-DNS-SEC/Manifest   |  1 +
 dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.180.0.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Net-DNS-SEC/Manifest b/dev-perl/Net-DNS-SEC/Manifest
index d092dafadea..361f21d3ab4 100644
--- a/dev-perl/Net-DNS-SEC/Manifest
+++ b/dev-perl/Net-DNS-SEC/Manifest
@@ -1,2 +1,3 @@
 DIST Net-DNS-SEC-1.03.tar.gz 35605 BLAKE2B 
8d7ab450986b4cc4f7d31ae50f3efdeb56e6a437269ff6a54d5ece26a863405f12faf16e52aff2ba991d6e8320ed5b5cd3d07fdee20a5b3db7da4683e02c6243
 SHA512 
17d9f2125b9ed687791941ea777927daf8cfe4a6a379d02cda499fb01a71606b1c01154a3d4f2f2ffb70f5a658aaf02e64c8e5cc308de8c8e0cc543271ee7bce
 DIST Net-DNS-SEC-1.16.tar.gz 46603 BLAKE2B 
3f248ebe62b21c68ba06b13a13bab2b8507df4cefd10f87de88191590b05b4ed48cc04b228a78768bf3ff907d319c38eeae46d3e407180eb9722f5eb5ccf2b24
 SHA512 
47ebfc7a4c7da89fd9eb189fa065c7e0b60f5c166420c76226a0df938e95e5abfa83e6a1a49b92593aee078883b1a170d39426c84fdef22a2fc50ef0
+DIST Net-DNS-SEC-1.18.tar.gz 46301 BLAKE2B 
9f943cf1391b8b1a07b361a837fd7b88b712372885024bb862b4ed606231b69c083e75dc2675a518452dae28873b867fc256a7a0f8f90c9900d80e8f6c5b25b6
 SHA512 
44f1bbcd9b5c8759ccbb8a9c40efb3d0533a991d6d9aec63ec8b1347a4cbf314470efebe4e5bc59fb19427405a4b8d41682c5231427783cace8f9779bccdc893

diff --git a/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.180.0.ebuild 
b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.180.0.ebuild
new file mode 100644
index 000..1e01c8d99f3
--- /dev/null
+++ b/dev-perl/Net-DNS-SEC/Net-DNS-SEC-1.180.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=NLNETLABS
+DIST_VERSION=1.18
+inherit perl-module
+
+DESCRIPTION="DNSSEC extensions to Net::DNS"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=virtual/perl-Carp-1.100.0
+   >=virtual/perl-Exporter-5.560.0
+   >=virtual/perl-File-Spec-0.860.0
+   >=virtual/perl-MIME-Base64-2.130.0
+   >=dev-perl/Net-DNS-1.80.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=virtual/perl-Test-Simple-0.470.0
+   )
+"



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

2021-07-11 Thread Conrad Kostecki
commit: 37099d5516d4d89063793ec12d0fe15f2bf4a795
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 21:09:21 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37099d55

net-p2p/resilio-sync: drop old version

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

 net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild | 78 ---
 1 file changed, 78 deletions(-)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild 
b/net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild
deleted file mode 100644
index 747808bdcbe..000
--- a/net-p2p/resilio-sync/resilio-sync-2.6.3-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker user
-
-QA_PREBUILT="usr/bin/rslsync"
-BASE_URI="http://download-cdn.resilio.com/${PV}/Debian/${PN}_${PV}-1_@arch@.deb;
-
-DESCRIPTION="Resilient, fast and scalable file synchronization tool"
-HOMEPAGE="https://resilio.com/;
-SRC_URI="amd64? ( ${BASE_URI/@arch@/amd64} )
-   x86? ( ${BASE_URI/@arch@/i386} )"
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   || (
-   sys-libs/glibc[crypt(+)]
-   sys-libs/libxcrypt[compat]
-   )"
-
-DOC_CONTENTS="You may need to review /etc/resilio-sync/config.json\\n
-Default metadata path is /var/lib/resilio-sync/.sync\\n
-Default web-gui URL is http://localhost:/\\n\\n;
-
-pkg_setup() {
-   enewgroup rslsync
-   enewuser rslsync -1 -1 /var/lib/resilio-sync rslsync
-}
-
-src_unpack() {
-   unpacker_src_unpack
-
-   unpack usr/share/man/man1/resilio-sync.1.gz
-}
-
-src_install() {
-   dobin usr/bin/rslsync
-   pax-mark m "${ED}"/usr/bin/rslsync
-
-   doman resilio-sync.1
-
-   newinitd "${FILESDIR}"/resilio-sync.initd resilio-sync
-   newconfd "${FILESDIR}"/resilio-sync.confd resilio-sync
-   newinitd "${FILESDIR}"/resilio-sync-user.initd resilio-sync-user
-   newconfd "${FILESDIR}"/resilio-sync-user.confd resilio-sync-user
-   systemd_dounit "${FILESDIR}"/resilio-sync.service
-   systemd_douserunit "${FILESDIR}"/resilio-sync-user.service
-   newtmpfiles "${FILESDIR}"/resilio-sync.tmpfile resilio-sync.conf
-
-   readme.gentoo_create_doc
-
-   # Generate sample config, uncomment config directives and change values
-   insopts -orslsync -grslsync -m0644
-   insinto /etc/resilio-sync
-   newins - config.json < <("${ED}"/usr/bin/rslsync --dump-sample-config | 
\
-   sed \
-   -e "/storage_path/s|//| |g" \
-   -e "/pid_file/s|//| |g" \
-   -e 
"/storage_path/s|/home/user/.sync|/var/lib/resilio-sync/.sync|g" \
-   -e 
"/pid_file/s|resilio/resilio|resilio-sync/resilio-sync|g" \
-   || die "sed failed for config.json" )
-
-   diropts -orslsync -grslsync -m0700
-   keepdir /etc/resilio-sync /var/lib/resilio-sync/ \
-   /var/lib/resilio-sync/.sync /var/log/resilio-sync
-}
-
-pkg_postinst() {
-   tmpfiles_process resilio-sync.conf
-   readme.gentoo_print_elog
-}



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

2021-07-11 Thread Conrad Kostecki
commit: 218548e91d4842589147e5187d7551c2624fcab1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:22:33 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218548e9

net-analyzer/ngrep: drop old version

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

 net-analyzer/ngrep/ngrep-1.47.ebuild | 55 
 1 file changed, 55 deletions(-)

diff --git a/net-analyzer/ngrep/ngrep-1.47.ebuild 
b/net-analyzer/ngrep/ngrep-1.47.ebuild
deleted file mode 100644
index 768d8053525..000
--- a/net-analyzer/ngrep/ngrep-1.47.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools user
-
-DESCRIPTION="A grep for network layers"
-HOMEPAGE="https://github.com/jpr5/ngrep;
-SRC_URI="https://github.com/jpr5/ngrep/archive/V${PV/./_}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ngrep"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE="ipv6"
-
-DEPEND="
-   dev-libs/libpcre
-   net-libs/libpcap
-"
-RDEPEND="
-   ${DEPEND}
-"
-DOCS=(
-   CHANGES
-   CREDITS
-   README.md
-)
-S=${WORKDIR}/${P/./_}
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.47-regex.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable ipv6) \
-   --disable-pcap-restart \
-   --enable-pcre \
-   --with-dropprivs-user=ngrep \
-   --with-pcap-includes="${EPREFIX}"/usr/include/pcap
-}
-
-src_compile() {
-   emake -C regex-0.12
-   emake STRIPFLAG="${CFLAGS}"
-}
-
-pkg_preinst() {
-   enewgroup ngrep
-   enewuser ngrep -1 -1 -1 ngrep
-}



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

2021-07-11 Thread Conrad Kostecki
commit: 00eeaa6f7d079b25e6316e1c07b4772672c78569
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 21:03:48 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00eeaa6f

net-misc/stargazer: migrate to GLEP 81

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

 net-misc/stargazer/stargazer-2.408-r2.ebuild | 542 +++
 1 file changed, 542 insertions(+)

diff --git a/net-misc/stargazer/stargazer-2.408-r2.ebuild 
b/net-misc/stargazer/stargazer-2.408-r2.ebuild
new file mode 100644
index 000..7f3667a702e
--- /dev/null
+++ b/net-misc/stargazer/stargazer-2.408-r2.ebuild
@@ -0,0 +1,542 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PROJECTS="sgconv rlm_stg rscriptd sgauth sgconf sgconf_xml stargazer"
+
+STG_MODULES_AUTH="always_online internet_access freeradius"
+STG_MODULES_CAPTURE="ipq ether netflow"
+STG_MODULES_CONFIG="sgconfig rpcconfig"
+STG_MODULES_OTHER="ping smux remote_script"
+STG_MODULES_STORE="files firebird mysql postgres"
+
+declare -A MODULES
+MODULES=( [module_auth_always_online]="authorization\/ao:mod_ao"
+   [module_auth_internet_access]="authorization\/inetaccess:mod_ia"
+   [module_auth_freeradius]="other\/radius:mod_radius"
+   [module_capture_ipq]="capture\/ipq_linux:mod_cap_ipq"
+   [module_capture_ether]="capture\/ether_linux:mod_cap_ether"
+   [module_capture_netflow]="capture\/cap_nf:mod_cap_nf"
+   [module_config_sgconfig]="configuration\/sgconfig:mod_sg"
+   [module_config_rpcconfig]="configuration\/rpcconfig:mod_rpc"
+   [module_other_ping]="other\/ping:mod_ping"
+   [module_other_smux]="other\/smux:mod_smux"
+   [module_other_remote_script]="other\/rscript:mod_remote_script"
+   [module_store_files]="store\/files:store_files"
+   [module_store_firebird]="store\/firebird:store_firebird"
+   [module_store_mysql]="store\/mysql:store_mysql"
+   [module_store_postgres]="store\/postgresql:store_postgresql"
+)
+
+declare -A INIT
+INIT=( [module_store_files]="11d"
+   [module_store_firebird]="11d;s/need net/need net firebird/"
+   [module_store_mysql]="11d;s/need net/need net mysql/"
+   [module_store_postgres]="11d;s/need net/need net postgresql/"
+)
+
+MY_P="stg-${PV}"
+
+inherit flag-o-matic linux-info
+
+DESCRIPTION="Billing system for small home and office networks"
+HOMEPAGE="http://stg.dp.ua/;
+SRC_URI="http://stg.dp.ua/download/server/${PV}/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+   acct-group/stg
+   acct-user/stg
+"
+
+RDEPEND="
+   module_config_rpcconfig? (
+   dev-libs/expat
+   dev-libs/xmlrpc-c[abyss,cxx]
+   )
+   module_config_sgconfig? ( dev-libs/expat )
+   module_store_firebird? ( dev-db/firebird )
+   module_store_mysql? ( dev-db/mysql-connector-c:0= )
+   module_store_postgres? ( dev-db/postgresql:= )
+   rscriptd? ( ${CDEPEND} )
+   sgauth? ( ${CDEPEND} )
+   sgconf? (
+   ${CDEPEND}
+   dev-libs/expat
+   )
+   sgconf_xml? ( dev-libs/expat )
+   stargazer? ( ${CDEPEND} )
+"
+
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="stargazer? ( ^^ ( module_store_files module_store_firebird 
module_store_mysql module_store_postgres ) )"
+
+DOCS=( BUGS ../../ChangeLog CHANGES README TODO )
+
+# Patches already in upstream's trunk
+PATCHES=(
+   # Fix dependency on fbclient for module_store_firebird
+   "${FILESDIR}"/patches/stg-2.408-makefile-firebird-upstream.patch
+   # Rewrite config for rscriptd
+   "${FILESDIR}"/patches/stg-2.408-rscriptd.conf-upstream.patch
+   # Rewrite config for sgauth
+   "${FILESDIR}"/patches/stg-2.408-sgauth.conf-upstream.patch
+   # Standardization of 'On-scripts'
+   "${FILESDIR}"/patches/stg-2.408-on-upstream.patch
+   # Install demo scripts for rscriptd
+   "${FILESDIR}"/patches/stg-2.408-rscriptd-upstream.patch
+   # Fix crush on stop
+   "${FILESDIR}"/patches/stg-2.408-fix-crash-on-stop.patch
+   # Rename convertor to sgconv to avoid possible file name collisions
+   "${FILESDIR}"/patches/stg-2.408-sgconv-upstream.patch
+   # Debug support. Install radius lib to /usr/lib/freeradius
+   "${FILESDIR}"/patches/stg-2.408-makefile-build-upstream.patch
+   # Don't compile sgconv always with debug. Remove MAKEOPTS=-j1
+   "${FILESDIR}"/patches/stg-2.408-build-upstream.patch
+   # FreeBSD install directory
+   "${FILESDIR}"/patches/stg-2.408-radius-upstream.patch
+)
+
+IUSE="sgconv radius rscriptd sgauth sgconf sgconf_xml stargazer debug"
+
+for module in ${STG_MODULES_AUTH} ; do IUSE="${IUSE} module_auth_${module}" ; 
done
+for module in 

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

2021-07-11 Thread Conrad Kostecki
commit: 6a14a63cd8f5ce5e44aa5b10ada1fa99ff317329
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 21:11:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a14a63c

acct-user/rslsync: update permissions

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

 acct-user/rslsync/rslsync-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/rslsync/rslsync-0.ebuild 
b/acct-user/rslsync/rslsync-0.ebuild
index 3d612b83251..c0b018b0637 100644
--- a/acct-user/rslsync/rslsync-0.ebuild
+++ b/acct-user/rslsync/rslsync-0.ebuild
@@ -9,6 +9,7 @@ DESCRIPTION="A user for net-p2p/resilio-sync"
 
 ACCT_USER_GROUPS=( "rslsync" )
 ACCT_USER_HOME="/var/lib/resilio-sync"
+ACCT_USER_HOME_PERMS="0700"
 ACCT_USER_ID="175"
 
 acct-user_add_deps



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

2021-07-11 Thread Conrad Kostecki
commit: 9d1c97c8f93094dcba31a4d533f39299093cf3d7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 21:04:27 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1c97c8

net-misc/stargazer: drop old version

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

 net-misc/stargazer/stargazer-2.408-r1.ebuild | 538 ---
 1 file changed, 538 deletions(-)

diff --git a/net-misc/stargazer/stargazer-2.408-r1.ebuild 
b/net-misc/stargazer/stargazer-2.408-r1.ebuild
deleted file mode 100644
index f4c6cf050b7..000
--- a/net-misc/stargazer/stargazer-2.408-r1.ebuild
+++ /dev/null
@@ -1,538 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PROJECTS="sgconv rlm_stg rscriptd sgauth sgconf sgconf_xml stargazer"
-
-STG_MODULES_AUTH="always_online internet_access freeradius"
-STG_MODULES_CAPTURE="ipq ether netflow"
-STG_MODULES_CONFIG="sgconfig rpcconfig"
-STG_MODULES_OTHER="ping smux remote_script"
-STG_MODULES_STORE="files firebird mysql postgres"
-
-declare -A MODULES
-MODULES=( [module_auth_always_online]="authorization\/ao:mod_ao"
-   [module_auth_internet_access]="authorization\/inetaccess:mod_ia"
-   [module_auth_freeradius]="other\/radius:mod_radius"
-   [module_capture_ipq]="capture\/ipq_linux:mod_cap_ipq"
-   [module_capture_ether]="capture\/ether_linux:mod_cap_ether"
-   [module_capture_netflow]="capture\/cap_nf:mod_cap_nf"
-   [module_config_sgconfig]="configuration\/sgconfig:mod_sg"
-   [module_config_rpcconfig]="configuration\/rpcconfig:mod_rpc"
-   [module_other_ping]="other\/ping:mod_ping"
-   [module_other_smux]="other\/smux:mod_smux"
-   [module_other_remote_script]="other\/rscript:mod_remote_script"
-   [module_store_files]="store\/files:store_files"
-   [module_store_firebird]="store\/firebird:store_firebird"
-   [module_store_mysql]="store\/mysql:store_mysql"
-   [module_store_postgres]="store\/postgresql:store_postgresql"
-)
-
-declare -A INIT
-INIT=( [module_store_files]="11d"
-   [module_store_firebird]="11d;s/need net/need net firebird/"
-   [module_store_mysql]="11d;s/need net/need net mysql/"
-   [module_store_postgres]="11d;s/need net/need net postgresql/"
-)
-
-MY_P="stg-${PV}"
-
-inherit flag-o-matic linux-info user
-
-DESCRIPTION="Billing system for small home and office networks"
-HOMEPAGE="http://stg.dp.ua/;
-SRC_URI="http://stg.dp.ua/download/server/${PV}/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   module_config_rpcconfig? (
-   dev-libs/expat
-   dev-libs/xmlrpc-c[abyss,cxx]
-   )
-   module_config_sgconfig? ( dev-libs/expat )
-   module_store_firebird? ( dev-db/firebird )
-   module_store_mysql? ( dev-db/mysql-connector-c:0= )
-   module_store_postgres? ( dev-db/postgresql:= )
-   sgconf? ( dev-libs/expat )
-   sgconf_xml? ( dev-libs/expat )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-REQUIRED_USE="stargazer? ( ^^ ( module_store_files module_store_firebird 
module_store_mysql module_store_postgres ) )"
-
-DOCS=( BUGS ../../ChangeLog CHANGES README TODO )
-
-# Patches already in upstream's trunk
-PATCHES=(
-   # Fix dependency on fbclient for module_store_firebird
-   "${FILESDIR}"/patches/stg-2.408-makefile-firebird-upstream.patch
-   # Rewrite config for rscriptd
-   "${FILESDIR}"/patches/stg-2.408-rscriptd.conf-upstream.patch
-   # Rewrite config for sgauth
-   "${FILESDIR}"/patches/stg-2.408-sgauth.conf-upstream.patch
-   # Standardization of 'On-scripts'
-   "${FILESDIR}"/patches/stg-2.408-on-upstream.patch
-   # Install demo scripts for rscriptd
-   "${FILESDIR}"/patches/stg-2.408-rscriptd-upstream.patch
-   # Fix crush on stop
-   "${FILESDIR}"/patches/stg-2.408-fix-crash-on-stop.patch
-   # Rename convertor to sgconv to avoid possible file name collisions
-   "${FILESDIR}"/patches/stg-2.408-sgconv-upstream.patch
-   # Debug support. Install radius lib to /usr/lib/freeradius
-   "${FILESDIR}"/patches/stg-2.408-makefile-build-upstream.patch
-   # Don't compile sgconv always with debug. Remove MAKEOPTS=-j1
-   "${FILESDIR}"/patches/stg-2.408-build-upstream.patch
-   # FreeBSD install directory
-   "${FILESDIR}"/patches/stg-2.408-radius-upstream.patch
-)
-
-IUSE="sgconv radius rscriptd sgauth sgconf sgconf_xml stargazer debug"
-
-for module in ${STG_MODULES_AUTH} ; do IUSE="${IUSE} module_auth_${module}" ; 
done
-for module in ${STG_MODULES_CAPTURE} ; do IUSE="${IUSE} 
module_capture_${module}" ; done
-for module in ${STG_MODULES_CONFIG} ; do IUSE="${IUSE} 
module_config_${module}" ; done
-for module in ${STG_MODULES_OTHER} ; do 

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

2021-07-11 Thread Conrad Kostecki
commit: f34b629ac3cba131ba9ea1f924d7b4c85c3b17ea
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:49:04 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34b629a

mail-filter/mimedefang: drop old version

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

 mail-filter/mimedefang/mimedefang-2.84.ebuild | 75 ---
 1 file changed, 75 deletions(-)

diff --git a/mail-filter/mimedefang/mimedefang-2.84.ebuild 
b/mail-filter/mimedefang/mimedefang-2.84.ebuild
deleted file mode 100644
index f927bb3e5b4..000
--- a/mail-filter/mimedefang/mimedefang-2.84.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit user
-
-DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with 
Milter support"
-HOMEPAGE="http://www.mimedefang.org/;
-SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="clamav +poll test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-perl/MIME-tools-5.412
-   dev-perl/IO-stringy
-   virtual/perl-MIME-Base64
-   dev-perl/Digest-SHA1
-   dev-perl/MailTools
-   dev-perl/Unix-Syslog
-   clamav? ( app-antivirus/clamav )
-   || ( mail-filter/libmilter mail-mta/sendmail )"
-DEPEND="${RDEPEND}
-   test? (
-   dev-perl/Test-Class
-   dev-perl/Test-Most
-   )"
-
-pkg_setup() {
-   enewgroup defang
-   enewuser defang -1 -1 -1 defang
-}
-
-src_prepare() {
-   eapply "${FILESDIR}/${PN}-2.72-ldflags.patch"
-   eapply "${FILESDIR}/${PN}-tests.patch"
-   eapply_user
-}
-
-src_configure() {
-   econf \
-   --with-user=defang \
-   $(use_enable poll) \
-   $(use_enable clamav) \
-   $(use_enable clamav clamd)
-}
-
-src_install() {
-   emake DESTDIR="${D}" INSTALL_STRIP_FLAG="" install
-
-   fowners defang:defang /etc/mail/mimedefang-filter
-   fperms 644 /etc/mail/mimedefang-filter
-   insinto /etc/mail/
-   newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf
-
-   keepdir /var/spool/{MD-Quarantine,MIMEDefang}
-   fowners defang:defang /var/spool/{MD-Quarantine,MIMEDefang}
-   fperms 700 /var/spool/{MD-Quarantine,MIMEDefang}
-
-   keepdir /var/log/mimedefang
-
-   newinitd "${FILESDIR}"/${PN}.init ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf ${PN}
-
-   dodoc -r examples contrib
-}
-
-pkg_postinst() {
-   elog "You can install Mail::SpamAssassin (mail-filter/spamassassin) and"
-   elog "HTML::Parser (dev-perl/HTML-Parser) even after installing if you 
require"
-   elog "them as they are loaded at run-time."
-}



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

2021-07-11 Thread Conrad Kostecki
commit: 2f387aaca5575b698e9e5e38cce55f78014ddc36
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 21:08:01 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f387aac

net-p2p/resilio-sync: migrate to GLEP 81

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

 net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild | 80 +++
 1 file changed, 80 insertions(+)

diff --git a/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild 
b/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild
new file mode 100644
index 000..cf39bd118bf
--- /dev/null
+++ b/net-p2p/resilio-sync/resilio-sync-2.6.3-r2.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pax-utils readme.gentoo-r1 systemd tmpfiles unpacker
+
+QA_PREBUILT="usr/bin/rslsync"
+BASE_URI="http://download-cdn.resilio.com/${PV}/Debian/${PN}_${PV}-1_@arch@.deb;
+
+DESCRIPTION="Resilient, fast and scalable file synchronization tool"
+HOMEPAGE="https://resilio.com/;
+SRC_URI="
+   amd64? ( ${BASE_URI/@arch@/amd64} )
+   x86? ( ${BASE_URI/@arch@/i386} )
+"
+S="${WORKDIR}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   acct-group/rslsync
+   acct-user/rslsync
+"
+
+RDEPEND="
+   ${DEPEND}
+   || (
+   sys-libs/glibc[crypt(+)]
+   sys-libs/libxcrypt[compat]
+   )"
+
+DOC_CONTENTS="You may need to review /etc/resilio-sync/config.json\\n
+Default metadata path is /var/lib/resilio-sync/.sync\\n
+Default web-gui URL is http://localhost:/\\n\\n;
+
+src_unpack() {
+   unpacker_src_unpack
+
+   unpack usr/share/man/man1/resilio-sync.1.gz
+}
+
+src_install() {
+   dobin usr/bin/rslsync
+   pax-mark m "${ED}"/usr/bin/rslsync
+
+   doman resilio-sync.1
+
+   newinitd "${FILESDIR}"/resilio-sync.initd resilio-sync
+   newconfd "${FILESDIR}"/resilio-sync.confd resilio-sync
+   newinitd "${FILESDIR}"/resilio-sync-user.initd resilio-sync-user
+   newconfd "${FILESDIR}"/resilio-sync-user.confd resilio-sync-user
+   systemd_dounit "${FILESDIR}"/resilio-sync.service
+   systemd_douserunit "${FILESDIR}"/resilio-sync-user.service
+   newtmpfiles "${FILESDIR}"/resilio-sync.tmpfile resilio-sync.conf
+
+   readme.gentoo_create_doc
+
+   # Generate sample config, uncomment config directives and change values
+   insopts -orslsync -grslsync -m0644
+   insinto /etc/resilio-sync
+   newins - config.json < <("${ED}"/usr/bin/rslsync --dump-sample-config | 
\
+   sed \
+   -e "/storage_path/s|//| |g" \
+   -e "/pid_file/s|//| |g" \
+   -e 
"/storage_path/s|/home/user/.sync|/var/lib/resilio-sync/.sync|g" \
+   -e 
"/pid_file/s|resilio/resilio|resilio-sync/resilio-sync|g" \
+   || die "sed failed for config.json" )
+
+   diropts -orslsync -grslsync -m0700
+   keepdir /etc/resilio-sync /var/lib/resilio-sync/.sync 
/var/log/resilio-sync
+}
+
+pkg_postinst() {
+   tmpfiles_process resilio-sync.conf
+   readme.gentoo_print_elog
+}



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

2021-07-11 Thread Conrad Kostecki
commit: 8f2532e3443c012480fae0b67da58a07fa9a90c0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:54:34 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2532e3

net-misc/samplicator: migrate to GLEP 81

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

 net-misc/samplicator/samplicator-1.3.6-r1.ebuild   | 50 
 .../samplicator/samplicator-1.3.8_rc1-r1.ebuild| 54 ++
 2 files changed, 104 insertions(+)

diff --git a/net-misc/samplicator/samplicator-1.3.6-r1.ebuild 
b/net-misc/samplicator/samplicator-1.3.6-r1.ebuild
new file mode 100644
index 000..1d2a557d88d
--- /dev/null
+++ b/net-misc/samplicator/samplicator-1.3.6-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="UDP packets forwarder and duplicator"
+HOMEPAGE="https://github.com/sleinen/samplicator;
+SRC_URI="https://github.com/sleinen/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="Artistic GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   acct-group/samplicator
+   acct-user/samplicator
+"
+
+src_install() {
+   # Install and copy documentation
+   default
+
+   # Install Gentoo init script and its config
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   # Install manual page
+   doman "${FILESDIR}"/${PN}.8
+}
+
+pkg_postinst() {
+   ewarn ""
+   ewarn "Don't specify the receiver on the command line, because it will 
get all packets."
+   ewarn "Instead of this, specify it in a config file; defined in such 
way it will only get packets with a matching source."
+   ewarn ""
+
+   einfo "For every receiver type create a file in directory /etc/${PN} 
(see example below)"
+   einfo "and specify the path to it in variable CONFIG of the 
corresponding initscript config file in /etc/conf.d/"
+   einfo ""
+   einfo "Receiver config examples: "
+   einfo ""
+   einfo "/etc/${PN}/netflow:"
+   einfo "10.0.0.0/255.0.0.0:1.1.1.1/9996 2.2.2.2/9996 3.3.3.3/9996"
+   einfo ""
+   einfo "/etc/${PN}/syslog:"
+   einfo "10.0.0.0/255.255.0.0:2.2.2.2/514 3.3.3.3/514"
+   einfo ""
+   einfo "/etc/${PN}/snmp:"
+   einfo "10.0.0.0/255.255.255.255:3.3.3.3/162"
+}

diff --git a/net-misc/samplicator/samplicator-1.3.8_rc1-r1.ebuild 
b/net-misc/samplicator/samplicator-1.3.8_rc1-r1.ebuild
new file mode 100644
index 000..85d9445c3fa
--- /dev/null
+++ b/net-misc/samplicator/samplicator-1.3.8_rc1-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PV="${PV/_/}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="UDP packets forwarder and duplicator"
+HOMEPAGE="https://github.com/sleinen/samplicator;
+SRC_URI="https://github.com/sleinen/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Artistic GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   acct-group/samplicator
+   acct-user/samplicator
+"
+
+src_install() {
+   # Install and copy documentation
+   default
+
+   # Install Gentoo init script and its config
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+   # Install manual page
+   doman "${FILESDIR}"/${PN}.8
+}
+
+pkg_postinst() {
+   ewarn ""
+   ewarn "Don't specify the receiver on the command line, because it will 
get all packets."
+   ewarn "Instead of this, specify it in a config file; defined in such 
way it will only get packets with a matching source."
+   ewarn ""
+
+   einfo "For every receiver type create a file in directory /etc/${PN} 
(see example below)"
+   einfo "and specify the path to it in variable CONFIG of the 
corresponding initscript config file in /etc/conf.d/"
+   einfo ""
+   einfo "Receiver config examples: "
+   einfo ""
+   einfo "/etc/${PN}/netflow:"
+   einfo "10.0.0.0/255.0.0.0:1.1.1.1/9996 2.2.2.2/9996 3.3.3.3/9996"
+   einfo ""
+   einfo "/etc/${PN}/syslog:"
+   einfo "10.0.0.0/255.255.0.0:2.2.2.2/514 3.3.3.3/514"
+   einfo ""
+   einfo "/etc/${PN}/snmp:"
+   einfo "10.0.0.0/255.255.255.255:3.3.3.3/162"
+}



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

2021-07-11 Thread Conrad Kostecki
commit: cc93c35abde4e5195264af373116d84021ef32e9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:38:12 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc93c35a

net-ftp/frox: migrate to GLEP 81

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

 net-ftp/frox/frox-0.7.18-r8.ebuild | 89 ++
 1 file changed, 89 insertions(+)

diff --git a/net-ftp/frox/frox-0.7.18-r8.ebuild 
b/net-ftp/frox/frox-0.7.18-r8.ebuild
new file mode 100644
index 000..f6b1a1a13c4
--- /dev/null
+++ b/net-ftp/frox/frox-0.7.18-r8.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A transparent ftp proxy"
+SRC_URI="http://frox.sourceforge.net/download/${P}.tar.bz2;
+HOMEPAGE="http://frox.sourceforge.net/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86"
+IUSE="clamav ssl transparent"
+
+DEPEND="
+   acct-group/ftpproxy
+   acct-user/ftpproxy
+   clamav? ( >=app-antivirus/clamav-0.80 )
+   kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
+   ssl? (
+   dev-libs/openssl:0=
+   )
+"
+
+RDEPEND="${DEPEND}"
+
+# INSTALL has useful filewall rules
+DOCS=(
+   BUGS README
+   doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL
+   doc/INTERNALS doc/README.transdata doc/RELEASE
+   doc/SECURITY doc/TODO
+)
+
+pkg_setup() {
+   use clamav && ewarn "Virus scanner potentialy broken in chroot - see 
bug #81035"
+}
+
+src_prepare() {
+   HTML_DOCS=( doc/*.html doc/*.sgml )
+
+   default
+
+   eapply "${FILESDIR}/${PV}-respect-CFLAGS.patch"
+   eapply "${FILESDIR}/${PV}-netfilter-includes.patch"
+   eapply "${FILESDIR}/${P}-config.patch"
+   eapply "${FILESDIR}/${P}-no-common.patch"
+
+   if use clamav ; then
+   sed -e "s:^# VirusScanner.*:# VirusScanner 
'\"/usr/bin/clamscan\" \"%s\"':" \
+   -i "src/${PN}.conf" || die
+   fi
+
+   mv configure.in configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --enable-http-cache --enable-local-cache
+   --enable-procname
+   --enable-configfile=/etc/frox.conf
+   $(use_enable !kernel_linux libiptc)
+   $(use_enable clamav virus-scan)
+   $(use_enable ssl)
+   $(use_enable transparent transparent-data)
+   $(use_enable !transparent ntp)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   keepdir /var/log/"${PN}"
+
+   fowners ftpproxy:ftpproxy /var/log/frox
+
+   newman "doc/${PN}.man" "${PN}.man.8"
+   newman "doc/${PN}.conf.man" "${PN}.conf.man.5"
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+
+   insinto /etc
+   newins "src/${PN}.conf" "${PN}.conf.example"
+}



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

2021-07-11 Thread Conrad Kostecki
commit: 41637206b025f07ce17210d14b9895a6207b3abd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:46:16 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41637206

mail-filter/mimedefang: migrate to GLEP 81

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

 mail-filter/mimedefang/mimedefang-2.84-r1.ebuild | 78 
 1 file changed, 78 insertions(+)

diff --git a/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild 
b/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild
new file mode 100644
index 000..e916663dfa6
--- /dev/null
+++ b/mail-filter/mimedefang/mimedefang-2.84-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Antispam, antivirus and other customizable filters for MTAs with 
Milter support"
+HOMEPAGE="http://www.mimedefang.org/;
+SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="clamav +poll test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   acct-group/defang
+   acct-user/defang
+   dev-perl/Digest-SHA1
+   dev-perl/IO-stringy
+   dev-perl/MailTools
+   dev-perl/MIME-tools
+   dev-perl/Unix-Syslog
+   || ( mail-filter/libmilter mail-mta/sendmail )
+   virtual/perl-MIME-Base64
+   clamav? ( app-antivirus/clamav )
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-perl/Test-Class
+   dev-perl/Test-Most
+   )
+"
+
+src_prepare() {
+   eapply "${FILESDIR}/${PN}-2.72-ldflags.patch"
+   eapply "${FILESDIR}/${PN}-tests.patch"
+   eapply_user
+}
+
+src_configure() {
+   local myeconfargs=(
+   --with-user=defang
+   $(use_enable poll)
+   $(use_enable clamav)
+   $(use_enable clamav clamd)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   emake DESTDIR="${D}" INSTALL_STRIP_FLAG="" install
+
+   fowners defang:defang /etc/mail/mimedefang-filter
+   fperms 644 /etc/mail/mimedefang-filter
+   insinto /etc/mail/
+   newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf
+
+   keepdir /var/spool/{MD-Quarantine,MIMEDefang}
+   fowners defang:defang /var/spool/{MD-Quarantine,MIMEDefang}
+   fperms 700 /var/spool/{MD-Quarantine,MIMEDefang}
+
+   keepdir /var/log/mimedefang
+
+   newinitd "${FILESDIR}"/${PN}.init ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf ${PN}
+
+   dodoc -r examples contrib
+}
+
+pkg_postinst() {
+   elog "You can install Mail::SpamAssassin (mail-filter/spamassassin) and"
+   elog "HTML::Parser (dev-perl/HTML-Parser) even after installing if you 
require"
+   elog "them as they are loaded at run-time."
+}



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

2021-07-11 Thread Conrad Kostecki
commit: a356dc6c6272ec93eca5c34e008d12fe2f9a7475
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:30:54 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a356dc6c

acct-user/ftpproxy: update permissions

Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/ftpproxy/ftpproxy-0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/acct-user/ftpproxy/ftpproxy-0.ebuild 
b/acct-user/ftpproxy/ftpproxy-0.ebuild
index b42ca80b2ed..0a05768729d 100644
--- a/acct-user/ftpproxy/ftpproxy-0.ebuild
+++ b/acct-user/ftpproxy/ftpproxy-0.ebuild
@@ -9,6 +9,7 @@ DESCRIPTION="A user for net-ftp/frox"
 
 ACCT_USER_GROUPS=( "ftpproxy" )
 ACCT_USER_HOME="/var/spool/frox"
+ACCT_USER_HOME_PERMS="700"
 ACCT_USER_ID="182"
 
 acct-user_add_deps



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

2021-07-11 Thread Conrad Kostecki
commit: f5288dda82ce4164afd230eaf81f91a890c07b23
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:21:24 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5288dda

net-analyzer/ngrep: migrate to GLEP 81

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

 net-analyzer/ngrep/ngrep-1.47-r1.ebuild | 51 +
 1 file changed, 51 insertions(+)

diff --git a/net-analyzer/ngrep/ngrep-1.47-r1.ebuild 
b/net-analyzer/ngrep/ngrep-1.47-r1.ebuild
new file mode 100644
index 000..4dbf881dcf4
--- /dev/null
+++ b/net-analyzer/ngrep/ngrep-1.47-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="A grep for network layers"
+HOMEPAGE="https://github.com/jpr5/ngrep;
+SRC_URI="https://github.com/jpr5/ngrep/archive/V${PV/./_}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${P/./_}"
+
+LICENSE="ngrep"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+IUSE="ipv6"
+
+DEPEND="
+   dev-libs/libpcre
+   net-libs/libpcap
+"
+
+RDEPEND="
+   ${DEPEND}
+   acct-group/ngrep
+   acct-user/ngrep
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.47-regex.patch )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable ipv6)
+   --disable-pcap-restart
+   --enable-pcre
+   --with-dropprivs-user=ngrep
+   --with-pcap-includes="${EPREFIX}"/usr/include/pcap
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   emake -C regex-0.12
+   emake STRIPFLAG="${CFLAGS}"
+}



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

2021-07-11 Thread Conrad Kostecki
commit: 0816038f2b906b0bb3ba3c4cef6b3d08cd103804
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:39:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0816038f

net-ftp/frox: drop old version

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

 net-ftp/frox/frox-0.7.18-r7.ebuild | 86 --
 1 file changed, 86 deletions(-)

diff --git a/net-ftp/frox/frox-0.7.18-r7.ebuild 
b/net-ftp/frox/frox-0.7.18-r7.ebuild
deleted file mode 100644
index b0221a94fd7..000
--- a/net-ftp/frox/frox-0.7.18-r7.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools user
-
-DESCRIPTION="A transparent ftp proxy"
-SRC_URI="http://frox.sourceforge.net/download/${P}.tar.bz2;
-HOMEPAGE="http://frox.sourceforge.net/;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="clamav ssl transparent"
-
-DEPEND="
-   clamav? ( >=app-antivirus/clamav-0.80 )
-   ssl? (
-   dev-libs/openssl:0=
-   )
-   kernel_linux? ( >=sys-kernel/linux-headers-2.6 )
-"
-RDEPEND="${DEPEND}"
-
-# INSTALL has useful filewall rules
-DOCS=(
-   BUGS README
-   doc/CREDITS doc/ChangeLog doc/FAQ doc/INSTALL
-   doc/INTERNALS doc/README.transdata doc/RELEASE
-   doc/SECURITY doc/TODO
-)
-
-pkg_setup() {
-   enewgroup ftpproxy
-   enewuser ftpproxy -1 -1 /var/spool/frox ftpproxy
-
-   use clamav && ewarn "Virus scanner potentialy broken in chroot - see 
bug #81035"
-}
-
-src_prepare() {
-   HTML_DOCS=( doc/*.html doc/*.sgml )
-
-   default
-
-   eapply "${FILESDIR}/${PV}-respect-CFLAGS.patch"
-   eapply "${FILESDIR}/${PV}-netfilter-includes.patch"
-   eapply "${FILESDIR}/${P}-config.patch"
-   eapply "${FILESDIR}/${P}-no-common.patch"
-
-   if use clamav ; then
-   sed -i -e "s:^# VirusScanner.*:# VirusScanner 
'\"/usr/bin/clamscan\" \"%s\"':" \
-   "src/${PN}.conf" || die
-   fi
-
-   mv configure.in configure.ac || die
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --enable-http-cache --enable-local-cache \
-   --enable-procname \
-   --enable-configfile=/etc/frox.conf \
-   $(use_enable !kernel_linux libiptc) \
-   $(use_enable clamav virus-scan) \
-   $(use_enable ssl) \
-   $(use_enable transparent transparent-data) \
-   $(use_enable !transparent ntp)
-}
-
-src_install() {
-   default
-
-   keepdir /var/{log,spool}/"${PN}"
-
-   fperms 700 /var/spool/frox
-   fowners ftpproxy:ftpproxy /var/{log,spool}/frox
-
-   newman "doc/${PN}.man" "${PN}.man.8"
-   newman "doc/${PN}.conf.man" "${PN}.conf.man.5"
-
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-
-   insinto /etc
-   newins "src/${PN}.conf" "${PN}.conf.example"
-}



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

2021-07-11 Thread Conrad Kostecki
commit: b69d01f630df828187efcd8712f82fd8f0af1c8c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jul 11 20:55:21 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Jul 11 21:18:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b69d01f6

net-misc/samplicator: drop old version

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

 net-misc/samplicator/samplicator-1.3.6.ebuild | 53 -
 net-misc/samplicator/samplicator-1.3.8_rc1.ebuild | 58 ---
 2 files changed, 111 deletions(-)

diff --git a/net-misc/samplicator/samplicator-1.3.6.ebuild 
b/net-misc/samplicator/samplicator-1.3.6.ebuild
deleted file mode 100644
index 9a434494afd..000
--- a/net-misc/samplicator/samplicator-1.3.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit user
-
-DESCRIPTION="UDP packets forwarder and duplicator"
-HOMEPAGE="https://github.com/sleinen/samplicator;
-SRC_URI="https://github.com/sleinen/${PN}/releases/download/v${PV}/${P}.tar.gz;
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-pkg_setup() {
-   # Add samplicator group and user to system
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /etc/${PN} ${PN}
-}
-
-src_install() {
-   # Install and copy documentation
-   default
-
-   # Install Gentoo init script and its config
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   # Install manual page
-   doman "${FILESDIR}"/${PN}.8
-}
-
-pkg_postinst() {
-   ewarn ""
-   ewarn "Don't specify the receiver on the command line, because it will 
get all packets."
-   ewarn "Instead of this, specify it in a config file; defined in such 
way it will only get packets with a matching source."
-   ewarn ""
-
-   einfo "For every receiver type create a file in directory /etc/${PN} 
(see example below)"
-   einfo "and specify the path to it in variable CONFIG of the 
corresponding initscript config file in /etc/conf.d/"
-   einfo ""
-   einfo "Receiver config examples: "
-   einfo ""
-   einfo "/etc/${PN}/netflow:"
-   einfo "10.0.0.0/255.0.0.0:1.1.1.1/9996 2.2.2.2/9996 3.3.3.3/9996"
-   einfo ""
-   einfo "/etc/${PN}/syslog:"
-   einfo "10.0.0.0/255.255.0.0:2.2.2.2/514 3.3.3.3/514"
-   einfo ""
-   einfo "/etc/${PN}/snmp:"
-   einfo "10.0.0.0/255.255.255.255:3.3.3.3/162"
-}

diff --git a/net-misc/samplicator/samplicator-1.3.8_rc1.ebuild 
b/net-misc/samplicator/samplicator-1.3.8_rc1.ebuild
deleted file mode 100644
index db20a1619e9..000
--- a/net-misc/samplicator/samplicator-1.3.8_rc1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV/_/}
-MY_P=${PN}-${MY_PV}
-
-inherit user
-
-DESCRIPTION="UDP packets forwarder and duplicator"
-HOMEPAGE="https://github.com/sleinen/samplicator;
-SRC_URI="https://github.com/sleinen/${PN}/releases/download/${MY_PV}/${MY_P}.tar.gz;
-
-LICENSE="Artistic GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${MY_P}"
-
-pkg_setup() {
-   # Add samplicator group and user to system
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 /etc/${PN} ${PN}
-}
-
-src_install() {
-   # Install and copy documentation
-   default
-
-   # Install Gentoo init script and its config
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-   # Install manual page
-   doman "${FILESDIR}"/${PN}.8
-}
-
-pkg_postinst() {
-   ewarn ""
-   ewarn "Don't specify the receiver on the command line, because it will 
get all packets."
-   ewarn "Instead of this, specify it in a config file; defined in such 
way it will only get packets with a matching source."
-   ewarn ""
-
-   einfo "For every receiver type create a file in directory /etc/${PN} 
(see example below)"
-   einfo "and specify the path to it in variable CONFIG of the 
corresponding initscript config file in /etc/conf.d/"
-   einfo ""
-   einfo "Receiver config examples: "
-   einfo ""
-   einfo "/etc/${PN}/netflow:"
-   einfo "10.0.0.0/255.0.0.0:1.1.1.1/9996 2.2.2.2/9996 3.3.3.3/9996"
-   einfo ""
-   einfo "/etc/${PN}/syslog:"
-   einfo "10.0.0.0/255.255.0.0:2.2.2.2/514 3.3.3.3/514"
-   einfo ""
-   einfo "/etc/${PN}/snmp:"
-   einfo "10.0.0.0/255.255.255.255:3.3.3.3/162"
-}



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

2021-07-11 Thread Sam James
commit: d009a96854068bfcf36baac6c314312f1ad86f7f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 21:13:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 21:14:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d009a968

profiles/base: fix date format in mask

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

 profiles/base/package.mask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/base/package.mask b/profiles/base/package.mask
index 6f21ce80d96..f6ee04f609f 100644
--- a/profiles/base/package.mask
+++ b/profiles/base/package.mask
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Andreas K. Hüttel  (06.07.2021)
+# Andreas K. Hüttel  (2021-07-06)
 # Root privilege escalation, CVE-2017-18925, bug 751415
 sys-apps/opentmpfiles
 



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

2021-07-11 Thread Ulrich Müller
commit: f425a3880c1aba1b8d88d0f489259610c0b673af
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Jul 11 21:09:31 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Jul 11 21:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f425a388

metadata/layout.conf: EAPI 6 is deprecated

By 2021-07-11 council decision.

Signed-off-by: Ulrich Müller  gentoo.org>

 metadata/layout.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index f8bc4f0fe87..4dbc0e85adc 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -25,8 +25,9 @@ manifest-required-hashes = BLAKE2B
 # 2016-01-10 council meeting banned EAPIs 0 and 3.
 # 2018-04-08 council meeting banned EAPI 4.
 # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
+# 2021-07-11 council meeting deprecated EAPI 6.
 eapis-banned = 0 1 2 3 4
-eapis-deprecated = 5
+eapis-deprecated = 5 6
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo



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

2021-07-11 Thread Michał Górny
commit: f16e593c7b6bc37c736ae05c63565b531d6833ab
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 19:57:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16e593c

sys-kernel/gentoo-kernel-bin: Bump to 5.4.131

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.4.131.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 31fd9be5915..852e6486292 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -50,6 +50,8 @@ DIST genpatches-5.4-133.base.tar.xz 3628504 BLAKE2B 
d3d99348c475bbeda9a1d0a7e363
 DIST genpatches-5.4-133.extras.tar.xz 1768 BLAKE2B 
abad0014d2d982087ac982d0f017587fba8ea2b5180e67a92ed4b5a62c4129a5d275f6556cbf782b459900e03696355e4017c4c833cefc571c7cf4bbf2b5c907
 SHA512 
121ad821cd6628166a1ca005f2b408737ba8c9c1b8315c13926bda862b49d2ed330fea169a348b0209d903fca7a8d4ebdb50cf7dd527efde49ca9d69de4106df
 DIST genpatches-5.4-134.base.tar.xz 3632276 BLAKE2B 
475eaa6bb0c7291fbed3722ecfa8c05c5352677844481d4b37f2d5ba4b8a77697b6f43f1005aa1f899a561b3ba38670a160026fb935c2a1e75db7f1a9c292044
 SHA512 
4bfbf7ea9d909f2913094e7c0a34fd570540c4e9bc471ab8e90b2c73d1c99e6da23a11c0e254f4adfa6d155c51c763224a4851f4105a2a8ed69fd11c73a58101
 DIST genpatches-5.4-134.extras.tar.xz 1768 BLAKE2B 
894032d098f79b3c247b1e0ab19646e9c79414c4070fbf19679286f7305dbabee8c39c11dfe7c7a1009f36d64f99b0627b75b455cda62b2143fc5a5102937cd8
 SHA512 
5d6b703ae705a8587a7abea96e64cc51f34d8762e5a93c5c9f410a52d7bac4c44aca2d21bbede8354ad5aa1fbef45aeaffedc7db69c21ea2a94c22a0069da398
+DIST genpatches-5.4-135.base.tar.xz 3632876 BLAKE2B 
cc4bc930c2f181b98dde258a696bcdd8f23fcb9098707d5f158f24cd5fca4f8958dc321e8ad348b9ffd96c53bb231bc2f171b9e491427fffb2fd05dc5fd23ceb
 SHA512 
1250c964bc3c062cb9e8109da1d1276cb5e2d7c25e1175ee56672d1a6da4be3c73f52fdc9547a70c627057265fd5af6b6b99d977c0c85a45376bf5b99bedcdf7
+DIST genpatches-5.4-135.extras.tar.xz 1772 BLAKE2B 
3adbde4f0977e2da60f29937e53a1f0892ce6278745c63511e486587efc10c1c6a4a8e05375492382d1102090733d4a1fa93f380b47e734affa2ce65382e255f
 SHA512 
6ef12e03081b927af5bd6b820f150116fa3e848a457aa9fccdd4172c3e85dbf6ba78050878884d325b059f1fa4681de85a38d475ecd55dafddc60bd8362cba77
 DIST gentoo-kernel-5.10.38-1.amd64.xpak 65538346 BLAKE2B 
76d5e8b10d970fc54d1dcb5d21702a1726e91cc9e8076b4d2372aec073798a23335271859f1a950b87243367cd8d7f346e3a782f01a83f04cb8c26686cb222a0
 SHA512 
0f6077e98326eb33a602c7bb76641f4ba43f6c9510b8ae729e0ef134f915727eb556b7d6123ec79ec648b36b242a545f6e98515d1586d7612491c4e14bc9cf87
 DIST gentoo-kernel-5.10.38-1.arm64.xpak 59263514 BLAKE2B 
38a1a90a97261a72cf285351c5a3cefc352d306933616bb874408c788b4fa7b3d9746a25d75e77729931fb1dc28e9279b20f22936f95c354100e7d08c90c1156
 SHA512 
041defc35d7d94bb3890cb8b9a402465927d6a9bce07a2443ad720a8dc210cc67028be067be29bd1c64c0a2f6d55a4512cae4442fb4db63446911de799090af5
 DIST gentoo-kernel-5.10.38-1.x86.xpak 57251643 BLAKE2B 
398526f7c368f91ed6d3043483a48988730fb9ee928b9eff3b7495cdd5ec0bada1f8b81895ecde852dc0832b97dadb4dd4ec1f2304e273e664d4d18bd90af57a
 SHA512 
5477ac06ecaf2ffec60befee3d09f358461b423744f03f6c9d90b4528c032602e29a1df862c65525bd076806735764d312e7a277faadf63053b3d7a3fc818c48
@@ -114,6 +116,8 @@ DIST gentoo-kernel-5.4.129-1.x86.xpak 53134201 BLAKE2B 
c7d76168ceb139ff7e206e500
 DIST gentoo-kernel-5.4.130-1.amd64.xpak 61373618 BLAKE2B 
4431a12633d68d87e95826fa71e45fc61a7a6c53f3d8879583ac74802c00460048400386da61b625ebcb7eb192302cf5ca0d63a95597d51ccf144ece5c168ba5
 SHA512 
c84fda865821ca57b77ee2f93dd7986688a115d2a90b99ee4154bcb2f1fc6c7ad96c729a0f484ee25e70318f30935aba0eb4b228631a90d9ec6d936c3c076b00
 DIST gentoo-kernel-5.4.130-1.arm64.xpak 56048219 BLAKE2B 
72e54faf0ed99e570e71504afe5b721875fc4d491d73cff91c6534abd612962d9360c1efb01c0757ba9764211b3030b5c6032d63106b7eee9d8fb9d55683da36
 SHA512 
4b7cab1a6fd68b9c46cf4f4d5d78eb6d66bff424af9c3d2a844a072ee2578f679d636c2f185b033a55ae12ee3d7cfec5aeb2accb87a3a5e6ae1e19601c620374
 DIST gentoo-kernel-5.4.130-1.x86.xpak 53128397 BLAKE2B 
a4183f65fe7bc2b869b3556342434b90f577c88266a4462cfe4fd080584c333b7c934649894d9c570f1949b018614b96e17cd6b118aad08fd22e48d3a44515ea
 SHA512 
2ec7337c2ca20eb43c0423318199e36b8d64454d0594910d84d965d725ac416509f8be2b60d70f76f8a8d40a8c17b0d928f6cf8e20b8271d3f7008921d4ca10d
+DIST gentoo-kernel-5.4.131-1.amd64.xpak 61358364 BLAKE2B 
198334bf55e0b55316d6e0373a5cfbcd707a7cae0492b5dd72befd10dac53bc9369dc85f47483e79abf4d8db0a56ccc79ee47b55ebcae49c3df93882a3c13db3
 SHA512 
2c4b41fa72283ba2d09d09254141e3f1b5aa1cfdf80d84efde927a54a0ce1b3d911cfdbbe065ad3983134eee8f68c3656a722b5236edd7cc5295fdd02f339bb4
+DIST gentoo-kernel-5.4.131-1.x86.xpak 53137168 BLAKE2B 

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

2021-07-11 Thread Michał Górny
commit: 77c0009539e49f867177cca56103044d482de6fb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 19:57:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c00095

sys-kernel/gentoo-kernel-bin: Bump to 5.12.16

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.12.16.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 3c57285fb59..24a8f53863e 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -30,6 +30,8 @@ DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59e
 DIST genpatches-5.12-17.extras.tar.xz 3412 BLAKE2B 
abbc0dbb59a91d6733f5c56918aee4d0bedfaa9f87687979f0b2b01778e2a934396c5b797050d1d05e52c2432f6fd32891176b4cb64709273ba810a1b7166884
 SHA512 
d36015ad8ee2bf8efb5c0b0786a661326d7833ab1d185e9e06791474b03036022bc6d6d1a22c1d4d086922b9db43ecec97a8dd5ff9daafd591a7b3092f839e5f
 DIST genpatches-5.12-18.base.tar.xz 738968 BLAKE2B 
cf0e62aad4cbe5c00d09a47e901761762934f34257e7064e65e9e9a29203c80a88ce31d55bff7156d8a09070dd67c79c383b0f1516757fbec1f5c722e844bff4
 SHA512 
31283759d7bb2a9b674489f4074a3027d52b5276df9e574d2d040007cdf679237ced0466724ddd81cb20714c7676f12b09f7c0014c1335227dc3bcc0358da701
 DIST genpatches-5.12-18.extras.tar.xz 3420 BLAKE2B 
783c9491317343e26eb9a25b48486c8b9c47f80e2c3048cea50e17ef1e6dcd9e5ab40a3f02bd02b5949933ca6634ffaaeb507416534ca35308ba35e5bbcfcff3
 SHA512 
53f513fe4ab0bae00b69055f8962cb8200ea90bdfba9c4ab95bdcb58f6654f5739438a6540a18a530e8160375c8d5ee2a767054b509c3a79dbda02721857403a
+DIST genpatches-5.12-19.base.tar.xz 744220 BLAKE2B 
63163732eeff70cf0eb344950247f69992145a4e7cbbe966eadaffda3be3f0e645b3d7cfc9c2284156385e761c02613ceec331b777b282da77b3d169cf3fb807
 SHA512 
8689a4f3fec6c29a88f7389296659579c13a2b664b94dc8147bd1b266019c310c30d19198db01feb60a421b1362aa15e72feb4cb19ac2ac2136ce12c42a21915
+DIST genpatches-5.12-19.extras.tar.xz 3420 BLAKE2B 
dd43bf044652067aec7069cc2e8c1b9441ac06750b64dfd355ad53221df08fb68981363b9749a6f93ebfe81e728ad8791f7a5ad2e9d4557da6d2a1904efc05cd
 SHA512 
501379a816043c5bc0c4724a57d8c5b4cca214d12e2d64577ff24943230e6ae5e60512b634a5507ea5f8823e7511b20a5c099bab149309045e0fd17c4b24
 DIST genpatches-5.4-123.base.tar.xz 3488228 BLAKE2B 
0fe5c3056c3cb060f4921e3b7a4046e03e4e777d033619f0496eda68c645c6209fb07713a4bc2565000f9c17e6203a8bc5392fc597dd49167bb0348988b53026
 SHA512 
e71b8f9d622d3ea2fa8165a39a27240ac007d899d7324c60240221d7761c1287f14b631b074536460702922b8daf00bc2714358aaf7f69ac257af7d5d5b18bd1
 DIST genpatches-5.4-123.extras.tar.xz 1772 BLAKE2B 
da9bc0d9513d010364506850d1c23d13e1a1ef8c4cb8d60e3430d12f4cc2ea87a74643ba9fa1a061eabdee9985b1931aab1b2587ee26bec9b2cf165b90fe83e5
 SHA512 
ff3b417825ba200b32abf888b6cf6e8d754526e57a30c06fbe4f961c84f67cd921b93b9848fc6b49f120b4cf8ddba9284755da73869db35327af7549d63f3cd1
 DIST genpatches-5.4-128.base.tar.xz 3571424 BLAKE2B 
a58c2b8f20730c3357ce30cbc8b24f0609bd7ca2a8f5d37780cfbe4edb560fa49bcf1925ec40dbf61aebfe9a87be0f35ade4b999509420eb0caf5731ce649e89
 SHA512 
c84d65acdc4274b528306af958b0c72851fdce008c9ed6f78965ea22f09f8668b6075cfda9101b2e7a7bc55ccea64491000b1aede8cffa4ad927c7c1bb003489
@@ -85,6 +87,8 @@ DIST gentoo-kernel-5.12.14-1.x86.xpak 58064174 BLAKE2B 
b614ad928d99685a4b9348215
 DIST gentoo-kernel-5.12.15-1.amd64.xpak 66395917 BLAKE2B 
b77c5e26863dc1c10da3c82904ef035f93c7bbbf60925f7c91836b7cfbb3d32335a8cad78a9b1a90a6d462f34fb798c393f7f992c54ffe6e1a5391b1e63652a4
 SHA512 
3efe58c6e9d948981fe51fc93ceb73de2f9a049cd396c62e743b3c5033eaf60b05d3100b2377060d1ba6245118281a49447bb5404dd4cc12b616a682fc4c252a
 DIST gentoo-kernel-5.12.15-1.arm64.xpak 59971350 BLAKE2B 
4231ed09d6efd9acae82078d259bef241223770fc95c24145a940ff3e4d712cfe52677a358d4fe26a6bf74129feaa3abad67e2d17eedd1e04f34758fd7ac5e1e
 SHA512 
9eb582dab725c1716b777986e0adf90b353ca481763b27c65240d6b4d8e52d54ca394848b3ff7977651606341e39fbc19b0002caaa8174916f298bfe480087d9
 DIST gentoo-kernel-5.12.15-1.x86.xpak 58062337 BLAKE2B 
2ea33f13f41f6153e117dc99fdb805ff6a24071b6231730ff159ea2597e203655e5d6daa632f4fc8ace6444d8ffec7e624d222500b32e7b33035ac5a56b3efcb
 SHA512 
62cae2c8e1fb42b3cf2ab48ade6fcbffcc03fe3b48c0d00fa7f2d3229e43a615887907e70b3219c3b040061134134f95c11c9b2d33a1f0ae568df7ec47507395
+DIST gentoo-kernel-5.12.16-1.amd64.xpak 66344196 BLAKE2B 
bf0ee9d5f5186527a829b8c040167c176f5a26aeb24fe31522349b161ebb2e5007c0c993c6a99a1d224713522f82c2c235d0b40466952c2afccacddf87ed
 SHA512 
3f2d4b25c2978a54ed5ce384a902a782c757dd2edd627a08122d9d85c7e89f6d642ade287c66f751d5bae099a708c4852f3b853991ebbcb1dafad9162fcdbf56
+DIST gentoo-kernel-5.12.16-1.x86.xpak 58066447 BLAKE2B 

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

2021-07-11 Thread Michał Górny
commit: eef5b024a2ed992f9691b1d65e16f0f21fb7bb5c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 19:57:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef5b024

sys-kernel/gentoo-kernel-bin: Bump to 5.10.49

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.10.49.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 24a8f53863e..31fd9be5915 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -14,6 +14,8 @@ DIST genpatches-5.10-51.base.tar.xz 1649104 BLAKE2B 
611e698ca58531702279ae9874c0
 DIST genpatches-5.10-51.extras.tar.xz 3412 BLAKE2B 
dbbe9031fdf275673014bafe3ee7d15e668f61187b6809df769a660830d026172b1eef1eefbbae61a2471004c14deba15913b0d4b57cfdf3750954ca075074b0
 SHA512 
6276fbea90ad4655021bcfb4e22c247e861807fa0c1a0ea6ce2fa439264422beaf74d0c8e08bf5fb0951727e1c4c189db5fe6672ff182d6c993919c0fcbeacbf
 DIST genpatches-5.10-52.base.tar.xz 1649944 BLAKE2B 
9712926fab35abb79b0c4bcc448fca65c1941f0840bbcfa3dc3c13a22f7711105bf3dd9536d3ff00fc5717eed70df5977d6771c3bd62a51cb8d36df824432831
 SHA512 
04519253c689cb6d88e82b624ef2928fe1bb8203113267c74cba5c1dd87cda072071c795410598f7f5ccd2533b65958027c959809c4b12503ecf9a4d7eb3fe50
 DIST genpatches-5.10-52.extras.tar.xz 3412 BLAKE2B 
a458b569dfb6643b5a13fcce6c5df46c844119009c0593c6e655a2b0b7589af70a682745fc79f14fbc4fd7e45c52a924b8cc4665a31665a6abe1ba0c8d779bc2
 SHA512 
5a8f76b2791fefc6f0990402bd5307870517e79daccd52b4d126b8b278dafc086b47649631b3b07f220e3b06d03f12f765bbfb837988257db737c34806a78744
+DIST genpatches-5.10-54.base.tar.xz 1652540 BLAKE2B 
37ecda0a4f76784572985be5073e7a3f33eb3aa43e641a2bc083e987c88c45cbc277bdeb20bb6ae4d264a17b65273119790ba8dcba7e22fd76ea8d0bd1be1cfb
 SHA512 
85587df46e72cde33fb869f16b7fcc995a4d947552ab4bfb45ffcc852dad1f4b56a58d81446a00a142b9e628bd2fcc8c4922b50a282706f430b0bd9e20aa34e4
+DIST genpatches-5.10-54.extras.tar.xz 3416 BLAKE2B 
3602707190ed04f62c4b2e8e0e765a53cf436b437373e71b6afd392cf05a73ac9e24f89293aac17c3730cdd696485ebf9d98161b248c9acafbfbe0b0c2db8ab8
 SHA512 
e4aad3f799dbcf00f813e39c8b9b355f17914a33d1ef422b3e7ee48c48e77a69925cc5664f0f171d1a632f622417b9d7ec88e56b1575c8e5f82af94f64337f42
 DIST genpatches-5.12-11.base.tar.xz 611232 BLAKE2B 
af0db172fa831bc84b1935d387e3d7b360c5a94d8499b6fa204f21b7a822c844e88a87f4a2724d0b8b508676ee564dbbe304893bfdd3197d67c8f6aeae011cb2
 SHA512 
f422bc1aca29732db09184ca2fcf7478536a87e73b59325f063c73103c8ce425858baa78b185eab61a80dda15e3818b45a669c69f7898382aa3563b315ad45b3
 DIST genpatches-5.12-11.extras.tar.xz 3412 BLAKE2B 
2eba600cd1e769a7252b063968b87cf5f54f285f791f84089fd1f3060e3400a76dd645841bbb213830cedf274e41959ed48cbee081d556c82f059e2a3de4db51
 SHA512 
2bc29ba1aa4b71b2407906f2c86339eb15fb124f964ddd3fa9f4a39dd94ac18fc95d0780cf1fdb99286b1a27aa88ada32665feffd9a3ca7f53bfb66f0212e7e2
 DIST genpatches-5.12-12.base.tar.xz 650292 BLAKE2B 
81b5a3b95390522c328acdb390fd1e8515028e55dee9a3693992ce2aa5c2defcea37b14c385d72e0c6a9b31f239c7d02eea45e4428332f477e897fa94c02d71e
 SHA512 
bea0fee6fade3b1322a52ec2201b828ab28bfb3c0528ea562ac7e3cfaebeb758b971820a2b1ba695dafe219ceb2548c07713b3684491b893e6055ce4f8943916
@@ -69,6 +71,8 @@ DIST gentoo-kernel-5.10.47-1.x86.xpak 57221591 BLAKE2B 
e069b66b20c0c9fe3ab35cea6
 DIST gentoo-kernel-5.10.48-1.amd64.xpak 65536136 BLAKE2B 
be9827d86c0fe12b750aa5ea9236287a80612774e04e2226828d1224428133fcea711690b0680e9831235d6b38a6c96cdea5b0047b54291d27178d3d562e18f7
 SHA512 
9d029ac037d5ec184c12bc9a7f4b6383205185dfa88a9624c5b207087c4094a020f9c972ddf233ec2a0335aef9ca65feebb92b9b7a6241d04fe6f098e251297a
 DIST gentoo-kernel-5.10.48-1.arm64.xpak 59043938 BLAKE2B 
3747e7835e6d3ac4b0659d97a9d45eb9276a09258dac16488e7d701202d524a91406c179a388e215dea878614d66d01a5ffb4d45e898662d11dc597535993571
 SHA512 
167b5760026c6fff7bcc1ee4b5ae6e6befc287dab065495fdd712fef5249571ba6c72a270e54d9ff4ba41b81a08cced954994016b63e37813911372d686e3046
 DIST gentoo-kernel-5.10.48-1.x86.xpak 57223594 BLAKE2B 
cdaf9e1f4d49cfb1e772a5c5ad92bfcdca846a16a540032136845c1fc7256c6df405e2d1613377dc5046209a750bfb9b6d543203d604853b2f2d7dfb6e786c5e
 SHA512 
3c1e1895a89cff6f03fda61613c8bc1c62cce4c98992e354b9572965728ece2e7556121edc725a942a23b9eccdc52d6282ef3bd929cb79052ce2ff495a849db4
+DIST gentoo-kernel-5.10.49-1.amd64.xpak 65485861 BLAKE2B 
8968b059a030ec15baa34647f0738e7f7666e889feb070e6476a38fd4c13d60e30b0837b62e258dc74c8e8b936c7dc0c717c110e117750e79bb24980530d2ca8
 SHA512 
d3524763ee27f9529ea8dcc02335f59b04c2da8fcb9c093154b38632fdcee654e2641c888e4fcc9edfa54131763d2182d34df4ef8dc68a5033921130ecb87f9a
+DIST gentoo-kernel-5.10.49-1.x86.xpak 57214239 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-07-11 Thread Michał Górny
commit: 9230becf572c174857622b9c763257f6bc4539ad
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 16:00:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9230becf

virtual/dist-kernel: Bump to 5.4.131

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

 virtual/dist-kernel/dist-kernel-5.4.131.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.131.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.131.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.131.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-07-11 Thread Michał Górny
commit: e9bf618c85e054151adca3eae629b298366bc60a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 16:00:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bf618c

sys-kernel/vanilla-kernel: Bump to 5.4.131

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.131.ebuild   | 108 +
 2 files changed, 110 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index e04d38f77ab..54f99062be2 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -54,3 +54,5 @@ DIST linux-5.4.129.tar.sign 991 BLAKE2B 
534f683bf0e6962b130f52c9f3e1a391131be838
 DIST linux-5.4.129.tar.xz 109122036 BLAKE2B 
73f422c32b382a5ef3f6cf8078447e68752408d78fac20d41f6fb4fa69bdb0706ff9ff5d7c480b0b1e3832559e9b253b1fbe0cbd4611c383cccd41e49012a8af
 SHA512 
d5d420427433cc9bcfb5ff72c6b39c4c36adf745dc51e31109adcbc1ed1fd4ea02047940d01958b4bfcee98caac8f0154bf7a8497afa0e5f081712f035da8bd7
 DIST linux-5.4.130.tar.sign 991 BLAKE2B 
7d20be27037339889e8e207910a0bb9cc7326cd96aeef1a0de35cd9a7398d0f13df0b4dfd996b7d14802beb7d8beddd3468e417139c2b360292b473a31a686e3
 SHA512 
51c8c517bc446eb6aa11d072f8e349b9dc564bc7ba5b35783223e9898e957ec175ebeb96ae486bdc5a20e0227bb563fc915033b039951e9265fc7258a6a343ca
 DIST linux-5.4.130.tar.xz 109118364 BLAKE2B 
e2c30781868d0d7b721d679b29af3f4260a471a2bf328119b562abb4c896db939252ea2f9ef650414925e4d9c0a150289dd960dc61dc5c654f44a773adc1e6c6
 SHA512 
d2bdf3ac52644c9dab720b5a74ccd8715b12cce9a227d3c5375d0e61e6bc95517b95c7ef825854b5039494690f4a1574db9f162b5f3bdb1d2d67dedc6c683ba7
+DIST linux-5.4.131.tar.sign 991 BLAKE2B 
957f1dbfc098f63c35afa810ba8e0e10cec81e2a7599cda699dfd76dca0db4633245320575edc4c17d18d3c02806810a9dcb1c6366680893ac83214f8389f6e0
 SHA512 
f415553fb817866082ae561e7c641fa3ab3929afee437bf4c669ea6af2519cc098cda0b30f49a93387bab8c68748aff9e2e8e55c93c282a37fe43fb8f6c66d8e
+DIST linux-5.4.131.tar.xz 109116196 BLAKE2B 
7736ea4b9c0e1f667375c91fc77c9d2ff2b40558dfddc17a691ebd9f558ea8b7c9b8d8af50ab7ebd52ba007be848a9680165bdf5289174ccd2678d4e905047c3
 SHA512 
d594f7fa2a598c9f24c1f669b9f3a27978f3dbec40a41f597f3ec3a0365ab565d5af042ffa65ca56f166b5a58ada57b0ded52667732eb460c2a7d01798328e36

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.131.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.131.ebuild
new file mode 100644
index 000..dc33930084a
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.131.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/pahole )
+   verify-sig? ( app-crypt/openpgp-keys-kernel )"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking linux-${PV}.tar.xz ..."
+   

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-07-11 Thread Michał Górny
commit: 9d4313fc1aea8ca56f6734eb06b646f49b471972
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 16:00:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4313fc

virtual/dist-kernel: Bump to 5.10.49

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

 virtual/dist-kernel/dist-kernel-5.10.49.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.49.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.49.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.49.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-07-11 Thread Michał Górny
commit: e41662287d9a81deae58012cd80f2878fb061258
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 16:00:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4166228

sys-kernel/gentoo-kernel: Bump to 5.4.131

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.131.ebuild | 97 ++
 2 files changed, 99 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index c537ef925cb..e260a4fa259 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -44,6 +44,8 @@ DIST genpatches-5.4-133.base.tar.xz 3628504 BLAKE2B 
d3d99348c475bbeda9a1d0a7e363
 DIST genpatches-5.4-133.extras.tar.xz 1768 BLAKE2B 
abad0014d2d982087ac982d0f017587fba8ea2b5180e67a92ed4b5a62c4129a5d275f6556cbf782b459900e03696355e4017c4c833cefc571c7cf4bbf2b5c907
 SHA512 
121ad821cd6628166a1ca005f2b408737ba8c9c1b8315c13926bda862b49d2ed330fea169a348b0209d903fca7a8d4ebdb50cf7dd527efde49ca9d69de4106df
 DIST genpatches-5.4-134.base.tar.xz 3632276 BLAKE2B 
475eaa6bb0c7291fbed3722ecfa8c05c5352677844481d4b37f2d5ba4b8a77697b6f43f1005aa1f899a561b3ba38670a160026fb935c2a1e75db7f1a9c292044
 SHA512 
4bfbf7ea9d909f2913094e7c0a34fd570540c4e9bc471ab8e90b2c73d1c99e6da23a11c0e254f4adfa6d155c51c763224a4851f4105a2a8ed69fd11c73a58101
 DIST genpatches-5.4-134.extras.tar.xz 1768 BLAKE2B 
894032d098f79b3c247b1e0ab19646e9c79414c4070fbf19679286f7305dbabee8c39c11dfe7c7a1009f36d64f99b0627b75b455cda62b2143fc5a5102937cd8
 SHA512 
5d6b703ae705a8587a7abea96e64cc51f34d8762e5a93c5c9f410a52d7bac4c44aca2d21bbede8354ad5aa1fbef45aeaffedc7db69c21ea2a94c22a0069da398
+DIST genpatches-5.4-135.base.tar.xz 3632876 BLAKE2B 
cc4bc930c2f181b98dde258a696bcdd8f23fcb9098707d5f158f24cd5fca4f8958dc321e8ad348b9ffd96c53bb231bc2f171b9e491427fffb2fd05dc5fd23ceb
 SHA512 
1250c964bc3c062cb9e8109da1d1276cb5e2d7c25e1175ee56672d1a6da4be3c73f52fdc9547a70c627057265fd5af6b6b99d977c0c85a45376bf5b99bedcdf7
+DIST genpatches-5.4-135.extras.tar.xz 1772 BLAKE2B 
3adbde4f0977e2da60f29937e53a1f0892ce6278745c63511e486587efc10c1c6a4a8e05375492382d1102090733d4a1fa93f380b47e734affa2ce65382e255f
 SHA512 
6ef12e03081b927af5bd6b820f150116fa3e848a457aa9fccdd4172c3e85dbf6ba78050878884d325b059f1fa4681de85a38d475ecd55dafddc60bd8362cba77
 DIST gentoo-kernel-config-5.10.32.tar.gz 1269 BLAKE2B 
4a21a57d567d9a527ef829f375275c65347b2e6461b00e50099458c496af0a7b3b863a6e1d8421ad18c52c64c1c4cd7e5fd416673b67738cde6253af8a9f18db
 SHA512 
a83ef22a7f9f83f01bd65a5470f0678111b0a7dcf1dc564e04264f68cc54833dbed4cccffe2864caf3ac14169611259f0bb786c1aefe194372d6d3f67fa64c00
 DIST gentoo-kernel-config-5.10.42.tar.gz 3992 BLAKE2B 
b04f585ccc823c25baafea011a5df9e4ed79f5537fb0c47726bb54d3f6197627b078a6f8510707a68edd9308f7ede84ca3f9bff78e64e06c9ea3d53db496c10f
 SHA512 
5d42e1ac694441acb8ea13fa3e80615bd18f0932a37f50c3d34c8c2f95ef4dfa6541407ddcad802b4fb13468e0e85d8cd09ac37d3612260f9a81d081cb4b6713
 DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 
225600db53532ee131dd83d10cecc97a83f4615975ff32f3f6190a15eace64707cb59490bb42940e4429f9054221b9d9a589ada443922062bb5ee18ecc42c26c

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.131.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.131.ebuild
new file mode 100644
index 000..1bf22439675
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.131.ebuild
@@ -0,0 +1,97 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2021-07-11 Thread Michał Górny
commit: 790f62d05836550b3efed03de6b1d0bb102aeaee
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 16:00:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790f62d0

sys-kernel/vanilla-kernel: Bump to 5.10.49

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.49.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 3aa62fb4f47..e04d38f77ab 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -24,6 +24,8 @@ DIST linux-5.10.47.tar.sign 991 BLAKE2B 
f0399021e8a5c19d7d871fb62a97dfba2b4431d0
 DIST linux-5.10.47.tar.xz 116362372 BLAKE2B 
6cfe773c5004d742e1f47f8ec408cd37b8183de5662370437b62a53ccb7960dc97499a90e41d94c8ff25207c4cc9428ca9fe6e15388e4be83ba34e83bb2df9da
 SHA512 
80760ce0e55f146b1434cb21975cb1b3f94a6fa7f5c8edd9e534084596e8262ee5945f2b25b98039d9d405232083f995782bbdaafbb7b387bb785eafc3e2e9c8
 DIST linux-5.10.48.tar.sign 991 BLAKE2B 
be367b874b4e24d84498e0d427225ed8ed33719fb5e698af2477d25092b4768586360f625141439ef52f459ee86d4c00bc5cc62eccf0d80663506077760ffdd5
 SHA512 
5928797677ffe2a6f045855d623720ee5ee4aac49e4693bbcf5392a976e9ce05553ea3c110f29133a35bb67444b4239652048af0576a9a5ec9148108a6d9182c
 DIST linux-5.10.48.tar.xz 116361056 BLAKE2B 
176c4ab03ef0df041eb98e03c1907e8b46ecbfa5ff77c95fd638e9123cedbd386bddb9bf884f682a78fa0292e3c2e4740bfe2c152e98f8c8079eb135d5ee729e
 SHA512 
18958e0af1b6170e7388fe3bd1669af266980d7d8678ea2198a4828a1b0d261754a1c16e1044d5230275205395a34bfe943d868ab7e084b1a547123f7f9421ce
+DIST linux-5.10.49.tar.sign 991 BLAKE2B 
21e7ae30246ef738b4d75fe2c57a2481027d1f6f1eb1789c15bd7b854b9de4527b4a6905109ba860072617e90ffcdddbada2fb97804be76be4ef7111ab365a83
 SHA512 
ab5969287e54b0926ecdeb0776b832cd645fe919bff7eba7255cabf3019b4acffaf208e2c8072c587c818ebdf591852b61d3395e0feedb673ae856a20f49cc65
+DIST linux-5.10.49.tar.xz 116374664 BLAKE2B 
493574a46a965e34a6bd5c922e50969588472e7eabb0d524c82bbfbc86c312184e85a14a4cc9d7f7cdaa1a82c3982af7ec950eecfcee5f529b4790147861c49d
 SHA512 
883763a2ce23c5c9d63f3707003dca1cf5422bdaecb3eef6dddbd402c78dad6f7e9a27051eddd5de89dc3db3b4bdc4d04db2fbf381961ac0d3c75e03a688bfb1
 DIST linux-5.12.10.tar.sign 991 BLAKE2B 
e13957f787397e09e04c1fcca75af58b80f0340150c9c738628826c17b77efcf14ad65a45363193c2fc2780630b1b8315f427323e2b15f65ca1ee0294300da49
 SHA512 
0113060125fe4a5015c0bcec82e873db3d5a4a5ea82764f15509f0abfd51af34b25adec164d2e765cbe3c059caf71a5047881cabada9599cfba6c947ae4dd6d6
 DIST linux-5.12.10.tar.xz 118148040 BLAKE2B 
b40ef5a11ca435299899e8131fa72af147455cd8ebee4c0e187572b1f628e66d2b6fbb318308bc911a598d8303d1ab3622d52966deaa5c48d59dcd65f4f58687
 SHA512 
b7f897582fbce307f8d24c4a1ea490050afd7d1e1af24ffa621e863238cb9ff8f1c1a378392a546a5880c9db50c8420504a052ff67d86c9ae3f82145d9f5f42b
 DIST linux-5.12.11.tar.sign 991 BLAKE2B 
4b01328a96e7dd0ac1487ed4d8d3f5369af6ec2a886cd0a6acb456271765c1e45aeb620b0bf61867973e3fb03a53eee0b0efcf60755257f696fe2bce8e8d3233
 SHA512 
67dd3f239f23686a5c9749c3122d549570403d71b95587371b56172077fdfcc9955ec70f64b6c71fc9869d55de5515f903235a21904840915a83e3b41f489b2d

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.49.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.49.ebuild
new file mode 100644
index 000..12c958a4bb2
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.49.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.32
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

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

2021-07-11 Thread Michał Górny
commit: aa4fab05b5713d00656d2f8cd5cf356bd4a7701c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 15:59:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4fab05

sys-kernel/vanilla-kernel: Bump to 5.12.16

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.12.16.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 1f852a6cc68..3aa62fb4f47 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -36,6 +36,8 @@ DIST linux-5.12.14.tar.sign 991 BLAKE2B 
433f6791cd56ec4f0f633fa406b1ef1df1c801fd
 DIST linux-5.12.14.tar.xz 118157096 BLAKE2B 
3bc213b432d61c358f85b932dec8bd44a1ef73442f20424ad5ce374b6982a6909c5b318d5e9848996989d5e421ab6c2128cdb51a3724adc95222f96a859486a1
 SHA512 
189bdb55fd874ba860833626a4142920c853f886562e52a6f182a9f63f1c9989a3d2b0733eb5ad55953dbbb10834cdb80ec9a5b42d44af8615c8a216ab037b79
 DIST linux-5.12.15.tar.sign 991 BLAKE2B 
668cc702b2c1bdac78b334b2c9c8f0bee20f1c6fae584c7bde8787831b8182024639f9862845520cbee9400abbe5248f418cc654cb1013e82afd2f42391faf67
 SHA512 
ec28cd3d5a8c293193579221adeb4077eb43c061fa12c825875ccdbabb6490962edb4177515ec56def97554ce2f042848fe126fd4f90fc6e550f223c9e9576ab
 DIST linux-5.12.15.tar.xz 118166168 BLAKE2B 
2d94859080bba686786b690733d6df4a17f6183c690854545b87d784d16fbc5050fc07be08b2360cc1d0a6fe11bd8f18add68c893d92bb52e10bb0f61ff4eb76
 SHA512 
99ac7c8550548f2626ff891024c9e613c98011f3513b17b46d4a0af98242449ff373e7429ccad7c893dddcd413961d1726b121242b3f1f6f4eace523b70754c2
+DIST linux-5.12.16.tar.sign 991 BLAKE2B 
abb400dbf710771ed416ad144501d9d65096da1957b80a7ccedbfffb5277d4db5e33bf4bf7c96bab5a0f7e6ca5bd09af5eed0ecd133aec9bb274099b3d32f016
 SHA512 
7c2ae2bad8f0d456d3a2b5ea5983092883c724b9b5bba21a99ab1eeb744d5a764d69e7d77b28a2499dbfd04e1e764ebf93a30e13e37c92f806b8d825bfdcefdf
+DIST linux-5.12.16.tar.xz 118169272 BLAKE2B 
6585efa7db0e0f42ba8c1e64a5452a547c9f4d073756047d6ac8453d752c022f414b984df457242d8d9595cee4aedc4d3b5b59ae3566a2e824a2294e5111956d
 SHA512 
6b3a5ebe96faf6dd7ae613e8d158c2f14341758ffdd84fb408eeb886ef3c03d25348d3b2aa74c4b48f3c187f511bff70d1090c0359b13b2d9a179cda7dd7bede
 DIST linux-5.4.120.tar.sign 991 BLAKE2B 
12c786791b72afccc4a3f9c412b900f25355920c3b253160bc9da0193983dfaaf4ed81886e5ffc252b07b34dec6d6daa59625bf46b1ebd6a7aca8522235923f6
 SHA512 
67b32fb8cfcd125ee66201d76eec364d7d8839a3055d43eac88eb812201969d0ed9d94d8c57e9be8b35f0a8972475381c6d41e480c7c6086cf351d4388f80c04
 DIST linux-5.4.120.tar.xz 109107108 BLAKE2B 
d3ccfefaadfe4186cce3232dc0b58759914d0f9eb0ac7c82b855d0230a512b92e37801b75e32dde57ef5d6d6ee04c3bbd59f58a20e73304cf235c90c7dd2855b
 SHA512 
b376e262164d8a79a4ffe478e42e38929fcc4b7f08dfaed24a842c238d55162ebcc1f6a5d0926a618e03f98f7f9623997306ffa66c6425f3e77865c2d70e1d54
 DIST linux-5.4.125.tar.sign 991 BLAKE2B 
3745764832f01f1d0247bf1ff6a4ea9e719d1a2881a563ab2bf665d1b0a9646ee831fe93f456df09cf7843a4c6310705b5ccc908ec927370992828a44327bc04
 SHA512 
d15ef5591e875300e1e6e6d0b9b809f2f022cd6064f1313c2b77b1a07c79a49a857657730eee0d0599933ee2e6940ffec2556220955c6a4bcddf5172ca1325f5

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.12.16.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.12.16.ebuild
new file mode 100644
index 000..32d99a8f85d
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.12.16.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.12.5
+CONFIG_HASH=17639df044f5f81bbf267f566426eae4a5187875
+GENTOO_CONFIG_VER=5.10.32
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2021-07-11 Thread Michał Górny
commit: ebd81a38e4a720a236c4ad5aa34babbacd87f412
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 15:59:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd81a38

virtual/dist-kernel: Bump to 5.12.16

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

 virtual/dist-kernel/dist-kernel-5.12.16.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.12.16.ebuild 
b/virtual/dist-kernel/dist-kernel-5.12.16.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.12.16.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-07-11 Thread Michał Górny
commit: 238b1567b83dbc89d53ff676a984d80821a0bbac
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 16:00:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238b1567

sys-kernel/gentoo-kernel: Bump to 5.10.49

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.10.49.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index f12f98ffce0..c537ef925cb 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -12,6 +12,8 @@ DIST genpatches-5.10-51.base.tar.xz 1649104 BLAKE2B 
611e698ca58531702279ae9874c0
 DIST genpatches-5.10-51.extras.tar.xz 3412 BLAKE2B 
dbbe9031fdf275673014bafe3ee7d15e668f61187b6809df769a660830d026172b1eef1eefbbae61a2471004c14deba15913b0d4b57cfdf3750954ca075074b0
 SHA512 
6276fbea90ad4655021bcfb4e22c247e861807fa0c1a0ea6ce2fa439264422beaf74d0c8e08bf5fb0951727e1c4c189db5fe6672ff182d6c993919c0fcbeacbf
 DIST genpatches-5.10-52.base.tar.xz 1649944 BLAKE2B 
9712926fab35abb79b0c4bcc448fca65c1941f0840bbcfa3dc3c13a22f7711105bf3dd9536d3ff00fc5717eed70df5977d6771c3bd62a51cb8d36df824432831
 SHA512 
04519253c689cb6d88e82b624ef2928fe1bb8203113267c74cba5c1dd87cda072071c795410598f7f5ccd2533b65958027c959809c4b12503ecf9a4d7eb3fe50
 DIST genpatches-5.10-52.extras.tar.xz 3412 BLAKE2B 
a458b569dfb6643b5a13fcce6c5df46c844119009c0593c6e655a2b0b7589af70a682745fc79f14fbc4fd7e45c52a924b8cc4665a31665a6abe1ba0c8d779bc2
 SHA512 
5a8f76b2791fefc6f0990402bd5307870517e79daccd52b4d126b8b278dafc086b47649631b3b07f220e3b06d03f12f765bbfb837988257db737c34806a78744
+DIST genpatches-5.10-54.base.tar.xz 1652540 BLAKE2B 
37ecda0a4f76784572985be5073e7a3f33eb3aa43e641a2bc083e987c88c45cbc277bdeb20bb6ae4d264a17b65273119790ba8dcba7e22fd76ea8d0bd1be1cfb
 SHA512 
85587df46e72cde33fb869f16b7fcc995a4d947552ab4bfb45ffcc852dad1f4b56a58d81446a00a142b9e628bd2fcc8c4922b50a282706f430b0bd9e20aa34e4
+DIST genpatches-5.10-54.extras.tar.xz 3416 BLAKE2B 
3602707190ed04f62c4b2e8e0e765a53cf436b437373e71b6afd392cf05a73ac9e24f89293aac17c3730cdd696485ebf9d98161b248c9acafbfbe0b0c2db8ab8
 SHA512 
e4aad3f799dbcf00f813e39c8b9b355f17914a33d1ef422b3e7ee48c48e77a69925cc5664f0f171d1a632f622417b9d7ec88e56b1575c8e5f82af94f64337f42
 DIST genpatches-5.11-25.base.tar.xz 1030312 BLAKE2B 
c3e0f5840c32292d36be31a8606934bfa1ccb7e31f04cd214574009577907d00912bacce1f85dddeda77ba99f40f61fa5aa5259a693c74abd63a05be5a44f2aa
 SHA512 
5adbe3770562b57d7180a44ccca8e665cc5b0d9ba5168c4b3555b348708edd7469464bd770124d9a8641095bdbe786d843ae3da64b845d577999c9e40360c970
 DIST genpatches-5.11-25.extras.tar.xz 1772 BLAKE2B 
0bd2afbd93cd7553c8e058f61c515ed9d47e9f328529e6cf36a7100b363dc8e4c3004afa06a0c0b95963bcf69a216ae6a7bf595062401725a4a25f942f44a3e8
 SHA512 
114094a87bad0dc4a265847fa18b88a2795daf151de8451bb4fbe4af70f3f4bcff8905d8d90522f85914bb7ba7227ebab7f69ab59112afb2187332b393450fec
 DIST genpatches-5.12-11.base.tar.xz 611232 BLAKE2B 
af0db172fa831bc84b1935d387e3d7b360c5a94d8499b6fa204f21b7a822c844e88a87f4a2724d0b8b508676ee564dbbe304893bfdd3197d67c8f6aeae011cb2
 SHA512 
f422bc1aca29732db09184ca2fcf7478536a87e73b59325f063c73103c8ce425858baa78b185eab61a80dda15e3818b45a669c69f7898382aa3563b315ad45b3

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.49.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.49.ebuild
new file mode 100644
index 000..45a37c02060
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.49.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 5 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.42
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   

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

2021-07-11 Thread Michał Górny
commit: a795d256bb396988c50559314b36417192d62d87
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 11 15:59:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 11 20:56:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a795d256

sys-kernel/gentoo-kernel: Bump to 5.12.16

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.12.16.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 32c5749112f..f12f98ffce0 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -26,6 +26,8 @@ DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59e
 DIST genpatches-5.12-17.extras.tar.xz 3412 BLAKE2B 
abbc0dbb59a91d6733f5c56918aee4d0bedfaa9f87687979f0b2b01778e2a934396c5b797050d1d05e52c2432f6fd32891176b4cb64709273ba810a1b7166884
 SHA512 
d36015ad8ee2bf8efb5c0b0786a661326d7833ab1d185e9e06791474b03036022bc6d6d1a22c1d4d086922b9db43ecec97a8dd5ff9daafd591a7b3092f839e5f
 DIST genpatches-5.12-18.base.tar.xz 738968 BLAKE2B 
cf0e62aad4cbe5c00d09a47e901761762934f34257e7064e65e9e9a29203c80a88ce31d55bff7156d8a09070dd67c79c383b0f1516757fbec1f5c722e844bff4
 SHA512 
31283759d7bb2a9b674489f4074a3027d52b5276df9e574d2d040007cdf679237ced0466724ddd81cb20714c7676f12b09f7c0014c1335227dc3bcc0358da701
 DIST genpatches-5.12-18.extras.tar.xz 3420 BLAKE2B 
783c9491317343e26eb9a25b48486c8b9c47f80e2c3048cea50e17ef1e6dcd9e5ab40a3f02bd02b5949933ca6634ffaaeb507416534ca35308ba35e5bbcfcff3
 SHA512 
53f513fe4ab0bae00b69055f8962cb8200ea90bdfba9c4ab95bdcb58f6654f5739438a6540a18a530e8160375c8d5ee2a767054b509c3a79dbda02721857403a
+DIST genpatches-5.12-19.base.tar.xz 744220 BLAKE2B 
63163732eeff70cf0eb344950247f69992145a4e7cbbe966eadaffda3be3f0e645b3d7cfc9c2284156385e761c02613ceec331b777b282da77b3d169cf3fb807
 SHA512 
8689a4f3fec6c29a88f7389296659579c13a2b664b94dc8147bd1b266019c310c30d19198db01feb60a421b1362aa15e72feb4cb19ac2ac2136ce12c42a21915
+DIST genpatches-5.12-19.extras.tar.xz 3420 BLAKE2B 
dd43bf044652067aec7069cc2e8c1b9441ac06750b64dfd355ad53221df08fb68981363b9749a6f93ebfe81e728ad8791f7a5ad2e9d4557da6d2a1904efc05cd
 SHA512 
501379a816043c5bc0c4724a57d8c5b4cca214d12e2d64577ff24943230e6ae5e60512b634a5507ea5f8823e7511b20a5c099bab149309045e0fd17c4b24
 DIST genpatches-5.4-123.base.tar.xz 3488228 BLAKE2B 
0fe5c3056c3cb060f4921e3b7a4046e03e4e777d033619f0496eda68c645c6209fb07713a4bc2565000f9c17e6203a8bc5392fc597dd49167bb0348988b53026
 SHA512 
e71b8f9d622d3ea2fa8165a39a27240ac007d899d7324c60240221d7761c1287f14b631b074536460702922b8daf00bc2714358aaf7f69ac257af7d5d5b18bd1
 DIST genpatches-5.4-123.extras.tar.xz 1772 BLAKE2B 
da9bc0d9513d010364506850d1c23d13e1a1ef8c4cb8d60e3430d12f4cc2ea87a74643ba9fa1a061eabdee9985b1931aab1b2587ee26bec9b2cf165b90fe83e5
 SHA512 
ff3b417825ba200b32abf888b6cf6e8d754526e57a30c06fbe4f961c84f67cd921b93b9848fc6b49f120b4cf8ddba9284755da73869db35327af7549d63f3cd1
 DIST genpatches-5.4-128.base.tar.xz 3571424 BLAKE2B 
a58c2b8f20730c3357ce30cbc8b24f0609bd7ca2a8f5d37780cfbe4edb560fa49bcf1925ec40dbf61aebfe9a87be0f35ade4b999509420eb0caf5731ce649e89
 SHA512 
c84d65acdc4274b528306af958b0c72851fdce008c9ed6f78965ea22f09f8668b6075cfda9101b2e7a7bc55ccea64491000b1aede8cffa4ad927c7c1bb003489

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.12.16.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.12.16.ebuild
new file mode 100644
index 000..8cc6b8c1b94
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.12.16.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.12.5
+CONFIG_HASH=17639df044f5f81bbf267f566426eae4a5187875
+GENTOO_CONFIG_VER=5.10.42
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   

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

2021-07-11 Thread Sam James
commit: 0abb7aa246137c21dbcfd122c07e6fd0c2811c2f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 20:53:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 20:53:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abb7aa2

dev-perl/Net-DBus: Stabilize 1.1.0-r1 sparc, #801613

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

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index 8b2d4ebfe3a..36f46785a4d 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-11 Thread Sam James
commit: 91197f37b00ff9ed5609881794b3f22ec1e3ef25
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 20:53:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 20:53:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91197f37

dev-perl/Net-DBus: Stabilize 1.1.0-r1 ppc64, #801613

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

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index e7190f91880..89d83743c36 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



  1   2   3   4   >