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

2017-09-27 Thread Hans de Graaff
commit: 98ffaa354aaf35c1d5ae506cfed42d25506c4f6d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 28 05:32:05 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 28 05:32:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ffaa35

dev-ruby/haml: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/haml/Manifest  |  1 -
 dev-ruby/haml/haml-5.0.1.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/dev-ruby/haml/Manifest b/dev-ruby/haml/Manifest
index d8fdfb18706..df41aabf331 100644
--- a/dev-ruby/haml/Manifest
+++ b/dev-ruby/haml/Manifest
@@ -1,3 +1,2 @@
 DIST haml-4.0.7.gem 121856 SHA256 
3754d0f7c21cf261a30b207a94524211293b921492fab58c89d1ede7e7933f57 SHA512 
5736ded231bb10a0c0932453294604075e24a9020c2658e703c13ebf7a8d148327188157f982a3aea5db6d6938beb372c0167dfbc4ff06325517b2c8bd71a568
 WHIRLPOOL 
62f1f152dbf8eea15ef3935d8e85b062f5a3f079a3cc4e4ad47056acfe7427b443611f092f591ff957f348d1727ce43b23d9f88083a4678b30d759a2ecd6e659
-DIST haml-5.0.1.tar.gz 123154 SHA256 
c6580d96245f85d26c2d953cabb14c3035941e82b897684d528a10491fa5cb42 SHA512 
deb5dc4746a0bc4b5103880c2364b6354eaa7968b6fa3df5a0a216a5c26c524e985c4a1e39df1de90b303d490b8d9ed9daa65eb00c0cbbbf772cd6b577c773be
 WHIRLPOOL 
8174e1b5b027604157297f6c9f1bcd03bbfe20357a55799bfaa55e179025c53daab64d024eb8ab765592980199c758f4a8e901df975695c1326e1699b1d85b0b
 DIST haml-5.0.2.tar.gz 124000 SHA256 
76e1024120d00454e11d6061a630ce785bf7092ba9063bbe1926ae51fceeb619 SHA512 
c266a48424db4c9949d29bdb72f2c96ef5878a78ae98867b9259b0e2e2f581cb9fecf4c51091e6bce3ba4d86c60b44e8c7e95759a8aec8c95d59b9707903032e
 WHIRLPOOL 
ffaf5249f3241573c4752d31031b290a5190da14701b5f194660c342bffd546b38f279707a9befcfbb72f8ec70fe994966bcfce5c4f576ff1a1fd97615ea3d2c

diff --git a/dev-ruby/haml/haml-5.0.1.ebuild b/dev-ruby/haml/haml-5.0.1.ebuild
deleted file mode 100644
index 5bba09199d6..000
--- a/dev-ruby/haml/haml-5.0.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="test"
-RUBY_FAKEGEM_TASK_DOC="-Ilib doc"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md REFERENCE.md"
-RUBY_FAKEGEM_DOCDIR="doc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A ruby web page templating engine"
-HOMEPAGE="http://haml-lang.com/;
-SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="doc test"
-
-RDEPEND="${RDEPEND} !!=dev-ruby/temple-0.8.0 dev-ruby/tilt:*"
-
-ruby_add_bdepend "
-   test? (
-   dev-ruby/minitest:5
-   dev-ruby/nokogiri
-   dev-ruby/railties:4.2
-   dev-ruby/activemodel:4.2
-   dev-ruby/actionpack:4.2
-   )
-   doc? (
-   dev-ruby/yard
-   >=dev-ruby/maruku-0.7.2-r1
-   )"
-
-all_ruby_prepare() {
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-
-   sed -i -e '/bundler/ s:^:#:' \
-   -e 's/gem "minitest"/gem "minitest", "~>5.0"/'\
-   -e '1igem "actionpack", "~>4.2"'\
-   -e '1igem "activesupport", "~>4.2"; gem "activemodel", "~>4.2"'\
-   -e '1igem "railties", "~>4.2"'\
-   test/test_helper.rb || die
-   # Remove test that fails when RedCloth is available
-   sed -i -e "/should raise error when a Tilt filters dependencies are 
unavailable for extension/,/^  end/ s/^/#/"\
-   test/filters_test.rb || die
-}



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

2017-09-27 Thread Hans de Graaff
commit: ba80d823063ce519ed0751399e8c31b0f5e8f3a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 28 04:16:07 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 28 04:16:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba80d823

app-admin/puppet-lint: add 2.3.2

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/puppet-lint/Manifest |  1 +
 app-admin/puppet-lint/puppet-lint-2.3.2.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index b6329ae6ce6..326104b6a28 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,3 +1,4 @@
 DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 
e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692
 WHIRLPOOL 
168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13
 DIST puppet-lint-2.2.1.gem 74240 SHA256 
f7f191e8bcd8ff35744bd5197548d283ecc1e117e08b6a3f0e614cb306140d87 SHA512 
16aeaf4614104c5d3642c7c61acacbb33f4c0518a18c814cf2cc20aa40c19ac2e392758a980178d50c80c41544c8164d407ad7cd8d783a0d97b1606c55680570
 WHIRLPOOL 
71cebaebeb9d7e825db185a97c98d3b785bbcdb240f3e5c364ed145f017e205e09db3c03086dc1ab32d0474b43aa46f7284d5e41b4bf42dbc734b85ae42a930b
 DIST puppet-lint-2.3.0.gem 76288 SHA256 
39393fe622b3e3c9585afcdda887b42117dfeac2317fbcd5548e0ddaa668e4bf SHA512 
d0c21bad8eb5e7e2352de7e919ad44cccfb0086980a52e8d26b167c29a2a78e2e6efb692c8ac88c28cffcec125e1bf2f26973dca642d2ee9fea62a1342dfb709
 WHIRLPOOL 
d6bb940745292ca90020c1eb1e1bee94ed479ef96dae23f4a34758431df9eb84cc46c9ad4acebf33613be54fd8c97cb59180f1895ecdbd454de9e79084c5f37e
+DIST puppet-lint-2.3.2.gem 82432 SHA256 
872f0da4ea05ec561ed4b25ce2bba13626790e2239eab1b826e62af9a2d215be SHA512 
5da388ad11285172e74de775d691ea49ebbbcadf938e7bddadff1bb9c9485dc30d7fa51e51db74d7912d23434223e3625e267a6785bd7f37243136553716db5e
 WHIRLPOOL 
e8559628e4e068161e1fec37f7f39f9228568132a6d977e4c2d87c1a1af741fd515ee43589b05d238c01aa43a257a29ac926e5d57d538bc3481f8aa6ee8ac822

diff --git a/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild
new file mode 100644
index 000..65e7f40bb29
--- /dev/null
+++ b/app-admin/puppet-lint/puppet-lint-2.3.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit eutils ruby-fakegem
+
+DESCRIPTION="A linter for puppet DSL"
+HOMEPAGE="http://puppet-lint.com/;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec-its:1
+   dev-ruby/rspec-collection_matchers:1
+   dev-ruby/rspec-json_expectations )"
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die
+}



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

2017-09-27 Thread Hans de Graaff
commit: e92487f0ee591249ebc8a8207bb17c7fe5cf6311
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 28 04:13:11 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 28 04:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92487f0

dev-ruby/rspec-json_expectations: add ruby24

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild 
b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild
index 441ddad769d..b6095cb98ee 100644
--- a/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild
+++ b/dev-ruby/rspec-json_expectations/rspec-json_expectations-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2017-09-27 Thread Hans de Graaff
commit: 743d07fb8c3b189bbc6e31b7c248f50546f6ef15
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Sep 28 04:06:35 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Sep 28 04:06:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743d07fb

app-admin/puppet-lint: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.2

 app-admin/puppet-lint/Manifest |  2 --
 app-admin/puppet-lint/puppet-lint-2.1.0.ebuild | 25 -
 app-admin/puppet-lint/puppet-lint-2.1.1.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest
index e19c91f1b16..b6329ae6ce6 100644
--- a/app-admin/puppet-lint/Manifest
+++ b/app-admin/puppet-lint/Manifest
@@ -1,5 +1,3 @@
 DIST puppet-lint-2.0.2.gem 60928 SHA256 
d8d5336f14d9e484c33007c8527596154c2be8b5e7fb5a9f43f978298381f294 SHA512 
e3cdba2cb3c55b73489bdd9e8df24f225ff8134cebc1f2a05a7118905c59eab47e8998f5afc6294288f4a7e226029e17351812b918ee51b81be921e16c94f692
 WHIRLPOOL 
168c57cc2884e7a4304fa205cbd5fa4c566f0f159bd1d373d11d400ff75a00626885a18998b139793f4fbbe3602fb6ce4f0231ce42e118da8faa1d8f1bec4f13
-DIST puppet-lint-2.1.0.gem 66048 SHA256 
9e22529314ed737b4cde3f1e1f221e044661534e85149e70abf0546d1f633be1 SHA512 
52b39c97c8b8b8d242a0260e2d7587e70c5e04873c67fd1986f5808ec92b0d17e93a112c67c67f594225b77a7cbbad0a893f0d5433a9826c1cf8b8dc3b2108c4
 WHIRLPOOL 
09073c354dbd37582fcec4291cf27a149e490afc41c7d690bf45dd427ddb204d25fe207e8ad340af75a68f7a516bf819f38372906c57fd697afb02b0afca1d77
-DIST puppet-lint-2.1.1.gem 67072 SHA256 
e5b8d674f0ecc5049905d561309a6c420688aa74d8e0615d4bdf8c3fa6ebee89 SHA512 
076aa2ca845a907c329651f0c43e0ff51e7f014e9530c00d6f3c4a79e36a075e6905cde24382969cacc740832050a4a6bbe522fd8d70139e36cef1bdd98689e7
 WHIRLPOOL 
e7ef01008a9a739deedc489cbadcd1469d6da05b183088cb54c454324232ec014bffb3d0638e2fae57f38eeeca19ce1bcc242b4cb8daec3df4054c990174c7f3
 DIST puppet-lint-2.2.1.gem 74240 SHA256 
f7f191e8bcd8ff35744bd5197548d283ecc1e117e08b6a3f0e614cb306140d87 SHA512 
16aeaf4614104c5d3642c7c61acacbb33f4c0518a18c814cf2cc20aa40c19ac2e392758a980178d50c80c41544c8164d407ad7cd8d783a0d97b1606c55680570
 WHIRLPOOL 
71cebaebeb9d7e825db185a97c98d3b785bbcdb240f3e5c364ed145f017e205e09db3c03086dc1ab32d0474b43aa46f7284d5e41b4bf42dbc734b85ae42a930b
 DIST puppet-lint-2.3.0.gem 76288 SHA256 
39393fe622b3e3c9585afcdda887b42117dfeac2317fbcd5548e0ddaa668e4bf SHA512 
d0c21bad8eb5e7e2352de7e919ad44cccfb0086980a52e8d26b167c29a2a78e2e6efb692c8ac88c28cffcec125e1bf2f26973dca642d2ee9fea62a1342dfb709
 WHIRLPOOL 
d6bb940745292ca90020c1eb1e1bee94ed479ef96dae23f4a34758431df9eb84cc46c9ad4acebf33613be54fd8c97cb59180f1895ecdbd454de9e79084c5f37e

diff --git a/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
deleted file mode 100644
index 1f3b7e7e3d4..000
--- a/app-admin/puppet-lint/puppet-lint-2.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit eutils ruby-fakegem
-
-DESCRIPTION="A linter for puppet DSL"
-HOMEPAGE="http://puppet-lint.com/;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rspec-its:1
-   dev-ruby/rspec-collection_matchers:1
-   dev-ruby/rspec-json_expectations )"

diff --git a/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild 
b/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild
deleted file mode 100644
index 57be7f078fe..000
--- a/app-admin/puppet-lint/puppet-lint-2.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit eutils ruby-fakegem
-
-DESCRIPTION="A linter for puppet DSL"
-HOMEPAGE="http://puppet-lint.com/;
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64"
-
-ruby_add_bdepend "test? (
-   dev-ruby/rspec-its:1
-   dev-ruby/rspec-collection_matchers:1
-   dev-ruby/rspec-json_expectations )"



[gentoo-commits] repo/gentoo:master commit in: app-editors/padre/

2017-09-27 Thread Kent Fredric
commit: 0783bd6eb14f40386abf1ca4c6b6ef30b68ae11b
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Sep 28 01:02:16 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Sep 28 01:02:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0783bd6e

app-editors/padre: Fix compile without '.' in @INC on Perl 5.26

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-editors/padre/padre-1.0.0-r1.ebuild | 7 ++-
 app-editors/padre/padre-1.0.0.ebuild| 8 +++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/app-editors/padre/padre-1.0.0-r1.ebuild 
b/app-editors/padre/padre-1.0.0-r1.ebuild
index 1ce32256f58..aae5b066961 100644
--- a/app-editors/padre/padre-1.0.0-r1.ebuild
+++ b/app-editors/padre/padre-1.0.0-r1.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
@@ -106,3 +106,8 @@ src_configure() {
unset DISPLAY
perl-module_src_configure
 }
