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

2017-05-11 Thread Hans de Graaff
commit: b5de4c3e3bf50a5ea24bbc028be591357214ec55
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 06:03:20 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5de4c3e

dev-ruby/rack: add 1.6.6, 2.0.2

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rack/Manifest  |  2 ++
 dev-ruby/rack/rack-1.6.6.ebuild | 47 +
 dev-ruby/rack/rack-2.0.2.ebuild | 44 ++
 3 files changed, 93 insertions(+)

diff --git a/dev-ruby/rack/Manifest b/dev-ruby/rack/Manifest
index e0af79b1deb..6b6198e7d31 100644
--- a/dev-ruby/rack/Manifest
+++ b/dev-ruby/rack/Manifest
@@ -2,4 +2,6 @@ DIST rack-1.4.7.gem 204800 SHA256 
fa06e970605808834fc7e5a8b9babd4871d7d4c23a4d9d
 DIST rack-1.5.5.gem 216576 SHA256 
4ae4a74f555008ecc541060515c37baa9e16f131538447a668c0bf52117c43b7 SHA512 
7b8ea669c55fa94801aae20612076db702837194bc602c64bec1085836712806a081504b37e4c545bcccf0337e7afc0ad9dca3c1258260fde5f3ec505247056a
 WHIRLPOOL 
3eed7d4befb678d1b89f2dd8f03b119ab23f6155c9fdc55d545a02a23fd718d436ca5ff880bec1a17ee7927183aed1d298cef97c1737cf88a315161a2f4ab37e
 DIST rack-1.6.4.gem 228864 SHA256 
455ec4545a54b40dae9937bc5f61ee0e32134191cc1ef9a7959a19ec4b127a25 SHA512 
304a6ae21bfd38008fd7d147f82c44397f3a1d2e689bd01de689aedc6ea0e8784605207fd314bc796974edc5dfcab81636664ea2becb0489302999f99501d41a
 WHIRLPOOL 
e99b545a783eaf09bc1c0cf3b4abfafa3341980cfebf1840e25ab25d5801d911da7dfbb232f70df291b7494cc8f8c089fe8a654502aa808850801c02b1e481c6
 DIST rack-1.6.5.gem 229376 SHA256 
ff9d8fc9e89af3f59ba1708d5dec642e3ec421dbeca567bc460b5b8ba0efe48c SHA512 
469711832b9a2a4a5816607712a0dfe4c59fae5c4cfa37819f0f2b695f477a56040bb71d48ef7c05bad32cd48c02b8c20402d59f84acd299d5266858ff9bbf04
 WHIRLPOOL 
f2625c8861f822e668d16f8972157107149aad87e5e4205037aba50c9db1a6187538c99cb2e49b4e0a910c8b00eff5359af946a23539d438af679c2843b22817
+DIST rack-1.6.6.gem 229888 SHA256 
5d098ff67ab8c44a9a9007a445fac67db7f53075d943bda0ec6439fc64366d1c SHA512 
d44c48b75b36695373492bcb1f1830c5c5ff74092267863da8fd9dd0ab974f2e4be6d9e488c4afab1335699d3f2dc1359c44796255623dba3e024c0d78aa6732
 WHIRLPOOL 
ef8e5a3f07e0609af848b784ad8499b5d78baae38be54d8f781d2a1d440e794a7224033fe25ba8d8c5972139070cf0aedc13223bc43febc67c4efadab60414bc
 DIST rack-2.0.1.gem 253952 SHA256 
61f78033bf5b1cd0221549ecce7c7b73205d4634b0e63c66e1f295dcf3c26b14 SHA512 
6ad5060ce56e279eb01029a699e86ee3f3cd6fe15b282f4c38ecc095d8bdf359dee0ff3fbe699bcac0e4765da7758fa5161f3c939da71a77eaf3fe3bc79bea1d
 WHIRLPOOL 
34c292aab8997f1a1d8ee0a8c228ecc0b517996d3c610ff4e07a1d535d065447af949d4f534cc94c746e976c4d5d4e9b1277306758d4a030450f6b68e37e4ea1
+DIST rack-2.0.2.gem 254464 SHA256 
b9009b9acbefd85bea220ca13011e6f0f76630169289d9e433a0558dc73542d2 SHA512 
c5ffe7fc83eab5f96cbf4b25869e8a0a2e2d8b60544a6186cd6eff9b2b645b36678bb0c9390f90b9cf316bfa0f27f1731c0bcf9560d654e3ce6b8c97855db2bc
 WHIRLPOOL 
25bfc823117ebf7bf8f689742003c24281def10c618c084a2d8ceebe7428a8607ea9be51232d784ed8ee5396011cf055f794b020bfce86c7c2d4593ef4ef2b09

diff --git a/dev-ruby/rack/rack-1.6.6.ebuild b/dev-ruby/rack/rack-1.6.6.ebuild
new file mode 100644
index 000..bce1580b6d5
--- /dev/null
+++ b/dev-ruby/rack/rack-1.6.6.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="HISTORY.md KNOWN-ISSUES README.rdoc SPEC"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem eutils versionator
+
+DESCRIPTION="A modular Ruby webserver interface"
+HOMEPAGE="https://rack.github.com/";
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.6-rewindable-ruby23.patch )
+
+ruby_add_rdepend "virtual/ruby-ssl"
+
+# The gem has automagic dependencies over mongrel, ruby-openid,
+# memcache-client, thin, mongrel and camping; not sure if we should
+# make them dependencies at all.
+ruby_add_bdepend "test? ( dev-ruby/bacon )"
+
+# Block against versions in older slots that also try to install a binary.
+RDEPEND="${RDEPEND} !https://rack.github.com/";
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )
+
+ruby_add_rdepend "virtual/ruby-ssl"
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 dev-ruby/concurrent-ruby )"
+
+# The gem has automagic dependencies over mongrel, ruby-openid,
+# memcache-client, thin, mongrel and camping; not sur

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

2017-05-11 Thread Hans de Graaff
commit: a160f8536a2e7f57d639e5ff860aefd4daea18c3
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 05:50:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a160f853

dev-ruby/bunny: add 2.7.0

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/bunny/Manifest   |  1 +
 dev-ruby/bunny/bunny-2.7.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/bunny/Manifest b/dev-ruby/bunny/Manifest
index 517711966b5..6bc8d8d2d16 100644
--- a/dev-ruby/bunny/Manifest
+++ b/dev-ruby/bunny/Manifest
@@ -1,3 +1,4 @@
 DIST bunny-2.6.3.gem 189440 SHA256 
99229e9e9ba5e7cdbfb6a1d7110dd289b1325bfa75b7a6a36aadf5dbb8123f91 SHA512 
1df6e2bda32423e7bbfdf81a0bbe3af928996b5cca50e0396a652011eb9e3735aef9ca5e343180cde8c4e2129573c9860f1d70b2189d8f120c4ea7daf0db471a
 WHIRLPOOL 
f4bad63668ddc6648151ea30440d393e409e27f9e91a59f16a0822b185d97e8334692893089e3c440a0f65aff3aa91a57f054617c0b4c8148654611cd88e487c
 DIST bunny-2.6.4.gem 195584 SHA256 
799fafa8980af8cda81376c098cfa2237402d1fda15d365aa2863704fe320304 SHA512 
7ccd5389a816e1ef863d5b7e6cf410fe3ce85077c5bbf2806d15fb0f625b3740b349b828e552a72923c7a9183956f9731b22c404a349d1e4cad608395b8cef1a
 WHIRLPOOL 
1ba9ca97e06a5b388346402a232c5a75186e5d6791251424811966d8ed9d2c660e23563c6ed9168368933bd220d335e1b0174d34cddf71524f6036074e80dbe1
 DIST bunny-2.6.5.gem 198144 SHA256 
c400c6dda078e8a57c6273a671518d344c8832f1191a747d0420f511b8f56a1d SHA512 
e1e15e12d7d36c0022ba4da4b2a934688054756fee7fb8e11b43532ce0be12aea37a6224e81602b0b27b0952dd014f1d2f59f4bb8d28b484e1d48dc2bfa89f3a
 WHIRLPOOL 
f9eb84322d3d816b9fda0e95f9eeff199471be87f7471a0b1ba2d8a214d1e8eb4b5c0f1de11989f57e2605d6e50c27c24e6904b031b0014b62877c15df3a21a4
+DIST bunny-2.7.0.gem 198144 SHA256 
0c1c54e0b0597d9f2663574a0ef6e104976126912a073239a782d79d587101e9 SHA512 
dc44ce5a8b05fe7bd68a9d6fe8c7d0bb7f7ead3500582ff273dcdabba8e9ff104f3f2b0990c004d9217839881d1e3a79494d211b32723a866655d1e0bec2899c
 WHIRLPOOL 
c00f57d6a36c3cf9422b5af24e9061f9717f142e9fa6fc9bd3674120e97173e434ec6261ad1a3199c41a81c70cf6ce28b1769c51f8ebe7658fbc0bb2383af97d

diff --git a/dev-ruby/bunny/bunny-2.7.0.ebuild 
b/dev-ruby/bunny/bunny-2.7.0.ebuild
new file mode 100644
index 000..76be6caf7ae
--- /dev/null
+++ b/dev-ruby/bunny/bunny-2.7.0.ebuild
@@ -0,0 +1,33 @@
+# 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_TASK_DOC=""
+
+# Tests require a live AMQP server.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Another synchronous Ruby AMQP client"
+HOMEPAGE="https://github.com/celldee/bunny";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/amq-protocol-2.2.0:2"
+
+all_ruby_install() {
+   all_fakegem_install
+
+   insinto /usr/share/doc/${PF}
+   doins -r examples || die
+}



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

2017-05-11 Thread Hans de Graaff
commit: 496ed6f512d28984ea1356fdb95a82454d2256ce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 06:27:34 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496ed6f5

dev-ruby/roadie: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/roadie/Manifest|  2 --
 dev-ruby/roadie/roadie-3.1.1.ebuild | 28 
 dev-ruby/roadie/roadie-3.2.0.ebuild | 28 
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/roadie/Manifest b/dev-ruby/roadie/Manifest
index c0af7cfa724..8277236222e 100644
--- a/dev-ruby/roadie/Manifest
+++ b/dev-ruby/roadie/Manifest
@@ -1,3 +1 @@
-DIST roadie-3.1.1.tar.gz 44551 SHA256 
3e1ebaf83e06c85ef6c7b75c9c7245d28d407844ed4e434f4450489edbd98240 SHA512 
98faf4714da280722ce4c0a3b56f15201944769ed73111df2e60cf51a47e539b2381fe97503ff533a4c3b630f32c638927e25a3b55f882b78f565fddb94e2580
 WHIRLPOOL 
e6f0b077d78ac998a5b0a251ecc1e8b531ad3805daedde8d35a5ddf862cee2d1303a3cd16b66cc3db11d9b0a9bf66da123a6cda69bbbfc3b061e88ebaac458a4
-DIST roadie-3.2.0.tar.gz 45437 SHA256 
c4e5ad84d4ccdc8afa70260ee4f38b974091b3ab23a8ce106dbe31bed715bae2 SHA512 
88d2961f223c46321b07497983eb4f6cfd19c35862fcc323391c7d924a388057335a2f8d71d72feda6186944b832d2e80e91152fc1794c8b15636009ae78f76b
 WHIRLPOOL 
b6408848a6f90752c5f86e1b980442dc7c0589def85f5d3ba0ceb411926e0e0da770646711fdae04b1e7c4d4caa73ca754c1975715e138cdc6f08a10ce023ccf
 DIST roadie-3.2.1.tar.gz 45484 SHA256 
26d0adcd9a72b87711e96fc909740158f0e4c66911353eaae2c77f1e6be8b4a8 SHA512 
01f96e661212c67f4e7a30703730ac92691c339900f35ea767db1e5458cbb1336063424c176927608afe3e72b91313164bb4e1b5f929ad43ad2270659dd25891
 WHIRLPOOL 
17dca9ff0a50933b8cd2d4dbc659fda79ad6409556025d274239ae31ba66736516aa6396ba00098e386c1ae5cbd002341bc9d7e2c6c83899229e13224aea285d

diff --git a/dev-ruby/roadie/roadie-3.1.1.ebuild 
b/dev-ruby/roadie/roadie-3.1.1.ebuild
deleted file mode 100644
index 400383a32c3..000
--- a/dev-ruby/roadie/roadie-3.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Making HTML emails comfortable for the Rails rockstars"
-HOMEPAGE="https://github.com/Mange/roadie";
-SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.0
-   >=dev-ruby/css_parser-1.3.4"
-ruby_add_bdepend "test? ( dev-ruby/rspec-collection_matchers )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-}

diff --git a/dev-ruby/roadie/roadie-3.2.0.ebuild 
b/dev-ruby/roadie/roadie-3.2.0.ebuild
deleted file mode 100644
index 407586b9490..000
--- a/dev-ruby/roadie/roadie-3.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Making HTML emails comfortable for the Rails rockstars"
-HOMEPAGE="https://github.com/Mange/roadie";
-SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.0
-   >=dev-ruby/css_parser-1.4.5 =dev-ruby/css_parser-1.4*"
-ruby_add_bdepend "test? ( dev-ruby/rspec-collection_matchers )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" Rakefile || die
-}



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

2017-05-11 Thread Hans de Graaff
commit: 653a7fe647c66cdaa497acd32f7af4015a461db9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 05:47:10 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653a7fe6

dev-ruby/actionpack-xml_parser: add 2.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/actionpack-xml_parser/Manifest|  1 +
 .../actionpack-xml_parser-2.0.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/actionpack-xml_parser/Manifest 
b/dev-ruby/actionpack-xml_parser/Manifest
index bdd5879b251..addaa63aeab 100644
--- a/dev-ruby/actionpack-xml_parser/Manifest
+++ b/dev-ruby/actionpack-xml_parser/Manifest
@@ -1,2 +1,3 @@
 DIST actionpack-xml_parser-1.0.2.tar.gz 6623 SHA256 
6bed4e15ba11ed4bb33eacae77f15b78a78a0b81a6196203377208d5785178a2 SHA512 
6fb9323b2632059d6c253083dfe6a09c413d4a5f7d622457402db95529ccad6d28b0471b01f4555c4e448b65183e6d07ef639de994c47c4858d2bfe5318aaa0b
 WHIRLPOOL 
48f3fccf9207840ac1459026ea094f4c72af68e4b7904a21c9db40f735f9f9ccef5be84bc47e7687ee424ebcde17d3553db95eb2cf88cfe05a0fafbbe46b2e55
 DIST actionpack-xml_parser-2.0.0.tar.gz 6499 SHA256 
f2aafb0c9e935ce6b7b25a8c947d46fef4dd091e145b6f93cb8a7d7d4d638a5d SHA512 
fb1a9c551a3ff6751e0b9e95b1c667ef5dd6da50b4e5cf4d010468f76d022cb437b20a02e8ee795da757de98e3e45e8b71b9f37f2c0dc16f1a338f8d335d712f
 WHIRLPOOL 
6e30ed00ab7a579bef827ed52276a8fb98a0f95b90dc8408e72b98d910d08645ec4c06e42a54e4b5b3c077501847176638112c0b8694919b5ca72138e4ae7435
+DIST actionpack-xml_parser-2.0.1.tar.gz 6494 SHA256 
d9e43954a605dc712b1cd080db94c26da09cc4c4fe2ce1ad087d47609035b841 SHA512 
a240e59178722025a0c967cfc2f63ca1ed8a2aff55ad913652f06018b712a7009eecd915f494dc4087de12ad5dbe5a0f3c7290fc530a2e475b39318520809112
 WHIRLPOOL 
34acdf10558f03ce461506ce8097e2795eb6e2a5262cae7c26bf554b933095dfbe58f17af11dd06bddf3372258b3b786d859309a3810a6bd5ab307a947c955f6

diff --git a/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild 
b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
new file mode 100644
index 000..102baa46a2f
--- /dev/null
+++ b/dev-ruby/actionpack-xml_parser/actionpack-xml_parser-2.0.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="XML parameters parser for Action Pack (removed from core in Rails 
4.0)"
+HOMEPAGE="https://github.com/rails/actionpack-xml_parser";
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="2"
+IUSE=""
+
+ruby_add_rdepend "=dev-ruby/actionpack-5*:* =dev-ruby/railties-5*:*"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile test/helper.rb || die
+   sed -i -e '1igem "actionpack", "~>5.0"' test/helper.rb || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:.:test -e "Dir['test/*_test.rb'].each{|f| require f}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/

2017-05-11 Thread Hans de Graaff
commit: ef983438f2e88280f7fe298ca362a219d2ac6ba6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 06:07:23 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef983438

dev-ruby/rails-dom-testing: add 2.0.3

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rails-dom-testing/Manifest|  1 +
 .../rails-dom-testing-2.0.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/Manifest 
b/dev-ruby/rails-dom-testing/Manifest
index 5c4a7dbffe8..21fbba2f0e0 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,2 +1,3 @@
 DIST rails-dom-testing-1.0.8.gem 17408 SHA256 
19dd4498c8e203b6c7747d0261d961354712e6f67bc74bdecf4060d8e5aac7db SHA512 
313ee52e68878264122aeeb264f2a25eed3b7b1122e1e7ebe0223407e67b6c17e1ce98e6822b5a28fc8b0f3457bbdbe7e3f60cc9d03447a0a1034c151392dab4
 WHIRLPOOL 
9451a5c6f9f61493441824e745c03dd4b0b2979a81306327feee9f4f9ea5b03a0aeec62a85626db4014e627bcbcf9b0085e3c79f273f15eacda21e93118010e1
 DIST rails-dom-testing-2.0.2.gem 14336 SHA256 
7b7a3813b3ae83d450a7d16a80d5f3f38585b5589a28084443fa9c1b492635d8 SHA512 
8a4648de9c1384de66e5fbbdc4558688868b0403f7a2b7fe1ba00d920520c488288b144e470a91e7b29234fe0d8501d81f1e58a711a65feaaa955c5cd6220a93
 WHIRLPOOL 
1d384ffe55b983d12024eeddd70cb84a929c4e436f7a565c2b072d118322c3addb37389c9ff6de520d40cffa5efa11ffa8f9d3e8cf3b49310e5ece228c95b1fa
+DIST rails-dom-testing-2.0.3.gem 14336 SHA256 
b140c4f39f6e609c8113137b9a60dfc2ecb89864e496f87f23a68b3b8f12d8d1 SHA512 
910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72
 WHIRLPOOL 
9fdeb5ce9bf80e65a2583b35d05b0a6e2341b1e935ffe93caa4e441fffe1f4cbe2efd09a6d4fcfca6bca1e3b0748cf6f9804a746e968d02838fb92373f3bc3fa

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild
new file mode 100644
index 000..372f5ce9665
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3.ebuild
@@ -0,0 +1,26 @@
+# 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_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Compare doms and assert certain elements exists in doms using 
Nokogiri"
+HOMEPAGE="https://github.com/kaspth/rails-dom-testing";
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/activesupport-4.2.0:*
+   >=dev-ruby/nokogiri-1.6"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}



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

2017-05-11 Thread Hans de Graaff
commit: 05574c4f9ee7c7a2378885acd161fcc51fc4feae
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 05:57:31 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05574c4f

dev-ruby/minitest: add 5.10.2

Package-Manager: Portage-2.3.5, Repoman-2.3.1

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

diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest
index 143c6574c79..d5d19a6643c 100644
--- a/dev-ruby/minitest/Manifest
+++ b/dev-ruby/minitest/Manifest
@@ -1,5 +1,6 @@
 DIST minitest-4.7.5.gem 57856 SHA256 
3e0ac720a6d0787b4c822514739319493e187400e993fba96397bd64d58ae60e SHA512 
7ea0a52d37f4631fb8b11d4389da2123e4207093f7b34c497fced8729c9086faaa35e997debdb53b694e05eb52b16e843960f0b54515c32207f87161a76c3851
 WHIRLPOOL 
49bbc557d62053b58208e6aef13dba085f393dbecd731b2915a0b885393ba2b4f1a612b46a018442d2f4fcfda9dfbe3025ae72d2946106a589623748fa4b382d
 DIST minitest-5.10.1.gem 74240 SHA256 
4bf1fcf3306977f97348ff3c46520191a853c2637628aea20db55c7035aa62fa SHA512 
16faeb391e80cb25ebf7a1d48cfbe4c1497b7a0a34f626872ee98b9a51cf1b9c0580aca7a25d901a156daf5d54afbfda5192f29f9e255f4cd96e9ebeba8d1295
 WHIRLPOOL 
95e25bdf07c32b5205f4c4602c2a81f69b929f2da29c0cfbab8316a7c217a6a27f87fa06f88d5088ca06fc06e976da0c3d9f1e2bf83e692ce261735bf279699d
+DIST minitest-5.10.2.gem 75264 SHA256 
be02bab5ab57b63520829d42fbded3d00ac420096c583b7db377c3689d41be86 SHA512 
f2a0ee13166cd6cb2cebc1f075347f205ac14e03943b2cccff7eadd34d09f2fb8ea0a6c764f20a84efef6463f4101a998110809c81c385225b4f72eb5da687d2
 WHIRLPOOL 
aa702445b9ea5fe923e13b8e1e49941e7a7293336fdcb0e194ec1c416f314a0cc0de983fe110accf91c315d932e60c9fcac93202b662a9d7c2550347c80afffc
 DIST minitest-5.3.3.gem 67072 SHA256 
b17c560235e6ab96ed243d7a821e4370af1316ad7a845188d22c56d7d71302d4 SHA512 
e1ea2cea5b61231b3074aea1dfb15b104a4e8a6b361d274194b6876401c29f839be618eb7c0448a42bc51ce57f0c2fcd84a72d1b0e0ba034ec5ffe6fbf2ae509
 WHIRLPOOL 
66c72352b2cdc494be4b2b0aac49153bce9d37c0dbcc9bb0eec4f4759d3f61fd12bbbda0a2a7f26bb75741033a4208da02f1f1a892ff3819bb597218d45f
 DIST minitest-5.8.4.gem 72192 SHA256 
2ad73ec73ef54719efba24961a36ad3a65c0bff9cb5d9fda4ddaba2a38b8d416 SHA512 
92569e41e334f209260ac77f9157f1dac8824111c6a810d954f7c66d24cf7a16d7d874186288580bf1f800889d8bdfc80437691d91208990878c295e14c1f906
 WHIRLPOOL 
02d23b3c96811ab163247bda437e0de163afc8029494c326018a43edab203d9789afbaafdea0794e7e4fc496e338c79859c5e0935634e011b17382627b467237
 DIST minitest-5.9.0.gem 73216 SHA256 
94660b4c3907ec4374a8c6980f63eb26644efe35c05b571567ce6d11c271dfbd SHA512 
955dc682d4bcec38e8a99c0f40e04ff464316ad7fd69c533b59c26889c62a24ab554d5620cf5c1e14934e52b732acf073eee9f93b9f838fc72bf1c9ef832fd68
 WHIRLPOOL 
3e44ed0b0398da58be4c7c6f39ee11a03f15c46684a4d685644ea2f631954593d62cf9658be16e13468fd17dd94a233d7bb2257a6baf93d9d336e33162baad01

diff --git a/dev-ruby/minitest/minitest-5.10.2.ebuild 
b/dev-ruby/minitest/minitest-5.10.2.ebuild
new file mode 100644
index 000..8a531e8dee7
--- /dev/null
+++ b/dev-ruby/minitest/minitest-5.10.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and 
slow test/unit"
+HOMEPAGE="https://github.com/seattlerb/minitest";
+
+LICENSE="MIT"
+SLOT="5"
+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_test() {
+   ${RUBY} -Ilib:test:. -e "Dir['**/test_*.rb'].each{|f| require f}" || 
die "Tests failed"
+}



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

2017-05-11 Thread Hans de Graaff
commit: 50ab854c86badd3d55c892a3e13dd0ab405a34b5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 05:55:24 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ab854c

dev-ruby/lumberjack: add 1.0.12

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/lumberjack/Manifest |  1 +
 dev-ruby/lumberjack/lumberjack-1.0.12.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-ruby/lumberjack/Manifest b/dev-ruby/lumberjack/Manifest
index 7d581c9e984..04dcac31ff4 100644
--- a/dev-ruby/lumberjack/Manifest
+++ b/dev-ruby/lumberjack/Manifest
@@ -1,2 +1,3 @@
 DIST lumberjack-1.0.10.gem 25600 SHA256 
64eb76f7898436256c359dc8ee54924d8fe24f35159ff553e0a9243c90449e46 SHA512 
5800b0324d33b7481d69fe2d05805eff358f91807477e052d8c815d61ff5ebc1b9879e8914de0bc911b9bada4dc7448f180af0538fc108b6e79a19ce104805e4
 WHIRLPOOL 
a860707819a3926af64f8d8cd8f547661e1d207dfbf7fafb0cfaa1cfc9a5e71d712b308b8e2487010ef3cd61874da032dfae2dc626d9b2225ed7cb1b0f951f78
 DIST lumberjack-1.0.11.gem 25600 SHA256 
e180a5bfc89d5719ef7b360761643b203b95939178908175f73344799b2de800 SHA512 
0826338190c393f8cc9fdd74e3b99ec6305c1e87cb511f5d5206b2fd160c7b58f448249473a512abf74c9e8039b125c605fbc5f34f24f70d2dc423aaf212
 WHIRLPOOL 
3afd4eb4a54e127afb49333d77d96d28897bd6fda51c173d52b8e40d8c5ebed9d622bf827f8dc2c2243b5ef1f43303059873de66177cfa100fd69883e4ad117a
+DIST lumberjack-1.0.12.gem 26112 SHA256 
77c5dbc7d07522d18014cb5637b350c779c17be06d57ba71e8b28158d334e27b SHA512 
db5bdaa4101cea2c5f7390e1a23c9c91acf09fd453e77bbb12f5dfe4d87b0632a63f3513d848f38bf4182529601df539ace533a0f667e935662797fac916b042
 WHIRLPOOL 
eff0032c70b7d90bb5d65e2d4d7a40843df7dea792883d51d6f5da92d9b646331124f9cfae4defcd1cc17904e3445bd96dddafb976f30a869262ec93decf5030

diff --git a/dev-ruby/lumberjack/lumberjack-1.0.12.ebuild 
b/dev-ruby/lumberjack/lumberjack-1.0.12.ebuild
new file mode 100644
index 000..b02328ca49f
--- /dev/null
+++ b/dev-ruby/lumberjack/lumberjack-1.0.12.ebuild
@@ -0,0 +1,21 @@
+# 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_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple, powerful, and very fast logging utility"
+HOMEPAGE="https://github.com/bdurand/lumberjack";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/timecop-0.8 )"



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

2017-05-11 Thread Hans de Graaff
commit: 23bd978cafa2a92cddd458131c0e9300a43fd118
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 05:58:17 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bd978c

dev-ruby/rack: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rack/rack-1.6.4-r1.ebuild | 45 
 dev-ruby/rack/rack-1.6.4-r2.ebuild | 47 --
 2 files changed, 92 deletions(-)

diff --git a/dev-ruby/rack/rack-1.6.4-r1.ebuild 
b/dev-ruby/rack/rack-1.6.4-r1.ebuild
deleted file mode 100644
index ebe6cdf52be..000
--- a/dev-ruby/rack/rack-1.6.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="HISTORY.md KNOWN-ISSUES README.rdoc SPEC"
-
-inherit ruby-fakegem eutils versionator
-
-DESCRIPTION="A modular Ruby webserver interface"
-HOMEPAGE="https://rack.github.com/";
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.6-rewindable-ruby23.patch )
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-# The gem has automagic dependencies over mongrel, ruby-openid,
-# memcache-client, thin, mongrel and camping; not sure if we should
-# make them dependencies at all.
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-# Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !https://rack.github.com/";
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.6-rewindable-ruby23.patch )
-
-ruby_add_rdepend "virtual/ruby-ssl"
-
-# The gem has automagic dependencies over mongrel, ruby-openid,
-# memcache-client, thin, mongrel and camping; not sure if we should
-# make them dependencies at all.
-ruby_add_bdepend "test? ( dev-ruby/bacon )"
-
-# Block against versions in older slots that also try to install a binary.
-RDEPEND="${RDEPEND} !

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

