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

2017-06-05 Thread Hans de Graaff
commit: ae91288541092627b0b2bfc4631d34234ed0cf21
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  6 04:53:49 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  6 04:53:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae912885

dev-ruby/best_in_place: add 3.1.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/best_in_place/Manifest   |  1 +
 dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/dev-ruby/best_in_place/Manifest b/dev-ruby/best_in_place/Manifest
index ca025539597..89a68fde282 100644
--- a/dev-ruby/best_in_place/Manifest
+++ b/dev-ruby/best_in_place/Manifest
@@ -1 +1,2 @@
 DIST best_in_place-3.1.0.gem 73728 SHA256 
4bc57e238e2a4f4b01b7c464fec4ea814189b180431deb603cc1db3fe00bc33c SHA512 
5296392d2534e8eb7c0136530259a10c4d7cb5765bb2bd76944c9bc93e4202135cf2a656283bbf24041986f80b0bf2ec613c27c3368aeee7fae32c6bc6dd
 WHIRLPOOL 
84f262964e42d767d5f355eb0236fbe2c8e948ff98292e7ddd3fe2315eb3707a900f2691dce6c0301da2b170828ce75767b2aac633c057b145a4d69e4438b317
+DIST best_in_place-3.1.1.gem 75264 SHA256 
5a682a28b001a0f3bc557ea82085bc2bc29122115d662c8707b040a192aa2765 SHA512 
f6a26590769f8d6ab6b6bf9ef955e2c26b6116ab82ccaf3bc26cfae435cb0bc594facae6dcb052bafdaaeb5806f7091eb9ad21e51940030eadd437ae342f1d33
 WHIRLPOOL 
b3f4549b4ba2219376b759858637ccc4f3dbf277f0fc31e50d8c92506c35429fb07e2ac7d6d10c4f004ac45eec91bdb125b44afc5dc551da976b5293581c4c12

diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild 
b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
new file mode 100644
index 000..ec12f4326dc
--- /dev/null
+++ b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+# if ever needed
+#GITHUB_USER="bernat"
+#GITHUB_PROJECT="${PN}"
+#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
+
+inherit virtualx ruby-fakegem
+
+DESCRIPTION="In-place editor helper for Rails 3"
+HOMEPAGE="https://github.com/bernat/best_in_place;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/actionpack-3.2:*
+   >=dev-ruby/railties-3.2:*
+"
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/rdiscount
+   dev-ruby/rspec-rails:3
+   >=dev-ruby/nokogiri-1.5.0
+   >=dev-ruby/capybara-1.1.2
+   >=dev-ruby/rails-3.2
+   >=dev-ruby/sqlite3-1.3.4-r1
+   dev-ruby/bundler
+   )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/git ls-files/d' \
+   ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Tweak Gemfile so we can use it to run specs but can avoid missing
+   # dependencies. Also use packaged versions of jquery and jquery-ui.
+   sed -i -e '/\(rails-assets\|appraisal\)/ s:^:#:' \
+   -e '2agem "rspec", "~>3.0"' \
+   -e '2agem "jquery-rails"' -e '2agem "jquery-ui-rails"' \
+   -e '/byebug/ s:^:#:' \
+   -e '/\(launchy\|poltergeist\)/d' \
+   Gemfile
+   sed -i -e '/poltergeist/,/javascript_driver/ s:^:#:' 
spec/rails_helper.rb || die
+
+   # Remove integration tests. They fail to run and depend on obsolete
+   # poltergeist/phantomjs.
+   rm -rf spec/integration || die
+}
+
+each_ruby_test() {
+   ${RUBY} -S bundle exec rspec-3 spec || die
+}



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

2017-06-05 Thread Hans de Graaff
commit: 975b77beb3f0e42c6ad25c02502ba61311dfdb31
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  6 04:57:27 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  6 04:57:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=975b77be

dev-ruby/bit-struct: add 0.16

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/bit-struct/Manifest   |  1 +
 dev-ruby/bit-struct/bit-struct-0.16.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-ruby/bit-struct/Manifest b/dev-ruby/bit-struct/Manifest
index 6d4ef860994..68d16f3b0f5 100644
--- a/dev-ruby/bit-struct/Manifest
+++ b/dev-ruby/bit-struct/Manifest
@@ -1 +1,2 @@
 DIST bit-struct-0.15.0.gem 30720 SHA256 
99f91abd0b4f87f227db2f6ecba54c5bb0c425f4f3aa11857b00d37089007e9e SHA512 
f2bb466908c056d552c323ba0543ff698d94e5f49e35246d2497021a11151d2ab5355844eab338c87b021e8198729d0767d9d87b59ab012e9b296b15b838cfd3
 WHIRLPOOL 
75f5f37a6ca8396cc57235c5230530fb1a38c9c80979c84f510945ada4938455ab99ff3f47edaaaea893a6ee1c69c9ea03855fbe08df246ed6293f6205c02734
+DIST bit-struct-0.16.gem 31232 SHA256 
5d83d2a170f1a264916bfabcdbbe69e4039c3b710dd668c8ba361a45a00bfdf0 SHA512 
8c31592d53daea5f283f8309a52c22c96c519d51c4e3c1657b36e83b802899aafe95eab9b88d9ec692e84207fc6bc952a1f1ff1354fc2b99fc327d58934bec8d
 WHIRLPOOL 
e0ddcf08aaaefccb610f4d58d94376db4d18b09055ed1cdf0a56e9b3e9d8ef1901ae8c3662219237b190cf76e162b38487ca1c9acb3d059529110c53216e08e6

diff --git a/dev-ruby/bit-struct/bit-struct-0.16.ebuild 
b/dev-ruby/bit-struct/bit-struct-0.16.ebuild
new file mode 100644
index 000..3be70de2307
--- /dev/null
+++ b/dev-ruby/bit-struct/bit-struct-0.16.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library for packed binary data stored in ruby Strings"
+HOMEPAGE="https://github.com/vjoel/bit-struct;
+
+LICENSE="Ruby-BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""



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

2017-06-05 Thread Jory Pratt
commit: 96ce768a3f240e3cebee87c067bc7c722bb98020
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Jun  6 04:39:03 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Jun  6 04:39:03 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=96ce768a

www-client/firefox: 54.0_beta13 update

 www-client/firefox/Manifest|  95 +---
 ...firefox-53-turn_off_crash_on_seccomp_fail.patch | 100 -
 ...ox-53.0.3.ebuild => firefox-54.0_beta13.ebuild} |  15 +---
 3 files changed, 5 insertions(+), 205 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index a453dd4..e1f1dc1 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -91,96 +91,5 @@ DIST firefox-52.1.2esr-xh.xpi 441172 SHA256 
a031421901782739998f630dc1e97f6ddf91
 DIST firefox-52.1.2esr-zh-CN.xpi 461694 SHA256 
3bd231cb050c37904d42efee813209572df9aee0cca11e8dde097b0fc8d98a3d SHA512 
8818c3945d4ddf3a9b22283034143fd047ed14e6da363e5df9b501e9253e054f632486810048ae7c0f78702c95a227431aafdedeefda8db607beb3367839e248
 WHIRLPOOL 
a522bfc3751d7d999cab5ad158dcad1755b2d98596d6aa681e9e448c6249f926fe06683ea15daeb8ecf65f92af9185ecb62ccb36cae905f2162fd2ee62ca614a
 DIST firefox-52.1.2esr-zh-TW.xpi 472534 SHA256 
7372e838f62ceb8201e528341a177c496cd9b713e66e746d7131ea14d49d3b87 SHA512 
6f46a390162a863a324475a88a6c172b24c529d0e7f6a65e08ea613db537c0628d521e1d503bc3ea4b0d32fdd77f7716ecaa3791e9481e39bccfb2721456b1fc
 WHIRLPOOL 
2bdf751b327418bec7ce97d59aa0d611e0c9ba970c5f5742bf11a6e322f58d29e67abcf986d628e1b43cffe83b689d22a8b373f5419502145edca164a51f270b
 DIST firefox-52.1.2esr.source.tar.xz 212168572 SHA256 
388e0454d69801f0f2010f8f93b796420ec0493fbf138fc659dbd5b497b8373b SHA512 
76362738f6db82a41ff6af4e12a15a302068a5ce10d23739f29375f3279573d0ea43ecee9d2e46fce833a029e437efcfcceab9442c288560f476e0cff2ea9e1d
 WHIRLPOOL 
c6463407e102077a0818b525bc07d9fed1ad5c5e5977994a2fd173b7ded4420845db94c00e74e0cd7d9e2386ba32bb517e51945708aa5ed6d52b48d92dfdc900
-DIST firefox-53.0-patches-02.tar.xz 9000 SHA256 
bda023900cb3bf7d437a64145ab0061451da922cded4d324887115acc750b65a SHA512 
683969301b115da6afa16fb35b4c6372cbb0fadde5667c3c1393956713432a8e0acb994e0c4ff9b24d2ba9844fc9ff88dd85ce9a534bbf425815a1c7793c1d07
 WHIRLPOOL 
668ef530d808017b00eb8f46412bd5f13f4e56f09213cff9ad82419b069018d82ae7d056b4180cb82d01c2a5065e8bbb621b8a412b92f9aefd069b853bce3a87
-DIST firefox-53.0.3-ach.xpi 432351 SHA256 
e6a116ee56fda449cdd67585161147cb77dd739667131576d95c0aee94e5ad3a SHA512 
30c934cc8fb541432c7200e08da1b6160a70056edb7a4063937bbefa6000e0d10f1936bcb749ca448767b9353401527141fb428368a845e11553366dda7b879f
 WHIRLPOOL 
83de03fc4f95d46bf9bcd3cf6eee91af0232d1512a7f62c28acd339e841ec677a55a07f6a8c83adb1f3ed610a2bedd171fa9a68d72bc3956ba9c33d268a9ce6a
-DIST firefox-53.0.3-af.xpi 441830 SHA256 
1d0084d8373617e25738a7b3462935369a039d56f82f64527ff0415c3db9e3e7 SHA512 
d29683ede82d7062268637b68f21ba580c4129449bf805adad689b65a4a930c8c1396ebaa90857ef20803ebe3a5ba55a2f40a12afa177ff88c1afc3a52934a2b
 WHIRLPOOL 
5daaca6aebcf71f4d8150e1ce3f8833f52e81309506998f3d4e968ed94c302df66f144fbed97b8d914c0372d5181cb97d1f8b20884084e6dab01ef6108444b33
-DIST firefox-53.0.3-an.xpi 450801 SHA256 
b0740572e813b2ba281c190c50e8617dbce274ae16607cdb2f06f42a6c1e49af SHA512 
43b5c62d8db60bbf10baa071225860c82d71505e9948e7e9c15f607b984de38561b86e66f58a226c4b0af0f2fbc536f6e86576b7742f5ab13852eb063768
 WHIRLPOOL 
beb3952e53080bd85e60b9e9ec76670900600d9c0d7556092dcc84838da6fa6d823124c1bb850fb2597c713574b988d132137fd43f5da8565323e397cba973d9
-DIST firefox-53.0.3-ar.xpi 479118 SHA256 
561d8baac858b8b54d34fec81781645a1faf4b75923095380ce3eede566ee4bb SHA512 
fc76ad4db699a6afdbc915d9fb3666ed9c62f50d86ffdfb76df2971612a4266e43b96780b53dbbc478539369b3e621aefdf9e96579b37b98ba88d0c0c2ee2054
 WHIRLPOOL 
f1db4658f72a368fb1ffdae9526133d9badaa72d321a44af646b0e16df5cfb2717d2745af56cb7742a608bfbee3b649308a9ac8515134b1ff182c8a17ebe6474
-DIST firefox-53.0.3-as.xpi 491256 SHA256 
fc4f5bfc64ab7bcc0776317ed1a52d5f0c6d612f945bf8ae436a797f745a286b SHA512 
2b77962c207cb397eeb0c7ae2c4365f713b769981eb3675a62ba1898cd73e12d5e536dad030fd590161c404907a147ce5b377f8ba32ab09e688dc9a5789b3e0b
 WHIRLPOOL 
58ec48510ce78e0efa73b94b3dc19d14cad21ed6a28304dec6066efb7ebd57669e360926dcc2d7e07b6c673a44c9b817d75dbf97acc532ce23ad28a41842b88d
-DIST firefox-53.0.3-ast.xpi 445436 SHA256 
cc31c6282534e067e6b09491bd8ce86e84b4c46d5c217a1931f029d9e746ff30 SHA512 
68a277d07ab2f6de88e254b8168a63a597106a4f034b46aef15fdc5081a0f367e65c41f055181aff5b3e0769fad8bae7309ba3855e47410d3115af8148ba93d9
 WHIRLPOOL 
251eb0f5a9e3afcef741853c513268730f424be38a2f298b4cf33b58c22a7d271eb1eb45f75cc99cfc32f9329ee9f9f77ba94b230031cd79d4ae7c44307fbb8d
-DIST firefox-53.0.3-az.xpi 459504 SHA256 
9f55b5cb611c95672e90188ba63a1dfcdeec3c7998688821feb0ac7ef435320a SHA512 

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

2017-06-05 Thread Benda XU
commit: efaa7c2a861a79513bd80d95d773a8bd6752ba1e
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jun  6 04:01:34 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Jun  6 04:11:25 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=efaa7c2a

numeric.eclass: use var reference in Libs and Cflags.

Closes: https://github.com/gentoo/sci/issues/709

 eclass/numeric.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/numeric.eclass b/eclass/numeric.eclass
index ec890c5bf..cb7354542 100644
--- a/eclass/numeric.eclass
+++ b/eclass/numeric.eclass
@@ -125,9 +125,9 @@ create_pkgconfig() {
Requires: ${pcrequires}
Requires.private: ${pcrequirespriv}
Conflicts: ${pcconflicts}
-   Libs: -L"${pclibdir}" ${pclibs}
+   Libs: -L\${libdir} ${pclibs}
Libs.private: ${pclibspriv}
-   Cflags: -I"${pcincldir}" ${pccflags}
+   Cflags: -I\${includedir} ${pccflags}
EOF
 
insinto /usr/$(get_libdir)/pkgconfig



[gentoo-commits] proj/sci:master commit in: sci-libs/openblas/

2017-06-05 Thread Benda XU
commit: d5ac214327ad893643c77adf474305c8a12cb09a
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jun  6 04:06:32 2017 +
Commit: Benda XU  gentoo  org>
CommitDate: Tue Jun  6 04:11:34 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d5ac2143

sci-libs/openblas: remove redundant libdir from Libs in .pc

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-libs/openblas/openblas-0.2.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/openblas/openblas-0.2.19.ebuild 
b/sci-libs/openblas/openblas-0.2.19.ebuild
index 1993df94a..c44cd74c9 100644
--- a/sci-libs/openblas/openblas-0.2.19.ebuild
+++ b/sci-libs/openblas/openblas-0.2.19.ebuild
@@ -168,7 +168,7 @@ src_install() {
 
create_pkgconfig \
--name "${profname}" \
-   --libs "-L\${libdir} -l${libname}" \
+   --libs "-l${libname}" \
--libs-private "-lm" \
--cflags "-I\${includedir}/${PN} 
${openblas_abi_cflags}" \
${profname}



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/

2017-06-05 Thread Mike Gilbert
commit: 47afbd6cc219eb343258cfdc5aaeb74473e9fd77
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 02:29:53 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 02:30:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47afbd6c

www-client/google-chrome-beta: automated update (59.0.3071.86)

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-59.0.3071.83.ebuild => google-chrome-beta-59.0.3071.86.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index d8f8778d377..e8ebc4feefd 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_59.0.3071.83-1_amd64.deb 63805682 SHA256 
a30b99ab1e729826b41d389099200433da51a488568e1b13bf74f88f26109ff4 SHA512 
bf25513b11fc6efeb26582442730ed6c51ae272053c417b6297834229880476a03ff8a2ce2c6f687158b44c3e159601e508325793c7bb10a7c211b6d0bc009b0
 WHIRLPOOL 
c351782b233e9be94ba445a6adcb8c558ac51bd5248031e0923fec50ceb8a0cda2ed1d8b37bd78714373aae1433e92c9902445b3ffa3fa4981a59882b19d988a
+DIST google-chrome-beta_59.0.3071.86-1_amd64.deb 63831062 SHA256 
46517d7a3b744a3048bc7368240940a115625a1c9be4a350f5c3afea9ab449c8 SHA512 
d0df82e53af0f294f847a7519f0e77611ceed2fa87e59abcd917d7908e8b938e40144fcbdb804cade1df37e98d50becd7c9f4ebe68f9de042d9e263fe4cf36ed
 WHIRLPOOL 
9269de69655c2d34d00306545ac4655d673e05c1ba906980060a2e503315cfd4c4b58592b1670be2ab882977b739e7f95580a515c69886485d1f828ff754ed5f

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-59.0.3071.83.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-59.0.3071.86.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-59.0.3071.83.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-59.0.3071.86.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2017-06-05 Thread Mike Gilbert
commit: 73aa51021d1133d656468ac83040ab7267f8cc08
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 02:29:45 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 02:30:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73aa5102

www-plugins/chrome-binary-plugins: automated update (59.0.3071.86, 59.0.3071.86)

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 ...58.0.3029.110.ebuild => chrome-binary-plugins-59.0.3071.86.ebuild} | 0
 83_beta.ebuild => chrome-binary-plugins-59.0.3071.86_beta.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index f8c6c8fa256..644ccfa5254 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_59.0.3071.83-1_amd64.deb 63805682 SHA256 
a30b99ab1e729826b41d389099200433da51a488568e1b13bf74f88f26109ff4 SHA512 
bf25513b11fc6efeb26582442730ed6c51ae272053c417b6297834229880476a03ff8a2ce2c6f687158b44c3e159601e508325793c7bb10a7c211b6d0bc009b0
 WHIRLPOOL 
c351782b233e9be94ba445a6adcb8c558ac51bd5248031e0923fec50ceb8a0cda2ed1d8b37bd78714373aae1433e92c9902445b3ffa3fa4981a59882b19d988a
-DIST google-chrome-stable_58.0.3029.110-1_amd64.deb 53932932 SHA256 
2d1eed9be2687c0b393699381d1a93bf8913a50eaf8df6b4596e3bfc4b15dd6d SHA512 
091b686e0076dbaa8db24151440e696a540b9784a53a8cd4a0fbd02e670baef96fee663f5d3fc1dec3b069d71dc27af9dfac4d802f433b8058cb9442aec7086a
 WHIRLPOOL 
d5795aede6e02469a2db70ca523f7fcf636f03c990a4e273070a95c7c95412676499ba8fc81d919305f5f472eed8864e549ea63c4e2ed1dfcd036f036c15518b
+DIST google-chrome-beta_59.0.3071.86-1_amd64.deb 63831062 SHA256 
46517d7a3b744a3048bc7368240940a115625a1c9be4a350f5c3afea9ab449c8 SHA512 
d0df82e53af0f294f847a7519f0e77611ceed2fa87e59abcd917d7908e8b938e40144fcbdb804cade1df37e98d50becd7c9f4ebe68f9de042d9e263fe4cf36ed
 WHIRLPOOL 
9269de69655c2d34d00306545ac4655d673e05c1ba906980060a2e503315cfd4c4b58592b1670be2ab882977b739e7f95580a515c69886485d1f828ff754ed5f
+DIST google-chrome-stable_59.0.3071.86-1_amd64.deb 60835794 SHA256 
895bbda9a3d049daf2b92e1df76ca9196265ad67e77442e0fa9ab5bee18a73af SHA512 
c6089748b1c2c50f55a343e467cd3ce0877a32b69d532ec8d11153ac0675f81624a335f0ab2b821d32669a942bf6776bf66ffc3f36b6e60a6c55f8532a9e11a3
 WHIRLPOOL 
aedde7f1b66b824a5211c36d87ba381e1751d1f4951493caa4270fa87a9901bb9c7a82def44dc8d15e752192a00c380cd27682e0339089d4948ba12037775492
 DIST google-chrome-unstable_60.0.3112.10-1_amd64.deb 66905876 SHA256 
d8c0a46619147dd6731d623e65a4daae66dc6cb32902192d6abe72b9b3216015 SHA512 
1196162c9ae62053f30e1d13f64dfc9228d42e044a532b33a78d49520f74ef3cbf12856545a226adae919901a48d7c4aa3f5858d98c00502f2f6bd6da5b68066
 WHIRLPOOL 
b550069759b11ec45ff83d337715d8c6b915d6bd289b63bc62d427b9417b524a64f342b3b1c4aeecdb816089d787917dfe225d01358f49f11f852e6b1284bbb8

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.110.ebuild 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.86.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-58.0.3029.110.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.86.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.83_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.86_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.83_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-59.0.3071.86_beta.ebuild



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

2017-06-05 Thread Mike Gilbert
commit: b50df341178f419e972ce9856d3110d1e19dc0e1
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 02:29:28 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 02:30:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50df341

www-client/google-chrome: automated update (59.0.3071.86)

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 www-client/google-chrome/Manifest   | 2 +-
 ...le-chrome-58.0.3029.110.ebuild => google-chrome-59.0.3071.86.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome/Manifest 
b/www-client/google-chrome/Manifest
index 280c58aea15..ae6feff16c7 100644
--- a/www-client/google-chrome/Manifest
+++ b/www-client/google-chrome/Manifest
@@ -1 +1 @@
-DIST google-chrome-stable_58.0.3029.110-1_amd64.deb 53932932 SHA256 
2d1eed9be2687c0b393699381d1a93bf8913a50eaf8df6b4596e3bfc4b15dd6d SHA512 
091b686e0076dbaa8db24151440e696a540b9784a53a8cd4a0fbd02e670baef96fee663f5d3fc1dec3b069d71dc27af9dfac4d802f433b8058cb9442aec7086a
 WHIRLPOOL 
d5795aede6e02469a2db70ca523f7fcf636f03c990a4e273070a95c7c95412676499ba8fc81d919305f5f472eed8864e549ea63c4e2ed1dfcd036f036c15518b
+DIST google-chrome-stable_59.0.3071.86-1_amd64.deb 60835794 SHA256 
895bbda9a3d049daf2b92e1df76ca9196265ad67e77442e0fa9ab5bee18a73af SHA512 
c6089748b1c2c50f55a343e467cd3ce0877a32b69d532ec8d11153ac0675f81624a335f0ab2b821d32669a942bf6776bf66ffc3f36b6e60a6c55f8532a9e11a3
 WHIRLPOOL 
aedde7f1b66b824a5211c36d87ba381e1751d1f4951493caa4270fa87a9901bb9c7a82def44dc8d15e752192a00c380cd27682e0339089d4948ba12037775492

diff --git a/www-client/google-chrome/google-chrome-58.0.3029.110.ebuild 
b/www-client/google-chrome/google-chrome-59.0.3071.86.ebuild
similarity index 99%
rename from www-client/google-chrome/google-chrome-58.0.3029.110.ebuild
rename to www-client/google-chrome/google-chrome-59.0.3071.86.ebuild
index ad534ab13d7..15a697bab36 100644
--- a/www-client/google-chrome/google-chrome-58.0.3029.110.ebuild
+++ b/www-client/google-chrome/google-chrome-59.0.3071.86.ebuild
@@ -45,7 +45,7 @@ RDEPEND="
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:2
+   x11-libs/gtk+:3
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXcursor



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

2017-06-05 Thread Mike Gilbert
commit: 28120b215dd8584da12bb7184cdc80a678bec64e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  6 02:27:07 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  6 02:28:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28120b21

www-client/chromium: stable channel bump (59.0.3071.86)

Package-Manager: Portage-2.3.6_p1, Repoman-2.3.2_p69

 www-client/chromium/Manifest |   1 +
 www-client/chromium/chromium-59.0.3071.86.ebuild | 629 +++
 2 files changed, 630 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 760149d3503..8c40c9a29ff 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -2,5 +2,6 @@ DIST chromium-58.0.3029.110.tar.xz 518167664 SHA256 
f24cef3dd2acf9dd5ccdeeca47fe
 DIST chromium-58.0.3029.81.tar.xz 509252204 SHA256 
5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb SHA512 
49e8a641e6fe839880ac4cc17aa4b79875dbd0e14adcf7ad0138730334555fd57c93c1e7ebdf6f03c61528c351a5a489f56fb7d7809aef268627b186c547a4f3
 WHIRLPOOL 
eed9d97cd4cb4d9a56864e65e797f6d126327d6e9371bdfe416fd57f0f4c9c83f37e125798a1753b5d8bc5921036bdfe064b3d7e94c3ba315a710241a6c5b179
 DIST chromium-59.0.3071.61.tar.xz 531774216 SHA256 
3471d957fb550288327b395d8fe36225ccf0334bb80bb276f313e5eafabc8422 SHA512 
292ea900774ec3b1d20de621f7b4a1fefa8ab1b9e7246876f62701e152b9dbed4739b8a9e79787a829f8662a699114c9bb0d63e79f93c24361763f35d76e7d2f
 WHIRLPOOL 
4cbd3110a5a7403ed1c60ee47f6c97ef13f8c70b87fe9892c786fe18cd2c2738b1bac426a234e766fdd08f3c24f7bb2a2d3cf958b5af882d2cdf7821e67a7750
 DIST chromium-59.0.3071.83.tar.xz 531795116 SHA256 
37b1207816f7fbf74e8d7eb7de08002bec76ce94cc0df74c94c34804c61612c1 SHA512 
f232eb7325b16957b413ecbc991593ee44aa14b878a3a6624b236d7e24fb334a04f302719f95c185bf8bde2fc071c2b77059ab62e20a26bc1dfc1c77dd8b6a8d
 WHIRLPOOL 
b93b39b0dfd45d405c896f0926dfb7f93bd8e1edf9bec8c53c18d3a286a3e744de20c4d541a8deb4f368a92e4712fe9f9aa573bcaf5892c92dfa6ea529bc
+DIST chromium-59.0.3071.86.tar.xz 531842404 SHA256 
c31431aa9f4ae521d784bee89792e7fa05793cb822bfb8d3fbacaf414b29ace7 SHA512 
1b92956435dcc422f3edf0ccd031007a19d291620d5af284ac2c1d2578b8524691713927b47130d2fd7c9acb7d9cd0376e9f5e3821b5feece7529b8b7bddf193
 WHIRLPOOL 
59454903b5a79f04a47e368fd9d18a22ceedc9e90650278e58523e8bedf6aecd3ef64d795a83524c514d7adc2aab847585971ae213af38c651a9c9924f56c601
 DIST chromium-60.0.3112.10.tar.xz 537218416 SHA256 
50b15ac11e8bf523300697f72db304c79c3fee3497f52626affd3c4826a43cd8 SHA512 
532cb0de04f3302b420750892b32a344372aca7a12bd46f91e6431cb81b3f49b6bf9e1eec6138a27b3fc632afb6ecb11e65b6f845d3bc9a175350b000860c4f7
 WHIRLPOOL 
aac314d134f6aee3b066c2b4570def57a081366db496a91c62255bdd19f2a2daa757d270c8389c84b2bd97e47c70d2b15223e9a2d939cdaf0f3607a066617e2a
 DIST chromium-60.0.3112.7.tar.xz 537210676 SHA256 
9bed6c54d4e44aef40a013cf4e7a5dcde57a1bc75d628cf0d7bbe3f8614c228d SHA512 
27f7d7a97ba8fd9bb17a0abfed2934bbfba60947d5380578bb3ce43e5634e3153df5cecd76fb27291206722e7647e50717e6f45c98ebb6a33ef7e1f9d6e9e344
 WHIRLPOOL 
0718a8ee323c6a947068b3bcf59dae822f5b969c1bcc10024d58b23436e5513be3c9fe3632e9226c11232b4f8ec49b31044e2408316317b7d329682b9531b977

diff --git a/www-client/chromium/chromium-59.0.3071.86.ebuild 
b/www-client/chromium/chromium-59.0.3071.86.ebuild
new file mode 100644
index 000..6228360e18e
--- /dev/null
+++ b/www-client/chromium/chromium-59.0.3071.86.ebuild
@@ -0,0 +1,629 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu 
he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh-CN zh-TW"
+
+inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib 
ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 
toolchain-funcs versionator virtualx xdg-utils
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/;
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="component-build cups gconf gnome-keyring +gtk3 +hangouts kerberos neon 
pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-libvpx 
+tcmalloc widevine"
+RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
+
+# Native Client binaries are compiled with different set of flags, bug #452066.
+QA_FLAGS_IGNORED=".*\.nexe"
+
+# Native Client binaries may be stripped by the build system, which uses the
+# right tools for it, bug #469144 .
+QA_PRESTRIPPED=".*\.nexe"
+
+COMMON_DEPEND="
+   app-arch/bzip2:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   dev-libs/expat:=
+   dev-libs/glib:2
+   dev-libs/icu:=
+   dev-libs/libxslt:=
+   

[gentoo-commits] proj/portage:master commit in: pym/portage/sync/modules/git/, man/

2017-06-05 Thread Zac Medico
commit: 8aa1a070921dc643d615a3c38b4f60e55e709850
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May 26 11:59:27 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun  6 01:56:05 2017 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8aa1a070

GitSync: Support setting environment variables for git

This can be used to provide private SSH keys to portage in order to
clone repositories from a non-public repository.

An exemplary usage would be setting this in the repositories' repos.conf:
sync-git-env = "GIT_SSH_COMMAND=ssh -i /etc/portage/.ssh/id_rsa -o 
UserKnownHostsFile=/etc/portage/.ssh/known_hosts" GIT_TRACE=false
sync-git-pull-env = "GIT_SSH_COMMAND=ssh -i /etc/portage/.ssh/id_rsa -o 
UserKnownHostsFile=/etc/portage/.ssh/known_hosts" GIT_TRACE=true
sync-git-clone-env = "GIT_SSH_COMMAND=ssh -i /etc/portage/.ssh/id_rsa -o 
UserKnownHostsFile=/etc/portage/.ssh/known_hosts" GIT_TRACE=true

Closes: https://github.com/gentoo/portage/pull/165
Acked-by: Brian Dolbec  gentoo.org>

 man/portage.5| 24 +++-
 pym/portage/sync/modules/git/__init__.py |  5 -
 pym/portage/sync/modules/git/git.py  | 24 ++--
 3 files changed, 49 insertions(+), 4 deletions(-)

diff --git a/man/portage.5 b/man/portage.5
index 366a1fa85..5f1f2bbb0 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1,4 +1,4 @@
-.TH "PORTAGE" "5" "Jan 2017" "Portage VERSION" "Portage"
+.TH "PORTAGE" "31" "May 2017" "Portage VERSION" "Portage"
 .SH NAME
 portage \- the heart of Gentoo
 .SH "DESCRIPTION"
@@ -979,9 +979,31 @@ Specifies CVS repository.
 .B sync\-depth
 This is a deprecated alias for the \fBclone\-depth\fR option.
 .TP
+.B sync\-git\-clone\-env
+Set environment variables for git when cloning repository (git clone).
+This will override settings from sync-git-env.
+.RS
+.TP
+.I Example:
+sync-git-clone-env="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"
+.br
+Gives three variables "VAR1", "VAR2", "VAR3" with the values "word1 word2",
+"word3", "$word 5 6".
+.RE
+.TP
 .B sync\-git\-clone\-extra\-opts
 Extra options to give to git when cloning repository (git clone).
 .TP
+.B sync\-git\-env
+Set environment variables for git when cloning or pulling the repository.
+These will be overridden by setting them again in sync-git-clone-env and 
sync-git-pull-env.
+See also example for sync-git-clone-env.
+.TP
+.B sync\-git\-pull\-env
+Set environment variables for git when updating repository (git pull).
+This will override settings from sync-git-env.
+See also example for sync-git-clone-env.
+.TP
 .B sync\-git\-pull\-extra\-opts
 Extra options to give to git when updating repository (git pull).
 .TP

diff --git a/pym/portage/sync/modules/git/__init__.py 
b/pym/portage/sync/modules/git/__init__.py
index 60b7395b8..e7206e12d 100644
--- a/pym/portage/sync/modules/git/__init__.py
+++ b/pym/portage/sync/modules/git/__init__.py
@@ -1,4 +1,4 @@
-# Copyright 2014 Gentoo Foundation
+# Copyright 2014-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 doc = """Git plug-in module for portage.
@@ -52,7 +52,10 @@ module_spec = {
},
'validate_config': CheckGitConfig,
'module_specific_options': (
+   'sync-git-clone-env',
'sync-git-clone-extra-opts',
+   'sync-git-env',
+   'sync-git-pull-env',
'sync-git-pull-extra-opts',
),
}

