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

2017-05-22 Thread Hans de Graaff
commit: 3409d6bd0b7798dc32b1dac50a133cc0f0a62bb7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 23 05:11:50 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 23 05:11:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3409d6bd

dev-ruby/test-unit: add 3.2.4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/test-unit/Manifest   |  1 +
 dev-ruby/test-unit/test-unit-3.2.4.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/test-unit/Manifest b/dev-ruby/test-unit/Manifest
index 656fac52c21..29527245916 100644
--- a/dev-ruby/test-unit/Manifest
+++ b/dev-ruby/test-unit/Manifest
@@ -3,3 +3,4 @@ DIST test-unit-2.5.5.gem 04 SHA256 
3216d6584293964c438e0573fa8f0273d12df2abb
 DIST test-unit-3.1.9.gem 124416 SHA256 
3efe0e17e4bc9880ada13515198531f6101bf6d03c5e5556f53cc72b45c33aec SHA512 
ec3068db7faceb5c6a3f3a848512aa76ec2e360a2a1ca7ec45fd6c1b84f45f04fb1b4d77120dfde7b0a41e4a8435fa37ba6550e4242e3817d344b3ca8d7b4428
 WHIRLPOOL 
715cd547da273b6384a5f6191d2d80c26a1044ff94639cd4bdfd9a80553e026522e495683323572be41081dbad1f35fcab20b6b4c98a9f65ac576c8682e088f7
 DIST test-unit-3.2.2.gem 125440 SHA256 
1c86c35654d22f19c721f3ec68be5ad5f369be3b9d990349dfd4561a6537ca4e SHA512 
da65b7b586844e0df071db8c157b05967f1a8bec9c52d0db256a3772ef7774e82e309bf34daa1f0997c6c6d0b5b637d179e1cd99047e2cb5797152121aee746e
 WHIRLPOOL 
2c98f0bdbb3730c7f8a4063dc5ffa701faab8bc390572660daebf703437f0e39a90badcef46c6f2a2119e9b181b041b4ba8a97a28340bcbec5d4b927195330da
 DIST test-unit-3.2.3.gem 125952 SHA256 
fe125f1418b223b9d84ea12c2557d87ccc98d2c4ae5b7ef63c75611dc4edcfce SHA512 
cdc927a60106e2f7c0afe33035da3240878fcc0edc0a7520be83cca30929cd6ecf64d1aa8e0243d40d55124e97f71781a63fb6a22e79160794a71fdce31d917d
 WHIRLPOOL 
9e43aad97ab972fdf17c855d5ff3912e711758a6a7bb94e94164dfb85a66d2fb56d8e928b4e64e082d20631d4305dc08e6ee8511d32ae28f386ea5afd542919c
+DIST test-unit-3.2.4.gem 128000 SHA256 
470fe5e582650ea485c7a5c2242fc9b6dc2018d9aa11dab1662a3b672919ab26 SHA512 
e2ff209c9aef1b01c14a9dcea0c07d22fdc302cb42d68ffa8dd98d64dc444252ee746c3f3a2ad6ff4651c176d84d1b862e037a8a140c078b7f142a624115d3c7
 WHIRLPOOL 
96f0be0e15e9492ee9370c1562b7f987f35125058d6b66eb55cfa3bb72d50967025216f65695b357396df223539bad9a6aa1a19a5e133ab6355f5dc8fb4c6b4b

