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

2017-02-10 Thread Ulrich Müller
commit: 422fb36b981a1f352369534505340441a73cd62a
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Feb  9 09:38:32 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Feb  9 09:38:32 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=422fb36b

Makefile: Update sed command to remove span spam in tex4ht output.

 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c8a9b75..9ad1c21 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex
@# work around irregularity in how links to longtables are
@# formatted in the List of Tables
LC_ALL=C sed -i -e '/ /{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]/\2\1/}' $@
-   @# fix broken span on title page
-   LC_ALL=C sed -i -e '/<\/span>]*>\(&[a-z]uml;\)/\1/}' $@
+   @# remove redundant span elements
+   LC_ALL=C sed -i -e 
':x;/]*\)\?$$/{N;bx;};:y;s/\(]*>\)\([^<]*\)<\/span>\1/\1\2/;ty'
 $@
 
 pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf
latex pms



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

2017-02-10 Thread Ulrich Müller
commit: 6d2b924cb02d447de5e764d3f9028e8e9548a65d
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Feb  9 09:35:51 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Feb  9 09:35:51 2017 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=6d2b924c

Makefile: Use $@ rather than explicit target name.

 Makefile | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 5847f81..c8a9b75 100644
--- a/Makefile
+++ b/Makefile
@@ -26,14 +26,14 @@ pms.html: $(LATEXFILES) pms.bbl vc.tex
mk4ht xhlatex pms xhtml,fn-in
@# some www servers ignore meta tags, resulting in a wrong charset.
@# therefore recode the very few non-ascii characters
-   recode -d l1..h3 pms.html
+   recode -d l1..h3 $@
@# declare encoding as utf-8, although it is pure ascii
-   LC_ALL=C sed -i -e '/ /{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]/\2\1/}' pms.html
+   LC_ALL=C sed -i -e '/ /{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]/\2\1/}' $@
@# fix broken span on title page
-   LC_ALL=C sed -i -e '/<\/span>]*>\(&[a-z]uml;\)/\1/}' pms.html
+   LC_ALL=C sed -i -e '/<\/span>]*>\(&[a-z]uml;\)/\1/}' $@
 
 pms.bbl: pms.bib pms.tex vc.tex eapi-cheatsheet.pdf
latex pms



[gentoo-commits] proj/pax-utils:master commit in: /

2017-02-10 Thread Mike Frysinger
commit: e577c5b7e230c52e5fc4fa40e4e9014c634b3c1d
Author: Mike Frysinger  gentoo  org>
AuthorDate: Sat Feb 11 06:54:49 2017 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Sat Feb 11 06:54:49 2017 +
URL:https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=e577c5b7

scanelf: check range of hash bucket

Make sure we don't walk off the end of the ELF with a corrupt hash table.

URL: https://bugs.gentoo.org/608766
Reported-by: Agostino Sarubbo  gentoo.org>

 scanelf.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scanelf.c b/scanelf.c
index 79ce59c..70856f3 100644
--- a/scanelf.c
+++ b/scanelf.c
@@ -332,7 +332,8 @@ static void scanelf_file_get_symtabs(elfobj *elf, void 
**sym, void **str)
if (!buckets[b]) \
continue; \
for (sym_idx = buckets[b], chained = 0; \
-sym_idx < nchains && sym_idx && chained <= 
nchains; \
+(sym_idx < nchains && sym_idx && chained 
<= nchains && \
+ (void *)&chains[sym_idx] + 
sizeof(*chains) < elf->data_end); \
 sym_idx = chains[sym_idx], ++chained) { \
if (max_sym_idx < sym_idx) \
max_sym_idx = sym_idx; \



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

2017-02-10 Thread Hans de Graaff
commit: 86ff7174bd41baa8e5d82b34567feea735600acd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 11 06:15:47 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 11 06:15:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ff7174

dev-ruby/rb-readline: add 0.5.4

Package-Manager: portage-2.3.3

 dev-ruby/rb-readline/Manifest |  1 +
 dev-ruby/rb-readline/rb-readline-0.5.4.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/rb-readline/Manifest b/dev-ruby/rb-readline/Manifest
index 873eef072a..25ce16eb5c 100644
--- a/dev-ruby/rb-readline/Manifest
+++ b/dev-ruby/rb-readline/Manifest
@@ -1 +1,2 @@
 DIST rb-readline-0.5.3.gem 96256 SHA256 
5983bcff4d93090b313fcdfb68bb0ab160aef893b398022d06b08be84b96fff6 SHA512 
8fa020fdedd0184c7d220d347a035e202a142a347776d91dfe87b1a0a53d43c460ea70f2cabd2b6e5e643dd9ac52f1d70dc496bb54b7b2e78e7da85a82c0400e
 WHIRLPOOL 
32751ef4a150ce069514219538dfc07352428894e72f73de477d48d657900d0f4aa156d3d41c18acf0b757255b7e32853f0aab5bcf1ce10d9391e8517d857d17
+DIST rb-readline-0.5.4.gem 96768 SHA256 
6af88f139c14a13ad29c26be457109cdea1c89fc7f78d2969b49a3244433159c SHA512 
7b68ed196e5b1841774ce4b567dd36b2dbadca97416837b606060490a482955e7f01cfb2102c1b00f0c55bc7a8d2a7d6aedac95cb03fdd9063d1c513d3ee5b05
 WHIRLPOOL 
e0f9551aba55628a93409e03a848e3f2d131d259dbe401908068335edcd7a251b2547a492f21ac270a00244190080e053b800e0cff03e4acded448b0556028b3

diff --git a/dev-ruby/rb-readline/rb-readline-0.5.4.ebuild 
b/dev-ruby/rb-readline/rb-readline-0.5.4.ebuild
new file mode 100644
index 00..2299cefac4
--- /dev/null
+++ b/dev-ruby/rb-readline/rb-readline-0.5.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby implementation of the GNU readline C library"
+HOMEPAGE="http://rubygems.org/gems/rb-readline";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_bdepend "dev-ruby/rake
+   >=dev-ruby/minitest-5.2"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+
+   # Skip a test that fails when run in the ebuild environment.
+   sed -i -e '/test_readline_with_default_parameters_does_not_error/,/end/ 
s:^:#:' test/test_readline.rb || die
+}



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

2017-02-10 Thread Hans de Graaff
commit: 674985890ee00c6cb56d232c024b96fa0a46b151
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 11 06:19:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 11 06:19:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67498589

dev-ruby/stringex: add 2.7.1

Package-Manager: portage-2.3.3

 dev-ruby/stringex/Manifest  |  1 +
 dev-ruby/stringex/stringex-2.7.1.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/stringex/Manifest b/dev-ruby/stringex/Manifest
index cecebe366d..0df19096f8 100644
--- a/dev-ruby/stringex/Manifest
+++ b/dev-ruby/stringex/Manifest
@@ -1,2 +1,3 @@
 DIST stringex-2.6.1.gem 130048 SHA256 
e19fcf32cc429a12d454b14db3a43a6227ee9da233b10240fe1572c9aae7ce65 SHA512 
b2ca4de05a8a1e3ef9fa85324f2280a27de7ef04ac3eb0f76006e07d86e5fa0fc84acd4ee6d39f86416bc769cf4e2804421703533b8609a18228cdfeb769a841
 WHIRLPOOL 
41e78d6563c166bd2e933caee86d3f61538b60d643344a576c7d636d2664e885c95ff6fafaa42c0563aaf8b9ef8f246016523544dbf88bfc8686be2d34b4ddb1
 DIST stringex-2.7.0.gem 130048 SHA256 
e9864b143c4c27a61a2af5d8ad585809e36d7708b51daee412919ed44682031a SHA512 
f47cbddc0e298548d230759c5d0da84bca4d754141ad900cbafad09748d389505358e2a4dd0b61f2e55804c15d9c6d1b0fbccde9c3cd3408814dd898461e1212
 WHIRLPOOL 
2de63c63fa28b726e87b5e5961d6790a3838b3cb0ae182a11ef15b916c5f7d03887cf54de18c8f6d0a360b13f670e82f8a4a4548fa97d8f8a31174aba65d3ce6
+DIST stringex-2.7.1.gem 130048 SHA256 
bb054a02e2d43bfc918d2d40e815f6059e38394f804a6b181dc46c05c01e89fd SHA512 
2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
 WHIRLPOOL 
fadca31bf7ffc295d822d0e68238168c4b8a292ad685dccad4af65091af546fbc93626e2ec4a011da0e67bfbe6b82c16197783307a5da95f516de3465204e564

