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

2021-07-02 Thread Miroslav Šulc
commit: 167e7103d4abfa3f36a218df132fe00a2d3d9618
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sat Jul  3 05:01:34 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sat Jul  3 05:01:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167e7103

media-sound/drumstick: removed obsolete 2.2.0

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

 media-sound/drumstick/Manifest   |  1 -
 media-sound/drumstick/drumstick-2.2.0.ebuild | 76 
 2 files changed, 77 deletions(-)

diff --git a/media-sound/drumstick/Manifest b/media-sound/drumstick/Manifest
index 073b1ee4cd2..ac0e43cc28c 100644
--- a/media-sound/drumstick/Manifest
+++ b/media-sound/drumstick/Manifest
@@ -1,3 +1,2 @@
-DIST drumstick-2.2.0.tar.gz 1965327 BLAKE2B 
1fbb97c031af31c7fb707523c3522afff61dfba3c1c0123619ed738a4996b4b835df9f60b3bb3b27b6d13616f11619160f43cf36c8429947f43dee62a840
 SHA512 
eff261ae0fbb620673eaa4d12e168b8ed0cfffb3e605ad8ebbc10a444d18eb0d6aecad7bad3b0c3a639df1cfee96bece3a870139bb818a278d6f51e13418a0a9
 DIST drumstick-2.2.1.tar.gz 1976813 BLAKE2B 
ac27fbcfb92fff2b7d69c70f9ec677343e8d66164997a29f319fbe94e6d12582cb4af67f0ff36126a6102e48bcbe4d4620e9442fdecf07aaaeecf37e9458c590
 SHA512 
d99c774f33db9d8555efd83adc8968d6d244e56e7976d68f0f90ff89cfda1143b2e07eece6b465fffba354073d4616c5a767f09f2ba282e252ca0955723cadc7
 DIST drumstick-2.3.0.tar.gz 1978608 BLAKE2B 
ab05030d402c03053bfcf315e8c4e54b73975f0059719cf5e58db64ddac394555b898e3e0008b892901d7395c89a160631ae8eeb9d1cd52c3abd0533c5fdafdb
 SHA512 
b12a39153600b37ef61a31255721466bdae5896b562276860688f9e22259ba4747086abeb828dcfef24c8e1fb7bd371dea1c6d51098cf5e1797e212cde70f46a

diff --git a/media-sound/drumstick/drumstick-2.2.0.ebuild 
b/media-sound/drumstick/drumstick-2.2.0.ebuild
deleted file mode 100644
index dd7730300b5..000
--- a/media-sound/drumstick/drumstick-2.2.0.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake xdg
-
-DESCRIPTION="Qt/C++ wrapper for ALSA sequencer"
-HOMEPAGE="https://drumstick.sourceforge.io/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc fluidsynth pulseaudio"
-
-BDEPEND="
-   dev-libs/libxslt
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig
-   x11-misc/shared-mime-info
-   doc? (
-   app-doc/doxygen[dot]
-   app-text/docbook-xsl-stylesheets
-   )
-"
-DEPEND="
-   dev-qt/designer:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   media-libs/alsa-lib
-   fluidsynth? ( media-sound/fluidsynth )
-   pulseaudio? ( media-sound/pulseaudio )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS readme.md TODO )
-
-RESTRICT="test"
-
-src_prepare() {
-   cmake_src_prepare
-
-   if ! use fluidsynth ; then
-   sed -e "/pkg_check_modules(FLUIDSYNTH/s/^/# disabled by 
-fluidsynth/" \
-   -i library/rt-backends/CMakeLists.txt || die
-   fi
-
-   if ! use pulseaudio ; then
-   sed -e "/pkg_check_modules(PULSE/s/^/# disabled by 
-pulseaudio/" \
-   -i CMakeLists.txt || die
-   fi
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_TESTING=OFF
-   -DUSE_DBUS=ON
-   -DBUILD_DOCS=$(usex doc)
-   )
-   cmake_src_configure
-}
-
-src_compile() {
-   cmake_src_compile
-   use doc && cmake_src_compile doxygen
-}
-
-src_install() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
-   cmake_src_install
-}



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

2021-07-02 Thread Sam James
commit: 8cef2ed0793aebd50919327c2dc70a39980a38f9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 04:18:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 04:18:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cef2ed0

dev-tex/latex2html: drop 2015, 2017.2-r2

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

 dev-tex/latex2html/Manifest|  2 -
 dev-tex/latex2html/latex2html-2015.ebuild  | 81 -
 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 82 --
 3 files changed, 165 deletions(-)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index 8a5311dffa9..3b05b13e64f 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,4 +1,2 @@
-DIST latex2html-2015.tar.gz 1217699 BLAKE2B 
e9daea005b7674ebb6a8c5902b77b609a633515b4127a2b3fe4d1b15bc2428c02ccc024df62545d5fe63e7034ad4b1532905fee97057d49730ec27f12913c55e
 SHA512 
dd031944250efd28691edeba5e83b4c5c0deec3a2e7c2ab2a9bd285a911f6ab21a02cd0ef697bebc2c7c7c0ebd285493c1d6b01b0db9355fc7f3316a2af65e2c
-DIST latex2html-2017.2.tar.gz 1131438 BLAKE2B 
0a13cca95e1f7d8a9fd7d6b077726e083a6d33fbc712b883be46d57fbdea91d1d02a2a2f1990c5827cf2a4b9db18033f41f326af0a69770988bf4ff5e53a010a
 SHA512 
0e1ab1b2005dc71988b1500884d7a13bfbdce73a62ef7f6cc6e83e29d776c98eb09cff3f8d0c162493586094c9ca6f07d47e98d2137f223f27044d03e9bb3473
 DIST latex2html-2021.2.tar.gz 1139791 BLAKE2B 
4fa9b45a33dbfb5c9e3bb45ebab19edb5d7a1d9c882ab30e75afbda7ad902cf519403b685f1f30b69b3d6ec976aa72b3065851b6d24b00c2e626e496ea8afd79
 SHA512 
b8d742b427e833f732457194cc60c043f750d202c46fb0d1d4e46df8e6d4dabacb5b474084aec46aa4eed68ee0249f3c0b053b5446401d09034e7f59148ad18a
 DIST latex2html-2021.tar.gz 1130224 BLAKE2B 
c3775b2546a866834c0ed94362a428f2cfe48e8fe7337261993fe1f473350ddb778c50cc4393fe33c9f3829e5dc6f5c0ef43ae6a4c21481746023ef5939308da
 SHA512 