diff --git a/dev-ruby/test-unit/test-unit-3.2.4.ebuild 
b/dev-ruby/test-unit/test-unit-3.2.4.ebuild
new file mode 100644
index 000..a2ce766c7f2
--- /dev/null
+++ b/dev-ruby/test-unit/test-unit-3.2.4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md doc-install/text/*.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An xUnit family unit testing framework for Ruby"
+HOMEPAGE="https://rubygems.org/gems/test-unit;
+
+LICENSE="|| ( Ruby GPL-2 ) PSF-2"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+ruby_add_rdepend "dev-ruby/power_assert"
+
+all_ruby_prepare() {
+   mv doc doc-install || die "moving doc directory out of the way failed"
+}
+
+each_ruby_test() {
+   ${RUBY} test/run-test.rb || die "testsuite failed"
+}
+
+all_ruby_install() {
+   all_fakegem_install
+
+   newbin "${FILESDIR}"/testrb-3 testrb-2
+}



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

2017-05-22 Thread Hans de Graaff
commit: effb0fe769655cb97fa8f758b9f4c9c704b91410
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue May 23 05:30:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May 23 05:30:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effb0fe7

dev-ruby/webmock: add 3.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/webmock/Manifest |  1 +
 dev-ruby/webmock/webmock-3.0.1.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-ruby/webmock/Manifest b/dev-ruby/webmock/Manifest
index 9154fc28431..fdc773bc142 100644
--- a/dev-ruby/webmock/Manifest
+++ b/dev-ruby/webmock/Manifest
@@ -3,3 +3,4 @@ DIST webmock-1.24.6.gem 04 SHA256 
c516e1b309697af303e647dc2f3c7222b13ef70c1c
 DIST webmock-2.1.0.gem 111616 SHA256 
e4ccb85d1483409533daf01f08b6af198cf8603fb2a71106207acb084f96cb58 SHA512 
604318766d1a23e76c03e0f39bcdc28aa0a23cba14bd8b5a3b33894aa30ece1d5ac56456500143745a2751ddc7bd0424ef195c82b78d66b5e28e10d5059facfa
 WHIRLPOOL 
fd749dca7533e893c59f550e4bc7b96c7fada8674ff00d69b4f08946827ea95599209709bef40210a69e71612df52b11a265d4cf9eba0301343287cd27269164
 DIST webmock-2.3.1.gem 111616 SHA256 
de4c7b571a858110a47fb471dc3964af08ceb73c4303df83a1a51df3a72041a0 SHA512 
b51583a67da44a2aa0c616442f03d1066d9e9270b0cb0fbca48c30d06cef4c008c6fe29186951916afc2b8bccec92a510d34f7a537d4d6889b16e2ad779eb627
 WHIRLPOOL 
2c50f7b7e22d50624e7ca84aa5531d4a94a0aa77b0ebc7ca0d94f2d1343efcf7984c82eac38a7021da4a18de44284e76c8a4358ddb30a91026cdedd9bb0b3362
 DIST webmock-2.3.2.gem 112128 SHA256 
c5339ec35be0e119fd928b453a1b8def6e3210b33ade33c443d7ba5535661312 SHA512 
bb61b645b287d15690aa81db4d4c937d3456e1911d394ef1fb31e8ff3530d47b865aa039c8aaa4d4b6a72132dfcdd06be66adf1b53793384dc27ac1c9f9c01e6
 WHIRLPOOL 
a942e571ae7860922b60cbe74af730520ab40083c107f1a14d43891f50a25696ba513f1e66c2a5e3019476e7a728b4da7860bf3b6b03fb4e88f4d84b4232e7eb
+DIST webmock-3.0.1.gem 112640 SHA256 
53b2422e7b07a318f43d7bb9cbb3cf82ecfdaffa5f085c69b426db9e8efc463f SHA512 
a5924105744a0b09e38501f242f3c19a6c483acdea5792bbe4805d046a4748b9ce8390745837bbf8c8101b1713e62940bda1f9e6b3d63d37b007521c46c521d5
 WHIRLPOOL 
d902df4c76654c1279a3f4b64547bd88469ac1fb1b344db870fd288a78325a1b3988bf0d0360e25cd3a44daf64a068d3076a28acfebc07b9d954818a72f57eb9

diff --git a/dev-ruby/webmock/webmock-3.0.1.ebuild 
b/dev-ruby/webmock/webmock-3.0.1.ebuild
new file mode 100644
index 000..a56677359fa
--- /dev/null
+++ b/dev-ruby/webmock/webmock-3.0.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_TEST="test spec NO_CONNECTION=true"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows stubbing HTTP requests and setting expectations on HTTP 
requests"
+HOMEPAGE="https://github.com/bblimke/webmock;
+
+LICENSE="GPL-2"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/addressable-2.3.6 >=dev-ruby/crack-0.3.2 
dev-ruby/hashdiff"
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   >=dev-ruby/test-unit-3.0.0
+   dev-ruby/rack
+   >=dev-ruby/httpclient-2.8.0
+   >=dev-ruby/patron-0.4.18
+   >=dev-ruby/http-0.8.0:0.8 )"
+
+all_ruby_prepare() {
+   # Remove bundler support
+   rm Gemfile || die
+   sed -i -e '/[Bb]undler/d' Rakefile || die
+   sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die
+   sed -i -e '1igem "test-unit"' test/test_helper.rb || die
+
+   # There is now optional support for curb and typhoeus which we don't
+   # have in Gentoo yet. em_http_request is available in Gentoo but its
+   # version is too old.
+   sed -i -e '/\(curb\|typhoeus\|em-http\)/d' spec/spec_helper.rb || die
+   rm spec/acceptance/{typhoeus,curb,excon,em_http_request}/* || die
+
+   # Avoid httpclient specs that require network access, most likely
+   # because mocking does not fully work.
+   sed -i -e '/httpclient streams response/,/^  end/ s:^:#:' \
+   -e '/are detected when manually specifying Authorization 
header/,/^end/ s:^:#:' \
+   spec/acceptance/httpclient/httpclient_spec.rb
+}
+
+each_ruby_test() {
+   ${RUBY} -S rake test NO_CONNECTION=true || die
+   ${RUBY} -S rspec-3 spec || die
+
+   einfo "Delay to allow the test server to stop"
+   sleep 10
+}



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

2017-05-22 Thread Matt Turner
commit: 028c50a850c742179f8a5bd143f3acdb8e876a0f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May 22 22:30:56 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May 22 22:32:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028c50a8

media-libs/libepoxy: Version bump to 1.4.2

 media-libs/libepoxy/Manifest  |  1 +
 media-libs/libepoxy/libepoxy-1.4.2.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/media-libs/libepoxy/Manifest b/media-libs/libepoxy/Manifest
index 202b3f512b8..8d22cf3d00a 100644
--- a/media-libs/libepoxy/Manifest
+++ b/media-libs/libepoxy/Manifest
@@ -1 +1,2 @@
 DIST libepoxy-1.4.1.tar.gz 309759 SHA256 
da8f42c355b62c2c3ff6bc534c2a24099707b249c2af6eaf8db54b94c364a504 SHA512 
6656df4d447bd581b7701931070e03accb5b105426248f2b3360ba59bf50e09ce8be4c9691904b517b92fbfe241f8f3f435de116ca77ea2a0ecf1c121fb24a11
 WHIRLPOOL 
c44047342a43306fa72fe6e4b21142064a42e6d1b079a386d929f3b9244e3cd664bf406cb98f8cb68a508b363f9c8a794b4f6f98a4bf82ffa739b4be00401b2f
+DIST libepoxy-1.4.2.tar.gz 309973 SHA256 
61613b2cdc0167917229aa308d6eab2473f0408f84f3ccbd77d8677b42e89e39 SHA512 
b94e1fe749c63a82f38369ff62b7d0d8cf1c55884159f030dc2919c17daf5811dd71cfd6a663edb38df66ff4ca53120a6a53501568cc8a582f08d4ae82fe9d89
 WHIRLPOOL 
83a6519ccc46126038b14a51eef36663dcf434f094685bca5e7a55f539d8ab2502eeab44d1471d8ecb1fe09156ccf04b0f9c7dc005c824feebe46ae342df4714

diff --git a/media-libs/libepoxy/libepoxy-1.4.2.ebuild 
b/media-libs/libepoxy/libepoxy-1.4.2.ebuild
new file mode 100644
index 000..e68473e91a5
--- /dev/null
+++ b/media-libs/libepoxy/libepoxy-1.4.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGIT_REPO_URI="git://github.com/anholt/libepoxy.git"
+
+if [[ ${PV} = * ]]; then
+   GIT_ECLASS="git-r3"
+fi
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_REQ_USE='xml(+)'
+inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
+
+DESCRIPTION="Epoxy is a library for handling OpenGL function pointer 
management for you"
+HOMEPAGE="https://github.com/anholt/libepoxy;
+if [[ ${PV} = * ]]; then
+   SRC_URI=""
+else
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test +X"
+
+DEPEND="${PYTHON_DEPS}
+   media-libs/mesa[egl,${MULTILIB_USEDEP}]
+   x11-misc/util-macros
+   X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
+RDEPEND=""
+
+src_unpack() {
+   default
+   [[ $PV = * ]] && git-r3_src_unpack
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   $(use_enable X glx)
+}



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

2017-05-22 Thread Matt Turner
commit: 5b5f708396578af2cbe7e4aec9e8190d6957c9d6
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May 22 22:31:34 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May 22 22:32:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5f7083

media-libs/libepoxy: Drop empty KEYWORDS assignment

 media-libs/libepoxy/libepoxy-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-libs/libepoxy/libepoxy-.ebuild 
b/media-libs/libepoxy/libepoxy-.ebuild
index 8429b558b4c..e68473e91a5 100644
--- a/media-libs/libepoxy/libepoxy-.ebuild
+++ b/media-libs/libepoxy/libepoxy-.ebuild
@@ -16,7 +16,6 @@ inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1
 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer 
management for you"
 HOMEPAGE="https://github.com/anholt/libepoxy;
 if [[ ${PV} = * ]]; then
-   KEYWORDS=""
SRC_URI=""
 else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"



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

2017-05-22 Thread Matt Turner
commit: ba27860502d98d10a4fddcb2d41336da66a6eb16
Author: Matt Turner  gentoo  org>
AuthorDate: Mon May 22 22:29:29 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon May 22 22:29:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba278605

media-libs/libepoxy: Enable USE=+X by default.

Missed in commit c8da55057f.

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

diff --git a/media-libs/libepoxy/libepoxy-.ebuild 
b/media-libs/libepoxy/libepoxy-.ebuild
index 8b741660cf3..8429b558b4c 100644
--- a/media-libs/libepoxy/libepoxy-.ebuild
+++ b/media-libs/libepoxy/libepoxy-.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="test X"
+IUSE="test +X"
 
 DEPEND="${PYTHON_DEPS}
media-libs/mesa[egl,${MULTILIB_USEDEP}]



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

2017-05-22 Thread Lars Wendler
commit: c5ace3d24cc6a01f7840d8f3f30cf36365d0d329
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 22 21:45:54 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 22 21:46:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ace3d2

media-gfx/imagemagick: Security bump to versions 6.9.8.6 and 7.0.5.7

See Gentoo bug #619000

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-gfx/imagemagick/Manifest | 3 ++-
 .../{imagemagick-7.0.5.4.ebuild => imagemagick-6.9.8.6.ebuild} | 0
 .../{imagemagick-7.0.5.4.ebuild => imagemagick-7.0.5.7.ebuild} | 0
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index a00bfc9ac6d..763255c230b 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,4 +1,5 @@
 DIST ImageMagick-6.9.7-4.tar.xz 8797776 SHA256 
68842c55ed9c958b84aae17974961cefff4212bf7146f09fd15c09dbdc2d9629 SHA512 
9ee9cf01c486575183a67e418bdbdcf4ac2b7ea2f9ff033db6a74f8271af0567da00f020dd8c18e042221d20444bed21d5d5256944ddeaf9916b62bf1844acf6
 WHIRLPOOL 
7c75006dafd28bb0fe02e130b4fcbae5fe54c6fbfdb29ba6b49796a14354e7aeb56b80c498eb57a4a8c7b383af025406dfeba66735ba89fd35d61125b51e7d41
 DIST ImageMagick-6.9.7-9.tar.xz 8796644 SHA256 
831e0ed90fd85a63d8282ba66878953a11a2b1e6912b9104f7cb5593a0891bbb SHA512 
1954e14e5da1d24b44c69352444ad66aa08be2d3698d5efa7e71703064cbae56fd75eb72ba178ac8fdb4513b9eaebe87adcc6cfd19b9e11eda1b0c2704e12481
 WHIRLPOOL 
1a9fe789dd7b954b47c97bf33b3615784731285dea54eed684a191885748c1db3b0c66c0b2d20f294a426ce029e2b11da8e7a4b1a9fc8d12ebf5565ba3349e01
 DIST ImageMagick-6.9.8-3.tar.xz 8819084 SHA256 
5dd5804f803d01f0c0c6fc0f3da68cc8e4c638b5ff56770f8481bbe202411316 SHA512 
78d467a3d6f38d9b2f30d9d5154a45396a082e7c31119e37a3646080fbc3a87447e9fd73ffbdcc8cf45e9370bdab963d7e5b674d5933ac6d52e017371d7c1460
 WHIRLPOOL 
80ad8fe7afd7a564739426d1e8eee8d85900c420a07a1edc7ef047958537c0fbd5674e9f3385cc7448e903b4ebd08c24e21bdf3e0615d42614a740df7abba914
-DIST ImageMagick-7.0.5-4.tar.xz 8316148 SHA256 
4a1dde5bdfec0fc549955a051be25b7ff96dfb192060997699e43c7ce0f06ab2 SHA512 
4f2af87c3da5723b1b8030faf37c7b3a09f25301749f9b5c35c175b825c5f8758f29d8d36bb0acb285d2beae13aa45d906455cefec37a247c039ba98222b41ef
 WHIRLPOOL 
8a30a7cc27666b5f7f5bd349bc06face8a836d7bce9e99a17782333e3eb54257a6635e47da791e3264d5fd1961c1558bbc3490daf93380fd5cfa62e763866e8d
+DIST ImageMagick-6.9.8-6.tar.xz 8772452 SHA256 
dc587a30457d1b42fa980fe7d94bfad906407ad811335e60f5eb673b3a17afeb SHA512 
9bd05db02f0565063d6513620567e54b66521dc49b9dd26a83e68d1aab3ca599b9b34ba0661df2e3a88042b88806db156f6a1e9598c34d76307c0fb4ad0c4271
 WHIRLPOOL 
de126414da7b8bfc99102ad7ff3e3d181bc584561344b29c927f66531ecf797ef5e95100279af7a20372a13be67829565d47c612676089419d413ddfa84fa632
+DIST ImageMagick-7.0.5-7.tar.xz 8261496 SHA256 
f72d089074d6c968bab38d1c18b22bd92c876e7ae23f7261db0b7c3552186586 SHA512 
b634d4bba00fb3a344af350c29d8ecb397901c05cafece1de136a1d8f95e65a1324b4f035b5ed021d505980e8b373ddd4995805b73ed48a257039aa829e58855
 WHIRLPOOL 
1ac5e950fdf57e2000fae3c1817725e2ea86f41e6e51661a4cb93a47b83cba9864874d3d3662831fbd66308e2816744d9a7532ebeea1c615e3bad9a879a5f0a9

diff --git a/media-gfx/imagemagick/imagemagick-7.0.5.4.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.8.6.ebuild
similarity index 100%
copy from media-gfx/imagemagick/imagemagick-7.0.5.4.ebuild
copy to media-gfx/imagemagick/imagemagick-6.9.8.6.ebuild

diff --git a/media-gfx/imagemagick/imagemagick-7.0.5.4.ebuild 
b/media-gfx/imagemagick/imagemagick-7.0.5.7.ebuild
similarity index 100%
rename from media-gfx/imagemagick/imagemagick-7.0.5.4.ebuild
rename to media-gfx/imagemagick/imagemagick-7.0.5.7.ebuild



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

2017-05-22 Thread Patrice Clement
commit: 46f220fb076f0ff07fb6c57f2b6d705ea20397b0
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon May 22 21:41:42 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon May 22 21:41:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46f220fb

sys-apps/nawk: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../nawk/files/nawk-20121220-parallel-build.patch  |  4 +-
 sys-apps/nawk/nawk-20121220-r3.ebuild  | 62 ++
 2 files changed, 64 insertions(+), 2 deletions(-)

diff --git a/sys-apps/nawk/files/nawk-20121220-parallel-build.patch 
b/sys-apps/nawk/files/nawk-20121220-parallel-build.patch
index 45a3e5624a4..ee6421c665a 100644
--- a/sys-apps/nawk/files/nawk-20121220-parallel-build.patch
+++ b/sys-apps/nawk/files/nawk-20121220-parallel-build.patch
@@ -1,5 +1,5 @@
 makefile.orig  2013-02-06 10:26:36.452829647 -0700
-+++ makefile   2013-02-07 09:12:13.293898947 -0700
+--- a/makefile 2013-02-06 10:26:36.452829647 -0700
 b/makefile 2013-02-07 09:12:13.293898947 -0700
 @@ -44,7 +44,7 @@
  LISTING = awk.h proto.h awkgram.y lex.c b.c main.c maketab.c parse.c \
lib.c run.c tran.c 

diff --git a/sys-apps/nawk/nawk-20121220-r3.ebuild 
b/sys-apps/nawk/nawk-20121220-r3.ebuild
new file mode 100644
index 000..a52e72d09b2
--- /dev/null
+++ b/sys-apps/nawk/nawk-20121220-r3.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Brian Kernighan's pattern scanning and processing language"
+HOMEPAGE="http://cm.bell-labs.com/cm/cs/awkbook/index.html;
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-macos"
+
+RDEPEND="
+   app-eselect/eselect-awk
+   !sys-freebsd/freebsd-ubin"
+
+DEPEND="
+   ${RDEPEND}
+   virtual/yacc"
+
+S="${WORKDIR}"
+
+PATCHES=( "${FILESDIR}/${P}"-parallel-build.patch )
+
+DOCS=( README FIXES )
+
+src_prepare() {
+   default
+   rm -v ytab.[hc] || die
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   CPPFLAGS=-DHAS_ISBLANK \
+   ALLOC="${LDFLAGS}" \
+   YACC=$(type -p yacc) \
+   YFLAGS="-d"
+}
+
+src_install() {
+   newbin a.out "${PN}"
+   sed \
+   -e 's/awk/nawk/g' \
+   -e 's/AWK/NAWK/g' \
+   -e 's/Awk/Nawk/g' \
+   awk.1 > "${PN}".1 || die "manpage patch failed"
+   doman "${PN}.1"
+   einstalldocs
+}
+
+pkg_postinst() {
+   eselect awk update ifunset
+}
+
+pkg_postrm() {
+   eselect awk update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clozurecl/

2017-05-22 Thread José María Alonso
commit: 36ec0d8f72bceed48705c6583ba1a5e058347626
Author: Yegor Timoshenko  gmail  com>
AuthorDate: Mon May 22 21:22:43 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon May 22 21:23:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ec0d8f

dev-lisp/clozurecl: Gentoo Prefix support

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

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-lisp/clozurecl/Manifest |   3 +
 dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild | 100 
 2 files changed, 103 insertions(+)

diff --git a/dev-lisp/clozurecl/Manifest b/dev-lisp/clozurecl/Manifest
index eec817ea486..e93322e6551 100644
--- a/dev-lisp/clozurecl/Manifest
+++ b/dev-lisp/clozurecl/Manifest
@@ -1,3 +1,6 @@
 DIST ccl-1.10-linuxx86.tar.gz 43796090 SHA256 
8ca272656214837b57746b9b84395987bc524329b38a1f42a605f45bf0282657 SHA512 
10504e2569a99ba8b6fc4ac745312435c6be646c86ec3916a3750f823f79b3b8ec87fe53ba2410151feeaaed0609e1760ee3d37a77f01d815d1ec13c2394258e
 WHIRLPOOL 
75c7516eba92ad0fc603301e958dc5ba8271b0819ab46af7f61e97edeb405098c4d84a8f8e8ed73ee85462b6ab7c4805bbcbf0a0f354fb62f077cf8cf10bffa4
+DIST ccl-1.11-darwinx86.tar.gz 14270464 SHA256 
cf488651315638246ecdb9b7e8d58d78e0ce3222318044a115533e9b536fd94e SHA512 
c2d320872c402405d2972898c77401b1c046685af95e75e0646be989fe91d2ff458a29eaa9c1475cb73531f30858c57a075a23bdf95b9bbf269d63399aea9ea1
 WHIRLPOOL 
9435cc26c854cd1044178c26e1f6836d4edbfd1763dfc6216017d892c999d8d46ca969c94bb3e7f3503cfad2edfc588ae45716c1c9c5fcd283669110633f45db
+DIST ccl-1.11-linuxarm.tar.gz 23044178 SHA256 
64a1911fbe516b73964b377df360c3a40695c6155e0730a6590c67f1953a88f4 SHA512 
b8034569f0c47106107fee6bd859051052d43c3bcd625a1956eae467ef0225425d5429678e3584136adc929ccfbbe4b800bffa66ea758cd2b734aa3ed55a9dda
 WHIRLPOOL 
bdd4e01fbfb1a5e2ac8b1d2ba9b85dd5e01e94ea0b99718e757b1e1c0b1c5dbc6ffd988ca5d7a7ac494b8cdb8ff4ca36260d61a32e39b6314fc4aec3253f9ff7
 DIST ccl-1.11-linuxx86.tar.gz 42482877 SHA256 
08e885e8c2bb6e4abd42b8e8e2b60f257c6929eb34b8ec87ca1ecf848fac6d70 SHA512 
34008654fd3ceca55a33413a768c398395141e26b9ea09204739ca7e998fdbe94ab92507eda14cf9bcbb9f76e6c3cae3006d7f2c9f48749c66e1f1281febb409
 WHIRLPOOL 
4a0d1e6495be62f04f48d6923f95468ca1d1c8bafb3c00d4a5b1f705eb70fac52b7d8ed3b248b698707cd89f1eb4a0196b94d869e9bea52ea895fb8fae00bb41
+DIST ccl-1.11-solarisx86.tar.gz 46926817 SHA256 
8b983ec3968e987bae6109dbb12d912ea8f050983dcd3eb9e8a5e91f45f683aa SHA512 
f35df9e9c7644331a0f6b77e7b0a6f0b2e297f6249ef7a669932ab6685ca426f87423faf01c64cc1f7eb7fcd0dd4fb7c0d70d039bbcadca5d9201b0a348a36be
 WHIRLPOOL 
11e37a489cf51bff1084cacb33c91aa952f3552b2dac0d23c744d5371f45b8bd41fdb39bfdb5fc40bfc2f2467e5aa6224067f8b8a0ecf01ad9eddbc0d3fded7b
 DIST ccl.html 962003 SHA256 
10fe7bf2818a2a029dcd53b274124f84713bed32b24170d09134feee470a5c6e SHA512 
0cb9ee8f7eb6007e08241a0797519ff3bfc3d3adc0b5ac86e6a2e9e8b2e316fc421bea3b04159decc0a2b37ff7098147e25266946cc3c1ac367b93e4821a8b64
 WHIRLPOOL 
ce93bb1537fd5c03050b5aa7f14414188a3cacf881ff0fcb87c532a43e51bd6139a11dd58c28397e7981ab120ce85e8303762c5f418f995b1c545f436b4d6abe

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild
new file mode 100644
index 000..8c1c342d870
--- /dev/null
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+MY_PN=ccl
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
+HOMEPAGE="https://ccl.clozure.com;
+SRC_URI="
+   x86?   ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+   amd64? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+   arm? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxarm.tar.gz )
+   x86-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz 
)
+   x64-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz 
)
+   x86-solaris? ( 
${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
+   x64-solaris? ( 
${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
+   doc? ( ${HOMEPAGE}/docs/ccl.html )"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc"
+
+RDEPEND=">=dev-lisp/asdf-2.33-r3:="
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_PN}
+ENVD="${T}/50ccl"
+
+src_configure() {
+   if use x86-macos; then
+   CCL_RUNTIME=dx86cl; CCL_HEADERS=darwin-x86-headers; 
CCL_KERNEL=darwinx8632
+   elif use x64-macos; then
+   CCL_RUNTIME=dx86cl64; CCL_HEADERS=darwin-x86-headers64; 
CCL_KERNEL=darwinx8664
+   elif use x86-solaris; then
+   CCL_RUNTIME=sx86cl; CCL_HEADERS=solarisx86-headers; 
CCL_KERNEL=solarisx86
+   elif use x64-solaris; then
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-binary-component/

2017-05-22 Thread Göktürk Yüksek
commit: c11fc76d645ed4cebe6334273e4536f9f80ea1ca
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon May 22 21:20:33 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon May 22 21:20:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11fc76d

app-admin/lastpass-binary-component: bump to 4.1.44 #617536

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/lastpass-binary-component/Manifest| 2 +-
 ...ry-component-4.1.2.ebuild => lastpass-binary-component-4.1.4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/lastpass-binary-component/Manifest 
b/app-admin/lastpass-binary-component/Manifest
index a76d7fc7674..753abbd8013 100644
--- a/app-admin/lastpass-binary-component/Manifest
+++ b/app-admin/lastpass-binary-component/Manifest
@@ -1 +1 @@
-DIST lastpass-binary-component-4.1.2.tar.bz2 1623477 SHA256 
adb0e91f8d212d34dbb85db0b11738fe36db1a741ad5674d7070c4019a9fc75e SHA512 
6fd518fa19f7206a1007376460c61e5a5c8d868126a767b3978309f0cc7ccd069e743cb12364e6841d8d3cb29452d058122b95f42bcfd2bd4deb4b8c77dc5f75
 WHIRLPOOL 
c50bde0ee3f82abe56803beb2bda09786f7806b5e480eb8401fe0302ee984465f2682af66243095f3ea83744d59d6d3548806c423b69a8603abed9fc3ba3d00c
+DIST lastpass-binary-component-4.1.4.tar.bz2 1623477 SHA256 
adb0e91f8d212d34dbb85db0b11738fe36db1a741ad5674d7070c4019a9fc75e SHA512 
6fd518fa19f7206a1007376460c61e5a5c8d868126a767b3978309f0cc7ccd069e743cb12364e6841d8d3cb29452d058122b95f42bcfd2bd4deb4b8c77dc5f75
 WHIRLPOOL 
c50bde0ee3f82abe56803beb2bda09786f7806b5e480eb8401fe0302ee984465f2682af66243095f3ea83744d59d6d3548806c423b69a8603abed9fc3ba3d00c

diff --git 
a/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.2.ebuild 
b/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.4.ebuild
similarity index 97%
rename from 
app-admin/lastpass-binary-component/lastpass-binary-component-4.1.2.ebuild
rename to 
app-admin/lastpass-binary-component/lastpass-binary-component-4.1.4.ebuild
index 40a551fcd97..c46f9987de0 100644
--- a/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.2.ebuild
+++ b/app-admin/lastpass-binary-component/lastpass-binary-component-4.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/

2017-05-22 Thread José María Alonso
commit: c467d253e8f1bc36ecbfbc921bcbbe02c5dfac3f
Author: Yegor Timoshenko  gmail  com>
AuthorDate: Mon May 22 21:18:52 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon May 22 21:19:42 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c467d253

dev-lisp/clozurecl: Gentoo prefix support

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

 dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild | 100 
 1 file changed, 100 insertions(+)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild
new file mode 100644
index ..8c1c342d
--- /dev/null
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r2.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+MY_PN=ccl
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Common Lisp implementation, derived from Digitool's MCL product"
+HOMEPAGE="https://ccl.clozure.com;
+SRC_URI="
+   x86?   ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+   amd64? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxx86.tar.gz )
+   arm? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-linuxarm.tar.gz )
+   x86-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz 
)
+   x64-macos? ( ${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-darwinx86.tar.gz 
)
+   x86-solaris? ( 
${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
+   x64-solaris? ( 
${HOMEPAGE}/ftp/pub/release/${PV}/${MY_P}-solarisx86.tar.gz )
+   doc? ( ${HOMEPAGE}/docs/ccl.html )"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="doc"
+
+RDEPEND=">=dev-lisp/asdf-2.33-r3:="
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/${MY_PN}
+ENVD="${T}/50ccl"
+
+src_configure() {
+   if use x86-macos; then
+   CCL_RUNTIME=dx86cl; CCL_HEADERS=darwin-x86-headers; 
CCL_KERNEL=darwinx8632
+   elif use x64-macos; then
+   CCL_RUNTIME=dx86cl64; CCL_HEADERS=darwin-x86-headers64; 
CCL_KERNEL=darwinx8664
+   elif use x86-solaris; then
+   CCL_RUNTIME=sx86cl; CCL_HEADERS=solarisx86-headers; 
CCL_KERNEL=solarisx86
+   elif use x64-solaris; then
+   CCL_RUNTIME=sx86cl64; CCL_HEADERS=solarisx64-headers; 
CCL_KERNEL=solarisx64
+   elif use x86; then
+   CCL_RUNTIME=lx86cl; CCL_HEADERS=x86-headers; 
CCL_KERNEL=linuxx8632
+   elif use amd64; then
+   CCL_RUNTIME=lx86cl64; CCL_HEADERS=x86-headers64; 
CCL_KERNEL=linuxx8664
+   elif use arm; then
+   CCL_RUNTIME=armcl; CCL_HEADERS=arm-headers; CCL_KERNEL=linuxarm
+   elif use ppc; then
+   CCL_RUNTIME=ppccl; CCL_HEADERS=headers; CCL_KERNEL=linuxppc
+   elif use ppc64; then
+   CCL_RUNTIME=ppccl64; CCL_HEADERS=headers64; 
CCL_KERNEL=linuxppc64
+   fi
+}
+
+src_prepare() {
+   default
+   eapply "${FILESDIR}/${MY_PN}-format.patch"
+   # 
https://lists.clozure.com/pipermail/openmcl-devel/2016-September/011399.html
+   sed -i "s/-dynamic/-no_pie/" "${S}/lisp-kernel/darwinx8664/Makefile" || 
die
+   cp "${EPREFIX}/usr/share/common-lisp/source/asdf/build/asdf.lisp" 
tools/ || die
+}
+
+src_compile() {
+   emake -C lisp-kernel/${CCL_KERNEL} clean
+   emake -C lisp-kernel/${CCL_KERNEL} all CC="$(tc-getCC)"
+
+   unset CCL_DEFAULT_DIRECTORY
+   ./${CCL_RUNTIME} -n -b -Q -e '(ccl:rebuild-ccl :full t)' -e 
'(ccl:quit)' || die "Compilation failed"
+
+   # remove non-owner write permissions on the full-image
+   chmod go-w ${CCL_RUNTIME}{,.image} || die
+
+   esvn_clean
+}
+
+src_install() {
+   local target_dir="/usr/$(get_libdir)/${PN}"
+   local prefix_dir="${EPREFIX}/${target_dir#/}"
+
+   mkdir -p "${D}/${prefix_dir#/}"
+
+   find . -type f -name '*fsl' -delete || die
+   rm -f lisp-kernel/${CCL_KERNEL}/*.o || die
+   cp -a compiler contrib level-0 level-1 lib library lisp-kernel scripts \
+   tools xdump ${CCL_HEADERS} ${CCL_RUNTIME} ${CCL_RUNTIME}.image \
+   "${D}/${prefix_dir#/}" || die
+
+   echo "CCL_DEFAULT_DIRECTORY=${prefix_dir}" > "${ENVD}"
+   doenvd "${ENVD}"
+
+   dosym "${target_dir}/${CCL_RUNTIME}" /usr/bin/ccl
+   dodoc doc/release-notes.txt
+
+   if use doc ; then
+   dodoc "${DISTDIR}/ccl.html"
+   dodoc -r doc/manual
+   dodoc -r examples
+   fi
+}



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

2017-05-22 Thread Michael Weber
commit: 80d42a4efdfd7d1b7e7662a0cabf9437502ceb2b
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 20:56:56 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 21:12:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d42a4e

sys-fs/btrfs-progs: ppc64 stable (bug 618430).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc64"

 sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild
index 0f4ee9f4fd6..78bee65b60c 100644
--- a/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild
+++ b/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild
@@ -9,7 +9,7 @@ libbtrfs_soname=0
 
 if [[ ${PV} !=  ]]; then
MY_PV=v${PV}
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86"

SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
S="${WORKDIR}"/${PN}-${MY_PV}
 else



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

2017-05-22 Thread Michael Weber
commit: c52943ab2b1ca8d3aed331e8f5243637786bb3d5
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 21:05:58 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 21:12:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52943ab

dev-python/unidecode: ppc ppc64 stable (bug 616976).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc ppc64"

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

diff --git a/dev-python/unidecode/unidecode-0.04.20.ebuild 
b/dev-python/unidecode/unidecode-0.04.20.ebuild
index dcdb0681a1e..be16fa8e8bf 100644
--- a/dev-python/unidecode/unidecode-0.04.20.ebuild
+++ b/dev-python/unidecode/unidecode-0.04.20.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm hppa ppc ppc64 ~sparc ~x86"
 
 S=${WORKDIR}/${MY_P}
 



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

2017-05-22 Thread Göktürk Yüksek
commit: 2d1b3ecdaa377617df46bd46785c86547d5ed75e
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Mon May 22 21:05:12 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon May 22 21:05:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d1b3ecd

app-admin/lastpass-cli: bump to 1.1.2 #617534

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/lastpass-cli/Manifest  |  1 +
 app-admin/lastpass-cli/lastpass-cli-1.1.2.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
index 14217969e06..17a37c73eb8 100644
--- a/app-admin/lastpass-cli/Manifest
+++ b/app-admin/lastpass-cli/Manifest
@@ -1 +1,2 @@
 DIST lastpass-cli-1.0.0.tar.gz 92311 SHA256 
42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e SHA512 
4709b3e4d6064c8c5cb593344e6417355d7df570240dce8eb77a19f3377ea38585280a9602cf8ab926c55c6afd84b297f261b0c8a40d355734d5cc542d46f610
 WHIRLPOOL 
394bfb597f5262dd1e47c7a3c48ef093b398f90c6dcacac6b172bb008891c76faf448ecf6be0ebfa277d18d335b166b7efadc063acc57ce88274004d1734bf21
+DIST lastpass-cli-1.1.2.tar.gz 102796 SHA256 
bc737d8e6d713c8aecdfb7f34b29aa9a8ae9b1e9ba80b31059686b18591a8c39 SHA512 
8115cb07cfca15ef402bdbd8ce943352e1534ddb781274e21cb0fafa4bcd9ab7abe4ddba57c4ebbce326f09cc9249f244607d16cac5597e61cf21c73417e7d9c
 WHIRLPOOL 
c7e6a4d5ac9b8c52f53e081b367289b390704fa4dfbf13a9ea0086e4ca0d49f9ef5a39f9ea854387ffb66fbd18f9b5263d17ae6573c4286fb7a36ebdce724d7f

diff --git a/app-admin/lastpass-cli/lastpass-cli-1.1.2.ebuild 
b/app-admin/lastpass-cli/lastpass-cli-1.1.2.ebuild
new file mode 100644
index 000..d81e760b556
--- /dev/null
+++ b/app-admin/lastpass-cli/lastpass-cli-1.1.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils bash-completion-r1
+
+DESCRIPTION="Interfaces with LastPass.com from the command line."
+HOMEPAGE="https://github.com/lastpass/lastpass-cli;
+SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl X +pinentry"
+
+RDEPEND="
+   X? ( || ( x11-misc/xclip x11-misc/xsel ) )
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   net-misc/curl
+   dev-libs/libxml2
+   pinentry? ( app-crypt/pinentry )
+"
+DEPEND="${RDEPEND}
+   app-text/asciidoc
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   cmake-utils_src_compile all doc-man
+}
+
+src_install() {
+   cmake-utils_src_install install install-doc
+}



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

2017-05-22 Thread Sergei Trofimovich
commit: e789d0547c9a61efe2c2c4085539888fad42588e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon May 22 19:51:53 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon May 22 20:32:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e789d054

sys-apps/guix: bump up to 0.13.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/guix/Manifest |   2 +
 .../guix/files/guix-0.13.0-default-daemon.patch|  74 +++
 sys-apps/guix/guix-0.13.0.ebuild   | 136 +
 3 files changed, 212 insertions(+)

diff --git a/sys-apps/guix/Manifest b/sys-apps/guix/Manifest
index e4df1329983..e15e1eb103f 100644
--- a/sys-apps/guix/Manifest
+++ b/sys-apps/guix/Manifest
@@ -1,4 +1,6 @@
 DIST guix-0.12.0.tar.gz 15823786 SHA256 
6201e21186a7098af256d97562662d95353b1047799b9b216e1dd6e7692dfec9 SHA512 
d61cb289d3773977400fa3c49869f30a3feb5e0364368017b9b8eaadee814c5c31897be398d6ff142349337334eb51cb6d0354bee27c0365de69ce1a09e858d3
 WHIRLPOOL 
9515967a05a449f24da49e95340a60fb91cc471fcc532ce6cfaaea82c9161e3a65a1adc4d95e9997f019565243ca385845edc484981adfc5956112092687a0ec
+DIST guix-0.13.0.tar.gz 18490387 SHA256 
b28d52c25ba2fff53be51d7b0027f69ca52416c26b4a0100a40221b73d63a3be SHA512 
39d4e627f69850da650448b72008c1b73cbda0286d6b805bb1ea14d72eb49c5f6bdf30755b791a8b9cbb94e91ce8c1f360963250587591ce1a47db457c901daf
 WHIRLPOOL 
365b1a74fe63bbb30605b13697d13703cbc10d12af925baefedb74d0694329ca1219630b9931e07394404c41c79d48554b61af57d408d0bdfa753e4055e0093a
+DIST guix-bootstrap-aarch64-linux-20170217-guile-2.0.14.tar.xz.bootstrap 
2948976 SHA256 3939909f24dcb955621aa7f81ecde6844bea8a083969c2d275c55699af123ebe 
SHA512 
b3a5b457017357dedb71db98ef089ac90ca2b88ec5dbf0cec6c829dff7167c5478797a8d14850dd2d951713632c2859950be6c5eb029e6f6c224eecef97efd27
 WHIRLPOOL 
12c7a27f1fcc6491f95fb663bf630b844a33068460a71827cf67e2cfb579ba4021d7cc41b151b4d9073a9ec3b1406688426c8d8b998163b2e01ad473a0b16b96
 DIST guix-bootstrap-armhf-linux-20150101-guile-2.0.11.tar.xz.bootstrap 2717576 
SHA256 e551d05d4d385d6706ab8d574856a087758294dc90ab4c06e70a157a685e23d6 SHA512 
d546e2c0f676a49af482caae6f5575c7937647a81d37e49ad8be6fe12d58989cb825b5e12f2da28aff4649ee1a198ffb8f4a0beea65835a60aefaa905e87e337
 WHIRLPOOL 
c8aa4c4743768477d3a495fbdbe9d4818e9860411f4df73843a149c8659105f921501d0a5dfc2d121fa872a23f543174c84f864dce1eff69d175c456bdb5efb9
 DIST guix-bootstrap-i686-linux-20131110-guile-2.0.9.tar.xz.bootstrap 2656076 
SHA256 b757cd46bf13ecac83fb8e955fb50096ac2d17bb610ca8eb816f29302a00a846 SHA512 
f2b257e5b10dcd7421273d8d04782a2bd733781094dd963bf5bd8294604dbd158ea25cbc383a227edce84de968a962ec834226ebdd137a2e1857e2191bfada8c
 WHIRLPOOL 
270f3602e8ea10f28ab003aed28b3d19ab971c69029d1d71f7fe9601d5120222baf245e3e48910dbeedf1469227d59beb8190f23bdd2ef070390467e3f49b8c9
 DIST guix-bootstrap-mips64el-linux-20131110-guile-2.0.9.tar.xz.bootstrap 
2734180 SHA256 994680f0001346864aa2c2cc5110f380ee7518dcd701c614291682b8e948f73b 
SHA512 
8c4be098a31f63d56e7d35c174ce4095ba8317662c365d44c005980b38ba499461926754a4659e699ab271bb841c9da514f1a36b812d881c212a5f12177d73c0
 WHIRLPOOL 
f247e65cc558057ba65aa7c554f07d9ec76de2fcc4828038b1d1d89b8c5449a803fd7942812e85fced8200f1af5d981b5cff7fa53cd026335c0ba906ced251f4

diff --git a/sys-apps/guix/files/guix-0.13.0-default-daemon.patch 
b/sys-apps/guix/files/guix-0.13.0-default-daemon.patch
new file mode 100644
index 000..7a02f702115
--- /dev/null
+++ b/sys-apps/guix/files/guix-0.13.0-default-daemon.patch
@@ -0,0 +1,74 @@
+Don't require user to create profile manually even before guix-daemon runs.
+
+Default install should provide working basic environment.
+
+Revert "build: Don't embed absolute paths in .service and .conf service files."
+This reverts commit 613d0895b92c677e0639d5e77c55043e38e020c8.
+diff --git a/etc/guix-daemon.conf.in b/etc/guix-daemon.conf.in
+index 09c70cde3..8f833cb69 100644
+--- a/etc/guix-daemon.conf.in
 b/etc/guix-daemon.conf.in
+@@ -9,4 +9,4 @@ stop on runlevel [016]
+ 
+ task
+ 
+-exec @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon 
--build-users-group=guixbuild
++exec @bindir@/guix-daemon --build-users-group=guixbuild
+diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in
+index 988cf90c0..7a3f02b27 100644
+--- a/etc/guix-daemon.service.in
 b/etc/guix-daemon.service.in
+@@ -6,7 +6,7 @@
+ Description=Build daemon for GNU Guix
+ 
+ [Service]
+-ExecStart=@localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon
 --build-users-group=guixbuild
++ExecStart=@bindir@/guix-daemon --build-users-group=guixbuild
+ Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale
+ RemainAfterExit=yes
+ StandardOutput=syslog
+diff --git a/etc/guix-publish.conf.in b/etc/guix-publish.conf.in
+index 241c59455..498fa295b 100644
+--- a/etc/guix-publish.conf.in
 b/etc/guix-publish.conf.in
+@@ -9,4 +9,4 @@ stop on runlevel [016]
+ 
+ task
+ 
+-exec 

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

2017-05-22 Thread Michael Weber
commit: 24fc1b262f90dda0a5b567e51bedd28bf4bae93a
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 20:31:50 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 20:32:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24fc1b26

sys-fs/btrfs-progs: ppc stable (bug 618430).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild 
b/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild
index 8fb0544ad68..0f4ee9f4fd6 100644
--- a/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild
+++ b/sys-fs/btrfs-progs/btrfs-progs-4.10.2.ebuild
@@ -9,7 +9,7 @@ libbtrfs_soname=0
 
 if [[ ${PV} !=  ]]; then
MY_PV=v${PV}
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86"

SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz;
S="${WORKDIR}"/${PN}-${MY_PV}
 else



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

2017-05-22 Thread Matt Thode
commit: 53b7f2f854ae945961573ba96b6b74c9d7df4d53
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May 22 20:17:20 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon May 22 20:18:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7f2f8

dev-python/oslo-rootwrap: bup 5.4.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/oslo-rootwrap/Manifest  |  1 +
 .../oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild   | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/oslo-rootwrap/Manifest 
b/dev-python/oslo-rootwrap/Manifest
index 48c4008f6c7..70b6b5da931 100644
--- a/dev-python/oslo-rootwrap/Manifest
+++ b/dev-python/oslo-rootwrap/Manifest
@@ -1 +1,2 @@
 DIST oslo.rootwrap-5.4.0.tar.gz 40741 SHA256 
8b3c1c5726e0845fcd00d9f951f012bdd3405380acf125428268fba4f70f3c00 SHA512 
9848d9f18b7a4063f74d170615b99dc3ebcbcba1ff1f0a10f42b2af9284dd58a65a6b483bed20d176de00170ad60ac7b847cf5a31b950fcd7bf06ecbaecb1823
 WHIRLPOOL 
0996255270825040156767ae1b08a82aa8df87cabd9122522866ce38e99278c72242d1dfae5e0417267d1dd683b5e3d4ba0d3dcbc75e4449df2a01b267ea24b2
+DIST oslo.rootwrap-5.4.1.tar.gz 42202 SHA256 
a76cf545515c1cf6d4d9b1a01a339c1356d1eb78ff3b2190e168dafead3c7e7d SHA512 
71980ea266703c7880834cf75b69be9f7bee834a3be314f13ade1bb9903ecf6337237a32a1ed06d020c2fdd3807642af1dd676b6736052d4e57784942782d960
 WHIRLPOOL 
321a2e9774e3702015510d608e4e145d9fc69c4069865dd5215ad6e94e3692e7e56e029298e908fc007f487d54737d3cd4218dfc93d0625c6950edba45da56b2

diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild 
b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
new file mode 100644
index 000..42e6fb2940b
--- /dev/null
+++ b/dev-python/oslo-rootwrap/oslo-rootwrap-5.4.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Allows fine filtering of shell commands to run as root from 
OpenStack services"
+HOMEPAGE="https://pypi.python.org/pypi/oslo.config;
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.rootwrap/oslo.rootwrap-${PV}.tar.gz"
+S="${WORKDIR}/oslo.rootwrap-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   =dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   sed -i 's/sbin\/ip/bin\/ip/g' tests/test_rootwrap.py
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2017-05-22 Thread Göktürk Yüksek
commit: df84695ca863ac89d2cbaee31f6c8c50f1e651ba
Author: kuzetsa  gmail  com>
AuthorDate: Sun May 21 15:49:00 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Mon May 22 20:17:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df84695c

sys-kernel/ck-sources: v.bump (4.9.29 & 4.11.2)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-kernel/ck-sources/Manifest |  6 ++
 sys-kernel/ck-sources/ck-sources-4.11.2.ebuild | 60 
 sys-kernel/ck-sources/ck-sources-4.9.29.ebuild | 96 ++
 3 files changed, 162 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 6e4beabf6e8..68d4ac76899 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -9,12 +9,18 @@ DIST genpatches-4.11-1.extras.tar.xz 17348 SHA256 
a5a81409396a9e811bcc1e6056eea1
 DIST genpatches-4.11-2.base.tar.xz 18516 SHA256 
c52c645e5a73720f22976f044272167ab58aca06680df30d16cabee82d0e1065 SHA512 
7ca2a31c6d14a244d614bdd6a2512d6e9b60b121c5c07103f168bbf22b55856fdd380d89acb64e3f2e4b46203acf6dcb9d0090fc682b64a5b032ff91362ac375
 WHIRLPOOL 
e2eb279e06245df06a1e11eaab0075c72bbdcaa319079075d7da15b137dc1f11ef451d10474c2d0efb035e36afe3af922d836a34a4a9679f3f62d99914a33181
 DIST genpatches-4.11-2.experimental.tar.xz 106648 SHA256 
cc96691ad5cd999af7d94064067faad18240188c610414501a8ee49fc7da03d5 SHA512 
d63e876fa39c5ee38d47c40e15c80e3c17029b46f2f8cf32d844c3a4c186850e905b2219e99d41f5f648ae208ca778d79511cb1e16eb85a7de826a5d068d29bf
 WHIRLPOOL 
f182c40165b9b5ff3b1a43f535249da5d91d71258949e408b5a0df1589767525c60037533846d3429b58156b12fda196d56d35cb0ee9e8f2e8e133a035a6ca19
 DIST genpatches-4.11-2.extras.tar.xz 17344 SHA256 
67335b74fcb7ac24389ed17cc586a758d865ced67822749eb407ef4d5295d463 SHA512 
431610bd824e842a34233f49f320f194182343925c652844f0629e263fbdd3046a9867e1488e9f7307324adc3a27920a44a4c2e67d10d50ab896fa0da4d35db9
 WHIRLPOOL 
94d0740e4d3701017377848090ec364028ae2e61221a956ac634bf8d47e4f18562fa4f9067be23bab471c1761d25e2737a508c3070c3087b8b691af526b9
+DIST genpatches-4.11-3.base.tar.xz 59724 SHA256 
da783874402b0bf7b4e1d03825f69a803abf4d96573973a75d021485f8bcee30 SHA512 
7afa7e6d2c64f8b04c22818bb324b6d4f77dedbd305a86932e707dea31f4c40b717e8c6de5f2f390cac166adbcc5cd70f09be2cada8fe97725858a56f2cd0985
 WHIRLPOOL 
c9c61eb22eb3610da38c4e5966227743f4e25308003613d01b21a36f5b591f5bce325fe5d7ef30df940e8a15046af2d46d19e9b7dc4ff47d07ffd178ed750b98
+DIST genpatches-4.11-3.experimental.tar.xz 106660 SHA256 
faab8e7f61e0cedb82cb16dd7c263d15bb0855cd6c2779aaedf80d5a5d2ef359 SHA512 
cca29e98153070948fd88fb52500b81db3e47dda95c0cf730c31949dc29614321662eded4dfe1be0cb1df28399fab235e29a88c9f098107cef2271bdbbbaa588
 WHIRLPOOL 
2b7c443aed784b850d7ffcef613adbee5550e3443bfb97b735750a5bb595be5b80b457a80c6ace6e43ea61d2bc049449cf8748233d0a74d58c259f89464e5342
+DIST genpatches-4.11-3.extras.tar.xz 17356 SHA256 
2b3449f4785ab494255e1c97ca2ca85ddcc32c6d4f30dd334a7c76c45bb3a666 SHA512 
0b58f44117ec09932a8776332201a6902efdbc2ae8a23ba3c8e26b52ba3eb42b845f221cbdef7ccd31830964e8fa30cfcf0e91285c16b96c67047a367ebe8b25
 WHIRLPOOL 
54320d6d0abb9f9f08875c5c4dcebe725fa4980e0efc42d4b1b72629635a2dbc59a17cd553731ac056458eddeb4026993f5227f7eeb669fc311de4610807d88e
 DIST genpatches-4.9-28.base.tar.xz 581556 SHA256 
a72e384dd4e3e835099bd430a89497e2d8ec9e1592262c887a705ad7f8c71160 SHA512 
d6f04d54da3e57a8fa500063c215353d8a5d25122dcbca56443f35a13c833bc18fb499463df5c995818998df8b0b68167954a55682d7dbd44e5d2a97c5be5fe7
 WHIRLPOOL 
dcdcfede3ec09b81277e337b4eca75e214395f73a8096ed103df88b0867c56774a3cc00637de0846e05f6a1835133be73012b57757b4ba5f92d569be9ad7948f
 DIST genpatches-4.9-28.experimental.tar.xz 106388 SHA256 
cef686eb8c86e5f867d4c30d0203441da2138339e53b14de06cbef3673e460eb SHA512 
8de1f97455be9519cd5320cfbf395cbf2f3be6a307d0b435f149da6c14d3461aabd04599fb122c013bac7ad0118f79c36bfaf7f6b71acf2d7323de25468dba04
 WHIRLPOOL 
82da257449bc0447244d05dfecf099eab7301b2c1cdadb1801b7e5a1ce00b06b1c63de5ed88c052cb944e2dc7579e50b20485220486e70c7a0c500ab2adaf224
 DIST genpatches-4.9-28.extras.tar.xz 17348 SHA256 
9b8d40db773ce13feedd5ccb2ac7e88236d997c72d1adac7d0ba41fd2a432292 SHA512 
5fa4001147c6a276a93896ea6d55f7ff24f4f0606b0cfbc2122d65dc685f9656b6146547000428b1940dc9cca434bd00880639b39bbd5e1f35331e2337842ab3
 WHIRLPOOL 
419bcba4c2e9fb26cceaede2bb70fbfeb41fdbb98ab1ccd49967a9e4daf1c75692f78ae35f70e8758031e94c7dfa52f27ad5a337c25a933df8aca36450a2fd83
 DIST genpatches-4.9-29.base.tar.xz 609688 SHA256 
6aba05d2d4f38128b9bd365e25c2f597bc26f06ddf13a46ec0664b1dc86c8419 SHA512 
46a12879c40efc9c6bac6062d2f8dfc9b5e1e0cb57b9cf4a69eb60222c9cd45c0d890aab66f2f70a744c71e5c8c34cb2290f85d785772109cc27f1c3cffe022d
 WHIRLPOOL 
1576d1209a67741e7246e1bd8ac100e398083d9dacda77490aec96047b744c35d2e6fc0510e94f6a1fc5d0ed73a10d6f9116b8ed184900fa6765df2916ded20b
 DIST genpatches-4.9-29.experimental.tar.xz 106404 SHA256 

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

2017-05-22 Thread Michael Weber
commit: fa034d3c2d0e2b0598057f55c7dc97979cfa891b
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 20:15:24 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 20:15:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa034d3c

app-arch/bsdsfv: ppc stable (bug 618578).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"

 app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild 
b/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
index 58010f9828f..d264b2c46bd 100644
--- a/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
+++ b/app-arch/bsdsfv/bsdsfv-1.18-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~m68k ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~m68k ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 S=${WORKDIR}/${PN}



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/

2017-05-22 Thread Michael Weber
commit: b3076ff297d7e386babec0d74fe999a3b36251a0
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 19:53:08 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 19:53:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3076ff2

net-print/foomatic-db-engine: ppc ppc64 stable (bug 619306)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild 
b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
index 3f6a30234de..fbb80135951 100644
--- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
+++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND="net-print/cups



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

2017-05-22 Thread Michael Weber
commit: de6b265693e74410c26105ca4cb4076dd3569d04
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 19:50:54 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 19:50:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6b2656

dev-perl/Text-CSV: ppc ppc64 stable (bug 619070)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

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

diff --git a/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild 
b/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
index 405c36ca90b..0425e0bd7f1 100644
--- a/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
+++ b/dev-perl/Text-CSV/Text-CSV-1.940.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Manipulate comma-separated value strings"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86"
 IUSE="test +xs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db/

2017-05-22 Thread Michael Weber
commit: bc6876ed77d47a295c3cd76f3bb536a9fb344e70
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 19:52:54 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 19:52:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6876ed

net-print/foomatic-db: ppc ppc64 stable (bug 619306)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild 
b/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild
index 482767a3e94..119f23bd3a7 100644
--- a/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild
+++ b/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.openprinting.org/download/foomatic/${PN}-$(replace_version_s
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/

2017-05-22 Thread Michael Weber
commit: a27edb7277600d6a56005b5bc000dbd653286fc1
Author: Michael Weber  gentoo  org>
AuthorDate: Mon May 22 19:53:22 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Mon May 22 19:53:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27edb72

net-print/foomatic-db-ppds: ppc ppc64 stable (bug 619306)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild 
b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild
index 6cd226f664e..65752f8e610 100644
--- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/files/, dev-lisp/clozurecl/

2017-05-22 Thread José María Alonso
commit: d6742bf1637a6d668a7639bc800af813038b5537
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon May 22 19:52:08 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon May 22 19:52:08 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d6742bf1

dev-lisp/clozurecl: Syncs with gentoo repository

 dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild |   2 +-
 dev-lisp/clozurecl/files/ccl-format.patch   | 128 
 2 files changed, 129 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
index 204cefed..c5f9a551 100644
--- a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
@@ -28,7 +28,6 @@ DEPEND="${RDEPEND}
!dev-lisp/openmcl"
 
 S="${WORKDIR}"/${MY_PN}
-PATCHES=( "${FILESDIR}"/ccl-format.patch )
 ENVD="${T}"/50ccl
 
 src_configure() {
@@ -45,6 +44,7 @@ src_configure() {
 
 src_prepare() {
default
+   epatch "${FILESDIR}"/ccl-format.patch
cp /usr/share/common-lisp/source/asdf/build/asdf.lisp tools/ || die
 }
 

diff --git a/dev-lisp/clozurecl/files/ccl-format.patch 
b/dev-lisp/clozurecl/files/ccl-format.patch
new file mode 100644
index ..c2df37c2
--- /dev/null
+++ b/dev-lisp/clozurecl/files/ccl-format.patch
@@ -0,0 +1,128 @@
+diff -r -U1 ccl.orig/lib/format.lisp ccl/lib/format.lisp
+--- ccl.orig/lib/format.lisp   2015-11-07 02:10:10.0 +0600
 ccl/lib/format.lisp2015-11-20 22:51:51.736191995 +0600
+@@ -1296,5 +1296,2 @@
+   
+-
+-
+-
+ ;;; Given a non-negative floating point number, SCALE-EXPONENT returns a
+@@ -1305,41 +1302,74 @@
+ 
+-
+-(defconstant long-log10-of-2 0.30103d0)
+-
+-#| 
+-(defun scale-exponent (x)
+-  (if (floatp x )
+-  (scale-expt-aux (abs x) 0.0d0 1.0d0 1.0d1 1.0d-1 long-log10-of-2)
+-  (report-bad-arg x 'float)))
+-
+-#|this is the slisp code that was in the place of the error call above.
+-  before floatp was put in place of shortfloatp.
+-  ;(scale-expt-aux x (%sp-l-float 0) (%sp-l-float 1) %long-float-ten
+-  ;%long-float-one-tenth long-log10-of-2)))
+-|#
+-
+-; this dies with floating point overflow (?) if fed 
least-positive-double-float
+-
+-(defun scale-expt-aux (x zero one ten one-tenth log10-of-2)
+-  (let ((exponent (nth-value 1 (decode-float x
+-(if (= x zero)
+-  (values zero 1)
+-  (let* ((e (round (* exponent log10-of-2)))
+- (x (if (minusp e);For the end ranges.
+-  (* x ten (expt ten (- -1 e)))
+-  (/ x ten (expt ten (1- e))
+-(do ((d ten (* d ten))
+- (y x (/ x d))
+- (e e (1+ e)))
+-((< y one)
+- (do ((m ten (* m ten))
+-  (z y (* z m))
+-  (e e (1- e)))
+- ((>= z one-tenth) (values x e)
+-|#
+-
+-(defun scale-exponent (n)
+-  (let ((exp (nth-value 1 (decode-float n
+-(values (round (* exp long-log10-of-2)
+-
++(defconstant single-float-min-e
++  (nth-value 1 (decode-float least-positive-single-float)))
++(defconstant double-float-min-e
++  (nth-value 1 (decode-float least-positive-double-float)))
++
++;;; Adapted from CMUCL.
++
++;; This is a modified version of the scale computation from Burger and
++;; Dybvig's paper "Printing floating-point quickly and accurately."
++;; We only want the exponent, so most things not needed for the
++;; computation of the exponent have been removed.  We also implemented
++;; the floating-point log approximation given in Burger and Dybvig.
++;; This is very noticeably faster for large and small numbers.  It is
++;; slower for intermediate sized numbers.
++(defun accurate-scale-exponent (v)
++  (declare (type float v))
++  (if (zerop v)
++  1
++  (let ((float-radix 2)   ; b
++  (float-digits (float-digits v)) ; p
++  (min-e
++   (etypecase v
++ (single-float single-float-min-e)
++ (double-float double-float-min-e
++  (multiple-value-bind (f e)
++  (integer-decode-float v)
++(let ( ;; FIXME: these even tests assume normal IEEE rounding
++  ;; mode.  I wonder if we should cater for non-normal?
++  (high-ok (evenp f)))
++  ;; We only want the exponent here.
++  (labels ((flog (x)
++ (declare (type (float (0.0)) x))
++ (let ((xd (etypecase x
++ (single-float
++  (float x 1d0))
++ (double-float
++  x
++   (ceiling (- (the (double-float -400d0 400d0)
++(log xd 10d0))
++   1d-10
++   (fixup (r s m+ k)
++ (if (if high-ok
++ 

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

2017-05-22 Thread Christoph Junghans
commit: 552f4e2664ebb443108e8bdc6b7b5777ad267314
Author: Christoph Junghans  gentoo  org>
AuthorDate: Mon May 22 19:33:29 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Mon May 22 19:35:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552f4e26

dev-libs/pegtl: fix build (bug #619384)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-libs/pegtl/pegtl-2.0.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/pegtl/pegtl-2.0.0.ebuild 
b/dev-libs/pegtl/pegtl-2.0.0.ebuild
index 1ff5093570e..ebadbdeda81 100644
--- a/dev-libs/pegtl/pegtl-2.0.0.ebuild
+++ b/dev-libs/pegtl/pegtl-2.0.0.ebuild
@@ -16,3 +16,5 @@ IUSE="test"
 
 DEPEND=""
 RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/PEGTL-${PV}"



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

2017-05-22 Thread Alice Ferrazzi
commit: a341ffbce8b9840ce6295bbcd6f3ef4fa35627ea
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon May 22 19:29:21 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon May 22 19:29:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a341ffbc

sys-kernel/gentoo-sources: fixed mistaken genpatches number

Package-Manager: portage-2.3.5

 sys-kernel/gentoo-sources/gentoo-sources-4.11.2-r1.ebuild | 2 +-
 sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.11.2-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.11.2-r1.ebuild
index 7a185d55221..a0358dd6019 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.11.2-r1.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.11.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 ETYPE="sources"
 K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="3"
+K_GENPATCHES_VER="4"
 
 inherit kernel-2
 detect_version

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild
index a0358dd6019..7a185d55221 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 ETYPE="sources"
 K_WANT_GENPATCHES="base extras experimental"
-K_GENPATCHES_VER="4"
+K_GENPATCHES_VER="3"
 
 inherit kernel-2
 detect_version



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

2017-05-22 Thread Alice Ferrazzi
commit: 4249e8a45004728fed6e6bafb70e1de7f4913e19
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Mon May 22 19:24:16 2017 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Mon May 22 19:24:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4249e8a4

sys-kernel/gentoo-sources: Linux kernel 4.11.2-r1
updated patch 5004 for portability

removed the added EXTRAVERSION from Makefile
as was making the patch not portable on new
kernel version.

Gentoo-Bug: 619202

Package-Manager: portage-2.3.5

 sys-kernel/gentoo-sources/Manifest | 3 +++
 .../{gentoo-sources-4.11.2.ebuild => gentoo-sources-4.11.2-r1.ebuild}  | 0
 sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 9ab6bfc4244..bcd56afaffa 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -101,6 +101,9 @@ DIST genpatches-4.11-2.extras.tar.xz 17344 SHA256 
67335b74fcb7ac24389ed17cc586a7
 DIST genpatches-4.11-3.base.tar.xz 59724 SHA256 
da783874402b0bf7b4e1d03825f69a803abf4d96573973a75d021485f8bcee30 SHA512 
7afa7e6d2c64f8b04c22818bb324b6d4f77dedbd305a86932e707dea31f4c40b717e8c6de5f2f390cac166adbcc5cd70f09be2cada8fe97725858a56f2cd0985
 WHIRLPOOL 
c9c61eb22eb3610da38c4e5966227743f4e25308003613d01b21a36f5b591f5bce325fe5d7ef30df940e8a15046af2d46d19e9b7dc4ff47d07ffd178ed750b98
 DIST genpatches-4.11-3.experimental.tar.xz 106660 SHA256 
faab8e7f61e0cedb82cb16dd7c263d15bb0855cd6c2779aaedf80d5a5d2ef359 SHA512 
cca29e98153070948fd88fb52500b81db3e47dda95c0cf730c31949dc29614321662eded4dfe1be0cb1df28399fab235e29a88c9f098107cef2271bdbbbaa588
 WHIRLPOOL 
2b7c443aed784b850d7ffcef613adbee5550e3443bfb97b735750a5bb595be5b80b457a80c6ace6e43ea61d2bc049449cf8748233d0a74d58c259f89464e5342
 DIST genpatches-4.11-3.extras.tar.xz 17356 SHA256 
2b3449f4785ab494255e1c97ca2ca85ddcc32c6d4f30dd334a7c76c45bb3a666 SHA512 
0b58f44117ec09932a8776332201a6902efdbc2ae8a23ba3c8e26b52ba3eb42b845f221cbdef7ccd31830964e8fa30cfcf0e91285c16b96c67047a367ebe8b25
 WHIRLPOOL 
54320d6d0abb9f9f08875c5c4dcebe725fa4980e0efc42d4b1b72629635a2dbc59a17cd553731ac056458eddeb4026993f5227f7eeb669fc311de4610807d88e
+DIST genpatches-4.11-4.base.tar.xz 59704 SHA256 
3542b055d0a67ef08d4fe7b014ee54b35b3944e9b8e68f6cccecc33de512780f SHA512 
c06168be4b6f0010ce627bd1e04fef27886e0f0acc7a44540f194ed0f2574b66327c69e7eeabddfda41f23f5ea3f654379c37ccb29e7e7ad60f7144c3d8f7740
 WHIRLPOOL 
28b894f52c23c842f676344189a77ea3a582b20a247e17d20a00bc0d0b2a4795f747cfbd2f118c2c59b1372a88f00265f0249012af6545f777b8009c6704bff2
+DIST genpatches-4.11-4.experimental.tar.xz 106572 SHA256 
f49aa7c1f61790dcfb6ab8104e28e46228be528027433819898d00c76bb3aadb SHA512 
5b82e24d2dc3b07571de13128399f5fb043e9b13c9e7658c1a7cc119aa03096a194608919191be5f9420b13b6106587bd4aa1cf821087f4a5c19d25b04c92947
 WHIRLPOOL 
7d4299d321fff1b4c446a75e2e0dc22098d73f7eca8c4dd73637f4bc36ccadd02644537a1d3f253082a87c90d753150ff4b1c3f40b3b2b25d93c32f5f521a25a
+DIST genpatches-4.11-4.extras.tar.xz 17356 SHA256 
db7482603ad3c3e90340d09fe0d9c73dbcad497f77711f03a81b5489b2c221e3 SHA512 
8f718ef890d85c3372b9d914d8222626e0ec9a4601ae6d6db3c5828a448d2d25b11e25757afc0aa91eb2271b0305f6d0522c1b46f1693ae0d3535e307f0324b7
 WHIRLPOOL 
b2ebb4fa824da098f1d7841ce59d542c2942e0ef63579b9939d0776021e455dc6600697ad1a9d0dc52aa7a2f553510fd25a1f790d09e6375c04624d5e96988fc
 DIST genpatches-4.4-56.base.tar.xz 1021856 SHA256 
a3118b9cb3204ac85b69c3676550f60859ee68707f0c5816120a2565cd7ab317 SHA512 
eeed7dc7358bc0151db89cb292e8b30a7498ac8c9c72fd301d9e08343977806e19a91a4958dda2643a418b50ca5ff7f2a27c871c53d1e9d3f0930e27c6ab11ba
 WHIRLPOOL 
10b4e757bd6b4e611d4828b7ea45b4d4f704dbec76a32c5294a8489ecd85103dc472c7b144588cbe1b07c3f507c076b8b2f9555b88542120a53d165c68a592f4
 DIST genpatches-4.4-56.experimental.tar.xz 87752 SHA256 
6324d9c2e58f33bf39ec7834d3ab6c6ed9eb6d53ffbd4d55aba0879903a503e2 SHA512 
d77dd2a45117afe1913dbf7163de8a9b0acfe28fc0afe18e3b1cd2d5d2e785fe374f7018e085a0d2bf8dc052273f1781e2c2094359c4a8a771b9f14443273be5
 WHIRLPOOL 
2f67af9640ab8d917617bc2bf8ee0d518dd5bdc343abff965bd2f8a8b35eae23b2ce9fd99aeb4497a7ac9293ec1005640c096e72b816143680ddfb6d60158598
 DIST genpatches-4.4-56.extras.tar.xz 16408 SHA256 
74babcf456aed9c7c406a0feb37b5fbe51db461a67b5fd9c07a252398a15b41f SHA512 
661cb1c58b38c24283a9465f596045669f2d686b7418e9586ca6ce48b56bd9cfce52705502f876e68006c4ff1624847cd1e18e3aec37d60f64e6f7788d5facee
 WHIRLPOOL 
11dd648ebf88f43d0c1e1543e5a68c93a1a31b5c1f2d287add703e20979820ecadf003b051e787d6089c346e4a13485326d9c05b5968bd9cb3ca21a755d95a54

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.11.2-r1.ebuild
similarity index 100%
copy from sys-kernel/gentoo-sources/gentoo-sources-4.11.2.ebuild
copy to sys-kernel/gentoo-sources/gentoo-sources-4.11.2-r1.ebuild

diff --git 

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

2017-05-22 Thread Zac Medico
commit: 91deb0c5d7b806038886a5a3dc97f35d4e0bf0ff
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May 22 19:07:22 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May 22 19:08:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91deb0c5

www-client/w3mir: GENTOO_DEPEND_ON_PERL_SUBSLOT=yes

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/w3mir/w3mir-1.0.10-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-client/w3mir/w3mir-1.0.10-r2.ebuild 
b/www-client/w3mir/w3mir-1.0.10-r2.ebuild
index 27f91611794..77faa7442ee 100644
--- a/www-client/w3mir/w3mir-1.0.10-r2.ebuild
+++ b/www-client/w3mir/w3mir-1.0.10-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
+GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
 inherit eutils perl-app
 
 DESCRIPTION="w3mir is a all purpose HTTP copying and mirroring tool"



[gentoo-commits] proj/musl:master commit in: dev-libs/elfutils/, dev-libs/elfutils/files/

2017-05-22 Thread Aric Belsito
commit: 00161b844975dea40348e50d265f6aad6c32e687
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May 22 19:00:38 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Mon May 22 19:00:38 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=00161b84

dev-libs/elfutils: version bump to 0.169

 dev-libs/elfutils/Manifest |   8 +-
 dev-libs/elfutils/elfutils-0.166.ebuild|   1 -
 ...elfutils-0.168.ebuild => elfutils-0.169.ebuild} |  19 ++-
 .../elfutils/files/elfutils-0.168-musl-libs.patch  | 173 -
 .../elfutils/files/elfutils-0.169-musl-libs.patch  | 110 +
 5 files changed, 126 insertions(+), 185 deletions(-)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index 1a5b6bb..2ed0111 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -2,11 +2,11 @@ AUX elfutils-0.118-PaX-support.patch 954 SHA256 
e769e1168dc645ce99655f984f5c19a5
 AUX elfutils-0.166-musl-libs.patch 7954 SHA256 
733db8f0d362910fa83fb32df6ee0ca6f460c4050c2d53a197c31d468bb71531 SHA512 
e3ea9335fbc42e849aec80b4249effe9303066a7d569c999adb03436ec2b78c5a4fff61abba422da7f4c73967956c403d16c359f7ca9da6df64c3bce6eeff2ac
 WHIRLPOOL 
0fb81171ae6102b85ba7bea3c876e0bcc09cc9f2a4ee3ee7ccfa7c35d0745b89cf423730da59d1eef45c885fa44626dfd68faadb12156b41d9902104c0dfd61f
 AUX elfutils-0.166-musl-obstack-fts.patch 5276 SHA256 
e6cd808c69c26907d13ad3e53f67a47f0a4e6a73a419421f021334338d64f5fc SHA512 
7715375677001efc89c18cd11804fa21423331c831a10d24ebf1d591e9c66de56d965b244ea9fbc45cd7bf5236bd59bfcd8e684683871235153f1f2ef11e4d3d
 WHIRLPOOL 
d1d8aeb391d9eb7a5c967274606fe85d59fbeb5af9c5de7504bf901972634e5835d5056115c8eb6e59b6971b0db9f5d9456b26f13512a3783a869cf459c59406
 AUX elfutils-0.166-musl-utils.patch 5703 SHA256 
a8d7e456abe29e5ade35832d872eb56eaf29de0571ab0c38bc4cc7d5212b47ce SHA512 
df0bafd47c46e2da7cd60e2063823a531c5ec5507207ca14d02f3f7cd1ee2bb21a77daf01b6f63decc9b55db25424375b05d04495a347c6c17f6ec32d8d62824
 WHIRLPOOL 
d2a7809ef296ab9b83a4bf45aefb2ae8f916eab6c5276aef8bbe5f99af59c2f1cea847713d22be2f2c674f0e53fa36564a705121c512a51cc6cca2ac31933391
-AUX elfutils-0.168-musl-libs.patch 5959 SHA256 
b61b43897db3f1a76d1f2721c13a888dbeafcbc6ed4f469ffb520d2ac38a0ef0 SHA512 
bdaeb3962cfec49d33078bc9f02e0cf48c7459e4c4bd3efa5a899a2a4e40cbc4cbc530b53738a97a633c4852edd5377d95ae80619fa2642f182ba6b7f696fce9
 WHIRLPOOL 
c4677fde127b01c4e6aee7124fdf984fa5b181e9ab6e9f8ee71668c03a62eb16904847ef015ed963feffee21db70be51632343e4eb3a5397d76cdd09907fe499
 AUX elfutils-0.168-musl-obstack-fts.patch 3866 SHA256 
f3f0993948744f4d18f2618b221edfb1bdb5e44afb25d84fb8017115acd7970d SHA512 
a93faea92bcdc9bff7fffabc35626213b8efa7003b893753480250fab7295aabd415fbf947f09ebd9e0ab8037582e4fe5a689e2910845223b2f00eabb2f529c1
 WHIRLPOOL 
ee8745e65281f9cd2aae1bfee9d6e9f9e20677ac4f013f79436f8749f43ed897a98744d78e090de6561737b2af26063743e93d8b7686fef02cc5792fdc3754bd
 AUX elfutils-0.168-musl-utils.patch 3833 SHA256 
5f939b8e9c19ed84239ca30715c5117e42a8a0b46e854311440dcad5508bfb46 SHA512 
b3ab2c6f8e04507580feedddaf7c0a260c70d96550d7befb4e060f1b7619c69ceddff43dae407fd677be939c48556bfd253d5bedd619e85fd8418a6fdcab0b01
 WHIRLPOOL 
22751e586c78479bc087a16668fcd4f0bb37c019795fbfd4eb52fb7cc5784259868252a48b70429339a659e97815050717ed34cf7dee61661b0cb26925efdd4b
+AUX elfutils-0.169-musl-libs.patch 3579 SHA256 
05de076b4bbf8b0db103b943841825868e25b28fdd057d1d534d50180ec22bdd SHA512 
401df45eea61a9acea175676d184983758915ab68dc37d72332c73b9ae2fab69094bb24bd9db9d79ad4f7b60f67cbac518f79cbb33cad9a6d55289728116bad3
 WHIRLPOOL 
71ae07ea3e4206881e16e0da51a82285ea51efecafa6897df175b0a8aa777e7479d1a2c0b130d0a1f3c95c8f5aec34e6a046f0a85c94b21cd2296c4a89763025
 DIST elfutils-0.166.tar.bz2 6496225 SHA256 
3c056914c8a438b210be0d790463b960fc79d234c3f05ce707cbff80e94cba30 SHA512 
543e8f9fbebbef86c40b1d6dc93da04a8431071aad636b70e7a1b9536450990b237d100d354c29fd0c3605074b7a0621f5bdaab4c2664be42b2912ad283bc614
 WHIRLPOOL 
4de083bbb397235dd46c2ba6e0cbb615825c13d7e8413015d5ff08d72deae1d9a508c0f6e5f90e27cc709870064bc53a51b2a681f2a9b80e1f658bb7dc475f8d
-DIST elfutils-0.168.tar.bz2 6840399 SHA256 
b88d07893ba1373c7dd69a7855974706d05377766568a7d9002706d5de72c276 SHA512 
c8f2077ffe6877ad9e9d2f553bf0576361799c601d246f53e1d99a6f7046794c5916e1087b97ad1d1e5f59f9debc20384f864d507ef6c4c75a8e767d15d6eb91
 WHIRLPOOL 
281e6917ad243c4f28dad48801d43c29b503da0198f1cd882b6e378b9016e0843088185a39909db75295484f28b963b711f68b80dc6cc810b3027a2ea5cce556
-EBUILD elfutils-0.166.ebuild 2541 SHA256 
67c6a8b7aa2de1a7a03f6171e5608bcca22dfd9aff155dfc14a1797a6fbb5d0e SHA512 
9cdf98e10533991996301355b4a9a03bb09b1afd0be5a0454a3a3ae09d559adb38d780db0d9ed8f29a8eab3dba01e5ba432a626084be0f30931fa9130cfbd8f1
 WHIRLPOOL 
a4e427fb15611427e6b431f52d1f6324db97cd890553d87ac8a93c75c2740bc79db60860315ba0f6c25f7119f649dd452aca00c61cb585e75d3501a8f74a6528
-EBUILD elfutils-0.168.ebuild 2077 SHA256 

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

2017-05-22 Thread Robin H. Johnson
commit: dc8d1598df949105b59ad6d7fda54cc67dbb24e9
Author: Bertrand Jacquin  jacquin  bzh>
AuthorDate: Tue Dec 13 00:43:48 2016 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon May 22 18:43:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8d1598

net-proxy/haproxy: Handle stopping multiple proc

When haproxy is configured to use more than 1 proc, it creates a PID
file listing all PID, with 1 PID per line. Since start-stop-daemon only
handle 1 PID per pidfile, we need to had some magic in the init script in
order to stop every process haproxy previously started.

See: https://bugs.gentoo.org/show_bug.cgi?id=584410

Package-Manager: portage-2.3.0
(cherry picked from commit 551acd9853212fd0debf4563312af88908b7b497)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/3104/

 net-proxy/haproxy/files/haproxy.initd-r3 | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/net-proxy/haproxy/files/haproxy.initd-r3 
b/net-proxy/haproxy/files/haproxy.initd-r3
index 2ad38fc9ebc..abba9f86534 100644
--- a/net-proxy/haproxy/files/haproxy.initd-r3
+++ b/net-proxy/haproxy/files/haproxy.initd-r3
@@ -60,6 +60,17 @@ stop_pre() {
fi
 }
 
+stop() {
+   local _t _pid
+
+   _t="$(mktemp)"
+   for _pid in $(cat ${pidfile}) ; do
+   echo "${_pid}" > "${_t}"
+   pidfile="${_t}" openrc_default_stop
+   done
+   rm -f "${_t}"
+}
+
 reload() {
checkconfig || { eerror "Reloading failed, please fix your config(s) 
first"; return 1; }
 



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

2017-05-22 Thread Tobias Klausmann
commit: f282a581b56a64414b63dba41d4f79b5238b74f1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 18:41:05 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:41:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f282a581

net-analyzer/iftop-1.0_pre4-r2: add alpha keyword

Gentoo-Bug: 615812

 net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild 
b/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
index 6b8673a39c4..6bc25ec43dd 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="



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

2017-05-22 Thread Tobias Klausmann
commit: ee45bc62eaf64179c248fa9ddf7247a916631d2a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 18:40:58 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:40:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee45bc62

net-misc/socat-1.7.3.2-r0: add alpha keyword

Gentoo-Bug: 615180

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

diff --git a/net-misc/socat/socat-1.7.3.2.ebuild 
b/net-misc/socat/socat-1.7.3.2.ebuild
index a8e484c5457..b2d87958ee1 100644
--- a/net-misc/socat/socat-1.7.3.2.ebuild
+++ b/net-misc/socat/socat-1.7.3.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.dest-unreach.org/socat/download/${MY_P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="bindist libressl ssl readline ipv6 tcpd"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-block/parted/

2017-05-22 Thread Tobias Klausmann
commit: 3fcae25aba818e6a4aad83ea888e33f631586031
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 18:41:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:41:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcae25a

sys-block/parted-3.2-r1: add alpha keyword

Gentoo-Bug: 618186

 sys-block/parted/parted-3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/parted/parted-3.2-r1.ebuild 
b/sys-block/parted/parted-3.2-r1.ebuild
index dc31cd0cab7..9f9998db191 100644
--- a/sys-block/parted/parted-3.2-r1.ebuild
+++ b/sys-block/parted/parted-3.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86"
 IUSE="+debug device-mapper nls readline selinux static-libs"
 RESTRICT="test"
 



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

2017-05-22 Thread Tobias Klausmann
commit: 726e2227029018f7600f154a229cb6eb4fcea1bf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 18:41:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:41:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726e2227

dev-libs/geoip-1.6.10-r0: add alpha keyword

Gentoo-Bug: 617940

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

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



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

2017-05-22 Thread Tobias Klausmann
commit: e73f957664296e4396e36fbe2ef68ee9671bbf3f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 18:41:06 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:41:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73f9576

net-analyzer/hping-3_pre20051105-r6: add alpha keyword

Gentoo-Bug: 615816

 net-analyzer/hping/hping-3_pre20051105-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/hping/hping-3_pre20051105-r6.ebuild 
b/net-analyzer/hping/hping-3_pre20051105-r6.ebuild
index 0030c3b3f3d..553c82d656c 100644
--- a/net-analyzer/hping/hping-3_pre20051105-r6.ebuild
+++ b/net-analyzer/hping/hping-3_pre20051105-r6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.hping.org/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~sparc ~x86"
 IUSE="tcl"
 
 S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ncftp/

2017-05-22 Thread Tobias Klausmann
commit: 914db7293593de5df5c323ccc393b470bb8b2062
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 18:41:08 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:41:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914db729

net-ftp/ncftp-3.2.6-r0: add alpha keyword

Gentoo-Bug: 618880

 net-ftp/ncftp/ncftp-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ncftp/ncftp-3.2.6.ebuild b/net-ftp/ncftp/ncftp-3.2.6.ebuild
index 986e7db37ba..501ec52c557 100644
--- a/net-ftp/ncftp/ncftp-3.2.6.ebuild
+++ b/net-ftp/ncftp/ncftp-3.2.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="Clarified-Artistic"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~x86-solaris"
 IUSE="pch"
 
 DEPEND="



[gentoo-commits] proj/lisp:master commit in: dev-lisp/clozurecl/

2017-05-22 Thread José María Alonso
commit: d78656a023e024e4763abd62c99fb3fbeaf6e2aa
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon May 22 18:33:26 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon May 22 18:33:26 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d78656a0

dev-lisp/clozurecl: Updates header. Removes old file

 dev-lisp/clozurecl/ChangeLog| 53 -
 dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild |  3 +-
 dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild  |  3 +-
 3 files changed, 2 insertions(+), 57 deletions(-)

diff --git a/dev-lisp/clozurecl/ChangeLog b/dev-lisp/clozurecl/ChangeLog
deleted file mode 100644
index 4f60d1ce..
--- a/dev-lisp/clozurecl/ChangeLog
+++ /dev/null
@@ -1,53 +0,0 @@
-# ChangeLog for dev-lisp/clozurecl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clozurecl/ChangeLog,v 1.10 
2013/03/14 04:09:37 grozin Exp $
-
-  14 Mar 2013; Andrey Grozin  clozurecl-1.9.ebuild:
-  EAPI bump to 5
-
-*clozurecl-1.9 (14 Mar 2013)
-
-  14 Mar 2013; Andrey Grozin  -clozurecl-1.7.ebuild,
-  +clozurecl-1.9.ebuild:
-  Version bump
-
-  07 Jun 2012; Zac Medico  clozurecl-1.7.ebuild,
-  clozurecl-1.8.ebuild:
-  inherit multilib for get_libdir
-
-*clozurecl-1.8 (31 Mar 2012)
-
-  31 Mar 2012; Andrey Grozin  -clozurecl-1.6.ebuild,
-  +clozurecl-1.8.ebuild:
-  Version bump
-
-  08 Jan 2012; Andrey Grozin  clozurecl-1.7.ebuild:
-  Fix a compilation problem
-
-*clozurecl-1.7 (04 Aug 2011)
-
-  04 Aug 2011; Andrey Grozin  -clozurecl-1.4.ebuild,
-  -clozurecl-1.5.ebuild, +clozurecl-1.7.ebuild,
-  -files/fix_user-homedir-pathname.patch:
-  Version bump
-
-  17 Dec 2010; Ulrich Mueller  clozurecl-1.4.ebuild,
-  clozurecl-1.5.ebuild, clozurecl-1.6.ebuild:
-  Remove PROVIDE, commonlisp is now a new-style virtual.
-
-*clozurecl-1.6 (10 Dec 2010)
-
-  10 Dec 2010; Andrey Grozin  +clozurecl-1.6.ebuild:
-  Version bump
-
-*clozurecl-1.5 (01 May 2010)
-
-  01 May 2010; Andrey Grozin  +clozurecl-1.5.ebuild:
-  Version bump
-
-*clozurecl-1.4 (17 Dec 2009)
-
-  17 Dec 2009; Andrey Grozin  +clozurecl-1.4.ebuild,
-  +files/fix_user-homedir-pathname.patch, +metadata.xml:
-  Initial import (from the lisp overlay)
-

diff --git a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
index 45e02b45..204cefed 100644
--- a/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.11-r1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 

diff --git a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild 
b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
index 87376a70..478a75cc 100644
--- a/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
+++ b/dev-lisp/clozurecl/clozurecl-1.9-r3.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
 



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/

2017-05-22 Thread Tobias Klausmann
commit: a84622cd6df93dce92bd932bd9595728f5ff5726
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 17:34:53 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:07:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84622cd

net-print/foomatic-db-ppds-4.0.20170331-r0: add alpha keyword

Gentoo-Bug: 619306

 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild 
b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild
index 6b7e539fac1..6cd226f664e 100644
--- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20170331.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-engine/

2017-05-22 Thread Tobias Klausmann
commit: 358216fb5154a6ec451ee51c12396b28047de9a3
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 17:34:53 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:07:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=358216fb

net-print/foomatic-db-engine-4.0.12-r0: add alpha keyword

Gentoo-Bug: 619306

 net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild 
b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
index 81c81bc96bf..3f6a30234de 100644
--- a/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
+++ b/net-print/foomatic-db-engine/foomatic-db-engine-4.0.12.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.openprinting.org/download/foomatic/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND="net-print/cups



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db/

2017-05-22 Thread Tobias Klausmann
commit: 31d1ecc4e05fb39502afa07bd9a319750dc4ee56
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 17:34:52 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:07:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d1ecc4

net-print/foomatic-db-4.0.20170331-r0: add alpha keyword

Gentoo-Bug: 619306

 net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild 
b/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild
index 5cfbec84581..482767a3e94 100644
--- a/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild
+++ b/net-print/foomatic-db/foomatic-db-4.0.20170331.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.openprinting.org/download/foomatic/${PN}-$(replace_version_s
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 
~x86-fbsd"
 IUSE=""
 
 DEPEND=""



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

2017-05-22 Thread Tobias Klausmann
commit: de07ca26b4e594f6fd36fa907b048cad60e520a2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 17:34:54 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 18:07:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de07ca26

sys-kernel/linux-firmware-20170314-r0: add alpha keyword

Gentoo-Bug: 619358

 sys-kernel/linux-firmware/linux-firmware-20170314.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
index e9697853db5..e5193327424 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
@@ -8,11 +8,11 @@ if [[ ${PV} == * ]]; then
inherit git-2
SRC_URI=""

EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
-   KEYWORDS="amd64"
+   KEYWORDS="alpha amd64"
 else
GIT_COMMIT="e39f0e3e6897ad865b3704f61218ae83f98a85da"

SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.xz
 -> ${P}.tar.xz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="Linux firmware files"



[gentoo-commits] repo/gentoo:master commit in: dev-util/docker-distribution-pruner/

2017-05-22 Thread Manuel Rüger
commit: 9d4a26fcc5c4ad7788abad5381f287b3e138e07c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 17:44:45 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 17:55:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d4a26fc

dev-util/docker-distribution-pruner: Initial version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/docker-distribution-pruner/Manifest   |  2 ++
 .../docker-distribution-pruner-0_p20170401.ebuild  | 34 ++
 dev-util/docker-distribution-pruner/metadata.xml   |  8 +
 3 files changed, 44 insertions(+)

diff --git a/dev-util/docker-distribution-pruner/Manifest 
b/dev-util/docker-distribution-pruner/Manifest
new file mode 100644
index 000..e3713bfa4fa
--- /dev/null
+++ b/dev-util/docker-distribution-pruner/Manifest
@@ -0,0 +1,2 @@
+DIST docker-distribution-pruner-0_p20170401.tar.gz 6245783 SHA256 
104b142b17b02b570b773717ee57fbb4350c37d274051e989cd88b8154d5d70a SHA512 
8e2bf3c9be37f7b16299e1e7219d646e2b037ff40ba244bb2262905ab9864b212d7f96d844a096b057c6111440d66236f8ed5eb4a61e95f7a81bac3516f65cdd
 WHIRLPOOL 
9c2fdb153f00ca812c4e570df970c3ed8c47629a334a3f8672f869a68488d88eb9a867b4e02e58d57f8c1031c549e641caf9ec8987a4936b5b66ffd24aa7e224
+DIST github.com-go-yaml-yaml-a3f3340b5840cee44f372bddb5880fcbc419b46a.tar.gz 
60814 SHA256 0904953c06aa32c6691cec2390437f7d4d62c71f37d72f50d110a6577c87963b 
SHA512 
184a0e658a4eac3b867533cd0e494bd84db94fbe10e8df0d0b755c7ffc95bc99e2f84c0157183ca74cdc79289a85dcf7f1dea8a4c89a253565baf473b3627eae
 WHIRLPOOL 
c9113048502f65a4036bbfbd4f072b27b41f68547e682d1e1496ae73c65c30b1470061d1f99d17e6b4a373e59e07568b460ad5396eb4b1f16079da077aa8382f

diff --git 
a/dev-util/docker-distribution-pruner/docker-distribution-pruner-0_p20170401.ebuild
 
b/dev-util/docker-distribution-pruner/docker-distribution-pruner-0_p20170401.ebuild
new file mode 100644
index 000..3eafca49e43
--- /dev/null
+++ 
b/dev-util/docker-distribution-pruner/docker-distribution-pruner-0_p20170401.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="gitlab.com/gitlab-org/${PN}/..."
+EGIT_COMMIT="207b308c12b1717c6e3d2adf5e1ffe504c64f56e"
+
+EGO_VENDOR=( "gopkg.in/yaml.v2 a3f3340b5840cee44f372bddb5880fcbc419b46a 
github.com/go-yaml/yaml" )
+
+inherit golang-build golang-vcs-snapshot
+
+ARCHIVE_URI="https://${EGO_PN%/*}/repository/archive.tar.gz?ref=${EGIT_COMMIT} 
-> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Clean all old container revisions from registry"
+HOMEPAGE="https://gitlab.com/gitlab-org/docker-distribution-pruner;
+SRC_URI="${ARCHIVE_URI}
+   ${EGO_VENDOR_URI}"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RESTRICT="test"
+
+src_compile() {
+   pushd src || die
+   GOPATH="${WORKDIR}/${P}" go install 
gitlab.com/gitlab-org/docker-distribution-pruner || die
+   popd || die
+}
+
+src_install() {
+   dobin bin/${PN}
+}

diff --git a/dev-util/docker-distribution-pruner/metadata.xml 
b/dev-util/docker-distribution-pruner/metadata.xml
new file mode 100644
index 000..0ecfb76d568
--- /dev/null
+++ b/dev-util/docker-distribution-pruner/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mr...@gentoo.org
+   Manuel Rüger
+   
+



[gentoo-commits] proj/openrc:master commit in: man/, src/rc/

2017-05-22 Thread William Hubbs
commit: 0cfd0dd9ef580ed9dc563ccc164d70efe8f299db
Author: William Hubbs  gmail  com>
AuthorDate: Mon May 22 17:15:15 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 22 17:15:15 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0cfd0dd9

openrc-shutdown: move to single user mode by default

To be more compatible with sysvinit, move to single user mode if no
options are specified on the command line.

 man/openrc-shutdown.8| 5 -
 src/rc/openrc-shutdown.c | 4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/man/openrc-shutdown.8 b/man/openrc-shutdown.8
index eae16ae8..d0e95e24 100644
--- a/man/openrc-shutdown.8
+++ b/man/openrc-shutdown.8
@@ -8,7 +8,7 @@
 .\" This file may not be copied, modified, propagated, or distributed
 .\"except according to the terms contained in the LICENSE file.
 .\"
-.Dd April 6, 2017
+.Dd May 22, 2017
 .Dt openrc-shutdown 8 SMM
 .Os OpenRC
 .Sh NAME
@@ -40,6 +40,9 @@ upgrade of OpenRC if you are using openrc-init as your init 
process.
 .It Fl r , -reboot
 Stop all services, kill all processes and reboot the system.
 .El
+.Pp
+If none of these options are given, the default is to move the system
+into single user mode.
 .Sh SEE ALSO
 .Xr openrc-init 8 ,
 .Xr kexec 8 ,

diff --git a/src/rc/openrc-shutdown.c b/src/rc/openrc-shutdown.c
index 8905d354..0ed77445 100644
--- a/src/rc/openrc-shutdown.c
+++ b/src/rc/openrc-shutdown.c
@@ -114,7 +114,7 @@ if (geteuid() != 0)
case_RC_COMMON_GETOPT
}
}
-   if (cmd_count != 1) {
+   if (cmd_count > 1) {
eerror("%s: %s\n", applet, exclusive);
usage(EXIT_FAILURE);
}
@@ -128,5 +128,7 @@ if (geteuid() != 0)
send_cmd("reboot");
else if (do_reexec)
send_cmd("reexec");
+   else
+   send_cmd("single");
return 0;
 }



[gentoo-commits] proj/openrc:master commit in: man/, src/rc/

2017-05-22 Thread William Hubbs
commit: 1ece16bfcd0ab71d2f9fe17a75ee6184e0fa4828
Author: William Hubbs  gmail  com>
AuthorDate: Mon May 22 17:42:37 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 22 17:42:37 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1ece16bf

openrc-shutdown: add dry-run option

 man/openrc-shutdown.8|  3 +++
 src/rc/openrc-shutdown.c | 31 ---
 2 files changed, 23 insertions(+), 11 deletions(-)

diff --git a/man/openrc-shutdown.8 b/man/openrc-shutdown.8
index d0e95e24..5d81c4af 100644
--- a/man/openrc-shutdown.8
+++ b/man/openrc-shutdown.8
@@ -27,6 +27,9 @@ is the utility that communicates with openrc-init(8) to bring 
down the
 system or instruct openrc-init to re-execute itself. It supports the
 following options:
 .Bl -tag -width "poweroff"
+.It Fl d , -dry-run
+Print the action that would be taken without executing it. This is to
+allow testing.
 .It Fl H , -halt
 Stop all services, kill all remaining processes and halt the system.
 .It Fl k , -kexec

diff --git a/src/rc/openrc-shutdown.c b/src/rc/openrc-shutdown.c
index 0ed77445..ecb251a8 100644
--- a/src/rc/openrc-shutdown.c
+++ b/src/rc/openrc-shutdown.c
@@ -35,8 +35,9 @@
 
 const char *applet = NULL;
 const char *extraopts = NULL;
-const char *getoptstring = "HkpRr" getoptstring_COMMON;
+const char *getoptstring = "dHkpRr" getoptstring_COMMON;
 const struct option longopts[] = {
+   { "dry-run",no_argument, NULL, 'd'},
{ "halt",no_argument, NULL, 'H'},
{ "kexec",no_argument, NULL, 'k'},
{ "poweroff",no_argument, NULL, 'p'},
@@ -45,6 +46,7 @@ const struct option longopts[] = {
longopts_COMMON
 };
 const char * const longopts_help[] = {
+   "print actions instead of executing them",
"halt the system",
"reboot the system using kexec",
"power off the system",
@@ -56,13 +58,16 @@ const char *usagestring = NULL;
 const char *exclusive = "Select one of "
 "--halt, --kexec, --poweroff, --reexec or --reboot";
 
-static void send_cmd(const char *cmd)
+static void send_cmd(const char *cmd, bool dryrun)
 {
FILE *fifo;
size_t ignored;
 
+   if (dryrun) {
+   einfo("Would send %s to init", cmd);
+   return;
+   }
fifo = fopen(RC_INIT_FIFO, "w");
-
if (!fifo) {
perror("fopen");
return;
@@ -78,6 +83,7 @@ int main(int argc, char **argv)
 {
int opt;
int cmd_count = 0;
+   bool do_dryrun = false;
bool do_halt = false;
bool do_kexec = false;
bool do_poweroff = false;
@@ -85,12 +91,13 @@ int main(int argc, char **argv)
bool do_reexec = false;
 
applet = basename_c(argv[0]);
-if (geteuid() != 0)
-   eerrorx("%s: you must be root\n", applet);
while ((opt = getopt_long(argc, argv, getoptstring,
longopts, (int *) 0)) != -1)
{
switch (opt) {
+   case 'd':
+   do_dryrun = true;
+   break;
case 'H':
do_halt = true;
cmd_count++;
@@ -114,21 +121,23 @@ if (geteuid() != 0)
case_RC_COMMON_GETOPT
}
}
+if (geteuid() != 0 && ! do_dryrun)
+   eerrorx("%s: you must be root\n", applet);
if (cmd_count > 1) {
eerror("%s: %s\n", applet, exclusive);
usage(EXIT_FAILURE);
}
if (do_halt)
-   send_cmd("halt");
+   send_cmd("halt", do_dryrun);
else if (do_kexec)
-   send_cmd("kexec");
+   send_cmd("kexec", do_dryrun);
else if (do_poweroff)
-   send_cmd("poweroff");
+   send_cmd("poweroff", do_dryrun);
else if (do_reboot)
-   send_cmd("reboot");
+   send_cmd("reboot", do_dryrun);
else if (do_reexec)
-   send_cmd("reexec");
+   send_cmd("reexec", do_dryrun);
else
-   send_cmd("single");
+   send_cmd("single", do_dryrun);
return 0;
 }



[gentoo-commits] proj/openrc:master commit in: init.d/, conf.d/

2017-05-22 Thread William Hubbs
commit: ec27299f4b88daa80261298fafea76ae634744d9
Author: William Hubbs  gmail  com>
AuthorDate: Mon May 22 17:46:55 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 22 17:52:58 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ec27299f

typo fix

X-Gentoo-Bug: 61
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=61

 conf.d/agetty| 2 +-
 init.d/agetty.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf.d/agetty b/conf.d/agetty
index 012eb8de..527ce4c2 100644
--- a/conf.d/agetty
+++ b/conf.d/agetty
@@ -2,7 +2,7 @@
 #baud=""
 
 # set the terminal type
-#termtype="linux"
+#term_type="linux"
 
 # extra options to pass to agetty for this port
 #agetty_options=""

diff --git a/init.d/agetty.in b/init.d/agetty.in
index d2ba9449..f6cc12da 100644
--- a/init.d/agetty.in
+++ b/init.d/agetty.in
@@ -14,7 +14,7 @@ supervisor=supervise-daemon
 port="${RC_SVCNAME#*.}"
 term_type="${term_type:-linux}"
 command=/sbin/agetty
-command_args_foreground="${agetty_options} ${port} ${baud} ${termtype}"
+command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"
 pidfile="/run/${RC_SVCNAME}.pid"
 
 depend() {



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

2017-05-22 Thread Matt Thode
commit: 8bf05b41351f8bcca48d81f536bfb296756f0773
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May 22 17:47:07 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon May 22 17:47:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf05b41

sys-kernel/git-sources: adding manifest for git-sources bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-kernel/git-sources/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index ff119dca1c5..dd570d00173 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,2 +1,3 @@
 DIST linux-4.11.tar.xz 95447768 SHA256 
b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 SHA512 
6610eed97ffb7207c71771198c36179b8244ace7222bebb109507720e26c5f17d918079a56d5febdd8605844d67fb2df0ebe910fa2f2f53690daf6e2a8ad09c3
 WHIRLPOOL 
f577b7c5c209cb8dfef2f1d56d77314fbd53323743a34b900e2559ab0049b7c2d6262bda136dd3d005bc0527788106e0484e46558448a8720dac389a969e5886
 DIST patch-4.12-rc1.patch 89253799 SHA256 
516dc994c0d1872f27bb83e07f6d2dd506594ae0bc88e5a11e5637dc2b446f2f SHA512 
d58b40b44923ffd8d51c58c4ea2c5de75b766888bd65147c308441e77b56deda8476f211edcadc2eb2e4959b35d2a27b4edcb3bd3261787a9f1d0ae491e92200
 WHIRLPOOL 
0e388627277a97af05bf3f3fff09c03bac2ec60bdc56feb0cd2664aa73c6ef150be50cbaba6fa866911ea3e1074b7c55b6dfb906684b6bb4b1dcd8028887cb1e
+DIST patch-4.12-rc2.patch 89563541 SHA256 
76e32580cc6fa58e016453856267d61e2b2c464d3bf6808f26c32de9729023fa SHA512 
f3ada61c34ff3c39e4bc76fb62a0bfa23e21f4a6f40caa8b51085da57c1938878a070856a7bd2f0abaeb353fbc86eb5e07da466edcabfb5d34d7edf5f4b00655
 WHIRLPOOL 
b356e682df8ec325137b09b9f935a715e0a0d5eb3a6b0e42e3ab51d1702044c4741309cc861767a53a9b0eb79663146b58b2414e910a103d595b6232ff8c4cac



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

2017-05-22 Thread Tobias Klausmann
commit: f9feffd95ffd51367dea7096be35e73695363643
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 17:32:23 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 17:32:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9feffd9

dev-db/mysql-5.6.36-r0: add alpha keyword

Gentoo-Bug: 616486

 dev-db/mysql/mysql-5.6.36.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysql/mysql-5.6.36.ebuild b/dev-db/mysql/mysql-5.6.36.ebuild
index e5212fb66e5..50d9251be01 100644
--- a/dev-db/mysql/mysql-5.6.36.ebuild
+++ b/dev-db/mysql/mysql-5.6.36.ebuild
@@ -14,7 +14,7 @@ inherit mysql-multilib-r1
 IUSE="$IUSE"
 
 # REMEMBER: also update eclass/mysql*.eclass before committing!
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 
~sparc-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 
~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
 
 DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
 RDEPEND="${RDEPEND}"



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

2017-05-22 Thread Tobias Klausmann
commit: d11f7633a3d37ddc58d9702ec581511d52edd931
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 17:30:39 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 17:30:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11f7633

sys-apps/systemd-233-r1: add alpha keyword

Gentoo-Bug: 595476

 sys-apps/systemd/systemd-233-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd/systemd-233-r1.ebuild 
b/sys-apps/systemd/systemd-233-r1.ebuild
index c307e925041..45477c8f22b 100644
--- a/sys-apps/systemd/systemd-233-r1.ebuild
+++ b/sys-apps/systemd/systemd-233-r1.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} ==  ]]; then
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
${P}.tar.gz
!doc? ( https://dev.gentoo.org/~floppym/dist/${P}-man.tar.gz )"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+   KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86"
 fi
 
 PYTHON_COMPAT=( python{3_4,3_5,3_6} )



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

2017-05-22 Thread Tobias Klausmann
commit: cad58452ce0ccff04418aacee1d57f7a5f700abc
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 17:29:23 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 17:29:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad58452

sys-apps/util-linux-2.28.2-r0: add alpha keyword

Gentoo-Bug: 606422

 sys-apps/util-linux/util-linux-2.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.28.2.ebuild 
b/sys-apps/util-linux/util-linux-2.28.2.ebuild
index 070dd61ae69..47c1414d8e6 100644
--- a/sys-apps/util-linux/util-linux-2.28.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.28.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]] ; then
inherit git-2 autotools

EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
 else
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux"

SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz"
 fi
 



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

2017-05-22 Thread Thomas Deutschmann
commit: d3223c7fb75fabef0d4f092db5815e4be389cd3d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 22 17:27:09 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 22 17:27:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3223c7f

app-admin/rsyslog: x86 stable (bug #618836)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild 
b/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
index 51f28d13f87..6fa2943e8d3 100644
--- a/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
@@ -45,7 +45,7 @@ else
unset _tmp_last_index
unset _tmp_suffix
else
-   KEYWORDS="amd64 ~arm ~arm64 hppa ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 hppa x86"
fi
 
SRC_URI="



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

2017-05-22 Thread Thomas Deutschmann
commit: 90f14e2bd4e0cc9986039d5abf04c7ef9e9b1e5e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 22 17:26:42 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 22 17:26:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f14e2b

dev-libs/liblognorm: x86 stable (bug #618836)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-libs/liblognorm/liblognorm-2.0.3.ebuild 
b/dev-libs/liblognorm/liblognorm-2.0.3.ebuild
index 094b33ad650..fede6fb716c 100644
--- a/dev-libs/liblognorm/liblognorm-2.0.3.ebuild
+++ b/dev-libs/liblognorm/liblognorm-2.0.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm hppa ~x86 ~amd64-linux"
+   KEYWORDS="amd64 ~arm hppa x86 ~amd64-linux"
 fi
 
 LICENSE="LGPL-2.1 Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2017-05-22 Thread Michał Górny
commit: 9247a8afac195d39b0c1d6ae3a9b0d61f16a3789
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 16:48:22 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 16:49:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9247a8af

app-portage/gpyutils: Bump to 0.2.1

 app-portage/gpyutils/Manifest   | 2 +-
 app-portage/gpyutils/{gpyutils-0.2.ebuild => gpyutils-0.2.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 66f529295c7..a0d212e7bd2 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,2 @@
 DIST gpyutils-0.1.4.tar.bz2 13458 SHA256 
bdffc77f526708e2c7d46aa35d75003b2489c2ed09a1d1f49f4574ec48a173e4 SHA512 
fce002bd77868106990ceda1f7ef5e734ec279b85352d9481c0044624e0c837c558654f1d59617301dc7d8125fe7fb2b9778547f1dad19448c0aae165018babc
 WHIRLPOOL 
eddc8c4394bff7d37e4c02004d82972b7bc8d3c17970e384b9123e85a9c310c5d6ecb8f7b062396ac53a3bde175beeb7095d7b9ea3d4bb72336552b40f084766
-DIST gpyutils-0.2.tar.bz2 14685 SHA256 
734db06f1ab565f9b90b486d234080db4afdfca162434c74470992a290098ad0 SHA512 
95b78a9659b27e4ec0df164abeb0aba1bb92cb7479b012bc1c5876208a906b7d04ac7f63f11a3b7fdc1eb0d642e20106036be03701bbb899b7cafb7bba4a3a87
 WHIRLPOOL 
435106da07e14b4abf29c52d4ddd73c4ca52ebb6d2c4655ad028554eebf1772165585f92b7b5bda6264f723a4102765d02c87fc16baa50f6df884b5e7f822848
+DIST gpyutils-0.2.1.tar.bz2 15044 SHA256 
9820ff7456f7be4dade93f923f5410f2bb7e2395c239a288a163b130e1b977be SHA512 
58b796647bf614e4ad492fe97539bd11f0d5beeecb7fd903a81917bfaac54ced4fb14813f499010093884891eda9c43226bcf2cae7744e7290bf9b16928b6172
 WHIRLPOOL 
3ae97e07f020a0e57ff1cdad86cb0b1c8b2a036ea572ba45c231bee8ab1b885074a29a92e9fe5d247ab2d977c4528e0b6147bd70756e765a9da2a4d12d3ed723

diff --git a/app-portage/gpyutils/gpyutils-0.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.2.1.ebuild
similarity index 90%
rename from app-portage/gpyutils/gpyutils-0.2.ebuild
rename to app-portage/gpyutils/gpyutils-0.2.1.ebuild
index e4776d16089..45dfe8370db 100644
--- a/app-portage/gpyutils/gpyutils-0.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



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

2017-05-22 Thread Tobias Klausmann
commit: 3a0a111fef98ccc434af896040131bf754797840
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:52 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a0a111f

dev-python/requests-2.12.5-r0: add alpha keyword

Gentoo-Bug: 617258

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

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



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

2017-05-22 Thread Tobias Klausmann
commit: e685a3684be0e47c780098704784ba50bbdc621e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e685a368

dev-python/lxml-3.7.3-r0: add alpha keyword

Gentoo-Bug: 617258

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

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



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

2017-05-22 Thread Tobias Klausmann
commit: 04abd188ce7cf23d71ade96d2bae6f8778b2909b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:52 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04abd188

dev-python/webob-1.6.3-r0: add alpha keyword

Gentoo-Bug: 617258

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

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



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

2017-05-22 Thread Tobias Klausmann
commit: 44bdce9d5751619406a910d9b50fffdc662b1589
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bdce9d

dev-python/flake8-2.5.4-r0: add alpha keyword

Gentoo-Bug: 617258

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

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



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

2017-05-22 Thread Tobias Klausmann
commit: 6b14a5b22d6a2961fe7ddf41298a2aaa1a228948
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:51 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b14a5b2

dev-python/python-dateutil-2.4.2-r1: add alpha keyword

Gentoo-Bug: 617258

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

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



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

2017-05-22 Thread Tobias Klausmann
commit: d8422f863090dcd2751a6bda822e21a127a410d9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8422f86

dev-python/Babel-2.3.4-r0: add alpha keyword

Gentoo-Bug: 617258

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

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



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

2017-05-22 Thread Tobias Klausmann
commit: 072298eacafc117a39debd5048767380ab3f985e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:18:50 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:48:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072298ea

dev-python/jinja-2.9.5-r0: add alpha keyword

Gentoo-Bug: 617258

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

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



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

2017-05-22 Thread Michał Górny
commit: cfe6b065f1998019cefe2624af64500b4749ebee
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 16:25:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 16:41:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe6b065

profiles/base: Drop obsolete www-servers/pshs[ssl] mask

 profiles/base/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index ff29e5b73bd..deb2994df74 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -298,10 +298,6 @@ dev-db/mysql cluster
 # is implemented. Masking for testing and evaluation.
 app-admin/clsync cluster mhash
 
-# Michał Górny  (25 Dec 2014)
-# Requires non-keyworded >=libevent-2.1, bug #533540.
-www-servers/pshs ssl
-
 # Michał Górny  (30 Nov 2014)
 # Not supported at the moment. DirectFB lacks multilib support,
 # and we have to decide if we want it.



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

2017-05-22 Thread Michał Górny
commit: af88e1c95afd31d32eb977885aed2996bfad4ecf
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon May 22 09:51:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 16:41:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af88e1c9

dev-python/pickleshare: Depend on pathlib2 instead of pathlib

Bug: https://bugs.gentoo.org/619344
Closes: https://github.com/gentoo/gentoo/pull/4710
Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-python/pickleshare/pickleshare-0.7.4.ebuild 
b/dev-python/pickleshare/pickleshare-0.7.4-r1.ebuild
similarity index 88%
rename from dev-python/pickleshare/pickleshare-0.7.4.ebuild
rename to dev-python/pickleshare/pickleshare-0.7.4-r1.ebuild
index 52e7f20d86f..20d4ad5812d 100644
--- a/dev-python/pickleshare/pickleshare-0.7.4.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.4-r1.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 RDEPEND="
-   $(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' 'python2*')
+   $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' 
'python2*')
>=dev-python/path-py-6.2[${PYTHON_USEDEP}]"
 
 DEPEND="${RDEPEND}



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

2017-05-22 Thread William Hubbs
commit: a77ee2e94191ba1a286b8a6835f76556481566ba
Author: William Hubbs  gmail  com>
AuthorDate: Mon May 22 16:29:14 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 22 16:29:23 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a77ee2e9

init: add ability to switch to single user mode

 src/rc/openrc-init.c | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/src/rc/openrc-init.c b/src/rc/openrc-init.c
index 8abe0dd6..398259cc 100644
--- a/src/rc/openrc-init.c
+++ b/src/rc/openrc-init.c
@@ -105,6 +105,14 @@ static void handle_shutdown(const char *runlevel, int cmd)
reboot(cmd);
 }
 
+static void handle_single(void)
+{
+   pid_t pid;
+
+   pid = do_openrc("single");
+   while (waitpid(pid, NULL, 0) != pid);
+}
+
 static void reap_zombies(void)
 {
pid_t pid;
@@ -201,6 +209,8 @@ int main(int argc, char **argv)
handle_shutdown("reboot", RB_AUTOBOOT);
else if (strcmp(buf, "reexec") == 0)
handle_reexec(argv[0]);
+   else if (strcmp(buf, "single") == 0)
+   handle_single();
}
return 0;
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/itex2mml/

2017-05-22 Thread Manuel Rüger
commit: 8dbe33846569078ebaf87ad761a8e25b19f2354d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 16:25:51 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 16:25:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dbe3384

app-text/itex2mml: Version bump to 1.5.6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/itex2mml/Manifest  |  1 +
 app-text/itex2mml/itex2mml-1.5.6.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-text/itex2mml/Manifest b/app-text/itex2mml/Manifest
index df5ea8df550..9ad5af43dda 100644
--- a/app-text/itex2mml/Manifest
+++ b/app-text/itex2mml/Manifest
@@ -1,2 +1,3 @@
 DIST itexToMML-1.5.4.tar.gz 136951 SHA256 
39be9e60a5167d2525947fa38a97fea049db99dd484aa3de472e0bb90162182e SHA512 
7c974eb8b9a7f12aa87f2243a6608ac509a7e4bb8b2c2164065cea67c7e50e2f22f6d5fc829f629389ce603e70cca72e13060b03180a81de36338a66ea699e54
 WHIRLPOOL 
b53f6d3346051af466130c67c2cf30d9cf521056ab9e2dfd36f636d541ae6f775894795a208be391cc7bd7cdd2fed77fefb8e9eba6809a9ef66090f931bc16ea
 DIST itexToMML-1.5.5.tar.gz 155205 SHA256 
c25e5ca7b8739e12cdeeeb8a62ea1a2f29831cc9fd97f62ec13eecd2feb389eb SHA512 
452436fe6f72d2c99c2bf3aec0d5d74d0bd754b6f54948428e45f50b037927a64ae3148386c387d3065d35392c3744ec6467d3e6fb8c25d46a3872d92d35ce2d
 WHIRLPOOL 
a016a5d890f13eb4fd272a4bec667cd1c4f0bd687523fbde116f2b21ad6a1ed19f719803214e1138e4409bfa0238a27eb4a57244414a6e5f52887975078f9f83
+DIST itexToMML-1.5.6.tar.gz 155394 SHA256 
e042fd0aa6e0cab09b28f9332e9f22c5f2b9bc94100386d70c105e7cf3eddf70 SHA512 
2f4ebcaccbef71ba1728909bdc60abf06606cfe267481835315fb1ecaa365641e45dfad370cffb758153379e721bde48e71ff660b0cba511f8d8db8a4aec0171
 WHIRLPOOL 
e8d00d997a1daa9f6f48a18bb11cb420c145e7ccc5a842a42cef523eda3832d5ba50186aa8798faaed3e6c898c0c893af531aaaee293351ab3b1d6f376b8df46

diff --git a/app-text/itex2mml/itex2mml-1.5.6.ebuild 
b/app-text/itex2mml/itex2mml-1.5.6.ebuild
new file mode 100644
index 000..e3bdf25d38f
--- /dev/null
+++ b/app-text/itex2mml/itex2mml-1.5.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A LaTeX into XHTML/MathML converter"
+HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html;
+SRC_URI="http://golem.ph.utexas.edu/~distler/blog/files/itexToMML-${PV}.tar.gz;
+LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/itexToMML/itex-src"
+
+src_compile() {
+   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   dobin itex2MML
+   dodoc ../README
+}



[gentoo-commits] repo/gentoo:master commit in: app-text/itex2mml/

2017-05-22 Thread Manuel Rüger
commit: 4225241c7e2fbe0d60dfa31d73e9e784e288d3f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 16:26:10 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 16:26:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4225241c

app-text/itex2mml: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/itex2mml/Manifest  |  1 -
 app-text/itex2mml/itex2mml-1.5.4.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-text/itex2mml/Manifest b/app-text/itex2mml/Manifest
index 9ad5af43dda..42ed2cbba51 100644
--- a/app-text/itex2mml/Manifest
+++ b/app-text/itex2mml/Manifest
@@ -1,3 +1,2 @@
-DIST itexToMML-1.5.4.tar.gz 136951 SHA256 
39be9e60a5167d2525947fa38a97fea049db99dd484aa3de472e0bb90162182e SHA512 
7c974eb8b9a7f12aa87f2243a6608ac509a7e4bb8b2c2164065cea67c7e50e2f22f6d5fc829f629389ce603e70cca72e13060b03180a81de36338a66ea699e54
 WHIRLPOOL 
b53f6d3346051af466130c67c2cf30d9cf521056ab9e2dfd36f636d541ae6f775894795a208be391cc7bd7cdd2fed77fefb8e9eba6809a9ef66090f931bc16ea
 DIST itexToMML-1.5.5.tar.gz 155205 SHA256 
c25e5ca7b8739e12cdeeeb8a62ea1a2f29831cc9fd97f62ec13eecd2feb389eb SHA512 
452436fe6f72d2c99c2bf3aec0d5d74d0bd754b6f54948428e45f50b037927a64ae3148386c387d3065d35392c3744ec6467d3e6fb8c25d46a3872d92d35ce2d
 WHIRLPOOL 
a016a5d890f13eb4fd272a4bec667cd1c4f0bd687523fbde116f2b21ad6a1ed19f719803214e1138e4409bfa0238a27eb4a57244414a6e5f52887975078f9f83
 DIST itexToMML-1.5.6.tar.gz 155394 SHA256 
e042fd0aa6e0cab09b28f9332e9f22c5f2b9bc94100386d70c105e7cf3eddf70 SHA512 
2f4ebcaccbef71ba1728909bdc60abf06606cfe267481835315fb1ecaa365641e45dfad370cffb758153379e721bde48e71ff660b0cba511f8d8db8a4aec0171
 WHIRLPOOL 
e8d00d997a1daa9f6f48a18bb11cb420c145e7ccc5a842a42cef523eda3832d5ba50186aa8798faaed3e6c898c0c893af531aaaee293351ab3b1d6f376b8df46

diff --git a/app-text/itex2mml/itex2mml-1.5.4.ebuild 
b/app-text/itex2mml/itex2mml-1.5.4.ebuild
deleted file mode 100644
index 3ce0ec6d942..000
--- a/app-text/itex2mml/itex2mml-1.5.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A LaTeX into XHTML/MathML converter"
-HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html;
-SRC_URI="http://golem.ph.utexas.edu/~distler/blog/files/itexToMML-${PV}.tar.gz;
-LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/itexToMML/itex-src"
-
-src_compile() {
-   emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   dobin itex2MML
-   dodoc ../README
-}



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

2017-05-22 Thread Manuel Rüger
commit: 5ef522a265a42ff0770badf365c4cb674dff3e43
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 16:21:48 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 16:21:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef522a2

dev-python/jsmin: Add python3_6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/jsmin/jsmin-2.2.1.ebuild 
b/dev-python/jsmin/jsmin-2.2.1.ebuild
index 8f53e46d437..5158bced3a9 100644
--- a/dev-python/jsmin/jsmin-2.2.1.ebuild
+++ b/dev-python/jsmin/jsmin-2.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



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

2017-05-22 Thread Manuel Rüger
commit: 10b681b2d1d8ce57059a94971398609b1b7dfdda
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 16:20:42 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 16:20:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b681b2

dev-python/notify2: Add python3_{5,6}

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/notify2/notify2-0.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/notify2/notify2-0.3.ebuild 
b/dev-python/notify2/notify2-0.3.ebuild
index 2b4782119c1..a3696045165 100644
--- a/dev-python/notify2/notify2-0.3.ebuild
+++ b/dev-python/notify2/notify2-0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
@@ -18,7 +18,7 @@ IUSE="examples"
 RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
 
 python_test() {
-   esetup.py test
+   ${EPYTHON} test_notify2.py || die
 }
 
 python_install_all() {



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

2017-05-22 Thread Tobias Klausmann
commit: 8c0907a5bd0caf908c28d4e0028d9933321c8a19
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:12:04 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:12:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0907a5

dev-db/postgresql-9.5.7-r0: add alpha keyword

Gentoo-Bug: 618462

 dev-db/postgresql/postgresql-9.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.5.7.ebuild 
b/dev-db/postgresql/postgresql-9.5.7.ebuild
index 2c1981148b9..821507cf54b 100644
--- a/dev-db/postgresql/postgresql-9.5.7.ebuild
+++ b/dev-db/postgresql/postgresql-9.5.7.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2017-05-22 Thread Tobias Klausmann
commit: 98574a4c1402b8362a822ffafcb6e1b55ab199d5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:11:18 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:11:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98574a4c

dev-db/postgresql-9.3.17-r0: add alpha keyword

Gentoo-Bug: 618462

 dev-db/postgresql/postgresql-9.3.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.3.17.ebuild 
b/dev-db/postgresql/postgresql-9.3.17.ebuild
index 6ee58821a10..24596c083f5 100644
--- a/dev-db/postgresql/postgresql-9.3.17.ebuild
+++ b/dev-db/postgresql/postgresql-9.3.17.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2017-05-22 Thread Tobias Klausmann
commit: 356a5f5d604bd10fde9e823b5c9c44c2cf48e025
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 16:10:28 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 16:10:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356a5f5d

dev-db/postgresql-9.2.21-r0: add alpha keyword

Gentoo-Bug: 618462

 dev-db/postgresql/postgresql-9.2.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/postgresql-9.2.21.ebuild 
b/dev-db/postgresql/postgresql-9.2.21.ebuild
index 1f6b2605e6c..c701cee9775 100644
--- a/dev-db/postgresql/postgresql-9.2.21.ebuild
+++ b/dev-db/postgresql/postgresql-9.2.21.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
 
 SLOT="$(get_version_component_range 1-2)"
 



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

2017-05-22 Thread Manuel Rüger
commit: 4d0ea0e108124ba56b1d176b198c95cdac956060
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 16:07:28 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 16:07:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0ea0e1

dev-python/livereload: Add python3_{5,6}

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/livereload/livereload-2.4.1.ebuild 
b/dev-python/livereload/livereload-2.4.1.ebuild
index c873cbcddf7..dd67e076542 100644
--- a/dev-python/livereload/livereload-2.4.1.ebuild
+++ b/dev-python/livereload/livereload-2.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 



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

2017-05-22 Thread William Hubbs
commit: ce0815b9538a9f0d7e3414eac9c370465699d05c
Author: Luis Ressel  aixah  de>
AuthorDate: Mon May 22 12:42:40 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon May 22 16:00:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0815b9

dev-libs/skalibs: Bump to 2.5.1.1

This fixes a regression in yesterday's 2.5.1.0

 dev-libs/skalibs/Manifest   | 2 +-
 dev-libs/skalibs/{skalibs-2.5.1.0.ebuild => skalibs-2.5.1.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/skalibs/Manifest b/dev-libs/skalibs/Manifest
index 46eeae9c7cc..373430950a3 100644
--- a/dev-libs/skalibs/Manifest
+++ b/dev-libs/skalibs/Manifest
@@ -3,4 +3,4 @@ DIST skalibs-2.3.2.0.tar.gz 205976 SHA256 
a36302b63fe97fa8d616cac0bb7aebbff60e14
 DIST skalibs-2.3.9.0.tar.gz 211781 SHA256 
6229fb4fb415699bbff3b446ff44aa5b7fb9c512b83bd68ae4005603afab60cb SHA512 
30b08fec01944fd7e816eb275dfe6eafdf21e14af95e70ae4991b9da716ab191b22c1576084ed7c40fd9e958804519075befaaf4314ccb370ced3c5e94793212
 WHIRLPOOL 
626ae08b19bb26916b5f75a979f60455404d91ae77c7c70fd35ae5b697e970f6cd72c68f42ddf6b288018b5639003ab6f2d2860d5617d8b6a0feca02f261277e
 DIST skalibs-2.4.0.2.tar.gz 215964 SHA256 
0708172bc2ec9825f8a4f312d35f8dcd94da5f291425a598c33c873b3de77df8 SHA512 
1a60ff7bf2364cfe56dc5847321dad4eaa3942be90555a405c4c6c6fff287e197621796624cd52030f4373665ef53d4f7cd5832e8492ecf1d75c82544a4c8f2e
 WHIRLPOOL 
921f30c49c14b26ddef4e4a92f22f097379619e1ad42a4486081efe2436ca07ac7343144663efce738b35fc2cf0580a7651b81ca308edca5a7d262ec8a1b3559
 DIST skalibs-2.5.0.0.tar.gz 207065 SHA256 
38408ff6d0aec581010ecf9e49703ec5f4c8887bbe68717ec087634a7ade849c SHA512 
fe96cb0a128dc5060c74dca1ac96df96bf1f9383229ef283b7b23b98c7910137f3ca25ecd7cf91446a7f6d1ce7bb6a36e346c45c6d5723f73eea008626a3792e
 WHIRLPOOL 
bdc773fb34eed7d321047c3ac8dbca9b0330914e3c46331b898fd5135c90ef2f1572f87264156a91f3a6eaebbb4baffcca936391f2d3e013f8f239d444cda750
-DIST skalibs-2.5.1.0.tar.gz 210366 SHA256 
fe45621528bf17ef669218a0a5a0b9a88cd40b0de06b15d40123b5816a696560 SHA512 
0bf4df9641c790548d3683ec45d956610381179ca00a6b88457ede785e05475bf76dee5cb1cbed21db8a58e7d349924eabb74ad930d646817526c883c3414045
 WHIRLPOOL 
349330d5130592ef045b5149cfa725bd2e511ef23fa9ed586831bf321521e6b10555cdcf43d2c1209191a208acff9d2e203e1b95fcf666d057627db52eb5b881
+DIST skalibs-2.5.1.1.tar.gz 210356 SHA256 
aa387f11a01751b37fd32603fdf9328a979f74f97f0172def1b0ad73b7e8d51d SHA512 
a1139c6c192b4b4b29fb5b93242d206274ad80503a7b68fda117105e5344e2a15547d52145f488759c5cfa7be45a8a22be8a4b606328556a92dc980186143dc4
 WHIRLPOOL 
4b22049146db47b15227b5b20767726ebdab07eff5e52e0ece48e0088e12418b454a2aa59141ddaff0b78a661fec8abf30764d4c17ccb42980b245a3dc862526

diff --git a/dev-libs/skalibs/skalibs-2.5.1.0.ebuild 
b/dev-libs/skalibs/skalibs-2.5.1.1.ebuild
similarity index 100%
rename from dev-libs/skalibs/skalibs-2.5.1.0.ebuild
rename to dev-libs/skalibs/skalibs-2.5.1.1.ebuild



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

2017-05-22 Thread Manuel Rüger
commit: 506e212e3df8b43677001f750ba70a4591ef65d2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 15:51:41 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 15:52:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=506e212e

dev-libs/elfutils: Version bump to 0.169

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-libs/elfutils/Manifest  |  1 +
 dev-libs/elfutils/elfutils-0.169.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-libs/elfutils/Manifest b/dev-libs/elfutils/Manifest
index 3ee32a75c4d..3243f5c574b 100644
--- a/dev-libs/elfutils/Manifest
+++ b/dev-libs/elfutils/Manifest
@@ -1,3 +1,4 @@
 DIST elfutils-0.166.tar.bz2 6496225 SHA256 
3c056914c8a438b210be0d790463b960fc79d234c3f05ce707cbff80e94cba30 SHA512 
543e8f9fbebbef86c40b1d6dc93da04a8431071aad636b70e7a1b9536450990b237d100d354c29fd0c3605074b7a0621f5bdaab4c2664be42b2912ad283bc614
 WHIRLPOOL 
4de083bbb397235dd46c2ba6e0cbb615825c13d7e8413015d5ff08d72deae1d9a508c0f6e5f90e27cc709870064bc53a51b2a681f2a9b80e1f658bb7dc475f8d
 DIST elfutils-0.167.tar.bz2 6456047 SHA256 
3f300087c42b6f35591163b48246b4098ce39c4c6f5d55a83023c903c5776553 SHA512 
855b27b7b2785265e095a5c28518b9765238bbcdc8aefede11453e9727156b71360a4b0e2634f2c3813d4b632d3be7079b2d952701bf0455a9c2c19f7facdc91
 WHIRLPOOL 
1eccbdf65e75c36d7e7704e34eb824d8f54aa4d5879c8df174a1121889fd796cd0aaf5e727f07f361da301659f23d7167e5e59e6a039003def0411d0d01a570e
 DIST elfutils-0.168.tar.bz2 6840399 SHA256 
b88d07893ba1373c7dd69a7855974706d05377766568a7d9002706d5de72c276 SHA512 
c8f2077ffe6877ad9e9d2f553bf0576361799c601d246f53e1d99a6f7046794c5916e1087b97ad1d1e5f59f9debc20384f864d507ef6c4c75a8e767d15d6eb91
 WHIRLPOOL 
281e6917ad243c4f28dad48801d43c29b503da0198f1cd882b6e378b9016e0843088185a39909db75295484f28b963b711f68b80dc6cc810b3027a2ea5cce556
+DIST elfutils-0.169.tar.bz2 8067758 SHA256 
9412fac7b30872b738bc1ed1ebcaed54493c26ef9a67887913498c17b10f3bc2 SHA512 
0a81a20bb2aff533d035d6b76f1403437b2e11bce390db57e34b8c26e4b9b3150346d83dddcbfbbdc58063f046ca3223508dba35c6ce88e375d201e7a777a8b9
 WHIRLPOOL 
dc4f689b403160272dccb1e306ee3584f6d06156d3318d745bba46f9b4a31a477795223233ffb420b096b1c196aba09492e4ab5803f6150326b48e1045f92e06

diff --git a/dev-libs/elfutils/elfutils-0.169.ebuild 
b/dev-libs/elfutils/elfutils-0.169.ebuild
new file mode 100644
index 000..3a58148ecbe
--- /dev/null
+++ b/dev-libs/elfutils/elfutils-0.169.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic multilib-minimal
+
+DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement 
for libelf)"
+HOMEPAGE="http://elfutils.org/;
+SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2;
+
+LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
+IUSE="bzip2 lzma nls static-libs test +threads +utils"
+
+RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
+   lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
+   !dev-libs/libelf"
+DEPEND="${RDEPEND}
+   nls? ( sys-devel/gettext )
+   >=sys-devel/flex-2.5.4a
+   sys-devel/m4"
+
+src_prepare() {
+   default
+   epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
+   if use static-libs; then
+   sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' 
lib{asm,dw,elf}/Makefile.in || die
+   fi
+   sed -i 's:-Werror::' */Makefile.in || die
+}
+
+src_configure() {
+   use test && append-flags -g #407135
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable nls) \
+   $(use_enable threads thread-safety) \
+   --program-prefix="eu-" \
+   --with-zlib \
+   $(use_with bzip2 bzlib) \
+   $(use_with lzma)
+}
+
+multilib_src_test() {
+   env 
LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm"
 \
+   LC_ALL="C" \
+   emake check
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc NOTES
+   # These build quick, and are needed for most tests, so don't
+   # disable their building when the USE flag is disabled.
+   if use utils; then
+   rm -rf "${ED}"/usr/bin || die
+   fi
+}



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

