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

2021-06-07 Thread Michał Górny
commit: 88e9b7fa870662cdd4ca30f00690b8c9f33b868d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  7 06:56:57 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  7 07:00:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e9b7fa

dev-python/tld: Bump to 0.12.6

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

 dev-python/tld/Manifest  |  1 +
 dev-python/tld/tld-0.12.6.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest
index f220f98005e..43d99b2da3d 100644
--- a/dev-python/tld/Manifest
+++ b/dev-python/tld/Manifest
@@ -1,3 +1,4 @@
 DIST tld-0.12.2.tar.gz 1347015 BLAKE2B 
d284581917a9ddee026d316961f2cdc6efc8a3c8dee8112c7266d55a9493f1aca831db0635db02b737bb3e02b3910a8822e121a5317ab02f5078075839e02c91
 SHA512 
b997bd3cdf22f65862c9b3e7d446014325d9538dd06eeed86f4b9b6c6ba440829b5d611cc19fed9bf8bf039ef01c4258c71b5c765bbecdfc345dd00e73c7fca1
 DIST tld-0.12.3.tar.gz 1498596 BLAKE2B 
7a1d33c3527bc1dfeb18bfcc5af4d153f9cc39b52e858f4ac5907d0edece67da6bb6f900d028937bafb468b31534ed284a54effae6d97397dd33e27261af3730
 SHA512 
fe33bb18bceea6e1eb4ba3ca46dc54c81a8d3a1f4187078488676b951e6734a885a44525f6f5c4dc8c2fea1b0f4ffd8060244fbf33f9b1bd9dfafbec12876711
 DIST tld-0.12.5.tar.gz 1500013 BLAKE2B 
d6b51e144f9c1305212ccb537b3488b7643190598674103e8fc7772c34f1e5a6eefb09d957a6ecd1ffa3e9ab0cc41b07dd97ef70f031259393c7410cd05e0b29
 SHA512 
90fa3911f64368e3c75d034b5854d4460ac41b603b431ef94bb0b49bbd37f5fadb0a084f24849aa8fa2a74608ea9555eec2d4372641bc4d135e1cb4fd3ad23ed
+DIST tld-0.12.6.tar.gz 358405 BLAKE2B 
cf7bd68f26507cd4ac1c681705d8c495131a8b3aa64115e0259f7ef33f61c5db4911cc8cb1493e901237d401bd4eff4bda9cd687d19d9e1e275c3d87980069ae
 SHA512 
ff10041178976af97c920a519ce3bb5a0a46f4299c24419db9a0502e89296e2bd66885dac5927e940c3abc22d6b390336916622cab771a57ba1c8f0960de2583

diff --git a/dev-python/tld/tld-0.12.6.ebuild b/dev-python/tld/tld-0.12.6.ebuild
new file mode 100644
index 000..e969ca8f57b
--- /dev/null
+++ b/dev-python/tld/tld-0.12.6.ebuild
@@ -0,0 +1,27 @@
+# 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
+
+DESCRIPTION="Extract the top level domain (TLD) from the URL given"
+HOMEPAGE="https://github.com/barseghyanartur/tld";
+SRC_URI="https://github.com/barseghyanartur/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/Faker[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests --install pytest
+
+src_prepare() {
+   distutils-r1_src_prepare
+   sed -i -e '/--cov/d' pytest.ini || die
+}



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

2021-06-07 Thread Zac Medico
commit: f426020abb94df394a7b1680ea445f99e2f38d1b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun  7 07:03:01 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun  7 07:17:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f426020a

app-misc/filebus: Bump to version 0.3.0

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

 app-misc/filebus/Manifest |  1 +
 app-misc/filebus/filebus-0.3.0.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index deea6326c41..ba72570b6db 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1,2 @@
 DIST filebus-0.2.0.tar.gz 7895 BLAKE2B 
d113ab7e57ee24371dc9adbeb4767f533007d36cee2a3f55ee7bbcf13c31980355cfee2db748ef6c485bad3cb8c68ba1c31f9829b0c6365fa3b63c4899fb8b02
 SHA512 
fc7083444a67e36778d15a8af38487024ab661d32b891cfc735fd31cce2ddecfff3ef63c591106d97250373dac9aeef8dd0e8cf0ec260b2d67031018fe66249f
+DIST filebus-0.3.0.tar.gz 16921 BLAKE2B 
60ec7eb3fb584c053f00301898b914ba9034e3aaa79a79eecdc31f8e1abd1db5c473486e02761adee537faca6725916cf327e38376bdbbeac2c8548be427089b
 SHA512 
a7dd4cbe96e6e691794ea21b23f79caee518855235c1ee35f857fe2938f437095a9199eb9bf309087cef523b6dfa963f3635d94e9b7ece15bbe1b4284fca793c

