[gentoo-commits] proj/qt:master commit in: dev-qt/qdoc/

2019-05-17 Thread Michael Palimaka
commit: 22dc1a6b170ab0dffd62fc45d5c022636ecdb611
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat May 18 05:57:31 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat May 18 05:57:53 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=22dc1a6b

dev-qt/qdoc: sync with main tree

Closes: https://bugs.gentoo.org/676948
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 dev-qt/qdoc/qdoc-5.12..ebuild | 15 +--
 dev-qt/qdoc/qdoc-5.13..ebuild | 13 -
 dev-qt/qdoc/qdoc-5..ebuild| 15 +--
 3 files changed, 26 insertions(+), 17 deletions(-)

diff --git a/dev-qt/qdoc/qdoc-5.12..ebuild 
b/dev-qt/qdoc/qdoc-5.12..ebuild
index 5e1e6d05..02aa22c3 100644
--- a/dev-qt/qdoc/qdoc-5.12..ebuild
+++ b/dev-qt/qdoc/qdoc-5.12..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,10 +28,13 @@ src_prepare() {
qt_use_disable_mod qml qmldevtools-private \
src/qdoc/qdoc.pro
 
-   export LLVM_INSTALL_DIR="$(llvm-config --prefix)"
-   # this is normally loaded in qttools.pro, so skipped by using
-   # QT_TARGET_SUBDIRS causing build to fail
-   sed -e '1iload(qt_find_clang)\' -i src/qdoc/qdoc.pro || die
-
qt5-build_src_prepare
 }
+
+src_configure() {
+   # src/qdoc requires files that are only generated when qmake is
+   # run in the root directory. bug 676948; same fix as bug 633776
+   mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die
+   qt5_qmake "${QT5_BUILD_DIR}"
+   qt5-build_src_configure
+}

diff --git a/dev-qt/qdoc/qdoc-5.13..ebuild 
b/dev-qt/qdoc/qdoc-5.13..ebuild
index a7c87f07..02aa22c3 100644
--- a/dev-qt/qdoc/qdoc-5.13..ebuild
+++ b/dev-qt/qdoc/qdoc-5.13..ebuild
@@ -28,10 +28,13 @@ src_prepare() {
qt_use_disable_mod qml qmldevtools-private \
src/qdoc/qdoc.pro
 
-   export LLVM_INSTALL_DIR="$(llvm-config --prefix)"
-   # this is normally loaded in qttools.pro, so skipped by using
-   # QT_TARGET_SUBDIRS causing build to fail
-   sed -e '1iload(qt_find_clang)\' -i src/qdoc/qdoc.pro || die
-
qt5-build_src_prepare
 }
+
+src_configure() {
+   # src/qdoc requires files that are only generated when qmake is
+   # run in the root directory. bug 676948; same fix as bug 633776
+   mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die
+   qt5_qmake "${QT5_BUILD_DIR}"
+   qt5-build_src_configure
+}

diff --git a/dev-qt/qdoc/qdoc-5..ebuild b/dev-qt/qdoc/qdoc-5..ebuild
index 5e1e6d05..02aa22c3 100644
--- a/dev-qt/qdoc/qdoc-5..ebuild
+++ b/dev-qt/qdoc/qdoc-5..ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,10 +28,13 @@ src_prepare() {
qt_use_disable_mod qml qmldevtools-private \
src/qdoc/qdoc.pro
 
-   export LLVM_INSTALL_DIR="$(llvm-config --prefix)"
-   # this is normally loaded in qttools.pro, so skipped by using
-   # QT_TARGET_SUBDIRS causing build to fail
-   sed -e '1iload(qt_find_clang)\' -i src/qdoc/qdoc.pro || die
-
qt5-build_src_prepare
 }
+
+src_configure() {
+   # src/qdoc requires files that are only generated when qmake is
+   # run in the root directory. bug 676948; same fix as bug 633776
+   mkdir -p "${QT5_BUILD_DIR}"/src/qdoc || die
+   qt5_qmake "${QT5_BUILD_DIR}"
+   qt5-build_src_configure
+}



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

2019-05-17 Thread Hans de Graaff
commit: 40df4d31b4a9fe50a437c1b3c267d0da104314c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:41:41 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:41:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40df4d31

profiles/arch/amd64/x32/package.mask: mask v8 dependency

Only mask the specific version that now depends on uglifier to avoid
masking more dependencies further up the tree in the expectation that
this dependency will disappear again in newer versions.

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/arch/amd64/x32/package.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/arch/amd64/x32/package.mask 
b/profiles/arch/amd64/x32/package.mask
index 696b9768c1e..27f99c6c6f4 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -26,6 +26,7 @@ dev-python/bokeh
 dev-python/blaze
 

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

2019-05-17 Thread Hans de Graaff
commit: 95d2915c97bed824b111623d86840bf3102412cf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:38:46 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:38:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95d2915c

profiles/package.mask: use correct slots in mask

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/package.mask | 21 +++--
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 2f921556a82..84551a62482 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -28,7 +28,17 @@
 ## app-misc/some-package
 
 #--- END OF EXAMPLES ---
-#
+
+# Hans de Graaff  (18 May 2019)
+# Old, ruby24-only, slots of ruby packages without any reverse
+# dependencies. Use the newer slot version instead.
+# (originally last-rited on 15 Apr 2019)
+# Masked for removal in 30 days.
+dev-ruby/elasticsearch:0
+dev-ruby/elasticsearch-api:0
+dev-ruby/elasticsearch-transport:0
+dev-ruby/filesize:0.1.1
+
 # Stefan Strogin  (17 May 2019)
 # Depends on >=dev-libs/bglibs-2.04. Bug #685238.
 >=net-libs/cvm-0.97
@@ -476,15 +486,6 @@ sys-boot/systemrescuecd-x86-grub
 >dev-java/oracle-jdk-bin-1.8.0.202:1.8
 >dev-java/oracle-jre-bin-1.8.0.202:1.8
 
-# Hans de Graaff  (15 Apr 2019)
-# Old, ruby24-only, slots of ruby packages without any reverse
-# dependencies. Use the newer slot version instead.
-# Masked for removal in 30 days.
-dev-ruby/elasticsearch:5
-dev-ruby/elasticsearch-api:5
-dev-ruby/elasticsearch-transport:5
-dev-ruby/filesize:0.0.1
-
 # David Seifert  (15 Apr 2019)
 # Masked for testing, Bug #653878.
 >=dev-libs/boost-1.70.0



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

2019-05-17 Thread Hans de Graaff
commit: b2bf846bc7b585e762f1351006d41bdbf9232632
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:26:09 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:26:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bf846b

dev-ruby/mocha: cleanup masked slots

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

 dev-ruby/mocha/Manifest   |  1 -
 dev-ruby/mocha/mocha-0.10.5-r2.ebuild | 50 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-ruby/mocha/Manifest b/dev-ruby/mocha/Manifest
index c33f34d751c..83234f59f81 100644
--- a/dev-ruby/mocha/Manifest
+++ b/dev-ruby/mocha/Manifest
@@ -1,4 +1,3 @@
-DIST mocha-0.10.5.gem 73728 BLAKE2B 
334bb5f3fb0f2248362f43bf2efaa879294fb46b2984e1594822f6293496f23a70fcc3f5153fd47106d5139c1e98e362ed1e71a17c590db38b3e8b22324d0698
 SHA512 
147c1b91e6d30598f91bc2c9311b71dd37cd83b0c870dbe7ec1a45b014ccde9ee37c9fe38b6ab250d78af9c0c5629ff4a47a208ae3e8c206eba401c2b3ec871d
 DIST mocha-0.14.0.gem 82944 BLAKE2B 
50a066e2f5007df08a7f76785fd4c2b12327b4969c11324a0574c707bea3219d51edb9ab40635378c16b46ad826ec7eff42434a27cd61113a6f40251fa2e6930
 SHA512 
918e45f2ee761c7dc399c7958e4d406f9e186c90f479fd01a421aa542944b47e9b2c5e938f4fc5292a7da345726447b2d47dc5f417e114201f8a4d9893c4d461
 DIST mocha-1.4.0.gem 92672 BLAKE2B 
8b8640038da40f2577431630ffbc773f5a9474a3a872a5f6c26d53b41d2827da59f32f6c7abab78cbf491bb6d58cabe0834e4b1706869cedd1e72f116817537a
 SHA512 
54953d815cddf52deccdddcebc9a9880fa2f14cab9f4ee1e164bfa3afe095d56b409312149341d1bf84fb336ed23512e7acce371135f8a2a1bb16f1de7acff1d
 DIST mocha-1.7.0.gem 96768 BLAKE2B 
d6b2f14bb1277473c3393b06e2f4830331bcf4f2d02fa918a006eeb65a340e1f8bf25e354910bff1cdc3abae9b98bd53de272c628cec7bb59e30c5b02dc8ffc6
 SHA512 
b3fd656523e6ec1eb81e941cd43fe402254b6b15a00cdb459a900c94df02bd20f7ca8aafc796e418c6ba3e3b71c5bdc74a97e380f1c106e2831e78d9aaa7887e

