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

2016-09-19 Thread Hans de Graaff
commit: ce3c7d537fae0dc3523a86b3a47715bd67bc7939
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 05:03:39 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 05:03:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3c7d53

dev-ruby/rbpdf-font: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild | 29 
 1 file changed, 29 deletions(-)

diff --git a/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild 
b/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild
deleted file mode 100644
index fb916e9..
--- a/dev-ruby/rbpdf-font/rbpdf-font-1.19.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ruby22 support waiting on dev-ruby/action{pack,view}.
-USE_RUBY="ruby20 ruby21"
-
-# Avoid the complexity of the "rake" recipe and run the tests manually.
-#RUBY_FAKEGEM_RECIPE_TEST=none
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Font files for the Ruby on Rails RBPDF plugin"
-HOMEPAGE="https://github.com/naitoh/rbpdf;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e "/bundler/d" Rakefile || die
-}
-
-RESTRICT="test"



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

2016-09-19 Thread Hans de Graaff
commit: a9016ff4c2b48d60002d3b6c86394dd09714331f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 04:56:37 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 04:56:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9016ff4

dev-ruby/jwt: add 1.5.6

Package-Manager: portage-2.2.28

 dev-ruby/jwt/Manifest |  1 +
 dev-ruby/jwt/jwt-1.5.6.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/jwt/Manifest b/dev-ruby/jwt/Manifest
index 7ea7bf3..40c526f 100644
--- a/dev-ruby/jwt/Manifest
+++ b/dev-ruby/jwt/Manifest
@@ -1,2 +1,3 @@
 DIST jwt-1.5.4.tar.gz 22053 SHA256 
90be9e8acf3ad12a109092faebc3a050ea51eeb358e51798da2098fba9335bc2 SHA512 
c594e7152d89a0ace71acd425553302de81fea2542fa23fc3809d8edbafa7498ec6cec37f07d41ebd5dfaad2b190d53614cf7b0f1c50a82cebb55cbd74c8909e
 WHIRLPOOL 
93cef43f8ed630e4c987c386ca748574b00cea3e82733771fc259b3fe4f064a20319f9115d84d10723d4c708c9680ad024e4f81c74c3f1b544b984cbedf92419
 DIST jwt-1.5.5.tar.gz 28392 SHA256 
e093ba8ee77385ed5958ac19d3118bff8cc287bd2af431df99075a65b9b4961f SHA512 
c6bf93f4a13bdc5f3f32af173196c7c73cde6ad210466b8cf1a2a0dfb7f387cc5618709e35b0142f58e5604b842c6bc431b181139be516659e36e599fa931d3e
 WHIRLPOOL 
cf922c6df8e832d535d73559de8026f0b845ed08f99505989683035fd569d13406904c58b6ede4a22bbb7770911a5799739fd1ec51a13f9d131e9e649f218a81
+DIST jwt-1.5.6.tar.gz 28586 SHA256 
f4678d7b3a3b2c650675bf4adba6704104c2d2c071bd933f508684f3b1035b8b SHA512 
f112bb815ef1af1f77d082574f5157f33469c2caba88716aa16b20dc48d279f8579730f75db81aa31480d6edd5deaa110adbaf3f52372b0397d5822a964a759e
 WHIRLPOOL 
d3945c4827bfaf15b57ee6f84f0366074d448c732fee8b8899d9004a93bf57c912bec6cf0f0c1eda38cfc88b3f2c0dec7f5f5d98b1b758e1ecce19ec3edaf02c

diff --git a/dev-ruby/jwt/jwt-1.5.6.ebuild b/dev-ruby/jwt/jwt-1.5.6.ebuild
new file mode 100644
index ..2ad959c
--- /dev/null
+++ b/dev-ruby/jwt/jwt-1.5.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby implementation of JSON Web Token draft 06"
+HOMEPAGE="https://github.com/jwt/ruby-jwt;
+SRC_URI="https://github.com/jwt/ruby-jwt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+IUSE=""
+
+RUBY_S="ruby-jwt-${PV}"
+
+all_ruby_prepare() {
+   sed -i -e "/simplecov/ s:^:#:" \
+   -e '/^SimpleCov.configure/,/^end/ s:^:#:' \
+   -e '/codeclimate/I s:^:#:' \
+   spec/spec_helper.rb || die
+}



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

2016-09-19 Thread Hans de Graaff
commit: 9097e64e9d499a28db520abcac91f6d51d0e8f5f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 05:02:21 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 05:02:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9097e64e

dev-ruby/memcache-client: document ruby22 status

Package-Manager: portage-2.2.28

 dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild 
b/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild
index 29c46bd..95ed907 100644
--- a/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild
+++ b/dev-ruby/memcache-client/memcache-client-1.8.5-r2.ebuild
@@ -3,6 +3,8 @@
 # $Id$
 
 EAPI=5
+
+# ruby22: fails tests
 USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_TEST="none"



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

2016-09-19 Thread Hans de Graaff
commit: 678ff9ee9d65679d007581fef9074bd059578e37
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 05:00:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 05:00:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678ff9ee

dev-ruby/map: document ruby22 status

Package-Manager: portage-2.2.28

 dev-ruby/map/map-6.6.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/map/map-6.6.0.ebuild b/dev-ruby/map/map-6.6.0.ebuild
index 44da6df..bd5c017 100644
--- a/dev-ruby/map/map-6.6.0.ebuild
+++ b/dev-ruby/map/map-6.6.0.ebuild
@@ -3,6 +3,8 @@
 # $Id$
 
 EAPI=5
+
+# ruby22: test failures
 USE_RUBY="ruby20 ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""



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

2016-09-19 Thread Hans de Graaff
commit: 1db96fe73d5dbd0a4df6c04fe29a0c3bdcd52386
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 05:05:48 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 05:05:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db96fe7

dev-ruby/rb-readline: add 0.5.3

Package-Manager: portage-2.2.28

 dev-ruby/rb-readline/rb-readline-0.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rb-readline/rb-readline-0.5.3.ebuild 
b/dev-ruby/rb-readline/rb-readline-0.5.3.ebuild
index 917b752..ca0cf61 100644
--- a/dev-ruby/rb-readline/rb-readline-0.5.3.ebuild
+++ b/dev-ruby/rb-readline/rb-readline-0.5.3.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 inherit ruby-fakegem



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

2016-09-19 Thread Hans de Graaff
commit: 45b51ca69c0122c8f7a6d9aba2b35cb921dcb177
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 04:59:41 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 04:59:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b51ca6

dev-ruby/map: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/map/Manifest |  1 -
 dev-ruby/map/map-6.5.5.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-ruby/map/Manifest b/dev-ruby/map/Manifest
index 8091266..172079b 100644
--- a/dev-ruby/map/Manifest
+++ b/dev-ruby/map/Manifest
@@ -1,2 +1 @@
-DIST map-6.5.5.gem 24064 SHA256 
71d248690fecab630d4efc8bcfbff5ce7a225c107c544cba79f19ead1221731c SHA512 
55014cc5d7e04879f62adf73ce4feb9afee826fac2b6b8493fc81422e418584666fd5d6335dc87cf70e8f980eaa4e0b5b032a3e48442b90c375d5a9907798535
 WHIRLPOOL 
02b445e02932b6ba939f332b51a506912cdd782d88d34db29aed9783acefb856b17a2e767d1cb91ef2a20d2c83b5c4fdc5592d54747aa04619daff5c5efccfdb
 DIST map-6.6.0.gem 23040 SHA256 
153a6f384515b14085805f5839d318f9d3c9dab676f341340fa4300150373cbc SHA512 
26854ee6aec63fde2da94b2c15e6916136ba20f7c47a321d47018b62fa3977168c04da9f2ffae07aabfed415c8d478146db7cef28413a0078b90a095fc6cd9fb
 WHIRLPOOL 
89d0bd22cad6d3981251906ce2e80499c7dc79c83b7b2d0026ab2feaecc5a0286e25e5a5704a7e47233d43c3d575e58fcb343451674c8eeab921e5d7422794b1

diff --git a/dev-ruby/map/map-6.5.5.ebuild b/dev-ruby/map/map-6.5.5.ebuild
deleted file mode 100644
index 44da6df..
--- a/dev-ruby/map/map-6.5.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README"
-
-RUBY_FAKEGEM_GEMSPEC="map.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A string/symbol indifferent ordered hash that works in all rubies"
-HOMEPAGE="https://github.com/ahoward/map;
-
-LICENSE="|| ( Ruby BSD-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e 's/Config/RbConfig/' Rakefile || die
-}



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

2016-09-19 Thread Hans de Graaff
commit: 1b2b837a89424a4e099d017550cb13595fc6ec53
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 04:59:09 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 04:59:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2b837a

dev-ruby/parser: add 2.3.1.4

Package-Manager: portage-2.2.28

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

diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest
index 37e20e9..4262fec 100644
--- a/dev-ruby/parser/Manifest
+++ b/dev-ruby/parser/Manifest
@@ -1,2 +1,3 @@
 DIST parser-2.3.1.2.gem 541184 SHA256 
66c6681c1703c435b93c8173443f5aaaf8c000c1052f7897b19d23f107d2ac3b SHA512 
8c7e5635153255e283b8bb14765ce1b869eb3cfa93863ac30668e17257b49af929e0b1febc1b888acab093dab51d434758b7fb147247d99d9e5aa96fcd7d4cc1
 WHIRLPOOL 
b3cd038e4c712a810cf234d85174e348dc759ba6ada4fe4cb6c99b37ce73fde7819b6f4d85f34b9cfe5835cb8d3f6ca06e8cf2600eea0f1c58ae9aa8f1f658d9
 DIST parser-2.3.1.3.gem 542720 SHA256 
6fe26adc2f815c4d63e549314c7d4d7d818ef3fb412cc3ada3ee410652a96f91 SHA512 
ebeff655c8cb27195d54b32d09d36605a30da51dd4d36f64fe23f5f3d46870c2399cd054765f016122326d4cad634cd8189168e3a300b313ce43c12d3141404a
 WHIRLPOOL 
a8904146d1af9febf8e8680ad9b555dfd4949b4795711a101163b8d189baa54242b8be23f0a9f2e28d010207ce72c57fb14b3a5c0a694a0c7dc27e55f09ee835
+DIST parser-2.3.1.4.gem 542720 SHA256 
a151d8a39ab06e05365c940209f745728f5d0b4388c669eb3cde04ef18ce2251 SHA512 
841fc0237c5481568a8a2aec1bf3f8bfeddb19fe06be1f915d273fac65ab923f2853e64ab0084fe74f9c362b19f1ebe1b83d91dce9a0bec5f78496805e094275
 WHIRLPOOL 
5f101f89ff3efdb209688d546e4fd24940ad3abc51adb305ea4b22ca5d14cd7d88ade7cebed9aaa052276cf2aeeafb9d6a820f39bdcd0789f26b5e68457a9a92

diff --git a/dev-ruby/parser/parser-2.3.1.4.ebuild 
b/dev-ruby/parser/parser-2.3.1.4.ebuild
new file mode 100644
index ..18dc117
--- /dev/null
+++ b/dev-ruby/parser/parser-2.3.1.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+RUBY_FAKEGEM_TASK_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_VERSION="${PV/_pre/.pre.}"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A production-ready Ruby parser written in pure Ruby"
+HOMEPAGE="https://github.com/whitequark/parser;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest:5
+   dev-ruby/racc
+   dev-ruby/cliver )"
+ruby_add_rdepend ">=dev-ruby/ast-2.2:0"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+   sed -i -e "/simplecov/,+35d" test/helper.rb || die
+}



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

2016-09-19 Thread Hans de Graaff
commit: cccbd7acc50ebc3d83aee6ed0178d7bb81a67acd
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep 20 05:04:43 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep 20 05:04:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccbd7ac

dev-ruby/rb-readline: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/rb-readline/Manifest |  2 --
 dev-ruby/rb-readline/rb-readline-0.5.1.ebuild | 25 -
 dev-ruby/rb-readline/rb-readline-0.5.2.ebuild | 25 -
 3 files changed, 52 deletions(-)

diff --git a/dev-ruby/rb-readline/Manifest b/dev-ruby/rb-readline/Manifest
index 598ec58..873eef0 100644
--- a/dev-ruby/rb-readline/Manifest
+++ b/dev-ruby/rb-readline/Manifest
@@ -1,3 +1 @@
-DIST rb-readline-0.5.1.gem 96256 SHA256 
da4eb0aa71c4225e01f5b51e11a640b462fa325d85451428ce34190d04622aad SHA512 
e74c7b6bff49ad5949f596cf8ce7db9204e3e7586093bd843d5e567598f78ddb46fd9aeaebe851e7086a15e2a8eb6c722ca6f7a3802accc7bbacc90a42b79236
 WHIRLPOOL 
664dc195eac86fe46d62aadeb458644d9a66225c8b8a64e57c30d72765bd18b3092a67795829ccaea624842e647d99a4ef9065dc51b809002d458a53d0f59ecd
-DIST rb-readline-0.5.2.gem 96256 SHA256 
2b2417d94b75bb868d112cbdaa89986d01ba5af37587bfbbac3ff4d852c034f3 SHA512 
7b4d314484fe8a66aecae4f997876189c57f05afdd6d1053cabfb6f41ebd38d347db24b648bfe468a5ad58c7a12ab59791553f3091ce17d9c89694690c7e7ff0
 WHIRLPOOL 
d148b3cb227f96a206197a2ef4a36f3924926cbd9daa71441bb92094cb07a0918d9e464f0409ae52a512eae79fff5e6dd5a56c78302abfb86f549b4d3104c648
 DIST rb-readline-0.5.3.gem 96256 SHA256 
5983bcff4d93090b313fcdfb68bb0ab160aef893b398022d06b08be84b96fff6 SHA512 
8fa020fdedd0184c7d220d347a035e202a142a347776d91dfe87b1a0a53d43c460ea70f2cabd2b6e5e643dd9ac52f1d70dc496bb54b7b2e78e7da85a82c0400e
 WHIRLPOOL 
32751ef4a150ce069514219538dfc07352428894e72f73de477d48d657900d0f4aa156d3d41c18acf0b757255b7e32853f0aab5bcf1ce10d9391e8517d857d17

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

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



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/u-boot-tools/

2016-09-19 Thread Tim Harder
commit: 871ba2f7eb57966b902997e6fb638b47c9a98c97
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Sep 20 03:41:28 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 20 03:43:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871ba2f7

dev-embedded/u-boot-tools: version bump to 2016.09.01

 dev-embedded/u-boot-tools/Manifest |  1 +
 .../u-boot-tools/u-boot-tools-2016.09.01.ebuild| 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-embedded/u-boot-tools/Manifest 
b/dev-embedded/u-boot-tools/Manifest
index ffb45d4..05a1bc9 100644
--- a/dev-embedded/u-boot-tools/Manifest
+++ b/dev-embedded/u-boot-tools/Manifest
@@ -1,2 +1,3 @@
 DIST u-boot-2016.03.tar.bz2 11076762 SHA256 
e49337262ecac44dbdeac140f2c6ebd1eba345e0162b0464172e7f05583ed7bb SHA512 
d3a8d5f334a1a1a33756d9ac33d14eca689cafe1ada478e61b51dcbff1781266d4f0ea121e25d0232b292475721c04be63e5a153715b91a14dfc82656a54de6f
 WHIRLPOOL 
32f246e3bdb71648f47a4246602b6f27de5dbae9834aed71880c5d5e737dfd63adcd03e9b47874b4fa61c0336fe13b8b079693baec633bd428d991abb47a88f0
 DIST u-boot-2016.07.tar.bz2 11506848 SHA256 
974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253 SHA512 
fa76dbd7e654ff9e4b3166162be6c0a77ecf2eb2a952b4865df3c818ebcdca7e2bb75e5ba19bf0346000c3d185888552193bb74510b115426cfe444b78efd3ef
 WHIRLPOOL 
066019af0e8fd04d53569ebd001309238514daa757be6cc50db6d4544f34d0c720ff420811d44d88af6028d02dfb02667e44d8d1abb23bb364baff46c5a26a9f
+DIST u-boot-2016.09.01.tar.bz2 11783287 SHA256 
95728e89dd476d17428f94080752ab48884be477b6a678941582aeef618b70bb SHA512 
aa503acb1ce4f64a936fbc1292e80c54fe334fcfb1a0da412a755f9a56a24993178ad1a5b8a51f777388d8ce5a62b0626bb5fead503f9b118f7d9f3f1a7c07b7
 WHIRLPOOL 
35b6ecedcdf99eabfddc90157b1998be1732fbdf46b4ca1221f8fb95e47d6e5fce7725d6b72d04b973f05267b31b3fd9d9beadba9d77e3d4dfc1c0b09d396957

diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2016.09.01.ebuild 
b/dev-embedded/u-boot-tools/u-boot-tools-2016.09.01.ebuild
new file mode 100644
index ..7ee3e5d
--- /dev/null
+++ b/dev-embedded/u-boot-tools/u-boot-tools-2016.09.01.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+MY_P="u-boot-${PV/_/-}"
+DESCRIPTION="utilities for working with Das U-Boot"
+HOMEPAGE="http://www.denx.de/wiki/U-Boot/WebHome;
+SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_compile() {
+   # Unset a few KBUILD variables. Bug #540476
+   unset KBUILD_OUTPUT KBUILD_SRC
+   emake defconfig
+   emake \
+   HOSTSTRIP=: \
+   STRIP=: \
+   HOSTCC="$(tc-getCC)" \
+   HOSTCFLAGS="${CFLAGS} ${CPPFLAGS}"' $(HOSTCPPFLAGS)' \
+   HOSTLDFLAGS="${LDFLAGS}" \
+   CONFIG_ENV_OVERWRITE=y \
+   tools-all
+}
+
+src_install() {
+   cd tools || die
+   dobin bmp_logo gen_eth_addr img2srec mkimage
+   dobin easylogo/easylogo
+   dobin env/fw_printenv
+   dosym fw_printenv /usr/bin/fw_setenv
+   insinto /etc
+   doins env/fw_env.config
+   doman "${S}"/doc/mkimage.1
+}



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

2016-09-19 Thread Yixun Lan
commit: c0555385075e553f95dc7e9517aa614bc718f5f9
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Sep 20 03:26:06 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Sep 20 03:28:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0555385

app-i18n/ibus-qt: don't get_libdir called in global scope

Gentoo-Bug: 593390

Package-Manager: portage-2.3.0

 app-i18n/ibus-qt/ibus-qt-1.3.1.ebuild | 8 ++--
 app-i18n/ibus-qt/ibus-qt-1.3.2.ebuild | 8 ++--
 app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild | 8 ++--
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/app-i18n/ibus-qt/ibus-qt-1.3.1.ebuild 
b/app-i18n/ibus-qt/ibus-qt-1.3.1.ebuild
index 407d4d1..c4d864b 100644
--- a/app-i18n/ibus-qt/ibus-qt-1.3.1.ebuild
+++ b/app-i18n/ibus-qt/ibus-qt-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,7 +30,11 @@ S="${WORKDIR}/${MY_P}"
 
 DOCS="AUTHORS README TODO"
 
-mycmakeargs="-DLIBDIR=$(get_libdir) -DDOCDIR=${EPREFIX}/usr/share/doc/${PF} 
all"
+src_configure() {
+   local mycmakeargs=( -DLIBDIR=$(get_libdir) 
-DDOCDIR=${EPREFIX}/usr/share/doc/${PF} all )
+
+   cmake-utils_src_configure
+}
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-1.2.0.20091217-doc.patch" \

diff --git a/app-i18n/ibus-qt/ibus-qt-1.3.2.ebuild 
b/app-i18n/ibus-qt/ibus-qt-1.3.2.ebuild
index f3088c3..8088fdc 100644
--- a/app-i18n/ibus-qt/ibus-qt-1.3.2.ebuild
+++ b/app-i18n/ibus-qt/ibus-qt-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,7 +30,11 @@ S="${WORKDIR}/${MY_P}"
 
 DOCS="AUTHORS README TODO"
 