diff --git a/app-misc/filebus/filebus-0.3.0.ebuild 
b/app-misc/filebus/filebus-0.3.0.ebuild
new file mode 100644
index 000..7df930651d1
--- /dev/null
+++ b/app-misc/filebus/filebus-0.3.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A user space multicast named pipe implementation backed by a 
regular file"
+HOMEPAGE="https://github.com/zmedico/filebus";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="+inotify python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
+   )"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   if use python; then
+   distutils-r1_src_prepare
+   fi
+}
+
+src_compile() {
+   if use python; then
+   distutils-r1_src_compile
+   fi
+}
+
+src_test() {
+   "${BASH}" ./lib/bash/filebus-test.bash test || die
+
+   if use python; then
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
+}
+
+src_install() {
+   if use python; then
+   distutils-r1_src_install
+   else
+   insinto /usr/libexec/filebus
+   doins lib/bash/*.bash
+   cat <<-EOF > "${T}/filebus"
+   #!/bin/sh
+   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
+   EOF
+   dobin "${T}/filebus"
+   fi
+}



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

2021-06-07 Thread Patrice Clement
commit: c7b4274d92248a4e634027497a90b23cb1632581
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jun  7 07:17:09 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun  7 07:17:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b4274d

app-admin/pydf: drop 12-r1

Signed-off-by: Patrice Clement  gentoo.org>

 app-admin/pydf/pydf-12-r1.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-admin/pydf/pydf-12-r1.ebuild b/app-admin/pydf/pydf-12-r1.ebuild
deleted file mode 100644
index 6ece6eed035..000
--- a/app-admin/pydf/pydf-12-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit python-r1
-
-DESCRIPTION="Enhanced df with colors"
-HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/";
-SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/${PN}_${PV}.tar.gz";
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   default
-   sed -i -e "s:/etc/pydfrc:${EPREFIX}/etc/pydfrc:" "${PN}" || die
-}
-
-src_install() {
-   python_foreach_impl python_doscript "${PN}"
-   insinto /etc
-   doins "${PN}rc"
-   doman "${PN}.1"
-   einstalldocs
-}



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

2021-06-07 Thread Patrice Clement
commit: 11f9323babbd57a6cdfa8d122cda09829c3ff2fe
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jun  7 07:18:01 2021 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun  7 07:18:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f9323b

dev-perl/File-Slurper: drop 0.10.0

Signed-off-by: Patrice Clement  gentoo.org>

 dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild | 32 
 dev-perl/File-Slurper/Manifest   |  1 -
 2 files changed, 33 deletions(-)

diff --git a/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild 
b/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild
deleted file mode 100644
index 775296a1c87..000
--- a/dev-perl/File-Slurper/File-Slurper-0.10.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=LEONT
-DIST_VERSION=0.010
-DIST_EXAMPLES=( "bench/*" )
-inherit perl-module
-
-DESCRIPTION="A simple, sane and efficient module to slurp a file"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-perl/PerlIO-utf8_strict
-   virtual/perl-Carp
-   virtual/perl-Encode
-   >=virtual/perl-Exporter-5.570.0
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   virtual/perl-Test-Simple
-   dev-perl/Test-Warnings
-   )
-"

diff --git a/dev-perl/File-Slurper/Manifest b/dev-perl/File-Slurper/Manifest
index 958c4ff708d..00800cbb16c 100644
--- a/dev-perl/File-Slurper/Manifest
+++ b/dev-perl/File-Slurper/Manifest
@@ -1,2 +1 @@
-DIST File-Slurper-0.010.tar.gz 15905 BLAKE2B 
92ead775ff7c796c0cfc7631160e7483b9defec4d603e9d5a7f7f3380788f6af2a2463f1c0fa66f21339f8a61651e4e9b48ffc829ba9765158c911df4531ec2b
 SHA512 
a6e2a86d76d2e4c49a8df17a453a3da530cb62324cb91793c4bd6e7cabc4f5b4b4fadda8aa0f98390ac950a94a4b82cb3ec547caaba88bf61ec0aa086e298832
 DIST File-Slurper-0.012.tar.gz 15517 BLAKE2B 
07f451e93e5fa8641a4b8156a61b9a9c1a9c9dc36b33c4991e1686e44b37730af3a9541de33396cdec6bac1d08ec1bf9db505e6fa07f3c95187c4901016955a5
 SHA512 
276b510c85b4e28fff4b8bd77c81031367b073426138743efb5d54fe01fa9825409f86090788779e96625b43207d1f864f348cc11554c51d36868dfed568f2bb



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

2021-06-07 Thread Miroslav Šulc
commit: 4d32adc057958c5bc32f80df6fdbaef4849f2238
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jun  7 07:35:56 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 07:36:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d32adc0

media-plugins/x42-avldrums: updated deps

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

 media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild | 3 ++-
 media-plugins/x42-avldrums/x42-avldrums-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild 
b/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild
index 00dbcd9bad5..06c103c7664 100644
--- a/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild
+++ b/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild
@@ -27,8 +27,9 @@ RESTRICT="mirror"
 
 RDEPEND="dev-libs/glib
media-libs/lv2
-   virtual/opengl
x11-libs/cairo[X]
+   media-libs/libglvnd[X]
+   x11-libs/libX11
x11-libs/pango
 "
 DEPEND="${RDEPEND}"

diff --git a/media-plugins/x42-avldrums/x42-avldrums-.ebuild 
b/media-plugins/x42-avldrums/x42-avldrums-.ebuild
index 00dbcd9bad5..06c103c7664 100644
--- a/media-plugins/x42-avldrums/x42-avldrums-.ebuild
+++ b/media-plugins/x42-avldrums/x42-avldrums-.ebuild
@@ -27,8 +27,9 @@ RESTRICT="mirror"
 
 RDEPEND="dev-libs/glib
media-libs/lv2
-   virtual/opengl
x11-libs/cairo[X]
+   media-libs/libglvnd[X]
+   x11-libs/libX11
x11-libs/pango
 "
 DEPEND="${RDEPEND}"



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

2021-06-07 Thread David Seifert
commit: 3450c682f3907dc37bff7b08e2cc771747b8508f
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jun  7 08:00:27 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jun  7 08:00:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3450c682

sys-auth/pam_u2f: upstream patch for DESTDIR fixes

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

 .../pam_u2f/files/pam_u2f-1.1.1-fix-Makefile.patch | 31 +++---
 1 file changed, 28 insertions(+), 3 deletions(-)

diff --git a/sys-auth/pam_u2f/files/pam_u2f-1.1.1-fix-Makefile.patch 
b/sys-auth/pam_u2f/files/pam_u2f-1.1.1-fix-Makefile.patch
index 5ce95aa3b91..68a9ae74100 100644
--- a/sys-auth/pam_u2f/files/pam_u2f-1.1.1-fix-Makefile.patch
+++ b/sys-auth/pam_u2f/files/pam_u2f-1.1.1-fix-Makefile.patch
@@ -1,13 +1,38 @@
+From 1475ea762deee61f4be8c33a0915039ff1fc9b5c Mon Sep 17 00:00:00 2001
+From: David Seifert 
+Date: Fri, 4 Jun 2021 12:09:30 +0200
+Subject: [PATCH] respect `DESTDIR`
+
+* Without `DESTDIR`, `make install` will try to delete files from the live 
filesystem.
+* Also, do not change `libdir`, create a separate prefix for the pam plugin 
instead.
+---
+ Makefile.am | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 896c3ff..560145a 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -43,8 +43,8 @@
+@@ -11,9 +11,8 @@ ACLOCAL_AMFLAGS = -I m4
+ AM_CFLAGS = $(CWFLAGS) $(CSFLAGS)
+ AM_CPPFLAGS = $(LIBFIDO2_CFLAGS) $(LIBCRYPTO_CFLAGS)
+ 
+-libdir = $(PAMDIR)
+-
+-lib_LTLIBRARIES = pam_u2f.la
++pampluginexecdir = $(PAMDIR)
++pampluginexec_LTLIBRARIES = pam_u2f.la
+ 
+ pam_u2f_la_SOURCES = pam-u2f.c
+ pam_u2f_la_SOURCES += util.c util.h
+@@ -43,8 +42,8 @@ endif
  # Release
  
  install-exec-hook:
 -  rm -f $(PAMDIR)/pam_u2f.la
 -  chmod -f 644 $(PAMDIR)/pam_u2f.so || true
-+  rm -f $(DESTDIR)/$(PAMDIR)/pam_u2f.la
-+  chmod -f 644 $(DESTDIR)/$(PAMDIR)/pam_u2f.so || true
++  rm -f $(DESTDIR)$(pampluginexecdir)/pam_u2f.la
++  chmod -f 644 $(DESTDIR)$(pampluginexecdir)/pam_u2f.so || true
  
  indent:
clang-format -i *.c *.h pamu2fcfg/*.c pamu2fcfg/*.h



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

2021-06-07 Thread Miroslav Šulc
commit: 773b00292907095d9da14322fe7ae5d6c66be675
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jun  7 08:01:39 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 08:01:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773b0029

media-plugins/x42-avldrums: updated deps

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

 media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild | 1 +
 media-plugins/x42-avldrums/x42-avldrums-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild 
b/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild
index 06c103c7664..1fdd52ce392 100644
--- a/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild
+++ b/media-plugins/x42-avldrums/x42-avldrums-0.4.2.ebuild
@@ -26,6 +26,7 @@ SLOT="0"
 RESTRICT="mirror"
 
 RDEPEND="dev-libs/glib
+   media-libs/glu
media-libs/lv2
x11-libs/cairo[X]
media-libs/libglvnd[X]

diff --git a/media-plugins/x42-avldrums/x42-avldrums-.ebuild 
b/media-plugins/x42-avldrums/x42-avldrums-.ebuild
index 06c103c7664..1fdd52ce392 100644
--- a/media-plugins/x42-avldrums/x42-avldrums-.ebuild
+++ b/media-plugins/x42-avldrums/x42-avldrums-.ebuild
@@ -26,6 +26,7 @@ SLOT="0"
 RESTRICT="mirror"
 
 RDEPEND="dev-libs/glib
+   media-libs/glu
media-libs/lv2
x11-libs/cairo[X]
media-libs/libglvnd[X]



[gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/files/, games-fps/quakeforge/

2021-06-07 Thread Ionen Wolkens
commit: c4fd12d731e9376cf79514b3d6715869cb9de7fc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jun  7 07:18:53 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jun  7 08:17:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fd12d7

games-fps/quakeforge: drop 0.7.2-r1

This hasn't built in a long time.

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

 games-fps/quakeforge/Manifest  |   1 -
 .../quakeforge/files/quakeforge-0.7.2-gentoo.patch |  33 --
 games-fps/quakeforge/metadata.xml  |   1 -
 games-fps/quakeforge/quakeforge-0.7.2-r1.ebuild| 126 -
 4 files changed, 161 deletions(-)

diff --git a/games-fps/quakeforge/Manifest b/games-fps/quakeforge/Manifest
index a4707ca31d2..63eb7a3b41d 100644
--- a/games-fps/quakeforge/Manifest
+++ b/games-fps/quakeforge/Manifest
@@ -1,2 +1 @@
-DIST quakeforge-0.7.2.tar.bz2 2887823 BLAKE2B 
27526b0e5491cc9a052f70c387c46b0d5518c0d63264f799cac81e471a87b978c9edcf22f4a68db25b8c05b7b51371504459e8ba5de450719e92aae712940cc7
 SHA512 
d296e10b86466aee0a4be527a5fea7a44bae60ebef52ad86381744dc96e2bed2ad14d3b790b4514a5c59ac897662e91b80a9d49c822910930742a1d2b8a2ec55
 DIST quakeforge-0.7.2_p20210601.tar.gz 3140318 BLAKE2B 
4359c2e92a52bc314bca82dcf6f90aebe2fb7260e9c2e1444d3ca239c53adf1ca912093c5c0ccacb4cf9375e199c244f1b8787196c2f8f3bbc7eb00962b0d8da
 SHA512 
a27e4317b3c01f129f1f32209c02b86abf7148c3e0b2e39306324d6b4758d9165883c169ebfde03fc7350b499088cd685991483911b5ae57ccb9b80baaefa733

diff --git a/games-fps/quakeforge/files/quakeforge-0.7.2-gentoo.patch 
b/games-fps/quakeforge/files/quakeforge-0.7.2-gentoo.patch
deleted file mode 100644
index 38fb0c18768..000
--- a/games-fps/quakeforge/files/quakeforge-0.7.2-gentoo.patch
+++ /dev/null
@@ -1,33 +0,0 @@
 a/nq/source/Makefile.am2012-11-18 16:57:56.658388682 +0100
-+++ b/nq/source/Makefile.am2012-11-18 16:58:11.470268607 +0100
-@@ -138,7 +138,7 @@
- nq_x11_SOURCES=   sys_unix.c
- nq_x11_LDADD= $(nq_x11_libs) \
-   $(VIDMODE_LIBS) $(DGA_LIBS) $(X_LIBS) -lX11 \
--  $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS)
-+  $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS) -ldl
- nq_x11_LDFLAGS=   $(common_ldflags)
- nq_x11_DEPENDENCIES=  $(nq_x11_libs)
- 
 a/qw/source/Makefile.am2012-11-18 17:10:59.148172332 +0100
-+++ b/qw/source/Makefile.am2012-11-18 17:11:55.866876762 +0100
-@@ -168,7 +168,7 @@
- qw_client_x11_SOURCES=cl_sys_unix.c
- qw_client_x11_LDADD= $(qw_client_x11_libs) \
-   $(VIDMODE_LIBS) $(DGA_LIBS) $(X_LIBS) -lX11 \
--  $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS) $(LIBCURL_LIBS)
-+  $(X_EXTRA_LIBS) $(X_SHM_LIB) $(NET_LIBS) 
$(LIBCURL_LIBS) -ldl
- qw_client_x11_LDFLAGS=$(common_ldflags)
- qw_client_x11_DEPENDENCIES= $(qw_client_x11_libs)
- 
 a/tools/qwaq/Makefile.am   2012-11-18 17:15:16.024714317 +0100
-+++ b/tools/qwaq/Makefile.am   2012-11-18 17:15:41.955749660 +0100
-@@ -38,7 +38,7 @@
- qwaq_x11_SOURCES=qwaq.c qwaq-bi.c
- qwaq_x11_LDADD= $(qwaq_x11_libs) $(QWAQ_LIBS) \
-   $(VIDMODE_LIBS) $(DGA_LIBS) $(X_LIBS) -lX11 \
--  $(X_EXTRA_LIBS) $(X_SHM_LIB)
-+  $(X_EXTRA_LIBS) $(X_SHM_LIB) -ldl
- qwaq_x11_LDFLAGS=
- qwaq_x11_DEPENDENCIES= $(qwaq_x11_libs) $(QWAQ_DEPS)
- 

diff --git a/games-fps/quakeforge/metadata.xml 
b/games-fps/quakeforge/metadata.xml
index 120ffed3507..a5c31dd9bfe 100644
--- a/games-fps/quakeforge/metadata.xml
+++ b/games-fps/quakeforge/metadata.xml
@@ -30,7 +30,6 @@ features, and improving the OpenGL renderer. And QuakeForge 
is still the
 most portable source tree based on the id Software code.
 

-   enable XDG support
Build Normal and QuakeWorld clients 
alongside the servers
Use media-sound/wildmidi for 
midi support


diff --git a/games-fps/quakeforge/quakeforge-0.7.2-r1.ebuild 
b/games-fps/quakeforge/quakeforge-0.7.2-r1.ebuild
deleted file mode 100644
index df5368e0a3a..000
--- a/games-fps/quakeforge/quakeforge-0.7.2-r1.ebuild
+++ /dev/null
@@ -1,126 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic autotools
-
-DESCRIPTION="New 3d engine based off of id Softwares's Quake and QuakeWorld 
game engine"
-HOMEPAGE="http://www.quakeforge.net/";
-SRC_URI="mirror://sourceforge/quake/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa cdinstall debug dga fbcon flac ipv6 ncurses oss png sdl vorbis 
wildmidi X xdg xv zlib"
-RESTRICT="userpriv"
-
-RDEPEND="
-   media-libs/libsamplerate
-   net-misc/curl
-   virtual/opengl
-   alsa? ( media-libs/alsa-lib )
-   dga? ( x11-libs/libXxf86dga )
-   flac? ( media-libs/flac )
-   ncurses? ( sys-libs

[gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/

2021-06-07 Thread Ionen Wolkens
commit: 761243207d1543bfebd359d5f8e1065cb327bf9a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jun  7 06:59:22 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jun  7 08:17:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76124320

games-fps/quakeforge: add github remote-id

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

 games-fps/quakeforge/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-fps/quakeforge/metadata.xml 
b/games-fps/quakeforge/metadata.xml
index bd3de0628e4..e686e2fbeaa 100644
--- a/games-fps/quakeforge/metadata.xml
+++ b/games-fps/quakeforge/metadata.xml
@@ -34,6 +34,7 @@ most portable source tree based on the id Software code.
enable XDG support


+   quakeforge/quakeforge
quake

 



[gentoo-commits] repo/gentoo:master commit in: games-fps/quakeforge/, games-fps/quakeforge/files/

2021-06-07 Thread Ionen Wolkens
commit: 143bb008da03175efdefb08a1fe6c62377c4865e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jun  7 07:02:08 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jun  7 08:17:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143bb008

games-fps/quakeforge: add 0.7.2_p20210601 snapshot

Previous version (from 2013) didn't build for a long time and,
even if get it to build, is prone to segfaults. New snapshot
improves several aspects but still rather fragile.

ebuild is not based on the old one and focuses on what still works
while providing a wall-of-text so it's at least remotely usable for
a first time user without their ready made Quake folder.

Should fix all old bugs.

Closes: https://bugs.gentoo.org/438826
Closes: https://bugs.gentoo.org/577112
Closes: https://bugs.gentoo.org/629600
Closes: https://bugs.gentoo.org/637408
Closes: https://bugs.gentoo.org/649088
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-fps/quakeforge/Manifest  |   1 +
 .../quakeforge-0.7.2_p20210601-png-stub.patch  |   9 ++
 .../quakeforge-0.7.2_p20210601-skipped-tests.patch |  15 ++
 games-fps/quakeforge/metadata.xml  |   3 +-
 .../quakeforge/quakeforge-0.7.2_p20210601.ebuild   | 173 +
 5 files changed, 200 insertions(+), 1 deletion(-)

diff --git a/games-fps/quakeforge/Manifest b/games-fps/quakeforge/Manifest
index e34227e6aee..a4707ca31d2 100644
--- a/games-fps/quakeforge/Manifest
+++ b/games-fps/quakeforge/Manifest
@@ -1 +1,2 @@
 DIST quakeforge-0.7.2.tar.bz2 2887823 BLAKE2B 
27526b0e5491cc9a052f70c387c46b0d5518c0d63264f799cac81e471a87b978c9edcf22f4a68db25b8c05b7b51371504459e8ba5de450719e92aae712940cc7
 SHA512 
d296e10b86466aee0a4be527a5fea7a44bae60ebef52ad86381744dc96e2bed2ad14d3b790b4514a5c59ac897662e91b80a9d49c822910930742a1d2b8a2ec55
+DIST quakeforge-0.7.2_p20210601.tar.gz 3140318 BLAKE2B 
4359c2e92a52bc314bca82dcf6f90aebe2fb7260e9c2e1444d3ca239c53adf1ca912093c5c0ccacb4cf9375e199c244f1b8787196c2f8f3bbc7eb00962b0d8da
 SHA512 
a27e4317b3c01f129f1f32209c02b86abf7148c3e0b2e39306324d6b4758d9165883c169ebfde03fc7350b499088cd685991483911b5ae57ccb9b80baaefa733

diff --git 
a/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-png-stub.patch 
b/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-png-stub.patch
new file mode 100644
index 000..d32fab57b7e
--- /dev/null
+++ b/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-png-stub.patch
@@ -0,0 +1,9 @@
+Fix stub definition for USE=-png
+https://github.com/quakeforge/quakeforge/issues/14
+--- a/libs/image/png.c
 b/libs/image/png.c
+@@ -320,3 +320,3 @@
+ VISIBLE tex_t *
+-LoadPNG (QFile *infile)
++LoadPNG (QFile *infile, int load)
+ {

diff --git 
a/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-skipped-tests.patch 
b/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-skipped-tests.patch
new file mode 100644
index 000..5b25af47ac2
--- /dev/null
+++ b/games-fps/quakeforge/files/quakeforge-0.7.2_p20210601-skipped-tests.patch
@@ -0,0 +1,15 @@
+These are only failing at high precision and
+should not affect normal usage.
+  quat/simd: fails with -mavx
+  sebvf: random failure, sometimes pass
+--- a/libs/util/test/Makemodule.am
 b/libs/util/test/Makemodule.am
+@@ -15,8 +15,5 @@
+   libs/util/test/test-qfs \
+-  libs/util/test/test-quat \
+   libs/util/test/test-seb \
+-  libs/util/test/test-sebvf \
+   libs/util/test/test-seg \
+   libs/util/test/test-set \
+-  libs/util/test/test-simd \
+   libs/util/test/test-txtbuffer \

diff --git a/games-fps/quakeforge/metadata.xml 
b/games-fps/quakeforge/metadata.xml
index e686e2fbeaa..120ffed3507 100644
--- a/games-fps/quakeforge/metadata.xml
+++ b/games-fps/quakeforge/metadata.xml
@@ -30,8 +30,9 @@ features, and improving the OpenGL renderer. And QuakeForge 
is still the
 most portable source tree based on the id Software code.
 

-   enable libWildMidi support
enable XDG support
+   Build Normal and QuakeWorld clients 
alongside the servers
+   Use media-sound/wildmidi for 
midi support


quakeforge/quakeforge

diff --git a/games-fps/quakeforge/quakeforge-0.7.2_p20210601.ebuild 
b/games-fps/quakeforge/quakeforge-0.7.2_p20210601.ebuild
new file mode 100644
index 000..504324b8b2b
--- /dev/null
+++ b/games-fps/quakeforge/quakeforge-0.7.2_p20210601.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic readme.gentoo-r1 toolchain-funcs
+
+MY_COMMIT="53b553e89234306dc0111b107308fb42998e522b"
+
+DESCRIPTION="3D engine based on id Software's Quake and QuakeWorld game 
engines"
+HOMEPAGE="http://www.quakeforge.net/";
+SRC_URI="https://github.com/quakeforge/quakeforge/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"

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

2021-06-07 Thread Lars Wendler
commit: 79df1c8b3e20685ba6fd3f9672bc1befc2a7096e
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun  7 07:57:21 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun  7 08:29:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79df1c8b

net-misc/whois: Bump to version 5.5.10

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

 net-misc/whois/Manifest|  1 +
 net-misc/whois/whois-5.5.10.ebuild | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/net-misc/whois/Manifest b/net-misc/whois/Manifest
index ab2b4481459..f09e9096dbe 100644
--- a/net-misc/whois/Manifest
+++ b/net-misc/whois/Manifest
@@ -1 +1,2 @@
+DIST whois-5.5.10.tar.gz 102555 BLAKE2B 
9f1236ceeaea839e5f2a33aa63b39fa7e0566eeb4d2131b88b47dd62f037639a5860719a645d9cc2d0707faa1e86c9822634dda37e1a7a8d3b31a78cf34ecce2
 SHA512 
5ee92c15146353e77dddcbeddb6e704e0c42d29b8c0ff899ecce80f8e39903e8c796daec7f3de3f197d382f88e7cd4abd470463ea6c13a01347d0cd15d99af28
 DIST whois-5.5.9.tar.gz 102516 BLAKE2B 
f5f15568558e9f82ed19dbd35fd43f3067953d4766477f71bfb5d638cbf328fe95012633daa90ad14a6bdf836161967684562f6e028bc204f2a9ed539600c92d
 SHA512 
ab70181220a6d41dd9add04bd81836c89a626de1b45f617e9ab044a666f0ab99a4dee910cff4b0a6a3e47b5e0a7320c2c20f3ff95c2dfc852123d4f672629e16

diff --git a/net-misc/whois/whois-5.5.10.ebuild 
b/net-misc/whois/whois-5.5.10.ebuild
new file mode 100644
index 000..4420819a3d8
--- /dev/null
+++ b/net-misc/whois/whois-5.5.10.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P="${P/-/_}"
+DESCRIPTION="improved Whois Client"
+HOMEPAGE="https://github.com/rfc1036/whois";
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/rfc1036/whois.git";
+else
+   #SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz"
+   SRC_URI="https://github.com/rfc1036/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="iconv idn nls xcrypt"
+RESTRICT="test" #59327
+
+RDEPEND="
+   iconv? ( virtual/libiconv )
+   idn? ( net-dns/libidn2:= )
+   nls? ( virtual/libintl )
+   xcrypt? ( >=sys-libs/libxcrypt-4.1 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-arch/xz-utils
+   >=dev-lang/perl-5
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.7.2-config-file.patch
+   "${FILESDIR}"/${PN}-5.3.0-libidn_automagic.patch
+   "${FILESDIR}"/${PN}-5.5.6-libxcrypt_automagic.patch
+)
+
+src_prepare() {
+   default
+   if use nls ; then
+   sed -i -e 's:#\(.*pos\):\1:' Makefile || die
+   else
+   sed -i -e '/ENABLE_NLS/s:define:undef:' config.h || die
+
+   # don't generate po files when nls is disabled (bug #419889)
+   sed -i -e '/^all:/s/ pos//' \
+   -e '/^install:/s/ install-pos//' Makefile || die
+   fi
+}
+
+src_configure() { :; } # expected no-op
+
+src_compile() {
+   unset HAVE_ICONV HAVE_LIBIDN
+   use iconv && export HAVE_ICONV=1
+   use idn && export HAVE_LIBIDN=1
+   use xcrypt && export HAVE_XCRYPT=1
+   tc-export CC
+   emake CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+src_install() {
+   emake BASEDIR="${ED}" prefix=/usr install
+   insinto /etc
+   doins whois.conf
+   dodoc README debian/changelog
+
+   if [[ ${USERLAND} != "GNU" ]]; then
+   mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die
+   mv "${ED}"/usr/bin/{whois,mdwhois} || die
+   fi
+}



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

2021-06-07 Thread Joonas Niilola
commit: e290e7ccf0a7022e54bd414eede59d9204a897cb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 16:45:21 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e290e7cc

app-editors/curses-hexedit: remove unused eclass, use HTTPS

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild 
b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
index 1572d3c98ed..af9d0b85281 100644
--- a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
+++ b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild
@@ -4,12 +4,13 @@
 # There's already a "hexedit" package in the tree, so name this one differently
 
 EAPI=7
-inherit autotools toolchain-funcs
+
+inherit autotools
 
 MY_P=${P/curses-}
 DESCRIPTION="full screen curses hex editor (with insert/delete support)"
-HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/";
-SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz";
+HOMEPAGE="https://www.rogoyski.com/adam/programs/hexedit/";
+SRC_URI="https://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"



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

2021-06-07 Thread Joonas Niilola
commit: 4653b3cb9ae0680e12f3e246a53b8ce8cf5e26c8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 16:52:28 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4653b3cb

app-misc/geekcode: remove unused eclass, fix LICENSE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/geekcode/geekcode-1.7.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/geekcode/geekcode-1.7.3-r1.ebuild 
b/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
index 443adb61145..1dfbdd8cccd 100644
--- a/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
+++ b/app-misc/geekcode/geekcode-1.7.3-r1.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
-inherit toolchain-funcs flag-o-matic
+inherit toolchain-funcs
 
 DESCRIPTION="Geek code generator"
 HOMEPAGE="https://sourceforge.net/projects/geekcode";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 



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

2021-06-07 Thread Joonas Niilola
commit: 60adb6c50d5cb5f15914951d2cc3649775dee26f
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 16:51:11 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60adb6c5

app-misc/ddccontrol: remove unused eclass, improve DESCRIPTION, fix LICENSE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild 
b/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild
index 2f7c7e8748e..ca00b21efde 100644
--- a/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild
+++ b/app-misc/ddccontrol/ddccontrol-0.4.4_p20200630.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils autotools
+inherit autotools
 
-DESCRIPTION="DDCControl allows control of monitor parameters via DDC"
+DESCRIPTION="control monitor parameters, like brightness, contrast, RGB color 
levels via DDC"
 HOMEPAGE="http://ddccontrol.sourceforge.net/";
 COMMIT_ID="f3d003f63aaa0407d3147b04848e0722f78695d5"
 MY_PV=${COMMIT_ID:-${PV}}
 SRC_URI="https://github.com/ddccontrol/ddccontrol/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc gtk nls +pci static-libs"
-S=${WORKDIR}/${PN}-${COMMIT_ID}
+S="${WORKDIR}/${PN}-${COMMIT_ID}"
 
 RDEPEND="app-misc/ddccontrol-db
dev-libs/libxml2:2



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

2021-06-07 Thread Joonas Niilola
commit: 48d1b81531b551d59b6ba2eda7020080d9755888
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:02:26 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d1b815

dev-db/unixODBC: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/unixODBC/unixODBC-2.3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/unixODBC/unixODBC-2.3.9.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.9.ebuild
index ec457a936c3..7c2f87cf0cd 100644
--- a/dev-db/unixODBC/unixODBC-2.3.9.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.9.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit libtool multilib-minimal
+inherit multilib-minimal
 
-DESCRIPTION="A complete ODBC driver manager"
+DESCRIPTION="complete ODBC driver manager"
 HOMEPAGE="http://www.unixodbc.org/";
 SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/messagepack/

2021-06-07 Thread Joonas Niilola
commit: 9f327e0189bf537a85eeb03991a77bf3c7e930f8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:06:31 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f327e01

dev-lua/messagepack: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild 
b/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
index 4dc5d4b18fc..ce45b253a16 100644
--- a/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.ebuild
+++ b/dev-lua/messagepack/messagepack-0.5.2_p20201025-r100.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,9 +8,9 @@ LUA_COMPAT=( lua5-{1..2} luajit )
 MY_PN="lua-MessagePack"
 MY_P="${MY_PN}-${EGIT_COMMIT}"
 
-inherit lua toolchain-funcs
+inherit lua
 
-DESCRIPTION="A pure Lua implementation of the MessagePack serialization format"
+DESCRIPTION="pure Lua implementation of the MessagePack serialization format"
 HOMEPAGE="https://fperrad.frama.io/lua-MessagePack";
 
SRC_URI="https://framagit.org/fperrad/${MY_PN}/-/archive/${EGIT_COMMIT}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/${MY_P}"



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

2021-06-07 Thread Joonas Niilola
commit: ab52a029698a0830fc3580c803f001a611205793
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 16:58:56 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab52a029

app-misc/socnetv: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/socnetv/socnetv-2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/socnetv/socnetv-2.2.ebuild 
b/app-misc/socnetv/socnetv-2.2.ebuild
index 347dc4a70b7..21357723af6 100644
--- a/app-misc/socnetv/socnetv-2.2.ebuild
+++ b/app-misc/socnetv/socnetv-2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop qmake-utils toolchain-funcs
+inherit desktop qmake-utils
 
 DESCRIPTION="Qt Social Network Visualizer"
 HOMEPAGE="https://socnetv.org/";



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

2021-06-07 Thread Joonas Niilola
commit: a9aaa15838c5b3606b9b72eed788009241d225c2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:34:59 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9aaa158

x11-misc/xscreensaver: update eclasses, minor improvements

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild | 9 -
 x11-misc/xscreensaver/xscreensaver-5.45.ebuild| 8 +++-
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild
index 46e166226f0..12806ff149d 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.44-r4.ebuild
@@ -2,13 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools desktop eutils flag-o-matic multilib pam
 
-DESCRIPTION="A modular screen saver and locker for the X Window System"
+inherit autotools flag-o-matic l10n multilib pam
+
+DESCRIPTION="modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/";
-SRC_URI="
-   https://www.jwz.org/xscreensaver/${P}.tar.gz
-"
+SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/x11-misc/xscreensaver/xscreensaver-5.45.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.45.ebuild
index 593985b9f95..424a629aec6 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.45.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.45.ebuild
@@ -2,13 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit autotools desktop eutils flag-o-matic multilib optfeature pam
+inherit autotools flag-o-matic l10n multilib optfeature pam
 
-DESCRIPTION="A modular screen saver and locker for the X Window System"
+DESCRIPTION="modular screen saver and locker for the X Window System"
 HOMEPAGE="https://www.jwz.org/xscreensaver/";
-SRC_URI="
-   https://www.jwz.org/xscreensaver/${P}.tar.gz
-"
+SRC_URI="https://www.jwz.org/xscreensaver/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"



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

2021-06-07 Thread Joonas Niilola
commit: fff6eb8296c940d6b82ab91e7e31099762399cb6
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:20:08 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff6eb82

sys-cluster/vzctl: remove unused eclass, use HTTPS, fix LICENSE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-cluster/vzctl/vzctl-4.9.4.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/vzctl/vzctl-4.9.4.ebuild 
b/sys-cluster/vzctl/vzctl-4.9.4.ebuild
index 7c9536d7182..c81f292bc9d 100644
--- a/sys-cluster/vzctl/vzctl-4.9.4.ebuild
+++ b/sys-cluster/vzctl/vzctl-4.9.4.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
-inherit bash-completion-r1 toolchain-funcs optfeature udev
+inherit bash-completion-r1 optfeature udev
 
 DESCRIPTION="OpenVZ ConTainers control utility"
-HOMEPAGE="http://openvz.org/";
-SRC_URI="http://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2";
+HOMEPAGE="https://openvz.org/";
+SRC_URI="https://download.openvz.org/utils/${PN}/${PV}/src/${P}.tar.bz2";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc64 x86"
 IUSE="+ploop +vzmigrate"



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

2021-06-07 Thread Joonas Niilola
commit: ef7b6fa62bcc57b6a64bd45ab665408cc9b26864
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:23:09 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7b6fa6

sys-fs/aufs-util: remove unused eclass, fix LICENSE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/aufs-util/aufs-util-4.14_p20190603.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-fs/aufs-util/aufs-util-4.14_p20190603.ebuild 
b/sys-fs/aufs-util/aufs-util-4.14_p20190603.ebuild
index 966a157684f..65c39b7f104 100644
--- a/sys-fs/aufs-util/aufs-util-4.14_p20190603.ebuild
+++ b/sys-fs/aufs-util/aufs-util-4.14_p20190603.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic linux-info multilib toolchain-funcs
+inherit linux-info multilib toolchain-funcs
 
 DESCRIPTION="Utilities are always necessary for aufs"
 HOMEPAGE="http://aufs.sourceforge.net/";
@@ -12,9 +12,8 @@ SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 # xz -ve9 *.tar
 
 SLOT="0"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND="
!sys-fs/aufs2



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

2021-06-07 Thread Joonas Niilola
commit: 6f05f7efb771064cc11e76b79b4d3114463617d6
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 16:56:45 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f05f7ef

app-misc/jail: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/jail/jail-2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/jail/jail-2.0-r4.ebuild b/app-misc/jail/jail-2.0-r4.ebuild
index b3921ab2dae..884a5fc7c48 100644
--- a/app-misc/jail/jail-2.0-r4.ebuild
+++ b/app-misc/jail/jail-2.0-r4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="Builds a chroot and configures all the required files, 
directories and libraries"
 HOMEPAGE="https://github.com/spiculator/jail";



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

2021-06-07 Thread Joonas Niilola
commit: 0d9dff77b28b18ed940b681c2a0f222e6367fffc
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:28:13 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9dff77

x11-misc/menulibre: remove unused eclass, update HOMEPAGE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/menulibre/menulibre-2.2.1-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild 
b/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild
index addb2bb8bd7..49bff656b3a 100644
--- a/x11-misc/menulibre/menulibre-2.2.1-r2.ebuild
+++ b/x11-misc/menulibre/menulibre-2.2.1-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
@@ -6,10 +6,10 @@ EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
 PYTHON_REQ_USE="xml"
 DISTUTILS_IN_SOURCE_BUILD=1
-inherit desktop distutils-r1 xdg-utils
+inherit distutils-r1 xdg-utils
 
 DESCRIPTION="Advanced freedesktop.org compliant menu editor"
-HOMEPAGE="https://bluesabre.org/projects/menulibre/";
+HOMEPAGE="https://bluesabre.org/menulibre/";
 SRC_URI="https://launchpad.net/${PN}/$(ver_cut 
1-2)/${PV}/+download/${P}.tar.gz"
 
 LICENSE="GPL-3"



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

2021-06-07 Thread Joonas Niilola
commit: 8bbdb3b959377174d12444dc405482f9470cb48c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:14:50 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbdb3b9

media-gfx/tintii: remove unused eclass, fix LICENSE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/tintii/tintii-2.10.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/tintii/tintii-2.10.0-r1.ebuild 
b/media-gfx/tintii/tintii-2.10.0-r1.ebuild
index b9a5dd6fbb4..fdaaaed6926 100644
--- a/media-gfx/tintii/tintii-2.10.0-r1.ebuild
+++ b/media-gfx/tintii/tintii-2.10.0-r1.ebuild
@@ -4,13 +4,13 @@
 EAPI=7
 
 WX_GTK_VER="3.0-gtk3"
-inherit desktop wxwidgets
+inherit wxwidgets
 
 DESCRIPTION="Photo editor for selective color, saturation, and hue shift 
adjustments"
-HOMEPAGE="https://www.indii.org/software/tintii";
+HOMEPAGE="https://www.indii.org/software/tintii/";
 SRC_URI="https://www.indii.org/files/tint/releases/${P}.tar.gz";
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 



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

2021-06-07 Thread Joonas Niilola
commit: 4489277b769e0d573f74328227464adea6a99795
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:17:47 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4489277b

net-irc/epic5: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-irc/epic5/epic5-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/epic5/epic5-2.0.1.ebuild b/net-irc/epic5/epic5-2.0.1.ebuild
index d38b780348b..45d0990c99f 100644
--- a/net-irc/epic5/epic5-2.0.1.ebuild
+++ b/net-irc/epic5/epic5-2.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 USE_RUBY="ruby24 ruby25 ruby26"
 
-inherit autotools ruby-single toolchain-funcs
+inherit autotools ruby-single
 
 DESCRIPTION="Epic5 IRC Client"
 SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.xz";



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

2021-06-07 Thread Joonas Niilola
commit: b760ae012e573a9c594cf7a3a43aacb175a84c88
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 16:54:43 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b760ae01

app-misc/hivex: update eclasses

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-misc/hivex/hivex-1.3.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/hivex/hivex-1.3.18.ebuild 
b/app-misc/hivex/hivex-1.3.18.ebuild
index 9e486753dc9..cace53ff05e 100644
--- a/app-misc/hivex/hivex-1.3.18.ebuild
+++ b/app-misc/hivex/hivex-1.3.18.ebuild
@@ -8,7 +8,7 @@ RUBY_OPTIONAL=yes
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit eutils perl-module ruby-ng python-single-r1
+inherit l10n perl-module ruby-ng python-single-r1
 
 DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary 
files"
 HOMEPAGE="https://libguestfs.org";



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

2021-06-07 Thread Joonas Niilola
commit: d870c6c3bc9c0581a486b835ff13fce2efe832eb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:37:03 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d870c6c3

x11-terms/sakura: update eclasses

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/20731
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-terms/sakura/sakura-3.7.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-terms/sakura/sakura-3.7.1.ebuild 
b/x11-terms/sakura/sakura-3.7.1.ebuild
index ab800b36599..104d146b985 100644
--- a/x11-terms/sakura/sakura-3.7.1.ebuild
+++ b/x11-terms/sakura/sakura-3.7.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit cmake eutils flag-o-matic xdg-utils
+
+inherit cmake flag-o-matic l10n xdg-utils
 
 DESCRIPTION="sakura is a terminal emulator based on GTK and VTE"
 HOMEPAGE="https://www.pleyades.net/david/projects/sakura";



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

2021-06-07 Thread Joonas Niilola
commit: a55f826eb71cbd74081bc041980b090bdac4765d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:12:09 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55f826e

games-puzzle/nudoku: remove unused eclass, fix LICENSE

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 games-puzzle/nudoku/nudoku-2.1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-puzzle/nudoku/nudoku-2.1.0.ebuild 
b/games-puzzle/nudoku/nudoku-2.1.0.ebuild
index 199f09b2bb1..4ba0f159818 100644
--- a/games-puzzle/nudoku/nudoku-2.1.0.ebuild
+++ b/games-puzzle/nudoku/nudoku-2.1.0.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic
+inherit autotools
 
 DESCRIPTION="ncurses based sudoku game"
-HOMEPAGE="https://jubalh.github.io/nudoku";
+HOMEPAGE="https://jubalh.github.io/nudoku/";
 SRC_URI="https://github.com/jubalh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="cairo"



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

2021-06-07 Thread Joonas Niilola
commit: 3bc5aa42bab2e701337307b24d201475726f1c7b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:16:00 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc5aa42

media-libs/opencolorio: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/opencolorio/opencolorio-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/opencolorio/opencolorio-1.1.1.ebuild 
b/media-libs/opencolorio/opencolorio-1.1.1.ebuild
index 5cff05b434a..8d00c38a853 100644
--- a/media-libs/opencolorio/opencolorio-1.1.1.ebuild
+++ b/media-libs/opencolorio/opencolorio-1.1.1.ebuild
@@ -5,9 +5,9 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
 
-inherit cmake flag-o-matic python-single-r1
+inherit cmake python-single-r1
 
-DESCRIPTION="A color management framework for visual effects and animation"
+DESCRIPTION="color management framework for visual effects and animation"
 HOMEPAGE="https://opencolorio.org/";
 SRC_URI="https://github.com/imageworks/OpenColorIO/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 S="${WORKDIR}/OpenColorIO-${PV}"



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

2021-06-07 Thread Joonas Niilola
commit: 14dbecac69a2f338f115d469ca637c5774b98f7c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat May  8 17:25:30 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 08:33:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14dbecac

sys-fs/dmraid: remove unused eclass

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild 
b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 0d180f48c84..3032982b79b 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools linux-info flag-o-matic
+inherit autotools linux-info
 
 MY_PV=${PV/_/.}-3
 



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

2021-06-07 Thread Miroslav Šulc
commit: eccb187bebf097bb52a2f4af99e0eec4e0ffdcec
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 18:26:00 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 08:52:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eccb187b

dev-java/bcpkix: remove obsolete version

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/bcpkix/Manifest  |  1 -
 dev-java/bcpkix/bcpkix-1.52-r1.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/dev-java/bcpkix/Manifest b/dev-java/bcpkix/Manifest
index bc8c56d5e71..77f16900fb3 100644
--- a/dev-java/bcpkix/Manifest
+++ b/dev-java/bcpkix/Manifest
@@ -1,2 +1 @@
 DIST bcpkix-jdk15on-1.50-sources.jar 401716 BLAKE2B 
7a656218b96da46027c82a023404c32b92a640aa0ed5a1256213139e8dc54f9ef07453478dcc66372a0a49562b92165148f18a5063c24f7569a3e40f649494ba
 SHA512 
6dc6d63db649a94f54c7739144b4120db4255e0a0a713389d54fcd427b95a3ff5ec326ae066cb5aa8a6cf19ccb959cbb22f9f898d39bfe5bf8e20c4d9de6931c
-DIST bcpkix-jdk15on-1.52-sources.jar 422301 BLAKE2B 
10a1b16d0d1f7560ce71f9f99c6efaede73250a1ae298c22396c6ac1eeebe0d51c52f8a6a6b1ff68cfd11ab076d5dc97182fb0accd53e769ef9fa65c6764961c
 SHA512 
55f33846e16f7367a25df0933c904b435933e96d0e881bb949c3e3812618fc0d0b5a2901efa779e02a6f48157231da197e2bf5d8037b22169330fa374b07a988

diff --git a/dev-java/bcpkix/bcpkix-1.52-r1.ebuild 
b/dev-java/bcpkix/bcpkix-1.52-r1.ebuild
deleted file mode 100644
index 70751f75430..000
--- a/dev-java/bcpkix/bcpkix-1.52-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_PN="${PN}-jdk15on"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html";
-SRC_URI="http://central.maven.org/maven2/org/bouncycastle/${MY_PN}/${PV}/${MY_P}-sources.jar";
-
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-LICENSE="BSD"
-SLOT="1.52"
-
-CDEPEND="dev-java/bcprov:${SLOT}"
-
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip
-   ${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.6
-   ${CDEPEND}"
-
-JAVA_GENTOO_CLASSPATH="bcprov-${SLOT}"
-JAVA_ENCODING="ISO-8859-1"
-JAVA_SRC_DIR="org"



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

2021-06-07 Thread Miroslav Šulc
commit: f4e8c6b1ed3f63a01b4717865c89dd6d3dc87007
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 18:27:53 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 08:52:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e8c6b1

dev-java/bcmail: remove obsolete version

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/bcmail/Manifest  |  1 -
 dev-java/bcmail/bcmail-1.52-r3.ebuild | 66 ---
 2 files changed, 67 deletions(-)

diff --git a/dev-java/bcmail/Manifest b/dev-java/bcmail/Manifest
index 59e864c14cb..4482b5ba1fd 100644
--- a/dev-java/bcmail/Manifest
+++ b/dev-java/bcmail/Manifest
@@ -1,3 +1,2 @@
 DIST bcmail-jdk15-145.tar.gz 483519 BLAKE2B 
aed9d4ef1ede10b97979652a012f18e45b7d4d597cb8b3ad168e847563ce14f7effe429b7f213adb77befeb144c4c3a279738b76718bde85ce04265d62ef8e75
 SHA512 
2d3232d5eb1cd75ad56a7316beb32880f3f935fcd3ed0a6cb2cc3e1861dc9f0bece0cbae53471760246505adb5c28328691eb82e11fedb0b160c1248d21c48bb
 DIST bcmail-jdk15on-150.tar.gz 221760 BLAKE2B 
48c5d3b692295dcf2ce1e73ce58097b20c11cc353a8e13da9b8987f19eb69f1dbb37747e778e9323c170c0a3baa2ec7257681beea8da4e95343f71c5c6ed186a
 SHA512 
91727ddc4bf932cfaedd3cb90a807b5fec3120e56fde3e5fc73bb5bf2e97db50a35a63e0b5e342fe29e4b974579c5cdd5d427d01c9dd8e7abd521ccd3d1959f1
-DIST bcmail-jdk15on-152.tar.gz 240800 BLAKE2B 
eb7077f742a8746a1ce13c37bcb936c16f49f6a5eec7421d8f3f93048091d123f416a732add10ed5596fc150d3f129e6b216190c48f6bb1b9d226a0e2bf19637
 SHA512 
e7301991071709b5788e5a813ea765a5e59bb089104a031ca91a509036e7823b851f854e5f96de6a2d2ef817aad4435f78742dea3a9b1dbeb95a6cddf250619e

diff --git a/dev-java/bcmail/bcmail-1.52-r3.ebuild 
b/dev-java/bcmail/bcmail-1.52-r3.ebuild
deleted file mode 100644
index a0af7f956ed..000
--- a/dev-java/bcmail/bcmail-1.52-r3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_P="${PN}-jdk15on-${PV/./}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html";
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="1.52"
-KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-CDEPEND="
-   dev-java/junit:0
-   dev-java/bcprov:${SLOT}
-   dev-java/bcpkix:${SLOT}
-   dev-java/oracle-javamail:0"
-
-DEPEND="
-   ${CDEPEND}
-   >=virtual/jdk-1.6"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-S="${WORKDIR}/${MY_P}"
-
-JAVA_GENTOO_CLASSPATH="
-   junit
-   bcprov-${SLOT}
-   bcpkix-${SLOT}
-   oracle-javamail
-"
-
-# Package can't be built with test as bcprov and bcpkix can't be built with 
test.
-RESTRICT="test"
-
-src_unpack() {
-   default
-   cd "${S}" || die
-   unpack ./src.zip
-}
-
-src_prepare() {
-   default
-   rm -rv \
-   org/bouncycastle/mail/smime/test/* \
-   org/bouncycastle/mail/smime/examples/CreateSignedMail.java || 
die
-}
-
-src_compile() {
-   java-pkg-simple_src_compile
-}
-
-src_install() {
-   java-pkg-simple_src_install
-   use source && java-pkg_dosrc org
-}



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

2021-06-07 Thread Miroslav Šulc
commit: 85235b0a52dd1f409e416a997d2608485d9e0c6e
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 18:34:28 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 08:52:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85235b0a

dev-java/bcprov: remove obsolete versions

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

 dev-java/bcprov/bcprov-1.52-r1.ebuild | 65 ---
 dev-java/bcprov/bcprov-1.52-r4.ebuild | 53 
 2 files changed, 118 deletions(-)

diff --git a/dev-java/bcprov/bcprov-1.52-r1.ebuild 
b/dev-java/bcprov/bcprov-1.52-r1.ebuild
deleted file mode 100644
index 935b829f88c..000
--- a/dev-java/bcprov/bcprov-1.52-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_P="${PN}-jdk15on-${PV/./}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="https://www.bouncycastle.org/java.html";
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="1.52"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-CDEPEND=""
-
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip
-   ${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.6
-   ${CDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-JAVA_ENCODING="ISO-8859-1"
-
-# Package can't be build with test as bcprov and bcpkix can't be built with 
test.
-RESTRICT="test"
-
-src_unpack() {
-   default
-   cd "${S}"
-   unpack ./src.zip
-}
-
-java_prepare() {
-   if ! use test; then
-   # There are too many files to delete so we won't be using 
JAVA_RM_FILES
-   # (it produces a lot of output).
-   local RM_TEST_FILES=()
-   while read -d $'\0' -r file; do
-   RM_TEST_FILES+=("${file}")
-   done < <(find . -name "*Test*.java" -type f -print0)
-   while read -d $'\0' -r file; do
-   RM_TEST_FILES+=("${file}")
-   done < <(find . -name "*Mock*.java" -type f -print0)
-
-   rm -v "${RM_TEST_FILES[@]}"
-   fi
-}
-
-src_compile() {
-   java-pkg-simple_src_compile
-}
-
-src_install() {
-   java-pkg-simple_src_install
-   use source && java-pkg_dosrc org
-}

diff --git a/dev-java/bcprov/bcprov-1.52-r4.ebuild 
b/dev-java/bcprov/bcprov-1.52-r4.ebuild
deleted file mode 100644
index ecc5327b8d1..000
--- a/dev-java/bcprov/bcprov-1.52-r4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="org.bouncycastle:bcprov-jdk15on:1.52"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_P="${PN}-jdk15on-${PV/./}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html";
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="1.52"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-BDEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-JAVA_ENCODING="ISO-8859-1"
-
-# Package can't be build with test as bcprov and bcpkix can't be built with 
test.
-RESTRICT="test"
-
-src_unpack() {
-   default
-   cd "${S}"
-   unpack ./src.zip
-}
-
-src_prepare() {
-   default
-#  if ! use test; then
-   # There are too many files to delete so we won't be using 
JAVA_RM_FILES
-   # (it produces a lot of output).
-   local RM_TEST_FILES=()
-   while read -d $'\0' -r file; do
-   RM_TEST_FILES+=("${file}")
-   done < <(find . -name "*Test*.java" -type f -print0)
-   while read -d $'\0' -r file; do
-   RM_TEST_FILES+=("${file}")
-   done < <(find . -name "*Mock*.java" -type f -print0)
-
-   rm -v "${RM_TEST_FILES[@]}" || die
-#  fi
-}



[gentoo-commits] repo/gentoo:master commit in: net-vpn/i2p/

2021-06-07 Thread Miroslav Šulc
commit: bb03a17bbcc1400a7db08ff120c8fe4fe66864a1
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 18:20:02 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 08:52:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb03a17b

net-vpn/i2p: remove obsolete version

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 net-vpn/i2p/Manifest  |   1 -
 net-vpn/i2p/i2p-0.9.47.ebuild | 214 --
 2 files changed, 215 deletions(-)

diff --git a/net-vpn/i2p/Manifest b/net-vpn/i2p/Manifest
index bf0384c8731..f35773ca085 100644
--- a/net-vpn/i2p/Manifest
+++ b/net-vpn/i2p/Manifest
@@ -1,2 +1 @@
-DIST i2psource_0.9.47.tar.bz2 32488438 BLAKE2B 
e1544475dad526e242570918c1bb967a4b713567e71201e08b73c8995743a68396b5951f477bfe8830927c0cdf7e991a25a1978d4aaf88cae3e4218ba57a8818
 SHA512 
7fdd9ab0b3e81aa89e73be6fa172d723c2b5a67365116a1e0e0ec948067fe4f58e3ad946a0ef4605602c0d803b98e37b2d5692a39a14cf7433d546ada204cbc9
 DIST i2psource_0.9.48.tar.bz2 33029295 BLAKE2B 
8210018610d3dd8272d3c136f32048ede9446c517971be97d6588c6a1a592e9db2261077da3634fa29af28ecdb488427dd1145a731b130b75f41c3c56a8c8779
 SHA512 
ddfbc8f86bc2fd4012e14732493d30e292af1603d74b1f786a0ecc56a1373301ec9b3fd16fe2e3f953053291b8efdb5510959fcf1e42d7e5f8ec87d85a8a

diff --git a/net-vpn/i2p/i2p-0.9.47.ebuild b/net-vpn/i2p/i2p-0.9.47.ebuild
deleted file mode 100644
index a775e06556d..000
--- a/net-vpn/i2p/i2p-0.9.47.ebuild
+++ /dev/null
@@ -1,214 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2 java-ant-2 systemd
-
-DESCRIPTION="A privacy-centric, anonymous network"
-HOMEPAGE="https://geti2p.net";
-SRC_URI="https://download.i2p2.de/releases/${PV}/i2psource_${PV}.tar.bz2";
-
-LICENSE="Apache-2.0 Artistic BSD CC-BY-2.5 CC-BY-3.0 CC-BY-SA-3.0 EPL-1.0 
GPL-2 GPL-3 LGPL-2.1 LGPL-3 MIT public-domain WTFPL-2"
-SLOT="0"
-
-# Until the deps reach other arches
-KEYWORDS="~amd64 ~x86"
-IUSE="nls test"
-RESTRICT="!test? ( test )"
-
-# dev-java/ant-core is automatically added due to java-ant-2.eclass
-CP_DEPEND="
-   dev-java/bcprov:1.50
-   dev-java/jrobin:0
-   dev-java/slf4j-api:0
-   dev-java/tomcat-jstl-impl:0
-   dev-java/tomcat-jstl-spec:0
-   dev-java/java-service-wrapper:0
-   dev-java/commons-logging:0
-   dev-java/slf4j-simple:0
-   java-virtuals/servlet-api:3.1
-"
-
-DEPEND="${CP_DEPEND}
-   dev-java/eclipse-ecj:*
-   nls? ( >=sys-devel/gettext-0.19 )
-   virtual/jdk:1.8
-   test? (
-   dev-java/ant-junit4:0
-   dev-java/hamcrest-core:1.3
-   dev-java/hamcrest-library:1.3
-   dev-java/junit:4
-   )
-"
-
-RDEPEND="${CP_DEPEND}
-   acct-user/i2p
-   acct-group/i2p
-   virtual/jre:1.8
-   net-libs/nativebiginteger:0
-"
-
-EANT_BUILD_TARGET="pkg"
-# no scala as depending on antlib.xml not installed by dev-lang/scala
-EANT_TEST_TARGET="junit.test"
-JAVA_ANT_ENCODING="UTF-8"
-
-PATCHES=(
-   "${FILESDIR}/${P}-DataHelper-decompress-fix-length-check.patch"
-)
-
-src_prepare() {
-   if use test; then
-   # no *streaming as requiring >dev-java/mockito-1.9.5
-   sed -e "/streaming.*junit\.test/d" \
-   -i build.xml ||
-   die "unable to remove ministreaming tests"
-   fi
-
-   # as early as possible to allow generic patches to be applied
-   default
-
-   java-ant_rewrite-classpath
-
-   java-pkg-2_src_prepare
-
-   # We're on GNU/Linux, we don't need .exe files
-   echo "noExe=true" > override.properties || die
-   if ! use nls; then
-   echo "require.gettext=false" >> override.properties || die
-   fi
-
-   # avoid auto starting browser
-   sed -i "s|clientApp.4.startOnLoad=true|clientApp.4.startOnLoad=false|" \
-   "installer/resources/clients.config" || die
-
-   # generate wrapper classpath, keeping the default to be replaced later
-   i2p_cp="" # global forced by java-pkg_gen-cp
-   java-pkg_gen-cp i2p_cp
-   local lib i=2
-   local cp="wrapper.java.classpath.1=${EPREFIX}/usr/share/i2p/lib/*\n"
-   for lib in ${i2p_cp//,/ }
-   do
-   cp+="wrapper.java.classpath.$((i++))=$(java-pkg_getjars 
${lib})\n"
-   done
-
-   # add generated cp, hardcode system VM, setting system's conf
-   sed -e "s|\(wrapper\.java\.classpath\.1\)=.*|${cp}|" \
-   -e 
"s|\(wrapper\.java\.command\)=.*|\1=/etc/java-config-2/current-system-vm/bin/java|"
 \
-   -e 
"s|\(wrapper\.java\.library\.path\.1\)=.*|\1=/usr/$(get_libdir)/java-service-wrapper|"
 \
-   -e 
"s|\(wrapper\.java\.library\.path\)\.2=.*|\1.2=${EPREFIX}/usr/share/i2p/lib\n\1.3=/usr/$(get_libd

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

2021-06-07 Thread Miroslav Šulc
commit: 0cf35e0d56ecb0a107169b3f5d69ed578760931e
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun  6 18:29:38 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 08:52:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf35e0d

dev-java/bcpg: remove obsoleter versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/bcpg/Manifest|  1 -
 dev-java/bcpg/bcpg-1.52-r1.ebuild | 70 -
 dev-java/bcpg/bcpg-1.52-r2.ebuild | 73 ---
 3 files changed, 144 deletions(-)

diff --git a/dev-java/bcpg/Manifest b/dev-java/bcpg/Manifest
index 9ccda10b7f7..ae13922d56a 100644
--- a/dev-java/bcpg/Manifest
+++ b/dev-java/bcpg/Manifest
@@ -1,2 +1 @@
 DIST bcpg-jdk15on-150.tar.gz 691012 BLAKE2B 
ee566fb6deb44177e31bfe80b6bd1f13d39d6820cffe3693bd85314ccfd65c4805275b3925d52a6bda6b1ad7e3ea267f1f0bed3926420b5920e5f300020ecd9a
 SHA512 
763d253b9bb45b7e7fab75d557daa784c3d4a503ced979adc986e5688c3939db248853c864a2f4bec6d5b1dd9ed668d5f278c91b5607774fc703971d0b330fe6
-DIST bcpg-jdk15on-152.tar.gz 748424 BLAKE2B 
f847fa95ae4eff6c9c95f23ad318d3b967bd224a5dbaea20f8e904a50173076e16723519e8985d4afd2ac02c6a7fe83399e0c6005971bd460b41055c4866a506
 SHA512 
1619a8cd4024129876266415406882ac5df3dd84fd3e01d7593304874ad641fe72ae95150d0e4414b294e2e5ca8eb39e41a25658f9502b4cd9622fbf0f3d45a0

diff --git a/dev-java/bcpg/bcpg-1.52-r1.ebuild 
b/dev-java/bcpg/bcpg-1.52-r1.ebuild
deleted file mode 100644
index 74354a732de..000
--- a/dev-java/bcpg/bcpg-1.52-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_P="${PN}-jdk15on-${PV/./}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html";
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="1.52"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-# Tests are currently broken. Appears to need older version of bcprov; but 
since bcprov is not slotted, this can cause conflicts.
-# Needs further investigation; though, only a small part has tests and there 
are no tests for bcpg itself.
-RESTRICT="test"
-
-CDEPEND="dev-java/bcprov:${SLOT}"
-
-DEPEND=">=virtual/jdk-1.6
-   app-arch/unzip
-   test? (
-   dev-java/ant-junit:0
-   )
-   ${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.6
-   ${CDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-JAVA_GENTOO_CLASSPATH="bcprov-${SLOT}"
-
-src_unpack() {
-   default
-   cd "${S}"
-   unpack ./src.zip
-}
-
-java_prepare() {
-   if ! use test; then
-   local RM_TEST_FILES=(
-   org/bouncycastle/openpgp/test
-   org/bouncycastle/openpgp/examples/test
-   )
-   rm -rf "${RM_TEST_FILES[@]}" || die
-   fi
-}
-
-src_compile() {
-   java-pkg-simple_src_compile
-}
-
-src_test() {
-   local cp="${PN}.jar:bcprov.jar:junit.jar"
-   local pkg="org.bouncycastle"
-   java -cp ${cp} ${pkg}.openpgp.test.AllTests | tee openpgp.tests
-   grep -q FAILURES *.tests && die "Tests failed."
-}
-
-src_install() {
-   java-pkg-simple_src_install
-   use source && java-pkg_dosrc org
-}

diff --git a/dev-java/bcpg/bcpg-1.52-r2.ebuild 
b/dev-java/bcpg/bcpg-1.52-r2.ebuild
deleted file mode 100644
index a819a8dcd7e..000
--- a/dev-java/bcpg/bcpg-1.52-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_P="${PN}-jdk15on-${PV/./}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html";
-SRC_URI="http://polydistortion.net/bc/download/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="1.52"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-# Tests are currently broken. Appears to need older version of bcprov; but
-# since bcprov is not slotted, this can cause conflicts.  Needs further
-# investigation; though, only a small part has tests and there are no tests for
-# bcpg itself.
-RESTRICT="test"
-
-CDEPEND="dev-java/bcprov:${SLOT}"
-
-DEPEND="
-   ${CDEPEND}
-   >=virtual/jdk-1.6
-   test? ( dev-java/ant-junit:0 )"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-S="${WORKDIR}/${MY_P}"
-
-JAVA_GENTOO_CLASSPATH="bcprov-${SLOT}"
-
-src_unpack() {
-   default
-   cd "${S}" || die
-   unpack ./src.zip
-}
-
-src_prepare() {
-   default
-   if ! use test; then
-   local RM_TEST_FILES=(
-   org/bouncycastle/openpgp/test
-   org/bo

[gentoo-commits] repo/gentoo:master commit in: media-libs/speexdsp/files/, media-libs/speexdsp/

2021-06-07 Thread Miroslav Šulc
commit: a6969b32e54992ac7ba3de27f0a77354baeaedb2
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Jun  7 09:14:01 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Jun  7 09:14:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6969b32

media-libs/speexdsp: removed obsolete 1.2_rc3-r3

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

 media-libs/speexdsp/Manifest   |  1 -
 .../files/speexdsp-1.2_rc3-config_types.h.patch| 61 
 .../files/speexdsp-1.2_rc3-configure.patch | 44 ---
 .../speexdsp/files/speexdsp-1.2_rc3-overflow.patch | 66 --
 media-libs/speexdsp/speexdsp-1.2_rc3-r3.ebuild | 59 ---
 5 files changed, 231 deletions(-)

diff --git a/media-libs/speexdsp/Manifest b/media-libs/speexdsp/Manifest
index dc23d895ce6..fcff49ea4f2 100644
--- a/media-libs/speexdsp/Manifest
+++ b/media-libs/speexdsp/Manifest
@@ -1,2 +1 @@
 DIST speexdsp-1.2.0.tar.gz 919621 BLAKE2B 
70c7d07f4b23abbb70cfb212a6541288c71f57fffd5fe22ddd94901a7d01fa403a69b7884e3a4a2267ffd45a7e053b1ae7c7fd662e57053a06d4a7efb7889610
 SHA512 
e357cd5377415ea66c862302c7cf8bf6a10063cacd903f0846478975b87974cf5bdf00e2c6759d8f4f453c4c869cf284e9dc948a84a83d7b2ab96bd5405c05ec
-DIST speexdsp-1.2rc3.tar.gz 901771 BLAKE2B 
85d047df82fc06906598da39ae653aa245c246bfea75c02d25f7811983babdab6a8499c9b563e0d7d2145fa490674df2cf0a05989884ffb3c2c2a183415ce841
 SHA512 
29dfa8345df025eeb076561648a9b5c0485692be699b6da3c2a3734b4329187a1c2eb181252f4df12b21f1309ecdf59797437dfb123d160fd723491ab216e858

diff --git a/media-libs/speexdsp/files/speexdsp-1.2_rc3-config_types.h.patch 
b/media-libs/speexdsp/files/speexdsp-1.2_rc3-config_types.h.patch
deleted file mode 100644
index 835769dde70..000
--- a/media-libs/speexdsp/files/speexdsp-1.2_rc3-config_types.h.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From c470e2e89a6ca75b507437467692cd684b71a526 Mon Sep 17 00:00:00 2001
-From: Tanu Kaskinen 
-Date: Sun, 5 Jul 2015 18:10:19 +0300
-Subject: [PATCH] Don't rely on HAVE_STDINT_H et al. being defined
-
-Not everyone who includes speexdsp_config_types.h will have a test
-which defines those, and if we've chosen to use the stdint types at
-configure time then we know exactly which header(s) are available, so
-just choose the best one then and generate the header to use it.
-
-This patch, including the above text, is copied from a commit in the
-speex repository[1]. The original commit for speex was made by Ron
-.
-
-[1] 
https://git.xiph.org/?p=speex.git;a=commitdiff;h=774c87d6cb7dd8dabdd17677fc6da753ecf4aa87
-
-Signed-off-by: Tanu Kaskinen 

- configure.ac | 6 ++
- include/speex/speexdsp_config_types.h.in | 8 +---
- 2 files changed, 7 insertions(+), 7 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 2cd2d1e..1de0c23 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -334,6 +334,12 @@ AC_SUBST([USIZE16])
- AC_SUBST([SIZE32])
- AC_SUBST([USIZE32])
- 
-+AS_IF([test "$ac_cv_header_stdint_h" = "yes"],[INCLUDE_STDINT="#include 
"],
-+  [test "$ac_cv_header_inttypes_h" = "yes"],  [INCLUDE_STDINT="#include 
"],
-+  [test "$ac_cv_header_sys_types_h" = "yes"], [INCLUDE_STDINT="#include 
"])
-+
-+AC_SUBST([INCLUDE_STDINT])
-+
- AC_CONFIG_FILES([
-Makefile libspeexdsp/Makefile doc/Makefile SpeexDSP.spec
-include/Makefile include/speex/Makefile speexdsp.pc
-diff --git a/include/speex/speexdsp_config_types.h.in 
b/include/speex/speexdsp_config_types.h.in
-index 02b82fd..5ea7b55 100644
 a/include/speex/speexdsp_config_types.h.in
-+++ b/include/speex/speexdsp_config_types.h.in
-@@ -1,13 +1,7 @@
- #ifndef __SPEEX_TYPES_H__
- #define __SPEEX_TYPES_H__
- 
--#if defined HAVE_STDINT_H
--#  include 
--#elif defined HAVE_INTTYPES_H
--#  include 
--#elif defined HAVE_SYS_TYPES_H
--#  include 
--#endif
-+@INCLUDE_STDINT@
- 
- typedef @SIZE16@ spx_int16_t;
- typedef @USIZE16@ spx_uint16_t;
--- 
-2.1.4
-

diff --git a/media-libs/speexdsp/files/speexdsp-1.2_rc3-configure.patch 
b/media-libs/speexdsp/files/speexdsp-1.2_rc3-configure.patch
deleted file mode 100644
index ae29da58438..000
--- a/media-libs/speexdsp/files/speexdsp-1.2_rc3-configure.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-diff -Naur speexdsp-1.2rc3.orig/configure.ac speexdsp-1.2rc3/configure.ac
 speexdsp-1.2rc3.orig/configure.ac  2016-12-12 20:04:48.710853453 -0800
-+++ speexdsp-1.2rc3/configure.ac   2016-12-12 20:05:07.588052415 -0800
-@@ -151,10 +151,17 @@
- AC_ARG_ENABLE(sse, [  --enable-sseEnable SSE support], [
- if test "x$enableval" != xno; then
- has_sse=yes
--has_sse2=yes
--CFLAGS="$CFLAGS -O3 -msse -msse2"
-+CFLAGS="$CFLAGS -msse"
- else
- has_sse=no
-+fi
-+])
-+
-+AC_ARG_ENABLE(sse2, [  --enable-sse2   Enable SSE2 support], [
-+if test "x$enableval" != xno; then
-+has_sse2=yes
-+CFLAGS="$CFLAGS -msse2"
-+else
- has_sse2

[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/paperde/

2021-06-07 Thread Maciej Barć
commit: c04ca108eb463813b81fb6e16edc4b629bc024d5
Author: Maciej Barć  riseup  net>
AuthorDate: Mon Jun  7 09:36:21 2021 +
Commit: Maciej Barć  riseup  net>
CommitDate: Mon Jun  7 09:36:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c04ca108

gui-apps/paperde: remove version limits

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 gui-apps/paperde/paperde-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gui-apps/paperde/paperde-.ebuild 
b/gui-apps/paperde/paperde-.ebuild
index 18b6d99fc..01d7a69a4 100644
--- a/gui-apps/paperde/paperde-.ebuild
+++ b/gui-apps/paperde/paperde-.ebuild
@@ -38,12 +38,11 @@ DEPEND="
gui-libs/libcprime
gui-libs/libcsys
 "
-# Because of gui-wm/wayfire build failure, also add requirement constraints 
here
-#   wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0'
+
 RDEPEND="
${DEPEND}
-   =gui-wm/wayfire-0.7.0[X]
+   gui-libs/wlroots
+   gui-wm/wayfire[X]
sys-apps/xdg-desktop-portal
x11-misc/qt5ct
 "



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

2021-06-07 Thread Marek Szuba
commit: cd6cb4916edc7c245758f244e205117f52fe79e2
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jun  7 09:52:02 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jun  7 09:52:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6cb491

x11-misc/read-edid: drop 1.4.2

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

 x11-misc/read-edid/Manifest   |  1 -
 x11-misc/read-edid/read-edid-1.4.2.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/x11-misc/read-edid/Manifest b/x11-misc/read-edid/Manifest
index 484287bc425..e77014bb262 100644
--- a/x11-misc/read-edid/Manifest
+++ b/x11-misc/read-edid/Manifest
@@ -1,2 +1 @@
-DIST read-edid-1.4.2.tar.gz 84138 BLAKE2B 
300d2bf71477ffaf4a3ee2a100f6935635e17db3bd8419ea13e6d7c7fafc2e2d9476bdeadb231c73a71e299ecf9e62dfe7830187167ac40b92ef6e65e54c509c
 SHA512 
b52c763a7713661a542f707d48251257c9540c4b1ad517b7ddbbc051edf919600cf27f93c13e32d5d6d148dd08327dc91f11eecc0b6db82179d044cef5b52550
 DIST read-edid-3.0.2.tar.gz 17508 BLAKE2B 
bd27f01fba0b9bf5ca5e5d8d4af422cc14120ce280ec1abe047f31e11f85fbe1b8a8e729b97ef2272e2ab3354871175e91bc11f8c15b2aec0cd10d37aceba392
 SHA512 
779ebe7f1ffb6e7952762b5f886e07974f2c0fe5fa9be0722b928559466b56aae450f741817bb91bb2e33ca66ab27af39cea3c7af220c99b85dae81734138aac

diff --git a/x11-misc/read-edid/read-edid-1.4.2.ebuild 
b/x11-misc/read-edid/read-edid-1.4.2.ebuild
deleted file mode 100644
index e21cc086c58..000
--- a/x11-misc/read-edid/read-edid-1.4.2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Get EDID information from a PnP monitor"
-HOMEPAGE="http://www.polypux.org/projects/read-edid/";
-SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
-
-src_configure() {
-   econf --mandir=/usr/share/man
-}



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

2021-06-07 Thread Marek Szuba
commit: 65f4aaa3ce4b862fb01ca8e8bf38d59b34805aee
Author: Michal Privoznik  redhat  com>
AuthorDate: Mon Jun  7 09:10:24 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jun  7 10:06:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f4aaa3

net-misc/youtube-dl: Inherit git-r3 for live ebuild

The interit of git-r3 eclass was mistakenly removed in
a27a5dfb92de4aed3922446d5521aaf0cafc475e. Without this,
the ebuild fails to fetch and unpack the source.

Signed-off-by: Michal Privoznik  redhat.com>
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/net-misc/youtube-dl/youtube-dl-.ebuild 
b/net-misc/youtube-dl/youtube-dl-.ebuild
index 429ca756719..c520ac3d8bb 100644
--- a/net-misc/youtube-dl/youtube-dl-.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
+inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 git-r3
 
 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
 HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/";



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

2021-06-07 Thread Marek Szuba
commit: 5bf2727139974d789e1a3b3a10d3a6e85ffd6c62
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Jun  7 10:08:51 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jun  7 10:10:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf27271

net-misc/youtube-dl-: fix inherit order following the previous commit

Closes: https://github.com/gentoo/gentoo/pull/21147
Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/net-misc/youtube-dl/youtube-dl-.ebuild 
b/net-misc/youtube-dl/youtube-dl-.ebuild
index c520ac3d8bb..50bd1337b3f 100644
--- a/net-misc/youtube-dl/youtube-dl-.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 git-r3
+inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
 HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/";



[gentoo-commits] repo/gentoo:master commit in: www-client/surf/, www-client/surf/files/

2021-06-07 Thread Joonas Niilola
commit: 5a200bbbdf0dec57be5b2b5aa50e2acbf130ab9c
Author: Petr Vaněk  atlas  cz>
AuthorDate: Tue May 18 17:06:31 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 11:05:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a200bbb

www-client/surf: add 2.1

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/surf/Manifest| 1 +
 www-client/surf/files/{surf--gentoo.patch => surf-2.1-gentoo.patch} | 2 +-
 www-client/surf/{surf-.ebuild => surf-2.1.ebuild}   | 2 +-
 www-client/surf/surf-.ebuild| 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-client/surf/Manifest b/www-client/surf/Manifest
index 85373d1ede5..3d1984435d0 100644
--- a/www-client/surf/Manifest
+++ b/www-client/surf/Manifest
@@ -1 +1,2 @@
 DIST surf-2.0.tar.gz 19056 BLAKE2B 
d9ef974ec14ce1ddf2437a43ccb0f424ada75d64ce926b19ac56f072d3589e6d251220842372f100f835ffbcccea2c402306a0c9f19f25462f5cb69fe4d7d175
 SHA512 
75798bb189fa2c2c93827672089a86cf155aa7b5c7c1a0887a34817ca41763907e44a02f52947535d37a043f827d2c0fe75d16a3d172079f9cab8da341e4c0c5
+DIST surf-2.1.tar.gz 22555 BLAKE2B 
3170b0b26893361ec84f2552051dc85b4a6fc132ff09a2dc2e9256f8ec8cdf93650c41b4d0466ebb5b608e2bde9282c1d1f64bb6f17114c58da7616994473f22
 SHA512 
06f31f683a941d9a587d908ae7f6949255937b0b0c9c133a18c6fa753c7da75de267adda1c83dd9ba0a8535e2b6d4ff2b5408cc5e8a2e315d4198fe68df5db12

diff --git a/www-client/surf/files/surf--gentoo.patch 
b/www-client/surf/files/surf-2.1-gentoo.patch
similarity index 97%
rename from www-client/surf/files/surf--gentoo.patch
rename to www-client/surf/files/surf-2.1-gentoo.patch
index fe6324ddbc9..9ef89da2366 100644
--- a/www-client/surf/files/surf--gentoo.patch
+++ b/www-client/surf/files/surf-2.1-gentoo.patch
@@ -1,6 +1,6 @@
 --- a/config.mk
 +++ b/config.mk
-@@ -4,18 +4,18 @@ VERSION = 2.0
+@@ -4,18 +4,18 @@ VERSION = 2.1
  # Customize below to fit your system
  
  # paths

diff --git a/www-client/surf/surf-.ebuild b/www-client/surf/surf-2.1.ebuild
similarity index 97%
copy from www-client/surf/surf-.ebuild
copy to www-client/surf/surf-2.1.ebuild
index 19c3211f609..15922a19958 100644
--- a/www-client/surf/surf-.ebuild
+++ b/www-client/surf/surf-2.1.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
virtual/pkgconfig
 "
 PATCHES=(
-   "${FILESDIR}"/${PN}--gentoo.patch
+   "${FILESDIR}"/${P}-gentoo.patch
 )
 
 pkg_setup() {

diff --git a/www-client/surf/surf-.ebuild b/www-client/surf/surf-.ebuild
index 19c3211f609..2b48a07f1c2 100644
--- a/www-client/surf/surf-.ebuild
+++ b/www-client/surf/surf-.ebuild
@@ -41,7 +41,7 @@ BDEPEND="
virtual/pkgconfig
 "
 PATCHES=(
-   "${FILESDIR}"/${PN}--gentoo.patch
+   "${FILESDIR}"/${PN}-2.1-gentoo.patch
 )
 
 pkg_setup() {



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

2021-06-07 Thread Joonas Niilola
commit: 6cc4dd2af14fee51a3b36dd8b80175db24a92797
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed May 19 14:14:48 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 11:05:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc4dd2a

www-client/surf: add myself as maintainer

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/20882
Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/surf/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/www-client/surf/metadata.xml b/www-client/surf/metadata.xml
index 52593948c04..7f6462d4bbc 100644
--- a/www-client/surf/metadata.xml
+++ b/www-client/surf/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
+  
+arka...@atlas.cz
+Petr Vaněk
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
   
 Without a saved config.h, this package depends on 
net-misc/curl and x11-terms/st for a default download 
mechanism
 Install surf-open.sh script for running surf in 
x11-misc/tabbed



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

2021-06-07 Thread Joonas Niilola
commit: 7aa3ad8101eb97eb81c929f6ecc424e79ff6cce6
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed May 19 07:34:37 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jun  7 11:05:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa3ad81

www-client/surf: update live

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/surf/surf-.ebuild | 28 
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/www-client/surf/surf-.ebuild b/www-client/surf/surf-.ebuild
index d6b737a623d..19c3211f609 100644
--- a/www-client/surf/surf-.ebuild
+++ b/www-client/surf/surf-.ebuild
@@ -2,40 +2,44 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit git-r3 savedconfig toolchain-funcs
+inherit savedconfig toolchain-funcs
 
 DESCRIPTION="a simple web browser based on WebKit/GTK+"
 HOMEPAGE="https://surf.suckless.org/";
-EGIT_REPO_URI="https://git.suckless.org/surf";
-EGIT_BRANCH="surf-webkit2"
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.suckless.org/surf";
+   EGIT_BRANCH="surf-webkit2"
+else
+   SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz";
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
 IUSE="tabbed"
 
-COMMON_DEPEND="
+DEPEND="
app-crypt/gcr[gtk]
dev-libs/glib:2
net-libs/webkit-gtk:4
x11-libs/gtk+:3
x11-libs/libX11
 "
-DEPEND="
-   ${COMMON_DEPEND}
-   virtual/pkgconfig
-"
-RDEPEND="
+RDEPEND="${DEPEND}
!sci-chemistry/surf
-   ${COMMON_DEPEND}
!savedconfig? (
-   >=x11-misc/dmenu-4.7
net-misc/curl
x11-apps/xprop
+   x11-misc/dmenu
x11-terms/st
)
tabbed? ( x11-misc/tabbed )
 "
+BDEPEND="
+   virtual/pkgconfig
+"
 PATCHES=(
"${FILESDIR}"/${PN}--gentoo.patch
 )



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

2021-06-07 Thread Mike Pagano
commit: 2d4b45c54778aa120dd8467beb7e9a3c42005258
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Jun  7 11:22:42 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun  7 11:22:42 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=2d4b45c5

Upgrade wireguard patch to v1.0.202100606

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

 _README|   2 +-
 ... => 2400_wireguard-backport-v1.0.20210606.patch | 497 +++--
 2 files changed, 271 insertions(+), 228 deletions(-)

diff --git a/_README b/_README
index f6d1278..fbcce52 100644
--- a/_README
+++ b/_README
@@ -551,7 +551,7 @@ Patch:  
2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
 From:   
https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-mar...@holtmann.org/raw
 Desc:   Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. 
See bug #686758
 
-Patch:  2400_wireguard-backport-v1.0.20210424.patch
+Patch:  2400_wireguard-backport-v1.0.202100606.patch
 From:   https://git.zx2c4.com/wireguard-linux/
 Desc:   Extremely simple yet fast and modern VPN that utilizes 
state-of-the-art cryptography
 

diff --git a/2400_wireguard-backport-v1.0.20210424.patch 
b/2400_wireguard-backport-v1.0.20210606.patch
similarity index 99%
rename from 2400_wireguard-backport-v1.0.20210424.patch
rename to 2400_wireguard-backport-v1.0.20210606.patch
index 34d7aa5..a5b7b80 100755
--- a/2400_wireguard-backport-v1.0.20210424.patch
+++ b/2400_wireguard-backport-v1.0.20210606.patch
@@ -3380,7 +3380,7 @@ exit 0
 -  u32 u[5];
 -  /* ... silently appended r^3 and r^4 when using AVX2 */
 +asmlinkage void poly1305_init_x86_64(void *ctx,
-+   const u8 key[POLY1305_KEY_SIZE]);
++   const u8 key[POLY1305_BLOCK_SIZE]);
 +asmlinkage void poly1305_blocks_x86_64(void *ctx, const u8 *inp,
 + const size_t len, const u32 padbit);
 +asmlinkage void poly1305_emit_x86_64(void *ctx, u8 mac[POLY1305_DIGEST_SIZE],
@@ -3462,7 +3462,7 @@ exit 0
 +}
  
 -  return crypto_poly1305_init(desc);