2017-05-11 Thread Hans de Graaff
commit: 635b47c78f0c7dd8e46c89330207691b619f901f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 06:33:59 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635b47c7

dev-ruby/roadie: install correct gemspec file

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/roadie/roadie-3.2.1-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/dev-ruby/roadie/roadie-3.2.1-r1.ebuild 
b/dev-ruby/roadie/roadie-3.2.1-r1.ebuild
new file mode 100644
index 000..53b5ccada52
--- /dev/null
+++ b/dev-ruby/roadie/roadie-3.2.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby21 ruby22 ruby23"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Making HTML emails comfortable for the Rails rockstars"
+HOMEPAGE="https://github.com/Mange/roadie";
+SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.0
+   >=dev-ruby/css_parser-1.4.5 =dev-ruby/css_parser-1.4*"
+ruby_add_bdepend "test? ( dev-ruby/rspec-collection_matchers dev-ruby/webmock 
)"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e 's/git ls-files/find . -type f -print/' 
${RUBY_FAKEGEM_GEMSPEC} || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/

2017-05-11 Thread Hans de Graaff
commit: 5a6de458c7343ee7ccb46dcb383284eba8f7306b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri May 12 06:04:28 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri May 12 06:36:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6de458

dev-ruby/rails-dom-testing: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 dev-ruby/rails-dom-testing/Manifest|  3 ---
 .../rails-dom-testing-1.0.7-r1.ebuild  | 27 --
 .../rails-dom-testing-1.0.7.ebuild | 27 --
 .../rails-dom-testing-2.0.0.ebuild | 26 -
 .../rails-dom-testing-2.0.1-r1.ebuild  | 26 -
 .../rails-dom-testing-2.0.1.ebuild | 26 -
 6 files changed, 135 deletions(-)

diff --git a/dev-ruby/rails-dom-testing/Manifest 
b/dev-ruby/rails-dom-testing/Manifest
index dadcb70bcab..5c4a7dbffe8 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,5 +1,2 @@
-DIST rails-dom-testing-1.0.7.gem 17408 SHA256 
6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 
2b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b
 WHIRLPOOL 
47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1
 DIST rails-dom-testing-1.0.8.gem 17408 SHA256 
19dd4498c8e203b6c7747d0261d961354712e6f67bc74bdecf4060d8e5aac7db SHA512 
313ee52e68878264122aeeb264f2a25eed3b7b1122e1e7ebe0223407e67b6c17e1ce98e6822b5a28fc8b0f3457bbdbe7e3f60cc9d03447a0a1034c151392dab4
 WHIRLPOOL 
9451a5c6f9f61493441824e745c03dd4b0b2979a81306327feee9f4f9ea5b03a0aeec62a85626db4014e627bcbcf9b0085e3c79f273f15eacda21e93118010e1
-DIST rails-dom-testing-2.0.0.gem 13824 SHA256 
dfe5b894167bdb5dcd24e679a6efe8bb03ca471ed7237b1f873920cfaaa730ea SHA512 
87c01525487bf8f7c76f250a3732e9608954f1c96f02ff4aed7011db760f299221cba78abd68a0b8016d7478ce695fa86c028e433e3014797aa439feaa63b89f
 WHIRLPOOL 
627cd589009c869176e1b88207f3335bf1eb1a475183e14217e3fd813b2dbc3dcc013a519519ea77dbfcff41f741b117975a74b327a9ead85cb660cc14f61a9f
-DIST rails-dom-testing-2.0.1.gem 13312 SHA256 
b108ebe8d0b61729921e1380983f663912edcf90e8dec822dae9001a9b3d4e97 SHA512 
1073c69e67df2799d12a8c46b2be852d764f2f4eaeb631062f1e735c8e64bf4f42fccd19e973543f83eb101f31083a361631e3395b7194fa318c52a217f49467
 WHIRLPOOL 
cefd2b86faccfcfca585ee47a7a3cb34a6cb68a3f8a8269e08fdaf4267c51b7d97a7475e838b347cca432ce44ca50d764c1ba37013af4ddb9c5b77a013e40276
 DIST rails-dom-testing-2.0.2.gem 14336 SHA256 
7b7a3813b3ae83d450a7d16a80d5f3f38585b5589a28084443fa9c1b492635d8 SHA512 
8a4648de9c1384de66e5fbbdc4558688868b0403f7a2b7fe1ba00d920520c488288b144e470a91e7b29234fe0d8501d81f1e58a711a65feaaa955c5cd6220a93
 WHIRLPOOL 
1d384ffe55b983d12024eeddd70cb84a929c4e436f7a565c2b072d118322c3addb37389c9ff6de520d40cffa5efa11ffa8f9d3e8cf3b49310e5ece228c95b1fa

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7-r1.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7-r1.ebuild
deleted file mode 100644
index f5c552d4c08..000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Compare doms and assert certain elements exists in doms using 
Nokogiri"
-HOMEPAGE="https://github.com/kaspth/rails-dom-testing";
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-   dev-ruby/activesupport:4.2
-   >=dev-ruby/nokogiri-1.6.0 =dev-ruby/nokogiri-1.6*
-   >=dev-ruby/rails-deprecated_sanitizer-1.0.1"
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
-}

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild 
b/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
deleted file mode 100644
index 03dc55796ad..000
--- a/dev-ruby/rails-dom-testing/rails-dom-testing-1.0.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Compare doms and assert certain elements exists in doms using 
Nokogiri"
-HOMEPAGE="https://github.com/kaspth/rails-dom-testing";
-
-LICENSE="MIT"
-SLOT="1"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux"
-IUSE=""
-
-ruby_add_rdepend "
-   dev-ruby/activesupport:4.2
-   >=dev-ruby/nokogiri-1.6.0 =dev-ruby/nokogiri-1.6*
-   >=dev-ruby/ra

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

2017-05-11 Thread Matt Thode
commit: ba392c0b5fa22ad47cc652c92a449cd62853ad85
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 12 06:15:36 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 12 06:15:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba392c0b

app-admin/puppet-agent: cleanup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/puppet-agent/Manifest|   6 --
 .../puppet-agent/puppet-agent-1.10.0-r1.ebuild | 111 -
 app-admin/puppet-agent/puppet-agent-1.8.2.ebuild   | 102 ---
 .../puppet-agent/puppet-agent-1.8.3-r2.ebuild  | 105 ---
 app-admin/puppet-agent/puppet-agent-1.9.1.ebuild   | 105 ---
 5 files changed, 429 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index d3176de1e12..902b83d08d2 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -2,11 +2,5 @@ DIST puppet-agent_1.10.0-1xenial_amd64.deb 16335972 SHA256 
06549935539c28cba369e
 DIST puppet-agent_1.10.0-1xenial_i386.deb 16086120 SHA256 
6f491fb46c40be4a57d95e284116f1056779cad8a20ee31be5f27f02e720f2b0 SHA512 
80f3ae5d0f43d4a9f73c578e6b07ce503d995133c45a63fc37395e9f3a3b60cd9628a071d0c00a11642afa531f732e42ec24d9823224257aeebbe2c6a0dd2177
 WHIRLPOOL 
2a41098ae48ceec4ba8d38c67fddccbea6860c4a1275236be4de002344c5f5fd765e9c51c59cf112e03ec631559680703d2d3228e0e57d306ec9078637a45946
 DIST puppet-agent_1.10.1-1xenial_amd64.deb 16276180 SHA256 
e0dc22258c2f23302ed2f1f5dd024d9e780a7d3dc49646c24afd2560eb45a9e7 SHA512 
308504915621c4ae28780e32877e672067a13f9bd6b5e2dac35bdb4ab62596099eaddd8da371cc97edb0ff15419d7f2fceda7aebd6e524198cc7d3ddfe3f15db
 WHIRLPOOL 
a40dc8a531af746c504c9fc0eabded6c8f06550d9b767a4c40e799aa75ddffc9464dca768b8544def89344ec4a9331e1f315e3d318668747b0c46b6415477a89
 DIST puppet-agent_1.10.1-1xenial_i386.deb 16205078 SHA256 
22cdd5e41c82e63ae038f4c96ed8f19218f3eda600f1f6149eca9b1e7b60a560 SHA512 
be310ae8db1bf1670b480a382866feb2fc247e69f0a4c26aac2b8f67f1b43984b581809ccfc1e0182fe71895aca8dadf20f6ff7b99506e84b787a62555e547c3
 WHIRLPOOL 
50563a4a85200e675d408e8a5618763821e7bf408f65172dadcf1b33ba3f4b9930bfaece3a21d744a8df513f9b91cce1f9ed45d770b1e9601e0d84642755e3b7
-DIST puppet-agent_1.8.2-1xenial_amd64.deb 15179348 SHA256 
5195af288ca014bcf65705c3fb83a1da8caf02eb1f431396380951480fb7e2dc SHA512 
6093012994faaa3e7248c3e705e2dcb9269c85cfd4405c7ac66ab0adf3a547bc37ad3f5d44530514ed30a4edb01c01522eae1bced8d7ebade9ceb737ee600449
 WHIRLPOOL 
9905c00b16b12b75b331faf60c5ba3ad948a04db1ad4ef9b11aa413442fd464b836cc295cb4e0d85c34ebb3f97f470141cf207491fbeedb7964409ab75420f44
-DIST puppet-agent_1.8.2-1xenial_i386.deb 16609778 SHA256 
48d4588ae8c87a3a3e41c5c4e6159cba7bf6484578ce0761b4abd76854f7bdad SHA512 
b96e239906e75773a22c37a28c3c794b7293cab1a970ba5067064b120e12e0a6f0b620f06dfb3cc5b83e9140467fa552aa05ea46a33f3fb8b489ac7790cb7734
 WHIRLPOOL 
6daf05a7ae5e50ecb922ffa260101cc62e64267fd40ca6dd8d684ab1b3760eb45a4f797f9644b7fb351f70a86e88d5c88cd1cc5dd4d68341912846466ba72257
-DIST puppet-agent_1.8.3-1xenial_amd64.deb 15531434 SHA256 
2a468846e4b31f07dce9bbbf96c3fe06a528512cbc37bedc7ab44715a6833e94 SHA512 
11958f51b75e012484f332b49d66bba225fdc19634f3972dfe5117ce7971d187bd7bca36dff079cd898e48c3545d560f34ee57a3acb710427154875d9d99100a
 WHIRLPOOL 
895050da0f52a1e977d58802dcc5e5db11c331d5ad30732b1ac80e799d8b3312034efa800e3489b789cc40e9c156a5fe66050264d01a33c4a85e489a647b6324
-DIST puppet-agent_1.8.3-1xenial_i386.deb 16564720 SHA256 
c2d5a1fd91941031b375b59f85f323a38977cc526b33e73f93eae50ee036fd65 SHA512 
bb617c351ba26d431a6f0d6aa150cee822feb63ebb56557586547e8afc9d387c5af6a6c59e6a885bc6ab195c89b3ea9317de74440abe6df76870c3dca345
 WHIRLPOOL 
cdfd414d9113add49f9b60d5efcd5f16ce0f71a1bb094a4e98c31486b8ff86b1f9dbe1b5da0724358aa78d8f75c3aed9c8247a62595cdde92eab74519b9d06ef
-DIST puppet-agent_1.9.1-1xenial_amd64.deb 15458462 SHA256 
ed7a124842b48a3ec16875dfbdf8942437d1d137768003918ef681838f2bcfc6 SHA512 
1eaba0dabc7000b873dc776f74f7f0ea2084cdb0ffb39f4d344798458e20b36f233256d4648676954ecaad7dd1f0762823febe4e948c622dd8e1a599cb23cb7c
 WHIRLPOOL 
d1ba1ebc8519eb7329203d9fffd8447c7d3a141cfad798c09dc7011442f7a38da41b9b275778e6c5d5929fae94bd89ee9033f847bb1116d3afe7be90bd4525e0
-DIST puppet-agent_1.9.1-1xenial_i386.deb 16870810 SHA256 
6739a03ab3ffa69680c84aed79f50e3e0383a50055b1e5f5545a24aec68c3791 SHA512 
421b32d2eba33af0bd41f3615222c1907107023f6cb80bb23a9378f5ba9cc26bac24749c611cc41fc52bca25df92377ba76cfd2d09d1328067138d2a8db3
 WHIRLPOOL 
e9abd1b50856577e7892511b94f9ca64b023f41ff39c6fd106874305380522cf7fd98e0d659eb896d400fd8865510dec7144a7915fa4f3bb069069d74302612f
 DIST puppet-agent_1.9.3-1xenial_amd64.deb 16045528 SHA256 
db73567754514595b729c299bea34289fbf108282dcc3ca2b2bda8946b1a9b01 SHA512 
1142bb008569ebd26e70c89705539eee89ef1d886fee9c18ee19b563ba280c96295a77b30af2c3b149e2e8fb5cd953f55300d3c3bea1d63cb4e6a4c4103a1cfb
 WHIRLPOOL 
193d8ece0997c66f0e0a0c70df

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

2017-05-11 Thread Matt Thode
commit: f5ba5808aa9eacad7fa2d4aaaf10a3b712cdd663
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 12 06:15:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 12 06:15:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ba5808

app-admin/puppet-agent: bup 1.10.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/puppet-agent/Manifest   |   2 +
 app-admin/puppet-agent/puppet-agent-1.10.1.ebuild | 111 ++
 2 files changed, 113 insertions(+)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index b7a8f7623f7..d3176de1e12 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,5 +1,7 @@
 DIST puppet-agent_1.10.0-1xenial_amd64.deb 16335972 SHA256 
06549935539c28cba369e8aeabd415b88c7fb7f484f1491a79fb5ebf14485dfc SHA512 
79d02adca4d053f7d60b1cf76c88695504f522e7f2c223bac9e6deefa9d4c081a4835477e6b30d27890f4bc1dab86edbad5410f4c3eb5c1407e7fdc98b3a41c2
 WHIRLPOOL 
060c579702ea1cc6a82c85e699358e233506899774c7d845fd2d88e4351765794590e945dbc6f61edf090260ad63f055bf5f1757721e329074404956d7685f0c
 DIST puppet-agent_1.10.0-1xenial_i386.deb 16086120 SHA256 
6f491fb46c40be4a57d95e284116f1056779cad8a20ee31be5f27f02e720f2b0 SHA512 
80f3ae5d0f43d4a9f73c578e6b07ce503d995133c45a63fc37395e9f3a3b60cd9628a071d0c00a11642afa531f732e42ec24d9823224257aeebbe2c6a0dd2177
 WHIRLPOOL 
2a41098ae48ceec4ba8d38c67fddccbea6860c4a1275236be4de002344c5f5fd765e9c51c59cf112e03ec631559680703d2d3228e0e57d306ec9078637a45946
+DIST puppet-agent_1.10.1-1xenial_amd64.deb 16276180 SHA256 
e0dc22258c2f23302ed2f1f5dd024d9e780a7d3dc49646c24afd2560eb45a9e7 SHA512 
308504915621c4ae28780e32877e672067a13f9bd6b5e2dac35bdb4ab62596099eaddd8da371cc97edb0ff15419d7f2fceda7aebd6e524198cc7d3ddfe3f15db
 WHIRLPOOL 
a40dc8a531af746c504c9fc0eabded6c8f06550d9b767a4c40e799aa75ddffc9464dca768b8544def89344ec4a9331e1f315e3d318668747b0c46b6415477a89
+DIST puppet-agent_1.10.1-1xenial_i386.deb 16205078 SHA256 
22cdd5e41c82e63ae038f4c96ed8f19218f3eda600f1f6149eca9b1e7b60a560 SHA512 
be310ae8db1bf1670b480a382866feb2fc247e69f0a4c26aac2b8f67f1b43984b581809ccfc1e0182fe71895aca8dadf20f6ff7b99506e84b787a62555e547c3
 WHIRLPOOL 
50563a4a85200e675d408e8a5618763821e7bf408f65172dadcf1b33ba3f4b9930bfaece3a21d744a8df513f9b91cce1f9ed45d770b1e9601e0d84642755e3b7
 DIST puppet-agent_1.8.2-1xenial_amd64.deb 15179348 SHA256 
5195af288ca014bcf65705c3fb83a1da8caf02eb1f431396380951480fb7e2dc SHA512 
6093012994faaa3e7248c3e705e2dcb9269c85cfd4405c7ac66ab0adf3a547bc37ad3f5d44530514ed30a4edb01c01522eae1bced8d7ebade9ceb737ee600449
 WHIRLPOOL 
9905c00b16b12b75b331faf60c5ba3ad948a04db1ad4ef9b11aa413442fd464b836cc295cb4e0d85c34ebb3f97f470141cf207491fbeedb7964409ab75420f44
 DIST puppet-agent_1.8.2-1xenial_i386.deb 16609778 SHA256 
48d4588ae8c87a3a3e41c5c4e6159cba7bf6484578ce0761b4abd76854f7bdad SHA512 
b96e239906e75773a22c37a28c3c794b7293cab1a970ba5067064b120e12e0a6f0b620f06dfb3cc5b83e9140467fa552aa05ea46a33f3fb8b489ac7790cb7734
 WHIRLPOOL 
6daf05a7ae5e50ecb922ffa260101cc62e64267fd40ca6dd8d684ab1b3760eb45a4f797f9644b7fb351f70a86e88d5c88cd1cc5dd4d68341912846466ba72257
 DIST puppet-agent_1.8.3-1xenial_amd64.deb 15531434 SHA256 
2a468846e4b31f07dce9bbbf96c3fe06a528512cbc37bedc7ab44715a6833e94 SHA512 
11958f51b75e012484f332b49d66bba225fdc19634f3972dfe5117ce7971d187bd7bca36dff079cd898e48c3545d560f34ee57a3acb710427154875d9d99100a
 WHIRLPOOL 
895050da0f52a1e977d58802dcc5e5db11c331d5ad30732b1ac80e799d8b3312034efa800e3489b789cc40e9c156a5fe66050264d01a33c4a85e489a647b6324