diff --git a/dev-ruby/mocha/mocha-0.10.5-r2.ebuild 
b/dev-ruby/mocha/mocha-0.10.5-r2.ebuild
deleted file mode 100644
index 1c5367b7858..000
--- a/dev-ruby/mocha/mocha-0.10.5-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.rdoc RELEASE.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and 
SchMock"
-HOMEPAGE="http://mocha.rubyforge.org/;
-
-LICENSE="MIT"
-SLOT="0.10"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/coderay )"
-
-ruby_add_rdepend "dev-ruby/metaclass" #metaclass ~> 0.0.1
-
-all_ruby_prepare() {
-   sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' 
Rakefile || die
-
-   # Use syntax that works with all versions of coderay
-   sed -i -e 's/html.div/html(:wrap => :div)/' Rakefile || die
-}
-
-all_ruby_compile() {
-   all_fakegem_compile
-
-   if use doc; then
-   rake examples || die
-   fi
-}
-
-all_ruby_install() {
-   all_fakegem_install
-
-   docinto examples
-   dodoc examples/*.rb || die
-}



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

2019-05-17 Thread Hans de Graaff
commit: 09d49dc962e965412fdb642ad36fcc0c101b04c1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:33:21 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:33:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d49dc9

dev-ruby/hiera-eyaml: cleanup masked slots

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

 dev-ruby/hiera-eyaml/Manifest|  1 -
 dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/dev-ruby/hiera-eyaml/Manifest b/dev-ruby/hiera-eyaml/Manifest
index 2118e3f1a35..2d3e7439b05 100644
--- a/dev-ruby/hiera-eyaml/Manifest
+++ b/dev-ruby/hiera-eyaml/Manifest
@@ -1,2 +1 @@
-DIST hiera-eyaml-2.1.0.tar.gz 46179 BLAKE2B 
a25eaf1e013af4add5c4628dab168daedfeb8763038f4e003d5e48b5e51ddc25dbbb8b01d024836163089106d0786d27af43113b3db950ecb302c3ec5a82d7a8
 SHA512 
b85de0de0cb4f4a7b381ec7e406e5b3858b1e93b5475830df6991fc679d1391a88dd988c0d266942e70fb4705ba47cb656fd732bd923f8290dd90a5bf6e4a5fb
 DIST hiera-eyaml-3.0.0.tar.gz 54416 BLAKE2B 
75587799b228562ae89ab4e46fdd5d4a256f66403df0a2c0761aadec17fb3fa95c1207aee5a4663bcbd843c7d6e0594ce2c0edf6973184b64522a987d628b549
 SHA512 
805496478d0fe142ea1661345d92e5ad2ad4c18c98bb83c8f799031b784a997e1aee2a11b46600a8ddbe0b147072ea0f83fbfa100df5b5fc534d7489850d9827

diff --git a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild 
b/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
deleted file mode 100644
index ff6b41f65d1..000
--- a/dev-ruby/hiera-eyaml/hiera-eyaml-2.1.0-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGES.md PLUGINS.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Encrypted YAML backend for hiera"
-HOMEPAGE="https://github.com/TomPoulton/hiera-eyaml;
-SRC_URI="https://github.com/TomPoulton/hiera-eyaml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-ruby_add_rdepend ">=dev-ruby/highline-1.6.19"
-ruby_add_rdepend "dev-ruby/trollop:2"
-ruby_add_rdepend "!!dev-ruby/hiera-eyaml:3" # both install the /usr/bin/eyaml 
binary
-
-ruby_add_bdepend "test? ( dev-util/cucumber ~dev-util/aruba-0.6.2 
/>=/' \
-   -e '/gem.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-   sed -i -e 's:/tmp:'${T}':' \
-   
features/sandbox/puppet/environments/local/modules/test/manifests/init.pp \
-   
features/sandbox/puppet-hiera-merge/environments/local/modules/test/manifests/init.pp
 \
-   features/puppet.feature
-}
-
-each_ruby_prepare() {
-   # Run tests with the correct ruby interpreter
-   sed -i -e 's:I run `eyaml:I run `'${RUBY}' '${S}'/bin/eyaml:' 
features/*.feature || die
-
-}
-
-each_ruby_test() {
-   ${RUBY} -S cucumber --format progress features || die
-}



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

2019-05-17 Thread Hans de Graaff
commit: bfb9471bb351fd35ea0568595fa28d005e70af9c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:18:39 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:18:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfb9471b

dev-ruby/rack-ssl: cleanup masked slots

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

 dev-ruby/rack-ssl/Manifest  |  1 -
 dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-ruby/rack-ssl/Manifest b/dev-ruby/rack-ssl/Manifest
index ad1d6237883..2c4103fb37b 100644
--- a/dev-ruby/rack-ssl/Manifest
+++ b/dev-ruby/rack-ssl/Manifest
@@ -1,2 +1 @@
-DIST rack-ssl-1.3.4-git.tgz 3185 BLAKE2B 
e0b8345f38cb7a226e95e7aef231eafa2e12d132470cb91a007f9ef5802c1a536ee871a13235b72e49e68cdabd4eac133fb2e6bc82da376347b74f8e089c1aa5
 SHA512 
4a52d30afd9306975579f9773b7fb59f4174fa095497a7071e48599ad261eb6bfbd040e49260f1996e94b897e38873b7d5b47dae494e09cc1ad22c7078458afc
 DIST rack-ssl-1.4.1-git.tgz 3238 BLAKE2B 
7861fff6dd7b15505e008d150a515dee6749767b3e2056553baa85e3696f4c9fb63a5a0d03b99588ee09d79163c0463763824a9bb53fdc86f857f9c472c9fb2e
 SHA512 
700a2cbc848be8e410186e6af709c5d7a8bae65ada02b405711dc60f8c6e1fe4fb00c3acc55ddc76a1d79e9468ba8f92d0350c983d5c1b83e4cee2b91aa68f23

diff --git a/dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild 
b/dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild
deleted file mode 100644
index e8504500b00..000
--- a/dev-ruby/rack-ssl/rack-ssl-1.3.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="Force SSL/TLS in your app"
-HOMEPAGE="https://github.com/josh/rack-ssl/;
-SRC_URI="https://github.com/josh/rack-ssl/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~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_rdepend "virtual/ruby-ssl"
-
-ruby_add_bdepend "test? ( dev-ruby/rack-test )"



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

2019-05-17 Thread Hans de Graaff
commit: 7d3f0d35f7b7f0daa5466ea52accfcf1e07bd807
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:08:45 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:08:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3f0d35

dev-ruby/slop: cleanup masked slots

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

 dev-ruby/slop/Manifest  |  1 -
 dev-ruby/slop/slop-3.6.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index db534159a95..052c826c9a3 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -1,2 +1 @@
-DIST slop-3.6.0.tgz 19570 BLAKE2B 
a65b4bf689d48f7a97d00a9a06a926d5cd10a62053e9ff3e64e5593eb0adf54a7f6f4a56fb6078860682bad5809922f915aeddd6b8b37b447825aed0545ede9b
 SHA512 
48bc2f56070a6f65b865b76dd5ba2e0e434c2ac5f9efef89301833746c0d01e5d9769ae02cdff8a4cfb0ed67d4306d921eafe086f49dafa0af8521d14bcee2a6
 DIST slop-4.6.2.tgz 15750 BLAKE2B 
a31c8ec895e534be7fe77eb09909c2210d298c1a89099080af816b9e06a5ee2358aef223b1ce0669f9d40cc91c04ce55e8ebb6d506a4bec35fb1fd9b93c0017d
 SHA512 
352d7e5bbbe9ae4c324d1561f953fe28c1c99078bdef27f1be45453e60b34e0191e94d8952ec0a8cee7d689c6ba910616c9515747e81a8378fa825cb2139bfc7

diff --git a/dev-ruby/slop/slop-3.6.0.ebuild b/dev-ruby/slop/slop-3.6.0.ebuild
deleted file mode 100644
index d0e33d85479..000
--- a/dev-ruby/slop/slop-3.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A simple option parser with an easy to remember syntax and 
friendly API"
-HOMEPAGE="https://github.com/injekt/slop;
-SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~x86"
-
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
-
-all_ruby_prepare() {
-   sed -i -e '/git ls-files/d' slop.gemspec || die
-}



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

2019-05-17 Thread Hans de Graaff
commit: ea1d2a872d791a0ac2df04f710628579eb6d870f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:00:43 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:00:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1d2a87

dev-util/cucumber-core: cleanup masked slots

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

 dev-util/cucumber-core/Manifest|  2 --
 dev-util/cucumber-core/cucumber-core-3.0.0.ebuild  | 35 ---
 .../cucumber-core/cucumber-core-3.1.0-r1.ebuild| 39 --
 3 files changed, 76 deletions(-)

diff --git a/dev-util/cucumber-core/Manifest b/dev-util/cucumber-core/Manifest
index 451ba782616..9affd1084a9 100644
--- a/dev-util/cucumber-core/Manifest
+++ b/dev-util/cucumber-core/Manifest
@@ -1,4 +1,2 @@
 DIST cucumber-core-1.5.0.gem 45056 BLAKE2B 
39c56fd48386556f36921694940d8d8be7e2345c81bec83e7a47b4a07e96b22f4d30898cbdcedeebc44be671c166b42cb52d55c36b7196eb05b9cb82333a76d3
 SHA512 
544d2c5707bde46d0c12dc975b3858e663776d9bc87ef044681525a547ef2de171a74ba0c53fb28dafcbdf90a153bea5357ec1a129f11b2c0dfedd288c5def74
-DIST cucumber-core-3.0.0.gem 52736 BLAKE2B 
8c46b6209ffcea6c4840c038f956c90b0cbf4ab6e227ff0d0bcd92202f4bc233c9815bd270baf8d01a9cf15ef32cda2ca9fed172571fa2d8fc00ac024667a725
 SHA512 
2991bc8e2f3f5042b10cd430273dd1fd4c851ee444defbdfdf16ba920f93c6523e1b503c562438691947a969c95c8f65416a69c4fdf1fe876ad0c274982b9e75
-DIST cucumber-core-3.1.0.tar.gz 49335 BLAKE2B 
92b82661a6fb49ebff987fc5c729fee894509667d2a9600dcafa305235097249381b51ba4549f6c465dd7d8733e125d891d7c04e204fd683f68f08792e862a8a
 SHA512 
c50186288bc855e30611dd25956f343bb97c7fc75e0f3341917e5816db2dcb7ea76a189fda7399c1304db7a643d8c10b7a76e3bf98a775e1ef2356a389e3eb7d
 DIST cucumber-core-3.2.1.tar.gz 49868 BLAKE2B 
e5d18797fb6821fa9c300898bc8c14d57559b790d77a191d7147a987e27893ce89076716f82fa2048632e1b033ad607c748fe29f6b8fc600abd523290c4a9f50
 SHA512 
ba45e804d8454a6ef306eb90f32e6cdf3ee25fdd6613e9ba8308ecfce4044f27ee3dc012ad7f9ca481e94fe5e1d9deb9e0c46ca811a8e25bb27981a78c528ddb

diff --git a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
deleted file mode 100644
index 078c3dd6b01..000
--- a/dev-util/cucumber-core/cucumber-core-3.0.0.ebuild
+++ /dev/null
@@ -1,35 +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_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-SLOT="3.0"
-IUSE="test"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/unindent-1.0
-   )"
-
-ruby_add_rdepend "
-   >=dev-ruby/backports-3.8.0
-   >=dev-util/cucumber-tag_expressions-1.0.1
-   >=dev-ruby/gherkin-4.1.3
-"
-
-all_ruby_prepare() {
-   # Avoid dependency on kramdown to keep dependency list manageable for 
all arches.
-   rm -f spec/readme_spec.rb || die
-}

diff --git a/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild 
b/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild
deleted file mode 100644
index f3c9451e8d5..000
--- a/dev-util/cucumber-core/cucumber-core-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="cucumber-core.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Executable feature scenarios"
-HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis;
-SRC_URI="https://github.com/cucumber/cucumber-ruby-core/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-RUBY_S="cucumber-ruby-core-${PV}"
-LICENSE="Ruby"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-SLOT="3.1"
-IUSE="test"
-
-ruby_add_bdepend "
-   test? (
-   >=dev-ruby/unindent-1.0
-   )"
-
-ruby_add_rdepend "
-   >=dev-ruby/backports-3.8.0
-   >=dev-util/cucumber-tag_expressions-1.1.0
-   >=dev-ruby/gherkin-5.0.0
-"
-
-all_ruby_prepare() {
-   # Avoid dependency on kramdown to keep dependency list manageable for 
all arches.
-   rm -f spec/readme_spec.rb || die
-}



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

2019-05-17 Thread Hans de Graaff
commit: ab495f22ae9c304714f9d9fa38da1238adb56fd5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:09:44 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:09:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab495f22

dev-ruby/ruby_smb: cleanup masked slots

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

 dev-ruby/ruby_smb/Manifest   |  2 --
 dev-ruby/ruby_smb/ruby_smb-0.0.23.ebuild | 30 --
 dev-ruby/ruby_smb/ruby_smb-0.0.24.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-ruby/ruby_smb/Manifest b/dev-ruby/ruby_smb/Manifest
index 4a075f0f35e..12a54241396 100644
--- a/dev-ruby/ruby_smb/Manifest
+++ b/dev-ruby/ruby_smb/Manifest
@@ -1,5 +1,3 @@
-DIST ruby_smb-0.0.23.gem 149504 BLAKE2B 
fe9e8dab2d0437cff691293b71473c5bbbc697952e1ce2ca52176922a7fffdeecf05e38ec139ee6f5f8c6615b2f80e6ded3b6c50390b9a7c7d06c777ce738491
 SHA512 
eaa779a3e9e3858142ed5581fddf5afd1f05106257e314c8811ca05fc80ce50c7944c8cbc147d652aad4c8fc4b3247c97f9f57eed44887de47abd51fe576e5e1
-DIST ruby_smb-0.0.24.gem 150016 BLAKE2B 
bd9af5646e151dd61d89057c325f4246dd2bed686fffc56cc1d281615093223a71dc3f2cb67d8e2f6ddacdbfafd4121e46b4109de652f90363451cb905fee2be
 SHA512 
bef4a57edd906f84eaa46072d508578e23834e08d0f66b28feaf3f7c861474bbfc763b9f4e117537d635165fa6f0d1d2430a9e4dadf23bbf99485893ce735cc2
 DIST ruby_smb-1.0.2.gem 150016 BLAKE2B 
4d661a12fee0430be8e071069d8457d4a11f197087bd1cf208f206e705285ea236a445a9396d13868335ef67c4ad7972890ffa22fe2efc3c98ef0d3503474033
 SHA512 
e8c1314d34e282bb117ea5587b18a41c25315c515cc5141d1a4bc98b423c25ac923e5c8836eda039f201204f82587bfc3d2ee89193277231424b99f512b27a59
 DIST ruby_smb-1.0.3.gem 150016 BLAKE2B 
0958a17c1140a543d3065c147a534d5426529fbf1477e3ca2624317a4c21907f08e1e0e0690c72415ba6c0577fd611c255637ea8adc48f1d934b2fab253e5130
 SHA512 
7649d064618ecb28b828c55ab5184dcf13a989dd0ddcf67e431fcc8147308c649b5a8ce7b826451487eb19a9d1daf0bb22d6d9288a0108a9cc771b364a11be13
 DIST ruby_smb-1.0.5.gem 157184 BLAKE2B 
6865e908bf57a5785d6b2523a1dc78a0fb5f63f47103fcf757c28b73228848feb7b2f05ad3286df6a52703a956854aa243fdc6d26c2841abb497b6e09449b38c
 SHA512 
af4bd0cd40f8be0f12b204ded7ef9832de31bdadf4d0ff7f05a4addb1300827ced4f0588131c31638797f1f294230e0c61c4829fd1962043af452d55bbe133ee

diff --git a/dev-ruby/ruby_smb/ruby_smb-0.0.23.ebuild 
b/dev-ruby/ruby_smb/ruby_smb-0.0.23.ebuild
deleted file mode 100644
index 09ed1a320e5..000
--- a/dev-ruby/ruby_smb/ruby_smb-0.0.23.ebuild
+++ /dev/null
@@ -1,30 +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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
-HOMEPAGE="https://github.com/rapid7/ruby_smb;
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/bindata:*
-   dev-ruby/rubyntlm
-   dev-ruby/windows_error"
-
-all_ruby_prepare() {
-   sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
-   sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
-   -e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
-   sed -i '/TRAVIS/d' spec/spec_helper.rb
-   sed -i -e '1irequire "rubyntlm"; require "time"' spec/spec_helper.rb
-}

diff --git a/dev-ruby/ruby_smb/ruby_smb-0.0.24.ebuild 
b/dev-ruby/ruby_smb/ruby_smb-0.0.24.ebuild
deleted file mode 100644
index fc708a285da..000
--- a/dev-ruby/ruby_smb/ruby_smb-0.0.24.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="pure Ruby implementation of the SMB Protocol Family"
-HOMEPAGE="https://github.com/rapid7/ruby_smb;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/bindata:*
-   dev-ruby/rubyntlm
-   dev-ruby/windows_error"
-
-all_ruby_prepare() {
-   sed -i -e '/simple[Cc]ov/d' -e '/coveralls/d' spec/spec_helper.rb
-   sed -i -e '/[Ss]imple[Cc]ov/,/end/d' \
-   -e '/[Cc]overalls/,/end/d' spec/spec_helper.rb
-   sed -i '/TRAVIS/d' spec/spec_helper.rb
-   sed -i -e '1irequire "rubyntlm"; require "time"' spec/spec_helper.rb
-}



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

2019-05-17 Thread Hans de Graaff
commit: 0e9f1e71c0ce9b9347e672e06a727ef8c3aedda2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:02:49 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:02:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9f1e71

dev-ruby/ttfunk: cleanup masked slots

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

 dev-ruby/ttfunk/Manifest|  2 --
 dev-ruby/ttfunk/ttfunk-1.2.1.ebuild | 25 -
 dev-ruby/ttfunk/ttfunk-1.4.0.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/ttfunk/Manifest b/dev-ruby/ttfunk/Manifest
index ea06cc8f6db..923d98deb1a 100644
--- a/dev-ruby/ttfunk/Manifest
+++ b/dev-ruby/ttfunk/Manifest
@@ -1,3 +1 @@
-DIST ttfunk-1.2.1.tar.gz 733233 BLAKE2B 
ac0d44d0568e56519a85f6453ccd3df48de4b76b58782da974c7478abb17acb7da12b22802f2b0a0cce7303b5f0487be2cc32d0f8ba2dcbfb757f39f098993e5
 SHA512 
81e468a298ed0b4574573f0b6f5b23db73a32b8070520d5d143bc178d8e20cb4af4064476d7377d98301941765f24d6eeeb8ab3590878bf89531c1f729b7e97b
-DIST ttfunk-1.4.0.tar.gz 784076 BLAKE2B 
bf2a9c9a54127eb922e2d3f4e98033092adb8c9b434564f61dd7d8a334723e484a42ce0425bf85908c16e91a2ba8fd4e1bdb3fd4d5c55ece8d20c9912de709b6
 SHA512 
369c7230c3e1eee57f0fba77cf2bc67c3ef6c6a1d2ba0280e1c6776ea1a6aaffafd2cb1f1d410f7be9d594c640d6afa4fc985c4eea85938d2feb37c3c7886295
 DIST ttfunk-1.5.1.tar.gz 1454516 BLAKE2B 
08bb349f4289977b7391013a6686a05f27b4faea9f4b005a5056e525ce02fba2de43712e4538ccf17d967d9cc2c29cbb95e6fc39fc11b6c17291ceac54f63849
 SHA512 
6f2ffb30200b5b5d36150fe8e81e376e8f4ceec3ac4b1bfe9363191f37616f7a22849a826c19a87458ea5ca70c381e6f976311964bac113bfe5aa767d9e459d4

diff --git a/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild 
b/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild
deleted file mode 100644
index c635cf8d860..000
--- a/dev-ruby/ttfunk/ttfunk-1.2.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="A TrueType font parser written in pure ruby"
-HOMEPAGE="https://github.com/prawnpdf/ttfunk/;
-SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 Ruby )"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild 
b/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild
deleted file mode 100644
index c635cf8d860..000
--- a/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.rdoc"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="A TrueType font parser written in pure ruby"
-HOMEPAGE="https://github.com/prawnpdf/ttfunk/;
-SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 Ruby )"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
-}



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

2019-05-17 Thread Hans de Graaff
commit: 817923891d6777216cd3940965997434018975d0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 04:58:45 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 04:58:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81792389

dev-util/cucumber-expressions: cleanup masked slots

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

 dev-util/cucumber-expressions/Manifest |  2 --
 .../cucumber-expressions-4.0.4.ebuild  | 18 --
 .../cucumber-expressions-5.0.18.ebuild | 18 --
 3 files changed, 38 deletions(-)

diff --git a/dev-util/cucumber-expressions/Manifest 
b/dev-util/cucumber-expressions/Manifest
index abdb689b9f9..5f544eba0e3 100644
--- a/dev-util/cucumber-expressions/Manifest
+++ b/dev-util/cucumber-expressions/Manifest
@@ -1,3 +1 @@
-DIST cucumber-expressions-4.0.4.gem 16896 BLAKE2B 
5e888f63d4c976db4b10bd99b8f8f4122364fb32c106f6485b3b75e3ade15fd573260cc37aaf4abc3754bdf3ad62ac37b4d78a4abc63099a841e256e12425bd3
 SHA512 
9a52b866545154c9e7d4e8f08cbbf6b2d0dcee28c24486eb95ad4717a757a25ae8ac844702dd2e0c892fa0406f686d3b4eb024c90fc6e7b90be7a6edd7e2dadc
-DIST cucumber-expressions-5.0.18.gem 18432 BLAKE2B 
d5728a766ac568a0a2588dc99d45364579213e97517f0ce57a954f58533230e2ac362c2664567ba79ee3404d02d2a7811986dc66e6a8365572978da5832e1a96
 SHA512 
4016248cf116920512895a874f67331a84f782dfbe560dd4a9d64ef001fa8d66ea2663b96dce8e2fb561fd533e6a8a0d399dcb923cba451cc452f15c571e3288
 DIST cucumber-expressions-6.0.1.gem 18944 BLAKE2B 
a30127598ff26ea60477bbdad9fc621d0cb1ebb09af3f38d329a15430a207616b6421a127c302ba8470089c8ee0daeccc8f38d4f951b6edb320cff1cc16760b9
 SHA512 
d9c6371d499ffbe9105038396cde0786cd889def866bf56284a66be77230aac03a74f565b2c3adb966a8d2c67e631ff83eaf426e4bc4b022cd7742bb3a030137

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
deleted file mode 100644
index c7f9c901c4f..000
--- a/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
+++ /dev/null
@@ -1,18 +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_DOC="rdoc"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a simpler alternative to Regular Expressions"
-HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-SLOT="4.0"

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-5.0.18.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-5.0.18.ebuild
deleted file mode 100644
index cc906e2cd48..000
--- a/dev-util/cucumber-expressions/cucumber-expressions-5.0.18.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="a simpler alternative to Regular Expressions"
-HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme;
-LICENSE="MIT"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-SLOT="5.0"



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

2019-05-17 Thread Hans de Graaff
commit: b19e17bcb74a2b89a95968abacd9e57d8a94879f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:28:23 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:28:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b19e17bc

dev-ruby/jsobfu: cleanup masked slots

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

 dev-ruby/jsobfu/Manifest   |  1 -
 dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/jsobfu/Manifest b/dev-ruby/jsobfu/Manifest
index eebf0f979e1..ef7e104c1ef 100644
--- a/dev-ruby/jsobfu/Manifest
+++ b/dev-ruby/jsobfu/Manifest
@@ -1,2 +1 @@
-DIST jsobfu-0.3.0.gem 20992 BLAKE2B 
01562d1a2d590d623084d7de48500205a6eb55cf68198219a2f554c71b6213af6957cdf7fcb88f12359eb28317601be322f0dc6f0f5868f26e8423043a67c7da
 SHA512 
64084589066bb8d5c4c775a9a910214306fc1b39ff54582a0cf6485efcca667de57e9e26c02139d1b7baabadf38947464c03bebb72aae65c7be8f993413b6389
 DIST jsobfu-0.4.2.gem 27648 BLAKE2B 
280629f104a6aa1cfd4603fff2edf5d2dde5885bf074e39e790e06f03d17a2cf107a6bed61fb2279a3c1e1879e4a74d7faa266561ca10590fb67543ec52e02ec
 SHA512 
84374c8c65691eac6fbdaef78a6faf8a1659474789df2ad0b938cd9101e5b51c69ac5fb157eff3e714decb1402372fe98015a2ef3d5f0af22fba34f93227

diff --git a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild 
b/dev-ruby/jsobfu/jsobfu-0.3.0-r1.ebuild
deleted file mode 100644
index a5a638ed038..000
--- a/dev-ruby/jsobfu/jsobfu-0.3.0-r1.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
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Javascript code obfuscator"
-HOMEPAGE="https://github.com/rapid7/jsobfu;
-
-LICENSE="BSD"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-ruby_add_rdepend "!dev-ruby/jsobfu:0
-   >=dev-ruby/rkelly-remix-0.0.6:0"
-
-ruby_add_bdepend "test? ( dev-ruby/execjs )"
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/ s:^:#:' \
-   -e '/config.\(color\|tty\|formatter\)/ s:^:#:' \
-   spec/spec_helper.rb || die
-
-   sed -i -e '/rkelly-remix/,/name:/ s/=/~>/' ../metadata || die
-}



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

2019-05-17 Thread Hans de Graaff
commit: 542db663d205b89465f90f27e400550f19362679
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:12:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:12:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=542db663

dev-ruby/rack-test: cleanup masked slots

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

 dev-ruby/rack-test/Manifest  |  2 --
 dev-ruby/rack-test/rack-test-0.7.1.ebuild| 34 -
 dev-ruby/rack-test/rack-test-0.8.3-r1.ebuild | 37 
 3 files changed, 73 deletions(-)

diff --git a/dev-ruby/rack-test/Manifest b/dev-ruby/rack-test/Manifest
index c54c725c026..56cacd55288 100644
--- a/dev-ruby/rack-test/Manifest
+++ b/dev-ruby/rack-test/Manifest
@@ -1,5 +1,3 @@
 DIST rack-test-0.6.3.gem 23552 BLAKE2B 
d494f7fa3d2f7ed6fc6d33e507c445990613425826ec2e3d059d978b09d316ab93685aa5fd00ea89d2ec7ec242f7fa64a42ce214fa7e9c40334d7e7a3750
 SHA512 
a5ad0f20130eedc153515127d2483cb1322c230ab772307943ec6eb295706f3aab26c8599cba69323b3cdc5692b284ba0609d8db957ade7085a95d94ccdf8b41
-DIST rack-test-0.7.1.tar.gz 24492 BLAKE2B 
594fa05287399425557f579c871accdd268c463e77bef3e86f2141f5c5d824abc2a245a636390e0957cafb2db86a5483f9de2f13571b5c44a506f93122fcd2f0
 SHA512 
2b202d1f485fa2aa927d2c599e0b3bde08f5d93b6e8a36ccee5b5e064acfd0979154de8db8639bfb78f3ab038b006305379389889239dbee13020b72f060a8db
-DIST rack-test-0.8.3.tar.gz 24842 BLAKE2B 
ea02ce5e5a460c43b0299e3b6e3412efb1be8991ee14f924e7b2b8fb995917aad1cd809240a6389226b0a6f356ba94534082637aa7ad7f4ac4c93b86277dcf23
 SHA512 
ae2afd43e8b6643acdc7b4988df7dea5a5f00231df92127841aa52cb89c0a1891e13e5d6f321acbd95ce86b7372b340f0f863f01e500ae7643699c27077b767c
 DIST rack-test-1.0.0.tar.gz 26188 BLAKE2B 
e1df3e0d0e9cb8757bc898a2780a45f808921638a01a9ade0c8ac3233745992fbec1780ca36d4595e5a89bf124dcec0fc74fc33e9b22c46723e851aa371a73b8
 SHA512 
e654a10359b771607eb5295f574ac4a7b42afafc9a85c65e87a54559db1b5221b6e4b5ace18db05acfec1f381caa93c4b3be1912c3f08fbb74861d6053a2d242
 DIST rack-test-1.1.0.tar.gz 27035 BLAKE2B 
640de2303850662c3b6a8fc17f2344223c9928b48abde6d1b251a634689793158f35498c4736e4e2d069efa921d37bc32da92a7e17c0761a6f6111b345b54c1a
 SHA512 
36d947d9b13d33ee8322e5b9d18fe8266787ccb7703f1fafadc040123e34dd44e98e7faf8b6dd816e51ed167065b2ffe79e9bcee74564dc324ba2b7dba76f82a

diff --git a/dev-ruby/rack-test/rack-test-0.7.1.ebuild 
b/dev-ruby/rack-test/rack-test-0.7.1.ebuild
deleted file mode 100644
index 17244a49bd6..000
--- a/dev-ruby/rack-test/rack-test-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +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_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps"
-HOMEPAGE="https://github.com/rack-test/rack-test;
-SRC_URI="https://github.com/rack-test/rack-test/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rack-1.0:* =dev-ruby/sinatra-1.2.6 =dev-ruby/rack-1* )"
-
-all_ruby_prepare() {
-   rm Gemfile* || die
-   sed -i -e '/bundler/d' -e '/[Cc]ode[Cc]limate/d' \
-   -e '1igem "rack", "~>1.0"' spec/spec_helper.rb || die
-}

diff --git a/dev-ruby/rack-test/rack-test-0.8.3-r1.ebuild 
b/dev-ruby/rack-test/rack-test-0.8.3-r1.ebuild
deleted file mode 100644
index f8ab6d41fc3..000
--- a/dev-ruby/rack-test/rack-test-0.8.3-r1.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
-USE_RUBY="ruby22 ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="History.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit versionator ruby-fakegem
-
-DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps"
-HOMEPAGE="https://github.com/rack-test/rack-test;
-SRC_URI="https://github.com/rack-test/rack-test/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/rack-1.0:* =dev-ruby/sinatra-1.2.6 =dev-ruby/rack-1* )"
-
-all_ruby_prepare() {
-   rm Gemfile* || die
-   sed -i -e '/bundler/d' -e '/[Cc]ode[Cc]limate/d' \
-   -e 

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

2019-05-17 Thread Hans de Graaff
commit: 6a1f7209c244a51005184e70cece6191730edccf
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:08:06 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:08:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1f7209

dev-ruby/temple: cleanup masked slots

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

 dev-ruby/temple/Manifest |  1 -
 dev-ruby/temple/temple-0.6.10.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/temple/Manifest b/dev-ruby/temple/Manifest
index 2f6da2b031f..1a48e111a79 100644
--- a/dev-ruby/temple/Manifest
+++ b/dev-ruby/temple/Manifest
@@ -1,3 +1,2 @@
-DIST temple-0.6.10.gem 36864 BLAKE2B 
ae3bc8d031f2a2d8bf1630d7a4536fd4422115bb92b8f005a7310d069392ca35a3cfb8da89ec12a91f2f3c4b89452d3526edd797377b35b2bf5702d530fa8af8
 SHA512 
668d4b12ff2f5b28fa70755036c4b2d4612ee6fd0f66382cc534d5e1555e0105e6efff58ddfdadc62dd0a0f0066fe37ac9228299258a045ba7af7ad73600ba83
 DIST temple-0.8.0.gem 39424 BLAKE2B 
48df1f38a2df12871b13a8592afecf93fdd7c13497491d86c52eb2e06d47768403a1c8e7ca6201d73f319a9f27d65ae08f15c6c177b1b6e5d73b37483f01a4ca
 SHA512 
ad57c484de78f029797fbf4331fa9c24247d6cec2e3dea447d394a104eb9496c91af45f505b720da1c4242845d94b34b626ca586c625cd126f72d1e4296ab2a6
 DIST temple-0.8.1.gem 39424 BLAKE2B 
45bd26e0b05d51c96002e38044e3444c262df0b00aee4417c06ec0489a240c31557268b5fd8dcd58a70525eed11a5ef768913c1d45ecf299020c8f75e7ef5d42
 SHA512 
fbbdcedcce11dab18e0644702456729fe4f0b54f072c5773660614362d6033cadde06480fcce27743e80c73d26827c9947498d7ddb19fa73ec3b3dd6dc61fc27

diff --git a/dev-ruby/temple/temple-0.6.10.ebuild 
b/dev-ruby/temple/temple-0.6.10.ebuild
deleted file mode 100644
index 5c41c9156c6..000
--- a/dev-ruby/temple/temple-0.6.10.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
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="An abstraction and a framework for compiling templates to pure 
Ruby"
-HOMEPAGE="https://github.com/judofyr/temple;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/tilt )"
-
-all_ruby_prepare() {
-   # Avoid test failing based on specific load ordering
-   sed -i -e '/should have use_html_safe option/,/^  end/ s:^:#:' \
-   test/filters/test_escapable.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test -S bacon --automatic --quiet || die
-}



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

2019-05-17 Thread Hans de Graaff
commit: 7e02a3de9923e930112c1bb2624fe96074d303fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:34:53 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:34:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e02a3de

profiles/package.mask: remove obsolete masks

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/package.mask | 18 --
 1 file changed, 18 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8b0f68241c8..2f921556a82 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -484,24 +484,6 @@ dev-ruby/elasticsearch:5
 dev-ruby/elasticsearch-api:5
 dev-ruby/elasticsearch-transport:5
 dev-ruby/filesize:0.0.1
-dev-ruby/hiera-eyaml:0
-dev-ruby/jsobfu:0.3.0
-dev-ruby/mocha:0.10
-dev-ruby/rack-attack:0
-dev-ruby/rack-ssl:1.3
-dev-ruby/rack-test:0.7
-dev-ruby/rack-test:0.8
-dev-ruby/ruby_smb:0.0.23
-dev-ruby/ruby_smb:0
-dev-ruby/slop:3
-dev-ruby/temple:0
-dev-ruby/ttfunk:1.2
-dev-ruby/ttfunk:1.4
-dev-util/cucumber-core:3.0
-dev-util/cucumber-core:3.1
-dev-util/cucumber-expressions:4.0
-dev-util/cucumber-expressions:5.0
-
 
 # David Seifert  (15 Apr 2019)
 # Masked for testing, Bug #653878.



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

2019-05-17 Thread Hans de Graaff
commit: 21f1d990f31460b4e6af958717fca05b0aa3e16a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 05:22:58 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 05:22:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f1d990

dev-ruby/rack-attack: cleanup masked slots

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

 dev-ruby/rack-attack/Manifest |  1 -
 dev-ruby/rack-attack/rack-attack-4.4.1.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-ruby/rack-attack/Manifest b/dev-ruby/rack-attack/Manifest
index ac749a2f0d6..16a6e524bc6 100644
--- a/dev-ruby/rack-attack/Manifest
+++ b/dev-ruby/rack-attack/Manifest
@@ -1,3 +1,2 @@
-DIST rack-attack-4.4.1.gem 16896 BLAKE2B 
0c7248c3676250a94078c23256d6f33471b619f0f3948bfb8a3d6b00e97e7731ff5d84e94bc4a53eb35f22b5027709ab0d5b04f28716724762683add42a2c669
 SHA512 
1373cd47fdc06a1d4bfc751f3c8ca7c7394117090d190f5b58c4d7b91ac91babfc7bfed7690961ad6534ccb0ce8918f721d3e1b33902d12e686978c1c459e572
 DIST rack-attack-5.4.2.gem 23040 BLAKE2B 
7af950339f03139e6a3ac9e8349e6d2af5182a29f643a08a9ea0806349c02965d05e99d95421f14ba827c9c942a6824f710dbaf06adbb0aa07dde03d74e629ed
 SHA512 
a4af12c2c436a3634108494e2a5b9c5751c0fa2e87af6efa326d9c09fdae54b5bd8a8974c48785dfef64565ff9ee0a6704c90acf1277c8e80849ff30f9fbb67b
 DIST rack-attack-6.0.0.gem 23552 BLAKE2B 
ffd558e6a8b4b03fb332ef84f74c77f3f6dbfbaa8ce819c9522c02791ae35acc177b07a5f52f1888ccf25feb068e1812d1d61ddb7ebc9ea34da7ae1fe6275c27
 SHA512 
dca8ab20a3c4e5ac1214b232674fbf164a4c05f7ebb219193608b235583cdea5367d402d32a60d6a92c534a04d328714c673a7c93c50423a038e653561023f87

diff --git a/dev-ruby/rack-attack/rack-attack-4.4.1.ebuild 
b/dev-ruby/rack-attack/rack-attack-4.4.1.ebuild
deleted file mode 100644
index f67ff945fca..000
--- a/dev-ruby/rack-attack/rack-attack-4.4.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby22 ruby23 ruby24"
-
-# Skip integration tests since they require additional unpackaged
-# dependencies and running daemons.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A DSL for blocking & throttling abusive clients"
-HOMEPAGE="https://github.com/kickstarter/rack-attack;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend "dev-ruby/rack:*"
-ruby_add_bdepend "test? ( dev-ruby/activesupport
-   dev-ruby/rack-test
-   dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' Rakefile spec/spec_helper.rb || die
-}



[gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/

2019-05-17 Thread Andreas Sturmlechner
commit: b9120ba83cae0824bc5cdbdfc5c2393806733618
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 17 22:55:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 18 05:32:07 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9120ba8

media-libs/pulseaudio-qt: 1.1.0 version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild   | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild 
b/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild
new file mode 100644
index 00..f3d859d3f0
--- /dev/null
+++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_QTHELP="true"
+KDE_TEST="optional"
+inherit kde5
+
+DESCRIPTION="Qt bindings for libpulse"
+HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/;
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+   SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   dev-libs/glib:2
+   media-sound/pulseaudio
+"
+DEPEND="${RDEPEND}
+   test? (
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtquickcontrols2)
+   )
+"



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

2019-05-17 Thread Hans de Graaff
commit: f048865446a8b4b865476ef59165d6da10195799
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 04:56:40 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 04:56:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0488654

dev-ruby/ffi: add 1.11.0

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

 dev-ruby/ffi/Manifest  |  1 +
 dev-ruby/ffi/ffi-1.11.0.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-ruby/ffi/Manifest b/dev-ruby/ffi/Manifest
index 593185d4103..c41f56db152 100644
--- a/dev-ruby/ffi/Manifest
+++ b/dev-ruby/ffi/Manifest
@@ -1,3 +1,4 @@
 DIST ffi-git-1.10.0.tgz 166192 BLAKE2B 
a663da1272a41464bcc3fd6a69055615beaa75aca09da60a4459034230ddb7768573e6a91e75b0e768f16333f23e55e045b6cff3be63c5138c85070903cea869
 SHA512 
f4a7faa02eda8e67b4c05ecc93ed1848daa9d55ec2eaf367947dbb4cf6b0edd76db1e8232db0a17828df40c3cdabb9f7edac11b44f9de00bdb69d0c9a84d4409
+DIST ffi-git-1.11.0.tgz 156535 BLAKE2B 
e4c5e6406ff6603a3c41146d6ec3f07fdc3ba2243349b6a77083c195e1b9b40648950c82bcdbb846189b3162c43b23b3cabcde92a4e6f2f9fc8c4ccf03ac473d
 SHA512 
38c66841fb33f7fe7abf0186ef48e28525b9b50450dd886716662ee8cd630374abb41a2fa5fec9cebdcae0e8ffa76ba5b36d89bd441d09a54503032c3950dd08
 DIST ffi-git-1.9.18.tgz 901805 BLAKE2B 
b04715095858d461e4a0a904185dbd603e391611ef446de385deb533d8fcbff0ada3f1865599fb51e3446df629c16d491c476e179cfa356c7d8c84e1827b2729
 SHA512 
49c52e5e42e436b7969c35a34b28bd7929d75372638ac5373486a1d624026c12dc682009bc101e4a2c8f1442ed6f1ba17b438cda2e02d4256622b489c4bd9945
 DIST ffi-git-1.9.25.tgz 164209 BLAKE2B 
aab3addb5d9138f81d0688ad628082e7aef5f96a1b046dfa57a7195dcf7432533052bb397ac8335f7b17ffece9424fad7d986065a82ac91437e0d8d27d76ac77
 SHA512 
94a45f4152458d6aedf50645c8074626dcde4326093a606e509c3fbcaac79a1e6a9f7df624f14946db4f3767ef6fb3e311e60531c209676e66ebbf21b07a6786

diff --git a/dev-ruby/ffi/ffi-1.11.0.ebuild b/dev-ruby/ffi/ffi-1.11.0.ebuild
new file mode 100644
index 000..3f78f61b9bd
--- /dev/null
+++ b/dev-ruby/ffi/ffi-1.11.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
+HOMEPAGE="https://wiki.github.com/ffi/ffi;
+
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
+
+IUSE=""
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND+=" virtual/libffi"
+DEPEND+=" virtual/libffi"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+all_ruby_prepare() {
+   sed -i -e '/tasks/ s:^:#:' \
+   -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die
+
+   # Fix Makefile for tests
+   sed -i -e '/CCACHE :=/ s:^:#:' \
+   -e 's/-O2//' \
+   -e 's/^CFLAGS =/CFLAGS +=/' spec/ffi/fixtures/GNUmakefile || die
+
+   # Remove bundled version of libffi.
+   rm -rf ext/ffi_c/libffi || die
+}
+
+each_ruby_configure() {
+   ${RUBY} -Cext/ffi_c extconf.rb || die
+}
+
+each_ruby_compile() {
+   emake -Cext/ffi_c V=1
+   cp ext/ffi_c/ffi_c$(get_modname) lib/ || die
+
+   ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed"
+}
+
+each_ruby_test() {
+   CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${RUBY} -S rspec 
spec || die
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   docinto examples
+   dodoc samples/*
+}



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

2019-05-17 Thread Hans de Graaff
commit: 7bf2983dfc4392b8fcd93f642dbdb7a024409fb1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 04:50:07 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 04:50:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf2983d

dev-ruby/capybara: add 3.20.1

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

 dev-ruby/capybara/Manifest   |  1 +
 dev-ruby/capybara/capybara-3.20.1.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index 110bd2fb7e2..7a75d1bc96a 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -5,3 +5,4 @@ DIST capybara-3.18.0.gem 331776 BLAKE2B 
05d4368f570bbf74a3540fd7d7594cb95c602507
 DIST capybara-3.19.0.gem 12 BLAKE2B 
31bd7caf2f9964d4baa37526dc8b0a4f734df16e340d66939d042779a75902be936fd0763661c312ab76e89f1d786e7baafe07280a24064d9282af2bf5ff49ae
 SHA512 
4ddffef7d921d974beabb7a0ecc1bf68b262f9037323891cc1d60984789463d54a1a55522eed59ad7301164fb82e51c8e87b7ce7b298522c94b092d284f8d0cc
 DIST capybara-3.19.1.gem 12 BLAKE2B 
ff0ea453066b2b11f417f9ea54af47ed9fb27847a09967a07c97196dda0e76e2c9862bea89c9ef7006bedc0dabe3b6e5cab19fa12f5b2e80f8872ca43b6dfdb0
 SHA512 
3098748e34ea794b13bfb62fc3a98c3cda8acfe1cfdfc9d816a4cf2c38aff6f1b9f23b4d84ca2cb8f0257a7bf1f5c368dcd40148354661687346ed30dd005b87
 DIST capybara-3.2.1.gem 284672 BLAKE2B 
9da8f588049fab74c4e734626e42758cdd4baf555cfc64e7456bfab2cb4d5c90ed6bfc8ada7cc0d6323ef1113169aec70fd4254aa50c003408376ea4afe00a06
 SHA512 
50af1d4c49c200a4c08901d19b16826499abb8d19de8e059160c509afd555edbe620b6fd5d78f8c286feeb15a72e5a4b241cb1f14151b349fd94cdd3648b64b2
+DIST capybara-3.20.1.gem 344064 BLAKE2B 
ba014545dc42d4e024de42b4d359fc6fbd799209836082e2e0c862057f620018d492c8e5537fe378d43c0f0b830b419e09352341ff24ef6dd3efc6ff1bf780a6
 SHA512 
473b8b177e75fecb4ef1b070cfb39618210a589603ed74290ff155c71ee4059ffbf0bb00541a2f4082a15e54c87ae1cc0700637c3dbbae0ecb5ee4130b3e9cce

diff --git a/dev-ruby/capybara/capybara-3.20.1.ebuild 
b/dev-ruby/capybara/capybara-3.20.1.ebuild
new file mode 100644
index 000..bbbfa3a36f7
--- /dev/null
+++ b/dev-ruby/capybara/capybara-3.20.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+
+# Rake tasks are not distributed in the gem.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit virtualx ruby-fakegem
+
+DESCRIPTION="Capybara aims to simplify the process of integration testing Rack 
applications"
+HOMEPAGE="https://github.com/jnicklas/capybara;
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="3"
+IUSE="test"
+
+DEPEND="${DEPEND} test? ( || ( www-client/firefox www-client/firefox-bin ) )"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   >=dev-ruby/launchy-2.4.0
+   >=dev-ruby/selenium-webdriver-3.5:3
+   dev-ruby/sinatra:2
+   www-servers/puma
+)"
+
+ruby_add_rdepend "
+   dev-ruby/addressable
+   >=dev-ruby/mini_mime-0.1.3
+   >=dev-ruby/nokogiri-1.8:0
+   >=dev-ruby/rack-1.6.0:*
+   >=dev-ruby/rack-test-0.6.3:*
+   >=dev-ruby/regexp_parser-1.2:1
+   dev-ruby/uglifier:*
+   >=dev-ruby/xpath-3.2:3"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' -e '/pry/d' -e '1igem "sinatra"' -e 
'/statistics/Id' spec/spec_helper.rb || die
+
+   # Avoid window-manager specific tests (sizes are specific for fluxbox)
+   sed -i -e '/#maximize/,/^  end/ s:^:#:' 
lib/capybara/spec/session/window/window_spec.rb || die
+
+   # Avoid spec that requires unpackaged geckodriver
+   sed -i -e '/describe.*register_server/,/^  end/ s:^:#:' 
spec/capybara_spec.rb || die
+
+   # Avoid test dependency on puma server for now
+   sed -i -e '/should have :puma registered/,/^end/ s:^:#:' 
spec/capybara_spec.rb || die
+
+   # Update spec to catch the right error code. This seems to have
+   # changed recently accross ruby versions.
+   sed -i -e '/raise_error/ s/EOFError/Net::ReadTimeout/' 
spec/server_spec.rb || die
+}
+
+each_ruby_test() {
+   virtx ${RUBY} -Ilib -S rspec-3 spec || die "Tests failed."
+}



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

2019-05-17 Thread Hans de Graaff
commit: 3e825fb9f84ad23ce48c2dd30dac8a300a171a01
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 18 04:39:10 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 18 04:39:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e825fb9

profiles/package.mask: remove obsolete mask

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/package.mask | 16 
 1 file changed, 16 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index e9eee11e949..8b0f68241c8 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -509,22 +509,6 @@ dev-util/cucumber-expressions:5.0
 >=dev-util/boost-build-1.70.0
 >=net-mail/libpst-0.6.66-r2
 
-# Hans de Graaff  (13 Apr 2019)
-# Old ruby24-only slots of Rails-related packages
-# These no longer have reverse dependencies or newer
-# versions are available.
-# Masked for removal in 30 days.
-dev-ruby/arel:7.0
-dev-ruby/coffee-rails:4.1
-dev-ruby/d3_rails:0
-dev-ruby/i18n:0.6
-dev-ruby/i18n:0.8
-dev-ruby/mail:2.6
-dev-ruby/mysql2:0.3
-dev-ruby/sprockets-rails:2.3
-dev-ruby/uglifier:0
-dev-ruby/uglifier:3
-
 # Robin H. Johnson  (25 Mar 2019)
 # Requires >=dev-lang/lua-5.3 which is masked
 sys-apps/likwid



[gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/

2019-05-17 Thread Michael Palimaka
commit: 174602961b5f4c28bda4c1a5bf2c2fd18cbda8a8
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat May 18 02:38:16 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat May 18 02:38:23 2019 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=17460296

dev-qt/qtgui: add dependency on dev-util/gtk-update-icon-cache

Bug: https://bugs.gentoo.org/640020
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 dev-qt/qtgui/qtgui-5.12..ebuild | 1 +
 dev-qt/qtgui/qtgui-5.13..ebuild | 1 +
 dev-qt/qtgui/qtgui-5..ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/dev-qt/qtgui/qtgui-5.12..ebuild 
b/dev-qt/qtgui/qtgui-5.12..ebuild
index 326ef884..e8a8655c 100644
--- a/dev-qt/qtgui/qtgui-5.12..ebuild
+++ b/dev-qt/qtgui/qtgui-5.12..ebuild
@@ -27,6 +27,7 @@ REQUIRED_USE="
 RDEPEND="
dev-libs/glib:2
~dev-qt/qtcore-${PV}
+   dev-util/gtk-update-icon-cache
media-libs/fontconfig
>=media-libs/freetype-2.6.1:2
>=media-libs/harfbuzz-1.6.0:=

diff --git a/dev-qt/qtgui/qtgui-5.13..ebuild 
b/dev-qt/qtgui/qtgui-5.13..ebuild
index 326ef884..e8a8655c 100644
--- a/dev-qt/qtgui/qtgui-5.13..ebuild
+++ b/dev-qt/qtgui/qtgui-5.13..ebuild
@@ -27,6 +27,7 @@ REQUIRED_USE="
 RDEPEND="
dev-libs/glib:2
~dev-qt/qtcore-${PV}
+   dev-util/gtk-update-icon-cache
media-libs/fontconfig
>=media-libs/freetype-2.6.1:2
>=media-libs/harfbuzz-1.6.0:=

diff --git a/dev-qt/qtgui/qtgui-5..ebuild b/dev-qt/qtgui/qtgui-5..ebuild
index 326ef884..e8a8655c 100644
--- a/dev-qt/qtgui/qtgui-5..ebuild
+++ b/dev-qt/qtgui/qtgui-5..ebuild
@@ -27,6 +27,7 @@ REQUIRED_USE="
 RDEPEND="
dev-libs/glib:2
~dev-qt/qtcore-${PV}
+   dev-util/gtk-update-icon-cache
media-libs/fontconfig
>=media-libs/freetype-2.6.1:2
>=media-libs/harfbuzz-1.6.0:=



[gentoo-commits] proj/kde:master commit in: eclass/

2019-05-17 Thread Michael Palimaka
commit: 415e306cd99d2d51e9473fe7e3d3974cf9300e61
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat May 18 02:21:13 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat May 18 02:21:41 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=415e306c

kde5.eclass: remove dev-util/desktop-file-utils dependency

This only ever used indirectly via xdg_pkg_* and xdg.eclass handles the
dependency as well.

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

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index f39d63e314..1b1518f52f 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -261,7 +261,7 @@ case ${EAPI} in
6) DEPEND+=" ${BDEPEND}" ;;
 esac
 
-DEPEND+=" ${COMMONDEPEND} dev-util/desktop-file-utils"
+DEPEND+=" ${COMMONDEPEND}"
 RDEPEND+=" ${COMMONDEPEND}"
 unset COMMONDEPEND
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/discover/files/, kde-plasma/discover/

2019-05-17 Thread Michael Palimaka
commit: 1d88b903b943e4f5569afeb0bfea74edddc49cb1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat May 18 02:11:21 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat May 18 02:12:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d88b903

kde-plasma/discover: fix tests

Closes: https://bugs.gentoo.org/678916
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 kde-plasma/discover/discover-5.15.5.ebuild |  2 ++
 .../discover/files/discover-5.15.5-tests.patch | 38 ++
 2 files changed, 40 insertions(+)

diff --git a/kde-plasma/discover/discover-5.15.5.ebuild 
b/kde-plasma/discover/discover-5.15.5.ebuild
index 6317798c518..bd62c7d5af3 100644
--- a/kde-plasma/discover/discover-5.15.5.ebuild
+++ b/kde-plasma/discover/discover-5.15.5.ebuild
@@ -42,6 +42,8 @@ RDEPEND="${DEPEND}
$(add_frameworks_dep kirigami)
 "
 
+PATCHES=( "${FILESDIR}/${PN}-5.15.5-tests.patch" )
+
 src_prepare() {
kde5_src_prepare
# we don't need it with PackageKitBackend off

diff --git a/kde-plasma/discover/files/discover-5.15.5-tests.patch 
b/kde-plasma/discover/files/discover-5.15.5-tests.patch
new file mode 100644
index 000..131a63b1e94
--- /dev/null
+++ b/kde-plasma/discover/files/discover-5.15.5-tests.patch
@@ -0,0 +1,38 @@
+From 03653a7d75ba8b24e28bc3adf5348ea3d0faf2b0 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka 
+Date: Thu, 16 May 2019 19:39:44 +1000
+Subject: [PATCH] Port knsbackendtest to ecm_add_test
+
+Reviewers: #plasma, apol
+
+Reviewed By: apol
+
+Subscribers: asturmlechner, plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D21239
+---
+ libdiscover/backends/KNSBackend/tests/CMakeLists.txt | 10 +-
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+diff --git a/libdiscover/backends/KNSBackend/tests/CMakeLists.txt 
b/libdiscover/backends/KNSBackend/tests/CMakeLists.txt
+index 4fabe5ec..e64eb8ca 100644
+--- a/libdiscover/backends/KNSBackend/tests/CMakeLists.txt
 b/libdiscover/backends/KNSBackend/tests/CMakeLists.txt
+@@ -1,11 +1,3 @@
+ include_directories(..)
+ 
+-add_executable(knsbackendtest KNSBackendTest.cpp)
+-add_test(knsbackendtest knsbackendtest)
+-ecm_mark_as_test(knsbackendtest)
+-target_link_libraries(knsbackendtest
+-Discover::Common
+-
+-Qt5::Test Qt5::Core
+-KF5::NewStuff KF5::Attica
+-)
++ecm_add_test(KNSBackendTest.cpp TEST_NAME knsbackendtest LINK_LIBRARIES 
Discover::Common Qt5::Core Qt5::Test KF5::Attica KF5::NewStuff)
+-- 
+2.21.0
+



[gentoo-commits] proj/kde:master commit in: kde-plasma/discover/files/, kde-plasma/discover/

2019-05-17 Thread Michael Palimaka
commit: 123bc00710c5a4724dd126fadcd2f24690574c56
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat May 18 02:11:37 2019 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat May 18 02:11:48 2019 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=123bc007

kde-plasma/discover: fix tests

Bug: https://bugs.gentoo.org/678916
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka  gentoo.org>

 kde-plasma/discover/discover-5.15.90.ebuild|  2 ++
 kde-plasma/discover/discover-5.16.49..ebuild   |  2 ++
 .../discover/files/discover-5.15.5-tests.patch | 38 ++
 3 files changed, 42 insertions(+)

diff --git a/kde-plasma/discover/discover-5.15.90.ebuild 
b/kde-plasma/discover/discover-5.15.90.ebuild
index 6317798c51..bd62c7d5af 100644
--- a/kde-plasma/discover/discover-5.15.90.ebuild
+++ b/kde-plasma/discover/discover-5.15.90.ebuild
@@ -42,6 +42,8 @@ RDEPEND="${DEPEND}
$(add_frameworks_dep kirigami)
 "
 
+PATCHES=( "${FILESDIR}/${PN}-5.15.5-tests.patch" )
+
 src_prepare() {
kde5_src_prepare
# we don't need it with PackageKitBackend off

diff --git a/kde-plasma/discover/discover-5.16.49..ebuild 
b/kde-plasma/discover/discover-5.16.49..ebuild
index ae6b410e05..4b2533e516 100644
--- a/kde-plasma/discover/discover-5.16.49..ebuild
+++ b/kde-plasma/discover/discover-5.16.49..ebuild
@@ -42,6 +42,8 @@ RDEPEND="${DEPEND}
$(add_frameworks_dep kirigami)
 "
 
+PATCHES=( "${FILESDIR}/${PN}-5.15.5-tests.patch" )
+
 src_prepare() {
kde5_src_prepare
# we don't need it with PackageKitBackend off

diff --git a/kde-plasma/discover/files/discover-5.15.5-tests.patch 
b/kde-plasma/discover/files/discover-5.15.5-tests.patch
new file mode 100644
index 00..131a63b1e9
--- /dev/null
+++ b/kde-plasma/discover/files/discover-5.15.5-tests.patch
@@ -0,0 +1,38 @@
+From 03653a7d75ba8b24e28bc3adf5348ea3d0faf2b0 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka 
+Date: Thu, 16 May 2019 19:39:44 +1000
+Subject: [PATCH] Port knsbackendtest to ecm_add_test
+
+Reviewers: #plasma, apol
+
+Reviewed By: apol
+
+Subscribers: asturmlechner, plasma-devel
+
+Tags: #plasma
+
+Differential Revision: https://phabricator.kde.org/D21239
+---
+ libdiscover/backends/KNSBackend/tests/CMakeLists.txt | 10 +-
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+diff --git a/libdiscover/backends/KNSBackend/tests/CMakeLists.txt 
b/libdiscover/backends/KNSBackend/tests/CMakeLists.txt
+index 4fabe5ec..e64eb8ca 100644
+--- a/libdiscover/backends/KNSBackend/tests/CMakeLists.txt
 b/libdiscover/backends/KNSBackend/tests/CMakeLists.txt
+@@ -1,11 +1,3 @@
+ include_directories(..)
+ 
+-add_executable(knsbackendtest KNSBackendTest.cpp)
+-add_test(knsbackendtest knsbackendtest)
+-ecm_mark_as_test(knsbackendtest)
+-target_link_libraries(knsbackendtest
+-Discover::Common
+-
+-Qt5::Test Qt5::Core
+-KF5::NewStuff KF5::Attica
+-)
++ecm_add_test(KNSBackendTest.cpp TEST_NAME knsbackendtest LINK_LIBRARIES 
Discover::Common Qt5::Core Qt5::Test KF5::Attica KF5::NewStuff)
+-- 
+2.21.0
+



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

2019-05-17 Thread Aaron Bauman
commit: 3bba65cc9ab69987140449e92387b589d65997d9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:44:42 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:44:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bba65cc

dev-java/emma: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/emma/emma-2.0.5312-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/emma/emma-2.0.5312-r3.ebuild 
b/dev-java/emma/emma-2.0.5312-r3.ebuild
index 7980a191226..08620ee9356 100644
--- a/dev-java/emma/emma-2.0.5312-r3.ebuild
+++ b/dev-java/emma/emma-2.0.5312-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 IUSE="+launcher"
 



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

2019-05-17 Thread Aaron Bauman
commit: a16d7f8bd0ea72fd365c25218fd03634d9eb825d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:36:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:36:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16d7f8b

sys-devel/llvm: arm64 stable (bug #686028)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 sys-devel/llvm/llvm-6.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-6.0.1-r2.ebuild 
b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
index f9c0b897dbe..97625a81a46 100644
--- a/sys-devel/llvm/llvm-6.0.1-r2.ebuild
+++ b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
@@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
 LICENSE="UoI-NCSA rc BSD public-domain
llvm_targets_ARM? ( LLVM-Grant )"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="debug doc gold libedit +libffi ncurses test xar xml
kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
 RESTRICT="!test? ( test )"



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

2019-05-17 Thread Aaron Bauman
commit: 3446405c14b98a8901d31f10c03fc8ef9f9b172d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:20:47 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:20:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3446405c

arm64/use.stable.mask: drop cups mask

Signed-off-by: Aaron Bauman  gentoo.org>

 profiles/arch/arm64/use.stable.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/arm64/use.stable.mask 
b/profiles/arch/arm64/use.stable.mask
index fd75884fa37..e0eef84ffe2 100644
--- a/profiles/arch/arm64/use.stable.mask
+++ b/profiles/arch/arm64/use.stable.mask
@@ -33,10 +33,6 @@ fltk
 python_targets_python3_7
 python_single_target_python3_7
 
-# Mart Raudsepp  (06 May 2018)
-# net-print/cups not stable yet
-cups
-
 # Michał Górny  (16 Apr 2018)
 # Not stable yet.
 vala



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

2019-05-17 Thread Aaron Bauman
commit: 85ad257b68773600e40ec71caf55ee1e5a725825
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ad257b

dev-java/ant-junit: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild 
b/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild
index db0df142a35..396f79a943f 100644
--- a/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild
+++ b/dev-java/ant-junit/ant-junit-1.10.5-r1.ebuild
@@ -8,7 +8,7 @@ ANT_TASK_JREVER=1.8
 
 inherit ant-tasks
 
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND="
dev-java/junit:0



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-filters/

2019-05-17 Thread Aaron Bauman
commit: 17e0bfb0b55eecbf4c426edebe9408620255ab76
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:11:08 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:11:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e0bfb0

net-print/cups-filters: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>

 net-print/cups-filters/cups-filters-1.21.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-filters/cups-filters-1.21.6.ebuild 
b/net-print/cups-filters/cups-filters-1.21.6.ebuild
index 3795d028546..3abe2224bf0 100644
--- a/net-print/cups-filters/cups-filters-1.21.6.ebuild
+++ b/net-print/cups-filters/cups-filters-1.21.6.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == "" ]] ; then
EBZR_REPO_URI="http://bzr.linuxfoundation.org/openprinting/cups-filters;
 else
SRC_URI="http://www.openprinting.org/download/${PN}/${P}.tar.xz;
-   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc 
x86 ~amd64-fbsd ~m68k-mint"
 fi
 DESCRIPTION="Cups filters"
 HOMEPAGE="https://wiki.linuxfoundation.org/openprinting/cups-filters;



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

2019-05-17 Thread Aaron Bauman
commit: 205abc6b055db8d6e02d8262ad734931d6bc149c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:19 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205abc6b

dev-java/hamcrest-core: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/hamcrest-core/hamcrest-core-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild 
b/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild
index 24bdc77cad6..c57f1153be9 100644
--- a/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild
+++ b/dev-java/hamcrest-core/hamcrest-core-1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,7 +17,7 @@ SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz;
 
 LICENSE="BSD-2"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
 
 DEPEND=">=virtual/jdk-1.5
~dev-java/hamcrest-generator-${PV}



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

2019-05-17 Thread Aaron Bauman
commit: f67c3322050d008396eb22dd59983b2a1809a352
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:06:54 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:06:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67c3322

dev-java/saxon: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/saxon/saxon-9.2.0.6-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/saxon/saxon-9.2.0.6-r2.ebuild 
b/dev-java/saxon/saxon-9.2.0.6-r2.ebuild
index d538db728ef..d872fb71a28 100644
--- a/dev-java/saxon/saxon-9.2.0.6-r2.ebuild
+++ b/dev-java/saxon/saxon-9.2.0.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}he${MY_PV}source.zip"
 
 LICENSE="MPL-1.0"
 SLOT="9"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 CDEPEND="
dev-java/xom:0



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

2019-05-17 Thread Aaron Bauman
commit: c35f6a1d55d85e665c81065b7ee8c869990e0848
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:27 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35f6a1d

dev-java/byaccj: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/byaccj/byaccj-1.15-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/byaccj/byaccj-1.15-r1.ebuild 
b/dev-java/byaccj/byaccj-1.15-r1.ebuild
index ecb1c7ade4c..f848e9b072e 100644
--- a/dev-java/byaccj/byaccj-1.15-r1.ebuild
+++ b/dev-java/byaccj/byaccj-1.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 S="${WORKDIR}/${PN}${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-java/xml-commons-external/

2019-05-17 Thread Aaron Bauman
commit: 483057ed5e3607faa1c5688f0501aea857470c9f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:06:26 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:06:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483057ed

dev-java/xml-commons-external: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xml-commons-external/xml-commons-external-1.3.04-r1.ebuild | 2 +-
 dev-java/xml-commons-external/xml-commons-external-1.4.01-r1.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-java/xml-commons-external/xml-commons-external-1.3.04-r1.ebuild 
b/dev-java/xml-commons-external/xml-commons-external-1.3.04-r1.ebuild
index 39fcc656f67..fef9e0f08c0 100644
--- a/dev-java/xml-commons-external/xml-commons-external-1.3.04-r1.ebuild
+++ b/dev-java/xml-commons-external/xml-commons-external-1.3.04-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="1.3"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc source"
 
 DEPEND="

diff --git 
a/dev-java/xml-commons-external/xml-commons-external-1.4.01-r1.ebuild 
b/dev-java/xml-commons-external/xml-commons-external-1.4.01-r1.ebuild
index e1769bb1d65..a42ddcce02b 100644
--- a/dev-java/xml-commons-external/xml-commons-external-1.4.01-r1.ebuild
+++ b/dev-java/xml-commons-external/xml-commons-external-1.4.01-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ 
HOMEPAGE="https://xerces.apache.org/xml-commons/components/external/;
 
SRC_URI="https://repo1.maven.org/maven2/${MY_PN}/${MY_PN}/${PV}/${MY_P}-sources.jar
 -> ${P}.jar"
 
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 SLOT="1.4"
 IUSE=""
 



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

2019-05-17 Thread Aaron Bauman
commit: 8141d188ea886560b376af3afe3dc9c7d203f4a9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:32 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8141d188

dev-java/junit: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/junit/junit-3.8.2-r2.ebuild | 2 +-
 dev-java/junit/junit-4.12-r1.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-java/junit/junit-3.8.2-r2.ebuild 
b/dev-java/junit/junit-3.8.2-r2.ebuild
index 95e8f4c93c8..04342893215 100644
--- a/dev-java/junit/junit-3.8.2-r2.ebuild
+++ b/dev-java/junit/junit-3.8.2-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
 HOMEPAGE="http://www.junit.org/;
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=virtual/jdk-1.6"
 RDEPEND=">=virtual/jre-1.6"

diff --git a/dev-java/junit/junit-4.12-r1.ebuild 
b/dev-java/junit/junit-4.12-r1.ebuild
index f3190da6c33..d0a50caac8b 100644
--- a/dev-java/junit/junit-4.12-r1.ebuild
+++ b/dev-java/junit/junit-4.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}-team/${MY_PN}/archive/r${PV}.tar.gz -> ${MY_P}
 HOMEPAGE="http://junit.org/;
 LICENSE="EPL-1.0"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples"
 
 CDEPEND="dev-java/hamcrest-core:1.3"



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

2019-05-17 Thread Aaron Bauman
commit: 4d20936a047129c91c406d1eadc21e181a64fb11
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:06:20 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:06:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d20936a

dev-java/xjavac: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xjavac/xjavac-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xjavac/xjavac-2.4.0.ebuild 
b/dev-java/xjavac/xjavac-2.4.0.ebuild
index c3c95f345da..9015639a3f9 100644
--- a/dev-java/xjavac/xjavac-2.4.0.ebuild
+++ b/dev-java/xjavac/xjavac-2.4.0.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz;
 LICENSE="Apache-2.0"
 SLOT="1"
 
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 CDEPEND="dev-java/ant-core:0"
 



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

2019-05-17 Thread Aaron Bauman
commit: 8c7f5f9e2c30f417fd1d6d06a1b3d3c0e03d1b4b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:43 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7f5f9e

dev-java/xalan: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xalan/xalan-2.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/xalan/xalan-2.7.2.ebuild 
b/dev-java/xalan/xalan-2.7.2.ebuild
index d5c0c149b9d..2db4963bdd6 100644
--- a/dev-java/xalan/xalan-2.7.2.ebuild
+++ b/dev-java/xalan/xalan-2.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ SRC_URI="mirror://apache/${PN}/${MY_PN}/source/${SRC_DIST}
doc? ( mirror://apache/${PN}/${MY_PN}/binaries/${BIN_DIST} )"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 CDEPEND="dev-java/javacup:0
dev-java/bcel:0"



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

2019-05-17 Thread Aaron Bauman
commit: 10307d89d35ffda2c1bc9e2e63f11cdf33e7cf49
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:12 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10307d89

dev-java/javacup: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/javacup/javacup-0.11b_p20151001.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/javacup/javacup-0.11b_p20151001.ebuild 
b/dev-java/javacup/javacup-0.11b_p20151001.ebuild
index bd0ec582096..0f29803d09c 100644
--- a/dev-java/javacup/javacup-0.11b_p20151001.ebuild
+++ b/dev-java/javacup/javacup-0.11b_p20151001.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,7 +17,7 @@ HOMEPAGE="http://www2.cs.tum.edu/projects/cup/;
 
SRC_URI="http://www2.cs.tum.edu/projects/cup/releases/java-cup-src-${MY_PV}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 DEPEND=">=virtual/jdk-1.7
>=dev-java/ant-core-1.7.0:0



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

2019-05-17 Thread Aaron Bauman
commit: 89aabbceafa308b83fd023e75494ba62fc4b4395
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:26 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89aabbce

dev-java/xalan-serializer: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild 
b/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild
index db89ae90c1d..bfbc91e6756 100644
--- a/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild
+++ b/dev-java/xalan-serializer/xalan-serializer-2.7.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -16,7 +16,7 @@ HOMEPAGE="http://xalan.apache.org/;
 SRC_URI="mirror://apache/xalan/${MY_PN}/source/${MY_P}-src.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=virtual/jre-1.3"
 DEPEND=">=virtual/jdk-1.3"



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

2019-05-17 Thread Aaron Bauman
commit: ded2a82160fc2f8e4f5ffee4f84193ed489b495f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:06:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded2a821

dev-java/xpp3: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xpp3/xpp3-1.1.4c-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild 
b/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild
index 7628ee79b00..5471aaa8030 100644
--- a/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild
+++ b/dev-java/xpp3/xpp3-1.1.4c-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${
 LICENSE="Apache-1.1 IBM JDOM LGPL-2.1+"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=">=virtual/jre-1.6"
 DEPEND=">=virtual/jdk-1.6"



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

2019-05-17 Thread Aaron Bauman
commit: 5f3918f2a12f67648c5c83b8771e53e8b9d00f17
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3918f2

dev-java/qdox: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/qdox/qdox-1.12.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/qdox/qdox-1.12.1-r1.ebuild 
b/dev-java/qdox/qdox-1.12.1-r1.ebuild
index f471a8ddecd..7100ae1aba6 100644
--- a/dev-java/qdox/qdox-1.12.1-r1.ebuild
+++ b/dev-java/qdox/qdox-1.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/codehaus/qdox/archive/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="1.12"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${PN}-${PV}"
 



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

2019-05-17 Thread Aaron Bauman
commit: ccbca20f5a53832c3e5ae0df8caa6defe0ff5085
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbca20f

dev-java/hamcrest-generator: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild 
b/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild
index 66c19578868..14529ec5b9f 100644
--- a/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild
+++ b/dev-java/hamcrest-generator/hamcrest-generator-1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -17,7 +17,7 @@ SRC_URI="https://${MY_PN}.googlecode.com/files/${MY_P}.tgz;
 
 LICENSE="BSD-2"
 SLOT="${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
 
 CDEPEND=">=dev-java/qdox-1.12-r1:1.12"
 



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

2019-05-17 Thread Aaron Bauman
commit: cf7e965ebe317bf236334ba428761fee519e84e7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:06:40 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:06:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7e965e

dev-java/relaxng-datatype: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/relaxng-datatype/relaxng-datatype-1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r2.ebuild 
b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r2.ebuild
index e2bae382dc2..815a5e4cf8b 100644
--- a/dev-java/relaxng-datatype/relaxng-datatype-1.0-r2.ebuild
+++ b/dev-java/relaxng-datatype/relaxng-datatype-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ DESCRIPTION="Interface between RELAX NG validators and 
datatype libraries"
 HOMEPAGE="http://relaxng.org/;
 SRC_URI="mirror://sourceforge/relaxng/${MY_P}.zip -> ${P}.zip"
 
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 LICENSE="BSD"
 SLOT="0"
 



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

2019-05-17 Thread Aaron Bauman
commit: 43990d7d61f7bd9d70f1dffc17baa04ee0a90380
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:06:14 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:06:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43990d7d

dev-java/xsdlib: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xsdlib/xsdlib-20090415.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/xsdlib/xsdlib-20090415.ebuild 
b/dev-java/xsdlib/xsdlib-20090415.ebuild
index 0ca67cf144d..c317785fc9f 100644
--- a/dev-java/xsdlib/xsdlib-20090415.ebuild
+++ b/dev-java/xsdlib/xsdlib-20090415.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -13,7 +13,7 @@ 
SRC_URI="http://java.net/downloads/msv/releases/${PN}.${PV}.zip;
 
 LICENSE="BSD Apache-1.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 COMMON_DEP="



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

2019-05-17 Thread Aaron Bauman
commit: cc350e6a07d5d57bee6e9bb9acadcafefcd8111e
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:50 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc350e6a

dev-java/jmock: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/jmock/jmock-1.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/jmock/jmock-1.2.0-r1.ebuild 
b/dev-java/jmock/jmock-1.2.0-r1.ebuild
index 3034de4..06a2670cff1 100644
--- a/dev-java/jmock/jmock-1.2.0-r1.ebuild
+++ b/dev-java/jmock/jmock-1.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.jmock.org/;
 
 LICENSE="BSD"
 SLOT="1.0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE=""
 
 CDEPEND="dev-java/junit:0"



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

2019-05-17 Thread Aaron Bauman
commit: 1c065eee379e74c7d75668b6e7b1d8710c05b2a8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:04 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c065eee

dev-java/xom: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xom/xom-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xom/xom-1.3.2.ebuild b/dev-java/xom/xom-1.3.2.ebuild
index 177dd35991f..926f815bc3b 100644
--- a/dev-java/xom/xom-1.3.2.ebuild
+++ b/dev-java/xom/xom-1.3.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 
 CDEPEND="
dev-java/xerces:2



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

2019-05-17 Thread Aaron Bauman
commit: f631909c451a8e89797a09c2aa212daffa879b40
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:00 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f631909c

dev-java/junitperf: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/junitperf/junitperf-1.9.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/junitperf/junitperf-1.9.1-r2.ebuild 
b/dev-java/junitperf/junitperf-1.9.1-r2.ebuild
index 147b97e61da..14f04e6e3b1 100644
--- a/dev-java/junitperf/junitperf-1.9.1-r2.ebuild
+++ b/dev-java/junitperf/junitperf-1.9.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://www.clarkware.com/software/${P}.zip;
 HOMEPAGE="http://www.clarkware.com/software/JUnitPerf.html;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
 
 IUSE=""
 



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

2019-05-17 Thread Aaron Bauman
commit: 1c32bfdf4490e796bf0222dc26e31bfd80933149
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:17 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c32bfdf

dev-java/jdom: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/jdom/jdom-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/jdom/jdom-1.1.3.ebuild b/dev-java/jdom/jdom-1.1.3.ebuild
index 50b12a26e0c..8fc3d32e45a 100644
--- a/dev-java/jdom/jdom-1.1.3.ebuild
+++ b/dev-java/jdom/jdom-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="http://www.jdom.org/dist/binary/archive/${P}.tar.gz;
 HOMEPAGE="http://www.jdom.org;
 LICENSE="JDOM"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE=""
 
 RDEPEND=">=virtual/jre-1.6"



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

2019-05-17 Thread Aaron Bauman
commit: 551a8de2e664533c8b97b4c0bb09e1c37e936cbe
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:06:35 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:06:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551a8de2

dev-java/jaxen: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/jaxen/jaxen-1.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/jaxen/jaxen-1.1.4-r1.ebuild 
b/dev-java/jaxen/jaxen-1.1.4-r1.ebuild
index c9891f11b42..7b7eabf7522 100644
--- a/dev-java/jaxen/jaxen-1.1.4-r1.ebuild
+++ b/dev-java/jaxen/jaxen-1.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ 
SRC_URI="http://dist.codehaus.org/${PN}/distributions/${P}-src.tar.gz;
 
 LICENSE="JDOM"
 SLOT="1.1"
-KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 CDEPEND="



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

2019-05-17 Thread Aaron Bauman
commit: 94a0683cb70374cd1a66811f40a0e423628f3ce1
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:23 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a0683c

dev-java/xerces: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xerces/xerces-2.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/xerces/xerces-2.12.0.ebuild 
b/dev-java/xerces/xerces-2.12.0.ebuild
index 22087385139..92df4f503cd 100644
--- a/dev-java/xerces/xerces-2.12.0.ebuild
+++ b/dev-java/xerces/xerces-2.12.0.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://repo1.maven.org/maven2/xerces/${MY_PN}/${PV}/${MY_P}-sources.ja
 
 LICENSE="Apache-2.0"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 CDEPEND="
dev-java/xjavac:1



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

2019-05-17 Thread Aaron Bauman
commit: 4d77ce945f60334d17f7cfe21b6eaf506c5a5c2f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:08:06 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:08:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d77ce94

dev-java/bcel: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/bcel/bcel-6.0_rc3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/bcel/bcel-6.0_rc3.ebuild 
b/dev-java/bcel/bcel-6.0_rc3.ebuild
index 0dcfd4552f2..5247d0b9517 100644
--- a/dev-java/bcel/bcel-6.0_rc3.ebuild
+++ b/dev-java/bcel/bcel-6.0_rc3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/apache/commons-${PN}/archive/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND=">=virtual/jre-1.5"



[gentoo-commits] repo/gentoo:master commit in: dev-java/xml-commons-resolver/

2019-05-17 Thread Aaron Bauman
commit: 172ae3d9910bfe745bf9f4dc2a112d80802944af
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:09 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=172ae3d9

dev-java/xml-commons-resolver: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r1.ebuild 
b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r1.ebuild
index f70a3a4ec7f..f1d499ba8da 100644
--- a/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r1.ebuild
+++ b/dev-java/xml-commons-resolver/xml-commons-resolver-1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="An XML Entity and URI Resolver"
 HOMEPAGE="http://xml.apache.org/commons/;
 SRC_URI="mirror://apache/xml/commons/${P}.tar.gz"
 
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 LICENSE="Apache-2.0"
 SLOT="0"
 



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

2019-05-17 Thread Aaron Bauman
commit: 315b7fdfd152743c67817ded6ba3d58c946bc664
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 18 01:07:52 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 18 01:07:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315b7fdf

dev-java/jflex: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 dev-java/jflex/jflex-1.6.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/jflex/jflex-1.6.1.ebuild 
b/dev-java/jflex/jflex-1.6.1.ebuild
index e5f745463c4..2990735567f 100644
--- a/dev-java/jflex/jflex-1.6.1.ebuild
+++ b/dev-java/jflex/jflex-1.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.jflex.de/;
 SRC_URI="http://${PN}.de/${P}.tar.gz;
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="examples test vim-syntax"
 
 CDEPEND="dev-java/ant-core:0"



[gentoo-commits] repo/proj/guru:master commit in: dev-util/codespell/

2019-05-17 Thread Ralph Seichter
commit: 02d45b05d593467a0e2edf3bcc0f8ad653cb59c0
Author: Bernd Waibel  gmail  com>
AuthorDate: Fri May 17 18:21:34 2019 +
Commit: Ralph Seichter  seichter  de>
CommitDate: Fri May 17 18:21:34 2019 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02d45b05

dev-util/codespell: bump to 1.15.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernd Waibel  gmail.com>

 dev-util/codespell/Manifest|  1 +
 dev-util/codespell/codespell-1.15.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index b0eab05..3c12217 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1 +1,2 @@
 DIST codespell-1.14.0.tar.gz 99726 BLAKE2B 
3e818b97f4c949f704f7792bbed2ed27171b150842a880db061cc98c70116179580936f510996845dee7b151adc99a01dfb6626a8eab0ae8cf9334df1d8f1aad
 SHA512 
2e800af4aa4b68a511df5161fd2b7fe51b4ac903535c3c593df8a60dc81a6363b0b9fe18c74d9a5fb3fa2a02ba85f6e63a2044fd0cceb0d11d40d5acd8199d02
+DIST codespell-1.15.0.tar.gz 121819 BLAKE2B 
494fadd4cee14b5280ffc5989914d81853f3d68e1292f367832297f8a604611f0ec8244b7ae0f9bae7cc798956d1797fa163229ef38d8949e162cf2e10314074
 SHA512 
5a8489ddb59a514670f02be336c023ccc4c3a1bc0f86e0ec1292d599837ce6f3ec8e1dbb66013d9ec25d5183129ee810623165fb8bbacc71759695581a3c1795

diff --git a/dev-util/codespell/codespell-1.15.0.ebuild 
b/dev-util/codespell/codespell-1.15.0.ebuild
new file mode 100644
index 000..caf8227
--- /dev/null
+++ b/dev-util/codespell/codespell-1.15.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Check text files for common misspellings"
+HOMEPAGE="https://github.com/codespell-project/codespell;
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> 
${P}.tar.gz"
+
+# Code licensed under GPL-2
+# Dictionary licensed under CC-BY-SA-3.0
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



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

2019-05-17 Thread Andreas K. Hüttel
commit: dad91246af72bfbc861b9c29b5b61cdbb6d62f8c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 23:13:42 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 23:13:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad91246

dev-perl/File-Slurp: Version bump, needed for 5.30

Closes: https://bugs.gentoo.org/686192
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/File-Slurp/File-Slurp-.270.0.ebuild | 30 
 dev-perl/File-Slurp/Manifest |  1 +
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/File-Slurp/File-Slurp-.270.0.ebuild 
b/dev-perl/File-Slurp/File-Slurp-.270.0.ebuild
new file mode 100644
index 000..1ef6d77a76b
--- /dev/null
+++ b/dev-perl/File-Slurp/File-Slurp-.270.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CAPOEIRAB
+DIST_VERSION=.27
+inherit perl-module
+
+DESCRIPTION="Simple and Efficient Reading/Writing/Modifying of Complete Files"
+
+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 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Carp
+   >=virtual/perl-Exporter-5.570.0
+   >=virtual/perl-File-Spec-3.10.0
+   virtual/perl-File-Temp
+"
+DEPEND="${RDEPEND}
+   test? (
+   >=virtual/perl-Scalar-List-Utils-1.0.0
+   virtual/perl-Socket
+   virtual/perl-Test-Simple
+   )
+"
+
+mydoc="extras/slurp_article.pod"

diff --git a/dev-perl/File-Slurp/Manifest b/dev-perl/File-Slurp/Manifest
index ac37acab379..9ae78e78680 100644
--- a/dev-perl/File-Slurp/Manifest
+++ b/dev-perl/File-Slurp/Manifest
@@ -1 +1,2 @@
 DIST File-Slurp-.19.tar.gz 39927 BLAKE2B 
3f6360ba8a8f69e4e5b565e20e6c81d7d32e358db31aebb63de0ccb9d8eba5faf0652cef7c8f49f2b858d7f7af5d5a3d8215044b27dc47e2c1f741cde7afc769
 SHA512 
3fb8f452d625e321e77475cbc7d5672d53fe49945581561a0001be0a9464e67659303271648e102d52b6ebd04c87afc7432238fcade0c098f584f3b58c90ec82
+DIST File-Slurp-.27.tar.gz 37734 BLAKE2B 
2e2589b834e1092a869a9527395d9ed589f0dafac99b13ca3e802c4bf159ebc55f7b28284a13effdcbd476b7c7d7727a9b25735dc9f9b1711a9ec63444d44888
 SHA512 
24a5e2b93f7fda65cbdf0e54687de3af511cfd3909dcf4c79610882bf4f119afdf2bd60de28fcb8d9155b94a29ca4f901e28930a810949e490ba1c584d7a6ee0



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Module-CoreList/

2019-05-17 Thread Andreas K. Hüttel
commit: 85968529ab23761db9f6d4c3a1bd996683d01156
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 21:56:48 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 21:58:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85968529

virtual/perl-Module-CoreList: drop perl-5.28.0

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

 .../perl-Module-CoreList-5.201.806.220-r2.ebuild| 17 -
 1 file changed, 17 deletions(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220-r2.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220-r2.ebuild
deleted file mode 100644
index 799753286b4..000
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.806.220-r2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# Check 
https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/virtual/perl-Module-CoreList
-# When bumping this package.
-RDEPEND="
-   || ( =dev-lang/perl-5.28.0* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



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

2019-05-17 Thread Andreas K. Hüttel
commit: bf979296936e647e15fe9cc3b37640a3b1ef8239
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 21:58:04 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 21:58:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf979296

dev-lang/perl: drop old 5.28

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

 dev-lang/perl/Manifest  |   1 -
 dev-lang/perl/perl-5.28.0-r1.ebuild | 654 ---
 dev-lang/perl/perl-5.28.0.ebuild| 652 ---
 dev-lang/perl/perl-5.28.2.ebuild| 655 
 4 files changed, 1962 deletions(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index 431f5781cfd..ac5d2f69254 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -6,7 +6,6 @@ DIST perl-5.26.2-patches-1.tar.xz 17100 BLAKE2B 
681239e438945285e006ee1d1e2a9eb8
 DIST perl-5.26.2.tar.xz 11931624 BLAKE2B 
2d54b155ace7c70a33adbe9911ba5384281aa49a0f6d4f452f4249b4deb58804268b473457470488f7592e041221f552b09156eb55c10078002aae3715446d9a
 SHA512 
fd54c90da250144c81b94587c01c49fa367f84c54406f1d360ddab4a41589a7b19efc1707f95c95d6357fae66fc3f6f00bf69dd7741db114c7034a14f52be65f
 DIST perl-5.28.0-patches-1.tar.xz 17128 BLAKE2B 
f16843d9ecf27fa7d42dd59e1591d618ba9ad6b14f4e56bab4019af043eb79559cc7dbc4a1b1e580c18b7ba0b5d71c4da3e3f94955889629a655e7028492a066
 SHA512 
e05a492ba045ac71d20393099815bed8e4f491bed79a352e83537561eb256d4f672e0125c5cca9e45150c01d3ad463a070a49e845b3c17806d9f77a872d0352a
 DIST perl-5.28.0.tar.xz 12410536 BLAKE2B 
620cca33c6d354b8b200bfff43dd155e6f89b9fe318f530d38c853a2b66fe67cc8410b6e5ab2a793d7ef578f2295a6fc4872483f81b5439d8573d75c5239fcfb
 SHA512 
de701e37371b81cecf06098bb2c09017bde9cebaf9537d58838d0adf605ac2ecf739897b0a73576a7adb74d4cf65591ec4d2ed1f94b7191e695f88cb7e214a39
-DIST perl-5.28.2-patches-2.tar.xz 17332 BLAKE2B 
74977d4b08e891225a3e0408473df048f6999a1a5044cb68dd205c3a95d5dcceafdaf59c277fd0a0853d5e818c2011434a88aee095cdfcb8ddc393e3a95f93c2
 SHA512 
b095f7966b8f09f64a6d7e425de91457ecdfddf7d2e73c5ab93632babcd37d0ab74175139484ed019aac09bc4c17ddce38eb75cebc3a80e4d47bbf7b15624c18
 DIST perl-5.28.2-patches-4.tar.xz 26268 BLAKE2B 
b32485a4ee0c23ab197641279915d1d2ff0b5fb46dad4e65b0c93a9b38025c5b4fdae2907b3f6aa5e1b6b5f80b5391b149613a0d3759519330c16f9b0e1dff91
 SHA512 
0c560ed52dcce2e9332192fead7bf0da416e5241616c2ee889cb9ca6fc3a133edb75e63e6e1217b8790c77611b92f57979491b4ffb02364c3f8361745f59c225
 DIST perl-5.28.2.tar.xz 12374448 BLAKE2B 
82a49fcf3c29ff7241fae7ffaa1bf9f99d8cbfa6d00d5fd9ff7c3c23a461287322e12acba318c8de8507092e33b05549142bc5194bdb4b516994c9cdc0cb3f92
 SHA512 
0f2e4f7cb5d8cf6e00054b3842907e29b6c85902d97fb881d5bea65edbc875fef4e15e064561fac7c8db4939586576dd76a225026c7cca9624261c887b1fdb08
 DIST perl-5.30.0-RC2.tar.xz 12404196 BLAKE2B 
c75c9a0c00718e11e00171f8796a9c039bc639e21f755d6c23b396f08e3ec826226ddb7b2a78f73645774c798d564dc65b8800d841178ec072a1d256d94ef1c5
 SHA512 
5f11ad9951fa1a94553f71eef560007f700b8b4a6d5067896582c7abfe7afc406f504c26e67ce0da222ed7b240f7368537ceb6006dc6e3c7483c64280ec2679b

diff --git a/dev-lang/perl/perl-5.28.0-r1.ebuild 
b/dev-lang/perl/perl-5.28.0-r1.ebuild
deleted file mode 100644
index 500797a2101..000
--- a/dev-lang/perl/perl-5.28.0-r1.ebuild
+++ /dev/null
@@ -1,654 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils alternatives flag-o-matic toolchain-funcs multilib 
multiprocessing
-
-PATCH_VER=1
-CROSS_VER=1.2.2
-PATCH_BASE="perl-5.28.0-patches-${PATCH_VER}"
-
-PATCHES=( "${FILESDIR}/${P}-dirhandle.patch" ) #bug 677306
-
-DIST_AUTHOR=XSAWYERX
-
-# Greatest first, don't include yourself
-# Devel point-releases are not ABI-intercompatible, but stable point releases 
are
-# BIN_OLDVERSEN is contains only C-ABI-intercompatible versions
-PERL_BIN_OLDVERSEN=""
-if [[ "${PV##*.}" == "" ]]; then
-   DIST_VERSION=5.28.0
-else
-   DIST_VERSION="${PV/_rc/-RC}"
-fi
-SHORT_PV="${DIST_VERSION%.*}"
-# Even numbered major versions are ABI intercompatible
-# Odd numbered major versions are not
-if [[ $(( ${SHORT_PV#*.} % 2 )) == 1 ]]; then
-   SUBSLOT="${DIST_VERSION%-RC*}"
-else
-   SUBSLOT="${DIST_VERSION%.*}"
-fi
-# Used only in tar paths
-MY_P="perl-${DIST_VERSION}"
-# Used in library paths
-MY_PV="${DIST_VERSION%-RC*}"
-
-DESCRIPTION="Larry Wall's Practical Extraction and Report Language"
-
-SRC_URI="
-   mirror://cpan/src/5.0/${MY_P}.tar.xz
-   
mirror://cpan/authors/id/${DIST_AUTHOR:0:1}/${DIST_AUTHOR:0:2}/${DIST_AUTHOR}/${MY_P}.tar.xz
-   
https://github.com/gentoo-perl/perl-patchset/releases/download/${PATCH_BASE}/${PATCH_BASE}.tar.xz
-   mirror://gentoo/${PATCH_BASE}.tar.xz
-   https://dev.gentoo.org/~kentnl/distfiles/${PATCH_BASE}.tar.xz
-   

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Storable/

2019-05-17 Thread Andreas K. Hüttel
commit: 2c77e3f342a0a361c4d930eb0f8bd329f4b5264a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 21:56:03 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 21:58:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c77e3f3

virtual/perl-Storable: Drop perl-5.28.0

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

 virtual/perl-Storable/perl-Storable-3.80.0-r1.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/virtual/perl-Storable/perl-Storable-3.80.0-r1.ebuild 
b/virtual/perl-Storable/perl-Storable-3.80.0-r1.ebuild
deleted file mode 100644
index 0385cca9f79..000
--- a/virtual/perl-Storable/perl-Storable-3.80.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
-   || ( =dev-lang/perl-5.28.0* ~perl-core/${PN#perl-}-${PV} )
-   dev-lang/perl:=
-   !perl-core/${PN#perl-}-${PV}-r999
-"



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

2019-05-17 Thread Mart Raudsepp
commit: f492a9f52730307bf2010a8ebea9f08e0c7936b7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May 17 21:47:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May 17 21:48:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f492a9f5

net-libs/webkit-gtk: bump to 2.24.2

Hopefully handles SSE2 missing from CXXFLAGS better.
Unknown what happens for machines that are actually without
SSE2 runtime support.

Closes: https://bugs.gentoo.org/684540
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 net-libs/webkit-gtk/Manifest |   1 +
 net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild | 281 +++
 2 files changed, 282 insertions(+)

diff --git a/net-libs/webkit-gtk/Manifest b/net-libs/webkit-gtk/Manifest
index 17552826b44..42544431287 100644
--- a/net-libs/webkit-gtk/Manifest
+++ b/net-libs/webkit-gtk/Manifest
@@ -1 +1,2 @@
 DIST webkitgtk-2.24.1.tar.xz 17897488 BLAKE2B 
62cd6d896d4b4847430f0d41de92595e955db283626dad2aa560071da12ccd0c24093163e15cc50c30ceb96f9767797f9051657ec68f822e7e371c8566872ad5
 SHA512 
65424f03b6baca53d64f0d633f53e2f7788c7fb65aa8b50b696418c140707c40351ec3cc0a8652806d75b9da98a04a8bb4203dd6ee4c51a3f93878964354c1ca
+DIST webkitgtk-2.24.2.tar.xz 17908808 BLAKE2B 
bf53f27a5fa15067fb91cbfcff3c2287418c797a4ad03d3a71fbdb194c27e069ab5985b9c8e8df008ed80c80fe2a397d71297b4c187fd7c3acbfe2961d332c50
 SHA512 
8376167cfc4530886a2ac644ab84ff1021a63f6236d7be9eeb9e0ecade8bad5384b652dfe3720fdd31cddb39df6c935f859f1c0a59f42d7c71998992c4a9ffaa

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild
new file mode 100644
index 000..5c4c67891ba
--- /dev/null
+++ b/net-libs/webkit-gtk/webkit-gtk-2.24.2.ebuild
@@ -0,0 +1,281 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+CMAKE_MAKEFILE_GENERATOR="ninja"
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+USE_RUBY="ruby24 ruby25 ruby26"
+
+inherit check-reqs cmake-utils flag-o-matic gnome2 pax-utils python-any-r1 
ruby-single toolchain-funcs virtualx
+
+MY_P="webkitgtk-${PV}"
+DESCRIPTION="Open source web browser engine"
+HOMEPAGE="https://www.webkitgtk.org;
+SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz;
+
+LICENSE="LGPL-2+ BSD"
+SLOT="4/37" # soname version of libwebkit2gtk-4.0
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~x86-macos"
+
+IUSE="aqua coverage doc +egl +geolocation gles2 gnome-keyring +gstreamer 
+introspection jpeg2k libnotify nsplugin +opengl spell wayland +webgl +X"
+
+# webgl needs gstreamer, bug #560612
+# gstreamer with opengl/gles2 needs egl
+REQUIRED_USE="
+   geolocation? ( introspection )
+   gles2? ( egl !opengl )
+   gstreamer? ( opengl? ( egl ) )
+   nsplugin? ( X )
+   webgl? ( gstreamer
+   || ( gles2 opengl ) )
+   wayland? ( egl )
+   || ( aqua wayland X )
+"
+
+# Tests fail to link for inexplicable reasons
+# https://bugs.webkit.org/show_bug.cgi?id=148210
+RESTRICT="test"
+
+# Aqua support in gtk3 is untested
+# Dependencies found at Source/cmake/OptionsGTK.cmake
+# Various compile-time optionals for gtk+-3.22.0 - ensure it
+# Missing OpenWebRTC checks and conditionals, but 
ENABLE_MEDIA_STREAM/ENABLE_WEB_RTC is experimental upstream (PRIVATE OFF)
+# >=gst-plugins-opus-1.14.4-r1 for opusparse (required by MSE)
+RDEPEND="
+   >=x11-libs/cairo-1.16.0:=[X?]
+   >=media-libs/fontconfig-2.13.0:1.0
+   >=media-libs/freetype-2.9.0:2
+   >=dev-libs/libgcrypt-1.7.0:0=
+   >=x11-libs/gtk+-3.22:3[aqua?,introspection?,wayland?,X?]
+   >=media-libs/harfbuzz-1.4.2:=[icu(+)]
+   >=dev-libs/icu-3.8.1-r1:=
+   virtual/jpeg:0=
+   >=net-libs/libsoup-2.48:2.4[introspection?]
+   >=dev-libs/libxml2-2.8.0:2
+   >=media-libs/libpng-1.4:0=
+   dev-db/sqlite:3=
+   sys-libs/zlib:0
+   >=dev-libs/atk-2.8.0
+   media-libs/libwebp:=
+
+   >=dev-libs/glib-2.40:2
+   >=dev-libs/libxslt-1.1.7
+   media-libs/woff2
+   gnome-keyring? ( app-crypt/libsecret )
+   geolocation? ( >=app-misc/geoclue-2.1.5:2.0 )
+   introspection? ( >=dev-libs/gobject-introspection-1.32.0:= )
+   dev-libs/libtasn1:=
+   nsplugin? ( >=x11-libs/gtk+-2.24.10:2 )
+   spell? ( >=app-text/enchant-0.22:= )
+   gstreamer? (
+   >=media-libs/gstreamer-1.14:1.0
+   >=media-libs/gst-plugins-base-1.14:1.0[egl?,gles2?,opengl?]
+   >=media-plugins/gst-plugins-opus-1.14.4-r1:1.0
+   >=media-libs/gst-plugins-bad-1.14:1.0 )
+
+   X? (
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXrender
+   x11-libs/libXt )
+
+   libnotify? ( x11-libs/libnotify )
+   dev-libs/hyphen
+   jpeg2k? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-SmallProf/, dev-perl/Devel-SmallProf/files/

2019-05-17 Thread Andreas K. Hüttel
commit: 1ac951ab7b0ef38f9c851e9588e407c147ef05ff
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 21:18:05 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 21:18:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac951ab

dev-perl/Devel-SmallProf: Add perl-5.28 patch from RH

Closes: https://bugs.gentoo.org/661204
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../Devel-SmallProf-2.20.0-r4.ebuild   | 23 
 .../files/Devel-SmallProf-2.20.0-perl528.patch | 42 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r4.ebuild 
b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r4.ebuild
new file mode 100644
index 000..cf2637c44aa
--- /dev/null
+++ b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SALVA
+DIST_VERSION=2.02
+inherit perl-module
+
+DESCRIPTION="Per-line Perl profiler"
+
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+PATCHES=(
+   "${FILESDIR}/${P}-defined.patch"
+   "${FILESDIR}/${P}-perl526.patch"
+   "${FILESDIR}/${P}-perl528.patch"
+)
+# note: dont use parallel here
+# tests need each others exit state
+DIST_TEST="do"

diff --git 
a/dev-perl/Devel-SmallProf/files/Devel-SmallProf-2.20.0-perl528.patch 
b/dev-perl/Devel-SmallProf/files/Devel-SmallProf-2.20.0-perl528.patch
new file mode 100644
index 000..3417fa00327
--- /dev/null
+++ b/dev-perl/Devel-SmallProf/files/Devel-SmallProf-2.20.0-perl528.patch
@@ -0,0 +1,42 @@
+From fd31925e40127b2f45518efbcee60ae7f2da30ae Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= 
+Date: Fri, 29 Jun 2018 13:27:51 +0200
+Subject: [PATCH] Remove DB::sub declaration
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Tests fail with Perl 5.28.0:
+
+t/part1.t .. No DB::sub routine defined at t/part1.t line 1.
+BEGIN failed--compilation aborted at t/part1.t line 2.
+
+SmallProf.pm contains DB::sub declaration without a
+corresponding definition with an exaplanation "even if it
+is not used it has to be declared!"
+
+If I remove the declaration, tests pass. Tests pass even on Perl
+5.26.2. It seems the hack is not needed anymore and it is even
+harmfull to Perl 5.28.0.
+
+Signed-off-by: Petr Písař 
+---
+ lib/Devel/SmallProf.pm | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/lib/Devel/SmallProf.pm b/lib/Devel/SmallProf.pm
+index 4fdd66a..63a94a6 100644
+--- a/lib/Devel/SmallProf.pm
 b/lib/Devel/SmallProf.pm
+@@ -16,8 +16,6 @@ our ($profile, $drop_zeros, $grep_format, %packages);
+ my ($cdone, $done, $cstart, $start, $prevf, $prevl, $nulltime,
+ %listings, %profiles, %times, %ctimes);
+ 
+-sub sub; # even if it is not used it has to be declared!
+-
+ sub DB {
+   $profile || return;
+ 
+-- 
+2.14.4
+



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

2019-05-17 Thread Georgy Yakovlev
commit: 5286d0e2a00e995e6aa6e31e6219f713b1d847d9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 17 18:39:39 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 17 21:15:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5286d0e2

sys-fs/zfs-kmod: update live ebuild

add more robust kernel version check

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index 8b0c015bec7..2288b967506 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -14,8 +14,8 @@ if [[ ${PV} == "" ]]; then
 else

SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz;
KEYWORDS="~amd64"
-   ZFS_KERNEL_COMPAT="${ZFS_KERNEL_COMPAT_OVERRIDE:-5.1}"
S="${WORKDIR}/zfs-${PV}"
+   ZFS_KERNEL_COMPAT="5.1"
 fi
 
 LICENSE="CDDL debug? ( GPL-2+ )"
@@ -68,10 +68,13 @@ pkg_setup() {
kernel_is -ge 2 6 32 || die "Linux 2.6.32 or newer required"
 
if [[ ${PV} != "" ]]; then
-   local KV_MAJOR_MAX="${ZFS_KERNEL_COMPAT%%.*}"
-   local KV_MINOR_MAX="${ZFS_KERNEL_COMPAT##*.}"
-   kernel_is -le "${KV_MAJOR_MAX}" "${KV_MINOR_MAX}" || die \
-   "Linux ${KV_MAJOR_MAX}.${KV_MINOR_MAX} is the latest 
supported version"
+   local kv_major_max kv_minor_max zcompat
+   zcompat="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
+   kv_major_max="${zcompat%%.*}"
+   zcompat="${zcompat#*.}"
+   kv_minor_max="${zcompat%%.*}"
+   kernel_is -le "${kv_major_max}" "${kv_minor_max}" || die \
+   "Linux ${kv_major_max}.${kv_minor_max} is the latest 
supported version"
fi
 
check_extra_config



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

2019-05-17 Thread Georgy Yakovlev
commit: e05b9a47295391f6a4b03210a68883cbb2f0f701
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 17 18:59:19 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 17 21:15:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05b9a47

sys-fs/zfs-kmod: port back version check to 0.8.0_rc5 ebuild

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-0.8.0_rc5.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.8.0_rc5.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.8.0_rc5.ebuild
index 779b7451566..9474ad47558 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-0.8.0_rc5.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.8.0_rc5.ebuild
@@ -15,8 +15,8 @@ else
MY_PV="${PV/_rc/-rc}"

SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz;
KEYWORDS="~amd64"
-   ZFS_KERNEL_COMPAT="${ZFS_KERNEL_COMPAT_OVERRIDE:-5.1}"
S="${WORKDIR}/zfs-${PV%_rc*}"
+   ZFS_KERNEL_COMPAT="5.1"
 fi
 
 LICENSE="CDDL debug? ( GPL-2+ )"
@@ -69,10 +69,13 @@ pkg_setup() {
kernel_is -ge 2 6 32 || die "Linux 2.6.32 or newer required"
 
if [[ ${PV} != "" ]]; then
-   local KV_MAJOR_MAX="${ZFS_KERNEL_COMPAT%%.*}"
-   local KV_MINOR_MAX="${ZFS_KERNEL_COMPAT##*.}"
-   kernel_is -le "${KV_MAJOR_MAX}" "${KV_MINOR_MAX}" || die \
-   "Linux ${KV_MAJOR_MAX}.${KV_MINOR_MAX} is the latest 
supported version"
+   local kv_major_max kv_minor_max zcompat
+   zcompat="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
+   kv_major_max="${zcompat%%.*}"
+   zcompat="${zcompat#*.}"
+   kv_minor_max="${zcompat%%.*}"
+   kernel_is -le "${kv_major_max}" "${kv_minor_max}" || die \
+   "Linux ${kv_major_max}.${kv_minor_max} is the latest 
supported version"
fi
 
check_extra_config



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

2019-05-17 Thread Georgy Yakovlev
commit: 0922a3e4de171a249c4584cd6562aee98f208db2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 17 19:09:26 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 17 21:15:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0922a3e4

sys-fs/zfs: drop old rc

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/zfs-0.8.0_rc5.ebuild | 240 
 1 file changed, 240 deletions(-)

diff --git a/sys-fs/zfs/zfs-0.8.0_rc5.ebuild b/sys-fs/zfs/zfs-0.8.0_rc5.ebuild
deleted file mode 100644
index aae398b670b..000
--- a/sys-fs/zfs/zfs-0.8.0_rc5.ebuild
+++ /dev/null
@@ -1,240 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-
-inherit bash-completion-r1 flag-o-matic linux-info linux-mod distutils-r1 
systemd toolchain-funcs udev
-
-DESCRIPTION="Userland utilities for ZFS Linux kernel module"
-HOMEPAGE="https://zfsonlinux.org/;
-
-if [[ ${PV} == "" ]] ; then
-   inherit autotools git-r3
-   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
-else
-   MY_P="${PN}-${PV/_rc/-rc}"
-   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64"
-   S="${WORKDIR}/zfs-${PV%_rc*}"
-fi
-
-LICENSE="BSD-2 CDDL MIT"
-SLOT="0"
-IUSE="custom-cflags debug kernel-builtin python +rootfs test-suite static-libs"
-
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   net-libs/libtirpc
-   sys-apps/util-linux[static-libs?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/awk
-   python? (
-   virtual/python-cffi[${PYTHON_USEDEP}]
-   )
-"
-
-BDEPEND="${COMMON_DEPEND}
-   virtual/pkgconfig
-   python? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-
-RDEPEND="${COMMON_DEPEND}
-   !=sys-apps/grep-2.13*
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
-   !sys-fs/zfs-fuse
-   !prefix? ( virtual/udev )
-   sys-fs/udev-init-scripts
-   rootfs? (
-   app-arch/cpio
-   app-misc/pax-utils
-   !"
-   eerror "Block devices --->"
-   eerror "[X] Loopback device 
support"
-   fi
-   fi
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   [[ ${PV} == "" ]] && eautoreconf
-
-   # Update paths
-   sed -e "s|/sbin/lsmod|/bin/lsmod|" \
-   -e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \
-   -e "s|/sbin/parted|/usr/sbin/parted|" \
-   -i scripts/common.sh.in || die
-
-   if use python; then
-   pushd contrib/pyzfs >/dev/null || die
-   distutils-r1_src_prepare
-   popd >/dev/null || die
-   fi
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-
-   local myconf=(
-   --bindir="${EPREFIX}/bin"
-   --enable-systemd
-   --enable-sysvinit
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=user
-   --with-dracutdir="${EPREFIX}/usr/lib/dracut"
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   --with-udevdir="$(get_udevdir)"
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-   --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
-   $(use_enable debug)
-   $(use_enable python pyzfs)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   default
-   if use python; then
-   pushd contrib/pyzfs >/dev/null || die
-   distutils-r1_src_compile
-   popd >/dev/null || die
-   fi
-}
-
-src_install() {
-   default
-
-   gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core
-
-   use test-suite || rm -rf "${ED}/usr/share/zfs"
-
-   dobashcomp contrib/bash_completion.d/zfs
-   bashcomp_alias zfs zpool
-
-   # strip executable bit from conf.d file
-   fperms 0644 /etc/conf.d/zfs
-
-   if use python; then
-   pushd contrib/pyzfs >/dev/null || die
-   distutils-r1_src_install
-   popd >/dev/null || die
-   fi
-
-   # enforce best available python implementation
-   python_setup
-   python_fix_shebang "${ED}/bin"
-}
-
-pkg_postinst() {
-   if ! use kernel-builtin && [[ ${PV} = "" ]]; then
-   einfo "Adding ${P} to the module database to ensure that the"
-   einfo "kernel modules and userland utilities stay in sync."
-   update_moduledb
-   fi
-
-   if [[ -e "${EROOT}/etc/runlevels/boot/zfs" ]]; then
-   einfo 'The zfs boot 

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

2019-05-17 Thread Georgy Yakovlev
commit: 93f228ab7e015dcb65ae610e7b2ca686077400ea
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 17 19:03:15 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 17 21:15:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93f228ab

sys-fs/zfs: pass --localstatedir explicitly, move zed pid to /run

is was residing in /var/lib/run for some reason

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/zfs-0.8.0_rc5-r1.ebuild | 241 +
 1 file changed, 241 insertions(+)

diff --git a/sys-fs/zfs/zfs-0.8.0_rc5-r1.ebuild 
b/sys-fs/zfs/zfs-0.8.0_rc5-r1.ebuild
new file mode 100644
index 000..3ed40d3591b
--- /dev/null
+++ b/sys-fs/zfs/zfs-0.8.0_rc5-r1.ebuild
@@ -0,0 +1,241 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+
+inherit bash-completion-r1 flag-o-matic linux-info linux-mod distutils-r1 
systemd toolchain-funcs udev
+
+DESCRIPTION="Userland utilities for ZFS Linux kernel module"
+HOMEPAGE="https://zfsonlinux.org/;
+
+if [[ ${PV} == "" ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git;
+else
+   MY_P="${PN}-${PV/_rc/-rc}"
+   
SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/zfs-${PV%_rc*}"
+fi
+
+LICENSE="BSD-2 CDDL MIT"
+SLOT="0"
+IUSE="custom-cflags debug kernel-builtin python +rootfs test-suite static-libs"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   net-libs/libtirpc
+   sys-apps/util-linux[static-libs?]
+   sys-libs/zlib[static-libs(+)?]
+   virtual/awk
+   python? (
+   virtual/python-cffi[${PYTHON_USEDEP}]
+   )
+"
+
+BDEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   python? (
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   !=sys-apps/grep-2.13*
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !sys-fs/zfs-fuse
+   !prefix? ( virtual/udev )
+   sys-fs/udev-init-scripts
+   rootfs? (
+   app-arch/cpio
+   app-misc/pax-utils
+   !"
+   eerror "Block devices --->"
+   eerror "[X] Loopback device 
support"
+   fi
+   fi
+   fi
+   fi
+}
+
+src_prepare() {
+   default
+
+   [[ ${PV} == "" ]] && eautoreconf
+
+   # Update paths
+   sed -e "s|/sbin/lsmod|/bin/lsmod|" \
+   -e "s|/usr/bin/scsi-rescan|/usr/sbin/rescan-scsi-bus|" \
+   -e "s|/sbin/parted|/usr/sbin/parted|" \
+   -i scripts/common.sh.in || die
+
+   if use python; then
+   pushd contrib/pyzfs >/dev/null || die
+   distutils-r1_src_prepare
+   popd >/dev/null || die
+   fi
+}
+
+src_configure() {
+   use custom-cflags || strip-flags
+
+   local myconf=(
+   --bindir="${EPREFIX}/bin"
+   --enable-systemd
+   --enable-sysvinit
+   --localstatedir="${EPREFIX}/var"
+   --sbindir="${EPREFIX}/sbin"
+   --with-config=user
+   --with-dracutdir="${EPREFIX}/usr/lib/dracut"
+   --with-linux="${KV_DIR}"
+   --with-linux-obj="${KV_OUT_DIR}"
+   --with-udevdir="$(get_udevdir)"
+   --with-systemdunitdir="$(systemd_get_systemunitdir)"
+   --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
+   $(use_enable debug)
+   $(use_enable python pyzfs)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   default
+   if use python; then
+   pushd contrib/pyzfs >/dev/null || die
+   distutils-r1_src_compile
+   popd >/dev/null || die
+   fi
+}
+
+src_install() {
+   default
+
+   gen_usr_ldscript -a uutil nvpair zpool zfs zfs_core
+
+   use test-suite || rm -rf "${ED}/usr/share/zfs"
+
+   dobashcomp contrib/bash_completion.d/zfs
+   bashcomp_alias zfs zpool
+
+   # strip executable bit from conf.d file
+   fperms 0644 /etc/conf.d/zfs
+
+   if use python; then
+   pushd contrib/pyzfs >/dev/null || die
+   distutils-r1_src_install
+   popd >/dev/null || die
+   fi
+
+   # enforce best available python implementation
+   python_setup
+   python_fix_shebang "${ED}/bin"
+}
+
+pkg_postinst() {
+   if ! use kernel-builtin && [[ ${PV} = "" ]]; then
+   einfo "Adding ${P} to the module database to ensure that the"
+   einfo "kernel modules and userland utilities stay in 

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

2019-05-17 Thread Georgy Yakovlev
commit: e021b64de0dc396a0e5fd0c38347a353ac073081
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri May 17 18:49:17 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri May 17 21:15:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e021b64d

sys-fs/zfs: update live ebuild

pass --localstatedir="/var", not /var/lib

otherwise pid files end up in /var/lib/run, which is wrong.
localstatedir is only used to define runstatedir

AC_SUBST([runstatedir], ['${localstatedir}/run'])

the following will change:

zed pid and state file location
(assuming /var/run is a symlink to /run)
/var/lib/run/zed.{pid,state} -> /var/run/zed.{pid,state}

zfs-list.cache.new will be temporary generated there.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/zfs-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/zfs/zfs-.ebuild b/sys-fs/zfs/zfs-.ebuild
index bde2d9e06bc..e24458b4194 100644
--- a/sys-fs/zfs/zfs-.ebuild
+++ b/sys-fs/zfs/zfs-.ebuild
@@ -120,6 +120,7 @@ src_configure() {
--bindir="${EPREFIX}/bin"
--enable-systemd
--enable-sysvinit
+   --localstatedir="${EPREFIX}/var"
--sbindir="${EPREFIX}/sbin"
--with-config=user
--with-dracutdir="${EPREFIX}/usr/lib/dracut"



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

2019-05-17 Thread Andreas K. Hüttel
commit: 04e4d481a38fe3b1936598f9be5e4a8b5992fdab
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 21:10:32 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 21:10:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e4d481

dev-lang/perl: Bump to 5.30.0-RC2

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

 dev-lang/perl/Manifest   | 2 +-
 dev-lang/perl/{perl-5.30.0_rc1.ebuild => perl-5.30.0_rc2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest
index 446436f558e..431f5781cfd 100644
--- a/dev-lang/perl/Manifest
+++ b/dev-lang/perl/Manifest
@@ -9,7 +9,7 @@ DIST perl-5.28.0.tar.xz 12410536 BLAKE2B 
620cca33c6d354b8b200bfff43dd155e6f89b9f
 DIST perl-5.28.2-patches-2.tar.xz 17332 BLAKE2B 
74977d4b08e891225a3e0408473df048f6999a1a5044cb68dd205c3a95d5dcceafdaf59c277fd0a0853d5e818c2011434a88aee095cdfcb8ddc393e3a95f93c2
 SHA512 
b095f7966b8f09f64a6d7e425de91457ecdfddf7d2e73c5ab93632babcd37d0ab74175139484ed019aac09bc4c17ddce38eb75cebc3a80e4d47bbf7b15624c18
 DIST perl-5.28.2-patches-4.tar.xz 26268 BLAKE2B 
b32485a4ee0c23ab197641279915d1d2ff0b5fb46dad4e65b0c93a9b38025c5b4fdae2907b3f6aa5e1b6b5f80b5391b149613a0d3759519330c16f9b0e1dff91
 SHA512 
0c560ed52dcce2e9332192fead7bf0da416e5241616c2ee889cb9ca6fc3a133edb75e63e6e1217b8790c77611b92f57979491b4ffb02364c3f8361745f59c225
 DIST perl-5.28.2.tar.xz 12374448 BLAKE2B 
82a49fcf3c29ff7241fae7ffaa1bf9f99d8cbfa6d00d5fd9ff7c3c23a461287322e12acba318c8de8507092e33b05549142bc5194bdb4b516994c9cdc0cb3f92
 SHA512 
0f2e4f7cb5d8cf6e00054b3842907e29b6c85902d97fb881d5bea65edbc875fef4e15e064561fac7c8db4939586576dd76a225026c7cca9624261c887b1fdb08
-DIST perl-5.30.0-RC1.tar.xz 12410500 BLAKE2B 
a8a871bf9b7104659edde9cee736f6969882128627797decd65dbcb38aca32940e21ac3444d741a9098e9d950b6c539e9c97d067ca61cd0eb980bcd1bed00998
 SHA512 
676641b4e44bf3dcbe32b5fa6070322f64dd8a86030edb778b25c1231d64fb122ecc947a084a6210d0042e1d58f892e38a41f080b69190731541f4ac63f5ba2a
+DIST perl-5.30.0-RC2.tar.xz 12404196 BLAKE2B 
c75c9a0c00718e11e00171f8796a9c039bc639e21f755d6c23b396f08e3ec826226ddb7b2a78f73645774c798d564dc65b8800d841178ec072a1d256d94ef1c5
 SHA512 
5f11ad9951fa1a94553f71eef560007f700b8b4a6d5067896582c7abfe7afc406f504c26e67ce0da222ed7b240f7368537ceb6006dc6e3c7483c64280ec2679b
 DIST perl-5.30.0-patches-1.tar.xz 17352 BLAKE2B 
67eb1c4ce6ada27e05962d06fa9c5675ca1d22623b5fd172ce8ceaa17f2e51d61f9451955f9f6acf6d97ea7d71c72b583be1378ccbf9174c88580baec2049a48
 SHA512 
4fe1f2de5e72e56890858148d20b772df63dce34cb3977ec47d8ed5323c4843929130f660f1558c282c97e65efa1c6d2fdacf9e2dcc0ef1d487a0b69dbb5bbb4
 DIST perl-cross-1.1.7.tar.gz 97622 BLAKE2B 
c58dd51492cfbda6fc58b43d9de45c35dd5ed5768ca8db61b5ac092ad6c0067386597875d6613c75671f026387ba474ce8c28789d6d77b9dcfc4cf4bf7227126
 SHA512 
b64d487129b295ec6d996606b8b8559de681e1cf7c3e3167d6d646d5d7a848d7929b1ab698d1f950e265213749772fc74d209cea5020b61e133c8f8851b7cfa0
 DIST perl-cross-1.1.9.tar.gz 102939 BLAKE2B 
438ea75a14c4d60fdf3cb2f3671c736d229a83af210ba4fe6e79b989c6c4b45500d0221ec65bc71e1d43d234ec1daa20b3a19be6ceb01e638810900dbe3664a7
 SHA512 
002441012bd31f1ea71341707d91f89b76266c187c9d28f947ed5eddbcc6e3155e8dfd4b1814331561c3557764fea25bf6a938f08bcd4adfb5895361ad5a269a

diff --git a/dev-lang/perl/perl-5.30.0_rc1.ebuild 
b/dev-lang/perl/perl-5.30.0_rc2.ebuild
similarity index 100%
rename from dev-lang/perl/perl-5.30.0_rc1.ebuild
rename to dev-lang/perl/perl-5.30.0_rc2.ebuild



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

2019-05-17 Thread Fabian Groffen
commit: fb8f20ad48b08e666e62fb4c7f5835d568f2f23c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri May 17 20:48:56 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri May 17 20:49:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8f20ad

app-crypt/libb2: version bump

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 app-crypt/libb2/Manifest|  1 +
 app-crypt/libb2/libb2-0.98.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/app-crypt/libb2/Manifest b/app-crypt/libb2/Manifest
index 44054d6b967..6d30097c471 100644
--- a/app-crypt/libb2/Manifest
+++ b/app-crypt/libb2/Manifest
@@ -1 +1,2 @@
+DIST libb2-0.98.1.tar.gz 280826 BLAKE2B 
aa8c3dee3032f457410479be12d00c79a6ca6a7c0376a5c70265d30ff25b50663171f7096141834d4faa4dd5027f38b23b774e59be63475a3ecba855337fb1aa
 SHA512 
a666fdbd1efa9cfff3028e953c62f21ba092c6733ccd12d4d04f1f836fc9747fc90053bc9166510d251d332b91e133853d2cc9b61c279517bd65b05e8483250b
 DIST libb2-0.98.tar.gz 275076 BLAKE2B 
7c0aa473a58a5ceb6e913487cc6f0078e6cab661bd26cb1f5611473b430213521a23adbde227da6d7561b4d581369e268308ae6b2a10da5399c0d2d6ab288b26
 SHA512 
be400d16ab00b3006ec7412dcbf580427600f4997cee19c0448d849ff858bbb7be3d49e4052cb1b6791b6bed9c9cc48b51da3ec77b2fdf3d197ccf0c8073

diff --git a/app-crypt/libb2/libb2-0.98.1.ebuild 
b/app-crypt/libb2/libb2-0.98.1.ebuild
new file mode 100644
index 000..2664bc570e7
--- /dev/null
+++ b/app-crypt/libb2/libb2-0.98.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools ltprune toolchain-funcs
+
+DESCRIPTION="C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp"
+HOMEPAGE="https://github.com/BLAKE2/libb2;
+GITHASH="73d41c8255a991ed2adea41c108b388d9d14b449"
+SRC_URI="https://github.com/BLAKE2/libb2/archive/${GITHASH}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x64-macos ~sparc-solaris ~x64-solaris"
+IUSE="static +native-cflags openmp"
+
+DEPEND="
+   openmp? (
+   || ( >=sys-devel/gcc-4.2:*[openmp] 
sys-devel/clang-runtime:*[openmp] )
+   )
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}-${GITHASH}
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != "binary" ]] && use openmp && ! tc-has-openmp; 
then
+   ewarn "You are using a compiler without OpenMP support"
+   die "Need an OpenMP capable compiler"
+   fi
+}
+
+src_prepare() {
+   default
+   # fix bashism
+   sed -i -e 's/ == / = /' configure.ac || die
+   eautoreconf  # upstream doesn't make releases
+}
+
+src_configure() {
+   econf \
+   $(use_enable static) \
+   $(use_enable native-cflags native) \
+   $(use_enable openmp)
+}
+
+src_compile() {
+   # respect our CFLAGS when native-cflags is not in effect
+   emake $(use native-cflags && echo no)CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Devel-PPPort/, profiles/

2019-05-17 Thread Andreas K. Hüttel
commit: 885a4f1f78fe767a5684bbe8898c3964f230dc59
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:27:27 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:27:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885a4f1f

package.mask: Devel::PPPort got updated on perl 5.30 RC1 -> RC2

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

 profiles/package.mask   | 2 +-
 ...erl-Devel-PPPort-3.510.0.ebuild => perl-Devel-PPPort-3.520.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c59918881b3..e9eee11e949 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -65,7 +65,7 @@ dev-python/detox
 ~virtual/perl-Compress-Raw-Zlib-2.84.0
 ~virtual/perl-DB_File-1.843.0
 ~virtual/perl-Data-Dumper-2.174.0
-~virtual/perl-Devel-PPPort-3.510.0
+~virtual/perl-Devel-PPPort-3.520.0
 ~virtual/perl-Digest-SHA-6.20.0
 ~virtual/perl-Encode-3.10.0
 ~virtual/perl-ExtUtils-CBuilder-0.280.231

diff --git a/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.510.0.ebuild 
b/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.520.0.ebuild
similarity index 100%
rename from virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.510.0.ebuild
rename to virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.520.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-Tabs+Wrap/

2019-05-17 Thread Andreas K. Hüttel
commit: 4b8b489c6670f5b0b40faaa5048169026e6cf2b5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:30:18 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8b489c

virtual/perl-Text-Tabs+Wrap: add perl-5.30 as provider

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

 ...013.52.300-r7.ebuild => perl-Text-Tabs+Wrap-2013.52.300-r8.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r7.ebuild 
b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r8.ebuild
similarity index 76%
rename from 
virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r7.ebuild
rename to virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r8.ebuild
index 5ebc12a8d3e..7acbed3fb23 100644
--- a/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r7.ebuild
+++ b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2013.52.300-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* 
~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
=dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Piece/

2019-05-17 Thread Andreas K. Hüttel
commit: dfd080431f636b6b65e44178aa6297b4897a820a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:36:53 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd08043

virtual/perl-Time-Piece: add perl-5.30 version

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

 virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild 
b/virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild
new file mode 100644
index 000..0ffad6286f4
--- /dev/null
+++ b/virtual/perl-Time-Piece/perl-Time-Piece-1.330.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-cygwin ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-Balanced/

2019-05-17 Thread Andreas K. Hüttel
commit: c1dd0793f800060920f200a0046128780d7268a9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:28:34 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1dd0793

virtual/perl-Text-Balanced: add perl-5.30 as provider

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

 ...xt-Balanced-2.30.0-r4.ebuild => perl-Text-Balanced-2.30.0-r5.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r4.ebuild 
b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r5.ebuild
similarity index 80%
rename from virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r4.ebuild
rename to virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r5.ebuild
index da51c43a733..b82f4eb7572 100644
--- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r4.ebuild
+++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r5.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* 
~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
=dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-HiRes/

2019-05-17 Thread Andreas K. Hüttel
commit: ff5f15e59e6e736b496f3faeaf45df9f0491ae5a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:34:31 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5f15e5

virtual/perl-Time-HiRes: add perl-5.30 version

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

 virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild 
b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild
new file mode 100644
index 000..4f98c32724d
--- /dev/null
+++ b/virtual/perl-Time-HiRes/perl-Time-HiRes-1.976.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-libnet/

2019-05-17 Thread Andreas K. Hüttel
commit: 686d321c51836d6f1796a34a762e98b9f75449f7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:01:06 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686d321c

virtual/perl-libnet: add perl-5.30 as provider

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

 .../{perl-libnet-3.110.0.ebuild => perl-libnet-3.110.0-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-libnet/perl-libnet-3.110.0.ebuild 
b/virtual/perl-libnet/perl-libnet-3.110.0-r1.ebuild
similarity index 86%
rename from virtual/perl-libnet/perl-libnet-3.110.0.ebuild
rename to virtual/perl-libnet/perl-libnet-3.110.0-r1.ebuild
index 38cfe35b0dd..c8d864de94b 100644
--- a/virtual/perl-libnet/perl-libnet-3.110.0.ebuild
+++ b/virtual/perl-libnet/perl-libnet-3.110.0-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-parent/

2019-05-17 Thread Andreas K. Hüttel
commit: adc8896d36f49915b93981978d1ed005414467ae
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:02:17 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc8896d

virtual/perl-parent: add perl-5.30 version

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

 virtual/perl-parent/perl-parent-0.237.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-parent/perl-parent-0.237.0.ebuild 
b/virtual/perl-parent/perl-parent-0.237.0.ebuild
new file mode 100644
index 000..601e9cf1fdd
--- /dev/null
+++ b/virtual/perl-parent/perl-parent-0.237.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Thread-Semaphore/

2019-05-17 Thread Andreas K. Hüttel
commit: a156feec910fab3416adf3dedee59c28ea6eb5d5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:32:39 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a156feec

virtual/perl-Thread-Semaphore: add perl-5.30 as provider

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

 ...aphore-2.130.0-r1.ebuild => perl-Thread-Semaphore-2.130.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Thread-Semaphore/perl-Thread-Semaphore-2.130.0-r1.ebuild 
b/virtual/perl-Thread-Semaphore/perl-Thread-Semaphore-2.130.0-r2.ebuild
similarity index 77%
rename from 
virtual/perl-Thread-Semaphore/perl-Thread-Semaphore-2.130.0-r1.ebuild
rename to virtual/perl-Thread-Semaphore/perl-Thread-Semaphore-2.130.0-r2.ebuild
index 3372e1567c9..d5689856ec8 100644
--- a/virtual/perl-Thread-Semaphore/perl-Thread-Semaphore-2.130.0-r1.ebuild
+++ b/virtual/perl-Thread-Semaphore/perl-Thread-Semaphore-2.130.0-r2.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 
~x64-cygwin"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Normalize/

2019-05-17 Thread Andreas K. Hüttel
commit: daf08cc5c9bc64b077fcdc74b802a39457ac7fd3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:39:00 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf08cc5

virtual/perl-Unicode-Normalize: add perl-5.30 as provider

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

 ...malize-1.260.0.ebuild => perl-Unicode-Normalize-1.260.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.260.0.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.260.0-r1.ebuild
similarity index 80%
rename from virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.260.0.ebuild
rename to 
virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.260.0-r1.ebuild
index bcd7df6e99f..1fd717fd264 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.260.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.260.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Tie-RefHash/

2019-05-17 Thread Andreas K. Hüttel
commit: 62ef70fbf50de4310dd2d1ff1d87b7094add412a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:33:27 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ef70fb

virtual/perl-Tie-RefHash: add perl-5.30 as provider

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

 ...-RefHash-1.390.0-r9.ebuild => perl-Tie-RefHash-1.390.0-r10.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.390.0-r9.ebuild 
b/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.390.0-r10.ebuild
similarity index 72%
rename from virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.390.0-r9.ebuild
rename to virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.390.0-r10.ebuild
index cfb38739bc2..2b5aaf971b7 100644
--- a/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.390.0-r9.ebuild
+++ b/virtual/perl-Tie-RefHash/perl-Tie-RefHash-1.390.0-r10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~x64-cygwin 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* 
~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
=dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



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

2019-05-17 Thread Andreas K. Hüttel
commit: 9a1f3a358d1bbc729a2cbcc424601d838741f001
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:07:52 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1f3a35

package.mask: Complete perl-5.30 mask block

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d8aa09942b0..c59918881b3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -56,7 +56,8 @@ dev-db/mariadb-galera
 dev-python/detox
 
 # Andreas K. Hüttel  (11 May 2019)
-# Perl 5.30 preparation block. DO NOT USE YET!
+# Perl 5.30 preparation block. Will be unmasked some time after the
+# actual release of Perl 5.30.0.
 =dev-lang/perl-5.30*
 ~virtual/perl-Archive-Tar-2.320.0
 ~virtual/perl-CPAN-2.220.0
@@ -88,6 +89,16 @@ dev-python/detox
 ~virtual/perl-Net-Ping-2.710.0
 ~virtual/perl-Storable-3.150.0
 ~virtual/perl-Test-Simple-1.302.162
+~virtual/perl-Thread-Queue-3.130.0
+~virtual/perl-Time-HiRes-1.976.0
+~virtual/perl-Time-Local-1.280.0
+~virtual/perl-Time-Piece-1.330.0
+~virtual/perl-Unicode-Collate-1.270.0
+~virtual/perl-bignum-0.510.0
+~virtual/perl-parent-0.237.0
+~virtual/perl-podlators-4.110.0
+~virtual/perl-threads-shared-1.600.0
+~virtual/perl-version-0.992.400
 
 # Andreas K. Hüttel  (11 May 2019)
 # Perl 5.24 will be removed soon. Please upgrade.



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-if/

2019-05-17 Thread Andreas K. Hüttel
commit: 8b79c5239b2069d7156bd5aeb4ea49e71628bf7f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:42:30 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b79c523

virtual/perl-if: add perl-5.30 as provider

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

 virtual/perl-if/{perl-if-0.60.800.ebuild => perl-if-0.60.800-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-if/perl-if-0.60.800.ebuild 
b/virtual/perl-if/perl-if-0.60.800-r1.ebuild
similarity index 86%
rename from virtual/perl-if/perl-if-0.60.800.ebuild
rename to virtual/perl-if/perl-if-0.60.800-r1.ebuild
index 38cfe35b0dd..c8d864de94b 100644
--- a/virtual/perl-if/perl-if-0.60.800.ebuild
+++ b/virtual/perl-if/perl-if-0.60.800-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads-shared/

2019-05-17 Thread Andreas K. Hüttel
commit: 97a67d906d0e9499118ef10a4b454c6bfea65b2d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:05:37 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a67d90

virtual/perl-threads-shared: add perl-5.30 version

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

 .../perl-threads-shared-1.600.0.ebuild| 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-threads-shared/perl-threads-shared-1.600.0.ebuild 
b/virtual/perl-threads-shared/perl-threads-shared-1.600.0.ebuild
new file mode 100644
index 000..a38baf7a286
--- /dev/null
+++ b/virtual/perl-threads-shared/perl-threads-shared-1.600.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-threads/

2019-05-17 Thread Andreas K. Hüttel
commit: 9e53eb42b520b1013aa29f40957d182aba07d72c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:04:32 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e53eb42

virtual/perl-threads: add perl-5.30 as provider

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

 .../{perl-threads-2.220.0.ebuild => perl-threads-2.220.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-threads/perl-threads-2.220.0.ebuild 
b/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild
similarity index 78%
rename from virtual/perl-threads/perl-threads-2.220.0.ebuild
rename to virtual/perl-threads/perl-threads-2.220.0-r1.ebuild
index b3f3a799ea8..4ef28831cc5 100644
--- a/virtual/perl-threads/perl-threads-2.220.0.ebuild
+++ b/virtual/perl-threads/perl-threads-2.220.0-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28*[ithreads] ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30*[ithreads] =dev-lang/perl-5.28*[ithreads] 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-version/

2019-05-17 Thread Andreas K. Hüttel
commit: b365fa29c7d78fd97dfc855649afa0e203fe3b5a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:06:42 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b365fa29

virtual/perl-version: add perl-5.30 version

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

 virtual/perl-version/perl-version-0.992.400.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-version/perl-version-0.992.400.ebuild 
b/virtual/perl-version/perl-version-0.992.400.ebuild
new file mode 100644
index 000..601e9cf1fdd
--- /dev/null
+++ b/virtual/perl-version/perl-version-0.992.400.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-podlators/

2019-05-17 Thread Andreas K. Hüttel
commit: b66ac9c63f3c023e8a30e105a7eb208b37948a54
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 20:03:41 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66ac9c6

virtual/perl-podlators: add perl-5.30 version

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

 virtual/perl-podlators/perl-podlators-4.110.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-podlators/perl-podlators-4.110.0.ebuild 
b/virtual/perl-podlators/perl-podlators-4.110.0.ebuild
new file mode 100644
index 000..601e9cf1fdd
--- /dev/null
+++ b/virtual/perl-podlators/perl-podlators-4.110.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-XSLoader/

2019-05-17 Thread Andreas K. Hüttel
commit: 9ac9f3c141c7241472cdbe15709a6eff99966b60
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:39:53 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ac9f3c1

virtual/perl-XSLoader: add perl-5.30 as provider

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

 .../{perl-XSLoader-0.300.0.ebuild => perl-XSLoader-0.300.0-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-XSLoader/perl-XSLoader-0.300.0.ebuild 
b/virtual/perl-XSLoader/perl-XSLoader-0.300.0-r1.ebuild
similarity index 86%
rename from virtual/perl-XSLoader/perl-XSLoader-0.300.0.ebuild
rename to virtual/perl-XSLoader/perl-XSLoader-0.300.0-r1.ebuild
index 38cfe35b0dd..c8d864de94b 100644
--- a/virtual/perl-XSLoader/perl-XSLoader-0.300.0.ebuild
+++ b/virtual/perl-XSLoader/perl-XSLoader-0.300.0-r1.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* ~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* 
~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-autodie/

2019-05-17 Thread Andreas K. Hüttel
commit: 8d1ac93e4e11a50ab5fd71c2436c141beaaa25b8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:40:38 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1ac93e

virtual/perl-autodie: add perl-5.30 as provider

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

 ...{perl-autodie-2.290.0-r3.ebuild => perl-autodie-2.290.0-r4.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-autodie/perl-autodie-2.290.0-r3.ebuild 
b/virtual/perl-autodie/perl-autodie-2.290.0-r4.ebuild
similarity index 75%
rename from virtual/perl-autodie/perl-autodie-2.290.0-r3.ebuild
rename to virtual/perl-autodie/perl-autodie-2.290.0-r4.ebuild
index 18387df97c3..0d8d9d3c70e 100644
--- a/virtual/perl-autodie/perl-autodie-2.290.0-r3.ebuild
+++ b/virtual/perl-autodie/perl-autodie-2.290.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* 
~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
=dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Thread-Queue/

2019-05-17 Thread Andreas K. Hüttel
commit: a3480ceac1ceb469b3667bd59793484dc16582d1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:31:49 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3480cea

virtual/perl-Thread-Queue: add perl-5.30 version

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

 .../perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild| 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild 
b/virtual/perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild
new file mode 100644
index 000..a38baf7a286
--- /dev/null
+++ b/virtual/perl-Thread-Queue/perl-Thread-Queue-3.130.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x64-cygwin"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Text-ParseWords/

2019-05-17 Thread Andreas K. Hüttel
commit: 351dd8f64b43b6e9c4e1d11fba6783f90aba0afc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:29:25 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=351dd8f6

virtual/perl-Text-ParseWords: add perl-5.30 as provider

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

 ...seWords-3.300.0-r4.ebuild => perl-Text-ParseWords-3.300.0-r5.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r4.ebuild 
b/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r5.ebuild
similarity index 80%
rename from virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r4.ebuild
rename to virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r5.ebuild
index a22e3f7fa3c..7b2ee8edb3a 100644
--- a/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r4.ebuild
+++ b/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r5.ebuild
@@ -8,7 +8,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
-   || ( =dev-lang/perl-5.28* =dev-lang/perl-5.26* =dev-lang/perl-5.24* 
~perl-core/${PN#perl-}-${PV} )
+   || ( =dev-lang/perl-5.30* =dev-lang/perl-5.28* =dev-lang/perl-5.26* 
=dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
dev-lang/perl:=
!perl-core/${PN#perl-}-${PV}-r999



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-bignum/

2019-05-17 Thread Andreas K. Hüttel
commit: 0f4294db2b68669e79881b962c3f38921bda867b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:41:44 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f4294db

virtual/perl-bignum: add perl-5.30 version

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

 virtual/perl-bignum/perl-bignum-0.510.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-bignum/perl-bignum-0.510.0.ebuild 
b/virtual/perl-bignum/perl-bignum-0.510.0.ebuild
new file mode 100644
index 000..a18f0ca600b
--- /dev/null
+++ b/virtual/perl-bignum/perl-bignum-0.510.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Time-Local/

2019-05-17 Thread Andreas K. Hüttel
commit: ce0921f444686fec2f1ecf037e00b7100b10fc0d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:35:42 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0921f4

virtual/perl-Time-Local: add perl-5.30 version

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

 virtual/perl-Time-Local/perl-Time-Local-1.280.0.ebuild | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.280.0.ebuild 
b/virtual/perl-Time-Local/perl-Time-Local-1.280.0.ebuild
new file mode 100644
index 000..601e9cf1fdd
--- /dev/null
+++ b/virtual/perl-Time-Local/perl-Time-Local-1.280.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Unicode-Collate/

2019-05-17 Thread Andreas K. Hüttel
commit: b98f3464ce61ab67219e057640d563e01a11e366
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri May 17 19:38:09 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri May 17 20:08:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98f3464

virtual/perl-Unicode-Collate: add perl-5.30 version

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

 .../perl-Unicode-Collate-1.270.0.ebuild   | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.270.0.ebuild 
b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.270.0.ebuild
new file mode 100644
index 000..4f98c32724d
--- /dev/null
+++ b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.270.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =dev-lang/perl-5.30* ~perl-core/${PN#perl-}-${PV} )
+   dev-lang/perl:=
+   !perl-core/${PN#perl-}-${PV}-r999
+"



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

2019-05-17 Thread Michał Górny
commit: 6344c9d1e371dce6deffaa8d0d3473a0af465c81
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 19:46:58 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 20:07:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6344c9d1

xfce-extra/tumbler: Bump to 0.2.4

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

 xfce-extra/tumbler/Manifest |  1 +
 xfce-extra/tumbler/tumbler-0.2.4.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
index a588170ee49..01550b63624 100644
--- a/xfce-extra/tumbler/Manifest
+++ b/xfce-extra/tumbler/Manifest
@@ -1 +1,2 @@
 DIST tumbler-0.2.3.tar.bz2 538109 BLAKE2B 
74f99241aad53202f1241b3865a51bbcfa0b503495e02edc55aed997343fac7057fb7f8f76ef2473cdce9fa38e8069bbb69812aaccfedab41d5f3fb67b2a3a39
 SHA512 
aefe284c3baa1d8eaf79c9bdb3cfc044ee6a1f36be34efd67541e6310aa275b5235b29f68483b7b7b5a8df699a8b3db8dc75569ec2b90253756fd6285a2e3816
+DIST tumbler-0.2.4.tar.bz2 560604 BLAKE2B 
e22d836bb6af10a53bc84363ec239aab97822afd470de6b88b82c29e7e25dd4933b23fd3ea285587ee3205149095259eb35a8e0a01b60c0f9801cef57e7436aa
 SHA512 
cf1d9499ff293086176a0e5055181e5527d9ae39a7786d9fe15a47202e1b02218981c072229e736a7057e85bf0c6ceff34c1f55a12396b3df0b3ab9fda822d02

diff --git a/xfce-extra/tumbler/tumbler-0.2.4.ebuild 
b/xfce-extra/tumbler/tumbler-0.2.4.ebuild
new file mode 100644
index 000..e70a4f83753
--- /dev/null
+++ b/xfce-extra/tumbler/tumbler-0.2.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A thumbnail service for Thunar"
+HOMEPAGE="https://docs.xfce.org/xfce/thunar/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
+
+COMMON_DEPEND=">=dev-libs/glib-2.42:2=
+   media-libs/freetype:2=
+   media-libs/libpng:0=
+   >=sys-apps/dbus-1.6:=
+   >=x11-libs/gdk-pixbuf-2.14:2=
+   curl? ( >=net-misc/curl-7.25:= )
+   ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   jpeg? ( virtual/jpeg:0= )
+   odf? ( >=gnome-extra/libgsf-1.14.20:= )
+   pdf? ( >=app-text/poppler-0.12.4[cairo] )
+   raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
+RDEPEND="${COMMON_DEPEND}
+   >=xfce-base/thunar-1.4
+   gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
+DEPEND="${COMMON_DEPEND}
+   dev-util/gtk-doc-am
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable curl cover-thumbnailer)
+   $(use_enable jpeg jpeg-thumbnailer)
+   $(use_enable ffmpeg ffmpeg-thumbnailer)
+   $(use_enable gstreamer gstreamer-thumbnailer)
+   $(use_enable odf odf-thumbnailer)
+   $(use_enable pdf poppler-thumbnailer)
+   $(use_enable raw raw-thumbnailer)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-05-17 Thread Mike Gilbert
commit: de4ace87337a164f0fa086e9f4c3d546f615377f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 17 15:10:16 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4ace87

dev-libs/oniguruma: Version bump (6.9.2).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/oniguruma/Manifest   |  1 +
 dev-libs/oniguruma/oniguruma-6.9.2.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index 32b17ae8cfe..198c2d1c2de 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -1 +1,2 @@
 DIST onig-6.9.1.tar.gz 870525 BLAKE2B 
8427b92670545e66deba35dfde0cb0ce346629a188c4adaa3025d0acaa81d2ffd86111be17419ea67b2d5f3fb4387aab0d8d20d70fb2f518ccc0ca165b66207d
 SHA512 
5454c161d2d45f2c992513a695ff586ffa99e44a27d7ac5498370e200adb664bb02f2d8cd7d73e61d467f626d1a9b41d9e6e3051e1ea1a021624f94f7d52975f
+DIST onig-6.9.2.tar.gz 901931 BLAKE2B 
93326408c7c9cd9c5053f14edd0e5fbf348a4da135146cfbff7659518686a83301b8d4111dbd65b834e201334871d9fa8202a8ed3cc4f793d444591e96071c74
 SHA512 
c10134e42a3c0b0eeae2027ffb7a3e1bcc9228dee286f6b6e997f8a73d717217fa74de0e19c40975d2e78044c8c4f029eb622f90c8eb4fdc4667eb4804e97001

diff --git a/dev-libs/oniguruma/oniguruma-6.9.2.ebuild 
b/dev-libs/oniguruma/oniguruma-6.9.2.ebuild
new file mode 100644
index 000..ef4e2c1366d
--- /dev/null
+++ b/dev-libs/oniguruma/oniguruma-6.9.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2003-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit multilib-minimal
+
+MY_P="onig-${PV}"
+
+DESCRIPTION="Regular expression library for different character encodings"
+HOMEPAGE="https://github.com/kkos/oniguruma;
+SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0/5"
+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 ~x86-solaris"
+IUSE="crnl-as-line-terminator static-libs"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(AUTHORS HISTORY README{,_japanese} 
doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} 
doc/{SYNTAX.md,UNICODE_PROPERTIES})
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable crnl-as-line-terminator) \
+   $(use_enable static-libs static)
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   find "${D}" -name "*.la" -type f -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/smplayer/

2019-05-17 Thread Mike Gilbert
commit: d244e423d4547e381533211dda32399c4197bf73
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 17 15:35:58 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d244e423

media-video/smplayer: Move dev-qt/linguist-tools to BDEPEND.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 media-video/smplayer/smplayer-19.1.0-r1.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-video/smplayer/smplayer-19.1.0-r1.ebuild 
b/media-video/smplayer/smplayer-19.1.0-r1.ebuild
index e2d8157b342..a7d7dc8f6ec 100644
--- a/media-video/smplayer/smplayer-19.1.0-r1.ebuild
+++ b/media-video/smplayer/smplayer-19.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2007-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux"
 IUSE="autoshutdown bidi debug mpris"
 
-COMMON_DEPEND="
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5=
dev-qt/qtnetwork:5[ssl]
@@ -31,10 +32,7 @@ COMMON_DEPEND="
autoshutdown? ( dev-qt/qtdbus:5 )
mpris? ( dev-qt/qtdbus:5 )
 "
-DEPEND="${COMMON_DEPEND}
-   dev-qt/linguist-tools:5
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
|| (
media-video/mpv[libass,X]
media-video/mplayer[bidi?,libass,png,X]



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.1/desktop/plasma/systemd/, ...

2019-05-17 Thread Mike Gilbert
commit: 0fa3b7b24dbf3f70903ad2801503ab651ebb18a0
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 17 15:30:00 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa3b7b2

profiles: Fix typo (sys-fs/dbus -> sys-apps/dbus) and improve explanation.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 .../default/linux/amd64/17.0/desktop/plasma/systemd/package.use | 6 +++---
 .../default/linux/amd64/17.1/desktop/plasma/systemd/package.use | 6 +++---
 profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use  | 6 +++---
 profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use  | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use 
b/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use
index 7a5a2c2e7af..e034450bfa6 100644
--- a/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use
+++ b/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/package.use
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2019-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Brian Evans  (27 Feb 2019)
-# Avoids conflicts from kde-plasma/plasma-workspace
-# setting sys-fs/dbus[user-session] if bluez is installed
+# Avoid conflict between kde-plasma/plasma-workspace[systemd] requiring 
sys-apps/dbus[user-session]
+# and net-wireless/bluez[systemd,-user-session] requiring 
sys-apps/dbus[-user-session].
 net-wireless/bluez user-session

diff --git 
a/profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use 
b/profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use
index 7a5a2c2e7af..e034450bfa6 100644
--- a/profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use
+++ b/profiles/default/linux/amd64/17.1/desktop/plasma/systemd/package.use
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2019-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Brian Evans  (27 Feb 2019)
-# Avoids conflicts from kde-plasma/plasma-workspace
-# setting sys-fs/dbus[user-session] if bluez is installed
+# Avoid conflict between kde-plasma/plasma-workspace[systemd] requiring 
sys-apps/dbus[user-session]
+# and net-wireless/bluez[systemd,-user-session] requiring 
sys-apps/dbus[-user-session].
 net-wireless/bluez user-session

diff --git a/profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use 
b/profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use
index 7a5a2c2e7af..e034450bfa6 100644
--- a/profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use
+++ b/profiles/default/linux/arm/17.0/desktop/plasma/systemd/package.use
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2019-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Brian Evans  (27 Feb 2019)
-# Avoids conflicts from kde-plasma/plasma-workspace
-# setting sys-fs/dbus[user-session] if bluez is installed
+# Avoid conflict between kde-plasma/plasma-workspace[systemd] requiring 
sys-apps/dbus[user-session]
+# and net-wireless/bluez[systemd,-user-session] requiring 
sys-apps/dbus[-user-session].
 net-wireless/bluez user-session

diff --git a/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use 
b/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use
index 7a5a2c2e7af..e034450bfa6 100644
--- a/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use
+++ b/profiles/default/linux/x86/17.0/desktop/plasma/systemd/package.use
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2019-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Brian Evans  (27 Feb 2019)
-# Avoids conflicts from kde-plasma/plasma-workspace
-# setting sys-fs/dbus[user-session] if bluez is installed
+# Avoid conflict between kde-plasma/plasma-workspace[systemd] requiring 
sys-apps/dbus[user-session]
+# and net-wireless/bluez[systemd,-user-session] requiring 
sys-apps/dbus[-user-session].
 net-wireless/bluez user-session



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

2019-05-17 Thread Mike Gilbert
commit: a78cef02c5c0b1e93d4a25e20644221cff1dd69d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 17 15:05:16 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78cef02

app-i18n/ibus: Delete no longer needed dependency on dev-util/intltool.

https://github.com/ibus/ibus/commit/a6710817b3d29d6a522f108f96ffe64d2f5367fe

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 app-i18n/ibus/ibus-1.5.20.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-i18n/ibus/ibus-1.5.20.ebuild b/app-i18n/ibus/ibus-1.5.20.ebuild
index cd97fb2ba49..209dac1a129 100644
--- a/app-i18n/ibus/ibus-1.5.20.ebuild
+++ b/app-i18n/ibus/ibus-1.5.20.ebuild
@@ -62,7 +62,6 @@ RDEPEND="${CDEPEND}
 DEPEND="${CDEPEND}
$(vala_depend)
dev-util/glib-utils
-   dev-util/intltool
virtual/pkgconfig
emoji? (
app-i18n/unicode-cldr



[gentoo-commits] repo/gentoo:master commit in: net-wireless/crda/files/, net-wireless/crda/

2019-05-17 Thread Mike Gilbert
commit: 824c1e88cd71e21c0bb5c110e6ae035dabed6459
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Thu Feb 21 01:59:39 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824c1e88

net-wireless/crda: Respect LDFLAGS.

Fixes: https://bugs.gentoo.org/678450
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 net-wireless/crda/crda-3.18-r3.ebuild   |  3 ++-
 net-wireless/crda/files/crda-3.18-ldflags.patch | 11 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/net-wireless/crda/crda-3.18-r3.ebuild 
b/net-wireless/crda/crda-3.18-r3.ebuild
index dd11f3fcc89..a4dd9134d4b 100644
--- a/net-wireless/crda/crda-3.18-r3.ebuild
+++ b/net-wireless/crda/crda-3.18-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -39,6 +39,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.18-libreg-link.patch #542436
"${FILESDIR}"/${PN}-3.18-openssl-1.1.0-compatibility.patch #652428
"${FILESDIR}"/${PN}-3.18-libressl.patch
+   "${FILESDIR}"/${PN}-3.18-ldflags.patch
 )
 
 src_prepare() {

diff --git a/net-wireless/crda/files/crda-3.18-ldflags.patch 
b/net-wireless/crda/files/crda-3.18-ldflags.patch
new file mode 100644
index 000..5ba9165c7ad
--- /dev/null
+++ b/net-wireless/crda/files/crda-3.18-ldflags.patch
@@ -0,0 +1,11 @@
+--- /Makefile
 /Makefile
+@@ -115,7 +115,7 @@
+ 
+ $(LIBREG): regdb.h reglib.h reglib.c
+   $(NQ) '  CC  ' $@
+-  $(Q)$(CC) $(CFLAGS) $(CPPFLAGS) -o $@ -shared -Wl,-soname,$(LIBREG) $^ 
$(filter-out -lreg,$(LDLIBS))
++  $(Q)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ -shared 
-Wl,-soname,$(LIBREG) $^ $(filter-out -lreg,$(LDLIBS))
+ 
+ install-libreg-headers:
+   $(NQ) '  INSTALL  libreg-headers'



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

2019-05-17 Thread Mike Gilbert
commit: bdc32ed6df2ab70bf9bcfa967620054eb448be31
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 17 15:32:11 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc32ed6

multilib-build.eclass: Fix indentation in generated headers.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 eclass/multilib-build.eclass | 34 +-
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index 97fc05b2354..00f02df98fd 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2013-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: multilib-build.eclass
@@ -481,38 +481,38 @@ multilib_prepare_wrappers() {
 #elif defined(__i386__) /* plain x86 */
 #  error "abi_x86_32 not supported by the package."
 #elif defined(__mips__)
-#   if(_MIPS_SIM == _ABIN32) /* n32 */
-#   error "abi_mips_n32 not supported by the package."
-#   elif(_MIPS_SIM == _ABI64) /* n64 */
-#   error "abi_mips_n64 not supported by the package."
-#   elif(_MIPS_SIM == _ABIO32) /* o32 */
-#   error "abi_mips_o32 not supported by the package."
-#   endif
+#  if(_MIPS_SIM == _ABIN32) /* n32 */
+#  error "abi_mips_n32 not supported by the package."
+#  elif(_MIPS_SIM == _ABI64) /* n64 */
+#  error "abi_mips_n64 not supported by the package."
+#  elif(_MIPS_SIM == _ABIO32) /* o32 */
+#  error "abi_mips_o32 not supported by the package."
+#  endif
 #elif defined(__riscv)
 #  if defined(__riscv_float_abi_double)
-#   error "abi_riscv_lp64d not supported by the package."
+#  error "abi_riscv_lp64d not supported by the package."
 #  elif defined(__riscv_float_abi_single)
-#   error "abi_riscv_lp64f not supported by the package."
+#  error "abi_riscv_lp64f not supported by the package."
 #  else
-#   error "abi_riscv_lp64 not supported by the package."
+#  error "abi_riscv_lp64 not supported by the package."
 #  endif
 #elif defined(__sparc__)
 #  if defined(__arch64__)
-#   error "abi_sparc_64 not supported by the package."
+#  error "abi_sparc_64 not supported by the package."
 #  else
-#   error "abi_sparc_32 not supported by the package."
+#  error "abi_sparc_32 not supported by the package."
 #  endif
 #elif defined(__s390__)
 #  if defined(__s390x__)
-#   error "abi_s390_64 not supported by the package."
+#  error "abi_s390_64 not supported by the package."
 #  else
-#   error "abi_s390_32 not supported by the package."
+#  error "abi_s390_32 not supported by the package."
 #  endif
 #elif defined(__powerpc__) || defined(__ppc__)
 #  if defined(__powerpc64__) || defined(__ppc64__)
-#   error "abi_ppc_64 not supported by the package."
+#  error "abi_ppc_64 not supported by the package."
 #  else
-#   error "abi_ppc_32 not supported by the package."
+#  error "abi_ppc_32 not supported by the package."
 #  endif
 #elif defined(SWIG) /* https://sourceforge.net/p/swig/bugs/799/ */
 #  error "Native ABI not supported by the package."



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

2019-05-17 Thread Mike Gilbert
commit: 0c15bdf23a57d9dbff9c4d049ed42dbdca6aabaa
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 17 15:07:56 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c15bdf2

dev-libs/oniguruma: Delete old versions (6.8.2, 6.9.0).

Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/oniguruma/Manifest   |  2 --
 dev-libs/oniguruma/oniguruma-6.8.2.ebuild | 32 ---
 dev-libs/oniguruma/oniguruma-6.9.0.ebuild | 32 ---
 3 files changed, 66 deletions(-)

diff --git a/dev-libs/oniguruma/Manifest b/dev-libs/oniguruma/Manifest
index c8c6113c35d..32b17ae8cfe 100644
--- a/dev-libs/oniguruma/Manifest
+++ b/dev-libs/oniguruma/Manifest
@@ -1,3 +1 @@
-DIST onig-6.8.2.tar.gz 979775 BLAKE2B 
c055e943d5b38e10a32f2a30094089d7ca7f72b8fcb58e8d1b4a4674285e208bdc6b5c8694e2a8415f19ae1515d13810c7fd96d27c18e360a69159cbcf0004be
 SHA512 
1bfa6688c67b684afd558ce9f0654f484acbb733972382fccc0b3d1a05a2c2075e349d9d9c8f86371ee07221b45e5ef28ed238b5807be6fbc49d1f53b14e1596
-DIST onig-6.9.0.tar.gz 869809 BLAKE2B 
a60b0f99e3a6cda81f09a4dd1af98d0ca98b9127090723d50f4c22874042719a31bcd23f2e3b1fac1daf62d723b1c8884036b8543c4c83a7fe5e2ad8e4daf625
 SHA512 
75d0f0406ad4313332a10990157cede5c2738d2b9b6aa780a99d2651f185e1de12dba57c919ee58ccef0633b1d703e67935af5ea4b36895279457a189b8825df
 DIST onig-6.9.1.tar.gz 870525 BLAKE2B 
8427b92670545e66deba35dfde0cb0ce346629a188c4adaa3025d0acaa81d2ffd86111be17419ea67b2d5f3fb4387aab0d8d20d70fb2f518ccc0ca165b66207d
 SHA512 
5454c161d2d45f2c992513a695ff586ffa99e44a27d7ac5498370e200adb664bb02f2d8cd7d73e61d467f626d1a9b41d9e6e3051e1ea1a021624f94f7d52975f

diff --git a/dev-libs/oniguruma/oniguruma-6.8.2.ebuild 
b/dev-libs/oniguruma/oniguruma-6.8.2.ebuild
deleted file mode 100644
index 9113ff5a064..000
--- a/dev-libs/oniguruma/oniguruma-6.8.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit multilib-minimal
-
-MY_P="onig-${PV}"
-
-DESCRIPTION="Regular expression library for different character encodings"
-HOMEPAGE="https://github.com/kkos/oniguruma;
-SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/5"
-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 
~x86-solaris"
-IUSE="crnl-as-line-terminator static-libs"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=(AUTHORS HISTORY README{,_japanese} 
doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} doc/UNICODE_PROPERTIES)
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable crnl-as-line-terminator) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name "*.la" -delete || die
-}