2017-05-22 Thread Richard Farina
commit: dc13fc13c8483662f2aff39517cdf43385c30e75
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon May 22 15:48:52 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon May 22 15:49:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc13fc13

net-wireless/urh: bump, add support for native uhd/usrp backend

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/urh/Manifest   |  1 +
 net-wireless/urh/metadata.xml   |  1 +
 net-wireless/urh/urh-1.6.4.1.ebuild | 37 +
 3 files changed, 39 insertions(+)

diff --git a/net-wireless/urh/Manifest b/net-wireless/urh/Manifest
index c5c44bc24af..daea51e99a5 100644
--- a/net-wireless/urh/Manifest
+++ b/net-wireless/urh/Manifest
@@ -1,2 +1,3 @@
 DIST urh-1.5.5.tar.gz 10291006 SHA256 
b7884cb57e1b40204fce011c1f652df04bff4120a57329a91144d09e30d83612 SHA512 
bb4dae138042ffb53aac43368b47527909bbaad487cfb194385d7c2910f40e1f19e870d397596b87a333957ab83dc0418fba07038358519919c8ae90d6ef497b
 WHIRLPOOL 
601a8376834fd2bee948e6b9ab0f8596a73a807e67a4a71b89553ac7e779c4ecebf57719b33c818733843f1ce0187921ec8ce55926d6253bf475da95341057fe
 DIST urh-1.6.2.6.tar.gz 11690379 SHA256 
