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

2017-06-15 Thread Hans de Graaff
commit: a6b03d3ebc77970b157f9939d052e90b29fc598a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 16 05:41:39 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 16 05:41:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b03d3e

dev-ruby/launchy: add ruby24

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/launchy/launchy-2.4.3-r2.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/dev-ruby/launchy/launchy-2.4.3-r2.ebuild 
b/dev-ruby/launchy/launchy-2.4.3-r2.ebuild
new file mode 100644
index 000..623da4e9afb
--- /dev/null
+++ b/dev-ruby/launchy/launchy-2.4.3-r2.ebuild
@@ -0,0 +1,36 @@
+# 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_EXTRADOC="README.md HISTORY.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Helper class for launching cross-platform applications"
+HOMEPAGE="https://github.com/copiousfreetime/launchy;
+
+LICENSE="ISC"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+# File collision conflict with x11-misc/launchy, bug 545170
+ruby_add_rdepend ">=dev-ruby/addressable-2.3 !!x11-misc/launchy"
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.0:5 )"
+
+# This test is expected to fail on linux, drop it
+RUBY_PATCHES=( "${FILESDIR}"/${PN}-2.4.2-drop-failing-test.patch )
+
+all_ruby_prepare() {
+   sed -i -e "/[Ss]implecov/d" spec/spec_helper.rb || die
+
+   # Avoid tests depending on the current user's desktop environment.
+   sed -e '/returns NotFound if it cannot determine/askip "gentoo"' \
+   -i spec/detect/nix_desktop_environment_spec.rb || die
+   sed -e '/asssumes we open a local file if we have an exception/askip 
"gentoo"' \
+   -i spec/launchy_spec.rb || die
+}



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

2017-06-15 Thread Hans de Graaff
commit: ac7f422cd72a7d1114c4e8600c4c353fdef0f17c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 16 05:36:51 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 16 05:36:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7f422c

dev-ruby/logue: add 1.0.8

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/logue/Manifest   |  1 +
 dev-ruby/logue/logue-1.0.8.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ruby/logue/Manifest b/dev-ruby/logue/Manifest
index 8a36462caaf..848ba93123f 100644
--- a/dev-ruby/logue/Manifest
+++ b/dev-ruby/logue/Manifest
@@ -1 +1,2 @@
 DIST logue-git-1.0.4.tgz 17797 SHA256 
8630b4595387a90b9d332e81f579a50a9d99464f3b31ba2ab076a8e85547682b SHA512 
e3d6ec6a8b302fbdf7a2b7842b31f88af4f0576166b632dd356a40902dc816bbfdaf18a170d5c8066fbfa97643d38d6c8137d4f435f478f04badae4a0120184b
 WHIRLPOOL 
ee07423d6604ee09e1c33023f16f7e33ad17b09ad66080a6dd93769b537478b5479eccbd1d9abf46e3404afcdfa3b030c2e79dcde9518b264abcd3b8d52d59c1
+DIST logue-git-1.0.8.tgz 20017 SHA256 
ad74aee111ab01b639adb37d706f4bfb3d589272dd6e6ef27f106c60e661b2be SHA512 
792c74d6f42bd5252f368fc0c90c91bfd147cb7acc6fe70ccc70e7ad0aad04a76ea37f72a9a25379f9a6396e708dc111a0e43917f9f7e18efb1a9217e6527f1b
 WHIRLPOOL 
5d0d595689890ec5f4ecf91d818fbca48c1389cf4438ff9f3b390caa3869931759b86899dc03672987494c12b9218cde4a5817ddf71d647cdf68aa4fda92464e

diff --git a/dev-ruby/logue/logue-1.0.8.ebuild 
b/dev-ruby/logue/logue-1.0.8.ebuild
new file mode 100644
index 000..309fa5981b3
--- /dev/null
+++ b/dev-ruby/logue/logue-1.0.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A module that adds logging/trace functionality"
+HOMEPAGE="https://github.com/jpace/logue;
+
+SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz -> 
${PN}-git-${PV}.tgz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rainbow-2.0.0"



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

2017-06-15 Thread Hans de Graaff
commit: 35ad62ae0d2283a18d53664c3062865d3307389c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 16 05:46:41 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 16 05:46:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad62ae

dev-ruby/capybara: add 2.14.3

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/capybara/Manifest   |  1 +
 dev-ruby/capybara/capybara-2.14.3.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-ruby/capybara/Manifest b/dev-ruby/capybara/Manifest
index 701d254a803..9b514d95532 100644
--- a/dev-ruby/capybara/Manifest
+++ b/dev-ruby/capybara/Manifest
@@ -4,3 +4,4 @@ DIST capybara-2.13.0.gem 257024 SHA256 
09d574e170b8042914c08630382ed784694c1b2bd
 DIST capybara-2.14.0.gem 262144 SHA256 
728f734a39a4af7612b6f03885a8f885aeb4da44e28ce9bc50ade9814733064f SHA512 
423cff1e11a3c2739822ef41c36db89169e9f35628f2e569c90580103926da4a831ae5df56bed636628ea75895f106d924be6ccd73a078257ed86b08d9e7c506
 WHIRLPOOL 
84321d3eee3285d41dfcb3c1cddf52ddce0c75fc6b345b0d92e3d3dd47d3b21d4accb3ccbe9c4a0cfdfab001c965fb9721df9afefedc5ffbd153c02290e03fef
 DIST capybara-2.14.1.gem 265216 SHA256 
a387085b562cb087938a791da62cc5b2d4b40f4fd637668d74888b768a839523 SHA512 
e05c92e59e045a49c97d45dfd553b421b4750c0cb6dc8aba493d66b1c3fd9a18303d7c1fc3c77186703311870e55b4afc1cab4e99c3103d0d9b45c6f0e614e84
 WHIRLPOOL 
5bde5bba881620ea243dd720097c55079092b9fc9a8f325572da3b9e0a1528cca743a27ebbc38838851dd1bb1713bdda90f0d44dfc88380e761869138b985163
 DIST capybara-2.14.2.gem 265728 SHA256 
e775e725c1913f3cf0b1412610a4caca7e0f800ad2a4042ad8b5b87257668ab7 SHA512 
988bb29c117329ddf81ad9f086f527647bc044a9dbd2102f7b3fdacc76f2b1a799c4441b59c65cd716eb9ceebf67856305dda07328d58b73271f3e7ea8858771
 WHIRLPOOL 
f8c2e05a7fab161b94cf152c34c075447f19c679add755e4ae5e7b7af002b3224add2888587732c889cbbd8337282837511c7b4a8ca5844f00120296aa9dab65
+DIST capybara-2.14.3.gem 265728 SHA256 
54ee720aa4ecc845aab5f703b3e7acedf230560be33e7b62de2b2f2caa28dd15 SHA512 
e5a9334cb25a0456a118565ee10e0b73efc678133e10c7b921ba8facde97a747426fbe9c0555e70967837a3037de57ea25e8b6692a8fe186d568ea8a214178d4
 WHIRLPOOL 
a7a02b1329879fd98ff70fece5b2277b8a0c9f9c809d0e8ad88105a9d907a64b8c3288996dccf8e6f9dcebb4ab196359865aae36c8bb1b0f61c922d45796a6f1