diff --git a/app-admin/puppet-agent/puppet-agent-1.10.1.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.10.1.ebuild
new file mode 100644
index 000..669892ac4a9
--- /dev/null
+++ b/app-admin/puppet-agent/puppet-agent-1.10.1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils systemd unpacker user
+
+DESCRIPTION="general puppet client utils along with mcollective hiera and 
facter"
+HOMEPAGE="https://puppetlabs.com/";
+SRC_BASE="http://apt.puppetlabs.com/pool/xenial/PC1/${PN:0:1}/${PN}/${PN}_${PV}-1xenial";
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+   x86?   ( ${SRC_BASE}_i386.deb )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="experimental puppetdb selinux"
+RESTRICT="strip"
+
+CDEPEND="!app-admin/augeas
+   !app-admin/mcollective
+   !app-admin/puppet
+   !dev-ruby/hiera
+   !dev-ruby/facter
+   !app-emulation/virt-what"
+
+DEPEND="
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   app-portage/eix
+   sys-apps/dmidecode
+   sys-libs/glibc
+   >=sys-libs/readline-6.0
+   =dev-ruby/puppetdb-termini-3.1.0 )"
+
+S=${WORKDIR}
+
+QA_PREBUILT="
+   /opt/puppetlabs/puppet
+   /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/2.1.0/x86_64-linux/*
+   /opt/puppetlabs/puppet/lib/ruby/2.1.0/x86_64-linux/mathn/*
+   

[gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/, app-admin/puppet/files/

2017-05-11 Thread Matt Thode
commit: 4587609c753a5f53adc7b134ad88436e803e3661
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri May 12 06:12:10 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri May 12 06:12:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4587609c

app-admin/puppet: add experimental puppet portage package provider support

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../43e2c935252b995134ce353e5e6312cf77aea480.patch | 329 +
 app-admin/puppet/metadata.xml  |   1 +
 app-admin/puppet/puppet-4.9.1-r2.ebuild| 181 
 3 files changed, 511 insertions(+)

diff --git 
a/app-admin/puppet/files/43e2c935252b995134ce353e5e6312cf77aea480.patch 
b/app-admin/puppet/files/43e2c935252b995134ce353e5e6312cf77aea480.patch
new file mode 100644
index 000..09b345e8bc9
--- /dev/null
+++ b/app-admin/puppet/files/43e2c935252b995134ce353e5e6312cf77aea480.patch
@@ -0,0 +1,329 @@
+diff --git a/lib/puppet/provider/package/portage.rb 
b/lib/puppet/provider/package/portage.rb
+index 374667c..12160c6 100644
+--- a/lib/puppet/provider/package/portage.rb
 b/lib/puppet/provider/package/portage.rb
+@@ -2,14 +2,19 @@
+ require 'fileutils'
+ 
+ Puppet::Type.type(:package).provide :portage, :parent => 
Puppet::Provider::Package do
+-  desc "Provides packaging support for Gentoo's portage system."
++  desc "Provides packaging support for Gentoo's portage system.
+ 
+-  has_features :versionable, :reinstallable
++This provider supports the `install_options` and `uninstall_options` 
attributes, which allows command-line
++flags to be passed to emerge.  These options should be specified as a 
string (e.g. '--flag'), a hash
++(e.g. {'--flag' => 'value'}), or an array where each element is either a 
string or a hash."
++
++  has_features :install_options, :purgeable, :reinstallable, 
:uninstall_options, :versionable, :virtual_packages
+ 
+   {
+-:emerge => "/usr/bin/emerge",
+-:eix => "/usr/bin/eix",
+-:update_eix => "/usr/bin/eix-update",
++:emerge => '/usr/bin/emerge',
++:eix => '/usr/bin/eix',
++:qatom_bin => '/usr/bin/qatom',
++:update_eix => '/usr/bin/eix-update',
+   }.each_pair do |name, path|
+ has_command(name, path) do
+   environment :HOME => '/'
+@@ -24,15 +29,18 @@ def self.instances
+ result_format = self.eix_result_format
+ result_fields = self.eix_result_fields
+ 
++limit = self.eix_limit
+ version_format = self.eix_version_format
+ slot_versions_format = self.eix_slot_versions_format
++installed_versions_format = self.eix_installed_versions_format
++installable_versions_format = self.eix_install_versions_format
+ begin
+-  eix_file = File.directory?("/var/cache/eix") ? 
"/var/cache/eix/portage.eix" : "/var/cache/eix"
++  eix_file = File.directory?('/var/cache/eix') ? 
'/var/cache/eix/portage.eix' : '/var/cache/eix'
+   update_eix if !FileUtils.uptodate?(eix_file, %w{/usr/bin/eix 
/usr/portage/metadata/timestamp})
+ 
+   search_output = nil
+-  Puppet::Util.withenv :LASTVERSION => version_format, :LASTSLOTVERSIONS 
=> slot_versions_format do
+-search_output = eix *(self.eix_search_arguments + ["--installed"])
++  Puppet::Util.withenv :EIX_LIMIT => limit, :LASTVERSION => 
version_format, :LASTSLOTVERSIONS => slot_versions_format, :INSTALLEDVERSIONS 
=> installed_versions_format, :STABLEVERSIONS => installable_versions_format do
++search_output = eix *(self.eix_search_arguments + ['--installed'])
+   end
+ 
+   packages = []
+@@ -57,65 +65,123 @@ def self.instances
+ 
+   def install
+ should = @resource.should(:ensure)
+-name = package_name
+-unless should == :present or should == :latest
+-  # We must install a specific version
+-  name = package_atom_with_version(should)
++cmd = %w{}
++name = qatom[:category] ? "#{qatom[:category]}/#{qatom[:pn]}" : qatom[:pn]
++name = qatom[:pfx] + name if qatom[:pfx]
++name = name + '-' + qatom[:pv] if qatom[:pv]
++name = name + '-' + qatom[:pr] if qatom[:pr]
++name = name + qatom[:slot] if qatom[:slot]
++cmd << '--update' if [:latest].include?(should)
++cmd += install_options if @resource[:install_options]
++cmd << name
++emerge *cmd
++  end
++
++  def uninstall
++should = @resource.should(:ensure)
++cmd = %w{--rage-clean}
++name = qatom[:category] ? "#{qatom[:category]}/#{qatom[:pn]}" : qatom[:pn]
++name = qatom[:pfx] + name if qatom[:pfx]
++name = name + '-' + qatom[:pv] if qatom[:pv]
++name = name + '-' + qatom[:pr] if qatom[:pr]
++name = name + qatom[:slot] if qatom[:slot]
++cmd += uninstall_options if @resource[:uninstall_options]
++cmd << name
++if [:purged].include?(should)
++  Puppet::Util.withenv :CONFIG_PROTECT => "-*" do
++emerge *cmd
++  end
++else
++  emerge *cmd
+ end
+-emerge name
+   end
+ 
+-  # The common pack

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

2017-05-11 Thread Zac Medico
commit: a8745e3874586a7d5c1ab050b0ffd93eddf9eec1
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 12 03:32:49 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 12 03:37:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8745e38

app-text/calibre: version bump to 2.84.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/calibre/Manifest  |   1 +
 app-text/calibre/calibre-2.84.0.ebuild | 257 +
 2 files changed, 258 insertions(+)

diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest
index 9d0294abe41..75a2bdcf089 100644
--- a/app-text/calibre/Manifest
+++ b/app-text/calibre/Manifest
@@ -1,3 +1,4 @@
 DIST calibre-2.78.0.tar.xz 38739404 SHA256 
d2b0b0c5451d3ac05ce9de0b801ddf8de7664fee45f273d7ee8445a1ec2f898b SHA512 
0779ac385dde45ac4baee7cecb0916e245f3e1cf20662bad9d9a4278265390b1aa89c2b478601b57113e7de08a69343288488ee299e8b43332f0129e650aa0ca
 WHIRLPOOL 
325fc35078ef0df0a29b4cd8e32445a881ede89e3db87606166ff0c8b7db10b7cc34432e63c2bb49382537a5107686339b987f1be807d59a1786ddfd4a75
 DIST calibre-2.80.0.tar.xz 38781996 SHA256 
33a6dbc578c7a2f3d1c97253769506a1afc10f688c062f027d64d7081618f2b1 SHA512 
9dc874cd7bfcc883514e354a494a83c63d19b88980df8f28fc03b57d3ebaafb45dad36f0d61e8ef08d363ed18a7bd953e8d624c69f0c3d7f7d66308fceac8982
 WHIRLPOOL 
b40701e810d9a9fab333f420bb1f14a89ac55dd7397407d4f31837efc97d323f74b94181436b8038004e404aff6e9c5696deee89daf1cd949e5659dbe43207c4
 DIST calibre-2.83.0.tar.xz 38875672 SHA256 
96166e8c74047cfbae9289c38ab5e2f661168048e568cd187f908242d98426ab SHA512 
a28aa52379bc317e648087b28859a8e2c50dd4e2ccb3352e135f896ad95ab9c85c1fba162fe3acd5056be80e7c4e9481ea1396cb638661cfdb27795051124821
 WHIRLPOOL 
bcce15cbfdcf78a56a24f931ae4eed688c7409af0455e9f1ca7aaf00751fa0b4a55e570501bc1b10d02a8e8397df979a18a999b4ddbbb645a7a376cded76cbec
+DIST calibre-2.84.0.tar.xz 37770832 SHA256 
75a6c2f142ccee594d6e208c4c7f57e137e2c4f06c81d36d5bc42f0dcdaa76cf SHA512 
83bd3b6393f7d7bf6f5bb8496444b5973df144dcf9be8d7e0b1fb21ec456a30c2abb5cf4090ecaa18cf97ffc9272e483a89ee3bbd294c5a31d1228e7b44fd275
 WHIRLPOOL 
0cf17f586a861f44cf0ed5cc0782f490d28e4e02b0ebef61fa256771b198a7cd8f30bc483a84485eff8c91daa9fd88ad0f8d571a7445084be99d27ddfbbbf76c

diff --git a/app-text/calibre/calibre-2.84.0.ebuild 
b/app-text/calibre/calibre-2.84.0.ebuild
new file mode 100644
index 000..8010548
--- /dev/null
+++ b/app-text/calibre/calibre-2.84.0.ebuild
@@ -0,0 +1,257 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="sqlite,ssl"
+
+inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs 
python-single-r1
+
+DESCRIPTION="Ebook management application"
+HOMEPAGE="http://calibre-ebook.com/";
+SRC_URI="http://download.calibre-ebook.com/${PV}/${P}.tar.xz";
+
+LICENSE="
+   GPL-3+
+   GPL-3
+   GPL-2+
+   GPL-2
+   GPL-1+
+   LGPL-3+
+   LGPL-2.1+
+   LGPL-2.1
+   BSD
+   MIT
+   Old-MIT
+   Apache-2.0
+   public-domain
+   || ( Artistic GPL-1+ )
+   CC-BY-3.0
+   OFL-1.1
+   PSF-2
+   unRAR
+"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="ios +udisks"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=app-text/podofo-0.8.2:=
+   >=app-text/poppler-0.26.5[qt5]
+   >=dev-libs/chmlib-0.40:=
+   dev-libs/glib:2
+   >=dev-libs/icu-57.1:=
+   >=dev-python/apsw-3.13.0[${PYTHON_USEDEP}]
+   >=dev-python/beautifulsoup-3.0.5:python-2[${PYTHON_USEDEP}]
+   >=dev-python/cssselect-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/cssutils-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/dbus-python-1.2.4[${PYTHON_USEDEP}]
+   >=dev-libs/dbus-glib-0.106
+   >=sys-apps/dbus-1.10.8
+   >=dev-python/lxml-3.2.1[${PYTHON_USEDEP}]
+   >=dev-python/mechanize-0.2.5[${PYTHON_USEDEP}]
+   dev-python/netifaces[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
+   
>=dev-python/PyQt5-5.8[gui,svg,webkit,widgets,network,printsupport,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   media-fonts/liberation-fonts
+   >=media-gfx/imagemagick-6.5.9[jpeg,png]
+   media-libs/fontconfig
+   >=media-libs/freetype-2:=
+   >=media-libs/libmtp-1.1.11:=
+   >=media-libs/libwmf-0.2.8
+   >=media-gfx/optipng-0.7.6
+   sys-libs/zlib
+   virtual/libusb:1=
+   virtual/python-dnspython[${PYTHON_USEDEP}]
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXrender
+   >=x11-misc/xdg-utils-1.0.2-r2
+   ios? (
+   >=app-pda/usbmuxd-1.0.8
+   >=app-pda/libimobiledevice-1.2.0
+   )
+   udisks? 

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

2017-05-11 Thread William Hubbs
commit: 8dc3e48ce58899953bc968a8bea6718c7c835d9b
Author: William Hubbs  gentoo  org>
AuthorDate: Fri May 12 03:13:33 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 12 03:13:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc3e48c

sys-apps/openrc: 0.26 version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/openrc/Manifest   |   1 +
 sys-apps/openrc/openrc-0.26.ebuild | 329 +
 2 files changed, 330 insertions(+)

diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest
index 1b9d75d01f5..7508708c917 100644
--- a/sys-apps/openrc/Manifest
+++ b/sys-apps/openrc/Manifest
@@ -3,3 +3,4 @@ DIST openrc-0.22.4.tar.gz 214321 SHA256 
d428890c12936b502d79018667dc6094d0e801c5
 DIST openrc-0.23.2.tar.gz 209569 SHA256 
244a9902a98694a7fd59ad3dec49bd9e61a6b22864795ed31ef8fc81aa474251 SHA512 
6c8483d36812d21ba45bf3c386c6f1c03a9c01c10f48b7e7eb26707d105568b8017ba8a7728a794ac0ac6fedab10cea2bc9587f4d5ddb1957001e03f872e8f18
 WHIRLPOOL 
88f61ab81562bdcb1b616441f01cbc3b45aca45d0a55bf41e3a9d6b733b3dfec429bf3c1645811c187c21038674e56d3e32e6035062685b45765fb3b85740e3c
 DIST openrc-0.24.2.tar.gz 212605 SHA256 
3d6486beb0a1b5fc696bce71b6a2d07590516699cfa3481f4852d759f7a9f8a4 SHA512 
4f8557b16407148e1819986ed81976dbb0ccf24349317e3895665cfd37b9db2b549ce53774766fb5752e347b44cdabd45acdc252f5efbe272acc183be1e5476b
 WHIRLPOOL 
17ba761f77553344fd8de919b52c61970d579b61711b275fc7161adbe31cf5e622e4abf1caf72257e9932e69474bebb02ea0fbca4f415f002cb32a7e3cf08dd6
 DIST openrc-0.25.tar.gz 216430 SHA256 
e8ac607052a5c494b595b9641c66ad3ce5a1e867677066aacc33a5259868a121 SHA512 
ab26df45b5856a62959796f4c9903650bb5fc87317a9d598585a6dd7b2087d96d6d2a800b6f1373e20514a6da05f873ebf0a79d325292c2ea61034fd1bbdb378
 WHIRLPOOL 
c6e7f44e68bea8117b7aff45a3f1bcc75589f0df57388ea0cd8fef644102edae73bbee4d2e2248e9ff80aebbdaf86e55f25c506bdca4ac1f9c45da3594e421ce
+DIST openrc-0.26.tar.gz 218989 SHA256 
fda4b12343abc54abe6cf75d8cb8319ae396b3de3d1d444ba49a3af623fc8f35 SHA512 
f7d4da9b224f429f84dda9e6d910a374b2147c6d4236446b2fb9c38a7c6ae7f370f2c2e1261e51b5c1806a042d0a1bbf0aebefdb3c1d8116ccc313a3d5170782
 WHIRLPOOL 
a278b12583d47aea1830dfc087215832f290d5bcdf28442a929cb5b81d3cd36f5b2709ccc8ca961d2d53c70144a325a742e7a24194aebe6b1e03df5380fb57ca

diff --git a/sys-apps/openrc/openrc-0.26.ebuild 
b/sys-apps/openrc/openrc-0.26.ebuild
new file mode 100644
index 000..1ce8145c500
--- /dev/null
+++ b/sys-apps/openrc/openrc-0.26.ebuild
@@ -0,0 +1,329 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic pam toolchain-funcs
+
+DESCRIPTION="OpenRC manages the services, startup and shutdown of a host"
+HOMEPAGE="https://github.com/openrc/openrc/";
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git"
+   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"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs
+   unicode kernel_linux kernel_FreeBSD"
+
+COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc 
sys-process/fuser-bsd ) )
+   ncurses? ( sys-libs/ncurses:0= )
+   pam? (
+   sys-auth/pambase
+   virtual/pam
+   )
+   audit? ( sys-process/audit )
+   kernel_linux? (
+   sys-process/psmisc
+   !test
+# a value of "#" will just comment out the option
+set_config() {
+   local file="${ED}/$1" var=$2 val com
+   eval "${@:5}" && val=$3 || val=$4
+   [[ ${val} == "#" ]] && com="#" && val='\2'
+   sed -i -r -e "/^#?${var}=/{s:=([\"'])?([^ 
]*)\1?:=\1${val}\1:;s:^#?:${com}:}" "${file}"
+}
+
+set_config_yes_no() {
+   set_config "$1" "$2" YES NO "${@:3}"
+}
+
+src_install() {
+   emake ${MAKE_ARGS} DESTDIR="${D}" install
+
+   # move the shared libs back to /usr so ldscript can install
+   # more of a minimal set of files
+   # disabled for now due to #270646
+   #mv "${ED}"/$(get_libdir)/lib{einfo,rc}* "${ED}"/usr/$(get_libdir)/ || 
die
+   #gen_usr_ldscript -a einfo rc
+   gen_usr_ldscript libeinfo.so
+   gen_usr_ldscript librc.so
+
+   if ! use kernel_linux; then
+   keepdir /$(get_libdir)/rc/init.d
+   fi
+   keepdir /$(get_libdir)/rc/tmp
+
+   # Backup our default runlevels
+   dodir /usr/share/"${PN}"
+   cp -PR "${ED}"/etc/runlevels "${ED}"/usr/share/${PN} || die
+   rm -rf "${ED}"/etc/runlevels
+
+   # Setup unicode defaults for silly unicode users
+   set_config_yes_no /etc/rc.conf unicode use unicode
+
+   # Cater to the norm
+   set_config_yes_no /etc/conf.d/keymaps windowkeys '(

[gentoo-commits] proj/openrc: New tag: 0.26

2017-05-11 Thread William Hubbs
commit: 
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 12 03:03:43 2017 +

New tag: 0.26




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

2017-05-11 Thread William Hubbs
commit: e4bfb4530a86a4ccdff312c857df37fa0da36fd6
Author: William Hubbs  gmail  com>
AuthorDate: Fri May 12 03:00:41 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 12 03:00:41 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e4bfb453

update ChangeLog

 ChangeLog | 157 --
 1 file changed, 111 insertions(+), 46 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 993641a2..75d2e89d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+commit 78e0042eccaf5a5554b195ad391b3ab0b8974cf6
+Author: William Hubbs 
+Commit: William Hubbs 
+
+man/rc-status: document changes for supervised daemons
+
+rc-status now shows the amount of time a supervised daemon has been
+active as well as the number of times it has been respawned during the
+current respawn period.
+
+commit 82e12e309247bc84abf29aca04b3a2dd845fa11b
+Author: William Hubbs 
+Commit: William Hubbs 
+
+rc-status: show uptimes and respawn counts for supervised daemons
+
+commit 1ebef0d7a38ec0a9635418b75c3aabb564c1577e
+Author: William Hubbs 
+Commit: William Hubbs 
+
+fix to_time_t to honor dst
+
+commit 6b4050ab9cf9d678a1d6b7af7af7494f8533dbca
+Author: William Hubbs 
+Commit: William Hubbs 
+
+fix from_time_t function
+
+commit cf5e9aa2bbcdf1783fadeab26586c1134929d928
+Author: William Hubbs 
+Commit: William Hubbs 
+
+Move time_t conversions to rc-misc.c so they can be shared
+
+commit a3250e77d412f2290e381b9e7569930d95e4fc5b
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon: save start time and respawn count
+
+This will allow rc-status to display an uptime and restart count for
+supervised processes.
+
+commit df027ca4722c8755b23a65db75728b835ccca807
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon: fix our status when we give up on the child process
+
+commit 4c89e3f5fa1c65ccd0c843f98e4013c2085f243f
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon:create multiple options from --respawn-limit
+
+This creates --respawn-delay, --respawn-max and --respawn-period. It was
+suggested that it would be easier to follow if the options were
+separated.
+
+This is for #126.
+
+commit 3673040722b75c0a4d06fbeb272f917c7d1ea7c4
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon: add a --respawn-limit option
+
+Allow limiting the number of times supervise-daemon will attempt to 
respawn a
+daemon once it has died to prevent infinite respawning. Also, set a
+reasonable default limit (10 times in a 5 second period).
+
+This is for issue #126.
+
+commit 96c8ba2fb5f91a711ef5bfcfd8affe0b74ad18fe
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon: mark all open file descriptors FD_CLOEXEC
+
+commit 47cf1d0c707dc88d216bebc15be3f39d5eb47fa9
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon:remove the controlling tty in the supervisor
+
+commit 06a6a27e441372164872c7712b80728527a6ec05
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon:  fix access to tty_fd and devnull_fd
+
+Both the child and supervisor need access to these file descriptors.
+
+commit 5de3798afc55ce147e65926f863ec9c9cef60e79
+Author: William Hubbs 
+Commit: William Hubbs 
+
+supervise-daemon: mark the service started when the supervisor is active
+
+commit 6ac094a59cf7b51d8527af15b07feca707a635c8
+Author: William Hubbs 
+Commit: William Hubbs 
+
+version 0.26
+
+commit 84c81ca02d7077a619dc704ff654385846fcd2b4
+Author: William Hubbs 
+Commit: William Hubbs 
+
+update ChangeLog
+
 commit 0e3f8720984d7d5752a78a4135cd268e4f83b3d7
 Author: William Hubbs 
 Commit: William Hubbs 
@@ -1368,49 +1479,3 @@ Commit: Anthony G. Basile 
 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=533828
 
 Signed-off-by: Anthony G. Basile 
-
-commit 92e2f2c7cc958effcec0ef773dda954a153d8e42
-Author: William Hubbs 
-Commit: William Hubbs 
-
-killprocs: remove calls to sleep
-
-X-Gentoo-Bug: 487084
-X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=487084
-
-commit ad23d5b8dbee70815c02271c78f415bcd7088076
-Author: William Hubbs 
-Commit: William Hubbs 
-
-openrc-run: clean up runscript deprecation message
-
-commit 62410eaf4ba92516a58a550717d7f3faf63bb79f
-Author: William Hubbs 
-Commit: William Hubbs 
-
-add daemon supervisor
-
-The supervise-daemon process is meant to be a lightweight supervisor
-which can monitor and restart a daemon if it crashes.
-
-commit fd80b6fc67ec6a0fe4853167fb67ee40bb51b742
-Author: William Hubbs 
-Commit: William Hubbs 
-
-localmount/netmount: clean up critical mount processing
-
-Fix a typo and do not fail if a path in critical_mounts is not listed as
-a critical mount does not get mounted.
-
-commit 5d130cc45cd334fd38b0c6874bcc81ac74636217
-Author

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

2017-05-11 Thread William Hubbs
commit: 78e0042eccaf5a5554b195ad391b3ab0b8974cf6
Author: William Hubbs  gmail  com>
AuthorDate: Fri May 12 02:53:23 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 12 02:55:31 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=78e0042e

man/rc-status: document changes for supervised daemons

rc-status now shows the amount of time a supervised daemon has been
active as well as the number of times it has been respawned during the
current respawn period.

 man/rc-status.8 | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/man/rc-status.8 b/man/rc-status.8
index 3b33df4a..6cf69a59 100644
--- a/man/rc-status.8
+++ b/man/rc-status.8
@@ -25,6 +25,12 @@ in different runlevels.  The default behavior is to show 
information
 about the current runlevel and any unassigned services that are not stopped,
 but any runlevel can be quickly examined.
 .Pp
+If an active service is being supervised by
+.Xr supervise-daemon 8, 
+the amount of time the daemon has been active along with the number of
+times it has been respawned in the current respawn period will be
+displayed.
+.Pp
 The options are as follows:
 .Bl -tag -width ".Fl test , test string"
 .It Fl a , -all
@@ -57,5 +63,6 @@ dependency order if the dependency tree is available.
 .Sh SEE ALSO
 .Xr openrc 8 ,
 .Xr rc-update 8
+.Xr supervise-daemon 8
 .Sh AUTHORS
 .An Roy Marples 



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

2017-05-11 Thread William Hubbs
commit: 82e12e309247bc84abf29aca04b3a2dd845fa11b
Author: William Hubbs  gmail  com>
AuthorDate: Fri May 12 02:38:55 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri May 12 02:39:03 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=82e12e30

rc-status: show uptimes and respawn counts for supervised daemons

 src/rc/rc-status.c | 50 --
 1 file changed, 48 insertions(+), 2 deletions(-)

diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c
index 8a591db1..a314bb1d 100644
--- a/src/rc/rc-status.c
+++ b/src/rc/rc-status.c
@@ -76,10 +76,55 @@ print_level(const char *prefix, const char *level)
printf("%s\n", level);
 }
 
+static void get_uptime(const char *service, char *uptime, int uptime_size)
+{
+   RC_SERVICE state = rc_service_state(service);
+   char *start_count;
+   time_t now;
+   char *start_time_string;
+   time_t start_time;
+   double time_diff;
+   double diff_tmp;
+   double diff_days;
+   double diff_hours;
+   double diff_mins;
+
+   uptime[0] = '\0';
+   if (state & RC_SERVICE_STARTED) {
+   start_count = rc_service_value_get(service, "start_count");
+   start_time_string = rc_service_value_get(service, "start_time");
+   if (start_count && start_time_string) {
+   start_time = to_time_t(start_time_string);
+   now = time(NULL);
+   time_diff = difftime(now, start_time);
+   diff_tmp = time_diff;
+   if (diff_tmp > 86400.0) {
+   diff_days = diff_tmp / 86400.0;
+   diff_tmp -= diff_days * 86400.0;
+   }
+   if (diff_tmp > 3600.0) {
+   diff_hours = diff_tmp / 3600.0;
+   diff_tmp -= diff_hours * 3600.0;
+   }
+   if (diff_tmp > 60.0) {
+   diff_mins = diff_tmp / 60.0;
+   diff_tmp -= diff_mins * 60.0;
+   }
+   if ((int) diff_days > 0)
+   snprintf(uptime, uptime_size, "%.0f days 
%02.0f:%02.0f (%s)",
+   diff_days, diff_hours, 
diff_mins, start_count);
+   else
+   snprintf(uptime, uptime_size, "%02.0f:%02.0f 
(%s)",
+   diff_hours, diff_mins, 
start_count);
+   }
+   }
+}
+
 static void
 print_service(const char *service)
 {
-   char status[10];
+   char status[60];
+   char uptime [40];
int cols =  printf(" %s", service);
const char *c = ecolor(ECOLOR_GOOD);
RC_SERVICE state = rc_service_state(service);
@@ -101,7 +146,8 @@ print_service(const char *service)
{
snprintf(status, sizeof(status), " crashed ");
} else {
-   snprintf(status, sizeof(status), " started ");
+   get_uptime(service, uptime, 40);
+   snprintf(status, sizeof(status), " started %s", uptime);
color = ECOLOR_GOOD;
}
} else if (state & RC_SERVICE_SCHEDULED) {



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

2017-05-11 Thread William Hubbs
commit: cf5e9aa2bbcdf1783fadeab26586c1134929d928
Author: William Hubbs  gmail  com>
AuthorDate: Thu May 11 21:06:12 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 11 21:06:12 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=cf5e9aa2

Move time_t conversions to rc-misc.c so they can be shared

 src/includes/rc-misc.h|  3 +++
 src/rc/rc-misc.c  | 34 ++
 src/rc/supervise-daemon.c |  4 +---
 3 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h
index 684ace59..384328e7 100644
--- a/src/includes/rc-misc.h
+++ b/src/includes/rc-misc.h
@@ -23,6 +23,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 
 #include "helpers.h"
@@ -68,5 +69,7 @@ RC_DEPTREE *_rc_deptree_load (int, int *);
 bool _rc_can_find_pids(void);
 
 RC_SERVICE lookup_service_state(const char *service);
+char *from_time_t(time_t tv);
+time_t to_time_t(char *timestring);
 
 #endif

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 8afff0a2..b75c3b4e 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -442,3 +442,37 @@ RC_SERVICE lookup_service_state(const char *service)
return service_bits[i].bit;
return 0;
 }
+
+char *from_time_t(time_t tv)
+{
+   char time_string[20];
+
+   strftime(time_string, 20, "%Y-%m-%d %H:%M:%S", localtime(&tv));
+   return time_string;
+}
+
+time_t to_time_t(char *timestring)
+{
+   int check = 0;
+   int year = 0;
+   int month = 0;
+   int day = 0;
+   int hour = 0;
+   int min = 0;
+   int sec = 0;
+   struct tm breakdown = {0};
+   time_t result = -1;
+
+   check = sscanf(timestring, "%4d-%2d-%2d %2d:%2d:%2d",
+   &year, &month, &day, &hour, &min, &sec);
+   if (check == 6) {
+   breakdown.tm_year = year - 1900; /* years since 1900 */
+   breakdown.tm_mon = month - 1;
+   breakdown.tm_mday = day;
+   breakdown.tm_hour = hour;
+   breakdown.tm_min = min;
+   breakdown.tm_sec = sec;
+   result = mktime(&breakdown);
+   }
+   return result;
+}

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index bc5fd3d0..a971e6a3 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -185,7 +185,6 @@ static void child_process(char *exec, char **argv, char 
*svcname,
char **c;
char cmdline[PATH_MAX];
time_t start_time;
-   char start_time_string[20];
char start_count_string[20];
 
 #ifdef HAVE_PAM
@@ -344,8 +343,7 @@ static void child_process(char *exec, char **argv, char 
*svcname,
syslog(LOG_INFO, "Running command line: %s", cmdline);
if (svcname) {
 start_time = time(NULL);
-strftime(start_time_string, 20, "%Y-%m-%d %H:%M:%S", localtime(&start_time));
-   rc_service_value_set(svcname, "start_time", start_time_string);
+   rc_service_value_set(svcname, "start_time", 
from_time_t(start_time));
 sprintf(start_count_string, "%i", start_count);
rc_service_value_set(svcname, "start_count", 
start_count_string);
}



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

2017-05-11 Thread William Hubbs
commit: 6b4050ab9cf9d678a1d6b7af7af7494f8533dbca
Author: William Hubbs  gmail  com>
AuthorDate: Thu May 11 21:18:41 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 11 21:22:12 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=6b4050ab

fix from_time_t function

 src/includes/rc-misc.h| 2 +-
 src/rc/rc-misc.c  | 5 +
 src/rc/supervise-daemon.c | 4 +++-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h
index 384328e7..95ccbc33 100644
--- a/src/includes/rc-misc.h
+++ b/src/includes/rc-misc.h
@@ -69,7 +69,7 @@ RC_DEPTREE *_rc_deptree_load (int, int *);
 bool _rc_can_find_pids(void);
 
 RC_SERVICE lookup_service_state(const char *service);
-char *from_time_t(time_t tv);
+void from_time_t(char *time_string, time_t tv);
 time_t to_time_t(char *timestring);
 
 #endif

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index b75c3b4e..1a98537c 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -443,12 +443,9 @@ RC_SERVICE lookup_service_state(const char *service)
return 0;
 }
 
-char *from_time_t(time_t tv)
+void from_time_t(char *time_string, time_t tv)
 {
-   char time_string[20];
-
strftime(time_string, 20, "%Y-%m-%d %H:%M:%S", localtime(&tv));
-   return time_string;
 }
 
 time_t to_time_t(char *timestring)

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index a971e6a3..f3335fa2 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -186,6 +186,7 @@ static void child_process(char *exec, char **argv, char 
*svcname,
char cmdline[PATH_MAX];
time_t start_time;
char start_count_string[20];
+   char start_time_string[20];
 
 #ifdef HAVE_PAM
pam_handle_t *pamh = NULL;
@@ -343,7 +344,8 @@ static void child_process(char *exec, char **argv, char 
*svcname,
syslog(LOG_INFO, "Running command line: %s", cmdline);
if (svcname) {
 start_time = time(NULL);
-   rc_service_value_set(svcname, "start_time", 
from_time_t(start_time));
+from_time_t(start_time_string, start_time);
+   rc_service_value_set(svcname, "start_time", start_time_string);
 sprintf(start_count_string, "%i", start_count);
rc_service_value_set(svcname, "start_count", 
start_count_string);
}



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

2017-05-11 Thread William Hubbs
commit: 1ebef0d7a38ec0a9635418b75c3aabb564c1577e
Author: William Hubbs  gmail  com>
AuthorDate: Thu May 11 23:13:13 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 11 23:13:13 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=1ebef0d7

fix to_time_t to honor dst

 src/rc/rc-misc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rc/rc-misc.c b/src/rc/rc-misc.c
index 1a98537c..a6cc788e 100644
--- a/src/rc/rc-misc.c
+++ b/src/rc/rc-misc.c
@@ -469,6 +469,7 @@ time_t to_time_t(char *timestring)
breakdown.tm_hour = hour;
breakdown.tm_min = min;
breakdown.tm_sec = sec;
+   breakdown.tm_isdst = -1;
result = mktime(&breakdown);
}
return result;



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

2017-05-11 Thread William Hubbs
commit: a3250e77d412f2290e381b9e7569930d95e4fc5b
Author: William Hubbs  gmail  com>
AuthorDate: Thu May 11 18:52:22 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Thu May 11 18:54:20 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a3250e77

supervise-daemon: save start time and respawn count

This will allow rc-status to display an uptime and restart count for
supervised processes.

 src/rc/supervise-daemon.c | 17 ++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/rc/supervise-daemon.c b/src/rc/supervise-daemon.c
index 13aba1a3..bc5fd3d0 100644
--- a/src/rc/supervise-daemon.c
+++ b/src/rc/supervise-daemon.c
@@ -171,7 +171,8 @@ static pid_t get_pid(const char *pidfile)
return pid;
 }
 
-static void child_process(char *exec, char **argv)
+static void child_process(char *exec, char **argv, char *svcname,
+   int start_count)
 {
RC_STRINGLIST *env_list;
RC_STRING *env;
@@ -183,6 +184,9 @@ static void child_process(char *exec, char **argv)
char *np;
char **c;
char cmdline[PATH_MAX];
+   time_t start_time;
+   char start_time_string[20];
+   char start_count_string[20];
 
 #ifdef HAVE_PAM
pam_handle_t *pamh = NULL;
@@ -338,6 +342,13 @@ static void child_process(char *exec, char **argv)
c++;
}
syslog(LOG_INFO, "Running command line: %s", cmdline);
+   if (svcname) {
+start_time = time(NULL);
+strftime(start_time_string, 20, "%Y-%m-%d %H:%M:%S", localtime(&start_time));
+   rc_service_value_set(svcname, "start_time", start_time_string);
+sprintf(start_count_string, "%i", start_count);
+   rc_service_value_set(svcname, "start_count", 
start_count_string);
+   }
execvp(exec, argv);
 
 #ifdef HAVE_PAM
@@ -778,7 +789,7 @@ int main(int argc, char **argv)
if (child_pid == -1)
eerrorx("%s: fork: %s", applet, 
strerror(errno));
if (child_pid == 0)
-   child_process(exec, argv);
+   child_process(exec, argv, svcname, 
respawn_count);
}
}
 
@@ -792,5 +803,5 @@ int main(int argc, char **argv)
}
exit(EXIT_SUCCESS);
} else if (child_pid == 0)
-   child_process(exec, argv);
+   child_process(exec, argv, svcname, respawn_count);
 }



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kauth/

2017-05-11 Thread Andreas Sturmlechner
commit: 21d0b6f860f3520d78233b6cbdf687671cd3c1c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 22:02:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 12 02:22:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d0b6f8

kde-frameworks/kauth: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-frameworks/kauth/kauth-5.29.0.ebuild | 33 
 1 file changed, 33 deletions(-)

diff --git a/kde-frameworks/kauth/kauth-5.29.0.ebuild 
b/kde-frameworks/kauth/kauth-5.29.0.ebuild
deleted file mode 100644
index d8041e355f9..000
--- a/kde-frameworks/kauth/kauth-5.29.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged 
user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm x86"
-IUSE="nls +policykit"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
-   $(add_frameworks_dep kcoreaddons)
-   $(add_qt_dep qtdbus '' '' '5=')
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   policykit? ( sys-auth/polkit-qt[qt5] )
-"
-DEPEND="${RDEPEND}
-   nls? ( $(add_qt_dep linguist-tools) )
-"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package policykit PolkitQt5-1)
-   )
-
-   kde5_src_configure
-}



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

2017-05-11 Thread Andreas Sturmlechner
commit: 61263831f5b5c174284b1f8b40b9432c5a7c5dc9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 22:03:10 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 12 02:22:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61263831

net-misc/smb4k: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-misc/smb4k/Manifest   |  1 -
 net-misc/smb4k/smb4k-1.2.1.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest
index f294197cd80..2a05d37bae3 100644
--- a/net-misc/smb4k/Manifest
+++ b/net-misc/smb4k/Manifest
@@ -1,3 +1,2 @@
-DIST smb4k-1.2.1.tar.xz 3817104 SHA256 
6562ab12c783d47e246d9d0a43b2342288384a7a78e0207a14e1dd6c40ffe97b SHA512 
df5782de9b140dc6ec97f4b66e758dc62923a6d6e85843717a0a17b3f853d036bcd3e73cf289819c5b5caa6bc28e3943dea73a745197356a3351d5a643c21f37
 WHIRLPOOL 