diff --git a/dev-libs/oniguruma/oniguruma-6.9.0.ebuild 
b/dev-libs/oniguruma/oniguruma-6.9.0.ebuild
deleted file mode 100644
index 83ded610f13..000
--- a/dev-libs/oniguruma/oniguruma-6.9.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2003-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit multilib-minimal
-
-MY_P="onig-${PV}"
-
-DESCRIPTION="Regular expression library for different character encodings"
-HOMEPAGE="https://github.com/kkos/oniguruma;
-SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/5"
-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 
~x86-solaris"
-IUSE="crnl-as-line-terminator static-libs"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=(AUTHORS HISTORY README{,_japanese} 
doc/{API,CALLOUTS.API,CALLOUTS.BUILTIN,FAQ,RE}{,.ja} doc/UNICODE_PROPERTIES)
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf \
-   $(use_enable crnl-as-line-terminator) \
-   $(use_enable static-libs static)
-}
-
-multilib_src_install_all() {
-   einstalldocs
-   find "${D}" -name "*.la" -delete || die
-}



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

2019-05-17 Thread Mike Gilbert
commit: 4be8cdbce708604f34fd8d9018198027e353a011
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Fri May 17 15:14:37 2019 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri May 17 19:33:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be8cdbc

dev-libs/protobuf: Force linker BFD when linker GOLD is detected.