-mycmakeargs="-DLIBDIR=$(get_libdir) -DDOCDIR=${EPREFIX}/usr/share/doc/${PF} 
all"
+src_configure() {
+   local mycmakeargs=( -DLIBDIR=$(get_libdir) 
-DDOCDIR=${EPREFIX}/usr/share/doc/${PF} all )
+
+   cmake-utils_src_configure
+}
 
 src_prepare() {
epatch "${FILESDIR}/${PN}-1.2.0.20091217-doc.patch"

diff --git a/app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild 
b/app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild
index cf130f7..4a7674e 100644
--- a/app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild
+++ b/app-i18n/ibus-qt/ibus-qt-1.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -29,7 +29,11 @@ DOCS="AUTHORS README TODO"
 
 PATCHES=( "${FILESDIR}"/${PN}-1.3-doc.patch )
 
-mycmakeargs="-DLIBDIR=$(get_libdir) all"
+src_configure() {
+   local mycmakeargs=( -DLIBDIR=$(get_libdir) all )
+
+   cmake-utils_src_configure
+}
 
 src_compile() {
cmake-utils_src_compile



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-intel/

2016-09-19 Thread Richard Farina
commit: cff7b54bda514f77710a65a421cd210646d9de8c
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Sep 20 02:10:45 2016 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Sep 20 02:10:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff7b54b

x11-drivers/xf86-video-intel: fix for bug #582910 for latest stable and testing 
ebuild

Package-Manager: portage-2.3.0

 .../xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild | 3 ++-
 .../xf86-video-intel/xf86-video-intel-2.99.917_p20160829.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
index 03ed80a..5cbb4d7 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160621-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 XORG_DRI=dri
 XORG_EAUTORECONF=yes
-inherit linux-info xorg-2
+inherit linux-info xorg-2 flag-o-matic
 
 DESCRIPTION="X.Org driver for Intel cards"
 
@@ -46,6 +46,7 @@ DEPEND="${RDEPEND}
x11-proto/resourceproto"
 
 src_configure() {
+   replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
$(use_enable debug)
$(use_enable dri)

diff --git 
a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160829.ebuild 
b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160829.ebuild
index 4214b40..ca668b8 100644
--- a/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160829.ebuild
+++ b/x11-drivers/xf86-video-intel/xf86-video-intel-2.99.917_p20160829.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 XORG_DRI=dri
 XORG_EAUTORECONF=yes
-inherit linux-info xorg-2
+inherit linux-info xorg-2 flag-o-matic
 
 DESCRIPTION="X.Org driver for Intel cards"
 
@@ -46,6 +46,7 @@ DEPEND="${RDEPEND}
x11-proto/resourceproto"
 
 src_configure() {
+   replace-flags -Os -O2
XORG_CONFIGURE_OPTIONS=(
$(use_enable debug)
$(use_enable dri)



[gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/files/, net-misc/openssh/

2016-09-19 Thread Patrick McLean
commit: 82d72deec8357ab399ef96e4d4eda1b64bc37f6f
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Sep 20 01:40:48 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Sep 20 01:40:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d72dee

net-misc/openssh: Revision bump, update to version 9.2 of the X509 patch

- Clean up some warnings introduced by the X509 patch
- Add patch to fix compilation on MIPS64/N32 (bug #591392)
- Pull in patch from upstream cvs to fix ssh1 support (bug #592122)

Also bump the HPN patch to remove an unused function

Package-Manager: portage-2.3.1

 net-misc/openssh/Manifest  |   2 +
 .../files/openssh-7.3-mips-seccomp-n32.patch   |  16 +
 ...ssh-7.3_p1-fix-ssh1-with-no-ssh1-host-key.patch |  13 +
 .../files/openssh-7.3_p1-hpn-x509-9.2-glue.patch   |  41 +++
 .../files/openssh-7.3_p1-x509-9.2-warnings.patch   | 109 +++
 net-misc/openssh/openssh-7.3_p1-r5.ebuild  | 349 +
 6 files changed, 530 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 81eba75..1d56f56 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -5,10 +5,12 @@ DIST openssh-7.1p2.tar.gz 1475829 SHA256 
dd75f024dcf21e06a0d6421d582690bf987a1f6
 DIST openssh-7.2_p1-sctp.patch.xz 8088 SHA256 
b9cc21336e23d44548e87964da9ff85ac83ce84693162abb172afb46be4a666e SHA512 
b287684337a101a26ab8df6894b679b063cdaa7dfc7b78fcc0ce8350c27526f150a6463c515019beb0af2ff005cc109d2913998f95f828e553b835a4df8b64df
 WHIRLPOOL 
16646a896f746946af84961974be08418b951c80249dce2fd4ae533a4d66e79d4372fd979aeda9c51aff51b86edf4178af18379e948195696a6fa114e2757306
 DIST openssh-7.2p2+x509-8.9.diff.gz 449308 SHA256 
bd77fcd285d10a86fb2934e90776fe39e4cd2da043384ec2ca45296a60669589 SHA512 
c7ed07aae72fd4f967ab5717831c51ad639ca59633c3768f6930bab0947f5429391e3911a7570288a1c688c8c21747f3cb722538ae96de6b50a021010e1506fa
 WHIRLPOOL 
7c1328e471b0e5e9576117ec563b66fea142886b0666b6d51ac9b8ec09286ba7a965b62796c32206e855e484180797a2c31d500c27289f3bc8c7db2d3af95e6f
 DIST openssh-7.2p2.tar.gz 1499808 SHA256 
a72781d1a043876a224ff1b0032daa4094d87565a68528759c1c2cab5482548c SHA512 
44f62b3a7bc50a0735d496a5aedeefb71550d8c10ad8f22b94e29fcc8084842db96e8c4ca41fced17af69e1aab09ed1182a12ad8650d9a46fd8743a0344df95b
 WHIRLPOOL 
95e16af6d1d82f4a660b56854b8e9da947b89e47775c06fe277a612cd1a7cabe7454087eb45034aedfb9b08096ce4aa427b9a37f43f70ccf1073664bdec13386
+DIST openssh-7.3_p1-hpn-14.10-r1.patch.xz 20584 SHA256 
0bbbfeb1f9f975ad591ed4ec74927172c5299ec1a76210197c14575204efa85d SHA512 
f0a1c84af85f7cfc7cb58b5117b3d0f57fc25ae0dd608e38b48ef42da43780fd5cf243d26ff9b3fbd6f4cb1567852b87bcb75f98791cf3ad1892e8579a7834d3
 WHIRLPOOL 
b1a8bae14c8189745056c15c9ed45207aa06af1f4c598a1af7dc3cc56e47bd0211a63989a920727e20311a148bbcf3202c202eae94cd1512c7d87816a9f44bcb
 DIST openssh-7.3_p1-hpn-14.10.patch.xz 20764 SHA256 
1c3799d83b52fc5d9370a0d7ccc11f45db0cf089ece7b7b2f5f24943df16f918 SHA512 
95e7dfbd3246678f997cb7818add9910136004b9e2e575122981f50b4eadd2517eb38a8de16bfe3a387e6cc65dbd15dae116649d55768767fc13f796a6d15a09
 WHIRLPOOL 
4167970087e17c8d9c2184109e85226f9a77d040868bd8b9ccab6ebc3d94f81b0d93489c3ad15b028e3fa842786cd2898dce54822b2e870470113634884285b4
 DIST openssh-7.3_p1-sctp.patch.xz 9968 SHA256 
18c3db45ed1e5495db29626938d8432aee509e88057494f052cfc09d40824c7f SHA512 
f249b76898af0c6f1f65f2a1cfb422648aa712818d0dc051b85a171f26bdddf7980fff5de7761161aa41c309e528b3801b4234f5cdd9f79f8eef173ae83f1e3c
 WHIRLPOOL 
1d92b969154b77d8ce9e3a6d0302aa17ec95e2d5ea4de72c0fb5680a8ee12f518ee5b1c47f22ad5d1a923a74c43829ed36cf478fe75fe400de967ab48d93dc99
 DIST openssh-7.3p1+x509-9.0.diff.gz 571918 SHA256 
ed468fe2e6220065b2bf3e2ed9eb0c7c8183f32f50fa50d64505d5feaef2d900 SHA512 
b6183f4441eb036a6e70e35290454faa67da411b60315f6d51779c187abdef377895d5ecfc4fbebac08d5a7a49ce16378b2ed208aee701337f256fd66f779dcd
 WHIRLPOOL 
91107f0040a7d9e09340a1c67547df34c9ed2e7a61d0ca59161574d9e9db90d2a99b1f2a7fa1edf0f820db5712695287c5731cc46cc9264297b5d348d4ce53c4
 DIST openssh-7.3p1+x509-9.1.diff.gz 584945 SHA256 
1ce361813d585fb543f632d19f73a583e257a404c013587a2ee7a1c57710ae95 SHA512 
11165544513eaff2b2e1f6dd11b9fb2870e59eb7e16377cf8fc1bf7e459cf8d09a91cf52f0d252df1bf618423ea8fb93099b96670cebc42aa2523dd439e59a89
 WHIRLPOOL 
8732cc52ef851a35c0dc8b35e8bd347f40ee60792aa23bae8e193ec6fa24928b67e6d8ebfc2c52090e78c525e908596020071495452965fa6244df1e459e
+DIST openssh-7.3p1+x509-9.2.diff.gz 588078 SHA256 
45f054cbb2b77ac8cc7ab01439e34083382137d47b840ca274555b7e2cf7098b SHA512 
fab0da148b0833a651e8a7c36f344aacecef6fa92f8f1cb6302272d98c1ab018831f5850dcaa8f54a39f9ada9b7d5b0a0ea01defc3c6f603bbe211f6bff6a841
 WHIRLPOOL 
53f63d879f563909c57d23ced273e23eda1eace2a2ddfd54edf5f2ef15218cc7e5d927e54714b6850db541f361c459de50d79b0a4516b43ce4cba8eb66b49485
 DIST openssh-7.3p1.tar.gz 1522617 SHA256 
3ffb989a6dcaa69594c3b550d4855a5a2e1718ccdde7f5e36387b424220fbecc SHA512 

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

2016-09-19 Thread Patrice Clement
commit: db51b92c763b695cf83a328968be489511731f30
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Sep 20 00:46:38 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Sep 20 00:46:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db51b92c

dev-python/click: Clean up old.

Package-Manager: portage-2.2.28

 dev-python/click/Manifest |  5 
 dev-python/click/click-2.0.ebuild | 23 --
 dev-python/click/click-5.1.ebuild | 49 ---
 dev-python/click/click-6.2.ebuild | 49 ---
 dev-python/click/click-6.3.ebuild | 49 ---
 dev-python/click/click-6.5.ebuild | 49 ---
 6 files changed, 224 deletions(-)

diff --git a/dev-python/click/Manifest b/dev-python/click/Manifest
index af4d043..5e1ff7f 100644
--- a/dev-python/click/Manifest
+++ b/dev-python/click/Manifest
@@ -1,6 +1 @@
-DIST click-2.0.tar.gz 47342 SHA256 
33a984fe73aa8c6bf69c38098b69dd38405529db54baf4c8cf64c50b2dee644f SHA512 
4c703ab4b5c76e393420b0edf9af9e8ddb301ccfef5f8117d3408eaa8a94abe6b7b5c7a8b61b7774a3b459b153c10438e8934f21ceb73697199828cce2c2887c
 WHIRLPOOL 
bf599395245319b31c189df297a1ec35ca69723ed24e2d3e9aa9231a3cfebdb80e1f43a0b010865b6fbecf09f23dc1121cca232aec26f09bdb455f41da5261c4
-DIST click-5.1.tar.gz 275592 SHA256 
678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a SHA512 
b860b0227644f5d1cc24d41e66985421ec971f11f3f596fb46508fdc787200b949e7ef29b2035421ebb0115384688da03c3c95a0d6acc58dd3b566b32a2b7c6a
 WHIRLPOOL 
8bda8de886a272972595bf51af3881962063daaa4fc9e104af59b4798008a2f780c3fb4a758d7fe14ef075b92aecc43415b08bb213cbd6ac4ab92a56e405276e
-DIST click-6.2.tar.gz 281717 SHA256 
fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82 SHA512 
3950bd4e05823dbd526b3e3d17f9eb6871e1591342bdc4d21b7d4cea8f66791b1ab1d79ec664dae55cfbeaa5086fabb0db596bc88593251002c6584eae823477
 WHIRLPOOL 
a53c5be5510e485f51682de0f13abadadc6627eda1ef0a9e55d2e7fe78a1fe79ba200c4172d47674d08d103b9b83dacb18da3ff8ddc09ad8e781503b87d5ceaf
-DIST click-6.3.tar.gz 283062 SHA256 
b720d9faabe193287b71e3c26082b0f249501288e153b7e7cfce3bb87ac8cc1c SHA512 
c7518b9c595fe35efb6be4391006a471cdc909f6725b9b3c45b06ec7b8b24560543ee151ff3afabc76ea23f4367795c4e5ace9b4b780c18c48a3e512474e3bf8
 WHIRLPOOL 
252ddf31265a2ed4eecc616ac94a7e0c32438c204729bff7e57b0ec850dd02004c76751934202f9de3bb4dc5811dfd10cb05f50d7e4a465dcc752438176c8ecc
-DIST click-6.5.tar.gz 283427 SHA256 
596b81cda1d84d8cb57ceefd17a78d084c60b134819067b0721a3b0f53dc3ad2 SHA512 
d8a958a7bb07a546551664616f663a2c5c7ec47b4b70d28e427be3d3dd0e8035d2473128c35ac2cab8a1a7bb754c9117658f127f709d032d8b15c5a71c97683f
 WHIRLPOOL 
f8d1d02ddc1b8d49c6cce671587d58e0387d8c490ba5e051cf6d0187f16ca56f76a36c7c3c3bea988d3f8ee5ca44dfa2fb2cdbd16ce0315b1b8e147406cf2924
 DIST click-6.6.tar.gz 283420 SHA256 
cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9 SHA512 
5650cfe6c8b55a7e823e22248964143278d61383dac63497508a864807f1950f9dd5d76ce6a501e589dd81fed6e2a1248d3f8973be25a91950896b7408dc88bc
 WHIRLPOOL 
db9f36bb86599599b95ae350659f75f387d15196261acaef1e069769ca8e2f29be8dc3ae5cdd94d8303907f94b90ed00209a3410da863afcce74d393a2f48d3c

diff --git a/dev-python/click/click-2.0.ebuild 
b/dev-python/click/click-2.0.ebuild
deleted file mode 100644
index 057bf57..
--- a/dev-python/click/click-2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python package for creating beautiful command line interfaces"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="http://click.pocoo.org/ https://pypi.python.org/pypi/click;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# FIXME: tests docs and examples aren't being shipped with releases.
-#Asked upstream to fix this. Avoided using github snapshots for now. 
(rafaelmartins)
-IUSE=""
-
-RDEPEND="dev-python/colorama"
-DEPEND="${RDEPEND}"

diff --git a/dev-python/click/click-5.1.ebuild 
b/dev-python/click/click-5.1.ebuild
deleted file mode 100644
index 102ce01..
--- a/dev-python/click/click-5.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python package for creating beautiful command line interfaces"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-HOMEPAGE="http://click.pocoo.org/ https://pypi.python.org/pypi/click;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
-IUSE="doc examples test"
-
-REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"

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

2016-09-19 Thread Patrice Clement
commit: 972d50469241878137e3cc7d72221c694f8aae97
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Sep 20 00:45:24 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Sep 20 00:45:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972d5046

dev-python/click: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/click/click-6.6.ebuild 
b/dev-python/click/click-6.6.ebuild
index 6c9a3dc..7e8d3e5 100644
--- a/dev-python/click/click-6.6.ebuild
+++ b/dev-python/click/click-6.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://click.pocoo.org/ 
https://pypi.python.org/pypi/click;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="doc examples test"
 
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"



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

2016-09-19 Thread Yixun Lan
commit: 2b06cf0ea82a7d715a053b20833682324c20
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Fri Sep 16 07:59:20 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 19 23:34:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b06cf0e

app-i18n/enca: remove old

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

Package-Manager: portage-2.3.0

Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/enca/Manifest |  1 -
 app-i18n/enca/enca-1.18.ebuild | 57 --
 2 files changed, 58 deletions(-)

diff --git a/app-i18n/enca/Manifest b/app-i18n/enca/Manifest
index 1cd01ad..984bb55 100644
--- a/app-i18n/enca/Manifest
+++ b/app-i18n/enca/Manifest
@@ -1,4 +1,3 @@
 DIST enca-1.13.tar.bz2 532000 SHA256 
6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432 SHA512 
7c5cb7b28eea271c4c94135082c1aa3f312bf790aaa4f51c954fd87ed734fae04ec07be99b20e7dfa3a668349c17d97f1eeea1ee553f9b841e74bfafc5a5906a
 WHIRLPOOL 
0080ce92c22c5ad8b34eea767133602d73e3ebcbcb5084794e5e5da37edceab1bba9785f3884aa5c84749be89116eecf7bc59faa0ebb7118e97411f97e97e4a8
 DIST enca-1.14.tar.bz2 560982 SHA256 
7f33e3953fbbdac8ed144b31bbab1bb3bf181150db6ba4cd812fd958ce5f4b58 SHA512 
9d0582cc8187f3e868339c3e13ca2c654359b240dd564b64a31615aeffb0ec7ae025659576cc72f6cab73b0bfa22286060f665f2c952f8dfe702cf97a39d2245
 WHIRLPOOL 
921038e3c6a612b38820d7314a7afe83c231e48396cd801dcbeb3f64afe157b0b5009ada00ae59f35ee4a882c4a40f46ac3346139c99da00611b073b561cfbee
-DIST enca-1.18.tar.xz 453512 SHA256 
019995e9324510f0667b73e88753bc496c744f93bff48bbfb114165f8875326c SHA512 
4b2d91efd023b4ed964dc4ef01bbacba7dd4866e727b1e3652c283978c75687b7502be41865f6d6e251bf1c5c7de20a40b51ffeab7c5db7776a3361bab651d08
 WHIRLPOOL 
cc0646091e6f6726057741a86315368a31c1313b2840c4c6b4bd954d8ef26d01729c422e1d181ec566b99eb9d4577400504be7cdc1deaa2d756f320719c574da
 DIST enca-1.19.tar.xz 465412 SHA256 
3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8 SHA512 
6678639992685180457bbef7b0da6e475071ec6935dfd672188fc242ef80b906e75eff9a206e07989893d0ef4ae5eb500f1d0bbd6b4d58146c94bb143b5fb296
 WHIRLPOOL 
56a4ed0027ae2f68d769f1bf3201b57127be5b7e42ca35fa2e92dd755cf0691163ec0fbc7cdee57e6a2b528b36d0471bdd1666a42224e82e1d157b4f92598c1d

diff --git a/app-i18n/enca/enca-1.18.ebuild b/app-i18n/enca/enca-1.18.ebuild
deleted file mode 100644
index 32da0ca..
--- a/app-i18n/enca/enca-1.18.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=2.52
-
-inherit eutils toolchain-funcs autotools-multilib
-
-DESCRIPTION="ENCA detects the character coding of a file and converts it if 
desired"
-HOMEPAGE="http://gitorious.org/enca;
-SRC_URI="http://dl.cihar.com/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc +recode"
-
-RDEPEND="recode? ( >=app-text/recode-3.6_p15 )"
-DEPEND="${RDEPEND}
-   sys-devel/gettext"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.14-gcc4.8-avx-bug.patch
-   rm missing # too old, automake will update it
-   # fix crosscompilation, bug #424473
-   if tc-is-cross-compiler; then
-   sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am 
|| die
-   fi
-   autotools-multilib_src_prepare
-}
-
-src_configure() {
-   local myeconfargs=(
-   --enable-external
-   --disable-static
-   $(use_with recode librecode "${EPREFIX}"/usr)
-   $(use_enable doc gtk-doc)
-   )
-   autotools-multilib_src_configure
-}
-
-multilib_src_compile() {
-   if tc-is-cross-compiler; then
-   pushd "${BUILD_DIR}"/tools > /dev/null
-   $(tc-getBUILD_CC) -o native_make_hash "${S}"/tools/make_hash.c 
|| die "native make_hash failed"
-   popd > /dev/null
-   fi
-   # It will fail if we run these twice...
-   if ! multilib_is_native_abi ; then
-   sed -i -e 's/ src / /'\
-   -e '/SUBDIRS/s/ test//' Makefile\
-   -e 
's/install-data-hook:/install-data-hook:\n\ndisabled:/' Makefile || die
-   fi
-   autotools-utils_src_compile
-}



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

2016-09-19 Thread Yixun Lan
commit: 00efaa785db0abba65dedad5ed3f35c752b6de13
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Fri Sep 16 07:56:19 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 19 23:34:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00efaa78

app-i18n/enca: verbump to 1.19

Major ebuild overhaul:
- EAPI=6, migrate away from deprecated eclasses;
- fix 404 HOMEPAGE;
- do not enable recode by default as its upstream is dead;
- introduce iconv USE to avoid iconv automagic dependency;
- introduce static-libs USE;
- add missing gtk-doc dep for doc USE;
- make build system respect doc USE;
- avoid ugly cross compilation and multilib hacks by doing things right.

Gentoo-Bug: https://bugs.gentoo.org/593220
Closes: https://github.com/gentoo/gentoo/pull/2340

Package-Manager: portage-2.3.0

Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/enca/Manifest |  1 +
 app-i18n/enca/enca-1.19.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/app-i18n/enca/Manifest b/app-i18n/enca/Manifest
index ad9d575..1cd01ad 100644
--- a/app-i18n/enca/Manifest
+++ b/app-i18n/enca/Manifest
@@ -1,3 +1,4 @@
 DIST enca-1.13.tar.bz2 532000 SHA256 
6c091455d524b3ddae3533fe9bb375092f60ad6fe252e0777c873bd7869c7432 SHA512 
7c5cb7b28eea271c4c94135082c1aa3f312bf790aaa4f51c954fd87ed734fae04ec07be99b20e7dfa3a668349c17d97f1eeea1ee553f9b841e74bfafc5a5906a
 WHIRLPOOL 
0080ce92c22c5ad8b34eea767133602d73e3ebcbcb5084794e5e5da37edceab1bba9785f3884aa5c84749be89116eecf7bc59faa0ebb7118e97411f97e97e4a8
 DIST enca-1.14.tar.bz2 560982 SHA256 
7f33e3953fbbdac8ed144b31bbab1bb3bf181150db6ba4cd812fd958ce5f4b58 SHA512 
9d0582cc8187f3e868339c3e13ca2c654359b240dd564b64a31615aeffb0ec7ae025659576cc72f6cab73b0bfa22286060f665f2c952f8dfe702cf97a39d2245
 WHIRLPOOL 
921038e3c6a612b38820d7314a7afe83c231e48396cd801dcbeb3f64afe157b0b5009ada00ae59f35ee4a882c4a40f46ac3346139c99da00611b073b561cfbee
 DIST enca-1.18.tar.xz 453512 SHA256 
019995e9324510f0667b73e88753bc496c744f93bff48bbfb114165f8875326c SHA512 
4b2d91efd023b4ed964dc4ef01bbacba7dd4866e727b1e3652c283978c75687b7502be41865f6d6e251bf1c5c7de20a40b51ffeab7c5db7776a3361bab651d08
 WHIRLPOOL 
cc0646091e6f6726057741a86315368a31c1313b2840c4c6b4bd954d8ef26d01729c422e1d181ec566b99eb9d4577400504be7cdc1deaa2d756f320719c574da
+DIST enca-1.19.tar.xz 465412 SHA256 
3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8 SHA512 
6678639992685180457bbef7b0da6e475071ec6935dfd672188fc242ef80b906e75eff9a206e07989893d0ef4ae5eb500f1d0bbd6b4d58146c94bb143b5fb296
 WHIRLPOOL 
56a4ed0027ae2f68d769f1bf3201b57127be5b7e42ca35fa2e92dd755cf0691163ec0fbc7cdee57e6a2b528b36d0471bdd1666a42224e82e1d157b4f92598c1d

diff --git a/app-i18n/enca/enca-1.19.ebuild b/app-i18n/enca/enca-1.19.ebuild
new file mode 100644
index ..7003cbb
--- /dev/null
+++ b/app-i18n/enca/enca-1.19.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools eutils flag-o-matic multilib-minimal toolchain-funcs
+
+DESCRIPTION="Detect and convert encoding of text files"
+HOMEPAGE="https://cihar.com/software/enca/;
+SRC_URI="https://dl.cihar.com/${PN}/${P}.tar.xz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="doc +iconv recode static-libs"
+
+RDEPEND="
+   iconv? ( virtual/libiconv[${MULTILIB_USEDEP}] )
+   recode? ( app-text/recode[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   doc? ( dev-util/gtk-doc )
+"
+
+pkg_pretend() {
+   if tc-is-cross-compiler && use iconv; then
+   die "${PN} can't be cross built with iconv USE enabled. See 
Gentoo bug 593220."
+   fi
+}
+
+src_prepare() {
+   default_src_prepare
+
+   # Disable unconditional documentation build.
+   sed -i -e '/SUBDIRS/s/ devel-docs//g' Makefile.am || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # Workaround GCC-4.8 brokenness. See Gentoo bug 501386.
+   if tc-is-gcc && [[ $(gcc-version) = '4.8' ]]; then
+   replace-flags -O[3-9] -O2
+   fi
+
+   local myeconfargs=(
+   --enable-external
+   $(use_enable doc gtk-doc)
+   $(use_enable static-libs static)
+   $(use_with iconv libiconv-prefix "${EPREFIX}/usr")
+   $(use_with recode librecode "${EPREFIX}/usr")
+   )
+
+   # Workaround automagic virtual/libiconv dependency.
+   use iconv || export am_cv_func_iconv=no
+
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_compile() {
+   # Workaround cross compilation issues. See Gentoo bug 424473.
+   tc-is-cross-compiler && tc-env_build emake -e -C tools
+
+   if ! 

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

2016-09-19 Thread Yixun Lan
commit: 01ae8fbe68012b96cfe9f522ba2b87c9e809378e
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Fri Sep 16 07:22:29 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Sep 19 23:34:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ae8fbe

app-i18n/enca: cleanup metadata, add remote-id

Package-Manager: portage-2.3.0

Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/enca/metadata.xml | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-i18n/enca/metadata.xml b/app-i18n/enca/metadata.xml
index 81a1693..de7769d 100644
--- a/app-i18n/enca/metadata.xml
+++ b/app-i18n/enca/metadata.xml
@@ -3,15 +3,17 @@
 

itumaykin+gen...@gmail.com
-   Proxy maintainer
Coacher


maksbo...@gentoo.org
Maxim Koltsov

-
+   
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   nijel/enca
+   
 



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

2016-09-19 Thread Zac Medico
commit: 3fd9c0385c860dcba997251275ad9c2ccdd33fe1
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 23:23:19 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 23:26:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd9c038

dev-python/python-docs: re-add 3.5.2 with mirror://gentoo SRC_URI for bug 594412

Package-Manager: portage-2.3.1

 dev-python/python-docs/Manifest |  1 +
 dev-python/python-docs/python-docs-3.5.2.ebuild | 27 +
 2 files changed, 28 insertions(+)

diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest
index f78bea3..64a42e0 100644
--- a/dev-python/python-docs/Manifest
+++ b/dev-python/python-docs/Manifest
@@ -2,3 +2,4 @@ DIST python-2.7.10-docs-html.tar.bz2 4566934 SHA256 
e5f399365f16679a32cd79d2
 DIST python-2.7.12-docs-html.tar.bz2 4601696 SHA256 
40891e010cdd9a752a17bd02e30aa853f9a2a7767ee82911cf4507dfa3b13de8 SHA512 
9d8a766d731402df774f2d20dcffba694e2497a17bc78a08f75d7f6bfc75d13227c7f57fdd5c056b75576b5d059b08f8c712c8bc465f5b0b88c04aba3da74198
 WHIRLPOOL 
f835a00df600a045a542bcb39951c9caf92f2db7410135382f48735ecde590c01e4c31b100dc974e734a3dac16f66e6e72d68ffac7c848360b9483a3d843d298
 DIST python-3.3.5-docs-html.tar.bz2 4955315 SHA256 
471067c514a33b4ae4fc35ba600130572840326252a565e39157feb2911ef733 SHA512 
6cf6d02bf980609561ec829407e0a4d541ddf949db0b6d3156f9fa90ed7c87f9ef16128e9c8226887568489826efcdde5ea38af246ec235a077227d73736ea71
 WHIRLPOOL 
78a6babcc5c7df64deb324368f32ae5cc5fed6fba9ff7392b7589f81187b893d9c977fa9a25168d60336b46f9237bf09ba5e6fbef888ee3489de57afd09e9067
 DIST python-3.4.3-docs-html.tar.bz2 5444773 SHA256 
87d4f8739205fe6f2cbcb10c6f1b33546d3b7f41e6bc96de34f992ccf5c10fbf SHA512 
492038df0afb05d60806d56d66e06069d195249db708e4261d39fa6206e0baec5c2db730431b5be03d8d37296d935f39a25bf1d449fb29521bdc4823584b9bf9
 WHIRLPOOL 
c55241d450c6440d4e084a8189b569046352bd65b88a576fd0a8bc9a23665f52cc534da4d32061c0cbc31f41b2b63870fe4098ef28be2fed42311fa8e0decc46
+DIST python-3.5.2-docs-html.tar.bz2 5747460 SHA256 
34bb14f352b39e7a9ed8a5e4d8332c464158d0ef3a75dccb373a40fcf6de2342 SHA512 
2a9ce5b304c6edf3165728a1fe0c189222f8b105c446ca9026ce453d013c9498b4c53085fdef776b977d058fc138ba3af5ea9bf26291469ce47239ee1a8d9286
 WHIRLPOOL 
102d9d0a1ccaa5c2ba4c295872b1059498a79e39fdb06a249b62a52a790ed1f98f3dad4903e90e94c1dde41be7cdcc5142a7022d7fec1fd4a8b6415b92c66041

diff --git a/dev-python/python-docs/python-docs-3.5.2.ebuild 
b/dev-python/python-docs/python-docs-3.5.2.ebuild
new file mode 100644
index ..994eca4
--- /dev/null
+++ b/dev-python/python-docs/python-docs-3.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="HTML documentation for Python"
+HOMEPAGE="http://www.python.org/doc/;
+SRC_URI="mirror://gentoo/python-${PV}-docs-html.tar.bz2"
+# The upstream digest is unstable, see https://bugs.python.org/issue25170
+#SRC_URI="https://docs.python.org/${PV%.*}/archives/python-${PV}-docs-html.tar.bz2;
+
+LICENSE="PSF-2"
+SLOT="3.5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/python-${PV}-docs-html"
+
+src_install() {
+   dohtml -A xml -A inv -r ./
+   echo 
"PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > 
"60python-docs-${SLOT}"
+   doenvd "60python-docs-${SLOT}"
+}



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

2016-09-19 Thread Kent Fredric
commit: 492e6d841cf749da711eff78ef98df334c530186
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep 19 23:12:58 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Sep 19 23:14:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492e6d84

dev-perl/Module-Build: Fix aggressive perl-podlators dep

Upstream want Pod::Man 2.17, which was in podlators-2.1.0 or later.

Bug: https://bugs.gentoo.org/594346

Package-Manager: portage-2.3.0

 dev-perl/Module-Build/Module-Build-0.421.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build/Module-Build-0.421.800.ebuild 
b/dev-perl/Module-Build/Module-Build-0.421.800.ebuild
index c30c134..e3ccd24 100644
--- a/dev-perl/Module-Build/Module-Build-0.421.800.ebuild
+++ b/dev-perl/Module-Build/Module-Build-0.421.800.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
>=virtual/perl-Perl-OSType-1
>=virtual/perl-Test-Harness-3.290.0
virtual/perl-Text-ParseWords
-   >=virtual/perl-podlators-2.170.0
+   >=virtual/perl-podlators-2.1.0
>=virtual/perl-version-0.870.0
 "
 DEPEND="${RDEPEND}



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

2016-09-19 Thread William Hubbs
commit: 0d1f1010c299a95332f224c3be9e8dfdd85eec54
Author: William Hubbs  gmail  com>
AuthorDate: Mon Sep 19 23:03:57 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Sep 19 23:03:57 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=0d1f1010

Remove eval calls from supervisor start functions

This fixes #77.

 sh/start-stop-daemon.sh | 2 +-
 sh/supervise-daemon.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sh/start-stop-daemon.sh b/sh/start-stop-daemon.sh
index 6f396b3..0449e5b 100644
--- a/sh/start-stop-daemon.sh
+++ b/sh/start-stop-daemon.sh
@@ -38,7 +38,7 @@ ssd_start()
service_inactive && _inactive=true
mark_service_inactive
fi
-   eval start-stop-daemon --start \
+   start-stop-daemon --start \
--exec $command \
${chroot:+--chroot} $chroot \
${procname:+--name} $procname \

diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh
index e6ac117..389635f 100644
--- a/sh/supervise-daemon.sh
+++ b/sh/supervise-daemon.sh
@@ -19,7 +19,7 @@ supervise_start()
fi
 
ebegin "Starting ${name:-$RC_SVCNAME}"
-   eval supervise-daemon --start \
+   supervise-daemon --start \
${chroot:+--chroot} $chroot \
${pidfile:+--pidfile} $pidfile \
${command_user+--user} $command_user \



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

2016-09-19 Thread Amadeusz Piotr Żołnowski
commit: b0b3cd027d1d1123ceac87be880aadec636cf151
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Mon Sep 19 19:09:28 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon Sep 19 22:24:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b3cd02

sys-apps/firejail: Bump version to 0.9.42

Package-Manager: portage-2.3.0

 sys-apps/firejail/Manifest |  1 +
 .../firejail/files/firejail-0.9.42-libstdc++.patch | 11 +
 .../firejail/files/firejail-0.9.42-sysmacros.patch | 27 
 sys-apps/firejail/firejail-0.9.42.ebuild   | 48 ++
 sys-apps/firejail/metadata.xml |  3 ++
 5 files changed, 90 insertions(+)

diff --git a/sys-apps/firejail/Manifest b/sys-apps/firejail/Manifest
index 5a7ce03..5d3256f 100644
--- a/sys-apps/firejail/Manifest
+++ b/sys-apps/firejail/Manifest
@@ -2,3 +2,4 @@ DIST firejail-0.9.36.tar.bz2 151123 SHA256 
db16c93e6f838048b0bbcb3b90aa191f79860
 DIST firejail-0.9.38.2.tar.bz2 158132 SHA256 
d76d82d18c45c64f04924a03d7fab0cbf023d86a92a16a13c5f51e09b40ad446 SHA512 
d20ff48c39da7941cf61d5d2dc4a126dc7eeb2657d75b8d9bec9e53225fc79b55489b36727d6383c837bbe4e412d4bd5b4bde645b064a539d16e80fe972e3506
 WHIRLPOOL 
94f96f9696ce4a7cc3bb7084e7d04410b36540a50d2fdf7ae25b3c82114adf6e32169ecf24be501a916b487bf044a87429cf13c9bd2d332d9a761378eac047a5
 DIST firejail-0.9.38.tar.bz2 157543 SHA256 
b61b15c03a30b92f5ffddc458b6488eedd1cf87ffe22d77d423e5a254efd16bb SHA512 
c1f5e0f56eb0fa6796f3b6eb6037aa8ae4c79b2440dfd64d5a656a775ac01c55db71c5a45d85d4ffb456d1d551038f87ad587dc822d470d41dfdc9a6f8eac9fc
 WHIRLPOOL 
78823d088d8b8f2a15d2f68083c75a1ad5c5638a62cc93fb7358db821f813eb7aab3c3aa29b48ab8b5c6b3818571fd2ffa4e8992e101d4bea0f603bbdf4b26a6
 DIST firejail-0.9.40.tar.bz2 197184 SHA256 
49ed9c76fb77bf71543f0e6cacf9491f8280ae5602ecf805b57a011b528222b6 SHA512 
aef20c5061d5e8e8d064f8cfb807a3b0034f2eb108bde234af56c2d2fd3c06cd7129539db22e142b251c15cbb0b82b89a9acee98ebaa36d3029ffc91c37456fc
 WHIRLPOOL 
622dc3a10beb23a4d2756850eb69bd911aa0610442e6e73b8bedcf7d455f0e6580984ca1010eae35ac313f7c26660fd6e78e3e0911f24a7e35c1e5f438fa02d8
+DIST firejail-0.9.42.tar.xz 204608 SHA256 
4f3bceee973b84fdf13a5d5ab0060d140ecc8e42c19c945e7fb93f0fd8499b47 SHA512 
bea126c41cbd275ef64bce1fa65419a168a3d39a5eeb2bc78d904e1f7c93357caca0446cdaced2f1e0757d30ebc9dfadce14fe283597abad430f1a2df05581ad
 WHIRLPOOL 
2dacfc0ac8e2707609c53d36fff568b23700d68a464e4f251f1b414d6abdb379403883ac25a3886cfe8c671ac20baf98467190ac36ed0d9b0276005d29edb852

diff --git a/sys-apps/firejail/files/firejail-0.9.42-libstdc++.patch 
b/sys-apps/firejail/files/firejail-0.9.42-libstdc++.patch
new file mode 100644
index ..936c01e
--- /dev/null
+++ b/sys-apps/firejail/files/firejail-0.9.42-libstdc++.patch
@@ -0,0 +1,11 @@
+diff -Naur firejail-0.9.42/etc/disable-devel.inc 
firejail-0.9.42.new/etc/disable-devel.inc
+--- firejail-0.9.42/etc/disable-devel.inc  2016-09-06 20:48:23.0 
+0100
 firejail-0.9.42.new/etc/disable-devel.inc  2016-09-19 22:21:14.579410841 
+0100
+@@ -2,7 +2,6 @@
+ 
+ # GCC
+ blacklist /usr/include
+-blacklist /usr/lib/gcc
+ blacklist /usr/bin/gcc*
+ blacklist /usr/bin/cpp*
+ blacklist /usr/bin/c9*

diff --git a/sys-apps/firejail/files/firejail-0.9.42-sysmacros.patch 
b/sys-apps/firejail/files/firejail-0.9.42-sysmacros.patch
new file mode 100644
index ..85830a4
--- /dev/null
+++ b/sys-apps/firejail/files/firejail-0.9.42-sysmacros.patch
@@ -0,0 +1,27 @@
+From c15fc4754a05cc2b2aec4ca75f87bf3d61578843 Mon Sep 17 00:00:00 2001
+From: Mike Frysinger 
+Date: Wed, 20 Apr 2016 00:14:21 -0400
+Subject: [PATCH] include sys/sysmacros.h for major/minor/makedev
+
+These funcs have been defined in sys/sysmacros.h forever, and Linux C
+libs are moving away from implicitly including it.  Update the files
+to include it explicitly.
+---
+ src/firejail/fs_dev.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c
+index 97ee9de..2f66980 100644
+--- a/src/firejail/fs_dev.c
 b/src/firejail/fs_dev.c
+@@ -28,6 +28,7 @@
+ #ifndef _BSD_SOURCE
+ #define _BSD_SOURCE 
+ #endif
++#include 
+ #include 
+ 
+ static void create_char_dev(const char *path, mode_t mode, int major, int 
minor) {
+-- 
+2.7.4
+

diff --git a/sys-apps/firejail/firejail-0.9.42.ebuild 
b/sys-apps/firejail/firejail-0.9.42.ebuild
new file mode 100644
index ..1d9159d
--- /dev/null
+++ b/sys-apps/firejail/firejail-0.9.42.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="Security sandbox for any type of processes"
+HOMEPAGE="https://firejail.wordpress.com/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="apparmor +bind +busybox +chroot +file-transfer +network
+   network-restricted +seccomp 

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

2016-09-19 Thread Remi Cardona
commit: 04d213eabcada98ea3f1a0201c083996b19f9037
Author: Rémi Cardona  gentoo  org>
AuthorDate: Mon Sep 19 21:54:41 2016 +
Commit: Remi Cardona  gentoo  org>
CommitDate: Mon Sep 19 21:56:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d213ea

dev-libs/glib: bump to 2.50.0

Package-Manager: portage-2.3.0

 dev-libs/glib/Manifest |   1 +
 .../files/glib-2.50.0-external-gdbus-codegen.patch |  93 +++
 dev-libs/glib/glib-2.50.0.ebuild   | 281 +
 profiles/package.mask  |   1 +
 4 files changed, 376 insertions(+)

diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest
index be58d3e..1d68f11 100644
--- a/dev-libs/glib/Manifest
+++ b/dev-libs/glib/Manifest
@@ -4,4 +4,5 @@ DIST glib-2.44.1.tar.xz 7132940 SHA256 
8811deacaf8a503d0a9b701777ea079ca6a4277be
 DIST glib-2.46.2.tar.xz 7344636 SHA256 
5031722e37036719c1a09163cc6cf7c326e4c4f1f1e074b433c156862bd733db SHA512 
8b5298712710d77b4a47367071f782d2bb3042b149ec8fde8c065f80bf3c5375c94318d19665c0092572e4895e590231a47324d25f371310f02b43feb3009588
 WHIRLPOOL 
700b69360110351544780ace4dcb14f29505f63d8840882532a4b7c017860b6da86e09cbabca691b7b24cb08b8722e772555de044b8b21e4b0952c8a8e4e6ecb
 DIST glib-2.48.1.tar.xz 7441032 SHA256 
74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612 SHA512 
5bbea7d07ba6d75c35c6be8f1ebc685aa2549bd20030741b2d6e2c30e9b2d476c2afa50a974bbdad98c305666c8b04357b51619c97fe50d3e9965700088aad9b
 WHIRLPOOL 
2f08854815fee79b6246accedb62a714845b7f0bc67bcd6cde48aa0147a957e6c9cbbc424100d651ee5573f31a3db89ee1935e3ffdc97c5bf1d5711a85545eb2
 DIST glib-2.48.2.tar.xz 6408644 SHA256 
f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4 SHA512 
2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
 WHIRLPOOL 
cba211000d5597e93d01113e5f2b6736e47f4daa00935a53af182b3304fef9a1ac25f78995c7a53cc1234261433a1bbd1ec751c87b556845a15da720af5b971b
+DIST glib-2.50.0.tar.xz 7513808 SHA256 
830b551fa626bda06e12729205b3c5bb0d82b924a8cf64d948945878f01b7d70 SHA512 
ad711cac11bb4e3a2c5cfa315f67ea252f2f91249bb00daf708653ad50895f0ebe874d491e6052b67c8e13bd153910105358964d0b7f86463b512a3ee2967b3c
 WHIRLPOOL 
a7a0010b8949744b2410a5ea47b7975e960246294c6947d4804dc504c0509aefa0fb883e20f889d08a238c39ab1e2626e2d71bc5947f9bebfefe42bf1d00d61e
 DIST pkg-config-0.28.tar.gz 1931203 SHA256 
6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 SHA512 
6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320
 WHIRLPOOL 
db4ddb4ce61724e629931c5ffccb4d7a551b4dc0f4efed5a966822307e4b5a786adee5705dd80ec0a9aa32cb1af9ad9615e307360e131fc34688207216161486

diff --git a/dev-libs/glib/files/glib-2.50.0-external-gdbus-codegen.patch 
b/dev-libs/glib/files/glib-2.50.0-external-gdbus-codegen.patch
new file mode 100644
index ..2c942d5
--- /dev/null
+++ b/dev-libs/glib/files/glib-2.50.0-external-gdbus-codegen.patch
@@ -0,0 +1,93 @@
+diff --git a/configure.ac b/configure.ac
+index e8e7553..216e59d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -385,14 +385,14 @@ AC_SUBST(PERL_PATH)
+ # option to specify python interpreter to use; this just sets $PYTHON, so that
+ # we will fallback to reading $PYTHON if --with-python is not given, and
+ # python.m4 will get the expected input
+-AC_ARG_WITH(python,
+-AS_HELP_STRING([--with-python=PATH],
+-   [Path to Python interpreter; searches $PATH if 
only a program name is given; if not given, searches for a few standard names 
such as "python3" or "python2"]),
+-[PYTHON="$withval"], [])
+-if test x"$PYTHON" = xyes; then
+-  AC_MSG_ERROR([--with-python option requires a path or program argument])
+-fi
+-AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5")
++# AC_ARG_WITH(python,
++# AS_HELP_STRING([--with-python=PATH],
++#[Path to Python interpreter; searches $PATH if 
only a program name is given; if not given, searches for a few standard names 
such as "python3" or "python2"]),
++# [PYTHON="$withval"], [])
++# if test x"$PYTHON" = xyes; then
++#   AC_MSG_ERROR([--with-python option requires a path or program argument])
++# fi
++# AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5")
+ 
+ 
+ dnl ***
+@@ -3453,7 +3453,6 @@ gobject/glib-mkenums
+ gobject/tests/Makefile
+ gthread/Makefile
+ gio/Makefile
+-gio/gdbus-2.0/codegen/Makefile
+ gio/gdbus-2.0/codegen/config.py
+ gio/gnetworking.h
+ gio/xdgmime/Makefile
+diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am
+index 5741a3e..d38e768 100644
+--- a/docs/reference/gio/Makefile.am
 b/docs/reference/gio/Makefile.am
+@@ -177,7 +177,6 @@ man_MANS +=\
+   gsettings.1 \
+   gresource.1   

[gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/, profiles/

2016-09-19 Thread Remi Cardona
commit: f1933397b361e3aa3e1b4e736c15810a57950c8e
Author: Rémi Cardona  gentoo  org>
AuthorDate: Mon Sep 19 21:53:57 2016 +
Commit: Remi Cardona  gentoo  org>
CommitDate: Mon Sep 19 21:56:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1933397

dev-util/gdbus-codegen: bump to 2.50.0

Package-Manager: portage-2.3.0

 dev-util/gdbus-codegen/Manifest|  1 +
 dev-util/gdbus-codegen/gdbus-codegen-2.50.0.ebuild | 47 ++
 profiles/package.mask  |  4 ++
 3 files changed, 52 insertions(+)

diff --git a/dev-util/gdbus-codegen/Manifest b/dev-util/gdbus-codegen/Manifest
index e757369..29a1d79 100644
--- a/dev-util/gdbus-codegen/Manifest
+++ b/dev-util/gdbus-codegen/Manifest
@@ -3,3 +3,4 @@ DIST glib-2.46.2.tar.xz 7344636 SHA256 
5031722e37036719c1a09163cc6cf7c326e4c4f1f
 DIST glib-2.48.0.tar.xz 7487800 SHA256 
744be6931ca914c68af98dc38ff6b0cf8381d65e335060faddfbf04c17147c34 SHA512 
684544bc594d9f6c905495d895daed40b074bcf5fa835aefb9a1034afc9564b2bd464e68d4c378c210e96918ef5d5202350da53a7104794420e990049ddbebf5
 WHIRLPOOL 
39ddd7fd17ecc2100f2156165210d2cf68ae13724b252e42705bc89d0c4145cddca3a30f9e3bf9b6a2971cbffe0e108d2acae1200c8fe6d9db91b4b3953c4950
 DIST glib-2.48.1.tar.xz 7441032 SHA256 
74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612 SHA512 
5bbea7d07ba6d75c35c6be8f1ebc685aa2549bd20030741b2d6e2c30e9b2d476c2afa50a974bbdad98c305666c8b04357b51619c97fe50d3e9965700088aad9b
 WHIRLPOOL 
2f08854815fee79b6246accedb62a714845b7f0bc67bcd6cde48aa0147a957e6c9cbbc424100d651ee5573f31a3db89ee1935e3ffdc97c5bf1d5711a85545eb2
 DIST glib-2.48.2.tar.xz 6408644 SHA256 
f25e751589cb1a58826eac24fbd4186cda4518af772806b666a3f91f66e6d3f4 SHA512 
2eac104eb2207d0a6488992e48069a34b417f51e141364f281ab7b0953a6de88be177b1c694dd9464a856c9a5d8021e3cf0193a8d9c5aaf6ea11f1f9ff743c43
 WHIRLPOOL 
cba211000d5597e93d01113e5f2b6736e47f4daa00935a53af182b3304fef9a1ac25f78995c7a53cc1234261433a1bbd1ec751c87b556845a15da720af5b971b
+DIST glib-2.50.0.tar.xz 7513808 SHA256 
830b551fa626bda06e12729205b3c5bb0d82b924a8cf64d948945878f01b7d70 SHA512 
ad711cac11bb4e3a2c5cfa315f67ea252f2f91249bb00daf708653ad50895f0ebe874d491e6052b67c8e13bd153910105358964d0b7f86463b512a3ee2967b3c
 WHIRLPOOL 
a7a0010b8949744b2410a5ea47b7975e960246294c6947d4804dc504c0509aefa0fb883e20f889d08a238c39ab1e2626e2d71bc5947f9bebfefe42bf1d00d61e

diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.50.0.ebuild 
b/dev-util/gdbus-codegen/gdbus-codegen-2.50.0.ebuild
new file mode 100644
index ..1eb5533
--- /dev/null
+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.50.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GNOME_ORG_MODULE="glib"
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_REQ_USE="xml"
+
+inherit eutils gnome.org distutils-r1
+
+DESCRIPTION="GDBus code and documentation generator"
+HOMEPAGE="http://www.gtk.org/;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+# To prevent circular dependencies with glib[test]
+PDEPEND=">=dev-libs/glib-${PV}:2"
+
+S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen"
+
+python_prepare_all() {
+   PATCHES=(
+   "${FILESDIR}/${PN}-2.40.0-sitedir.patch"
+   )
+   distutils-r1_python_prepare_all
+
+   sed -e 's:#!@PYTHON@:#!/usr/bin/env python:' gdbus-codegen.in > 
gdbus-codegen || die
+   cp "${FILESDIR}/setup.py-2.32.4" setup.py || die "cp failed"
+   sed -e "s/@PV@/${PV}/" -i setup.py || die "sed setup.py failed"
+}
+
+src_test() {
+   einfo "Skipping tests. This package is tested by dev-libs/glib"
+   einfo "when merged with FEATURES=test"
+}
+
+python_install_all() {
+   distutils-r1_python_install_all # no-op, but prevents QA warning
+   doman "${WORKDIR}/glib-${PV}/docs/reference/gio/gdbus-codegen.1"
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 4aebbff..2030e5c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Gnome Team  (19 sep 2016)
+# Gnome 3.22 mask
+>=dev-util/gdbus-codegen-2.50.0
+
 # David Seifert  (18 Sep 2016)
 # Masked for failing to build with GCC 6, still using ancient
 # distutils.eclass, tightly coupled to dev-libs/xqilla-2.2*.



[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/

2016-09-19 Thread Mike Gilbert
commit: daa6b01e3f46b5f50820e8662247aed4ac72f0e8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 19 21:48:18 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 19 21:48:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa6b01e

Revert "media-fonts/noto: add blocker on noto-cjk"

This reverts commit 49f7a0e817ee159d6839980fd257d95a88141ad9.

 media-fonts/noto/noto-20160305-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-fonts/noto/noto-20160305-r1.ebuild 
b/media-fonts/noto/noto-20160305-r1.ebuild
index 8fae73e..dee2a94 100644
--- a/media-fonts/noto/noto-20160305-r1.ebuild
+++ b/media-fonts/noto/noto-20160305-r1.ebuild
@@ -20,7 +20,6 @@ KEYWORDS="alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
 IUSE="cjk"
 
 DEPEND="cjk? ( app-arch/unzip )"
-RDEPEND="cjk? ( !media-fonts/noto-cjk )"
 RESTRICT="binchecks strip"
 
 S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto-cjk/

2016-09-19 Thread Mike Gilbert
commit: 3fee3e8739e73fb018ca1790ff937cce04a8a69b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 19 21:48:42 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 19 21:48:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fee3e87

Revert "media-fonts/noto-cjk: add blocker on older versions of noto"

This reverts commit 24d15fc31f09be0debbdc054b8c2c7a3418ba968.

 media-fonts/noto-cjk/noto-cjk-20150615.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-fonts/noto-cjk/noto-cjk-20150615.ebuild 
b/media-fonts/noto-cjk/noto-cjk-20150615.ebuild
index 7d516a0..cf65e68 100644
--- a/media-fonts/noto-cjk/noto-cjk-20150615.ebuild
+++ b/media-fonts/noto-cjk/noto-cjk-20150615.ebuild
@@ -19,8 +19,6 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
-RDEPEND="!

[gentoo-commits] repo/user/ssnb:master commit in: dev-util/idea-ultimate/

2016-09-19 Thread Samuel Bernardo
commit: e241e8622718d80cfb6faa73aeb30f11ee72882e
Author: Samuel Bernardo  gmail  com>
AuthorDate: Mon Sep 19 21:44:41 2016 +
Commit: Samuel Bernardo  gmail  com>
CommitDate: Mon Sep 19 21:44:41 2016 +
URL:https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=e241e862

add idea-iu 2016.2.4

 dev-util/idea-ultimate/Manifest|  2 +
 .../idea-ultimate-2016.2.4.162.2032.8.ebuild   | 82 ++
 2 files changed, 84 insertions(+)

diff --git a/dev-util/idea-ultimate/Manifest b/dev-util/idea-ultimate/Manifest
index 815a88e..cb42d81 100644
--- a/dev-util/idea-ultimate/Manifest
+++ b/dev-util/idea-ultimate/Manifest
@@ -1,8 +1,10 @@
 DIST ideaIU-2016.2.1.tar.gz 497983087 SHA256 
36c2214f74a66c11e589c2c5c1ec2a5c117d2ccb9e50ebd44a6c3a44f562 SHA512 
211bd536fd169a9e9e0c2d0165bbbf6b44085323be022f46fb539ed42c2a40a1cb8528aa422fbc6e2e09157504e33d13646159804fe5f79b04d9015e73b73461
 WHIRLPOOL 
72cee50837bf1d471d68b49ee50fd8ba4cd7d06a8c8dd2db4274a11fdc58b9712c76c64d453972c4400a43f50462a3a2684cb7159aa77d8b061af3071a21a4c9
 DIST ideaIU-2016.2.3.tar.gz 505361106 SHA256 
d30f431763231d1666a1faa96d1f79589ae0cc539a955bd0d29745b2d51c1ef9 SHA512 
3ca02a942982fcc9fd77bafda508c89f839fa698ad20f3c22dadcd53629524bb47f324bbe56ddb5ca5b0e0501f4d38d278fcf24518d1c982369f0280808f7d43
 WHIRLPOOL 
19ee5ca7ceac83936c364b037e93deaaeafa9a93fdf24cfbb1afffcb7fd208e3f0c7a37c4ad0dbe601f055d2d02f36c722a11fdac3bd6562dd075bdb9397b25e
+DIST ideaIU-2016.2.4.tar.gz 506828925 SHA256 
f940fb9fa356e28351dd99cf2612c967d173e4413b66c0452ee8fa651b64b698 SHA512 
8e4ca647bcd82a0f819c915c99abc34a3f1de98bc9a1d2bfe4590384adf3adff054e4355e46a1bfd8a363fa71ebf0c4fa42e2f6fa13e3db29f01c48ac1fe898a
 WHIRLPOOL 
556f0c882f412ecaf94a587766b5582a67a7f9d2f516970c722e600c2df5fcb6d3f8b4082905376ed87a21aa18189a06cfdeb994e43646a1b7c18cf164c62636
 DIST ideaIU-2016.2.tar.gz 495029721 SHA256 
647ea2b7c1954012ca2e1e027b59ad7fa6cf24dee2dcc22c135155c60cc41182 SHA512 
d61ad48fe7751fbff3551426f290062124002f561eace16c7ddfddf6c8ee33b449b0e9c573e9536dc1d8750458b9f44cde82433168a91537bbfc5301e3aee2cd
 WHIRLPOOL 
596157ed4fd4bd007539a2664f0c317b8fba7fb8f89aaa28d8bbbc5bdda75671a9d97bd536faed0328855e99bb81970abf694271c70cb566cf8e6814662341ba
 EBUILD idea-ultimate-2016.2.1.162.1447.26.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 WHIRLPOOL 
845e8bd93b586781c5d2f17758bb5191a3d9f84452c738365bffd012a99ea29ad4fd564ff1695f0ff541cc89801c92a1eaaac67a56408688dd6d6fef6245db3b
 EBUILD idea-ultimate-2016.2.162.1121.32.ebuild 2199 SHA256 
3d97aa08ce002ee236eb63178394e2f8c0ba89c0959535c35d4f198351390376 SHA512 
a51a94d962c6dde8b0cafdf483389b2ea4e806ac96000922644454309f10365b2fa643f5394d6207fe1d51140570bad8fbbfe2ef963ca476b3f3e754d0dd8094
 WHIRLPOOL 
0bcb5baeb07ddb112a754b6dd7a38ab329db4852858d581c698c5e8169868ac5a8e260921977240908d29c82037652bd37b16cc0b0da13b422ef3c5712454883
 EBUILD idea-ultimate-2016.2.3.162.1812.17.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 WHIRLPOOL 
845e8bd93b586781c5d2f17758bb5191a3d9f84452c738365bffd012a99ea29ad4fd564ff1695f0ff541cc89801c92a1eaaac67a56408688dd6d6fef6245db3b
+EBUILD idea-ultimate-2016.2.4.162.2032.8.ebuild 2210 SHA256 
66790283cbee489109e00427aafaf7d7437b6046cde9dc0c40c4be2490d09453 SHA512 
ec8950de1273a25c1e2d0832af4d3f61336311fa2d95fb2f21be4304411ca8793107b1034993672fe49e66db7744fa17857ee365045b6f47fa06e73579493d39
 WHIRLPOOL 
845e8bd93b586781c5d2f17758bb5191a3d9f84452c738365bffd012a99ea29ad4fd564ff1695f0ff541cc89801c92a1eaaac67a56408688dd6d6fef6245db3b
 MISC ChangeLog 142 SHA256 
3fb664d9c210061dd87dc6be4948fadbcc413e5a6bd09f4a262aa092b7f09648 SHA512 
f66d54089ee757d3bc997f4edba58e6b6b91d47c6fca9f33edf4bfc9e03acabfc7af723c1238c313ccf6cde747c7b91274e67c15abc92da8dd6dd5ac58006b7b
 WHIRLPOOL 
57d321122e01e8aed81d0393610296a2c29b30f81c03b8114b7ac854dfe2f5eb03841fe08e9f25c63598640ca754352ba5063f432be64d79473553ce98735aa5
 MISC metadata.xml 594 SHA256 
1261f2f20c826a09850a69f95d9f143f0eb6462177310a00624ae64b17e04209 SHA512 
2c830e91b8a9f97f8708392469121a4f5309e99cd58138a0d661394a5ca8a7c07ce47bc0cc9516aa1e6b106131b492fbbee6522be419e6ed7690d88cf2510df2
 WHIRLPOOL 
68f94bf90d0099971d88923aee992131960665d9efc689fbac28cc69fe8b0b3a28434987a8032b998d4581eb735c439e8f7554366482497c5b11fed3db3d3d80

diff --git a/dev-util/idea-ultimate/idea-ultimate-2016.2.4.162.2032.8.ebuild 
b/dev-util/idea-ultimate/idea-ultimate-2016.2.4.162.2032.8.ebuild
new file mode 100644
index 000..9f54b9e
--- /dev/null
+++ b/dev-util/idea-ultimate/idea-ultimate-2016.2.4.162.2032.8.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU 

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

2016-09-19 Thread Andreas Hüttel
commit: bb12657fddf8b463de4bdd858b805b0eaa2aaf5a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Sep 19 21:43:27 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Sep 19 21:44:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb12657f

dev-lang/perl: Allow finetuning with EXTRA_ECONF, bug 558070

Package-Manager: portage-2.3.0

 dev-lang/perl/perl-5.24.0-r1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-lang/perl/perl-5.24.0-r1.ebuild 
b/dev-lang/perl/perl-5.24.0-r1.ebuild
index e4d7ab2..20d0186 100644
--- a/dev-lang/perl/perl-5.24.0-r1.ebuild
+++ b/dev-lang/perl/perl-5.24.0-r1.ebuild
@@ -380,6 +380,10 @@ src_configure() {
 
myconf -Dnoextensions="${disabled_extensions}"
 
+   [[ -n "${EXTRA_ECONF}" ]] && ewarn During Perl build, 
EXTRA_ECONF=${EXTRA_ECONF}
+   # allow fiddling via EXTRA_ECONF, bug 558070
+   eval "local -a EXTRA_ECONF=(${EXTRA_ECONF})"
+
sh Configure \
-des \
-Duseshrplib \
@@ -419,7 +423,8 @@ src_configure() {
-Dsh="${EPREFIX}"/bin/sh \
-Dtargetsh="${EPREFIX}"/bin/sh \
-Uusenm \
-   "${myconf[@]}" || die "Unable to configure"
+   "${myconf[@]}" \
+   "${EXTRA_ECONF[@]}" || die "Unable to configure"
 }
 
 src_test() {



[gentoo-commits] proj/musl:master commit in: mail-mta/exim/files/, mail-mta/exim/

2016-09-19 Thread Anthony G. Basile
commit: 771922083ce03e9fd64bcc54eedf9e1c8bf979f2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 21:36:47 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 21:36:47 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=77192208

mail-mta/exim: moved to tree

 mail-mta/exim/Manifest |  23 -
 mail-mta/exim/exim-4.87-r99.ebuild | 536 -
 mail-mta/exim/files/auth_conf.sub  |  25 -
 mail-mta/exim/files/exim-4.14-tail.patch   |  11 -
 mail-mta/exim/files/exim-4.20-maildir.patch|  14 -
 mail-mta/exim/files/exim-4.69-r1.27021.patch   |  48 --
 .../exim/files/exim-4.74-localscan_dlopen.patch| 262 --
 .../exim/files/exim-4.74-radius-db-ENV-clash.patch |  22 -
 mail-mta/exim/files/exim-4.76-crosscompile.patch   |  15 -
 .../exim/files/exim-4.80-spool-mail-group.patch|  27 --
 .../exim/files/exim-4.82-makefile-freebsd.patch|  45 --
 .../exim/files/exim-4.87-as-needed-ldflags.patch   | 145 --
 mail-mta/exim/files/exim-submission.socket |  10 -
 mail-mta/exim/files/exim-submission_at.service |  11 -
 mail-mta/exim/files/exim.confd |   5 -
 mail-mta/exim/files/exim.logrotate |   9 -
 mail-mta/exim/files/exim.rc9   |  46 --
 mail-mta/exim/files/exim.service   |  12 -
 mail-mta/exim/files/exim.socket|  10 -
 mail-mta/exim/files/exim_at.service|   7 -
 mail-mta/exim/metadata.xml |  54 ---
 21 files changed, 1337 deletions(-)

diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest
deleted file mode 100644
index 0d9a2db..000
--- a/mail-mta/exim/Manifest
+++ /dev/null
@@ -1,23 +0,0 @@
-AUX auth_conf.sub 790 SHA256 
d0631d487f115c07a178d48bc7168cd16d7b22c8879b1e926923152cde95ba78 SHA512 
c0799a44e0fabdd4eb33c9c4a009c7abed80d5b2ab773206b11d644e54bb79004c5741fc510df77fe9856bdff979a14f1cf9a58da19fb00aaae05c623da287b3
 WHIRLPOOL 
54a457732851ec3154b38e161728f932e52166e0a3debe3f4672208207eb3070056a473bd6b73977ecda2d8d6c7348cbaf4870ee3d4b3250e64f2da5f58c5153
-AUX exim-4.14-tail.patch 446 SHA256 
74d1044bb94e167180fd8f8aba7449ca3d2b09b1ce170a1a2e4e54ca0cd660da SHA512 
a0365b15f0a48076f9660ebc424d48f68995ac21bbf77f407bdca5103ca65758d7f2241d0151eb5c78476557e240b24a95c23d3b12cfffc1b34ab6f89f2c2110
 WHIRLPOOL 
c6e7e1d183c7669a745b33643c61b672a2c2800a0f1eeff380afa5cafe6d97a91106a4f08273ed154a87cfc7ee807cef8308422b53092083fcc12030403786a5
-AUX exim-4.20-maildir.patch 478 SHA256 
2704c4db67bb7c58c2421656d942f533d1eedf1df187e76297ab72d2c2a2fb4c SHA512 
2c6f68e3c162a51e62ce6e391db8e79733f11bba20cc8778737650158203b88f9a77b7bbbd2a32b2cf8ae50f039b794fb0996f198acec6a50b94cad6a111f432
 WHIRLPOOL 
4cf3638b7c7b05badeebbb65151f5d8e847fe2324ca5f88bcca87b8bf7e01ae290a9deccb26dec6abec89f105d00625efe99874e9ea2edf4a557b3d831c3b9f0
-AUX exim-4.69-r1.27021.patch 1447 SHA256 
dc81115be1324cf2d61ff2e2393462bd31aa63551a8b58d9dac39293bec058d5 SHA512 
45a5b833c698da4690485716c7c45d762a9194d5ae41514028bbad548bbd44373cf7a3a3c6a1c4f635f3f50d1695ac7ead098bf8be15cd1f691c7cc6c7f8d715
 WHIRLPOOL 
ddf5a97d6d2c7220ebbca8ae5377a2c177c75bbed82a2e356f71582839021fe32eb6001d099fa4fb9c4afd55e7a74249d54997cdf691eb6b6aa44a8f834b1d64
-AUX exim-4.74-localscan_dlopen.patch 9280 SHA256 
dcd44f552e9b9b79facc988c9efad3ab1609a4e4209e9276323f49d1ea00e462 SHA512 
bfd35b8fcc7b8bd50a28b2bb7865d358ed1af3978b057da1c83a0be38ba30a737d983b6b5cf829559ba8c490709d28bdb7d679eb825fe7e24798ec223bedc94e
 WHIRLPOOL 
7140c45782d8611638f3aecc960f890963b1d34fd1cca7a5b78058a616607d10c1a50d4110498e9c3d700ca04df8797c184ce816bfd1cab8931bd4eb9ef3aa8a
-AUX exim-4.74-radius-db-ENV-clash.patch 667 SHA256 
a4150c9b73203dd284faa646a67e39f431d07c6a378af8fabc97a4ad9e078437 SHA512 
040bbdb2259df882569a428b7fef03f89c3685428654ac29e93360a4791bdabe66e52d33d14f0822461fac119295bd31aad5998f63d59d4af057bd26b310a568
 WHIRLPOOL 
3ef9641fc821be5d7477ccc41f8656f987a896e883a7aa3a627b92e64e2663a87f345bd0fc46ae1b4b9f6ac09a560c951c0396dd135305c97821374d8aa08806
-AUX exim-4.76-crosscompile.patch 462 SHA256 
25ba013858b0fc239e24166554c1e28832d3d25801b53ca633f289bc4ae72b8e SHA512 
d4fd4417c1ce727f13c399795312cdbbb9735d0793d68f8e3150240bc53b31277cb26f9946ba549b34c661fc0a61147d376bda09aa6763cab55d80d62343
 WHIRLPOOL 
22026d355888efb2f823842c596fb670f0821076fe6faaae9d0a6ecf57a4a6de52af9f720e784e8d7bbcf681494a020f22e75f4a2aa079d30880f5c9af759405
-AUX exim-4.80-spool-mail-group.patch 946 SHA256 
4f013e30f6f96360baa7d5d7818eaf5247984ab0eb43b8b5ba8d1bd8704b811b SHA512 
24f30e9a9d90dc0f1fe8b3db26f8bc2649182b4e78110dc28a9c0f3a3feb7589f923144a4f1c54a1c46ff8cfe40826a1f2212787753be752f4d15a72d54a143b
 WHIRLPOOL 
aa34f4e721fda796ebeb091514ec35ffcf153e813b7760245d25da5d6f27590734d28032498a0ffb2262e170355b0a99b53947818e669d1f79bd0393ae85a2d6
-AUX exim-4.82-makefile-freebsd.patch 1252 SHA256 

[gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/

2016-09-19 Thread Anthony G. Basile
commit: 6bb0db3ff51967710c6261449f18b32125d0a4c2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 21:35:09 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 21:35:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb0db3f

mail-mta/exim: add musl support, bug #533660

Package-Manager: portage-2.2.28

 mail-mta/exim/exim-4.87-r1.ebuild | 537 ++
 1 file changed, 537 insertions(+)

diff --git a/mail-mta/exim/exim-4.87-r1.ebuild 
b/mail-mta/exim/exim-4.87-r1.ebuild
new file mode 100644
index ..ddb6cce
--- /dev/null
+++ b/mail-mta/exim/exim-4.87-r1.ebuild
@@ -0,0 +1,537 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs multilib pam systemd
+
+IUSE="dane dcc +dkim dlfunc dmarc +dnsdb doc dovecot-sasl dsn exiscan-acl 
gnutls ipv6 ldap libressl lmtp maildir mbx mysql nis pam perl pkcs11 postgres 
+prdr proxy radius redis sasl selinux spf sqlite srs ssl syslog tcpd tpda X 
elibc_glibc"
+REQUIRED_USE="
+   dane? ( !gnutls )
+   dmarc? ( spf dkim )
+   pkcs11? ( gnutls )
+   spf? ( exiscan-acl )
+   srs? ( exiscan-acl )
+"
+
+COMM_URI="ftp://ftp.exim.org/pub/exim/exim4$([[ ${PV} == *_rc* ]] && echo 
/test)"
+
+DESCRIPTION="A highly configurable, drop-in replacement for sendmail"
+SRC_URI="${COMM_URI}/${P//rc/RC}.tar.bz2
+   mirror://gentoo/system_filter.exim.gz
+   doc? ( ${COMM_URI}/${PN}-html-${PV//rc/RC}.tar.bz2 )"
+HOMEPAGE="http://www.exim.org/;
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-solaris"
+
+COMMON_DEPEND=">=sys-apps/sed-4.0.5
+   >=sys-libs/db-3.2:=
+   dev-libs/libpcre
+   perl? ( dev-lang/perl:= )
+   pam? ( virtual/pam )
+   tcpd? ( sys-apps/tcp-wrappers )
+   ssl? (
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:= )
+   )
+   gnutls? ( net-libs/gnutls[pkcs11?]
+ dev-libs/libtasn1 )
+   ldap? ( >=net-nds/openldap-2.0.7 )
+   nis? ( elibc_glibc? ( || (
+   =sys-libs/glibc-2.23[rpc]
+   ) ) )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )
+   sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 )
+   redis? ( dev-libs/hiredis )
+   spf? ( >=mail-filter/libspf2-1.2.5-r1 )
+   dmarc? ( mail-filter/opendmarc )
+   srs? ( mail-filter/libsrs_alt )
+   X? ( x11-proto/xproto
+   x11-libs/libX11
+   x11-libs/libXmu
+   x11-libs/libXt
+   x11-libs/libXaw
+   )
+   sqlite? ( dev-db/sqlite )
+   radius? ( net-dialup/freeradius-client )
+   virtual/libiconv
+   "
+   # added X check for #57206
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/mini-qmail
+   !=mail-mta/msmtp-1.4.19-r1[mta]
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/postfix
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !=mail-mta/ssmtp-2.64-r2[mta]
+   !net-mail/mailwrapper
+   >=net-mail/mailbase-0.00-r5
+   virtual/logger
+   dcc? ( mail-filter/dcc )
+   selinux? ( sec-policy/selinux-exim )
+   "
+
+S=${WORKDIR}/${P//rc/RC}
+
+src_prepare() {
+   epatch "${FILESDIR}"/exim-4.14-tail.patch
+   epatch "${FILESDIR}"/exim-4.74-localscan_dlopen.patch
+   epatch "${FILESDIR}"/exim-4.69-r1.27021.patch
+   epatch "${FILESDIR}"/exim-4.74-radius-db-ENV-clash.patch # 287426
+   epatch "${FILESDIR}"/exim-4.82-makefile-freebsd.patch # 235785
+   epatch "${FILESDIR}"/exim-4.87-as-needed-ldflags.patch # 352265, 391279
+   epatch "${FILESDIR}"/exim-4.76-crosscompile.patch # 266591
+
+   if use maildir ; then
+   epatch "${FILESDIR}"/exim-4.20-maildir.patch
+   else
+   epatch "${FILESDIR}"/exim-4.80-spool-mail-group.patch # 438606
+   fi
+
+   # user Exim believes it should be
+   MAILUSER=mail
+   MAILGROUP=mail
+   if use prefix && [[ ${EUID} != 0 ]] ; then
+   MAILUSER=$(id -un)
+   MAILGROUP=$(id -gn)
+   fi
+}
+
+src_configure() {
+   # general config and paths
+
+   sed -i.orig \
+   -e 
"/SYSTEM_ALIASES_FILE/s'SYSTEM_ALIASES_FILE'${EPREFIX}/etc/mail/aliases'" \
+   "${S}"/src/configure.default || die
+
+   sed -i -e 's/^buildname=.*/buildname=exim-gentoo/g' Makefile || die
+
+   sed -e "48i\CFLAGS=${CFLAGS}" \
+   -e 
"s:BIN_DIRECTORY=/usr/exim/bin:BIN_DIRECTORY=${EPREFIX}/usr/sbin:" \
+   -e "s:EXIM_USER=:EXIM_USER=${MAILUSER}:" \
+   -e 

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

2016-09-19 Thread Anthony G. Basile
commit: 5600c0735d024b65c378a86f36a9d128d2111fb6
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 21:30:15 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 21:30:15 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=5600c073

mail-mta/exim: remove HAVE_ICONV=yes

Package-Manager: portage-2.2.28

 mail-mta/exim/Manifest | 2 +-
 mail-mta/exim/exim-4.87-r99.ebuild | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest
index 698564b..0d9a2db 100644
--- a/mail-mta/exim/Manifest
+++ b/mail-mta/exim/Manifest
@@ -19,5 +19,5 @@ AUX exim_at.service 140 SHA256 
faad96dadbb2750faa5652d830f10d5a14be487a42e8db1ce
 DIST exim-4.87.tar.bz2 1801422 SHA256 
74691e0dff4d1b5d387e9c33c86f96a8f6d2adbc781c0dec9d2061a847b07dc9 SHA512 
2b0d5c82133315c444e29abd182e0866482c904db1abe5ffe9a3008c2174f52eca850a433c069b4102874dc32bbe4af112beac94ffa154f1c06615c24deb47a4
 WHIRLPOOL 
3aede6629fbf41a71f6907e636458165258b523a3080d0b59ba6b295c1a258d8ce205a3295d4c49c2e6e88ef597b64895684fd47a3f5c3fba360d8e56be5f7f9
 DIST exim-html-4.87.tar.bz2 478953 SHA256 
8f87876d4a392f59d1009ba64ac461862951a3f4eed9c0b14a49be7bcbdc1f12 SHA512 
224884abfd7ab9a2410dbdd24bb65545faf427f1b83a942c6c72309e7d85771f78bf7dc5ec1439de95e1038959cdfc4ab549abb98852c8b17c8310b51ad0385c
 WHIRLPOOL 
0444f0b8d8f2e6fab66e9ec7b169eb1d175247e31c323f0a2817b60e2ce6b75057c8d38477697472b009f73fd4b285595b8ca09bac845763767e8146d6c87491
 DIST system_filter.exim.gz 3075 SHA256 
3a3471b486a09e0a0153f7b520e1eaf26d21b97d73ea8348bdc593c00eb1e437 SHA512 
cb358d3ce2499a0bb5920d962a06f2af8486e55ec90c8c928bd8e3aefb279aa57f5f960d5adfcef68bd94110b405eaa144e9629cfe6014a529c79c544600bbf3
 WHIRLPOOL 
ce68d9c18b24eca3ef97ea810964cc1ada5f85b795a7c432ad39b5788188a16419101c92fb52b418738d760e1d658f7a41485e5561079a667d84d276c71be5a4
-EBUILD exim-4.87-r99.ebuild 12840 SHA256 
4d859ade0e316973ce7216957ea988e647cf3b955b2b91907f96f4b57e487faf SHA512 
06281fd64af8b09680f4866a79e8db509cceda95d4977cc604dbfbd997c3f82ce299a53e6788217af73129b1325590ca1802071a170af63e2e19e71a51508235
 WHIRLPOOL 
c59d6c594d7ba0cef52b7da7d8a8789066fa3bdfbf46bec48cda3cc74dc40265f477285290cfdf3f68045f4e219e40d79169b4a5d703ac9f5ab79922e488f5b9
+EBUILD exim-4.87-r99.ebuild 12823 SHA256 
2aa390c4f75487f5bbe53ab248d367b6c50498cb7f021fc1e256499177eb9970 SHA512 
890572201e343c5ece86ab2d94b6d5213d7241214d8d32ebd001fb30ba06f2de77da1763dcb29bce5b013b62602e1d07cf1a80fa3c16ed12a13689d6a923a5a1
 WHIRLPOOL 
2aaf1acd94a5b3f8e7aa71fbe2514a1cec9a3e760d1ff0aa5729b94542088ad1177db7016f9846485fbac607fa5b29315e958f1afa889336da9891a7197b4d0c
 MISC metadata.xml 2482 SHA256 
ec45d3ec75d244d4e842d76157f927deb78c933d01fabbefd1dc3f3a1666494d SHA512 
dcda0d8164098a41d7defa30b84b36bfdc6fc1fecce2dc680aa22341f67be9dad281bdee0b6f9028459b4a62d4f3a83a16bd1cdca99238b114532c7b06f5c25f
 WHIRLPOOL 
5bdfc907c3fe72cfa3846a183737de42315ebee92e168835347a419366049daab2b9ad236bc24889828d96dac8cd6d44711ccbe8de895ec9da909f5ec1c4d72c

diff --git a/mail-mta/exim/exim-4.87-r99.ebuild 
b/mail-mta/exim/exim-4.87-r99.ebuild
index 32307c6..69d30a3 100644
--- a/mail-mta/exim/exim-4.87-r99.ebuild
+++ b/mail-mta/exim/exim-4.87-r99.ebuild
@@ -139,7 +139,6 @@ src_configure() {
INFO_DIRECTORY=${EPREFIX}/usr/share/info
PID_FILE_PATH=${EPREFIX}/run/exim.pid
SPOOL_DIRECTORY=${EPREFIX}/var/spool/exim
-   HAVE_ICONV=yes
EOC
 
# if we use libiconv, now is the time to tell so



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

2016-09-19 Thread David Seifert
commit: ec68a0d2c8e403843a57fc912e3f37841bca24c0
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:41:54 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:23:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec68a0d2

dev-python/python-poppler: remove unused patch

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

Signed-off-by: David Seifert  gentoo.org>

 .../files/python-poppler-0.12.1-76_75.diff | 66 --
 1 file changed, 66 deletions(-)

diff --git a/dev-python/python-poppler/files/python-poppler-0.12.1-76_75.diff 
b/dev-python/python-poppler/files/python-poppler-0.12.1-76_75.diff
deleted file mode 100644
index 94f4543..
--- a/dev-python/python-poppler/files/python-poppler-0.12.1-76_75.diff
+++ /dev/null
@@ -1,66 +0,0 @@
 poppler.override
-+++ poppler.override
-@@ -600,3 +600,62 @@
- return PycairoSurface_FromSurface(surface, NULL, NULL);
- #endif
- }
-+%%
-+override poppler_page_render_to_pixbuf kwargs
-+static PyObject *
-+_wrap_poppler_page_render_to_pixbuf(PyGObject *self,
-+PyObject *args,
-+PyObject *kwargs)
-+{
-+static char *kwlist[] = { "src_x", "src_y", "src_width",
-+  "src_height", "scale", "rotation", NULL };
-+int src_x, src_y, src_width, src_height, rotation;
-+double scale;
-+GdkPixbuf *pixbuf = NULL;
-+
-+if (!PyArg_ParseTupleAndKeywords(args, kwargs,
-+ "di:Poppler.Page.render_to_pixbuf",
-+ kwlist, _x, _y, _width,
-+ _height, , ))
-+return NULL;
-+
-+pyg_begin_allow_threads;
-+
-+poppler_page_render_to_pixbuf(POPPLER_PAGE(self->obj), src_x, src_y,
-+  src_width, src_height, scale,
-+  rotation, pixbuf);
-+
-+pyg_end_allow_threads;
-+
-+return pygobject_new((GObject *)pixbuf);
-+}
-+%%
-+override poppler_page_render_to_pixbuf_for_printing kwargs
-+static PyObject *
-+_wrap_poppler_page_render_to_pixbuf_for_printing(PyGObject *self,
-+ PyObject *args,
-+ PyObject *kwargs)
-+{
-+static char *kwlist[] = { "src_x", "src_y", "src_width",
-+  "src_height", "scale", "rotation", NULL };
-+int src_x, src_y, src_width, src_height, rotation;
-+double scale;
-+GdkPixbuf *pixbuf = NULL;
-+
-+if (!PyArg_ParseTupleAndKeywords(args, kwargs,
-+ 
"di:Poppler.Page.render_to_pixbuf_for_printing",
-+ kwlist, _x, _y, _width,
-+ _height, , ))
-+return NULL;
-+
-+pyg_begin_allow_threads;
-+
-+poppler_page_render_to_pixbuf_for_printing(POPPLER_PAGE(self->obj),
-+   src_x, src_y, src_width,
-+   src_height, scale,
-+   rotation, pixbuf);
-+
-+pyg_end_allow_threads;
-+
-+return pygobject_new((GObject *)pixbuf);
-+}
-



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

2016-09-19 Thread David Seifert
commit: 8f05e5c34e59b0b903733531cffb0d2d1f9344f2
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:38:53 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:23:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f05e5c3

dev-python/python-dateutil: remove unused patch

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

Signed-off-by: David Seifert  gentoo.org>

 .../files/python-dateutil-1.4.1-locale.patch| 13 -
 1 file changed, 13 deletions(-)

diff --git 
a/dev-python/python-dateutil/files/python-dateutil-1.4.1-locale.patch 
b/dev-python/python-dateutil/files/python-dateutil-1.4.1-locale.patch
deleted file mode 100644
index 53d4bb8..
--- a/dev-python/python-dateutil/files/python-dateutil-1.4.1-locale.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: python-dateutil/example.py
-===
 python-dateutil.orig/example.py2006-09-06 13:21:44.0 +0200
-+++ python-dateutil/example.py 2006-09-06 13:21:56.0 +0200
-@@ -5,7 +5,7 @@
- from datetime import *
- import commands
- import os
--now = parse(commands.getoutput("date"))
-+now = parse(commands.getoutput("LC_ALL=C date"))
- today = now.date()
- year = rrule(YEARLY,bymonth=8,bymonthday=13,byweekday=FR)[0].year
- rdelta = relativedelta(easter(year), today)



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

2016-09-19 Thread David Seifert
commit: e2482a285d34385f4f0ea9998b56f2f77d0934d4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:44:52 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:23:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2482a28

dev-python/requests: remove unused patch

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

Signed-off-by: David Seifert  gentoo.org>

 .../requests/files/requests-2.4.0-system-cacerts.patch | 14 --
 1 file changed, 14 deletions(-)

diff --git a/dev-python/requests/files/requests-2.4.0-system-cacerts.patch 
b/dev-python/requests/files/requests-2.4.0-system-cacerts.patch
deleted file mode 100644
index e3a41d9..
--- a/dev-python/requests/files/requests-2.4.0-system-cacerts.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur requests-2.4.0.orig/requests/certs.py requests-2.4.0/requests/certs.py
 requests/certs.py  2014-08-20 00:52:58.0 +0800
-+++ requests/certs.py  2014-09-09 14:17:33.237264068 +0800
-@@ -18,6 +18,10 @@
- except ImportError:
- def where():
- """Return the preferred certificate bundle."""
-+cacerts = '/etc/ssl/certs/ca-certificates.crt'
-+if os.path.exists(cacerts):
-+return cacerts
-+
- # vendored bundle inside Requests
- return os.path.join(os.path.dirname(__file__), 'cacert.pem')
- 



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

2016-09-19 Thread David Seifert
commit: e9ab3aef3873b15ac10e049ebdc722e21a433384
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:43:58 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:23:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ab3aef

dev-python/redis-py: remove unused patch

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

Signed-off-by: David Seifert  gentoo.org>

 .../files/redis-py-2.10.5-test-backport.patch  | 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-python/redis-py/files/redis-py-2.10.5-test-backport.patch 
b/dev-python/redis-py/files/redis-py-2.10.5-test-backport.patch
deleted file mode 100644
index 74d2d14..
--- a/dev-python/redis-py/files/redis-py-2.10.5-test-backport.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 550eee8106ca5984f104b3a2a79299d9ae0821af Mon Sep 17 00:00:00 2001
-From: Chris Lamb 
-Date: Tue, 18 Aug 2015 13:28:40 +0200
-Subject: [PATCH] Fix tests under Redis 3.x; we can be of an "embedded string"
- format now.
-
-Signed-off-by: Chris Lamb 

- tests/test_commands.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tests/test_commands.py b/tests/test_commands.py
-index 2e104ed..c0e56b0 100644
 a/tests/test_commands.py
-+++ b/tests/test_commands.py
-@@ -112,7 +112,7 @@ def test_object(self, r):
- r['a'] = 'foo'
- assert isinstance(r.object('refcount', 'a'), int)
- assert isinstance(r.object('idletime', 'a'), int)
--assert r.object('encoding', 'a') == b('raw')
-+assert r.object('encoding', 'a') in (b('raw'), b('embstr'))
- assert r.object('idletime', 'invalid-key') is None
- 
- def test_ping(self, r):



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/libcult/, dev-cpp/libcult/files/

2016-09-19 Thread David Seifert
commit: 00d100aaf6edc62928cafc6e0e8781979b19969e
Author: Kacper Kołodziej  kolodziej  in>
AuthorDate: Sun Sep 18 15:50:39 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:23:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d100aa

dev-cpp/libcult: fix cpp14 compilation; bug 593928

 * remove throw specificator in operator new declaration when compilation
   is performed using standard >= C++11
 * add cast from normal iterator to const iterator in one place

Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=593928
Closes: https://github.com/gentoo/gentoo/pull/2357

Signed-off-by: David Seifert  gentoo.org>

 dev-cpp/libcult/files/libcult-1.4.6-cpp14.patch | 163 
 dev-cpp/libcult/libcult-1.4.6-r1.ebuild |   1 +
 2 files changed, 164 insertions(+)

diff --git a/dev-cpp/libcult/files/libcult-1.4.6-cpp14.patch 
b/dev-cpp/libcult/files/libcult-1.4.6-cpp14.patch
new file mode 100644
index ..b357122
--- /dev/null
+++ b/dev-cpp/libcult/files/libcult-1.4.6-cpp14.patch
@@ -0,0 +1,163 @@
+Fix compilation with GCC 6.x (C++14 as default standard). Remove throw
+specificator from function declaration when compilation is performed with
+standard >= C++11. Adds one cast to argument in C++11, C++14.
+Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=593928
+
+--- a/cult/cli/file-arguments.hxx
 b/cult/cli/file-arguments.hxx
+@@ -46,8 +46,12 @@
+   {
+ if (i >= size ())
+   throw Bounds ();
+-
+-args_.erase (args_.begin () + i);
++  
++#if __cplusplus < 201103L
++  args_.erase (args_.begin() + i);
++#else
++args_.erase ((Containers::Vector::ConstIterator)(args_.begin 
() + i));
++#endif
+   }
+ 
+ private:
+--- a/cult/mm/new.cxx
 b/cult/mm/new.cxx
+@@ -140,7 +140,12 @@
+ using namespace Cult;
+ 
+ Void*
+-operator new (Size s) throw (MM::StdBadAlloc)
++operator new (Size s)
++#if __cplusplus < 201103L
++throw (MM::StdBadAlloc)
++#else
++noexcept(false)
++#endif
+ {
+   return MM::allocate (s, *MM::counted);
+ }
+--- a/cult/mm/new.hxx
 b/cult/mm/new.hxx
+@@ -255,7 +255,13 @@
+ }
+ 
+ Cult::Void*
+-operator new (Cult::Size) throw (Cult::MM::StdBadAlloc);
++operator new (Cult::Size)
++#if __cplusplus < 201103L
++throw (Cult::MM::StdBadAlloc)
++#else
++noexcept(false)
++#endif
++;
+ 
+ Cult::Void*
+ operator new (Cult::Size,
+--- a/cult/sched/condition.cxx
 b/cult/sched/condition.cxx
+@@ -12,6 +12,9 @@
+   {
+ Condition::
+ ~Condition ()
++#if __cplusplus >= 201103L
++noexcept(false)
++#endif
+ {
+   if (Int e = pthread_cond_destroy (_))
+ throw Implementation (e);
+--- a/cult/sched/condition.hxx
 b/cult/sched/condition.hxx
+@@ -19,7 +19,11 @@
+ class Condition: public NonCopyable
+ {
+ public:
+-  ~Condition ();
++  ~Condition ()
++#if __cplusplus >= 201103L
++  noexcept(false)
++#endif
++  ;
+ 
+   Condition (Mutex& mutex);
+ 
+--- a/cult/sched/mutex.cxx
 b/cult/sched/mutex.cxx
+@@ -12,6 +12,9 @@
+   {
+ Mutex::
+ ~Mutex ()
++#if __cplusplus >= 201103L
++noexcept(false)
++#endif
+ {
+   if (Int e = pthread_mutex_destroy (_))
+ throw Implementation (e);
+--- a/cult/sched/mutex.hxx
 b/cult/sched/mutex.hxx
+@@ -17,7 +17,11 @@
+ class Mutex: public NonCopyable
+ {
+ public:
+-  ~Mutex ();
++  ~Mutex ()
++#if __cplusplus >= 201103L
++  noexcept(false)
++#endif
++  ;
+ 
+   Mutex ();
+ 
+--- a/cult/sched/spin.cxx
 b/cult/sched/spin.cxx
+@@ -12,6 +12,9 @@
+   {
+ Spin::
+ ~Spin ()
++#if __cplusplus >= 201103L
++noexcept(false)
++#endif
+ {
+   if (Int e = pthread_spin_destroy (_))
+ throw Implementation (e);
+--- a/cult/sched/spin.hxx
 b/cult/sched/spin.hxx
+@@ -17,7 +17,11 @@
+ class Spin: public NonCopyable
+ {
+ public:
+-  ~Spin ();
++  ~Spin ()
++#if __cplusplus >= 201103L
++  noexcept(false)
++#endif
++  ;
+ 
+   Spin ();
+ 
+--- a/cult/sched/thread.cxx
 b/cult/sched/thread.cxx
+@@ -196,6 +196,9 @@
+ 
+ Thread::
+ ~Thread ()
++#if __cplusplus >= 201103L
++noexcept(false)
++#endif
+ {
+   tout << "thread is being destroyed.";
+ 
+--- a/cult/sched/thread.hxx
 b/cult/sched/thread.hxx
+@@ -30,7 +30,11 @@
+ 
+ public:
+   virtual
+-  ~Thread ();
++  ~Thread ()
++#if __cplusplus >= 201103L
++  noexcept(false)
++#endif
++  ;
+ 
+   Thread (Void* (*StartRoutine) (Void*), Void* arg = 0);
+ 

diff --git a/dev-cpp/libcult/libcult-1.4.6-r1.ebuild 
b/dev-cpp/libcult/libcult-1.4.6-r1.ebuild
index aa97dc1..7e86e4e 100644
--- a/dev-cpp/libcult/libcult-1.4.6-r1.ebuild
+++ b/dev-cpp/libcult/libcult-1.4.6-r1.ebuild
@@ -26,6 +26,7 @@ src_prepare() {
makefile || die "sed failed"
 
epatch "${FILESDIR}/${PV}-fix-compilation-with-gcc-4.7.patch"
+   epatch "${FILESDIR}/${P}-cpp14.patch" # bug 

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

2016-09-19 Thread David Seifert
commit: 9eff3635aff405792e38537be937884a134a5764
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:43:05 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:23:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eff3635

dev-python/pyzmq: remove unused patch

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

Signed-off-by: David Seifert  gentoo.org>

 dev-python/pyzmq/files/pyzmq-2.2.0.1-python3.patch | 34 --
 1 file changed, 34 deletions(-)

diff --git a/dev-python/pyzmq/files/pyzmq-2.2.0.1-python3.patch 
b/dev-python/pyzmq/files/pyzmq-2.2.0.1-python3.patch
deleted file mode 100644
index d6b1299..
--- a/dev-python/pyzmq/files/pyzmq-2.2.0.1-python3.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 51f2470bce6c9e6067606aec2d9a01882b30 Mon Sep 17 00:00:00 2001
-From: MinRK 
-Date: Mon, 20 Aug 2012 22:44:27 -0700
-Subject: [PATCH] fix exception syntax in gevent.core
-

- zmq/green/core.py |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/zmq/green/core.py b/zmq/green/core.py
-index d4e5f73..9e5acdf 100644
 a/zmq/green/core.py
-+++ b/zmq/green/core.py
-@@ -114,7 +114,7 @@ def _wait_write(self):
- try:
- timeout.start()
- self.__writable.get(block=True)
--except gevent.Timeout, t:
-+except gevent.Timeout as t:
- if t is not timeout:
- raise
- toc = time.time()
-@@ -138,7 +138,7 @@ def _wait_read(self):
- try:
- timeout.start()
- self.__readable.get(block=True)
--except gevent.Timeout, t:
-+except gevent.Timeout as t:
- if t is not timeout:
- raise
- toc = time.time()
--- 
-1.7.10
-



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

2016-09-19 Thread David Seifert
commit: 50e8e2a3acd802b59f8bbe1f2fd45773ba17432d
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:45:34 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:23:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e8e2a3

dev-python/rope: remove unused patches

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

Signed-off-by: David Seifert  gentoo.org>

 .../rope/files/rope-0.9.3-fix_tests_results.patch  | 16 -
 dev-python/rope/files/rope-0.9.3-python2.7.patch   | 76 --
 2 files changed, 92 deletions(-)

diff --git a/dev-python/rope/files/rope-0.9.3-fix_tests_results.patch 
b/dev-python/rope/files/rope-0.9.3-fix_tests_results.patch
deleted file mode 100644
index 5250cc6..
--- a/dev-python/rope/files/rope-0.9.3-fix_tests_results.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bitbucket.org/agr/rope/issue/7/
-
 ropetest/__init__.py
-+++ ropetest/__init__.py
-@@ -1,3 +1,4 @@
-+import sys
- import unittest
- 
- import ropetest.projecttest
-@@ -31,4 +32,5 @@
- 
- if __name__ == '__main__':
- runner = unittest.TextTestRunner()
--runner.run(suite())
-+result = runner.run(suite())
-+sys.exit(not result.wasSuccessful())

diff --git a/dev-python/rope/files/rope-0.9.3-python2.7.patch 
b/dev-python/rope/files/rope-0.9.3-python2.7.patch
deleted file mode 100644
index f1a4fe4..
--- a/dev-python/rope/files/rope-0.9.3-python2.7.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-Apply upstream changesets:
-https://bitbucket.org/agr/rope/changeset/1c100ebabc16
-https://bitbucket.org/agr/rope/changeset/f5eb880e0be2
-
-to fix issues with python 2.7
-
-https://bugs.gentoo.org/show_bug.cgi?id=326401
-https://bitbucket.org/agr/rope/issue/8/
-
 a/rope/base/ast.py
-+++ b/rope/base/ast.py
-@@ -27,6 +27,10 @@
- method_name = '_' + node.__class__.__name__
- method = getattr(walker, method_name, None)
- if method is not None:
-+if isinstance(node, _ast.ImportFrom) and node.module is None:
-+# In python < 2.7 ``node.module == ''`` for relative imports
-+# but for python 2.7 it is None. Generalizing it to ''.
-+node.module = ''
- return method(node)
- for child in get_child_nodes(node):
- walk(child, walker)
 a/rope/base/oi/runmod.py
-+++ b/rope/base/oi/runmod.py
-@@ -187,6 +187,7 @@
- 
- def close(self):
- self.sender.close()
-+sys.settrace(None)
- 
- def _realpath(path):
- return os.path.realpath(os.path.abspath(os.path.expanduser(path)))
 a/rope/refactor/importutils/module_imports.py
-+++ b/rope/refactor/importutils/module_imports.py
-@@ -428,7 +428,8 @@
- if node.level:
- level = node.level
- import_info = importinfo.FromImport(
--node.module, level, self._get_names(node.names))
-+node.module or '', # see comment at rope.base.ast.walk
-+level, self._get_names(node.names))
- start_line = node.lineno
- self.imports.append(importinfo.ImportStatement(
- import_info, node.lineno, end_line,
 a/rope/refactor/patchedast.py
-+++ b/rope/refactor/patchedast.py
-@@ -350,7 +350,8 @@
- children = ['from']
- if node.level:
- children.append('.' * node.level)
--children.extend([node.module, 'import'])
-+children.extend([node.module or '', # see comment at 
rope.base.ast.walk
-+ 'import'])
- children.extend(self._child_nodes(node.names, ','))
- self._handle(node, children)
- 
 a/ropetest/refactor/patchedasttest.py
-+++ b/ropetest/refactor/patchedasttest.py
-@@ -441,6 +441,17 @@
-'import', ' ', 'alias'])
- checker.check_children('alias', ['y', ' ', 'as', ' ', 'z'])
- 
-+@testutils.run_only_for_25
-+def test_from_node_relative_import(self):
-+source = 'from . import y as z\n'
-+ast = patchedast.get_patched_ast(source, True)
-+checker = _ResultChecker(self, ast)
-+checker.check_region('ImportFrom', 0, len(source) - 1)
-+checker.check_children(
-+'ImportFrom', ['from', ' ', '.', '', '', ' ',
-+   'import', ' ', 'alias'])
-+checker.check_children('alias', ['y', ' ', 'as', ' ', 'z'])
-+
- def test_simple_gen_expr_node(self):
- source = 'zip(i for i in x)\n'
- ast = patchedast.get_patched_ast(source, True)



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

2016-09-19 Thread David Seifert
commit: 0c11c579bb5fde568076ac882e95f1418f0be5ff
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:33:33 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:22:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c11c579

dev-python/pyelftools: remove unused patch

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

Signed-off-by: David Seifert  gentoo.org>

 .../files/pyelftools-0.21-dyntable.patch   | 143 -
 1 file changed, 143 deletions(-)

diff --git a/dev-python/pyelftools/files/pyelftools-0.21-dyntable.patch 
b/dev-python/pyelftools/files/pyelftools-0.21-dyntable.patch
deleted file mode 100644
index e43e6cb..
--- a/dev-python/pyelftools/files/pyelftools-0.21-dyntable.patch
+++ /dev/null
@@ -1,143 +0,0 @@
-changeset:   207:92736c403d53
-tag: tip
-user:Mike Frysinger 
-date:Mon Apr 22 19:02:21 2013 -0400
-summary: support parsing of dynamic ELFs w/out section headers
-
-At runtime, ELFs do not use the section headers at all. Instead, only
-the program segments and dynamic tags get used. This means you can
-strip the section table completely from an ELF and have it still work.
-
-In practice, people rarely do this, but it's not unheard of. Make the
-Dynamic tags work even in these cases by loading the strings table the
-same way the runtime loader does:
-- parse the symtab address from DT_STRTAB
-- locate the file offset via the program segments
-
-In order to avoid circular deps (parsing a dyntag requires walking parsed
-dyntags), add a set of internal funcs for returning the raw values.
-
-diff --git a/elftools/elf/dynamic.py b/elftools/elf/dynamic.py
 a/elftools/elf/dynamic.py
-+++ b/elftools/elf/dynamic.py
-@@ -10,11 +10,26 @@
- 
- from .sections import Section
- from .segments import Segment
--from ..common.utils import struct_parse
-+from ..common.utils import struct_parse, parse_cstring_from_stream
- 
- from .enums import ENUM_D_TAG
- 
- 
-+class _DynamicStringTable(object):
-+""" Bare string table based on values found via ELF dynamic tags and
-+loadable segments only.  Good enough for get_string() only.
-+"""
-+def __init__(self, stream, table_offset):
-+self._stream = stream
-+self._table_offset = table_offset
-+
-+def get_string(self, offset):
-+""" Get the string stored at the given offset in this string table.
-+"""
-+return parse_cstring_from_stream(self._stream,
-+ self._table_offset + offset)
-+
-+
- class DynamicTag(object):
- """ Dynamic Tag object - representing a single dynamic tag entry from a
- dynamic section.
-@@ -27,10 +42,9 @@
- _HANDLED_TAGS = frozenset(
- ['DT_NEEDED', 'DT_RPATH', 'DT_RUNPATH', 'DT_SONAME'])
- 
--def __init__(self, entry, elffile):
-+def __init__(self, entry, dynstr):
- self.entry = entry
--if entry.d_tag in self._HANDLED_TAGS:
--dynstr = elffile.get_section_by_name(b'.dynstr')
-+if entry.d_tag in self._HANDLED_TAGS and dynstr:
- setattr(self, entry.d_tag[3:].lower(),
- dynstr.get_string(self.entry.d_val))
- 
-@@ -60,26 +74,66 @@
- self._num_tags = -1
- self._offset = position
- self._tagsize = self._elfstructs.Elf_Dyn.sizeof()
-+self.__string_table = None
-+
-+@property
-+def _string_table(self):
-+if self.__string_table:
-+return self.__string_table
-+
-+# If the ELF has stripped its section table (which is unusual, but
-+# perfectly valid), we need to use the dynamic tags to locate the
-+# dynamic string table.
-+strtab = None
-+for tag in self._iter_tags(type='DT_STRTAB'):
-+strtab = tag['d_val']
-+break
-+# If we found a dynamic string table, locate the offset in the file
-+# by using the program headers.
-+if strtab:
-+for segment in self._elffile.iter_segments():
-+if (strtab >= segment['p_vaddr'] and
-+strtab < segment['p_vaddr'] + segment['p_filesz']):
-+self.__string_table = _DynamicStringTable(
-+self._stream,
-+segment['p_offset'] + (strtab - segment['p_vaddr']))
-+return self.__string_table
-+
-+# That didn't work for some reason.  Let's use the section header
-+# even though this ELF is super weird.
-+self.__string_table = self._elffile.get_section_by_name(b'.dynstr')
-+
-+return self.__string_table
-+
-+def _iter_tags(self, type=None):
-+""" Yield all raw tags (limit to |type| if specified)
-+"""
-+for n in itertools.count():
-+tag = self._get_tag(n)
-+if type is None or tag['d_tag'] == type:
-+ 

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

2016-09-19 Thread David Seifert
commit: 5c779d9d6421cfa20602c7c5d58379a10b348f70
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Mon Sep 19 17:35:29 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 19 21:22:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c779d9d

dev-python/pygraphviz: remove unused patch

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

Signed-off-by: David Seifert  gentoo.org>

 .../files/pygraphviz-1.1-avoid_tests.patch | 41 --
 1 file changed, 41 deletions(-)

diff --git a/dev-python/pygraphviz/files/pygraphviz-1.1-avoid_tests.patch 
b/dev-python/pygraphviz/files/pygraphviz-1.1-avoid_tests.patch
deleted file mode 100644
index 0d52e96..
--- a/dev-python/pygraphviz/files/pygraphviz-1.1-avoid_tests.patch
+++ /dev/null
@@ -1,41 +0,0 @@
 pygraphviz/agraph.py
-+++ pygraphviz/agraph.py
-@@ -1767,29 +1767,3 @@
-value.decode(self.encoding))
- except KeyError: # gv.agxget returned KeyError, skip
- continue
--
--
--
--def _test_suite():
--import doctest
--suite = doctest.DocFileSuite('tests/graph.txt',
-- 'tests/attributes.txt',
-- 'tests/layout_draw.txt',
-- 'tests/subgraph.txt',
-- package='pygraphviz')
--doctest.testmod() # test docstrings in module
--return suite
--
--
--if __name__ == "__main__":
--import os
--import sys
--import unittest
--if sys.version_info[:2] < (2, 4):
--print "Python version 2.4 or later required for tests (%d.%d 
detected)." %  sys.version_info[:2]
--sys.exit(-1)
--# directory of package (relative to this)
--nxbase=sys.path[0]+os.sep+os.pardir
--sys.path.insert(0,nxbase) # prepend to search path
--unittest.TextTestRunner().run(_test_suite())
--
 pygraphviz/__init__.py
-+++ pygraphviz/__init__.py
-@@ -67,6 +67,3 @@
- print "pygraphviz-"+__version__
- neato=_get_prog('neato')
- os.system(neato+' -V')
--
--# import tests: run as pygraphviz.test()
--from tests import run as test



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

2016-09-19 Thread NP Hardass
commit: def8f058cad23ee23010a25b27166c8335aacac8
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Sep 19 21:17:53 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Sep 19 21:18:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def8f058

app-emulation/wine: Bump to 1.9.19

Package-Manager: portage-2.3.0

 app-emulation/wine/Manifest   |   3 +
 app-emulation/wine/wine-1.9.19.ebuild | 553 ++
 2 files changed, 556 insertions(+)

diff --git a/app-emulation/wine/Manifest b/app-emulation/wine/Manifest
index 3b48660..22119d8 100644
--- a/app-emulation/wine/Manifest
+++ b/app-emulation/wine/Manifest
@@ -13,6 +13,7 @@ DIST wine-1.9.15.tar.bz2 23357574 SHA256 
cf992ac991b0e49fd0b186305021acf6e612d5d
 DIST wine-1.9.16.tar.bz2 23419636 SHA256 
e120d6673aada93935c6661b75c2edc835a45a8e658b80934c36434b56940f04 SHA512 
6848d53064d2eaea207ed4e5440104408cb6a6b9c62241788abce31b8d115529428427a1e3bf0e94eac43b71bd8641597060b6ea7391d1a87b36ff557a964018
 WHIRLPOOL 
055abf278ada0dae4eaa73b70c9426664533e941b024be688ce0a1e24a88527104cf986e8cabed9bcc17758219d93d7b218c80ba68ea3449785c22ba6d222409
 DIST wine-1.9.17.tar.bz2 23440011 SHA256 
6e1ee9dc2f3a11d529dc0133c4c0afb9e6e5440e1f34463faefeb9e55cc60ecf SHA512 
f9c1413ddcee0501a535eae78af6a22d358f6c5016a7247aed935c458e2cfa3fe869b1a1b9d7766877aec35371596c12b96aa0a93aa3f225dcce64784ae04131
 WHIRLPOOL 
c57b682f9521e8fe52c35d357e593d7771fd74ad6d4eefb56e209cb4b7837cdf61a0e9d89479c2ec2ad41fbb9b7c3df47ee2eccb0c656739f70cc9b2c03aa6db
 DIST wine-1.9.18.tar.bz2 23473716 SHA256 
26614baa0daac5a0953c04590f187559e5edc314cb34491322f280b34f3268d8 SHA512 
fc8ccf844c5913bb9e351f244cf6ec610caabc9513761b140b129e70a56265133a0cbc7b585bf83b028421f29c5ddc0885abfc98cd9a2dc2b0863d6dbb9b59ee
 WHIRLPOOL 
9894a3ee903e39a665b2d4a06ad46708006c4ef9d28074b0d0dbe342186d0ad307b3d41810cc1e6d370fe003ada6ef52d70e568efd85b4b36d4d686f55df3540
+DIST wine-1.9.19.tar.bz2 23526483 SHA256 
b5fe29a84e712f94f4d33b5f2952b45233c13b49ba3459dcee8a50b06147a888 SHA512 
f5f60579efd13b6bc44aebc0e7c06fea8e1c0e2bb86582ca3fd189d14d9d587c7a49833e6227a00444b4616ed02c747020557b3f847737e3e187bc8cc2c9
 WHIRLPOOL 
f1134f186fa17ee7fb28fba28fb35a8d26337b53e532b30e997db336739220ac186de4a8c6dfaa4653f3dbde1cf53f24a4ac8bd3fc58c01ec5529699c3116934
 DIST wine-1.9.4.tar.bz2 22974777 SHA256 
75c1eab6b980870b367a73db6e57eb0dc9242c2be8546f94084577a0ed08 SHA512 
e7b35290ec8f451163a08e841c559698a6b7264b320058e38ac788bdde66042efbb88511b30fa38383844425eaf0b6f4ed4b8412feb843ed405cb510a4a9000c
 WHIRLPOOL 
875e11e9163df8c3473aa7b79deb5c6783a2068e678c4008cacf730d81c2f141490264a10f4345ceadd7aba100d3fc71bdfda7858f89d966d339cc2772cd8190
 DIST wine-1.9.5.tar.bz2 23034629 SHA256 
fb526308e7ac5e202c0f0b663d4c7a943419d9eec766af6831caf23914300f09 SHA512 
cae779353bff61c215d0969288afe6e6e5192cdf0f86f8b15073861f0a22cb6b508ceb084e9b2cb5c5c658abfec5751edf9cb48930bc97c43ecbd6953427fc07
 WHIRLPOOL 
7f0c29b13b67660d364b2bbc86982a92f73409cfca3e8a31817c39df36d9ad476a9762f135d85fbb947746367277576a97fb6a012f346c11454c43ef75ac9fa7
 DIST wine-1.9.6.tar.bz2 23071838 SHA256 
3d2b862feefd89eca954c1cbc16a28e0ce851aeea1555bc1842ffc9aab2c1557 SHA512 
d56d5b18a26b4902ac0138a4358f91a027f929a3ae70346e48b529eb7f09f7f1971bdae52d6a37dabbb598771ee5754b320e39c6ef26700202bf6be90b8b101b
 WHIRLPOOL 
544ad527ceeb9339fd7fb35d847451dbdac79da6226cf15fb2c4be01eed3babe4c5e343236c5005553084ff83ce4e274305b5f91b2bf03a6a27d695c4ece280c
@@ -28,6 +29,7 @@ DIST wine-d3d9-1.9.15.tar.gz 46418 SHA256 
e6d8029e37c4afa8018f595ae8ee23a547782a
 DIST wine-d3d9-1.9.16.tar.gz 46413 SHA256 
bf45d4ccd900147bacb7f66c7fcc28dac9d3d7a0b3c0708a0ad05f519c5a5cec SHA512 
fbd5b4c9ff342740404ad4ec0f059ffed470b60f87a8b56617cf7af83a357f93dcb19f6e0ab7203bd5e0e3821cb6c6ea3b4455fbda22f09cbbd679152f259aa6
 WHIRLPOOL 
ad70b1a683672fc83913b83b8686b2abeceaca0fc8922cb88c5a3101712cc40fbd1d9fc78af0acc48cd50c239a7e0e84f2f7776218b868b53c90a60e1f3254b1
 DIST wine-d3d9-1.9.17.tar.gz 46417 SHA256 
6663f76c27d5507269d094f6d86d995efdfa8a75951521a51722a7fd69879331 SHA512 
d7580c999479ef697baa961b23a6c559599924f2c139bf1fe433be0abcb00172e36e979f3c4fd736f1463212d6592bca4a8f5a17216e3c9e551ce483c29b9d54
 WHIRLPOOL 
91a998dfe43053cc16a44fffcbca18ce2bc3af1b4d8406ecfa658e50daa7fc10f5aecf696dd67912be42e5e5940d48816171bf583aed120f7c95aa2c52b8624a
 DIST wine-d3d9-1.9.18.tar.gz 50653 SHA256 
7cf523ca7f36ecd4be2dd1f0d491d7bd4911a7a36781af78a5b4f735ab58cb23 SHA512 
5fcb07349f16f975d50ee6fd0da6cb1943a348707a3bf29ba4dc914d63fab78f506ea7a86696bbb42b57cca6fcfedaf062925ef3b0447745764465b1491bb7e6
 WHIRLPOOL 
b415ad483cbef12abe565ae8de62ce90f44fedfeabd6df88451788781ca6e8577b696c56de915addbc970b3061b3b4fe661660f69dac1ed2059bfe57e42c58f7
+DIST wine-d3d9-1.9.19.tar.gz 51406 SHA256 
59c872728c5dc77d5b5a4ec2fb2965174f1317cf7650ae64ce8b5fa90d73b56e SHA512 
e9d7207ccbce6849fc1e6dae1d10b94a74b391348b4792ad5440687e6670d11d17b883ba024fe2d93cbde362b44e4bf01196b36c68763c72750e51a6ec5e9d99
 

[gentoo-commits] proj/musl:master commit in: mail-mta/exim/, mail-mta/exim/files/

2016-09-19 Thread Anthony G. Basile
commit: 43cadafd29fa147b1b79269a7b958ac6ad97afd8
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 20:46:11 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 20:46:11 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=43cadafd

mail-mta/exim: bump to 4.87

Package-Manager: portage-2.2.28
RepoMan-Options: --force

 mail-mta/exim/Manifest | 13 +++---
 .../{exim-4.85-r99.ebuild => exim-4.87-r99.ebuild} | 46 +++-
 ...ags.patch => exim-4.87-as-needed-ldflags.patch} | 49 +++---
 mail-mta/exim/files/exim.rc8   | 30 -
 mail-mta/exim/files/exim.rc9   |  2 +-
 mail-mta/exim/metadata.xml |  1 +
 6 files changed, 68 insertions(+), 73 deletions(-)

diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest
index 183c794..698564b 100644
--- a/mail-mta/exim/Manifest
+++ b/mail-mta/exim/Manifest
@@ -5,20 +5,19 @@ AUX exim-4.69-r1.27021.patch 1447 SHA256 
dc81115be1324cf2d61ff2e2393462bd31aa635
 AUX exim-4.74-localscan_dlopen.patch 9280 SHA256 
dcd44f552e9b9b79facc988c9efad3ab1609a4e4209e9276323f49d1ea00e462 SHA512 
bfd35b8fcc7b8bd50a28b2bb7865d358ed1af3978b057da1c83a0be38ba30a737d983b6b5cf829559ba8c490709d28bdb7d679eb825fe7e24798ec223bedc94e
 WHIRLPOOL 
7140c45782d8611638f3aecc960f890963b1d34fd1cca7a5b78058a616607d10c1a50d4110498e9c3d700ca04df8797c184ce816bfd1cab8931bd4eb9ef3aa8a
 AUX exim-4.74-radius-db-ENV-clash.patch 667 SHA256 
a4150c9b73203dd284faa646a67e39f431d07c6a378af8fabc97a4ad9e078437 SHA512 
040bbdb2259df882569a428b7fef03f89c3685428654ac29e93360a4791bdabe66e52d33d14f0822461fac119295bd31aad5998f63d59d4af057bd26b310a568
 WHIRLPOOL 
3ef9641fc821be5d7477ccc41f8656f987a896e883a7aa3a627b92e64e2663a87f345bd0fc46ae1b4b9f6ac09a560c951c0396dd135305c97821374d8aa08806
 AUX exim-4.76-crosscompile.patch 462 SHA256 
25ba013858b0fc239e24166554c1e28832d3d25801b53ca633f289bc4ae72b8e SHA512 
d4fd4417c1ce727f13c399795312cdbbb9735d0793d68f8e3150240bc53b31277cb26f9946ba549b34c661fc0a61147d376bda09aa6763cab55d80d62343
 WHIRLPOOL 
22026d355888efb2f823842c596fb670f0821076fe6faaae9d0a6ecf57a4a6de52af9f720e784e8d7bbcf681494a020f22e75f4a2aa079d30880f5c9af759405
-AUX exim-4.77-as-needed-ldflags.patch 5954 SHA256 
3960f6883f7c3b44110ca5916ad8fa63f829516624c011a807cda00972b4dffd SHA512 
716cac89116b66df645a6d49c88369ed062e3d3cf158fb50420984fe1fd2c1d3f56ad3a59ba36bb5d88dc9f8194f5fa105340baa82120b63298a245c6ca2
 WHIRLPOOL 
8e321d3abf5a2d55af93d7cc865a33b1b8f13ba19af8ce6b17c29ba7b4003b4cc7acb4789ab941e8dc0b475d8568c0934e8da2c429dec9099901e85b966830d0
 AUX exim-4.80-spool-mail-group.patch 946 SHA256 
4f013e30f6f96360baa7d5d7818eaf5247984ab0eb43b8b5ba8d1bd8704b811b SHA512 
24f30e9a9d90dc0f1fe8b3db26f8bc2649182b4e78110dc28a9c0f3a3feb7589f923144a4f1c54a1c46ff8cfe40826a1f2212787753be752f4d15a72d54a143b
 WHIRLPOOL 
aa34f4e721fda796ebeb091514ec35ffcf153e813b7760245d25da5d6f27590734d28032498a0ffb2262e170355b0a99b53947818e669d1f79bd0393ae85a2d6
 AUX exim-4.82-makefile-freebsd.patch 1252 SHA256 
c407ea37ff8125f20f535ddb02793d5242a12582b9ab388d2ba956f932af2f3d SHA512 
fb440ad3e46b90d4c2e4826841944f4006390ccebee08154a39e46f6854be15edd7d0b028333b41451a0511f886ad3a30cb4b86e7ba8be99f12616a137f09d56
 WHIRLPOOL 
72132bdce44ba23fb162a5afaed33ea72ef2c917d020f5ddf920ce16991f02411c0bbcb23526b0e09753ab84cf2f258108aa2283ce5f9529810844497df29501
+AUX exim-4.87-as-needed-ldflags.patch 6009 SHA256 
5c5ccba122796c67b853ea2d408a6c8a4bae06429ebebd2eb1a79cb64e09591f SHA512 
e9916ab0d616ae081f4c430e9e1a5101d59dee59c1893c48a1ae9faafe4c3e742607b825a20edc11bc1b3865e7785d46ce66299fc4fefdc9b11bce27b2c523c7
 WHIRLPOOL 
e66031ac1db413e29530494d4cac61ece05d12c12795b082420824d4deb499443cee3275cde593c7a329729914962e061bab33265b5a405df57d630444afbaa3
 AUX exim-submission.socket 161 SHA256 
d3bb58f0fbeaaa33c812a823708664bbcd828da7d24e2a098f84a15aee443fee SHA512 
4a233761793e3510e9efa5aad3a6098c41b757f13133a7ea825680f2b393aba8d7935f16bf1dd065dde884fe7ba45639a8d398333a7d9bf0a6b72f88c8f2a09d
 WHIRLPOOL 
7fe2a157ae3361440d8a85c8eca44a97a289be1689261efda943076c9a76ab74ef9d5f01ec0eecdde940ae30ccb46530c95d7223cf62b78e8eb2bde5268288e2
 AUX exim-submission_at.service 360 SHA256 
55719e8b823702b0054584326ca28349b7487e5be9e567ddc7a6e6259767e05b SHA512 
dc28698f15e8eaa4614ae81fc8cb76d92fed1110ce02f7a6ee8feace418dbb194711eb2d4dd444cf818628c11721e21d80b7b974879ab6ddd78cc717cce17c2f
 WHIRLPOOL 
8e907250dc6be75a252b0a6880004b05fccb2ebeb044a4538bc88eae6ed81f5a537a319188320657d43b3ae1850e11cfa0d86393b038d2d0d1e9a0ce7a7543fc
 AUX exim.confd 141 SHA256 
352c48d5302d122d75b821395933150e1fc6e16004b0d28e99a14b60f160ee6e SHA512 
cb5e4aa71d3f0b7945e9806064f6a3ab64cb894381654ead40c73a49ae2d1bbb3dc587919952a09b2c81b9fcf8784f73d59c12081cda96a5b7210442f5088998
 WHIRLPOOL 
078764d27c5c7614120ac0f531b97ac4b65a68ee741fe11fd3ae68e8e89307cc3aaab6d7ee651ec5969479cf9f752933c54faef1e068efa3fda85360343f4d39
 

[gentoo-commits] proj/musl:master commit in: sys-devel/gcc/files/, sys-devel/gcc/

2016-09-19 Thread Anthony G. Basile
commit: e133e716042047ea1a0cea2469121e82f064d4c2
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Sep 19 20:11:40 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Sep 19 20:11:40 2016 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e133e716

sys-devel/gcc: bump to gcc-4.9.4, address bug #590098

Package-Manager: portage-2.2.28

 sys-devel/gcc/Manifest |  6 ++
 ...gcc-4.9.3-tree-vect-data-refs-correctness.patch | 11 
 sys-devel/gcc/gcc-4.9.4-r99.ebuild | 66 ++
 3 files changed, 83 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index b677f3a..bb092a9 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -14,6 +14,7 @@ AUX gcc-4.8.5-posix_memalign.patch 1114 SHA256 
87370f7854063bcf5f57bff931684c228
 AUX gcc-4.9.3-musl-linker-path.patch 3556 SHA256 
8421551806b81a1d3aff438eecf4202f64844141863fb8e665ef3b5eb5fb SHA512 
cf58b49311c1a7a4cbb04a2ffeccdaa278872512e67b72ebe292fa155f419dc6025d158b67d58265de67edbd18c6af67f28c6f6806b581a8fdb9015ad2ee0aa3
 WHIRLPOOL 
c3d5e9c7fc64cd8a8bacca714da5881ee8d94585e0064f5e3965b20bfe23c48bbe8b0bc886cf291d616e51786e80d032c19bdce59a15fdb310546b61a0ab0886
 AUX gcc-4.9.3-musl-res_state.patch 699 SHA256 
822990f5075b65dc2d1c03722daa5a215301f9ec2c4323c10e80fff2fbd04e71 SHA512 
93f59d16e026672051b5a65110f78ace0c91a4f1365b861e22741fbc42b92c4490e55068ae845bbcbb5af9221fb874e0b855a763189528a646e757b133117e28
 WHIRLPOOL 
98438e82aa8d387b5a96bc58d3a13771cc53d7396165338448394c14996687626f46e9c93bcb6b2a2e422b97445f5097489616a0aff619cca01c8243a56a
 AUX gcc-4.9.3-secure-plt.patch 1478 SHA256 
b9435e19c3193e872bfdce8f635755655cf6e9c57d21c7afa118d7068e95 SHA512 
95f04716bad41fe3f290d44d21d1dad35548b801b56de331acac8bdf56019583a04681418a805a0b4dbfe19e9b51cecceff984cea257be58d3e7780c6cfc58a5
 WHIRLPOOL 
8af1f0cfaf0e8197754d841d1cd2b25615968cc503344574cd9ec6b644804e029687a4ded18f6e1efd584c8c99277eceb6f1012c6519a2747bddc400d8909c1e
+AUX gcc-4.9.3-tree-vect-data-refs-correctness.patch 315 SHA256 
904ae5ce2ecd5a2f7786c54d148a7562d0bb6f51fe60761038c2f57b8cf70356 SHA512 
88d93c061ef72035522270ab60c8c2ec04e2fa2d69763f45b9eab0c37b19c23920484358d7556ad885775071ac04cf94684a2cd8ed93418d5f0c54ac3a045c9d
 WHIRLPOOL 
2b9c281401abc111d53467c51b6238c6f4c430a73d8833f161766f973138ffe3b4fa1ffe5cc5813b5e2f8a81dee2cdcaaff2b9a8f8e13089f993f3ab3d69ccbd
 AUX gcc-6.1.0-musl-cpu.patch 1277 SHA256 
6c7a28ccc5edc226fc6f3f6b9b0562fb873a9c88dfb25b608b5acd827f239c08 SHA512 
b11c5933c02dda63b40273f6cee394d52c68265931817cfeea3645e971b9c822cc841242a7c74fcd07729171bc0723c2af0db21743bf92dd3dba3430ee6627a1
 WHIRLPOOL 
e0f6068a8028052f88cef840026baa459ae77a43d9144258fe7739a80b5dade852a2aa640feb5bce51dd54d6d35e0c8df99a8c9bdc140f9ae473f16ffb2e9af7
 AUX gcc-configure-LANG.patch 2052 SHA256 
63de6d2dcfe14f21d147abeb1390405b9220c03f8e968f482d4b4c1cf279c88b SHA512 
a694c7ac2f45cc657097ff5b0cf1356ac88a9c06035c9ba15167e9d444844d0d8a478eb1b9b62195dd063774f79697b9148b9cdb6c261640b472c291061b2129
 WHIRLPOOL 
3cc1ec912fb192ff1058de5b93e49a994ba30d1501a932290dd5b3df1cd783875621cda56edeb41894cd5fa10c04917e693a40a60be8d742ddd7992bf5d8afeb
 AUX gcc-configure-texinfo.patch 337 SHA256 
74b73a7ecec2d9876b4db480cd173632f49d5396bb8e5b3c93673f9b5b98 SHA512 
a15fba8bf2ff02bdeca54d6f186bfa08c1079c6a8ba0a3beef154483ce5c1b8c497e7ffeec32371968f0037e0ff8384609eb0c367d0155a4e5a7eef8aad084d5
 WHIRLPOOL 
39d008aad06f7621e4e5db15f5e85a59e583b43f8d247029bd4944466bb60a9795bda157d185c45c329294078e282703a243aad5c468d90c77665dd6336870d4
@@ -51,6 +52,10 @@ DIST gcc-4.9.3-patches-1.5.tar.bz2 25384 SHA256 
e1c43125fab5a4db1997a01b362b3611
 DIST gcc-4.9.3-piepatches-v0.6.4.tar.bz2 14431 SHA256 
012c3025ac2e14781ff25028c0b1d42a07f510b125006116e268bcd90fb6c9db SHA512 
3bbeacbca5e8ef6ab0b1d58add42f5e8e82328afe024666f9585b5398c8722e7d012abfd2009a98ad47b1f1b26afaf421402a9e7719a5662516b32dcbe5608be
 WHIRLPOOL 
9e68d981aed42ece2f481f62efc078ad370ac780e96ba39c4273c8675d552b845cd52c588bd41839868f430b0a532789858914f4ef32a1bc187e2983264ebfd3
 DIST gcc-4.9.3-uclibc-patches-1.0.tar.bz2 2515 SHA256 
dd19904d4ab005ef142056228f326e75b3d4d79b8056189a505129b5940a575c SHA512 
825092620a3c554ef06219fd1152c3677f1456315563b9e65282a73096e75600389e93298ed76cad41ce3eeecc6a7009ca722585b93c04095bd2d0a06c4404e6
 WHIRLPOOL 
0c184a5cc74f80a61f354ee85bc5a0f5b44d93bc9fa2e1892fbfe899958cfa5263b8b72cc4f905bc69bd1cc90cf870a6056c4003ec493b815646a72a0fe2e44e
 DIST gcc-4.9.3.tar.bz2 90006707 SHA256 
2332b2a5a321b57508b9031354a8503af6fdfb868b8c1748d33028d100a8b67e SHA512 
9ac57377a6975fc7adac704ec81355262b9f537def6955576753b87715470a20ee6a2a3144a79cc8fcba3443f7b44c7337d79d704b522d053f54f79aa6b442df
 WHIRLPOOL 
085e4cc1825b031652cbe9e098671f761acfeca64c6cc9b8ad2a8961c13fcac9e02b4538b44dc38181a355266f2c55c99ce5a1bff3f2860b870285cf3f0e84a5
+DIST gcc-4.9.4-patches-1.0.tar.bz2 22266 SHA256 

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

2016-09-19 Thread Mike Gilbert
commit: 685fa0bf0a9ec9a7fc7ac00358a4d67a91e374d7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 19 20:02:22 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 19 20:02:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685fa0bf

dev-python/python-docs: drop 3.5.2

The tarball referenced in SRC_URI is unstable.

Bug: https://bugs.gentoo.org/594412

Package-Manager: portage-2.3.0_p43

 dev-python/python-docs/Manifest |  1 -
 dev-python/python-docs/python-docs-3.5.2.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/python-docs/Manifest b/dev-python/python-docs/Manifest
index 64a42e0..f78bea3 100644
--- a/dev-python/python-docs/Manifest
+++ b/dev-python/python-docs/Manifest
@@ -2,4 +2,3 @@ DIST python-2.7.10-docs-html.tar.bz2 4566934 SHA256 
e5f399365f16679a32cd79d2
 DIST python-2.7.12-docs-html.tar.bz2 4601696 SHA256 
40891e010cdd9a752a17bd02e30aa853f9a2a7767ee82911cf4507dfa3b13de8 SHA512 
9d8a766d731402df774f2d20dcffba694e2497a17bc78a08f75d7f6bfc75d13227c7f57fdd5c056b75576b5d059b08f8c712c8bc465f5b0b88c04aba3da74198
 WHIRLPOOL 
f835a00df600a045a542bcb39951c9caf92f2db7410135382f48735ecde590c01e4c31b100dc974e734a3dac16f66e6e72d68ffac7c848360b9483a3d843d298
 DIST python-3.3.5-docs-html.tar.bz2 4955315 SHA256 
471067c514a33b4ae4fc35ba600130572840326252a565e39157feb2911ef733 SHA512 
6cf6d02bf980609561ec829407e0a4d541ddf949db0b6d3156f9fa90ed7c87f9ef16128e9c8226887568489826efcdde5ea38af246ec235a077227d73736ea71
 WHIRLPOOL 
78a6babcc5c7df64deb324368f32ae5cc5fed6fba9ff7392b7589f81187b893d9c977fa9a25168d60336b46f9237bf09ba5e6fbef888ee3489de57afd09e9067
 DIST python-3.4.3-docs-html.tar.bz2 5444773 SHA256 
87d4f8739205fe6f2cbcb10c6f1b33546d3b7f41e6bc96de34f992ccf5c10fbf SHA512 
492038df0afb05d60806d56d66e06069d195249db708e4261d39fa6206e0baec5c2db730431b5be03d8d37296d935f39a25bf1d449fb29521bdc4823584b9bf9
 WHIRLPOOL 
c55241d450c6440d4e084a8189b569046352bd65b88a576fd0a8bc9a23665f52cc534da4d32061c0cbc31f41b2b63870fe4098ef28be2fed42311fa8e0decc46
-DIST python-3.5.2-docs-html.tar.bz2 5747460 SHA256 
34bb14f352b39e7a9ed8a5e4d8332c464158d0ef3a75dccb373a40fcf6de2342 SHA512 
2a9ce5b304c6edf3165728a1fe0c189222f8b105c446ca9026ce453d013c9498b4c53085fdef776b977d058fc138ba3af5ea9bf26291469ce47239ee1a8d9286
 WHIRLPOOL 
102d9d0a1ccaa5c2ba4c295872b1059498a79e39fdb06a249b62a52a790ed1f98f3dad4903e90e94c1dde41be7cdcc5142a7022d7fec1fd4a8b6415b92c66041

diff --git a/dev-python/python-docs/python-docs-3.5.2.ebuild 
b/dev-python/python-docs/python-docs-3.5.2.ebuild
deleted file mode 100644
index f07beb9..
--- a/dev-python/python-docs/python-docs-3.5.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DESCRIPTION="HTML documentation for Python"
-HOMEPAGE="http://www.python.org/doc/;
-SRC_URI="https://docs.python.org/${PV%.*}/archives/python-${PV}-docs-html.tar.bz2;
-
-LICENSE="PSF-2"
-SLOT="3.5"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/python-${PV}-docs-html"
-
-src_install() {
-   dohtml -A xml -A inv -r ./
-   echo 
"PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > 
"60python-docs-${SLOT}"
-   doenvd "60python-docs-${SLOT}"
-}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto/

2016-09-19 Thread Mike Gilbert
commit: 49f7a0e817ee159d6839980fd257d95a88141ad9
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 19 19:46:51 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 19 19:47:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f7a0e8

media-fonts/noto: add blocker on noto-cjk

Package-Manager: portage-2.3.0_p43

 media-fonts/noto/noto-20160305-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-fonts/noto/noto-20160305-r1.ebuild 
b/media-fonts/noto/noto-20160305-r1.ebuild
index dee2a94..8fae73e 100644
--- a/media-fonts/noto/noto-20160305-r1.ebuild
+++ b/media-fonts/noto/noto-20160305-r1.ebuild
@@ -20,6 +20,7 @@ KEYWORDS="alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
 IUSE="cjk"
 
 DEPEND="cjk? ( app-arch/unzip )"
+RDEPEND="cjk? ( !media-fonts/noto-cjk )"
 RESTRICT="binchecks strip"
 
 S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: media-fonts/noto-cjk/

2016-09-19 Thread Mike Gilbert
commit: 24d15fc31f09be0debbdc054b8c2c7a3418ba968
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 19 19:45:29 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 19 19:47:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d15fc3

media-fonts/noto-cjk: add blocker on older versions of noto

Package-Manager: portage-2.3.0_p43

 media-fonts/noto-cjk/noto-cjk-20150615.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-fonts/noto-cjk/noto-cjk-20150615.ebuild 
b/media-fonts/noto-cjk/noto-cjk-20150615.ebuild
index cf65e68..7d516a0 100644
--- a/media-fonts/noto-cjk/noto-cjk-20150615.ebuild
+++ b/media-fonts/noto-cjk/noto-cjk-20150615.ebuild
@@ -19,6 +19,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
+RDEPEND="!

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

2016-09-19 Thread Jeroen Roovers
commit: 7b1f8724ddaea47ad4aa6215b07d9b410dc35e29
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 19 19:39:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 19 19:39:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1f8724

www-client/vivaldi: Version bump.

Package-Manager: portage-2.3.1

 www-client/vivaldi/Manifest|   2 +
 www-client/vivaldi/vivaldi-1.5.609.8_p1.ebuild | 109 +
 2 files changed, 111 insertions(+)

diff --git a/www-client/vivaldi/Manifest b/www-client/vivaldi/Manifest
index dfd64cd..4776f6e 100644
--- a/www-client/vivaldi/Manifest
+++ b/www-client/vivaldi/Manifest
@@ -6,3 +6,5 @@ DIST vivaldi-1.4.589.11_p1-amd64.deb 46375884 SHA256 
183b075c6e096138fb1c83918f2
 DIST vivaldi-1.4.589.11_p1-i386.deb 47912808 SHA256 
6e270e579e815450686bfa74906b6e0789e73c3c3ddd7dcc413b705e92196ad3 SHA512 
f0161f5e253db56ea50d4e9892e2924d2fdba42a14cff852e0b6984ac709bbb82b117537985be220d5f1c812e94b83ff58443af98c25380bddfd5f1501120627
 WHIRLPOOL 
75f8c608c46f7c09eb4dfe7d791db425b5283191791e647322f7875bca28047f015f947e10a57c00623fdf258b7dd2fb5fc46a12e660c68a5b0c681b437fbeca
 DIST vivaldi-1.5.604.4_p1-amd64.deb 46873076 SHA256 
ace212835706b6d0c9d9a27d5226cb3c92c0bfda6f83ab8f626103c5eddb7fc1 SHA512 
2b9f00e85ff761a82b97c73ef4cdc196d295ff92f47ebb0b3483735223962d02fc6fe0fed1425ebd5275a56160c51fff56086f261cdc953e0a22456e451f37f7
 WHIRLPOOL 
e0390ac400a91016d42501fb42b2f361d56d539fe68d8f18dc07efe6ef122cc00fe5879f2aae154e5ec37b67182a154e94732899b5900511ca45593170ca4134
 DIST vivaldi-1.5.604.4_p1-i386.deb 48544076 SHA256 
85798fc2e9f6dd2b8f7a39a6f30c85667d1f2a9d84887569f66d20de44e21406 SHA512 
db2908f565820ce01d27871f584fb6aeb4fd11a7d1496b3154e0d72a8d9fc52482024b329bf24c5aadda5d031ee237363e53f0295f982eec143aec88b128e754
 WHIRLPOOL 
d9ed75e15b6c476da9bfed3fce0430242a6f6f2e754fc2409541b3247418f8852275294db78e1e12a15ceab8b6e4e11265e73fe71ca91722be480325b3aaad43
+DIST vivaldi-1.5.609.8_p1-amd64.deb 46849082 SHA256 
98cc3cbc22f532b22d54f355ac01660a4114682ba023dce6a02fd12cbb87fe5f SHA512 
d86a595fe067f09d74f74ec219a165cda45960c7a1f70855a5b6b47a50fc95e3472523f06b33045354e38b6ff83acefb8bfe2e1c2f40727c40097cb45fb79973
 WHIRLPOOL 
dcc0cbfc8db6a4d6465cb097bb23c72e2a73b5487a214f9969ec3da3388448c7befe9647fe2657a948870880f1b17c0d06550be3e0bc8f6377d05a38c8e1464c
+DIST vivaldi-1.5.609.8_p1-i386.deb 48545710 SHA256 
d92b863368d3a9b559d3ac0a7f0dc2be2594995961e3723783f3edfd920bd817 SHA512 
ef587b3b1041f6fccdc415089f9a3d8cd27c6c1a3587e7571d72526474c1a045af3ff2ae0d145e7ca4b4401cb3631eb7b490686cfd222961665ecf13bf9e2242
 WHIRLPOOL 
7618924b8988cf86126466d9da101d2f396c681028a5b138958fd7ae85321274d9bbe047d439e2f47ed9c2156919c5e9ae0ac8e587301ef07338b0a0faa5a902

diff --git a/www-client/vivaldi/vivaldi-1.5.609.8_p1.ebuild 
b/www-client/vivaldi/vivaldi-1.5.609.8_p1.ebuild
new file mode 100644
index ..19616d9
--- /dev/null
+++ b/www-client/vivaldi/vivaldi-1.5.609.8_p1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+CHROMIUM_LANGS="
+   am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he 
hi
+   hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr 
sv
+   sw ta te th tr uk vi zh-CN zh-TW
+"
+inherit chromium-2 eutils multilib unpacker toolchain-funcs
+
+VIVALDI_BRANCH="snapshot"
+
+VIVALDI_PN="${PN}-${VIVALDI_BRANCH:-stable}"
+VIVALDI_BIN="${PN}${VIVALDI_BRANCH/snapshot/-snapshot}"
+VIVALDI_HOME="opt/${VIVALDI_BIN}"
+DESCRIPTION="A new browser for our friends"
+HOMEPAGE="http://vivaldi.com/;
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_BRANCH:-stable}/${VIVALDI_PN}_${PV/_p/-}_;
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
+   x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist mirror"
+
+S=${WORKDIR}
+
+RDEPEND="
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   >=dev-libs/openssl-1.0.1:0
+   gnome-base/gconf:2
+   media-libs/alsa-lib
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/curl
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/libcap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/pango[X]
+"
+
+QA_PREBUILT="*"
+S=${WORKDIR}
+
+src_unpack() {
+   unpack_deb ${A}
+}
+
+src_prepare() {
+   sed -i \
+   -e "s|${VIVALDI_BIN}|${PN}|g" \
+   

[gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/

2016-09-19 Thread Slawek Lis
commit: e9ebc4a895a4218083c97289d112447dc45c8089
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Sep 19 19:22:51 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Sep 19 19:22:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ebc4a8

sci-misc/repsnapper: dropped oldest version 2.2.0b_p3

Package-Manager: portage-2.3.0

 sci-misc/repsnapper/Manifest|  1 -
 sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/sci-misc/repsnapper/Manifest b/sci-misc/repsnapper/Manifest
index eb0b5ab..ef90ee9 100644
--- a/sci-misc/repsnapper/Manifest
+++ b/sci-misc/repsnapper/Manifest
@@ -1,3 +1,2 @@
-DIST repsnapper-2.2.0b3.tar.gz 1314244 SHA256 
2f55ce6bc19bba84bb6dbcda12f6546fa306fa163527d009ea8d730b85d80513 SHA512 
52828b06734976369347cd1daa87cf027eea88bbf53e9a8501511f9dbdacf0388a64ec9e87b2cf3a546d332f80a069ee7934d4ac33d6b2d6e831ef326ae69b98
 WHIRLPOOL 
c7b072ab9f465969e9b3f35c7c2fc8d9c4864e2b59aa9a983f6f8c9f8e7b21d6f29627fd0e6098035911b451790b54a72554e2737ab7da92938cb3bd89e8c242
 DIST repsnapper-2.3.2a3.tar.gz 137 SHA256 
7c4bc3603401847ce1f15298435c511f76fd74c5d5ae4fc1561c7f378c182fe5 SHA512 
f68510baefb898954f58aa5e35909b8215edcd8ee74028e717ad97293091f4b323628ca0ba80ff685d1aef0db4785a2887986b89a95769a70f8f23ab031dafa4
 WHIRLPOOL 
0693876194c5837091b9f9df7d359833b86222345239f3cf946a0e6efd2f87efc35380745cb2a4dd5587a5193c9a3e54d36454fabb0d38722a02ac70d510645d
 DIST repsnapper-2.4a0.tar.gz 888457 SHA256 
06d993b6eafc31b246181f64ef404de6948362d7096407ff06576e2ed416f7da SHA512 
b79c51f53ae29d09f5a328366c10b9e775d396f6da0ef24aa71b522fbd718af2f658700838f64ba01ce9c5cab90e39960b0ca5ed2554f802ff37ef258ae89031
 WHIRLPOOL 
303b34674b4d761069ad4ab935462ef0b7c16e886a8b97039ebd2a3b532664feea00192b23b79bd39cce75b042fed971626e52695c147d088aa3bbe11d69e0e1

diff --git a/sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild 
b/sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild
deleted file mode 100644
index 5597383..
--- a/sci-misc/repsnapper/repsnapper-2.2.0b_p3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools versionator
-
-MY_PV="$(get_version_component_range 1-4)$(get_version_component_range 5)"
-MY_PV=${MY_PV/p/}
-
-DESCRIPTION="Host software for controlling the RepRap open source 3D printer"
-HOMEPAGE="https://github.com/timschmidt/repsnapper;
-SRC_URI="https://github.com/timschmidt/${PN}/archive/${MY_PV}.tar.gz -> 
${PN}-${MY_PV}.tar.gz"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   >=dev-cpp/gtkglextmm-1.2
-   dev-cpp/gtkmm:2.4
-   dev-cpp/libxmlpp
-   dev-libs/libzip
-   virtual/opengl
-"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: sci-misc/repsnapper/

2016-09-19 Thread Slawek Lis
commit: f8f4b1fbacc9a4887dbd7fee00052ce0ed8a0517
Author: Slawomir Lis  gentoo  org>
AuthorDate: Mon Sep 19 19:21:57 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Mon Sep 19 19:21:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f4b1fb

sci-misc/repsnapper: updated deps to use correct libxmlpp slot

As reported in bug 594324 repsnapper is not compatible with latest libxmlpp-3.0
There is a need to use explicit slot to solve this problem

Reported-By: Toralf Förster  gmx.de>

Package-Manager: portage-2.3.0

 sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild | 4 ++--
 sci-misc/repsnapper/repsnapper-.ebuild| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild 
b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
index 49fc14d..a976a17 100644
--- a/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
+++ b/sci-misc/repsnapper/repsnapper-2.4a_p0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,7 +23,7 @@ IUSE=""
 DEPEND="
>=dev-cpp/gtkglextmm-1.2
dev-cpp/gtkmm:2.4
-   dev-cpp/libxmlpp
+   dev-cpp/libxmlpp:2.6
dev-libs/libzip
virtual/opengl
 "

diff --git a/sci-misc/repsnapper/repsnapper-.ebuild 
b/sci-misc/repsnapper/repsnapper-.ebuild
index ed562e0..c56bddd 100644
--- a/sci-misc/repsnapper/repsnapper-.ebuild
+++ b/sci-misc/repsnapper/repsnapper-.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 DEPEND="
>=dev-cpp/gtkglextmm-1.2
dev-cpp/gtkmm:2.4
-   dev-cpp/libxmlpp
+   dev-cpp/libxmlpp:2.6
dev-libs/libzip
virtual/opengl
 "



[gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/

2016-09-19 Thread Kacper Kowalik
commit: f96b52221f27e85c96e25a1da208635269b5a932
Author: Kacper Kowalik  gentoo  org>
AuthorDate: Mon Sep 19 18:50:30 2016 +
Commit: Kacper Kowalik  gentoo  org>
CommitDate: Mon Sep 19 18:50:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96b5222

sci-libs/hdf5: version bump

Package-Manager: portage-2.2.28

 sci-libs/hdf5/Manifest   |   1 +
 sci-libs/hdf5/hdf5-1.8.17.ebuild | 104 +++
 2 files changed, 105 insertions(+)

diff --git a/sci-libs/hdf5/Manifest b/sci-libs/hdf5/Manifest
index c97b11d..c2a1a58 100644
--- a/sci-libs/hdf5/Manifest
+++ b/sci-libs/hdf5/Manifest
@@ -1,2 +1,3 @@
 DIST hdf5-1.8.14.tar.bz2 9503743 SHA256 
53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab SHA512 
c4f0bb01df7bef9cd29c42ec2e27f4bd27c3e059cf18f1285c583e92b94ef799f8a29ec85c17bab12e47a69626851fbda4b8d74543266b01aa2cffc42cde4fea
 WHIRLPOOL 
646d44d446e2bd2855567046ca00f302e02d39880a77f2d75fd6231ad74692c07910c8670ffa5e02f2922e4e28c5a4afd06f907ac5950615dd328c3e7346f578
 DIST hdf5-1.8.15-patch1.tar.bz2 10006036 SHA256 
a5afc630c4443547fff15e9637b5b10404adbed4c00206d89517d32d6668fb32 SHA512 
380c06f3cab469351d6ddc940c7cdffd5bd20a74e69cb4d549989bec5f130dadae11c04928ead7eea0200a175fc45a042d068a752d8a9c19a35c3a6912a147bd
 WHIRLPOOL 
0c4c918eea3b70a2c4dea2098f24ddb612af6bf026749144dae19380f60de9d4123acd3c4bf324a1a313e4fae1d7874de48afd9e6720bbcc3c4f1fb1c1bc0288
+DIST hdf5-1.8.17.tar.bz2 10030234 SHA256 
fc35dd8fd8d398de6b525b27cc111c21fc79795ad6db1b1f12cb15ed1ee8486a SHA512 
b0fe630b98a83470c48443215b7073fd22c4390cc459127a4c9554682ae8aec215017c7f34adb8494da4b31fabe6580e9d1b63eddb949432d595e99705c0bbd1
 WHIRLPOOL 
64e508df74aca518be918dbac10db653004f254779e413ee501a7d550892e6baaa56a0891af28a88d419fa06aa3b06a3c213f45e99b7e2bafc7a9d98e9fe4337

diff --git a/sci-libs/hdf5/hdf5-1.8.17.ebuild b/sci-libs/hdf5/hdf5-1.8.17.ebuild
new file mode 100644
index ..1a01978
--- /dev/null
+++ b/sci-libs/hdf5/hdf5-1.8.17.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+FORTRAN_NEEDED=fortran
+AUTOTOOLS_AUTORECONF=1
+
+inherit autotools-utils eutils fortran-2 flag-o-matic toolchain-funcs multilib
+
+MY_P=${PN}-${PV/_p/-patch}
+
+DESCRIPTION="General purpose library and file format for storing scientific 
data"
+HOMEPAGE="http://www.hdfgroup.org/HDF5/;
+SRC_URI="http://www.hdfgroup.org/ftp/HDF5/releases/${MY_P}/src/${MY_P}.tar.bz2;
+
+LICENSE="NCSA-HDF"
+SLOT="0/${PV%%_p*}"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib"
+
+REQUIRED_USE="
+   cxx? ( !mpi ) mpi? ( !cxx )
+   threads? ( !cxx !mpi !fortran )
+   fortran2003? ( fortran )"
+
+RDEPEND="
+   mpi? ( virtual/mpi[romio] )
+   szip? ( virtual/szip )
+   zlib? ( sys-libs/zlib:0= )"
+
+DEPEND="${RDEPEND}
+   sys-devel/libtool:2
+   >=sys-devel/autoconf-2.69"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch
+   "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch
+   "${FILESDIR}"/${PN}-1.8.13-no-messing-ldpath.patch
+   "${FILESDIR}"/${PN}-1.8.15-implicits.patch
+)
+
+pkg_setup() {
+   tc-export CXX CC AR # workaround for bug 285148
+   if use fortran; then
+   use fortran2003 && FORTRAN_STANDARD=2003
+   fortran-2_pkg_setup
+   fi
+   if use mpi; then
+   if has_version 'sci-libs/hdf5[-mpi]'; then
+   ewarn "Installing hdf5 with mpi enabled with a previous 
hdf5 with mpi disabled may fail."
+   ewarn "Try to uninstall the current hdf5 prior to 
enabling mpi support."
+   fi
+   export CC=mpicc
+   use fortran && export FC=mpif90
+   elif has_version 'sci-libs/hdf5[mpi]'; then
+   ewarn "Installing hdf5 with mpi disabled while having hdf5 
installed with mpi enabled may fail."
+   ewarn "Try to uninstall the current hdf5 prior to disabling mpi 
support."
+   fi
+}
+
+src_prepare() {
+   # respect gentoo examples directory
+   sed \
+   -e "s:hdf5_examples:doc/${PF}/examples:g" \
+   -i $(find . -name Makefile.am) $(find . -name "run*.sh.in") || 
die
+   sed \
+   -e '/docdir/d' \
+   -i config/commence.am || die
+   if ! use examples; then
+   sed -e '/^install:/ s/install-examples//' \
+   -i Makefile.am || die #409091
+   fi
+   # enable shared libs by default for h5cc config utility
+   sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/misc/h5cc.in || die
+   # bug #419677
+   use prefix && \
+   append-ldflags -Wl,-rpath,"${EPREFIX}"/usr/$(get_libdir) \
+   

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

2016-09-19 Thread Pacho Ramos
commit: 899b2d09321e9b3e71ad68891b045fda4af5baa4
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Sep 19 18:41:19 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Sep 19 18:43:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899b2d09

media-libs/gnonlin: Stop using deprecated eclass (#587816)

Package-Manager: portage-2.3.0

 media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild 
b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
new file mode 100644
index ..12a9273
--- /dev/null
+++ b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of 
non-linear multimedia editors"
+HOMEPAGE="http://gnonlin.sourceforge.net;
+SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2"
+SLOT="1.0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=media-libs/gstreamer-1.4.0:1.0
+   >=media-libs/gst-plugins-base-1.4.0:1.0
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   >=dev-util/gtk-doc-am-1.13
+   test? (
+   dev-libs/check
+   >=media-libs/gst-plugins-good-1.4.0:1.0 )
+" # videomixer
+
+src_configure() {
+   econf --disable-gtk-doc
+}
+
+src_install() {
+   default
+   prune_libtool_files --modules
+}



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

2016-09-19 Thread Pacho Ramos
commit: 56442e25a5c52f4e6306caa46d90275ab5644e8f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Sep 19 18:43:28 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Sep 19 18:43:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56442e25

media-libs/gnonlin: Make DESCRIPTION shorter

Package-Manager: portage-2.3.0

 media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild 
b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
index 12a9273..9651484 100644
--- a/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
+++ b/media-libs/gnonlin/gnonlin-1.4.0-r1.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 inherit eutils
 
-DESCRIPTION="Gnonlin is a set of GStreamer elements to ease the creation of 
non-linear multimedia editors"
+DESCRIPTION="Set of GStreamer elements to ease the creation of non-linear 
multimedia editors"
 HOMEPAGE="http://gnonlin.sourceforge.net;
 SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz;
 



[gentoo-commits] repo/gentoo:master commit in: x11-themes/qtcurve/files/

2016-09-19 Thread Tobias Klausmann
commit: 1ebced79f91ceeffd3f879c94cececc713ce00f1
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Sep 19 17:48:51 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Sep 19 17:48:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebced79

x11-themes/qtcurve: Fix broken isnan patch

Gentoo-Bug: 593472

 .../qtcurve/files/qtcurve-1.8.18-std_isnan.patch   | 25 +++---
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/x11-themes/qtcurve/files/qtcurve-1.8.18-std_isnan.patch 
b/x11-themes/qtcurve/files/qtcurve-1.8.18-std_isnan.patch
index ae78995..bd7f722 100644
--- a/x11-themes/qtcurve/files/qtcurve-1.8.18-std_isnan.patch
+++ b/x11-themes/qtcurve/files/qtcurve-1.8.18-std_isnan.patch
@@ -1,22 +1,31 @@
-Index: qtcurve-1.8.18/lib/utils/color.h
-===
 qtcurve-1.8.18.orig/lib/utils/color.h
-+++ qtcurve-1.8.18/lib/utils/color.h
-@@ -250,7 +250,7 @@ qtcColorTint(const QColor *base, const Q
+diff --git a/lib/utils/color.h.orig b/lib/utils/color.h
+index 2c7081f..37d83b5 100644
+--- a/lib/utils/color.h.orig
 b/lib/utils/color.h
+@@ -23,6 +23,8 @@
+ #ifndef QTC_UTILS_COLOR_H
+ #define QTC_UTILS_COLOR_H
+ 
++#include 
++
+ #include "utils.h"
+ #include "options.h"
+ 
+@@ -250,7 +252,7 @@ qtcColorTint(const QColor *base, const QColor *col, double 
amount)
  return *base;
  } else if (amount >= 1.0) {
  return *col;
 -} else if (isnan(amount)) {
-+} else if (std::isnan(amount)) {
++} else if (isnan(amount)) {
  return *base;
  }
  const QtcColor qtc_base = {base->redF(), base->greenF(), base->blueF()};
-@@ -267,7 +267,7 @@ qtcColorMix(const QColor *c1, const QCol
+@@ -267,7 +269,7 @@ qtcColorMix(const QColor *c1, const QColor *c2, double 
bias)
  return *c1;
  } else if (bias >= 1.0) {
  return *c2;
 -} else if (isnan(bias)) {
-+} else if (std::isnan(bias)) {
++} else if (isnan(bias)) {
  return *c1;
  }
  const QtcColor qtc_c1 = {c1->redF(), c1->greenF(), c1->blueF()};



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

2016-09-19 Thread William Hubbs
commit: 83bb827edf5b9be04a326d1970d6f55db239281f
Author: William Hubbs  gmail  com>
AuthorDate: Mon Sep 19 17:07:04 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Sep 19 17:09:05 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=83bb827e

Revert "Disable parallel startup in interactive mode"

This reverts commit 8b4fc05ff2645b2ecb0f153492f72dd8b39ba431.
The original commit did not explain why this feature was disabled, and I
now have a request to enable it.

This fixes #24.

 src/rc/rc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/rc/rc.c b/src/rc/rc.c
index 2c517f2..118c2d1 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -664,7 +664,6 @@ do_start_services(const RC_STRINGLIST *start_services, bool 
parallel)
interactive = want_interactive();
 
if (interactive) {
-   parallel = false;
interactive_retry:
printf("\n");
einfo("About to start the service %s",



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

2016-09-19 Thread Zac Medico
commit: 1224f5e0fb9277af5d9aa3fc6c4deafef93ca4a1
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 17:00:21 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 17:00:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1224f5e0

net-analyzer/munin: revbump for bug 594294

Package-Manager: portage-2.3.1
RepoMan-Options: --force

 net-analyzer/munin/{munin-2.0.19-r1.ebuild => munin-2.0.19-r2.ebuild} | 0
 net-analyzer/munin/{munin-2.0.25-r1.ebuild => munin-2.0.25-r2.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-analyzer/munin/munin-2.0.19-r1.ebuild 
b/net-analyzer/munin/munin-2.0.19-r2.ebuild
similarity index 100%
rename from net-analyzer/munin/munin-2.0.19-r1.ebuild
rename to net-analyzer/munin/munin-2.0.19-r2.ebuild

diff --git a/net-analyzer/munin/munin-2.0.25-r1.ebuild 
b/net-analyzer/munin/munin-2.0.25-r2.ebuild
similarity index 100%
rename from net-analyzer/munin/munin-2.0.25-r1.ebuild
rename to net-analyzer/munin/munin-2.0.25-r2.ebuild



[gentoo-commits] proj/portage:master commit in: pym/portage/cache/

2016-09-19 Thread Zac Medico
commit: d10bafb2c84be84ee47a2204938df4b3b9f238c0
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 16:39:38 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 16:41:56 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=d10bafb2

cache.fs_template: set 0o644 defaut perms

Fixes 5652bc88514b ("flat_hash: use mkstemp in _setitem)
X-Gentoo-Bug: 594358
X-Gentoo-Bug-URL: https://bugs.gentoo.org/594358

 pym/portage/cache/fs_template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/cache/fs_template.py b/pym/portage/cache/fs_template.py
index fa44abc..e3c3c12 100644
--- a/pym/portage/cache/fs_template.py
+++ b/pym/portage/cache/fs_template.py
@@ -24,7 +24,7 @@ class FsBased(template.database):
 
def __init__(self, *args, **config):
 
-   for x, y in (("gid", -1), ("perms", -1)):
+   for x, y in (("gid", -1), ("perms", 0o644)):
if x in config:
# Since Python 3.4, chown requires int type (no 
proxies).
setattr(self, "_" + x, int(config[x]))



[gentoo-commits] gentoo commit in src/patchsets/gcc/6.2.0/gentoo: 13_all_default-ssp-fix.patch README.history

2016-09-19 Thread Magnus Granberg (zorry)
zorry   16/09/19 16:53:08

  Modified: README.history
  Added:13_all_default-ssp-fix.patch
  Log:
  add default ssp support for gcc 6.2.0

Revision  ChangesPath
1.2  src/patchsets/gcc/6.2.0/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/6.2.0/gentoo/README.history?rev=1.2=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/6.2.0/gentoo/README.history?rev=1.2=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/6.2.0/gentoo/README.history?r1=1.1=1.2

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/6.2.0/gentoo/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history  12 Sep 2016 15:20:57 -  1.1
+++ README.history  19 Sep 2016 16:53:08 -  1.2
@@ -1,4 +1,7 @@
-1.010 sep 2016
+1.119 Sep 2016
+   + 13_all_default-ssp-fix.patch
+
+1.010 Sep 2016
+ 10_all_default-fortify-source.patch
+ 11_all_default-warn-format-security.patch
+ 12_all_default-warn-trampolines.patch



1.1  src/patchsets/gcc/6.2.0/gentoo/13_all_default-ssp-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/6.2.0/gentoo/13_all_default-ssp-fix.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/6.2.0/gentoo/13_all_default-ssp-fix.patch?rev=1.1=text/plain

Index: 13_all_default-ssp-fix.patch
===
We disable ssp on -nostdlib and -ffreestanding as we did on older gcc
and change the buffer size.

--- a/gcc/c-family/c-opts.c 2016-03-08 23:30:44.0 +0100
+++ b/gcc/c-family/c-opts.c 2016-09-18 18:42:10.231644014 +0200
@@ -436,7 +436,15 @@ c_common_handle_option (size_t scode, co
 
 case OPT_ffreestanding:
   value = !value;
+ if (global_options.x_flag_stack_protect == -1)
+   global_options.x_flag_stack_protect = 0;
   /* Fall through  */
+
+   case OPT_nostdlib:
+ if (global_options.x_flag_stack_protect == -1)
+   global_options.x_flag_stack_protect = 0;
+ /* Fall through  */
+
 case OPT_fhosted:
   flag_hosted = value;
   flag_no_builtin = !value;
--- a/gcc/c-family/c.opt2016-03-23 18:51:56.0 +0100
+++ b/gcc/c-family/c.opt2016-09-18 18:46:17.071649782 +0200
@@ -1647,6 +1647,10 @@ nostdinc++
 C++ ObjC++
 Do not search standard system include directories for C++.
 
+nostdlib
+C ObjC C++ ObjC++
+; Documented in common.opt
+
 o
 C ObjC C++ ObjC++ Joined Separate
 ; Documented in common.opt
--- a/gcc/gcc.c 2016-02-19 23:18:38.0 +0100
+++ b/gcc/gcc.c 2016-09-18 18:47:35.621651618 +0200
@@ -1132,6 +1143,7 @@ static const char *cc1_options =
  %{-help=*:--help=%*}\
  %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}}\
  %{fsyntax-only:-o %j} %{-param*}\
+ %{nostdlib:-nostdlib}\
  %{coverage:-fprofile-arcs -ftest-coverage}";
 
 static const char *asm_options =
--- a/gcc/params.def2016-03-30 09:47:40.0 +0200
+++ b/gcc/params.def2016-09-19 12:56:58.443179039 +0200
@@ -673,7 +673,7 @@ DEFPARAM (PARAM_INTEGER_SHARE_LIMIT,
 DEFPARAM (PARAM_SSP_BUFFER_SIZE,
  "ssp-buffer-size",
  "The lower bound for a buffer to be considered for stack smashing 
protection.",
- 8, 1, 0)
+ 4, 1, 0)
 
 DEFPARAM (PARAM_MIN_SIZE_FOR_STACK_SHARING,
  "min-size-for-stack-sharing",






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

2016-09-19 Thread Brian Evans
commit: 0137b0f053bfba88bf95fdccb8c6fe1a438e937a
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Sep 19 16:27:01 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Sep 19 16:27:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0137b0f0

dev-lang/php: Version bump for 5.6.26

Package-Manager: portage-2.3.0

 dev-lang/php/Manifest  |   1 +
 dev-lang/php/php-5.6.26.ebuild | 766 +
 2 files changed, 767 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index a421975..46f7090 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -3,4 +3,5 @@ DIST php-5.5.38.tar.xz 11077780 SHA256 
cb527c44b48343c8557fe2446464ff1d4695155a9
 DIST php-5.6.23.tar.bz2 14178077 SHA256 
facd280896d277e6f7084b60839e693d4db68318bfc92085d3dc0251fd3558c7 SHA512 
92be3685926f302223465e9673496971f0ee1b05c7b3a09682d4ef93a27b4c17e5c53c36acab15d26f38508f6d65bebe11a6f0f0fc98b27eafe95b02b4d9897d
 WHIRLPOOL 
71375395742a83ec0f55bd7edf5eeff732e4db24f77f436f519ca81a2ceeb0bac65549ca1ffd34cb7b593771b5f4ccb984900841a20c1620a6121e4fa14ab086
 DIST php-5.6.24.tar.xz 12394980 SHA256 
ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b SHA512 
1849c58a8c6eeb3efc6b43f874314b146b4a32d886086bc1648fc84e6062148a9373dea9c3713587c3980df70a0e51bf6e5ab5a87b9eff57e54670c5c2ded86b
 WHIRLPOOL 
4e6466444824640a246e8cd02f7da7bf72ff55c714729f7ed7581be63b2f1d87a0f5bf5dab5e09499fabc61d32162aa35cfb095f7e478f7454aacdec2465a7f5
 DIST php-5.6.25.tar.xz 12406072 SHA256 
7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644 SHA512 
43ab901a69e22ac42b676384c338c3b3a5cc8e8fb52cc85296d6880c4a3d079d9e0de151539d0c8549e8856d611f0d8b40c9cc338167a62560e14c939a409b68
 WHIRLPOOL 
46e593caeb8d59d29568dfdbf0a2d2ae7080a7d8b3e78a11f4116fa54e64e8cc7d8c93fdb40a63beb3ae0a6bd900b8d0dfd4889b858201717a86bcd45b8aee61
+DIST php-5.6.26.tar.xz 12412992 SHA256 
203a854f0f243cb2810d1c832bc871ff133eccdf1ff69d32846f93bc1bef58a8 SHA512 
06ef6990c1ab6ef3c94157b72039ddbc40a8373b8f38c88ec4dfa771fcd422a0673ff5f6cbf3cf67a0fb10bedd8b9fa85aa95e08abb0d74163a90a322a1d8c24
 WHIRLPOOL 
11b183089a43bfad1ee787bd2512faf8d4611916cdfe348fb8ba3a2c2d35d560dcd38656e3a5b3ee98efb649e9f7ab219a89da7a72c163270760ad44a64bba09
 DIST php-7.0.11.tar.xz 12258500 SHA256 
d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735 SHA512 
4d7df513a61489ecb1c3a963fbb76ad8e15b88fa134f52295a5339c900f7b2f98e547a3e479b8061dd4ff3c5f90cd62e3c39ec208d7de03b6146501e60500d5e
 WHIRLPOOL 
d9867f282df9a86efecb77c44f22a403598dc950b8ae2343000517fdb69890073bd78fbe7d1ee26be41459aefb3336a6508d6dd75b915859533e124b21b4e453

diff --git a/dev-lang/php/php-5.6.26.ebuild b/dev-lang/php/php-5.6.26.ebuild
new file mode 100644
index ..0b22299
--- /dev/null
+++ b/dev-lang/php/php-5.6.26.ebuild
@@ -0,0 +1,766 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools flag-o-matic versionator libtool systemd
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="http://php.net/;
+SRC_URI="http://php.net/distributions/${P}.tar.xz;
+LICENSE="PHP-3"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
+   crypt +ctype curl debug
+   enchant exif frontbase +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
+   mhash mssql mysql libmysqlclient mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session sharedmem
+   +simplexml snmp soap sockets spell sqlite ssl
+   sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =dev-libs/libmcrypt-2.4 )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( app-text/enchant )
+   exif? ( !gd? (
+   virtual/jpeg:0
+   media-libs/libpng:0=
+   sys-libs/zlib
+   ) )
+   firebird? ( dev-db/firebird 

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

2016-09-19 Thread Wolfram Schlich
commit: 15763fb283fc159ed9818ad6633318d2531ee094
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Mon Sep 19 16:09:18 2016 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Mon Sep 19 16:09:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15763fb2

net-im/mcabber: remove old versions

Package-Manager: portage-2.2.28

 net-im/mcabber/Manifest   |   3 -
 net-im/mcabber/mcabber-0.10.2_p20131025-r1.ebuild | 118 -
 net-im/mcabber/mcabber-0.10.3.ebuild  | 119 --
 net-im/mcabber/mcabber-1.0.0.ebuild   | 119 --
 net-im/mcabber/mcabber-1.0.1.ebuild   | 119 --
 5 files changed, 478 deletions(-)

diff --git a/net-im/mcabber/Manifest b/net-im/mcabber/Manifest
index a1a4df4..d3557f5 100644
--- a/net-im/mcabber/Manifest
+++ b/net-im/mcabber/Manifest
@@ -1,6 +1,3 @@
 DIST mcabber-0.10.2_p20131025.tar.gz 399025 SHA256 
90f4e583a7ea929abcd243dc970d64db53f1f577a4a76dc55432eaa86b5ce007 SHA512 
4910acfb3d0f6341e0926bff740186d3039a47f15fd075409ecd940b6388b9bb3bf35cb88eb675e6063eaefba6f4421ca7c07e18cb307a1c7b3206c077feeeb1
 WHIRLPOOL 
12b9ea8d5dd2e70afeeaab18f8361bd57a5c9850bfc70e953800efe5319d632881163c48d904efc07aadb9cb1a33c09d9b034537e4fe3102793da084bd246e97
-DIST mcabber-0.10.3.tar.bz2 612153 SHA256 
77466138496cc26db125145cc28dc4fc0df79827143b922dfb9f02eb0dc7fa6d SHA512 
3f4c83dbe99f1e1981a89d2a9cdfbaf96b265aaabe133e41d562491557e0acc2d780ae88aa3e45eca9088318ef7d7b284f1df445d2b5afb139d5a247e111bc10
 WHIRLPOOL 
7139d7b44837026276b269f5d911486bc898ef4c72d0cec2ada066636f284c00205b207241024d4311a82f7eb6a83590dbf402167dec4441e477f6166a7595b5
-DIST mcabber-1.0.0.tar.bz2 602173 SHA256 
5476bcba395e0b9527823f5a9bce725151756f685ce2dcf6fad3dbe50a157032 SHA512 
bad8af15ed984ac0a568ea497464a3fa9b3ba3dea51cdd4042361be10783bba3578859ced532cd2c1cf19588fc42bdd561486b9fce6ed2da86a509e29c26c497
 WHIRLPOOL 
f9eba52f2686f0571947e006ce825378be7f00db8192988e5a071a86160c48b113609fe4f539d61191378348333763c24e013f5bc69863f4b41a54264313e3f8
-DIST mcabber-1.0.1.tar.bz2 604661 SHA256 
579a45a2bc944455012ca9b308f7f3454efabbe0c36c6723af761aa1f3092d93 SHA512 
23b268fb0c4e5ce0f28333d2b35fa8b6ead819359c0e2a633158bdcb637040c23deb2ca54d7d1a98a8a8fa37323bfe078371e790b5809af76fe9b940529f728c
 WHIRLPOOL 
9e5a2478a5bc7c8d35526bb81178842e04a5367b23cd7ec8dfa303069a6ad75ae74411977b9f354d3758c80a6ed578a4caf4c21cdb5322feece818d50e053a6b
 DIST mcabber-1.0.2.tar.bz2 604995 SHA256 
e7143891ea6c6ec2f3008c25c13506121d83d15aa83640827aea3b66a8761fde SHA512 
e7d8f54f0f5cbcd685d6ada49c29fbc3af3315d5727a7a6babcc0aae49880f0cc1df48a1ceec78caeb17822c26f8c00aae23df2565336d92c4e388c8cebb4263
 WHIRLPOOL 
8903b6e77f645202357f00868733633abed220f05260d29e30bc0396abf64f94fe0c69c84cae7f9c6c6ebfbe3d64f4d4be970dfe51593c84ca582fccfb4d7c2a
 DIST mcabber-1.0.3.tar.bz2 605245 SHA256 
44e6bb0aa0c399261fc212c386a3c2540db133e7593592247ee1621df659139a SHA512 
678129259d27fe57d78289d340d5f6e074a1b7bac0bd0d97a6c41fa05182fa50a150e747e2e45c8d97e6b1f5fb8c14f146b9d13a08bafb3459184f36301cc71a
 WHIRLPOOL 
cf830f3f85e2a0448dc28a7fe4e6f5f695552707ae923581866a2dd883741a69d1c7120639670b21c00c9fb956a3ff2d8ecad032cb2cc71760c6f98bc0464e8a

diff --git a/net-im/mcabber/mcabber-0.10.2_p20131025-r1.ebuild 
b/net-im/mcabber/mcabber-0.10.2_p20131025-r1.ebuild
deleted file mode 100644
index d35f969..
--- a/net-im/mcabber/mcabber-0.10.2_p20131025-r1.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic autotools-utils
-
-DESCRIPTION="A small Jabber console client with various features, like MUC, 
SSL, PGP"
-HOMEPAGE="http://mcabber.com/;
-REV="a18e1b488f1c"
-SRC_URI="http://mcabber.com/hg/index.cgi/archive/${REV}.tar.gz -> ${P}.tar.gz"
-
-S=${WORKDIR}/${PN}-${REV}/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
-
-LANGS="cs de fr it nl pl ru uk"
-# localized help versions are installed only, when LINGUAS var is set
-for i in ${LANGS}; do
-   IUSE="${IUSE} linguas_${i}"
-done;
-
-RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
-   otr? ( >=net-libs/libotr-3.1.0 )
-   aspell? ( app-text/aspell )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
-   idn? ( net-dns/libidn  )
-   spell? ( app-text/enchant )
-   dev-libs/glib:2
-   sys-libs/ncurses
-   >=net-libs/loudmouth-1.4.3-r1[ssl?]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-## autotools-utils.eclass settings
-AUTOTOOLS_AUTORECONF="1"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt 
)
-PATCHES=(
-   "${FILESDIR}/${P}-vim-ftdetect.patch"
-)
-
-pkg_setup() {
-   

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

2016-09-19 Thread Wolfram Schlich
commit: 8662267247e18c139d022b8f678a8c9278493cf9
Author: Wolfram Schlich  gentoo  org>
AuthorDate: Mon Sep 19 16:04:41 2016 +
Commit: Wolfram Schlich  gentoo  org>
CommitDate: Mon Sep 19 16:05:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86622672

net-im/mcabber: version bump (fixes building against sys-libs/ncurses with 
USE=tinfo)

Package-Manager: portage-2.2.28

 net-im/mcabber/Manifest |   1 +
 net-im/mcabber/mcabber-1.0.3.ebuild | 119 
 2 files changed, 120 insertions(+)

diff --git a/net-im/mcabber/Manifest b/net-im/mcabber/Manifest
index e326bca..a1a4df4 100644
--- a/net-im/mcabber/Manifest
+++ b/net-im/mcabber/Manifest
@@ -3,3 +3,4 @@ DIST mcabber-0.10.3.tar.bz2 612153 SHA256 
77466138496cc26db125145cc28dc4fc0df798
 DIST mcabber-1.0.0.tar.bz2 602173 SHA256 
5476bcba395e0b9527823f5a9bce725151756f685ce2dcf6fad3dbe50a157032 SHA512 
bad8af15ed984ac0a568ea497464a3fa9b3ba3dea51cdd4042361be10783bba3578859ced532cd2c1cf19588fc42bdd561486b9fce6ed2da86a509e29c26c497
 WHIRLPOOL 
f9eba52f2686f0571947e006ce825378be7f00db8192988e5a071a86160c48b113609fe4f539d61191378348333763c24e013f5bc69863f4b41a54264313e3f8
 DIST mcabber-1.0.1.tar.bz2 604661 SHA256 
579a45a2bc944455012ca9b308f7f3454efabbe0c36c6723af761aa1f3092d93 SHA512 
23b268fb0c4e5ce0f28333d2b35fa8b6ead819359c0e2a633158bdcb637040c23deb2ca54d7d1a98a8a8fa37323bfe078371e790b5809af76fe9b940529f728c
 WHIRLPOOL 
9e5a2478a5bc7c8d35526bb81178842e04a5367b23cd7ec8dfa303069a6ad75ae74411977b9f354d3758c80a6ed578a4caf4c21cdb5322feece818d50e053a6b
 DIST mcabber-1.0.2.tar.bz2 604995 SHA256 
e7143891ea6c6ec2f3008c25c13506121d83d15aa83640827aea3b66a8761fde SHA512 
e7d8f54f0f5cbcd685d6ada49c29fbc3af3315d5727a7a6babcc0aae49880f0cc1df48a1ceec78caeb17822c26f8c00aae23df2565336d92c4e388c8cebb4263
 WHIRLPOOL 
8903b6e77f645202357f00868733633abed220f05260d29e30bc0396abf64f94fe0c69c84cae7f9c6c6ebfbe3d64f4d4be970dfe51593c84ca582fccfb4d7c2a
+DIST mcabber-1.0.3.tar.bz2 605245 SHA256 
44e6bb0aa0c399261fc212c386a3c2540db133e7593592247ee1621df659139a SHA512 
678129259d27fe57d78289d340d5f6e074a1b7bac0bd0d97a6c41fa05182fa50a150e747e2e45c8d97e6b1f5fb8c14f146b9d13a08bafb3459184f36301cc71a
 WHIRLPOOL 
cf830f3f85e2a0448dc28a7fe4e6f5f695552707ae923581866a2dd883741a69d1c7120639670b21c00c9fb956a3ff2d8ecad032cb2cc71760c6f98bc0464e8a

diff --git a/net-im/mcabber/mcabber-1.0.3.ebuild 
b/net-im/mcabber/mcabber-1.0.3.ebuild
new file mode 100644
index ..3fc2a58
--- /dev/null
+++ b/net-im/mcabber/mcabber-1.0.3.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit flag-o-matic autotools-utils
+
+DESCRIPTION="A small Jabber console client with various features, like MUC, 
SSL, PGP"
+HOMEPAGE="http://mcabber.com/;
+#REV="a18e1b488f1c"
+#SRC_URI="http://mcabber.com/hg/index.cgi/archive/${REV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="http://mcabber.com/files/${P}.tar.bz2;
+
+#S=${WORKDIR}/${PN}-${REV}/${PN}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
+
+LANGS="cs de fr it nl pl ru uk"
+# localized help versions are installed only, when LINGUAS var is set
+for i in ${LANGS}; do
+   IUSE="${IUSE} linguas_${i}"
+done;
+
+RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
+   otr? ( >=net-libs/libotr-3.1.0 )
+   aspell? ( app-text/aspell )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
+   idn? ( net-dns/libidn  )
+   spell? ( app-text/enchant )
+   dev-libs/glib:2
+   sys-libs/ncurses:0=
+   >=net-libs/loudmouth-1.4.3-r1[ssl?]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+## autotools-utils.eclass settings
+AUTOTOOLS_AUTORECONF="1"
+AUTOTOOLS_IN_SOURCE_BUILD="1"
+DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt 
)
+PATCHES=(
+   "${FILESDIR}/${PN}-0.10.3-vim-ftdetect.patch"
+)
+
+pkg_setup() {
+   if use aspell && use spell; then
+   ewarn "NOTE: You have both USE flags 'aspell' and 'spell' 
enabled, enchant (USE flag 'spell') will be preferred."
+   fi
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable crypt gpgme) \
+   $(use_enable otr) \
+   $(use_enable aspell) \
+   $(use_enable spell enchant) \
+   $(use_enable modules) \
+   $(use_with idn libidn)
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+
+   # clean unneeded language documentation
+   for i in ${LANGS}; do
+   use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
+   done
+
+   # contrib themes
+   insinto /usr/share/${PN}/themes
+   doins "${S}"/contrib/themes/*
+
+   # contrib generic 

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

2016-09-19 Thread Brian Evans
commit: ebcd8c4b5235d71728977908a58d67fa2937bf4f
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Sep 19 14:33:59 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Sep 19 14:33:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcd8c4b

dev-lang/php: Version bump for 7.0.11

Package-Manager: portage-2.3.0

 dev-lang/php/Manifest  |   1 +
 dev-lang/php/php-7.0.11.ebuild | 759 +
 2 files changed, 760 insertions(+)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 3f00437..217e788 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -4,3 +4,4 @@ DIST php-5.6.23.tar.bz2 14178077 SHA256 
facd280896d277e6f7084b60839e693d4db68318
 DIST php-5.6.24.tar.xz 12394980 SHA256 
ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b SHA512 
1849c58a8c6eeb3efc6b43f874314b146b4a32d886086bc1648fc84e6062148a9373dea9c3713587c3980df70a0e51bf6e5ab5a87b9eff57e54670c5c2ded86b
 WHIRLPOOL 
4e6466444824640a246e8cd02f7da7bf72ff55c714729f7ed7581be63b2f1d87a0f5bf5dab5e09499fabc61d32162aa35cfb095f7e478f7454aacdec2465a7f5
 DIST php-5.6.25.tar.xz 12406072 SHA256 
7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644 SHA512 
43ab901a69e22ac42b676384c338c3b3a5cc8e8fb52cc85296d6880c4a3d079d9e0de151539d0c8549e8856d611f0d8b40c9cc338167a62560e14c939a409b68
 WHIRLPOOL 
46e593caeb8d59d29568dfdbf0a2d2ae7080a7d8b3e78a11f4116fa54e64e8cc7d8c93fdb40a63beb3ae0a6bd900b8d0dfd4889b858201717a86bcd45b8aee61
 DIST php-7.0.10.tar.xz 12474728 SHA256 
348476ff7ba8d95a1e28e1059430c10470c5f8110f6d9133d30153dda4cdf56a SHA512 
124fa1a5ef1bab39b04d03be965fbcfedf173542fa060288642573f60360ae8ed627827040dc6ed6a4c67bd66852ffea8d54743ac7922465e8f545478529c35d
 WHIRLPOOL 
0c3c93810fb5fbcaa6b5b92b13f3698272e4c5c4d9d37f9265bd481a9998d5220cc6653ac4de4f80aea579e30e49654cecae6c9141d66e8249a9683fc03d8ef2
+DIST php-7.0.11.tar.xz 12258500 SHA256 
d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735 SHA512 
4d7df513a61489ecb1c3a963fbb76ad8e15b88fa134f52295a5339c900f7b2f98e547a3e479b8061dd4ff3c5f90cd62e3c39ec208d7de03b6146501e60500d5e
 WHIRLPOOL 
d9867f282df9a86efecb77c44f22a403598dc950b8ae2343000517fdb69890073bd78fbe7d1ee26be41459aefb3336a6508d6dd75b915859533e124b21b4e453

diff --git a/dev-lang/php/php-7.0.11.ebuild b/dev-lang/php/php-7.0.11.ebuild
new file mode 100644
index ..71c2ec4
--- /dev/null
+++ b/dev-lang/php/php-7.0.11.ebuild
@@ -0,0 +1,759 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools flag-o-matic versionator libtool systemd
+
+DESCRIPTION="The PHP language runtime engine"
+HOMEPAGE="http://php.net/;
+SRC_URI="http://php.net/distributions/${P}.tar.xz;
+LICENSE="PHP-3"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+
+# We can build the following SAPIs in the given order
+SAPIS="embed cli cgi fpm apache2 phpdbg"
+
+# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
+IUSE="${IUSE}
+   ${SAPIS/cli/+cli}
+   threads"
+
+IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
+   crypt +ctype curl debug
+   enchant exif frontbase +fileinfo +filter firebird
+   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
+   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
+   mhash mssql mysql mysqli nls
+   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
+   readline recode selinux +session sharedmem
+   +simplexml snmp soap sockets spell sqlite ssl
+   sysvipc systemd tidy +tokenizer truetype unicode wddx webp
+   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
+
+# The supported (that is, autodetected) versions of BDB are listed in
+# the ./configure script. Other versions *work*, but we need to stick to
+# the ones that can be detected to avoid a repeat of bug #564824.
+COMMON_DEPEND="
+   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
+   >=dev-libs/libpcre-8.32[unicode]
+   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
+   =dev-libs/libmcrypt-2.4 )
+   curl? ( >=net-misc/curl-7.10.5 )
+   enchant? ( app-text/enchant )
+   exif? ( !gd? (
+   virtual/jpeg:0
+   media-libs/libpng:0=
+   sys-libs/zlib
+   ) )
+   firebird? ( dev-db/firebird )
+   gd? ( virtual/jpeg:0 media-libs/libpng:0= sys-libs/zlib )
+   gdbm? ( >=sys-libs/gdbm-1.8.0 )
+   gmp? ( dev-libs/gmp:0 )
+   iconv? ( virtual/libiconv )
+   imap? ( virtual/imap-c-client[ssl=] )
+   intl? ( dev-libs/icu:= )
+   iodbc? ( dev-db/libiodbc )
+   kerberos? ( virtual/krb5 )
+   ldap? ( >=net-nds/openldap-1.2.11 )
+   ldap-sasl? ( 

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

2016-09-19 Thread Brian Evans
commit: ca872d7a05cd0ea529e6e679662668c950598c30
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Sep 19 14:36:50 2016 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Sep 19 14:36:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca872d7a

dev-lang/php: Drop old 7.0.10

Package-Manager: portage-2.3.0

 dev-lang/php/Manifest  |   1 -
 dev-lang/php/php-7.0.10.ebuild | 759 -
 2 files changed, 760 deletions(-)

diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest
index 217e788..a421975 100644
--- a/dev-lang/php/Manifest
+++ b/dev-lang/php/Manifest
@@ -3,5 +3,4 @@ DIST php-5.5.38.tar.xz 11077780 SHA256 
cb527c44b48343c8557fe2446464ff1d4695155a9
 DIST php-5.6.23.tar.bz2 14178077 SHA256 
facd280896d277e6f7084b60839e693d4db68318bfc92085d3dc0251fd3558c7 SHA512 
92be3685926f302223465e9673496971f0ee1b05c7b3a09682d4ef93a27b4c17e5c53c36acab15d26f38508f6d65bebe11a6f0f0fc98b27eafe95b02b4d9897d
 WHIRLPOOL 
71375395742a83ec0f55bd7edf5eeff732e4db24f77f436f519ca81a2ceeb0bac65549ca1ffd34cb7b593771b5f4ccb984900841a20c1620a6121e4fa14ab086
 DIST php-5.6.24.tar.xz 12394980 SHA256 
ed7c38c6dac539ade62e08118258f4dac0c49beca04d8603bee4e0ea6ca8250b SHA512 
1849c58a8c6eeb3efc6b43f874314b146b4a32d886086bc1648fc84e6062148a9373dea9c3713587c3980df70a0e51bf6e5ab5a87b9eff57e54670c5c2ded86b
 WHIRLPOOL 
4e6466444824640a246e8cd02f7da7bf72ff55c714729f7ed7581be63b2f1d87a0f5bf5dab5e09499fabc61d32162aa35cfb095f7e478f7454aacdec2465a7f5
 DIST php-5.6.25.tar.xz 12406072 SHA256 
7535cd6e20040ccec4594cc386c6f15c3f2c88f24163294a31068cf7dfe7f644 SHA512 
43ab901a69e22ac42b676384c338c3b3a5cc8e8fb52cc85296d6880c4a3d079d9e0de151539d0c8549e8856d611f0d8b40c9cc338167a62560e14c939a409b68
 WHIRLPOOL 
46e593caeb8d59d29568dfdbf0a2d2ae7080a7d8b3e78a11f4116fa54e64e8cc7d8c93fdb40a63beb3ae0a6bd900b8d0dfd4889b858201717a86bcd45b8aee61
-DIST php-7.0.10.tar.xz 12474728 SHA256 
348476ff7ba8d95a1e28e1059430c10470c5f8110f6d9133d30153dda4cdf56a SHA512 
124fa1a5ef1bab39b04d03be965fbcfedf173542fa060288642573f60360ae8ed627827040dc6ed6a4c67bd66852ffea8d54743ac7922465e8f545478529c35d
 WHIRLPOOL 
0c3c93810fb5fbcaa6b5b92b13f3698272e4c5c4d9d37f9265bd481a9998d5220cc6653ac4de4f80aea579e30e49654cecae6c9141d66e8249a9683fc03d8ef2
 DIST php-7.0.11.tar.xz 12258500 SHA256 
d4cccea8da1d27c11b89386f8b8e95692ad3356610d571253d00ca67d524c735 SHA512 
4d7df513a61489ecb1c3a963fbb76ad8e15b88fa134f52295a5339c900f7b2f98e547a3e479b8061dd4ff3c5f90cd62e3c39ec208d7de03b6146501e60500d5e
 WHIRLPOOL 
d9867f282df9a86efecb77c44f22a403598dc950b8ae2343000517fdb69890073bd78fbe7d1ee26be41459aefb3336a6508d6dd75b915859533e124b21b4e453

diff --git a/dev-lang/php/php-7.0.10.ebuild b/dev-lang/php/php-7.0.10.ebuild
deleted file mode 100644
index 1a34de5..
--- a/dev-lang/php/php-7.0.10.ebuild
+++ /dev/null
@@ -1,759 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools flag-o-matic versionator libtool systemd
-
-DESCRIPTION="The PHP language runtime engine"
-HOMEPAGE="http://php.net/;
-SRC_URI="http://php.net/distributions/${P}.tar.xz;
-LICENSE="PHP-3"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
-
-# We can build the following SAPIs in the given order
-SAPIS="embed cli cgi fpm apache2 phpdbg"
-
-# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
-IUSE="${IUSE}
-   ${SAPIS/cli/+cli}
-   threads"
-
-IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
-   crypt +ctype curl debug
-   enchant exif frontbase +fileinfo +filter firebird
-   flatfile ftp gd gdbm gmp +hash +iconv imap inifile
-   intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit libressl
-   mhash mssql mysql mysqli nls
-   oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
-   readline recode selinux +session sharedmem
-   +simplexml snmp soap sockets spell sqlite ssl
-   sysvipc systemd tidy +tokenizer truetype unicode wddx webp
-   +xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"
-
-# The supported (that is, autodetected) versions of BDB are listed in
-# the ./configure script. Other versions *work*, but we need to stick to
-# the ones that can be detected to avoid a repeat of bug #564824.
-COMMON_DEPEND="
-   >=app-eselect/eselect-php-0.9.1[apache2?,fpm?]
-   >=dev-libs/libpcre-8.32[unicode]
-   apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
-   =dev-libs/libmcrypt-2.4 )
-   curl? ( >=net-misc/curl-7.10.5 )
-   enchant? ( app-text/enchant )
-   exif? ( !gd? (
-   virtual/jpeg:0
-   media-libs/libpng:0=
-   sys-libs/zlib
-   ) )
-   firebird? ( dev-db/firebird )
-   gd? ( 

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

2016-09-19 Thread Mike Gilbert
commit: 42c16a429662b3ddab73139603798748d43f2068
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 19 14:00:04 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 19 14:00:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c16a42

sys-apps/portage: apply fix for doc building to 2.3.1

Bug: https://bugs.gentoo.org/589210
Package-Manager: portage-2.3.0_p42

 ...ert-URI-changes-related-to-docbook-schema.patch | 39 ++
 sys-apps/portage/portage-2.3.1.ebuild  |  4 ++-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git 
a/sys-apps/portage/files/2.3.1-doc-Revert-URI-changes-related-to-docbook-schema.patch
 
b/sys-apps/portage/files/2.3.1-doc-Revert-URI-changes-related-to-docbook-schema.patch
new file mode 100644
index ..ee191ff
--- /dev/null
+++ 
b/sys-apps/portage/files/2.3.1-doc-Revert-URI-changes-related-to-docbook-schema.patch
@@ -0,0 +1,39 @@
+From 35863a80b915939aac3ce6bf017d942cac879df8 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Wed, 20 Jul 2016 12:30:05 -0400
+Subject: [PATCH] doc: Revert URI changes related to docbook schema
+
+This partially reverts b5365341dad167e314023df95d2c5e0f955962f0.
+
+X-Gentoo-Bug: 589210
+X-Gentoo-Bug-URL: https://bugs.gentoo.org/589210
+---
+ doc/custom.xsl  | 2 +-
+ doc/portage.docbook | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/doc/custom.xsl b/doc/custom.xsl
+index 11a2b9e..a7763ec 100644
+--- a/doc/custom.xsl
 b/doc/custom.xsl
+@@ -1,4 +1,4 @@
+-https://www.w3.org/1999/XSL/Transform; 
version="1.0">
++http://www.w3.org/1999/XSL/Transform; 
version="1.0">
+ 
+ 
+ 
+diff --git a/doc/portage.docbook b/doc/portage.docbook
+index f7d539a..811544f 100644
+--- a/doc/portage.docbook
 b/doc/portage.docbook
+@@ -1,6 +1,6 @@
+ 
+ https://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd; [
++  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd; [
+ 
+   
+   
+-- 
+2.10.0
+

diff --git a/sys-apps/portage/portage-2.3.1.ebuild 
b/sys-apps/portage/portage-2.3.1.ebuild
index ba8f996..4ea4ef7 100644
--- a/sys-apps/portage/portage-2.3.1.ebuild
+++ b/sys-apps/portage/portage-2.3.1.ebuild
@@ -78,7 +78,9 @@ TARBALL_PV=${PV}
 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
$(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"
 
-PATCHES=()
+PATCHES=(
+   
"${FILESDIR}/2.3.1-doc-Revert-URI-changes-related-to-docbook-schema.patch"
+)
 
 pkg_setup() {
use epydoc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )



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

2016-09-19 Thread Jeroen Roovers
commit: 9f162f84a1fa05bb8d237e6536dc6bfd2c7c243a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 19 13:28:44 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 19 13:32:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f162f84

net-misc/youtube-dl: Version bump.

Package-Manager: portage-2.3.0

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

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 69445b7..9263585 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,3 +1,4 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
 DIST youtube-dl-2016.09.11.1.tar.gz 2382851 SHA256 
6cdeb0876295bef0325b8433c47c1ed13ebab3b108ef5ee27171e06b6958cb35 SHA512 
d15e15e7091eafd0fa53a554908afb54b46a9d81ef9b3e7551959b6e5b778b712be5a76f2c0539fb72619f4179898c3fc8a47c87bc3173a8cf17d9613176574c
 WHIRLPOOL 
d2106d3a83de95acd0d99921c86a3c42d1b37bd431103b0bf892051be4b16545ae2c3bf221a993fc41600cff5996eb9cc5d66c1a6c8fbc5d298a7a65df21074f
 DIST youtube-dl-2016.09.15.tar.gz 2389517 SHA256 
fa0c155d7a887d3f9fd0a3d031635defa566f7e82f62069d7b793c7dbc10f2c2 SHA512 
2443143d1ab23ce26b61e10016d4a473a2aefc4f398d27b532760073866822441fe0b8af09e7d3e5d03ba564f69bacec075b3fe3162fdb9feaa27ecff429f24a
 WHIRLPOOL 
b92f54891f4bee954e97f822f1a5fca1b814139d13ba266cce04e7037d4da77db05d5e3e3ce1a04d76eff905d3e6f0cec19096c8c85ee3631028d2daa011a797
+DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 
276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 
a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf
 WHIRLPOOL 
e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba

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

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

2016-09-19 Thread Jeroen Roovers
commit: 3fd62398221cdb97d17a055c562243a28951163e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 19 13:31:18 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 19 13:32:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd62398

sys-libs/cracklib: Stable for HPPA PPC64 (bug #591456).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 sys-libs/cracklib/cracklib-2.9.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild 
b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
index 87534b9..e4c079c 100644
--- a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
+++ b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-macos ~m68k-mint"
 IUSE="nls python static-libs test zlib"
 
 RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"



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

2016-09-19 Thread Jeroen Roovers
commit: 8ab745f5fde398ee02923874282848e0b8fb949b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 19 13:29:26 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 19 13:32:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab745f5

net-misc/youtube-dl: Old.

Package-Manager: portage-2.3.0

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

diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
index 9263585..939e233 100644
--- a/net-misc/youtube-dl/Manifest
+++ b/net-misc/youtube-dl/Manifest
@@ -1,4 +1,3 @@
 DIST youtube-dl-2016.01.01.tar.gz 1874602 SHA256 
732f37c99d71b4239d72d61dd32214b5a5a618671fb0629c8f8deb28209a172c SHA512 
fdb022bed426250e5ee1c2bcc1354dd195c0f9793ca479ca8ca4cfe2f71e07ba100b0dbcda2fb9f310308ab130587d06b16a6a86f9036f0d196b317d2e5b5e92
 WHIRLPOOL 
152e709ba15264c35a89644ea0d4793bb47c82b317e54043ccfff72e40bdf95e42d76605e801233632d3863537a945cfb9ecc2f75245171b8de31b51ce6af801
-DIST youtube-dl-2016.09.11.1.tar.gz 2382851 SHA256 
6cdeb0876295bef0325b8433c47c1ed13ebab3b108ef5ee27171e06b6958cb35 SHA512 
d15e15e7091eafd0fa53a554908afb54b46a9d81ef9b3e7551959b6e5b778b712be5a76f2c0539fb72619f4179898c3fc8a47c87bc3173a8cf17d9613176574c
 WHIRLPOOL 
d2106d3a83de95acd0d99921c86a3c42d1b37bd431103b0bf892051be4b16545ae2c3bf221a993fc41600cff5996eb9cc5d66c1a6c8fbc5d298a7a65df21074f
 DIST youtube-dl-2016.09.15.tar.gz 2389517 SHA256 
fa0c155d7a887d3f9fd0a3d031635defa566f7e82f62069d7b793c7dbc10f2c2 SHA512 
2443143d1ab23ce26b61e10016d4a473a2aefc4f398d27b532760073866822441fe0b8af09e7d3e5d03ba564f69bacec075b3fe3162fdb9feaa27ecff429f24a
 WHIRLPOOL 
b92f54891f4bee954e97f822f1a5fca1b814139d13ba266cce04e7037d4da77db05d5e3e3ce1a04d76eff905d3e6f0cec19096c8c85ee3631028d2daa011a797
 DIST youtube-dl-2016.09.19.tar.gz 2395739 SHA256 
276637e83525778a83d0457f6b9fbc29d6109bc8366d43125432ce835d28545e SHA512 
a8fb1ce054e25180eab3969c898d976dec157901931b66cddde0fecd55ef322e64c13a70d50de945849cbc4ccbf8be0aede845cbb8ea390bba34f51fec0533bf
 WHIRLPOOL 
e58d38e49d58b86d8eb25b40427046955e011bf57b0862c433ebe459c0268905bff67188c03bb612593d15b3d1f3408a95b510ad6f863d0144ee4307ed012aba

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

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

2016-09-19 Thread Jeroen Roovers
commit: decf6c65b1ef3aad41d8a7b8a3bbe1f87f16d5be
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Sep 19 13:30:41 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Sep 19 13:32:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=decf6c65

dev-libs/libksba: Stable for HPPA PPC64 (bug #592078).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

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

diff --git a/dev-libs/libksba/libksba-1.3.5.ebuild 
b/dev-libs/libksba/libksba-1.3.5.ebuild
index de19e8f..ae18c24 100644
--- a/dev-libs/libksba/libksba-1.3.5.ebuild
+++ b/dev-libs/libksba/libksba-1.3.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/libksba/${P}.tar.bz2"
 
 LICENSE="LGPL-3+ GPL-2+ GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.8"



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

2016-09-19 Thread Lars Wendler
commit: 5db5b27b46a2245ef7ab887759b10aee25c1ab75
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Sep 17 19:15:03 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:30:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db5b27b

kde4-base.eclass: remove reference to old kdelibs versions

Signed-off-by: layman 

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

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index d1707e6..4aa20c7 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -318,7 +318,7 @@ if [[ ${PN} != kdelibs ]]; then
optional) _kdelibsuse="webkit?" ;;
*) ;;
esac
-   kdecommondepend+=" || ( $(add_kdebase_dep kdelibs "${_kdelibsuse}" 
4.14.22) 

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

2016-09-19 Thread Mike Pagano
commit: aaf72b078f033712342ee38724699ef7936af208
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Sep 19 13:27:46 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Sep 19 13:28:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf72b07

sys-kernel/git-sources: Linux patch 4.8_rc7

Package-Manager: portage-2.2.28

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-4.8_rc7.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 57c8e31..0e09459 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -5,3 +5,4 @@ DIST patch-4.8-rc3.xz 6623408 SHA256 
f0aa7b462f13494a39d3c54dc73811c6381ec9f40b5
 DIST patch-4.8-rc4.xz 6655212 SHA256 
56832aae956174d01cf5381947fbb6a0339902285aab2d3ffc804028a4fc5d4a SHA512 
fc4c6e3860cdc71020caa07d84b6b3bc95242e41fea81c8b3273453ea118df779ed835eae3f09f437aa0260cea332cbed7f2c3908b822b4d620859a960e77f6f
 WHIRLPOOL 
0bf776053567925b7460c5b17baf841d44296d4f9910139dad425f439e541b35f74302fd13cfa1d8baceaeb415f101b99de89a698bb0e543d5be62fee2de6b34
 DIST patch-4.8-rc5.xz 6708372 SHA256 
5d3bb6f9c07fefc102669e905765b7d2ec4be746594ace5510b7f355f1b1f0f0 SHA512 
09e18d12e292022879983f3f2e096920c3e9e3158adecce06130ba3a2c43a753c6df732eb830e3a61313852b6ef122f7edf110ed3b172e678dc96edddcace17e
 WHIRLPOOL 
75fb5293936d185f62a3bd55309bd1a86ea4204cb8b67c2bf15434d69ef078284382631e851ef2914998db265cebd27d6838e8a7538727cbef1063a77a82cdb8
 DIST patch-4.8-rc6.xz 6733472 SHA256 
d234651980608b881ad25d413991b744ab2472622357e3237ae308082e3482e4 SHA512 
a85b529e56363b8f6de5180bd5ba1f4bb2157cbe802add9dfe8aca6a79e3835276d9bd1af66e0b4fc47dfa1cb500844e54e998dc7ae19260ba299ca5ce8326c4
 WHIRLPOOL 
d197a315c420963e60c4e8de6316d28319c2b7be2e32672ef9b3a71356b10a03ee73593389d8d1c9603ef43c2c4f2b7a8c75055d3f3a8867c1d0298182a5c3dc
+DIST patch-4.8-rc7.xz 6776720 SHA256 
0af865700e23f0b86cd332246db633972e1250f57b8640cf41f0841538007045 SHA512 
d90aebcf394e914ed777cc569e19e02cd3c147e2eb9faede0801a94703f1caabbb0254441822f6e6dce1051bdd1305b7a3b1feb7d42b2f08f2eab2615b9d384f
 WHIRLPOOL 
2619ba3e9121b12527ee62bf520fa42232f99c97bbd3cda21d6d0aeed398d5212fa9ad41ac0f4cfda819dc39fb65d08054ecf252df1137e9c0a366f4bb4baff2

diff --git a/sys-kernel/git-sources/git-sources-4.8_rc7.ebuild 
b/sys-kernel/git-sources/git-sources-4.8_rc7.ebuild
new file mode 100644
index ..1cef6aa
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-4.8_rc7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="4.7"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.4"
+
+pkg_postinst() {
+   postinst_sources
+}



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

2016-09-19 Thread Lars Wendler
commit: d2d98f616209a6414ddadff00f5fb0a41022f51b
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 13:16:48 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:16:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d98f61

media-sound/kid3: Added sub-slot dependency for sys-libs/readline.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/kid3/kid3-3.3.2-r1.ebuild | 2 +-
 media-sound/kid3/kid3-3.4.1.ebuild| 2 +-
 media-sound/kid3/kid3-3.4.2.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/kid3/kid3-3.3.2-r1.ebuild 
b/media-sound/kid3/kid3-3.3.2-r1.ebuild
index 99e374c..7610a58 100644
--- a/media-sound/kid3/kid3-3.3.2-r1.ebuild
+++ b/media-sound/kid3/kid3-3.3.2-r1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
dev-qt/qtdbus:4
dev-qt/qtdeclarative:4
dev-qt/qtgui:4
-   sys-libs/readline:0
+   sys-libs/readline:0=
acoustid? (
media-libs/chromaprint
virtual/ffmpeg

diff --git a/media-sound/kid3/kid3-3.4.1.ebuild 
b/media-sound/kid3/kid3-3.4.1.ebuild
index c52b7b3..cf598b3 100644
--- a/media-sound/kid3/kid3-3.4.1.ebuild
+++ b/media-sound/kid3/kid3-3.4.1.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
dev-qt/qtdbus:4
dev-qt/qtdeclarative:4
dev-qt/qtgui:4
-   sys-libs/readline:0
+   sys-libs/readline:0=
acoustid? (
media-libs/chromaprint
virtual/ffmpeg

diff --git a/media-sound/kid3/kid3-3.4.2.ebuild 
b/media-sound/kid3/kid3-3.4.2.ebuild
index c52b7b3..cf598b3 100644
--- a/media-sound/kid3/kid3-3.4.2.ebuild
+++ b/media-sound/kid3/kid3-3.4.2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
dev-qt/qtdbus:4
dev-qt/qtdeclarative:4
dev-qt/qtgui:4
-   sys-libs/readline:0
+   sys-libs/readline:0=
acoustid? (
media-libs/chromaprint
virtual/ffmpeg



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

2016-09-19 Thread Lars Wendler
commit: 48544760965480a1b641b88d80eae2928efe0e03
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 13:07:12 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48544760

net-misc/networkmanager: Added sub-slot dependency for sys-libs/readline.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 net-misc/networkmanager/networkmanager-1.0.12-r1.ebuild | 2 +-
 net-misc/networkmanager/networkmanager-1.2.4.ebuild | 2 +-
 net-misc/networkmanager/networkmanager-1.4.0-r1.ebuild  | 2 +-
 net-misc/networkmanager/networkmanager-1.4.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/networkmanager/networkmanager-1.0.12-r1.ebuild 
b/net-misc/networkmanager/networkmanager-1.0.12-r1.ebuild
index a2c6007..20e640a 100644
--- a/net-misc/networkmanager/networkmanager-1.0.12-r1.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.0.12-r1.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND="
net-libs/libndp
>=net-libs/libsoup-2.40:2.4=
net-misc/iputils
-   sys-libs/readline:0
+   sys-libs/readline:0=
>=virtual/libgudev-165:=[${MULTILIB_USEDEP}]
bluetooth? ( >=net-wireless/bluez-5 )
connection-sharing? (

diff --git a/net-misc/networkmanager/networkmanager-1.2.4.ebuild 
b/net-misc/networkmanager/networkmanager-1.2.4.ebuild
index 99cd3f3..773be0e 100644
--- a/net-misc/networkmanager/networkmanager-1.2.4.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.2.4.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
net-libs/libndp
>=net-libs/libsoup-2.40:2.4=
net-misc/iputils
-   sys-libs/readline:0
+   sys-libs/readline:0=
>=virtual/libgudev-165:=[${MULTILIB_USEDEP}]
bluetooth? ( >=net-wireless/bluez-5 )
connection-sharing? (

diff --git a/net-misc/networkmanager/networkmanager-1.4.0-r1.ebuild 
b/net-misc/networkmanager/networkmanager-1.4.0-r1.ebuild
index f116489..21c584e 100644
--- a/net-misc/networkmanager/networkmanager-1.4.0-r1.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.4.0-r1.ebuild
@@ -42,7 +42,7 @@ COMMON_DEPEND="
net-libs/libndp
>=net-libs/libsoup-2.40:2.4=
net-misc/iputils
-   sys-libs/readline:0
+   sys-libs/readline:0=
>=virtual/libgudev-165:=[${MULTILIB_USEDEP}]
audit? ( sys-process/audit )
bluetooth? ( >=net-wireless/bluez-5 )

diff --git a/net-misc/networkmanager/networkmanager-1.4.0.ebuild 
b/net-misc/networkmanager/networkmanager-1.4.0.ebuild
index e5aa609..c735125 100644
--- a/net-misc/networkmanager/networkmanager-1.4.0.ebuild
+++ b/net-misc/networkmanager/networkmanager-1.4.0.ebuild
@@ -42,7 +42,7 @@ COMMON_DEPEND="
net-libs/libndp
>=net-libs/libsoup-2.40:2.4=
net-misc/iputils
-   sys-libs/readline:0
+   sys-libs/readline:0=
>=virtual/libgudev-165:=[${MULTILIB_USEDEP}]
audit? ( sys-process/audit )
bluetooth? ( >=net-wireless/bluez-5 )



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/

2016-09-19 Thread Lars Wendler
commit: 6e2cca581d4afcaee3dca0e89d66cc09b6ff5806
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:35:16 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2cca58

games-strategy/freeciv: Bump to version 2.5.5 (bug #590454).

Using EAPI-6 which deprecates games.eclass.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 games-strategy/freeciv/Manifest |   1 +
 games-strategy/freeciv/freeciv-2.5.5.ebuild | 176 
 2 files changed, 177 insertions(+)

diff --git a/games-strategy/freeciv/Manifest b/games-strategy/freeciv/Manifest
index b9a042f..b4a9241 100644
--- a/games-strategy/freeciv/Manifest
+++ b/games-strategy/freeciv/Manifest
@@ -1,2 +1,3 @@
 DIST freeciv-2.5.3.tar.bz2 41010519 SHA256 
480b0381c64bf1a9423f2507a75d76bda9bf45c3c3badd30b5bad105e75d805c SHA512 
a3e1ee5f585be062ec5fc7783dfe24f4cd313bea016af47b868e01561fc3958a86ed310edd41130fc5ede6ca2547ca38198c8dbb18974db7d14defd103277b4b
 WHIRLPOOL 
c75ef1419e965003aebb396fd7245fa0a859fea2574d74cc1ef8de7bb4b3b0e47f28ee8bcf0b30c3ad1116bd374336f51bb285d66ea244e4b68e44e33ad36ec4
 DIST freeciv-2.5.4.tar.bz2 40977253 SHA256 
9e64ef047fd0d2f8e9aa1da01586dea7cfe63a36b15875c168ada555c2e6634b SHA512 
08fb0d0e622fdb75a57edfa2de2c662fe68966e510dfc9c0219a00aa52f09ce67c43ad2df6109bdc440a39b020f4762015b04641f01327326768448acff46a92
 WHIRLPOOL 
c07b5fedcb50257df184c4173868b1455ec42298e6fb63517fa94cd70d2216e0d9ca23e861bee9928b83bcbdcb692cf13344a5c6909f2d2ba599193bba851b83
+DIST freeciv-2.5.5.tar.bz2 40828396 SHA256 
5622f2142637057f7e47b1eda764c4e131222fab4d5bb42cd59fbd58ba3db1d4 SHA512 
20cb71ab6d81b0ab272d1a0f8f2d639cbda3f6354a09fef3469cc35b391bf6efd947348c82c76dc632e3366ed1ee203af0e79a2378f7e5ea4206b4fede60f95e
 WHIRLPOOL 
9ca6655f645c84d4488b6c96d06b0e7aa0187a0d29d5e90b8e6c81d544b022727af4ec7004d570e352fc7c60e95f7985f0a9ede7b480247a376e63dbca1ecac4

diff --git a/games-strategy/freeciv/freeciv-2.5.5.ebuild 
b/games-strategy/freeciv/freeciv-2.5.5.ebuild
new file mode 100644
index ..cdb363b
--- /dev/null
+++ b/games-strategy/freeciv/freeciv-2.5.5.ebuild
@@ -0,0 +1,176 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils gnome2-utils
+
+DESCRIPTION="multiplayer strategy game (Civilization Clone)"
+HOMEPAGE="http://www.freeciv.org/;
+SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="auth aimodules dedicated +gtk ipv6 mapimg modpack mysql nls qt5 readline 
sdl +server +sound sqlite system-lua"
+
+# postgres isn't yet really supported by upstream
+RDEPEND="app-arch/bzip2
+   app-arch/xz-utils
+   net-misc/curl
+   sys-libs/zlib
+   auth? (
+   mysql? ( virtual/mysql )
+   sqlite? ( dev-db/sqlite:3 )
+   !mysql? ( ( !sqlite? ( virtual/mysql ) ) )
+   )
+   readline? ( sys-libs/readline:0= )
+   dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
+   !dedicated? (
+   media-libs/libpng:0
+   gtk? ( x11-libs/gtk+:2 )
+   mapimg? ( media-gfx/imagemagick:= )
+   modpack? ( x11-libs/gtk+:2 )
+   nls? ( virtual/libintl )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   )
+   sdl? (
+   media-libs/libsdl[video]
+   media-libs/sdl-gfx
+   media-libs/sdl-image[png]
+   media-libs/sdl-ttf
+   )
+   server? ( aimodules? ( sys-devel/libtool:2 ) )
+   sound? (
+   media-libs/libsdl[sound]
+   media-libs/sdl-mixer[vorbis]
+   )
+   !sdl? ( !gtk? ( x11-libs/gtk+:2 ) )
+   )
+   system-lua? ( >=dev-lang/lua-5.2 )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   !dedicated? (
+   x11-proto/xextproto
+   nls? ( sys-devel/gettext )
+   )"
+
+pkg_setup() {
+   if use !dedicated && use !server ; then
+   ewarn "Disabling server USE flag will make it impossible"
+   ewarn "to start local games, but you will still be able to"
+   ewarn "join multiplayer games."
+   fi
+}
+
+src_prepare() {
+   default
+
+   # install the .desktop in /usr/share/applications
+   # install the icons in /usr/share/pixmaps
+   sed -i \
+   -e 's:^.*\(desktopfiledir = \).*:\1/usr/share/applications:' \
+   -e 's:^\(icon[0-9]*dir = \)$(prefix)\(.*\):\1/usr\2:' \
+   -e 's:^\(icon[0-9]*dir = \)$(datadir)\(.*\):\1/usr/share\2:' \
+   client/Makefile.in \
+   server/Makefile.in \
+  

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

2016-09-19 Thread Lars Wendler
commit: 4813196d5921613dbbe1ec11439fe10455fa1cb5
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 10:57:27 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4813196d

sys-apps/util-linux: Added sub-slot dependency for sys-libs/readline.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/util-linux/util-linux-2.27.1.ebuild | 2 +-
 sys-apps/util-linux/util-linux-2.28.1.ebuild | 2 +-
 sys-apps/util-linux/util-linux-2.28.2.ebuild | 2 +-
 sys-apps/util-linux/util-linux-.ebuild   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/util-linux/util-linux-2.27.1.ebuild 
b/sys-apps/util-linux/util-linux-2.27.1.ebuild
index 11e..75e16d0 100644
--- a/sys-apps/util-linux/util-linux-2.27.1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.27.1.ebuild
@@ -32,7 +32,7 @@ RDEPEND="caps? ( sys-libs/libcap-ng )
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0 )
+   readline? ( sys-libs/readline:0= )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
!build? ( systemd? ( sys-apps/systemd ) )

diff --git a/sys-apps/util-linux/util-linux-2.28.1.ebuild 
b/sys-apps/util-linux/util-linux-2.28.1.ebuild
index 7c4bd74..c97fc85 100644
--- a/sys-apps/util-linux/util-linux-2.28.1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.28.1.ebuild
@@ -33,7 +33,7 @@ RDEPEND="caps? ( sys-libs/libcap-ng )
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0 )
+   readline? ( sys-libs/readline:0= )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
!build? ( systemd? ( sys-apps/systemd ) )

diff --git a/sys-apps/util-linux/util-linux-2.28.2.ebuild 
b/sys-apps/util-linux/util-linux-2.28.2.ebuild
index 7c4bd74..c97fc85 100644
--- a/sys-apps/util-linux/util-linux-2.28.2.ebuild
+++ b/sys-apps/util-linux/util-linux-2.28.2.ebuild
@@ -33,7 +33,7 @@ RDEPEND="caps? ( sys-libs/libcap-ng )
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0 )
+   readline? ( sys-libs/readline:0= )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
!build? ( systemd? ( sys-apps/systemd ) )

diff --git a/sys-apps/util-linux/util-linux-.ebuild 
b/sys-apps/util-linux/util-linux-.ebuild
index 7c4bd74..c97fc85 100644
--- a/sys-apps/util-linux/util-linux-.ebuild
+++ b/sys-apps/util-linux/util-linux-.ebuild
@@ -33,7 +33,7 @@ RDEPEND="caps? ( sys-libs/libcap-ng )
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] )
pam? ( sys-libs/pam )
python? ( ${PYTHON_DEPS} )
-   readline? ( sys-libs/readline:0 )
+   readline? ( sys-libs/readline:0= )
selinux? ( >=sys-libs/libselinux-2.2.2-r4[${MULTILIB_USEDEP}] )
slang? ( sys-libs/slang )
!build? ( systemd? ( sys-apps/systemd ) )



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

2016-09-19 Thread Lars Wendler
commit: 56859e1cf840fe26676df1a733a116d685d759b0
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 13:11:53 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:11:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56859e1c

media-sound/ardour: Added sys-libs/readline to RDEPEND.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 media-sound/ardour/ardour-5.3.ebuild  | 1 +
 media-sound/ardour/ardour-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-sound/ardour/ardour-5.3.ebuild 
b/media-sound/ardour/ardour-5.3.ebuild
index e5a98c6..233e102 100644
--- a/media-sound/ardour/ardour-5.3.ebuild
+++ b/media-sound/ardour/ardour-5.3.ebuild
@@ -49,6 +49,7 @@ RDEPEND="
>=media-libs/taglib-1.7
media-libs/vamp-plugin-sdk
net-misc/curl
+   sys-libs/readline:0=
sci-libs/fftw:3.0[threads]
virtual/libusb:0
x11-libs/cairo

diff --git a/media-sound/ardour/ardour-.ebuild 
b/media-sound/ardour/ardour-.ebuild
index e5a98c6..233e102 100644
--- a/media-sound/ardour/ardour-.ebuild
+++ b/media-sound/ardour/ardour-.ebuild
@@ -49,6 +49,7 @@ RDEPEND="
>=media-libs/taglib-1.7
media-libs/vamp-plugin-sdk
net-misc/curl
+   sys-libs/readline:0=
sci-libs/fftw:3.0[threads]
virtual/libusb:0
x11-libs/cairo



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

2016-09-19 Thread Lars Wendler
commit: aa53df801501e5adbc018695b61693c4699ec79c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:56:19 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa53df80

net-wireless/wpa_supplicant: Added sub-slot dependencies

for sys-libs/readline and dev-libs/openssl.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild | 6 +++---
 net-wireless/wpa_supplicant/wpa_supplicant-2.5-r2.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
index a83ef39..ef48923 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -36,10 +36,10 @@ CDEPEND="dbus? ( sys-apps/dbus )
)
readline? (
sys-libs/ncurses:0=
-   sys-libs/readline:0
+   sys-libs/readline:0=
)
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
+   !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
)
!ssl? (

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r2.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r2.ebuild
index 9068262..4b2599c 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r2.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.5-r2.ebuild
@@ -36,10 +36,10 @@ CDEPEND="dbus? ( sys-apps/dbus )
)
readline? (
sys-libs/ncurses:0=
-   sys-libs/readline:0
+   sys-libs/readline:0=
)
ssl? (
-   !libressl? ( dev-libs/openssl:0 )
+   !libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
)
!ssl? (



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/

2016-09-19 Thread Lars Wendler
commit: a4ef4067ce1d554a8dfaeb9a575f18ed17173e1c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:36:23 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ef4067

games-strategy/freeciv: Added sub-slot dependency for sys-libs/readline.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 games-strategy/freeciv/freeciv-2.5.3.ebuild | 4 ++--
 games-strategy/freeciv/freeciv-2.5.4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-strategy/freeciv/freeciv-2.5.3.ebuild 
b/games-strategy/freeciv/freeciv-2.5.3.ebuild
index 7d267ed..d445a4f 100644
--- a/games-strategy/freeciv/freeciv-2.5.3.ebuild
+++ b/games-strategy/freeciv/freeciv-2.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -24,7 +24,7 @@ RDEPEND="app-arch/bzip2
sqlite? ( dev-db/sqlite:3 )
!mysql? ( ( !sqlite? ( virtual/mysql ) ) )
)
-   readline? ( sys-libs/readline:0 )
+   readline? ( sys-libs/readline:0= )
dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
!dedicated? (
media-libs/libpng:0

diff --git a/games-strategy/freeciv/freeciv-2.5.4.ebuild 
b/games-strategy/freeciv/freeciv-2.5.4.ebuild
index 37c7ec6..4b8b2b4 100644
--- a/games-strategy/freeciv/freeciv-2.5.4.ebuild
+++ b/games-strategy/freeciv/freeciv-2.5.4.ebuild
@@ -24,7 +24,7 @@ RDEPEND="app-arch/bzip2
sqlite? ( dev-db/sqlite:3 )
!mysql? ( ( !sqlite? ( virtual/mysql ) ) )
)
-   readline? ( sys-libs/readline:0 )
+   readline? ( sys-libs/readline:0= )
dedicated? ( aimodules? ( dev-libs/libltdl:0 ) )
!dedicated? (
media-libs/libpng:0



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

2016-09-19 Thread Lars Wendler
commit: 49c3ee87115f1b25a8585ce8b41aa22034b4d52c
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:26:43 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c3ee87

dev-lang/spidermonkey: Added sub-slot dependency for sys-libs/readline.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild  | 2 +-
 dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild  | 2 +-
 dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild  | 2 +-
 dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild | 4 ++--
 dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild | 2 +-
 dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
index 7e8f05a..cb9888b 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}"
 BUILDDIR="${S}/js/src"
 
 RDEPEND=">=dev-libs/nspr-4.7.0
-   sys-libs/readline:0
+   sys-libs/readline:0=
x64-macos? ( dev-libs/jemalloc )"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild
index 5ee0ad7..771a35b 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r5.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}"
 BUILDDIR="${S}/js/src"
 
 RDEPEND=">=dev-libs/nspr-4.7.0
-   sys-libs/readline:0
+   sys-libs/readline:0=
x64-macos? ( dev-libs/jemalloc )"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}

diff --git a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild 
b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
index 12ec56e..a3cdeb6 100644
--- a/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-1.8.5-r6.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}"
 BUILDDIR="${S}/js/src"
 
 RDEPEND=">=dev-libs/nspr-4.7.0
-   sys-libs/readline:0
+   sys-libs/readline:0=
x64-macos? ( dev-libs/jemalloc )"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}

diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild 
b/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild
index 46dde29..2455f76 100644
--- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,7 +28,7 @@ BUILDDIR="${S}/js/src"
 
 RDEPEND=">=dev-libs/nspr-4.9.4
virtual/libffi
-   sys-libs/readline:0
+   sys-libs/readline:0=
>=sys-libs/zlib-1.1.4"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}

diff --git a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild 
b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
index f5eee3b..a8a0d7a 100644
--- a/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
@@ -28,7 +28,7 @@ BUILDDIR="${S}/js/src"
 
 RDEPEND=">=dev-libs/nspr-4.9.4
virtual/libffi
-   sys-libs/readline:0
+   sys-libs/readline:0=
>=sys-libs/zlib-1.1.4"
 DEPEND="${RDEPEND}
${PYTHON_DEPS}

diff --git a/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild 
b/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild
index 07f3a4f..1abcb9c 100644
--- a/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-24.2.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,7 +26,7 @@ BUILDDIR="${S}/js/src"
 
 RDEPEND=">=dev-libs/nspr-4.9.4
virtual/libffi
-   sys-libs/readline:0
+   sys-libs/readline:0=
>=sys-libs/zlib-1.1.4
system-icu? ( >=dev-libs/icu-1.51:= )"
 DEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile/

2016-09-19 Thread Lars Wendler
commit: c995c4a51a9df209795d790dc2e71ed266b6d757
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:52:06 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c995c4a5

dev-scheme/guile: Re-added sys-libs/readline to RDEPEND.

With kind permission from Amynka.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 dev-scheme/guile/guile-2.0.12-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-scheme/guile/guile-2.0.12-r1.ebuild 
b/dev-scheme/guile/guile-2.0.12-r1.ebuild
index 9043cc5..35bd1b0 100644
--- a/dev-scheme/guile/guile-2.0.12-r1.ebuild
+++ b/dev-scheme/guile/guile-2.0.12-r1.ebuild
@@ -21,7 +21,8 @@ RDEPEND="
dev-libs/libltdl:=
dev-libs/libunistring
sys-devel/libtool
-   sys-libs/ncurses:="
+   sys-libs/ncurses:0=
+   sys-libs/readline:0="
 DEPEND="${RDEPEND}
virtual/pkgconfig
sys-apps/texinfo



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

2016-09-19 Thread Lars Wendler
commit: 481db169905f94ac8fe42916ffd0291d93092ea6
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:10:33 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481db169

dev-db/unixODBC: Added sub-slot dependency for sys-libs/readline.

(and sys-libs/ncurses)

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild | 6 +++---
 dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild | 6 +++---
 dev-db/unixODBC/unixODBC-2.3.4.ebuild| 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild
index c309b95..3603cbe 100644
--- a/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,8 +18,8 @@ RDEPEND="|| (
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
>=sys-devel/libtool-2.4.2-r1[${MULTILIB_USEDEP}]
)
-   >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
+   >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]
+   >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}

diff --git a/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild
index a4c5d4a..64764ff 100644
--- a/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,8 +18,8 @@ RDEPEND="|| (
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
>=sys-devel/libtool-2.4.2-r1[${MULTILIB_USEDEP}]
)
-   >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}]
-   >=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
+   >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]
+   >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}

diff --git a/dev-db/unixODBC/unixODBC-2.3.4.ebuild 
b/dev-db/unixODBC/unixODBC-2.3.4.ebuild
index 27824d3..774fc61 100644
--- a/dev-db/unixODBC/unixODBC-2.3.4.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.4.ebuild
@@ -18,7 +18,7 @@ RDEPEND="|| (
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
>=sys-devel/libtool-2.4.2-r1[${MULTILIB_USEDEP}]
)
-   >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}]
+   >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}]
>=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}]
>=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] )"



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

2016-09-19 Thread Lars Wendler
commit: 451e80c085a45f6a45cdc5b35f5424769c5cef83
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:24:20 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451e80c0

sys-libs/slang: sub-slot dep for sys-libs/readline and sys-libs/ncurses

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/slang/slang-2.2.4-r1.ebuild | 6 +++---
 sys-libs/slang/slang-2.3.0.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-libs/slang/slang-2.2.4-r1.ebuild 
b/sys-libs/slang/slang-2.2.4-r1.ebuild
index d0d15f6..376f5ba 100644
--- a/sys-libs/slang/slang-2.2.4-r1.ebuild
+++ b/sys-libs/slang/slang-2.2.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,11 +15,11 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 
~s390 ~sh sparc x86 ~
 IUSE="cjk pcre png readline static-libs zlib"
 
 # ncurses for ncurses5-config to get terminfo directory
-RDEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses:0=
pcre? ( >=dev-libs/libpcre-8.33-r1[${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
cjk? ( >=dev-libs/oniguruma-5.9.5[${MULTILIB_USEDEP}] )
-   readline? ( >=sys-libs/readline-6.2_p5-r1:0[${MULTILIB_USEDEP}] )
+   readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]

diff --git a/sys-libs/slang/slang-2.3.0.ebuild 
b/sys-libs/slang/slang-2.3.0.ebuild
index 496f6ab..bc2a46e 100644
--- a/sys-libs/slang/slang-2.3.0.ebuild
+++ b/sys-libs/slang/slang-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,11 +15,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
~ppc64 ~s390 ~sh ~spa
 IUSE="cjk pcre png readline static-libs zlib"
 
 # ncurses for ncurses5-config to get terminfo directory
-RDEPEND="sys-libs/ncurses
+RDEPEND="sys-libs/ncurses:0=
pcre? ( >=dev-libs/libpcre-8.33-r1[${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
cjk? ( >=dev-libs/oniguruma-5.9.5[${MULTILIB_USEDEP}] )
-   readline? ( >=sys-libs/readline-6.2_p5-r1:0[${MULTILIB_USEDEP}] )
+   readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/conemu-control-winforms/, eclass/, ...

2016-09-19 Thread Mikhail Pukhlikov
commit: 91dd57dca99c01b951b87d22e23e13e32a5f084f
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sat Sep 10 18:35:39 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sat Sep 10 18:35:39 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=91dd57dc

dependency of GitExtensions

 ...onemu-control-winforms-1.0.0_p2016051802.ebuild | 50 ++
 .../files/add-release-configuration.patch  | 45 +++
 dev-dotnet/conemu-control-winforms/metadata.xml| 21 +
 eclass/gac.eclass  | 32 ++
 4 files changed, 148 insertions(+)

diff --git 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
new file mode 100644
index 000..8b27e98
--- /dev/null
+++ 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+USE_DOTNET="net45"
+inherit gac dotnet
+IUSE+=" +net45 +pkg-config debug"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="console emulator control, embeds a console view in a Windows 
Forms window"
+HOMEPAGE="http://conemu.github.io/;
+SRC_URI="http://download.mono-project.com/sources/mono/mono-4.6.0.150.tar.bz2;
+RESTRICT="mirror"
+
+NAME="conemu-inside"
+HOMEPAGE="https://github.com/Maximus5/${NAME};
+
+EGIT_COMMIT="b4800195f09b86eca14c4b96141a78136ee1d872"
+SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+
+LICENSE="BSD" # 
https://github.com/Maximus5/ConEmu/blob/master/Release/ConEmu/License.txt
+SLOT="0"
+
+src_prepare() {
+   eapply "${FILESDIR}/add-release-configuration.patch"
+   eapply_user
+}
+
+src_compile() {
+   if use debug; then
+   CONFIGURATION=Debug
+   else
+   CONFIGURATION=Release
+   fi
+   exbuild_raw /p:SignAssembly=true 
/p:AssemblyOriginatorKeyFile="${S}/ConEmuWinForms/Snk.Snk" 
/p:VersionNumber=1.0.0.2016051802 /p:Configuration=${CONFIGURATION} 
ConEmuWinForms/ConEmuWinForms.csproj
+}
+
+src_install() {
+   if use debug; then
+   DIR=Debug
+   else
+   DIR=Release
+   fi
+   egacinstall "${S}/ConEmuWinForms/bin/${DIR}/ConEmu.WinForms.dll"
+   einstall_pc_file "${PN}" "${NAME}.dll"
+}

diff --git 
a/dev-dotnet/conemu-control-winforms/files/add-release-configuration.patch 
b/dev-dotnet/conemu-control-winforms/files/add-release-configuration.patch
new file mode 100644
index 000..f46aee0
--- /dev/null
+++ b/dev-dotnet/conemu-control-winforms/files/add-release-configuration.patch
@@ -0,0 +1,45 @@
+diff -ur a/ConEmuWinForms/ConEmuWinForms.csproj 
b/ConEmuWinForms/ConEmuWinForms.csproj
+--- a/ConEmuWinForms/ConEmuWinForms.csproj 2016-05-18 03:51:11.0 
+0300
 b/ConEmuWinForms/ConEmuWinForms.csproj 2016-09-10 21:08:35.859758408 
+0300
+@@ -9,7 +9,6 @@
+ ConEmu.WinForms
+ ConEmu.WinForms
+ v4.0
+-Client
+ 
+ 
+   
+@@ -17,7 +16,19 @@
+ true
+ full
+ false
+-bin\
++bin\Debug
++DEBUG;TRACE
++prompt
++4
++true
++1696;1591
++bin\ConEmu.WinForms.Xml
++  
++  
++true
++pdbonly
++true
++bin\Release
+ TRACE
+ prompt
+ 4
+@@ -88,11 +99,4 @@
+ 
+   
+   
+-  
+-  
+-
+-  This project references NuGet package(s) that are missing on 
this computer. Use NuGet Package Restore to download them.  For more 
information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing 
file is {0}.
+-
+-
+-  
+ 
+\ No newline at end of file

diff --git a/dev-dotnet/conemu-control-winforms/metadata.xml 
b/dev-dotnet/conemu-control-winforms/metadata.xml
new file mode 100644
index 000..438a44a
--- /dev/null
+++ b/dev-dotnet/conemu-control-winforms/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dot...@gentoo.org
+   Gentoo Dotnet Project
+   
+   
+   https://github.com/gentoo/dotnet/issues
+   Maximus5/conemu-inside
+   
+   
+   create .pc file(s) for .dll(s) 
installed to gac
+   
+   
+   This is a console emulator control that embeds a fully 
functional console view in a Windows Forms window.
+   It is capable of running any console application with full 
interactivity and advanced console functions.
+   Applications will detect it as an actual console and will not 
fall back
+   to the output redirection mode with reduced interactivity or 
formatting.
+   
+

diff --git a/eclass/gac.eclass b/eclass/gac.eclass
index c5b7e85..1523301 100644
--- a/eclass/gac.eclass
+++ b/eclass/gac.eclass
@@ -59,3 +59,35 @@ egacdel() {
   

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

2016-09-19 Thread Mikhail Pukhlikov
commit: a0ce339bbffbff02f393d80c6bd58746c012f2c7
Author: mpkh  gentoo  org>
AuthorDate: Tue Sep 13 12:09:40 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Tue Sep 13 12:09:40 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a0ce339b

Merge pull request #241 from ArsenShnurkov/conemu-control-winforms

patch for CommandLineBuilder class visibility

 ...ld => conemu-control-winforms-1.0.0_p2016051802-r1.ebuild} |  1 +
 .../files/make-CommandLineBuilder-class-public.patch  | 11 +++
 2 files changed, 12 insertions(+)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/conemu-control-winforms/

2016-09-19 Thread Mikhail Pukhlikov
commit: bee06f19c9fde7572380f5926ac395fa4fc5a361
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sat Sep 10 18:39:29 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sat Sep 10 18:39:29 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=bee06f19

remove extra src_uri

 .../conemu-control-winforms-1.0.0_p2016051802.ebuild   | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
index 8b27e98..98ce0bc 100644
--- 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
+++ 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
@@ -11,15 +11,14 @@ IUSE+=" +net45 +pkg-config debug"
 KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="console emulator control, embeds a console view in a Windows 
Forms window"
-HOMEPAGE="http://conemu.github.io/;
-SRC_URI="http://download.mono-project.com/sources/mono/mono-4.6.0.150.tar.bz2;
-RESTRICT="mirror"
 
 NAME="conemu-inside"
-HOMEPAGE="https://github.com/Maximus5/${NAME};
+#HOMEPAGE="https://github.com/Maximus5/${NAME};
+HOMEPAGE="http://conemu.github.io/;
 
 EGIT_COMMIT="b4800195f09b86eca14c4b96141a78136ee1d872"
 SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+RESTRICT="mirror"
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 
 LICENSE="BSD" # 
https://github.com/Maximus5/ConEmu/blob/master/Release/ConEmu/License.txt



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/conemu-control-winforms/, dev-dotnet/conemu-control-winforms/files/

2016-09-19 Thread Mikhail Pukhlikov
commit: 6da64e2cf31b4cc6ce883c0a0a5185eb52665a5a
Author: ArsenShnurkov  gmail  com>
AuthorDate: Tue Sep 13 10:32:15 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Tue Sep 13 10:32:15 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=6da64e2c

patch for CommandLineBuilder class visibility

 ...ld => conemu-control-winforms-1.0.0_p2016051802-r1.ebuild} |  1 +
 .../files/make-CommandLineBuilder-class-public.patch  | 11 +++
 2 files changed, 12 insertions(+)

diff --git 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802-r1.ebuild
similarity index 95%
rename from 
dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
rename to 
dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802-r1.ebuild
index df191bd..1fd1b47 100644
--- 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
+++ 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802-r1.ebuild
@@ -26,6 +26,7 @@ SLOT="0"
 
 src_prepare() {
eapply "${FILESDIR}/add-release-configuration.patch"
+   eapply "${FILESDIR}/make-CommandLineBuilder-class-public.patch"
eapply_user
 }
 

diff --git 
a/dev-dotnet/conemu-control-winforms/files/make-CommandLineBuilder-class-public.patch
 
b/dev-dotnet/conemu-control-winforms/files/make-CommandLineBuilder-class-public.patch
new file mode 100644
index 000..9b8bcde
--- /dev/null
+++ 
b/dev-dotnet/conemu-control-winforms/files/make-CommandLineBuilder-class-public.patch
@@ -0,0 +1,11 @@
+--- a/ConEmuWinForms/Util/CommandLineBuilder.cs2016-09-13 
13:25:17.0 +0300
 b/ConEmuWinForms/Util/CommandLineBuilder.cs2016-09-13 
13:26:40.771273058 +0300
+@@ -17,7 +17,7 @@
+   /// -- Functional double quotes (for example to handle spaces) are 
best put around both name and value
+   /// in switches like /Dname=value.
+   ///  
+-  internal sealed class CommandLineBuilder
++  public sealed class CommandLineBuilder
+ {
+   public static readonly string License = 
+ @"



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

2016-09-19 Thread Lars Wendler
commit: b08028c26e5ec05831704b5b73f37ad2c33c41dc
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:15:47 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08028c2

dev-lang/lua: Added sub-slot dependency for sys-libs/readline.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 dev-lang/lua/lua-5.1.5-r100.ebuild | 4 ++--
 dev-lang/lua/lua-5.1.5-r2.ebuild   | 4 ++--
 dev-lang/lua/lua-5.1.5-r3.ebuild   | 2 +-
 dev-lang/lua/lua-5.2.3-r1.ebuild   | 4 ++--
 dev-lang/lua/lua-5.2.3.ebuild  | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-lang/lua/lua-5.1.5-r100.ebuild 
b/dev-lang/lua/lua-5.1.5-r100.ebuild
index 88cc870..cae1578 100644
--- a/dev-lang/lua/lua-5.1.5-r100.ebuild
+++ b/dev-lang/lua/lua-5.1.5-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="5.1"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-aix ~x64-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+deprecated emacs readline static"
 
-RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] )
+RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )
app-eselect/eselect-lua
!dev-lang/lua:0"
 DEPEND="${RDEPEND}

diff --git a/dev-lang/lua/lua-5.1.5-r2.ebuild b/dev-lang/lua/lua-5.1.5-r2.ebuild
index 6af532c..2d62135 100644
--- a/dev-lang/lua/lua-5.1.5-r2.ebuild
+++ b/dev-lang/lua/lua-5.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="5.1"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+deprecated emacs readline static"
 
-RDEPEND="readline? ( sys-libs/readline )
+RDEPEND="readline? ( sys-libs/readline:0= )
app-eselect/eselect-lua
!dev-lang/lua:0"
 DEPEND="${RDEPEND}

diff --git a/dev-lang/lua/lua-5.1.5-r3.ebuild b/dev-lang/lua/lua-5.1.5-r3.ebuild
index 81f880e..6f21869 100644
--- a/dev-lang/lua/lua-5.1.5-r3.ebuild
+++ b/dev-lang/lua/lua-5.1.5-r3.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-aix ~x64-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+deprecated emacs readline static"
 
-RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1[${MULTILIB_USEDEP}] )"
+RDEPEND="readline? ( >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] )"
 DEPEND="${RDEPEND}
sys-devel/libtool"
 PDEPEND="emacs? ( app-emacs/lua-mode )"

diff --git a/dev-lang/lua/lua-5.2.3-r1.ebuild b/dev-lang/lua/lua-5.2.3-r1.ebuild
index b18dd9f..164aef8 100644
--- a/dev-lang/lua/lua-5.2.3-r1.ebuild
+++ b/dev-lang/lua/lua-5.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="5.2"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-aix ~x64-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+deprecated emacs readline static"
 
-RDEPEND="readline? ( sys-libs/readline )
+RDEPEND="readline? ( sys-libs/readline:0= )
app-eselect/eselect-lua
!dev-lang/lua:0"
 DEPEND="${RDEPEND}

diff --git a/dev-lang/lua/lua-5.2.3.ebuild b/dev-lang/lua/lua-5.2.3.ebuild
index 98c1d82..0c36a27 100644
--- a/dev-lang/lua/lua-5.2.3.ebuild
+++ b/dev-lang/lua/lua-5.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SLOT="5.2"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+deprecated emacs readline static"
 
-RDEPEND="readline? ( sys-libs/readline )
+RDEPEND="readline? ( sys-libs/readline:0= )
app-eselect/eselect-lua
!dev-lang/lua:0"
 DEPEND="${RDEPEND}



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

2016-09-19 Thread Lars Wendler
commit: 1c2a53f8f8be1922e687f8fd1915b72b4a1c2e82
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Sep 19 11:03:07 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Sep 19 13:09:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2a53f8

dev-lang/ruby: Added sub-slot dependency for sys-libs/readline.

Package-Manager: portage-2.3.1
Signed-off-by: Lars Wendler  gentoo.org>

 dev-lang/ruby/ruby-2.0.0_p648.ebuild | 2 +-
 dev-lang/ruby/ruby-2.1.10.ebuild | 2 +-
 dev-lang/ruby/ruby-2.1.9.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.2.5.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.3.0.ebuild  | 2 +-
 dev-lang/ruby/ruby-2.3.1.ebuild  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/ruby/ruby-2.0.0_p648.ebuild 
b/dev-lang/ruby/ruby-2.0.0_p648.ebuild
index a80e9a5..a495f1b 100644
--- a/dev-lang/ruby/ruby-2.0.0_p648.ebuild
+++ b/dev-lang/ruby/ruby-2.0.0_p648.ebuild
@@ -42,7 +42,7 @@ RDEPEND="
ssl? ( dev-libs/openssl:0= )
socks5? ( >=net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses:0= )
-   readline?  ( sys-libs/readline:0 )
+   readline?  ( sys-libs/readline:0= )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib

diff --git a/dev-lang/ruby/ruby-2.1.10.ebuild b/dev-lang/ruby/ruby-2.1.10.ebuild
index 050faeb..6f97155 100644
--- a/dev-lang/ruby/ruby-2.1.10.ebuild
+++ b/dev-lang/ruby/ruby-2.1.10.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
dev-lang/tk:0=[threads]
)
ncurses? ( sys-libs/ncurses:0= )
-   readline?  ( sys-libs/readline:0 )
+   readline?  ( sys-libs/readline:0= )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib

diff --git a/dev-lang/ruby/ruby-2.1.9.ebuild b/dev-lang/ruby/ruby-2.1.9.ebuild
index 3747175..928d82b 100644
--- a/dev-lang/ruby/ruby-2.1.9.ebuild
+++ b/dev-lang/ruby/ruby-2.1.9.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
ssl? ( dev-libs/openssl:0= )
socks5? ( >=net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses:0= )
-   readline?  ( sys-libs/readline:0 )
+   readline?  ( sys-libs/readline:0= )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib

diff --git a/dev-lang/ruby/ruby-2.2.5.ebuild b/dev-lang/ruby/ruby-2.2.5.ebuild
index 65d94d7..306fb86 100644
--- a/dev-lang/ruby/ruby-2.2.5.ebuild
+++ b/dev-lang/ruby/ruby-2.2.5.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
dev-lang/tk:0=[threads]
)
ncurses? ( sys-libs/ncurses:0= )
-   readline?  ( sys-libs/readline:0 )
+   readline?  ( sys-libs/readline:0= )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib

diff --git a/dev-lang/ruby/ruby-2.3.0.ebuild b/dev-lang/ruby/ruby-2.3.0.ebuild
index 1376816..c2a0893 100644
--- a/dev-lang/ruby/ruby-2.3.0.ebuild
+++ b/dev-lang/ruby/ruby-2.3.0.ebuild
@@ -44,7 +44,7 @@ RDEPEND="
)
socks5? ( >=net-proxy/dante-1.1.13 )
ncurses? ( sys-libs/ncurses:0= )
-   readline?  ( sys-libs/readline:0 )
+   readline?  ( sys-libs/readline:0= )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib

diff --git a/dev-lang/ruby/ruby-2.3.1.ebuild b/dev-lang/ruby/ruby-2.3.1.ebuild
index 3d25f37..e65a661 100644
--- a/dev-lang/ruby/ruby-2.3.1.ebuild
+++ b/dev-lang/ruby/ruby-2.3.1.ebuild
@@ -48,7 +48,7 @@ RDEPEND="
dev-lang/tk:0=[threads]
)
ncurses? ( sys-libs/ncurses:0= )
-   readline?  ( sys-libs/readline:0 )
+   readline?  ( sys-libs/readline:0= )
dev-libs/libyaml
virtual/libffi
sys-libs/zlib



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

2016-09-19 Thread Mikhail Pukhlikov
commit: 8be03d50d41f06ccda2db725ce9c820e53ac09d2
Author: mpkh  gentoo  org>
AuthorDate: Sat Sep 10 18:56:44 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sat Sep 10 18:56:44 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8be03d50

Merge pull request #240 from ArsenShnurkov/conemu-control-winforms

Maximus5/conemu-inside

 dev-dotnet/conemu-control-winforms/Manifest|  1 +
 ...onemu-control-winforms-1.0.0_p2016051802.ebuild | 49 ++
 .../files/add-release-configuration.patch  | 45 
 .../metadata.xml   | 10 ++---
 eclass/gac.eclass  | 32 ++
 5 files changed, 132 insertions(+), 5 deletions(-)



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

2016-09-19 Thread Mikhail Pukhlikov
commit: ffcdcec10ebf98a137781149f740fcad93f84fbd
Author: mpkh  gentoo  org>
AuthorDate: Mon Sep 19 13:12:42 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Mon Sep 19 13:12:42 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=ffcdcec1

Merge pull request #243 from bsagal/master

Add dotnet-cli 1.0.0-preview2-003131 for .NET core 1.0.1

 dev-dotnet/dotnet-cli/Manifest |  2 ++
 ...ebuild => dotnet-cli-1.0.0_pre2_p003131.ebuild} | 35 --
 ...h => coreclr-1.0.4-gcc6-github-pull-5304.patch} |  4 +--
 ...ch => coreclr-1.0.4-icu57-commit-352df35.patch} |  4 +--
 4 files changed, 25 insertions(+), 20 deletions(-)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/system-web/

2016-09-19 Thread Mikhail Pukhlikov
commit: c69f549ab7d84acbbd31a5dc75010baa5fe40939
Author: ArsenShnurkov  gmail  com>
AuthorDate: Fri Sep  9 15:11:23 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Sep  9 15:11:23 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c69f549a

->182

 dev-dotnet/system-web/system-web-4.6.0.182.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/system-web/system-web-4.6.0.182.ebuild 
b/dev-dotnet/system-web/system-web-4.6.0.182.ebuild
index 73ddd74..971b97a 100644
--- a/dev-dotnet/system-web/system-web-4.6.0.182.ebuild
+++ b/dev-dotnet/system-web/system-web-4.6.0.182.ebuild
@@ -35,7 +35,7 @@ CSPROJ=${NAME}.csproj
 src_prepare()
 {
sed -i 's/public const string FxVersion = "4.0.0.0";/public const 
string FxVersion = "'${PV}'";/g' "${S}/mcs/build/common/Consts.cs" || die
-   cp "${FILESDIR}/policy.4.0.System.Web.config" 
"${S}/policy.4.0.System.Web.config" || die
+   sed "s/4.6.0.150/4.6.0.182/g" 
"${FILESDIR}/policy.4.0.System.Web.config" > 
"${S}/policy.4.0.System.Web.config" || die
eapply "${FILESDIR}/add-system-diagnostics-namespace.patch"
eapply_user
 }



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/dotnet-cli/, dev-dotnet/dotnet-cli/files/

2016-09-19 Thread Mikhail Pukhlikov
commit: b52fa659442ac3afa6a16a1af96698cefd353e59
Author: Ben Sagal  gmail  com>
AuthorDate: Mon Sep 19 13:02:33 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Mon Sep 19 13:02:33 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b52fa659

Add dontnet-cli 1.0.0-preview2-003131 for .NET core 1.0.1
closes gentoo/dotnet#242

 .../dotnet-cli-1.0.0_pre2_p003131.ebuild   | 127 +
 .../coreclr-1.0.4-gcc6-github-pull-5304.patch  |  28 +
 .../files/coreclr-1.0.4-icu57-commit-352df35.patch |  42 +++
 3 files changed, 197 insertions(+)

diff --git a/dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild 
b/dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild
new file mode 100644
index 000..fc0d624
--- /dev/null
+++ b/dev-dotnet/dotnet-cli/dotnet-cli-1.0.0_pre2_p003131.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+#BASED ON https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=dotnet-cli
+
+EAPI="6"
+
+CORE_V=1.0.1
+CORECLR_V=1.0.4
+COREFX_V=1.0.0
+
+BASE_PV=${PV%_p*}
+P_BUILD=${PV##*_p}
+DIST='debian-x64'
+
+MY_BASE_PV=${BASE_PV/_pre/-preview}
+
+MY_PV=${MY_BASE_PV}-${P_BUILD}
+MY_P=${PN}-${MY_PV}
+
+
+CORECLR=coreclr-${CORECLR_V}
+COREFX=corefx-${COREFX_V}
+
+DESCRIPTION=".NET Core cli utility for building, testing, packaging and 
running projects"
+HOMEPAGE="https://www.microsoft.com/net/core;
+LICENSE="MIT"
+
+IUSE=""
+SRC_URI="https://github.com/dotnet/coreclr/archive/v${CORECLR_V}.tar.gz -> 
${CORECLR}.tar.gz
+   https://github.com/dotnet/corefx/archive/v${COREFX_V}.tar.gz -> 
${COREFX}.tar.gz
+   
https://download.microsoft.com/download/1/5/2/1523EBE1-3764-4328-8961-D1BD8ECA9295/dotnet-dev-${DIST}.${MY_PV}.tar.gz;
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=sys-devel/llvm-3.7.1-r3[lldb]
+   >=sys-libs/libunwind-1.1-r1
+   >=dev-libs/icu-57.1
+   >=dev-util/lttng-ust-2.8.1
+   >=dev-libs/openssl-1.0.2h-r2
+   >=net-misc/curl-7.49.0
+   >=app-crypt/mit-krb5-1.14.2
+   >=sys-libs/zlib-1.2.8-r1 "
+DEPEND="${RDEPEND}
+   >=dev-util/cmake-3.3.1-r1
+   >=sys-devel/make-4.1-r1
+   >=sys-devel/clang-3.7.1-r100
+   >=sys-devel/gettext-0.19.7"
+
+PATCHES=(
+   "${FILESDIR}/${CORECLR}-icu57-commit-352df35.patch"
+   "${FILESDIR}/${CORECLR}-gcc6-github-pull-5304.patch"
+)
+
+S=${WORKDIR}
+CLI_S="${S}/dotnet_cli"
+CORECLR_S="${S}/${CORECLR}"
+COREFX_S="${S}/${COREFX}"
+
+CORECLR_FILES=(
+   'libclrjit.so'
+   'libcoreclr.so'
+   'libcoreclrtraceptprovider.so'
+   'libdbgshim.so'
+   'libmscordaccore.so'
+   'libmscordbi.so'
+   'libsos.so'
+   'libsosplugin.so'
+   'System.Globalization.Native.so'
+)
+
+COREFX_FILES=(
+   'System.IO.Compression.Native.so'
+   'System.Native.a'
+   'System.Native.so'
+   'System.Net.Http.Native.so'
+   'System.Net.Security.Native.so'
+   'System.Security.Cryptography.Native.so'
+)
+
+src_unpack() {
+   unpack "${CORECLR}.tar.gz" "${COREFX}.tar.gz"
+   mkdir "${CLI_S}" || die
+   cd "${CLI_S}" || die
+   unpack "dotnet-dev-${DIST}.${MY_PV}.tar.gz"
+}
+
+src_prepare() {
+   for file in "${CORECLR_FILES[@]}"; do
+   rm "${CLI_S}/shared/Microsoft.NETCore.App/${CORE_V}/${file}"
+   done
+   for file in "${COREFX_FILES[@]}"; do
+   rm "${CLI_S}/shared/Microsoft.NETCore.App/${CORE_V}/${file}"
+   done
+   default_src_prepare
+}
+
+src_compile() {
+   cd "${S}/${CORECLR}" || die
+   ./build.sh x64 release || die
+
+   cd "${S}/${COREFX}" || die
+   ./build.sh native x64 release || die
+}
+
+src_install() {
+   local dest="/opt/dotnet_cli"
+   local ddest="${D}/${dest}"
+   local ddest_core="${ddest}/shared/Microsoft.NETCore.App/${CORE_V}/"
+
+   dodir "${dest}"
+   cp -pPR "${CLI_S}"/* "${ddest}" || die
+
+   for file in "${CORECLR_FILES[@]}"; do
+   cp -pP "${CORECLR}/bin/Product/Linux.x64.Release/${file}" 
"${ddest_core}" || die
+   done
+
+   for file in "${COREFX_FILES[@]}"; do
+   cp -pP "${COREFX}/bin/Linux.x64.Release/Native/${file}" 
"${ddest_core}" || die
+   done
+
+   dosym "../../opt/dotnet_cli/dotnet" "/usr/bin/dotnet"
+
+}

diff --git 
a/dev-dotnet/dotnet-cli/files/coreclr-1.0.4-gcc6-github-pull-5304.patch 
b/dev-dotnet/dotnet-cli/files/coreclr-1.0.4-gcc6-github-pull-5304.patch
new file mode 100644
index 000..4455740
--- /dev/null
+++ b/dev-dotnet/dotnet-cli/files/coreclr-1.0.4-gcc6-github-pull-5304.patch
@@ -0,0 +1,28 @@
+From 41912e3adb789b62f4cb46acffe915b6f1ab0e1e Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=C3=BCrgen=20H=C3=B6tzel?= 
+Date: Mon, 30 May 2016 11:45:49 +0200
+Subject: [PATCH] Don't use libstdc++ wrappers for stdlib.h (#5304)
+
+This prevents #undef of min/max macros. Refs 

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

2016-09-19 Thread Mikhail Pukhlikov
commit: e290848714d3ed9e6f9495b7ac0826b5b174ce07
Author: mpkh  gentoo  org>
AuthorDate: Fri Sep  9 15:42:40 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Sep  9 15:42:40 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e2908487

Merge pull request #239 from ArsenShnurkov/system-web

System.Web

 dev-dotnet/system-web/Manifest   |  1 +
 .../files/add-system-diagnostics-namespace.patch |  9 +
 dev-dotnet/system-web/system-web-4.6.0.150.ebuild|  6 +++---
 ...-web-4.6.0.150.ebuild => system-web-4.6.0.182.ebuild} | 16 
 dev-util/mono-packaging-tools/Manifest   |  2 +-
 ...ild => mono-packaging-tools-0.1.3_p2016090904.ebuild} |  2 +-
 6 files changed, 23 insertions(+), 13 deletions(-)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/conemu-control-winforms/

2016-09-19 Thread Mikhail Pukhlikov
commit: 85b1c61b7a959f527641784c746e93e1d83f3604
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sat Sep 10 18:47:13 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sat Sep 10 18:47:13 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=85b1c61b

closing quote added

 .../conemu-control-winforms-1.0.0_p2016051802.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
index b45554b..df191bd 100644
--- 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
+++ 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
@@ -45,5 +45,5 @@ src_install() {
DIR=Release
fi
egacinstall "${S}/ConEmuWinForms/bin/${DIR}/ConEmu.WinForms.dll"
-   einstall_pc_file "${PN}" "ConEmu.WinForms.dll
+   einstall_pc_file "${PN}" "ConEmu.WinForms.dll"
 }



[gentoo-commits] proj/dotnet:master commit in: dev-util/mono-packaging-tools/, dev-dotnet/system-web/, ...

2016-09-19 Thread Mikhail Pukhlikov
commit: c492e0b5cc541f2fc92d80da023b43e1fdcf7176
Author: ArsenShnurkov  gmail  com>
AuthorDate: Fri Sep  9 14:57:02 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Sep  9 14:57:02 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c492e0b5

version bump + patch

 .../files/add-system-diagnostics-namespace.patch   |   9 ++
 dev-dotnet/system-web/system-web-4.6.0.182.ebuild  | 107 +
 ... mono-packaging-tools-0.1.3_p2016090904.ebuild} |   2 +-
 3 files changed, 117 insertions(+), 1 deletion(-)

diff --git a/dev-dotnet/system-web/files/add-system-diagnostics-namespace.patch 
b/dev-dotnet/system-web/files/add-system-diagnostics-namespace.patch
new file mode 100644
index 000..ea490a9
--- /dev/null
+++ b/dev-dotnet/system-web/files/add-system-diagnostics-namespace.patch
@@ -0,0 +1,9 @@
+--- a/mcs/class/referencesource/System.Web/Util/GCUtil.cs
 b/mcs/class/referencesource/System.Web/Util/GCUtil.cs
+@@ -6,6 +6,7 @@
+ 
+ namespace System.Web.Util {
+ using System;
++using System.Diagnostics;
+ using System.Runtime.InteropServices;
+ using System.Security.Permissions;

diff --git a/dev-dotnet/system-web/system-web-4.6.0.182.ebuild 
b/dev-dotnet/system-web/system-web-4.6.0.182.ebuild
new file mode 100644
index 000..73ddd74
--- /dev/null
+++ b/dev-dotnet/system-web/system-web-4.6.0.182.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+USE_DOTNET="net45"
+inherit gac dotnet
+IUSE+=" +net45 +pkg-config debug"
+
+DESCRIPTION="Framework for developing web-applications"
+HOMEPAGE="https://www.asp.net/;
+SRC_URI="https://github.com/ArsenShnurkov/shnurise-tarballs/archive/dev-dotnet/system-web/system-web-4.6.0.182.tar.gz;
+RESTRICT="mirror"
+S="${WORKDIR}/shnurise-tarballs-${CATEGORY}-${PN}-${PF}"
+
+NAME=System.Web
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+
+# dependency on mono is included in dotnet.eclass which is inherited with 
nupkg.eclass (so no need to include >=dev-lang/mono-4.0.2.5 here)
+# dependency on nuget is included in nupkg.eclass when USE="nupkg" is set
+COMMONDEPEND="
+"
+RDEPEND="${COMMONDEPEND}
+"
+DEPEND="${COMMONDEPEND}
+"
+
+CSPROJ=${NAME}.csproj
+
+src_prepare()
+{
+   sed -i 's/public const string FxVersion = "4.0.0.0";/public const 
string FxVersion = "'${PV}'";/g' "${S}/mcs/build/common/Consts.cs" || die
+   cp "${FILESDIR}/policy.4.0.System.Web.config" 
"${S}/policy.4.0.System.Web.config" || die
+   eapply "${FILESDIR}/add-system-diagnostics-namespace.patch"
+   eapply_user
+}
+
+src_configure()
+{
+   :;
+}
+
+KEYFILE1=${S}/mcs/class/msfinal.pub
+KEYFILE2=${S}/mcs/class/mono.snk
+
+src_compile()
+{
+   # System.Web.dll
+   exbuild /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=${KEYFILE1} 
/p:DelaySign=true "${S}/mcs/class/${NAME}/${CSPROJ}"
+   if use debug; then
+   DIR="Debug"
+   else
+   DIR="Release"
+   fi
+   sn -R "${S}/mcs/class/${NAME}/obj/${DIR}/${NAME}.dll" ${KEYFILE2} || die
+
+   # Policy file
+   al "/link:${S}/policy.4.0.System.Web.config" 
"/out:${S}/policy.4.0.System.Web.dll" "/keyfile:${KEYFILE1}" /delaysign+ || die
+   sn -R "${S}/policy.4.0.System.Web.dll" ${KEYFILE2} || die
+}
+
+src_install()
+{
+   if use debug; then
+   DIR="Debug"
+   else
+   DIR="Release"
+   fi
+   egacinstall "${S}/mcs/class/${NAME}/obj/${DIR}/${NAME}.dll"
+   egacinstall "${S}/policy.4.0.System.Web.dll"
+   install_pc_file "${PN}" "${NAME}.dll"
+}
+
+# The file format contains predefined metadata keywords and freeform variables 
(like ${prefix} and ${exec_prefix})
+# $1 = ${PN}
+# $2 = myassembly.dll
+install_pc_file()
+{
+   if use pkg-config; then
+   dodir /usr/$(get_libdir)/pkgconfig
+   ebegin "Installing ${PC_FILE_NAME}.pc file"
+   sed \
+   -e "s:@LIBDIR@:$(get_libdir):" \
+   -e "s:@PACKAGENAME@:$1:" \
+   -e "s:@DESCRIPTION@:${DESCRIPTION}:" \
+   -e "s:@VERSION@:${PV}:" \
+   -e 's*@LIBS@*-r:${libdir}'"/mono/$1/$2"'*' \
+   <<-EOF >"${D}/usr/$(get_libdir)/pkgconfig/$1.pc" || die
+   prefix=\${pcfiledir}/../..
+   exec_prefix=\${prefix}
+   libdir=\${exec_prefix}/@LIBDIR@
+   Name: @PACKAGENAME@
+   Description: @DESCRIPTION@
+   Version: @VERSION@
+   Libs: @LIBS@
+   EOF
+
+   einfo PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" 
pkg-config --exists "$1"
+   PKG_CONFIG_PATH="${D}/usr/$(get_libdir)/pkgconfig/" pkg-config 
--exists "$1" 

[gentoo-commits] proj/dotnet:master commit in: dev-util/mono-packaging-tools/

2016-09-19 Thread Mikhail Pukhlikov
commit: 4272095fa55a6a5393503a2429ba7c961a3a9e5f
Author: ArsenShnurkov  gmail  com>
AuthorDate: Fri Sep  9 09:01:58 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Sep  9 09:01:58 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=4272095f

version bump

 .../mono-packaging-tools-0.1.3_p2016090903.ebuild  | 104 +
 1 file changed, 104 insertions(+)

diff --git 
a/dev-util/mono-packaging-tools/mono-packaging-tools-0.1.3_p2016090903.ebuild 
b/dev-util/mono-packaging-tools/mono-packaging-tools-0.1.3_p2016090903.ebuild
new file mode 100644
index 000..5b2cc63
--- /dev/null
+++ 
b/dev-util/mono-packaging-tools/mono-packaging-tools-0.1.3_p2016090903.ebuild
@@ -0,0 +1,104 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6 # >=portage-2.2.25
+KEYWORDS="~x86 ~amd64"
+
+USE_DOTNET="net45"
+# debug = debug configuration (symbols and defines for debugging)
+# test = allow NUnit tests to run
+# developer = generate symbols information (to view line numbers in stack 
traces, either in debug or release configuration)
+# aot = compile to machine code and store to disk during install, to save time 
later during startups
+# nupkg = create .nupkg file from .nuspec
+# gac = install into gac
+# pkg-config = register in pkg-config database
+IUSE="${USE_DOTNET} debug test +developer +aot +nupkg +gac +pkg-config doc"
+
+inherit nupkg
+
+NAME="mono-packaging-tools"
+HOMEPAGE="http://arsenshnurkov.github.io/mono-packaging-tools;
+
+REPOSITORY_URL="https://github.com/ArsenShnurkov/${NAME};
+
+EGIT_COMMIT="6d61030c2fa24d719a9c10f8f5a0b813a5b9"
+SRC_URI="${REPOSITORY_URL}/archive/${EGIT_COMMIT}.tar.gz -> ${PF}.tar.gz"
+RESTRICT="mirror"
+S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+
+SLOT="0"
+
+DESCRIPTION="mono packaging helpers"
+LICENSE="GPL-3"
+LICENSE_URL="https://raw.githubusercontent.com/ArsenShnurkov/mono-packaging-tools/master/LICENSE;
+
+COMMON_DEPENDENCIES="|| ( >=dev-lang/mono-4.2 =dev-dotnet/slntools-1.1.3_p201508170-r1[gac]
+   >=dev-dotnet/eto-parse-1.4.0[gac]
+   "
+DEPEND="${COMMON_DEPENDENCIES}
+   sys-apps/sed"
+RDEPEND="${COMMON_DEPENDENCIES}
+   "
+
+SLN_FILE="mono-packaging-tools.sln"
+METAFILETOBUILD="${S}/${SLN_FILE}"
+NUSPEC_ID="${NAME}"
+COMMIT_DATE_INDEX="$(get_version_component_count ${PV} )"
+COMMIT_DATE="$(get_version_component_range $COMMIT_DATE_INDEX ${PV} )"
+NUSPEC_VERSION="$(get_version_component_range 1-3)${COMMIT_DATE//p/.}"
+NUSPEC_FILENAME="${PN}.nuspec"
+#ICON_FILENAME="${PN}.png"
+#ICON_FINALNAME="${NUSPEC_ID}.${NUSPEC_VERSION}.png"
+#ICON_PATH="$(get_nuget_trusted_icons_location)/${ICON_FINALNAME}"
+
+src_prepare() {
+   #change version in .nuspec
+   # PV = Package version (excluding revision, if any), for example 6.3.
+   # It should reflect the upstream versioning scheme
+   sed "s/@VERSION@/${NUSPEC_VERSION}/g" "${FILESDIR}/${NUSPEC_ID}.nuspec" 
>"${S}/${NUSPEC_ID}.nuspec" || die
+
+   # restoring is not necessary after switching to GAC references
+   # enuget_restore "${METAFILETOBUILD}"
+   default
+}
+
+src_compile() {
+   exbuild "${METAFILETOBUILD}"
+   enuspec "${NUSPEC_ID}.nuspec"
+}
+
+install_tool() {
+   if use debug; then
+   DIR="Debug"
+   else
+   DIR="Release"
+   fi
+
+   MONO=/usr/bin/mono
+
+   # installs .exe, .dll, .mdb (if exists), .exe.config (if any)
+   doins "$1"/bin/${DIR}/*
+   if use developer; then
+   make_wrapper "$1" "${MONO} --debug 
/usr/share/${PN}-${SLOT}/$1.exe"
+   else
+   make_wrapper "$1" "${MONO} /usr/share/${PN}-${SLOT}/$1.exe"
+   fi;
+}
+
+src_install() {
+   insinto "/usr/share/${PN}-${SLOT}/"
+   install_tool mpt-gitmodules
+   install_tool mpt-sln
+   install_tool mpt-csproj
+   install_tool mpt-machine
+   install_tool mpt-nuget
+
+   enupkg "${WORKDIR}/${NUSPEC_ID}.${NUSPEC_VERSION}.nupkg"
+
+   if use doc; then
+   dodoc README.md
+   fi
+}



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/conemu-control-winforms/

2016-09-19 Thread Mikhail Pukhlikov
commit: 2db3745553e9209d19deb51e555f2cd87516fb7e
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sat Sep 10 18:46:22 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Sat Sep 10 18:46:22 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=2db37455

dll name corrected

 .../conemu-control-winforms-1.0.0_p2016051802.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
index 98ce0bc..b45554b 100644
--- 
a/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
+++ 
b/dev-dotnet/conemu-control-winforms/conemu-control-winforms-1.0.0_p2016051802.ebuild
@@ -45,5 +45,5 @@ src_install() {
DIR=Release
fi
egacinstall "${S}/ConEmuWinForms/bin/${DIR}/ConEmu.WinForms.dll"
-   einstall_pc_file "${PN}" "${NAME}.dll"
+   einstall_pc_file "${PN}" "ConEmu.WinForms.dll
 }



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/system-web/

2016-09-19 Thread Mikhail Pukhlikov
commit: cdbd82e304500806015389bc57c18b828dc73e11
Author: ArsenShnurkov  gmail  com>
AuthorDate: Wed Sep  7 06:20:18 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Sep  9 12:49:22 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cdbd82e3

escaping for variables added

 dev-dotnet/system-web/system-web-4.6.0.150.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-dotnet/system-web/system-web-4.6.0.150.ebuild 
b/dev-dotnet/system-web/system-web-4.6.0.150.ebuild
index b871f70..22b3206 100644
--- a/dev-dotnet/system-web/system-web-4.6.0.150.ebuild
+++ b/dev-dotnet/system-web/system-web-4.6.0.150.ebuild
@@ -90,10 +90,10 @@ install_pc_file()
-e "s:@DESCRIPTION@:${DESCRIPTION}:" \
-e "s:@VERSION@:${PV}:" \
-e 's*@LIBS@*-r:${libdir}'"/mono/$1/$2"'*' \
-   <<-EOF >"${D}/usr/$(get_libdir)/pkgconfig/$1.pc" || die
-   prefix=${pcfiledir}/../..
-   exec_prefix=${prefix}
-   libdir=${exec_prefix}/@LIBDIR@
+   <<\-EOF >"${D}/usr/$(get_libdir)/pkgconfig/$1.pc" || die
+   prefix=\${pcfiledir}/../..
+   exec_prefix=\${prefix}
+   libdir=\${exec_prefix}/@LIBDIR@
Name: @PACKAGENAME@
Description: @DESCRIPTION@
Version: @VERSION@



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

2016-09-19 Thread Mikhail Pukhlikov
commit: 6ea3b9b177327eb664bcf87f10e930ba5b4f98fc
Author: mpkh  gentoo  org>
AuthorDate: Fri Sep  9 11:06:14 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Sep  9 11:06:14 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=6ea3b9b1

Merge pull request #238 from ArsenShnurkov/mono-packaging-tools

dev-util/mono-packaging-tools

 dev-util/mono-packaging-tools/Manifest  | 1 +
 ...p2016082302.ebuild => mono-packaging-tools-0.1.3_p2016090903.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/system-web/

2016-09-19 Thread Mikhail Pukhlikov
commit: dcc477b16bd86e73f855089e19f8edaa7208b5e2
Author: ArsenShnurkov  gmail  com>
AuthorDate: Wed Sep  7 06:27:34 2016 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Fri Sep  9 12:49:22 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=dcc477b1

remove extra slash

 dev-dotnet/system-web/system-web-4.6.0.150.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-dotnet/system-web/system-web-4.6.0.150.ebuild 
b/dev-dotnet/system-web/system-web-4.6.0.150.ebuild
index 22b3206..37b41fd 100644
--- a/dev-dotnet/system-web/system-web-4.6.0.150.ebuild
+++ b/dev-dotnet/system-web/system-web-4.6.0.150.ebuild
@@ -90,7 +90,7 @@ install_pc_file()
-e "s:@DESCRIPTION@:${DESCRIPTION}:" \
-e "s:@VERSION@:${PV}:" \
-e 's*@LIBS@*-r:${libdir}'"/mono/$1/$2"'*' \
-   <<\-EOF >"${D}/usr/$(get_libdir)/pkgconfig/$1.pc" || die
+   <<-EOF >"${D}/usr/$(get_libdir)/pkgconfig/$1.pc" || die
prefix=\${pcfiledir}/../..
exec_prefix=\${prefix}
libdir=\${exec_prefix}/@LIBDIR@



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

2016-09-19 Thread Alexis Ballier
commit: 6db21d9b1cdcf93bc0b51b01916e021a332253a4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Sep 19 08:16:00 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Sep 19 12:11:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6db21d9b

media-sound/qjackctl: bump to 0.4.3

Package-Manager: portage-2.3.1

 media-sound/qjackctl/Manifest  |  1 +
 media-sound/qjackctl/qjackctl-0.4.3.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/media-sound/qjackctl/Manifest b/media-sound/qjackctl/Manifest
index 98fece4..3f9f3e8 100644
--- a/media-sound/qjackctl/Manifest
+++ b/media-sound/qjackctl/Manifest
@@ -2,3 +2,4 @@ DIST qjackctl-0.3.10.tar.gz 487678 SHA256 
5cdd937c44e5c737f3d2c2063ada015cac2fc8
 DIST qjackctl-0.4.0.tar.gz 500534 SHA256 
5b651cc5bd85986bcb36b32943e091c931ba229d58732c1724a200e03762485a SHA512 
dff5d6bd153cc92149e7a16820ab061f70090eca7a15f8f79ac7b9316e7c279f61e800cfbfc7ec4ce0a13721e717f9f18b98611c22c2a134830111c865d3d001
 WHIRLPOOL 
ae607775d75825355d405b6b3e41ae25793b4a698735d847c9617e6af2eef8dd73cf4ed104e7941c1d014ebeb02d48d128cb363241898ab9ffcb5752ae59464e
 DIST qjackctl-0.4.1.tar.gz 824293 SHA256 
98024e1ea9f55ac16c290feda051d6494b2261e83f6a918f0fa583b509e2bfd1 SHA512 
99de2de422a82a1dbc26dd2d2548afd31a50dc650f2dbe177a26edfe3808a2f66a2206120535edaec8314f3ef25b2dfe6fadfdfb11b814ffe311185c68252881
 WHIRLPOOL 
bfe04a75ba323fd2cf7c8e715ba9a0623bcaadcc47ad74f387aff381036c77d8fec269bfa341783e17a4580fda8f652fa30f52deeb61c857eed817588ab21367
 DIST qjackctl-0.4.2.tar.gz 824383 SHA256 
cf1c4aff22f8410feba9122e447b1e28c8fa2c71b12cfc0551755d351f9eaf5e SHA512 
743b8a02fb0b83a4516622aeec054d67f5cda6d8ffcc5727d3709695996c5e0054ba0af77919e43c0288fbb2259395c129d79f89b24bba6d4c0dd5cdbaa5712d
 WHIRLPOOL 
ba63c2b532b451df8d422ba6e7819082ea913964453b61f20bcbf11a5537e6f12b05dc0ee672badd84078fdf683ef8f265e883310818c1247a39ac734689eaf4
+DIST qjackctl-0.4.3.tar.gz 824852 SHA256 
6bfdc3452f3c48d1ce40bd4164be0caa1c716474fbd3fb408d3308dfadf79e07 SHA512 
e77e06164784d5a6027704beaf8bcb934495bf3a0c8e6487c0fbc7fc884cf824699a83b5e0f58a9e5ae5a810872c7d09de3d2c2addcbdb1cd67206415979a949
 WHIRLPOOL 
ebf5ca4abc1ae7cf7bc0c52e842d7e9d468d9d19bb12fecacf551abe848d7834edc0a1de0c9d702401610978fe06c6d99547c88cafafe06d4da97673df1b6e8a

diff --git a/media-sound/qjackctl/qjackctl-0.4.3.ebuild 
b/media-sound/qjackctl/qjackctl-0.4.3.ebuild
new file mode 100644
index ..744606e
--- /dev/null
+++ b/media-sound/qjackctl/qjackctl-0.4.3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qmake-utils
+
+DESCRIPTION="A Qt application to control the JACK Audio Connection Kit and 
ALSA sequencer connections"
+HOMEPAGE="http://qjackctl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="alsa dbus debug portaudio +qt5"
+
+RDEPEND="
+   virtual/jack
+   qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtxml:5 dev-qt/qtwidgets:5 
dev-qt/qtx11extras:5 )
+   !qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 )
+   alsa? ( media-libs/alsa-lib )
+   dbus? (
+   qt5? ( dev-qt/qtdbus:5 )
+   !qt5? ( dev-qt/qtdbus:4 )
+   )
+   portaudio? ( media-libs/portaudio )"
+DEPEND="${RDEPEND}
+   qt5? ( dev-qt/linguist-tools:5 )"
+
+DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
+
+src_configure() {
+   econf \
+   $(use_with !qt5 qt4 "$(qt4_get_bindir)/..") \
+   $(use_with qt5 qt5 "$(qt5_get_bindir)/..") \
+   $(use_enable alsa alsa-seq) \
+   $(use_enable dbus) \
+   $(use_enable debug) \
+   $(use_enable portaudio)
+
+   # Emulate what the Makefile does, so that we can get the correct
+   # compiler used.
+   if use qt5 ; then
+   eqmake5 ${PN}.pro -o ${PN}.mak
+   else
+   eqmake4 ${PN}.pro -o ${PN}.mak
+   fi
+}
+
+src_compile() {
+   emake -f ${PN}.mak
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/, ...

2016-09-19 Thread Alexis Ballier
commit: accbe6041c05e88f730dab693db3a9473cd6359b
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Sep 19 08:27:19 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Sep 19 12:11:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accbe604

media-sound/jack-audio-connection-kit: bump to 0.125.0

Package-Manager: portage-2.3.1

 media-sound/jack-audio-connection-kit/Manifest |  1 +
 ...jack-audio-connection-kit-0.125.0-freebsd.patch | 15 
 .../jack-audio-connection-kit-0.125.0.ebuild   | 80 ++
 3 files changed, 96 insertions(+)

diff --git a/media-sound/jack-audio-connection-kit/Manifest 
b/media-sound/jack-audio-connection-kit/Manifest
index 69e0a17..0ece342 100644
--- a/media-sound/jack-audio-connection-kit/Manifest
+++ b/media-sound/jack-audio-connection-kit/Manifest
@@ -1,2 +1,3 @@
 DIST jack-audio-connection-kit-0.121.3.tar.gz 1083545 SHA256 
b7095d3deabeecd19772b37241e89c6c79de6afd6c031ba7567513cfe51beafa SHA512 
57323393d5209baefe73cc0cd9a0e818b1cfd260cf9aa36cd6ad800252e22e3ddb7fc46649c54b8e840696878147c2d06c8d39fd7300b5bb92aeb69f44ed710f
 WHIRLPOOL 
a256cfb7c3546cb06d6003313802b02812d8da9c13671be9b0341a10442cd348a8b3f7fe65e8d27cc47b4e29ded799fa6cc0efa51d81d01f342c7c8eefbc9c55
 DIST jack-audio-connection-kit-0.124.1.tar.gz 1113456 SHA256 
eb42df6065576f08feeeb60cb9355dce4eb53874534ad71534d7aa31bae561d6 SHA512 
9c885da516f2ca246edba94db26c851229d063f1557ea91ec76ca57d675a510d16cc4baad5adb316cf468b8d7579b484a53b9a803b34fc9bb34c983a8fe2
 WHIRLPOOL 
41232400d99a72b29a75f4d781c373a7f453c704a52b0a669cab71296574881b0a99b21b86628d02db8c3d7a64bec6a259ae1ba0a4c721867e19283139cee824
+DIST jack-audio-connection-kit-0.125.0.tar.gz 1217977 SHA256 
3517b5bff82139a76b2b66fe2fd9a3b34b6e594c184f95a988524c575b11d444 SHA512 
acdac0588c8a6b79763177677885b6e7bfa8ee3cd9556b33bfe09512bc1191414bb4f97eed62c3c71567b13b4eb69d95ec6b438e5a9d2e22a956c073d500c46f
 WHIRLPOOL 
3771caa41e8b813e888959b377ec99a14c6ac16ba0e9d56470a4d3c049ac5d97787715d00b40dd309039f892fd167285f216b71a07209ebce9b98065c88b

diff --git 
a/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-0.125.0-freebsd.patch
 
b/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-0.125.0-freebsd.patch
new file mode 100644
index ..376c65a
--- /dev/null
+++ 
b/media-sound/jack-audio-connection-kit/files/jack-audio-connection-kit-0.125.0-freebsd.patch
@@ -0,0 +1,15 @@
+Index: jack-audio-connection-kit-0.125.0/configure
+===
+--- jack-audio-connection-kit-0.125.0.orig/configure
 jack-audio-connection-kit-0.125.0/configure
+@@ -15795,9 +15795,7 @@ HOST_DEFAULT_TMP_DIR=/dev/shm
+ USE_MD5SUM=1
+ case "${host_os}" in
+   freebsd*)
+-# current FreeBSD header files conflict with the OSS driver's
+-# barrier code, this may be fixed in 5.3, stay tuned.
+-USE_BARRIER="no"
++TRY_POSIX_SHM=yes
+ USE_MD5SUM=0
+ ;;
+   openbsd*)

diff --git 
a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
new file mode 100644
index ..6f21431
--- /dev/null
+++ 
b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit flag-o-matic eutils multilib multilib-minimal
+
+DESCRIPTION="A low-latency audio server"
+HOMEPAGE="http://www.jackaudio.org;
+SRC_URI="http://www.jackaudio.org/downloads/${P}.tar.gz;
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd"
+IUSE="cpu_flags_x86_3dnow altivec alsa coreaudio doc debug examples oss 
cpu_flags_x86_sse pam"
+
+# readline: only used for jack_transport -> useless for non native ABIs
+# libsndfile: ditto for jackrec
+RDEPEND="
+   sys-libs/db[${MULTILIB_USEDEP}]
+   sys-libs/readline
+   >=media-libs/libsndfile-1.0.0
+   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
+   >=media-libs/libsamplerate-0.1.8-r1[${MULTILIB_USEDEP}]
+   !media-sound/jack-cvs
+   abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r7
+   
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )"
+RDEPEND="${RDEPEND}
+   alsa? ( sys-process/lsof )
+   pam? ( sys-auth/realtime-base )"
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-0.125.0-freebsd.patch"
+}
+
+DOCS=( AUTHORS TODO README )
+
+multilib_src_configure() {
+   local myconf=""
+
+   # Disabling CPU Detection (dynsimd) disables optimized asm routines 
(3dnow
+   # or sse)
+   if use cpu_flags_x86_3dnow || use cpu_flags_x86_sse ; then
+   

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

2016-09-19 Thread Alexis Ballier
commit: 409f528fdce32196370698aea280c51525868f32
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Sep 19 08:29:15 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Sep 19 12:11:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409f528f

dev-ml/ocaml-re: bump to 1.7.0

Package-Manager: portage-2.3.1

 dev-ml/ocaml-re/Manifest  |  1 +
 dev-ml/ocaml-re/ocaml-re-1.7.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-ml/ocaml-re/Manifest b/dev-ml/ocaml-re/Manifest
index 3107265..0bbd8ed 100644
--- a/dev-ml/ocaml-re/Manifest
+++ b/dev-ml/ocaml-re/Manifest
@@ -1,3 +1,4 @@
 DIST ocaml-re-1.5.0.tar.gz 103242 SHA256 
53322f763a8d771a68f986c9c323cab7d3afa56873c3eefa528fb92b1b511dd3 SHA512 
f094eadabf4fd976cbae0f288673ef27c9c3fbc4ddf6ada283e20a240fc9865139956096030b7ae8173bf71bd98cf67cadca72562524a7be168dfe77fe4c6469
 WHIRLPOOL 
6b13262476e9ee143a662243d1efc07bf227d48450c7892fc8667a1efd45853e48dff3d391c49ed8f43dde932a4ed3d63b63118919bc930e8d1c2ed05426e17a
 DIST ocaml-re-1.6.0.tar.gz 104014 SHA256 
5e719921bcc0a2d772b4ec2f611af708b9bc992b7f1233aa7ff389ab08c141cb SHA512 
e93aa35e76b6942a68ef65771654ee4cd1530428d253e4a00c89efa8593021748bfb00c75163c3a8a2d96660d6845252474bc73f134199cffb820f707df6a1de
 WHIRLPOOL 
5800a1726cafab3c36d9ba5ab262d9523ea36f3647480b9b7dee03b6aaa17e856af77ded9413d51d4b76c3a699b726154f083f2cc772f8522cd853845030eb22
 DIST ocaml-re-1.6.1.tar.gz 104143 SHA256 
4fe88b095bb65abc3e9b132bdd6fba7451eb3a32f1a5cd6a0f9a92faca099f47 SHA512 
5e3c170ce62fbfcf23572ef49ff861835c8c5e86a274ef8db6039476d89f2643b12d5f72e81e56dc0d8f71580f9b7e55b39ed26b31fb65657e9adc50c7d72345
 WHIRLPOOL 
548046d98fec6c92649fbf023ee3bb5d1240645f3924509cce9bda34e2f057486824ba571552472f66d1661fe7597fb004764f68e81f255148313a7b3c48
+DIST ocaml-re-1.7.0.tar.gz 132711 SHA256 
479c25ee0376c16d7596d9efb44f87164ea3cf1e30874707372f1db190973038 SHA512 
9c6cef89c179d1c7b42c9a751a69e06d9e3ea93e9240bafbbd6e81535fadac8ffdd5eff13784ed7c10b36c0a3601ac08e06c8b0b3169b8f35e7ab69c9e9e6910
 WHIRLPOOL 
d0f4577552d48ddc6f506e9b4b0288de96de517e7df5285ef8ec1c129def076199e9474d61066c34af90d9e6f70ecd079769e81e296d846d05724044e336fdb7

diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.0.ebuild 
b/dev-ml/ocaml-re/ocaml-re-1.7.0.ebuild
new file mode 100644
index ..90f8ab3
--- /dev/null
+++ b/dev-ml/ocaml-re/ocaml-re-1.7.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_DOCS=1
+OASIS_BUILD_TESTS=1
+
+inherit oasis
+
+DESCRIPTION="Regular expression library for OCaml"
+HOMEPAGE="https://github.com/ocaml/ocaml-re;
+SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-lang/ocaml-4.02:="
+DEPEND="${RDEPEND}
+   test? ( dev-ml/ounit )"
+DOCS=( "CHANGES" "TODO.txt" "README.md" )



  1   2   >