6e89a20d4a7ce48278db2a27c7ce291c737f6a6485a02febedb4fc45dedadff2185867e87ad14d97cb1e56a593c80d7b09b2a1ee65c5a4dae0784700772f100b
 DIST smb4k-1.2.3.tar.xz 3942852 SHA256 
e751ae0f6b86c532a7e3796ae9c4590f46009075938afecb5ddd0c7421cf08ef SHA512 
2066439ddda9abfb3649a1f53097637490b2187543a0cff32ad6b2ff6b250c9e3bb7b910f718a4c77761d064db8cbac7e0db2e9cf5f6ef5faf6a244fb070301b
 WHIRLPOOL 
f70b6ebb192888039844036b5798726f95c13ae5592220043c615e5378a04eb6073520ebb4b612248dd34096c17e7054db8ea11f1ed6fa6d6fad2dc6b73d410c
 DIST smb4k-2.0.0.tar.xz 3594964 SHA256 
8a9f9bbfc9876816393d9f269952ddfe896c540e2de26b634b8e709a13ceca95 SHA512 
2fb2123a6be888b2d75f3ebb155e021aa85fa6e9c3ec7c0092ef2c40f938e09a1b9e7c1608ecc457760ad37d9faf93c2ddba0b8e5afcf4b1ed1c61b2d9c702f2
 WHIRLPOOL 
07c2b289f4da54d01a9b6a87dfda7992ed056d1ef29819302391632898ce16aa307cdfdb1342168f4866f44974d788680017e1f763a6fa85b43fc5af68364174

diff --git a/net-misc/smb4k/smb4k-1.2.1.ebuild 
b/net-misc/smb4k/smb4k-1.2.1.ebuild
deleted file mode 100644
index 0ce17541e9f..000
--- a/net-misc/smb4k/smb4k-1.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DECLARATIVE_REQUIRED="always"
-KDE_LINGUAS="bg bs ca ca@valencia cs da de en_GB eo es et fi fr ga gl hu is it
-ja ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW"
-KDE_HANDBOOK="optional"
-KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
-inherit kde4-base
-
-DESCRIPTION="The advanced network neighborhood browser for KDE"
-HOMEPAGE="https://sourceforge.net/projects/smb4k/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND=">=net-fs/samba-3.4.2[cups]"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-DOCS=( AUTHORS BUGS ChangeLog README )



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2017-05-11 Thread Richard Farina
commit: f6d13e04dfc44a35bf8da24975a76d17bb7f5c18
Author: Zero_Chaos  gentoo  org>
AuthorDate: Fri May 12 01:36:20 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Fri May 12 01:36:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d13e04

x11-drivers/nvidia-drivers: fix SRC_URI for current stable and forward, this 
seems like the minimum sane change and it works

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-drivers/nvidia-drivers/nvidia-drivers-378.13.ebuild | 2 +-
 x11-drivers/nvidia-drivers/nvidia-drivers-381.09.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-378.13.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-378.13.ebuild
index bd330f4659f..3d7d7ade382 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-378.13.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-378.13.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit eutils flag-o-matic linux-info linux-mod multilib-minimal 
nvidia-driver \
portability toolchain-funcs unpacker user udev
 
-NV_URI="http://http.download.nvidia.com/XFree86/";
+NV_URI="http://us.download.nvidia.com/XFree86/";
 X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}"
 AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"
 ARM_NV_PACKAGE="NVIDIA-Linux-armv7l-gnueabihf-${PV}"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-381.09.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-381.09.ebuild
index 063e27fb94f..3cd1af66ffe 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-381.09.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-381.09.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 inherit eutils flag-o-matic linux-info linux-mod multilib-minimal 
nvidia-driver \
portability toolchain-funcs unpacker user udev
 
-NV_URI="http://http.download.nvidia.com/XFree86/";
+NV_URI="http://us.download.nvidia.com/XFree86/";
 X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}"
 AMD64_NV_PACKAGE="NVIDIA-Linux-x86_64-${PV}"
 ARM_NV_PACKAGE="NVIDIA-Linux-armv7l-gnueabihf-${PV}"



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

2017-05-11 Thread Matthias Maier
commit: 8037aab276be346ac51c10150a455352842e
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu May 11 14:28:04 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Fri May 12 00:22:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8037aab2

app-emulation/virt-viewer: drop old version 3.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-emulation/virt-viewer/Manifest   |  1 -
 app-emulation/virt-viewer/virt-viewer-3.1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/app-emulation/virt-viewer/Manifest 
b/app-emulation/virt-viewer/Manifest
index ede8f39c720..b9fc7101837 100644
--- a/app-emulation/virt-viewer/Manifest
+++ b/app-emulation/virt-viewer/Manifest
@@ -1,3 +1,2 @@
-DIST virt-viewer-3.1.tar.gz 835147 SHA256 
be4e49470b650fc22513c2c01f2e13e30ee2d494d0d7b319b6f414ca781078c7 SHA512 
72deb289c32a315fc4e1d73148d0b0a366cf929ff9fb389b62d750d317d02a43e2bf3bc170f43d9f37a184d8c7754b3e282de404fbcfa59ff278a87e4aa0acaf
 WHIRLPOOL 
90f47dfc79f1529272fae8fbaf7553c369a9c2161b63071037fcb5279050a5ff9391800922e2a43f5c37e133b13f6736b59f3574531e22ce7dd27d2de9c714cf
 DIST virt-viewer-4.0.tar.gz 897593 SHA256 
1c427b0ea104539342519334735e6f667d5784c42a5aafc253b580875d88fa1f SHA512 
7d1e470a159c8784dff6c4fb1f9228689f76ddbdae314bd57f86c6dc975d1d50590732640768b7e08d6a3bbc02eefbde090cd8f05c97151cd8abdc7ae97e66ea
 WHIRLPOOL 
e07b472e8a562c608d69cc211c34c6558ba08694f92ea6250f23c719a3a32f82d3f8b20d4fa5fd992497a8402bc40b6abdde80345ca1ec4e539826807cdd81ec
 DIST virt-viewer-5.0.tar.gz 908726 SHA256 
0b2ded8b927a782a20fcf93b5377051285eec5677501b593d650213e79b88b2e SHA512 
924fa88fd0ca7cc5b3d0a348c0d1104337fe0a06328e32110b4417c64f5d9efaf6df534adbc1eaa69157d229763b773307fa834a66f16156e3703731525eb690
 WHIRLPOOL 
43ac427fd1318f7579db35141e15edacdd55b0b979a726f0b4f801954376754e33b93e042c8fc8799b5fa7ef08fa3cf18eb35c607cde60a28b7719e7fd731df5

diff --git a/app-emulation/virt-viewer/virt-viewer-3.1.ebuild 
b/app-emulation/virt-viewer/virt-viewer-3.1.ebuild
deleted file mode 100644
index e004782ebf5..000
--- a/app-emulation/virt-viewer/virt-viewer-3.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2 fdo-mime
-
-DESCRIPTION="Graphical console client for connecting to virtual machines"
-HOMEPAGE="http://virt-manager.org/";
-SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="sasl +spice +vnc"
-
-RDEPEND=">=app-emulation/libvirt-0.10.0[sasl?]
-   >=dev-libs/libxml2-2.6
-   x11-libs/gtk+:3
-   spice? ( >=net-misc/spice-gtk-0.30[sasl?,gtk3] )
-   vnc? ( >=net-libs/gtk-vnc-0.5.0[sasl?,gtk3] )"
-DEPEND="${RDEPEND}
-   dev-lang/perl
-   >=dev-util/intltool-0.35.0
-   virtual/pkgconfig
-   spice? ( >=app-emulation/spice-protocol-0.12.10 )"
-
-REQUIRED_USE="|| ( spice vnc )"
-
-pkg_setup() {
-   G2CONF="$(use_with vnc gtk-vnc) $(use_with spice spice-gtk)"
-   G2CONF="${G2CONF} --with-gtk=3.0 --without-ovirt 
--disable-update-mimedb"
-}
-
-src_prepare() {
-   epatch_user
-}
-
-src_test() {
-   default
-}
-
-src_install() {
-   default
-}
-
-pkg_postinst() {
-   fdo-mime_mime_database_update
-}



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

2017-05-11 Thread Zac Medico
commit: 8c644e9688e00c4c45bfc07b3488f82d047884c4
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 12 00:14:42 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 12 00:14:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c644e96

www-apps/novnc: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/novnc/novnc-0.6.2.ebuild | 2 +-
 www-apps/novnc/novnc-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/novnc/novnc-0.6.2.ebuild 
b/www-apps/novnc/novnc-0.6.2.ebuild
index 31b6c2fa9e4..431a5d643c7 100644
--- a/www-apps/novnc/novnc-0.6.2.ebuild
+++ b/www-apps/novnc/novnc-0.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 

diff --git a/www-apps/novnc/novnc-.ebuild b/www-apps/novnc/novnc-.ebuild
index 410adf2ae51..3bcb1d55fc6 100644
--- a/www-apps/novnc/novnc-.ebuild
+++ b/www-apps/novnc/novnc-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-2
 



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

2017-05-11 Thread Zac Medico
commit: d503f63c901093ec4e21ec93e5d70b99e080d994
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 12 00:07:50 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 12 00:09:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d503f63c

dev-python/websockify: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

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



[gentoo-commits] repo/gentoo:master commit in: x11-misc/spacefm/files/

2017-05-11 Thread Daniel Campbell
commit: de2db60f8afd411eb0340c6bf6ed833407e8d7a3
Author: Daniel Campbell  gentoo  org>
AuthorDate: Thu May 11 23:23:21 2017 +
Commit: Daniel Campbell  gentoo  org>
CommitDate: Thu May 11 23:23:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2db60f

x11-misc/spacefm: Improve patch coverage wrt bug 603000

Thanks to Polynomial-C for catching this.

Gentoo-Bug: 603000
Gentoo-Bug-URL: https://bugs.gentoo.org/603000
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-misc/spacefm/files/spacefm-include-sysmacros.patch | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/x11-misc/spacefm/files/spacefm-include-sysmacros.patch 
b/x11-misc/spacefm/files/spacefm-include-sysmacros.patch
index 153d7c28a25..28bbfc7c405 100644
--- a/x11-misc/spacefm/files/spacefm-include-sysmacros.patch
+++ b/x11-misc/spacefm/files/spacefm-include-sysmacros.patch
@@ -8,3 +8,14 @@
   
  #ifdef HAVE_STATVFS
  #include 
+--- a/src/main.c
 b/src/main.c
+@@ -30,6 +30,8 @@
+ 
+ #include 
+ 
++#include  /* for major/minor, dev_t */
++
+ #include "main-window.h"
+ 
+ #include "vfs-file-info.h"



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

2017-05-11 Thread Michael Orlitzky
commit: 3c89f05171fd04641d3574d8444298ae46aba6e9
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu May 11 22:52:29 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu May 11 22:52:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89f051

profiles: mask app-arch/undms and app-arch/unlzx for removal.

Gentoo-Bug: 618130
Gentoo-Bug: 618140

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

diff --git a/profiles/package.mask b/profiles/package.mask
index b7e94f86c1f..46b863fe42f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,13 @@
 #--- END OF EXAMPLES ---
 
 # Michael Orlitzky  (11 May 2017)
+# Neither of these packages has a clear license, and both are
+# unmaintained (and probably unused). No reverse dependencies,
+# either. See bugs 618130 and 618140. To be removed in 30 days.
+app-arch/undms
+app-arch/unlzx
+
+# Michael Orlitzky  (11 May 2017)
 # This is nice to have in the tree for testing, but there
 # are random build failures with USE=jit, so it's not ready
 # for mass consumption just yet.



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw/

2017-05-11 Thread Michael Orlitzky
commit: c97417799ea3291668efb15897c783c73c12a0d2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu May 11 22:37:52 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu May 11 22:37:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9741779

net-firewall/ufw: new revision with python-3.6 support.