-+static void poly1305_simd_init(void *ctx, const u8 key[POLY1305_KEY_SIZE])
++static void poly1305_simd_init(void *ctx, const u8 key[POLY1305_BLOCK_SIZE])
 +{
 +  poly1305_init_x86_64(ctx, key);
  }
@@ -3523,7 +3523,7 @@ exit 0
  
 -  BUILD_BUG_ON(offsetof(struct poly1305_simd_desc_ctx, base));
 -  sctx = container_of(dctx, struct poly1305_simd_desc_ctx, base);
-+void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 *key)
++void poly1305_init_arch(struct poly1305_desc_ctx *dctx, const u8 
key[POLY1305_KEY_SIZE])
 +{
 +  poly1305_simd_init(&dctx->h, key);
 +  dctx->s[0] = get_unaligned_le32(&key[16]);
@@ -4104,7 +4104,7 @@ exit 0
.digestsize = POLY1305_DIGEST_SIZE,
 --- b/include/crypto/internal/poly1305.h
 +++ b/include/crypto/internal/poly1305.h
-@@ -0,0 +1,33 @@
+@@ -0,0 +1,34 @@
 +/* SPDX-License-Identifier: GPL-2.0 */
 +/*
 + * Common values for the Poly1305 algorithm
@@ -4125,7 +4125,8 @@ exit 0
 + * only the ε-almost-∆-universal hash function (not the full MAC) is computed.
 + */
 +
-+void poly1305_core_setkey(struct poly1305_core_key *key, const u8 *raw_key);
++void poly1305_core_setkey(struct poly1305_core_key *key,
++const u8 raw_key[POLY1305_BLOCK_SIZE]);
 +static inline void poly1305_core_init(struct poly1305_state *state)
 +{
 +  *state = (struct poly1305_state){};
@@ -4140,7 +4141,7 @@ exit 0
 +#endif
 --- b/include/crypto/poly1305.h
 +++ b/include/crypto/poly1305.h
-@@ -14,51 +14,84 @@
+@@ -14,51 +14,86 @@
  #define POLY1305_DIGEST_SIZE  16
  
 +/* The poly1305_key and poly1305_state types are mostly opaque and
@@ -4206,8 +4207,10 @@ exit 0
 - */
 -void poly1305_core_setkey(struct poly1305_key *key, const u8 *raw_key);
 -static inline void poly1305_core_init(struct poly1305_state *state)
-+void poly1305_init_arch(struct poly1305_desc_ctx *desc, const u8 *key);
-+void poly1305_init_generic(struct poly1305_desc_ctx *desc, const u8 *key);
++void poly1305_init_arch(struct poly1305_desc_ctx *desc,
++  const u8 key[POLY1305_KEY_SIZE]);
++void poly1305_init_generic(struct poly1305_desc_ctx *desc,
++ const u8 key[POLY1305_KEY_SIZE]);
 +
 +static inline void poly1305_init(struct poly1305_desc_ctx *desc, const u8 
*key)
 +{
@@ -4258,7 +4261,7 @@ exit 0
  #endif
 --- b/lib/crypto/poly1305.c
 +++ b/lib/crypto/poly1305.c
-@@ -0,0 +1,77 @@
+@@ -0,0 +1,78 @@
 +// SPDX-License-Identifier: GPL-2.0-or-later
 +/*
 + * Poly1305 authenticator algorithm, RFC7539
@@ -4273,7 +4276,8 @@ exit 0
 +#include 
 +#include 
 +
-+void poly1305_init_generic(struct poly1305_desc_ctx *desc, const u8 *key)
++void poly1305_init_generic(struct poly1305_desc_ctx *desc,
++ const u8 key[POLY1305_KEY_SIZE])
 +{
 +  poly1305_core_setkey(

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

2021-06-07 Thread Mike Pagano
commit: aa4f1706fe35d8e49c69f3cd1c1caf66f3a0714d
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Tue Sep 24 21:42:00 2019 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Jun  7 11:58:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa4f1706

eclass/kernel-2: respect USE=symlink

kernel-2 eclass postinst_sources() creates /usr/usr/linux symlink
regardless of USE=symlink. MAKELINK variable controls the creation
of /usr/src/linux, however MAKELINK is always set to 1 only if
/usr/src/linux does not currently exist with no consideration for
USE=symlink.

This change simplify the whole /usr/usr/linux symlink creation to
instead depend on K_SYMLINK which is set if USE=symlink.

This change also refuse to remove existing /usr/usr/linux if it
currently exist while not being a symlink

Note that this is broken since 906501be57c0 ("adding symlink use flag
support")

Bug: https://bugs.gentoo.org/695592
Signed-off-by: Bertrand Jacquin  jacquin.bzh>
Closes: https://bugs.gentoo.org/695592
Closes: https://github.com/gentoo/gentoo/pull/13031
Signed-off-by: Mike Pagano  gentoo.org>

 eclass/kernel-2.eclass | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 2d721ffca87..4c25ff3aef8 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -945,8 +945,6 @@ preinst_headers() {
 # see inline comments
 
 postinst_sources() {
-   local MAKELINK=0
-
# if we have USE=symlink, then force K_SYMLINK=1
use symlink && K_SYMLINK=1
 
@@ -960,14 +958,10 @@ postinst_sources() {
 
# if we are to forcably symlink, delete it if it already exists first.
if [[ ${K_SYMLINK} -gt 0 ]]; then
-   [[ -h ${EROOT%/}/usr/src/linux ]] && { rm 
"${EROOT%/}"/usr/src/linux || die; }
-   MAKELINK=1
-   fi
-
-   # if the link doesnt exist, lets create it
-   [[ ! -h ${EROOT%/}/usr/src/linux ]] && MAKELINK=1
+   if [[ -e ${EROOT%/}/usr/src/linux && ! -L 
${EROOT%/}/usr/src/linux ]] ; then
+   die "${EROOT%/}/usr/src/linux exist and is not a 
symlink"
+   fi
 
-   if [[ ${MAKELINK} == 1 ]]; then
ln -sf linux-${KV_FULL} "${EROOT%/}"/usr/src/linux || die
fi
 



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

2021-06-07 Thread Lars Wendler
commit: 1933d9e96a2406e054e5f94e8fe347d3d6c64e63
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Jun  7 12:07:53 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Jun  7 12:08:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1933d9e9

dev-libs/nettle: Bump to version 3.7.3

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

 dev-libs/nettle/Manifest|  1 +
 dev-libs/nettle/nettle-3.7.3.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-libs/nettle/Manifest b/dev-libs/nettle/Manifest
index 20466381558..0d08f782683 100644
--- a/dev-libs/nettle/Manifest
+++ b/dev-libs/nettle/Manifest
@@ -1 +1,2 @@
 DIST nettle-3.7.2.tar.gz 2382309 BLAKE2B 
0195f973afd76d33805de4621cd340a041144b24a20ccab03a58749dba82ea12b063f779aeeeb3f063be5e1bb74dec4c8c8f72b3dd01aff033e908a9f534ad01
 SHA512 
5f6edcc24ff620885b24394b31e55b494418c35dd63e6ece222ddabc58e793c44a82155051cc5759896ed5f014a8efd547f0aef6736a131e41651c5cab7c7211
+DIST nettle-3.7.3.tar.gz 2383985 BLAKE2B 
8d8efbbff98fc1f3eff3296681d3d72346e78392f356aebfe80138ae6ae1ebf3695bd7f74b906beef0cf3625ba6d84bdb43c0f6707f54f4d98870d50c90ac9a3
 SHA512 
9901eba305421adff6d551ac7f478dff3f68a339d444c776724ab0b977fe6be792b1d2950c8705acbe76bd924fd6d898a65eded546777884be3b436d0e052437

diff --git a/dev-libs/nettle/nettle-3.7.3.ebuild 
b/dev-libs/nettle/nettle-3.7.3.ebuild
new file mode 100644
index 000..38e1726fa6d
--- /dev/null
+++ b/dev-libs/nettle/nettle-3.7.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools multilib-build multilib-minimal toolchain-funcs
+
+DESCRIPTION="Low-level cryptographic library"
+HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/";
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 LGPL-2.1 )"
+SLOT="0/8-6" # subslot = libnettle - libhogweed soname version
+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="+asm doc +gmp static-libs test cpu_flags_x86_aes cpu_flags_arm_neon 
cpu_flags_x86_sha"
+RESTRICT="!test? ( test )"
+
+DEPEND="gmp? ( >=dev-libs/gmp-6.1:0=[static-libs?,${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( sys-apps/texinfo )"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/nettle/version.h
+)
+
+DOCS=()
+HTML_DOCS=()
+
+pkg_setup() {
+   use doc && DOCS+=(
+   nettle.pdf
+   )
+   use doc && HTML_DOCS+=(
+   nettle.html
+   )
+}
+
+src_prepare() {
+   default
+
+   # I do not see in config.sub reference to sunldsolaris.
+   # if someone complains readd
+   # -e 's/solaris\*)/sunldsolaris*)/' \
+   sed -e '/CFLAGS=/s: -ggdb3::' \
+   -i configure.ac || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   CC_FOR_BUILD="$(tc-getBUILD_CC)"
+   $(tc-is-static-only && echo --disable-shared)
+   $(use_enable cpu_flags_x86_aes x86-aesni)
+   $(use_enable cpu_flags_x86_sha x86-sha-ni)
+   $(use_enable asm assembler)
+   $(use_enable doc documentation)
+   $(use_enable gmp public-key)
+   $(use_enable cpu_flags_arm_neon arm-neon)
+   $(use_enable static-libs static)
+   --disable-fat
+   # --disable-openssl bug #427526
+   --disable-openssl
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}



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

2021-06-07 Thread Michał Górny
commit: ae49ad5a208dbde7c88588bcaa0390810467acf1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  7 11:57:50 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  7 12:19:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae49ad5a

dev-python/nuitka: Bump to 0.6.15.3

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

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

diff --git a/dev-python/nuitka/Manifest b/dev-python/nuitka/Manifest
index 24abc85e255..809f58f57b0 100644
--- a/dev-python/nuitka/Manifest
+++ b/dev-python/nuitka/Manifest
@@ -1,3 +1,4 @@
 DIST Nuitka-0.6.11.tar.gz 2582563 BLAKE2B 
e65c3a01f3283b24aadefc47a17a41ebae116265946c24f2225fa7f3f6f824a0a822c76aa2fa1ff33b5a00d4d3762bbac7cd0d090d2627274155b13a48d8f0ba
 SHA512 
c1ead8430f0af3a20d7a14ae3cb34b9a4675c18f0c775e8833b5722cb0acdd8213b28639e52067b3e6758b8b6cc516b05151cfd85560630c92b872dae05a88b4
 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

diff --git a/dev-python/nuitka/nuitka-0.6.15.3.ebuild 
b/dev-python/nuitka/nuitka-0.6.15.3.ebuild
new file mode 100644
index 000..8810e82b4d1
--- /dev/null
+++ b/dev-python/nuitka/nuitka-0.6.15.3.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] repo/gentoo:master commit in: dev-python/pikepdf/

2021-06-07 Thread Michał Górny
commit: 86c8b16eb4e3301f4bce857dc03c755d8ce673ec
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  7 12:11:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  7 12:19:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c8b16e

dev-python/pikepdf: Bump to 2.12.2

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

 dev-python/pikepdf/Manifest  |  1 +
 dev-python/pikepdf/pikepdf-2.12.2.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 4b1e01eac77..be4877712a9 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,3 +1,4 @@
 DIST pikepdf-2.11.4.tar.gz 2298520 BLAKE2B 
4c657e50259cc126a4537f699c30723eb5d06303b2fabaa53c4ed2862236bcc253ab793d20905f7f2e298649a3ba8c5c8b66deeb4b859b66e18ab50cd512b843
 SHA512 
292fa0cfdd0a3d43bfc533dd339acc35b93958cdab476a7963274f0e98f2d8ad0c121d7605b53fe9e1a318cab59b24a46343ccf9f25e6de32e6e39d6dfc02ff1
 DIST pikepdf-2.12.0.tar.gz 2300821 BLAKE2B 
17f2a316d7139471f1bc1106b52895246ecf4503a0c52cb7ed0b8fd408c9bdc8f4e4539f7381b184be50747edc12ee4ab1d58587c9db1fd4c3384d83a56a3ea0
 SHA512 
7484da6b6aeb8dc93c7b9eacbf5f5096bf738c2b75e4d3d63b189494acddba3da8c707fe25526ef2fa0be15be03729b347ef971f1ae61e38fe6c55ee72272359
 DIST pikepdf-2.12.1.tar.gz 2301208 BLAKE2B 
b3fa60c97a58dc312e00c0e129d1f55fd390d83b221dfd90acad5f5954e0c564492fe39718248f87980e42ecd590dfd98bfb21133c8ab0664666391e8e030902
 SHA512 
13bb7132282c024fa5118970deb6347c954a94545602fa21efe99ea2f837693b810dc6706d1681c28588d5ef41a867c70f75c7ab85b01267fbcf55ba89d39b94
+DIST pikepdf-2.12.2.tar.gz 2301822 BLAKE2B 
e600ab0809c44ba3749440ae6820761e28cc2d509ebb8824a5b2fde709db341366ee2b8f8160e65d876c2fff0aa7da54eddb1fe2b9fd524b0c25adf79779e21c
 SHA512 
6bde2a538cdaf55460083c54a6d55ddab3ec4ba127dfc77d3f79da8492ff50ffb76281312395973f8448c360ae53b0c9a0d090258f43bfdfdf420336c99fb423

diff --git a/dev-python/pikepdf/pikepdf-2.12.2.ebuild 
b/dev-python/pikepdf/pikepdf-2.12.2.ebuild
new file mode 100644
index 000..e8d4a265090
--- /dev/null
+++ b/dev-python/pikepdf/pikepdf-2.12.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P=${P/_p/.post}
+DESCRIPTION="Python library to work with pdf files based on qpdf"
+HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf";
+SRC_URI="
+   https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
+   -> ${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-text/qpdf:0="
+RDEPEND="${DEPEND}
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pybind11[${PYTHON_USEDEP}]"
+BDEPEND="
+   >=dev-python/pybind11-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-4.1[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
+   >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
+   >=dev-python/psutil-5[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6[${PYTHON_USEDEP}]
+   >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
+   )"
+
+#distutils_enable_sphinx docs \
+#  dev-python/ipython \
+#  dev-python/matplotlib \
+#  dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/wheel/d' setup.py || die
+   sed -i -e '/-n auto/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-06-07 Thread Michał Górny
commit: 9ed810f6b4f16bfcacf89d4dce3902291c4704be
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  7 11:59:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  7 12:19:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed810f6

dev-python/mongomock: Bump to 3.23.0

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

 dev-python/mongomock/Manifest|  1 +
 dev-python/mongomock/mongomock-3.23.0.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-python/mongomock/Manifest b/dev-python/mongomock/Manifest
index 87ef267e362..f6c5f5fb906 100644
--- a/dev-python/mongomock/Manifest
+++ b/dev-python/mongomock/Manifest
@@ -1 +1,2 @@
 DIST mongomock-3.22.1.tar.gz 121742 BLAKE2B 
b325fd917f27712d1fdd35564dd27e02a69a417b40c975b447d1d553a170fb45978303b47878e094c6360930b0293f7353552522b54c9228f8083ea88e672510
 SHA512 
efd8e46986076fb1b6aa2d68d17b136191bcb90408da305a860a99a86ce06c8377ea5f684902761ceb38b5e914b75f7307e9a73477a3297b502241d7517fc143
+DIST mongomock-3.23.0.tar.gz 123705 BLAKE2B 
d58f867628c8c80e1289c1a86fa910585431b5eca41818201dccd54d5adccb55c35aea41566ab2d483c7040cfcaa4c2afdbaad39fdd901497a0e1db4effd1c11
 SHA512 
35442f29907bb58693059a33f5941ca557965fe2b0b9b68ab3e4b31f5e2326bb41db8716a089dd18a1a1fdd5523a729b48a85e0caa0daca1bad2790c2ac017a9

diff --git a/dev-python/mongomock/mongomock-3.23.0.ebuild 
b/dev-python/mongomock/mongomock-3.23.0.ebuild
new file mode 100644
index 000..c7b70822284
--- /dev/null
+++ b/dev-python/mongomock/mongomock-3.23.0.ebuild
@@ -0,0 +1,31 @@
+# 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
+
+DESCRIPTION="Library to help testing Python code that interacts with MongoDB 
via Pymongo"
+HOMEPAGE="https://github.com/mongomock/mongomock 
https://pypi.org/project/mongomock/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND=">=dev-python/pbr-5.1.1[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   >=dev-python/pymongo-3.10.1[${PYTHON_USEDEP}]
+   >=dev-python/sentinels-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.14.0[${PYTHON_USEDEP}]"
+
+src_test() {
+   # Use NO_LOCAL_MONGO to disable tests that need a MongoDB instance.
+   # TZ=UTC needed for date/time tests to pass
+   TZ=UTC NO_LOCAL_MONGO=1 distutils-r1_src_test
+}
+
+distutils_enable_tests pytest



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

2021-06-07 Thread Marek Szuba
commit: c05bf0003a8248e01a9663654f160553826f5b85
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jan  7 23:11:03 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Jun  7 12:57:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05bf000

eclass/lua-utils.eclass: remove EPREFIX from exported paths

Closes: https://bugs.gentoo.org/768909
Signed-off-by: William Hubbs  gentoo.org>
Signed-off-by: Marek Szuba  gentoo.org>

 eclass/lua-utils.eclass | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclass/lua-utils.eclass b/eclass/lua-utils.eclass
index 0589318ef51..ddf44f354e1 100644
--- a/eclass/lua-utils.eclass
+++ b/eclass/lua-utils.eclass
@@ -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
 
 # @ECLASS: lua-utils.eclass
@@ -212,7 +212,9 @@ _lua_get_library_file() {
die "Invalid implementation: ${impl}"
;;
esac
+
libdir=$($(tc-getPKG_CONFIG) --variable libdir ${impl}) || die
+   libdir="${libdir#${ESYSROOT#${SYSROOT}}}"
 
debug-print "${FUNCNAME}: libdir = ${libdir}, libname = ${libname}"
echo "${libdir}/${libname}"
@@ -274,6 +276,7 @@ _lua_export() {
local val
 
val=$($(tc-getPKG_CONFIG) --variable 
INSTALL_CMOD ${impl}) || die
+   val="${val#${ESYSROOT#${SYSROOT}}}"
 
export LUA_CMOD_DIR=${val}
debug-print "${FUNCNAME}: LUA_CMOD_DIR = 
${LUA_CMOD_DIR}"
@@ -282,6 +285,7 @@ _lua_export() {
local val
 
val=$($(tc-getPKG_CONFIG) --variable includedir 
${impl}) || die
+   val="${val#${ESYSROOT#${SYSROOT}}}"
 
export LUA_INCLUDE_DIR=${val}
debug-print "${FUNCNAME}: LUA_INCLUDE_DIR = 
${LUA_INCLUDE_DIR}"
@@ -298,6 +302,7 @@ _lua_export() {
local val
 
val=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD ${impl}) || die
+   val="${val#${ESYSROOT#${SYSROOT}}}"
 
export LUA_LMOD_DIR=${val}
debug-print "${FUNCNAME}: LUA_LMOD_DIR = 
${LUA_LMOD_DIR}"



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

2021-06-07 Thread Agostino Sarubbo
commit: 56e1ddb27c8ddea4f4722b6da41a2c903c5d3337
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:15:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e1ddb2

dev-python/eventlet: amd64 stable wrt bug #794325

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

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

diff --git a/dev-python/eventlet/eventlet-0.31.0.ebuild 
b/dev-python/eventlet/eventlet-0.31.0.ebuild
index f8d57c28dd0..3472cc1056b 100644
--- a/dev-python/eventlet/eventlet-0.31.0.ebuild
+++ b/dev-python/eventlet/eventlet-0.31.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="doc examples"
 
 RDEPEND="



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

2021-06-07 Thread Agostino Sarubbo
commit: 89792bee237a227696db33ba440c7ba25cb38b6d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:15:58 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:15:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89792bee

dev-util/valgrind: ppc stable wrt bug #792807

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

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

diff --git a/dev-util/valgrind/valgrind-3.17.0.ebuild 
b/dev-util/valgrind/valgrind-3.17.0.ebuild
index 975ee55dfbf..890f4104452 100644
--- a/dev-util/valgrind/valgrind-3.17.0.ebuild
+++ b/dev-util/valgrind/valgrind-3.17.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="ftp://sourceware.org/pub/valgrind/${P}.tar.bz2";
-   KEYWORDS="-* amd64 arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~x64-macos ~x64-solaris"
 fi
 
 DEPEND="mpi? ( virtual/mpi )"



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

2021-06-07 Thread Agostino Sarubbo
commit: 4ae035d3833ca06831e180cd13bad49b3166c8b5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:16:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:16:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae035d3

app-backup/rdiff-backup: ppc stable wrt bug #793302

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

 app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild 
b/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
index ff190b90663..63dde15c5cc 100644
--- a/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
+++ b/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rdiff-backup/${PN}/releases/download/v${PV}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2021-06-07 Thread Agostino Sarubbo
commit: 4d69607c5c9e2aa20fd94065bd1a6174a22370b1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:16:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:16:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d69607c

sys-devel/gcc: ppc stable wrt bug #793449

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

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

diff --git a/sys-devel/gcc/gcc-10.3.0.ebuild b/sys-devel/gcc/gcc-10.3.0.ebuild
index aecc347a080..017344a8a3b 100644
--- a/sys-devel/gcc/gcc-10.3.0.ebuild
+++ b/sys-devel/gcc/gcc-10.3.0.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1"
 
 inherit toolchain
 
-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"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



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

2021-06-07 Thread Agostino Sarubbo
commit: fc997dcbdde9d54c48dab69c435c26236dade0ed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:16:55 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:16:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc997dcb

dev-python/zope-interface: ppc stable wrt bug #794430

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

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

diff --git a/dev-python/zope-interface/zope-interface-5.4.0.ebuild 
b/dev-python/zope-interface/zope-interface-5.4.0.ebuild
index 9671dc6753f..c84076bb863 100644
--- a/dev-python/zope-interface/zope-interface-5.4.0.ebuild
+++ b/dev-python/zope-interface/zope-interface-5.4.0.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/namespace-zope[${PYTHON_USEDEP}]



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

2021-06-07 Thread Agostino Sarubbo
commit: b8df7b27bcfac67ac9095014d0028cafbf47ba20
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:16:48 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:16:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8df7b27

dev-python/brotlicffi: ppc stable wrt bug #794313

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

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

diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild 
b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
index e805f2d41d0..57d61390bf2 100644
--- a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
+++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
app-arch/brotli:=



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

2021-06-07 Thread Agostino Sarubbo
commit: b5301b7cac51cb49a9a533364463be382d89a800
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:16:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:16:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5301b7c

dev-vcs/hg-git: ppc stable wrt bug #793842

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

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

diff --git a/dev-vcs/hg-git/hg-git-0.9.0.ebuild 
b/dev-vcs/hg-git/hg-git-0.9.0.ebuild
index 88d584e3f0d..029e0337496 100644
--- a/dev-vcs/hg-git/hg-git-0.9.0.ebuild
+++ b/dev-vcs/hg-git/hg-git-0.9.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://foss.heptapod.net/mercurial/hg-git/-/archive/${MY_PV}/${PN}-${M
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2021-06-07 Thread Agostino Sarubbo
commit: 9388fb98cb4504d2dc36a5982dc85e5536f5faae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:16:23 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9388fb98

sys-devel/gdb: ppc stable wrt bug #793452

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

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

diff --git a/sys-devel/gdb/gdb-10.2.ebuild b/sys-devel/gdb/gdb-10.2.ebuild
index 88270268963..02753d7f080 100644
--- a/sys-devel/gdb/gdb-10.2.ebuild
+++ b/sys-devel/gdb/gdb-10.2.ebuild
@@ -44,7 +44,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~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 ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="cet lzma multitarget nls +python +server source-highlight test vanilla 
xml xxhash"
 REQUIRED_USE="



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

2021-06-07 Thread Agostino Sarubbo
commit: c14b3647019a1afee3f6eefc9cea2e8a94aa9e55
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:15:52 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:15:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14b3647

dev-python/sqlalchemy: ppc stable wrt bug #784755

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

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

diff --git a/dev-python/sqlalchemy/sqlalchemy-1.4.15.ebuild 
b/dev-python/sqlalchemy/sqlalchemy-1.4.15.ebuild
index f94e6389637..34d7b91a49d 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.4.15.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.4.15.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="examples +sqlite test"
 
 RDEPEND="



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

2021-06-07 Thread Agostino Sarubbo
commit: dc54fd5722e6006f966dc7e3e449ac034b964973
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:16:39 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:16:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc54fd57

dev-python/black: ppc stable wrt bug #794307

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

 dev-python/black/black-21.5_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/black/black-21.5_beta1.ebuild 
b/dev-python/black/black-21.5_beta1.ebuild
index 588d9087ad9..edf7c69a41c 100644
--- a/dev-python/black/black-21.5_beta1.ebuild
+++ b/dev-python/black/black-21.5_beta1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-06-07 Thread Agostino Sarubbo
commit: 69eefb4cb2c1e75a67961ba4a7f430aeda30efe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:17:50 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:17:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69eefb4c

sys-devel/gdb: ppc64 stable wrt bug #793452

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

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

diff --git a/sys-devel/gdb/gdb-10.2.ebuild b/sys-devel/gdb/gdb-10.2.ebuild
index 02753d7f080..8eb37a54e5f 100644
--- a/sys-devel/gdb/gdb-10.2.ebuild
+++ b/sys-devel/gdb/gdb-10.2.ebuild
@@ -44,7 +44,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~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 ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="cet lzma multitarget nls +python +server source-highlight test vanilla 
xml xxhash"
 REQUIRED_USE="



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

2021-06-07 Thread Agostino Sarubbo
commit: c6d8f5a35748c8e6cbf84504b3e3ac0c7415251f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:17:44 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:17:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d8f5a3

sys-devel/gcc: ppc64 stable wrt bug #793449

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

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

diff --git a/sys-devel/gcc/gcc-10.3.0.ebuild b/sys-devel/gcc/gcc-10.3.0.ebuild
index 017344a8a3b..23990eeb79f 100644
--- a/sys-devel/gcc/gcc-10.3.0.ebuild
+++ b/sys-devel/gcc/gcc-10.3.0.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1"
 
 inherit toolchain
 
-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"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



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

2021-06-07 Thread Agostino Sarubbo
commit: 2517a0721cd2b7c37286562b3732d2ab7ae23e96
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:18:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:18:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2517a072

dev-python/ipython: ppc64 stable wrt bug #794352

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

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

diff --git a/dev-python/ipython/ipython-7.23.1.ebuild 
b/dev-python/ipython/ipython-7.23.1.ebuild
index 10b6e714c80..f0c9377c381 100644
--- a/dev-python/ipython/ipython-7.23.1.ebuild
+++ b/dev-python/ipython/ipython-7.23.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
 RESTRICT="!test? ( test )"
 



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

2021-06-07 Thread Agostino Sarubbo
commit: 69ade7cfb44896a807e216a8cb8a01309d63e020
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:18:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:18:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ade7cf

dev-python/brotlicffi: ppc64 stable wrt bug #794313

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

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

diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild 
b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
index 57d61390bf2..e2688d8963c 100644
--- a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
+++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
app-arch/brotli:=



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

2021-06-07 Thread Agostino Sarubbo
commit: 8dccc3fb06b3d4f84b9c797a7efb3776c07b26fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:18:24 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:18:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dccc3fb

dev-python/zope-interface: ppc64 stable wrt bug #794430

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

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

diff --git a/dev-python/zope-interface/zope-interface-5.4.0.ebuild 
b/dev-python/zope-interface/zope-interface-5.4.0.ebuild
index c84076bb863..8de862d7774 100644
--- a/dev-python/zope-interface/zope-interface-5.4.0.ebuild
+++ b/dev-python/zope-interface/zope-interface-5.4.0.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/namespace-zope[${PYTHON_USEDEP}]



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

2021-06-07 Thread Agostino Sarubbo
commit: 786fae29cc3e2c07c8085127937697dfffe5e475
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:17:57 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:17:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786fae29

dev-python/black: ppc64 stable wrt bug #794307

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

 dev-python/black/black-21.5_beta1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/black/black-21.5_beta1.ebuild 
b/dev-python/black/black-21.5_beta1.ebuild
index edf7c69a41c..56f28c5fe85 100644
--- a/dev-python/black/black-21.5_beta1.ebuild
+++ b/dev-python/black/black-21.5_beta1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]



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

2021-06-07 Thread Agostino Sarubbo
commit: e719d8a1cc11489d5a6df626d20301214a28debf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:18:18 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:18:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e719d8a1

dev-python/matplotlib-inline: ppc64 stable wrt bug #794352

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

 dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild 
b/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
index 52c271f9976..cdf8ef3b88d 100644
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
+++ b/dev-python/matplotlib-inline/matplotlib-inline-0.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 
 RDEPEND="
dev-python/matplotlib[${PYTHON_USEDEP}]



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

2021-06-07 Thread Agostino Sarubbo
commit: 7d92b299295a0f2d60d215f734fcdd609d42428b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:19:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:19:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d92b299

sys-devel/gcc: sparc stable wrt bug #793449

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

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

diff --git a/sys-devel/gcc/gcc-10.3.0.ebuild b/sys-devel/gcc/gcc-10.3.0.ebuild
index 23990eeb79f..2d3e37390aa 100644
--- a/sys-devel/gcc/gcc-10.3.0.ebuild
+++ b/sys-devel/gcc/gcc-10.3.0.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1"
 
 inherit toolchain
 
-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"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



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

2021-06-07 Thread Agostino Sarubbo
commit: bde6d9ae1da92596460dc19e3d88fbbfaa2b3ca1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:19:28 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:19:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde6d9ae

net-misc/putty: sparc stable wrt bug #794508

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

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

diff --git a/net-misc/putty/putty-0.75.ebuild b/net-misc/putty/putty-0.75.ebuild
index 4b0984313f2..26f9ce9c31a 100644
--- a/net-misc/putty/putty-0.75.ebuild
+++ b/net-misc/putty/putty-0.75.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.chiark.greenend.org.uk/~sgtatham/putty/";
 LICENSE="MIT"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ppc ~ppc64 sparc x86"
 SRC_URI="
https://dev.gentoo.org/~polynomial-c/${PN}-icons.tar.bz2
https://the.earth.li/~sgtatham/${PN}/${PV}/${P}.tar.gz



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

2021-06-07 Thread Agostino Sarubbo
commit: 4df851e9b18d65633361e8077cd00812133cc3b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:19:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:19:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df851e9

dev-python/brotlicffi: sparc stable wrt bug #794313

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

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

diff --git a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild 
b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
index e2688d8963c..ec85dc212f3 100644
--- a/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
+++ b/dev-python/brotlicffi/brotlicffi-1.0.9.2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
app-arch/brotli:=



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

2021-06-07 Thread Agostino Sarubbo
commit: f24bd5061d81e07ab49a7bebb97c785fbe8a15a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:19:22 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:19:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24bd506

dev-python/zope-interface: sparc stable wrt bug #794430

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

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

diff --git a/dev-python/zope-interface/zope-interface-5.4.0.ebuild 
b/dev-python/zope-interface/zope-interface-5.4.0.ebuild
index 8de862d7774..c8213786690 100644
--- a/dev-python/zope-interface/zope-interface-5.4.0.ebuild
+++ b/dev-python/zope-interface/zope-interface-5.4.0.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="ZPL"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-python/namespace-zope[${PYTHON_USEDEP}]



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

2021-06-07 Thread Agostino Sarubbo
commit: 0d22e4f8347765891cdd2b3dba9b4576943aef10
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:19:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:19:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d22e4f8

sys-devel/gdb: sparc stable wrt bug #793452

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

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

diff --git a/sys-devel/gdb/gdb-10.2.ebuild b/sys-devel/gdb/gdb-10.2.ebuild
index 8eb37a54e5f..9968e1b3e6a 100644
--- a/sys-devel/gdb/gdb-10.2.ebuild
+++ b/sys-devel/gdb/gdb-10.2.ebuild
@@ -44,7 +44,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~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 ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="cet lzma multitarget nls +python +server source-highlight test vanilla 
xml xxhash"
 REQUIRED_USE="



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

2021-06-07 Thread Agostino Sarubbo
commit: bd4dea42d33c3815caa07588c3a1eb59e619afcf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:20:18 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:20:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4dea42

dev-python/pymongo: x86 stable wrt bug #794394

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

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

diff --git a/dev-python/pymongo/pymongo-3.11.4.ebuild 
b/dev-python/pymongo/pymongo-3.11.4.ebuild
index cc1731dd6b2..e4049abe9d4 100644
--- a/dev-python/pymongo/pymongo-3.11.4.ebuild
+++ b/dev-python/pymongo/pymongo-3.11.4.ebuild
@@ -16,7 +16,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~x86"
+KEYWORDS="amd64 ~arm64 ~hppa x86"
 IUSE="doc kerberos"
 
 RDEPEND="



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

2021-06-07 Thread Agostino Sarubbo
commit: 5cbbfe731c7bf79d1bf1da4bea9b8d6fd4fb7a6c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:20:10 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:20:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbbfe73

dev-python/eventlet: x86 stable wrt bug #794325

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

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

diff --git a/dev-python/eventlet/eventlet-0.31.0.ebuild 
b/dev-python/eventlet/eventlet-0.31.0.ebuild
index 3472cc1056b..ecdba196eca 100644
--- a/dev-python/eventlet/eventlet-0.31.0.ebuild
+++ b/dev-python/eventlet/eventlet-0.31.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc x86"
 IUSE="doc examples"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2021-06-07 Thread Agostino Sarubbo
commit: 5289f3c714537cd58ab5c9704160c49b9029254a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 13:20:04 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 13:20:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5289f3c7

sci-astronomy/stellarium: x86 stable wrt bug #794271

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

 sci-astronomy/stellarium/stellarium-0.20.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/stellarium/stellarium-0.20.4.ebuild 
b/sci-astronomy/stellarium/stellarium-0.20.4.ebuild
index 0fa8419e1e5..25de0105315 100644
--- a/sci-astronomy/stellarium/stellarium-0.20.4.ebuild
+++ b/sci-astronomy/stellarium/stellarium-0.20.4.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ SGI-B-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="debug deep-sky doc gps media nls stars telescope test"
 
 # Python interpreter is used while building RemoteControl plugin



[gentoo-commits] proj/musl:master commit in: media-libs/mesa/, media-libs/mesa/files/

2021-06-07 Thread Jory Pratt
commit: 13adabf0033a58c9b1a9d0587c5fee5c4962
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Jun  7 13:22:18 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jun  7 13:22:18 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=13adabf0

media-libs/mesa: sync with ::gentoo

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

 media-libs/mesa/Manifest   |   3 +-
 .../mesa-20.1.7-add-disable-tls-support.patch  |  45 --
 .../mesa-20.2.0-add-disable-tls-support.patch  |  44 --
 .../mesa/files/mesa-20.3.4-missing-git_sha1.patch  |  57 ---
 .../mesa-21.0.3-add-disable-tls-support.patch  |  41 ++
 media-libs/mesa/mesa-20.1.10.ebuild| 552 -
 .../{mesa-20.3.5.ebuild => mesa-21.0.3.ebuild} |  22 +-
 7 files changed, 52 insertions(+), 712 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 36782df..0583fc1 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,2 +1 @@
-DIST mesa-20.1.10.tar.xz 12918420 BLAKE2B 
408f4bc6eb0dc11199cd161d6914b77cb57313bca94f26794cbfd05332922c45dc216a64e33df9fad64cd41e1ad8b2de6c2e5f99cad234870f7a5b970a62dcbd
 SHA512 
0d4016abfcc733c853d7b6c3c997ddc554a44088c0a4d9a7edb51ab5ad7d9e1234728b61ffcb9c82a6c5fee1429091a1c31cbeabcb1b50411337b99ee550d28a
-DIST mesa-20.3.5.tar.xz 14367412 BLAKE2B 
7bad876ce702158e727a752eda6722e7165b497fd3a485dae4e989f22b13288a93f51bcd5e6a69b979f0bbe41599fa237c08f3bbb81cb9c6dc4c06827f8ad5f4
 SHA512 
481e710ed80d8f215a8d541cfe51b960862c2403c2b9e7e6932c8236b8decb5d478871d6c73559d6d795ada143803764f3a93b2329588c80f62e2e5ec98c78a9
+DIST mesa-21.0.3.tar.xz 14710004 BLAKE2B 
f2165da4487824931d8ff90e4f13624546a297b0d3577d69b7cfd6078a965282b4a732cb720cbb08ea83a3a987603cfe67876fb18022fa444b011fcc9b7df352
 SHA512 
4a8aee48a8ea7f32e8aa3bbbd91db26c6053b9a43e62ff88256929e6bc147884f0fef988726b5a3d59d7008663f017c746a0352fd3fcc1c476b8190af4a2531f

diff --git a/media-libs/mesa/files/mesa-20.1.7-add-disable-tls-support.patch 
b/media-libs/mesa/files/mesa-20.1.7-add-disable-tls-support.patch
deleted file mode 100644
index b64b429..000
--- a/media-libs/mesa/files/mesa-20.1.7-add-disable-tls-support.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 6be4bac8f5a7c8c0ae0f95582e9905f485095988 Mon Sep 17 00:00:00 2001
-From: Jory Pratt 
-Date: Wed, 6 Nov 2019 13:26:34 -0600
-Subject: [PATCH] Add option to control elf-tls
-
-Signed-off-by: Jory Pratt 

- meson.build   | 2 +-
- meson_options.txt | 6 ++
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 4eda551..87fe071 100644
 a/meson.build
-+++ b/meson.build
-@@ -427,7 +427,7 @@ else
- endif
- 
- # Android uses emutls for versions <= P/28. For USE_ELF_TLS we need ELF TLS.
--if not ['windows', 'freebsd'].contains(host_machine.system()) and (not 
with_platform_android or get_option('platform-sdk-version') >= 29)
-+if get_option('elf-tls')
-   pre_args += '-DUSE_ELF_TLS'
- endif
- 
-diff --git a/meson_options.txt b/meson_options.txt
-index 626baf3..d30a238 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -293,6 +293,12 @@ option(
-   value : false,
-   description : 'Build an SELinux-aware Mesa'
- )
-+option(
-+  'elf-tls',
-+  type : 'boolean',
-+  value : true,
-+  description : 'Enable thread-local storage in GLX and EGL'
-+)
- option(
-   'osmesa',
-   type : 'combo',
--- 
-2.24.0
-
-

diff --git a/media-libs/mesa/files/mesa-20.2.0-add-disable-tls-support.patch 
b/media-libs/mesa/files/mesa-20.2.0-add-disable-tls-support.patch
deleted file mode 100644
index bc4f5e9..000
--- a/media-libs/mesa/files/mesa-20.2.0-add-disable-tls-support.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 97365c36582ad77db40e957931f29f958074edec Mon Sep 17 00:00:00 2001
-From: Jory Pratt 
-Date: Tue, 1 Sep 2020 18:04:56 -0500
-Subject: [PATCH] Allow to disable glx_tls for musl users
-
-Signed-off-by: Jory Pratt 

- meson.build   | 2 +-
- meson_options.txt | 6 ++
- 2 files changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 4f9c589..2c388e7 100644
 a/meson.build
-+++ b/meson.build
-@@ -424,7 +424,7 @@ endif
- 
- # Android uses emutls for versions <= P/28. For USE_ELF_TLS we need ELF TLS.
- use_elf_tls = false
--if not ['windows', 'freebsd', 'openbsd'].contains(host_machine.system()) and 
(not with_platform_android or get_option('platform-sdk-version') >= 29)
-+if get_option('elf-tls')
-   pre_args += '-DUSE_ELF_TLS'
-   use_elf_tls = true
- endif
-diff --git a/meson_options.txt b/meson_options.txt
-index 2d39d13..a3d1de5 100644
 a/meson_options.txt
-+++ b/meson_options.txt
-@@ -313,6 +313,12 @@ option(
-   value : false,
-   description : 'Build an SELinux-aware Mesa'
- )
-+option(
-+  'elf-tls',
-+  type : 'boolean',
-+  value : true,
-+  description : 'Enable thread-local storage in GLX and EGL'
-+)
- option(
-   'osmesa',
-   type 

[gentoo-commits] proj/musl:master commit in: app-emulation/qemu/files/, app-emulation/qemu/, ...

2021-06-07 Thread Jory Pratt
commit: fe0e83cd49d113e7c82f6c94433bb9a924072dde
Author: Jory Pratt  gentoo  org>
AuthorDate: Mon Jun  7 13:15:15 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jun  7 13:15:15 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=fe0e83cd

app-emulation/qemu: sync with ::gentoo stable

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

 app-emulation/qemu/Manifest|  2 +-
 app-emulation/qemu/files/65-kvm.rules-r1   |  2 -
 .../files/musl-patches/guest-agent-shutdown.patch  | 34 
 .../qemu/files/qemu-4.0.0-mkdir_systemtap.patch| 12 ---
 app-emulation/qemu/files/qemu-4.2.0-cflags.patch   | 16 
 .../qemu-5.1.0-pixman-for-vhost-user-gpu.patch | 62 ---
 ...qemu-5.1.0-usb-host-workaround-libusb-bug.patch | 82 
 .../files/qemu-5.1.0-usb-oob-CVE-2020-14364.patch  | 90 --
 .../qemu/files/qemu-5.2.0-fix-firmware-path.patch  | 16 
 .../qemu/files/qemu-5.2.0-no-pie-ld.patch  | 73 --
 .../qemu/files/qemu--fix-firmware-path.patch   | 17 
 .../{qemu-5.2.0-r50.ebuild => qemu-6.0.0.ebuild}   | 74 +-
 12 files changed, 55 insertions(+), 425 deletions(-)

diff --git a/app-emulation/qemu/Manifest b/app-emulation/qemu/Manifest
index 2157b27..4e6705f 100644
--- a/app-emulation/qemu/Manifest
+++ b/app-emulation/qemu/Manifest
@@ -1 +1 @@
-DIST qemu-5.2.0.tar.xz 106902800 BLAKE2B 
4413d5591cbabf80faba5b0b7347ee7749ff0a71af44bdf7f64b1995e17ecf1f3df539fa8e63959e0d50cd0502a41a2921e60cc6d078ed8ab5b09ab4b86d4ed7
 SHA512 
bddd633ce111471ebc651e03080251515178808556b49a308a724909e55dac0be0cc0c79c536ac12d239678ae94c60100dc124be9b9d9538340c03a2f27177f3
+DIST qemu-6.0.0.tar.xz 107333232 BLAKE2B 
7746329d3e13782b7c346ce4052cc517cfc65cd9b2d514d199e4d5b8570ca79566ec04b0c114db2e97c84e68eb551e0d4cdce1b14b91a88fe08d2a5f682c1418
 SHA512 
ee3ff00aebec4d8891d2ff6dabe4e667e510b2a4fe3f6190aa34673a91ea32dcd2db2e9bf94c2f1bf05aa79788f17cfbbedc6027c0988ea08a92587b79ee05e4

diff --git a/app-emulation/qemu/files/65-kvm.rules-r1 
b/app-emulation/qemu/files/65-kvm.rules-r1
deleted file mode 100644
index ab3776a..000
--- a/app-emulation/qemu/files/65-kvm.rules-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", OPTIONS+="static_node=vhost-net"

diff --git a/app-emulation/qemu/files/musl-patches/guest-agent-shutdown.patch 
b/app-emulation/qemu/files/musl-patches/guest-agent-shutdown.patch
deleted file mode 100644
index 742f281..000
--- a/app-emulation/qemu/files/musl-patches/guest-agent-shutdown.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff --git a/qga/commands-posix.c b/qga/commands-posix.c
-index 1877976..7915aab 100644
 a/qga/commands-posix.c
-+++ b/qga/commands-posix.c
-@@ -82,6 +82,7 @@ static void ga_wait_child(pid_t pid, int *status, Error 
**errp)
- void qmp_guest_shutdown(bool has_mode, const char *mode, Error **errp)
- {
- const char *shutdown_flag;
-+const char *fallback_cmd = NULL;
- Error *local_err = NULL;
- pid_t pid;
- int status;
-@@ -89,10 +90,13 @@ void qmp_guest_shutdown(bool has_mode, const char *mode, 
Error **errp)
- slog("guest-shutdown called, mode: %s", mode);
- if (!has_mode || strcmp(mode, "powerdown") == 0) {
- shutdown_flag = "-P";
-+fallback_cmd = "/sbin/poweroff";
- } else if (strcmp(mode, "halt") == 0) {
- shutdown_flag = "-H";
-+fallback_cmd = "/sbin/halt";
- } else if (strcmp(mode, "reboot") == 0) {
- shutdown_flag = "-r";
-+fallback_cmd = "/sbin/reboot";
- } else {
- error_setg(errp,
-"mode is invalid (valid values are: 
halt|powerdown|reboot");
-@@ -109,6 +113,7 @@ void qmp_guest_shutdown(bool has_mode, const char *mode, 
Error **errp)
- 
- execle("/sbin/shutdown", "shutdown", "-h", shutdown_flag, "+0",
-"hypervisor initiated shutdown", (char*)NULL, environ);
-+execle(fallback_cmd, fallback_cmd, (char*)NULL, environ);
- _exit(EXIT_FAILURE);
- } else if (pid < 0) {
- error_setg_errno(errp, errno, "failed to create child process");

diff --git a/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch 
b/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch
deleted file mode 100644
index 95ccdd7..000
--- a/app-emulation/qemu/files/qemu-4.0.0-mkdir_systemtap.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 04a0d450..e0013a59 100644
 a/Makefile
-+++ b/Makefile
-@@ -803,6 +802,7 @@
-   $(call install-prog,$(HELPERS-y),$(DESTDIR)$(libexecdir))
- endif
- ifdef CONFIG_TRACE_SYSTEMTAP
-+  mkdir -p $(DESTDIR)$(bindir)
-   $(INSTALL_PROG) "scripts/qemu-trace-stap" $(DESTDIR)$(bindir)
- endif
- ifneq ($(BLOBS),)

diff --git a/app-emulation/qemu/files/qemu-4.2.0-cflags.patch 
b/app-emulation/qemu/files/qemu-4.2

[gentoo-commits] proj/musl:master commit in: net-libs/webkit-gtk/, net-libs/webkit-gtk/files/

2021-06-07 Thread Jory Pratt
commit: 91ca32d896953e55dcf70ddbe2f90fe2f6af1d9b
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon May 31 08:07:28 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Mon Jun  7 13:23:44 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=91ca32d8

net-libs/webkit-gtk: treeclean

Upstream fixed all remaining issues with musl build and it is now
officially supported since version 2.32.1 [Upstream-Release-Notes].
This version is already stable in ::gentoo, therefore, we can clean it
from this tree.

Upstream-Release-Notes: https://wpewebkit.org/release/wpewebkit-2.32.1.html
Gentoo-Issue: https://github.com/gentoo/gentoo/pull/14120
Gentoo-Bug: https://bugs.gentoo.org/708426
Closes: https://github.com/gentoo/musl/pull/437

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Jory Pratt  gentoo.org>

 net-libs/webkit-gtk/Manifest   |   1 -
 .../webkit-gtk/files/2.28.2-non-jumbo-fix.patch|  34 ---
 .../files/2.28.2-opengl-without-X-fixes.patch  |  53 
 .../webkit-gtk/files/2.28.4-non-jumbo-fix2.patch   |  31 ---
 .../webkit-gtk/files/2.30.3-fix-noGL-build.patch   |  27 --
 .../webkit-gtk-2.24.4-eglmesaext-include.patch |  10 -
 .../webkit-gtk/files/webkit-gtk-2.28.1-musl.patch  |  68 -
 .../webkit-gtk-2.28.4-lower-stack-usage.patch  |  17 --
 net-libs/webkit-gtk/metadata.xml   |  15 -
 net-libs/webkit-gtk/webkit-gtk-2.30.5.ebuild   | 309 -
 10 files changed, 565 deletions(-)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
deleted file mode 100644
index 58a92b6..000
--- a/net-libs/webkit-gtk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webkitgtk-2.30.5.tar.xz 22311832 BLAKE2B 
b00e889d59883e62bcf179df8a766e20a7cd7ee2db462c4eb4279686aac5ea1cad7903189b14031088ab23b8dfd89c1f09f90e2deb5d208281d55c262cc0cb3c
 SHA512 
406fc767a806bb2af446c73e7079720a4d82d592a95a20f30f468c31cdc2efd25e082a5ecfbe00c27f62236e1e56a729c48191451d130188419967975378235d

diff --git a/net-libs/webkit-gtk/files/2.28.2-non-jumbo-fix.patch 
b/net-libs/webkit-gtk/files/2.28.2-non-jumbo-fix.patch
deleted file mode 100644
index da9f1d3..000
--- a/net-libs/webkit-gtk/files/2.28.2-non-jumbo-fix.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From d553de92ed238278f51b93a2c90af7d3ff7a2da2 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Tue, 12 May 2020 15:28:45 +0300
-Subject: [PATCH] Try to fix an apparent non-unified build error
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp: In 
member function ‘WTF::RefPtr
-WebKit::InjectedBundleHitTestResult::urlElementHandle() const’:
-Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:57:78: 
error: no matching function for call to
-‘WebKit::InjectedBundleNodeHandle::getOrCreate(WebCore::Element*)’
-   57 | return 
InjectedBundleNodeHandle::getOrCreate(m_hitTestResult.URLElement());
-  |
  ^
-In file included from 
Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp:29

- .../WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp| 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git 
a/Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp 
b/Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp
-index df8e55df1f0..26f045bd3fc 100644
 a/Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp
-+++ b/Source/WebKit/WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp
-@@ -32,6 +32,7 @@
- #include "WebImage.h"
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
--- 
-2.20.1
-

diff --git a/net-libs/webkit-gtk/files/2.28.2-opengl-without-X-fixes.patch 
b/net-libs/webkit-gtk/files/2.28.2-opengl-without-X-fixes.patch
deleted file mode 100644
index 6976c3c..000
--- a/net-libs/webkit-gtk/files/2.28.2-opengl-without-X-fixes.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-From c67efa2bbe2094b40b4e104bb26497c2aff5ce68 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp 
-Date: Sat, 9 May 2020 23:11:52 +0300
-Subject: [PATCH] Clean up OpenGLShims.h conditionals in a few places to fix
- some build configurations
-

- Source/WebCore/platform/graphics/GLContext.cpp | 5 -
- Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp | 5 -
- 2 files changed, 8 insertions(+), 2 deletions(-)
-
-diff --git a/Source/WebCore/platform/graphics/GLContext.cpp 
b/Source/WebCore/platform/graphics/GLContext.cpp
-index b217988b990..1ba0eb8a482 100644
 a/Source/WebCore/platform/graphics/GLContext.cpp
-+++ b/Source/WebCore/platform/graphics/GLContext.cpp
-@@ -28,6 +28,9 @@
- 
- #if USE(GLX)
- #include "GLContextGLX.h"
-+#endif
-+
-+#if !USE(OPENGL_ES) && !USE(LIBEPOXY) && !USE(ANGLE)
- #include "OpenGLShims.h"
- #endif
- 
-@@ -57,7 +60,7 @@ inline ThreadGlobal

[gentoo-commits] repo/proj/guru:dev commit in: dev-games/godot/

2021-06-07 Thread Ross Charles Campbell
commit: f052cc776f97644ecd4cf94dbdfdad25e40762c0
Author: Ross Charles Campbell  gmail  com>
AuthorDate: Mon Jun  7 13:39:56 2021 +
Commit: Ross Charles Campbell  gmail  com>
CommitDate: Mon Jun  7 13:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f052cc77

dev-games/godot: depend on media-libs/embree unconditionally

This follows the logic in godot's build system.

Closes: https://bugs.gentoo.org/794556
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Ross Charles Campbell  gmail.com>

 dev-games/godot/{godot-3.3.2.ebuild => godot-3.3.2-r1.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-games/godot/godot-3.3.2.ebuild 
b/dev-games/godot/godot-3.3.2-r1.ebuild
similarity index 93%
rename from dev-games/godot/godot-3.3.2.ebuild
rename to dev-games/godot/godot-3.3.2-r1.ebuild
index f301b3ee6..3224a44f5 100644
--- a/dev-games/godot/godot-3.3.2.ebuild
+++ b/dev-games/godot/godot-3.3.2-r1.ebuild
@@ -15,13 +15,14 @@ KEYWORDS="~amd64 ~x86"
 
 LICENSE="Apache-2.0 Boost-1.0 BSD CC-BY-3.0 MIT MPL-2.0 OFL-1.1 public-domain 
ZLIB"
 SLOT="0/3"
-IUSE="+bullet debug deprecated +enet +freetype lto +mbedtls +ogg +opus 
pulseaudio raycast +theora +udev +upnp +vorbis +webp"
+IUSE="+bullet debug deprecated +enet +freetype lto +mbedtls +ogg +opus 
pulseaudio +raycast +theora +udev +upnp +vorbis +webp"
 
 RDEPEND="
app-arch/lz4
app-arch/zstd
dev-libs/libpcre2[pcre32]
media-libs/alsa-lib
+   media-libs/embree:3
media-libs/libpng:0=
media-libs/libvpx
media-libs/mesa[gles2]
@@ -42,7 +43,6 @@ RDEPEND="
media-libs/opusfile
)
pulseaudio? ( media-sound/pulseaudio )
-   raycast? ( media-libs/embree:3 )
theora? ( media-libs/libtheora )
udev? ( virtual/udev )
upnp? ( net-libs/miniupnpc )
@@ -61,7 +61,7 @@ PATCHES=(
 
 src_prepare() {
default
-   rm -r 
thirdparty/{bullet,enet,freetype,libogg,libpng,libtheora,libvorbis,libvpx,libwebp,mbedtls,miniupnpc,opus,pcre2,zstd}
 || die
+   rm -r 
thirdparty/{bullet,embree,enet,freetype,libogg,libpng,libtheora,libvorbis,libvpx,libwebp,mbedtls,miniupnpc,opus,pcre2,zstd}
 || die
 }
 
 src_configure() {
@@ -94,13 +94,13 @@ src_configure() {
myesconsargs+=(
# Mono bindings requires MSBuild which is only available on 
Windows
module_mono_enabled=no
-   module_raycast_enabled=$(usex raycast)
module_bullet_enabled=$(usex bullet)
module_enet_enabled=$(usex enet)
module_freetype_enabled=$(usex freetype)
module_mbedtls_enabled=$(usex mbedtls)
module_ogg_enabled=$(usex ogg)
module_opus_enabled=$(usex opus)
+   module_raycast_enabled=$(usex raycast)
module_theora_enabled=$(usex theora)
module_upnp_enabled=$(usex upnp)
module_vorbis_enabled=$(usex vorbis)



[gentoo-commits] repo/proj/guru:dev commit in: app-text/epubgrep/

2021-06-07 Thread Ronny Gutbrod
commit: 159947bfd78991708daee29e364698e815a960fd
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Jun  7 13:29:14 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Jun  7 13:50:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=159947bf

app-text/epubgrep: Remove old ebuild

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

 app-text/epubgrep/Manifest  |  1 -
 app-text/epubgrep/epubgrep-0.4.0.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest
index 13d973cc9..2257d3a61 100644
--- a/app-text/epubgrep/Manifest
+++ b/app-text/epubgrep/Manifest
@@ -1,3 +1,2 @@
-DIST epubgrep-0.4.0.tar.gz 247541 BLAKE2B 
f193ea359edc56343cfaab85b33c52f1fda832e335b58a7d2f6d6b98538870e043d6a1b56e8e3f562bd2dff8ddd809aeacad88bf047b2a6e7933a68b29312f49
 SHA512 
ae6005b62c8fc0ce8d3ae00fb4c04b2f6d84aca4c3497722be52c064b4403a15bc30aa33b4f59bc834d0501bee984f4df1c4a5c620ad14f83186776c46a73fa5
 DIST epubgrep-0.5.0.tar.gz 253335 BLAKE2B 
43a0fff1368a4173797355b8e408ea740ec2810fc13d2a96fb96fda861d076b28c2ce1ce66ddeea64370be21f0873327a96bddca249c73427f6874476dd1d628
 SHA512 
87deba97675f827dd7e8914b7cf537d903f22a91504e0316e70fd04e567e0282998c729d1a7cef0d0bf8cf2bd4765afa18c41403248f261bc4240dd08c1a
 DIST epubgrep-0.5.1.tar.gz 269799 BLAKE2B 
11f67e7584a33d0ba4249e2b8d210c3d74d67a6d6f5a44b2ed8f6d50d52e6ceb4f6db18458afcefa004b185acf4848e724da85286ec7c9ee155dafc4c76f6668
 SHA512 
dc8550f0802ce92344c7f24d2ffb57c656bef81914414e47310c703ad5c302d1508b3cf3b28459a939156dc5772a702a6a28a8ec28a946218c541c4e690da3c5

diff --git a/app-text/epubgrep/epubgrep-0.4.0.ebuild 
b/app-text/epubgrep/epubgrep-0.4.0.ebuild
deleted file mode 100644
index 17ddaacde..0
--- a/app-text/epubgrep/epubgrep-0.4.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Search tool for EPUB e-books"
-HOMEPAGE="https://schlomp.space/tastytea/epubgrep";
-SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/boost[nls]
-   app-arch/libarchive[bzip2,iconv,lzma,zlib]
-   dev-libs/libfmt
-   dev-libs/pugixml
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/termcolor
-   test? ( dev-cpp/catch )
-"
-BDEPEND="
-   sys-devel/gettext
-   app-text/asciidoc
-"
-
-src_configure() {
-   local mycmakeargs=(
-   "-DWITH_TESTS=$(usex test)"
-   "-DFALLBACK_BUNDLED=NO"
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-text/epubgrep/

2021-06-07 Thread Ronny Gutbrod
commit: 83d8f5ea82085a109f3bc4c9d10d076409830912
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Jun  7 13:26:20 2021 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Jun  7 13:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83d8f5ea

app-text/epubgrep: Version bump 0.5.1

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

 app-text/epubgrep/Manifest  |  1 +
 app-text/epubgrep/epubgrep-0.5.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest
index 6038a18fd..13d973cc9 100644
--- a/app-text/epubgrep/Manifest
+++ b/app-text/epubgrep/Manifest
@@ -1,2 +1,3 @@
 DIST epubgrep-0.4.0.tar.gz 247541 BLAKE2B 
f193ea359edc56343cfaab85b33c52f1fda832e335b58a7d2f6d6b98538870e043d6a1b56e8e3f562bd2dff8ddd809aeacad88bf047b2a6e7933a68b29312f49
 SHA512 
ae6005b62c8fc0ce8d3ae00fb4c04b2f6d84aca4c3497722be52c064b4403a15bc30aa33b4f59bc834d0501bee984f4df1c4a5c620ad14f83186776c46a73fa5
 DIST epubgrep-0.5.0.tar.gz 253335 BLAKE2B 
43a0fff1368a4173797355b8e408ea740ec2810fc13d2a96fb96fda861d076b28c2ce1ce66ddeea64370be21f0873327a96bddca249c73427f6874476dd1d628
 SHA512 
87deba97675f827dd7e8914b7cf537d903f22a91504e0316e70fd04e567e0282998c729d1a7cef0d0bf8cf2bd4765afa18c41403248f261bc4240dd08c1a
+DIST epubgrep-0.5.1.tar.gz 269799 BLAKE2B 
11f67e7584a33d0ba4249e2b8d210c3d74d67a6d6f5a44b2ed8f6d50d52e6ceb4f6db18458afcefa004b185acf4848e724da85286ec7c9ee155dafc4c76f6668
 SHA512 
dc8550f0802ce92344c7f24d2ffb57c656bef81914414e47310c703ad5c302d1508b3cf3b28459a939156dc5772a702a6a28a8ec28a946218c541c4e690da3c5

diff --git a/app-text/epubgrep/epubgrep-0.5.1.ebuild 
b/app-text/epubgrep/epubgrep-0.5.1.ebuild
new file mode 100644
index 0..82f8cf70b
--- /dev/null
+++ b/app-text/epubgrep/epubgrep-0.5.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Search tool for EPUB e-books"
+HOMEPAGE="https://schlomp.space/tastytea/epubgrep";
+SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/boost[nls]
+   app-arch/libarchive[bzip2,iconv,lzma,zlib]
+   dev-libs/libfmt
+   dev-libs/pugixml
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/termcolor
+   dev-cpp/nlohmann_json
+   test? ( dev-cpp/catch )
+"
+BDEPEND="
+   sys-devel/gettext
+   app-text/asciidoc
+"
+
+src_configure() {
+   local mycmakeargs=(
+   "-DWITH_TESTS=$(usex test)"
+   "-DFALLBACK_BUNDLED=NO"
+   )
+
+   cmake_src_configure
+}



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

2021-06-07 Thread Agostino Sarubbo
commit: 20b66ad8e4080b087f39a86661f828872c0ab3fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  7 14:15:01 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  7 14:15:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b66ad8

sys-apps/flatpak: amd64 stable wrt bug #775365

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

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

diff --git a/sys-apps/flatpak/flatpak-1.10.2.ebuild 
b/sys-apps/flatpak/flatpak-1.10.2.ebuild
index 6c69987f33c..3a27d01fb3e 100644
--- a/sys-apps/flatpak/flatpak-1.10.2.ebuild
+++ b/sys-apps/flatpak/flatpak-1.10.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://flatpak.org/";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="doc gtk kde introspection policykit seccomp systemd"
 RESTRICT+=" test"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/lpeg/

2021-06-07 Thread Guilherme Amadio
commit: ccae9ca680301d407debbdbd784dc34684ff140f
Author: Bob Dröge  rug  nl>
AuthorDate: Wed Apr 28 14:30:48 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Jun  7 14:19:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccae9ca6

dev-lua/lpeg: prefix LUADIR with EPREFIX

Closes: https://github.com/gentoo/gentoo/pull/20576

Signed-off-by: Guilherme Amadio  gentoo.org>

 dev-lua/lpeg/lpeg-1.0.2-r101.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild 
b/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
index 0a8e84bf7e8..d911bbbf5ae 100644
--- a/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
+++ b/dev-lua/lpeg/lpeg-1.0.2-r101.ebuild
@@ -50,7 +50,7 @@ src_prepare() {
 lua_src_compile() {
cd "${S}.${ELUA}/" || die
emake CC="$(tc-getCC)" \
-   LUADIR="$(lua_get_include_dir)"
+   LUADIR="${EPREFIX}/$(lua_get_include_dir)"
 }
 
 src_compile() {



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

2021-06-07 Thread Dirkjan Ochtman
commit: 1c2210c49a427dd15d93fd3635557ec9e1dbff1e
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Jun  7 15:14:27 2021 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Jun  7 15:14:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2210c4

mail-filter/postsrsd: version bump to 1.11 with security fix

Bug: https://bugs.gentoo.org/793674
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Dirkjan Ochtman  gentoo.org>

 mail-filter/postsrsd/Manifest |  1 +
 mail-filter/postsrsd/postsrsd-1.11.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/mail-filter/postsrsd/Manifest b/mail-filter/postsrsd/Manifest
index 48f18bff6ea..62d7a6b3b26 100644
--- a/mail-filter/postsrsd/Manifest
+++ b/mail-filter/postsrsd/Manifest
@@ -1 +1,2 @@
 DIST postsrsd-1.10.tar.gz 34844 BLAKE2B 
4722e8f3ec1d5d7de0648d8afc03c38f485c92b092bd42bc02c82c4072b5eb053cbb907bd1198de1219acf465c850b4f08ee8bca629f85734ca2ff643d77c1e4
 SHA512 
79f824cbc56de2e79da2eb67b1888c1c171a10a7bae5f19384c22024ff7e65dd36a447e632ddaf77bea6bdfa4972c7a918a30cd3b06f7b7ae49ab7552c43be0e
+DIST postsrsd-1.11.tar.gz 36309 BLAKE2B 
352894d82cf0bc16f711433b83282f31f94dc6358fcdda1362c00834bf41d70ea9f543c45428fca19d979a6a3b7c1676b8e3b35e4f21e8e27b707f986592
 SHA512 
cc041bbbd0277dd416a19e427d63eace3489dc518ebe3a61a022b3e2e159bcb09731a0eb5547eb85bd55887821726b66e828326c109c2ebe26b27dbd062a8d89

diff --git a/mail-filter/postsrsd/postsrsd-1.11.ebuild 
b/mail-filter/postsrsd/postsrsd-1.11.ebuild
new file mode 100644
index 000..3252770ad77
--- /dev/null
+++ b/mail-filter/postsrsd/postsrsd-1.11.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Postfix Sender Rewriting Scheme daemon"
+SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/roehling/postsrsd";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND=">=dev-util/cmake-2.4"
+RDEPEND=""
+
+CHROOT_DIR="${EPREFIX}/var/lib/postsrsd"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCHROOT_DIR=${CHROOT_DIR}
+   -DDOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   newinitd "${FILESDIR}/postsrsd.init-r1" postsrsd
+   newconfd "${BUILD_DIR}/postsrsd.default" postsrsd
+   keepdir ${CHROOT_DIR}
+}



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

2021-06-07 Thread Guilherme Amadio
commit: 07433fc7688d7b49c29440b995719210bb441d22
Author: Alexei Colin  isi  edu>
AuthorDate: Fri Jan 22 05:01:50 2021 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Mon Jun  7 15:22:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07433fc7

profiles: prefixify dynamic linker for ppc64

Bug: https://bugs.gentoo.org/71

The issue: prefix stage3 fails because the binaries built
by the stage3 GCC toolchain fail to run, because they
refer to the host's dynamic linker:

$ which gawk
/myprefix/usr/bin/gawk

$ gawk --version
gawk: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by 
gawk)

$ readelf -l $(which gawk) | grep -i 'program
  [Requesting program interpreter: /lib64/ld64.so.2]

The cause is that the toolchain doesn't insert a prefixified path
into the binary because the default -dynamic-linker is not prefixified:

$ which powerpc64le-unknown-linux-gnu-gcc
/myprefix/usr/bin/powerpc64le-unknown-linux-gnu-gcc
$ echo 'int main() { return 0; }' > test.c
$ powerpc64le-unknown-linux-gnu-gcc -v -o test test.c
COLLECT_GCC_OPTIONS='-v' '-o' 'testx'
 /myprefix/usr/libexec/gcc/powerpc64le-unknown-linux-gnu/10.2.0/collect2
--eh-frame-hdr -V -m elf64lppc -dynamic-linker /libb64/ld64.so.2  ...

The root cause:

Prefixifying is done by patching the GCC source code with a sed
expression in profile.bashrc. The pattern in that sed expression doesn't
match the source file for ppc64 (aka. rs6000). The ppc64 file differs
from the rest in that it has a macro for the prefix.

Notes on fix:

I opted to special-case another sed expression to set that unique
DYNAMIC_LINKER_PREFIX macro rather than attempt to make a single sed
expression that would modify the *_DYNAMIC_LINKER macros in ppc64.
Rationale is that if someone happens to look at the patched source file,
it would make more sense if the DYNAMIC_LINKER_PREFIX is set to our
prefix, instead of if that macro is set to empty but the
*_DYNAMIC_LINKER macros have effectively two prefixes, one hardcoded
added by sed, one from the DYNAMIC_LINKER_PREFIX macro.

Signed-off-by: Alexei Colin  alexeicolin.com>
Signed-off-by: Guilherme Amadio  gentoo.org>

 profiles/features/prefix/standalone/profile.bashrc | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/features/prefix/standalone/profile.bashrc 
b/profiles/features/prefix/standalone/profile.bashrc
index ff58c68a562..76ef2455b35 100644
--- a/profiles/features/prefix/standalone/profile.bashrc
+++ b/profiles/features/prefix/standalone/profile.bashrc
@@ -14,7 +14,11 @@ if [[ ${CATEGORY}/${PN} == sys-devel/gcc && ${EBUILD_PHASE} 
== configure ]]; the
 einfo "Prefixifying dynamic linkers..."
 for h in gcc/config/*/*linux*.h; do
ebegin "  Updating $h"
-   sed -i -r "/_DYNAMIC_LINKER/s,([\":])(/lib),\1${EPREFIX}\2,g" $h
+   if [[ "${h}" == gcc/config/rs6000/linux*.h ]]; then
+   sed -i -r "s,(DYNAMIC_LINKER_PREFIX\s+)\"\",\1\"${EPREFIX}\",g" $h
+   else
+   sed -i -r "/_DYNAMIC_LINKER/s,([\":])(/lib),\1${EPREFIX}\2,g" $h
+   fi
eend $?
 done
 



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

2021-06-07 Thread Michał Górny
commit: ee152a7b16e7183ee3a8ab9724321c23c7fe4fa3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  7 15:39:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  7 15:41:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee152a7b

dev-python/ipython: Remove old

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

 dev-python/ipython/Manifest  |   1 -
 dev-python/ipython/ipython-7.24.0.ebuild | 139 ---
 2 files changed, 140 deletions(-)

diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest
index 26e07a1ee53..5a86f52a033 100644
--- a/dev-python/ipython/Manifest
+++ b/dev-python/ipython/Manifest
@@ -1,4 +1,3 @@
 DIST ipython-7.22.0.tar.gz 5143229 BLAKE2B 
be78fc7089d620cb9ad437ed8154b37ac8c7cd68ca18a2569cfcf7ea9af968c5818c8d18a1f26459ccef73e59083ac27055c19e4df254836e484ce0a9908
 SHA512 
2647dcd5e0d9b6afc8d990d2c099ad7ed581b5eff6d657630929e0d0d9f8965e7c7924c51a10a797e7d7406212d7a06c941c163e6f6046aa62130049a9bbc0d0
 DIST ipython-7.23.1.tar.gz 5188898 BLAKE2B 
9713b0f1f75e283e53ba19044c9919f0c4d0b1c120e63d7a79ab9c6b8783499ed115e86a24cab34fc13c46245fb43865b851e6f98a2ee729ee35c3db242fa2ba
 SHA512 
9b35626a8a07c6bd0b93552341e5a61d3d90a60c72ad6e3fc71266d9509134366c46a7ae8aeca9c3acc7509dfeab47b5144f105cb3d1d05ef1c7acca6c2f365d
-DIST ipython-7.24.0.tar.gz 5146172 BLAKE2B 
9d10eea9c329c78d7698adda999d746cdb305fad71ad521bd2f856590dd1e34010adfef045633bec07f8a6705201325815bbc254c23d74f0a17d73d2c3c060fe
 SHA512 
67f6392b5448f1526da67577e8fa84958c99b3ac71c616c78a034e5c20cd06224134da45a8c3930a3779ce98ebc983bea2f237b5be7e8ba9d6fe97fde91a0608
 DIST ipython-7.24.1.tar.gz 5146561 BLAKE2B 
ae63d024f488f44dbd61eb9f3e14ac5b8ad801b1db195632c184c6106d4c2e6d6143c1524ae6fc5a2f6f631683b73f241c9115c439c0f97a4fe540cc232fb181
 SHA512 
0ea8843a1f2e7f9357ff9896f2b6da058adb5fcbbad5c3b1fc4138a085eb57034c62c0b50d82dea0e563523649ec112edd4ef0c267a914f6a7d33b44be30b977

diff --git a/dev-python/ipython/ipython-7.24.0.ebuild 
b/dev-python/ipython/ipython-7.24.0.ebuild
deleted file mode 100644
index c085c76819c..000
--- a/dev-python/ipython/ipython-7.24.0.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='readline,sqlite,threads(+)'
-
-inherit distutils-r1 optfeature virtualx
-
-DESCRIPTION="Advanced interactive shell for Python"
-HOMEPAGE="https://ipython.org/ https://github.com/ipython/ipython/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="doc examples matplotlib notebook nbconvert qt5 +smp test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/backcall[${PYTHON_USEDEP}]
-   dev-python/decorator[${PYTHON_USEDEP}]
-   >=dev-python/jedi-0.16[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.3[${PYTHON_USEDEP}]
-   dev-python/pickleshare[${PYTHON_USEDEP}]
-   >=dev-python/prompt_toolkit-2[${PYTHON_USEDEP}]
-   https://github.com/ipython/ipython/issues/12892
-   mv IPython/extensions/{,ipython_}tests || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   emake -C docs html_noapi
-   HTML_DOCS=( docs/build/html/. )
-   fi
-}
-
-src_test() {
-   virtx distutils-r1_src_test
-}
-
-python_install() {
-   distutils-r1_python_install
-
-   # Create ipythonX.Y symlinks.
-   # TODO:
-   # 1. do we want them for pypy? No.  pypy has no numpy
-   # 2. handle it in the eclass instead (use _python_ln_rel).
-   # With pypy not an option the dosym becomes unconditional
-   dosym ../lib/python-exec/${EPYTHON}/ipython \
-   /usr/bin/ipython${EPYTHON#python}
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-}
-
-pkg_postinst() {
-   optfeature "sympyprinting" dev-python/sympy
-   optfeature "cythonmagic" dev-python/cython
-   optfeature "%lprun magic command" dev-python/line_profiler
-   optfeature "%mprun magic command" dev-python/memory_profiler
-
-   if use nbconvert; then
-   if ! has_version app-text/pandoc ; then
-   einfo "Node.js will be used to convert notebooks to 
other formats"
-   einfo "like HTML. Support for that is still 
experimental. If you"
-   einfo "encounter any problems, please use 
app-text/pandoc instead."
-   fi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/evolvotron/, x11-misc/evolvotron/files/

2021-06-07 Thread Sam James
commit: d5aff08dc0ecd4e5d6c1f426e6133197b9964d93
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 06:24:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 07:13:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5aff08d

x11-misc/evolvotron: fix build with GCC 11

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

 x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild | 26 +++---
 .../evolvotron-0.7.1-gcc11-predicate-decl.patch| 21 +
 2 files changed, 34 insertions(+), 13 deletions(-)

diff --git a/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild 
b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
index 2cfacb68a55..52497e1e248 100644
--- a/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
+++ b/x11-misc/evolvotron/evolvotron-0.7.1-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qmake-utils
 
 DESCRIPTION="Generative art image evolver"
-HOMEPAGE="
-   https://sourceforge.net/projects/evolvotron/
-"
+HOMEPAGE="https://sourceforge.net/projects/evolvotron/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+S="${WORKDIR}"/${PN}
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -23,13 +23,12 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-DOCS=(
-   BUGS NEWS README TODO USAGE
-)
-HTML_DOCS=(
-   evolvotron.html
+DOCS=( BUGS NEWS README TODO USAGE )
+HTML_DOCS=( evolvotron.html )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.7.1-gcc11-predicate-decl.patch
 )
-S=${WORKDIR}/${PN}
 
 src_configure() {
eqmake5 main.pro
@@ -37,9 +36,9 @@ src_configure() {
 
 src_compile() {
local etsubdir
-   for etsubdir in \
-   libfunction libevolvotron evolvotron evolvotron_render 
evolvotron_mutate
-   do
+   local targets=( libfunction libevolvotron evolvotron evolvotron_render 
evolvotron_mutate )
+
+   for etsubdir in ${targets[@]}; do
emake sub-${etsubdir}
done
 }
@@ -49,6 +48,7 @@ src_install() {
for bin in ${PN}{,_mutate,_render}; do
dobin ${bin}/${bin}
done
+
doman man/man1/*
einstalldocs
 }

diff --git 
a/x11-misc/evolvotron/files/evolvotron-0.7.1-gcc11-predicate-decl.patch 
b/x11-misc/evolvotron/files/evolvotron-0.7.1-gcc11-predicate-decl.patch
new file mode 100644
index 000..e21de137f74
--- /dev/null
+++ b/x11-misc/evolvotron/files/evolvotron-0.7.1-gcc11-predicate-decl.patch
@@ -0,0 +1,21 @@
+https://bugs.gentoo.org/787101
+--- a/libevolvotron/mutatable_image_computer_farm.h
 b/libevolvotron/mutatable_image_computer_farm.h
+@@ -45,7 +45,7 @@ class MutatableImageComputerFarm
+ {
+ public:
+   //! Compare task priorities.
+-  bool operator()(const boost::shared_ptr& t0,const boost::shared_ptr& t1) 
++  bool operator()(const boost::shared_ptr& t0,const boost::shared_ptr& t1) const
+   { 
+ return (t0->priority() < t1->priority());
+   }
+@@ -56,7 +56,7 @@ class MutatableImageComputerFarm
+ {
+ public:
+   //! Compare task priorities.
+-  bool operator()(const boost::shared_ptr& t0,const boost::shared_ptr& t1) 
++  bool operator()(const boost::shared_ptr& t0,const boost::shared_ptr& t1) const
+   { 
+ return (t0->priority() > t1->priority());
+   }



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

2021-06-07 Thread Sam James
commit: 090649fefe0e649082041ec7c4a89a040a8fada4
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 07:13:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 07:13:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090649fe

net-libs/libesmtp: add 1.1.0

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

 net-libs/libesmtp/Manifest  |  1 +
 net-libs/libesmtp/libesmtp-1.1.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/net-libs/libesmtp/Manifest b/net-libs/libesmtp/Manifest
index 05b0c516e94..6a1d82e58c9 100644
--- a/net-libs/libesmtp/Manifest
+++ b/net-libs/libesmtp/Manifest
@@ -1,2 +1,3 @@
 DIST libesmtp-1.0.6.tar.bz2 365506 BLAKE2B 
9ce8c9f210e6c41c95bba55a7aec79c176c4582f5dafc1aba4fbf9adb411b75ab89d400ac7a12b7d5d24ede414cb8e2ca306299a2e156515e611d074142cf5e8
 SHA512 
c122fc5995b76771cce2db58c9e59597cc3a76d273feb6fc26b869f118e91bdf98a5721ee2d1de8175c376af018b5806b0379bbeba2f5da95108916028fd8dda
 DIST libesmtp-1.0.6_p20200824.tar.gz 156674 BLAKE2B 
a78dece0cceb252ca7505b5457a9137c6e3f45c544b9774ab683fb1defed6458ed0d94604aa16df540d3e397738fbe00e1c3b3c649f34b73421e494c35cf2fc1
 SHA512 
bd0868aa8fb10bd81c18d473acaf1ef94ab2278a6619e5d348a59857f459d2d47a22583d7d533a983518ece436853914420b7189c305d9dab5c399bf26f8a5c0
+DIST libesmtp-1.1.0.tar.gz 169134 BLAKE2B 
94ef87c65101557f6d60a6bcd7a8b0de638c24d46536ddf602da05c09858780b0a50f9fd8dae1e54a5e9a7826d45fa6da10bad751a9be50475a8f441c94ad455
 SHA512 
fc2a9d9922a1807cce8c8cee627ea8fd3a79c33f0987c5a487080b1a1659fd504bc45da2f919d30eced33ab3e950105383a46ecf3365493134adc1183eb99e53

diff --git a/net-libs/libesmtp/libesmtp-1.1.0.ebuild 
b/net-libs/libesmtp/libesmtp-1.1.0.ebuild
new file mode 100644
index 000..c117af101c9
--- /dev/null
+++ b/net-libs/libesmtp/libesmtp-1.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Lib that implements the client side of the SMTP protocol"
+HOMEPAGE="https://libesmtp.github.io/";
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/libesmtp/libESMTP.git";
+else
+   SRC_URI="https://github.com/libesmtp/libESMTP/archive/v${PV/_}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/libESMTP-${PV}"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="LGPL-2.1 GPL-2"
+SLOT="0/7"
+IUSE="ssl static-libs threads"
+
+RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )"
+DEPEND="${RDEPEND}"
+
+DOCS=( docs/{authors,bugreport,ChangeLog,faq,NEWS}.md README.md )
+
+src_configure() {
+   local emesonargs=(
+   -Ddefault_library="$(usex static-libs both shared)"
+   $(meson_feature ssl tls)
+   $(meson_feature threads pthreads)
+   )
+   meson_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/solvespace/files/, media-gfx/solvespace/

2021-06-07 Thread Sam James
commit: 099369de66cdc8a91f4e9b372bb2c38a6767a881
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 06:40:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 07:13:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099369de

media-gfx/solvespace: fix build with GCC 11

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

 .../solvespace-2.3-gcc11-missing-limits-inc.patch | 19 +++
 media-gfx/solvespace/solvespace-2.3.ebuild|  7 ++-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git 
a/media-gfx/solvespace/files/solvespace-2.3-gcc11-missing-limits-inc.patch 
b/media-gfx/solvespace/files/solvespace-2.3-gcc11-missing-limits-inc.patch
new file mode 100644
index 000..ecf02fc5c01
--- /dev/null
+++ b/media-gfx/solvespace/files/solvespace-2.3-gcc11-missing-limits-inc.patch
@@ -0,0 +1,19 @@
+https://bugs.gentoo.org/790776
+--- a/src/exportvector.cpp
 b/src/exportvector.cpp
+@@ -4,6 +4,7 @@
+ // Copyright 2008-2013 Jonathan Westhues.
+ 
//-
+ #include 
++#include 
+ #include "solvespace.h"
+ 
+ VectorFileWriter::~VectorFileWriter() {
+--- a/src/importdxf.cpp
 b/src/importdxf.cpp
+@@ -1,3 +1,5 @@
++#include 
++
+ #include "solvespace.h"
+ #include "libdxfrw.h"
+ #include "libdwgr.h"

diff --git a/media-gfx/solvespace/solvespace-2.3.ebuild 
b/media-gfx/solvespace/solvespace-2.3.ebuild
index ca5fc5249b9..25975546f2b 100644
--- a/media-gfx/solvespace/solvespace-2.3.ebuild
+++ b/media-gfx/solvespace/solvespace-2.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 DXFRW_COMMIT="87ff1082f49b1286a033ac8f38fe8dde0975bb8b"
 DXFRW_PV="0.6.3"
 DXFRW_P="libdxfrw-${DXFRW_PV}-${DXFRW_COMMIT}"
@@ -31,6 +32,10 @@ DEPEND="${RDEPEND}
 # NOTE: please keep commit hash actually when version up
 GIT_COMMIT_HASH="4d1e1341d926ac356b295d5cc3d61c7a6cd7d07d"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3-gcc11-missing-limits-inc.patch
+)
+
 src_prepare() {
rm -r "extlib/libdxfrw" || die  "rm extlib/libdxfrw failed"
mv "${WORKDIR}/libdxfrw-${DXFRW_COMMIT}" "extlib/libdxfrw" || die "move 
libdxfrw-${DXFRW_COMMIT} failed"



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

2021-06-07 Thread Sam James
commit: 953ae581d25b29bc8fbf8f7c8c1139f67a74ceef
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 06:56:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 07:13:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953ae581

net-mail/isync: add 1.3.6

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

 net-mail/isync/Manifest   |  1 +
 net-mail/isync/isync-1.3.6.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
index 0455eec5cf6..ef083329cb8 100644
--- a/net-mail/isync/Manifest
+++ b/net-mail/isync/Manifest
@@ -1,4 +1,5 @@
 DIST isync-1.3.1.tar.gz 311868 BLAKE2B 
e7eae36407873b8f9f3c4e9a827e719aefa608994f5a48a93779207148123c7b796f6aa8ad8157f5eb9e863c5845889ad595d23570f12a0520fe997f8282158c
 SHA512 
59d702d41d4a4e72f03cb282b414d0bb859593171763e845bc24d116a74f807a79e5be61f1dd1f59a9ece492322bceac156b08958a246cbfbe7f230fab4cdda2
 DIST isync-1.3.3.tar.gz 315912 BLAKE2B 
64a6130fd2e0b6bcb4c57e7e353c1227f65ec84b557419aaff617f9cde186e1e8f906a9448e4642bd1f6db245a769923cb8ec779ac077225c47a16160d3a8b10
 SHA512 
915824272606f75da8c05fb75872bc5cf528fa555024245094d14a25b190f1b813dd5723e9b87f27f3fbb14b100311ee487bc409d074a68d67e9ab675b12c7a1
 DIST isync-1.3.5.tar.gz 316671 BLAKE2B 
3018236aef71e7eb9dcb3c0ce4dee208a6b53060cf5354fe142095f227c29aecba34d9a41db24e53b6bcf9e8bb5c9be163178bed30c41117fd459284f18292af
 SHA512 
d3e12ca461a0cddcb7a59665d0b08c5bc690cc187bca68d0bebab2d406382a3c28d015ed6a37bdb13f3dc6295b8381c3e5a6e1a3ac0e7336d1885eadbb0ec451
+DIST isync-1.3.6.tar.gz 317174 BLAKE2B 
3a230cd4bfac061ceb3325732c336ccd808a662989d2fc81459b4b27fce927a62e335200ef233f63d28b80f6ba79b1e5e102fda8ec68c9cd8e368f8ddd7188a0
 SHA512 
16e859361b27f00e1ef9eda0a2d06edf271b2643107a1f90c90713c34ffe9b542cdedb31218db72db633e12cf39a6aa2ac509333647c79a1825faac8ad4ead38
 DIST isync-1.4.1.tar.gz 336281 BLAKE2B 
cb15a8c0dcadbc3db072fcb10a6f0d83ccef0de1c49a9d30a7c189f616c965d8e759a72c4e35927e20e2d7995f9430bffa22e535684a7b7290516d8bc78bf071
 SHA512 
87d1101d3e39680c1d101653a6f48859d539f0d37d65db8d90566fae22f2163c76907d561b2a487d3ed2ab459c5703fa8e077cc3e1f156a895d7ef9078af91e8

diff --git a/net-mail/isync/isync-1.3.6.ebuild 
b/net-mail/isync/isync-1.3.6.ebuild
new file mode 100644
index 000..9525e6613cd
--- /dev/null
+++ b/net-mail/isync/isync-1.3.6.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="MailDir mailbox synchronizer"
+HOMEPAGE="http://isync.sourceforge.net/";
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/${PN}";
+   inherit git-r3 autotools
+else
+   SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+IUSE="sasl ssl zlib"
+
+RDEPEND="
+   >=sys-libs/db-4.2:=
+   sasl?   ( dev-libs/cyrus-sasl )
+   ssl?( >=dev-libs/openssl-0.9.6:0= )
+   zlib?   ( sys-libs/zlib:0= )
+"
+DEPEND=${RDEPEND}
+BDEPEND="
+   dev-lang/perl
+"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with ssl) \
+   $(use_with sasl) \
+   $(use_with zlib)
+}



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

2021-06-07 Thread Sam James
commit: ee0daa88902a745674c5e346f75c7d10e52cf292
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 07:13:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 07:13:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0daa88

net-libs/libesmtp: drop 1.0.6_p20200824

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

 net-libs/libesmtp/Manifest|  1 -
 net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/net-libs/libesmtp/Manifest b/net-libs/libesmtp/Manifest
index 6a1d82e58c9..1f90f38fe74 100644
--- a/net-libs/libesmtp/Manifest
+++ b/net-libs/libesmtp/Manifest
@@ -1,3 +1,2 @@
 DIST libesmtp-1.0.6.tar.bz2 365506 BLAKE2B 
9ce8c9f210e6c41c95bba55a7aec79c176c4582f5dafc1aba4fbf9adb411b75ab89d400ac7a12b7d5d24ede414cb8e2ca306299a2e156515e611d074142cf5e8
 SHA512 
c122fc5995b76771cce2db58c9e59597cc3a76d273feb6fc26b869f118e91bdf98a5721ee2d1de8175c376af018b5806b0379bbeba2f5da95108916028fd8dda
-DIST libesmtp-1.0.6_p20200824.tar.gz 156674 BLAKE2B 
a78dece0cceb252ca7505b5457a9137c6e3f45c544b9774ab683fb1defed6458ed0d94604aa16df540d3e397738fbe00e1c3b3c649f34b73421e494c35cf2fc1
 SHA512 
bd0868aa8fb10bd81c18d473acaf1ef94ab2278a6619e5d348a59857f459d2d47a22583d7d533a983518ece436853914420b7189c305d9dab5c399bf26f8a5c0
 DIST libesmtp-1.1.0.tar.gz 169134 BLAKE2B 
94ef87c65101557f6d60a6bcd7a8b0de638c24d46536ddf602da05c09858780b0a50f9fd8dae1e54a5e9a7826d45fa6da10bad751a9be50475a8f441c94ad455
 SHA512 
fc2a9d9922a1807cce8c8cee627ea8fd3a79c33f0987c5a487080b1a1659fd504bc45da2f919d30eced33ab3e950105383a46ecf3365493134adc1183eb99e53

diff --git a/net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild 
b/net-libs/libesmtp/libesmtp-1.0.6_p20200824.ebuild
deleted file mode 100644
index 549485ab84e..000
--- a/net-libs/libesmtp/libesmtp-1.0.6_p20200824.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
-
-inherit meson
-
-COMMIT="c80e46678e1025f3116bdcc75563364744adbe18"
-DESCRIPTION="Lib that implements the client side of the SMTP protocol"
-HOMEPAGE="https://libesmtp.github.io/";
-if [[ "${PV}" == * ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/libesmtp/libESMTP.git";
-else
-   #SRC_URI="https://github.com/libesmtp/libESMTP/archive/v${PV/_}.tar.gz 
-> ${P}.tar.gz"
-   SRC_URI="https://github.com/libesmtp/libESMTP/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
-   S="${WORKDIR}/libESMTP-${COMMIT}"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0/7"
-IUSE="ssl static-libs threads"
-
-RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS docs/{bugreport,ChangeLog,faq}.md NEWS Notes README.md TODO )
-
-src_configure() {
-   local emesonargs=(
-   -Ddefault_library="$(usex static-libs both shared)"
-   $(meson_feature ssl tls)
-   $(meson_feature threads pthreads)
-   )
-   meson_src_configure
-}



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

2021-06-07 Thread Sam James
commit: f35a7a7604140062a2edba6efd2c94ab54866120
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 06:56:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 07:13:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35a7a76

net-mail/isync: add 1.4.2

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

 net-mail/isync/Manifest   |  1 +
 net-mail/isync/isync-1.4.2.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/net-mail/isync/Manifest b/net-mail/isync/Manifest
index ef083329cb8..8a61d1830c3 100644
--- a/net-mail/isync/Manifest
+++ b/net-mail/isync/Manifest
@@ -3,3 +3,4 @@ DIST isync-1.3.3.tar.gz 315912 BLAKE2B 
64a6130fd2e0b6bcb4c57e7e353c1227f65ec84b5
 DIST isync-1.3.5.tar.gz 316671 BLAKE2B 
3018236aef71e7eb9dcb3c0ce4dee208a6b53060cf5354fe142095f227c29aecba34d9a41db24e53b6bcf9e8bb5c9be163178bed30c41117fd459284f18292af
 SHA512 
d3e12ca461a0cddcb7a59665d0b08c5bc690cc187bca68d0bebab2d406382a3c28d015ed6a37bdb13f3dc6295b8381c3e5a6e1a3ac0e7336d1885eadbb0ec451
 DIST isync-1.3.6.tar.gz 317174 BLAKE2B 
3a230cd4bfac061ceb3325732c336ccd808a662989d2fc81459b4b27fce927a62e335200ef233f63d28b80f6ba79b1e5e102fda8ec68c9cd8e368f8ddd7188a0
 SHA512 
16e859361b27f00e1ef9eda0a2d06edf271b2643107a1f90c90713c34ffe9b542cdedb31218db72db633e12cf39a6aa2ac509333647c79a1825faac8ad4ead38
 DIST isync-1.4.1.tar.gz 336281 BLAKE2B 
cb15a8c0dcadbc3db072fcb10a6f0d83ccef0de1c49a9d30a7c189f616c965d8e759a72c4e35927e20e2d7995f9430bffa22e535684a7b7290516d8bc78bf071
 SHA512 
87d1101d3e39680c1d101653a6f48859d539f0d37d65db8d90566fae22f2163c76907d561b2a487d3ed2ab459c5703fa8e077cc3e1f156a895d7ef9078af91e8
+DIST isync-1.4.2.tar.gz 336940 BLAKE2B 
d37dea100c5a994ce65812612a9571fe5649168560799ae17ec866774bb46b4ff989a87f4172a24006f0704e4387260716f4811f6e765df17719e598064119bd
 SHA512 
4f95e06c5bf159b7bd8fedb75e72a8f08ee0907362dde068347706610ed251eb511b00281711ddd40a0ece31dbf07f07487cd4e5504f0898638870c51a506853

diff --git a/net-mail/isync/isync-1.4.2.ebuild 
b/net-mail/isync/isync-1.4.2.ebuild
new file mode 100644
index 000..07b35974fe6
--- /dev/null
+++ b/net-mail/isync/isync-1.4.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="MailDir mailbox synchronizer"
+HOMEPAGE="http://isync.sourceforge.net/";
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://git.code.sf.net/p/${PN}/${PN}";
+   inherit git-r3 autotools
+else
+   SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+fi
+
+IUSE="berkdb sasl ssl zlib"
+
+RDEPEND="
+   berkdb? ( >=sys-libs/db-4.2:= )
+   sasl?   ( dev-libs/cyrus-sasl )
+   ssl?( >=dev-libs/openssl-0.9.6:0= )
+   zlib?   ( sys-libs/zlib:0= )
+"
+DEPEND=${RDEPEND}
+BDEPEND="
+   dev-lang/perl
+"
+
+src_prepare() {
+   default
+   [[ ${PV} ==  ]] && eautoreconf
+}
+
+src_configure() {
+   use berkdb || export ac_cv_berkdb4=no
+   econf \
+   $(use_with ssl) \
+   $(use_with sasl) \
+   $(use_with zlib)
+}



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

2021-06-07 Thread Sam James
commit: 8dfc9d24c3ec693e24545cf6a42aaf65795feb61
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 07:13:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 07:13:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfc9d24

net-libs/libesmtp: sync live ebuild

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

 net-libs/libesmtp/libesmtp-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/libesmtp/libesmtp-.ebuild 
b/net-libs/libesmtp/libesmtp-.ebuild
index 83df4e67b07..c117af101c9 100644
--- a/net-libs/libesmtp/libesmtp-.ebuild
+++ b/net-libs/libesmtp/libesmtp-.ebuild
@@ -12,6 +12,8 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/libesmtp/libESMTP.git";
 else
SRC_URI="https://github.com/libesmtp/libESMTP/archive/v${PV/_}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/libESMTP-${PV}"
+
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
@@ -22,7 +24,7 @@ IUSE="ssl static-libs threads"
 RDEPEND="ssl? ( >=dev-libs/openssl-1.1.0:0= )"
 DEPEND="${RDEPEND}"
 
-DOCS=( AUTHORS docs/{bugreport,ChangeLog,faq}.md NEWS Notes README.md TODO )
+DOCS=( docs/{authors,bugreport,ChangeLog,faq,NEWS}.md README.md )
 
 src_configure() {
local emesonargs=(



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

2021-06-07 Thread Sam James
commit: 05ef9d47906a2d92430524deb4aaa21ad908b6e8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:13:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:13:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ef9d47

dev-perl/File-ShareDir: Stabilize 1.116.0 amd64, #793275

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

 dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild 
b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
index ba0cd68bafc..e88f7f2bbd4 100644
--- a/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
+++ b/dev-perl/File-ShareDir/File-ShareDir-1.116.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locate per-dist and per-module shared files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2021-06-07 Thread Sam James
commit: 57df195a0a41e9aecf01c288afa311adcfe86db8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:12:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:12:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57df195a

dev-vcs/stgit: Stabilize 1.1 ALLARCHES, #794523

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

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

diff --git a/dev-vcs/stgit/stgit-1.1.ebuild b/dev-vcs/stgit/stgit-1.1.ebuild
index adc3ed22386..0daa07cbdef 100644
--- a/dev-vcs/stgit/stgit-1.1.ebuild
+++ b/dev-vcs/stgit/stgit-1.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND=">=dev-vcs/git-1.6.3.3"



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

2021-06-07 Thread Sam James
commit: 0c79c7a5fe22c9d76e67d9a889db822d9875e867
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:13:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:13:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c79c7a5

x11-wm/icewm: Stabilize 2.3.4 amd64, #794673

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

 x11-wm/icewm/icewm-2.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/icewm/icewm-2.3.4.ebuild b/x11-wm/icewm/icewm-2.3.4.ebuild
index 7b0d626e90a..90e3c133c88 100644
--- a/x11-wm/icewm/icewm-2.3.4.ebuild
+++ b/x11-wm/icewm/icewm-2.3.4.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz";
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama"
 
 # Tests broken in all versions, patches welcome, bug #323907, #389533



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

2021-06-07 Thread Sam James
commit: 7932ad19475951b6aba301ed5c3d34449b00ed78
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:14:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:14:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7932ad19

dev-perl/File-LibMagic: Stabilize 1.230.0 x86, #793062

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

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild 
b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 782d4948f0b..3c4b49ab071 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-06-07 Thread Sam James
commit: 6ddcb2c38f951f381510c9a7e49b3b6610b085fd
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:13:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:13:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddcb2c3

dev-perl/List-MoreUtils: Stabilize 0.428.0 amd64, #793275

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

 dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
index 820cf71fe99..23b4f11b644 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test +xs"
 RESTRICT="!test? ( test )"
 # See MoreUtils.pm/LICENSE



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

2021-06-07 Thread Sam James
commit: 90f9da413a69be4386afa570b4508425f7dd3b05
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:13:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:13:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f9da41

sys-apps/sandbox: Stabilize 2.24 x86, #794256

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

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

diff --git a/sys-apps/sandbox/sandbox-2.24.ebuild 
b/sys-apps/sandbox/sandbox-2.24.ebuild
index 3a6e7ea22ee..30cb52c41f0 100644
--- a/sys-apps/sandbox/sandbox-2.24.ebuild
+++ b/sys-apps/sandbox/sandbox-2.24.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz";
 
 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=""
 
 DEPEND="app-arch/xz-utils



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

2021-06-07 Thread Sam James
commit: e91036c7124b462995061396f130e60b9c00e3d8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:14:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:14:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91036c7

dev-perl/List-MoreUtils: Stabilize 0.428.0 x86, #793275

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

 dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild 
b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
index 23b4f11b644..5badcff4c7d 100644
--- a/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
+++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.428.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provide the missing functionality from List::Util"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x86-solaris"
 IUSE="test +xs"
 RESTRICT="!test? ( test )"
 # See MoreUtils.pm/LICENSE



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

2021-06-07 Thread Sam James
commit: 4812babf297a054764368085cb34127440bc3518
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:14:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:14:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4812babf

net-dns/unbound: Stabilize 1.13.1 x86, #794691

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

 net-dns/unbound/unbound-1.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/unbound/unbound-1.13.1.ebuild 
b/net-dns/unbound/unbound-1.13.1.ebuild
index ffd7775d130..655c657d5eb 100644
--- a/net-dns/unbound/unbound-1.13.1.ebuild
+++ b/net-dns/unbound/unbound-1.13.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://nlnetlabs.nl/downloads/unbound/${MY_P}.tar.gz";
 
 LICENSE="BSD GPL-2"
 SLOT="0/8" # ABI version of libunbound.so
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86"
 IUSE="debug dnscrypt dnstap +ecdsa ecs gost +http2 python redis selinux 
static-libs systemd test threads"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RESTRICT="!test? ( test )"



  1   2   3   >