e2005df4032a160bd7f484f7c7d44526480bd23fe67e76a5eb284fc99e9f8c16 SHA512 
1983f827647de1ce57b8ed4e1860344955c3cba401d153150c8ee55bb424d313290e5005045f61d775cb5076d7ade9404f33a7b616ec96a091b71829f4779891
 WHIRLPOOL 
044f64e293a1d68536f25c6c3ed4d487b2599572e21daeaf88f21548c25a0a334868b1b181df15ccba131fb1befc174eb209c425a533f26b4a61f0ea1636e404
+DIST urh-1.6.4.1.tar.gz 14993226 SHA256 
71f0e60c50f23e86629f803c1783bf4503931a231b46c55e04062f721a0b8e31 SHA512 
3e7d3a770c97f4a5653524a2844721336440724611e554ba2fb33529c99abd15206a14249c27bd7a9fd21b5f5c34f2719b64477e4ebc58fa64d94e211383e8e6
 WHIRLPOOL 
3d38fe8dcfde00b8746e47e82bd719cf0937dbbc33de29617e8d3affce4267f044d8d0eb0967d3ddd2e53f9fe8cc5d02eff1aa97773b560b96d5e1d6adcbc0aa

diff --git a/net-wireless/urh/metadata.xml b/net-wireless/urh/metadata.xml
index 67fa06c322f..caee04cd487 100644
--- a/net-wireless/urh/metadata.xml
+++ b/net-wireless/urh/metadata.xml
@@ -14,6 +14,7 @@