f1f087a58911410b3ca9f4b60149b66d17608a9a56d0e8f74f08e6d6595e3e9c4f5378a7ab5cfc7488cd182a0dc3d4c151283b57636a70271c7f734e69ed0608

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild 
b/dev-tex/latex2html/latex2html-2015.ebuild
deleted file mode 100644
index 1fb4a5610ee..000
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
-HOMEPAGE="https://www.latex2html.org/;
-SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-IUSE="gif png"
-
-DEPEND="app-text/ghostscript-gpl
-   virtual/latex-base
-   media-libs/netpbm
-   dev-lang/perl
-   gif? ( media-libs/giflib )
-   png? ( media-libs/libpng:0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( 
"${FILESDIR}/${PN}"-{convert-length,perl_name,extract-major-version-2,destdir}.patch
 )
-
-src_prepare() {
-   default
-
-   # Dont install old url.sty and other files
-   # Bug #240980
-   rm texinputs/url.sty texinputs/latin9.def \
-   || die "failed to remove duplicate latex files"
-
-   sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || 
die
-}
-
-src_configure() {
-   local myconf
-
-   use gif || use png || myconf="${myconf} --disable-images"
-
-   econf --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-   --shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
-   --enable-pk \
-   --enable-eps \
-   --enable-reverse \
-   --enable-pipes \
-   --enable-paths \
-   --enable-wrapper \
-   --with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html 
\
-   --without-mktexlsr \
-   $(use_enable gif) \
-   $(use_enable png) \
-   ${myconf}
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   # make /usr/share/latex2html sticky
-   keepdir /usr/share/latex2html
-
-   # clean the perl scripts up to remove references to the sandbox
-   local dir="${ED}/usr/$(get_libdir)/latex2html"
-   if use png || use gif; then
-   # pstoimg isn't built unless gif or png useflags are enabled
-   sed -i -e "s:${T}:/tmp:g" "${dir}"/pstoimg.pl || die
-   fi
-   sed -i -e "s:${S}::g" "${dir}"/latex2html.pl || die
-   sed -i -e "s:${T}:/tmp:g" "${dir}"/cfgcache.pm || die
-   sed -i -e "s:${T}:/tmp:g" "${dir}"/l2hconf.pm || die
-
-   dodoc BUGS Changes FAQ MANIFEST README TODO
-}
-
-pkg_postinst() {
-   "${EROOT}"/usr/bin/mktexlsr
-}
-
-pkg_postrm() {
-   "${EROOT}"/usr/bin/mktexlsr
-}

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild 

[gentoo-commits] repo/gentoo:master commit in: games-action/teeworlds/

2021-07-02 Thread Ionen Wolkens
commit: 1c1e14660885f544ae248ec901cd9777278e81be
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Jul  3 03:39:15 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jul  3 03:59:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1e1466

games-action/teeworlds: revert to providing icon

imagemagick can be messy with delegates and would rather not
incur additional dependencies just to convert icons.

Also add python3_10 given trivial, and remove unneeded xdg inherit.

Closes: https://bugs.gentoo.org/799623
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-action/teeworlds/Manifest  |  1 +
 games-action/teeworlds/teeworlds-0.7.5-r1.ebuild | 17 -
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/games-action/teeworlds/Manifest b/games-action/teeworlds/Manifest
index d8c49b839a5..dc7d42a72fc 100644
--- a/games-action/teeworlds/Manifest
+++ b/games-action/teeworlds/Manifest
@@ -1 +1,2 @@
 DIST teeworlds-0.7.5-src.tar.gz 8935505 BLAKE2B 
40cf14e4f6d811df29a98cd51adc773021083e3474cc768998923fb6746e65b17c502d80af8e5613716dd3f12cf1e7cf840ec44b19ad8d214bd2cfa71f1871f3
 SHA512 
f0c55489b99b06e27298ac42adcf31e1130e7eace6f8672836e50c66c27ab0ccce5b8680c7181a2adc59e1f5808564001b5f0bc8ac7ab355ad8db71328ea7a76
+DIST teeworlds.png 3111 BLAKE2B 
c0b287b50d2155b556a227d4169656c886a47c6641ac15a40ca398ab9d4d0b0d7bf61c93037d4ad6d19ad9e638204975c5913d88928fee7333b6e360578c3692
 SHA512 
e3dd4754e14b4a6a6bf616b5f74c1f1c1a87b01522c8e5f9e33855f6f13c4ef65b17ef27015f97f303d00faa38b1441a73a7fe19f7be4541dee3f1a4810acb27

diff --git a/games-action/teeworlds/teeworlds-0.7.5-r1.ebuild 
b/games-action/teeworlds/teeworlds-0.7.5-r1.ebuild
index 6eb673a5462..f3f44810030 100644
--- a/games-action/teeworlds/teeworlds-0.7.5-r1.ebuild
+++ b/games-action/teeworlds/teeworlds-0.7.5-r1.ebuild
@@ -3,13 +3,15 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
-inherit xdg cmake desktop python-any-r1
+inherit cmake desktop python-any-r1
 
 DESCRIPTION="Online multi-player platform 2D shooter"
 HOMEPAGE="https://www.teeworlds.com/;
-SRC_URI="https://github.com/teeworlds/teeworlds/releases/download/${PV}/teeworlds-${PV}-src.tar.gz;
+SRC_URI="
+   
https://github.com/teeworlds/teeworlds/releases/download/${PV}/teeworlds-${PV}-src.tar.gz
+   https://dev.gentoo.org/~ionen/distfiles/${PN}.png;
 S="${WORKDIR}/${P}-src"
 
 LICENSE="ZLIB"
@@ -31,9 +33,7 @@ RDEPEND="
dev-libs/openssl:0=
sys-libs/zlib"
 DEPEND="${RDEPEND}"
-BDEPEND="
-   ${PYTHON_DEPS}
-   virtual/imagemagick-tools[png]"
+BDEPEND="${PYTHON_DEPS}"
 
 src_configure() {
local mycmakeargs=(
@@ -47,10 +47,9 @@ src_configure() {
 src_install() {
cmake_src_install
 
-   convert "other/icons/teeworlds.ico[0]" ${PN}.png || die
-   doicon -s 256 ${PN}.png
-
+   doicon "${DISTDIR}"/${PN}.png
domenu other/teeworlds.desktop
+
newinitd "${FILESDIR}"/${PN}-init.d ${PN}
 
insinto /etc/${PN}



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

2021-07-02 Thread Alessandro Barbieri
commit: ce00e3c1ce5950c95a73d720badcaa0b27b92fff
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 03:40:21 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 03:40:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce00e3c1

dev-python/vharfbuzz: initial import

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

 dev-python/vharfbuzz/Manifest   |  1 +
 dev-python/vharfbuzz/metadata.xml   | 13 +
 dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild | 24 
 3 files changed, 38 insertions(+)

diff --git a/dev-python/vharfbuzz/Manifest b/dev-python/vharfbuzz/Manifest
new file mode 100644
index 0..1a4f41a5b
--- /dev/null
+++ b/dev-python/vharfbuzz/Manifest
@@ -0,0 +1 @@
+DIST vharfbuzz-0.1.1.tar.gz 9036 BLAKE2B 
c22b1ef28612221b61a7f1565cb5ec37d0a8de852ad9899c1738eed58fc948c775248da460306a213cd39cfed3e180ba8440bfcda15428e2c071888be90657f7
 SHA512 
20579c380d15168c6635c7aa1a5d28a6c323e6bc25954a9ad2a03d172b414f2a4349f6d51ed2e8c737f8ae5331bc32c1cf1e02cc80544bbc5a265be4731feb01

diff --git a/dev-python/vharfbuzz/metadata.xml 
b/dev-python/vharfbuzz/metadata.xml
new file mode 100644
index 0..48c1f9a7b
--- /dev/null
+++ b/dev-python/vharfbuzz/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/simoncozens/vharfbuzz/issues
+simoncozens/vharfbuzz
+vharfbuzz
+
+

diff --git a/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild 
b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
new file mode 100644
index 0..0885f643d
--- /dev/null
+++ b/dev-python/vharfbuzz/vharfbuzz-0.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A user-friendlier way to use Harfbuzz in Python"
+HOMEPAGE="https://github.com/simoncozens/vharfbuzz;
+SRC_URI="https://github.com/simoncozens/vharfbuzz/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS=""
+SLOT="0"
+
+RDEPEND="
+   dev-python/fonttools[${PYTHON_USEDEP}]
+   dev-python/uharfbuzz[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs dev-python/sphinxcontrib-napoleon



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/pocl/

2021-07-02 Thread Alessandro Barbieri
commit: a36be1970f39fd087a00dacd1405342b7d80f711
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 02:07:21 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 02:07:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a36be197

dev-libs/pocl: enable py3.10, pypy3 and disable py3.7

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

 dev-libs/pocl/pocl-1.7.ebuild | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-libs/pocl/pocl-1.7.ebuild b/dev-libs/pocl/pocl-1.7.ebuild
index f1106a718..5da955b15 100644
--- a/dev-libs/pocl/pocl-1.7.ebuild
+++ b/dev-libs/pocl/pocl-1.7.ebuild
@@ -6,7 +6,7 @@ EAPI="7"
 DOCS_AUTODOC=0
 DOCS_BUILDER="sphinx"
 DOCS_DIR="doc/sphinx/source"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit cmake llvm python-any-r1 docs
 
@@ -22,7 +22,9 @@ SRC_URI="https://github.com/pocl/pocl/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="accel cl20 +conformance cuda debug examples float-conversion hardening 
+hwloc memmanager" #hsa tce
+IUSE="accel cl20 +conformance cuda debug examples float-conversion hardening 
+hwloc memmanager test" #hsa tce
+
+RESTRICT="!test? ( test )"
 
 #TODO: add dependencies for cuda
 RDEPEND="
@@ -49,7 +51,7 @@ src_configure() {
-DBUILD_SHARED_LIBS=ON
-DENABLE_HSA=OFF
-DENABLE_ICD=ON
-   -DENABLE_POCL_BUILDING=OFF
+   -DENABLE_POCL_BUILDING=ON
-DKERNELLIB_HOST_CPU_VARIANTS=native
-DPOCL_ICD_ABSOLUTE_PATH=ON
-DSTATIC_LLVM=OFF
@@ -85,3 +87,9 @@ src_install() {
docompress -x "/usr/share/doc/${P}/examples"
fi
 }
+
+src_test() {
+   export POCL_BUILDING=1
+   export CTEST_OUTPUT_ON_FAILURE=1
+   cmake_src_test
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/uharfbuzz/, dev-python/uharfbuzz/files/

2021-07-02 Thread Alessandro Barbieri
commit: 5b99b9a480ac665132cc8de8a9bf5e7310213f51
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 03:39:50 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 03:39:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b99b9a4

dev-python/uharfbuzz: initial import

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

 dev-python/uharfbuzz/Manifest  |  1 +
 .../files/uharfbuzz-0.16.1-system-harfbuzz.patch   | 23 +
 dev-python/uharfbuzz/metadata.xml  | 14 
 dev-python/uharfbuzz/uharfbuzz-0.16.1.ebuild   | 38 ++
 4 files changed, 76 insertions(+)

diff --git a/dev-python/uharfbuzz/Manifest b/dev-python/uharfbuzz/Manifest
new file mode 100644
index 0..3c49d7b52
--- /dev/null
+++ b/dev-python/uharfbuzz/Manifest
@@ -0,0 +1 @@
+DIST uharfbuzz-0.16.1.tar.gz 33252 BLAKE2B 
63c036b0884303d724cfc64acb0f44b2705c3ddb35e8132c399535ae0db54744ee8f244aac9e68e73b39969328cbee63d094f4e97908f5e5a007d995176c53cb
 SHA512 
d1c08135a4cc470278726aa6c8c6da7ccac04ab6d0c718c7576c81233834d182c7428c1123abc4f05f094fac2fe4dbb1dd8d264e752cadb3030f7045721ae1ee

diff --git a/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch 
b/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch
new file mode 100644
index 0..66b11c996
--- /dev/null
+++ b/dev-python/uharfbuzz/files/uharfbuzz-0.16.1-system-harfbuzz.patch
@@ -0,0 +1,23 @@
+--- a/setup.py
 b/setup.py
+@@ -13,7 +13,7 @@
+ with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
+ long_description = f.read()
+ 
+-define_macros = [('HB_NO_MT', '1'), ('HB_EXPERIMENTAL_API', '1')]
++define_macros = []
+ linetrace = False
+ if int(os.environ.get('CYTHON_LINETRACE', '0')):
+ linetrace = True
+@@ -30,8 +30,9 @@
+ extension = Extension(
+ 'uharfbuzz._harfbuzz',
+ define_macros=define_macros,
+-include_dirs=['harfbuzz/src'],
+-sources=['src/uharfbuzz/_harfbuzz.pyx', 'harfbuzz/src/harfbuzz.cc'],
++include_dirs=['/usr/include/harfbuzz'],
++libraries=['harfbuzz'],
++sources=['src/uharfbuzz/_harfbuzz.pyx'],
+ language='c++',
+ extra_compile_args=extra_compile_args,
+ extra_link_args=extra_link_args,

diff --git a/dev-python/uharfbuzz/metadata.xml 
b/dev-python/uharfbuzz/metadata.xml
new file mode 100644
index 0..d27e3cb7d
--- /dev/null
+++ b/dev-python/uharfbuzz/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  co-maintainers welcome
+  lssndrbarbi...@gmail.com
+  Alessandro Barbieri
+
+
+https://github.com/harfbuzz/uharfbuzz/issues
+harfbuzz/uharfbuzz
+uharfbuzz
+
+

diff --git a/dev-python/uharfbuzz/uharfbuzz-0.16.1.ebuild 
b/dev-python/uharfbuzz/uharfbuzz-0.16.1.ebuild
new file mode 100644
index 0..96fa0ed49
--- /dev/null
+++ b/dev-python/uharfbuzz/uharfbuzz-0.16.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+SRC_URI="https://github.com/harfbuzz/uharfbuzz/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+KEYWORDS=""
+DESCRIPTION="Streamlined Cython bindings for the HarfBuzz shaping engine"
+HOMEPAGE="https://github.com/harfbuzz/uharfbuzz;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND=">=media-libs/harfbuzz-2.8.1[experimental]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/cython[${PYTHON_USEDEP}]
+"
+
+PATCHES=( "${FILESDIR}/${P}-system-harfbuzz.patch" )
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+   export USE_SYSTEM_HARFBUZZ=1
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize "$(python_get_sitedir)/${PN}"
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/ananicy/files/, app-admin/ananicy/

2021-07-02 Thread Alessandro Barbieri
commit: d273c63b6ce17948265eb9b9d85a71a40e97f0c3
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Jul  3 02:52:48 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Jul  3 02:52:48 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d273c63b

app-admin/ananicy: backport fixes

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

 app-admin/ananicy/ananicy-2.2.1-r1.ebuild  |  9 +++---
 app-admin/ananicy/ananicy-2.2.1.ebuild | 37 --
 ...tl-path.patch => ananicy-fix-sysctl-path.patch} |  4 +--
 app-admin/ananicy/files/ananicy.initd  |  6 ++--
 4 files changed, 10 insertions(+), 46 deletions(-)

diff --git a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild 
b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
index 359b99a09..7f383bf36 100644
--- a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
+++ b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit python-single-r1
 
@@ -11,18 +11,19 @@ DESCRIPTION="ANother Auto NICe daemon"
 HOMEPAGE="https://github.com/Nefelim4ag/Ananicy;
 SRC_URI="https://github.com/Nefelim4ag/Ananicy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/${P^}"
+
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-DEPEND="${PYTHON_DEPS}"
+BDEPEND="${PYTHON_DEPS}"
 RDEPEND="
-   ${DEPEND}
+   ${BDEPEND}
sys-process/schedtool
 "
 DOCS=( README.md )
-PATCHES=( "${FILESDIR}/fix-sysctl-path.patch" )
+PATCHES=( "${FILESDIR}/${PN}-fix-sysctl-path.patch" )
 
 src_compile() {
return

diff --git a/app-admin/ananicy/ananicy-2.2.1.ebuild 
b/app-admin/ananicy/ananicy-2.2.1.ebuild
deleted file mode 100644
index a84862bea..0
--- a/app-admin/ananicy/ananicy-2.2.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit python-single-r1
-
-DESCRIPTION="ANother Auto NICe daemon"
-HOMEPAGE="https://github.com/Nefelim4ag/Ananicy;
-SRC_URI="https://github.com/Nefelim4ag/Ananicy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
-   sys-process/schedtool
-"
-
-S="${WORKDIR}/${P^}"
-DOCS=( README.md )
-PATCHES=( "${FILESDIR}/fix-sysctl-path.patch" )
-
-src_compile() {
-   return
-}
-
-src_install() {
-   emake PREFIX="${D}" install
-   python_fix_shebang "${ED}/usr/bin/ananicy"
-   einstalldocs
-}

diff --git a/app-admin/ananicy/files/fix-sysctl-path.patch 
b/app-admin/ananicy/files/ananicy-fix-sysctl-path.patch
similarity index 77%
rename from app-admin/ananicy/files/fix-sysctl-path.patch
rename to app-admin/ananicy/files/ananicy-fix-sysctl-path.patch
index 6d4152fff..1c44fe8c4 100644
--- a/app-admin/ananicy/files/fix-sysctl-path.patch
+++ b/app-admin/ananicy/files/ananicy-fix-sysctl-path.patch
@@ -1,5 +1,5 @@
 a/ananicy.service  2021-04-19 19:01:54.681195153 +0200
-+++ b/ananicy.service  2021-04-19 19:02:44.467050928 +0200
+--- a/ananicy.service
 b/ananicy.service
 @@ -4,9 +4,9 @@
  
  [Service]

diff --git a/app-admin/ananicy/files/ananicy.initd 
b/app-admin/ananicy/files/ananicy.initd
index e949d54e6..e2c31dfb1 100644
--- a/app-admin/ananicy/files/ananicy.initd
+++ b/app-admin/ananicy/files/ananicy.initd
@@ -6,13 +6,13 @@ command_args="start"
 command_background=true
 
 start_pre() {
-   /sbin/sysctl -e kernel.sched_autogroup_enabled=0
+   /usr/sbin/sysctl -e kernel.sched_autogroup_enabled=0
 }
 
 stop_post() {
-   /sbin/sysctl -e kernel.sched_autogroup_enabled=1
+   /usr/sbin/sysctl -e kernel.sched_autogroup_enabled=1
 }
 
 stop() {
-   start-stop-daemon --stop --pidfile "$pidfile"
+   start-stop-daemon --stop --pidfile "$pidfile"
 }



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

2021-07-02 Thread Sam James
commit: 7a6858f4686b97dbb7868a073558bf95d6cf615e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 03:08:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:08:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6858f4

dev-python/cbor2: Stabilize 5.4.0 x86, #799968

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

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

diff --git a/dev-python/cbor2/cbor2-5.4.0.ebuild 
b/dev-python/cbor2/cbor2-5.4.0.ebuild
index aa8f211a271..c4b0a5bc365 100644
--- a/dev-python/cbor2/cbor2-5.4.0.ebuild
+++ b/dev-python/cbor2/cbor2-5.4.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]"



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

2021-07-02 Thread Sam James
commit: 0d38f9142c4852ef24f1e292750b1268aab2a26f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 03:08:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:08:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d38f914

dev-python/BitVector: Stabilize 3.5.0 x86, #799962

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

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

diff --git a/dev-python/BitVector/BitVector-3.5.0.ebuild 
b/dev-python/BitVector/BitVector-3.5.0.ebuild
index 5d7d432a102..f4aee09f9d3 100644
--- a/dev-python/BitVector/BitVector-3.5.0.ebuild
+++ b/dev-python/BitVector/BitVector-3.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://engineering.purdue.edu/kak/dist/${P}.tar.gz;
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-02 Thread Sam James
commit: fea8f09137649f007ea78fa031c187382e1633ef
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:52:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:07:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea8f091

dev-tex/latex2html: add 2021.2

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

 dev-tex/latex2html/Manifest|  1 +
 .../files/latex2html-2021.2-respect-DESTDIR.patch  | 24 +++
 dev-tex/latex2html/latex2html-2021.2.ebuild| 81 ++
 3 files changed, 106 insertions(+)

diff --git a/dev-tex/latex2html/Manifest b/dev-tex/latex2html/Manifest
index 99f8970b933..8a5311dffa9 100644
--- a/dev-tex/latex2html/Manifest
+++ b/dev-tex/latex2html/Manifest
@@ -1,3 +1,4 @@
 DIST latex2html-2015.tar.gz 1217699 BLAKE2B 
e9daea005b7674ebb6a8c5902b77b609a633515b4127a2b3fe4d1b15bc2428c02ccc024df62545d5fe63e7034ad4b1532905fee97057d49730ec27f12913c55e
 SHA512 
dd031944250efd28691edeba5e83b4c5c0deec3a2e7c2ab2a9bd285a911f6ab21a02cd0ef697bebc2c7c7c0ebd285493c1d6b01b0db9355fc7f3316a2af65e2c
 DIST latex2html-2017.2.tar.gz 1131438 BLAKE2B 
0a13cca95e1f7d8a9fd7d6b077726e083a6d33fbc712b883be46d57fbdea91d1d02a2a2f1990c5827cf2a4b9db18033f41f326af0a69770988bf4ff5e53a010a
 SHA512 
0e1ab1b2005dc71988b1500884d7a13bfbdce73a62ef7f6cc6e83e29d776c98eb09cff3f8d0c162493586094c9ca6f07d47e98d2137f223f27044d03e9bb3473
+DIST latex2html-2021.2.tar.gz 1139791 BLAKE2B 
4fa9b45a33dbfb5c9e3bb45ebab19edb5d7a1d9c882ab30e75afbda7ad902cf519403b685f1f30b69b3d6ec976aa72b3065851b6d24b00c2e626e496ea8afd79
 SHA512 
b8d742b427e833f732457194cc60c043f750d202c46fb0d1d4e46df8e6d4dabacb5b474084aec46aa4eed68ee0249f3c0b053b5446401d09034e7f59148ad18a
 DIST latex2html-2021.tar.gz 1130224 BLAKE2B 
c3775b2546a866834c0ed94362a428f2cfe48e8fe7337261993fe1f473350ddb778c50cc4393fe33c9f3829e5dc6f5c0ef43ae6a4c21481746023ef5939308da
 SHA512 
f1f087a58911410b3ca9f4b60149b66d17608a9a56d0e8f74f08e6d6595e3e9c4f5378a7ab5cfc7488cd182a0dc3d4c151283b57636a70271c7f734e69ed0608

diff --git a/dev-tex/latex2html/files/latex2html-2021.2-respect-DESTDIR.patch 
b/dev-tex/latex2html/files/latex2html-2021.2-respect-DESTDIR.patch
new file mode 100644
index 000..8ddd83d594d
--- /dev/null
+++ b/dev-tex/latex2html/files/latex2html-2021.2-respect-DESTDIR.patch
@@ -0,0 +1,24 @@
+From 263eb47193ff9b0bd987b7f72eb7b331b96f9f96 Mon Sep 17 00:00:00 2001
+From: Sam James 
+Date: Sat, 3 Jul 2021 02:50:53 +0100
+Subject: [PATCH] Respect DESTDIR
+
+---
+ config/install.pl | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/config/install.pl b/config/install.pl
+index d732176..678eaa6 100755
+--- a/config/install.pl
 b/config/install.pl
+@@ -376,6 +376,7 @@ if($cfg{TEXPATH}) {
+ print "\nNote: trying to install LaTeX2HTML style files in TeX directory 
tree\n ($cfg{TEXPATH})\n";
+ my $dir = 'texinputs';
+ my $dest = $cfg{TEXPATH};
++$dest = $ENV{'DESTDIR'}.$dest if($ENV{'DESTDIR'});
+ unless(opendir(DIR,$dir)) {
+   print STDERR qq{Error: Could not read directory "$dir": $!\n};
+ } else {
+-- 
+2.32.0
+

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild 
b/dev-tex/latex2html/latex2html-2021.2.ebuild
new file mode 100644
index 000..61f530befb7
--- /dev/null
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+HOMEPAGE="https://www.latex2html.org/;
+SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+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 ~x64-solaris 
~x86-solaris"
+IUSE="gif png"
+
+DEPEND="
+   app-text/ghostscript-gpl
+   virtual/latex-base
+   media-libs/netpbm
+   dev-lang/perl
+   gif? ( media-libs/giflib )
+   png? ( media-libs/libpng:0 )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2021.2-respect-DESTDIR.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e 's%@PERL@%'"${EPREFIX}"'/usr/bin/perl%g' wrapper/unix.pin || 
die
+}
+
+src_configure() {
+   local myconf
+
+   use gif || use png || myconf+=" --disable-images"
+
+   econf \
+   --libdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+   --shlibdir="${EPREFIX}"/usr/$(get_libdir)/latex2html \
+   --enable-pk \
+   --enable-eps \
+   --enable-reverse \
+   --enable-pipes \
+   --enable-paths \
+   --enable-wrapper \
+   --with-texpath="${EPREFIX}"/usr/share/texmf-site/tex/latex/html 
\
+   --without-mktexlsr \
+   $(use_enable gif) \
+   $(use_enable png) \
+   ${myconf}
+}
+

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

2021-07-02 Thread Sam James
commit: 11351cc045e568fe02f68251cff5f45dc5e16b3f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:54:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11351cc0

dev-tex/latex2html: LATEX -> LaTeX in DESCRIPTION

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

 dev-tex/latex2html/latex2html-2015.ebuild  | 2 +-
 dev-tex/latex2html/latex2html-2017.2-r2.ebuild | 2 +-
 dev-tex/latex2html/latex2html-2021.2.ebuild| 2 +-
 dev-tex/latex2html/latex2html-2021.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tex/latex2html/latex2html-2015.ebuild 
b/dev-tex/latex2html/latex2html-2015.ebuild
index f1632d9a8e9..1fb4a5610ee 100644
--- a/dev-tex/latex2html/latex2html-2015.ebuild
+++ b/dev-tex/latex2html/latex2html-2015.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/;
 SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz;
 

diff --git a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild 
b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
index e1f125f80d8..c89d575b027 100644
--- a/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
+++ b/dev-tex/latex2html/latex2html-2017.2-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/;
 SRC_URI="http://mirrors.ctan.org/support/latex2html/${P}.tar.gz;
 

diff --git a/dev-tex/latex2html/latex2html-2021.2.ebuild 
b/dev-tex/latex2html/latex2html-2021.2.ebuild
index 61f530befb7..1751e8b25ca 100644
--- a/dev-tex/latex2html/latex2html-2021.2.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/;
 SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 

diff --git a/dev-tex/latex2html/latex2html-2021.ebuild 
b/dev-tex/latex2html/latex2html-2021.ebuild
index 14c4026ae55..8822f882bc9 100644
--- a/dev-tex/latex2html/latex2html-2021.ebuild
+++ b/dev-tex/latex2html/latex2html-2021.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Convertor written in Perl that converts LATEX documents to HTML"
+DESCRIPTION="Convertor written in Perl that converts LaTeX documents to HTML"
 HOMEPAGE="https://www.latex2html.org/;
 SRC_URI="https://github.com/latex2html/latex2html/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 



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

2021-07-02 Thread Sam James
commit: 540310f18f43e625211e6dd2db4abe3a0e974a23
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:54:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540310f1

dev-tex/latex2html: fix metadata indentation

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

 dev-tex/latex2html/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-tex/latex2html/metadata.xml b/dev-tex/latex2html/metadata.xml
index a48e54dd0e0..3c572e23aab 100644
--- a/dev-tex/latex2html/metadata.xml
+++ b/dev-tex/latex2html/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   t...@gentoo.org
-   Gentoo TeX Project
-
-
-   latex2html/latex2html
-
+   
+   t...@gentoo.org
+   Gentoo TeX Project
+   
+   
+   latex2html/latex2html
+   
 



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

2021-07-02 Thread Sam James
commit: c394d99bc30a7bb0ceb38851a5e66210c76861e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 03:07:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:07:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c394d99b

dev-python/aiorpcX: Stabilize 0.22.1 ALLARCHES, #799950

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
index 8ba0167288f..02ba5dea0c0 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



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

2021-07-02 Thread Sam James
commit: 8a50f6688f369c170291a52ced64722e73f933f2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 03:07:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:07:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a50f668

dev-python/apsw: Stabilize 3.35.4_p1 x86, #799956

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

 dev-python/apsw/apsw-3.35.4_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/apsw/apsw-3.35.4_p1.ebuild 
b/dev-python/apsw/apsw-3.35.4_p1.ebuild
index 9c4c56abd92..8854b0a9eb8 100644
--- a/dev-python/apsw/apsw-3.35.4_p1.ebuild
+++ b/dev-python/apsw/apsw-3.35.4_p1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND=">=dev-db/sqlite-${PV%_p*}"



[gentoo-commits] repo/dev/tamiko:master commit in: sys-apps/likwid/

2021-07-02 Thread Matthias Maier
commit: c53b62fcc087fec56aee6150c357c68c72e55888
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Jul  3 02:05:02 2021 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Jul  3 02:05:02 2021 +
URL:https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=c53b62fc

sys-apps/likwid: version bump to 5.2.0

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

 sys-apps/likwid/Manifest   |   4 +-
 sys-apps/likwid/likwid-4.3.4-r50.ebuild| 151 -
 sys-apps/likwid/likwid-5.0.1-r50.ebuild| 151 -
 ...id-5.1.0-r50.ebuild => likwid-5.2.0-r50.ebuild} |   0
 4 files changed, 1 insertion(+), 305 deletions(-)

diff --git a/sys-apps/likwid/Manifest b/sys-apps/likwid/Manifest
index 5d7394f..67808c4 100644
--- a/sys-apps/likwid/Manifest
+++ b/sys-apps/likwid/Manifest
@@ -1,4 +1,2 @@
-DIST likwid-4.3.4.tar.gz 1584829 SHA256 
5c0d1c66b25dac8292a02232f06454067f031a238f010c62f40ef913c6609a83 SHA512 
f1ee930a98d160728078a81a2cdc798ec62ac484545ced937131e6a6443e5ac23b8e597d31c7b1b9f67c1169e1c662c366cf1098158cb467d9f7ff12946b08a2
 WHIRLPOOL 
956070af7bd2893bfe8bbd994d44ba783795916f3f70e0253501e798b2cc4880a77a541c4089749decd4fd4ba14e7170c3404096b334377ac6caa322d1ed8aaa
-DIST likwid-5.0.1.tar.gz 2123648 SHA256 
3757b0cb66e8af0116f9288c7f90543acbd8e2af8f72f77aef447ca2b3e76453 SHA512 
e4982f3ac83e6413434e05daecf821c1c5f57c4cb19d99e61523c6f0009a2d2cef9c080ac711c72960552170b4d329dd08f73f55de5fb96288e92caaacf8b00b
 WHIRLPOOL 
a09a2bea3413ca262042a900cd72ab5142eb84919eca1a1908ea0f47db264c1070c70516c335d4eb3c2479ad1e5c5302b64bbe8e8499a3aa518e910269437fe4
-DIST likwid-5.1.0.tar.gz 2221991 SHA256 
5a180702a1656c6315b861a85031ab4cb090424aec42cbbb326b849e29f55571 SHA512 
574f391fe903e9d5bfaeba70641be9c00baed93911fc8b33466023b825afb0a425af6080af1c25fe9f9a3913893f5449f6cb2adae80d44bf29f1a75d5f9bad91
 WHIRLPOOL 
67911ecbfddad51554e12fbfee3b8e7efee2ce31301f95fdde861858c1baabe32d6a2784a0ca46fdf5d818d816ca8ea8d13fd705af3fc829e142c31dffb1c78c
 DIST likwid-5.1.1.tar.gz 2226404 SHA256 
faec7c62987967232f476a6ff0ee85af686fd24b5a360126896b7f435d1f943f SHA512 
6f78f57ffddbc12c4861945b5aece86f94b1086911ff2972e1bb5fed08f263c57e73dd278f0d146a9ca3438159b14a8b5431f281972842269fc2f5adb52de6c1
 WHIRLPOOL 
349206045b365b2363618feb0f609852ac7d01c00e46488a172de3d4ba84d0140fdb2bd36f39473c65fc27420def598836e4e7bd30d9f0ac8ceb3b162ebadf7f
+DIST likwid-5.2.0.tar.gz 2299164 SHA256 
aa6dccacfca59e52d8f3be187ffcf292b2a2fa1f51a81bf8912b9d48e5a257e0 SHA512 
f69e44d51b8576db4af76395b5d0620660d9225e3114531b2d5822727f9bceb271ec99853a0f9e14ae4959a3d6f159c832cc0892101ddd12eb1c77a03f744e1f
 WHIRLPOOL 
f50138c7c5cd1b477b174613a4c0c56f3df3c26a5ec842d9969d0d99beffc8412e16e1ef341a90218f0ae648d84c67052808b53cad91cbe24b574e3abdf97a8e

diff --git a/sys-apps/likwid/likwid-4.3.4-r50.ebuild 
b/sys-apps/likwid/likwid-4.3.4-r50.ebuild
deleted file mode 100644
index 59693e7..000
--- a/sys-apps/likwid/likwid-4.3.4-r50.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-FORTRAN_NEEDED=fortran
-#PYTHON_COMPAT=( python3_{5,6,7} )
-
-# 4.3.4 will need python-single-r1
-inherit fcaps fortran-2 linux-info toolchain-funcs
-
-DESCRIPTION="A performance-oriented tool suite for x86 multicore environments"
-HOMEPAGE="https://github.com/rrze-likwid/likwid;
-SRC_URI="https://ftp.fau.de/pub/likwid/${P}.tar.gz;
-
-LICENSE="GPL-3+ BSD MIT"
-
-SLOT="0"
-KEYWORDS="~amd64" # upstream partial support exists for x86 arm arm64
-IUSE="fortran" # ${PYTHON_REQUIRED_USE}
-
-CDEPEND="dev-lang/perl"
-
-# filter/json uses Python3
-RDEPEND="${CDEPEND}"
-
-DEPEND="${CDEPEND}"
-
-CONFIG_CHECK="~X86_MSR"
-
-FILECAPS=(
-   -M 755 cap_sys_rawio+ep usr/sbin/likwid-accessD
-   --
-   -M 755 cap_sys_rawio+ep usr/sbin/likwid-setFreq
-)
-
-PATCHES=(
-   "${FILESDIR}/${PN}-4.3.1-fix-gnustack.patch"
-)
-
-pkg_setup() {
-   fortran-2_pkg_setup
-}
-
-src_prepare() {
-   # Ensure we build with a non executable stack
-   sed \
-   -e '/^SHARED_CFLAGS/s/$/ -Wa,--noexecstack/' \
-   -i make/include_{GCC*,CLANG}.mk \
-   || die "Failed to set nonexecstack"
-
-   # Make the install targets respect Q= for being quiet or not
-   # MUCH easier for debugging
-   sed -r \
-   -e '/^install/,/^[a-z]/{/^\t@/{ s/@/$(Q)/; }}' \
-   -i \
-   Makefile || die "Failed to sed Makefile"
-
-   sed -i \
-   -e '/^\.NOTPARALLEL:/d' \
-   Makefile \
-   bench/Makefile \
-   ext/hwloc/Makefile || die "Failed to re-enable parallel"
-
-   default
-}
-
-export_emake_opts() {
-   # Warning: this build system uses PREFIX in a way that differs from
-   # autoconf! It's more like:
-   # PREFIX=$(DESTDIR)$(INSTALLED_PREFIX)
-  

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

2021-07-02 Thread Craig Andrews
commit: a77f132684680629b2a96127693c78d92f20f5a4
Author: Craig Andrews  gentoo  org>
AuthorDate: Sat Jul  3 01:59:06 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Sat Jul  3 01:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77f1326

dev-libs/libfmt: 8.0.1 version bunp

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

 dev-libs/libfmt/Manifest|  1 +
 dev-libs/libfmt/libfmt-8.0.1.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/libfmt/Manifest b/dev-libs/libfmt/Manifest
index 159975dc9b1..022c7f0b41e 100644
--- a/dev-libs/libfmt/Manifest
+++ b/dev-libs/libfmt/Manifest
@@ -1,3 +1,4 @@
 DIST libfmt-7.1.2.tar.gz 769401 BLAKE2B 
66a14197a818cbc63e2219eb9f8aeb47cc575a712e3a8e20ad6e2316219bd4661446533f305a1a18b83723d5f530c59dcff17251488c3e811aa090b399bc16ca
 SHA512 
e245a3860df4414ad7ea114d2d5686d0c8ae06fbc45f4af0a232ad4bbf0797e5845d731e307af67aad920d3587e5e424135bffeab09132690edb387c47f4fe15
 DIST libfmt-7.1.3.tar.gz 770029 BLAKE2B 
745440a6f5876d47d4651d007d5968f77d8f5ac01ab5ec17ec5851130a5581e2aa7d359ae297ce7318023b0bf386f9c027e3e38c65f297ae874e607253a3493a
 SHA512 
cfb2431de822202f17a6f34a302b1922b9cd696d8d4c27ad50ea08add781d2af9944db987603c2eb294ee7d73054a60cc11d3a0693f7f6db61949f3041cb9517
 DIST libfmt-8.0.0.tar.gz 804902 BLAKE2B 
9330acbfb6ab47a484b4dbd3138d11cdd79f4233dfe8fefed41d67118eb19b2c00db5896ee883e2f5ff297170c2eb8dfa001cc6d7c6eff42b6285acd0ea91b5c
 SHA512 
61768bf8b64c430f11536800985509ce436bbbe05cbe1dfb6045cfaf2f859af98eae1019ef602af8fec6946ae25e4d8adb589f0f738666b20beb3afe65ee760c
+DIST libfmt-8.0.1.tar.gz 805616 BLAKE2B 
b64a4686050a9edb4e5d3ec28a3727a847105ae0b12a89461841e14d6c9c442e391cdcfbca39b2d141d04cdb10d00516ecc8bf605867c792b7d2d6bc99c7b2bc
 SHA512 
643e68d5b2e0e9c83231ab2b0036596a6297b1d9ed6bd7b1172bee4ff134c8af8f09174c06c94225132c1b635b0977ea4ce783748d7bd76a9a0b5ad597456c84

diff --git a/dev-libs/libfmt/libfmt-8.0.1.ebuild 
b/dev-libs/libfmt/libfmt-8.0.1.ebuild
new file mode 100644
index 000..40d16db5117
--- /dev/null
+++ b/dev-libs/libfmt/libfmt-8.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="Small, safe and fast formatting library"
+HOMEPAGE="https://github.com/fmtlib/fmt;
+
+LICENSE="MIT"
+IUSE="test"
+SLOT="0/$(ver_cut 1)"
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/fmtlib/fmt.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/fmtlib/fmt/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   S="${WORKDIR}/fmt-${PV}"
+fi
+
+DEPEND=""
+RDEPEND=""
+RESTRICT="!test? ( test )"
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt"
+   -DFMT_LIB_DIR="$(get_libdir)"
+   -DFMT_TEST=$(usex test)
+   )
+   cmake_src_configure
+}



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

2021-07-02 Thread Sam James
commit: 62d39cbf818717f9d7ae4ceba0ad8ee17ff4749f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:32:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:32:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d39cbf

dev-python/astroid: Stabilize 2.5.8 ALLARCHES, #799959

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

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

diff --git a/dev-python/astroid/astroid-2.5.8.ebuild 
b/dev-python/astroid/astroid-2.5.8.ebuild
index 347648a064c..d0ea2a31d65 100644
--- a/dev-python/astroid/astroid-2.5.8.ebuild
+++ b/dev-python/astroid/astroid-2.5.8.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 
 # Version specified in __pkginfo__.py.
 RDEPEND="



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

2021-07-02 Thread Sam James
commit: f0fbd5809d1538de07b5f3942a615b9137de8816
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:31:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:31:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0fbd580

dev-libs/libedit: Stabilize 20210419.3.1 sparc, #799926

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

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

diff --git a/dev-libs/libedit/libedit-20210419.3.1.ebuild 
b/dev-libs/libedit/libedit-20210419.3.1.ebuild
index e4a44855048..681b60462e1 100644
--- a/dev-libs/libedit/libedit-20210419.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20210419.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2021-07-02 Thread Sam James
commit: 4cd644dbab8b4a3041874a72e3382774afd31f0a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:32:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:32:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd644db

dev-python/rfc3339-validator: Stabilize 0.1.4 ALLARCHES, #800043

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

 dev-python/rfc3339-validator/rfc3339-validator-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4.ebuild 
b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4.ebuild
index c8154c6b3f4..3ff2af693f9 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]
dev-python/strict-rfc3339[${PYTHON_USEDEP}]"



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

2021-07-02 Thread Sam James
commit: a51c55ebbc76da3cc35cbde84e0540068f7ddc0d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:32:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:32:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51c55eb

dev-libs/libretls: Stabilize 3.3.3 sparc, #799929

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

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

diff --git a/dev-libs/libretls/libretls-3.3.3.ebuild 
b/dev-libs/libretls/libretls-3.3.3.ebuild
index 7aa4850c449..b5dd01ff85b 100644
--- a/dev-libs/libretls/libretls-3.3.3.ebuild
+++ b/dev-libs/libretls/libretls-3.3.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



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

2021-07-02 Thread Sam James
commit: a5ccb1f4d96da414ee603017176a933e9924d369
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:32:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:32:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ccb1f4

sys-devel/distcc: Stabilize 3.4 sparc, #799935

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

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

diff --git a/sys-devel/distcc/distcc-3.4.ebuild 
b/sys-devel/distcc/distcc-3.4.ebuild
index d7d5a021498..7f74770ee18 100644
--- a/sys-devel/distcc/distcc-3.4.ebuild
+++ b/sys-devel/distcc/distcc-3.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="gssapi gtk hardened ipv6 selinux xinetd zeroconf"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-07-02 Thread Sam James
commit: 024d8dc4d845742fb75c929c30f940f8701a7eb5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:31:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:31:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024d8dc4

dev-util/cucumber: Stabilize 3.2.0 sparc, #799830

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

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

diff --git a/dev-util/cucumber/cucumber-3.2.0.ebuild 
b/dev-util/cucumber/cucumber-3.2.0.ebuild
index 5fa3452ad09..c079d001922 100644
--- a/dev-util/cucumber/cucumber-3.2.0.ebuild
+++ b/dev-util/cucumber/cucumber-3.2.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 sparc x86"
 SLOT="0"
 IUSE="examples test"
 



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

2021-07-02 Thread Sam James
commit: 287c46a35e85eb9974f74977ee24be59bbc04476
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287c46a3

dev-libs/libretls: Stabilize 3.3.3 amd64, #799929

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

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

diff --git a/dev-libs/libretls/libretls-3.3.3.ebuild 
b/dev-libs/libretls/libretls-3.3.3.ebuild
index b542f23ede7..7aa4850c449 100644
--- a/dev-libs/libretls/libretls-3.3.3.ebuild
+++ b/dev-libs/libretls/libretls-3.3.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screenshooter/

2021-07-02 Thread Sam James
commit: df55f4d9251783518ec3dc2056ff082fb2bcb033
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df55f4d9

xfce-extra/xfce4-screenshooter: Stabilize 1.9.9 amd64, #799914

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

 xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild
index 3dfb811ec23..f6473c5afda 100644
--- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.16:=



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

2021-07-02 Thread Sam James
commit: dd89963cf152a31b554fb72067f760164ec4fc25
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd89963c

dev-libs/libedit: Stabilize 20210419.3.1 amd64, #799926

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

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

diff --git a/dev-libs/libedit/libedit-20210419.3.1.ebuild 
b/dev-libs/libedit/libedit-20210419.3.1.ebuild
index f96120a5e90..e4a44855048 100644
--- a/dev-libs/libedit/libedit-20210419.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20210419.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2021-07-02 Thread Sam James
commit: 839954bbd0adc431bd4a5dea92990ddf6b87b012
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839954bb

net-wireless/blueman: Stabilize 2.2.1 amd64, #799932

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

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

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 8851d427618..927abb302b9 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz;
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 # icons are GPL-2



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/

2021-07-02 Thread Sam James
commit: f53fa18c9a3fc97519fe51b7749460d6084daebc
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53fa18c

xfce-base/xfce4-panel: Stabilize 4.16.3 amd64, #799905

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

 xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
index 691d33dfec4..c2cfef2372e 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+dbusmenu introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-07-02 Thread Sam James
commit: 29cb910af080617cfc34d85b326c3fe65b2ee0c4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cb910a

sys-devel/distcc: Stabilize 3.4 amd64, #799935

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

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

diff --git a/sys-devel/distcc/distcc-3.4.ebuild 
b/sys-devel/distcc/distcc-3.4.ebuild
index dc9578614a3..d7d5a021498 100644
--- a/sys-devel/distcc/distcc-3.4.ebuild
+++ b/sys-devel/distcc/distcc-3.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="gssapi gtk hardened ipv6 selinux xinetd zeroconf"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/

2021-07-02 Thread Sam James
commit: b334f7e0ebecc763ef2a9b77f44535fb85559991
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b334f7e0

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.2 amd64, #799911

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

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index 888771c2ba1..e488fd580ff 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-02 Thread Sam James
commit: be60357acd12fd0e0534a4c0bcdd58369b679ac0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be60357a

xfce-base/xfce4-settings: Stabilize 4.16.2 amd64, #799908

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

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index a19b5fe2aad..ae5979e9d4d 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



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

2021-07-02 Thread Sam James
commit: 62f14acc0bc37d07dc6afb598823cb9f1e6c3dfe
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f14acc

x11-misc/qt5ct: Stabilize 1.2-r1 amd64, #799938

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

 x11-misc/qt5ct/qt5ct-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild 
b/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
index fe8990077dc..782e8c46093 100644
--- a/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
+++ b/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/qt5ct/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+dbus"
 
 RDEPEND="



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

2021-07-02 Thread Sam James
commit: 13bd35289c3d0d4eefc1fb422b2f6ed2579ea359
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13bd3528

app-arch/xarchiver: Stabilize 0.5.4.17 amd64, #799899

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

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

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild
index 14295c21f5f..fe59ec617f6 100644
--- a/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild
+++ b/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ib/xarchiver/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc"
 
 # older pigz versions have incompatible command-line processing



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfdashboard/

2021-07-02 Thread Sam James
commit: 01d144322c4c70777bd23c2c4e2b03f14b3a6d69
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:29:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:29:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d14432

xfce-extra/xfdashboard: Stabilize 0.9.3 amd64, #799917

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

 xfce-extra/xfdashboard/xfdashboard-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfdashboard/xfdashboard-0.9.3.ebuild 
b/xfce-extra/xfdashboard/xfdashboard-0.9.3.ebuild
index 1d0bea1ef30..a90a25c1f01 100644
--- a/xfce-extra/xfdashboard/xfdashboard-0.9.3.ebuild
+++ b/xfce-extra/xfdashboard/xfdashboard-0.9.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.38:2



[gentoo-commits] repo/gentoo:master commit in: app-admin/spectre-meltdown-checker/

2021-07-02 Thread Sam James
commit: f9d7a806241c3b9ae85167dbd2f3fc597429c2e1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:29:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:29:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d7a806

app-admin/spectre-meltdown-checker: Stabilize 0.44 amd64, #799194

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

 app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild 
b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild
index e13c46355e2..7a9da7d72d9 100644
--- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild
+++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git;
 else
SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"



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

2021-07-02 Thread Sam James
commit: 7ab50dd3cca97639f8765363a19e45735aba8a48
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:29:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:29:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab50dd3

media-sound/drumstick: Stabilize 2.2.1 amd64, #799800

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

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

diff --git a/media-sound/drumstick/drumstick-2.2.1.ebuild 
b/media-sound/drumstick/drumstick-2.2.1.ebuild
index 1033f3f2eb1..dd7730300b5 100644
--- a/media-sound/drumstick/drumstick-2.2.1.ebuild
+++ b/media-sound/drumstick/drumstick-2.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc fluidsynth pulseaudio"
 
 BDEPEND="



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

2021-07-02 Thread Sam James
commit: 5c5dc96e4674acb33426e49646c5832f2add13e7
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:30:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:30:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5dc96e

app-editors/mousepad: Stabilize 0.5.5 amd64, #799902

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

 app-editors/mousepad/mousepad-0.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/mousepad/mousepad-0.5.5.ebuild 
b/app-editors/mousepad/mousepad-0.5.5.ebuild
index 0916be8ab99..ea82a7eeeb5 100644
--- a/app-editors/mousepad/mousepad-0.5.5.ebuild
+++ b/app-editors/mousepad/mousepad-0.5.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND=">=dev-libs/glib-2.52
>=x11-libs/gtk+-3.22:3



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

2021-07-02 Thread Sam James
commit: 79aaa9a9d86dae1d93d2d8761c34f9b822a963bd
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79aaa9a9

app-editors/mousepad: Stabilize 0.5.5 x86, #799902

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

 app-editors/mousepad/mousepad-0.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/mousepad/mousepad-0.5.5.ebuild 
b/app-editors/mousepad/mousepad-0.5.5.ebuild
index 1dee543de88..0916be8ab99 100644
--- a/app-editors/mousepad/mousepad-0.5.5.ebuild
+++ b/app-editors/mousepad/mousepad-0.5.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 RDEPEND=">=dev-libs/glib-2.52
>=x11-libs/gtk+-3.22:3



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

2021-07-02 Thread Sam James
commit: 9282a3d683f7257f77bf445e2e85f78217556487
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9282a3d6

dev-python/virtualenv: Stabilize 20.4.7 ALLARCHES, #800052

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

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

diff --git a/dev-python/virtualenv/virtualenv-20.4.7.ebuild 
b/dev-python/virtualenv/virtualenv-20.4.7.ebuild
index bf01692c669..eda32054f05 100644
--- a/dev-python/virtualenv/virtualenv-20.4.7.ebuild
+++ b/dev-python/virtualenv/virtualenv-20.4.7.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 SLOT="0"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screenshooter/

2021-07-02 Thread Sam James
commit: 3c0b88991b1e0f8f4e67f7979b5fa3fce6505980
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0b8899

xfce-extra/xfce4-screenshooter: Stabilize 1.9.9 x86, #799914

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

 xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild 
b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild
index 3685f4a742f..3dfb811ec23 100644
--- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.9.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.16:=



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

2021-07-02 Thread Sam James
commit: b460872b8a3ace03d09ec056f787cf2cacb040d5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b460872b

dev-python/ruamel-yaml: Stabilize 0.17.9 ALLARCHES, #800046

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

 dev-python/ruamel-yaml/ruamel-yaml-0.17.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.9.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.9.ebuild
index 9cf177b48a8..86fa6a9be48 100644
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.9.ebuild
+++ b/dev-python/ruamel-yaml/ruamel-yaml-0.17.9.ebuild
@@ -20,7 +20,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
dev-python/namespace-ruamel[${PYTHON_USEDEP}]



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

2021-07-02 Thread Sam James
commit: aebaf90e73986ee883dc74ca0a318d72f1b5935e
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebaf90e

net-wireless/blueman: Stabilize 2.2.1 x86, #799932

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

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

diff --git a/net-wireless/blueman/blueman-2.2.1.ebuild 
b/net-wireless/blueman/blueman-2.2.1.ebuild
index 5d3ff61c631..8851d427618 100644
--- a/net-wireless/blueman/blueman-2.2.1.ebuild
+++ b/net-wireless/blueman/blueman-2.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
 else

SRC_URI="https://github.com/blueman-project/${PN}/releases/download/${PV/_/.}/${P/_/.}.tar.xz;
S=${WORKDIR}/${P/_/.}
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 fi
 
 # icons are GPL-2



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

2021-07-02 Thread Sam James
commit: 48f6cab2e3d3039192e92c8440df77412f3c9e00
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f6cab2

dev-python/tqdm: Stabilize 4.61.1 ALLARCHES, #800049

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

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

diff --git a/dev-python/tqdm/tqdm-4.61.1.ebuild 
b/dev-python/tqdm/tqdm-4.61.1.ebuild
index 52874533157..f9721f3b05f 100644
--- a/dev-python/tqdm/tqdm-4.61.1.ebuild
+++ b/dev-python/tqdm/tqdm-4.61.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/tqdm/tqdm;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 
~x64-macos"
 fi
 
 DESCRIPTION="Add a progress meter to your loops in a second"



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

2021-07-02 Thread Sam James
commit: 5c2bf05079155998aff0059fb0f44edd8bebb0db
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2bf050

sys-devel/distcc: Stabilize 3.4 x86, #799935

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

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

diff --git a/sys-devel/distcc/distcc-3.4.ebuild 
b/sys-devel/distcc/distcc-3.4.ebuild
index d16540b5515..dc9578614a3 100644
--- a/sys-devel/distcc/distcc-3.4.ebuild
+++ b/sys-devel/distcc/distcc-3.4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="gssapi gtk hardened ipv6 selinux xinetd zeroconf"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-07-02 Thread Sam James
commit: 2cb677efe4ef2b5c2bdcf223b5b41f84f1bb161f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb677ef

app-portage/gpyutils: Stabilize 0.6 ALLARCHES, #799920

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

 app-portage/gpyutils/gpyutils-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.6.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.ebuild
index 07c9616731d..f00bb9f55f4 100644
--- a/app-portage/gpyutils/gpyutils-0.6.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"



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

2021-07-02 Thread Sam James
commit: 4c6b95ccf00ecb5fd295da583dea2cb775abd372
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6b95cc

x11-misc/qt5ct: Stabilize 1.2-r1 x86, #799938

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

 x11-misc/qt5ct/qt5ct-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild 
b/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
index 419efe47f94..fe8990077dc 100644
--- a/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
+++ b/x11-misc/qt5ct/qt5ct-1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://download.sourceforge.net/qt5ct/${P}.tar.bz2;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="+dbus"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-settings/

2021-07-02 Thread Sam James
commit: 7fef3e79e8989b696a4b2c49c05027dff02770da
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fef3e79

xfce-base/xfce4-settings: Stabilize 4.16.2 x86, #799908

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

 xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild 
b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
index d5c9cffb584..a19b5fe2aad 100644
--- a/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
+++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier"
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/

2021-07-02 Thread Sam James
commit: 2e6de1f3d63e58ae250c146d8fbbe95b7f0a5af4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6de1f3

xfce-base/xfce4-panel: Stabilize 4.16.3 x86, #799905

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

 xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
index 90cffb711f0..691d33dfec4 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+dbusmenu introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-07-02 Thread Sam James
commit: 4328419c4d5560dedd9d76cc1c47a2fce5b0805f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4328419c

dev-libs/libedit: Stabilize 20210419.3.1 x86, #799926

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

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

diff --git a/dev-libs/libedit/libedit-20210419.3.1.ebuild 
b/dev-libs/libedit/libedit-20210419.3.1.ebuild
index 0dd34927e93..f96120a5e90 100644
--- a/dev-libs/libedit/libedit-20210419.3.1.ebuild
+++ b/dev-libs/libedit/libedit-20210419.3.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 IUSE="static-libs"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3[static-libs?,${MULTILIB_USEDEP}]"



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

2021-07-02 Thread Sam James
commit: fe5d41c985cdb98b6039642474fcbf0c9e8d4097
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5d41c9

app-vim/gentoo-syntax: Stabilize 20210428 ALLARCHES, #799923

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

 app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
index 72f25ef766b..d36c89efc9e 100644
--- a/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
+++ b/app-vim/gentoo-syntax/gentoo-syntax-20210428.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
 
 LICENSE="vim"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="ignore-glep31"
 
 VIM_PLUGIN_HELPFILES="gentoo-syntax"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-clipman-plugin/

2021-07-02 Thread Sam James
commit: 223b7186e3c964c52b7d4e47c90e9118ed8a6199
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223b7186

xfce-extra/xfce4-clipman-plugin: Stabilize 1.6.2 x86, #799911

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

 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild 
b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
index 98bbe22b672..888771c2ba1 100644
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
+++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="qrcode"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: app-admin/spectre-meltdown-checker/

2021-07-02 Thread Sam James
commit: 83be0296e77e8466adb2587297308bf46413f6e6
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83be0296

app-admin/spectre-meltdown-checker: Stabilize 0.44 x86, #799194

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

 .../spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild 
b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild
index 470cde32265..e13c46355e2 100644
--- a/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild
+++ b/app-admin/spectre-meltdown-checker/spectre-meltdown-checker-0.44.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/speed47/spectre-meltdown-checker.git;
 else
SRC_URI="https://github.com/speed47/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Spectre & Meltdown vulnerability/mitigation checker for Linux"



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

2021-07-02 Thread Sam James
commit: 7a07482b2c071cb544e4f453692a071e7d5485d2
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:28:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:28:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a07482b

dev-libs/libretls: Stabilize 3.3.3 x86, #799929

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

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

diff --git a/dev-libs/libretls/libretls-3.3.3.ebuild 
b/dev-libs/libretls/libretls-3.3.3.ebuild
index 1611d59e200..b542f23ede7 100644
--- a/dev-libs/libretls/libretls-3.3.3.ebuild
+++ b/dev-libs/libretls/libretls-3.3.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://causal.agency/libretls/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 DEPEND="dev-libs/openssl:="
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-portage/nattka/

2021-07-02 Thread Sam James
commit: 26fcf6ca8e8f7419b51bc2351841371cc082ac10
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fcf6ca

app-portage/nattka: Stabilize 0.2.13 ALLARCHES, #799896

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

 app-portage/nattka/nattka-0.2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/nattka/nattka-0.2.13.ebuild 
b/app-portage/nattka/nattka-0.2.13.ebuild
index 75261fa77b6..5e140d0ba09 100644
--- a/app-portage/nattka/nattka-0.2.13.ebuild
+++ b/app-portage/nattka/nattka-0.2.13.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mgorny/nattka/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 IUSE="depgraph-order"
 
 RDEPEND="



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

2021-07-02 Thread Sam James
commit: dcab6b0b0c8806fe7dcd675c2a72ca92e83d2729
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcab6b0b

app-arch/xarchiver: Stabilize 0.5.4.17 x86, #799899

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

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

diff --git a/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild 
b/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild
index 019605f89c3..14295c21f5f 100644
--- a/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild
+++ b/app-arch/xarchiver/xarchiver-0.5.4.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ib/xarchiver/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc"
 
 # older pigz versions have incompatible command-line processing



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

2021-07-02 Thread Sam James
commit: 0d77fdc259e6650f0e560a17a3b5c0fb0bbeccc8
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d77fdc2

dev-util/cucumber: Stabilize 3.2.0 x86, #799830

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

 dev-util/cucumber/cucumber-3.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/cucumber/cucumber-3.2.0.ebuild 
b/dev-util/cucumber/cucumber-3.2.0.ebuild
index 9904c9eb253..5fa3452ad09 100644
--- a/dev-util/cucumber/cucumber-3.2.0.ebuild
+++ b/dev-util/cucumber/cucumber-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc x86"
 SLOT="0"
 IUSE="examples test"
 



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

2021-07-02 Thread Sam James
commit: 80ef4cc8a0a1e26847f431ce87eb387f0f620a94
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ef4cc8

media-sound/drumstick: Stabilize 2.2.1 x86, #799800

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

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

diff --git a/media-sound/drumstick/drumstick-2.2.1.ebuild 
b/media-sound/drumstick/drumstick-2.2.1.ebuild
index 1459d1b265a..1033f3f2eb1 100644
--- a/media-sound/drumstick/drumstick-2.2.1.ebuild
+++ b/media-sound/drumstick/drumstick-2.2.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc fluidsynth pulseaudio"
 
 BDEPEND="



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

2021-07-02 Thread Randy Barlow
commit: 6a4cc0e70c2d30b89f88dab1017fcee8c5c45e55
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Fri Jul  2 20:45:16 2021 +
Commit: Randy Barlow  electronsweatshop  com>
CommitDate: Fri Jul  2 20:45:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a4cc0e7

app-shells/starship: Drop 0.52.1

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Randy Barlow  electronsweatshop.com>

 app-shells/starship/Manifest   |  52 --
 app-shells/starship/starship-0.52.1.ebuild | 280 -
 2 files changed, 332 deletions(-)

diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest
index 872efd7e2..3106bf22b 100644
--- a/app-shells/starship/Manifest
+++ b/app-shells/starship/Manifest
@@ -1,11 +1,9 @@
 DIST ahash-0.4.7.crate 51474 BLAKE2B 
0974b90539398d61903ce7fcbecdfcd802fcb5c7ed631be919ec17be6951e68bc80787876cafebd33e40a80605f6e2352a86047077bc40575420bb6ee1a4915a
 SHA512 
2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126
-DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
-DIST async-io-1.4.0.crate 31483 BLAKE2B 
aebe509772c560efad081a48943245f5aeac9617edf9cd3dcde9eef36599813b0d63bca875d2094e501aa10458a25e02f334204533795a54bf6656c1caf2ddd0
 SHA512 
d89e1aae2b93eb9823d297f44f7f47dda17e42bb2162e19a702f681973419223f5a51bd165710b013cc464d6054c16dee17dac64287efada0130eae823570222
 DIST async-io-1.4.1.crate 31478 BLAKE2B 
241c1b3ee0aefeac562e210b4206016d8bf9e4dcfadab878bd53795884f96a1eb66a02db821b27c5ec410b90628c3e065638625c468c9a4fd696572dfa8d4e4c
 SHA512 
c7381e16814920524e291b1e363fa72245e2dc47f7753cd10bbf505e7e993c50c81f0867d3bd41158f194cc3adf57e95304934b239d585780e6650a819f611f5
 DIST attohttpc-0.17.0.crate 60833 BLAKE2B 
5a19f3d9c5afb27a6b374dff0b8a33e9f970e9b9342367b7b8a0de4ac89b17000f7eef9decad342ff8822a48587b4a837d384ee0f4e94abe3218364b198ad445
 SHA512 
4f74a0bf75b2fe78581c15e6845fb0e6318a9d9d0ca1c2769a8b0097912975af536de16151d09d54161d10a0f3900e709dcbebb4388bcb3af4a80ced2e80363d
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
@@ -20,7 +18,6 @@ DIST block-0.1.6.crate 4077 BLAKE2B 
a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd8843
 DIST block-buffer-0.7.3.crate 7179 BLAKE2B 
549e8532358f9a77fdfbd5ef7a06d60f20f034fcf69072757811cb4a95f5cee5589bebd40fe87af36127254ec42ef3240cc7542828085f590fb774faab8f0e21
 SHA512 
74c8b89777a006bd72511b32df94f8bd78e2b53c30d85d39ea3c52acf199c357140fb6181f7f7ab5e30dd80d37181582cad740c95b89328a7a4b0f84f77ad6bf
 DIST block-padding-0.1.5.crate 7342 BLAKE2B 
876421fa89251d011a455163baa49e0931e0692ed928fad71357fc93b87493eeab4cfcf8fc4aa94638a90a8dce8ec1ad95e9ba91da9557008e5fc19c1f618ab4
 SHA512 
acf5369cdae38b6b1a5c1561a9df18b8a39c8fd434fa50c49a8f73d2654a835269b7b22876354c903514c49c77aa860c68cd84d3c1efcb36bdfa8b01af300a9a
 DIST byte-tools-0.3.1.crate 5526 BLAKE2B 

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

2021-07-02 Thread Randy Barlow
commit: 02ac9830a9dabdc1502fb0c58c461382901583da
Author: Randy Barlow  electronsweatshop  com>
AuthorDate: Fri Jul  2 20:44:34 2021 +
Commit: Randy Barlow  electronsweatshop  com>
CommitDate: Fri Jul  2 20:44:34 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02ac9830

app-shells/starship: Add 0.55.0

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Randy Barlow  electronsweatshop.com>

 app-shells/starship/Manifest   |  46 +
 app-shells/starship/starship-0.55.0.ebuild | 272 +
 2 files changed, 318 insertions(+)

diff --git a/app-shells/starship/Manifest b/app-shells/starship/Manifest
index d14d2e429..872efd7e2 100644
--- a/app-shells/starship/Manifest
+++ b/app-shells/starship/Manifest
@@ -1,10 +1,12 @@
 DIST ahash-0.4.7.crate 51474 BLAKE2B 
0974b90539398d61903ce7fcbecdfcd802fcb5c7ed631be919ec17be6951e68bc80787876cafebd33e40a80605f6e2352a86047077bc40575420bb6ee1a4915a
 SHA512 
2f42cdbacb2b2f9bd7d94a4cc61294d7813428157ce242ba82f7c3fccb6e4b83c767f4dedd35ff26ae61a89506b388d7cf96af4e727c29a14b25b9f82b1f2126
 DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
 DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
 DIST async-io-1.4.0.crate 31483 BLAKE2B 
aebe509772c560efad081a48943245f5aeac9617edf9cd3dcde9eef36599813b0d63bca875d2094e501aa10458a25e02f334204533795a54bf6656c1caf2ddd0
 SHA512 
d89e1aae2b93eb9823d297f44f7f47dda17e42bb2162e19a702f681973419223f5a51bd165710b013cc464d6054c16dee17dac64287efada0130eae823570222
+DIST async-io-1.4.1.crate 31478 BLAKE2B 
241c1b3ee0aefeac562e210b4206016d8bf9e4dcfadab878bd53795884f96a1eb66a02db821b27c5ec410b90628c3e065638625c468c9a4fd696572dfa8d4e4c
 SHA512 
c7381e16814920524e291b1e363fa72245e2dc47f7753cd10bbf505e7e993c50c81f0867d3bd41158f194cc3adf57e95304934b239d585780e6650a819f611f5
 DIST attohttpc-0.17.0.crate 60833 BLAKE2B 
5a19f3d9c5afb27a6b374dff0b8a33e9f970e9b9342367b7b8a0de4ac89b17000f7eef9decad342ff8822a48587b4a837d384ee0f4e94abe3218364b198ad445
 SHA512 
4f74a0bf75b2fe78581c15e6845fb0e6318a9d9d0ca1c2769a8b0097912975af536de16151d09d54161d10a0f3900e709dcbebb4388bcb3af4a80ced2e80363d
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
@@ -19,6 +21,7 @@ DIST block-buffer-0.7.3.crate 7179 BLAKE2B 
549e8532358f9a77fdfbd5ef7a06d60f20f03
 DIST block-padding-0.1.5.crate 7342 BLAKE2B 
876421fa89251d011a455163baa49e0931e0692ed928fad71357fc93b87493eeab4cfcf8fc4aa94638a90a8dce8ec1ad95e9ba91da9557008e5fc19c1f618ab4
 SHA512 
acf5369cdae38b6b1a5c1561a9df18b8a39c8fd434fa50c49a8f73d2654a835269b7b22876354c903514c49c77aa860c68cd84d3c1efcb36bdfa8b01af300a9a
 DIST byte-tools-0.3.1.crate 5526 BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/almost/files/, dev-python/almost/

2021-07-02 Thread Alessandro Barbieri
commit: 849c2e0b32b97fcc4be60725f2ac081d6d03ac10
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jul  2 22:35:44 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jul  2 22:36:12 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=849c2e0b

dev-python/almost: ebuild maintenance

Closes: https://bugs.gentoo.org/800082
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/almost/almost-0.1.5.ebuild  | 23 --
 .../almost/files/almost-0.1.5-setuptools.patch | 11 +++
 2 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/dev-python/almost/almost-0.1.5.ebuild 
b/dev-python/almost/almost-0.1.5.ebuild
index fc2bfd527..09e1e2cc7 100644
--- a/dev-python/almost/almost-0.1.5.ebuild
+++ b/dev-python/almost/almost-0.1.5.ebuild
@@ -1,37 +1,30 @@
-# Copyright 1999-2020 Gentoo Authors
+# 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} pypy3 )
+COMMIT="cc3eeb0abde7ff95a222d571443989c74a112ff7"
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
-COMMIT="cc3eeb0abde7ff95a222d571443989c74a112ff7"
-
 DESCRIPTION="A helper for approximate comparison"
 HOMEPAGE="
https://github.com/sublee/almost
https://pypi.org/project/almost
 "
 SRC_URI="https://github.com/sublee/almost/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
 
 SLOT="0"
 LICENSE="BSD"
 KEYWORDS="~amd64"
-
 IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND=""
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
-S="${WORKDIR}/${PN}-${COMMIT}"
+RESTRICT="!test? ( test )"
+PATCHES=( "${FILESDIR}/${P}-setuptools.patch" )
 
-#no tests in pypi tarball
 distutils_enable_tests setup.py
-
-src_prepare() {
-   sed -i "s|distribute|setuptools|" setup.py || die
-   default
-}

diff --git a/dev-python/almost/files/almost-0.1.5-setuptools.patch 
b/dev-python/almost/files/almost-0.1.5-setuptools.patch
new file mode 100644
index 0..fc87ec01f
--- /dev/null
+++ b/dev-python/almost/files/almost-0.1.5-setuptools.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
 b/setup.py
+@@ -82,7 +82,7 @@
+  'Programming Language :: Python :: Implementation :: Jython',
+  'Programming Language :: Python :: Implementation :: PyPy',
+  'Topic :: Software Development :: Testing'],
+-install_requires=['distribute'],
++install_requires=['setuptools'],
+ test_suite='almosttests',
+ tests_require=['pytest'],
+ )



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

2021-07-02 Thread Michał Górny
commit: 0d6d2f826cc26dfcf329ff1499abc9bb0169caa1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:14:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 22:26:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6d2f82

dev-python/nuitka: Bump to 0.6.16.2

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

 dev-python/nuitka/Manifest   |  1 +
 dev-python/nuitka/nuitka-0.6.16.2.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index 8a28ba5afba..c70cdf42c45 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -2,4 +2,5 @@ DIST Nuitka-0.6.11.tar.gz 2582563 BLAKE2B 
e65c3a01f3283b24aadefc47a17a41ebae1162
 DIST Nuitka-0.6.15.1.tar.gz 2712603 BLAKE2B 
8e639b19975410143d1b91b4fb4f71c65bd1d9382c07d2f1f431c16b687954cec62c2e4dbe9bb1c6f6981dda1948a87040b2e300919dbe72c7d6bfd0772b73c2
 SHA512 
70bdb55ff4b57f06f67e3026c6a1fbeaa729e85f0a7e698ba0ab40c4acaebd31925327dd0f5fbf8187779421968bf29f9b0fbc2995193468411b40a1d30889e2
 DIST Nuitka-0.6.15.3.tar.gz 2713332 BLAKE2B 
e8d61221839bb961cda14575aa1de5979510113a09b7e8df47aefbf8985b09f554b32210db9b91ca5f02593a11d7537adcdf0fd67d397b022623534bb25368c3
 SHA512 
960f2ef33aa2c4dcb6a86ed15b8d8fc8ca1c5f26a0dc98a925e8c0669599912f25d10e20f547d51d57c0a63a18e2f07fa45141666b740b3d8804014db5b89bb6
 DIST Nuitka-0.6.15.tar.gz 2712097 BLAKE2B 
78c43be4a2ef5678d7a0d6164d7cba2b3a67a738215915b001cdb3774e209fcecc167c52db4c3b22d87dde9169e48077875d09f8601df7c8b079e3d57b21aea6
 SHA512 
9a41e9b8fb3f51ec16dccd5415b3b7d7d201230fea6aff902931be1764ba65e1d5e4885cd772b4c1cb9f36b1b14a02a73351bc5c1b8e7f7bbb87e5d74aad16b4
+DIST Nuitka-0.6.16.2.tar.gz 2964589 BLAKE2B 
b8dd49b889ab0921b6bcf25528286c72591d12e470074482be2f2919394d7c7281d15f83fe1283731a45731a6164a72fb19afc5f55c7c7ef913487cadc6af105
 SHA512 
58fbd015cf14f947900ccb39a82a24ba8b2da6b65f41caa6bdaff89fe8b5b00977b2f0f3e2b9c2809db97539ecb59f2835ebc30eccd726d42b3fbb49cd90ca8c
 DIST Nuitka-0.6.16.tar.gz 2891639 BLAKE2B 
4d8b9c29115e333b7a876eed664c0ec7b2a9b25b00d35bfb163834579b28d6b1250b015eacced01e2c27cd9841fcc5d2a3b10c626a5c7fc098914e675e3732a6
 SHA512 
908ddbab62a085a478f09c18215fd9b457aa7fe926e5809cd2587066530f59141b431346e4af6593e4bb0281d39103919c46435c158af6f2ba7c354c3834

diff --git a/dev-python/nuitka/nuitka-0.6.16.2.ebuild 
b/dev-python/nuitka/nuitka-0.6.16.2.ebuild
new file mode 100644
index 000..8810e82b4d1
--- /dev/null
+++ b/dev-python/nuitka/nuitka-0.6.16.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1 flag-o-matic optfeature
+
+DESCRIPTION="Python to native compiler"
+HOMEPAGE="https://www.nuitka.net;
+SRC_URI="https://nuitka.net/releases/${P^}.tar.gz;
+S="${WORKDIR}/${P^}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-util/scons[${PYTHON_USEDEP}]"
+BDEPEND="
+   ${RDEPEND}
+   test? ( dev-util/ccache )
+"
+
+DOCS=( Changelog.pdf Developer_Manual.pdf README.pdf )
+
+distutils-r1_src_prepare() {
+   # remove vendored version of SCons that is Python2 only
+   # this should be removed when upstream removes support for Python2
+   rm -vR "${S}/${PN}/build/inline_copy/lib/scons-2.3.2/SCons"  || die
+   eapply_user
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_optimize
+   doman doc/nuitka.1 doc/nuitka3.1 doc/nuitka3-run.1 doc/nuitka-run.1
+}
+
+python_test() {
+   append-ldflags -Wl,--no-warn-search-mismatch
+   ./tests/basics/run_all.py search || die
+}
+
+pkg_postinst() {
+   optfeature "support for stand-alone executables" app-admin/chrpath
+}



[gentoo-commits] proj/pax-utils:master commit in: /

2021-07-02 Thread Sergei Trofimovich
commit: 703bd1f0d4e142f76b5dfb8827ce2b652ece7d5a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul  2 22:03:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul  2 22:03:53 2021 +
URL:https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=703bd1f0

BUGS: drop slyfox@ from contacts

Signed-off-by: Sergei Trofimovich  gentoo.org>

 BUGS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/BUGS b/BUGS
index 29bf5ce..4ae0846 100644
--- a/BUGS
+++ b/BUGS
@@ -14,6 +14,5 @@ REPORTING BUGS
 --
 
 e-mail us:
-sly...@gentoo.org
 vap...@gentoo.org
 toolch...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/files/, dev-util/valgrind/

2021-07-02 Thread Matt Turner
commit: 0a4c5e8d86b6cef5b24b5a0cdea494f9857531a0
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul  2 20:22:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul  2 22:01:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4c5e8d

dev-util/valgrind: Add patch to support linking with LLD

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

 dev-util/valgrind/files/valgrind-3.17.0-lld.patch | 77 +++
 dev-util/valgrind/valgrind-3.17.0.ebuild  |  2 +
 2 files changed, 79 insertions(+)

diff --git a/dev-util/valgrind/files/valgrind-3.17.0-lld.patch 
b/dev-util/valgrind/files/valgrind-3.17.0-lld.patch
new file mode 100644
index 000..56a7c0f72f4
--- /dev/null
+++ b/dev-util/valgrind/files/valgrind-3.17.0-lld.patch
@@ -0,0 +1,77 @@
+https://bugs.kde.org/show_bug.cgi?id=439046
+---
+diff --git a/configure.ac b/configure.ac
+index 4582fb5d0..63fd6c25e 100755
+--- a/configure.ac
 b/configure.ac
+@@ -2639,30 +2639,52 @@ CFLAGS=$safe_CFLAGS
+ # will reside. -Ttext aligns just the .text section start (but not any
+ # other section).
+ #
+-# So test for -Ttext-segment which is supported by all bfd ld versions
++# LLVM ld.lld 10.0 changed the semantics of its -Ttext. See "Breaking changes"
++# in https://releases.llvm.org/10.0.0/tools/lld/docs/ReleaseNotes.html
++# The --image-base option (since version 6.0?) provides the semantics needed.
++# -Ttext-segment generates an error, but -Ttext now more closely
++# follows the GNU (bfd) ld's -Ttext.
++#
++# So test first for --image-base support, and if that fails then
++# for -Ttext-segment which is supported by all bfd ld versions
+ # and use that if it exists. If it doesn't exist it must be an older
+ # version of gold and we can fall back to using -Ttext which has the
+ # right semantics.
+ 
+-AC_MSG_CHECKING([if the linker accepts -Wl,-Ttext-segment])
+-
+ safe_CFLAGS=$CFLAGS
+-CFLAGS="-static -nodefaultlibs -nostartfiles 
-Wl,-Ttext-segment=$valt_load_address_pri_norml -Werror"
++AC_MSG_CHECKING([if the linker accepts -Wl,--image-base])
++
++CFLAGS="-static -nodefaultlibs -nostartfiles 
-Wl,--image-base=$valt_load_address_pri_norml -Werror"
+ 
+ AC_LINK_IFELSE(
+ [AC_LANG_SOURCE([int _start () { return 0; }])],
+ [
+   linker_using_t_text="no"
+-  AC_SUBST([FLAG_T_TEXT], ["-Ttext-segment"])
++  AC_SUBST([FLAG_T_TEXT], ["--image-base"])
+   AC_MSG_RESULT([yes])
+ ], [
+-  linker_using_t_text="yes"
+-  AC_SUBST([FLAG_T_TEXT], ["-Ttext"])
+   AC_MSG_RESULT([no])
++
++  AC_MSG_CHECKING([if the linker accepts -Wl,-Ttext-segment])
++
++  CFLAGS="-static -nodefaultlibs -nostartfiles 
-Wl,-Ttext-segment=$valt_load_address_pri_norml -Werror"
++
++  AC_LINK_IFELSE(
++  [AC_LANG_SOURCE([int _start () { return 0; }])],
++  [
++linker_using_t_text="no"
++AC_SUBST([FLAG_T_TEXT], ["-Ttext-segment"])
++AC_MSG_RESULT([yes])
++  ], [
++linker_using_t_text="yes"
++AC_SUBST([FLAG_T_TEXT], ["-Ttext"])
++AC_MSG_RESULT([no])
++  ])
+ ])
++
+ CFLAGS=$safe_CFLAGS
+ 
+-# If the linker only supports -Ttext (not -Ttext-segment) then we will
++# If the linker only supports -Ttext (not -Ttext-segment or --image-base) 
then we will
+ # have to strip any build-id ELF NOTEs from the statically linked tools.
+ # Otherwise the build-id NOTE might end up at the default load address.
+ # (Pedantically if the linker is gold then -Ttext is fine, but newer
+@@ -2688,7 +2710,7 @@ AC_LINK_IFELSE(
+   AC_MSG_RESULT([no])
+ ])
+ else
+-AC_MSG_NOTICE([ld -Ttext-segment used, no need to strip build-id NOTEs.])
++AC_MSG_NOTICE([ld --image-base or -Ttext-segment used, no need to strip 
build-id NOTEs.])
+ AC_SUBST([FLAG_NO_BUILD_ID], [""])
+ fi
+ CFLAGS=$safe_CFLAGS
+-- 

diff --git a/dev-util/valgrind/valgrind-3.17.0.ebuild 
b/dev-util/valgrind/valgrind-3.17.0.ebuild
index 890f4104452..148f504a570 100644
--- a/dev-util/valgrind/valgrind-3.17.0.ebuild
+++ b/dev-util/valgrind/valgrind-3.17.0.ebuild
@@ -33,6 +33,8 @@ src_prepare() {
 
eapply 
"${FILESDIR}"/${PN}-3.15.0-Build-ldst_multiple-test-with-fno-pie.patch
 
+   eapply "${FILESDIR}"/${PN}-3.17.0-lld.patch
+
if [[ ${CHOST} == *-solaris* ]] ; then
# upstream doesn't support this, but we don't build with
# Sun/Oracle ld, we have a GNU toolchain, so get some things



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

2021-07-02 Thread Matt Turner
commit: e9a8ac2c6d9c2e90c28f41fae96c6d3affc6e2c3
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul  2 21:51:12 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul  2 22:01:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a8ac2c

media-libs/mesa: Drop old versions

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

 media-libs/mesa/Manifest   |   3 -
 media-libs/mesa/mesa-21.1.1.ebuild | 553 -
 media-libs/mesa/mesa-21.1.2.ebuild | 553 -
 media-libs/mesa/mesa-21.1.3.ebuild | 553 -
 4 files changed, 1662 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 7babd9d375d..e99a53077b0 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,6 +1,3 @@
 DIST mesa-20.3.5.tar.xz 14367412 BLAKE2B 
7bad876ce702158e727a752eda6722e7165b497fd3a485dae4e989f22b13288a93f51bcd5e6a69b979f0bbe41599fa237c08f3bbb81cb9c6dc4c06827f8ad5f4
 SHA512 
481e710ed80d8f215a8d541cfe51b960862c2403c2b9e7e6932c8236b8decb5d478871d6c73559d6d795ada143803764f3a93b2329588c80f62e2e5ec98c78a9
 DIST mesa-21.0.3.tar.xz 14710004 BLAKE2B 
f2165da4487824931d8ff90e4f13624546a297b0d3577d69b7cfd6078a965282b4a732cb720cbb08ea83a3a987603cfe67876fb18022fa444b011fcc9b7df352
 SHA512 
4a8aee48a8ea7f32e8aa3bbbd91db26c6053b9a43e62ff88256929e6bc147884f0fef988726b5a3d59d7008663f017c746a0352fd3fcc1c476b8190af4a2531f
-DIST mesa-21.1.1.tar.xz 15169732 BLAKE2B 
b2c2f2fa14ebf78baeb64ca976dde2920a594bcea02b3a17820135afc169c8489f37a2869b140d637b11b618c96e37834c255ca7a92d17f70003a11e8fffd401
 SHA512 
79d0e2b0e1e590e7f36a082df3584010a553af0b3060bd2d3a7ace700ac7a8d1b7734ba67f2e193dd441434eeec74a16e0dbcbf8c15061b5dd5d6a1feca73d62
-DIST mesa-21.1.2.tar.xz 15199892 BLAKE2B 
1e1d9e0bee2eec95a38379047c050ba7e4a9ada47bb8d4f1d3faf355ec6f71ad8e792cfaf72234a3c86f254c33618883f772c0f3f7f7f97085a8c7b5a1ad90d0
 SHA512 
a7907fa29fdb4e137015ee5405b9c8c0769ef9354bbe963c1af80318b398c05c79db6129b583106d620c42a5e9b625611b648fd5207334eb9b588d7963defc70
-DIST mesa-21.1.3.tar.xz 15230376 BLAKE2B 
49098dc462a19ded67329556acdf136f249609dae85e8b898f721c34127df17fe816fea90e23a93ca9f86ab1f06f660e787cdb2b01b9caa2cd694c04ee1e2027
 SHA512 
8ca6d5516035484ea2a63bc6338794003ef167239ab0c220f8d3693f97f9725b46fc9d9a704c4ba11b83197d4b8e5f658d65ef0cce1e0957f5e58bd13726b9e0
 DIST mesa-21.1.4.tar.xz 15254812 BLAKE2B 
7ec6177ad4fb6f053553b634c9ff03c5d618d0212fd77c2fda8803197bef529c74ccf3c3ae75a810ba1d57862f08405c6df702e41f6cb0fd202833ce7b9efef0
 SHA512 
1f4e2d8ba2c3c02bad5468687752d7e87d6e79c4a0e6ec4b2741a57fb270d18ae4712aaa07a9e09a2d3348540f5a26cdbe05464cd52adb8df1e2e28a581b2b53

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

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

2021-07-02 Thread Matt Turner
commit: 98ed4426d2357adf02a7655325f5ebd2d2618007
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul  2 21:51:56 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul  2 22:01:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ed4426

media-libs/mesa: Drop unused OPENGL_DIR assignment

Unused since the transition away from eselect opengl.

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

 media-libs/mesa/mesa-.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index dd671cef87a..caf150f61b6 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -7,8 +7,6 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit llvm meson-multilib python-any-r1 linux-info
 
-OPENGL_DIR="xorg-x11"
-
 MY_P="${P/_/-}"
 
 DESCRIPTION="OpenGL-like graphic library for Linux"



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

2021-07-02 Thread Sergei Trofimovich
commit: 2b3b29c1ca17c5980f7e0828f250b7b8c714b08c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul  2 21:54:48 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul  2 21:55:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3b29c1

profiles/package.mask: mask x11-plugins/purple-mattermost for removal

Bug: https://bugs.gentoo.org/800097
Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/package.mask | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index cba63cac16a..ef7be0a9641 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,7 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
-# Sergei Trofimovich  (2021-05-16)
+# Sergei Trofimovich  (2021-07-02)
+# Outdated, not really maintained. Grab it if you like.
+# Masked for removal in 30 days. bug #800097.
+x11-plugins/purple-mattermost
+
+# Sergei Trofimovich  (2021-07-02)
 # Masked for removal in 30 days.
 media-sound/xmms2-scrobbler
 



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

2021-07-02 Thread Mart Raudsepp
commit: d56ffa96f24c18cc04a9466e4da7f82c34bb77db
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jul  2 21:33:43 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jul  2 21:34:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56ffa96

gnome-base/gconf: Enable py3.10

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

 gnome-base/gconf/gconf-3.2.6-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gconf/gconf-3.2.6-r5.ebuild 
b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
index 9345785514a..54c7cfefd33 100644
--- a/gnome-base/gconf/gconf-3.2.6-r5.ebuild
+++ b/gnome-base/gconf/gconf-3.2.6-r5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 GNOME_ORG_MODULE="GConf"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 
 inherit gnome2 multilib-minimal python-single-r1



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

2021-07-02 Thread Stephan Hartmann
commit: 1043b30434db1d5ba2791cf8a968a45adc1177d1
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Jul  2 21:25:21 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Jul  2 21:25:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1043b304

www-client/opera-beta: remove old

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

 www-client/opera-beta/Manifest |   1 -
 .../opera-beta/opera-beta-77.0.4054.19.ebuild  | 132 -
 2 files changed, 133 deletions(-)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 5f91b7f7e3f..8dec39dba6b 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,3 @@
-DIST opera-beta_77.0.4054.19_amd64.deb 74518136 BLAKE2B 
a4ebfff4eda040eaec1c885825d4e1ca12113daeb2a911ec8c761b0f21d4488a2e3a92617dbbe560952810bd16e427a69e0fe0e07e37e76eaf32541d31f4b7ef
 SHA512 
a4d0541064e845d54e31c89d1bae54ff1ea6460104829c3052a61376718c0472e5318ae25e7f6341e27b15639bd25abef221c53e720f026192ff56798e4f26b2
 DIST opera-beta_77.0.4054.38_amd64.deb 74524540 BLAKE2B 
a62a16d139561fa29d56cece83768815e220e1da8e72b25e09d540c7180f53b4c5d7aed14fe947864b69622816476a89f717689e7fd45f046c4691929996b27f
 SHA512 
110ddc0c6bb6d9cee9f56f363669bc847ea90c2c86257a6e146dc87fa04f8e89ee4316de83d4243699b31724a5214fef4715f11c5c56cba11534ad829533512e
 DIST opera-beta_77.0.4054.91_amd64.deb 80822784 BLAKE2B 
4d13e5e6f978f7cc3094c45e097485c64b7137ce6bc8a58c7a41092ef40dd85c86547750b2aa8e9b90b896bb5c1a2d87f852ce3a7e54e2c6711d82f62adb6b63
 SHA512 
66ac1dafbc4c0ee45b5b1e07efc940e5b8865cab5f5842f386c06de0692ef4bb186c4d306e066d19d54a70b2fffe071f106b2a753a7cc0f28d46f311d01e4f3b
 DIST opera-beta_78.0.4093.34_amd64.deb 77036960 BLAKE2B 
d83d5075a8c8979d258c204725f28004fac3f81cdfb348de707aab0baa118c734b67a201f330be87ea86f4f5065c3d4172b301c2034eedbbfb8e1a6e6fabc54b
 SHA512 
a239612c25aa98e78c8c7970dda4dc59e9b7a0e4d03207a0f279987c93e74edd7b05dedd6cdf82b308ac806b90ff936601a65dedcd5a2b95f4e74005e979d151

diff --git a/www-client/opera-beta/opera-beta-77.0.4054.19.ebuild 
b/www-client/opera-beta/opera-beta-77.0.4054.19.ebuild
deleted file mode 100644
index ac62c3431ac..000
--- a/www-client/opera-beta/opera-beta-77.0.4054.19.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
-   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib pax-utils unpacker xdg
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="https://www.opera.com/;
-LICENSE="OPERA-2018"
-SLOT="0"
-
-SRC_URI_BASE=(
-   "https://download1.operacdn.com/pub/${PN};
-   "https://download2.operacdn.com/pub/${PN};
-   "https://download3.operacdn.com/pub/${PN};
-   "https://download4.operacdn.com/pub/${PN};
-)
-
-if [[ ${PN} == opera ]]; then
-   MY_PN=${PN}-stable
-   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-FFMPEG_VERSION="91.0.4472.19"
-
-SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
-   proprietary-codecs? (
-   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
-   )"
-
-IUSE="+proprietary-codecs suid"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gsettings-desktop-schemas
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   x11-libs/libdrm
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="opt/opera${PN#opera}"
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "opera only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   # move to /opt, bug #573052
-   mkdir -p "${OPERA_HOME%${PN}}"
-   mv "usr/lib/x86_64-linux-gnu/${PN}" "${OPERA_HOME%${PN}}" || die
-   rm -r "usr/lib" || die
-
-   # disable auto update
-   rm "${OPERA_HOME}/${PN%-*}_autoupdate"{,.licenses,.version} || die
-
-   

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

2021-07-02 Thread Stephan Hartmann
commit: 675f076d0ed5e6ca86a43bfa52e03f6fba73dd08
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Jul  2 21:24:28 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Jul  2 21:24:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675f076d

www-client/opera-beta: bump to 78.0.4093.34

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

 www-client/opera-beta/Manifest |   2 +
 .../opera-beta/opera-beta-78.0.4093.34.ebuild  | 133 +
 2 files changed, 135 insertions(+)

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 278be03bc99..5f91b7f7e3f 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,4 +1,6 @@
 DIST opera-beta_77.0.4054.19_amd64.deb 74518136 BLAKE2B 
a4ebfff4eda040eaec1c885825d4e1ca12113daeb2a911ec8c761b0f21d4488a2e3a92617dbbe560952810bd16e427a69e0fe0e07e37e76eaf32541d31f4b7ef
 SHA512 
a4d0541064e845d54e31c89d1bae54ff1ea6460104829c3052a61376718c0472e5318ae25e7f6341e27b15639bd25abef221c53e720f026192ff56798e4f26b2
 DIST opera-beta_77.0.4054.38_amd64.deb 74524540 BLAKE2B 
a62a16d139561fa29d56cece83768815e220e1da8e72b25e09d540c7180f53b4c5d7aed14fe947864b69622816476a89f717689e7fd45f046c4691929996b27f
 SHA512 
110ddc0c6bb6d9cee9f56f363669bc847ea90c2c86257a6e146dc87fa04f8e89ee4316de83d4243699b31724a5214fef4715f11c5c56cba11534ad829533512e
 DIST opera-beta_77.0.4054.91_amd64.deb 80822784 BLAKE2B 
4d13e5e6f978f7cc3094c45e097485c64b7137ce6bc8a58c7a41092ef40dd85c86547750b2aa8e9b90b896bb5c1a2d87f852ce3a7e54e2c6711d82f62adb6b63
 SHA512 
66ac1dafbc4c0ee45b5b1e07efc940e5b8865cab5f5842f386c06de0692ef4bb186c4d306e066d19d54a70b2fffe071f106b2a753a7cc0f28d46f311d01e4f3b
+DIST opera-beta_78.0.4093.34_amd64.deb 77036960 BLAKE2B 
d83d5075a8c8979d258c204725f28004fac3f81cdfb348de707aab0baa118c734b67a201f330be87ea86f4f5065c3d4172b301c2034eedbbfb8e1a6e6fabc54b
 SHA512 
a239612c25aa98e78c8c7970dda4dc59e9b7a0e4d03207a0f279987c93e74edd7b05dedd6cdf82b308ac806b90ff936601a65dedcd5a2b95f4e74005e979d151
 DIST opera-ffmpeg-codecs-91.0.4472.19.tar.xz 1383552 BLAKE2B 
f278bcef8ec013e24bb5293f50cb82be8b9381d181d6e837e8ed0f5b5f7fbdbde4d6e16e30787def46c333f2d6fb7573c7fbdf09697400d9429b3bc154a8da92
 SHA512 
58c419e469f257e5d3a7ec2fb18885a61aa8f4d6a56f8f6922fb4d4cecbfd9267d7cd72a451d1b23ee88bad0bebd83affa0850a1bbf7b2b26dac398752c7e905
+DIST opera-ffmpeg-codecs-92.0.4515.20.tar.xz 1382256 BLAKE2B 
1e00bb4ee655573ac7b6c2f04ae2ae9a073f839ff6deeba3e3c4c2c58a10b1152068f0549fb3c6de758628317ad7c568cf5d3031294208800b470e3ed00c938b
 SHA512 
6aeec66a9fcea1fcf5ecfd23b56589598f5e612e788b4e417037250470b83f91e461e3b0c20caf7853677d314053ca9d489983736708f15d21a82d68d2cdd5c2

diff --git a/www-client/opera-beta/opera-beta-78.0.4093.34.ebuild 
b/www-client/opera-beta/opera-beta-78.0.4093.34.ebuild
new file mode 100644
index 000..5f5790fcf46
--- /dev/null
+++ b/www-client/opera-beta/opera-beta-78.0.4093.34.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB en-US es-419 es fil fi fr-CA fr hi hr hu 
id
+   it ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk 
vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib pax-utils unpacker xdg
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="https://www.opera.com/;
+LICENSE="OPERA-2018"
+SLOT="0"
+
+SRC_URI_BASE=(
+   "https://download1.operacdn.com/pub/${PN};
+   "https://download2.operacdn.com/pub/${PN};
+   "https://download3.operacdn.com/pub/${PN};
+   "https://download4.operacdn.com/pub/${PN};
+)
+
+if [[ ${PN} == opera ]]; then
+   MY_PN=${PN}-stable
+   SRC_URI_BASE=( "${SRC_URI_BASE[@]/%//desktop}" )
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+FFMPEG_VERSION="92.0.4515.20"
+
+SRC_URI="${SRC_URI_BASE[@]/%//${PV}/linux/${MY_PN}_${PV}_amd64.deb}
+   proprietary-codecs? (
+   
https://dev.gentoo.org/~sultan/distfiles/www-client/opera/opera-ffmpeg-codecs-${FFMPEG_VERSION}.tar.xz
+   )"
+
+IUSE="+proprietary-codecs suid"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gsettings-desktop-schemas
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   

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

2021-07-02 Thread Matt Turner
commit: 3a73dccbaae743350c9c19fd57ee2ef2c0ccc3d8
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul  2 21:19:39 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul  2 21:20:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a73dccb

media-libs/mesa: Version bump to 21.1.4

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

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-21.1.4.ebuild | 553 +
 2 files changed, 554 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 3c0979eac91..7babd9d375d 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -3,3 +3,4 @@ DIST mesa-21.0.3.tar.xz 14710004 BLAKE2B 
f2165da4487824931d8ff90e4f13624546a297b
 DIST mesa-21.1.1.tar.xz 15169732 BLAKE2B 
b2c2f2fa14ebf78baeb64ca976dde2920a594bcea02b3a17820135afc169c8489f37a2869b140d637b11b618c96e37834c255ca7a92d17f70003a11e8fffd401
 SHA512 
79d0e2b0e1e590e7f36a082df3584010a553af0b3060bd2d3a7ace700ac7a8d1b7734ba67f2e193dd441434eeec74a16e0dbcbf8c15061b5dd5d6a1feca73d62
 DIST mesa-21.1.2.tar.xz 15199892 BLAKE2B 
1e1d9e0bee2eec95a38379047c050ba7e4a9ada47bb8d4f1d3faf355ec6f71ad8e792cfaf72234a3c86f254c33618883f772c0f3f7f7f97085a8c7b5a1ad90d0
 SHA512 
a7907fa29fdb4e137015ee5405b9c8c0769ef9354bbe963c1af80318b398c05c79db6129b583106d620c42a5e9b625611b648fd5207334eb9b588d7963defc70
 DIST mesa-21.1.3.tar.xz 15230376 BLAKE2B 
49098dc462a19ded67329556acdf136f249609dae85e8b898f721c34127df17fe816fea90e23a93ca9f86ab1f06f660e787cdb2b01b9caa2cd694c04ee1e2027
 SHA512 
8ca6d5516035484ea2a63bc6338794003ef167239ab0c220f8d3693f97f9725b46fc9d9a704c4ba11b83197d4b8e5f658d65ef0cce1e0957f5e58bd13726b9e0
+DIST mesa-21.1.4.tar.xz 15254812 BLAKE2B 
7ec6177ad4fb6f053553b634c9ff03c5d618d0212fd77c2fda8803197bef529c74ccf3c3ae75a810ba1d57862f08405c6df702e41f6cb0fd202833ce7b9efef0
 SHA512 
1f4e2d8ba2c3c02bad5468687752d7e87d6e79c4a0e6ec4b2741a57fb270d18ae4712aaa07a9e09a2d3348540f5a26cdbe05464cd52adb8df1e2e28a581b2b53

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

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

2021-07-02 Thread Stephan Hartmann
commit: c653c8696ef5065280a2430752e7d6aba08db846
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Jul  2 21:14:04 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Jul  2 21:14:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c653c869

www-client/chromium: beta channel bump to 92.0.4515.80

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

 www-client/chromium/Manifest| 2 +-
 .../{chromium-92.0.4515.70.ebuild => chromium-92.0.4515.80.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 2181cb41def..40bd0dc6b52 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -3,7 +3,7 @@ DIST chromium-91-ppc64le-6.tar.xz 28968 BLAKE2B 
5153be672aec91899d9eabe3ddf4c3d0
 DIST chromium-91.0.4472.106.tar.xz 950214296 BLAKE2B 
1c68c3d6ccb593b4516482ba8f18f3bf769fe90ca423692f8e8d9fabd36fa8cda7a66f870fc30478ea4e1f9bd147bb6cadb77df4d9e0ef846c30e653b15dcc98
 SHA512 
142507bbf5fcc47d7eeb5f890ed70eae403271a7f537903545ad09ac26501aae914f327c3287d5588ed4ab601012584f6204cca6896ed2705326b090df2fe00c
 DIST chromium-91.0.4472.114.tar.xz 950268264 BLAKE2B 
e811ec3550434a5f5dcff3f5a0c07d2a951b0479ae8ef7de0dc82c60d63bb19a04ed065b2f8f12b0ba4786244fd0fdba9a38e1f0ae076a9be2fc50bc293453b5
 SHA512 
7a04d966e8c8b75b5fe063730cbc4734cc9a5a38a50a573193243301930719cef26e2b741f2f893350bb717261302e5d00b0b3264a3fdb8f80a5460223eac5de
 DIST chromium-92-patchset-7.tar.xz 4004 BLAKE2B 
8587663a072eb08abacbc2e54924855f29efefdbec46acf5cb8b0cc40b816b96ba7694c4ab1abe997572a6dbecf94ea27f368a7337263adfff44f2b4b042d862
 SHA512 
65c8267ab0921719c71d4b03a4315bbb1ceec35ce4794de9dcc6099b2c349baf4782b67316ebb8c9db233630b7fc89fa0baf719f9f0f41eb39972cdeb437e612
-DIST chromium-92.0.4515.70.tar.xz 957673320 BLAKE2B 
ecd7076eb8b1c755d0d4a79ba397800fb62ed26e14283ad9f45707905b700d379b07d197ec319c02c048f9dcd07f23d3183edc2cf2741d5cdd3968598ab00122
 SHA512 
5a5d10673442808b49fecd8b0d9a124390c1e9d8ec3c27a828d93ccc20b9f27ef50c54043bebf806c9e15c7d18a7c300dcac96b1ec34aa713c7d7d061af50016
+DIST chromium-92.0.4515.80.tar.xz 957805500 BLAKE2B 
9c622d45fd62b58ff1c8f3cb8745502747e3a6ee8f453a35927212f2ff71cfeb216cc7fc1e78010e4f5178b18062ddc36aa74c1dcb3daf32ba8ef08285fb196f
 SHA512 
04ba2c24c987e9885674e7efd2a2b9415673424f1f3a18e1d79afb2683d984927b15067003040e8fb92ff8be31cda042aac052e9369a1a3709d6b11bf9d1df7a
 DIST chromium-93-patchset-5.tar.xz 4404 BLAKE2B 
f347a66c5767bb03dd6a0feda433f51f5110e0429c6f55494000bd1a61a4f3b6a218e7f12ce91a02adae94ee0a85d0aceb12aef5a0537e9362f23817edb662c0
 SHA512 
39d3bd5ad51e33d5d82a42d5289ab137bdb3280e4d2d647fce86eb59d14a01e9f31531cf82ba9055168c18d1fb96e3013e2d40dc89b30c725c89241d34b7b25d
 DIST chromium-93.0.4557.4.tar.xz 1034639148 BLAKE2B 
d515e5be84f63bd21e757750963188390bc1b888aeb50a1b7767805784e6efce1c89f058fe5bcdf73a8790677a2b76cd3f01cc6df1b245996924ae46e91911d6
 SHA512 
b5b214d639becdfdb4a6bd2ee04c9556ee4eca0e436ed6580c8e6d9e5a37476ae1fa208eef741aa8d8535f30f1e751041aaf02fff57dbd685341d7b5866a81cc
 DIST highway-0.12.1.tar.gz 1480579 BLAKE2B 
2889f96e33ae4411b14dae2229d86b0581f2044f50d6bb829a83417f0d67f0c9a8c03d552d09a985231ea11e88497fa405efcb85d158b5734b477bec5764a1eb
 SHA512 
d14aeffc80739a5993177fb190ac03998d495004e9c54126c0e0b174c28be52a3f3fe581d8a08db67c34bd00045223d1850e7b384a2e7fe37a8150d7908004cb

diff --git a/www-client/chromium/chromium-92.0.4515.70.ebuild 
b/www-client/chromium/chromium-92.0.4515.80.ebuild
similarity index 100%
rename from www-client/chromium/chromium-92.0.4515.70.ebuild
rename to www-client/chromium/chromium-92.0.4515.80.ebuild



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

2021-07-02 Thread Stephan Hartmann
commit: 7a9a22da37201c85af549b4a7aae2da93458092a
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Fri Jul  2 21:05:07 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Fri Jul  2 21:05:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9a22da

www-client/chromium: dev channel bump to 93.0.4557.4

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

 www-client/chromium/Manifest  | 4 ++--
 .../{chromium-93.0.4549.3.ebuild => chromium-93.0.4557.4.ebuild}  | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index e94ddb23faf..2181cb41def 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -4,7 +4,7 @@ DIST chromium-91.0.4472.106.tar.xz 950214296 BLAKE2B 
1c68c3d6ccb593b4516482ba8f1
 DIST chromium-91.0.4472.114.tar.xz 950268264 BLAKE2B 
e811ec3550434a5f5dcff3f5a0c07d2a951b0479ae8ef7de0dc82c60d63bb19a04ed065b2f8f12b0ba4786244fd0fdba9a38e1f0ae076a9be2fc50bc293453b5
 SHA512 
7a04d966e8c8b75b5fe063730cbc4734cc9a5a38a50a573193243301930719cef26e2b741f2f893350bb717261302e5d00b0b3264a3fdb8f80a5460223eac5de
 DIST chromium-92-patchset-7.tar.xz 4004 BLAKE2B 
8587663a072eb08abacbc2e54924855f29efefdbec46acf5cb8b0cc40b816b96ba7694c4ab1abe997572a6dbecf94ea27f368a7337263adfff44f2b4b042d862
 SHA512 
65c8267ab0921719c71d4b03a4315bbb1ceec35ce4794de9dcc6099b2c349baf4782b67316ebb8c9db233630b7fc89fa0baf719f9f0f41eb39972cdeb437e612
 DIST chromium-92.0.4515.70.tar.xz 957673320 BLAKE2B 
ecd7076eb8b1c755d0d4a79ba397800fb62ed26e14283ad9f45707905b700d379b07d197ec319c02c048f9dcd07f23d3183edc2cf2741d5cdd3968598ab00122
 SHA512 
5a5d10673442808b49fecd8b0d9a124390c1e9d8ec3c27a828d93ccc20b9f27ef50c54043bebf806c9e15c7d18a7c300dcac96b1ec34aa713c7d7d061af50016
-DIST chromium-93-patchset-4.tar.xz 4452 BLAKE2B 
a697175dceb03ae19175860c29f93b7f58bb212ba4932822c5c85dd8230a50b0cfefd3968ebb872d0b62fb4371b065fc51192f657c7f0fd5667bb3531344abed
 SHA512 
836cbb1580f3559fc55e110b61120282cd2384da028d244fab5b9bdba475f3162e952bc45b7a827019ca0ebf92127dc0a89ba32c5718bded349c8ba25eecd207
-DIST chromium-93.0.4549.3.tar.xz 989184368 BLAKE2B 
e0b690797ac99587b3a4385e09d4c9fed51fb75321269b239d931f39ca839ec82d474a5bba90f22e558562a5c395c9680c781fef4f35ead9de9e063a7c900357
 SHA512 
5e27d524163bddc168d6344d09bc02aed50cba487e8d8310f421cb9a4f2103f5cf1ed036dc9adf572eb950401e74755eb7561fc51f9ed28ac5f92fda3eb210aa
+DIST chromium-93-patchset-5.tar.xz 4404 BLAKE2B 
f347a66c5767bb03dd6a0feda433f51f5110e0429c6f55494000bd1a61a4f3b6a218e7f12ce91a02adae94ee0a85d0aceb12aef5a0537e9362f23817edb662c0
 SHA512 
39d3bd5ad51e33d5d82a42d5289ab137bdb3280e4d2d647fce86eb59d14a01e9f31531cf82ba9055168c18d1fb96e3013e2d40dc89b30c725c89241d34b7b25d
+DIST chromium-93.0.4557.4.tar.xz 1034639148 BLAKE2B 
d515e5be84f63bd21e757750963188390bc1b888aeb50a1b7767805784e6efce1c89f058fe5bcdf73a8790677a2b76cd3f01cc6df1b245996924ae46e91911d6
 SHA512 
b5b214d639becdfdb4a6bd2ee04c9556ee4eca0e436ed6580c8e6d9e5a37476ae1fa208eef741aa8d8535f30f1e751041aaf02fff57dbd685341d7b5866a81cc
 DIST highway-0.12.1.tar.gz 1480579 BLAKE2B 
2889f96e33ae4411b14dae2229d86b0581f2044f50d6bb829a83417f0d67f0c9a8c03d552d09a985231ea11e88497fa405efcb85d158b5734b477bec5764a1eb
 SHA512 
d14aeffc80739a5993177fb190ac03998d495004e9c54126c0e0b174c28be52a3f3fe581d8a08db67c34bd00045223d1850e7b384a2e7fe37a8150d7908004cb
 DIST setuptools-44.1.0.zip 858569 BLAKE2B 
f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68
 SHA512 
4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf

diff --git a/www-client/chromium/chromium-93.0.4549.3.ebuild 
b/www-client/chromium/chromium-93.0.4557.4.ebuild
similarity index 99%
rename from www-client/chromium/chromium-93.0.4549.3.ebuild
rename to www-client/chromium/chromium-93.0.4557.4.ebuild
index 2895f1aa216..206632b872e 100644
--- a/www-client/chromium/chromium-93.0.4549.3.ebuild
+++ b/www-client/chromium/chromium-93.0.4557.4.ebuild
@@ -13,7 +13,7 @@ inherit check-reqs chromium-2 desktop flag-o-matic multilib 
ninja-utils pax-util
 
 DESCRIPTION="Open-source version of Google Chrome web browser"
 HOMEPAGE="https://chromium.org/;
-PATCHSET="4"
+PATCHSET="5"
 PATCHSET_NAME="chromium-$(ver_cut 1)-patchset-${PATCHSET}"
 
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz

https://github.com/stha09/chromium-patches/releases/download/${PATCHSET_NAME}/${PATCHSET_NAME}.tar.xz
@@ -234,7 +234,6 @@ src_prepare() {
"${WORKDIR}/patches"
"${FILESDIR}/chromium-92-EnumTable-crash.patch"
"${FILESDIR}/chromium-93-InkDropHost-crash.patch"
-   "${FILESDIR}/chromium-93-system-ffmpeg.patch"

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

2021-07-02 Thread Michał Górny
commit: 4c4f55bab3c5857e771b7894ba35bc18a0017d42
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:11:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4f55ba

dev-python/hypothesis: Bump to 6.14.1

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.14.1.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 58e966f3312..25778e7dfb3 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,3 +1,4 @@
 DIST hypothesis-python-6.10.1.tar.gz 9126246 BLAKE2B 
cc8cb3436d1de5d3d65a13cb5edefdbaae8bf9daed296eea9111ac46c002c34f43119f10b2ab1f45c5cbca5fe46d00738676290eb0e8437f2c10b5926d9e0915
 SHA512 
586b7f380cb850089f7d5321f11da92ef4a9b80e2ea925103e29c1f6c6c9da0a2a899a1a45ce77e0a40073f147561bc4fcbd5cb2ce77a9c0c65f6f64dfe4b716
 DIST hypothesis-python-6.13.14.tar.gz 9134690 BLAKE2B 
821fa0baa47dd896fc5ec61d0a96fec3da225dbc35306e6cf684641262c9ff0b714ca95aff69daca4bda551033a67d90b411f0cc2abff8edd41e5d749939344f
 SHA512 
74397fd77e6e70df918e0fa605180e2bfd509fb26ef8b4a86020524611a315950073c3babd65bb2d2ff65d39e027bc52da88c0125f422cc2493076398e733853
 DIST hypothesis-python-6.14.0.tar.gz 9135056 BLAKE2B 
47d1efcee5e1c4037f1a20f08e3bc873fc143a2182bbde07e897812622c4d68923f78ac356bd97ef541566a27a874705eb2438747daaebe84f95fc2a2262bac1
 SHA512 
f7821449d3bf7f3656b52dad09027e40ea4af1779fcc7c0b995dac55843953fdab3f2ba69eb1b8de8258616f49cf8e5098c6a222d01071916c6f0c9fe184c80b
+DIST hypothesis-python-6.14.1.tar.gz 9135154 BLAKE2B 
0fa62cf4b512acf433a94edd14b2bc4c2c86cdbcc95e4a2760a1914e85f1149d9a5db6b2c4954d2db109d3bff877ca0e5e8ec6842ff5b3c794a211ea9b57
 SHA512 
b84776e2bfff130c4db7582defbe9bc55183d624b45defffebdc954ca8e1dda1dec78f921e1bc7839a1167c37bce693711cd500da547dc6f2a8fa610c0bd3540

diff --git a/dev-python/hypothesis/hypothesis-6.14.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.14.1.ebuild
new file mode 100644
index 000..536affb7ae1
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.14.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="https://github.com/HypothesisWorks/hypothesis 
https://pypi.org/project/hypothesis/;
+SRC_URI="https://github.com/HypothesisWorks/${PN}/archive/${PN}-python-${PV}.tar.gz;
+S="${WORKDIR}/${PN}-${PN}-python-${PV}/${PN}-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' python3_{7..9})
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   !!dev-python/pytest-describe
+   !!

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

2021-07-02 Thread Michał Górny
commit: 8b2d5d68c1756c8bd02900a69177912e3b668b2b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:07:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2d5d68

dev-python/Faker: Bump to 8.9.1

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

 dev-python/Faker/Faker-8.9.1.ebuild | 28 
 dev-python/Faker/Manifest   |  1 +
 2 files changed, 29 insertions(+)

diff --git a/dev-python/Faker/Faker-8.9.1.ebuild 
b/dev-python/Faker/Faker-8.9.1.ebuild
new file mode 100644
index 000..ada44c6701c
--- /dev/null
+++ b/dev-python/Faker/Faker-8.9.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="A Python package that generates fake data for you"
+HOMEPAGE="https://github.com/joke2k/faker;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]
+   !dev-ruby/faker"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},tiff]
+   dev-python/random2[${PYTHON_USEDEP}]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index bc437b772f6..7b493ce8afd 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -1,2 +1,3 @@
 DIST Faker-8.8.2.tar.gz 1148529 BLAKE2B 
279984479ad4f790dc7acd74b5ccd1cf5f32689b8b1ccf2152d7dfaa6fc7b4699d9827c16f83bb86e298723b6906a5cc40c2fa7f75439b5af5fc78c1af99a3f6
 SHA512 
4273008bf9ab693a40da2f93ff1fe40e9e7b102a2d5439f09096b6754b82dc26310666da65723b363f628365c97d44dd290e1e7065b7a9d862130baa292325b7
 DIST Faker-8.9.0.tar.gz 1148829 BLAKE2B 
b24a7fa87886cb38850808de2ffe1ceafab3c548c694af30d53b1f415d329264fe7e53f33f46b913d16310dd83d95fe591689a308bb7d4c653254e39defaa24b
 SHA512 
d2e26ae140c30ae8069f8e0fd75bb9bf54aa00a7271b327e37dd248520256e137d192082071bc36a584fc864c54c050107ddecb40624288636c6b41caf1ea574
+DIST Faker-8.9.1.tar.gz 1148890 BLAKE2B 
2cab6461bf6067d9dfd8872c19c8c11fa25ffef82b61b7e7676ffc187346d228703424a73278678f19263423716c74ecd47cfc1c17bf54d38bba712e456650b8
 SHA512 
f7016b320c7394b0eccc06e833a80e227cdbad9c0f34eb9f8f4413f56a4743f58bbd7ec5eac3b8c0642e7764c6c5986707d493f0c84daa75575a12061631c9c5



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

2021-07-02 Thread Michał Górny
commit: 20ee457bdfc0f2d14a03e0c7ee272a1480f79009
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:15:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ee457b

dev-python/python-xlib: Bump to 0.31

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

 dev-python/python-xlib/Manifest|  1 +
 dev-python/python-xlib/python-xlib-0.31.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
index 223f83a2653..59b8a6f2b50 100644
--- a/dev-python/python-xlib/Manifest
+++ b/dev-python/python-xlib/Manifest
@@ -1 +1,2 @@
 DIST python-xlib-0.30.tar.bz2 211256 BLAKE2B 
979a004f6ff6ac933baa41623b346c8d1fa9944bc771308e3dd527de7ae6aebb8df0c5d269f21e7aca590ad7d3981d0deeb592981b0672c54b30ce286e650236
 SHA512 
52ee01cce73f024d6fdc995cff38ba9ff283aced12186a754c1760228f89209c1d6fc9d4fe0e371a4a43743f8fdfdef6ea32ea3feda5a85055897aaf887d
+DIST python-xlib-0.31.tar.bz2 211425 BLAKE2B 
c0a15b11c264942479c86088d8d5bdc0c759ae71df8939feee200ff58ec30d3b2c0a99a119cc56e5c32279b26517e7925cf9124a367dc7d32fcaf0be4f7cd41e
 SHA512 
f98978cd0058ae18f08f9da71b4ff31cd7811040ec1eb03ce065c187f312259d674dd76aad447752c8f508e585838948c90182eef5d5240e6c06b0a5dd1fbd33

diff --git a/dev-python/python-xlib/python-xlib-0.31.ebuild 
b/dev-python/python-xlib/python-xlib-0.31.ebuild
new file mode 100644
index 000..3a429851f29
--- /dev/null
+++ b/dev-python/python-xlib/python-xlib-0.31.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1 virtualx
+
+DESCRIPTION="A fully functional X client library for Python, written in Python"
+HOMEPAGE="https://github.com/python-xlib/python-xlib;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   doc? ( sys-apps/texinfo )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests unittest
+
+python_compile_all() {
+   use doc && emake -C doc/info
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_install_all() {
+   use doc && doinfo doc/info/*.info
+   distutils-r1_python_install_all
+}



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

2021-07-02 Thread Michał Górny
commit: 0e80bc48cac3883bd642fdf639aec2c616671248
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:26:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e80bc48

dev-python/configargparse: Bump to 1.5.1

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

 dev-python/configargparse/Manifest |  1 +
 .../configargparse/configargparse-1.5.1.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/configargparse/Manifest 
b/dev-python/configargparse/Manifest
index 034348fd353..0056f4aa6dd 100644
--- a/dev-python/configargparse/Manifest
+++ b/dev-python/configargparse/Manifest
@@ -1,2 +1,3 @@
 DIST ConfigArgParse-1.4.1.gh.tar.gz 30343 BLAKE2B 
8aaed3b0e85b4006c04e7910c6f7ae2c2a07d586ade777eedf078afeea4561a4504614484316afd9d234b2871c0cc45ef47f30254797f9df260373309cf67927
 SHA512 
304d5981c5685188edb22a63966d25a8943e4c443f2aefc323492f141885f50657e9f9200514df65683f1e13e64173d4def80cdbebcff941c3ee66ff4af0cbd4
+DIST ConfigArgParse-1.5.1.gh.tar.gz 32245 BLAKE2B 
9df80b4f0b12b3777311193c454dd010ce60dd9ceb702c99c1d8ac56575c615e77039910f3b412a176c9c229b88fa8937b052076d0cde2307ecc07f3337d064a
 SHA512 
2c3854a45d97f0352321d2442a30408248e990dd46e2515cd7e2576efe9a33e03495231f8397ba6e3d79bb04bf11edfe5930b4765d46f29ca66b7bb3d3c1e0c9
 DIST ConfigArgParse-1.5.gh.tar.gz 30375 BLAKE2B 
8a3c0091dc4049e9f84eb6209f7a62cafab0c0357d4d17304520b2855d60cdb68e63607068612bc99b07709f1fde4b0a3f11dbf4e45087968eab901d2b20b79f
 SHA512 
82121fa6e8f734898674220b888dd3670368389a5cbd40e87d9188fa55d4378fdf480cc7dc003a4b9eadc1951fa8fc6141e9c0b079321cfe70c64bebacfb8944

diff --git a/dev-python/configargparse/configargparse-1.5.1.ebuild 
b/dev-python/configargparse/configargparse-1.5.1.ebuild
new file mode 100644
index 000..4dd20030e22
--- /dev/null
+++ b/dev-python/configargparse/configargparse-1.5.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_PN="ConfigArgParse"
+MY_P="${MY_PN}-${PV}"
+DESCRIPTION="Drop-in replacement for argparse supporting config files and env 
variables"
+HOMEPAGE="
+   https://github.com/bw2/ConfigArgParse/
+   https://pypi.org/project/ConfigArgParse/;
+SRC_URI="
+   https://github.com/bw2/ConfigArgParse/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests unittest
+
+src_test() {
+   local -x COLUMNS=80
+   distutils-r1_src_test
+}



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

2021-07-02 Thread Michał Górny
commit: 78c0c297866db81b543e61007597b57bef03780a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:12:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c0c297

dev-python/pytest-rerunfailures: Bump to 10.1

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

 dev-python/pytest-rerunfailures/Manifest   |  1 +
 .../pytest-rerunfailures-10.1.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/pytest-rerunfailures/Manifest 
b/dev-python/pytest-rerunfailures/Manifest
index c80efdcc2a6..932c97610e5 100644
--- a/dev-python/pytest-rerunfailures/Manifest
+++ b/dev-python/pytest-rerunfailures/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-rerunfailures-10.0.tar.gz 12706 BLAKE2B 
fb445acd6324a377258ebcd32255bd725dc78f2209990e5807a0553da259ffc101969b7572799efa5041ae68bcc264ab80581cf9d9943ab81d9b158a15dd71d5
 SHA512 
83270e18cc3f825c0e0184950a149899b99a2b46cfaa6ca1c82b7cf388144265831fc2b8b82ccebb5df57463219cb7e0b41f5beb049feedcba90ae6d48d1e05f
+DIST pytest-rerunfailures-10.1.tar.gz 13644 BLAKE2B 
05b654128cbc94be803d15e038cdfcaa3879dbc43eb57dcf5cc3f5e52d0e4848a38b70048b32eb5afc99bcaec614abe6febfa95e4e8f7c7e07f6dc71dcdc3915
 SHA512 
9aa825c7fb1fb36edb78f1cdfc4a5f705e1688d00be0cd311e5cdf542698a2e03eed15b526235e2a35262000ce24923ea1049f3efa449c9a3723a2a5c1316717
 DIST pytest-rerunfailures-9.1.1.tar.gz 12435 BLAKE2B 
b2118fe9460ebb750c72b05762d70cf53703e4c9982c6343ef02ebcec6630598ac98998ff994268b9108bd6850e71fd5b9cde1d0abb727d33fad238e9b26fa61
 SHA512 
875591306ab010494ccbb865ea6445ab37422fce9105260d9495215af44057210564aca4fed3b4765b5a30c1cbef120de716d15d10a6db91dcb7d9f5b4f3b102

diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.1.ebuild 
b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.1.ebuild
new file mode 100644
index 000..9f3b71d0d77
--- /dev/null
+++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin to re-run tests to eliminate flaky failures"
+HOMEPAGE="https://pypi.org/project/pytest-rerunfailures/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MPL-2.0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+BDEPEND="
+   >=dev-python/pytest-5.0[${PYTHON_USEDEP}]
+   test? ( !!dev-python/flaky )
+"
+
+distutils_enable_tests pytest



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

2021-07-02 Thread Michał Górny
commit: 19810396b03ed71b1b9b3320c9cafa6a8e1b5036
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:10:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19810396

dev-python/pycurl-requests: Add python@ as co-maint.

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

 dev-python/pycurl-requests/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pycurl-requests/metadata.xml 
b/dev-python/pycurl-requests/metadata.xml
index 3fd97649420..18a1acb28b2 100644
--- a/dev-python/pycurl-requests/metadata.xml
+++ b/dev-python/pycurl-requests/metadata.xml
@@ -5,5 +5,9 @@
chutz...@gentoo.org
Patrick McLean

+   
+   pyt...@gentoo.org
+   Python
+   

 



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

2021-07-02 Thread Michał Górny
commit: df5ec00ca7057a9e77085552947c5cb99230f56b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:06:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df5ec00c

app-admin/awscli: Bump to 1.19.105

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

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.19.105.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 64f41b177d7..8ddd3d0246b 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,2 +1,3 @@
 DIST awscli-1.19.104.tar.gz 2024567 BLAKE2B 
82662ffe6a05dd329210ff84962e1ad37ece63a8f964c3c6bb293f53fea3af151bb088150260b3b279730871b7e962f2c580385b21a56a8bc2f86b437fab92d4
 SHA512 
444e533219e23b5151bab29d2d65deb8de9008b883b08ae553dd322b3f4e96d3836fedabc7be0393303ea146a0b8ad8220d4f4de458bca00303dc0798e543840
+DIST awscli-1.19.105.tar.gz 2024530 BLAKE2B 
8d05c41aa76338f30edf8640923250fa3d3954e942243552338837ec163f987c583573269d94a63f47f48fbb0beab4c6265e9197b465563374e4afb45ae20843
 SHA512 
73207ca67d490df705022844e6d025d051a276698204fcf82171e0075f5db2c347de0634cffc48fbd210314d66fd79c61d4129003ddbd6db698adc710fbb2068
 DIST awscli-1.19.97.tar.gz 2020143 BLAKE2B 
2dac6f59a04a958b09e0f8b7d056583015762df78ed1349b55c6301d3189e1100bd8ab98445ded3ccc0ddbf1148ddf0475086704f123b0db1ccfd1cacb6b4680
 SHA512 
4e4e0f34ba02819232427f7571a4b10d22b167788d758c9ac43749607ea7a4c498259fcc5c69fb32d66faffc535a5b3045006168b64506f2b0f9fbbaa804e387

diff --git a/app-admin/awscli/awscli-1.19.105.ebuild 
b/app-admin/awscli/awscli-1.19.105.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.19.105.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2021-07-02 Thread Michał Górny
commit: 715ecac89f1be51a619da14c3c6a674146ee8ea0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:10:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715ecac8

dev-python/pycurl-requests: Bump to 0.2.1

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

 dev-python/pycurl-requests/Manifest|  1 +
 .../pycurl-requests/pycurl-requests-0.2.1.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pycurl-requests/Manifest 
b/dev-python/pycurl-requests/Manifest
index 3da4d1e9024..46483f2bb1d 100644
--- a/dev-python/pycurl-requests/Manifest
+++ b/dev-python/pycurl-requests/Manifest
@@ -1 +1,2 @@
 DIST pycurl-requests-0.2.0.tar.gz 22962 BLAKE2B 
9e28422e910ab88f2f6ace1684cd35a89eccde9eed9d63f48cb2d6f0caa30811016365fbbffc2bdd2dd8b05a3b248142a5822c092c9d40ebaabeed4ef068c659
 SHA512 
3bf091ff47e376a23f9046dbcc5631199da9434911d4140f5d09e5091b81f05c8cd8094528b7ac7d74f7a4b085a6dfd40bec81c66fde020a0680e2237b7af5b2
+DIST pycurl-requests-0.2.1.tar.gz 24133 BLAKE2B 
b5994985621096edb4ea16859fe80e2c83221e32145d2ab0a6cb414084de9966df8ff2fbd7b38250b0ee096fb2c7cf98d4632eca814365bcecc5f9d69462fe6a
 SHA512 
83b1052c8f007282aa5a8763ec44b3434604dd0b0b025d2bad0e45117438afdc6d05c2cf94516bbe993eb65bd1dbfac182954c1ff3a641cdb767e8f22c505574

diff --git a/dev-python/pycurl-requests/pycurl-requests-0.2.1.ebuild 
b/dev-python/pycurl-requests/pycurl-requests-0.2.1.ebuild
new file mode 100644
index 000..f08e2f6638e
--- /dev/null
+++ b/dev-python/pycurl-requests/pycurl-requests-0.2.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Requests-compatible interface for PycURL"
+HOMEPAGE="https://github.com/dcoles/pycurl-requests;
+SRC_URI="https://github.com/dcoles/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/pycurl[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # network-sandbox
+   pycurl_requests/tests/test_requests.py::test_get_connect_timeout
+   
pycurl_requests/tests/test_requests.py::test_get_connect_timeout_urllib3
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-07-02 Thread Michał Górny
commit: 9d6860d60a2470c2ad3a668013517ac8d7ba5c94
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:06:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d6860d6

dev-python/boto3: Bump to 1.17.105

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

 dev-python/boto3/Manifest  |  1 +
 dev-python/boto3/boto3-1.17.105.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index a4fef565351..41e6f15a1d0 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,2 +1,3 @@
 DIST boto3-1.17.104.tar.gz 387800 BLAKE2B 
928824ab0a0c091fec430c5d86b0c5663f2a98042a76311588463f36f48a6bd9641fd25e07b63ad50afcb3ea9bfea0b5f3304e3c2689a2187198aac04549346c
 SHA512 
477033e623476fa1e2e49cdb788f204ac49230088788cbae3f079de4561e7bbe56bb3b170480592a0ce056fcd2ea0cb3f14b4f5091279f46346465853a191829
+DIST boto3-1.17.105.tar.gz 387920 BLAKE2B 
475342a93440418f6fc5682e7c24f386aaac8dc91e670e8c6ab7f949fb8557c97ca0f7e7929128742c3b1091cda2a42e0f1212528f8fb1c7ce1a6dcc3aea18c4
 SHA512 
a044f0a61f8ebea58f7ebbe670b4f0ba94f6c3abe69857340908be780e1cae5f5f3ce892ba16af44df62542883d30b93a9b42830123dd3fb31998ae8c642e1b4
 DIST boto3-1.17.97.tar.gz 383223 BLAKE2B 
1a1b4e9f2c51d830762f27cf3e30038efb88322e300ac304d1cb88d5b7efc6af35ad9810cea7292c9807dcdfedb11ba039ee6d5dbb9162f2a1c6d6936ef75bcc
 SHA512 
e74a59763cc9b8a51fd09121a790d29a7291d9380d4451c2e6af90902f18415a3780eeea7f7d63e052b295792b92c3cdd3b8597f7013241ebbbdb7e418cf73ce

diff --git a/dev-python/boto3/boto3-1.17.105.ebuild 
b/dev-python/boto3/boto3-1.17.105.ebuild
new file mode 100644
index 000..75afb4bcf86
--- /dev/null
+++ b/dev-python/boto3/boto3-1.17.105.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2021-07-02 Thread Michał Górny
commit: e00bb333c35a79211c2bb7f29719c6fc187ee409
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul  2 20:06:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  2 21:01:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00bb333

dev-python/botocore: Bump to 1.20.105

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

 dev-python/botocore/Manifest |  1 +
 dev-python/botocore/botocore-1.20.105.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 1f3afe26583..3795b66e74c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,2 +1,3 @@
 DIST botocore-1.20.104.tar.gz 7883624 BLAKE2B 
4fb4c6abff5a2c3d3e19b11576e723f15a442b2d49e461a2a4c2bd613e26095ceb87f4b7ceb672f338ea04ad918060bed118f7bc4c184c46cce1d6a9f98d4239
 SHA512 
2201d87ce2e1c8979548698d6a46eb03c0a2026360b178fea895ad6a244efad534d9970d3c6343d50639d25b3b8643db6744658fec14e0fa29fd7c4b45c8e0d8
+DIST botocore-1.20.105.tar.gz 7883335 BLAKE2B 
b48347e304ea54b56a37faae8bcbe9c127118b5bfadc713f6914b57f4d819faaadfc25834e49c9523f073f639823db4046bcbd9b5b72ee1df4c2ad198338
 SHA512 
72267620e4ecb7e4e4fa446b8f5c0b42d2e0af372f9e8bcfea123e5d8a6f4638102d57a9eb9f3c6f2358c6c2b36e727552c0b350b07f95a79292fb3c2cf4dd99
 DIST botocore-1.20.97.tar.gz 7846552 BLAKE2B 
da0355cc229ba8a0632f67866bf06b27d7b257184b53670e5dc183c6b5a1f4d3a34145de0a3f04abd2adc08de3f0775e3c7e0dbecae729acb5bc05c7ce9acaf2
 SHA512 
7411d5de8ecf0c42c0142ded036189dcf378cd16f761071beb5bc2a2c240eabb0c4a8c669ce89a5b4e798a0aae92f0e67755627c2a84df77fc2e9557265a4e3b

diff --git a/dev-python/botocore/botocore-1.20.105.ebuild 
b/dev-python/botocore/botocore-1.20.105.ebuild
new file mode 100644
index 000..30e0988848a
--- /dev/null
+++ b/dev-python/botocore/botocore-1.20.105.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2021-07-02 Thread Andreas K. Hüttel
commit: ee889060f05a1b3a9bb180cba9575a9e03737f49
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:42:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee889060

dev-perl/Math-Random-ISAAC-XS: Remove old

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

 .../Math-Random-ISAAC-XS-1.4.0-r1.ebuild   | 25 --
 1 file changed, 25 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r1.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r1.ebuild
deleted file mode 100644
index 4aa432f8236..000
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.004
-inherit perl-module
-
-DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
-
-LICENSE="|| ( public-domain Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/Math-Random-ISAAC"
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-   test? (
-   dev-perl/Test-NoWarnings
-   )"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random-ISAAC-XS/

2021-07-02 Thread Andreas K. Hüttel
commit: e2b5513bc7e1a01dbbc86fb6e1948409bf6b3c20
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:42:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b5513b

dev-perl/Math-Random-ISAAC-XS: Stable for all

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

 dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild 
b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
index 078626b748d..df555c82a4b 100644
--- a/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
+++ b/dev-perl/Math-Random-ISAAC-XS/Math-Random-ISAAC-XS-1.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ DESCRIPTION="C implementation of the ISAAC PRNG algorithm"
 
 LICENSE="public-domain || ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 
@@ -43,11 +43,13 @@ PERL_RM_FILES=(
t/release-pod-syntax.t
t/release-portability.t
 )
+
 src_configure() {
unset LD
[[ -n "${CCLD}" ]] && export LD="${CCLD}"
perl-module_src_configure
 }
+
 src_compile() {
./Build --config "optimize=${CFLAGS}" build || die
 }



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

2021-07-02 Thread Andreas K. Hüttel
commit: 6e3791844168c227a78e3ead587dd295b8032bd0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:38:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e379184

dev-perl/Math-Random: EAPI=8 bump

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

 ...th-Random-0.720.0.ebuild => Math-Random-0.720.0-r1.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild 
b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
similarity index 65%
rename from dev-perl/Math-Random/Math-Random-0.720.0.ebuild
rename to dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
index a17a6eb9740..2d8d6d35f23 100644
--- a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild
+++ b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=GROMMEL
-MODULE_VERSION=0.72
+DIST_AUTHOR=GROMMEL
+DIST_VERSION=0.72
 inherit perl-module
 
 DESCRIPTION="Random Number Generators"
@@ -12,6 +12,3 @@ DESCRIPTION="Random Number Generators"
 LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MaxMind-DB-Reader-XS/

2021-07-02 Thread Andreas K. Hüttel
commit: ffaabaf8a7f5d14086f69ded9e2878bf78848619
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:14:59 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaabaf8

dev-perl/MaxMind-DB-Reader-XS: Drop x86 keyword

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

 dev-perl/MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.0.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.0.8.ebuild 
b/dev-perl/MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.0.8.ebuild
index e9b0d143169..ca84007fc42 100644
--- a/dev-perl/MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.0.8.ebuild
+++ b/dev-perl/MaxMind-DB-Reader-XS/MaxMind-DB-Reader-XS-1.0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Fast XS implementation of MaxMind DB reader"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="



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

2021-07-02 Thread Andreas K. Hüttel
commit: 49963417ef3c3ecb83d3d9c96b2b4fbfcdc15ddd
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:21:18 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49963417

dev-perl/Math-Int128: Also add -arm -ppc

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

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

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



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

2021-07-02 Thread Andreas K. Hüttel
commit: f83d65b3fdb91822df051dbc9942aa2e1d669899
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:37:30 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83d65b3

dev-perl/Math-PlanePath: Version bump 129

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

 dev-perl/Math-PlanePath/Manifest   |  1 +
 .../Math-PlanePath/Math-PlanePath-129.0.0.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Math-PlanePath/Manifest b/dev-perl/Math-PlanePath/Manifest
index 157201a086e..7056c5f27f1 100644
--- a/dev-perl/Math-PlanePath/Manifest
+++ b/dev-perl/Math-PlanePath/Manifest
@@ -1 +1,2 @@
 DIST Math-PlanePath-124.tar.gz 1308595 BLAKE2B 
e46b50ff23e52076024211ca2967e2e1449eb36dc946eb2214c2fefd582b7abc72098ca5049dd66d9af02333c21ac8f2246b931fe96e0e3594aa800f348114e7
 SHA512 
24e347134b64642775a5641b7c17d1ba1e15169504023d3f08463fde21dadb41357edfc1d7d07466160cb3a7cd2542e0b1a52a845132223a9473b73b32e31009
+DIST Math-PlanePath-129.tar.gz 1506859 BLAKE2B 
21300bd5036b35f569f6ece8e331e79abca9ce3d1abb8cccad97e79888e858ceb7659edec70b1df99ce27e3b70f750c71e6644608926cd097964c3cf61291c9d
 SHA512 
c5dc58fc9b4fcd6e82ab936b03acfcc65c980672b956cd4232db3d417aff359ef6e7e51859a2e2d548dcc161b8e01920afd9e5e006bd0f803cef8ddb8f780bee

diff --git a/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild 
b/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild
new file mode 100644
index 000..0e44b738d0a
--- /dev/null
+++ b/dev-perl/Math-PlanePath/Math-PlanePath-129.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=129
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Mathematical paths through the 2-D plane"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gmp"
+
+RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP )
+   dev-perl/Math-Libm
+   dev-perl/Math-NumSeq
+   >=dev-perl/constant-defer-5.0.0
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Math-BigInt"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test
+   dev-perl/Data-Float
+   dev-perl/Math-BigInt-Lite
+   dev-perl/Number-Fraction
+   )
+"



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

2021-07-02 Thread Andreas K. Hüttel
commit: 879e7533465f36edb76158d9d2a28e0210284ff8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:29:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879e7533

dev-perl/Math-NumSeq: Version bump 74

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

 dev-perl/Math-NumSeq/Manifest  |  1 +
 dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
index 0165bdbdd72..f30dd4fd874 100644
--- a/dev-perl/Math-NumSeq/Manifest
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -1 +1,2 @@
 DIST Math-NumSeq-72.tar.gz 828627 BLAKE2B 
20ef40f836ddfe3084c236a7eb9cb618aaa0844edfc4f743d7424cde2df92ab5ed1d919887cc52581baa4f203ab9f3641e8f64dd5e5f700ca8a46b69fad8c0ee
 SHA512 
7ba1c69eced5adeca7cc0d6247885b291d7b96b09d256e652c207ebd034b8ceea477d4016a71f28f4247b8f5ba644dcaacbd9b358144ee06057c30b0bc1f0cbc
+DIST Math-NumSeq-74.tar.gz 839603 BLAKE2B 
6d52670375a529050c768fad08e471025dcaa3f9e641f4c8d448b58cdc58d459d096a76ae4a94ed94b244b6b7d11f71a1fa11f1c0fc6c42be7dfd6210a86422b
 SHA512 
2312b7dd5fcdc3e7be4a5575d999bdeff33eaa0e4742ee188298d0c362256c0f02b32d391f734d58c4f101b6590e3bf21c17eb789066d5cf057f1074195e77b7

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild 
b/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild
new file mode 100644
index 000..0b10c7c2872
--- /dev/null
+++ b/dev-perl/Math-NumSeq/Math-NumSeq-74.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=74
+DIST_EXAMPLES=("examples/other/*")
+inherit perl-module
+
+DESCRIPTION="number sequences (for example from OEIS)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   dev-perl/File-HomeDir
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-Scalar-List-Utils
+   >=dev-perl/Math-Factor-XS-0.400.0
+   dev-perl/Math-Libm
+   >=dev-perl/Math-Prime-XS-0.260.0
+   virtual/perl-Module-Load
+   >=dev-perl/Module-Pluggable-4.700.0
+   dev-perl/Module-Util
+   >=dev-perl/constant-defer-1.0.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Data-Float
+   virtual/perl-Test
+   )
+"



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

2021-07-02 Thread Andreas K. Hüttel
commit: a49b5e0e2025521d3653ea7458f74b98828a15a3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:24:48 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49b5e0e

dev-perl/Math-ModInt: Version bump 0.013

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

 dev-perl/Math-ModInt/Manifest  |  1 +
 dev-perl/Math-ModInt/Math-ModInt-0.13.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/Math-ModInt/Manifest b/dev-perl/Math-ModInt/Manifest
index 138c92309ed..92e6052121f 100644
--- a/dev-perl/Math-ModInt/Manifest
+++ b/dev-perl/Math-ModInt/Manifest
@@ -1 +1,2 @@
 DIST Math-ModInt-0.011.tar.gz 40189 BLAKE2B 
2b49dec27c7f67ab0c5005a850df9105d661aaa07fbb4041f9bb79bca621114edd6d541ef62d907e8fdc71d1879fb3eb522af232519cd0500b9d41fb2c1b6938
 SHA512 
c6a1b90e07dc6a4b620b0db63eaa205dad19ba3c96e8031f93d1c3fca137d5430e3c1e88d3bad9d3f6d64600bee4deb9c13e13fdad410c76f9c10732fd2495e0
+DIST Math-ModInt-0.013.tar.gz 53006 BLAKE2B 
0889bfd9acd6e63b38ac20ef176580c0002db441e045f8298dd5c3b9d76471708f0b2955d137adfd93ba2315ee9d85040e0a1bac01d6a91a58b970842468b49b
 SHA512 
ec69a8f0bcddae3175bf7b3f495697c0b33160db1bf8d71d7828d36065ade6bce2b1ddc135b3d09aaa590e550dc25ed2ae61731efb88a1a9b7582826dabca858

diff --git a/dev-perl/Math-ModInt/Math-ModInt-0.13.0.ebuild 
b/dev-perl/Math-ModInt/Math-ModInt-0.13.0.ebuild
new file mode 100644
index 000..8eab610896d
--- /dev/null
+++ b/dev-perl/Math-ModInt/Math-ModInt-0.13.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MHASCH
+DIST_VERSION=0.013
+
+inherit perl-module
+
+DESCRIPTION="modular integer arithmetic"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="minimal"
+LICENSE="Artistic-2"
+
+PERL_RM_FILES=(
+   "t/90_pod.t"
+   "t/91_pod_cover_cp.t"
+   "t/92_consistency.t"
+   "t/93_examples.t"
+   "t/95_versions.t"
+   "t/99_signature.t"
+)
+
+RDEPEND="
+   virtual/perl-Carp
+   >=virtual/perl-Math-BigInt-1.991.0
+   !minimal? (
+   dev-perl/Math-BigInt-GMP
+   virtual/perl-Math-BigRat
+   )
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+   test? (
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Test
+   virtual/perl-Test-Simple
+   )
+"



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

2021-07-02 Thread Andreas K. Hüttel
commit: 86ec1139e28966163bb3c83ea8f7f8491aa0bdf9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:16:49 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ec1139

dev-perl/Math-Int128: Mark -x86

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

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

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



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

2021-07-02 Thread Andreas K. Hüttel
commit: 1f9c608f193c071cfcb8ac1e597a93b57670ee5e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:40:38 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9c608f

dev-perl/Math-Random-ISAAC: EAPI=8 bump

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

 ...4.0-r1.ebuild => Math-Random-ISAAC-1.4.0-r2.ebuild} | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild 
b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
similarity index 60%
rename from dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild
rename to dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
index 9ab348819af..4e2c5b4f0c8 100644
--- a/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r1.ebuild
+++ b/dev-perl/Math-Random-ISAAC/Math-Random-ISAAC-1.4.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=JAWNSY
-MODULE_VERSION=1.004
+DIST_AUTHOR=JAWNSY
+DIST_VERSION=1.004
 inherit perl-module
 
 DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
@@ -12,14 +12,12 @@ DESCRIPTION="Perl interface to the ISAAC PRNG algorithm"
 LICENSE="|| ( public-domain MIT Artistic Artistic-2 GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-PDEPEND="dev-perl/Math-Random-ISAAC-XS"
+PDEPEND="
+   dev-perl/Math-Random-ISAAC-XS
+"
 RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
dev-perl/Test-NoWarnings
)"
-
-SRC_TEST="do"



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

2021-07-02 Thread Andreas K. Hüttel
commit: 77256157a050038105c62f8b99736ff10007b0a9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 20:15:50 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 20:43:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77256157

dev-perl/Net-Works: Drop x86 keyword

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

 dev-perl/Net-Works/Net-Works-0.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Works/Net-Works-0.220.0.ebuild 
b/dev-perl/Net-Works/Net-Works-0.220.0.ebuild
index 223bad3eab9..6abe496d9e1 100644
--- a/dev-perl/Net-Works/Net-Works-0.220.0.ebuild
+++ b/dev-perl/Net-Works/Net-Works-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Sane APIs for IP addresses and networks"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns/

2021-07-02 Thread Sven Wegener
commit: 2ed366178b2c8f69b8c57591c96f5fecf4f22e9d
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Jul  2 20:18:12 2021 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Jul  2 20:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed36617

net-dns/pdns: Stabilize 4.4.1-r1 on amd64/x86

To get the boost-1.76 patch early to stable.

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

 net-dns/pdns/pdns-4.4.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/pdns/pdns-4.4.1-r1.ebuild 
b/net-dns/pdns/pdns-4.4.1-r1.ebuild
index bb6301e4a13..7c16111f6db 100644
--- a/net-dns/pdns/pdns-4.4.1-r1.ebuild
+++ b/net-dns/pdns/pdns-4.4.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # other possible flags:
 # db2: we lack the dep



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2021-07-02 Thread Sven Wegener
commit: c526e660f1e9708df67cceb57256d61a5ff22748
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Jul  2 20:18:13 2021 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Jul  2 20:18:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c526e660

net-dns/pdns-recursor: Stabilize 4.4.4 on amd64/x86

This version contains a fix for boost-1.76 support.

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

 net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild
index dc546d8cd6c..6233a790ac7 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.4.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="debug dnstap protobuf snmp sodium systemd test"
 REQUIRED_USE="${LUA_REQUIRED_USE}
dnstap? ( protobuf )"



[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/

2021-07-02 Thread Sven Wegener
commit: 124825f3ee4b4c05567701f4b01d3e9319c8e4fa
Author: Sven Wegener  gentoo  org>
AuthorDate: Fri Jul  2 20:18:13 2021 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Fri Jul  2 20:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124825f3

net-dns/pdns-recursor: Version bump to 4.5.4

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

 net-dns/pdns-recursor/Manifest   |  1 +
 net-dns/pdns-recursor/pdns-recursor-4.5.4.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index ba395ca18f5..28cf99b1939 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -2,3 +2,4 @@ DIST pdns-recursor-4.4.3.tar.bz2 1398743 BLAKE2B 
d9429ef22bb2b196e42da91332332b3
 DIST pdns-recursor-4.4.4.tar.bz2 1399645 BLAKE2B 
2ef2a59b9c402ab9d9b59d6b89e85b7103dbd9cdcc6147d08f09b85209cb2e298ff539dcb24895a4711f4e7c55c398d0307f237b22d1bdadaf01ec3925af0e8f
 SHA512 
de8ac38d77a4700cd9dd64aad2ba7d1a97057683ace34f1dc3b2e9680faef5637ce7cedb66ceb0b7701f7ff6ef80cbee653549302805b30f9a6defa3a4e8e830
 DIST pdns-recursor-4.5.1.tar.bz2 1463138 BLAKE2B 
863cddbe4001b32cf457dc489bd39ad7b045f19183b1d13bc31bfd7fa28cc6e7e69755216715e0fd75fd0d724de20f7b89c89017fc42dff35de4e45e9351af75
 SHA512 
0cfbc95e3e84a2ab2cd88ee638b0ff26f5f35b64754086483555df28f045d64b5fdfab3e8c430c0b4e97dc4eda624226c37ec0f50902ffe5f84882d814e8051e
 DIST pdns-recursor-4.5.2.tar.bz2 1464834 BLAKE2B 
88acd7a6edecf8188b366a9fcff0eaf1b71429df8aad4dbcf157be39901b56ee3c9a9d55bf55bb060bcbb59f68b3ff8987788f4186a7122787874f895be1e751
 SHA512 
02a9f725c7528f91eb45409b32ffa06cb7fca1f0151907efcd8b75100942e98f593858543df15423413d69c9fd433bad3c8bad0a84f8144af07c637f22a86d5e
+DIST pdns-recursor-4.5.4.tar.bz2 1466655 BLAKE2B 
35438eb8dc08990058924d4603e1f7fe2f74f8b2c61e96a82d6972a95f7b3cb43188fa10fa2dc70b699611057a21ba9f78eb3840976ce222c82ea32bdc374bb1
 SHA512 
403276ab06519a05154fca47fb7270d0199e770f1049a0503a0a1421f2d6fb7df6e9d5359d48348608d6b784e18ac815dd523051b7312f46ad4b510b608af7ab

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.5.4.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.5.4.ebuild
new file mode 100644
index 000..391869be2ae
--- /dev/null
+++ b/net-dns/pdns-recursor/pdns-recursor-4.5.4.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit flag-o-matic lua-single
+
+DESCRIPTION="The PowerDNS Recursor"
+HOMEPAGE="https://www.powerdns.com/;
+SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug dnstap snmp sodium systemd test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+DEPEND="${LUA_DEPS}
+   dnstap? ( dev-libs/fstrm )
+   systemd? ( sys-apps/systemd:0= )
+   snmp? ( net-analyzer/net-snmp )
+   sodium? ( dev-libs/libsodium:= )
+   dev-libs/openssl:=
+   >=dev-libs/boost-1.35:="
+RDEPEND="${DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: media-libs/game-music-emu/

2021-07-02 Thread Miroslav Šulc
commit: 0ea64d9eabcfcd1b34860061a2c8e2f28f588155
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jul  2 20:11:58 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul  2 20:11:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea64d9e

media-libs/game-music-emu: disabled sanitize in 0.6.3

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

 media-libs/game-music-emu/game-music-emu-0.6.3.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild 
b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
index 68224895631..854b24fdff7 100644
--- a/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
+++ b/media-libs/game-music-emu/game-music-emu-0.6.3.ebuild
@@ -16,3 +16,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DOCS=( changes.txt design.txt gme.txt readme.txt )
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_UBSAN=off # disabled so that if gcc[-sanitize] it does 
not fail to compile
+   )
+   cmake-multilib_src_configure
+}



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

2021-07-02 Thread Miroslav Šulc
commit: bd44afeb1eef29b6c1661c4c35870541fcbe8d1f
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Jul  2 19:57:03 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Jul  2 19:57:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd44afeb

media-sound/fluidsynth: fixed running tests in 2.2.1

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

 media-sound/fluidsynth/fluidsynth-2.2.1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild 
b/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild
index 781c4e52a80..aca45d6ed7a 100644
--- a/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild
+++ b/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild
@@ -94,6 +94,10 @@ install_systemd_files() {
fi
 }
 
+multilib_src_test() {
+   eninja check
+}
+
 src_install() {
cmake-multilib_src_install
 



[gentoo-commits] proj/releng:master commit in: tools/

2021-07-02 Thread Andreas K. Hüttel
commit: fc700b0e620f7f85e3ef928a1f6383e61a32ff88
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 19:44:17 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 19:44:51 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=fc700b0e

x86: Fix tarball path in c-auto conf

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

 tools/catalyst-auto-x86-demeter.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/catalyst-auto-x86-demeter.conf 
b/tools/catalyst-auto-x86-demeter.conf
index 522ccc26..ab0fc7b6 100644
--- a/tools/catalyst-auto-x86-demeter.conf
+++ b/tools/catalyst-auto-x86-demeter.conf
@@ -24,7 +24,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
 
 update_symlinks() {
# Symlink the latest stages3 to build from
-   for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
+   for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
pushd "${d}" >/dev/null || exit
shopt -s extglob
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | 
give_latest_from_dates ) ; do
@@ -47,7 +47,7 @@ update_symlinks() {
 post_build() {
local set=$1 spec=$2
 
-   pushd "${BUILD_SRCDIR_BASE}"/default >/dev/null || exit
+   pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit
UPLOAD_DEST=${BUILD_DESTDIR_BASE}
case ${spec} in
i486/stage3-openrc.spec)



[gentoo-commits] proj/linux-patches:5.10 commit in: /

2021-07-02 Thread Mike Pagano
commit: da09e43808cfff024220fc10065e6744764e576e
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Jul  2 19:37:43 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Jul  2 19:37:43 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=da09e438

Update shiftfs patchset and correct typo in patch name

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

 _README|  2 +-
 ...-20.04.patch => 5000_shiftfs-ubuntu-20.04.patch | 89 +-
 2 files changed, 53 insertions(+), 38 deletions(-)

diff --git a/_README b/_README
index 9ae25ca..58e20cf 100644
--- a/_README
+++ b/_README
@@ -255,7 +255,7 @@ Patch:  4567_distro-Gentoo-Kconfig.patch
 From:   Tom Wijsman 
 Desc:   Add Gentoo Linux support config settings and defaults.
 
-Patch:  5000_shifts-ubuntu-20.04.patch
+Patch:  5000_shiftfs-ubuntu-20.04.patch
 From:   
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal
 Desc:   UID/GID shifting overlay filesystem for containers 
 

diff --git a/5000_shifts-ubuntu-20.04.patch b/5000_shiftfs-ubuntu-20.04.patch
similarity index 97%
rename from 5000_shifts-ubuntu-20.04.patch
rename to 5000_shiftfs-ubuntu-20.04.patch
index 665fc66..9ea7400 100644
--- a/5000_shifts-ubuntu-20.04.patch
+++ b/5000_shiftfs-ubuntu-20.04.patch
@@ -1,6 +1,6 @@
 /dev/null  2021-01-08 13:33:13.190303432 -0500
-+++ b/fs/shiftfs.c 2021-01-08 19:02:40.0 -0500
-@@ -0,0 +1,2157 @@
+--- /dev/null  2021-07-02 07:32:48.742034238 -0400
 b/fs/shiftfs.c 2021-07-02 13:55:18.327684885 -0400
+@@ -0,0 +1,2172 @@
 +#include 
 +#include 
 +#include 
@@ -1427,7 +1427,7 @@
 +  kfree(v1);
 +  kfree(v2);
 +
-+  return ret;
++  return ret ? -EFAULT: 0;
 +}
 +
 +static int shiftfs_btrfs_ioctl_fd_replace(int cmd, void __user *arg,
@@ -1441,6 +1441,9 @@
 +  struct btrfs_ioctl_vol_args *v1 = NULL;
 +  struct btrfs_ioctl_vol_args_v2 *v2 = NULL;
 +
++  *b1 = NULL;
++  *b2 = NULL;
++
 +  if (!is_btrfs_snap_ioctl(cmd))
 +  return 0;
 +
@@ -1449,29 +1452,29 @@
 +  if (IS_ERR(v1))
 +  return PTR_ERR(v1);
 +  oldfd = v1->fd;
-+  *b1 = v1;
 +  } else {
 +  v2 = memdup_user(arg, sizeof(*v2));
 +  if (IS_ERR(v2))
 +  return PTR_ERR(v2);
 +  oldfd = v2->fd;
-+  *b2 = v2;
 +  }
 +
 +  src = fdget(oldfd);
-+  if (!src.file)
-+  return -EINVAL;
++  if (!src.file) {
++  ret = -EINVAL;
++  goto err_free;
++  }
 +
 +  ret = shiftfs_real_fdget(src.file, );
 +  if (ret) {
 +  fdput(src);
-+  return ret;
++  goto err_free;
 +  }
 +
 +  /*
 +   * shiftfs_real_fdget() does not take a reference to lfd.file, so
 +   * take a reference here to offset the one which will be put by
-+   * __close_fd(), and make sure that reference is put on fdput(lfd).
++   * close_fd(), and make sure that reference is put on fdput(lfd).
 +   */
 +  get_file(lfd.file);
 +  lfd.flags |= FDPUT_FPUT;
@@ -1480,7 +1483,8 @@
 +  *newfd = get_unused_fd_flags(lfd.file->f_flags);
 +  if (*newfd < 0) {
 +  fdput(lfd);
-+  return *newfd;
++  ret = *newfd;
++  goto err_free;
 +  }
 +
 +  fd_install(*newfd, lfd.file);
@@ -1495,8 +1499,19 @@
 +  v2->fd = oldfd;
 +  }
 +
-+  if (ret)
++  if (!ret) {
++  *b1 = v1;
++  *b2 = v2;
++  } else {
 +  shiftfs_btrfs_ioctl_fd_restore(cmd, *newfd, arg, v1, v2);
++  ret = -EFAULT;
++  }
++
++  return ret;
++
++err_free:
++  kfree(v1);
++  kfree(v2);
 +
 +  return ret;
 +}
@@ -2158,45 +2173,45 @@
 +MODULE_LICENSE("GPL v2");
 +module_init(shiftfs_init)
 +module_exit(shiftfs_exit)
 a/include/uapi/linux/magic.h   2021-01-06 19:08:45.234777659 -0500
-+++ b/include/uapi/linux/magic.h   2021-01-06 19:09:53.900375394 -0500
-@@ -96,4 +96,6 @@
- #define DEVMEM_MAGIC  0x454d444d  /* "DMEM" */
+--- a/include/uapi/linux/magic.h   2021-07-02 13:19:57.024999483 -0400
 b/include/uapi/linux/magic.h   2021-07-02 13:21:16.215074343 -0400
+@@ -98,4 +98,6 @@
  #define Z3FOLD_MAGIC  0x33
+ #define PPC_CMM_MAGIC 0xc7571590
  
-+#define SHIFTFS_MAGIC 0x6a656a62
++#define SHIFTFS_MAGIC 0x6a656a62
 +
  #endif /* __LINUX_MAGIC_H__ */
 a/fs/Makefile  2021-01-08 18:08:28.187064015 -0500
-+++ b/fs/Makefile  2021-01-08 18:09:00.788217579 -0500
+--- a/fs/Makefile  2021-07-02 13:22:24.815163699 -0400
 b/fs/Makefile  2021-07-02 13:22:43.991858989 -0400
 @@ -136,3 +136,4 @@ obj-$(CONFIG_EFIVAR_FS)+= efivarfs/
  obj-$(CONFIG_EROFS_FS)+= erofs/
  obj-$(CONFIG_VBOXSF_FS)   += vboxsf/

[gentoo-commits] proj/releng:master commit in: releases/specs/x86/i486/, releases/specs/x86/, tools/

2021-07-02 Thread Andreas K. Hüttel
commit: 16e795ced432de39f65f173a2fe41d08f20d8743
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Jul  2 19:10:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Jul  2 19:35:06 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=16e795ce

x86: copy catalyst-auto config for demeter, move i486 there only so far

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

 .../installcd-stage1-openrc.spec}  |  4 +-
 .../installcd-stage2-minimal-openrc.spec}  |  6 +--
 .../x86/{stage1.spec => i486/stage1-openrc.spec}   |  4 +-
 .../x86/{stage2.spec => i486/stage2-openrc.spec}   |  4 +-
 .../x86/{stage3.spec => i486/stage3-openrc.spec}   |  4 +-
 tools/catalyst-auto-x86-demeter.conf   | 63 ++
 tools/catalyst-auto-x86.conf   |  4 --
 7 files changed, 74 insertions(+), 15 deletions(-)

diff --git a/releases/specs/x86/installcd-stage1.spec 
b/releases/specs/x86/i486/installcd-stage1-openrc.spec
similarity index 95%
rename from releases/specs/x86/installcd-stage1.spec
rename to releases/specs/x86/i486/installcd-stage1-openrc.spec
index 7dd5ac62..518820c6 100644
--- a/releases/specs/x86/installcd-stage1.spec
+++ b/releases/specs/x86/i486/installcd-stage1-openrc.spec
@@ -1,10 +1,10 @@
 subarch: i486
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 target: livecd-stage1
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-i486-@TIMESTAMP@
+source_subpath: default/stage3-i486-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/isos
 

diff --git a/releases/specs/x86/installcd-stage2-minimal.spec 
b/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec
similarity index 96%
rename from releases/specs/x86/installcd-stage2-minimal.spec
rename to releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec
index 8702a9d5..0b0d878c 100644
--- a/releases/specs/x86/installcd-stage2-minimal.spec
+++ b/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec
@@ -1,16 +1,16 @@
 subarch: i486
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 target: livecd-stage2
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/livecd-stage1-i486-@TIMESTAMP@
+source_subpath: default/livecd-stage1-i486-openrc-@TIMESTAMP@
 portage_confdir: @REPO_DIR@/releases/portage/isos
 
 livecd/bootargs: dokeymap
 #livecd/cdtar: 
/usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
 livecd/fstype: squashfs
-livecd/iso: install-x86-minimal-@TIMESTAMP@.iso
+livecd/iso: install-x86-minimal-openrc-@TIMESTAMP@.iso
 livecd/type: gentoo-release-minimal
 livecd/volid: Gentoo x86 @TIMESTAMP@
 

diff --git a/releases/specs/x86/stage1.spec 
b/releases/specs/x86/i486/stage1-openrc.spec
similarity index 76%
rename from releases/specs/x86/stage1.spec
rename to releases/specs/x86/i486/stage1-openrc.spec
index 598b5e94..32ba9397 100644
--- a/releases/specs/x86/stage1.spec
+++ b/releases/specs/x86/i486/stage1-openrc.spec
@@ -1,10 +1,10 @@
 subarch: i486
 target: stage1
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-i486-latest
+source_subpath: default/stage3-i486-openrc-latest
 compression_mode: pixz_x
 update_seed: yes
 update_seed_command: --update --deep --newuse @world

diff --git a/releases/specs/x86/stage2.spec 
b/releases/specs/x86/i486/stage2-openrc.spec
similarity index 69%
rename from releases/specs/x86/stage2.spec
rename to releases/specs/x86/i486/stage2-openrc.spec
index db2433fe..76285e2c 100644
--- a/releases/specs/x86/stage2.spec
+++ b/releases/specs/x86/i486/stage2-openrc.spec
@@ -1,10 +1,10 @@
 subarch: i486
 target: stage2
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-i486-@TIMESTAMP@
+source_subpath: default/stage1-i486-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/x86/stage3.spec 
b/releases/specs/x86/i486/stage3-openrc.spec
similarity index 69%
rename from releases/specs/x86/stage3.spec
rename to releases/specs/x86/i486/stage3-openrc.spec
index b9e685f9..30db8c5f 100644
--- a/releases/specs/x86/stage3.spec
+++ b/releases/specs/x86/i486/stage3-openrc.spec
@@ -1,10 +1,10 @@
 subarch: i486
 target: stage3
-version_stamp: @TIMESTAMP@
+version_stamp: openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/x86/17.0
 snapshot: @TIMESTAMP@
-source_subpath: default/stage2-i486-@TIMESTAMP@
+source_subpath: default/stage2-i486-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git 

  1   2   3   >