diff --git a/pym/portage/sync/modules/git/git.py 
b/pym/portage/sync/modules/git/git.py
index d432886dd..bea79c7e7 100644
--- a/pym/portage/sync/modules/git/git.py
+++ b/pym/portage/sync/modules/git/git.py
@@ -1,4 +1,4 @@
-# Copyright 2005-2015 Gentoo Foundation
+# Copyright 2005-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 import logging
@@ -6,7 +6,7 @@ import subprocess
 
 import portage
 from portage import os
-from portage.util import writemsg_level
+from portage.util import writemsg_level, shlex_split
 from portage.output import create_color_func
 good = create_color_func("GOOD")
 bad = create_color_func("BAD")
@@ -50,6 +50,16 @@ class GitSync(NewBase):
sync_uri = sync_uri[6:]
 
git_cmd_opts = ""
+   if self.repo.module_specific_options.get('sync-git-env'):
+   shlexed_env = 
shlex_split(self.repo.module_specific_options['sync-git-env'])
+   env = dict((k, v) for k, _, v in 
(assignment.partition('=') for assignment in shlexed_env) if k)
+   self.spawn_kwargs['env'].update(env)
+
+   if self.repo.module_specific_options.get('sync-git-clone-env'):
+   shlexed_env = 

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

2017-06-05 Thread Tim Harder
commit: c6249fe3dae7d3809d4ddfc9d7f8e33f99734dca
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jun  6 01:46:22 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jun  6 01:48:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6249fe3

sys-apps/the_silver_searcher: version bump to 2.0.0

 sys-apps/the_silver_searcher/Manifest  |  1 +
 .../the_silver_searcher-2.0.0.ebuild   | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/sys-apps/the_silver_searcher/Manifest 
b/sys-apps/the_silver_searcher/Manifest
index 11bd7f7ba43..a5cc6c13b70 100644
--- a/sys-apps/the_silver_searcher/Manifest
+++ b/sys-apps/the_silver_searcher/Manifest
@@ -1,2 +1,3 @@
 DIST the_silver_searcher-1.0.2.tar.gz 156870 SHA256 
4cb73a4436fccf2c2cae91479a0167bacaa968a4deca28f3ff9d5abd98f01009 SHA512 
58f06133907cf7d7f229b5153bef96b5e76ae6cbbcdaf7d00b52bd9d6595c006417365c2b8535254f943c2fd5559792953e14cc9ba1041d5dfbe0d5b4a3ba2c5
 WHIRLPOOL 
441613aebcbcf7119506d04020b7f9dd3c46b69e68868ea8db2c29267f4c2b678a0a26a62e55acb5bf3cf4836ef40220e1a3f24fca7fa494ffca1d7b42989bd4
 DIST the_silver_searcher-1.0.3.tar.gz 157093 SHA256 
ce45de7412ee0ae6f22d72e17b81425666e6130da8cb434d5ca8ea42185e514e SHA512 
15d6898c43a144289892d41d7c207bb16224d9f9f05bd237b803160aa04eb89f44239a0ee6ff7e955533ef5f6e11b73d13c1ec07e11ae2a5b3c44e3d5b53f137
 WHIRLPOOL 
ef0ac9b69867afc1423e121d05af1acd8a0de6e57a8f03557d173bbc9d39f82fd978c6d3e5b23e04478c2d37e203eb8eb25f4d17d7a8bed2d0717d8fe7b5ceb2
+DIST the_silver_searcher-2.0.0.tar.gz 160093 SHA256 
ff7243863f22ed73eeab6f7a6d17cfff585a7eaa41d5ab3ae4f5d6db97701d5f SHA512 
2587b9958fadcf5d95bc472f901904edb0d3d9bbc652dc6bb3801b77e7dfa744a97869bed4699776cc3fdcd7b0319fcecbe4b08ccfda617d1c2aa4ea8e9f990d
 WHIRLPOOL 
4c2ca9594d4d7d0cff4141e4bc76c6d150ff58ed301269a7b6348616c75ae33c525eb5ec2534af21e1cf07da5f12d0c121802d0c1a97dce6621e53f90d8508cf

diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild 
b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild
new file mode 100644
index 000..3f4a2aae03c
--- /dev/null
+++ b/sys-apps/the_silver_searcher/the_silver_searcher-2.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools bash-completion-r1
+
+DESCRIPTION="A code-searching tool similar to ack, but faster"
+HOMEPAGE="https://github.com/ggreer/the_silver_searcher;
+SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="lzma test zlib"
+
+RDEPEND="dev-libs/libpcre
+   lzma? ( app-arch/xz-utils )
+   zlib? ( sys-libs/zlib )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-util/cram )"
+
+DOCS="README.md"
+
+src_prepare() {
+   sed '/^dist_bashcomp/d' -i Makefile.am || die
+
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_enable lzma) \
+   $(use_enable zlib)
+}
+
+src_test() {
+   cram -v tests/*.t || die "tests failed"
+}
+
+src_install() {
+   default
+   newbashcomp ag.bashcomp.sh ag
+}



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

2017-06-05 Thread Tim Harder
commit: 3ba5ab026cb8af8821fb83ccb48fc9947e7a48a1
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jun  6 01:50:31 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jun  6 01:50:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba5ab02

media-libs/exiftool: version bump to 10.55

 media-libs/exiftool/Manifest  |  1 +
 media-libs/exiftool/exiftool-10.55.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/media-libs/exiftool/Manifest b/media-libs/exiftool/Manifest
index 699c75eef89..155fcbd08c1 100644
--- a/media-libs/exiftool/Manifest
+++ b/media-libs/exiftool/Manifest
@@ -2,3 +2,4 @@ DIST Image-ExifTool-10.50.tar.gz 4247879 SHA256 
339dd8f771f673fd6c448f4a4b36cf50
 DIST Image-ExifTool-10.51.tar.gz 4249516 SHA256 
0a9d4cec4700e974df4ec5ff537aa2f783399a0ee595e646d665144198073fcf SHA512 
9fd8312ab625435c24ff2ddffc2a01847c4da2f2b1b5c54ddc51432ec6042e8a89fbb441d44b3d8ba590c890269a8e76e6c4d1d3879c98c6c8e304fd1f30b5db
 WHIRLPOOL 
d311c7560e37a69bc735596e60661dec1f0c4996a33ef2101ad46f37d032b6c906016ecfbdd247433caebd2963a0a4c876597e975f34d85ff37fcce572e79e3b
 DIST Image-ExifTool-10.53.tar.gz 4252577 SHA256 
77693e992f4b88b707cca55690d5216ef96f6c0deefa0bc716abb073e2a0ba30 SHA512 
f92b1aa7dc556c43412119244900b5099d1dee1f5b80e048177a4fe98d5ead1da2ebf2d090c7062ff6bf0a8a16b0e6763d919954dcedc3af1554147d3b4edfbe
 WHIRLPOOL 
0c9e9567b85fdd4aff3c3d846cc3bcc67a31d3e3ef13df4b4611d245bf7301839004b04c579cc39d51c9c1b239550b2a838bf33236b196c929623ecda277376b
 DIST Image-ExifTool-10.54.tar.gz 4254609 SHA256 
0cabcbf0b53b5b86ae5dcc4ac184728909e341bbf93ca02ac7d148d60e8cd3b5 SHA512 
52a8f220cf8bcddbae55f6d99c6ba22ef276d2a09ceaa8b8e114f843d675cfcecfd7e5bf4d2bf8b7f5d5722a68c87fcefdbfe7989ba40f963e38fd5efc437ebe
 WHIRLPOOL 
c00728031596f942adff0fd0899d60644ba857b5e1c0e1daffcaeeb8823dcbd7cde37f0efe9ca85e5c46e4d07471da97d439ebe3f2ae57f05680d4ec9cb912ef
+DIST Image-ExifTool-10.55.tar.gz 4257555 SHA256 
029b81a43f423332c00b76b5402fd8f85dee975fad41a734b494faeda4e41f7d SHA512 
7c11ae53cf43a621d1144860cc6d5c2f2c0f3bb7b5b4a6ecfd090112df7b829c152c4b91bbf24b4ce03d33300748fa19cae842d8a108f7e3d52572f0ab2b0c39
 WHIRLPOOL 
ed404d5a602af1d3a439f5fa6a812132b04a76236f1dc0200ff4d49ddfa68c322fc4fbe8b3a0241406b1e3efa2e9bb0afc33aadf2a3167c403b249cbfc0f69bc

diff --git a/media-libs/exiftool/exiftool-10.55.ebuild 
b/media-libs/exiftool/exiftool-10.55.ebuild
new file mode 100644
index 000..88f3bab6f23
--- /dev/null
+++ b/media-libs/exiftool/exiftool-10.55.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_NAME=Image-ExifTool
+inherit perl-module
+
+DESCRIPTION="Read and write meta information in image, audio and video files"
+HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}"
+SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
+IUSE="doc"
+
+SRC_TEST="do"
+
+src_install() {
+   perl-module_src_install
+   use doc && dodoc -r html/
+}



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

2017-06-05 Thread Aric Belsito
commit: bb8ce0dc8d9e72cbcd8ccd72d8c5809f041dbab5
Author: Aric Belsito  gmail  com>
AuthorDate: Tue Jun  6 01:21:24 2017 +
Commit: Aric Belsito  gmail  com>
CommitDate: Tue Jun  6 01:22:21 2017 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=bb8ce0dc

README.md: fix maintainer list.

 README.md | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 1528104..c455f4f 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,10 @@ sense of standards-conformance and safety.
 
 http://www.musl-libc.org/
 
-MAINTAINERS:
-Anthony G. Basile 
-Aric Belsito 
-Felix Janda 
+### Maintainers
+* Anthony G. Basile 
+* Aric Belsito 
+* Felix Janda 
 
-## Repoman status
+## Repoman Status
 [![Repoman 
Status](https://travis-ci.org/gentoo/musl.png)](https://travis-ci.org/gentoo/musl)



[gentoo-commits] repo/gentoo:master commit in: app-admin/collectd/, profiles/desc/

2017-06-05 Thread Thomas Deutschmann
commit: 5ddaf02c5ef88e471f914993365a177c9688c1a4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  5 23:27:53 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  5 23:30:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ddaf02c

app-admin/collectd: Bump to v5.7.1

New plugins:
 - hugepages
 - write_prometheus

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/collectd/Manifest  |   1 +
 app-admin/collectd/collectd-5.7.1.ebuild | 537 +++
 profiles/desc/collectd_plugins.desc  |   2 +
 3 files changed, 540 insertions(+)

diff --git a/app-admin/collectd/Manifest b/app-admin/collectd/Manifest
index 9a8a53363ca..56022bdca32 100644
--- a/app-admin/collectd/Manifest
+++ b/app-admin/collectd/Manifest
@@ -1 +1,2 @@
 DIST collectd-5.6.2.tar.bz2 1806969 SHA256 
cc0b4118a91e5369409ced22d1d8a85c1a400098419414160c1839268ecad0c6 SHA512 
81438e2e653649cf8a447f475b41844b7adb8ec436b43fb395ba9cf8b09b56a068633fe4b6c802d5cde3909d85a3af2542f5804005b3843f7936a37553911d61
 WHIRLPOOL 
ab3a1d160418cf1a826ae7c3b8999b239d15f2f16d70e1305d185ddc79c307071cfd529214c9406fc9c85435a94775abbf2cdb807a2e2b6da8f666cc0550886a
+DIST collectd-5.7.1.tar.bz2 1797725 SHA256 
7edd3643c0842215553b2421d5456f4e9a8a58b07e216b40a7e8e91026d8e501 SHA512 
f2edf4ecf3bbf5f4e10c797614a7ae39c18678601038574cec4f2ea6a8773444af4592e2872ed75a5afe5f746adaff2449df51443d98d2560a23722e46bef164
 WHIRLPOOL 
fffb1371ec269f7683e160535f973758482a4eb65426748a4ef4c3bbe839608753aa5249d52a6c141e5d6a7042a68a56833be057051d7361b1ffb98c005744ef

diff --git a/app-admin/collectd/collectd-5.7.1.ebuild 
b/app-admin/collectd/collectd-5.7.1.ebuild
new file mode 100644
index 000..28d98616e03
--- /dev/null
+++ b/app-admin/collectd/collectd-5.7.1.ebuild
@@ -0,0 +1,537 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+JAVA_PKG_OPT_USE="collectd_plugins_java"
+
+inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib 
perl-functions python-single-r1 systemd user
+
+DESCRIPTION="Collects system statistics and provides mechanisms to store the 
values"
+
+HOMEPAGE="https://collectd.org/;
+SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
+
+# The plugin lists have to follow here since they extend IUSE
+
+# Plugins that don't build (e.g. dependencies not in Gentoo)
+# apple_sensors: Requires libIOKit
+# aquaero:   Requires aerotools-ng/libaquaero5
+# barometer: Requires libi2c (i2c_smbus_read_i2c_block_data)
+# dpdkstat:  Requires dpdk
+# grpc:  Requires libgrpc
+# intel_rdt  Requires libpqos from intel-cmt-cat project
+# lpar:  Requires libperfstat (AIX only)
+# mic:   Requires Intel Many Integrated Core Architecture API
+#(part of Intel's  Xeon Phi software)
+# netapp:Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
+# pf:Requires BSD packet filter
+# pinba: Requires MySQL Pinba engine (http://pinba.org/)
+# tape:  Requires libkstat (Solaris only)
+# write_mongodb: https://github.com/collectd/collectd/issues/492
+# write_riemann: Requires riemann-c-client
+# xmms:  Requires libxmms (v1)
+# zone:  Solaris only...
+COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors aquaero barometer dpdkstat grpc
+   intel_rdt lpar mic netapp pf pinba tape write_mongodb
+   write_riemann xmms zone"
+
+# Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
+COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
+   ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
+   csv curl curl_json curl_xml dbi df disk dns drbd email
+   entropy ethstat exec fhcount filecount fscache gmond gps hddtemp
+   hugepages interface ipc ipmi iptables ipvs irq java lua
+   load logfile log_logstash lvm madwifi match_empty_counter
+   match_hashed match_regex match_timediff match_value mbmon md
+   memcachec memcached memory modbus mqtt multimeter mysql netlink
+   network network nfs nginx notify_desktop notify_email notify_nagios
+   ntpd numa nut olsrd onewire openldap openvpn oracle perl ping
+   postgresql powerdns processes protocols python python redis
+   routeros rrdcached rrdtool sensors serial sigrok smart snmp statsd
+   swap syslog table tail tail_csv target_notification target_replace
+   target_scale target_set tcpconns teamspeak2 ted thermal threshold
+   tokyotyrant turbostat unixsock uptime users uuid varnish virt
+   vmem vserver wireless write_graphite write_http write_kafka
+   write_log write_prometheus write_redis write_sensu write_tsdb
+   

[gentoo-commits] repo/gentoo:master commit in: app-backup/spideroak-bin/

2017-06-05 Thread Anthony G. Basile
commit: 60f8b7821464695a2c060eacd062966671459094
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun  5 23:10:12 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun  5 23:10:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f8b782

app-backup/spideroak-bin: bump to version 6.3.0, bug #616052

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-backup/spideroak-bin/Manifest  |   2 +
 .../spideroak-bin/spideroak-bin-6.3.0.ebuild   | 101 +
 2 files changed, 103 insertions(+)

diff --git a/app-backup/spideroak-bin/Manifest 
b/app-backup/spideroak-bin/Manifest
index e253b7b6c91..b86ea3ff4de 100644
--- a/app-backup/spideroak-bin/Manifest
+++ b/app-backup/spideroak-bin/Manifest
@@ -2,3 +2,5 @@ DIST spideroak-bin-6.1.3_amd64.deb 26655852 SHA256 
65ecab3096e6de675fd9facf81f38
 DIST spideroak-bin-6.1.3_x86.deb 26173318 SHA256 
50fd7d442291bb9ec64d51308444c83b7d76d55bafcc3e9f5d3009e6a49eee0f SHA512 
0ddf1be909b44042e3fe0f7e791558e50c649a3d4472c3a05c78835c593d6db3369c0e862b79f2a4812232503346defc1c889fbc4c701a125d3364810b524481
 WHIRLPOOL 
2e19e4ac0f9028acea19eb2f395faba2031959c09544c07a7f10c690f67317558ac0fbdf2e1fe1b52a922e4ac9480486348b0c4cf053b03336018d3aef7f2dab
 DIST spideroak-bin-6.1.5_amd64.deb 26882606 SHA256 
7ef458381c17f7a3712043aa672b5509500e7e6999cd52ba5d85ba76f7a29d2c SHA512 
c23e41d359879ce671f8af66e32d08affe10c92492ed46dc6eea5942f14190d28a4b1b96722959bfcec98b05f9176c0a959c93c32bf22709139332b42d805a52
 WHIRLPOOL 
8f9b56f091951dafb6849cfbafd60314708dd5a5deed0852d5bb06869b36f1fa5d8e55508407c5bbf34024523531bfe26325fce7895ac04b59f6f1dd1aa50c58
 DIST spideroak-bin-6.1.5_x86.deb 26405076 SHA256 
a001e464b87406e775f421ff041fbc80a3f3b33548c792a095c9632e137a3e89 SHA512 
4aa87c2fd35569bb4acaf5492ca520d66bb9d53c5a53d5e8f418ae0518cb143f35bc769a7d37bc1ea6e4536b944780a3403d3800c45973bed537f573f3e07d0a
 WHIRLPOOL 
7471b8ebf394cbcbc05400cc0e0c390ea30d92194567458b6955bd9a25f5f40fbe27c52e30767e467aa4f45ecf6fa304b82ab60bf30d1408846c4cff7f4087b9
+DIST spideroak-bin-6.3.0_amd64.deb 26860946 SHA256 
82f39594ac3c5b22324912a633b51a03dd1d6a6b3460bf9426f3bfe712af12e7 SHA512 
b9c2635c141c4aaffa0a744b155563a64f4ec16c7f07e38c15cc47db5d810a13997facb4cf75f1567212e613abfa2da6477dcb7ee8f81b35276f115ff3d71051
 WHIRLPOOL 
c9b532c9f90508447baf7d080ccda9e358a386352fd917d2e473183c4afc3aa89b211a789ce0442ced0d5d86ebe8b5bf3b9e2d4ce6eb4087773dd1bc81abfe7a
+DIST spideroak-bin-6.3.0_x86.deb 26384374 SHA256 
943b324f1f1daae8fc52e952665a0b8f543f5294e21736a90c94f234a217512b SHA512 
beb19703541df684f9c322916cb033846b730f5da7efa34a90250ce6da46f34f741fcfe12bc41bc82770b6cfd54f5376314c3689885d1ce1591f162361339a99
 WHIRLPOOL 
f290963d2f714bf5c63fd03cf4d53ae455ef7520289149f4fcaf88693cd8dd403cb4686e6c00728da2a883096047a6d6fc0d1d43abff4dad5e68a6145f7a2665

diff --git a/app-backup/spideroak-bin/spideroak-bin-6.3.0.ebuild 
b/app-backup/spideroak-bin/spideroak-bin-6.3.0.ebuild
new file mode 100644
index 000..98ee8c0cc49
--- /dev/null
+++ b/app-backup/spideroak-bin/spideroak-bin-6.3.0.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+inherit eutils unpacker
+
+DESCRIPTION="Secure free online backup, storage, and sharing system"
+HOMEPAGE="https://spideroak.com;
+
+SRC_URI_BASE="https://spideroak.com/release/spideroak;
+SRC_URI="x86? ( ${SRC_URI_BASE}/deb_x86 -> ${P}_x86.deb )
+   amd64? ( ${SRC_URI_BASE}/deb_x64 -> ${P}_amd64.deb )"
+
+RESTRICT="mirror strip"
+
+LICENSE="spideroak"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus X"
+
+DEPEND="dev-util/patchelf"
+RDEPEND="
+   app-crypt/mit-krb5[keyutils]
+   dbus? ( sys-apps/dbus )
+   X? (
+   media-libs/fontconfig
+   media-libs/freetype:2
+   dev-libs/glib:2
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   )
+"
+
+S=${WORKDIR}
+
+QA_PREBUILT="*"
+
+src_prepare() {
+   # Set RPATH for preserve-libs handling (bug #400979).
+   cd "${S}/opt/SpiderOakONE/lib" || die
+   local x
+   for x in `find` ; do
+   # Use \x7fELF header to separate ELF executables and libraries
+   [[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || 
continue
+   patchelf --set-rpath '$ORIGIN' "${x}" || \
+   die "patchelf failed on ${x}"
+   done
+
+   #Remove the libraries that break compatibility in modern systems
+   #SpiderOak will use the system libs instead
+   rm -f "${S}/opt/SpiderOakONE/lib/libstdc++.so.6"
+   rm -f "${S}/opt/SpiderOakONE/lib/libgcc_s.so.1"
+   rm -f "${S}/opt/SpiderOakONE/lib/libpng12.so.0"
+   rm -f "${S}/opt/SpiderOakONE/lib/libz.so.1"
+}
+
+src_install() {

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

2017-06-05 Thread Anthony G. Basile
commit: 7dd792a273cc082c5f2581097cf0f24623c36657
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun  5 22:57:24 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun  5 22:57:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd792a2

www-servers/varnish: remove older unstable versions

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-servers/varnish/Manifest |  2 -
 www-servers/varnish/varnish-5.0.0.ebuild | 98 ---
 www-servers/varnish/varnish-5.1.1.ebuild | 99 
 3 files changed, 199 deletions(-)

diff --git a/www-servers/varnish/Manifest b/www-servers/varnish/Manifest
index de5cbaca407..9497bbea2a8 100644
--- a/www-servers/varnish/Manifest
+++ b/www-servers/varnish/Manifest
@@ -1,6 +1,4 @@
 DIST varnish-4.0.3.tar.gz 1866760 SHA256 
94b9a174097f47db2286acd2c35f235e49a2b7a9ddfdbd6eb7aa4da9ae8f8206 SHA512 
db7bb141afd4617ac95573983dc30591b0eb9bc1af06df1094f2c1eeac539da936afb4a239d2f446d3c3a51b88a781b7f9f6d9a0b2028eaf0e7049ea2159d883
 WHIRLPOOL 
942456e19be427859283959dabe5522667519d36decbc598c8ee1e949767ea7435469393289d4373db6abac5275e50a95fc3799a837dc17740a490b4912bfe6f
 DIST varnish-4.1.5.tar.gz 2199183 SHA256 
b52d4d05dd3c571c5538f2d821b237ec029691aebbc35918311ede256404feb3 SHA512 
8d54a59afbc9f485b313d2e036dcc8d874ec279e1dd2aab9daf2a169e169d15c98ff71307d44c6beb43968dcd7d69b9501486ea3b138c27d084bc4b16ed10d24
 WHIRLPOOL 
bc2e5f2d7fab56db2a7cda961be557bf0487bc5ec28f5f5274edbf49eaf615234f35d8ee7a83251f1c49b8dd4241758b0ae24e13c7fb28c4c7a11c01553c67ae
 DIST varnish-4.1.6.tar.gz 2201975 SHA256 
c7ac460b521bebf772868b2f5aefc2f2508a1e133809cd52d3ba1b312226e849 SHA512 
c97b6245d467472dc61d1471cbfbefc1cca0839abbca73940efb800e7751437a64437a0c68e2c65e6f4dc039f25bb51ef4d9f3da4e50ccb854646457fb147927
 WHIRLPOOL 
6b10fc7c2b19f8ba6e8b89cad41b034ce1ab126db510f239a725fa3e1319e2b130c872c3a88b2f3f9c1a5bf9a926540b0fa4aa8238b92eb5174722bee8d307c4
-DIST varnish-5.0.0.tar.gz 2472963 SHA256 
5101ad72b29d288a07e2e5ded4c2abe850b70ff000c13ceb1764625e83823f4a SHA512 
0694ad32595dc559bd044c5cf1bf12f002e4c0ab477b5fdc9d026d0bc3aec64d6dbe0b14dbab0b95a2180aa2ffe3871db22d0793b12c9d67350da05c25ae8e6c
 WHIRLPOOL 
0e9e6415934971e9e289693a3e4963eb2a9415a3364293c22703c2539e14e77bd0cce46440a5c3426a1be75c28a9353dab23243283e70e786123e1d7b0c78775
-DIST varnish-5.1.1.tar.gz 2589250 SHA256 
6f4b85b52a827f28b3964fbe6a11296e2ed50156c70d511c10feff19459493ae SHA512 
d5acb1fa9d55f5bb77bea85a6db637769126b701c010cffd511e8ac9fd67853e7f0d3bf86ba1ff067031e14a320b3bc9a84c66cd4a5a6b66d30226f5184f5f05
 WHIRLPOOL 
83a17ca817031f7330b3576722f02951a6709413767314c6bed902a303922ec739fb8718fc9aeca2fde354ab2bbfe53e930515a16cf6551a04b138afb1d57353
 DIST varnish-5.1.2.tar.gz 2597817 SHA256 
39d858137e26948a7c85f07363f13f0778da61d234126e03a160a0cb9ba4fce3 SHA512 
6ee71c2678a34f7e3963547d8e79bd83e3b326ffe703ad60f0d6f8f218a3801849c870aa00e407008ef22cd2b2baf4cbe02625ce77018279afdb8208d43a743b
 WHIRLPOOL 
4c824fbb00d79fd1a6287bf08e26d9e9074e986d63d37a305f2f0dca320766e694aa8eaf81d723280f207e9b3fb528d2f917ee6fa21c3f24ba84b83acd367e86

diff --git a/www-servers/varnish/varnish-5.0.0.ebuild 
b/www-servers/varnish/varnish-5.0.0.ebuild
deleted file mode 100644
index 1c0902ad4fc..000
--- a/www-servers/varnish/varnish-5.0.0.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit user autotools eutils systemd python-r1
-
-DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator"
-HOMEPAGE="http://www.varnish-cache.org/;
-SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz;
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="jemalloc jit static-libs"
-
-CDEPEND="
-   sys-libs/readline:0=
-   dev-libs/libpcre[jit?]
-   jemalloc? ( dev-libs/jemalloc )
-   sys-libs/ncurses:0="
-
-#varnish compiles stuff at run time
-RDEPEND="
-   ${PYTHON_DEPS}
-   ${CDEPEND}
-   sys-devel/gcc"
-
-DEPEND="
-   ${CDEPEND}
-   dev-python/docutils
-   virtual/pkgconfig"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="test" #315725
-
-DOCS=( README.rst doc/changes.rst )
-
-pkg_setup() {
-   ebegin "Creating varnish user and group"
-   enewgroup varnish
-   enewuser varnish -1 -1 /var/lib/varnish varnish
-   eend $?
-}
-
-src_prepare() {
-   # Remove bundled libjemalloc. We also fix
-   # automagic dep in our patches, bug #461638
-   rm -rf lib/libjemalloc
-
-   # Remove -Werror bug #528354
-   sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
-
-   eapply_user
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable jit pcre-jit ) \
-   $(use_with jemalloc)
-}
-

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

2017-06-05 Thread Anthony G. Basile
commit: e789ee8e3d8cd764a1f347050b6eef2104e4da8e
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun  5 22:55:16 2017 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun  5 22:55:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e789ee8e

www-servers/varnish: fix bug #620952 for 4.1.5 and 4.1.6

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 www-servers/varnish/files/fix-build-x86.patch | 25 +
 www-servers/varnish/varnish-4.1.5.ebuild  |  3 +++
 www-servers/varnish/varnish-4.1.6.ebuild  |  3 +++
 3 files changed, 31 insertions(+)

diff --git a/www-servers/varnish/files/fix-build-x86.patch 
b/www-servers/varnish/files/fix-build-x86.patch
new file mode 100644
index 000..acacd3b9d61
--- /dev/null
+++ b/www-servers/varnish/files/fix-build-x86.patch
@@ -0,0 +1,25 @@
+See https://bugs.gentoo.org/show_bug.cgi?id=620952
+
+From 54b5a09f00c027da280361b30d32a4ff309ba3ab Mon Sep 17 00:00:00 2001
+From: Poul-Henning Kamp 
+Date: Tue, 28 Mar 2017 18:44:12 +
+Subject: [PATCH] Try to confuse GCC to not doing FP brain-damage.
+
+Fixes #1875 (maybe)
+---
+ bin/varnishd/mgt/mgt_param_tweak.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/bin/varnishd/mgt/mgt_param_tweak.c 
b/bin/varnishd/mgt/mgt_param_tweak.c
+index 12a7a52ef..b26581e2e 100644
+--- a/bin/varnishd/mgt/mgt_param_tweak.c
 b/bin/varnishd/mgt/mgt_param_tweak.c
+@@ -52,7 +52,7 @@ static int
+ tweak_generic_double(struct vsb *vsb, volatile double *dest,
+ const char *arg, const char *min, const char *max, const char *fmt)
+ {
+-  double u, minv = 0, maxv = 0;
++  volatile double u, minv = 0, maxv = 0;
+ 
+   if (arg != NULL) {
+   if (min != NULL) {

diff --git a/www-servers/varnish/varnish-4.1.5.ebuild 
b/www-servers/varnish/varnish-4.1.5.ebuild
index fa893f30376..e0e8515fff5 100644
--- a/www-servers/varnish/varnish-4.1.5.ebuild
+++ b/www-servers/varnish/varnish-4.1.5.ebuild
@@ -53,6 +53,9 @@ src_prepare() {
# automagic dep in our patches, bug #461638
rm -rf lib/libjemalloc
 
+   # Fix bug #620952
+   epatch "${FILESDIR}"/fix-build-x86.patch
+
# Remove -Werror bug #528354
sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
 

diff --git a/www-servers/varnish/varnish-4.1.6.ebuild 
b/www-servers/varnish/varnish-4.1.6.ebuild
index 482292dc748..2d122c0ff48 100644
--- a/www-servers/varnish/varnish-4.1.6.ebuild
+++ b/www-servers/varnish/varnish-4.1.6.ebuild
@@ -53,6 +53,9 @@ src_prepare() {
# automagic dep in our patches, bug #461638
rm -rf lib/libjemalloc
 
+   # Fix bug #620952
+   epatch "${FILESDIR}"/fix-build-x86.patch
+
# Remove -Werror bug #528354
sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac
 



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

2017-06-05 Thread Andreas Hüttel
commit: 35938fe173a64f0ebfe25d7b3b6117b9e0245965
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jun  5 22:32:13 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jun  5 22:32:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35938fe1

app-admin/tmpreaper: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/tmpreaper/tmpreaper-1.6.13.ebuild | 44 -
 1 file changed, 44 deletions(-)

diff --git a/app-admin/tmpreaper/tmpreaper-1.6.13.ebuild 
b/app-admin/tmpreaper/tmpreaper-1.6.13.ebuild
deleted file mode 100644
index 9300d2fdbf5..000
--- a/app-admin/tmpreaper/tmpreaper-1.6.13.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-inherit eutils
-
-MY_P="${PN}_${PV}+nmu1"
-DESCRIPTION="A utility for removing files based on when they were last 
accessed"
-HOMEPAGE="http://packages.debian.org/sid/tmpreaper;
-SRC_URI="mirror://debian/pool/main/t/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="sys-fs/e2fsprogs"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P/_/-}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.6.7-fix-protect.patch
-   epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   insinto /etc
-   doins debian/tmpreaper.conf || die "failed to install"
-
-   exeinto /etc/cron.daily
-   newexe debian/cron.daily tmpreaper || die "failed to install cron 
script"
-   doman debian/tmpreaper.conf.5 || die
-   dodoc README ChangeLog debian/README* || die
-}
-
-pkg_postinst() {
-   elog "This package installs a cron script under /etc/cron.daily"
-   elog "You can configure it using /etc/tmpreaper.conf"
-   elog "Consult tmpreaper.conf man page for more information"
-   elog "Read /usr/share/doc/${P}/README.security and"
-   elog "remove SHOWWARNING from /etc/tmpreaper.conf afterwards"
-}



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

2017-06-05 Thread Andreas Hüttel
commit: bf91cc5433da777eb2bfd5336337b0fbf184f90e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jun  5 22:30:59 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jun  5 22:30:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf91cc54

app-admin/fifo-cronolog: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild | 31 --
 1 file changed, 31 deletions(-)

diff --git a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild 
b/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild
deleted file mode 100644
index 38bef60c550..000
--- a/app-admin/fifo-cronolog/fifo-cronolog-1.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-DESCRIPTION="cronolog wrapper for use with dumb daemons like squid, varnish 
and so on"
-HOMEPAGE="https://cgit.gentoo.org/proj/fifo-cronolog.git;
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="BSD-2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-admin/cronolog"
-
-src_install() {
-   dosbin fifo-cronolog || die
-
-   newinitd fifo-cronolog.initd fifo-cronolog || die
-   newconfd fifo-cronolog.confd fifo-cronolog || die
-
-   dosym /usr/sbin/fifo-cronolog /usr/sbin/squid-cronolog || die
-}
-
-pkg_postinst() {
-   elog "Warning: app-admin/squid-cronolog has been renamed to 
app-admin/fifo-cronolog."
-   elog "This also applies to the binary 'squid-cronolog' but there is a 
symlink for now"
-   elog "Please fix your scripts/configs."
-}



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

2017-06-05 Thread Manuel Rüger
commit: 91539d3445a570f4c753f3f23b43a53070315514
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun  5 22:25:14 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun  5 22:25:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91539d34

dev-util/clair: Add missed RDEPEND

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/clair/clair-2.0.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-util/clair/clair-2.0.0.ebuild 
b/dev-util/clair/clair-2.0.0.ebuild
index a795f829c9e..93f0e2fd86e 100644
--- a/dev-util/clair/clair-2.0.0.ebuild
+++ b/dev-util/clair/clair-2.0.0.ebuild
@@ -16,7 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 
-#RESTRICT="test"
+RDEPEND="app-arch/rpm
+   app-arch/xz-utils
+   dev-vcs/bzr
+   dev-vcs/git"
 
 pkg_setup() {
enewgroup ${PN}



[gentoo-commits] repo/gentoo:master commit in: dev-util/clair/files/, dev-util/clair/

2017-06-05 Thread Manuel Rüger
commit: 8598811910005502ffbec76c4199d75af41d0bf6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun  5 22:21:21 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun  5 22:21:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85988119

dev-util/clair: Initial version

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/clair/Manifest   |  1 +
 dev-util/clair/clair-2.0.0.ebuild | 42 +++
 dev-util/clair/files/clair.confd  |  2 ++
 dev-util/clair/files/clair.initd  | 24 ++
 dev-util/clair/metadata.xml   | 13 
 5 files changed, 82 insertions(+)

diff --git a/dev-util/clair/Manifest b/dev-util/clair/Manifest
new file mode 100644
index 000..997660b29d1
--- /dev/null
+++ b/dev-util/clair/Manifest
@@ -0,0 +1 @@
+DIST clair-2.0.0.tar.gz 5194402 SHA256 
c255e4855929304617884720360bd7f58b8e9c11b608b50879329ca5725a122b SHA512 
ee6fc3d15a6f2937bc6c25ebcd279982a220c60b7dc79db7e2fd127a810fdea9aff92a9546cec69e075a8cf0617dfd4605db846eeea456fc82bee14febc2f841
 WHIRLPOOL 
ec76553be1fba1ffc2bab4bba1eebe9f21c7ad25714ce53df5026733fe701ba9cee3adfeb0eac578de583dbe3a5017d898f32da54f8d21e85cdbb47622c7d323

diff --git a/dev-util/clair/clair-2.0.0.ebuild 
b/dev-util/clair/clair-2.0.0.ebuild
new file mode 100644
index 000..a795f829c9e
--- /dev/null
+++ b/dev-util/clair/clair-2.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/coreos/clair"
+EGIT_COMMIT="v${PV}"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Vulnerability Static Analysis for Containers"
+HOMEPAGE="https://github.com/coreos/clair;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+#RESTRICT="test"
+
+pkg_setup() {
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_compile() {
+   GOPATH="${S}" go build -o bin/${PN} -v ${EGO_PN}/cmd/${PN}  || die
+}
+
+src_install() {
+   dobin bin/${PN}
+   pushd src/${EGO_PN} || die
+   dodoc {README,ROADMAP,CONTRIBUTING}.md
+   insinto /etc/${PN}
+   doins config.example.yaml
+   popd || die
+
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   keepdir /var/log/${PN}
+   fowners ${PN}:${PN} /var/log/${PN}
+}

diff --git a/dev-util/clair/files/clair.confd b/dev-util/clair/files/clair.confd
new file mode 100644
index 000..e66675311de
--- /dev/null
+++ b/dev-util/clair/files/clair.confd
@@ -0,0 +1,2 @@
+# arguments for clair config
+command_args="-config=/etc/clair/config.yaml"

diff --git a/dev-util/clair/files/clair.initd b/dev-util/clair/files/clair.initd
new file mode 100644
index 000..b98d295c46b
--- /dev/null
+++ b/dev-util/clair/files/clair.initd
@@ -0,0 +1,24 @@
+#!/sbin/openrc-run
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+description="Clair Vulnerability Static Analysis for Containers"
+pidfile=${pidfile:-"/run/${SVCNAME}/${SVCNAME}.pid"}
+user=${user:-${SVCNAME}}
+group=${group:-${SVCNAME}}
+
+command="/usr/bin/clair"
+command_args="${command_args:--config=/etc/clair/config.yaml}"
+command_background="true"
+start_stop_daemon_args="--user ${user} --group ${group} \
+   --stdout /var/log/${SVCNAME}/${SVCNAME}.log \
+   --stderr /var/log/${SVCNAME}/${SVCNAME}.log"
+
+depend() {
+   need net
+   after net
+}
+
+start_pre() {
+   checkpath -d -m 0755 -o "${user}":"${group}" "${pidfile%/*}"
+}

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



[gentoo-commits] repo/gentoo:master commit in: games-rpg/comi/files/, games-rpg/comi/

2017-06-05 Thread James Le Cuirot
commit: d51f4e652b4ad790a7700d0c4d493e50fdcd1eb9
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Jun  5 22:14:12 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Jun  5 22:15:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51f4e65

games-rpg/comi: Remove binary file from FILESDIR, fixes bug #620812

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-rpg/comi/Manifest   |   1 +
 games-rpg/comi/comi-1.ebuild  |   3 ++-
 games-rpg/comi/files/comi.jpg | Bin 5320 -> 0 bytes
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/games-rpg/comi/Manifest b/games-rpg/comi/Manifest
new file mode 100644
index 000..4b1b21c1927
--- /dev/null
+++ b/games-rpg/comi/Manifest
@@ -0,0 +1 @@
+DIST comi.jpg 5320 SHA256 
ddce96d83ffb84cce4c35a4a19a06b864256f61e6092ba3c224cad95e5f7e7fd SHA512 
b8042241b0badc6950cac8bf0eae7f5e138d5f3fc96f9d3a2108cd3bc69d972bbb12e8f3a416273f0763a1ecfee9b66daff69e211889cd93468439a3036817af
 WHIRLPOOL 
615435dc8ae60b75f1001dad1ae8cad60ede0606955cd54a04101eef1b3200f92d6f8eec8eb866b3a36b5ebd9bf480769eb772b25f406bec36566cc297d7391e

diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild
index f53ac11796d..44bb806480a 100644
--- a/games-rpg/comi/comi-1.ebuild
+++ b/games-rpg/comi/comi-1.ebuild
@@ -7,6 +7,7 @@ inherit cdrom estack eutils xdg
 
 DESCRIPTION="The Curse of Monkey Island, the third game in the series"
 HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island;
+SRC_URI="http://dev.gentoo.org/~chewi/distfiles/${PN}.jpg;
 LICENSE="${PN}"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -60,7 +61,7 @@ src_install() {
# Documentation may be missing.
[[ -d doc ]] && dodoc doc/*
 
-   doicon "${FILESDIR}"/${PN}.jpg
+   doicon "${DISTDIR}"/${PN}.jpg
make_wrapper ${PN} "scummvm comi"
make_desktop_entry ${PN} "The Curse of Monkey Island" ${PN}.jpg
 }

diff --git a/games-rpg/comi/files/comi.jpg b/games-rpg/comi/files/comi.jpg
deleted file mode 100644
index 941b4a69c89..000
Binary files a/games-rpg/comi/files/comi.jpg and /dev/null differ



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

2017-06-05 Thread Patrice Clement
commit: e4b5fdf4199b3880424c4182817cf284b408
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Jun  5 21:56:54 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun  5 21:57:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b5fdf4

www-apps/nanoblogger: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/nanoblogger/nanoblogger-3.5_rc1-r1.ebuild | 71 ++
 1 file changed, 71 insertions(+)

diff --git a/www-apps/nanoblogger/nanoblogger-3.5_rc1-r1.ebuild 
b/www-apps/nanoblogger/nanoblogger-3.5_rc1-r1.ebuild
new file mode 100644
index 000..60dc2700947
--- /dev/null
+++ b/www-apps/nanoblogger/nanoblogger-3.5_rc1-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+MY_P="${P/_/-}"
+DESCRIPTION="Small and simple weblog engine written in Bash for the 
command-line"
+HOMEPAGE="http://nanoblogger.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~x86"
+
+RDEPEND="app-shells/bash"
+
+S="${WORKDIR}/${MY_P}"
+
+HTML=( docs/nanoblogger.html )
+DOCS=( ChangeLog )
+
+src_prepare() {
+   default
+   sed -i \
+   -e 's|^\(NB_BASE_DIR=\).*$|\1"/usr/share/nanoblogger"|' \
+   -e 's|^\(NB_CFG_DIR=\).*$|\1"/etc"|' \
+   -e 
"s|\$NB_BASE_DIR.*\(nano.*html\)|/usr/share/doc/${PF}/html/\1|" \
+   nb || die "sed nb failed"
+}
+
+src_install() {
+   dobin nb
+   insinto /usr/share/nanoblogger
+   doins -r default moods plugins lib lang docs welcome-to-nb.txt
+   insinto /etc
+   doins nb.conf
+   einstalldocs
+   dobashcomp "${FILESDIR}"/nb.bashcomp
+}
+
+pkg_postinst() {
+   elog
+   elog "Documentation for getting started with nanoblogger may be found 
at"
+   elog "/usr/share/doc/${PF}/html/nanoblogger.html or by running 'nb 
--manual;."
+   elog
+   elog "To create and configure a new weblog, run the following as your 
user:"
+   elog "   nb -b /some/dir -a"
+   elog "where /some/dir is a directory that DOES NOT exist."
+   elog
+   elog "To prevent having to specify your blog directory every time you 
use"
+   elog "nanoblogger (with the -b switch), you can set a default value in 
your"
+   elog "~/.nb.conf.  For example:"
+   elog '   BLOG_DIR="$HOME/public_html/blog"'
+   elog
+   elog "If you are upgrading nanoblogger from a previous version, follow"
+   elog "these directions (as stated in the manual):"
+   elog "1. create a new weblog directory using nanoblogger (skip 
configuration):"
+   elog "  nb [-b blog_dir] -a"
+   elog "2. copy old data directry to new weblog:"
+   elog "  cp -r [old_blog_dir]/data [newblog_dir]"
+   elog "3. edit new blog.conf to your liking and rebuild weblog:"
+   elog "  nb [-b blog_dir] --configure -u all"
+   elog
+   elog "You also should remove your [newblog_dir]/data/cat_1.db and run:"
+   elog "  nb -u all"
+   elog "after copying your old entries from [oldblog_dir]/data to"
+   elog "[newblog_dir]/data."
+   elog
+}



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

2017-06-05 Thread Thomas Deutschmann
commit: 9e5001df158205edbdcb5059d7e811f3dc03e2df
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  5 21:51:48 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  5 21:54:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5001df

app-admin/collectd: x86 stable wrt bug #601146

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/collectd/collectd-5.6.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/collectd/collectd-5.6.2-r4.ebuild 
b/app-admin/collectd/collectd-5.6.2-r4.ebuild
index 08fcec3a65a..15992819e43 100644
--- a/app-admin/collectd/collectd-5.6.2-r4.ebuild
+++ b/app-admin/collectd/collectd-5.6.2-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
 IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
 
 # The plugin lists have to follow here since they extend IUSE



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

2017-06-05 Thread Thomas Deutschmann
commit: 1896babcf77bcb82dbd2ccc3922bc964fb560b04
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  5 21:54:12 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  5 21:54:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1896babc

app-admin/collectd: Cleanup old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/collectd/collectd-5.6.2-r2.ebuild | 531 
 1 file changed, 531 deletions(-)

diff --git a/app-admin/collectd/collectd-5.6.2-r2.ebuild 
b/app-admin/collectd/collectd-5.6.2-r2.ebuild
deleted file mode 100644
index 86d127d423f..000
--- a/app-admin/collectd/collectd-5.6.2-r2.ebuild
+++ /dev/null
@@ -1,531 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-JAVA_PKG_OPT_USE="collectd_plugins_java"
-
-inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib 
perl-functions python-single-r1 systemd user
-
-DESCRIPTION="Collects system statistics and provides mechanisms to store the 
values"
-
-HOMEPAGE="https://collectd.org/;
-SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
-
-# The plugin lists have to follow here since they extend IUSE
-
-# Plugins that don't build (e.g. dependencies not in Gentoo)
-# apple_sensors: Requires libIOKit
-# aquaero:   Requires aerotools-ng/libaquaero5
-# barometer: Requires libi2c (i2c_smbus_read_i2c_block_data)
-# grpc:  Requires libgrpc
-# lpar:  Requires libperfstat (AIX only)
-# mic:   Requires Intel Many Integrated Core Architecture API
-#(part of Intel's  Xeon Phi software)
-# netapp:Requires libnetapp 
(http://communities.netapp.com/docs/DOC-1110)
-# pf:Requires BSD packet filter
-# pinba: Requires MySQL Pinba engine (http://pinba.org/)
-# tape:  Requires libkstat (Solaris only)
-# write_mongodb: https://github.com/collectd/collectd/issues/492
-# write_riemann: Requires riemann-c-client
-# xmms:  Requires libxmms (v1)
-# zone:  Solaris only...
-COLLECTD_IMPOSSIBLE_PLUGINS="apple_sensors aquaero barometer grpc lpar mic
-   netapp pf pinba tape write_kafka write_mongodb write_riemann xmms
-   zone"
-
-# Plugins that have been (compile) tested and can be enabled via 
COLLECTD_PLUGINS
-COLLECTD_TESTED_PLUGINS="aggregation amqp apache apcups ascent battery bind
-   ceph cgroups chrony conntrack contextswitch cpu cpufreq cpusleep
-   csv curl curl_json curl_xml dbi df disk dns drbd email entropy
-   ethstat exec fhcount filecount fscache gmond gps hddtemp interface
-   ipc ipmi iptables ipvs irq java lua load logfile log_logstash lvm
-   madwifi match_empty_counter match_hashed match_regex match_timediff
-   match_value mbmon md memcachec memcached memory modbus mqtt
-   multimeter mysql netlink network network nfs nginx notify_desktop
-   notify_email notify_nagios ntpd numa nut olsrd onewire openldap
-   openvpn oracle perl ping postgresql powerdns processes protocols
-   python python redis routeros rrdcached rrdtool sensors serial
-   sigrok smart snmp statsd swap syslog table tail tail_csv
-   target_notification target_replace target_scale target_set tcpconns
-   teamspeak2 ted thermal threshold tokyotyrant turbostat unixsock
-   uptime users uuid varnish virt vmem vserver wireless write_graphite
-   write_http write_kafka write_log write_redis write_sensu write_tsdb
-   xencpu zfs_arc zookeeper"
-
-COLLECTD_DISABLED_PLUGINS="${COLLECTD_IMPOSSIBLE_PLUGINS}"
-
-COLLECTD_ALL_PLUGINS=${COLLECTD_TESTED_PLUGINS}
-
-for plugin in ${COLLECTD_ALL_PLUGINS}; do
-   IUSE="${IUSE} collectd_plugins_${plugin}"
-done
-unset plugin
-
-# Now come the dependencies.
-
-COMMON_DEPEND="
-   dev-libs/libgcrypt:=
-   dev-libs/libltdl:0=
-   perl?   ( dev-lang/perl:=[ithreads] )
-   udev?   ( virtual/udev )
-   xfs?( sys-fs/xfsprogs )
-   collectd_plugins_amqp?  ( net-libs/rabbitmq-c )
-   collectd_plugins_apache?( net-misc/curl:0= )
-   collectd_plugins_ascent?( net-misc/curl:0= 
dev-libs/libxml2:2= )
-   collectd_plugins_bind?  ( net-misc/curl:0= 
dev-libs/libxml2:2= )
-   collectd_plugins_ceph?  ( dev-libs/yajl:= )
-   collectd_plugins_curl?  ( net-misc/curl:0= )
-   collectd_plugins_curl_json? ( net-misc/curl:0= 
dev-libs/yajl:= )
-   collectd_plugins_curl_xml?  ( net-misc/curl:0= 
dev-libs/libxml2:2= )
-   collectd_plugins_dbi?  

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

2017-06-05 Thread Thomas Deutschmann
commit: 8d234919bd5ae3b2de99032df784a7eb1d6dfd25
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  5 21:52:22 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  5 21:54:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d234919

app-admin/collectd: amd64 stable wrt bug #601146

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/collectd/collectd-5.6.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/collectd/collectd-5.6.2-r4.ebuild 
b/app-admin/collectd/collectd-5.6.2-r4.ebuild
index 15992819e43..42712307792 100644
--- a/app-admin/collectd/collectd-5.6.2-r4.ebuild
+++ b/app-admin/collectd/collectd-5.6.2-r4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="${HOMEPAGE%/}/files/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="contrib debug java kernel_Darwin kernel_FreeBSD kernel_linux perl 
selinux static-libs udev xfs"
 
 # The plugin lists have to follow here since they extend IUSE



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

2017-06-05 Thread Sergei Trofimovich
commit: 97e07c23726dee270ae6049076cb27296390e865
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:51:56 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e07c23

profiles/arch/ia64: dev-lang/ruby-2.2.6 ia64 stable, bug #615818

Signed-off-by: Sergei Trofimovich  gentoo.org>

 profiles/arch/ia64/make.defaults   | 4 
 profiles/arch/ia64/use.stable.mask | 4 
 2 files changed, 8 deletions(-)

diff --git a/profiles/arch/ia64/make.defaults b/profiles/arch/ia64/make.defaults
index 906372e964b..476c229a5a6 100644
--- a/profiles/arch/ia64/make.defaults
+++ b/profiles/arch/ia64/make.defaults
@@ -26,7 +26,3 @@ VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage 
tdfx vesa voodoo"
 # 2006/12/23 - Diego Pettenò 
 # Defaults for audio drivers - Took from x86 profile
 ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x 
ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 
trident usb-audio via82xx via82xx-modem ymfpci"
-
-# Hans de Graaff  (17 Apr 2017)
-# Temporary entry to support stable bug 615818
-RUBY_TARGETS="ruby21"

diff --git a/profiles/arch/ia64/use.stable.mask 
b/profiles/arch/ia64/use.stable.mask
index b9adc5d7e44..88f33d5ae7b 100644
--- a/profiles/arch/ia64/use.stable.mask
+++ b/profiles/arch/ia64/use.stable.mask
@@ -4,10 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
-# Hans de Graaff  (17 Apr 2017)
-# Temporary mask to support stable bug 615818
-ruby_targets_ruby22
-
 # Not stable
 mkl
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ruby-mode/

2017-06-05 Thread Sergei Trofimovich
commit: 525ca89b5dff523f9b7c6b8e0c96e1c0b7ee9b96
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:48:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525ca89b

app-emacs/ruby-mode: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-emacs/ruby-mode/ruby-mode-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ruby-mode/ruby-mode-2.2.2.ebuild 
b/app-emacs/ruby-mode/ruby-mode-2.2.2.ebuild
index 7423e7d3ef7..163533ec5e2 100644
--- a/app-emacs/ruby-mode/ruby-mode-2.2.2.ebuild
+++ b/app-emacs/ruby-mode/ruby-mode-2.2.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://ruby/ruby-${PV}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 S="${WORKDIR}/ruby-${PV}/misc"
 DOCS="README"



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

2017-06-05 Thread Sergei Trofimovich
commit: 75be0d1884fdd9db0d9246e51e745c6d56ac356d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:50:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75be0d18

dev-lang/ruby: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-lang/ruby/ruby-2.2.7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ruby/ruby-2.2.7-r2.ebuild 
b/dev-lang/ruby/ruby-2.2.7-r2.ebuild
index 621e417b2cf..b0f3e9ca739 100644
--- a/dev-lang/ruby/ruby-2.2.7-r2.ebuild
+++ b/dev-lang/ruby/ruby-2.2.7-r2.ebuild
@@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
 
https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests 
socks5 ssl tk xemacs ncurses +readline"
 
 RDEPEND="



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

2017-06-05 Thread Sergei Trofimovich
commit: 599d477480b036fa5bbdb1627ce03337b3b393bd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:48:54 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599d4774

dev-ruby/minitest: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/minitest/minitest-4.7.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest/minitest-4.7.5-r2.ebuild 
b/dev-ruby/minitest/minitest-4.7.5-r2.ebuild
index e3cb3651fe9..92dbb30281f 100644
--- a/dev-ruby/minitest/minitest-4.7.5-r2.ebuild
+++ b/dev-ruby/minitest/minitest-4.7.5-r2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest;
 
 LICENSE="MIT"
 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 ~sparc-solaris ~sparc64-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 each_ruby_prepare() {



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

2017-06-05 Thread Sergei Trofimovich
commit: a71a56f824baa0abae99adac99db82099797abdd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:49:28 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71a56f8

virtual/rubygems: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/virtual/rubygems/rubygems-11.ebuild 
b/virtual/rubygems/rubygems-11.ebuild
index c95a2476b42..cdebed34aca 100644
--- a/virtual/rubygems/rubygems-11.ebuild
+++ b/virtual/rubygems/rubygems-11.ebuild
@@ -8,7 +8,7 @@ inherit ruby-ng
 
 DESCRIPTION="Virtual ebuild for rubygems"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 
 RDEPEND="
ruby_targets_rbx? ( dev-lang/rubinius )



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

2017-06-05 Thread Sergei Trofimovich
commit: 14dcf91903fd178d814960af888ef242f8ea187c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:48:43 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14dcf919

dev-ruby/json: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/json/json-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/json/json-1.8.3.ebuild b/dev-ruby/json/json-1.8.3.ebuild
index 4c33066a9d1..08c7ebc91a6 100644
--- a/dev-ruby/json/json-1.8.3.ebuild
+++ b/dev-ruby/json/json-1.8.3.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension"
 HOMEPAGE="https://github.com/flori/json;
 LICENSE="|| ( Ruby GPL-2 )"
 
-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 ~sparc-solaris ~sparc64-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-ruby/

2017-06-05 Thread Sergei Trofimovich
commit: 518ba5e26fce75f442f9138494e18ce1d63e5a09
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:48:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=518ba5e2

app-eselect/eselect-ruby: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-eselect/eselect-ruby/eselect-ruby-20161226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-ruby/eselect-ruby-20161226.ebuild 
b/app-eselect/eselect-ruby/eselect-ruby-20161226.ebuild
index 32cc8d8f2ab..7e5ffdef41c 100644
--- a/app-eselect/eselect-ruby/eselect-ruby-20161226.ebuild
+++ b/app-eselect/eselect-ruby/eselect-ruby-20161226.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://dev.gentoo.org/~flameeyes/ruby-team/ruby.eselect-${PVR}.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~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"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~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"
 IUSE=""
 
 RDEPEND=">=app-admin/eselect-1.0.2"



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

2017-06-05 Thread Sergei Trofimovich
commit: d9f854d3bc6fd81988d47fb6bd5b6fcbf853bdd8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:49:06 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f854d3

dev-ruby/power_assert: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/power_assert/power_assert-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/power_assert/power_assert-0.3.1.ebuild 
b/dev-ruby/power_assert/power_assert-0.3.1.ebuild
index c8f157d7f0a..7eb3eccf14d 100644
--- a/dev-ruby/power_assert/power_assert-0.3.1.ebuild
+++ b/dev-ruby/power_assert/power_assert-0.3.1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Shows each value of variables and method calls 
in the expression"
 HOMEPAGE="https://github.com/k-tsj/power_assert;
 LICENSE="|| ( Ruby BSD-2 )"
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 SLOT="0"
 IUSE=""



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

2017-06-05 Thread Sergei Trofimovich
commit: e94f45ca16a4481a1b3bf215f1c2ffadb920
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 21:49:17 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 21:52:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94f45ca

dev-ruby/test-unit: ia64 stable, bug #615818

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/test-unit/test-unit-3.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/test-unit/test-unit-3.1.9.ebuild 
b/dev-ruby/test-unit/test-unit-3.1.9.ebuild
index 772c8776765..ff799e4fca7 100644
--- a/dev-ruby/test-unit/test-unit-3.1.9.ebuild
+++ b/dev-ruby/test-unit/test-unit-3.1.9.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://rubygems.org/gems/test-unit;
 
 LICENSE="|| ( Ruby GPL-2 ) PSF-2"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_rdepend "dev-ruby/power_assert"



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

2017-06-05 Thread Andreas Sturmlechner
commit: c30d2292f937f77c76c09cf4b722ad30ee4709cd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 21:50:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 21:50:01 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c30d2292

kde-plasma/plasma-sdk: Re-add ~arm

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-plasma/plasma-sdk/plasma-sdk-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.10.0.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.10.0.ebuild
index c01193e745..b3edab1a7d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.10.0.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.10.0.ebuild
@@ -8,7 +8,7 @@ VIRTUALX_REQUIRED="test"
 inherit kde5
 
 DESCRIPTION="Useful applications for Plasma development"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/ctags/files/, dev-util/ctags/

2017-06-05 Thread Patrice Clement
commit: 7771acdc33b51b57096b4fc920acc8f2c7f5f016
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun  4 16:21:09 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jun  5 21:49:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7771acdc

dev-util/ctags: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/ctags/ctags-5.8-r2.ebuild | 69 ++
 .../files/ctags-20161028-automagic-deps.patch  |  4 +-
 dev-util/ctags/files/ctags-5.6-ebuilds.patch   |  4 +-
 dev-util/ctags/files/ctags-5.8-ada.patch   |  4 +-
 dev-util/ctags/files/ctags-5.8-f95-pointers.patch  |  4 +-
 .../ctags-5.8-python-vars-starting-with-def.patch  |  4 +-
 6 files changed, 79 insertions(+), 10 deletions(-)

diff --git a/dev-util/ctags/ctags-5.8-r2.ebuild 
b/dev-util/ctags/ctags-5.8-r2.ebuild
new file mode 100644
index 000..033b4876829
--- /dev/null
+++ b/dev-util/ctags/ctags-5.8-r2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
+HOMEPAGE="http://ctags.sourceforge.net;
+SRC_URI="
+   mirror://sourceforge/${PN}/${P}.tar.gz
+   ada? ( mirror://sourceforge/gnuada/ctags-ada-mode-4.3.11.tar.bz2 )
+"
+
+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 ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="ada"
+
+RDEPEND="app-eselect/eselect-ctags"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-5.6-ebuilds.patch"
+   # Upstream fix for python variables starting with def
+   "${FILESDIR}/${P}-python-vars-starting-with-def.patch"
+   # Bug #273697
+   "${FILESDIR}/${P}-f95-pointers.patch"
+)
+
+HTML_DOCS=( EXTENDING.html ctags.html )
+
+DOCS=( FAQ NEWS README )
+
+src_prepare() {
+   default
+
+   # enabling Ada support
+   if use ada ; then
+   cp "${WORKDIR}/${PN}-ada-mode-4.3.11/ada.c" "${S}" || die
+   epatch "${FILESDIR}/${P}-ada.patch"
+   fi
+}
+
+src_configure() {
+   econf \
+   --with-posix-regex \
+   --without-readlib \
+   --disable-etags \
+   --enable-tmpdir="${EPREFIX}"/tmp
+}
+
+src_install() {
+   emake prefix="${ED}"/usr mandir="${ED}"/usr/share/man install
+
+   # namepace collision with X/Emacs-provided /usr/bin/ctags -- we
+   # rename ctags to exuberant-ctags (Mandrake does this also).
+   mv "${ED}"/usr/bin/{ctags,exuberant-ctags} || die
+   mv "${ED}"/usr/share/man/man1/{ctags,exuberant-ctags}.1 || die
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   eselect ctags update
+   elog "You can set the version to be started by /usr/bin/ctags through"
+   elog "the ctags eselect module. \"man ctags.eselect\" for details."
+}
+
+pkg_postrm() {
+   eselect ctags update
+}

diff --git a/dev-util/ctags/files/ctags-20161028-automagic-deps.patch 
b/dev-util/ctags/files/ctags-20161028-automagic-deps.patch
index a22481be7be..980d7d1c5ac 100644
--- a/dev-util/ctags/files/ctags-20161028-automagic-deps.patch
+++ b/dev-util/ctags/files/ctags-20161028-automagic-deps.patch
@@ -1,7 +1,7 @@
 Add options to control libxml2, jansson, and libyaml automagic deps.
 
 ctags-20161028/configure.ac
-+++ ctags-20161028/configure.ac
+--- a/configure.ac
 b/configure.ac
 @@ -585,30 +585,48 @@
  AC_CHECK_FUNCS(fork waitpid execv pipe,[enable_xcmd=yes],[enable_xcmd=no])
  AM_CONDITIONAL([ENABLE_XCMD], [test "xyes" = "x$enable_xcmd"])

diff --git a/dev-util/ctags/files/ctags-5.6-ebuilds.patch 
b/dev-util/ctags/files/ctags-5.6-ebuilds.patch
index 5b0de663a15..9fce6c5defc 100644
--- a/dev-util/ctags/files/ctags-5.6-ebuilds.patch
+++ b/dev-util/ctags/files/ctags-5.6-ebuilds.patch
@@ -1,6 +1,6 @@
 diff -ur ctags-5.6/sh.c ctags-5.6-ebuild/sh.c
 ctags-5.6/sh.c 2006-05-30 00:37:13.0 -0400
-+++ ctags-5.6-ebuild/sh.c  2006-10-07 17:37:31.0 -0400
+--- a/sh.c 2006-05-30 00:37:13.0 -0400
 b/sh.c 2006-10-07 17:37:31.0 -0400
 @@ -7,7 +7,8 @@
  *   GNU General Public License.
  *

diff --git a/dev-util/ctags/files/ctags-5.8-ada.patch 
b/dev-util/ctags/files/ctags-5.8-ada.patch
index 48ed96f0d88..9026bc54040 100644
--- a/dev-util/ctags/files/ctags-5.8-ada.patch
+++ b/dev-util/ctags/files/ctags-5.8-ada.patch
@@ -1,5 +1,5 @@
 parsers-orig.h 2009-11-16 23:39:49.747328066 +0200
-+++ parsers.h  2009-11-16 23:40:26.541581805 +0200
+--- a/parsers.h2009-11-16 23:39:49.747328066 +0200
 b/parsers.h2009-11-16 23:40:26.541581805 +0200
 @@ -16,6 +16,7 @@
  
  /* Add the name of any new parser definition function here */

diff --git 

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

2017-06-05 Thread Michał Górny
commit: f35f51df4648a5ec54817485a38b5673002758b7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 19:43:33 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35f51df

package.mask: Last rite dev-util/rpmdevtools, #615920

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d5bf384e64b..7edc1f21077 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained. Does not use python eclasses. Unhandled bug reports.
+# Removal in 30 days. Bug #615920.
+dev-util/rpmdevtools
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Dead upstream. No reverse dependencies. Fails to build.
 # Removal in 30 days. Bug #594384.
 dev-libs/libjit



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

2017-06-05 Thread Michał Górny
commit: c2b21d5fb126e1aef32d7c6cfeb67aa09a872b78
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:38:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b21d5f

profiles/base: Mask app-cdr/cdrdao[gcdmaster] due deps

 profiles/arch/hppa/package.use.mask | 1 -
 profiles/base/package.use.mask  | 6 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/hppa/package.use.mask 
b/profiles/arch/hppa/package.use.mask
index 14182b0573e..d7b34e973ae 100644
--- a/profiles/arch/hppa/package.use.mask
+++ b/profiles/arch/hppa/package.use.mask
@@ -176,7 +176,6 @@ x11-misc/xscreensaver gdm new-login
 x11-libs/wxGTK gstreamer
 net-p2p/mldonkey guionly gtk
 dev-vcs/git gtk
-app-cdr/cdrdao gcdmaster
 net-im/pidgin eds
 
 # Jeroen Roovers  (15 Apr 2008)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 8a74d41f6ee..f78bcad26ad 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -9,6 +9,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# dev-cpp/libgnomeuimm is masked for removal, mask flags that require
+# it.
+app-cdr/cdrdao gcdmaster
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # dev-libs/dee is masked for removal, mask flags that requires it.
 gnome-extra/zeitgeist icu
 



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

2017-06-05 Thread Michał Górny
commit: 38d88dedcc0c09665bc05df738d00b0251aa98b8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 19:39:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d88ded

package.mask: Last rite dev-libs/libjit, #594384

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7c1fd3fbef3..d5bf384e64b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Dead upstream. No reverse dependencies. Fails to build.
+# Removal in 30 days. Bug #594384.
+dev-libs/libjit
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained upstream. Fails to build.
 # Removal in 30 days. Bug #513416.
 media-sound/pianobooster



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

2017-06-05 Thread Michał Górny
commit: 91fdeddd043a92356ad12c7e479d33ec00176a73
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:27:11 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91fdeddd

package.mask: Last-rite split gtk-sharp and gnome-sharp packages

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9588fb697dd..a4bdbe3994c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,25 @@
 #--- END OF EXAMPLES ---
 
 # Michał Górny  (05 Jun 2017)
+# Mask split *-sharp packages for removal. Replaced by combined:
+# - >=dev-dotnet/gtk-sharp-2.12.21,
+# - >=dev-dotnet/gnome-sharp-2.24.2-r1.
+# Removal in 14 days.
+ (05 Jun 2017)
 # (on behalf of Treecleaner project)
 # Unmaintained since addition. Obsolete version that requires ancient
 # dev-python/mock version. No reverse dependencies.



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

2017-06-05 Thread Michał Górny
commit: 7f329e9f5d724689b6d85e86dd11d0e044c1e97e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:45:28 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f329e9f

package.mask: Last rite net-misc/ser, #610454

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 89412e6dc9c..ef0f4b0e635 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained in Gentoo, awfully old version. Uses obsolete
+# built_with_use.
+# Removal in 30 days. Bug #610454.
+net-misc/ser
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained in Gentoo. Abandoned upstream before Gentoo got to
 # bumping it.
 # Removal in 30 days. Bug #360767.



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

2017-06-05 Thread Michał Górny
commit: 9284a94ccb7955470c7997ffbd7c252eab08ebb1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:52:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9284a94c

package.mask: Last rite media-sound/pianobooster, #513416

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 4968391bba0..7c1fd3fbef3 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained upstream. Fails to build.
+# Removal in 30 days. Bug #513416.
+media-sound/pianobooster
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained library with no reverse dependencies. Last consumer
 # of unmaintained gpe.eclass.
 # Removal in 30 days. Bug #610490.



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

2017-06-05 Thread Michał Górny
commit: 3e88a041c1efff36a0b0398bc5c49aa2020140e3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:36:32 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:41:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e88a041

package.mask: Last rite net-analyzer/fe3d, #564100

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3ba35bc42e7..07cb8eff815 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained upstream and in Gentoo. Requires old wxGTK version.
+# Removal in 30 days. Bug #564100.
+net-analyzer/fe3d
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained upstream. Already suffers heavy patching in Gentoo.
 # Multiple bugs filed, including build failures.
 # Removal in 30 days. Bug #515760.



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

2017-06-05 Thread Michał Górny
commit: dda18ff7c9a6098fe05b7ec82b181cd88296ce17
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:48:59 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda18ff7

gpe.eclass: Mark dead for removal in 30 days

 eclass/gpe.eclass | 5 +
 1 file changed, 5 insertions(+)

diff --git a/eclass/gpe.eclass b/eclass/gpe.eclass
index d719d54b6b7..3dbda4420a4 100644
--- a/eclass/gpe.eclass
+++ b/eclass/gpe.eclass
@@ -1,6 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# @DEAD
+# Michał Górny  (05 Jun 2017)
+# This eclass is no longer maintained. The last consumer is last rited
+# for removal. The eclass will be removed along with it in 30 days.
+
 # @ECLASS: gpe.eclass
 # @MAINTAINER:
 # g...@gentoo.org



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

2017-06-05 Thread Michał Górny
commit: 73bfaa749231fa140f22a3b32b08cc56a9bf20ed
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 19:46:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bfaa74

package.mask: Last rite dev-python/cassandra-driver, #616292

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 7edc1f21077..9588fb697dd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained since addition. Obsolete version that requires ancient
+# dev-python/mock version. No reverse dependencies.
+# Removal in 30 days. Bug #616292.
+dev-python/cassandra-driver
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained. Does not use python eclasses. Unhandled bug reports.
 # Removal in 30 days. Bug #615920.
 dev-util/rpmdevtools



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

2017-06-05 Thread Michał Górny
commit: 24d25291f6e4ad8a66972c81572ddc481f2366a1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:47:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d25291

package.mask: Last rite x11-libs/libxsettings-client, #610490

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ef0f4b0e635..4968391bba0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained library with no reverse dependencies. Last consumer
+# of unmaintained gpe.eclass.
+# Removal in 30 days. Bug #610490.
+x11-libs/libxsettings-client
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained in Gentoo, awfully old version. Uses obsolete
 # built_with_use.
 # Removal in 30 days. Bug #610454.



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

2017-06-05 Thread Michał Górny
commit: 3e35b0d7795e3845304d6975846b6dad54bce651
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:42:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e35b0d7

package.mask: Last rite www-apps/pyblosxom, #360767

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b2835c92ab6..89412e6dc9c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained in Gentoo. Abandoned upstream before Gentoo got to
+# bumping it.
+# Removal in 30 days. Bug #360767.
+www-apps/pyblosxom
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # The libgnomeuimm is long dead upstream.
 # Removal in 30 days. Bug #608948.
 dev-cpp/libgnomeuimm



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

2017-06-05 Thread Michał Górny
commit: d5a820d3806159e3607a1007fe6dcddbfa83f5b2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 18:39:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 21:42:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a820d3

package.mask: Last rite dev-cpp/libgnomeuimm, #608948

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 07cb8eff815..b2835c92ab6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# The libgnomeuimm is long dead upstream.
+# Removal in 30 days. Bug #608948.
+dev-cpp/libgnomeuimm
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained upstream and in Gentoo. Requires old wxGTK version.
 # Removal in 30 days. Bug #564100.
 net-analyzer/fe3d



[gentoo-commits] repo/gentoo:master commit in: media-libs/libass/, media-libs/libass/files/

2017-06-05 Thread Tim Harder
commit: 19a1b8e2e85efa18b79b2dddacce045d86a1
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jun  5 21:11:12 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jun  5 21:24:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a1b8e2

media-libs/libass: remove old

 media-libs/libass/Manifest |  8 
 ...et-the-correct-x32-machine-option-for-yas.patch | 26 
 media-libs/libass/libass-0.11.2.ebuild | 45 
 media-libs/libass/libass-0.12.3.ebuild | 45 
 media-libs/libass/libass-0.13.0.ebuild | 49 --
 media-libs/libass/libass-0.13.1.ebuild | 44 ---
 media-libs/libass/libass-0.13.2.ebuild | 44 ---
 media-libs/libass/libass-0.13.3.ebuild | 44 ---
 media-libs/libass/libass-0.13.4.ebuild | 44 ---
 media-libs/libass/libass-0.13.5.ebuild | 44 ---
 media-libs/libass/metadata.xml |  1 -
 11 files changed, 394 deletions(-)

diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest
index 94805e66290..eb6b79417af 100644
--- a/media-libs/libass/Manifest
+++ b/media-libs/libass/Manifest
@@ -1,10 +1,2 @@
-DIST libass-0.11.2.tar.xz 297172 SHA256 
499dbaf14d7743e5899c9ca918988e81a9894f674b22d4682922f2e5d095ff9e SHA512 
93e7b9ce328fc8ac7555c49015baf89c2f07957e501e3ea9ee5a2a7750c1454891a202a92f1348aef27c877bf01674bb7958b7e500c59538b67fe68a89315540
 WHIRLPOOL 
9c0e0b869efc815e9ecd0e0dfa0488b9643404bd8fc33fe4be2cbf7c026989b27ee7eeb6d8f11218d903881629d864b52bdb0f3a7433325f03b0a6c5a21d1d23
-DIST libass-0.12.3.tar.xz 313852 SHA256 
a67c54ebaf5ec19ae72e86259ee6ab6adfe2e64ed9f9149db03dc863360ea38c SHA512 
84931e89f02487ff01bfe24be3d90b1db8599ab2a5ec2277824b4330cd9219189a54f19d2d83f223d2d6f973b5e7474f2691905091749a776147669b72754be2
 WHIRLPOOL 
7187d678dfec621d5736ecb4d9dbf6559c74d6c1b4dfcdd7bc4f78313e8f10f73d3cefd33bfa9a1ceed87cb00767e4235b95e144c527e74746e680b6bb12c719
-DIST libass-0.13.0.tar.xz 336128 SHA256 
e0071a3b2e95411c8d474014678368e3f0b852f7d663e0564b344e7335eb0671 SHA512 
0253d0cd306603b2721bd128ad6eb050c74f1ee415145f238f3a10c4041b054bf94857f4c0043a6578c4fd0865e809e25fa9f61071631ba647c731c13418627f
 WHIRLPOOL 
7ccf4df975a07e94cdc85b4436b08eae1a6ce60d027d0db21855bbdfd21e4770a5e21cae90ce7646b477094241df3b36c247f043f347f2f1494f3d6a02e91f28
-DIST libass-0.13.1.tar.xz 318840 SHA256 
4aa36b1876a61cab46fc9284fee84224b9e2840fe7b3e63d96a8d32574343fe7 SHA512 
0558e6bb139d9e3c506fa358b02dbeecf574098defb9a4d4c935dac402fc9cf09725114612d3a987f54dee5a08d55f135a64fd87d35fc25dda1bef72bc23d720
 WHIRLPOOL 
ef128daecc0a4a3a026d8fb90da44088c9451bb1acd91fb3b8c90b0e564b62576e7328bd7c4442b6e6f6efa1b18cb3c9a0ac80e44acbfec45d65d834f712f1c2
-DIST libass-0.13.2.tar.xz 348444 SHA256 
d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face SHA512 
71d495c02ea478b8632c177cef8605d23377e2da2c56dd3a1fa59f9a2d01cc642d4d9dc383083ef1dee8ccf2a6e6f25a4ad9bb7dff3618e7646161731b7312c7
 WHIRLPOOL 
0c5517fc0cae9ae775300b9c03eb1f141b607b6e43413e56f2dc5de490f5cbe57fd9acc2caa9b6dc5505d7c7b2aec0ae4426fbe2e75010e0c9ffaf2f7a0f7fed
-DIST libass-0.13.3.tar.xz 351012 SHA256 
a641b653d7c9f2f3b9d6a5e5a906a004ac3e110487ad485d9dd029e944bb3f6d SHA512 
a6c9ba5579e3dbd6da21866c533e32ebdeb53dbafd5850a85b514927f3a89cec1c19da247616b76950a753ba091c49a7bf8069b9112fe4ca3411573d0a3430b3
 WHIRLPOOL 
b8116d3ffce9c3713b6b8ab5286b35e1afd704c40bab78e60d46c2ddf9910ce21c51046b3738d3901f97a234b60360929d6959b159e29fd2cf0da7995cebf7ca
-DIST libass-0.13.4.tar.xz 350840 SHA256 
d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6 SHA512 
a46712069684755193df423753216bb4584e561ebec2202f059d8a206616d936b74b401cc53e62040f06c42b4840033003deac39d1b4bae7655b465fcab24f9d
 WHIRLPOOL 
7727e21724c884ea71a4c03cd554ac0fa6a26bbd37c09e146b7b80ae7a757e8e3fe6075cc68879dd71ce196116daa49741e91a859867c9c44cbcca48c3c0
-DIST libass-0.13.5.tar.xz 350196 SHA256 
9387a2421b6e6a132c7d473de594b9f0367aa85af64aa103b66f0861431b1596 SHA512 
4fc0965dc930c7e74fd2938080dd10d74ee2484c2650cd623c80aed5ed0852022c7c3b5b1a17501620af22bcffd0cbdc9ddbd1697f23213e7b5f431699d1e23f
 WHIRLPOOL 
a4b3747601781b27b012fa23943663e29c699d26f2e71c5a8707f23f7a1bb64ca58af64c3af3e32989f0894f940e2bd2214b0137901e0efcb4c7dba939fbb1fb
 DIST libass-0.13.6.tar.xz 350144 SHA256 
f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d SHA512 
8fad8ca3fc93143699ba6dbbc0893db3c2f3032ac341f69c2c90319f0bbe1b71fd4b358944a03851ee183f9065afcfec4d4c841432dbe0d9b1d4eb72964ff42b
 WHIRLPOOL 
65fe7bf979adfd3727ba0e62a7be0cd6c7e00ea6d1a04405d34f3a3036832a5473f89e2d520d94325835dcf446b7d7749f52f87a6b2b25af4800168c472e6ebf
 DIST libass-0.13.7.tar.xz 352752 SHA256 
7065e5f5fb76e46f2042a62e7c68d81e5482dbeeda24644db1bd066e44da7e9d SHA512 

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

2017-06-05 Thread Tim Harder
commit: 6c4d45117dfd57139477f93887f4218c81d3479c
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Jun  5 21:08:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jun  5 21:24:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4d4511

media-libs/libass: version bump to 0.13.7

 media-libs/libass/Manifest |  1 +
 media-libs/libass/libass-0.13.7.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/media-libs/libass/Manifest b/media-libs/libass/Manifest
index bad9343281a..94805e66290 100644
--- a/media-libs/libass/Manifest
+++ b/media-libs/libass/Manifest
@@ -7,3 +7,4 @@ DIST libass-0.13.3.tar.xz 351012 SHA256 
a641b653d7c9f2f3b9d6a5e5a906a004ac3e1104
 DIST libass-0.13.4.tar.xz 350840 SHA256 
d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6 SHA512 
a46712069684755193df423753216bb4584e561ebec2202f059d8a206616d936b74b401cc53e62040f06c42b4840033003deac39d1b4bae7655b465fcab24f9d
 WHIRLPOOL 
7727e21724c884ea71a4c03cd554ac0fa6a26bbd37c09e146b7b80ae7a757e8e3fe6075cc68879dd71ce196116daa49741e91a859867c9c44cbcca48c3c0
 DIST libass-0.13.5.tar.xz 350196 SHA256 
9387a2421b6e6a132c7d473de594b9f0367aa85af64aa103b66f0861431b1596 SHA512 
4fc0965dc930c7e74fd2938080dd10d74ee2484c2650cd623c80aed5ed0852022c7c3b5b1a17501620af22bcffd0cbdc9ddbd1697f23213e7b5f431699d1e23f
 WHIRLPOOL 
a4b3747601781b27b012fa23943663e29c699d26f2e71c5a8707f23f7a1bb64ca58af64c3af3e32989f0894f940e2bd2214b0137901e0efcb4c7dba939fbb1fb
 DIST libass-0.13.6.tar.xz 350144 SHA256 
f8a874d104e3e72e2cc057e5a1710c650b10367486845a26e5ff28ed7a912c2d SHA512 
8fad8ca3fc93143699ba6dbbc0893db3c2f3032ac341f69c2c90319f0bbe1b71fd4b358944a03851ee183f9065afcfec4d4c841432dbe0d9b1d4eb72964ff42b
 WHIRLPOOL 
65fe7bf979adfd3727ba0e62a7be0cd6c7e00ea6d1a04405d34f3a3036832a5473f89e2d520d94325835dcf446b7d7749f52f87a6b2b25af4800168c472e6ebf
+DIST libass-0.13.7.tar.xz 352752 SHA256 
7065e5f5fb76e46f2042a62e7c68d81e5482dbeeda24644db1bd066e44da7e9d SHA512 
8f5531ab5ace0b4ec6160f37b2553b6f06f761a0e12b3521e1b6c78387f7b3b98f24f310a9a9ea47d76fc5529f3cd318c88bd770e08600b71c81f95a43258a21
 WHIRLPOOL 
ee39e4cb0a0d1900843d046688dd7e9a7eaf94ebacea9dc4fb75207dc502625bbc06584cb483e59c4922dca461d92270c044a759dd8ab00493af7b634639d9fd

diff --git a/media-libs/libass/libass-0.13.7.ebuild 
b/media-libs/libass/libass-0.13.7.ebuild
new file mode 100644
index 000..85419ef6928
--- /dev/null
+++ b/media-libs/libass/libass-0.13.7.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit ltprune multilib-minimal
+
+DESCRIPTION="Library for SSA/ASS subtitles rendering"
+HOMEPAGE="https://github.com/libass/libass;
+SRC_URI="https://github.com/libass/libass/releases/download/${PV}/${P}.tar.xz;
+
+LICENSE="ISC"
+SLOT="0/9" # subslot = libass soname version
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE="+fontconfig +harfbuzz static-libs"
+
+RDEPEND="fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}]
+   >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
+   >=dev-libs/fribidi-0.19.5-r1[${MULTILIB_USEDEP}]
+   harfbuzz? ( >=media-libs/harfbuzz-0.9.12[truetype,${MULTILIB_USEDEP}] )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+X86_CPU_OPTS="abi_x86_32 abi_x86_64"
+for i in ${X86_CPU_OPTS} ; do
+   DEPEND="${DEPEND}
+   ${i}? ( dev-lang/yasm )"
+done
+
+DOCS="Changelog"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf \
+   $(use_enable fontconfig) \
+   $(use_enable harfbuzz) \
+   $(use_enable static-libs static) \
+   --disable-require-system-font-provider
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2017-06-05 Thread Robin H. Johnson
commit: 158430648dea228df7ff265c5847a617ee4a7893
Author: Ulrich Réale  mailoo  org>
AuthorDate: Sun May 21 04:15:07 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun  5 21:23:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15843064

sys-firmware/intel-microcode: version bump to 20170511

Package-Manager: Portage-2.3.5, Repoman-2.3.1
(cherry picked from commit 2e34ff5858ef7c7b09949d3878ffafee65cab9db)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/4697

 sys-firmware/intel-microcode/Manifest  |  1 +
 .../intel-microcode-20170511.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index c4e555481bd..4ce2cad6897 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -6,3 +6,4 @@ DIST microcode-20151106.tgz 892805 SHA256 
096e39489eef67666be652e81fa372a06b74f3
 DIST microcode-20160607.tgz 1236385 SHA256 
db821eb47af2caa39613caee0eb89a9584b2ebc4a9ab1b9624fe778f9a41fa7d SHA512 
17f62ebf3e9f262d21ffa00546da4d711a9a810ad0a9bf4b2805c33090d75e9a07df1f3449baf6009ec5ef1f9af470fd32285b6100f0819e0b9989f5c55dc5bd
 WHIRLPOOL 
08ccd42872998144abd02897dd4738142f7b2d4e2a6d5a84a8baa37a629867f2d829385dffa7aefba9b1d3bdcf2ae0f4b4dca9104d76a81b87d359540d7c261f
 DIST microcode-20160714.tgz 1239344 SHA256 
f3a9c6fc93275bf1febc26f7c397ac93ed5f109e47fb52932f6dbd5cfdbc840e SHA512 
f9e09b6669a86aafcc77642d6e33acf9326109c3a2bc3e0d62b45a062b9ecbde6605b5a0ae31d4a3ad2b0ed3c6d3aadbd18088431fb72216bfc31fc452b0e342
 WHIRLPOOL 
d62bbce555adc1973465d81463d9ef51cc64f5f0937b555a0b616458afc47823b2512a60eb498d4658e96244430e47bde5f36b2e49d202d41e61914bee6a3a9c
 DIST microcode-20161104.tgz 1290125 SHA256 
70154ca62ff9b3da6291dfdecc90daaeb399d7290c0d308d719df16dff5ee3d1 SHA512 
73a7310c1da5bec7ce82bce5cf7c2aafa3d0189e7524bdebd20e1ea3568cf8242be39d9041fa055fe06e759f98703c5d0a631e57ff185aae3ba3c91dbe83cf7a
 WHIRLPOOL 
e811315facf6b7dc80c4a99555d909e1c26aa7904d1f2608de633f7e49f691f5bf6c47973381cd72e4cb8c3b4355651a4c64564c79539ddfa41a007b8f05b5ca
+DIST microcode-20170511.tgz 2143617 SHA256 
2f77fd2d87403b754d01a66c78a36a8b8ffc16dc3c50fb7aa2c4cd4da7f681a3 SHA512 
4e2066096d56430c2df73631f15cf16f2317c1d8ff745d7b7cdd784ebccc2b797565eb52703cce9b4238774dbfdcaecacd892d729b7869fdfd7644008ce74a60
 WHIRLPOOL 
492e5e5962696636bfb2e181964893ba59798873b71cb9f5d11b1dcb9a1b32acb9e11634b71d880e05f9b71eb4f45dbc72e7a48e1ac4f38dfec816dbecf79b0d

diff --git a/sys-firmware/intel-microcode/intel-microcode-20170511.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20170511.ebuild
new file mode 100644
index 000..ebee9960a3c
--- /dev/null
+++ b/sys-firmware/intel-microcode/intel-microcode-20170511.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs
+
+# Find updates by searching and clicking the first link (hopefully it's the 
one):
+# 
http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
+
+NUM="26798"
+DESCRIPTION="Intel IA32/IA64 microcode update data"
+HOMEPAGE="http://inertiawar.com/microcode/ 
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM};
+SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz;
+
+LICENSE="intel-ucode"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="initramfs monolithic +split-ucode"
+REQUIRED_USE="|| ( initramfs monolithic split-ucode )"
+
+DEPEND="initramfs? ( sys-apps/iucode_tool )"
+RDEPEND="!

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

