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

2017-10-06 Thread Hans de Graaff
commit: 4d4c5dfa995e3aa260f156d3403cc03513ff9e2a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  7 05:31:09 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  7 05:31:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d4c5dfa

www-apps/nanoc: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apps/nanoc/Manifest   |  2 --
 www-apps/nanoc/nanoc-4.4.7.ebuild | 59 --
 www-apps/nanoc/nanoc-4.5.4.ebuild | 60 ---
 3 files changed, 121 deletions(-)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index 6aca5291525..24b7f6a1951 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -1,5 +1,3 @@
-DIST nanoc-4.4.7.gem 227840 SHA256 
714ebdfa0247b60cbac1265889fdfc7981e31f8885b08cf648b0395fe6765c88 SHA512 
32525a80f43246786a7f6d19f269613a4dc397f3a85ebd1676a9a443cb2472b38407511b5248be1cf321af539e1e483b02f55dedaca385ee15eedfee2d02712c
 WHIRLPOOL 
ce921450982f4d4229a40470a09894b56a11318a9bf16a0c98cad94ff5dea5912d4bb026a4e95e51c562f5a2eb57c60bbf445099306736ac3c470c7c818c3fb1
-DIST nanoc-4.5.4.gem 230400 SHA256 
6bb5b62d7421893c7078b086baa94349294454d23def4884f6ce7db3ac1507f8 SHA512 
be7d658ec5ca91c67ab8d96631434a9f90ebca8078eb734c0bdb1ca11724432b2db157955e84a68334aa6542d3e0b1d577bb046300811c23bb52d7191e9a517d
 WHIRLPOOL 
add98630cbe7814be7b811301297f79c7c5f5a471c4fbeedf3ec13682300316353be9e73b31ce9cd1692d4fe5d4687dbde814f0bd3df4730d31e1830465cca07
 DIST nanoc-4.6.4.gem 241152 SHA256 
4fc9c41f8103edc732654ba8559f42007ce6e7013078cf652f05e572c61272aa SHA512 
49e41f5bfc3ae9afc7e40b182374579adbd703954ba97b0cbe68c0e3ac864e7301a90dc5993795636b96155a1d9cfbb102e6bfa321513919123ff680322a2631
 WHIRLPOOL 
bbfd86c526f34258d68e1532ec4629cada74da8a5a6411f6bd5b1fa890693dd614205c9859483b1b796a0de38d9ec1ce21650d69415aa8eb4f08500fa9e27eea
 DIST nanoc-4.7.14.gem 256000 SHA256 
e68fb32763517dbd78b655ad14d2bc69e0828f4cce6488240c4ec89b7d8377a9 SHA512 
e7413771794e9d2931e3be2a5b5575f7cd207d9b11167a1838496edf34bee4e631c362d9ac50fb0f9dddbe2fd5836b402506565c704838327116a18f0ea34088
 WHIRLPOOL 
ff04d10480a2a9ff308d0ac11320f37fcc7afed84221dc9bc86ff8b318a1100d2cdb20634d771612c7e56a727ac3448b094b7d736c5bf38c4f24fc09d9bd7486
 DIST nanoc-4.8.1.gem 256000 SHA256 
9d2bb60fffcc3a0f1ec7b6c204494514874f51ad9d5f8f4e15441d5d4d976a22 SHA512 
9b24c91074ba591a18ba1f4adc2e97e89f3fa0e152cb56fbce58b2591312f54db0336487526ca0f34dc02ef22b2c0960a70a5313e0d8b6c6b7cb2d36ab98b5eb
 WHIRLPOOL 
51fbe4eb5a587143a16d8d9bec7f5f2ccea3900a87534808209a54b763e9fa0d7ba7c5fece38fc82ff447f6175f1feb9ec26ea2127c12bd65ddb94b155af89e6

diff --git a/www-apps/nanoc/nanoc-4.4.7.ebuild 
b/www-apps/nanoc/nanoc-4.4.7.ebuild
deleted file mode 100644
index 009889b0867..000
--- a/www-apps/nanoc/nanoc-4.4.7.ebuild
+++ /dev/null
@@ -1,59 +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_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
-HOMEPAGE="http://nanoc.ws/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="${IUSE} minimal"
-
-DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
-
-ruby_add_rdepend "!minimal? (
-   dev-ruby/mime-types:*
-   dev-ruby/rack:*
-   www-servers/adsf
-)
-   >=dev-ruby/cri-2.3:0
-   =dev-ruby/hamster-3*
-   dev-ruby/ref:2"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/mocha-0.13
-   dev-ruby/minitest
-   dev-ruby/rdoc
-   dev-ruby/systemu
-   dev-ruby/vcr
-   dev-ruby/webmock
-   dev-ruby/yard
-)
-doc? (
-   dev-ruby/kramdown
-   dev-ruby/rdiscount
-   dev-ruby/yard
-)"
-
-all_ruby_prepare() {
-   # Avoid unneeded development dependencies
-   sed -i -e '/simplecov/I s:^:#:' test/helper.rb || die
-   sed -i -e '/coverall/I s:^:#:' \
-   -e '/rubocop/ s:^:#:' Rakefile || die
-
-   # Avoid tests requiring a network connection
-   rm -f test/checking/checks/test_{css,html}.rb || die
-}
-
-each_ruby_test() {
-   RUBYLIB="${S}/lib" ${RUBY} -S rake test_all || die
-}

diff --git a/www-apps/nanoc/nanoc-4.5.4.ebuild 
b/www-apps/nanoc/nanoc-4.5.4.ebuild
deleted file mode 100644
index 916ec7cf3ad..000
--- a/www-apps/nanoc/nanoc-4.5.4.ebuild
+++ /dev/null
@@ -1,60 +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_EXTRADOC="NEWS.md README.md"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
-HOMEPAGE="http://nanoc.ws/;
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="${IUSE} minimal"
-
-DEPEND+="test? 

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

2017-10-06 Thread Hans de Graaff
commit: d518858ca25d7cc83b858aadcd868dc44a145fbb
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  7 05:52:08 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  7 05:52:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d518858c

www-apps/nanoc: add 4.8.9

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 www-apps/nanoc/Manifest   |  1 +
 www-apps/nanoc/nanoc-4.8.9.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/www-apps/nanoc/Manifest b/www-apps/nanoc/Manifest
index 24b7f6a1951..23b20d74605 100644
--- a/www-apps/nanoc/Manifest
+++ b/www-apps/nanoc/Manifest
@@ -2,3 +2,4 @@ DIST nanoc-4.6.4.gem 241152 SHA256 
4fc9c41f8103edc732654ba8559f42007ce6e7013078c
 DIST nanoc-4.7.14.gem 256000 SHA256 
e68fb32763517dbd78b655ad14d2bc69e0828f4cce6488240c4ec89b7d8377a9 SHA512 
e7413771794e9d2931e3be2a5b5575f7cd207d9b11167a1838496edf34bee4e631c362d9ac50fb0f9dddbe2fd5836b402506565c704838327116a18f0ea34088
 WHIRLPOOL 
ff04d10480a2a9ff308d0ac11320f37fcc7afed84221dc9bc86ff8b318a1100d2cdb20634d771612c7e56a727ac3448b094b7d736c5bf38c4f24fc09d9bd7486
 DIST nanoc-4.8.1.gem 256000 SHA256 
9d2bb60fffcc3a0f1ec7b6c204494514874f51ad9d5f8f4e15441d5d4d976a22 SHA512 
9b24c91074ba591a18ba1f4adc2e97e89f3fa0e152cb56fbce58b2591312f54db0336487526ca0f34dc02ef22b2c0960a70a5313e0d8b6c6b7cb2d36ab98b5eb
 WHIRLPOOL 
51fbe4eb5a587143a16d8d9bec7f5f2ccea3900a87534808209a54b763e9fa0d7ba7c5fece38fc82ff447f6175f1feb9ec26ea2127c12bd65ddb94b155af89e6
 DIST nanoc-4.8.5.gem 257536 SHA256 
bd0909d15dfacc3f1e859ba1c84f66611c414aee6600c256d27394d8b47bed58 SHA512 
6cb4e57e3e852dea5f2b64ed2d194dba88e109ebf1e83433b49bb6c0027b7d47676bd418aa6d1149c88a71981790bb459ae5a5d21c18a805cdd9db1bf5c3647f
 WHIRLPOOL 
289ed9e7c2e90fe41392d2ade914f57db022455cab8f40a809d30a2bdf1e74b7b999c8e7d25ee3fc109dc896062bf20baeeff53d412cfae1e9798f2cdd0aaa23
+DIST nanoc-4.8.9.gem 258560 SHA256 
68f51386e8a2eb01f1348c43a10a752fc118f513550a9011d097693f7e193703 SHA512 
7fedd050564134ba4f3706689af21d856639b02ba0c5a4bc02bf639f7be4dafd9efed4c3e11aaba08b53d4587476c9f071f4cd0fa07879e769295c6175735dd4
 WHIRLPOOL 
7c214f597864d4914e7f2279b39d2b415308ee97b43fd7657c370ea77f8a530902a6f323998099209272b8aa131932625c8aa6b1539557b1b106ea1364ca8a57

diff --git a/www-apps/nanoc/nanoc-4.8.9.ebuild 
b/www-apps/nanoc/nanoc-4.8.9.ebuild
new file mode 100644
index 000..b1c3454fd12
--- /dev/null
+++ b/www-apps/nanoc/nanoc-4.8.9.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="nanoc is a simple but very flexible static site generator written 
in Ruby"
+HOMEPAGE="https://nanoc.ws/;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="${IUSE} minimal"
+
+DEPEND+="test? ( app-text/asciidoc app-text/highlight )"
+
+ruby_add_rdepend "!minimal? (
+   dev-ruby/mime-types:*
+   dev-ruby/rack:*
+   www-servers/adsf
+)
+   >=dev-ruby/addressable-2.5
+   >=dev-ruby/cri-2.8:0
+   dev-ruby/ddplugin:1
+   =dev-ruby/hamster-3*
+   dev-ruby/ref:2"
+
+ruby_add_bdepend "test? (
+   dev-ruby/rspec:3
+   dev-ruby/fuubar
+   >=dev-ruby/mocha-0.13
+   dev-ruby/minitest
+   dev-ruby/rdoc
+   dev-ruby/systemu
+   dev-ruby/vcr
+   dev-ruby/webmock
+   dev-ruby/yard
+)
+doc? (
+   dev-ruby/kramdown
+   dev-ruby/rdiscount
+   dev-ruby/yard
+)"
+
+all_ruby_prepare() {
+   # Avoid unneeded development dependencies
+   sed -i -e '/simplecov/,/SimpleCov.formatter/ s:^:#:' test/helper.rb || 
die
+   sed -i -e '/simplecov/I s:^:#:' -e '/codecov/I s:^:#:' 
spec/spec_helper.rb || die
+   sed -i -e '/coverall/I s:^:#:' \
+   -e '/rubocop/ s:^:#:' Rakefile || die
+
+   echo "-r ./spec/spec_helper.rb" > .rspec || die
+
+   # Avoid tests requiring a network connection
+   rm -f test/checking/checks/test_{css,html}.rb || die
+
+   # Avoid tests for unpackaged dependencies
+   rm spec/nanoc/deploying/fog_spec.rb spec/nanoc/filters/less_spec.rb || 
die
+}
+
+each_ruby_test() {
+   RUBYLIB="${S}/lib" ${RUBY} -S rake spec test_all || die
+}



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

2017-10-06 Thread Hans de Graaff
commit: d0578a5a50ee3bb8e7ec0f4571a85c4674dd9f39
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  7 05:29:50 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  7 05:29:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0578a5a

dev-util/cucumber-expressions: add 4.0.4

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-util/cucumber-expressions/Manifest |  1 +
 .../cucumber-expressions-4.0.4.ebuild  | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-util/cucumber-expressions/Manifest 
b/dev-util/cucumber-expressions/Manifest
index d3ac5702731..b35482e790e 100644
--- a/dev-util/cucumber-expressions/Manifest
+++ b/dev-util/cucumber-expressions/Manifest
@@ -1 +1,2 @@
 DIST cucumber-expressions-4.0.3.gem 16384 SHA256 
f7ea9e2f319e31620a87cf98d775ad0427cf420c11d9f1f51284c7d01e29b539 SHA512 
90dfbab08359a8fcfface4c3a885eadeaaab7df848c3c20a4d85b62a12b42cd449c259134147eae9d44ede51dc8100f4187d63945576985c1ccd62346cfc2f19
 WHIRLPOOL 
614dae9cc6c2b9a58ac49c9a222c18b42eeb4a537ad61ba3f54b1c02abb1b29a6282b074869abf3f94b3dcfa6c81e46cd2be0cdfcb5773886fa3e5c04c329afc
+DIST cucumber-expressions-4.0.4.gem 16896 SHA256 
2ee3bae739312cab3d86527c0740bdaa94f35dec31e2a1d28f2d97d95f268f4f SHA512 
9a52b866545154c9e7d4e8f08cbbf6b2d0dcee28c24486eb95ad4717a757a25ae8ac844702dd2e0c892fa0406f686d3b4eb024c90fc6e7b90be7a6edd7e2dadc
 WHIRLPOOL 
144cf0578c534433f68c695ca0f287045de08bb5943d341c90b87a8861a3c6ef4d65059bdea350f03e2b566a45d9baa33ce40fb94123806e555f88a3f7b9040e

diff --git a/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild 
b/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
new file mode 100644
index 000..bc89134f3f9
--- /dev/null
+++ b/dev-util/cucumber-expressions/cucumber-expressions-4.0.4.ebuild
@@ -0,0 +1,18 @@
+# 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_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a simpler alternative to Regular Expressions"
+HOMEPAGE="https://github.com/cucumber/cucumber-expressions-ruby#readme;
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="4.0"



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

2017-10-06 Thread Hans de Graaff
commit: 36c1686b20c700d8148351d35bf37a39b2903255
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Oct  7 05:25:41 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Oct  7 05:25:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c1686b

dev-ruby/slop: add 4.6.0

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-ruby/slop/Manifest  |  1 +
 dev-ruby/slop/slop-4.6.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest
index dd9ba947760..2cd894986e5 100644
--- a/dev-ruby/slop/Manifest
+++ b/dev-ruby/slop/Manifest
@@ -2,3 +2,4 @@ DIST slop-3.6.0.tgz 19570 SHA256 
8fdb0e81e0636f7a266b5f12e1fa419c27bf1b529f0c48a
 DIST slop-4.4.1.tgz 14506 SHA256 
0a936bbc6b21cd2d2a5c2ec6448b3151fe7023d71cc124258877e2d31caa15a9 SHA512 
fc0675ee82664195823e5fe465d0812324722b1ecf8d998e13cdcd2cafa7f5ddab3b10b2912ecaf6213f44edfb8baa09e6437596bd4a9a3d7d329efa52bcfc1e
 WHIRLPOOL 
ae2ac799ad47fa2991f8baf668515fafe425a5e1adc71474ffbd0fbfd85f369d908edba20478a24d930f53106187ec30e0febc0baf446d1a7d5ce9d1bddff201
 DIST slop-4.4.3.tgz 14763 SHA256 
acc1d2886803bb019c969bb1fb5779008bdf61ef52238063746eb4c431766906 SHA512 
ef34bde9a11734b833270a7a2e5e41996c448d02ab4af37950abfd053c817d1075f0ec2fb8068642d784e2e285b9cba9d6e002f97a1a84cc7dba84a319624544
 WHIRLPOOL 
99a21667a2571d15e33685c7ae256c22c21cff2c86c1f4240d1bcf24eaef53e9dd5acdc192042a9a3b54c6779b4f72b97120b1f050008974c16fc64fcfb201a6
 DIST slop-4.5.0.tgz 14916 SHA256 
15192a0e685181e89a14209e5788a9d4cecbf1c5e6836bd1b953e9a87c8a5d73 SHA512 
bef70f384ffb55fe9c1610a0c15af625966772a1525b4c81ca08f943f8455e0180af1a4028e3c34044084537544e34a3b400bf0d3587235c4362e7ea6048992a
 WHIRLPOOL 
810dc2e62dd89a4ca512a65a3d8acf6a197d60a9248677e7b1aff98e540b856fa5e9c1419a8dd3556b9c9d525398cc817532467e17a24b28b3d672437a580843
+DIST slop-4.6.0.tgz 15285 SHA256 
64d11ca68846fca03aceec20dba5816ce68de0aaa9ccaecf1a955014fb7c75f2 SHA512 
1495a55843d1e33a8c9b9a979ee848b9c43eb86e9c93922e4143e160b7faea561b1d641879b3f4a5f3439c7ce8f5d1a69829a117086b23432a941ab1468cdd84
 WHIRLPOOL 
ab566d9450e93585e2ff069737f985d10f7f3ca31166310f504ef80468c6ef64c9895aaf5db30a8d130e9630ac4fc3fa4566ee26667aa965fa8ce26af0620059

diff --git a/dev-ruby/slop/slop-4.6.0.ebuild b/dev-ruby/slop/slop-4.6.0.ebuild
new file mode 100644
index 000..1d555e7413b
--- /dev/null
+++ b/dev-ruby/slop/slop-4.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A simple option parser with an easy to remember syntax and 
friendly API"
+HOMEPAGE="https://github.com/injekt/slop;
+SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i -e '/git ls-files/d' slop.gemspec || die
+}



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

2017-10-06 Thread Amy Liffey
commit: c293269a491ba4e8a662b9f1924212904345e6f4
Author: kuzetsa  gmail  com>
AuthorDate: Thu Oct  5 18:44:43 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sat Oct  7 05:05:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c293269a

sys-kernel/ck-sources: prune old versions

Closes:#5867

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-kernel/ck-sources/Manifest| 62 ---
 sys-kernel/ck-sources/ck-sources-4.11.12.ebuild   | 60 --
 sys-kernel/ck-sources/ck-sources-4.12.10.ebuild   | 60 --
 sys-kernel/ck-sources/ck-sources-4.12.11.ebuild   | 60 --
 sys-kernel/ck-sources/ck-sources-4.12.12.ebuild   | 60 --
 sys-kernel/ck-sources/ck-sources-4.12.6.ebuild| 60 --
 sys-kernel/ck-sources/ck-sources-4.12.7.ebuild| 60 --
 sys-kernel/ck-sources/ck-sources-4.12.8.ebuild| 60 --
 sys-kernel/ck-sources/ck-sources-4.12.9.ebuild| 60 --
 sys-kernel/ck-sources/ck-sources-4.9.39-r1.ebuild | 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.39.ebuild| 96 ---
 sys-kernel/ck-sources/ck-sources-4.9.41.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.42.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.43.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.44.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.45.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.46.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.47.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.48.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.49.ebuild| 65 ---
 sys-kernel/ck-sources/ck-sources-4.9.51.ebuild| 65 ---
 21 files changed, 1353 deletions(-)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index 927d6bddd6e..c3b1092e4e5 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -1,80 +1,18 @@
 DIST ck-sources-4.9-freezer-fix.patch 684 SHA256 
9ede45bd0d6daf49fd9904fe2cc9c741ccc04f4f475c38775773090854c4d8e8 SHA512 
4241ca604f928263c29a49aca076832c06469db734864ec8c648cbbc30ba63cfb0b21d076ea4a7f3c438868802feb4e369d976e9ef6e091ce7bacf1a69c2c588
 WHIRLPOOL 
41e84eac1bf9390aa8dba69062a07d711f9e3878b7948027227e0baa90e01348df1f8c4fb6fa7dcbc67a25606bbde9908fd7db9047f8d6c232b6914ca689f643
-DIST deblob-4.11 148749 SHA256 
4c31a9e39d302a7dfe4ba2bf550dc49312db5949a611dda343575e6ca3b8f06c SHA512 
e560c76cf340d88930e1b2ff1cd86ced028922faa30a0ae6ade34eb92dc8ca916917b62d84c33be5030c697326bc8808fd1fa259a6767eec83227a06df646199
 WHIRLPOOL 
37b8c818b9073affda24c481928bb4d606a47a72bdba70d1148669c368e417785149bd5d6e5f303b25ebfcfb1b021b52bc01c89a8120963a29c2e0cddba4752b
 DIST deblob-4.12 151349 SHA256 
47500d6084ad5402d0199074a05f4765259b27e81136f3893099d0e19b21418b SHA512 
f8ce5fbfbf0083c5392769a54b253b4b4e3a0c2a2e0c9534c08681572960f7def55c3fba11c0bc647b4d050b9633075ebae362293ebf4783c9c0893f10fbf1c5
 WHIRLPOOL 
227e43fe101795bb361ec1085889574a8594f01cbc0ac4095a213cc6b77adb55a260ea1461f36e865014038226f7740691a70d9c3a24dd42e2e432856247d6e8
 DIST deblob-4.9 146273 SHA256 
af4214b851928a53ef470ed8729122b9db910a6c0769d5d46a5de0b3e96f74f3 SHA512 
3654b28e72b343bafdb38de10ef0c3621db0539bc0e7434bc99bb8f8ed911d4c9e53ca4785fd193fcfec369328f014fa5c6f3bda51b6f1a8f98b8c37ece119a6
 WHIRLPOOL 
7b5ddba1469b6515d03d2e0e91a643ab0252803fde271ca710978186582a2f1a3b01deab9718c194bcdae0a79887636b6e98e604305402c9051b15a89fd393df
-DIST deblob-check-4.11 734493 SHA256 
39312ac206c249257018e85d4c3455f9bcad0205b4bd18eef28971492090fb43 SHA512 
f3ae2b80ac16f223349c741877c64d619fda2be9ce5a28741cfaf626cb2104547f0f638e6d56afa524054b4ec4ccc8f720515c8518ab333d95bfd29cd8ad056d
 WHIRLPOOL 
c2b0289118d4db9972c25e08a4268b89d7b9ea54ba32adb5da06929823ddd852a4b5538b9e8953ff91967645b3089e8a8123ae5fc6411e24500f11f4e034c301
 DIST deblob-check-4.12 743561 SHA256 
d01e155683fbd5bc0db9a1b7104c5c21ae0813fd16f86cebe31ab7254edc4754 SHA512 
7fddc4eac16876c660fee9e9d3d5dc0761aef629560833301e5f9e6ee0464b476836c79526f995c02c43f5ddb236c08f679441513f4a91a340b6380e305fba63
 WHIRLPOOL 
583bfbd6d09d63ff6fccea7688f0f32387746f6f6d1870c364b49c7241ca906b4c01c50b911e10f5e35eba58221c19848db98c9295e446f8dd7a81a20db3f887
 DIST deblob-check-4.9 717834 SHA256 
4599c6eabd53bb352e9b536d574152e72467548add19757fc6b8e34355928d6b SHA512 
46258698f1c574b44a8c5c78cc2b7fdbaca746976266974ee0f6787904531754b17ad15d542b68e07d4633ee91a8e2d9c32a991ea214292ac072c4f26deed9c9
 WHIRLPOOL 
f1afe1f8d8bcd6fc43a01da5eb012d117687418f049212fe20fe7ea88700c482bc6fd3e917102ff9d12baf11e678a40355877a7d214da8b3cbf2b585a51a012e
-DIST genpatches-4.11-14.base.tar.xz 309928 SHA256 
4d98138d52cf49f2fea90ee2b597b59a42686a20a2f99639c773dde44e3be877 SHA512 

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

2017-10-06 Thread Amy Liffey
commit: 7f77b0b12928270ad3d4ba960031799e6b7d9fdb
Author: kuzetsa  gmail  com>
AuthorDate: Thu Oct  5 18:40:14 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Sat Oct  7 05:05:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f77b0b1

sys-kernel/ck-sources: v.bump (4.9.53)

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-kernel/ck-sources/Manifest |  3 ++
 sys-kernel/ck-sources/ck-sources-4.9.53.ebuild | 65 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/ck-sources/Manifest b/sys-kernel/ck-sources/Manifest
index abf158e0858..927d6bddd6e 100644
--- a/sys-kernel/ck-sources/Manifest
+++ b/sys-kernel/ck-sources/Manifest
@@ -68,6 +68,9 @@ DIST genpatches-4.9-53.extras.tar.xz 17340 SHA256 
b22021fa7cb0f4254273fe61ba14e7
 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 genpatches-4.9-55.base.tar.xz 1069704 SHA256 
803d5d028875b905bb4cbff7b2258786e7199095e68e3b2cdf8134dd22f11c20 SHA512 
a1156e41e1499218e3fb1c6ef0bb66fb6bcb93b4076c3c780f60ac23b340d13e3e9f4a38e62bf066c765e9a65d2cdc9266d9358fbea2c1bed3a491d8b7d40875
 WHIRLPOOL 
8af62aa544f5e0f2c707b7537c80f09ffdbfb454c634f551242917fedae070eaeb8c09a98638f9eaa6adaafd1cbc45cacfa50d4687b9e036234d6749938d7451
+DIST genpatches-4.9-55.experimental.tar.xz 106376 SHA256 
2d973cb9728d880cf947fcb898ae4f25fcb31a7b26bead9eb424fcf4dbc3be16 SHA512 
c4c552f2b1aa91a3fc3c7834c0c6dec898f4c74a557a7e767bbe85b6e7463e02ac23fc71c3a32fa256603967622e0e54deec8046f0502f5fd00c64d649741600
 WHIRLPOOL 
c070a07d4e8c832fa84880b9395d7499faecbedbc3e2d290a76339205234f396570b190a23183e6b4a1c2044119b8c631d161ce798e9aa03a1995d668e18080e
+DIST genpatches-4.9-55.extras.tar.xz 17348 SHA256 
70e1a8008adeb7bf207fd7f3194b4fa7c3efd500af7aa6fbc33b288794788b05 SHA512 
995901d2d40c5b9e9b33372636b4c2134014fbe1f5705b800283463904f072ce215930d81cda5f968333abd2d8558ac59a0d6cd419cd701e41b88901dea19d40
 WHIRLPOOL 
6b73420d4e249dbd3c8fc7e9670f0ca6b60554466b2d79410956df12af03763a8352701d9df4bc0759e08a6652813e40cbe1b6c9924cac111a81e33009bf27c8
 DIST linux-4.11.tar.xz 95447768 SHA256 
b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6 SHA512 
6610eed97ffb7207c71771198c36179b8244ace7222bebb109507720e26c5f17d918079a56d5febdd8605844d67fb2df0ebe910fa2f2f53690daf6e2a8ad09c3
 WHIRLPOOL 
f577b7c5c209cb8dfef2f1d56d77314fbd53323743a34b900e2559ab0049b7c2d6262bda136dd3d005bc0527788106e0484e46558448a8720dac389a969e5886
 DIST linux-4.12.tar.xz 99186576 SHA256 
a45c3becd4d08ce411c14628a949d08e2433d8cdeca92036c7013980e93858ab SHA512 
8e81b41b253e63233e92948941f44c6482acb52aa3a3fd172f03a38a86f2c35b2ad4fd407acd1bc3964673eba344fe104d3a03e3ff4bf9cd1f22bd44263bd728
 WHIRLPOOL 
3b97da251c2ba4ace4a27b708f2b1dcf94cb1b59aaeded6acb74bd98f0d3e33f1df83670665e4186d99a55daa84c88d539d93e20f0ff18a6d46ef326c48dd375
 DIST linux-4.9.tar.xz 93192404 SHA256 
029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
 WHIRLPOOL 
072505b29972ad120eb25a074217847c9c2813416c4903e605a0433574f5f87616dbea0b1454e4b19acc48107f11274b682958b1d773373156e99f8163e6606a

diff --git a/sys-kernel/ck-sources/ck-sources-4.9.53.ebuild 
b/sys-kernel/ck-sources/ck-sources-4.9.53.ebuild
new file mode 100644
index 000..1534fa1b0d8
--- /dev/null
+++ b/sys-kernel/ck-sources/ck-sources-4.9.53.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+KEYWORDS="~amd64 ~x86"
+
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches/
+   http://users.tpg.com.au/ckolivas/kernel/;
+
+K_WANT_GENPATCHES="base extras experimental"
+K_EXP_GENPATCHES_PULL="1"
+K_EXP_GENPATCHES_NOUSE="1"

[gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-Dump-Streamer/, dev-perl/Data-Dump-Streamer/files/

2017-10-06 Thread Kent Fredric
commit: 3a1bf55248fcb973b51a3aef6c006ab3f03f326c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct  7 04:50:19 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  7 04:50:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a1bf552

dev-perl/Data-Dump-Streamer: Fix test failures without '.' in @INC  bug #615698

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

 .../Data-Dump-Streamer-2.400.0.ebuild  |   4 +-
 .../files/Data-Dump-Streamer-2.400.0-perl526.patch | 243 +
 2 files changed, 245 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild 
b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
index c9fb9556744..d6212f58e64 100644
--- a/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.0.ebuild
+++ b/dev-perl/Data-Dump-Streamer/Data-Dump-Streamer-2.400.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=6
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
dev-perl/JSON-XS
)
 "
-
+PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
 src_prepare() {
# Add DDS.pm shortcut
echo 'yes' > "${S}"/.answer

diff --git 
a/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch 
b/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch
new file mode 100644
index 000..e297650be41
--- /dev/null
+++ b/dev-perl/Data-Dump-Streamer/files/Data-Dump-Streamer-2.400.0-perl526.patch
@@ -0,0 +1,243 @@
+From 91e95b2c1a29253a823f9e6ee06a545d57648166 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sat, 7 Oct 2017 17:34:57 +1300
+Subject: Fix tests for Perl 5.26
+
+This removes the jiggery-pokery with $0 because its not actually
+necessary vendor side, and require './t/test_helper.pl' is *MORE* than
+adequate
+
+Bug: https://bugs.gentoo.org/615698
+Bug: https://rt.cpan.org/Ticket/Display.html?id=121169
+Bug: https://github.com/demerphq/Data-Dump-Streamer/pull/15
+---
+ t/dogpound.t   | 3 +--
+ t/dump.t   | 3 +--
+ t/filter.t | 3 +--
+ t/globtest.t   | 3 +--
+ t/hardrefs.t   | 3 +--
+ t/impure_madness.t | 3 +--
+ t/lexicals.t   | 3 +--
+ t/locked.t | 3 +--
+ t/madness.t| 3 +--
+ t/madness_json.t   | 3 +--
+ t/madness_w.t  | 3 +--
+ t/names.t  | 3 +--
+ t/overload.t   | 3 +--
+ t/sortkeys.t   | 3 +--
+ t/tree.t   | 3 +--
+ 15 files changed, 15 insertions(+), 30 deletions(-)
+
+diff --git a/t/dogpound.t b/t/dogpound.t
+index a534257..3d63a61 100644
+--- a/t/dogpound.t
 b/t/dogpound.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/dump.t b/t/dump.t
+index c5efb28..5d0ae48 100644
+--- a/t/dump.t
 b/t/dump.t
+@@ -7,8 +7,7 @@ use Data::Dumper;
+ #$Id: dump.t 40 2007-12-22 00:37:55Z demerphq $#
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/filter.t b/t/filter.t
+index 9bd9d5c..c8de30c 100644
+--- a/t/filter.t
 b/t/filter.t
+@@ -7,8 +7,7 @@ use Data::Dumper;
+ #$Id: filter.t 26 2006-04-16 15:18:52Z demerphq $#
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/globtest.t b/t/globtest.t
+index 5ff7c66..fc55e56 100644
+--- a/t/globtest.t
 b/t/globtest.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/hardrefs.t b/t/hardrefs.t
+index 3d97988..b17eebb 100644
+--- a/t/hardrefs.t
 b/t/hardrefs.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non evalable tests. (GLOB)
+ #   same ( $got,$expected,$name,$obj )
+ #
+diff --git a/t/impure_madness.t b/t/impure_madness.t
+index 168db14..db496a0 100644
+--- a/t/impure_madness.t
 b/t/impure_madness.t
+@@ -8,8 +8,7 @@ use warnings;
+ use Data::Dumper;
+ 
+ # imports same()
+-(my $helper=$0)=~s/\w+\.\w+$/test_helper.pl/;
+-require $helper;
++require "./t/test_helper.pl";
+ # use this one for simple, non 

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

2017-10-06 Thread Matthias Maier
commit: 0f1027a09a2f0cb99e3310df9f8955d4289c6d70
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Oct  6 14:23:12 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat Oct  7 04:11:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1027a0

dev-lang/julia: update dependencies, drop R

Thanks to Jonas for pointing this out.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-lang/julia/julia-0.6.0-r1.ebuild | 1 -
 dev-lang/julia/julia-.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-lang/julia/julia-0.6.0-r1.ebuild 
b/dev-lang/julia/julia-0.6.0-r1.ebuild
index 9c6d3d76eb3..c9b00deb022 100644
--- a/dev-lang/julia/julia-0.6.0-r1.ebuild
+++ b/dev-lang/julia/julia-0.6.0-r1.ebuild
@@ -20,7 +20,6 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="
-   dev-lang/R:0=
dev-libs/double-conversion:0=
dev-libs/gmp:0=

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

2017-10-06 Thread Michael Palimaka
commit: 57a1a66191d6b5e903377d5937ab8afeeefa77c2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 04:07:35 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 04:08:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a1a661

net-misc/cmst: version bump 2017.09.19

Closes: https://bugs.gentoo.org/633376
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-misc/cmst/Manifest   |  1 +
 net-misc/cmst/cmst-2017.09.19.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest
index b254f272fd4..7c55c9e37d8 100644
--- a/net-misc/cmst/Manifest
+++ b/net-misc/cmst/Manifest
@@ -1 +1,2 @@
 DIST cmst-2017.03.18.tar.gz 2554106 SHA256 
6b0071d464c33406a9ad6938b04a038ddf677a0a80a9dc82a05c04afd937fec7 SHA512 
af89ec2044ede191f204281279f07cf4ca7bde5d5b7409bccb150fa1ac4d1efe1dda41f6e57bff57e50ac11be25fbd1d5613acec17d198814e52b43a56dd1ea9
 WHIRLPOOL 
b2bcdce9ae67bf4fae8297c02750c604f35a8f7f58a142a15cb471771f704010f042e3156fb38d747e928d8f777efcf7da5b80b5018dc360ebac2050ecad6fb7
+DIST cmst-2017.09.19.tar.gz 2554672 SHA256 
5e0d8d1acfbe749bcdd15ff37865a4ce8d54d72fd54bfd2f60d21e9a064b8bfb SHA512 
3ac92c60572526f08206b0f175ed3adea839795f69dccfe67b3a8bc3ddea82e62e46c4a1acc4283d331a3283c8c1be79b34477b2c937720b05b6ec6a07da8088
 WHIRLPOOL 
a057655005b7e8467420a5bd3da12479922cc8fb2cb5992346cedf0569508df3b340b28c1fffbcd65ebd5d28130dc297b4d0956bd416a1d9f6f7717d0d4be506

diff --git a/net-misc/cmst/cmst-2017.09.19.ebuild 
b/net-misc/cmst/cmst-2017.09.19.ebuild
new file mode 100644
index 000..ef3e5a6c5af
--- /dev/null
+++ b/net-misc/cmst/cmst-2017.09.19.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils qmake-utils
+
+DESCRIPTION="Qt GUI for Connman with system tray icon"
+HOMEPAGE="https://github.com/andrew-bibb/cmst;
+SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+   net-misc/connman
+"
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+   export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
+   eqmake5 DISTRO=gentoo
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   rm -r "${D}"/usr/share/licenses || die
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] proj/qt:master commit in: dev-qt/qtgraphicaleffects/, dev-qt/qtscxml/, dev-qt/qtnetwork/, dev-qt/qtdbus/, ...

2017-10-06 Thread Michael Palimaka
commit: 6d9b7cd8d7f5dba34651055fafc1b89096a53e2f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:35:30 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:38:04 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6d9b7cd8

dev-qt: remove 5.9.1

