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

2018-08-17 Thread Mikle Kolyada
commit: 7e6f0a6b73918f7a09ff6d9fbbd7955fc286dc6a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:36:34 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:36:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6f0a6b

profiles/arch/s390: mask media-gfx/imagemagick[raw]

 profiles/arch/s390/package.use.mask | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/arch/s390/package.use.mask 
b/profiles/arch/s390/package.use.mask
index 6f9c3f8869d..4c0c6fd7462 100644
--- a/profiles/arch/s390/package.use.mask
+++ b/profiles/arch/s390/package.use.mask
@@ -17,6 +17,8 @@ dev-util/ninja zsh-completion
 net-analyzer/nmap zenmap
 # no lua support for vim
 app-editors/vim luajit lua
+# not keyworded yet
+media-gfx/imagemagick raw
 
 
 # Michał Górny  (08 Aug 2017)



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

2018-08-17 Thread Benda XU
commit: 94b0c25e55cf4477438ddca4884589421748c428
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Aug 18 05:35:12 2018 +
Commit: Benda XU  gentoo  org>
CommitDate: Sat Aug 18 05:37:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b0c25e

p/f/p/s/kernel-2.6.16+/profile.bashrc: disable pipe2, utimensat

  qtcore incorrectly uses kernel features without testing. Fix it.

 .../features/prefix/standalone/kernel-2.6.16+/profile.bashrc  | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc 
b/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc
index e537cc0fa31..fb926138685 100644
--- a/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc
+++ b/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc
@@ -2,5 +2,14 @@
 
 if [[ ${CATEGORY}/${PN} == dev-util/cmake && ${EBUILD_PHASE} == configure ]]; 
then
 einfo "Removing utimensat outputs..."
-sed -i '/UTIMENSAT=/d' ${S}/Source/kwsys/CMakeLists.txt
+sed -e '/UTIMENSAT=/d' -i ${S}/Source/kwsys/CMakeLists.txt || die
+elif [[ ${CATEGORY}/${PN} == dev-qt/qtcore && ${EBUILD_PHASE} == configure ]]; 
then
+einfo "Removing pipe2 definitions..."
+sed -e '/define.*HAVE_PIPE2/d' -i ${S}/src/3rdparty/forkfd/forkfd.c || die
+einfo "Removing utimensat calls..."
+sed -e '/_POSIX_VERSION/s/defined(_POSIX_VERSION)/0/' -i 
${S}/qmake/library/ioutils.cpp || die
 fi
+
+# Local Variables:
+# mode: shell-script
+# End:



[gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/

2018-08-17 Thread Mikle Kolyada
commit: 958d9ee018c381f501a9437133d8c3a236a10f71
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:33:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:33:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958d9ee0

media-sound/jack-audio-connection-kit: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
index 36182a295ed..8dcbeddc526 100644
--- 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
+++ 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.jackaudio.org/downloads/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="cpu_flags_x86_3dnow altivec alsa coreaudio doc debug examples oss 
cpu_flags_x86_sse pam"
 
 # readline: only used for jack_transport -> useless for non native ABIs



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

2018-08-17 Thread Mikle Kolyada
commit: 9ab318c0ef88acb226488f44c49491d0d2395027
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:26:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:26:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab318c0

dev-perl/Net-DNS-Resolver-Mock: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.201.710.310.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.201.710.310.ebuild 
b/dev-perl/Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.201.710.310.ebuild
index b198fa01531..76952e3d128 100644
--- a/dev-perl/Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.201.710.310.ebuild
+++ b/dev-perl/Net-DNS-Resolver-Mock/Net-DNS-Resolver-Mock-1.201.710.310.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Mock a DNS Resolver object for testing"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="dev-perl/Net-DNS"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-OpenSSL-RSA/

2018-08-17 Thread Mikle Kolyada
commit: 6037239e724c8f960be6d94b0d8dfe4f27fb2736
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:26:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:26:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6037239e

dev-perl/Crypt-OpenSSL-RSA: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.280.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.280.0-r3.ebuild 
b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.280.0-r3.ebuild
index 3446ba52fee..2c4fe10ceb6 100644
--- a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.280.0-r3.ebuild
+++ b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.280.0-r3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Crypt::OpenSSL::RSA module for perl"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="libressl"
 
 RDEPEND="dev-perl/Crypt-OpenSSL-Bignum



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Install/

2018-08-17 Thread Mikle Kolyada
commit: 260aca2e8f67e590e4a675fde2eb68065a57ca2e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:28:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:28:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260aca2e

dev-perl/Sub-Install: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild 
b/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild
index e55ef4b81f0..5c7765a829f 100644
--- a/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild
+++ b/dev-perl/Sub-Install/Sub-Install-0.928.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Install subroutines into packages easily"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: e4a66de408ba29e7c353352556edec5f3146723e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:28:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:28:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a66de4

dev-libs/geoip: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/geoip/geoip-1.6.10.ebuild 
b/dev-libs/geoip/geoip-1.6.10.ebuild
index 498eb160a8c..deb21a6110f 100644
--- a/dev-libs/geoip/geoip-1.6.10.ebuild
+++ b/dev-libs/geoip/geoip-1.6.10.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 # GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
 LICENSE="LGPL-2.1 GPL-2 MaxMind2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE="static-libs"
 RESTRICT="test"
 



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

2018-08-17 Thread Mikle Kolyada
commit: 5d885134fd91d8a7d7ac6f28f66033263887389c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:24:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:24:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d885134

dev-libs/libcroco: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/libcroco/libcroco-0.6.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libcroco/libcroco-0.6.12-r1.ebuild 
b/dev-libs/libcroco/libcroco-0.6.12-r1.ebuild
index 19b49bd64c6..6967b79a106 100644
--- a/dev-libs/libcroco/libcroco-0.6.12-r1.ebuild
+++ b/dev-libs/libcroco/libcroco-0.6.12-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://git.gnome.org/browse/libcroco/;
 
 LICENSE="LGPL-2"
 SLOT="0.6"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: 622773829064a8d5fd61e39e0211be46534d65aa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:23:07 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:23:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62277382

dev-python/pyrsistent: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild 
b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild
index 59676d96712..faab765fbba 100644
--- a/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild
+++ b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: 2665c9c4d258ced59f37c28f06984cb7bd04ec5e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:20:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:20:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2665c9c4

dev-libs/libtasn1: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/libtasn1/libtasn1-4.13.ebuild 
b/dev-libs/libtasn1/libtasn1-4.13.ebuild
index 62b3a9b13d6..dd05e0d8d30 100644
--- a/dev-libs/libtasn1/libtasn1-4.13.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3 LGPL-2.1"
 SLOT="0/6" # subslot = libtasn1 soname version
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="doc static-libs valgrind"
 
 DEPEND=">=dev-lang/perl-5.6



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

2018-08-17 Thread Mikle Kolyada
commit: 4105d80a99a06b61658dd5342e57ecfcdf7f3514
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:19:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:19:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4105d80a

app-misc/pfm: revert s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-misc/pfm/pfm-2.12.3.ebuild b/app-misc/pfm/pfm-2.12.3.ebuild
index 64c1eb47dd8..6932426c8f5 100644
--- a/app-misc/pfm/pfm-2.12.3.ebuild
+++ b/app-misc/pfm/pfm-2.12.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/p-f-m/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 s390 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=dev-lang/perl-5.8
>=dev-perl/File-Stat-Bits-1.10.0



[gentoo-commits] repo/gentoo:master commit in: app-i18n/unicode-data/

2018-08-17 Thread Mikle Kolyada
commit: 336ce55ba2aedce7c12079112e2c99c8a22a2bed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:13:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:13:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336ce55b

app-i18n/unicode-data: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-i18n/unicode-data/unicode-data-10.0.0.ebuild | 2 +-
 app-i18n/unicode-data/unicode-data-9.0.0.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
index b61fbb6..9a963e92fa6 100644
--- a/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-10.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"

diff --git a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild 
b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
index ec2cabb7b45..937e1ac1e11 100644
--- a/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
+++ b/app-i18n/unicode-data/unicode-data-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.unicode.org/Public/zipped/${PV}/UCD.zip 
-> ${P}-UCD.zip
 
 LICENSE="unicode"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Font-TTF/

2018-08-17 Thread Mikle Kolyada
commit: 3051888298f90cebd2915feee7e8e53901aff41d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:12:24 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:12:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30518882

dev-perl/Font-TTF: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild | 4 ++--
 dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild 
b/dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild
index 3dcf4f2a23f..118ba6ad58b 100644
--- a/dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild
+++ b/dev-perl/Font-TTF/Font-TTF-1.20.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="module for compiling and altering fonts"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="

diff --git a/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild 
b/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild
index f3fcd94abc6..0af029ff98d 100644
--- a/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild
+++ b/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="module for compiling and altering fonts"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: 59d23c2bb5b72d8c3d4b30bae571b0e7c477cd27
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:11:14 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:11:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d23c2b

net-libs/courier-unicode: Add ~s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/courier-unicode/courier-unicode-1.4.ebuild | 2 +-
 net-libs/courier-unicode/courier-unicode-2.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/courier-unicode/courier-unicode-1.4.ebuild 
b/net-libs/courier-unicode/courier-unicode-1.4.ebuild
index 3d7b8fd6cb3..bb7c46bbdfd 100644
--- a/net-libs/courier-unicode/courier-unicode-1.4.ebuild
+++ b/net-libs/courier-unicode/courier-unicode-1.4.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.courier-mta.org/;
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE=""
 
 src_install() {

diff --git a/net-libs/courier-unicode/courier-unicode-2.0.ebuild 
b/net-libs/courier-unicode/courier-unicode-2.0.ebuild
index 1915f69cb71..98cdf2d64ab 100644
--- a/net-libs/courier-unicode/courier-unicode-2.0.ebuild
+++ b/net-libs/courier-unicode/courier-unicode-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.courier-mta.org/;
 SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE=""
 
 src_install() {



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

2018-08-17 Thread Mikle Kolyada
commit: f5d1afa53a443b0d2a8adf25a4ee41bec7b3d14e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 05:08:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 05:09:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d1afa5

dev-libs/boost: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/boost/boost-1.65.0.ebuild 
b/dev-libs/boost/boost-1.65.0.ebuild
index 837f83b5b20..82f898a937d 100644
--- a/dev-libs/boost/boost-1.65.0.ebuild
+++ b/dev-libs/boost/boost-1.65.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://downloads.sourceforge.net/project/boost/${PN}/${PV}/${MY_P}.tar
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh ~sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt"
 
 IUSE="context debug doc icu +nls mpi python static-libs +threads tools"
 



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

2018-08-17 Thread Hans de Graaff
commit: f80d73d95d4a630aa847715b0248e9892c47cddc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 18 04:54:50 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 18 05:03:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f80d73d9

dev-ruby/autoprefixer-rails: add 9.1.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/autoprefixer-rails/Manifest   |  1 +
 .../autoprefixer-rails-9.1.1.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/autoprefixer-rails/Manifest 
b/dev-ruby/autoprefixer-rails/Manifest
index 5ef85b19708..8125e70d531 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -4,3 +4,4 @@ DIST autoprefixer-rails-8.6.3.gem 208384 BLAKE2B 
a373a18b43fefafd5e29b9da78b7ec2
 DIST autoprefixer-rails-8.6.4.gem 208896 BLAKE2B 
4a4edba06d55a3de33d625d382ad98d7a36b040ec3c2a02274ca50d1e18c68217a81dbf18c61f80310b1f225680971a746e0ac9018eadd4314da1d648da7
 SHA512 
e71cd9889932e881154737287dca21000b929b8dec56e51fd8a9b97705f0ce83969515aa36e40b78ab4629f404caf78125cd066c7fea19fd63339c2c9b873576
 DIST autoprefixer-rails-8.6.5.gem 208896 BLAKE2B 
50e8b8ef3fec9a0bb8d68afa8950989dbf84b58b79b8822e83bf22873c5172c2c514643c31dca88cfec49bd585563eb9b201c621d3ab6707ed0d49c6cd4c8fc8
 SHA512 
fddabc4d745ad1b4282622a52ab4e36c377eccec85c4e80b3e8d633ffcc2d1613f4fee9e9f2356c85d251e44b0010418029bb278894987119689435ac885e982
 DIST autoprefixer-rails-9.1.0.gem 204800 BLAKE2B 
1aa4befa996db5f5e49637327d464816709cf30f816e1107a4916db272a9c7052a96f8cc3ab2b7259d01a0d9eeffab9fc7fd5a3fd7f6b372b6a18bb7fa1126a1
 SHA512 
aefa976523c6f71a918620803178b11700c8a5d40c32d2e714b085c090b710cf30a9bf9d45b1b6b16f0cf06c1abe219c99f81a7e5e18291e23ba36da50dbc430
+DIST autoprefixer-rails-9.1.1.gem 205824 BLAKE2B 
6843495ec1c26ace2268b750d076612f3cdd0c0d7b6b16b0fab1f16cedb27417675e53d7aef126787d50b2ac69c5358a0011f2a5519036c6bc74aee44f63d577
 SHA512 
7b4a3a6bda8639dc7a3649fb00ba8b074855f9783f8de93c99c027af6494af62701d96b55d212fd34ab0461be8d7fa96b4769d6e1ce03ca4c40d2cd6b320cabe

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.1.1.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.1.1.ebuild
new file mode 100644
index 000..ea1c2722664
--- /dev/null
+++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-9.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+inherit ruby-fakegem eapi7-ver
+
+DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use 
website"
+HOMEPAGE="https://github.com/ai/autoprefixer-rails;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/execjs:*"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rails
+   dev-ruby/rake
+   dev-ruby/rspec-rails
+)"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
+   sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die
+   rm spec/rails_spec.rb spec/compass_spec.rb || die
+}



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

2018-08-17 Thread Hans de Graaff
commit: 646700ce4ed564c956a3e18d766b78ca29491163
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 18 04:55:36 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 18 05:03:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646700ce

dev-ruby/autoprefixer-rails: cleanup

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/autoprefixer-rails/Manifest   |  3 --
 .../autoprefixer-rails-8.6.0.ebuild| 36 --
 .../autoprefixer-rails-8.6.3.ebuild| 36 --
 .../autoprefixer-rails-8.6.4.ebuild| 36 --
 4 files changed, 111 deletions(-)

diff --git a/dev-ruby/autoprefixer-rails/Manifest 
b/dev-ruby/autoprefixer-rails/Manifest
index 8125e70d531..0f02ce7997e 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -1,7 +1,4 @@
 DIST autoprefixer-rails-7.2.6.gem 196608 BLAKE2B 
0f9224fbf765877b1b7414c68fc39a6587514d27fb5290e1a623db8dcdcbf6f668b66ddd0133906a97e63e877b8201168a45520a9919dc756021d5a7cffc0d38
 SHA512 
37b3f245291711f92ab9e264491637e753afb95e52f9fd4e2bda6655cd781b2d031934f3379cabdd5589bdf57b780d0727f2fff1cdf7887ca4cc323d23023396
-DIST autoprefixer-rails-8.6.0.gem 203264 BLAKE2B 
23ca172f6c862cb43fa3609ffe1fe02f9d70cd5fdaaa4eece8882aa812327f5a4b8b4b039e898a1800589447463f35832afbceae8c3d59b84c0acf64c897d97d
 SHA512 
7bc5d6991f309aa0f0c6487d5a51fdc30b6ce852f4a3345cc82cdd2b1a6afb19a266cba5c46829cb1defbcc0d88af6b638b8114ab303316bbc844ea75b0181a5
-DIST autoprefixer-rails-8.6.3.gem 208384 BLAKE2B 
a373a18b43fefafd5e29b9da78b7ec2b276738729b748244d34684429b5081c34516512794234526af7f952218973f20ef6245772436c4cfc4fd511dedd80e92
 SHA512 
db7bd3737d5356adcd91edfd35623459ba67541ffb615eeb85155de9ec7b2c7bdf69518b9258dbf97a1a8a82a22a27da5eda2e445cbdf305a726f31dbf296f0d
-DIST autoprefixer-rails-8.6.4.gem 208896 BLAKE2B 
4a4edba06d55a3de33d625d382ad98d7a36b040ec3c2a02274ca50d1e18c68217a81dbf18c61f80310b1f225680971a746e0ac9018eadd4314da1d648da7
 SHA512 
e71cd9889932e881154737287dca21000b929b8dec56e51fd8a9b97705f0ce83969515aa36e40b78ab4629f404caf78125cd066c7fea19fd63339c2c9b873576
 DIST autoprefixer-rails-8.6.5.gem 208896 BLAKE2B 
50e8b8ef3fec9a0bb8d68afa8950989dbf84b58b79b8822e83bf22873c5172c2c514643c31dca88cfec49bd585563eb9b201c621d3ab6707ed0d49c6cd4c8fc8
 SHA512 
fddabc4d745ad1b4282622a52ab4e36c377eccec85c4e80b3e8d633ffcc2d1613f4fee9e9f2356c85d251e44b0010418029bb278894987119689435ac885e982
 DIST autoprefixer-rails-9.1.0.gem 204800 BLAKE2B 
1aa4befa996db5f5e49637327d464816709cf30f816e1107a4916db272a9c7052a96f8cc3ab2b7259d01a0d9eeffab9fc7fd5a3fd7f6b372b6a18bb7fa1126a1
 SHA512 
aefa976523c6f71a918620803178b11700c8a5d40c32d2e714b085c090b710cf30a9bf9d45b1b6b16f0cf06c1abe219c99f81a7e5e18291e23ba36da50dbc430
 DIST autoprefixer-rails-9.1.1.gem 205824 BLAKE2B 
6843495ec1c26ace2268b750d076612f3cdd0c0d7b6b16b0fab1f16cedb27417675e53d7aef126787d50b2ac69c5358a0011f2a5519036c6bc74aee44f63d577
 SHA512 
7b4a3a6bda8639dc7a3649fb00ba8b074855f9783f8de93c99c027af6494af62701d96b55d212fd34ab0461be8d7fa96b4769d6e1ce03ca4c40d2cd6b320cabe

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.0.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.0.ebuild
deleted file mode 100644
index f623a7c290e..000
--- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="vendor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use 
website"
-HOMEPAGE="https://github.com/ai/autoprefixer-rails;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="8"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/execjs:*"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rails
-   dev-ruby/rake
-   dev-ruby/rspec-rails
-)"
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
-   sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die
-   rm spec/rails_spec.rb spec/compass_spec.rb || die
-}

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.3.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.3.ebuild
deleted file mode 100644
index f623a7c290e..000
--- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-8.6.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="vendor"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Add vendor prefixes to 

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

2018-08-17 Thread Hans de Graaff
commit: 4d7a1929bfe7dd36a4ed1ca603f8537948d25708
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 18 04:59:26 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 18 05:03:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7a1929

dev-ruby/ruby-progressbar: add 1.10.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/ruby-progressbar/Manifest |  1 +
 .../ruby-progressbar-1.10.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/ruby-progressbar/Manifest 
b/dev-ruby/ruby-progressbar/Manifest
index 574141e11e1..180501ebe0d 100644
--- a/dev-ruby/ruby-progressbar/Manifest
+++ b/dev-ruby/ruby-progressbar/Manifest
@@ -1,2 +1,3 @@
+DIST ruby-progressbar-1.10.0.tar.gz 51483 BLAKE2B 
24b92718fe933caa29460939a816b14a492d3144e9a891839ec3b5dbac103849bc0aa3becfb47e507a001ce6b0d0bbf2e0b207fe8d7cb51443924e81c9395b0a
 SHA512 
ec645858d619a95081304905661918eef6d5bd19c0f8d00beac48df3f202d18ac85811d51028d71ab144a5a56649feb2409eca59b3db26733c00a1a54a7ef55d
 DIST ruby-progressbar-1.4.2.gem 24064 BLAKE2B 
4c26f5c281129a7333c8a7a1f7738a094ec02d769293252c8fbc6df0bea99971cd0d235b6bbeba7e2e4fac10409028f7cdb15870484878c26d9ea9f709f0135b
 SHA512 
443fc015b2dcabc76c685f1529a39ffba289cb00c3cee3992ef240fb9822729f9049db4d85c58ee1ab6cc17927cb325044ea45a968c755a9b5ad93f7bfbd
 DIST ruby-progressbar-1.9.0.tar.gz 47888 BLAKE2B 
26707f4f931e378da18a29d20da47963c06bde537155d0e9bd3a623b9b3edd9d653a50ca106dcb29ffb53668a869815818398ae514ef3302465cf5a5504b2cda
 SHA512 
d2b01c205dec3bad6989a1ea466070fdc0c3fc5bc0c8685a21094c52d2f2c6a11849b42d88d3ec70df1475ad47c9f84a4c4b603948344643310e2180122d9b67

diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild 
b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
new file mode 100644
index 000..033082b7ba8
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.10.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Text Progress Bar Library for Ruby"
+HOMEPAGE="https://github.com/jfelchner/ruby-progressbar;
+SRC_URI="https://github.com/jfelchner/ruby-progressbar/archive/releases/v${PV}.tar.gz
 -> ${P}.tar.gz"