use native backend which directly uses 
net-libs/libhackrf
use native backend which directly uses 
net-wireless/rtl-sdr
+   use native backend which directly uses 
net-wireless/uhd


jopohl/urh

diff --git a/net-wireless/urh/urh-1.6.4.1.ebuild 
b/net-wireless/urh/urh-1.6.4.1.ebuild
new file mode 100644
index 000..526a67dc694
--- /dev/null
+++ b/net-wireless/urh/urh-1.6.4.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{3_4,3_5} )
+inherit distutils-r1 eutils
+
+DESCRIPTION="Universal Radio Hacker: investigate wireless protocols like a 
boss"
+HOMEPAGE="https://github.com/jopohl/urh;
+SRC_URI="https://github.com/jopohl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="hackrf rtlsdr uhd"
+
+DEPEND="${PYTHON_DEPS}
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pyzmq[${PYTHON_USEDEP}]
+   hackrf? ( net-libs/libhackrf:= )
+   rtlsdr? ( net-wireless/rtl-sdr:= )
+   uhd?( net-wireless/uhd:= )"
+RDEPEND="${DEPEND}
+   dev-python/PyQt5[${PYTHON_USEDEP}]
+   net-wireless/gr-osmosdr"
+
+python_configure_all() {
+   mydistutilsargs=(
+   $(use_with hackrf)
+   $(use_with rtlsdr)
+   $(use_with uhd usrp)
+   --without-airspy
+   --without-limesdr
+   )
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/overlint/

2017-05-22 Thread Manuel Rüger
commit: 42a5514837c7345bffdcdea315a290d0db1061d9
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 15:48:27 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 15:48:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a55148

app-portage/overlint: Add python3_6, add missed python_usedep

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-portage/overlint/overlint-0.5.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/overlint/overlint-0.5.3.ebuild 
b/app-portage/overlint/overlint-0.5.3.ebuild
index d0905588dfc..7e57262b3a3 100644
--- a/app-portage/overlint/overlint-0.5.3.ebuild
+++ b/app-portage/overlint/overlint-0.5.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
@@ -16,4 +16,4 @@ SLOT="0"
 KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND="sys-apps/portage"
+RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]"



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