diff --git a/dev-ruby/stringex/stringex-2.7.1.ebuild 
b/dev-ruby/stringex/stringex-2.7.1.ebuild
new file mode 100644
index 00..26469ec1f1
--- /dev/null
+++ b/dev-ruby/stringex/stringex-2.7.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOC_DIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Extensions for Ruby's String class"
+HOMEPAGE="https://github.com/rsl/stringex";
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64"
+IUSE="test"
+
+# we could rely on activerecord[sqlite3], but since we do not remove the
+# sqlite3 adapter from activerecord when building -sqlite3, it's easier
+# to just add another dependency, so the user doesn't have to change the
+# USE flags at all.
+ruby_add_bdepend "
+   test? (
+   >=dev-ruby/i18n-0.6.9:0.6
+   dev-ruby/redcloth
+   dev-ruby/test-unit:2
+   >=dev-ruby/activerecord-3
+   dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+   sed -i -e '1agem "i18n", "~>0.6.9"' test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   # rake seems to break this
+   ruby-ng_testrb-2 -Ilib -Itest test/unit/*/*_test.rb 
test/performance/*_test.rb || die "tests failed"
+}



[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, mail-client/thunderbird/

2017-02-10 Thread Jory Pratt
commit: 95d8a4c1a995554cc4a146de8b9ebc26bd5d9e1c
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Sat Feb 11 05:03:14 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Sat Feb 11 05:03:14 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=95d8a4c1

mail-client/thunderbird,www-client/firefox: Version bump on beta builds

 mail-client/thunderbird/Manifest| 2 +-
 .../{thunderbird-52.0_beta1.ebuild => thunderbird-52.0_beta2.ebuild}| 0
 www-client/firefox/Manifest | 2 +-
 .../firefox/{firefox-52.0_beta4.ebuild => firefox-52.0_beta5.ebuild}| 0
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index bc15f28..3010246 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -61,4 +61,4 @@ DIST thunderbird-45.7.0-vi.xpi 540499 SHA256 
defc6f3d6f77ba8b46e41c3d9c49d42e738
 DIST thunderbird-45.7.0-zh-CN.xpi 489210 SHA256 
735f0ad45ac48af7db435be430704b0d108dd7576c488c50e1ef015e2dd39fe2 SHA512 
6c7bca994437d9fc3e3186ac1fbd4e7eb7d8a0e9257d54a0dd812ae0cc49e200066f5b4fdecff189e4fc3e1948290a1ace5b6d53df4385094a73c31aa6574e57
 WHIRLPOOL 
7efca0effb84dbec578980c541dd9594d34f416c7b20c6f97796abd6b563cd686b85966d5cafb8a5342a738a65912f0e6335b12edb6306373c84c20b7f8482f0
 DIST thunderbird-45.7.0-zh-TW.xpi 490850 SHA256 
f4e9316987462c9367235d75f2d7a765068aa1080bb87fdc62988316b859585a SHA512 
a37c073a77a46a16eccdd6536db195bd00eb9973d0307c021dbf89d24e4c79f12b556967bb1a35bc5a5660fd30e2f8682248aab02ddde26700261bb642b5f496
 WHIRLPOOL 
92d346751f130d0a2fb1c71216cd9bef23602aa90f328ff73a105e1e875a53c8a0704f06732894a0672646d95024e5678e5f0a4101c90d0eb01e6c2cbe75583b
 DIST thunderbird-45.7.0.source.tar.xz 201088460 SHA256 
1366cd7fe246bdf1540203586ebfe8fc3fec1f679bd0b61e7e95288f493775fd SHA512 
99cea54b553158c1e08cf19157ac2bb6822fd1fef0501d36f983e6b8d4f2143a2e6124d61297446944033d3fed9326fe0f12ca45db0b5815be71a0777e73ffb0
 WHIRLPOOL 
3592320fa2183a4c25ead47c3f9e4c23df2f723c6a1ea43d95b37527646d9ae7daf3758a9a1532ddc1e3241875482554d28e9c667826d24aab376cb43b8467bf
-DIST thunderbird-52.0b1.source.tar.xz 10316 SHA256 
e8be4e4c6c501f816239bdafc567f73fed19bc8014e5c2c3bc6699ede0f504ec SHA512 
992f74b81d47806a2fa2667f9023cba6d75ccf0ef5310a4e4124fce8a317f2633a287fe828c43f90978916e4f199e2778affc8e4e7beab9abdc6dfbd52150d94
 WHIRLPOOL 
414c80a19295402bb428937e53cd639cea3e45640df2daf22be350118b070ff2d8f9e6a457611bd936bf9b79680562aa908da82c2a8653759d4247269142
+DIST thunderbird-52.0b2.source.tar.xz 228009916 SHA256 
5493d3aaa9c51df5769aa2284d6bca3608a4bb639c2daa79f5df845cbf19035d SHA512 
6783b286e0cda5eebbd8d8485ef25c87dcfbbee350840df5514110b502bd079c0a6814910ca84a01acb28e7f1d59f7ecaa2f33e6ba1e3cdc8a7dd364c581919e
 WHIRLPOOL 
cb66ce024337f59816f5c774ca3c3b911c5b478a088af09d76d5e344ef38d17d5b246cd01108e95d9b610baaf87ac7b2adc15586a340679899765ae87388db84

diff --git a/mail-client/thunderbird/thunderbird-52.0_beta1.ebuild 
b/mail-client/thunderbird/thunderbird-52.0_beta2.ebuild
similarity index 100%
rename from mail-client/thunderbird/thunderbird-52.0_beta1.ebuild
rename to mail-client/thunderbird/thunderbird-52.0_beta2.ebuild

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index e7a4dc8..d76bc65 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -86,4 +86,4 @@ DIST firefox-45.7.0esr-zh-CN.xpi 475797 SHA256 
0e8eb9173e890e5ec2726c60706548f8b
 DIST firefox-45.7.0esr-zh-TW.xpi 466529 SHA256 
8c2ce7bf8a2c95eb065ae9491e3b557d1775be578f7c523080eb204de68c3b49 SHA512 
3f5370fcec1c8605a1a3d724bec8aa5fedd7e6bead2eee88209d8077a8dd8cd6096b3003d7de534f82e8e62a82c96729b4a4f95cecf71676e070b1eaf260c011
 WHIRLPOOL 
51616ece696f77d5774adee33b1c25b7b9dd06f972fc13804772f03d71caa1742c183adbf43add2f608ddce3439fb0a2c6dc7fd628a0f3c3bc5c43f85461dde9
 DIST firefox-45.7.0esr.source.tar.xz 184131284 SHA256 
4b5610691d32b77dd0dec25902f0d19e530c184cedc11babb530621cbdd33143 SHA512 
6424101b6958191ce654d0619950dfbf98d4aa6bdd979306a2df8d6d30d3fecf1ab44638061a2b4fb1af85fe972f5ff49400e8eeda30cdcb9087c4b110b97a7d
 WHIRLPOOL 
ec9ad46ec711135fa1846e60d9d3a430b446584e8156e26f88902452d8674b4a9acdee1f3672820408afe1e689bf55edc5f6bb3cde0014faa609ab70e954a022
 DIST firefox-52.0-patches-05.tar.xz 10676 SHA256 
f802f3beb997f4529d018da327fc7dbe56d4e739df1e6e360b14dc66be5d5638 SHA512 
82b287e071f2d1af5c186183f23a75eb7eaceb0d5c90c275682823edffe76479b1b5b5f1a777f9a414785ae6412853f466776f44f05939075a7c007c6d352bc8
 WHIRLPOOL 
926ce4a9f37dd81cc6dea3718106b98e3808d92af4acc49a356d521f7fe0de9bad10cdfbf3b39f57414582067301cd5bba43d6350a06f8c503763bbde5a59925
-DIST firefox-52.0b4.source.tar.xz 205747564 SHA256 
f7b3e0b492f90c8b7ff0fd15dd845f12752100f4e92ceca6ccedbdf7ad9202c2 SHA512 
4a0773fb2b70da04e69e28ba208b5cc9957676f173d6725be105cb0e6a47fff50ae0542c3c1684220079f471c9a519a0d5446b748fc1e38c9525fd33c101
 WHIRLP

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

2017-02-10 Thread Michael Palimaka
commit: 458ce36bdc512865c90a5aa170c8986134bbd540
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Feb 11 03:45:39 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Feb 11 03:46:40 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=458ce36b

kde-plasma/kscreenlocker: backport patch from upstream removing bogus dependency

Gentoo-bug: 608300

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/kscreenlocker-5.9.1-deps.patch   | 31 ++
 .../kscreenlocker/kscreenlocker-5.9.49..ebuild |  2 ++
 2 files changed, 33 insertions(+)

diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-5.9.1-deps.patch 
b/kde-plasma/kscreenlocker/files/kscreenlocker-5.9.1-deps.patch
new file mode 100644
index 00..fca598d91c
--- /dev/null
+++ b/kde-plasma/kscreenlocker/files/kscreenlocker-5.9.1-deps.patch
@@ -0,0 +1,31 @@
+Gentoo-bug: 608300
+
+From dd9a089cfaefb24f012a137618e5a48b6009 Mon Sep 17 00:00:00 2001
+From: Kai Uwe Broulik 
+Date: Wed, 8 Feb 2017 18:11:31 +0100
+Subject: [PATCH] Stop linking X11_Xcursor_LIB in KScreenLocker
+
+It's not used.
+
+BUG: 376068
+
+Differential Revision: https://phabricator.kde.org/D4505
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ef4bc6b..ec04a4d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -144,7 +144,6 @@ PRIVATE
+KF5::ConfigGui
+KF5::WindowSystem
+${X11_LIBRARIES}
+-   ${X11_Xcursor_LIB}
+XCB::XCB
+XCB::KEYSYMS
+KF5::WaylandServer
+-- 
+2.10.2
+

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.9.49..ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-5.9.49..ebuild
index 43160f12b8..da4e2c70a8 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.9.49..ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.9.49..ebuild
@@ -53,6 +53,8 @@ RDEPEND="${COMMON_DEPEND}
 
 RESTRICT+=" test"
 
+PATCHES=( "${FILESDIR}/${PN}-5.9.1-deps.patch" )
+
 src_prepare() {
kde5_src_prepare
 



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

2017-02-10 Thread Michael Palimaka
commit: d2ced4da6a47084e23ed66581e056c2755f38f9c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Feb 11 03:44:34 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Feb 11 03:45:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ced4da

kde-plasma/kscreenlocker: backport patch from upstream removing bogus dependency

Gentoo-bug: 608300

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../files/kscreenlocker-5.9.1-deps.patch   | 31 ++
 .../kscreenlocker/kscreenlocker-5.9.1.ebuild   |  2 ++
 2 files changed, 33 insertions(+)

diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-5.9.1-deps.patch 
b/kde-plasma/kscreenlocker/files/kscreenlocker-5.9.1-deps.patch
new file mode 100644
index 00..fca598d91c
--- /dev/null
+++ b/kde-plasma/kscreenlocker/files/kscreenlocker-5.9.1-deps.patch
@@ -0,0 +1,31 @@
+Gentoo-bug: 608300
+
+From dd9a089cfaefb24f012a137618e5a48b6009 Mon Sep 17 00:00:00 2001
+From: Kai Uwe Broulik 
+Date: Wed, 8 Feb 2017 18:11:31 +0100
+Subject: [PATCH] Stop linking X11_Xcursor_LIB in KScreenLocker
+
+It's not used.
+
+BUG: 376068
+
+Differential Revision: https://phabricator.kde.org/D4505
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ef4bc6b..ec04a4d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -144,7 +144,6 @@ PRIVATE
+KF5::ConfigGui
+KF5::WindowSystem
+${X11_LIBRARIES}
+-   ${X11_Xcursor_LIB}
+XCB::XCB
+XCB::KEYSYMS
+KF5::WaylandServer
+-- 
+2.10.2
+

diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.9.1.ebuild 
b/kde-plasma/kscreenlocker/kscreenlocker-5.9.1.ebuild
index 9c1a67e6f7..3f8a150c2e 100644
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.9.1.ebuild
+++ b/kde-plasma/kscreenlocker/kscreenlocker-5.9.1.ebuild
@@ -53,6 +53,8 @@ RDEPEND="${COMMON_DEPEND}
 
 RESTRICT+=" test"
 
+PATCHES=( "${FILESDIR}/${PN}-5.9.1-deps.patch" )
+
 src_prepare() {
kde5_src_prepare
 



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

2017-02-10 Thread Zac Medico
commit: f2f2c779f14f483940f43c355fbd29fbf5753b8e
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Feb 11 01:13:06 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Feb 11 01:13:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f2c779

dev-python/snowballstemmer: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 4 ++--
 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index 44ab2b8c29..9f6f032259 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index b509056699..0347411282 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: profiles/, app-office/openproj-bin/files/, app-office/openproj-bin/

2017-02-10 Thread Chris Reffett
commit: b786653850dfb13d6522f6499069400014c1
Author: Chris Reffett  gentoo  org>
AuthorDate: Sat Feb 11 00:55:18 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Sat Feb 11 00:55:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7866538

[app-office/openproj] Remove openproj

 app-office/openproj-bin/Manifest   |  3 --
 app-office/openproj-bin/files/openproj-1.4.desktop | 10 -
 app-office/openproj-bin/metadata.xml   | 11 -
 app-office/openproj-bin/openproj-bin-1.4-r1.ebuild | 50 -
 app-office/openproj-bin/openproj-bin-1.4.ebuild| 51 --
 profiles/package.mask  |  5 ---
 6 files changed, 130 deletions(-)

diff --git a/app-office/openproj-bin/Manifest b/app-office/openproj-bin/Manifest
deleted file mode 100644
index 2585cef984..00
--- a/app-office/openproj-bin/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST openproj-1.1.png 1140 SHA256 
f81cd9b0a331869e2de9bf3907bd12e6b31cea26c80f4eeaff4627e309507e51 SHA512 
04d19ba1a4277846a977ef5aae5d6b44dda38d1f66f3e748a150c5d181c2f3b7b9b2744ea2d322dbf814b23a241eb5d20b9cf610d2d9cd4180c12399cd2caab5
 WHIRLPOOL 
00b7a5462cfb5f60687f15bc8aa954ece2cea6f6571fd7ed19eb88fc779595784e50b9615bafa484a4529ae0c83ed5b2f21b9cdcc265eb82dc2f3445bdc03ba1
-DIST openproj-1.2.desktop 251 SHA256 
b1b07811abb6ad848a7a14a064587b52da9340cc77d52d01d4b09508020b16c5 SHA512 
b0422e3cce70326607008eaa687103f62670beb39bff37da6f1870f471ea49fd38238c9b32b2e0fb2c357144e800d196612e4a7e1be0b5b86120638e19e0c14d
 WHIRLPOOL 
da7fc9646c573204068b1a69258c8b2c2c6372b3d7073fdff11e7c9f24a3fa89d521895f505b72f57610f324ff64ba51df8aa3ee50ca815170f283726946eddb
-DIST openproj-1.4.tar.gz 6539523 SHA256 
f8c04ab8ace53d42fe3d66b706a0399aed7832a784d14161cc44f427fe5a05b6 SHA512 
a4f64f6627f359a7b6e804a86a669dcb5a57ebef06c0665313808277e2663e1da35366af87666985311cc3da17dba3018e49f373635e9768ba7a0dbb9fdd6a3e
 WHIRLPOOL 
f38d1cd41d4cf744eba79c5a7a69b1e35a12c5a933db066f299ed1542c1b45bf5b8febf0172f9091f7343c9aec2258a1ebd93586899536dae9e512be12a067db

diff --git a/app-office/openproj-bin/files/openproj-1.4.desktop 
b/app-office/openproj-bin/files/openproj-1.4.desktop
deleted file mode 100644
index 1a973c0479..00
--- a/app-office/openproj-bin/files/openproj-1.4.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=OpenProj
-Comment=Project Management
-Comment[fr]=Gestion de projet
-Exec=openproj %F
-Icon=openproj
-Terminal=false
-Type=Application
-Categories=Office;ProjectManagement;
-MimeType=application/x-openproj;

diff --git a/app-office/openproj-bin/metadata.xml 
b/app-office/openproj-bin/metadata.xml
deleted file mode 100644
index 508777e270..00
--- a/app-office/openproj-bin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   creff...@gentoo.org
-   Chris Reffett
-   
-   
-   openproj
-   
-

diff --git a/app-office/openproj-bin/openproj-bin-1.4-r1.ebuild 
b/app-office/openproj-bin/openproj-bin-1.4-r1.ebuild
deleted file mode 100644
index e822f57562..00
--- a/app-office/openproj-bin/openproj-bin-1.4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_PN=${PN/-bin}
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="A free and open source desktop alternative to Microsoft Project"
-HOMEPAGE="http://openproj.org/";
-SRC_URI="mirror://sourceforge/openproj/${MY_P}.tar.gz
-   
http://openproj.cvs.sourceforge.net/viewvc/openproj/openproj_build/resources/openproj.png?revision=1.1
 -> ${MY_PN}-1.1.png"
-
-LICENSE="CPAL-1.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
-   unpack ${MY_P}.tar.gz
-   cp "${DISTDIR}"/${MY_PN}-*.png ./ || die
-   cd "${S}"
-   rm -rf license openproj.bat readme.html
-}
-
-src_prepare() {
-   sed -i \
-   -e "/^OPENPROJ_HOME0=/s:=.*:=/opt/${MY_PN}:" \
-   openproj.sh || die
-}
-
-src_install() {
-   local d="/opt/${MY_PN}"
-   insinto ${d}
-   doins -r * || die
-   fperms a+rx ${d}/openproj.sh
-
-   dodir /opt/bin
-   dosym ../${MY_PN}/openproj.sh /opt/bin/openproj || die
-
-   newmenu "${FILESDIR}/${MY_PN}-1.4.desktop" "${MY_PN}.desktop" || die
-   newmenu ../${MY_PN}-*.png ${MY_PN}.png || die
-}

diff --git a/app-office/openproj-bin/openproj-bin-1.4.ebuild 
b/app-office/openproj-bin/openproj-bin-1.4.ebuild
deleted file mode 100644
index f60d08cfab..00
--- a/app-office/openproj-bin/openproj-bin-1.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_PN=${PN/-bin}
-MY_P="${MY_PN}-${PV}"
-DESCR

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

2017-02-10 Thread Alon Bar-Lev
commit: 64d9e19a8899c2a9d8e748c6fa3746bb16e025f5
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Fri Feb 10 22:27:10 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Feb 10 22:27:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d9e19a

dev-libs/softhsm: fix local state directory

Package-Manager: portage-2.3.3

 dev-libs/softhsm/{softhsm-2.2.0-r2.ebuild => softhsm-2.2.0-r3.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild 
b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
similarity index 93%
rename from dev-libs/softhsm/softhsm-2.2.0-r2.ebuild
rename to dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
index c5bccd7825..c0e2a04a0e 100644
--- a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild
+++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild
@@ -41,10 +41,11 @@ src_prepare() {
 src_configure() {
econf \
--disable-static \
+   --localstatedir="${EROOT}var" \
--with-crypto-backend=openssl \
--disable-p11-kit \
$(use_enable !bindist ecc) \
-   $(use_enable !libressl ghost) \
+   $(use_enable !libressl gost) \
$(use_with migration-tool migrate)
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/irker/

2017-02-10 Thread Michael Weber
commit: 85994a457f44609607cfc7e976ca1e39caedda7e
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 23:09:25 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 23:09:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85994a45

net-irc/irker: re-add ~arm keyword (bug 592888).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-irc/irker/irker-2.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/irker/irker-2.18.ebuild b/net-irc/irker/irker-2.18.ebuild
index 18cc5ccf08..460d802ba4 100644
--- a/net-irc/irker/irker-2.18.ebuild
+++ b/net-irc/irker/irker-2.18.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
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://www.catb.org/esr/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="socks5"
 
 DEPEND="app-text/docbook-xml-dtd:4.1.2



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

2017-02-10 Thread Michael Weber
commit: 8c3b408f625ac14112774b47f5a5defda1819de5
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 23:04:55 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 23:04:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3b408f

app-admin/ccze: fix ncurses dependency.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/ccze/ccze-0.2.1-r3.ebuild | 2 +-
 app-admin/ccze/ccze-0.2.1-r4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/ccze/ccze-0.2.1-r3.ebuild 
b/app-admin/ccze/ccze-0.2.1-r3.ebuild
index 624ebc317a..24b79e2d02 100644
--- a/app-admin/ccze/ccze-0.2.1-r3.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r3.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/libpcre
-   sys-libs/ncurses"
+   sys-libs/ncurses:0="
 
 RDEPEND="${DEPEND}"
 

diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild 
b/app-admin/ccze/ccze-0.2.1-r4.ebuild
index d5f4c26dc0..1aeb955a85 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/libpcre
-   sys-libs/ncurses"
+   sys-libs/ncurses:0="
 
 RDEPEND="${DEPEND}"
 



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

2017-02-10 Thread Michael Weber
commit: 967473e8b9cc08940431c34676f99d6ae325
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 22:57:25 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 23:02:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96747999

sys-fs/dmraid: arm stable (bug 487672).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild 
b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
index 3b1934872d..a6bfd2308d 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.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
 # $Id$
 
@@ -14,7 +14,7 @@ 
SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
 IUSE="dietlibc intel_led klibc led mini static"
 REQUIRED_USE="klibc? ( !dietlibc )"
 



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

2017-02-10 Thread Michael Weber
commit: 45820f770ca665db5479822a931444c50b6a0e57
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 23:02:21 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 23:02:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45820f77

app-admin/ccze: add ~arm keyword (bug 586710).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/ccze/ccze-0.2.1-r3.ebuild | 4 ++--
 app-admin/ccze/ccze-0.2.1-r4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/ccze/ccze-0.2.1-r3.ebuild 
b/app-admin/ccze/ccze-0.2.1-r3.ebuild
index e3558d4da0..624ebc317a 100644
--- a/app-admin/ccze/ccze-0.2.1-r3.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ RESTRICT="test"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/libpcre

diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild 
b/app-admin/ccze/ccze-0.2.1-r4.ebuild
index 9f8f551375..d5f4c26dc0 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r4.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
 # $Id$
 
@@ -14,7 +14,7 @@ RESTRICT="test"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-libs/libpcre



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/dlm/files/

2017-02-10 Thread David Seifert
commit: e353d6ee8cf74f140cb7e0ac9940da3c195f475b
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:46:23 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e353d6ee

sys-cluster/dlm: remove unused file

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

 sys-cluster/dlm/files/dlm.rc | 53 
 1 file changed, 53 deletions(-)

diff --git a/sys-cluster/dlm/files/dlm.rc b/sys-cluster/dlm/files/dlm.rc
deleted file mode 100644
index 3882cd1675..00
--- a/sys-cluster/dlm/files/dlm.rc
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-   use net
-   need cluster-manager
-   provide cluster-locking-manager
-}
-
-load_modules() {
-   local module modules
-   modules=$1
-   
-   for module in ${modules}; do
-   ebegin "Loading ${module} kernel module"
-   modprobe ${module}
-   eend $? "Failed to load ${module} kernel module"
-   done
-}
-
-unload_modules() {
-   local module modules
-   modules=$1
-   
-   for module in ${modules}; do
-   ebegin "Unloading ${module} kernel module"
-   modprobe -r ${module}
-   eend $? "Failed to unload ${module} kernel module"
-   done
-}
-
-start() {
-   ebegin "Loading dlm module"
-   load_modules dlm
-   eend $?
-}
-
-stop() {
-
-   local modules
-
-   if [ -d /proc/cluster/lock_dlm ]; then
-   modules="${modules} lock_dlm"
-   fi
-   if [ -d /proc/cluster/config/dlm ]; then
-   modules="${modules} dlm"
-   fi
-   unload_modules ${modules}
-
-}
-



[gentoo-commits] repo/gentoo:master commit in: sys-fabric/infinipath-psm/files/

2017-02-10 Thread David Seifert
commit: 59d105ae4f9e205e16dbcd1db0eafe86146e2975
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:58:02 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59d105ae

sys-fabric/infinipath-psm: remove unused patch

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

 sys-fabric/infinipath-psm/files/infinipath-psm-include.patch | 10 --
 1 file changed, 10 deletions(-)

diff --git a/sys-fabric/infinipath-psm/files/infinipath-psm-include.patch 
b/sys-fabric/infinipath-psm/files/infinipath-psm-include.patch
deleted file mode 100644
index dd13ae0d15..00
--- a/sys-fabric/infinipath-psm/files/infinipath-psm-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 ./ptl_ips/ips_proto_header.h.orig  2012-01-20 15:49:17.0 +0400
-+++ ./ptl_ips/ips_proto_header.h   2012-01-20 15:49:24.0 +0400
-@@ -72,7 +72,6 @@
- union {
- struct {
-   __u16 mqhdr : 14;/* PSM matched queues */
--  __u16 dst_subcontext : 2; /* Destination subcontext */
- };
- struct {/* for PSM Active Messages */
-   __u16 amhdr_hidx  : 8; 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/cman/files/

2017-02-10 Thread David Seifert
commit: 541f9d7e006092cf01d01a85dad0537128d41908
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:45:34 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=541f9d7e

sys-cluster/cman: remove unused file

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

 sys-cluster/cman/files/qdiskd.initd | 21 -
 1 file changed, 21 deletions(-)

diff --git a/sys-cluster/cman/files/qdiskd.initd 
b/sys-cluster/cman/files/qdiskd.initd
deleted file mode 100644
index 96a946e49d..00
--- a/sys-cluster/cman/files/qdiskd.initd
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Id$
-
-depend() {
-   use net
-   need cman
-}
-
-start() {
-   ebegin "Starting the Quorum Disk Daemon"
-   start-stop-daemon --start --quiet --exec /usr/sbin/qdiskd -- -Q
-   eend $? "Failed to start qdiskd"
-}
-
-stop() {
-   ebegin "Stopping the Quorum Disk Daemon"
-   start-stop-daemon --stop --pidfile /var/run/qdiskd.pid
-   eend $? "Failed to stop qdiskd"
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/torque/files/

2017-02-10 Thread David Seifert
commit: 3ab47a6c79a83ed307d718c08b5453382ab85829
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:57:33 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab47a6c

sys-cluster/torque: remove unused patch

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

 .../files/CVE-2013-4319-4.x-root-submit-fix.patch  | 38 --
 1 file changed, 38 deletions(-)

diff --git a/sys-cluster/torque/files/CVE-2013-4319-4.x-root-submit-fix.patch 
b/sys-cluster/torque/files/CVE-2013-4319-4.x-root-submit-fix.patch
deleted file mode 100644
index 3614e42721..00
--- a/sys-cluster/torque/files/CVE-2013-4319-4.x-root-submit-fix.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 6424696d7b160c8a9ad806c4a6b0f77f0d359962 Mon Sep 17 00:00:00 2001
-From: Justin Bronder 
-Date: Mon, 23 Dec 2013 12:48:22 -0500
-Subject: [PATCH] CVE-2013-4319: 4.x root submit fix
-
-https://bugs.gentoo.org/show_bug.cgi?id=484320
-http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4319

- src/resmom/mom_process_request.c | 13 +
- 1 file changed, 13 insertions(+)
-
-diff --git a/src/resmom/mom_process_request.c 
b/src/resmom/mom_process_request.c
-index 049f63f..813833f 100644
 a/src/resmom/mom_process_request.c
-+++ b/src/resmom/mom_process_request.c
-@@ -238,6 +238,19 @@ void *mom_process_request(
-   log_record(PBSEVENT_JOB, PBS_EVENTCLASS_JOB, __func__, log_buffer);
-   }
- 
-+if (svr_conn[chan->sock].cn_authen != PBS_NET_CONN_FROM_PRIVIL)
-+  {
-+  sprintf(log_buffer, "request type %s from host %s rejected (connection 
not privileged)",
-+reqtype_to_txt(request->rq_type),
-+request->rq_host);
-+
-+  log_record(PBSEVENT_JOB, PBS_EVENTCLASS_JOB, __func__, log_buffer);
-+  req_reject(PBSE_BADHOST, 0, request, NULL, "request not authorized");
-+  mom_close_client(chan->sock);
-+  DIS_tcp_cleanup(chan);
-+  return NULL;
-+  }
-+
- if (!AVL_is_in_tree_no_port_compare(svr_conn[chan->sock].cn_addr, 0, 
okclients))
-   {
-   sprintf(log_buffer, "request type %s from host %s rejected (host not 
authorized)",
--- 
-1.8.3.2
-



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/vzctl/files/

2017-02-10 Thread David Seifert
commit: 62bbd33354e7998be690ac3f6b17bbbe3e64abac
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 16:34:02 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bbd333

sys-cluster/vzctl: remove unused patches

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

 .../vzctl/files/vzctl-initscript-paths.patch   | 142 -
 .../files/vzctl-initscript-typo-patch-4.8.patch|  32 -
 2 files changed, 174 deletions(-)

diff --git a/sys-cluster/vzctl/files/vzctl-initscript-paths.patch 
b/sys-cluster/vzctl/files/vzctl-initscript-paths.patch
deleted file mode 100644
index 8fc0b12009..00
--- a/sys-cluster/vzctl/files/vzctl-initscript-paths.patch
+++ /dev/null
@@ -1,142 +0,0 @@
-From: Kir Kolyshkin 
-Date: Thu, 3 Jan 2013 19:37:00 + (-0800)
-Subject: init.d/vz-gentoo: don't call tools by absolute path
-X-Git-Url: 
http://git.openvz.org/?p=vzctl;a=commitdiff_plain;h=2fc34ffb5f5e;hp=9a4a85397f7dd99e2c4059de7fb6ef5d750242c5
-
-init.d/vz-gentoo: don't call tools by absolute path
-
-Apparently in recent Gentoo the ip tool was moved from /sbin to /bin,
-so this initscript stopped working.
-
-Apparently runscript makes sure all the needed directories are in PATH
-(I have tested with runscript from baselayout-1.12.11.1, pretty old one)
-so we can just drop the /sbin/ prefix.
-
-While at it, do it not only for ip, but also for modprobe and sysctl.
-
-http://bugzilla.openvz.org/2477
-https://bugs.gentoo.org/show_bug.cgi?id=444201
-
-Reported-by: Andrei Vinogradov 
-Reported-by: Joakim 
-Signed-off-by: Kir Kolyshkin 

-
-diff --git a/etc/init.d/vz-gentoo.in b/etc/init.d/vz-gentoo.in
-index 2dd2186..51231bc 100755
 a/etc/init.d/vz-gentoo.in
-+++ b/etc/init.d/vz-gentoo.in
-@@ -87,7 +87,7 @@ start_net() {
- 
-   # load necessary modules
-   for mod in ${NET_MODULES}; do
--  /sbin/modprobe ${mod} 2>/dev/null
-+  modprobe ${mod} 2>/dev/null
-   done
- 
-   if [ ! -f ${VZVEINFO} ]; then
-@@ -95,22 +95,22 @@ start_net() {
-   fi
- 
-   # we don't operate on a running interface
--  if /sbin/ip addr list | grep -q "venet0:.*UP" 2>/dev/null; then
-+  if ip addr list | grep -q "venet0:.*UP" 2>/dev/null; then
-   return 0
-   fi
- 
-   # configure the device
-   ebegin "Bringing up interface ${VZDEV}"
--  /sbin/ip link set ${VZDEV} up
-+  ip link set ${VZDEV} up
-   eend $?
- 
--  /sbin/ip addr add 0.0.0.0/0 dev ${VZDEV}
-+  ip addr add 0.0.0.0/0 dev ${VZDEV}
- 
-   ebegin "Configuring interface ${VZDEV}"
--  /sbin/sysctl -q -w net.ipv4.conf.${VZDEV}.send_redirects=0
-+  sysctl -q -w net.ipv4.conf.${VZDEV}.send_redirects=0
-   eend $?
- 
--  if [ "x$(/sbin/sysctl -n -e net.ipv4.ip_forward)" != "x1" ]; then
-+  if [ "x$(sysctl -n -e net.ipv4.ip_forward)" != "x1" ]; then
-   ewarn "It looks like you have ip forwarding disabled. To make 
networking"
-   ewarn "available for containers, please, run sysctl -w 
net.ipv4.ip_forward=1"
-   fi
-@@ -119,15 +119,15 @@ start_net() {
- stop_net() {
-   local mod
- 
--  if /sbin/ip addr list | grep -q "venet0:.*UP" 2>/dev/null; then
-+  if ip addr list | grep -q "venet0:.*UP" 2>/dev/null; then
-   ebegin "Bringing down interface ${VZDEV}"
--  /sbin/ip link set ${VZDEV} down 2>/dev/null
-+  ip link set ${VZDEV} down 2>/dev/null
-   eend $?
-   fi
- 
-   # remove all modules we probably loaded on start_net
-   for mod in ${NET_MODULES}; do
--  /sbin/modprobe -r ${mod} > /dev/null 2>&1
-+  modprobe -r ${mod} > /dev/null 2>&1
-   done
- }
- 
-@@ -146,7 +146,7 @@ start_ve() {
-   # Then sort by bootorder
-   test -n "$velist" && velist=$(vzlist -aH -octid -s-bootorder $velist)
- 
--  /sbin/sysctl -q -w net.ipv4.route.src_check=0
-+  sysctl -q -w net.ipv4.route.src_check=0
- 
-   for veid in ${velist}; do
-   ebegin "Starting CT ${veid}"
-@@ -302,16 +302,16 @@ start() {
- 
-   ebegin "Loading OpenVZ modules"
-   for mod in ${IPTABLES_MODULES}; do
--  /sbin/modprobe ${mod} >/dev/null 2>&1
-+  modprobe ${mod} >/dev/null 2>&1
-   done
- 
-   for mod in ${PRELOAD_MODULES}; do
--  /sbin/modprobe -r ${mod} >/dev/null 2>&1
--  /sbin/modprobe ${mod} >/dev/null 2>&1
-+  modprobe -r ${mod} >/dev/null 2>&1
-+  modprobe ${mod} >/dev/null 2>&1
-   done
- 
-   for mod in ${MODULES}; do
--  /sbin/modprobe ${mod} >/dev/null 2>&1
-+  modprobe ${mod} >/dev/null 2>&1
-   rc=$?
-   if [ ${rc} -ne 0 ]; then
-   eend ${rc} "failed to load module ${mod}"
-@@

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/pacemaker/files/

2017-02-10 Thread David Seifert
commit: f9289de293c88909af80c69f2ff6f602bc0b127f
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:56:52 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9289de2

sys-cluster/pacemaker: remove unused patches

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

 .../pacemaker/files/1.0.12-BUILD_VERSION.patch | 43 --
 sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch  | 13 ---
 .../files/1.1.8-backwards_compatibility.patch  | 36 --
 .../files/pacemaker-1.0.10-asneeded.patch  | 22 ---
 .../files/pacemaker-1.0.10-installpaths.patch  |  9 -
 5 files changed, 123 deletions(-)

diff --git a/sys-cluster/pacemaker/files/1.0.12-BUILD_VERSION.patch 
b/sys-cluster/pacemaker/files/1.0.12-BUILD_VERSION.patch
deleted file mode 100644
index 8e52664482..00
--- a/sys-cluster/pacemaker/files/1.0.12-BUILD_VERSION.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-# HG changeset patch
-# Parent d90c3d4786da4cfa7944c9009a0071e3ea6f8581
-
-diff -r d90c3d4786da configure.ac
 a/configure.ac Wed Jun 13 11:43:31 2012 +0900
-+++ b/configure.ac Wed Jun 13 11:44:38 2012 +0900
-@@ -464,20 +464,26 @@
- AC_DEFINE_UNQUOTED(STONITH_PLUGIN_DIR,"$STONITH_PLUGIN_DIR", Location for 
Stonith plugins)
- AC_SUBST(STONITH_PLUGIN_DIR)
- 
--AC_PATH_PROGS(HG, hg false)
-+AC_PATH_PROGS(GIT, git false)
- AC_MSG_CHECKING(build version)
--BUILD_VERSION=unknown
--if test -f $srcdir/.hg_archival.txt; then
--   BUILD_VERSION=`cat $srcdir/.hg_archival.txt | awk '/node:/ { print $2 }'`
--elif test -x $HG -a -d .hg; then
--   BUILD_VERSION=`$HG id -itb`
--   if test $? != 0; then
--   BUILD_VERSION=unknown
--   fi
-+
-+BUILD_VERSION=$Format:%H$
-+if test $BUILD_VERSION != ":%H$"; then
-+   AC_MSG_RESULT(archive hash: $BUILD_VERSION)
-+
-+elif test -x $GIT -a -d .git; then
-+   BUILD_VERSION=`$GIT log --pretty="format:%h" -n 1`
-+   AC_MSG_RESULT(git hash: $BUILD_VERSION)
-+
-+else
-+   # The current directory name make a reasonable default
-+   # Most generated archives will include the hash or tag 
-+   BASE=`basename $PWD`
-+   BUILD_VERSION=`echo $BASE | sed s:.*[[Pp]]acemaker-::`
-+   AC_MSG_RESULT(directory based hash: $BUILD_VERSION)
- fi
- 
- AC_DEFINE_UNQUOTED(BUILD_VERSION, "$BUILD_VERSION", Build version)
--AC_MSG_RESULT($BUILD_VERSION)
- AC_SUBST(BUILD_VERSION)
- 
- dnl ===

diff --git a/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch 
b/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch
deleted file mode 100644
index 73ffd0614c..00
--- a/sys-cluster/pacemaker/files/1.1.7-glibc2.16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix building with glibc-2.16
-
-https://bugs.gentoo.org/show_bug.cgi?id=432012
 a/mcp/pacemaker.h
-+++ b/mcp/pacemaker.h
-@@ -21,6 +21,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include 
- 

diff --git a/sys-cluster/pacemaker/files/1.1.8-backwards_compatibility.patch 
b/sys-cluster/pacemaker/files/1.1.8-backwards_compatibility.patch
deleted file mode 100644
index d4a5780c01..00
--- a/sys-cluster/pacemaker/files/1.1.8-backwards_compatibility.patch
+++ /dev/null
@@ -1,36 +0,0 @@
 a/lib/cluster/legacy.c 2012-11-08 11:55:09.297354491 +0100
-+++ b/lib/cluster/legacy.c 2012-11-08 11:54:57.507587115 +0100
-@@ -1362,17 +1362,27 @@
- /* If we can still talk to our peer process on that node,
-  * then its also part of the corosync membership
-  */
--crm_trace("%s: processes=%.16x", node->uname, node->processes);
-+crm_trace("%s: processes=%.8x", node->uname, node->processes);
- return TRUE;
- 
--} else if(is_classic_ais_cluster() && (node->processes & crm_proc_plugin) 
== 0) {
--crm_trace("%s: processes=%.16x", node->uname, node->processes);
--return FALSE;
-+} else if(is_classic_ais_cluster()) {
-+if(node->processes < crm_proc_none) {
-+crm_debug("%s: unknown process list, assuming active for now", 
node->uname);
-+return TRUE;
-+
-+} else if(is_set(node->processes, crm_proc_none)) {
-+crm_debug("%s: all processes are inactive", node->uname);
-+return FALSE;
-+
-+} else if(is_not_set(node->processes, crm_proc_plugin)) {
-+crm_trace("%s: processes=%.8x", node->uname, node->processes);
-+return FALSE;
-+}
- }
- 
- proc = text2proc(crm_system_name);
--if(proc != crm_proc_none && (node->processes & proc) == 0) {
--crm_trace("%s: proc %.16x not in %.16x", node->uname, proc, 
node->processes);
-+if(proc > crm_proc_none && (node->processes & proc) == 0) {
-+crm_trace("%s: proc %.8x not in %.8x", node->uname, proc, 
node->processes);
- return FALSE;
- }
- 

diff --git a/sys-cluster/pacemaker/files/pacemaker-1.0.10-a

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/csync2/files/

2017-02-10 Thread David Seifert
commit: ba4f45b4c9be98b45f7e9ae4e35ed967f56d4236
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:45:57 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4f45b4

sys-cluster/csync2: remove unused patch

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

 sys-cluster/csync2/files/csync2-1.34-gnutls.patch | 279 --
 1 file changed, 279 deletions(-)

diff --git a/sys-cluster/csync2/files/csync2-1.34-gnutls.patch 
b/sys-cluster/csync2/files/csync2-1.34-gnutls.patch
deleted file mode 100644
index 64af5229be..00
--- a/sys-cluster/csync2/files/csync2-1.34-gnutls.patch
+++ /dev/null
@@ -1,279 +0,0 @@
-Fixes build with >=net-libs/gnutls-2.7.1
-
-http://bugs.gentoo.org/show_bug.cgi?id=274213
-
 conn.c
-+++ conn.c
-@@ -32,7 +32,7 @@
- 
- #ifdef HAVE_LIBGNUTLS_OPENSSL
- #  include 
--#  include 
-+#  include 
- #endif
- 
- int conn_fd_in  = -1;
-@@ -42,9 +42,8 @@
- #ifdef HAVE_LIBGNUTLS_OPENSSL
- int csync_conn_usessl = 0;
- 
--SSL_METHOD *conn_ssl_meth;
--SSL_CTX *conn_ssl_ctx;
--SSL *conn_ssl;
-+static gnutls_session_t conn_tls_session;
-+static gnutls_certificate_credentials_t conn_x509_cred;
- #endif
- 
- int conn_open(const char *peername)
-@@ -112,41 +111,104 @@
- 
- #ifdef HAVE_LIBGNUTLS_OPENSSL
- 
--char *ssl_keyfile = ETCDIR "/csync2_ssl_key.pem";
--char *ssl_certfile = ETCDIR "/csync2_ssl_cert.pem";
-+static void ssl_log(int level, const char* msg)
-+{ csync_debug(level, "%s", msg); }
-+
-+static const char *ssl_keyfile = ETCDIR "/csync2_ssl_key.pem";
-+static const char *ssl_certfile = ETCDIR "/csync2_ssl_cert.pem";
- 
- int conn_activate_ssl(int server_role)
- {
--  static int sslinit = 0;
-+  gnutls_alert_description_t alrt;
-+  int err;
- 
-   if (csync_conn_usessl)
-   return 0;
- 
--  if (!sslinit) {
--  SSL_load_error_strings();
--  SSL_library_init();
--  sslinit=1;
-+  gnutls_global_init();
-+  gnutls_global_set_log_function(ssl_log);
-+  gnutls_global_set_log_level(10);
-+
-+  gnutls_certificate_allocate_credentials(&conn_x509_cred);
-+
-+  err = gnutls_certificate_set_x509_key_file(conn_x509_cred, 
ssl_certfile, ssl_keyfile, GNUTLS_X509_FMT_PEM);
-+  if(err != GNUTLS_E_SUCCESS) {
-+  gnutls_certificate_free_credentials(conn_x509_cred);
-+  gnutls_global_deinit();
-+
-+  csync_fatal(
-+  "SSL: failed to use key file %s and/or certificate file 
%s: %s (%s)\n",
-+  ssl_keyfile,
-+  ssl_certfile,
-+  gnutls_strerror(err),
-+  gnutls_strerror_name(err)
-+  );
-   }
- 
--  conn_ssl_meth = (server_role ? SSLv23_server_method : 
SSLv23_client_method)();
--  conn_ssl_ctx = SSL_CTX_new(conn_ssl_meth);
--
--  if (SSL_CTX_use_PrivateKey_file(conn_ssl_ctx, ssl_keyfile, 
SSL_FILETYPE_PEM) <= 0)
--  csync_fatal("SSL: failed to use key file %s.\n", ssl_keyfile);
--
--  if (SSL_CTX_use_certificate_file(conn_ssl_ctx, ssl_certfile, 
SSL_FILETYPE_PEM) <= 0)
--  csync_fatal("SSL: failed to use certificate file %s.\n", 
ssl_certfile);
-+  if(server_role) {
-+  gnutls_certificate_free_cas(conn_x509_cred);
- 
--  if (! (conn_ssl = SSL_new(conn_ssl_ctx)) )
--  csync_fatal("Creating a new SSL handle failed.\n");
--
--  gnutls_certificate_server_set_request(conn_ssl->gnutls_state, 
GNUTLS_CERT_REQUIRE);
-+  if(gnutls_certificate_set_x509_trust_file(conn_x509_cred, 
ssl_certfile, GNUTLS_X509_FMT_PEM) < 1) {
-+  gnutls_certificate_free_credentials(conn_x509_cred);
-+  gnutls_global_deinit();
-+
-+  csync_fatal(
-+  "SSL: failed to use certificate file %s as 
CA.\n",
-+  ssl_certfile
-+  );
-+  }
-+  } else
-+  gnutls_certificate_free_ca_names(conn_x509_cred);
- 
--  SSL_set_rfd(conn_ssl, conn_fd_in);
--  SSL_set_wfd(conn_ssl, conn_fd_out);
-+  gnutls_init(&conn_tls_session, (server_role ? GNUTLS_SERVER : 
GNUTLS_CLIENT));
-+  gnutls_priority_set_direct(conn_tls_session, "PERFORMANCE", NULL);
-+  gnutls_credentials_set(conn_tls_session, GNUTLS_CRD_CERTIFICATE, 
conn_x509_cred);
-+
-+  if(server_role) {
-+  gnutls_certificate_send_x509_rdn_sequence(conn_tls_session, 0);
-+  gnutls_certificate_server_set_request(conn_tls_session, 
GNUTLS_CERT_REQUIRE);
-+  }
- 
--  if ( (server_role ? SSL_accept : SSL_connect)(conn_ssl) < 1 )
--  csync_fatal("Establishing SSL connection failed.\n");
-+  gnutls_transport_set_ptr2(
-+  conn_tls_session,
-+  (gnutls_transport_ptr_t)conn_

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/files/

2017-02-10 Thread David Seifert
commit: b9d22571e6c37c2be1898ddc770e621942ab5877
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:55:20 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d22571

sys-cluster/glusterfs: remove unused patches/files

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

 .../glusterfs/files/glusterd-3.2.0-workdir.patch   |  49 --
 sys-cluster/glusterfs/files/glusterd-r1.initd  |  16 -
 sys-cluster/glusterfs/files/glusterd.initd |  36 --
 .../files/glusterfs-3.3.0-avoid-version.patch  | 431 --
 .../glusterfs/files/glusterfs-3.3.0-docdir.patch   |  26 --
 .../files/glusterfs-3.3.0-parallel-build.patch |  20 -
 .../files/glusterfs-3.3.0-silent_rules.patch   |  25 -
 .../files/glusterfs-3.4.0-build-shared-only.patch  | 505 -
 0-nfs-exit-when-all-volumes-are-disabled.patch |  42 --
 ...-Don-t-do-extra-unref-in-dht-migration-ch.patch |  48 --
 ...4.4-fuse-fix-memory-leak-in-fuse_getxattr.patch |  91 
 sys-cluster/glusterfs/files/glusterfs.initd| 120 -
 12 files changed, 1409 deletions(-)

diff --git a/sys-cluster/glusterfs/files/glusterd-3.2.0-workdir.patch 
b/sys-cluster/glusterfs/files/glusterd-3.2.0-workdir.patch
deleted file mode 100644
index a312bdbc64..00
--- a/sys-cluster/glusterfs/files/glusterd-3.2.0-workdir.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Change the default workdir of the glusterd daemon to /var/lib/glusterd instead 
of /etc/glusterd.
-This directory is dynamically populated by glusterd via the gluster CLI so it 
does better
-belong into /var/lib/.
-
-Patch by Ultrabug.
-
 a/xlators/mgmt/glusterd/src/glusterd.h   2010-10-13 06:20:37.0 
+0200
-+++ b/xlators/mgmt/glusterd/src/glusterd.h   2010-10-26 10:47:52.747265444 
+0200
-@@ -204,7 +204,7 @@
- GLUSTERD_VOL_COMP_RJT,
- };
-
--#define GLUSTERD_DEFAULT_WORKDIR "/etc/glusterd"
-+#define GLUSTERD_DEFAULT_WORKDIR "/var/lib/glusterd"
- #define GLUSTERD_DEFAULT_PORTGF_DEFAULT_BASE_PORT
- #define GLUSTERD_INFO_FILE  "glusterd.info"
- #define GLUSTERD_VOLUME_DIR_PREFIX "vols"
 a/doc/glusterd.vol  2010-10-13 06:20:36.0 +0200
-+++ b/doc/glusterd.vol  2010-10-26 10:48:16.487931870 +0200
-@@ -1,6 +1,6 @@
- volume management
- type mgmt/glusterd
--option working-directory /etc/glusterd
-+option working-directory /var/lib/glusterd
- option transport-type socket,rdma
- option transport.socket.keepalive-time 10
- option transport.socket.keepalive-interval 2
 a/doc/glusterd.8 2010-10-13 06:20:36.0 +0200
-+++ b/doc/glusterd.8 2010-10-26 10:48:44.898729373 +0200
-@@ -70,7 +70,7 @@
-
- .PP
- .SH FILES
--/etc/glusterd/*
-+/var/lib/glusterd/*
-
- .SH SEE ALSO
- .nf
 a/doc/gluster.8 2011-04-22 19:37:28.0 +0200
-+++ b/doc/gluster.8 2011-05-16 11:56:14.318682346 +0200
-@@ -121,7 +121,7 @@
- Exit the gluster command line interface.
-
- .SH FILES
--/etc/glusterd/*
-+/var/lib/glusterd/*
- .SH SEE ALSO
- .nf
- \fBfusermount\fR(1), \fBmount.glusterfs\fR(8), \fBglusterfs\fR(8), 
\fBglusterd\fR(8)
\ No newline at end of file

diff --git a/sys-cluster/glusterfs/files/glusterd-r1.initd 
b/sys-cluster/glusterfs/files/glusterd-r1.initd
deleted file mode 100644
index 019b51dd16..00
--- a/sys-cluster/glusterfs/files/glusterd-r1.initd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-description="Gluster elastic volume management daemon"
-command="/usr/sbin/glusterd"
-pidfile="/var/run/${SVCNAME}.pid"
-command_args="-N"
-
-command_background="yes"
-
-depend() {
-   need net
-   before netmount
-}

diff --git a/sys-cluster/glusterfs/files/glusterd.initd 
b/sys-cluster/glusterfs/files/glusterd.initd
deleted file mode 100644
index 5e8efb5457..00
--- a/sys-cluster/glusterfs/files/glusterd.initd
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-PIDFILE=/var/run/glusterd.pid
-
-depend() {
-   need net
-   before netmount
-}
-
-start() {
-   ebegin "Starting glusterd"
-   start-stop-daemon --start -q --exec /usr/sbin/glusterd \
-   --pidfile "${PIDFILE}" --make-pidfile --background \
-   -- -N
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping glusterd"
-   start-stop-daemon --stop -q --pidfile "${PIDFILE}"
-   eindent
-
-   einfo "Unmounting GlusterFS filesystems"
-   umount -t fuse.glusterfs -a
-
-   einfo "Killing remaining GlusterFS processes"
-   for PID in $(find /var/lib/glusterd/ -type f -name "*.pid" -exec cat {} 
\;); do
-   kill "${PID}"
-   done
-
-   eoutdent
-   eend $?
-}

diff --git a/sys-cluster/gl

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ccs/files/

2017-02-10 Thread David Seifert
commit: 9448a406d7cb09cb828895832ea6f9c7e39253ab
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:43:03 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:32:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9448a406

sys-cluster/ccs: remove unused files

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

 sys-cluster/ccs/files/ccsd.conf |  6 --
 sys-cluster/ccs/files/ccsd.rc   | 27 ---
 2 files changed, 33 deletions(-)

diff --git a/sys-cluster/ccs/files/ccsd.conf b/sys-cluster/ccs/files/ccsd.conf
deleted file mode 100644
index 66f833aad5..00
--- a/sys-cluster/ccs/files/ccsd.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Id$
-
-CCSD_OPTS=

diff --git a/sys-cluster/ccs/files/ccsd.rc b/sys-cluster/ccs/files/ccsd.rc
deleted file mode 100644
index 8cc48a91c5..00
--- a/sys-cluster/ccs/files/ccsd.rc
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-depend() {
-   use net
-   provide ccs
-}
-
-exefile=/sbin/ccsd
-
-start() {
-   ebegin "Starting ccsd"
-   start-stop-daemon --start --quiet \
-   --exec ${exefile} -- ${CCSD_OPTS}
-   sleep 2s
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping ccsd"
-   start-stop-daemon --stop --quiet \
-   -s 9 --exec ${exefile}
-   eend $?
-}
-



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/openmpi/files/

2017-02-10 Thread David Seifert
commit: 9ad77cd914255ff74a3fb0070a534f55fb28df4f
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:56:06 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:33:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad77cd9

sys-cluster/openmpi: remove unused patches

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

 .../openmpi/files/openmpi-1.4.1-r22513.patch   | 72 --
 .../openmpi/files/openmpi-1.6-hostfile.patch   | 16 -
 sys-cluster/openmpi/files/openmpi-r24328.patch | 54 
 3 files changed, 142 deletions(-)

diff --git a/sys-cluster/openmpi/files/openmpi-1.4.1-r22513.patch 
b/sys-cluster/openmpi/files/openmpi-1.4.1-r22513.patch
deleted file mode 100644
index 128443be5f..00
--- a/sys-cluster/openmpi/files/openmpi-1.4.1-r22513.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From 9657a0fc671dd0987b6954932a08b680c35f480f Mon Sep 17 00:00:00 2001
-From: Justin Bronder 
-Date: Wed, 3 Feb 2010 17:13:13 -0500
-Subject: [PATCH] Backport r22513
-
-Per #2201, move the user arguments up to be the first set of argv
-after the compiler argv tokens.
-
-Not closing #2201 yet; there's still discussion on that ticket about
-whether we want to do more or not.
-
-Refs #2201
-cmr:v1.4.2
-cmr:v1.5
-
-Author: jsquyres

- ompi/tools/wrappers/ompi_wrapper_script.in |4 +++-
- opal/tools/wrappers/opal_wrapper.c |9 +
- 2 files changed, 8 insertions(+), 5 deletions(-)
-
-diff --git a/ompi/tools/wrappers/ompi_wrapper_script.in 
b/ompi/tools/wrappers/ompi_wrapper_script.in
-index 24726ad..87fd8a5 100644
 a/ompi/tools/wrappers/ompi_wrapper_script.in
-+++ b/ompi/tools/wrappers/ompi_wrapper_script.in
-@@ -140,13 +140,15 @@ my @exec_argv = ();
- 
- # assemble command
- push(@exec_argv, split(' ', $comp));
-+# Per https://svn.open-mpi.org/trac/ompi/ticket/2201, add all the user
-+# arguments before anything else.
-+push(@exec_argv, @appargs);
- if ($want_preproc == 1) {
- push(@exec_argv, split(' ', $preproc_flags));
- }
- if ($want_compile == 1) {
- push(@exec_argv, split(' ', $comp_flags));
- }
--push(@exec_argv, @appargs);
- if ($want_link == 1) {
- push(@exec_argv, split(' ', $linker_flags));
- push(@exec_argv, split(' ', $libs));
-diff --git a/opal/tools/wrappers/opal_wrapper.c 
b/opal/tools/wrappers/opal_wrapper.c
-index 86ece5b..1b80f53 100644
 a/opal/tools/wrappers/opal_wrapper.c
-+++ b/opal/tools/wrappers/opal_wrapper.c
-@@ -712,6 +712,11 @@ main(int argc, char *argv[])
- exec_argc = 0;
- }
- 
-+/* Per https://svn.open-mpi.org/trac/ompi/ticket/2201, add all the
-+   user arguments before anything else. */
-+opal_argv_insert(&exec_argv, exec_argc, user_argv);
-+exec_argc = opal_argv_count(exec_argv);
-+
- /* preproc flags */
- if (flags & COMP_WANT_PREPROC) {
- opal_argv_insert(&exec_argv, exec_argc, 
options_data[user_data_idx].preproc_flags);
-@@ -732,10 +737,6 @@ main(int argc, char *argv[])
- exec_argc = opal_argv_count(exec_argv);
- }
- 
--/* add all the user arguments */
--opal_argv_insert(&exec_argv, exec_argc, user_argv);
--exec_argc = opal_argv_count(exec_argv);
--
- /* link flags and libs */
- if (flags & COMP_WANT_LINK) {
- opal_argv_insert(&exec_argv, exec_argc, 
options_data[user_data_idx].link_flags);
--- 
-1.6.4.4
-

diff --git a/sys-cluster/openmpi/files/openmpi-1.6-hostfile.patch 
b/sys-cluster/openmpi/files/openmpi-1.6-hostfile.patch
deleted file mode 100644
index 880c429261..00
--- a/sys-cluster/openmpi/files/openmpi-1.6-hostfile.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix default hostfile location (backported r26440)
-
-https://bugs.gentoo.org/show_bug.cgi?id=420431
-
-Patch by Orion Poplawski 
 a/orte/runtime/orte_mca_params.c
-+++ b/orte/runtime/orte_mca_params.c
-@@ -225,7 +225,7 @@ int orte_register_params(void)
- false, false, 1000, 
&orte_timeout_usec_per_proc);
- 
- /* default hostfile */
--asprintf(&orte_default_hostfile, "%s/etc/openmpi-default-hostfile", 
opal_install_dirs.prefix);
-+asprintf(&orte_default_hostfile, "%s/openmpi-default-hostfile", 
opal_install_dirs.sysconfdir);
- mca_base_param_reg_string_name("orte", "default_hostfile",
-"Name of the default hostfile (relative or 
absolute path, \"none\" to ignore environmental or default MCA param setting)",
-false, false, orte_default_hostfile, 
&orte_default_hostfile);

diff --git a/sys-cluster/openmpi/files/openmpi-r24328.patch 
b/sys-cluster/openmpi/files/openmpi-r24328.patch
deleted file mode 100644
index bbd689d3ae..00
--- a/sys-cluster/openmpi/files/openmpi-r24328.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From cf054cd92dfac55f3920e805d01c11dcfc2cd4fa Mon Sep 17 00:00:00 2001
-From: jsquyres 
-Date: Mon, 28 Mar 2011 12:44:06 -0400
-S

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/

2017-02-10 Thread David Seifert
commit: df8009b5aa0bb2d71e2c202febb86ad406c679b5
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Feb 10 15:44:51 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:32:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8009b5

sys-cluster/ceph: remove unused patches

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

 .../ceph/files/ceph-0.80.10-cpp-backport.patch |  50 --
 .../ceph/files/ceph-0.94.7-monitor-security.patch  | 109 -
 ...l-doesnt-support-momit-leaf-frame-pointer.patch |  25 -
 sys-cluster/ceph/files/ceph-CVE-2016-5009.patch|  87 
 4 files changed, 271 deletions(-)

diff --git a/sys-cluster/ceph/files/ceph-0.80.10-cpp-backport.patch 
b/sys-cluster/ceph/files/ceph-0.80.10-cpp-backport.patch
deleted file mode 100644
index ca79f0b6f4..00
--- a/sys-cluster/ceph/files/ceph-0.80.10-cpp-backport.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-diff --git a/src/common/RWLock.h b/src/common/RWLock.h
-index 1a70ef1..2676ede 100644
 a/src/common/RWLock.h
-+++ b/src/common/RWLock.h
-@@ -18,6 +18,7 @@
- #define CEPH_RWLock_Posix__H
- 
- #include 
-+#include "include/assert.h"
- #include "lockdep.h"
- #include "include/atomic.h"
- 
-diff --git a/src/osd/ECBackend.cc b/src/osd/ECBackend.cc
-index 39e3429..64cd74f 100644
 a/src/osd/ECBackend.cc
-+++ b/src/osd/ECBackend.cc
-@@ -13,7 +13,7 @@
-  */
- 
- #include 
--#include 
-+#include 
- #include 
- #include 
- 
-@@ -81,7 +81,7 @@ ostream &operator<<(ostream &lhs, const 
ECBackend::read_result_t &rhs)
-   lhs << "read_result_t(r=" << rhs.r
-   << ", errors=" << rhs.errors;
-   if (rhs.attrs) {
--lhs << ", attrs=" << rhs.attrs;
-+lhs << ", attrs=" << rhs.attrs.get();
-   } else {
- lhs << ", noattrs";
-   }
-diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc
-index c8fb01e..b04f8f4 100644
 a/src/osd/ReplicatedPG.cc
-+++ b/src/osd/ReplicatedPG.cc
-@@ -5065,7 +5065,10 @@ void ReplicatedPG::do_osd_op_effects(OpContext *ctx)
-   for (list::iterator p = ctx->notify_acks.begin();
-p != ctx->notify_acks.end();
-++p) {
--dout(10) << "notify_ack " << make_pair(p->watch_cookie, p->notify_id) << 
dendl;
-+if (p->watch_cookie)
-+  dout(10) << "notify_ack " << make_pair(p->watch_cookie.get(), 
p->notify_id) << dendl;
-+else
-+  dout(10) << "notify_ack " << make_pair("NULL", p->notify_id) << dendl;
- for (map, WatchRef>::iterator i =
-  ctx->obc->watchers.begin();
-i != ctx->obc->watchers.end();

diff --git a/sys-cluster/ceph/files/ceph-0.94.7-monitor-security.patch 
b/sys-cluster/ceph/files/ceph-0.94.7-monitor-security.patch
deleted file mode 100644
index b225a6fd6b..00
--- a/sys-cluster/ceph/files/ceph-0.94.7-monitor-security.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From b78a1be835706e7dabc505be343945d0ac05697d Mon Sep 17 00:00:00 2001
-From: Kefu Chai 
-Date: Thu, 30 Jun 2016 13:24:22 +0800
-Subject: [PATCH] mon: Monitor: validate prefix on handle_command()
-
-Fixes: http://tracker.ceph.com/issues/16297
-
-Signed-off-by: You Ji 
-(cherry picked from commit 7cb3434fed03a5497abfd00bcec7276b70df0654)
-
-Conflicts:
-src/mon/Monitor.cc (the signature of Monitor::reply_command()
-changed a little bit in master, so adapt the
-commit to work with the old method)

- src/mon/Monitor.cc   | 23 ++-
- src/test/librados/cmd.cc | 35 +++
- 2 files changed, 57 insertions(+), 1 deletion(-)
-
-diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc
-index 48563ad..d499f0c 100644
 a/src/mon/Monitor.cc
-+++ b/src/mon/Monitor.cc
-@@ -2565,7 +2565,19 @@ void Monitor::handle_command(MMonCommand *m)
- return;
-   }
- 
--  cmd_getval(g_ceph_context, cmdmap, "prefix", prefix);
-+  // check return value. If no prefix parameter provided,
-+  // return value will be false, then return error info.
-+  if(!cmd_getval(g_ceph_context, cmdmap, "prefix", prefix)) {
-+reply_command(m, -EINVAL, "command prefix not found", 0);
-+return;
-+  }
-+
-+  // check prefix is empty
-+  if (prefix.empty()) {
-+reply_command(m, -EINVAL, "command prefix must not be empty", 0);
-+return;
-+  }
-+
-   if (prefix == "get_command_descriptions") {
- bufferlist rdata;
- Formatter *f = Formatter::create("json");
-@@ -2586,6 +2598,15 @@ void Monitor::handle_command(MMonCommand *m)
-   boost::scoped_ptr f(Formatter::create(format));
- 
-   get_str_vec(prefix, fullcmd);
-+
-+  // make sure fullcmd is not empty.
-+  // invalid prefix will cause empty vector fullcmd.
-+  // such as, prefix=";,,;"
-+  if (fullcmd.empty()) {
-+reply_command(m, -EINVAL, "command requires a prefix to be valid", 0);
-+return;
-+  }
-+
-   module = fullcmd[0];
- 
-   // validate command is in leader map
-diff --git a/src/test/librados/cmd.cc b/src/test/librados/cmd.cc
-

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

2017-02-10 Thread Patrice Clement
commit: c9082ff0278213383f113535ff83b5d73cd1ee97
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Feb 10 22:25:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 10 22:25:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9082ff0

dev-java/cssparser: stable for amd64+x86.

Package-Manager: portage-2.3.3

 dev-java/cssparser/Manifest| 2 +-
 dev-java/cssparser/cssparser-0.9.20.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-java/cssparser/Manifest b/dev-java/cssparser/Manifest
index c35aea0f1c..9540aa3352 100644
--- a/dev-java/cssparser/Manifest
+++ b/dev-java/cssparser/Manifest
@@ -1,3 +1,3 @@
 DIST cssparser-0.9.19-sources.jar 241192 SHA256 
a6213bad3c363e3402f0170b56e210e1e93344e0e158d710e402ac40ec11cd73 SHA512 
635155a5d491749a366a36ec5501e8aae574947a63834b701f8a6fd61f262793b8d1d25e98ed5a6b336095e1270919a015b1654ce248421f3dbcffa04101b439
 WHIRLPOOL 
8b2a4216e9d546bb927d207d603d9112620233837f347b444fbd267478f60e3c6d8994d2b414a6dba22b2ba8c04c907aca35ea67c57278e3a25b30538677b41d
-DIST cssparser-0.9.20-sources.jar 241231 SHA256 
1a486e005d1e13a76e8ec03b887fe624419016ff67f2b627caf15bf4178a69ae SHA512 
e65ade843b5ebb899850b86602756a8abb8b4a86922193483701dbd4b4a3a6d9eb937f8e5565ff3d46886727d4ccbfccd744dd9262584175cbf22d32cbd6e97d
 WHIRLPOOL 
50d412ca506c86b131cce19556d0bb7ab23996a09b2471ec98a7fb7f372d3997f0387270460e1ac4904634b4f5e34ff5e0ebd1c553b50468781658bad0e284d8
+DIST cssparser-0.9.20.jar 241231 SHA256 
1a486e005d1e13a76e8ec03b887fe624419016ff67f2b627caf15bf4178a69ae SHA512 
e65ade843b5ebb899850b86602756a8abb8b4a86922193483701dbd4b4a3a6d9eb937f8e5565ff3d46886727d4ccbfccd744dd9262584175cbf22d32cbd6e97d
 WHIRLPOOL 
50d412ca506c86b131cce19556d0bb7ab23996a09b2471ec98a7fb7f372d3997f0387270460e1ac4904634b4f5e34ff5e0ebd1c553b50468781658bad0e284d8
 DIST cssparser-0.9.21.jar 245708 SHA256 
63b18f55fb96d87319c83a8ecfaf952515543a6dcec8d5780824c3b481be932f SHA512 
ae3f098cadfb802c5f809919e0802a0ac90d5e1c1466d04db1c505724cea0d0513c440de173a47e5251e73e1551d754c3550bec02421b4318332d471a23d29d2
 WHIRLPOOL 
d01a2668f3e66f56f8bcba1a326dd374bbfb5161e276b73ea397620b0d0c6dc1af1d9b8c226eae3b27be5bd53019da7c588bf30ade2bfc3b305aa8c147fbbc12

diff --git a/dev-java/cssparser/cssparser-0.9.20.ebuild 
b/dev-java/cssparser/cssparser-0.9.20.ebuild
index 4d9963ba4a..ad7b0b9aa4 100644
--- a/dev-java/cssparser/cssparser-0.9.20.ebuild
+++ b/dev-java/cssparser/cssparser-0.9.20.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
 # $Id$
 EAPI=5
@@ -9,10 +9,10 @@ inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="API for parsing CSS 2 in Java"
 HOMEPAGE="http://cssparser.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
+SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar -> ${P}.jar"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 CDEPEND="dev-java/sac:0"
 



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

2017-02-10 Thread Patrice Clement
commit: 7b29d9caedf92065a3c4afb91ca9a628cdf4d047
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Feb 10 22:26:22 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 10 22:26:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b29d9ca

dev-java/cssparser: remove old.

Package-Manager: portage-2.3.3

 dev-java/cssparser/Manifest|  1 -
 dev-java/cssparser/cssparser-0.9.19.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-java/cssparser/Manifest b/dev-java/cssparser/Manifest
index 9540aa3352..f1ef00778c 100644
--- a/dev-java/cssparser/Manifest
+++ b/dev-java/cssparser/Manifest
@@ -1,3 +1,2 @@
-DIST cssparser-0.9.19-sources.jar 241192 SHA256 
a6213bad3c363e3402f0170b56e210e1e93344e0e158d710e402ac40ec11cd73 SHA512 
635155a5d491749a366a36ec5501e8aae574947a63834b701f8a6fd61f262793b8d1d25e98ed5a6b336095e1270919a015b1654ce248421f3dbcffa04101b439
 WHIRLPOOL 
8b2a4216e9d546bb927d207d603d9112620233837f347b444fbd267478f60e3c6d8994d2b414a6dba22b2ba8c04c907aca35ea67c57278e3a25b30538677b41d
 DIST cssparser-0.9.20.jar 241231 SHA256 
1a486e005d1e13a76e8ec03b887fe624419016ff67f2b627caf15bf4178a69ae SHA512 
e65ade843b5ebb899850b86602756a8abb8b4a86922193483701dbd4b4a3a6d9eb937f8e5565ff3d46886727d4ccbfccd744dd9262584175cbf22d32cbd6e97d
 WHIRLPOOL 
50d412ca506c86b131cce19556d0bb7ab23996a09b2471ec98a7fb7f372d3997f0387270460e1ac4904634b4f5e34ff5e0ebd1c553b50468781658bad0e284d8
 DIST cssparser-0.9.21.jar 245708 SHA256 
63b18f55fb96d87319c83a8ecfaf952515543a6dcec8d5780824c3b481be932f SHA512 
ae3f098cadfb802c5f809919e0802a0ac90d5e1c1466d04db1c505724cea0d0513c440de173a47e5251e73e1551d754c3550bec02421b4318332d471a23d29d2
 WHIRLPOOL 
d01a2668f3e66f56f8bcba1a326dd374bbfb5161e276b73ea397620b0d0c6dc1af1d9b8c226eae3b27be5bd53019da7c588bf30ade2bfc3b305aa8c147fbbc12

diff --git a/dev-java/cssparser/cssparser-0.9.19.ebuild 
b/dev-java/cssparser/cssparser-0.9.19.ebuild
deleted file mode 100644
index 7d6ace081b..00
--- a/dev-java/cssparser/cssparser-0.9.19.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="API for parsing CSS 2 in Java"
-HOMEPAGE="http://cssparser.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-CDEPEND="dev-java/sac:0"
-
-DEPEND="
-   ${CDEPEND}
-   >=virtual/jdk-1.6"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-JAVA_GENTOO_CLASSPATH="sac"



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

2017-02-10 Thread Patrice Clement
commit: 70232809d4be3521b6533bde7aaeb45edb09b11e
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Feb 10 22:30:00 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 10 22:30:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70232809

dev-python/jpype: version bump.

Package-Manager: portage-2.3.3

 dev-python/jpype/Manifest   |  1 +
 dev-python/jpype/jpype-0.6.2.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/jpype/Manifest b/dev-python/jpype/Manifest
index 06504b3138..2b049e0ed5 100644
--- a/dev-python/jpype/Manifest
+++ b/dev-python/jpype/Manifest
@@ -1 +1,2 @@
 DIST jpype-0.6.1.zip 251407 SHA256 
63ad841bae8d4a75e657f867122ef569ef6e9545d6880d30da63930bc74816e5 SHA512 
e3cdae95a394f5b57049f444e4da442a75938279f77d74304ac6a45bf00eb4110d3a63b5580e30d8264f195f848639f6b4e973e48510d0f5cd60c475ce2f
 WHIRLPOOL 
5ae85f6a1e52f8fc26242f8772f467df06bca15447db9ac3881e1688bb86966aa3eeb542ad228779b286be3b7ece46cba13b15835bb6914eb2861122f614429f
+DIST jpype-0.6.2.zip 260812 SHA256 
f1138b3836a1e236b2d9d18e223c5ee9bcc0fd3c9ecd482b6f02104db69bc40d SHA512 
f4ce5fe6e0f920f6c17bc8815c09fb54909f105fb4cf022856482680f24305a002ce00354cf44c730b34220d12f1d926971b246d0a938bb411401b0656486091
 WHIRLPOOL 
26e3686beb9cd62e9e7bd5d53b7b960e571767690e8c26b4022efece2f3de4f9a0349e561ee46267db542404077b7d2d985b226fc27c56864858cb7cbd8d36d8

diff --git a/dev-python/jpype/jpype-0.6.2.ebuild 
b/dev-python/jpype/jpype-0.6.2.ebuild
new file mode 100644
index 00..0b1edf0d02
--- /dev/null
+++ b/dev-python/jpype/jpype-0.6.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit java-pkg-2 distutils-r1
+
+DESCRIPTION="JPype is an effort to allow Python programs full access to Java 
class librairies"
+HOMEPAGE="https://github.com/originell/jpype";
+SRC_URI="https://github.com/originell/${PN}/archive/v${PV}.zip -> ${P}.zip"
+
+LICENSE="Apache-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+S="${WORKDIR}/${P}"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=virtual/jdk-1.6"
+
+python_compile() {
+   if ! python_is_python3; then
+   local CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+   export CXXFLAGS
+   fi
+   distutils-r1_python_compile
+}
+
+python_install() {
+   use doc && local DOCS=( doc/* )
+   use examples && local EXAMPLES=( examples/. )
+   distutils-r1_python_install
+}



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

2017-02-10 Thread Patrice Clement
commit: b8c35d14dd3f9d75f8eb121384a9e464de394c9a
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Feb 10 22:25:16 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 10 22:25:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c35d14

dev-java/cssparser: version bump.

Package-Manager: portage-2.3.3

 dev-java/cssparser/Manifest|  1 +
 dev-java/cssparser/cssparser-0.9.21.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-java/cssparser/Manifest b/dev-java/cssparser/Manifest
index 9481785129..c35aea0f1c 100644
--- a/dev-java/cssparser/Manifest
+++ b/dev-java/cssparser/Manifest
@@ -1,2 +1,3 @@
 DIST cssparser-0.9.19-sources.jar 241192 SHA256 
a6213bad3c363e3402f0170b56e210e1e93344e0e158d710e402ac40ec11cd73 SHA512 
635155a5d491749a366a36ec5501e8aae574947a63834b701f8a6fd61f262793b8d1d25e98ed5a6b336095e1270919a015b1654ce248421f3dbcffa04101b439
 WHIRLPOOL 
8b2a4216e9d546bb927d207d603d9112620233837f347b444fbd267478f60e3c6d8994d2b414a6dba22b2ba8c04c907aca35ea67c57278e3a25b30538677b41d
 DIST cssparser-0.9.20-sources.jar 241231 SHA256 
1a486e005d1e13a76e8ec03b887fe624419016ff67f2b627caf15bf4178a69ae SHA512 
e65ade843b5ebb899850b86602756a8abb8b4a86922193483701dbd4b4a3a6d9eb937f8e5565ff3d46886727d4ccbfccd744dd9262584175cbf22d32cbd6e97d
 WHIRLPOOL 
50d412ca506c86b131cce19556d0bb7ab23996a09b2471ec98a7fb7f372d3997f0387270460e1ac4904634b4f5e34ff5e0ebd1c553b50468781658bad0e284d8
+DIST cssparser-0.9.21.jar 245708 SHA256 
63b18f55fb96d87319c83a8ecfaf952515543a6dcec8d5780824c3b481be932f SHA512 
ae3f098cadfb802c5f809919e0802a0ac90d5e1c1466d04db1c505724cea0d0513c440de173a47e5251e73e1551d754c3550bec02421b4318332d471a23d29d2
 WHIRLPOOL 
d01a2668f3e66f56f8bcba1a326dd374bbfb5161e276b73ea397620b0d0c6dc1af1d9b8c226eae3b27be5bd53019da7c588bf30ade2bfc3b305aa8c147fbbc12

diff --git a/dev-java/cssparser/cssparser-0.9.21.ebuild 
b/dev-java/cssparser/cssparser-0.9.21.ebuild
new file mode 100644
index 00..8c552d7483
--- /dev/null
+++ b/dev-java/cssparser/cssparser-0.9.21.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="API for parsing CSS 2 in Java"
+HOMEPAGE="http://cssparser.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar -> ${P}.jar"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/sac:0"
+
+DEPEND="
+   ${CDEPEND}
+   >=virtual/jdk-1.6"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+JAVA_GENTOO_CLASSPATH="sac"



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

2017-02-10 Thread Lars Wendler
commit: a41090ddfc2ac8b1cf55b0b52b37f0304858e349
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb 10 22:15:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb 10 22:15:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41090dd

sys-apps/file: Bump to version 5.30

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/file/Manifest |   1 +
 sys-apps/file/file-5.30.ebuild | 110 +
 2 files changed, 111 insertions(+)

diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
index 61881b55ef..6ad0923353 100644
--- a/sys-apps/file/Manifest
+++ b/sys-apps/file/Manifest
@@ -1,2 +1,3 @@
 DIST file-5.25.tar.gz 739485 SHA256 
3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca SHA512 
4a5176a7e80df2bb7e45916490433d22eb98a442d49d04146afcbdcf92ff619ea3e73e95c8991e6b6a0628efb9d127bfa4aafc1cae523f8261ca693bc5e13402
 WHIRLPOOL 
70c682ff05e58487a551cd98091e27272baa41e034157bec93ac4d69b2f3e93caed40f37d64ef698527124e86ba4a5cb5975abacfd9eb30e4d3583262e5f0b0b
 DIST file-5.29.tar.gz 783919 SHA256 
ea661277cd39bf8f063d3a83ee875432cc3680494169f952787e002bdd3884c0 SHA512 
58db17a6bea5d71723f3f7d25300985b3aa78f27fdb1e8b9bb41e61dc325236acaca7c1475cc2725ed672151e1764892dff83d37c24313fe26f45ee3388d4462
 WHIRLPOOL 
e80f117f3db08707c197db2f30aa81407c85b6a5ff0125b41a311c1d6f7dfbf3c0a315ebd1115bef3eecf05beed1fad3570a90d047ecbc7d3a29adcb8ea5c094
+DIST file-5.30.tar.gz 789345 SHA256 
694c2432e5240187524c9e7cf1ec6acc77b47a0e19554d34c14773e43dbbf214 SHA512 
473ee57517b449bae0832c17c9db914162c2404f0c669951f13a53f44ae288e6075907bac44fcfa8915f3d9313981a8bc15ea7e9851f584f95988bc76b2f20fc
 WHIRLPOOL 
948a7bd73e6527819ca371f6ac7eeb809c6b508d836516a10ba3842ec17cf72739e2aed16006eb316df2e8053b471190007eafc0b430cf5d47ff609db0bebcde

diff --git a/sys-apps/file/file-5.30.ebuild b/sys-apps/file/file-5.30.ebuild
new file mode 100644
index 00..fd2802a855
--- /dev/null
+++ b/sys-apps/file/file-5.30.ebuild
@@ -0,0 +1,110 @@
+# 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} pypy )
+DISTUTILS_OPTIONAL=1
+
+inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="git://github.com/glensc/file.git"
+   inherit autotools git-r3
+else
+   SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
+   ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+DESCRIPTION="identify a file's format by scanning binary data for patterns"
+HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/";
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="python static-libs zlib"
+
+DEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
+RDEPEND="${DEPEND}
+   python? ( !dev-python/python-magic )"
+
+src_prepare() {
+   [[ ${PV} == "" ]] && eautoreconf
+   elibtoolize
+
+   # don't let python README kill main README #60043
+   mv python/README{,.python}
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} \
+   econf \
+   --enable-fsect-man5 \
+   $(use_enable static-libs static) \
+   $(use_enable zlib)
+}
+
+src_configure() {
+   # when cross-compiling, we need to build up our own file
+   # because people often don't keep matching host/target
+   # file versions #362941
+   if tc-is-cross-compiler && ! ROOT=/ has_version ~${CATEGORY}/${P} ; then
+   mkdir -p "${WORKDIR}"/build
+   cd "${WORKDIR}"/build
+   tc-export_build_env BUILD_C{C,XX}
+   ECONF_SOURCE=${S} \
+   ac_cv_header_zlib_h=no \
+   ac_cv_lib_z_gzopen=no \
+   CHOST=${CBUILD} \
+   CFLAGS=${BUILD_CFLAGS} \
+   CXXFLAGS=${BUILD_CXXFLAGS} \
+   CPPFLAGS=${BUILD_CPPFLAGS} \
+   LDFLAGS="${BUILD_LDFLAGS} -static" \
+   CC=${BUILD_CC} \
+   CXX=${BUILD_CXX} \
+   econf --disable-shared
+   fi
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi ; then
+   emake
+   else
+   cd src
+   emake magic.h #586444
+   emake libmagic.la
+   fi
+}
+
+src_compile() {
+   if tc-is-cross-compiler && ! ROOT=/ has_version "~${CATEGORY}/${P}" ; 
then
+   emake -C "${WORKDIR}"/build/src magic.h #586444
+   emake -C "${

[gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/

2017-02-10 Thread David Seifert
commit: 2b04987c400e82834639f9ffb2efc86a63d3f0c3
Author: Karol Grudziński  gmail  com>
AuthorDate: Sat Feb  4 14:32:03 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 22:07:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b04987c

net-im/skypeforlinux: Version bump to 1.17.0.1

Gentoo-bug: 608218
Closes: https://github.com/gentoo/gentoo/pull/3802

 net-im/skypeforlinux/Manifest  |   1 +
 net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild | 112 +
 2 files changed, 113 insertions(+)

diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
index 6ac904af21..7e4e0d67c6 100644
--- a/net-im/skypeforlinux/Manifest
+++ b/net-im/skypeforlinux/Manifest
@@ -1 +1,2 @@
 DIST skypeforlinux_1.16.0.1-1.x86_64.rpm 63509620 SHA256 
9a20934dfaa7680fcd2ff2ea6087074cc703fb5c21fd243750ce36dce1ed46b2 SHA512 
b9a32381c5a3deaf2355c7803f3d39dab20a1173383f3c952f077db7880aaba302ae3e67e6793b1b1b9459e119734b095b971142cc818a9e7dfe6370b4a8df28
 WHIRLPOOL 
6f066af386323dd2fc4ab6e590d5c296928f4a0e580efaed5d155a28c59ccfc629ec23de8db29c52f71d5ae966cfa117d4933359a6a6e39d3f6257f383f0a1c8
+DIST skypeforlinux_1.17.0.1-1.x86_64.rpm 63527308 SHA256 
3eb614781bb55d3e29097192bf4bab3ab1df4215d63e0c610375fce361d95c20 SHA512 
2d11c1bae5c13812b61c6aa91d215faefe0c0920f4c9d69741906f1d47db501f0f15dabcfe1675c0439fc855eff6a258b2104fb9b213d0fadcd5432b03be6ca4
 WHIRLPOOL 
3f91650271579e810ddf3e7c1988ae75ecdc782f5ebddf69dff7ddc824dd98dfcec2c8211ffdbad53e021fe9959a9beec64c9966f57e565ba8157c17110bb888

diff --git a/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild 
b/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild
new file mode 100644
index 00..1063c37616
--- /dev/null
+++ b/net-im/skypeforlinux/skypeforlinux-1.17.0.1.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils rpm
+
+DESCRIPTION="P2P Internet Telephony (VoiceIP) client"
+HOMEPAGE="https://www.skype.com/";
+SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm";
+
+LICENSE="Skype-TOS no-source-code"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="pax_kernel"
+
+S="${WORKDIR}"
+QA_PREBUILT=opt/skypeforlinux/skypeforlinux
+RESTRICT="mirror bindist strip" #299368
+
+RDEPEND="dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   gnome-base/libgnome-keyring
+   media-libs/alsa-lib
+   media-libs/fontconfig:1.0
+   media-libs/freetype:2
+   net-print/cups
+   sys-apps/dbus
+   sys-devel/gcc[cxx]
+   sys-libs/glibc
+   virtual/ttf-fonts
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango"
+
+src_unpack() {
+   rpm_src_unpack ${A}
+}
+
+src_prepare() {
+   default
+   sed -e 
"s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
+   -i usr/bin/skypeforlinux || die
+   sed -e "s!^Exec=.*!Exec=${EPREFIX}/opt/bin/skypeforlinux!" \
+   -e 
"s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
+   -i usr/share/applications/skypeforlinux.desktop || die
+}
+
+src_install() {
+   insinto /opt/skypeforlinux/locales
+   doins usr/share/skypeforlinux/locales/*.pak
+
+   insinto 
/opt/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release
+   doins 
usr/share/skypeforlinux/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node
+
+   insinto /opt/skypeforlinux/resources
+   doins usr/share/skypeforlinux/resources/*.asar
+
+   insinto /opt/skypeforlinux
+   doins usr/share/skypeforlinux/*.pak
+   doins usr/share/skypeforlinux/*.bin
+   doins usr/share/skypeforlinux/*.dat
+   doins usr/share/skypeforlinux/version
+   exeinto /opt/skypeforlinux
+   doexe usr/share/skypeforlinux/*.so
+   doexe usr/share/skypeforlinux/skypeforlinux
+
+   into /opt
+   dobin usr/bin/skypeforlinux
+
+   dodoc -r usr/share/doc/skypeforlinux/.
+
+   doicon usr/share/pixmaps/skypeforlinux.png
+
+   local res
+   for res in 16 32 256 512; do
+   newicon -s ${res} 
usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png
+   done
+
+   domenu usr/share/applications/skypeforlinux.desktop
+
+   if use pax_kernel; then
+   paxctl -Cm "${ED%/}"/opt/skypeforlinux/skypeforlinux || die
+   eqawarn "You have set USE=pax_kernel meaning that you intend to 
run"
+   eqawarn "$

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

2017-02-10 Thread Christoph Junghans
commit: 8cf5d4091d8467aa2a74e469e535d830a9d09640
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Feb 10 21:55:31 2017 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Feb 10 21:55:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf5d409

profiles/arch/arm: mask java for openmpi

 profiles/arch/arm/package.use.mask | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index f724b6f7dc..5e995d0d25 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -4,7 +4,7 @@
 
 # Christoph Junghans  (05 Feb 2017)
 # Mask some fabrics
-sys-cluster/openmpi openmpi_fabrics_psm openmpi_fabrics_knem 
openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl 
openmpi_rm_slurm openmpi_ofed_features_rdmacm
+sys-cluster/openmpi java openmpi_fabrics_psm openmpi_fabrics_knem 
openmpi_fabrics_open-mx openmpi_fabrics_ofed openmpi_fabrics_dapl 
openmpi_rm_slurm openmpi_ofed_features_rdmacm
 
 # Luke Dashjr  (04 Jan 2017)
 # Assembly optimisations are supported on arm since 0.0.0_pre20161213
@@ -24,10 +24,6 @@ games-emulation/dosbox glide
 # sci-libs/gdal[mdb] requires dev-java/jackcess which is not keyworded
 >=sci-libs/gdal-2.0.3 mdb
 
-# Christoph Junghans  (11 Sep 2016)
-# Missing keywords on openmpi deps
-sys-cluster/openmpi openmpi_fabrics_ofed openmpi_fabrics_knem 
openmpi_fabrics_psm openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_rdmacm
-
 # Gilles Dartiguelongue  (23 Aug 2016)
 # Missing keywords on media-libs/grilo - bug #521972
 media-sound/rhythmbox upnp-av



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/

2017-02-10 Thread Brian Dolbec
commit: 987de994d63d7134eb92a7329e5e0bd11a6cdb44
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Feb 10 21:44:19 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:49:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987de994

dev-util/buildbot-waterfall-view: Version bump

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 dev-util/buildbot-waterfall-view/Manifest  |  1 +
 .../buildbot-waterfall-view-0.9.4.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-util/buildbot-waterfall-view/Manifest 
b/dev-util/buildbot-waterfall-view/Manifest
index e0813d0013..ab68179bf0 100644
--- a/dev-util/buildbot-waterfall-view/Manifest
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -2,3 +2,4 @@ DIST buildbot-waterfall-view-0.9.0.post1.tar.gz 704789 SHA256 
0f5469dfa30572b5f8
 DIST buildbot-waterfall-view-0.9.1.tar.gz 704434 SHA256 
b5026f746a0bea9af544f4ad46b21781e4dccaf64bf645ee5dc747e442100fbb SHA512 
f97d974aee73cc84c4f9699a1bf4765434e31ed3b6ad2da58fff1da13a59f4cd327b736da19018c7e5ad609da5a3ba87ab9f4f11c28e8d3120d3c1a2796673ef
 WHIRLPOOL 
c481e3b8afe3ef7ea071b2259ea5df02e569e468043de58e1dc2eb34a827be8e99eb46bd1f9f9f22b75c2ee9068917b5ecf588c8b06124251b08ba4713dd8b67
 DIST buildbot-waterfall-view-0.9.2.tar.gz 704942 SHA256 
1be89234e8555c7c058a4b176e19e751edcbca4e0e415f09bec492668ac0da1e SHA512 
b7c20175da7746ea650507dc79eb64fdb8d601ccfa7778120e9aa4653ae14f951d80fa79d016a77d0259ac56a3acb0326dad1325150e5db88bad044c31d79d74
 WHIRLPOOL 
bb3b6560e55c9e4a4b146b8e9bc27e6bf2560b972dfd14fd75ed823cc33250fbf3bcd2e8b86b54ffdbde82010de0d0d1753c72620befef285a24501304473dcc
 DIST buildbot-waterfall-view-0.9.3.tar.gz 705482 SHA256 
cf3c83a3bc5682d235800c17dc5cf0fe54c165b5c7004e810c13da0f34137d0c SHA512 
8eda91f327c73b674bc474bdd2139e9565482e59b4acc9ee9eb6d940ba8606c1f2985bce53511a827974552708ab1c6e31e64a5874deb4d16dea434c0b11067e
 WHIRLPOOL 
3c57366b27f26b554762eb056ea938384572c0975a873582f54545d5e53d78e3d3d7ed7de1b88a0f5b68ab7fae93e7e59b0c3568e0f346b62a79e8eb1c0a6c09
+DIST buildbot-waterfall-view-0.9.4.tar.gz 705483 SHA256 
4e8e8d85a77a95fb6ec6e9b0eaa4a774f80cbc6f3a6568f8525d4c90f336b69f SHA512 
b619e366b2d276ec956c7f2b814fbea5ad8d626f21d365f586fb93d9ddd8d90c6e3f290a6404b401051e780b228b84f78642f876783c0da6e96549f0e2c9929c
 WHIRLPOOL 
f6622afe37931b1525f4234b138d7cd6c296ab92ea00a476eab2b8cd00192972e2b3ca936d54d01b5ed4d93441824d79734b179153614f568a3023ecb308fcfd

diff --git 
a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.4.ebuild 
b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.4.ebuild
new file mode 100644
index 00..cc3da16e92
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-0.9.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot waterfall-view plugin"
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-waterfall-view";
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-console-view/

2017-02-10 Thread Brian Dolbec
commit: 460a4f1303a7ea8b12e6de5803583e7acf2579b1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Feb 10 21:43:34 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460a4f13

dev-util/buildbot-console-view: Version bump

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 dev-util/buildbot-console-view/Manifest|  1 +
 .../buildbot-console-view-0.9.4.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-util/buildbot-console-view/Manifest 
b/dev-util/buildbot-console-view/Manifest
index f443e25e53..7ddd49f26f 100644
--- a/dev-util/buildbot-console-view/Manifest
+++ b/dev-util/buildbot-console-view/Manifest
@@ -2,3 +2,4 @@ DIST buildbot-console-view-0.9.0.post1.tar.gz 630459 SHA256 
1415fb5afaa5a450a383
 DIST buildbot-console-view-0.9.1.tar.gz 630486 SHA256 
028288d2ba8f7c79043c8b0751a53cfedf50f3134dbf57740d310dc708f71cef SHA512 
d5936c0494e626ad8db5b1f75994978805d0e65d57b9c4bcce7b1584f32699b4ca2023504b647b54f91ab669e084b7d18973060b512a316808cd892aca2e8fdd
 WHIRLPOOL 
7476cb96e63da87953a6602ceca3aa75eaa0cb6d10e3d49871d333c476b185a068a0fe17ed07d9715ad7c148d686701a702a5366fdf05d96149a6ffb49ae5839
 DIST buildbot-console-view-0.9.2.tar.gz 630903 SHA256 
a5acb36e20410bd8fe7a6a34c3afd83115e80651f92f1705a0641e526344e74a SHA512 
6b1e05b7b846ecd5cd0d1f091c5cb2f3fe9a7cb6db5651ad406cf7f62fc04ebe68390b459fab78c166b864305135dee7f982f1fbc02ec67060ac3d64c0b90edc
 WHIRLPOOL 
c3796d9b60149592d2c0c1c92f91c11039f47fb0260e3ce549b48f251637c0a49a6b83c69b71383838984fdf6b4aeab3508a93b8303c14bada2de0d87cc4d4e7
 DIST buildbot-console-view-0.9.3.tar.gz 631462 SHA256 
b389b4024e52824463e696d3ed9a56de8ea5de60abb01ddbb6e2f402ea547fe6 SHA512 
0fc51252e323917f64f175ee2cfd46bdab7dc07a921d0fb74c0b5828cc5212ef5f5d2ae43c1f1fe5e2c32a0dab19a52d6bb7c7bb3ce50bdfdb18af02eaf4de82
 WHIRLPOOL 
63ad18e39c228226ce2ab5441785b013051c732738e54190c214a0a35476fc78e0f5b3c731ecce520f5920777bf728f20e2f0a42615ea9a4049c6f7fab4956df
+DIST buildbot-console-view-0.9.4.tar.gz 631510 SHA256 
16d1ab8801439d50d712883ab155530840588d4d77ab600299ead0ef23da5bf0 SHA512 
f2e99e58acea3eebec7600a23597c6235fe93532653352c8e427d4b55a14066534dbc046de02856d738a5943ccdaed0ac14643a830d9d11acf76f6d1760def03
 WHIRLPOOL 
1d3ec1476d69e68f9bd752f5ff88796b504b997373e82f3428e5ead44f7c19c66278448e61aa1a36bd1d3e2bc7e55e21877537b8d02f9add0d12c5dd7c0e24b7

diff --git a/dev-util/buildbot-console-view/buildbot-console-view-0.9.4.ebuild 
b/dev-util/buildbot-console-view/buildbot-console-view-0.9.4.ebuild
new file mode 100644
index 00..62b5c18167
--- /dev/null
+++ b/dev-util/buildbot-console-view/buildbot-console-view-0.9.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="Buildbot console-view plugin"
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-console-view";
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2017-02-10 Thread Brian Dolbec
commit: e33559593adbd43f286abde1aaf860146313eb48
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Feb 10 21:42:27 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3355959

dev-util/buildbot-www: Version bump

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 dev-util/buildbot-www/Manifest  |  1 +
 dev-util/buildbot-www/buildbot-www-0.9.4.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index 8dd131abc5..12f5110cfe 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -2,3 +2,4 @@ DIST buildbot-www-0.9.0.post1.tar.gz 687998 SHA256 
54b6438d46001b97c09b37490e035
 DIST buildbot-www-0.9.1.tar.gz 686034 SHA256 
795a951f62d5313543d6cdb848dfd6c658cf58871021ac7b33a153b76de773b6 SHA512 
0700d73f1b039571082e9209db09d4faa5ffeeff50db5ac1da9cfade70594b680b083d7421244a0d111b80b36699fee4eb01a9fbbd06248e22c1a38d17b8dc11
 WHIRLPOOL 
fcc86e430918876dc45aa12b5d17e976171eb25a1473e18acd91ec045bbc54eeddd2d5e5917b05bde743241560597243ae246173c1be1ac81d086c5cc6fcef18
 DIST buildbot-www-0.9.2.tar.gz 689448 SHA256 
063660ff23874e24b713d16d966beaaff5e0d67c437e3627db834f0631c49f82 SHA512 
a5edf4da2a7e626b329b75242a5f1588c6ee95f4f242f155e23c4fd4c4ea4e372ba74cd23508f1ff4a3105f8086ed6171f9631d96cffbe8c7216a3ead9ac2320
 WHIRLPOOL 
58f2273dc425e6c1219a7dfdc25dcd647a7a94aada970777dd97c5607249ace710fda5c8c728feff703fa7976ac14873595ec4497ff1ddccfd958eecf66d74b4
 DIST buildbot-www-0.9.3.tar.gz 690646 SHA256 
ff0edacd78702f3b2a2052dc2a51c60eaf5859dd0f1aed17fa5ae91579fafa0e SHA512 
3f4d1992ea9da7789a7dbeb06d500e8129d285146ef90e868da2cfc88bdab3de8342befdfd222f0641688353a9dc0a3aedd5324dfd39d1fbca96326176bd9651
 WHIRLPOOL 
17a0acbca3e1d8333772a8a4567e41851901c0f72ffee451d868756f3a3635aa3f88e6dccf1e3a7f83c1daa6c853caed1bd67eeab4f8479b898bab59059d90e3
+DIST buildbot-www-0.9.4.tar.gz 691706 SHA256 
eb2f48aabee5e840aa8a4fce1f95f2fe4e2ae98045f9465d275ee5e263ae04b3 SHA512 
522716f4200c00c1fbf196834279caef0fa2d805c7020d31890ce4d95ade85c5fa4a605d343a4fbf0d404f3088d98a7fd3c39bea58f3b02bc9e4a6daa9e3f6c6
 WHIRLPOOL 
6991e6052b3e5c3fffb83f2808f0b7da4f2267c0b4aa9b3cf3b665ba2046e5f123baf18d8dfbe25780782e9230b488edf1cfee8b3c07241aa59ce99509bb735c

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild
new file mode 100644
index 00..212311e7c4
--- /dev/null
+++ b/dev-util/buildbot-www/buildbot-www-0.9.4.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-www";
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+IUSE="test"
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"
+#[[ ${PV} == * ]] && S=${S}/www/base
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2017-02-10 Thread Brian Dolbec
commit: d20ec73d02910c8ba4fb412494457bdeb177a218
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Feb 10 21:41:32 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20ec73d

dev-util/buildbot-pkg: Version bump

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 dev-util/buildbot-pkg/Manifest  |  1 +
 dev-util/buildbot-pkg/buildbot-pkg-0.9.4.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/dev-util/buildbot-pkg/Manifest b/dev-util/buildbot-pkg/Manifest
index 7e3d808697..47e8ce48fc 100644
--- a/dev-util/buildbot-pkg/Manifest
+++ b/dev-util/buildbot-pkg/Manifest
@@ -2,3 +2,4 @@ DIST buildbot-pkg-0.9.0.post1.tar.gz 3369 SHA256 
7149d8f4d906914b77375855c3de30e
 DIST buildbot-pkg-0.9.1.tar.gz 3800 SHA256 
6dab917d6bc689fef1c6bc30d6af041ce4fc56c3dacd0378957c3d606094f3a3 SHA512 
28b644c64a38d53305c6955a45596c6a27f988363a0d0bd980922842f3d6712b6ee35d74f7124eae5269b95c8755eb4922546d1ea9237b93f8694f4993baa1e8
 WHIRLPOOL 
09fed25389b43f2688db2e60b0ea7ad73fabd5acca893f2ed958214ccc5449373e950bacc297e403560ae0cabf9f588dae63763e3d8204b955d0705ecc6f2230
 DIST buildbot-pkg-0.9.2.tar.gz 3803 SHA256 
7c9c8e0e9c85d129e2147c596588df81f29aec72411b7284a57ebb7cfdba1a6e SHA512 
b64f48fe2fe645282856ac5e720490cdb9af7b0a4763eeeb95777d652d46b8cb5f2b904b8c109ab6bc18a3f9fb01292a3ddc106ef1e89b84059c7ec025bcdda6
 WHIRLPOOL 
58765b2ef28d774d7b862f240017fe90ca1f519fee61e3f33045569418777c6ffe2c48f1bea0affb7b60846c1b139856857bce10b09ce23416dc6be33c8f03ed
 DIST buildbot-pkg-0.9.3.tar.gz 3799 SHA256 
d240d342be4ca01c4597bda039133af8db713ba7b7c2104718d0c357374b2409 SHA512 
64fbcd8afee051afe9b76afec63eb463cf7cd2c89c320dafca2f024923a1dbc49fd67dd9f514d8108b85990ca2981be36ed650fcf37486c7b909bd1329efd832
 WHIRLPOOL 
2bb200ba9b703cec056f3fc1e92130881164193e46a170315bca84b0fac8d743a40e12b0005764b0517133bee973059ce5731a0eb1d5343c28a5bc20556365b1
+DIST buildbot-pkg-0.9.4.tar.gz 3830 SHA256 
968f252f0700fbbcc6cac9f3fcf66d06bd577db5bf793fb3d7c84158f4f64325 SHA512 
ac41792076e5a86ffeb58e694d6aedcf3cf386facf156ce658dfa7c73166c7883c097d160babf6d6ca92c1fba1527db58bade74c3500fb62c448eeecbd840dc0
 WHIRLPOOL 
cb4255c90ae59750aa43fea890d79880bb30958ca36ee27a0f11e859575372dbee82708960dd8862c1ac551b4f9e5b38e4d70c8b7cc87048385c08c31ed455c3

diff --git a/dev-util/buildbot-pkg/buildbot-pkg-0.9.4.ebuild 
b/dev-util/buildbot-pkg/buildbot-pkg-0.9.4.ebuild
new file mode 100644
index 00..32f41c6cd3
--- /dev/null
+++ b/dev-util/buildbot-pkg/buildbot-pkg-0.9.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="git://github.com/buildbot/buildbot.git"
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit distutils-r1
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+
+DESCRIPTION="BuildBot common www build tools for packaging releases"
+HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot-pkg";
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+
+# No real integration tests for this pkg.
+# all tests are related to making releases and final checks for distribution
+
+RDEPEND="
+   ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



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

2017-02-10 Thread Brian Dolbec
commit: 3bad8a09d62bc32fb58cebcdf8f7fc332c99eac1
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Feb 10 20:51:00 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:49:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bad8a09

dev-python/sphinx-jinja:  New package, dep of buildot[doc]

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 dev-python/sphinx-jinja/Manifest  |  1 +
 dev-python/sphinx-jinja/metadata.xml  | 19 ++
 dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild | 24 +++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/sphinx-jinja/Manifest b/dev-python/sphinx-jinja/Manifest
new file mode 100644
index 00..d15289d1a9
--- /dev/null
+++ b/dev-python/sphinx-jinja/Manifest
@@ -0,0 +1 @@
+DIST sphinx-jinja-0.2.1.tar.gz 6676 SHA256 
3f2019339aadc40d0a2161dfbbe9ec1b42028b23fa7b8c13e76ae7710a8356ff SHA512 
4b5239c76493f8eabc2a079d82d52b8bb34e884e308aa7e1205cfa40690854ddd1e4c1aee9f7ff0624eee2588a3af9196a83a79f0f49359df315cb0886f09c94
 WHIRLPOOL 
eb1993579c0b2d8f2e485b5d3780c42f4fbbb42592c7c19b5bea0b416fc7db093c25791b4793257bed2f6b1050ddb1e8a96a80ee2a3ddea9c70142e5ba6e8828

diff --git a/dev-python/sphinx-jinja/metadata.xml 
b/dev-python/sphinx-jinja/metadata.xml
new file mode 100644
index 00..2953abcddf
--- /dev/null
+++ b/dev-python/sphinx-jinja/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   dol-...@gentoo.org
+   Primary maintainer
+   
+   
+   
+   tar...@gmail.com
+   Pierre Tardy
+   
+   sphinx-jinja
+   tardyp/sphinx-jinja
+   
+   A sphinx extension to include jinja based templates
+   based documentation into a sphinx doc
+   
+

diff --git a/dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild 
b/dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild
new file mode 100644
index 00..1ee8291c9a
--- /dev/null
+++ b/dev-python/sphinx-jinja/sphinx-jinja-0.2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension to include jinja based templates into a sphinx 
doc"
+HOMEPAGE="https://github.com/tardyp/sphinx-jinja 
https://pypi.python.org/pypi/sphinx-jinja";
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.0[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"



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

2017-02-10 Thread Brian Dolbec
commit: 76947bc502ce01cf73e167b9afadf49830a70698
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Feb 10 21:52:19 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:52:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76947bc5

dev-util/buildbot-worker: Version bump

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 dev-util/buildbot-worker/Manifest  |  1 +
 .../buildbot-worker/buildbot-worker-0.9.4.ebuild   | 77 ++
 2 files changed, 78 insertions(+)

diff --git a/dev-util/buildbot-worker/Manifest 
b/dev-util/buildbot-worker/Manifest
index 428234ffb2..1203b2027c 100644
--- a/dev-util/buildbot-worker/Manifest
+++ b/dev-util/buildbot-worker/Manifest
@@ -2,4 +2,5 @@ DIST buildbot-worker-0.9.0.post1.tar.gz 95780 SHA256 
9da22fdf23462680a37d3995cde
 DIST buildbot-worker-0.9.1.tar.gz 65852 SHA256 
1d8ec4fd51e7a3a7dd4de7c512b282c221951cbacc6b2eaf15a157f371a0e902 SHA512 
cf5749c6fd67fb72cd7043392efb502608cd2d11374cd43af351904a1b4e82d790338e5f745b47465b5cbf9501d2454d983648a70246c6ae55603ba51261a0d0
 WHIRLPOOL 
e576879f141688e3f79e3cf746491bcc106cb4851f14d4960b10be45b7b01c33c6850fb856d6f083d8510ff78f73016e11250e9ef8864e33bace1834c315dafc
 DIST buildbot-worker-0.9.2.tar.gz 66043 SHA256 
3d05791ac0c556e3e4fe0ef78911ce47eab4fcbb0b5a51a436234ba49b9c236e SHA512 
146c2f2b0c44f5c349459edbe61b448e88f9e42eb1c3b7769a0a07260533e4ad40d2d7bc3df2ebecd355d636834108debe8c2d165a9cdc6d849a537cf5743cc4
 WHIRLPOOL 
f786c3a7ac486a2421877082da08a73079b7655ec0941a9509663983c03874bc8b5c12cb990628d0684db757d493528fab9ea3d99d09c22f2d2bbf606c69d0b5
 DIST buildbot-worker-0.9.3.tar.gz 98622 SHA256 
57b319a34d0118933e7b2488ee29732bc78c55be978fe34a90ef30f208b8d39c SHA512 
a0b6b441eeb71e322a5009d6aa0049cbddc4bd4fc78c14cfd362f80d35385b3ffcf5546614b5920c7cdd574df195f5c510b4acdb925c37ad7e6823f7ab62df33
 WHIRLPOOL 
c349bf7ed402fb90318f89135005976b0dbb8c8fc57679b1d5958ce0fdc52fc7f006aeccc9a3119cdd8c66912a8e6fd7e079471461181effd17d75ce9b16ddba
+DIST buildbot-worker-0.9.4.tar.gz 100889 SHA256 
129e0d3fa9ee34f0f227487b6d1645820d2d4853099a1b0aed56587d3acab965 SHA512 
7d055b7b005ebf1cc8033fb86f5321a9d80e0505c1a8b28b9ba3945323f157d34f34066ee9513e82b05c63af099d6030bf42d6f44533859b4e01983f1114462b
 WHIRLPOOL 
8f2b95a476e93beaba5305137bb1d219a9aff59e8bb4450d6352babe799bb0166c299e7c8ea69e53c467e7e58be2681ddba4ae74ad8ba945221e1059906e5fc1
 DIST buildbot_worker-9-tests.tar.xz 29512 SHA256 
9966f1e368fae1ff05a4cdd801167b33fbad620acba79db21a5c28132dec61a3 SHA512 
55aa3a5061ba0c9246e5029201a3565c6b20b198ccbf7ad3cad29599bdb8f883e8f33290f0f6fdb2e4a7c04f9132e32d762df8241cda8f689d407bb75d048122
 WHIRLPOOL 
9200d3676bf9fa56f36cc0bfc229250f6619512574696bde460ea0410462ac9fe030c5222145599ea1a792003c3ab0a8fc729c2294274e85665da47c81d03fb9

diff --git a/dev-util/buildbot-worker/buildbot-worker-0.9.4.ebuild 
b/dev-util/buildbot-worker/buildbot-worker-0.9.4.ebuild
new file mode 100644
index 00..ad4b6a8fe7
--- /dev/null
+++ b/dev-util/buildbot-worker/buildbot-worker-0.9.4.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+EGIT_REPO_URI="https://github.com/buildbot/buildbot.git";
+
+[[ ${PV} == * ]] && inherit git-r3
+inherit readme.gentoo user distutils-r1
+
+DESCRIPTION="BuildBot Slave Daemon"
+HOMEPAGE="http://buildbot.net/ http://code.google.com/p/buildbot/ 
http://pypi.python.org/pypi/buildbot-worker";
+
+MY_V="${PV/_p/p}"
+MY_P="${PN}-${MY_V}"
+[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} == * ]]; then
+   KEYWORDS=""
+else
+   KEYWORDS="~amd64"
+fi
+IUSE="test"
+
+RDEPEND=">=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
+   || ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+   >=dev-python/twisted-core-8.0.0[${PYTHON_USEDEP}]
+   )
+   dev-python/future[${PYTHON_USEDEP}]
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/, profiles/base/, dev-util/buildbot/files/

2017-02-10 Thread Brian Dolbec
commit: c55e4f15deb6f77dca0240284dd491441e27e9c3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Feb 10 21:19:22 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:49:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55e4f15

dev-util/buildbot: Version bump, enable docs use flag

I now have sphinx docs generation working for this ebuild.
Patches submitted upstream for missing files.

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31
Signed-off-by: Brian Dolbec  gentoo.org>

 dev-util/buildbot/Manifest |   2 +
 ...{buildbot-.ebuild => buildbot-0.9.4.ebuild} |  46 +---
 dev-util/buildbot/buildbot-.ebuild |  17 +--
 dev-util/buildbot/files/buildbot-0.9.4.docs.patch  | 130 +
 profiles/base/package.use.mask |   5 +-
 5 files changed, 173 insertions(+), 27 deletions(-)

diff --git a/dev-util/buildbot/Manifest b/dev-util/buildbot/Manifest
index f8e3b15357..d8f979ee5d 100644
--- a/dev-util/buildbot/Manifest
+++ b/dev-util/buildbot/Manifest
@@ -4,4 +4,6 @@ DIST buildbot-0.9.0.post1.tar.gz 3013406 SHA256 
afd8229c9fd33daa6d8227cd665c75b1
 DIST buildbot-0.9.1.tar.gz 3051975 SHA256 
a9f385f66f5cc3021f4cbfce92496673ebf9171578fa9e5ae4f66732276d64ce SHA512 
c3b845a3607c5eaa0a5076755bc0e285ba7c6809f9d7934fab7c6cf8299610e921034656cf3792113961176a821138c6d069122d4d1f1698f16badf3ef9a0dea
 WHIRLPOOL 
6767878665f09ff7b6219ddcda73487b441f3e33ce580fc2df2f16d430217d4ac38b93e22a3f3abd9c8380ac6e6c93de6767faec1aa5615f82fbe8d8e20759e1
 DIST buildbot-0.9.2.tar.gz 3026977 SHA256 
d33ec059941cf830c8f7b7f336a76e32e7122e2690a27b784efeddc6dbf4564a SHA512 
a1c6345bcceb5c8f4ed600542625eee81e59af00a1b12054fe77e3b4ed5536b7004fcbd07cfc96baa3061193eb79e4290e056cf7157b71831370654c057a2c57
 WHIRLPOOL 
075a00d85df5321180345348a02ac12cc8a1bea36d6e60617ebe54de71ce5a989fcf009822834dad1994a6f83ebb5c6132f350902fd31d5b279c5c13014bb4b9
 DIST buildbot-0.9.3.tar.gz 3031033 SHA256 
c2bc6a8139b0f97d304bfa047a4c414e42ea12ba94e34d82ae7cb356a69d87fb SHA512 
a6f18e88c33fe1eafe0b9b154fb77f0d93db71145faab527ecd5ce53fcbbff48b915de4a02461da87eefbd58a649a56d3a9b16ba759d978e70a70898a15681b7
 WHIRLPOOL 
b62fd5bea0b647b703674024e50731e7713e9488dec570d8e42beabaa2135a81349b955164cf01898b12ab0123d9a8f3b76e3364f65003b8af85a54755b6ad22
+DIST buildbot-0.9.4.docs.tar.xz 69224 SHA256 
69fc33762a885568b02c42954a64d62d28bcb750b3aed011c3da8a9f84c13371 SHA512 
906e551e0db32c8a0b4010b3b8b00c4776e3d1b7d7381e4dc0ccf01d361184e4605c3ab0ecaf4e42207bd73c3e72f8a570a4d4c29db72f4d68241abf48741d7e
 WHIRLPOOL 
95f263e0b9ab22a649118f362d866b08cbdf62511f2a1f9bd6a7265103f174e35d0c8d86ad6a3b7dd5fd0b4277d60dbd25801c5e6f7e414e7fa634c241dae987
+DIST buildbot-0.9.4.tar.gz 3020851 SHA256 
068161cd9ada10b87f40117c768a37ce796ebf5e7bf08f224f4c7ded88cd7472 SHA512 
938a94192560b989a277d9650c50781d7e7c116bc5e2010ccb2e655df757de0ee254369531b2f432c835c0285c724e52d999a393d0ce1b104d4b9dcc5c6687da
 WHIRLPOOL 
0ffe61b82ee93b78cdb3cb74ef96d5a3547e0fcab9ec8093b59a7212c5e2a1ad16eff046306bffcc0ea63b2e0bf2df1e54b5a0874dc78e27744db2088ccac804
 DIST buildbot-test_templates.tar.xz 304 SHA256 
3d581b74c21f88119f7e5f93f381f2004662ca7219aae9a05f0bd3f8cae48317 SHA512 
87ba914896d86f70e2e4b24a51248c475bf24fad4c02e3a99d6d7fa41b5a57f369865b20a7c30dafa3162ba50ccb04de1809b0cf9d53e45537738e4821229866
 WHIRLPOOL 
151dc42ceed8e90c96cdd0b6e937f13019c0d6cd5e2e878ee971cbc69ce4ea56b240b58fa743766bd0d71cafa38279e37be077324eb5ece7b99df46eaf566dfe

diff --git a/dev-util/buildbot/buildbot-.ebuild 
b/dev-util/buildbot/buildbot-0.9.4.ebuild
similarity index 89%
copy from dev-util/buildbot/buildbot-.ebuild
copy to dev-util/buildbot/buildbot-0.9.4.ebuild
index 482ec749cc..81e30b0d72 100644
--- a/dev-util/buildbot/buildbot-.ebuild
+++ b/dev-util/buildbot/buildbot-0.9.4.ebuild
@@ -8,7 +8,6 @@ PYTHON_COMPAT=( python2_7 )
 
 EGIT_REPO_URI="https://github.com/buildbot/${PN}.git";
 
-[[ ${PV} == * ]] && inherit git-r3
 inherit readme.gentoo-r1 user systemd distutils-r1
 
 MY_PV="${PV/_p/p}"
@@ -16,15 +15,14 @@ MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="BuildBot build automation system"
 HOMEPAGE="http://buildbot.net/ https://github.com/buildbot/buildbot 
https://pypi.python.org/pypi/buildbot";
-[[ ${PV} == * ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+SRC_URI="
+   mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz
+   http://dev.gentoo.org/~dolsen/distfiles/buildbot-0.9.4.docs.tar.xz
+"
 
 LICENSE="GPL-2"
 SLOT="0"
-if [[ ${PV} == * ]]; then
-   KEYWORDS=""
-else
-   KEYWORDS="~amd64"
-fi
+KEYWORDS="~amd64"
 
 IUSE="crypt doc examples irc mail manhole test"
 
@@ -60,10 +58,19 @@ RDEPEND=">=dev-python/jinja-2.1[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}]
>=dev-python/txaio-2.2.2[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
"
 DEPEND="${RDEPEND}

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

2017-02-10 Thread Brian Dolbec
commit: bef36e40c8f0b28a2826044c12cc04a9c0795c0c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Feb  8 23:11:09 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Feb 10 21:49:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef36e40

dev-python/sphinxcontrib-blockdiag: New package, dep of buildot[doc]

Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31

 dev-python/sphinxcontrib-blockdiag/Manifest|  1 +
 dev-python/sphinxcontrib-blockdiag/metadata.xml| 15 ++
 .../sphinxcontrib-blockdiag-1.5.5.ebuild   | 34 ++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/sphinxcontrib-blockdiag/Manifest 
b/dev-python/sphinxcontrib-blockdiag/Manifest
new file mode 100644
index 00..cf85bec0d7
--- /dev/null
+++ b/dev-python/sphinxcontrib-blockdiag/Manifest
@@ -0,0 +1 @@
+DIST 1.5.5.tar.gz 12066 SHA256 
eb9085b7125b2f33e3f33770733cdc470a3404c40e6a251cc8b624e5e25c295c SHA512 
4c007e2c394bf90ff84a000cf44ec1d50b39286a32929c89a64320299a70f10e44da35d942e7bb8697a9d61eb6a551f74bd15349cf0b439369aaaf12d175635a
 WHIRLPOOL 
a50fe5c5abbd77dbcb4c19815d974ab22f620a5075ef954b4a30f8294671d7ddd1666c0222c05162377e5c48e6380e01674acd0a7454f38095171000da43b82e

diff --git a/dev-python/sphinxcontrib-blockdiag/metadata.xml 
b/dev-python/sphinxcontrib-blockdiag/metadata.xml
new file mode 100644
index 00..5b3be9f138
--- /dev/null
+++ b/dev-python/sphinxcontrib-blockdiag/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   dol-...@gentoo.org
+   Primary maintainer
+   
+   
+   
+   i.tkom...@gmail.com
+   Takeshi KOMIYA
+   
+   
+   
+

diff --git 
a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild 
b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild
new file mode 100644
index 00..433230b7f1
--- /dev/null
+++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"
+
+HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag";
+
+SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> 
${PV}.tar.gz"
+
+LICENSE="BSD"
+
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}"
+
+python_prepare_all() {
+   sed -i -e /build-base/d setup.cfg || die
+   distutils-r1_python_prepare_all
+}



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

2017-02-10 Thread Matt Thode
commit: 051333e23e9962471427a6c66ef36ed599d1c426
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 10 21:33:09 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 10 21:33:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051333e2

www-apps/icingaweb2: add pdf use flag (allows for exporting pdf)

Package-Manager: portage-2.3.3

 www-apps/icingaweb2/icingaweb2-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-apps/icingaweb2/icingaweb2-.ebuild 
b/www-apps/icingaweb2/icingaweb2-.ebuild
index 799ce70a9f..df67088f48 100644
--- a/www-apps/icingaweb2/icingaweb2-.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-.ebuild
@@ -13,12 +13,13 @@ EGIT_BRANCH="master"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="apache2 ldap mysql nginx postgres"
+IUSE="apache2 ldap mysql nginx pdf postgres"
 REQUIRED_USE="^^ ( apache2 nginx )"
 KEYWORDS=""
 
 DEPEND=">=net-analyzer/icinga2-2.1.1
dev-php/pecl-imagick
+   pdf? ( media-gfx/imagemagick[png] )
apache2? (
>=www-servers/apache-2.4.0
|| (



[gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/, x11-wm/awesome/files/, profiles/arch/x86/

2017-02-10 Thread David Seifert
commit: b1d934d81970d864a5a2844616e24ebca8a535a9
Author: Tomoya Tabuchi  tomoyat1  com>
AuthorDate: Fri Jan 20 07:27:46 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Feb 10 21:21:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d934d8

x11-wm/awesome: Version bump to 4.0

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3559

 profiles/arch/x86/package.use.mask |   5 +
 x11-wm/awesome/Manifest|   1 +
 x11-wm/awesome/awesome-4.0.ebuild  | 110 +
 .../awesome/files/awesome-4.0-cflag-cleanup.patch  |  11 +++
 .../awesome/files/awesome-4.0-convert-path.patch   |  11 +++
 5 files changed, 138 insertions(+)

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index cf82a47f90..2b94219b49 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -4,6 +4,11 @@
 
 # This file requires >=portage-2.1.1
 
+# David Seifert  (10 Feb 2017)
+# Requires dev-lua/ldoc for building documentation,
+# which is only keyworded for amd64
+x11-wm/awesome doc
+
 # Alexis Ballier  (31 Jan 2017)
 # nvidia drivers are unmasked here
 media-video/ffmpeg -nvenc

diff --git a/x11-wm/awesome/Manifest b/x11-wm/awesome/Manifest
index 82db9ed42e..caa81c864e 100644
--- a/x11-wm/awesome/Manifest
+++ b/x11-wm/awesome/Manifest
@@ -2,3 +2,4 @@ DIST awesome-3.5.6.tar.xz 720112 SHA256 
37f49de187825425cb3096fc870959d5fec9302b
 DIST awesome-3.5.7.tar.xz 722864 SHA256 
ba7f92b0ab8b729c569b19b098b0a08339d8654e3c040d07ad02cf99641ceecf SHA512 
0b57efa6ba55e28fee56bec96dbf3c47249b2d70b21e1a7760d4367a0ba42d9936c1c6b78afa4aa3050a60cf34189551ea53b208ec8ec9f6563a905463550515
 WHIRLPOOL 
ea368fa058aa1c6a143e6f24231adeb47c5e0d26c462b076d8930a49f72c94097555a542405360c107a9e724f4fcc0993a0ff8b53102dfb072db2a9b04f52d9a
 DIST awesome-3.5.8.tar.xz 723000 SHA256 
7c30c96c57bd72cfed630bbccc344054fe44b37c0a79bdd98075c507af672ec6 SHA512 
be5604821e256e36067750c341ca6f8669e159527b93654c8fc41bcd161da6d87fa0e3c5fccc51821586d163535ac78363d12d99ed81b6fb14e26da59136d5ef
 WHIRLPOOL 
2abe85d034c40dddc2189e8eac6e80c59ad1b92bebb0e1c08f67e8a07a3b8eb420ad352c2f4bf500f15ff854a0c6dfc67aef5c5516a2aada267388d2ac4f
 DIST awesome-3.5.9.tar.xz 723084 SHA256 
c7f8b5e4578751688d70ec8c410c55316e22bca8ec1195c622274f1f7254d64f SHA512 
6a4c679b293e8cd85d1f7e13f6dea704cbb267e42b9260496a54b657a66d6148aae51521d802d61baaeb23df0d4a8ad0b28d9dc922ea5da2a347b4251cce5e25
 WHIRLPOOL 
0d2a0b2ad08b07ec8de0150e5e9b8382732b04df3c535d5351ab46d2d7722bc85143d1b00bf47578f7d61d1bc3c3afba5d3e0e6c5ed5ee74f9ad77ea98e3a723
+DIST awesome-4.0.tar.xz 930664 SHA256 
5c009730126fcef6bdcb6939084c9736fa02debbe28a5adc1b66297dcc67f333 SHA512 
80bdfe5f9166f5e9b0266cd630b48607d17605330d0f172666dbfa3f239ef04aeafafebe8949c3bf1c31a7bd372b60252d56c815048a24e015858585c3d0432b
 WHIRLPOOL 
4a93070fddb7223da14936e77e5e367a426d53e2dd42a56a2fe1eef84883bff43bf8bbf8bd8e3e3d74b267980ef02df0fc20df70f92623502794d92fe3c3e86e

diff --git a/x11-wm/awesome/awesome-4.0.ebuild 
b/x11-wm/awesome/awesome-4.0.ebuild
new file mode 100644
index 00..adf44d3afc
--- /dev/null
+++ b/x11-wm/awesome/awesome-4.0.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils eutils pax-utils
+
+DESCRIPTION="A dynamic floating and tiling window manager"
+HOMEPAGE="https://awesomewm.org/";
+SRC_URI="https://github.com/awesomeWM/awesome-releases/raw/master/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus doc elibc_FreeBSD gnome"
+
+RDEPEND="
+   >=dev-lang/lua-5.1:0
+   dev-libs/glib:2
+   >=dev-libs/libxdg-basedir-1
+   >=dev-lua/lgi-0.7
+   x11-libs/cairo[xcb]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/libxcb-1.6
+   >=x11-libs/pango-1.19.3[introspection]
+   >=x11-libs/startup-notification-0.10_p20110426
+   >=x11-libs/xcb-util-0.3.8
+   x11-libs/xcb-util-cursor
+   >=x11-libs/xcb-util-keysyms-0.3.4
+   >=x11-libs/xcb-util-wm-0.3.8
+   >=x11-libs/xcb-util-xrm-1.0
+   x11-libs/libXcursor
+   x11-libs/libxkbcommon[X]
+   >=x11-libs/libX11-1.3.99.901
+   dbus? ( >=sys-apps/dbus-1 )
+   elibc_FreeBSD? ( dev-libs/libexecinfo )"
+
+# graphicsmagick's 'convert -channel' has no Alpha support, bug #352282
+DEPEND="${RDEPEND}
+   >=app-text/asciidoc-8.4.5
+   app-text/xmlto
+   dev-util/gperf
+   virtual/pkgconfig
+   media-gfx/imagemagick[png]
+   >=x11-proto/xcb-proto-1.5
+   >=x11-proto/xproto-7.0.15
+   doc? ( dev-lua/ldoc )"
+
+DOCS=( docs/{00-authors,01-readme,02-contributing}.md )
+PATCHES=(
+   "${FILESDIR}/${PN}-4.0-convert-path.patch"  # bug #408025
+   "${FILESDIR}/${PN}-xsession.patch"  # bug #408025
+   "${FILESDIR}/${PN}-4.0-cflag-cleanup.patch" # bug #

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

2017-02-10 Thread James Le Cuirot
commit: 7013ff6b38f1f3a00d6be5ebe7412687dc0cd633
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb 10 21:11:19 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb 10 21:11:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7013ff6b

app-crypt/rhash: Add ~arm keyword

The tests all pass.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/rhash/rhash-1.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/rhash/rhash-1.3.4.ebuild 
b/app-crypt/rhash/rhash-1.3.4.ebuild
index b10475a3a1..641773383a 100644
--- a/app-crypt/rhash/rhash-1.3.4.ebuild
+++ b/app-crypt/rhash/rhash-1.3.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="debug nls openssl static-libs"
 
 RDEPEND="openssl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )"



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

2017-02-10 Thread James Le Cuirot
commit: 7bf40172be33bdc065a2dfbd85838cf39f0eda51
Author: James Le Cuirot  gentoo  org>
AuthorDate: Fri Feb 10 21:08:03 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Fri Feb 10 21:08:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf40172

app-crypt/rhash: Fix tests to use the newly built library

It was using the installed copy and breaking for new installs.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-crypt/rhash/rhash-1.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/rhash/rhash-1.3.4.ebuild 
b/app-crypt/rhash/rhash-1.3.4.ebuild
index cd33ea8d75..b10475a3a1 100644
--- a/app-crypt/rhash/rhash-1.3.4.ebuild
+++ b/app-crypt/rhash/rhash-1.3.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
 # $Id$
 
@@ -63,5 +63,5 @@ multilib_src_install_all() {
 
 multilib_src_test() {
cd tests || die
-   ./test_rhash.sh --full ../rhash_shared || die "tests failed"
+   LD_LIBRARY_PATH=$(pwd)/../librhash ./test_rhash.sh --full 
../rhash_shared || die "tests failed"
 }



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/mm-align/

2017-02-10 Thread Johannes Huber
commit: 7b66ae765d1e4c2f9b1dd87a75e74475131bedff
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Feb 10 20:26:33 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Feb 10 20:28:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b66ae76

sci-chemistry/mm-align: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-chemistry/mm-align/mm-align-20120321.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/mm-align/mm-align-20120321.ebuild 
b/sci-chemistry/mm-align/mm-align-20120321.ebuild
index 7a0c7da5d8..607fd2929d 100644
--- a/sci-chemistry/mm-align/mm-align-20120321.ebuild
+++ b/sci-chemistry/mm-align/mm-align-20120321.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 inherit cmake-utils fortran-2
 
@@ -19,4 +19,6 @@ S="${WORKDIR}"
 
 src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt . || die
+
+   cmake-utils_src_prepare
 }



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

2017-02-10 Thread Göktürk Yüksek
commit: 152683890af1918a1203550fd7665518dc0ae71b
Author: Tomas Mozes  sygic  com>
AuthorDate: Fri Feb 10 13:17:55 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Feb 10 20:24:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15268389

dev-python/elasticsearch-py: bump to 2.4.1/5.1.0

 dev-python/elasticsearch-py/Manifest   |  4 +
 .../elasticsearch-py/elasticsearch-py-2.4.1.ebuild | 94 ++
 .../elasticsearch-py/elasticsearch-py-5.1.0.ebuild | 94 ++
 3 files changed, 192 insertions(+)

diff --git a/dev-python/elasticsearch-py/Manifest 
b/dev-python/elasticsearch-py/Manifest
index 7cdf3e687f..311e3a5837 100644
--- a/dev-python/elasticsearch-py/Manifest
+++ b/dev-python/elasticsearch-py/Manifest
@@ -1,9 +1,13 @@
 DIST elasticsearch-2.2.1.tar.gz 29424648 SHA256 
7d43d18a8ee8d715d827ed26b4ff3d939628f5a5b654c6e8de9d99bf3a9b2e03 SHA512 
9254175afff5c002625465fb5f398e4e53d121925a656af13e65d90eb3b3ef7507ef094cf44002f104a84e5147a8677a05f4071248140d6b48179b9057867cb5
 WHIRLPOOL 
a470a663b8ec1b8cb7a8daf6bfc02ed7d5d0f23caab063ac2e6c7456bda449bad3e81237699fa434f077d4f86ee09dac7d007b554acc6428f2b436cf8448b210
 DIST elasticsearch-2.3.5.tar.gz 27547995 SHA256 
1119a8c18620b98c4b85261318663a1f26dea92a26f34dfeb7f813fb7cbb468a SHA512 
9c0cc8a9ae0fa2b52db583a5c006b05a84c1f84e1b8dbbafa88bec90d056a23bd384d4241ce00dc8b56a6840857b296e4c0d2bf911f352ef67f128a87ca7
 WHIRLPOOL 
de2aee3773d14c9b4abc0f20c3c8df1fe374a91ea54493f2c1df59fb8c02c97d684fd94b6bfaf140eebcfea4913197b10469b5aef34f62db89d825ae508a5095
+DIST elasticsearch-2.4.4.tar.gz 27343272 SHA256 
981092e6ca65ba5560b8b97a74e5ed0eb2236e9128efdb85bb652cec340158e2 SHA512 
899a4d2fc64548bcd488ece223f5f189dfb191eceb36390c4b9d8d0d90ef9d2cb67ada475223b9b2e0bd0fb521a4ab978bc7f60781195927e36d027925338c14
 WHIRLPOOL 
1a90bb8c923a9eab6cc4390b3daaa44cd85d5c1a3a1a5ef7d274050eb25b061a11a91b0f57ebe9f3cb27aafee3267af8f63ca87837f79d622ff362fbc5b6ae1a
 DIST elasticsearch-5.0.0.tar.gz 32968292 SHA256 
a866534f0fa7428e980c985d712024feef1dee04709add6e360fc7b73bb1e7ae SHA512 
a4fa650d643c242a1f90059cfe6eb27e3d240b3deafc426abeae72c13aeae84b01ffb8b872b748619dfc58225ca29bde054fe10e1529522f9a06a1051991e4cd
 WHIRLPOOL 
a05a6dc785c00bb461ea286490cacc0222f9f95f0dea7ba61c6308cee0284edc53ee0a2047f723e990fa99f7ed09feda46313997b8f6dd487b042a6b26ecf8d6
 DIST elasticsearch-5.1.1.tar.gz 33291322 SHA256 
cd45bafb1f74a7df9bad12c77b7bf3080069266bcbe0b256b0959ef2536e31e8 SHA512 
2b5faf97c5ff41a9f12e21749d60f3632b39987d4886713ee9646110acdd17323d263168980d7dd4035732556b604acd68dc37ae7b805d84493075776b9d7bcd
 WHIRLPOOL 
ebb46d4a5643f09c0c903055c407a54d46264347924ca37cc73adfee3dd8a9bf2157b1be92b9b1d85636ea92b2d1f89d558c5413c804412996ea9bce42f1c3c6
+DIST elasticsearch-5.1.2.tar.gz 33299777 SHA256 
74d752f9a8b46898d306ad169b72f328e17215c0909149e156a576089ef11c42 SHA512 
1867626e8a87f11ed109e1325fd1d16c9e0af06ebe6a30c78ea679ab533ab377f5da8ea55af6871be33af226f02187a2aadd77e5e23c097dd24055be21e9d691
 WHIRLPOOL 
2e9df71c915343e2cc8ad82c59b877f41f5e093cbeba21f471c32cb51a195eccc6223bc48da48bb4af2e6bea9f2539f2e93b866963148f4ca2940ba4466e614e
 DIST elasticsearch-py-1.4.0.tar.gz 74498 SHA256 
7959787b47c3523e9c9aeffec441091fcd2b293d26c4fd5f576cf84cfb85ef63 SHA512 
dbe51362f68d40e95a0cfefde4feb8d9d9c61b4f4795cbf69fd70bf981f290812ebac19a20ae8594cc39ac46a3c35ddfe450ff436fca0fada060736128478cf7
 WHIRLPOOL 
a6730b1201048f82aed6e63b7e73f38150002dd9889c575c9edf52834bc6f9a8256977ac27b092f3865074e4699729cc766564a4b731766d77d6a6de6324
 DIST elasticsearch-py-2.3.0.tar.gz 74954 SHA256 
3610d3a2d2f4eb1906794276ac6fca1ad801067e0f36d71a8a11c2c9112ed120 SHA512 
53ffc265dc2c42ef983bf12a6d6bfcb96a378da97c58b52ff872968e50f01936815f2d28d667d44a647174d90b55fbe6855ebeac6f86248adb4db4ba951facb1
 WHIRLPOOL 
836ea86fe64851eb1c8891f70ee8502bb2ff76c919536a3f57f06880dfed96626a658f3a722622ac49deb6d55ca9235755b56c771ed55d298b993c009c283b48
 DIST elasticsearch-py-2.4.0.tar.gz 77199 SHA256 
0cab15c1a5c014f259703d982b074b3c6864fb152dd909fba60d23cde9133b76 SHA512 
5a38419b4448850722c6af9181d5f00bed20796b645a336706040244c559893da7f57aa556251b8b2ee022c48f651b5f7646fc51f9f0f20ed3ab1449f244c096
 WHIRLPOOL 
c28412a06b0a13329d8b4ad377cdfe3d88ac2afc130b872fcf51dadc148a6f17c4e3ea6b03982be8553d64c224841932aa8e1847fb225a001331219651c0d6dd
+DIST elasticsearch-py-2.4.1.tar.gz 77420 SHA256 
673cdc861d2fd0cd9d1de5be80239dab01340b19e549ff2cbd65058bdcd86d54 SHA512 
39eceffee56a4b7ed242c8edfc9634f31041d630e9621b8418a298ea3b32c3dd50a19fda0901e03823ed8dc1dc2c528d9526329ade7755cbed4b1510cc3a50db
 WHIRLPOOL 
e6771c722d6670d51fc01c5687ebce6e0b036ddb3aaee2b64238d8ed1ea64a7cf58fb0685af715ba91bb9bc4256dbced7952b016ceb95bef09d2f4be3fa97f4a
 DIST elasticsearch-py-5.0.0.tar.gz 79615 SHA256 
544d526b022f398e555df2c83e25728159bcadbddf016aea6f4a8db706945ae9 SHA512 
ed5ed433a81cadd71e596b14e7a0d1d69d549f25ea5e5ea3d4de0a755f3939eb3b86820937a4874e6acbfe0aa6d66027b5f696d7fac2fb9e692cbe1

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

2017-02-10 Thread Göktürk Yüksek
commit: 120af8d0a843a81f61ae5b2f930751dce8f202e6
Author: Tomas Mozes  sygic  com>
AuthorDate: Fri Feb 10 13:18:34 2017 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Fri Feb 10 20:24:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120af8d0

dev-python/elasticsearch-py: drop old

 dev-python/elasticsearch-py/Manifest|  1 -
 .../elasticsearch-py/elasticsearch-py-1.4.0.ebuild  | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/elasticsearch-py/Manifest 
b/dev-python/elasticsearch-py/Manifest
index 311e3a5837..6801dc8f7d 100644
--- a/dev-python/elasticsearch-py/Manifest
+++ b/dev-python/elasticsearch-py/Manifest
@@ -4,7 +4,6 @@ DIST elasticsearch-2.4.4.tar.gz 27343272 SHA256 
981092e6ca65ba5560b8b97a74e5ed0e
 DIST elasticsearch-5.0.0.tar.gz 32968292 SHA256 
a866534f0fa7428e980c985d712024feef1dee04709add6e360fc7b73bb1e7ae SHA512 
a4fa650d643c242a1f90059cfe6eb27e3d240b3deafc426abeae72c13aeae84b01ffb8b872b748619dfc58225ca29bde054fe10e1529522f9a06a1051991e4cd
 WHIRLPOOL 
a05a6dc785c00bb461ea286490cacc0222f9f95f0dea7ba61c6308cee0284edc53ee0a2047f723e990fa99f7ed09feda46313997b8f6dd487b042a6b26ecf8d6
 DIST elasticsearch-5.1.1.tar.gz 33291322 SHA256 
cd45bafb1f74a7df9bad12c77b7bf3080069266bcbe0b256b0959ef2536e31e8 SHA512 
2b5faf97c5ff41a9f12e21749d60f3632b39987d4886713ee9646110acdd17323d263168980d7dd4035732556b604acd68dc37ae7b805d84493075776b9d7bcd
 WHIRLPOOL 
ebb46d4a5643f09c0c903055c407a54d46264347924ca37cc73adfee3dd8a9bf2157b1be92b9b1d85636ea92b2d1f89d558c5413c804412996ea9bce42f1c3c6
 DIST elasticsearch-5.1.2.tar.gz 33299777 SHA256 
74d752f9a8b46898d306ad169b72f328e17215c0909149e156a576089ef11c42 SHA512 
1867626e8a87f11ed109e1325fd1d16c9e0af06ebe6a30c78ea679ab533ab377f5da8ea55af6871be33af226f02187a2aadd77e5e23c097dd24055be21e9d691
 WHIRLPOOL 
2e9df71c915343e2cc8ad82c59b877f41f5e093cbeba21f471c32cb51a195eccc6223bc48da48bb4af2e6bea9f2539f2e93b866963148f4ca2940ba4466e614e
-DIST elasticsearch-py-1.4.0.tar.gz 74498 SHA256 
7959787b47c3523e9c9aeffec441091fcd2b293d26c4fd5f576cf84cfb85ef63 SHA512 
dbe51362f68d40e95a0cfefde4feb8d9d9c61b4f4795cbf69fd70bf981f290812ebac19a20ae8594cc39ac46a3c35ddfe450ff436fca0fada060736128478cf7
 WHIRLPOOL 
a6730b1201048f82aed6e63b7e73f38150002dd9889c575c9edf52834bc6f9a8256977ac27b092f3865074e4699729cc766564a4b731766d77d6a6de6324
 DIST elasticsearch-py-2.3.0.tar.gz 74954 SHA256 
3610d3a2d2f4eb1906794276ac6fca1ad801067e0f36d71a8a11c2c9112ed120 SHA512 
53ffc265dc2c42ef983bf12a6d6bfcb96a378da97c58b52ff872968e50f01936815f2d28d667d44a647174d90b55fbe6855ebeac6f86248adb4db4ba951facb1
 WHIRLPOOL 
836ea86fe64851eb1c8891f70ee8502bb2ff76c919536a3f57f06880dfed96626a658f3a722622ac49deb6d55ca9235755b56c771ed55d298b993c009c283b48
 DIST elasticsearch-py-2.4.0.tar.gz 77199 SHA256 
0cab15c1a5c014f259703d982b074b3c6864fb152dd909fba60d23cde9133b76 SHA512 
5a38419b4448850722c6af9181d5f00bed20796b645a336706040244c559893da7f57aa556251b8b2ee022c48f651b5f7646fc51f9f0f20ed3ab1449f244c096
 WHIRLPOOL 
c28412a06b0a13329d8b4ad377cdfe3d88ac2afc130b872fcf51dadc148a6f17c4e3ea6b03982be8553d64c224841932aa8e1847fb225a001331219651c0d6dd
 DIST elasticsearch-py-2.4.1.tar.gz 77420 SHA256 
673cdc861d2fd0cd9d1de5be80239dab01340b19e549ff2cbd65058bdcd86d54 SHA512 
39eceffee56a4b7ed242c8edfc9634f31041d630e9621b8418a298ea3b32c3dd50a19fda0901e03823ed8dc1dc2c528d9526329ade7755cbed4b1510cc3a50db
 WHIRLPOOL 
e6771c722d6670d51fc01c5687ebce6e0b036ddb3aaee2b64238d8ed1ea64a7cf58fb0685af715ba91bb9bc4256dbced7952b016ceb95bef09d2f4be3fa97f4a

diff --git a/dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild 
b/dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild
deleted file mode 100644
index adfc8462b3..00
--- a/dev-python/elasticsearch-py/elasticsearch-py-1.4.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="official Python low-level client for Elasticsearch"
-HOMEPAGE="http://elasticsearch-py.rtfd.org/";
-SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips x86"
-IUSE=""
-
-DEPEND="dev-python/urllib3[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/

2017-02-10 Thread Johannes Huber
commit: 6ea819b3a4ff4b3d13804cefb34fa9421c5cc6a1
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Feb 10 20:24:08 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Feb 10 20:24:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea819b3

sci-chemistry/pdbcat: Shorten DESCRIPTION

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-chemistry/pdbcat/pdbcat-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild 
b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
index d65851d12f..53b615a60d 100644
--- a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
+++ b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 inherit cmake-utils
 
-DESCRIPTION="Manipulate and process PDB files using commonly available tools 
such as Perl, awk, etc"
+DESCRIPTION="Manipulate and process PDB files using tools such as Perl, awk, 
etc"
 HOMEPAGE="http://www.ks.uiuc.edu/Development/MDTools/pdbcat/";
 SRC_URI="http://www.ks.uiuc.edu/Development/MDTools/${PN}/files/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbcat/

2017-02-10 Thread Johannes Huber
commit: ba208ac5514db1934f342436b9a541d925cd5df1
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Feb 10 20:23:30 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Feb 10 20:23:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba208ac5

sci-chemistry/pdbcat: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-chemistry/pdbcat/pdbcat-1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild 
b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
index f0d0b263a4..d65851d12f 100644
--- a/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
+++ b/sci-chemistry/pdbcat/pdbcat-1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 inherit cmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdbmat/

2017-02-10 Thread Johannes Huber
commit: e2969c1d302e3938834de1b370691b786f438dde
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Feb 10 20:18:13 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Feb 10 20:18:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2969c1d

sci-chemistry/pdbmat: EAPI 6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-chemistry/pdbmat/pdbmat-3.89.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild 
b/sci-chemistry/pdbmat/pdbmat-3.89.ebuild
index 89445471ef..0119b3877d 100644
--- a/sci-chemistry/pdbmat/pdbmat-3.89.ebuild
+++ b/sci-chemistry/pdbmat/pdbmat-3.89.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 inherit cmake-utils fortran-2
 
@@ -19,11 +19,14 @@ S="${WORKDIR}"/Source_ENM2011
 
 src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt . || die
+
+   cmake-utils_src_prepare
 }
 
 src_configure() {
-   mycmakeargs=(
-   $(cmake-utils_use examples EXAMPLES)
+   local mycmakeargs=(
+   -DEXAMPLES=$(usex examples)
)
+
cmake-utils_src_configure
 }



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

2017-02-10 Thread Zac Medico
commit: 16e44c66900653cbf605171448130c4b2ffca57e
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Feb 10 02:54:17 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Feb 10 19:52:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e44c66

dev-python/PySocks: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/PySocks/PySocks-1.5.6.ebuild | 2 +-
 dev-python/PySocks/PySocks-1.5.7.ebuild | 4 ++--
 dev-python/PySocks/PySocks-1.6.4.ebuild | 4 ++--
 dev-python/PySocks/PySocks-1.6.5.ebuild | 4 ++--
 dev-python/PySocks/PySocks-1.6.6.ebuild | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/PySocks/PySocks-1.5.6.ebuild 
b/dev-python/PySocks/PySocks-1.5.6.ebuild
index d9d680c6b4..804724f244 100644
--- a/dev-python/PySocks/PySocks-1.5.6.ebuild
+++ b/dev-python/PySocks/PySocks-1.5.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 

diff --git a/dev-python/PySocks/PySocks-1.5.7.ebuild 
b/dev-python/PySocks/PySocks-1.5.7.ebuild
index 26f682aa46..4d8cdac79b 100644
--- a/dev-python/PySocks/PySocks-1.5.7.ebuild
+++ b/dev-python/PySocks/PySocks-1.5.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 

diff --git a/dev-python/PySocks/PySocks-1.6.4.ebuild 
b/dev-python/PySocks/PySocks-1.6.4.ebuild
index 26f682aa46..4d8cdac79b 100644
--- a/dev-python/PySocks/PySocks-1.6.4.ebuild
+++ b/dev-python/PySocks/PySocks-1.6.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 

diff --git a/dev-python/PySocks/PySocks-1.6.5.ebuild 
b/dev-python/PySocks/PySocks-1.6.5.ebuild
index 26f682aa46..4d8cdac79b 100644
--- a/dev-python/PySocks/PySocks-1.6.5.ebuild
+++ b/dev-python/PySocks/PySocks-1.6.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 

diff --git a/dev-python/PySocks/PySocks-1.6.6.ebuild 
b/dev-python/PySocks/PySocks-1.6.6.ebuild
index ff620ac196..4d8cdac79b 100644
--- a/dev-python/PySocks/PySocks-1.6.6.ebuild
+++ b/dev-python/PySocks/PySocks-1.6.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



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

2017-02-10 Thread Zac Medico
commit: de8860ff50d6811364975cb13ad7f69dea5625eb
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Feb 10 03:54:41 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Feb 10 19:52:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8860ff

dev-python/colorama: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/colorama/colorama-0.3.3.ebuild | 4 ++--
 dev-python/colorama/colorama-0.3.7.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/colorama/colorama-0.3.3.ebuild 
b/dev-python/colorama/colorama-0.3.3.ebuild
index 953897e241..2135e8c165 100644
--- a/dev-python/colorama/colorama-0.3.3.ebuild
+++ b/dev-python/colorama/colorama-0.3.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/colorama/colorama-0.3.7.ebuild 
b/dev-python/colorama/colorama-0.3.7.ebuild
index dcd4d2f4ba..6f4b96f02f 100644
--- a/dev-python/colorama/colorama-0.3.7.ebuild
+++ b/dev-python/colorama/colorama-0.3.7.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-02-10 Thread Zac Medico
commit: 1eadb0f48285faf3ef2203b57314e43379e87708
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Feb 10 03:30:25 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Feb 10 19:52:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eadb0f4

dev-python/distlib: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/distlib/distlib-0.2.1-r1.ebuild | 4 ++--
 dev-python/distlib/distlib-0.2.1.ebuild| 4 ++--
 dev-python/distlib/distlib-0.2.2.ebuild| 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/distlib/distlib-0.2.1-r1.ebuild 
b/dev-python/distlib/distlib-0.2.1-r1.ebuild
index e44a3d4c12..cb6d4f35af 100644
--- a/dev-python/distlib/distlib-0.2.1-r1.ebuild
+++ b/dev-python/distlib/distlib-0.2.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3  )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

diff --git a/dev-python/distlib/distlib-0.2.1.ebuild 
b/dev-python/distlib/distlib-0.2.1.ebuild
index 3e7706f923..2a73ae99d5 100644
--- a/dev-python/distlib/distlib-0.2.1.ebuild
+++ b/dev-python/distlib/distlib-0.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3  )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

diff --git a/dev-python/distlib/distlib-0.2.2.ebuild 
b/dev-python/distlib/distlib-0.2.2.ebuild
index 2e5368c869..d7152827e5 100644
--- a/dev-python/distlib/distlib-0.2.2.ebuild
+++ b/dev-python/distlib/distlib-0.2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3  )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3  )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2017-02-10 Thread Matt Thode
commit: c54bb7cc67f8f7eba4a3ac0c279a911e8722d4c7
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 10 19:04:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 10 19:44:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54bb7cc

dev-ruby/facter: bup

Package-Manager: portage-2.3.3

 dev-ruby/facter/Manifest|  1 +
 dev-ruby/facter/facter-3.6.1.ebuild | 88 +
 2 files changed, 89 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index e8a995fcfe..4acf2d03d4 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -5,3 +5,4 @@ DIST facter-3.4.1.tar.gz 332857 SHA256 
98a576c6891725d90686ff3a0afb94ef8562ddae8
 DIST facter-3.5.0.tar.gz 358507 SHA256 
dca30a5f0e2d7644d085ae4c315f81a2950e407e828dbc01a72c021e4ba29266 SHA512 
1a867bb04b10a5c9009f0930fc27c9be5b1bad4c2c80ec951d0f2297f3db0bc05789e820d6fe5c6ea99c944c2b9669cd7bb09dc895b773301b0d49333b8c9153
 WHIRLPOOL 
516940b18dfd39f881a2a871cfd63ff0ad5377f510bb58ec6ed3382e69b4b447f7d978c2dc91b6c43ea0e1b1756b36e781a2f3b3ffdd998cc24d9f6b676e0881
 DIST facter-3.5.1.tar.gz 359241 SHA256 
119412d4490902a3119eb54659bef76fc530f25ac4b40139b71037ac81637cb2 SHA512 
2d5dcc39ecb31796c17da96ca1d61f4b6a5acde9c8865db0af038021e73b088b7ba01e090bbc89e0c158d39b9d5c887790bcd2b322d3c436b50b0b602a9bd320
 WHIRLPOOL 
348e0f3ab564f9c439b4fce3ff1930820d41e6f522d9e2100494eaa316135318d5159d9fdb5deb34b9439b9cf1a001b9ae2adb251c128c82933b7c86c058de7e
 DIST facter-3.6.0.tar.gz 364541 SHA256 
58976dd9f806cf8fad329bdc5340d7f5644e61354b7e1dfeabbc0d534015a8ba SHA512 
dd85b52581b15eb844007b42f6e46597f387b9f7df704e039eaa9484c92442a75a846f09e3e52a79844f76deee98661daf4df2d1900d2414a727e62431661fe3
 WHIRLPOOL 
be4d558624b11fede768ee11b34b315cca236705b8e2b3657b9a839c7c7be9499b6ab363486decc0f4bf33e95931153fe7a5ff051c8c85ee2323db1a7d52392a
+DIST facter-3.6.1.tar.gz 364596 SHA256 
cee28c3fb0134cfd90417c6facec795c1de724ea067911aa4f5b21b1c3785591 SHA512 
7cb01536c2682576a8074abf0d617de31f3c9b79eb7f753e8a2ea8b231a9dc4d2017a1e8cf383f6a664596799111803b40e3772f0559c6de74351b8bb75ec0f3
 WHIRLPOOL 
2eafcfdae1cf83592907624716e21b8f030f96a42b4fa613eacde99ea895a0eae06bb6571d4a197c418aa0db9ad8f04b56938fc8f490d05423824b321ee11b74

diff --git a/dev-ruby/facter/facter-3.6.1.ebuild 
b/dev-ruby/facter/facter-3.6.1.ebuild
new file mode 100644
index 00..cc7467ce50
--- /dev/null
+++ b/dev-ruby/facter/facter-3.6.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22"
+
+inherit cmake-utils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${S}/all/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   >=dev-libs/boost-1.54[nls]
+   >=dev-libs/leatherman-0.9.3
+   >=dev-cpp/yaml-cpp-0.5.1
+   dev-cpp/cpp-hocon"
+CDEPEND="
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   !

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

2017-02-10 Thread Matt Thode
commit: 85609c7e432aea09ac52f08ec0ed1644805d4758
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 10 19:44:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 10 19:44:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85609c7e

app-admin/mcollective: bup

Package-Manager: portage-2.3.3

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.10.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 6776fb574e..8ddf6d6210 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,4 @@
 DIST mcollective-2.10.0.tar.gz 1509016 SHA256 
0a93c7c1c0f10d3e73ab3f255a542e170f7f9eed13ad56cc5cef883bac2e27b0 SHA512 
021d52d299adba05c1960a242d7815b5fc3f763163c227d7b11b1bc48db40c147b7ab281a29f60c54f8049acfd8a3489ff837e8cf4a590e1450b2c53435124b1
 WHIRLPOOL 
67a39f6c82e81da1a90e8a2b02aa4101bcf821f833669715a701c075505501bc4706c68d1ed000d5a6c99c0258b16a2711a470f7145cc452c0780ca588c8ca7b
+DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 
907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5
 WHIRLPOOL 
4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
 DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.10.1.ebuild 
b/app-admin/mcollective/mcollective-2.10.1.ebuild
new file mode 100644
index 00..2f791599c2
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.10.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/";
+SRC_URI="https://github.com/puppetlabs/marionette-collective/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/all/marionette-collective-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] http://activemq.apache.org/";
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted";
+}



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

2017-02-10 Thread Michael Weber
commit: f98212a6947fcbd12e306317255d9fdb5d32e7c7
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 19:20:10 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 19:36:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98212a6

sys-apps/hwloc: arm stable (bug 595656).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sys-apps/hwloc/hwloc-1.11.2.ebuild 
b/sys-apps/hwloc/hwloc-1.11.2.ebuild
index ae36b3f9db..1768931544 100644
--- a/sys-apps/hwloc/hwloc-1.11.2.ebuild
+++ b/sys-apps/hwloc/hwloc-1.11.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0/5"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X"
 
 # TODO opencl only works with AMD so no virtual



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

2017-02-10 Thread Patrick McLean
commit: 18d85450c74a337f91151d77b21f1bb0ce2c9462
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Feb 10 19:30:52 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Feb 10 19:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d85450

sys-fs/ntfs3g: Add less than dep to fuse USE flag to block fuse-3

Gentoo-Bug: 608694

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild | 5 -
 sys-fs/ntfs3g/ntfs3g-2016.2.22-r2.ebuild | 5 -
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild 
b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
index 4a2ea8f024..a19a3ac793 100644
--- a/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2016.2.22-r1.ebuild
@@ -23,7 +23,10 @@ RDEPEND="!=dev-libs/libgcrypt-1.2.2:0
>=net-libs/gnutls-1.4.4
)
-   external-fuse? ( >=sys-fs/fuse-2.8.0 )"
+   external-fuse? (
+   >=sys-fs/fuse-2.8.0
+   =sys-fs/fuse-2.8.0
+   

[gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/

2017-02-10 Thread Pacho Ramos
commit: c2f2443402778d698dd2b3173a6003a524158961
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Feb 10 19:07:59 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Feb 10 19:07:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f24434

mail-client/balsa: Disable optional gtkhtml support as gtkhtml is dead and 
unmaintained for ages (https://bugzilla.gnome.org/show_bug.cgi?id=608225#c5)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-client/balsa/balsa-2.5.3.ebuild | 26 +++---
 1 file changed, 3 insertions(+), 23 deletions(-)

diff --git a/mail-client/balsa/balsa-2.5.3.ebuild 
b/mail-client/balsa/balsa-2.5.3.ebuild
index 73686addcb..901d051a0d 100644
--- a/mail-client/balsa/balsa-2.5.3.ebuild
+++ b/mail-client/balsa/balsa-2.5.3.ebuild
@@ -13,9 +13,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-IUSE="crypt gnome gtkhtml gnome-keyring kerberos ldap libnotify libressl 
rubrica
-spell sqlite webkit xface"
-REQUIRED_USE="gtkhtml? ( !webkit )"
+IUSE="crypt gnome gnome-keyring kerberos ldap libnotify libressl rubrica spell 
sqlite webkit xface"
 
 # TODO: esmtp can be optional, do we want it?
 RDEPEND="
@@ -30,7 +28,6 @@ RDEPEND="
crypt? ( >=app-crypt/gpgme-1.2.0:= )
gnome? ( >=x11-libs/gtksourceview-3.2.0:3.0 )
gnome-keyring? ( app-crypt/libsecret )
-   gtkhtml? ( gnome-extra/gtkhtml:4.0 )
sqlite? ( >=dev-db/sqlite-2.8:= )
libnotify? ( >=x11-libs/libnotify-0.7:= )
!libressl? ( dev-libs/openssl:0= )
@@ -63,26 +60,9 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf
-
-   if use crypt ; then
-   myconf+=" --with-gpgme=gpgme-config"
-   else
-   myconf+=" --without-gpgme"
-   fi
-
-   if use webkit || use gtkhtml; then
-   if use gtkhtml ; then
-   myconf+=" --with-html-widget=gtkhtml4"
-   else
-   myconf+=" --with-html-widget=webkit2"
-   fi
-   else
-   myconf+=" --with-html-widget=no"
-   fi
-
gnome2_src_configure \
--with-canberra \
+   $(usex crypt --with-gpgme=gpgme-config --without-gpgme) \
$(use_with gnome) \
$(use_with gnome gtksourceview) \
$(use_with gnome-keyring libsecret) \
@@ -93,5 +73,5 @@ src_configure() {
$(usex spell --with-spell-checker=gspell 
--with-spell-checker=no) \
$(use_with sqlite) \
$(use_with xface compface) \
-   ${myconf}
+   $(usex webkit --with-html-widget=webkit2 --with-html-widget=no)
 }



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

2017-02-10 Thread Pacho Ramos
commit: 7731d226ddcfa208a582fae7c7cd6d84dd19b6a1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Feb 10 18:55:00 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Feb 10 18:55:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7731d226

app-text/xmldiff: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-text/xmldiff/xmldiff-0.6.10.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/app-text/xmldiff/xmldiff-0.6.10.ebuild 
b/app-text/xmldiff/xmldiff-0.6.10.ebuild
deleted file mode 100644
index ffb741..00
--- a/app-text/xmldiff/xmldiff-0.6.10.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils python
-
-DESCRIPTION="A tool that figures out the differences between two similar XML 
files"
-HOMEPAGE="http://www.logilab.org/project/xmldiff";
-SRC_URI="ftp://ftp.logilab.fr/pub/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/pyxml"
-RDEPEND="${DEPEND}"
-
-DOCS="ChangeLog README README.xmlrev TODO"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/, net-libs/libproxy/files/

2017-02-10 Thread Pacho Ramos
commit: 69362244e4a27aac1dcaf952e42f2bfac778a23e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Feb 10 18:46:27 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Feb 10 18:47:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69362244

net-libs/libproxy: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libproxy/Manifest |  1 -
 .../libproxy/files/libproxy-0.4.11-macosx.patch| 86 
 .../libproxy/files/libproxy-0.4.11-mozjs.pc.patch  | 23 --
 net-libs/libproxy/libproxy-0.4.11-r2.ebuild| 94 --
 4 files changed, 204 deletions(-)

diff --git a/net-libs/libproxy/Manifest b/net-libs/libproxy/Manifest
index ef970e3876..e7803f596c 100644
--- a/net-libs/libproxy/Manifest
+++ b/net-libs/libproxy/Manifest
@@ -1,2 +1 @@
-DIST libproxy-0.4.11.tar.gz 93757 SHA256 
dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b SHA512 
563a837946a73c41e0773cec93332c6308245c0b807a40a0fb052c2445deae4a117ba2780a350c799717fd11c4dbe410183a38ea050a4f04db0b1adcb6f9ad98
 WHIRLPOOL 
2165fcb9a43592e1112539ff7fdd79963fc6c00821edb5d5f04d92d7d1bd884362019a2a2cd12cb412dfaee25ad8e1554a568e9818910861000666bfe81ca479
 DIST libproxy-0.4.13.tar.gz 89296 SHA256 
d610bc0ef81a18ba418d759c5f4f87bf7102229a9153fb397d7d490987330ffd SHA512 
babbe5e9326cb2bfdf4504662533b314f72c3475687f8b57c235614698cb18e0ed31752b834cb1d33cc94ecd3af6589684b2846e73830f0be3557c465a1f1c42
 WHIRLPOOL 
1b159efd7e03505c8fd7098a553ba22099cf90002730c3a6c929dbfecb95af3c175aebb93502e4286c66604f75a01d4205cd311144a97f51d425ef69f4345370

diff --git a/net-libs/libproxy/files/libproxy-0.4.11-macosx.patch 
b/net-libs/libproxy/files/libproxy-0.4.11-macosx.patch
deleted file mode 100644
index 09558e3c4d..00
--- a/net-libs/libproxy/files/libproxy-0.4.11-macosx.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-https://trac.macports.org/browser/trunk/dports/net/libproxy/files/patch-libproxy-cmake.diff
-
-diff -ur libproxy/cmake.orig/libproxy.cmk libproxy/cmake/libproxy.cmk
 libproxy/cmake.orig/libproxy.cmk   2012-10-02 07:20:40.0 -0700
-+++ libproxy/cmake/libproxy.cmk2012-10-19 13:47:50.0 -0700
-@@ -18,7 +18,7 @@
- set_property(SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/proxy.cpp
-  PROPERTY COMPILE_DEFINITIONS 
MODULEDIR="${MODULEDIR}";BUILTIN_MODULES=${BUILTIN_MODULES})
- # When changing the SOVERSION here remember to also bump the 'favorite proxy 
.so' in python bindings.
--set_target_properties(libproxy PROPERTIES PREFIX "" VERSION 1.0.0 SOVERSION 1)
-+set_target_properties(libproxy PROPERTIES INSTALL_NAME_DIR 
"${CMAKE_INSTALL_PREFIX}/lib" PREFIX "" VERSION 1.0.0 SOVERSION 1)
- set_target_properties(libproxy PROPERTIES LINK_INTERFACE_LIBRARIES "")
- install(TARGETS libproxy DESTINATION ${LIB_INSTALL_DIR})
- install(FILES   proxy.h  DESTINATION ${INCLUDE_INSTALL_DIR})
-diff -ur libproxy/cmake.orig/modules/config_envvar.cmk 
libproxy/cmake/modules/config_envvar.cmk
 libproxy/cmake.orig/modules/config_envvar.cmk  2010-06-14 
10:40:47.0 -0700
-+++ libproxy/cmake/modules/config_envvar.cmk   2012-10-19 13:45:42.0 
-0700
-@@ -1,3 +1,3 @@
--if (NOT WIN32 AND NOT APPLE)
-+if (NOT WIN32 AND NOT (APPLE AND MP_MACOSX))
-   set(ENVVAR_FOUND 1)
--endif()
-\ No newline at end of file
-+endif()
-diff -ur libproxy/cmake.orig/modules/config_gnome.cmk 
libproxy/cmake/modules/config_gnome.cmk
 libproxy/cmake.orig/modules/config_gnome.cmk   2012-10-02 
07:20:40.0 -0700
-+++ libproxy/cmake/modules/config_gnome.cmk2012-10-19 13:45:42.0 
-0700
-@@ -1,4 +1,4 @@
--if (NOT WIN32 AND NOT APPLE)
-+if (NOT WIN32 AND NOT (APPLE AND MP_MACOSX))
-   option(WITH_GNOME2 "Target a GNOME 2 system (gconf)" OFF)
-   option(WITH_GNOME3 "Target a GNOME 3 system (gsettings)" ON)
-   if(WITH_GNOME3)
-diff -ur libproxy/cmake.orig/modules/config_kde4.cmk 
libproxy/cmake/modules/config_kde4.cmk
 libproxy/cmake.orig/modules/config_kde4.cmk2010-06-14 
10:40:47.0 -0700
-+++ libproxy/cmake/modules/config_kde4.cmk 2012-10-19 13:45:42.0 
-0700
-@@ -1,4 +1,4 @@
--if (NOT WIN32 AND NOT APPLE)
-+if (NOT WIN32 AND NOT (APPLE AND MP_MACOSX))
-   option(WITH_KDE4 "Search for KDE4 package" ON)
-   if (WITH_KDE4)
- find_package(KDE4)
-@@ -16,4 +16,4 @@
-   else()
- set(KDE4_FOUND 0)
-   endif()
--endif()
-\ No newline at end of file
-+endif()
-diff -ur libproxy/cmake.orig/modules/config_macosx.cmk 
libproxy/cmake/modules/config_macosx.cmk
 libproxy/cmake.orig/modules/config_macosx.cmk  2010-06-14 
10:40:47.0 -0700
-+++ libproxy/cmake/modules/config_macosx.cmk   2012-10-19 13:45:42.0 
-0700
-@@ -1,4 +1,4 @@
--if(APPLE)
-+if(APPLE AND MP_MACOSX)
-   find_library(SC_LIBRARIES SystemConfiguration)
-   find_library(CF_LIBRARIES CoreFoundation)
-   if(SC_LIBRARIES)
-@@ -7,4 +7,4 @@
-   if(CF_LIBRARIES)
- set(CF_FOUND 1)
-   endif()
--endif()
-\ No newli

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

2017-02-10 Thread Pacho Ramos
commit: 0fdbf838a0efff04dccf7b5d62b74cb4610b329e
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Feb 10 18:45:07 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Feb 10 18:46:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdbf838

net-libs/libproxy: Don't rdepend on old webkit-gtk automagically (#596194 by 
Mike Hiretsky)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-libs/libproxy/libproxy-0.4.13-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-libs/libproxy/libproxy-0.4.13-r1.ebuild 
b/net-libs/libproxy/libproxy-0.4.13-r1.ebuild
index 0ef1fd83d9..725f7d5c08 100644
--- a/net-libs/libproxy/libproxy-0.4.13-r1.ebuild
+++ b/net-libs/libproxy/libproxy-0.4.13-r1.ebuild
@@ -73,6 +73,7 @@ multilib_src_configure() {
"-DWITH_PERL=$(multilib_is_native_abi && usex perl || echo 
'OFF')"
"-DWITH_PYTHON=$(multilib_is_native_abi && usex python || echo 
'OFF')"
"-DWITH_MOZJS=$(multilib_is_native_abi && usex spidermonkey || 
echo 'OFF')"
+   "-DWITH_WEBKIT=OFF"
"-DWITH_WEBKIT3=$(multilib_is_native_abi && usex webkit || echo 
'OFF')"
"-DBUILD_TESTING=$(usex test)"
)



[gentoo-commits] repo/gentoo:master commit in: games-misc/ballerburg/

2017-02-10 Thread Andreas Hüttel
commit: 4f39250ee5037e243c1d8e6dcc9b5a830d388412
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Fri Feb 10 18:23:35 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Feb 10 18:24:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f39250e

games-misc/ballerburg: New package

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 games-misc/ballerburg/Manifest|  1 +
 games-misc/ballerburg/ballerburg-1.2.0.ebuild | 18 ++
 games-misc/ballerburg/metadata.xml|  8 
 3 files changed, 27 insertions(+)

diff --git a/games-misc/ballerburg/Manifest b/games-misc/ballerburg/Manifest
new file mode 100644
index 00..7c2177a44e
--- /dev/null
+++ b/games-misc/ballerburg/Manifest
@@ -0,0 +1 @@
+DIST ballerburg-1.2.0.tar.gz 99910 SHA256 
0625f4b213c1180f2cb2179ef2bc6ce35c7e99db2b27306a8690c389ceac6300 SHA512 
d9a911e811871604650df0224633c5338570ed5eee9a2f3eecb35bc012388b9296878b62b2459965c0766dd7e7cded9a23168f39346a2300aac9e9fe4f478760
 WHIRLPOOL 
f51b4df72f985cc0d7e52b9ea7c0666f3857a57743a41034b4d5a99e34abe4160daf2a9a16381b4e0453131e5fa900bff0e923ad3768c47a977bb9b7243f3ee4

diff --git a/games-misc/ballerburg/ballerburg-1.2.0.ebuild 
b/games-misc/ballerburg/ballerburg-1.2.0.ebuild
new file mode 100644
index 00..6882ae699c
--- /dev/null
+++ b/games-misc/ballerburg/ballerburg-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Linux port of the classical Atari ST game Ballerburg"
+HOMEPAGE="http://baller.tuxfamily.org/";
+SRC_URI="http://download.tuxfamily.org/baller/${P}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="media-libs/libsdl"
+RDEPEND="${DEPEND}"

diff --git a/games-misc/ballerburg/metadata.xml 
b/games-misc/ballerburg/metadata.xml
new file mode 100644
index 00..80a71f5978
--- /dev/null
+++ b/games-misc/ballerburg/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+dilfri...@gentoo.org
+Andreas K. Huettel
+  
+



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

2017-02-10 Thread Hans de Graaff
commit: cedbbcf7786eab81c137b67bb6cd2fab73e1364c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Feb 10 18:03:17 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Feb 10 18:04:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedbbcf7

dev-ruby/http: add 2.2.1

Package-Manager: portage-2.3.3

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

diff --git a/dev-ruby/http/Manifest b/dev-ruby/http/Manifest
index 7bbb567059..a6a36d030e 100644
--- a/dev-ruby/http/Manifest
+++ b/dev-ruby/http/Manifest
@@ -4,3 +4,4 @@ DIST http-1.0.2.gem 62464 SHA256 
90f0b96e221d6c4bd6cfbdb6e2ec5426e1bdbb61f833e2f
 DIST http-2.0.3.gem 62976 SHA256 
f8681ff9f77fbc1ca4b92e70f112d1664efd56172862a175912092082051eb56 SHA512 
957f40b627f2da98632636053ddd37d7ca6fb29b94b78157eade3fd13696611808f74c8e12b6a458a47f9494d192656610968b5273754fb006876690a6d0211f
 WHIRLPOOL 
ed130b4e36d62e353c35c96ecd493c9805ff9372d1397dee89ad54828e57212f71f5d63a9d70390b2a89c90405af7aae745dcb3de71397dd7f1b81985919093e
 DIST http-2.1.0.gem 63488 SHA256 
64c1a2811811e379f8ca0c1102f378242c09d1f721c17edcdb4d6c9250467fed SHA512 
0562abd7e53520085559f388bd401475b0c09943dc842b5b1c25cc9f184f31ae41b75001940dd5c7b7a6b2727d52c2f4f701bdb60d0b233a93f66ea1b2434657
 WHIRLPOOL 
6d949451c565453c88b6f69c26bd87fd030344e2020d65cdd99ffabe9ad32085ca4b81e9363a3ce167c30fe5d2db05b490b3877e45912cb5eea6bf8f0bade51f
 DIST http-2.2.0.gem 66560 SHA256 
b01a96c88bffb5eb5340b842ef9647c91090915a1363e9d25452d53768d26eaf SHA512 
82e3c11f8b5df23e42fea9528aab65d09e130ff12b919a0fda5539054883a29f7f512b0d120beec46e2879840c2525fdd2c8ce97311ba8417dc36947cae062f7
 WHIRLPOOL 
329f0349d318309594905b365118dc9d95faf319bdb3b0bdcac340c2ff6996d1ece600109554c494bcc10699a1ddd4a13d38c6028c036e78742ea5239e24dc6c
+DIST http-2.2.1.gem 66560 SHA256 
59d3962cc8193540d014d9671d16079dd88eaeccd1dd3f126f7d5d96f2d14671 SHA512 
e8edf381548c04d0fb2ea0f28104d85eda92d6de6686013190e84127c4ce118fe8b8a562267aed41ad23481ca54e21a215613d7e3d920d6c5ea9f9a3c4a2032c
 WHIRLPOOL 
d5e310bd902bdc1dd5813ddae6393256c04f3bd5de9594c543f7db8931a1d1514c80c13ba9f2dbf36e7cf8eae91c1f3fe0ebd0eade3a812531a9b80b24eee655

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



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

2017-02-10 Thread Michael Weber
commit: 323da13803bd87d8033bb30fbff84051d334fc5e
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 18:01:32 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 18:01:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323da138

sys-apps/portage: arm64 stable (bug 606936).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sys-apps/portage/portage-2.3.3.ebuild 
b/sys-apps/portage/portage-2.3.3.ebuild
index 4063ab24a6..017199f9a5 100644
--- a/sys-apps/portage/portage-2.3.3.ebuild
+++ b/sys-apps/portage/portage-2.3.3.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru native-extensions selinux xattr"
 



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

2017-02-10 Thread Michael Weber
commit: 71f0cabdf494846cd7dc3dd69dbb9261d95b
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 17:40:33 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 17:40:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f0cabd

net-analyzer/nmap: arm stable (bug 604494).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-analyzer/nmap/nmap-7.31.ebuild 
b/net-analyzer/nmap/nmap-7.31.ebuild
index 41fd57c29a..0c2f2ac32a 100644
--- a/net-analyzer/nmap/nmap-7.31.ebuild
+++ b/net-analyzer/nmap/nmap-7.31.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 
 IUSE="ipv6 libressl +nse system-lua ncat ndiff nls nmap-update nping ssl 
zenmap"
 NMAP_LINGUAS=( de fr hi hr it ja pl pt_BR ru zh )



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

2017-02-10 Thread Michael Weber
commit: 762ec0249faeccfd154b3bb5573bb633ec487be4
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 17:15:19 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 17:34:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762ec024

net-libs/libpcap: arm stable (bug 606516).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-libs/libpcap/libpcap-1.8.1.ebuild 
b/net-libs/libpcap/libpcap-1.8.1.ebuild
index 84bffb06c7..298c48c37a 100644
--- a/net-libs/libpcap/libpcap-1.8.1.ebuild
+++ b/net-libs/libpcap/libpcap-1.8.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="bluetooth dbus netlink static-libs usb"
 
 RDEPEND="



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

2017-02-10 Thread Michael Weber
commit: 21183c313f374c06a34866db9854e39b743bfc19
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 17:19:12 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 17:34:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21183c31

net-analyzer/tcpdump: arm stable (bug 606516).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild
index 6ce98e0dbc..7a1913cf0c 100644
--- a/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.9.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="+drop-root libressl smi ssl samba suid test"
 
 RDEPEND="



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

2017-02-10 Thread Michael Weber
commit: b18504fe70c2e17edb65778aef10d55a33233077
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 17:33:35 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 17:34:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18504fe

sys-apps/portage: arm stable (bug 606936).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/sys-apps/portage/portage-2.3.3.ebuild 
b/sys-apps/portage/portage-2.3.3.ebuild
index 4764398d9f..4063ab24a6 100644
--- a/sys-apps/portage/portage-2.3.3.ebuild
+++ b/sys-apps/portage/portage-2.3.3.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Portage is the package management and 
distribution system for Gento
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
 
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 SLOT="0"
 IUSE="build doc epydoc +ipc linguas_ru native-extensions selinux xattr"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/files/, dev-ros/camera_calibration_parsers/

2017-02-10 Thread Alexis Ballier
commit: 869ad6e1ce4f2ccdc6ae39f8a54fa682d586ec0e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 17:20:35 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 17:21:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869ad6e1

dev-ros/camera_calibration_parsers: Fix build with python 3 and enable python 
3.4/3.5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../camera_calibration_parsers-1.11.12.ebuild|  3 ++-
 .../camera_calibration_parsers-.ebuild   |  3 ++-
 .../files/boostpython.patch  | 20 
 3 files changed, 24 insertions(+), 2 deletions(-)

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
index 36edaa11f6..3e0a75d86d 100644
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit ros-catkin
 
@@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( dev-python/nose )
 "
+PATCHES=( "${FILESDIR}/boostpython.patch" )

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index 36edaa11f6..3e0a75d86d 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit ros-catkin
 
@@ -25,3 +25,4 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
test? ( dev-python/nose )
 "
+PATCHES=( "${FILESDIR}/boostpython.patch" )

diff --git a/dev-ros/camera_calibration_parsers/files/boostpython.patch 
b/dev-ros/camera_calibration_parsers/files/boostpython.patch
new file mode 100644
index 00..8e2b868ec4
--- /dev/null
+++ b/dev-ros/camera_calibration_parsers/files/boostpython.patch
@@ -0,0 +1,20 @@
+Revert special handling not needed on Gentoo.
+https://bugs.gentoo.org/show_bug.cgi?id=608330
+
+Index: camera_calibration_parsers/CMakeLists.txt
+===
+--- camera_calibration_parsers.orig/CMakeLists.txt
 camera_calibration_parsers/CMakeLists.txt
+@@ -4,11 +4,7 @@ project(camera_calibration_parsers)
+ find_package(catkin REQUIRED sensor_msgs rosconsole roscpp 
roscpp_serialization)
+ 
+ find_package(PythonLibs REQUIRED)
+-if(PYTHONLIBS_VERSION_STRING VERSION_LESS 3)
+-  find_package(Boost REQUIRED COMPONENTS filesystem python)
+-else()
+-  find_package(Boost REQUIRED COMPONENTS filesystem python3)
+-endif()
++find_package(Boost REQUIRED COMPONENTS filesystem python)
+ include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} 
${PYTHON_INCLUDE_DIRS})
+ 
+ catkin_python_setup()



[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2017-02-10 Thread Alexis Ballier
commit: c08769e9a60543981ad761c1bd0bd9f364ab403c
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 17:11:44 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 17:21:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08769e9

dev-ros/camera_calibration_parsers: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/camera_calibration_parsers/Manifest|  5 -
 .../camera_calibration_parsers-1.11.10.ebuild  | 26 --
 .../camera_calibration_parsers-1.11.11.ebuild  | 26 --
 .../camera_calibration_parsers-1.11.7.ebuild   | 26 --
 .../camera_calibration_parsers-1.11.8.ebuild   | 26 --
 .../camera_calibration_parsers-1.11.9.ebuild   | 26 --
 6 files changed, 135 deletions(-)

diff --git a/dev-ros/camera_calibration_parsers/Manifest 
b/dev-ros/camera_calibration_parsers/Manifest
index a6154495b8..6b743a505c 100644
--- a/dev-ros/camera_calibration_parsers/Manifest
+++ b/dev-ros/camera_calibration_parsers/Manifest
@@ -1,6 +1 @@
-DIST image_common-1.11.10.tar.gz 52212 SHA256 
a0d31e59f3cd67ae37be980b8e208d7315b483b025b8f01de17757d045ccf111 SHA512 
dac26cf9f3a7f0660f513fdcfbcf42ff2b772aaa03dd7422e5b7ede6f2f5724e7ba6c50b2511168fbb7f576d05beda786eec1ac86b3b31b6429341dc1657
 WHIRLPOOL 
4dad1490313d9e2e27a72c5bb47c5ff2425332a22c88f64fff5c9e68fd7479cea715fd6d1b09b047b28ef2b40391a3649b5aa8bf77adfc18b4da23035b4989af
-DIST image_common-1.11.11.tar.gz 52591 SHA256 
e0d5c01e160ceb82aa8c394d40b9f39deb1f005027eefe1e0d29c0417ae47353 SHA512 
3693647935620bc0b223b80c515e2d02718b96eb5d61f57c436098cc635764f359de0f762e5e5e3746b6fbd06e99a490d4cecc33ea38e760f1126e4b321f78f8
 WHIRLPOOL 
34f2b301fda117fdd504b1b09d03c9b5fdf4f3a87ee5c61c484f7f9cac2bb3f567a667475a54270cbaf3bcf5187fe59d80eddbc5aaee595f7b33d17fdcb4b433
 DIST image_common-1.11.12.tar.gz 53920 SHA256 
13d434e2d46e13af05398f3cbacffb2c69e2d015f6827d848f799a28d23e816d SHA512 
cd64edd658092c88060a99bbf2cd501cd27441123c34914fc4c8d8c8a8a1fe6d4a929211e71d813b6eb72e1d844842ee3e12567bc40d32981db9ee430e61fb10
 WHIRLPOOL 
1f1922d9b004e4af7b2f42839b0cdaa8c31c8b187618267b3780f34a56f90a2f471b68bae3dd9bb8ccbb80d35dba41e05d49fcac6a1156e1c5ab2b8e79d3032d
-DIST image_common-1.11.7.tar.gz 49437 SHA256 
1a739aef8ea597f6e7eaad26c031ad90e797efcb9cae764cd352bb124e9744ca SHA512 
7408b641c75b6227130218862674609521d8465680ac15d45fc296de6ad3372ef1dde225a812740e0d5200f5923b52b4e9c2fca4dd4f96104f0bfe901400f456
 WHIRLPOOL 
1c8aee3e738ced0d4b45695a7dd10b1140a330abd8b121c91e2816bed329fc23a1ae39b8150fc81f81b9b586d3a747a9e4d6541914f1caabf6df06cf7cf57441
-DIST image_common-1.11.8.tar.gz 49596 SHA256 
14b5a067791c74d922ab39fbf773a08fc98b3ca3d6f920c8798713e4e551711c SHA512 
448a10466c6ac04d2193ce87741658073c70f629b554df484decfba107c5bc67d9fcf660a12a1dc31ce2c570d69004207c47249e5523276a425e38f330d17f35
 WHIRLPOOL 
9b0c7fed36bfabf0f7126a887fc3926989fc178ad4f49192ee47fc9538816c55516b4624a542e13cfcb88515bc4927718ec26cb9212775e54f304bd9c665833b
-DIST image_common-1.11.9.tar.gz 52035 SHA256 
a01db99c066ba9e69132368c47427297d51865880899dff428bae1c3e78a457c SHA512 
465b66731197384105dff0c499b89ab48d68859aae95411cf7d675fcb911018c7f2d79d3825b17ebcba8297b244491ef848b1b0cf70e620b93b9d73dc9b5bd77
 WHIRLPOOL 
e946257a988e735969744093f1d5c5eba974ed0660c850fc5e04370580f59957070530fd539d35c2490091deccb99ffc2c57008ce6ec750c492edf275e7af68e

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild
deleted file mode 100644
index f8a8503e09..00
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_common";
-KEYWORDS="~amd64 ~arm"
-ROS_SUBDIR=${PN}
-
-inherit ros-catkin
-
-DESCRIPTION="Routines for reading and writing camera calibration parameters"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=[python]
-   dev-ros/rosconsole
-   >=dev-cpp/yaml-cpp-0.5
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-python/nose )
-"

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild
deleted file mode 100644
index ccda9a7d44..00
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-ROS_REPO_URI="https://github.com/ros-perception/image_common";
-KEYWORDS="~amd64 ~ar

[gentoo-commits] repo/gentoo:master commit in: dev-ros/camera_calibration_parsers/

2017-02-10 Thread Alexis Ballier
commit: 056a26501aeb0240c2994d92719dcead51fce106
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 17:14:50 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 17:21:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056a2650

dev-ros/camera_calibration_parsers: Set proper python dependencies, bug #608330

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../camera_calibration_parsers-1.11.12.ebuild  | 5 +++--
 .../camera_calibration_parsers-.ebuild | 7 ---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
index 47a14fde7f..36edaa11f6 100644
--- 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
+++ 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-1.11.12.ebuild
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -15,8 +16,8 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=[python]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
dev-ros/rosconsole
>=dev-cpp/yaml-cpp-0.5
 "

diff --git 
a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild 
b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
index f8a8503e09..36edaa11f6 100644
--- a/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
+++ b/dev-ros/camera_calibration_parsers/camera_calibration_parsers-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,6 +6,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros-perception/image_common";
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=${PN}
+PYTHON_COMPAT=( python2_7 )
 
 inherit ros-catkin
 
@@ -15,8 +16,8 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-   dev-libs/boost:=[python]
+   
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP},${CATKIN_MESSAGES_PYTHON_USEDEP}]
+   dev-libs/boost:=[python,${PYTHON_USEDEP}]
dev-ros/rosconsole
>=dev-cpp/yaml-cpp-0.5
 "



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

2017-02-10 Thread Mike Pagano
commit: a2052dbec663665afb9f72a98f3d5923eac04ff1
Author: Mike Pagano  gentoo  org>
AuthorDate: Fri Feb 10 16:51:17 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 10 16:51:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2052dbe

sys-kernel/gentoo-sources: Linux patch 3.10.105

Package-Manager: portage-2.3.3

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.10.105.ebuild  | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index b134f142b7..2b20c7619f 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -7,6 +7,9 @@ DIST genpatches-3.10-109.extras.tar.xz 17840 SHA256 
401cc66a7f10ecc54ad3eeb06deb
 DIST genpatches-3.10-110.base.tar.xz 1456084 SHA256 
76e1a8e05384a6bb7498bd7c67d122fc5992a7236c64d9df7fd3a8cebba3f42c SHA512 
7a35fa91513b59f38caadf36999e61204117261e40d66fc7c8de2869e1db56db2dcb98dc4ec82093f23d31ef6db941eb9b67a886285e7f4328022be3e8426599
 WHIRLPOOL 
a3e5152260ce6eadb7bcb79dfb105e791ff4e6164df892be3123ffd7376d3ee40e87b18d5ce830638d9b8ee9c476c92594c5d30797044334bdec5def8683edc3
 DIST genpatches-3.10-110.experimental.tar.xz 60156 SHA256 
a77968a7608b9c9b936b27dd186f1caef62bc621bc9698b170cc9dd532c1ca2f SHA512 
34ed3dce28372e41e48f8b3e2d95b430c4d10ea6cadf164b89e9ed7e42633a7516d278db41ebf62c53d6a375a9f0d946df2ef8a9c5c2816d2793a108d474760e
 WHIRLPOOL 
24c4b2dce4a3ad1494486a31020d96b30188e8a6163d5c80c3bf6b183b8875d417d427815b9f76851c01ebf504d9973e0616b3a1bfd1f75130a29d05de038b64
 DIST genpatches-3.10-110.extras.tar.xz 17840 SHA256 
a6132234cac426d840e4be500d5e8dc953bcbb9f02c174e9e8994d45eb783ad6 SHA512 
a8ee10fda5d6ae2d915d8e2cfd2d62aa293c2ec85a2edabe11b1124a1610082237de0368c3e59315be4eb7e6e1294838d19f1f5328af90b098e4041c096be4cc
 WHIRLPOOL 
152f0411d1fcb13b6155b5224915fd34a7c60624dde6a36bddfb0698ba288f16944e73f3a7c284e0abf7b572fe811ab098ee977b52a5fccec163e4debbb732e9
+DIST genpatches-3.10-111.base.tar.xz 1524588 SHA256 
cb6fd55fa46cd653f68bce5508842295fce655485341b0b21b4f8dd8acd39613 SHA512 
379f894edb8652c1dc54dd5954b0160f37478c9e0e5bab8742acd004eec1f7cd2d92d1c1502548f9a63c6bb3341bccfa0357cea6b675d08454e95fc1a5789652
 WHIRLPOOL 
cf6f61ff2095c02de7d2f3c829fb8c7d4a26ed0300cd57a76a61503e13bab804c5bf9474f06955e7c50f33fb82962cef920ca6a73b0f6fb11a39343ca3d2
+DIST genpatches-3.10-111.experimental.tar.xz 60164 SHA256 
97ff139063301b8d9c0809d9ae11feaee04f38297494e51537a4554116cf8e57 SHA512 
3bf3c9b4848a1632ff34f0a5c066d3c4bf9a7fb96288ec4fdf7ca5c8e93da25f69c59ad82ba485ac7f3aced3bcc6cbb301dfeac2905d430ce500a23d5aa2830f
 WHIRLPOOL 
d7c050aac776cb793bb94ac4b1f3885d0c8edb8af156836a32af62425d7c5ba5f0d40a2104a7add8c9ccab970970b8106f9d96b0d2138324536b768ed0e565ba
+DIST genpatches-3.10-111.extras.tar.xz 17844 SHA256 
ff1c8ef69045500a410eca41ace0dbb59bef6d12e8e0d301eb400a6b55f99b53 SHA512 
f1b2c3fbc91c00f42afc3b48f932e6580c5603a32334b895a7a4162e661b8e88e6f0ae8444b253335cad3039cca5552c7e41bb6fb3103c4cb9c32ae09024e307
 WHIRLPOOL 
26bf52b86207d9c25c90490a92dca586bf143cf2f42d4fbd89b6aa807135e7e737fb3324fb93c989a1c7520d6882ad6700a04a4652143f059279f44beb7cd509
 DIST genpatches-3.12-49.base.tar.xz 1545256 SHA256 
f9503fdf958458692b841b95fcdbc561a7ef4ecceeab1c2e532c0740305a25d1 SHA512 
4475cc1e1faee3975598115937869564274053cff1a9dfbefe41b9535846f1dae04abd784541af5925e805e9878ce1590cc2eea999c06cb3ca67b80df94f23e5
 WHIRLPOOL 
25758cf3bad2a875668950923edd3ab481c8fe7f4faa2512a2ad70acf3f4f360dfad0c10bd4599efa60bcb681c29cfb2db5f4b3f8bc82cc792a369517891bf02
 DIST genpatches-3.12-49.experimental.tar.xz 46536 SHA256 
927d367eeddb6823534004c5a4c96093fe822acd5856d262003045935617a741 SHA512 
3ab1222cbd073437af8697b9407ff2dd4a1890be5acaf70d9e14ff6c6e908615a7f6c8a8b3c0def7660e925edca457c6b31fea64b2ec73200c36512df6efa3f1
 WHIRLPOOL 
7d600343ae9e5109e04507176b7914ce2421bf250e2a5f9812122820760060093fbf9112fa9e906f8185c99eb14fd873f198f38da4a3ed7b92c884ce0ff01358
 DIST genpatches-3.12-49.extras.tar.xz 18232 SHA256 
5800be892a1828498d914ca9315cc5315c2493f900390eb493f7ef45bc7d346c SHA512 
b3cad4524b15e15867ed4ae56efed8e59be1d570fe9e822ac381dff7d5c7cfe35af730511a1693ee6f82a48f2e2dc9718b39c37f5530aa00fe18f23d142df4e9
 WHIRLPOOL 
fd8b5bef919d3c155aa49d7c4587c3e3af785ccf1bbff47d0e67fe05fd3d9e4abae8626ba7d44bcded366acac04f4f0ed3244a8ccbcfd886840ebc1663fa7bbf

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.105.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.10.105.ebuild
new file mode 100644
index 00..4f28febaba
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.105.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="111"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~am

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

2017-02-10 Thread Wolfram Schlich
commit: c2c5cf3d2e22d3f1116d21628448ff1fc7a434d8
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Fri Feb 10 15:11:29 2017 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Fri Feb 10 15:11:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c5cf3d

media-video/motion: reformat README.gentoo, print contents upon first 
installation, use latest motion.confd-r1

Package-Manager: portage-2.3.3

 media-video/motion/motion-4.0.1-r2.ebuild | 85 +++
 1 file changed, 85 insertions(+)

diff --git a/media-video/motion/motion-4.0.1-r2.ebuild 
b/media-video/motion/motion-4.0.1-r2.ebuild
new file mode 100644
index 00..3bc71f9d9f
--- /dev/null
+++ b/media-video/motion/motion-4.0.1-r2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools readme.gentoo-r1 user systemd
+
+DESCRIPTION="A software motion detector"
+HOMEPAGE="https://motion-project.github.io";
+SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="ffmpeg libav mmal mysql postgres v4l"
+
+RDEPEND="
+   ffmpeg? (
+   libav? ( media-video/libav:= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
+   virtual/jpeg:=
+   mmal? ( media-libs/raspberrypi-userland )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )
+"
+DEPEND="${RDEPEND}
+   v4l? ( virtual/os-headers media-libs/libv4l )
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="
+You need to setup /etc/${PN}/${PN}.conf before running ${PN} for
+the first time. You can use /etc/${PN}/${PN}-dist.conf as a template.
+Please note that the 'daemon' and 'process_id_file' settings are
+overridden by the bundled OpenRC init script and systemd unit where
+appropriate.
+
+To install ${PN} as a service, use:
+rc-update add ${PN} default # with OpenRC
+systemctl enable ${PN}.service # with systemd
+"
+
+pkg_setup() {
+   enewuser ${PN} -1 -1 -1 video
+}
+
+S="${WORKDIR}"/${PN}-release-${PV}
+
+src_prepare() {
+   eapply_user
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with ffmpeg) \
+   $(use_with mmal) \
+   $(use_with mysql) \
+   $(use_with postgres pgsql) \
+   $(use_with v4l) \
+   --without-optimizecpu
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   docdir=/usr/share/doc/${PF} \
+   examplesdir=/usr/share/doc/${PF}/examples \
+   install
+
+   newinitd "${FILESDIR}"/${PN}.initd-r3 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd-r1 ${PN}
+
+   systemd_dounit "${FILESDIR}"/${PN}.service
+   systemd_dounit "${FILESDIR}"/${PN}_at.service
+   systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
+
+   keepdir /var/lib/motion
+   fowners motion:video /var/lib/motion
+   fperms 0750 /var/lib/motion
+
+   readme.gentoo_create_doc
+   readme.gentoo_print_elog
+}



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

2017-02-10 Thread Michael Weber
commit: 19e0cca9dc843a63cc314a0dc4db878763057bfa
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 13:07:10 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 14:20:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e0cca9

dev-perl/Sub-Uplevel: arm64 stable (bug 601984).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild 
b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
index a354ddba2b..4038a93d9d 100644
--- a/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
+++ b/dev-perl/Sub-Uplevel/Sub-Uplevel-0.250.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Apparently run a function in a higher stack frame"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST="do"



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

2017-02-10 Thread Michael Weber
commit: e15c4e5dd6052440e11bfe39b306d617fd13d0b6
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 14:20:26 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 14:20:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15c4e5d

dev-libs/libevent: arm ppc ppc64 stable (bug 608042).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild 
b/dev-libs/libevent/libevent-2.1.8.ebuild
index f0fc974071..f0dd52770a 100644
--- a/dev-libs/libevent/libevent-2.1.8.ebuild
+++ b/dev-libs/libevent/libevent-2.1.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/$
 LICENSE="BSD"
 # libevent-2.1.so.6
 SLOT="0/2.1-6"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug libressl +ssl static-libs test +threads"
 
 DEPEND="



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

2017-02-10 Thread Michael Weber
commit: 169e90a31212b3da6144e9a2297079724ea216b6
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 13:21:29 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 14:20:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169e90a3

virtual/perl-Exporter: arm64 stable (bug 589680).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

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



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

2017-02-10 Thread Michael Weber
commit: 7470a0401be47ddc3726cee231da5c50ab402f36
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 13:19:29 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 14:20:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7470a040

virtual/perl-Carp: arm64 stable (bug 589680).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/virtual/perl-Carp/perl-Carp-1.360.0-r1.ebuild 
b/virtual/perl-Carp/perl-Carp-1.360.0-r1.ebuild
index 6a5f14e0a8..bf357ad43a 100644
--- a/virtual/perl-Carp/perl-Carp-1.360.0-r1.ebuild
+++ b/virtual/perl-Carp/perl-Carp-1.360.0-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2017-02-10 Thread Michael Weber
commit: 14a1e61ed51619ea318316c0b4e8fbf7e9690a05
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 13:32:47 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 14:20:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a1e61e

sys-libs/glibc: pc stable (bug 576726).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-libs/glibc/glibc-2.23-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.23-r3.ebuild 
b/sys-libs/glibc/glibc-2.23-r3.ebuild
index 7f6d871713..fad971ad77 100644
--- a/sys-libs/glibc/glibc-2.23-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.23-r3.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="GNU libc6 (also called glibc2) C library"
 HOMEPAGE="https://www.gnu.org/software/libc/libc.html";
 
 LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc 
~x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc 
~x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



[gentoo-commits] proj/linux-patches: New tag: 3.10-111

2017-02-10 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Fri Feb 10 13:57:51 2017 +

New tag: 3.10-111




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

2017-02-10 Thread Alexis Ballier
commit: 4e624c66cbbcc6206df90cfed6841671738d5046
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 13:49:27 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 13:50:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e624c66

media-video/ffmpeg: Bump to 3.2.4.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpeg/Manifest | 2 +-
 media-video/ffmpeg/{ffmpeg-3.2.3.ebuild => ffmpeg-3.2.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
index 6106eee7c6..3b758c174c 100644
--- a/media-video/ffmpeg/Manifest
+++ b/media-video/ffmpeg/Manifest
@@ -1,3 +1,3 @@
 DIST ffmpeg-2.8.10.tar.bz2 8585304 SHA256 
d1ce1a73503dce6e2b1e208cb93a2a8a7e89f9c64357ddc3e4da3cab33dea9c9 SHA512 
1ca8b0060361c49de201afc463bcd7c9340f09bbd116dff2539653bc36411d60cdf667874d2ec51664e141ee7a7be8bebc94e158687cb97db6bdfa40f00ec193
 WHIRLPOOL 
4ff9271290c138ad5caa50835da9fd6685fabf5a589cb6c068cfff6698ded948d93e9d40656dca3b516f9e591119d204e6283d57f7d2f0747a4f7ef9b322ebce
 DIST ffmpeg-2.8.11.tar.bz2 8582471 SHA256 
9987e0f6b1f66311390f807a0c18ad9c90652b5097cff17b3dcbeabdd89f8d32 SHA512 
60749897dccde1ff2840be9679f6e10118c7313bbeb1b07bb36acf7f311010f484259df9a4a43e60373726de9d6b54675e1961cc7b40646107142f8f42ea1601
 WHIRLPOOL 
4b71d63a1bbd63ebaa90b3c581f5d2c38e1a74c37044ad80fbf44b857d3d76722d3833da53575aa744779d9dd9a3dc0e41e9706611ba0899ab23c91ad17caa5f
-DIST ffmpeg-3.2.3.tar.bz2 9614810 SHA256 
e9a41be04e8a7f62f83d0ff5ecaa9c82a857f9200f61b02ef5f304a16fb9b072 SHA512 
97f44497b2b9beccbefe8c28e1f82629e74537a585720323adc60620af2782d376498fd3558ddf0d39b9010cbddc3fb62907e3c214ccac72ec1fcbd64baf4b0f
 WHIRLPOOL 
1b45cdc6e0eac48d65105fe04b3eea1ae6ae719abbfa5700d4e103e061e69a47caab544f71de8fce3d8c3aa83bba2e452b1b4a06c8e2c0aad3ec5f6bf34ff249
+DIST ffmpeg-3.2.4.tar.bz2 9612274 SHA256 
c0fa3593a2e9e96ace3c1757900094437ad96d1d6ca19f057c378b5f394496a4 SHA512 
ba5004d0f2659faa139c7dbf2f0fc6bab1d4e017d919f4ac271a5d2e8e4a3478909176e3a4d1ad33ddf2f62ab28dd9e00ce9be1399efb7cb3276dde79134cdaa
 WHIRLPOOL 
e97a19541f990f86b8adbdc3fd20115258e5644b98a5c7f4e075f8f1320881da33fb9be969d8a5e20d79eea4c63b1c9510841b5cf0d5b479408ff231d3ba69cc

diff --git a/media-video/ffmpeg/ffmpeg-3.2.3.ebuild 
b/media-video/ffmpeg/ffmpeg-3.2.4.ebuild
similarity index 100%
rename from media-video/ffmpeg/ffmpeg-3.2.3.ebuild
rename to media-video/ffmpeg/ffmpeg-3.2.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: media-video/motion/, media-video/motion/files/

2017-02-10 Thread Wolfram Schlich
commit: 2b8b8b465357ce49caa20126a303e5d7a1eb367e
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Fri Feb 10 13:44:32 2017 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Fri Feb 10 13:44:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8b8b46

media-video/motion: security cleanup wrt bug #475120

Package-Manager: portage-2.3.3

 media-video/motion/Manifest|   1 -
 media-video/motion/files/ffmpeg-1.patch|  95 --
 media-video/motion/files/ffmpeg-2.patch| 141 -
 media-video/motion/files/ffmpeg-3.patch|  35 -
 media-video/motion/files/ffmpeg-4.patch|  68 --
 media-video/motion/files/ffmpeg-5.patch| 122 --
 media-video/motion/files/libav-9.patch |  21 ---
 ...motion-3.2.12-workaround-v4l1_deprecation.patch |  35 -
 media-video/motion/files/motion.initd-r2   |  39 --
 media-video/motion/motion-3.2.12-r2.ebuild |  73 ---
 media-video/motion/motion-3.2.12-r3.ebuild |  82 
 11 files changed, 712 deletions(-)

diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest
index 3334e86bd8..8048180803 100644
--- a/media-video/motion/Manifest
+++ b/media-video/motion/Manifest
@@ -1,2 +1 @@
-DIST motion-3.2.12.tar.gz 425729 SHA256 
a597f8d7ec0bf3c5fb62722c4eead59717fe01c2ae0d256c642027cea74b2f0a SHA512 
d44620f8865420da71ff1dc1e1d8ba8e5465b395f2cf3b2cc9a91d3d415694b26376a9f8e3a1b78ffd0efde22d9e0338daa77237aed38c060dc3577af4c0864c
 WHIRLPOOL 
0b7618d48161e8ffefacc5331d1078004d87839b532100c37bfaf06e99772921228feea6eea063301dfdc9e5f5a1dc07fd0847858440c6f876c1e03deaa078c8
 DIST release-4.0.1.tar.gz 444779 SHA256 
2f67669a09ce0481ecd987028dae1c5cb135dfdc3c254c06ab7c9ca0c6c183f0 SHA512 
6ccde3890e6af56f28208321987dd1b9d62a55bbe7cbc3ab5600263602e6e8f47589392c2f3a3a6cb54f927ee76aea94d0e83f26ce8e4047890c891b6c2f8976
 WHIRLPOOL 
425587a1ff52edadddbdc7fd65cdb015324b99514128d3810a6d1bb6d2cd2f1c5daea03c1db0c4a89679358793f9201156dd821ce795d704ede12bdb151fafdd

diff --git a/media-video/motion/files/ffmpeg-1.patch 
b/media-video/motion/files/ffmpeg-1.patch
deleted file mode 100644
index 56c83c474f..00
--- a/media-video/motion/files/ffmpeg-1.patch
+++ /dev/null
@@ -1,95 +0,0 @@
-Description: Fix FFmpeg guess_format() deprecation warning
-Author: Angel Carpintero 
-Origin: Upstream, https://github.com/sackmotion/motion/commit/527377#svn517
-Last-Update: 2012-02-12
-
 a/ffmpeg.c
-+++ b/ffmpeg.c
-@@ -36,6 +36,11 @@
- #endif /* __GNUC__ */
- #endif /* LIBAVCODEC_BUILD > 4680 */
- 
-+#if defined LIBAVFORMAT_VERSION_MAJOR && defined LIBAVFORMAT_VERSION_MINOR 
-+#if LIBAVFORMAT_VERSION_MAJOR < 53 && LIBAVFORMAT_VERSION_MINOR < 45
-+#define GUESS_NO_DEPRECATED 
-+#endif
-+#endif
- 
- #if LIBAVFORMAT_BUILD >= 4616
- /* The API for av_write_frame changed with FFmpeg version 0.4.9pre1.
-@@ -258,7 +263,11 @@
- /* We use "mpeg1video" for raw mpeg1 format. Using "mpeg" would
-  * result in a muxed output file, which isn't appropriate here.
-  */
--of = guess_format("mpeg1video", NULL, NULL);
-+#ifdef GUESS_NO_DEPRECATED
-+of = guess_format("mpeg1video", NULL, NULL);
-+#else
-+of = av_guess_format("mpeg1video", NULL, NULL);
-+#endif 
- if (of) {
- /* But we want the trailer to be correctly written. */
- of->write_trailer = mpeg1_write_trailer;
-@@ -270,24 +279,44 @@
- #endif
- } else if (strcmp(codec, "mpeg4") == 0) {
- ext = ".avi";
--of = guess_format("avi", NULL, NULL);
-+#ifdef GUESS_NO_DEPRECATED
-+of = guess_format("mpeg1video", NULL, NULL);
-+#else
-+of = av_guess_format("avi", NULL, NULL);
-+#endif
- } else if (strcmp(codec, "msmpeg4") == 0) {
- ext = ".avi";
--of = guess_format("avi", NULL, NULL);
-+#ifdef GUESS_NO_DEPRECATED
-+of = guess_format("mpeg1video", NULL, NULL);
-+#else
-+of = av_guess_format("avi", NULL, NULL);
-+#endif
- if (of) {
- /* Manually override the codec id. */
- of->video_codec = CODEC_ID_MSMPEG4V2;
- }
- } else if (strcmp(codec, "swf") == 0) {
- ext = ".swf";
--of = guess_format("swf", NULL, NULL);
-+#ifdef GUESS_NO_DEPRECATED
-+of = guess_format("mpeg1video", NULL, NULL);
-+#else
-+of = av_guess_format("swf", NULL, NULL);
-+#endif
- } else if (strcmp(codec, "flv") == 0) {
- ext = ".flv";
--of = guess_format("flv", NULL, NULL);
-+#ifdef GUESS_NO_DEPRECATED
-+of = guess_format("mpeg1video", NULL, NULL);
-+#else
-+of = av_guess_format("flv", NULL, NULL);
-+#endif
- of->video_codec = CODEC_ID_FLV1;
- } else if (strcmp(codec, "ffv1") == 0) {
- ext = ".avi";
--of = guess_format("avi", NULL,

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

2017-02-10 Thread Alexys Jacob
commit: f106640d011db1463b581156edade88e87615708
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Feb 10 13:21:29 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Feb 10 13:21:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f106640d

www-servers/uwsgi: cleanup php5-5, ruby20 and fix #608514 thx to Brandon 
Holbrook

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-servers/uwsgi/Manifest |   3 -
 www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild | 403 
 www-servers/uwsgi/uwsgi-2.0.12.ebuild  | 405 -
 www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild |   7 +-
 ...{uwsgi-2.0.14.ebuild => uwsgi-2.0.14-r1.ebuild} |   8 +-
 www-servers/uwsgi/uwsgi-2.0.9.ebuild   | 377 ---
 6 files changed, 6 insertions(+), 1197 deletions(-)

diff --git a/www-servers/uwsgi/Manifest b/www-servers/uwsgi/Manifest
index d5bb8abc1e..cd32b3bec8 100644
--- a/www-servers/uwsgi/Manifest
+++ b/www-servers/uwsgi/Manifest
@@ -1,5 +1,2 @@
-DIST uwsgi-2.0.11.2.tar.gz 782133 SHA256 
0b889b0b4d2dd3f6625df28cb0b86ec44a68d074ede2d0dfad0b91e88914885c SHA512 
627759ec98de74016c245b19069dc7e6970c398be95e707c2c9e36fa06438249f130d0c2bdee16f585b123094a9dd4977de5be276a065ddce30a9698da9a
 WHIRLPOOL 
314a397bc678aefe59df8b6a87584768d19b5d52cfd894d518ebe3e9019fb74232c9139c9cc5af00da8b1bc21c369c7a84e9d424b7c5986e6ece65172f3cca27
-DIST uwsgi-2.0.12.tar.gz 784048 SHA256 
306b51db97648d6d23bb7eacd76e5a413434575f220dac1de231c8c26d33e409 SHA512 
3178d140d8365d4f876002490f138c1586fdffa1dbd1a9ec2279097535fcdf5e6bac16acf5d409b51b54c003e0533b724a95a57a213b7310a624ee02bf5c1796
 WHIRLPOOL 
64bbd21a74ec493a3e48981988a76c9c424b406e48784244717567c3842f954229a503d41f36e651634668be5117a533c15e0e51473e99c831676e483cd7d87a
 DIST uwsgi-2.0.13.1.tar.gz 784937 SHA256 
da32a4438c623a5f7129d1ebeefa3e13eccc2be220af36475fb3461734fe539b SHA512 
9cc7936faf4898401268803d1294896a4d60bc8f1c8ecf3177b16f5e873e69b88d6b8d28cd020a6bf319e6c1e7de65caf29e85207633a5b60f423ffbdaf116e5
 WHIRLPOOL 
9246bdf85cd22b2f01789e8cc06f035ae7d15d4213d7e40e88dd9cd4f1152fb9c4205c32ee8749d0fc174b116453887dbdb2b01ed42c0be897d8e011913f4199
 DIST uwsgi-2.0.14.tar.gz 788945 SHA256 
0761056d465061568d97726f985e0a9c236ef8682dd012b60746bc453293b28e SHA512 
c8ed54be20580561b10edb1b882d5a75bdbcf5b1ff9c33bbcfa7f67bd94766183960900c2ad32b071ca726d4665a75f4126e46be0d066be80c5cad500be05c06
 WHIRLPOOL 
794a91afe7ec710ed56fd21c0d260849ecc1565bba95bff1fe5073af70de0754971b3be53ffe2bcf44797a7e53b12bde1cf0155c1e2f98aeab82c6336de82553
-DIST uwsgi-2.0.9.tar.gz 779244 SHA256 
fe0489bca0a8b95653908be2297e35699fb9e992f728e382224587ee6b918295 SHA512 
8afb6ca51aa2113e2c9fc0b90e11ce8c1aeddb38f41c7b0d5da6811d7ef93aa8b9e015abfd29b1ced35b0f6a00fd7285b8140b855fc3ee79804e2513e94a9fb5
 WHIRLPOOL 
362abe240b9a3f170409b850d9ae5186701b137159cd91d2e689b5f3d43dfe779f13d9e4554b60b82efd534a00751394a7982130912f7f106ac6e7c6dbde88d6

diff --git a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
deleted file mode 100644
index 5466aa8753..00
--- a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
+++ /dev/null
@@ -1,403 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-PYTHON_REQ_USE="threads(+)"
-
-RUBY_OPTIONAL="yes"
-USE_RUBY="ruby20 ruby21"
-
-PHP_EXT_INI="no"
-PHP_EXT_NAME="dummy"
-PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php5-5 php5-6" # deps must be registered separately below
-
-MY_P="${P/_/-}"
-
-inherit apache-module distutils-r1 eutils flag-o-matic multilib pax-utils 
php-ext-source-r2 python-r1 ruby-ng versionator
-
-DESCRIPTION="uWSGI server for Python web applications"
-HOMEPAGE="http://projects.unbit.it/uwsgi/";
-SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
-   http ugreen signal syslog rsyslog
-   
router_{uwsgi,redirect,basicauth,rewrite,http,cache,static,memcached,redis,hash,expires,metrics}
-   {core,fast,raw,ssl}router
-   redislog mongodblog log{file,socket}
-   spooler cheaper_busyness symcall
-   transformation_{chunked,gzip,offload,tofile}
-   zergpool )
-UWSGI_PLUGINS_OPT=( alarm_{curl,xmpp} clock_{monotonic,realtime} curl_cron
-   dumbloop echo emperor_{amqp,pg,zeromq} forkptyrouter
-   geoip graylog2 legion_cache_fetch ldap log{crypto,pipe} notfound pam
-   rados router_{access,radius,spnego,xmldir}
-   sqlite ssi stats_pusher_statsd
-   systemd_logger transformation_toupper tuntap webdav xattr xslt zabbix )
-
-LANG_SUPPORT_SIMPLE=( cgi mono perl ) # plugins which can be built in the main 
build process
-LANG_SUPPORT_EXTENDED=( lua php pypy python python_asyncio python_gevent ruby )
-
-# plugins to be igno

[gentoo-commits] repo/gentoo:master commit in: dev-db/redis/files/, dev-db/redis/

2017-02-10 Thread Alexys Jacob
commit: 41b9d561263e88d302fd0c2266954334864fe7ba
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Feb 10 13:09:01 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Feb 10 13:09:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b9d561

dev-db/redis: cleanup old and vulnerable wrt #565188

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/redis/Manifest   |   3 -
 dev-db/redis/files/redis-2.8.13-sharedlua.patch |  44 -
 dev-db/redis/files/redis-2.8.19-sharedlua.patch |  44 -
 dev-db/redis/redis-2.8.17-r1.ebuild | 112 --
 dev-db/redis/redis-2.8.23.ebuild| 120 
 dev-db/redis/redis-3.0.4.ebuild | 116 ---
 6 files changed, 439 deletions(-)

diff --git a/dev-db/redis/Manifest b/dev-db/redis/Manifest
index 0568d9acc4..8ae7bceb23 100644
--- a/dev-db/redis/Manifest
+++ b/dev-db/redis/Manifest
@@ -1,6 +1,3 @@
-DIST redis-2.8.17.tar.gz 1234543 SHA256 
53c7cc639571729fa57d7baa7f81aec1d5886f86bac9c66f6ad06dbdaee236a7 SHA512 
29515abd4437e03da20063a1831f0eb11ac65ba9d51cbfbb1987726102e3a55c76a3286b8c9a3bfbaf5290998fb5b662ef4aadbe0d131cd60824c8533e088441
 WHIRLPOOL 
22eb01f8100a07178352e397f4342d44f478aadda7a0a7bdfa9a08d8cfa1578ac6e98ba0cce0a9828cc226364d9a7995d86bc78adfc73476c04868639307be30
-DIST redis-2.8.23.tar.gz 1265194 SHA256 
f3c79778f478a01237035b67edaaa19332e5624dfa849d66815a4328d3e95ace SHA512 
ab27d5f4da3a1a03f513dd6e731517b59c8857961599651f51ced29138c907e3968390d2a473e26690d8ada6808cff1b948999ed171e9826cad8449031fc39ce
 WHIRLPOOL 
e18e5caf086c41743642d817b69ce7d923505ebb90373c7b8ccac5990bfa1972e264292e3d78310e84378b958c0ab818d208349763ab43eb9cfc05030755a6f5
-DIST redis-3.0.4.tar.gz 1364993 SHA256 
a35e90ad581925134aa0fc92e969cc825f5cdee8e13c36a87d4d6995316112cf SHA512 
7d8d681222892c759e7c3809203522a96a547457e0ff123cca296bac911395c7d8c1ded06331ae5cb487b87d0adcbaa02aa12c2dd724196a7b86111e236b023a
 WHIRLPOOL 
e12f7751e3e25068a25c02990d0e8416cedc152f66b5e9e1e47ae91f10a0d543b96ad456a4eb7fe16cb92ed46a0cc2fee65954207b354b9c211f425191a6c388
 DIST redis-3.0.7.tar.gz 1375200 SHA256 
b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23 SHA512 
6c8f4c88d911e1433fd28efff2f6d62763e08be89814ebf4aa4e68e2c8bd605eba24ca3410548b2f480ae094437ce96c0bafa7a5762b3b405d5d850886297ba3
 WHIRLPOOL 
53c2c967b999bbcb5b45117bbad74b46457158ad94e8c43566311dd3d58c63c2d0cc2dac5dc9e8806821c2532ee4beded17e039da4ddeae958e5a0092429ee3a
 DIST redis-3.2.5.tar.gz 1544040 SHA256 
8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315 SHA512 
4ecf6277c8fdf4411223b9f5a5c8308829da9bd756b45de5217d469e9def8faad8c05b6348c06aef99eca9245d45abfd52df056c3c819723da66a2ca20c381dd
 WHIRLPOOL 
db1eecac5e407734002d39cc16f708fcb1f506829df4dabda53bffc7012746a23ea2342cded4d90f39db72ba61eda349b80b4a3e4f1eba06dbaa6cad8c50264e
 DIST redis-3.2.6.tar.gz 1544806 SHA256 
2e1831c5a315e400d72bda4beaa98c0cfbe3f4eb8b20c269371634390cf729fa SHA512 
15f2e55a7cc56e7e652a3a8d344fceb6d0d33cf53caa81854e6b1977ec68f7e92ac06d0d66999bfc577f185eba19e0927a81014bdb5cd484eecb080b6a6e16bc
 WHIRLPOOL 
a3dd92e565cdfbc65bfccd452efde8fc4124ede1133ca74a30c69f68eb5021b5fb1bbc7dc30d3ea9993c42bc9c4ce2716564329bd5be142a5764a9ab807a9d14

diff --git a/dev-db/redis/files/redis-2.8.13-sharedlua.patch 
b/dev-db/redis/files/redis-2.8.13-sharedlua.patch
deleted file mode 100644
index e13c62f07a..00
--- a/dev-db/redis/files/redis-2.8.13-sharedlua.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-commit de0d4973ddb629dcc80f0724769a0e997fe644ba
-Author: Johan Bergström 
-Date:   Wed Jul 16 09:47:44 2014 +1000
-
-Use a shared lua
-
-diff --git src/Makefile src/Makefile
-index 134694c..a09832e 100644
 src/Makefile
-+++ src/Makefile
-@@ -15,7 +15,7 @@
- release_hdr := $(shell sh -c './mkreleasehdr.sh')
- uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
- OPTIMIZATION?=-O2
--DEPENDENCY_TARGETS=hiredis linenoise lua
-+DEPENDENCY_TARGETS=hiredis linenoise
-
- # Default settings
- STD=-std=c99 -pedantic
-@@ -52,6 +52,7 @@ endif
- FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
- FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG)
- FINAL_LIBS=-lm
-+FINAL_LIBS+=$(shell pkg-config --libs lua)
- DEBUG=-g -ggdb
-
- ifeq ($(uname_S),SunOS)
-@@ -108,6 +109,7 @@ endif
- REDIS_SERVER_NAME=redis-server
- REDIS_SENTINEL_NAME=redis-sentinel
- REDIS_SERVER_OBJ=adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o 
lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o 
object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o 
config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o 
endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o 
bitops.o sentinel.o notify.o setproctitle.o hyperloglog.o latency.o sparkline.o
-+REDIS_SERVER_OBJ+=lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o
- REDIS_

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/, sys-cluster/glusterfs/files/

2017-02-10 Thread Alexys Jacob
commit: 4db4f466470ead5803952a38332aea12ebb3d4e6
Author: Ultrabug  gentoo  org>
AuthorDate: Fri Feb 10 13:03:20 2017 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Fri Feb 10 13:04:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db4f466

sys-cluster/glusterfs: drop old and vulnerable wrt #541540

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/glusterfs/Manifest |   1 -
 sys-cluster/glusterfs/files/glusterd-workdir.patch |  49 -
 .../files/glusterfs-3.1.0-parallel-build.patch |  22 
 sys-cluster/glusterfs/files/glusterfs-docdir.patch |  51 --
 sys-cluster/glusterfs/glusterfs-3.1.2.ebuild   | 112 -
 sys-cluster/glusterfs/metadata.xml |   1 -
 6 files changed, 236 deletions(-)

diff --git a/sys-cluster/glusterfs/Manifest b/sys-cluster/glusterfs/Manifest
index 97d98978c0..c55ec43970 100644
--- a/sys-cluster/glusterfs/Manifest
+++ b/sys-cluster/glusterfs/Manifest
@@ -1,4 +1,3 @@
-DIST glusterfs-3.1.2.tar.gz 2086469 SHA256 
9a4e910431f572aa180a3ad1821f7524773ec1e8f06342c4040f26619f832838 SHA512 
69b61af7c6cd9f54f615f7cd50c6ffda670800c6045604449b130eaa43c90c9adcb518c1312134890cccf3a301066a5af3e97bd7ec9775b7f70ea6d0a4a67cd6
 WHIRLPOOL 
0ecc86ac943f4c8d9575b8b0ae2ef72002d6510945e1a687409277165eb7688c2e4db50532ae10777828646b782561dfd4314fa766d7a3bcf4762e8be7c34c79
 DIST glusterfs-3.5.4.tar.gz 5199067 SHA256 
8e8bf9ff6b3884c420653dbf7549f8240cb30aa4a55c852ebb8f293f8089ad35 SHA512 
eac2e5eacf33a04c574d495ea532703222faa559e34702f5939e9300936064d0867e4de9653be64dd3fa7fc1976e32915521a0ba07dc3c16c03b598a64dc12da
 WHIRLPOOL 
b597b677d6284e0419b6d1574d24bc6677bffec120c2ff37fc83f51b0fd048ec9bae8873b530e44cad10e85c109f8a97f3e67f85a4709207d488f64d561fc068
 DIST glusterfs-3.6.5.tar.gz 6091408 SHA256 
20d912ef35fb8350c50c39c15134a3558ee90d012203f049799c8eb67a61fd2a SHA512 
7ca41855239818fc4c84cdb86e1f1d39502e781d5117a5ee50ea134f03f0823a8640ee9bda28f05463e8504aba9ddb12ac72e118f0ce7c3755c083033f5677ca
 WHIRLPOOL 
9fc0592052d976d65fcc769c69d910fa6d909695162bccf80c1e799a2c54c531ab03a4afd3788951c231a214a22e5f8bb3613a83277858627425b86fd532ab5e
 DIST glusterfs-3.7.4.tar.gz 7552110 SHA256 
f98f448117d1de7666ae425eddd8d7d87b02c57f6627234ce96ba60566f47173 SHA512 
f9a281f3a37835f9f54679740ddb19b307babe576a8f14c9ef24d256f483789c227d7e7c5b0ed4ef5c13a257bcf00d0c17b6108fa60c5e45d0175df6e236b3a5
 WHIRLPOOL 
7b0320936de078234228cb691f3e381da3cc89c638d6246aba63695aa36cb114afca6e53d12d23de441b8da0b3a594ac1702b450d5d14720254af73e689c4ab8

diff --git a/sys-cluster/glusterfs/files/glusterd-workdir.patch 
b/sys-cluster/glusterfs/files/glusterd-workdir.patch
deleted file mode 100644
index 285136373d..00
--- a/sys-cluster/glusterfs/files/glusterd-workdir.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Change the default workdir of the glusterd daemon to /var/lib/glusterd instead 
of /etc/glusterd.
-This directory is dynamically populated by glusterd via the gluster CLI so it 
does better
-belong into /var/lib/.
-
-Patch by Ultrabug.
-
 a/xlators/mgmt/glusterd/src/glusterd.h   2010-10-13 06:20:37.0 
+0200
-+++ b/xlators/mgmt/glusterd/src/glusterd.h   2010-10-26 10:47:52.747265444 
+0200
-@@ -204,7 +204,7 @@
- GLUSTERD_VOL_COMP_RJT,
- };
-
--#define GLUSTERD_DEFAULT_WORKDIR "/etc/glusterd"
-+#define GLUSTERD_DEFAULT_WORKDIR "/var/lib/glusterd"
- #define GLUSTERD_DEFAULT_PORTGF_DEFAULT_BASE_PORT
- #define GLUSTERD_INFO_FILE  "glusterd.info"
- #define GLUSTERD_VOLUME_DIR_PREFIX "vols"
 a/doc/glusterd.vol  2010-10-13 06:20:36.0 +0200
-+++ b/doc/glusterd.vol  2010-10-26 10:48:16.487931870 +0200
-@@ -1,6 +1,6 @@
- volume management
- type mgmt/glusterd
--option working-directory /etc/glusterd
-+option working-directory /var/lib/glusterd
- option transport-type socket,rdma
- option transport.socket.keepalive-time 10
- option transport.socket.keepalive-interval 2
 a/doc/gluster.8  2010-10-13 06:20:36.0 +0200
-+++ b/doc/gluster.8  2010-10-26 10:48:36.738500314 +0200
-@@ -118,7 +118,7 @@
- .TP
- .PP
- .SH FILES
--/etc/glusterd/*
-+/var/lib/glusterd/*
-
- .SH SEE ALSO
- .nf
 a/doc/glusterd.8 2010-10-13 06:20:36.0 +0200
-+++ b/doc/glusterd.8 2010-10-26 10:48:44.898729373 +0200
-@@ -70,7 +70,7 @@
-
- .PP
- .SH FILES
--/etc/glusterd/*
-+/var/lib/glusterd/*
-
- .SH SEE ALSO
- .nf

diff --git a/sys-cluster/glusterfs/files/glusterfs-3.1.0-parallel-build.patch 
b/sys-cluster/glusterfs/files/glusterfs-3.1.0-parallel-build.patch
deleted file mode 100644
index 9320c12ea7..00
--- a/sys-cluster/glusterfs/files/glusterfs-3.1.0-parallel-build.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 glusterfsd/src/Makefile.am
-+++ glusterfsd/src/Makefile.am
-@@ -20,5 +20,6 @@ uninstall-local:
- install-data-local:
-   $(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/run
-   $(INSTALL) -d -m 755 $(DESTDIR)$(localstatedir)/log/glusterfs
-+  $(INSTAL

[gentoo-commits] data/gentoo-news:master commit in: 2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22/

2017-02-10 Thread Anthony G. Basile
commit: ac29f3bf36395040c52ab10cac3f5f46af5e13ab
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Feb 10 12:54:35 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Feb 10 12:54:35 2017 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=ac29f3bf

Add a news item for upgrading to uclibc-ng-1.0.22

 ...-10-upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt | 77 ++
 ...upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt.asc | 16 +
 2 files changed, 93 insertions(+)

diff --git 
a/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt
 
b/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt
new file mode 100644
index 000..b413ce4
--- /dev/null
+++ 
b/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt
@@ -0,0 +1,77 @@
+Title: Upgrade to =sys-libs/uclibc-ng-1.0.22
+Author: Anthony G. Basile 
+Content-Type: text/plain
+Posted: 2017-02-10
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: sys-libs/uclibc-ng
+Display-If-Profile: default/linux/uclibc/amd64
+Display-If-Profile: hardened/linux/uclibc/amd64
+Display-If-Profile: default/linux/uclibc/arm/armv7a
+Display-If-Profile: hardened/linux/uclibc/arm/armv7a
+Display-If-Profile: default/linux/uclibc/mips
+Display-If-Profile: hardened/linux/uclibc/mips
+Display-If-Profile: default/linux/uclibc/mips/mipsel
+Display-If-Profile: hardened/linux/uclibc/mips/mipsel
+Display-If-Profile: default/linux/uclibc/ppc
+Display-If-Profile: hardened/linux/uclibc/ppc
+Display-If-Profile: default/linux/uclibc/x86
+Display-If-Profile: hardened/linux/uclibc/x86
+
+There have been two major changes in uclibc-ng which need special
+attention when upgrading. Version 1.0.19 restructured the breakout
+libraries, libcrypt.so.0, libdl.so.0, and friends.  The functions in
+those libraries are now included in libuClibc-0.1.0.19.so.  Version
+1.0.21 and above removed libc support for obstack, expecting packages to
+use their bundled GNU lib code. Both changes require special upgrade
+procedures which we outline below: 
+
+0. Because of changes in the library structure in previous versions,
+make sure you are working with 1.0.19 and rebuild world using
+
+emerge -e @world
+
+This will make sure all the executables link directly against libc.so.0
+(as reported by `readelf -d`) rather than via symlinks like libdl.so.0
+-> libc.so.0.  Then upgrade from 1.0.19 to 1.0.20 without symlink-compat:
+
+USE="-symlink-compat" emerge =sys-libs/uclibc-ng-1.0.20
+
+1. Get rid of the obstack.h header since it's used by configure scripts
+to look for function prototypes and macros.
+
+mv /usr/include/obstack.h ~
+
+2. We also need to force the use of any bundled gnu lib code.  We can do
+this by removing the definition of _GNU_OBSTACK_INTERFACE_VERSION from
+gnu-version.h
+
+cp /usr/include/gnu-versions.h ~
+sed -i -e '/#define _GNU_OBSTACK/d' /usr/include/gnu-versions.h
+
+3. We need to tell stdio.h that __UCLIBC_HAS_OBSTACK__ is false.  We do
+this via the uClibc_config.h file.
+
+cp /usr/include/bits/uClibc_config.h ~
+sed -i -e '/__UCLIBC_HAS_OBSTACK__/ s/1/0/' \
+ /usr/include/bits/uClibc_config.h
+
+4. To be safe, you may want to back up your entire /lib directory so
+you can fall back should something go wrong:
+
+cp -a /lib /lib.bak
+
+5. Now when we rebuild @world, all packages will use their bundled
+obstack code rather than depending on libc to provide it.
+
+ac_cv_func_obstack_vprintf=no emerge --keep-going --exclude \
+ sys-libs/uclibc-ng -e @world
+
+6. Finally update uclibc-ng to the latest
+
+emerge =sys-libs/uclibc-ng-1.0.22
+
+7. For good measure, rebuild the entire system
+
+emerge —e @world
+

diff --git 
a/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt.asc
 
b/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt.asc
new file mode 100644
index 000..9670121
--- /dev/null
+++ 
b/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1.0.22.en.txt.asc
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIcBAABCAAGBQJYnbfjAAoJENe4dETWg5zIJggQAJmR5WLPqG3IjEWRLzaCmWts
+cHNlSALbtM4SECSVPnTL3G+41rukc/3H+59H1AuWkH/vb7KaTd9ZGQFF96vzJhxE
+1zSxkW9nKKaGDw8fEJnQ3R7qjRPdnNjUf9Xwn3Z09uj1hT2KnSHtPZIzuk4GF+nY
+UvYO0tSq0oUlW6HxNh+zUa5t43CqFV5+oxCxbukBbZbzvUuv0p2caiA2pxMVSaS/
+FlP0bTpoDV86mNZvuCaAPctCumyzQP7hj5ZJpXNfNslcYoHwwZxWN9o/+CIuvZsK
+fhsIHdxuDEwZJrlFJ/otsu8AnXYtpXVrHM6Yj9AE6M0q4p6NjNY/lBAw0ev49Bzx
+tpyZ9zuPU37Qm7thYol55U4lfN/tPKR2glj24ULP/N20f1Ekame0TL0eFDoJh+qp
+Ska0YjPyzs2hufC6LS26uTR9VCl+MQse43C57srjZkA1z03TOvtEJatNrl66MAj7
+H9ihJ6Q2orr/2FBZBvvV/hhvH95cbMw/Yoc9AOAEYtMiwi3IaJiy+DHG5XrtiTa2
+LiCpqzW5ucf9sO6ynMIohSaLoSOvVN7uITMGJvdKPpdXMf4IYceI+P+iRNTClix5
++zz+iB+1xOQImMeDnomuxtFb8O+Od

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

2017-02-10 Thread Michael Weber
commit: 8a1c4c8e003f3d1aadaa6637c2d00f1f3af1d931
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 12:53:18 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 12:53:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1c4c8e

dev-lang/perl: arm64 stable (bug 589680).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-lang/perl/perl-5.22.3_rc4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.22.3_rc4.ebuild 
b/dev-lang/perl/perl-5.22.3_rc4.ebuild
index b798cacaba..2100f6b505 100644
--- a/dev-lang/perl/perl-5.22.3_rc4.ebuild
+++ b/dev-lang/perl/perl-5.22.3_rc4.ebuild
@@ -30,7 +30,7 @@ HOMEPAGE="http://www.perl.org/";
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0/${SHORT_PV}"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="berkdb debug doc gdbm ithreads"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/

2017-02-10 Thread Michael Weber
commit: 063aa91faec1a4b25a159b2e7d425b1edf73a02d
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 12:26:39 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 12:29:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063aa91f

sci-geosciences/gpsd: arm ppc ppc64 stable (bug 576006).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-geosciences/gpsd/gpsd-3.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/gpsd/gpsd-3.16.ebuild 
b/sci-geosciences/gpsd/gpsd-3.16.ebuild
index 18ad0f640b..ab7d3df084 100644
--- a/sci-geosciences/gpsd/gpsd-3.16.ebuild
+++ b/sci-geosciences/gpsd/gpsd-3.16.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
 # $Id$
 
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-2
 else
SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+   KEYWORDS="~amd64 arm ppc ppc64 ~x86"
 fi
 
 DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping 
clients"



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

2017-02-10 Thread Alexis Ballier
commit: d2b4d6bce871e5b13c1f1a155ddd573f3c50
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Feb 10 11:52:22 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Feb 10 11:52:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b4d6bc

media-video/ffmpeg: Bump to 2.8.11

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-video/ffmpeg/Manifest |   1 +
 media-video/ffmpeg/ffmpeg-2.8.11.ebuild | 458 
 2 files changed, 459 insertions(+)

diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
index 27c2e2a8a8..6106eee7c6 100644
--- a/media-video/ffmpeg/Manifest
+++ b/media-video/ffmpeg/Manifest
@@ -1,2 +1,3 @@
 DIST ffmpeg-2.8.10.tar.bz2 8585304 SHA256 
d1ce1a73503dce6e2b1e208cb93a2a8a7e89f9c64357ddc3e4da3cab33dea9c9 SHA512 
1ca8b0060361c49de201afc463bcd7c9340f09bbd116dff2539653bc36411d60cdf667874d2ec51664e141ee7a7be8bebc94e158687cb97db6bdfa40f00ec193
 WHIRLPOOL 
4ff9271290c138ad5caa50835da9fd6685fabf5a589cb6c068cfff6698ded948d93e9d40656dca3b516f9e591119d204e6283d57f7d2f0747a4f7ef9b322ebce
+DIST ffmpeg-2.8.11.tar.bz2 8582471 SHA256 
9987e0f6b1f66311390f807a0c18ad9c90652b5097cff17b3dcbeabdd89f8d32 SHA512 
60749897dccde1ff2840be9679f6e10118c7313bbeb1b07bb36acf7f311010f484259df9a4a43e60373726de9d6b54675e1961cc7b40646107142f8f42ea1601
 WHIRLPOOL 
4b71d63a1bbd63ebaa90b3c581f5d2c38e1a74c37044ad80fbf44b857d3d76722d3833da53575aa744779d9dd9a3dc0e41e9706611ba0899ab23c91ad17caa5f
 DIST ffmpeg-3.2.3.tar.bz2 9614810 SHA256 
e9a41be04e8a7f62f83d0ff5ecaa9c82a857f9200f61b02ef5f304a16fb9b072 SHA512 
97f44497b2b9beccbefe8c28e1f82629e74537a585720323adc60620af2782d376498fd3558ddf0d39b9010cbddc3fb62907e3c214ccac72ec1fcbd64baf4b0f
 WHIRLPOOL 
1b45cdc6e0eac48d65105fe04b3eea1ae6ae719abbfa5700d4e103e061e69a47caab544f71de8fce3d8c3aa83bba2e452b1b4a06c8e2c0aad3ec5f6bf34ff249

diff --git a/media-video/ffmpeg/ffmpeg-2.8.11.ebuild 
b/media-video/ffmpeg/ffmpeg-2.8.11.ebuild
new file mode 100644
index 00..a94d946de8
--- /dev/null
+++ b/media-video/ffmpeg/ffmpeg-2.8.11.ebuild
@@ -0,0 +1,458 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+# Subslot: libavutil major.libavcodec major.libavformat major
+# Since FFmpeg ships several libraries, subslot is kind of limited here.
+# Most consumers will use those three libraries, if a "less used" library
+# changes its soname, consumers will have to be rebuilt the old way
+# (preserve-libs).
+# If, for example, a package does not link to libavformat and only libavformat
+# changes its ABI then this package will be rebuilt needlessly. Hence, such a
+# package is free _not_ to := depend on FFmpeg but I would strongly encourage
+# doing so since such a case is unlikely.
+FFMPEG_SUBSLOT=54.56.56
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-2"
+   EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git"
+fi
+
+inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM}
+
+DESCRIPTION="Complete solution to record, convert and stream audio and video. 
Includes libavcodec"
+HOMEPAGE="http://ffmpeg.org/";
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
+   SRC_URI="mirror://gentoo/${P}.tar.bz2"
+else # Release
+   SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2";
+fi
+FFMPEG_REVISION="${PV#*_p}"
+
+SLOT="0/${FFMPEG_SUBSLOT}"
+LICENSE="
+   !gpl? ( LGPL-2.1 )
+   gpl? ( GPL-2 )
+   amr? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   encode? (
+   aac? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   amrenc? (
+   gpl? ( GPL-3 )
+   !gpl? ( LGPL-3 )
+   )
+   )
+   samba? ( GPL-3 )
+"
+if [ "${PV#}" = "${PV}" ] ; then
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
+fi
+
+# Options to use as use_enable in the foo[:bar] form.
+# This will feed configure with $(use_enable foo bar)
+# or $(use_enable foo foo) if no :bar is set.
+# foo is added to IUSE.
+FFMPEG_FLAG_MAP=(
+   +bzip2:bzlib cpudetection:runtime-cpudetect debug doc gnutls 
+gpl
+   +hardcoded-tables +iconv lzma +network openssl +postproc
+   samba:libsmbclient sdl:ffplay sdl vaapi vdpau X:xlib xcb:libxcb
+   xcb:libxcb-shm xcb:libxcb-xfixes +zlib
+   # libavdevice options
+   cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca 
openal
+   opengl
+   # indevs
+   libv4l:libv4l2 pulseaudio:libpulse
+   # decoders
+   amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac
+   jpeg2k:libopenjpeg bluray:libb

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2017-02-10 Thread Michael Weber
commit: 249211c17636baed048f044eff67133917270f0f
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 11:48:05 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 11:48:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249211c1

mail-client/thunderbird: ppc ppc64 stable (bug 607310).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mail-client/thunderbird/thunderbird-45.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-client/thunderbird/thunderbird-45.7.0.ebuild 
b/mail-client/thunderbird/thunderbird-45.7.0.ebuild
index cde84db6ba..567d503283 100644
--- a/mail-client/thunderbird/thunderbird-45.7.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-45.7.0.ebuild
@@ -38,7 +38,7 @@ inherit flag-o-matic toolchain-funcs mozconfig-v6.45 makeedit 
autotools pax-util
 DESCRIPTION="Thunderbird Mail Client"
 HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/";
 
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist crypt hardened ldap lightning +minimal mozdom selinux"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/

2017-02-10 Thread Andreas Sturmlechner
commit: 5855c234a8f75a790a4b4f6620f3c0f6e3b04240
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 10 11:26:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 10 11:30:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5855c234

kde-apps/pimcommon: Add blocker against kde-apps/kdepim-common-libs:4

Gentoo-bug: 608794
Thanks-to: Jonathan Lovelace  gmail.com>

Files collide:

/usr/share/icons/hicolor/16x16/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/48x48/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/22x22/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/32x32/apps/kdepim-dropbox.png

Package-Manager: portage-2.3.3

 kde-apps/pimcommon/pimcommon-16.12.2.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/kde-apps/pimcommon/pimcommon-16.12.2.ebuild 
b/kde-apps/pimcommon/pimcommon-16.12.2.ebuild
index 601da9a7ec..63286e4ea4 100644
--- a/kde-apps/pimcommon/pimcommon-16.12.2.ebuild
+++ b/kde-apps/pimcommon/pimcommon-16.12.2.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
@@ -51,6 +51,9 @@ RDEPEND="
$(add_qt_dep qtxml)
dev-libs/grantlee:5
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
 "
+RDEPEND="${COMMON_DEPEND}
+   !kde-apps/kdepim-common-libs:4
+"



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

2017-02-10 Thread Andreas Sturmlechner
commit: 67b7990689204d9039eb13044b341855a427b22c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 10 11:13:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 10 11:13:01 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=67b79906

kde-apps/okular: Move kde-frameworks/khtml dep behind USE=chm

Upstream commit 7a013e3869367fdc2dd4e5b452ed2d6e9b037a9e

Package-Manager: portage-2.3.3

 kde-apps/okular/okular-.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/kde-apps/okular/okular-.ebuild 
b/kde-apps/okular/okular-.ebuild
index 75719f0669..48c3fb79a9 100644
--- a/kde-apps/okular/okular-.ebuild
+++ b/kde-apps/okular/okular-.ebuild
@@ -23,7 +23,6 @@ DEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep khtml)
$(add_frameworks_dep kio)
$(add_frameworks_dep kjs)
$(add_frameworks_dep kparts)
@@ -38,7 +37,10 @@ DEPEND="
media-libs/freetype
media-libs/phonon[qt5]
sys-libs/zlib
-   chm? ( dev-libs/chmlib )
+   chm? (
+   $(add_frameworks_dep khtml)
+   dev-libs/chmlib
+   )
crypt? ( app-crypt/qca:2[qt5] )
djvu? ( app-text/djvu )
ebook? ( app-text/ebook-tools )



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

2017-02-10 Thread Andreas Sturmlechner
commit: eadb491a30edc919f9f846685613bfbb6107ec3f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb 10 11:26:14 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb 10 11:26:14 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eadb491a

kde-apps/pimcommon: Add blocker against kde-apps/kdepim-common-libs:4

Gentoo-bug: 608794
Thanks-to: Jonathan Lovelace  gmail.com>

Files collide:

/usr/share/icons/hicolor/16x16/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/48x48/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/22x22/apps/kdepim-dropbox.png
/usr/share/icons/hicolor/32x32/apps/kdepim-dropbox.png

Package-Manager: portage-2.3.3

 kde-apps/pimcommon/pimcommon-16.12.49..ebuild | 7 +--
 kde-apps/pimcommon/pimcommon-.ebuild  | 7 +--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/kde-apps/pimcommon/pimcommon-16.12.49..ebuild 
b/kde-apps/pimcommon/pimcommon-16.12.49..ebuild
index 18e8055267..a2ef97162e 100644
--- a/kde-apps/pimcommon/pimcommon-16.12.49..ebuild
+++ b/kde-apps/pimcommon/pimcommon-16.12.49..ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
@@ -51,6 +51,9 @@ RDEPEND="
$(add_qt_dep qtxml)
dev-libs/grantlee:5
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
 "
+RDEPEND="${COMMON_DEPEND}
+   !kde-apps/kdepim-common-libs:4
+"

diff --git a/kde-apps/pimcommon/pimcommon-.ebuild 
b/kde-apps/pimcommon/pimcommon-.ebuild
index 18e8055267..a2ef97162e 100644
--- a/kde-apps/pimcommon/pimcommon-.ebuild
+++ b/kde-apps/pimcommon/pimcommon-.ebuild
@@ -14,7 +14,7 @@ LICENSE="GPL-2+ LGPL-2.1+"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND="
+COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
@@ -51,6 +51,9 @@ RDEPEND="
$(add_qt_dep qtxml)
dev-libs/grantlee:5
 "
-DEPEND="${RDEPEND}
+DEPEND="${COMMON_DEPEND}
dev-libs/libxslt
 "
+RDEPEND="${COMMON_DEPEND}
+   !kde-apps/kdepim-common-libs:4
+"



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

2017-02-10 Thread Lars Wendler
commit: 82a7eb160321773695c855821680fbdcacabd46d
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Feb 10 10:57:32 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Feb 10 10:58:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a7eb16

dev-python/httplib2: Bump to version 0.10.3

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/httplib2/Manifest   |  1 +
 dev-python/httplib2/httplib2-0.10.3.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/httplib2/Manifest b/dev-python/httplib2/Manifest
index b6fb9194ac..647697d6c4 100644
--- a/dev-python/httplib2/Manifest
+++ b/dev-python/httplib2/Manifest
@@ -1 +1,2 @@
+DIST httplib2-0.10.3.tar.gz 204500 SHA256 
e404d3b7bd86c1bc931906098e7c1305d6a3a6dcef141b8bb1059903abb3ceeb SHA512 
d024986ffd577858017d7a8cfcae98a6cd04b8c89634ea302df4c1443eb2381cecca6ffbb631c9d4260335a3462df6d5604ec485aa591a05cb0231a3f6745aaa
 WHIRLPOOL 
da205bc1bb5ed6d253c857381300eb0eefe9e409abf87799f5706809eb2d06ac76322f03cf6480f1105c5d0c5820c8842268c0bd2af3496828c201c6d01a4689
 DIST httplib2-0.9.2.tar.gz 205165 SHA256 
c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988 SHA512 
cf1684f2d072588bc676c02491667480bdd2be0b3494703129d9cfa339d1233e14c0b4895b174d4c2ec5e2f5ae265d165b4e001b180f39f81db2178f91a032f8
 WHIRLPOOL 
d795a016202821870e890531011e7c1c51dbc52f78f79ccf078e85fb3c1155dcf996b2e629b450ba79e34ccdda41e3df3d80293e102c39a76a57d174e51a884e

diff --git a/dev-python/httplib2/httplib2-0.10.3.ebuild 
b/dev-python/httplib2/httplib2-0.10.3.ebuild
new file mode 100644
index 00..b84b76f7b4
--- /dev/null
+++ b/dev-python/httplib2/httplib2-0.10.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A comprehensive HTTP client library"
+HOMEPAGE="https://pypi.python.org/pypi/httplib2 
https://github.com/jcgregorio/httplib2";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# tests connect to random remote sites
+RESTRICT="test"
+
+python_prepare_all() {
+   chmod o+r */*egg*/* || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   if [[ ${EPYTHON} == python2.7 ]] ; then
+   cd python2 || die
+   else
+   cd python3 || die
+   fi
+
+   "${PYTHON}" httplib2test.py || die
+}



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

2017-02-10 Thread Fabian Groffen
commit: ecd18c259ced805b011593dd77bf1a07a807091b
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Feb 10 10:49:23 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Feb 10 10:50:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd18c25

dev-libs/npth: marked ~amd64-linux

Package-Manager: portage-2.3.3

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

diff --git a/dev-libs/npth/npth-1.3.ebuild b/dev-libs/npth/npth-1.3.ebuild
index 23ad1eb43e..9e0ac479cb 100644
--- a/dev-libs/npth/npth-1.3.ebuild
+++ b/dev-libs/npth/npth-1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~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 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 src_prepare() {



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

2017-02-10 Thread Amy Liffey
commit: a89d9c3191d64bc79dca2fc69f4b4e9849127df7
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Feb 10 10:47:38 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Feb 10 10:47:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a89d9c31

dev-db/postgis: add postgresql 9.6

Suggested-by: Wojciech Myrda  tlen.pl>
Package-Manager: portage-2.3.0

 dev-db/postgis/postgis-2.3.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-db/postgis/postgis-2.3.2.ebuild 
b/dev-db/postgis/postgis-2.3.2.ebuild
index dbd23affd4..4bf76c5505 100644
--- a/dev-db/postgis/postgis-2.3.2.ebuild
+++ b/dev-db/postgis/postgis-2.3.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-POSTGRES_COMPAT=( 9.{1,2,3,4,5} )
+POSTGRES_COMPAT=( 9.{1,2,3,4,5,6} )
 
 inherit autotools eutils versionator
 
@@ -21,6 +21,7 @@ IUSE="doc gtk static-libs test"
 
 RDEPEND="
|| (
+   dev-db/postgresql:9.6[server]
dev-db/postgresql:9.5[server]
dev-db/postgresql:9.4[server]
dev-db/postgresql:9.3[server]



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm2pgsql/

2017-02-10 Thread Amy Liffey
commit: dd361c5a36dfc26991ce8827ef9e4f863948eef4
Author: Amy Liffey  gentoo  org>
AuthorDate: Fri Feb 10 10:24:18 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Feb 10 10:25:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd361c5a

sci-geosciences/osm2pgsql: fix dep bug #607456

Suggested-by: bugtrack  web.de
Upstream-bug: https://github.com/openstreetmap/osm2pgsql/issues/634

Package-Manager: portage-2.3.0

 sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild   | 4 ++--
 sci-geosciences/osm2pgsql/osm2pgsql-0.86.0.ebuild   | 4 ++--
 sci-geosciences/osm2pgsql/osm2pgsql-0.87.0.ebuild   | 4 ++--
 sci-geosciences/osm2pgsql/osm2pgsql-0.87.1.ebuild   | 4 ++--
 sci-geosciences/osm2pgsql/osm2pgsql-0.88.1.ebuild   | 4 ++--
 sci-geosciences/osm2pgsql/osm2pgsql-0.90.0.ebuild   | 4 ++--
 sci-geosciences/osm2pgsql/osm2pgsql-.ebuild | 4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild 
b/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild
index f2acefa66d..e80207d729 100644
--- a/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild
+++ b/sci-geosciences/osm2pgsql/osm2pgsql-0.84.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ DEPEND="
app-arch/bzip2
dev-db/postgresql:=
dev-libs/libxml2:2
-   sci-libs/geos
+   

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

2017-02-10 Thread Miroslav Šulc
commit: 4e4ba6f0f2fc4e3e97a72e421d69e49cc3ba50ae
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Feb 10 10:10:58 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Feb 10 10:10:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4ba6f0

www-servers/tomcat: version bump in slot 8.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-servers/tomcat/Manifest|   1 +
 .../tomcat/files/tomcat-8.5.11-build.xml.patch | 250 +
 www-servers/tomcat/tomcat-8.5.11.ebuild| 158 +
 3 files changed, 409 insertions(+)

diff --git a/www-servers/tomcat/Manifest b/www-servers/tomcat/Manifest
index b279e9e1a4..d448b71351 100644
--- a/www-servers/tomcat/Manifest
+++ b/www-servers/tomcat/Manifest
@@ -2,5 +2,6 @@ DIST apache-tomcat-7.0.73-src.tar.gz 4674971 SHA256 
e3e236fb551ae9deb85024d8472f
 DIST apache-tomcat-7.0.75-src.tar.gz 4657629 SHA256 
ffa9489ecd9aa0750598e5db0dc3275ce7e29de13f16d7bf863e0477bf338463 SHA512 
2b7a0fc64ca58849713435993768b1f77666ad23f22cfb6091503bc1393f2c4fd3a61dac518efe4ccb22738d82fa81b1a1597ba148f4f829a0c642d131270117
 WHIRLPOOL 
eada3af432dd943ca494ab3fbedfeaf655dbe621b639791e224cd0f58d1c26f8e6e99496757c21073249ef0af2bfa101dd8374f9d708777b331c31da663c435a
 DIST apache-tomcat-8.0.39-src.tar.gz 5019148 SHA256 
566bf43a50f42af9c5b46be60f68e571a56c41f8e93647cf9f68e5f93870be96 SHA512 
0f58f2ef0dc047189672107b1f2586731e9455c3e665210d5634f5f5a16b0afd7ef5c35beaf02e22b874d4898ab62d33638785d9f18714893674bc691b0f9330
 WHIRLPOOL 
62baaba90f588c43ea503eb336d1b385b3a00b86686c1e232a836975f10d12241416b688279ffcd60dd42afb9d9660b6385e749c0c4d0877217f7494539f2752
 DIST apache-tomcat-8.0.41-src.tar.gz 4950440 SHA256 
2bbaf50e9c9ffe8d79369c0c16cad04ea256cccde85658d15a011c8f8d1c2b77 SHA512 
6d2d104be33f203a5c45e6d0d8a8631542830462da932f1d11eadfb9927ba82e3fa5245321197e610f55ed34622b50743cb3af4699c7cedfb91b9dd2b35f338d
 WHIRLPOOL 
758104c1e2f7aa5707f8711b6c08c67674c4c9b8702f8da2d48839da1802f158aa158aef6386af27e6c95b430c6060436cafbd7accc48c7bced376c5cef8
+DIST apache-tomcat-8.5.11-src.tar.gz 4996153 SHA256 
81fb94243600d950375c4622f76b39c06c5615b7a8a6f70d387ea249bed1dddf SHA512 
d1a9513535773805c26825f8843fa502e044c9f1ccc22176db5418a7a0abb6d1bcff3db401b449a5867065359abbc8277d14085d807fe00c95dd267d9091620d
 WHIRLPOOL 
41ff9daec144c2481d3bb7a49bcd071eb2d21b34c11356a9911a139b404779971c31282f73b7b336b7e02d16156749e8e816dca8d5c727ef871ff0216577398d
 DIST apache-tomcat-8.5.9-src.tar.gz 5059352 SHA256 
65b4ed45950263cb4e4ca82a9b469943053eb85656a7568d6e0eb446ab34afe5 SHA512 
85534e88467b298dfbf6d3ec274592da4e73c34ee3f8e84582f95aa7f69959b47076a7fd9e31c705b12e914fefad53ffc954a09c7d7f3da0203752033e70bf17
 WHIRLPOOL 
0dbcbc1bc0c9fdb8ca50dc7d630dc86d92c606a0e554e6fd8f68c1d34682e2581d4b730198161f75e64340c857f251244237ae0dcbc406caa90585236b5d69df
 DIST apache-tomcat-9.0.0.M15-src.tar.gz 5075694 SHA256 
c8101177073c2a4aa63cf04ef58226a2768b1cfacb14861d74966881a2791251 SHA512 
76d68ebe49f8d5f3c1dcfc629b901453eda58410d071db1e5c1e339fb6aeda54d1402f00a4056e368ea8495841d462d46d4d62dbedb52dc538dc587fdc4f3757
 WHIRLPOOL 
c098ee812b84ca617b710a154a3505ef0c0fcc9616c69db0e6396e300e2b90a3ed684507e407aaab6efdccbb5ea109b8e3d203f09062d25df7479296a5dfe049

diff --git a/www-servers/tomcat/files/tomcat-8.5.11-build.xml.patch 
b/www-servers/tomcat/files/tomcat-8.5.11-build.xml.patch
new file mode 100644
index 00..611c99d7a0
--- /dev/null
+++ b/www-servers/tomcat/files/tomcat-8.5.11-build.xml.patch
@@ -0,0 +1,250 @@
+diff --git a/apache-tomcat-8.5.4-src/build.xml 
b/apache-tomcat-8.5.4-src/build.xml
+index 655e379..b973b7f 100644
+--- a/apache-tomcat-8.5.4-src/build.xml
 b/apache-tomcat-8.5.4-src/build.xml
+@@ -691,24 +691,29 @@
+   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
+ 
+ 
++
+ 
++
+ 
+ 
++
+ 
+ 
+ 
+-
++
+ 
+ 
+   
+@@ -1049,7 +1054,7 @@
+ 
+   
+ 
+-
++
+ 
+ 
+ 
+@@ -1083,7 +1088,7 @@
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+   
+ 
+-  
++  
+ 
+ 
+ 
+ 
++
+ 
+@@ -1579,7 +1585,7 @@
+ 
+   
++  description="Prepare to build web services extras package" 
unless="noget">
+ 
+ 
+   
+@@ -1727,6 +1733,7 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
+ 
+   
++
+ 
+ 
+   
++
+   
+   http://docs.oracle.com/javase/7/docs/api/"/>
+   http://commons.apache.org/proper/commons-io/javadocs/api-release/"/>
+@@ -2574,7 +2584,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download (and build) components necessary to compile" 
unless="noget">
+ 
+ 
+   
+@@ -2608,7 +2618,7 @@ skip.installer property in build.properties" />
+   
+ 
+   
++  description="Download additional components for the tests" 
unless="noget">
+ 
+ 
+   
+@@ -2665,7 +2675,7 @@ skip.installer property in build

[gentoo-commits] repo/gentoo:master commit in: dev-java/tomcat-servlet-api/

2017-02-10 Thread Miroslav Šulc
commit: 84ef9c3a1ef4cc837d4ef1e98b93474d7cc51e61
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Feb 10 10:10:16 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Feb 10 10:10:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ef9c3a

dev-java/tomcat-servlet-api: version bump for version 8.5.x

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-java/tomcat-servlet-api/Manifest   |  1 +
 .../tomcat-servlet-api-8.5.11.ebuild   | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-java/tomcat-servlet-api/Manifest 
b/dev-java/tomcat-servlet-api/Manifest
index 8801358d6c..e454a8b4fb 100644
--- a/dev-java/tomcat-servlet-api/Manifest
+++ b/dev-java/tomcat-servlet-api/Manifest
@@ -7,6 +7,7 @@ DIST apache-tomcat-7.0.73-src.tar.gz 4674971 SHA256 
e3e236fb551ae9deb85024d8472f
 DIST apache-tomcat-7.0.75-src.tar.gz 4657629 SHA256 
ffa9489ecd9aa0750598e5db0dc3275ce7e29de13f16d7bf863e0477bf338463 SHA512 
2b7a0fc64ca58849713435993768b1f77666ad23f22cfb6091503bc1393f2c4fd3a61dac518efe4ccb22738d82fa81b1a1597ba148f4f829a0c642d131270117
 WHIRLPOOL 
eada3af432dd943ca494ab3fbedfeaf655dbe621b639791e224cd0f58d1c26f8e6e99496757c21073249ef0af2bfa101dd8374f9d708777b331c31da663c435a
 DIST apache-tomcat-8.0.39-src.tar.gz 5019148 SHA256 
566bf43a50f42af9c5b46be60f68e571a56c41f8e93647cf9f68e5f93870be96 SHA512 
0f58f2ef0dc047189672107b1f2586731e9455c3e665210d5634f5f5a16b0afd7ef5c35beaf02e22b874d4898ab62d33638785d9f18714893674bc691b0f9330
 WHIRLPOOL 
62baaba90f588c43ea503eb336d1b385b3a00b86686c1e232a836975f10d12241416b688279ffcd60dd42afb9d9660b6385e749c0c4d0877217f7494539f2752
 DIST apache-tomcat-8.0.41-src.tar.gz 4950440 SHA256 
2bbaf50e9c9ffe8d79369c0c16cad04ea256cccde85658d15a011c8f8d1c2b77 SHA512 
6d2d104be33f203a5c45e6d0d8a8631542830462da932f1d11eadfb9927ba82e3fa5245321197e610f55ed34622b50743cb3af4699c7cedfb91b9dd2b35f338d
 WHIRLPOOL 
758104c1e2f7aa5707f8711b6c08c67674c4c9b8702f8da2d48839da1802f158aa158aef6386af27e6c95b430c6060436cafbd7accc48c7bced376c5cef8
+DIST apache-tomcat-8.5.11-src.tar.gz 4996153 SHA256 
81fb94243600d950375c4622f76b39c06c5615b7a8a6f70d387ea249bed1dddf SHA512 
d1a9513535773805c26825f8843fa502e044c9f1ccc22176db5418a7a0abb6d1bcff3db401b449a5867065359abbc8277d14085d807fe00c95dd267d9091620d
 WHIRLPOOL 
41ff9daec144c2481d3bb7a49bcd071eb2d21b34c11356a9911a139b404779971c31282f73b7b336b7e02d16156749e8e816dca8d5c727ef871ff0216577398d
 DIST apache-tomcat-8.5.9-src.tar.gz 5059352 SHA256 
65b4ed45950263cb4e4ca82a9b469943053eb85656a7568d6e0eb446ab34afe5 SHA512 
85534e88467b298dfbf6d3ec274592da4e73c34ee3f8e84582f95aa7f69959b47076a7fd9e31c705b12e914fefad53ffc954a09c7d7f3da0203752033e70bf17
 WHIRLPOOL 
0dbcbc1bc0c9fdb8ca50dc7d630dc86d92c606a0e554e6fd8f68c1d34682e2581d4b730198161f75e64340c857f251244237ae0dcbc406caa90585236b5d69df
 DIST apache-tomcat-9.0.0.M15-src.tar.gz 5075694 SHA256 
c8101177073c2a4aa63cf04ef58226a2768b1cfacb14861d74966881a2791251 SHA512 
76d68ebe49f8d5f3c1dcfc629b901453eda58410d071db1e5c1e339fb6aeda54d1402f00a4056e368ea8495841d462d46d4d62dbedb52dc538dc587fdc4f3757
 WHIRLPOOL 
c098ee812b84ca617b710a154a3505ef0c0fcc9616c69db0e6396e300e2b90a3ed684507e407aaab6efdccbb5ea109b8e3d203f09062d25df7479296a5dfe049
 DIST jakarta-servletapi-src.tar.gz 65342 SHA256 
404e2c55423c609122921a91e03f2b67d371fedc0af8996e005862d83d626697 SHA512 
7dad5a52ab6bfca4b052d60a48fc89ce22a5eb790584671f24d8d22b163f2dffe93bea58caebc6b4ecb0bd8434a074c88f640aa57daa1cefbf47d74df758c084
 WHIRLPOOL 
beb0e14920a8623d276c8823e6291aacb4b4d5d0539f5de431ce6f94582df9b260d4e04e0d0b650c59f7ca168f4af9352fffbfc0506b2530464a3bcdcf6ac0d1

diff --git a/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.11.ebuild 
b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.11.ebuild
new file mode 100644
index 00..cabadeeefa
--- /dev/null
+++ b/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.5.11.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+JAVA_PKG_IUSE="source"
+
+inherit eutils java-pkg-2 java-ant-2
+
+MY_A="apache-${P}-src"
+MY_P="${MY_A/-servlet-api/}"
+DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3/EL API 3.0 implementation"
+HOMEPAGE="http://tomcat.apache.org/";
+SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="3.1"
+KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.7"
+RDEPEND=">=virtual/jre-1.7"
+
+S="${WORKDIR}/${MY_P}/"
+
+src_prepare() {
+   default
+
+   cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
+   rm -fR */*/build.xml
+   einfo "Removing bundled jars and classes"
+   find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} +
+
+   java-pkg-2_src_prepare
+}
+
+src_install() {
+   java-pkg_dojar "${S}"/output/build/

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

2017-02-10 Thread Michael Weber
commit: 55d027a30d72a06c6d3dc87aefc4f1793a1f2dc5
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 10 09:38:43 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 10 09:43:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55d027a3

app-portage/eix: Move eix-functions.sh into /usr/share/eix (bug 493000).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-portage/eix/eix-0.32.5-r1.ebuild | 113 +++
 1 file changed, 113 insertions(+)

diff --git a/app-portage/eix/eix-0.32.5-r1.ebuild 
b/app-portage/eix/eix-0.32.5-r1.ebuild
new file mode 100644
index 00..73cdb6e6fd
--- /dev/null
+++ b/app-portage/eix/eix-0.32.5-r1.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PLOCALES="de ru"
+inherit autotools bash-completion-r1 l10n systemd flag-o-matic
+
+DESCRIPTION="Search and query ebuilds"
+HOMEPAGE="https://github.com/vaeth/eix/";
+SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="debug doc nls sqlite"
+
+BOTHDEPEND="nls? ( virtual/libintl )
+   sqlite? ( >=dev-db/sqlite-3:= )"
+RDEPEND="${BOTHDEPEND}
+   >=app-shells/push-2.0-r1
+   >=app-shells/quoter-3.0_p2-r1"
+DEPEND="${BOTHDEPEND}
+   app-arch/xz-utils
+   nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+   # remove stale cache file to prevent collisions
+   local old_cache=${EROOT%/}/var/cache/${PN}
+   if [[ -f ${old_cache} ]]; then
+   rm "${old_cache}" || die
+   fi
+}
+
+src_prepare() {
+   default
+   sed -i -e "s:/:${EPREFIX}/:" tmpfiles.d/eix.conf || die
+
+   sed -e "/eixf_source=/s:push.sh:cat 
\"${EROOT}usr/share/push/push.sh\":" \
+   -e "/eixf_source=/s:quoter_pipe.sh:cat 
\"${EROOT}usr/share/quoter/quoter_pipe.sh\":" \
+   -i src/eix-functions.sh.in || die
+   sed -e "s:'\$(bindir)/eix-functions.sh':cat 
\"${EROOT}usr/share/eix/eix-functions.sh\":" \
+   -i src/Makefile.am || die
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable debug paranoicasserts)
+   $(use_enable nls)
+   $(use_with doc extra-doc)
+   $(use_with sqlite)
+
+   # default configuration
+   $(use_with prefix always-accept-keywords)
+   --with-dep-default
+   --with-required-use-default
+
+   # paths
+   --with-portage-rootpath="${ROOTPATH}"
+   --with-eprefix-default="${EPREFIX}"
+
+   # build a single executable with symlinks
+   --disable-separate-binaries
+   --disable-separate-tools
+
+   # used purely to control/disrespect *FLAGS
+   --disable-debugging
+   --disable-new_dialect
+   --disable-optimization
+   --disable-strong-optimization
+   --disable-security
+   --disable-nopie-security
+   --disable-strong-security
+   )
+
+   # https://github.com/vaeth/eix/issues/35
+   append-cxxflags -std=c++11
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   dobashcomp bash/eix
+   systemd_dotmpfilesd tmpfiles.d/eix.conf
+
+   insinto /usr/share/${PN}
+   doins "${ED}"/usr/bin/eix-functions.sh
+   rm -r "${ED}"/usr/bin/eix-functions.sh || die
+
+   keepdir /var/cache/eix
+}
+
+pkg_postinst() {
+   if ! use prefix; then
+   # note: if this is done in src_install(), portage:portage
+   # ownership may be reset to root
+   chown portage:portage "${EROOT%/}"/var/cache/eix || die
+   fi
+
+   local obs=${EROOT%/}/var/cache/eix.previous
+   if [[ -f ${obs} ]]; then
+   ewarn "Found obsolete ${obs}, please remove it"
+   fi
+}
+
+pkg_postrm() {
+   if [[ ! -n ${REPLACED_BY_VERSION} ]]; then
+   rm -rf "${EROOT%/}/var/cache/${PN}" || die
+   fi
+}



  1   2   >