diff --git a/dev-ruby/capybara/capybara-2.14.3.ebuild 
b/dev-ruby/capybara/capybara-2.14.3.ebuild
new file mode 100644
index 000..4e501520f35
--- /dev/null
+++ b/dev-ruby/capybara/capybara-2.14.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+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="2"
+IUSE="test"
+
+DEPEND="${DEPEND} test? ( www-client/firefox )"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/launchy 
>=dev-ruby/selenium-webdriver-2.0 dev-ruby/sinatra )"
+
+ruby_add_rdepend "
+   dev-ruby/addressable
+   >=dev-ruby/mime-types-1.16:*
+   >=dev-ruby/nokogiri-1.3.3
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rack-test-0.5.4
+   >=dev-ruby/xpath-2.0.0:2"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/d' -e '/pry/d' -e '1igem "sinatra"' 
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 '/register_server/,/^  end/ s:^:#:' spec/capybara_spec.rb || 
die
+}
+
+each_ruby_test() {
+   virtx ${RUBY} -Ilib -S rspec-3 spec || die "Tests failed."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/

2017-06-15 Thread Michał Górny
commit: 5d564397ab1eb4d675a3f9f79a1c38da5b71a16b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 16 04:22:56 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 16 04:26:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d564397

dev-cpp/catch: Bump to 1.9.5

 dev-cpp/catch/Manifest   |  1 +
 dev-cpp/catch/catch-1.9.5.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index e425352a3d8..e984a8a3fc9 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -1 +1,2 @@
 DIST Catch-1.9.4.tar.gz 363097 SHA256 
d67d2ee26ec9f72618dd9b28a9d1b7ba3c6368bc846ecfeda05a1e5d1b8b9b20 SHA512 
78d43719e87f5d27132178c5f139b72e6093dd1029eb742bfb48e32b618079e156837fb25d4cbe0fd5044535a5a65ad90510cff8ae93f2695c7bb3fc5cb2a5ec
 WHIRLPOOL 
80b4c36172e62ea12fc4acee096a84cd00b1a290dc2a7a9e9a8e2ff2485e39a619e33f2aee853daa7773d3c877f55788b2d0f86e44542c6f8c0b6027edaf0585
+DIST Catch-1.9.5.tar.gz 366036 SHA256 
455e5bc5f81aa8ddf25f264b794e13f5dc8182e9ab057324409fb4c7dbe686a0 SHA512 
b093f5b4e5a9bf7d099739c4f222741b8f56ab6d880d86d62d37320d64e4f41aa4d6f3f6c7da55ab9772fa3ddb415a420564fa03774fb01424a5243665eba12f
 WHIRLPOOL 
98f526681e0a6f15ea9cf4e64753afae1e3b53115544955f1b484b2fd2e7a6a7b4b44d0e86b459af69356157b8256045a354450646b184adf41d95ad831e62b8

diff --git a/dev-cpp/catch/catch-1.9.5.ebuild b/dev-cpp/catch/catch-1.9.5.ebuild
new file mode 100644
index 000..dd8e74f2615
--- /dev/null
+++ b/dev-cpp/catch/catch-1.9.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Modern C++ header-only framework for unit-tests"
+HOMEPAGE="https://github.com/philsquared/Catch;
+SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> 
${P^}.tar.gz"
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${P^}
+
+# CMake is only used to build & run tests, so override phases
+src_configure() { :; }
+src_compile() { :; }
+
+src_test() {
+   cmake-utils_src_configure
+   cmake-utils_src_compile
+   cmake-utils_src_test
+}
+
+src_install() {
+   # same location as used in fedora
+   insinto /usr/include/catch
+   doins -r include/.
+   dodoc -r docs/.
+}



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/

2017-06-15 Thread Michał Górny
commit: bfce41f8655d21ea07069757897bfc0662fc74a8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 16 04:14:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 16 04:26:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfce41f8

dev-cpp/catch: Drop old

 dev-cpp/catch/Manifest   |  1 -
 dev-cpp/catch/catch-1.9.3.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index 465793b340e..e425352a3d8 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -1,2 +1 @@
-DIST Catch-1.9.3.tar.gz 361872 SHA256 
67fc8bc96c5ccdd7eb5edf40916fae0a94216c90bfbafdf75bd3843fc5744732 SHA512 
55a2af9db182550a6dfa44a1e11e5c6a3a5ff6280f0d5daefd2ae909fac99852030df7d237548696c3e4a4871f61b808fe719ff87d9ff69b88c87349a24241ff
 WHIRLPOOL 
1b9980cedf6f32e14c8d9d6957af2655ca06cd4c256591bc0453269ccb494d54fa888926956206529c88d589c1979764d7e7638d4dc9361ca04ac7fa910256a3
 DIST Catch-1.9.4.tar.gz 363097 SHA256 
d67d2ee26ec9f72618dd9b28a9d1b7ba3c6368bc846ecfeda05a1e5d1b8b9b20 SHA512 
78d43719e87f5d27132178c5f139b72e6093dd1029eb742bfb48e32b618079e156837fb25d4cbe0fd5044535a5a65ad90510cff8ae93f2695c7bb3fc5cb2a5ec
 WHIRLPOOL 
80b4c36172e62ea12fc4acee096a84cd00b1a290dc2a7a9e9a8e2ff2485e39a619e33f2aee853daa7773d3c877f55788b2d0f86e44542c6f8c0b6027edaf0585

diff --git a/dev-cpp/catch/catch-1.9.3.ebuild b/dev-cpp/catch/catch-1.9.3.ebuild
deleted file mode 100644
index dd8e74f2615..000
--- a/dev-cpp/catch/catch-1.9.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Modern C++ header-only framework for unit-tests"
-HOMEPAGE="https://github.com/philsquared/Catch;
-SRC_URI="https://github.com/philsquared/Catch/archive/v${PV}.tar.gz -> 
${P^}.tar.gz"
-
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${P^}
-
-# CMake is only used to build & run tests, so override phases
-src_configure() { :; }
-src_compile() { :; }
-
-src_test() {
-   cmake-utils_src_configure
-   cmake-utils_src_compile
-   cmake-utils_src_test
-}
-
-src_install() {
-   # same location as used in fedora
-   insinto /usr/include/catch
-   doins -r include/.
-   dodoc -r docs/.
-}



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

2017-06-15 Thread Aaron Swenson
commit: 862c358bcdd969acaa77a75506a3f26ce5678c08
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Jun 16 01:06:35 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Jun 16 01:06:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862c358b

Remove www-apps/postfixadmin mask

Fix committed to tree. Now under maintainership.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 96513a285ee..e926fa43b13 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -102,11 +102,6 @@ media-sound/skype-call-recorder
 net-im/skype
 net-im/skypetab-ng
 
-# Thomas Deutschmann  (08 Jun 2017)
-# Unmaintained in Gentoo; Unpatched security bugs.
-# Removal in 30 days. Bug #608726
-www-apps/postfixadmin
-
 # Sergey Popov  (08 Jun 2017)
 # Dead upstream, relies on ancient and vulnerable qtwebkit
 # See bug #620690



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

2017-06-15 Thread Aaron Swenson
commit: ac0e6ffd4e7879e451a7c0cef896e45fda46c47d
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Jun 16 01:05:03 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Jun 16 01:05:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0e6ffd

www-apps/postfixadmin: Version Bump

Version bump to fix security bug 608726.

Updated to EAPI 6. Added myself and Proxy Maintainers. All are welcome
to improve this ebuild through Proxy Maintainers, but I will,
ultimately, take care of it.

Bugs: 608726, 621236, 600542.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-apps/postfixadmin/Manifest  |   1 +
 www-apps/postfixadmin/metadata.xml  |   8 ++
 www-apps/postfixadmin/postfixadmin-3.0.2.ebuild | 100 
 3 files changed, 109 insertions(+)

diff --git a/www-apps/postfixadmin/Manifest b/www-apps/postfixadmin/Manifest
index e0c44644be0..31cf5808030 100644
--- a/www-apps/postfixadmin/Manifest
+++ b/www-apps/postfixadmin/Manifest
@@ -1 +1,2 @@
 DIST postfixadmin-2.3.8.tar.gz 1600215 SHA256 
8969b3312935c6e94ff17508f5b7e78b65828cd52d371adde3bfd9206597d94a SHA512 
96cd4212109a9459344dc017a397b0d6abcb8653c7aae4f40f913e9a49581d7f74bd92500046f8758e195bd24e63a3b2373c461edc96c67fa1d01f91f4f489c6
 WHIRLPOOL 
4c98ad01a69708abf10970dd437f15945d02c0ccf8e3563051369f39be6b78eba0f7d7bd09b1784e73e65976b7454ae419571b77c0142477790e320710f3de21
+DIST postfixadmin-3.0.2.tar.gz 1306500 SHA256 
9a4edb111258c90912aea66ad1dd684445b4f03f08f8549b9d708336ae019c8c SHA512 
19db70cc59e8e41356e4cd632b0cb9df8d8de0f0451e7e2c84d61a0aa6ede5cc93bbf8914786a2eec012e4c013ad130a001d143ce869aa54b54a50fb798ed92b
 WHIRLPOOL 
9ab719381dcd4d38f6cc85ba17e9124aed13b6124c1eea4bfbb3323c33046886e6191a4d90d11e4ef9596fce9f31eb07683fd09e2af3370ddd8f6d25379e167c

diff --git a/www-apps/postfixadmin/metadata.xml 
b/www-apps/postfixadmin/metadata.xml
index b8dbc4c9c58..024770a12b4 100644
--- a/www-apps/postfixadmin/metadata.xml
+++ b/www-apps/postfixadmin/metadata.xml
@@ -1,10 +1,18 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   titanof...@gentoo.org
+   Aaron W. Swenson
+   

web-a...@gentoo.org
Gentoo Webapps

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

Install vacation.pl script and 
dependencies


diff --git a/www-apps/postfixadmin/postfixadmin-3.0.2.ebuild 
b/www-apps/postfixadmin/postfixadmin-3.0.2.ebuild
new file mode 100644
index 000..9cef0cdd9d3
--- /dev/null
+++ b/www-apps/postfixadmin/postfixadmin-3.0.2.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit user webapp
+
+DESCRIPTION="Web Based Management tool for Postfix style virtual domains and 
users"
+HOMEPAGE="http://postfixadmin.sourceforge.net;
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="+mysql postgres +vacation xmlrpc"
+REQUIRED_USE="|| ( mysql postgres )"
+
+DEPEND="
+   dev-lang/php:*[unicode,imap,postgres?,xmlrpc?]
+   vacation? (
+   dev-perl/DBI
+   virtual/perl-MIME-Base64
+   dev-perl/MIME-EncWords
+   dev-perl/Email-Valid
+   dev-perl/Mail-Sender
+   dev-perl/Log-Dispatch
+   dev-perl/Log-Log4perl
+   dev-perl/MIME-Charset
+   mysql? ( dev-perl/DBD-mysql )
+   postgres? ( dev-perl/DBD-Pg )
+)
+   xmlrpc? ( dev-php/ZendFramework[-minimal] )
+"
+
+RDEPEND="${DEPEND}
+   virtual/httpd-php
+   mysql? ( || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) )"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+
+   if use vacation; then
+   enewgroup vacation
+   enewuser vacation -1 -1 -1 vacation
+   fi
+}
+
+src_install() {
+   webapp_src_preinst
+
+   if use vacation; then
+   insinto /var/spool/vacation
+   newins VIRTUAL_VACATION/vacation.pl vacation.pl-${SLOT}
+   fowners vacation:vacation 
/var/spool/vacation/vacation.pl-${SLOT}
+   fperms 770 /var/spool/vacation/vacation.pl-${SLOT}
+   dodoc VIRTUAL_VACATION/FILTER_README
+   newdoc VIRTUAL_VACATION/INSTALL.TXT VIRTUAL_VACATION_INSTALL.TXT
+   rm -r 
VIRTUAL_VACATION/{vacation.pl,INSTALL.TXT,tests,FILTER_README} || die
+   fi
+
+   insinto /usr/share/doc/${PF}/
+   doins -r ADDITIONS
+
+   local docs="DOCUMENTS/*.txt INSTALL.TXT CHANGELOG.TXT"
+   dodoc ${docs}
+
+   rm -rf ${docs} DOCUMENTS/ GPL-LICENSE.TXT LICENSE.TXT debian/ tests/ 
ADDITIONS/
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_configfile "${MY_HTDOCSDIR}"/config.inc.php
+
+   

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

2017-06-15 Thread Brian Dolbec
commit: 22aa595ef8ae004509ad23fe3a6b6baa0bfe92ec
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Jun 16 00:38:17 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Jun 16 00:42:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22aa595e

dev-python/autobahn: Fix intermittent ACCESS VIOLATION

A twisted/plugins/ addition was triggerring a twisted cache update.
Causing:
* ACCESS DENIED:  open_wr:
   
/usr/lib64/python3.6/site-packages/twisted/plugins/VAd-OChNHI-C28Rfdropin.cache.new

Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70

 dev-python/autobahn/autobahn-0.16.0.ebuild | 7 ++-
 dev-python/autobahn/autobahn-17.5.1.ebuild | 5 +
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/dev-python/autobahn/autobahn-0.16.0.ebuild 
b/dev-python/autobahn/autobahn-0.16.0.ebuild
index 6daae09d86a..9cc6b9581ca 100644
--- a/dev-python/autobahn/autobahn-0.16.0.ebuild
+++ b/dev-python/autobahn/autobahn-0.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -55,3 +55,8 @@ S="${WORKDIR}"/${MY_P}
 python_test() {
esetup.py test
 }
+
+python_compile() {
+   addpredict "$(python_get_sitedir)"
+   distutils-r1_python_compile
+}

diff --git a/dev-python/autobahn/autobahn-17.5.1.ebuild 
b/dev-python/autobahn/autobahn-17.5.1.ebuild
index 9c6160c2097..bd3ca434ee9 100644
--- a/dev-python/autobahn/autobahn-17.5.1.ebuild
+++ b/dev-python/autobahn/autobahn-17.5.1.ebuild
@@ -55,3 +55,8 @@ python_test() {
cd "${BUILD_DIR}"/lib || die
py.test -v || die
 }
+
+python_compile() {
+   addpredict "$(python_get_sitedir)"
+   distutils-r1_python_compile
+}



[gentoo-commits] repo/gentoo:master commit in: perl-core/ExtUtils-MakeMaker/

2017-06-15 Thread Andreas Hüttel
commit: fd81b6c2422f045684f19a922a31d7a5ddadcbb9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:11:22 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd81b6c2

perl-core/ExtUtils-MakeMaker: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../ExtUtils-MakeMaker-7.40.0-r1.ebuild| 39 --
 perl-core/ExtUtils-MakeMaker/Manifest  |  1 -
 2 files changed, 40 deletions(-)

diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.40.0-r1.ebuild 
b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.40.0-r1.ebuild
deleted file mode 100644
index fe11b252972..000
--- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-7.40.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=7.04
-inherit eutils perl-module
-
-DESCRIPTION="Create a module Makefile"
-HOMEPAGE="http://makemaker.org ${HOMEPAGE}"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="
-   >=virtual/perl-ExtUtils-Install-1.520.0
-   >=virtual/perl-ExtUtils-Manifest-1.700.0
-   >=virtual/perl-File-Spec-0.800.0
-"
-RDEPEND="${DEPEND}"
-PDEPEND="
-   >=virtual/perl-CPAN-Meta-2.143.240
-   >=virtual/perl-Parse-CPAN-Meta-1.441.400
-   virtual/perl-Test-Harness
-"
-
-PATCHES=(
-   "${FILESDIR}/7.04-delete_packlist_podlocal.patch"
-   "${FILESDIR}/6.58-RUNPATH.patch"
-)
-SRC_TEST=do
-
-src_prepare() {
-   edos2unix "${S}/lib/ExtUtils/MM_Unix.pm"
-   edos2unix "${S}/lib/ExtUtils/MM_Any.pm"
-
-   export BUILDING_AS_PACKAGE=1
-   perl-module_src_prepare
-}

diff --git a/perl-core/ExtUtils-MakeMaker/Manifest 
b/perl-core/ExtUtils-MakeMaker/Manifest
index a198b608198..07c435455a0 100644
--- a/perl-core/ExtUtils-MakeMaker/Manifest
+++ b/perl-core/ExtUtils-MakeMaker/Manifest
@@ -1,2 +1 @@
-DIST ExtUtils-MakeMaker-7.04.tar.gz 439960 SHA256 
98126b012d70c2af0f8e33a07ebe0d6f2340281b2460981b959a9fb31d5ad97f SHA512 
10b905dfdda2c6b4d59e6dac5a5da64db4674df51fc4d87af36fa8735fac93baa43fc9e083a37b09a3b66fe546d053224b2f1bfb5981ad1fa0f4fa6e61f2563c
 WHIRLPOOL 
ff6078394c488633adf3d1214c9379921a0c015215bab2ba2fb9305eb203f9fef95ce0aa95a5f9d274b348d74e7ea26a02ff5101a931e26df7700ce98133c2e9
 DIST ExtUtils-MakeMaker-7.24.tar.gz 467714 SHA256 
416abc97c3bb2cc72bef28852522f2859de53e37bf3d0ae8b292067d78755e69 SHA512 
f57f8407aea6101af964f105fb9ddd6567262fa2bad91456573c8fc019cdf1469563945029f5078e20d2f7d1d736a63586e7cde3bb72cb9ae80ad0b8ebe818d5
 WHIRLPOOL 
1f5856ddf97a9529736513fed672d25456270e6c1305fda709348a0f5ee63ef7ab99ddf50ad93ba0900ffcfd65d16bbf510a36f9c2b7e834efd490d02f1aa0e8



[gentoo-commits] repo/gentoo:master commit in: perl-core/ExtUtils-Command/

2017-06-15 Thread Andreas Hüttel
commit: 1dced506025e442fa1c7cedcae99d0c9abedda01
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:10:01 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dced506

perl-core/ExtUtils-Command: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild 
b/perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild
index 04097c18b69..06f9cbab439 100644
--- a/perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild
+++ b/perl-core/ExtUtils-Command/ExtUtils-Command-1.180.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Utilities to replace common UNIX commands in Makefiles etc"
 
 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"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST=do



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

2017-06-15 Thread Andreas Hüttel
commit: f638ee2f91f2753bd5aef6f57cfe180587a000c6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:25:45 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f638ee2f

perl-core/Unicode-Normalize: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Unicode-Normalize/Manifest   |  1 -
 .../Unicode-Normalize-1.180.0.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/perl-core/Unicode-Normalize/Manifest 
b/perl-core/Unicode-Normalize/Manifest
index bb98a22d29f..a7fbf785ad8 100644
--- a/perl-core/Unicode-Normalize/Manifest
+++ b/perl-core/Unicode-Normalize/Manifest
@@ -1,2 +1 @@
-DIST Unicode-Normalize-1.18.tar.gz 19856 SHA256 
c3058b55f77f648af9f3557f6e66d328ced8e0e211a7d633ff97c21e94da6874 SHA512 
e76adbada2ba21306bd34d1296af63f6ad9994c88789338104ff64d1983895a4aeb7b7c66b0f483429450ba2683759d58818380aa8452cde966ee539a7352e75
 WHIRLPOOL 
18730140b50fb3189099b09141218675b8ca330659ee8dd06136c0881a2a665fbf0a650ed855dc190b8e07f0fe070d27eb0a0d0cd286aab9d2db61528802628e
 DIST Unicode-Normalize-1.25.tar.gz 40530 SHA256 
00b33a75d3b356ade2e09391ea2d32fac881671c18b1eb26b9ca31273d5b046c SHA512 
f28c19e0293cf75cc0aab669ae0a0543f6a1a39e1e50ff32ab37abd8e85efc73e8b9075e581212b6da576ecbf8c0e9ddb7b9b352674aa3a04c77f9aaf4717866
 WHIRLPOOL 
69abc1765cfba33ea851ebc03a2ab9b0f6c762da5ec491bdf19c8865e701150c4639cc00365d88ad913e96eb51f9f4ad8217661163c0cd95d55f979613b28835

diff --git a/perl-core/Unicode-Normalize/Unicode-Normalize-1.180.0.ebuild 
b/perl-core/Unicode-Normalize/Unicode-Normalize-1.180.0.ebuild
deleted file mode 100644
index 06135d877e3..000
--- a/perl-core/Unicode-Normalize/Unicode-Normalize-1.180.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION=1.18
-inherit perl-module
-
-DESCRIPTION="Unicode Normalization Forms"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-Exporter
-   virtual/perl-File-Spec
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"



[gentoo-commits] repo/gentoo:master commit in: perl-core/HTTP-Tiny/

2017-06-15 Thread Andreas Hüttel
commit: 44bb32413c447613d43e4c4b9eeb47cbdd8fa305
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:14:28 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bb3241

perl-core/HTTP-Tiny: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild 
b/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild
index d2facbe80e3..54616029778 100644
--- a/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild
+++ b/perl-core/HTTP-Tiny/HTTP-Tiny-0.43.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION='A small, simple, correct HTTP/1.1 client'
 LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="test"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: perl-core/CPAN-Meta-Requirements/

2017-06-15 Thread Andreas Hüttel
commit: 39e13adee5d9de42b0714d0c6f169d2e4fdd7b2b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:06:07 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e13ade

perl-core/CPAN-Meta-Requirements: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../CPAN-Meta-Requirements/CPAN-Meta-Requirements-2.125.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/perl-core/CPAN-Meta-Requirements/CPAN-Meta-Requirements-2.125.0-r1.ebuild 
b/perl-core/CPAN-Meta-Requirements/CPAN-Meta-Requirements-2.125.0-r1.ebuild
index 5b8cf561c71..803c72a0ccb 100644
--- a/perl-core/CPAN-Meta-Requirements/CPAN-Meta-Requirements-2.125.0-r1.ebuild
+++ b/perl-core/CPAN-Meta-Requirements/CPAN-Meta-Requirements-2.125.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A set of version requirements for a CPAN dist"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: perl-core/Sys-Syslog/

2017-06-15 Thread Andreas Hüttel
commit: 382e2f1e833aaeeac3ff66bae5543225434683f0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:21:43 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382e2f1e

perl-core/Sys-Syslog: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Sys-Syslog/Sys-Syslog-0.330.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Sys-Syslog/Sys-Syslog-0.330.0-r1.ebuild 
b/perl-core/Sys-Syslog/Sys-Syslog-0.330.0-r1.ebuild
index aeac6397c04..3ac1a4c4b11 100644
--- a/perl-core/Sys-Syslog/Sys-Syslog-0.330.0-r1.ebuild
+++ b/perl-core/Sys-Syslog/Sys-Syslog-0.330.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Provides same functionality as BSD syslog"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 # Tests disabled - they attempt to verify on the live system



[gentoo-commits] repo/gentoo:master commit in: perl-core/ExtUtils-Manifest/

2017-06-15 Thread Andreas Hüttel
commit: bc34e511d77ad8d19fd498293aacf9aecdd69cb5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:11:55 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc34e511

perl-core/ExtUtils-Manifest: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../ExtUtils-Manifest-1.630.0-r1.ebuild   | 19 ---
 perl-core/ExtUtils-Manifest/Manifest  |  1 -
 2 files changed, 20 deletions(-)

diff --git a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.630.0-r1.ebuild 
b/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.630.0-r1.ebuild
deleted file mode 100644
index c791781ad99..000
--- a/perl-core/ExtUtils-Manifest/ExtUtils-Manifest-1.630.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=1.63
-inherit perl-module
-
-DESCRIPTION="Utilities to write and check a MANIFEST file"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"
-PREFER_BUILDPL="no"
-
-RDEPEND="!=perl-core/ExtUtils-MakeMaker-7.40.0"

diff --git a/perl-core/ExtUtils-Manifest/Manifest 
b/perl-core/ExtUtils-Manifest/Manifest
index c549d0b4371..df2858ce274 100644
--- a/perl-core/ExtUtils-Manifest/Manifest
+++ b/perl-core/ExtUtils-Manifest/Manifest
@@ -1,2 +1 @@
-DIST ExtUtils-Manifest-1.63.tar.gz 29013 SHA256 
af3aafcd4e62d0e706cb671e6c01ca70c4608d01fc4e7dcfacc696650790905c SHA512 
686f02bf6731a30fbf2629d686cfda2ad543004ac3e7d555160cbbf0e00c8ee17729f3fb64badd5156e4febb1c01ffd8c80e81b01872faa3858ad842dd5ed302
 WHIRLPOOL 
43ee127b0f02d3ee1f83baaae5056ab23bd8b6bcdb80297f42e5b24c98b46938238e9cb757c1dd5f4e8a7f8836a8c72cb7a539e4acad48ccf47bfdcad068e1c1
 DIST ExtUtils-Manifest-1.70.tar.gz 37941 SHA256 
eeff062050b223964cd8f624a90ae75df443612239df34a20ff87644f9f52b95 SHA512 
abe7de62d17187f0ec869d186658fc5b2f9f1d1a3607d1ebe8e9e2f1af42a7b7945a045a5264fd653a9f6e280f3e4f4908627259509435e656a08480baa315e2
 WHIRLPOOL 
787e7d11cf2dfa75a53eafa7b7873add5bb41a79826de60f926ceed50fcfe693741cfd0858f4579f2670ac912dc1df173af3bfea1af7975f9a0544ac63dfacb5



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

2017-06-15 Thread Andreas Hüttel
commit: 7dea8adbd55a7dc7ef7fac0af45b1274d80934cf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:23:09 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dea8adb

perl-core/Text-ParseWords: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild 
b/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild
index d8e6550eff7..91a0ec0e7de 100644
--- a/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild
+++ b/perl-core/Text-ParseWords/Text-ParseWords-3.290.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse strings containing shell-style quoting"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST="do"



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

2017-06-15 Thread Andreas Hüttel
commit: 73a0b19ea313b09b60c56ae112b23ec83d094d7a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:26:57 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a0b19e

perl-core/podlators: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/podlators/podlators-2.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/podlators/podlators-2.5.3.ebuild 
b/perl-core/podlators/podlators-2.5.3.ebuild
index b3b83253c67..eedd3d0ba46 100644
--- a/perl-core/podlators/podlators-2.5.3.ebuild
+++ b/perl-core/podlators/podlators-2.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Format POD source into various output formats"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5.8.8-r8



[gentoo-commits] repo/gentoo:master commit in: perl-core/Pod-Simple/

2017-06-15 Thread Andreas Hüttel
commit: 51314039d6abb3e34f316bfef069e4c929c7010e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:20:49 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51314039

perl-core/Pod-Simple: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Pod-Simple/Pod-Simple-3.280.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Pod-Simple/Pod-Simple-3.280.0.ebuild 
b/perl-core/Pod-Simple/Pod-Simple-3.280.0.ebuild
index 424f306bc04..05297537892 100644
--- a/perl-core/Pod-Simple/Pod-Simple-3.280.0.ebuild
+++ b/perl-core/Pod-Simple/Pod-Simple-3.280.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Framework for parsing Pod"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 DEPEND=">=virtual/perl-Pod-Escapes-1.04"



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

2017-06-15 Thread Andreas Hüttel
commit: 69398d6cac4fef66d176b9b905b2583ff25eb0db
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:26:31 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69398d6c

perl-core/parent: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/parent/parent-0.228-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/parent/parent-0.228-r1.ebuild 
b/perl-core/parent/parent-0.228-r1.ebuild
index e321d55cc10..6623538de1a 100644
--- a/perl-core/parent/parent-0.228-r1.ebuild
+++ b/perl-core/parent/parent-0.228-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Establish an ISA relationship with base classes at compile time"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: perl-core/Getopt-Long/

2017-06-15 Thread Andreas Hüttel
commit: 708715a5d8241971d0870140bf3dc8a9053af1ee
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:13:39 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708715a5

perl-core/Getopt-Long: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild 
b/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild
index 7c58ed22187..296d0cfd4c0 100644
--- a/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild
+++ b/perl-core/Getopt-Long/Getopt-Long-2.420.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Advanced handling of command line options"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="virtual/perl-Pod-Parser"



[gentoo-commits] repo/gentoo:master commit in: perl-core/JSON-PP/

2017-06-15 Thread Andreas Hüttel
commit: 1e844c688ff3bd0d063934fcec405281128c290e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:15:35 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e844c68

perl-core/JSON-PP: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/JSON-PP/JSON-PP-2.273.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/JSON-PP/JSON-PP-2.273.0.ebuild 
b/perl-core/JSON-PP/JSON-PP-2.273.0.ebuild
index 152ac98a2bc..9c1518e403e 100644
--- a/perl-core/JSON-PP/JSON-PP-2.273.0.ebuild
+++ b/perl-core/JSON-PP/JSON-PP-2.273.0.ebuild
@@ -10,5 +10,5 @@ inherit perl-module
 DESCRIPTION="JSON::XS compatible pure-Perl module"
 
 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"
+KEYWORDS=""
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: perl-core/Locale-Maketext-Simple/

2017-06-15 Thread Andreas Hüttel
commit: adcc26b5f529cdeca76e2df253fa284641f12b13
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:16:16 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adcc26b5

perl-core/Locale-Maketext-Simple: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Locale-Maketext-Simple/Locale-Maketext-Simple-0.210.0-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.210.0-r1.ebuild 
b/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.210.0-r1.ebuild
index cbdfbfda4bc..6e4af31bb09 100644
--- a/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.210.0-r1.ebuild
+++ b/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.210.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Locale::Maketext::Simple - Simple interface to 
Locale::Maketext::Lexicon"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS=""
 IUSE=""
 
 #RDEPEND=""



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

2017-06-15 Thread Andreas Hüttel
commit: 20e59d7ede57b61234331d102454c47b5437210d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:24:21 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e59d7e

perl-core/Time-HiRes: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Time-HiRes/Time-HiRes-1.972.600-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/Time-HiRes/Time-HiRes-1.972.600-r1.ebuild 
b/perl-core/Time-HiRes/Time-HiRes-1.972.600-r1.ebuild
index 61bc4826c46..c745e7e1ae9 100644
--- a/perl-core/Time-HiRes/Time-HiRes-1.972.600-r1.ebuild
+++ b/perl-core/Time-HiRes/Time-HiRes-1.972.600-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, 
interval timers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Devel-PPPort/

2017-06-15 Thread Andreas Hüttel
commit: 5e2421f2548f0509dbafeb9132bc1c9da365832d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:06:52 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2421f2

perl-core/Devel-PPPort: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Devel-PPPort/Devel-PPPort-3.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Devel-PPPort/Devel-PPPort-3.310.0.ebuild 
b/perl-core/Devel-PPPort/Devel-PPPort-3.310.0.ebuild
index da466a6f566..77ffd2042b3 100644
--- a/perl-core/Devel-PPPort/Devel-PPPort-3.310.0.ebuild
+++ b/perl-core/Devel-PPPort/Devel-PPPort-3.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl/Pollution/Portability"
 
 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"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: perl-core/MIME-Base64/

2017-06-15 Thread Andreas Hüttel
commit: 87b83d105cdeddb48b00b209e2d7a32c7caa6abe
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:17:38 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b83d10

perl-core/MIME-Base64: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/MIME-Base64/MIME-Base64-3.140.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/MIME-Base64/MIME-Base64-3.140.0-r1.ebuild 
b/perl-core/MIME-Base64/MIME-Base64-3.140.0-r1.ebuild
index 2407047b036..026264b3041 100644
--- a/perl-core/MIME-Base64/MIME-Base64-3.140.0-r1.ebuild
+++ b/perl-core/MIME-Base64/MIME-Base64-3.140.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~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"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Memoize/

2017-06-15 Thread Andreas Hüttel
commit: 3d87ef05a03cd1ba997f2a5204bd16cf9a293fae
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:18:47 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d87ef05

perl-core/Memoize: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Memoize/Memoize-1.30.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/Memoize/Memoize-1.30.0-r1.ebuild 
b/perl-core/Memoize/Memoize-1.30.0-r1.ebuild
index 8a551435aaf..52de8a21d90 100644
--- a/perl-core/Memoize/Memoize-1.30.0-r1.ebuild
+++ b/perl-core/Memoize/Memoize-1.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Generic Perl function result caching system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux 
~x86-macos"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: perl-core/Module-Metadata/

2017-06-15 Thread Andreas Hüttel
commit: 9fc561bee034fe99d6f00a1e1e51a4ac67d1d9d0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:19:58 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc561be

perl-core/Module-Metadata: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Module-Metadata/Module-Metadata-1.0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Module-Metadata/Module-Metadata-1.0.26.ebuild 
b/perl-core/Module-Metadata/Module-Metadata-1.0.26.ebuild
index 6cc36e9f519..2bff9278922 100644
--- a/perl-core/Module-Metadata/Module-Metadata-1.0.26.ebuild
+++ b/perl-core/Module-Metadata/Module-Metadata-1.0.26.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Gather package and POD information from perl module 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"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND=">=virtual/perl-version-0.870"



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

2017-06-15 Thread Andreas Hüttel
commit: 3055aec9c20255f8cc2398563b34b874cd370d82
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 22:50:54 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3055aec9

virtual/perl-version: Add Perl 5.26 version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/virtual/perl-version/perl-version-0.991.700.ebuild 
b/virtual/perl-version/perl-version-0.991.700.ebuild
new file mode 100644
index 000..0d2ad91d9cd
--- /dev/null
+++ b/virtual/perl-version/perl-version-0.991.700.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   || ( =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: perl-core/Digest-SHA/

2017-06-15 Thread Andreas Hüttel
commit: 18e4f6b095f672ca8b2552162a4b1e60a144cf47
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:08:11 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e4f6b0

perl-core/Digest-SHA: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Digest-SHA/Digest-SHA-5.880.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Digest-SHA/Digest-SHA-5.880.0.ebuild 
b/perl-core/Digest-SHA/Digest-SHA-5.880.0.ebuild
index 17fe8568dec..a487c2ccfe1 100644
--- a/perl-core/Digest-SHA/Digest-SHA-5.880.0.ebuild
+++ b/perl-core/Digest-SHA/Digest-SHA-5.880.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for SHA-1/224/256/384/512"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 DEPEND=""



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

2017-06-15 Thread Andreas Hüttel
commit: 4d40633d03a48f01dabdeb4d863214b69cf2404d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:25:18 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d40633d

perl-core/Unicode-Collate: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Unicode-Collate/Manifest |  1 -
 .../Unicode-Collate/Unicode-Collate-1.120.0.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/perl-core/Unicode-Collate/Manifest 
b/perl-core/Unicode-Collate/Manifest
index 01edb187f66..6ab13b9f4fb 100644
--- a/perl-core/Unicode-Collate/Manifest
+++ b/perl-core/Unicode-Collate/Manifest
@@ -1,3 +1,2 @@
-DIST Unicode-Collate-1.12.tar.gz 863579 SHA256 
d4a71dca428e1a76a235a0cde8d0c59c85288cc4de9c3dafadb375b2a55f45af SHA512 
d09a60450c836ddcdad9d5714827bf54f8115e6c1d2983d1496ee654b87cacadcdbacad4f12343a43ef73090d29236fb98140c5942cc36ceceff6bf337a42eac
 WHIRLPOOL 
2c98584efa51c785e36711f5a425b14c447564c0a35fb02ae2248a96d35ba236cb9ed534cbd8d8f80af899c1db501015a2fe2e98c79291b3c7692ab0154f8334
 DIST Unicode-Collate-1.14.tar.gz 866047 SHA256 
628a5bb3b5e81c1d4cdf680bc882f2296a50892860af1800b31e796ee166767a SHA512 
a234c7ebb2f92886a68e39b681cb428bf99dd999f6a12ce137b132824072a07a60df3d26a4b147b2ec52c61df4f7c2fab5dad5cb40cce27fdff021cdf8208568
 WHIRLPOOL 
862769708fce1e60bcc53d5a320af222f9b3d79348ec9d415c0f5bd6f382d9ee39cdcf4b4a71c4ec27b015e78d69e4b4fa55a2ffc86a75b7db7580abeca39cc2
 DIST Unicode-Collate-1.19.tar.gz 886811 SHA256 
c3ff558c28d4fecb6fb77fbc1936518536e115c3b1eed9b990755e00bb479570 SHA512 
580bca6e96dd474b223ec9f971d6b8a4fc96d1bbffdc278dfa679d511455940e088f19069647715c2ae7c8e52972a59107cbc6d1bf3537de1c314feab2f4c21b
 WHIRLPOOL 
8ae64466190ff13b95ae2f78f3f2dea2918e9e206a17ed3792db546262a5b89c640d7c32c5bfa3d2a2af859328f4fc78fa7cc1427c8d167317b97bb85c0f733b

diff --git a/perl-core/Unicode-Collate/Unicode-Collate-1.120.0.ebuild 
b/perl-core/Unicode-Collate/Unicode-Collate-1.120.0.ebuild
deleted file mode 100644
index 358b4b134ad..000
--- a/perl-core/Unicode-Collate/Unicode-Collate-1.120.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SADAHIRO
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="Unicode Collate Algorithm"
-
-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=""
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-File-Spec
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do parallel"



[gentoo-commits] repo/gentoo:master commit in: perl-core/Digest-MD5/

2017-06-15 Thread Andreas Hüttel
commit: aaff2847e0a4029ec6bba2eba6ec5cc95727f205
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:07:36 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaff2847

perl-core/Digest-MD5: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Digest-MD5/Digest-MD5-2.530.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-core/Digest-MD5/Digest-MD5-2.530.0.ebuild 
b/perl-core/Digest-MD5/Digest-MD5-2.530.0.ebuild
index ba6131dc718..14455d08dd7 100644
--- a/perl-core/Digest-MD5/Digest-MD5-2.530.0.ebuild
+++ b/perl-core/Digest-MD5/Digest-MD5-2.530.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="MD5 message digest algorithm"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="virtual/perl-Digest"



[gentoo-commits] repo/gentoo:master commit in: perl-core/File-Path/

2017-06-15 Thread Andreas Hüttel
commit: 797245774edcca7cbdd92f6fd8f155ea722fbca4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:12:40 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79724577

perl-core/File-Path: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/File-Path/File-Path-2.90.0.ebuild | 16 
 perl-core/File-Path/Manifest|  1 -
 2 files changed, 17 deletions(-)

diff --git a/perl-core/File-Path/File-Path-2.90.0.ebuild 
b/perl-core/File-Path/File-Path-2.90.0.ebuild
deleted file mode 100644
index 4eeda7e6932..000
--- a/perl-core/File-Path/File-Path-2.90.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DLAND
-MODULE_VERSION=2.09
-inherit perl-module
-
-DESCRIPTION="File path and name utilities"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86 ~ppc-aix"
-IUSE=""
-
-SRC_TEST=do

diff --git a/perl-core/File-Path/Manifest b/perl-core/File-Path/Manifest
index 452a88531db..5d9a3e287cd 100644
--- a/perl-core/File-Path/Manifest
+++ b/perl-core/File-Path/Manifest
@@ -1,2 +1 @@
-DIST File-Path-2.09.tar.gz 20683 SHA256 
d1e0b5b7f93cc4133e2fc206a34e00dd868886b7ed850d799ccee824d25a225e SHA512 
ed04bda2829051094b3504be733ce78277c48b420ddce749b37b6b4fac6f400dd7ab414bfdbdf3df6c182c6e0d2e561200f9229e1cc22e13fae0ec067c80e4d0
 WHIRLPOOL 
1168b35bf41d99963f3ac916bcbd407fa9306910a29e12371fe2746704314a256095892b55b6c8d6f2527d7b34dd57071957ad6935671a674ee9364c2d428cbe
 DIST File-Path-2.13.tar.gz 31094 SHA256 
926339064554d2adbdbdea56aef8af8df1e97d49a12389688bb52d5622602f0d SHA512 
9684737947bd46a3a4a1bd5f04b712d69cb08c3c6a2801c1017d2a796946162d8121bc614408cbdbb4749d2cdacfd5279ee4db11797e3053efef1d1ec7012562
 WHIRLPOOL 
6ea5ac1aa75a42b9ce03e1d1fcb5ab855436c93d9a947d5de02e9d0ff41514215a21d4d43b3c9149e095118194154b35cfaa5ac4d9f1371e3c2aa6d5a73bc5c1



[gentoo-commits] repo/gentoo:master commit in: perl-core/Dumpvalue/

2017-06-15 Thread Andreas Hüttel
commit: f299ffd209747b148e576e8fda0a7718272b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jun  4 23:08:53 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Jun 16 00:32:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f299

perl-core/Dumpvalue: Drop keywords

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild 
b/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild
index 81a808f058f..ec49dc34437 100644
--- a/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild
+++ b/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides screen dump of Perl data"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS=""
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/

2017-06-15 Thread Alexis Ballier
commit: a16f75c453130c9131d2d1f4ed13eb6763ded06d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 15 15:48:36 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 15 21:56:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16f75c4

dev-ml/ocaml-cstruct: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-cstruct/Manifest  |  3 --
 dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.0.ebuild| 46 ---
 dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.1.ebuild| 46 ---
 dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.0-r1.ebuild | 51 --
 4 files changed, 146 deletions(-)

diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index 011727523f1..2e3a6081085 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -1,4 +1 @@
-DIST ocaml-cstruct-2.4.0.tar.gz 259372 SHA256 
a3e19e6a57204a5172c9ed0abd5153d85925b2d32f5ae51a53868a287be647fb SHA512 
c37d16605f929aeeda33166183dcbe6b8e367583a8b25fde1bb5a4f9141a11f93e6f5463a500907d8829cb285075a8d2ca7874618a92f817997f76258175cbb3
 WHIRLPOOL 
8812fff7e3cc2a715e8ba395ab852752c0cf28bf8828e61de3f01b52ffabbc61c13c05b03fc964d1f68e88f33ce08c18b44a070881d3b876283fb987b945c664
-DIST ocaml-cstruct-2.4.1.tar.gz 259399 SHA256 
f3c1600e85eb93a58c052e2e9575b48d4dd02784d9b2615dadf861860afa1ee7 SHA512 
30c541e50dc221d3d8df54f9a8dfa1f88b10f49b276779f7355a38effdfe048de0300bfcc7e361715f63b696d42bd11aa120df6b4058d3b24962777e91b1633e
 WHIRLPOOL 
40d1fcf4674ee47595f14583f964850b4e2b8747f788efb947994ae5b59e12115c381afa7ccc269b408df2b0eed1e02967e83a6fa256aca8926401e6b3e0ed75
-DIST ocaml-cstruct-3.0.0.tar.gz 205070 SHA256 
b420548a2e286dc9a8c8aed7fd142879b97177a76ad69c6e237df2bb5368a69b SHA512 
9b080801e7d714412f4c4e417a90df5e412a69ed7a5c88e83f4212e287bf5687b0585a2f9f6849f254322a0c5d0ed98fba2ebe1b19a5c9d198435efe2a7f38a0
 WHIRLPOOL 
564332813d55284f6ca84b4d8bd1d93dc0484a21b052c4009162b3c4be5fc104c3c15b9e4f7ed467226cacfe8bbf70d5f827c335a165d6c68fd3946e073b91a7
 DIST ocaml-cstruct-3.0.1.tar.gz 205663 SHA256 
1e1c731c8970a82f5947ab0ee73ec2d160df3cd0f5e752a25c2689448e13a7e2 SHA512 
355f97f1b3a6e7812b9210e348e4544e0ae6f01bef6536808cdcfe32153f9e3b711d1e869990cbd0205d433a51c7463c10f410b59aae33c32dab7f35f5413c27
 WHIRLPOOL 
54daaf26d0882fd7c782102c0fb84f683497a6acfee04649e19b9c5c330d24192e710fcbf8dede9b5128474fa314109a87894d99b6f44349dbbca52a68f7a10b

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.0.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.0.ebuild
deleted file mode 100644
index 36676e8a668..000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io;
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +lwt +ppx"
-
-RDEPEND="
-   async? ( dev-ml/async:= )
-   lwt? ( dev-ml/lwt:= )
-   ppx? (
-   dev-ml/ppx_tools:=
-   dev-ml/ocaml-migrate-parsetree:=
-   dev-ml/ppx_tools_versioned:=
-   )
-   >=dev-lang/ocaml-4.01:=
-   dev-ml/ocplib-endian:=
-   dev-ml/sexplib:=
-   dev-ml/type-conv:=
-"
-DEPEND="
-   test? ( dev-ml/ounit )
-   ${RDEPEND}
-"
-
-src_configure() {
-   oasis_configure_opts="
-   $(use_enable lwt)
-   $(use_enable async)
-   $(use_enable ppx)
-   --enable-unix
-   " oasis_src_configure
-}
-
-DOCS=( CHANGES README.md TODO.md )

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.1.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.1.ebuild
deleted file mode 100644
index 36676e8a668..000
--- a/dev-ml/ocaml-cstruct/ocaml-cstruct-2.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Map OCaml arrays onto C-like structs"
-HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io;
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +lwt +ppx"
-
-RDEPEND="
-   async? ( dev-ml/async:= )
-   lwt? ( dev-ml/lwt:= )
-   ppx? (
-   dev-ml/ppx_tools:=
-   dev-ml/ocaml-migrate-parsetree:=
-   dev-ml/ppx_tools_versioned:=
-   )
-   >=dev-lang/ocaml-4.01:=
-   dev-ml/ocplib-endian:=
-   dev-ml/sexplib:=
-   dev-ml/type-conv:=
-"
-DEPEND="
-   test? ( dev-ml/ounit )
-   ${RDEPEND}
-"
-
-src_configure() {
-

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/

2017-06-15 Thread Alexis Ballier
commit: 6d4d849911148ee9a0b22877f29c6540ccaa2f60
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 15 15:51:51 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 15 21:56:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4d8499

dev-ml/ocaml-cstruct: bump to 3.0.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/ocaml-cstruct/Manifest   |  1 +
 dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild | 55 +
 2 files changed, 56 insertions(+)

diff --git a/dev-ml/ocaml-cstruct/Manifest b/dev-ml/ocaml-cstruct/Manifest
index 2e3a6081085..8476b9ebf6e 100644
--- a/dev-ml/ocaml-cstruct/Manifest
+++ b/dev-ml/ocaml-cstruct/Manifest
@@ -1 +1,2 @@
 DIST ocaml-cstruct-3.0.1.tar.gz 205663 SHA256 
1e1c731c8970a82f5947ab0ee73ec2d160df3cd0f5e752a25c2689448e13a7e2 SHA512 
355f97f1b3a6e7812b9210e348e4544e0ae6f01bef6536808cdcfe32153f9e3b711d1e869990cbd0205d433a51c7463c10f410b59aae33c32dab7f35f5413c27
 WHIRLPOOL 
54daaf26d0882fd7c782102c0fb84f683497a6acfee04649e19b9c5c330d24192e710fcbf8dede9b5128474fa314109a87894d99b6f44349dbbca52a68f7a10b
+DIST ocaml-cstruct-3.0.2.tar.gz 205713 SHA256 
86dc71140eae007c540cec982211ef48ec776232f2b23dd0b639e0e82099d60b SHA512 
041ff15c102036f1162a870534e4bf83477f988344cbf420d21cf589100ba8f2fa2ae5c7de7c16ef36e88a10d6bfac43f3a63c929b6d6d90ae12ad0027d1c76d
 WHIRLPOOL 
a249e394c868f916ec243e702bf3eed38fdb2a7f60649b3d1be46bbc1308b4c9a3ac9e5d58ca35726f5fa3320d1773952a8105c34725345854da6837c38c2ff2

diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild 
b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild
new file mode 100644
index 000..388db7e2542
--- /dev/null
+++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.0.2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="Map OCaml arrays onto C-like structs"
+HOMEPAGE="https://github.com/mirage/ocaml-cstruct https://mirage.io;
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="async +lwt +ppx test"
+
+RDEPEND="
+   async? (
+   dev-ml/async_kernel:=
+   dev-ml/async_unix:=
+   dev-ml/core_kernel:=
+   )
+   lwt? ( dev-ml/lwt:= )
+   ppx? (
+   dev-ml/ppx_tools:=
+   dev-ml/ocaml-migrate-parsetree:=
+   >=dev-ml/ppx_tools_versioned-5.0.1:=
+   )
+   >=dev-lang/ocaml-4.01:=
+   dev-ml/ocplib-endian:=
+   dev-ml/sexplib:=
+   dev-ml/type-conv:=
+"
+DEPEND="
+   dev-ml/jbuilder
+   dev-ml/opam
+   test? ( dev-ml/ounit )
+   ${RDEPEND}
+"
+
+oinstall() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   ${1}.install || die
+}
+
+src_install() {
+   oinstall cstruct
+   oinstall cstruct-unix
+   use lwt && oinstall cstruct-lwt
+   use async && oinstall cstruct-async
+   use ppx && oinstall ppx_cstruct
+}



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

2017-06-15 Thread Alexis Ballier
commit: 069600f2582fc6c36bece5461fff526724d962c9
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Jun 15 15:52:48 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Jun 15 21:56:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069600f2

dev-ml/base: bump to 0.9.3

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/base/Manifest  |  1 +
 dev-ml/base/base-0.9.3.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ml/base/Manifest b/dev-ml/base/Manifest
index 4d6fc5a2631..0e1432c 100644
--- a/dev-ml/base/Manifest
+++ b/dev-ml/base/Manifest
@@ -1,2 +1,3 @@
 DIST base-0.9.1.tar.gz 286498 SHA256 
4a616dbbb6c85bee4e0dc03a1ba94928a74eb5cd1ac63e3b9f060a2f85a1ad79 SHA512 
e1eb26eb07ee3489c8f42a886e2131bcc5eb5e965727eb29910e3aa37cdab6d23bfbf71421e16b77d9fe20a69392f9313ad6189c9618013794f0ed7df8c76c52
 WHIRLPOOL 
31674e5490d8ed63d584f56b42db9c48a83153694ee03dd7d499ec7bea6b0dcb8528a45f79fd3ae35a4a29f415c6abb3a06f603ad6478a2af13a928802b729ff
 DIST base-0.9.2.tar.gz 286533 SHA256 
cb93c7b8da60adefc6f154b6eb7f94417add7b5d483e7f6f27e13b1295e30afc SHA512 
9eae093c18e4fcbc02eb970b73bb7e49a94e0ccdd3fd6509d0668035b454ad8b5894bdbd10027a83681e993b4e1dec97db213b7fdfc293cb9737bae303002e11
 WHIRLPOOL 
28fe2edcfd0fb3eef62e5e776473af4588b2f5668b867233715cc9b10ec3185af6041728d7cb33ddeb406cc8af54a0607a87d3295ef370e21ae0c167eae33cdd
+DIST base-0.9.3.tar.gz 286655 SHA256 
fce1bc3dcfa6b3c3da5a01324c1bce5cbbde70b5dc5e0dded8ba6acb94398cfb SHA512 
7c7ca4439479230a6d338ce51b14c93225b71fd98242f47d82e06c08cbec092a33faa7385db8d21ce0302e7f4f3cf5d659a704e2d85ab3391e046c7d7ea3b62b
 WHIRLPOOL 
3bcc65e6132ae9d88de301b0d1f8105cc4ad07f29ef3aff64957206f421652465e49d0fc364e2fa8155bb7612f71a463232418f2a7b51d6d185e8cdb41fe65b4

diff --git a/dev-ml/base/base-0.9.3.ebuild b/dev-ml/base/base-0.9.3.ebuild
new file mode 100644
index 000..b6a07e3d596
--- /dev/null
+++ b/dev-ml/base/base-0.9.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Standard library for OCaml"
+HOMEPAGE="https://github.com/janestreet/base;
+SRC_URI="https://github.com/janestreet/base/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-lang/ocaml:=
+   dev-ml/sexplib:=
+   

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

2017-06-15 Thread Sergei Trofimovich
commit: 4f4fff345104976503873bd36768867d41cd7d3a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jun 15 20:32:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 15 20:52:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4fff34

dev-python/astroid: ia64 keyworded, bug #606552

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/astroid/astroid-1.5.2-r1.ebuild 
b/dev-python/astroid/astroid-1.5.2-r1.ebuild
index 99c1d83dba7..971e558cca3 100644
--- a/dev-python/astroid/astroid-1.5.2-r1.ebuild
+++ b/dev-python/astroid/astroid-1.5.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x64-macos ~x86-macos"
 IUSE="test"
 
 # Version specified in __pkginfo__.py.



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

2017-06-15 Thread Sergei Trofimovich
commit: cea80b41fa3f5683b45a068800ab176cec1cf603
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jun 15 20:27:50 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 15 20:52:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea80b41

dev-python/pylint: ia64 keyworded, bug #606552

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/pylint/pylint-1.6.5-r1.ebuild | 2 +-
 dev-python/pylint/pylint-1.7.1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild 
b/dev-python/pylint/pylint-1.6.5-r1.ebuild
index 30d6972ac73..533a2d13a0d 100644
--- a/dev-python/pylint/pylint-1.6.5-r1.ebuild
+++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ppc ppc64 ~x86"
+KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 ~x86"
 IUSE="doc examples test"
 
 RDEPEND="

diff --git a/dev-python/pylint/pylint-1.7.1-r1.ebuild 
b/dev-python/pylint/pylint-1.7.1-r1.ebuild
index 32f812538e8..99cfe764050 100644
--- a/dev-python/pylint/pylint-1.7.1-r1.ebuild
+++ b/dev-python/pylint/pylint-1.7.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~x86"
 IUSE="doc examples test"
 
 RDEPEND="



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

2017-06-15 Thread Sergei Trofimovich
commit: ad28f37c6f08f2507ff5935d6acef6e4f281c40b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jun 15 20:34:30 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 15 20:52:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad28f37c

dev-python/jaraco-packaging: ia64 keyworded, bug #606552

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild 
b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
index d9b74539346..15c4df84ef8 100644
--- a/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
+++ b/dev-python/jaraco-packaging/jaraco-packaging-4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
 IUSE="doc test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-functools-lru-cache/

2017-06-15 Thread Sergei Trofimovich
commit: 82d18b283c9c8203eeb8b7fb4d6836eb7e583f9d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jun 15 20:26:56 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 15 20:52:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d18b28

dev-python/backports-functools-lru-cache: ia64 keyworded, bug #606552

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../backports-functools-lru-cache-1.3-r1.ebuild | 2 +-
 .../backports-functools-lru-cache-1.3.ebuild| 2 +-
 .../backports-functools-lru-cache-1.4-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3-r1.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3-r1.ebuild
index f95a2779f76..d4dc56b0f2f 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3-r1.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="doc test"
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
index 54d3fa397d5..a267fab0eaa 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 ~x86"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~x86"
 IUSE="doc test"
 
 DEPEND="

diff --git 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
index 704e04dff6b..24d92c93678 100644
--- 
a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
+++ 
b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
 IUSE="doc test"
 
 RDEPEND="dev-python/backports[${PYTHON_USEDEP}]"



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

2017-06-15 Thread Patrice Clement
commit: 585f5d1e45b5def2f059bed6d7411772dbb18ea7
Author: Craig Andrews  integralblue  com>
AuthorDate: Wed Jun 14 21:00:25 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun 15 20:31:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585f5d1e

app-misc/lirc: version bump to 0.10.0_rc2.

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4933

 app-misc/lirc/Manifest |   1 +
 app-misc/lirc/files/lircmd-0.10.0.conf |   4 +
 app-misc/lirc/lirc-0.10.0_rc2.ebuild   | 151 +
 app-misc/lirc/metadata.xml |   2 +
 4 files changed, 158 insertions(+)

diff --git a/app-misc/lirc/Manifest b/app-misc/lirc/Manifest
index 79f643bb7fd..ee8d2440834 100644
--- a/app-misc/lirc/Manifest
+++ b/app-misc/lirc/Manifest
@@ -1,3 +1,4 @@
+DIST lirc-0.10.0-rc2.tar.bz2 2552982 SHA256 
650d864df029958992d450ac609cc22b0b2b6ff554cfa2e9d73df87eae370ca8 SHA512 
ab3426477f017e3a1b9da690189beae5086bbb52f88d302e6c91d7633f74ef781e6747f6b697b3ed6df13497a3e666f11c846104d2f00b975746d24bfd2a6cd5
 WHIRLPOOL 
d412e3d39aa8d2e6a15943a300679bc92eb91ab10977022a953f954b4e0e5a90fbeeaffd3e700b8665556daf120efc0cb5a0b5fc19de92bc91edbb5a56956e35
 DIST lirc-0.9.0.tar.bz2 857286 SHA256 
6323afae6ad498d4369675f77ec3dbb680fe661bea586aa296e67f2e2daba4ff SHA512 
e91534c63e6065bd7da3b15e1676edf1672b8beb21864a6825df86247d7d165bf2dee6f8191732933e24e42a406e46afc9948e4061eed2de7b08fac13431
 WHIRLPOOL 
0a1c00b07898aa7a5d78865fb73c6d26c6331dd0a4945773a801d29e40298b365eb58cae113a95fcf73be678a24ac082ad0868e8051303d732882fb82a859a7b
 DIST lirc-0.9.4a.tar.bz2 2292119 SHA256 
386086a74c7d12e7e8f26f7dbc8f40d20b9968c9ad2a42599483a51dd2da03ba SHA512 
16be0ac5dd9b07d717ceba63cdc38c0db4a2bdcfc373ca6346d7cd4ab2cd2973aa7585d10b045fcaea952a3aabf7617c564ccb8268db6c62b172683a4b2cc188
 WHIRLPOOL 
93431c43d2dd31081e97113e2d49134de7feb29be53508900b3360408f7a099becf169fcebd0f6fc196280c594dc83d1299617ee54b65452828492db9bcd09ad
 DIST lirc-0.9.4c.tar.bz2 2311300 SHA256 
8974fe5dc8eaa717daab6785d2aefeec27615f01ec24b96d31e3381b2f70726a SHA512 
0a0d0e025b87a55ec919c92824d8288bfaf35cfebae0ee97d86e344109f584baa72a2eff6d24fbc526900671d6092e0eebef8d1566559b0d153e122e3127c0cb
 WHIRLPOOL 
a614fc10b0e40831e81c558439ea528ae0628d64e55b272b9b5a97cb93cba2b8759062a5258c732fa97c2be7966226c3aca2efe2de84aad1f62211146d202efc

diff --git a/app-misc/lirc/files/lircmd-0.10.0.conf 
b/app-misc/lirc/files/lircmd-0.10.0.conf
new file mode 100644
index 000..4ba169de582
--- /dev/null
+++ b/app-misc/lirc/files/lircmd-0.10.0.conf
@@ -0,0 +1,4 @@
+# Options to pass to the lircmd process
+
+LIRCMD_OPTS=""
+

diff --git a/app-misc/lirc/lirc-0.10.0_rc2.ebuild 
b/app-misc/lirc/lirc-0.10.0_rc2.ebuild
new file mode 100644
index 000..8813a83570f
--- /dev/null
+++ b/app-misc/lirc/lirc-0.10.0_rc2.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_4 python3_5 )
+
+inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils
+
+DESCRIPTION="decode and send infra-red signals of many commonly used remote 
controls"
+HOMEPAGE="http://www.lirc.org/;
+
+LIRC_DRIVER_DEVICE="/dev/lirc0"
+
+MY_P=${PN}-${PV/_/-}
+
+if [[ "${PV/_pre/}" = "${PV}" ]]; then
+   SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.bz2"
+else
+   SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2;
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="audio +devinput doc ftdi gtk inputlirc static-libs systemd +uinput usb X"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   gtk? ( X )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   audio? (
+   >media-libs/portaudio-18
+   media-libs/alsa-lib
+   )
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   ftdi? ( dev-embedded/libftdi:0 )
+   systemd? ( sys-apps/systemd )
+   usb? ( virtual/libusb:0 )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   )
+"
+
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-libs/libxslt
+   doc? ( app-doc/doxygen )
+   sys-apps/kmod
+   sys-kernel/linux-headers
+"
+
+RDEPEND="
+   ${COMMON_DEPEND}
+   gtk? (
+   x11-libs/vte[introspection]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+   )
+   inputlirc? ( app-misc/inputlircd )
+"
+
+pkg_setup() {
+   use uinput && CONFIG_CHECK="INPUT_UINPUT"
+}
+
+src_configure() {
+   xdg_environment_reset
+   econf \
+   --localstatedir="${EPREFIX}/var" \
+   $(use_enable static-libs static) \
+   $(use_enable devinput) \
+   $(use_enable uinput) \
+   $(use_with X x)
+}
+
+src_install() {
+   default
+
+   if use !gtk ; then
+   # 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/setserial/files/, sys-apps/setserial/

2017-06-15 Thread Patrice Clement
commit: 885f844bf71d5a10fe5543ef692fa1d281f3c91a
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jun 15 20:30:30 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun 15 20:30:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885f844b

sys-apps/setserial: EAPI 6 bump.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../setserial/files/setserial-2.17-build.patch |  4 +-
 .../setserial/files/setserial-2.17-headers.patch   |  4 +-
 .../files/setserial-2.17-manpage-updates.patch |  4 +-
 .../setserial/files/setserial-2.17-spelling.patch  |  4 +-
 sys-apps/setserial/setserial-2.17-r5.ebuild| 44 ++
 5 files changed, 52 insertions(+), 8 deletions(-)

diff --git a/sys-apps/setserial/files/setserial-2.17-build.patch 
b/sys-apps/setserial/files/setserial-2.17-build.patch
index d3f3d69cead..7e7ea25c8a0 100644
--- a/sys-apps/setserial/files/setserial-2.17-build.patch
+++ b/sys-apps/setserial/files/setserial-2.17-build.patch
@@ -1,5 +1,5 @@
 Makefile.in
-+++ Makefile.in
+--- a/Makefile.in
 b/Makefile.in
 @@ -20,7 +20,7 @@
  all: setserial setserial.cat
  

diff --git a/sys-apps/setserial/files/setserial-2.17-headers.patch 
b/sys-apps/setserial/files/setserial-2.17-headers.patch
index a6d5f38e3e6..f8aed4c4862 100644
--- a/sys-apps/setserial/files/setserial-2.17-headers.patch
+++ b/sys-apps/setserial/files/setserial-2.17-headers.patch
@@ -1,5 +1,5 @@
 setserial.c
-+++ setserial.c
+--- a/setserial.c
 b/setserial.c
 @@ -15,6 +15,9 @@
  #include 
  #include 

diff --git a/sys-apps/setserial/files/setserial-2.17-manpage-updates.patch 
b/sys-apps/setserial/files/setserial-2.17-manpage-updates.patch
index 02f4a454a3d..3e6b7f01619 100644
--- a/sys-apps/setserial/files/setserial-2.17-manpage-updates.patch
+++ b/sys-apps/setserial/files/setserial-2.17-manpage-updates.patch
@@ -1,5 +1,5 @@
 setserial-2.17/setserial.8.in
-+++ setserial-2.17/setserial.8.in
+--- a/setserial.8.in
 b/setserial.8.in
 @@ -34,7 +34,7 @@
  program should be used.  Typically it is called from an
 -.I rc.serial

diff --git a/sys-apps/setserial/files/setserial-2.17-spelling.patch 
b/sys-apps/setserial/files/setserial-2.17-spelling.patch
index 49ac5f41e72..5275d4fa44c 100644
--- a/sys-apps/setserial/files/setserial-2.17-spelling.patch
+++ b/sys-apps/setserial/files/setserial-2.17-spelling.patch
@@ -1,7 +1,7 @@
 Ripped from Fedora.
 
 setserial-2.17/setserial.c
-+++ setserial-2.17/setserial.c
+--- a/setserial.c
 b/setserial.c
 @@ -710,1 +710,1 @@
 -  fprintf(stderr, "\t  spd_normal\tuse 38.4kb when a buad rate of 38.4kb 
is selected\n");
 +  fprintf(stderr, "\t  spd_normal\tuse 38.4kb when a baud rate of 38.4kb 
is selected\n");

diff --git a/sys-apps/setserial/setserial-2.17-r5.ebuild 
b/sys-apps/setserial/setserial-2.17-r5.ebuild
new file mode 100644
index 000..2eaa330900e
--- /dev/null
+++ b/sys-apps/setserial/setserial-2.17-r5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Configure your serial ports with it"
+HOMEPAGE="http://setserial.sourceforge.net/;
+SRC_URI="
+   ftp://tsx-11.mit.edu/pub/linux/sources/sbin/${P}.tar.gz
+   
ftp://ftp.sunsite.org.uk/Mirrors/tsx-11.mit.edu/pub/linux/sources/sbin/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-spelling.patch
+   "${FILESDIR}"/${P}-manpage-updates.patch
+   "${FILESDIR}"/${P}-headers.patch
+   "${FILESDIR}"/${P}-build.patch
+   "${FILESDIR}"/${P}-hayes-esp.patch
+   "${FILESDIR}"/${P}-darwin.patch
+)
+
+src_compile() {
+   tc-export CC
+   emake "${PN}"
+}
+
+src_install() {
+   doman "${PN}.8"
+   into /
+   dobin "${PN}"
+
+   insinto /etc
+   doins serial.conf
+   newinitd "${FILESDIR}"/serial-2.17-r4 serial
+
+   einstalldocs
+   docinto txt
+   dodoc Documentation/*
+}



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

2017-06-15 Thread Markus Meier
commit: 41b8f784a6aac0e3adafb64fbacf5f3a5e6fc8fc
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:12 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8f784

dev-python/lxml: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/lxml/lxml-3.7.3.ebuild 
b/dev-python/lxml/lxml-3.7.3.ebuild
index 3631e059ba4..f2a0ffd0130 100644
--- a/dev-python/lxml/lxml-3.7.3.ebuild
+++ b/dev-python/lxml/lxml-3.7.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD ElementTree GPL-2 PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples +threads test"
 
 # Note: lib{xml2,xslt} are used as C libraries, not Python modules.



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

2017-06-15 Thread Markus Meier
commit: 08c464278d8d0c9a351ab8417cb128e74c956782
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c46427

dev-python/jinja: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/jinja/jinja-2.9.5.ebuild 
b/dev-python/jinja/jinja-2.9.5.ebuild
index 75f4e2dfd4d..fcb6cf8582b 100644
--- a/dev-python/jinja/jinja-2.9.5.ebuild
+++ b/dev-python/jinja/jinja-2.9.5.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/pallets/jinja/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2017-06-15 Thread Markus Meier
commit: 436be3d1421f6c54b06e1ae6aaef7f5528ef1189
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:30 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436be3d1

dev-python/requests: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/requests/requests-2.12.5.ebuild 
b/dev-python/requests/requests-2.12.5.ebuild
index 2cddb6ead41..4747b802f74 100644
--- a/dev-python/requests/requests-2.12.5.ebuild
+++ b/dev-python/requests/requests-2.12.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: e216d35f0ec9b45a6900bb24f747ab2d565de9f2
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e216d35f

dev-python/Babel: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/Babel/Babel-2.3.4.ebuild 
b/dev-python/Babel/Babel-2.3.4.ebuild
index f21944dd24d..c333bf32f4e 100644
--- a/dev-python/Babel/Babel-2.3.4.ebuild
+++ b/dev-python/Babel/Babel-2.3.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="doc test"
 
 RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]



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

2017-06-15 Thread Markus Meier
commit: 3af08f38ce3e6f0d04514b4614d172327570ea61
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:18:59 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:18:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af08f38

dev-python/netifaces: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/netifaces/netifaces-0.10.5.ebuild 
b/dev-python/netifaces/netifaces-0.10.5.ebuild
index c23466b5d17..dc74ba23889 100644
--- a/dev-python/netifaces/netifaces-0.10.5.ebuild
+++ b/dev-python/netifaces/netifaces-0.10.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-06-15 Thread Markus Meier
commit: 879f759a635cd50ca1f5d1685a25797941f9a0cb
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:17 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879f759a

dev-python/python-dateutil: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild 
b/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild
index 746dbf6b865..9be9f248eb8 100644
--- a/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.4.2-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: e206bf184aa1807a99458864173d74ca7dca4ad6
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:08 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e206bf18

dev-python/webob: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/webob/webob-1.6.3.ebuild 
b/dev-python/webob/webob-1.6.3.ebuild
index b996728d426..f759ad261b4 100644
--- a/dev-python/webob/webob-1.6.3.ebuild
+++ b/dev-python/webob/webob-1.6.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



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

2017-06-15 Thread Markus Meier
commit: 600a2756338bee9058fb53191dbb4f73c0bb559f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 18:19:23 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 18:19:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600a2756

dev-python/flake8: arm stable, bug #617258

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/flake8/flake8-2.5.4.ebuild 
b/dev-python/flake8/flake8-2.5.4.ebuild
index fbe361afc87..070b5fbf422 100644
--- a/dev-python/flake8/flake8-2.5.4.ebuild
+++ b/dev-python/flake8/flake8-2.5.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe"
 HOMEPAGE="https://bitbucket.org/tarek/flake8 
https://pypi.python.org/pypi/flake8;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-doc/pms/

2017-06-15 Thread Ulrich Müller
commit: b64b2e975402d2e6e0ed7380b3b99fc52498dacb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jun 15 18:14:31 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jun 15 18:14:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64b2e97

app-doc/pms: Remaining arches stable (ALLARCHES policy)

Bug: 621038
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-doc/pms/pms-6_p20170429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/pms/pms-6_p20170429.ebuild 
b/app-doc/pms/pms-6_p20170429.ebuild
index 21a67f8bd7d..3af573aff2d 100644
--- a/app-doc/pms/pms-6_p20170429.ebuild
+++ b/app-doc/pms/pms-6_p20170429.ebuild
@@ -10,7 +10,7 @@ SRC_URI="!binary? ( 
https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz )
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
 IUSE="binary html"
 
 # texlive-bibtexextra: plainurl.bst



[gentoo-commits] repo/gentoo:master commit in: app-doc/pms/

2017-06-15 Thread Ulrich Müller
commit: a48549d72ac97f74608f6ca72361554d48f2e20d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jun 15 18:16:04 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jun 15 18:16:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48549d7

app-doc/pms: Remove old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-doc/pms/Manifest   |  2 --
 app-doc/pms/pms-6_p20151113.ebuild | 44 --
 2 files changed, 46 deletions(-)

diff --git a/app-doc/pms/Manifest b/app-doc/pms/Manifest
index 2e0f434757a..ee611a42cbc 100644
--- a/app-doc/pms/Manifest
+++ b/app-doc/pms/Manifest
@@ -1,6 +1,4 @@
 DIST pms-5-prebuilt.tar.xz 540244 SHA256 
c93ce6902db323ab7ec613ad90a6dca2beda2dd2cebcc3e8ace83c1faeb6a1c7 SHA512 
64baadd65f1751783032065832d2a18242967f1853d9b6ce0565a5477c021cfad3c06d9c3cfeb83ca9a64bbb052ec67c174bfd27036945ff762fe4bbf8c28451
 WHIRLPOOL 
9369c7604fdf0aadb7666f1fc08f041b064896d6359dd76779dc3af842fef14d81aed07301ec52eac11462664d16faed0e3fd50a0b96702822c59538917f5f78
 DIST pms-5.tar.xz 50284 SHA256 
a3b7702298adc4481584ed03f2d49e9fa7ea58638d8e8e9bf36fca832b2fbc87 SHA512 
560bdda40d4d1628e97b65bb354c349e3ac52edd1e337427adb0db61e99b40d214459a5046f4b505edfabc3914e2d585ef0453b13057a25fe138b8a5ebd6292e
 WHIRLPOOL 
373d333f1c060faacbfbd398ae3be3a0143c0ee618b093867313e4182bce7f15609445d2fc6b109f6f02fe597fe8f6cf687673029569e27fa7ed3411f4932013
-DIST pms-6_p20151113-prebuilt.tar.xz 536876 SHA256 
c9bd8e6cd5cc29031327202ebf645843a1055651b9719faab3e14ecb0c1dd246 SHA512 
1ea7fe4ccd235921c75bfae267834005b50994cf76a43a0ae40e4d044179e375fd99fe4ddd7f03f9aeef3bb8cd7e3a02cf6f5cccb78a2daa3a3a02a428c60131
 WHIRLPOOL 
8297dbf280a66f1532ccd4632018efae5c7802f22c7024b4a0b7185641b4d97ac790303f86fd66fa91868c8f3071935d757568afd5e74cc36c80c22cf65f6fec
-DIST pms-6_p20151113.tar.xz 53784 SHA256 
2099b3c698acd38d2188afff8bb0c19817d5b9f5d98c6d1e3c746df12111a75f SHA512 
92af8c06c9b278a468de74c2686285b9b9a5d0234537aa9371ac99875ec15238edf41f8d86ee058ed8c471ecffa9f033993eb07921fe1bd034d838717f70b7ef
 WHIRLPOOL 
1276df9dd735d3558e4605ba7cc4ef7997f53b1d5cc73debd24cef9192f588039975e3cdae3d6877d7a882441f0a47c8797d85670794efcdfc1f2bdbd70d7e0b
 DIST pms-6_p20170429-prebuilt.tar.xz 514544 SHA256 
37f6a0ae95a187a40d57ef5e7415cb0517ab7e9bc3431741fe7d5dca99e04b44 SHA512 
92fd048c9e1fdf3d326d906c9d68e08bb9dae5b784117d112f24bb4131aef3f8e843cf096157e0c4eaed0d2d48e7e3bfc060ea205b04c9da0e8cbcc94b74619d
 WHIRLPOOL 
51f05a12877651ad9e9f7cc0d8f8a4ff481d1cc781997ca65343b5226fc3fdb918c6d0eaa9bee5175ec9ae06d5acbba0798c60278966b190d8ff7424c7a5510f
 DIST pms-6_p20170429.tar.xz 53584 SHA256 
34d3a449375fa89710d3c550d1f956f3f98b5726c7e729fe2208fbfc034e4df5 SHA512 
b4d5eb85d1823d2c80348aa82686fcbf0ba06b19de046b722d0318e846ba6d9bbd0c810b6fe06e7d4eafd8933a1b1d2d04b041fcc35fd2496feca9c987323a5b
 WHIRLPOOL 
452a9c2bb1e7b7fe32f1d985c16ac86690c72f1deb29cd9a22e9cee3642343282e1ebbcf99f90d5cc38a7c773035c21af2ae3578f1d5a7c2fbe96c732a78

diff --git a/app-doc/pms/pms-6_p20151113.ebuild 
b/app-doc/pms/pms-6_p20151113.ebuild
deleted file mode 100644
index d187e0c4f8b..000
--- a/app-doc/pms/pms-6_p20151113.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Gentoo Package Manager Specification"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification;
-SRC_URI="!binary? ( https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz )
-   binary? ( https://dev.gentoo.org/~ulm/distfiles/${P}-prebuilt.tar.xz )"
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt"
-IUSE="binary html"
-
-DEPEND="!binary? (
-   dev-tex/leaflet
-   dev-texlive/texlive-bibtexextra
-   dev-texlive/texlive-latex
-   dev-texlive/texlive-latexextra
-   dev-texlive/texlive-latexrecommended
-   || ( dev-texlive/texlive-mathscience 
dev-texlive/texlive-science )
-   html? (
-   app-text/recode
-   >=dev-tex/tex4ht-20090115_p0029
-   )
-   )"
-RDEPEND=""
-
-src_compile() {
-   if ! use binary; then
-   emake
-   use html && emake html
-   fi
-}
-
-src_install() {
-   dodoc pms.pdf eapi-cheatsheet.pdf
-   if use html; then
-   docinto html
-   dodoc *.html pms.css
-   dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2017-06-15 Thread Pacho Ramos
commit: 6c3156ac91b365aeef2f65f87bf0e304aba4dd9a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:13:20 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:13:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c3156ac

sci-physics/lammps: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-physics/lammps/lammps-20170109.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/lammps/lammps-20170109.ebuild 
b/sci-physics/lammps/lammps-20170109.ebuild
index c55b94c5e60..585e9cfb960 100644
--- a/sci-physics/lammps/lammps-20170109.ebuild
+++ b/sci-physics/lammps/lammps-20170109.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit eutils flag-o-matic fortran-2 multilib python-r1
 



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

2017-06-15 Thread Pacho Ramos
commit: 5353f56b511f3296721124b72706429a9e6ae04d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:04:40 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:04:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5353f56b

dev-python/routes: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
index 37edfc25806..eb06f9e027d 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/bmrblib/

2017-06-15 Thread Pacho Ramos
commit: 53756796be5bffbfe003a5db3611ba4a9ccf053a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:29:13 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:29:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53756796

sci-libs/bmrblib: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/bmrblib/bmrblib-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild 
b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
index d1717ce0d13..0b1e918d577 100644
--- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
+++ b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/minfx/

2017-06-15 Thread Pacho Ramos
commit: 8dc2ab440abee7c0ee2fce938fa3395595452ff9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:28:11 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:28:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc2ab44

sci-libs/minfx: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/minfx/minfx-1.0.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/minfx/minfx-1.0.11.ebuild 
b/sci-libs/minfx/minfx-1.0.11.ebuild
index 8830ec34c62..ac630dd24b4 100644
--- a/sci-libs/minfx/minfx-1.0.11.ebuild
+++ b/sci-libs/minfx/minfx-1.0.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: virtual/python-pmw/

2017-06-15 Thread Pacho Ramos
commit: 1f5681988f0ab7b2aeb19531969cf331fc8f5f33
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 16:55:42 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 16:55:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f568198

virtual/python-pmw: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/python-pmw/python-pmw-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/python-pmw/python-pmw-1.ebuild 
b/virtual/python-pmw/python-pmw-1.ebuild
index af288563e04..6339d964df7 100644
--- a/virtual/python-pmw/python-pmw-1.ebuild
+++ b/virtual/python-pmw/python-pmw-1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit python-r1
 



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

2017-06-15 Thread Pacho Ramos
commit: a7b3aee59ee89575f8fd50054330b723ac60342a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 16:58:16 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 16:58:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b3aee5

sys-fs/bedup: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/bedup/bedup-0.10.1.ebuild | 4 ++--
 sys-fs/bedup/bedup-.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fs/bedup/bedup-0.10.1.ebuild b/sys-fs/bedup/bedup-0.10.1.ebuild
index 6b27ffea4a6..ba5aa99cdcf 100644
--- a/sys-fs/bedup/bedup-0.10.1.ebuild
+++ b/sys-fs/bedup/bedup-0.10.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
 
 inherit distutils-r1 vcs-snapshot
 

diff --git a/sys-fs/bedup/bedup-.ebuild b/sys-fs/bedup/bedup-.ebuild
index d91b28d61ac..4157f8268fe 100644
--- a/sys-fs/bedup/bedup-.ebuild
+++ b/sys-fs/bedup/bedup-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 #if LIVE
 EGIT_REPO_URI="git://github.com/g2p/bedup.git



[gentoo-commits] repo/gentoo:master commit in: sci-libs/pyshp/

2017-06-15 Thread Pacho Ramos
commit: 779ae2b655f94cda06237c111379c6c98c70de09
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:27:02 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:27:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779ae2b6

sci-libs/pyshp: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/pyshp/pyshp-1.2.0.ebuild | 4 ++--
 sci-libs/pyshp/pyshp-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild 
b/sci-libs/pyshp/pyshp-1.2.0.ebuild
index 90f8f2095b6..40a25c90a67 100644
--- a/sci-libs/pyshp/pyshp-1.2.0.ebuild
+++ b/sci-libs/pyshp/pyshp-1.2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 

diff --git a/sci-libs/pyshp/pyshp-.ebuild b/sci-libs/pyshp/pyshp-.ebuild
index 90f8f2095b6..40a25c90a67 100644
--- a/sci-libs/pyshp/pyshp-.ebuild
+++ b/sci-libs/pyshp/pyshp-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/sigrok-cli/

2017-06-15 Thread Pacho Ramos
commit: 78423ba8ddc332b50af853ee3072b9b13869521e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:34:37 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:34:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78423ba8

sci-electronics/sigrok-cli: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild | 4 ++--
 sci-electronics/sigrok-cli/sigrok-cli-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild 
b/sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild
index dce4e50f355..4ef8481a433 100644
--- a/sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild
+++ b/sci-electronics/sigrok-cli/sigrok-cli-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit python-single-r1
 

diff --git a/sci-electronics/sigrok-cli/sigrok-cli-.ebuild 
b/sci-electronics/sigrok-cli/sigrok-cli-.ebuild
index dce4e50f355..4ef8481a433 100644
--- a/sci-electronics/sigrok-cli/sigrok-cli-.ebuild
+++ b/sci-electronics/sigrok-cli/sigrok-cli-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-physics/espresso/

2017-06-15 Thread Pacho Ramos
commit: 49310e382d287d466243732e6f4b2307869de878
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:24:13 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:24:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49310e38

sci-physics/espresso: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-physics/espresso/espresso-4.0_pre20170228.ebuild | 2 +-
 sci-physics/espresso/espresso-.ebuild| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild 
b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild
index dc6d46c9b7c..ac559653418 100644
--- a/sci-physics/espresso/espresso-4.0_pre20170228.ebuild
+++ b/sci-physics/espresso/espresso-4.0_pre20170228.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils python-single-r1 savedconfig

diff --git a/sci-physics/espresso/espresso-.ebuild 
b/sci-physics/espresso/espresso-.ebuild
index 6bdb32dbb78..2fa536f63bd 100644
--- a/sci-physics/espresso/espresso-.ebuild
+++ b/sci-physics/espresso/espresso-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils python-single-r1 savedconfig



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/pulseview/

2017-06-15 Thread Pacho Ramos
commit: c49196a822de246c704c760c4d3c17c9586707d7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:37:12 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:37:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49196a8

sci-electronics/pulseview: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-electronics/pulseview/pulseview-0.3.0.ebuild | 4 ++--
 sci-electronics/pulseview/pulseview-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/pulseview/pulseview-0.3.0.ebuild 
b/sci-electronics/pulseview/pulseview-0.3.0.ebuild
index 16f8ee75d76..df2fbb1b3c0 100644
--- a/sci-electronics/pulseview/pulseview-0.3.0.ebuild
+++ b/sci-electronics/pulseview/pulseview-0.3.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit cmake-utils python-single-r1
 

diff --git a/sci-electronics/pulseview/pulseview-.ebuild 
b/sci-electronics/pulseview/pulseview-.ebuild
index 8b4a6b2c36a..f287c48881b 100644
--- a/sci-electronics/pulseview/pulseview-.ebuild
+++ b/sci-electronics/pulseview/pulseview-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_4 )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit cmake-utils python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/Fiona/

2017-06-15 Thread Pacho Ramos
commit: b31ba8a36a4fc198b6c649e5d08739d0e03062ce
Author: Pacho Ramos  gentoo  org>
AuthorDate: Thu Jun 15 17:30:14 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Jun 15 17:30:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31ba8a3

sci-libs/Fiona: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sci-libs/Fiona/Fiona-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/Fiona/Fiona-.ebuild b/sci-libs/Fiona/Fiona-.ebuild
index da38c07609d..a4322b36330 100644
--- a/sci-libs/Fiona/Fiona-.ebuild
+++ b/sci-libs/Fiona/Fiona-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-r3
 



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

2017-06-15 Thread Michał Górny
commit: e6abcc0b7cbdca481862a5c7cca946c01c471ffb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 15 07:27:47 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 15 17:15:05 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=e6abcc0b

const: Change the MANIFEST2_REQUIRED_HASH to SHA512

Following the plan established in GLEP 59, we're long overdue
deprecating SHA256. Since we have finally got rid of the last packages
lacking SHA512 checksums, we can proceed with that. In order to prepare
for it, however, we need to change the required hash to SHA512 and make
sure developers install the new Portage & repoman versions first.

Of course, a better course of action would be to kill
MANIFEST2_REQUIRED_HASH entirely and make Portage capable of dealing
with any hash set. However, that's a larger piece of work and it would
delay the immediate goal.

Reviewed-by: Zac Medico  gentoo.org>

 pym/portage/const.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/const.py b/pym/portage/const.py
index 052d4ca2f..cbd2b6042 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -234,7 +234,7 @@ MANIFEST2_HASH_FUNCTIONS = ("SHA256", "SHA512", "WHIRLPOOL",
"BLAKE2B", "BLAKE2S", "SHA3_256", "SHA3_512",
"STREEBOG256", "STREEBOG512")
 MANIFEST2_HASH_DEFAULTS = frozenset(["SHA256", "SHA512", "WHIRLPOOL"])
-MANIFEST2_REQUIRED_HASH  = "SHA256"
+MANIFEST2_REQUIRED_HASH  = "SHA512"
 
 MANIFEST2_IDENTIFIERS= ("AUX", "MISC", "DIST", "EBUILD")
 



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

2017-06-15 Thread Michał Górny
commit: ff2c1d017cf2f8aa6a8eba4e0495089c5d73f277
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 15 07:25:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 15 17:05:30 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=ff2c1d01

const: Remove unused MANIFEST1_REQUIRED_HASH

The MANIFEST1_REQUIRED_HASH constant is not used anywhere, so it should
be possible to remove it safely.

Reviewed-by: Zac Medico  gentoo.org>

 pym/portage/const.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pym/portage/const.py b/pym/portage/const.py
index 7e415ba9c..052d4ca2f 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -206,7 +206,6 @@ EAPI = 6
 
 HASHING_BLOCKSIZE= 32768
 MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
-MANIFEST1_REQUIRED_HASH  = "MD5"
 
 # Past events:
 #



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

2017-06-15 Thread William Hubbs
commit: 6553b2a4e764608b91ab86cfac1bfd97fba6e55f
Author: William Hubbs  gentoo  org>
AuthorDate: Thu Jun 15 16:41:33 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu Jun 15 16:41:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6553b2a4

dev-lang/go: remove vulnerable version for #619554

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-lang/go/Manifest|   1 -
 dev-lang/go/go-1.8.1.ebuild | 227 
 2 files changed, 228 deletions(-)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index 07aa83b4770..27f1b8dfe1c 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -9,5 +9,4 @@ DIST go-linux-ppc64-bootstrap-1.8.tbz 52315782 SHA256 
19eb3674c07a17dacec9620bc5
 DIST go-linux-ppc64le-bootstrap-1.8.tbz 52211575 SHA256 
4e05b8830a473756cfee3fc27a17e09b38ccfca4e2335a485b41d3fb9c342066 SHA512 
6931d999dd0ee1ff44c4cec48acb27af061f57f87aa74802dcebab78553b46bc8ac732f07fe91e5074dbdd32c55b707994875934bfb12bb4276d71eb1d06c4ba
 WHIRLPOOL 
cdc392fc51b7bfdd28e1c29bffce88139b9447261c9dbffefb3910b9c7406505bd250309618bd6a8430dcfcecc9155f8d5fe94f9e848cc2e721776ba34c22c3a
 DIST go-linux-s390x-bootstrap-1.8.tbz 57124869 SHA256 
70bb859e80268b3421587d85189a807b14449b8c5e7b23606b87dfab54189634 SHA512 
d429cae870d66217ab2e07c74209d3031d97baa4f899b4d70ae6283a1a5b1434b037904c4cfca0b2bc798d5ba0b358c3739e000eccbc74809baf564c5686df5a
 WHIRLPOOL 
d0475efcbc2c1cbb3c6db452dbeb2a5fe709fa56b65eba2fbbcce2296b6a04ba89b9e33579d6eab192cd63b45ad78a0d7afd458229e4b252e80bd2db260abf11
 DIST go-solaris-amd64-bootstrap-1.8.tbz 54926326 SHA256 
83053f333d56d72ddbe9a8f293f8afeff31739806d49ebaa144811a5438b17bc SHA512 
52b849e5b9a940e10de7ba3df0ebdf6e1c5d631de9581d936c9edf8f38e6bb3314acbc2b2d5202b0528fde2a359d52bc0c6f39acf9b1b614725e4b4a947ed10d
 WHIRLPOOL 
2d58085d88fa612a7dfb087df33d2c5ee6b6d4c0b0c0363d5dcef014a6e3e9703816e8a111d1348e1e1a4ebcdde58694a869a27ae42e0deec154529f1a794991
-DIST go1.8.1.src.tar.gz 15331455 SHA256 
33daf4c03f86120fdfdc66bddf6bfff4661c7ca11c5da473e537f4d69b470e57 SHA512 
f01fe7b35ac23101610f6fc169b88dafe2edc49b3b044d5d0aff771b05dcb2c8d2e7a5090ed6dbe67f861e78e792ace32e209ed464399ca02dcd186b13ec8037
 WHIRLPOOL 
c358ca23740183afac4ecf83a6b7daeeef3e6481f29cb5f98b911cb1d661921db2e16ac2528f0ec59633920f1484e7fa777275e46313e20cc8b32baed9054d24
 DIST go1.8.3.src.tar.gz 15345996 SHA256 
5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6 SHA512 
c6e67dd9e3acdf2aa776d920f91f3fb1802d624ba5d51e06b2c7c6b71bcfaf91f4024f7a442cecde69175c589f7f1163f0ae86d887e15ddde710e53ce0961284
 WHIRLPOOL 
918a13b5323c77093428890ac4759daa3f40bd9379df0b862f9ba0fcf7f0f99eb83e37294dec25329a792573b97ddccb417a43dc8cccbd41bf17df6b01ea77f2

diff --git a/dev-lang/go/go-1.8.1.ebuild b/dev-lang/go/go-1.8.1.ebuild
deleted file mode 100644
index 9e23c7b2090..000
--- a/dev-lang/go/go-1.8.1.ebuild
+++ /dev/null
@@ -1,227 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-export CBUILD=${CBUILD:-${CHOST}}
-export CTARGET=${CTARGET:-${CHOST}}
-
-MY_PV=${PV/_/}
-
-inherit toolchain-funcs
-
-BOOTSTRAP_DIST="https://dev.gentoo.org/~williamh/dist;
-BOOTSTRAP_VERSION="bootstrap-1.8"
-BOOTSTRAP_URI="
-amd64? ( ${BOOTSTRAP_DIST}/go-linux-amd64-${BOOTSTRAP_VERSION}.tbz )
-arm? ( ${BOOTSTRAP_DIST}/go-linux-arm-${BOOTSTRAP_VERSION}.tbz )
-arm64? ( ${BOOTSTRAP_DIST}/go-linux-arm64-${BOOTSTRAP_VERSION}.tbz )
-ppc64? (
-   ${BOOTSTRAP_DIST}/go-linux-ppc64-${BOOTSTRAP_VERSION}.tbz
-   ${BOOTSTRAP_DIST}/go-linux-ppc64le-${BOOTSTRAP_VERSION}.tbz
-)
-s390? ( ${BOOTSTRAP_DIST}/go-linux-s390x-${BOOTSTRAP_VERSION}.tbz )
-x86? ( ${BOOTSTRAP_DIST}/go-linux-386-${BOOTSTRAP_VERSION}.tbz )
-amd64-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-amd64-${BOOTSTRAP_VERSION}.tbz )
-x86-fbsd? ( ${BOOTSTRAP_DIST}/go-freebsd-386-${BOOTSTRAP_VERSION}.tbz )
-x64-macos? ( ${BOOTSTRAP_DIST}/go-darwin-amd64-${BOOTSTRAP_VERSION}.tbz )
-x64-solaris? ( ${BOOTSTRAP_DIST}/go-solaris-amd64-${BOOTSTRAP_VERSION}.tbz )
-"
-
-case ${PV}  in
-**)
-   EGIT_REPO_URI="git://github.com/golang/go.git"
-   inherit git-r3
-   ;;
-*)
-   SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
-   S="${WORKDIR}"/go
-   case ${PV} in
-   *_beta*|*_rc*) ;;
-   *)
-   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
-   # The upstream tests fail under portage but pass if the build is
-   # run according to their documentation [1].
-   # I am restricting the tests on released versions until this is
-   # solved.
-   # [1] https://golang.org/issues/18442
-   RESTRICT="test"
-   ;;
-   esac
-esac
-SRC_URI+="!gccgo? ( ${BOOTSTRAP_URI} )"
-
-DESCRIPTION="A concurrent garbage collected and typesafe programming language"

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

2017-06-15 Thread Markus Meier
commit: de6d99179ff7073ebc99a34532fb38570e656097
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:37 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6d9917

dev-perl/Lingua-Translit: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Lingua-Translit/Lingua-Translit-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Lingua-Translit/Lingua-Translit-0.270.0.ebuild 
b/dev-perl/Lingua-Translit/Lingua-Translit-0.270.0.ebuild
index c3aff3f5ea1..4305a2d4ef2 100644
--- a/dev-perl/Lingua-Translit/Lingua-Translit-0.270.0.ebuild
+++ b/dev-perl/Lingua-Translit/Lingua-Translit-0.270.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Transliterates text between writing systems"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND=""



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

2017-06-15 Thread Markus Meier
commit: 6b52ae4d00ed903abe8b37b6026cf716b4dc822c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:59 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b52ae4d

dev-perl/XML-LibXSLT: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild 
b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild
index 25665b6e916..3b8faaae2c2 100644
--- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.950.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's 
libXSLT"
 
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: 265a4d7b8305c53cd7e4d37e1b0e0aa42367ab3b
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:25:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:25:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265a4d7b

dev-perl/Business-ISSN: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild 
b/dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild
index c6e10c290e9..1f1ba64104c 100644
--- a/dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild
+++ b/dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Object and functions to work with International Standard Serial 
Numbers"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-06-15 Thread Markus Meier
commit: 2743e8b814edf26927c200ec73c6425183a04ba1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:25:30 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:25:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2743e8b8

dev-perl/Business-ISMN: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild 
b/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild
index 5f81659ec64..41c7e79c755 100644
--- a/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild
+++ b/dev-perl/Business-ISMN/Business-ISMN-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="International Standard Music Numbers"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: d10c00c42656563ee445eef659f5095b798a448f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:06 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d10c00c4

dev-perl/Data-Compare: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild 
b/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild
index c2eb56aa1ef..9e4df90caaa 100644
--- a/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild
+++ b/dev-perl/Data-Compare/Data-Compare-1.250.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compare perl data structures"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="amd64 ~arm hppa ~ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="test"
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: c69dd3480e19439a8404ee9a605e2b0dc4c1a47a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:27:11 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:27:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69dd348

dev-tex/biblatex: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-tex/biblatex/biblatex-3.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/biblatex/biblatex-3.7-r1.ebuild 
b/dev-tex/biblatex/biblatex-3.7-r1.ebuild
index 1aac691055e..efde154be39 100644
--- a/dev-tex/biblatex/biblatex-3.7-r1.ebuild
+++ b/dev-tex/biblatex/biblatex-3.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tds.tgz"
 
 LICENSE="LPPL-1.3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="+biber doc examples"
 
 DEPEND="dev-texlive/texlive-bibtexextra



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

2017-06-15 Thread Markus Meier
commit: 132c188ad92a72db3d2609055cbe53b14786c19a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:41 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=132c188a

dev-perl/Sort-Key: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild 
b/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild
index 9e176ccb03a..1623e861806 100644
--- a/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild
+++ b/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,4 +11,4 @@ inherit perl-module
 DESCRIPTION="sort objects by some (calculated) key"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"



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

2017-06-15 Thread Markus Meier
commit: 09ba2258c5acbbeff71a12dac9d213871ab9586d
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:10 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ba2258

dev-perl/Data-Uniqid: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild 
b/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild
index b7725f3e437..0ce35239300 100644
--- a/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild
+++ b/dev-perl/Data-Uniqid/Data-Uniqid-0.120.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for simple generating of unique ids"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: 0a971dc8bf666bf69e95176661726e7e29ad7674
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:28 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a971dc8

dev-perl/ExtUtils-LibBuilder: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild 
b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild
index a38732b3b5d..67c27dd6fc2 100644
--- a/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild
+++ b/dev-perl/ExtUtils-LibBuilder/ExtUtils-LibBuilder-0.80.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A tool to build C libraries"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: 8961535c84d07075929bcf75ca1087b08e0664e9
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:46 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8961535c

dev-perl/Text-BibTeX: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild 
b/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
index f66172b82a6..f8b38236bb7 100644
--- a/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
+++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.800.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-LibXML-Simple/

2017-06-15 Thread Markus Meier
commit: a1ac2493108a2087ee97bbb15fa250eeda6df020
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:55 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ac2493

dev-perl/XML-LibXML-Simple: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild 
b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild
index 4098b5c90a4..28bbc6f5da1 100644
--- a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild
+++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-0.970.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="XML::LibXML based XML::Simple clone"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: 85d93091c974c247f82c4a040f41487ecfc6cba8
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:25:26 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:25:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d93091

dev-perl/Tie-Cycle: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild 
b/dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild
index c9ea8948c84..071808a4c52 100644
--- a/dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild
+++ b/dev-perl/Tie-Cycle/Tie-Cycle-1.221.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Cycle through a list of values via a scalar"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-Carp"



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

2017-06-15 Thread Markus Meier
commit: 2648bcded0e14f040150353b0bb4c1cf8ad45546
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:24 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2648bcde

dev-perl/Encode-JIS2K: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild 
b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild
index b2bf92de546..63600579129 100644
--- a/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild
+++ b/dev-perl/Encode-JIS2K/Encode-JIS2K-0.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="JIS X 0212 (aka JIS 2000) Encodings"
 
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm"
 IUSE=""
 
 RDEPEND="virtual/perl-Encode"



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

2017-06-15 Thread Markus Meier
commit: bd1ed22727e3e5e51ec11ee4ab6254e107c036a7
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:27:06 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:27:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1ed227

dev-tex/biber: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-tex/biber/biber-2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tex/biber/biber-2.7.ebuild b/dev-tex/biber/biber-2.7.ebuild
index 4ff72f2779a..438fbff89fa 100644
--- a/dev-tex/biber/biber-2.7.ebuild
+++ b/dev-tex/biber/biber-2.7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/plk/biber/archive/v${PV}.tar.gz  
-> ${P}.tar.gz"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 IUSE="test"
 
 RDEPEND=">=dev-lang/perl-5.24



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

2017-06-15 Thread Markus Meier
commit: 28b82bd88d9af172e7c909d7b6d008810ff7d29e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:25:07 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:25:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b82bd8

dev-perl/Mojolicious: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild 
b/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
index 64f7302560e..d55b81da20a 100644
--- a/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
+++ b/dev-perl/Mojolicious/Mojolicious-7.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 
 DESCRIPTION="Real-time web framework"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test minimal"
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: add20bea41707aaf2ae619a6cf40402777eb0b81
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:15 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add20bea

dev-perl/Date-Simple: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Date-Simple/Date-Simple-3.30.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Date-Simple/Date-Simple-3.30.0-r1.ebuild 
b/dev-perl/Date-Simple/Date-Simple-3.30.0-r1.ebuild
index 2effbcced63..c734403bad7 100644
--- a/dev-perl/Date-Simple/Date-Simple-3.30.0-r1.ebuild
+++ b/dev-perl/Date-Simple/Date-Simple-3.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="A simple date object"
 
 SLOT="0"
 LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL2+
-KEYWORDS="amd64 x86 ~x86-solaris"
+KEYWORDS="amd64 ~arm x86 ~x86-solaris"
 IUSE=""
 
 SRC_TEST=do



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

2017-06-15 Thread Markus Meier
commit: 461f688ed450495b6752bd150b3999cf1d45b236
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:25:03 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:25:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=461f688e

dev-perl/EV: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/EV/EV-4.220.0.ebuild b/dev-perl/EV/EV-4.220.0.ebuild
index 6a5933033e6..02ae23f9b8a 100644
--- a/dev-perl/EV/EV-4.220.0.ebuild
+++ b/dev-perl/EV/EV-4.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl interface to libev, a high performance full-featured event 
loop"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: 45277099819c3b21c86d1075a486635a4eec3c87
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:25:39 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:25:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45277099

dev-perl/Config-AutoConf: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.314.0.ebuild 
b/dev-perl/Config-AutoConf/Config-AutoConf-0.314.0.ebuild
index 6ca17075e2d..648036783dd 100644
--- a/dev-perl/Config-AutoConf/Config-AutoConf-0.314.0.ebuild
+++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.314.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 DEPEND="test? ( virtual/perl-Test-Simple )"



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

2017-06-15 Thread Markus Meier
commit: dde79495bf6f06056f7b0319a37fa65a310d91ca
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:50 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde79495

dev-perl/Text-Roman: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild 
b/dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild
index 52fe5c656ca..9f2688a0435 100644
--- a/dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild
+++ b/dev-perl/Text-Roman/Text-Roman-3.500.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Allows conversion between Roman and Arabic algarisms"
 
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~arm"
 IUSE=""
 
 SRC_TEST="do"



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

2017-06-15 Thread Markus Meier
commit: 99e12463c5f709f6469796d206314aaee7160588
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:33 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e12463

dev-perl/File-Slurp-Unicode: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/File-Slurp-Unicode/File-Slurp-Unicode-0.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/File-Slurp-Unicode/File-Slurp-Unicode-0.7.1-r1.ebuild 
b/dev-perl/File-Slurp-Unicode/File-Slurp-Unicode-0.7.1-r1.ebuild
index 998e387ffe4..7ddc44736c4 100644
--- a/dev-perl/File-Slurp-Unicode/File-Slurp-Unicode-0.7.1-r1.ebuild
+++ b/dev-perl/File-Slurp-Unicode/File-Slurp-Unicode-0.7.1-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Reading/Writing of Complete Files with Character Encoding Support"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: 1ca0bf00fc9f10210688a32c8a3ed8f1dfc6f276
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:02 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca0bf00

dev-perl/Scalar-Properties: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild 
b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild
index 4df5e64a154..67c42feff66 100644
--- a/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild
+++ b/dev-perl/Scalar-Properties/Scalar-Properties-1.100.860-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="run-time properties on scalar variables"
 
 SLOT="0"
-KEYWORDS="amd64 hppa ia64 ~ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm hppa ia64 ~ppc sparc x86 ~ppc-aix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE=""
 
 SRC_TEST="do"



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

2017-06-15 Thread Markus Meier
commit: 0772cdba60b2561fbf73e2c8adc375740b69ee6f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:24:10 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:24:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0772cdba

dev-perl/GD-Barcode: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild 
b/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild
index 08bef1a8a2c..278633122ea 100644
--- a/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild
+++ b/dev-perl/GD-Barcode/GD-Barcode-1.150.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="GD::Barcode - Create barcode image with GD"
 
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="dev-perl/GD"



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

2017-06-15 Thread Markus Meier
commit: 309bd18a4bc37d44b868e1eb0b550671c1182e74
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:23:27 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:23:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309bd18a

dev-perl/autovivification: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/autovivification/autovivification-0.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/autovivification/autovivification-0.160.0.ebuild 
b/dev-perl/autovivification/autovivification-0.160.0.ebuild
index b6d7b69a7bb..d24ab0f48e6 100644
--- a/dev-perl/autovivification/autovivification-0.160.0.ebuild
+++ b/dev-perl/autovivification/autovivification-0.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 EAPI=5
 MODULE_AUTHOR=VPIT
@@ -8,7 +8,7 @@ inherit perl-module
 DESCRIPTION="Lexically disable autovivification"
 LICENSE=" || ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="virtual/perl-XSLoader"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Calendar-Julian/

2017-06-15 Thread Markus Meier
commit: 67a3b0d0dc595254684f85a1ff5a2c8146ff9d75
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:26:19 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:26:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a3b0d0

dev-perl/DateTime-Calendar-Julian: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 .../DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild 
b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
index 5628df77d1b..4a98a17a301 100644
--- a/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
+++ b/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Dates in the Julian calendar"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 RDEPEND=">=dev-perl/DateTime-0.80.0"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-ISBN-Data/

2017-06-15 Thread Markus Meier
commit: 8fa758372e8f9fc5ae8cabf50fd7efbff586f725
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:24:14 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:24:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa75837

dev-perl/Business-ISBN-Data: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild 
b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild
index 6c3c17c05b9..76322512db2 100644
--- a/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild
+++ b/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20140910.3.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Data pack for Business::ISBN"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE="test"
 
 PERL_RM_FILES=(



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

2017-06-15 Thread Markus Meier
commit: a4993b01ea0e8475677b41c53356840a466066e3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:24:18 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:24:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4993b01

dev-perl/Business-ISBN: add ~arm, bug #620228

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild 
b/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild
index d3530ecb5f6..e3b0e61a43a 100644
--- a/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild
+++ b/dev-perl/Business-ISBN/Business-ISBN-3.4.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Work with ISBN as objects"
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test barcode"
 
 RDEPEND="



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

2017-06-15 Thread Markus Meier
commit: b6185369bfee0b1b0fe7fc892f578a5de2ac8d2c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:14:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:14:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6185369

dev-python/markdown: arm stable, bug #606222

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/markdown/markdown-2.6.5.ebuild 
b/dev-python/markdown/markdown-2.6.5.ebuild
index 7088bb9e7e4..737eaccafeb 100644
--- a/dev-python/markdown/markdown-2.6.5.ebuild
+++ b/dev-python/markdown/markdown-2.6.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc test pygments"
 
 DEPEND="



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

2017-06-15 Thread Markus Meier
commit: a542453ad9a4f0db588a335f158e03dfd7cacc51
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:14:31 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:14:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a542453a

dev-python/pytidylib: arm stable, bug #606222

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/pytidylib/pytidylib-0.2.4.ebuild 
b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
index 801d92ee128..6e0e640afb9 100644
--- a/dev-python/pytidylib/pytidylib-0.2.4.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.2.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86"
 IUSE="test"
 
 RDEPEND="app-text/htmltidy"



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

2017-06-15 Thread Markus Meier
commit: 6a99695dcd3fa79b05d3a35cd271dd795f6aacbd
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:08:12 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:08:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a99695d

sys-devel/gdb: arm stable, bug #621162

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/sys-devel/gdb/gdb-7.12.1.ebuild b/sys-devel/gdb/gdb-7.12.1.ebuild
index 6ae3a32402c..3ced97652f0 100644
--- a/sys-devel/gdb/gdb-7.12.1.ebuild
+++ b/sys-devel/gdb/gdb-7.12.1.ebuild
@@ -57,7 +57,7 @@ LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
# alpha #562128
-   KEYWORDS="-alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 
~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="-alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 
~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 fi
 IUSE="+client lzma multitarget nls +python +server test vanilla xml"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-doc/pms/

2017-06-15 Thread Markus Meier
commit: c5b3fba29a45fff0c977aac8616b5e6512508475
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:07:36 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:07:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b3fba2

app-doc/pms: arm stable, bug #621038

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-doc/pms/pms-6_p20170429.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/pms/pms-6_p20170429.ebuild 
b/app-doc/pms/pms-6_p20170429.ebuild
index 0a2c00f5948..21a67f8bd7d 100644
--- a/app-doc/pms/pms-6_p20170429.ebuild
+++ b/app-doc/pms/pms-6_p20170429.ebuild
@@ -10,7 +10,7 @@ SRC_URI="!binary? ( 
https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz )
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="binary html"
 
 # texlive-bibtexextra: plainurl.bst



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

2017-06-15 Thread Markus Meier
commit: cb2c3aa38257411a24c640727c254e217b180576
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:07:01 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:07:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb2c3aa3

app-admin/logrotate: arm stable, bug #620522

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 app-admin/logrotate/logrotate-3.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/logrotate/logrotate-3.12.2.ebuild 
b/app-admin/logrotate/logrotate-3.12.2.ebuild
index 24916881d61..a9d33db2a12 100644
--- a/app-admin/logrotate/logrotate-3.12.2.ebuild
+++ b/app-admin/logrotate/logrotate-3.12.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> $
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acl +cron selinux"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-proxy/privoxy/

2017-06-15 Thread Markus Meier
commit: 990feb32beba22874a1b594cddaaf26ed8096503
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:06:34 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:06:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990feb32

net-proxy/privoxy: arm stable, bug #620498

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 net-proxy/privoxy/privoxy-3.0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-proxy/privoxy/privoxy-3.0.26.ebuild 
b/net-proxy/privoxy/privoxy-3.0.26.ebuild
index 0acd574d5f8..5d473d1f246 100644
--- a/net-proxy/privoxy/privoxy-3.0.26.ebuild
+++ b/net-proxy/privoxy/privoxy-3.0.26.ebuild
@@ -18,7 +18,7 @@ external-filters +fast-redirects +force graceful-termination
 ie-images +image-blocking ipv6 lfs png-images selinux +stats
 +threads toggle tools whitelists +zlib"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~ppc ppc64 sparc x86 ~x86-fbsd"
 LICENSE="GPL-2"
 
 DEPEND="



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

2017-06-15 Thread Markus Meier
commit: da7133f737f25722f39f31000a8a54f22146b8c4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:06:07 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:06:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da7133f7

dev-libs/librelp: arm stable, bug #620326

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-libs/librelp/librelp-1.2.13.ebuild 
b/dev-libs/librelp/librelp-1.2.13.ebuild
index 89fc127ff7b..c5a27631f89 100644
--- a/dev-libs/librelp/librelp-1.2.13.ebuild
+++ b/dev-libs/librelp/librelp-1.2.13.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
 # subslot = soname version
 SLOT="0/0.2.0"
 
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~sparc x86"
 IUSE="debug doc +ssl static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-fonts/unifont/

2017-06-15 Thread Markus Meier
commit: 9a44e4b6849d90f3a3ad713bb1d021173109cbde
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 15 16:05:41 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 15 16:05:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a44e4b6

media-fonts/unifont: arm stable, bug #620192

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 media-fonts/unifont/unifont-9.0.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/unifont/unifont-9.0.06.ebuild 
b/media-fonts/unifont/unifont-9.0.06.ebuild
index 1b1b96d827d..0c703b25120 100644
--- a/media-fonts/unifont/unifont-9.0.06.ebuild
+++ b/media-fonts/unifont/unifont-9.0.06.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ~ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
 IUSE="fontforge utils"
 
 DEPEND="



  1   2   >