2017-05-22 Thread Manuel Rüger
commit: f76d5defbb527411df91d6116eb63dcc5f509eb5
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 15:46:44 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 15:46:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76d5def

dev-python/pyelftools: Add python3_6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/pyelftools/pyelftools-0.24.ebuild 
b/dev-python/pyelftools/pyelftools-0.24.ebuild
index e551db1e10f..57e50c58811 100644
--- a/dev-python/pyelftools/pyelftools-0.24.ebuild
+++ b/dev-python/pyelftools/pyelftools-0.24.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging 
information"



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

2017-05-22 Thread Manuel Rüger
commit: 08a4b5704d2130ae26cbe2fa7ad222168f6e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon May 22 15:13:29 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon May 22 15:13:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a4b333

dev-python/dicttoxml: Add python3_6

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/dicttoxml/dicttoxml-1.7.4.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild 
b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
index dce303eaff9..ea8acad65ff 100644
--- a/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
+++ b/dev-python/dicttoxml/dicttoxml-1.7.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
-DESCRIPTION="Converts a Python dictionary or other  ata type to a valid XML 
string"
+DESCRIPTION="Converts a Python dictionary or other data type to a valid XML 
string"
 HOMEPAGE="https://github.com/quandyfactory/dicttoxml 
https://pypi.python.org/pypi/dicttoxml/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 



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