+RUBY_S="ruby-progressbar-releases-v${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/rspectacular dev-ruby/timecop )"
+
+all_ruby_prepare() {
+   sed -i -e '/warning_filter/ s:^:#:' \
+   spec/spec_helper.rb || die
+   # Avoid ruby24 syntax for an unneeded check
+   sed -i -e '/^return/ s:^:#:' 
spec/ruby-progressbar/refinements/enumerator_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2018-08-17 Thread Matt Turner
commit: a2c1cc004556090f8bd6463a7b5b6136e7067b71
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 18 05:01:21 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 18 05:01:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c1cc00

x11-base/xorg-server: Depend on >=media-libs/mesa-18

Closes: https://bugs.gentoo.org/658600

 x11-base/xorg-server/xorg-server-1.20.1.ebuild | 4 ++--
 x11-base/xorg-server/xorg-server-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-base/xorg-server/xorg-server-1.20.1.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.1.ebuild
index f05c50dc7bd..e0dc1a41c8b 100644
--- a/x11-base/xorg-server/xorg-server-1.20.1.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.1.ebuild
@@ -50,7 +50,7 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
)
glamor? (
media-libs/libepoxy[X]
-   >=media-libs/mesa-10.3.4-r1[egl,gbm]
+   >=media-libs/mesa-18[egl,gbm]
!x11-libs/glamor
)
kdrive? (
@@ -68,7 +68,7 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!minimal? (
>=x11-libs/libX11-1.1.5
>=x11-libs/libXext-1.0.5
-   >=media-libs/mesa-10.3.4-r1
+   >=media-libs/mesa-18
)
udev? ( virtual/libudev:= )
unwind? ( sys-libs/libunwind )

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 3daddd8d52f..03c3727edef 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -49,7 +49,7 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
)
glamor? (
media-libs/libepoxy[X]
-   >=media-libs/mesa-10.3.4-r1[egl,gbm]
+   >=media-libs/mesa-18[egl,gbm]
!x11-libs/glamor
)
kdrive? (
@@ -67,7 +67,7 @@ CDEPEND=">=app-eselect/eselect-opengl-1.3.0
!minimal? (
>=x11-libs/libX11-1.1.5
>=x11-libs/libXext-1.0.5
-   >=media-libs/mesa-10.3.4-r1
+   >=media-libs/mesa-18
)
udev? ( virtual/libudev:= )
unwind? ( sys-libs/libunwind )



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

2018-08-17 Thread Matt Turner
commit: 24d3dd90b38c1275369c1f1e5ab67cde09d88df4
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 18 04:54:43 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 18 04:54:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d3dd90

media-libs/mesa: Drop old versions

 media-libs/mesa/Manifest   |   3 -
 media-libs/mesa/mesa-18.1.4.ebuild | 540 -
 media-libs/mesa/mesa-18.1.5.ebuild | 540 -
 media-libs/mesa/mesa-18.2.0_rc2.ebuild | 478 -
 4 files changed, 1561 deletions(-)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index 6f7ef0e477e..7eea9931227 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -1,7 +1,4 @@
 DIST mesa-17.3.9.tar.xz 10660456 BLAKE2B 
54f4a75f9040e50e9eea8f5c52a276578379d25d2a01ac4767ab12bee85fe5dae1492d5bb1df06b6e8c6b0fe960bbd5ea38691c75d08a6b4302c64377ce58e54
 SHA512 
83deffbc6b9823b8e93cccf57d7952106f3d55fea881e3924f9f9586f0e9347a6e3a1a36cc19c24af819f2fde3af9496652a6ff56132511a5618d5774404f63f
 DIST mesa-18.0.5.tar.xz 10952996 BLAKE2B 
708cdb2ef95a618430cd4e7eb45bcab0f6575774065b61f53787aa378385fe0dfa0b04f9c80c5426f9581851edc545a75c13dc304ac8ba57465d365fcd50
 SHA512 
63b47cdca7f8282aab7aaa66233411f02918e5c4804b7a0010de2b1867fe90171e492ff031dfc4aa20968dfc99bd7dceb5d35fd44c709e54a2ece61175a60f3d
-DIST mesa-18.1.4.tar.xz 11133392 BLAKE2B 
b0c205e5baa04bb018333ffd89942f86f19edd3f610cce004db23bad4ebc1a3379ea35e72c85ccc08c34c8bc0991c1f0b595227fae2259e4b76895542d3f25b9
 SHA512 
04b8e5bbfa640f2303c388ab701fc2aca7f6d5d127ca5a9f9409975556813ba8e94305d27c9cea236a0e6d44a38b97e2877509268a96d9ed2a6762ab385aa3dc
-DIST mesa-18.1.5.tar.xz 11137340 BLAKE2B 
3c18d2d73aa7ee920344691bd6de68b27b5cfb37e707921e04e3989596f3e5a088ac7171b033bb61473627cc1a5bf11d24a1f28d8483164b855f8023a74497e1
 SHA512 
f0bcb903bbf2ff7fc0b4a8fe100ea26ee91c0029b64adaf5fc4877ed7681f325c54b1be8eb0b140bff620da79f30a96375c2e1085e504ebfaf50e57f6da93013
 DIST mesa-18.1.6.tar.xz 11142884 BLAKE2B 
fdd156fe7debf5223285dfa238070a2bd7d8ec684dec168afab78b9d2d38d53c10d939aaa64f34c2910e542dce3869adfca6383fca6a854c6dd03287a044b0e3
 SHA512 
2966210800215f5ced2720691063a8519b51ebeab9fb1e99bde4b1bd7ccc719d6395a1c29f25c88efe62d1592cf14ceafc163aca349490b1f8cee81070d46fcc
-DIST mesa-18.2.0-rc2.tar.xz 11325108 BLAKE2B 
5eb18c5b65d1e72959be85f40e45e355d1a8a3f72d2d54bc986b303648d376e5357a08ab7d63393d4949c8380376caefcff4946cc80677afe1d6073801200d55
 SHA512 
a60e6f1a0e819a1231946f9a50609ae670595c8dcd7d9d7ff1f928485e450dd25c622a451369c1f2999c3b986d2c5d9f4e6afd0e6cf24a7ae56595265f5d2aee
 DIST mesa-18.2.0-rc3.tar.xz 11327960 BLAKE2B 
7ce236d6a308904a8f76b2fda86af181ae4e422d637caffb45ffd5ce0ed427fdfbd107f44c52825bff173ec8aaf4e3a3dbae939167da9f6a1a719b7366914526
 SHA512 
175dbdffdcdf61c7ac0e4e1fae021daba80311fac02074ad6dea208971ab50c68bc43ba8d7b36ecf82b7081c051d301cb562f66785446973b88657d48f7bb663

diff --git a/media-libs/mesa/mesa-18.1.4.ebuild 
b/media-libs/mesa/mesa-18.1.4.ebuild
deleted file mode 100644
index fab79931039..000
--- a/media-libs/mesa/mesa-18.1.4.ebuild
+++ /dev/null
@@ -1,540 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
-
-if [[ ${PV} =  ]]; then
-   GIT_ECLASS="git-r3"
-   EXPERIMENTAL="true"
-fi
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools llvm multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
-
-OPENGL_DIR="xorg-x11"
-
-MY_P="${P/_/-}"
-
-DESCRIPTION="OpenGL-like graphic library for Linux"
-HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
-
-if [[ $PV ==  ]]; then
-   SRC_URI=""
-else
-   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-RESTRICT="!bindist? ( bindist )"
-
-RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
-VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
-for card in ${VIDEO_CARDS}; do
-   IUSE_VIDEO_CARDS+=" video_cards_${card}"
-done
-
-IUSE="${IUSE_VIDEO_CARDS}
-   bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 unwind
-   +llvm +nptl opencl osmesa pax_kernel openmax pic selinux vaapi valgrind
-   vdpau vulkan wayland xvmc xa"
-
-REQUIRED_USE="
-   d3d9?   ( dri3 gallium )
-   llvm?   ( gallium )
-   opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) )
-   openmax? ( gallium )
-   gles1?  ( egl )
-   gles2?  ( egl )
-   vaapi? ( gallium )
-   vdpau? ( gallium )
-   vulkan? ( || ( video_cards_i965 video_cards_radeonsi )
-

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

2018-08-17 Thread Matt Turner
commit: 65e320706cd95900a57d8ce7427a29ded98f0d30
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 18 04:52:57 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 18 04:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e32070

media-libs/mesa: Version bump to 18.2.0_r3

 media-libs/mesa/Manifest   |   1 +
 media-libs/mesa/mesa-18.2.0_rc3.ebuild | 547 +
 2 files changed, 548 insertions(+)

diff --git a/media-libs/mesa/Manifest b/media-libs/mesa/Manifest
index fb63d0b263d..6f7ef0e477e 100644
--- a/media-libs/mesa/Manifest
+++ b/media-libs/mesa/Manifest
@@ -4,3 +4,4 @@ DIST mesa-18.1.4.tar.xz 11133392 BLAKE2B 
b0c205e5baa04bb018333ffd89942f86f19edd3
 DIST mesa-18.1.5.tar.xz 11137340 BLAKE2B 
3c18d2d73aa7ee920344691bd6de68b27b5cfb37e707921e04e3989596f3e5a088ac7171b033bb61473627cc1a5bf11d24a1f28d8483164b855f8023a74497e1
 SHA512 
f0bcb903bbf2ff7fc0b4a8fe100ea26ee91c0029b64adaf5fc4877ed7681f325c54b1be8eb0b140bff620da79f30a96375c2e1085e504ebfaf50e57f6da93013
 DIST mesa-18.1.6.tar.xz 11142884 BLAKE2B 
fdd156fe7debf5223285dfa238070a2bd7d8ec684dec168afab78b9d2d38d53c10d939aaa64f34c2910e542dce3869adfca6383fca6a854c6dd03287a044b0e3
 SHA512 
2966210800215f5ced2720691063a8519b51ebeab9fb1e99bde4b1bd7ccc719d6395a1c29f25c88efe62d1592cf14ceafc163aca349490b1f8cee81070d46fcc
 DIST mesa-18.2.0-rc2.tar.xz 11325108 BLAKE2B 
5eb18c5b65d1e72959be85f40e45e355d1a8a3f72d2d54bc986b303648d376e5357a08ab7d63393d4949c8380376caefcff4946cc80677afe1d6073801200d55
 SHA512 
a60e6f1a0e819a1231946f9a50609ae670595c8dcd7d9d7ff1f928485e450dd25c622a451369c1f2999c3b986d2c5d9f4e6afd0e6cf24a7ae56595265f5d2aee
+DIST mesa-18.2.0-rc3.tar.xz 11327960 BLAKE2B 
7ce236d6a308904a8f76b2fda86af181ae4e422d637caffb45ffd5ce0ed427fdfbd107f44c52825bff173ec8aaf4e3a3dbae939167da9f6a1a719b7366914526
 SHA512 
175dbdffdcdf61c7ac0e4e1fae021daba80311fac02074ad6dea208971ab50c68bc43ba8d7b36ecf82b7081c051d301cb562f66785446973b88657d48f7bb663

diff --git a/media-libs/mesa/mesa-18.2.0_rc3.ebuild 
b/media-libs/mesa/mesa-18.2.0_rc3.ebuild
new file mode 100644
index 000..0ae1b47d814
--- /dev/null
+++ b/media-libs/mesa/mesa-18.2.0_rc3.ebuild
@@ -0,0 +1,547 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit llvm meson multilib-minimal pax-utils python-any-r1
+
+OPENGL_DIR="xorg-x11"
+
+MY_P="${P/_/-}"
+
+DESCRIPTION="OpenGL-like graphic library for Linux"
+HOMEPAGE="https://www.mesa3d.org/ https://mesa.freedesktop.org/;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/mesa.git;
+   EXPERIMENTAL="true"
+   inherit git-r3
+else
+   SRC_URI="https://mesa.freedesktop.org/archive/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+RESTRICT="
+   !test? ( test )
+"
+
+RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
+VIDEO_CARDS="${RADEON_CARDS} freedreno i915 i965 imx intel nouveau vc4 virgl 
vivante vmware"
+for card in ${VIDEO_CARDS}; do
+   IUSE_VIDEO_CARDS+=" video_cards_${card}"
+done
+
+IUSE="${IUSE_VIDEO_CARDS}
+   +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
+
+REQUIRED_USE="
+   d3d9?   ( dri3 )
+   gles1?  ( egl )
+   gles2?  ( egl )
+   vulkan? ( dri3
+ || ( video_cards_i965 video_cards_radeonsi )
+ video_cards_radeonsi? ( llvm ) )
+   wayland? ( egl gbm )
+   video_cards_freedreno?  ( gallium )
+   video_cards_intel?  ( classic )
+   video_cards_i915?   ( || ( classic gallium ) )
+   video_cards_i965?   ( classic )
+   video_cards_imx?( gallium video_cards_vivante )
+   video_cards_nouveau? ( || ( classic gallium ) )
+   video_cards_radeon? ( || ( classic gallium )
+ gallium? ( x86? ( llvm ) 
amd64? ( llvm ) ) )
+   video_cards_r100?   ( classic )
+   video_cards_r200?   ( classic )
+   video_cards_r300?   ( gallium x86? ( llvm ) amd64? ( llvm ) )
+   video_cards_r600?   ( gallium )
+   video_cards_radeonsi?   ( gallium llvm )
+   video_cards_vc4? ( gallium )
+   video_cards_virgl? ( gallium )
+   video_cards_vivante? ( gallium gbm )
+   video_cards_vmware? ( gallium )
+"
+
+LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.93"
+RDEPEND="
+   !app-eselect/eselect-mesa
+   >=app-eselect/eselect-opengl-1.3.0
+   >=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
+   

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

2018-08-17 Thread Matt Turner
commit: 5d9fa93aefdb8ecfaad7e4f0794c7f92074dc1a0
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 18 04:41:50 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 18 04:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9fa93a

media-libs/mesa: Raise dev-python/mako requirement to 0.8.0

Upstream commit 52194ae4df18 raised the required version.

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

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 459f3e38e68..346320a1fc6 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -220,7 +220,7 @@ DEPEND="${RDEPEND}
valgrind? ( dev-util/valgrind )
x11-base/xorg-proto
x11-libs/libXrandr
-   $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
+   $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]")
 "
 
 S="${WORKDIR}/${MY_P}"



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

2018-08-17 Thread Matt Turner
commit: a0ece8925e0d757751a9b9d26eeae2796f5aa4b8
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 18 04:36:07 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 18 04:53:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ece892

media-libs/mesa: Replace REQUIRED_USE with ewarns

Mesa has a lot of configuration options and many of them are only
meaningful when specific Gallium drivers are enabled. Previously we
attempted to specify all of those dependencies with REQUIRED_USE logic
which was tedious for users to configure but ensured they knew what they
were getting.

With the transition to Meson, some configuration combinations that had
not been specified in REQUIRED_USE (and with autotools were silently
ignored) began producing configuration errors. Rather than extend
REQUIRED_USE instead provide a warning in pkg_prepare().

Closes: https://bugs.gentoo.org/658892
Closes: https://bugs.gentoo.org/658938
Closes: https://bugs.gentoo.org/663418
Closes: https://bugs.gentoo.org/663470
Closes: https://bugs.gentoo.org/663660

 media-libs/mesa/mesa-.ebuild | 126 ++-
 1 file changed, 111 insertions(+), 15 deletions(-)

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 346320a1fc6..0ccb06194dc 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -41,19 +41,13 @@ IUSE="${IUSE_VIDEO_CARDS}
vulkan wayland xa xvmc"
 
 REQUIRED_USE="
-   d3d9?   ( dri3 gallium )
-   llvm?   ( gallium )
-   opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) )
+   d3d9?   ( dri3 )
gles1?  ( egl )
gles2?  ( egl )
-   lm_sensors? ( gallium )
-   vaapi? ( gallium )
-   vdpau? ( gallium )
vulkan? ( dri3
  || ( video_cards_i965 video_cards_radeonsi )
  video_cards_radeonsi? ( llvm ) )
wayland? ( egl gbm )
-   xa?  ( gallium )
video_cards_freedreno?  ( gallium )
video_cards_intel?  ( classic )
video_cards_i915?   ( || ( classic gallium ) )
@@ -250,6 +244,72 @@ llvm_check_deps() {
has_version "sys-devel/llvm[${flags}]"
 }
 
+pkg_pretend() {
+   if use d3d9; then
+   if ! use video_cards_r300 &&
+  ! use video_cards_r600 &&
+  ! use video_cards_radeonsi &&
+  ! use video_cards_nouveau &&
+  ! use video_cards_vmware; then
+   ewarn "Ignoring USE=d3d9   since VIDEO_CARDS does 
not contain r300, r600, radeonsi, nouveau, or vmware"
+   fi
+   fi
+
+   if use opencl; then
+   if ! use video_cards_r600 &&
+  ! use video_cards_radeonsi; then
+   ewarn "Ignoring USE=opencl since VIDEO_CARDS does 
not contain r600 or radeonsi"
+   fi
+   fi
+
+   if use vaapi; then
+   if ! use video_cards_r600 &&
+  ! use video_cards_radeonsi &&
+  ! use video_cards_nouveau; then
+   ewarn "Ignoring USE=vaapi  since VIDEO_CARDS does 
not contain r600, radeonsi, or nouveau"
+   fi
+   fi
+
+   if use vdpau; then
+   if ! use video_cards_r300 &&
+  ! use video_cards_r600 &&
+  ! use video_cards_radeonsi &&
+  ! use video_cards_nouveau; then
+   ewarn "Ignoring USE=vdpau  since VIDEO_CARDS does 
not contain r300, r600, radeonsi, or nouveau"
+   fi
+   fi
+
+   if use xa; then
+   if ! use video_cards_freedreno &&
+  ! use video_cards_nouveau; then
+   ewarn "Ignoring USE=xa since VIDEO_CARDS does 
not contain freedreno or nouveau"
+   fi
+   fi
+
+   if use xvmc; then
+   if ! use video_cards_r600 &&
+  ! use video_cards_nouveau; then
+   ewarn "Ignoring USE=xvmc   since VIDEO_CARDS does 
not contain r600 or nouveau"
+   fi
+   fi
+
+   if ! use gallium; then
+   use d3d9   && ewarn "Ignoring USE=d3d9   since USE does 
not contain gallium"
+   use lm_sensors && ewarn "Ignoring USE=lm_sensors since USE does 
not contain gallium"
+   use llvm   && ewarn "Ignoring USE=llvm   since USE does 
not contain gallium"
+   use opencl && ewarn "Ignoring USE=opencl since USE does 
not contain gallium"
+   use vaapi  && ewarn "Ignoring USE=vaapi  since USE does 
not contain gallium"
+   use vdpau  && ewarn "Ignoring USE=vdpau  since USE does 
not contain gallium"
+   use unwind && ewarn "Ignoring USE=unwind since USE does 
not contain gallium"
+   use xa && ewarn "Ignoring USE=xa 

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

2018-08-17 Thread Matt Turner
commit: e28ad2e5f4d43431d39369ab5cb3f5ffcc8926e3
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Aug 18 04:02:24 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Aug 18 04:53:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28ad2e5

media-libs/mesa: Drop USE=openmax support

No known consumers. Reverse dependency media-libs/libomxil-bellagio
seems to be unmaintained upstream.

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

diff --git a/media-libs/mesa/mesa-.ebuild b/media-libs/mesa/mesa-.ebuild
index 6e51f277caf..459f3e38e68 100644
--- a/media-libs/mesa/mesa-.ebuild
+++ b/media-libs/mesa/mesa-.ebuild
@@ -37,14 +37,13 @@ done
 
 IUSE="${IUSE_VIDEO_CARDS}
+classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm 
lm_sensors
-   opencl osmesa openmax pax_kernel pic selinux test unwind vaapi valgrind
-   vdpau vulkan wayland xa xvmc"
+   opencl osmesa pax_kernel pic selinux test unwind vaapi valgrind vdpau
+   vulkan wayland xa xvmc"
 
 REQUIRED_USE="
d3d9?   ( dri3 gallium )
llvm?   ( gallium )
opencl? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi ) )
-   openmax? ( gallium )
gles1?  ( egl )
gles2?  ( egl )
lm_sensors? ( gallium )
@@ -106,10 +105,6 @@ RDEPEND="
dev-libs/libclc
virtual/libelf:0=[${MULTILIB_USEDEP}]
)
-   openmax? (
-   
>=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}]
-   x11-misc/xdg-utils
-   )
vaapi? (
>=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
video_cards_nouveau? ( 
!<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
@@ -300,7 +295,6 @@ multilib_src_configure() {
emesonargs+=(
$(meson_use d3d9 gallium-nine)
$(meson_use llvm)
-   -Dgallium-omx=$(usex openmax bellagio disabled)
$(meson_use vaapi gallium-va)
$(meson_use vdpau gallium-vdpau)
$(meson_use xa gallium-xa)
@@ -412,12 +406,6 @@ multilib_src_install() {
fi
eend $?
fi
-
-   if use openmax; then
-   echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share/mesa/xdg\"" > 
"${T}/99mesaxdgomx"
-   doenvd "${T}"/99mesaxdgomx
-   keepdir /usr/share/mesa/xdg
-   fi
 }
 
 multilib_src_install_all() {
@@ -437,21 +425,6 @@ pkg_postinst() {
if use opencl; then
eselect opencl set --use-old ${PN}
fi
-
-   # run omxregister-bellagio to make the OpenMAX drivers known system-wide
-   if use openmax; then
-   ebegin "Registering OpenMAX drivers"
-   
BELLAGIO_SEARCH_PATH="${EPREFIX}/usr/$(get_libdir)/libomxil-bellagio0" \
-   
OMX_BELLAGIO_REGISTRY=${EPREFIX}/usr/share/mesa/xdg/.omxregister \
-   omxregister-bellagio
-   eend $?
-   fi
-}
-
-pkg_prerm() {
-   if use openmax; then
-   rm "${EPREFIX}"/usr/share/mesa/xdg/.omxregister
-   fi
 }
 
 # $1 - VIDEO_CARDS flag (check skipped for "--")



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

2018-08-17 Thread Alon Bar-Lev
commit: f5d83b45d64852b1e5fd1472c379a7a86234ba96
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Sat Aug 18 04:50:43 2018 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Sat Aug 18 04:50:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d83b45

net-firewall/firehol: version bump

Closes: https://github.com/gentoo/gentoo/pull/9606
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-firewall/firehol/Manifest |  1 +
 net-firewall/firehol/firehol-3.1.6.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/net-firewall/firehol/Manifest b/net-firewall/firehol/Manifest
index f544ddca6fe..7419c1e9478 100644
--- a/net-firewall/firehol/Manifest
+++ b/net-firewall/firehol/Manifest
@@ -1,2 +1,3 @@
 DIST firehol-3.1.3.tar.xz 1476220 BLAKE2B 
19ac9db805fc4452b447a45a7ed35c781bc8595f3ede0af7de0ff5a89ab50a9f8a634e0754869774d767b50d720019a5ac466e9d1726a75a34a283473b17a94b
 SHA512 
6c75b57650d918cfc485f6eb01d69694acd5c7b487a10a566fc26b8d5e0cd6a6a9a09bd8d3219bf4e78aa4fe47f83e5ac399107a07770b787e1ccba3078c5f3f
 DIST firehol-3.1.4.tar.xz 1481320 BLAKE2B 
0fabef4a853aece966a8f273cc82947a6e63ac44ccac2494d5d6a2f0916658a78cfe0c28cc2414e797411e4795216400b1fa95193a619f7e26fe545182a5fc44
 SHA512 
1a17b6e810274b346f66788c4c4736421583e6a4ed76df7a1d7f46dcb99e434460998c05755c8342941413d23c02e2ca0d0bf2123cb555a6c7513d24983a13ed
+DIST firehol-3.1.6.tar.xz 1484424 BLAKE2B 
aea45aa424b7b43ed0576916f52a785601a21489263c1b5c6abbf3b2b97db80bf2a2420ae8176cd55e335ab93c18a8209a47f467dba80a63cf2c319b3e3e27d8
 SHA512 
5ffa7e59d3f10a6c7d3f5b5ef9d93f1b2138063374a10cb0c1ac4e75578d6cf7755e154b51febf546563ba003f100af13f89bca3843b66a8d22b8fc2da3fadfe

diff --git a/net-firewall/firehol/firehol-3.1.6.ebuild 
b/net-firewall/firehol/firehol-3.1.6.ebuild
new file mode 100644
index 000..b4f770df400
--- /dev/null
+++ b/net-firewall/firehol/firehol-3.1.6.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit linux-info
+
+DESCRIPTION="iptables firewall generator"
+HOMEPAGE="https://firehol.org/ https://github.com/firehol/firehol;
+SRC_URI="https://github.com/firehol/firehol/releases/download/v${PV}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="doc ipv6 ipset"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="net-firewall/iptables
+   sys-apps/iproute2[-minimal,ipv6?]
+   net-misc/iputils[ipv6?]
+   net-misc/iprange
+   net-analyzer/traceroute
+   virtual/modutils
+   app-arch/gzip
+   ipset? (
+   net-firewall/ipset
+   )"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   local KCONFIG_OPTS=" \
+   ~IP_NF_FILTER \
+   ~IP_NF_IPTABLES \
+   ~IP_NF_MANGLE \
+   ~IP_NF_TARGET_MASQUERADE
+   ~IP_NF_TARGET_REDIRECT \
+   ~IP_NF_TARGET_REJECT \
+   ~NETFILTER_XT_MATCH_LIMIT \
+   ~NETFILTER_XT_MATCH_OWNER \
+   ~NETFILTER_XT_MATCH_STATE \
+   ~NF_CONNTRACK \
+   ~NF_CONNTRACK_IPV4 \
+   ~NF_CONNTRACK_MARK \
+   ~NF_NAT \
+   ~NF_NAT_FTP \
+   ~NF_NAT_IRC \
+   "
+   linux-info_pkg_setup
+}
+
+src_configure() {
+   econf \
+   --disable-vnetbuild \
+   $(use_enable ipset update-ipsets) \
+   $(use_enable doc) \
+   $(use_enable ipv6)
+}
+
+src_install() {
+   default
+
+   newconfd "${FILESDIR}"/firehol.conf.d firehol
+   newinitd "${FILESDIR}"/firehol.initrd firehol
+   newconfd "${FILESDIR}"/fireqos.conf.d fireqos
+   newinitd "${FILESDIR}"/fireqos.initrd fireqos
+}



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

2018-08-17 Thread Mikle Kolyada
commit: 86c3ddbd1b23dbb84ecac3be37082dcbd5ccbe13
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 04:01:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 04:01:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c3ddbd

dev-python/bleach:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 5cd8065d941..376944afe9a 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: ac09a5d97bfd32d52861d1446f9e6151b74a00e7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:58:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:58:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac09a5d9

www-client/w3mmee:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild 
b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
index 68def2049ac..50cd0b2e2e8 100644
--- a/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
+++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://pub.ks-and-ks.ne.jp/prog/pub/${MY_P}.tar.gz;
 
 SLOT="0"
 LICENSE="public-domain"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="gpm imlib libressl nls ssl xface"
 
 DEPEND=">=dev-libs/boehm-gc-7.2



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

2018-08-17 Thread Mikle Kolyada
commit: d34f696a0fa06d31ef108146b531c28362103082
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:54:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:54:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34f696a

dev-libs/libdbusmenu:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild 
b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
index 23d2a89e8ef..2bd65b26f95 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug gtk gtk3 +introspection test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/

2018-08-17 Thread Mikle Kolyada
commit: c35277542273eb38dc319406f0ddd0f8467a9422
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:54:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:54:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3527754

dev-util/dbus-test-runner:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild 
b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
index 8b42702e74c..23e018171f7 100644
--- a/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
+++ b/dev-util/dbus-test-runner/dbus-test-runner-15.04.0_p100.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/

2018-08-17 Thread Mikle Kolyada
commit: f895af920f139e42d8a1408b71922f36fcc431f7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:55:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:55:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f895af92

gnome-extra/nm-applet:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 gnome-extra/nm-applet/nm-applet-1.8.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/nm-applet/nm-applet-1.8.14.ebuild 
b/gnome-extra/nm-applet/nm-applet-1.8.14.ebuild
index ff37275ce78..7fea5acad5e 100644
--- a/gnome-extra/nm-applet/nm-applet-1.8.14.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-1.8.14.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager;
 LICENSE="GPL-2+"
 SLOT="0"
 IUSE="ayatana +introspection +gcr +modemmanager selinux teamd"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
>=app-crypt/libsecret-0.18



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

2018-08-17 Thread Mikle Kolyada
commit: 263e50fd7b066a162d4761137184ae2cdb499ccd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:51:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:51:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263e50fd

media-sound/xmms2:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild 
b/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild
index f6a269e2fd6..95780ab4116 100644
--- a/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild
+++ b/media-sound/xmms2/xmms2-0.8_p20161122-r4.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${MY_P}.tar.bz2;
 LICENSE="GPL-2 LGPL-2.1"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc x86"
+KEYWORDS="~alpha amd64 ~arm ~ppc x86"
 
 IUSE="aac airplay +alsa ao asf cdda curl cxx ffmpeg flac fluidsynth ices
 jack mac mlib-update mms +mad modplug mp3 mp4 musepack ofa opus oss



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

2018-08-17 Thread Mikle Kolyada
commit: f647d370b7228788bba9830e48680dc11e8986aa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:46:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:46:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f647d370

media-libs/libmtp:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/media-libs/libmtp/libmtp-1.1.15.ebuild 
b/media-libs/libmtp/libmtp-1.1.15.ebuild
index c309e8c16e5..ffbfe1b1ebc 100644
--- a/media-libs/libmtp/libmtp-1.1.15.ebuild
+++ b/media-libs/libmtp/libmtp-1.1.15.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == * ]]; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ppc ~ppc64 x86 ~amd64-fbsd 
~x86-fbsd"
 fi
 
 DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)"



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

2018-08-17 Thread Mikle Kolyada
commit: 0c5e5deb1215ac99194ed6d2f7a0422b2d35d48d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:43:08 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:43:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5e5deb

sys-apps/busybox:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/sys-apps/busybox/busybox-1.29.0.ebuild 
b/sys-apps/busybox/busybox-1.29.0.ebuild
index d0b0f07969f..1428b4b08bb 100644
--- a/sys-apps/busybox/busybox-1.29.0.ebuild
+++ b/sys-apps/busybox/busybox-1.29.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]] ; then
 else