Fixes: https://bugs.gentoo.org/683892
Signed-off-by: Arfrever Frehtes Taifersar Arahesis  Apache.Org>
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-libs/protobuf/protobuf-3.7.1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-libs/protobuf/protobuf-3.7.1.ebuild 
b/dev-libs/protobuf/protobuf-3.7.1.ebuild
index f28a36c024b..a7ca525e9d8 100644
--- a/dev-libs/protobuf/protobuf-3.7.1.ebuild
+++ b/dev-libs/protobuf/protobuf-3.7.1.ebuild
@@ -47,6 +47,12 @@ src_prepare() {
 
 src_configure() {
append-cppflags -DGOOGLE_PROTOBUF_NO_RTTI
+
+   if tc-ld-is-gold; then
+   # https://sourceware.org/bugzilla/show_bug.cgi?id=24527
+   tc-ld-disable-gold
+   fi
+
multilib-minimal_src_configure
 }
 



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

2019-05-17 Thread Alon Bar-Lev
commit: 77378ffef5ca28c1c4f9c1da7c245b0b31424a87
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri May 17 19:14:24 2019 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri May 17 19:15:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77378ffe

sys-auth/pam_p11: version bump

Closes: https://bugs.gentoo.org/show_bug.cgi?id=686088
Signed-off-by: Alon Bar-Lev  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 sys-auth/pam_p11/Manifest |  1 +
 sys-auth/pam_p11/pam_p11-0.3.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-auth/pam_p11/Manifest b/sys-auth/pam_p11/Manifest
index 824bcd823bc..55e93521a67 100644
--- a/sys-auth/pam_p11/Manifest
+++ b/sys-auth/pam_p11/Manifest
@@ -1 +1,2 @@
 DIST pam_p11-0.2.0.tar.gz 417550 BLAKE2B 
e3c5bb32d6c7c84776341796ebdb9850a9561778aee820acb2a6c61112a2a5df5ee7c539cb5974439e565046e944f4710b87c3b51dea61fdb2cd9171daac3a0c
 SHA512 
2cadf6fe880c953554757099741f3cfe992067f251b7e7e977a6dda5f65cbe1f55b1de6d180638997eada0d3b760887091014b99f8ae4b6d31b25af8e555343c
+DIST pam_p11-0.3.0.tar.gz 422806 BLAKE2B 
60ac1cc0b8fff536553b2502f906f7730c1be760b2948389f5a6399979f994b3fcfa04226f1605c64d02bad47f46c9bd28fa076d819814b9121241b034407d4b
 SHA512 
f89cf57f6365c25e54830d18180aad7d14b7eaef82eb0d419bcc3d8b881e1e07993a2c4e635e90b4f2fb779fec24fa0d912388f898d726e387bc0db63d772d49

diff --git a/sys-auth/pam_p11/pam_p11-0.3.0.ebuild 
b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
new file mode 100644
index 000..0bcd0d26665
--- /dev/null
+++ b/sys-auth/pam_p11/pam_p11-0.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools pam
+
+DESCRIPTION="PAM module for authenticating against PKCS#11 tokens"
+HOMEPAGE="https://github.com/opensc/pam_p11/wiki;
+SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="virtual/pam
+   dev-libs/libp11:=
+   dev-libs/openssl:0="
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   econf --with-pamdir="$(getpam_mod_dir)"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2019-05-17 Thread Sergei Trofimovich
commit: 734ac217e59b768991b71d59a5f8beaae8f84f3e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 17 13:23:02 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 17 19:08:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734ac217

dev-libs/libxslt: stable 1.1.33-r1 for sparc, bug #684206

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild 
b/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild
index 7785f4b15d9..c1869731ddd 100644
--- a/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.33-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="crypt debug examples python static-libs elibc_Darwin"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"



  1   2   >