2017-05-22 Thread Anthony G. Basile
commit: afbfbc2f21f49a8c21d11cb941095aae7d13112a
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon May 22 15:08:24 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 22 15:08:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbfbc2f

profiles: mask >sys-apps/openrc-0.24.2 on uclibc, bug #619370

Signed-off-by: Anthony G. Basile  gentoo.org>

 profiles/default/linux/uclibc/package.mask | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/default/linux/uclibc/package.mask 
b/profiles/default/linux/uclibc/package.mask
index 686411a2734..8b06089994a 100644
--- a/profiles/default/linux/uclibc/package.mask
+++ b/profiles/default/linux/uclibc/package.mask
@@ -5,6 +5,10 @@ sys-libs/musl
 sys-libs/glibc
 sys-libs/pam
 
+# Currenlty =sys-apps/openrc-0.26.2 makes uclibc systems unbootable.
+# See bug #619370
+>sys-apps/openrc-0.24.2
+
 # We use eudev which is tested on both uclibc and musl
 sys-apps/systemd
 sys-fs/udev



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

2017-05-22 Thread Michał Górny
commit: 7fb15c99156d82c682684e94e618086886281096
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 21 13:36:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:43:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb15c99

dev-python/uranium: Do not call enable_cmake* directly

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

diff --git a/dev-python/uranium/uranium-2.3.1.ebuild 
b/dev-python/uranium/uranium-2.3.1.ebuild
index aa07c8d1dc4..a6cb76986bf 100644
--- a/dev-python/uranium/uranium-2.3.1.ebuild
+++ b/dev-python/uranium/uranium-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -52,6 +52,6 @@ src_test() {
 }
 
 src_install() {
-   enable_cmake-utils_src_install
+   cmake-utils_src_install
python_optimize "${D}usr/$(get_libdir)"
 }



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

2017-05-22 Thread Michał Górny
commit: aa9fe7191f36c8bdaece354625131084cdd2090e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 21 13:40:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:43:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9fe719

dev-util/apitrace: Do not call enable_cmake* directly

 dev-util/apitrace/apitrace-4.0.ebuild | 2 +-
 dev-util/apitrace/apitrace-5.0.ebuild | 2 +-
 dev-util/apitrace/apitrace-6.0.ebuild | 2 +-
 dev-util/apitrace/apitrace-6.1.ebuild | 2 +-
 dev-util/apitrace/apitrace-7.1.ebuild | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/apitrace/apitrace-4.0.ebuild 
b/dev-util/apitrace/apitrace-4.0.ebuild
index 5986a792373..9b529af0490 100644
--- a/dev-util/apitrace/apitrace-4.0.ebuild
+++ b/dev-util/apitrace/apitrace-4.0.ebuild
@@ -46,7 +46,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   enable_cmake-utils_src_prepare
+   cmake-utils_src_prepare
 
# The apitrace code grubs around in the internal zlib structures.
# We have to extract this header and clean it up to keep that working.

diff --git a/dev-util/apitrace/apitrace-5.0.ebuild 
b/dev-util/apitrace/apitrace-5.0.ebuild
index fcab924e2fe..712b310b558 100644
--- a/dev-util/apitrace/apitrace-5.0.ebuild
+++ b/dev-util/apitrace/apitrace-5.0.ebuild
@@ -42,7 +42,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   enable_cmake-utils_src_prepare
+   cmake-utils_src_prepare
 
# The apitrace code grubs around in the internal zlib structures.
# We have to extract this header and clean it up to keep that working.

diff --git a/dev-util/apitrace/apitrace-6.0.ebuild 
b/dev-util/apitrace/apitrace-6.0.ebuild
index 995d8975574..9e36010d4e4 100644
--- a/dev-util/apitrace/apitrace-6.0.ebuild
+++ b/dev-util/apitrace/apitrace-6.0.ebuild
@@ -42,7 +42,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   enable_cmake-utils_src_prepare
+   cmake-utils_src_prepare
 
# The apitrace code grubs around in the internal zlib structures.
# We have to extract this header and clean it up to keep that working.

diff --git a/dev-util/apitrace/apitrace-6.1.ebuild 
b/dev-util/apitrace/apitrace-6.1.ebuild
index 1c0210a3bda..3439c4a2830 100644
--- a/dev-util/apitrace/apitrace-6.1.ebuild
+++ b/dev-util/apitrace/apitrace-6.1.ebuild
@@ -42,7 +42,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   enable_cmake-utils_src_prepare
+   cmake-utils_src_prepare
 
# The apitrace code grubs around in the internal zlib structures.
# We have to extract this header and clean it up to keep that working.