+src_prepare() {
+   sed -i -e 's/^use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}

diff --git a/app-editors/padre/padre-1.0.0.ebuild 
b/app-editors/padre/padre-1.0.0.ebuild
index 17201614f89..bc3967a1dbb 100644
--- a/app-editors/padre/padre-1.0.0.ebuild
+++ b/app-editors/padre/padre-1.0.0.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=5
@@ -104,3 +104,9 @@ src_configure() {
unset DISPLAY
perl-module_src_configure
 }
+
+src_prepare() {
+   sed -i -e 's/use inc::Module::Install/use lib q[.];\n use 
inc::Module::Install/' Makefile.PL ||
+   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+   perl-module_src_prepare
+}



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

2017-09-27 Thread Patrick McLean
commit: 269373bba471e5d178660dd198463f88a965b4c2
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Sep 28 00:04:18 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Sep 28 00:04:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=269373bb

dev-python/python-iptables: Version bump to 0.12.0

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-python/python-iptables/Manifest|  1 +
 .../python-iptables/python-iptables-0.12.0.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/python-iptables/Manifest 
b/dev-python/python-iptables/Manifest
index 421530d645e..55380564eaf 100644
--- a/dev-python/python-iptables/Manifest
+++ b/dev-python/python-iptables/Manifest
@@ -1 +1,2 @@
 DIST python-iptables-0.11.0.tar.gz 73582 SHA256 
55bdd0d8e3d0b4c27e4d61bf6f21ada1e19146c0adf65e5093e254a126abcce9 SHA512 
5bbaeb09dc256738e3a168fa5941f39e50074eb1ac3ce18545a48c55eb06ef70fd974ad3153dc07ca67b1ef88a2a2c537a9f8d3ac85add990f6d15e9d37aa0a4
 WHIRLPOOL 
5ecc28a1f65389e63c962408f058ac0795a5ebd846320f4d9de4ad35e6bb7a8ee7dff4555af0c4c9c42d303b7b0f6de372c042d4219141446680ba45b8216ac4
+DIST python-iptables-0.12.0.tar.gz 40831 SHA256 
9815fd5ba780fd14b5f8cf8a93e007c0e603019738813a806e37553cd72e4c33 SHA512 
bf79288fac53542e523c8ed0e4e0711792cf524100e39f57f10d3581d1b958712875a765f690b3d5ec6e28af9de48d2f3dd0a787c7037ebfc6f8bf87b5e321b2
 WHIRLPOOL 
360c3dec7c1122ba53cf7f158ff463937a119fbc818ac879403ac943c0f0d04043c89559468274332e3050e4fd84a8d95f8a30b7a783aaa0c023420278c3422c

diff --git a/dev-python/python-iptables/python-iptables-0.12.0.ebuild 
b/dev-python/python-iptables/python-iptables-0.12.0.ebuild
new file mode 100644
index 000..e294f95ec8f
--- /dev/null
+++ b/dev-python/python-iptables/python-iptables-0.12.0.ebuild
@@ -0,0 +1,36 @@
+# 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,5,6}} )
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for iptables"
+HOMEPAGE="https://github.com/ldx/python-iptables;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="net-firewall/iptables
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+RDEPEND="${DEPEND}"
+
+# tests manipulate live iptables rules, so disable them by default
+
+python_prepare_all() {
+   # Prevent un-needed d'loading during doc build
+   sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/

2017-09-27 Thread Jeroen Roovers
commit: b1a8cdc3e8c8d84c54713c8e1b31616405e3efd3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 28 00:02:52 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 28 00:04:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a8cdc3

sys-boot/palo: Stable for HPPA too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

 sys-boot/palo/palo-1.99.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-boot/palo/palo-1.99.ebuild b/sys-boot/palo/palo-1.99.ebuild
index 570db77c2c3..ad697b0c5b8 100644
--- a/sys-boot/palo/palo-1.99.ebuild
+++ b/sys-boot/palo/palo-1.99.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapsh
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~hppa"
+KEYWORDS="-* hppa"
 
 PATCHES=(
"${FILESDIR}"/${PN}-1.96-toolchain.patch



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

2017-09-27 Thread Jeroen Roovers
commit: 2f16956047b3969137540633882332b22413313b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 28 00:04:00 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 28 00:04:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f169560

www-client/vivaldi-snapshot: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 www-client/vivaldi-snapshot/Manifest   |   2 +
 .../vivaldi-snapshot-1.13.971.8_p1.ebuild  | 105 +
 2 files changed, 107 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index a30a177d813..acba6c727f1 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,2 +1,4 @@
 DIST vivaldi-snapshot-1.13.966.3_p1-amd64.deb 53410782 SHA256 
a7a20c765d9a5ea22337424a66706f1909c6e18ea7ccef01575d245d3cb80db1 SHA512 
5b71245656885584b4dbd5a02da89e5fede1ea246f5fc14a7cc3216cf40191d0183dcf80fcb3a433a75073e474bb45d111590777b8fee6ce1ab8fb68b2bc8b19
 WHIRLPOOL 
9a699723abfd50413957da4da1ceaa132a6bf58c102197bbb9a4c0458632a95e7e87e5a46788268efec6d7fe447928ccac7ca66006a2b1de5c536fcf67188c1e
 DIST vivaldi-snapshot-1.13.966.3_p1-i386.deb 54706528 SHA256 
3d132d1f2428ba816d2b93764205b2772f1fa84f2dac71cfbd60794121b1898b SHA512 
373006f4b93e4f5bcd32bdd55ec97844a5eb1569a5177f541ffc572b4c7298e80e5479baf0ba5a5c2ed516beb27d68be5d092aab741e06e62b5e38b219f30d7b
 WHIRLPOOL 
c53f769b38448f5ecfce26167eaab82afdc73688e184f7dbd6f2c7b546e6f055946c5b54e21355e78fe536621898d40683f8e477b81877c1cc471763dbcf80f7
+DIST vivaldi-snapshot-1.13.971.8_p1-amd64.deb 53403290 SHA256 
1ee7306a6f6c02e1b66a4d36671bbfaf63a4119980e988a8ec67b54963d83e32 SHA512 
884548741be907c6c3eaaabccb2d87440cbc07da886e0fdd7197fcd8e17ef7e59a977a6ead35ce5ffa1743bb038ea48a54af727d7cdf1b6ccf1974a2094e87ff
 WHIRLPOOL 
c4cfbd05a5123b402855a89d3e1016fc5d2f5abf91e3fe20e68e7b8d306d59e80c0e3c4ad1aa639b113bfe37d165f81eb56bce9241fe7e6e27c6de139e615e0e
+DIST vivaldi-snapshot-1.13.971.8_p1-i386.deb 54726014 SHA256 
a6e5a8274881a4f53f5e528bc0d832566611eca15f2fba0d10f3307c905e5629 SHA512 
a6d4f14c34e2ebfda6db6c47d8db76acf64a7a7f21da95debe4aff01f856a3c353f4c9a4f4658d5a39ffe64f715ab3eace9b614f8fa13a33ff04b7886305
 WHIRLPOOL 
b7c2b769a98b7c4eb42db61f571b3224731d5720ecbfeea666d86b2c6ee3c28f84d96cf9512412ce82497ed95e8f68b094ba729aecb4524fd1a83a82929ce48d

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-1.13.971.8_p1.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.13.971.8_p1.ebuild
new file mode 100644
index 000..eda36f1e1ac
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-1.13.971.8_p1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/snapshot/${PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="bindist mirror"
+
+DEPEND="
+   virtual/libiconv
+"
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   iconv -c -t UTF-8 usr/share/applications/${PN}.desktop > 
"${T}"/${PN}.desktop || die
+   mv "${T}"/${PN}.desktop usr/share/applications/${PN}.desktop || die
+
+   mv usr/share/doc/${PN} usr/share/doc/${PF} || die
+   chmod 0755 usr/share/doc/${PF} || die
+
+   rm \
+   _gpgbuilder \
+   etc/cron.daily/${PN} \
+   ${VIVALDI_HOME}/libwidevinecdm.so \
+   || die
+   rmdir \
+   etc/cron.daily/ \
+   etc/ \
+   || die
+
+   local c d
+   for d in 16 22 24 

[gentoo-commits] repo/gentoo:master commit in: sys-boot/palo/

2017-09-27 Thread Jeroen Roovers
commit: da6070ced205eeb279384190d1fa937af9093ac7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 28 00:03:35 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 28 00:04:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6070ce

sys-boot/palo: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-boot/palo/Manifest |  1 -
 sys-boot/palo/palo-1.98.ebuild | 42 --
 2 files changed, 43 deletions(-)

diff --git a/sys-boot/palo/Manifest b/sys-boot/palo/Manifest
index cf18fd04bc4..32e36c09323 100644
--- a/sys-boot/palo/Manifest
+++ b/sys-boot/palo/Manifest
@@ -1,2 +1 @@
-DIST palo-1.98.tar.gz 123062 SHA256 
a7ed989abca3bad68d106ca55689cea1f1bd162af288460d9ff8264e34df88a9 SHA512 
685b1bbd371f0acaae2c621cdd7d2b530557c539118b570a3ee2fbc48d6f34373d553c1bc9542f254f32e6d53afd087693be2981225e062c25efd6ee95ada6c8
 WHIRLPOOL 
617cb57fa8b2ec76c519425eaca0faafc5c81414838fc241748f08f5e937bdaed8a88a000c735c8c2fd673fda5f818583286fe8c88cce953c60607754db81702
 DIST palo-1.99.tar.gz 123906 SHA256 
6880524b44689d90d9faf9da111ea15f1da210d9d7325591085f39c6a7650483 SHA512 
b859144a5b145aa47d44926b69172818f1fdd577958649d72a99be26dd68d4e2f366acfaec406c8d09ac751ffcdd380b70606e4f3f66e42328d387fcd9022b73
 WHIRLPOOL 
e1768dda1f964044b80a870a37fbf872070a4d864bed10b0c29cc20d9e9d6bb3f030d623b55f766167e4af74af1c3809e63db5e7ecbac4f761f15fd250faedba

diff --git a/sys-boot/palo/palo-1.98.ebuild b/sys-boot/palo/palo-1.98.ebuild
deleted file mode 100644
index ad697b0c5b8..000
--- a/sys-boot/palo/palo-1.98.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="PALO : PArisc Linux Loader"
-HOMEPAGE="http://parisc-linux.org/ https://parisc.wiki.kernel.org/;
-SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/${PN}.git/snapshot/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* hppa"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.96-toolchain.patch
-)
-
-src_compile() {
-   local target
-   for target in '-C palo' '-C ipl' 'iplboot'; do
-   emake AR=$(tc-getAR) CC=$(tc-getCC) LD=$(tc-getLD) ${target}
-   done
-}
-
-src_install() {
-   into /
-   dosbin palo/palo
-
-   doman palo.8
-   dodoc TODO debian/changelog README.html
-
-   insinto /etc
-   doins "${FILESDIR}"/palo.conf
-
-   insinto /usr/share/palo
-   doins iplboot
-
-   insinto /etc/kernel/postinst.d/
-   insopts -m 0744
-   doins "${FILESDIR}"/99palo
-}



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

2017-09-27 Thread Lars Wendler
commit: 71a58ff8b6cebe8b9e8aeddaf93185ecb52bdb8c
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 27 23:16:40 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 27 23:16:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a58ff8

sys-apps/dbus: Bump to version 1.10.24

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/dbus/Manifest|   1 +
 sys-apps/dbus/dbus-1.10.24.ebuild | 272 ++
 2 files changed, 273 insertions(+)

diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest
index 79abdba0e4c..165bb9e8c62 100644
--- a/sys-apps/dbus/Manifest
+++ b/sys-apps/dbus/Manifest
@@ -1,3 +1,4 @@
 DIST dbus-1.10.18.tar.gz 1986589 SHA256 
6049ddd5f3f3e2618f615f1faeda0a115104423a7996b7aa73e2f36e38cc514a SHA512 
726f97d0a2016f4f0625ba332e93e2d33bb16857cd35cb6c79da0f44fff297df948c3df62c31ffbec34713a7b85b3ff5b65f31517fe3511ddbd3bf18bd4748ed
 WHIRLPOOL 
ee164e1f6de80595fbfbcbad65d78dab4b91b5ec4e1ce88e1c4015f1c1b531f09796d54db163b2c2eceb3b92261f8a57852d2e0b29f71d9c65f9b91684433d9e
 DIST dbus-1.10.20.tar.gz 1989628 SHA256 
e574b9780b5425fde4d973bb596e7ea0f09e00fe2edd662da9016e976c460b48 SHA512 
0e43866b56d6ae4a5d885044793573908ce95b4dd84822292efa87f5eb0dec3d09adf58af0574ca41259b16c3d70476ef956b6c8aa3bf9ca7461e6196be71daf
 WHIRLPOOL 
08c7b4d77cd40a8b8369f5272669cc981ec64af2f4f1233b450005e44c1db0e602aa720064dcc709e298cb4bf54db0210f9c3d93674ca2f176f47d55d6ae116d
 DIST dbus-1.10.22.tar.gz 1989350 SHA256 
e2b1401e3eedc7b5c9a2034d31254c886e1fcbc7858006e0a1c59158fe4b7b97 SHA512 
c5c0040717ecef66b788c5bcda94463c079502b5004639b3c1e93bb92b4de5d9be8b3fe43e18843f1d9e50411f742ba8a869375b57d479882f8aee46b613c545
 WHIRLPOOL 
efc4a6efc78ac5ce3ba34b512ef4d74fb5f3cda563b4dcead1baf4f2d77d578fb54e8f9e69c1aa6ddf5f776bc050be69f1086428f293c0032f47acbaf9eb
+DIST dbus-1.10.24.tar.gz 1991358 SHA256 
71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b SHA512 
fc0b88b756affdb4fc7a62e84a6f7757121293afeadc38acf8aac48b6c2b82531e136a575be2ab503a39d7669cb7b609a021e20c1064e28c965c091e94c4f68c
 WHIRLPOOL 
a155789d60ee4d92defbf0952310d92f8ed5b51fc9c41d1c0df4e6fbebed363d8a6c526bd9c4a136a4e1c1d2eb3cd00fdfd7bfdceb8defe4b589f4cd9d90489d

diff --git a/sys-apps/dbus/dbus-1.10.24.ebuild 
b/sys-apps/dbus/dbus-1.10.24.ebuild
new file mode 100644
index 000..4a700ffad46
--- /dev/null
+++ b/sys-apps/dbus/dbus-1.10.24.ebuild
@@ -0,0 +1,272 @@
+# 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,5,6}} )
+
+inherit autotools ltprune linux-info flag-o-matic python-any-r1 
readme.gentoo-r1 systemd virtualx user multilib-minimal
+
+DESCRIPTION="A message bus system, a simple way for applications to talk to 
each other"
+HOMEPAGE="https://dbus.freedesktop.org/;
+SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz;
+
+LICENSE="|| ( AFL-2.1 GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="debug doc elogind selinux static-libs systemd test user-session X"
+
+#RESTRICT="test"
+
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   test? ( debug )
+"
+
+CDEPEND="
+   >=dev-libs/expat-2
+   selinux? ( sys-libs/libselinux )
+   elogind? ( sys-auth/elogind )
+   systemd? ( sys-apps/systemd:0= )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXt
+   )
+"
+DEPEND="${CDEPEND}
+   app-text/xmlto
+   app-text/docbook-xml-dtd:4.4
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+   test? (
+   >=dev-libs/glib-2.36:2
+   ${PYTHON_DEPS}
+   )
+"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-dbus )
+"
+
+DOC_CONTENTS="
+   Some applications require a session bus in addition to the system
+   bus. Please see \`man dbus-launch\` for more information.
+"
+
+# out of sources build dir for make check
+TBD="${WORKDIR}/${P}-tests-build"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-enable-elogind.patch"
+)
+
+pkg_setup() {
+   enewgroup messagebus
+   enewuser messagebus -1 -1 -1 messagebus
+
+   use test && python-any-r1_pkg_setup
+
+   if use kernel_linux; then
+   CONFIG_CHECK="~EPOLL"
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   # Tests were restricted because of this
+   sed -i \
+   -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess 
noise\\n");/' \
+   -e '/"dispatch"/d' \
+   bus/test-main.c || die
+
+   default
+
+   # required for bug 263909, cross-compile so don't remove eautoreconf
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local docconf myconf
+
+   # so we can get backtraces from apps

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

2017-09-27 Thread Lars Wendler
commit: f4055adc94e11d182033a71e32f97b357c034aff
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 27 23:03:50 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 27 23:03:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4055adc

sys-fs/xfsprogs: Bump to version 4.13.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-fs/xfsprogs/Manifest   |  1 +
 sys-fs/xfsprogs/xfsprogs-4.13.1.ebuild | 94 ++
 2 files changed, 95 insertions(+)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 015b4bf7de8..2dce71330a6 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,4 +1,5 @@
 DIST xfsprogs-4.11.0.tar.xz 1113480 SHA256 
c3a6d87b564d7738243c507df82276bed982265e345363a95f2c764e8a5f5bb2 SHA512 
2db59553e4442c999a718ccf712b01de80b1e3acd1c3e5f9f7f5dc59e6c9180aa1a42085363303fe454d441bc2f886e118fc2958320afa49c7a8886fcfb5d72c
 WHIRLPOOL 
df267970bbcbc3c8a05d02a5e334bdeb686acea74e647dee6e874bc083a64cecef7c45072619edfd4841856cf0b7c91056504207bbcd5f021b1a1b452ef794da
 DIST xfsprogs-4.12.0.tar.xz 1128400 SHA256 
b330ad8d737f4152ae511580102e2fc49212bb51dfb4b614084344abae46d0df SHA512 
1dc4a0a5f40baf1d6398c8f07b4cb3ab796cf052c34b811d60b08c60a4700c2ced8d4d1adb878f8b85ba58cf3e1276db1477109de538fd427d3e359a52f59d4a
 WHIRLPOOL 
c18d3c9dfab8ccb877eb6fa9fa05be3c614a587c6cb616a9f18b52debb8ecacbd22056cb397ff9e69407c66e105d034458b41f0ba4275352f31398e64d303c02
+DIST xfsprogs-4.13.1.tar.xz 1133556 SHA256 
8c64d349d191e24c84eeb1611be767e4a11b81016bd5b73f3a20a0bf39dd3536 SHA512 
6c234a6c22aa3cabe0ea698c11175dca6c19d803989127ccb13b526ff6d34dcef9dd6e19ff0c4fb3903078f24210a8cfcd0508dac29d52fbee4dfed37d5888f3
 WHIRLPOOL 
89a84ce7b59fa52cd245493a28c6ad7f6e114dfe8044b2dad57b2cc626308ad1187ef812ace618085a083745acd3c37538903a6e2f935d9cd351c923559d9732
 DIST xfsprogs-4.5.0.tar.gz 1524382 SHA256 
e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8 SHA512 
19c95551dc91ec46916f9a7e3d7976907664d32dd5fdc26af0ca62ca74c4b3c10f9e843aac8214ea9d1c0bf140c9f4e321d059808af01a623abedd5067011314
 WHIRLPOOL 
54d742635df024a63181da76c3220671610068363af85be2677521f20342595a5cebb2fd169945572351901ee2c9384f79f54a381ab3620dde22d863aa66d469
 DIST xfsprogs-4.9.0.tar.xz 1087940 SHA256 
f1e60a9a54583dba82fa506dd9b59bdec110a968f80f507bf5f93b263af7a4df SHA512 
990946f0a34381f57afb39bcda0ff539e18af4de2ecc19c833ffd4fb7c22c25b501091c1f0953db103a62204d952c9eecba21f22f3c5910286456da65fb09fa7
 WHIRLPOOL 
a9b582a42967ce1e314cd0ac3518792c2e10f7bb1370151a68a09a8e21e40cc6818b9778dfdd248961c3a1a08a70424f0150219488a18bc5d60e5669702c472f

diff --git a/sys-fs/xfsprogs/xfsprogs-4.13.1.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.13.1.ebuild
new file mode 100644
index 000..a77ca48cb15
--- /dev/null
+++ b/sys-fs/xfsprogs/xfsprogs-4.13.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs multilib
+
+DESCRIPTION="xfs filesystem utilities"
+HOMEPAGE="http://oss.sgi.com/projects/xfs/;
+SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="libedit nls readline static static-libs"
+REQUIRED_USE="static? ( static-libs )"
+
+LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]
+   readline? ( sys-libs/readline:0=[static-libs(+)] )
+   !readline? ( libedit? ( dev-libs/libedit[static-libs(+)] ) )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   !=xfsprogs-3.2.0
+   emake -j1 DIST_ROOT="${ED}" install-dev
+
+   # handle is for xfsdump, the rest for xfsprogs
+   gen_usr_ldscript -a handle xcmd xfs xlog
+   # removing unnecessary .la files if not needed
+   use static-libs || find "${ED}" -name '*.la' -delete
+}



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

2017-09-27 Thread Lars Wendler
commit: eb70554124a1acbb09848beb636e67f600a8537b
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 27 23:17:10 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 27 23:17:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb705541

sys-apps/dbus: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-apps/dbus/Manifest|   1 -
 sys-apps/dbus/dbus-1.10.20.ebuild | 274 --
 2 files changed, 275 deletions(-)

diff --git a/sys-apps/dbus/Manifest b/sys-apps/dbus/Manifest
index 165bb9e8c62..e153112d5fd 100644
--- a/sys-apps/dbus/Manifest
+++ b/sys-apps/dbus/Manifest
@@ -1,4 +1,3 @@
 DIST dbus-1.10.18.tar.gz 1986589 SHA256 
6049ddd5f3f3e2618f615f1faeda0a115104423a7996b7aa73e2f36e38cc514a SHA512 
726f97d0a2016f4f0625ba332e93e2d33bb16857cd35cb6c79da0f44fff297df948c3df62c31ffbec34713a7b85b3ff5b65f31517fe3511ddbd3bf18bd4748ed
 WHIRLPOOL 
ee164e1f6de80595fbfbcbad65d78dab4b91b5ec4e1ce88e1c4015f1c1b531f09796d54db163b2c2eceb3b92261f8a57852d2e0b29f71d9c65f9b91684433d9e
-DIST dbus-1.10.20.tar.gz 1989628 SHA256 
e574b9780b5425fde4d973bb596e7ea0f09e00fe2edd662da9016e976c460b48 SHA512 
0e43866b56d6ae4a5d885044793573908ce95b4dd84822292efa87f5eb0dec3d09adf58af0574ca41259b16c3d70476ef956b6c8aa3bf9ca7461e6196be71daf
 WHIRLPOOL 
08c7b4d77cd40a8b8369f5272669cc981ec64af2f4f1233b450005e44c1db0e602aa720064dcc709e298cb4bf54db0210f9c3d93674ca2f176f47d55d6ae116d
 DIST dbus-1.10.22.tar.gz 1989350 SHA256 
e2b1401e3eedc7b5c9a2034d31254c886e1fcbc7858006e0a1c59158fe4b7b97 SHA512 
c5c0040717ecef66b788c5bcda94463c079502b5004639b3c1e93bb92b4de5d9be8b3fe43e18843f1d9e50411f742ba8a869375b57d479882f8aee46b613c545
 WHIRLPOOL 
efc4a6efc78ac5ce3ba34b512ef4d74fb5f3cda563b4dcead1baf4f2d77d578fb54e8f9e69c1aa6ddf5f776bc050be69f1086428f293c0032f47acbaf9eb
 DIST dbus-1.10.24.tar.gz 1991358 SHA256 
71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b SHA512 
fc0b88b756affdb4fc7a62e84a6f7757121293afeadc38acf8aac48b6c2b82531e136a575be2ab503a39d7669cb7b609a021e20c1064e28c965c091e94c4f68c
 WHIRLPOOL 
a155789d60ee4d92defbf0952310d92f8ed5b51fc9c41d1c0df4e6fbebed363d8a6c526bd9c4a136a4e1c1d2eb3cd00fdfd7bfdceb8defe4b589f4cd9d90489d

diff --git a/sys-apps/dbus/dbus-1.10.20.ebuild 
b/sys-apps/dbus/dbus-1.10.20.ebuild
deleted file mode 100644
index 850235a998a..000
--- a/sys-apps/dbus/dbus-1.10.20.ebuild
+++ /dev/null
@@ -1,274 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools eutils linux-info flag-o-matic python-any-r1 
readme.gentoo-r1 systemd virtualx user multilib-minimal
-
-DESCRIPTION="A message bus system, a simple way for applications to talk to 
each other"
-HOMEPAGE="https://dbus.freedesktop.org/;
-SRC_URI="https://dbus.freedesktop.org/releases/dbus/${P}.tar.gz;
-
-LICENSE="|| ( AFL-2.1 GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="debug doc elogind selinux static-libs systemd test user-session X"
-
-RESTRICT="test"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-CDEPEND="
-   >=dev-libs/expat-2
-   selinux? (
-   sys-libs/libselinux
-   )
-   elogind? ( sys-auth/elogind )
-   systemd? ( sys-apps/systemd:0= )
-   X? (
-   x11-libs/libX11
-   x11-libs/libXt
-   )
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20131008-r4
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
-   )
-"
-DEPEND="${CDEPEND}
-   app-text/xmlto
-   app-text/docbook-xml-dtd:4.4
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-   test? (
-   >=dev-libs/glib-2.36:2
-   ${PYTHON_DEPS}
-   )
-"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-dbus )
-"
-
-DOC_CONTENTS="
-   Some applications require a session bus in addition to the system
-   bus. Please see \`man dbus-launch\` for more information.
-"
-
-# out of sources build dir for make check
-TBD=${WORKDIR}/${P}-tests-build
-
-pkg_setup() {
-   enewgroup messagebus
-   enewuser messagebus -1 -1 -1 messagebus
-
-   use test && python-any-r1_pkg_setup
-
-   if use kernel_linux; then
-   CONFIG_CHECK="~EPOLL"
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   # Tests were restricted because of this
-   sed -i \
-   -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess 
noise\\n");/' \
-   -e '/"dispatch"/d' \
-   bus/test-main.c || die
-
-   eapply "${FILESDIR}/${PN}-enable-elogind.patch"
-
-   eapply_user
-
-   # required for asneeded patch but also for bug 263909, 

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

2017-09-27 Thread Lars Wendler
commit: 17b272e43db1396afc44ef424fd91d8c21bf401e
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep 27 23:04:26 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep 27 23:04:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b272e4

sys-fs/xfsprogs: Removed old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-fs/xfsprogs/Manifest   |  1 -
 sys-fs/xfsprogs/xfsprogs-4.11.0.ebuild | 94 --
 2 files changed, 95 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 2dce71330a6..bb002f71175 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,4 +1,3 @@
-DIST xfsprogs-4.11.0.tar.xz 1113480 SHA256 
c3a6d87b564d7738243c507df82276bed982265e345363a95f2c764e8a5f5bb2 SHA512 
2db59553e4442c999a718ccf712b01de80b1e3acd1c3e5f9f7f5dc59e6c9180aa1a42085363303fe454d441bc2f886e118fc2958320afa49c7a8886fcfb5d72c
 WHIRLPOOL 
df267970bbcbc3c8a05d02a5e334bdeb686acea74e647dee6e874bc083a64cecef7c45072619edfd4841856cf0b7c91056504207bbcd5f021b1a1b452ef794da
 DIST xfsprogs-4.12.0.tar.xz 1128400 SHA256 
b330ad8d737f4152ae511580102e2fc49212bb51dfb4b614084344abae46d0df SHA512 
1dc4a0a5f40baf1d6398c8f07b4cb3ab796cf052c34b811d60b08c60a4700c2ced8d4d1adb878f8b85ba58cf3e1276db1477109de538fd427d3e359a52f59d4a
 WHIRLPOOL 
c18d3c9dfab8ccb877eb6fa9fa05be3c614a587c6cb616a9f18b52debb8ecacbd22056cb397ff9e69407c66e105d034458b41f0ba4275352f31398e64d303c02
 DIST xfsprogs-4.13.1.tar.xz 1133556 SHA256 
8c64d349d191e24c84eeb1611be767e4a11b81016bd5b73f3a20a0bf39dd3536 SHA512 
6c234a6c22aa3cabe0ea698c11175dca6c19d803989127ccb13b526ff6d34dcef9dd6e19ff0c4fb3903078f24210a8cfcd0508dac29d52fbee4dfed37d5888f3
 WHIRLPOOL 
89a84ce7b59fa52cd245493a28c6ad7f6e114dfe8044b2dad57b2cc626308ad1187ef812ace618085a083745acd3c37538903a6e2f935d9cd351c923559d9732
 DIST xfsprogs-4.5.0.tar.gz 1524382 SHA256 
e49beb314984efbd0d758abb5c6137db3bb60a88e59e1e94c00defb536cf89f8 SHA512 
19c95551dc91ec46916f9a7e3d7976907664d32dd5fdc26af0ca62ca74c4b3c10f9e843aac8214ea9d1c0bf140c9f4e321d059808af01a623abedd5067011314
 WHIRLPOOL 
54d742635df024a63181da76c3220671610068363af85be2677521f20342595a5cebb2fd169945572351901ee2c9384f79f54a381ab3620dde22d863aa66d469

diff --git a/sys-fs/xfsprogs/xfsprogs-4.11.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-4.11.0.ebuild
deleted file mode 100644
index aa197f28b82..000
--- a/sys-fs/xfsprogs/xfsprogs-4.11.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs multilib
-
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="http://oss.sgi.com/projects/xfs/;
-SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
-IUSE="libedit nls readline static static-libs"
-REQUIRED_USE="static? ( static-libs )"
-
-LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]
-   readline? ( sys-libs/readline:0=[static-libs(+)] )
-   !readline? ( libedit? ( dev-libs/libedit[static-libs(+)] ) )"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-   !=xfsprogs-3.2.0
-   emake -j1 DIST_ROOT="${ED}" install-dev
-
-   # handle is for xfsdump, the rest for xfsprogs
-   gen_usr_ldscript -a handle xcmd xfs xlog
-   # removing unnecessary .la files if not needed
-   use static-libs || find "${ED}" -name '*.la' -delete
-}



[gentoo-commits] repo/gentoo:master commit in: app-shells/hstr/

2017-09-27 Thread Patrice Clement
commit: 4e61783b49a15e86ef9e5f29c7cc4ff2d88083ae
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 27 21:55:57 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Sep 27 21:55:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e61783b

app-shells/hstr: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-shells/hstr/Manifest |  1 -
 app-shells/hstr/hstr-1.21.ebuild | 33 -
 2 files changed, 34 deletions(-)

diff --git a/app-shells/hstr/Manifest b/app-shells/hstr/Manifest
index fd1351436c2..78beec0f65c 100644
--- a/app-shells/hstr/Manifest
+++ b/app-shells/hstr/Manifest
@@ -1,2 +1 @@
-DIST hstr-1.21.tar.gz 45851 SHA256 
f0e9762f2a9587f0995bbd51cb64526ae852c2425ceb8ceee0747efba80ac6b3 SHA512 
dbcb8766ca7f5ca2265f30726c451b9fe9a51d9dc7a08293fae1e9eb5cb2f562a5a9fa96fa90bd703ae3db0446628c884349c636060fbebd97bd7413a5c6e4d0
 WHIRLPOOL 
33cc21efe738efe7dd2bccf7c7fc7b79e6b0fb9bca0d458232a44695a0c422aa6184962ea69964e5b8e22a73aa7c54dc859dbb9666ab8b0e48abfeb6d8c72afd
 DIST hstr-1.22.tar.gz 46487 SHA256 
c4995e7041dc66e2118f83bd4c6c7f4cff5b4c493ca28bd7e4aef76edeff71ba SHA512 
5f31434410963c236f4e0d1117f09849b0a391d4173924d9eb2b2ddb9977a8bcb5a0c9b2e01045b618d01dfbcebd9c5db41534cb6abbb024a3515d5994b442cd
 WHIRLPOOL 
30c6e42c91eebbcf55d6e8d89921d0760e3bda8e84ece0e2ccc7ef6be51dae15806f3db434b79a3afa4e8a9ebe63462fa927cc305c7a8d89a5d0651aa342493e

diff --git a/app-shells/hstr/hstr-1.21.ebuild b/app-shells/hstr/hstr-1.21.ebuild
deleted file mode 100644
index 194bb17450c..000
--- a/app-shells/hstr/hstr-1.21.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-DESCRIPTION="Shell history suggest box"
-HOMEPAGE="https://github.com/dvorka/hstr http://www.mindforger.com;
-SRC_URI="https://github.com/dvorka/hstr/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   sys-libs/ncurses:0="
-
-DEPEND="
-   ${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS=( CONFIGURATION.md README.md )
-
-src_prepare() {
-   sed \
-   -e 's:-O2::g' \
-   -i src/Makefile.am || die
-   autotools-utils_src_prepare
-}



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

2017-09-27 Thread Robin H. Johnson
commit: 7f7ec9c6508c5a3f7d41be75831254de43c89b2a
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Sep 27 21:42:33 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Sep 27 21:45:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7ec9c6

sys-apps/readahead-list: bump for confd tweak.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../readahead-list/files/conf.d-readahead-list |  4 +-
 .../readahead-list-1.20060421.1016-r3.ebuild   | 60 ++
 2 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/sys-apps/readahead-list/files/conf.d-readahead-list 
b/sys-apps/readahead-list/files/conf.d-readahead-list
index d8da5696e0e..c5ea49b0ecd 100644
--- a/sys-apps/readahead-list/files/conf.d-readahead-list
+++ b/sys-apps/readahead-list/files/conf.d-readahead-list
@@ -9,7 +9,7 @@ READAHEAD_LIST_exec_sbin_rc="/etc/readahead-list/exec_sbin_rc"
 READAHEAD_LIST_runlevel_boot="/etc/readahead-list/runlevel-boot"
 READAHEAD_LIST_runlevel_default="/etc/readahead-list/runlevel-default"
 
-READAHEAD_LIST_call_early="${!READAHEAD_LIST_exec_sbin_rc} 
${!READAHEAD_LIST_runlevel_boot}"
-READAHEAD_LIST_call_main="${!READAHEAD_LIST_runlevel_default}"
+READAHEAD_LIST_call_early="${READAHEAD_LIST_exec_sbin_rc} 
${READAHEAD_LIST_runlevel_boot}"
+READAHEAD_LIST_call_main="${READAHEAD_LIST_runlevel_default}"
 
 # vim: ts=4 sw=4

diff --git a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild 
b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild
new file mode 100644
index 000..80b37f7a964
--- /dev/null
+++ b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Preloads files into the page cache to accelerate program loading"
+HOMEPAGE="http://www.orbis-terrarum.net;
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   virtual/os-headers
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-gcc-4.3.patch"
+   "${FILESDIR}/${P}-gcc6.patch"
+)
+
+src_configure() {
+   econf --sbindir=/sbin
+}
+
+src_install() {
+   default
+
+   # init scripts
+   #cd "${S}/contrib/init/gentoo/"
+   newinitd "${FILESDIR}"/init.d-readahead-list readahead-list
+   newinitd "${FILESDIR}"/init.d-readahead-list-early readahead-list-early
+   newconfd "${FILESDIR}"/conf.d-readahead-list readahead-list
+
+   # default config
+   insinto /etc/readahead-list
+   cd "${S}/contrib/data"
+   newins readahead.runlevel-default.list runlevel-default
+   newins readahead.runlevel-boot.list runlevel-boot
+   newins readahead._sbin_rc.list exec_sbin_rc
+
+   # docs
+   cd "${S}"
+   if use doc; then
+   docinto scripts
+   dodoc contrib/scripts/*
+   fi
+   # clean up a bit
+   find "${D}/usr/share/doc/${PF}/" -type f -name 'Makefile*' -exec rm -f 
\{\} \;
+}
+
+pkg_postinst() {
+   einfo "You should add readahead-list to your runlevels:"
+   einfo "  rc-update add readahead-list-early boot"
+   einfo "  rc-update add readahead-list boot"
+   einfo "Also consider customizing the lists in /etc/readahead-list"
+   einfo "for maximum performance gain."
+}



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

2017-09-27 Thread Robin H. Johnson
commit: d3949e245bb763fb50fe905ea26f5d5ba7b28931
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Sep 27 21:43:03 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Sep 27 21:45:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3949e24

sys-apps/readahead-list: stable

Performed as upstream author after testing.

Bug: https://bugs.gentoo.org/614624
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild 
b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild
index 80b37f7a964..36a5f629072 100644
--- a/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild
+++ b/sys-apps/readahead-list/readahead-list-1.20060421.1016-r3.ebuild
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.orbis-terrarum.net;
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="doc"
 
 RDEPEND=""



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

2017-09-27 Thread James Le Cuirot
commit: 438ebd455982c8a20a209028d39207c9ed12da61
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Sep 27 21:41:39 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Sep 27 21:41:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438ebd45

dev-java/icedtea-bin: Remove vulnerable 3.4.0 wrt bug #626088

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-java/icedtea-bin/Manifest |  10 --
 dev-java/icedtea-bin/icedtea-bin-3.4.0.ebuild | 155 --
 2 files changed, 165 deletions(-)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index e6b2b2f77f4..cbe84c04a62 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -1,7 +1,3 @@
-DIST icedtea-bin-core-3.4.0-amd64.tar.xz 61846296 SHA256 
254e4e889061e8632cbb61b86b568e9e8c143342e3fdb02cfa96f068ec0db7a9 SHA512 
56bd24ec9dfc75256201a930274713630f1fb062747f721cbe75e2de41a60497f2dd9294a9b726614ce3e260400a663a2c25fd43c31705318d646b58383ba960
 WHIRLPOOL 
9695ee029e0df02493ddd92d6f74818d145d9fb0426838c6312d8bca949599cd11cf29d7b05929fd366deea3adedce2cfa2d6ee6ba5d7727e7e4d23532ad66e8
-DIST icedtea-bin-core-3.4.0-arm.tar.xz 53464220 SHA256 
c5a793a6b967943bf51d334db15ea8608358d308dd9c5c8ba7ea4609d6d5ef85 SHA512 
5bb1986caeedbdcae26637a4bea1177fc5cf89fa026245093083d9ff6d1a378878286ef7f6e5bd9527ce6fca3a6a5e9e152f87f68ce56afa66a86f65f4d6817a
 WHIRLPOOL 
7a08039cd6934c73db4c72fa787566880d8ed66c47bf28a76bd4913695c2526c05464cb8a15522816abbf3d3fb5f9e76373e7ae51019cd21f1005ccd53a4624f
-DIST icedtea-bin-core-3.4.0-ppc64.tar.xz 54156476 SHA256 
4ab0d286746e583be1d630e1e125a1abb9c77b0933f4e3d5002bcfef8e421b17 SHA512 
705cd2479622db75af6732afd79fc20cb1f20d2b402372b0e40225dfc20d9d96fa5ae85654b6dc77cbf79257064f48e39bd02d35fe1d70881d96d1c64cf3730f
 WHIRLPOOL 
0cf0e7097d4a33d448906109fe8b27cd9bbbdf715d690cae4704a339c82831ca65ab6b8ca4efb99ee4c99c24cd78384aae953b7f2e1cc14e4652c5aebf1c44fe
-DIST icedtea-bin-core-3.4.0-x86.tar.xz 61316304 SHA256 
673dd4eb192b769c3781d3f286fb7cfcd71ca61a376070d511239f6903ff2e65 SHA512 
52091c3e5eb7b453169d87aeeda348c122d5c7c03ec801fde11cb6cdb6f97ae5daa4889bfb724a50feba63ab073ca5a2c341c67a812ccb2bcd0f3866c11e74a2
 WHIRLPOOL 
6ee9e1239eb5981bb66056256e4c3d1e49b1dd91a9eb988bbc3146cf2317c07aed15d8e1bb8929cadbb4b235cbee7f7bbe9bf45e2eb3283cff7f5598cf2f058b
 DIST icedtea-bin-core-3.5.1-amd64.tar.xz 61880160 SHA256 
159cfafc2b48d1042cc8b2ea9fec596f4ef59d7774d83c1606c8c213355d9b3d SHA512 
1b7d8bfc8509ce0cc12406d14d70450b239838763b990d71b102a01400d6fee4359401c198669236a07794e410462a575b7b0fa2083b49e0c0f6fe637690db08
 WHIRLPOOL 
1bf461a833d8824136b629be7a88f8f96d18f11537b75735b0de07e073f3b9e018c0d5b0d9de6095159092dafef18af8f98ec11e7b08646e4b6d7685049dbfe9
 DIST icedtea-bin-core-3.5.1-arm.tar.xz 57957952 SHA256 
b9b95ac5b6281f0ddbd5bbea24f1a84d2a1c517087f9775d33aedaa58fa888c8 SHA512 
824782e010c037390e64c7a60e101c94f216a05fa94f854978cdcfa7351583554557d0b22a3fb46ee1033a9be2476cf58509ab5150d58f460e770f7399bb6b3d
 WHIRLPOOL 
4063feef1b53261264f0793f514e79c4b394bf5ab8fd66cff8baa1a3ee9014885eae17b27d58809e9b82525ac4ff67bcb458f274a8136a7d263cc19bebede169
 DIST icedtea-bin-core-3.5.1-arm64.tar.xz 58951988 SHA256 
f88a4f6c18956e6b1aba0e7d10936105ab39eef44d1a1b83ecdad7e187b4738f SHA512 
023eb7743d055db28d67b234947860f1ecd362cfd38234e839092f9f182762673c50b7130e4db4c12a1dfc91d319e9546b8cdbd8486630800327e82c9940090f
 WHIRLPOOL 
6a695ddbe3a105b4ff1cd370c1d5594276fa188666ad0e01cfce4192059a4eb297779e993328133879ff3cea3799ac70d27d8c4e2f8dd97e9db1bedd03e4a2af
@@ -10,13 +6,8 @@ DIST icedtea-bin-core-3.5.1-ppc64le.tar.xz 54240304 SHA256 
0bac113ea9e165fcf2cf5
 DIST icedtea-bin-core-3.5.1-x86.tar.xz 61349068 SHA256 
85bea3a4291b8140a1ed5d7e5585fb3fdd67c0f05dbfde41df7882e7f3f4f171 SHA512 
89bbcc3f5340894c6500179e3be8f75d9eead0480758db76133ca18ce6d216a6ede2f4ab820f56b220fd66060433d1c135fe7993339384d70cbfed0aa072ed20
 WHIRLPOOL 
6c3660bac05571c1a25e53ad20bb06d622e9286c6cd0c080c99e15b14ddba72567e8912ead3078745e2874ce0e9441bf879afd5d2fc8e10dc55fa1890ccb93e0
 DIST icedtea-bin-core-7.2.6.11-amd64.tar.xz 53452816 SHA256 
19db272211ea35da58ecc1ad8ac6f8daf0e2834501c3cab3ca765d6d28451967 SHA512 
2801c07230c8fe041ff7b945afc67da582dc820c02ab4c948919ada7e728613a20afb86cf0f552102047c2e10738f0e16d388eebc5b3a44cb245e1eb2829ec4a
 WHIRLPOOL 
1887e66db8312c56ac92b27eda55f19f6621fbb795eb94c888be6766c10b50ca257de961eb72f93702fcee4a37188242cb474c974f23421b958be94c479bb97d
 DIST icedtea-bin-core-7.2.6.11-x86.tar.xz 55369568 SHA256 
90143af039d56edebf073c38f199dd9c2f7a0f8f22ee28cdd25d5ce5f77c094e SHA512 
90b2bd9b79bf287a6a76850e7d60f26de309b07180b8ca42709784c9ecef04e150a35760398b47967a87fb6391aea430ec22d6e7d1e7b8068e8069b27d26646c
 WHIRLPOOL 
bad37af054535d964e696d43ae99acde61228d84110350c852fff5ff97cd6fc6a70d053c4962aeb52b99c24a4b7c87625696e3c4fcb7f01c6363ae0ff5c86963
-DIST icedtea-bin-doc-3.4.0.tar.xz 11684272 SHA256 

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

2017-09-27 Thread Patrick McLean
commit: 9dd511f4d8969258c23668e21dbd08f5ab76ae46
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Sep 27 21:19:27 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Sep 27 21:19:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd511f4

sys-cluster/ceph: Version bump to 12.2.1

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 sys-cluster/ceph/Manifest  |   1 +
 sys-cluster/ceph/ceph-12.2.1.ebuild| 290 +
 .../ceph/files/ceph-12.2.1-systemd-unitdir.patch   |  10 +
 3 files changed, 301 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 54c044058ee..22da72e93ca 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -2,3 +2,4 @@ DIST ceph-10.2.3.tar.gz 11596171 SHA256 
dca933aa14db67b404d836ef510bd418091978ed
 DIST ceph-10.2.7.tar.gz 14518491 SHA256 
2cdfeaa9a08e94c2d35f540b450bbf64b2a694bd537679834185e98fc59d8ba2 SHA512 
7e0686e9efa4ddd9d548f4145b448f8232f1ca29b08428daa5cd60a74ce26f1176a1f2ebbf2ac1761d9e6c1d364a5ffa194d2b3a18a8111f59b7c27f7a1d7734
 WHIRLPOOL 
b6b6902230401b5f4c6f27801f315678bdc7b99aab4e50b54d941fc3a425b4f0fa9390484f2e12d6b4f962253fb8772fb706dad35d490b4542b06db166fab59b
 DIST ceph-10.2.9.tar.gz 14550219 SHA256 
3d93f4fc4a66b1d9f9ce43f65868dc18287cea32fbb2c7421faca6aed2b52a80 SHA512 
1d59146614aa87ca551b05b795a684071a3cfb4ce6013e978ba650403c6732b2aa13f3c3cc191e6a1ea34b4631c82e97700593c24e200c41ec2f2b43b3ef5547
 WHIRLPOOL 
42215d33c4f617087e1b0ef81cd41b42330c3605acf625b0668d44eba9e982239683b466a1cc1a6f926fc1d439dfd6be4ce220f783da7d2214d36a2a6cc9181f
 DIST ceph-12.2.0.tar.gz 148372459 SHA256 
0f601a9e28e9ce6837119b3ef0d89e1e44e0432f1f5d55567a947efefdd4d4ce SHA512 
e084109c48f5666e35df5ee49262dee36ba5e7620fda30002dec538a87de11bdd21157436b5656557cd909a0943071046f3a17dd679aa1129b88b8b925f73113
 WHIRLPOOL 
60016eb5a20159bfc74b16c4135055cf8bf68bd868ef897b2455107a1014d4663efd55e6f5977e7d2e29010660a59d6134e3af32922d15dccbae07145c9023ea
+DIST ceph-12.2.1.tar.gz 148738778 SHA256 
512666ee88610640d66b261f9307c96ccd70eb25cd3349acd083fb1220c8a32e SHA512 
ec2623c1f6ab563c6fd0bb5fd046c78528fdbedca7cde347c92a9b15005d2ab2b1a46d7294e93f56933386462f1066750285109aafb6bf94f7d5bcdb7214d8a8
 WHIRLPOOL 
6a22bc7080483b3fe161bfc441b9fdf1a85d2bd9a394e89db2005a229397d206614d3e7a0d84cf7521822688faf4b92ca75ad4ce586de0d262fdda5c94b4f904

diff --git a/sys-cluster/ceph/ceph-12.2.1.ebuild 
b/sys-cluster/ceph/ceph-12.2.1.ebuild
new file mode 100644
index 000..c7fa5ee49c0
--- /dev/null
+++ b/sys-cluster/ceph/ceph-12.2.1.ebuild
@@ -0,0 +1,290 @@
+# 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,5,6}} )
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs cmake-utils distutils-r1 python-r1 udev user systemd \
+   readme.gentoo-r1 flag-o-matic
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/;
+
+LICENSE="LGPL-2.1 CC-BY-SA-1.0 GPL-2 BSD Boost-1.0 MIT"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace cephfs fuse jemalloc ldap lttng +mgr nss +radosgw +ssl"
+IUSE+=" static-libs systemd +tcmalloc test xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+# unbundling code commented out pending bugs 584056 and 584058
+#>=dev-libs/jerasure-2.0.0-r1
+#>=dev-libs/gf-complete-2.0.0
+COMMON_DEPEND="
+   virtual/libudev
+   app-arch/bzip2:=[static-libs?]
+   app-arch/lz4:=[static-libs?]
+   app-arch/snappy:=[static-libs?]
+   app-arch/zstd:=[static-libs?]
+   app-misc/jq:=[static-libs?]
+   dev-libs/boost:=[threads,context,python,static-libs?,${PYTHON_USEDEP}]
+   dev-libs/crypto++:=[static-libs?]
+   dev-libs/leveldb:=[snappy,static-libs?]
+   dev-libs/libaio:=[static-libs?]
+   dev-libs/libxml2:=[static-libs?]
+   sys-apps/keyutils:=[static-libs?]
+   sys-apps/util-linux:=[static-libs?]
+   sys-libs/zlib:=[static-libs?]
+   babeltrace? ( dev-util/babeltrace )
+   ldap? ( net-nds/openldap:=[static-libs?] )
+   lttng? ( dev-util/lttng-ust:= )
+   nss? ( dev-libs/nss:= )
+   fuse? ( sys-fs/fuse:0=[static-libs?] )
+   ssl? ( dev-libs/openssl:=[static-libs?] )
+   xfs? ( sys-fs/xfsprogs:=[static-libs?] )
+   zfs? ( sys-fs/zfs:=[static-libs?] )
+   radosgw? (
+   dev-libs/expat:=[static-libs?]
+   dev-libs/openssl:=[static-libs?]
+   net-misc/curl:=[static-libs?]
+   )
+   jemalloc? ( dev-libs/jemalloc:=[static-libs?] )
+   !jemalloc? ( >=dev-util/google-perftools-2.4:=[static-libs?] )
+   ${PYTHON_DEPS}
+   "

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

2017-09-27 Thread Daniel Pielmeier
commit: 8fba11ae70a32d555da387e1c5ed1a13fc64208f
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep 27 20:43:33 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep 27 20:43:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fba11ae

net-print/hplip: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 net-print/hplip/Manifest|   3 -
 net-print/hplip/hplip-3.17.6.ebuild | 254 
 net-print/hplip/hplip-3.17.7.ebuild | 254 
 net-print/hplip/hplip-3.17.9.ebuild | 254 
 4 files changed, 765 deletions(-)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index a78e0ffdbf8..99d2ff9ebb8 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,7 +1,4 @@
 DIST hplip-3.16.2-patches-1.tar.xz 8188 SHA256 
8a9a78e0caac1731eae79f047a6054b411c237c579fdfd07bc59d435db708705 SHA512 
7eb03c093cfb9ef6b9a980ef5520575310d080c45ed13191933a5facaf9bbb04b38c8381762a3ecd33884ad582830e61e17b6c17f2ed7cdf910670e05eed2510
 WHIRLPOOL 
6721eac17977485eae0cb22b1702d0479003e3639e806ecd3c5888f1b5015a0bf904512104ebefee4b3d5f64abebd0608090e00310ec8d5b48f210c7e4a95e4e
 DIST hplip-3.16.3.tar.gz 22408596 SHA256 
42d2302ee38bda41caa0f2f9524a91f531e3aa432814ffd45b3e5c396dc30194 SHA512 
32d2f88c0983208e77592f73bf65cf2900cd6aa234d09220a18b45b5fc4bd0d10e9cfc8c7a10639e5a51ad5f5d0f8ed7bd477d08c86b89c633a1bbcd42682915
 WHIRLPOOL 
b287ecf80c2e7b0da0de0afefcf60c507f9d42c74dbba1e745b4b43f253a5b0dedb6398a1f073e14d196296da47764e983138c0151e05bfc7a5dd416458662a0
-DIST hplip-3.16.5-patches-1.tar.xz 8200 SHA256 
98866e57a247e7a30d9cd584ed9411aa79a6185294a73b4cc5961efe9a5e5fa6 SHA512 
36d33da5fc4105183cbc5137845ddccd8ab2b6abbff053a3a51f3da61c26c2d9d48dcb735345fb453abd67b6a0797aa337102c366cce037bc7006599b20b1646
 WHIRLPOOL 
8ac91bdefeb177c092b1d6de16474e8e1da57ad046dbc579f14fd40a27d1837d9bf142573137ef8d91c37dc7b03ca908fd5bfad23a9815af2015b521091c2700
-DIST hplip-3.17.6.tar.gz 23620156 SHA256 
80287834aad7e3fa30f2e252ff281d351e3f2eb15267ac541531353dc7b5107e SHA512 
370fa0e07f4f5b4dc4a6f52b02271102894da98bc902912ff1770a9e5029d486227f4170ff90a063c686d23e8bd075961073ecc59961419a226a850db9e71738
 WHIRLPOOL 
d938d36cba1c9d34e02709e75209a9c4e0bc7db0f7fbbb875bab41e57009a9522f12cf5bcfc03530d5ad46c2b2bb3575e68898e8071116a03240cd7042e4b2b0
-DIST hplip-3.17.7.tar.gz 23644395 SHA256 
3577bd5afd40b73fd754664ad69f0187dde2e64879e7446309f2ed9fd7dc400d SHA512 
f88c16d5b6e1986df5b7c1081802ed4832849de8d8b01961231965b115731eb9bd5c18fa52d5bf2eb412927b9de0057bf8025a1579b053c4d8441f0ad4e7ce3f
 WHIRLPOOL 
2e0f0743ffce6d66970815d621a55618a00c360f2f4aa31a1742fcd17ad246a2717f5507b1b4910a93ea5fc06b5d7e87dfb2f08c50993c85bb6a654d13faf527
 DIST hplip-3.17.9-patches-1.tar.xz 8484 SHA256 
2ec368039a59e375bebf565bd679dd3bedb1e0c1ecfc103c5dcf9bb2701ba9d7 SHA512 
125f9cfd1c3cad662ce33954b8ab9ab1898368b449c4ad78dfe99f29de8025183773272b9865cd22b976a30c502e38254ce0ac59d685299dff7f9314927d546a
 WHIRLPOOL 
2354bd3b158733b668c731ea3fd605170dd4cc0df5ffebc327a69ad33995ec02166d34897567ed69d608a62e97b33bd12fc0066acb6c302677cc68830a2661cf
 DIST hplip-3.17.9.tar.gz 23862533 SHA256 
b2aad842f51dae7da2dd08d09ce2c27bc5f73c82a560b9494dd33589b0948678 SHA512 
25508b91723be9564b9a7e8093159507a1a01a9e50e9e801f452f71c28cce0bddee2f5bf796214fa5752de8d1799fc6fe102779dabae0dbcba1f4de6b207c095
 WHIRLPOOL 
df3bd0a8c4af9e7bf2a4ee534b317e84d89707587f770ab0c6ae98ccd5bea50d8be704ed2f855c9f67af8cdd34afc2ab0b07bd150f8861fc4900aa471a85b6ee

diff --git a/net-print/hplip/hplip-3.17.6.ebuild 
b/net-print/hplip/hplip-3.17.6.ebuild
deleted file mode 100644
index 2fb4096c454..000
--- a/net-print/hplip/hplip-3.17.6.ebuild
+++ /dev/null
@@ -1,254 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-PYTHON_REQ_USE="threads,xml"
-
-inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
-
-DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
-SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
-   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.16.5-patches-1.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-
-IUSE="doc fax +hpcups hpijs kde libressl -libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
-
-# dependency on dev-python/notify-python dropped due to python 3 
incompatibility
-# possible replacement notify2 (https://pypi.python.org/pypi/notify2/0.3) not 
in tree
-
-COMMON_DEPEND="
-   net-print/cups
-   virtual/jpeg:0
-   hpijs? ( net-print/cups-filters[foomatic] )
-   !minimal? (
-   ${PYTHON_DEPS}
-   sys-apps/dbus
-   !libusb0? ( virtual/libusb:1 )
-   libusb0? ( 

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2017-09-27 Thread Daniel Pielmeier
commit: 16e85f4c7b2434b9ba034d05b6dcf35d698fe349
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep 27 20:41:23 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep 27 20:41:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e85f4c

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 net-print/hplip-plugin/Manifest   |  2 -
 net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild | 69 --
 net-print/hplip-plugin/hplip-plugin-3.17.7.ebuild | 70 ---
 3 files changed, 141 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index 1f5d83b9a31..0cc7f8f6488 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,4 +1,2 @@
 DIST hplip-3.16.3-plugin.run 2084271 SHA256 
b7edef2a1c5c0a5e001deb4a18c0ef7202e653596e97144b8908ae093818070f SHA512 
2ae8aeb40c2604a2c6b9725700f9addf7a82e819d603631158a5d5feac931248e53e7533178100df1fc12b0dc2340cb3ae0d85f145cd023a311f77bbe67e7c7f
 WHIRLPOOL 
928117f862030eca9c3e5813eb8c4db66570923695b0c7af17df1992f339d2478f42af67ca0e0eb8cfa1d7425b522082fde3b8c829c3f5167e1ec503c95a986b
-DIST hplip-3.17.6-plugin.run 2059641 SHA256 
7ba9377c6ea4ed2a498963dc53a400e3015374bd376dddb5e3248aeabb3aee28 SHA512 
a04145a5512ceecc0d35b06846050507afb0905f865878f166f646de7f75368ea9392cc7daea9a0fbec236f6ea65192915f4be0196b005ce7a28b2807185191e
 WHIRLPOOL 
f0a02f1254e849c9b2df58ddcbbc1d91c4e496d41fae909245eb60ed3e2f1ac737b89bb4b7d5dbf75cd465d55d1a1ec2fcb0d3df1597addba9ffabaedc39801d
-DIST hplip-3.17.7-plugin.run 2059561 SHA256 
3c7acfb8e349332c555c958181c86322a86c33848a11b481040a754d6b5c9db1 SHA512 
605cae8ea4433943377e3865b6d0c84bcc0be6f4aa78ab0dbcf2543438fceede8bc0cd2c1a242822b97e173390851e210b0e0c8492d129ea5e7fbcb9c8c505ff
 WHIRLPOOL 
7efc7602bee97f31627152acfa9731d2ebff705d8841f2d6472dc90bd6cd18080f629c46d46564659b0566a6bffeae86452353e2a4fa3b8599b5bb3f8ed09ea9
 DIST hplip-3.17.9-plugin.run 2059585 SHA256 
98f717266340baa15e0385dc4928cc9c127a9403b72749f4899657cef8dfe883 SHA512 
a7a9ee8b7edda3641b5c3aa403570aad72ce9cd42cdd4c64904a0be409cefa838712390c7f535482028ac2d494c711baef77f2f601835b01591fa673272c01ba
 WHIRLPOOL 
e6615652382d11ddbe646b793d1f5aff61872ab4f30925855be66faa4d8ebace113a43e369e1b4d199bb65d3bd0315de32cd49d264c52f6d47e7f17990f0263f

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild
deleted file mode 100644
index ab7649d1961..000
--- a/net-print/hplip-plugin/hplip-plugin-3.17.6.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="http://hplipopensource.com/hplip-web/index.html;
-SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run;
-
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PRESTRIPPED="
-   /usr/share/hplip/fax/plugins/fax_marvell.so
-   /usr/share/hplip/prnt/plugins/hbpl1.so
-   /usr/share/hplip/prnt/plugins/lj.so
-   /usr/share/hplip/scan/plugins/bb_escl.so
-   /usr/share/hplip/scan/plugins/bb_marvell.so
-   /usr/share/hplip/scan/plugins/bb_soapht.so
-   /usr/share/hplip/scan/plugins/bb_soap.so
-"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_unpack() {
-   unpack_makeself "hplip-${PV}-plugin.run"
-}
-
-src_install() {
-   local hplip_arch=$(use amd64 && echo 'x86_64' || echo 'x86_32')
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   fax_*) plugin_type=fax ;;
-   bb_*)  plugin_type=scan ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   mkdir -p "${ED}/var/lib/hp/"
-   cat >> "${ED}/var/lib/hp/hplip.state" <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}

diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.7.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.17.7.ebuild
deleted file mode 100644
index 8617df53c8d..000
--- a/net-print/hplip-plugin/hplip-plugin-3.17.7.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit udev unpacker
-
-DESCRIPTION="Proprietary plugins and firmware 

[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/

2017-09-27 Thread Daniel Pielmeier
commit: 99f07467e246c7f6dbacc9f52969b4de25c22260
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep 27 20:39:00 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep 27 20:39:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f07467

app-cdr/cdrtools: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 app-cdr/cdrtools/cdrtools-3.02_alpha07.ebuild | 272 --
 1 file changed, 272 deletions(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha07.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha07.ebuild
deleted file mode 100644
index 0859e80d49f..000
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha07.ebuild
+++ /dev/null
@@ -1,272 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit fcaps multilib toolchain-funcs flag-o-matic gnuconfig
-
-MY_P="${P/_alpha/a}"
-
-DESCRIPTION="A set of tools for CD/DVD reading and recording, including 
cdrecord"
-HOMEPAGE="https://sourceforge.net/projects/cdrtools/;
-SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 
'alpha')/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
-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 ~x86-macos 
~sparc-solaris ~x86-solaris"
-IUSE="acl caps nls unicode"
-
-RDEPEND="acl? ( virtual/acl )
-   caps? ( sys-libs/libcap )
-   nls? ( virtual/libintl )
-   !app-cdr/cdrkit"
-DEPEND="${RDEPEND}
-   x11-misc/makedepend
-   nls? ( >=sys-devel/gettext-0.18.1.1 )"
-
-S=${WORKDIR}/${P/_alpha[0-9][0-9]}
-
-FILECAPS=(
-   
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep
 usr/bin/cdrecord --
-   
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep
 usr/bin/cdda2wav --
-   cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep 
usr/bin/readcd
-)
-
-cdrtools_os() {
-   local os="linux"
-   [[ ${CHOST} == *-darwin* ]] && os="mac-os10"
-   [[ ${CHOST} == *-freebsd* ]] && os="freebsd"
-   echo "${os}"
-}
-
-src_prepare() {
-   default
-
-   gnuconfig_update
-
-   # This fixes a clash with clone() on uclibc.  Upstream isn't
-   # going to include this so let's try to carry it forward.
-   # Contact me if it needs updating.  Bug #486782.
-   # Anthony G. Basile .
-   use elibc_uclibc && epatch "${FILESDIR}"/${PN}-fix-clone-uclibc.patch
-
-   # Remove profiled make files.
-   find -name '*_p.mk' -delete || die "delete *_p.mk"
-
-   # Adjusting hardcoded paths.
-   sed -i -e "s|opt/schily|usr|" \
-   $(find ./ -type f -name \*.[0-9ch] -exec grep -l 'opt/schily' 
'{}' '+') \
-   || die "sed opt/schily"
-
-   sed -i -e "s|\(^INSDIR=\t\tshare/doc/\)|\1${PF}/|" \
-   $(find ./ -type f -exec grep -l '^INSDIR.\+doc' '{}' '+') \
-   || die "sed doc"
-
-   # Respect libdir.
-   sed -i -e "s|\(^INSDIR=\t\t\)lib|\1$(get_libdir)|" \
-   $(find ./ -type f -exec grep -l '^INSDIR.\+lib\(/siconv\)\?$' 
'{}' '+') \
-   || die "sed multilib"
-
-   # Do not install static libraries.
-   sed -i -e "s|include\t\t.*rules.lib||" \
-   $(find ./ -type f -exec grep -l '^include.\+rules\.lib' '{}' 
'+') \
-   || die "sed rules"
-
-   # Enable verbose build.
-   sed -i -e '/@echo.*==>.*;/s:@echo[^;]*;: -x;:' \
-   RULES/*.rul RULES/rules.prg RULES/rules.inc \
-   || die "sed verbose rules"
-
-   # Respect CC/CXX variables.
-   cd "${S}"/RULES || die
-   local tcCC=$(tc-getCC)
-   local tcCXX=$(tc-getCXX)
-   sed -i -e "/cc-config.sh/s|\$(C_ARCH:%64=%) \$(CCOM_DEF)|${tcCC} 
${tcCC}|" \
-   rules1.top || die "sed rules1.top"
-   sed -i -e "/^CC_COM_DEF=/s|gcc|${tcCC}|" \
-   -e "/^CC++_COM_DEF=/s|g++|${tcCXX}|" \
-   -e "/COPTOPT=/s|-O||" \
-   -e 's|$(GCCOPTOPT)||' \
-   cc-gcc.rul || die "sed cc-gcc.rul"
-   sed -i -e "s|^#\(CONFFLAGS +=\).*|\1\t-cc=${tcCC}|" \
-   rules.cnf || die "sed rules.cnf"
-
-   # Schily make setup.
-   cd "${S}"/DEFAULTS || die
-   local os=$(cdrtools_os)
-
-   sed -i \
-   -e "s|^\(DEFLINKMODE=\).*|\1\tdynamic|" \
-   -e "s|^\(LINUX_INCL_PATH=\).*|\1|" \
-   -e "s|^\(LDPATH=\).*|\1|" \
-   -e "s|^\(RUNPATH=\).*|\1|" \
-   -e "s|^\(INS_BASE=\).*|\1\t${ED}/usr|" \
-   -e "s|^\(INS_RBASE=\).*|\1\t${ED}|" \
-   -e "s|^\(DEFINSGRP=\).*|\1\t0|" \
-   -e '/^DEFUMASK/s,002,022,g' \
-   Defaults.${os} || die "sed Schily make setup"
-   # re DEFUMASK above:
-   # bug 486680: 

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

2017-09-27 Thread Daniel Pielmeier
commit: 8b7c4ee51d55cde8a291b21810290296bb0c9322
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep 27 20:37:20 2017 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep 27 20:37:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7c4ee5

media-sound/mac: Remove old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 media-sound/mac/mac-3.99.4.5.7-r2.ebuild | 55 
 1 file changed, 55 deletions(-)

diff --git a/media-sound/mac/mac-3.99.4.5.7-r2.ebuild 
b/media-sound/mac/mac-3.99.4.5.7-r2.ebuild
deleted file mode 100644
index c3ba536f269..000
--- a/media-sound/mac/mac-3.99.4.5.7-r2.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 flag-o-matic versionator
-
-MY_PV=$(version_format_string '$1.$2-u$3-b$4')
-PATCH=s$(get_version_component_range 5)
-MY_P=${PN}-${MY_PV}-${PATCH}
-
-DESCRIPTION="Monkey's Audio Codecs"
-HOMEPAGE="http://etree.org/shnutils/shntool/;
-SRC_URI="http://etree.org/shnutils/shntool/support/formats/ape/unix/${MY_PV}-${PATCH}/${MY_P}.tar.gz;
-
-LICENSE="mac"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
-IUSE="cpu_flags_x86_mmx static-libs"
-
-RDEPEND=""
-DEPEND="sys-apps/sed
-   cpu_flags_x86_mmx? ( dev-lang/yasm )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )
-
-HTML_DOCS=( src/Readme.htm )
-DOCS=( AUTHORS ChangeLog NEWS TODO README src/History.txt src/Credits.txt 
ChangeLog.shntool )
-
-RESTRICT="mirror"
-
-src_prepare() {
-   default
-   sed -i -e 's:-O3::' configure || die
-}
-
-src_configure() {
-   append-cppflags -DSHNTOOL
-   use cpu_flags_x86_mmx && append-ldflags -Wl,-z,noexecstack
-
-   econf \
-   $(use_enable static-libs static) \
-   $(use_enable cpu_flags_x86_mmx assembly)
-}
-
-src_install() {
-   default
-
-   insinto /usr/include/${PN}
-   doins src/MACLib/{BitArray,UnBitArrayBase,Prepare}.h #409435
-
-   find "${D}" -name '*.la' -delete || die
-}



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

2017-09-27 Thread Jeroen Roovers
commit: 3e0de81ea0a09765a755d9fdf49442918d83a511
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 20:30:51 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 20:31:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0de81e

www-client/opera: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 www-client/opera/Manifest  |  1 +
 www-client/opera/opera-48.0.2685.32.ebuild | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index ba01b5611c7..6fba2be7672 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -4,3 +4,4 @@ DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
 DIST opera-stable_47.0.2631.55_amd64.deb 50427372 SHA256 
8de519d560e1560d1f21c3c5906b87644d926906fd1b166fb4cc5d645ae75630 SHA512 
47337d19d068352ba778d2f96e5113ae80d91136b070dd3293e573448ebcc40901f5438bf397c0862d94121578c6be102f8ca510b75fd4c1f6edd5484b182a8a
 WHIRLPOOL 
51497173c427e0822562657b42204412a4782c6756e45defb424f69c1612928beabc2fac8726e333ace3ac786fb4038a68ee1c8ed56302aa44c3cb9697ddd79d
 DIST opera-stable_47.0.2631.80_amd64.deb 49940706 SHA256 
117fb02daf645367f2d9dfa1db4cb14779856b8eca6e8b519d8560c158b8724d SHA512 
b5620007bad27246ee8a20ba9caba6b3efcd378610d38ae7b23494f3f72138407ba5ed0eb247ede0ece43b0e94e812c04cf9b2d00c1c6a6e5a3bd8469d1cd437
 WHIRLPOOL 
d12370232b222e625b5adce2011cd967963a7f353074b3a9c734992cf4c70512e6132e94760facf8b3cdf90ba4136d6d831d6688fe65831555401c6706748593
+DIST opera-stable_48.0.2685.32_amd64.deb 49835700 SHA256 
681fc21800bcdea3fefb5f00f2fc5c0817040e1ec5028b59152d7610b2671780 SHA512 
923aecf98e6cc33fd2556f74975bb94b1596c2b1f3fb1b4748a13fce358436933080b9fe276475b811f7ff6ca568c99ed866ede1da37235e879d2f9dd0f2971c
 WHIRLPOOL 
76d419776989ea8c768c016ece0a9d764f2d143956745f8d3fab9ef7eae1ce81e86d594cea91e353c50347672d1baf695f418ea110f38357a61e564135f26a93

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

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

2017-09-27 Thread Jeroen Roovers
commit: c2b3fbdad83a68e87b015819f86128be76ce8e2d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 20:25:54 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 20:31:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b3fbda

www-client/opera-beta: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/www-client/opera-beta/Manifest b/www-client/opera-beta/Manifest
index 075e0981efb..e7c8c7d2d41 100644
--- a/www-client/opera-beta/Manifest
+++ b/www-client/opera-beta/Manifest
@@ -1,2 +1 @@
-DIST opera-beta_48.0.2685.22_amd64.deb 50363280 SHA256 
274088292c4164f238d7803c9dc7aca06956a639ed7b257f9810c1b64766d7cd SHA512 
d8f110adb0e489bae7b1289811fe4785de0378c7ffb0a6cf081d9675e80b1f3344e00639800c9d7fce92ea242adc2f935dbd2f2a5c92cb3b5a088460a1c7
 WHIRLPOOL 
b50e2a0ca6cc84669925858e5c2dcfc0d413ba368d208b06e633cbc4c27a2a35566175b64fbf4c16399fd42dd2702e8e1dfa7e091ef654130fc2b09aefc5405c
 DIST opera-beta_48.0.2685.26_amd64.deb 50333214 SHA256 
e71767178d52d0dab4b037bdb4bc679abb95615077e0c72ce3984ce2106d1520 SHA512 
545f56f61e254ac98ce0a72365df4c8904c045799a01be0720a97632c03cd759065bb55277e9df73b078a121144ff96527d2d680a8d4d8254db965bb6cce79bf
 WHIRLPOOL 
ffac95b4e98c4902d0df4413e710ec015a33a8205f1e186ff62460a07df4cc8c0fcc55bc2dcfa3a200ed8d4a5b661fe817abc6ef753682de3654566334da36dd

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



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

2017-09-27 Thread Jeroen Roovers
commit: f8971c4e6da86fa2f69740d60ea3bff44dafd81a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 20:30:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 20:31:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8971c4e

www-client/vivaldi: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

 www-client/vivaldi/vivaldi-1.12.955.36_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/vivaldi/vivaldi-1.12.955.36_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.12.955.36_p1.ebuild
index 31012c00e4f..be52a5d2c96 100644
--- a/www-client/vivaldi/vivaldi-1.12.955.36_p1.ebuild
+++ b/www-client/vivaldi/vivaldi-1.12.955.36_p1.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="Vivaldi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 RESTRICT="bindist mirror"
 
 DEPEND="



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

2017-09-27 Thread Jeroen Roovers
commit: 83514190ea0571748d9f26db79085effcc499ec7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 20:29:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 20:31:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83514190

media-libs/tiff: Stable for HPPA too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

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

diff --git a/media-libs/tiff/tiff-4.0.8.ebuild 
b/media-libs/tiff/tiff-4.0.8.ebuild
index 00a7e508b8c..6f8049841af 100644
--- a/media-libs/tiff/tiff-4.0.8.ebuild
+++ b/media-libs/tiff/tiff-4.0.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
 
 LICENSE="libtiff"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+cxx jbig jpeg lzma static-libs test zlib"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] )



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

2017-09-27 Thread Jeroen Roovers
commit: e34b802c8054dd1609b0c5e390e3666da5d2c126
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 20:31:27 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 20:31:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34b802c

www-client/opera: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 www-client/opera/Manifest  |  2 -
 www-client/opera/opera-47.0.2631.55.ebuild | 86 --
 www-client/opera/opera-47.0.2631.80.ebuild | 86 --
 3 files changed, 174 deletions(-)

diff --git a/www-client/opera/Manifest b/www-client/opera/Manifest
index 6fba2be7672..7cb265c0bfc 100644
--- a/www-client/opera/Manifest
+++ b/www-client/opera/Manifest
@@ -2,6 +2,4 @@ DIST opera-12.16-1860.amd64.freebsd.tar.xz 13312684 SHA256 
ecc001605c45baa4acf60
 DIST opera-12.16-1860.i386.freebsd.tar.xz 13385696 SHA256 
dcd80ea7a8f090a47007fc630495817feeb167220b9a9bbffbf349687f3e29d3 SHA512 
0bb2c0548765ea476cdb8be6c84faf1d60dddb5a2c08b7312027f4cd17fa8ebd4fbc1a97657bbcb0ac07733e5f3b340b181a307a778c38543140adbfe7f8b844
 WHIRLPOOL 
5703b2c736694cf6ffcf808872e72585b81c7fed9d2263d5679ee54f667f4eb6b9d34a73b80c8efc0a8640daf03da60dafa0defe0c560d3ef78f2a8a68cbb960
 DIST opera-12.16-1860.i386.linux.tar.xz 13154668 SHA256 
df640656a52b7c714faf25de92d84992116ce8f82b7a67afc1121eb3c428489d SHA512 
a13ec53311e3e78f35103a9dd5337c0e9a555362860213080211ee9d21de88fbd6aae03bed20b7515874d5a09dfbab108954213745fb82175f5e48e555152613
 WHIRLPOOL 
ae1af6858847fe51dcac8cb076a67099846ad66b734ecf92780e953daec963754c9e4352e979a636eac70e785a62bd94e084124080d7fe0f59b420a99a2133cc
 DIST opera-12.16-1860.x86_64.linux.tar.xz 14018800 SHA256 
b3b5cada3829d2b3b0e2da25e9444ce9dff73dc6692586ce72cfd4f6431e639e SHA512 
c1289f352ea5fc8133b105771f48fdc56ccd770920330b1a0ed939ff909abc68081447673572eabeb1aae6db5194b6ab35c93afad78a91d8f7a9a0f91e81ef8b
 WHIRLPOOL 
539cdf43b4c8175c664fbf786b27ede1d33e58c44f75229a1a50612951136f526d646f3e0444b6cc69961259c3e3ef7dbf722b520abb4d4dbb98032c4de335d1
-DIST opera-stable_47.0.2631.55_amd64.deb 50427372 SHA256 
8de519d560e1560d1f21c3c5906b87644d926906fd1b166fb4cc5d645ae75630 SHA512 
47337d19d068352ba778d2f96e5113ae80d91136b070dd3293e573448ebcc40901f5438bf397c0862d94121578c6be102f8ca510b75fd4c1f6edd5484b182a8a
 WHIRLPOOL 
51497173c427e0822562657b42204412a4782c6756e45defb424f69c1612928beabc2fac8726e333ace3ac786fb4038a68ee1c8ed56302aa44c3cb9697ddd79d
-DIST opera-stable_47.0.2631.80_amd64.deb 49940706 SHA256 
117fb02daf645367f2d9dfa1db4cb14779856b8eca6e8b519d8560c158b8724d SHA512 
b5620007bad27246ee8a20ba9caba6b3efcd378610d38ae7b23494f3f72138407ba5ed0eb247ede0ece43b0e94e812c04cf9b2d00c1c6a6e5a3bd8469d1cd437
 WHIRLPOOL 
d12370232b222e625b5adce2011cd967963a7f353074b3a9c734992cf4c70512e6132e94760facf8b3cdf90ba4136d6d831d6688fe65831555401c6706748593
 DIST opera-stable_48.0.2685.32_amd64.deb 49835700 SHA256 
681fc21800bcdea3fefb5f00f2fc5c0817040e1ec5028b59152d7610b2671780 SHA512 
923aecf98e6cc33fd2556f74975bb94b1596c2b1f3fb1b4748a13fce358436933080b9fe276475b811f7ff6ca568c99ed866ede1da37235e879d2f9dd0f2971c
 WHIRLPOOL 
76d419776989ea8c768c016ece0a9d764f2d143956745f8d3fab9ef7eae1ce81e86d594cea91e353c50347672d1baf695f418ea110f38357a61e564135f26a93

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

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

2017-09-27 Thread Zac Medico
commit: 762e5c8f182691046efc107c728291d717f1358d
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 27 20:23:29 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 27 20:25:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762e5c8f

dev-python/celery: version bump to 4.1.0

Closes: https://bugs.gentoo.org/632176
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-python/celery/Manifest|   1 +
 dev-python/celery/celery-4.1.0.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/dev-python/celery/Manifest b/dev-python/celery/Manifest
index 8ef999cf0c8..0930d8ecc34 100644
--- a/dev-python/celery/Manifest
+++ b/dev-python/celery/Manifest
@@ -1,2 +1,3 @@
 DIST celery-3.1.24.tar.gz 1330180 SHA256 
99b8085ff3013c8cebb9211857fadf5f402882ccada863d67c4d74db60be027a SHA512 
6f2e1c5fe417183bc44f39deee669957800b805790475bea1c93d9efb37e0bb6db5aed9606ff79350f404c145908e3af6fa5ce94d86fb70238f2c2f2425ddd3c
 WHIRLPOOL 
cc16895b3641a78cfe6de4f5012520ec78a5c5e831e39b1d2a75897a12cb9ec18ea3366f682650d86620d10b27898bbefa7f2b8ed81a7649a97f40b1ab7fb57c
 DIST celery-4.0.2.tar.gz 1337804 SHA256 
e3d5a6c56a73ff8f2ddd4d06dc37f4c2afe4bb4da7928b884d0725ea865ef54d SHA512 
1110b634cafa13f9d9ab0b0a7a17042325271bd5ea45a5f442e36e871db87b87e3f496d54b771d274a1676900d9dfdc7e21887943dfd1a299a9fcd8b3f6d2189
 WHIRLPOOL 
050a041d32a4fb2a9b9658b2e70972cd5606fb13f848fdb7848faeb0116be7d1e061ed8e1d631be46b2740a4307d474396fe1599daea2c20ac58111fb6c99d55
+DIST celery-4.1.0.tar.gz 1331689 SHA256 
77ff3730198d6a17b3c1f05579ebe570b579efb35f6d7e13dba3b1368d068b35 SHA512 
5232adc43ba55d01f2b030382075750033e0c5c2abdc8308903e0cef7a465513b7765e2ae495da6555b377452ae233500530ef9d57e584a5352a54c5f4731c64
 WHIRLPOOL 
febd876eff4e5b62be9f08da5712d3b76c366b279e2296ea8e5c5b00728ba1fcbfeb1eb9ca6d5a53abf31953f28c51ef9116cd50cff0ec541a417c5d9f59c54b

diff --git a/dev-python/celery/celery-4.1.0.ebuild 
b/dev-python/celery/celery-4.1.0.ebuild
new file mode 100644
index 000..4b4b550110c
--- /dev/null
+++ b/dev-python/celery/celery-4.1.0.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 bash-completion-r1
+
+DESCRIPTION="Asynchronous task queue/job queue based on distributed message 
passing"
+HOMEPAGE="http://celeryproject.org/ https://pypi.python.org/pypi/celery;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# There are a number of other optional 'extras' which overlap with those of 
kombu, however
+# there has been no apparent expression of interest or demand by users for 
them. See requires.txt
+IUSE="doc examples redis sqs test yaml"
+
+RDEPEND="
+   =dev-python/kombu-4.0.2[${PYTHON_USEDEP}]
+   >=dev-python/billiard-3.5.0.2[${PYTHON_USEDEP}]
+   

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

2017-09-27 Thread Mike Pagano
commit: e6b7d0619e08d56facdeea0ce4b8ba865dd0a6c0
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 27 20:18:19 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 20:18:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b7d061

sys-kernel/vanilla-sources: Linux patch 4.13.4 and 4.9.52

Package-Manager: Portage-2.3.10, Repoman-2.3.1

 sys-kernel/vanilla-sources/Manifest   | 4 ++--
 .../{vanilla-sources-4.13.3.ebuild => vanilla-sources-4.13.4.ebuild}  | 0
 .../{vanilla-sources-4.9.51.ebuild => vanilla-sources-4.9.52.ebuild}  | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 0f10fe0192f..987bb5463ec 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -11,6 +11,6 @@ DIST patch-3.16.48.xz 1671496 SHA256 
9491aa27c3efaa65008b929762343f0746fccebf629
 DIST patch-3.2.93.xz 1773072 SHA256 
c836f9a91dc4647d19e7489a702676055f5b221f79f2f7f7d8d66af8a0bed778 SHA512 
6d28b598867e63da4a48e08445804cafec8034df6c3770630565585530f29c0031e0a7e11f0670c8691f4f2585bf5aa8392c7b659c5d1175ad0e405fadf4a845
 WHIRLPOOL 
1846f23f0bfabfebb78da6ff1f742f0cddf42cbd7a79b6684106ae617d1d73fa83dd05e45df7e01637a9c7736f80299ba97e6f4d337d013fa70a2b8ddca77ef1
 DIST patch-4.1.44.xz 1171508 SHA256 
e4af9c7bbcc7b8315ef59f8d5c950d330d387118ccee4e96049dc67b30ddc976 SHA512 
8ab36ac700eaf4e54ed5aad56038c67de7127c72c107f7d3f86ba992ef770eb7869eddb581f0ff2e0435a9a4273144505256b0cf1ddf80ce3fff9d845bc560c4
 WHIRLPOOL 
ac01a884cad4f10fe92b0203e618997107662ebe2d8e1335def112b108375353fbd4e4e8435178b0ab883694ebb136a75ffabed6fa905cdb9101b27f6b2ef8aa
 DIST patch-4.12.14.xz 237356 SHA256 
999f3e0d97e1b9e7a09c8c0889f020ac9e342ec2391d0458521d4b8bff1cf945 SHA512 
8bef19b2a87147b4ac7c5852d6cac0281c7df7deb84460c6462c981b9213d288061c19535bd9a4da03db73f8a9fd2fb76bf9c6d42b0b6ad1f30c97d5ee0964d1
 WHIRLPOOL 
cd7c1173430eea9a33386fdfca10e1112ee90a5420180f30c0f375d7fb3ddfa657eae93cbae1a1d2b1a1a5d442eaf402e6565028ffeff79fc78a08b6334b1873
-DIST patch-4.13.3.xz 50968 SHA256 
bfebd5121512f76ed835223679fc11fc7826aabc31233cefb522e0e1b515d3fe SHA512 
7c0675386c0906178661313d2dbaf644df9b43af31c4b8c8cc840c59b952c04c5768089782d79d84fd363e26b1824e05d1516a80b8cae663225fcb9b252d848a
 WHIRLPOOL 
078448665a208a251f82356e9d81dd902477da3e303ed942046dd86b3e2166f2c06975ed6a0ac485535ccbfb0128daf7d5f7e756d32470a6dc9d42c1e57f
+DIST patch-4.13.4.xz 84924 SHA256 
1e34c35dfbd3b7451a7b3eb93c5e342acc006b5d1906b5e542a8f203723bb8d6 SHA512 
37aa8add92ae23b627c166b878b6d8191b75c2aca3a2eb2d7ae4f55262644731ab51a3ee171186fc0b011c6c8e537686377c3e73e8928797323b0a958eeb4b6b
 WHIRLPOOL 
0911d28889caef117092dcbdb8c0fec394507314e2224adbc585368a8f3284d5680925fad48531bd040b923f999265163b017dcefa2b922344bb6aa486ad3119
 DIST patch-4.4.89.xz 1344764 SHA256 
147d109f53d7e10db3b5414a02ccec2f41cda7ba32c77f1413d4ab5f61d27f01 SHA512 
11d322543421c6f75a9a923ab679dcae13e3c574d31361ee8781a224fb4e9a298828d26d32fe65beeb5927e11d06510043ae0f7063dd9417bfbc15c3a9974e52
 WHIRLPOOL 
174b7b20a709f54590a79a7070d4f096b8bea1a152eba25df364676cd77344f61aa5f546d7fa13a67ba42c6f72cf9ca25d103d43cada1d15538e0214b1bf0f3e
-DIST patch-4.9.51.xz 975540 SHA256 
2c9b6de108246d55d001f8609916d5aca703c1dbf3f0134e65edf1f0261a9683 SHA512 
857e6a203a61baf6fe312a2132b18b9d6331870a44706a72f7612aab5a68e1f1ae0a9eb6e43919f559b775c6a270348b4ba96fd5e38e690d2758c3c7a9bf3ba2
 WHIRLPOOL 
da62993b17f3006ace91c7c8727ded4978851d079a1e267a2d63a6104c5108859e409ca0151760e1e425666540faa977ad5548c2c10afbc339f3287cb773ffa7
+DIST patch-4.9.52.xz 995336 SHA256 
f25050b76f848d509e49e294f686a06b77fcdb4616816689b17be597ff72308f SHA512 
e490bfc16ebf14177a2863bf87278911d0a85dbbfd14b6e8605460e482376fc5f93ac4da355002ffa18d09a20ae4e00f2a4dee50cdd067b801b3f4d5a0f665e5
 WHIRLPOOL 
2fe07b37f6e6807382f9a0c6022a277a9ba156807483fc507c700cb656e4e17034184b35634d5dae45ffa94a51405e1c59b74e7d3f49f97bf72764cc10b65970

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.13.3.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.13.4.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.13.3.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.13.4.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.9.51.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.9.52.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-4.9.51.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-4.9.52.ebuild



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

2017-09-27 Thread Mike Pagano
commit: 930cb84aa52191dad1c458dfd3a0a1ef11e82150
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 27 20:15:45 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 20:15:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930cb84a

sys-kernel/gentoo-sources: Linux patch 4.13.4

Package-Manager: Portage-2.3.10, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 3a17849ec27..ae6410e18b7 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -22,6 +22,9 @@ DIST genpatches-4.13-4.extras.tar.xz 17400 SHA256 
b1dada7d064da74656a165b3dedaf3
 DIST genpatches-4.13-5.base.tar.xz 55892 SHA256 
087e9641ae95919e0a036c9e37cc2871855892c8edcdefbe288aa35e8013efc4 SHA512 
85376475e2f0cae0fe8e87e21230592c29083353fa9e2cbda2b784afcac8c8d7b8b45a5d647e3b2345b35eef2db44cd0384b2776fc42535ff7dfc875a760dea3
 WHIRLPOOL 
7b144164f2172f0f68c302d91520e9fc83614e560b432f67ff6f46107c1b3e8704e8debb20d2dcaf0b34bc8f9f6dd3e34486be6c3cf875f47a79d130eb84756c
 DIST genpatches-4.13-5.experimental.tar.xz 5184 SHA256 
68adad643fc988d4124eaa1417028b8f86d2420bf15ed5a8c8b9e9201f6077c8 SHA512 
7c0dbcad5a7428c41d6a38d707fb925f790a4c58e475e44e9769f398f7a7227228bfcb20b584d2074d9ae7c176c1bb555c9b2343388bd7e66d05aaf6eb02382f
 WHIRLPOOL 
970a6fd19c2b5384837cd9a0bb74f9c91454a1483450fea80dbbb9ac30238fc23dce7134d232a89efb4741a4455d5fd708955ed4ddd7cfa23365aa5eb4b3bca2
 DIST genpatches-4.13-5.extras.tar.xz 17388 SHA256 
01f538738030621642e65a134db02e46aaf6f70d9411037da67bb1b3852a5866 SHA512 
befa0f3ac6d5be18b44cd2c80dd24243baaa57854ec1a65d5440ead2f30993c6008a40846a328d1ff4d2c924c8c3bc40d15c2084739e5e6fdf55433757a20313
 WHIRLPOOL 
63e470330242a4b7d9222d7193433f0fed3a9e5dce094e9d613202ec8a243b6e24bb6332789a823dfe286b42a907dae207f51fe6a2ad99d8b0e4434d10af576f
+DIST genpatches-4.13-6.base.tar.xz 89936 SHA256 
19287d01d68d3f7748379ce646e7739b07f01d9c43d4a129e7d97e7997249c65 SHA512 
53de689ddbf13e05c7b319ff1174cd40b6d64032dc6fa173ebfea205ae69a87d4bd86654ba4f12d91d8db5e4289ed21cd597d0f7ef41b7d1ab2faed14750203c
 WHIRLPOOL 
b7920f21a46af9ebcf4cecca364c0944486cad37df7d9a5a147a6a277b32b8ccc05e36566b3774c61adf318e2d044ec25b03416542b305d80f4b7c46291d71cd
+DIST genpatches-4.13-6.experimental.tar.xz 5184 SHA256 
b5c6003c3dfc39631bf54c3cac423726a6db3ff2082a6c123bbde4fec4c43880 SHA512 
5c1a0119eacf39bd9f8b10ac2f0fb56adfdcb4b0b4b1f4e73fbaf5e7d3bc70b6233f600d7928d7445d9dc7591c09431d10dc3dbf5cfcf0ba66487b527e7cdbc4
 WHIRLPOOL 
4adf3e904d6a15e76798ce8eed4529aa9c9bfb798eba59ad3be9e5b112725ad946fd5c75a2f54357bd6918171aa9d248de983fad540f9bfea7bfc52fb033cda5
+DIST genpatches-4.13-6.extras.tar.xz 17400 SHA256 
48a1601631610c44ce61f108105208baab95beec1626068b97914ebbe9a0c180 SHA512 
80165679efd59658e618d408ff041fbae823fc76c7edd0e27e383a0fcdcfa3b9776553150bea62b337c38beead90f36a4cd97f45d36e8e252b5f6ea08850509c
 WHIRLPOOL 
c7fa0b861ed9f66913358fd4b13fe2cef9118283aaa90eda98d39be22d02aa2c39145356a1657c6a6b3b17a9f30a5fd8fc3c168136b565efce0c142645920c90
 DIST genpatches-4.4-91.base.tar.xz 1428436 SHA256 
d6c806bd868856a9021b35d0bc3ced37029c8803846d6b251fe7fefadfe46c69 SHA512 
c25be04b33558f7ebcee66df992aae38f29181474ebed82958d4d50639097b4a82eaf256d7b3576bfcd0cd3fe7682956e1d2cdbdb912d47fe86205d9b554
 WHIRLPOOL 
8de12e7bdba76256e8fc41738605bbe961fa3fa0ccbe1fccaf0c8cb3708c692bb65a27db7675e42ce5558a22c81b9017742b14d6776ee2b93f4d1d92535942a9
 DIST genpatches-4.4-91.experimental.tar.xz 87760 SHA256 
e04a99c94b4dd9f5856dd08ed4b286b19c765d8d0fe40237dce256f7c874dbf8 SHA512 
0bbc83e076d45da1d0258bfd7f6acf6170e99891a9a857b2552f3a0fcefff4f318a8c5c8779591b0bb654760f905530de18723f2ba960618eae59a1b7219c28f
 WHIRLPOOL 
fb6306af0191198d466b3349c348139342a70de118bcce0563e3209a7ead8a9d56291f3a4155ba4a4d211db8fc1e20ddec3a3b463d62fff5375df823646f7b02
 DIST genpatches-4.4-91.extras.tar.xz 16468 SHA256 
6cc85cbae6d2ccf087104b5f719abf10d186d3b630572caeb1906c344c66de76 SHA512 
229922945fcb882a0cb7dcba8bac9de51683690462a8df59e181a03d702fcb1c9b54078c5434624b4a197c481f0bb9b73dca58456ef5a5884a30bfd3644dfd6d
 WHIRLPOOL 
81f8fa1676856f0941bc6d09e7e602d2213740bed6edc914d9341bad590650d5a5249fd8bbd2d640380a638ce2a12fd4ec66e0c3753c8d9d22c1fa2c3f07aacb

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.13.4.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.13.4.ebuild
new file mode 100644
index 000..b38bd272ae2
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.13.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="6"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm 

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

2017-09-27 Thread Andreas Sturmlechner
commit: 587d5efa4051c8bd4b3001e7e221f777eaf039ef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 27 19:59:54 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 27 19:59:54 2017 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=587d5efa

kde-apps/kblog: Drop unused DEPEND

Upstream commit 87f57e0b8054ba5fbfec6dc925cd1df57092c676

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 kde-apps/kblog/kblog-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-apps/kblog/kblog-.ebuild b/kde-apps/kblog/kblog-.ebuild
index 7398caa899..84949479fd 100644
--- a/kde-apps/kblog/kblog-.ebuild
+++ b/kde-apps/kblog/kblog-.ebuild
@@ -13,7 +13,6 @@ IUSE=""
 
 DEPEND="
$(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kxmlrpcclient)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/

2017-09-27 Thread Mike Gilbert
commit: 9d1c1156c5fed05cbc4b62c62b3f31bdad0542ba
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 09:03:03 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1c1156

app-i18n/fcitx-sayura: Use ${Fcitx_major_version}. version scheme for live 
ebuild.

 .../{fcitx-sayura-.ebuild => fcitx-sayura-4..ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-.ebuild 
b/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
similarity index 88%
rename from app-i18n/fcitx-sayura/fcitx-sayura-.ebuild
rename to app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
index 2010eddf3d1..25f9260f485 100644
--- a/app-i18n/fcitx-sayura/fcitx-sayura-.ebuild
+++ b/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-sayura;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Sinhala Sayura input method for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-libpinyin/

2017-09-27 Thread Mike Gilbert
commit: bbd8562b4806125dfcb7552a582e938167dcef93
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 22:16:05 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd8562b

app-i18n/fcitx-libpinyin: Version bump (0.5.3).

 app-i18n/fcitx-libpinyin/Manifest  |  1 +
 .../fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild   | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/app-i18n/fcitx-libpinyin/Manifest 
b/app-i18n/fcitx-libpinyin/Manifest
index bb9e3a40cd2..c83d8477ceb 100644
--- a/app-i18n/fcitx-libpinyin/Manifest
+++ b/app-i18n/fcitx-libpinyin/Manifest
@@ -4,3 +4,4 @@ DIST fcitx-libpinyin-0.3.1_dict.tar.xz 15143832 SHA256 
0b553c90d37c36e82ad692803
 DIST fcitx-libpinyin-0.3.3_dict.tar.xz 15145448 SHA256 
cac02fb2ac19d9072d58e2d9383297e21942caf71b528aee8fa36c55c899d1e1 SHA512 
1d77bb0a73ef2f94058ad8f991c628097c87b0ea9c7c4480d23c972ff20ea8ea2653113c8100f1611911606fe84a470650e1a2e9cc6d596d3e80960bb00900c2
 WHIRLPOOL 
ea9f470a92ad55fbdc561d0df1ba51414c716fac158c8db28cccd18d2f106339ee8dc9eba03067f2473289f485dd1118ffedee6ea5b0fbcd0517f6ef5e68abb8
 DIST fcitx-libpinyin-0.5.1_dict.tar.xz 15147796 SHA256 
9464ff6bcff8ff5f89059845a26ece5fe2659b66f65fd0c4a092ee818752adc7 SHA512 
85d26e5c036f5fb82005c677d8924e68236f52fab2ddf0e19472e84ca4ae66d9e8e7ec7a84cc7b7cb1da796df2e51f267336640b7957b5caf91ea13e273da411
 WHIRLPOOL 
676d9f71e2daf76a2b7677f381b32adb28cf3c4034ba949008b95b0fd9df9cd55ec5dfd86a3ae289e86b7e0758d72586e5d6e93267309e49ed1b2627dadb4ec7
 DIST fcitx-libpinyin-0.5.2_dict.tar.xz 15149780 SHA256 
26e916d39db952901c95d97d8a6bd22f0a2dd004549553f58562dec04823f66f SHA512 
9ff0d55d78f6ef7967df685c494351bc61ee3f6b47924cf265c781bb7ec2d109ddc92f310b65315f4ccbca8e65eb21fa410fb0b255eec52bb3247dc7e5e04368
 WHIRLPOOL 
d9577baa908a7a14d6d70f9fc213f8e85af671aacbd8b9cdd5fabc77b965c03be8fb5acca93df25657739e5667e3ad211782d9a203d05e45eaf913d313982d3d
+DIST fcitx-libpinyin-0.5.3_dict.tar.xz 15149856 SHA256 
fccd408b9fad8becebf7f736e3309e775d045d6383742892385b69be91f89b4c SHA512 
d132e0c007bd62286cfa89f6605a5315b6f5ae94a75bdd389fff1061e1547ad64c615fb0b75189d8cf35fa289a53e5d485911e06e368b2bf3af7b5a996fcd08a
 WHIRLPOOL 
0bd75c39e148056bce90ddaff9e949b9d43093f56ec80ca0b972e40a005da8f39e481726af9d4fef993149c50287af2069fc27ae9bc3493fd7a4523f2569f6ff

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
new file mode 100644
index 000..8e48769ebe3
--- /dev/null
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils gnome2-utils
+
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-libpinyin;
+fi
+
+DESCRIPTION="Chinese LibPinyin input methods for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-libpinyin;
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   SRC_URI="https://download.fcitx-im.org/data/model.text.20161206.tar.gz 
-> fcitx-data-model.text.20161206.tar.gz"
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz;
+fi
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="dictionary-manager"
+
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
+   >=app-i18n/libpinyin-2.1.0:=
+   dev-libs/glib:2
+   sys-apps/dbus
+   virtual/libintl
+   dictionary-manager? (
+   >=app-i18n/fcitx-qt5-1.1:4
+   >=dev-qt/qtcore-5.7:5
+   >=dev-qt/qtdbus-5.7:5
+   >=dev-qt/qtgui-5.7:5
+   >=dev-qt/qtnetwork-5.7:5
+   >=dev-qt/qtwebengine-5.7:5[widgets]
+   >=dev-qt/qtwidgets-5.7:5
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=(AUTHORS)
+
+src_prepare() {
+   if [[ "${PV}" =~ (^|\.)$ ]]; then
+   ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" 
data/model.text.20161206.tar.gz || die
+   fi
+
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_QT=$(usex dictionary-manager)
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt5/

2017-09-27 Thread Mike Gilbert
commit: 9ad7cbd0d605008a42ec74f8d4069c8d0f6ec54b
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 08:56:37 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad7cbd0

app-i18n/fcitx-qt5: Use ${Fcitx_major_version}. version scheme for live 
ebuild.

 app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild | 4 ++--
 app-i18n/fcitx-qt5/{fcitx-qt5-.ebuild => fcitx-qt5-4..ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild 
b/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild
index bf637e0b2fd..18564da597d 100644
--- a/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild
+++ b/app-i18n/fcitx-qt5/fcitx-qt5-1.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Fcitx input method module for Qt 5"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;

diff --git a/app-i18n/fcitx-qt5/fcitx-qt5-.ebuild 
b/app-i18n/fcitx-qt5/fcitx-qt5-4..ebuild
similarity index 90%
rename from app-i18n/fcitx-qt5/fcitx-qt5-.ebuild
rename to app-i18n/fcitx-qt5/fcitx-qt5-4..ebuild
index d99be3fd9f4..eaa37a365ba 100644
--- a/app-i18n/fcitx-qt5/fcitx-qt5-.ebuild
+++ b/app-i18n/fcitx-qt5/fcitx-qt5-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-qt5;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Fcitx input method module for Qt 5"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-qt5;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/

2017-09-27 Thread Mike Gilbert
commit: df512ab44cead49b030609ace0e9f09f486c2a7e
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 09:57:55 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df512ab4

app-i18n/fcitx-sayura: Version bump (0.1.2).

 app-i18n/fcitx-sayura/Manifest  |  1 +
 app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-i18n/fcitx-sayura/Manifest b/app-i18n/fcitx-sayura/Manifest
index 37d605791ef..4f29836bbb2 100644
--- a/app-i18n/fcitx-sayura/Manifest
+++ b/app-i18n/fcitx-sayura/Manifest
@@ -1 +1,2 @@
 DIST fcitx-sayura-0.1.1.tar.xz 18756 SHA256 
36b5d79fed0cefaff7832c82473404e96d68cc8560b1d626884604b0aad7bea6 SHA512 
1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3
 WHIRLPOOL 
ddcec7ba970868795df0ccf4eb3ebacb9a9ec29f6f05762fb5253ca6cc59fab78459fc11cb715bcc53856e5093378fb99f572ccd615fe84bbe053574efa1b69f
+DIST fcitx-sayura-0.1.2.tar.xz 25400 SHA256 
4cf1c26625efbcae05e6a741b6f955d85c4d4970ab0642fd9ecdb1ac6d757f74 SHA512 
2118c95d4f831e5f4e0af0549ae3eb4f16bff8b30b03452837bd14f35fcb524f730b27ceb7c14cf6a4db7400a67070929a75465195b5524187e97c7ca02de466
 WHIRLPOOL 
1fb0146a639ae74b51185c2eef86bf7a5e5e424d5d3d4cb0c6c21357ca55c0ad527aade5a161d9cbcfadde3dee721fb444f6adf5cdc5ea8603bb33c3de948e66

diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild 
b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild
new file mode 100644
index 000..725a094c511
--- /dev/null
+++ b/app-i18n/fcitx-sayura/fcitx-sayura-0.1.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils gnome2-utils
+
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-sayura;
+fi
+
+DESCRIPTION="Sinhala Sayura input method for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-sayura;
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
+fi
+
+LICENSE="GPL-2+"
+SLOT="4"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
+   virtual/libiconv
+   virtual/libintl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=()
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/

2017-09-27 Thread Mike Gilbert
commit: f8981de09c1984630da385d9f05f502f9e13e245
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 10:24:07 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8981de0

app-i18n/fcitx-unikey: Specify slot in dependency on app-i18n/fcitx.

 app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
index 3b93c20b6ea..7d3166c8a3e 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
@@ -24,10 +24,10 @@ SLOT="4"
 KEYWORDS=""
 IUSE="+macro-editor"
 
-RDEPEND=">=app-i18n/fcitx-4.2.8
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/libintl
macro-editor? (
-   >=app-i18n/fcitx-4.2.8[qt4]
+   >=app-i18n/fcitx-4.2.9:4[qt4]
dev-qt/qtcore:4
dev-qt/qtgui:4
)"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/

2017-09-27 Thread Mike Gilbert
commit: 0f69423ec8a3d6cb9c1d5b76bbf4f11cb5bad78f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 11:58:33 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f69423e

app-i18n/fcitx-unikey: Delete no longer needed call to gnome2_icon_savelist().

 app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
index 7d3166c8a3e..ffbfa870eb0 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
@@ -45,10 +45,6 @@ src_configure() {
cmake-utils_src_configure
 }
 
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
 pkg_postinst() {
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, app-i18n/fcitx-libpinyin/

2017-09-27 Thread Mike Gilbert
commit: 1e37e4bd2abb195f4eb19d40d424b879a2285159
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 21:39:55 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e37e4bd

app-i18n/fcitx-libpinyin: Rename "dictmanager" USE flag to "dictionary-manager".

 app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild  | 6 +++---
 app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild  | 6 +++---
 app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.1.ebuild  | 6 +++---
 app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.2.ebuild  | 6 +++---
 app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild | 6 +++---
 app-i18n/fcitx-libpinyin/metadata.xml  | 2 +-
 profiles/arch/powerpc/package.use.mask | 2 +-
 7 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
index 69b5990adab..aced00e9f78 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.1.ebuild
@@ -11,12 +11,12 @@ 
SRC_URI="http://download.fcitx-im.org/${PN}/${P}_dict.tar.xz;
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="amd64 ~ppc ppc64 ~x86"
-IUSE="dictmanager"
+IUSE="dictionary-manager"
 
 RDEPEND=">=app-i18n/fcitx-4.2.8
=app-i18n/fcitx-4.2.8[qt4]
+   dictionary-manager? ( >=app-i18n/fcitx-4.2.8[qt4]
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtwebkit:4 )"
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_configure() {
-   local mycmakeargs="$(cmake-utils_use_enable dictmanager QT)"
+   local mycmakeargs="$(cmake-utils_use_enable dictionary-manager QT)"
cmake-utils_src_configure
 }
 

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild
index fa4e30dcf8f..6993a42056b 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.3.3.ebuild
@@ -12,14 +12,14 @@ 
SRC_URI="http://download.fcitx-im.org/${PN}/${P}_dict.tar.xz;
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="dictmanager"
+IUSE="dictionary-manager"
 
 RDEPEND=">=app-i18n/fcitx-4.2.8
app-i18n/libpinyin
dev-libs/glib:2
sys-apps/dbus
virtual/libintl
-   dictmanager? (
+   dictionary-manager? (
>=app-i18n/fcitx-4.2.8[qt4]
dev-qt/qtcore:4
dev-qt/qtdbus:4
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 src_configure() {
-   local mycmakeargs="$(cmake-utils_use_enable dictmanager QT)"
+   local mycmakeargs="$(cmake-utils_use_enable dictionary-manager QT)"
cmake-utils_src_configure
 }
 

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.1.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.1.ebuild
index b076978f5e4..78ea3d8dfe9 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.1.ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.1.ebuild
@@ -22,14 +22,14 @@ fi
 LICENSE="GPL-2+ GPL-3+"
 SLOT="4"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="dictmanager"
+IUSE="dictionary-manager"
 
 RDEPEND=">=app-i18n/fcitx-4.2.8
>=app-i18n/libpinyin-1.9.91:=
dev-libs/glib:2
sys-apps/dbus
virtual/libintl
-   dictmanager? (
+   dictionary-manager? (
>=app-i18n/fcitx-qt5-1.1
>=dev-qt/qtcore-5.7:5
>=dev-qt/qtdbus-5.7:5
@@ -51,7 +51,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DENABLE_QT=$(usex dictmanager)
+   -DENABLE_QT=$(usex dictionary-manager)
)
 
cmake-utils_src_configure

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.2.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.2.ebuild
index e6ea8ba20e9..fa81ed5ad01 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.2.ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.2.ebuild
@@ -22,14 +22,14 @@ fi
 LICENSE="GPL-2+ GPL-3+"
 SLOT="4"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="dictmanager"
+IUSE="dictionary-manager"
 
 RDEPEND=">=app-i18n/fcitx-4.2.8
>=app-i18n/libpinyin-2.1.0:=
dev-libs/glib:2
sys-apps/dbus
virtual/libintl
-   dictmanager? (
+   dictionary-manager? (
>=app-i18n/fcitx-qt5-1.1
>=dev-qt/qtcore-5.7:5
>=dev-qt/qtdbus-5.7:5
@@ -53,7 +53,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DENABLE_QT=$(usex dictmanager)
+   -DENABLE_QT=$(usex dictionary-manager)
)
 
cmake-utils_src_configure

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild
index 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2017-09-27 Thread Mike Gilbert
commit: 98672d7ebae46bbd23bc5ac7f3e1d45d233e4110
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 14:59:23 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98672d7e

app-i18n/fcitx: Version bump (4.2.9.4).

 app-i18n/fcitx/Manifest |   1 +
 app-i18n/fcitx/fcitx-4.2.9.4.ebuild | 144 
 2 files changed, 145 insertions(+)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 8392668a8fb..b12e8352347 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,6 +1,7 @@
 DIST fcitx-4.2.9.1_dict.tar.xz 8684772 SHA256 
5337c8226417a1d4e6f88b3b1048aa73695d281ed483568a7b6a9ee849ad6c77 SHA512 
5d3b669ed97423f976116385571d07f832e9e18007e6a3c2aef12957219739a81fbf2343825fea4a1b01a83a6bf9e40e9ffa88466c651876602517c6da1fb25d
 WHIRLPOOL 
02b2ff1b0c33b1f2c0461988bc3323ca27ba565a0d8a1f49b96aaceac857c07365aaaee0048d470dea82e60857bedf59ef8c60d3cdfa14a2ff074216d5cdc16d
 DIST fcitx-4.2.9.2_dict.tar.xz 8735848 SHA256 
2cdd7c138163f717aacca8eabb18a4a823c808a408e4b0770f5be2e3e892de20 SHA512 
9228fc4629479e2c518e0d0a7dbe604f6e56e864b41927d120e1f0b7a277ff53ff1b393870480bc1660662751a31885ddc1ddf43133a11edc2e96cbc7701daee
 WHIRLPOOL 
8f19cd9f34a3957ff42e94ca7a5e28db5feecf658e9ca2535430fe6dd7a269ba9833e9273e8fd87d00a426027aebd97741c3fe909d9a0b0577ae6f64a8f4ba75
 DIST fcitx-4.2.9.3_dict.tar.xz 8737864 SHA256 
543cc301f274367429880cb80c53349ed44435e7c64d757cca9b0d1844e2a91e SHA512 
813b55c4b13e9d36bdaed6e4d072a841aa7f067f937b46d1fdbc03e8176b76ce83b056e24e2c0fe944f1347c5fe6a8d9bfdd6b0b2ed054e3017f3926fa36bcdd
 WHIRLPOOL 
b54c52025a48350c37712a64048ae2cec4e891c75607ded8ce35940252d2c242430e6ff0e64c86e1319b89b57b388c05760728a861cd58af0c99edd634f20c97
+DIST fcitx-4.2.9.4_dict.tar.xz 8731804 SHA256 
e4f9069ac82afd72cdaf9d317377113ce361a9f086b930c12026127a3543953a SHA512 
2e8ead59a154a857dfc011af83715dbe1225cbccf1e2c6ced1d9aaf92a7881f89fbe806da3c66ed1805cf27994c91a2d463c455be726b7d4b73c07bfde83972b
 WHIRLPOOL 
113c13ea4eff8de68096ea7bfc1a92c62f5c78395436b5885761863c689a2613d0f5bde8a19ea5b1cc45d032fba4b2a6d2790d31e1d46cf9890d8b33df2049e5
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 SHA256 
c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
 WHIRLPOOL 
858b51723035e24756c0ece15ee28f9d25dbc86ca447c50e070f085e47b864f26201a100d3d968bcecf5711e76f99c7908eeabe7bc6d5b3b17d6cf2c53c3204b
 DIST fcitx-data-pinyin.tar.gz 1608886 SHA256 
583829b24a758c087c08de4a69480d0bf5946354fe77db360d6d7f467c2bd8e1 SHA512 
1ee19eed3ee58be6cd6562ec363fe3bf630fff5e8820b3bfdd6d4618fceb082695e888dec5366a3685d58706f720e19319d891c223227237aed12674ea982131
 WHIRLPOOL 
c5584213cab5b3729c159759909819bef42d4dba899e58df331aa12b47f5544545d9ba3f8ac7291835cb80c5e180a3a8b31360e9b9e43e4f38387b074b46
 DIST fcitx-data-py_stroke-20121124.tar.gz 445601 SHA256 
8eb128a9bfa43952e67cf2fcee1fd134c6f4cfd317bc2f6c38a615f5eb64e248 SHA512 
d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3
 WHIRLPOOL 
3b09c21b8f948538b10218bd52ed12235f8d8a1986db7c09a35de5454c89305d5ada27177c8501b6bf72324aa1824a384822a7fbb440d63ce081265b1fa34c65

diff --git a/app-i18n/fcitx/fcitx-4.2.9.4.ebuild 
b/app-i18n/fcitx/fcitx-4.2.9.4.ebuild
new file mode 100644
index 000..75fff9ad261
--- /dev/null
+++ b/app-i18n/fcitx/fcitx-4.2.9.4.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils gnome2-utils xdg-utils
+
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx;
+fi
+
+DESCRIPTION="Fcitx (Flexible Context-aware Input Tool with eXtension) input 
method framework"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx;
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   SRC_URI="https://download.fcitx-im.org/data/pinyin.tar.gz -> 
fcitx-data-pinyin.tar.gz
+   https://download.fcitx-im.org/data/table.tar.gz -> 
fcitx-data-table.tar.gz
+   https://download.fcitx-im.org/data/py_stroke-20121124.tar.gz -> 
fcitx-data-py_stroke-20121124.tar.gz
+   https://download.fcitx-im.org/data/py_table-20121124.tar.gz -> 
fcitx-data-py_table-20121124.tar.gz
+   https://download.fcitx-im.org/data/en_dict-20121020.tar.gz -> 
fcitx-data-en_dict-20121020.tar.gz"
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz;
+fi
+
+LICENSE="GPL-2+ LGPL-2+ MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE="+X +autostart +cairo debug +enchant gtk2 gtk3 +introspection lua nls 
opencc +pango qt4 static-libs +table test +xml"

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-libpinyin/

2017-09-27 Thread Mike Gilbert
commit: 8b818d81d96944dd74a7bdd336bb6609242b3095
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 21:02:43 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b818d81

app-i18n/fcitx-libpinyin: Use ${Fcitx_major_version}. version scheme for 
live ebuild.

 .../{fcitx-libpinyin-.ebuild => fcitx-libpinyin-4..ebuild}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild
similarity index 92%
rename from app-i18n/fcitx-libpinyin/fcitx-libpinyin-.ebuild
rename to app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild
index 3497b22a034..3496db3a2e8 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-.ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils gnome2-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-libpinyin;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Chinese LibPinyin input methods for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-libpinyin;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI="https://download.fcitx-im.org/data/model.text.20161206.tar.gz 
-> fcitx-data-model.text.20161206.tar.gz"
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz;
@@ -44,7 +44,7 @@ DEPEND="${RDEPEND}
 DOCS=(AUTHORS)
 
 src_prepare() {
-   if [[ "${PV}" == "" ]]; then
+   if [[ "${PV}" =~ (^|\.)$ ]]; then
ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" 
data/model.text.20161206.tar.gz || die
fi
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2017-09-27 Thread Mike Gilbert
commit: c7784acea9b02e03532a6d650fcb4ec9cda67135
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 20:53:08 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7784ace

app-i18n/fcitx-configtool: Use ${Fcitx_major_version}. version scheme for 
live ebuild.

 app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild  | 4 ++--
 .../{fcitx-configtool-.ebuild => fcitx-configtool-4..ebuild}  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
index 28b6f212a5c..0b23abbbe06 100644
--- a/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.4.10.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-configtool;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-4..ebuild
similarity index 90%
rename from app-i18n/fcitx-configtool/fcitx-configtool-.ebuild
rename to app-i18n/fcitx-configtool/fcitx-configtool-4..ebuild
index a3a49216157..aa0e86bd570 100644
--- a/app-i18n/fcitx-configtool/fcitx-configtool-.ebuild
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-configtool;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="GTK+ GUI configuration tool for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-configtool;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/

2017-09-27 Thread Mike Gilbert
commit: 26c1fa22de6687f3212af4a02786900681a77ef3
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 09:06:34 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c1fa22

app-i18n/fcitx-sayura: Specify slot in dependency on app-i18n/fcitx.

 app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild 
b/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
index 25f9260f485..7fa16cafd78 100644
--- a/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
+++ b/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
@@ -24,7 +24,7 @@ SLOT="4"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND=">=app-i18n/fcitx-4.2.8
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/libiconv
virtual/libintl"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-libpinyin/

2017-09-27 Thread Mike Gilbert
commit: 497bfd3ea772c83b439f9aba8b7a1edd0af57a70
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 21:09:35 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497bfd3e

app-i18n/fcitx-libpinyin: Specify slot in dependencies on app-i18n/fcitx and 
app-i18n/fcitx-qt5.

 app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild
index 3496db3a2e8..1dcb1363fd7 100644
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild
+++ b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-4..ebuild
@@ -24,13 +24,13 @@ SLOT="4"
 KEYWORDS=""
 IUSE="dictmanager"
 
-RDEPEND=">=app-i18n/fcitx-4.2.8
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
>=app-i18n/libpinyin-2.1.0:=
dev-libs/glib:2
sys-apps/dbus
virtual/libintl
dictmanager? (
-   >=app-i18n/fcitx-qt5-1.1
+   >=app-i18n/fcitx-qt5-1.1:4
>=dev-qt/qtcore-5.7:5
>=dev-qt/qtdbus-5.7:5
>=dev-qt/qtgui-5.7:5



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/

2017-09-27 Thread José María Alonso
commit: e699caab00debeb078b20ad63fb7e82a2fce8d07
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:58:40 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:58:40 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e699caab

dev-lisp/cl-ppcre-unicode: Drops asterisk from RDEPEND

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild 
b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
index 4fedc28b..cbf45da0 100644
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="=dev-lisp/cl-ppcre-${PV}*
+RDEPEND="=dev-lisp/cl-ppcre-${PV}
dev-lisp/cl-unicode"
 
 S="${WORKDIR}/cl-ppcre-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/

2017-09-27 Thread Mike Gilbert
commit: 48ab295ea279a2a3dfab31d9a006349c4318c80c
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 10:18:32 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ab295e

app-i18n/fcitx-unikey: Use ${Fcitx_major_version}. version scheme for live 
ebuild.

 .../{fcitx-unikey-.ebuild => fcitx-unikey-4..ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
similarity index 92%
rename from app-i18n/fcitx-unikey/fcitx-unikey-.ebuild
rename to app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
index 8f1c274d0bd..3b93c20b6ea 100644
--- a/app-i18n/fcitx-unikey/fcitx-unikey-.ebuild
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils gnome2-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/

2017-09-27 Thread Mike Gilbert
commit: b9c9a9747597bed14cf7822643810a37be03
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 13:28:28 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c9a974

app-i18n/fcitx-unikey: Version bump (0.2.6).

 app-i18n/fcitx-unikey/Manifest  |  1 +
 app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-i18n/fcitx-unikey/Manifest b/app-i18n/fcitx-unikey/Manifest
index 6251209928a..369bf8094a3 100644
--- a/app-i18n/fcitx-unikey/Manifest
+++ b/app-i18n/fcitx-unikey/Manifest
@@ -1,3 +1,4 @@
 DIST fcitx-unikey-0.2.0.tar.xz 70944 SHA256 
152da48ffeb665fc5d88202f6491fa5f4d11284792c2ef079bea4a94c8b125e1 SHA512 
10c5c2c5b7e4f40710daccc485b220ed4cdadc6e866636032873a86f9f8489490a42671c9d02aedbbda78a94e40801dd888efc9b692d26ff81fe6d1fe2e10fa7
 WHIRLPOOL 
d6dfd445bd5aa98ec28ab0bd9668f288d67f27874ecdd079f78956172f3d5695fd990ce9e70f190a26edd1eab4f48a8263efc8682fe93679a85fc1db2f6745be
 DIST fcitx-unikey-0.2.4.tar.xz 72308 SHA256 
726e5999c00e93856639258298688c835db1e80e4ac4d5ff0786433c0593c195 SHA512 
d55fe71bbcbc420e0ba3ec61ad3c7e9293e33f30b6303d90591d5a94e89d7bbc513dc940ae5a081b81c0d973fa6674872a695eac03cfbbefb460609993219221
 WHIRLPOOL 
9178a4ec7bcf0b6f969295bef0b066b266e336352c52f9a8761cb1cb6456df6c3d90a90d90212c2fbe137ebc07a1cf6b79f82e959dc6ad3806158675ee040fbb
 DIST fcitx-unikey-0.2.5.tar.xz 72640 SHA256 
8e0bc06d7771074e17acf7045f43aa3a6d9dc2c0e48f8d52548af9b393607b18 SHA512 
b70cbc468c44677a6f831ab92539dc01386eec66d8b40eba57efc7130a3811548b5b1e8213c278fd26d1eac169d43913a5fe0f3728e925c874e7360ccd93636a
 WHIRLPOOL 
5c223124a9750b1a060b9dc0f99236676f29f1280bc787e306d65a746671f667dfface3f23bb441d2122d9b33ed0d1a58491feea5c026c23dd91f51b71113c1b
+DIST fcitx-unikey-0.2.6.tar.xz 75124 SHA256 
9830910f628d455d2701ba430e6cb5b41409a2ac2f9b098e5ed6aaa54d15a3cf SHA512 
18efb387387c29bb059e1260bfb3c91e97f9989aedbe590596f1ad8659e9fad20777f048f20fb24e0fb5e2318eee1c25fc20a2d57ac846368c4c9bebf4eb2b90
 WHIRLPOOL 
6003fa47cba0908268f51ea50a55b62afe3dcd5a6c6f00ef773c3c68f914bce151c3103f5425050a1e79868a6ba383a5e7cd1b1d89221d9cc5c2dda9d46fe331

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild
new file mode 100644
index 000..09a76beb909
--- /dev/null
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-0.2.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils gnome2-utils
+
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-unikey;
+fi
+
+DESCRIPTION="Vietnamese Unikey input methods for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-unikey;
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
+fi
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="+macro-editor"
+
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
+   virtual/libintl
+   macro-editor? (
+   >=app-i18n/fcitx-4.2.9:4[qt4]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=()
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_QT=$(usex macro-editor)
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/kcm-fcitx/

2017-09-27 Thread Mike Gilbert
commit: a8be05513d75da2b50bd5856c45c16751ffb55c3
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 13:46:01 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8be0551

app-i18n/kcm-fcitx: Use ${Fcitx_major_version}.${KDE_Plasma_major_version}. 
version scheme for live ebuilds.

 .../kcm-fcitx/{kcm-fcitx-0.4..ebuild => kcm-fcitx-4.4..ebuild}| 0
 app-i18n/kcm-fcitx/{kcm-fcitx-.ebuild => kcm-fcitx-4.5..ebuild}   | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-0.4..ebuild 
b/app-i18n/kcm-fcitx/kcm-fcitx-4.4..ebuild
similarity index 100%
rename from app-i18n/kcm-fcitx/kcm-fcitx-0.4..ebuild
rename to app-i18n/kcm-fcitx/kcm-fcitx-4.4..ebuild

diff --git a/app-i18n/kcm-fcitx/kcm-fcitx-.ebuild 
b/app-i18n/kcm-fcitx/kcm-fcitx-4.5..ebuild
similarity index 100%
rename from app-i18n/kcm-fcitx/kcm-fcitx-.ebuild
rename to app-i18n/kcm-fcitx/kcm-fcitx-4.5..ebuild



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2017-09-27 Thread Mike Gilbert
commit: 157bcac4f4584c263f97959853fe486f3c14f681
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 14:33:44 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157bcac4

app-i18n/fcitx: Update sed command.

 app-i18n/fcitx/fcitx-4..ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-i18n/fcitx/fcitx-4..ebuild 
b/app-i18n/fcitx/fcitx-4..ebuild
index 54b3183f34c..e70c390cd80 100644
--- a/app-i18n/fcitx/fcitx-4..ebuild
+++ b/app-i18n/fcitx/fcitx-4..ebuild
@@ -85,7 +85,8 @@ src_prepare() {
sed \
-e "/find_package(XkbFile REQUIRED)/i\\if(ENABLE_X11)" \
-e "/find_package(XkbFile REQUIRED)/s/^//" \
-   -e "/find_package(XkbFile REQUIRED)/a\\endif(ENABLE_X11)" \
+   -e "/find_package(XkbFile REQUIRED)/a\\
find_package(XKeyboardConfig REQUIRED)\nendif(ENABLE_X11)" \
+   -e "/^find_package(XKeyboardConfig REQUIRED)/,+1d" \
-i CMakeLists.txt
 
cmake-utils_src_prepare



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/

2017-09-27 Thread Mike Gilbert
commit: 20aa8f2b10c0b3791bde0d2980746ffc1af852d4
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Wed Sep 27 09:53:40 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20aa8f2b

app-i18n/fcitx-sayura: Call gnome2_icon_cache_update().

 app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild 
b/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
index 7fa16cafd78..84cda092656 100644
--- a/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
+++ b/app-i18n/fcitx-sayura/fcitx-sayura-4..ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-inherit cmake-utils
+inherit cmake-utils gnome2-utils
 
 if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
@@ -31,3 +31,11 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 DOCS=()
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2017-09-27 Thread Mike Gilbert
commit: 3c865b6fc70711ea764825af0a3cf70b2378507f
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 23:14:28 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c865b6f

app-i18n/fcitx-m17n: Use ${Fcitx_major_version}. version scheme for live 
ebuild.

 .../fcitx-m17n/{fcitx-m17n-.ebuild => fcitx-m17n-4..ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-.ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild
similarity index 88%
rename from app-i18n/fcitx-m17n/fcitx-m17n-.ebuild
rename to app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild
index b6fd196b409..813ccc34e11 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-m17n;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="m17n-provided input methods for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-m17n;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2017-09-27 Thread Mike Gilbert
commit: 2e9ca1298b1b94ba7eee98eac3e1aaf127d6fe0c
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 23:25:58 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9ca129

app-i18n/fcitx-m17n: Specify slot in dependency on app-i18n/fcitx.

 app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild
index 813ccc34e11..cf91063156a 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-4..ebuild
@@ -24,7 +24,7 @@ SLOT="4"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND=">=app-i18n/fcitx-4.2.8
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
dev-libs/m17n-lib
virtual/libintl"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2017-09-27 Thread Mike Gilbert
commit: 3f2bdf7c13fd7cab9cb8b1e3ec8d6973e8f0c7ac
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 23:46:27 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:57:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2bdf7c

app-i18n/fcitx-m17n: Version bump (0.2.4).

 app-i18n/fcitx-m17n/Manifest|  1 +
 app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-i18n/fcitx-m17n/Manifest b/app-i18n/fcitx-m17n/Manifest
index 640dbe0763e..23545fe55f4 100644
--- a/app-i18n/fcitx-m17n/Manifest
+++ b/app-i18n/fcitx-m17n/Manifest
@@ -1 +1,2 @@
 DIST fcitx-m17n-0.2.3.tar.xz 33504 SHA256 
84f9a9ac9e8c94db0c124d1c9cafa352191894b4d04d926611c5b0759e86de39 SHA512 
6e78b70fb2e3139a59f49d25026c075893a8f192dd2083641ab3e56595a4f631ff13307dd647fd0eedd510dade690d97b44cbdeca96e086855f73910dc5d02af
 WHIRLPOOL 
e007a15f5908f37c115934e77ffbb446621ca132e87d13dea7aaed98e1cc566f1376229739572664b1cc90a9ef0ed6f4fafec719310a98815a4bc7d70625e5a3
+DIST fcitx-m17n-0.2.4.tar.xz 35076 SHA256 
cf82158b907ba6b79aad3e4c26f9e0e2457a270619548adc31e9f77412144597 SHA512 
b7c483e9c88e58a47ead294c36ed182558f09b41996e97faaba9fd3a96612f6a0fc240fdcb95db9a08c1546abe5fc97337957e2124844bd011363b7468f6e112
 WHIRLPOOL 
5559814bb1756b57e873eff4e5a2b36855da9fd84319bef091a931d8e7172b0fc519ca019c7a541e694d5dc3a26981d37d42d49e574dd654e0040e682bc650f3

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
new file mode 100644
index 000..b88697a1c67
--- /dev/null
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-0.2.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit cmake-utils
+
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/fcitx/fcitx-m17n;
+fi
+
+DESCRIPTION="m17n-provided input methods for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-m17n;
+if [[ "${PV}" =~ (^|\.)$ ]]; then
+   SRC_URI=""
+else
+   SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;
+fi
+
+LICENSE="LGPL-2.1+"
+SLOT="4"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/fcitx-4.2.9:4
+   dev-libs/m17n-lib
+   virtual/libintl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=()



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2017-09-27 Thread Mike Gilbert
commit: 427666571f9936f21d1e15bdcdee8f1ab3727ca6
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 20:38:01 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42766657

app-i18n/fcitx: Use ${Fcitx_major_version}. version scheme for live ebuild.

 app-i18n/fcitx/fcitx-4.2.9.3.ebuild   | 6 +++---
 app-i18n/fcitx/{fcitx-.ebuild => fcitx-4..ebuild} | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/fcitx/fcitx-4.2.9.3.ebuild 
b/app-i18n/fcitx/fcitx-4.2.9.3.ebuild
index 6a1c4258963..a6b5e59f576 100644
--- a/app-i18n/fcitx/fcitx-4.2.9.3.ebuild
+++ b/app-i18n/fcitx/fcitx-4.2.9.3.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils gnome2-utils xdg-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Fcitx (Flexible Context-aware Input Tool with eXtension) input 
method framework"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI="https://download.fcitx-im.org/data/pinyin.tar.gz -> 
fcitx-data-pinyin.tar.gz
https://download.fcitx-im.org/data/table.tar.gz -> 
fcitx-data-table.tar.gz
https://download.fcitx-im.org/data/py_stroke-20121124.tar.gz -> 
fcitx-data-py_stroke-20121124.tar.gz
@@ -77,7 +77,7 @@ PATCHES=(
 DOCS=(AUTHORS ChangeLog THANKS)
 
 src_prepare() {
-   if [[ "${PV}" == "" ]]; then
+   if [[ "${PV}" =~ (^|\.)$ ]]; then
ln -s "${DISTDIR}/fcitx-data-pinyin.tar.gz" 
src/im/pinyin/data/pinyin.tar.gz || die
ln -s "${DISTDIR}/fcitx-data-table.tar.gz" 
src/im/table/data/table.tar.gz || die
ln -s "${DISTDIR}/fcitx-data-py_stroke-20121124.tar.gz" 
src/module/pinyin-enhance/data/py_stroke-20121124.tar.gz || die

diff --git a/app-i18n/fcitx/fcitx-.ebuild 
b/app-i18n/fcitx/fcitx-4..ebuild
similarity index 97%
rename from app-i18n/fcitx/fcitx-.ebuild
rename to app-i18n/fcitx/fcitx-4..ebuild
index 92282aeb542..54b3183f34c 100644
--- a/app-i18n/fcitx/fcitx-.ebuild
+++ b/app-i18n/fcitx/fcitx-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils gnome2-utils xdg-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Fcitx (Flexible Context-aware Input Tool with eXtension) input 
method framework"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI="https://download.fcitx-im.org/data/pinyin.tar.gz -> 
fcitx-data-pinyin.tar.gz
https://download.fcitx-im.org/data/table.tar.gz -> 
fcitx-data-table.tar.gz
https://download.fcitx-im.org/data/py_stroke-20121124.tar.gz -> 
fcitx-data-py_stroke-20121124.tar.gz
@@ -73,7 +73,7 @@ DEPEND="${RDEPEND}
 DOCS=(AUTHORS ChangeLog THANKS)
 
 src_prepare() {
-   if [[ "${PV}" == "" ]]; then
+   if [[ "${PV}" =~ (^|\.)$ ]]; then
ln -s "${DISTDIR}/fcitx-data-pinyin.tar.gz" 
src/im/pinyin/data/pinyin.tar.gz || die
ln -s "${DISTDIR}/fcitx-data-table.tar.gz" 
src/im/table/data/table.tar.gz || die
ln -s "${DISTDIR}/fcitx-data-py_stroke-20121124.tar.gz" 
src/module/pinyin-enhance/data/py_stroke-20121124.tar.gz || die



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/

2017-09-27 Thread Mike Gilbert
commit: 1b4cadf88b5643baea6adef2d9769f0ed138d145
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Sep 26 20:46:27 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep 27 19:56:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b4cadf8

app-i18n/fcitx-chewing: Use ${Fcitx_major_version}. version scheme for live 
ebuild.

 app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild | 4 ++--
 .../{fcitx-chewing-.ebuild => fcitx-chewing-4..ebuild}| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild
index d0cd526b77c..c6ba5224f16 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-0.2.3.ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils gnome2-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-chewing;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Chinese Chewing input method for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-chewing;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-4..ebuild
similarity index 90%
rename from app-i18n/fcitx-chewing/fcitx-chewing-.ebuild
rename to app-i18n/fcitx-chewing/fcitx-chewing-4..ebuild
index cc0804d0cb2..81658f7c320 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-4..ebuild
@@ -5,7 +5,7 @@ EAPI="6"
 
 inherit cmake-utils gnome2-utils
 
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
inherit git-r3
 
EGIT_REPO_URI="https://github.com/fcitx/fcitx-chewing;
@@ -13,7 +13,7 @@ fi
 
 DESCRIPTION="Chinese Chewing input method for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-chewing;
-if [[ "${PV}" == "" ]]; then
+if [[ "${PV}" =~ (^|\.)$ ]]; then
SRC_URI=""
 else
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz;



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

2017-09-27 Thread Zac Medico
commit: efc09c8c4fd67c2393aaad29f9b8db2157006956
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 27 19:48:53 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 27 19:54:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc09c8c

dev-python/celery: add eventlet and unittest2 to test deps for 4.0.2

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-python/celery/celery-4.0.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/celery/celery-4.0.2.ebuild 
b/dev-python/celery/celery-4.0.2.ebuild
index 83b0e06fec0..fc0a3fd8e29 100644
--- a/dev-python/celery/celery-4.0.2.ebuild
+++ b/dev-python/celery/celery-4.0.2.ebuild
@@ -32,6 +32,7 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
>=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+   dev-python/eventlet[${PYTHON_USEDEP}]
dev-python/gevent[$(python_gen_usedep python2_7)]
>=dev-python/pymongo-2.6.2[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
@@ -43,6 +44,7 @@ DEPEND="
>=dev-python/boto-2.13.3[${PYTHON_USEDEP}]
>=dev-python/pyzmq-13.1.0[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+   >=dev-python/unittest2-0.5.1[${PYTHON_USEDEP}]
)
doc? (
dev-python/docutils[${PYTHON_USEDEP}]



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

2017-09-27 Thread Keri Harris
commit: b7d110535e5ca0d57417f4424c496aa156d0c296
Author: Keri Harris  gentoo  org>
AuthorDate: Wed Sep 27 19:42:14 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Wed Sep 27 19:42:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d11053

dev-lang/xsb: XSB module does not require linking with ODBC shared libraries

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lang/xsb/Manifest | 2 +-
 dev-lang/xsb/xsb-3.7.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/xsb/Manifest b/dev-lang/xsb/Manifest
index 578239efd8e..4dd3433f2a5 100644
--- a/dev-lang/xsb/Manifest
+++ b/dev-lang/xsb/Manifest
@@ -1,4 +1,4 @@
 DIST XSB360.tar.gz 12842882 SHA256 
bb8d2b30e598574e263ddb48b7569e5582953a0c4f8b16d55f6bbf306e9e7faa SHA512 
2ac2f4d4c7501479648b7f618815d4cd996969791a617f2148ef7498cf08bacd67eab298136303b6804cb689129ae3365e1490ec693f2232f9c9f1ad515d9c6c
 WHIRLPOOL 
057a1939ff4115c2fc4cd91f10458a4d89847b6394723ea05a4a86d9e7986ee3c03f7ff1b2eff2389ec3c1be7d20b69cdf77be016066cf261b2af131dfbb2176
 DIST XSB370.tar.gz 12322913 SHA256 
282936b17ca581e6f546a4cb15687653ad19144897c4776b01a8caf7027ebc6d SHA512 
e2c11b0e5fbbffc2fb6d493e39b7dd74de43509ea1c844f1b3e5d1002c116d6fb8b245905b7b512499e40765a6603d4bef883052bdeec4a3078011c305f85a9f
 WHIRLPOOL 
7fad63fbd66e902eaccc5ae1e542787a824d4396df1a49f08b003cada4f424eaf563b0eff693296e7adecb46bfd24931938baf5dde95ad01694dfcdf4b2fb4ef
 DIST xsb-3.6.0-gentoo-patchset-2.tar.gz 7051 SHA256 
14fe682df72677e09c9ecaee7a1ef1b0f8f155344789ce90a917bc5a02735947 SHA512 
285211c9d1fa52acff707b0ad38f3da06374b8ac187ad66e9148508cbc0ec5c0f60b3e4461705b072510360ce72f81b5d5cfa4bbd1258510e7abfbbe8f0788b0
 WHIRLPOOL 
5c82f3b268a86b0f5bdbf0a4ffbe755253367d6d84cb24f7c6c2bf216833fb40afe4ca357148c882d57cc754cd75fc1ff7beca3084eeb104a015581e5872b337
-DIST xsb-3.7.0-gentoo-patchset-0.tar.gz 5111 SHA256 
cd907853e43ab9a6249511a9313cde4d0c2484ffd35c6fb1f82310fdcd6c7e16 SHA512 
6bee94326c99a186b61f4eea62fab4d5d61c3dead65adbf2543249f16febe463e45d23f8b761ef11a276cc29cc3558a592a58c168fcc4265ccdfc83b75dfb4ed
 WHIRLPOOL 
4146000f30cdd8c64bc15521e3ffb086aee43efabce13267191f3191af4f7b33bf10b02c0fdd73d20bffdd02bd0daff2c9f34292eabc963dcfcfbb902bf41dbd
+DIST xsb-3.7.0-gentoo-patchset-1.tar.gz 5297 SHA256 
c0340b390be98fdda506e7f7d2e34b03310be2a81964eec5875f1daccd1bfc30 SHA512 
f8d8e9d12aa8daeb0942a7983ca43ac4db773de890efbff03ef5558f5d5ae09ad5d6bdf5171df6de3705a10186ae3f6e43c9bb1759dbd8e5315ca2ce1d7e53c7
 WHIRLPOOL 
f9be3b49b6df83a03c712ea1bb36dbad576d537fe4a6978058d8c9a64ea06059d7360097c667a92182d54eed5f34becdcd66df7c22f8e2f9bd0781c894863b89

diff --git a/dev-lang/xsb/xsb-3.7.0.ebuild b/dev-lang/xsb/xsb-3.7.0.ebuild
index c4e8881e2b0..71da6b46bd6 100644
--- a/dev-lang/xsb/xsb-3.7.0.ebuild
+++ b/dev-lang/xsb/xsb-3.7.0.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 
 MY_P="XSB${PV//./}"
 
-PATCHSET_VER="0"
+PATCHSET_VER="1"
 
 inherit eutils autotools java-pkg-opt-2
 



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

2017-09-27 Thread Zac Medico
commit: 2c0066b963aaf722b30f22c3a730633109d14f59
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Sep 27 19:35:10 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Sep 27 19:37:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0066b9

dev-python/pytest: version bump to 3.2.2

Bug: https://bugs.gentoo.org/632178
Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-python/pytest/Manifest|  1 +
 dev-python/pytest/pytest-3.2.2.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
index d6eff506c1c..3b64c1dbbdc 100644
--- a/dev-python/pytest/Manifest
+++ b/dev-python/pytest/Manifest
@@ -3,3 +3,4 @@ DIST pytest-3.0.3.tar.gz 731934 SHA256 
f213500a356800a483e8a146ff971ae14a8df3f2c
 DIST pytest-3.0.6.tar.gz 748748 SHA256 
643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940 SHA512 
0e983f1f52c18327537d20be30425f4c74037d1fbf6b4aedf2646cf21d450fa9b2b20625f26f5db759b4fe1fd28c6640cb1df88e667efaeea6642e7f02f01e06
 WHIRLPOOL 
708e5041135883ba31d9712880672f64bf05c0bf40a544061cb42fed4d2aec111bfdf82b63f10e8a87c2b76870e3ea364b396258f0674d2199e43fe93cf2922e
 DIST pytest-3.0.7.tar.gz 743866 SHA256 
b70696ebd1a5e6b627e7e3ac1365a4bc60aaf3495e843c1e70448966c5224cab SHA512 
f458929614fca5bc9542b9adfe2fa5d2c5b97ec13e331d3a9caf256d2d005b3dad9c11d01b2eb62332648f90608ba297a1edc2c20b7630ec4f69114299720a2a
 WHIRLPOOL 
2febc111fed67573296f8c4a758ea36c2a2e81bd425442beace139f7e1bd3eaab7aa2fdcf8e0280871b0692e19d70efe18d780e4dd7336c9dd5d6fb0db2df6c5
 DIST pytest-3.1.2.tar.gz 766406 SHA256 
795ec29fbba70b22a593691ce8bcd4bdde2dc96e8099731f73c7d8bb3ce879bf SHA512 
6b8bf6280481295585169798351105749301a2b088fa89a48c463578a25edcb1fe7ea4100668bc3013a0a6dfd0ceab31c683e9280ece4f79575ca37909502d5c
 WHIRLPOOL 
5c685f928080a5d6d1a979a0dbda1bc851eff855c76bb471ebf131047506c934e68a2e4733c4b265d291558ec1084d0276e77e469bd3d5ec0d91daa97c5eb989
+DIST pytest-3.2.2.tar.gz 786396 SHA256 
f46e49e0340a532764991c498244a60e3a37d7424a532b3ff1a6a7653f1a403a SHA512 
6df3a50e7d1efeaf7a283920b16d1daf800798f422bc851b0aacd2bbd5cb0a88c95f9057fae49943b9dfe6527ed552cdf8d983b944ab91d0af252ee4f6eb82db
 WHIRLPOOL 
6d41e74696ed879d78f8a50dabb7775fa7631bfd5a6a1dd9df89269d6d3174683776982451f83b32c197cd801796e671e7431b542376a7d343b00e9fc21616b3

diff --git a/dev-python/pytest/pytest-3.2.2.ebuild 
b/dev-python/pytest/pytest-3.2.2.ebuild
new file mode 100644
index 000..c949a1553ce
--- /dev/null
+++ b/dev-python/pytest/pytest-3.2.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple powerful testing with Python"
+HOMEPAGE="http://pytest.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+# When bumping, please check setup.py for the proper py version
+PY_VER="1.4.33"
+COMMON_DEPEND="
+   >=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${COMMON_DEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hypothesis-3.5.2[${PYTHON_USEDEP}]
+   >dev-python/pytest-xdist-1.13[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${COMMON_DEPEND}
+   !dev-python/logilab-common
+"
+
+python_prepare_all() {
+   chmod o-w *egg*/* || die
+   # Disable versioning of py.test script to avoid collision with
+   # versioning performed by the eclass.
+   sed -e "s/return points/return {'py.test': target}/" -i setup.py || die 
"sed failed"
+   grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py 
dependency"
+
+   # Something in the ebuild environment causes this to hang/error.
+   # https://bugs.gentoo.org/598442
+   rm testing/test_pdb.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_nose.py not written to suit py3.2 in pypy3
+   if [[ "${EPYTHON}" == pypy3 ]]; then
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX \
+   --ignore=testing/BUILD_nose.py \
+   || die "tests failed with ${EPYTHON}"
+   else
+   "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py --lsof -rfsxX testing 
|| die "tests failed with ${EPYTHON}"
+   fi
+}
+
+python_compile_all(){
+   use doc && emake -C doc/en html
+}
+
+python_install_all() {
+   use doc && 

[gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/

2017-09-27 Thread José María Alonso
commit: 44d8e66a31224b92acb92e1bcdfbf290752a4132
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:30:20 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:30:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d8e66a

dev-lisp/trivial-gray-streams: Drops old version

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/trivial-gray-streams/Manifest |  1 -
 .../trivial-gray-streams-20081102.ebuild   | 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-lisp/trivial-gray-streams/Manifest 
b/dev-lisp/trivial-gray-streams/Manifest
index d4ad223f9e5..eb7f748b73f 100644
--- a/dev-lisp/trivial-gray-streams/Manifest
+++ b/dev-lisp/trivial-gray-streams/Manifest
@@ -1,2 +1 @@
-DIST trivial-gray-streams-2008-11-02.tar.gz 3522 SHA256 
827eff9528b469f18c332d0dec68a2498ca9261950635b1cd8e589a492b589a4 SHA512 
81ca798988511237a5a4c9ae4e0b15253404c47e245cc644211ffc58015fd46fa1623fecf7f07ea5df7acf80fff24782410ef832f08fd55f71c57daad6ced787
 WHIRLPOOL 
07b4ba232c7a6156667a084adf56684c3d04ace96d56a282298fd7e284760b60c1fefa09f90053e1400fed5c2d6cb25dbb2756697c08ad15b2647fd72933e26e
 DIST trivial-gray-streams-20170830.tar.bz2 7520 SHA256 
0aa3640bb5862b3427950d6732c0d3cef18a7b3d401d50f2ec8537017bd9db07 SHA512 
4fbcfff5f2875daaf9c9bb286e2f753fccbb9840bb3c3593b9755204475aaf34241c1ffc2c93b5bf2c3428400e91082b01f15812eb51251afcabe9a57d5df3fa
 WHIRLPOOL 
0d18affea069d4871277cbe64d6e09a2b90ee6de189e3108fdd6c7b76faf84021b191509958dc3ffcc71af9f9ad5a8983ba4d3c7dc773b0e24981cabf02746fe

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
deleted file mode 100644
index 5623bd14680..000
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
-HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/;
-SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
-   unpack ${A}
-   rm "${S}"/Makefile
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-zbar/

2017-09-27 Thread Mart Raudsepp
commit: 87c7d00a1ae8daef8d07ccc314e592d67bd984ca
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Sep 27 19:28:31 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Sep 27 19:29:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c7d00a

media-plugins/gst-plugins-zbar: new package for bar codes detection in video 
streams

Closes: https://bugs.gentoo.org/628306
Package-Manager: Portage-2.3.8, Repoman-2.3.2

 media-plugins/gst-plugins-zbar/Manifest|  1 +
 .../gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild| 14 ++
 media-plugins/gst-plugins-zbar/metadata.xml|  8 
 3 files changed, 23 insertions(+)

diff --git a/media-plugins/gst-plugins-zbar/Manifest 
b/media-plugins/gst-plugins-zbar/Manifest
new file mode 100644
index 000..5a6998c745f
--- /dev/null
+++ b/media-plugins/gst-plugins-zbar/Manifest
@@ -0,0 +1 @@
+DIST gst-plugins-bad-1.12.3.tar.xz 4707000 SHA256 
36d059761852bed0f1a7fcd3ef64a8aeecab95d2bca53cd6aa0f08054b1cbfec SHA512 
6df47381de3a2f4286d047c1e7de2c76dd4312c9806636e2012717282cde0f3e5b2d0ffa910c564c8e122b19363e842b663cce1eda7ae95a05d63d1dbbd52661
 WHIRLPOOL 
b4c1262a0ca63331f5cb38fecc6a26830234712d6d4409aed495b05e7cfe13760bf056767e54e17cb9899c3671f0a05b90199d80d0b47bacb2ee6d27b89a5457

diff --git a/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild 
b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild
new file mode 100644
index 000..5539c263369
--- /dev/null
+++ b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.12.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="Bar codes detection in video streams for GStreamer"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=media-gfx/zbar-0.10_p20121015-r2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"

diff --git a/media-plugins/gst-plugins-zbar/metadata.xml 
b/media-plugins/gst-plugins-zbar/metadata.xml
new file mode 100644
index 000..fb1ea7216a8
--- /dev/null
+++ b/media-plugins/gst-plugins-zbar/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gstrea...@gentoo.org
+   GStreamer package maintainers
+
+



[gentoo-commits] proj/lisp:master commit in: dev-lisp/trivial-gray-streams/

2017-09-27 Thread José María Alonso
commit: f2e31621446d25ad7178c45303898d23facd61a8
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:28:21 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:28:21 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f2e31621

dev-lisp/trivial-gray-streams: Drops old version

Package-Manager: Portage-2.3.8, Repoman-2.3.1
Manifest-Sign-Key: 0x7FEB832CF253DB15

 .../trivial-gray-streams-20081102.ebuild   | 27 --
 1 file changed, 27 deletions(-)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
deleted file mode 100644
index 3a799768..
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20081102.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit common-lisp-3
-
-MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp 
implementations"
-HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/;
-SRC_URI="http://common-lisp.net/project/cl-plus-ssl/download/${MY_P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${MY_P}
-
-src_unpack() {
-   unpack ${A}
-   rm "${S}"/Makefile
-}



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

2017-09-27 Thread José María Alonso
commit: 7abcb178f5c25be769c5aa6358194a9da8525965
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:19:31 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:19:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abcb178

dev-lisp/cl-ppcre: Stable on amd64 and x86

Gentoo-Bug: 629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild 
b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
index ba65b3febed..df216d535ff 100644
--- a/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
+++ b/dev-lisp/cl-ppcre/cl-ppcre-2.0.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="dev-lisp/flexi-streams"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/cl-ppcre-unicode/

2017-09-27 Thread José María Alonso
commit: e54f4dbec6f54544002f0b1c574f43c00eb62bd3
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:18:07 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:18:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54f4dbe

dev-lisp/cl-ppcre-unicode: Stable on amd64 and x86

Gentoo-Bug: 629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild 
b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
index 4be28602628..d8ce4648602 100644
--- a/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
+++ b/dev-lisp/cl-ppcre-unicode/cl-ppcre-unicode-2.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/edicl/cl-ppcre/archive/${MY_P}.tar.gz -> cl-ppcre-${
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="=dev-lisp/cl-ppcre-${PV}*



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

2017-09-27 Thread José María Alonso
commit: 7d74be44e92f1fd514ace8eac79f86fdf2e8e340
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:11:39 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:11:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d74be44

dev-lisp/cl-unicode: Stable on amd64 and x86

Gentoo-Bug: 629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild 
b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
index 2472c1d5832..eb1a89c6b5f 100644
--- a/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
+++ b/dev-lisp/cl-unicode/cl-unicode-0.1.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND="virtual/commonlisp



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

2017-09-27 Thread José María Alonso
commit: b43753bfa99087a18b95f928347e5c2c2de45f37
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:08:38 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:08:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b43753bf

dev-lisp/flexi-streams: Stable on amd64 and x86

Gentoo-Bug: 629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild 
b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
index 722cdce44ef..f9d5b59764d 100644
--- a/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
+++ b/dev-lisp/flexi-streams/flexi-streams-1.0.16.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/edicl/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/trivial-gray-streams/

2017-09-27 Thread José María Alonso
commit: 631bbf0ca3c3efdbb87258e05f27004759c5586c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 19:06:54 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 19:06:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631bbf0c

dev-lisp/trivial-gray-streams: Stable on amd64 and x86

Gentoo-Bug: 629378

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild 
b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
index 127f7c34107..63d5924ffdb 100644
--- a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
+++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}"



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

2017-09-27 Thread José María Alonso
commit: a1a76abd89a6c1cb420c5b35472e470192345d7a
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Sep 27 18:57:53 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Sep 27 18:58:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a76abd

dev-lisp/sbcl: Removes unused patches

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

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lisp/sbcl/files/concurrency-test.patch  | 16 
 dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch | 14 --
 2 files changed, 30 deletions(-)

diff --git a/dev-lisp/sbcl/files/concurrency-test.patch 
b/dev-lisp/sbcl/files/concurrency-test.patch
deleted file mode 100644
index 2c97488cc3d..000
--- a/dev-lisp/sbcl/files/concurrency-test.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -r -U1 sbcl-1.1.12.orig/contrib/sb-concurrency/tests/test-frlock.lisp 
sbcl-1.1.12/contrib/sb-concurrency/tests/test-frlock.lisp
 sbcl-1.1.12.orig/contrib/sb-concurrency/tests/test-frlock.lisp 
2013-09-30 20:15:42.0 +0700
-+++ sbcl-1.1.12/contrib/sb-concurrency/tests/test-frlock.lisp  2013-10-14 
20:43:05.586366791 +0700
-@@ -19,5 +19,5 @@
- 
--(defun test-frlocks ( (reader-count 100) (read-count 100)
-+(defun test-frlocks ( (reader-count 50) (read-count 50)
-   (outer-read-pause 0) (inner-read-pause 0)
--  (writer-count 10) (write-count 1)
-+  (writer-count 10) (write-count 5000)
-   (outer-write-pause 0.0001) (inner-write-pause 0))
-@@ -84,3 +84,3 @@
- (handler-case
--(sb-ext:with-timeout 60 (test-frlocks))
-+(sb-ext:with-timeout 240 (test-frlocks))
-   (sb-ext:timeout (c)

diff --git a/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch 
b/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch
deleted file mode 100644
index b5c59305118..000
--- a/dev-lisp/sbcl/files/gentoo-fix_linux-os-c.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/src/runtime/linux-os.c   2009-05-01 13:30:51.0 +0300
-+++ b/src/runtime/linux-os.c   2010-03-24 02:30:48.0 +0200
-@@ -56,11 +56,7 @@
- #include "cheneygc-internal.h"
- #endif
- 
--#ifdef LISP_FEATURE_X86
--/* Prototype for personality(2). Done inline here since the header file
-- * for this isn't available on old versions of glibc. */
- int personality (unsigned long);
--#endif
- 
- size_t os_vm_page_size;
- 



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

2017-09-27 Thread Keri Harris
commit: bcd77a6b385245c78d50769b410680a96c28400c
Author: Keri Harris  gentoo  org>
AuthorDate: Wed Sep 27 18:56:41 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Wed Sep 27 18:56:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd77a6b

dev-lang/mercury-extras: filter out java+erlang grades for Mercury packages 
that do not have java/erlang bindings

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lang/mercury-extras/Manifest  | 2 +-
 dev-lang/mercury-extras/mercury-extras-13.05.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/mercury-extras/Manifest b/dev-lang/mercury-extras/Manifest
index 27275008951..3b0092588c3 100644
--- a/dev-lang/mercury-extras/Manifest
+++ b/dev-lang/mercury-extras/Manifest
@@ -1,4 +1,4 @@
-DIST mercury-extras-13.05.2-gentoo-patchset-1.tar.gz 3513 SHA256 
0d57f37e67fa7092243eaaf1edad5024628ff7ce40545aa722baa514d3553ddf SHA512 
bd2639de9195519803c2653c898928203bdad83b04cbd868bc74f98b605bc80791c50c16546c545d8bfcd605eebef7dff9ca79be4022eb601f54b29c748e2f9d
 WHIRLPOOL 
703faf67f9be5877225d75d47b8752f94bb55276f9858120bc3c25eb90f3d07e369bebdd64a64a35524fca7621162687146fc1c5993af58956775562ec8ad331
+DIST mercury-extras-13.05.2-gentoo-patchset-2.tar.gz 3513 SHA256 
e9ae698655daa5b4e2e71dcad19281b5de6b6f9086f23c305f43c7330f7c387d SHA512 
b47820a22ad67dd6fab3e14d58a9ce3a8284a32ce9970acec10f6296213a6bfe0821185f00dbc4492f7b063376049edf87e0e746d90beabd19b786eda8b7354c
 WHIRLPOOL 
ac8c6377a2656872f58346ff737580086f2933c0658babee440fbfef11a1a2e53f1e8fde053d9f1d1b74eed75a8d37e04c1b4ab13fa93265a3e6fa0ece482343
 DIST mercury-extras-14.01-gentoo-patchset-1.tar.gz 3856 SHA256 
2ea27bc68834298dab3f9c1179681ac528b32f005493cd5027d0dbe52fbc SHA512 
c584efd4c7af54d2e8d5af0a63acced118f356527a2bf692262e37366e1018247aac8c1bb8f700f08f8f0a2c95d979e215e3c949ec1dc2994ab40048eb5b253c
 WHIRLPOOL 
4b5169eb5cdd70caa350e562c276a59bfe9eca5fc3d66d10a3e10b6b653d0a41dd18409c1d26a66a20d1cecf31282408fcbf2d3e5321f16a57f095dd4907165f
 DIST mercury-srcdist-13.05.2.tar.gz 53847394 SHA256 
8491cf419b996a315bf8664154dd91aed940274ded98e3aded733dbe1939f95f SHA512 
2298804d3a04bca6be4bd3046643c7c0d0b22c447423017869cd9bf3a4fb6ec9fd29b5d8e1a386d5d52d07be5cad73608f1fcacf46732a7add93a01dcd199c08
 WHIRLPOOL 
2a81bebfd4b97b9bb1b0e174025e6050149c8e5f812cd97cbdc41818faa18c15f9494925f1f320682087cc45264bc00db07bef6862afef12317f77cc169a7f86
 DIST mercury-srcdist-14.01.tar.gz 52683989 SHA256 
4446b7b4eafd35540495ef90ce93b71cb88efa2d744628aee80f76a694aefcc1 SHA512 
77f61df64fc150e08f191860f285b97d11a71a52eabc95f660b3c90d88f8ee71d1227f7ab4b8be78be9d4aa3d62a260a874020023e4795da4cfd2e6fefa9965f
 WHIRLPOOL 
a7123063590e39ae15222eb59a2c3681ae37bea211967c857eb8725090d342f0aba7a55446529f8608afb9895746581943527b1b3c313c5cbb96f638a3377404

diff --git a/dev-lang/mercury-extras/mercury-extras-13.05.2.ebuild 
b/dev-lang/mercury-extras/mercury-extras-13.05.2.ebuild
index 9f5036cdf1f..74983d84649 100644
--- a/dev-lang/mercury-extras/mercury-extras-13.05.2.ebuild
+++ b/dev-lang/mercury-extras/mercury-extras-13.05.2.ebuild
@@ -5,7 +5,7 @@ EAPI=2
 
 inherit eutils multilib
 
-PATCHSET_VER="1"
+PATCHSET_VER="2"
 MY_P=mercury-srcdist-${PV}
 
 DESCRIPTION="Additional libraries and tools that are not part of the Mercury 
standard library"



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

2017-09-27 Thread Patrice Clement
commit: 244899e9b0492eb521a4943e974e5a2e6540dbeb
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 27 18:48:19 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Sep 27 18:48:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244899e9

dev-python/brython: convert ebuild to python-single-r1.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-python/brython/brython-3.3.2-r1.ebuild | 36 ++
 1 file changed, 36 insertions(+)

diff --git a/dev-python/brython/brython-3.3.2-r1.ebuild 
b/dev-python/brython/brython-3.3.2-r1.ebuild
new file mode 100644
index 000..ca62031b60c
--- /dev/null
+++ b/dev-python/brython/brython-3.3.2-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit webapp python-single-r1
+
+DESCRIPTION="A Python 3 implementation for client-side web programming"
+HOMEPAGE="http://www.brython.info;
+SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   dodoc LICENCE.txt README.md
+   rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
+
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_src_install
+}



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

2017-09-27 Thread Patrice Clement
commit: 329b785f0a004de831429de8063d182787fcacf6
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 27 18:46:45 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Sep 27 18:48:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329b785f

dev-python/brython: clean up old.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-python/brython/Manifest |  2 --
 dev-python/brython/brython-3.3.0.ebuild | 32 
 dev-python/brython/brython-3.3.1.ebuild | 30 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
index cab04d5cc76..b40c4d0f214 100644
--- a/dev-python/brython/Manifest
+++ b/dev-python/brython/Manifest
@@ -1,4 +1,2 @@
-DIST brython-3.3.0.zip 9405649 SHA256 
4b63b4758bbf08e865fcda647e064265ddc12a6d0cdb76489a614c73c28a8d02 SHA512 
03b0dfcdd1be4a415423317d74fc0c941cdac5682a17a19ccf81d9b19058fda342d21397870a1a8e74a445155f7f736977278d21c38fb22251c8ed4a4489b194
 WHIRLPOOL 
5356a58b155b1783c9bc30c2e9d015660824002101fe6ab9fb183833b370a3aea71cc40ae4c67908f828e202a81968dfb9c4a77e825638f3f02439d56ed1a329
-DIST brython-3.3.1.zip 9420425 SHA256 
f485004d20de86877b9008d0942b308ad2f52565bafc2a2c6968ec43dd336a72 SHA512 
070573db3ef7cd571df32798564496f2036c375abb396785f2ad7fef321b028baa6f554642a6cb76a25e892b569d4c8ea6e4bc2251f8171b7721669d158470ec
 WHIRLPOOL 
a959cae1de4a6bbb4bc973861a14f3d4b976012a1f9853955163203ee9c1cc09178a7190a9289673c5c93fb5ad6adc994f776c1a56888586756ce1c2e51dc3fa
 DIST brython-3.3.2.zip 10140819 SHA256 
396326912d311d56ec6e2ba413f059e8f2242cd6ebb43154031f427df917a98c SHA512 
bfe93b238805de90a4421a3a0c210ed5bc863cf4609949252813d61b96bd1b52aa927eeac621932bec68ac8b23be793adee53327be387bae6a95db7ea89b5155
 WHIRLPOOL 
b25c136e30a943e188987a556d66e7b54adf4243109d1ca27747e2b16f6201b504ea35f5f4ddc22ad32d66ad4ab02e0ccef306439b8a6ef7f5b7149dc826
 DIST brython-3.3.3.zip 10040987 SHA256 
b48f236a55a220520ca98b5c1caf705d8eff1742e622c8440d7bc23632ca6984 SHA512 
e182a6c859cd18b90b205f751260b0b5c8d250746e48844c59cd61608dfdaf0fd6f0f25b8061de9505b7c5d094ac68fe57536c52cb31adb48f04c2cc5624e249
 WHIRLPOOL 
b604b4a0bba610fc84ca059696ed37fe8b6735a806c7616fb1f41a378271ab16e76f4f063a51568ec774af2ff694551ea4f67970a77230551223aaa1071c4be8

diff --git a/dev-python/brython/brython-3.3.0.ebuild 
b/dev-python/brython/brython-3.3.0.ebuild
deleted file mode 100644
index 631cd7add2e..000
--- a/dev-python/brython/brython-3.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-DESCRIPTION="A Python 3 implementation for client-side web programming"
-HOMEPAGE="http://www.brython.info;
-SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/python:*"
-
-DEPEND="${RDEPEND}"
-
-need_httpd_cgi
-
-src_install() {
-   dodoc LICENCE.txt README.md
-   rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
-
-   webapp_src_preinst
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_src_install
-}

diff --git a/dev-python/brython/brython-3.3.1.ebuild 
b/dev-python/brython/brython-3.3.1.ebuild
deleted file mode 100644
index 230fd50c523..000
--- a/dev-python/brython/brython-3.3.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit webapp
-
-DESCRIPTION="A Python 3 implementation for client-side web programming"
-HOMEPAGE="http://www.brython.info;
-SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="dev-lang/python:*"
-DEPEND="${RDEPEND}"
-
-need_httpd_cgi
-
-src_install() {
-   dodoc LICENCE.txt README.md
-   rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
-
-   webapp_src_preinst
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_src_install
-}



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

2017-09-27 Thread Patrice Clement
commit: c1e2bf39b83af2bec0338f4a492dcd9d11e2a22e
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Sep 27 18:46:13 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Sep 27 18:48:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e2bf39

dev-python/brython: version bump. convert ebuild to python-single-r1.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-python/brython/Manifest |  1 +
 dev-python/brython/brython-3.3.3.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest
index 6c55feb8a57..cab04d5cc76 100644
--- a/dev-python/brython/Manifest
+++ b/dev-python/brython/Manifest
@@ -1,3 +1,4 @@
 DIST brython-3.3.0.zip 9405649 SHA256 
4b63b4758bbf08e865fcda647e064265ddc12a6d0cdb76489a614c73c28a8d02 SHA512 
03b0dfcdd1be4a415423317d74fc0c941cdac5682a17a19ccf81d9b19058fda342d21397870a1a8e74a445155f7f736977278d21c38fb22251c8ed4a4489b194
 WHIRLPOOL 
5356a58b155b1783c9bc30c2e9d015660824002101fe6ab9fb183833b370a3aea71cc40ae4c67908f828e202a81968dfb9c4a77e825638f3f02439d56ed1a329
 DIST brython-3.3.1.zip 9420425 SHA256 
f485004d20de86877b9008d0942b308ad2f52565bafc2a2c6968ec43dd336a72 SHA512 
070573db3ef7cd571df32798564496f2036c375abb396785f2ad7fef321b028baa6f554642a6cb76a25e892b569d4c8ea6e4bc2251f8171b7721669d158470ec
 WHIRLPOOL 
a959cae1de4a6bbb4bc973861a14f3d4b976012a1f9853955163203ee9c1cc09178a7190a9289673c5c93fb5ad6adc994f776c1a56888586756ce1c2e51dc3fa
 DIST brython-3.3.2.zip 10140819 SHA256 
396326912d311d56ec6e2ba413f059e8f2242cd6ebb43154031f427df917a98c SHA512 
bfe93b238805de90a4421a3a0c210ed5bc863cf4609949252813d61b96bd1b52aa927eeac621932bec68ac8b23be793adee53327be387bae6a95db7ea89b5155
 WHIRLPOOL 
b25c136e30a943e188987a556d66e7b54adf4243109d1ca27747e2b16f6201b504ea35f5f4ddc22ad32d66ad4ab02e0ccef306439b8a6ef7f5b7149dc826
+DIST brython-3.3.3.zip 10040987 SHA256 
b48f236a55a220520ca98b5c1caf705d8eff1742e622c8440d7bc23632ca6984 SHA512 
e182a6c859cd18b90b205f751260b0b5c8d250746e48844c59cd61608dfdaf0fd6f0f25b8061de9505b7c5d094ac68fe57536c52cb31adb48f04c2cc5624e249
 WHIRLPOOL 
b604b4a0bba610fc84ca059696ed37fe8b6735a806c7616fb1f41a378271ab16e76f4f063a51568ec774af2ff694551ea4f67970a77230551223aaa1071c4be8

diff --git a/dev-python/brython/brython-3.3.3.ebuild 
b/dev-python/brython/brython-3.3.3.ebuild
new file mode 100644
index 000..ca62031b60c
--- /dev/null
+++ b/dev-python/brython/brython-3.3.3.ebuild
@@ -0,0 +1,36 @@
+# 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} )
+
+inherit webapp python-single-r1
+
+DESCRIPTION="A Python 3 implementation for client-side web programming"
+HOMEPAGE="http://www.brython.info;
+SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   dodoc LICENCE.txt README.md
+   rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
+
+   webapp_src_preinst
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_src_install
+}



[gentoo-commits] proj/linux-patches: New tag: 4.13-6

2017-09-27 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 18:47:20 2017 +

New tag: 4.13-6




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

2017-09-27 Thread Robin H. Johnson
commit: e9dc4206a285c22773c2dea0a11d73855501001b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Sep 27 18:27:10 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Sep 27 18:27:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9dc4206

sys-block/tw_cli: fix PORTDIR/licenses/ access.

Bug: https://bugs.gentoo.org/373349#c72
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-block/tw_cli/Manifest   |  1 +
 sys-block/tw_cli/tw_cli-10.2.2.1.ebuild | 12 
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sys-block/tw_cli/Manifest b/sys-block/tw_cli/Manifest
index ccd4da82b8f..775066e4e1c 100644
--- a/sys-block/tw_cli/Manifest
+++ b/sys-block/tw_cli/Manifest
@@ -1,5 +1,6 @@
 DIST CLI_freebsd-from_the_10.2.2.1_9.5.5.1_codesets.zip 1531484 SHA256 
656eb4d1666447ef10b08f9145b93b4f3dab6a27479fe14a4ceea451d7057f97 SHA512 
04738e9bd644561cf33d2f687159a0bcaf1ab56f340d19d88ecd0b038b89d5dd136b462189452c0578b90e1b276f9d0edc3204e5baebfc2730f319147b636708
 WHIRLPOOL 
7c2c3071994b27764a245a476da35041fd93535a2dcef6063d6024d382c80c06b5cd421aec48846a61a27c7f2926e145cc7e551418fa05e03119cc3c0938c4df
 DIST CLI_linux-from_the_10.2.2.1_9.5.5.1_codesets.zip 1878621 SHA256 
6616ac4c32a9f6c6e810bcbf032d7277506fdb72437433948c5e24deb1f23d9e SHA512 
e8a7f27401e7811d5f8533d839066bdf6d93eeb2cb1242b00af7fc559b0a34316f8e6dc80f68e869d97f44290ea32c9e65d1d857c1010009ad1a540252400e31
 WHIRLPOOL 
7ab832d43aeca8f067258adff35fac3e12c2db55653e7cf2e30249171bbcfd800740483d8181d32e31f51699f96a64d31eeb70c0ff94a9c262fc8cfd78182c7f
+DIST LSI-tw_cli 35638 SHA256 
a8663b973df457d6f3ca1c33da9d1bec76b50d4ca5d8d856cffbccf3a5058a31 SHA512 
1a1d35395ffccf70004b0c111d8c4a7e408cf0c57503bb4d1fdd608f9b71d6ea4d7488307dd6806eaf6557d65badd9c43aeea3e7c1ddae1c56962c85c2b868c9
 WHIRLPOOL 
c70d56c98e677ec11718664cfdbe31c75a158d14dae1632d8a032cf8b223914e736222c6638a658b17d0eb4d34c4328bff641fc9015d8bd613b2c1168fb98342
 DIST cli_freebsd_10.1.zip 1500092 SHA256 
f5f0eaf4ae90ec67837fa42e4e94a3f97b0b8a7b3efd88e980761c270f96fd85 SHA512 
b5463919975c53e191540b4b7c58d8b08ef45ad06f82fe61960f65a46c82230486bf53bc8c535a9fd8ef3e0698cc6676696a319f5e30b904211d7b614dd7a49d
 WHIRLPOOL 
c09a606273df20368866261b68f56c153e4c45c46a652b2f4cb016dc34c1ccab3b759c2681edccf7e3979605033229899c1bff7319344dc1bb09955332e61507
 DIST cli_freebsd_10.2.zip 1467421 SHA256 
73ea166d2e569e8d9d3ecc8069fd4d6a06b1fedb9b56607360b93f393e8029b5 SHA512 
2f47fd094b26415e71322ed1f1d0590988406a44fa5e7f09a45baae564ab1f391d3eb6f552a6d7c4e004ba10e707c8b415784445c379ad21ffc36ba2023006c8
 WHIRLPOOL 
5b43575f17e12330b99923aeb46013c6b6db806efa4ee9275d6ee01dba29104366b11fd5dfd2287e21072920b61c4783d5925cd403b9782121790164e0f325be
 DIST cli_linux_10.1.zip 1845534 SHA256 
ae89aef7a309d37de76e870fc56c0dd0f08e5849eb3388e3c05a1f8b134b2be3 SHA512 
8e424042f8892d4fb77664a444f2ee2a55406929013d19c79612e4d0347338b68ebf9e11cdcb2895544b53705ec9401f35581d27e34e6465e06c16a5cb60096e
 WHIRLPOOL 
3bbcd22546cec3bf4c286b106209485a2392f8bc8c084eedec4d8c9068152fb22e5be7042b2d6ede4b7fb78cbb1b67bc9061112ad162c20c8da8879db527e700

diff --git a/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild 
b/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild
index 8814406..85ea0c50558 100644
--- a/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild
+++ b/sys-block/tw_cli/tw_cli-10.2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,11 @@ 
SRC_URI_BASE="http://www.lsi.com/downloads/Public/SATA/SATA%20Common%20Files/;
 SRC_URI_A_linux="CLI_linux-from_the_${PV}_${ThreeDM2_PV}_codesets.zip"
 SRC_URI_A_fbsd="CLI_freebsd-from_the_${PV}_${ThreeDM2_PV}_codesets.zip"
 SRC_URI="kernel_linux? ( ${SRC_URI_BASE}/${SRC_URI_A_linux} )
-kernel_FreeBSD? ( ${SRC_URI_BASE}/${SRC_URI_A_fbsd} )"
+kernel_FreeBSD? ( ${SRC_URI_BASE}/${SRC_URI_A_fbsd} )
+
https://gitweb.gentoo.org/repo/gentoo.git/plain/licenses/LSI-tw_cli;
+# The license is not available easily from upstream (embedded in a textbox),
+# nor in the upstream tarball, but needs to be installed, and can't be
+# referenced via PORTDIR per bug #373349.
 # the minor ver on the end changes...
 RELNOTES="${SRC_URI_BASE}/${PV}_Release_Notes.pdf"
 
@@ -82,9 +86,9 @@ src_install() {
dohtml *.html
dodoc *.txt
 
-   # to comply with license requirement 3.1.b
+   # to comply with license requirement 3.1.b, per upstream request.
insinto /opt/tw_cli
-   newins ${PORTDIR}/licenses/${LICENSE} LICENSE
+   newins ${DISTDIR}/${LICENSE} LICENSE
 }
 
 pkg_postinst() {



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

2017-09-27 Thread Mike Pagano
commit: c25b84569c363cd896b401ee7871f0cd077cd71e
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 27 18:23:50 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 18:24:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25b8456

sys-kernel/gentoo-sources: Linux patch 4.9.52

Package-Manager: Portage-2.3.10, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 36555d80d1a..3a17849ec27 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -40,6 +40,9 @@ DIST genpatches-4.9-52.extras.tar.xz 17360 SHA256 
1af3c73df08a680e8dede7f24554eb
 DIST genpatches-4.9-53.base.tar.xz 1032388 SHA256 
f36bd451866b656bf3e7dd4f5accb03e61c332aa3c9837b2bbe4697a87198cc8 SHA512 
4a17fcb0f8f86baad909e808a53c6b6b04480e582d6f00e86225e4a60463e942ecc02f0de822acd733eae870c1d76aab3b295d2c0b7c79a22e2b6211b93a6d29
 WHIRLPOOL 
c88fad18a5a390f868035057fd7485fe5d6e09a8f77f1bfbc5816968ffa6f5cc1f38b1b6427ccf9f2f1043dea04dc27e131c632a11f5e985610345b7a5cda72f
 DIST genpatches-4.9-53.experimental.tar.xz 106396 SHA256 
d7c1f6c822d7fa5dc33b290d909e4432d66fecf98eab1f641f4af948aaa9c4b2 SHA512 
4e2831bd84a18b204739d93ca3a33ed19224da614e12823a90181dea6213dbbffa5e52e4db1a9529abf9d762af6c918da33936231f7def4c82e95e766b32394a
 WHIRLPOOL 
8c3f16bc66e6b676508fd4752fca8c00dd7e496ae64ed3ae957dca8b4e6ac3d2d299400550c4f1af2a3c5da3c370c472a330cdd6ada93bd388ae49dfef034b49
 DIST genpatches-4.9-53.extras.tar.xz 17340 SHA256 
b22021fa7cb0f4254273fe61ba14e7c305b501de422709836648ec7950d81bd2 SHA512 
9080bff5dde940c4c96e18e9fd2a6b29946511424cd5bf6c7467efd7d1301a7401155514d97fa5a890339ba84525f36f7a4c272fece3faae3dfaaf24d1498ac1
 WHIRLPOOL 
f5a58a73291aebb4f7b2c0a9bab67605b9e41b9f495cafaaff2ad8581f93116692bf458b75b60ee1fdd9a803cc8643b99cd9fd3976512410c4fea66cba216e58
+DIST genpatches-4.9-54.base.tar.xz 1053504 SHA256 
ad6728a6e84a45aa9a84215f72ba1daed8c9681b61d9470b0fed24c285aec82a SHA512 
3e64d39f3d7d0c1d68cca6b27df1e374970f0b42f47ff6bc900a1a12d1305093efafdccc28a1ba89404397ad285298058e882329f651e8d1031ddc86dbf06c40
 WHIRLPOOL 
7c22db4217a2604a05e8f4a9817fceabf865b00c7c33df95cfc5a09af6ffa84d809930c221f55cb9b500cc8d57b2e43f70f80e622a19fb73e0d068f2ec2be18d
+DIST genpatches-4.9-54.experimental.tar.xz 106360 SHA256 
9c5b4ec4005bf50556163cebe4a4e577cffc3ed0ab06a40cd79bc7e9e33a964d SHA512 
ace1650a90d70f1ab6d938d2509c44ff1911178161bfa6f060f5eb078b9c83d031709dc483f3481afc82c34b705cd9dd653c95c9b53817c79b0e632f970dad10
 WHIRLPOOL 
50c40e6160a92d98e568b3d55b336c4400cb8faff7fcfa5c71a8172e5149468b0483874c8531270f6f15b48f84fb3c47dee8ec01870c3331a150226c748b16ac
+DIST genpatches-4.9-54.extras.tar.xz 17356 SHA256 
70314b113191df3bcf461537c5c5789ce990311affcb41e9d00b4a4d1f674659 SHA512 
894f37761c80304fd12e20d9b2a11a56475484dd2a4504f4aada6b48854e752228256d56dfc328c7633996a16f4653af0105698b6a230619d9a3364b9d08a265
 WHIRLPOOL 
3fddbc03354fcb2b3c72caa7462a36d16a0595304da2ff9df0614925e252e3c15c38138b4f07789333c118dde992569c7cbbeb019b5052bc0ff18e87fb08cf6b
 DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
 DIST linux-4.1.tar.xz 83017828 SHA256 
caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 
168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0
 WHIRLPOOL 
85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8
 DIST linux-4.12.tar.xz 99186576 SHA256 
a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab SHA512 
8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728
 WHIRLPOOL 
3b97da251c2ba4ace4a27b708f2b1dcf94cb1b59aaeded6acb74bd98f0d3e33f1df83670665e4186d99a55daa84c88d539d93e20f0ff18a6d46ef326c48dd375

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.52.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.52.ebuild
new file mode 100644
index 000..20e05fd83a6
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.52.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="54"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 

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

2017-09-27 Thread Jeroen Roovers
commit: 68fb0a603931f0ff3dadce43b3bc51e19b3b4098
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 18:21:04 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 18:21:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fb0a60

net-misc/youtube-dl: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/youtube-dl/Manifest |  1 +
 net-misc/youtube-dl/youtube-dl-2017.09.24.ebuild | 98 
 2 files changed, 99 insertions(+)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 638834ca05d..a77bcdcae1e 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
 DIST youtube-dl-2017.09.11.tar.gz 2793332 SHA256 
8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a SHA512 
b38a06694c8a03d3ad83f46d6753128a69226e01f63bb9119005710bfd2bedf999a530bfd4c3d5a60026dff5033ea7508079b9bf3835013a487afaab403e9d38
 WHIRLPOOL 
48a526f043e7a440696a07339cae6ddfd4a11757fae9e48768a6118c78c8051bf5b0ee1c23ea32e6dff04484ed4b7aa6832dbd52353ef83f2a07bc35b068aff8
 DIST youtube-dl-2017.09.15.tar.gz 2795468 SHA256 
eef429c94978febb7b022ad7805adda3fdc78814c92c293eebfe2eb83fbe88cf SHA512 
91b286485ba9b8706b8606f97259796b26496e4f6d0ebc61bc8f8e15eb170008be7abb868636f0ceb1d658d8bf4bdba09fa179e53d98fea94cba2d6c5b4ba363
 WHIRLPOOL 
98d79b73c67afacffb7409deee6b4ab7200df6a5efdde546b16b08d1bf2c164ebcadd9a8079cd789cb6051087c09e7553ce39fbb88ce5512c2765d95c1a240ca
+DIST youtube-dl-2017.09.24.tar.gz 2810181 SHA256 
7d7140ce63377e84a2072b4922809c7a2e90e3916cde2f4f1cc8860664395548 SHA512 
de96406aeabb993a39941f5c67947fd1b77ec003be36b215cb3df1e5c90d63c7c570a5ca7627f5b2faae6a15ee07d45cf339cac6b511890acf49c5c38e6c5672
 WHIRLPOOL 
e248990cce1bcbe50ae9e0ac6a95d760948809ec371b93126011d71599e721f1e9b0784690b832d3c5c04fb55c048b08c091193f821b18e1211f4c393ab2d017

diff --git a/net-misc/youtube-dl/youtube-dl-2017.09.24.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.09.24.ebuild
new file mode 100644
index 000..fa2e8cbf808
--- /dev/null
+++ b/net-misc/youtube-dl/youtube-dl-2017.09.24.ebuild
@@ -0,0 +1,98 @@
+# 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})
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Download videos from YouTube.com (and more sites...)"
+HOMEPAGE="https://rg3.github.com/youtube-dl/;
+SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="+offensive test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/nose[coverage(+)] )
+"
+
+S="${WORKDIR}/${PN}"
+
+python_prepare_all() {
+   if ! use offensive; then
+   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
+   youtube_dl/version.py || die
+   # these have single line import statements
+   local xxx=(
+   alphaporno anysex behindkink camwithher chaturbate 
eporner
+   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
+   hornbunny keezmovies lovehomeporn mofosex motherless 
myvidster
+   porn91 porncom pornflip pornhd pornotube pornovoisines 
pornoxo
+   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
+   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
+   youporn
+   )
+   # these have multi-line import statements
+   local mxxx=(
+   drtuber fourtube pornhub redtube tnaflix xhamster
+   )
+   # do single line imports
+   sed -i \
+   -e $( printf '/%s/d;' ${xxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   # do multiple line imports
+   sed -i \
+   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/extractors.py \
+   || die
+
+   sed -i \
+   -e $( printf '/%s/d;' ${mxxx[@]} ) \
+   youtube_dl/extractor/generic.py \
+   || die
+
+   rm \
+

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

2017-09-27 Thread Jeroen Roovers
commit: b1adeaf6a9c7f7e693386faf9f04e47ad55c7d42
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 18:21:42 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 18:21:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1adeaf6

net-misc/youtube-dl: Old.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 net-misc/youtube-dl/Manifest |  1 -
 net-misc/youtube-dl/youtube-dl-2017.09.11.ebuild | 98 
 2 files changed, 99 deletions(-)

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index a77bcdcae1e..20367ae08a2 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2017.03.16.tar.gz 2631620 SHA256 
55df3cbda9cf86e49baf54040340ec74c692bb3d6da3d2f5a1bc1238017dd492 SHA512 
f3b8942f6b2be3b1cfd4bddfb74c17bad48c8ef4bea34114970ecb9d65b5a3dcbe71beba6d7c2dbda168371bbb2e8bbaddce58039bd9d158bf23950a2a88123c
 WHIRLPOOL 
8345da00074e62ec9a9c244cb9ef64930fbd0e5e9e5bc1709bfcf56517cc6312031a09523c3016db2a1542c16a0297bea9d6883a201ae94e347e358307e92422
-DIST youtube-dl-2017.09.11.tar.gz 2793332 SHA256 
8b6defdd7cb9a8228eca2ef03a8c203a3ccba1ed97cb700f11b40a3af548212a SHA512 
b38a06694c8a03d3ad83f46d6753128a69226e01f63bb9119005710bfd2bedf999a530bfd4c3d5a60026dff5033ea7508079b9bf3835013a487afaab403e9d38
 WHIRLPOOL 
48a526f043e7a440696a07339cae6ddfd4a11757fae9e48768a6118c78c8051bf5b0ee1c23ea32e6dff04484ed4b7aa6832dbd52353ef83f2a07bc35b068aff8
 DIST youtube-dl-2017.09.15.tar.gz 2795468 SHA256 
eef429c94978febb7b022ad7805adda3fdc78814c92c293eebfe2eb83fbe88cf SHA512 
91b286485ba9b8706b8606f97259796b26496e4f6d0ebc61bc8f8e15eb170008be7abb868636f0ceb1d658d8bf4bdba09fa179e53d98fea94cba2d6c5b4ba363
 WHIRLPOOL 
98d79b73c67afacffb7409deee6b4ab7200df6a5efdde546b16b08d1bf2c164ebcadd9a8079cd789cb6051087c09e7553ce39fbb88ce5512c2765d95c1a240ca
 DIST youtube-dl-2017.09.24.tar.gz 2810181 SHA256 
7d7140ce63377e84a2072b4922809c7a2e90e3916cde2f4f1cc8860664395548 SHA512 
de96406aeabb993a39941f5c67947fd1b77ec003be36b215cb3df1e5c90d63c7c570a5ca7627f5b2faae6a15ee07d45cf339cac6b511890acf49c5c38e6c5672
 WHIRLPOOL 
e248990cce1bcbe50ae9e0ac6a95d760948809ec371b93126011d71599e721f1e9b0784690b832d3c5c04fb55c048b08c091193f821b18e1211f4c393ab2d017

diff --git a/net-misc/youtube-dl/youtube-dl-2017.09.11.ebuild 
b/net-misc/youtube-dl/youtube-dl-2017.09.11.ebuild
deleted file mode 100644
index fa2e8cbf808..000
--- a/net-misc/youtube-dl/youtube-dl-2017.09.11.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6})
-inherit bash-completion-r1 distutils-r1
-
-DESCRIPTION="Download videos from YouTube.com (and more sites...)"
-HOMEPAGE="https://rg3.github.com/youtube-dl/;
-SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="+offensive test"
-
-RDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/nose[coverage(+)] )
-"
-
-S="${WORKDIR}/${PN}"
-
-python_prepare_all() {
-   if ! use offensive; then
-   sed -i -e "/..version../s|'$|+gentoo.no.offensive.sites'|g" \
-   youtube_dl/version.py || die
-   # these have single line import statements
-   local xxx=(
-   alphaporno anysex behindkink camwithher chaturbate 
eporner
-   eroprofile extremetube foxgay goshgay hellporno 
hentaistigma
-   hornbunny keezmovies lovehomeporn mofosex motherless 
myvidster
-   porn91 porncom pornflip pornhd pornotube pornovoisines 
pornoxo
-   ruleporn sexu slutload spankbang spankwire sunporno 
thisav tube8
-   vporn watchindianporn xbef xnxx xtube xvideos 
xxxymovies youjizz
-   youporn
-   )
-   # these have multi-line import statements
-   local mxxx=(
-   drtuber fourtube pornhub redtube tnaflix xhamster
-   )
-   # do single line imports
-   sed -i \
-   -e $( printf '/%s/d;' ${xxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   # do multiple line imports
-   sed -i \
-   -e $( printf '/%s/,/)/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/extractors.py \
-   || die
-
-   sed -i \
-   -e $( printf '/%s/d;' ${mxxx[@]} ) \
-   youtube_dl/extractor/generic.py \
-   || die
-
-   rm \
-  

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

2017-09-27 Thread Ian Stakenvicius
commit: 88556d2eeb3c3df2f70f587d651acdada0ad441a
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Sep 27 17:38:11 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Sep 27 17:40:03 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=88556d2e

www-client/firefox-52: bump to 52.4

 www-client/firefox/Manifest  |  93 +++
 www-client/firefox/firefox-52.4.0.ebuild | 405 +++
 2 files changed, 498 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 66ecd36..96b5798 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -91,6 +91,99 @@ DIST firefox-52.3.0esr-xh.xpi 441173 SHA256 
f47466dc94ebcd3e60b01aaf8cfae1db7acd
 DIST firefox-52.3.0esr-zh-CN.xpi 461695 SHA256 
161a266089d3ad502d4808e678996114dc0967769eac14d8c06334480f344f48 SHA512 
8ced19f3e1cf03affc7b3d9176dd189d6abdd2486c351f6fc53b246d2c26f46d1b2bb4397df06e177fe796da3ba791a61d12204bbc5232e13a7d4fc02f0322be
 WHIRLPOOL 
24b04c322c52b41ca924e2702b62f1e906de4973c77b60951e59991da44942f5dc7ecff062cb1626bfb61a1a27cc70b8b005c19783281aefa231b7a98b45110e
 DIST firefox-52.3.0esr-zh-TW.xpi 472534 SHA256 
664a51f492f2e41479c99b16295c3ce1925de11f72dee61408ed1313950f613a SHA512 
4e2031b3f4bf16beb1255bc23f7e720f94f07d53b25776a347fa6c7d0910097e288a892db4201daad31ed88819e4c6c584c48dbf1213a2baeceeecc6ca98ccab
 WHIRLPOOL 
39fbbfdfea06f42bc00af2a2ff8c13820cc8c8bf9024e6b84c2916a1c0844d930e299849bc9c4bcbf8d5baf4c9e744dda677d9d73273a70cf70a26ad9e78cf18
 DIST firefox-52.3.0esr.source.tar.xz 210881900 SHA256 
c16bc86d6cb8c2199ed1435ab80a9ae65f9324c820ea0eeb38bf89a97d253b5b SHA512 
36da8f14b50334e36fca06e09f15583101cadd10e510268255587ea9b09b1fea918da034d6f1d439ab8c34612f6cebc409a0b8d812dddb3f997afebe64d09fe9
 WHIRLPOOL 
ed28255f337daa0d44191e929b22f9ccb3c3081a9677f2a0503a8c42f9bb2b7a48810f1775363238f1dfad328eca177b76812f33d80a5dfd374b988ad8cffb94
+DIST firefox-52.4-patches-01.tar.xz 13216 SHA256 
a3a09e9a273d2cbdb531878768b1bbe54f7571c897d49ee6daee90e50c5ee88c SHA512 
30ad50c15c6d573a491cc3791aad2d6e58aa53fc2cef83bb5a6a924c8b5b41d5010c0e8fa7e89401fc69afda1e59e25d10d63ab5c2edbdbd78b9b72d46b285d0
 WHIRLPOOL 
d66370fb2b7a363a611a01b8e4448cb0a6071c7d1c1f0de054d4c11b7dc3fb714f2b16bf537dfaadcfb6a219c673af6712aff0f676708114e6ff811f642e0287
+DIST firefox-52.4.0esr-ach.xpi 427641 SHA256 
849534789075ef5a137e2fd37ce49b51a0a2a56b71ef968f0d5c75d37fe58fe0 SHA512 
cd3487f6d9e63fb10c468dec36b3ab0ffed135f0662df7911866dd0aba57e67908a5b39967b206e684348632d11ab336d453f6de5af862365d303e63445da8df
 WHIRLPOOL 
3acbb2ad5a4bf227a7141ecedf6c3c17928919dc45bf440ed4626991b4ee69603c0d391050c4fe9ff043fe5704031398b2b9d047dfc312e050fa3fc6afc5bd37
+DIST firefox-52.4.0esr-af.xpi 436823 SHA256 
4daafb9d024128b8fa15281e0e8cdaeb0302c77acef0e4fe8eff96c521e8258b SHA512 
cb852122f456b6ffd1805e96743051208ad943b5a6ee153b9be2851d68844b3b855b61f637cffed72a04e5ec841201f17da5da4d41923306bec76de7044aee31
 WHIRLPOOL 
83ffa28c8d1ece0bf2174c5de7388abd69dea489b88812f9ef56135dd6e26d5e88648e0cced6aed7bea6491fcd49034c19ea729f5c644da929c6970e90ca3237
+DIST firefox-52.4.0esr-an.xpi 445142 SHA256 
83c3d0a90837484cef7f0e3b3e7060804d0709bac36e65c3cbc4a8ed989f0237 SHA512 
8797f014a7284a0b7907e1d885df2ee1028b948697983cc31cd90a9165ba7937abd6703196e31e59d78a0aedcab598f91df74fb026cc70edda8e14dc2d1c2bb1
 WHIRLPOOL 
6c4f661d0a672a222ac9d6c5a361ce28ca4457604d20d8b4543f2bdb1612fa559eb99e7dd1f674bd0fce6fb2d3a955f97bd0891b0bd53583aa6268d5f9f08671
+DIST firefox-52.4.0esr-ar.xpi 473382 SHA256 
f00404a340e6655f502c8381a7ae127c0bfa956159864449dfabaf4dbb458c29 SHA512 
8e7cb3b0c60c5da28d0f522451ab05aa39244c7edcd579a29e11416db900f79708d07d97a79ba04e69f1f4abaacc2b5e7bd0fb2249240b9b859360644089e5fe
 WHIRLPOOL 
89f2131e9e56e007a68459f38006349e0a4e5b14a7aa67bf83dcf28be81c1db2c53d12069ff0f8ed5cdf7e7fe87655bd04d8995773f5b15e1b54e362b56eb81b
+DIST firefox-52.4.0esr-as.xpi 486889 SHA256 
ac98414c854e58177b732e588514fd8bcf10aa8cb8cb169f2a4393434537508a SHA512 
d74c4930ec2f51061ea6b1d7ea8642f09aafa60fb11589514321c0b436e19c8d7772bbe4656de1790089b969840a8cbc02859f537746e06b102fca28141c1ab9
 WHIRLPOOL 
0cf84f1d453af1e4c251d7face56de17f1ed880f591c47661c098f8b631cd7b916dbdd643837f78513867db14cf1813036188f7b8250cd4a3205fe25d02c
+DIST firefox-52.4.0esr-ast.xpi 440033 SHA256 
8d207c1fd78d88e456aad55235816ec46063ba743d8964d263076d1a00cf975b SHA512 
e81913512531c7f750e6f4281d581cf2c6fa305a5d64140a0dcf99280c9f408a057af89b85173fa7dde330cbab13f937f8dfac7462c966266872b707451b69ba
 WHIRLPOOL 
f687e6db6633c3bfc35d364f134d0071be340c9102ee4459803bdc9b5e10aa5bbd58cf072dc8d2b7c9fb20a89065cd8fe38817b467deb887acda35c87922c03e
+DIST firefox-52.4.0esr-az.xpi 454923 SHA256 
292750b2ef920e25515ee0d70634757483757349835bb9f5e50e919c1175ad89 SHA512 
e37971728385174e16dd3628605f068ecc160568544645b1753bbb04442f72b3f14b0e52e8c827c607509932fa96b0933c2511700454b31db68add56d22db1dd
 WHIRLPOOL 

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

2017-09-27 Thread Keri Harris
commit: 4e0c207dd17da4bad4938f6320b2dce8c92b22c2
Author: Keri Harris  gentoo  org>
AuthorDate: Wed Sep 27 17:39:32 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Wed Sep 27 17:39:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0c207d

dev-lang/tuprolog: version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 dev-lang/tuprolog/Manifest |   1 +
 dev-lang/tuprolog/files/build-3.0.1.xml| 108 
 .../tuprolog/files/tuprolog-3.0.1-no-ikvm.patch| 137 +
 .../files/tuprolog-3.0.1-oolibrary-unit-test.patch |  12 ++
 dev-lang/tuprolog/tuprolog-3.0.1.ebuild|  65 ++
 5 files changed, 323 insertions(+)

diff --git a/dev-lang/tuprolog/Manifest b/dev-lang/tuprolog/Manifest
index d771fa540f0..8751d389cc9 100644
--- a/dev-lang/tuprolog/Manifest
+++ b/dev-lang/tuprolog/Manifest
@@ -1,2 +1,3 @@
 DIST tuprolog-2.9.2.tar.gz 6262268 SHA256 
4205dff584b492e10f214c71ce7bc0e81297a915156ca1e10cfac8b34c8c0a6e SHA512 
831c7390fe33fc57cb01d4b1d61485ac5df1aa8ebf386d5aae5c5d32f7677d46aa5aa6cc0eb1d3bb79989a54f8484ad8b97754b7f75fc21af6116ae170a28316
 WHIRLPOOL 
18dceea5e95be3e60b10fa8692970e61d9b16b2f518ac342de271ac7c6cb8313e8e9ca359fb93753d43a2c09780e47f212776ce560f9c2fefdb21d44f3316c77
 DIST tuprolog-3.0.0.tar.gz 6275327 SHA256 
1c7a423cbd3faa626f8398a48ec6396c2d17431a77b1f22179d713cc76aeeb09 SHA512 
7998dadb04b1314d096a33c54d11977534565accb3811b93a22f606fd838d2f9b0a6defe882992977a093832e1565283d3951dcc791809620deb61d3511c02d3
 WHIRLPOOL 
915a21632a2c86f33de25cc05ec75f3e40b33a0ba80f73219cfab6d06f69af07bc9d143a3d1cd80fbfd27fdeba9d4259f389f1a33704bfac2151403b26424e12
+DIST tuprolog-3.0.1.tar.gz 6326591 SHA256 
e4ed2689dd5496175cddcfe299b442d92d580d778a0fd9a4c7beededa20dfbb7 SHA512 
56fa96f717b5c8e56fd2979f2953744964d844e5abf215456e31309d3d92bde142f9bff55e6442b6de55f219c7f143a275ccf89359ff2f2944459bbc94770afa
 WHIRLPOOL 
81d8421242ce8308418b7c40b7db6554cdbd92a4966aef4d73c414b675fca9148f5fce52ec2ef2a0c62025eda1c790013fb1b6bd20ac53a16f7be3fc61149004

diff --git a/dev-lang/tuprolog/files/build-3.0.1.xml 
b/dev-lang/tuprolog/files/build-3.0.1.xml
new file mode 100644
index 000..5815bc0d17c
--- /dev/null
+++ b/dev-lang/tuprolog/files/build-3.0.1.xml
@@ -0,0 +1,108 @@
+
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+  
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+

diff --git a/dev-lang/tuprolog/files/tuprolog-3.0.1-no-ikvm.patch 
b/dev-lang/tuprolog/files/tuprolog-3.0.1-no-ikvm.patch
new file mode 100644
index 000..660b22c7934
--- /dev/null
+++ b/dev-lang/tuprolog/files/tuprolog-3.0.1-no-ikvm.patch
@@ -0,0 +1,137 @@
+diff -urN tuprolog-3.0.1.orig/src/alice/tuprolog/LibraryManager.java 
tuprolog-3.0.1/src/alice/tuprolog/LibraryManager.java
+--- tuprolog-3.0.1.orig/src/alice/tuprolog/LibraryManager.java 2017-09-27 
12:31:06.689334505 +0200
 tuprolog-3.0.1/src/alice/tuprolog/LibraryManager.java  2017-09-27 
12:50:04.193286931 +0200
+@@ -9,11 +9,11 @@
+ import java.net.URL;
+ import java.net.URLClassLoader;
+ import java.util.*;
+-import cli.System.Reflection.Assembly;
++//import cli.System.Reflection.Assembly;
+ 
+ import alice.tuprolog.event.LibraryEvent;
+ import alice.tuprolog.event.WarningEvent;
+-import alice.util.AssemblyCustomClassLoader;
++//import alice.util.AssemblyCustomClassLoader;
+ 
+ /**
+  * @author Alex Benini
+@@ -179,31 +179,7 @@
+   } else
+   // .NET
+   {
+-  Assembly asm = null;
+-  boolean classFound = false;
+-  

[gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/, media-gfx/slic3r/files/

2017-09-27 Thread Ian Stakenvicius
commit: b99d82cf2ca7b57d411e8008b85b731b03dc08c0
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Sep 27 17:17:14 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Sep 27 17:17:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99d82cf

media-gfx/slic3r-: add missing dep, strip local::lib

local::lib is a workaround to help with the cpan-minus based
build system the package comes with, which we are circumventing
in order to perform a proper system installation.  This commit
includes a patch that reverts the upstream addition of local::lib.

Also adds dev-perl/Devel-CheckLib to the dependency list

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 .../slic3r/files/slic3r--no-locallib.patch | 609 +
 media-gfx/slic3r/slic3r-.ebuild|   2 +
 2 files changed, 611 insertions(+)

diff --git a/media-gfx/slic3r/files/slic3r--no-locallib.patch 
b/media-gfx/slic3r/files/slic3r--no-locallib.patch
new file mode 100644
index 000..8cb7fd6d16d
--- /dev/null
+++ b/media-gfx/slic3r/files/slic3r--no-locallib.patch
@@ -0,0 +1,609 @@
+commit 6f7e42a4707788d079d865800d9fdb65ed7d5f1f
+Author: Ian Stakenvicius 
+Date:   Wed Sep 27 12:22:14 2017 -0400
+
+Revert "Use --local-lib when calling cpanm"
+
+This reverts commit e5412b5d69dc4d5415c92a7daaa47fb4860ca4ea and others
+that add local::lib dependency
+
+diff --git a/Build.PL b/Build.PL
+index 2dd18435..18befbf8 100644
+--- a/Build.PL
 b/Build.PL
+@@ -109,16 +109,7 @@ EOF
+ if !$cpanm;
+ my @cpanm_args = ();
+ push @cpanm_args, "--sudo" if $sudo;
+-
+-# install local::lib without --local-lib otherwise it's not usable 
afterwards
+-if (!eval "use local::lib qw(local-lib); 1") {
+-my $res = system $cpanm, @cpanm_args, 'local::lib';
+-warn "Warning: local::lib is required. You might need to run the 
`cpanm --sudo local::lib` command in order to install it.\n"
+-if $res != 0;
+-}
+-
+-push @cpanm_args, ('--local-lib', 'local-lib');
+-
++
+ # make sure our cpanm is updated (old ones don't support the ~ syntax)
+ system $cpanm, @cpanm_args, 'App::cpanminus';
+ 
+diff --git a/slic3r.pl b/slic3r.pl
+index 11dc2fad..76885c90 100755
+--- a/slic3r.pl
 b/slic3r.pl
+@@ -6,7 +6,6 @@ use warnings;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/lib";
+-use local::lib '--no-create', "$FindBin::Bin/local-lib";
+ }
+ 
+ use File::Basename qw(basename);
+diff --git a/t/adaptive_slicing.t b/t/adaptive_slicing.t
+index 64c3769f..5ab631fe 100644
+--- a/t/adaptive_slicing.t
 b/t/adaptive_slicing.t
+@@ -5,7 +5,6 @@ use warnings;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/../lib";
+-use local::lib "$FindBin::Bin/../local-lib";
+ }
+ 
+ use List::Util qw(first sum);
+diff --git a/t/adaptive_width.t b/t/adaptive_width.t
+index 7a0baa75..c200f844 100644
+--- a/t/adaptive_width.t
 b/t/adaptive_width.t
+@@ -7,7 +7,6 @@ plan tests => 32;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/../lib";
+-use local::lib "$FindBin::Bin/../local-lib";
+ }
+ 
+ use List::Util qw(first);
+diff --git a/t/angles.t b/t/angles.t
+index 2ae00b4e..1e1a6c9c 100644
+--- a/t/angles.t
 b/t/angles.t
+@@ -7,9 +7,6 @@ plan tests => 34;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/../lib";
+-use lib "$FindBin::Bin/../lib";
+-use lib "$FindBin::Bin/../lib";
+-use local::lib "$FindBin::Bin/../local-lib";
+ }
+ 
+ use Slic3r;
+diff --git a/t/arcs.t b/t/arcs.t
+index ec85dfbc..65b83de4 100644
+--- a/t/arcs.t
 b/t/arcs.t
+@@ -7,7 +7,6 @@ plan tests => 24;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/../lib";
+-use local::lib "$FindBin::Bin/../local-lib";
+ }
+ 
+ use Slic3r;
+diff --git a/t/avoid_crossing_perimeters.t b/t/avoid_crossing_perimeters.t
+index 7cd04e50..dd6c3e7b 100644
+--- a/t/avoid_crossing_perimeters.t
 b/t/avoid_crossing_perimeters.t
+@@ -5,7 +5,6 @@ use warnings;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/../lib";
+-use local::lib "$FindBin::Bin/../local-lib";
+ }
+ 
+ use List::Util qw(first sum);
+diff --git a/t/bridges.t b/t/bridges.t
+index 677115b8..3dc6b84a 100644
+--- a/t/bridges.t
 b/t/bridges.t
+@@ -5,7 +5,6 @@ use warnings;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/../lib";
+-use local::lib "$FindBin::Bin/../local-lib";
+ }
+ 
+ use List::Util qw(first sum);
+diff --git a/t/clean_polylines.t b/t/clean_polylines.t
+index 50c6f5bb..4526bd60 100644
+--- a/t/clean_polylines.t
 b/t/clean_polylines.t
+@@ -7,7 +7,6 @@ plan tests => 6;
+ BEGIN {
+ use FindBin;
+ use lib "$FindBin::Bin/../lib";
+-use local::lib "$FindBin::Bin/../local-lib";
+ }
+ 
+ use Slic3r;
+diff --git a/t/clipper.t b/t/clipper.t
+index 3c983814..a898a53f 100644
+--- a/t/clipper.t
 b/t/clipper.t
+@@ -7,7 +7,6 @@ plan tests => 6;
+ 

[gentoo-commits] proj/linux-patches: New tag: 4.9-54

2017-09-27 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 16:57:59 2017 +

New tag: 4.9-54




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

2017-09-27 Thread Robin H. Johnson
commit: 3524d179aac8aa5040cc649e7211b200d4d292a4
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Sep 27 16:42:43 2017 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Sep 27 16:46:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3524d179

net-dns/unbound: bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-dns/unbound/Manifest |   1 +
 net-dns/unbound/metadata.xml |   2 +-
 net-dns/unbound/unbound-1.6.6.ebuild | 130 +++
 3 files changed, 132 insertions(+), 1 deletion(-)

diff --git a/net-dns/unbound/Manifest b/net-dns/unbound/Manifest
index b2a322b2933..2b22c3129e7 100644
--- a/net-dns/unbound/Manifest
+++ b/net-dns/unbound/Manifest
@@ -2,3 +2,4 @@ DIST unbound-1.5.1.tar.gz 4805176 SHA256 
0ff82709fb2bd7ecbde8dbdcf60fa417d2b4337
 DIST unbound-1.5.10.tar.gz 4941299 SHA256 
a39b8b4fcca2a2b35a2daa53fe35150cc3f09038dc9acede09c912fc248a9486 SHA512 
1c413886a12d4b626e03e076da6b9ccbcc8fd4769649fef8895eca74199bc22aec33c026e777524e8fe0327045a194f79b52282fe40674a9fb15cac58c4493f6
 WHIRLPOOL 
4e4ef7e4a89a6d8cd7b359a38cfb8a5cd99ea4e59a89ab894181b149346cf1e2875ec6b2af0985925cc50ff1c2f50fbfe569569ead2913127631781003c84742
 DIST unbound-1.6.3.tar.gz 5381240 SHA256 
4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f SHA512 
1d84fcc4c4b2a2b5cce6540cf252ff964f4acae3b6567c61cee69b76c6cee3e00270b1f7cc7ad83a2754afb33cc199c8b6e8116e5b587811714398b1d34de8a3
 WHIRLPOOL 
c4cc7b45686bb3e5128f8c2e28b6e87867b983e01c53d336d85f342dc84e5c9a01491a7325f8290620a02ff9323173f433892f114ee5f4350cf41e91bbc74831
 DIST unbound-1.6.4.tar.gz 5477897 SHA256 
df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed SHA512 
1abf50552c97b304884f07372f9fb05f9f30354647cf5299192deac81fa28a41d89d84ee092baef644a6069d0f545d36e7e814c9b8f83f21a7a53572d9a91907
 WHIRLPOOL 
36cadfa940ae121ab0d261fa70b91114462aeb56b0c3b1505e58a307248d4741a040b1cecd62ad42e95958798b7aa5331c45cc879d83298318d9eee184de8a17
+DIST unbound-1.6.6.tar.gz 5460482 SHA256 
972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390 SHA512 
910fd0956b8828d3db0511a85bf6ab6c4c3982f17c70ccb7123d1de1650d24c2906bc29ac4ea83fd7d95d8af29e2cbc88df666f365e51296f552292ef9753016
 WHIRLPOOL 
0aff265050876defa900303c152f643258dd26b9c1fd4abdd901a849fe96481b488cafdd834dbca73b769dff19971300b5ae4798e3286c17bc5b24f70beb7a83

diff --git a/net-dns/unbound/metadata.xml b/net-dns/unbound/metadata.xml
index aa3ce165414..f12c6693d62 100644
--- a/net-dns/unbound/metadata.xml
+++ b/net-dns/unbound/metadata.xml
@@ -28,7 +28,7 @@
   
 Enable DNSCrypt support
 Enable dnstap support
-   Enable ECDSA support
+Enable ECDSA support
 Enable GOST support
   
 

diff --git a/net-dns/unbound/unbound-1.6.6.ebuild 
b/net-dns/unbound/unbound-1.6.6.ebuild
new file mode 100644
index 000..983c471e4d5
--- /dev/null
+++ b/net-dns/unbound/unbound-1.6.6.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils flag-o-matic multilib-minimal python-single-r1 systemd user
+
+MY_P=${PN}-${PV/_/}
+DESCRIPTION="A validating, recursive and caching DNS resolver"
+HOMEPAGE="http://unbound.net/;
+SRC_URI="http://unbound.net/downloads/${MY_P}.tar.gz;
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
+IUSE="debug dnscrypt dnstap +ecdsa gost libressl python selinux static-libs 
systemd test threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# Note: expat is needed by executable only but the Makefile is custom
+# and doesn't make it possible to easily install the library without
+# the executables. MULTILIB_USEDEP may be dropped once build system
+# is fixed.
+
+CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]
+   >=dev-libs/libevent-2.0.21:0=[${MULTILIB_USEDEP}]
+   libressl? ( >=dev-libs/libressl-2.2.4:0[${MULTILIB_USEDEP}] )
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
+   dnscrypt? ( dev-libs/libsodium )
+   dnstap? (
+   dev-libs/fstrm[${MULTILIB_USEDEP}]
+   >=dev-libs/protobuf-c-1.0.2-r1[${MULTILIB_USEDEP}]
+   )
+   ecdsa? (
+   !libressl? ( dev-libs/openssl:0[-bindist] )
+   )
+   python? ( ${PYTHON_DEPS} )"
+
+DEPEND="${CDEPEND}
+   python? ( dev-lang/swig )
+   test? (
+   net-dns/ldns-utils[examples]
+   dev-util/splint
+   app-text/wdiff
+   )
+   systemd? ( sys-apps/systemd )
+   virtual/pkgconfig"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-bind )"
+
+# bug #347415
+RDEPEND="${RDEPEND}
+   net-dns/dnssec-root"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+   enewgroup unbound
+   enewuser unbound -1 -1 /etc/unbound unbound
+
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   

[gentoo-commits] proj/linux-patches:4.9 commit in: /

2017-09-27 Thread Mike Pagano
commit: e3e2cb00d3cd51ee0e0f642dd67f6fe06bb79801
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 27 16:38:38 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 16:38:38 2017 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=e3e2cb00

Linux patch 4.9.52

 _README |4 +
 1051_linux-4.9.52.patch | 3985 +++
 2 files changed, 3989 insertions(+)

diff --git a/_README b/_README
index 54efac8..2ae097d 100644
--- a/_README
+++ b/_README
@@ -247,6 +247,10 @@ Patch:  1050_linux-4.9.51.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.51
 
+Patch:  1051_linux-4.9.52.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.52
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1051_linux-4.9.52.patch b/1051_linux-4.9.52.patch
new file mode 100644
index 000..6e49cca
--- /dev/null
+++ b/1051_linux-4.9.52.patch
@@ -0,0 +1,3985 @@
+diff --git a/Makefile b/Makefile
+index b48aebbe187f..c53de1e38c6a 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 51
++SUBLEVEL = 52
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/arc/kernel/entry.S b/arch/arc/kernel/entry.S
+index 1eea99beecc3..85d9ea4a0acc 100644
+--- a/arch/arc/kernel/entry.S
 b/arch/arc/kernel/entry.S
+@@ -92,6 +92,12 @@ ENTRY(EV_MachineCheck)
+   lr  r0, [efa]
+   mov r1, sp
+ 
++  ; hardware auto-disables MMU, re-enable it to allow kernel vaddr
++  ; access for say stack unwinding of modules for crash dumps
++  lr  r3, [ARC_REG_PID]
++  or  r3, r3, MMU_ENABLE
++  sr  r3, [ARC_REG_PID]
++
+   lsr r3, r2, 8
+   bmskr3, r3, 7
+   brner3, ECR_C_MCHK_DUP_TLB, 1f
+diff --git a/arch/arc/mm/tlb.c b/arch/arc/mm/tlb.c
+index bdb295e09160..a4dc881da277 100644
+--- a/arch/arc/mm/tlb.c
 b/arch/arc/mm/tlb.c
+@@ -896,9 +896,6 @@ void do_tlb_overlap_fault(unsigned long cause, unsigned 
long address,
+ 
+   local_irq_save(flags);
+ 
+-  /* re-enable the MMU */
+-  write_aux_reg(ARC_REG_PID, MMU_ENABLE | read_aux_reg(ARC_REG_PID));
+-
+   /* loop thru all sets of TLB */
+   for (set = 0; set < mmu->sets; set++) {
+ 
+diff --git a/arch/mips/math-emu/dp_fmax.c b/arch/mips/math-emu/dp_fmax.c
+index fd71b8daaaf2..5bec64f2884e 100644
+--- a/arch/mips/math-emu/dp_fmax.c
 b/arch/mips/math-emu/dp_fmax.c
+@@ -47,14 +47,26 @@ union ieee754dp ieee754dp_fmax(union ieee754dp x, union 
ieee754dp y)
+   case CLPAIR(IEEE754_CLASS_SNAN, IEEE754_CLASS_INF):
+   return ieee754dp_nanxcpt(x);
+ 
+-  /* numbers are preferred to NaNs */
++  /*
++   * Quiet NaN handling
++   */
++
++  /*
++   *The case of both inputs quiet NaNs
++   */
++  case CLPAIR(IEEE754_CLASS_QNAN, IEEE754_CLASS_QNAN):
++  return x;
++
++  /*
++   *The cases of exactly one input quiet NaN (numbers
++   *are here preferred as returned values to NaNs)
++   */
+   case CLPAIR(IEEE754_CLASS_ZERO, IEEE754_CLASS_QNAN):
+   case CLPAIR(IEEE754_CLASS_NORM, IEEE754_CLASS_QNAN):
+   case CLPAIR(IEEE754_CLASS_DNORM, IEEE754_CLASS_QNAN):
+   case CLPAIR(IEEE754_CLASS_INF, IEEE754_CLASS_QNAN):
+   return x;
+ 
+-  case CLPAIR(IEEE754_CLASS_QNAN, IEEE754_CLASS_QNAN):
+   case CLPAIR(IEEE754_CLASS_QNAN, IEEE754_CLASS_ZERO):
+   case CLPAIR(IEEE754_CLASS_QNAN, IEEE754_CLASS_NORM):
+   case CLPAIR(IEEE754_CLASS_QNAN, IEEE754_CLASS_DNORM):
+@@ -80,9 +92,7 @@ union ieee754dp ieee754dp_fmax(union ieee754dp x, union 
ieee754dp y)
+   return ys ? x : y;
+ 
+   case CLPAIR(IEEE754_CLASS_ZERO, IEEE754_CLASS_ZERO):
+-  if (xs == ys)
+-  return x;
+-  return ieee754dp_zero(1);
++  return ieee754dp_zero(xs & ys);
+ 
+   case CLPAIR(IEEE754_CLASS_DNORM, IEEE754_CLASS_DNORM):
+   DPDNORMX;
+@@ -106,16 +116,32 @@ union ieee754dp ieee754dp_fmax(union ieee754dp x, union 
ieee754dp y)
+   else if (xs < ys)
+   return x;
+ 
+-  /* Compare exponent */
+-  if (xe > ye)
+-  return x;
+-  else if (xe < ye)
+-  return y;
++  /* Signs of inputs are equal, let's compare exponents */
++  if (xs == 0) {
++  /* Inputs are both positive */
++  if (xe > ye)
++  return x;
++  else if (xe < ye)
++  return y;
++  } else {
++  /* Inputs are both negative */
++  if (xe > ye)
++  return y;
++  else if (xe < ye)
++  return x;
++  }
+ 
+-  /* Compare mantissa */
++  /* Signs and exponents of inputs are equal, let's compare mantissas */

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

2017-09-27 Thread Jeroen Roovers
commit: c997fe8351d6a4d080863a66df589dc91da8af2d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 16:23:50 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 16:23:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c997fe83

x11-drivers/nvidia-drivers: Stable for AMD64 x86 too.

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

 x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild
index fdf2ecadf1e..cb1d6724ae9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/${PV%.*}"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 RESTRICT="bindist mirror"
 EMULTILIB_PKG="true"
 



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

2017-09-27 Thread Jeroen Roovers
commit: 1cf2e0f849fd13c97b26adb181ddb6f5bda67141
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 16:13:11 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 16:13:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf2e0f8

x11-drivers/nvidia-drivers: Raise compatible kernel version.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild
index 59ee6f6b715..fdf2ecadf1e 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-375.82.ebuild
@@ -91,11 +91,11 @@ nvidia_drivers_versions_check() {
die "Unexpected \${DEFAULT_ABI} = ${DEFAULT_ABI}"
fi
 
-   if use kernel_linux && kernel_is ge 4 12; then
+   if use kernel_linux && kernel_is ge 4 14; then
ewarn "Gentoo supports kernels which are supported by NVIDIA"
ewarn "which are limited to the following kernels:"
-   ewarn "

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

2017-09-27 Thread Jeroen Roovers
commit: b29df90d1b5d2929c26f42feec6964b0dd5829fc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 16:10:30 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 16:11:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29df90d

x11-drivers/nvidia-drivers: Version bump.

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 x11-drivers/nvidia-drivers/Manifest|   6 +
 .../files/nvidia-drivers-375.82-profiles-rc.patch  |  11 +
 .../nvidia-drivers/nvidia-drivers-375.82.ebuild| 569 +
 3 files changed, 586 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 6ba3b6ba9d1..a224ca98cd0 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -5,6 +5,7 @@ DIST NVIDIA-FreeBSD-x86-340.102.tar.gz 12057262 SHA256 
d3edf43d6fc518869c35ae8d9
 DIST NVIDIA-FreeBSD-x86-340.104.tar.gz 60305172 SHA256 
28c5fdd306e50c3e9ef23f68a63c90be0717231595fa3fec700b00117ba990e1 SHA512 
051bb0e0be3a70f3d3265c493c96a1ac249730ce2c1b4a97f7fb4797daa92af066f2bb88b922a80e4a7f5d3e5d37e0ec8ac3f9fdda77e68c905ef55f47ccbc8e
 WHIRLPOOL 
8212e5ff3dafc18e9caad5ce68b7c4eb1881fdfaf64cf7e63bda2d69464e8972097f6cb5be2672bb0a7fad307a44acd0732b77a005e479147fe21f901dab8afa
 DIST NVIDIA-FreeBSD-x86-375.39.tar.gz 59111267 SHA256 
ca39ab55716516bbca62fc888ec786745a8df7f346e68703f54e1a42afad733e SHA512 
8f5bf9ffc731ca90a2604b80c3974ee123a12d7db9ee9be1811f5e78711798d7a29737a3651406c1c5e24a197d50f2f2fc39d94c8d11f9700900ef13266a5bf7
 WHIRLPOOL 
e6ce83478238b2f6497ed48688531a6ba4bf78baa2d376e6c8a0f04b35039ed1532a4618f8a53c60ab0778330313ca1e9eecb836a4ade4c5b006844386d4b23f
 DIST NVIDIA-FreeBSD-x86-375.66.tar.gz 59154988 SHA256 
b664c4796626213e7bee4cace75bf576ffa2943ca26a0414bcf598c8e6ff5614 SHA512 
b034d8bb569d7b4f277aabef9d82c7928c345c27fd25b77d5d843f0e587c9e3f641e1860f4459a06ab3e1e68460743d04553ce919b4c8ecd2a3b624875c78c52
 WHIRLPOOL 
9385aca80b3cf3d00a1b7686a43edcc5c9d7fb20a7223c0642676cb1d084a1cfc19b1e32babfb72b397e651cf3a0ef1adf71f45fc4a8f826476b68407c00497d
+DIST NVIDIA-FreeBSD-x86-375.82.tar.gz 59566154 SHA256 
4a5c17bf40f2edc475fadd08ddb2db169f51d8871c62723b082dd9041d801aa5 SHA512 
6747bf6d6278c6ed0828c6fdcad5353e516f28384609a3f0a885966707eebb096926a876c17843bfa7626a01a6d4e0ab12c781faf9ac0291771b195c9eb13d85
 WHIRLPOOL 
8da17a8e56e7cd831da3544633352f74c053bc376fb2d0d803232c035c8bdc98e2e3688b4954ec7875cf30ec303df296d206e155c5dabf1f05e7fe6af9679e3a
 DIST NVIDIA-FreeBSD-x86-378.13.tar.gz 59610253 SHA256 
aca461f050950f1a3a81137ec8adf2057deaa20ad166bdd4ce8f3e34616e7a98 SHA512 
a0101201089df2bbf5bdc4ded2228dd989da6a47da31c3ec8d55916b1ff3457924555f82c7381934745fdc1b1f8f78e3fc10e5089279eb13423628dbfe560c6b
 WHIRLPOOL 
ac67d07d3ffb0959f685b7d59de152ba8fc97e11c30ed3f1a200511bcaf3de1cd1879147f37fde66a1c8d13dd327aac8a9ac78d42cc9656ef79e3180897aaef1
 DIST NVIDIA-FreeBSD-x86-381.22.tar.gz 60112159 SHA256 
f309408941c7d393fe51b2356bd424791558b70f8f17f8856fbbefb1bcf74138 SHA512 
ffe5882051fad081854e7b7fefe86a4da55b263b2ca217664991a7e0d84ff2f22d62a37c89afd578f3c99c12be897e5db7a3d1c71c747df655af8e220eb983fa
 WHIRLPOOL 
42bd9205e28d067b1f7417607da21cd66411cefbd1cec74807bbdcee2255e758df2eb15f79a0c3fe1dde7d9f010cfcf648bb6a5890b4637ea7f799cc0810340d
 DIST NVIDIA-FreeBSD-x86-384.59.tar.gz 63257550 SHA256 
0ae4aeb3beab6be586cd76f193d03ee7aa7397c66bfcdc84ab6629f808543bb0 SHA512 
00598c3fe0d2361e0a8cf945fee19edb884c3bba059000d5103ea45c1f36a06238017752130ac7d8cdca0a7be87109dbb76b5cd318a5263495cbf0b91fc45fb9
 WHIRLPOOL 
12a9d4d5fbe5af9370e40ecea9fff7b9ffd868da988dd69bc9ad9b27529401a7f910f7013cb1a3765b5edd175c9c97eab0ecdce858c44adf5d8e6450ddcb38ee
@@ -17,6 +18,7 @@ DIST NVIDIA-FreeBSD-x86_64-340.102.tar.gz 60862932 SHA256 
6d1108c2e8d1b25eb16cd8
 DIST NVIDIA-FreeBSD-x86_64-340.104.tar.gz 61176133 SHA256 
93b8ff6dacf1aa9f3b47af7bbcc09397ead6614edff46c85f2f1c5d5aec9a59d SHA512 
d7535527fb9ffc820509da8d0b159c70627c72a7182c354448851a334fcd5b8835046d0e9812079af2fa92de0f3fce299a67e70ef50697a2a1f33b8d995e7f73
 WHIRLPOOL 
942075e9075879eb4656ee1ca612a0500f90d824cfc77018ee9e2dff804341f5fcd853e200deb0525fd0ecc394d99b15f31f6203854d0a4b0103c187961a74d6
 DIST NVIDIA-FreeBSD-x86_64-375.39.tar.gz 58308585 SHA256 
0d58c450b3391cf28655f15505aaca8d011590efe5dd3ebc6a3212a9d7597b17 SHA512 
2b9e4fe4c850c59050d6f586be743e6e9511d12ee3e5f760b6c6ef5ff2084b7bc147267a7844191db1bfab842806a47054ce8f7534d5fee614efbf08e1faaca4
 WHIRLPOOL 
fe195242a1a3657609eb9ea0eda27daa22fcc40beaa35e3cfcda575978361f68da27a46411ad38a93bef333bba91c06b911545d4d14f19b3dd2d085ae7012408
 DIST NVIDIA-FreeBSD-x86_64-375.66.tar.gz 58343065 SHA256 
f6977d58d57818c27989d0c87dff0bdcb348a57ac18e0607ba03fa7489caa089 SHA512 
7a222192c04c6cc3fb7818caebb45b4f4e3c9f702bcc14400cc9a7d3d83daae40ff254b70b3845a44fa120b702734b4619f5d4c5a8d25300becfc5f73710f3e9
 WHIRLPOOL 

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

2017-09-27 Thread Ian Stakenvicius
commit: 6235a7e86553a882cf5a01d1e1655700d9752379
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Sep 27 16:04:18 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Sep 27 16:04:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6235a7e8

package.use.mask system-icu for firefox-56+, remove it on 17.0 profiles

 profiles/base/package.use.mask  | 2 ++
 profiles/releases/17.0/package.use.mask | 6 ++
 2 files changed, 8 insertions(+)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index 34228de8980..c41d88df681 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -8,8 +8,10 @@
 # mask everywhere, unmask on arch/*) use arch/base.
 
 # Pawel Hajdan jr  (18 Sep 2017)
+# Ian Stakenvicius  (27 Sep 2017)
 # Depends on >=icu-59, still masked.
 >=www-client/chromium-62.0.3202.9 system-icu
+>=www-client/firefox-56.0 system-icu
 
 # Andreas K. Huettel  (9 Sep 2017)
 # Potentially destructive. Use it only if you know what you're doing.

diff --git a/profiles/releases/17.0/package.use.mask 
b/profiles/releases/17.0/package.use.mask
index 9a6609274ad..d95b5b9f3a6 100644
--- a/profiles/releases/17.0/package.use.mask
+++ b/profiles/releases/17.0/package.use.mask
@@ -9,3 +9,9 @@ sys-devel/gcc -pie
 # Qt-4 will never work with >=icu-59, see bug 618638 and bug 618640
 dev-qt/qtcore:4 icu
 dev-qt/qtwebkit:4 icu
+
+# Ian Stakenvicius  (27 Sep 2017)
+# Remove system-icu masks (see base/package.use.mask)
+# that prevent the >=icu-59 dependency
+>=www-client/chromium-62.0.3202.9 -system-icu
+>=www-client/firefox-56.0 -system-icu



[gentoo-commits] repo/gentoo:master commit in: media-gfx/slic3r/files/, media-gfx/slic3r/

2017-09-27 Thread Ian Stakenvicius
commit: 583527c74d677920d06fdcbbd91931e090eed384
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Sep 27 15:46:18 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Sep 27 15:48:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583527c7

media-gfx/slic3r: make v1.2.9 code c++11 compatible for gcc6+

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

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 media-gfx/slic3r/files/slic3r-1.2.9-c++11.patch | 38 +
 media-gfx/slic3r/slic3r-1.2.9-r2.ebuild |  3 +-
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/media-gfx/slic3r/files/slic3r-1.2.9-c++11.patch 
b/media-gfx/slic3r/files/slic3r-1.2.9-c++11.patch
new file mode 100644
index 000..f6b15d70a1a
--- /dev/null
+++ b/media-gfx/slic3r/files/slic3r-1.2.9-c++11.patch
@@ -0,0 +1,38 @@
+--- a/xs/src/libslic3r/Config.hpp  2015-06-17 04:38:28.0 -0400
 b/xs/src/libslic3r/Config.hpp  2017-09-27 10:59:26.527103728 -0400
+@@ -65,7 +65,7 @@
+ 
+ bool deserialize(std::string str) {
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 
+@@ -124,7 +124,7 @@
+ 
+ bool deserialize(std::string str) {
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 
+@@ -249,7 +249,7 @@
+ bool deserialize(std::string str) {
+ // don't try to parse the trailing % since it's optional
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 
+@@ -279,7 +279,7 @@
+ bool deserialize(std::string str) {
+ this->percent = str.find_first_of("%") != std::string::npos;
+ std::istringstream iss(str);
+-return iss >> this->value;
++return static_cast(iss >> this->value);
+ };
+ };
+ 

diff --git a/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild 
b/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
index 541c5bbd7b3..21f22728472 100644
--- a/media-gfx/slic3r/slic3r-1.2.9-r2.ebuild
+++ b/media-gfx/slic3r/slic3r-1.2.9-r2.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
@@ -64,6 +64,7 @@ S="${WORKDIR}/Slic3r-${PV}/xs"
 src_prepare() {
pushd "${WORKDIR}/Slic3r-${PV}" || die
eapply "${FILESDIR}/${P}-adjust_var_path.patch"
+   eapply "${FILESDIR}/${P}-c++11.patch"
eapply_user
popd || die
 }



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

2017-09-27 Thread Matthias Maier
commit: 233ef221a42a751d914bb6fa634f49a020a6006d
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Sep 27 15:10:44 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Sep 27 15:12:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233ef221

app-emulation/libvirt: version bump to 3.7.0, bug #632118

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/libvirt/Manifest   | 1 +
 app-emulation/libvirt/libvirt-3.6.0.ebuild   | 2 +-
 app-emulation/libvirt/{libvirt-3.6.0.ebuild => libvirt-3.7.0.ebuild} | 5 ++---
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 3bd43fe342a..c0bbf2a92cd 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1 +1,2 @@
 DIST libvirt-3.6.0.tar.xz 14797704 SHA256 
3a2c97f6950796f300f6a2e0404f4de8e51c3b9430cdb82738439adb0ac59e3d SHA512 
6cde735a18cb71c9e6dbb25cd2a8f9c72d55ad7d74bdf97b00d784593f0bc59498917fb235ce04de4428899241520d87bf19c015b80282b3d0c12918d9b8b288
 WHIRLPOOL 
8185ad998158bac9aa6bc0dd0f590a3d9fb393ad94d308bdc84e60ac5c56e110d5f4a2355e2a10b01a6521d8261ae7484aee275e12a17cc7f2830f169e990596
+DIST libvirt-3.7.0.tar.xz 14803752 SHA256 
4e7bcb209eeef99f026484293abc733e30ed06dabcdde62c4c3e95f71b2b67ba SHA512 
b3f7021ef4c6954430f8fa503f0c49e3df4f662b228cb631ba2c2139ecec2307dde6cec05037cc28663e82ab1001296c20c5c68acd183cd364dd484a7746f498
 WHIRLPOOL 
93ae283bd9048983ea6f1bb9572a94313b40c0d7e82c8d61fc36c6b2fde6b2d1a16333a2ac89ef0675130eda07b5268d2ed3ddaef8305dd04858291559b95850

diff --git a/app-emulation/libvirt/libvirt-3.6.0.ebuild 
b/app-emulation/libvirt/libvirt-3.6.0.ebuild
index 62d8c9d5b3c..d4d2786ca14 100644
--- a/app-emulation/libvirt/libvirt-3.6.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.6.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt.git"
SRC_URI=""
-   KEYWORDS="amd64"
+   KEYWORDS=""
SLOT="0"
 else
# Versions with 4 numbers are stable updates:

diff --git a/app-emulation/libvirt/libvirt-3.6.0.ebuild 
b/app-emulation/libvirt/libvirt-3.7.0.ebuild
similarity index 98%
copy from app-emulation/libvirt/libvirt-3.6.0.ebuild
copy to app-emulation/libvirt/libvirt-3.7.0.ebuild
index 62d8c9d5b3c..8df3d9b0ab5 100644
--- a/app-emulation/libvirt/libvirt-3.6.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.7.0.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
EGIT_REPO_URI="git://libvirt.org/libvirt.git"
SRC_URI=""
-   KEYWORDS="amd64"
+   KEYWORDS=""
SLOT="0"
 else
# Versions with 4 numbers are stable updates:
@@ -18,7 +18,7 @@ else
else
SRC_URI="http://libvirt.org/sources/${P}.tar.xz;
fi
-   KEYWORDS="amd64 ~arm64 x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0/${PV}"
 fi
 
@@ -126,7 +126,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-3.0.0-fix_paths_for_apparmor.patch
"${FILESDIR}"/${PN}-1.3.4-glibc-2.23.patch
"${FILESDIR}"/${PN}-3.1.0-musl-fix-includes.patch  # bug #609488
-   "${FILESDIR}"/${PN}-3.6.0-ssh-malicious-hostname-fix.patch # bug #629462
 )
 
 pkg_setup() {



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

2017-09-27 Thread Matthias Maier
commit: 783ee55ef4f598df2ec1538e07d29797b87df9b5
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Sep 27 15:08:11 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Sep 27 15:12:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783ee55e

app-emulation/libvirt: remove openvz-sources dependency

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/libvirt/libvirt-3.6.0.ebuild | 1 -
 app-emulation/libvirt/libvirt-.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-3.6.0.ebuild 
b/app-emulation/libvirt/libvirt-3.6.0.ebuild
index 8bac314f570..62d8c9d5b3c 100644
--- a/app-emulation/libvirt/libvirt-3.6.0.ebuild
+++ b/app-emulation/libvirt/libvirt-3.6.0.ebuild
@@ -80,7 +80,6 @@ RDEPEND="
>sys-process/numactl-2.0.2
sys-process/numad
)
-   openvz? ( sys-kernel/openvz-sources:* )
parted? (
>=sys-block/parted-1.8[device-mapper]
sys-fs/lvm2[-device-mapper-only(-)]

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index 7114c05fd88..9ae7d7ea4e4 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -80,7 +80,6 @@ RDEPEND="
>sys-process/numactl-2.0.2
sys-process/numad
)
-   openvz? ( sys-kernel/openvz-sources:* )
parted? (
>=sys-block/parted-1.8[device-mapper]
sys-fs/lvm2[-device-mapper-only(-)]



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

2017-09-27 Thread Matthias Maier
commit: 6f64b5f6edf1cfa49f232c3999b87bdd45c58310
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Sep 27 15:11:38 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Sep 27 15:12:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f64b5f6

dev-python/libvirt-python: version bump to 3.7.0, bug #632118

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/libvirt-python/Manifest |  1 +
 .../libvirt-python/libvirt-python-3.7.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index 811347b817b..208a17947df 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1 +1,2 @@
 DIST libvirt-python-3.6.0.tar.gz 181778 SHA256 
ecb9cbc8b1f33b245b04e3a937d8483584ab7a18258b217be96661343a4b1ad0 SHA512 
333f991fc69b509b2eda67ee70dea39cc9d1ff36b1abb6a881296313ffebfb5ed41de8443534f19b27a70271548214fa94a12e7f59dc217492edf0bbede9
 WHIRLPOOL 
6f13ee521713c3540e649c9c9edf6fc0427e0c4563305a42366796352fc99867bc79dd5ce61db0d7b79dc02957f8854c5664f5b5952a402c614e19264167546b
+DIST libvirt-python-3.7.0.tar.gz 182372 SHA256 
1e4a8a8b08ef8f2502088f26ce3aced415d55ef808d8301dfed023f45154c06f SHA512 
2f37d860d9ee203af3765a1b8d7f8981a8e51b5e6c78170d4bd80d0b23b9f5997725d81ff8c4ed4e5bb218346913321a3b4b8e2d337fd3cb8eeb95ac78256413
 WHIRLPOOL 
b35f8aa071beb14ebf4be233bac190c6022d7ad56788f28bf3c8d265faa8fc514e0604beea9ccd8b703079fbec65de5c5b20ec6b8d00693cf6a6c7b9afc8bd75

diff --git a/dev-python/libvirt-python/libvirt-python-3.7.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-3.7.0.ebuild
new file mode 100644
index 000..c16440985c3
--- /dev/null
+++ b/dev-python/libvirt-python/libvirt-python-3.7.0.ebuild
@@ -0,0 +1,46 @@
+# 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} )
+
+MY_P="${P/_rc/-rc}"
+
+inherit distutils-r1
+
+if [[ ${PV} = ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
+   SRC_URI=""
+   KEYWORDS=""
+   RDEPEND="app-emulation/libvirt:=[-python(-)]"
+else
+   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   RDEPEND="app-emulation/libvirt:0/${PV}"
+fi
+S="${WORKDIR}/${P%_rc*}"
+
+DESCRIPTION="libvirt Python bindings"
+HOMEPAGE="https://www.libvirt.org;
+LICENSE="LGPL-2"
+SLOT="0"
+IUSE="examples test"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+   distutils-r1_python_install_all
+}



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

2017-09-27 Thread Matthias Maier
commit: ed84c3e512aa1c20678857517d370931cf9cca55
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Sep 27 15:04:15 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Sep 27 15:12:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed84c3e5

dev-python/libvirt-python: drop old, bug #629462

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/libvirt-python/Manifest |  1 -
 .../libvirt-python/libvirt-python-3.3.0.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/libvirt-python/Manifest 
b/dev-python/libvirt-python/Manifest
index f6d77b031aa..811347b817b 100644
--- a/dev-python/libvirt-python/Manifest
+++ b/dev-python/libvirt-python/Manifest
@@ -1,2 +1 @@
-DIST libvirt-python-3.3.0.tar.gz 179552 SHA256 
e0bb7dcb98bef4933bb9d5e6e944388cdb002515eb9053a42447e89e4642fe57 SHA512 
3d90e99abe813f2ba684c24631d8e8cd6a5b44564351ae3f0b75d426f80d046c00ed6358273b68ad751707a93666564dfecfb7fb7d93d2c27c71a344542fe793
 WHIRLPOOL 
dab0e88aecc007f41505d20bc9886b9508cab7d19211f426cad7e2c65da720b4a236acbd3acd77bb35d7e3a98431764f5722035cc2f62c813864a76d42b8b73e
 DIST libvirt-python-3.6.0.tar.gz 181778 SHA256 
ecb9cbc8b1f33b245b04e3a937d8483584ab7a18258b217be96661343a4b1ad0 SHA512 
333f991fc69b509b2eda67ee70dea39cc9d1ff36b1abb6a881296313ffebfb5ed41de8443534f19b27a70271548214fa94a12e7f59dc217492edf0bbede9
 WHIRLPOOL 
6f13ee521713c3540e649c9c9edf6fc0427e0c4563305a42366796352fc99867bc79dd5ce61db0d7b79dc02957f8854c5664f5b5952a402c614e19264167546b

diff --git a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild 
b/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
deleted file mode 100644
index 7361e9b767d..000
--- a/dev-python/libvirt-python/libvirt-python-3.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-MY_P="${P/_rc/-rc}"
-
-inherit distutils-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt-python.git"
-   SRC_URI=""
-   KEYWORDS="amd64 x86"
-   RDEPEND="app-emulation/libvirt:=[-python(-)]"
-else
-   SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz;
-   KEYWORDS="amd64 x86"
-   RDEPEND="app-emulation/libvirt:0/${PV}"
-fi
-S="${WORKDIR}/${P%_rc*}"
-
-DESCRIPTION="libvirt Python bindings"
-HOMEPAGE="https://www.libvirt.org;
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE="examples test"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? ( dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   if use examples; then
-   dodoc -r examples
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



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

2017-09-27 Thread Matthias Maier
commit: c122fff41902ba3749531883044eb6121ff4dc49
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Sep 27 15:05:24 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Sep 27 15:12:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c122fff4

app-emulation/libvirt: drop old, bug #629462

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/libvirt/Manifest |   1 -
 app-emulation/libvirt/libvirt-3.3.0.ebuild | 382 -
 2 files changed, 383 deletions(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 3b446623061..3bd43fe342a 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,2 +1 @@
-DIST libvirt-3.3.0.tar.xz 14043384 SHA256 
29e00984174e33cf2183b478382c017de26860452ffee17b73871051264ebb1b SHA512 
69166ddd7d4b9ef3b1bf2466e781139ef9b4d224a64acc7b8e6fca8786d36482138a1fe7b7407c0fca3b3d012cb418d168671a3e65e428f023c16493b7718c2d
 WHIRLPOOL 
1b2688f6b9a89608677070b5ce1fd2b2af115336126d4214071bc1abba25056d54dbbf16d6bdfab7582b252a833d3e53e51175d552d5c936b08973c0eed76643
 DIST libvirt-3.6.0.tar.xz 14797704 SHA256 
3a2c97f6950796f300f6a2e0404f4de8e51c3b9430cdb82738439adb0ac59e3d SHA512 
6cde735a18cb71c9e6dbb25cd2a8f9c72d55ad7d74bdf97b00d784593f0bc59498917fb235ce04de4428899241520d87bf19c015b80282b3d0c12918d9b8b288
 WHIRLPOOL 
8185ad998158bac9aa6bc0dd0f590a3d9fb393ad94d308bdc84e60ac5c56e110d5f4a2355e2a10b01a6521d8261ae7484aee275e12a17cc7f2830f169e990596

diff --git a/app-emulation/libvirt/libvirt-3.3.0.ebuild 
b/app-emulation/libvirt/libvirt-3.3.0.ebuild
deleted file mode 100644
index 66c3fa5acfb..000
--- a/app-emulation/libvirt/libvirt-3.3.0.ebuild
+++ /dev/null
@@ -1,382 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils user linux-info systemd readme.gentoo-r1
-
-if [[ ${PV} = ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="git://libvirt.org/libvirt.git"
-   SRC_URI=""
-   KEYWORDS="amd64 x86"
-   SLOT="0"
-else
-   # Versions with 4 numbers are stable updates:
-   if [[ ${PV} =~ ^[0-9]+(\.[0-9]+){3} ]]; then
-   SRC_URI="http://libvirt.org/sources/stable_updates/${P}.tar.xz;
-   else
-   SRC_URI="http://libvirt.org/sources/${P}.tar.xz;
-   fi
-   KEYWORDS="amd64 x86"
-   SLOT="0/${PV}"
-fi
-
-DESCRIPTION="C toolkit to manipulate virtual machines"
-HOMEPAGE="http://www.libvirt.org/;
-LICENSE="LGPL-2.1"
-IUSE="
-   apparmor audit +caps +dbus firewalld fuse glusterfs iscsi +libvirtd lvm
-   libssh lxc +macvtap nfs nls numa openvz parted pcap phyp policykit
-   +qemu rbd sasl selinux +udev uml +vepa virtualbox virt-network
-   wireshark-plugins xen zeroconf zfs elibc_glibc
-"
-
-REQUIRED_USE="
-   firewalld? ( virt-network )
-   libvirtd? ( || ( lxc openvz qemu uml virtualbox xen ) )
-   lxc? ( caps libvirtd )
-   openvz? ( libvirtd )
-   policykit? ( dbus )
-   qemu? ( libvirtd )
-   uml? ( libvirtd )
-   vepa? ( macvtap )
-   virt-network? ( libvirtd )
-   virtualbox? ( libvirtd )
-   xen? ( libvirtd )"
-
-# gettext.sh command is used by the libvirt command wrappers, and it's
-# non-optional, so put it into RDEPEND.
-# We can use both libnl:1.1 and libnl:3, but if you have both installed, the
-# package will use 3 by default. Since we don't have slot pinning in an API,
-# we must go with the most recent
-RDEPEND="
-   app-misc/scrub
-   dev-libs/libgcrypt:0
-   dev-libs/libnl:3
-   >=dev-libs/libxml2-2.7.6
-   || ( >=net-analyzer/netcat6-1.0-r2 
>=net-analyzer/openbsd-netcat-1.105-r1 )
-   >=net-libs/gnutls-1.0.25:0=
-   net-libs/libssh2
-   >=net-misc/curl-7.18.0
-   sys-apps/dmidecode
-   >=sys-apps/util-linux-2.17
-   sys-devel/gettext
-   sys-libs/ncurses:0=
-   sys-libs/readline:=
-   apparmor? ( sys-libs/libapparmor )
-   audit? ( sys-process/audit )
-   caps? ( sys-libs/libcap-ng )
-   dbus? ( sys-apps/dbus )
-   elibc_glibc? ( sys-libs/glibc[rpc(+)] )
-   firewalld? ( net-firewall/firewalld )
-   fuse? ( >=sys-fs/fuse-2.8.6 )
-   glusterfs? ( >=sys-cluster/glusterfs-3.4.1 )
-   iscsi? ( sys-block/open-iscsi )
-   libssh? ( net-libs/libssh )
-   lvm? ( >=sys-fs/lvm2-2.02.48-r2[-device-mapper-only(-)] )
-   nfs? ( net-fs/nfs-utils )
-   numa? (
-   >sys-process/numactl-2.0.2
-   sys-process/numad
-   )
-   openvz? ( sys-kernel/openvz-sources:* )
-   parted? (
-   >=sys-block/parted-1.8[device-mapper]
-   sys-fs/lvm2[-device-mapper-only(-)]
-   )
-   pcap? ( >=net-libs/libpcap-1.0.0 )
-   policykit? ( >=sys-auth/polkit-0.9 )
-   qemu? (
-   >=app-emulation/qemu-0.13.0
-   dev-libs/yajl
-   )
-  

[gentoo-commits] repo/gentoo:master commit in: media-gfx/kgraphviewer/files/, media-gfx/kgraphviewer/

2017-09-27 Thread Johannes Huber
commit: 84afcc944e02fbbd6b486348dc5bcaecfc755681
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Sep 27 14:34:05 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Sep 27 14:34:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84afcc94

media-gfx/kgraphviewer: Remove 2.4.0

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-gfx/kgraphviewer/Manifest|  1 -
 .../files/kgraphviewer-2.4.0-desktop.patch | 25 --
 media-gfx/kgraphviewer/kgraphviewer-2.4.0.ebuild   | 40 --
 3 files changed, 66 deletions(-)

diff --git a/media-gfx/kgraphviewer/Manifest b/media-gfx/kgraphviewer/Manifest
index dac323c1577..4a60e505b57 100644
--- a/media-gfx/kgraphviewer/Manifest
+++ b/media-gfx/kgraphviewer/Manifest
@@ -1,2 +1 @@
-DIST kgraphviewer-2.4.0.tar.xz 1564876 SHA256 
88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4 SHA512 
5a5664f19ffef90299d2746600e5f4e37749539f243e7fe4041844ac792d056bb04ebbbd83fa67f06ad63501080dc9f7fed3e841c025527252620b69a2a0a188
 WHIRLPOOL 
d3b5ba1a86db7ce24854c8773df1c52ba9051aa4ab702117be6edef2f3cacfb2bc98e102b74bb5460feb302b799d37c59b48cad3adb31e1cf8fd8f51e1bfa3df
 DIST kgraphviewer-2.4.2.tar.xz 1565692 SHA256 
49438b4e6cca69d2e658de50059f045ede42cfe78ee97cece35959e29ffb85c9 SHA512 
2a25f8493881ffa057602e7a141ea610b8db7c43da2db007aea118e2ec7b1f069fbfa6ca80b0e1048c9b20535764679c8d77027337c47a4c18e5240c3058d935
 WHIRLPOOL 
9cdf603f7c2f8611c4f65f5a885ff40d937fa5f87c52e9a8837da455c6d4b6305beef124f1f0017866d4d353cb79232edf9f038a36a7abc0d9aad23e2456c271

diff --git a/media-gfx/kgraphviewer/files/kgraphviewer-2.4.0-desktop.patch 
b/media-gfx/kgraphviewer/files/kgraphviewer-2.4.0-desktop.patch
deleted file mode 100644
index 112ca6e0a00..000
--- a/media-gfx/kgraphviewer/files/kgraphviewer-2.4.0-desktop.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9e1f02b3fdb7d6f410ae7563349b7a07544dd3c6 Mon Sep 17 00:00:00 2001
-From: Jonathan Riddell 
-Date: Tue, 12 Sep 2017 16:46:43 +0100
-Subject: desktop-mime-but-no-exec-code
-

- src/org.kde.kgraphviewer.desktop | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/org.kde.kgraphviewer.desktop 
b/src/org.kde.kgraphviewer.desktop
-index 42c6cc2..6e4aa15 100644
 a/src/org.kde.kgraphviewer.desktop
-+++ b/src/org.kde.kgraphviewer.desktop
-@@ -37,7 +37,7 @@ Name[uk]=KGraphViewer
- Name[x-test]=xxKGraphViewerxx
- Name[zh_TW]=KGraphViewer
- MimeType=text/vnd.graphviz
--Exec=kgraphviewer -qwindowtitle %c
-+Exec=kgraphviewer -qwindowtitle %c %u
- Icon=kgraphviewer
- Type=Application
- Categories=Qt;KDE;Graphics;Viewer;2DGraphics;DataVisualization;
--- 
-cgit v0.11.2
-

diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.4.0.ebuild 
b/media-gfx/kgraphviewer/kgraphviewer-2.4.0.ebuild
deleted file mode 100644
index e7eef83a040..000
--- a/media-gfx/kgraphviewer/kgraphviewer-2.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-inherit kde5
-
-DESCRIPTION="Graphviz dot graph file viewer"
-HOMEPAGE="https://www.kde.org/applications/graphics/kgraphviewer/;
-[[ ${PV} != ** ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2 FDL-1.2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kparts)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_qt_dep qtdbus)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtprintsupport)
-   $(add_qt_dep qtsvg)
-   $(add_qt_dep qtwidgets)
-   >=media-gfx/graphviz-2.30
-"
-DEPEND="${COMMON_DEPEND}
-   dev-libs/boost
-"
-RDEPEND="${COMMON_DEPEND}
-   !media-gfx/kgraphviewer:4
-"
-
-PATCHES=( "${FILESDIR}/${P}-desktop.patch" )



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

2017-09-27 Thread Johannes Huber
commit: 3fdf4984c1653735501fc724b9953bdd3625f8e3
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed Sep 27 14:32:49 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed Sep 27 14:32:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdf4984

media-gfx/kgraphviewer: Version bump 2.4.2

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-gfx/kgraphviewer/Manifest  |  1 +
 media-gfx/kgraphviewer/kgraphviewer-2.4.2.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/media-gfx/kgraphviewer/Manifest b/media-gfx/kgraphviewer/Manifest
index 79b5a2bfd1d..dac323c1577 100644
--- a/media-gfx/kgraphviewer/Manifest
+++ b/media-gfx/kgraphviewer/Manifest
@@ -1 +1,2 @@
 DIST kgraphviewer-2.4.0.tar.xz 1564876 SHA256 
88c2fd6514e49404cfd76cdac8ae910511979768477f77095d2f53dca0f231b4 SHA512 
5a5664f19ffef90299d2746600e5f4e37749539f243e7fe4041844ac792d056bb04ebbbd83fa67f06ad63501080dc9f7fed3e841c025527252620b69a2a0a188
 WHIRLPOOL 
d3b5ba1a86db7ce24854c8773df1c52ba9051aa4ab702117be6edef2f3cacfb2bc98e102b74bb5460feb302b799d37c59b48cad3adb31e1cf8fd8f51e1bfa3df
+DIST kgraphviewer-2.4.2.tar.xz 1565692 SHA256 
49438b4e6cca69d2e658de50059f045ede42cfe78ee97cece35959e29ffb85c9 SHA512 
2a25f8493881ffa057602e7a141ea610b8db7c43da2db007aea118e2ec7b1f069fbfa6ca80b0e1048c9b20535764679c8d77027337c47a4c18e5240c3058d935
 WHIRLPOOL 
9cdf603f7c2f8611c4f65f5a885ff40d937fa5f87c52e9a8837da455c6d4b6305beef124f1f0017866d4d353cb79232edf9f038a36a7abc0d9aad23e2456c271

diff --git a/media-gfx/kgraphviewer/kgraphviewer-2.4.2.ebuild 
b/media-gfx/kgraphviewer/kgraphviewer-2.4.2.ebuild
new file mode 100644
index 000..0a59fe5f203
--- /dev/null
+++ b/media-gfx/kgraphviewer/kgraphviewer-2.4.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="Graphviz dot graph file viewer"
+HOMEPAGE="https://www.kde.org/applications/graphics/kgraphviewer/;
+[[ ${PV} != ** ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2 FDL-1.2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kparts)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_qt_dep qtdbus)
+   $(add_qt_dep qtgui)
+   $(add_qt_dep qtprintsupport)
+   $(add_qt_dep qtsvg)
+   $(add_qt_dep qtwidgets)
+   >=media-gfx/graphviz-2.30
+"
+DEPEND="${COMMON_DEPEND}
+   dev-libs/boost
+"
+RDEPEND="${COMMON_DEPEND}
+   !media-gfx/kgraphviewer:4
+"



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

2017-09-27 Thread Paweł Hajdan
commit: c172f39f803a4b05cdca9610d41263061ab5a251
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Wed Sep 27 12:32:01 2017 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Wed Sep 27 12:32:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c172f39f

www-client/chromium: dev channel bump (63.0.3223.8)

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 www-client/chromium/Manifest   |  2 +-
 ...-63.0.3213.3.ebuild => chromium-63.0.3223.8.ebuild} |  4 +---
 .../chromium/files/chromium-gn-bootstrap-r20.patch | 18 ++
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 7353040b16e..30603be5421 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-61.0.3163.100.tar.xz 556305252 SHA256 
4135968cac6623c1d2b224494600cd274098cce41c298f8c3908b354a34c281b SHA512 
4dfd3a493ceb7c605eeab6f387541273d529e8b935a6104927e34836469aedcfcbb4a1154591585621d5c2e842e68701d32328acba842f840a20498822165f78
 WHIRLPOOL 
a02443375a59073ad350665a46c978b67e1026078822b3a34f9fb1099a1bc62933ec25c6135c107388ebf21362d0e6a04e394a60275dd1e30b31c145ee7f93e8
 DIST chromium-62.0.3202.18.tar.xz 517017924 SHA256 
38d76599b999e3636c3eb60888acd34ea8a8d7e24e6dba21ec7ae39d2045d47f SHA512 
7017bc7f17af969fc460f0001ae935dca48253d2dea65d5375a126434549bb7ce748518c716b6d06aa6ae357577ca08ec73c7fe0e11b606595c15768388bab87
 WHIRLPOOL 
305ca8e55bbd2d87c1b6444ed2580b2c6992c2c5072b0abc9751190e07e0a57bb2180d751aaf5a248beea8467c6888f681c1d76a0a7cfb6ccfc2ae5d9669f2ec
 DIST chromium-62.0.3202.9.tar.xz 516991748 SHA256 
d801d431417736098ee4bf4ecaea642f5fe6101ea88a4cf7b06a04da58331199 SHA512 
26e253dc0b779408116e4fbcc41e306afbd34687a9cb9f748d49381cec4ace4a094630aec5be14878584051696c261052ce7b07fd75b9680217165afd3909fe9
 WHIRLPOOL 
82645f14dd1a19faecc8b8af3fcfef03b2e14cb04c0ad8653bf9e11ef84169ecae7d8fdcbed1a84da0433f621dbbb331319670bb9cb0723759df617dd46e4617
-DIST chromium-63.0.3213.3.tar.xz 532417800 SHA256 
a9c680b181f18be8b39945e715b8a54640af74a4ed85c65a9de038085ad8be77 SHA512 
994ef6b733d3e3bc35ead7281ca9274206f1ca1f810f0890afa45eeeca164606ff219660452083034a29e37b861bd8f0dcd037874ff5aff21a314d96292c7f75
 WHIRLPOOL 
ab274e2fcbbf2c8deb8d5955182b9b071a0b13ca0d0dddf4b61655e6553f7fec403760fa7e23fb89b63a019a522c4a35d740b7af1ca0068fdbda506c7b3f7bfb
 DIST chromium-63.0.3218.0.tar.xz 544430944 SHA256 
36e7e6837cd77848e13e6558b9c7740f362a4f28869d9bfda2cf19615acca7fd SHA512 
a55bb2475c8423e21d0448b4fb7a2af73811b29e2fb67d11febf1611b549363cdd6b68ac50c1397a934bedfefaf51e55d8721ad58593ca0d9b6c4b7310376e1b
 WHIRLPOOL 
94ec530900797cd5a464393e3a8f172621e7687d71a9608b6551f1ec11b9658ea801d8af3478be5d7ddf1a7d2f3d0182ccf4196f8fabb6a5cd2a051a097c89ac
+DIST chromium-63.0.3223.8.tar.xz 541587956 SHA256 
bced462e16a28ff0a3896539e6c7f72e76cb7ba16640a6cac9a533ec4b8f5ee5 SHA512 
6ca0efac47adee14b04cba312397b80aeaed1b0ce9bee427c508c44636ab9a1668f743bd3939d83417129d7e83c38c2f95b72c502c6d834056cf7477ef8b4de8
 WHIRLPOOL 
b9f526eec3626b93f2541461b9b3a79bef283de62d99e30c209859e686db8e09ed327f90d0811703d699e9813cb86e0002be93fa42372e65afef1c96b8c91d35

diff --git a/www-client/chromium/chromium-63.0.3213.3.ebuild 
b/www-client/chromium/chromium-63.0.3223.8.ebuild
similarity index 99%
rename from www-client/chromium/chromium-63.0.3213.3.ebuild
rename to www-client/chromium/chromium-63.0.3223.8.ebuild
index 1016d25f626..222538cbccb 100644
--- a/www-client/chromium/chromium-63.0.3213.3.ebuild
+++ b/www-client/chromium/chromium-63.0.3223.8.ebuild
@@ -97,7 +97,6 @@ DEPEND="${COMMON_DEPEND}
>=dev-util/ninja-1.7.2
>=net-libs/nodejs-4.6.1
sys-apps/hwids[usb(+)]
-   tcmalloc? ( !=sys-devel/bison-2.4.3
sys-devel/flex
virtual/pkgconfig
@@ -146,8 +145,7 @@ PATCHES=(
"${FILESDIR}/${PN}-widevine-r1.patch"
"${FILESDIR}/${PN}-FORTIFY_SOURCE-r2.patch"
"${FILESDIR}/${PN}-gcc5-r2.patch"
-   "${FILESDIR}/${PN}-glibc2.26-r1.patch"
-   "${FILESDIR}/${PN}-gn-bootstrap-r18.patch"
+   "${FILESDIR}/${PN}-gn-bootstrap-r20.patch"
 )
 
 pre_build_checks() {

diff --git a/www-client/chromium/files/chromium-gn-bootstrap-r20.patch 
b/www-client/chromium/files/chromium-gn-bootstrap-r20.patch
new file mode 100644
index 000..4b339e03545
--- /dev/null
+++ b/www-client/chromium/files/chromium-gn-bootstrap-r20.patch
@@ -0,0 +1,18 @@
+--- a/tools/gn/bootstrap/bootstrap.py
 b/tools/gn/bootstrap/bootstrap.py
+@@ -546,6 +546,7 @@ def write_gn_ninja(path, root_gen_dir, options):
+   'base/timer/timer.cc',
+   'base/trace_event/category_registry.cc',
+   'base/trace_event/event_name_filter.cc',
++  'base/trace_event/freed_object_tracker.cc',
+   'base/trace_event/heap_profiler_allocation_context.cc',
+   'base/trace_event/heap_profiler_allocation_context_tracker.cc',
+   

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

2017-09-27 Thread Jeroen Roovers
commit: e7edd4e089939f95b192272aa20ece1daf85ce50
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 12:27:20 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 12:27:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7edd4e0

x11-drivers/nvidia-drivers: Stable for AMD64 x86 (bug #615388).

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

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

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-304.137.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-304.137.ebuild
index 5efbd049adb..de6599d9675 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-304.137.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-304.137.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r1"
 SLOT="0/${PV%.*}"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel static-libs +tools 
+X"
 RESTRICT="bindist mirror"
 EMULTILIB_PKG="true"

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-340.104.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-340.104.ebuild
index 39187a30aba..2543a5ed574 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-340.104.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-340.104.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/${PV%.*}"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel static-libs +tools 
+X uvm"
 RESTRICT="bindist mirror"
 EMULTILIB_PKG="true"



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

2017-09-27 Thread Jeroen Roovers
commit: ffcaa012306d97e9a2696c4f59486238cf8328b4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep 27 12:22:58 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep 27 12:22:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcaa012

x11-drivers/nvidia-drivers: Stable for AMD64 x86 (bug #629044).

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --ignore-arches

 x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild
index 975c27145d1..a2cb0bd7ac1 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-384.90.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="GPL-2 NVIDIA-r2"
 SLOT="0/${PV%.*}"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
 RESTRICT="bindist mirror"
 EMULTILIB_PKG="true"
 



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

2017-09-27 Thread Mike Pagano
commit: 02b946e74f648e5c9dceb7ee1a5edb753135996f
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep 27 12:00:45 2017 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 12:00:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b946e7

sys-kernel/gentoo-sources: Linux patch 4.4.89

Package-Manager: Portage-2.3.8, Repoman-2.3.1

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

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 5db3dde68f4..36555d80d1a 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -28,6 +28,9 @@ DIST genpatches-4.4-91.extras.tar.xz 16468 SHA256 
6cc85cbae6d2ccf087104b5f719abf
 DIST genpatches-4.4-92.base.tar.xz 1433276 SHA256 
dfe3051458c5d39c8ee9c61f63b0b29f8b3bc26efc0e4010f91cd25c31fd6dfd SHA512 
ad6e1aaf436065b6b896e3409bd334da1bd6686d83b0f137db0a392550479cf2e9606799630ac00029e49f7816ebcccb14fb2ede65b634447dd6a98a854d917b
 WHIRLPOOL 
98985a30f1d1c81deaf5b32740cde7ff9b109dd94c0f9d641783a68a33f108d7818e5e53a57cff517376c396d40778223c068b6a778670499bddedd63339841f
 DIST genpatches-4.4-92.experimental.tar.xz 87788 SHA256 
a7ed5ca7822a7d3f69cdc1b693d808b627e9bb283843916b8bd45c676d19922b SHA512 
7bd52a7d4547dea44bb403a2234f377011a72f69e3a466566f6c86e773e48ed6a76fa321d5664d4c0a8386d402bfc45ece1f59d0dc6b6fdfe1bbeee24e6c1c64
 WHIRLPOOL 
a21924bfd2f548f6fa6ca58b5bd971d47afc8aa5d02d6d975675ca1ab136326b18002eca68baa7692bc99b5f03c5cfd33c907676ff387eec7019f8510b297570
 DIST genpatches-4.4-92.extras.tar.xz 16468 SHA256 
ff94045f614320fc7060c48b4952ff30085f86a7080fa388f4cfe65338268052 SHA512 
ad1659644ab6351cfd7942f1fe460b4293eef573cfbb3aa9ba8a15cfa6b9d28de339d46a47d43b2be4c110214765948f0162978cf26c8d184e3973c1a2d823ed
 WHIRLPOOL 
5ec5b6a7d5d7f32e4fa3d3c75601b02c7ab5cfd126f4c0abde8f11782b69b8d1f2b38a471d056b60ba7d1662f9a2372d0068aa4338e7f002e1f1f43dc917ff37
+DIST genpatches-4.4-93.base.tar.xz 1447972 SHA256 
6e3df3e0fbd4b53b6a2dee29c6b7061229b7659834798fb8f0321006ec86dba6 SHA512 
a4acd8ece7f2c31ba2673e3868c91d0fc9e0b9eaec7bf6192c7072776b8ee5ecac6c4ab4e5d8da43d306527d05fe057e2dffbb3f1aec07f4e2e887f26b7caa36
 WHIRLPOOL 
bfb076b708f0ee7833e47a0cb87b7ff2f590ddb46b7673836ec868e7dc52207f056a927b37364e79ccba9dc046ec9521df83b59b273a0f70ff93604d9b9d6fe9
+DIST genpatches-4.4-93.experimental.tar.xz 87784 SHA256 
b8c3ffc21ac844ac68a4936421ebb37db2ab51ad3581ec49a68d780649183bce SHA512 
daf1279b08d9c4ab416fb3d1edf9ecd0da8ef4f06d4ffb86917d74f3902bec20f415404e986afb1c93f3708b97e89404c8ce53670b4589888788bd47efbb8c5f
 WHIRLPOOL 
c11b0b07249fce11dd6daa8a3b61fc68a7d8fb99c9027ce5086ea92d70b8c595ac08b5f9ca2312bd2b697cae086a47747ecedb9252214053c7ef758840eed9ae
+DIST genpatches-4.4-93.extras.tar.xz 16464 SHA256 
2aba285ccbffee2ffedc8f2baba8ab9844fcacb3bfdc4713632ff26662975bea SHA512 
f7bcfc34534d1b731861990f429a5cb3b29fc43ace6cbb5b321338661fa1482bd13f51c25691aab79d5464c822f5bfb5a30eaefb685acd50601dd9462cc0e9ee
 WHIRLPOOL 
1b9a9e3b690676ef1245d032e6ff4bb9b01e4b72669896d45c3fc03add744cf42133a17c0a9097b5f3a3b6d87b14e80ad9a69772a1336d3a92e71a82dea14f0a
 DIST genpatches-4.9-51.base.tar.xz 1001928 SHA256 
4a329d66dedfad74d8d03bb3d13b6aa2ef04d20ccf2520d39b72b0afab5cbfa9 SHA512 
2ab0efa23c556547bd223f066acbebe250346064a3588ee866871e36e3b5b5533ca7a3add6a62b53339acf89dfc8539c42b3877b5a2055ca7e20bc25c5657ca5
 WHIRLPOOL 
c73a7b7c12e399439b3f97061646aeadab5120aaab2c8f8852416ccdbb6a77949b4946a31c1abad910ee1fbc837bef3e86975fd9242a3b8649fbb77f0dddf7ca
 DIST genpatches-4.9-51.experimental.tar.xz 106416 SHA256 
19a1d1355f4328e9703157b2a37acd97af98952e73c6d3d18b49f6a35a6064b3 SHA512 
af7a00b9a3200a50341b9af607fbef362ead2e4f5ca35d58eec505de490c03d6366ab4645e35bbddd6903ac75396413d2902b6a9fc7e2c9d0d1d1254620cfdb3
 WHIRLPOOL 
23d8d92dadd653c1ef59d8aeab08f3e10246e3dc73ac8e106e1bb51b18c597324188eda0775095d3759829c6095cd06e9634431d86900ca3aca0ec6719ab2ef5
 DIST genpatches-4.9-51.extras.tar.xz 17356 SHA256 
71d1693dc64d8473b41f5e80e7727b6cc0a74fb632511b3fec0b46a57c0dc26d SHA512 
e05c44a5ad1b68afb04647a86efc6f67e03515861e670e39f960c0a02b87fbcb71194efa6773259ee2be5c8362794a5bb6512e876784d5a521d8890865b3ba0e
 WHIRLPOOL 
50d19a31d7cea180980fefa87ef14d13d844539968a353a4c15e86c86913b66e2c8abb45fde999878afd96b78a4e9d81158716a1cbc0f7a6e5fd5c26b33b05b1

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.89.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.89.ebuild
new file mode 100644
index 000..b06136de785
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.89.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="93"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 

[gentoo-commits] proj/linux-patches: New tag: 4.4-93

2017-09-27 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep 27 11:24:40 2017 +

New tag: 4.4-93




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

2017-09-27 Thread Agostino Sarubbo
commit: 1e9e952d905e1160a2da83d0b666776d101cf0a0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 27 11:20:36 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 27 11:20:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e952d

net-vpn/openvpn: amd64 stable wrt bug #632108

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

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

diff --git a/net-vpn/openvpn/openvpn-2.4.4.ebuild 
b/net-vpn/openvpn/openvpn-2.4.4.ebuild
index 798c6c354ac..c12a1f9f41b 100644
--- a/net-vpn/openvpn/openvpn-2.4.4.ebuild
+++ b/net-vpn/openvpn/openvpn-2.4.4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://openvpn.net/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
 
 IUSE="down-root examples inotify iproute2 libressl lz4 +lzo mbedtls pam"
 IUSE+=" pkcs11 +plugins selinux +ssl static systemd test userland_BSD"



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

2017-09-27 Thread Agostino Sarubbo
commit: 92c9bd32f5707a72a1bb23dbab5c37209027ca53
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 27 11:20:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 27 11:20:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c9bd32

dev-vcs/git: amd64 stable wrt bug #632036

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

 dev-vcs/git/git-2.13.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.13.6.ebuild b/dev-vcs/git/git-2.13.6.ebuild
index 2b0d92a449d..5922162981d 100644
--- a/dev-vcs/git/git-2.13.6.ebuild
+++ b/dev-vcs/git/git-2.13.6.ebuild
@@ -38,7 +38,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-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 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



  1   2   >