Do not remove qtwebkit-5.9.1 as it's currently the latest available qtwebkit 
release.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/assistant/Manifest  |   1 -
 dev-qt/assistant/assistant-5.9.1.ebuild|  37 -
 dev-qt/designer/Manifest   |   1 -
 dev-qt/designer/designer-5.9.1.ebuild  |  40 -
 dev-qt/linguist-tools/Manifest |   1 -
 dev-qt/linguist-tools/linguist-tools-5.9.1.ebuild  |  35 -
 dev-qt/linguist/Manifest   |   1 -
 dev-qt/linguist/linguist-5.9.1.ebuild  |  28 
 dev-qt/pixeltool/Manifest  |   1 -
 dev-qt/pixeltool/pixeltool-5.9.1.ebuild|  25 
 dev-qt/qdbus/Manifest  |   1 -
 dev-qt/qdbus/qdbus-5.9.1.ebuild|  25 
 dev-qt/qdbusviewer/Manifest|   1 -
 dev-qt/qdbusviewer/qdbusviewer-5.9.1.ebuild|  27 
 dev-qt/qdoc/Manifest   |   1 -
 dev-qt/qdoc/qdoc-5.9.1.ebuild  |  31 
 dev-qt/qt-docs/Manifest|   1 -
 dev-qt/qt-docs/qt-docs-5.9.1_p201706130610.ebuild  |  40 -
 dev-qt/qt3d/Manifest   |   1 -
 dev-qt/qt3d/qt3d-5.9.1.ebuild  |  32 
 dev-qt/qtbluetooth/Manifest|   1 -
 dev-qt/qtbluetooth/qtbluetooth-5.9.1.ebuild|  33 
 dev-qt/qtcharts/Manifest   |   1 -
 dev-qt/qtcharts/qtcharts-5.9.1.ebuild  |  29 
 dev-qt/qtconcurrent/Manifest   |   1 -
 dev-qt/qtconcurrent/qtconcurrent-5.9.1.ebuild  |  23 ---
 dev-qt/qtcore/Manifest |   1 -
 dev-qt/qtcore/qtcore-5.9.1.ebuild  |  66 
 dev-qt/qtdatavis3d/Manifest|   1 -
 dev-qt/qtdatavis3d/qtdatavis3d-5.9.1.ebuild|  31 
 dev-qt/qtdbus/Manifest |   1 -
 dev-qt/qtdbus/qtdbus-5.9.1.ebuild  |  38 -
 dev-qt/qtdeclarative/Manifest  |   1 -
 dev-qt/qtdeclarative/qtdeclarative-5.9.1.ebuild|  56 ---
 dev-qt/qtdiag/Manifest |   1 -
 dev-qt/qtdiag/qtdiag-5.9.1.ebuild  |  36 -
 dev-qt/qtgraphicaleffects/Manifest |   1 -
 .../qtgraphicaleffects-5.9.1.ebuild|  21 ---
 dev-qt/qtgui/Manifest  |   1 -
 dev-qt/qtgui/qtgui-5.9.1.ebuild| 166 -
 dev-qt/qthelp/Manifest |   1 -
 dev-qt/qthelp/qthelp-5.9.1.ebuild  |  30 
 dev-qt/qtimageformats/Manifest |   1 -
 dev-qt/qtimageformats/qtimageformats-5.9.1.ebuild  |  23 ---
 dev-qt/qtlocation/Manifest |   1 -
 dev-qt/qtlocation/qtlocation-5.9.1.ebuild  |  36 -
 dev-qt/qtmultimedia/Manifest   |   1 -
 dev-qt/qtmultimedia/qtmultimedia-5.9.1.ebuild  |  65 
 dev-qt/qtnetwork/Manifest  |   1 -
 dev-qt/qtnetwork/qtnetwork-5.9.1.ebuild|  53 ---
 dev-qt/qtnetworkauth/Manifest  |   1 -
 dev-qt/qtnetworkauth/qtnetworkauth-5.9.1.ebuild|  20 ---
 dev-qt/qtopengl/Manifest   |   1 -
 dev-qt/qtopengl/qtopengl-5.9.1.ebuild  |  34 -
 dev-qt/qtpaths/Manifest|   1 -
 dev-qt/qtpaths/qtpaths-5.9.1.ebuild|  23 ---
 dev-qt/qtplugininfo/Manifest   |   1 -
 dev-qt/qtplugininfo/qtplugininfo-5.9.1.ebuild  |  23 ---
 dev-qt/qtpositioning/Manifest  |   1 -
 dev-qt/qtpositioning/qtpositioning-5.9.1.ebuild|  37 -
 dev-qt/qtprintsupport/Manifest |   1 -
 dev-qt/qtprintsupport/qtprintsupport-5.9.1.ebuild  |  42 --
 dev-qt/qtquickcontrols/Manifest|   1 -
 .../qtquickcontrols/qtquickcontrols-5.9.1.ebuild   |  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 -
 .../qtquickcontrols2/qtquickcontrols2-5.9.1.ebuild |  30 
 dev-qt/qtscript/Manifest   |   1 -
 dev-qt/qtscript/qtscript-5.9.1.ebuild  |  36 -
 dev-qt/qtscxml/Manifest|   1 -
 dev-qt/qtscxml/qtscxml-5.9.1.ebuild|  19 ---
 dev-qt/qtsensors/Manifest  |   1 -
 dev-qt/qtsensors/qtsensors-5.9.1.ebuild|  28 
 dev-qt/qtserialbus/Manifest|   1 -
 