2017-06-05 Thread Robin H. Johnson
commit: b14df26895f8a4c582b325870c6ace190e85330b
Author: Petr Vaněk  atlas  cz>
AuthorDate: Sat Feb 18 13:42:49 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun  5 21:14:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14df268

dev-util/strace: Fix ebuilds to support musl libc

This change resolves a compilation error: typedef redefinition with
different types.

(cherry picked from commit 274bc28b9e69b3571994f29ebcb69bbeb1e0a34f)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/4008

 dev-util/strace/strace-4.13.ebuild | 1 +
 dev-util/strace/strace-4.16.ebuild | 1 +
 dev-util/strace/strace-4.17.ebuild | 1 +
 dev-util/strace/strace-.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/dev-util/strace/strace-4.13.ebuild 
b/dev-util/strace/strace-4.13.ebuild
index d4d722c581c..8cc44de6059 100644
--- a/dev-util/strace/strace-4.13.ebuild
+++ b/dev-util/strace/strace-4.13.ebuild
@@ -42,6 +42,7 @@ src_prepare() {
use static && append-ldflags -static
 
export ac_cv_header_libaio_h=$(usex aio)
+   use elibc_musl && export ac_cv_header_stdc=no
 
# Stub out the -k test since it's known to be flaky. #545812
sed -i '1iexit 77' tests*/strace-k.test || die

diff --git a/dev-util/strace/strace-4.16.ebuild 
b/dev-util/strace/strace-4.16.ebuild
index 74b709da3f1..ce19fe29c67 100644
--- a/dev-util/strace/strace-4.16.ebuild
+++ b/dev-util/strace/strace-4.16.ebuild
@@ -42,6 +42,7 @@ src_prepare() {
use static && append-ldflags -static
 
export ac_cv_header_libaio_h=$(usex aio)
+   use elibc_musl && export ac_cv_header_stdc=no
 
# Stub out the -k test since it's known to be flaky. #545812
sed -i '1iexit 77' tests*/strace-k.test || die

diff --git a/dev-util/strace/strace-4.17.ebuild 
b/dev-util/strace/strace-4.17.ebuild
index 11d04e224be..9ec77eb9b80 100644
--- a/dev-util/strace/strace-4.17.ebuild
+++ b/dev-util/strace/strace-4.17.ebuild
@@ -42,6 +42,7 @@ src_prepare() {
use static && append-ldflags -static
 
export ac_cv_header_libaio_h=$(usex aio)
+   use elibc_musl && export ac_cv_header_stdc=no
 
# Stub out the -k test since it's known to be flaky. #545812
sed -i '1iexit 77' tests*/strace-k.test || die

diff --git a/dev-util/strace/strace-.ebuild 
b/dev-util/strace/strace-.ebuild
index 11d04e224be..9ec77eb9b80 100644
--- a/dev-util/strace/strace-.ebuild
+++ b/dev-util/strace/strace-.ebuild
@@ -42,6 +42,7 @@ src_prepare() {
use static && append-ldflags -static
 
export ac_cv_header_libaio_h=$(usex aio)
+   use elibc_musl && export ac_cv_header_stdc=no
 
# Stub out the -k test since it's known to be flaky. #545812
sed -i '1iexit 77' tests*/strace-k.test || die



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

2017-06-05 Thread Robin H. Johnson
commit: b25df17dd08aa5150ea3e09dbf79cdf7c73e02ed
Author: Felix Janda  posteo  de>
AuthorDate: Fri Apr 14 21:56:20 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun  5 21:13:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25df17d

sys-apps/watchdog: add two musl patches and bump eapi

Gentoo-Bug: https://bugs.gentoo.org/604260
(cherry picked from commit 02ab37b0d2b57a6c40e0b93978d37d8c4dc611bb)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/4423

 .../watchdog/files/watchdog-5.15-musl-nfs.patch| 27 ++
 sys-apps/watchdog/files/watchdog-5.15-musl.patch   | 23 ++
 sys-apps/watchdog/watchdog-5.15.ebuild |  9 ++--
 3 files changed, 57 insertions(+), 2 deletions(-)

diff --git a/sys-apps/watchdog/files/watchdog-5.15-musl-nfs.patch 
b/sys-apps/watchdog/files/watchdog-5.15-musl-nfs.patch
new file mode 100644
index 000..bee4ddc8d7b
--- /dev/null
+++ b/sys-apps/watchdog/files/watchdog-5.15-musl-nfs.patch
@@ -0,0 +1,27 @@
+commit f52c40680f0aad44b9ae16648803453ec00cbb2c
+Author: Paul Crawford 
+Date:   Fri Dec 30 15:55:45 2016 +
+
+Compile with musl when nfs is disabled
+
+musl does by default not ship with rpc headers. The watchdog should
+not require rpc headers when nfs support is disabled.
+
+Patch by Felix Janda 
+
+diff --git a/include/sundries.h b/include/sundries.h
+index 4379982..98c489a 100644
+--- a/include/sundries.h
 b/include/sundries.h
+@@ -9,9 +9,11 @@
+ #include 
+ #include 
+ #include 
++#if HAVE_NFS
+ #if !defined(bool_t) && !defined(__GLIBC__)
+ #include 
+ #endif
++#endif
+ 
+ extern int mount_mount_quiet;
+ extern int mount_verbose;

diff --git a/sys-apps/watchdog/files/watchdog-5.15-musl.patch 
b/sys-apps/watchdog/files/watchdog-5.15-musl.patch
new file mode 100644
index 000..ae62c8014e5
--- /dev/null
+++ b/sys-apps/watchdog/files/watchdog-5.15-musl.patch
@@ -0,0 +1,23 @@
+commit c5cb4e1a0339844ae3f55ff1dc4a716c28012f05
+Author: Paul Crawford 
+Date:   Tue Jun 28 18:08:48 2016 +0100
+
+Include linux/param.h for EXEC_PAGESIZE definition
+
+Musl does not include linux/param.h whereas glibc does, so it fails
+to build on musl. Patch supplied by Khem Raj 
+
+diff --git a/src/watchdog.c b/src/watchdog.c
+index acf6450..486384a 100644
+--- a/src/watchdog.c
 b/src/watchdog.c
+@@ -26,6 +26,9 @@
+ #include /* For EXEC_PAGESIZE */
+ #include 
+ #include 
++#ifdef __linux__
++#include 
++#endif
+ #include 
+ 
+ #include 

diff --git a/sys-apps/watchdog/watchdog-5.15.ebuild 
b/sys-apps/watchdog/watchdog-5.15.ebuild
index 900a3d31388..887cff30080 100644
--- a/sys-apps/watchdog/watchdog-5.15.ebuild
+++ b/sys-apps/watchdog/watchdog-5.15.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit toolchain-funcs flag-o-matic systemd
 
@@ -17,6 +17,11 @@ IUSE="nfs"
 DEPEND="nfs? ( net-libs/libtirpc )"
 RDEPEND="${DEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-musl.patch
+   "${FILESDIR}"/${P}-musl-nfs.patch
+)
+
 src_configure() {
if use nfs ; then
tc-export PKG_CONFIG



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

2017-06-05 Thread Robin H. Johnson
commit: 4b06431d65ec4dc7dccec1e4e7d319d8a44fd1ee
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 22:47:23 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Jun  5 21:11:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b06431d

sys-apps/iucode_tool: Security cleanup (bug #606724)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
(cherry picked from commit 122501816b4a2b9d66a3e87a20aa5360cab97e4d)
Signed-off-by: Robin H. Johnson  gentoo.org>
Fixes: https://github.com/gentoo/gentoo/pull/4855

 sys-apps/iucode_tool/Manifest   |  3 ---
 sys-apps/iucode_tool/iucode_tool-1.3.ebuild | 15 ---
 sys-apps/iucode_tool/iucode_tool-1.5.ebuild | 15 ---
 sys-apps/iucode_tool/iucode_tool-2.0.ebuild | 13 -
 4 files changed, 46 deletions(-)

diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
index d2488d75de8..3ddebedbe62 100644
--- a/sys-apps/iucode_tool/Manifest
+++ b/sys-apps/iucode_tool/Manifest
@@ -1,5 +1,2 @@
-DIST iucode-tool_1.3.tar.xz 127996 SHA256 
c6e134fc63ac7e765f729c500adc9e154da57b02e991be35b421acf9c7eb0ea9 SHA512 
d84e859b60e39996f2680724f1dd59890960fd55ae610d07e8bc51cdb00f59e27aa79ad905565cfaa36a49d448392db152d2fd98ea5ddba5689377d9d17a945e
 WHIRLPOOL 
cbcfdb66bfcdfddea7f9ad44ef8cf5825aad5d79ccfb27da3d54194b8d18eb72c77cb6a8d30653545399fedb982585c4404ccd57c4b1b1a88fd6cdf74d9ba2a1
-DIST iucode-tool_1.5.tar.xz 132100 SHA256 
33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62 SHA512 
5f781b5f143f325565e2c790837d75bba5c2d74fe123a2cf3d10030c54c460a73477e1fde4aad3a12d4f1aef316bb1eed3712f1d8ffe9324e92f3665801026ca
 WHIRLPOOL 
75ad3cd19226030a7756caf52765b99c2556829a07e8a706d1d15d0e5e9e960fb3be6660c7980db568cc5675d0ba8faafedf82baf5686ff48f36f670d1a16427
-DIST iucode-tool_2.0.tar.xz 139328 SHA256 
55b506e8472507556ceea29cc30d5a0fbf86a626159fe45066bc31511a3f4868 SHA512 
158d8274df497ea7d2cebb5b837503259e9e97114d62d1f38ac3973ae69bd48bc9f7ab522e51061763947d12dd4236ab4e190ddc15e3e1bd3519401209d91d9e
 WHIRLPOOL 
70b3938131aad875f0cae17168ef16cd12fc6f4db7ed56e3c73d53ba84f285b06514477ac47246a927fd5523b5c36b394954beba3cafd10eeefe8a2e185a5e1b
 DIST iucode-tool_2.1.1.tar.xz 143204 SHA256 
8f94ec73f5d4d1a6801aaa894fa1c6544d9b27aec16e1a00e18e8241c7e0f6ba SHA512 
07ebf1919a997e7270d9c53f0287f53975253eb53e678f30bfc55acefc6fba7a51c6a4edbdcdbba88a7643ecbcba6acd0c93847d6d1648659789af37c9c59cd7
 WHIRLPOOL 
a20e659047bc8eb8fbf83b91d7014004711c0713f450a5ff41f7919b3d7f4b192a5fcaec89cdba43ea40878c0b2c63d4bc628dae001cb5bc88d571b3b328b27e
 DIST iucode-tool_2.1.2.tar.xz 143352 SHA256 
01f1c02ba6935e0ac8440fb594c2ef57ce4437fcbce539e3ef329f55a6fd71ab SHA512 
f1af71843160500fb9c0b56bffdb1d3db09acf42f6c0a84a5d5311eedfe809f9ac27f89bf1778cab8261d3a540cfe62f3698a45c76be76e7f40179b9c49050e0
 WHIRLPOOL 
3ca861e36565c9126041c3cdaf05cc27f18d64580482a2d6b3d889c44b8f08bd1a3f8ae1cd1e27dd708c0a38a75e2fb2ed292e42458065cfc029ae8dba575580

diff --git a/sys-apps/iucode_tool/iucode_tool-1.3.ebuild 
b/sys-apps/iucode_tool/iucode_tool-1.3.ebuild
deleted file mode 100644
index c699f8de47a..000
--- a/sys-apps/iucode_tool/iucode_tool-1.3.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GIT_SHA1="8502732d8082bd12adca9266a279611100ef2138"
-
-DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode 
update collections"
-HOMEPAGE="https://gitlab.com/iucode-tool/;
-SRC_URI="https://gitlab.com/iucode-tool/releases/raw/${GIT_SHA1}/${PN/_/-}_${PV}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""

diff --git a/sys-apps/iucode_tool/iucode_tool-1.5.ebuild 
b/sys-apps/iucode_tool/iucode_tool-1.5.ebuild
deleted file mode 100644
index 574080b5d1a..000
--- a/sys-apps/iucode_tool/iucode_tool-1.5.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GIT_SHA1="20cf768a5137cf2e2d77f7754496dc053fc77741"
-
-DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode 
update collections"
-HOMEPAGE="https://gitlab.com/iucode-tool/;
-SRC_URI="https://gitlab.com/iucode-tool/releases/raw/${GIT_SHA1}/${PN/_/-}_${PV}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""

diff --git a/sys-apps/iucode_tool/iucode_tool-2.0.ebuild 
b/sys-apps/iucode_tool/iucode_tool-2.0.ebuild
deleted file mode 100644
index a582d773872..000
--- a/sys-apps/iucode_tool/iucode_tool-2.0.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode 
update collections"
-HOMEPAGE="https://gitlab.com/iucode-tool/;

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kwebkitpart/, kde-misc/kwebkitpart/files/

2017-06-05 Thread Andreas Sturmlechner
commit: 7fe59bffcf1eed0024af98446d2494ed7016f794
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 20:46:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 20:47:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe59bff

kde-misc/kwebkitpart: Drop slot 4

No reverse-deps left.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-misc/kwebkitpart/Manifest  |  1 -
 .../files/kwebkitpart-1.3.4-CVE-2014-8600.patch| 45 --
 kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild   | 18 -
 3 files changed, 64 deletions(-)

diff --git a/kde-misc/kwebkitpart/Manifest b/kde-misc/kwebkitpart/Manifest
index 96ae92bcb84..63030675366 100644
--- a/kde-misc/kwebkitpart/Manifest
+++ b/kde-misc/kwebkitpart/Manifest
@@ -1,2 +1 @@
-DIST kwebkitpart-1.3.4.tar.bz2 105696 SHA256 
c3eb488104b4fae3a11cb0a93b5a02dcf12ecea14b366338daf8a40456af40f9 SHA512 
5b24fe4ef2bb20d17016369fa1450cf333c266e665018be6fb2b923c8680c410e8cb4c6a55b960f14bfb624cf0cce3adc25fe0b533fd9baa059e918e6d4b3be0
 WHIRLPOOL 
c5d89c8f52aefe0f5d971fe739dcfb25f9bc8447d136c351f0881aa7c3adb630d6df1cc221034a074924c3286ea88a428cafcae49b10d7fd681a793eefb68502
 DIST kwebkitpart-1.4.0_pre20170128.tar.xz 106960 SHA256 
ba836438033651d42c2ff95a6790f4180be4b76d6ca87eee1eb7247fc2440ea7 SHA512 
6cb2c54df8d7488c4af3c6873461d4fc9053774df2a8fb7eea80ec50c9c1122fbb47d72b3f9256d5f0335675c2125e7baee7e5a775ee8776b7cf64d0a0fd
 WHIRLPOOL 
f46a6bfce4de17f0c0e48ec74a61938b4a511a28a6292be00ee7d474c2c34e014cf8d789d0f44593defe32b309d4fb570818a11637f6e19deec38f6179ee3410

diff --git a/kde-misc/kwebkitpart/files/kwebkitpart-1.3.4-CVE-2014-8600.patch 
b/kde-misc/kwebkitpart/files/kwebkitpart-1.3.4-CVE-2014-8600.patch
deleted file mode 100644
index f5050abaa5b..000
--- a/kde-misc/kwebkitpart/files/kwebkitpart-1.3.4-CVE-2014-8600.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Albert Astals Cid 
-Date: Thu, 13 Nov 2014 14:06:01 +
-Subject: Sanitize html
-X-Git-Url: 
http://quickgit.kde.org/?p=kwebkitpart.git=commitdiff=641aa7c75631084260ae89aecbdb625e918c6689

-Sanitize html
-
-As discussed by the security team

-
-
 a/src/webpage.cpp
-+++ b/src/webpage.cpp
-@@ -226,23 +226,26 @@
- doc += QL1S( "" );
- doc += i18n( "Details of the Request:" );
- doc += QL1S( "" );
--doc += i18n( "URL: %1", reqUrl.url() );
-+// escape URL twice: once for i18n, and once for HTML.
-+doc += i18n( "URL: %1", Qt::escape( Qt::escape( reqUrl.prettyUrl() ) ) );
- doc += QL1S( "" );
- 
- const QString protocol (reqUrl.protocol());
- if ( !protocol.isNull() ) {
--doc += i18n( "Protocol: %1", protocol );
-+// escape protocol twice: once for i18n, and once for HTML.
-+doc += i18n( "Protocol: %1", Qt::escape( Qt::escape( protocol ) ) );
- doc += QL1S( "" );
- }
- 
- doc += i18n( "Date and Time: %1",
-  
KGlobal::locale()->formatDateTime(QDateTime::currentDateTime(), 
KLocale::LongDate) );
- doc += QL1S( "" );
--doc += i18n( "Additional Information: %1" ,  text );
-+// escape text twice: once for i18n, and once for HTML.
-+doc += i18n( "Additional Information: %1", Qt::escape( Qt::escape( text ) 
) );
- doc += QL1S( "" );
- doc += i18n( "Description:" );
- doc += QL1S( "" );
--doc += description;
-+doc += Qt::escape( description );
- doc += QL1S( "" );
- 
- if ( causes.count() ) {
-

diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild 
b/kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild
deleted file mode 100644
index 2722f5e4516..000
--- a/kde-misc/kwebkitpart/kwebkitpart-1.3.4-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="A WebKit KPart for Konqueror"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/kwebkitpart;
-SRC_URI="https://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2;
-
-LICENSE="LGPL-2"
-SLOT="4"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="debug"
-
-PATCHES=( "${FILESDIR}/${P}-CVE-2014-8600.patch" )



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

2017-06-05 Thread Sergei Trofimovich
commit: 5c58e74f98e867c23ae3e8b6a652cca3808b9115
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 08:29:52 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 20:28:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c58e74f

app-doc/xmltoman: ia64 stable, bug #578838

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-doc/xmltoman/xmltoman-0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/xmltoman/xmltoman-0.4.ebuild 
b/app-doc/xmltoman/xmltoman-0.4.ebuild
index 5f265cf407c..e0836d4d91b 100644
--- a/app-doc/xmltoman/xmltoman-0.4.ebuild
+++ b/app-doc/xmltoman/xmltoman-0.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="dev-lang/perl



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

2017-06-05 Thread Sergei Trofimovich
commit: 56a80fa35a3060fb977bbfc0884ce6cd87a8ad5b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 20:31:08 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 20:31:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a80fa3

net-dns/avahi: keyworded ~ia64, bug #574870

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-dns/avahi/avahi-0.6.32-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/avahi/avahi-0.6.32-r1.ebuild 
b/net-dns/avahi/avahi-0.6.32-r1.ebuild
index 1eb1230c137..71f6d18d049 100644
--- a/net-dns/avahi/avahi-0.6.32-r1.ebuild
+++ b/net-dns/avahi/avahi-0.6.32-r1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils"
 
 REQUIRED_USE="



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

2017-06-05 Thread Sergei Trofimovich
commit: d611ee8eb33175c970a261209ed4016bffa15977
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  5 08:30:08 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  5 20:28:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d611ee8e

net-dns/avahi: ia64 stable, bug #578838

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/net-dns/avahi/avahi-0.6.32.ebuild 
b/net-dns/avahi/avahi-0.6.32.ebuild
index c00d6d3643d..dfb6fef26f2 100644
--- a/net-dns/avahi/avahi-0.6.32.ebuild
+++ b/net-dns/avahi/avahi-0.6.32.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="autoipd bookmarks dbus doc gdbm gtk gtk3 howl-compat +introspection ipv6 
kernel_linux mdnsresponder-compat mono nls python qt4 selinux test utils"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: games-emulation/mednafen/

2017-06-05 Thread David Seifert
commit: 4a6b55e5b46db4487b418e68800ecf20ccbdae17
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jun  5 20:16:14 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jun  5 20:19:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6b55e5

games-emulation/mednafen: Version bump to 0.9.45

* Only use sed's instead of patches from now on,
  due to the bundling/CFLAGS insanity of upstream.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=612120
Bug: https://bugs.gentoo.org/show_bug.cgi?id=618380
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 games-emulation/mednafen/Manifest   |   1 +
 games-emulation/mednafen/mednafen-0.9.45.ebuild | 109 
 2 files changed, 110 insertions(+)

diff --git a/games-emulation/mednafen/Manifest 
b/games-emulation/mednafen/Manifest
index 4fa53d1142b..741027eccbc 100644
--- a/games-emulation/mednafen/Manifest
+++ b/games-emulation/mednafen/Manifest
@@ -1 +1,2 @@
 DIST mednafen-0.9.41.tar.xz 3148348 SHA256 
74736b9b52a7ba6270b67ae8e6c876a887e0e26a00a7d96bdd49af17992aac47 SHA512 
d3c7707874eabbec41e5b725813d16e599f3ad89ecbd9c8e1264184d74ab2bf7a21a3f6fe177b6bc429f7bd56f9eea17a9a6fefce8e70b82e87a93d75f5d39c9
 WHIRLPOOL 
f754a45f46a5cd18117b1b710dd7fed5ebcfb311bf4ed4b7961c99636c13559db75f83cf7b34122fb403b7794ddeec6af79469bb7743cb60a7840ffe807fa2d7
+DIST mednafen-0.9.45.tar.xz 3184340 SHA256 
49715544a5eb7a678f7f01994f38aa14e2192f00d201684184665665073a600e SHA512 
d2d61eef0a5ab2c3109fb3c4fbdb2509504c61ffaab14a51e413204f08a622e47c116c7333866a3406a1fa7ac4bf68349c0212bc9fcb544d4953898b03a2fb71
 WHIRLPOOL 
3e8466852d8c04207a307ac2d74c5d9b76b51d0f9cd2c0ae16f59d57ae884dec8fd8d62454996c574f25a530ac568f7a2c884657b2f6b85d0810dc1fb51ad9e0

diff --git a/games-emulation/mednafen/mednafen-0.9.45.ebuild 
b/games-emulation/mednafen/mednafen-0.9.45.ebuild
new file mode 100644
index 000..0c89b4e3892
--- /dev/null
+++ b/games-emulation/mednafen/mednafen-0.9.45.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools flag-o-matic pax-utils
+
+DESCRIPTION="Argument-driven multi-system emulator utilizing OpenGL and SDL"
+HOMEPAGE="https://mednafen.github.io/;
+SRC_URI="https://mednafen.github.io/releases/files/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="alsa altivec cjk debugger jack nls pax_kernel"
+
+RDEPEND="
+   dev-libs/libcdio
+   dev-libs/lzo
+   media-libs/libsdl[sound,joystick,opengl,video]
+   media-libs/libsndfile
+   sys-libs/zlib[minizip]
+   virtual/opengl
+   alsa? ( media-libs/alsa-lib )
+   jack? ( media-sound/jack-audio-connection-kit )
+   nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/${PN}
+
+pkg_pretend() {
+   if has ccache ${FEATURES}; then
+   ewarn
+   ewarn "If you experience build failure, try turning off ccache 
in FEATURES."
+   ewarn
+   fi
+}
+
+src_prepare() {
+   default
+
+   # Unfortunately, upstream is insane and thinks mucking with CFLAGS is 
okay, if
+   # it prevents "users who don't understand the consequences of what 
they're doing".
+   # We use sed's here, as they're more forward-compatible than patches 
which need to
+   # be constantly rebased. DO NOT REPLACE THEM UNLESS YOU HAVE PERMISSION 
FROM GAMES.
+   sed -e '/-fno-fast-math/d' \
+   -e '/-fno-unsafe-math-optimizations/d' \
+   -e '/-fno-aggressive-loop-optimizations/d' \
+   -e '/-fno-ipa-icf/d' \
+   -e '/-fno-printf-return-value/d' \
+   -e '/-fomit-frame-pointer/d' \
+   -e '/-fno-pic/d' \
+   -e '/-fno-pie/d' \
+   -e '/-fno-PIC/d' \
+   -e '/-fno-PIE/d' \
+   -e '/-nopie/d' \
+   -e '/-no-pie/d' \
+   -e '/-fno-stack-protector/d' \
+   -e '/-fno-stack-protector-all/d' \
+   -e '/-fno-stack-protector-strong/d' \
+   -e '/-mtune=haswell/d' \
+   -i configure.ac || die
+
+   # Furthermore, upstream is also insane about bundling libraries and 
considers it
+   # "an aesthetics issue" and is even unwilling to make unbundling 
optional.
+   # Libs to unbundle: minilzo, minizip
+   sed -e '/PKG_PROG_PKG_CONFIG/a PKG_CHECK_MODULES([LZO], [lzo2])' \
+   -i configure.ac || die
+   sed -e '/bin_PROGRAMS/a mednafen_CPPFLAGS = \$(LZO_CFLAGS)' \
+   -i src/Makefile.am || die
+   sed -e 's:"compress/minilzo.h"::' \
+   -i src/{mednafen,qtrecord}.cpp || die
+   sed -e 's:compress/ioapi.c::' \
+   -e 's:compress/unzip.c::' \
+   -e 's:compress/minilzo.c::' \
+   -i src/compress/Makefile.am.inc || die
+   sed -e 

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

2017-06-05 Thread Andreas Sturmlechner
commit: 7b731181a0d93dd3e435e1e2008d5e354be76491
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 20:07:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 20:14:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b731181

kde-apps/libkdcraw: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/libkdcraw/Manifest |  1 -
 kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/kde-apps/libkdcraw/Manifest b/kde-apps/libkdcraw/Manifest
index 32ef862117f..9a4b19a36bf 100644
--- a/kde-apps/libkdcraw/Manifest
+++ b/kde-apps/libkdcraw/Manifest
@@ -1,3 +1,2 @@
-DIST libkdcraw-15.08.3.tar.xz 102308 SHA256 
6c91f19bd515942ad28c9f0e504d10ea5a5cf88f1a05da3204f5213387603f54 SHA512 
f77902a768df26368a67f680cb1e5c54eec5f44b5598ff9966c30abdfd977ea683a738cf01749557f144d58a85121afea61a8e5f7ec80d1c2d55a3bdf9549c39
 WHIRLPOOL 
270f9ca4ea18ecd7784cdce5b1ca9161e9a7afb6c9ae78fd2820a365ef6f28db803c2cd3686c49eea0f43b85ea9ba79b38f1150519ff747e700ea7b5d1d954c6
 DIST libkdcraw-16.12.3.tar.xz 42772 SHA256 
9cbc6b27bf1ed65a85753a639ca2b8fc873a1941332d8fd6fac716d9fe364f0d SHA512 
c119e7e4333e787874719a5f6cb1a6eb8b059257871419175869e3f93959592a9b471ca4402d2da3be671cbce0578f0fd838bb792d6a0bcc8726d5a9f4faedfc
 WHIRLPOOL 
e1b2a8ce3d6da3559f9d8f6028d567037460e2519841367003f69e01362aa80854b57c2488036e0d6139d68d7261ff6aeed2bb1bcad46ed6d531d513f50c7785
 DIST libkdcraw-17.04.1.tar.xz 42768 SHA256 
fe66b9f02037db6ad3125e4e0759283f7ab0baa34eaae73473dfd39b3ff818a8 SHA512 
32948c9658e7c9b12c6eb1d7c308479b2e4df5983e7644e1ed54ad423423ba65ab78ac68a9d9a933a6fb55dbbd693d1a6e71c06a96244af94a8954d3b3d7f6b3
 WHIRLPOOL 
ffad7d1bf3ef8ac0e40b506e74c81c3e95640fe0635d0e61bac5c627895305faee26993154f87f17783d078374a1013d0881f6d99b05c39fd801f6902ee796da

diff --git a/kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild 
b/kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild
deleted file mode 100644
index 8b7570f03f1..000
--- a/kde-apps/libkdcraw/libkdcraw-15.08.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KDE digital camera raw image library wrapper"
-SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
-
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug"
-
-DEPEND="
-   >=media-libs/libraw-0.16_beta1-r1:=
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-office/calligra/

2017-06-05 Thread Andreas Sturmlechner
commit: 815b50d9f65e53fbecb7b5e0a372ecc2393031fb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 19:59:23 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 20:14:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=815b50d9

app-office/calligra: Drop USE=kdcraw

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-office/calligra/calligra-2.9.11-r1.ebuild | 5 ++---
 app-office/calligra/metadata.xml  | 1 -
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild 
b/app-office/calligra/calligra-2.9.11-r1.ebuild
index 645be6f19c5..9358071c626 100644
--- a/app-office/calligra/calligra-2.9.11-r1.ebuild
+++ b/app-office/calligra/calligra-2.9.11-r1.ebuild
@@ -40,7 +40,7 @@ if [[ ${KDE_BUILD_TYPE} == release ]] ; then
 fi
 
 IUSE="color-management +crypt +eigen +exif fftw +fontconfig freetds +glew +glib
-+gsf gsl import-filter +jpeg jpeg2k +kdcraw +lcms mysql openexr +pdf +pim
++gsf gsl import-filter +jpeg jpeg2k +lcms mysql openexr +pdf +pim
 postgres spacenav sybase test tiff +threads +truetype vc xbase +xml"
 
 # Don't use Active, it's broken on desktops.
@@ -90,7 +90,6 @@ RDEPEND="
)
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
-   kdcraw? ( $(add_kdeapps_dep libkdcraw) )
lcms? (
media-libs/lcms:2
x11-libs/libX11
@@ -196,7 +195,7 @@ src_configure() {
-DWITH_LibWps=$(usex import-filter)
-DWITH_JPEG=$(usex jpeg)
-DWITH_OpenJPEG=$(usex jpeg2k)
-   -DWITH_Kdcraw=$(usex kdcraw)
+   -DWITH_Kdcraw=OFF
-DWITH_LCMS2=$(usex lcms)
-DWITH_MySQL=$(usex mysql)
-DWITH_Okular=OFF

diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metadata.xml
index 721acdb3213..e19fadc0436 100644
--- a/app-office/calligra/metadata.xml
+++ b/app-office/calligra/metadata.xml
@@ -17,7 +17,6 @@
Enable support for C library routines from 
dev-libs/glib
Enable support for ODT structures extraction 
via gnome-extra/libgsf
Enable support for various import 
filter file formats like WordPerfect, Visio and Apple Keynote
-   Enable support for KDE image manipulating 
interface via kde-apps/libkdcraw
Build colorengine plugins using 
media-libs/lcms
Enable bindings for 
kde-apps/okular
Build stage/eventplugins and videoshape 
plugin using media-libs/phonon



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

2017-06-05 Thread Andreas Sturmlechner
commit: 89114e05d5c863fc9fd4d18931b6026ef2b3fd2a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 20:07:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 20:14:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89114e05

kde-apps/libkexiv2: Drop slot 4

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/libkexiv2/Manifest |  1 -
 kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/kde-apps/libkexiv2/Manifest b/kde-apps/libkexiv2/Manifest
index 7bcbdef78d9..dc824e48bf1 100644
--- a/kde-apps/libkexiv2/Manifest
+++ b/kde-apps/libkexiv2/Manifest
@@ -1,3 +1,2 @@
-DIST libkexiv2-15.08.3.tar.xz 137376 SHA256 
d41a2a329a76b41ab3f5459242f8b71754e033ab7502a20a26c747d9a07c8460 SHA512 
f20463dc7d54404c933fb30d55702111aaa1238a521de066c18e91d54f8fe8cb56c51ff4b76100f7508c5b42e24895b864d7ce5b2032652154844f7522c1c1ad
 WHIRLPOOL 
e0002389f9739dcfbc4412bb16776190a86786894a03979ccafe270fd8c0d1545d2346a4b7b4a6d6c0eb34687566eeca0e0584d2f9b78a97321dd7456ff5a1e6
 DIST libkexiv2-16.12.3.tar.xz 65092 SHA256 
6e50183a31a758629ea2ff2eed268f10eeb1082c0e22c928c6ea569c2f08d909 SHA512 
002ccdbde6d4eb838b2fa2e7201a0aaefed5abb9b11f0149a1b772a9486e5cbb850a418e4fd6e7fd2553304a2ede0d924d965fbc1a497083d1421e83dbf152d7
 WHIRLPOOL 
c76d8d9052f1aab6a71fcc0b86fcd080596c66489c423f6146610bd0320ef13d0f0c0847ac547978126066be0dbc82361c39bc00369f8fc32c3ce38b66da226d
 DIST libkexiv2-17.04.1.tar.xz 65116 SHA256 
c260032eca8d5c612643fa9f94df2cfefe2a3cc5085171591c5f7bd220f101a8 SHA512 
e1571312baaf69f2658a96d441535f6ce313187060e4ed1c3f23ffd57b4b16bc603cab5017593eb0b7fecae4225c525a382ed21ee2434c1c498ee18e59dd0f79
 WHIRLPOOL 
a6e006652f64319c58e902ac4341f2e316c83b9d8eeb8a09f9ee1ea4a3f8f65b68951b2e66a58a7635f845c11ae71ee7fd72bd11f11566055c6ec218e2301652

diff --git a/kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild 
b/kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild
deleted file mode 100644
index 93ddd34a8b5..000
--- a/kde-apps/libkexiv2/libkexiv2-15.08.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
-SRC_URI="mirror://kde/Attic/applications/${PV}/src/${P}.tar.xz"
-
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug +xmp"
-
-DEPEND="
-   >=media-gfx/exiv2-0.24:=[xmp=]
-   virtual/jpeg:0
-"
-RDEPEND="${DEPEND}"



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

2017-06-05 Thread Andreas Hüttel
commit: 8091da18a12f6f7b1f7a9920232ff75bb6b8639e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jun  5 19:58:07 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jun  5 19:58:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8091da18

net-analyzer/net-snmp: Old (and broken with Perl 5.24)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild | 185 -
 1 file changed, 185 deletions(-)

diff --git a/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild 
b/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
deleted file mode 100644
index 360dc9661d7..000
--- a/net-analyzer/net-snmp/net-snmp-5.7.3-r3.ebuild
+++ /dev/null
@@ -1,185 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=yesplz
-DISTUTILS_OPTIONAL=yesplz
-WANT_AUTOMAKE=none
-PATCHSET=2
-GENTOO_DEPEND_ON_PERL=no
-
-inherit autotools distutils-r1 eutils perl-module systemd
-
-DESCRIPTION="Software for generating and retrieving SNMP data"
-HOMEPAGE="http://net-snmp.sourceforge.net/;
-SRC_URI="
-   mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz
-   https://dev.gentoo.org/~jer/${PN}-5.7.3-patches-${PATCHSET}.tar.xz
-"
-
-S=${WORKDIR}/${P/_/.}
-
-# GPL-2 for the init scripts
-LICENSE="HPND BSD GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="bzip2 doc elf ipv6 libressl mfd-rewrites minimal perl python rpm selinux 
ssl tcpd X zlib lm_sensors ucd-compat pci netlink mysql"
-
-COMMON_DEPEND="
-   ssl? (
-   !libressl? ( >=dev-libs/openssl-0.9.6d:0 )
-   libressl? ( dev-libs/libressl )
-   )
-   tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
-   rpm? (
-   app-arch/rpm
-   dev-libs/popt
-   )
-   bzip2? ( app-arch/bzip2 )
-   zlib? ( >=sys-libs/zlib-1.1.4 )
-   elf? ( dev-libs/elfutils )
-   python? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${PYTHON_DEPS}
-   )
-   pci? ( sys-apps/pciutils )
-   lm_sensors? ( sys-apps/lm_sensors )
-   netlink? ( dev-libs/libnl:3 )
-   mysql? ( virtual/mysql )
-   perl? ( 

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

2017-06-05 Thread Jeroen Roovers
commit: 0422ada57876de9a66533973e1dc5190ae7aa964
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun  5 19:17:03 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun  5 19:17:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0422ada5

www-client/opera: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera/Manifest   |  2 -
 www-client/opera/opera-45.0.2552.881.ebuild | 91 -
 2 files changed, 93 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index febdef731b5..08abd579654 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,7 +2,5 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 SHA256 
ecc001605c45baa4acf60
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 SHA256 
dcd80ea7a8f090a47007fc630495817feeb167220b9a9bbffbf349687f3e29d3 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 WHIRLPOOL 
5703b2c736694cf6ffcf808872e72585b81c7fed9d2263d5679ee54f667f4eb6b9d34a73b80c8efc0a8640daf03da60dafa0defe0c560d3ef78f2a8a68cbb960
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 WHIRLPOOL 
ae1af6858847fe51dcac8cb076a67099846ad66b734ecf92780e953daec963754c9e4352e979a636eac70e785a62bd94e084124080d7fe0f59b420a99a2133cc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
-DIST opera-stable_45.0.2552.881_amd64.deb 50634394 SHA256 
ade69d265e81bdb8328ad16165f14daa6507c02aa4131bf3cff538600ca12b9d SHA512 
d4dca0ab70a815ad7940a9302817a793e0e00d59538375165e2bec88835a39954ed2e5e2536553d14df075bf0be54f74496e938d78e6a74bae4ae2db03bca352
 WHIRLPOOL 
3d6b6915a7140cec7d674ccd576cc1c5e4b0d6234456427e388a8c3778007f2e2f7c169e15724fab0b3cdfef3c4c8369063e72c6f028844351c1c241b0bf854d
-DIST opera-stable_45.0.2552.881_i386.deb 52115274 SHA256 
8d67f43f38db1905a7649c168ed978c2e5c98d8cf09842473ca223d1f43177b8 SHA512 
621e3425a229ea06e24735f794df152d4a8d35cee861614e485d8dc9014d651d02f07f011aef66a586c8d313f7f6bea794835935ef507286986bbb618478a27e
 WHIRLPOOL 
5fd63d5b5108b3790818ce0537309351a77af14768ad582adf9f775814dd409e3f9af29781bfc71b901fac2ed6b9a566b3aa982cefb5bc375a4755dbc167990b
 DIST opera-stable_45.0.2552.888_amd64.deb 51147180 SHA256 
d66c46fac32ebef510f2dc8de753be50f209152ea6bb206a13079c39ac27c754 SHA512 
fc5d1f5ad7853be908c58f5fdb5cf782db2c1af67a8d69ee5d669549514fdd3c820f419cdc90dfe243b5a0a46e04b75a45fdd7650af4198fd009f706b06350ea
 WHIRLPOOL 
d4e21c51c876bc39768f5a9b7b07f579cd429b85436a0d1b9eda09f28ce25ade16818b2ba000f67a9ad2d6eac53bbe582058be4b09b8ea7bfbd6c91bc864b61f
 DIST opera-stable_45.0.2552.888_i386.deb 52048746 SHA256 
336fd67bc95908b0f73b0e80f80b4f910eb1ff95f1b00baf6cef8bff7988f8dd SHA512 
25f2982cbb85bf143105f92f816f6ce19a204968300b921f3bdb6ba968614052d943e9d89a9980369eb26c2f35549752d184dc007efea6ad785e1b85cc58d9c2
 WHIRLPOOL 
da6703942989d94d6c275b974b14681e98845af73a553adf76a7cca6bf981ff7d823834a3fad63bfa099e3d32c5736383842bfb26f4e94800dc61a727877d540

diff --git a/www-client/opera/opera-45.0.2552.881.ebuild 
b/www-client/opera/opera-45.0.2552.881.ebuild
deleted file mode 100644
index c8d3552bca1..000
--- a/www-client/opera/opera-45.0.2552.881.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es-419 es fil fi fr-CA fr he hi hr hu id 
it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_amd64.deb" )
-   x86? ( 
"${SRC_URI_BASE}${PN}/desktop/${PV}/linux/${PN}-stable_${PV}_i386.deb" )
-"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   

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

2017-06-05 Thread Jeroen Roovers
commit: 13c160af68361962aaeeab91c4c3b94183283bf3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun  5 19:13:35 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun  5 19:13:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c160af

www-client/opera-developer: Version bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-developer/Manifest|  1 +
 .../opera-developer-47.0.2615.0.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index 43d165a502a..f18bc64321f 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1 +1,2 @@
 DIST opera-developer_46.0.2602.0_amd64.deb 50424592 SHA256 
1a949e4f136dd0896d0caab51a092b51c32420c61cf6f651f2a41bfe4a564b45 SHA512 
9cb320a36071c1af763fe47a6751abfa0c4788d128c530f97a231c3c926addecd244d54f66b86ba4fe569f26befee5d35c3179446d15053646d23b4ceba6cb15
 WHIRLPOOL 
23baa3e824c9f02dc4182422160f3ef5aaa7ae9adcabb2d16f323e99f05dbf8e5004c8687e0617c4231feee6b395a03d0ede6dd8665abba4677e081479755a55
+DIST opera-developer_47.0.2615.0_amd64.deb 49644956 SHA256 
c33967558ef500314c66e1f46c0e62f906e9efb110d005c64c09d3c5efe99a2c SHA512 
f5fc62c7b7ac786e4d51938121f98df973db21f7a2a8b520791c312b6607f7b5fd1625f078a54657519a586c1b0ef78c39f8b57824d527c6266beb7814f8c482
 WHIRLPOOL 
76cec9bc69ad63be86e0553d0359542e6f44e7cdf0fdfc61f166402a654678ee99d7f80609d456839a8cb9024da3ca51e6baa8d06907a4c0d01df83eb7ed8854

diff --git a/www-client/opera-developer/opera-developer-47.0.2615.0.ebuild 
b/www-client/opera-developer/opera-developer-47.0.2615.0.ebuild
new file mode 100644
index 000..75d0b9628bc
--- /dev/null
+++ b/www-client/opera-developer/opera-developer-47.0.2615.0.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA he hi hr hu id 
it
+   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
+   zh-CN zh-TW
+"
+inherit chromium-2 multilib unpacker
+
+DESCRIPTION="A fast and secure web browser"
+HOMEPAGE="http://www.opera.com/;
+LICENSE="OPERA-2014"
+SLOT="0"
+SRC_URI_BASE="http://get.geo.opera.com/pub/;
+SRC_URI="
+   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
+"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   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/libnotify
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+OPERA_HOME="usr/$(get_libdir)/${PN}"
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   case ${ARCH} in
+   amd64)
+   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
+   rm -r usr/lib || die
+   ;;
+   x86)
+   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
+   ;;
+   esac
+
+   rm usr/bin/${PN} || die
+
+   rm usr/share/doc/${PN}/copyright || die
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+
+   pushd "${OPERA_HOME}/localization" > /dev/null || die
+   chromium_remove_language_paks
+   popd > /dev/null || die
+
+   sed -i \
+   -e 's|^TargetEnvironment|X-&|g' \
+   usr/share/applications/${PN}.desktop || die
+}
+
+src_install() {
+   mv * "${D}" || die
+   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
+   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
+}



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

2017-06-05 Thread Jeroen Roovers
commit: 6cbabe92e35dccbe53aa40f1cb4a1c7d4222ad96
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun  5 19:13:57 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun  5 19:13:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cbabe92

www-client/opera-developer: Old.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-client/opera-developer/Manifest|  1 -
 .../opera-developer-46.0.2602.0.ebuild | 89 --
 2 files changed, 90 deletions(-)

diff --git a/www-client/opera-developer/Manifest 
b/www-client/opera-developer/Manifest
index f18bc64321f..e27f819e4c5 100644
--- a/www-client/opera-developer/Manifest
+++ b/www-client/opera-developer/Manifest
@@ -1,2 +1 @@
-DIST opera-developer_46.0.2602.0_amd64.deb 50424592 SHA256 
1a949e4f136dd0896d0caab51a092b51c32420c61cf6f651f2a41bfe4a564b45 SHA512 
9cb320a36071c1af763fe47a6751abfa0c4788d128c530f97a231c3c926addecd244d54f66b86ba4fe569f26befee5d35c3179446d15053646d23b4ceba6cb15
 WHIRLPOOL 
23baa3e824c9f02dc4182422160f3ef5aaa7ae9adcabb2d16f323e99f05dbf8e5004c8687e0617c4231feee6b395a03d0ede6dd8665abba4677e081479755a55
 DIST opera-developer_47.0.2615.0_amd64.deb 49644956 SHA256 
c33967558ef500314c66e1f46c0e62f906e9efb110d005c64c09d3c5efe99a2c SHA512 
f5fc62c7b7ac786e4d51938121f98df973db21f7a2a8b520791c312b6607f7b5fd1625f078a54657519a586c1b0ef78c39f8b57824d527c6266beb7814f8c482
 WHIRLPOOL 
76cec9bc69ad63be86e0553d0359542e6f44e7cdf0fdfc61f166402a654678ee99d7f80609d456839a8cb9024da3ca51e6baa8d06907a4c0d01df83eb7ed8854

diff --git a/www-client/opera-developer/opera-developer-46.0.2602.0.ebuild 
b/www-client/opera-developer/opera-developer-46.0.2602.0.ebuild
deleted file mode 100644
index 75d0b9628bc..000
--- a/www-client/opera-developer/opera-developer-46.0.2602.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-CHROMIUM_LANGS="
-   be bg bn ca cs da de el en-GB es es-419 fi fil fr fr-CA he hi hr hu id 
it
-   ja ko lt lv ms nb nl pl pt-BR pt-PT ro ru sk sr sv sw ta te th tr uk vi
-   zh-CN zh-TW
-"
-inherit chromium-2 multilib unpacker
-
-DESCRIPTION="A fast and secure web browser"
-HOMEPAGE="http://www.opera.com/;
-LICENSE="OPERA-2014"
-SLOT="0"
-SRC_URI_BASE="http://get.geo.opera.com/pub/;
-SRC_URI="
-   amd64?  ( "${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb" )
-"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   gnome-base/gconf:2
-   media-libs/alsa-lib
-   media-libs/fontconfig
-   media-libs/freetype
-   net-misc/curl
-   net-print/cups
-   sys-apps/dbus
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:3
-   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/libnotify
-   x11-libs/pango[X]
-"
-
-QA_PREBUILT="*"
-S=${WORKDIR}
-OPERA_HOME="usr/$(get_libdir)/${PN}"
-
-src_unpack() {
-   unpack_deb ${A}
-}
-
-src_prepare() {
-   case ${ARCH} in
-   amd64)
-   mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
-   rm -r usr/lib || die
-   ;;
-   x86)
-   mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
-   ;;
-   esac
-
-   rm usr/bin/${PN} || die
-
-   rm usr/share/doc/${PN}/copyright || die
-   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
-
-   pushd "${OPERA_HOME}/localization" > /dev/null || die
-   chromium_remove_language_paks
-   popd > /dev/null || die
-
-   sed -i \
-   -e 's|^TargetEnvironment|X-&|g' \
-   usr/share/applications/${PN}.desktop || die
-}
-
-src_install() {
-   mv * "${D}" || die
-   dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
-   fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
-}



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

2017-06-05 Thread Jeroen Roovers
commit: dcf3807e8b2360c73720e1e2ef23bc82553d234c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun  5 18:42:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun  5 18:43:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf3807e

net-misc/chrony: Add USE=seccomp by Luis Ressel (bug #620936).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-misc/chrony/chrony-3.1-r1.ebuild | 121 +++
 1 file changed, 121 insertions(+)

diff --git a/net-misc/chrony/chrony-3.1-r1.ebuild 
b/net-misc/chrony/chrony-3.1-r1.ebuild
new file mode 100644
index 000..5b12587e50a
--- /dev/null
+++ b/net-misc/chrony/chrony-3.1-r1.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils systemd toolchain-funcs
+
+DESCRIPTION="NTP client and server programs"
+HOMEPAGE="http://chrony.tuxfamily.org/;
+SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64"
+IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc 
seccomp selinux +adns"
+REQUIRED_USE="
+   ?? ( libedit readline )
+"
+
+CDEPEND="
+   caps? ( sys-libs/libcap )
+   libedit? ( dev-libs/libedit )
+   readline? ( >=sys-libs/readline-4.1-r4:= )
+   seccomp? ( sys-libs/libseccomp )
+"
+DEPEND="
+   ${CDEPEND}
+   html? ( dev-ruby/asciidoctor )
+   pps? ( net-misc/pps-tools )
+"
+RDEPEND="
+   ${CDEPEND}
+   selinux? ( sec-policy/selinux-chronyd )
+"
+
+RESTRICT=test
+
+S="${WORKDIR}/${P/_/-}"
+
+src_prepare() {
+   sed -i \
+   -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
+   -e 's:/var/run:/run:g' \
+   conf.c doc/*.man.in examples/* || die
+
+   default
+}
+
+src_configure() {
+   tc-export CC
+
+   local CHRONY_EDITLINE
+   # ./configure legend:
+   # --disable-readline : disable line editing entirely
+   # --without-readline : do not use sys-libs/readline (enabled by default)
+   # --without-editline : do not use dev-libs/libedit (enabled by default)
+   if ! use readline && ! use libedit; then
+   CHRONY_EDITLINE='--disable-readline'
+   else
+   CHRONY_EDITLINE+=" $(usex readline '' --without-readline)"
+   CHRONY_EDITLINE+=" $(usex libedit '' --without-editline)"
+   fi
+
+   # not an autotools generated script
+   local CHRONY_CONFIGURE="
+   ./configure \
+   $(use_enable seccomp scfilter) \
+   $(usex adns '' --disable-asyncdns) \
+   $(usex caps '' --disable-linuxcaps) \
+   $(usex cmdmon '' --disable-cmdmon) \
+   $(usex ipv6 '' --disable-ipv6) \
+   $(usex ntp '' --disable-ntp) \
+   $(usex phc '' --disable-phc) \
+   $(usex pps '' --disable-pps) \
+   $(usex refclock '' --disable-refclock) \
+   $(usex rtc '' --disable-rtc) \
+   ${CHRONY_EDITLINE} \
+   ${EXTRA_ECONF} \
+   --docdir=/usr/share/doc/${PF} \
+   --chronysockdir=/run/chrony \
+   --mandir=/usr/share/man \
+   --prefix=/usr \
+   --sysconfdir=/etc/chrony \
+   --disable-sechash \
+   --without-nss \
+   --without-tomcrypt
+   "
+
+   # print the ./configure call to aid in future debugging
+   einfo ${CHRONY_CONFIGURE}
+   bash ${CHRONY_CONFIGURE} || die
+}
+
+src_compile() {
+   emake all docs $(usex html '' 'ADOC=true')
+}
+
+src_install() {
+   default
+
+   newinitd "${FILESDIR}"/chronyd.init-r1 chronyd
+   newconfd "${FILESDIR}"/chronyd.conf chronyd
+
+   insinto /etc/${PN}
+   newins examples/chrony.conf.example1 chrony.conf
+
+   docinto examples
+   dodoc examples/*.example*
+
+   if use html; then
+   docinto html
+   dodoc doc/*.html
+   fi
+
+   keepdir /var/{lib,log}/chrony
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/chrony-2.4-r1.logrotate chrony
+
+   systemd_newunit "${FILESDIR}"/chronyd.service-r2 chronyd.service
+   systemd_enable_ntpunit 50-chrony chronyd.service
+}



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

2017-06-05 Thread William Hubbs
commit: 6731155b2b2b29e92d70749da1aa1057521315a5
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Jun  5 18:18:04 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Jun  5 18:20:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6731155b

sys-apps/openrc: move 0.26.3 to stable on ia64 for #618758

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/sys-apps/openrc/openrc-0.26.3.ebuild 
b/sys-apps/openrc/openrc-0.26.3.ebuild
index cf6f38d149a..55c4afe5d9b 100644
--- a/sys-apps/openrc/openrc-0.26.3.ebuild
+++ b/sys-apps/openrc/openrc-0.26.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   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"
 fi
 
 LICENSE="BSD-2"



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

2017-06-05 Thread Thomas Deutschmann
commit: 1360b84774183af68ebb80870f0b470583f85a3c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  5 18:04:04 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  5 18:04:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1360b847

net-proxy/privoxy: x86 stable wrt bug #620498

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

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



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

2017-06-05 Thread Thomas Deutschmann
commit: 6c8f495cc853d697a81943b441fb8a778dc779a2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jun  5 18:00:51 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jun  5 18:00:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8f495c

dev-util/debhelper: x86 stable wrt bug #593768

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/debhelper/debhelper-9.20160814.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/debhelper/debhelper-9.20160814.ebuild 
b/dev-util/debhelper/debhelper-9.20160814.ebuild
index a0e7c6dbc81..b4ec35d0df1 100644
--- a/dev-util/debhelper/debhelper-9.20160814.ebuild
+++ b/dev-util/debhelper/debhelper-9.20160814.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-linux"
 IUSE="test"
 DH_LINGUAS=( de es fr )
 IUSE+=" ${DH_LINGUAS[@]/#/linguas_}"



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

2017-06-05 Thread Andreas Sturmlechner
commit: 8847659b46169fe7925d1f3bfee3a546c265d2be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:39:51 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8847659b

profiles: Cleanup obsolete last-rite package.mask entries

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

diff --git a/profiles/package.mask b/profiles/package.mask
index addd67f6868..3ba35bc42e7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -392,65 +392,6 @@ app-cdr/backlite
 # Masked for removal in 30 days.
 net-im/licq
 
-# Andreas Sturmlechner  (06 May 2017)
-# Obsolete parts of kdevelop:4 - upstream merged into kdevelop:5.
-# Masked for removal in 30 days.
-dev-util/kdevelop-php-docs
-dev-util/kdevelop-qmake
-dev-util/kdevelop-qmljs
-
-# Andreas Sturmlechner  (06 May 2017)
-# Unused Plasma 4 runtime cleanup, masked for removal in 30 days.
-kde-apps/attica
-kde-apps/drkonqi
-kde-apps/kcontrol
-kde-apps/kdebase-desktoptheme
-kde-apps/kdebase-menu
-kde-apps/kdebase-menu-icons
-kde-apps/kdebugdialog
-kde-apps/kdesu
-kde-apps/kglobalaccel
-kde-apps/kiconfinder
-kde-apps/kimgio
-kde-apps/knetattach
-kde-apps/kpasswdserver
-kde-apps/kquitapp
-kde-apps/kstart
-kde-apps/kuiserver
-kde-apps/kurifilter-plugins
-kde-apps/plasma-apps
-kde-apps/renamedlg-plugins
-kde-apps/solid-runtime
-sys-auth/polkit-kde-agent
-
-# Andreas Sturmlechner  (06 May 2017)
-# Follow-up to 16.12.3 stabilisation - the remaining split
-# kde-baseapps are now either part of konqueror:5 or obsolete.
-# Masked for removal in 30 days.
-kde-apps/kdepasswd
-kde-apps/kfmclient
-kde-apps/konq-plugins
-kde-apps/libkonq
-kde-apps/nsplugins
-kde-apps/plasma-apps
-
-# Andreas Sturmlechner  (06 May 2017)
-# Depends on deprecated libs, no development in 8 years.
-# No consumer left after konqueror:4 removal.
-# Masked for removal in 30 days.
-kde-misc/kim4
-
-# Andreas Sturmlechner  (06 May 2017)
-# Depends on deprecated libs, no development in 9 years.
-# No consumer left after konqueror:4 removal.
-# Masked for removal in 30 days.
-kde-misc/kio-ftps
-
-# Andreas Sturmlechner  (06 May 2017)
-# Crash on start, hugely outdated, depends on deprecated libs.
-# Masked for removal in 30 days.
-kde-misc/quadkonsole
-
 # Pawel Hajdan, Jr.  (03 May 2017)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kim4/files/, kde-misc/kim4/

2017-06-05 Thread Andreas Sturmlechner
commit: 2330f2d1817969fc96b5c9c7c2995cdc50c320f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:29:05 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2330f2d1

kde-misc/kim4: Cleanup last-rited package

 kde-misc/kim4/Manifest  |  1 -
 kde-misc/kim4/files/kim4-0.9.5-install.sh.patch | 39 -
 kde-misc/kim4/kim4-0.9.5-r1.ebuild  | 35 --
 kde-misc/kim4/metadata.xml  |  8 -
 4 files changed, 83 deletions(-)

diff --git a/kde-misc/kim4/Manifest b/kde-misc/kim4/Manifest
deleted file mode 100644
index 5ed9339c158..000
--- a/kde-misc/kim4/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kim4-0.9.5.tar.gz 53171 SHA256 
85c89695f30227413d6229b1f9c7f75b85a1e73d24d3c9479af40c52b76b6dac SHA512 
db53ad97c6bbfe48eb0d949a0c35ef1aeae6d190c595b93d101bd8248a623bb06dc56786c75260eeb6574d8f26f86f625fe91ef1d038881bb92e22e475288a9f
 WHIRLPOOL 
13f76ac01f030ca1d7def7a3702ee895afd6498015cb991a8deb20ec6e348e602277e578b76287a318116e128c92cfd3aaa2da2ca7188ffdbf04dead8d54ef33

diff --git a/kde-misc/kim4/files/kim4-0.9.5-install.sh.patch 
b/kde-misc/kim4/files/kim4-0.9.5-install.sh.patch
deleted file mode 100644
index 042b0a17107..000
--- a/kde-misc/kim4/files/kim4-0.9.5-install.sh.patch
+++ /dev/null
@@ -1,39 +0,0 @@
 install.sh.orig2009-02-22 18:08:21.0 +0200
-+++ install.sh 2009-10-29 00:00:04.0 +0200
-@@ -19,19 +19,22 @@
- 
- kdeinstdir=`kde4-config --prefix`
- 
--cp src/kim_*.desktop $kdeinstdir/share/kde4/services/ServiceMenus/
--cp src/bin/kim_* $kdeinstdir/bin/
--chmod a+rx $kdeinstdir/bin/kim_*
--chmod a+r $kdeinstdir/share/kde4/services/ServiceMenus/kim_*.desktop
--mv $kdeinstdir/share/kde4/services/ServiceMenus/imageconverter.desktop 
$kdeinstdir/share/kde4/services/ServiceMenus/imageconverter.desktop~
--
--mkdir $kdeinstdir/share/kim
--cp COPYING $kdeinstdir/share/kim/kim_about.txt
-+mkdir -p ${DESTDIR}$kdeinstdir/share/kde4/services/ServiceMenus
-+cp src/kim_*.desktop ${DESTDIR}$kdeinstdir/share/kde4/services/ServiceMenus/
- 
--mkdir $kdeinstdir/share/kim/slideshow/
--cp src/slideshow/* $kdeinstdir/share/kim/slideshow/
-+mkdir -p ${DESTDIR}$kdeinstdir/bin
-+cp src/bin/kim_* ${DESTDIR}$kdeinstdir/bin/
- 
--mkdir $kdeinstdir/share/kim/gallery
--cp src/gallery/* $kdeinstdir/share/kim/gallery
-+chmod a+rx ${DESTDIR}$kdeinstdir/bin/kim_*
-+chmod a+r ${DESTDIR}$kdeinstdir/share/kde4/services/ServiceMenus/kim_*.desktop
- 
--echo "Kim has been installed. Good bye!"
-\ No newline at end of file
-+mkdir -p ${DESTDIR}$kdeinstdir/share/apps/kim
-+cp COPYING ${DESTDIR}$kdeinstdir/share/apps/kim/kim_about.txt
-+
-+mkdir -p ${DESTDIR}$kdeinstdir/share/kim/slideshow
-+cp src/slideshow/* ${DESTDIR}$kdeinstdir/share/kim/slideshow/
-+
-+mkdir -p ${DESTDIR}$kdeinstdir/share/kim/gallery
-+cp src/gallery/* ${DESTDIR}$kdeinstdir/share/kim/gallery
-+
-+echo "Kim has been installed. Good bye!"

diff --git a/kde-misc/kim4/kim4-0.9.5-r1.ebuild 
b/kde-misc/kim4/kim4-0.9.5-r1.ebuild
deleted file mode 100644
index 3a707556c6c..000
--- a/kde-misc/kim4/kim4-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="A Dolphin and Konqueror service menu for ImageMagick"
-HOMEPAGE="http://www.kde-apps.org/content/show.php/Kim+%28Kde+Image+Menu%29?content=11505;
-SRC_URI="http://bouveyron.free.fr/kim/release/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-RDEPEND="
-   kde-apps/kdialog
-   || (
-   kde-apps/dolphin
-   kde-apps/konqueror
-   )
-   virtual/imagemagick-tools
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-install.sh.patch
-}
-
-src_install() {
-   DESTDIR=${D} ./install.sh || die
-   dodoc AUTHORS ChangeLog README || die
-}

diff --git a/kde-misc/kim4/metadata.xml b/kde-misc/kim4/metadata.xml
deleted file mode 100644
index 0cf59224b00..000
--- a/kde-misc/kim4/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-



[gentoo-commits] repo/gentoo:master commit in: kde-misc/quadkonsole/

2017-06-05 Thread Andreas Sturmlechner
commit: 3b775e677ccd7c6ddc98be76c201128e2f738773
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:30:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b775e67

kde-misc/quadkonsole: Cleanup last-rited package

 kde-misc/quadkonsole/Manifest|  1 -
 kde-misc/quadkonsole/metadata.xml|  8 -
 kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild | 41 
 3 files changed, 50 deletions(-)

diff --git a/kde-misc/quadkonsole/Manifest b/kde-misc/quadkonsole/Manifest
deleted file mode 100644
index ad30b8da9dd..000
--- a/kde-misc/quadkonsole/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST quadkonsole4-0.4.4.tar.bz2 67812 SHA256 
68946c329b16ef6f62394cf9c691761d46f8a69d233a47a3e5481605abeb570c SHA512 
e2aa3b3131b005d597e6284e37fa3711b0e65785d6e5db9997a5baf066b6f4152ea843096cdbfb94cfc81bb46092e030f5204a3dbb3a805fae6f2820dfa182b4
 WHIRLPOOL 
a1fac9ddf6c1b3583df06b6c1df65f74f01a24d4cf87c43587ea09344d1d693b5a861689c541364c1b0a963b42c1f423b6f5fd85d026076d38f73e33d113eadb

diff --git a/kde-misc/quadkonsole/metadata.xml 
b/kde-misc/quadkonsole/metadata.xml
deleted file mode 100644
index 0cf59224b00..000
--- a/kde-misc/quadkonsole/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-

diff --git a/kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild 
b/kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild
deleted file mode 100644
index e7b1ead5aee..000
--- a/kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_HANDBOOK=optional
-KDE_LINGUAS_DIR="i18n"
-KDE_LINGUAS="cs de sr sr@ijekavian sr@ijekavianlatin sr@latin"
-inherit kde4-base
-
-MY_P=${PN}4-${PV}
-
-DESCRIPTION="Grid of Konsole terminals"
-HOMEPAGE="http://kb.ccchl.de/quadkonsole4/;
-SRC_URI="http://kb.ccchl.de/${PN}4/${MY_P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
-   || ( $(add_kdeapps_dep konsolepart) $(add_kdeapps_dep konsole) )
-   $(add_kdeapps_dep libkonq)
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog )
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   local lang
-   for lang in ${KDE_LINGUAS} ; do
-   if ! use "l10n_$(kde4_lingua_to_l10n "${lang}")" ; then
-   rm ${KDE_LINGUAS_DIR}/${PN}4_${lang}.po
-   fi
-   done
-
-   kde4-base_src_prepare
-}



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

2017-06-05 Thread Andreas Sturmlechner
commit: fd50ef2d1f9559519a8dac0ddf7b8a81530c4739
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 15:34:04 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd50ef2d

profiles: Drop obsolete kde-plasma/plasma-meta[sdk] mask

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

diff --git a/profiles/arch/arm/package.use.mask 
b/profiles/arch/arm/package.use.mask
index 96082fe5701..75f19fd67cc 100644
--- a/profiles/arch/arm/package.use.mask
+++ b/profiles/arch/arm/package.use.mask
@@ -1,10 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Andreas Sturmlechner  (30 May 2017)
-# Depends on dev-util/kirigami:2, not keyworded yet.
->=kde-plasma/plasma-meta-5.10.0 sdk
-
 # Andreas Sturmlechner  (06 May 2017)
 # Depends on dev-util/kdevplatform:5, not keyworded yet.
 kde-plasma/plasma-sdk plasmate



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

2017-06-05 Thread Andreas Sturmlechner
commit: 3349b0fd803cd9ba1f6b64db551ce1c0b7e72862
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:20:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3349b0fd

dev-util/kdevelop-qmake: Cleanup last-rited package

 dev-util/kdevelop-qmake/Manifest   |  1 -
 .../kdevelop-qmake/kdevelop-qmake-1.7.0.ebuild | 38 --
 dev-util/kdevelop-qmake/metadata.xml   | 11 ---
 3 files changed, 50 deletions(-)

diff --git a/dev-util/kdevelop-qmake/Manifest b/dev-util/kdevelop-qmake/Manifest
deleted file mode 100644
index 83b6a0c39ff..000
--- a/dev-util/kdevelop-qmake/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdevelop-qmake-1.7.0.tar.gz 65864 SHA256 
f0ae7b9ef570b755773c8c53917e1352dddc37fe061611fdebb3b4a1a8c62f1a SHA512 
eadeefb3b927710ea5ec365e3d3e99d4f0af2a995cc18ddeeb437c0ee946b61f25b574846c8dff39bf6e0bcafce8adeb9a8ca787a429498b3cc15a7e78225e9f
 WHIRLPOOL 
aa551982dfb47b6820eed0f8fd0e7b3d08425406b6b2b6616257ea5ea47e2aed881791de0cc1b5b6b5ffa4bb60e13b7968c3a244e62cef284fe6fc2f7ce70b99

diff --git a/dev-util/kdevelop-qmake/kdevelop-qmake-1.7.0.ebuild 
b/dev-util/kdevelop-qmake/kdevelop-qmake-1.7.0.ebuild
deleted file mode 100644
index 1897935d51f..000
--- a/dev-util/kdevelop-qmake/kdevelop-qmake-1.7.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDEBASE="kdevelop"
-KMNAME="kdev-qmake"
-inherit kde4-base
-
-DESCRIPTION="qmake plugin for KDevelop 4"
-SRC_URI="https://quickgit.kde.org/?p=${KMNAME}.git=snapshot=${PV%%.0} -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug tools"
-
-DEPEND="
-   dev-util/kdevelop:4
-   dev-util/kdevelop-pg-qt:4
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${KMNAME}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_build tools qmake_parser)
-   )
-   kde4-base_src_configure
-}
-
-src_install() {
-   kde4-base_src_install
-   #Move this file to prevent a collision with kappwizard
-   mv 
"${D}"/usr/share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 \
-   
"${D}"/usr/share/apps/kdevappwizard/templates/kdevelop-qmake_qt4guiapp.tar.bz2 \
-   || die
-}

diff --git a/dev-util/kdevelop-qmake/metadata.xml 
b/dev-util/kdevelop-qmake/metadata.xml
deleted file mode 100644
index 5ab659eb686..000
--- a/dev-util/kdevelop-qmake/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   Build and install the qmake-parser debugging 
tool
-   
-



[gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-kde-agent/

2017-06-05 Thread Andreas Sturmlechner
commit: 91589327cc95eab9f557b52822e8105a3366fc22
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:26:30 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91589327

sys-auth/polkit-kde-agent: Cleanup last-rited package

 sys-auth/polkit-kde-agent/Manifest |  1 -
 sys-auth/polkit-kde-agent/metadata.xml | 11 --
 .../polkit-kde-agent-0.99.1-r1.ebuild  | 43 --
 3 files changed, 55 deletions(-)

diff --git a/sys-auth/polkit-kde-agent/Manifest 
b/sys-auth/polkit-kde-agent/Manifest
deleted file mode 100644
index 0b4fe480a74..000
--- a/sys-auth/polkit-kde-agent/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST polkit-kde-1_0.99.1.orig.tar.xz 38060 SHA256 
336fffb8b9b8c1490537dc557c6ea8d66499739f69d479150f1a2961a4be46ff SHA512 
14beb0c3bb00a62fd601ea94da158946c91f443b14ff286d9475e1883e5f102afbda81d8f214417a957bd7ba449b7c41f596d1ac05d97e8ffc836e76bb680d4f
 WHIRLPOOL 
e83d6f1a95729e8838788ed21651498713b8d1513ae5878a89064c1af62bd4b6fa741711ec66f004b96547f60f150fa4ec4b6ca27d2265bc10c6fbaca955f57a

diff --git a/sys-auth/polkit-kde-agent/metadata.xml 
b/sys-auth/polkit-kde-agent/metadata.xml
deleted file mode 100644
index 282ea1c4264..000
--- a/sys-auth/polkit-kde-agent/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-   
-   ubuntu
-   
-

diff --git a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild 
b/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
deleted file mode 100644
index 28c8c077f33..000
--- a/sys-auth/polkit-kde-agent/polkit-kde-agent-0.99.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_PN="${PN}-1"
-MY_P="${MY_PN}-${PV}"
-EGIT_REPONAME="${MY_PN}"
-KDE_LINGUAS="ar bs ca ca@valencia cs da de el en_GB eo es et fi fr
-   ga gl hr hu is it ja kk km lt mai mr ms nb nds nl pa pl pt pt_BR
-   ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv th tr
-   ug uk vi zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="PolKit agent module for KDE"
-HOMEPAGE="https://www.kde.org;
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${MY_PN/-agent/}_${PV}.orig.tar.xz;
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm x86"
-SLOT="4"
-IUSE="debug minimal"
-
-RDEPEND="
-   >=sys-auth/polkit-qt-0.103.0[qt4(+)]
-   !sys-auth/polkit-kde
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-   S=${WORKDIR}/${MY_P}
-fi
-
-src_prepare() {
-   kde4-base_src_prepare
-
-   # Coinstallability with kde-plasma/polkit-kde-agent
-   use minimal && rm -rf po
-}



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kpasswdserver/, kde-apps/kfmclient/, kde-apps/kdebugdialog/, ...

2017-06-05 Thread Andreas Sturmlechner
commit: 342bf3466b56510974dee850c23aede13e014c75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:37:13 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=342bf346

kde-apps: Cleanup last-rited packages

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/attica/Manifest   |  1 -
 kde-apps/attica/attica-16.04.3.ebuild  | 16 ---
 kde-apps/attica/metadata.xml   |  8 --
 kde-apps/drkonqi/Manifest  |  1 -
 kde-apps/drkonqi/drkonqi-16.04.3.ebuild| 25 
 kde-apps/drkonqi/metadata.xml  |  8 --
 kde-apps/kcontrol/Manifest |  1 -
 kde-apps/kcontrol/kcontrol-16.04.3.ebuild  | 25 
 kde-apps/kcontrol/metadata.xml |  8 --
 kde-apps/kdebase-desktoptheme/Manifest |  1 -
 .../kdebase-desktoptheme-16.04.3.ebuild| 12 
 kde-apps/kdebase-desktoptheme/metadata.xml |  8 --
 kde-apps/kdebase-menu-icons/Manifest   |  1 -
 .../kdebase-menu-icons-16.04.3.ebuild  | 12 
 kde-apps/kdebase-menu-icons/metadata.xml   |  8 --
 kde-apps/kdebase-menu/Manifest |  1 -
 kde-apps/kdebase-menu/kdebase-menu-16.04.3.ebuild  | 12 
 kde-apps/kdebase-menu/metadata.xml |  8 --
 kde-apps/kdebugdialog/Manifest |  1 -
 kde-apps/kdebugdialog/kdebugdialog-16.04.3.ebuild  | 12 
 kde-apps/kdebugdialog/metadata.xml |  8 --
 kde-apps/kdepasswd/Manifest|  1 -
 kde-apps/kdepasswd/kdepasswd-16.08.3.ebuild| 20 -
 kde-apps/kdepasswd/metadata.xml|  8 --
 kde-apps/kdesu/Manifest|  1 -
 kde-apps/kdesu/kdesu-16.04.3.ebuild| 25 
 kde-apps/kdesu/metadata.xml|  8 --
 kde-apps/kfmclient/Manifest|  1 -
 kde-apps/kfmclient/kfmclient-16.08.3.ebuild| 33 --
 kde-apps/kfmclient/metadata.xml|  8 --
 kde-apps/kglobalaccel/Manifest |  1 -
 kde-apps/kglobalaccel/kglobalaccel-16.04.3.ebuild  | 20 -
 kde-apps/kglobalaccel/metadata.xml |  8 --
 kde-apps/kiconfinder/Manifest  |  1 -
 kde-apps/kiconfinder/kiconfinder-16.04.3.ebuild| 11 
 kde-apps/kiconfinder/metadata.xml  |  8 --
 kde-apps/kimgio/Manifest   |  1 -
 kde-apps/kimgio/kimgio-16.04.3.ebuild  | 14 -
 kde-apps/kimgio/metadata.xml   |  8 --
 kde-apps/knetattach/Manifest   |  1 -
 kde-apps/knetattach/knetattach-16.04.3.ebuild  | 12 
 kde-apps/knetattach/metadata.xml   |  8 --
 kde-apps/konq-plugins/Manifest |  1 -
 kde-apps/konq-plugins/konq-plugins-16.08.3.ebuild  | 31 
 kde-apps/konq-plugins/metadata.xml |  8 --
 kde-apps/kpasswdserver/Manifest|  1 -
 .../kpasswdserver/kpasswdserver-16.04.3.ebuild | 14 -
 kde-apps/kpasswdserver/metadata.xml|  8 --
 kde-apps/kquitapp/Manifest |  1 -
 kde-apps/kquitapp/kquitapp-16.04.3.ebuild  | 11 
 kde-apps/kquitapp/metadata.xml |  8 --
 kde-apps/kstart/Manifest   |  1 -
 kde-apps/kstart/kstart-16.04.3.ebuild  | 11 
 kde-apps/kstart/metadata.xml   |  8 --
 kde-apps/kuiserver/Manifest|  1 -
 kde-apps/kuiserver/kuiserver-16.04.3.ebuild| 11 
 kde-apps/kuiserver/metadata.xml|  8 --
 kde-apps/kurifilter-plugins/Manifest   |  1 -
 .../kurifilter-plugins-16.04.3.ebuild  | 14 -
 kde-apps/kurifilter-plugins/metadata.xml   |  8 --
 kde-apps/libkonq/Manifest  |  1 -
 kde-apps/libkonq/files/libkonq-4.9.0-cmake.patch   | 15 --
 kde-apps/libkonq/libkonq-16.08.3.ebuild| 21 --
 kde-apps/libkonq/metadata.xml  |  8 --
 kde-apps/nsplugins/Manifest|  1 -
 kde-apps/nsplugins/metadata.xml|  8 --
 kde-apps/nsplugins/nsplugins-16.08.3.ebuild| 29 ---
 kde-apps/plasma-apps/Manifest  |  1 -
 kde-apps/plasma-apps/metadata.xml  |  8 --
 kde-apps/plasma-apps/plasma-apps-16.08.3.ebuild| 17 ---
 kde-apps/renamedlg-plugins/Manifest|  1 -
 kde-apps/renamedlg-plugins/metadata.xml 

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

2017-06-05 Thread Andreas Sturmlechner
commit: df00518c2d88ef786feff7f53bb4f1aacfc6b947
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:20:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df00518c

dev-util/kdevelop-qmljs: Cleanup last-rited package

 dev-util/kdevelop-qmljs/Manifest   |  1 -
 .../kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild | 27 --
 dev-util/kdevelop-qmljs/metadata.xml   |  8 ---
 3 files changed, 36 deletions(-)

diff --git a/dev-util/kdevelop-qmljs/Manifest b/dev-util/kdevelop-qmljs/Manifest
deleted file mode 100644
index ae35ab5736a..000
--- a/dev-util/kdevelop-qmljs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdev-qmljs-1.7.0.tar.xz 245968 SHA256 
70927785de7791335eda43b55ef7742af7915425823d5f70b97edac1828681e1 SHA512 
844f6dbf7f9f30a5361556edb7d7872250bb846b156465785d013c5be162e019019c364832d87f034c1d4ffdbf9f7ef5a1c7b54d676739776bdef1b13940
 WHIRLPOOL 
63fd36d00c966bdc6e957f004656d63bdc01f1f070a55d90130cb9f55398263526e08b2d6f2524aeb2dbcf15972463fc0bb2dade236c71a8feaacbd46e82e6d1

diff --git a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild 
b/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild
deleted file mode 100644
index 0c159dd7909..000
--- a/dev-util/kdevelop-qmljs/kdevelop-qmljs-1.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDEBASE="kdevelop"
-KMNAME="kdev-qmljs"
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl it kk nb nds nl pl
-pt pt_BR ru sl sv uk zh_CN zh_TW"
-MY_P="${KMNAME}-${PV}"
-
-inherit kde4-base
-
-DESCRIPTION="QML and javascript plugin for KDevelop 4"
-LICENSE="GPL-2 LGPL-2"
-IUSE="debug"
-SRC_URI="mirror://kde/stable/kdevelop/${KMNAME}/${PV}/src/${MY_P}.tar.xz"
-KEYWORDS="~amd64 ~x86"
-
-S=${WORKDIR}/${MY_P}
-
-DEPEND="
-   >=dev-util/kdevplatform-${PV}:4
-"
-RDEPEND="${DEPEND}
-   dev-util/kdevelop:4
-"

diff --git a/dev-util/kdevelop-qmljs/metadata.xml 
b/dev-util/kdevelop-qmljs/metadata.xml
deleted file mode 100644
index 2fdbf33d963..000
--- a/dev-util/kdevelop-qmljs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php-docs/

2017-06-05 Thread Andreas Sturmlechner
commit: c9633f6556740132e5e946d224696114f517bff3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:19:05 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9633f65

dev-util/kdevelop-php-docs: Cleanup last-rited package

 dev-util/kdevelop-php-docs/Manifest|  2 --
 .../kdevelop-php-docs-1.7.2.ebuild | 22 --
 .../kdevelop-php-docs-1.7.4.ebuild | 20 
 dev-util/kdevelop-php-docs/metadata.xml|  8 
 4 files changed, 52 deletions(-)

diff --git a/dev-util/kdevelop-php-docs/Manifest 
b/dev-util/kdevelop-php-docs/Manifest
deleted file mode 100644
index 4b30ee1d1bc..000
--- a/dev-util/kdevelop-php-docs/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kdevelop-php-docs-1.7.2.tar.xz 32892 SHA256 
2dff2f54f631296c87007be84a0dc439d328d473717577c0d1450a9fc7e6e828 SHA512 
5bbc3a4a61fa87b96182bfa1b3df28f26a35e4eb7ee021c822a031cb71b5900b53bacbac0d4892d8ff021dcc90b74097a0d67f31b17a4c3b7248170b19b54e16
 WHIRLPOOL 
5ef5309986dc42d41fe90333025075b132d3bfe3107802b97e54e4a1f2f36c37234b87dad3fcaf6d15ab3d79567fd4dae1ae1155403e7f1dfbd3bebf8d2ab32f
-DIST kdevelop-php-docs-1.7.4.tar.xz 32788 SHA256 
7b4022389e5bd07bf0666ee0a436e424ef30d5413ce6acd186b7345669b202b1 SHA512 
3f00f699527dbdb1a927c0b6e9ebc38bd8b875b5c1f896d4a947c18bde6e338c00bd01345e0b0220eca9a519ed76301ef378518045d60e3d3db6c67272bd7598
 WHIRLPOOL 
821f4a1c5245dfbb26883962d2dd3e0f86c049e18a4c54de55fe434c4139765a1baa44259a8946beaf67f47051a0ea4f84f2049ecf8dcdb7e39c859bd286a295

diff --git a/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.2.ebuild 
b/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.2.ebuild
deleted file mode 100644
index fd248d24646..000
--- a/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-KDE_LINGUAS="bs ca ca@valencia da de el en_GB es et fi fr gl hu it kk nb nds nl
-pl pt pt_BR ru sk sl sv tr uk zh_CN zh_TW"
-KMNAME="kdevelop"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="PHP documentation plugin for KDevelop 4"
-LICENSE="GPL-2 LGPL-2"
-IUSE="debug"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="amd64 x86"
-fi
-
-RDEPEND="
-   !=dev-util/kdevelop-plugins-1.0.0
-"

diff --git a/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.4.ebuild 
b/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.4.ebuild
deleted file mode 100644
index a0fa10fe886..000
--- a/dev-util/kdevelop-php-docs/kdevelop-php-docs-1.7.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KMNAME="kdevelop"
-WEBKIT_REQUIRED="always"
-inherit kde4-base
-
-DESCRIPTION="PHP documentation plugin for KDevelop 4"
-LICENSE="GPL-2 LGPL-2"
-IUSE="debug"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-   !=dev-util/kdevelop-plugins-1.0.0
-"

diff --git a/dev-util/kdevelop-php-docs/metadata.xml 
b/dev-util/kdevelop-php-docs/metadata.xml
deleted file mode 100644
index 2fdbf33d963..000
--- a/dev-util/kdevelop-php-docs/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   k...@gentoo.org
-   Gentoo KDE Project
-   
-



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-ftps/

2017-06-05 Thread Andreas Sturmlechner
commit: 68266a49cbd8ec8749d217871cc2b4d91e362d7c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun  5 12:29:40 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jun  5 17:56:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68266a49

kde-misc/kio-ftps: Cleanup last-rited package

 kde-misc/kio-ftps/Manifest|  1 -
 kde-misc/kio-ftps/kio-ftps-0.2.ebuild | 32 
 kde-misc/kio-ftps/metadata.xml|  8 
 3 files changed, 41 deletions(-)

diff --git a/kde-misc/kio-ftps/Manifest b/kde-misc/kio-ftps/Manifest
deleted file mode 100644
index d386a182b90..000
--- a/kde-misc/kio-ftps/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kio-ftps-0.2.tar.gz 71332 SHA256 
d0c2dd2eba6b102d56ba764a6d354614dcc6aff2a3c69b7d2a3921a40ee90642 SHA512 
98b302cb65aea720eda4d186241ddaa34fb9c4b77e74d3592c4e8108eede337636b9f01f3bd7594817a0db03fe30bc121d5d53d2095a13d89369f0156581b02a
 WHIRLPOOL 
adfe41b89945ba7923afe2b8d893c5599c06fa6c2c5d0bde8d74f615b95ef8f9967f6394d922bb97884c12901b60afe71def346528415b72c2929bbf33102e15

diff --git a/kde-misc/kio-ftps/kio-ftps-0.2.ebuild 
b/kde-misc/kio-ftps/kio-ftps-0.2.ebuild
deleted file mode 100644
index 803caaa5e80..000
--- a/kde-misc/kio-ftps/kio-ftps-0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE ftps KIO slave"
-HOMEPAGE="http://kde-apps.org/content/show.php/kio-ftps?content=35875;
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-# This is just for some app we can use kio-ftps with
-RDEPEND="|| (
-   $(add_kdeapps_dep konqueror)
-   $(add_kdeapps_dep dolphin)
-)"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
-   # remove all temp files
-   rm -rf *~
-   # fix linking
-   sed -i \
-   -e "s:\${KDE4_KDECORE_LIBS}:\${KDE4_KIO_LIBS}:g" \
-   CMakeLists.txt || die "sed linking failed"
-}

diff --git a/kde-misc/kio-ftps/metadata.xml b/kde-misc/kio-ftps/metadata.xml
deleted file mode 100644
index 0cf59224b00..000
--- a/kde-misc/kio-ftps/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   k...@gentoo.org
-   Gentoo KDE Project
-
-



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

2017-06-05 Thread Michał Górny
commit: bc786b8e21d4142a180f7535bf4d39d449351ebc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:15:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:52:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc786b8e

package.mask: Mask media-sound/rezound for removal, #515760

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 560a7a65d9a..addd67f6868 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained upstream. Already suffers heavy patching in Gentoo.
+# Multiple bugs filed, including build failures.
+# Removal in 30 days. Bug #515760.
+media-sound/rezound
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained in Gentoo. Requires old wxPython. GAMESS itself
 # is masked for removal already.
 # Removal in 30 days. Bug #564104.



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

2017-06-05 Thread Michał Górny
commit: 2e3ac984cf7114bfab981e77804ab166b76f339e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:06:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3ac984

package.mask: Mask app-dicts/gjiten for removal, #608404

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 3f9ded55745..775346b1ee7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Abandoned upstream. Requires obsolete GNOME libraries. Multiple
+# alternatives exist, e.g. app-dicts/gwaei.
+# Removal in 30 days. Bug #608404.
+app-dicts/gjiten
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Discontinued blob driver. Fails to build against modern kernels.
 # Removal in 30 days. Bug #574026.
 net-dialup/martian-modem



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

2017-06-05 Thread Michał Górny
commit: 26993dc5bdb76f7028159e20a9b1a1a59706b4e5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:07:40 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26993dc5

package.mask: Mask app-i18n/im-ja for removal, #608418

 profiles/package.mask | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 775346b1ee7..194f58ddd76 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,10 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
-# Abandoned upstream. Requires obsolete GNOME libraries. Multiple
-# alternatives exist, e.g. app-dicts/gwaei.
-# Removal in 30 days. Bug #608404.
+# Abandoned upstream. Require obsolete GNOME libraries. Multiple
+# alternatives exist. Removal in 30 days.
+# app-dicts/gjiten -- bug #608404; alternative: app-dicts/gwaei
+# app-i18n/im-ja -- bug #608418.
 app-dicts/gjiten
+app-i18n/im-ja
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)



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

2017-06-05 Thread Michał Górny
commit: 52219dfdf0218f67b3d36fa1208a559bb92186d5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 16:47:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52219dfd

package.mask: Mask dev-libs/dee for removal, #603562

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8519e2290e6..242909e6e00 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained upstream. Bad quality code.
+# Removal in 30 days. Bug #603562.
+dev-libs/dee
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Discontinued upstream. Plugins no longer get updates, resulting
 # in security vulnerabilities.
 # Removal in 30 days. Bug #603282.



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

2017-06-05 Thread Michał Górny
commit: 91dcfd1873a771d3c4bbd0b2bba3b514d83e452d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:10:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91dcfd18

package.mask: Mask games-board/gamazons for removal, #608424

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 194f58ddd76..d4c14d2adf7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -35,8 +35,10 @@
 # alternatives exist. Removal in 30 days.
 # app-dicts/gjiten -- bug #608404; alternative: app-dicts/gwaei
 # app-i18n/im-ja -- bug #608418.
+# games-board/gamazons -- bug #608424.
 app-dicts/gjiten
 app-i18n/im-ja
+games-board/gamazons
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)



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

2017-06-05 Thread Michał Górny
commit: 8f7a7b435d3efec319610a1024313332928a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 16:49:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7a7b43

package.mask: Mask dev-java/java-gnome for removal, #562416

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 242909e6e00..a1292d691d9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained upstream. Seems to fail at Python. Depends on multiple
+# deprecated GNOME libraries.
+# Removal in 30 days. Bug #562416.
+dev-java/java-gnome
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained upstream. Bad quality code.
 # Removal in 30 days. Bug #603562.
 dev-libs/dee



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

2017-06-05 Thread Michał Górny
commit: 3c47a8094d00840e901c2efca5d73e5882d6d378
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 16:58:44 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c47a809

package.mask: Mask x11-misc/etm for removal, #368257

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 566ff6948f1..d9e5e3f48fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained in Gentoo. The current version is obsolete, and the new
+# versions cause issues preventing adding.
+# Removal in 30 days. Bug #368257.
+x11-misc/etm
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained in Gentoo. The current Gentoo version no longer builds.
 # Removal in 30 days. Bug #602820.
 media-plugins/vdr-xineliboutput



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

2017-06-05 Thread Michał Górny
commit: b54f25dc1f112ac720cff7059c04a7a02de7e970
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 16:54:48 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54f25dc

package.mask: Mask media-plugins/vdr-xineliboutput for removal, #602820

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

diff --git a/profiles/package.mask b/profiles/package.mask
index a1292d691d9..566ff6948f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained in Gentoo. The current Gentoo version no longer builds.
+# Removal in 30 days. Bug #602820.
+media-plugins/vdr-xineliboutput
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained upstream. Seems to fail at Python. Depends on multiple
 # deprecated GNOME libraries.
 # Removal in 30 days. Bug #562416.



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

2017-06-05 Thread Michał Górny
commit: d5c8b496bf8c076637ed367143d185afc79e8154
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:12:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c8b496

package.mask: Mask sci-chemistry/gamessq for removal, #564104

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d4c14d2adf7..560a7a65d9a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Unmaintained in Gentoo. Requires old wxPython. GAMESS itself
+# is masked for removal already.
+# Removal in 30 days. Bug #564104.
+sci-chemistry/gamessq
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Abandoned upstream. Require obsolete GNOME libraries. Multiple
 # alternatives exist. Removal in 30 days.
 # app-dicts/gjiten -- bug #608404; alternative: app-dicts/gwaei



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

2017-06-05 Thread Michał Górny
commit: fa1d764c66f7dd39c6038655973fd64c93ee35dc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 16:44:58 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa1d764c

profiles/base: Mask gnome-extra/zeitgeist[icu] due deps

 profiles/base/package.use.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index a569f6ef91e..8a74d41f6ee 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -9,6 +9,11 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# dev-libs/dee is masked for removal, mask flags that requires it.
+gnome-extra/zeitgeist icu
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # www-apache/mod_python is masked for removal, mask flags that
 # require it.
 net-analyzer/check_mk livestatus wato



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

2017-06-05 Thread Michał Górny
commit: 3ec5dfaefbdbde22c8733831e9674972a0f1a751
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 16:38:42 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec5dfae

package.mask: Mask media-plugins/vdr-audiorecorder for removal, #575138

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 6e2f7293f6f..9c6fafdb7af 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Does not support ffmpeg-3. Maintainer is unable to solve that,
+# and nobody seems to be interested.
+# Removal in 30 days. Bug #575138.
+media-plugins/vdr-audiorecorder
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained in Gentoo. Security vulnerability.
 # Removal in 30 days. Bug #552628.
 dev-libs/libmimedir



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

2017-06-05 Thread Michał Górny
commit: fec22fea2241bad157e81bc59b8007f65a7c5b30
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 16:42:45 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fec22fea

package.mask: Mask www-plugins/pipelight for removal, #603282

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 9c6fafdb7af..8519e2290e6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,13 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Discontinued upstream. Plugins no longer get updates, resulting
+# in security vulnerabilities.
+# Removal in 30 days. Bug #603282.
+www-plugins/pipelight
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Does not support ffmpeg-3. Maintainer is unable to solve that,
 # and nobody seems to be interested.
 # Removal in 30 days. Bug #575138.



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

2017-06-05 Thread Michał Górny
commit: 4f6a5d5e0d9f2fb3d832532003727e571c651604
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 17:03:13 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 17:51:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6a5d5e

package.mask: Mask net-dialup/martian-modem for removal, #574026

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d9e5e3f48fe..3f9ded55745 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,12 @@
 
 # Michał Górny  (05 Jun 2017)
 # (on behalf of Treecleaner project)
+# Discontinued blob driver. Fails to build against modern kernels.
+# Removal in 30 days. Bug #574026.
+net-dialup/martian-modem
+
+# Michał Górny  (05 Jun 2017)
+# (on behalf of Treecleaner project)
 # Unmaintained in Gentoo. The current version is obsolete, and the new
 # versions cause issues preventing adding.
 # Removal in 30 days. Bug #368257.



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

2017-06-05 Thread Jason Zaman
commit: 874b64c01644050dc7d017145d61221c28539aa8
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Jun  5 16:22:26 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun  5 17:46:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874b64c0

sys-auth/consolekit: bump to 1.1.2 (bug 620894)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-auth/consolekit/Manifest|   1 +
 sys-auth/consolekit/consolekit-1.1.2.ebuild | 128 
 2 files changed, 129 insertions(+)

diff --git a/sys-auth/consolekit/Manifest b/sys-auth/consolekit/Manifest
index 9e317be2c9d..d60cbef5598 100644
--- a/sys-auth/consolekit/Manifest
+++ b/sys-auth/consolekit/Manifest
@@ -2,4 +2,5 @@ DIST ConsoleKit-0.4.6.tar.xz 366572 SHA256 
b41d17e06f80059589fbeefe96ad07bcc564c
 DIST ConsoleKit2-1.0.1.tar.bz2 1192681 SHA256 
741c53321a0792b165f386c73c668af25615accab6d15983290103348a3ff00c SHA512 
028e7347ff7293ebf3d08541d801e987cbc82fb31d98b67aa23e6dc28d00a422db9591c716c568320b6dde3fa01eb0b77b43c06d230f4bedd1085e078848a202
 WHIRLPOOL 
c555281cd177ed243b1beb3d07d2988d029d8d89cac5242d12dcc37270d2d7adb1d503eaeba2f466964b589c4d10b8f2f014fef7067b535a7be9a360612d0485
 DIST ConsoleKit2-1.1.0.tar.bz2 630178 SHA256 
a40d92358aca9f627a224dca674090e310423b00ed63fc06482997611661b69b SHA512 
14ded07d4140e7a31132de21e84c2878475676b8c98f72b42340708972ed384abb9ba9380d74719718fc220c001387c788cf709cd15f8b19d598467dfe8a57df
 WHIRLPOOL 
8f08d81576b5121b2da6cd94b3b5675ea55dce17997b035d0ba451c011b101f9e315e983b20610ee022ee286b50a7b13e2508584b9c08dba0c6cda20b8801a63
 DIST ConsoleKit2-1.1.1.tar.bz2 1372801 SHA256 
795b2cfb766bdffb9187ef7f8beb8d8298e4c38df4a69377115297a0dee3b0d0 SHA512 
168af9760e10914dff5e693d2c3b2e2a35b1662fc2769e2954eec0238f7f313ff154add650fa6f0f59e73e4e0aec2fe63ff62446a3c73c2d4437408e69aa97b6
 WHIRLPOOL 
cef8ac778923671f9bffe87ecd8045b30630578e2599d0ccf37ad8d8070b7c0ca6936e9837abc5fc1f7af5f119edfeae68d9a14199485936677a5faba09b0958
+DIST ConsoleKit2-1.1.2.tar.bz2 1125567 SHA256 
f4b26b45edf7416ed76052b8f85ea05b7b560c744edee8042575667528bc1f24 SHA512 
fadca85e05c176b06ead40fba5c068d497bf69bcc322287363d0c27cdd6627b758295db1ef534b908c0e6240486430d8cb36660b4d71216a60d19a52d6d0db39
 WHIRLPOOL 
b9655418498cb2b63a30d6d1a56f6afe0adf8f6ae3a6aa97fc55da8288fae588deea04ab868f0ef524e185696ad87a35aca6de8eb4e6cb32bc4ba729040e0cbb
 DIST consolekit_0.4.6-4.debian.tar.gz 12192 SHA256 
6d4dd5e13a76454b4bab27ab6b407718cd77616afd2b1af7cb8d947c1323b802 SHA512 
f7fc5965b1f495d16a8ca167940431bc2569e9bde9e4a356b9c9ed00c2825db61da7b6db3d434d977fff72b3aaef30c455a365b9eba282a887a523753613b58f
 WHIRLPOOL 
961a918c21259e24c68c7a5bf93964825b891ea207c088fecab61f81434012dc8925fca83b74518cfc9cf42f2c4a87eba7518c0829f663716ca0e11e38c856c9

diff --git a/sys-auth/consolekit/consolekit-1.1.2.ebuild 
b/sys-auth/consolekit/consolekit-1.1.2.ebuild
new file mode 100644
index 000..0ff201ad989
--- /dev/null
+++ b/sys-auth/consolekit/consolekit-1.1.2.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools libtool linux-info pam
+
+MY_PN=ConsoleKit2
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Framework for defining and tracking users, login sessions and 
seats"
+HOMEPAGE="https://github.com/ConsoleKit2/ConsoleKit2 
https://www.freedesktop.org/wiki/Software/ConsoleKit;
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE="acl cgroups debug doc evdev kernel_linux pam pm-utils policykit selinux 
test udev"
+
+COMMON_DEPEND=">=dev-libs/glib-2.40:2=[dbus]
+   >=sys-devel/gettext-0.19
+   sys-apps/dbus
+   sys-libs/zlib:=
+   x11-libs/libX11:=
+   acl? (
+   sys-apps/acl:=
+   >=virtual/udev-200
+   )
+   cgroups? (
+   app-admin/cgmanager
+   >=sys-libs/libnih-1.0.2[dbus]
+   )
+   evdev? ( dev-libs/libevdev:= )
+   udev? (
+   virtual/libudev
+   x11-libs/libdrm:=
+   )
+   pam? ( virtual/pam )
+   policykit? ( >=sys-auth/polkit-0.110 )
+   selinux? ( sys-libs/libselinux )"
+# pm-utils: bug 557432
+RDEPEND="${COMMON_DEPEND}
+   kernel_linux? ( sys-apps/coreutils[acl?] )
+   pm-utils? ( sys-power/pm-utils )
+   selinux? ( sec-policy/selinux-consolekit )"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/libxslt
+   virtual/pkgconfig
+   doc? ( app-text/xmlto )
+   test? (
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/xmlto
+   )"
+
+S=${WORKDIR}/${MY_P}
+
+QA_MULTILIB_PATHS="usr/lib/ConsoleKit/.*"
+
+pkg_setup() {
+   if use kernel_linux; then
+   # This is from https://bugs.gentoo.org/376939
+   use 

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

2017-06-05 Thread Jason Zaman
commit: f7b9cd8f190a3d171ba1edf1141843f7324c0a4a
Author: Jason Zaman  gentoo  org>
AuthorDate: Mon Jun  5 17:44:45 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun  5 17:46:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7b9cd8f

sys-auth/consolekit: update live ebuild

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 sys-auth/consolekit/consolekit-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/consolekit/consolekit-.ebuild 
b/sys-auth/consolekit/consolekit-.ebuild
index 1053ee4ea8a..602bd0d11b8 100644
--- a/sys-auth/consolekit/consolekit-.ebuild
+++ b/sys-auth/consolekit/consolekit-.ebuild
@@ -83,8 +83,8 @@ src_configure() {
$(use_enable policykit polkit) \
$(use_enable evdev libevdev) \
$(use_enable acl udev-acl) \
-   $(use_enable cgroups) \
-   $(use_enable selinux) \
+   $(use_enable cgroups libcgmanager) \
+   $(use_enable selinux libselinux) \
$(use_enable udev libudev) \
$(use_enable test tests) \
--with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \



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

2017-06-05 Thread Manuel Rüger
commit: e0ced691415e8f01e2a7247172c2540fa0376f68
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun  5 17:42:27 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun  5 17:42:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ced691

dev-python/whelk: Add tests, add python3_{5,6}

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/whelk/whelk-2.7.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/whelk/whelk-2.7.1.ebuild 
b/dev-python/whelk/whelk-2.7.1.ebuild
index 2da1fa7233f..62139f41888 100644
--- a/dev-python/whelk/whelk-2.7.1.ebuild
+++ b/dev-python/whelk/whelk-2.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
@@ -16,5 +16,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
+python_test() {
+   ${EPYTHON} -m unittest discover || die
+}



[gentoo-commits] proj/hardened-refpolicy: New branch: next

2017-06-05 Thread Jason Zaman
commit: 
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun  5 17:41:04 2017 +

New branch: next




[gentoo-commits] proj/hardened-refpolicy: Branch deleted: next

2017-06-05 Thread Jason Zaman
commit: 
Commit: Jason Zaman  gentoo  org>
CommitDate: Mon Jun  5 17:40:11 2017 +

Branch deleted: next




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

2017-06-05 Thread Manuel Rüger
commit: 1fa55d7af99531e1058e7b0e6d8e65d4e3a10b1d
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Jun  5 17:39:39 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Jun  5 17:39:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa55d7a

sys-apps/pcsc-lite: Add python3_{5,6}

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild 
b/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild
index 2dbff6f0639..708ceb1c43a 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.21.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit python-single-r1 systemd udev user multilib-minimal
 



  1   2   3   >