diff --git a/dev-util/apitrace/apitrace-7.1.ebuild 
b/dev-util/apitrace/apitrace-7.1.ebuild
index d79578e64e0..7ebcd73810e 100644
--- a/dev-util/apitrace/apitrace-7.1.ebuild
+++ b/dev-util/apitrace/apitrace-7.1.ebuild
@@ -48,7 +48,7 @@ PATCHES=(
 )
 
 src_prepare() {
-   enable_cmake-utils_src_prepare
+   cmake-utils_src_prepare
 
# The apitrace code grubs around in the internal zlib structures.
# We have to extract this header and clean it up to keep that working.



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

2017-05-22 Thread Michał Górny
commit: ae269ba84b79d70b3e264b2ebadc97b7880c7ac7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 21 13:45:30 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:43:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae269ba8

cmake-utils.eclass: Remove redundant enable_cmake-* functions

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

 eclass/cmake-utils.eclass | 64 ---
 1 file changed, 22 insertions(+), 42 deletions(-)

diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index faf6cdb0b77..dbb12f25f3d 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -421,7 +421,10 @@ _cmake_cleanup_cmake() {
_cmake_modify-cmakelists
 }
 
-enable_cmake-utils_src_prepare() {
+# @FUNCTION: cmake-utils_src_prepare
+# @DESCRIPTION:
+# Apply ebuild and user patches.
+cmake-utils_src_prepare() {
debug-print-function ${FUNCNAME} "$@"
 
pushd "${S}" > /dev/null || die
@@ -455,7 +458,11 @@ enable_cmake-utils_src_prepare() {
 # }
 # @CODE
 
-enable_cmake-utils_src_configure() {
+# @FUNCTION: cmake-utils_src_configure
+# @DESCRIPTION:
+# General function for configuring with cmake. Default behaviour is to start an
+# out-of-source build.
+cmake-utils_src_configure() {
debug-print-function ${FUNCNAME} "$@"
 
[[ ${EAPI} == 5 ]] && _cmake_cleanup_cmake
@@ -643,7 +650,11 @@ enable_cmake-utils_src_configure() {
popd > /dev/null || die
 }
 
-enable_cmake-utils_src_compile() {
+# @FUNCTION: cmake-utils_src_compile
+# @DESCRIPTION:
+# General function for compiling with cmake.
+# Automatically detects the build type. All arguments are passed to emake.
+cmake-utils_src_compile() {
debug-print-function ${FUNCNAME} "$@"
 
cmake-utils_src_make "$@"
@@ -693,7 +704,10 @@ cmake-utils_src_make() {
popd > /dev/null || die
 }
 
-enable_cmake-utils_src_test() {
+# @FUNCTION: cmake-utils_src_test
+# @DESCRIPTION:
+# Function for testing the package. Automatically detects the build type.
+cmake-utils_src_test() {
debug-print-function ${FUNCNAME} "$@"
 
_cmake_check_build_dir
@@ -726,7 +740,10 @@ enable_cmake-utils_src_test() {
fi
 }
 
-enable_cmake-utils_src_install() {
+# @FUNCTION: cmake-utils_src_install
+# @DESCRIPTION:
+# Function for installing the package. Automatically detects the build type.
+cmake-utils_src_install() {
debug-print-function ${FUNCNAME} "$@"
 
_cmake_check_build_dir
@@ -739,41 +756,4 @@ enable_cmake-utils_src_install() {
popd > /dev/null || die
 }
 
-# @FUNCTION: cmake-utils_src_prepare
-# @DESCRIPTION:
-# Apply ebuild and user patches.
-cmake-utils_src_prepare() {
-   enable_cmake-utils_src_prepare "$@"
-}
-
-# @FUNCTION: cmake-utils_src_configure
-# @DESCRIPTION:
-# General function for configuring with cmake. Default behaviour is to start an
-# out-of-source build.
-cmake-utils_src_configure() {
-   enable_cmake-utils_src_configure "$@"
-}
-
-# @FUNCTION: cmake-utils_src_compile
-# @DESCRIPTION:
-# General function for compiling with cmake.
-# Automatically detects the build type. All arguments are passed to emake.
-cmake-utils_src_compile() {
-   enable_cmake-utils_src_compile "$@"
-}
-
-# @FUNCTION: cmake-utils_src_test
-# @DESCRIPTION:
-# Function for testing the package. Automatically detects the build type.
-cmake-utils_src_test() {
-   enable_cmake-utils_src_test "$@"
-}
-
-# @FUNCTION: cmake-utils_src_install
-# @DESCRIPTION:
-# Function for installing the package. Automatically detects the build type.
-cmake-utils_src_install() {
-   enable_cmake-utils_src_install "$@"
-}
-
 fi



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

2017-05-22 Thread Michał Górny
commit: d3d3181c2b5dc900568592a56d5d8704d783946d
Author: Maciej S. Szmigiero  maciej  szmigiero  name>
AuthorDate: Sun Jan 15 16:00:20 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:42:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d3181c

sys-firmware/b43-firmware: mask versions above 5.100.138

Any sys-firmware/b43-firmware version above 5.100.138 breaks b43 driver in
various ways (spontaneous disconnections, low throughput, cannot associate
to an AP, etc).
Also, b43 wiki page says to use 5.100.138:
http://linuxwireless.org/en/users/Drivers/b43/#Other_distributions_not_mentioned_above

Let's hard mask 6.30.163.46 (next version after 5.100.138) and above so
users' wireless card don't suddenly break when they update @world.

Bug: https://bugs.gentoo.org/541080
Closes: https://github.com/gentoo/gentoo/pull/3491

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 8a2f17e789a..a64d82fe0a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (22 May 2017)
+# for Maciej S. Szmigiero 
+# Any version above 5.100.138 breaks b43 driver in various ways.
+# Also, b43 wiki page says to use 5.100.138. Bug #541080.
+>=sys-firmware/b43-firmware-6.30.163.46
+
 # Michał Górny , Andreas K. Hüttel ,
 # Matthias Maier  (21 May 2017)
 # Those old versions of GCC are no longer really supported and are not



[gentoo-commits] repo/gentoo:master commit in: sys-libs/uclibc-ng/files/, sys-libs/uclibc-ng/

2017-05-22 Thread Anthony G. Basile
commit: 7e05387894905203abef04bac72fde7c3003df94
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon May 22 14:31:52 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon May 22 14:32:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e053878

sys-libs/uclibc-ng: fix bug #619190

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 .../files/uclibc-ng-update-reboot_h.patch  |  41 ++
 sys-libs/uclibc-ng/uclibc-ng-1.0.24-r1.ebuild  | 412 +
 2 files changed, 453 insertions(+)

diff --git a/sys-libs/uclibc-ng/files/uclibc-ng-update-reboot_h.patch 
b/sys-libs/uclibc-ng/files/uclibc-ng-update-reboot_h.patch
new file mode 100644
index 000..70d7d709b62
--- /dev/null
+++ b/sys-libs/uclibc-ng/files/uclibc-ng-update-reboot_h.patch
@@ -0,0 +1,41 @@
+From 5a305695ad09696bc27c1928deedabbc9e93da55 Mon Sep 17 00:00:00 2001
+From: "Anthony G. Basile" 
+Date: Mon, 22 May 2017 09:57:27 -0400
+Subject: [PATCH] include/sys/reboot.h: add constants RB_SW_SUSPEND and
+ RB_KEXEC
+
+This syncs up  with the GNU C library, see their
+commit 1a09dc56.  These constants are needed by init systems like
+openrc.
+
+Signed-off-by: Anthony G. Basile 
+---
+ include/sys/reboot.h | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/include/sys/reboot.h b/include/sys/reboot.h
+index bc685aebb..fafd2fb0c 100644
+--- a/include/sys/reboot.h
 b/include/sys/reboot.h
+@@ -1,4 +1,4 @@
+-/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
++/* Copyright (C) 1996-2017 Free Software Foundation, Inc.
+This file is part of the GNU C Library.
+ 
+The GNU C Library is free software; you can redistribute it and/or
+@@ -38,6 +38,12 @@
+ /* Stop system and switch power off if possible.  */
+ #define RB_POWER_OFF  0x4321fedc
+ 
++/* Suspend system using software suspend.  */
++#define RB_SW_SUSPEND 0xd000fce2
++
++/* Reboot system into new kernel.  */
++#define RB_KEXEC  0x45584543
++
+ __BEGIN_DECLS
+ 
+ /* Reboot or halt the system.  */
+-- 
+2.13.0
+

diff --git a/sys-libs/uclibc-ng/uclibc-ng-1.0.24-r1.ebuild 
b/sys-libs/uclibc-ng/uclibc-ng-1.0.24-r1.ebuild
new file mode 100644
index 000..de763355387
--- /dev/null
+++ b/sys-libs/uclibc-ng/uclibc-ng-1.0.24-r1.ebuild
@@ -0,0 +1,412 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit flag-o-matic multilib savedconfig toolchain-funcs versionator
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://uclibc-ng.org/git/uclibc-ng"
+   inherit git-r3
+   MY_P=uclibc-ng-${PV}
+else
+   MY_P=uClibc-ng-${PV}
+fi
+
+DESCRIPTION="C library for developing embedded Linux systems"
+HOMEPAGE="http://www.uclibc-ng.org/;
+if [[ ${PV} != "" ]] ; then
+   PATCH_VER=""
+   SRC_URI="http://downloads.uclibc-ng.org/releases/${PV}/${MY_P}.tar.bz2;
+   #KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
+   KEYWORDS="-* ~amd64 ~arm ~ppc ~x86"
+fi
+
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="debug hardened iconv ipv6 rpc symlink-compat 
crosscompile_opts_headers-only"
+RESTRICT="strip"
+
+# 1) We can't upgrade from uclibc to uclibc-ng via a soft blocker since portage
+#will delete the ld.so sym link prematurely and break the system. So we
+#will hard block and give manual migration instructions.
+# 2) Currently uclibc and uclibc-ng's iconv are in bad shape.  We've been using
+#the breakout library.  The disadvantage here is that we have to sprinkle
+#LDFAGS=-liconv on build systems that need to link against libiconv.
+RDEPEND="
+   !!sys-libs/uclibc
+   iconv? ( dev-libs/libiconv )"
+
+S=${WORKDIR}/${MY_P}
+
+export CBUILD=${CBUILD:-${CHOST}}
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CHOST} == ${CTARGET} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+
+is_crosscompile() {
+   [[ ${CHOST} != ${CTARGET} ]]
+}
+
+alt_build_kprefix() {
+   if [[ ${CBUILD} == ${CHOST} && ${CHOST} == ${CTARGET} ]] ; then
+   echo /usr/include
+   else
+   echo /usr/${CTARGET}/usr/include
+   fi
+}
+
+just_headers() {
+   use crosscompile_opts_headers-only && is_crosscompile
+}
+
+uclibc_endian() {
+   # XXX: this wont work for a toolchain which is bi-endian, but we
+   #  dont have any such thing at the moment, so not a big deal
+   touch "${T}"/endian.s
+   $(tc-getAS ${CTARGET}) "${T}"/endian.s -o "${T}"/endian.o
+   case $(file "${T}"/endian.o) in
+   *" MSB "*) echo "BIG";;
+   *" LSB "*) echo "LITTLE";;
+   *) echo "NFC";;
+   esac
+   rm -f "${T}"/endian.{s,o}
+}
+
+kconfig_q_opt() {
+   local flag=$1; shift
+   case ${flag} in
+   y|n) ;;
+   *) flag=$(usex ${flag} y n) ;;
+   esac
+
+   

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

2017-05-22 Thread Tobias Klausmann
commit: 9ccbb559e2fc6ccc6574e58b43d65186b523c30f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 13:56:07 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 14:24:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ccbb559

net-dns/bind-9.11.0_p5-r0: add alpha keyword

Gentoo-Bug: 615420

 net-dns/bind/bind-9.11.0_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.11.0_p5.ebuild 
b/net-dns/bind/bind-9.11.0_p5.ebuild
index c0ee593c844..0f6f4fb8a50 100644
--- a/net-dns/bind/bind-9.11.0_p5.ebuild
+++ b/net-dns/bind/bind-9.11.0_p5.ebuild
@@ -38,7 +38,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc filter- fixed-rrset geoip gost gssapi 
idn ipv6
 json ldap libressl lmdb mysql nslint odbc postgres python rpz seccomp selinux 
ssl static-libs



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

2017-05-22 Thread Tobias Klausmann
commit: 5c9c7943ad3d39f29564bdecb63d70d8346fe9e2
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 13:56:08 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 14:24:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9c7943

net-dns/bind-tools-9.11.0_p5-r0: add alpha keyword

Gentoo-Bug: 615420

 net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild
index 0d2cde0f7a7..f1ed0754dd9 100644
--- a/net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2017-05-22 Thread Michał Górny
commit: b6929e78b38ff4806ae4a0dd4b9743d5b473fd53
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:42:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6929e78

dev-python/rst-linker: Remove unnecessary pytest-runner dep

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

diff --git a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild 
b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
index 021399caa7b..fcb4b4a54db 100644
--- a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
+++ b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
@@ -29,7 +29,6 @@ DEPEND="
${RDEPEND}
dev-python/path-py[${PYTHON_USEDEP}]
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
)
 "
 
@@ -40,7 +39,7 @@ python_compile_all() {
 }
 
 python_test() {
-   py.test --ignore=rst || die "tests failed with ${EPYTHON}"
+   py.test -v --ignore=rst || die "tests failed with ${EPYTHON}"
 }
 
 python_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/

2017-05-22 Thread Michał Górny
commit: 098561eb8eb080bb5e7b8b459010d8adfcf2a188
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:24:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098561eb

dev-python/backports-unittest-mock: Update namespace support

 .../backports-unittest-mock-1.2.1-r1.ebuild| 56 ++
 1 file changed, 56 insertions(+)

diff --git 
a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild 
b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
new file mode 100644
index 000..be03f46ed16
--- /dev/null
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# It is the developer's intention that backports.unittest_mock will be
+# used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+MY_PN="${MY_PN//-/_}"
+DESCRIPTION="Backport of unittest.mock"
+HOMEPAGE="https://github.com/jaraco/backports.unittest_mock;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-python/backports[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/rst-linker[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   if use doc; then
+   cd docs || die
+   sphinx-build . _build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   py.test || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   find "${D}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-pulseaudio-plugin/

2017-05-22 Thread Michał Górny
commit: ba184171cc7347fe18f87541d97859f4774c9965
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 13:08:02 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba184171

xfce-extra/xfce4-pulseaudio-plugin: Bump to 0.2.5

 xfce-extra/xfce4-pulseaudio-plugin/Manifest|  1 +
 .../xfce4-pulseaudio-plugin-0.2.5.ebuild   | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/xfce-extra/xfce4-pulseaudio-plugin/Manifest 
b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
index b55e68ecd17..afa0871f17e 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/Manifest
+++ b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-pulseaudio-plugin-0.2.4.tar.bz2 307315 SHA256 
8d9330ddf1d44a864a36d566cce4b76d4f859c5984bba7653d7dc39aa24d5c3e SHA512 
b53ab48e282a506fc7fe91fa70520f0db32f2f73653a0210681bf7389f13441d5af8f855604b59817b1fe7a3f41e2d4fe52b052ac0c3479f3f4e37b2afedb193
 WHIRLPOOL 
8763a9422a7519b5603703306d968f9e020c1bd4b304be0d21bd6353c54e8fa979ef68c513d6e1c398ce6857ad88807a7cb7eefc29d6fba4f12a243eb7205e26
+DIST xfce4-pulseaudio-plugin-0.2.5.tar.bz2 351062 SHA256 
087441331240f8fca6cbcc2839251ad7e8d624fed7b4b7b4cd4e6938cb26c0b2 SHA512 
e56b9a6b33e5c82b8f665eee60a9b9ebcac3815cd60a2e576dd4c9a5a592fa4adc00c56be9ac5de07e13053455d7236759e468da8eca25a3c4638680f9474194
 WHIRLPOOL 
c8f510ddbcabe9346d01c0dee6ceeb910e656637e4c5ca8a12ac4e3067a71596883a7654b8bfd4efa96404bd16f30180ba99988d0478b2d48504c686f720a520

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild
new file mode 100644
index 000..7b95de8fc97
--- /dev/null
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="A panel plug-in for PulseAudio volume control"
+HOMEPAGE="https://github.com/andrzej-r/xfce4-pulseaudio-plugin;
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="debug keybinder libnotify"
+
+RDEPEND=">=dev-libs/glib-2.24.0:=
+   media-sound/pulseaudio:=
+   >=x11-libs/gtk+-3.6.0:3=
+   >=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.9.0:=
+   >=xfce-base/xfce4-panel-4.11.0:=
+   >=xfce-base/xfconf-4.6.0:=
+   keybinder? ( dev-libs/keybinder:3= )
+   libnotify? ( x11-libs/libnotify:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable keybinder)
+   $(use_enable libnotify)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/

2017-05-22 Thread Michał Górny
commit: 1d86d60fa574904013c0ce7b116c3fe92cbc84bc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:31:36 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d86d60f

fixup bum

 .../backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild 
b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
index 8bc4c4037bc..2918bb73437 100644
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
@@ -48,8 +48,8 @@ python_test() {
py.test -v || die "tests failed with ${EPYTHON}"
 }
 
-python_install() {
-   distutils-r1_python_install
+python_install_all() {
+   distutils-r1_python_install_all
 
find "${D}" -name '*.pth' -delete || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/

2017-05-22 Thread Michał Górny
commit: 0eece36ed461a8cb05629fe8fbd8d66b55d72d6d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:16:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:12:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eece36e

dev-python/backports-unittest-mock: Add python@ as backup maint

 dev-python/backports-unittest-mock/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/backports-unittest-mock/metadata.xml 
b/dev-python/backports-unittest-mock/metadata.xml
index f9260435482..990ba329276 100644
--- a/dev-python/backports-unittest-mock/metadata.xml
+++ b/dev-python/backports-unittest-mock/metadata.xml
@@ -10,6 +10,9 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   

backports.unittest_mock
jaraco/backports.unittest_mock



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

2017-05-22 Thread Michał Górny
commit: 740695fe6e781194299951fb442577f9184131af
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:49:38 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740695fe

dev-python/matplotlib: Update namespace support

 ...tlib-.ebuild => matplotlib-1.5.3-r2.ebuild} | 46 +++---
 dev-python/matplotlib/matplotlib-.ebuild   |  6 +++
 2 files changed, 30 insertions(+), 22 deletions(-)

diff --git a/dev-python/matplotlib/matplotlib-.ebuild 
b/dev-python/matplotlib/matplotlib-1.5.3-r2.ebuild
similarity index 86%
copy from dev-python/matplotlib/matplotlib-.ebuild
copy to dev-python/matplotlib/matplotlib-1.5.3-r2.ebuild
index 760ca683ccf..9b22ea3ab8c 100644
--- a/dev-python/matplotlib/matplotlib-.ebuild
+++ b/dev-python/matplotlib/matplotlib-1.5.3-r2.ebuild
@@ -1,18 +1,16 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
 PYTHON_REQ_USE='tk?,threads(+)'
 
-inherit distutils-r1 eutils flag-o-matic git-r3 multiprocessing virtualx 
toolchain-funcs
+inherit distutils-r1 eutils flag-o-matic multiprocessing virtualx 
toolchain-funcs
 
 DESCRIPTION="Pure python plotting library with matlab like syntax"
 HOMEPAGE="http://matplotlib.org/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/matplotlib/matplotlib.git;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 # Main license: matplotlib
@@ -20,7 +18,7 @@ SLOT="0"
 # matplotlib/backends/qt4_editor: MIT
 # Fonts: BitstreamVera, OFL-1.1
 LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"
 IUSE="cairo doc excel examples fltk gtk2 gtk3 latex pyside qt4 qt5 test tk 
wxwidgets"
 
 PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )"
@@ -47,12 +45,7 @@ COMMON_DEPEND="
media-libs/freetype:2
media-libs/libpng:0
media-libs/qhull
-   cairo? (
-   || (
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   dev-python/cairocffi[${PYTHON_USEDEP}]
-   )
-   )
+   cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] )
gtk2? (
dev-libs/glib:2=
x11-libs/gdk-pixbuf
@@ -74,7 +67,6 @@ DEPEND="${COMMON_DEPEND}
dev-python/mock[${PY2_USEDEP}]
dev-python/numpydoc[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.3.4
dev-python/xlwt[${PYTHON_USEDEP}]
dev-texlive/texlive-latexextra
dev-texlive/texlive-fontsrecommended
@@ -111,6 +103,8 @@ RDEPEND="${COMMON_DEPEND}
 # Other than that, the ebuild shall be fit for out-of-source build.
 DISTUTILS_IN_SOURCE_BUILD=1
 
+PATCHES=( "${FILESDIR}/${PN}-1.5.3-freetype-spurious-failure.patch" )
+
 pkg_setup() {
unset DISPLAY # bug #278524
use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
@@ -174,7 +168,7 @@ python_configure() {
# create setup.cfg (see setup.cfg.template for any changes).
 
# common switches.
-   cat > "${BUILD_DIR}"/setup.cfg <<- EOF
+   cat > "${BUILD_DIR}"/setup.cfg <<- EOF || die
[directories]
basedirlist = "${EPREFIX}/usr"
[provide_packages]
@@ -196,7 +190,7 @@ python_configure() {
fi
 
if $(python_is_python3); then
-   cat >> "${BUILD_DIR}"/setup.cfg <<- EOF
+   cat >> "${BUILD_DIR}"/setup.cfg <<- EOF || die
six = True
fltk = False
fltkagg = False
@@ -206,7 +200,7 @@ python_configure() {
wxagg = False
EOF
else
-   cat >> "${BUILD_DIR}"/setup.cfg <<-EOF
+   cat >> "${BUILD_DIR}"/setup.cfg <<-EOF || die
six = False
$(use_setup fltk)
$(use_setup gtk2 gtk)
@@ -237,22 +231,28 @@ python_compile_all() {
local -x PYTHONPATH="${BUILD_DIR}"/build/lib:${PYTHONPATH}
 
VARTEXFONTS="${T}"/fonts \
-   "${PYTHON}" ./make.py --small html || die
+   "${EPYTHON}" ./make.py --small html || die
fi
 }
 
 python_test() {
wrap_setup distutils_install_for_testing
 
-   virtx ${PYTHON} tests.py \
-   --no-pep8 \
-   --no-network \
-   --verbose \
-   --processes=$(makeopts_jobs)
+#  virtx ${EPYTHON} tests.py \
+#  --no-pep8 \
+#  --no-network \
+#  --verbose \
+#  --processes=$(makeopts_jobs)
+
+   virtx "${EPYTHON}" -c "import sys, matplotlib as m; sys.exit(0 if 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-pulseaudio-plugin/

2017-05-22 Thread Michał Górny
commit: cf24f76ce77f292549cf68ee1f4066967da192bc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:50:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf24f76c

xfce-extra/xfce4-pulseaudio-plugin: Clean old up

 xfce-extra/xfce4-pulseaudio-plugin/Manifest|  1 -
 .../xfce4-pulseaudio-plugin-0.2.3.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/xfce-extra/xfce4-pulseaudio-plugin/Manifest 
b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
index d3b46fa7d99..b55e68ecd17 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/Manifest
+++ b/xfce-extra/xfce4-pulseaudio-plugin/Manifest
@@ -1,2 +1 @@
-DIST xfce4-pulseaudio-plugin-0.2.3.tar.bz2 306349 SHA256 
e82836bc8cf7d905b4e60d43dc630ba8e32dea785989700c71d4aeee9f583b33 SHA512 
9440e68b81be0845be4da88154db6e407891d5cc7504e46bc5dd7deac36bfba7354b38b7658e099fdd40fe581bd6e549ae1c6655a2d05df1f297ec944db47cc6
 WHIRLPOOL 
e1fef58d0a510b9121a36e131f72f5b8333bf86ee8c50ece978ca66697cd8fbf21903d35d67639b4ec2dd2493c18f8603efe14ebd51626168721807ad5091143
 DIST xfce4-pulseaudio-plugin-0.2.4.tar.bz2 307315 SHA256 
8d9330ddf1d44a864a36d566cce4b76d4f859c5984bba7653d7dc39aa24d5c3e SHA512 
b53ab48e282a506fc7fe91fa70520f0db32f2f73653a0210681bf7389f13441d5af8f855604b59817b1fe7a3f41e2d4fe52b052ac0c3479f3f4e37b2afedb193
 WHIRLPOOL 
8763a9422a7519b5603703306d968f9e020c1bd4b304be0d21bd6353c54e8fa979ef68c513d6e1c398ce6857ad88807a7cb7eefc29d6fba4f12a243eb7205e26

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild
deleted file mode 100644
index 944ca914297..000
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.2.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plug-in for PulseAudio volume control"
-HOMEPAGE="https://github.com/andrzej-r/xfce4-pulseaudio-plugin;
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="debug keybinder libnotify"
-
-RDEPEND=">=dev-libs/glib-2.24.0:=
-   media-sound/pulseaudio:=
-   >=x11-libs/gtk+-3.6.0:3=
-   >=xfce-base/libxfce4ui-4.11.0:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.9.0:=
-   >=xfce-base/xfce4-panel-4.11.0:=
-   >=xfce-base/xfconf-4.6.0:=
-   keybinder? ( dev-libs/keybinder:3= )
-   libnotify? ( x11-libs/libnotify:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(use_enable keybinder)
-   $(use_enable libnotify)
-   $(xfconf_use_debug)
-   )
-
-   DOCS=( AUTHORS ChangeLog NEWS README )
-}



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

2017-05-22 Thread Michał Górny
commit: 972d93716327bf582049dea3b3ded819468a4dde
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:21:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972d9371

dev-python/backports: Enable pypy3

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

diff --git a/dev-python/backports/backports-1.0.ebuild 
b/dev-python/backports/backports-1.0.ebuild
index 270ba3854d6..5572d6a1e01 100644
--- a/dev-python/backports/backports-1.0.ebuild
+++ b/dev-python/backports/backports-1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



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

2017-05-22 Thread Michał Górny
commit: 42b597e279711430e5f90dc64c413126f008c5f1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:42:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b597e2

dev-python/rst-linker: Update namespace support

 dev-python/rst-linker/rst-linker-1.9-r1.ebuild | 59 ++
 1 file changed, 59 insertions(+)

diff --git a/dev-python/rst-linker/rst-linker-1.9-r1.ebuild 
b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
new file mode 100644
index 000..021399caa7b
--- /dev/null
+++ b/dev-python/rst-linker/rst-linker-1.9-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Sphinx plugin to add links and timestamps to the changelog"
+HOMEPAGE="https://github.com/jaraco/rst.linker;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/path-py[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   py.test --ignore=rst || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+   distutils-r1_python_install
+
+   # namespace used only by this package in Gentoo at the moment
+   python_moduleinto rst
+   python_domodule rst/__init__.py
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+
+   find "${D}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/

2017-05-22 Thread Michał Górny
commit: 8b8707989544f2e4d4235a0fb648e224c4feb5a8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 12:24:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 14:13:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b870798

dev-python/backports-unittest-mock: Remove unnecessary pytest-runner dep

 .../backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild| 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild 
b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
index be03f46ed16..8bc4c4037bc 100644
--- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
+++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.2.1-r1.ebuild
@@ -31,7 +31,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
${RDEPEND}
>=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
)
 "
 
@@ -46,7 +45,7 @@ python_compile_all() {
 }
 
 python_test() {
-   py.test || die "tests failed with ${EPYTHON}"
+   py.test -v || die "tests failed with ${EPYTHON}"
 }
 
 python_install() {



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

2017-05-22 Thread Tobias Klausmann
commit: 4933b6775905f66ce29e6fd175966dd96c45e0f6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 13:28:49 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 13:55:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4933b677

net-dns/bind-tools-9.10.5-r0: add alpha keyword

Gentoo-Bug: 615420

 net-dns/bind-tools/bind-tools-9.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.10.5.ebuild 
b/net-dns/bind-tools/bind-tools-9.10.5.ebuild
index cca644a88a2..7c79e6062d3 100644
--- a/net-dns/bind-tools/bind-tools-9.10.5.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.10.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz;
 
 LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~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 ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2017-05-22 Thread Tobias Klausmann
commit: 8ac4479cf9fccb8c3688c1a1bb17823d237f1cb9
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 22 13:28:48 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 22 13:55:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac4479c

net-dns/bind-9.10.5-r0: add alpha keyword

Gentoo-Bug: 615420

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

diff --git a/net-dns/bind/bind-9.10.5.ebuild b/net-dns/bind/bind-9.10.5.ebuild
index 905d95beabf..920c922aedd 100644
--- a/net-dns/bind/bind-9.10.5.ebuild
+++ b/net-dns/bind/bind-9.10.5.ebuild
@@ -38,7 +38,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz
 
 LICENSE="GPL-2 ISC BSD BSD-2 HPND JNIC openssl"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="berkdb +caps dlz doc fetchlimit filter- fixed-rrset geoip gost 
gssapi idn ipv6
 json ldap libressl mysql nslint odbc postgres python rpz seccomp selinux sit 
ssl static-libs
 +threads urandom xml"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/grok/, dev-libs/grok/files/

2017-05-22 Thread Thomas Deutschmann
commit: 0bdc0027d77f551be490f7811702a45b5cd6405c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 22 13:17:28 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 22 13:43:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdc0027

dev-libs/grok: Fix compilation against PCRE >=8.34

In addition, https://github.com/jordansissel/grok/issues/29
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/grok/files/0.9.2-build-with-pcre-lt-8.34.patch | 15 +++
 dev-libs/grok/grok-0.9.2.ebuild |  6 --
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/dev-libs/grok/files/0.9.2-build-with-pcre-lt-8.34.patch 
b/dev-libs/grok/files/0.9.2-build-with-pcre-lt-8.34.patch
new file mode 100644
index 000..1593ac30981
--- /dev/null
+++ b/dev-libs/grok/files/0.9.2-build-with-pcre-lt-8.34.patch
@@ -0,0 +1,15 @@
+https://github.com/jordansissel/grok/commit/44ce9372a29319c01d4ac7f24287fb36315e0e34
+
+--- a/grokre.c
 b/grokre.c
+@@ -12,8 +12,8 @@
+ 
+ /* global, static variables */
+ 
+-#define CAPTURE_ID_LEN 4
+-#define CAPTURE_FORMAT "%04x"
++#define CAPTURE_ID_LEN 5
++#define CAPTURE_FORMAT "_%04x"
+ 
+ /* internal functions */
+ static char *grok_pattern_expand(grok_t *grok); //, int offset, int length);

diff --git a/dev-libs/grok/grok-0.9.2.ebuild b/dev-libs/grok/grok-0.9.2.ebuild
index e7a4e05d10e..1981d7238fa 100644
--- a/dev-libs/grok/grok-0.9.2.ebuild
+++ b/dev-libs/grok/grok-0.9.2.ebuild
@@ -15,11 +15,13 @@ KEYWORDS="amd64 arm hppa x86"
 
 IUSE=""
 
-DEPEND="dev-db/tokyocabinet
+CDEPEND="dev-db/tokyocabinet
>=dev-libs/libevent-1.3:=
>=dev-libs/libpcre-7.6"
 
-RDEPEND="${DEPEND}"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}
+   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/grok/files/, dev-libs/grok/

2017-05-22 Thread Thomas Deutschmann
commit: 6cec5ed8f017a8d6869deaa00c6a364f2230d209
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon May 22 13:42:58 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon May 22 13:43:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cec5ed8

dev-libs/grok: Rev bump to allow building against >=gperf-3.1

Closes: https://github.com/jordansissel/grok/issues/29
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-libs/grok/files/grok-0.9.2-Makefile.patch  | 63 ++
 .../files/grok-0.9.2-build-with-gperf-3.1.patch| 26 +
 dev-libs/grok/grok-0.9.2-r1.ebuild | 36 +
 3 files changed, 125 insertions(+)

diff --git a/dev-libs/grok/files/grok-0.9.2-Makefile.patch 
b/dev-libs/grok/files/grok-0.9.2-Makefile.patch
new file mode 100644
index 000..8d9351c8c0f
--- /dev/null
+++ b/dev-libs/grok/files/grok-0.9.2-Makefile.patch
@@ -0,0 +1,63 @@
+--- a/Makefile
 b/Makefile
+@@ -25,10 +25,12 @@ else
+ GPERF?=/usr/bin/gperf
+ endif
+ 
++LIBS=-lpcre -levent -rdynamic -ltokyocabinet
++
+ # For linux, we need libdl for dlopen()
+ # On FreeBSD, comment this line out.
+ ifeq ($(PLATFORM), GNULinux)
+-LDFLAGS+=-ldl
++LIBS+=-ldl
+ endif
+ 
+ # #
+@@ -41,8 +43,7 @@ VERSION=$(shell sh $(BASE)/version.sh)
+ #CFLAGS+=-g
+ #LDFLAGS+=-g
+ 
+-CFLAGS+=-pipe -fPIC -I. -O2
+-LDFLAGS+=-lpcre -levent -rdynamic -ltokyocabinet
++CFLAGS+=-fPIC -I.
+ 
+ LIBSUFFIX=$(shell sh $(BASE)/platform.sh libsuffix)
+ VERLIBSUFFIX=$(shell sh $(BASE)/platform.sh libsuffix $(MAJOR))
+@@ -50,8 +51,8 @@ DYNLIBFLAG=$(shell sh $(BASE)/platform.sh dynlibflag)
+ LIBNAMEFLAG=$(shell sh $(BASE)/platform.sh libnameflag $(MAJOR) $(INSTALLLIB))
+ 
+ # Sane includes
+-CFLAGS+=-I/usr/local/include
+-LDFLAGS+=-L/usr/local/lib
++#CFLAGS+=-I/usr/local/include
++#LDFLAGS+=-L/usr/local/lib
+ 
+ # Platform so we know what to dlopen
+ CFLAGS+=-DPLATFORM_$(PLATFORM)
+@@ -97,6 +98,7 @@ install: libgrok.$(LIBSUFFIX) grok discogrok $(GROKHEADER)
+   install -m 755 grok $(DESTDIR)$(PREFIX)/bin
+   install -m 755 discogrok $(DESTDIR)$(PREFIX)/bin
+   install -m 644 libgrok.$(LIBSUFFIX) $(DESTDIR)$(PREFIX)/lib
++  ln -s libgrok.$(LIBSUFFIX) 
$(DESTDIR)$(PREFIX)/lib/libgrok.$(LIBSUFFIX).1
+   for header in $(GROKHEADER); do \
+   install -m 644 $$header $(DESTDIR)$(PREFIX)/include; \
+   done 
+@@ -162,14 +164,14 @@ cleanver:
+ # Binary creation
+ grok: LDFLAGS+=-levent
+ grok: $(GROKOBJ) conf.tab.o conf.yy.o main.o grok_config.o
+-  $(CC) $(LDFLAGS) $^ -o $@
++  $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
+ 
+ discogrok: $(GROKOBJ) discover_main.o
+-  $(CC) $(LDFLAGS) $^ -o $@
++  $(CC) $(LDFLAGS) $^ $(LIBS) -o $@
+ 
+ libgrok.$(LIBSUFFIX): 
+ libgrok.$(LIBSUFFIX): $(GROKOBJ) 
+-  $(CC) $(LDFLAGS) -fPIC $(DYNLIBFLAG) $(LIBNAMEFLAG) $^ -o $@
++  $(CC) $(LDFLAGS) -fPIC $(DYNLIBFLAG) $(LIBNAMEFLAG) $^ $(LIBS) -o $@
+ 
+ libgrok.$(VERLIBSUFFIX): libgrok.$(LIBSUFFIX);
+   ln -s $< $@

diff --git a/dev-libs/grok/files/grok-0.9.2-build-with-gperf-3.1.patch 
b/dev-libs/grok/files/grok-0.9.2-build-with-gperf-3.1.patch
new file mode 100644
index 000..89300eb5f6e
--- /dev/null
+++ b/dev-libs/grok/files/grok-0.9.2-build-with-gperf-3.1.patch
@@ -0,0 +1,26 @@
+Closes: https://github.com/jordansissel/grok/issues/28
+Closes: https://github.com/jordansissel/grok/issues/29
+
+--- a/Makefile
 b/Makefile
+@@ -213,8 +213,8 @@ grok_capture_xdr.h: grok_capture.x
+   rpcgen -h $< -o $@
+ 
+ %.c: %.gperf
+-  @if $(GPERF) --version | head -1 | egrep -v '3\.[0-9]+\.[0-9]+' ; then \
+-  echo "We require gperf version >= 3.0.3" ; \
++  @if $(GPERF) --version | head -1 | grep --quiet -E 
'[0-2]\.[0-9]\.[0-9]+|3\.0\.[0-9]+' ; then \
++  echo "We require gperf version >= 3.1.0" ; \
+   exit 1; \
+   fi
+   $(GPERF) $< > $@
+--- a/grok_matchconf_macro.h
 b/grok_matchconf_macro.h
+@@ -19,6 +19,6 @@ struct strmacro {
+ #endif
+ 
+ /* this function is generated by gperf */
+-const struct strmacro *patname2macro(const char *str, unsigned int len);
++const struct strmacro *patname2macro(const char *str, size_t len);
+ 
+ #endif /* _GROK_MATCHCONF_MACRO_ */

diff --git a/dev-libs/grok/grok-0.9.2-r1.ebuild 
b/dev-libs/grok/grok-0.9.2-r1.ebuild
new file mode 100644
index 000..8aceb1eb0a0
--- /dev/null
+++ b/dev-libs/grok/grok-0.9.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="DRY and RAD for regular expressions"
+HOMEPAGE="https://github.com/jordansissel/grok 
https://code.google.com/p/semicomplete/wiki/Grok;
+SRC_URI="https://github.com/jordansissel/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
+
+IUSE=""
+

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

2017-05-22 Thread Agostino Sarubbo
commit: c17e61287b8f9eacc83a047378eeb9f97ed9a195
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 22 13:31:08 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 22 13:31:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17e6128

dev-java/icedtea-bin: amd64 stable wrt bug #618874

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

 dev-java/icedtea-bin/icedtea-bin-3.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/icedtea-bin/icedtea-bin-3.4.0.ebuild 
b/dev-java/icedtea-bin/icedtea-bin-3.4.0.ebuild
index c9ce64d1d8f..9fa39a7a11c 100644
--- a/dev-java/icedtea-bin/icedtea-bin-3.4.0.ebuild
+++ b/dev-java/icedtea-bin/icedtea-bin-3.4.0.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 # Don't block arm. See bug #600134.
 #MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} )
-KEYWORDS="-* ~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="-* amd64 ~arm ~ppc64 ~x86"
 
 inherit java-vm-2 multilib-build toolchain-funcs
 



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

2017-05-22 Thread Agostino Sarubbo
commit: 89ac495446b3951880d155f47e0f6bc107fb7c0e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 22 13:31:34 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 22 13:31:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ac4954

sys-kernel/linux-firmware: amd64 stable wrt bug #619358

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

 sys-kernel/linux-firmware/linux-firmware-20170314.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
index df9019370e9..e9697853db5 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20170314.ebuild
@@ -8,11 +8,11 @@ if [[ ${PV} == * ]]; then
inherit git-2
SRC_URI=""

EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
-   KEYWORDS=""
+   KEYWORDS="amd64"
 else
GIT_COMMIT="e39f0e3e6897ad865b3704f61218ae83f98a85da"

SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-${GIT_COMMIT}.tar.xz
 -> ${P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="Linux firmware files"



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

2017-05-22 Thread Agostino Sarubbo
commit: 22439b7cf9562e8b32fc688bee9a60acbb86f79d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 22 13:31:28 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 22 13:31:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22439b7c

dev-libs/liblognorm: amd64 stable wrt bug #618836

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

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

diff --git a/dev-libs/liblognorm/liblognorm-2.0.3.ebuild 
b/dev-libs/liblognorm/liblognorm-2.0.3.ebuild
index 62721783d9a..094b33ad650 100644
--- a/dev-libs/liblognorm/liblognorm-2.0.3.ebuild
+++ b/dev-libs/liblognorm/liblognorm-2.0.3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="http://www.liblognorm.com/files/download/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm hppa ~x86 ~amd64-linux"
+   KEYWORDS="amd64 ~arm hppa ~x86 ~amd64-linux"
 fi
 
 LICENSE="LGPL-2.1 Apache-2.0"



  1   2   3   >