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

2016-05-19 Thread Jeroen Roovers
commit: f8dfbfee412e5e48d074b4c8972f55ef47338791
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 20 06:55:34 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 20 06:55:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8dfbfee

app-arch/unrar: Stable for HPPA (bug #576406).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

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

diff --git a/app-arch/unrar/unrar-5.3.11.ebuild 
b/app-arch/unrar/unrar-5.3.11.ebuild
index c3f2ff6..50a6192 100644
--- a/app-arch/unrar/unrar-5.3.11.ebuild
+++ b/app-arch/unrar/unrar-5.3.11.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz";
 
 LICENSE="unRAR"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"



[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/

2016-05-19 Thread Göktürk Yüksek
commit: 9493a374b90a484b8f852aadeb0e333775767e65
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Thu May 19 05:23:35 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Thu May 19 05:23:35 2016 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9493a374

ebuild-writing/variables: do not rely on package manager specific values

For predefined read-only variables, ebuild authors must not make
assumptions about their values based on a specific package manager
implementation. Clarify the section accordingly.

Signed-off-by: Göktürk Yüksek  gentoo.org>

 ebuild-writing/variables/text.xml | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/ebuild-writing/variables/text.xml 
b/ebuild-writing/variables/text.xml
index dc152e1..3f99cfb 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -16,8 +16,9 @@ which are of use throughout the ebuild.
 
 
 
-The following variables are defined for you. You must not attempt to set
-them.
+The following variables are defined for you. You must not attempt to
+set them. Developers must not rely on package manager specific values
+for these variables when writing ebuilds.
 
 
 
@@ -64,14 +65,14 @@ them.
 FILESDIR
 
   Path to the ebuild's files/ directory, commonly used
-  for small patches and files. Value:
+  for small patches and files. For example:
   "${PORTDIR}/${CATEGORY}/${PN}/files".
 
   
   
 WORKDIR
 
-  Path to the ebuild's root build directory. Value:
+  Path to the ebuild's root build directory. For example:
   "${PORTAGE_BUILDDIR}/work".
 
   
@@ -79,13 +80,13 @@ them.
 T
 
Path to a temporary directory which may be used by the
-   ebuild. Value: "${PORTAGE_BUILDDIR}/temp".
+   ebuild. For example: "${PORTAGE_BUILDDIR}/temp".
 
   
   
 D
 
-  Path to the temporary install directory. Value:
+  Path to the temporary install directory. For example:
   "${PORTAGE_BUILDDIR}/image".
 
   
@@ -93,7 +94,7 @@ them.
 HOME
 
   Path to a temporary directory for use by any programs invoked by
-  an ebuild that may read or modify the home directory. Value:
+  an ebuild that may read or modify the home directory. For example:
   "${PORTAGE_BUILDDIR}/homedir".
 
   



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

2016-05-19 Thread Jeroen Roovers
commit: c561a3d360e87ecb087352a0cd1f9aa85853fdda
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri May 20 06:19:27 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri May 20 06:20:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c561a3d3

media-sound/ncmpcpp: Stable for HPPA PPC64 (bug #583502).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild 
b/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
index 114ea3c..1649074 100644
--- a/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
+++ b/media-sound/ncmpcpp/ncmpcpp-0.7.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ppc ppc64 ~sparc ~x86"
 IUSE="clock curl outputs taglib unicode visualizer"
 
 RDEPEND="



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

2016-05-19 Thread Hans de Graaff
commit: 0eba96e345647e9a0b8cfba480b7a43cf0cb07c8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 20 05:03:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 20 05:03:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eba96e3

dev-ruby/little-plugger: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/little-plugger/little-plugger-1.1.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild 
b/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
index 6e51b76..58cc036 100644
--- a/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
+++ b/dev-ruby/little-plugger/little-plugger-1.1.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2016-05-19 Thread Hans de Graaff
commit: e6fb07ad6e5f1fafb4a2950f36eff39763417f0d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 20 04:57:35 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 20 04:57:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fb07ad

dev-ruby/execjs: add 2.7.0

Package-Manager: portage-2.2.28

 dev-ruby/execjs/Manifest|  1 +
 dev-ruby/execjs/execjs-2.7.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/execjs/Manifest b/dev-ruby/execjs/Manifest
index cd39e4c..10acf18 100644
--- a/dev-ruby/execjs/Manifest
+++ b/dev-ruby/execjs/Manifest
@@ -1,2 +1,3 @@
 DIST execjs-1.4.0-git.tgz 14300 SHA256 
76f10e338cfc0e79cb25110db97d6813f6dcce035daa19f66101188607069cfb SHA512 
ed41db6f1c95be7bf5b379370c2f06894a0a233aaceeadf45172c0cfa1ab84f4eac7cb91608d02888c35f1dc9355f1fce60a5779535db58066ff1dacab6e0be8
 WHIRLPOOL 
226db6a8598735ae75ecfb11b2a03f61a75c6f191fe2d3abee3b57c8d76a284d160e3cb7359499ce4af8f9affc88b8d6b8c1499114e8fc28f55271e8266dbfc6
 DIST execjs-2.6.0.tar.gz 423437 SHA256 
6c6704e7e31a7180a6105e3b98f6f7b279c99fb804ce216eb42f8df5a6da731c SHA512 
9740feceb3f9eae59aaa3697bd8f2fa1bb606cac4868b107bea4b3e9a7fe7fcdcfa387d852f0c267635163fc70eaba60a0ba241421434b26e1f94421b80ad468
 WHIRLPOOL 
5c3d50e6aa537916da17642d04b4c8c94fff9cc7d573afeece9d78c6f3aa4445385a75cfd5f2a1c34b6ac8332a94294c6f20c584230d72278a778a28c228a3fe
+DIST execjs-2.7.0.tar.gz 425361 SHA256 
93454e85d5b9eab91c5f0545ff1e970a40f41be55fd82afe2d40e8f94c8a2b40 SHA512 
9627f466e8a363404c940b29227d08a8ad067b53383989a3d8f4f902e8c050c0e81facdbdafbb660c41f7c8dc2fbdd3bd357ca708e612af4d223b5412c6c1fb7
 WHIRLPOOL 
6c085e31e2a027edf9dce9f91b5b0a64d125060211d5ad1ff8957b1d5d7290ddc5aece8a042daf8d17ea7a1c36567747f91e08299acfe727f2950fac91ca1e5d

diff --git a/dev-ruby/execjs/execjs-2.7.0.ebuild 
b/dev-ruby/execjs/execjs-2.7.0.ebuild
new file mode 100644
index 000..7ee438c
--- /dev/null
+++ b/dev-ruby/execjs/execjs-2.7.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+inherit ruby-fakegem
+
+DESCRIPTION="ExecJS lets you run JavaScript code from Ruby"
+HOMEPAGE="https://github.com/rails/execjs";
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x64-macos"
+
+IUSE="test"
+
+# execjs supports various javascript runtimes. They are listed in order
+# as per the documentation. For now only include the ones already in the
+# tree.
+
+# therubyracer, therubyrhino, node.js, spidermonkey (deprecated)
+
+# spidermonkey doesn't pass the test suite:
+# https://github.com/sstephenson/execjs/issues/62
+
+RDEPEND+=" || ( net-libs/nodejs )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile || die
+   # Avoid test requiring network connectivity. We could potentially
+   # substitute dev-ruby/coffee-script-source for this.
+   sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die
+}



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

2016-05-19 Thread Hans de Graaff
commit: c9b9b46aede34efc332dd83fef01d2c077269754
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 20 05:02:58 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 20 05:02:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b9b46a

dev-ruby/little-plugger: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/little-plugger/Manifest   |  1 -
 .../little-plugger/little-plugger-1.1.3-r2.ebuild  | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-ruby/little-plugger/Manifest b/dev-ruby/little-plugger/Manifest
index 8648897..9c7ab06 100644
--- a/dev-ruby/little-plugger/Manifest
+++ b/dev-ruby/little-plugger/Manifest
@@ -1,2 +1 @@
-DIST little-plugger-1.1.3.gem 9216 SHA256 
d7a3a4582a00ff65955eeded02c6d127f3858f4e101e2fe4c795c7423dd83d33 SHA512 
dbfa4e39eb41143627d0affab789d925c5c9c45a7592002440c957009da1b452f8b35bc5cc45adb22e8cd6b05776321240a59eae2e834f0ca29f1a26f368f0f1
 WHIRLPOOL 
2d7f5389412ba4f3f294fda7ff78f48040f8f212c93ec34257b011099dbdfc4bbb2709af361462975248fc14a8ad7eaf3c740488a11f8b9b5b4cff51fd700a4e
 DIST little-plugger-1.1.4.gem 10240 SHA256 
d5f347c00d9d648040ef7c17d6eb09d3d0719adf19ca30d1a3b6fb26d0a631bb SHA512 
79b26509c56084a93997e011870de085f9e5222d631bf410c9bb2a361949e80f3d8be279b26b6c405dd47aedbea72089de212990ae0906f7493a3e8edfa8cb87
 WHIRLPOOL 
9bb944e71c798824337cc25d87b8313ecc56a00b81958d38463cdf42c677a89d6c99451e753c06784e2d7e6ec299283712b066af913c3ef1931e71c0aa8f73bd

diff --git a/dev-ruby/little-plugger/little-plugger-1.1.3-r2.ebuild 
b/dev-ruby/little-plugger/little-plugger-1.1.3-r2.ebuild
deleted file mode 100644
index 0c18acd..000
--- a/dev-ruby/little-plugger/little-plugger-1.1.3-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="Module that provides Gem based plugin management"
-HOMEPAGE="https://github.com/TwP/little-plugger";
-
-IUSE="test"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-all_ruby_prepare() {
-   # Remove default metadata because it confused jruby.
-   rm -f ../metadata || die
-
-   epatch "${FILESDIR}"/${P}-ruby20-spec.patch
-}



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

2016-05-19 Thread Hans de Graaff
commit: 344aeecbc6fa51d29ba9bbee18a0a81dfd264e89
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 20 05:06:45 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 20 05:06:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=344aeecb

dev-ruby/http: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/http/http-0.6.3-r1.ebuild | 4 ++--
 dev-ruby/http/http-0.6.3.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/http/http-0.6.3-r1.ebuild 
b/dev-ruby/http/http-0.6.3-r1.ebuild
index 66a38a8..d548a1f 100644
--- a/dev-ruby/http/http-0.6.3-r1.ebuild
+++ b/dev-ruby/http/http-0.6.3-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 

diff --git a/dev-ruby/http/http-0.6.3.ebuild b/dev-ruby/http/http-0.6.3.ebuild
index d5fa392..857f253b 100644
--- a/dev-ruby/http/http-0.6.3.ebuild
+++ b/dev-ruby/http/http-0.6.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 



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

2016-05-19 Thread Hans de Graaff
commit: 37d098daf04079bb4f83d637b3a376982cfa3a8b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 20 05:05:28 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 20 05:05:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d098da

dev-ruby/http: add 2.0.1

Package-Manager: portage-2.2.28

 dev-ruby/http/Manifest  |  1 +
 dev-ruby/http/http-2.0.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
index e6eed62..04e732f 100644
--- a/dev-ruby/http/Manifest
+++ b/dev-ruby/http/Manifest
@@ -2,3 +2,4 @@ DIST http-0.6.3.gem 67072 SHA256 
bbefb6ab1255f2967437b0ea9b29058066c89b1e30448e3
 DIST http-0.9.8.gem 66560 SHA256 
517790c159adc2755c0a6dac5b64d719d4dd8fb4437409e443f4a42b31ea89d2 SHA512 
bb89147a3c28ebd75d2453e51c0c422557907e055b9a20a560b803bc64edfcdfe96e997ff225a26c9ca278211b0f70faaccf2d18ce2cdc9fd95bc4048093ef68
 WHIRLPOOL 
5a061560f2c34f951d862a11cdafae61a684f76b3a5298c46dc78f2f3536035cadae1c35ac26833774041a7687593b2b47a9b066e7a46cdaf1faa9d5bbb3217d
 DIST http-1.0.2.gem 62464 SHA256 
90f0b96e221d6c4bd6cfbdb6e2ec5426e1bdbb61f833e2fa23ac8385cfdeb34b SHA512 
fbfa76f588d46b10dfa0d3b319d0ca1a5a92749575cf27791febaf5d55f2e4458cf34f48d8b9792d4e220c89c702b75b039ca5b66d3c43d31bab982082312113
 WHIRLPOOL 
8c0d4a94aa182d0d38e2e27e2eb21272efa7b2b48309d7c225acb56aa6a169a1d399a693e897a2ae0cb19b98ba09972370d31fca7b74a24df8002ecf36cb2920
 DIST http-2.0.0.gem 62464 SHA256 
995c38950b382f3982ed1c3adaad27d087855fced1c62a256fcdd765bfe18671 SHA512 
6d03a328e26b9a66cd29c1cb8178ac7b77251bf469464e342ed853f37a6e5cd5d18a112eac3ca813abf6680574535f9a837217c7461e939a179d8eacc6c5fe93
 WHIRLPOOL 
e6a490e23be86a6348c88cd73cda99550bc01276da198e3694411362c523567a11544a37f2194244fff417a3e319ca400e3616dd4539836355b02389a29d7df0
+DIST http-2.0.1.gem 62464 SHA256 
f46f7ea5aec6e56b22fefe2de0d03d081156d348c6ff1f5c063f1f8c79dfe27b SHA512 
db3166b11388974ca07acfd5de0cfeb5971363e6dbeb712abcba025b338d97704cc85593accf4a89c87c139fb2bd327c58665f4b12bc66cf4ab9eedb49c19ab2
 WHIRLPOOL 
c69ccbfeafb5ac8d37942d6923df267136e225d9312c38d6e3999ec00bbf2c19f264a765ac9e90cf54e2cb082e56959411ba16ad90520e7af20f8c5f5c42e6eb

diff --git a/dev-ruby/http/http-2.0.1.ebuild b/dev-ruby/http/http-2.0.1.ebuild
new file mode 100644
index 000..14e63b0
--- /dev/null
+++ b/dev-ruby/http/http-2.0.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An easy-to-use client library for making requests from Ruby"
+HOMEPAGE="https://github.com/tarcieri/http";
+
+LICENSE="MIT"
+SLOT="2.0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/addressable-2.3
+   >=dev-ruby/http-cookie-1.0
+   >=dev-ruby/http-form_data-1.0.1:1.0
+   >=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
+
+ruby_add_bdepend "
+   test? ( dev-ruby/certificate_authority dev-ruby/rspec-its )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/,/end/ s:^:#:' \
+   -e '1irequire "cgi"' spec/spec_helper.rb || die
+
+   # Avoid specs that require network access
+   sed -i -e '/.persistent/,/^  end/ s:^:#:' \
+   spec/lib/http_spec.rb || die
+   sed -i -e '/with non-ASCII URLs/,/^end/ s:^:#:' \
+   spec/lib/http/client_spec.rb || die
+
+   # Avoid spec that may fail with a running web server
+   sed -i -e '/unifies socket errors into HTTP::ConnectionError/,/^
end/ s:^:#:' spec/lib/http_spec.rb || die
+}



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

2016-05-19 Thread Ian Delaney
commit: e8b0c88c33a3a45e75af232291e826289c22f7e4
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri May 20 03:50:17 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May 20 04:41:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b0c88c

app-emulation/xen: revbump to 4.6.1-r2

Add sec patch xsa-176 patch, re security bug
Holding off revbump to 4.6.0, considering also purging

Gentoo-bug: #583462

Package-Manager: portage-2.2.28

 app-emulation/xen/Manifest|   1 +
 app-emulation/xen/xen-4.6.1-r2.ebuild | 199 ++
 2 files changed, 200 insertions(+)

diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest
index b827df1..649ba88 100644
--- a/app-emulation/xen/Manifest
+++ b/app-emulation/xen/Manifest
@@ -3,6 +3,7 @@ DIST xen-4.6.0.tar.gz 19694350 SHA256 
6fa1c2431df55aa5950d248e6093b8c8c0f11c357a
 DIST xen-4.6.1.tar.gz 19693042 SHA256 
44cc2fccba1e147ef4c8da0584ce0f24189c8743de0e3e9a9226da88ddb5f589 SHA512 
f01a0b7874abf8b3a81432428d7ba2d5aceb9d75ae20310f8ef49a3a0df927720a51d49090f74fda7f374c779e121ad26da6966a6f2623ed1a7743b4c080427c
 WHIRLPOOL 
b4eec12118d602d1b41edee32ed7c0c61646974060bc44e3eedaf78f7c3015c151998f72573fd2bab1992263dd98f09992772334bae7826048d187de7ed022e5
 DIST xen-security-patches-0.tar.xz 5944 SHA256 
c0456793064185f0781668264a09a2412a25e2ff8c4ce0d332204e37b94d7e96 SHA512 
de812e66563e608548b220aa00c8fd71973af748a00cea79959f46a5b6893a38248d2ea455026af43f47e3f5e566d08b5a6f3d18f22e940d75d2a2ca76cec3d3
 WHIRLPOOL 
3e18d32798bdfe584ee8d102963090b569ec3660fd5723d8c608091e5c7d935c1edced5e258d92bf51fe06975455a3ae33dfedd01702c6076aedf97ea61f2d1b
 DIST xen-security-patches-00.tar.gz 4280 SHA256 
1cb3d3d4af15202ce8ea5d6a5982b8c9a4623e565c732c64f5ec949cf55a11c0 SHA512 
06e8fa8bda712564a18712640087a920545da3dc6bd6d94762f7f7fee33afb807f2d517e8d6177a683baf8ec04832acf57557f8125973f00e7de6109b3d5131b
 WHIRLPOOL 
8b1b7caa37b73f442f440f599d9ae8d1562c6361c693b4d18540dbe7de4fa8046e3139f19dfdff35a316466ed7f017a3a99d430eb28e0716a0c6b52d8aec5b0b
+DIST xen-security-patches-01.tar.gz 4683 SHA256 
ca1e565180aff5485f217735faa24bea2f7fc821d5c5a506d1854291681fdc28 SHA512 
538d5df0c3b5b5277613af3a3fc11aa46a16cfdfdc88488da5020e3ad38580b8cdb12778e251c4b41c6b5cfe37d8266a599b8b15b4032491c0689e442b388847
 WHIRLPOOL 
a22492288fa04919c60d9e7e15181bc7eb05f457b0aad0e8ece172443fd4208d4bdeb692ef713b99aa83eb030caf3dfcf1236b5d8de13e152b93096aa2e869b8
 DIST xen-security-patches-10.tar.gz 13289 SHA256 
8937b3c0045f83ac0685ce129c99be8ab035f2ed92605d0c1100d4f898d978a3 SHA512 
698963479149bd63695b3ffd7d108b798ce6c694560f2908b639f3a1b00d37d4994fbc1e0e21aaba1f3a113653d5b37c28679bc1d97d75a805844345c9c070c0
 WHIRLPOOL 
8c2433c35499819906abf5cb8898dac23cbf7523cc4b4e9291e696eb2871971a7300d3f54865ac32738a1b67c1de18e227085f14c5717b60ec951d5038fa0493
 DIST xen-security-patches-9.tar.gz 9793 SHA256 
2167d7bc2a631cf13d5b49c9577dbc8d128517e8ecbf90ef85c38f52ab3187aa SHA512 
42f4997f35cc06333584a9a3c65366493094b60a6c67928b6165f3fb7d35d3a8f9dc0c3eadd4522de0d99bcc8511afba1d5e543396399b37983eb547abedca44
 WHIRLPOOL 
8abb68b4ac10fbc2b590c8a29cd2474d5392d3958542dad7f21ba4ad51c7541bb1686ed2629323e214c3e72b0de7212f25a4681f653d4179404c9f4c53e3d83a
 DIST xen-upstream-patches-0.tar.gz 2297 SHA256 
bf21272ad029391d30bf31896efcadc75267538f6c7de5d239453f19659d58ee SHA512 
3f5d60aaebd181bddab4dd02e0064de2f75672f44a687a7331fa40e81d56763fea84504081a449d11403b21ad0ba2dac075f0b1796809ef8d16e244f6be99e3d
 WHIRLPOOL 
4ebe79c8f2ea1c45e88e59941e477ed5639dbca3fe95c9a67e07afb0f4b6fb8b7fea8e58422d7c8f906299e4f37c14b4db15200997e5a92b647df98fa93e10c7

diff --git a/app-emulation/xen/xen-4.6.1-r2.ebuild 
b/app-emulation/xen/xen-4.6.1-r2.ebuild
new file mode 100644
index 000..4461a53
--- /dev/null
+++ b/app-emulation/xen/xen-4.6.1-r2.ebuild
@@ -0,0 +1,199 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs
+
+MY_PV=${PV/_/-}
+MY_P=${PN}-${PV/_/-}
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   EGIT_REPO_URI="git://xenbits.xen.org/xen.git"
+   SRC_URI=""
+else
+   KEYWORDS="~amd64 ~arm -x86"
+   UPSTREAM_VER=
+   SECURITY_VER=01
+   # var set to reflect https://dev.gentoo.org/~idella4/
+   # first instance of UPS_VER (usptream ver)
+   UPS_VER=
+   SEC_VER=
+   GENTOO_VER=
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz
+   
https://dev.gentoo.org/~idella4/distfiles/${PN}-upstream-patches-${UPS_VER}.tar.gz";
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~idella4/distfiles/${PN}-security-patches-${SECURITY_VER}.tar.gz";
+   [[ -n ${GEN

[gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/

2016-05-19 Thread Ian Delaney
commit: bc21ec5985e878110034366d860b451cf9102a2e
Author: Ian Delaney  gentoo  org>
AuthorDate: Fri May 20 04:39:15 2016 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Fri May 20 04:41:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc21ec59

app-emulation/xen-tools: revbump to 4.6.1-r3

Add sec patch xsa-176 patch, re security bug
Holding off revbump to 4.6.0, considering also purging

Gentoo-bug: #583462

Package-Manager: portage-2.3.0_rc1

 app-emulation/xen-tools/Manifest  |   2 +
 app-emulation/xen-tools/xen-tools-4.6.1-r3.ebuild | 469 ++
 2 files changed, 471 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index 78c1042..b45dcf1 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -11,6 +11,8 @@ DIST xen-ovmf-patches-2.tar.xz 4344 SHA256 
495d61d718440057f8b0b54fb57061450dd76
 DIST xen-qemu-patches-0.tar.gz 3224 SHA256 
ff1ac02a6d91e4abdbe069e1bb75d0b798deff5c2c72d1efb5459c72f4278f00 SHA512 
4fd0c663a733436188aca364e927ac430d9bbef9859da65c074d7fd66c330645b05ff1f3e849f4581dfcd7054801d65edcff8445c1c63c2725f11e3903415af0
 WHIRLPOOL 
5504d7ffbd3c1970026c1f43252d9c76f10c5448ede247719e2698aa8f8e93b20e4cc353da5582b3b6887fb3fd7d1e13765f664ea60daeb6020f052eaca9b9f4
 DIST xen-qemu-patches-2.tar.gz 4690 SHA256 
5850513c6c6e1c68da7a04526bfc3f7ee049b1c5cbcd370d2dfcee94b49f84e9 SHA512 
fb1adcccffdd53193699287049da719f826ab8ab819130e7747cb6de9f6f9446fde223e26772a6ee7380ee0691acffac2c970691583ef6cb06f3c597acac824e
 WHIRLPOOL 
ea6dc377c69261246d68342b0bf33bdcd07447f1d3547862da10dd0e72d0a6d96fcdfb5df422e88fd7119a6edc7c8990f02d33bbb4c401534aba55b287ac63fe
 DIST xen-qemu-patches-3.tar.gz 7866 SHA256 
40ec7e127c149d25f783f050c693776db4f5ded7b488fba3be4b88c85c33d981 SHA512 
ca1c5a10c986dcc6e39fbcb606493532203f051d622fbd7318b4c6f69b686889d81c143c7eaf7c91b1e925aa4f7667fb8f80d887ac2b45172a9db4c4231e7feb
 WHIRLPOOL 
1aee478c6eb39fd204a0b88c02770a304765f7dba979bdebd4dd882c77b947038219aab99be95010c308207eb18d276c127c1bb5c69c62e0ef2bbb618fd99e17
+DIST xen-qemu-patches-4.tar.gz 5231 SHA256 
6ffc66654045ce6aa4f228e1a39025a0cdce613815c114d28d1c14499d25eb0d SHA512 
b2cbf25a9ceec947f4c5ca7d77c8fb3b443bffc3c48c8c6fb50d72a795f86e5cc40fb2637e378fea048ee8094aebd96e5d056289d9538e5f19ed36b9e7d70431
 WHIRLPOOL 
2d73c793eaf00ca0f8a79f18e2b1e95931000989265d7a3bb4f6bccb2407619ddfbdfc28fcec03f37a18554352ea4dc6500de8ef6a72f2a991cff3495e66e4fc
+DIST xen-security-patches-01.tar.gz 4683 SHA256 
ca1e565180aff5485f217735faa24bea2f7fc821d5c5a506d1854291681fdc28 SHA512 
538d5df0c3b5b5277613af3a3fc11aa46a16cfdfdc88488da5020e3ad38580b8cdb12778e251c4b41c6b5cfe37d8266a599b8b15b4032491c0689e442b388847
 WHIRLPOOL 
a22492288fa04919c60d9e7e15181bc7eb05f457b0aad0e8ece172443fd4208d4bdeb692ef713b99aa83eb030caf3dfcf1236b5d8de13e152b93096aa2e869b8
 DIST xen-security-patches-10.tar.gz 13289 SHA256 
8937b3c0045f83ac0685ce129c99be8ab035f2ed92605d0c1100d4f898d978a3 SHA512 
698963479149bd63695b3ffd7d108b798ce6c694560f2908b639f3a1b00d37d4994fbc1e0e21aaba1f3a113653d5b37c28679bc1d97d75a805844345c9c070c0
 WHIRLPOOL 
8c2433c35499819906abf5cb8898dac23cbf7523cc4b4e9291e696eb2871971a7300d3f54865ac32738a1b67c1de18e227085f14c5717b60ec951d5038fa0493
 DIST xen-security-patches-7.tar.xz 22604 SHA256 
e831c71f830316f452eb8645a5e7ca497264587aa8b353945fd9535f485166e3 SHA512 
051769f4118f5c6d5d961759f547526d3fb0e86a4c1dee265a7f0224f10a88e2217b5b5fcf8dbfc706a1ec3c8d1632ab688d3f70dfd89d830261dc7391dd41c2
 WHIRLPOOL 
8e6dfb4e1700a07e3e3207b67afaddc5d6aa6fd84db9b3e76bd9ff54f682740fed01070e5860bb5378d50903d5777b55dff88eb3444d45bdd63dba657889393d
 DIST xen-security-patches-9.tar.gz 9793 SHA256 
2167d7bc2a631cf13d5b49c9577dbc8d128517e8ecbf90ef85c38f52ab3187aa SHA512 
42f4997f35cc06333584a9a3c65366493094b60a6c67928b6165f3fb7d35d3a8f9dc0c3eadd4522de0d99bcc8511afba1d5e543396399b37983eb547abedca44
 WHIRLPOOL 
8abb68b4ac10fbc2b590c8a29cd2474d5392d3958542dad7f21ba4ad51c7541bb1686ed2629323e214c3e72b0de7212f25a4681f653d4179404c9f4c53e3d83a

diff --git a/app-emulation/xen-tools/xen-tools-4.6.1-r3.ebuild 
b/app-emulation/xen-tools/xen-tools-4.6.1-r3.ebuild
new file mode 100644
index 000..1a0afb5
--- /dev/null
+++ b/app-emulation/xen-tools/xen-tools-4.6.1-r3.ebuild
@@ -0,0 +1,469 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='ncurses,xml,threads'
+
+inherit eutils bash-completion-r1 flag-o-matic multilib python-single-r1 
toolchain-funcs versionator
+
+MY_PV=${PV/_/-}
+MAJOR_V="$(get_version_component_range 1-2)"
+
+if [[ $PV == * ]]; then
+   inherit git-r3
+   KEYWORDS=""
+   REPO="xen.git"
+   EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"
+   S="${WORKDIR}/${REPO}"
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   UPSTREAM_VER=
+   SECURITY_VER=01
+   # vars set to re

[gentoo-commits] repo/gentoo:master commit in: app-emulation/lxd/, app-emulation/lxd/files/

2016-05-19 Thread Erik Mackdanz
commit: bdfc288812a4b63d7d0bbec66850dca74b2e4fa8
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Fri May 20 04:10:03 2016 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Fri May 20 04:10:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfc2888

app-emulation/lxd: Version bump to 2.0.1

Package-Manager: portage-2.2.28

 app-emulation/lxd/Manifest |   1 +
 .../lxd/files/lxd-2.0.1-dont-go-get.patch  |  20 +++
 app-emulation/lxd/files/lxd-2.0.1.confd|  27 
 app-emulation/lxd/files/lxd-2.0.1.initd|  50 +++
 app-emulation/lxd/lxd-2.0.1.ebuild | 149 +
 5 files changed, 247 insertions(+)

diff --git a/app-emulation/lxd/Manifest b/app-emulation/lxd/Manifest
index 2f42ca7..8297025 100644
--- a/app-emulation/lxd/Manifest
+++ b/app-emulation/lxd/Manifest
@@ -1,3 +1,4 @@
 DIST lxd-2.0.0.tar.bz2 2305314 SHA256 
da5bab198cff8bee4528f35537221a252b4b2a23d655921aabbf281b0fd2ec6a SHA512 
23e791403f81951c9e5227b804fb400d80dde56f17ff71d511be4514943bd4bac7f4ade738294a4a88d9c4f73e4302f6c5b0e22eb245083fb16e01e207c4
 WHIRLPOOL 
72b1dc86547a8d0db74eca5e07fd33bf0545c1dbafba894a6316e77d36673fef5b765df68b4d6cd39d2db9a1dacfb757696ec982023aed329e38201aef1a5562
 DIST lxd-2.0.0_beta4.tar.bz2 2291955 SHA256 
6487750275e21ab3e862ea56807b9fcf28e9a646040e1f50f3967e9f76cf27e5 SHA512 
ae67b9098946f037c1c938cc46f141fb8089ae33b980dd55cebc9cc3f14fbcd645e810e185fdc61dacbd6437569d079e4d9bd9763d12fefb65cfcecf13c10b28
 WHIRLPOOL 
6c781b47b80d044128647567b6de81352b174e2224e9ff91f2e1eacc5dfbb9141e53aa74e9bce479ebee1bb6c691282849897c34f815415623abcf3d666c7033
 DIST lxd-2.0.0_rc2.tar.bz2 2306077 SHA256 
d74babbd5c537430a574a13c0f70c7633affc9bbd0e21bf0039872bdfb801fe9 SHA512 
6a21620e19277293a3b665d4061f5aa9443d1a9a5ab88fa885096ff77acf828b215e247136bb99ea1ba230f015181bc9a86a919664c9288577509a2146a5aa66
 WHIRLPOOL 
f88e0f3b5ecd9803bc8baee864ffbdf33b39f331a5e5ceb170b2792d2e26b6f4faae3a8cc6aae090e81accd3835408f2956a117095bc790ca7c16cd7f21d205e
+DIST lxd-2.0.1.tar.bz2 2330217 SHA256 
b9a315825bfc66469a442f3b3da73e2af97dba270ffe1bc18c871cd6c1c7ad69 SHA512 
67b1c42a0957bd2f4963c860372211dbbc38cb8e9346e83c6319749efd9e1a188c00033865901d285650298531460b9f54cba0e88d0973179c0c17bcd30cc97d
 WHIRLPOOL 
4ae640fc6410dff9d08816a6ac7ddb47a4cce9dfbbfaa65baf8456517aca25a501b0e680d9a6855a0fa3b9efe8cd1eddb0a9981d43de9ef573c16be936f5104a

diff --git a/app-emulation/lxd/files/lxd-2.0.1-dont-go-get.patch 
b/app-emulation/lxd/files/lxd-2.0.1-dont-go-get.patch
new file mode 100644
index 000..d2e622e
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.1-dont-go-get.patch
@@ -0,0 +1,20 @@
+--- Makefile.orig  2016-02-19 00:16:40.720102639 +
 Makefile   2016-02-19 00:18:10.886096473 +
+@@ -12,17 +12,11 @@
+ 
+ .PHONY: default
+ default:
+-  # Must run twice due to go get race
+-  -go get -t -v -d ./...
+-  -go get -t -v -d ./...
+   go install -v $(DEBUG) ./...
+   @echo "LXD built successfully"
+ 
+ .PHONY: client
+ client:
+-  # Must run twice due to go get race
+-  -go get -t -v -d ./...
+-  -go get -t -v -d ./...
+   go install -v $(DEBUG) ./lxc
+   @echo "LXD client built successfully"
+ 

diff --git a/app-emulation/lxd/files/lxd-2.0.1.confd 
b/app-emulation/lxd/files/lxd-2.0.1.confd
new file mode 100644
index 000..3d55327
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.1.confd
@@ -0,0 +1,27 @@
+# Group which owns the shared socket
+LXD_OPTIONS+=" --group lxd"
+
+
+
+# Enable cpu profiling into the specified file
+#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
+
+# Enable memory profiling into the specified file
+#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
+
+
+
+# Enables debug mode
+#LXD_OPTIONS+=" --debug"
+
+# For debugging, print a complete stack trace every n seconds
+#LXD_OPTIONS+=" --print-goroutines-every 5"
+
+# Enables verbose mode
+#LXD_OPTIONS+=" -v"
+
+# Logfile to log to
+#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
+
+# Enables syslog logging
+#LXD_OPTIONS+=" --syslog"

diff --git a/app-emulation/lxd/files/lxd-2.0.1.initd 
b/app-emulation/lxd/files/lxd-2.0.1.initd
new file mode 100644
index 000..ec23258
--- /dev/null
+++ b/app-emulation/lxd/files/lxd-2.0.1.initd
@@ -0,0 +1,50 @@
+#!/sbin/runscript
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DAEMON=/usr/sbin/lxd
+PIDFILE=/run/lxd.pid
+
+extra_commands="stopall"
+
+depend() {
+need net
+use lxcfs
+
+# remove with 2.0 release
+need cgmanager
+}
+
+start() {
+ebegin "Starting lxd server"
+
+start-stop-daemon --start \
+ --pidfile ${PIDFILE} \
+ --exec ${DAEMON} \
+ --background \
+ --make-pidfile \
+ -- \
+ ${LXD_OPTIONS}
+
+eend $?
+}
+
+stop() {
+if [[ $RC_GO

[gentoo-commits] proj/catalyst:master commit in: catalyst/, catalyst/targets/, catalyst/base/

2016-05-19 Thread Mike Frysinger
commit: 6d58e52613836152667142219da1d0559f0b0325
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 19 19:38:11 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 20 03:36:40 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=6d58e526

cmd: drop |myexc| argument

This is not set by every call, and it's only used when logging error
messages.  Instead, construct the message dynamically from the cmd
that we're running.

 catalyst/base/stagebase.py| 83 +++
 catalyst/support.py   |  4 +--
 catalyst/targets/netboot2.py  |  2 +-
 catalyst/targets/snapshot.py  |  3 +-
 catalyst/targets/tinderbox.py |  2 +-
 5 files changed, 41 insertions(+), 53 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 9b74685..2009ab6 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -648,7 +648,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
killcmd = normpath(self.settings["sharedir"] +
self.settings["shdir"] + "/support/kill-chroot-pids.sh")
if os.path.exists(killcmd):
-   cmd(killcmd, "kill-chroot-pids script 
failed.",env=self.env)
+   cmd(killcmd, env=self.env)
 
def mount_safety_check(self):
"""
@@ -877,7 +877,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
self.settings["target_profile"] + " " +
self.settings["chroot_path"] +
self.settings["port_conf"] + "/make.profile",
-   "Error creating profile link",env=self.env)
+   env=self.env)
self.resume.enable("config_profile_link")
 
def setup_confdir(self):
@@ -893,7 +893,6 @@ class StageBase(TargetBase, ClearBase, GenBase):
# We want to make sure rsync copies the dirs 
into each
# other and not as subdirs.
cmd('rsync -a %s/ %s/' % 
(self.settings['portage_confdir'], dest),
-   "Error copying %s" % 
self.settings["port_conf"],
env=self.env)
self.resume.enable("setup_confdir")
 
@@ -906,7 +905,7 @@ class StageBase(TargetBase, ClearBase, GenBase):

ensure_dirs(self.settings['chroot_path'] + self.settings['local_overlay'])
cmd("cp -a "+x+"/* 
"+self.settings["chroot_path"]+\
self.settings["local_overlay"],\
-   "Could not copy 
portage_overlay",env=self.env)
+   env=self.env)
 
def root_overlay(self):
""" Copy over the root_overlay """
@@ -915,10 +914,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
"/root_overlay"]:
if os.path.exists(x):
log.info('Copying root_overlay: %s', x)
-   cmd("rsync -a "+x+"/ "+\
-   self.settings["chroot_path"],\
-   
self.settings["spec_prefix"]+"/root_overlay: "+x+\
-   " copy failed.",env=self.env)
+   cmd('rsync -a ' + x + '/ ' + 
self.settings['chroot_path'],
+   env=self.env)
 
def base_dirs(self):
pass
@@ -954,7 +951,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
else:
_cmd = "mount --bind " + src + " " + 
target
log.debug('bind(); _cmd = %s', _cmd)
-   cmd(_cmd, "Bind mounting Failed", env=self.env, 
fail_func=self.unbind)
+   cmd(_cmd, env=self.env, fail_func=self.unbind)
log.debug('bind(); finished :D')
 
def unbind(self):
@@ -1017,7 +1014,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
log.notice('Setting up chroot...')
 
cmd("cp /etc/resolv.conf " + 
self.settings["chroot_path"] + "/etc/",
-   "Could not copy resolv.conf into 
place.",env=self.env)
+   env=self.env)
 
# Copy over the envscript, if applicable
if "envscript" in self.settings:
@@ -1035,16 +1032,16 @@ class StageBase(TargetBase, ClearBase, GenBase):
 
cmd("cp "+self.settings["envscript"]+" "+\

self.se

[gentoo-commits] proj/catalyst:master commit in: catalyst/, catalyst/targets/, catalyst/base/

2016-05-19 Thread Mike Frysinger
commit: 7f4fd57ff9b591acee49c675dcdc77973896cbce
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 19 19:23:40 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 20 03:36:16 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7f4fd57f

clear_path: new helper for nuking dirs

Add a simple helper to replace all calls to `rm -rf`.

Fix a thinko in the previous commit where the os.unlink call was
given the wrong variable.

 catalyst/base/stagebase.py   | 18 +++---
 catalyst/fileops.py  |  7 ++-
 catalyst/targets/netboot2.py | 12 +---
 3 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 6aa854b..9b74685 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -18,7 +18,7 @@ from catalyst.base.targetbase import TargetBase
 from catalyst.base.clearbase import ClearBase
 from catalyst.base.genbase import GenBase
 from catalyst.lock import LockDir, LockInUse
-from catalyst.fileops import ensure_dirs, pjoin, clear_dir
+from catalyst.fileops import ensure_dirs, pjoin, clear_dir, clear_path
 from catalyst.base.resume import AutoResume
 
 if sys.version_info[0] >= 3:
@@ -870,9 +870,8 @@ class StageBase(TargetBase, ClearBase, GenBase):
# TODO: zmedico and I discussed making this a directory 
and pushing
# in a parent file, as well as other user-specified 
configuration.
log.info('Configuring profile link...')
-   cmd("rm -f " + self.settings["chroot_path"] +
-   self.settings["port_conf"] + "/make.profile",
-   "Error zapping profile link",env=self.env)
+   clear_path(self.settings['chroot_path'] +
+   self.settings['port_conf'] + '/make.profile')
ensure_dirs(self.settings['chroot_path'] + 
self.settings['port_conf'])
cmd("ln -sf ../.." + self.settings["portdir"] + 
"/profiles/" +
self.settings["target_profile"] + " " +
@@ -1050,8 +1049,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
# Modify and write out make.conf (for the chroot)
makepath = normpath(self.settings["chroot_path"] +
self.settings["make_conf"])
-   cmd("rm -f " + makepath,\
-   "Could not remove " + makepath, env=self.env)
+   clear_path(makepath)
myf=open(makepath, "w")
myf.write("# These settings were set by the catalyst 
build script "
"that automatically\n# built this 
stage.\n")
@@ -1164,8 +1162,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
else:
for x in self.settings["cleanables"]:
log.notice('Cleaning chroot: %s', x)
-   cmd("rm -rf 
"+self.settings["destpath"]+x,"Couldn't clean "+\
-   x,env=self.env)
+   clear_path(self.settings["destpath"] + x)
 
# Put /etc/hosts back into place
if 
os.path.exists(self.settings["chroot_path"]+"/etc/hosts.catalyst"):
@@ -1175,8 +1172,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 
# Remove our overlay
if os.path.exists(self.settings["chroot_path"] + 
self.settings["local_overlay"]):
-   cmd("rm -rf " + self.settings["chroot_path"] + 
self.settings["local_overlay"],
-   "Could not remove " + 
self.settings["local_overlay"], env=self.env)
+   clear_path(self.settings["chroot_path"] + 
self.settings["local_overlay"])
 
make_conf = self.settings['chroot_path'] + 
self.settings['make_conf']
try:
@@ -1234,7 +1230,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
# We're going to shell out for all 
these cleaning
# operations, so we get easy glob 
handling.
log.notice('livecd: removing %s', x)
-   os.system("rm -rf 
"+self.settings["chroot_path"]+x)
+   clear_path(self.settings["chroot_path"] 
+ x)
try:
if 
os.path.exists(self.settings["controller_file"]):

cmd(self.settings["controller_file"]+\

diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index 5fbca26..4b9e200 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -87,7 +87,7 @@ def clear_dir(

[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2016-05-19 Thread Mike Frysinger
commit: d8c463e167f5be77bedf767646d9485a9a8f4f8f
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 19 19:22:13 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu May 19 19:39:22 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=d8c463e1

clear_dir: use kwargs everywhere

Don't pass args by position when clear_args uses optional args.
This makes it easy to screw up the calls when changing the API.

 catalyst/base/clearbase.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalyst/base/clearbase.py b/catalyst/base/clearbase.py
index 9a4c625..644a385 100644
--- a/catalyst/base/clearbase.py
+++ b/catalyst/base/clearbase.py
@@ -30,13 +30,13 @@ class ClearBase(object):
def clear_chroot(self):
self.chroot_lock.unlock()
log.notice('Clearing the chroot path ...')
-   clear_dir(self.settings["chroot_path"], 0o755, True)
+   clear_dir(self.settings["chroot_path"], mode=0o755, 
chg_flags=True)
 
 
def remove_chroot(self):
self.chroot_lock.unlock()
log.notice('Removing the chroot path ...')
-   clear_dir(self.settings["chroot_path"], 0o755, True, 
remove=True)
+   clear_dir(self.settings["chroot_path"], mode=0o755, 
chg_flags=True, remove=True)
 
 
def clear_packages(self, remove=False):



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

2016-05-19 Thread Mike Frysinger
commit: d91093d341a1d2af3b2e92d7cda28ae02383ba4d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 20 02:57:41 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 20 02:57:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91093d3

media-libs/gd: version bump to 2.2.0

 media-libs/gd/Manifest|  1 +
 media-libs/gd/gd-2.2.0.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/media-libs/gd/Manifest b/media-libs/gd/Manifest
index 3703145..236ac69 100644
--- a/media-libs/gd/Manifest
+++ b/media-libs/gd/Manifest
@@ -1 +1,2 @@
 DIST libgd-2.1.1.tar.xz 2039132 SHA256 
9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285 SHA512 
48f02a4b89e412870f9091b92eb26136c5c0d795722262ad973c7d4103476204a2de36133a2634b8f410d6bccdcf60afb829a74ac2fddfb96aff2cd2567b
 WHIRLPOOL 
a38cf1f060db35d247b54038e731484e6230cd8a9da263a8c4823aaf6b3ce455c0747bbbde60f131d85a48340e39a5c8d6273fa51366cbe2436530520211a238
+DIST libgd-2.2.0.tar.xz 2117636 SHA256 
35235129bfaaa4ed09af5b9efef2aa311318ca3a4c36bb8342f9b23cfacbf50b SHA512 
209aed94d34df235aa26c1556135537cae116f20a8e408b8981fd59e9d027f6d856a0ebe609d8acadf3b960d20e36eb73e4f56e8a0b96c034493b36dd81ce9a4
 WHIRLPOOL 
0b73393e6fd3832ac9dd9a2bbf29067855fbd34885f5b8fa7166d5b9992a9a289988c0fd2c9f6f57fcad08d87f1d4309b3471a0892089eeaff58c5a123e4e242

diff --git a/media-libs/gd/gd-2.2.0.ebuild b/media-libs/gd/gd-2.2.0.ebuild
new file mode 100644
index 000..3a697e3
--- /dev/null
+++ b/media-libs/gd/gd-2.2.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit libtool multilib-minimal
+
+DESCRIPTION="A graphics library for fast image creation"
+HOMEPAGE="http://libgd.org/ http://www.boutell.com/gd/";
+SRC_URI="https://bitbucket.org/libgd/gd-libgd/downloads/lib${P}.tar.xz";
+
+LICENSE="gd IJG HPND BSD"
+SLOT="2/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib"
+
+# fontconfig has prefixed font paths, details see bug #518970
+REQUIRED_USE="prefix? ( fontconfig )"
+
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] )
+   truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
+   webp? ( media-libs/libwebp[${MULTILIB_USEDEP}] )
+   xpm? ( >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}] 
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"
+
+S="${WORKDIR}/lib${P}"
+
+src_prepare() {
+   elibtoolize  # for shared library on Solaris
+}
+
+multilib_src_configure() {
+   # we aren't actually {en,dis}abling X here ... the configure
+   # script uses it just to add explicit -I/-L paths which we
+   # don't care about on Gentoo systems.
+   ECONF_SOURCE=${S} \
+   econf \
+   --without-x \
+   --without-liq \
+   $(use_enable static-libs static) \
+   $(use_with fontconfig) \
+   $(use_with png) \
+   $(use_with tiff) \
+   $(use_with truetype freetype) \
+   $(use_with jpeg) \
+   $(use_with webp) \
+   $(use_with xpm) \
+   $(use_with zlib)
+}
+
+multilib_src_install_all() {
+   #dodoc NEWS README
+   prune_libtool_files
+}



[gentoo-commits] proj/catalyst:master commit in: catalyst/targets/, catalyst/, catalyst/base/

2016-05-19 Thread Mike Frysinger
commit: 67af25c7824102b93db0d4016d6a9e101bbf6c09
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu May 19 19:18:29 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu May 19 19:39:22 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=67af25c7

clear_dir: make a bit more robust/flexible

Make it so clear_dir will recover from non-directory paths, and it will
always call ensure_dirs even if the path didn't exist previously.  Most
callers want this behavior and call ensure_dirs themselves.

 catalyst/base/stagebase.py|  9 ++---
 catalyst/fileops.py   | 28 +++-
 catalyst/targets/livecd_stage2.py | 12 +++-
 3 files changed, 24 insertions(+), 25 deletions(-)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index b6dd08d..6aa854b 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -18,7 +18,7 @@ from catalyst.base.targetbase import TargetBase
 from catalyst.base.clearbase import ClearBase
 from catalyst.base.genbase import GenBase
 from catalyst.lock import LockDir, LockInUse
-from catalyst.fileops import ensure_dirs, pjoin
+from catalyst.fileops import ensure_dirs, pjoin, clear_dir
 from catalyst.base.resume import AutoResume
 
 if sys.version_info[0] >= 3:
@@ -821,13 +821,11 @@ class StageBase(TargetBase, ClearBase, GenBase):
cleanup_msg="Cleaning up invalid snapshot cache at 
\n\t"+\
self.settings["snapshot_cache_path"]+\
" (this can take a long time)..."
-   cleanup_errmsg="Error removing existing snapshot cache 
directory."
 
if 
self.settings["snapshot_path_hash"]==snapshot_cache_hash:
log.info('Valid snapshot cache, skipping unpack 
of portage tree...')
unpack=False
else:
-   cleanup_errmsg="Error removing existing snapshot 
directory."
cleanup_msg=\
'Cleaning up existing portage tree (this can 
take a long time)...'
unpack_info['destination'] = normpath(
@@ -847,10 +845,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
self.snapcache_lock.write_lock()
if os.path.exists(target_portdir):
log.info('%s', cleanup_msg)
-   cleanup_cmd = "rm -rf " + target_portdir
-   log.info('unpack() cleanup_cmd = %s', 
cleanup_cmd)
-   cmd(cleanup_cmd,cleanup_errmsg,env=self.env)
-   ensure_dirs(target_portdir, mode=0o755)
+   clear_dir(target_portdir)
 
log.notice('Unpacking portage tree (this can take a 
long time) ...')
if not self.decompressor.extract(unpack_info):

diff --git a/catalyst/fileops.py b/catalyst/fileops.py
index 4fdc044..5fbca26 100644
--- a/catalyst/fileops.py
+++ b/catalyst/fileops.py
@@ -54,7 +54,8 @@ def ensure_dirs(path, gid=-1, uid=-1, mode=0o755, 
minimal=True,
return succeeded
 
 
-def clear_dir(target, mode=0o755, chg_flags=False, remove=False):
+def clear_dir(target, mode=0o755, chg_flags=False, remove=False,
+   clear_nondir=True):
'''Universal directory clearing function
 
@target: string, path to be cleared or removed
@@ -67,27 +68,36 @@ def clear_dir(target, mode=0o755, chg_flags=False, 
remove=False):
if not target:
log.debug('no target... returning')
return False
+
+   mystat = None
if os.path.isdir(target):
log.info('Emptying directory: %s', target)
# stat the dir, delete the dir, recreate the dir and set
# the proper perms and ownership
try:
log.debug('os.stat()')
-   mystat=os.stat(target)
+   mystat = os.stat(target)
# There's no easy way to change flags recursively in 
python
if chg_flags and os.uname()[0] == "FreeBSD":
os.system("chflags -R noschg " + target)
log.debug('shutil.rmtree()')
shutil.rmtree(target)
-   if not remove:
-   log.debug('ensure_dirs()')
-   ensure_dirs(target, mode=mode)
-   os.chown(target, mystat[ST_UID], mystat[ST_GID])
-   os.chmod(target, mystat[ST_MODE])
except Exception:
log.error('clear_dir failed', exc_info=True)
return False
-   else:
-   log.info('clear_dir failed: %s: is not a directory', t

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

2016-05-19 Thread Mike Frysinger
commit: 170331ecea5c8de1c49d8bb4818fb28c5b5f4662
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 20 02:16:14 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 20 02:16:14 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=170331ec

catalyst-auto: automatically calculate REPO_DIR

Rather than hardcode it to a path that works on only a few systems,
switch it to the dynamic calculation like we use for GITDIR.

 config/build.env| 1 -
 tools/catalyst-auto | 5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/build.env b/config/build.env
index 72c68dc..2fc44f6 100644
--- a/config/build.env
+++ b/config/build.env
@@ -1,5 +1,4 @@
 BASE_DIR="/release"
-REPO_DIR="/release/releng"
 TMP_PATH="/release/tmp/run"
 BUILD_SRCDIR_BASE=${BASE_DIR}/buildroot/${ARCH}-dev/builds/
 BUILD_DESTDIR_BASE=${BASE_DIR}/weekly/builds/${ARCH}/

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 51e0c16..b933aa6 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -159,8 +159,9 @@ if [[ -n ${lock_file} ]]; then
   fi
 fi
 
-# Probe the default gitdir from this script name.
-GITDIR=$(dirname "$(dirname "$(realpath "$0")")")
+# Probe the default source dir from this script name.
+REPO_DIR=$(dirname "$(dirname "$(realpath "$0")")")
+GITDIR=${REPO_DIR}
 
 # Set up defaults that config files can override if they want.
 SUBARCH=$(uname -m)



[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/s390/s390/, releases/weekly/specs/s390/s390x/netboot/, ...

2016-05-19 Thread Mike Frysinger
commit: d4e6ae0019d83a096f90c61d68e437a37910256e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri May 20 02:17:41 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri May 20 02:17:41 2016 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=d4e6ae00

convert GITDIR over to REPO_DIR

The variables were representing the same thing, so merge them.

 releases/weekly/specs/alpha/stage1.spec  | 2 +-
 releases/weekly/specs/alpha/stage2.spec  | 2 +-
 releases/weekly/specs/alpha/stage3.spec  | 2 +-
 releases/weekly/specs/hppa/hppa1.1/stage1.spec   | 2 +-
 releases/weekly/specs/hppa/hppa1.1/stage2.spec   | 2 +-
 releases/weekly/specs/hppa/hppa1.1/stage3.spec   | 2 +-
 releases/weekly/specs/hppa/hppa2.0/stage1.spec   | 2 +-
 releases/weekly/specs/hppa/hppa2.0/stage2.spec   | 2 +-
 releases/weekly/specs/hppa/hppa2.0/stage3.spec   | 2 +-
 releases/weekly/specs/ia64/installcd-stage1.spec | 2 +-
 releases/weekly/specs/ia64/installcd-stage2-minimal.spec | 2 +-
 releases/weekly/specs/ppc/ppc32/stage1.spec  | 2 +-
 releases/weekly/specs/ppc/ppc32/stage2.spec  | 2 +-
 releases/weekly/specs/ppc/ppc32/stage3.spec  | 2 +-
 releases/weekly/specs/ppc/ppc64/stage1-32ul.spec | 2 +-
 releases/weekly/specs/ppc/ppc64/stage1-64ul.spec | 2 +-
 releases/weekly/specs/ppc/ppc64/stage2-32ul.spec | 2 +-
 releases/weekly/specs/ppc/ppc64/stage2-64ul.spec | 2 +-
 releases/weekly/specs/ppc/ppc64/stage3-32ul.spec | 2 +-
 releases/weekly/specs/ppc/ppc64/stage3-64ul.spec | 2 +-
 releases/weekly/specs/s390/s390/netboot/netboot.spec | 2 +-
 releases/weekly/specs/s390/s390/stage1.spec  | 2 +-
 releases/weekly/specs/s390/s390/stage2.spec  | 2 +-
 releases/weekly/specs/s390/s390/stage3.spec  | 2 +-
 releases/weekly/specs/s390/s390x/netboot/netboot.spec| 2 +-
 releases/weekly/specs/s390/s390x/stage1.spec | 2 +-
 releases/weekly/specs/s390/s390x/stage2.spec | 2 +-
 releases/weekly/specs/s390/s390x/stage3.spec | 2 +-
 tools/catalyst-auto  | 2 --
 tools/catalyst-auto-alpha.conf   | 6 +++---
 tools/catalyst-auto-armv4tl.conf | 8 
 tools/catalyst-auto-armv5tel.conf| 8 
 tools/catalyst-auto-armv6j.conf  | 8 
 tools/catalyst-auto-armv6j_hardfp.conf   | 8 
 tools/catalyst-auto-armv7a.conf  | 8 
 tools/catalyst-auto-armv7a_hardfp.conf   | 8 
 tools/catalyst-auto-hppa.conf| 6 +++---
 tools/catalyst-auto-ia64.conf| 6 +++---
 tools/catalyst-auto-ppc.conf | 6 +++---
 tools/catalyst-auto-ppc64.conf   | 6 +++---
 tools/catalyst-auto-s390.conf| 6 +++---
 tools/catalyst-auto-s390x.conf   | 6 +++---
 tools/catalyst-auto-sparc64.conf | 6 +++---
 43 files changed, 76 insertions(+), 78 deletions(-)

diff --git a/releases/weekly/specs/alpha/stage1.spec 
b/releases/weekly/specs/alpha/stage1.spec
index 25780b2..e30be69 100644
--- a/releases/weekly/specs/alpha/stage1.spec
+++ b/releases/weekly/specs/alpha/stage1.spec
@@ -6,4 +6,4 @@ profile: default/linux/alpha/13.0
 snapshot: 2008.0
 source_subpath: default/stage3-alpha-latest
 update_seed: yes
-portage_confdir: @GITDIR@/releases/weekly/portage/stages
+portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/alpha/stage2.spec 
b/releases/weekly/specs/alpha/stage2.spec
index d1d0513..9d71547 100644
--- a/releases/weekly/specs/alpha/stage2.spec
+++ b/releases/weekly/specs/alpha/stage2.spec
@@ -5,4 +5,4 @@ rel_type: default
 profile: default/linux/alpha/13.0
 snapshot: 2008.0
 source_subpath: default/stage1-alpha-2008.0
-portage_confdir: @GITDIR@/releases/weekly/portage/stages
+portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/alpha/stage3.spec 
b/releases/weekly/specs/alpha/stage3.spec
index 799dd4d..c4582a1 100644
--- a/releases/weekly/specs/alpha/stage3.spec
+++ b/releases/weekly/specs/alpha/stage3.spec
@@ -5,4 +5,4 @@ rel_type: default
 profile: default/linux/alpha/13.0
 snapshot: 2008.0
 source_subpath: default/stage2-alpha-2008.0
-portage_confdir: @GITDIR@/releases/weekly/portage/stages
+portage_confdir: @REPO_DIR@/releases/weekly/portage/stages

diff --git a/releases/weekly/specs/hppa/hppa1.1/stage1.spec 
b/releases/weekly/specs/hppa/hppa1.1/stage1.spec
index 79281eb..88242fe 100644
--- a/releases/weekly/specs/hppa/hppa1.1/stage1.spec
+++ b/releases/weekly/specs/hppa/hppa1.1/stage1.spec
@@ -6,4 +6,4 @@ profile: default/linu

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

2016-05-19 Thread Patrice Clement
commit: 6b8ebcb188982a242563621385ad2073b8ef2ae5
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 19 23:55:30 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 19 23:55:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8ebcb1

dev-java/xstream: Stable for ppc64.

Package-Manager: portage-2.2.28

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

diff --git a/dev-java/xstream/xstream-1.4.8-r1.ebuild 
b/dev-java/xstream/xstream-1.4.8-r1.ebuild
index 63cbd52..d46c6df 100644
--- a/dev-java/xstream/xstream-1.4.8-r1.ebuild
+++ b/dev-java/xstream/xstream-1.4.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ HOMEPAGE="http://x-stream.github.io";
 
SRC_URI="http://central.maven.org/maven2/com/thoughtworks/${PN}/${PN}/${PV}/${P}-sources.jar";
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ppc64 x86"
 
 CDEPEND="
dev-java/kxml:2



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

2016-05-19 Thread Patrice Clement
commit: a469c9dc30d667b65897ed9a9d7f109baf953e3c
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 19 23:54:21 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 19 23:54:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a469c9dc

dev-java/kxml: Stable for ppc64.

Package-Manager: portage-2.2.28

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

diff --git a/dev-java/kxml/kxml-2.3.0.ebuild b/dev-java/kxml/kxml-2.3.0.ebuild
index d58e62b..5b0ff08 100644
--- a/dev-java/kxml/kxml-2.3.0.ebuild
+++ b/dev-java/kxml/kxml-2.3.0.ebuild
@@ -8,13 +8,13 @@ JAVA_PKG_IUSE="doc examples source"
 
 inherit java-pkg-2 java-ant-2
 
-DESCRIPTION="Small XML pull parser for constrained environments such as 
Applets, Personal Java or MIDP devices"
+DESCRIPTION="Small XML Pull Parser"
 HOMEPAGE="http://kxml.org/";
 SRC_URI="mirror://sourceforge/${PN}/${PN}2-src-${PV}.zip"
 
 LICENSE="BSD"
 SLOT="2"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 
 CDEPEND="dev-java/xpp3:0"
 



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

2016-05-19 Thread Patrice Clement
commit: 144dad3f486dbd6189724db13c28566110aaa482
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 19 20:54:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 19 23:27:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144dad3f

dev-java/xstream: Remove vulnerable version. Fixes bug 497652.

Package-Manager: portage-2.2.28

 dev-java/xstream/Manifest|  1 -
 dev-java/xstream/xstream-1.3.1-r4.ebuild | 62 
 2 files changed, 63 deletions(-)

diff --git a/dev-java/xstream/Manifest b/dev-java/xstream/Manifest
index 5c7dbb5..cbbb6ee 100644
--- a/dev-java/xstream/Manifest
+++ b/dev-java/xstream/Manifest
@@ -1,2 +1 @@
 DIST xstream-1.4.8-sources.jar 395464 SHA256 
5d956e4527d27420f2d417cd77ffafedad85ee795a59857bbf2be9cc630eace0 SHA512 
9fb9ebc6facdc07aecbcee3fbf40ef560bdd42cd8f7c7a3a8e2401be5c4e05ed3370beec653ef06d2fd3aa1acabf8f4ada8dddea27f239d180d66aec0bd905e6
 WHIRLPOOL 
10f9ad9730039785e4850baa89a2560bd13431c1668b7e144fe53b0800f546ff56cb7bd373a53ea7ab1ff88bef80260e3d8543543c8df50fc5e56fdd8aa2
-DIST xstream-distribution-1.3.1-src.zip 7505723 SHA256 
df645ea4e2e16c4a149fb45966ea50d48b54776ead4727837348195daad94f6b SHA512 
c8c92879a26599d7444fce0638ba13d185fd3c1f42962b92fe1b984d2ea41f8e434acb6af5613ac9f44354816fb7abc60f751f864f36deb9c2413b0caec5c2ac
 WHIRLPOOL 
13ac006402bbecbf6d3ff9fe30662cc6e3807cdf3a391255f878cea37800842adc929914f2e4aace3a7788294809afb26edd64181f85a7e5dc46f3e1f9c0e9b6

diff --git a/dev-java/xstream/xstream-1.3.1-r4.ebuild 
b/dev-java/xstream/xstream-1.3.1-r4.ebuild
deleted file mode 100644
index 6a30ad0..000
--- a/dev-java/xstream/xstream-1.3.1-r4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="A text-processing Java classes that serialize objects to XML and 
back again"
-HOMEPAGE="http://x-stream.github.io";
-SRC_URI="http://repo.maven.apache.org/maven2/com/thoughtworks/${PN}/${PN}-distribution/${PV}/${PN}-distribution-${PV}-src.zip";
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
-
-# By default, these tests exit successfully on failure. Chewi has fixed
-# that below but it's probably because they blow up spectacularly on
-# every VM he has tried. They also depend on classes unique to the
-# Codehaus StAX implementation (dev-java/stax), which has now been
-# last-rited, so we no longer bother to support them at all.
-RESTRICT="test"
-
-CDEPEND="
-   dev-java/xom:0
-   dev-java/jdom:0
-   dev-java/xpp3:0
-   dev-java/cglib:3
-   dev-java/dom4j:1
-   dev-java/jettison:0
-   dev-java/joda-time:0
-   dev-java/xml-commons-external:1.3"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-DEPEND="
-   ${CDEPEND}
-   app-arch/unzip
-   >=virtual/jdk-1.6"
-
-S="${WORKDIR}/${P}/${PN}"
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="xpp3,jdom,xom,dom4j-1,joda-time,cglib-3,xml-commons-external-1.3,jettison"
-EANT_BUILD_TARGET="benchmark:compile jar"
-EANT_EXTRA_ARGS="-Dversion=${PV} -Djunit.haltonfailure=true"
-
-java_prepare() {
-   rm -v lib/*.jar || die
-   rm -rfv lib/jdk1.3 || die
-}
-
-src_install() {
-   java-pkg_newjar "target/${P}.jar"
-   java-pkg_newjar "target/${PN}-benchmark-${PV}.jar" "${PN}-benchmark.jar"
-
-   use doc && java-pkg_dojavadoc target/javadoc
-   use source && java-pkg_dosrc src/java/com
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/files/, app-crypt/gnupg/

2016-05-19 Thread Kristian Fiskerstrand
commit: 88c1f9f779abf72b6091cd5f772dfcb29151e639
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu May 19 21:16:12 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu May 19 21:16:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c1f9f7

app-crypt/gnupg: Cleanup old 2.1 versions

Package-Manager: portage-2.2.28

 app-crypt/gnupg/Manifest   |   2 -
 .../gnupg/files/gnupg-2.1.10-pkg-config.patch  |  24 ---
 app-crypt/gnupg/gnupg-2.1.10-r1.ebuild | 182 -
 app-crypt/gnupg/gnupg-2.1.11.ebuild| 173 
 app-crypt/gnupg/gnupg-2.1.9-r1.ebuild  | 171 ---
 5 files changed, 552 deletions(-)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index 3c18723..401aaf2 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -4,7 +4,5 @@ DIST gnupg-2.0.26.tar.bz2 4303384 SHA256 
7758e30dc382ae7a7167ed41b7f936aa50af5ea
 DIST gnupg-2.0.28.tar.bz2 4435779 SHA256 
ce092ee4ab58fd19b9fb34a460c07b06c348f4360dd5dd4886d041eb521a534c SHA512 
7e786fe0648d5ea453f9c7524fec4bd7d5eec26d28f723acf3cb2f7ec9c400c339f0926a179411876c3f8e08b06942dcec643dc930caf58239bbd4932f4bd3c1
 WHIRLPOOL 
ccf7427e54a545914e89677618055a114b4c9dc4db48669a2fc726fced98475df4ed27c93bd180f1250d147111ee663c736cdf4e1d8afdc40ed967cdffd0eb66
 DIST gnupg-2.0.29.tar.bz2 4416251 SHA256 
68ed6b386ba78425b05a60e8ee22785ff0fef190bdc6f1c612f19a58819d4ac9 SHA512 
23b452c740ab5c1e1e37337ae0583dd3b15df58a5bb5639c0c2aef1fb603e0a7d90a257ac99b0d9dfb68b81fa061c0c64e0bfd256c00d64e2f432192f5052f37
 WHIRLPOOL 
f3d59a9453b4a65c726788c35b065ffc9cde0b746705080cd3491c73439786d791da29cf8f5bf1e5594a0e39cfaec214e346fe18ec3acf0b425dc396aa189f33
 DIST gnupg-2.0.30.tar.bz2 4414652 SHA256 
e329785a4f366ba5d72c2c678a7e388b0892ac8440c2f4e6810042123c235d71 SHA512 
e60a57f7dc74b44f884fd50d5a9c51cef7df8c098644ebab9ef7d945a40b0e4a285d0dc80b10fe39d8e4c2cc9d6cbbe800a0ddae54883180dc755fe47ced3314
 WHIRLPOOL 
007315882becc1204edf6833a13610284ce7e1c73429fc3b4170c35ba61c645299f811f01b1bc0506b1cf94ce0de23af4cea33f51cf97397ec61caa15ce3ac6c
-DIST gnupg-2.1.10.tar.bz2 5173253 SHA256 
93bd58d81771a4fa488566e5d2e13b1fd7afc86789401eb41731882abfd26cf9 SHA512 
ceea93a7e7d30e07839bcc52d4246fd5be1ec81a8c4d4d62059e2b0c0e58fab07a1531016f82bcc506340653d66c73541dd3f5897df7691abeb4068d94957003
 WHIRLPOOL 
01f92f6020b79b373d4d6879cc39913c575c67a52c1bd425770322de0ce5a9fbd796d800cbb41a15553fd30a6c8f85a794e0b4c09420a2b49f6cb0542cdb52fb
 DIST gnupg-2.1.11.tar.bz2 5224007 SHA256 
b7b0fb2c8c5d47d7ec916d4a1097c0ddcb94a12bb1c0ac424ad86b1ee316b61a SHA512 
b39f3fb461ad879b1909808434c4b03dab4d1d79aa674fbc88e3d50960184c0c25a840206ff32b760672f1b2153253f4d7a88eb726d8662f629fa04b6739ad31
 WHIRLPOOL 
486d623e73172a6d7dc7a6e4a5b411e70e0002a960f0398833377b8e8d79e5456a73f945db7c8bbca6ff7fd33fbfb49ca587e3a393094ce0a16d86cd906f7f09
 DIST gnupg-2.1.12.tar.bz2 5510723 SHA256 
ac34929d2400a58a349963865442ee6cdd75e500a8d5df083d29835e88bfc506 SHA512 
fdf24d4980ba4011840fd2316a856db2bf50e531071c2bfb899af2b4f5580a9f2992f85a451670a7121d04b608bfb147cefdca1c6f6eb55bc23ecfe5052639e6
 WHIRLPOOL 
ee5a748afee3aa4f8318c1bc1bcbd09232a71853291211f3c5cd8cc44fb70d126185ae9c13086247cd22a9b13c2102f4fa0553e25496c5152f2ce34dc2505d10
-DIST gnupg-2.1.9.tar.bz2 4925167 SHA256 
1cb7633a57190beb66f9249cb7446603229b273d4d89331b75c652fa4a29f7b6 SHA512 
c19b8cac42b7060caada230b77f36a0b0ed0a05efd519818c5b4057ef0fcb16602f2f3ade2409de2ef353a9e2acc3e5fa106a4449c6929a36a599a82194c0ee0
 WHIRLPOOL 
105b83e82330a00084a0e9f3d96c8788ac2c9e7831beea0ea42786df4e378dc9e8f2c1a31f12af9c53d363aa71810cd231afdf8f20eab424fea5f59b103033a9

diff --git a/app-crypt/gnupg/files/gnupg-2.1.10-pkg-config.patch 
b/app-crypt/gnupg/files/gnupg-2.1.10-pkg-config.patch
deleted file mode 100644
index 3526c31..000
--- a/app-crypt/gnupg/files/gnupg-2.1.10-pkg-config.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-X-Git-Url: 
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blobdiff_plain;f=configure.ac;h=77487b23c36599b4a41272608d2c3569cfce655b;hp=5a75e5080e5f9649e6c100224f8f428884a5e49c;hb=af142854a73567836a0ca44ad62900469c23d531;hpb=06436882c31ed6339b2bef2b59d24a1a8ba751fd
-
-diff --git a/configure.ac b/configure.ac
-index 5a75e50..77487b2 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -589,6 +589,7 @@ AC_ISC_POSIX
- AC_SYS_LARGEFILE
- GNUPG_CHECK_USTAR
- 
-+
- # We need to compile and run a program on the build machine.  A
- # comment in libgpg-error says that the AC_PROG_CC_FOR_BUILD macro in
- # the AC archive is broken for autoconf 2.57.  Given that there is no
-@@ -604,6 +605,9 @@ fi
- AC_MSG_RESULT($CC_FOR_BUILD)
- AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
- 
-+# We need to call this macro because other pkg-config macros are
-+# not always used.
-+PKG_PROG_PKG_CONFIG
- 
- 
- try_gettext=yes

diff --git a/app-crypt/gnupg/gnupg-2.1.10-r1.ebuild 
b/app-crypt/gnupg/gnupg-2.1.

[gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/, app-crypt/gnupg/files/

2016-05-19 Thread Kristian Fiskerstrand
commit: eb73332ccf12be2ec981ddb7e27f20790e13a92c
Author: Kristian Fiskerstrand  gentoo  org>
AuthorDate: Thu May 19 21:04:12 2016 +
Commit: Kristian Fiskerstrand  gentoo  org>
CommitDate: Thu May 19 21:06:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb73332c

app-crypt/gnupg: New upstream version 2.1.12

Fixes;
Gentoo-Bug: 573930
Gentoo-Bug: 575798
Gentoo-Bug: 581966

Package-Manager: portage-2.2.28

 app-crypt/gnupg/Manifest   |   1 +
 .../files/gnupg-2.1-fix-gentoo-dash-issue.patch|  12 ++
 .../gnupg-2.1.12-fix-signature-checking.patch  |  50 +++
 app-crypt/gnupg/gnupg-2.1.12.ebuild| 159 +
 4 files changed, 222 insertions(+)

diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest
index 1e455b3..3c18723 100644
--- a/app-crypt/gnupg/Manifest
+++ b/app-crypt/gnupg/Manifest
@@ -6,4 +6,5 @@ DIST gnupg-2.0.29.tar.bz2 4416251 SHA256 
68ed6b386ba78425b05a60e8ee22785ff0fef19
 DIST gnupg-2.0.30.tar.bz2 4414652 SHA256 
e329785a4f366ba5d72c2c678a7e388b0892ac8440c2f4e6810042123c235d71 SHA512 
e60a57f7dc74b44f884fd50d5a9c51cef7df8c098644ebab9ef7d945a40b0e4a285d0dc80b10fe39d8e4c2cc9d6cbbe800a0ddae54883180dc755fe47ced3314
 WHIRLPOOL 
007315882becc1204edf6833a13610284ce7e1c73429fc3b4170c35ba61c645299f811f01b1bc0506b1cf94ce0de23af4cea33f51cf97397ec61caa15ce3ac6c
 DIST gnupg-2.1.10.tar.bz2 5173253 SHA256 
93bd58d81771a4fa488566e5d2e13b1fd7afc86789401eb41731882abfd26cf9 SHA512 
ceea93a7e7d30e07839bcc52d4246fd5be1ec81a8c4d4d62059e2b0c0e58fab07a1531016f82bcc506340653d66c73541dd3f5897df7691abeb4068d94957003
 WHIRLPOOL 
01f92f6020b79b373d4d6879cc39913c575c67a52c1bd425770322de0ce5a9fbd796d800cbb41a15553fd30a6c8f85a794e0b4c09420a2b49f6cb0542cdb52fb
 DIST gnupg-2.1.11.tar.bz2 5224007 SHA256 
b7b0fb2c8c5d47d7ec916d4a1097c0ddcb94a12bb1c0ac424ad86b1ee316b61a SHA512 
b39f3fb461ad879b1909808434c4b03dab4d1d79aa674fbc88e3d50960184c0c25a840206ff32b760672f1b2153253f4d7a88eb726d8662f629fa04b6739ad31
 WHIRLPOOL 
486d623e73172a6d7dc7a6e4a5b411e70e0002a960f0398833377b8e8d79e5456a73f945db7c8bbca6ff7fd33fbfb49ca587e3a393094ce0a16d86cd906f7f09
+DIST gnupg-2.1.12.tar.bz2 5510723 SHA256 
ac34929d2400a58a349963865442ee6cdd75e500a8d5df083d29835e88bfc506 SHA512 
fdf24d4980ba4011840fd2316a856db2bf50e531071c2bfb899af2b4f5580a9f2992f85a451670a7121d04b608bfb147cefdca1c6f6eb55bc23ecfe5052639e6
 WHIRLPOOL 
ee5a748afee3aa4f8318c1bc1bcbd09232a71853291211f3c5cd8cc44fb70d126185ae9c13086247cd22a9b13c2102f4fa0553e25496c5152f2ce34dc2505d10
 DIST gnupg-2.1.9.tar.bz2 4925167 SHA256 
1cb7633a57190beb66f9249cb7446603229b273d4d89331b75c652fa4a29f7b6 SHA512 
c19b8cac42b7060caada230b77f36a0b0ed0a05efd519818c5b4057ef0fcb16602f2f3ade2409de2ef353a9e2acc3e5fa106a4449c6929a36a599a82194c0ee0
 WHIRLPOOL 
105b83e82330a00084a0e9f3d96c8788ac2c9e7831beea0ea42786df4e378dc9e8f2c1a31f12af9c53d363aa71810cd231afdf8f20eab424fea5f59b103033a9

diff --git a/app-crypt/gnupg/files/gnupg-2.1-fix-gentoo-dash-issue.patch 
b/app-crypt/gnupg/files/gnupg-2.1-fix-gentoo-dash-issue.patch
new file mode 100644
index 000..6878ef1
--- /dev/null
+++ b/app-crypt/gnupg/files/gnupg-2.1-fix-gentoo-dash-issue.patch
@@ -0,0 +1,12 @@
+diff -Naur tests.old/openpgp/mds.test tests/openpgp/mds.test
+--- tests.old/openpgp/mds.test 2016-05-03 13:13:11.373313389 +0200
 tests/openpgp/mds.test 2016-05-03 13:13:31.886755059 +0200
+@@ -63,7 +63,7 @@
+ 
+ [ "$failed" != "" ] && error "$failed failed for empty string"
+ 
+-echo_n "abcdefghijklmnopqrstuvwxyz" | $GPG --with-colons --print-mds >y
++printf "abcdefghijklmnopqrstuvwxyz" | $GPG --with-colons --print-mds >y
+ if have_hash_algo "MD5"; then
+   test_one ":1:""C3FCD3D76192E4007DFB496CCA67E13B"
+ fi

diff --git a/app-crypt/gnupg/files/gnupg-2.1.12-fix-signature-checking.patch 
b/app-crypt/gnupg/files/gnupg-2.1.12-fix-signature-checking.patch
new file mode 100644
index 000..debf0bb
--- /dev/null
+++ b/app-crypt/gnupg/files/gnupg-2.1.12-fix-signature-checking.patch
@@ -0,0 +1,50 @@
+From 83a90a916e8e2f8e44c3b11d11e1dd75f65a87fb Mon Sep 17 00:00:00 2001
+From: NIIBE Yutaka 
+Date: Wed, 11 May 2016 19:27:03 +0900
+Subject: [PATCH 1/1] g10: Fix signature checking.
+
+* g10/sig-check.c (check_signature_over_key_or_uid): Fix call to
+walk_kbnode.
+
+--
+
+Thanks to Vincent Brillault (Feandil).
+
+GnuPG-bug-id: 2351
+Signed-off-by: NIIBE Yutaka 
+---
+ g10/sig-check.c | 13 +
+ 1 file changed, 9 insertions(+), 4 deletions(-)
+
+diff --git a/g10/sig-check.c b/g10/sig-check.c
+index 290f19a..7000b48 100644
+--- a/g10/sig-check.c
 b/g10/sig-check.c
+@@ -797,15 +797,20 @@ check_signature_over_key_or_uid (PKT_public_key *signer,
+ *is_selfsig = 1;
+ }
+   else
+-/* See if one of the subkeys was the signer (although this is
+-   extremely unlikely).  */
+ {
+   kbnode_t ctx = NULL;
+   kbnode_t n;
+ 
+-  while ((n = walk_kbnode (kb, &ctx, PKT_PUBLIC

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

2016-05-19 Thread Andreas Hüttel
commit: 27755a279ef622c04224fbd01a04708fa204603f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 19 20:54:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 19 20:54:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27755a27

virtual/perl-Devel-PPPort: remove accidentally added stable keywords

Package-Manager: portage-2.2.28

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

diff --git a/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.320.0.ebuild 
b/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.320.0.ebuild
index ed9c392..db5bf46 100644
--- a/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.320.0.ebuild
+++ b/virtual/perl-Devel-PPPort/perl-Devel-PPPort-3.320.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-CPAN-Meta-YAML/

2016-05-19 Thread Andreas Hüttel
commit: 92881ae916c5b21ce618567374b67f74056a1606
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 19 20:52:39 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 19 20:52:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92881ae9

virtual/perl-CPAN-Meta-YAML: remove accidentally added stable keywords

Package-Manager: portage-2.2.28

 virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0.ebuild 
b/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0.ebuild
index bfe9116..c06c4c8 100644
--- a/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0.ebuild
+++ b/virtual/perl-CPAN-Meta-YAML/perl-CPAN-Meta-YAML-0.18.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Andreas Hüttel
commit: 9ea1a0220bcc9093675a51e4da77bac6b9a25a99
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 19 20:50:41 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 19 20:50:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea1a022

virtual/perl-CPAN-Meta: remove accidentally added stable keywords

Package-Manager: portage-2.2.28

 virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild 
b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild
index f7c1bcd..5653180 100644
--- a/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild
+++ b/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.150.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/

2016-05-19 Thread Jeroen Roovers
commit: 73c57b2adba0fffee02b61a9c7cc24d2bd355849
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 19 20:20:29 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 19 20:20:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c57b2a

x11-libs/wxGTK: Stable for HPPA PPC64 (bug #577788).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild 
b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
index c35084f..ebc0e13 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ HOMEPAGE="http://wxwidgets.org/";
 SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )"
 
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos"
 IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
 
 SLOT="3.0"



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

2016-05-19 Thread Jeroen Roovers
commit: dc30bda4d221857c6aa901748db25d004771dd5b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 19 20:17:18 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 19 20:17:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc30bda4

net-libs/nghttp2: Stable for HPPA (bug #582250).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 net-libs/nghttp2/nghttp2-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/nghttp2/nghttp2-1.10.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
index ca10c63..b16ccf2 100644
--- a/net-libs/nghttp2/nghttp2-1.10.0.ebuild
+++ b/net-libs/nghttp2/nghttp2-1.10.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/tatsuhiro-t/nghttp2/releases/download/v${PV}/${P}.tar.gz";
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="HTTP/2 C Library"



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2016-05-19 Thread Jeroen Roovers
commit: 82cb889c1f9dae118c7064209be30a9ff6147348
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 19 20:14:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 19 20:14:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cb889c

www-servers/apache: Stable for HPPA PPC64 (bug #583276).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 www-servers/apache/apache-2.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.20.ebuild 
b/www-servers/apache/apache-2.4.20.ebuild
index cdb16cf..f4c0689 100644
--- a/www-servers/apache/apache-2.4.20.ebuild
+++ b/www-servers/apache/apache-2.4.20.ebuild
@@ -125,7 +125,7 @@ HOMEPAGE="http://httpd.apache.org/";
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
 



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

2016-05-19 Thread Jeroen Roovers
commit: 8e74a4b3776498e6a81d86ccd2e6596f3f55957f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 19 20:13:53 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 19 20:13:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e74a4b3

app-admin/apache-tools: Stable for HPPA PPC64 (bug #583276).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

 app-admin/apache-tools/apache-tools-2.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.20.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
index 693c6e0..836f5d2 100644
--- a/app-admin/apache-tools/apache-tools-2.4.20.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2016-05-19 Thread Jeroen Roovers
commit: 4b409a68dcf139ab2546c46e363c263da07651ee
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 19 20:13:40 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 19 20:13:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b409a68

net-misc/curl: Stable for HPPA (bug #583394).

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --ignore-arches

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

diff --git a/net-misc/curl/curl-7.49.0.ebuild b/net-misc/curl/curl-7.49.0.ebuild
index 4c63d25..a1160ff 100644
--- a/net-misc/curl/curl-7.49.0.ebuild
+++ b/net-misc/curl/curl-7.49.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_mbedtls 
curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



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

2016-05-19 Thread Andreas Hüttel
commit: 85069bbaf664831976bcdb33b2b93ed4549cb8fa
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 19 19:56:58 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 19 20:08:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85069bba

dev-perl/Term-Shell: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Term-Shell/Manifest|  1 -
 dev-perl/Term-Shell/Term-Shell-0.30.0-r1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/Term-Shell/Manifest b/dev-perl/Term-Shell/Manifest
index 1fbf333..43aaeb4 100644
--- a/dev-perl/Term-Shell/Manifest
+++ b/dev-perl/Term-Shell/Manifest
@@ -1,2 +1 @@
-DIST Term-Shell-0.03.tar.gz 26336 SHA256 
b7c8fc2150da77eaaf4f74b4a793dd421f63e7054e12cf23d68a33a28e5bb9d8 SHA512 
dd48b8689a6c0149b88cfef294ad3456d3af9146d7138af0cd3eecb975bc0a77bab878498f6e9f7622d522390b1a23bed3cbecab08b3605f6e203ef2f61c0717
 WHIRLPOOL 
1b264546577164f4dbfe0810fd8d51c57bf252c60c59bdd536002493d567e5a32b0d084903ae94cc4586ccde720f69e28066cfc097ab7b7cdaf2eb122023d738
 DIST Term-Shell-0.09.tar.gz 33500 SHA256 
092cf1ce6d3df66066db5cd53edd63be6f63789f21e3af3631f10e6faa549afc SHA512 
6f5ca691e2610e45a4b690e12d0d0826869293acbbab9556c83779e9316df3d8f7abbf6b1ee6b116fff79fdfaf0a0f25102f1a57cd2b80660081fd98777d6980
 WHIRLPOOL 
89e195db30a7abb5c271727c882ff198baeeab0c410190672a3bed7e2082b3192675130a7ab0cf4bec744f8d5962baa71d8ef3ed9193c4c33a3233bbd897e2f6

diff --git a/dev-perl/Term-Shell/Term-Shell-0.30.0-r1.ebuild 
b/dev-perl/Term-Shell/Term-Shell-0.30.0-r1.ebuild
deleted file mode 100644
index 4820763..000
--- a/dev-perl/Term-Shell/Term-Shell-0.30.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-# This ebuild generated by g-cpan 0.16.0
-
-EAPI=5
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="A simple command-line shell framework"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-   dev-perl/Module-Build
-   test? (
-   dev-perl/Test-Pod
-   )
-"
-
-SRC_TEST=do



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

2016-05-19 Thread Andreas Hüttel
commit: c7d4447f86844756d92a4d193a2061b844f40061
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 19 20:05:05 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 19 20:08:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7d4447f

dev-perl/Test-Class: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Test-Class/Manifest  |  1 -
 dev-perl/Test-Class/Test-Class-0.480.0.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-perl/Test-Class/Manifest b/dev-perl/Test-Class/Manifest
index 69ef1ac..5c5632d 100644
--- a/dev-perl/Test-Class/Manifest
+++ b/dev-perl/Test-Class/Manifest
@@ -1,3 +1,2 @@
 DIST Test-Class-0.39.tar.gz 78655 SHA256 
d3a7d9b3ac24580524fc52865529457df4f43c0384f12264e884315d97f4bad5 SHA512 
0fb2c2b30c17e1f3a8f787f0384eb4d1d08b4fe0a83fdb4a02aa5d030e5ecde36f8a8f9b8c641fb5bf69f015f03c86c610a2303135b98e5880db10a9908cc4fb
 WHIRLPOOL 
bb50a31ea06dd08237ecba77deb80d976b2bb32996de50ca42dbee08754c84b9c1eb1fef5a1019330fea31cf5ede043fdb3e963dd5d578f2fa84160a5727070d
-DIST Test-Class-0.48.tar.gz 71256 SHA256 
2db02f774063fe22e3c259168ac091aa0e77d2f587e005e4a777da63665670d3 SHA512 
6d2c90dc221bd7b8019dd0416f86c3aa960ed40fd50e20ca5b28e4cdc3c77646bbd4df04a72811fedd288c8bb3c9393911eb329efe6374eefeeb3fb105462f4c
 WHIRLPOOL 
ba09fd09126c39dddc69775be37feaef60530a2e7e6affd712bc1e795582d5edaa875a3a456f1931d4810fdcf827cb7ac6ce4f761d895729ea4551ad2c18e2a1
 DIST Test-Class-0.50.tar.gz 60253 SHA256 
099154ed8caf3ff97c71237fab952264ac1c03d9270737a56071cabe65991350 SHA512 
27ae19f60a916f5a23cccdc02ff6168e76d5f1cee5df196df4fe50024f7270ee9eaffdf02e9b6de70565c9b6b30606ad0a30477ac8951164b87c641caf960dcc
 WHIRLPOOL 
2cc4935944aa96ed9c24f2d0aee96a493607356446856ef34334e75ddf7fdcb317d565db3c3115af09c317640f43fba5a14baf9184bdf13a42600e4068710245

diff --git a/dev-perl/Test-Class/Test-Class-0.480.0.ebuild 
b/dev-perl/Test-Class/Test-Class-0.480.0.ebuild
deleted file mode 100644
index 4e5871b..000
--- a/dev-perl/Test-Class/Test-Class-0.480.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.48
-inherit perl-module
-
-DESCRIPTION="Easily create test classes in an xUnit/JUnit style"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND="
-   virtual/perl-Carp
-   virtual/perl-File-Spec
-   >=dev-perl/MRO-Compat-0.110.0
-   dev-perl/Module-Runtime
-   >=virtual/perl-Storable-2.40.0
-   virtual/perl-Test-Simple
-   dev-perl/Try-Tiny
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.400.400
-   test? (
-   virtual/perl-IO
-   virtual/perl-Test-Simple
-   >=dev-perl/Test-Exception-0.250.0
-   )
-"
-
-SRC_TEST="do"



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

2016-05-19 Thread Andreas Hüttel
commit: 0bc108ed565a2cb2d7d7dc1a9b0a14ebb8a56e29
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 19 20:03:44 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 19 20:08:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc108ed

dev-perl/Test-CheckDeps: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Test-CheckDeps/Manifest   |  1 -
 .../Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/Test-CheckDeps/Manifest b/dev-perl/Test-CheckDeps/Manifest
index 42039ba..a4353a9 100644
--- a/dev-perl/Test-CheckDeps/Manifest
+++ b/dev-perl/Test-CheckDeps/Manifest
@@ -1,2 +1 @@
-DIST Test-CheckDeps-0.002.tar.gz 10964 SHA256 
2696298bbf0720af39ea3b82db583ec280db0dcb2c9b85574a85aaf8744fb53a SHA512 
ddaeee6b6d489faf1128d82a339c632ba5ea504da3d5d25892f02cc6455a44da9957fa963af6726812d58b5f6dc8547bfd7f42efab17aa2603314966815e28f5
 WHIRLPOOL 
84f8a518d70c080aad996e68020fdb2f427c149c8284bbbfa76a5557d12500292fc72498fac4e4a129588ffeddcf6e623b8baf4b511820be2aaa5e2d19629319
 DIST Test-CheckDeps-0.010.tar.gz 11822 SHA256 
66fccca6c6f330e7ecc898bd6a51846e2145b3e02d78c4997ba6b7de23b551ee SHA512 
9683b81aa6bce358fa1abc9b2337b9b15b274742f08a3fd71e80df0bfd20619406cdded191aafdd103db8d514bdc20d36a0b60aefbd72d3de6cb117c17461697
 WHIRLPOOL 
2422ce4fbfac8ea32ae170a18826e734bb57d017d18148333e83ab624ff6d0c43fb29629286f0f5c79684d35cd84b2850be01aa38abad339a5bcae251866348f

diff --git a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild 
b/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild
deleted file mode 100644
index e2c0366..000
--- a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.002
-inherit perl-module
-
-DESCRIPTION='Check for presence of dependencies'
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
-   virtual/perl-CPAN-Meta
-   dev-perl/CPAN-Meta-Check
-   virtual/perl-Module-Metadata
-"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: www-servers/tomcat/, www-servers/tomcat/files/

2016-05-19 Thread Miroslav Šulc
commit: a7b38fffb499e7639620acd866ba5a249a3c6497
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu May 19 19:58:16 2016 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu May 19 19:58:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b38fff

www-servers/tomcat: backported patch from M7 which fixes NPE in 
StandardJarScanner.processManifest()

Package-Manager: portage-2.3.0_rc1

 .../tomcat-9.0.0_alpha6-processmanifest.patch  | 76 ++
 ...alpha6.ebuild => tomcat-9.0.0_alpha6-r1.ebuild} |  2 +-
 2 files changed, 77 insertions(+), 1 deletion(-)

diff --git a/www-servers/tomcat/files/tomcat-9.0.0_alpha6-processmanifest.patch 
b/www-servers/tomcat/files/tomcat-9.0.0_alpha6-processmanifest.patch
new file mode 100644
index 000..fa38d5d
--- /dev/null
+++ b/www-servers/tomcat/files/tomcat-9.0.0_alpha6-processmanifest.patch
@@ -0,0 +1,76 @@
+--- tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJarScanner.java  
2016/05/04 11:07:55 1742251
 tomcat/trunk/java/org/apache/tomcat/util/scan/StandardJarScanner.java  
2016/05/17 07:18:38 1744194
+@@ -370,40 +370,42 @@
+ }
+ 
+ Manifest manifest = jar.getManifest();
+-Attributes attributes = manifest.getMainAttributes();
+-String classPathAttribute = attributes.getValue("Class-Path");
+-if (classPathAttribute == null) {
+-return;
+-}
+-String[] classPathEntries = classPathAttribute.split(" ");
+-for (String classPathEntry : classPathEntries) {
+-classPathEntry = classPathEntry.trim();
+-if (classPathEntry.length() == 0) {
+-continue;
++if (manifest != null) {
++Attributes attributes = manifest.getMainAttributes();
++String classPathAttribute = attributes.getValue("Class-Path");
++if (classPathAttribute == null) {
++return;
+ }
+-URL jarURL = jar.getJarFileURL();
+-URI jarURI;
+-try {
+-jarURI = jarURL.toURI();
+-} catch (URISyntaxException e) {
+-if (log.isDebugEnabled()) {
+-log.debug(sm.getString("jarScan.invalidUri", jarURL));
++String[] classPathEntries = classPathAttribute.split(" ");
++for (String classPathEntry : classPathEntries) {
++classPathEntry = classPathEntry.trim();
++if (classPathEntry.length() == 0) {
++continue;
++}
++URL jarURL = jar.getJarFileURL();
++URI jarURI;
++try {
++jarURI = jarURL.toURI();
++} catch (URISyntaxException e) {
++if (log.isDebugEnabled()) {
++log.debug(sm.getString("jarScan.invalidUri", jarURL));
++}
++continue;
+ }
+-continue;
++/*
++ * Note: Resolving the relative URLs from the manifest has the
++ *   potential to introduce security concerns. However, 
since
++ *   only JARs provided by the container and NOT those 
provided
++ *   by web applications are processed, there should be no
++ *   issues.
++ *   If this feature is ever extended to include JARs 
provided
++ *   by web applications, checks should be added to 
ensure that
++ *   any relative URL does not step outside the web 
application.
++ */
++URI classPathEntryURI = jarURI.resolve(classPathEntry);
++URL classPathEntryURL = classPathEntryURI.toURL();
++classPathUrlsToProcess.add(classPathEntryURL);
+ }
+-/*
+- * Note: Resolving the relative URLs from the manifest has the
+- *   potential to introduce security concerns. However, since
+- *   only JARs provided by the container and NOT those 
provided
+- *   by web applications are processed, there should be no
+- *   issues.
+- *   If this feature is ever extended to include JARs provided
+- *   by web applications, checks should be added to ensure 
that
+- *   any relative URL does not step outside the web 
application.
+- */
+-URI classPathEntryURI = jarURI.resolve(classPathEntry);
+-URL classPathEntryURL = classPathEntryURI.toURL();
+-classPathUrlsToProcess.add(classPathEntryURL);
+ }
+ }
+ 

diff --git a/www-servers/tomcat/tomcat-9.0.0_alpha6.ebuild 
b/www-servers/tomcat/tomcat-9.0.0_alpha6-r1.ebuild
similarity index 98%
rename from www-servers/tomcat/tomcat-9.0.0_alpha6.ebuild
rename to www-servers/tomcat/tomcat-

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

2016-05-19 Thread Lars Wendler
commit: 0d997add0688b543422cf67c9556b1849f977e07
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 19 19:55:21 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 19 19:56:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d997add

sys-apps/pciutils: Bump to version 3.5.0

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/pciutils/Manifest  |   1 +
 sys-apps/pciutils/pciutils-3.5.0.ebuild | 112 
 2 files changed, 113 insertions(+)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index 41845c8..a72ff6d 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -2,3 +2,4 @@ DIST pciutils-3.2.0.tar.gz 357003 SHA256 
84e705bff712b128a942117565a3506bd4b8bf8
 DIST pciutils-3.3.1.tar.gz 393912 SHA256 
02beeb14503707c5a3293fe084c18e12e6937c0d4dd1e29e6bcb6b12f124df46 SHA512 
4f8b0e62cfd0ffad1674be13c95f5581bc0037ed9843f9866b13eea6fa2703bb39bb878e96df805972f4e9bac36fc67a0a313c463f0764218211f1276cef36b2
 WHIRLPOOL 
315f1f4f5b98e6e90e3a6af9a8a03acf9732eb5b6de02ced53b32bdaca67360153ee4db1551729e3534d25c81ce2308d89c0715e0554552d029cbb3f18786ff6
 DIST pciutils-3.4.0.tar.gz 398285 SHA256 
ba6244652723e137001e69d6081497d462cbff6ba0acec38cc81c20ea1ac0d7e SHA512 
a27b2209bd88eedf9f6be4abaad86c8219859dff15029f1a2eec5513b9a61279eba831b7ffc89b49fb45ad8d2be8c4ababc5ee9b219e1575c2b430a0f1c93877
 WHIRLPOOL 
b68d23e987ea988686882a392160149574de467d2073343f169a07c75ca55b2811b747b988bbd0c5693cc45210c7c6f0e3349dfef7cb37f1f205c8b65cee4827
 DIST pciutils-3.4.1.tar.gz 404166 SHA256 
0196624282c33a9bcd4bd097d4100271c82af47797ecd7488ef2711fa5f043b2 SHA512 
1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49
 WHIRLPOOL 
4391c84695dc1f0844129ff5d6056ac1332d855824e1b96ec105073b97d453db21e82d2a071f1bf7d977e26cf51421183b5a37d5a962bccbed9c2667c813cc4c
+DIST pciutils-3.5.0.tar.gz 412990 SHA256 
a550931bca47996a7c62449e4daf77c9ac1df12afb3fdd8a77383cab2e8ad580 SHA512 
d841da9bf7d7d67d60257c7d42d7ff5e38bc232098b185657a171561b42d08abd4c0a22fbed19e857db08a39ac9fc929dd35e1187e6da02cc8a45a0481051288
 WHIRLPOOL 
33c47f4175b18544323bc03833357230abcdbf2fa18e66fdd67efbb81b86b482aa4fa04908ca255c26056be8812b4bd804a9dfb0c65725d6bb8bea9ed7811c02

diff --git a/sys-apps/pciutils/pciutils-3.5.0.ebuild 
b/sys-apps/pciutils/pciutils-3.5.0.ebuild
new file mode 100644
index 000..392ac4c
--- /dev/null
+++ b/sys-apps/pciutils/pciutils-3.5.0.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic
+
+DESCRIPTION="Various utilities dealing with the PCI bus"
+HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git";
+SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${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 ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux"
+IUSE="dns +kmod static-libs +udev zlib"
+
+# Have the sub-libs in RDEPEND with [static-libs] since, logically,
+# our libssl.a depends on libz.a/etc... at runtime.
+LIB_DEPEND="zlib? ( 
>=sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] )"
+DEPEND="kmod? ( sys-apps/kmod )
+   static-libs? ( ${LIB_DEPEND} )
+   !static-libs? ( ${LIB_DEPEND//static-libs(+),} )
+   udev? ( >=virtual/libudev-208[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}
+   sys-apps/hwids
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r14
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+DEPEND="${DEPEND}
+   kmod? ( virtual/pkgconfig )"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )
+
+switch_config() {
+   [[ $# -ne 2 ]] && return 1
+   local opt=$1 val=$2
+
+   sed "s@^\(${opt}=\).*\$@\1${val}@" -i Makefile || die
+   return 0
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
+
+   if use static-libs ; then
+   cp -pPR "${S}" "${S}.static" || die
+   mv "${S}.static" "${S}/static" || die
+   fi
+
+   multilib_copy_sources
+}
+
+multilib_src_configure() {
+   append-lfs-flags #471102
+}
+
+pemake() {
+   emake \
+   HOST="${CHOST}" \
+   CROSS_COMPILE="${CHOST}-" \
+   CC="$(tc-getCC)" \
+   AR="$(tc-getAR)" \
+   RANLIB="$(tc-getRANLIB)" \
+   DNS=$(usex dns) \
+   IDSDIR='$(SHAREDIR)/misc' \
+   MANDIR='$(SHAREDIR)/man' \
+   PREFIX="${EPREFIX}/usr" \
+   SHARED="yes" \
+   STRIP="" \
+   ZLIB=$(usex zlib) \
+   PCI_COMPRE

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

2016-05-19 Thread Lars Wendler
commit: 148fc6b9da8b5d5c4c1867a1a4f8585a6f09343f
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 19 19:56:06 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 19 19:56:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148fc6b9

sys-apps/pciutils: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/pciutils/Manifest  |   2 -
 sys-apps/pciutils/pciutils-3.2.0.ebuild |  84 -
 sys-apps/pciutils/pciutils-3.4.0.ebuild | 108 
 3 files changed, 194 deletions(-)

diff --git a/sys-apps/pciutils/Manifest b/sys-apps/pciutils/Manifest
index a72ff6d..b7fdd71 100644
--- a/sys-apps/pciutils/Manifest
+++ b/sys-apps/pciutils/Manifest
@@ -1,5 +1,3 @@
-DIST pciutils-3.2.0.tar.gz 357003 SHA256 
84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71 SHA512 
ce619bca35c529f947b883858164584db9fd16be05b44bd20d7f30b73246076b8c80a9e0ff3f7b2c27366a08043488ccfee98dd3cb43e3c5ee8962efaa056fd1
 WHIRLPOOL 
fda9efb423ba444b460986b82b89feb3e5940d63774377eab4dce6ed1a1c690824192ca25d04a4f34960412ddedbdb9c874dace2256ccd1dede61ee99618b418
 DIST pciutils-3.3.1.tar.gz 393912 SHA256 
02beeb14503707c5a3293fe084c18e12e6937c0d4dd1e29e6bcb6b12f124df46 SHA512 
4f8b0e62cfd0ffad1674be13c95f5581bc0037ed9843f9866b13eea6fa2703bb39bb878e96df805972f4e9bac36fc67a0a313c463f0764218211f1276cef36b2
 WHIRLPOOL 
315f1f4f5b98e6e90e3a6af9a8a03acf9732eb5b6de02ced53b32bdaca67360153ee4db1551729e3534d25c81ce2308d89c0715e0554552d029cbb3f18786ff6
-DIST pciutils-3.4.0.tar.gz 398285 SHA256 
ba6244652723e137001e69d6081497d462cbff6ba0acec38cc81c20ea1ac0d7e SHA512 
a27b2209bd88eedf9f6be4abaad86c8219859dff15029f1a2eec5513b9a61279eba831b7ffc89b49fb45ad8d2be8c4ababc5ee9b219e1575c2b430a0f1c93877
 WHIRLPOOL 
b68d23e987ea988686882a392160149574de467d2073343f169a07c75ca55b2811b747b988bbd0c5693cc45210c7c6f0e3349dfef7cb37f1f205c8b65cee4827
 DIST pciutils-3.4.1.tar.gz 404166 SHA256 
0196624282c33a9bcd4bd097d4100271c82af47797ecd7488ef2711fa5f043b2 SHA512 
1394647d5e9d324d68bd8bdf4709a438ae06e6a83ded40b9e0026968c032f214073bc764fbf59e15da90b2e424d90dc430db5810d7ff5fbeab0f3e5c6250ee49
 WHIRLPOOL 
4391c84695dc1f0844129ff5d6056ac1332d855824e1b96ec105073b97d453db21e82d2a071f1bf7d977e26cf51421183b5a37d5a962bccbed9c2667c813cc4c
 DIST pciutils-3.5.0.tar.gz 412990 SHA256 
a550931bca47996a7c62449e4daf77c9ac1df12afb3fdd8a77383cab2e8ad580 SHA512 
d841da9bf7d7d67d60257c7d42d7ff5e38bc232098b185657a171561b42d08abd4c0a22fbed19e857db08a39ac9fc929dd35e1187e6da02cc8a45a0481051288
 WHIRLPOOL 
33c47f4175b18544323bc03833357230abcdbf2fa18e66fdd67efbb81b86b482aa4fa04908ca255c26056be8812b4bd804a9dfb0c65725d6bb8bea9ed7811c02

diff --git a/sys-apps/pciutils/pciutils-3.2.0.ebuild 
b/sys-apps/pciutils/pciutils-3.2.0.ebuild
deleted file mode 100644
index e724336..000
--- a/sys-apps/pciutils/pciutils-3.2.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Various utilities dealing with the PCI bus"
-HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ 
https://git.kernel.org/?p=utils/pciutils/pciutils.git";
-SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${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 ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux"
-IUSE="+kmod static-libs zlib"
-
-# Have the sub-libs in RDEPEND with [static-libs] since, logically,
-# our libssl.a depends on libz.a/etc... at runtime.
-LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] )"
-DEPEND="kmod? ( sys-apps/kmod )
-   static-libs? ( ${LIB_DEPEND} )
-   !static-libs? ( ${LIB_DEPEND//\[static-libs(+)]} )"
-RDEPEND="${DEPEND}
-   sys-apps/hwids"
-DEPEND="${DEPEND}
-   kmod? ( virtual/pkgconfig )"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.1.9-static-pc.patch
-
-   if use static-libs ; then
-   cp -pPR "${S}" "${S}.static" || die
-   fi
-}
-
-pemake() {
-   emake \
-   HOST="${CHOST}" \
-   CROSS_COMPILE="${CHOST}-" \
-   CC="$(tc-getCC)" \
-   DNS="yes" \
-   IDSDIR='$(SHAREDIR)/misc' \
-   MANDIR='$(SHAREDIR)/man' \
-   PREFIX="${EPREFIX}/usr" \
-   SHARED="yes" \
-   STRIP="" \
-   ZLIB=$(usex zlib) \
-   PCI_COMPRESSED_IDS=0 \
-   PCI_IDS=pci.ids \
-   LIBDIR="\${PREFIX}/$(get_libdir)" \
-   LIBKMOD="$(usex kmod)" \
-   "$@"
-}
-
-src_compile() {
-   pemake OPT="${CFLAGS}" all
-   if use static-libs ; then
-   pemake \
-   -C "${S}.static" \
-   OPT="${CFLAGS}" \
-   SHARED="no" \
-   

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

2016-05-19 Thread Mike Pagano
commit: 42436a91e3484818ccfd10b83aabb2189ccf3b51
Author: Mike Pagano  gentoo  org>
AuthorDate: Thu May 19 19:28:34 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 19 19:28:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42436a91

sys-kernel/gentoo-sources: Linux patch 4.5.5

Package-Manager: portage-2.2.28

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 8c8db83..89d8581 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -76,6 +76,9 @@ DIST genpatches-4.5-5.extras.tar.xz 16276 SHA256 
5e9d9ebc82cf1809de8419e815c68b0
 DIST genpatches-4.5-6.base.tar.xz 196608 SHA256 
8d02f770e29b1a2f9527f94bc402eafeb095d6961c447fac3255103160373ffb SHA512 
a42fd5572657f1d3b633ec29370646203a1151dd95afb5acdd121407eada9c6fea93c15f259a7b954ac77c6a069de9108799861b8d7db969ff983608fc9a2cb4
 WHIRLPOOL 
20606f6dcf5526158c218c468081f620e7722c73c1f6b1d9e619aa8f3bdf69de9b40edcafa9184688439a06abfd308a34635bb827016f79e56c270f353bd496f
 DIST genpatches-4.5-6.experimental.tar.xz 4896 SHA256 
722cab044f52b7dfc687f9a8e4fee4e00dad9dc10febef14517f485253e9797c SHA512 
09f29ace738532b45b5a52ae2e3275004c6dc3fb5911d625d9ac5ba94b828806b663fee11caf8c7b94641c41e8f021685e37efec10355608af466c1ae07aca36
 WHIRLPOOL 
9dc21c9e8e658f4ecd12aa305002dea45cfddf37f4d7d948849c7d5afed76ae609bd7b34a4631c0a430aa2b0b9f64471f48fdb298f515345dae3fc174cccfc76
 DIST genpatches-4.5-6.extras.tar.xz 16276 SHA256 
5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 
c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c
 WHIRLPOOL 
4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9
+DIST genpatches-4.5-7.base.tar.xz 231268 SHA256 
762c3cf8519a4be14b157a891810d68cb0df919404403bd8ba1a9510d267fd5b SHA512 
62ae46e92a6d4969fff98a2b213268020573ed9b44d652f6130455caf676c5dc0d21c3714aab20c00cfc562f73eedd656bc54592c3d6df6abce68729d07f54d7
 WHIRLPOOL 
106965b7fe66d70ce6c9411f5b4af90e7af41eea3a94d506a9947cb92f09b04015c87b3ff1e05380229fa4937cd25ad5f6b94b2830ca8ea2082a5348da416f2a
+DIST genpatches-4.5-7.experimental.tar.xz 4896 SHA256 
4e6f9c33958fc5caeb97d89d803cb4137bec94d58a956d2a9611c6973520611c SHA512 
14e830219b4d643f413df659c9229837c8491dea3d06eecd0a3dabd67ee1b974fde5213023537b14172f67365d7422597de1cc30c74e4e8b7bd09f06e879ca2a
 WHIRLPOOL 
4e419de1997de2ea52175b221fe2836b4c29427448ae571426210884723fc432014516651ab389c15d26c919c7bf205bd9a9c4bfedf900df44fea56cddb538c4
+DIST genpatches-4.5-7.extras.tar.xz 16284 SHA256 
87c90c4654e5beb16eb1f207bf10123d4cc7fe7d2d9c3bf1162d6c289c639d05 SHA512 
7764462df82acb9bd0f4ce140ad5fd657f1ca733a7dcab08e41bf0f943de9e64f27cc57fa0a2380c228f040578677b383fca04df81bb049e0e6ccbe2ffd75880
 WHIRLPOOL 
f02829377323678cb073ba2185ee66e57c84c836d2e04ef2d0383302082a1a6755dec0eac73a800d90911393b1fee02619c7b99e8395e8eca5e91d2269cc663f
 DIST genpatches-4.6-1.base.tar.xz 3544 SHA256 
d23823d83f691a004829ba54727e66880abdb119b2feafe1072843b82735eeaf SHA512 
3551912a6e01fb07cf693bfdf868a4d4a0f35abe6519013aeb9959e07bdf6b723c492b1f20ff72ecfef96507d64a04105af07f980fdee63485d4154a20ff123c
 WHIRLPOOL 
cc7e867f34a2883dc33b73243155829f3c78087992015dc4642bf7f4344ce42798a25ca3f5368b5ce5be2073f40ef800598891355250430849f646b993bc7205
 DIST genpatches-4.6-1.experimental.tar.xz 4896 SHA256 
722cab044f52b7dfc687f9a8e4fee4e00dad9dc10febef14517f485253e9797c SHA512 
09f29ace738532b45b5a52ae2e3275004c6dc3fb5911d625d9ac5ba94b828806b663fee11caf8c7b94641c41e8f021685e37efec10355608af466c1ae07aca36
 WHIRLPOOL 
9dc21c9e8e658f4ecd12aa305002dea45cfddf37f4d7d948849c7d5afed76ae609bd7b34a4631c0a430aa2b0b9f64471f48fdb298f515345dae3fc174cccfc76
 DIST genpatches-4.6-1.extras.tar.xz 16276 SHA256 
5e9d9ebc82cf1809de8419e815c68b041598dfd3dc839e582026bfdd5588e478 SHA512 
c49430fcd6ed1c9b6b4a72d8e4a0f6760cd25c48b20599826036a943993e736404569937403fb349b45f29aec15dd3afcf65068936125eed1dc443adcfbd4d4c
 WHIRLPOOL 
4abf9d0d33fc66389fb08911afa01a570295bb18905924f95d1cba1ef2d86208aeda81b5085982d78ae5aedf6cbd91efad9ad9b0f08cdab72977eeaf6d8921a9

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.5.5.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.5.5.ebuild
new file mode 100644
index 000..a9ac0ef
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.5.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="7"
+K_DEBLOB_AVAILABLE="0"
+K_KDBUS_AVAILABLE="0"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~a

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

2016-05-19 Thread Andreas Hüttel
commit: 972a9dddc242dd14e67fb6a04665f802e41dca6b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu May 19 19:23:54 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu May 19 19:24:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972a9ddd

package.mask: Unmask Perl 5.24

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

diff --git a/profiles/package.mask b/profiles/package.mask
index db95d82..46371a0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -181,58 +181,6 @@ dev-java/freehep-xml
 >=media-plugins/mythplugins-0.28
 >=www-apps/mythweb-0.28
 
-# Andreas K. Hüttel  (16 Apr 2016)
-# Perl 5.24, masked for an initial testing period.
-# To unmask, always use the entire block, never parts of it.
-=dev-lang/perl-5.24.0
-=virtual/perl-Attribute-Handlers-0.990.0
-=virtual/perl-autodie-2.290.0
-=virtual/perl-bignum-0.420.0
-=virtual/perl-Carp-1.400.0
-=virtual/perl-Compress-Raw-Bzip2-2.69.0
-=virtual/perl-Compress-Raw-Zlib-2.69.0
-=virtual/perl-CPAN-Meta-2.150.5
-=virtual/perl-CPAN-Meta-Requirements-2.140.0
-=virtual/perl-CPAN-Meta-YAML-0.18.0
-=virtual/perl-Data-Dumper-2.160.0
-=virtual/perl-Devel-PPPort-3.320.0
-=virtual/perl-Dumpvalue-1.180.0
-=virtual/perl-Encode-2.800.0
-=virtual/perl-ExtUtils-CBuilder-0.280.225
-=virtual/perl-ExtUtils-Command-7.100.0
-=virtual/perl-ExtUtils-MakeMaker-7.100.100_rc
-=virtual/perl-ExtUtils-ParseXS-3.310.0
-=virtual/perl-File-Path-2.120.100_rc
-=virtual/perl-File-Spec-3.630.0
-=virtual/perl-Getopt-Long-2.480.0
-=virtual/perl-HTTP-Tiny-0.56.0
-=virtual/perl-if-0.60.600
-=virtual/perl-IO-1.360.0
-=virtual/perl-IO-Compress-2.69.0
-=virtual/perl-Math-BigInt-FastCalc-0.400.0
-=virtual/perl-Math-BigRat-0.260.802
-=virtual/perl-Module-CoreList-5.201.605.60
-=virtual/perl-Module-Metadata-1.0.31
-=virtual/perl-libnet-3.80.0
-=virtual/perl-parent-0.234.0
-=virtual/perl-Parse-CPAN-Meta-1.441.700
-=virtual/perl-Perl-OSType-1.9.0
-=virtual/perl-podlators-4.70.0
-=virtual/perl-Pod-Simple-3.320.0
-=virtual/perl-Scalar-List-Utils-1.420.200_rc
-=virtual/perl-Socket-2.20.30_rc
-=virtual/perl-Storable-2.560.0
-=virtual/perl-Term-ANSIColor-4.40.0
-=virtual/perl-Test-1.280.0
-=virtual/perl-Test-Harness-3.360.0
-=virtual/perl-Thread-Queue-3.90.0
-=virtual/perl-threads-2.70.0
-=virtual/perl-threads-shared-1.510.0
-=virtual/perl-Time-HiRes-1.973.300
-=virtual/perl-Time-Piece-1.310.0
-=virtual/perl-version-0.991.600
-=virtual/perl-XSLoader-0.210.0
-
 # Patrick Lauer  (05 Apr 2016)
 # --configtest is broken, mask until 2.3.1 release
 =app-admin/logstash-bin-2.3.0*



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

2016-05-19 Thread Markus Meier
commit: 34e6d13168507ce7c9280772f242c11b97f7f28e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:22:49 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:22:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e6d131

dev-perl/Search-Xapian: add ~arm, bug #581856

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild
index 4b1dc6b..089b63f 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" 
http://oligarchy.co.uk/xapian/${VERSION}/${P}.tar.gz";
 DESCRIPTION="Perl XS frontend to the Xapian C++ search library"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="examples test"
 
 RDEPEND="dev-libs/xapian:0/1.2.22



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

2016-05-19 Thread Markus Meier
commit: 90e01d7847a48ff7ef468f4359402d9dcf88ea15
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:22:05 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:22:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e01d78

dev-perl/Devel-Leak: add ~arm, bug #581856

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild 
b/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild
index c8b072e..d96ffdf 100644
--- a/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild
+++ b/dev-perl/Devel-Leak/Devel-Leak-0.30.0.ebuild
@@ -11,6 +11,6 @@ inherit perl-module
 DESCRIPTION="Utility for looking for perl objects that are not reclaimed"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 DEPEND="virtual/perl-ExtUtils-MakeMaker"



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

2016-05-19 Thread Markus Meier
commit: 762fd20d94f347ec6f95956460cd0de5a2c555d8
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:21:15 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:21:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762fd20d

dev-perl/Params-Validate: arm stable, bug #579866

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Params-Validate/Params-Validate-1.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Params-Validate/Params-Validate-1.220.0.ebuild 
b/dev-perl/Params-Validate/Params-Validate-1.220.0.ebuild
index 08d2779..01e6d50 100644
--- a/dev-perl/Params-Validate/Params-Validate-1.220.0.ebuild
+++ b/dev-perl/Params-Validate/Params-Validate-1.220.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Flexible system for validation of 
method/function call parameters"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 600ab96f4309da3ee995910766c416a605016109
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:20:23 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:20:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=600ab96f

dev-perl/Spreadsheet-ParseExcel: arm stable, bug #582010

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild 
b/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild
index 6bc0867..efe7987 100644
--- a/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild
+++ b/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.650.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Read information from an Excel file"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~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 ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~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 ~x64-solaris ~x86-solaris"
 IUSE="test cjk unicode"
 
 # Digest::Perl::MD5 cannot be replaced by Digest::MD5, as this module actually



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

2016-05-19 Thread Markus Meier
commit: f960077b8652defdf797553485dab7ad4b193a99
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:19:28 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:19:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f960077b

dev-perl/Spiffy: arm stable, bug #582008

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/Spiffy/Spiffy-0.460.0.ebuild 
b/dev-perl/Spiffy/Spiffy-0.460.0.ebuild
index 453a60c..2ca7861 100644
--- a/dev-perl/Spiffy/Spiffy-0.460.0.ebuild
+++ b/dev-perl/Spiffy/Spiffy-0.460.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Spiffy Perl Interface Framework For You"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.300.0"



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

2016-05-19 Thread Markus Meier
commit: c6bf6be50ab0280faadf04112983849668514db2
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:18:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:18:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6bf6be5

dev-perl/Socket6: arm stable, bug #582004

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-perl/Socket6/Socket6-0.270.0.ebuild 
b/dev-perl/Socket6/Socket6-0.270.0.ebuild
index 0dcff0a..2944b92 100644
--- a/dev-perl/Socket6/Socket6-0.270.0.ebuild
+++ b/dev-perl/Socket6/Socket6-0.270.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="IPv6 related part of the C socket.h defines and 
structure manipulat
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+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"
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: www-servers/apache/

2016-05-19 Thread Markus Meier
commit: 464b891933d20efb5f28fcf8cc40d9975ec3c8fd
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:12:57 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:12:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464b8919

www-servers/apache: arm stable, bug #583276

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 www-servers/apache/apache-2.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.20.ebuild 
b/www-servers/apache/apache-2.4.20.ebuild
index 7e2c8bd..cdb16cf 100644
--- a/www-servers/apache/apache-2.4.20.ebuild
+++ b/www-servers/apache/apache-2.4.20.ebuild
@@ -125,7 +125,7 @@ HOMEPAGE="http://httpd.apache.org/";
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
 



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

2016-05-19 Thread Markus Meier
commit: 15ccdf73ddc5bd3f35f9c31ba980e609f9312d69
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:12:06 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:12:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ccdf73

app-admin/apache-tools: arm stable, bug #583276

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 app-admin/apache-tools/apache-tools-2.4.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.20.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
index decc1b2..693c6e0 100644
--- a/app-admin/apache-tools/apache-tools-2.4.20.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris 
~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2016-05-19 Thread Markus Meier
commit: 38f2991f71309249647c4d8c46e5226c4065a0b3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:17:45 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:17:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f2991f

dev-perl/Shell-EnvImporter: arm stable, bug #581886

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild 
b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild
index 78967ff..877c7c6 100644
--- a/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild
+++ b/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Import environment variable changes from external commands or 
shell scripts"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-perl/Class-MethodMaker-2"



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

2016-05-19 Thread Markus Meier
commit: 97d8dcb0d245e6bb1fe6566129b6cf72bbd39aad
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:16:52 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:16:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d8dcb0

dev-perl/Set-Scalar: arm stable, bug #581882

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild 
b/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild
index d32b2d7..6b7a5c6 100644
--- a/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild
+++ b/dev-perl/Set-Scalar/Set-Scalar-1.290.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Scalar set operations"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 SRC_TEST="do"



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

2016-05-19 Thread Markus Meier
commit: 043f3740f9f09780244154dcf93f6f5fbfb2715c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:16:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:16:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043f3740

dev-perl/Search-Xapian: arm stable, bug #581854

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild 
b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild
index 9d2894b..24294aa 100644
--- a/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild
+++ b/dev-perl/Search-Xapian/Search-Xapian-1.2.23.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Perl XS frontend to the Xapian C++ search 
library"
 
 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples"
 
 RDEPEND="dev-libs/xapian:0/1.2.22



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

2016-05-19 Thread Markus Meier
commit: 9219e546cdf525bf17f8dabbba18d8c47ca98deb
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:15:07 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:15:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9219e546

net-wireless/crda: arm stable, bug #582076

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 net-wireless/crda/crda-3.18-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-wireless/crda/crda-3.18-r1.ebuild 
b/net-wireless/crda/crda-3.18-r1.ebuild
index 3225a08..43ce034 100644
--- a/net-wireless/crda/crda-3.18-r1.ebuild
+++ b/net-wireless/crda/crda-3.18-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://linuxwireless.org/download/crda/${P}.tar.xz
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gcrypt libressl"
 
 RDEPEND="!gcrypt? (



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

2016-05-19 Thread Markus Meier
commit: 5460506fe8cfd6dbc4441d6b53538b46886eeef0
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:14:04 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:14:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5460506f

net-misc/openvpn: arm stable, bug #582902

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/net-misc/openvpn/openvpn-2.3.11.ebuild 
b/net-misc/openvpn/openvpn-2.3.11.ebuild
index 0699e88..f6c5a8f 100644
--- a/net-misc/openvpn/openvpn-2.3.11.ebuild
+++ b/net-misc/openvpn/openvpn-2.3.11.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://openvpn.net/";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="examples down-root iproute2 libressl +lzo pam pkcs11 +plugins polarssl 
selinux socks +ssl static systemd userland_BSD"
 
 REQUIRED_USE="static? ( !plugins !pkcs11 )



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

2016-05-19 Thread Markus Meier
commit: 60128d86517262af18ac7effdbf17a5d871cc2ec
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:04:43 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:04:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60128d86

virtual/perl-Text-Balanced: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r1.ebuild 
b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r1.ebuild
index 7ea6b88..0417b95 100644
--- a/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r1.ebuild
+++ b/virtual/perl-Text-Balanced/perl-Text-Balanced-2.30.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 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 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: a21722d6f7fd7ccb683ce516b02f522076d6b93c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:11:12 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:11:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21722d6

virtual/perl-parent: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-parent/perl-parent-0.232.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-parent/perl-parent-0.232.0.ebuild 
b/virtual/perl-parent/perl-parent-0.232.0.ebuild
index 9e86e78..49eff2c 100644
--- a/virtual/perl-parent/perl-parent-0.232.0.ebuild
+++ b/virtual/perl-parent/perl-parent-0.232.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 2fef5e59eb7841635ee9c24f96d1566ab54f517b
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:10:30 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:10:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fef5e59

virtual/perl-libnet: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-libnet/perl-libnet-3.50.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-libnet/perl-libnet-3.50.0.ebuild 
b/virtual/perl-libnet/perl-libnet-3.50.0.ebuild
index 1ecbd77..954f064 100644
--- a/virtual/perl-libnet/perl-libnet-3.50.0.ebuild
+++ b/virtual/perl-libnet/perl-libnet-3.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 211fbf29dffc217fb79696c92eaa7960eeb249c0
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:09:48 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:09:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=211fbf29

virtual/perl-if: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-if/perl-if-0.60.400.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-if/perl-if-0.60.400.ebuild 
b/virtual/perl-if/perl-if-0.60.400.ebuild
index 14e4aec..11f261e 100644
--- a/virtual/perl-if/perl-if-0.60.400.ebuild
+++ b/virtual/perl-if/perl-if-0.60.400.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux 
~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix 
~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd 
~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2016-05-19 Thread Markus Meier
commit: dd0e4d944098ceb6aad6ddc21e5b6d72a5f3ecf5
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:09:06 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:09:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0e4d94

virtual/perl-bignum: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-bignum/perl-bignum-0.390.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-bignum/perl-bignum-0.390.0.ebuild 
b/virtual/perl-bignum/perl-bignum-0.390.0.ebuild
index e07110e..929c8b5 100644
--- a/virtual/perl-bignum/perl-bignum-0.390.0.ebuild
+++ b/virtual/perl-bignum/perl-bignum-0.390.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 
 IUSE=""
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 4c97bdd04b40e20bba2aff5764632eb72c1092f2
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:03:18 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:03:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c97bdd0

virtual/perl-Test-Harness: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Test-Harness/perl-Test-Harness-3.350.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Test-Harness/perl-Test-Harness-3.350.0.ebuild 
b/virtual/perl-Test-Harness/perl-Test-Harness-3.350.0.ebuild
index 49f36b7..cef90cb 100644
--- a/virtual/perl-Test-Harness/perl-Test-Harness-3.350.0.ebuild
+++ b/virtual/perl-Test-Harness/perl-Test-Harness-3.350.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 9e5a75062a8903e0adfb50c47fcfe0db7bf9cf5c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:04:00 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:04:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5a7506

virtual/perl-Test-Simple: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild
index 9fc1b38..941af9c 100644
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 513581bd7d2a15c13f90aea9bca62dee11d79ae6
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:02:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:02:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513581bd

virtual/perl-Term-ReadLine: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r1.ebuild 
b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r1.ebuild
index 4ce4023..2b50595 100644
--- a/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r1.ebuild
+++ b/virtual/perl-Term-ReadLine/perl-Term-ReadLine-1.150.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE=""
 



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

2016-05-19 Thread Markus Meier
commit: 67c1f6468ed0d9c8821cb572992c3f0c7e214e5b
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:08:23 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:08:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c1f646

virtual/perl-autodie: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-autodie/perl-autodie-2.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-autodie/perl-autodie-2.260.0.ebuild 
b/virtual/perl-autodie/perl-autodie-2.260.0.ebuild
index 60ddef2..49eff2c 100644
--- a/virtual/perl-autodie/perl-autodie-2.260.0.ebuild
+++ b/virtual/perl-autodie/perl-autodie-2.260.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux 
~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix 
~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd 
~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 93ad929b94ff580ea5bcb22dbc7ed331bdaa87ec
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:07:40 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:07:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ad929b

virtual/perl-XSLoader: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild 
b/virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild
index c21c15e..22ed079 100644
--- a/virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild
+++ b/virtual/perl-XSLoader/perl-XSLoader-0.200.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 9f7f754f1990ef5a5960d17f74a310074b64ce87
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:06:57 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:06:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7f754f

virtual/perl-Unicode-Normalize: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild 
b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild
index 68bc345..11f261e 100644
--- a/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild
+++ b/virtual/perl-Unicode-Normalize/perl-Unicode-Normalize-1.180.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux 
~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix 
~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd 
~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2016-05-19 Thread Markus Meier
commit: 7f472c8911cdc61dca3169109054e5396a73ba9a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:06:13 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:06:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f472c89

virtual/perl-Unicode-Collate: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild 
b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild
index 5a319b2..b04de69 100644
--- a/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild
+++ b/virtual/perl-Unicode-Collate/perl-Unicode-Collate-1.120.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2016-05-19 Thread Markus Meier
commit: 26644feadaf057c33e46dda2bc61302ca5f91824
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:05:28 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:05:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26644fea

virtual/perl-Text-ParseWords: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r1.ebuild 
b/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r1.ebuild
index 4ce4023..2b50595 100644
--- a/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r1.ebuild
+++ b/virtual/perl-Text-ParseWords/perl-Text-ParseWords-3.300.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 IUSE=""
 



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

2016-05-19 Thread Markus Meier
commit: b58ef6c4fa707e44d20805eb22f7601ac8509b16
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:01:54 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:01:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58ef6c4

virtual/perl-Term-ANSIColor: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.30.0.ebuild 
b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.30.0.ebuild
index 49962b1..56f5df5 100644
--- a/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.30.0.ebuild
+++ b/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.30.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: f65cf779f3a3aea6de490e92bf17fa93e720a97d
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:01:11 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:01:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65cf779

virtual/perl-Storable: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild 
b/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild
index b9a2245..b6b04f4 100644
--- a/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild
+++ b/virtual/perl-Storable/perl-Storable-2.530.100-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2016-05-19 Thread Markus Meier
commit: 38b299c51bba0d9e28d5d4f8a70af8f60bb0ced3
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 19:00:29 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 19:00:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b299c5

virtual/perl-Socket: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Socket/perl-Socket-2.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Socket/perl-Socket-2.18.0.ebuild 
b/virtual/perl-Socket/perl-Socket-2.18.0.ebuild
index 442798f..49eff2c 100644
--- a/virtual/perl-Socket/perl-Socket-2.18.0.ebuild
+++ b/virtual/perl-Socket/perl-Socket-2.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~amd64-fbsd ~amd64-linux ~arm ~arm64 ~hppa ~hppa-hpux 
~ia64 ~ia64-hpux ~ia64-linux ~m68k ~m68k-mint ~mips ~ppc ~ppc64 ~ppc-aix 
~ppc-macos ~s390 ~sh ~sparc ~sparc64-solaris ~sparc-solaris ~x64-freebsd 
~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux 
~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Scalar-List-Utils/

2016-05-19 Thread Markus Meier
commit: 42beff15b76e54aac7dbe58e1f6925e1960fef63
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:59:43 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:59:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42beff15

virtual/perl-Scalar-List-Utils: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.410.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.410.0.ebuild 
b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.410.0.ebuild
index 8a364a5..2c281ad 100644
--- a/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.410.0.ebuild
+++ b/virtual/perl-Scalar-List-Utils/perl-Scalar-List-Utils-1.410.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: bb8e3d3a20c29bf33dce22e31f13ee9c4f93e0b8
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:59:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:59:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8e3d3a

virtual/perl-Pod-Simple: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Pod-Simple/perl-Pod-Simple-3.290.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.290.0.ebuild 
b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.290.0.ebuild
index 31413cb..d9dc49e 100644
--- a/virtual/perl-Pod-Simple/perl-Pod-Simple-3.290.0.ebuild
+++ b/virtual/perl-Pod-Simple/perl-Pod-Simple-3.290.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 9b125abb7043b28dae69a8cc4f534315628c5eb5
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:57:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:57:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b125abb

virtual/perl-Pod-Escapes: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r1.ebuild 
b/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r1.ebuild
index a83862b..4b69b64 100644
--- a/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r1.ebuild
+++ b/virtual/perl-Pod-Escapes/perl-Pod-Escapes-1.70.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: ef9f63da41646c905d80d5a66e1f1d19e8ea4b7f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:58:18 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:58:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef9f63da

virtual/perl-Pod-Parser: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r1.ebuild 
b/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r1.ebuild
index c6e2f92..1149e92 100644
--- a/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r1.ebuild
+++ b/virtual/perl-Pod-Parser/perl-Pod-Parser-1.630.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 3929e17828a822625d9311e46b235885ebe53b52
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:56:54 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:56:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3929e178

virtual/perl-Perl-OSType: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild 
b/virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild
index 1ecbd77..954f064 100644
--- a/virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild
+++ b/virtual/perl-Perl-OSType/perl-Perl-OSType-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: a7fd6aa1b15b8406298a3a3fa7a04ab0ee5b5c9f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:56:11 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:56:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7fd6aa1

virtual/perl-Package-Constants: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild 
b/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild
index a201df6..7772a61 100644
--- a/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild
+++ b/virtual/perl-Package-Constants/perl-Package-Constants-0.60.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: dbf1979448c488c768b6ea0e4ffac837e468a030
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:55:28 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:55:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf19794

virtual/perl-Module-Metadata: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild 
b/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild
index 16c5283..ff88c5a 100644
--- a/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild
+++ b/virtual/perl-Module-Metadata/perl-Module-Metadata-1.0.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: bdfcefb8d8e0d991e937ddbaf130bd5a02790a57
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:46:11 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:46:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfcefb8

virtual/perl-ExtUtils-ParseXS: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.280.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.280.0.ebuild 
b/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.280.0.ebuild
index 1ecbd77..954f064 100644
--- a/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.280.0.ebuild
+++ b/virtual/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.280.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 71ba1202936c0a4eb1f6a1dc577434f7d645dc74
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:54:03 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:54:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ba1202

virtual/perl-Module-CoreList: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild 
b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild
index a6a70ee..e707daa 100644
--- a/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild
+++ b/virtual/perl-Module-CoreList/perl-Module-CoreList-5.201.604.290.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread William Hubbs
commit: 9a372812c78ea8efc55b3dea6a39c2d0559bca45
Author: William Hubbs  gmail  com>
AuthorDate: Thu May 19 18:36:43 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 19 18:36:43 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=9a372812

guide.md: typo fix

This fixes #86.

 guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guide.md b/guide.md
index c8c51d7..a3195b0 100644
--- a/guide.md
+++ b/guide.md
@@ -173,7 +173,7 @@ start()
 stop()
 status()
 
-There are default implementations in rc/sh/runscript.sh - this allows very 
+There are default implementations in rc/sh/openrc-run.sh - this allows very 
 compact service scripts. These functions can be overridden per service script 
as 
 needed.
 



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

2016-05-19 Thread Markus Meier
commit: 5cb8fe8b96eb295de4c5112bef866b95702efe59
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:54:45 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:54:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb8fe8b

virtual/perl-Module-Load-Conditional: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 .../perl-Module-Load-Conditional-0.640.0-r1.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.640.0-r1.ebuild
 
b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.640.0-r1.ebuild
index 28ad5d9..2e01ffd 100644
--- 
a/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.640.0-r1.ebuild
+++ 
b/virtual/perl-Module-Load-Conditional/perl-Module-Load-Conditional-0.640.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Compress-Raw-Zlib/

2016-05-19 Thread Markus Meier
commit: 5db0b7aeb3467ce84899140dc66fd504ff0bd3da
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:36:50 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:36:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db0b7ae

virtual/perl-Compress-Raw-Zlib: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild 
b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild
index 1ecbd77..954f064 100644
--- a/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild
+++ b/virtual/perl-Compress-Raw-Zlib/perl-Compress-Raw-Zlib-2.68.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 11000ba783f3e2ed95ff688bcd980a57c6a18f36
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:53:19 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:53:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11000ba7

virtual/perl-Math-BigRat: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.800.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.800.ebuild 
b/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.800.ebuild
index e07110e..929c8b5 100644
--- a/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.800.ebuild
+++ b/virtual/perl-Math-BigRat/perl-Math-BigRat-0.260.800.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 
 IUSE=""
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 684a83c454cf93d57a03b5f94759b98919298cfd
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:52:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:52:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=684a83c4

virtual/perl-Math-BigInt: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild 
b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild
index 1e6b01a..2c43ecb 100644
--- a/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild
+++ b/virtual/perl-Math-BigInt/perl-Math-BigInt-1.999.700.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 8d5af86b8df1746ce8783a86091f01f699d80069
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:51:52 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:51:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5af86b

virtual/perl-MIME-Base64: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.150.0-r1.ebuild 
b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.150.0-r1.ebuild
index 35af2d5..3fbf996 100644
--- a/virtual/perl-MIME-Base64/perl-MIME-Base64-3.150.0-r1.ebuild
+++ b/virtual/perl-MIME-Base64/perl-MIME-Base64-3.150.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 55911fae39e432464a0b998a322e0b88b5b0be76
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:51:09 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:51:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55911fae

virtual/perl-Locale-Maketext: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild 
b/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild
index c2d7c06..f22e46f 100644
--- a/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild
+++ b/virtual/perl-Locale-Maketext/perl-Locale-Maketext-1.260.0-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE=""
 SRC_URI=""
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] proj/linux-patches: New tag: 4.5-7

2016-05-19 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Thu May 19 18:51:40 2016 +

New tag: 4.5-7




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

2016-05-19 Thread Markus Meier
commit: 180068f16282113d5ab1b6eb5ffb4da0b63347b4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:44:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:44:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180068f1

virtual/perl-ExtUtils-Install: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.40.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.40.0-r1.ebuild 
b/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.40.0-r1.ebuild
index 6f51216..98ecb9b 100644
--- a/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.40.0-r1.ebuild
+++ b/virtual/perl-ExtUtils-Install/perl-ExtUtils-Install-2.40.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2016-05-19 Thread Markus Meier
commit: dbdb253147539e6680ef15a2b8aff99c1c7e3818
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:44:44 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:44:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdb2531

virtual/perl-ExtUtils-MakeMaker: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 .../perl-ExtUtils-MakeMaker-7.40.100_rc.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.40.100_rc.ebuild 
b/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.40.100_rc.ebuild
index 1ecbd77..954f064 100644
--- a/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.40.100_rc.ebuild
+++ b/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-7.40.100_rc.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: e20de3890b03d5c1d9416f581c59f0f68f9d2780
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:45:28 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:45:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20de389

virtual/perl-ExtUtils-Manifest: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r2.ebuild 
b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r2.ebuild
index 28ad5d9..2e01ffd 100644
--- a/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r2.ebuild
+++ b/virtual/perl-ExtUtils-Manifest/perl-ExtUtils-Manifest-1.700.0-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 80b5a4206530992b339414141ea55a3832ca4e2d
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:50:27 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:50:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b5a420

virtual/perl-JSON-PP: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/virtual/perl-JSON-PP/perl-JSON-PP-2.273.0-r1.ebuild 
b/virtual/perl-JSON-PP/perl-JSON-PP-2.273.0-r1.ebuild
index 1c57bd6..e72ba0e 100644
--- a/virtual/perl-JSON-PP/perl-JSON-PP-2.273.0-r1.ebuild
+++ b/virtual/perl-JSON-PP/perl-JSON-PP-2.273.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-IO-Socket-IP/

2016-05-19 Thread Markus Meier
commit: 0a05c0fa62cd4de4700803b796880d29cd8ba1a9
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:49:43 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:49:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a05c0fa

virtual/perl-IO-Socket-IP: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r1.ebuild 
b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r1.ebuild
index f173ecb..c48969d 100644
--- a/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r1.ebuild
+++ b/virtual/perl-IO-Socket-IP/perl-IO-Socket-IP-0.370.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 0c38ca5453f43d537dbe1d9fdd9cbb4d2cbccd6e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:49:01 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:49:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c38ca54

virtual/perl-IO-Compress: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-IO-Compress/perl-IO-Compress-2.68.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-IO-Compress/perl-IO-Compress-2.68.0.ebuild 
b/virtual/perl-IO-Compress/perl-IO-Compress-2.68.0.ebuild
index cd7c2d1..bf374cf 100644
--- a/virtual/perl-IO-Compress/perl-IO-Compress-2.68.0.ebuild
+++ b/virtual/perl-IO-Compress/perl-IO-Compress-2.68.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 1e64dd6ef4c925f985d838eab25dfe42bd4162b4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:48:18 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:48:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e64dd6e

virtual/perl-IO: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-IO/perl-IO-1.350.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-IO/perl-IO-1.350.0.ebuild 
b/virtual/perl-IO/perl-IO-1.350.0.ebuild
index a411c15..ab29961 100644
--- a/virtual/perl-IO/perl-IO-1.350.0.ebuild
+++ b/virtual/perl-IO/perl-IO-1.350.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2016-05-19 Thread Markus Meier
commit: 2d70898b5d5a66b20140ac15e3e27d0f4aaba080
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:47:36 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:47:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d70898b

virtual/perl-Getopt-Long: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

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

diff --git a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.450.0.ebuild 
b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.450.0.ebuild
index 9f35e46..d7f9158 100644
--- a/virtual/perl-Getopt-Long/perl-Getopt-Long-2.450.0.ebuild
+++ b/virtual/perl-Getopt-Long/perl-Getopt-Long-2.450.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 325693b847fdfd0aad15051e3b894427533ec18d
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:46:53 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:46:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325693b8

virtual/perl-File-Spec: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild 
b/virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild
index b5adbb8..36afa09 100644
--- a/virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild
+++ b/virtual/perl-File-Spec/perl-File-Spec-3.560.100.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 0b79c54bb94b25c988398eccd5b2e2f6c606cc20
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:43:18 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:43:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b79c54b

virtual/perl-ExtUtils-Command: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0.ebuild 
b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0.ebuild
index 1ecbd77..954f064 100644
--- a/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0.ebuild
+++ b/virtual/perl-ExtUtils-Command/perl-ExtUtils-Command-1.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 0c3b5ce5e4824a5e36f5014025e02c490f1ea187
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:42:35 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:42:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c3b5ce5

virtual/perl-ExtUtils-CBuilder: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 .../perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.221.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.221.ebuild 
b/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.221.ebuild
index 1ecbd77..954f064 100644
--- a/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.221.ebuild
+++ b/virtual/perl-ExtUtils-CBuilder/perl-ExtUtils-CBuilder-0.280.221.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 02f39650bee7bcc8a1fec915a8a5c64b55a6fde1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:41:52 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:41:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f39650

virtual/perl-Exporter: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Exporter/perl-Exporter-5.720.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Exporter/perl-Exporter-5.720.0-r1.ebuild 
b/virtual/perl-Exporter/perl-Exporter-5.720.0-r1.ebuild
index aea6cba..cf695d2 100644
--- a/virtual/perl-Exporter/perl-Exporter-5.720.0-r1.ebuild
+++ b/virtual/perl-Exporter/perl-Exporter-5.720.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=""



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

2016-05-19 Thread Markus Meier
commit: d342f8b4ba3d23c31439bea1cc71a33e1a7f7826
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:41:10 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:41:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d342f8b4

virtual/perl-Encode: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Encode/perl-Encode-2.730.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-Encode/perl-Encode-2.730.0.ebuild 
b/virtual/perl-Encode/perl-Encode-2.730.0.ebuild
index 47a3ddb..8f380ae 100644
--- a/virtual/perl-Encode/perl-Encode-2.730.0.ebuild
+++ b/virtual/perl-Encode/perl-Encode-2.730.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 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"
+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"
 IUSE=""
 
 RDEPEND="~perl-core/${PN#perl-}-${PV}"



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

2016-05-19 Thread Markus Meier
commit: cefe59d6d90b79641040d1bf395174e98fb7783a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:40:27 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:40:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefe59d6

virtual/perl-Digest-SHA: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Digest-SHA/perl-Digest-SHA-5.950.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Digest-SHA/perl-Digest-SHA-5.950.0-r1.ebuild 
b/virtual/perl-Digest-SHA/perl-Digest-SHA-5.950.0-r1.ebuild
index d256b05..845e28a 100644
--- a/virtual/perl-Digest-SHA/perl-Digest-SHA-5.950.0-r1.ebuild
+++ b/virtual/perl-Digest-SHA/perl-Digest-SHA-5.950.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2016-05-19 Thread Markus Meier
commit: 613db5d8e63c1bec2659935e80d0ac98ad8e320e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 19 18:39:41 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 19 18:39:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613db5d8

virtual/perl-Digest-MD5: arm stable, bug #567482

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 virtual/perl-Digest-MD5/perl-Digest-MD5-2.540.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/perl-Digest-MD5/perl-Digest-MD5-2.540.0-r1.ebuild 
b/virtual/perl-Digest-MD5/perl-Digest-MD5-2.540.0-r1.ebuild
index 28ad5d9..2e01ffd 100644
--- a/virtual/perl-Digest-MD5/perl-Digest-MD5-2.540.0-r1.ebuild
+++ b/virtual/perl-Digest-MD5/perl-Digest-MD5-2.540.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



  1   2   3   >