[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/

2017-10-06 Thread Michael Palimaka
commit: 9e9d0befa0cac4e881683e567e03cd1ed85c2b54
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:25:34 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:38:04 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=9e9d0bef

dev-qt/qtwebkit: add manual qttest handling

The eclass forces a pinned dev-qt/qttest dependency which no longer makes sense
for dev-qt/qtwebkit as it is no longer released with the rest of Qt.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild| 3 ++-
 dev-qt/qtwebkit/qtwebkit-5.9..ebuild | 3 ++-
 dev-qt/qtwebkit/qtwebkit-5..ebuild   | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
index 213c19f9..326c982b 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
@@ -14,7 +14,7 @@ fi
 
 # TODO: qttestlib
 
-IUSE="geolocation gstreamer gles2 +jit multimedia opengl orientation 
printsupport qml webchannel webp"
+IUSE="geolocation gstreamer gles2 +jit multimedia opengl orientation 
printsupport qml test webchannel webp"
 REQUIRED_USE="?? ( gstreamer multimedia )"
 
 RDEPEND="
@@ -60,6 +60,7 @@ DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
virtual/rubygems
+   test? ( >=dev-qt/qttest-${QT_MIN_VER} )
 "
 
 PATCHES=(

diff --git a/dev-qt/qtwebkit/qtwebkit-5.9..ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.9..ebuild
index 213c19f9..326c982b 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.9..ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.9..ebuild
@@ -14,7 +14,7 @@ fi
 
 # TODO: qttestlib
 
-IUSE="geolocation gstreamer gles2 +jit multimedia opengl orientation 
printsupport qml webchannel webp"
+IUSE="geolocation gstreamer gles2 +jit multimedia opengl orientation 
printsupport qml test webchannel webp"
 REQUIRED_USE="?? ( gstreamer multimedia )"
 
 RDEPEND="
@@ -60,6 +60,7 @@ DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
virtual/rubygems
+   test? ( >=dev-qt/qttest-${QT_MIN_VER} )
 "
 
 PATCHES=(

diff --git a/dev-qt/qtwebkit/qtwebkit-5..ebuild 
b/dev-qt/qtwebkit/qtwebkit-5..ebuild
index 213c19f9..326c982b 100644
--- a/dev-qt/qtwebkit/qtwebkit-5..ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5..ebuild
@@ -14,7 +14,7 @@ fi
 
 # TODO: qttestlib
 
-IUSE="geolocation gstreamer gles2 +jit multimedia opengl orientation 
printsupport qml webchannel webp"
+IUSE="geolocation gstreamer gles2 +jit multimedia opengl orientation 
printsupport qml test webchannel webp"
 REQUIRED_USE="?? ( gstreamer multimedia )"
 
 RDEPEND="
@@ -60,6 +60,7 @@ DEPEND="${RDEPEND}
sys-devel/bison
sys-devel/flex
virtual/rubygems
+   test? ( >=dev-qt/qttest-${QT_MIN_VER} )
 "
 
 PATCHES=(



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/

2017-10-06 Thread Michael Palimaka
commit: 71a304ff572407c07cf4c0708ff0e9b9d901487e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:23:40 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:38:03 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=71a304ff

dev-qt/qtwebkit: unpin dev-qt dependencies

dev-qt/qtwebkit is no longer being released together with the rest of Qt, so
pinned dependencies no longer make sense.

This is a followup to b0c5d8c3dd86479acbd325dac93a104c200a767c.

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

 dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild| 27 ++-
 dev-qt/qtwebkit/qtwebkit-5.9..ebuild | 27 ++-
 dev-qt/qtwebkit/qtwebkit-5..ebuild   | 27 ++-
 3 files changed, 42 insertions(+), 39 deletions(-)

diff --git a/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
index dc432beb..213c19f9 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.9.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 )
+QT_MIN_VER="5.9.1"
 inherit python-any-r1 qt5-build
 
 DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)"
@@ -22,11 +23,11 @@ RDEPEND="
>=dev-libs/leveldb-1.18-r1
dev-libs/libxml2:2
dev-libs/libxslt
-   ~dev-qt/qtcore-${PV}[icu]
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qtnetwork-${PV}
-   ~dev-qt/qtsql-${PV}
-   ~dev-qt/qtwidgets-${PV}
+   >=dev-qt/qtcore-${QT_MIN_VER}[icu]
+   >=dev-qt/qtgui-${QT_MIN_VER}
+   >=dev-qt/qtnetwork-${QT_MIN_VER}
+   >=dev-qt/qtsql-${QT_MIN_VER}
+   >=dev-qt/qtwidgets-${QT_MIN_VER}
media-libs/fontconfig:1.0
media-libs/libpng:0=
>=sys-libs/zlib-1.2.5
@@ -35,21 +36,21 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXrender
-   geolocation? ( ~dev-qt/qtpositioning-${PV} )
+   geolocation? ( >=dev-qt/qtpositioning-${QT_MIN_VER} )
gstreamer? (
dev-libs/glib:2
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
)
-   multimedia? ( ~dev-qt/qtmultimedia-${PV}[widgets] )
+   multimedia? ( >=dev-qt/qtmultimedia-${QT_MIN_VER}[widgets] )
opengl? (
-   ~dev-qt/qtgui-${PV}[gles2=]
-   ~dev-qt/qtopengl-${PV}
+   >=dev-qt/qtgui-${QT_MIN_VER}[gles2=]
+   >=dev-qt/qtopengl-${QT_MIN_VER}
)
-   orientation? ( ~dev-qt/qtsensors-${PV} )
-   printsupport? ( ~dev-qt/qtprintsupport-${PV} )
-   qml? ( ~dev-qt/qtdeclarative-${PV} )
-   webchannel? ( ~dev-qt/qtwebchannel-${PV} )
+   orientation? ( >=dev-qt/qtsensors-${QT_MIN_VER} )
+   printsupport? ( >=dev-qt/qtprintsupport-${QT_MIN_VER} )
+   qml? ( >=dev-qt/qtdeclarative-${QT_MIN_VER} )
+   webchannel? ( >=dev-qt/qtwebchannel-${QT_MIN_VER} )
webp? ( media-libs/libwebp:0= )
 "
 DEPEND="${RDEPEND}

diff --git a/dev-qt/qtwebkit/qtwebkit-5.9..ebuild 
b/dev-qt/qtwebkit/qtwebkit-5.9..ebuild
index dc432beb..213c19f9 100644
--- a/dev-qt/qtwebkit/qtwebkit-5.9..ebuild
+++ b/dev-qt/qtwebkit/qtwebkit-5.9..ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python2_7 )
+QT_MIN_VER="5.9.1"
 inherit python-any-r1 qt5-build
 
 DESCRIPTION="WebKit rendering library for the Qt5 framework (deprecated)"
@@ -22,11 +23,11 @@ RDEPEND="
>=dev-libs/leveldb-1.18-r1
dev-libs/libxml2:2
dev-libs/libxslt
-   ~dev-qt/qtcore-${PV}[icu]
-   ~dev-qt/qtgui-${PV}
-   ~dev-qt/qtnetwork-${PV}
-   ~dev-qt/qtsql-${PV}
-   ~dev-qt/qtwidgets-${PV}
+   >=dev-qt/qtcore-${QT_MIN_VER}[icu]
+   >=dev-qt/qtgui-${QT_MIN_VER}
+   >=dev-qt/qtnetwork-${QT_MIN_VER}
+   >=dev-qt/qtsql-${QT_MIN_VER}
+   >=dev-qt/qtwidgets-${QT_MIN_VER}
media-libs/fontconfig:1.0
media-libs/libpng:0=
>=sys-libs/zlib-1.2.5
@@ -35,21 +36,21 @@ RDEPEND="
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXrender
-   geolocation? ( ~dev-qt/qtpositioning-${PV} )
+   geolocation? ( >=dev-qt/qtpositioning-${QT_MIN_VER} )
gstreamer? (
dev-libs/glib:2
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
)
-   multimedia? ( ~dev-qt/qtmultimedia-${PV}[widgets] )
+   multimedia? ( >=dev-qt/qtmultimedia-${QT_MIN_VER}[widgets] )
opengl? (
-   ~dev-qt/qtgui-${PV}[gles2=]
-   ~dev-qt/qtopengl-${PV}
+   >=dev-qt/qtgui-${QT_MIN_VER}[gles2=]
+   >=dev-qt/qtopengl-${QT_MIN_VER}
)
-   orientation? ( ~dev-qt/qtsensors-${PV} )
-   printsupport? ( ~dev-qt/qtprintsupport-${PV} )
-   qml? ( ~dev-qt/qtdeclarative-${PV} )
-   webchannel? ( ~dev-qt/qtwebchannel-${PV} )
+   orientation? ( 

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

2017-10-06 Thread Michael Palimaka
commit: 2a93f3b55c7245587a2403c47d375b1be41429d1
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:36:19 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:38:04 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=2a93f3b5

travis: update

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ea759bb5..b5c26f15 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
 - pypy
 env:
-- PORTAGE_VER="2.3.10"
+- PORTAGE_VER="2.3.11"
 before_install:
 - sudo apt-get -qq update
 - pip install lxml



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

2017-10-06 Thread Michael Palimaka
commit: 1f716846a2b83cec88800bd06160b8817715ef79
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:26:12 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:38:04 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=1f716846

qt5-build.eclass: don't add a test dependency for dev-qt/qtwebkit

The test dependency for dev-qt/qtwebkit will now be handled manually in that
ebuild as pinned Qt dependencies are no longer used there.

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index fca63af4..d933767b 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -114,7 +114,7 @@ DEPEND="
dev-lang/perl
virtual/pkgconfig
 "
-if [[ ${PN} != qttest ]]; then
+if [[ ${PN} != qttest && (${PN} != qtwebkit && ${QT5_MINOR_VERSION} -ge 9) ]]; 
then
DEPEND+=" test? ( ~dev-qt/qttest-${PV} )"
 fi
 RDEPEND="



[gentoo-commits] proj/qt:master commit in: profiles/

2017-10-06 Thread Michael Palimaka
commit: 473396db2114c25ddd8f6c2bf937979fd1180b8f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:35:57 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:38:04 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=473396db

profiles: drop mask for removed qt-5.9.1

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2726c84a..10746638 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -4,58 +4,3 @@
 # an explanation of why something is getting masked. Please be extremely
 # careful not to commit atoms that are not valid.
 #
-
-# Michael Palimaka  (03 Jul 2017)
-# Untested work in progress.
-# Guaranteed to break your system horribly or your money back.
-=dev-qt/assistant-5.9.1*
-=dev-qt/designer-5.9.1*
-=dev-qt/linguist-5.9.1*
-=dev-qt/linguist-tools-5.9.1*
-=dev-qt/pixeltool-5.9.1*
-=dev-qt/qdbus-5.9.1*
-=dev-qt/qdbusviewer-5.9.1*
-=dev-qt/qdoc-5.9.1*
-=dev-qt/qt3d-5.9.1*
-=dev-qt/qtbluetooth-5.9.1*
-=dev-qt/qtcharts-5.9.1*
-=dev-qt/qtconcurrent-5.9.1*
-=dev-qt/qtcore-5.9.1*
-=dev-qt/qtdatavis3d-5.9.1*
-=dev-qt/qtdbus-5.9.1*
-=dev-qt/qtdeclarative-5.9.1*
-=dev-qt/qtdiag-5.9.1*
-=dev-qt/qtgraphicaleffects-5.9.1*
-=dev-qt/qtgui-5.9.1*
-=dev-qt/qthelp-5.9.1*
-=dev-qt/qtimageformats-5.9.1*
-=dev-qt/qtlocation-5.9.1*
-=dev-qt/qtmultimedia-5.9.1*
-=dev-qt/qtnetwork-5.9.1*
-=dev-qt/qtnetworkauth-5.9.1*
-=dev-qt/qtopengl-5.9.1*
-=dev-qt/qtpaths-5.9.1*
-=dev-qt/qtplugininfo-5.9.1*
-=dev-qt/qtpositioning-5.9.1*
-=dev-qt/qtprintsupport-5.9.1*
-=dev-qt/qtquickcontrols2-5.9.1*
-=dev-qt/qtquickcontrols-5.9.1*
-=dev-qt/qtscript-5.9.1*
-=dev-qt/qtscxml-5.9.1*
-=dev-qt/qtsensors-5.9.1*
-=dev-qt/qtserialbus-5.9.1*
-=dev-qt/qtserialport-5.9.1*
-=dev-qt/qtspeech-5.9.1*
-=dev-qt/qtsql-5.9.1*
-=dev-qt/qtsvg-5.9.1*
-=dev-qt/qttest-5.9.1*
-=dev-qt/qttranslations-5.9.1*
-=dev-qt/qtvirtualkeyboard-5.9.1*
-=dev-qt/qtwayland-5.9.1*
-=dev-qt/qtwebchannel-5.9.1*
-=dev-qt/qtwebengine-5.9.1*
-=dev-qt/qtwebsockets-5.9.1*
-=dev-qt/qtwidgets-5.9.1*
-=dev-qt/qtx11extras-5.9.1*
-=dev-qt/qtxml-5.9.1*
-=dev-qt/qtxmlpatterns-5.9.1*



[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebsockets/, dev-qt/qttranslations/, dev-qt/qtvirtualkeyboard/, ...

2017-10-06 Thread Michael Palimaka
commit: d5c93a92050d1fa773478f482fbafccdc143b6cc
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:32:05 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:38:04 2017 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=d5c93a92

dev-qt: version bump 5.9.2

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-qt/assistant/Manifest  |   1 +
 dev-qt/assistant/assistant-5.9.2.ebuild|  37 +
 dev-qt/designer/Manifest   |   1 +
 dev-qt/designer/designer-5.9.2.ebuild  |  40 +
 dev-qt/linguist-tools/Manifest |   1 +
 dev-qt/linguist-tools/linguist-tools-5.9.2.ebuild  |  35 +
 dev-qt/linguist/Manifest   |   1 +
 dev-qt/linguist/linguist-5.9.2.ebuild  |  28 
 dev-qt/pixeltool/Manifest  |   1 +
 dev-qt/pixeltool/pixeltool-5.9.2.ebuild|  25 
 dev-qt/qdbus/Manifest  |   1 +
 dev-qt/qdbus/qdbus-5.9.2.ebuild|  25 
 dev-qt/qdbusviewer/Manifest|   1 +
 dev-qt/qdbusviewer/qdbusviewer-5.9.2.ebuild|  27 
 dev-qt/qdoc/Manifest   |   1 +
 dev-qt/qdoc/qdoc-5.9.2.ebuild  |  31 
 dev-qt/qt3d/Manifest   |   1 +
 dev-qt/qt3d/qt3d-5.9.2.ebuild  |  32 
 dev-qt/qtbluetooth/Manifest|   1 +
 dev-qt/qtbluetooth/qtbluetooth-5.9.2.ebuild|  33 +
 dev-qt/qtcharts/Manifest   |   1 +
 dev-qt/qtcharts/qtcharts-5.9.2.ebuild  |  29 
 dev-qt/qtconcurrent/Manifest   |   1 +
 dev-qt/qtconcurrent/qtconcurrent-5.9.2.ebuild  |  23 +++
 dev-qt/qtcore/Manifest |   1 +
 dev-qt/qtcore/qtcore-5.9.2.ebuild  |  66 +
 dev-qt/qtdatavis3d/Manifest|   1 +
 dev-qt/qtdatavis3d/qtdatavis3d-5.9.2.ebuild|  31 
 dev-qt/qtdbus/Manifest |   1 +
 dev-qt/qtdbus/qtdbus-5.9.2.ebuild  |  38 +
 dev-qt/qtdeclarative/Manifest  |   1 +
 dev-qt/qtdeclarative/qtdeclarative-5.9.2.ebuild|  56 +++
 dev-qt/qtdiag/Manifest |   1 +
 dev-qt/qtdiag/qtdiag-5.9.2.ebuild  |  36 +
 dev-qt/qtgraphicaleffects/Manifest |   1 +
 .../qtgraphicaleffects-5.9.2.ebuild|  21 +++
 dev-qt/qtgui/Manifest  |   1 +
 dev-qt/qtgui/qtgui-5.9.2.ebuild| 164 +
 dev-qt/qthelp/Manifest |   1 +
 dev-qt/qthelp/qthelp-5.9.2.ebuild  |  30 
 dev-qt/qtimageformats/Manifest |   1 +
 dev-qt/qtimageformats/qtimageformats-5.9.2.ebuild  |  23 +++
 dev-qt/qtlocation/Manifest |   1 +
 dev-qt/qtlocation/qtlocation-5.9.2.ebuild  |  36 +
 dev-qt/qtmultimedia/Manifest   |   1 +
 dev-qt/qtmultimedia/qtmultimedia-5.9.2.ebuild  |  65 
 dev-qt/qtnetwork/Manifest  |   1 +
 dev-qt/qtnetwork/qtnetwork-5.9.2.ebuild|  53 +++
 dev-qt/qtnetworkauth/Manifest  |   1 +
 dev-qt/qtnetworkauth/qtnetworkauth-5.9.2.ebuild|  20 +++
 dev-qt/qtopengl/Manifest   |   1 +
 dev-qt/qtopengl/qtopengl-5.9.2.ebuild  |  34 +
 dev-qt/qtpaths/Manifest|   1 +
 dev-qt/qtpaths/qtpaths-5.9.2.ebuild|  23 +++
 dev-qt/qtplugininfo/Manifest   |   1 +
 dev-qt/qtplugininfo/qtplugininfo-5.9.2.ebuild  |  23 +++
 dev-qt/qtpositioning/Manifest  |   1 +
 dev-qt/qtpositioning/qtpositioning-5.9.2.ebuild|  37 +
 dev-qt/qtprintsupport/Manifest |   1 +
 dev-qt/qtprintsupport/qtprintsupport-5.9.2.ebuild  |  42 ++
 dev-qt/qtquickcontrols/Manifest|   1 +
 .../qtquickcontrols/qtquickcontrols-5.9.2.ebuild   |  32 
 dev-qt/qtquickcontrols2/Manifest   |   1 +
 .../qtquickcontrols2/qtquickcontrols2-5.9.2.ebuild |  30 
 dev-qt/qtscript/Manifest   |   1 +
 dev-qt/qtscript/qtscript-5.9.2.ebuild  |  36 +
 dev-qt/qtscxml/Manifest|   1 +
 dev-qt/qtscxml/qtscxml-5.9.2.ebuild|  19 +++
 dev-qt/qtsensors/Manifest  |   1 +
 dev-qt/qtsensors/qtsensors-5.9.2.ebuild|  28 
 dev-qt/qtserialbus/Manifest|   1 +
 dev-qt/qtserialbus/qtserialbus-5.9.2.ebuild|  20 +++
 dev-qt/qtserialport/Manifest   |   1 +
 dev-qt/qtserialport/qtserialport-5.9.2.ebuild  |  27 
 dev-qt/qtspeech/Manifest

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

2017-10-06 Thread Michael Palimaka
commit: 78c51cc061d46b615ea89b43f252f09a84f0d91f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:32:34 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:32:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c51cc0

profiles: mask dev-qt/qtwebkit[gles2] in plasma profile

 profiles/targets/desktop/plasma/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/desktop/plasma/package.use.mask 
b/profiles/targets/desktop/plasma/package.use.mask
index 243f440fe66..26f3c6d9458 100644
--- a/profiles/targets/desktop/plasma/package.use.mask
+++ b/profiles/targets/desktop/plasma/package.use.mask
@@ -12,6 +12,7 @@ dev-qt/qtgui gles2
 dev-qt/qtmultimedia gles2
 dev-qt/qtopengl gles2
 dev-qt/qtprintsupport gles2
+dev-qt/qtwebkit gles2
 dev-qt/qtwidgets gles2
 kde-apps/kdenlive gles2
 kde-frameworks/plasma gles2



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-MakeMethods/files/, dev-perl/Class-MakeMethods/

2017-10-06 Thread Kent Fredric
commit: 6520b638af4c576d480a3c6bda21ba9630cee739
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct  7 01:18:55 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  7 01:20:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6520b638

dev-perl/Class-MakeMethods: Fix broken tests on Perl 5.26 re bug #615120

Closes: https://bugs.gentoo.org/615120
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Class-MakeMethods-1.10.0-r1.ebuild |  3 ++-
 .../files/Class-MakeMethods-1.10.0-perl526.patch   | 27 ++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild 
b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild
index 14eb72e8dc3..26ee9d48c46 100644
--- a/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.ebuild
+++ b/dev-perl/Class-MakeMethods/Class-MakeMethods-1.10.0-r1.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,4 +13,5 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86 ~ppc-aix 
~x86-solaris"
 IUSE=""
 
+PATCHES=( "${FILESDIR}/${P}-perl526.patch" )
 SRC_TEST="do"

diff --git 
a/dev-perl/Class-MakeMethods/files/Class-MakeMethods-1.10.0-perl526.patch 
b/dev-perl/Class-MakeMethods/files/Class-MakeMethods-1.10.0-perl526.patch
new file mode 100644
index 000..90d6954e854
--- /dev/null
+++ b/dev-perl/Class-MakeMethods/files/Class-MakeMethods-1.10.0-perl526.patch
@@ -0,0 +1,27 @@
+From e9ca634f9d11894aec3236a8166b48b5bd25e582 Mon Sep 17 00:00:00 2001
+From: Slaven Rezic 
+Date: Wed, 8 Jun 2016 22:47:42 +0200
+Subject: fix for "Unescaped left brace in regex is deprecated" (RT #115108)
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115108
+Bug: https://bugs.gentoo.org/615120
+---
+ tests/xemulator/class_methodmaker/Test.pm | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/xemulator/class_methodmaker/Test.pm 
b/tests/xemulator/class_methodmaker/Test.pm
+index fc37552..4ab84ad 100644
+--- a/tests/xemulator/class_methodmaker/Test.pm
 b/tests/xemulator/class_methodmaker/Test.pm
+@@ -48,7 +48,7 @@ sub COUNT_TESTS {
+   open(IN, $file) or die "Can't open $file: $!";
+   while () {
+ /^\s*#/ and next;
+-$c += s/(TEST\s{)/$1/g;
++$c += s/(TEST\s\{)/$1/g;
+   }
+   $c;
+ }
+-- 
+2.14.1
+



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

2017-10-06 Thread Jason Donenfeld
commit: f1c0b6e6c7b2114aeeeb095173f583f50e54ce49
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Sat Oct  7 01:19:24 2017 +
Commit: Jason Donenfeld  gentoo  org>
CommitDate: Sat Oct  7 01:19:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c0b6e6

net-vpn/wireguard: update URL

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-vpn/wireguard/wireguard-0.0.20171005.ebuild | 4 ++--
 net-vpn/wireguard/wireguard-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-vpn/wireguard/wireguard-0.0.20171005.ebuild 
b/net-vpn/wireguard/wireguard-0.0.20171005.ebuild
index 7cb3be1338f..fdc71975143 100644
--- a/net-vpn/wireguard/wireguard-0.0.20171005.ebuild
+++ b/net-vpn/wireguard/wireguard-0.0.20171005.ebuild
@@ -81,7 +81,7 @@ pkg_postinst() {
einfo "As such, it may contain significant issues. Please do not file"
einfo "bug reports with Gentoo, but rather direct them upstream to:"
einfo
-   einfo "t...@wireguard.iosecur...@wireguard.io"
+   einfo "t...@wireguard.comsecur...@wireguard.com"
einfo
 
if use tools; then
@@ -103,7 +103,7 @@ pkg_postinst() {
einfo "\"default-route\" argument. You may not use this server 
for any abusive or illegal"
einfo "purposes. It is for quick testing only."
einfo
-   einfo "More info on getting started can be found at: 
https://www.wireguard.io/quickstart/;
+   einfo "More info on getting started can be found at: 
https://www.wireguard.com/quickstart/;
einfo
fi
if use module; then

diff --git a/net-vpn/wireguard/wireguard-.ebuild 
b/net-vpn/wireguard/wireguard-.ebuild
index 7cb3be1338f..fdc71975143 100644
--- a/net-vpn/wireguard/wireguard-.ebuild
+++ b/net-vpn/wireguard/wireguard-.ebuild
@@ -81,7 +81,7 @@ pkg_postinst() {
einfo "As such, it may contain significant issues. Please do not file"
einfo "bug reports with Gentoo, but rather direct them upstream to:"
einfo
-   einfo "t...@wireguard.iosecur...@wireguard.io"
+   einfo "t...@wireguard.comsecur...@wireguard.com"
einfo
 
if use tools; then
@@ -103,7 +103,7 @@ pkg_postinst() {
einfo "\"default-route\" argument. You may not use this server 
for any abusive or illegal"
einfo "purposes. It is for quick testing only."
einfo
-   einfo "More info on getting started can be found at: 
https://www.wireguard.io/quickstart/;
+   einfo "More info on getting started can be found at: 
https://www.wireguard.com/quickstart/;
einfo
fi
if use module; then



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

2017-10-06 Thread Sergei Trofimovich
commit: 5bdaea08424f65ac95593441a30347fabada67b5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:58:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:58:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdaea08

dev-util/intltool: stable 0.51.0-r2 for ppc, bug #614698

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-util/intltool/intltool-0.51.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/intltool/intltool-0.51.0-r2.ebuild 
b/dev-util/intltool/intltool-0.51.0-r2.ebuild
index d48a1bc5fd8..3f4e67497e4 100644
--- a/dev-util/intltool/intltool-0.51.0-r2.ebuild
+++ b/dev-util/intltool/intltool-0.51.0-r2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~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 ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2017-10-06 Thread Sergei Trofimovich
commit: 1671e68863b4c3be914b1c59bebdd21eef506c99
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:58:26 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:58:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1671e688

sys-apps/readahead-list: stable 1.20060421.1016-r3 for ppc, bug #614624

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 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 36a5f629072..b7033eeced8 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: sys-devel/autogen/

2017-10-06 Thread Sergei Trofimovich
commit: 32d75e911741adab728960670dd60bef46a48b3d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:58:35 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:58:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d75e91

sys-devel/autogen: stable 5.18.4-r1 for ppc, bug #615008

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 sys-devel/autogen/autogen-5.18.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autogen/autogen-5.18.4-r1.ebuild 
b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
index 156a907fa70..c57151422dc 100644
--- a/sys-devel/autogen/autogen-5.18.4-r1.ebuild
+++ b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug-client/

2017-10-06 Thread Sergei Trofimovich
commit: 804e75a2432d5a60b900e9aa1402ec9e739eb0ff
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:43:25 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:43:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804e75a2

dev-php/xdebug-client: stable 2.5.3 for ppc64, bug #633618

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-php/xdebug-client/xdebug-client-2.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug-client/xdebug-client-2.5.3.ebuild 
b/dev-php/xdebug-client/xdebug-client-2.5.3.ebuild
index 3db1d6f04f8..9bea159fbca 100644
--- a/dev-php/xdebug-client/xdebug-client-2.5.3.ebuild
+++ b/dev-php/xdebug-client/xdebug-client-2.5.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~x86"
 
 MY_PV="${PV/_/}"
 MY_PV="${MY_PV/rc/RC}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/xdebug/

2017-10-06 Thread Sergei Trofimovich
commit: 71d061d007d6e555aa261864ffc2530efb2726f0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:44:13 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:44:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d061d0

dev-php/xdebug: stable 2.5.3 for ppc64, bug #633618

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-php/xdebug/xdebug-2.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/xdebug/xdebug-2.5.3.ebuild 
b/dev-php/xdebug/xdebug-2.5.3.ebuild
index 2f3ece25477..6b6efd1db87 100644
--- a/dev-php/xdebug/xdebug-2.5.3.ebuild
+++ b/dev-php/xdebug/xdebug-2.5.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 
 inherit php-ext-source-r3
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ppc64 ~x86"
 
 DESCRIPTION="A PHP debugging and profiling extension"
 HOMEPAGE="http://www.xdebug.org/;



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

2017-10-06 Thread Sergei Trofimovich
commit: 9c841efceb8e1b2ce6cf5162cc4414f09a484be6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:00:51 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:00:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c841efc

dev-util/intltool: stable 0.51.0-r2 for ppc64, bug #614698

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-util/intltool/intltool-0.51.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/intltool/intltool-0.51.0-r2.ebuild 
b/dev-util/intltool/intltool-0.51.0-r2.ebuild
index 2eeed962946..d48a1bc5fd8 100644
--- a/dev-util/intltool/intltool-0.51.0-r2.ebuild
+++ b/dev-util/intltool/intltool-0.51.0-r2.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~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 ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="



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

2017-10-06 Thread Sergei Trofimovich
commit: 918d2764d69be9632212eff9361173f9b13ff0cc
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:00:59 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:00:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918d2764

app-misc/spacenavd: stable 0.6 for ppc64, bug #617588

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 app-misc/spacenavd/spacenavd-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/spacenavd/spacenavd-0.6.ebuild 
b/app-misc/spacenavd/spacenavd-0.6.ebuild
index 98b5eaedddf..df16c9432ab 100644
--- a/app-misc/spacenavd/spacenavd-0.6.ebuild
+++ b/app-misc/spacenavd/spacenavd-0.6.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://spacenav.sourceforge.net/;
 
SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}%20daemon/${PN}%20${PV}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc64 ~x86"
 IUSE="X"
 
 RDEPEND="X? ( x11-apps/xdpyinfo )"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/autogen/

2017-10-06 Thread Sergei Trofimovich
commit: 166640e323aa61a85c9b5d1dff6b0191258b67fb
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 22:00:55 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 22:00:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166640e3

sys-devel/autogen: stable 5.18.4-r1 for ppc64, bug #615008

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 sys-devel/autogen/autogen-5.18.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autogen/autogen-5.18.4-r1.ebuild 
b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
index 807853a50b6..156a907fa70 100644
--- a/sys-devel/autogen/autogen-5.18.4-r1.ebuild
+++ b/sys-devel/autogen/autogen-5.18.4-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
 IUSE="libopts static-libs"
 
 RDEPEND="



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

2017-10-06 Thread Sergei Trofimovich
commit: 6017b34ef6c722262c8c2d6ffd0839fa4530532f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct  6 21:29:05 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct  6 21:29:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6017b34e

sys-libs/db: stable 5.3.28-r2 for ppc/ppc64, bug #599134

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc ppc64"

 sys-libs/db/db-5.3.28-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/db/db-5.3.28-r2.ebuild b/sys-libs/db/db-5.3.28-r2.ebuild
index c9c47add336..5f80d60111f 100644
--- a/sys-libs/db/db-5.3.28-r2.ebuild
+++ b/sys-libs/db/db-5.3.28-r2.ebuild
@@ -27,7 +27,7 @@ done
 
 LICENSE="Sleepycat"
 SLOT="5.3"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc 
x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 
~sparc-fbsd ~x86-fbsd"
 IUSE="doc java cxx tcl test"
 
 REQUIRED_USE="test? ( tcl )"



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

2017-10-06 Thread José María Alonso
commit: 1efa1e017d52ed0b1f634b9521a39d5de3987ebf
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Oct  6 21:23:10 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Oct  6 21:23:10 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1efa1e01

dev-lisp/asdf: Bumps version to 3.3.0

 dev-lisp/asdf/asdf-3.3.0.ebuild | 54 +
 1 file changed, 54 insertions(+)

diff --git a/dev-lisp/asdf/asdf-3.3.0.ebuild b/dev-lisp/asdf/asdf-3.3.0.ebuild
new file mode 100644
index ..c0f4d139
--- /dev/null
+++ b/dev-lisp/asdf/asdf-3.3.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils prefix common-lisp-3
+
+DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
+HOMEPAGE="http://common-lisp.net/project/asdf/;
+SRC_URI="http://common-lisp.net/project/${PN}/archives/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="doc"
+
+SLOT="0/${PVR}"
+
+DEPEND="!dev-lisp/cl-${PN}
+   !dev-lisp/asdf-binary-locations
+   !dev-lisp/gentoo-init
+   !=dev-lisp/sbcl-1.4.0" ; then
+   (cd doc ; doinfo "${PN}.info" )
+   fi
+}
+
+src_compile() {
+   emake
+   use doc && emake -C doc
+}
+
+src_test() {
+   common-lisp-export-impl-args "$(common-lisp-find-lisp-impl)"
+   test/run-tests.sh ${CL_BINARY}
+}
+
+src_install() {
+   insinto "${CLSOURCEROOT}/${PN}"
+   doins -r build version.lisp-expr
+   dodoc README.md TODO
+   use doc && install_docs
+   insinto /etc/common-lisp
+   cd "${T}" || die
+   cp "${FILESDIR}/gentoo-init.lisp" "${FILESDIR}/source-registry.conf" . 
|| die
+   eprefixify gentoo-init.lisp source-registry.conf
+   doins gentoo-init.lisp source-registry.conf
+}



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

2017-10-06 Thread José María Alonso
commit: d841a46422a71c1bd5f47eac4acf38b5739a4286
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Oct  6 21:21:56 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Oct  6 21:21:56 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d841a464

dev-lisp/uiop: Bumps version to 3.3.0

 dev-lisp/uiop/uiop-3.3.0.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/dev-lisp/uiop/uiop-3.3.0.ebuild b/dev-lisp/uiop/uiop-3.3.0.ebuild
new file mode 100644
index ..354fca87
--- /dev/null
+++ b/dev-lisp/uiop/uiop-3.3.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="UIOP is a portability layer spun off ASDF3"
+HOMEPAGE="http://common-lisp.net/project/asdf/;
+SRC_URI="http://common-lisp.net/project/asdf/archives/asdf-${PV}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="~dev-lisp/asdf-${PV}"
+
+S="${WORKDIR}/asdf-${PV}/${PN}"
+
+src_install() {
+   insinto "${CLSOURCEROOT}/${PN}"
+   doins -r contrib *.lisp ../version.lisp-expr "${PN}.asd" asdf-driver.asd
+   dodir "${CLSYSTEMROOT}"
+   dosym "${CLSOURCEROOT}/${PN}/${PN}.asd" "${CLSYSTEMROOT}/${PN}.asd"
+   dosym "${CLSOURCEROOT}/${PN}/asdf-driver.asd" 
"${CLSYSTEMROOT}/asdf-driver.asd"
+}



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

2017-10-06 Thread José María Alonso
commit: cb8aca55c8e7964608b8d2ebc27a19ec455c4df9
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Oct  6 21:21:06 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Oct  6 21:21:06 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb8aca55

common-lisp-3.eclass: Adds CLIMPLEMENTATIONS variable and 
common-lisp-find-lisp-impl function

 eclass/common-lisp-3.eclass | 21 +++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
index f0f0b0da..9acf17e3 100644
--- a/eclass/common-lisp-3.eclass
+++ b/eclass/common-lisp-3.eclass
@@ -15,6 +15,11 @@ inherit eutils
 # so it's useless to mirror them
 RESTRICT="mirror"
 
+# @ECLASS-VARIABLE: CLIMPLEMENTATIONS
+# @DESCRIPTION:
+# Common Lisp implementations
+CLIMPLEMENTATIONS="sbcl clisp clozurecl cmucl ecls gcl"
+
 # @ECLASS-VARIABLE: CLSOURCEROOT
 # @DESCRIPTION:
 # Default path of Common Lisp libraries sources. Sources will
@@ -165,11 +170,23 @@ common-lisp-3_src_install() {
done
 }
 
+# @FUNCTION: common-lisp-find-lisp-impl
+# @USAGE: common-lisp-find-lisp-impl
+# @DESCRIPTION:
+# Outputs an installed Common Lisp implementation. Transverses
+# CLIMPLEMENTATIONS to find it.
+common-lisp-find-lisp-impl() {
+   for lisp in ${CLIMPLEMENTATIONS} ; do
+   [[ "$(best_version dev-lisp/${lisp})" ]] && echo "${lisp}" && 
return
+   done
+   die "No CommonLisp implementation found"
+}
+
 # @FUNCTION: common-lisp-export-impl-args
 # @USAGE: common-lisp-export-impl-args 
 # @DESCRIPTION:
-#   Export a few variables containing the switches necessary
-#   to make the CL implementation perform basic functions:
+# Export a few variables containing the switches necessary
+# to make the CL implementation perform basic functions:
 #   * CL_BINARY: Common Lisp implementation
 #   * CL_NORC: don't load syste-wide or user-specific initfiles
 #   * CL_LOAD: load a certain file



[gentoo-commits] proj/lisp:master commit in: virtual/commonlisp/

2017-10-06 Thread José María Alonso
commit: a3776b60ddaa532a24720e63a82fcbf3cb2b9082
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Oct  6 21:13:41 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Oct  6 21:13:41 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a3776b60

virtual/commonlisp: Adds gcl implementation

 virtual/commonlisp/commonlisp-0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/virtual/commonlisp/commonlisp-0.ebuild 
b/virtual/commonlisp/commonlisp-0.ebuild
index dd062374..2d18c20b 100644
--- a/virtual/commonlisp/commonlisp-0.ebuild
+++ b/virtual/commonlisp/commonlisp-0.ebuild
@@ -5,10 +5,11 @@ EAPI=6
 
 DESCRIPTION="Virtual for Common Lisp"
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~sparc x86  ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
 
 RDEPEND="|| ( dev-lisp/sbcl
dev-lisp/clisp
dev-lisp/clozurecl
dev-lisp/cmucl
-   dev-lisp/ecls )"
+   dev-lisp/ecls
+   dev-lisp/gcl )"



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

2017-10-06 Thread Patrick McLean
commit: 7d5c41836d7c2007f5e98561a949867e9052eefe
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Oct  6 21:07:34 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Oct  6 21:07:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5c4183

sys-cluster/ceph: Drop old version 12.2.0

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-cluster/ceph/Manifest  |   1 -
 sys-cluster/ceph/ceph-12.2.0-r2.ebuild | 284 -
 ...h-12.2.0-fix_two_stray_get_health_callers.patch |  46 
 3 files changed, 331 deletions(-)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index e7c22e036c6..e37ff62073c 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -2,5 +2,4 @@ DIST ceph-10.2.10.tar.gz 14573701 SHA256 
41210ac8cb71d9c9d6504b57adce496d3272ee8
 DIST ceph-10.2.3.tar.gz 11596171 SHA256 
dca933aa14db67b404d836ef510bd418091978edc2f0c74dfc530ba0aa5e8994 SHA512 
9de1e6851fc343d2c52c72cec3f7887d998d5b588f1251ee3a1fda14427badfa10408e6691fb03a374a10f4ec9844868423fee70fbbe2c0d962af98481412f19
 WHIRLPOOL 
981ebca66113a07a5cc6e5934272a72b29a2c19e03398f7b622c11df6ea0a05339558dfc2f11504403cbbd0efe0b090ad59f4b86206b46db57587744091aa26a
 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.0-r2.ebuild 
b/sys-cluster/ceph/ceph-12.2.0-r2.ebuild
deleted file mode 100644
index 677d00832e3..000
--- a/sys-cluster/ceph/ceph-12.2.0-r2.ebuild
+++ /dev/null
@@ -1,284 +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,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? ( 

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

2017-10-06 Thread Patrick McLean
commit: 3e4ea9c4ab2efee5807a0e12ea108ea209c9679f
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Oct  6 21:01:54 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Oct  6 21:01:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4ea9c4

sys-cluster/ceph: Version bump to 10.2.10

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-cluster/ceph/Manifest|   1 +
 sys-cluster/ceph/ceph-10.2.10.ebuild | 305 +++
 2 files changed, 306 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 22da72e93ca..e7c22e036c6 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,3 +1,4 @@
+DIST ceph-10.2.10.tar.gz 14573701 SHA256 
41210ac8cb71d9c9d6504b57adce496d3272ee8f79089537d262898747d68e75 SHA512 
883d1b8340aaefc7a1eee4bbfb5b1d1cc15bffed8f35fb1e8fb86b1208a4d0d16753eb6c688ea0e661c4877d3d148b2b6c2b41620c4e8a61e47c69f46f98e537
 WHIRLPOOL 
4a2c7b9c7ff2f7f7bf5b36314f2da5630cf948b1558e4b6d33669ffd76836d7fdb6104f3bddcf7209ead2a31209fcc59fe86020763303be10db52729d5e5b648
 DIST ceph-10.2.3.tar.gz 11596171 SHA256 
dca933aa14db67b404d836ef510bd418091978edc2f0c74dfc530ba0aa5e8994 SHA512 
9de1e6851fc343d2c52c72cec3f7887d998d5b588f1251ee3a1fda14427badfa10408e6691fb03a374a10f4ec9844868423fee70fbbe2c0d962af98481412f19
 WHIRLPOOL 
981ebca66113a07a5cc6e5934272a72b29a2c19e03398f7b622c11df6ea0a05339558dfc2f11504403cbbd0efe0b090ad59f4b86206b46db57587744091aa26a
 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

diff --git a/sys-cluster/ceph/ceph-10.2.10.ebuild 
b/sys-cluster/ceph/ceph-10.2.10.ebuild
new file mode 100644
index 000..f142f074819
--- /dev/null
+++ b/sys-cluster/ceph/ceph-10.2.10.ebuild
@@ -0,0 +1,305 @@
+# 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 check-reqs autotools eutils python-r1 udev user \
+   readme.gentoo-r1 systemd versionator flag-o-matic toolchain-funcs
+
+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"
+SLOT="0"
+
+IUSE="babeltrace cephfs cryptopp debug fuse gtk jemalloc ldap +libaio"
+IUSE+=" libatomic lttng +nss +radosgw static-libs +tcmalloc test xfs zfs"
+
+# 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="
+   app-arch/snappy:=
+   sys-libs/zlib:=
+   app-arch/lz4:=
+   app-arch/bzip2:=
+   app-arch/zstd:=
+   dev-libs/boost:=[threads]
+   dev-libs/libaio:=
+   dev-libs/leveldb:=[snappy]
+   nss? ( dev-libs/nss:= )
+   libatomic? ( dev-libs/libatomic_ops:= )
+   cryptopp? ( dev-libs/crypto++:= )
+   sys-apps/keyutils
+   sys-apps/util-linux
+   dev-libs/libxml2:=
+   radosgw? ( dev-libs/fcgi:= )
+   ldap? ( net-nds/openldap:= )
+   babeltrace? ( dev-util/babeltrace )
+   fuse? ( sys-fs/fuse:0= )
+   xfs? ( sys-fs/xfsprogs:= )
+   zfs? ( sys-fs/zfs:= )
+   gtk? (
+   x11-libs/gtk+:2=
+   dev-cpp/gtkmm:2.4
+   gnome-base/librsvg:=
+   )
+   radosgw? (
+   dev-libs/fcgi:=
+   dev-libs/expat:=
+   net-misc/curl:=
+   )
+   jemalloc? ( dev-libs/jemalloc:= )
+   !jemalloc? ( =dev-util/google-perftools-2.4*:= )
+   lttng? ( dev-util/lttng-ust:= )
+   ${PYTHON_DEPS}
+   "
+DEPEND="${COMMON_DEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   app-arch/cpio
+   virtual/pkgconfig
+   dev-python/sphinx
+   test? (
+   sys-fs/btrfs-progs
+   sys-apps/grep[pcre]
+   dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+   )"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/hdparm
+   sys-block/parted
+   sys-fs/cryptsetup
+   sys-apps/gptfdisk
+   !/dev/null || 

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

2017-10-06 Thread Patrick McLean
commit: 08adfa8f0883f62f97c9904733b81058b8038283
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Oct  6 21:03:20 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Oct  6 21:03:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08adfa8f

sys-cluster/ceph: 12.2.1: Don't pass -1 to enewgroup #632243

Closes: https://bugs.gentoo.org/632243
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-cluster/ceph/ceph-12.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/ceph-12.2.1.ebuild 
b/sys-cluster/ceph/ceph-12.2.1.ebuild
index c7fa5ee49c0..9e8142ef569 100644
--- a/sys-cluster/ceph/ceph-12.2.1.ebuild
+++ b/sys-cluster/ceph/ceph-12.2.1.ebuild
@@ -135,7 +135,7 @@ check-reqs_export_vars() {
 }
 
 user_setup() {
-   enewgroup ceph ${CEPH_GID:--1}
+   enewgroup ceph ${CEPH_GID}
enewuser ceph "${CEPH_UID:--1}" -1 /var/lib/ceph ceph
 }
 



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

2017-10-06 Thread Ian Stakenvicius
commit: 3e669f15632c9287b2b8acb933b42f9dc8b7126f
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Oct  6 20:20:35 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Oct  6 20:21:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e669f15

www-client/seamonkey-bin: bump to 2.49.1 candidate build 2

This build is based on comm-esr52.4, matching thunderbird-52.4; upstream's
candidate for linux reportedly works well but release will likely be held up
by build system issues on other platforms.

Differences of note against firefox-bin-52.4 is that seamonkey-bin is configured
to use alsa for sound rather than pulseaudio.

Package-Manager: Portage-2.3.8, Repoman-2.3.1

 www-client/seamonkey-bin/Manifest  |  20 +++
 .../seamonkey-bin/seamonkey-bin-2.49.1_rc2.ebuild  | 150 +
 2 files changed, 170 insertions(+)

diff --git a/www-client/seamonkey-bin/Manifest 
b/www-client/seamonkey-bin/Manifest
index 3ff60042ba2..8ef2947dd19 100644
--- a/www-client/seamonkey-bin/Manifest
+++ b/www-client/seamonkey-bin/Manifest
@@ -16,5 +16,25 @@ DIST seamonkey-2.48-sk.xpi 956279 SHA256 
cc176898ef9cb67728f0ed3eae24336cf52582b
 DIST seamonkey-2.48-sv-SE.xpi 930510 SHA256 
831a4b42faa31f4006984269e2d6d3472a0f1450f92895fb8190c1719e2ff2c8 SHA512 
098ffc81d2115f055b2cf4f5ef195e1f6bb58068d143225dba42dff00a5efb8d660641c4bd295f1bcccd3c032f6bdc940e20f9e4ba6aa7d3624cf61e9ee8440f
 WHIRLPOOL 
019946480deb17c9a73886fa93e68eecdcaef46d7670d727c34dc6055e0a4b88a626c505c8ac3d4d19961499f303403ebb9668ce56030cb1abea061e00909cb9
 DIST seamonkey-2.48-zh-CN.xpi 934871 SHA256 
991629043056dd722202116ef026aeb86a8615539aabf41a28b6a78da63eab7b SHA512 
18485d34b90f3f619dde55c1772c5f4873a4efd5b828755eec28b20aa74d98050ccd206b19fa409ab6bea7f0053a94f2d684b54e19f763004fb752ad8e002d2c
 WHIRLPOOL 
cb8f4f34abd0eddd3f815c0b6d5efb30aa9cf7b29a2c1e948cd429befe732e6143bfb15b723cfab1c18eac7f18538ab33ee3ca4ba9c9eeae5ca8cd590cb78877
 DIST seamonkey-2.48-zh-TW.xpi 991735 SHA256 
bb41ee50948baca9e78ae1ba0174046bde21d7bb823c6b365e32d7a8c6a9c50f SHA512 
d14be0b9da910e3c7014c4ac9e6fc8270eb43176623280c55eec9e63c5fd0ce9b83db781cdbcd1eae67281fd09ad6dc2218df479e66076878c6bda12c2f2eeb3
 WHIRLPOOL 
cc9bda10829ad4149e28b82f59580bc5d2a8d91c00c0e153bdb130be60e57f155df72929029f92c61ef444b5cea48bb47e10aa48615af4686e2dfc8370565c09
+DIST seamonkey-2.49.1-cs.xpi 941974 SHA256 
3da0bd7a341a90d5d10348ea53be7ffa3935202919a6d0aea59e69593499e246 SHA512 
c3b061e0b735c6949a0ce7f8be22c7818e6bd039de5284015b0ff63b8456f18bd51db9f3a3d1f9a5df2a6d0610043ea9e33f16ccd3ba64e20ac53e901196afd3
 WHIRLPOOL 
f3dcd77632898e6f35de6101705fb5122f31cd26d76f292c8a705dbb24157915587ad9604c5dacb41282449da1a1580d09085438ce4a025bd93d85c0539d1f16
+DIST seamonkey-2.49.1-de.xpi 949902 SHA256 
c5d997ed331867310dbe3468a6ea14ed327681015b62d61c021b433376ec2ebd SHA512 
fb85fa867b5b9417190aa25cc678d68e3afed04bfe052896167aaf46042397da6e1bbeb70acc321f46bd0bed4f0856152d80a348b478a336d28825c4120af1c6
 WHIRLPOOL 
b024b448231390d983dc4ce7d2f55808703bbeedc322bc88586184e4039a0e8d154753bbaec57eaaa7481e047fcc48ca66b7744e6354a4b17d80767124d0dc77
+DIST seamonkey-2.49.1-en-GB.xpi 911789 SHA256 
6a168ce1d5e5a6d5e4036f74dada7eac91f0feef6d53165afde30c9f39de643e SHA512 
973fc7f693abe9b87bd971f79e050bd4bd9a16e4e6f6a50d9298f2c71d45aa328c4279055382b7f9bf8c807dff9c1ab8855d97dbbe3eb4d71c40ee5e3a02f3b6
 WHIRLPOOL 
b795f6a7b16ab128bfb45661d289b7bf25b58665b94e314931c6c8d98ba3d73bb5aefa3fde46c317222fbd86a39c7a1ee0a5824a53611da9895a5e7985c463a0
+DIST seamonkey-2.49.1-es-AR.xpi 952759 SHA256 
d34c3ab2145d0829c814ce96b51c63c30c925e5c5a84810d411777be059d2cbd SHA512 
ec198ed919079e16bf638be032cc7de165d0e9d05d0742a12828b5ad510884d4dd0da57c0cbae85b3fe0089a1be26f42c9887957ab6ecac8b8ef6cf0fbbcb345
 WHIRLPOOL 
98ffc6a013e161315c9b4e194ec548bbeac6b9bada302308a7b95a6101336939d67f30b85d15d215411f0f12392f5279c12bb982e1befcc0b34f5ce4f779c32b
+DIST seamonkey-2.49.1-es-ES.xpi 897737 SHA256 
7fce4de8e1160996af38838093710d9e8a6c9f16f1a05e1b76c2778586fb643f SHA512 
e9fb5834f3086ee1cf99404930149f06ee7f3f0d5796550c3368b915ed9f729dbd92032682c6273b687b6f3077a4ca3a78192e101f1276d90ebf2eb71f39f22e
 WHIRLPOOL 
4b0c55033055d3cf6e2a4898cb0bcc2b71c932a4445ae8d4b40ba157860bd2b54cddcaf73b66ce0e44cf6485c20b0951b48ad98c088b4f604f09d5c3d7097445
+DIST seamonkey-2.49.1-fr.xpi 969290 SHA256 
5d32cebf47cea1a6c1cf20da828c4d2f944aa8f2252231d341dd292001fbdf55 SHA512 
188f4a8c79b10f95c807a08837290fbc3245c983e6797b8f8a0beea4f4ffad915abeb942920f9986910a0530218f4e35ba16de60b4f21d33116ae16756eb4e8c
 WHIRLPOOL 
7abb0149100fdd88f8d305073e09bef9b78b577f0b2927d70c44d76ea1ea63c889fa04f7a0aa5e905a533600ff123f014afe3b9ad8e5fadae8b0548a38bcf94d
+DIST seamonkey-2.49.1-hu.xpi 955174 SHA256 
5795275d5eba01fe8c48af7f4f661ef5f3e7263f55029c2364a53f9288064401 SHA512 
e28beb23242a6535230df4fd1adb82e8957487179402cb82dedc2faa6464b411d22ddb2732e0490a916597301eebf2fda727bcadb34e029bd468bd066dbc3080
 WHIRLPOOL 

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

2017-10-06 Thread Ian Stakenvicius
commit: 091e2832919fce9dfea35a7d2c4e772a4aa8c376
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Oct  6 20:09:27 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Oct  6 20:09:27 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=091e2832

bump thunderbird-52.4's lightning langpack to 5.4.4

 mail-client/thunderbird/Manifest  | 2 +-
 mail-client/thunderbird/thunderbird-52.4.0.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 1771b34..62105c2 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,6 +1,6 @@
 DIST firefox-52.4-patches-02.tar.xz 14412 SHA256 
28e63a625cb22cec73fe5efd952566d6bd965dc453f205b0c00b2fb3b580dcdc SHA512 
6befeaefc118bc161ad05eed619142814e5cf31aaeede3fb5618b1f5ace887e9e1fa6914320b513404380a426cfb0f45107435f92b2d7e95d95cd7c44e03ad96
 WHIRLPOOL 
40323ecada75c7ee05ae19cd98bb262937a0d70f5fd7a25ec9454227f33ce81f363b60b8f0bea879224e9f7c0132de982b2c551e40a0c7c63b8106efca69
 DIST gdata-provider-3.3.tar.xz 85628 SHA256 
1a1751a5dd3d941bb28051c1d3af5d96c6c06b00c1b2d6b2442e312ec14644bd SHA512 
ae0c0e6fd42d6e7088256ca8a4be5b0bac84b2f331b51afdc982354caef60b6ba631d4f76bfba7523000b49235c8f8c63704d90acf24b34b14696b709be9342b
 WHIRLPOOL 
2b77c9343437633dc8b26365b6f172999364b81b4928744e0eba0d0de50179fbd845085cc4fbf95a0c068a9b76bd2280db8f9f349ded680686ab6cac949bbcc6
-DIST lightning-5.4.3.tar.xz 1891484 SHA256 
77185d29bddefa121e27cdd061f0cc227b1da1097b59493ee4138ba573a527d1 SHA512 
e7903ffbe729c9608647c883202e668bb0a502ad55bd5330d073a92f336a2be427e364829a609912a32432c9a6eaa2390f6b8bfff4e61e87d03f72a4ac2aad03
 WHIRLPOOL 
9c7765221196080ffc69a3b0a8f1d77f59a3c9a742151049ff121c9f99adfe134165f3fafa6fa950196a809fa5103d5ef6527ca23f51af3394e74b87f95bc50d
+DIST lightning-5.4.4.tar.xz 1872584 SHA256 
8f330202f348734228ad5fc599a7a626506a3517393cc35708129084cd70262a SHA512 
2168766a1fb3c4c77a3d13552518ac9b3e78f23a016a37a439b885b6eb56de369de85d2ba4fdbd201b54dc210493e94cdfd8d7dbe0573ae6d9d145ad97771ddd
 WHIRLPOOL 
b802126524d6aad3cd2399f2631c9898557a7b8491172ae29aef5f23d9f9f3e271de07accecd3bc1cf992e1a9c1944d02bc9091b8de94cde7fcebd3f7266bf18
 DIST thunderbird-52.4.0-ar.xpi 604235 SHA256 
5b17a53001f7605f9e12a9881573f93940dd5756bd54788546201c97fc323c3f SHA512 
bfadc747f3b73796cc5822c81567aadd3d34a420ddd104d042d47041b03b7e62b9e1d95e117d5b9ee14897187dbee776896a2bb0c7dc62ca70cc1e1e5f33fd89
 WHIRLPOOL 
7ff63921c6452ffca21cba430ad45e7953083a821801d259ae987c67cc7a0113d4df8608bd787aef39392744e661d04b5fd64d3c1b14d9b3586938b9fcf27027
 DIST thunderbird-52.4.0-ast.xpi 541173 SHA256 
e3f5a29ee9258e49306cd1580d603b635a5ac7c8840c838504606143c141562a SHA512 
1653f6ea89fcd4bead7a06badd7ea025dc2daf6a450dfb944e7b45e7d7da9818b660bfc02218ed79246b8231e42f6678beced2f78df668cbedc3676a088d2dfa
 WHIRLPOOL 
0f70d593e6ce37ade889e04b5e868c31cfdeea9a0cddc04eb768244651e987a07ed2af40346d01a3f483a34c3a0394fdb01de6ce8b0002cc33ca820b05d13270
 DIST thunderbird-52.4.0-be.xpi 570932 SHA256 
1d5e536ebe848d9a9ac773c6e15ef895601c1754a9f0ee69a7ab229ec931dc32 SHA512 
c15aab335806ab81745841b4fb2035be33bf700b86edd39fcfd49891e32b68ee91cb0e71c0cd3813e43a3ba45a912876501c97560f7f1e2568729cec5082d478
 WHIRLPOOL 
1578e1de28fa4704c70eefac548b5551dbaf244245059dac2088b8c49328ba7c279eb7ea8fc58bb19b6a2fd830046c44f2ba0fa8fce4be94ee0d4d52369c434f

diff --git a/mail-client/thunderbird/thunderbird-52.4.0.ebuild 
b/mail-client/thunderbird/thunderbird-52.4.0.ebuild
index 87bad91..89340d1 100644
--- a/mail-client/thunderbird/thunderbird-52.4.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-52.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 WANT_AUTOCONF="2.1"
 MOZ_ESR=""
-MOZ_LIGHTNING_VER="5.4.3"
+MOZ_LIGHTNING_VER="5.4.4"
 MOZ_LIGHTNING_GDATA_VER="3.3"
 
 # This list can be updated using scripts/get_langs.sh from the mozilla overlay
@@ -209,12 +209,12 @@ src_configure() {
fi
 
# workaround for funky/broken upstream configure...
-   SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
+   SHELL="${SHELL:-${EPREFIX}/bin/bash}" \
emake V=1 -f client.mk configure
 }
 
 src_compile() {
-   MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL}" \
+   MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" \
emake V=1 -f client.mk
 }
 



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

2017-10-06 Thread William Hubbs
commit: d4ddd72701ff5533a1ba07b1da60806859c63d88
Author: Chris Cromer  cromer  cl>
AuthorDate: Fri Oct  6 19:42:52 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct  6 19:43:59 2017 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=d4ddd727

add option to make agetty startup quiet

This fixes #150

 conf.d/agetty| 3 +++
 init.d/agetty.in | 1 +
 2 files changed, 4 insertions(+)

diff --git a/conf.d/agetty b/conf.d/agetty
index 527ce4c2..03acee65 100644
--- a/conf.d/agetty
+++ b/conf.d/agetty
@@ -1,3 +1,6 @@
+# make agetty quiet
+#quiet="yes"
+
 # Set the baud rate of the terminal line
 #baud=""
 

diff --git a/init.d/agetty.in b/init.d/agetty.in
index f6cc12da..390b1317 100644
--- a/init.d/agetty.in
+++ b/init.d/agetty.in
@@ -16,6 +16,7 @@ term_type="${term_type:-linux}"
 command=/sbin/agetty
 command_args_foreground="${agetty_options} ${port} ${baud} ${term_type}"
 pidfile="/run/${RC_SVCNAME}.pid"
+export EINFO_QUIET="${quiet:-yes}"
 
 depend() {
after local




[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/files/, mail-client/neomutt/

2017-10-06 Thread Nicolas Bock
commit: 4b60694ad56ff4bc7aba1e3991bbe048f59f239b
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Oct  6 19:38:15 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Oct  6 19:38:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b60694a

mail-client/neomutt: Fix QA issue

The patch for the live ebuild is not needed and can be removed.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch | 0
 mail-client/neomutt/neomutt-.ebuild  | 3 +--
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch 
b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
deleted file mode 100644
index e69de29bb2d..000

diff --git a/mail-client/neomutt/neomutt-.ebuild 
b/mail-client/neomutt/neomutt-.ebuild
index 67c81d2fa7f..590236b4e3e 100644
--- a/mail-client/neomutt/neomutt-.ebuild
+++ b/mail-client/neomutt/neomutt-.ebuild
@@ -55,9 +55,8 @@ RDEPEND="${CDEPEND}
 S="${WORKDIR}/${PN}-${P}"
 
 src_prepare() {
-   eapply "${FILESDIR}/0001-Rename-mutt-to-neomutt-${PV}.patch"
eapply_user
-   AT_M4DIR="m4" eautoreconf
+   eautoreconf
 }
 
 src_configure() {



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

2017-10-06 Thread William Hubbs
commit: 0776d0703723fd1de3de16c765d8b53fd725d120
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Oct  6 19:01:53 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct  6 19:02:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0776d070

sys-apps/baselayout: add live ebuild for testing

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-apps/baselayout/baselayout-.ebuild | 253 +
 1 file changed, 253 insertions(+)

diff --git a/sys-apps/baselayout/baselayout-.ebuild 
b/sys-apps/baselayout/baselayout-.ebuild
new file mode 100644
index 000..98795ba6d00
--- /dev/null
+++ b/sys-apps/baselayout/baselayout-.ebuild
@@ -0,0 +1,253 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib versionator prefix
+
+DESCRIPTION="Filesystem baselayout and init scripts"
+HOMEPAGE="https://www.gentoo.org/;
+
+if [[ ${PV} =  ]]; then
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="build kernel_linux"
+
+pkg_setup() {
+   multilib_layout
+}
+
+# Create our multilib dirs - the Makefile has no knowledge of this
+multilib_layout() {
+   local libdir libdirs=$(get_all_libdirs) def_libdir=$(get_abi_LIBDIR 
$DEFAULT_ABI)
+   : ${libdirs:=lib}   # it isn't that we don't trust 
multilib.eclass...
+
+   [ -z "${def_libdir}" ] && die "your DEFAULT_ABI=$DEFAULT_ABI appears to 
be invalid"
+
+   # figure out which paths should be symlinks and which should be 
directories
+   local dirs syms exp d
+   for libdir in ${libdirs} ; do
+   exp=( {,usr/,usr/local/}${libdir} )
+   for d in "${exp[@]}" ; do
+   # most things should be dirs
+   if [ "${SYMLINK_LIB}" = "yes" ] && [ "${libdir}" = 
"lib" ] ; then
+   [ ! -h "${d}" ] && [ -e "${d}" ] && dirs+=" 
${d}"
+   else
+   [ -h "${d}" ] && syms+=" ${d}"
+   fi
+   done
+   done
+   if [ -n "${syms}${dirs}" ] ; then
+   ewarn "Your system profile has SYMLINK_LIB=${SYMLINK_LIB:-no}, 
so that means you need to"
+   ewarn "have these paths configured as follows:"
+   [ -n "${dirs}" ] && ewarn "symlinks to '${def_libdir}':${dirs}"
+   [ -n "${syms}" ] && ewarn "directories:${syms}"
+   ewarn "The ebuild will attempt to fix these, but only for 
trivial conversions."
+   ewarn "If things fail, you will need to manually create/move 
the directories."
+   echo
+   fi
+
+   # setup symlinks and dirs where we expect them to be; do not migrate
+   # data ... just fall over in that case.
+   local prefix
+   for prefix in "${EROOT}"{,usr/,usr/local/} ; do
+   if [ "${SYMLINK_LIB}" = yes ] ; then
+   # we need to make sure "lib" points to the native libdir
+   if [ -h "${prefix}lib" ] ; then
+   # it's already a symlink!  assume it's pointing 
to right place ...
+   continue
+   elif [ -d "${prefix}lib" ] ; then
+   # "lib" is a dir, so need to convert to a 
symlink
+   ewarn "Converting ${prefix}lib from a dir to a 
symlink"
+   rm -f "${prefix}lib"/.keep
+   if rmdir "${prefix}lib" 2>/dev/null ; then
+   ln -s ${def_libdir} "${prefix}lib" || 
die
+   else
+   die "non-empty dir found where we 
needed a symlink: ${prefix}lib"
+   fi
+   else
+   # nothing exists, so just set it up sanely
+   ewarn "Initializing ${prefix}lib as a symlink"
+   mkdir -p "${prefix}" || die
+   rm -f "${prefix}lib" || die
+   ln -s ${def_libdir} "${prefix}lib" || die
+   mkdir -p "${prefix}${def_libdir}" #423571
+   fi
+   else
+   # we need to make sure "lib" is a dir
+   if [ -h "${prefix}lib" ] ; then
+   # "lib" is a symlink, so need to convert to a 
dir
+   ewarn "Converting ${prefix}lib from a symlink 
to a dir"
+ 

[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/hppa/17.0/, profiles/default/linux/hppa/17.0/developer/, ...

2017-10-06 Thread Andreas Hüttel
commit: 10e1fa1e0091ada27edd02d2c5bd52246bac6ddd
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 15:00:36 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:42:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e1fa1e

profiles: generate hppa 17.0 profile tree

 profiles/default/linux/hppa/17.0/desktop/eapi | 1 +
 profiles/default/linux/hppa/17.0/desktop/parent   | 2 ++
 profiles/default/linux/hppa/17.0/developer/eapi   | 1 +
 profiles/default/linux/hppa/17.0/developer/parent | 2 ++
 profiles/default/linux/hppa/17.0/eapi | 1 +
 profiles/default/linux/hppa/17.0/parent   | 2 ++
 6 files changed, 9 insertions(+)

diff --git a/profiles/default/linux/hppa/17.0/desktop/eapi 
b/profiles/default/linux/hppa/17.0/desktop/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/hppa/17.0/desktop/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/hppa/17.0/desktop/parent 
b/profiles/default/linux/hppa/17.0/desktop/parent
new file mode 100644
index 000..ad6c5e126fb
--- /dev/null
+++ b/profiles/default/linux/hppa/17.0/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/desktop

diff --git a/profiles/default/linux/hppa/17.0/developer/eapi 
b/profiles/default/linux/hppa/17.0/developer/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/hppa/17.0/developer/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/hppa/17.0/developer/parent 
b/profiles/default/linux/hppa/17.0/developer/parent
new file mode 100644
index 000..4c893748ce7
--- /dev/null
+++ b/profiles/default/linux/hppa/17.0/developer/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/developer

diff --git a/profiles/default/linux/hppa/17.0/eapi 
b/profiles/default/linux/hppa/17.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/hppa/17.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/hppa/17.0/parent 
b/profiles/default/linux/hppa/17.0/parent
new file mode 100644
index 000..4ce24f0217a
--- /dev/null
+++ b/profiles/default/linux/hppa/17.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/17.0



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/files/

2017-10-06 Thread Andreas Hüttel
commit: 61df408999307624e2c276dac50bfa5c6b018970
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 18:40:23 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:43:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61df4089

sys-devel/gcc: Fix broken fix-libtool-files.sh again, doh

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-devel/gcc/files/fix_libtool_files.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-devel/gcc/files/fix_libtool_files.sh 
b/sys-devel/gcc/files/fix_libtool_files.sh
index ad137a9866f..53c46de0fdc 100644
--- a/sys-devel/gcc/files/fix_libtool_files.sh
+++ b/sys-devel/gcc/files/fix_libtool_files.sh
@@ -38,7 +38,6 @@ ARGV3=$3
 
 . /etc/profile || exit 1
 
-if [ ${EUID:-0} -ne 0 ] ; then
 if [ ${EUID:-0} -ne 0   -a   "${EPREFIX}" == '' ] ; then
echo "${0##*/}: Must be root."
exit 1



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm64/17.0/systemd/, ...

2017-10-06 Thread Andreas Hüttel
commit: 62294178b224583f53ed9e2c8319c658985858f4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 14:51:53 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:42:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62294178

profiles: generate arm64 17.0 profile tree

 profiles/default/linux/arm64/17.0/desktop/eapi   | 1 +
 profiles/default/linux/arm64/17.0/desktop/parent | 2 ++
 profiles/default/linux/arm64/17.0/desktop/systemd/eapi   | 1 +
 profiles/default/linux/arm64/17.0/desktop/systemd/parent | 2 ++
 profiles/default/linux/arm64/17.0/developer/eapi | 1 +
 profiles/default/linux/arm64/17.0/developer/parent   | 2 ++
 profiles/default/linux/arm64/17.0/eapi   | 1 +
 profiles/default/linux/arm64/17.0/parent | 2 ++
 profiles/default/linux/arm64/17.0/systemd/eapi   | 1 +
 profiles/default/linux/arm64/17.0/systemd/parent | 2 ++
 10 files changed, 15 insertions(+)

diff --git a/profiles/default/linux/arm64/17.0/desktop/eapi 
b/profiles/default/linux/arm64/17.0/desktop/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/desktop/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm64/17.0/desktop/parent 
b/profiles/default/linux/arm64/17.0/desktop/parent
new file mode 100644
index 000..ad6c5e126fb
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/desktop

diff --git a/profiles/default/linux/arm64/17.0/desktop/systemd/eapi 
b/profiles/default/linux/arm64/17.0/desktop/systemd/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/desktop/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm64/17.0/desktop/systemd/parent 
b/profiles/default/linux/arm64/17.0/desktop/systemd/parent
new file mode 100644
index 000..7e061533c15
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/desktop/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/systemd

diff --git a/profiles/default/linux/arm64/17.0/developer/eapi 
b/profiles/default/linux/arm64/17.0/developer/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/developer/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm64/17.0/developer/parent 
b/profiles/default/linux/arm64/17.0/developer/parent
new file mode 100644
index 000..4c893748ce7
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/developer/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/developer

diff --git a/profiles/default/linux/arm64/17.0/eapi 
b/profiles/default/linux/arm64/17.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm64/17.0/parent 
b/profiles/default/linux/arm64/17.0/parent
new file mode 100644
index 000..4ce24f0217a
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/17.0

diff --git a/profiles/default/linux/arm64/17.0/systemd/eapi 
b/profiles/default/linux/arm64/17.0/systemd/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/arm64/17.0/systemd/parent 
b/profiles/default/linux/arm64/17.0/systemd/parent
new file mode 100644
index 000..ced72403bde
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/systemd



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ia64/17.0/developer/, profiles/default/linux/ia64/17.0/, ...

2017-10-06 Thread Andreas Hüttel
commit: b95bf2c0f9b09b9d7c5a4bcb42e50c82f1d80828
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 15:02:26 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:42:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95bf2c0

profiles: generate ia64 17.0 profile tree

 profiles/default/linux/ia64/17.0/desktop/eapi |  1 +
 profiles/default/linux/ia64/17.0/desktop/gnome/eapi   |  1 +
 profiles/default/linux/ia64/17.0/desktop/gnome/parent |  2 ++
 profiles/default/linux/ia64/17.0/desktop/gnome/systemd/eapi   |  1 +
 profiles/default/linux/ia64/17.0/desktop/gnome/systemd/parent |  2 ++
 profiles/default/linux/ia64/17.0/desktop/parent   |  2 ++
 profiles/default/linux/ia64/17.0/developer/eapi   |  1 +
 profiles/default/linux/ia64/17.0/developer/parent |  2 ++
 profiles/default/linux/ia64/17.0/eapi |  1 +
 profiles/default/linux/ia64/17.0/package.use.mask | 11 +++
 profiles/default/linux/ia64/17.0/parent   |  2 ++
 profiles/default/linux/ia64/17.0/use.mask |  6 ++
 profiles/default/linux/ia64/17.0/use.stable.mask  |  2 ++
 13 files changed, 34 insertions(+)

diff --git a/profiles/default/linux/ia64/17.0/desktop/eapi 
b/profiles/default/linux/ia64/17.0/desktop/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/ia64/17.0/desktop/gnome/eapi 
b/profiles/default/linux/ia64/17.0/desktop/gnome/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/gnome/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/ia64/17.0/desktop/gnome/parent 
b/profiles/default/linux/ia64/17.0/desktop/gnome/parent
new file mode 100644
index 000..6589a0e0147
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/gnome/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/desktop/gnome

diff --git a/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/eapi 
b/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/parent 
b/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/parent
new file mode 100644
index 000..44f88d3e2df
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/gnome/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/systemd

diff --git a/profiles/default/linux/ia64/17.0/desktop/parent 
b/profiles/default/linux/ia64/17.0/desktop/parent
new file mode 100644
index 000..ad6c5e126fb
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/desktop

diff --git a/profiles/default/linux/ia64/17.0/developer/eapi 
b/profiles/default/linux/ia64/17.0/developer/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/developer/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/ia64/17.0/developer/parent 
b/profiles/default/linux/ia64/17.0/developer/parent
new file mode 100644
index 000..4c893748ce7
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/developer/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/developer

diff --git a/profiles/default/linux/ia64/17.0/eapi 
b/profiles/default/linux/ia64/17.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/ia64/17.0/package.use.mask 
b/profiles/default/linux/ia64/17.0/package.use.mask
new file mode 100644
index 000..204ee168038
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/package.use.mask
@@ -0,0 +1,11 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Fabian Groffen  (07 Dec 2016)
+# unkeyworded notmuch dependency, bug #587560
+mail-client/mutt notmuch
+
+# Fabian Groffen  (Sep 30, 2014)
+# redis needs dev-libs/hiredis, bug #489676
+mail-mta/exim redis
+

diff --git a/profiles/default/linux/ia64/17.0/parent 
b/profiles/default/linux/ia64/17.0/parent
new file mode 100644
index 000..4ce24f0217a
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/17.0

diff --git a/profiles/default/linux/ia64/17.0/use.mask 
b/profiles/default/linux/ia64/17.0/use.mask
new file mode 100644
index 000..15d9352dba9
--- /dev/null
+++ b/profiles/default/linux/ia64/17.0/use.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/mips/17.0/n32/developer/, ...

2017-10-06 Thread Andreas Hüttel
commit: 4825a4ab8a6b666ce3cff913fd38ee0d0d1e9125
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 16:58:03 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:43:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4825a4ab

profiles: remove mips profiles in 17.0 that were already deprecated in 13.0, 
acked by leio

 profiles/default/linux/mips/17.0/desktop/deprecated   | 1 -
 profiles/default/linux/mips/17.0/desktop/eapi | 1 -
 profiles/default/linux/mips/17.0/desktop/parent   | 2 --
 profiles/default/linux/mips/17.0/developer/deprecated | 1 -
 profiles/default/linux/mips/17.0/developer/eapi   | 1 -
 profiles/default/linux/mips/17.0/developer/parent | 2 --
 profiles/default/linux/mips/17.0/mipsel/desktop/deprecated| 1 -
 profiles/default/linux/mips/17.0/mipsel/desktop/eapi  | 1 -
 profiles/default/linux/mips/17.0/mipsel/desktop/parent| 2 --
 profiles/default/linux/mips/17.0/mipsel/developer/deprecated  | 1 -
 profiles/default/linux/mips/17.0/mipsel/developer/eapi| 1 -
 profiles/default/linux/mips/17.0/mipsel/developer/parent  | 2 --
 profiles/default/linux/mips/17.0/mipsel/multilib/deprecated   | 2 +-
 profiles/default/linux/mips/17.0/mipsel/n32/desktop/deprecated| 1 -
 profiles/default/linux/mips/17.0/mipsel/n32/desktop/eapi  | 1 -
 profiles/default/linux/mips/17.0/mipsel/n32/desktop/parent| 2 --
 profiles/default/linux/mips/17.0/mipsel/n32/developer/deprecated  | 1 -
 profiles/default/linux/mips/17.0/mipsel/n32/developer/eapi| 1 -
 profiles/default/linux/mips/17.0/mipsel/n32/developer/parent  | 2 --
 profiles/default/linux/mips/17.0/mipsel/n64/desktop/deprecated| 1 -
 profiles/default/linux/mips/17.0/mipsel/n64/desktop/eapi  | 1 -
 profiles/default/linux/mips/17.0/mipsel/n64/desktop/parent| 2 --
 profiles/default/linux/mips/17.0/mipsel/n64/developer/deprecated  | 1 -
 profiles/default/linux/mips/17.0/mipsel/n64/developer/eapi| 1 -
 profiles/default/linux/mips/17.0/mipsel/n64/developer/parent  | 2 --
 profiles/default/linux/mips/17.0/mipsel/o32/desktop/deprecated| 1 -
 profiles/default/linux/mips/17.0/mipsel/o32/desktop/eapi  | 1 -
 profiles/default/linux/mips/17.0/mipsel/o32/desktop/parent| 2 --
 profiles/default/linux/mips/17.0/mipsel/o32/developer/decprecated | 1 -
 profiles/default/linux/mips/17.0/mipsel/o32/developer/eapi| 1 -
 profiles/default/linux/mips/17.0/mipsel/o32/developer/parent  | 2 --
 profiles/default/linux/mips/17.0/multilib/deprecated  | 2 +-
 profiles/default/linux/mips/17.0/n32/desktop/deprecated   | 1 -
 profiles/default/linux/mips/17.0/n32/desktop/eapi | 1 -
 profiles/default/linux/mips/17.0/n32/desktop/parent   | 2 --
 profiles/default/linux/mips/17.0/n32/developer/deprecated | 1 -
 profiles/default/linux/mips/17.0/n32/developer/eapi   | 1 -
 profiles/default/linux/mips/17.0/n32/developer/parent | 2 --
 profiles/default/linux/mips/17.0/n64/desktop/deprecated   | 1 -
 profiles/default/linux/mips/17.0/n64/desktop/eapi | 1 -
 profiles/default/linux/mips/17.0/n64/desktop/parent   | 2 --
 profiles/default/linux/mips/17.0/n64/developer/deprecated | 1 -
 profiles/default/linux/mips/17.0/n64/developer/eapi   | 1 -
 profiles/default/linux/mips/17.0/n64/developer/parent | 2 --
 profiles/default/linux/mips/17.0/o32/desktop/deprecated   | 1 -
 profiles/default/linux/mips/17.0/o32/desktop/eapi | 1 -
 profiles/default/linux/mips/17.0/o32/desktop/parent   | 2 --
 profiles/default/linux/mips/17.0/o32/developer/deprecated | 1 -
 profiles/default/linux/mips/17.0/o32/developer/eapi   | 1 -
 profiles/default/linux/mips/17.0/o32/developer/parent | 2 --
 50 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/profiles/default/linux/mips/17.0/desktop/deprecated 
b/profiles/default/linux/mips/17.0/desktop/deprecated
deleted file mode 100644
index f2e17521662..000
--- a/profiles/default/linux/mips/17.0/desktop/deprecated
+++ /dev/null
@@ -1 +0,0 @@
-default/linux/mips/13.0/n32

diff --git a/profiles/default/linux/mips/17.0/desktop/eapi 
b/profiles/default/linux/mips/17.0/desktop/eapi
deleted file mode 100644
index 7ed6ff82de6..000
--- a/profiles/default/linux/mips/17.0/desktop/eapi
+++ /dev/null
@@ -1 +0,0 @@
-5

diff --git a/profiles/default/linux/mips/17.0/desktop/parent 
b/profiles/default/linux/mips/17.0/desktop/parent
deleted file mode 100644
index ad6c5e126fb..000
--- a/profiles/default/linux/mips/17.0/desktop/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../targets/desktop

diff --git 

[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/mips/17.0/multilib/, ...

2017-10-06 Thread Andreas Hüttel
commit: db6b4810b75cd5f9dbad2d382a896360a74785f4
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 16:49:11 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:42:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6b4810

profiles: generate mips 17.0 profile tree

 profiles/default/linux/mips/17.0/desktop/deprecated   | 1 +
 profiles/default/linux/mips/17.0/desktop/eapi | 1 +
 profiles/default/linux/mips/17.0/desktop/parent   | 2 ++
 profiles/default/linux/mips/17.0/developer/deprecated | 1 +
 profiles/default/linux/mips/17.0/developer/eapi   | 1 +
 profiles/default/linux/mips/17.0/developer/parent | 2 ++
 profiles/default/linux/mips/17.0/eapi | 1 +
 profiles/default/linux/mips/17.0/mipsel/desktop/deprecated| 1 +
 profiles/default/linux/mips/17.0/mipsel/desktop/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/desktop/parent| 2 ++
 profiles/default/linux/mips/17.0/mipsel/developer/deprecated  | 1 +
 profiles/default/linux/mips/17.0/mipsel/developer/eapi| 1 +
 profiles/default/linux/mips/17.0/mipsel/developer/parent  | 2 ++
 profiles/default/linux/mips/17.0/mipsel/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/multilib/deprecated   | 1 +
 profiles/default/linux/mips/17.0/mipsel/multilib/eapi | 1 +
 profiles/default/linux/mips/17.0/mipsel/multilib/n32/eapi | 1 +
 profiles/default/linux/mips/17.0/mipsel/multilib/n32/parent   | 2 ++
 profiles/default/linux/mips/17.0/mipsel/multilib/n64/eapi | 1 +
 profiles/default/linux/mips/17.0/mipsel/multilib/n64/parent   | 2 ++
 profiles/default/linux/mips/17.0/mipsel/multilib/o32/eapi | 1 +
 profiles/default/linux/mips/17.0/mipsel/multilib/o32/parent   | 2 ++
 profiles/default/linux/mips/17.0/mipsel/multilib/parent   | 2 ++
 profiles/default/linux/mips/17.0/mipsel/n32/desktop/deprecated| 1 +
 profiles/default/linux/mips/17.0/mipsel/n32/desktop/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/n32/desktop/parent| 2 ++
 profiles/default/linux/mips/17.0/mipsel/n32/developer/deprecated  | 1 +
 profiles/default/linux/mips/17.0/mipsel/n32/developer/eapi| 1 +
 profiles/default/linux/mips/17.0/mipsel/n32/developer/parent  | 2 ++
 profiles/default/linux/mips/17.0/mipsel/n32/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/n32/parent| 2 ++
 profiles/default/linux/mips/17.0/mipsel/n64/desktop/deprecated| 1 +
 profiles/default/linux/mips/17.0/mipsel/n64/desktop/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/n64/desktop/parent| 2 ++
 profiles/default/linux/mips/17.0/mipsel/n64/developer/deprecated  | 1 +
 profiles/default/linux/mips/17.0/mipsel/n64/developer/eapi| 1 +
 profiles/default/linux/mips/17.0/mipsel/n64/developer/parent  | 2 ++
 profiles/default/linux/mips/17.0/mipsel/n64/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/n64/parent| 2 ++
 profiles/default/linux/mips/17.0/mipsel/o32/desktop/deprecated| 1 +
 profiles/default/linux/mips/17.0/mipsel/o32/desktop/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/o32/desktop/parent| 2 ++
 profiles/default/linux/mips/17.0/mipsel/o32/developer/decprecated | 1 +
 profiles/default/linux/mips/17.0/mipsel/o32/developer/eapi| 1 +
 profiles/default/linux/mips/17.0/mipsel/o32/developer/parent  | 2 ++
 profiles/default/linux/mips/17.0/mipsel/o32/eapi  | 1 +
 profiles/default/linux/mips/17.0/mipsel/o32/parent| 2 ++
 profiles/default/linux/mips/17.0/mipsel/parent| 2 ++
 profiles/default/linux/mips/17.0/multilib/deprecated  | 1 +
 profiles/default/linux/mips/17.0/multilib/eapi| 1 +
 profiles/default/linux/mips/17.0/multilib/n32/eapi| 1 +
 profiles/default/linux/mips/17.0/multilib/n32/parent  | 2 ++
 profiles/default/linux/mips/17.0/multilib/n64/eapi| 1 +
 profiles/default/linux/mips/17.0/multilib/n64/parent  | 2 ++
 profiles/default/linux/mips/17.0/multilib/o32/eapi| 1 +
 profiles/default/linux/mips/17.0/multilib/o32/parent  | 2 ++
 profiles/default/linux/mips/17.0/multilib/parent  | 2 ++
 profiles/default/linux/mips/17.0/n32/desktop/deprecated   | 1 +
 profiles/default/linux/mips/17.0/n32/desktop/eapi | 1 +
 profiles/default/linux/mips/17.0/n32/desktop/parent   | 2 ++
 profiles/default/linux/mips/17.0/n32/developer/deprecated | 1 +
 profiles/default/linux/mips/17.0/n32/developer/eapi   | 1 +
 profiles/default/linux/mips/17.0/n32/developer/parent | 2 ++
 

[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/m68k/17.0/desktop/, ...

2017-10-06 Thread Andreas Hüttel
commit: 4396e7ac1bb47fc5d241be9b2566972347b957a5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 15:06:55 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:42:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396e7ac

profiles: generate m68k 17.0 profile tree

 profiles/default/linux/m68k/17.0/desktop/eapi | 1 +
 profiles/default/linux/m68k/17.0/desktop/gnome/eapi   | 1 +
 profiles/default/linux/m68k/17.0/desktop/gnome/parent | 2 ++
 profiles/default/linux/m68k/17.0/desktop/parent   | 2 ++
 profiles/default/linux/m68k/17.0/developer/eapi   | 1 +
 profiles/default/linux/m68k/17.0/developer/parent | 2 ++
 profiles/default/linux/m68k/17.0/eapi | 1 +
 profiles/default/linux/m68k/17.0/package.mask | 2 ++
 profiles/default/linux/m68k/17.0/parent   | 2 ++
 9 files changed, 14 insertions(+)

diff --git a/profiles/default/linux/m68k/17.0/desktop/eapi 
b/profiles/default/linux/m68k/17.0/desktop/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/desktop/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/m68k/17.0/desktop/gnome/eapi 
b/profiles/default/linux/m68k/17.0/desktop/gnome/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/desktop/gnome/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/m68k/17.0/desktop/gnome/parent 
b/profiles/default/linux/m68k/17.0/desktop/gnome/parent
new file mode 100644
index 000..6589a0e0147
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/desktop/gnome/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/desktop/gnome

diff --git a/profiles/default/linux/m68k/17.0/desktop/parent 
b/profiles/default/linux/m68k/17.0/desktop/parent
new file mode 100644
index 000..ad6c5e126fb
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/desktop

diff --git a/profiles/default/linux/m68k/17.0/developer/eapi 
b/profiles/default/linux/m68k/17.0/developer/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/developer/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/m68k/17.0/developer/parent 
b/profiles/default/linux/m68k/17.0/developer/parent
new file mode 100644
index 000..4c893748ce7
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/developer/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/developer

diff --git a/profiles/default/linux/m68k/17.0/eapi 
b/profiles/default/linux/m68k/17.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/m68k/17.0/package.mask 
b/profiles/default/linux/m68k/17.0/package.mask
new file mode 100644
index 000..17532723914
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/package.mask
@@ -0,0 +1,2 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2

diff --git a/profiles/default/linux/m68k/17.0/parent 
b/profiles/default/linux/m68k/17.0/parent
new file mode 100644
index 000..4ce24f0217a
--- /dev/null
+++ b/profiles/default/linux/m68k/17.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/17.0



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

2017-10-06 Thread Andreas Hüttel
commit: 075cc89b624d341be4051efa959e512c18197062
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 17:02:42 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:43:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075cc89b

profiles: generate nios2 17.0 profile tree

 profiles/default/linux/nios2/17.0/eapi   | 1 +
 profiles/default/linux/nios2/17.0/parent | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/profiles/default/linux/nios2/17.0/eapi 
b/profiles/default/linux/nios2/17.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/nios2/17.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/nios2/17.0/parent 
b/profiles/default/linux/nios2/17.0/parent
new file mode 100644
index 000..4ce24f0217a
--- /dev/null
+++ b/profiles/default/linux/nios2/17.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/17.0



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/alpha/17.0/desktop/, ...

2017-10-06 Thread Andreas Hüttel
commit: 03c589648f2eedfef3c65de209eae95d59625ae6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 14:39:24 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:42:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c58964

profiles: generate alpha 17.0 profile tree

 profiles/default/linux/alpha/17.0/desktop/eapi | 1 +
 profiles/default/linux/alpha/17.0/desktop/gnome/eapi   | 1 +
 profiles/default/linux/alpha/17.0/desktop/gnome/parent | 2 ++
 profiles/default/linux/alpha/17.0/desktop/gnome/systemd/eapi   | 1 +
 profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent | 2 ++
 profiles/default/linux/alpha/17.0/desktop/parent   | 2 ++
 profiles/default/linux/alpha/17.0/developer/eapi   | 1 +
 profiles/default/linux/alpha/17.0/developer/parent | 2 ++
 profiles/default/linux/alpha/17.0/eapi | 1 +
 profiles/default/linux/alpha/17.0/package.use.stable.mask  | 6 ++
 profiles/default/linux/alpha/17.0/parent   | 2 ++
 profiles/default/linux/alpha/17.0/use.mask | 3 +++
 profiles/default/linux/alpha/17.0/use.stable.mask  | 3 +++
 13 files changed, 27 insertions(+)

diff --git a/profiles/default/linux/alpha/17.0/desktop/eapi 
b/profiles/default/linux/alpha/17.0/desktop/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/desktop/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/alpha/17.0/desktop/gnome/eapi 
b/profiles/default/linux/alpha/17.0/desktop/gnome/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/desktop/gnome/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/alpha/17.0/desktop/gnome/parent 
b/profiles/default/linux/alpha/17.0/desktop/gnome/parent
new file mode 100644
index 000..6589a0e0147
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/desktop/gnome/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/desktop/gnome

diff --git a/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/eapi 
b/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent 
b/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent
new file mode 100644
index 000..44f88d3e2df
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/desktop/gnome/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/systemd

diff --git a/profiles/default/linux/alpha/17.0/desktop/parent 
b/profiles/default/linux/alpha/17.0/desktop/parent
new file mode 100644
index 000..ad6c5e126fb
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/desktop/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/desktop

diff --git a/profiles/default/linux/alpha/17.0/developer/eapi 
b/profiles/default/linux/alpha/17.0/developer/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/developer/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/alpha/17.0/developer/parent 
b/profiles/default/linux/alpha/17.0/developer/parent
new file mode 100644
index 000..4c893748ce7
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/developer/parent
@@ -0,0 +1,2 @@
+..
+../../../../../targets/developer

diff --git a/profiles/default/linux/alpha/17.0/eapi 
b/profiles/default/linux/alpha/17.0/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/alpha/17.0/package.use.stable.mask 
b/profiles/default/linux/alpha/17.0/package.use.stable.mask
new file mode 100644
index 000..0b72dc99627
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/package.use.stable.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Pacho Ramos  (27 Jan 2014)
+# Mask until we are able to stabilize thunderbird, bug #488766
+app-misc/tracker thunderbird

diff --git a/profiles/default/linux/alpha/17.0/parent 
b/profiles/default/linux/alpha/17.0/parent
new file mode 100644
index 000..4ce24f0217a
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/17.0

diff --git a/profiles/default/linux/alpha/17.0/use.mask 
b/profiles/default/linux/alpha/17.0/use.mask
new file mode 100644
index 000..66abcb4373f
--- /dev/null
+++ b/profiles/default/linux/alpha/17.0/use.mask
@@ -0,0 +1,3 @@
+# Anthony G. Basile  (15 Apr 2012)
+# Pulls in net-libs/axtls which is not keyworded for arch
+curl_ssl_axtls

diff --git 

[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/17.0/armv4t/developer/, ...

2017-10-06 Thread Andreas Hüttel
commit: 319e971cdabd20357fedc967466faaf8a890b3e0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Oct  6 14:50:36 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Fri Oct  6 18:42:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319e971c

profiles: generate arm 17.0 profile tree

 profiles/default/linux/arm/17.0/armv4/desktop/eapi| 1 +
 profiles/default/linux/arm/17.0/armv4/desktop/gnome/eapi  | 1 +
 profiles/default/linux/arm/17.0/armv4/desktop/gnome/parent| 2 ++
 profiles/default/linux/arm/17.0/armv4/desktop/parent  | 2 ++
 profiles/default/linux/arm/17.0/armv4/desktop/plasma/eapi | 1 +
 profiles/default/linux/arm/17.0/armv4/desktop/plasma/parent   | 2 ++
 profiles/default/linux/arm/17.0/armv4/developer/eapi  | 1 +
 profiles/default/linux/arm/17.0/armv4/developer/parent| 2 ++
 profiles/default/linux/arm/17.0/armv4/eapi| 1 +
 profiles/default/linux/arm/17.0/armv4/parent  | 2 ++
 profiles/default/linux/arm/17.0/armv4t/desktop/eapi   | 1 +
 profiles/default/linux/arm/17.0/armv4t/desktop/gnome/eapi | 1 +
 profiles/default/linux/arm/17.0/armv4t/desktop/gnome/parent   | 2 ++
 profiles/default/linux/arm/17.0/armv4t/desktop/parent | 2 ++
 profiles/default/linux/arm/17.0/armv4t/desktop/plasma/eapi| 1 +
 profiles/default/linux/arm/17.0/armv4t/desktop/plasma/parent  | 2 ++
 profiles/default/linux/arm/17.0/armv4t/developer/eapi | 1 +
 profiles/default/linux/arm/17.0/armv4t/developer/parent   | 2 ++
 profiles/default/linux/arm/17.0/armv4t/eapi   | 1 +
 profiles/default/linux/arm/17.0/armv4t/parent | 2 ++
 profiles/default/linux/arm/17.0/armv5te/desktop/eapi  | 1 +
 profiles/default/linux/arm/17.0/armv5te/desktop/gnome/eapi| 1 +
 profiles/default/linux/arm/17.0/armv5te/desktop/gnome/parent  | 2 ++
 profiles/default/linux/arm/17.0/armv5te/desktop/parent| 2 ++
 profiles/default/linux/arm/17.0/armv5te/desktop/plasma/eapi   | 1 +
 profiles/default/linux/arm/17.0/armv5te/desktop/plasma/parent | 2 ++
 profiles/default/linux/arm/17.0/armv5te/developer/eapi| 1 +
 profiles/default/linux/arm/17.0/armv5te/developer/parent  | 2 ++
 profiles/default/linux/arm/17.0/armv5te/eapi  | 1 +
 profiles/default/linux/arm/17.0/armv5te/parent| 2 ++
 profiles/default/linux/arm/17.0/armv6j/desktop/eapi   | 1 +
 profiles/default/linux/arm/17.0/armv6j/desktop/gnome/eapi | 1 +
 profiles/default/linux/arm/17.0/armv6j/desktop/gnome/parent   | 2 ++
 profiles/default/linux/arm/17.0/armv6j/desktop/parent | 2 ++
 profiles/default/linux/arm/17.0/armv6j/desktop/plasma/eapi| 1 +
 profiles/default/linux/arm/17.0/armv6j/desktop/plasma/parent  | 2 ++
 profiles/default/linux/arm/17.0/armv6j/developer/eapi | 1 +
 profiles/default/linux/arm/17.0/armv6j/developer/parent   | 2 ++
 profiles/default/linux/arm/17.0/armv6j/eapi   | 1 +
 profiles/default/linux/arm/17.0/armv6j/parent | 2 ++
 profiles/default/linux/arm/17.0/armv7a/desktop/eapi   | 1 +
 profiles/default/linux/arm/17.0/armv7a/desktop/gnome/eapi | 1 +
 profiles/default/linux/arm/17.0/armv7a/desktop/gnome/parent   | 2 ++
 profiles/default/linux/arm/17.0/armv7a/desktop/parent | 2 ++
 profiles/default/linux/arm/17.0/armv7a/desktop/plasma/eapi| 1 +
 profiles/default/linux/arm/17.0/armv7a/desktop/plasma/parent  | 2 ++
 profiles/default/linux/arm/17.0/armv7a/developer/eapi | 1 +
 profiles/default/linux/arm/17.0/armv7a/developer/parent   | 2 ++
 profiles/default/linux/arm/17.0/armv7a/eapi   | 1 +
 profiles/default/linux/arm/17.0/armv7a/parent | 2 ++
 profiles/default/linux/arm/17.0/desktop/eapi  | 1 +
 profiles/default/linux/arm/17.0/desktop/gnome/eapi| 1 +
 profiles/default/linux/arm/17.0/desktop/gnome/parent  | 2 ++
 profiles/default/linux/arm/17.0/desktop/gnome/systemd/eapi| 1 +
 profiles/default/linux/arm/17.0/desktop/gnome/systemd/parent  | 2 ++
 profiles/default/linux/arm/17.0/desktop/parent| 2 ++
 profiles/default/linux/arm/17.0/desktop/plasma/eapi   | 1 +
 profiles/default/linux/arm/17.0/desktop/plasma/parent | 2 ++
 profiles/default/linux/arm/17.0/desktop/plasma/systemd/eapi   | 1 +
 profiles/default/linux/arm/17.0/desktop/plasma/systemd/parent | 2 ++
 profiles/default/linux/arm/17.0/developer/eapi| 1 +
 profiles/default/linux/arm/17.0/developer/parent  | 2 ++
 profiles/default/linux/arm/17.0/eapi  | 1 +
 profiles/default/linux/arm/17.0/parent| 2 ++
 64 files changed, 96 insertions(+)

diff --git a/profiles/default/linux/arm/17.0/armv4/desktop/eapi 
b/profiles/default/linux/arm/17.0/armv4/desktop/eapi
new file mode 100644
index 000..7ed6ff82de6

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

2017-10-06 Thread Nicolas Bock
commit: 7cc751f3fe4963853413c83819a097ea65fbf52f
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Oct  6 18:25:58 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Oct  6 18:25:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc751f3

mail-client/neomutt: Update live ebuild patch

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/0001-Rename-mutt-to-neomutt-.patch   | 25 --
 1 file changed, 25 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch 
b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
index 7afa921c537..e69de29bb2d 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
@@ -1,25 +0,0 @@
-From 42c5c059a87851a9103cf46dd9d6083b5938f1c5 Mon Sep 17 00:00:00 2001
-From: Nicolas Bock 
-Date: Mon, 2 Oct 2017 14:04:34 -0600
-Subject: [PATCH] Rename mutt to neomutt
-

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7a3cfad9..4e2968fd 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -184,7 +184,7 @@ AC_ARG_WITH(mailpath,
- AC_ARG_WITH(docdir,
-   AS_HELP_STRING([--with-docdir=PATH],[Specify where to put the 
documentation]),
-   [mutt_cv_docdir=$withval],
--  [mutt_cv_docdir='${datarootdir}/doc/mutt'])
-+  [mutt_cv_docdir='${datarootdir}/doc/neomutt'])
- 
- AC_ARG_WITH(domain,
-   AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
--- 
-2.13.6
-



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

2017-10-06 Thread Matt Thode
commit: 55c07a1fc340145f23b8fd4f65a09b82b52ae457
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  6 18:00:45 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  6 18:00:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c07a1f

app-crypt/certbot: 0.19.0 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-crypt/certbot/Manifest  |  1 +
 app-crypt/certbot/certbot-0.19.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 8e4f91b03f6..db44a0c13e7 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-0.15.0.tar.gz 942788 SHA256 
87d306b1c013b472b8f548b38ccc476c125816435bb3b99e932fed09ac777296 SHA512 
e884b34985a1128ce94d6b2be77af6ee86ded8b870e066f3f4bc22f78501f3f0a51060edcf75a11cd31dd525388adb8ccc4e2da0068b5b75be131d0fb0ca6844
 WHIRLPOOL 
01b172e8c7ac5d3678ee608b36d93f23943bf17f1e9c593cc1af3febcf0549b03961e69e537f099643dd9ee268497f76c2c18d8fa7a1d45753bc50e670375317
 DIST certbot-0.17.0.tar.gz 1036099 SHA256 
ed4334dce166bf38ecc7218449efda3798d62c7e2934a71702c0dc3d78eccdd1 SHA512 
57fa830d19173eacdbb17242a3c446d9414f02e09fab6ccd41c82b15156bc103ec358ff3d515e94881fcf6438f6acfe449eee9bb3108df41f7b8f2395500b549
 WHIRLPOOL 
cbfffc3866ffed3e0c702ac686768e879c7f1306a62dc050aab05e5a207b4f77a4acae9ca8f3ce973a6691d98838a488ab6335aa0692dd2b28a99c8aecff232d
 DIST certbot-0.18.2.tar.gz 1044019 SHA256 
c8a94e3e2dfa8efa379912a8dc67f561cf6daf7d8e13dbb76b40a38cfb40c08d SHA512 
30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4
 WHIRLPOOL 
79105ea9d54fdd42dbb4327dd3afa7beb80e5a13eef0a1d3236f5150b42281b299a06391a93372c80a04f0bd962565522e3ddd239cd4d2186e32262fedf97481
+DIST certbot-0.19.0.tar.gz 1061557 SHA256 
164b496cc111f19619da1eac9e3fe03baac5ad5a97c2fa19eeffe07273c4b723 SHA512 
d29c9e2041171f2574bf2ee9ff7442b80b261a03f9e82e4dd40aad0617730aca6bff17fcc728496bda4133f86a4894cf21d083dacb0d0df2dec11d23e4e1541b
 WHIRLPOOL 
203f00121dfc95136821dcbe224419b02f4f03aa1bfaf1d5516baa7f3e43aa898f30488026a18ffb27d238c5603892df8fca059d0670993f6b72b27af7ac82a1

diff --git a/app-crypt/certbot/certbot-0.19.0.ebuild 
b/app-crypt/certbot/certbot-0.19.0.ebuild
new file mode 100644
index 000..d0a136c5837
--- /dev/null
+++ b/app-crypt/certbot/certbot-0.19.0.ebuild
@@ -0,0 +1,52 @@
+# 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})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Let's encrypt client to automate deployment of X.509 certificates"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${CDEPEND}
+   ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.2[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/parsedatetime-1.3[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="
+   ${CDEPEND}
+   test? (
+   >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/ipdb[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   nosetests -v ${PN} || die
+}



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

2017-10-06 Thread Matt Thode
commit: d98d3ce59dd1a3169d2823b81a3f0cb6b7986827
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  6 17:59:43 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  6 17:59:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98d3ce5

app-crypt/acme: 0.19.0 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-crypt/acme/Manifest   |  1 +
 app-crypt/acme/acme-0.19.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index fc302f2d92e..03758742647 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -2,4 +2,5 @@ DIST certbot-0.15.0.tar.gz 942788 SHA256 
87d306b1c013b472b8f548b38ccc476c1258164
 DIST certbot-0.16.0.tar.gz 992700 SHA256 
9abac759d7d72b520693ff806479e87609059a1546bb6ea26416267ebeedd25b SHA512 
4cb6ec06c6ec71cd6886a716100f269de3922f17a582c8c20ec40327b65e1c16347a5b33d44131e56a7667233ebba88ff36a4e854beedd13e848897ba09a7e64
 WHIRLPOOL 
34dae0b20d472b4020986d0768ea6757c977fa462a9f81711007c051e76f9ad60f5a3bc77c768975e71a791f20e5ca2bb6f2fc41d809ebe2541129c975ef
 DIST certbot-0.17.0.tar.gz 1036099 SHA256 
ed4334dce166bf38ecc7218449efda3798d62c7e2934a71702c0dc3d78eccdd1 SHA512 
57fa830d19173eacdbb17242a3c446d9414f02e09fab6ccd41c82b15156bc103ec358ff3d515e94881fcf6438f6acfe449eee9bb3108df41f7b8f2395500b549
 WHIRLPOOL 
cbfffc3866ffed3e0c702ac686768e879c7f1306a62dc050aab05e5a207b4f77a4acae9ca8f3ce973a6691d98838a488ab6335aa0692dd2b28a99c8aecff232d
 DIST certbot-0.18.2.tar.gz 1044019 SHA256 
c8a94e3e2dfa8efa379912a8dc67f561cf6daf7d8e13dbb76b40a38cfb40c08d SHA512 
30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4
 WHIRLPOOL 
79105ea9d54fdd42dbb4327dd3afa7beb80e5a13eef0a1d3236f5150b42281b299a06391a93372c80a04f0bd962565522e3ddd239cd4d2186e32262fedf97481
+DIST certbot-0.19.0.tar.gz 1061557 SHA256 
164b496cc111f19619da1eac9e3fe03baac5ad5a97c2fa19eeffe07273c4b723 SHA512 
d29c9e2041171f2574bf2ee9ff7442b80b261a03f9e82e4dd40aad0617730aca6bff17fcc728496bda4133f86a4894cf21d083dacb0d0df2dec11d23e4e1541b
 WHIRLPOOL 
203f00121dfc95136821dcbe224419b02f4f03aa1bfaf1d5516baa7f3e43aa898f30488026a18ffb27d238c5603892df8fca059d0670993f6b72b27af7ac82a1
 DIST letsencrypt-0.1.0.tar.gz 524821 SHA256 
1c1ac7b41e5e0fc0e41a7ef159ac9147a4aafff54453d57b519eb05bf52ade14 SHA512 
6a786290362741ac97dcb4b59bc4cba56f3e8b5193bbc10be19086d462f76e6124259c42bac36afe9eb818f4bb9edec34f8e2a02bd8c855e3b35404f4ee81f96
 WHIRLPOOL 
cdc41a3466de54ab8ddfeedea9935205d78383028769dcfbc876be0c2ef80c2d14f5d0e4a9c56a751163718f5ababb07848822989a060de7031ea8ebdf6424a0

diff --git a/app-crypt/acme/acme-0.19.0.ebuild 
b/app-crypt/acme/acme-0.19.0.ebuild
new file mode 100644
index 000..a8fc5d0ba45
--- /dev/null
+++ b/app-crypt/acme/acme-0.19.0.ebuild
@@ -0,0 +1,38 @@
+# 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})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] )
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests -w ${PN} || die
+}



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

2017-10-06 Thread Matt Thode
commit: 195031859531c3f55028eb9c8837a8cd3dc6cc99
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  6 18:04:00 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  6 18:04:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19503185

app-admin/puppet-agent: 1.10.7 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/puppet-agent/Manifest   |   2 -
 app-admin/puppet-agent/puppet-agent-1.10.6.ebuild | 111 --
 app-admin/puppet-agent/puppet-agent-1.10.7.ebuild |   2 +-
 3 files changed, 1 insertion(+), 114 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index a6919f346ad..a69a48466f9 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -1,5 +1,3 @@
-DIST puppet-agent_1.10.6-1xenial_amd64.deb 16459994 SHA256 
ebd680c4c35823298ffb6d2f322ebafce498775d9a864b76c62a879d8a1102a3 SHA512 
d607314c6e37180c9d1e8c88aa13dbd9e73f041f25152a3a1cc85e0afed0c401e163cdd08b7eea31ea8f26f33c183949358b50375fd84f025da4083f4a97c565
 WHIRLPOOL 
45720ada35ef741479d54283fc1a07ebe7c50e5c6ada4358bb321e6fa2acc07aa349c23160a458c114cd4a2fc48841515545c206f72c17c57a6c5c3b70752698
-DIST puppet-agent_1.10.6-1xenial_i386.deb 16131024 SHA256 
7e28145e6ca8847a1eb33bb443f1b55aa0700d4e4ddc65c74c605c075c312d55 SHA512 
488fbfee2c9f75cd97e88511ef36521f26c5e617792bdc5b145040c8f7ff58b14308d24542afe4fc7c8689cc0e0d7b03514309123dc0653484eacd3de938dc59
 WHIRLPOOL 
bb7b7a1efbddd88d4ddf382a543358af7f98ac4690fad3339f47b8ff71b8bf050acf9e0dea4ed376bac5e8b1929f4368504a1ae5ab2461e4f091abed66fb149d
 DIST puppet-agent_1.10.7-1xenial_amd64.deb 16449418 SHA256 
a23169ff2adeff419436f738a991d3026c3f06b993a9824922d26a125a53fd0f SHA512 
5c73eea444186cbd0d52e42a20858964db6e7f2b6e537274b5b0a44499cc2bb0622a4eb6a55fa10dcc3946bdae3bb00b9d228aa5d1d444cc53aeefddf11f7b5b
 WHIRLPOOL 
5eb0c71bc630ad878f2731353c93195b4e686ff0d48796fff0b700550f8f8ab69d039c818a557bdf231ecb08b85e8529706f280b19bae031a24f2687e50ae32b
 DIST puppet-agent_1.10.7-1xenial_i386.deb 16182468 SHA256 
ee60570ec29561adfded01fec2017756d5f921c08677a530149b0da2ead1f29f SHA512 
7d5a41af7619fe008fec5302e23482d688692affaeded4b0b2f4e693168c2ef6995beee5e2410a9cb2e7f99650119e9c5f8007ed65709ad623654bdd6c09e402
 WHIRLPOOL 
81d7a325d2c675f2392dfc16f1d3a411c6e7a2e449844b90358d0a97c31cc3ccdbf6a8a891bd818017b9504e898fe8aed2d12233dae4822f125f7ab2230ceb1d
 DIST puppet-agent_5.1.0-1xenial_amd64.deb 15141786 SHA256 
1a3ad0ef1a5e4026927f3ae010e9a48b9c1e31dfb8e0691d01383d29f3b14644 SHA512 
a210d225591328e2c041aad1dd7cfdac614531e1ceb524c3e35d3330962111bdc66408268550072e53190d6a10a7c8244b0bfa8a12b81f023883831c1fcbd070
 WHIRLPOOL 
34dc5cfcf6bb3500b89451078734d5d7a03a53a0be9e5501d6ded574cf2b6dbafe207db87aa919fd9cdadb6c2a0a05191854be3245d477e035fe7d52778cf527

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

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

2017-10-06 Thread Matt Thode
commit: ecfe5f38dba3ae8ec395762e090b2f749331ddef
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  6 18:01:44 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  6 18:01:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfe5f38

app-crypt/certbot-apache: 0.19.0 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-crypt/certbot-apache/Manifest  |  1 +
 .../certbot-apache/certbot-apache-0.19.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 8e4f91b03f6..db44a0c13e7 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-0.15.0.tar.gz 942788 SHA256 
87d306b1c013b472b8f548b38ccc476c125816435bb3b99e932fed09ac777296 SHA512 
e884b34985a1128ce94d6b2be77af6ee86ded8b870e066f3f4bc22f78501f3f0a51060edcf75a11cd31dd525388adb8ccc4e2da0068b5b75be131d0fb0ca6844
 WHIRLPOOL 
01b172e8c7ac5d3678ee608b36d93f23943bf17f1e9c593cc1af3febcf0549b03961e69e537f099643dd9ee268497f76c2c18d8fa7a1d45753bc50e670375317
 DIST certbot-0.17.0.tar.gz 1036099 SHA256 
ed4334dce166bf38ecc7218449efda3798d62c7e2934a71702c0dc3d78eccdd1 SHA512 
57fa830d19173eacdbb17242a3c446d9414f02e09fab6ccd41c82b15156bc103ec358ff3d515e94881fcf6438f6acfe449eee9bb3108df41f7b8f2395500b549
 WHIRLPOOL 
cbfffc3866ffed3e0c702ac686768e879c7f1306a62dc050aab05e5a207b4f77a4acae9ca8f3ce973a6691d98838a488ab6335aa0692dd2b28a99c8aecff232d
 DIST certbot-0.18.2.tar.gz 1044019 SHA256 
c8a94e3e2dfa8efa379912a8dc67f561cf6daf7d8e13dbb76b40a38cfb40c08d SHA512 
30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4
 WHIRLPOOL 
79105ea9d54fdd42dbb4327dd3afa7beb80e5a13eef0a1d3236f5150b42281b299a06391a93372c80a04f0bd962565522e3ddd239cd4d2186e32262fedf97481
+DIST certbot-0.19.0.tar.gz 1061557 SHA256 
164b496cc111f19619da1eac9e3fe03baac5ad5a97c2fa19eeffe07273c4b723 SHA512 
d29c9e2041171f2574bf2ee9ff7442b80b261a03f9e82e4dd40aad0617730aca6bff17fcc728496bda4133f86a4894cf21d083dacb0d0df2dec11d23e4e1541b
 WHIRLPOOL 
203f00121dfc95136821dcbe224419b02f4f03aa1bfaf1d5516baa7f3e43aa898f30488026a18ffb27d238c5603892df8fca059d0670993f6b72b27af7ac82a1

diff --git a/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild
new file mode 100644
index 000..93bc9555195
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-0.19.0.ebuild
@@ -0,0 +1,38 @@
+# 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})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="~app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests || die
+}



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

2017-10-06 Thread Matt Thode
commit: 1f9860a42945422f5d77fc1686d48c738fc8dd4c
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Oct  6 18:02:54 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Oct  6 18:02:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9860a4

app-crypt/certbot-nginx: 0.19.0 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-crypt/certbot-nginx/Manifest   |  1 +
 .../certbot-nginx/certbot-nginx-0.19.0.ebuild  | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index 8e4f91b03f6..db44a0c13e7 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,3 +1,4 @@
 DIST certbot-0.15.0.tar.gz 942788 SHA256 
87d306b1c013b472b8f548b38ccc476c125816435bb3b99e932fed09ac777296 SHA512 
e884b34985a1128ce94d6b2be77af6ee86ded8b870e066f3f4bc22f78501f3f0a51060edcf75a11cd31dd525388adb8ccc4e2da0068b5b75be131d0fb0ca6844
 WHIRLPOOL 
01b172e8c7ac5d3678ee608b36d93f23943bf17f1e9c593cc1af3febcf0549b03961e69e537f099643dd9ee268497f76c2c18d8fa7a1d45753bc50e670375317
 DIST certbot-0.17.0.tar.gz 1036099 SHA256 
ed4334dce166bf38ecc7218449efda3798d62c7e2934a71702c0dc3d78eccdd1 SHA512 
57fa830d19173eacdbb17242a3c446d9414f02e09fab6ccd41c82b15156bc103ec358ff3d515e94881fcf6438f6acfe449eee9bb3108df41f7b8f2395500b549
 WHIRLPOOL 
cbfffc3866ffed3e0c702ac686768e879c7f1306a62dc050aab05e5a207b4f77a4acae9ca8f3ce973a6691d98838a488ab6335aa0692dd2b28a99c8aecff232d
 DIST certbot-0.18.2.tar.gz 1044019 SHA256 
c8a94e3e2dfa8efa379912a8dc67f561cf6daf7d8e13dbb76b40a38cfb40c08d SHA512 
30dea063cf8d4bd714a40c1a82a7f4aab51e3a7d4de0d5f9a923f95badb2881562562c4a198da6a4c3cd1db7f9e2d124c2def70f3a245faca0040438586bf6a4
 WHIRLPOOL 
79105ea9d54fdd42dbb4327dd3afa7beb80e5a13eef0a1d3236f5150b42281b299a06391a93372c80a04f0bd962565522e3ddd239cd4d2186e32262fedf97481
+DIST certbot-0.19.0.tar.gz 1061557 SHA256 
164b496cc111f19619da1eac9e3fe03baac5ad5a97c2fa19eeffe07273c4b723 SHA512 
d29c9e2041171f2574bf2ee9ff7442b80b261a03f9e82e4dd40aad0617730aca6bff17fcc728496bda4133f86a4894cf21d083dacb0d0df2dec11d23e4e1541b
 WHIRLPOOL 
203f00121dfc95136821dcbe224419b02f4f03aa1bfaf1d5516baa7f3e43aa898f30488026a18ffb27d238c5603892df8fca059d0670993f6b72b27af7ac82a1

diff --git a/app-crypt/certbot-nginx/certbot-nginx-0.19.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-0.19.0.ebuild
new file mode 100644
index 000..94d8fd92279
--- /dev/null
+++ b/app-crypt/certbot-nginx/certbot-nginx-0.19.0.ebuild
@@ -0,0 +1,34 @@
+# 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})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-nginx}/${PN%-nginx}/archive/v${PV}.tar.gz -> 
${PN%-nginx}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-nginx}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Nginx plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   ~app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
+   ~app-crypt/acme-${PV}[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"



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

2017-10-06 Thread Kent Fredric
commit: b6ea3c0ba32e7f14b3bfb0333d395b04d4660080
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Oct  6 17:50:36 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Oct  6 17:51:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ea3c0b

dev-perl/DBD-SQLite: Fix test failures on 5.26 re bug #615088

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

 dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild | 9 -
 dev-perl/DBD-SQLite/Manifest  | 1 +
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild 
b/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild
index 464d9850c45..dbea8c5ad78 100644
--- a/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild
+++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.540.0.ebuild
@@ -7,8 +7,14 @@ DIST_AUTHOR=ISHIGAKI
 DIST_VERSION=1.54
 inherit perl-module
 
-DESCRIPTION="Self Contained RDBMS in a DBI Driver"
+PATCH_TAG="${DIST_VERSION}-patches-1"
 
+DESCRIPTION="Self Contained RDBMS in a DBI Driver"
+SRC_URI="${SRC_URI}
+   
https://github.com/kentnl-gentoo/DBD-SQLite/releases/download/${PATCH_TAG}/${PN}-${PATCH_TAG}.tar.xz
+   mirror://gentoo/${PN}-${PATCH_TAG}.tar.xz
+   https://dev.gentoo.org/~kentnl/distfiles/${PN}-${PATCH_TAG}.tar.xz
+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="test system-sqlite"
@@ -31,6 +37,7 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
+   eapply "${WORKDIR}/patches/"
perl-module_src_prepare
if use system-sqlite; then
einfo "Removing bundled SQLite"

diff --git a/dev-perl/DBD-SQLite/Manifest b/dev-perl/DBD-SQLite/Manifest
index 01a01ffb7e2..fc9f5d8d231 100644
--- a/dev-perl/DBD-SQLite/Manifest
+++ b/dev-perl/DBD-SQLite/Manifest
@@ -1,2 +1,3 @@
 DIST DBD-SQLite-1.50.tar.gz 2023829 SHA256 
3ac513ab73944fd7d4b672e1fe885dc522b6369d38f46a68e67e0045bf159ce1 SHA512 
6ef903ef5a08511caf962d255d1245d83398ca0c807d86463eae86d7408b8ec271e9d7176c120cf6843a12d3670114c1856c85bb737acad9ef79e630dd253c82
 WHIRLPOOL 
ea39ae0eb6bc2202da7e64399e6b8a101944e31c33c2a872225cc28819c68017163a65ce548eff8547b7ad4ecf82b2692eaaf90a724cc0cd69d48a2de5d28f72
+DIST DBD-SQLite-1.54-patches-1.tar.xz 8376 SHA256 
b3f936be3eb0f17dd8502e21d62f1deabcc7cf78c8a2ca1b451aabff70199ce2 SHA512 
8dec02fb076b8169b6f204b6b1e0828c913e5b5bf445dbb1dbf7ed0f372a339db08531558ba4ece7adda4b08c583b1a0657df4abfdb489fc1e1c10afd9033474
 WHIRLPOOL 
6b4dcb6f0ce3e6a04d14cc8459163ea9f282565c4c9cbdf726d2d696983fec803ac9a64db984e9edb7c73fac09389d3e3b5e6b047781f8a600cb7fa0e9a48a6b
 DIST DBD-SQLite-1.54.tar.gz 2136219 SHA256 
3929a6dbd8d71630f0cb57f85dcef9588cd7ac4c9fa12db79df77b9d3a4d7269 SHA512 
a8daff59679973467dff80c013b6ff9d7229a505b62c0312bdf7f9288af64dcd2e99f889b66eb98103b0e6ac7a9b0fa7c9c517c5c2673ee7f84b3b6b5d26173e
 WHIRLPOOL 
9a5b7aa37a3e6996eb9eeeb783f3660cfcc5e3af153f0d1a0d81c3d1c088efcb176fdcabea2fb0e3b430be1a657484192516497fc9bab482e015df9c4be590b9



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

2017-10-06 Thread Nicolas Bock
commit: d88a90138adb9498050cd943e34045ad313b69fc
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Oct  6 17:44:33 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Oct  6 17:44:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88a9013

mail-client/neomutt: Updated patch for 20171006

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../0001-Rename-mutt-to-neomutt-20171006.patch | 62 ++
 1 file changed, 3 insertions(+), 59 deletions(-)

diff --git 
a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch 
b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
index b0c4673f3a9..6b591e32908 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
@@ -1,30 +1,12 @@
-From ac4562d86f6d920044a30b196cdab7a94e44d46a Mon Sep 17 00:00:00 2001
+From dd318718302850408319e36766329bed29b2c1c1 Mon Sep 17 00:00:00 2001
 From: Nicolas Bock <nicolasb...@gmail.com>
 Date: Mon, 2 Oct 2017 14:04:34 -0600
 Subject: [PATCH] Rename mutt to neomutt
 
 ---
- Makefile.am | 4 ++--
- configure.ac| 2 +-
- doc/Makefile.am | 6 +++---
- lib/Makefile.am | 4 ++--
- 4 files changed, 8 insertions(+), 8 deletions(-)
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/Makefile.am b/Makefile.am
-index d3e125b4..ea9ff58c 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -62,8 +62,8 @@ nodist_neomutt_SOURCES = $(BUILT_SOURCES)
- LIBIMAP = -Limap -limap
- LIBIMAPDEPS = $(top_srcdir)/imap/imap.h imap/libimap.a
- 
--LIBMUTT = -Llib -lmutt
--LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libmutt.a
-+LIBMUTT = -Llib -lneomutt
-+LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libneomutt.a
- 
- neomutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
-   $(LIBIMAP) $(LIBMUTT) $(LIBICONV) $(GPGME_LIBS) $(INTLLIBS)
 diff --git a/configure.ac b/configure.ac
 index 7a3cfad9..4e2968fd 100644
 --- a/configure.ac
@@ -38,44 +20,6 @@ index 7a3cfad9..4e2968fd 100644
  
  AC_ARG_WITH(domain,
AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index cbb5efec..96bae35a 100644
 a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -43,8 +43,8 @@ install-data-local: makedoc-all
-   $(INSTALL) -m 644 neomutt.1 $(DESTDIR)$(mandir)/man1/neomutt.1
-   $(INSTALL) -m 644 neomuttrc.man $(DESTDIR)$(mandir)/man5/neomuttrc.5
-   $(INSTALL) -m 644 $(srcdir)/smime_keys.1 
$(DESTDIR)$(mandir)/man1/smime_keys_$(PACKAGE).1
--  $(INSTALL) -m 644 $(srcdir)/pgpewrap.1 
$(DESTDIR)$(mandir)/man1/pgpewrap_$(PACKAGE).1
--  $(INSTALL) -m 644 $(srcdir)/pgpring.1 
$(DESTDIR)$(mandir)/man1/pgpring_$(PACKAGE).1
-+  $(INSTALL) -m 644 $(srcdir)/pgpewrap.1 
$(DESTDIR)$(mandir)/man1/neomutt_pgpewrap_$(PACKAGE).1
-+  $(INSTALL) -m 644 $(srcdir)/pgpring.1 
$(DESTDIR)$(mandir)/man1/neomutt_pgpring_$(PACKAGE).1
-   $(INSTALL) -m 644 $(srcdir)/mbox.5 
$(DESTDIR)$(mandir)/man5/mbox_$(PACKAGE).5
-   $(INSTALL) -m 644 $(srcdir)/mmdf.5 
$(DESTDIR)$(mandir)/man5/mmdf_$(PACKAGE).5
-   $(MKDIR_P) $(DESTDIR)$(docdir)
-@@ -63,7 +63,7 @@ install-data-local: makedoc-all
-   -$(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(docdir)/mime.types
- 
- uninstall-local:
--  for f in neomutt.1 smime_keys_$(PACKAGE).1 pgpewrap_$(PACKAGE).1 
pgpring_$(PACKAGE).1; do \
-+  for f in neomutt.1 smime_keys_$(PACKAGE).1 
neomutt_pgpewrap_$(PACKAGE).1 neomutt_pgpring_$(PACKAGE).1; do \
-   rm -f $(DESTDIR)$(mandir)/man1/$$f; \
-   done
-   for f in neomuttrc.5 mbox_$(PACKAGE).5 mmdf_$(PACKAGE).5; do \
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index ac7658a9..222cbc68 100644
 a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -7,7 +7,7 @@ EXTRA_DIST = lib.h base64.h buffer.h date.h debug.h exit.h 
file.h hash.h mapping
- 
- AM_CPPFLAGS = -I$(top_srcdir)
- 
--noinst_LIBRARIES = libmutt.a
-+noinst_LIBRARIES = libneomutt.a
- 
--libmutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c 
mapping.c md5.c memory.c message.c sha1.c string.c
-+libneomutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c 
mapping.c md5.c memory.c message.c sha1.c string.c
- 
 -- 
 2.13.6
 



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

2017-10-06 Thread Nicolas Bock
commit: 486e06d02b42d8b0c61439f4596837e68720aadb
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Oct  6 17:41:58 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Oct  6 17:41:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=486e06d0

mail-client/neomutt: Update patch file for live ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../files/0001-Rename-mutt-to-neomutt-.patch   | 64 ++
 1 file changed, 4 insertions(+), 60 deletions(-)

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch 
b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
index 319adafc80b..7afa921c537 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
@@ -1,32 +1,14 @@
-From 8bbf8197154cea2cfec0236a0fad6e7c1eff8163 Mon Sep 17 00:00:00 2001
+From 42c5c059a87851a9103cf46dd9d6083b5938f1c5 Mon Sep 17 00:00:00 2001
 From: Nicolas Bock 
 Date: Mon, 2 Oct 2017 14:04:34 -0600
 Subject: [PATCH] Rename mutt to neomutt
 
 ---
- Makefile.am | 4 ++--
- configure.ac| 2 +-
- doc/Makefile.am | 6 +++---
- lib/Makefile.am | 4 ++--
- 4 files changed, 8 insertions(+), 8 deletions(-)
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/Makefile.am b/Makefile.am
-index b00d1f8a..08a16a7e 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -62,8 +62,8 @@ nodist_neomutt_SOURCES = $(BUILT_SOURCES)
- LIBIMAP = -Limap -limap
- LIBIMAPDEPS = $(top_srcdir)/imap/imap.h imap/libimap.a
- 
--LIBMUTT = -Llib -lmutt
--LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libmutt.a
-+LIBMUTT = -Llib -lneomutt
-+LIBMUTTDEPS = $(top_srcdir)/lib/lib.h lib/libneomutt.a
- 
- neomutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
-   $(LIBIMAP) $(LIBMUTT) $(LIBICONV) $(GPGME_LIBS) $(INTLLIBS)
 diff --git a/configure.ac b/configure.ac
-index 0299f921..667b7f65 100644
+index 7a3cfad9..4e2968fd 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -184,7 +184,7 @@ AC_ARG_WITH(mailpath,
@@ -38,44 +20,6 @@ index 0299f921..667b7f65 100644
  
  AC_ARG_WITH(domain,
AS_HELP_STRING([--with-domain=DOMAIN],[Specify your DNS domain name]),
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index cbb5efec..96bae35a 100644
 a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -43,8 +43,8 @@ install-data-local: makedoc-all
-   $(INSTALL) -m 644 neomutt.1 $(DESTDIR)$(mandir)/man1/neomutt.1
-   $(INSTALL) -m 644 neomuttrc.man $(DESTDIR)$(mandir)/man5/neomuttrc.5
-   $(INSTALL) -m 644 $(srcdir)/smime_keys.1 
$(DESTDIR)$(mandir)/man1/smime_keys_$(PACKAGE).1
--  $(INSTALL) -m 644 $(srcdir)/pgpewrap.1 
$(DESTDIR)$(mandir)/man1/pgpewrap_$(PACKAGE).1
--  $(INSTALL) -m 644 $(srcdir)/pgpring.1 
$(DESTDIR)$(mandir)/man1/pgpring_$(PACKAGE).1
-+  $(INSTALL) -m 644 $(srcdir)/pgpewrap.1 
$(DESTDIR)$(mandir)/man1/neomutt_pgpewrap_$(PACKAGE).1
-+  $(INSTALL) -m 644 $(srcdir)/pgpring.1 
$(DESTDIR)$(mandir)/man1/neomutt_pgpring_$(PACKAGE).1
-   $(INSTALL) -m 644 $(srcdir)/mbox.5 
$(DESTDIR)$(mandir)/man5/mbox_$(PACKAGE).5
-   $(INSTALL) -m 644 $(srcdir)/mmdf.5 
$(DESTDIR)$(mandir)/man5/mmdf_$(PACKAGE).5
-   $(MKDIR_P) $(DESTDIR)$(docdir)
-@@ -63,7 +63,7 @@ install-data-local: makedoc-all
-   -$(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(docdir)/mime.types
- 
- uninstall-local:
--  for f in neomutt.1 smime_keys_$(PACKAGE).1 pgpewrap_$(PACKAGE).1 
pgpring_$(PACKAGE).1; do \
-+  for f in neomutt.1 smime_keys_$(PACKAGE).1 
neomutt_pgpewrap_$(PACKAGE).1 neomutt_pgpring_$(PACKAGE).1; do \
-   rm -f $(DESTDIR)$(mandir)/man1/$$f; \
-   done
-   for f in neomuttrc.5 mbox_$(PACKAGE).5 mmdf_$(PACKAGE).5; do \
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index ac7658a9..222cbc68 100644
 a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -7,7 +7,7 @@ EXTRA_DIST = lib.h base64.h buffer.h date.h debug.h exit.h 
file.h hash.h mapping
- 
- AM_CPPFLAGS = -I$(top_srcdir)
- 
--noinst_LIBRARIES = libmutt.a
-+noinst_LIBRARIES = libneomutt.a
- 
--libmutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c 
mapping.c md5.c memory.c message.c sha1.c string.c
-+libneomutt_a_SOURCES = base64.c buffer.c date.c debug.c exit.c file.c hash.c 
mapping.c md5.c memory.c message.c sha1.c string.c
- 
 -- 
 2.13.6
 



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

2017-10-06 Thread William Hubbs
commit: 4e259b7583c2cbbc7456addd2edd640dbe54228e
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Oct  6 17:24:23 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct  6 17:27:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e259b75

sys-fs/udev: 235 version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-fs/udev/Manifest|   1 +
 sys-fs/udev/udev-235.ebuild | 329 
 2 files changed, 330 insertions(+)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
index 9afdd1670ff..b62a4cd9a06 100644
--- a/sys-fs/udev/Manifest
+++ b/sys-fs/udev/Manifest
@@ -2,4 +2,5 @@ DIST systemd-216.tar.xz 3612960 SHA256 
945d3db7d840d6ffe98aa68394428e13317161ae7
 DIST systemd-225.tar.gz 3878442 SHA256 
b2f576bb3688e9315f2f49b98e141ac6f964567370e98ebd8fd7332a0a6f9701 SHA512 
35b3946509c7b01660da4370d3c51ff0e6a537dadd9dbb0a039c4f7ed552fd4e02ebac6eb8a788f61f1e3ba99444238d959051dd004c174b027729a80368ac19
 WHIRLPOOL 
47cd3b5690dafdf3c0ef6a9767e947666b1853541f8aefd17eb5c07eee1477daf32f3b249b04327b1c56d8ec430745725383750b97755bb6cf594d354a7ffdf8
 DIST systemd-233.tar.gz 4660737 SHA256 
8b3e99da3d4164b66581830a7f2436c0c8fe697b5fbdc3927bdb960646be0083 SHA512 
5ad5329ea116d973cf67096f7e7ad28e9ea0905696e9451291f1d25e5064f4a9bfcfae87e912996c6a38397e9f4a148d4ccecfa9b70f7ecdf04deadb61784c8e
 WHIRLPOOL 
ce19f6a546b8f899cfa952e49d47f063fd29186be4a53391bc30ea2c487eb2c140a74ad843a1dc499bb61bba3e9ca055613852291e38b85af5d79c59409dc176
 DIST systemd-234.tar.gz 4800186 SHA256 
da3e69d10aa1c983d33833372ad4929037b411ac421fb085c8cee79ae1d80b6a SHA512 
762336a7d96c6583cf71cad62efce95a0ed93cd0a0d7251f128d10dba8200c0c8df0e5a7d168179ababa5b221295a231e73b7e7ea2697cb3fb5c1b33538efa68
 WHIRLPOOL 
9ff9f25ce82514db969a427eee51c0483b2bcaaa611f93c1fc17c356ea25eee712217708c54101ecaafd835cd8ac988b16e8ad411b48541a32442b9a0d148f07
+DIST systemd-235.tar.gz 6586406 SHA256 
25811f96f5a027bf2a4c9383495cf5b623e385d84da31e473cf375932b3e9c52 SHA512 
243f2eb5340fa37dd1286eaa63e83387bda9e03953af266cd6196a37535a13491482caf14c6ab10608bba4ed23b6c41923608e52017e0c26988ed72ddd2b9993
 WHIRLPOOL 
05e50b31f7b3b1cd756abd1580dddae0e114953857564133784fc43b9ecd0e203ee534aaf76531ca7af5c43b03b9b73c6c1caf5afb17502555cc52fe06cd
 DIST udev-216-patches-2.tar.xz 1264 SHA256 
18b7b8f852f11c2ac2a58458462ce686ebec48859562df99c5b9c29c95ddfa3c SHA512 
1f5912f3bbc3e40a4efad9de8b1fab2b3a750f3f23c9f2e33a581658959d22cf23f9ff1b8f51597874e7bca1d0f757f37fd5550b4112160261559524eda261f4
 WHIRLPOOL 
8f93f982de2d1fa10f7e3c6541c559f2c881730276498b14d4d27b8577bdb340d49b2dc7a50a40e8a13fcabbbabb3dfa5f1605aa842e325d12c17e82d2dc787b

diff --git a/sys-fs/udev/udev-235.ebuild b/sys-fs/udev/udev-235.ebuild
new file mode 100644
index 000..1d98a8ca399
--- /dev/null
+++ b/sys-fs/udev/udev-235.ebuild
@@ -0,0 +1,329 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 linux-info meson ninja-utils multilib-minimal 
toolchain-funcs udev user versionator
+
+if [[ ${PV} = * ]]; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="LGPL-2.1 MIT GPL-2"
+SLOT="0"
+IUSE="acl +kmod selinux"
+
+RESTRICT="test"
+
+COMMON_DEPEND=">=sys-apps/util-linux-2.27.1[${MULTILIB_USEDEP}]
+   sys-libs/libcap[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl )
+   kmod? ( >=sys-apps/kmod-16 )
+   selinux? ( >=sys-libs/libselinux-2.1.9 )
+   ! "${T}"/40-gentoo.rules
+   # Gentoo specific floppy and usb groups
+   ACTION=="add", SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy"
+   ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"
+   EOF
+
+   local PATCHES=(
+   "${FILESDIR}/234-uucp-group.patch"
+   )
+
+   default
+
+   if ! use elibc_glibc; then #443030
+   echo '#define secure_getenv(x) NULL' >> config.h.in
+   sed -i -e '/error.*secure_getenv/s:.*:#define secure_getenv(x) 
NULL:' src/shared/missing.h || die
+   fi
+}
+
+meson_multilib_native_use() {
+   if multilib_is_native_abi && use "$1"; then
+   echo true
+   else
+   echo false
+   fi
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dacl=$(meson_multilib_native_use acl)
+   -Defi=false
+   -Dkmod=$(meson_multilib_native_use kmod)
+   -Dselinux=$(meson_multilib_native_use selinux)
+   -Dlink-udev-shared=false
+   -Dsplit-usr=true
+   )
+   

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

2017-10-06 Thread William Hubbs
commit: 25e0701aab34a5b61dcb2249c63e748f1ab65ae2
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Oct  6 17:26:58 2017 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Oct  6 17:27:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e0701a

sys-fs/udev: sync live ebuild

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/sys-fs/udev/udev-.ebuild b/sys-fs/udev/udev-.ebuild
index 03c1796fcac..1d98a8ca399 100644
--- a/sys-fs/udev/udev-.ebuild
+++ b/sys-fs/udev/udev-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> 
systemd-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 fi
 
 DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"



[gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/, mail-client/neomutt/files/

2017-10-06 Thread Nicolas Bock
commit: f62a8afb27f7b9f5dcc9e6c846001efcf0c97174
Author: Nicolas Bock  gentoo  org>
AuthorDate: Fri Oct  6 17:31:11 2017 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Fri Oct  6 17:31:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62a8afb

mail-client/neomutt: Version bump to 20171006

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 mail-client/neomutt/Manifest   |  1 +
 ...eomutt.patch => 0001-Rename-mutt-to-neomutt-20171006.patch} |  6 +++---
 ...to-neomutt.patch => 0001-Rename-mutt-to-neomutt-.patch} |  0
 mail-client/neomutt/neomutt-20170912.ebuild|  2 +-
 .../{neomutt-20170912.ebuild => neomutt-20171006.ebuild}   | 10 --
 mail-client/neomutt/neomutt-.ebuild|  2 +-
 6 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/mail-client/neomutt/Manifest b/mail-client/neomutt/Manifest
index 4f8cd512557..273709d7264 100644
--- a/mail-client/neomutt/Manifest
+++ b/mail-client/neomutt/Manifest
@@ -1,2 +1,3 @@
 DIST neomutt-20170714.tar.gz 2509160 SHA256 
40d48920f95ca49ab96eb109b658f5cf6e1c222320c58bdd03769c1355d7a383 SHA512 
eb31d2f23b7211904cd66ba293c008f953778b37f13fd09d4db571d013f1c8e6449fccd827872f3ad0a2c8e62555f92b3f9591a1f0f4ac37ab362a4681abaaa0
 WHIRLPOOL 
455495501a2ab1989d5f3bfa75aa2370896956cdfd7d2e852e225c96aa23a1abdaf2dbb9d886d1d96486d19b2b38c225e8263f268ebafcef8cbd0024885189f3
 DIST neomutt-20170912.tar.gz 2533245 SHA256 
9f0d128fe8dbbbddb67e2b629f8b5e52a9d892f82c735845c1708c14e3046657 SHA512 
7551da47029667443257d9d370af7217846abf988d1469c4e08f367ef0bce2dfb658321df27176622bbd07e6d46c320380749d4ce05ee39cb1e8d9b6c3e1d7e6
 WHIRLPOOL 
0dad6380acf5b6f891bcb77388023de27d23e4ea8ad0eb3563c1704de555a2fc54604d47b9b67557c6ab0310e1c365c786a1952f6794b2012594f1c19033ad3c
+DIST neomutt-20171006.tar.gz 2706019 SHA256 
86e9d945919438a377828b15f03c8690f639062e44151e219e2f8443ae27147c SHA512 
adfa702ee642ce58b11dab1d2b805626d8f90e8cc88731cb7e051df5b785010ac43d90eb14d2a5ace02d3abaf921c9f36f86f627063036bcb7f5724912ca134d
 WHIRLPOOL 
75f2a0c8881b769f1a7acd8c0e7724baf0a2943a68a4029d74d32a5a5ed3203c32ce3704b3271a8e05f02c233273319437a593ffad9df5e1b988f8725f0f2433

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt.patch 
b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
similarity index 96%
copy from mail-client/neomutt/files/0001-Rename-mutt-to-neomutt.patch
copy to mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
index 319adafc80b..b0c4673f3a9 100644
--- a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt.patch
+++ b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-20171006.patch
@@ -1,4 +1,4 @@
-From 8bbf8197154cea2cfec0236a0fad6e7c1eff8163 Mon Sep 17 00:00:00 2001
+From ac4562d86f6d920044a30b196cdab7a94e44d46a Mon Sep 17 00:00:00 2001
 From: Nicolas Bock <nicolasb...@gmail.com>
 Date: Mon, 2 Oct 2017 14:04:34 -0600
 Subject: [PATCH] Rename mutt to neomutt
@@ -11,7 +11,7 @@ Subject: [PATCH] Rename mutt to neomutt
  4 files changed, 8 insertions(+), 8 deletions(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index b00d1f8a..08a16a7e 100644
+index d3e125b4..ea9ff58c 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -62,8 +62,8 @@ nodist_neomutt_SOURCES = $(BUILT_SOURCES)
@@ -26,7 +26,7 @@ index b00d1f8a..08a16a7e 100644
  neomutt_LDADD = $(MUTT_LIB_OBJECTS) $(LIBOBJS) $(HCACHE_LIBS) $(NCRYPT_LIBS) \
$(LIBIMAP) $(LIBMUTT) $(LIBICONV) $(GPGME_LIBS) $(INTLLIBS)
 diff --git a/configure.ac b/configure.ac
-index 0299f921..667b7f65 100644
+index 7a3cfad9..4e2968fd 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -184,7 +184,7 @@ AC_ARG_WITH(mailpath,

diff --git a/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt.patch 
b/mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch
similarity index 100%
rename from mail-client/neomutt/files/0001-Rename-mutt-to-neomutt.patch
rename to mail-client/neomutt/files/0001-Rename-mutt-to-neomutt-.patch

diff --git a/mail-client/neomutt/neomutt-20170912.ebuild 
b/mail-client/neomutt/neomutt-20170912.ebuild
index 404b40f4688..af1e426e2d5 100644
--- a/mail-client/neomutt/neomutt-20170912.ebuild
+++ b/mail-client/neomutt/neomutt-20170912.ebuild
@@ -98,7 +98,7 @@ src_install() {
rm "${ED}"/etc/${PN}/mime.types || die
dosym "${EPREFIX}/etc/mime.types" /etc/${PN}/mime.types
 
-   ## A man-page is always handy, so fake one
+   # A man-page is always handy, so fake one
if use !doc; then
emake -C doc muttrc.man
# make the fake slightly better, bug #413405

diff --git a/mail-client/neomutt/neomutt-20170912.ebuild 
b/mail-client/neomutt/neomutt-20171006.ebuild
similarity index 91%
copy from mail-client/neomutt/neomutt-20170912.ebuild
copy to mail-client/neomutt/neomutt-20171006.ebuild
index 404b40f4688..1adc070a098 100644
--- a/mail-client/neomutt/

[gentoo-commits] proj/mozilla:master commit in: scripts/

2017-10-06 Thread Ian Stakenvicius
commit: 31d3ae8bbdb30450b1658dbf864c194d0ffcf2de
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Oct  6 17:15:18 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Oct  6 17:15:18 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=31d3ae8b

scripts/generate_langpacks.sh: kill script of mercurial is not found

 scripts/generate_langpacks.sh | 5 +
 1 file changed, 5 insertions(+)

diff --git a/scripts/generate_langpacks.sh b/scripts/generate_langpacks.sh
index ad9f7cf..c80a326 100755
--- a/scripts/generate_langpacks.sh
+++ b/scripts/generate_langpacks.sh
@@ -21,6 +21,11 @@ fi
 
 ebuild=${1}
 
+if ! hg --version &>/dev/null; then
+   echo "$0 needs mercurial -- aborting"
+   exit 1
+fi
+
 if [[ ${ebuild/.ebuild/} == ${ebuild} ]] || [[ ! -e ${ebuild} ]]; then
   echo "Must specify the full path to the ebuild as arg.1"
 fi



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

2017-10-06 Thread Ian Stakenvicius
commit: a6fa94a721b6cd87436bf1a5b2db1aa2997d2b46
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Oct  6 16:50:23 2017 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Fri Oct  6 16:51:06 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=a6fa94a7

mail-client/thunderbird: initial version bump to 52.4 for testing

 mail-client/thunderbird/Manifest   | 116 ++---
 ...ird-52.3.0.ebuild => thunderbird-52.4.0.ebuild} |   2 +-
 2 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 9750415..1771b34 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,60 +1,60 @@
-DIST firefox-52.2-patches-04.tar.xz 13772 SHA256 
0a93eafba1d5b1fc7fa1c74d7fbf2d07029ae4b78b0885c2cd691fade3da2ffc SHA512 
3fd5cfcd4185e8611c948626d679fc95b4de3ffafad7e5931c79ff03bf3be2fcb304ca892b18eb25fc67f91100ac0df65b10de81382af11031e9b045abf74837
 WHIRLPOOL 
77fa01ae89bae5379cc253aef3cf7fe72fcf6c085ba044971da303b319e9069e728dbcf7bd5beb5ce2709423bd79cb861298a27120f89f53ed1c2b7bccdf577c
+DIST firefox-52.4-patches-02.tar.xz 14412 SHA256 
28e63a625cb22cec73fe5efd952566d6bd965dc453f205b0c00b2fb3b580dcdc SHA512 
6befeaefc118bc161ad05eed619142814e5cf31aaeede3fb5618b1f5ace887e9e1fa6914320b513404380a426cfb0f45107435f92b2d7e95d95cd7c44e03ad96
 WHIRLPOOL 
40323ecada75c7ee05ae19cd98bb262937a0d70f5fd7a25ec9454227f33ce81f363b60b8f0bea879224e9f7c0132de982b2c551e40a0c7c63b8106efca69
 DIST gdata-provider-3.3.tar.xz 85628 SHA256 
1a1751a5dd3d941bb28051c1d3af5d96c6c06b00c1b2d6b2442e312ec14644bd SHA512 
ae0c0e6fd42d6e7088256ca8a4be5b0bac84b2f331b51afdc982354caef60b6ba631d4f76bfba7523000b49235c8f8c63704d90acf24b34b14696b709be9342b
 WHIRLPOOL 
2b77c9343437633dc8b26365b6f172999364b81b4928744e0eba0d0de50179fbd845085cc4fbf95a0c068a9b76bd2280db8f9f349ded680686ab6cac949bbcc6
 DIST lightning-5.4.3.tar.xz 1891484 SHA256 
77185d29bddefa121e27cdd061f0cc227b1da1097b59493ee4138ba573a527d1 SHA512 
e7903ffbe729c9608647c883202e668bb0a502ad55bd5330d073a92f336a2be427e364829a609912a32432c9a6eaa2390f6b8bfff4e61e87d03f72a4ac2aad03
 WHIRLPOOL 
9c7765221196080ffc69a3b0a8f1d77f59a3c9a742151049ff121c9f99adfe134165f3fafa6fa950196a809fa5103d5ef6527ca23f51af3394e74b87f95bc50d
-DIST thunderbird-52.3.0-ar.xpi 604235 SHA256 
a96dbaed8c14e113c2e2295422c4346ed97cbba349f6464532d4585ab6a5be88 SHA512 
c8a4c362499f9f4c2babe878c67e85675d65a88b8d57cae2c1c11ea0a36afa8f21ba200c848f883ad46d1c94a468395e2aa3f9c23a68f6360e9ece73fb9ecea8
 WHIRLPOOL 
81c02925d19fc8cae32b7469431805eec80a8fba360a21ce2a1283ce97caaf33cdf5ab94f87002173477dcb779b5ac168047f2fd02c41b9c3c16efd348d89f7f
-DIST thunderbird-52.3.0-ast.xpi 541173 SHA256 
eb2614092cebafb0d326ac318bbd76d5e35a6865fe4f0be72bad871bc703584f SHA512 
fa42be4913a6a27c94a7c8cb2c2c53dbc8bec8d0de8410883f16cfdd26cf51321dc58494abf1ce2d3c7b9c6b84eb2911c475c0ca7a5d5bd0f7e36a7995f8a1b4
 WHIRLPOOL 
bff8aa8a9e5a4d268754d771fe72d08a27e18d68b09d109adcb1f8d0d8e26f5dc02e29a2a1842ed1d429f7a107c64f60fa5a9d10708e88b461d6875a632d4d78
-DIST thunderbird-52.3.0-be.xpi 570932 SHA256 
b412a5cb7f2752d1d72325356b9d0fa124af03f29e45ceeafe3b0b9fc0c7e28b SHA512 
afa4232ac6ce70d896f87a267234fdecbba8a037064b7a603264ca5e4e5098da906328568c5002ef1c05053a8470b04118a23ac6cb2b0335de85a29bc8c7429d
 WHIRLPOOL 
624daab5d0e26dca644eef7a72c4e1345a7d532a6ba8663c36afce986d0a970f2eab69533462692dd1e94c5adcc9a52dfeade616ff41438b35bb7a842a4511c5
-DIST thunderbird-52.3.0-bg.xpi 634897 SHA256 
ff093e353378ae63727aca8b95578d89d369c6b86e48a030d893a9cd8ad77922 SHA512 
6685e2152a06b171de0866ccf9f5eb4c5f8d6cc300075d85f9dbc2ca8116ff94325390f9e4ad96c8953d8c9cce66d4db55a5b61427f1fc7dc841a35d2d225ea6
 WHIRLPOOL 
868eafaecde6e95f007492ef9f1f913deef92c40d39d35023830d41d18ae0df0a26b33ad856baaa999db299d9eda0d7fdf94d4463ac2ffcd6c283a4e6e377253
-DIST thunderbird-52.3.0-bn-BD.xpi 676900 SHA256 
eaebfde95c33aafa0c7aa649fca093a25ed93db58e8fed3485589b9326806270 SHA512 
908376496df97922a31ec60d6ac25ad6db0abca098737d581914148ae21b924027502ca71230d0b4d208dae61d37df90c1bd14f1d12b02dfcd3aed9d95f7783f
 WHIRLPOOL 
20d056edb28f183ef821a60b099798577b4a84bf6c730a80e298f11cd0984b3d177e3c4fa7424dcd7d8cd15b054da2f4096196576f777fe28e28cc93b1d055bb
-DIST thunderbird-52.3.0-br.xpi 559380 SHA256 
87819d6762d57ce02564ec3cdb195158eed635ba27a3165dfc862553f53f188a SHA512 
62d9b9ebcc3fdbad653a227a612278ada74927f37f737f15272142eb62888792f2808eebef436418f301c4e9d45eaaf7ec74c4de408a05f2bb96859af09336db
 WHIRLPOOL 
a29d9b3508c920c60aaf66df0d87c8a905528a5d65c72c5dc741d7d498a90d6603cdc0ec2f3ad955286e43f8ed2293beb0a9e364e706d8c738c1295afead2f8d
-DIST thunderbird-52.3.0-ca.xpi 569910 SHA256 
9dffc936fd1dda855d19eb464ce01b22bfb667585b983b3c7b0a74ea10e298ce SHA512 
3f2e3a07af1e02c5e3b8e2cec63bdcaaa6158dd983b4611fa0628c87ce4dd5b6f6e9b74e2b065611edd616279fc652950143242b1d1608dd10e6667105b75f4b
 WHIRLPOOL 

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

2017-10-06 Thread Alon Bar-Lev
commit: 291a0bf88a2f1ec8a98f52b9f8e7ecc74595c6b0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Oct  6 07:43:00 2017 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Fri Oct  6 15:57:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291a0bf8

net-dns/openresolv: remove unused file

 net-dns/openresolv/files/restartcmd | 20 
 1 file changed, 20 deletions(-)

diff --git a/net-dns/openresolv/files/restartcmd 
b/net-dns/openresolv/files/restartcmd
deleted file mode 100644
index bc2196e5452..000
--- a/net-dns/openresolv/files/restartcmd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-# This script currently supports:
-# - openrc
-# - systemd
-
-if [ -z "${1}" ]; then
-echo "Missing arguments." >&2
-exit 1
-fi
-
-if [ -e /run/openrc/softlevel ]; then
-if /sbin/rc-service -e ${1}; then
-exec rc-service ${1} -- -Ds restart
-fi
-elif [ -d /run/systemd/system ]; then
-exec systemctl try-restart ${1}
-else
-echo "Unsupported init system." >&2
-exit 1
-fi



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

2017-10-06 Thread José María Alonso
commit: 8a94d5e42b336a223df0b1e8b61d6af232cca5f2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Oct  6 15:39:28 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Oct  6 15:39:28 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8a94d5e4

dev-lisp/clisp: Syncs with gentoo repository

 dev-lisp/clisp/clisp-2.49-r100.ebuild  | 150 +
 dev-lisp/clisp/clisp-2.49-r8.ebuild| 144 
 dev-lisp/clisp/files/clisp-2.49-get_hostname.patch |  56 
 dev-lisp/clisp/files/clisp-2.49-readline-7.patch   |  10 ++
 dev-lisp/clisp/files/clisp-2.49-tinfo.patch|  15 +++
 5 files changed, 375 insertions(+)

diff --git a/dev-lisp/clisp/clisp-2.49-r100.ebuild 
b/dev-lisp/clisp/clisp-2.49-r100.ebuild
new file mode 100644
index ..8210edc7
--- /dev/null
+++ b/dev-lisp/clisp/clisp-2.49-r100.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
+HOMEPAGE="http://clisp.sourceforge.net/;
+SRC_URI="mirror://sourceforge/clisp/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="2/7"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk pari +pcre postgres +readline 
svm -threads +unicode +zlib"
+# "jit" disabled ATM
+
+RDEPEND=">=dev-lisp/asdf-2.33-r3
+virtual/libiconv
+>=dev-libs/libsigsegv-2.4
+>=dev-libs/ffcall-1.10
+dbus? ( sys-apps/dbus )
+fastcgi? ( dev-libs/fcgi )
+gdbm? ( sys-libs/gdbm )
+gtk? ( >=x11-libs/gtk+-2.10:2 >=gnome-base/libglade-2.6 )
+pari? ( =dev-db/postgresql-8.0:* )
+readline? ( >=sys-libs/readline-7.0:0= )
+pcre? ( dev-libs/libpcre:3 )
+svm? ( sci-libs/libsvm )
+zlib? ( sys-libs/zlib )
+X? ( x11-libs/libXpm )
+hyperspec? ( dev-lisp/hyperspec )
+berkdb? ( sys-libs/db:4.8 )"
+#   jit? ( >=dev-libs/lightning-1.2 )
+
+DEPEND="${RDEPEND}
+   X? ( x11-misc/imake x11-proto/xextproto )"
+
+enable_modules() {
+   [[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
+   for m in "$@" ; do
+   einfo "enabling module $m"
+   myconf+=" --with-module=${m}"
+   done
+}
+
+BUILDDIR="builddir"
+
+# modules not enabled:
+#  * berkdb: must figure out a way to make the configure script pick up the
+#currect version of the library and headers
+#  * dirkey: fails to compile, requiring windows.h, possibly wrong #ifdefs
+#  * matlab, netica: not in portage
+#  * oracle: can't install oracle-instantclient
+
+src_prepare() {
+   # More than -O1 breaks alpha/ia64
+   if use alpha || use ia64; then
+   sed -i -e 's/-O2//g' src/makemake.in || die
+   fi
+   epatch "${FILESDIR}"/${P}-bits_ipctypes_to_sys_ipc.patch
+   epatch "${FILESDIR}"/${P}-get_hostname.patch
+   epatch "${FILESDIR}"/${P}-tinfo.patch
+   # bug #594552
+   epatch "${FILESDIR}"/${P}-readline-7.patch
+}
+
+src_configure() {
+   # We need this to build on alpha/ia64
+   if use alpha || use ia64; then
+   replace-flags -O? -O1
+   append-flags '-D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D 
NO_SINGLEMAP -D NO_TRIVIALMAP'
+   fi
+
+   if use x86; then
+   append-flags -falign-functions=4
+   fi
+
+   # QA issue with lisp.run
+   append-flags -Wa,--noexecstack
+
+   # built-in features
+   local myconf="--with-ffcall --without-dynamic-modules"
+#There's a problem with jit_allocai function
+#if use jit; then
+#myconf+=" --with-jitc=lightning"
+#fi
+   if use threads; then
+   myconf+=" --with-threads=POSIX_THREADS"
+   fi
+
+   # default modules
+   enable_modules wildcard rawsock
+   # optional modules
+   use elibc_glibc && enable_modules bindings/glibc
+   use X && enable_modules clx/new-clx
+   if use postgres; then
+   enable_modules postgresql
+   append-cppflags -I$(pg_config --includedir)
+   fi
+   if use berkdb; then
+   enable_modules berkeley-db
+   append-cppflags -I/usr/include/db4.8
+   fi
+   use dbus && enable_modules dbus
+   use fastcgi && enable_modules fastcgi
+   use gdbm && enable_modules gdbm
+   use gtk && enable_modules gtk2
+   use pari && enable_modules pari
+   use pcre && enable_modules pcre
+   use svm && enable_modules libsvm
+   use zlib && enable_modules zlib
+
+   if use hyperspec; then
+   CLHSROOT="file:///usr/share/doc/hyperspec/HyperSpec/"
+   else
+   

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

2017-10-06 Thread José María Alonso
commit: 860dac7fec8777d62d7e7a0bcee587536bdc8c57
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Oct  6 15:13:51 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Oct  6 15:14:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860dac7f

dev-lisp/ecls: Drops old version 12.12.1

 dev-lisp/ecls/Manifest   |  1 -
 dev-lisp/ecls/ecls-12.12.1.ebuild| 78 
 dev-lisp/ecls/files/12.12.1-headers-gentoo.patch | 17 --
 3 files changed, 96 deletions(-)

diff --git a/dev-lisp/ecls/Manifest b/dev-lisp/ecls/Manifest
index cd1a8c906df..029dd5ab3bb 100644
--- a/dev-lisp/ecls/Manifest
+++ b/dev-lisp/ecls/Manifest
@@ -1,4 +1,3 @@
-DIST ecl-12.12.1.tgz 9006697 SHA256 
54e77ce8157752eab49f8640f7d0077522d493a4d4def463af26d292e46bc297 SHA512 
9ac5d61e37cf18a56b2fb572b830955ededbe72d5d9a4e32ed631cd8cb5d27804ff5c0216a41f10ac988320b0584bcc4f9b4fb23732c541ee29f422c5726b23a
 WHIRLPOOL 
8c2b1bd61caa27442bf337ab64788806e7e20150a902fe6c6d6cc593a3350d67252f8d450e6fd1ee99456a6238891c4b383044a6e79a77fad174d5db5a668aeb
 DIST ecl-13.5.1.tgz 9401163 SHA256 
f91c57ce065fe9748bc8104e191e4b2dcfe854d634315fe7800dd0a613472ca2 SHA512 
a09f8b824aa78e461d700eefb1a8b68b876e15d49124a397e0b5b58ad73b80f818133a7b8e48ddb83505eea2f9c5fb024de8701b527524004e336e456eb07c84
 WHIRLPOOL 
def6de630e45bfff29c0716a23869e3455ba9b1cd9bfc1f02ef5c79c83df5b2280b8bada28acb1e742cdbe5c819970273386333d7c7c7c4fb48464dc6a2b
 DIST ecl-15.3.7.tgz 8755180 SHA256 
2dc6ffbbf1e0a7b1323d49a991ba1f005127ca3e153651d91ba9e65bdaec948f SHA512 
50a28ed551e507bee526ae44a12da2524c1feedf07cf8ca99650e37ecd7b99c4e2f2758c077979b174d303ffdcd9325637b708a29d14d8c3851c7e65d4ea026c
 WHIRLPOOL 
57b0382b0e3dc7cd601b835a371c9ec6658911b1471cb5bfeee6144d22500e8ca55268f2a001c49d446e9be1a3771ca12348f2565f68ec83f1660c4295545a06
 DIST ecl-16.0.0.tgz 8009304 SHA256 
343ed4c3e4906562757a6039b85ce16d33dd5e8001d74004936795983e3af033 SHA512 
15e4c604901dae1037e54ab1739d45a0f5f05decf6e72ba60d8b6b53e549021e93b811b809c4a72f423a20e9f9770969910d35edd5f184757293f98f89024c3a
 WHIRLPOOL 
1af13ce81017bdad0ad6ee235beea9cc3e79d4b09b3863911a8092fd69a8d15f9c6eb75603c62d291450001d900cc1074c8882beb4c6da011b368b2a7f8fe7b5

diff --git a/dev-lisp/ecls/ecls-12.12.1.ebuild 
b/dev-lisp/ecls/ecls-12.12.1.ebuild
deleted file mode 100644
index 8c268d35649..000
--- a/dev-lisp/ecls/ecls-12.12.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils multilib
-MY_P=ecl-${PV}
-
-DESCRIPTION="ECL is an embeddable Common Lisp implementation"
-HOMEPAGE="http://ecls.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
-
-LICENSE="BSD LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug emacs gengc precisegc threads +unicode X"
-
-RDEPEND="dev-libs/gmp
-   virtual/libffi
-   >=dev-libs/boehm-gc-7.1[threads?]"
-DEPEND="${RDEPEND}
-   app-text/texi2html
-   emacs? ( virtual/emacs >=app-eselect/eselect-emacs-1.12 )"
-PDEPEND="dev-lisp/gentoo-init"
-
-S="${WORKDIR}"/${MY_P}
-
-pkg_setup() {
-   if use gengc || use precisegc; then
-   ewarn "USE flags gengc and precisegc are experimental"
-   ewarn "Don't use them if you want a stable ecl"
-   fi
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PV}-headers-gentoo.patch
-}
-
-src_configure() {
-   econf \
-   --with-system-gmp \
-   --enable-boehm=system \
-   --enable-longdouble \
-   $(use_enable gengc) \
-   $(use_enable precisegc) \
-   $(use_with debug debug-cflags) \
-   $(use_enable threads) \
-   $(use_with threads __thread) \
-   $(use_enable unicode) \
-   $(use_with X x) \
-   $(use_with X clx)
-}
-
-src_compile() {
-   if use emacs; then
-   local ETAGS=$(eselect --brief etags list | sed -ne 
'/emacs/{p;q}')
-   [[ -n ${ETAGS} ]] || die "No etags implementation found"
-   pushd build > /dev/null || die
-   emake ETAGS=${ETAGS} TAGS
-   popd > /dev/null
-   else
-   touch build/TAGS
-   fi
-
-   #parallel fails
-   emake -j1
-}
-
-src_install () {
-   emake DESTDIR="${D}" install
-
-   dodoc ANNOUNCEMENT Copyright
-   dodoc "${FILESDIR}"/README.Gentoo
-   pushd build/doc > /dev/null
-   newman ecl.man ecl.1
-   newman ecl-config.man ecl-config.1
-   popd > /dev/null
-}

diff --git a/dev-lisp/ecls/files/12.12.1-headers-gentoo.patch 
b/dev-lisp/ecls/files/12.12.1-headers-gentoo.patch
deleted file mode 100644
index 635fc5d4afd..000
--- a/dev-lisp/ecls/files/12.12.1-headers-gentoo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur 

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

2017-10-06 Thread Miroslav Šulc
commit: 7a722d558d5410d0ee29d13228f37611cf774eb2
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Oct  6 15:11:01 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Oct  6 15:11:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a722d55

dev-java/netbeans-ide: fixed issue with renamed sun-jaf jar library also for 
slot 8.1 and 8.2

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild  | 2 +-
 .../{netbeans-ide-8.1-r2.ebuild => netbeans-ide-8.1-r3.ebuild}| 6 +++---
 .../{netbeans-ide-8.2.ebuild => netbeans-ide-8.2-r1.ebuild}   | 8 
 dev-java/netbeans-ide/netbeans-ide-8.2.ebuild | 2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild
index 7066b4e6445..0c09ad11c39 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild
@@ -109,7 +109,7 @@ CDEPEND="~dev-java/netbeans-harness-${PV}
dev-java/rhino:1.6
dev-java/saxon:9
dev-java/smack:2.2
-   dev-java/sun-jaf:0
+   <=dev-java/sun-jaf-1.1.1:0
dev-java/tomcat-servlet-api:2.2
dev-java/ws-commons-util:0
dev-java/xerces:2"

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.1-r3.ebuild
similarity index 99%
copy from dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild
copy to dev-java/netbeans-ide/netbeans-ide-8.1-r3.ebuild
index 7066b4e6445..1fb8cd97836 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.1-r2.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.1-r3.ebuild
@@ -109,7 +109,7 @@ CDEPEND="~dev-java/netbeans-harness-${PV}
dev-java/rhino:1.6
dev-java/saxon:9
dev-java/smack:2.2
-   dev-java/sun-jaf:0
+   >=dev-java/sun-jaf-1.1.1-r1:0
dev-java/tomcat-servlet-api:2.2
dev-java/ws-commons-util:0
dev-java/xerces:2"
@@ -288,7 +288,7 @@ src_prepare() {
java-pkg_jar-from --into o.apache.commons.logging/external 
commons-logging commons-logging.jar commons-logging-1.1.1.jar
java-pkg_jar-from --into o.apache.ws.commons.util/external 
ws-commons-util ws-commons-util.jar ws-commons-util-1.0.1.jar
java-pkg_jar-from --into servletapi/external tomcat-servlet-api-2.2 
servlet.jar servlet-2.2.jar
-   java-pkg_jar-from --into xml.jaxb.api/external sun-jaf activation.jar 
activation.jar
+   java-pkg_jar-from --into xml.jaxb.api/external sun-jaf sun-jaf.jar 
activation.jar
java-pkg_jar-from --into xml.jaxb.api/external jsr173 jsr173.jar 
jsr173_1.0_api.jar
 
java-pkg-2_src_prepare
@@ -364,7 +364,7 @@ src_install() {
 
local instdir=${INSTALL_DIR}/modules/ext/jaxb
pushd "${D}"/${instdir} >/dev/null || die
-   rm activation.jar && dosym /usr/share/sun-jaf/lib/activation.jar 
${instdir}/activation.jar || die
+   rm activation.jar && dosym /usr/share/sun-jaf/lib/sun-jaf.jar 
${instdir}/activation.jar || die
popd >/dev/null || die
 
local instdir=${INSTALL_DIR}/modules/ext/jaxb/api

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild
similarity index 99%
copy from dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
copy to dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild
index 033ea5ddf15..0fb63f1ef94 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.2.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.2-r1.ebuild
@@ -82,7 +82,7 @@ SRC_URI="${SOURCE_URL}

http://hg.netbeans.org/binaries/8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF-xmlrpc-common-3.0.jar

http://hg.netbeans.org/binaries/D6917BF718583002CBE44E773EE21E2DF08ADC71-xmlrpc-server-3.0.jar;
 LICENSE="|| ( CDDL GPL-2-with-linking-exception )"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 S="${WORKDIR}"
 
@@ -106,7 +106,7 @@ CDEPEND="virtual/jdk:1.8
dev-java/rhino:1.6
dev-java/saxon:9
dev-java/smack:2.2
-   dev-java/sun-jaf:0
+   >=dev-java/sun-jaf-1.1.1-r1:0
dev-java/tomcat-servlet-api:2.2
dev-java/ws-commons-util:0
dev-java/xerces:2"
@@ -256,7 +256,7 @@ src_prepare() {
java-pkg_jar-from --into o.apache.commons.logging/external 
commons-logging commons-logging.jar commons-logging-1.1.1.jar
java-pkg_jar-from --into o.apache.ws.commons.util/external 
ws-commons-util ws-commons-util.jar ws-commons-util-1.0.1.jar
java-pkg_jar-from --into servletapi/external tomcat-servlet-api-2.2 
servlet.jar servlet-2.2.jar
-   java-pkg_jar-from --into xml.jaxb.api/external sun-jaf activation.jar 
activation.jar
+   java-pkg_jar-from --into xml.jaxb.api/external sun-jaf sun-jaf.jar 
activation.jar
java-pkg_jar-from --into xml.jaxb.api/external jsr173 jsr173.jar 
jsr173_1.0_api.jar
 
einfo "Linking in other 

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

2017-10-06 Thread Miroslav Šulc
commit: 930f5add0f15aff901f8b8ce408c49bc115b9d30
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Oct  6 14:44:44 2017 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Oct  6 14:45:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930f5add

dev-java/netbeans-ide: fixed issue with renamed sun-jaf jar library

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild| 2 +-
 ...{netbeans-ide-8.0.2-r2.ebuild => netbeans-ide-8.0.2-r3.ebuild} | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild
index c226d0f5e03..6701b86eb04 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild
@@ -107,7 +107,7 @@ CDEPEND="~dev-java/netbeans-harness-${PV}
dev-java/rhino:1.6
dev-java/saxon:9
dev-java/smack:2.2
-   dev-java/sun-jaf:0
+   <=dev-java/sun-jaf-1.1.1:0
dev-java/tomcat-servlet-api:2.2
dev-java/ws-commons-util:0
dev-java/xerces:2"

diff --git a/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild 
b/dev-java/netbeans-ide/netbeans-ide-8.0.2-r3.ebuild
similarity index 99%
copy from dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild
copy to dev-java/netbeans-ide/netbeans-ide-8.0.2-r3.ebuild
index c226d0f5e03..5afe31b62f1 100644
--- a/dev-java/netbeans-ide/netbeans-ide-8.0.2-r2.ebuild
+++ b/dev-java/netbeans-ide/netbeans-ide-8.0.2-r3.ebuild
@@ -86,7 +86,7 @@ SRC_URI="${SOURCE_URL}

http://hg.netbeans.org/binaries/8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF-xmlrpc-common-3.0.jar

http://hg.netbeans.org/binaries/D6917BF718583002CBE44E773EE21E2DF08ADC71-xmlrpc-server-3.0.jar;
 LICENSE="|| ( CDDL GPL-2-with-classpath-exception )"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 S="${WORKDIR}"
 
@@ -107,7 +107,7 @@ CDEPEND="~dev-java/netbeans-harness-${PV}
dev-java/rhino:1.6
dev-java/saxon:9
dev-java/smack:2.2
-   dev-java/sun-jaf:0
+   >=dev-java/sun-jaf-1.1.1-r1:0
dev-java/tomcat-servlet-api:2.2
dev-java/ws-commons-util:0
dev-java/xerces:2"
@@ -288,7 +288,7 @@ src_prepare() {
java-pkg_jar-from --into o.apache.commons.logging/external 
commons-logging commons-logging.jar commons-logging-1.1.1.jar
java-pkg_jar-from --into o.apache.ws.commons.util/external 
ws-commons-util ws-commons-util.jar ws-commons-util-1.0.1.jar
java-pkg_jar-from --into servletapi/external tomcat-servlet-api-2.2 
servlet.jar servlet-2.2.jar
-   java-pkg_jar-from --into xml.jaxb.api/external sun-jaf activation.jar 
activation.jar
+   java-pkg_jar-from --into xml.jaxb.api/external sun-jaf sun-jaf.jar 
activation.jar
java-pkg_jar-from --into xml.jaxb.api/external jsr173 jsr173.jar 
jsr173_1.0_api.jar
 
java-pkg-2_src_prepare
@@ -358,7 +358,7 @@ src_install() {
 
local instdir=${INSTALL_DIR}/modules/ext/jaxb
pushd "${D}"/${instdir} >/dev/null || die
-   rm activation.jar && dosym /usr/share/sun-jaf/lib/activation.jar 
${instdir}/activation.jar || die
+   rm activation.jar && dosym /usr/share/sun-jaf/lib/sun-jaf.jar 
${instdir}/activation.jar || die
popd >/dev/null || die
 
local instdir=${INSTALL_DIR}/modules/ext/jaxb/api



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

2017-10-06 Thread Manuel Rüger
commit: b053829d1e22641d4128c9d5f12a6d66416c87a1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Oct  6 14:24:07 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Oct  6 14:24:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b053829d

net-analyzer/prometheus: Version bump to 2.0.0_rc0

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 net-analyzer/prometheus/Manifest   |  1 +
 .../prometheus/prometheus-2.0.0_rc0.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/net-analyzer/prometheus/Manifest b/net-analyzer/prometheus/Manifest
index fb4f8722e75..c853676459b 100644
--- a/net-analyzer/prometheus/Manifest
+++ b/net-analyzer/prometheus/Manifest
@@ -1,3 +1,4 @@
 DIST prometheus-1.7.1.tar.gz 5122747 SHA256 
209832310f5bef99faef3beaaa95263612a4d0126ca512c4a4c23a8543d3ccf5 SHA512 
98a42e95978477530082d7549c29f17b133043d7c233ba3c90b183f06a3f24ee578f8fed75cba476d3c93a22abcccfdbccc94488beb8450a02f260d24165ba26
 WHIRLPOOL 
8ab473430752336e09b4a0c38fd1117abe21196478d7f2f7e813c27f07c950cc3525d9e9ba32309711c73a1032f3cff27ddc1582d0c4b6c66fe82d5b58675550
 DIST prometheus-2.0.0_beta4.tar.gz 5534359 SHA256 
81196ea9d678c339ba592f29c0f0bdf6bd050862065c5b45351588dc47efbbce SHA512 
2d2727e34cb6d71ba4ac431d3300a47482522c115f602358ce77c3ababb2defeec863d10d8cffc0325be0a9dde16e7c3beeed9a0f3c7b6b3b0db86e77e715b6c
 WHIRLPOOL 
52abc94fa55d52e49d3da6a10e6504e07e5cafd635f7c337b941939ee5ff4a112dc7dfee0bfa96ae99086da9f2b14fb79eedb36158f4c0a746a77d3b158d386d
 DIST prometheus-2.0.0_beta5.tar.gz 5533740 SHA256 
451d4c76fe583de1df3d6164aaec1ff2105ee449706acd1843f1a2119440914e SHA512 
d84fddd5eb2f03b1edf95cd4fa83312f6e617be863ea77a05864345aa1685ad227e82002d9beb3efc1c18ea6a2539dbfdbcc20aa9d2c0ba510ac7293702b4bd9
 WHIRLPOOL 
7facfaba5727ffa519e633f49f1ef6b59b67a11ab978eacd6533c487df68a96d46fde6ed231f48c67684a214bbbc8a88e37901a5d835d7ffacb27e702d98d348
+DIST prometheus-2.0.0_rc0.tar.gz 5524499 SHA256 
e1615defddf3e0a2d32e22ffba5bc3f0f37ff98fac7d4bba2b2c5bb8219f2a22 SHA512 
fd382f559ea9a362e2493ea2d317afe600b0ed2299e3d6ef12678658cd62320ad39deec1b4639819b32c4ba34f124792d00dd101632b1c1e4f1123005e20e38d
 WHIRLPOOL 
1d0ed8f35c9f9d5fca8310af21b93d35bad3397fbf88ea0cc2573412c8d58291e521212283abbe5ed4a461e2e1f62f704f96a6070509864972ff3dd1c0eacd67

diff --git a/net-analyzer/prometheus/prometheus-2.0.0_rc0.ebuild 
b/net-analyzer/prometheus/prometheus-2.0.0_rc0.ebuild
new file mode 100644
index 000..76067595c5b
--- /dev/null
+++ b/net-analyzer/prometheus/prometheus-2.0.0_rc0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/prometheus/prometheus"
+MY_PV=${PV/_rc/-rc.}
+EGIT_COMMIT="v${MY_PV}"
+PROMETHEUS_COMMIT="012e52e"
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Prometheus monitoring system and time series database"
+HOMEPAGE="https://github.com/prometheus/prometheus;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-util/promu"
+
+PROMETHEUS_HOME="/var/lib/prometheus"
+
+RESTRICT="test"
+
+pkg_setup() {
+   enewgroup prometheus
+   enewuser prometheus -1 -1 "${PROMETHEUS_HOME}" prometheus
+}
+
+src_prepare() {
+   default
+   sed -i -e "s/{{.Revision}}/${PROMETHEUS_COMMIT}/" 
src/${EGO_PN}/.promu.yml || die
+}
+
+src_compile() {
+   pushd src/${EGO_PN} || die
+   GOPATH="${S}" promu build -v || die
+   popd || die
+}
+
+src_install() {
+   pushd src/${EGO_PN} || die
+   dobin promtool prometheus
+   dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
+   insinto /etc/prometheus
+   doins documentation/examples/prometheus.yml
+   insinto /usr/share/prometheus
+   doins -r console_libraries consoles
+   dosym ../../usr/share/prometheus/console_libraries 
/etc/prometheus/console_libraries
+   dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles
+   popd || die
+
+   newinitd "${FILESDIR}"/prometheus-3.initd prometheus
+   newconfd "${FILESDIR}"/prometheus.confd prometheus
+   keepdir /var/log/prometheus /var/lib/prometheus
+   fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus
+}
+
+pkg_postinst() {
+   if has_version '

[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2017-10-06 Thread Manuel Rüger
commit: 44cbf9b47210008dd8a4260fab5753c0b5ed1ee4
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Oct  6 13:58:28 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Oct  6 13:58:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44cbf9b4

sys-devel/gdb: Readd python3_6

Reported by Arfrever on Freenode

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-devel/gdb/gdb-8.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-8.0.1.ebuild b/sys-devel/gdb/gdb-8.0.1.ebuild
index 58133f249f3..82cbc96263c 100644
--- a/sys-devel/gdb/gdb-8.0.1.ebuild
+++ b/sys-devel/gdb/gdb-8.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit flag-o-matic eutils python-single-r1
 



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

2017-10-06 Thread Manuel Rüger
commit: 40664258e2cf40f6d4f75a61bf5125f68dbef3e6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Oct  6 13:57:20 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Oct  6 13:57:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40664258

dev-python/prometheus_client: Remove old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-python/prometheus_client/Manifest  |  1 -
 .../prometheus_client-0.0.20.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/prometheus_client/Manifest 
b/dev-python/prometheus_client/Manifest
index efbe0216715..1f7918d212d 100644
--- a/dev-python/prometheus_client/Manifest
+++ b/dev-python/prometheus_client/Manifest
@@ -1,2 +1 @@
-DIST prometheus_client-0.0.20.tar.gz 40773 SHA256 
2012c4e5ef6fa559881e02c18a191b6dba43950ee8e03def8b4b5ff271eb7e99 SHA512 
fa82eafedd6cfbefbad38de87ef556be512cb62e912de135dcba1cf8227302f7650dfb4139dd22ae760793c150db433b505f405c925f07763aece46d66415594
 WHIRLPOOL 
dbe5b8dd33abe3cac4acffcb188160f425de66ae8141ed6ba8d2130eb770f7dbb636fa66bbfb6fe866048f4758b631a2d8b5898fe13281467e1862c390bb12f1
 DIST prometheus_client-0.0.21.tar.gz 40859 SHA256 
8836c8e8ac7bed68b22d7b03552ad1c677c8e73821470c541d4733f4b9d13823 SHA512 
e948ecc9044bd6a59fdc58bb3dd638c89d210a5856a360b4270eff206b2280ef7a68c1e94aea64f5cfb68a218499e61627e34c71363ff222b1a3d27403396a31
 WHIRLPOOL 
83746b1ff1c609acd961589c310c820dec6e3015e4174de8e0d71a0849ed439f858e05e7684965678d5f77f1b1a38438432412851b38c651cbbdf511198a3aed

diff --git a/dev-python/prometheus_client/prometheus_client-0.0.20.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.0.20.ebuild
deleted file mode 100644
index af5a5b0c716..000
--- a/dev-python/prometheus_client/prometheus_client-0.0.20.ebuild
+++ /dev/null
@@ -1,27 +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 distutils-r1
-
-DESCRIPTION="Python client for the Prometheus monitoring system"
-HOMEPAGE="https://pypi.python.org/pypi/prometheus_client;
-SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-S=${WORKDIR}/client_python-${PV}
-
-RDEPEND="|| ( dev-python/twisted[${PYTHON_USEDEP}] 
dev-python/twisted-web[${PYTHON_USEDEP}] )"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   pytest || die
-}



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

2017-10-06 Thread Lars Wendler
commit: be172643d4063dfe30d0abf29b94c3de33167437
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  6 13:48:28 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  6 13:48:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be172643

media-video/smplayer: Adjusted mpv dependency.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-video/smplayer/smplayer-17.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/smplayer/smplayer-17.10.0.ebuild 
b/media-video/smplayer/smplayer-17.10.0.ebuild
index af78153a643..13741f5b2b1 100644
--- a/media-video/smplayer/smplayer-17.10.0.ebuild
+++ b/media-video/smplayer/smplayer-17.10.0.ebuild
@@ -38,7 +38,7 @@ RDEPEND="${COMMON_DEPEND}
|| (
media-video/mplayer[bidi?,libass,png,X]
(
-   >=media-video/mpv-0.10.0[libass,X]
+   >=media-video/mpv-0.15.0[libass,X]
>=net-misc/youtube-dl-2014.11.26
)
)



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

2017-10-06 Thread Lars Wendler
commit: 28306987b459dbb068bb794fc6b45963838def96
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  6 13:46:52 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  6 13:47:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28306987

media-video/smplayer: Bump to version 17.10.0 (bug #614888).

Removed qt4 dependency.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-video/smplayer/Manifest  |   1 +
 .../files/smplayer-17.1.0-advertisement_crap.patch |  85 ++
 media-video/smplayer/smplayer-17.10.0.ebuild   | 122 +
 3 files changed, 208 insertions(+)

diff --git a/media-video/smplayer/Manifest b/media-video/smplayer/Manifest
index 73a33cad5fd..99ae84a1f35 100644
--- a/media-video/smplayer/Manifest
+++ b/media-video/smplayer/Manifest
@@ -1,2 +1,3 @@
 DIST smplayer-16.1.0.tar.bz2 3966243 SHA256 
d25c9b62d36c5ee63fb360e9a45566601d49d707e1364294a54967b956bdd8c9 SHA512 
2c240a6cc392b84c7d6f725a02af33788ce7dbfae9d765d309e3b958fa9e2475e45c56b260e056118362848f64e478aa0ef9c67478fc44d9e42c568b4892e6ed
 WHIRLPOOL 
8a7c989e3c77e6e7a696a958f848e8649f49131be80f26139b2aef17f3534cc18ab778def5083fee5a12c1e8291891e6c9d90ae26395c13a04e889ab2e4f616e
 DIST smplayer-16.11.0.tar.bz2 4254170 SHA256 
e53a5d8b4d66fb0b7eb73053ef0bfdd2d942b79a16f8cc8d3d0b0771c7c80b5a SHA512 
13776ff134c4c91747fa9432080a4ea876d5d5a134b91dde48d0f0e75c280ef6d19067906e4e850da3b1b2287214914528743495cccf7cbda310bc51682b478c
 WHIRLPOOL 
eadbf8af0247892dcaa38fd278b2316457626d573f10319d986e77aa0a58ef42cdc783efa95feffe292a38ebbb4b65d7203cabbc57f0332be711f9683c161139
+DIST smplayer-17.10.0.tar.bz2 5050760 SHA256 
3d40a999343c647cc758a8d5026be9d355dcc84317700128578e51db9f982375 SHA512 
c06f8e6043a870291cc29eba57b8bb5034fbceb19b24987751467e874a00d4e95f57933708d71375fdc38fdc32de68d77a7d9180c3eee1f9011eb1cfa421bbb0
 WHIRLPOOL 
b4738ce430fadf60c743a05dcf1e491ec37d88a4ff83db75ac238f479a6031efe8bfd1a70af389cf2bd22cfd5236adb4e22e7c7a23321a53966e9a1f738d0db2

diff --git 
a/media-video/smplayer/files/smplayer-17.1.0-advertisement_crap.patch 
b/media-video/smplayer/files/smplayer-17.1.0-advertisement_crap.patch
new file mode 100644
index 000..2792d189b09
--- /dev/null
+++ b/media-video/smplayer/files/smplayer-17.1.0-advertisement_crap.patch
@@ -0,0 +1,85 @@
+--- smplayer-17.1.0/src/basegui.cpp
 smplayer-17.1.0/src/basegui.cpp
+@@ -906,9 +906,11 @@
+   connect( showConfigAct, SIGNAL(triggered()),
+  this, SLOT(helpShowConfig()) );
+ 
++#ifdef DONATE_REMINDER
+   donateAct = new MyAction( this, "donate" );
+   connect( donateAct, SIGNAL(triggered()),
+  this, SLOT(helpDonate()) );
++#endif
+ 
+   aboutThisAct = new MyAction( this, "about_smplayer" );
+   connect( aboutThisAct, SIGNAL(triggered()),
+@@ -1846,8 +1848,10 @@
+ #ifdef SHARE_ACTIONS
+   donateAct->change( Images::icon("donate"), tr(" / Share with 
your friends") );
+ #else
++#ifdef DONATE_REMINDER
+   donateAct->change( Images::icon("donate"), tr("") );
+ #endif
++#endif
+   aboutThisAct->change( Images::icon("logo"), tr("About ") );
+ 
+ #ifdef SHARE_MENU
+@@ -2993,8 +2997,10 @@
+   helpMenu->addAction(showConfigAct);
+   helpMenu->addSeparator();
+   }
++  #ifdef DONATE_REMINDER
+   helpMenu->addAction(donateAct);
+   helpMenu->addSeparator();
++  #endif
+   helpMenu->addAction(aboutThisAct);
+ 
+   // Access menu
+@@ -4489,6 +4495,7 @@
+   }
+ }
+ #else
++#ifdef DONATE_REMINDER
+ void BaseGui::helpDonate() {
+   qDebug("BaseGui::helpDonate");
+ 
+@@ -4530,6 +4537,7 @@
+   if (accepted != 0) *accepted = result;
+ }
+ #endif
++#endif
+ 
+ void BaseGui::helpAbout() {
+   About d(this);
+--- smplayer-17.1.0/src/basegui.h
 smplayer-17.1.0/src/basegui.h
+@@ -73,10 +73,6 @@
+ class ShareWidget;
+ #endif
+ 
+-#ifndef SHARE_WIDGET
+-#define DONATE_REMINDER
+-#endif
+-
+ class BaseGui : public QMainWindow
+ {
+   Q_OBJECT
+@@ -129,8 +125,8 @@
+   virtual void helpFAQ();
+   virtual void helpCLOptions();
+   virtual void helpCheckUpdates();
++#ifdef DONATE_REMINDER
+   virtual void helpDonate();
+-#ifndef SHARE_ACTIONS
+   void showHelpDonateDialog(bool * accepted = 0);
+ #endif
+   virtual void helpShowConfig();
+@@ -574,7 +570,9 @@
+   MyAction * updateYTAct;
+ #endif
+   MyAction * showConfigAct;
++#ifdef DONATE_REMINDER
+   MyAction * donateAct;
++#endif
+   MyAction * aboutThisAct;
+ 
+ #ifdef SHARE_MENU

diff --git a/media-video/smplayer/smplayer-17.10.0.ebuild 
b/media-video/smplayer/smplayer-17.10.0.ebuild
new file mode 100644
index 000..af78153a643
--- /dev/null
+++ b/media-video/smplayer/smplayer-17.10.0.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="am ar_SY ar bg ca cs da de el en_GB en en_US es 

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

2017-10-06 Thread Aaron Swenson
commit: 601e126ffa201aebdfaaae0d9b51dc2018f21644
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Oct  6 13:44:25 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct  6 13:44:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601e126f

dev-db/pgadmin4: 2.0 Version Bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/pgadmin4/Manifest|   1 +
 dev-db/pgadmin4/pgadmin4-2.0.ebuild | 121 
 2 files changed, 122 insertions(+)

diff --git a/dev-db/pgadmin4/Manifest b/dev-db/pgadmin4/Manifest
index 4c8ba7efb2b..640aa461c8c 100644
--- a/dev-db/pgadmin4/Manifest
+++ b/dev-db/pgadmin4/Manifest
@@ -1 +1,2 @@
 DIST pgadmin4-1.6.tar.gz 24595129 SHA256 
514c021994c91eb9adb4a42edcec12974b473175289d48a5824b8c0f4e15e0c8 SHA512 
115c2b0f1fd205912ba5fa51426de8c75ce979a075a16434ced3421186794fef756faae58f81c9585359cbe31b7bde24b773cfc886a64d349e656334349f6387
 WHIRLPOOL 
2697d253cf4a05a57fd06576636ab689c883daea46eae190f57ccb0a88a77e0df5e57bea554aca844beaab4cc9e10ecdf0607a0aee24468ed0602c78073f98c4
+DIST pgadmin4-2.0.tar.gz 24988176 SHA256 
a8c8052d9e61f3ae357810bcabc8ffc8b02a0c39730e1f14d9a920ae7cae6ccb SHA512 
463e95a341dec74ac0a08a647af1cbe83b514b0595b8469ab9c7b5335e24604e082b906d530aa735fef7b08c58d8a8a6df3edf5dc65402f6521165f1cbb72f67
 WHIRLPOOL 
5685a6d7c4fbeb1c4629ab30908e75792ede775afe59895462fe1760b45e33a7b67e5942eabb63400eab9c757aeb1f872d0146161839f304cb2d2b8f133a1ff5

diff --git a/dev-db/pgadmin4/pgadmin4-2.0.ebuild 
b/dev-db/pgadmin4/pgadmin4-2.0.ebuild
new file mode 100644
index 000..9357a0e8f27
--- /dev/null
+++ b/dev-db/pgadmin4/pgadmin4-2.0.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_REQ_USE="sqlite"
+
+inherit python-single-r1 qmake-utils
+
+DESCRIPTION="GUI administration and development platform for PostgreSQL"
+HOMEPAGE="http://www.pgadmin.org/;
+SRC_URI="mirror://postgresql/pgadmin/${PN}/v${PV}/source/${P}.tar.gz"
+
+LICENSE="POSTGRESQL"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="doc"
+
+RESTRICT="test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   dev-qt/qtwidgets:5
+   dev-qt/qtwebkit:5
+   dev-qt/qtwebengine:5[widgets]
+"
+
+DEPEND="${COMMON_DEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   >=app-text/htmlmin-0.1.10[${PYTHON_USEDEP}]
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   >=dev-python/beautifulsoup-4.4.1[${PYTHON_USEDEP}]
+   >=dev-python/blinker-1.3[${PYTHON_USEDEP}]
+   >=dev-python/click-6.6[${PYTHON_USEDEP}]
+   >=dev-python/extras-0.0.3[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/flask-0.11.1[${PYTHON_USEDEP}]
+   >=dev-python/flask-babel-0.11.1[${PYTHON_USEDEP}]
+   >=dev-python/flask-gravatar-0.4.2[${PYTHON_USEDEP}]
+   >=dev-python/flask-htmlmin-1.2[${PYTHON_USEDEP}]
+   >=dev-python/flask-login-0.3.2[${PYTHON_USEDEP}]
+   >=dev-python/flask-mail-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/flask-migrate-2.0.3[${PYTHON_USEDEP}]
+   >=dev-python/flask-principal-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/flask-security-1.7.5[${PYTHON_USEDEP}]
+   >=dev-python/flask-sqlalchemy-2.1[${PYTHON_USEDEP}]
+   >=dev-python/flask-wtf-0.12[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-0.999[${PYTHON_USEDEP}]
+   >=dev-python/itsdangerous-0.24[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.7.3[${PYTHON_USEDEP}]
+   >=dev-python/linecache2-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/markupsafe-0.23[${PYTHON_USEDEP}]
+   >=dev-python/mimeparse-1.5.1[${PYTHON_USEDEP}]
+   >=dev-python/passlib-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.9.1[${PYTHON_USEDEP}]
+   >=dev-python/psycopg-2.7.1[${PYTHON_USEDEP}]
+   >=dev-python/pycrypto-2.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pyrsistent-0.11.13[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.1.19[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2014.10[${PYTHON_USEDEP}]
+   >=dev-python/simplejson-3.6.5[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/speaklater-1.3[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0.14[${PYTHON_USEDEP}]
+   >=dev-python/werkzeug-0.9.6[${PYTHON_USEDEP}]
+   >=dev-python/wtforms-2.0.2[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}"/${P}/runtime
+
+src_prepare() {
+   cd "${WORKDIR}"/${P} || die
+   default
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_compile() {
+   default
+   if use doc; then
+   cd "${WORKDIR}"/${P} || die
+   emake docs
+   fi
+}
+
+src_install() {
+   dobin pgAdmin4
+
+   cd "${WORKDIR}"/${P} || die
+
+   local 

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

2017-10-06 Thread Aaron Swenson
commit: acc3f832aed849c416e636b15369fe577be71f5b
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Oct  6 13:41:09 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Oct  6 13:41:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc3f832

dev-db/postgis: Fix dependency, live ebuild update

Removed the dependency on PostgreSQL 9.1

Live ebuild updated to use the postgres-multi eclass, removed
dependency on EOL’d PostgreSQL, add 10.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/postgis/postgis-2.1.8-r1.ebuild |   3 +-
 dev-db/postgis/postgis-.ebuild | 253 ++---
 2 files changed, 41 insertions(+), 215 deletions(-)

diff --git a/dev-db/postgis/postgis-2.1.8-r1.ebuild 
b/dev-db/postgis/postgis-2.1.8-r1.ebuild
index bf96c0f4468..7b1340edd96 100644
--- a/dev-db/postgis/postgis-2.1.8-r1.ebuild
+++ b/dev-db/postgis/postgis-2.1.8-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-POSTGRES_COMPAT=( 9.{1,2,3,4,5} )
+POSTGRES_COMPAT=( 9.{2,3,4} )
 
 inherit autotools eutils versionator
 
@@ -23,7 +23,6 @@ RDEPEND="
dev-db/postgresql:9.4[server]
dev-db/postgresql:9.3[server]
dev-db/postgresql:9.2[server]
-   dev-db/postgresql:9.1[server]
)
dev-libs/json-c
dev-libs/libxml2:2

diff --git a/dev-db/postgis/postgis-.ebuild 
b/dev-db/postgis/postgis-.ebuild
index b1c5d4778d0..c112970c706 100644
--- a/dev-db/postgis/postgis-.ebuild
+++ b/dev-db/postgis/postgis-.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-POSTGRES_COMPAT=( 9.{1,2,3,4,5} )
+POSTGRES_COMPAT=( 9.{3..6} 10 )
+POSTGRES_USEDEP="server"
 
-inherit autotools eutils versionator subversion
+inherit autotools eutils postgres-multi subversion versionator
 
 MY_PV=$(replace_version_separator 3 '')
 MY_P="${PN}-${MY_PV}"
@@ -20,19 +21,13 @@ KEYWORDS=""
 IUSE="doc gtk static-libs test"
 
 RDEPEND="
-   || (
-   dev-db/postgresql:9.5[server]
-   dev-db/postgresql:9.4[server]
-   dev-db/postgresql:9.3[server]
-   dev-db/postgresql:9.2[server]
-   dev-db/postgresql:9.1[server]
-   )
-   dev-libs/json-c
-   dev-libs/libxml2:2
-   >=sci-libs/geos-3.4.2
-   >=sci-libs/proj-4.6.0
-   >=sci-libs/gdal-1.10.0:=
-   gtk? ( x11-libs/gtk+:2 )
+   ${POSTGRES_DEP}
+   dev-libs/json-c
+   dev-libs/libxml2:2
+   >=sci-libs/geos-3.4.2
+   >=sci-libs/proj-4.6.0
+   >=sci-libs/gdal-1.10.0:=
+   gtk? ( x11-libs/gtk+:2 )
 "
 
 DEPEND="${RDEPEND}
@@ -46,9 +41,6 @@ DEPEND="${RDEPEND}
test? ( dev-util/cunit )
 "
 
-# TODO can be read from Version.config
-PGIS="2.2"
-
 REQUIRED_USE="test? ( doc )"
 
 # Needs a running psql instance, doesn't work out of the box
@@ -56,232 +48,67 @@ RESTRICT="test"
 
 MAKEOPTS+=' -j1'
 
-# These modules are built using the same *FLAGS that were used to build
-# dev-db/postgresql. The right thing to do is to ignore the current
-# *FLAGS settings.
-QA_FLAGS_IGNORED="usr/lib(64)?/(rt)?postgis-${PGIS}\.so"
-
-postgres_check_slot() {
-   if ! declare -p POSTGRES_COMPAT &>/dev/null; then
-   die 'POSTGRES_COMPAT not declared.'
-   fi
-
-# Don't die because we can't run postgresql-config during pretend.
-[[ "$EBUILD_PHASE" = "pretend" \
-   && -z "$(which postgresql-config 2> /dev/null)" ]] && return 0
-
-   local res=$(echo ${POSTGRES_COMPAT[@]} \
-   | grep -c $(postgresql-config show 2> /dev/null) 2> /dev/null)
-
-   if [[ "$res" -eq "0" ]] ; then
-   eerror "PostgreSQL slot must be set to one of: "
-   eerror "${POSTGRES_COMPAT[@]}"
-   return 1
-   fi
-
-   return 0
-}
-
-pkg_setup() {
-   postgres_check_slot || die
-   export PGSLOT="$(postgresql-config show)"
-}
-
 src_prepare() {
-#  epatch "${FILESDIR}/${PN}-2.1-ldflags.patch"
-#  epatch "${FILESDIR}/${PN}-2.0-arflags.patch"
-#  epatch "${FILESDIR}/${PN}-2.1.4-pkgconfig-json.patch"
+   source "${S}"/Version.config
+   export PGIS="${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}"
+
+   # These modules are built using the same *FLAGS that were used to build
+   # dev-db/postgresql. The right thing to do is to ignore the current
+   # *FLAGS settings.
+   export QA_FLAGS_IGNORED="usr/lib(64)?/(rt)?postgis-${PGIS}\.so"
 
eapply_user
 
local AT_M4DIR="macros"
eautoreconf
+   postgres-multi_src_prepare
 }
 
 src_configure() {
local myargs=""
use gtk && myargs+=" --with-gui"
-   econf \
-   

[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, dev-ml/ocaml-dns/

2017-10-06 Thread Alexis Ballier
commit: b3279ffb896ee396d6c7317372d7aa3dd8ee7afb
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:17:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3279ffb

profiles: Add updates/4Q-2017 and move dev-ml/ocaml-dns to dev-ml/dns

 dev-ml/ocaml-dns/Manifest   |  1 -
 dev-ml/ocaml-dns/metadata.xml   | 11 ---
 dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild | 51 -
 profiles/updates/4Q-2017|  1 +
 4 files changed, 1 insertion(+), 63 deletions(-)

diff --git a/dev-ml/ocaml-dns/Manifest b/dev-ml/ocaml-dns/Manifest
deleted file mode 100644
index 467ed0a3eec..000
--- a/dev-ml/ocaml-dns/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ocaml-dns-1.0.0.tar.gz 99161 SHA256 
823410badaf2faf54ca8a59472b0ad82c4db9fe4ef92f6809061baa826851226 SHA512 
199653605e985851dcaafc94f1efeba5c261c29cd5e5f8eaebc9f7d25a05c43adcf7620efb291b22f9549f7c05f8ac3f6abfbcf40e0d7762bd2f7cd623ebcb1c
 WHIRLPOOL 
e7c26857270d92be2e8e068ac29119ef5d82d52fd739b8304e84c595d6a6e7fc11c22ed98e4a6d99a20f4e9d1d6b28dbc76c333d6b464bbd1dc4d37597cfe66c

diff --git a/dev-ml/ocaml-dns/metadata.xml b/dev-ml/ocaml-dns/metadata.xml
deleted file mode 100644
index 2f4ef14adaa..000
--- a/dev-ml/ocaml-dns/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-m...@gentoo.org
-Gentoo ML Project
-
-
-mirage/ocaml-dns
-
-

diff --git a/dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild 
b/dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild
deleted file mode 100644
index 5fa60e2f552..000
--- a/dev-ml/ocaml-dns/ocaml-dns-1.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="A pure OCaml implementation of the DNS protocol"
-HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io;
-SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   >=dev-lang/ocaml-4:=
-   >=dev-ml/ocaml-base64-2.0.0:=
-   >=dev-ml/ocaml-cstruct-3.0.2:=[ppx]
-   dev-ml/ocaml-hashcons:=
-   >=dev-ml/ocaml-ipaddr-2.6.0:=
-   dev-ml/ocaml-re:=
-   >=dev-ml/ocaml-uri-1.7.0:=
-   dev-ml/result:=
-   !dev-ml/odns
-"
-DEPEND="
-   dev-ml/jbuilder
-   dev-ml/opam
-   ${RDEPEND}
-"
-
-# Do not work
-RESTRICT="test"
-
-src_compile() {
-   jbuilder build @install -p dns || die
-}
-
-src_test() {
-   jbuilder runtest -p dns || die
-}
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   dns.install || die
-}

diff --git a/profiles/updates/4Q-2017 b/profiles/updates/4Q-2017
new file mode 100644
index 000..3fb12cf6a78
--- /dev/null
+++ b/profiles/updates/4Q-2017
@@ -0,0 +1 @@
+move dev-ml/ocaml-dns dev-ml/dns



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns-lwt/

2017-10-06 Thread Alexis Ballier
commit: df06c7ef2a2866901e6f141789e37154e05e508a
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:19:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df06c7ef

dev-ml/dns-lwt: update to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild 
b/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild
index f1c58bab167..850c1001b9f 100644
--- a/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild
+++ b/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit findlib
+inherit findlib opam
 
 MY_P=ocaml-dns-${PV}
 
@@ -24,7 +24,6 @@ RDEPEND="
 "
 DEPEND="
dev-ml/jbuilder
-   dev-ml/opam
test? (
dev-ml/dns-lwt-unix
)
@@ -42,11 +41,3 @@ src_compile() {
 src_test() {
jbuilder runtest -p ${PN} || die
 }
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   ${PN}.install || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns-lwt-unix/

2017-10-06 Thread Alexis Ballier
commit: f33002a6d015464732c28950eb8727cf16e711e3
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:21:01 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33002a6

dev-ml/dns-lwt-unix: udpate to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild 
b/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild
index 6acdd19d0d8..0de745104dd 100644
--- a/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild
+++ b/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit findlib
+inherit findlib opam
 
 MY_P=ocaml-dns-${PV}
 
@@ -26,7 +26,6 @@ RDEPEND="
 "
 DEPEND="
dev-ml/jbuilder
-   dev-ml/opam
test? (
dev-ml/ounit
)
@@ -44,11 +43,3 @@ src_compile() {
 src_test() {
jbuilder runtest -p ${PN} || die
 }
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   ${PN}.install || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns-async/

2017-10-06 Thread Alexis Ballier
commit: 15198d49fe2422e152be0cc354034d81fe6e5f93
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:15:58 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15198d49

dev-ml/dns-async: update dns dep

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns-async/dns-async-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dns-async/dns-async-1.0.0.ebuild 
b/dev-ml/dns-async/dns-async-1.0.0.ebuild
index 795bfc36e68..4c2c6bfbfd7 100644
--- a/dev-ml/dns-async/dns-async-1.0.0.ebuild
+++ b/dev-ml/dns-async/dns-async-1.0.0.ebuild
@@ -19,7 +19,7 @@ IUSE="test"
 RDEPEND="
>=dev-lang/ocaml-4:=
dev-ml/async:=
-   dev-ml/ocaml-dns:=
+   dev-ml/dns:=
 "
 DEPEND="
dev-ml/jbuilder



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns/

2017-10-06 Thread Alexis Ballier
commit: 2ba027d3edc68228488669c7247d1ed6715107a1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:19:22 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba027d3

dev-ml/dns: update to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns/dns-1.0.0.ebuild | 12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/dev-ml/dns/dns-1.0.0.ebuild b/dev-ml/dns/dns-1.0.0.ebuild
index 85d9d78a23c..1780cf1361f 100644
--- a/dev-ml/dns/dns-1.0.0.ebuild
+++ b/dev-ml/dns/dns-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit findlib eutils
+inherit findlib opam
 
 DESCRIPTION="A pure OCaml implementation of the DNS protocol"
 HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io;
@@ -15,7 +15,6 @@ KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND="
-   >=dev-lang/ocaml-4:=
>=dev-ml/ocaml-base64-2.0.0:=
>=dev-ml/ocaml-cstruct-3.0.2:=[ppx]
dev-ml/ocaml-hashcons:=
@@ -27,7 +26,6 @@ RDEPEND="
 "
 DEPEND="
dev-ml/jbuilder
-   dev-ml/opam
${RDEPEND}
 "
 
@@ -43,11 +41,3 @@ src_compile() {
 src_test() {
jbuilder runtest -p dns || die
 }
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   dns.install || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns-async/

2017-10-06 Thread Alexis Ballier
commit: be9cdd188dfff9e38976bd1badc229c1ea371c81
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:20:28 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9cdd18

dev-ml/dns-async: update to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns-async/dns-async-1.0.0.ebuild | 11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-ml/dns-async/dns-async-1.0.0.ebuild 
b/dev-ml/dns-async/dns-async-1.0.0.ebuild
index 4c2c6bfbfd7..f7df7c7eccf 100644
--- a/dev-ml/dns-async/dns-async-1.0.0.ebuild
+++ b/dev-ml/dns-async/dns-async-1.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit findlib
+inherit findlib opam
 
 MY_P=ocaml-dns-${PV}
 
@@ -23,7 +23,6 @@ RDEPEND="
 "
 DEPEND="
dev-ml/jbuilder
-   dev-ml/opam
test? (
dev-ml/dns-lwt-unix
)
@@ -41,11 +40,3 @@ src_compile() {
 src_test() {
jbuilder runtest -p ${PN} || die
 }
-
-src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   ${PN}.install || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-conduit/

2017-10-06 Thread Alexis Ballier
commit: 1fc5441be443430a6150726731d17f5f5448b820
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:15:29 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc5441b

dev-ml/ocaml-conduit: update dns dep

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild 
b/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild
index 06c6a5c4689..5690ccf9541 100644
--- a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild
+++ b/dev-ml/ocaml-conduit/ocaml-conduit-0.15.4.ebuild
@@ -26,7 +26,7 @@ DEPEND="
>=dev-ml/lwt-3:=
dev-ml/lwt_ssl:=
dev-ml/async:=
-   dev-ml/ocaml-dns:=
+   dev-ml/dns:=
dev-ml/ocaml-ssl:=
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/odns/

2017-10-06 Thread Alexis Ballier
commit: 86d33a7e5855010c1af8a0b9636c353b6d204e8d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:17:21 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86d33a7e

dev-ml/odns: block dev-ml/dns too

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/odns/odns-0.3-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/odns/odns-0.3-r1.ebuild b/dev-ml/odns/odns-0.3-r1.ebuild
index 7fb39b7df3b..d330c21321f 100644
--- a/dev-ml/odns/odns-0.3-r1.ebuild
+++ b/dev-ml/odns/odns-0.3-r1.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
@@ -17,6 +17,7 @@ IUSE=""
 # It is ancient and upstream is dead. Consider using ocaml-dns instead.
 RDEPEND="
>=dev-lang/ocaml-3.10.2:=[ocamlopt]
+   !dev-ml/dns
!dev-ml/ocaml-dns
 "
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns/

2017-10-06 Thread Alexis Ballier
commit: 899b27034ad77bf7339a2e3c1cd66e9cdf791502
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:14:52 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899b2703

dev-ml/dns: move from dev-ml/ocaml-dns to match opam name

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns/Manifest |  1 +
 dev-ml/dns/dns-1.0.0.ebuild | 53 +
 dev-ml/dns/metadata.xml | 11 ++
 3 files changed, 65 insertions(+)

diff --git a/dev-ml/dns/Manifest b/dev-ml/dns/Manifest
new file mode 100644
index 000..467ed0a3eec
--- /dev/null
+++ b/dev-ml/dns/Manifest
@@ -0,0 +1 @@
+DIST ocaml-dns-1.0.0.tar.gz 99161 SHA256 
823410badaf2faf54ca8a59472b0ad82c4db9fe4ef92f6809061baa826851226 SHA512 
199653605e985851dcaafc94f1efeba5c261c29cd5e5f8eaebc9f7d25a05c43adcf7620efb291b22f9549f7c05f8ac3f6abfbcf40e0d7762bd2f7cd623ebcb1c
 WHIRLPOOL 
e7c26857270d92be2e8e068ac29119ef5d82d52fd739b8304e84c595d6a6e7fc11c22ed98e4a6d99a20f4e9d1d6b28dbc76c333d6b464bbd1dc4d37597cfe66c

diff --git a/dev-ml/dns/dns-1.0.0.ebuild b/dev-ml/dns/dns-1.0.0.ebuild
new file mode 100644
index 000..85d9d78a23c
--- /dev/null
+++ b/dev-ml/dns/dns-1.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib eutils
+
+DESCRIPTION="A pure OCaml implementation of the DNS protocol"
+HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io;
+SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> 
ocaml-${P}.tar.gz"
+
+LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   >=dev-lang/ocaml-4:=
+   >=dev-ml/ocaml-base64-2.0.0:=
+   >=dev-ml/ocaml-cstruct-3.0.2:=[ppx]
+   dev-ml/ocaml-hashcons:=
+   >=dev-ml/ocaml-ipaddr-2.6.0:=
+   dev-ml/ocaml-re:=
+   >=dev-ml/ocaml-uri-1.7.0:=
+   dev-ml/result:=
+   !dev-ml/odns
+"
+DEPEND="
+   dev-ml/jbuilder
+   dev-ml/opam
+   ${RDEPEND}
+"
+
+# Do not work
+RESTRICT="test"
+
+S="${WORKDIR}/ocaml-${P}"
+
+src_compile() {
+   jbuilder build @install -p dns || die
+}
+
+src_test() {
+   jbuilder runtest -p dns || die
+}
+
+src_install() {
+   opam-installer -i \
+   --prefix="${ED}/usr" \
+   --libdir="${D}/$(ocamlc -where)" \
+   --docdir="${ED}/usr/share/doc/${PF}" \
+   dns.install || die
+}

diff --git a/dev-ml/dns/metadata.xml b/dev-ml/dns/metadata.xml
new file mode 100644
index 000..2f4ef14adaa
--- /dev/null
+++ b/dev-ml/dns/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+m...@gentoo.org
+Gentoo ML Project
+
+
+mirage/ocaml-dns
+
+



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns-lwt-unix/

2017-10-06 Thread Alexis Ballier
commit: c7efb3bb928c9e46340c59cedf0ee93049c75a47
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:16:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7efb3bb

dev-ml/dns-lwt-unix: update dns dep

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild 
b/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild
index 22d60432830..6acdd19d0d8 100644
--- a/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild
+++ b/dev-ml/dns-lwt-unix/dns-lwt-unix-1.0.0.ebuild
@@ -19,7 +19,7 @@ IUSE="test"
 RDEPEND="
>=dev-lang/ocaml-4:=
dev-ml/dns-lwt:=
-   dev-ml/ocaml-dns:=
+   dev-ml/dns:=
dev-ml/cmdliner:=
dev-ml/mirage-profile:=
dev-ml/ocaml-ipaddr:=



[gentoo-commits] repo/gentoo:master commit in: dev-ml/dns-lwt/

2017-10-06 Thread Alexis Ballier
commit: 6eb0da5b1df89eafd274229a21c9aaea5f40f38f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:16:29 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb0da5b

dev-ml/dns-lwt: update dns dep

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild 
b/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild
index dd4d0e5c942..f1c58bab167 100644
--- a/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild
+++ b/dev-ml/dns-lwt/dns-lwt-1.0.0.ebuild
@@ -19,7 +19,7 @@ IUSE="test"
 RDEPEND="
>=dev-lang/ocaml-4:=
dev-ml/lwt:=
-   dev-ml/ocaml-dns:=
+   dev-ml/dns:=
dev-ml/mirage-profile:=
 "
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Pcalc/files/, dev-perl/Date-Pcalc/

2017-10-06 Thread Kent Fredric
commit: 13b4735ff188919a68c9095b315f9540c4726032
Author: Kent Fredric  gentoo  org>
AuthorDate: Fri Oct  6 13:13:17 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Fri Oct  6 13:14:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b4735f

dev-perl/Date-Pcalc: Fix test failures re bug #615580

Closes: https://bugs.gentoo.org/615580
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild   |   8 +-
 .../Date-Pcalc-6.100.0-datestamp-window-move.patch | 497 +
 ...e-Pcalc-6.100.0-unescaped-left-brace-5.26.patch | 253 +++
 3 files changed, 756 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild 
b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
index 9a7f9f96b6d..b286459d8dc 100644
--- a/dev-perl/Date-Pcalc/Date-Pcalc-6.100.0-r1.ebuild
+++ b/dev-perl/Date-Pcalc/Date-Pcalc-6.100.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=5
@@ -19,4 +19,8 @@ RDEPEND="${DEPEND}"
 
 SRC_TEST="do"
 mydoc="ToDo"
-PATCHES=( "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch )
+PATCHES=(
+   "${FILESDIR}"/6.100.0_identifier_before_numeric_constant.patch
+   "${FILESDIR}/${P}-unescaped-left-brace-5.26.patch"
+   "${FILESDIR}/${P}-datestamp-window-move.patch"
+)

diff --git 
a/dev-perl/Date-Pcalc/files/Date-Pcalc-6.100.0-datestamp-window-move.patch 
b/dev-perl/Date-Pcalc/files/Date-Pcalc-6.100.0-datestamp-window-move.patch
new file mode 100644
index 000..5a940cdc0fc
--- /dev/null
+++ b/dev-perl/Date-Pcalc/files/Date-Pcalc-6.100.0-datestamp-window-move.patch
@@ -0,0 +1,497 @@
+From fe3f15ea4afba52a5508ef6ad17c4207db79c9e4 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sat, 7 Oct 2017 01:38:06 +1300
+Subject: Defend Decode_Date_EU/US against year being warped due to window move
+
+These functions are defined to be floating relative to the current year
+based on the result of the moving window function where the full year
+is itself, unclear.
+
+This prevents the tests failing spuriously due to the calendar rolling
+over.
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114375
+---
+ t/f016.t | 34 +-
+ t/f027.t | 52 ++--
+ t/f028.t | 52 ++--
+ 3 files changed, 69 insertions(+), 69 deletions(-)
+
+diff --git a/t/f016.t b/t/f016.t
+index 98069a4..3228dea 100644
+--- a/t/f016.t
 b/t/f016.t
+@@ -4,7 +4,7 @@ BEGIN { eval { require bytes; }; }
+ use strict;
+ no strict "vars";
+ 
+-use Date::Pcalc qw( Decode_Date_EU Decode_Date_US );
++use Date::Pcalc qw( Decode_Date_EU Decode_Date_US Moving_Window);
+ 
+ # ==
+ #   ($year,$mm,$dd) = Decode_Date_EU($buffer);
+@@ -15,19 +15,19 @@ print "1..25\n";
+ 
+ $n = 1;
+ if ((($year,$mm,$dd) = Decode_Date_EU("3.1.64")) &&
+-($year==1964)&&($mm==1)&&($dd==3))
++($year==Moving_Window(64))&&($mm==1)&&($dd==3))
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("3 1 64")) &&
+-($year==1964)&&($mm==1)&&($dd==3))
++($year==Moving_Window(64))&&($mm==1)&&($dd==3))
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("03.01.64")) &&
+-($year==1964)&&($mm==1)&&($dd==3))
++($year==Moving_Window(64))&&($mm==1)&&($dd==3))
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("03/01/64")) &&
+-($year==1964)&&($mm==1)&&($dd==3))
++($year==Moving_Window(64))&&($mm==1)&&($dd==3))
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("3. Ene 1964",4)) &&
+@@ -35,11 +35,11 @@ if ((($year,$mm,$dd) = Decode_Date_EU("3. Ene 1964",4)) &&
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("Geburtstag: 3. Januar '64 in 
Backnang/W�rttemberg",3)) &&
+-($year==1964)&&($mm==1)&&($dd==3))
++($year==Moving_Window(64))&&($mm==1)&&($dd==3))
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("03-Jan-64")) &&
+-($year==1964)&&($mm==1)&&($dd==3))
++($year==Moving_Window(64))&&($mm==1)&&($dd==3))
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("3.Jan1964",6)) &&
+@@ -47,19 +47,19 @@ if ((($year,$mm,$dd) = Decode_Date_EU("3.Jan1964",6)) &&
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("3Jan64",0)) &&
+-($year==1964)&&($mm==1)&&($dd==3))
++($year==Moving_Window(64))&&($mm==1)&&($dd==3))
+ {print "ok $n\n";} else {print "not ok $n\n";}
+ $n++;
+ if ((($year,$mm,$dd) = Decode_Date_EU("030164")) &&

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-conduit/

2017-10-06 Thread Alexis Ballier
commit: e10a359367be28aee25d950faea1f0fd9490e1c7
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:10:56 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10a3593

dev-ml/ocaml-conduit: Remove old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-conduit/Manifest|  1 -
 dev-ml/ocaml-conduit/ocaml-conduit-0.15.3.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/dev-ml/ocaml-conduit/Manifest b/dev-ml/ocaml-conduit/Manifest
index 65a97ce07c9..9c1dfc2bcd0 100644
--- a/dev-ml/ocaml-conduit/Manifest
+++ b/dev-ml/ocaml-conduit/Manifest
@@ -1,2 +1 @@
-DIST ocaml-conduit-0.15.3.tar.gz 38921 SHA256 
6760c9fed6b1c5360d74b4cd6fafbd78e1736c08d3024ed9ecb79b29ad3456db SHA512 
0666ed22a93351dc8381de3eaafcf019336f9d62e6b7ed7c0bcd7e202ecfb54ede8ed999023a0ed712da6406cee872965b22c77982ed65897b2e0abfadd0a07c
 WHIRLPOOL 
e754553c08fe31be337b8f1aaf504a5319af66aea9f897b411a6ca4d8efd4a5c1ac9488cbe7ca091f7c87ce4171e3725f701a9f8359d04dfd6c6cca350a1a611
 DIST ocaml-conduit-0.15.4.tar.gz 38960 SHA256 
5c18e1cd034b4f8e0f229426051a16100d30d07c83d7969e3331e0d7dec3b2d7 SHA512 
12f61828c943cb60b2c9be080fb32c8fe5ba16d8bac46a8b788f2ea9b8b7a3a53563defbb05271d516365d18cddafe57051125391ac018328608c4f6537ec5b0
 WHIRLPOOL 
6d82618a68acdee4bb93b18c9a379ecad96ba8d88ebfe600465a7f57ea84b1dfd5cfd7e0f6dcde5f5c76c9395e3e528a9d457d54173a911079daab3ec1064253

diff --git a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.3.ebuild 
b/dev-ml/ocaml-conduit/ocaml-conduit-0.15.3.ebuild
deleted file mode 100644
index b6dd676dd49..000
--- a/dev-ml/ocaml-conduit/ocaml-conduit-0.15.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="Dereference URIs into communication channels for Async or Lwt"
-HOMEPAGE="https://github.com/mirage/ocaml-conduit;
-SRC_URI="https://github.com/mirage/ocaml-conduit/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-lang/ocaml:=
-   dev-ml/sexplib:=
-   dev-ml/stringext:=
-   dev-ml/ocaml-uri:=
-   dev-ml/logs:=
-   dev-ml/ocaml-cstruct:=
-   dev-ml/ocaml-ipaddr:=
-
-   >=dev-ml/lwt-3:=
-   dev-ml/async:=
-   dev-ml/ocaml-dns:=
-   dev-ml/ocaml-ssl:=
-"
-RDEPEND="${DEPEND}"
-DEPEND="${DEPEND}
-   dev-ml/findlib
-   dev-ml/ocamlbuild
-   dev-ml/ppx_driver
-   dev-ml/ppx_optcomp
-   dev-ml/ppx_sexp_conv
-"
-
-DOCS=( TODO.md README.md CHANGES )
-
-src_install() {
-   findlib_src_preinst
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-websocket/

2017-10-06 Thread Alexis Ballier
commit: 3634414098191ca8f4ed2a3bb06fca504f62b611
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:07:12 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36344140

dev-ml/ocaml-websocket: update to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-websocket/ocaml-websocket-2.9.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-ml/ocaml-websocket/ocaml-websocket-2.9.ebuild 
b/dev-ml/ocaml-websocket/ocaml-websocket-2.9.ebuild
index 6dd48459ec4..359784d9c44 100644
--- a/dev-ml/ocaml-websocket/ocaml-websocket-2.9.ebuild
+++ b/dev-ml/ocaml-websocket/ocaml-websocket-2.9.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit opam
+
 DESCRIPTION="Websocket library for OCaml"
 HOMEPAGE="https://github.com/vbmithr/ocaml-websocket;
 SRC_URI="https://github.com/vbmithr/ocaml-websocket/archive/${PV}.tar.gz -> 
${P}.tar.gz"
@@ -28,7 +30,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 DEPEND="${DEPEND}
-   dev-ml/opam
dev-ml/ocamlbuild"
 
 src_compile() {
@@ -45,10 +46,6 @@ src_compile() {
 }
 
 src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   websocket.install || die
+   opam_src_install websocket
dodoc README CHANGES
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-dns/files/, dev-ml/ocaml-dns/

2017-10-06 Thread Alexis Ballier
commit: 356e2bc4843d9389a662566f39d056b4a7edcc18
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:09:26 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356e2bc4

dev-ml/ocaml-dns: Remove old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-dns/Manifest|  1 -
 dev-ml/ocaml-dns/files/ipaddr.patch  | 12 --
 dev-ml/ocaml-dns/files/uri.patch | 21 --
 dev-ml/ocaml-dns/metadata.xml|  4 --
 dev-ml/ocaml-dns/ocaml-dns-0.20.1.ebuild | 66 
 5 files changed, 104 deletions(-)

diff --git a/dev-ml/ocaml-dns/Manifest b/dev-ml/ocaml-dns/Manifest
index e51eedd1be0..467ed0a3eec 100644
--- a/dev-ml/ocaml-dns/Manifest
+++ b/dev-ml/ocaml-dns/Manifest
@@ -1,2 +1 @@
-DIST ocaml-dns-0.20.1.tar.gz 98673 SHA256 
fb28e5e0e4d38ca52b13504f2e2c077f1257c589904f72c1d8bf52e5d7696599 SHA512 
646d2620f718911021d3c42aa8bed0f78d20a565f6075cd6acba57ff41fd30e81446e4ebb80b25e9670124f9eda1314286207b1d3d92b335319d333c6728e7fb
 WHIRLPOOL 
b9d448bb14b7e284af319b2364b276c807b3bf8af96997b43337b4b0f450966ba95a1614baeec34fc2f91bc2d80e8ff0320af2947e45d9e0f3527f724aad8ce2
 DIST ocaml-dns-1.0.0.tar.gz 99161 SHA256 
823410badaf2faf54ca8a59472b0ad82c4db9fe4ef92f6809061baa826851226 SHA512 
199653605e985851dcaafc94f1efeba5c261c29cd5e5f8eaebc9f7d25a05c43adcf7620efb291b22f9549f7c05f8ac3f6abfbcf40e0d7762bd2f7cd623ebcb1c
 WHIRLPOOL 
e7c26857270d92be2e8e068ac29119ef5d82d52fd739b8304e84c595d6a6e7fc11c22ed98e4a6d99a20f4e9d1d6b28dbc76c333d6b464bbd1dc4d37597cfe66c

diff --git a/dev-ml/ocaml-dns/files/ipaddr.patch 
b/dev-ml/ocaml-dns/files/ipaddr.patch
deleted file mode 100644
index 9cddbae8351..000
--- a/dev-ml/ocaml-dns/files/ipaddr.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: ocaml-dns-0.20.1/_tags
-===
 ocaml-dns-0.20.1.orig/_tags
-+++ ocaml-dns-0.20.1/_tags
-@@ -9,6 +9,7 @@ true : package(re re.str ipaddr uri base
- "lwt": include
- : package(lwt mirage-profile)
- : package(cmdliner lwt.unix uri.services ipaddr.unix lwt)
-+: package(ipaddr.unix)
- : package(uri.services)
- : package(lwt duration mirage-time-lwt)
- : package(mirage-stack-lwt mirage-kv-lwt)

diff --git a/dev-ml/ocaml-dns/files/uri.patch b/dev-ml/ocaml-dns/files/uri.patch
deleted file mode 100644
index 09e50cfc5ea..000
--- a/dev-ml/ocaml-dns/files/uri.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-commit 152097361dbe987af5de4efde78ed28c720900a8
-Author: Anil Madhavapeddy 
-Date:   Tue May 30 20:45:06 2017 +0100
-
-zone_parser: explictly depend on uri.services
-
-This seems to have been pulled in implicitly before, but breaks
-when compiled with jbuilder
-
-diff --git a/_tags b/_tags
-index b38be12..bb5d5c0 100644
 a/_tags
-+++ b/_tags
-@@ -9,6 +9,7 @@ true : package(re re.str ipaddr uri base64 hashcons cstruct 
result)
- "lwt": include
- : package(lwt mirage-profile)
- : package(cmdliner lwt.unix uri.services ipaddr.unix lwt)
-+: package(uri.services)
- : package(lwt duration mirage-time-lwt)
- : package(mirage-stack-lwt mirage-kv-lwt)
- 

diff --git a/dev-ml/ocaml-dns/metadata.xml b/dev-ml/ocaml-dns/metadata.xml
index 766dc08a812..2f4ef14adaa 100644
--- a/dev-ml/ocaml-dns/metadata.xml
+++ b/dev-ml/ocaml-dns/metadata.xml
@@ -5,10 +5,6 @@
 m...@gentoo.org
 Gentoo ML Project
 
-   
-support for asynchronous execution
-enable threads via lwt
-
 
 mirage/ocaml-dns
 

diff --git a/dev-ml/ocaml-dns/ocaml-dns-0.20.1.ebuild 
b/dev-ml/ocaml-dns/ocaml-dns-0.20.1.ebuild
deleted file mode 100644
index b1fe4781774..000
--- a/dev-ml/ocaml-dns/ocaml-dns-0.20.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib eutils
-
-DESCRIPTION="A pure OCaml implementation of the DNS protocol"
-HOMEPAGE="https://github.com/mirage/ocaml-dns https://mirage.io;
-SRC_URI="https://github.com/mirage/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2 LGPL-2.1-with-linking-exception ISC"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE="async +lwt +ocamlopt test"
-
-RDEPEND="
-   async? ( dev-ml/async:= )
-   lwt? ( >=dev-ml/lwt-3:=
-   dev-ml/ocaml-cstruct:=[lwt(-)] )
-   >=dev-lang/ocaml-4:=
-   dev-ml/cmdliner:=
-   dev-ml/mirage-profile:=
-   >=dev-ml/ocaml-base64-2.0.0:=
-   >=dev-ml/ocaml-cstruct-1.9.0:=
-   >=dev-ml/ocaml-ipaddr-2.6.0:=
-   dev-ml/ocaml-re:=
-   >=dev-ml/ocaml-uri-1.7.0:=
-   dev-ml/ocaml-hashcons:=[ocamlopt?]
-   dev-lang/ocaml:=[ocamlopt?]
-   !

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-redis/

2017-10-06 Thread Alexis Ballier
commit: 2ac43a680ad96f2ebfb1fea9a04531531abdbd9d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:08:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac43a68

dev-ml/ocaml-redis: convert to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild | 9 ++---
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild 
b/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
index 80c9ad7b4ef..97c63e8a8de 100644
--- a/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
+++ b/dev-ml/ocaml-redis/ocaml-redis-0.3.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit findlib
+inherit findlib opam
 
 DESCRIPTION="Redis bindings for OCaml"
 HOMEPAGE="http://0xffea.github.io/ocaml-redis/ 
https://github.com/0xffea/ocaml-redis/;
@@ -21,7 +21,6 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
dev-ml/jbuilder
-   dev-ml/opam
test? ( dev-ml/ounit dev-db/redis dev-ml/lwt )"
 
 src_compile() {
@@ -40,9 +39,5 @@ src_test() {
 }
 
 src_install() {
-   opam-installer -i \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   redis.install || die
+   opam_src_install redis
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ml/onanomsg/

2017-10-06 Thread Alexis Ballier
commit: a3bc493d588f34c21bc85e77fb9b9f46e9921bd6
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:05:47 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bc493d

dev-ml/onanomsg: convert to opam.eclass

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/onanomsg/onanomsg-1.0-r1.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild 
b/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild
index 2568208295b..7e74c530acf 100644
--- a/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild
+++ b/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit findlib eutils
+inherit opam eutils
 
 DESCRIPTION="nanomsg bindings for OCaml"
 HOMEPAGE="https://github.com/rgrinberg/onanomsg;
@@ -45,10 +45,6 @@ src_compile() {
 }
 
 src_install() {
-   opam-installer \
-   --prefix="${ED}/usr" \
-   --libdir="${D}/$(ocamlc -where)" \
-   --docdir="${ED}/usr/share/doc/${PF}" \
-   || die
+   opam_src_install nanomsg
dodoc CHANGES README.md
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ml/capnp-ocaml/

2017-10-06 Thread Alexis Ballier
commit: 513a48573bc1e7a96b13ed28cde0621b526840f4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 12:57:24 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513a4857

dev-ml/capnp-ocaml: bump to 3.1.0

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/capnp-ocaml/Manifest |  1 +
 dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/capnp-ocaml/Manifest b/dev-ml/capnp-ocaml/Manifest
index 6f6ea01245d..affb53e10a0 100644
--- a/dev-ml/capnp-ocaml/Manifest
+++ b/dev-ml/capnp-ocaml/Manifest
@@ -1 +1,2 @@
 DIST capnp-ocaml-3.0.0.tar.gz 140985 SHA256 
01b5380d4d4ec5392c91036787d93a553055ad403ff41d2cf73caff25a9098cc SHA512 
5cdf678fa80e67c552f60123f1d04eb5facad81e6c29661c2234c06bbcb98312d1eba96f81f3e747fef0b4de986aff07b69aafcbfde60873ba40452a66d75075
 WHIRLPOOL 
2b6f04034c81dd0d01089b3ff39c681dab98a665ade944ca5d21014bb2d61b5bcaa4e4545e65d2829e9a837b44423cca580e7c6ca87a62d55c33e81caf859e3e
+DIST capnp-ocaml-3.1.0.tar.gz 141189 SHA256 
59b7d4a8e87c0b492e51bd53dde9571f25e8fdf328dd458fa14aff39374346d5 SHA512 
d3a24800ee334d5d0506a9b9f2db10994e475b205e347ae606d4f963cd846c7ab2ed8f60505495509cf2f3444c46b8aefe0501c6803874b5659b8b6429506b77
 WHIRLPOOL 
9d744b18ff9a7997b9f3e230e1fc188cb971bffcf5e87616ce05e6b87c12dcf42c568ed5ec004a0dac670e9b38f8a04672edb244d8a74ca78f9cb07285c91b3e

diff --git a/dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild 
b/dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild
new file mode 100644
index 000..4d060a2a99a
--- /dev/null
+++ b/dev-ml/capnp-ocaml/capnp-ocaml-3.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit opam
+
+DESCRIPTION="OCaml code generator plugin for the Cap'n Proto serialization 
framework"
+HOMEPAGE="https://github.com/pelzlpj/capnp-ocaml;
+SRC_URI="https://github.com/pelzlpj/capnp-ocaml/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   dev-ml/core_kernel:=
+   dev-ml/ocaml-extunix:=
+   dev-ml/ocplib-endian:=
+   dev-ml/res:=
+   dev-ml/ocaml-uint:=
+   dev-libs/capnproto:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ml/core:= dev-ml/ounit )
+   dev-ml/jbuilder
+"
+
+src_compile() {
+   emake build
+}
+
+src_install() {
+   opam_src_install capnp
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/

2017-10-06 Thread Alexis Ballier
commit: d95c8d5e04221944b6a1bb2da1394561b9492dba
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 12:58:57 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95c8d5e

dev-ml/ocaml-ctypes: Remove old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-ctypes/Manifest  |  3 --
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild | 35 --
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.4.ebuild| 35 --
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.0.ebuild| 36 ---
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.4.1-r1.ebuild  | 35 --
 5 files changed, 144 deletions(-)

diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
index 9a8120e6a8b..66fe6a4e49f 100644
--- a/dev-ml/ocaml-ctypes/Manifest
+++ b/dev-ml/ocaml-ctypes/Manifest
@@ -1,6 +1,3 @@
 DIST ocaml-ctypes-0.11.2.tar.gz 203564 SHA256 
708e2c5501ba00b3ed6726a7da1c2b58f607859e8e1cc0381eefd222510488d6 SHA512 
f3d75e9e596f68438733090fea8c675624c3b186a77c3adf1eca8f12cc2da336f0f5b1688c2ee788726e873bbb0c4dce1d237d53d1637d78e4ad6a8eae1f912a
 WHIRLPOOL 
cbf74628695e01dfe2e379a7c645313e36eaae98f733cda231a290960e52241c96bcc2fb8491daa28b964cf06c0d43a41282767a2d9fa1a4a6f395736eb08864
 DIST ocaml-ctypes-0.11.3.tar.gz 204959 SHA256 
683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d SHA512 
e7698954a6b683869a1482af8fe1bbeb5ccf693c2bb8583e2c19c5da92ed2730466e373c6f53d9ff9f09c2bdedf102da3f76b75511d7f9b7d266ac0765999f94
 WHIRLPOOL 
ddeb6cf4b2b4c611bfe26f94974eaaa69415164825c5744d59b5afe388230cedad4d4c12b7d3753da31899af01f10c642f3478f9cc4270d49e70057023f61450
-DIST ocaml-ctypes-0.11.4.tar.gz 205055 SHA256 
519812a3d3cf98983acb20d8f8ace7914c7ff2f20fa03402ae8295a66a5c32f7 SHA512 
3bd9aa6c12117e097476437e8df544095fa6243b7fdc1fcc07db3a0bf17189ea5eb9436fad49be29bbc4acdf43e3ceba2a026cf3d4958335cb1698264a27d856
 WHIRLPOOL 
3c200918181f1b8f50c7a611543315024a428878673e923ff7d9bc05344e9a584878630c5fd3cc64d016b036c5f60253af6e31f377e04b92aca42ecdd2116615
-DIST ocaml-ctypes-0.12.0.tar.gz 199557 SHA256 
a4f78e9b3ed71f3cba0ccdcfa0690f423dedee6132611cd4be0534b43c980ca3 SHA512 
f2491f068da969d8d047733ca56d7b967a4f4de038bc24c6539b90fbfe29864d94e92f02518fb419facf8223797a27e87cde88042f22dc55bc6bef3a216760de
 WHIRLPOOL 
80326044c7feaaa1e4d370ac3c1e085905ca8d3d9f2a2cc42f6aa7c3a6dff94a1aa3193a862cad185379d115f9cc7bf7913ff8760e3f86a24fa3732cc6fcd0a2
 DIST ocaml-ctypes-0.12.1.tar.gz 199686 SHA256 
127298c14af89625ebd300c08420e8629df98ebcff016fe6c1d0d106a0542810 SHA512 
801c66395d843c9e410736a06ab5e03bbe22851a364dc9b9444f49dc133e0f5e0b7a1c31e88de56d23a21817cb35595a1b6743c430c8c1a689b7ae12adc8856f
 WHIRLPOOL 
6179ea58bd7f5f03ff04806fd49c21637ad903cbfb0b16c3a255e6a9f2b9d32f2f97e15f86cec2692f84464121f496fc674d0f1e10ba80796e232d59c49a0a33
-DIST ocaml-ctypes-0.4.1.tar.gz 162601 SHA256 
74564e049de5d3c0e76ea284c225cb658ac1a2b483345be1efb9be4b3c1702f5 SHA512 
8155ffe16a58d5714ceb602afa5531c93526defca39a16047328ac06d2c7c7f52b768b18170391f467e1f6919c69275734faf85d27315e11b8bbefcb1bc8afa9
 WHIRLPOOL 
d8d0ef24e0b6c40f50fddf38fed7238cf95573909d2809cc2ab5c1b9b3dab333210e1ce99cf805804576a79d08d819e2ecdee7b4a6a9e13efb13e7b9f88ad802

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild 
b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild
deleted file mode 100644
index 518483440ee..000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Library for binding to C libraries using pure OCaml"
-HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes;
-SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
-IUSE="test"
-
-RDEPEND="
-   >=dev-lang/ocaml-4.02:=[ocamlopt]
-   virtual/libffi
-"
-DEPEND="${RDEPEND}
-   test? ( dev-ml/ounit dev-ml/lwt )"
-
-src_compile() {
-   emake -j1
-}
-
-src_test() {
-   emake -j1 test
-}
-
-src_install() {
-   findlib_src_install
-   dodoc CHANGES.md README.md
-}

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.4.ebuild 
b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.4.ebuild
deleted file mode 100644
index 518483440ee..000
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit findlib
-
-DESCRIPTION="Library for binding to C libraries using pure OCaml"
-HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes;
-SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm"
-IUSE="test"
-

[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-ctypes/

2017-10-06 Thread Alexis Ballier
commit: ffda4fe925955ab47bb880aa750189566ccba6f3
Author: Alexis Ballier  gentoo  org>
AuthorDate: Fri Oct  6 13:01:39 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Fri Oct  6 13:11:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffda4fe9

dev-ml/ocaml-ctypes: bump to 0.13.0

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-ml/ocaml-ctypes/Manifest   |  1 +
 dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ml/ocaml-ctypes/Manifest b/dev-ml/ocaml-ctypes/Manifest
index 66fe6a4e49f..843d2168cd5 100644
--- a/dev-ml/ocaml-ctypes/Manifest
+++ b/dev-ml/ocaml-ctypes/Manifest
@@ -1,3 +1,4 @@
 DIST ocaml-ctypes-0.11.2.tar.gz 203564 SHA256 
708e2c5501ba00b3ed6726a7da1c2b58f607859e8e1cc0381eefd222510488d6 SHA512 
f3d75e9e596f68438733090fea8c675624c3b186a77c3adf1eca8f12cc2da336f0f5b1688c2ee788726e873bbb0c4dce1d237d53d1637d78e4ad6a8eae1f912a
 WHIRLPOOL 
cbf74628695e01dfe2e379a7c645313e36eaae98f733cda231a290960e52241c96bcc2fb8491daa28b964cf06c0d43a41282767a2d9fa1a4a6f395736eb08864
 DIST ocaml-ctypes-0.11.3.tar.gz 204959 SHA256 
683b0215dca7bba797404869a80564cd4901a0a3f3c14bd65be7656c40b2329d SHA512 
e7698954a6b683869a1482af8fe1bbeb5ccf693c2bb8583e2c19c5da92ed2730466e373c6f53d9ff9f09c2bdedf102da3f76b75511d7f9b7d266ac0765999f94
 WHIRLPOOL 
ddeb6cf4b2b4c611bfe26f94974eaaa69415164825c5744d59b5afe388230cedad4d4c12b7d3753da31899af01f10c642f3478f9cc4270d49e70057023f61450
 DIST ocaml-ctypes-0.12.1.tar.gz 199686 SHA256 
127298c14af89625ebd300c08420e8629df98ebcff016fe6c1d0d106a0542810 SHA512 
801c66395d843c9e410736a06ab5e03bbe22851a364dc9b9444f49dc133e0f5e0b7a1c31e88de56d23a21817cb35595a1b6743c430c8c1a689b7ae12adc8856f
 WHIRLPOOL 
6179ea58bd7f5f03ff04806fd49c21637ad903cbfb0b16c3a255e6a9f2b9d32f2f97e15f86cec2692f84464121f496fc674d0f1e10ba80796e232d59c49a0a33
+DIST ocaml-ctypes-0.13.0.tar.gz 200959 SHA256 
81f61e13b789b57b8055d4a22f0e41ae1309e0b9da86b0472bdb7bed0537f4f7 SHA512 
ba2e4cd77d42cf032d823e26f94a8cc37d81ac12bafd40c5d61685d66c97e18996a286dd8d486c94ad4a34e4214e55104e6283158962871e7f0722b2144f7a7d
 WHIRLPOOL 
6c3e1a039b3f0f77149ff00c6bc7e3cdcc8c07c8f9bc17435687f68d9bd4f830b53d786b240117d6b8d10f53bfa69229481590dda22aaff7647282e510bb31c3

diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild 
b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild
new file mode 100644
index 000..1fbd65d357d
--- /dev/null
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit findlib
+
+DESCRIPTION="Library for binding to C libraries using pure OCaml"
+HOMEPAGE="https://github.com/ocamllabs/ocaml-ctypes;
+SRC_URI="https://github.com/ocamllabs/ocaml-ctypes/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="test"
+
+RDEPEND="
+   >=dev-lang/ocaml-4.02:=[ocamlopt]
+   virtual/libffi
+   dev-ml/integers:=
+"
+DEPEND="${RDEPEND}
+   test? ( dev-ml/ounit dev-ml/lwt )"
+
+src_compile() {
+   emake -j1
+}
+
+src_test() {
+   emake -j1 test
+}
+
+src_install() {
+   findlib_src_install
+   dodoc CHANGES.md README.md
+}



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

2017-10-06 Thread Jory Pratt
commit: 294f418068c78e765e3556c8a029220eb91cb2eb
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Fri Oct  6 12:46:14 2017 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Fri Oct  6 12:46:14 2017 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=294f4180

www-client/firefox - 57.0_beta6 version bump

 www-client/firefox/Manifest| 186 ++---
 ...57.0_beta5.ebuild => firefox-57.0_beta6.ebuild} |   5 +-
 2 files changed, 94 insertions(+), 97 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 6969516..dcdc43d 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -159,7 +159,6 @@ DIST firefox-56.0-nl.xpi 469052 SHA256 
0f3d94f7f7b93d516656160d6bfa589bd77813e4f
 DIST firefox-56.0-nn-NO.xpi 466206 SHA256 
4778700a808a7155b967e585578e41fab71e671c9dc3c0f5331c40bfe5e323f9 SHA512 
0d77e8cca402edaf2343acf207f6b34f2943a9510f5414ed74c51e20aaeaaa503df9018ccb18d1aa086b2173ff96144d0852afef173d4405d5f89c0eab6015f7
 WHIRLPOOL 
37643227f38cc474b777ae0706405fa73a2f24622f200ec68809a71789cef2012b03a8b10eaddb1d4a956f31291455b7e9c8f0ece75b5142a4c992aa7dca2501
 DIST firefox-56.0-or.xpi 518164 SHA256 
39ee3d9f5b8c0e0ba24fe2a9e14ce6c8470a28f362c5d7e4bcf3835e7728f234 SHA512 
d25ac3e1bbc71094e842e121e2e3d77bf7a94c9641724d0dfd0be08e30b09c8b5ce1e5c5d78f3a690bc5661bacf039d2c70021c63c67d36c61e08220e66ca6ba
 WHIRLPOOL 
243ee10d80bde9f9d82438c6809851a4ae2c596000715d91e5d7c6a52d863c7580a01d6c91236f2b63ea13e280799e2aa115ad22aa44ff4103e2d34fa8df2f0f
 DIST firefox-56.0-pa-IN.xpi 509045 SHA256 
1c89fc9e307bfe597d91648bdcae9bf528e43b260770bef23315c9e9c359287c SHA512 
e3152ef09c70dcb862396a3e7247612964e8af1526c547de46ac51e681bad987c803c79625318e50f36ad73311aad4081d3c7919c5e50a7e32e5563f8113c170
 WHIRLPOOL 
fe3005e9a89bf39ec2b732a00343d4aa4593ff265d29a16e81764aa36c4721f4aae207f8784175e1cdcf568a77a949196e1718293836206ef1e2a6a2a8a0829a
-DIST firefox-56.0-patches-06.tar.xz 12096 SHA256 
a4ca5059cc329315fce49bc353a985c6fafed518fd27377fa5a24d119fcf7b3d SHA512 
3086b94c2db1e8ce929ffaea2223464b4195ab0ea02a37240544f312c3d8bdf08c8fb30f5d671fab798c6b002cf27d96682717fa4baefdff2c46864815536f3a
 WHIRLPOOL 
4b9327aff0eb5bc1665f1b01cc7c2a4605f4d67a88dd9364381dc47faff7e6853122193424e14c9fcd5360dbad6fb04d1b6d13024552becde94f7bda16f76e0b
 DIST firefox-56.0-patches-07.tar.xz 12696 SHA256 
1a162050ea483c071da587593fc3c351f15764a4fb00c263fe1ae25b38b6 SHA512 
b7f1b32b8dc563b2c0c6b12eb1698fbd145c9b45597ef0f46159888e1c792f944c92cd1c1e3d0a5b36a3cf3cdc2f7ae9e8c537adbbfa6a1ce293311d3956a2d2
 WHIRLPOOL 
3ed5eb1966b96288caa951d63e579c1c518e8636f8ce75701724aa9cbc7a2502012f7102c1a25e5fa0fa798a9ecc05099b52bb28dde0829811d777dec76b
 DIST firefox-56.0-pl.xpi 377523 SHA256 
8e38c9f5ec52a6138c882455db5ddbe4efa7f846fbbcddfa53055953abef989d SHA512 
92cb88806bf2d133901d5eac234bae912262b23714347b786c23cff4c450ac4ef8c54d7eb7d6cf4d2764d6b19c2b4cac8d7a7e6dc67e78c6ee00db547fc32273
 WHIRLPOOL 
fb8e14403bef5600ab5f308c3379af8a0e122c55ddc7bbc18e09389ecd91264ca7d1b12160aff417df0158e44356e1da5aed6f120ac3c88a0818dd172a73005e
 DIST firefox-56.0-pt-BR.xpi 470952 SHA256 
407dc8e947de858814c551426cf67af0757b0348caa97703bd25ed136cd06f4c SHA512 
f9d5e8d96270c51357504bc453348c437a563fa292293c4a32e999fbd82feb6ac8b9ae1936bd32a66b0e15550355d4a6955a52df32baec06eb638a531865287a
 WHIRLPOOL 
a5c012af6af93318aca1f3b3575da8d4b07b35247b005770cb06637e7d296dbe73fe4b0bda3d06231da137690070ebf3d12d854564baf5cf3a35fe32a0c2bcad
@@ -185,95 +184,96 @@ DIST firefox-56.0-xh.xpi 477837 SHA256 
bac603f5117493d0abb645efa8a63adabafb970f1
 DIST firefox-56.0-zh-CN.xpi 498978 SHA256 
91e2e7ca6b338bed8df0fdea0d4d773f5d7ca3f2749f0aa0617f622b4df8cff1 SHA512 
010407cc2160781aa4b033a8bc16a14cf6162a0cb672383941709eb9b8b3a63ad85d250493ce5ed29a5d2f3db369147685bafddd7bf692b2351eefdc367038f2
 WHIRLPOOL 
a14aec212e21662a26556d61b1fd38eaf3c61e6d6fb395ecb9ce35738fce9b626f412e9461e9eefaf7c5d3547e3907fc32e8259bb06b26ef70d51e70919019ff
 DIST firefox-56.0-zh-TW.xpi 497763 SHA256 
92f2d02297eb2cc688fabe0d5e3e62e70648292d0895fb564a27b906762435c6 SHA512 
c8bffbea3c010e03e14366c0d9b60ceaf7c56fe12369c2fb495e90da2b1397586aa960aa1b7e06786497519b6804f27c44531990ed5e083a8d3d0950df067082
 WHIRLPOOL 
07534cf2072d454998c26f5b1d3685ce93f1fa51e81ecbfcda56e378a2ba1498a267529316eb81c4c101af95766877a689459d353d28e5baa1a1a8f5afbfca9b
 DIST firefox-56.0.source.tar.xz 255389204 SHA256 
0d8b7e91429f622c25509b7e73530807506ef3ff9f749d962251a35ed2bfed7e SHA512 
3aeb0ff54e10c83894f61734daa4f0801a1bb499d4667adad9c78520e588eae809d0e4d61e9227206466d62c3b453e2ce9ca8198f59f5354cd1b6804c00f0990
 WHIRLPOOL 
0e1b3d0acd0fd17ef62d85aefd15165026f456c4d7ee5061ebed9dd69074f95367f910c929644b9295fe9b746643d834097fceeeb991059798b7053c7a723c79
-DIST firefox-57.0b5-ach.xpi 441311 SHA256 
c1e77555afcd54645fc530cfacb3e57fe5c78b6018418454c09f77aa18bafff0 SHA512 

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

2017-10-06 Thread Lars Wendler
commit: f6b2de193aa43d328d15ce23a5252e9c775b7bff
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  6 11:50:08 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  6 12:22:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b2de19

app-backup/dar: Removed old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-backup/dar/Manifest  |  2 --
 app-backup/dar/dar-2.4.20.ebuild | 68 
 app-backup/dar/dar-2.4.24.ebuild | 68 
 3 files changed, 138 deletions(-)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 7ac9dd7b889..891f9fa78a6 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,4 +1,2 @@
-DIST dar-2.4.20.tar.gz 1804634 SHA256 
f0f66108692de8b27e76b1832d9013d9d1dbf45d2f5c222dde3c6f1b308d SHA512 
1ed2e43df05082c01f6a53aa8c1c7328cb27fc3d84115d3f4a07de943fc814b614155f673464cd1a455e3b8c21e30f95da03ed9f72883b58ae005e3696de8143
 WHIRLPOOL 
b3ce8c59efe2f9f988133613b73fe1ec14af39746e7c5fff0c83fa2146218fad3e912f586e9b677af809696105fa9d72dc35122ec3b3ca3ad63b2cdd75fce954
-DIST dar-2.4.24.tar.gz 1820097 SHA256 
cb9f0935f4aa1c10daaceef3fbcf165ca73524fd6ce50948cb91e926080825f0 SHA512 
3e5fbaaac7ab8e25776d20c11accba94c30abcbc898e7700e9faa98dee94995e742a9481740f2d286149a198ce661d876d2737fed85f1a2555073436175c5f10
 WHIRLPOOL 
659ac04d22c4781595863b22372755a357f060ab7325623d54e7d258aa3670c026a884775444c2cea232fc3a0410d6c85c06a5f56a14cc39022c72237fe6
 DIST dar-2.5.11.tar.gz 1891928 SHA256 
ad9d4b32b7a1240d9ae74155ff0aab3848065bee65ce01a022a234c02be73989 SHA512 
36b90218a34ac7f41ce9ca0a2167cfb2fd243b23b8e84350153e8804f0faabf87291b4e4b061533bcb0ca079f087c074eeaa12a54ee8084dd386a072ac503847
 WHIRLPOOL 
4e52c72a98d56b402cb546b96c5d09233910558322dca9344242ab5829f1c39e68fca31221db4f90dc6d20c216199ebce1329fd9dc214d548a78457178ab4cf5
 DIST dar-2.5.12.tar.gz 1893694 SHA256 
19bd6a681a20386ee079b9a6ea05028020053eaeddbff175a8d22563fba2 SHA512 
58eafe69c730d8f3974a1b1e8f7ca67feee82babde9ba9577ef29c422861db2b29afa835c9b55160e5d226efb634b539a580845e429d08fd84beeb6f0d39be7e
 WHIRLPOOL 
d16a861c4f5e88ac93854085e9b62cc357643ba1cab0d3f822a699fa192574cbf45c8254308cddfc928839169e096fa55f229a33ab9735d7f582f5ca346c280f

diff --git a/app-backup/dar/dar-2.4.20.ebuild b/app-backup/dar/dar-2.4.20.ebuild
deleted file mode 100644
index 242abcea4ef..000
--- a/app-backup/dar/dar-2.4.20.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="A full featured backup tool, aimed for disks"
-HOMEPAGE="http://dar.linux.free.fr/;
-SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux"
-IUSE="acl dar32 dar64 doc gcrypt lzo nls static static-libs"
-
-RESTRICT="test" # need to be run as root
-
-RDEPEND=">=sys-libs/zlib-1.2.3:=
-   !static? ( app-arch/bzip2:= )
-   acl? ( !static? ( sys-apps/attr:= ) )
-   gcrypt? ( dev-libs/libgcrypt:0= )
-   lzo? ( !static? ( dev-libs/lzo:= ) )
-   nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
-   static? ( app-arch/bzip2[static-libs] )
-   static? ( sys-libs/zlib[static-libs] )
-   acl? ( static? ( sys-apps/attr[static-libs] ) )
-   lzo? ( static? ( dev-libs/lzo[static-libs] ) )
-   nls? ( sys-devel/gettext )
-   doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="?? ( dar32 dar64 )"
-
-DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
-
-src_configure() {
-   local myconf="--disable-upx"
-
-   # Bug 103741
-   filter-flags -fomit-frame-pointer
-
-   use acl || myconf="${myconf} --disable-ea-support"
-   use dar32 && myconf="${myconf} --enable-mode=32"
-   use dar64 && myconf="${myconf} --enable-mode=64"
-   use doc || myconf="${myconf} --disable-build-html"
-   # use examples && myconf="${myconf} --enable-examples"
-   use gcrypt || myconf="${myconf} --disable-libgcrypt-linking"
-   use lzo || myconf="${myconf} --disable-liblzo2-linking"
-   use nls || myconf="${myconf} --disable-nls"
-   if ! use static ; then
-   myconf="${myconf} --disable-dar-static"
-   if ! use static-libs ; then
-   myconf="${myconf} --disable-static"
-   fi
-   fi
-
-   econf ${myconf}
-}
-
-src_install() {
-   emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html 
install
-
-   einstalldocs
-
-   if ! use static-libs ; then
-   prune_libtool_files --all
-   fi
-}

diff --git a/app-backup/dar/dar-2.4.24.ebuild b/app-backup/dar/dar-2.4.24.ebuild
deleted file mode 100644
index c7cd003422b..000
--- a/app-backup/dar/dar-2.4.24.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General 

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

2017-10-06 Thread Lars Wendler
commit: aba8534c7b9c2d336d90fda2ffab12f70fb61b2d
Author: Arne Babenhauserheide  web  de>
AuthorDate: Fri Oct  6 11:34:19 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  6 12:22:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba8534c

dev-vcs/mercurial: License is GPL-2+

Mercurial was relicensed from GPL-2 to GPL-2+ in 2010.
For details, see https://www.mercurial-scm.org/wiki/License

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5869

 dev-vcs/mercurial/mercurial-3.8.4.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-4.1.3.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-4.3.2.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-4.3.ebuild   | 2 +-
 dev-vcs/mercurial/mercurial-.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/mercurial/mercurial-3.8.4.ebuild 
b/dev-vcs/mercurial/mercurial-3.8.4.ebuild
index 69641b439a5..24f50bfae3c 100644
--- a/dev-vcs/mercurial/mercurial-3.8.4.ebuild
+++ b/dev-vcs/mercurial/mercurial-3.8.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Scalable distributed SCM"
 HOMEPAGE="https://www.mercurial-scm.org/;
 SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"

diff --git a/dev-vcs/mercurial/mercurial-4.1.3.ebuild 
b/dev-vcs/mercurial/mercurial-4.1.3.ebuild
index a04546c6f07..f29a2c796da 100644
--- a/dev-vcs/mercurial/mercurial-4.1.3.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.1.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Scalable distributed SCM"
 HOMEPAGE="https://www.mercurial-scm.org/;
 SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"

diff --git a/dev-vcs/mercurial/mercurial-4.3.2.ebuild 
b/dev-vcs/mercurial/mercurial-4.3.2.ebuild
index a04546c6f07..f29a2c796da 100644
--- a/dev-vcs/mercurial/mercurial-4.3.2.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.3.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Scalable distributed SCM"
 HOMEPAGE="https://www.mercurial-scm.org/;
 SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"

diff --git a/dev-vcs/mercurial/mercurial-4.3.ebuild 
b/dev-vcs/mercurial/mercurial-4.3.ebuild
index 8ad8f859670..d1df834782f 100644
--- a/dev-vcs/mercurial/mercurial-4.3.ebuild
+++ b/dev-vcs/mercurial/mercurial-4.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Scalable distributed SCM"
 HOMEPAGE="https://www.mercurial-scm.org/;
 SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz;
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="bugzilla emacs gpg test tk"

diff --git a/dev-vcs/mercurial/mercurial-.ebuild 
b/dev-vcs/mercurial/mercurial-.ebuild
index cec70110d44..66be22841e6 100644
--- a/dev-vcs/mercurial/mercurial-.ebuild
+++ b/dev-vcs/mercurial/mercurial-.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.mercurial-scm.org/;
 EHG_REPO_URI="http://selenic.com/repo/hg;
 EHG_REVISION="@"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
 IUSE="bugzilla emacs gpg test tk zsh-completion"



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

2017-10-06 Thread Lars Wendler
commit: 480f8a4ef38d59b629fb26aa1be11400a26f9f75
Author: Lars Wendler  gentoo  org>
AuthorDate: Fri Oct  6 11:51:37 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Fri Oct  6 12:22:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480f8a4e

sys-fs/quota: Removed old.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-fs/quota/Manifest  |  1 -
 sys-fs/quota/quota-4.02.ebuild | 77 --
 2 files changed, 78 deletions(-)

diff --git a/sys-fs/quota/Manifest b/sys-fs/quota/Manifest
index 39d08c64a55..7de12a71692 100644
--- a/sys-fs/quota/Manifest
+++ b/sys-fs/quota/Manifest
@@ -1,3 +1,2 @@
-DIST quota-4.02.tar.gz 489289 SHA256 
f4c2f48abf94bbdc396df33d276f2e9d19af58c232cb85eef9c174a747c33795 SHA512 
547e08893b95928e5d183d29bee70d1932f85a675b96f64446e5a723d0759ad2d31223f8b6a5652cd698fce4907a15c294b91c18de32faddbef4975c9f22f2aa
 WHIRLPOOL 
eb102a14dfe780b7ed062c3c7abec1ef766beb31c18d92c5115ca703672ebb7e7bfb0479885c6c8c78520554aeb477bc1f4d48fbb76b0336047f42b55af49036
 DIST quota-4.03.tar.gz 564352 SHA256 
9c6c4d9ae7bf30506dd2aa3d8056c4ff2f8d087930d7c721616f5c093bdc674b SHA512 
9603940048dcc0c4db6d6e14173769c815641ebc78a0cc457a0622dbfc597319bae1eaad4ef3281c52757995d47424b96dc66426ce540a8b538b996eea2dc5f8
 WHIRLPOOL 
4a6354f7732e6c60782dbfb60fbfae47c96c438315572dccaf7d2563b8dab5eb46072f999481abe237df8dafaf252b095c9bcd5d58beecdf75db6aca8d46f4ab
 DIST quota-4.04.tar.gz 577303 SHA256 
735be1887e7f51f54165e778ae43fc859c04e44d88834ecb2f470e91d4ef8edf SHA512 
adc33863d2a966b4c46983fa3926e6b6ba75e260ed21bdff646584237840e6beb0dcfbfd2f655969aa5675c3c398ac2e483afb933f03f983756ebb3352d0eaad
 WHIRLPOOL 
ac6466fffaa0954b13a812827bba4f8753640b80fefb6cbbd582a3c916cc7b302e865ddfb3919335a2fe23168bf5894032a7393b4f1ef4615b75f30adc501f3e

diff --git a/sys-fs/quota/quota-4.02.ebuild b/sys-fs/quota/quota-4.02.ebuild
deleted file mode 100644
index f2ec225b3dd..000
--- a/sys-fs/quota/quota-4.02.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Linux quota tools"
-HOMEPAGE="https://sourceforge.net/projects/linuxquota/;
-SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="ldap netlink nls rpc tcpd"
-
-RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )
-   netlink? (
-   sys-apps/dbus
-   dev-libs/libnl:3
-   )
-   rpc? ( net-nds/rpcbind )
-   tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${RDEPEND}
-   nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/quota-tools
-
-src_prepare() {
-   local args=(
-   -e '1iCC = @CC@' #446277
-   )
-   if ! use rpc ; then
-   args+=( #465810
-   -e '/^PROGS/s:rpc.rquotad::'
-   -e '/^RPCGEN/s:=.*:=false:'
-   -e '/^RPCCLNTOBJS/s:=.*:=:'
-   )
-   fi
-   sed -i "${args[@]}" Makefile.in || die
-}
-
-src_configure() {
-   econf \
-   $(use_enable nls) \
-   $(use_enable ldap ldapmail) \
-   $(use_enable netlink) \
-   $(use_enable rpc) \
-   $(use_enable rpc rpcsetquota)
-}
-
-src_install() {
-   emake STRIP="" ROOTDIR="${D}" install
-   dodoc doc/* README.* Changelog
-   rm -r "${ED}"/usr/include || die #70938
-
-   insinto /etc
-   insopts -m0644
-   doins warnquota.conf quotatab
-
-   newinitd "${FILESDIR}"/quota.rc7 quota
-   newconfd "${FILESDIR}"/quota.confd quota
-
-   if use rpc ; then
-   newinitd "${FILESDIR}"/rpc.rquotad.initd rpc.rquotad
-   fi
-
-   if use ldap ; then
-   insinto /etc/openldap/schema
-   insopts -m0644
-   doins ldap-scripts/quota.schema
-
-   exeinto /usr/share/quota/ldap-scripts
-   doexe ldap-scripts/*.pl
-   doexe ldap-scripts/edquota_editor
-   fi
-}



  1   2   >