MY_P=${PN}-${PV/_/-}
SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
 fi
 
 LICENSE="GPL-2" # GPL-2 only



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

2018-08-17 Thread Kent Fredric
commit: de95784f5a4d77f271a87c5e2257530aa65ad5c1
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Aug 18 01:38:19 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 03:34:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de95784f

dev-perl/Test-Command: Cleanup old version 0.80.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-Command/Manifest |  1 -
 .../Test-Command/Test-Command-0.80.0-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Test-Command/Manifest b/dev-perl/Test-Command/Manifest
index ae358eef22b..6c39d7f3e49 100644
--- a/dev-perl/Test-Command/Manifest
+++ b/dev-perl/Test-Command/Manifest
@@ -1,2 +1 @@
-DIST Test-Command-0.08.tar.gz 9967 BLAKE2B 
ed4b2d6db695903513c0eb407118830c45c617430fd62378df5a5521e2fe18550aad475f0cedd3f72245da195face26b32255b5dbaf661ac7182e78f306e3f74
 SHA512 
b163cf13fb0c12b9aa5fb505143e5fa5e65e2c7be4bfa9e7801a2fb2c735f148fd692e8e7020acbf63cae6ef62cf10f2ec7c5a536a06afd4ad7184c2b5339745
 DIST Test-Command-0.11.tar.gz 10811 BLAKE2B 
3cef662c064e6256d32c77731870993a37b6411615f27bffb71795ca015802991ce3b755f2ddfa561b77a58dcc7889704d45a159f370c345ffa1e44169dde58a
 SHA512 
79a8f41132b965ad4f6e8b4d97f8fb6181a1e394bcf8825abda2c8ee12dd5f6ef8d7c69df84d306c3841bb516213742c4a0a43c2f3d6b39ce6e163d6d77f45f8

diff --git a/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild 
b/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild
deleted file mode 100644
index 6d1e7257764..000
--- a/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANBOO
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="Test routines for external commands"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-perl/Module-Build
-"
-
-SRC_TEST="do"
-
-src_test() {
-   perl_rm_files t/pod-coverage.t t/pod.t
-   perl-module_src_test
-}



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

2018-08-17 Thread Mikle Kolyada
commit: 001f69b2cc4c212e600b8ba135ebc2e7055c393c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:02:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:02:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001f69b2

dev-python/imagesize: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/imagesize/imagesize-0.7.1.ebuild | 2 +-
 dev-python/imagesize/imagesize-1.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild 
b/dev-python/imagesize/imagesize-0.7.1.ebuild
index c4f69669e4c..d585be0d3e2 100644
--- a/dev-python/imagesize/imagesize-0.7.1.ebuild
+++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~x64-solaris"
 IUSE="test"
 
 DEPEND="dev-python/setuptools"

diff --git a/dev-python/imagesize/imagesize-1.0.0.ebuild 
b/dev-python/imagesize/imagesize-1.0.0.ebuild
index b24b21fe537..539f2856248 100644
--- a/dev-python/imagesize/imagesize-1.0.0.ebuild
+++ b/dev-python/imagesize/imagesize-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x64-solaris"
 IUSE="test"
 
 DEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: 3301ffc73508bf4b68306a8c17a9b3cead30f2f7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:58:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:58:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3301ffc7

dev-python/pycairo: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pycairo/pycairo-1.16.3-r1.ebuild 
b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
index b6e7e89ef46..8d5e22420cc 100644
--- a/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
+++ b/dev-python/pycairo/pycairo-1.16.3-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/pygobject/${PN}/releases/download/v${PV}/${P}.tar.gz
 
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples test"
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: 154cc94f8d970501390955d4d42afc3c7786f1da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:57:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:57:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154cc94f

dev-python/pyflakes: Add ~s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pyflakes/pyflakes-0.8.1.ebuild | 4 ++--
 dev-python/pyflakes/pyflakes-1.0.0.ebuild | 4 ++--
 dev-python/pyflakes/pyflakes-1.2.3.ebuild | 4 ++--
 dev-python/pyflakes/pyflakes-1.6.0.ebuild | 2 +-
 dev-python/pyflakes/pyflakes-2.0.0.ebuild | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/pyflakes/pyflakes-0.8.1.ebuild 
b/dev-python/pyflakes/pyflakes-0.8.1.ebuild
index e746c0fade6..4a874c83a87 100644
--- a/dev-python/pyflakes/pyflakes-0.8.1.ebuild
+++ b/dev-python/pyflakes/pyflakes-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/pyflakes/pyflakes-1.0.0.ebuild 
b/dev-python/pyflakes/pyflakes-1.0.0.ebuild
index 47702137e1b..182349d5178 100644
--- a/dev-python/pyflakes/pyflakes-1.0.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/pyflakes/pyflakes-1.2.3.ebuild 
b/dev-python/pyflakes/pyflakes-1.2.3.ebuild
index d63fb5820a0..9418226f95e 100644
--- a/dev-python/pyflakes/pyflakes-1.2.3.ebuild
+++ b/dev-python/pyflakes/pyflakes-1.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/pyflakes/pyflakes-1.6.0.ebuild 
b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
index 258cbf022e4..c2a6ac80270 100644
--- a/dev-python/pyflakes/pyflakes-1.6.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-1.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"

diff --git a/dev-python/pyflakes/pyflakes-2.0.0.ebuild 
b/dev-python/pyflakes/pyflakes-2.0.0.ebuild
index ebe2d1c01c3..5c6b9cac078 100644
--- a/dev-python/pyflakes/pyflakes-2.0.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm 

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

2018-08-17 Thread Mikle Kolyada
commit: 9c37b3f7197ec2d7849ec1061c30c35cff99fafe
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:56:01 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:56:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c37b3f7

dev-python/pysendfile: Add ~s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 2 +-
 dev-python/pysendfile/pysendfile-2.0.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
index ee659460f47..da9e8e132bd 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A python interface to the sendfile(2) system 
call"
 HOMEPAGE="https://github.com/giampaolo/pysendfile;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE=""
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild 
b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index f1cdccae5d3..24b9cc7cbbf 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="A python interface to the sendfile(2) system 
call"
 HOMEPAGE="https://github.com/giampaolo/pysendfile;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ia64 ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ia64 ~ppc ppc64 ~s390 sparc x86"
 IUSE=""
 LICENSE="MIT"
 SLOT="0"



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

2018-08-17 Thread Mikle Kolyada
commit: b0b43f779667154abc598e529f3f0f37a8664cee
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 03:00:55 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 03:00:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b43f77

dev-python/execnet: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/execnet/execnet-1.4.1.ebuild 
b/dev-python/execnet/execnet-1.4.1.ebuild
index 256f383e110..18864ab5b64 100644
--- a/dev-python/execnet/execnet-1.4.1.ebuild
+++ b/dev-python/execnet/execnet-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86"
 IUSE="doc test"
 
 RDEPEND=">=dev-python/apipkg-1.4[${PYTHON_USEDEP}]"



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

2018-08-17 Thread Mikle Kolyada
commit: c1e19f284a25004f4fa1dcf3a007b7fcc51621be
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:59:53 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:59:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e19f28

dev-python/process-tests: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/process-tests/process-tests-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/process-tests/process-tests-1.2.0.ebuild 
b/dev-python/process-tests/process-tests-1.2.0.ebuild
index 638db217ef7..b59a35efe60 100644
--- a/dev-python/process-tests/process-tests-1.2.0.ebuild
+++ b/dev-python/process-tests/process-tests-1.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



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

2018-08-17 Thread Mikle Kolyada
commit: 79973f2301e3ea5b234c5b0f1f758384cf30fd85
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:59:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:59:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79973f23

dev-python/flaky: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/flaky/flaky-3.1.1.ebuild 
b/dev-python/flaky/flaky-3.1.1.ebuild
index 345ac068628..f292013b434 100644
--- a/dev-python/flaky/flaky-3.1.1.ebuild
+++ b/dev-python/flaky/flaky-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="Apache-2.0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



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

2018-08-17 Thread Mikle Kolyada
commit: 34d6ebeed45a489ce47699e76115ff5be629b544
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:52:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:52:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d6ebee

dev-python/rst-linker: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/rst-linker/rst-linker-1.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild 
b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
index 0e871617f85..47c8f12ab33 100644
--- a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
+++ b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
 IUSE="doc test"
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: 2c7a9d457c7684d97ea6d4fc06d8ef3fbefbb42a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:43:19 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:49:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7a9d45

dev-tex/pgf: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-tex/pgf/pgf-3.0.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-tex/pgf/pgf-3.0.1-r1.ebuild b/dev-tex/pgf/pgf-3.0.1-r1.ebuild
index effdd3649dd..a80f47d2d5f 100644
--- a/dev-tex/pgf/pgf-3.0.1-r1.ebuild
+++ b/dev-tex/pgf/pgf-3.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip"
 
 LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 RDEPEND="dev-texlive/texlive-latexrecommended



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

2018-08-17 Thread Mikle Kolyada
commit: 4b64d36c55698a0148a7a9b227074b48c34d6dc6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:46:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:49:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b64d36c

media-libs/libart_lgpl: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild 
b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild
index a46b6bcf638..366c468a90f 100644
--- a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild
+++ b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.levien.com/libart;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-texlive/texlive-pictures/

2018-08-17 Thread Mikle Kolyada
commit: 78221365f589839968854b8dd0fe0a479b2659d3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:42:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:49:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78221365

dev-texlive/texlive-pictures: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-texlive/texlive-pictures/texlive-pictures-2017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-texlive/texlive-pictures/texlive-pictures-2017.ebuild 
b/dev-texlive/texlive-pictures/texlive-pictures-2017.ebuild
index 971a9304f1a..1415372f913 100644
--- a/dev-texlive/texlive-pictures/texlive-pictures-2017.ebuild
+++ b/dev-texlive/texlive-pictures/texlive-pictures-2017.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="TeXLive Graphics, pictures, diagrams"
 
 LICENSE=" Apache-2.0 BSD-2 GPL-1 GPL-2 GPL-3 LPPL-1.2 LPPL-1.3 LPPL-1.3c MIT 
public-domain TeX-other-free "
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 DEPEND=">=dev-texlive/texlive-basic-2017
 !

[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/

2018-08-17 Thread Mikle Kolyada
commit: de050bb5c47f264e4fb0b1afb4dba800a8694826
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:48:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:49:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de050bb5

app-cdr/cdrtools: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild | 2 +-
 app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
index 720f7505f5d..52dd6b39b28 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha07-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
index b8be28aa15f..87c0924b344 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] 
&& echo 'alpha')/$
 
 LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="acl caps nls unicode"
 
 RDEPEND="acl? ( virtual/acl )



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

2018-08-17 Thread Mikle Kolyada
commit: bf82e88905abeb80d1eb8e541a0518145a9efa94
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:47:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:49:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf82e889

sys-fs/eudev: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/eudev/eudev-3.1.5.ebuild | 2 +-
 sys-fs/eudev/eudev-3.2.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/eudev/eudev-3.1.5.ebuild b/sys-fs/eudev/eudev-3.1.5.ebuild
index da80e0dc8c6..0efff72af44 100644
--- a/sys-fs/eudev/eudev-3.1.5.ebuild
+++ b/sys-fs/eudev/eudev-3.1.5.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc 
x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"

diff --git a/sys-fs/eudev/eudev-3.2.5.ebuild b/sys-fs/eudev/eudev-3.2.5.ebuild
index 131f1a69a5d..d8452859579 100644
--- a/sys-fs/eudev/eudev-3.2.5.ebuild
+++ b/sys-fs/eudev/eudev-3.2.5.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz;
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc 
x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/rescan-scsi-bus/

2018-08-17 Thread Mikle Kolyada
commit: 1ed2f87d7dfffbb9d99ba6df2f204722685abe3e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:45:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:49:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed2f87d

sys-apps/rescan-scsi-bus: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild 
b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
index e6a7cbf09ce..00c6f7a6d41 100644
--- a/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
+++ b/sys-apps/rescan-scsi-bus/rescan-scsi-bus-1.57-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="http://www.garloff.de/kurt/linux/${SRC_NAME};
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 
 RDEPEND=">=sys-apps/sg3_utils-1.24
app-admin/killproc



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-LaTeX/

2018-08-17 Thread Mikle Kolyada
commit: cc0139cf619286c800955e876e32dd552bc75e42
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:44:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:49:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0139cf

dev-perl/Pod-LaTeX: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild | 2 +-
 dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild 
b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
index 4cec067ddaf..fe19be51d0e 100644
--- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
+++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Convert Pod data to formatted LaTeX"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
 IUSE=""
 
 RDEPEND="

diff --git a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild 
b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
index dc5a0037607..81ca4730b24 100644
--- a/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
+++ b/dev-perl/Pod-LaTeX/Pod-LaTeX-0.610.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Convert Pod data to formatted LaTeX"
 
 LICENSE="|| ( GPL-1+ Artistic )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="



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

2018-08-17 Thread Matt Thode
commit: c612e3db6df52d6981a75ed9a6c002befeaa417f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:48:01 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:48:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c612e3db

www-apps/icingaweb2: 2.6.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 www-apps/icingaweb2/Manifest|  1 -
 www-apps/icingaweb2/icingaweb2-2.6.0.ebuild | 81 -
 www-apps/icingaweb2/icingaweb2-2.6.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 83 deletions(-)

diff --git a/www-apps/icingaweb2/Manifest b/www-apps/icingaweb2/Manifest
index 3e19855ba7e..557d01d063d 100644
--- a/www-apps/icingaweb2/Manifest
+++ b/www-apps/icingaweb2/Manifest
@@ -1,3 +1,2 @@
 DIST icingaweb2-2.5.3.tar.gz 8124667 BLAKE2B 
43f9e47d670aaeffb15a8dbca6794d72436b195d4a19491d31f548a57ef9d2d0c411f16276be5355700e8dc863b8ef84821c68759d65ef2e97688a88d92605ca
 SHA512 
d11d4f90f0cb54ab6fc5412151d412fc7827c895e81f6c91806090c364b3df4f2999bbc5f65cd4007406a3e7a7c9e0d48fb8f8362f3d7780681ac8702cfcb572
-DIST icingaweb2-2.6.0.tar.gz 8165659 BLAKE2B 
9e66a583cdec58b8eb2be7c86363d0154786eb7289ffbbc2b8c2978907537f56ef345313b9b916b3029793812431842ce88c525b29ed226f43bdeefc4af59c97
 SHA512 
a4788a40e87fa5a388acd6d87890cd5066c1622ba13ddb161beacf16d0765fd224c551c37ed83ef0a6059dd277a63c5c62427a411ccaae9b9deb7c7c88db8cb9
 DIST icingaweb2-2.6.1.tar.gz 8165384 BLAKE2B 
ea9b499f7da9fbdbe8340443f02b5a9fc348549bbffcad63ac1e04c12ff45e5337418f1714b1d76af3818e9733bb0eb51a6bfbc39a7d1eb4820af8747392
 SHA512 
f2ac728abde9795e578b7d512f5b87e3307faed35a5413aaa2d3a958b57389c5297a124b530667aa248ee368aafaf3875097fa8e27b4c3090bb64badc7c329b7