Gentoo-Bug: 616942

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-firewall/ufw/{ufw-0.35.ebuild => ufw-0.35-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ufw/ufw-0.35.ebuild 
b/net-firewall/ufw/ufw-0.35-r1.ebuild
similarity index 99%
rename from net-firewall/ufw/ufw-0.35.ebuild
rename to net-firewall/ufw/ufw-0.35-r1.ebuild
index 996cb40a724..8bb70a9e35f 100644
--- a/net-firewall/ufw/ufw-0.35.ebuild
+++ b/net-firewall/ufw/ufw-0.35-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 DISTUTILS_IN_SOURCE_BUILD=1
 
 inherit bash-completion-r1 eutils linux-info distutils-r1 systemd



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

2017-05-11 Thread Mike Gilbert
commit: 955e1fc72d7457b11322d351c1991b5458d805b5
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 11 17:55:16 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 11 22:21:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955e1fc7

app-admin/cli53: bump to 0.8.8

Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62

 app-admin/cli53/Manifest   | 2 +-
 app-admin/cli53/{cli53-0.8.4.ebuild => cli53-0.8.8.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/cli53/Manifest b/app-admin/cli53/Manifest
index 9325277cf65..623d099dd69 100644
--- a/app-admin/cli53/Manifest
+++ b/app-admin/cli53/Manifest
@@ -1,2 +1,2 @@
-DIST cli53-0.8.4.tar.gz 4368956 SHA256 
ab57119af8e0f2af67616ef0d860ef055a97c077447fe5740c7123b2890cf6bd SHA512 
281965532ff05b62bbf5bb0d5e6407df0587f86feb5de21b6b510a85106cadf79ada444f0e0f6293542e74635ca5d3bed753030634291d69b1ded4959acf05f6
 WHIRLPOOL 
a334966b982dfaa6dd02275a38834926e8702b700d97037ee36405f9a72f00a02b36fc3a19e58d0073dc8d6783f644f86bfa342cd1283bbc87e1c99e7531340c
 DIST cli53-0.8.7.tar.gz 4369907 SHA256 
c05918a1c1e5e660bda4b6ca080234a5ccc7c02d8c5b5f9f761faa57f53fb95c SHA512 
ee2efa13a01597312241f7a5ce7a9f0f299d24cab0e44099376c5592118c9ab62331d10f8ff29c3fe15467aa806aa1db14e1f05ae4c841f906695b67dc983991
 WHIRLPOOL 
a716309b0713fca9b1f708dee4ee4b42ca11b86364708d7eab20b24ce16f906ca3ee2d2cd894ab97ba3b185b567f6eb4c3677027e86ee4337ceca989419718aa
+DIST cli53-0.8.8.tar.gz 4371616 SHA256 
31c4dcd25c0fa514d6d02f5668bd55295ec2d5c07ee3e2e5219034b9bbc3d37f SHA512 
ee9e73094de3b0aff6679b12a08ca176104935bd40bff31ce9721bc8a2d23f2ef3338ea5711cec24336e091bae6c89454ba9990b7a4804f0d08c589ec44e0221
 WHIRLPOOL 
d3106e1a050507f67d3e158c6ead422f05af02fa19a3e654f474d0770758266041cc4c7829e74b61d686d01a0a124e155f28f277c6d19fe441e63d2cb362c4ff

diff --git a/app-admin/cli53/cli53-0.8.4.ebuild 
b/app-admin/cli53/cli53-0.8.8.ebuild
similarity index 94%
rename from app-admin/cli53/cli53-0.8.4.ebuild
rename to app-admin/cli53/cli53-0.8.8.ebuild
index 6b40b7aa848..c2d625e1fc6 100644
--- a/app-admin/cli53/cli53-0.8.4.ebuild
+++ b/app-admin/cli53/cli53-0.8.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



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

2017-05-11 Thread Mike Gilbert
commit: 953f5586df5afba40d50a16243eb8003b4d4f7e2
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu May 11 22:21:17 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu May 11 22:21:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953f5586

www-client/chromium: beta channel bump (59.0.3071.47)

Package-Manager: Portage-2.3.5_p32, Repoman-2.3.2_p62

 www-client/chromium/Manifest   | 2 +-
 .../{chromium-59.0.3071.29.ebuild => chromium-59.0.3071.47.ebuild} | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index a45834420e5..e422e841280 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-58.0.3029.81.tar.xz 509252204 SHA256 
5ab61b7025a5143fa1b21713479b316ec7a98e262e79e84f9c9a9656179217cb SHA512 
49e8a641e6fe839880ac4cc17aa4b79875dbd0e14adcf7ad0138730334555fd57c93c1e7ebdf6f03c61528c351a5a489f56fb7d7809aef268627b186c547a4f3
 WHIRLPOOL 
eed9d97cd4cb4d9a56864e65e797f6d126327d6e9371bdfe416fd57f0f4c9c83f37e125798a1753b5d8bc5921036bdfe064b3d7e94c3ba315a710241a6c5b179
-DIST chromium-59.0.3071.29.tar.xz 531699488 SHA256 
8a727561e4d9892d99d93cdbed29bdc97aa597c3e0ff819100eb822bae35e79d SHA512 
e364aa088f812b919043f3ef70bbc3505f383146f5736599eb982e36eddc6440703c77f6416f76eafa5e2a9ae3b3e954e8acd2457d28666b06a9ca6c8a655e4d
 WHIRLPOOL 
99ac0719890d901c43dcbd392ee26ffaa959e9d8fe09a4eba64d51a921ca0371e913ed34c7e720fb81d42e6fc16d439548eb01afa128a0707a1788b70bcb32a8
 DIST chromium-59.0.3071.36.tar.xz 531792008 SHA256 
1c62e16d47969897c1dda97e12c14646d3504dd191c6175d92c1fde57ac1a79a SHA512 
c97d599f37fbdf9b6966861b2b1b016c68bfdd702bb9967152dee374500f9ca9b3eb6fe4bb00640c71c0217257b7912c6b7bc8b8b0713685282b3708643e2b7e
 WHIRLPOOL 
cdf10735423c04a54685abd8d8c210b4999691a86b4fc826c30f190e69a12e32edb83ccbe1e6bf173d76d6638b587acd9b85deec27ca912d69fb2e3a53a41b2b
+DIST chromium-59.0.3071.47.tar.xz 531847280 SHA256 
d431b463e8a6c194d5b5dbee0c664aec8d1d87a2cc17b4237eca2b37d3698ab5 SHA512 
98a608248ee9948cf34e9e5cbeb735515354cbfd869b5a773dda6c25d3351b1a7c289a85c0fb0f37340a4f54e02f8b38e54e14455eb58a6a7040596e0d7c50cf
 WHIRLPOOL 
f136b13c97ce1589f8acd26c45cd9fc21d68960532b52c9826e44dbff6e9d1350bc0bf5f63e0b9a205e409b6c381ca3f5762b826db928555ca424664e7bdfe45
 DIST chromium-60.0.3080.5.tar.xz 529799584 SHA256 
7d6cc16eba14b4417b02f8533707b6ea910574402b2f92463f831eb7c19eb536 SHA512 
da4ad6820d080549c694d5ef2cdaf380004f19630c4caf3c5cdb73863685751cc278c81f846d30c3ebee1be4608dad3cfe1598af31f10b4e6c47bffab4c91431
 WHIRLPOOL 
b9f48d1fccf7914463572d857cb0e552d3178114a20d4f83d486037d9b55c3277a2f93c6fea245d136ae5b59a14a8bf0c1bc923e4395e5619a043ef0655601ec
 DIST chromium-60.0.3088.3.tar.xz 530979712 SHA256 
f47aa0f8a3a1280f1df548a31a0560f32f205716bbd4b72866c101a78842fc1f SHA512 
a80684d8b941fe6c91cd3b9d558f1a8b6a61ee1292424d5c2ca67d8e8b46df2291d4f95f40d02e393a83ea0f3e3f99274e8a86473e8c1c7702ace50ad26e79f9
 WHIRLPOOL 
227045a6c130ddd12b0bef00e7886e8435cb58e988e02a6320f0ba32f8c78203de88ad31df0fc2ef80e9c5f88449513e5fd6fd6279dd360070c94830038a6859

diff --git a/www-client/chromium/chromium-59.0.3071.29.ebuild 
b/www-client/chromium/chromium-59.0.3071.47.ebuild
similarity index 99%
rename from www-client/chromium/chromium-59.0.3071.29.ebuild
rename to www-client/chromium/chromium-59.0.3071.47.ebuild
index 34f1b009d9b..909ae41ab28 100644
--- a/www-client/chromium/chromium-59.0.3071.29.ebuild
+++ b/www-client/chromium/chromium-59.0.3071.47.ebuild
@@ -593,6 +593,9 @@ src_install() {
doins -r out/Release/locales
doins -r out/Release/resources
 
+   insinto "${CHROMIUM_HOME}/swiftshader"
+   doins out/Release/swiftshader/*.so
+
newman out/Release/chrome.1 chromium.1
newman out/Release/chrome.1 chromium-browser.1
 



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

2017-05-11 Thread Patrice Clement
commit: f68376bd2b291f297143ab99d99367011b4a5974
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 11 21:54:36 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 11 22:05:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68376bd

app-admin/watchfolder: stable for amd64.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild 
b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
index 395d4e142bb..ff216bde996 100644
--- a/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
+++ b/app-admin/watchfolder/watchfolder-0.3.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://dstunrea.sdf-eu.org/files/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~x86"
 
 S="${WORKDIR}/${P/folder/d}"
 



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

2017-05-11 Thread Patrice Clement
commit: 7f634a1461d6f4b26f3637cd90faa67a80740d5e
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 11 21:55:30 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 11 22:05:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f634a14

app-admin/sxid: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/sxid/sxid-4.2-r2.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/app-admin/sxid/sxid-4.2-r2.ebuild 
b/app-admin/sxid/sxid-4.2-r2.ebuild
new file mode 100644
index 000..1dd3cef652d
--- /dev/null
+++ b/app-admin/sxid/sxid-4.2-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="suid, sgid file and directory checking"
+HOMEPAGE="http://freshmeat.net/projects/sxid";
+SRC_URI="http://linukz.org/download/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="virtual/mailx"
+
+DOCS=( docs/sxid.{conf,cron}.example )
+
+src_prepare() {
+   default
+   # this is an admin application and really requires root to run correctly
+   # we need to move the binary to the sbin directory
+   sed -i s/bindir/sbindir/g source/Makefile.in || die
+   eautoreconf
+}
+
+pkg_postinst() {
+   elog
+   elog "You will need to configure sxid.conf for your system using the 
manpage and example"
+   elog
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2017-05-11 Thread Lars Wendler
commit: be650abef1ace3094d1afb3d75719013b10e4e28
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 11 22:00:14 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 11 22:00:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be650abe

dev-vcs/git: Removed old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/git/Manifest  |   3 -
 dev-vcs/git/git-2.11.1.ebuild | 680 --
 2 files changed, 683 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 7634b724014..bde1b288b77 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,15 +1,12 @@
 DIST git-2.10.2.tar.xz 4106108 SHA256 
94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 SHA512 
0ab09de481dbb31c3304382afaa5d3fc9f861115c9954c65b11a8a1c34b939118c7ed3ff60ac329145888596388e3e4d2b2fb677fe109d33a57206d531b5ee6a
 WHIRLPOOL 
808404fa13f908d149028f64aaf5b73400448fff6393dabfaa874d750065e86ff5dae4903724cbca4e59fb74b3ff30b8b8f0a0f1435a0a90c18267c7a0550de6
-DIST git-2.11.1.tar.xz 4208132 SHA256 
c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415 SHA512 
c9d4196ad9c4f656b5a25fe688c06248bfce4fadac38e9bc835e5e9063ab95e3d4b3db4174acea0b3b64c5455adc93d39870f2b6009d2dd6aa0edb5a5f5bda40
 WHIRLPOOL 
c91d7d096348cacd5a691d12406acb98d7fd703ac06e4d4fc31d85eead29c87860a96d43df06c1e3610837b4eb34adccb5b7b259531e064d495347fd2b14914e
 DIST git-2.12.2.tar.xz 4273748 SHA256 
d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a SHA512 
0e980ea6932b43c87892c0628d23bce62dc8fa8be3510e6e8bbd14605526e3b13c8a32ea9fbe8a74c286c4fe0e1fa34e85922edf743a9405a31d5657804b4b8d
 WHIRLPOOL 
45b60d67aa930f1e298ef9b02d95b8cfe7caa806716ba3bbfdb3a0b7736dc16631e1888d50844d5dba8ffe4c7a4216006edd32f1ddda0ed0f770472befa6bb8c
 DIST git-2.12.3.tar.xz 4280156 SHA256 
016124c54ce2db7a4c2bd26b0de21fbf8f6bcaee04842aa221c7243141df4e42 SHA512 
a7c69995f96f2d1cd37863c9d77d45481985de0a20259bb658b1f781a2295e31e5b29454b747d4d93ab28c1b48d172475490d1139f8223a6788d8db937e06b3c
 WHIRLPOOL 
6c8b27922bf6e5d4cb385c29ac61a483ee2d47ad7e3d03ede313eab27218d29c5069207ea5aa05e676ee6140178f572963fa694d8cd92c3421d1bf0dd11a2ba8
 DIST git-2.13.0.tar.xz 4744388 SHA256 
4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258 SHA512 
709e78ce1a7396c021af5802a89cd4a90802781c4ce4408af50ad8d11a5fc394a108ef24843fb901321e2e0597018111414443ce0d166ca5b1475db503246372
 WHIRLPOOL 
ba5c6b247ea5a92460a90f36920602b2c8134892d8d94291c8a4aac8012d560a5404a2819f33a23b927c7f0435bd928d54265ce182066ccce902e2d85f27e0d8
 DIST git-htmldocs-2.10.2.tar.xz 1068436 SHA256 
dd43111c3518a92a7fe64ac5cd32a5d4d77d49c67f7d89dce3e8293bc3d6b491 SHA512 
8ef57218d7eef285ac427414d92bd5e8eba5c85c2a2a9ec0e423705ee2cb6f26dd33ad780d1b4237e7534dbe5cc3b4d8eea5780d0acc49066d78fc1893df2525
 WHIRLPOOL 
160fe3446d959d0f2315c9b2be182925619a4d89343602038e92283abdb393805eb5252799c502b83641d9e23a157332033baaa1ef2f1d9401cbbf372d8e86d7
-DIST git-htmldocs-2.11.1.tar.xz 1083264 SHA256 
1a5f1e4a5eadad89b0783efa08bb1f7e3802d4a4d0a135bf5f61fd672ea3846e SHA512 
dee37cfa0870f7289c66c3c58bb86d01324bfd30f4d4a05dedebef98ddb38339c7937bb2caee0e1d35ef579de414e5f280d5fd9f48fb427f497fe2f7d62f7d2a
 WHIRLPOOL 
0ec4856405dbbc89547ab6d7236a787516fb7b8a8d2a3ff190b310c6b83cccfd080a5e9bac0523c99b34849b14a0eb96ffc16348643f65b38ebcdc3c8d8cd17e
 DIST git-htmldocs-2.12.2.tar.xz 1092716 SHA256 
6f656085c2fdca94df1cc3eb8624c38099f920318c428e34ef0333ecf7f4cd59 SHA512 
225aa58becc5d45a8f39333a68b4078147f3d8e31b1653eea181b83f5650c07b10c917596c6ca62b22e812932145fcde6932fa116a9731fda3c263e66f9a560f
 WHIRLPOOL 
562a3f9ebd39563f92420274a02464cd1a4dfdcba7d01906d8e03f1f853d272e1edcf29969a76662e83fb7f11da502e0617ef7a30c961c23b881f889d63766d3
 DIST git-htmldocs-2.12.3.tar.xz 1093576 SHA256 
50a8d3e1fc466260907ca0043c41e7c5be9854dfe039b0a1f18bb402ba8d0f58 SHA512 
aaab5d208be8585a1f4ab9783b955770d80e766c25882c0c287978bba728392eb4dbc4c2e4923da8a1f03e32c3ff73020fc8e4b2703060ec6419ae3c38b7ef39
 WHIRLPOOL 
f2a0ef72c0b1e36a62f12a6e33847a90a632dd6eac3f1d457085b42da49e049dba6b93fa09983db3a25d8ed9919728435a779d7d1927a90bc9fc5069b3728e6a
 DIST git-htmldocs-2.13.0.tar.xz 1107480 SHA256 
d5ddfb8eedd5a53c0e46e183ed1513dbdd4f5d5e7ef6624040ba0b7381221e3a SHA512 
053b3584b1bdb6968ce54d97d9c58ec221c604f90c3953c9e850009e9263e71bf970f0f268a35769ea4f0e617811297bc771c20eefab8e600a22d1f4efe7f675
 WHIRLPOOL 
fb5f37a95fc459dd96a8d811103886c0c308df38f57a63fa5b3db3e9d51c6024cab79df7a9e86772ce6a6b388546166a39a531e47773459482aa97502733dc2e
 DIST git-manpages-2.10.2.tar.xz 395556 SHA256 
83b0a317f6039ad95ef6af6a182cf659c2d053eed5d8f70b06710eb787f8aa6f SHA512 
0dc5df8441601865511983b85762102396cbf7c704fd831ebef7b7639252b971f6b4080b8a57226a86124edcdd77acf24374da22047bd315769a09109bef
 WHIRLPOOL 
e1d6b9cb4479b584c16a25a4f3b0528d96d483307e768efea3d7bd8156d74e1c59b61a641dfe5671f4cb01a02f10322262d133cb76f85194ac97ee74c6195d0e
-DIST git-manpages-2.11.1.tar.xz 400812 SHA25

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2017-05-11 Thread Lars Wendler
commit: 4082778bb76e3d0f8b3bfb222f64d07fb2e43fa2
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 11 21:59:34 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 11 22:00:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4082778b

dev-vcs/git: Bump to version 2.12.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/git/Manifest  |   3 +
 dev-vcs/git/git-2.12.3.ebuild | 677 ++
 2 files changed, 680 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 5e947cab977..7634b724014 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,12 +1,15 @@
 DIST git-2.10.2.tar.xz 4106108 SHA256 
94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 SHA512 
0ab09de481dbb31c3304382afaa5d3fc9f861115c9954c65b11a8a1c34b939118c7ed3ff60ac329145888596388e3e4d2b2fb677fe109d33a57206d531b5ee6a
 WHIRLPOOL 
808404fa13f908d149028f64aaf5b73400448fff6393dabfaa874d750065e86ff5dae4903724cbca4e59fb74b3ff30b8b8f0a0f1435a0a90c18267c7a0550de6
 DIST git-2.11.1.tar.xz 4208132 SHA256 
c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415 SHA512 
c9d4196ad9c4f656b5a25fe688c06248bfce4fadac38e9bc835e5e9063ab95e3d4b3db4174acea0b3b64c5455adc93d39870f2b6009d2dd6aa0edb5a5f5bda40
 WHIRLPOOL 
c91d7d096348cacd5a691d12406acb98d7fd703ac06e4d4fc31d85eead29c87860a96d43df06c1e3610837b4eb34adccb5b7b259531e064d495347fd2b14914e
 DIST git-2.12.2.tar.xz 4273748 SHA256 
d21a9e23506e618d561fb25a8a7bd6134f927b86147930103487117a7a678c4a SHA512 
0e980ea6932b43c87892c0628d23bce62dc8fa8be3510e6e8bbd14605526e3b13c8a32ea9fbe8a74c286c4fe0e1fa34e85922edf743a9405a31d5657804b4b8d
 WHIRLPOOL 
45b60d67aa930f1e298ef9b02d95b8cfe7caa806716ba3bbfdb3a0b7736dc16631e1888d50844d5dba8ffe4c7a4216006edd32f1ddda0ed0f770472befa6bb8c
+DIST git-2.12.3.tar.xz 4280156 SHA256 
016124c54ce2db7a4c2bd26b0de21fbf8f6bcaee04842aa221c7243141df4e42 SHA512 
a7c69995f96f2d1cd37863c9d77d45481985de0a20259bb658b1f781a2295e31e5b29454b747d4d93ab28c1b48d172475490d1139f8223a6788d8db937e06b3c
 WHIRLPOOL 
6c8b27922bf6e5d4cb385c29ac61a483ee2d47ad7e3d03ede313eab27218d29c5069207ea5aa05e676ee6140178f572963fa694d8cd92c3421d1bf0dd11a2ba8
 DIST git-2.13.0.tar.xz 4744388 SHA256 
4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258 SHA512 
709e78ce1a7396c021af5802a89cd4a90802781c4ce4408af50ad8d11a5fc394a108ef24843fb901321e2e0597018111414443ce0d166ca5b1475db503246372
 WHIRLPOOL 
ba5c6b247ea5a92460a90f36920602b2c8134892d8d94291c8a4aac8012d560a5404a2819f33a23b927c7f0435bd928d54265ce182066ccce902e2d85f27e0d8
 DIST git-htmldocs-2.10.2.tar.xz 1068436 SHA256 
dd43111c3518a92a7fe64ac5cd32a5d4d77d49c67f7d89dce3e8293bc3d6b491 SHA512 
8ef57218d7eef285ac427414d92bd5e8eba5c85c2a2a9ec0e423705ee2cb6f26dd33ad780d1b4237e7534dbe5cc3b4d8eea5780d0acc49066d78fc1893df2525
 WHIRLPOOL 
160fe3446d959d0f2315c9b2be182925619a4d89343602038e92283abdb393805eb5252799c502b83641d9e23a157332033baaa1ef2f1d9401cbbf372d8e86d7
 DIST git-htmldocs-2.11.1.tar.xz 1083264 SHA256 
1a5f1e4a5eadad89b0783efa08bb1f7e3802d4a4d0a135bf5f61fd672ea3846e SHA512 
dee37cfa0870f7289c66c3c58bb86d01324bfd30f4d4a05dedebef98ddb38339c7937bb2caee0e1d35ef579de414e5f280d5fd9f48fb427f497fe2f7d62f7d2a
 WHIRLPOOL 
0ec4856405dbbc89547ab6d7236a787516fb7b8a8d2a3ff190b310c6b83cccfd080a5e9bac0523c99b34849b14a0eb96ffc16348643f65b38ebcdc3c8d8cd17e
 DIST git-htmldocs-2.12.2.tar.xz 1092716 SHA256 
6f656085c2fdca94df1cc3eb8624c38099f920318c428e34ef0333ecf7f4cd59 SHA512 
225aa58becc5d45a8f39333a68b4078147f3d8e31b1653eea181b83f5650c07b10c917596c6ca62b22e812932145fcde6932fa116a9731fda3c263e66f9a560f
 WHIRLPOOL 
562a3f9ebd39563f92420274a02464cd1a4dfdcba7d01906d8e03f1f853d272e1edcf29969a76662e83fb7f11da502e0617ef7a30c961c23b881f889d63766d3
+DIST git-htmldocs-2.12.3.tar.xz 1093576 SHA256 
50a8d3e1fc466260907ca0043c41e7c5be9854dfe039b0a1f18bb402ba8d0f58 SHA512 
aaab5d208be8585a1f4ab9783b955770d80e766c25882c0c287978bba728392eb4dbc4c2e4923da8a1f03e32c3ff73020fc8e4b2703060ec6419ae3c38b7ef39
 WHIRLPOOL 
f2a0ef72c0b1e36a62f12a6e33847a90a632dd6eac3f1d457085b42da49e049dba6b93fa09983db3a25d8ed9919728435a779d7d1927a90bc9fc5069b3728e6a
 DIST git-htmldocs-2.13.0.tar.xz 1107480 SHA256 
d5ddfb8eedd5a53c0e46e183ed1513dbdd4f5d5e7ef6624040ba0b7381221e3a SHA512 
053b3584b1bdb6968ce54d97d9c58ec221c604f90c3953c9e850009e9263e71bf970f0f268a35769ea4f0e617811297bc771c20eefab8e600a22d1f4efe7f675
 WHIRLPOOL 
fb5f37a95fc459dd96a8d811103886c0c308df38f57a63fa5b3db3e9d51c6024cab79df7a9e86772ce6a6b388546166a39a531e47773459482aa97502733dc2e
 DIST git-manpages-2.10.2.tar.xz 395556 SHA256 
83b0a317f6039ad95ef6af6a182cf659c2d053eed5d8f70b06710eb787f8aa6f SHA512 
0dc5df8441601865511983b85762102396cbf7c704fd831ebef7b7639252b971f6b4080b8a57226a86124edcdd77acf24374da22047bd315769a09109bef
 WHIRLPOOL 
e1d6b9cb4479b584c16a25a4f3b0528d96d483307e768efea3d7bd8156d74e1c59b61a641dfe5671f4cb01a02f10322262d133cb76f85194ac97ee74c6195d0e
 DIST git-manpages-2.11.1.tar.xz 4

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

2017-05-11 Thread Lars Wendler
commit: a5722e527a1aaec610a31335d4de419a4e5ca56d
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 11 20:57:57 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 11 22:00:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5722e52

app-admin/sudo: Bump to version 1.8.20

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/sudo/Manifest   | 2 +-
 app-admin/sudo/{sudo-1.8.20_rc3.ebuild => sudo-1.8.20.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sudo/Manifest b/app-admin/sudo/Manifest
index b1b2762018d..3d929feca2b 100644
--- a/app-admin/sudo/Manifest
+++ b/app-admin/sudo/Manifest
@@ -1,3 +1,3 @@
 DIST sudo-1.8.18p1.tar.gz 2822109 SHA256 
e5a0471c721281a693025bbde33ebd9d3db43245d83ab8516bbfc23980379434 SHA512 
8dceeb5024c4f94fcc15e75fa2fd164af5e0597734f95df43207738b3258c4d396e102faf2b6811e399f1cdbdbf617b87e5bfcc1e591ea6722f45d81d1098fe5
 WHIRLPOOL 
094c1232517706a6da4a0548f7ab5c0c7b9e12f8ce584db97d0c4793a38c4044538637f2834b9f3104326bd5b4b826d08ab79b1dc2c5b950de7d7f558685ef7b
 DIST sudo-1.8.19p2.tar.gz 2861855 SHA256 
237e18e67c2ad59ecacfa4b7707198b09fcf84914621585a9bc670dcc31a52e0 SHA512 
21c83403e7ff219a273b2c4873be0d858997558ca150bc8239379a9dfcc587fdd7c0c49cdf4cdc27dfd6dd45f9f089fa034b58bfcee07dceb4a481542251b3fc
 WHIRLPOOL 
550ed115ea711d6ba9aa698cd988295b74327dd770d79b6852f9f3f00a1c0420bbdcce5cc7c49467e0cf8a57fc79dbcfc73edaf3ad697e06ba9fd48919fece0b
-DIST sudo-1.8.20rc3.tar.gz 2930769 SHA256 
97720b78c12626356b41d1e87b78b08431245afd30ce1c3a7bb68af4878588f5 SHA512 
8fdedcd5b53ebadedf22c7ca7171ea64ee1e03a4e096ecf4d5c45cac452e24f5b117dc2b09febc7c3811d45b9a365ffb3cccef70e417d515cc72d21db2818fb0
 WHIRLPOOL 
19205ee22c581fdf09b131b5150872838360798d4f792e8e1506212fc422ac9c2d674c5ca3a7310087be4560270e348d6ddee1add88a0f46e42f36e53fa6592d
+DIST sudo-1.8.20.tar.gz 2930046 SHA256 
9e97b8da859c6cc1b5b8c31db93002b750eae16af1bbda9140f8dd85b970e0e0 SHA512 
c8cf640cd75fff88cf7c8b3a54a9a16771a9f24129b5c5787657c24336848c31abb8d8b9bafc7bfceb8f0b1f72112e15f9862b8fc337c1072eea05860f417dee
 WHIRLPOOL 
f2e409b18bee01780c21b9d97cdf65a34f763b5f9e380116f77b0d5ab3ddf6f46a80210b1c361e585fb2882ae17433817db7782e9b315b14ea1d7b53bfb0ab2a

diff --git a/app-admin/sudo/sudo-1.8.20_rc3.ebuild 
b/app-admin/sudo/sudo-1.8.20.ebuild
similarity index 100%
rename from app-admin/sudo/sudo-1.8.20_rc3.ebuild
rename to app-admin/sudo/sudo-1.8.20.ebuild



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

2017-05-11 Thread Zac Medico
commit: 11bb2e0bf29d0a4352b0b6d897bbca7ed2d7d4eb
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 21:56:32 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 21:57:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bb2e0b

app-portage/layman: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-portage/layman/layman-2.4.2.ebuild | 2 +-
 app-portage/layman/layman-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/layman/layman-2.4.2.ebuild 
b/app-portage/layman/layman-2.4.2.ebuild
index 2eb0079884f..8e8ec17a7a6 100644
--- a/app-portage/layman/layman-2.4.2.ebuild
+++ b/app-portage/layman/layman-2.4.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 PYTHON_REQ_USE="xml(+),sqlite?"
 
 inherit eutils distutils-r1 linux-info prefix

diff --git a/app-portage/layman/layman-.ebuild 
b/app-portage/layman/layman-.ebuild
index 379d27d7cb5..c5419f1102f 100644
--- a/app-portage/layman/layman-.ebuild
+++ b/app-portage/layman/layman-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 PYTHON_REQ_USE="xml(+),sqlite?"
 
 inherit eutils distutils-r1 git-2 linux-info prefix



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

2017-05-11 Thread Patrice Clement
commit: a089093ebfc0d7cb662f6434ac470934c609e8c5
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 11 21:49:26 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 11 21:50:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a089093e

app-admin/pydf: take over maintainership.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/pydf/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/pydf/metadata.xml b/app-admin/pydf/metadata.xml
index 6f49eba8f49..58c1077b82e 100644
--- a/app-admin/pydf/metadata.xml
+++ b/app-admin/pydf/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-
+   
+   monsie...@gentoo.org
+   Patrice Clement
+   
 



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

2017-05-11 Thread Patrice Clement
commit: 1ff1e2c1c97b8a7d7e64c133b143d7ed5a521976
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu May 11 21:48:29 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu May 11 21:50:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff1e2c1

app-admin/pydf: make use of PN wherever possible.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/pydf/pydf-12-r1.ebuild | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-admin/pydf/pydf-12-r1.ebuild b/app-admin/pydf/pydf-12-r1.ebuild
index 7621a081a3c..62e056c8a46 100644
--- a/app-admin/pydf/pydf-12-r1.ebuild
+++ b/app-admin/pydf/pydf-12-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
 inherit python-r1
 
 DESCRIPTION="Enhanced df with colors"
@@ -12,21 +13,22 @@ 
SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/pydf/${PN}_${PV}.tar.
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
+DOCS=( README )
+
 src_prepare() {
default
-   sed -i -e "s:/etc/pydfrc:${EPREFIX}/etc/pydfrc:" pydf || die
+   sed -i -e "s:/etc/pydfrc:${EPREFIX}/etc/pydfrc:" "${PN}" || die
 }
 
 src_install() {
-   python_foreach_impl python_doscript pydf
+   python_foreach_impl python_doscript "${PN}"
insinto /etc
-   doins pydfrc
-   doman pydf.1
-   dodoc README
+   doins "${PN}rc"
+   doman "${PN}.1"
+   einstalldocs
 }



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

2017-05-11 Thread Andreas Sturmlechner
commit: e87ee18ee571319d7e6d9f60fa4d797bd31ecbbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 21:32:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 21:32:47 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e87ee18e

kde-apps/kopete: DEPEND on media-libs/qimageblitz[-qt5]

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kopete/kopete-17.04.49..ebuild | 2 +-
 kde-apps/kopete/kopete-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kopete/kopete-17.04.49..ebuild 
b/kde-apps/kopete/kopete-17.04.49..ebuild
index fde591c1fc..9786c7e276 100644
--- a/kde-apps/kopete/kopete-17.04.49..ebuild
+++ b/kde-apps/kopete/kopete-17.04.49..ebuild
@@ -69,7 +69,7 @@ COMMONDEPEND="
>=dev-qt/qtgui-4.4.0:4[mng]
kde-frameworks/kdelibs:4[zeroconf?]
media-libs/phonon[qt4]
-   media-libs/qimageblitz
+   media-libs/qimageblitz[-qt5(-)]
!aqua? (
x11-libs/libX11
x11-libs/libXScrnSaver

diff --git a/kde-apps/kopete/kopete-.ebuild 
b/kde-apps/kopete/kopete-.ebuild
index fde591c1fc..9786c7e276 100644
--- a/kde-apps/kopete/kopete-.ebuild
+++ b/kde-apps/kopete/kopete-.ebuild
@@ -69,7 +69,7 @@ COMMONDEPEND="
>=dev-qt/qtgui-4.4.0:4[mng]
kde-frameworks/kdelibs:4[zeroconf?]
media-libs/phonon[qt4]
-   media-libs/qimageblitz
+   media-libs/qimageblitz[-qt5(-)]
!aqua? (
x11-libs/libX11
x11-libs/libXScrnSaver



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

2017-05-11 Thread Andreas Sturmlechner
commit: 00c9a559e085ad55de5eb16a6bb650b04f4d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 21:35:47 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 21:35:47 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=00c9a559

kde-apps/baloo-widgets: Drop obsolete blocker

Reported-by: Torsten Kaiser
Gentoo-bug: 617740

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/baloo-widgets/baloo-widgets-17.04.49..ebuild | 4 +---
 kde-apps/baloo-widgets/baloo-widgets-.ebuild  | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/kde-apps/baloo-widgets/baloo-widgets-17.04.49..ebuild 
b/kde-apps/baloo-widgets/baloo-widgets-17.04.49..ebuild
index 06001b134e..a1748fb6a9 100644
--- a/kde-apps/baloo-widgets/baloo-widgets-17.04.49..ebuild
+++ b/kde-apps/baloo-widgets/baloo-widgets-17.04.49..ebuild
@@ -22,8 +22,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}
-   !kde-base/baloo-widgets
-"
+RDEPEND="${DEPEND}"
 
 RESTRICT+=" test"

diff --git a/kde-apps/baloo-widgets/baloo-widgets-.ebuild 
b/kde-apps/baloo-widgets/baloo-widgets-.ebuild
index 06001b134e..a1748fb6a9 100644
--- a/kde-apps/baloo-widgets/baloo-widgets-.ebuild
+++ b/kde-apps/baloo-widgets/baloo-widgets-.ebuild
@@ -22,8 +22,6 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
 "
-RDEPEND="${DEPEND}
-   !kde-base/baloo-widgets
-"
+RDEPEND="${DEPEND}"
 
 RESTRICT+=" test"



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

2017-05-11 Thread Andreas Sturmlechner
commit: 922a16c9badc545c7ccfc0f630ddc05f145a3981
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 21:31:38 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 21:31:38 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=922a16c9

kde-apps/kdemultimedia-meta: Fix metadata.xml

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kdemultimedia-meta/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/kdemultimedia-meta/metadata.xml 
b/kde-apps/kdemultimedia-meta/metadata.xml
index cd91a57258..38e7c61082 100644
--- a/kde-apps/kdemultimedia-meta/metadata.xml
+++ b/kde-apps/kdemultimedia-meta/metadata.xml
@@ -6,6 +6,6 @@
Gentoo KDE Project


-Include packages for optical discs
+   Include packages for optical discs

 



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

2017-05-11 Thread Andreas Sturmlechner
commit: 9e3537bcbdc5c621fe0336a87dffd0ceb5fd6c2f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 21:40:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 21:40:52 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9e3537bc

kde-apps/kdav: Add blocker against kde-apps/kdepim-l10n

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kdav/kdav-17.04.49..ebuild | 4 +++-
 kde-apps/kdav/kdav-.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kdav/kdav-17.04.49..ebuild 
b/kde-apps/kdav/kdav-17.04.49..ebuild
index aff63b9217..99062e07a1 100644
--- a/kde-apps/kdav/kdav-17.04.49..ebuild
+++ b/kde-apps/kdav/kdav-17.04.49..ebuild
@@ -19,4 +19,6 @@ DEPEND="
$(add_qt_dep qtxml)
$(add_qt_dep qtxmlpatterns)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !kde-apps/kdepim-l10n
+"

diff --git a/kde-apps/kdav/kdav-.ebuild b/kde-apps/kdav/kdav-.ebuild
index aff63b9217..99062e07a1 100644
--- a/kde-apps/kdav/kdav-.ebuild
+++ b/kde-apps/kdav/kdav-.ebuild
@@ -19,4 +19,6 @@ DEPEND="
$(add_qt_dep qtxml)
$(add_qt_dep qtxmlpatterns)
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   !kde-apps/kdepim-l10n
+"



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

2017-05-11 Thread Andreas Sturmlechner
commit: f8568e7e4aa86e96a664a503a37c2b7dfaa1d441
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 18:34:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 21:46:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8568e7e

kde5.eclass: Disable kdoctools_install(po) if KDE_HANDBOOK=forceoptional

Reported-by: Perfect Gentleman  gmail.com>
Gentoo-bug: 618210

 eclass/kde5.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 1e020f11da2..60d8f131f1c 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -544,6 +544,7 @@ kde5_src_prepare() {
 
if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then
punt_bogus_dep KF5 DocTools
+   sed -i -e "/kdoctools_install/ s/^/#DONT/" 
CMakeLists.txt || die
fi
fi
 



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

2017-05-11 Thread Richard Farina
commit: d35608850a2761df04267a501c7817134d7df4ca
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu May 11 21:24:34 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu May 11 21:24:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3560885

net-wireless/urh: bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-wireless/urh/Manifest   |  1 +
 net-wireless/urh/urh-1.6.2.6.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/net-wireless/urh/Manifest b/net-wireless/urh/Manifest
index 633a3f05a41..c5c44bc24af 100644
--- a/net-wireless/urh/Manifest
+++ b/net-wireless/urh/Manifest
@@ -1 +1,2 @@
 DIST urh-1.5.5.tar.gz 10291006 SHA256 
b7884cb57e1b40204fce011c1f652df04bff4120a57329a91144d09e30d83612 SHA512 
bb4dae138042ffb53aac43368b47527909bbaad487cfb194385d7c2910f40e1f19e870d397596b87a333957ab83dc0418fba07038358519919c8ae90d6ef497b
 WHIRLPOOL 
601a8376834fd2bee948e6b9ab0f8596a73a807e67a4a71b89553ac7e779c4ecebf57719b33c818733843f1ce0187921ec8ce55926d6253bf475da95341057fe
+DIST urh-1.6.2.6.tar.gz 11690379 SHA256 
e2005df4032a160bd7f484f7c7d44526480bd23fe67e76a5eb284fc99e9f8c16 SHA512 
1983f827647de1ce57b8ed4e1860344955c3cba401d153150c8ee55bb424d313290e5005045f61d775cb5076d7ade9404f33a7b616ec96a091b71829f4779891
 WHIRLPOOL 
044f64e293a1d68536f25c6c3ed4d487b2599572e21daeaf88f21548c25a0a334868b1b181df15ccba131fb1befc174eb209c425a533f26b4a61f0ea1636e404

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



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

2017-05-11 Thread Richard Farina
commit: 8d1bcb67f86221651bba4fcd3c0133016d40cb74
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu May 11 20:58:44 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu May 11 20:59:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1bcb67

net-analyzer/metasploit: sure is nice when metasploit finally works

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/metasploit/Manifest |  1 +
 .../{metasploit-.ebuild => metasploit-4.14.16.ebuild}| 12 +++-
 net-analyzer/metasploit/metasploit-.ebuild   |  7 +++
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/net-analyzer/metasploit/Manifest b/net-analyzer/metasploit/Manifest
index 96303df90d3..de6a1f6e366 100644
--- a/net-analyzer/metasploit/Manifest
+++ b/net-analyzer/metasploit/Manifest
@@ -1,2 +1,3 @@
 DIST metasploit-4.12.16.tar.gz 23258256 SHA256 
082f4109da2368fc4ec25a64ceae7655da80b3a46f650f86ff52d9bfac05c584 SHA512 
6a95ddc848b95069bc425dd65ba4ed19be981d613cdb13d998ff1222f2ceddaf8b55c355243d69094b691e2a2d7580053284969c9a5133b2328c7d1743055101
 WHIRLPOOL 
70aa40de2c2b8884b3705e9d150f1b30a8477acc9c79ac1e491a0d9f15aa13b4d64697cf5e7e712173862ab96ecc76636b92cbc24ea228a5d14b9a4a420ac064
 DIST metasploit-4.12.7.tar.gz 23335841 SHA256 
30d3fe6f0e3626e86d1497beb21f4ed304fb2f5f375823a5b91f5cbc9d762bae SHA512 
6927876b577e1d2421eeabdd1abab90ac99aef02703c0b431eb664c855008639081af64dd82426b87114c8460ecd31ecb46cc89af1edf4f65a2e79b30d99675a
 WHIRLPOOL 
add23aad4f5f916510c1e879d25b182651c2bd22e10311ebf43347c8a5fc5056a1f9ee13906791754585bfea4ab742a005564347de7dabaa62f987301b4c0332
+DIST metasploit-4.14.16.tar.gz 23726763 SHA256 
c45e17fb3e63569294366806743d2cb0fe44b7173c031c019725ebf36f5922f2 SHA512 
882968e68ff5adf10426f6e8480f3eac7cd9b289c1e641a91e537d31a434858f2c47b4f7b5bf23fcfc22eceecd2527eedb7eac3e9a8ad4a212187762b1b9aab2
 WHIRLPOOL 
b634b804a701a0154b86ddb95f5159f80e76f7146032236fd32198af7f01f51dc56eef2f22eee2da2bbc382ed5fde51b5d8d5fcca1a9b5e81bb93a06c2f12b1d

diff --git a/net-analyzer/metasploit/metasploit-.ebuild 
b/net-analyzer/metasploit/metasploit-4.14.16.ebuild
similarity index 97%
copy from net-analyzer/metasploit/metasploit-.ebuild
copy to net-analyzer/metasploit/metasploit-4.14.16.ebuild
index a5e46c9add2..1df710fce57 100644
--- a/net-analyzer/metasploit/metasploit-.ebuild
+++ b/net-analyzer/metasploit/metasploit-4.14.16.ebuild
@@ -15,12 +15,9 @@ if [[ ${PV} == "" ]] ; then
SLOT=""
 else
##Tags https://github.com/rapid7/metasploit-framework/releases
-   ##Releases 
https://github.com/rapid7/metasploit-framework/wiki/Downloads-by-Version
-   
#SRC_URI="https://github.com/rapid7/metasploit-framework/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   ##Snapshots
MY_PV=${PV/_p/-}

SRC_URI="https://github.com/rapid7/metasploit-framework/archive/${MY_PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm"
RUBY_S="${PN}-framework-${MY_PV}"
inherit versionator
SLOT="$(get_version_component_range 1).$(get_version_component_range 2)"
@@ -50,7 +47,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl
dev-ruby/metasm:1.0.2
>=dev-ruby/metasploit_data_models-2.0.0
dev-ruby/meterpreter_bins:0.0.22
-   dev-ruby/metasploit-payloads:1.2.28
+   dev-ruby/metasploit-payloads:1.2.24
dev-ruby/metasploit_payloads-mettle:0.1.9
>=dev-ruby/metasploit-credential-2.0.0
>=dev-ruby/metasploit-concern-2.0.0
@@ -183,9 +180,14 @@ all_ruby_prepare() {
#Gemfile.lock contains the versions tested by the msf team but not the 
hard requirements
#we regen this file in each_ruby_prepare
rm Gemfile.lock
+
#The Gemfile contains real known deps
sed -i "/gem 'fivemat'/s/, '1.2.1'//" Gemfile || die
+   #use released packetfu
sed -i "s/1.1.13.pre/1.1.13/" metasploit-framework.gemspec || die
+   #git gems are only for ruby24 support and we are not there yet
+   sed -i "/git:/d" Gemfile || die
+
#now we edit the Gemfile based on use flags
if ! use pcap; then
sed -i -e "/^group :pcap do/,/^end$/d" Gemfile || die

diff --git a/net-analyzer/metasploit/metasploit-.ebuild 
b/net-analyzer/metasploit/metasploit-.ebuild
index a5e46c9add2..f2e549088f8 100644
--- a/net-analyzer/metasploit/metasploit-.ebuild
+++ b/net-analyzer/metasploit/metasploit-.ebuild
@@ -15,9 +15,6 @@ if [[ ${PV} == "" ]] ; then
SLOT=""
 else
##Tags https://github.com/rapid7/metasploit-framework/releases
-   ##Releases 
https://github.com/rapid7/metasploit-framework/wiki/Downloads-by-Version
-   
#SRC_URI="https://github.com/rapid7/metasploit-framework/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-   ##Snapshots
MY_PV=${PV/_p/-}

SRC_URI="https://github.com/rapid7/metasploit-framework/archive/${MY_P

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

2017-05-11 Thread Richard Farina
commit: e744797de46ab370aa992d46625dd11b8fe1ec82
Author: Zero_Chaos  gentoo  org>
AuthorDate: Thu May 11 20:57:54 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Thu May 11 20:59:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e744797d

profile: set use mask for some metasploit flags which are arch specific

 profiles/arch/amd64/package.use.mask | 4 
 profiles/arch/base/package.use.mask  | 4 
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 45483927bbc..372ea9c3dfa 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Rick Farina  (11 May 2017)
+# nexpose and openvas work on amd64
+net-analyzer/metasploit nexpose openvas
+
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is keyworded on amd64
 app-admin/rsyslog -mdblookup

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index f2d3a9b4916..5adfb6a0971 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Rick Farina  (11 May 2017)
+# the needed deps are amd64/x86 only
+net-analyzer/metasploit nexpose openvas
+
 # Thomas Deutschmann  (01 Mar 2017)
 # dev-libs/libmaxminddb is only keyworded on amd64 and x86 at the moment
 app-admin/rsyslog mdblookup



[gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/, dev-lang/spidermonkey/files/

2017-05-11 Thread Ian Stakenvicius
commit: b8d5670e2b0fb6cd6d2e0eef71b6acb74beec527
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Thu May 11 20:52:03 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Thu May 11 20:53:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d5670e

dev-lang/spidermonkey: fix pointer dereference causing c++11 compile error

Backported fix from mozilla25 to spidermonkey-17 and spidermonkey-24.
Also bumped spidermonkey-24 EAPI to 6.

Bug: http://bugs.gentoo.org/601030

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../spidermonkey-17-fix_pointer_dereference.patch  | 30 +
 .../spidermonkey/spidermonkey-17.0.0-r5.ebuild |  3 +-
 ...0.0-r5.ebuild => spidermonkey-24.2.0-r4.ebuild} | 75 +-
 3 files changed, 78 insertions(+), 30 deletions(-)

diff --git 
a/dev-lang/spidermonkey/files/spidermonkey-17-fix_pointer_dereference.patch 
b/dev-lang/spidermonkey/files/spidermonkey-17-fix_pointer_dereference.patch
new file mode 100644
index 000..da6a49f637c
--- /dev/null
+++ b/dev-lang/spidermonkey/files/spidermonkey-17-fix_pointer_dereference.patch
@@ -0,0 +1,30 @@
+# HG changeset patch
+# User Mike Hommey 
+# Date 1373958382 -32400
+#  Tue Jul 16 16:06:22 2013 +0900
+# Node ID 1880537f26d2ce22866974a8cdf1927dc66f6dbc
+# Parent  673ea5cd6ba7fc37086d1dab71ee4a6d6a77a1ab
+Bug 894240 - Fix pointer dereference in js::cli::OptionParser::extractValue
+
+diff --git a/js/src/shell/jsoptparse.cpp b/js/src/shell/jsoptparse.cpp
+--- a/js/src/shell/jsoptparse.cpp
 b/js/src/shell/jsoptparse.cpp
+@@ -248,17 +248,17 @@ OptionParser::printHelp(const char *prog
+ 
+ OptionParser::Result
+ OptionParser::extractValue(size_t argc, char **argv, size_t *i, char **value)
+ {
+ JS_ASSERT(*i < argc);
+ char *eq = strchr(argv[*i], '=');
+ if (eq) {
+ *value = eq + 1;
+-if (value[0] == '\0')
++if (*value[0] == '\0')
+ return error("A value is required for option %.*s", eq - 
argv[*i], argv[*i]);
+ return Okay;
+ }
+ 
+ if (argc == *i + 1)
+ return error("Expected a value for option %s", argv[*i]);
+ 
+ *i += 1;

diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild 
b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
index b88a9ce84dc..05a4758968e 100644
--- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -47,6 +47,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-17.0.0-fix-file-permissions.patch
"${FILESDIR}"/${PN}-17-clang.patch
"${FILESDIR}"/${PN}-perl-defined-array-check.patch
+   "${FILESDIR}"/${PN}-17-fix_pointer_dereference.patch
 )
 
 src_prepare() {

diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild 
b/dev-lang/spidermonkey/spidermonkey-24.2.0-r4.ebuild
similarity index 63%
copy from dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
copy to dev-lang/spidermonkey/spidermonkey-24.2.0-r4.ebuild
index b88a9ce84dc..1e3f7b5b040 100644
--- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-24.2.0-r4.ebuild
@@ -1,39 +1,46 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI=6
 WANT_AUTOCONF="2.1"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="threads"
-inherit toolchain-funcs multilib python-any-r1 versionator pax-utils
+inherit autotools toolchain-funcs multilib python-any-r1 versionator pax-utils
 
 MY_PN="mozjs"
-MY_P="${MY_PN}${PV}"
+MY_P="${MY_PN}-${PV/_/.}"
 DESCRIPTION="Stand-alone JavaScript C library"
 
HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey";
-SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/js/${MY_PN}${PV}.tar.gz";
+SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.tar.bz2";
 
 LICENSE="NPL-1.1"
-SLOT="17"
-# "MIPS, MacroAssembler is not supported" wrt #491294 for -mips
-KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 -mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
-IUSE="debug jit minimal static-libs test"
+SLOT="24"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
+IUSE="debug icu jit minimal static-libs +system-icu test"
 
-REQUIRED_USE="debug? ( jit )"
 RESTRICT="ia64? ( test )"
 
-S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/${MY_P%.rc*}"
 BUILDDIR="${S}/js/src"
 
 RDEPEND=">=dev-libs/nspr-4.9.4
virtual/libffi
sys-libs/readline:0=
-   >=sys-libs/zlib-1.1.4"
+   >=sys-libs/zlib-1.1.4
+   system-icu? ( >=dev-libs/icu-1.51:= )"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
app-arch/zip
virtual/pkgconfig"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-${SLOT}-system-icu.patch
+   "${FILESDIR}"/${PN}

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

2017-05-11 Thread Patrick Lauer
commit: 12c6f169164eec7bcf5595a95a7ba14d1d795699
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu May 11 20:12:43 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Thu May 11 20:12:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c6f169

dev-db/postgresql: Bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-db/postgresql/Manifest |   5 +
 dev-db/postgresql/postgresql-9.2.21.ebuild | 435 ++
 dev-db/postgresql/postgresql-9.3.17.ebuild | 440 ++
 dev-db/postgresql/postgresql-9.4.12.ebuild | 472 
 dev-db/postgresql/postgresql-9.5.7.ebuild  | 478 +
 dev-db/postgresql/postgresql-9.6.3.ebuild  | 475 
 6 files changed, 2305 insertions(+)

diff --git a/dev-db/postgresql/Manifest b/dev-db/postgresql/Manifest
index ababa014e64..2058e113e42 100644
--- a/dev-db/postgresql/Manifest
+++ b/dev-db/postgresql/Manifest
@@ -1,11 +1,16 @@
 DIST postgresql-9.1.24.tar.bz2 15863767 SHA256 
de0d84e9f32af145fcd66d8d324f6ef1a0b17944ea344b7bbe9d99fff68ae5d3 SHA512 
a9ad0d62846598afee317eeda83406b5f85a658bfe7eb78aff6c59c904223dd165adbd5870598b74aa0e012878489f0c285e6ac7b07ebddf3cf8d81ba70bea7e
 WHIRLPOOL 
f58d79df5562c3fc22dae96ba064e19a4c83f42358911575f854cb2e062457f9331547cb19f9970003a2e15b7e8c609b9aab2a1e17099a446c89786581ccb13b
 DIST postgresql-9.2.19.tar.bz2 16466698 SHA256 
1d29d73a4f590fcc348280f13ac2ff6a0f72c94908c54e3c20b7ab1560e8dbad SHA512 
d3b4c5578bf6d6580028e775bff81a921258cb53b6b06567d96a352d14f3b63063adb480b2f5e2029baf8a034e14b5cd75eebc04f1ed7b16c849e1a5ec1f4867
 WHIRLPOOL 
c13b45fd7aee08ea472557c9f40d79c45abd572fefcc215002b562b8046b1937bf522f6f7f6e280ff1e434c9698734cda9f1c3dacd3c8fee5f33dad0da21f75f
 DIST postgresql-9.2.20.tar.bz2 16480653 SHA256 
0b8abdae8400cabea5587a726003c9dd71c73c049bdae523abc35f9312dd8f26 SHA512 
16f7861e0372481dbc5c69ac977bab46f592045f32951a245f3677121261640fcc169a75e730d592e36c15c9a120e7d0670bdabf121ad89d76a17535d0f9
 WHIRLPOOL 
af5005564056185fa240fd97bec862738f9951bb57082485beba3eacf5d8bf709c58d01f8bde656a391eee173d592d9cf792be87de04a09869aa3d82c8719320
+DIST postgresql-9.2.21.tar.bz2 16508040 SHA256 
0697e843523ee60c563f987f9c65bc4201294b18525d6e5e4b2c50c6d4058ef9 SHA512 
c548cd1ba34ad71dd3f1acde5775ba2e71121f004324fac44dbe123a91d599ced0f1b8be675ed07b77712e8c23f376ff6221349385c19a88c4edbbb186f17861
 WHIRLPOOL 
c46fd4909e2d534b98c8a97f0f5410ab40285c118517a36ee73d0e1234483144d1f58785a59df53fdbfab7c2876a60d000bf574dff0be3030f8c909509b1bfe6
 DIST postgresql-9.3.15.tar.bz2 17059932 SHA256 
a9fcba1446a93aa95e3e1b6535756f0472d10b0f267a0845f8b2b29f89de5c4f SHA512 
35c30cdb5599f99c94ab921f9f5e7671a8c0b7bca8fe3b616630ae13d6eda8d329e77e7e802da6a83cb09c3c9ca10fa8ce0de8a184e6fff471130e1cd68ce762
 WHIRLPOOL 
7a627b2da1dc3671df7edfe58420f81ce24202c1251225054674d79e431bc36e1a70c84aaacb76c59e9eefb26429cbbb9ea80c45a989e3564b69e334d3dd4d84
 DIST postgresql-9.3.16.tar.bz2 17108969 SHA256 
845f5e4ac8cf026b6a77c5a180a2fe869f51e9d06acf8d0365b05505a2c66873 SHA512 
2e379aca5db79ab5795e6f1e4ff8b21b1aa284cfb0d34655430d8b959cebac7982ee6eda66833a1fb208a36a51251c946565982cd5dff619ab334603ded530e7
 WHIRLPOOL 
fea45fb6563fc4c56a1853baf83bbdd59991871176aa00a4fcdda5e95a9277d187ddd2fc5d0c3c76f090e7a359d2d5af140e8af3f6a964897beb41ef8435483e
+DIST postgresql-9.3.17.tar.bz2 17158802 SHA256 
9c03e5f280cfe9bd202fa01af773eb146abd8ab3065f7279d574c568f6948dbe SHA512 
4b6fc079c2bb728b13b72eb2f7d92183ffb1a9b32110d99dfce674032ac499963b75a021265ba08dc95c34ae35a7edac65ef1e658e66ee2da41c1ce646a702dc
 WHIRLPOOL 
f573aaa6acf6d542ed647f392bdb42cd60f650e66174c603f0344d64e2962f2fbb46f0233226188ee9a3a75b2de6532738aac28876bd097556eb4f6c0de21667
 DIST postgresql-9.4.10.tar.bz2 17802812 SHA256 
7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf SHA512 
2fcf47769b22c69bc82c9d6edc317e18dfcb4a96534e012bae4355e5088afa83da98b21e08a07766794f0a166888acbd16705a806464ea11711ed97c3b4012fb
 WHIRLPOOL 
e6ed3c209043cbbacb0698e1be367f20028d649d4cff62b5d6edd162c6ad629a3ec5f55854bd12334a3d3165462fecb34188bd62cd398cfc242a3579810b5b85
 DIST postgresql-9.4.11.tar.bz2 17832915 SHA256 
e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23 SHA512 
a3ed866d82ab4b90c2a7ec2abec0308015845947f42b76e420cce8f268e1c374806a9fab00ba0563d742a53014a30fa0eaa90804a09fd162b76fcbfbeff6b70f
 WHIRLPOOL 
cb53a9e1ee518b43c8be135e3b09005314c8dd108eacd37e6a5be45b2391b31a4acf8427c7aac86524f0ef0e264b46329c97aa5b01e6c4d0b63cd6f7e081697c
+DIST postgresql-9.4.12.tar.bz2 17833119 SHA256 
fca055481875d1c49e31c28443f56472a1474b3fbe25b7ae64440c6118f82e64 SHA512 
69951f9e66069aad1049a0ea9fdcd7bf2f84b42e7c6e0f761d78ab22131a39cf56448ef0ddc28170b66970bf53edf2d2355530fcfc0a2dca92b66d69686b7ecb
 WHIRLPOOL 
ca023aab29d7993e236c52df58d6fae6f9bd1649cf20f1e1b118ff232dc41674001d3dc9bc945e3f9dd61779dde27cb93265b89d3615e47f49ea46751d8e97c3
 DIST postgresql-9.5.5.tar.bz2 18525082 

[gentoo-commits] proj/kde:master commit in: Documentation/maintainers/new/

2017-05-11 Thread Andreas Sturmlechner
commit: f65558272f4bb36a9ff25a2310af5afc0608f329
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 19:46:35 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 19:46:56 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f6555827

Documentation: lib.sh: get_package_list_from_set: Trace sets recursively

 Documentation/maintainers/new/lib.sh | 4 
 1 file changed, 4 insertions(+)

diff --git a/Documentation/maintainers/new/lib.sh 
b/Documentation/maintainers/new/lib.sh
index 9bd9d1f76c..8da2166e67 100755
--- a/Documentation/maintainers/new/lib.sh
+++ b/Documentation/maintainers/new/lib.sh
@@ -102,6 +102,10 @@ get_package_list_from_set() {
for entry in $(grep -v ^[#@] "${SOURCE_REPO}/sets/${set}") ; do
echo $(qatom ${entry} | cut -d " " -f 1-2 | tr " " "/")
done
+
+   for entry in $(grep ^@ "${SOURCE_REPO}/sets/${set}") ; do
+   get_package_list_from_set ${entry/@/}
+   done
 }
 
 # @FUNCTION: mark_unreleased



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

2017-05-11 Thread Markus Meier
commit: 0e4880ed5ecc6688f5c1096ce501e00cff456e93
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:34:10 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:34:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e4880ed

dev-python/pbr: add ~arm64, bug #617528

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

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

diff --git a/dev-python/pbr/pbr-3.0.0.ebuild b/dev-python/pbr/pbr-3.0.0.ebuild
index 3134589d903..b506cc584a7 100644
--- a/dev-python/pbr/pbr-3.0.0.ebuild
+++ b/dev-python/pbr/pbr-3.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~hppa ~x86 ~amd64-linux ~x86-linux"
 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 



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

2017-05-11 Thread Markus Meier
commit: 6ab66c10e5559d7ad6ac486c965fb4c30271026c
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:33:54 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:33:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab66c10

dev-python/flake8: add ~arm64, bug #617528

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

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

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



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

2017-05-11 Thread Markus Meier
commit: 3d03bc4a549f8a3c948781a39662c79de6d20fd9
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:33:49 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:33:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d03bc4a

dev-python/whoosh: add ~arm64, bug #617528

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

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

diff --git a/dev-python/whoosh/whoosh-2.7.4.ebuild 
b/dev-python/whoosh/whoosh-2.7.4.ebuild
index 5aace79f321..eb4095d9c00 100644
--- a/dev-python/whoosh/whoosh-2.7.4.ebuild
+++ b/dev-python/whoosh/whoosh-2.7.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/W/${PN^}/${P^}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~x86"
 IUSE="doc test"
 
 DEPEND="



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

2017-05-11 Thread Markus Meier
commit: 3cfb2a6bb9f09105849702fdd8bd315a517c577e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:33:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:33:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfb2a6b

dev-python/sphinx: add ~arm64, bug #617528

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

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

diff --git a/dev-python/sphinx/sphinx-1.5.2.ebuild 
b/dev-python/sphinx/sphinx-1.5.2.ebuild
index 012f346ff6e..68e25b00f22 100644
--- a/dev-python/sphinx/sphinx-1.5.2.ebuild
+++ b/dev-python/sphinx/sphinx-1.5.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="doc latex net test"
 
 RDEPEND="



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

2017-05-11 Thread Markus Meier
commit: c7afba66fc3c620864dee579efc85fa236a496c2
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:33:59 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:33:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7afba66

dev-python/imagesize: add ~arm64, bug #617528

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

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

diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild 
b/dev-python/imagesize/imagesize-0.7.1.ebuild
index 3d5c7f2f6b1..652b484b520 100644
--- a/dev-python/imagesize/imagesize-0.7.1.ebuild
+++ b/dev-python/imagesize/imagesize-0.7.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE="test"
 
 DEPEND="dev-python/setuptools"



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

2017-05-11 Thread Markus Meier
commit: 482b833a852da9c332a769d21602cdc95465a7a7
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:33:44 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:33:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482b833a

dev-python/configparser: add ~arm64, bug #617528

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

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

diff --git a/dev-python/configparser/configparser-3.5.0.ebuild 
b/dev-python/configparser/configparser-3.5.0.ebuild
index a17112948b7..b5d05648c64 100644
--- a/dev-python/configparser/configparser-3.5.0.ebuild
+++ b/dev-python/configparser/configparser-3.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-05-11 Thread Markus Meier
commit: e86ee6127b3d0c480574fd05e0612c95d14242f9
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:33:40 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:33:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86ee612

dev-python/mccabe: add ~arm64, bug #617528

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

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

diff --git a/dev-python/mccabe/mccabe-0.6.1.ebuild 
b/dev-python/mccabe/mccabe-0.6.1.ebuild
index 95e58ed9519..fb3b9a12a0b 100644
--- a/dev-python/mccabe/mccabe-0.6.1.ebuild
+++ b/dev-python/mccabe/mccabe-0.6.1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="flake8 plugin: McCabe complexity checker"
 HOMEPAGE="https://github.com/PyCQA/mccabe";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 LICENSE="MIT"
 SLOT="0"



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

2017-05-11 Thread Markus Meier
commit: 6527aced97ab132eb5fd2055fa57e13f6412fac1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:34:04 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:34:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6527aced

dev-python/pycodestyle: add ~arm64, bug #617528

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

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

diff --git a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
index 9573c18b9aa..948a84180d7 100644
--- a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-05-11 Thread Markus Meier
commit: 8b9eed6ad93d539b5df8c1a353d89abebd8bf098
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:31:31 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:31:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9eed6a

dev-python/jsonschema: add ~arm64, bug #617424

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

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

diff --git a/dev-python/jsonschema/jsonschema-2.6.0.ebuild 
b/dev-python/jsonschema/jsonschema-2.6.0.ebuild
index 39299911bf5..85bfddaf15c 100644
--- a/dev-python/jsonschema/jsonschema-2.6.0.ebuild
+++ b/dev-python/jsonschema/jsonschema-2.6.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-05-11 Thread Markus Meier
commit: 13d969ce1feb152a4b11cee7741ff891ef68660e
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:31:25 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:31:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d969ce

dev-python/regex: add ~arm64, bug #617424

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

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

diff --git a/dev-python/regex/regex-2017.04.05.ebuild 
b/dev-python/regex/regex-2017.04.05.ebuild
index 23d285390f5..e297dfb403b 100644
--- a/dev-python/regex/regex-2017.04.05.ebuild
+++ b/dev-python/regex/regex-2017.04.05.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
 DOCS=( README docs/UnicodeProperties.txt )



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

2017-05-11 Thread Markus Meier
commit: 9b509542a5151fdf2b443775c748982067741cd5
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:31:21 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:31:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b509542

dev-python/rfc3987: add ~arm64, bug #617424

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

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

diff --git a/dev-python/rfc3987/rfc3987-1.3.7.ebuild 
b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
index f8b437f4470..0e502320061 100644
--- a/dev-python/rfc3987/rfc3987-1.3.7.ebuild
+++ b/dev-python/rfc3987/rfc3987-1.3.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="$(python_gen_cond_dep \



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

2017-05-11 Thread Markus Meier
commit: bccf22dd74c4bb0e5b5c98e6a84fb1e41531f3c6
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:29:40 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:29:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bccf22dd

x11-libs/libXpresent: add ~arm64, bug #616260

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

 x11-libs/libXpresent/libXpresent-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild 
b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
index cf10e85543a..a8fdf2a9c49 100644
--- a/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
+++ b/x11-libs/libXpresent/libXpresent-1.0.0.ebuild
@@ -8,7 +8,7 @@ inherit xorg-2
 
 DESCRIPTION="X Present Extension C Library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2017-05-11 Thread Markus Meier
commit: b92cc4aa8a442a09789a985a2942742378c198db
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:27:05 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:27:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92cc4aa

media-gfx/graphite2: arm stable, bug #616034

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

 media-gfx/graphite2/graphite2-1.3.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/graphite2/graphite2-1.3.8-r1.ebuild 
b/media-gfx/graphite2/graphite2-1.3.8-r1.ebuild
index 10c3da7bb65..b351088a366 100644
--- a/media-gfx/graphite2/graphite2-1.3.8-r1.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.8-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/silgraphite/${PN}/${P}.tgz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
 IUSE="perl test"
 
 RDEPEND="



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

2017-05-11 Thread Martin Mokrejs
commit: 28addfe8bee35187068e3cf5ddf95fe91ad1132c
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Thu May 11 19:13:06 2017 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Thu May 11 19:13:06 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=28addfe8

sci-biology/BBmap: version bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sci-biology/BBmap/{BBmap-37.02.ebuild => BBmap-37.22.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-biology/BBmap/BBmap-37.02.ebuild 
b/sci-biology/BBmap/BBmap-37.22.ebuild
similarity index 100%
rename from sci-biology/BBmap/BBmap-37.02.ebuild
rename to sci-biology/BBmap/BBmap-37.22.ebuild



[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-pa/, kde-plasma/breeze-gtk/, kde-plasma/plasma-desktop/, ...

2017-05-11 Thread Andreas Sturmlechner
commit: 11450dffddcbd8216698efcd7a1a1f4b56eec001
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 18:59:33 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:59:33 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=11450dff

kde-plasma: Add KDE Plasma 5.10 stable branch

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-plasma/bluedevil/bluedevil-5.10.49..ebuild |  40 +
 .../breeze-grub/breeze-grub-5.10.49..ebuild|  30 
 .../breeze-gtk/breeze-gtk-5.10.49..ebuild  |  22 +++
 .../breeze-plymouth-5.10.49..ebuild|  26 
 kde-plasma/breeze/breeze-5.10.49..ebuild   |  76 ++
 .../kactivitymanagerd-5.10.49..ebuild  |  36 +
 .../kde-cli-tools-5.10.49..ebuild  |  59 
 .../kde-gtk-config-5.10.49..ebuild |  56 +++
 .../kdecoration/kdecoration-5.10.49..ebuild|  17 +++
 .../kdeplasma-addons-5.10.49..ebuild   |  56 +++
 kde-plasma/kgamma/kgamma-5.10.49..ebuild   |  26 
 kde-plasma/khotkeys/khotkeys-5.10.49..ebuild   |  46 ++
 .../kinfocenter/kinfocenter-5.10.49..ebuild|  91 
 kde-plasma/kmenuedit/kmenuedit-5.10.49..ebuild |  44 ++
 kde-plasma/kscreen/kscreen-5.10.49..ebuild |  38 +
 .../kscreenlocker-5.10.49..ebuild  |  88 +++
 .../ksshaskpass/ksshaskpass-5.10.49..ebuild|  49 ++
 kde-plasma/ksysguard/ksysguard-5.10.49..ebuild |  47 ++
 .../kwallet-pam/kwallet-pam-5.10.49..ebuild|  93 
 .../kwayland-integration-5.10.49..ebuild   |  22 +++
 kde-plasma/kwin/kwin-5.10.49..ebuild   |  93 
 kde-plasma/kwrited/kwrited-5.10.49..ebuild |  23 +++
 .../libkscreen/libkscreen-5.10.49..ebuild  |  27 
 .../libksysguard/libksysguard-5.10.49..ebuild  |  53 +++
 kde-plasma/milou/milou-5.10.49..ebuild |  29 
 kde-plasma/oxygen/oxygen-5.10.49..ebuild   |  84 +++
 .../plasma-desktop-5.10.49..ebuild | 154 +++
 .../plasma-integration-5.10.49..ebuild |  42 ++
 .../plasma-meta/plasma-meta-5.10.49..ebuild|  64 
 kde-plasma/plasma-nm/plasma-nm-5.10.49..ebuild |  65 
 kde-plasma/plasma-pa/plasma-pa-5.10.49..ebuild |  29 
 .../plasma-sdk/plasma-sdk-5.10.49..ebuild  |  57 +++
 .../plasma-vault/plasma-vault-5.10.49..ebuild  |  33 +
 ...plasma-workspace-wallpapers-5.10.49..ebuild |  18 +++
 .../plasma-workspace-5.10.49..ebuild   | 164 +
 .../plymouth-kcm/plymouth-kcm-5.10.49..ebuild  |  35 +
 .../polkit-kde-agent-5.10.49..ebuild   |  30 
 .../powerdevil/powerdevil-5.10.49..ebuild  |  82 +++
 kde-plasma/sddm-kcm/sddm-kcm-5.10.49..ebuild   |  41 ++
 .../systemsettings-5.10.49..ebuild |  45 ++
 .../user-manager/user-manager-5.10.49..ebuild  |  26 
 41 files changed, 2156 insertions(+)

diff --git a/kde-plasma/bluedevil/bluedevil-5.10.49..ebuild 
b/kde-plasma/bluedevil/bluedevil-5.10.49..ebuild
new file mode 100644
index 00..375fcfce84
--- /dev/null
+++ b/kde-plasma/bluedevil/bluedevil-5.10.49..ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Bluetooth stack for KDE Plasma"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/bluedevil";
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep bluez-qt)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kded)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep knotifications)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kwindowsystem)
+   $(add_frameworks_dep plasma)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtdeclarative)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtwidgets)
+"
+DEPEND="${COMMON_DEPEND}
+   x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}
+   $(add_plasma_dep kde-cli-tools)
+   !app-mobilephone/obexd
+   !app-mobilephone/obex-data-server
+   !kde-plasma/bluedevil:4
+"

diff --git a/kde-plasma/breeze-grub/breeze-grub-5.10.49..ebuild 
b/kde-plasma/breeze-grub/breeze-grub-5.10.49..ebuild
new file mode 100644
index 00..901a575d6f
--- /dev/null
+++ b/kde-plasma/breeze-grub/breeze-grub-5.10.49..ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_AUTODEPS="false"
+KD

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

2017-05-11 Thread Andreas Sturmlechner
commit: 7d85d2078c4f303d1bb2153d77fedc0caabd684e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 19:02:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 19:02:31 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7d85d207

sets: Add kde-plasma-5.10

 sets/kde-plasma-5.10 | 41 +
 1 file changed, 41 insertions(+)

diff --git a/sets/kde-plasma-5.10 b/sets/kde-plasma-5.10
new file mode 100644
index 00..76f1c8add8
--- /dev/null
+++ b/sets/kde-plasma-5.10
@@ -0,0 +1,41 @@
+

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/maintainers/, ...

2017-05-11 Thread Andreas Sturmlechner
commit: e21f52838c4e936c30ea2abbabacf7dff70d769c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 19:05:48 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 19:05:48 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e21f5283

Documentation: Add KDE Plasma 5.10

 Documentation/maintainers/regenerate-files |  2 +-
 .../.kde-plasma-5.10/_HEADER_  |  2 +
 .../.kde-plasma-5.10/kde-plasma-5.10   |  1 +
 .../.kde-plasma-5.10/more-deps |  0
 .../kde-plasma-5.10.keywords   | 44 +
 Documentation/package.mask/kde-plasma-5.10 | 45 ++
 .../package.unmask/.kde-plasma-5.10/_HEADER_   |  2 +
 .../.kde-plasma-5.10/kde-plasma-5.10   |  1 +
 .../package.unmask/.kde-plasma-5.10/more-deps  |  1 +
 Documentation/package.unmask/kde-plasma-5.10   | 45 ++
 10 files changed, 142 insertions(+), 1 deletion(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index 6055c892fc..3bcff69746 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -12,7 +12,7 @@ HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT."
 KF_RELEASES="5.29 5.33 5.34"
 KF_RELEASE=${KF_RELEASE:-5.29}
 
-PLASMA_RELEASES="5.8 5.9"
+PLASMA_RELEASES="5.8 5.9 5.10"
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.8}
 
 APPS_RELEASES="16.12 17.04"

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.10/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-plasma-5.10/_HEADER_
new file mode 100644
index 00..0f2b8095b7
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-plasma-5.10/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword KDE Plasma 5.10.
+# Edit Documentation/package.keywords/.kde-plasma-5.10/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-plasma-5.10/kde-plasma-5.10 
b/Documentation/package.accept_keywords/.kde-plasma-5.10/kde-plasma-5.10
new file mode 12
index 00..69624a5b67
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-plasma-5.10/kde-plasma-5.10
@@ -0,0 +1 @@
+../../../sets/kde-plasma-5.10
\ No newline at end of file

diff --git a/Documentation/package.accept_keywords/.kde-plasma-5.10/more-deps 
b/Documentation/package.accept_keywords/.kde-plasma-5.10/more-deps
new file mode 100644
index 00..e69de29bb2

diff --git a/Documentation/package.accept_keywords/kde-plasma-5.10.keywords 
b/Documentation/package.accept_keywords/kde-plasma-5.10.keywords
new file mode 100644
index 00..b03a08952f
--- /dev/null
+++ b/Documentation/package.accept_keywords/kde-plasma-5.10.keywords
@@ -0,0 +1,44 @@
+# Autogenerated by regenerate-files, DO NOT EDIT.
+# You can use this file to keyword/unkeyword KDE Plasma 5.10.
+# Edit Documentation/package.keywords/.kde-plasma-5.10/ files instead.
+

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

2017-05-11 Thread Lars Wendler
commit: 97afdf6db50c7466858dc4f80581fd38bcd46df8
Author: Lars Wendler  gentoo  org>
AuthorDate: Thu May 11 19:01:33 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Thu May 11 19:01:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97afdf6d

net-analyzer/ifstatus: No gcc6 patch in stable ebuild (bug #618234).

Added unstable -r2 ebuild instead.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild  | 1 -
 .../ifstatus/{ifstatus-1.1.0-r1.ebuild => ifstatus-1.1.0-r2.ebuild} | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild 
b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
index 10f512067d0..219bdaa49c5 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
@@ -23,7 +23,6 @@ S="${WORKDIR}/${PN}"
 PATCHES=(
"${FILESDIR}/${P}-gcc43.patch"
"${FILESDIR}/${P}-tinfo.patch"
-   "${FILESDIR}/${P}-gcc6.patch"
 )
 
 src_prepare() {

diff --git a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild 
b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
similarity index 96%
copy from net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
copy to net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
index 10f512067d0..cc2baff02f5 100644
--- a/net-analyzer/ifstatus/ifstatus-1.1.0-r1.ebuild
+++ b/net-analyzer/ifstatus/ifstatus-1.1.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 inherit eutils toolchain-funcs
 
-KEYWORDS="amd64 arm ~ppc x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
 DESCRIPTION="A simple CLI program for displaying network statistics in real 
time"
 HOMEPAGE="http://ifstatus.sourceforge.net/";



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

2017-05-11 Thread Markus Meier
commit: 259b9360aa2e4ae3b4ee290c8d37c623bf016e5b
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:53:36 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:53:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259b9360

dev-python/cython: arm stable, bug #615344

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

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

diff --git a/dev-python/cython/cython-0.25.2.ebuild 
b/dev-python/cython/cython-0.25.2.ebuild
index 7ad6d1c6826..af740157074 100644
--- a/dev-python/cython/cython-0.25.2.ebuild
+++ b/dev-python/cython/cython-0.25.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 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 ~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 ~x64-solaris ~x86-solaris"
 
 IUSE="doc emacs test"
 



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

2017-05-11 Thread Fabian Groffen
commit: 380ae930efd85c35dcebb62882d4800273fb7e66
Author: Fabian Groffen  gentoo  org>
AuthorDate: Thu May 11 18:45:31 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Thu May 11 18:45:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=380ae930

media-libs/lcms: run elibtoolize for Solaris

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-libs/lcms/lcms-2.8-r2.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/media-libs/lcms/lcms-2.8-r2.ebuild 
b/media-libs/lcms/lcms-2.8-r2.ebuild
index 5f5522eabaf..32ce3dfa7b8 100644
--- a/media-libs/lcms/lcms-2.8-r2.ebuild
+++ b/media-libs/lcms/lcms-2.8-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit multilib-minimal
+inherit libtool multilib-minimal
 
 DESCRIPTION="A lightweight, speed optimized color management engine"
 HOMEPAGE="http://www.littlecms.com/";
@@ -24,6 +24,11 @@ S="${WORKDIR}/lcms2-${PV}"
 
 PATCHES=( "${FILESDIR}/${P}-CVE-2016-10165.patch" )
 
+src_prepare() {
+   default
+   elibtoolize  # for Prefix/Solaris
+}
+
 multilib_src_configure() {
local myeconfargs=(
$(use_with jpeg)



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kwallet/

2017-05-11 Thread Andreas Sturmlechner
commit: 6b364719211ba9492f7c9d733efbe79b2e1ea039
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  8 18:29:55 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:43:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b364719

kde-frameworks/kwallet: Drop 5.29.0 (r0)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-frameworks/kwallet/kwallet-5.29.0.ebuild | 55 
 1 file changed, 55 deletions(-)

diff --git a/kde-frameworks/kwallet/kwallet-5.29.0.ebuild 
b/kde-frameworks/kwallet/kwallet-5.29.0.ebuild
deleted file mode 100644
index 35622ace86b..000
--- a/kde-frameworks/kwallet/kwallet-5.29.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-LICENSE="LGPL-2+"
-KEYWORDS="amd64 ~arm x86"
-IUSE="gpg +man"
-
-RDEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kwindowsystem)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtwidgets)
-   dev-libs/libgcrypt:0=
-   gpg? (
-   $(add_kdeapps_dep gpgmepp)
-   app-crypt/gpgme
-   )
-"
-DEPEND="${RDEPEND}
-   man? ( $(add_frameworks_dep kdoctools) )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_Gpgmepp=ON
-   $(cmake-utils_use_find_package gpg Gpgme)
-   $(cmake-utils_use_find_package gpg KF5Gpgmepp)
-   $(cmake-utils_use_find_package man KF5DocTools)
-   )
-
-   kde5_src_configure
-}
-
-pkg_postinst() {
-   if ! has_version "kde-plasma/kwallet-pam" || ! has_version 
"kde-apps/kwalletmanager:5" ; then
-   elog
-   elog "Install kde-plasma/kwallet-pam for auto-unlocking after 
account login."
-   elog "Install kde-apps/kwalletmanager:5 to manage your kwallet."
-   elog
-   fi
-}



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

2017-05-11 Thread Andreas Sturmlechner
commit: dc93b8955dfdcdd8420b2a62fcce423cd94a1f7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 18:19:23 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:43:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc93b895

mail-client/trojita: Drop old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 mail-client/trojita/trojita-0.7-r1.ebuild | 83 ---
 1 file changed, 83 deletions(-)

diff --git a/mail-client/trojita/trojita-0.7-r1.ebuild 
b/mail-client/trojita/trojita-0.7-r1.ebuild
deleted file mode 100644
index b68534f9611..000
--- a/mail-client/trojita/trojita-0.7-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGIT_REPO_URI="git://anongit.kde.org/${PN}.git"
-inherit cmake-utils fdo-mime gnome2-utils virtualx
-[[ ${PV} ==  ]] && inherit git-r3
-
-DESCRIPTION="A Qt IMAP e-mail client"
-HOMEPAGE="http://trojita.flaska.net/";
-if [[ ${PV} !=  ]]; then
-   SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-   KEYWORDS="amd64 x86"
-fi
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-IUSE="+crypt debug +dbus +password test +zlib"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwebkit:5
-   dev-qt/qtwidgets:5
-   crypt? (
-   dev-libs/mimetic
-   kde-apps/gpgmepp:5
-   )
-   dbus? ( dev-qt/qtdbus:5 )
-   password? ( dev-libs/qtkeychain[qt5] )
-   zlib? ( sys-libs/zlib )
-"
-DEPEND="${RDEPEND}
-   dev-qt/linguist-tools:5
-   test? ( dev-qt/qttest:5 )
-   zlib? ( virtual/pkgconfig )
-"
-
-DOCS="README LICENSE"
-
-src_prepare() {
-   cmake-utils_src_prepare
-
-   # the build system is taking a look at `git describe ... --dirty` and
-   # gentoo's modifications to CMakeLists.txt break these
-   sed -i "s/--dirty//" "${S}/cmake/TrojitaVersion.cmake" || die "Cannot 
fix the version check"
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DWITH_CRYPTO_MESSAGES=$(usex crypt)
-   -DWITH_GPGMEPP=$(usex crypt)
-   -DWITH_MIMETIC=$(usex crypt)
-   -DWITH_DBUS=$(usex dbus)
-   -DWITH_QTKEYCHAINPLUGIN=$(usex password)
-   -DWITH_TESTS=$(usex test)
-   -DWITH_ZLIB=$(usex zlib)
-   )
-
-   cmake-utils_src_configure
-}
-
-src_test() {
-   virtx cmake-utils_src_test
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-   gnome2_icon_cache_update
-}



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

2017-05-11 Thread Andreas Sturmlechner
commit: 9dd1c5481369786c2ce496627e9e45a87c54b4a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 18:21:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:43:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd1c548

kde-apps/gpgmepp: Drop slot 5, no reverse-deps left

All reverse dependencies were fixed to depend on gpgme[cxx,qt5] instead.

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/gpgmepp/Manifest   |  1 -
 kde-apps/gpgmepp/gpgmepp-16.08.3.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/kde-apps/gpgmepp/Manifest b/kde-apps/gpgmepp/Manifest
index 37423552ac1..9ee4c401da2 100644
--- a/kde-apps/gpgmepp/Manifest
+++ b/kde-apps/gpgmepp/Manifest
@@ -1,2 +1 @@
-DIST gpgmepp-16.08.3.tar.xz 68576 SHA256 
bfc44e36d410e131c57ad6f3a18d761056e3dd6b589d2da2d4df575f5614aa69 SHA512 
d159f9d1fe532769260e2a00abd3e236de1f0503e1aec822b724736ffcfe625720595674ba4b32911906a391bd66281850c6ac4a519b889a8973d638399e815f
 WHIRLPOOL 
0c6106a0cff8e5799640f3f009a72409a6dabbfc1edbe72a27e0b1fa217b660ba8423ba68b3a0dd481284ed12e275c7b30397e62d870a2aaee93f6d21fb647c9
 DIST kdepimlibs-4.14.11_pre20160611.tar.xz 2860084 SHA256 
15ebde0f9683f42b89dc2ad6656bc71bf516e2b885333cc5438891217e59ddd4 SHA512 
19560362f07328f3743b5aabdef74a55e3ac7f8016f1bb6d63aa792985b9b0c4d3f34e979df6022df31623ffb7f701c90f9262a70cc9326596429ff1395c4f6d
 WHIRLPOOL 
cddf5beb57f66e19b60baa896ba08879c1537d44cb35fb33776c439461411a1e0b07ec03229bc1d4a6d086235e50c19022411fe1d2a56d7901d8a6e9c1fbcbd0

diff --git a/kde-apps/gpgmepp/gpgmepp-16.08.3.ebuild 
b/kde-apps/gpgmepp/gpgmepp-16.08.3.ebuild
deleted file mode 100644
index 1560df15ab6..000
--- a/kde-apps/gpgmepp/gpgmepp-16.08.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-inherit kde5
-
-DESCRIPTION="C++ bindings for gpgme"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   app-crypt/gpgme:=
-"
-DEPEND="${RDEPEND}
-   dev-libs/boost
-"



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

2017-05-11 Thread Andreas Sturmlechner
commit: a3fa78f79516b4b2620e71d98c93bdf871957e4f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  8 18:29:06 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:43:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fa78f7

kde-apps/kwalletd: Drop 16.04.3 (r0)

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-apps/kwalletd/kwalletd-16.04.3.ebuild | 47 ---
 1 file changed, 47 deletions(-)

diff --git a/kde-apps/kwalletd/kwalletd-16.04.3.ebuild 
b/kde-apps/kwalletd/kwalletd-16.04.3.ebuild
deleted file mode 100644
index 795d3b9fcb4..000
--- a/kde-apps/kwalletd/kwalletd-16.04.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KMNAME="kde-runtime"
-inherit kde4-meta
-
-DESCRIPTION="KDE Password Server"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug gpg"
-
-COMMON_DEPEND="
-   dev-libs/libgcrypt:0=
-   gpg? (
-   app-crypt/gpgme
-   || ( $(add_kdeapps_dep gpgmepp) $(add_kdeapps_dep kdepimlibs) )
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   gpg? ( dev-libs/boost )
-"
-RDEPEND="${COMMON_DEPEND}
-   !~kde-apps/kdepimlibs-4.14.10_p20160611
-   !>kde-apps/kdepimlibs-4.14.11_pre20160211-r3
-"
-
-RESTRICT="test"
-# testpamopen crashes with a buffer overflow (__fortify_fail)
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package gpg Gpgme)
-   $(cmake-utils_use_find_package gpg QGpgme)
-   )
-
-   kde4-base_src_configure
-}
-
-pkg_postinst() {
-   if ! has_version "kde-plasma/kwallet-pam[oldwallet]" || ! has_version 
"kde-apps/kwalletmanager:4" ; then
-   elog
-   elog "Install kde-plasma/kwallet-pam[oldwallet] for 
auto-unlocking after account login."
-   elog "Install kde-apps/kwalletmanager:4 to manage your kwallet."
-   elog
-   fi
-}



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

2017-05-11 Thread Andreas Sturmlechner
commit: a146315bf2055f55c6603cc4acda98b277d2886c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 11 18:34:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:37:00 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a146315b

kde5.eclass: Disable kdoctools_install(po) if KDE_HANDBOOK=forceoptional

Reported-by: Perfect Gentleman  gmail.com>
Gentoo-bug: 618210

 eclass/kde5.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 7c09c4061e..0a4529b442 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -544,6 +544,7 @@ kde5_src_prepare() {
 
if [[ ${KDE_HANDBOOK} = forceoptional ]] ; then
punt_bogus_dep KF5 DocTools
+   sed -i -e "/kdoctools_install/ s/^/#DONT/" 
CMakeLists.txt || die
fi
fi
 



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

2017-05-11 Thread Markus Meier
commit: 75603da975cbb03b65adcbdc353afea400bba900
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:32:32 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:32:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75603da9

x11-libs/gtk+: arm stable, bug #615406

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

 x11-libs/gtk+/gtk+-3.22.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+/gtk+-3.22.12.ebuild 
b/x11-libs/gtk+/gtk+-3.22.12.ebuild
index b7fe72f09d6..f090a22ec2d 100644
--- a/x11-libs/gtk+/gtk+-3.22.12.ebuild
+++ b/x11-libs/gtk+/gtk+-3.22.12.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~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 ~arm-linux ~x86-linux ~ppc-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # Upstream wants us to do their job:
 # https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1



[gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/

2017-05-11 Thread Markus Meier
commit: d9d097a77d6fba4b5ad71d602608375d28dd2c50
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:33:03 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:33:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d097a7

net-misc/mobile-broadband-provider-info: arm stable, bug #615406

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

 .../mobile-broadband-provider-info-20170310.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20170310.ebuild
 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20170310.ebuild
index 17d677c115d..48de0f63ad1 100644
--- 
a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20170310.ebuild
+++ 
b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20170310.ebuild
@@ -10,7 +10,7 @@ 
HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband";
 
 LICENSE="CC-PD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 DEPEND="



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

2017-05-11 Thread Markus Meier
commit: 6291762ba9e3fa65932ae6f3099e0f9841427b9f
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:32:53 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:32:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6291762b

gnome-base/gvfs: arm stable, bug #615406

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

 gnome-base/gvfs/gvfs-1.30.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gvfs/gvfs-1.30.4.ebuild 
b/gnome-base/gvfs/gvfs-1.30.4.ebuild
index 8e3fcec2960..7e3dc29b4cd 100644
--- a/gnome-base/gvfs/gvfs-1.30.4.ebuild
+++ b/gnome-base/gvfs/gvfs-1.30.4.ebuild
@@ -20,7 +20,7 @@ REQUIRED_USE="
udisks? ( udev )
systemd? ( udisks )
 "
-KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 
 RDEPEND="
app-crypt/gcr:=



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

2017-05-11 Thread Markus Meier
commit: 8acf238319a31dc8a65861ec1aa0a80a96c34daf
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:32:58 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:32:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acf2383

dev-cpp/glibmm: arm stable, bug #615406

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

 dev-cpp/glibmm/glibmm-2.50.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/glibmm/glibmm-2.50.1.ebuild 
b/dev-cpp/glibmm/glibmm-2.50.1.ebuild
index 0a27141f704..1408d20f82b 100644
--- a/dev-cpp/glibmm/glibmm-2.50.1.ebuild
+++ b/dev-cpp/glibmm/glibmm-2.50.1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.gtkmm.org";
 
 LICENSE="LGPL-2.1+ GPL-2+" # GPL-2+ applies only to the build system
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="doc debug test"
 
 RDEPEND="



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

2017-05-11 Thread Markus Meier
commit: 0f28935e91aab729bc801218118108ae94cee535
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:32:38 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:32:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f28935e

dev-libs/libcroco: arm stable, bug #615406

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

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

diff --git a/dev-libs/libcroco/libcroco-0.6.12.ebuild 
b/dev-libs/libcroco/libcroco-0.6.12.ebuild
index 7f209500477..28c42d88501 100644
--- a/dev-libs/libcroco/libcroco-0.6.12.ebuild
+++ b/dev-libs/libcroco/libcroco-0.6.12.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/libcroco/";
 
 LICENSE="LGPL-2"
 SLOT="0.6"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



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

2017-05-11 Thread Markus Meier
commit: 4cd94354d03e1d6349307878c9ae7a0f121b5ad4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:32:22 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:32:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd94354

x11-libs/gdk-pixbuf: arm stable, bug #615406

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

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild
index 77ad6001b95..e0a5f66f857 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://git.gnome.org/browse/gdk-pixbuf";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~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 ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="X debug +introspection jpeg jpeg2k tiff test"
 
 # Remove SRC_URI when gnome bug #780667 is fixed



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

2017-05-11 Thread Markus Meier
commit: ba902790a2e80a09cf83b9d93b72f0fe97e40db4
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:32:43 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:32:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba902790

gnome-base/librsvg: arm stable, bug #615406

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

 gnome-base/librsvg/librsvg-2.40.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.17.ebuild 
b/gnome-base/librsvg/librsvg-2.40.17.ebuild
index 59194819269..ef3b08b1125 100644
--- a/gnome-base/librsvg/librsvg-2.40.17.ebuild
+++ b/gnome-base/librsvg/librsvg-2.40.17.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg";
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos 
~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="+introspection tools vala"
 REQUIRED_USE="vala? ( introspection )"



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

2017-05-11 Thread Markus Meier
commit: 34e7d765917a936f390e561ecdb1040b830ea09a
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:32:16 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:32:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e7d765

x11-libs/pango: arm stable, bug #615406

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

 x11-libs/pango/pango-1.40.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.40.5.ebuild 
b/x11-libs/pango/pango-1.40.5.ebuild
index 4af99b984c2..aa17178eca6 100644
--- a/x11-libs/pango/pango-1.40.5.ebuild
+++ b/x11-libs/pango/pango-1.40.5.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.pango.org/";
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 
 IUSE="X +introspection test"
 



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

2017-05-11 Thread Markus Meier
commit: 3fb4d6d574a16f10f90532c5162e37da5369076b
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 18:31:12 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 18:31:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb4d6d5

dev-lang/go: arm stable, bug #617426

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

 dev-lang/go/go-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/go/go-1.8.1.ebuild b/dev-lang/go/go-1.8.1.ebuild
index b01c31dca86..9e23c7b2090 100644
--- a/dev-lang/go/go-1.8.1.ebuild
+++ b/dev-lang/go/go-1.8.1.ebuild
@@ -39,7 +39,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 arm ~arm64 ~ppc64 x86 ~amd64-fbsd ~x86-fbsd 
~x64-macos ~x64-solaris"
# The upstream tests fail under portage but pass if the build is
# run according to their documentation [1].
# I am restricting the tests on released versions until this is



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

2017-05-11 Thread Michał Górny
commit: 7a7a2a6cd99c39440501a97eeb24776018459b50
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Tue May  9 08:43:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:22:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7a2a6c

dev-libs/sway: version bump to 0.13.0

 dev-libs/sway/Manifest   |  1 +
 dev-libs/sway/sway-0.13.0.ebuild | 74 
 2 files changed, 75 insertions(+)

diff --git a/dev-libs/sway/Manifest b/dev-libs/sway/Manifest
index c7b07468a30..5bdb07101e0 100644
--- a/dev-libs/sway/Manifest
+++ b/dev-libs/sway/Manifest
@@ -1,2 +1,3 @@
 DIST sway-0.11.tar.gz 11027681 SHA256 
3d4d18afc849db8704d8da9cb69eb121ea92b27d7fa556acdcc6708f05c84964 SHA512 
4cd69c83a0c8815ddc1663b4cd4b69c8d99d6d9d2a030e575c544836e3dfba445bc6407f7eaf97c0d7fdefd62e3ceed4206195ad91701f840ec8686f3b75989c
 WHIRLPOOL 
72b663418c848c4a989d3d277761399dfdca046ebeac972e523b7fe78caee030bf4bbb9e3dd068b712f1a931feedbd214005989aa5fd5b6f877e42fe1f9d0873
 DIST sway-0.12.2.tar.gz 5348464 SHA256 
134387d4da1b912f31c0b23f75722d3896cd2560ef5a37775f75e7057cd4a010 SHA512 
dee93cc8e42e00589529ae413206593f2b1c67076aa6a27980f65ee7ad86ca80684e3cbbdad8c1cbd0741af7235364453257b855a5c722fc80fbad32a37dc4d4
 WHIRLPOOL 
b104dd9eef80b3a836ae93232bf785da66409286ff09831c0f01207a47cbc6bb32fab02b876bc2f1e8cc91f7205879eaf6059355922d83fe697eab4da4d1cbc3
+DIST sway-0.13.0.tar.gz 5355130 SHA256 
56a20c9d28d92777bf99381edd09078f72bf39b8ac586242950d514456a77f7d SHA512 
7f137e103bb278777ee3e36b40446156ee02bfbba3ce099b23b093751832a67155cd9519f7583364608d584d2d7c9206a8945f2114ae58220b47bd0f1ff362e8
 WHIRLPOOL 
bff2fd4550334625533984c3bfaa1b479609b7b62cd62935fc5e96eae4a518242d69f553775f44368b76c87ed64fcd6011df785339bd71fb62e09eb426948b1f

diff --git a/dev-libs/sway/sway-0.13.0.ebuild b/dev-libs/sway/sway-0.13.0.ebuild
new file mode 100644
index 000..eb8046d61a4
--- /dev/null
+++ b/dev-libs/sway/sway-0.13.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils cmake-utils
+
+DESCRIPTION="i3-compatible Wayland window manager"
+HOMEPAGE="http://swaywm.org/";
+
+SRC_URI="https://github.com/SirCmpwn/sway/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+swaybg +swaybar +swaymsg swaygrab swaylock +gdk-pixbuf zsh-completion 
wallpapers systemd"
+
+RDEPEND=">=dev-libs/wlc-0.0.8[systemd=]
+   dev-libs/json-c
+   dev-libs/libpcre
+   dev-libs/libinput
+   x11-libs/libxkbcommon
+   dev-libs/wayland
+   sys-libs/libcap
+   x11-libs/pango
+   x11-libs/cairo
+   swaylock? ( virtual/pam )
+   gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   app-text/asciidoc"
+
+src_prepare() {
+   cmake-utils_src_prepare
+
+   # remove bad CFLAGS that upstream is trying to add
+   sed -i -e '/FLAGS.*-Werror/d' CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -Denable-swaybar=$(usex swaybar)
+   -Denable-swaybg=$(usex swaybg)
+   -Denable-swaygrab=$(usex swaygrab)
+   -Denable-swaylock=$(usex swaylock)
+   -Denable-swaymsg=$(usex swaymsg)
+
+   -Ddefault-wallpaper=$(usex wallpapers)
+
+   -Denable-gdk-pixbuf=$(usex gdk-pixbuf)
+   -Dzsh-completions=$(usex zsh-completion)
+
+   -DCMAKE_INSTALL_SYSCONFDIR="/etc"
+   -DVERSION="${PV}"
+   )
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   cmake-utils_src_install
+
+   use !systemd && fperms u+s /usr/bin/sway
+}
+
+pkg_postinst() {
+   if use swaygrab
+   then
+   optfeature "swaygrab screenshot support" 
media-gfx/imagemagick[png]
+   optfeature "swaygrab video capture support" virtual/ffmpeg
+   fi
+   optfeature "X11 applications support" dev-libs/wlc[xwayland] 
x11-base/xorg-server[wayland]
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openastro/

2017-05-11 Thread Michał Górny
commit: de6e62e2a0b19c7f5eb8572eb98387f54c1a0aa0
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May  8 22:19:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:25:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6e62e2

app-misc/openastro: version bump to 1.1.49

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

 app-misc/openastro/Manifest|  1 +
 app-misc/openastro/openastro-1.1.49.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-misc/openastro/Manifest b/app-misc/openastro/Manifest
index 0c5d46528b8..ca667e23c30 100644
--- a/app-misc/openastro/Manifest
+++ b/app-misc/openastro/Manifest
@@ -1 +1,2 @@
 DIST openastro.org_1.1.48.orig.tar.gz 205879 SHA256 
504fe7fa224ef66f3be2752593b7bfde84c7b599c5f26733f6093b55bf2a5b2a SHA512 
996e503a8dd2504da252ad2b20ac185301e81523629cbcf05fcf37ec4ca3859ef513a194feb2d05bd7c4cbe796bf514afa4eb242b8cd51c65d134b51165f97d3
 WHIRLPOOL 
a73d27f48aea0ed9e7af55bb7e2efc912b17283b515de705ec72193fe187c05a11635bfb5a1ea98d95a2dcbf39bbf3eda4ece636ca5ab945dcafad6e690fa209
+DIST openastro.org_1.1.49.orig.tar.gz 213256 SHA256 
e56d8ea47d0873c2136e78b00448f7f7b00607ba1387754739c7d7335a71a127 SHA512 
1028807d2a84850699f47a03ad74a851873b9b448f87169bee7d142e5ca750aafe33313b6181b9ee0ed6ccb66c3a867e86bd56648ebe67f4a7a9e1b914b77cec
 WHIRLPOOL 
eefeb6aa921f44bde36ed388647d893aa9e0a48be2fe60e01f35e357c36ef9ad1168559bb8061a3fea63da059f68116164d95131284b694700cdd8ce6fe7657f

diff --git a/app-misc/openastro/openastro-1.1.49.ebuild 
b/app-misc/openastro/openastro-1.1.49.ebuild
new file mode 100644
index 000..142482203fa
--- /dev/null
+++ b/app-misc/openastro/openastro-1.1.49.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PN=${PN}.org
+
+DESCRIPTION="A fully-featured Open Source Astrology Program"
+HOMEPAGE="http://openastro.org";
+SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz";
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+IUSE="jpeg png"
+
+DEPEND="
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   dev-python/pycairo[svg,${PYTHON_USEDEP}]
+   dev-python/librsvg-python[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/pyswisseph[${PYTHON_USEDEP}]
+   app-misc/openastro-data[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+   jpeg? ( media-gfx/imagemagick[jpeg,svg] )
+   png? ( media-gfx/imagemagick[png,svg] )"
+
+S=${WORKDIR}/${MY_PN}-${PV}



[gentoo-commits] repo/gentoo:master commit in: app-misc/openastro-data/

2017-05-11 Thread Michał Górny
commit: 7714af88fe1a6e2ad819371da249dc3007ca1688
Author: Aric Belsito  gmail  com>
AuthorDate: Mon May  8 22:19:29 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:25:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7714af88

app-misc/openastro-data: version bump to 1.7

 app-misc/openastro-data/Manifest  |  1 +
 app-misc/openastro-data/openastro-data-1.7.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-misc/openastro-data/Manifest b/app-misc/openastro-data/Manifest
index aa7eb48e2f7..46337aa6a58 100644
--- a/app-misc/openastro-data/Manifest
+++ b/app-misc/openastro-data/Manifest
@@ -1 +1,2 @@
 DIST openastro.org-data_1.6.orig.tar.gz 13603001 SHA256 
1ea8a80ebb6077f2b5f4abafe532037a2bf6ff060afba5419cf1f5aaa0890370 SHA512 
99f3b6db61e27ccf04a7e0ff3ba7da45b889e1177bfbc1192af1929fca7255dc2b18a4ac9eb536af9ceb11e7722e0a3420102c7e45a6c839abe87734e8be6591
 WHIRLPOOL 
33486b0c9c7b3b243acda872d5a8812a329ec2963305098a5bace73dadfc99b442a6d338ca98e305932a63298b4ea6b1550308fe22eaee243dedc825694ffbbc
+DIST openastro.org-data_1.7.orig.tar.gz 15682188 SHA256 
574c14e8b7c613910a37e5a0cb13513f8ae8d57015f2b29b5b832b9d55f26fc8 SHA512 
a67cc528253d0a9f70fdce550b8065c481e2dae8dc59dfed0428491cf4751648e41f0d6032b58008f2fe095f81fc4a23717156a69a73b03bd3105b50eb325ffe
 WHIRLPOOL 
717572b0209bb162eeacb89c26819a22e9748fb5ee4b20c64a1bb812670647246f1484fc0f1ab03f704df3bc131506fa72c80475d0f1e8179edd9557f023e7fe

diff --git a/app-misc/openastro-data/openastro-data-1.7.ebuild 
b/app-misc/openastro-data/openastro-data-1.7.ebuild
new file mode 100644
index 000..50b4ce85ce5
--- /dev/null
+++ b/app-misc/openastro-data/openastro-data-1.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-data}
+MY_PN=${MY_PN}.org-data
+
+DESCRIPTION="OpenAstro data files, ephemeris, famous people database, geo 
database"
+HOMEPAGE="http://openastro.org";
+SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz";
+KEYWORDS="~amd64 ~x86"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_PN}-${PV}



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

2017-05-11 Thread Michał Górny
commit: 0ef88e24df5950d1fcdd46c9d78f0a292a555dd8
Author: Mykyta Holubakha  gmail  com>
AuthorDate: Tue May  9 08:44:01 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:22:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef88e24

dev-libs/sway: drop old 0.11-r3

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

 dev-libs/sway/Manifest  |  1 -
 dev-libs/sway/files/sway-0.11-r3-keep-cap.patch | 84 -
 dev-libs/sway/sway-0.11-r3.ebuild   | 77 ---
 3 files changed, 162 deletions(-)

diff --git a/dev-libs/sway/Manifest b/dev-libs/sway/Manifest
index 5bdb07101e0..17baa3df35b 100644
--- a/dev-libs/sway/Manifest
+++ b/dev-libs/sway/Manifest
@@ -1,3 +1,2 @@
-DIST sway-0.11.tar.gz 11027681 SHA256 
3d4d18afc849db8704d8da9cb69eb121ea92b27d7fa556acdcc6708f05c84964 SHA512 
4cd69c83a0c8815ddc1663b4cd4b69c8d99d6d9d2a030e575c544836e3dfba445bc6407f7eaf97c0d7fdefd62e3ceed4206195ad91701f840ec8686f3b75989c
 WHIRLPOOL 
72b663418c848c4a989d3d277761399dfdca046ebeac972e523b7fe78caee030bf4bbb9e3dd068b712f1a931feedbd214005989aa5fd5b6f877e42fe1f9d0873
 DIST sway-0.12.2.tar.gz 5348464 SHA256 
134387d4da1b912f31c0b23f75722d3896cd2560ef5a37775f75e7057cd4a010 SHA512 
dee93cc8e42e00589529ae413206593f2b1c67076aa6a27980f65ee7ad86ca80684e3cbbdad8c1cbd0741af7235364453257b855a5c722fc80fbad32a37dc4d4
 WHIRLPOOL 
b104dd9eef80b3a836ae93232bf785da66409286ff09831c0f01207a47cbc6bb32fab02b876bc2f1e8cc91f7205879eaf6059355922d83fe697eab4da4d1cbc3
 DIST sway-0.13.0.tar.gz 5355130 SHA256 
56a20c9d28d92777bf99381edd09078f72bf39b8ac586242950d514456a77f7d SHA512 
7f137e103bb278777ee3e36b40446156ee02bfbba3ce099b23b093751832a67155cd9519f7583364608d584d2d7c9206a8945f2114ae58220b47bd0f1ff362e8
 WHIRLPOOL 
bff2fd4550334625533984c3bfaa1b479609b7b62cd62935fc5e96eae4a518242d69f553775f44368b76c87ed64fcd6011df785339bd71fb62e09eb426948b1f

diff --git a/dev-libs/sway/files/sway-0.11-r3-keep-cap.patch 
b/dev-libs/sway/files/sway-0.11-r3-keep-cap.patch
deleted file mode 100644
index da821e365be..000
--- a/dev-libs/sway/files/sway-0.11-r3-keep-cap.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-From ea1313d80d5ee1623b00c8cdf6e7ff8a7e14c2ae Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Thu, 12 Jan 2017 04:25:03 +0200
-Subject: [PATCH 1/2] Keep CAP_SYS_PTRACE with suid binary
-

- sway/main.c | 28 
- 1 file changed, 28 insertions(+)
-
-diff --git a/sway/main.c b/sway/main.c
-index e8a02e7..6c74aab 100644
 a/sway/main.c
-+++ b/sway/main.c
-@@ -10,6 +10,9 @@
- #include 
- #include 
- #include 
-+#ifdef __linux__
-+#include 
-+#endif
- #include "sway/extensions.h"
- #include "sway/layout.h"
- #include "sway/config.h"
-@@ -289,6 +292,18 @@ int main(int argc, char **argv) {
-   return 0;
-   }
- 
-+#ifdef __linux__
-+  bool suid = false;
-+  if (getuid() != geteuid() || getgid() != getegid()) {
-+  // Retain capabilities after setuid()
-+  if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0)) {
-+  sway_log(L_ERROR, "Cannot keep caps after setuid()");
-+  exit(EXIT_FAILURE);
-+  }
-+  suid = true;
-+  }
-+#endif
-+
-   // we need to setup logging before wlc_init in case it fails.
-   if (debug) {
-   init_log(L_DEBUG);
-@@ -311,6 +326,19 @@ int main(int argc, char **argv) {
-   }
-   register_extensions();
- 
-+#ifdef __linux__
-+  if (suid) {
-+  // Drop every cap except CAP_SYS_PTRACE
-+  cap_t caps = cap_init();
-+  cap_value_t keep = CAP_SYS_PTRACE;
-+  if (cap_set_flag(caps, CAP_PERMITTED, 1, &keep, CAP_SET) ||
-+  cap_set_flag(caps, CAP_EFFECTIVE, 1, &keep, CAP_SET) ||
-+  cap_set_proc(caps)) {
-+  sway_log(L_ERROR, "Failed to drop extra capabilities");
-+  exit(EXIT_FAILURE);
-+  }
-+  }
-+#endif
-   // handle SIGTERM signals
-   signal(SIGTERM, sig_handler);
- 
-
-From d9ba61d7e91c5aceef1a6a736dc65f0594b9be2a Mon Sep 17 00:00:00 2001
-From: Mykyta Holubakha 
-Date: Thu, 12 Jan 2017 04:35:09 +0200
-Subject: [PATCH 2/2] Log capability dropping
-

- sway/main.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/sway/main.c b/sway/main.c
-index 6c74aab..7bf71b5 100644
 a/sway/main.c
-+++ b/sway/main.c
-@@ -331,6 +331,7 @@ int main(int argc, char **argv) {
-   // Drop every cap except CAP_SYS_PTRACE
-   cap_t caps = cap_init();
-   cap_value_t keep = CAP_SYS_PTRACE;
-+  sway_log(L_INFO, "Dropping extra capabilities");
-   if (cap_set_flag(caps, CAP_PERMITTED, 1, &keep, CAP_SET) ||
-   cap_set_flag(caps, CAP_EFFECTIVE, 1, &keep, CAP_SET) ||
-   cap_set_proc(caps)) {

diff --git a/dev-libs/sway/sway-

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

2017-05-11 Thread Andreas Sturmlechner
commit: b711fd8595d968899d3b5d3b81c87e1d91ce6e58
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 20:56:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:26:09 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b711fd85

kde5.eclass: 16.12.3 tarballs moved to Attic

 eclass/kde5.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 685a3b1f06..6b140d7909 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -294,6 +294,8 @@ _calculate_src_uri() {
case ${CATEGORY} in
kde-apps)
case ${PV} in
+   16.12.3)
+   
SRC_URI="mirror://kde/Attic/applications/16.12.3/src/${_kmname}-${PV}.tar.xz" ;;
??.?.[6-9]? | ??.??.[6-9]? )

SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz"
RESTRICT+=" mirror"



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

2017-05-11 Thread Andreas Sturmlechner
commit: 400b6fa407f6a9bf1dadc9e447a281daa7a6dfd5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 21:10:54 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:26:41 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=400b6fa4

kde5.eclass: 5.29.0 tarballs moved to Attic

 eclass/kde5.eclass | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 6b140d7909..7c09c4061e 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -305,7 +305,13 @@ _calculate_src_uri() {
esac
;;
kde-frameworks)
-   
SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+   case ${PV} in
+   5.29.?)
+   
SRC_URI="mirror://kde/Attic/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+   *)
+   
SRC_URI="mirror://kde/stable/frameworks/${PV%.*}/${_kmname}-${PV}.tar.xz" ;;
+   esac
+   ;;
kde-plasma)
local plasmapv=$(get_version_component_range 1-3)
 



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

2017-05-11 Thread Andreas Sturmlechner
commit: 4d5469a9d46a3000eb04c36beb2cf1d6aedd8a0d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 10 20:56:58 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 11 18:26:26 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d5469a9

kde4-base.eclass: 16.12.3 tarballs moved to Attic

 eclass/kde4-base.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index bb19071232..04f26ff42a 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -498,6 +498,8 @@ _calculate_src_uri() {
4.14.11*)
# KDEPIM 4.14 snapshot with Gentoo 
patches

SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${_kmname_pv}.tar.xz"; ;;
+   16.12.3)
+   
SRC_URI="mirror://kde/Attic/applications/16.12.3/src/${_kmname_pv}.tar.xz" ;;
??.?.[6-9]? | ??.??.[4-9]?)
# Unstable KDE Applications releases

SRC_URI="mirror://kde/unstable/applications/${PV}/src/${_kmname}-${PV}.tar.xz" 
;;



[gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/

2017-05-11 Thread Michał Górny
commit: 47a3716bd8f380812fc3d6e3ad23c01df458f6dd
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May  9 21:26:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:20:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a3716b

net-p2p/airdcpp-webclient: remove old

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

 net-p2p/airdcpp-webclient/Manifest |  1 -
 .../airdcpp-webclient-1.3.1.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/net-p2p/airdcpp-webclient/Manifest 
b/net-p2p/airdcpp-webclient/Manifest
index bd8b3e318e7..80f155d9f18 100644
--- a/net-p2p/airdcpp-webclient/Manifest
+++ b/net-p2p/airdcpp-webclient/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webclient-1.3.1.tar.gz 736889 SHA256 
3ec4e2aca343a7d715008482b8197c09b00677d8cb2798470274d944e6e4f5bf SHA512 
0a2b4e7a6d639167d51d7ddd4a40e577df7a8babd76df7af7a3a7eb246f73b9840a1f0d96e2a3b494cd05a881881167cc7932b676e9e7d64a28a100c4e0b7467
 WHIRLPOOL 
ea11b7ed94cf4c1fd5ffed0b7e64781bee2b1f4a8255204d662b63bef46bf9808c006ca2b9d6bde572abbfc3e98e25e6300e5ddb99ce90d3717bf2a811433d19
 DIST airdcpp-webclient-1.4.1.tar.gz 743631 SHA256 
9acb61366c91a7aaa03cae58e9aee28ccac05ffe9dff0ec947836fa81967f27f SHA512 
7b973251574cb5b49942efa868cef9f689fcf8d804be632ad17c445be98ab55ca9973c5fe9dce052d542006d47a7850af7d236953010c2c0e3158c54e448afe1
 WHIRLPOOL 
e43ccfddc50dbdd0ce8a3cd5b00fc4c844ed69051967d67cca9c9c72b073227d1d20ac510d34b07161c231c7c7d69b945d60872d8756a0ef2c91dfe4a843fe06
 DIST airdcpp-webclient-2.0.1.tar.gz 843348 SHA256 
312466c20b6c3125b6bf88b26f23618f67546722bb0372089537c5a88cc3460b SHA512 
2c31712816a59560f248f42b3ad3ffe5d2f76a64860bf515a537b79dda5a579bac17d5d8ba46d9d57554a0b93b9384696a299b2f2096e05c62ea4b97e42d06bc
 WHIRLPOOL 
e78d998d8398eb705599ed0f249242d460586288c5649b810606321334a7ea66bd2cb9f119789eec19038e1e3d9ce376a93e96bd18fe15bba10d7a80c97ee580

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-1.3.1.ebuild 
b/net-p2p/airdcpp-webclient/airdcpp-webclient-1.3.1.ebuild
deleted file mode 100644
index ad0974e34a4..000
--- a/net-p2p/airdcpp-webclient/airdcpp-webclient-1.3.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils user
-
-DESCRIPTION="Cross-platform Direct Connect client"
-HOMEPAGE="https://airdcpp-web.github.io/";
-SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE="nat-pmp +tbb +webui"
-
-RDEPEND="
-   app-arch/bzip2
-   dev-cpp/websocketpp
-   dev-libs/boost
-   dev-libs/geoip
-   dev-libs/leveldb
-   dev-libs/openssl:0=[-bindist]
-   net-libs/miniupnpc
-   sys-libs/zlib
-   virtual/libiconv
-   nat-pmp? ( net-libs/libnatpmp )
-   tbb? ( dev-cpp/tbb )
-"
-DEPEND="
-   dev-lang/python:*
-   virtual/pkgconfig
-   ${RDEPEND}
-"
-PDEPEND="webui? ( www-apps/airdcpp-webui )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_WEB_UI=OFF
-   -DLIB_INSTALL_DIR=$(get_libdir)
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   newconfd "${FILESDIR}/airdcppd.confd" airdcppd
-   newinitd "${FILESDIR}/airdcppd.initd" airdcppd
-   keepdir /var/lib/airdcppd
-   fowners airdcppd:airdcppd /var/lib/airdcppd
-   cmake-utils_src_install
-}
-
-pkg_setup() {
-   enewgroup airdcppd
-   enewuser airdcppd -1 -1 /var/lib/airdcppd airdcppd
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   elog "Run 'airdcppd --configure' to set up ports and 
authentication"
-   fi
-}



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

2017-05-11 Thread Michał Górny
commit: 2769787ce24e40630c4400d87a1727cb5c35118e
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May  9 18:28:23 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2769787c

dev-python/rst-linker: remove old

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

 dev-python/rst-linker/Manifest  |  1 -
 dev-python/rst-linker/rst-linker-1.6.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/dev-python/rst-linker/Manifest b/dev-python/rst-linker/Manifest
index 121fdbfdd68..17ed80ea261 100644
--- a/dev-python/rst-linker/Manifest
+++ b/dev-python/rst-linker/Manifest
@@ -1,3 +1,2 @@
-DIST rst.linker-1.6.tar.gz 6439 SHA256 
e1eab99dba26c4562f1a034bd0122f84035f0e54750b20ca1e017ed225c66a2e SHA512 
f2511f2bef0ef90b9b9bcda11542e768d242cde5d617f17bec1c23cb21819510703033c63b3dda2cacae73a605de2d8930512e040c6703dd881b4dc0d7022baf
 WHIRLPOOL 
c097a20d3bd3f3cdc7aeade9a586818a47ad282877d47999de6aaa240595849b127ef84ee25e677bcfc21ce9b4b99e3e7fe7b71d8571ba465d0854b1961350c2
 DIST rst.linker-1.7.tar.gz 6798 SHA256 
59038b0dce170f7d6459132a1b7358b01f71f372afbf5b1c07d0862ba4a5042e SHA512 
380cd1b36a1153a6512144b7c83be75dfa95ce397437d34cb76c4c41de6266c77cf1f811f4fb0576838e10bd78e1f46394df11b0f7dc5e3fafeef36b6e8c9ba0
 WHIRLPOOL 
7d323528ed0c7bba5db1159eb18063a4b191d81d400c1e8d02d0dcff3265183ca4ca0d56de5c674883dc1d02ea77eb7ec83c1b08d4622f4d820f5a1702a5833b
 DIST rst.linker-1.9.tar.gz 7618 SHA256 
4de05e547d14ac16599d6379a73d394b8eba03afb1f16b6bdb400013957d SHA512 
b3e39b025f75bb6ff670f23ee7abd48dcc4e19343626c1ffadd2304a7e3285fe0b7369ace96e47094606e864672c8aeea967a02217b110762e53498dde64b8a7
 WHIRLPOOL 
15cef12c451a8bffec7303f2909e173993819bdb3d214c07f2b606464fa0ff6d222b33bff3df44a2a1652f2b144f85a11e8dbb4b9a82257bca6123f1944eb828

diff --git a/dev-python/rst-linker/rst-linker-1.6.ebuild 
b/dev-python/rst-linker/rst-linker-1.6.ebuild
deleted file mode 100644
index 12fce310896..000
--- a/dev-python/rst-linker/rst-linker-1.6.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Sphinx plugin to add links and timestamps to the changelog"
-HOMEPAGE="https://github.com/jaraco/rst.linker";
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   py.test || die "tests failed with ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-p2p/airdcpp-webclient/

2017-05-11 Thread Michał Górny
commit: 70f8a1d5bd0a26f2834dbc83e90efc2d29bf781e
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May  9 21:22:31 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f8a1d5

net-p2p/airdcpp-webclient: bump to 2.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-p2p/airdcpp-webclient/Manifest |  1 +
 .../airdcpp-webclient-2.0.1.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/net-p2p/airdcpp-webclient/Manifest 
b/net-p2p/airdcpp-webclient/Manifest
index 0bfa33ca5d4..bd8b3e318e7 100644
--- a/net-p2p/airdcpp-webclient/Manifest
+++ b/net-p2p/airdcpp-webclient/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webclient-1.3.1.tar.gz 736889 SHA256 
3ec4e2aca343a7d715008482b8197c09b00677d8cb2798470274d944e6e4f5bf SHA512 
0a2b4e7a6d639167d51d7ddd4a40e577df7a8babd76df7af7a3a7eb246f73b9840a1f0d96e2a3b494cd05a881881167cc7932b676e9e7d64a28a100c4e0b7467
 WHIRLPOOL 
ea11b7ed94cf4c1fd5ffed0b7e64781bee2b1f4a8255204d662b63bef46bf9808c006ca2b9d6bde572abbfc3e98e25e6300e5ddb99ce90d3717bf2a811433d19
 DIST airdcpp-webclient-1.4.1.tar.gz 743631 SHA256 
9acb61366c91a7aaa03cae58e9aee28ccac05ffe9dff0ec947836fa81967f27f SHA512 
7b973251574cb5b49942efa868cef9f689fcf8d804be632ad17c445be98ab55ca9973c5fe9dce052d542006d47a7850af7d236953010c2c0e3158c54e448afe1
 WHIRLPOOL 
e43ccfddc50dbdd0ce8a3cd5b00fc4c844ed69051967d67cca9c9c72b073227d1d20ac510d34b07161c231c7c7d69b945d60872d8756a0ef2c91dfe4a843fe06
+DIST airdcpp-webclient-2.0.1.tar.gz 843348 SHA256 
312466c20b6c3125b6bf88b26f23618f67546722bb0372089537c5a88cc3460b SHA512 
2c31712816a59560f248f42b3ad3ffe5d2f76a64860bf515a537b79dda5a579bac17d5d8ba46d9d57554a0b93b9384696a299b2f2096e05c62ea4b97e42d06bc
 WHIRLPOOL 
e78d998d8398eb705599ed0f249242d460586288c5649b810606321334a7ea66bd2cb9f119789eec19038e1e3d9ce376a93e96bd18fe15bba10d7a80c97ee580

diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.0.1.ebuild 
b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.0.1.ebuild
new file mode 100644
index 000..48eaa65f1fe
--- /dev/null
+++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.0.1.ebuild
@@ -0,0 +1,63 @@
+# 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} pypy{,3} )
+
+inherit cmake-utils user python-any-r1
+
+DESCRIPTION="Cross-platform Direct Connect client"
+HOMEPAGE="https://airdcpp-web.github.io/";
+SRC_URI="https://github.com/airdcpp-web/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="nat-pmp +tbb +webui"
+
+RDEPEND="
+   app-arch/bzip2
+   dev-cpp/websocketpp
+   dev-libs/boost:=
+   dev-libs/geoip
+   dev-libs/leveldb
+   dev-libs/openssl:0=[-bindist]
+   net-libs/miniupnpc:=
+   sys-libs/zlib
+   virtual/libiconv
+   nat-pmp? ( net-libs/libnatpmp )
+   tbb? ( dev-cpp/tbb )
+"
+DEPEND="
+   virtual/pkgconfig
+   ${PYTHON_DEPS}
+   ${RDEPEND}
+"
+PDEPEND="webui? ( www-apps/airdcpp-webui )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+   enewgroup airdcppd
+   enewuser airdcppd -1 -1 /var/lib/airdcppd airdcppd
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_WEB_UI=OFF
+   )
+   cmake-utils_src_configure
+}
+
+src_install() {
+   newconfd "${FILESDIR}/airdcppd.confd" airdcppd
+   newinitd "${FILESDIR}/airdcppd.initd" airdcppd
+   keepdir /var/lib/airdcppd
+   fowners airdcppd:airdcppd /var/lib/airdcppd
+   cmake-utils_src_install
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "Run 'airdcppd --configure' to set up ports and 
authentication"
+   fi
+}



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

2017-05-11 Thread Michał Górny
commit: cfc14115e25bd8404a1f7f0e445020a1882a1b67
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May  9 18:27:17 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:20:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc14115

dev-python/rst-linker: bump to 1.9, #617964

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/rst-linker/Manifest  |  1 +
 dev-python/rst-linker/rst-linker-1.9.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/dev-python/rst-linker/Manifest b/dev-python/rst-linker/Manifest
index 5637ade2917..121fdbfdd68 100644
--- a/dev-python/rst-linker/Manifest
+++ b/dev-python/rst-linker/Manifest
@@ -1,2 +1,3 @@
 DIST rst.linker-1.6.tar.gz 6439 SHA256 
e1eab99dba26c4562f1a034bd0122f84035f0e54750b20ca1e017ed225c66a2e SHA512 
f2511f2bef0ef90b9b9bcda11542e768d242cde5d617f17bec1c23cb21819510703033c63b3dda2cacae73a605de2d8930512e040c6703dd881b4dc0d7022baf
 WHIRLPOOL 
c097a20d3bd3f3cdc7aeade9a586818a47ad282877d47999de6aaa240595849b127ef84ee25e677bcfc21ce9b4b99e3e7fe7b71d8571ba465d0854b1961350c2
 DIST rst.linker-1.7.tar.gz 6798 SHA256 
59038b0dce170f7d6459132a1b7358b01f71f372afbf5b1c07d0862ba4a5042e SHA512 
380cd1b36a1153a6512144b7c83be75dfa95ce397437d34cb76c4c41de6266c77cf1f811f4fb0576838e10bd78e1f46394df11b0f7dc5e3fafeef36b6e8c9ba0
 WHIRLPOOL 
7d323528ed0c7bba5db1159eb18063a4b191d81d400c1e8d02d0dcff3265183ca4ca0d56de5c674883dc1d02ea77eb7ec83c1b08d4622f4d820f5a1702a5833b
+DIST rst.linker-1.9.tar.gz 7618 SHA256 
4de05e547d14ac16599d6379a73d394b8eba03afb1f16b6bdb400013957d SHA512 
b3e39b025f75bb6ff670f23ee7abd48dcc4e19343626c1ffadd2304a7e3285fe0b7369ace96e47094606e864672c8aeea967a02217b110762e53498dde64b8a7
 WHIRLPOOL 
15cef12c451a8bffec7303f2909e173993819bdb3d214c07f2b606464fa0ff6d222b33bff3df44a2a1652f2b144f85a11e8dbb4b9a82257bca6123f1944eb828

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



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

2017-05-11 Thread Michał Górny
commit: 114eaf3d342537b60822e624b336124e7de8f1af
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May  9 21:25:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:20:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114eaf3d

www-apps/airdcpp-webui: bump to 2.0.3

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/airdcpp-webui/Manifest   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 93f707b7007..f9bb938c6e9 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 
69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 
d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb
 WHIRLPOOL 
4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1
 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 
2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 
3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880
 WHIRLPOOL 
2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
+DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 
5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 
e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786
 WHIRLPOOL 
4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild
new file mode 100644
index 000..ff27cb93613
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Web interface for airdcpp-webclient"
+HOMEPAGE="https://airdcpp-web.github.io/";
+SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz";
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
+
+S="${WORKDIR}/package"
+
+src_install() {
+   insinto "/usr/share/airdcpp/web-resources"
+   doins -r "${S}/dist"/*
+}



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

2017-05-11 Thread Michał Górny
commit: cbb8541f9a2a45f7b1b6d4e0627b4fdc1811f3bd
Author: Louis Sautier  gmail  com>
AuthorDate: Tue May  9 21:25:50 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 18:20:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb8541f

www-apps/airdcpp-webui: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/airdcpp-webui/Manifest   |  1 -
 www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index f9bb938c6e9..5f8300d1991 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 
69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 
d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb
 WHIRLPOOL 
4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1
 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 
2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 
3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880
 WHIRLPOOL 
2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
 DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 
5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 
e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786
 WHIRLPOOL 
4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild
deleted file mode 100644
index 741e0744efd..000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.3.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/";
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz";
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-S="${WORKDIR}/package"
-
-src_install() {
-   insinto "/usr/share/airdcpp/web-resources"
-   doins -r "${S}/dist"/*
-}



  1   2   >