diff --git a/www-apps/icingaweb2/icingaweb2-2.6.0.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.6.0.ebuild
deleted file mode 100644
index d4db7e02c01..000
--- a/www-apps/icingaweb2/icingaweb2-2.6.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit depend.apache eutils multilib user
-
-DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
-HOMEPAGE="http://www.icinga.org/;
-SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="apache2 ldap mysql nginx pdf postgres"
-REQUIRED_USE="^^ ( apache2 nginx )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=net-analyzer/icinga2-2.1.1
-   dev-php/pecl-imagick
-   pdf? ( media-gfx/imagemagick[png] )
-   apache2? (
-   >=www-servers/apache-2.4.0
-   || (
-   
dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
-   )
-   nginx? (
-   >=www-servers/nginx-1.7.0:*
-   || (
-   
dev-lang/php:5.6[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
-   )"
-RDEPEND="${DEPEND}"
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-
-   enewgroup icingaweb2
-   enewgroup icingacmd
-   use nginx && usermod -a -G icingacmd,icingaweb2 nginx
-   use apache2 && usermod -a -G icingacmd,icingaweb2 apache
-}
-
-pkg_config() {
-   if [[ -d /etc/icingaweb2 ]] ; then
-   einfo "Updating existing installation ..."
-   else
-   einfo "Running first time setup ..."
-   einfo "Creating configuration directory ..."
-   /usr/share/${PN}/bin/icingacli setup config directory
-   einfo "Creating authentication token for web setup ..."
-   /usr/share/${PN}/bin/icingacli setup token create
-   if use apache2 ; then
-   einfo "The following might be useful for your Apache2 
configuration:"
-   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public
-   fi
-   if use 

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

2018-08-17 Thread Matt Thode
commit: 56dde22cdd609bf3073c813d99359441853bc95f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:41:24 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56dde22c

app-emulation/diskimage-builder: 2.16.0 with cleanup

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-emulation/diskimage-builder/Manifest   |  1 -
 .../diskimage-builder-2.14.1.ebuild| 37 --
 .../diskimage-builder-2.16.0.ebuild|  2 +-
 3 files changed, 1 insertion(+), 39 deletions(-)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index c5a0397c616..f8022f11451 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,3 +1,2 @@
-DIST diskimage-builder-2.14.1.tar.gz 348188 BLAKE2B 
3d751fc3f05578a7b5296c8b7ebde1b8dd0a38e40dc378fded93faa34c623db2abeac53c72048ce7ebd5747eb50a4f9e5525baba800adc4b2c1925f31a1dce0b
 SHA512 
d056c89e78b3f42ccc5ced2dfdd9ac1c50ecdcb6861f81bdb3cd3c9d624fbba89c2a2b9ed08850dd79ff9fdf47fcaa3d3519b32f909bd1b0b12bbacf4d9ab758
 DIST diskimage-builder-2.15.1.tar.gz 359802 BLAKE2B 
bfcd43ae76350f72d368bbb6eadf61d72de3ca26963399004921df721213d8aeb1c980085d414b227674d2b147ee06531381b59e78e7b11f949dfc4d63f43f5b
 SHA512 
7ab18f4d950c7578fc5f16f0aabfb469a74b38b0aa9d3209550019e3ea585a451a69be0a46901df2ae1ecfdc0dabcbd5554edae4ea71ae2921f5a8e99d4cb0b9
 DIST diskimage-builder-2.16.0.tar.gz 35 BLAKE2B 
29d9c2e0a2a42de3939a0ebac499f13755ef883074a43f7147e322af8c6cb2120fc0987271a4f6d4cead775283b4d502302dd50e8b3411e265c826b7f7fb9617
 SHA512 
2a10d7e3b69968f91de9f3aded7109addbe48201567257f1e849985dca7ad4860247aac431d3055780f2345670d10a27714acfb74507078bd6ec585c05cc7635

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.14.1.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.14.1.ebuild
deleted file mode 100644
index 8cf50cda77f..000
--- a/app-emulation/diskimage-builder/diskimage-builder-2.14.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
-   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   app-emulation/qemu
-   sys-block/parted
-   sys-fs/multipath-tools
-   sys-fs/dosfstools
-   sys-apps/gptfdisk
-   !dev-python/dib-utils[${PYTHON_USEDEP}]"

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.16.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.16.0.ebuild
index 1495264437f..8cf50cda77f 100644
--- a/app-emulation/diskimage-builder/diskimage-builder-2.16.0.ebuild
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.16.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2018-08-17 Thread Matt Thode
commit: 518a35d4df9da4a9d27d4d4258cdc54dc1a2157f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:33:49 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518a35d4

net-analyzer/icinga2: 2.9.1 stable amd64 and x86

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 net-analyzer/icinga2/icinga2-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/icinga2/icinga2-2.9.1.ebuild 
b/net-analyzer/icinga2/icinga2-2.9.1.ebuild
index cedd09e7dce..85c5c1cbc3e 100644
--- a/net-analyzer/icinga2/icinga2-2.9.1.ebuild
+++ b/net-analyzer/icinga2/icinga2-2.9.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 if [[ ${PV} !=  ]]; then
inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 else
inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;



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

2018-08-17 Thread Matt Thode
commit: d9e324db91e695cf2891a44ac5488f92a8ac0d3b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:42:38 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e324db

app-admin/puppetserver: 5.3.4 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-admin/puppetserver/Manifest  |   2 -
 app-admin/puppetserver/puppetserver-5.3.0.ebuild | 130 ---
 app-admin/puppetserver/puppetserver-5.3.1.ebuild | 130 ---
 app-admin/puppetserver/puppetserver-5.3.4.ebuild |   2 +-
 4 files changed, 1 insertion(+), 263 deletions(-)

diff --git a/app-admin/puppetserver/Manifest b/app-admin/puppetserver/Manifest
index 015c2de132b..e41855547f2 100644
--- a/app-admin/puppetserver/Manifest
+++ b/app-admin/puppetserver/Manifest
@@ -1,4 +1,2 @@
-DIST puppetserver-5.3.0.tar.gz 66913938 BLAKE2B 
ed24e0c5a8ad14c2c63f7a88deca6a020121fa53890a68b83f3608081c6480540056d483a00df5c1b0d5a008216f27b5d72efa54d885c55f09b1f40441469b39
 SHA512 
5f08f0adba257947ec61eae91b7a417e9055510e278e444ce7c88358163b9bb00f2bf02580ace6064e508c43f8b60ca21d12aa3d1525814754e6259791b34bc5
-DIST puppetserver-5.3.1.tar.gz 67239406 BLAKE2B 
0aca973ad039d51877926459f935e48cb9ee6ed60792ca67af3a65800fc8fd9de8e6cadd3edc83ac83385f8dfba4f0cd83c9a6db665578f3d1d235ccc00e6547
 SHA512 
3d618c351299f4cc038682ab43eb4686bd1baf8f88390c8ac41eb3be9fdf8a7a3a501f0ab8713e45bee0ed02d7a9fd1ed1b7252ebb640ee52aa5da638f0b2ce2
 DIST puppetserver-5.3.3.tar.gz 67238194 BLAKE2B 
0a0b235f26ab15c8f461f6663c26531d3ae469c4467ae33caa98f70d94a02fb89eb0399405be6b1f65f65b2fe4add7a24129f367ae1ab028189d250b087d0915
 SHA512 
dced3a7b7b3acb8966e4eb6f35aa82c84d0bba81487fa0cffc60fa0751b5d5c633be925471145a3e21b8f74bcffaa74f02310644ecc8bf8ebef0222d967fa86a
 DIST puppetserver-5.3.4.tar.gz 67238476 BLAKE2B 
a92bdf77ffefc7c65c5cfd39431aa6b485bd92c617c4e32a281bfa431fbb428209b8834ef464a521e00d07f3ce0a443fe8a187f3a235c3200531533a1efa242d
 SHA512 
edfa121d64fdbca9a8eef201fe6744e2694141deb318bec64c942bb1ebe6ea61ba1aaa15aee4f4e59913f79247b1c833c6633d3ff121eee836a83ccbaaece900

diff --git a/app-admin/puppetserver/puppetserver-5.3.0.ebuild 
b/app-admin/puppetserver/puppetserver-5.3.0.ebuild
deleted file mode 100644
index 20133466d29..000
--- a/app-admin/puppetserver/puppetserver-5.3.0.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib systemd tmpfiles user
-
-DESCRIPTION="Puppet Server is the next-generation application for managing 
Puppet agents."
-HOMEPAGE="http://docs.puppetlabs.com/puppetserver/;
-SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="puppetdb"
-# will need the same keywords as puppet
-KEYWORDS="amd64 x86"
-
-RDEPEND+="
-   >=virtual/jdk-1.8.0
-   app-admin/puppet-agent[puppetdb?]"
-DEPEND+=""
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /opt/puppetlabs/server/data/puppetserver "puppet"
-}
-
-src_prepare() {
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/redhat/puppetserver.service || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' 
ext/bin/puppetserver || die
-   sed -i 's/sysconfig\/puppetserver/default\/puppetserver/g' install.sh 
|| die
-   sed -i 's/var\/run/run/g' ext/config/conf.d/puppetserver.conf || die
-   sed -i 's/var\/run/run/g' ext/redhat/puppetserver.service || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   insinto /opt/puppetlabs/server/apps/puppetserver
-   insopts -m0774
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppet-server-release.jar
-   doins jruby-9k.jar
-   doins jruby-1_7.jar
-   insinto /etc/puppetlabs/puppetserver
-   doins ext/config/logback.xml
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetserver/services.d
-   doins ext/system-config/services.d/bootstrap.cfg
-   doins ext/config/services.d/ca.cfg
-   insinto /etc/puppetlabs/puppetserver/conf.d
-   doins ext/config/conf.d/puppetserver.conf
-   doins ext/config/conf.d/auth.conf
-   doins ext/config/conf.d/global.conf
-   doins ext/config/conf.d/web-routes.conf
-   doins ext/config/conf.d/metrics.conf
-   doins ext/config/conf.d/webserver.conf
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetserver/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetserver/cli/apps
-   doins ext/cli/irb
-   doins ext/cli/foreground
-   doins ext/cli/gem
-   doins ext/cli/ruby
-   doins 

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

2018-08-17 Thread Matt Thode
commit: 6e3e6db9d76adf503d7b3a2690857ba3ac45e089
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:44:27 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3e6db9

app-admin/puppet-agent: 5.5.4 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-admin/puppet-agent/Manifest  |  2 -
 app-admin/puppet-agent/puppet-agent-5.5.1.ebuild | 85 
 app-admin/puppet-agent/puppet-agent-5.5.4.ebuild |  2 +-
 3 files changed, 1 insertion(+), 88 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 6d3c13451af..cf187936bdc 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,7 +1,5 @@
 DIST puppet-agent_1.10.12-1stretch_amd64.deb 15443166 BLAKE2B 
74c8465fd8cc98ca114acdc600c3f259072d64765cdd8308092b7177233d44656f429407520ead2e02494951f57f1c79b5dfe8c76b2dd7bba7c1316426746df8
 SHA512 
1391530be340ad0439260f7bd3df8ad251ffaa02fc2f358e4ff2189b8c64a0b2d0caab9f84b84b26ebe2176decef2a39d3114f6433ba6eacd962ff45e1e04c43
 DIST puppet-agent_1.10.12-1stretch_i386.deb 16308082 BLAKE2B 
6606c15aac51b28e9e8011168563dff9069b6b065f861c01f4fc768064fe266f83211fbc8fefebfe4bdf81c6220b5daa19f66a9214bd1f2ff53a3b1a2e87128a
 SHA512 
fce0a3ac12afcc293fbdf3cc990407b82592228ed8ed609f4b98c17cea35c8e5ff5f47287880601fa80ac2f7fa608dfe00b3594a906d52bc2bd2e04117ccb856
-DIST puppet-agent_5.5.1-1stretch_amd64.deb 17325604 BLAKE2B 
1fab815d5d238cb6a05da91a4a9645644915493b2117ff29b8ba258edab18084394c8054f37c5bcbee9bf903dabce5741d7ef4be0a94a0ec8c13ac4b825b8bca
 SHA512 
c4c7ce50cf576a6b12ecee8b9a6c7969512b3625e7ea0f16cc4cd367cebee5271cdaf7cc084fe4d344b42ab6e200664fe7b167acd9cd0da23d2ff3cd9028d6f7
-DIST puppet-agent_5.5.1-1stretch_i386.deb 18063690 BLAKE2B 
ea7c7068e57da1249c1b1c7232e1af673840b0c8c7e5795574ffcb1861c68683ac9f21f8f4216272130b12a61bb8b324e49d6bf7f0c3d314857fd2591a7ad6ff
 SHA512 
1a64616191a5143b150fe1d145ea786233ab763e87d5fe86bd1b3306fa73bab60d2f3d5c0bb7fcb6fe7c700a47a4c94c72eef1509732b18a5caf0fcd7f060602
 DIST puppet-agent_5.5.3-1stretch_amd64.deb 17272112 BLAKE2B 
5e052f837184b1d1dd5965ccb18e3a52dc88ea6ba85c0c3c5222ffe50e32e0a72a6f14274f5dd6c1bd63b3a160affa8a6b3399ac75e27d9cc2c267a1e1c0e89d
 SHA512 
1629b3535b900081676647f64c17e3c0d23df38525d90d5f3993877d0749d18cf55f72fb20c47e20a63d18c2c7ad95cc0f179449c386ce3b8ec8a6d0f40243e7
 DIST puppet-agent_5.5.3-1stretch_i386.deb 18189670 BLAKE2B 
a8791926a5ce08edad363670ab5269fcef208c3137db4126f33295fd7fdd447620578445eb0a9396e263fed8612981581cef0c5f6d3e51634722c01c79e2c9dc
 SHA512 
83a1f472c4af97a48703ca61a00740fc7806155732bd488d3f9d757f969dca0a19cec014dad0bb5e6d8b5384d32c2d906ad0e8438efeeae5fdd39524cc11f6f8
 DIST puppet-agent_5.5.4-1stretch_amd64.deb 17273314 BLAKE2B 
e296cda8219deafe9b36039298823edb6007f42047e90e120fc16e941bb91c8d660e1a7f1341aa9463c67d4a5e05fbd8bf9c072a7768b0e885536efe5956115c
 SHA512 
599aef07bb39b8d209e806ea1539157419de96376113ba88de6160525e96d6fa28f9865d7a89aff96698a0ff4e85ec474dd43ff4ea512b06a64c491c252cd973

diff --git a/app-admin/puppet-agent/puppet-agent-5.5.1.ebuild 
b/app-admin/puppet-agent/puppet-agent-5.5.1.ebuild
deleted file mode 100644
index 784b06891e1..000
--- a/app-admin/puppet-agent/puppet-agent-5.5.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils systemd unpacker user
-
-DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
-HOMEPAGE="https://puppetlabs.com/;
-SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet5/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
-SRC_URI="
-   amd64? ( ${SRC_BASE}_amd64.deb )
-   x86?   ( ${SRC_BASE}_i386.deb )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-CDEPEND="!app-admin/augeas
-   !app-admin/mcollective
-   !app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   !app-emulation/virt-what"
-
-DEPEND="
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/glibc
-   sys-libs/readline:0/7
-   sys-libs/ncurses:0[tinfo]
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
-
-S=${WORKDIR}
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /var/run/puppet puppet
-}
-
-src_install() {
-   # conf.d
-   doconfd etc/default/puppet
-   doconfd etc/default/mcollective
-   doconfd etc/default/pxp-agent
-   # logrotate.d
-   insinto /etc/logrotate.d
-   doins etc/logrotate.d/pxp-agent
-   # puppet itself
-   insinto /etc/puppetlabs
-   doins -r etc/puppetlabs/*
-   # logdir for systemd
-  

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

2018-08-17 Thread Matt Thode
commit: 576d923655cf141546d0ee02b59bc7b4013613bc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:43:27 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576d9236

app-admin/puppetdb: 5.2.4 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-admin/puppetdb/Manifest  |  1 -
 app-admin/puppetdb/puppetdb-5.2.1.ebuild | 92 
 app-admin/puppetdb/puppetdb-5.2.4.ebuild |  2 +-
 3 files changed, 1 insertion(+), 94 deletions(-)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index cdcc096c8db..838dda23ec7 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,3 +1,2 @@
-DIST puppetdb-5.2.1.tar.gz 25435195 BLAKE2B 
aed0e6175df0a603ea0aaf792c31b4933d408a4f7a037b557a8acb4b237e4c639a06f954232e049efe4b486d780a3af129c8a6a48833019168cd70f38e5bf403
 SHA512 
6d0b06f083093394f74e952112c6b388fd6c94452cf2954172dafc5dc42c7a0b45f6a9a7afcb6196f12316e15653943c3faed8a06ba7a7bd75a31db8515e0103
 DIST puppetdb-5.2.2.tar.gz 25436396 BLAKE2B 
e30d80b7da29c8cf3b00c9cda3d6e0a4c5635b3bb3a4e6d3e2bf284531509828df6d845a0d30b2a7a454ec35ab4879019fc4c68fc3aa8b6a72c3d0896b9e75f7
 SHA512 
cc598539801bedd4ef0052f50013320be5dc1eaf8098db8898a0759609d6d4e26aa094550bc1a45c041f9fe65ee99b0c00c00586d3cc93003836f1415bd92456
 DIST puppetdb-5.2.4.tar.gz 25438658 BLAKE2B 
4e548ed018b57f68c0cc81185579234e17086985733d56030802577ab5fb8106c7c47c603aa3da65ede3e5780c89df8b2dbece12c29aa1b171ceda1de7228f56
 SHA512 
6979ebccaa1136d19ffd0d67bdbff9c608c649d75b56b4b041d8795fdcedf24c831553c5361f8e144fa01bbac92af88e6548f917ca00eec707d8740a99689059

diff --git a/app-admin/puppetdb/puppetdb-5.2.1.ebuild 
b/app-admin/puppetdb/puppetdb-5.2.1.ebuild
deleted file mode 100644
index e2e9e4db500..000
--- a/app-admin/puppetdb/puppetdb-5.2.1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib systemd user
-
-DESCRIPTION="PuppetDB collects data generated by Puppet."
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 x86"
-
-RDEPEND+=">=virtual/jdk-1.7.0"
-DEPEND+=""
-
-pkg_setup() {
-   enewgroup puppetdb
-   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
-}
-
-src_prepare() {
-   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
-   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
-   sed -i 's/sysconfig/conf\.d/g' install.sh || die
-   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   dodir /opt/puppetlabs/server/data/puppetdb
-   insinto /opt/puppetlabs/server/apps/puppetdb
-   insopts -m0744
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppetdb.jar
-   insinto /etc/puppetlabs/puppetdb
-   doins ext/config/logback.xml
-   doins ext/config/bootstrap.cfg
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetdb/conf.d
-   doins ext/config/conf.d/jetty.ini
-   doins ext/config/conf.d/repl.ini
-   doins ext/config/conf.d/database.ini
-   doins ext/config/conf.d/config.ini
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
-   doins ext/cli/foreground
-   doins ext/cli/ssl-setup
-   doins ext/cli/config-migration
-   doins ext/cli/foreground
-   doins ext/cli/anonymize
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetdb/bin
-   doins ext/bin/puppetdb
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
-   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
-   # init type tasks
-   newconfd ext/default puppetdb
-   systemd_dounit ext/redhat/puppetdb.service
-   systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
-   newinitd "${FILESDIR}/puppetdb.initd" puppetdb
-   # misc
-   insinto /etc/logrotate.d
-   newins ext/puppetdb.logrotate.conf puppetdb
-   fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb
-   fperms -R 770 /opt/puppetlabs/server/data/puppetdb
-}
-

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

2018-08-17 Thread Matt Thode
commit: dff361d1560130bb680ada13cdb95e5137c3f591
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:45:44 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff361d1

app-admin/puppet: 5.5.3 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-admin/puppet/Manifest|   1 -
 app-admin/puppet/puppet-5.5.1.ebuild | 144 ---
 app-admin/puppet/puppet-5.5.3.ebuild |   2 +-
 3 files changed, 1 insertion(+), 146 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 2c6b424501f..2c2c72d22b5 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,5 +1,4 @@
 DIST puppet-4.10.11.tar.gz 3022878 BLAKE2B 
d3eec840bb1c46e0dfbbc9dad598b362049a76c7ee60b4ff314e7ba2ce19613f834baced94afbbf499b513391107c4229be5f40c275d0724b200358722db0e96
 SHA512 
5eaac8bd973d0013e7774c9bda81524332f2b3b0177c04e78554bfb0815697b4b296d5dd11a04f7fad782ad975b350b149b1cd97fc5f06974952314f163f1b40
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
-DIST puppet-5.5.1.tar.gz 3035639 BLAKE2B 
2930ca9eb928d7c6a69ea76673fc4d002e230bf6dbcd28764e8d5bd504ae11326dc856ed64480e13c9eb1d683ad5e8ef64fc9e217942b59d90c6a0bc98e0197c
 SHA512 
20bf7094193f30cfc7a91244275fc79eef0296036ffbc6bbe405e9ca75123b722be6855c746ef8cd35f80bd7a7308408a9205d064f0f910e11877e4db0ebdabc
 DIST puppet-5.5.2.tar.gz 3036714 BLAKE2B 
8be2c2fa7b66a2fd8d413f01afad22f7e0724c31a0a92b777f1b61e2139f14f3284a11cfb52fea8833556208d8bb3e99f20b1ed4fa2816809eaa4b92fa730cd5
 SHA512 
4995b6b6d1b75d68dd4c8eba37585c0afa88f9c6b78857e837886ea72b373c884182adf8791e0c9f2a5079f22681a40073e512e6b727ecfcaff463c8024cf5db
 DIST puppet-5.5.3.tar.gz 304 BLAKE2B 
d2534da5956806e5280c59e82332f1ffca79e72f73b1abb460f155aac936a5ba1719f18dc5742c85fca365ff6b03a602ca0ceaa04714091045ab2afac1b57823
 SHA512 
14a711002c64f0598930f64e9e2b81c03daddda750860acb349271c1cc9d04c0d149b14817b200dda26f0ca75c3f79593990ecf28a5cca83220a3f5a16eac34d

diff --git a/app-admin/puppet/puppet-5.5.1.ebuild 
b/app-admin/puppet/puppet-5.5.1.ebuild
deleted file mode 100644
index 646ad4fb535..000
--- a/app-admin/puppet/puppet-5.5.1.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit eutils user ruby-fakegem versionator
-
-DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/;
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   dev-ruby/hiera
-   dev-ruby/json:=
-   >=dev-ruby/facter-3.0.0
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /var/lib/puppet puppet
-}
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged json-schema.
-   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
-
-   # can't be run within portage.
-   epatch "${FILESDIR}/puppet-fix-tests-4.7.0.patch"
-
-   # fix systemd path
-   epatch "${FILESDIR}/puppet-systemd.patch"
-
-   # Avoid specs that can only run in the puppet.git repository. This
-   # should be narrowed down to the specific specs.
-   rm spec/integration/parser/compiler_spec.rb || die
-
-   # Avoid failing spec that need further investigation.
-   rm 

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

2018-08-17 Thread Matt Thode
commit: ac08f34ff6f6870677e3c17645873421a65ea8c3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:35:56 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac08f34f

app-admin/ansible: 2.6.3 and 2.5.8 bump

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-admin/ansible/Manifest |  2 ++
 app-admin/ansible/ansible-2.5.8.ebuild | 66 ++
 app-admin/ansible/ansible-2.6.3.ebuild | 66 ++
 3 files changed, 134 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index 6f32f14cb96..c84ddb4e28a 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,4 +1,6 @@
 DIST ansible-2.5.6.tar.gz 10157989 BLAKE2B 
07341ab7a087e3139442d5420b461ca332f3a9e550874a746f43904763660ef12c9a2041bb991eeb315abdc7f6e31e3615d9283f407003ef2b661331c59a
 SHA512 
169badaa6a94d1ea2d16cb97c7e5eb0b8c225a455edfa95f3ad9e4ec968d5b9525dec4732b60e5ba5f92412f87d8aacc0b2299f2595f3bb820ad8604be8e76d6
 DIST ansible-2.5.7.tar.gz 10162406 BLAKE2B 
1374b0fba39f0cb263a24425d9ebcd9087c0dbad869ddaa1491465db60a80a1a3b82858c80d2d4fc1d03db05d94840f2eeddd4c5a13632426fac178663b7baca
 SHA512 
1be274b080dcc4aba40c884ba45b1403788aadb1f14bd00fd52283bc6e691ec7863f061cb4b7d70965d48cdb49c6b849e9b2e49dd7dd6dd5d8788f2d637960b1
+DIST ansible-2.5.8.tar.gz 10169397 BLAKE2B 
7cb0abb168af25a3cd7b94880309cf19f018a68277472afb24811bb4ccc329c129f754d2b97626f71052712690e372856bfb62345cdae74165eca38066e86779
 SHA512 
8de8ddf1925ef1465654f4bc1d54fd9f5f9d700ef2c5a4982684f3a4560ac933b05ff0661c34e61235006abc64fd6acf299d0c45f7b5796c3a89dda5382099ed
 DIST ansible-2.6.1.tar.gz 10724749 BLAKE2B 
af4523ab904660fa3369bdae2839ab4b2f386235be5a004e1f9a9a5f7c555a2e6fe82319abe20ecbf7e74152f8e2ad5060fda2c2af0f5d62fdd9416901c9072c
 SHA512 
1235e12a510317665956bfae9e0d03814083a24ba6e5c98072437e50b4a596437a173b32d9d5af37b4b9e168e35045fdb65e65276fdc830f473ab1f42dcba2d2
 DIST ansible-2.6.2.tar.gz 10738149 BLAKE2B 
ac46fe99da9aba55702c578c6d177b7cb1bcd17fb73f08f160afbbcb6a868de721202492e8198e8cb8c68a1ce771572ce0bb598cd310f2ce35d08b0a3f8d
 SHA512 
2283d69be267474e839af44e0e7a14a5532cadef7d65baa2af4045cb93d88b76890b735a78cce348916c04f5dc3c2ed78deb22bb8d94d0c0c0306180d79b1a9b
+DIST ansible-2.6.3.tar.gz 10748570 BLAKE2B 
ff27e46771ab5c574202a195bdddb2affc256ba67de98627ef07d3899a1b6bbdb742a71deff63ad6a22aa53298eb22a22a44a885f53098e2404823565fbc513c
 SHA512 
f34052379b892d5dff5e170e4237d4595ecf9d951226cc928fc092e253f5fa9f492a6e953ff09ed63b19ddb0f2b8df66ac738c2f48923e6d5b1dcc96fc2799c9

diff --git a/app-admin/ansible/ansible-2.5.8.ebuild 
b/app-admin/ansible/ansible-2.5.8.ebuild
new file mode 100644
index 000..6ca07021a91
--- /dev/null
+++ b/app-admin/ansible/ansible-2.5.8.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   net-misc/sshpass
+   virtual/ssh
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/passlib[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+# not included in release tarball
+RESTRICT="test"
+
+python_compile_all() {
+   if use doc; then
+   cd docs/docsite || die
+   export CPUS=4
+   emake -f Makefile.sphinx html
+   fi
+}
+
+python_test() {
+   nosetests -d -w test/units -v --with-coverage --cover-package=ansible 
--cover-branches || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/docsite/_build/html/. )
+   distutils-r1_python_install_all
+
+   doman docs/man/man1/*.1
+   dodoc -r examples
+}

diff --git a/app-admin/ansible/ansible-2.6.3.ebuild 
b/app-admin/ansible/ansible-2.6.3.ebuild
new file mode 100644
index 

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

2018-08-17 Thread Matt Thode
commit: f4dc9282a48c015a94f0d851602597b8f18da2b8
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 18 02:40:11 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dc9282

dev-ruby/puppetdb-termini: 5.2.4 stable amd64 and x86

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild
index ecc47a98cfa..ebd00d8d802 100644
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-5.2.4.ebuild
@@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND+=""
 DEPEND+=""



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

2018-08-17 Thread Matt Thode
commit: 3a149a4059d46f82fb8033bfc00f2367dcae9a6c
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Aug 17 22:40:00 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 18 02:46:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a149a40

dev-ruby/facter: 3.11.3-r1 stable amd64 and x86

Package-Manager: Portage-2.3.44, Repoman-2.3.10

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

diff --git a/dev-ruby/facter/facter-3.11.3-r1.ebuild 
b/dev-ruby/facter/facter-3.11.3-r1.ebuild
index 683775e7668..5060a204e2a 100644
--- a/dev-ruby/facter/facter-3.11.3-r1.ebuild
+++ b/dev-ruby/facter/facter-3.11.3-r1.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_BRANCH="master"
 else
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Filter-BufferText/

2018-08-17 Thread Mikle Kolyada
commit: 5542361cce8fb545cd1a815476ef3c18057f45ed
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:34:30 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:34:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5542361c

dev-perl/XML-Filter-BufferText: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild 
b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild
index 576efda05cf..4473905fc9d 100644
--- a/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild
+++ b/dev-perl/XML-Filter-BufferText/XML-Filter-BufferText-1.10.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Filter to put all characters() in one event"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND=">=dev-perl/XML-SAX-0.12"



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

2018-08-17 Thread Mikle Kolyada
commit: 56a51110403677547093bb2dc29bafc111e60509
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:35:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:35:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a51110

dev-python/pycrypto: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild 
b/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild
index 33ff67ea4eb..0f81d2e9e41 100644
--- a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild
+++ b/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/${P}.tar.gz;
 
 LICENSE="PSF-2 public-domain"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
 IUSE="doc +gmp test"
 
 RDEPEND="gmp? ( dev-libs/gmp:0= )"



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

2018-08-17 Thread Mikle Kolyada
commit: b5265bcf17be5f1963f200089ea20fef58da
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:30:57 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:30:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5265bcf

dev-perl/MailTools: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/MailTools/MailTools-2.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MailTools/MailTools-2.190.0.ebuild 
b/dev-perl/MailTools/MailTools-2.190.0.ebuild
index 19482b2da74..f9f8a957753 100644
--- a/dev-perl/MailTools/MailTools-2.190.0.ebuild
+++ b/dev-perl/MailTools/MailTools-2.190.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Manipulation of electronic mail addresses"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2018-08-17 Thread Mikle Kolyada
commit: 6a369cdc99735baa1bd31f5a8ec8eeb31a4d6163
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:33:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:33:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a369cdc

dev-perl/Text-CSV_XS: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild 
b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
index 4cc596b2f31..460c5b38f64 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-1.280.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Comma-separated values manipulation routines"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-stringy/

2018-08-17 Thread Mikle Kolyada
commit: 996ad7161e9380aaa23cec04bc3aeca572ffc697
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:33:13 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:33:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996ad716

dev-perl/IO-stringy: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild 
b/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild
index 5f7b6bc4687..1d0df32175f 100644
--- a/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild
+++ b/dev-perl/IO-stringy/IO-stringy-2.111.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl module for I/O on in-core objects like strings and arrays"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



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

2018-08-17 Thread Mikle Kolyada
commit: bb2cb4af30a2e66382552abb1050ec79bbd4b30e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:32:38 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:32:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2cb4af

dev-perl/Socket6: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Socket6/Socket6-0.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Socket6/Socket6-0.280.0.ebuild 
b/dev-perl/Socket6/Socket6-0.280.0.ebuild
index 1cc838b5122..8aa7c98b99c 100644
--- a/dev-perl/Socket6/Socket6-0.280.0.ebuild
+++ b/dev-perl/Socket6/Socket6-0.280.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="IPv6 related part of the C socket.h defines and 
structure manipulat
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 src_unpack() {



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

2018-08-17 Thread Mikle Kolyada
commit: bd1d3aa9ac99a3a2817fd7ea1985efdeb8c0ce6c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 02:31:52 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 02:31:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1d3aa9

dev-perl/Net-DNS-Resolver-Programmable: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Net-DNS-Resolver-Programmable-0.9.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
 
b/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
index a9cd20346b2..42fcd488127 100644
--- 
a/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
+++ 
b/dev-perl/Net-DNS-Resolver-Programmable/Net-DNS-Resolver-Programmable-0.9.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="programmable DNS resolver class for offline emulation of DNS"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-08-17 Thread Akinori Hattori
commit: 3996b4a6d01bf9f5025bbeaf77c382c1f8b6be06
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug 18 02:04:25 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug 18 02:04:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3996b4a6

x11-misc/qterm: fix build with libressl

Closes: https://bugs.gentoo.org/645390
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/qterm/files/qterm-libressl.patch | 60 +++
 x11-misc/qterm/qterm-0.7.1.ebuild |  5 ++-
 2 files changed, 64 insertions(+), 1 deletion(-)

diff --git a/x11-misc/qterm/files/qterm-libressl.patch 
b/x11-misc/qterm/files/qterm-libressl.patch
new file mode 100644
index 000..d0e0ae1f9cb
--- /dev/null
+++ b/x11-misc/qterm/files/qterm-libressl.patch
@@ -0,0 +1,60 @@
+--- a/src/ssh/libcrypto-compat.c
 b/src/ssh/libcrypto-compat.c
+@@ -8,7 +8,7 @@
+  */
+ 
+ #include "libcrypto-compat.h"
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ #include 
+ #include 
+ 
+--- a/src/ssh/libcrypto-compat.h
 b/src/ssh/libcrypto-compat.h
+@@ -9,7 +9,7 @@
+ #include 
+ #include 
+ 
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ 
+ int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
+ int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
+--- a/src/ssh/socket.cpp
 b/src/ssh/socket.cpp
+@@ -36,7 +36,7 @@
+ SSH2SocketPriv::SSH2SocketPriv(SocketPrivate * plainSocket, QByteArray & 
banner, QObject * parent)
+ : SSHSocketPriv(parent), m_banner(banner), m_status(Init), 
m_sessionID(), m_channelList()
+ {
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ OpenSSL_add_all_ciphers();
+ #endif
+ m_sessionID = NULL;
+@@ -56,7 +56,7 @@
+ 
+ SSH2SocketPriv::~SSH2SocketPriv()
+ {
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ EVP_cleanup();
+ #endif
+ }
+@@ -133,7 +133,7 @@
+ #ifdef SSH_DEBUG
+ qDebug() << "init ssh1 session";
+ #endif
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ OpenSSL_add_all_ciphers();
+ #endif
+ m_inPacket = new SSH1InBuffer(plainSocket, this);
+@@ -148,7 +148,7 @@
+ 
+ SSH1SocketPriv::~SSH1SocketPriv()
+ {
+-#if OPENSSL_VERSION_NUMBER < 0x1010L
++#if OPENSSL_VERSION_NUMBER < 0x1010L || defined(LIBRESSL_VERSION_NUMBER)
+ EVP_cleanup();
+ #endif
+ }

diff --git a/x11-misc/qterm/qterm-0.7.1.ebuild 
b/x11-misc/qterm/qterm-0.7.1.ebuild
index daf1248d0cb..d1116333ae8 100644
--- a/x11-misc/qterm/qterm-0.7.1.ebuild
+++ b/x11-misc/qterm/qterm-0.7.1.ebuild
@@ -30,7 +30,10 @@ DEPEND="${RDEPEND}
dev-qt/qthelp:5
x11-base/xorg-proto"
 
-PATCHES=( "${FILESDIR}"/${P}-headers.patch )
+PATCHES=(
+   "${FILESDIR}"/${PN}-libressl.patch
+   "${FILESDIR}"/${P}-headers.patch
+)
 DOCS=( README.rst RELEASE_NOTES TODO )
 
 src_prepare() {



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

2018-08-17 Thread Akinori Hattori
commit: 60d5b8d7896853324e33ebc707d756ea631718fa
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug 18 02:08:36 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug 18 02:08:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d5b8d7

x11-misc/qterm: new upstream release

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/qterm/Manifest   |  1 +
 x11-misc/qterm/qterm-0.7.3.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/x11-misc/qterm/Manifest b/x11-misc/qterm/Manifest
index ac1e482161d..acd52ff6e70 100644
--- a/x11-misc/qterm/Manifest
+++ b/x11-misc/qterm/Manifest
@@ -1 +1,2 @@
 DIST qterm-0.7.1.tar.gz 901169 BLAKE2B 
ab5337680f49e5f5f0d173585a9b9bc9a8606f086faf03405e2eb7efbf73cc3d9808fa6868deae3fe82e00d0ed2c0ec2d461d3085303b51ee1026bda672d8ddc
 SHA512 
94f4c3f7974572c29eabf98c45e962b9232a4b0fbd6710c7725e0d23e6ecc91456f52a8c112779cd3b4732cb2e4302629419f7365b2d359ccbf39578e6e67cdd
+DIST qterm-0.7.3.tar.gz 901423 BLAKE2B 
e3f799946bfff4531e77d04fe535d53ef92093d1435aca32b06fa43c444c55798ab1c8408847dde81d1d24b5fda0c4a4f58fb563369f2c4669ba43929695cbd8
 SHA512 
93fdd24d79a81853654a4702ff55b2fad80c1cc734ec3230a297b3a2613cf24d41f4c645eadc5f34b6025f548e7c8cd5d291d4c29fc919f8966eeb8b44f5c046

diff --git a/x11-misc/qterm/qterm-0.7.3.ebuild 
b/x11-misc/qterm/qterm-0.7.3.ebuild
new file mode 100644
index 000..8297a404681
--- /dev/null
+++ b/x11-misc/qterm/qterm-0.7.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+DESCRIPTION="A BBS client based on Qt"
+HOMEPAGE="https://github.com/qterm/qterm;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+RDEPEND="dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtscript:5[scripttools]
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   x11-libs/libX11
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5
+   dev-qt/qthelp:5
+   x11-base/xorg-proto"
+
+PATCHES=( "${FILESDIR}"/${PN}-libressl.patch )
+DOCS=( README.rst RELEASE_NOTES TODO doc/script.txt )
+
+src_prepare() {
+   # file collision with sys-cluster/torque, bug #176533
+   sed -i "/PROGRAME /s/qterm/QTerm/" CMakeLists.txt
+   sed -i "s/Exec=qterm/Exec=QTerm/" src/${PN}.desktop
+
+   cmake-utils_src_prepare
+   xdg_environment_reset
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DQT5=ON
+   )
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2018-08-17 Thread Akinori Hattori
commit: babe46bd4ba748689f81381b641e58748a166506
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug 18 01:57:42 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug 18 01:57:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=babe46bd

x11-misc/qterm: tidy

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/qterm/metadata.xml   |  2 +-
 x11-misc/qterm/qterm-0.7.1.ebuild | 34 +++---
 2 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/x11-misc/qterm/metadata.xml b/x11-misc/qterm/metadata.xml
index d9de788cca8..59fe2d65e61 100644
--- a/x11-misc/qterm/metadata.xml
+++ b/x11-misc/qterm/metadata.xml
@@ -6,7 +6,7 @@
Cjk


-   qterm
qterm/qterm
+   qterm

 

diff --git a/x11-misc/qterm/qterm-0.7.1.ebuild 
b/x11-misc/qterm/qterm-0.7.1.ebuild
index 9196ecbc57c..2273e5d3069 100644
--- a/x11-misc/qterm/qterm-0.7.1.ebuild
+++ b/x11-misc/qterm/qterm-0.7.1.ebuild
@@ -1,21 +1,20 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI="6"
 
 inherit cmake-utils gnome2-utils xdg-utils
 
-DESCRIPTION="A BBS client for Linux"
+DESCRIPTION="A BBS client based on Qt"
 HOMEPAGE="https://github.com/qterm/qterm;
-SRC_URI="https://github.com/qterm/qterm/archive/0.7.1.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="libressl"
 
-RDEPEND="
-   dev-qt/qtcore:5
+RDEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
@@ -25,41 +24,30 @@ RDEPEND="
dev-qt/qtxml:5
x11-libs/libX11
!libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-"
+   libressl? ( dev-libs/libressl:= )"
 DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
dev-qt/qthelp:5
-   x11-base/xorg-proto
-"
+   x11-base/xorg-proto"
 
 DOCS=( README.rst RELEASE_NOTES TODO )
 
 src_prepare() {
-   cmake-utils_src_prepare
+   # file collision with sys-cluster/torque, bug #176533
+   sed -i "/PROGRAME /s/qterm/QTerm/" CMakeLists.txt
+   sed -i "s/Exec=qterm/Exec=QTerm/" src/${PN}.desktop
 
-   sed -i -e "s/Exec=qterm/Exec=QTerm/" src/${PN}.desktop || die
+   cmake-utils_src_prepare
+   xdg_environment_reset
 }
 
 src_configure() {
-   xdg_environment_reset
-
local mycmakeargs=(
-DQT5=ON
)
-
cmake-utils_src_configure
 }
 
-src_install() {
-   cmake-utils_src_install
-   mv "${D}"/usr/bin/qterm "${D}"/usr/bin/QTerm || die
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
 }



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

2018-08-17 Thread Akinori Hattori
commit: 7b26a5c5481d595475afb5df897f9057e6df71dc
Author: Akinori Hattori  gentoo  org>
AuthorDate: Sat Aug 18 02:01:16 2018 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Sat Aug 18 02:01:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b26a5c5

x11-misc/qterm: fix build with Qt 5.11

Closes: https://bugs.gentoo.org/663352
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/qterm/files/qterm-0.7.1-headers.patch | 40 ++
 x11-misc/qterm/qterm-0.7.1.ebuild  |  1 +
 2 files changed, 41 insertions(+)

diff --git a/x11-misc/qterm/files/qterm-0.7.1-headers.patch 
b/x11-misc/qterm/files/qterm-0.7.1-headers.patch
new file mode 100644
index 000..c442c0ac8b3
--- /dev/null
+++ b/x11-misc/qterm/files/qterm-0.7.1-headers.patch
@@ -0,0 +1,40 @@
+--- a/src/keydialog.h
 b/src/keydialog.h
+@@ -10,6 +10,7 @@
+ #ifndef KEYDIALOG_H
+ #define KEYDIALOG_H
+ 
++#include 
+ #include "ui_keydialog.h"
+ namespace QTerm
+ {
+--- a/src/soundconf.h
 b/src/soundconf.h
+@@ -1,6 +1,7 @@
+ #ifndef SOUNDCONF_H
+ #define SOUNDCONF_H
+ 
++#include 
+ #include "ui_soundconf.h"
+ namespace QTerm
+ {
+--- a/src/shortcutsdialog.cpp
 b/src/shortcutsdialog.cpp
+@@ -3,6 +3,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+
+ namespace QTerm {
+
+--- a/src/shortcutsdialog.h
 b/src/shortcutsdialog.h
+@@ -3,6 +3,7 @@
+
+ #include "ui_shortcutsdialog.h"
+ class QShortcut;
++class QAction;
+
+ namespace QTerm{
+

diff --git a/x11-misc/qterm/qterm-0.7.1.ebuild 
b/x11-misc/qterm/qterm-0.7.1.ebuild
index 2273e5d3069..daf1248d0cb 100644
--- a/x11-misc/qterm/qterm-0.7.1.ebuild
+++ b/x11-misc/qterm/qterm-0.7.1.ebuild
@@ -30,6 +30,7 @@ DEPEND="${RDEPEND}
dev-qt/qthelp:5
x11-base/xorg-proto"
 
+PATCHES=( "${FILESDIR}"/${P}-headers.patch )
 DOCS=( README.rst RELEASE_NOTES TODO )
 
 src_prepare() {



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

2018-08-17 Thread Brian Evans
commit: 58ddaac64f92b6925e382bb0142bde3f677bf174
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Aug 18 01:24:24 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Aug 18 01:24:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ddaac6

dev-lang/php: Drop old

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 dev-lang/php/Manifest  |   2 -
 dev-lang/php/php-7.0.29.ebuild | 751 -
 dev-lang/php/php-7.1.16.ebuild | 733 
 3 files changed, 1486 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 2b58a0767ba..386c08048df 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -1,9 +1,7 @@
 DIST php-5.6.36.tar.xz 12467560 BLAKE2B 
8badaabc668ff3a4b1129f03605a1570729f8196d2e2539fe85bc42a628f2b24ea76c298b194e8466d9218ae98218243430c8d36d73fbd32b042dd6453510361
 SHA512 
807c68ab85b6685b19707bd18cfd46f3695b2dc67f9f17f85476634e4a80a036cb413ccae05ed5ba529eafe8df57ebf758dd664ed2942ec44f90a6e8b0172e5e
 DIST php-5.6.37.tar.xz 12467912 BLAKE2B 
e047a7eabf1279c2c0b1e290596aada5d4551bb23a1d8deae3f57fb613cfdd7ea1044a63f1d296737bda408626f42bef6744e1047617ae13ebfcd070a9d1c8b0
 SHA512 
1c2e64166b30d9a2dcccd29cf34e2b8ca851827ffda30ab690f41feef7bc7f49194bc79cdd373b4aaf1191779d78469b2a04b2e2215f06865b4f3b983cf9e062
-DIST php-7.0.29.tar.xz 12400192 BLAKE2B 
0bd1bd9450b87437e539ec5131cb4f7e4dbf76d5fd5212bdf34c4f022dd8f2d357e9a845d83b485d89469e20675c031bcf382a8ca348161dfd082d7a389ffcb2
 SHA512 
ea5a2fbcfc875dd2621e3f67038c1e00f43b53bc7079ae2127fcefbf116db0f32e34d4435f8211305402a4eccdaa5dfd6b96cf9416e68700f2c1f438d74a0af8
 DIST php-7.0.30.tar.xz 12030228 BLAKE2B 
cc4c50d108fca68ee98b70a3007893d912d2343dd255faf52e41c1de04f590f427d9edad7b637177ccf1d9c62212ee6060baca13931c0aa14532df548ef159aa
 SHA512 
1f0914ebda79247aa65ace63f6c8c4fcd850b21a82704f7b6482760259239cc5fee4cfd5aa2ed590b56822b4d69330ac472f46537e7f25d59e73ba63a48827c5
 DIST php-7.0.31.tar.xz 12029516 BLAKE2B 
afb3c831b11b3aa4d3660ccef5b97e8282da2ad9362477d79b3beff41ece3321e869aec8de08a999d16b03b23a654f799ba51f60ad727a1baebd373fe0b0f4aa
 SHA512 
be09b810d63d0aa82ec193686f26cb2a76c16064f90a59ae5ade152cff196ece67a7e8bf1e640bf43913309c968c398231384b0b11be2b4429dd4672bcfce43e
-DIST php-7.1.16.tar.xz 12211512 BLAKE2B 
bf242e2438b2dc363368a9ef4478349a291f483477ccedf988abd0fbb78a6f1b31e3b86dcb39ed9a9a8151674a8373ae77d8420e77efd6a2e05d5cfc778ed40f
 SHA512 
98e96f06a4912cfa6926be2f292ce7120ca893c9b779b2efef4120c1df3580fa427cd58f5e4977edb01a0ae3b85660d6ca79b2bd79b6cd830cd77f6c6588b5ea
 DIST php-7.1.18.tar.xz 12213396 BLAKE2B 
f851c6eb261b8b532e84e73e6f173deb6ac00cd5168a02db9811843540aeadc390a4c5416eb17749cc950bbb1eda1045f538e2b80e4734ea2c0c4e264776bffb
 SHA512 
7eacbc3b98d8b668c90d5c93030263f47ba2e0d4d7820594662590b8b68670f734a2274ae476e3aeac7e030c4ef10411a80da3523383e87a6757e87597caee90
 DIST php-7.1.20.tar.xz 12227052 BLAKE2B 
c9872ffd1f8eb1a51a24d669965b0b908c3d233ad3eac86284e1edf7c6fa5e8099d5706bd1dd740cea039aeac2f66e60f96ccd15f1956eefe5635142b75857f1
 SHA512 
1f84ba63df45b0d32d704b74217b509807976e88ea953a330c06372491d6ca6e41891cf14bd16524b76f4b2f9007f1243845af7e652917de9325c022135ed9cf
 DIST php-7.1.21.tar.xz 12227636 BLAKE2B 
a7451d0f7d8d788ee9d2950170364bdd552dd35bf962b6591618dcda163ea26677c22e26342072b17573182bfd91b7f3f55cade3432c3e9800e36264ba72150a
 SHA512 
92266ae2a1880a497e828ec8972fef6a1c20505a1eb39c77590d9469b2ae047c86d3e84c65871475e36fa3f7e9e872e25aca241b33c3d7ed8fa5dc8d511af2cf

diff --git a/dev-lang/php/php-7.0.29.ebuild b/dev-lang/php/php-7.0.29.ebuild
deleted file mode 100644
index 94a37d5d002..000
--- a/dev-lang/php/php-7.0.29.ebuild
+++ /dev/null
@@ -1,751 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic eapi7-ver systemd
-
-DESCRIPTION="The PHP language runtime engine"
-HOMEPAGE="https://secure.php.net/;
-SRC_URI="https://secure.php.net/distributions/${P}.tar.xz;
-
-LICENSE="PHP-3.01
-   BSD
-   Zend-2.0
-   bcmath? ( LGPL-2.1+ )
-   fpm? ( BSD-2 )
-   gd? ( gd )
-   unicode? ( BSD-2 LGPL-2.1 )"
-
-SLOT="$(ver_cut 1-2)"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
-
-# We can build the following SAPIs in the given order
-SAPIS="embed cli cgi fpm apache2 phpdbg"
-
-# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
-IUSE="${IUSE}
-   ${SAPIS/cli/+cli}
-   threads"
-
-IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
-   coverage crypt +ctype curl debug
-   enchant exif +fileinfo +filter firebird
-   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
-   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
-   mhash mssql mysql mysqli nls
-   oci8-instant-client odbc +opcache pcntl pdo +phar 

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

2018-08-17 Thread Brian Evans
commit: 64435b1bd772f6f7fa347b72e8619e330d0cae1f
Author: Brian Evans  gentoo  org>
AuthorDate: Sat Aug 18 01:17:00 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Sat Aug 18 01:18:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64435b1b

dev-lang/php: Version bump to 7.1.21

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 dev-lang/php/Manifest  |   1 +
 dev-lang/php/php-7.1.21.ebuild | 728 +
 2 files changed, 729 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 375f5c6c25a..2b58a0767ba 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -6,5 +6,6 @@ DIST php-7.0.31.tar.xz 12029516 BLAKE2B 
afb3c831b11b3aa4d3660ccef5b97e8282da2ad9
 DIST php-7.1.16.tar.xz 12211512 BLAKE2B 
bf242e2438b2dc363368a9ef4478349a291f483477ccedf988abd0fbb78a6f1b31e3b86dcb39ed9a9a8151674a8373ae77d8420e77efd6a2e05d5cfc778ed40f
 SHA512 
98e96f06a4912cfa6926be2f292ce7120ca893c9b779b2efef4120c1df3580fa427cd58f5e4977edb01a0ae3b85660d6ca79b2bd79b6cd830cd77f6c6588b5ea
 DIST php-7.1.18.tar.xz 12213396 BLAKE2B 
f851c6eb261b8b532e84e73e6f173deb6ac00cd5168a02db9811843540aeadc390a4c5416eb17749cc950bbb1eda1045f538e2b80e4734ea2c0c4e264776bffb
 SHA512 
7eacbc3b98d8b668c90d5c93030263f47ba2e0d4d7820594662590b8b68670f734a2274ae476e3aeac7e030c4ef10411a80da3523383e87a6757e87597caee90
 DIST php-7.1.20.tar.xz 12227052 BLAKE2B 
c9872ffd1f8eb1a51a24d669965b0b908c3d233ad3eac86284e1edf7c6fa5e8099d5706bd1dd740cea039aeac2f66e60f96ccd15f1956eefe5635142b75857f1
 SHA512 
1f84ba63df45b0d32d704b74217b509807976e88ea953a330c06372491d6ca6e41891cf14bd16524b76f4b2f9007f1243845af7e652917de9325c022135ed9cf
+DIST php-7.1.21.tar.xz 12227636 BLAKE2B 
a7451d0f7d8d788ee9d2950170364bdd552dd35bf962b6591618dcda163ea26677c22e26342072b17573182bfd91b7f3f55cade3432c3e9800e36264ba72150a
 SHA512 
92266ae2a1880a497e828ec8972fef6a1c20505a1eb39c77590d9469b2ae047c86d3e84c65871475e36fa3f7e9e872e25aca241b33c3d7ed8fa5dc8d511af2cf
 DIST php-7.2.9.tar.xz 12126780 BLAKE2B 
0c509e281190e07199b189d220884b75fe6a81c64c7fdf271208b1d7f209c641defbd14aaa4e33b5a286bae8d9b40a72473e903b4349a36eca44499bf49757fd
 SHA512 
b898e78fcb4aeeb441395dcabe2e7686425487e32dffbf0e99393aedb917da87a744b23f0be557c45e447433c8058df6e53c34869fc2dcf874cc1af97ff8331f
 DIST php-7.3.0beta2.tar.xz 11902672 BLAKE2B 
a7400b149b99ca70b6b18d7651726445d6c4aae0a03ed8b8bd8c55ef75de592cc61f4aa26dd9e3e0c2629e130bde600fcefc064560a8cf5aa3d3f817408f78d9
 SHA512 
adfa1d4a38fd4080a37e643c67f6cce0b71538e08ce0be3c124bda5d2b681355cbd040b6fc44f357b1c3a5a8542621f8b983c33ac7cfc262ad93d07c1ab4db98

diff --git a/dev-lang/php/php-7.1.21.ebuild b/dev-lang/php/php-7.1.21.ebuild
new file mode 100644
index 000..46badcaed5f
--- /dev/null
+++ b/dev-lang/php/php-7.1.21.ebuild
@@ -0,0 +1,728 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic eapi7-ver systemd
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="https://secure.php.net/;
+SRC_URI="https://secure.php.net/distributions/${P}.tar.xz;
+
+LICENSE="PHP-3.01
+   BSD
+   Zend-2.0
+   bcmath? ( LGPL-2.1+ )
+   fpm? ( BSD-2 )
+   gd? ( gd )
+   unicode? ( BSD-2 LGPL-2.1 )"
+
+SLOT="$(ver_cut 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} acl bcmath berkdb bzip2 calendar cdb cjk
+   coverage crypt +ctype curl debug
+   enchant exif +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session session-mm sharedmem
+   +simplexml snmp soap sockets spell sqlite ssl
+   sysvipc systemd test tidy +tokenizer truetype unicode wddx webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   fpm? ( acl? ( sys-apps/acl ) )
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =dev-libs/libmcrypt-2.4 )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( app-text/enchant )
+   firebird? ( dev-db/firebird )
+   gd? ( virtual/jpeg:0 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Signature/

2018-08-17 Thread Kent Fredric
commit: 4829aeee7af0510824efaf8496b20308dca5e729
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:14:26 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4829aeee

dev-perl/Module-Signature: Cleanup old version 0.790.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Module-Signature/Manifest |  1 -
 .../Module-Signature-0.790.0.ebuild| 56 --
 2 files changed, 57 deletions(-)

diff --git a/dev-perl/Module-Signature/Manifest 
b/dev-perl/Module-Signature/Manifest
index dd4d95e7eef..627ef652877 100644
--- a/dev-perl/Module-Signature/Manifest
+++ b/dev-perl/Module-Signature/Manifest
@@ -1,2 +1 @@
-DIST Module-Signature-0.79.tar.gz 94207 BLAKE2B 
b258e06585cbe14a47d6de6cd2006b7a10ead8e85d014f4afc11551533fb2f3fe8bb4c7a28b1424b8c445043dc3fff1f3e20cdc0a9b6a1c4bd0a22ddd671cc95
 SHA512 
500049d841fec0f7a9ce3fe8dd5f89c09512d61d24bacca320a2c09b91c94d510aad514edfe0655906ed745cdfbf3cb226cddcf975dfd0934b8e46e276db3b62
 DIST Module-Signature-0.81.tar.gz 93181 BLAKE2B 
f1ebc27c10473b2f5ad2591f2ac78ed4f1576a6045292cc2e533c1347ed9bbab995825a805d547e5a9340465b889c385f28ac8aaac38700a10d7f3ebcf433653
 SHA512 
b91f14f1c581dda760e8049924f5c9cb4f969b2d03092e774e022bd28d12ca59192ffc510c53b8d7200d2df2b445341a0b7617771aeef90ef235a460da81dc63

diff --git a/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild 
b/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild
deleted file mode 100644
index 2e7140489ff..000
--- a/dev-perl/Module-Signature/Module-Signature-0.790.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=AUDREYT
-MODULE_VERSION=0.79
-inherit perl-module
-
-DESCRIPTION="Module signature file manipulation"
-
-LICENSE="CC0-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-solaris"
-IUSE="test"
-
-# this needs checking, there is no indication in the metadata about any deps!!!
-RDEPEND="
-   virtual/perl-MIME-Base64
-   dev-perl/PAR-Dist
-   virtual/perl-IO-Compress
-   dev-perl/Crypt-CBC
-   dev-perl/Crypt-DES
-   dev-perl/Crypt-Blowfish
-   dev-perl/Crypt-RIPEMD160
-   dev-perl/Class-Loader
-   dev-perl/Tie-EncryptedHash
-   dev-perl/Convert-ASCII-Armour
-   dev-perl/Data-Buffer
-   dev-perl/Digest-MD2
-   >=dev-perl/Math-Pari-2.010603
-   dev-perl/Crypt-Random
-   dev-perl/Crypt-Primes
-   dev-perl/Crypt-DES_EDE3
-   dev-perl/Crypt-DSA
-   dev-perl/Crypt-RSA
-   dev-perl/Convert-ASN1
-   dev-perl/Convert-PEM
-   dev-perl/Crypt-OpenPGP
-   app-crypt/gnupg
-   virtual/perl-File-Temp
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   dev-perl/IPC-Run
-   )
-"
-
-SRC_TEST="do parallel"
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install /use lib q[.]; use 
inc::Module::Install /' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



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

2018-08-17 Thread Kent Fredric
commit: da356bb96990b03f4b2d23e50cf47df50c5544b3
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 05:46:58 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:15:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da356bb9

dev-perl/Math-Derivative: Cleanup old version 0.40.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Derivative/Manifest  |  1 -
 .../Math-Derivative/Math-Derivative-0.40.0.ebuild  | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-perl/Math-Derivative/Manifest 
b/dev-perl/Math-Derivative/Manifest
index 66d79176bd0..ab763dac8f4 100644
--- a/dev-perl/Math-Derivative/Manifest
+++ b/dev-perl/Math-Derivative/Manifest
@@ -1,2 +1 @@
-DIST Math-Derivative-0.04.tar.gz 11893 BLAKE2B 
22ce2139f7fe401a253e61364964417a1d943c1591f45c00ae3d3b50acf7200326112162732a7d82b2996340c178cc1bd559150ed767f47ab28ce7790eb92e2c
 SHA512 
36cc39024300063a34d8df5c896670625a30561bfcd29f13eab57a2ca3f6b9b3c6b8a14675aefcf41c1f17ec4e2e58d77664c28d621fb36f61006681dcd58f96
 DIST Math-Derivative-1.01.tar.gz 14413 BLAKE2B 
5df6b623071ac5568b7238be6a256aa50f78472e6a3ed0c127177fa805cdf6b63969992d87701502cae1a2a20b3ed25a671d9aaf13e424e6f561363976c251f9
 SHA512 
8fb13bb64b205892f39ba732f864010971cb08eef26987e9ef31e43c2b0eae2758992cbb719d38cbbb0858c0e55067a0d009322e65f31817d713a84d157e7805

diff --git a/dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild 
b/dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild
deleted file mode 100644
index 684b9b25024..000
--- a/dev-perl/Math-Derivative/Math-Derivative-0.40.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=JGAMBLE
-DIST_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION="1st and 2nd order differentiation of data"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-PERL_RM_FILES=(
-   "t/manifest.t"
-   "t/pod.t"
-)
-RDEPEND=""
-DEPEND="dev-perl/Module-Build
-   test? ( virtual/perl-Test-Simple )
-"



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

2018-08-17 Thread Kent Fredric
commit: 91ce6d6b3fb21fc73c2b4dca5db2597375639718
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:08:33 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ce6d6b

dev-perl/Mo: Cleanup old version 0.390.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Mo/Manifest  |  1 -
 dev-perl/Mo/Mo-0.390.0.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-perl/Mo/Manifest b/dev-perl/Mo/Manifest
index 30bbbe810ba..c2e31bafb2a 100644
--- a/dev-perl/Mo/Manifest
+++ b/dev-perl/Mo/Manifest
@@ -1,2 +1 @@
-DIST Mo-0.39.tar.gz 39176 BLAKE2B 
a840a77fd647b7029a584d3f2996538b4ca32802eb097e50f4e8b9141b35ac53e84aa2f76cc8da193bc772a18f993e2f1a44b36cc1ed776dbfe290a44513be2d
 SHA512 
23f570272b91f6d09361afa35bebf355ca3db64899e52be84beb84ceda7e2daff1b0dc9700c96c365fa6a398409caf1ce9b067879a4601427553d1da14cfc54b
 DIST Mo-0.40.tar.gz 40135 BLAKE2B 
8036985379de2fc03e8118abcc99c35a487a8ec64a28e5f599fb70313724858a2e7dd499569fc2b2afed92ce4e1ab0fb5c3ec5e245871b9685beb69ce8145033
 SHA512 
084756b11ebb9d9e01cc27484b14429cf1de5640fa0675f6ae1d665886de301321665e53af9144606ed46225d56bd18750c21d9eac8dea0161596599d65219b3

diff --git a/dev-perl/Mo/Mo-0.390.0.ebuild b/dev-perl/Mo/Mo-0.390.0.ebuild
deleted file mode 100644
index a0e82b8cb4f..000
--- a/dev-perl/Mo/Mo-0.390.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=INGY
-MODULE_VERSION=0.39
-inherit perl-module
-
-DESCRIPTION="Perl Micro Object framework"
-HOMEPAGE="https://metacpan.org/pod/distribution/Mo/lib/Mo.pod;
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



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

2018-08-17 Thread Kent Fredric
commit: 796ed935e9dcbc2fbcf8a1f6a36a39fefef148c6
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:01:49 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:15:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796ed935

dev-perl/Math-NumSeq: Cleanup old version 71.0.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-NumSeq/Manifest  |  1 -
 dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-perl/Math-NumSeq/Manifest b/dev-perl/Math-NumSeq/Manifest
index ed78df0010d..0165bdbdd72 100644
--- a/dev-perl/Math-NumSeq/Manifest
+++ b/dev-perl/Math-NumSeq/Manifest
@@ -1,2 +1 @@
-DIST Math-NumSeq-71.tar.gz 824620 BLAKE2B 
53bc5f36af42001d6cb24f6c0f00531b356eb09876ca2474501b08fa5c7a75a972ba84b5af359ee5b2a8357dbb57c12a053e5738bfc3243b09badca900b8d356
 SHA512 
2679d6b28523b172e1ac4b48b018e896c083d1d45227fd0bd4d156c6dc2862edb234888701ce4019234a7cff888cf84bf72b4e8ebd2f5d78fb5ae12c8374ce2d
 DIST Math-NumSeq-72.tar.gz 828627 BLAKE2B 
20ef40f836ddfe3084c236a7eb9cb618aaa0844edfc4f743d7424cde2df92ab5ed1d919887cc52581baa4f203ab9f3641e8f64dd5e5f700ca8a46b69fad8c0ee
 SHA512 
7ba1c69eced5adeca7cc0d6247885b291d7b96b09d256e652c207ebd034b8ceea477d4016a71f28f4247b8f5ba644dcaacbd9b358144ee06057c30b0bc1f0cbc

diff --git a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild 
b/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
deleted file mode 100644
index bfdca5f8737..000
--- a/dev-perl/Math-NumSeq/Math-NumSeq-71.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=KRYDE
-DIST_VERSION=71
-inherit perl-module
-
-DESCRIPTION="number sequences (for example from OEIS)"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="test examples"
-
-RDEPEND="
-   dev-perl/File-HomeDir
-   virtual/perl-File-Spec
-   virtual/perl-File-Temp
-   virtual/perl-Scalar-List-Utils
-   >=dev-perl/Math-Factor-XS-0.400.0
-   dev-perl/Math-Libm
-   >=dev-perl/Math-Prime-XS-0.260.0
-   virtual/perl-Module-Load
-   >=dev-perl/Module-Pluggable-4.700.0
-   dev-perl/Module-Util
-   >=dev-perl/constant-defer-1.0.0
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   dev-perl/Data-Float
-   virtual/perl-Test
-   )
-"
-
-# Note: Examples need extra deps, but they're not critical LATER
-src_install() {
-   perl-module_src_install
-   if use examples; then
-   docompress -x /usr/share/doc/${PF}/examples
-   docinto examples
-   dodoc -r examples/other/*
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Install-AuthorTests/

2018-08-17 Thread Kent Fredric
commit: 96045fd61deea2e0952e077b1ef56d52c9e6ee0f
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:11:30 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96045fd6

dev-perl/Module-Install-AuthorTests: Cleanup old version 0.2.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Module-Install-AuthorTests-0.2.0.ebuild| 23 --
 1 file changed, 23 deletions(-)

diff --git 
a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild 
b/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild
deleted file mode 100644
index a49ad2400d7..000
--- 
a/dev-perl/Module-Install-AuthorTests/Module-Install-AuthorTests-0.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.002
-inherit perl-module
-
-DESCRIPTION="Designate tests only run by module authors"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-   dev-perl/Module-Install
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do parallel"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Term-ProgressBar-Quiet/

2018-08-17 Thread Kent Fredric
commit: 649299799498919b8715be1d0aada2cb7ca41673
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Aug 18 01:15:07 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64929979

dev-perl/Term-ProgressBar-Quiet: Add Test::MockObject rdep bug #663268

Turns out this *is* a runtime dependency:
https://metacpan.org/source/LBROCARD/Term-ProgressBar-Quiet-0.31/lib/Term/ProgressBar/Quiet.pm#L6

Closes: https://bugs.gentoo.org/663268
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...-Quiet-0.310.0.ebuild => Term-ProgressBar-Quiet-0.310.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Term-ProgressBar-Quiet/Term-ProgressBar-Quiet-0.310.0.ebuild 
b/dev-perl/Term-ProgressBar-Quiet/Term-ProgressBar-Quiet-0.310.0-r1.ebuild
similarity index 85%
rename from 
dev-perl/Term-ProgressBar-Quiet/Term-ProgressBar-Quiet-0.310.0.ebuild
rename to 
dev-perl/Term-ProgressBar-Quiet/Term-ProgressBar-Quiet-0.310.0-r1.ebuild
index 80498d3a7c1..a2f88c608f4 100644
--- a/dev-perl/Term-ProgressBar-Quiet/Term-ProgressBar-Quiet-0.310.0.ebuild
+++ b/dev-perl/Term-ProgressBar-Quiet/Term-ProgressBar-Quiet-0.310.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,11 +16,11 @@ IUSE="test"
 RDEPEND="
dev-perl/IO-Interactive
dev-perl/Term-ProgressBar
+   dev-perl/Test-MockObject
 "
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
-   dev-perl/Test-MockObject
virtual/perl-Test-Simple
)
 "



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Modem-Vgetty/

2018-08-17 Thread Kent Fredric
commit: 2dc7f169a298d1d74010bc704a81ab4b71aa6e07
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:09:34 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc7f169

dev-perl/Modem-Vgetty: Cleanup old version 0.30.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild 
b/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild
deleted file mode 100644
index abcfee29573..000
--- a/dev-perl/Modem-Vgetty/Modem-Vgetty-0.30.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=YENYA
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="Interface to voice modems using vgetty"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-#SRC_TEST="do" # no tests



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Box/

2018-08-17 Thread Kent Fredric
commit: 4128051375313e26706b1f3ef7e2f2a84ec64f5c
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 05:42:43 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:15:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41280513

dev-perl/Mail-Box: Cleanup old versions 2.118.0,3.{1,2}.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild | 50 ---
 dev-perl/Mail-Box/Mail-Box-3.1.0.ebuild   | 38 ---
 dev-perl/Mail-Box/Mail-Box-3.2.0.ebuild   | 38 ---
 dev-perl/Mail-Box/Manifest|  3 --
 4 files changed, 129 deletions(-)

diff --git a/dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild 
b/dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild
deleted file mode 100644
index cd4749613f7..000
--- a/dev-perl/Mail-Box/Mail-Box-2.118.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MARKOV
-MODULE_VERSION=2.118
-inherit perl-module
-
-DESCRIPTION="Mail folder manager and MUA backend"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 x86"
-IUSE="test"
-
-RDEPEND="
-   dev-perl/TimeDate
-   >=dev-perl/Devel-GlobalDestruction-0.90.0
-   dev-perl/Digest-HMAC
-   >=virtual/perl-Encode-2.260.0
-   >=dev-perl/File-Remove-0.200.0
-   >=virtual/perl-File-Spec-0.700.0
-   dev-perl/IO-stringy
-   virtual/perl-MIME-Base64
-   >=dev-perl/MIME-Types-1.4.0
-   >=dev-perl/Object-Realize-Later-0.190.0
-   >=virtual/perl-Scalar-List-Utils-1.130.0
-   >=dev-perl/URI-1.230.0
-   >=dev-perl/User-Identity-0.940.0
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   >=virtual/perl-Test-Harness-3.0.0
-   >=virtual/perl-Test-Simple-0.470.0
-   )
-"
-
-SRC_TEST=do
-
-src_configure() {
-   MAILBOX_INSTALL_OPTIONALS=n \
-   MAILBOX_RUN_TESTS=y \
-   perl-module_src_configure
-}
-
-src_test() {
-   perl_rm_files tests/02dist/10pod.t
-   perl-module_src_test
-}

diff --git a/dev-perl/Mail-Box/Mail-Box-3.1.0.ebuild 
b/dev-perl/Mail-Box/Mail-Box-3.1.0.ebuild
deleted file mode 100644
index aa99cb78b7c..000
--- a/dev-perl/Mail-Box/Mail-Box-3.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=3.001
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Mail folder manager and MUA backend"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~x86"
-IUSE="test"
-
-PDEPEND="
-   dev-perl/Mail-Box-IMAP4
-   dev-perl/Mail-Box-POP3
-"
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/TimeDate
-   >=dev-perl/Devel-GlobalDestruction-0.90.0
-   >=dev-perl/File-Remove-0.200.0
-   >=virtual/perl-File-Spec-0.700.0
-   dev-perl/IO-stringy
-   >=dev-perl/Mail-Message-3
-   >=dev-perl/Mail-Transport-3
-   >=dev-perl/Object-Realize-Later-0.190.0
-   >=virtual/perl-Scalar-List-Utils-1.130.0
-   >=virtual/perl-Test-Simple-0.470.0
-   !!

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Starter/

2018-08-17 Thread Kent Fredric
commit: cdb7b9c32668451dce92ac8ec4eff718cc34f654
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:15:51 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb7b9c3

dev-perl/Module-Starter: Cleanup old versions 1.7{1,2}0.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Module-Starter/Manifest   |  2 --
 .../Module-Starter/Module-Starter-1.710.0.ebuild   | 32 --
 .../Module-Starter/Module-Starter-1.720.0.ebuild   | 28 ---
 3 files changed, 62 deletions(-)

diff --git a/dev-perl/Module-Starter/Manifest b/dev-perl/Module-Starter/Manifest
index 4ddc65b145a..c99441e2c93 100644
--- a/dev-perl/Module-Starter/Manifest
+++ b/dev-perl/Module-Starter/Manifest
@@ -1,3 +1 @@
-DIST Module-Starter-1.60.tar.gz 53863 BLAKE2B 
7406886ab9808810e9432daed167daca6b020b3fa495101cd4fc03583d1808b586559cdf9610e4e5c1251dba0567a9cc98ccde44146c721dc02423968c73c249
 SHA512 
2fc25752974f3e9534244ac19c3ed451bb5e85aee1ea105ff6584b998107a20655a31d56b336ade6e9f5d627ab33f1b4a5bc108c83a00c74fe90e6f69b6d18b3
-DIST Module-Starter-1.72.tar.gz 54725 BLAKE2B 
180b063a4e0c979e6494c771bf2bacc98c6f05e8fd9af46d688c9bcf33b9bbadda03813f85e063303a14a104e68bb0eb146009202bde1e42ac253a35fc68
 SHA512 
ad9c75c4af92bb9bd030d75fb8f8a017a4b2f413bc623bd8ecb90e8ef18b4c7c9f684460faf48c8d080b02fcadd5462e7b4b9b601094e7c8c5d0e459489a8f95
 DIST Module-Starter-1.73.tar.gz 61368 BLAKE2B 
c7957a9d2013f7680309b39f0299141a9dba9075d191d804dc2cd09dc80f25b28b7fde128e51d43266fcc93d7d56a54b0b8eb154e8f674dc270970f9a2602f13
 SHA512 
813bb98a2cd2344c5a8fd032d2ee42c13f767b436ac48a7d88bd6338ec21929cefd8940fa0b606abaa4e264291fcbfc993e10d0c0d471d1b5fda0d2eb7d80d58

diff --git a/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild 
b/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild
deleted file mode 100644
index 642c7291e02..000
--- a/dev-perl/Module-Starter/Module-Starter-1.710.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=XSAWYERX
-MODULE_VERSION=1.60
-inherit perl-module
-
-DESCRIPTION="A simple starter kit for any module"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/perl-File-Spec
-   virtual/perl-Getopt-Long
-   dev-perl/Module-Install-AuthorTests
-   dev-perl/Path-Class
-   >=virtual/perl-Pod-Parser-1.210.0
-   virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-   test? (
-   virtual/perl-Test-Simple
-   >=virtual/perl-Test-Harness-0.210.0
-   )
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild 
b/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild
deleted file mode 100644
index 7ba7d9196f7..000
--- a/dev-perl/Module-Starter/Module-Starter-1.720.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DBOOK
-DIST_VERSION=1.72
-inherit perl-module
-
-DESCRIPTION="A simple starter kit for any module"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/perl-File-Spec
-   virtual/perl-Getopt-Long
-   >=virtual/perl-Pod-Parser-1.210.0
-   virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-   test? (
-   virtual/perl-Test-Simple
-   >=virtual/perl-Test-Harness-0.210.0
-   )
-"



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

2018-08-17 Thread Kent Fredric
commit: ee0578bd8eac32937daadec960c723fec652ca0f
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:06:22 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee0578bd

dev-perl/Math-Random-Secure: Cleanup old version 0.60.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Random-Secure/Manifest   |  1 -
 .../Math-Random-Secure-0.60.0-r1.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-perl/Math-Random-Secure/Manifest 
b/dev-perl/Math-Random-Secure/Manifest
index 6cc1f8e9c16..b2504d63a26 100644
--- a/dev-perl/Math-Random-Secure/Manifest
+++ b/dev-perl/Math-Random-Secure/Manifest
@@ -1,2 +1 @@
-DIST Math-Random-Secure-0.06.tar.gz 13793 BLAKE2B 
b83d0f6e943d1d03fd68968d39a2464a42508e4a4fa54f7b9c924e4a5a549b1ecf5b7c9313582a4475e41380c6997db96211d6d2e639157e9677d9928e4ec740
 SHA512 
55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a
 DIST Math-Random-Secure-0.080001.tar.gz 17422 BLAKE2B 
b72130c400ffdaeb28c4b415c9c32fadd084931e44da8d3dc3ae087621086a19426c032b96aa59127a332bdc60609fde6de345fa5a9957264c6ee6814d73d1bb
 SHA512 
2092fc01e224ebb438f927f72e835095efdb8790d8f4ef845fc7c4af3e20a05848e7632b0e752221bbe76cebbfa8186638043457ff4f80ff5727a42baec317ce

diff --git a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild 
b/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
deleted file mode 100644
index feca8a0f86b..000
--- a/dev-perl/Math-Random-Secure/Math-Random-Secure-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MKANAT
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Cryptographically-secure, cross-platform replacement for rand()"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Any-Moose
-   >=dev-perl/Crypt-Random-Source-0.70
-   >=dev-perl/Math-Random-ISAAC-1.0.1
-   dev-perl/Math-Random-ISAAC-XS"
-DEPEND="${RDEPEND}
-   test? (
-   dev-perl/Test-Warn
-   )"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-EncWords/

2018-08-17 Thread Kent Fredric
commit: 08e8e94d8a7b0123efd04259e6a6d018f881d231
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 05:40:35 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:15:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e8e94d

dev-perl/MIME-EncWords: Cleanup old version 1.12.6-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../MIME-EncWords/MIME-EncWords-1.12.6-r1.ebuild| 21 -
 dev-perl/MIME-EncWords/Manifest |  1 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/MIME-EncWords/MIME-EncWords-1.12.6-r1.ebuild 
b/dev-perl/MIME-EncWords/MIME-EncWords-1.12.6-r1.ebuild
deleted file mode 100644
index c459acbb8d6..000
--- a/dev-perl/MIME-EncWords/MIME-EncWords-1.12.6-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=NEZUMI
-MODULE_VERSION=1.012.6
-inherit perl-module
-
-DESCRIPTION="Deal with RFC 2047 encoded words (improved)"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="virtual/perl-MIME-Base64
-   virtual/perl-Encode
-   dev-perl/MIME-Charset"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"

diff --git a/dev-perl/MIME-EncWords/Manifest b/dev-perl/MIME-EncWords/Manifest
index 7015da9d84a..6b3d7125716 100644
--- a/dev-perl/MIME-EncWords/Manifest
+++ b/dev-perl/MIME-EncWords/Manifest
@@ -1,2 +1 @@
-DIST MIME-EncWords-1.012.6.tar.gz 37726 BLAKE2B 
7fde786f24ce5e73f149e9e3477bcc989d98e258a4766073c659b31bc1fe3082f21fb2452da6692cb48c6e0ef19efa5a54e2dfcce98b7958b2fcb79fb8ca9727
 SHA512 
6c36bef70767ec21ca5fa9d58f6fbd03ee27fb3ba6955597ba1b72864e4c2c185e0fb41e4a5fd59035d6c174709e132f9eb7f4428468517c1cd7fbab03f1
 DIST MIME-EncWords-1.014.3.tar.gz 39372 BLAKE2B 
d5c12787f975c0d4633644ffe83fbcc94f5adf1e612ce04e56450915f83df9710fdbb9c62d2e7a5880ee073aca04602feaf134f9ffb36e124091ce686445d191
 SHA512 
77deed0b9b61101ba67f4d498213af9dc1078738fb0992661aa1b260ef394b84341173e5319579c4651f9b6271be0f80d4e96455c7caa9f81accb3db16601af8



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

2018-08-17 Thread Kent Fredric
commit: 9a95327e970e8356f3d2426495b632bf402b5209
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 06:05:25 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:16:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a95327e

dev-perl/Math-Prime-XS: Cleanup old version 0.260.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Math-Prime-XS/Manifest|  1 -
 .../Math-Prime-XS/Math-Prime-XS-0.260.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-perl/Math-Prime-XS/Manifest b/dev-perl/Math-Prime-XS/Manifest
index 131f9403a1a..f256107ee18 100644
--- a/dev-perl/Math-Prime-XS/Manifest
+++ b/dev-perl/Math-Prime-XS/Manifest
@@ -1,2 +1 @@
-DIST Math-Prime-XS-0.26.tar.gz 61354 BLAKE2B 
92319cc605c1e98a818d55db74d1014d504016feb57be979de26956fb6b19fc45c5d2b8fb85c39eb89a0c0536fbaee2babf50aad0778c865bbf487fbfacc1aa4
 SHA512 
4054114b320e15c349c6620fcd8b2ae6a94b590f2be2a6301577dae09aef3058f901cafd669ea9846c0b7adaaad46e18552cdf147c8412b297d96d5f3bbd6fa4
 DIST Math-Prime-XS-0.27.tar.gz 63514 BLAKE2B 
8333d2306a6fdbaadc51be7472422164fa08a0828828d36e212cc9caa585a2eaf01aa4d45705dbe41918f383d93cdd86f3c53893e8a3a1dc7953139a133442fd
 SHA512 
0ee15e765e660d4e989bee726530d04e34d40289dc6945bc9aed885abf1957df417ffc04449adee0ca6b1bab127e4e9e0bffd562f669ca704b7acb8a481ed42b

diff --git a/dev-perl/Math-Prime-XS/Math-Prime-XS-0.260.0.ebuild 
b/dev-perl/Math-Prime-XS/Math-Prime-XS-0.260.0.ebuild
deleted file mode 100644
index 93372748106..000
--- a/dev-perl/Math-Prime-XS/Math-Prime-XS-0.260.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR="KRYDE"
-DIST_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Detect and calculate prime numbers with deterministic tests"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="test"
-
-RDEPEND="dev-perl/boolean
-   dev-perl/Params-Validate
-   virtual/perl-Carp
-   virtual/perl-Exporter
-   virtual/perl-Scalar-List-Utils
-   virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.380.0
-   test? ( virtual/perl-Test-Simple )
-   virtual/perl-ExtUtils-CBuilder"
-
-src_test() {
-   perl_rm_files "t/pod.t" "t/pod-coverage.t"
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Sender/

2018-08-17 Thread Kent Fredric
commit: f7ba010f0e69a91edd5110f2a03a6872715f8949
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Aug 17 05:45:48 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug 18 01:15:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ba010f

dev-perl/Mail-Sender: Cleanup old version 0.8.23

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild | 18 --
 dev-perl/Mail-Sender/Manifest  |  1 -
 2 files changed, 19 deletions(-)

diff --git a/dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild 
b/dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild
deleted file mode 100644
index cb181d3c4ca..000
--- a/dev-perl/Mail-Sender/Mail-Sender-0.8.23.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JENDA
-MODULE_VERSION=0.8.23
-inherit perl-module
-
-DESCRIPTION="Module for sending mails with attachments through an SMTP server"
-
-LICENSE="Mail-Sender"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="virtual/perl-MIME-Base64"
-DEPEND="${RDEPEND}"

diff --git a/dev-perl/Mail-Sender/Manifest b/dev-perl/Mail-Sender/Manifest
index 5da06811eac..4cf43c5fc48 100644
--- a/dev-perl/Mail-Sender/Manifest
+++ b/dev-perl/Mail-Sender/Manifest
@@ -1,2 +1 @@
-DIST Mail-Sender-0.8.23.tar.gz 38361 BLAKE2B 
62e2d82815088ff1db3b3f3d23dfb4be4692fce3834b42544ed36b66fa59723370f7e3ff7825dd595a9cbebf6d3d55a68a4403c18ef04886a56bb65d783fe676
 SHA512 
e9c2e2806976aaea568885f41ff774b9cb460707123c0926ed20428b00a9e9db796d67dca938dc16463eeb8e1c92f8e82ba60c92bc053c20d5570d5604df651c
 DIST Mail-Sender-0.903.tar.gz 60499 BLAKE2B 
d3fb4bcbdb4a4c89c15125799c054b7a28f18a0addacca0e90f70dfedde87962ed4d9303d90da69a0248acca66859c7ccaf820cd297add323b2c0aa9e76c03e7
 SHA512 
6c2ca98f7a19b1833c053760f2d62986e9de39e625c2f1bde88d6f9afa26bd3f7cb3e0acc0c0dd3aa2dad94ec80c6696350e5e42684ba0c75a86fc2ddea9a8f1



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

2018-08-17 Thread Zac Medico
commit: 4bc99e82ee5a7b34db8439e68dae92ef7016eefc
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Aug 17 23:03:59 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug 17 23:10:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc99e82

sys-apps/portage: version bump to 2.3.47

  #636674 - add make.conf.example for arm
  #663848 - fix bugs in FEATURES=test to USE=test mapping
  #663904 - map empty ROOT environment variable to /

Package-Manager: Portage-2.3.47, Repoman-2.3.10

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-2.3.47.ebuild | 264 +
 2 files changed, 265 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index c1a923a4f59..cc23e6bb95e 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -7,4 +7,5 @@ DIST portage-2.3.40.tar.bz2 995122 BLAKE2B 
3bfadee6cf57dace32bb4a365850650e13664
 DIST portage-2.3.44.tar.bz2 1008301 BLAKE2B 
de370ce9f455e6f778dece3be78703f23852caa9185d79b54e6fc35939923f2a28c91aa372a4ae601872b7933970b536e935ea1f8cb8604bf1547dced3d70c33
 SHA512 
e491998958439dc27fed6e6f9a3b87867c881cae6ec1fe9515db3277fb2f6f866b6ea6298bae5bf6553591ebe75719a5f379ae92e4aede440ac620ce4af9160d
 DIST portage-2.3.45.tar.bz2 1009687 BLAKE2B 
396dc6e09e2415ab034963f2b30fe318bd783c873437f3f82e8af233605b7356130c45a18e2423029ec025669f0490542283308011dd60f4c3ee7a95a6d28c2b
 SHA512 
551d24ac168f1cd8dd3affd6bc30e3a6e8a0622956407db72ffb283cfc0937b81b2cb1007ffe7eb8f9c7f94515fab44e1b82c1f45be0375c9d867369b2533792
 DIST portage-2.3.46.tar.bz2 1009905 BLAKE2B 
009615295b3b040c5d009bf1ca87a2875eb2aef6380ae6c715cc08903865f6a52d7ece4a4ac861c59170480396f9c80df16c50a30f931420c6bac8e97d81b0db
 SHA512 
60782adc06a1339166a33e25a26cfaae029b242e5036f329f9328c30c4e99ea9c1d23cbf487faa9f4834145b111d753b0a6f70fb090ae907a6ab61c637a0815d
+DIST portage-2.3.47.tar.bz2 1010355 BLAKE2B 
3d1058c4dfbd147468619bbc29ba894addfe0d390ad586d1da36f9ed3e379141e0e5954117bf011cb88f88760e5fb0f31e03f6c48ddc3d8dcc62a447bdab2fd2
 SHA512 
85609e0130108eac18ce43511648ce0be1d04f6bd1cbbe8a92d806b15450a233f5020fea06ca33762b6ccaa48d8c13c9876bc66b4521ba61a96ee07f0f21c1d5
 DIST portage-2.3.8.tar.bz2 938062 BLAKE2B 
3f7bedf6268131a3b3539d53c8a7bb069b533b3a78e5eec521b6201439c8ee5e66996e798fe295561d0a94bfcd32adf414d4f8b5e7a93035cea09749406e64a3
 SHA512 
4b4b2de20323799b9b0f7a8812f939aa9a96d2744a0f65ad5287ba49744c491b55169cdb21f2885317a6a7c960d2070775ffd798f247b44eebc677c33c271eb8

diff --git a/sys-apps/portage/portage-2.3.47.ebuild 
b/sys-apps/portage/portage-2.3.47.ebuild
new file mode 100644
index 000..0da8ed04e4f
--- /dev/null
+++ b/sys-apps/portage/portage-2.3.47.ebuild
@@ -0,0 +1,264 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_4 python3_5 python3_6 python3_7
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+),threads(+)'
+
+inherit distutils-r1 systemd
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage;
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+SLOT="0"
+IUSE="build doc epydoc gentoo-dev +ipc +native-extensions +rsync-verify 
selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+# app-portage/gemato goes without PYTHON_USEDEP since we're calling
+# the executable.
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \
+   python{2_7,3_4,3_5} pypy)
+   rsync-verify? (
+   >=app-portage/gemato-12.1[${PYTHON_USEDEP}]
+   app-crypt/openpgp-keys-gentoo-release
+   >=app-crypt/gnupg-2.2.4-r2[ssl(-)]
+   )
+   )
+   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_musl? ( >=sys-apps/sandbox-2.2 )
+   elibc_uclibc? ( 

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

2018-08-17 Thread Zac Medico
commit: 5a1528ee9b1246836c7cd066cc4506820a9a5a23
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Aug 17 22:53:04 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug 17 22:53:04 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=5a1528ee

Updates for portage-2.3.47 release

 RELEASE-NOTES | 8 
 setup.py  | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 0e736b816..626147679 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,14 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.47
+==
+* Bug Fixes:
+- Bug 636674 add make.conf.example for arm
+- Bug 663848 fix bugs in FEATURES=test to USE=test mapping
+- Bug 663904 map empty ROOT environment variable to /
+
+
 portage-2.3.46
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index 8844b7fd7..529f33654 100755
--- a/setup.py
+++ b/setup.py
@@ -662,7 +662,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.46',
+   version = '2.3.47',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



[gentoo-commits] proj/portage: New tag: portage-2.3.47

2018-08-17 Thread Zac Medico
commit: 
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug 17 23:13:37 2018 +

New tag: portage-2.3.47




[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/_config/

2018-08-17 Thread Zac Medico
commit: 836c5ba9352ef1fa2c14d29e8876533a9db72465
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Aug 17 19:59:08 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug 17 22:40:09 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=836c5ba9

LocationsManager: map empty root var to / (bug 663904)

When ROOT or PORTAGE_CONFIGROOT is entirely empty, map
the value to / since otherwise is becomes the current
working directory which gives undesirable results.

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

 lib/portage/package/ebuild/_config/LocationsManager.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lib/portage/package/ebuild/_config/LocationsManager.py 
b/lib/portage/package/ebuild/_config/LocationsManager.py
index f7d7209ff..75320258f 100644
--- a/lib/portage/package/ebuild/_config/LocationsManager.py
+++ b/lib/portage/package/ebuild/_config/LocationsManager.py
@@ -60,7 +60,7 @@ class LocationsManager(object):
self.config_root = portage.const.EPREFIX + os.sep
 
self.config_root = normalize_path(os.path.abspath(
-   self.config_root)).rstrip(os.path.sep) + os.path.sep
+   self.config_root or os.sep)).rstrip(os.sep) + os.sep
 
self._check_var_directory("PORTAGE_CONFIGROOT", 
self.config_root)
self.abs_user_config = os.path.join(self.config_root, 
USER_CONFIG_PATH)
@@ -304,8 +304,7 @@ class LocationsManager(object):
self.target_root = root_overwrite
if not self.target_root.strip():
self.target_root = None
-   if self.target_root is None:
-   self.target_root = "/"
+   self.target_root = self.target_root or os.sep
 
self.target_root = normalize_path(os.path.abspath(
self.target_root)).rstrip(os.path.sep) + os.path.sep



[gentoo-commits] proj/portage:master commit in: lib/portage/package/ebuild/

2018-08-17 Thread Zac Medico
commit: ad607b8ecfad3e099cae508ff4d3b5b62cab969f
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Aug 17 11:08:21 2018 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Aug 17 20:12:32 2018 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ad607b8e

config: default features USE for conditional RESTRICT (bug 663848)

Initialize default features USE state, and reset when appropriate,
so that the "test" flag state is correct for evaluation of !test?
conditionals in RESTRICT.

Fixes: 45986341a80c ("Support !test? conditionals in RESTRICT (bug 663278)")
Bug: https://bugs.gentoo.org/663848

 lib/portage/package/ebuild/config.py | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/lib/portage/package/ebuild/config.py 
b/lib/portage/package/ebuild/config.py
index 3b01095d0..9fbf7e8fc 100644
--- a/lib/portage/package/ebuild/config.py
+++ b/lib/portage/package/ebuild/config.py
@@ -259,6 +259,7 @@ class config(object):
self.packages = clone.packages
self.repositories = clone.repositories
self.unpack_dependencies = clone.unpack_dependencies
+   self._default_features_use = clone._default_features_use
self._iuse_effective = clone._iuse_effective
self._iuse_implicit_match = clone._iuse_implicit_match
self._non_user_variables = clone._non_user_variables
@@ -961,6 +962,14 @@ class config(object):
 
# initialize self.features
self.regenerate()
+   feature_use = []
+   if "test" in self.features:
+   feature_use.append("test")
+   self.configdict["features"]["USE"] = 
self._default_features_use = " ".join(feature_use)
+   if feature_use:
+   # Regenerate USE so that the initial "test" 
flag state is
+   # correct for evaluation of !test? conditionals 
in RESTRICT.
+   self.regenerate()
 
if unprivileged:
self.features.add('unprivileged')
@@ -1296,7 +1305,7 @@ class config(object):
del self._penv[:]
self.configdict["pkg"].clear()
self.configdict["pkginternal"].clear()
-   self.configdict["features"].clear()
+   self.configdict["features"]["USE"] = 
self._default_features_use
self.configdict["repo"].clear()
self.configdict["defaults"]["USE"] = \
" ".join(self.make_defaults_use)
@@ -1598,7 +1607,7 @@ class config(object):
has_changed = True
# Prevent stale features USE from corrupting the 
evaluation
# of USE conditional RESTRICT.
-   self.configdict["features"]["USE"] = ""
+   self.configdict["features"]["USE"] = 
self._default_features_use
 
self._penv = []
cpdict = self._penvdict.get(cp)



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

2018-08-17 Thread Mike Pagano
commit: 50a3ba6d5541c34b9c8dc90efb0fdb05c4f78f5a
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Aug 17 22:29:21 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug 17 22:29:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a3ba6d

sys-kernel/gentoo-sources: Linux patch 4.18.2

Removal of redundant patch:
1700_x86-l1tf-config-kvm-build-error-fix.patch

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.18.2.ebuild| 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b58c9bc1bf8..b3d36dd0b67 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -31,6 +31,9 @@ DIST genpatches-4.18-3.extras.tar.xz 17496 BLAKE2B 
c9e9078c1532efe0d14a6f2b5d954
 DIST genpatches-4.18-4.base.tar.xz 37956 BLAKE2B 
768b3bde92456fc187acc018fd1998e7a200b48edd3fed12b8df6dbfaf31948729012d09b5e1ba1c8d39b2782a19f35b9f06ccebe46f8565d23518e2893767d4
 SHA512 
04a634abe8446d17217a37f20e41b3538f24e451a7c54feaa90e5d76512686647611bea99f4145f4a4f4842dcb32b832fbaad507c9ec2b1bab753921fa9c30d2
 DIST genpatches-4.18-4.experimental.tar.xz 5228 BLAKE2B 
fb72699292780b650d892e7f4b2e5ea96825023bda1b1a8640a6d7c7a428371e16e2510d9927b76bfb3020937ac295719658dc1bbfca1ecd83ba30f3c4a2b392
 SHA512 
10b096bd29e0f792eaa3c09106a89987b73812ed20e37a6becf5b817e856cb79928c3ec24a71a05dc69447ab199dc63ec82f4e4023b8f506be4f5a07e90e9cc3
 DIST genpatches-4.18-4.extras.tar.xz 17508 BLAKE2B 
8ffb4da1d573d4139bb9b7c50a217b511a155a0620d1515ccf5dd95b114a40bfc5232dd7e8ae872b37b233fef64df80339af78a89649b6c23f096550be733a34
 SHA512 
a39d1d4682aa439705e6e06c1c5a8fca791a9b55bb9a1b7043ec786ddec9b86cde06d617b7b3b83bbd4a37adc0fae0a0132651dfeb5e941086350dc55ae3f029
+DIST genpatches-4.18-5.base.tar.xz 48676 BLAKE2B 
2cb220da40c54b76e7a2052794f0fa57487462c788e3bad6cb7f409acaf4a0ac0d97d0a0619da375d199a1ecb73526dc2d6d8a8917830c496f80792b2894ca27
 SHA512 
cc5ccd0f9aa457729c24428015a48f98a8282bdd358e29285c4d3e30e95dba48362f4c6fb7d37f3761a0efbf05fa2666c76028cdee3a5dd4212c24cd182e179a
+DIST genpatches-4.18-5.experimental.tar.xz 5228 BLAKE2B 
9cf712fc523acd6c7325f2f726e8b658d5df27c9d183d748374a700023f059c40a2eb25bfb1a9b5d682ed0e1fefcc9c88431a421392c7d5ec8a7612d0fb503bc
 SHA512 
6ba3451a7248226b18d37d1496aaee3159f46ae533288f1a090129aef9660b5bdadbff7bd7f90e3677100180afcb09afeb610d1c6a97483815399467ae1ad036
+DIST genpatches-4.18-5.extras.tar.xz 17508 BLAKE2B 
bb3d6cd44344654df2cd9f5dcaa850aeeab0935f11020ba5e93ed29a153fc4e8387f141b39bc2934ad679d8bbac8b339188a010e90ad47967cc623817be93cff
 SHA512 
3198edeab97ad6c0e61b2987973de326d781c6556ee1eb46be5d129ba6c74715b5203a0def11a70391aea0995c4b74229c5ae032768b042a37b237ee96f2949e
 DIST genpatches-4.4-115.base.tar.xz 1692684 BLAKE2B 
8595bbb40d0f0172e5b6f5266d89b3aa67fad3889375c3925a39e01f9dd03e86f934d8d3c0bd93bab58ceee274277aaac4051d09f2edf665c106f2c0e29d
 SHA512 
43dac11a37c6cbef7a4070336bda44beb2d5a9a649188d188e37c4654ce94a71244a7e87652368da5a0f88dc53ad5c8d6194ad614c4033d08295debab0c90eca
 DIST genpatches-4.4-115.experimental.tar.xz 87744 BLAKE2B 
dc8a9f9ae6e6789e7c072e5c6dfa0e875765d77ffb746060f65cd708124f81f8a269a54ec6bd6f9bd159d0cd5d0d9dabd6ad9489ff5453e01c264b0f34153300
 SHA512 
e82343f1d4220ecab61503c7cefae9d5d9cd605187f4861eac21f330c39af77e90950badf1896a8fefee57133496f706e2b1905eee1d8c6cf945e77ed3b36094
 DIST genpatches-4.4-115.extras.tar.xz 16456 BLAKE2B 
3c854f5619d349eb7b20b8f92787564019769884c28cf8bd3191686e3fc8f5c764ebc3a3c99d3ea7290aab316b8a0a0728a4f679196b80b524943c503fef6705
 SHA512 
84d76421f1e3d3041ab18a2a6a019b571c1a6f27d2fc880da64ae11398c43e5eab79c538940df82aa02d697983a97145197b127613bb7f4765a26813cc36eacf

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.18.2.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.18.2.ebuild
new file mode 100644
index 000..63d60793506
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.18.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="5"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-08-17 Thread Mike Pagano
commit: 8c5a3405ad3eb117a72359e1ef6582963613558c
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Aug 17 22:27:15 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug 17 22:27:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5a3405

sys-kernel/gentoo-sources: Linux patch 4.4.149

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.149.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index dd97a81fb92..b58c9bc1bf8 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -46,6 +46,9 @@ DIST genpatches-4.4-148.extras.tar.xz 16456 BLAKE2B 
d8077fe3b3ca854e9016782b7a53
 DIST genpatches-4.4-149.base.tar.xz 2291296 BLAKE2B 
de59a70f3df358d8f5095b922dd341fbd01f5c0e8ef0551c3fc1bf580197405af4bd472e07505f2f42af101cca394bf37bf2e83cdb39ab16ae1643cd0c1befe5
 SHA512 
3ac316347b52d83bb1667fc9475d8dc2cbe34fa7feae37c9bca7709e2a3ffacf075f534dfa236c42876e670f1c9f2dba3afac1c09c0555322b86814a28a853e5
 DIST genpatches-4.4-149.experimental.tar.xz 87748 BLAKE2B 
90e9341cdd0d2d9f174cf28f063d8f8a50319529b96f9b6f2547535ed4fc560ed02d3f857bbd3bdc8d11bfda0f12957a6da9539cc7d15b12b74aba870c83785e
 SHA512 
f465b647d9c57cabf87ca899e1d3c465d9a8690d05f2a64f71aa9333ba88ec3c0b7248321c5fd161149126c345b569a728f2a22eb4422c8b45fcff8dd319a67f
 DIST genpatches-4.4-149.extras.tar.xz 16452 BLAKE2B 
9c7fdf7b009d5d58b919f7f1b395249748bd7489ea052702838fcc2adac6e605422fcf404b76db0206a6bda006a16401182684626a980b727301b963a713fffd
 SHA512 
2470a74a73e91d4d0534521bda198f14450304910eace137b17fbd611281a2864907a724c600de4433484d76b8fdb794e11b48cf5e5d7ac5adaff518dd921e5e
+DIST genpatches-4.4-150.base.tar.xz 2297940 BLAKE2B 
86b19f4e52b7e4d181a59987aa6e23a4a4e035f815192c8b5cc18deb6ba055ee5bcf0cd006c59b517cafa6d9f9793c2838393b55361981976becb1644a5fd570
 SHA512 
8a69499f3de1c9332b5b52fcaf9127cdb7f711309b61339c4765c68ea53e51ee5d6bd970f2f4bb5c374766318dc2c82b21489610abc4bc4a482f07581b0653fa
+DIST genpatches-4.4-150.experimental.tar.xz 87748 BLAKE2B 
90e9341cdd0d2d9f174cf28f063d8f8a50319529b96f9b6f2547535ed4fc560ed02d3f857bbd3bdc8d11bfda0f12957a6da9539cc7d15b12b74aba870c83785e
 SHA512 
f465b647d9c57cabf87ca899e1d3c465d9a8690d05f2a64f71aa9333ba88ec3c0b7248321c5fd161149126c345b569a728f2a22eb4422c8b45fcff8dd319a67f
+DIST genpatches-4.4-150.extras.tar.xz 16452 BLAKE2B 
9c7fdf7b009d5d58b919f7f1b395249748bd7489ea052702838fcc2adac6e605422fcf404b76db0206a6bda006a16401182684626a980b727301b963a713fffd
 SHA512 
2470a74a73e91d4d0534521bda198f14450304910eace137b17fbd611281a2864907a724c600de4433484d76b8fdb794e11b48cf5e5d7ac5adaff518dd921e5e
 DIST genpatches-4.4-91.base.tar.xz 1428436 BLAKE2B 
4b706e9682e883dd1954632efe5ec161347432a6260c353e160b8591f8377e6d1e1768acd2e3e72237e3ea6b7104137e3504e3f290fb12b0dabf662b0fb034c1
 SHA512 
c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554
 DIST genpatches-4.4-91.experimental.tar.xz 87760 BLAKE2B 
d8a165fb3708192a12e826a713e896ca83785da084c9a9aeaae909473c598669867fa303636d762facd2d7bc1a857da3ba0d994ee62d008dc17955dd84181942
 SHA512 
0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f
 DIST genpatches-4.4-91.extras.tar.xz 16468 BLAKE2B 
b99298cd9e57a2b8a0619495df0450373c9f5c14ff2398d76534c7167f3a563c05e67f9aff80ff97a474ae7a8cb298a4ffbc5eab25d79075aac5cc01964c3e9d
 SHA512 
229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.149.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.149.ebuild
new file mode 100644
index 000..699483c9cde
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.149.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="150"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-08-17 Thread Mike Pagano
commit: fff50a009d201b3569e89058f6f8e558fa2a7699
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Aug 17 22:22:57 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug 17 22:23:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff50a00

sys-kernel/gentoo-sources: Linux patch 4.17.16

Removal of redundant patchset:
1700_x86-l1tf-config-kvm-build-error-fix.patch

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.17.16.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index cf4ca5858ec..dd97a81fb92 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-4.17-16.extras.tar.xz 17500 BLAKE2B 
7578c9171ed547e592936e6dc8d4
 DIST genpatches-4.17-17.base.tar.xz 382292 BLAKE2B 
28516a0cd157371d466c44b0d1fa2749ccfd2c90ce8321b38fd919423538cee4b680947bc8c4c13a85d614cdb7c4a16c45285dddf439f267177b4b32fb29
 SHA512 
8f721969c2cdd764e5f5601320fd6abf85652f15b1f8c7c7d4b6aff6fd8e4efc7c293a977c1719dc63d86413faee8a35769b45c087e6f70ab5e53dc62ea08fe5
 DIST genpatches-4.17-17.experimental.tar.xz 5228 BLAKE2B 
fb72699292780b650d892e7f4b2e5ea96825023bda1b1a8640a6d7c7a428371e16e2510d9927b76bfb3020937ac295719658dc1bbfca1ecd83ba30f3c4a2b392
 SHA512 
10b096bd29e0f792eaa3c09106a89987b73812ed20e37a6becf5b817e856cb79928c3ec24a71a05dc69447ab199dc63ec82f4e4023b8f506be4f5a07e90e9cc3
 DIST genpatches-4.17-17.extras.tar.xz 17492 BLAKE2B 
ff0c08ce223b758746b57a7f1a3acd54499bfc9fcbb8bb41ed090d8397b2e3df61791b3e2159d97f43629e351bf722a500c44338d4d88c6818ba83047ada273e
 SHA512 
876f1b98a896c46a5ed0ed76c1adbf1ae4884132d4f4a2c1166fb546cb3aa1de580be9cfd64e9d7e8a3193965b05603350b681ff9f52eb8799a8342fe288cee7
+DIST genpatches-4.17-18.base.tar.xz 391848 BLAKE2B 
fc9ff72a23d6037c187acf76fc811e0609b9190d5d1027a5cf1ae25c65ebc09be5d808ef58aae941562a1a61b3b675bcb7759f624e34a14b8af8190095b64881
 SHA512 
dc24cf23fa86454272e2db0e1ca3413a2663f22b958f7f19022f341f67dfa204db53bc9860cc7988b82aa1f3b67e97a23d136e30f1b77663f0e654362eaec20e
+DIST genpatches-4.17-18.experimental.tar.xz 5228 BLAKE2B 
9cf712fc523acd6c7325f2f726e8b658d5df27c9d183d748374a700023f059c40a2eb25bfb1a9b5d682ed0e1fefcc9c88431a421392c7d5ec8a7612d0fb503bc
 SHA512 
6ba3451a7248226b18d37d1496aaee3159f46ae533288f1a090129aef9660b5bdadbff7bd7f90e3677100180afcb09afeb610d1c6a97483815399467ae1ad036
+DIST genpatches-4.17-18.extras.tar.xz 17492 BLAKE2B 
6c95c66f565d4b9d64369ad7116306c7a973cbcc9aff860ad475167ab154e21519344982d516998c1d2141d41c9bf7c3351f968a579ade295e58020568511dda
 SHA512 
f41af77d9908989213bfa4f21ed2d5d7394fbb5d0ddce05cedff869a1345695df87590945c21b1f7a323f726bb1b69b91e3dfea9517e204b1073f3e599cc025f
 DIST genpatches-4.18-3.base.tar.xz 37496 BLAKE2B 
b822e827c9993c8a0900558035bcee3838ac52257b6e5ce9a695037e84daa4c0dd8d03f090cf366e17472af69278d0077c5103c30009723ec0e2b172359dfac6
 SHA512 
b7bc64f484c9f177a96dfdce5c2fe945a196a521f81380244146a4d1cb949210e99eb1f214c944db99edae9d214645deb6ce3809a77f3ba8abf2e23b43b9913e
 DIST genpatches-4.18-3.experimental.tar.xz 5224 BLAKE2B 
abe79884ed8b8ebf4c89efb0d41ba6d860bcc3eff5f8e5524b426527ffedac1869af659bdb89a032a9b70934081308d37d1b7dd88bfc6da0e515cfd1f662376c
 SHA512 
c23f1439c9f5e3543ca21b32ad1fcb9f9e4f1e9caad80e1245e86ea158d35824c0b60b0c631accfa09eece9584e53eb6bba86a6342cc36e44e660669ccddaa6b
 DIST genpatches-4.18-3.extras.tar.xz 17496 BLAKE2B 
c9e9078c1532efe0d14a6f2b5d9546d6a6944ee1e70d181a0482ab1e9f325d94f95448136893f4bb4baa45651c172b5b5462197ba8aa8dd5963292185571e8fb
 SHA512 
e11b27490c55b99dbaa74c829c0c113bee91bc665c15aeb798a71599a98c7f4ec2f0abffb2871c81b674c9e5f84d9bfbc5e954ffc8db6b6c8106eeccefd98abc

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.17.16.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.17.16.ebuild
new file mode 100644
index 000..4e1e7248cb4
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.17.16.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="18"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/user/bleeding-edge:master commit in: /

2018-08-17 Thread Jan Psota
commit: 89832d1c313e7904e62de0e52b6da606cf795334
Author: Jan Psota  gmail  com>
AuthorDate: Fri Aug 17 22:20:36 2018 +
Commit: Jan Psota  gmail  com>
CommitDate: Fri Aug 17 22:20:36 2018 +
URL:
https://gitweb.gentoo.org/repo/user/bleeding-edge.git/commit/?id=89832d1c

checking

 test | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test b/test
new file mode 100644
index 000..6a3df7b
--- /dev/null
+++ b/test
@@ -0,0 +1 @@
+tu byłem



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

2018-08-17 Thread Mike Pagano
commit: a706b203b0cd2ebc2c528836568f1994d5c62219
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Aug 17 22:14:36 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug 17 22:14:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a706b203

sys-kernel/gentoo-sources: Linux patch 4.14.64

Includes removal of redundant patch:
1705_x86-l1tf-config-kvm-build-error-fix.patch

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.14.64.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 7ef778ad755..cf4ca5858ec 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,6 +13,9 @@ DIST genpatches-4.14-68.extras.tar.xz 17480 BLAKE2B 
982ce727316d39453f1523a51fc7
 DIST genpatches-4.14-69.base.tar.xz 1723168 BLAKE2B 
c0c9cbf34647abacefe97a76962f7b460ee3fda43a6530dd4eb8a380647842d7508c4e190aa05ee2eaa372e557c4528d1d36100f4a838727e633ba0d41de0979
 SHA512 
16b38854b1bfe9cbafa4feacc77dd88bde74e9d860db08cb143e2917360d80eb71bc298517b325eef1cabafcce0f35f0debf95e9122a6a016b3381a104a38e27
 DIST genpatches-4.14-69.experimental.tar.xz 5228 BLAKE2B 
fb72699292780b650d892e7f4b2e5ea96825023bda1b1a8640a6d7c7a428371e16e2510d9927b76bfb3020937ac295719658dc1bbfca1ecd83ba30f3c4a2b392
 SHA512 
10b096bd29e0f792eaa3c09106a89987b73812ed20e37a6becf5b817e856cb79928c3ec24a71a05dc69447ab199dc63ec82f4e4023b8f506be4f5a07e90e9cc3
 DIST genpatches-4.14-69.extras.tar.xz 17492 BLAKE2B 
ff0c08ce223b758746b57a7f1a3acd54499bfc9fcbb8bb41ed090d8397b2e3df61791b3e2159d97f43629e351bf722a500c44338d4d88c6818ba83047ada273e
 SHA512 
876f1b98a896c46a5ed0ed76c1adbf1ae4884132d4f4a2c1166fb546cb3aa1de580be9cfd64e9d7e8a3193965b05603350b681ff9f52eb8799a8342fe288cee7
+DIST genpatches-4.14-70.base.tar.xz 1731228 BLAKE2B 
70efedc382d0c15683ad5528b7a9e9bf7287cbf9e6690e25c3ef5d651ca8da7dd779adf59efdecd007d9e864ac9e1987218b04c0cc09bcf855bb35e65a0dd89c
 SHA512 
be5458aee3d52d56fb5d398978ddcc589af2be20744a71a7f8c99b472b164c8b5622b0ab129c9a809231d845c52098d82ce528b872661b1c0be96da7106507dc
+DIST genpatches-4.14-70.experimental.tar.xz 5228 BLAKE2B 
1d411deef5f10560d4aab7aac79e443562b68b8dfed6e1b4c97065fcef9cbd58fb19242cdf358e7795072722c35f93d33fc971ce9db0062ef79cbab868e8efb4
 SHA512 
ac68a5e23b78a0f124af20757003d96dce80690bc943216ddd956d095da7a909858ca5e7a9c12fee24ceb19af315a66d51550b9d1b37c1546c990b453def491e
+DIST genpatches-4.14-70.extras.tar.xz 17488 BLAKE2B 
9248d31519be2efce13b03800134d450acf7b6063b4f199134beb8f70147957b33523ba86a521f9e20446b7dd8d75ea01977cd1a4abaa1d99a791fd8cd370afa
 SHA512 
f0efab8fa1b705253f44ed0c0e3e4a0ca32231fa5f29e4df7268cefe410b94cb3e98365ad3b6ea0218b6f7ef3599f3fee4fda26c10c65a8d5517849a35f88bd8
 DIST genpatches-4.17-16.base.tar.xz 381880 BLAKE2B 
ead45eefb0b6e2c08676ecc1f0eefc266ef01b516b7aa5e3ae64f4f08c94b22143d91804415cfc0610719a64fc3057cd820797f91a1d6f8b9e1075a0d842d69a
 SHA512 
99e2bf6235c580899ca18977e5cf24d3f89020e3a6390a1a777b8aad905a8ef5a77416b3a0aeea97a3b22bbdc6a76aa6ad5e3553549b0aead3f9e572ee6923b8
 DIST genpatches-4.17-16.experimental.tar.xz 5224 BLAKE2B 
eace3c128d3a178140e294842c1affd3ab9394ad684e5cb0a5f9ef1075a901ee2e6507eebeb1d6f46dd4fc564f6ba1d8f771a386cfe0a7157825171a9afdd989
 SHA512 
c57eb379eef65888e63e1d4433aca67a44d6e8c6f1ad032be6d3f287cc13cbb9a4f4f18b12de0c86292e1805ea533a11919362414f33c4b03c6c2ea95a1cd7ab
 DIST genpatches-4.17-16.extras.tar.xz 17500 BLAKE2B 
7578c9171ed547e592936e6dc8d4225a5b03866ebdcef79f02f5461973bb0f67d8503fe7dc22088c2ba8a3f5ca39c784e9cdb60847aeba0893fd31560f79e4e8
 SHA512 
33637b30e5b9e4021090d0296b721d0e39a50693a0e06297a15be8845a0b0057b708d2df594b300892b0cab511e09ea7f2d3623263c91335679c7429939015a6

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.64.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.64.ebuild
new file mode 100644
index 000..c6745036c0a
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.64.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="70"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



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

2018-08-17 Thread Mike Pagano
commit: 735f47c0228ea2ff6abfbb3646c766fc180cabb9
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Aug 17 22:10:28 2018 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Aug 17 22:10:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735f47c0

sys-kernel/gentoo-sources: Linux patch 4.9.121

Includes removal of redundant patch:
1700_x86-l1tf-config-kvm-build-error-fix.patch

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.9.121.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c503a2966f1..7ef778ad755 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -55,6 +55,9 @@ DIST genpatches-4.9-123.extras.tar.xz 17360 BLAKE2B 
175da34d3cf438009b747c7a99a1
 DIST genpatches-4.9-124.base.tar.xz 2343936 BLAKE2B 
44da7d48a609b3092182f9a166d62c1398b7ae62ad8df795a3ba886b164b3bf5a74a799ca51af3844950fcbe36ce4c3927a27b2add287f0c88687576a096d616
 SHA512 
56308bb2d7b887413e2b1ca93a85b35de224e4ddce8aa6a9cf0d06df9e810ead1c608fec134401dcc2fc0b67b62b89ba1fceef4f3216295b8605593d51566efa
 DIST genpatches-4.9-124.experimental.tar.xz 106420 BLAKE2B 
e705d0a2cc9f8b4f83cdea1f49253ff751d7ddec8a464878a47b0534c645142f34f7803a16792050f70a02e3552a8083d32ff65129892726b2698b62181ce36f
 SHA512 
fccd08a565e5913ba5e821b3965f3a8ac6932ee1e8556cd88aff5ee973c0fca973e42969634db1b3be76512eaa3b077b0a0c5773a66403e3ee585b3aea1b04df
 DIST genpatches-4.9-124.extras.tar.xz 17348 BLAKE2B 
60c69049baa4a00291a00e6a7ae022b2a049ba0fb34f34523621ea98b661c4171e37fbf302bda33c9ab2b3d6890184aeac97d004b0ceca309f595756bfd41374
 SHA512 
5083dfac483e44fba5df781ce68e8b7851347e7e4fa9b5d55d79c8527a23c034134035bfb093d83a2b89a83ba617773a0f6b461bf787930afd555dcc84afd108
+DIST genpatches-4.9-125.base.tar.xz 2350036 BLAKE2B 
1bfac87e60520463c484174cf416c21c5d2264e1c4892f6a0ed6b47763514cd27b5cba0e2b112bf4d54eaeb2c5542876b8bbda361d965576700b7360f3fe6a05
 SHA512 
894e7b8be65bb86b21a9378c609d85679aa5d6a46470ea4df4cc38dd754fa52c6738f41140e27ab96fdd4479782eccaa5084c0021b5fa146772ae4b7a2cb9f38
+DIST genpatches-4.9-125.experimental.tar.xz 106380 BLAKE2B 
f65141cc47bb47cda712e877864cda8fd140b3b8a1de40171c8051f0da21dd84b800b1a76253c450f42267da2126d4ae0d85d90f74324cfc805b72c46768b2f4
 SHA512 
04a851ef6b87ca8827610e02106b72100858fef335b3943b8e33127794f5ccf03ed99a484d590a8bfb11dea5d152b8734e2edf47d2f867b7a6aa0c3c0aa95021
+DIST genpatches-4.9-125.extras.tar.xz 17352 BLAKE2B 
8929343c9c91191420c89baac6ee444b1dfc93e836f0b078ebec43ff2887fe6b11388beb2e4e03e9c52865471f1b29cec86cc31df0c4eff087d00a58d66b4af2
 SHA512 
18f31457970f40740364d4f271c6e667553b6c538275098c7d13c1632ab5e79f63765e62896d588ccb83ae2f2f51fdaf5f6efaafc702a03052dd37a0d955203d
 DIST genpatches-4.9-51.base.tar.xz 1001928 BLAKE2B 
be8a1a304f634b40dba1daa56922473c25fc57cedca73401bc1a142674832bb797f805f883aecc56a4b17fd63dae6aebe42f7c642739e8c5704f130b6675dfde
 SHA512 
2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5
 DIST genpatches-4.9-51.experimental.tar.xz 106416 BLAKE2B 
483d57d8e19a135130e7084238c304e07ddf04e51dba8aa705566d4be3cf3a3b21a1f8a4ed49a7b2b06bc5b70f820788bc22e42ece8e6eb5d3ea3597eaf31289
 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 DIST genpatches-4.9-51.extras.tar.xz 17356 BLAKE2B 
03160cc66db43d543f4bbd3171741cc36ecdd1d3088a143144e8725d1a8452fbb3743dbbd196ba387875cd0eb4fd966821fc9d3b3269a6848d2fda650da5ccbe
 SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.121.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.121.ebuild
new file mode 100644
index 000..41f3cd9ea7e
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.121.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="125"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/qtm/, net-misc/qtm/files/

2018-08-17 Thread Andreas Sturmlechner
commit: 0a8d25cbc5a23802d7b21e8d8409e9ad4d018598
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 17 22:00:44 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 17 22:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8d25cb

net-misc/qtm: 1.3.19 version bump, fix build with Qt 5.11

Closes: https://bugs.gentoo.org/662480
Package-Manager: Portage-2.3.46, Repoman-2.3.10

 net-misc/qtm/Manifest   |  1 +
 net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch | 23 
 net-misc/qtm/qtm-1.3.19.ebuild  | 54 +
 3 files changed, 78 insertions(+)

diff --git a/net-misc/qtm/Manifest b/net-misc/qtm/Manifest
index d06fa1c3497..ac805dfa9f8 100644
--- a/net-misc/qtm/Manifest
+++ b/net-misc/qtm/Manifest
@@ -1 +1,2 @@
 DIST qtm-1.3.18.tar.bz2 186137 BLAKE2B 
b405bc922246d5c8fe65fc68250b3eb401be3b17dd55cc81bfa70d6ddd72280398df25c850b2d71cc4383b9463e3aff6d641ce4080c100d10ae79f9002793055
 SHA512 
d4685f22a883e1d7513dcac57a807b0d21c26dfceda547b22889ee980758de1a49c2e898c745bb597efd709823d96da59f7494015c0915edb34e9141fa60e2ca
+DIST qtm-1.3.19.tar.bz2 191559 BLAKE2B 
e193e75771f04b7ecf772a55305c5a0b923449570933c76716235912223417e1340462893b5c566a22c3d6689eb2fc66b7b41aa3148afcbbc4db65abfcc06545
 SHA512 
a56a5c1d6098213637806a8a8c3889bbfbd11cb5b1d568520197c6c21e51d99f95975359c18f63961aba945b58a5ce3abf3ff85f552a555b91965414934f9565

diff --git a/net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch 
b/net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch
new file mode 100644
index 000..76bf75e1128
--- /dev/null
+++ b/net-misc/qtm/files/qtm-1.3.19-qt-5.11.patch
@@ -0,0 +1,23 @@
+Fixes build error due to internal header cleanup in Qt 5.11.
+Gentoo-bug: https://bugs.gentoo.org/662480
+
+--- a/AccountsDialog.cc2017-06-12 12:27:59.964042017 +0200
 b/AccountsDialog.cc2018-08-17 23:51:40.559225179 +0200
+@@ -21,6 +21,7 @@
+  
*/
+ 
+ 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/QuickpostTemplateDialog.cc   2017-06-12 12:28:00.244038449 +0200
 b/QuickpostTemplateDialog.cc   2018-08-17 23:55:11.793673907 +0200
+@@ -20,6 +20,7 @@
+  
*/
+ 
+ 
++#include 
+ #include 
+ #include 
+ #include 

diff --git a/net-misc/qtm/qtm-1.3.19.ebuild b/net-misc/qtm/qtm-1.3.19.ebuild
new file mode 100644
index 000..94d9740b463
--- /dev/null
+++ b/net-misc/qtm/qtm-1.3.19.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# CMAKE_IN_SOURCE_BUILD="1"
+inherit cmake-utils eapi7-ver
+
+DESCRIPTION="Qt blogging client"
+HOMEPAGE="http://qtm.blogistan.co.uk;
+SRC_URI="https://bitbucket.org/IndigoJo/${PN}-$(ver_cut 
1-2)/downloads/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus debug"
+RESTRICT="strip"
+
+RDEPEND="dev-lang/perl
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   virtual/perl-Digest-MD5
+   dbus? ( dev-qt/qtdbus:5 )"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto
+   virtual/pkgconfig"
+
+DOCS=( Changelog README )
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) # TODO: upstream
+
+src_prepare() {
+   # bug 463810
+   sed -i -e '/Categories/s/Application;//' qtm-desktop.sh || die 'sed on 
qtm-desktop.sh failed'
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DQt5=ON
+   -DDONT_USE_PTE=OFF
+   -DINSTALL_MARKDOWN=ON
+   -DNO_SSL=OFF
+   -DUSE_DBUS=$(usex dbus)
+   -DDONT_USE_DBUS=$(usex !dbus)
+   -DQDEBUG=$(usex debug)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/recoll/files/, app-misc/recoll/

2018-08-17 Thread Andreas Sturmlechner
commit: 866acf08dc3434189a6e81578dfb00c42bb50e36
Author: Punarbasu Purkayastha  gmail  com>
AuthorDate: Fri Aug 17 20:59:07 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 17 22:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866acf08

app-misc/recoll: 1.24.1 version bump, fix build with Qt 5.11

Fixes build with Qt 5.11.

Closes: https://bugs.gentoo.org/663028
Closes: https://bugs.gentoo.org/660912
Package-Manager: Portage-2.3.46, Repoman-2.3.10

 app-misc/recoll/Manifest  |   1 +
 app-misc/recoll/files/recoll-1.24.1-qt-5.11.patch |  12 +++
 app-misc/recoll/recoll-1.24.1.ebuild  | 125 ++
 3 files changed, 138 insertions(+)

diff --git a/app-misc/recoll/Manifest b/app-misc/recoll/Manifest
index fcbacd126c1..ff2c982bc7b 100644
--- a/app-misc/recoll/Manifest
+++ b/app-misc/recoll/Manifest
@@ -1,2 +1,3 @@
 DIST recoll-1.23.3.tar.gz 2590148 BLAKE2B 
ec058bac500aa61b4e395720bffcc2bfbcaded954c986e8e1fe69720456267c33b5e34eb3e28de47f57d9af207c60b138c521792882b093120b988b682600b2a
 SHA512 
bfad118dd9561c8d18e194b11d8014e2f9ea74f6aaf50f91704087775e6f72d5f3574a3eafe470dab7658cb4a7233817a672af939f21b3e69c719e599bc5cd06
 DIST recoll-1.23.6.tar.gz 2601494 BLAKE2B 
e64ed422a1ac1a816091f9ee00ee23b551690f5038cf3378a00ebf39c9e4f4e22436105ed01a1aa2bc21b633c85a73ba2847a265e4d199109a8b0c03ec53421e
 SHA512 
ae6f6dfe5e63faf2310b32bd0ffd90f08b12de7452ded9e5bd58a45690797caa9f5c66ea94ef94ed7a4ee3e55083cc191fbecfc112dbce42415d0af1300fe8fd
+DIST recoll-1.24.1.tar.gz 2644672 BLAKE2B 
e5bce2231e075fe9a2bfad7d0d1068906e625106b09247dc5baffaf92957db111dd6be90c658266b8b9940d885b3495769c68ce66247d00568df24c1b526
 SHA512 
60bf57d2718a21dbd578fa1dc73a542fc7ab2152c4c5bb763885b19c14d080340587cb8c01f82f1ca7d1cb63a03edf03b4501f3ef63f06ab6506356c4a0a095c

diff --git a/app-misc/recoll/files/recoll-1.24.1-qt-5.11.patch 
b/app-misc/recoll/files/recoll-1.24.1-qt-5.11.patch
new file mode 100644
index 000..146bc981b60
--- /dev/null
+++ b/app-misc/recoll/files/recoll-1.24.1-qt-5.11.patch
@@ -0,0 +1,12 @@
+diff --git a/qtgui/ssearch_w.cpp b/qtgui/ssearch_w.cpp
+index 2d0c97c..ca72af1 100644
+--- a/qtgui/ssearch_w.cpp
 b/qtgui/ssearch_w.cpp
+@@ -32,6 +32,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "log.h"
+ #include "guiutils.h"
\ No newline at end of file

diff --git a/app-misc/recoll/recoll-1.24.1.ebuild 
b/app-misc/recoll/recoll-1.24.1.ebuild
new file mode 100644
index 000..a3d7abcba69
--- /dev/null
+++ b/app-misc/recoll/recoll-1.24.1.ebuild
@@ -0,0 +1,125 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils linux-info python-single-r1 qmake-utils
+
+DESCRIPTION="A personal full text search package"
+HOMEPAGE="http://www.lesbonscomptes.com/recoll/;
+SRC_URI="http://www.lesbonscomptes.com/recoll/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="camelcase doc +inotify qt5 session +spell"
+REQUIRED_USE="session? ( inotify ) ${PYTHON_REQUIRED_USE}"
+
+CDEPEND="
+   dev-libs/xapian:=
+   sys-libs/zlib:=
+   virtual/libiconv
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwebkit:5
+   )
+   session? (
+   inotify? (
+ x11-libs/libSM
+ x11-libs/libICE
+ x11-libs/libX11
+   )
+   )
+   spell? ( app-text/aspell )
+   ${PYTHON_DEPS}
+"
+
+DEPEND="
+   ${CDEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )
+"
+
+RDEPEND="
+   ${CDEPEND}
+   app-arch/unzip
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-python3.patch # python3 patch
+   "${FILESDIR}"/${P}-qt-5.11.patch # bugs 663028, 660912
+)
+
+pkg_setup() {
+   if has_version "

[gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/files/, media-sound/musescore/

2018-08-17 Thread Andreas Sturmlechner
commit: e6afd0247a9d58619db12cc83225c6c58337ead9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 17 21:24:14 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 17 22:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6afd024

media-sound/musescore: Fix build with Qt 5.11

Closes: https://bugs.gentoo.org/661784
Package-Manager: Portage-2.3.46, Repoman-2.3.10

 .../musescore/files/musescore-2.1.0-qt-5.11.patch   | 21 +
 media-sound/musescore/musescore-2.1.0.ebuild|  5 -
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch 
b/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch
new file mode 100644
index 000..09932062de5
--- /dev/null
+++ b/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch
@@ -0,0 +1,21 @@
+From 9c8a8ffe0cbb00ee93a10fe245da01a4d32ca086 Mon Sep 17 00:00:00 2001
+From: Orcan Ogetbil 
+Date: Thu, 31 May 2018 21:04:51 -0400
+Subject: [PATCH] added missing #include  required by qt >= 5.11
+
+---
+ all.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/all.h b/all.h
+index 72db72b0ec..2ee0e8e807 100644
+--- a/all.h
 b/all.h
+@@ -131,6 +131,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
\ No newline at end of file

diff --git a/media-sound/musescore/musescore-2.1.0.ebuild 
b/media-sound/musescore/musescore-2.1.0.ebuild
index c5eb58ccd82..71798fdc8e9 100644
--- a/media-sound/musescore/musescore-2.1.0.ebuild
+++ b/media-sound/musescore/musescore-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -41,9 +41,12 @@ DEPEND="${RDEPEND}
dev-qt/linguist-tools:5
virtual/pkgconfig
"
+
 PATCHES=(
"${WORKDIR}/${PN}-2.1.0-fix-buildsystem.patch"
+   "${FILESDIR}/${PN}-2.1.0-qt-5.11.patch"
 )
+
 S="${WORKDIR}/MuseScore-${PV}"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/, app-text/goldendict/files/

2018-08-17 Thread Andreas Sturmlechner
commit: 80fbdf3ca74c97e0b1435a178cbf5d7b60ade213
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 17 21:40:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 17 22:02:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fbdf3c

app-text/goldendict: Fix build with Qt 5.11

Reported-by: Viacheslav Ostroukh  ostroukh.me>
Tested-by: Viktor Levin  mail.ru>
Closes: https://bugs.gentoo.org/662094
Package-Manager: Portage-2.3.46, Repoman-2.3.10

 .../files/goldendict-1.5.0-qt-5.11.patch   | 56 ++
 app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild |  5 +-
 2 files changed, 60 insertions(+), 1 deletion(-)

diff --git a/app-text/goldendict/files/goldendict-1.5.0-qt-5.11.patch 
b/app-text/goldendict/files/goldendict-1.5.0-qt-5.11.patch
new file mode 100644
index 000..247ec52931b
--- /dev/null
+++ b/app-text/goldendict/files/goldendict-1.5.0-qt-5.11.patch
@@ -0,0 +1,56 @@
+From 3d4a468b6c8cb154c88cf4592a5845973999dc29 Mon Sep 17 00:00:00 2001
+From: Abs62 
+Date: Tue, 10 Apr 2018 18:44:43 +0300
+Subject: [PATCH] Qt5: Fix compilation with Qt 5.11 (issue #991)
+
+---
+ fulltextsearch.hh | 1 +
+ initializing.cc   | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/fulltextsearch.hh b/fulltextsearch.hh
+index da7e2943..adf9619f 100644
+--- a/fulltextsearch.hh
 b/fulltextsearch.hh
+@@ -6,6 +6,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "dictionary.hh"
+ #include "ui_fulltextsearch.h"
+diff --git a/initializing.cc b/initializing.cc
+index 0db6909b..59e605d6 100644
+--- a/initializing.cc
 b/initializing.cc
+@@ -1,6 +1,7 @@
+ /* This file is (c) 2008-2012 Konstantin Isakov 
+  * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
+ 
++#include 
+ #include "initializing.hh"
+ #include 
+ 
+From a65967805ab424b299bdfa1d1f9c7ebb8a7fd517 Mon Sep 17 00:00:00 2001
+From: Perfect Gentleman 
+Date: Wed, 11 Apr 2018 00:04:12 +0700
+Subject: [PATCH] Update groups_widgets.hh
+
+fixes https://github.com/goldendict/goldendict/issues/991
+---
+ groups_widgets.hh | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/groups_widgets.hh b/groups_widgets.hh
+index ce442fa2..2064e3bb 100644
+--- a/groups_widgets.hh
 b/groups_widgets.hh
+@@ -8,6 +8,7 @@
+ 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ 

diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild 
b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
index 47c7916defc..e25c25eb062 100644
--- a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
+++ b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
@@ -48,7 +48,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
 "
 
-PATCHES=( "${FILESDIR}/${PN}-1.5.0-qtsingleapplication-unbundle.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-1.5.0-qtsingleapplication-unbundle.patch"
+   "${FILESDIR}/${PN}-1.5.0-qt-5.11.patch"
+)
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



  1   2   >