[gentoo-commits] repo/gentoo:master commit in: www-apache/passenger/

2017-08-01 Thread Hans de Graaff
commit: 94fc678c994bc610288ece5f874e0c1ed7ca2581
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  2 05:24:51 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  2 05:24:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fc678c

www-apache/passenger: add 5.1.7

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apache/passenger/Manifest   |   1 +
 www-apache/passenger/passenger-5.1.7.ebuild | 122 
 2 files changed, 123 insertions(+)

diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest
index 8ba3a5359f2..5366be7ae35 100644
--- a/www-apache/passenger/Manifest
+++ b/www-apache/passenger/Manifest
@@ -2,3 +2,4 @@ DIST passenger-5.1.2.tar.gz 5646103 SHA256 
7fb03a54650ef5e508895c9e45bc2d8151f6c
 DIST passenger-5.1.4.tar.gz 5403636 SHA256 
6e8460143fff88c7ae833b43ff5389c0b0d2654ee38ab1ac62e24a3814416de0 SHA512 
c15df4ff59d21ec57361b5290106455a0e5b0aa1dc2b8442f06749426b81de0986e9826b9ca66f5e4f6536096c1ec201321e5d54200ead1fc2e67f3736ecb52c
 WHIRLPOOL 
9311d5cea73df891b151512e81adf27f1fb98411944b23adedc43c0fa2b4e9fa78a778113e1cfb398aeaea580492b2444bd1a7b9d5d2704e0be514a120bb3ea1
 DIST passenger-5.1.5.tar.gz 5126337 SHA256 
ea4139d2f0d9f7aa6488be966ffbfe602f80764a47b7077892d92324bff5eb47 SHA512 
81a434015f4e4693bb9053449e614c235969d1604a09b7938725b796e9684dbdae4b317e068f03c118a2e8a4dfe80b88f91ef6008241e381978bd95d65d6e535
 WHIRLPOOL 
33481e7fdc280d9ba344b6d2a34778c21ae7b60f9da7264299f5537b848be7f1789835d996048cfa8e7bd23befd209bf2fe28dc865fc0e66bc6e8627e0a66fad
 DIST passenger-5.1.6.tar.gz 5215694 SHA256 
e897cc5f0ec6446bfdc226404dca4bd29f7418ae92010c389661b9f024a3cf24 SHA512 
71d301d2501863951157f55df30ac89f6f9d98e79b554a5ca05ca9a306041ecd8cdc92056220cf6dc9ad02972a102bfc990e3b06f887d27496a8ecbd58e109fa
 WHIRLPOOL 
fe6872d0c11803fd0d8875002f37425edc54327709daaa56518ace0ef9f5046836592298ca80ce4929a29e6c0a0adcb237b57a19cd0d73ac096992e742e2a8b5
+DIST passenger-5.1.7.tar.gz 5218093 SHA256 
2b40a00a3fdc90a6acf784319f60fd53549f036ffc99fcbb23a0658cb7e2b215 SHA512 
f1f67f7912dd3d58ee46c32d1d0584eeb90e95fd5a36bddff62c28674560f1495926a867b20d12a3867d1e81f13c480ed596ba81f78f6241c511b12fcac1de4c
 WHIRLPOOL 
12c1acee83255b19964f505c6238432971d7a80d7937fcfac75cd0645b8626d993365472ca7e622b21fc8144f37f1286e1b58fdfa71836bcd791467416013349

diff --git a/www-apache/passenger/passenger-5.1.7.ebuild 
b/www-apache/passenger/passenger-5.1.7.ebuild
new file mode 100644
index 000..3dc6b74b68b
--- /dev/null
+++ b/www-apache/passenger/passenger-5.1.7.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+inherit apache-module flag-o-matic multilib ruby-ng toolchain-funcs
+
+DESCRIPTION="Passenger makes deployment of Ruby on Rails applications a breeze"
+HOMEPAGE="https://www.phusionpassenger.com/;
+SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="apache2 debug"
+
+ruby_add_bdepend "dev-ruby/rake"
+
+ruby_add_rdepend "
+   >=dev-ruby/rack-1.0.0:*
+   >=dev-ruby/rake-0.8.1"
+
+# libev is bundled but with adapations that do not seem to be accepted
+# upstream, so we must use the bundled version :-(
+CDEPEND="
+   >=dev-libs/libuv-1.8.0
+   net-misc/curl[ssl]
+   apache2? ( www-servers/apache[apache2_modules_unixd(+)] )"
+
+RDEPEND="${RDEPEND} ${CDEPEND}"
+DEPEND="${DEPEND} ${CDEPEND}"
+
+APACHE2_MOD_CONF="30_mod_${PN}-5.0.0 30_mod_${PN}"
+APACHE2_MOD_DEFINE="PASSENGER"
+
+want_apache2
+
+pkg_setup() {
+   use debug && append-flags -DPASSENGER_DEBUG
+   depend.apache_pkg_setup
+}
+
+all_ruby_prepare() {
+   epatch "${FILESDIR}"/${PN}-5.0.20-gentoo.patch
+   epatch "${FILESDIR}"/${PN}-5.1.1-isnan.patch
+
+   # Change these with sed instead of a patch so that we can easily use
+   # the toolchain-funcs methods.
+   sed -i -e "/^CC/ s/=.*$/= '$(tc-getCC)'/" \
+   -e "/^CXX\s/ s/=.*$/= '$(tc-getCXX)'/" \
+   -e 's/PlatformInfo.debugging_cflags//' build/basics.rb || die
+
+   # Avoid fixed debugging CFLAGs.
+   sed -e '/debugging_cflags/areturn ""' -i 
src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb || die
+
+   # Use sed here so that we can dynamically set the documentation 
directory.
+   sed -i -e "s:/usr/share/doc/passenger:/usr/share/doc/${P}:" \
+   -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \
+   src/ruby_supportlib/phusion_passenger.rb || die
+   sed -i -e 
"s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" 
src/cxx_supportlib/ResourceLocator.h || die
+
+   # Don't install a tool that won't work in our setup.
+   sed -i -e '/passenger-install-apache2-module/d' 

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

2017-08-01 Thread Hans de Graaff
commit: 2002eaf812878c7e08982622d4a302c4f411c282
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  2 05:05:28 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  2 05:05:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2002eaf8

app-text/glark: add ruby22, ruby23, bug 620398

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/glark/glark-1.10.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/glark/glark-1.10.5-r1.ebuild 
b/app-text/glark/glark-1.10.5-r1.ebuild
index 8266555e3f3..68e1b5299ed 100644
--- a/app-text/glark/glark-1.10.5-r1.ebuild
+++ b/app-text/glark/glark-1.10.5-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21"
+USE_RUBY="ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_TASK_TEST="test"
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"



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

2017-08-01 Thread Hans de Graaff
commit: e690ad1c67a379ec7f7de369bc3424ac3e7b70d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  2 04:42:50 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  2 04:42:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e690ad1c

dev-ruby/bindata: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/bindata/bindata-2.4.0.ebuild 
b/dev-ruby/bindata/bindata-2.4.0.ebuild
index 5a00e2b6880..6c0d17208a7 100644
--- a/dev-ruby/bindata/bindata-2.4.0.ebuild
+++ b/dev-ruby/bindata/bindata-2.4.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2017-08-01 Thread Hans de Graaff
commit: 582c3840aad9600d27cfe68d0bf5ec9c541e6f8b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  2 04:44:57 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  2 04:44:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582c3840

dev-ruby/rubyntlm: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-ruby/rubyntlm/rubyntlm-0.6.2.ebuild 
b/dev-ruby/rubyntlm/rubyntlm-0.6.2.ebuild
index 4f5d9616848..f386d49d376 100644
--- a/dev-ruby/rubyntlm/rubyntlm-0.6.2.ebuild
+++ b/dev-ruby/rubyntlm/rubyntlm-0.6.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



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

2017-08-01 Thread Hans de Graaff
commit: 191e96a4ecf459456c101ef1e37974fd7bed6ec2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Aug  2 05:02:28 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Aug  2 05:02:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191e96a4

dev-ruby/riel: add ruby24

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/riel/riel-1.2.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/riel/riel-1.2.0-r2.ebuild 
b/dev-ruby/riel/riel-1.2.0-r2.ebuild
index 330e961224d..7d56a820318 100644
--- a/dev-ruby/riel/riel-1.2.0-r2.ebuild
+++ b/dev-ruby/riel/riel-1.2.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOCDIR="doc"



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

2017-08-01 Thread Sebastien Fabbro
commit: 4f803b209f4c9fc1242f0018dc72f2e601272a85
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 02:31:16 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f803b20

dev-python/sphinxcontrib-programoutput: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/sphinxcontrib-programoutput/Manifest|  1 +
 .../sphinxcontrib-programoutput-0.11.ebuild| 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/sphinxcontrib-programoutput/Manifest 
b/dev-python/sphinxcontrib-programoutput/Manifest
index 85bd1a09df4..6f9de866d0a 100644
--- a/dev-python/sphinxcontrib-programoutput/Manifest
+++ b/dev-python/sphinxcontrib-programoutput/Manifest
@@ -1 +1,2 @@
+DIST sphinxcontrib-programoutput-0.11.tar.gz 18267 SHA256 
cbec3ee1c3abd09e105115ab69cb5ade8ca1be9811565a844f973e93e0314837 SHA512 
4aa655f8632093035de986fa31291f95e95c4c0f4d1458bb8c8cc077cca73d579b16a8bf103d7b34faafb2171c617c4028d89186f8ed37a812459f0376cf
 WHIRLPOOL 
584b3c582217df7b24e08e27e0580d9af6f1f729ae823d4525ad7aa5105ca6048f4854928043231789f52f333cbc0a8a71a186b3d57b666d6e2a19249f750881
 DIST sphinxcontrib-programoutput-0.8.tar.gz 14419 SHA256 
1776a03124bab87e35576f7f3992fc21d5bb457321b35e6023eb011dbed10a25 SHA512 
9ab769f794cf8c47f2d755b343c1326b8335c1f8161294727abada81af189545d549350536d28ac2c5f27cc309330f875b7affef6f997651e3a9f9dfbe6bd174
 WHIRLPOOL 
a6cf5edfd1ba9926af1327e95cc923147cae3c4d297ddb0ae7577f676c6bcb928b396459113cac3226f74446ea38ee9604722da5b4ddeebeb2f6bc6bc0d5fb52

diff --git 
a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
new file mode 100644
index 000..6920695aabd
--- /dev/null
+++ 
b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.11.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Extension to sphinx to include program output"
+HOMEPAGE="http://sphinxcontrib-programoutput.readthedocs.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="doc test"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_compile_all() {
+   if use doc; then
+   python_setup
+   esetup.py build_sphinx
+   HTML_DOCS=( "${BUILD_DIR}/sphinx/html/." )
+   fi
+}
+
+python_test() {
+   esetup.py pytest || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: 93b3dd78659ee4252bded02c851f5357939988ef
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 03:10:23 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b3dd78

dev-python/PyContracts: fix upstream tag

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/PyContracts/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/PyContracts/metadata.xml 
b/dev-python/PyContracts/metadata.xml
index 42593b5baca..cdd65e542f7 100644
--- a/dev-python/PyContracts/metadata.xml
+++ b/dev-python/PyContracts/metadata.xml
@@ -6,7 +6,7 @@
 Python
   
   
-coloredlogs
-xolox/python-coloredlogs
+PyContracts
+AndreaCensi/contracts
   
 



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

2017-08-01 Thread Sebastien Fabbro
commit: 5fae0670903bc4b1541e6cb7e8e3375989eca6ce
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Aug  1 22:13:48 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fae0670

dev-python/sphinxcontrib-asyncio: fix namespace conflict, remove inexistent 
tests

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sphinxcontrib-asyncio-0.2.0-r1.ebuild  | 39 ++
 1 file changed, 39 insertions(+)

diff --git 
a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r1.ebuild 
b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r1.ebuild
new file mode 100644
index 000..fe969fc8bba
--- /dev/null
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+inherit distutils-r1
+
+DESCRIPTION="sphinx extension to support coroutines in markup"
+HOMEPAGE="https://github.com/aio-libs/sphinxcontrib-asyncio;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+   # clean up pth files bug #623852
+   find "${ED}" -name '*.pth' -delete || die
+   # collision bug #625872
+   _namespace_cleanup() {
+   rm "${D%/}"$(python_get_sitedir)/sphinxcontrib/__init__.py || 
die
+   }
+   python_foreach_impl _namespace_cleanup
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: 7fdbba53172bc8aa85bfad872e7e9fdb4fcc47b6
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 02:11:38 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdbba53

dev-python/pockets: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pockets/Manifest |  1 +
 dev-python/pockets/pockets-0.5.1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/pockets/Manifest b/dev-python/pockets/Manifest
index 70be5cadc9b..4c746cd752f 100644
--- a/dev-python/pockets/Manifest
+++ b/dev-python/pockets/Manifest
@@ -1 +1,2 @@
 DIST pockets-0.3.tar.gz 20441 SHA256 
5c9682eeb5b66fbbb69187ad51a4c3a8eb07b6e2718455a04703f7ff5d5f84be SHA512 
da208b541aa4e0884e37a7d128d11d1d99fac22f10e5dbc88065487265aca8ca348286c0d0214dae657af824cca08f0585c70abc27be25f4c54040cd44a3e44c
 WHIRLPOOL 
7ea2618aae4a919a9f5a68bc0f96a41743f924eb252788097b18a5c9ecb26bb8419e4f114e18fbe51dafdbcd0fa4ebcf517db9a958ea02ed2c53edd298234b84
+DIST pockets-0.5.1.tar.gz 18437 SHA256 
ba8fdd9e87454fb0653912ac9db9577197fa47ac7614e127a0b71e7dd0d7f1f7 SHA512 
f0ae52e2260d83ea76acf8996e901a8f1868b578788b9e98233d92850703ef98e3ba18beb4e7adc5883c8d339ea63a8c4b95203ff40c2521b2179fd87cab1391
 WHIRLPOOL 
4c89d55a2cd4ff2fb7efaa9a5b7d0e8e6da4f3276500091897e46a0a397aae2cc7fb58a7449cdbdf37f7b0d2b55de843b1ed5707182ac50f45d07be930fcff60

diff --git a/dev-python/pockets/pockets-0.5.1.ebuild 
b/dev-python/pockets/pockets-0.5.1.ebuild
new file mode 100644
index 000..dbd67e00942
--- /dev/null
+++ b/dev-python/pockets/pockets-0.5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of helpful Python tools"
+HOMEPAGE="https://pypi.python.org/pypi/pockets;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2017-08-01 Thread Sebastien Fabbro
commit: a4353af258867b8765d2d8061086a038c89d3490
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Aug  1 22:27:38 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4353af2

dev-python/sphinxcontrib-doxylink: fix for bug #623852 and add 
sphinxcontrib-namespace dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sphinxcontrib-doxylink-1.3-r1.ebuild   | 34 ++
 1 file changed, 34 insertions(+)

diff --git 
a/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.3-r1.ebuild 
b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.3-r1.ebuild
new file mode 100644
index 000..961bd0d2d97
--- /dev/null
+++ b/dev-python/sphinxcontrib-doxylink/sphinxcontrib-doxylink-1.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Extension to link to external Doxygen API documentation"
+HOMEPAGE="https://pypi.python.org/pypi/sphinxcontrib-doxylink 
https://pythonhosted.org/sphinxcontrib-doxylink/ 
https://bitbucket.org/birkenfeld/sphinx-contrib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/sphinx-1.0[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   # any better idea ?
+   rm -rf tests
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: c842d7e80a69f6dbf78eff04777de7ec1646ba39
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 02:17:03 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c842d7e8

dev-python/sphinxcontrib-napoleon: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/sphinxcontrib-napoleon/Manifest |  1 +
 .../sphinxcontrib-napoleon-0.6.1.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/sphinxcontrib-napoleon/Manifest 
b/dev-python/sphinxcontrib-napoleon/Manifest
index 39fc74bc8a2..4f73eaf3553 100644
--- a/dev-python/sphinxcontrib-napoleon/Manifest
+++ b/dev-python/sphinxcontrib-napoleon/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-napoleon-0.5.2.tar.gz 24939 SHA256 
3babaf7da3d062a2feba71f747946d123187e12ef68329eb6974026b25d218b8 SHA512 
5f8d31c4ce66a042aa0c79ec06b7592539154bd7a397c1898db0cbed15b9891c908bb1d51334ef0b759e5d44ac99cf124616f0e4b3a1b1253f0f92312c949a8c
 WHIRLPOOL 
e577861c4357719a75ef84166f4cb9059fadded3b629606674beb5bfbd242bf4efb15c2889731690f4be8555b7561fb7c7ded14df925ebc2d926f26c91889bf4
+DIST sphinxcontrib-napoleon-0.6.1.tar.gz 20057 SHA256 
614b779888629f14dfdfad6c17bffbb6d3813a0a0917a9541651d85384d4d6bd SHA512 
1809fcadf964622bd75cc3ae17aaad467b7003f82e6df4de039a0ba86daa5c5b199af0c185129e79d3c4f8738c0d6c2411950888969fee3bb32ecc8cdfbc84b0
 WHIRLPOOL 
2d10156012e8032abcf76f4de524fabc628420137df6a2bf307da93903a16293e7416ce11fa5c6f8104909d9ccb2fe6a195586257989cc13a5adf50e35c776d2

diff --git 
a/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild 
b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild
new file mode 100644
index 000..7816e405392
--- /dev/null
+++ b/dev-python/sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.6.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Allow a different format in dosctrings for better clarity"
+HOMEPAGE="https://sphinxcontrib-napoleon.readthedocs.io/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/sphinx-1.2[${PYTHON_USEDEP}]
+   

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

2017-08-01 Thread Sebastien Fabbro
commit: baa70e7004bed1d1c475fe10a0c34d9a7cef27b4
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Aug  1 22:19:17 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa70e70

dev-python/sphinxcontrib-blockdiag: add namespace dependency and fix bug #623852

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sphinxcontrib-blockdiag-1.5.5-r1.ebuild| 39 ++
 1 file changed, 39 insertions(+)

diff --git 
a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild 
b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild
new file mode 100644
index 000..775f0da1e16
--- /dev/null
+++ b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"
+
+HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag;
+
+SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE=""
+
+DEPEND="
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}]
+"
+
+RDEPEND="${DEPEND}
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed -i -e /build-base/d setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-googleanalytics/files/, ...

2017-08-01 Thread Sebastien Fabbro
commit: 4e3d9058aee41f2c9fda216affb6fa14ac717bcc
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Aug  1 22:33:20 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3d9058

dev-python/sphinxcontrib-googleanalytics: fix for bug #623852 and add 
sphinxcontrib namespace dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../files/setup.py.utf-8.patch |  4 ++--
 .../sphinxcontrib-googleanalytics-0.1-r2.ebuild| 27 ++
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch 
b/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch
index b3b9f58d1b2..a45ae42b188 100644
--- a/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch
+++ b/dev-python/sphinxcontrib-googleanalytics/files/setup.py.utf-8.patch
@@ -1,6 +1,6 @@
 https://bugs.gentoo.org/show_bug.cgi?id=429914
 setup.py
-+++ setup.py
+--- a/setup.py
 b/setup.py
 @@ -1,10 +1,11 @@
  # -*- coding: utf-8 -*-
  

diff --git 
a/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
 
b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
new file mode 100644
index 000..ab505c55c22
--- /dev/null
+++ 
b/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension googleanalytics"
+HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+
+PATCHES=( "${FILESDIR}/setup.py.utf-8.patch" )
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: c0a4ccb703975d8b3b5c7b9655d214d4e80a1b70
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 02:35:06 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a4ccb7

dev-python/sphinxcontrib-spelling: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/sphinxcontrib-spelling/Manifest |  1 +
 .../sphinxcontrib-spelling-2.3.0.ebuild| 40 ++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/sphinxcontrib-spelling/Manifest 
b/dev-python/sphinxcontrib-spelling/Manifest
index c54633f2dc2..d0ad92c081d 100644
--- a/dev-python/sphinxcontrib-spelling/Manifest
+++ b/dev-python/sphinxcontrib-spelling/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-spelling-2.1.2.tar.gz 35411 SHA256 
c5ac488141408564cb60f355c50efd90b826a9fc7723738a07ab907a0384f086 SHA512 
993f371e064e8748eb61faae649fb293b154a35955ff84d86fd041f4e2cc4c6e22c686007a67c3b63b0c50fc01ed226708f27db347e58847a46ca733c997d51f
 WHIRLPOOL 
3258a991dbeb36ee1a3da64c64d2f05a1978a2c9348be1c2112afaf0cb40414cfe5f139d199cad7f534ade40db61666c133d70bc0605bd878e414e1dbe0f7e6a
+DIST sphinxcontrib-spelling-2.3.0.tar.gz 35687 SHA256 
008ec060f312367222992824abed00124cce0dd31c375a89b2053010df0e3be8 SHA512 
194023d2c5ba594a264740a2a45ebd90d37fc17fbd3bc8c53fa303581a652c58332f998a159c9c6c58718dd9898c9b4639e98ee114a2ee1e5f2097e545134a1a
 WHIRLPOOL 
644c066bcbf393b670082cae51a8278788a562e59112a4c47adb7e3e291e6f508254a05f4792148f44cefc835b28e7c51b1522842526480304c01d43da48e7b6

diff --git 
a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild 
b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild
new file mode 100644
index 000..4424910a7ac
--- /dev/null
+++ b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx spelling extension"
+HOMEPAGE="https://bitbucket.org/dhellmann/sphinxcontrib-spelling;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+CDEPEND="
+   dev-python/pbr[${PYTHON_USEDEP}]
+   dev-python/pyenchant[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+RDEPEND="${CDEPEND}
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: 855cfa75313c24c6b6e55a7f60d5e2f4edda9c99
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 02:20:34 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855cfa75

dev-python/sphinxcontrib-newsfeed: fix for sphinxcontrib namespace, added 
prefix and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sphinxcontrib-newsfeed-0.1.4.ebuild   | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild 
b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
index b31cfd58c28..b53938a825e 100644
--- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
+++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
@@ -12,14 +12,19 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
 
 python_install_all() {
-   use examples && local EXAMPLES=( demo/. )
-
distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins -r demo/.
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
 }



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

2017-08-01 Thread Sebastien Fabbro
commit: 5b6a127c423403e351cfb4b1059be3a547a124d3
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Aug  1 22:36:20 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6a127c

dev-python/sphinxcontrib-httpdomain: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/sphinxcontrib-httpdomain/Manifest   |  1 +
 .../sphinxcontrib-httpdomain-1.5.0.ebuild  | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/sphinxcontrib-httpdomain/Manifest 
b/dev-python/sphinxcontrib-httpdomain/Manifest
index 7b834ca8281..e7402d62d9d 100644
--- a/dev-python/sphinxcontrib-httpdomain/Manifest
+++ b/dev-python/sphinxcontrib-httpdomain/Manifest
@@ -1 +1,2 @@
 DIST sphinxcontrib-httpdomain-1.4.0.tar.gz 12192 SHA256 
9db07b047b8799378ae532d6b9b17080035da8d889082ad7f124de0469feeea4 SHA512 
85d4d0898a1703a1742755814200253b875795b5f267b08adb00c7d8d7c15c434718ce0f93656e7b698df89c958a9f6f3f3403bdc6d08f6df322fd80371f1d70
 WHIRLPOOL 
1365183bd1ba9edff7c82c5c509c6d1f4fe36a35a7f88c168755d330217e4bd70600679d8a501fbacc7730901196ae62c2f6487ded513b8efed1a0012d93a1a8
+DIST sphinxcontrib-httpdomain-1.5.0.tar.gz 13981 SHA256 
eab097505caee272ca6a313edb2cbc3d2103bb6bcc09923ef43054e238452f6b SHA512 
e393690314cb7a7b81207ee42826eb5360ca6cfa8ad1b57c9a8dd5897ed1ed97bad4a46d8348aad9d5f6b6145e5456af629b14973ad2561d5b90b2f8dbf2163a
 WHIRLPOOL 
becf70b6b871bdd5e08be168d5b255f312389baee0b91b95aee9ad35150e9f56363ea95023206290b23e6df7b8b5e27326dbf68850349305c433518c22129534

diff --git 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
new file mode 100644
index 000..10e5eef85a8
--- /dev/null
+++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Extension providing a Sphinx domain for describing RESTful HTTP 
APIs"
+HOMEPAGE="http://packages.python.org/sphinxcontrib-httpdomain/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: b96d1401d12a4a8765df11e429ecf08221490df7
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 02:39:21 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96d1401

dev-python/sphinxcontrib-issuetracker: fix for namespace sphinxcontrib

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sphinxcontrib-issuetracker-0.11-r1.ebuild  | 14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
 
b/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
index 62bfbec5ce2..8215945209c 100644
--- 
a/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
+++ 
b/dev-python/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-0.11-r1.ebuild
@@ -13,12 +13,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 RDEPEND="
-   >=dev-python/requests-0.13[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.1[${PYTHON_USEDEP}]"
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
@@ -34,7 +35,7 @@ python_prepare_all() {
# and virtualx.eclass.
rm tests/test_stylesheet.py || die
 
-   # Avoid redundant objects.inv from downloading, sed more lightwieght
+   # Avoid redundant objects.inv from downloading, sed more lightweight
if use doc; then
sed -e "s:^intersphinx_mapping:#intersphinx_mapping:" \
-e "s:^   'sphinx':#:" \
@@ -54,3 +55,8 @@ python_compile_all() {
 python_test() {
py.test || die
 }
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: d123a632f491921a0e861d93365ff6b8d13c5eb9
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 03:20:42 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d123a632

dev-python/flaky: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/flaky/Manifest   |  1 +
 dev-python/flaky/flaky-3.4.0.ebuild | 45 +
 2 files changed, 46 insertions(+)

diff --git a/dev-python/flaky/Manifest b/dev-python/flaky/Manifest
index 78408de0f27..017b192e50c 100644
--- a/dev-python/flaky/Manifest
+++ b/dev-python/flaky/Manifest
@@ -1 +1,2 @@
 DIST flaky-3.1.1.tar.gz 29136 SHA256 
d50eb4034d5fc1bbe043f2c9a364024f436ebdcadc03e89f091a332407b7cf7e SHA512 
039ad115a52b8b3a31bba045874e1860f1e04ea9cf878316226fb22af3c715b3893570c2f7380cf8467107f1a83a4ff69d0e9135daeb2dbea4b8f873a192815c
 WHIRLPOOL 
6fb841fe6aaf575a776ac1ebba262e1272fa194c517cdc1e8db125bdc339d67e23dbd7f8f3f3469741e50863bf564c93eb921e4e621e8f54ec815cdde9148712
+DIST flaky-3.4.0.tar.gz 29197 SHA256 
4ad7880aef8c35a34ddb394d4fa33047765bca1e3d67d182bf6eba9c8eabf3a2 SHA512 
14fda6312e4eb8260a8190204622a7dd274d0c946dda07ec8aa65e8c341f7f4a701c704c807f50eacf77589231b37c3bb06eec18d60a718f24e9b0182f7e8cb5
 WHIRLPOOL 
b7e5501301bfa47398ab134625d482d3f3f0e38401df932fc234181204f7144fe34d0ef580a94ff6387e44dcef9d43cc82fc3887b059cd8f08fdc5523207b7e3

diff --git a/dev-python/flaky/flaky-3.4.0.ebuild 
b/dev-python/flaky/flaky-3.4.0.ebuild
new file mode 100644
index 000..5de8876cee9
--- /dev/null
+++ b/dev-python/flaky/flaky-3.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Plugin for nose or py.test that automatically reruns flaky tests"
+HOMEPAGE="https://pypi.python.org/pypi/flaky https://github.com/box/flaky;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/genty[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+python_prepare_all() {
+   cat >> test/__init__.py <<- EOF
+   # coding: utf-8
+
+   from __future__ import unicode_literals
+   EOF
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests --with-flaky --exclude="test_nose_options_example" 
test/test_nose/ || die
+   py.test -k 'example and not options' --doctest-modules 
test/test_pytest/ || die
+   py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py || die
+   nosetests --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py || die
+   py.test --force-flaky --max-runs 2  
test/test_pytest/test_pytest_options_example.py || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: 697e5fd9949491847a4a00c5008de3fbcb728f19
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Aug  1 22:25:12 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697e5fd9

dev-python/sphinxcontrib-cheeseshop: fix for bug #623852 and add namespace

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sphinxcontrib-cheeseshop-0.2-r2.ebuild | 33 ++
 1 file changed, 33 insertions(+)

diff --git 
a/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r2.ebuild 
b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r2.ebuild
new file mode 100644
index 000..0dad495679a
--- /dev/null
+++ b/dev-python/sphinxcontrib-cheeseshop/sphinxcontrib-cheeseshop-0.2-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy)
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx extension cheeseshop"
+HOMEPAGE="https://bitbucket.org/birkenfeld/sphinx-contrib;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-python/sphinx-1.0[${PYTHON_USEDEP}]
+   dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+   sed \
+   -e '5s/file/open/' \
+   -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Sebastien Fabbro
commit: 3d2d843807c762686ed0d537b4a5bf0e36b40447
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Wed Aug  2 04:04:36 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Aug  2 04:06:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2d8438

dev-python/pytest-cov: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pytest-cov/Manifest|  1 +
 dev-python/pytest-cov/pytest-cov-2.5.1.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/pytest-cov/Manifest b/dev-python/pytest-cov/Manifest
index b1359b1bce0..d514be0d26b 100644
--- a/dev-python/pytest-cov/Manifest
+++ b/dev-python/pytest-cov/Manifest
@@ -4,3 +4,4 @@ DIST pytest-cov-2.1.0.tar.gz 25992 SHA256 
6e86c3ae3be9930fa3f1402651819b00169fb5
 DIST pytest-cov-2.2.0.tar.gz 29965 SHA256 
2231d43f07760d6904dadceabca53ab16ef95ba58fff393861b64c0cab96c9d1 SHA512 
3e6a2b648b12eff3d8f0aad12dda35a05820f6073e7f87e9c92ed6cca00fe031750da8f6c37eb81cf6ca7b2e4975dafffd7e3e901cb7b91e5c53c83b6e6b8420
 WHIRLPOOL 
9feff5557af5f4101e9ae508febf3479472781544b54345d5f53f0f19df5f40eb5af4ada2b44037f590445761ee9d3bffe14d729c465f880951d714eeb6ae491
 DIST pytest-cov-2.2.1.tar.gz 33154 SHA256 
a8b22e53e7f3b971454c35df99dffe21f4749f539491e935c55d3ff7e1b284fa SHA512 
8f20cf1c42b4415c7decf8407582e64045c599aedf1970160d02e35e723f56fa095af26ee4390eabf2d32e209898b0a3dae8b7212ac81ecda64d6dbc7c83f790
 WHIRLPOOL 
92386bd1ff532e0c98f1dc01b3583315a626a030fb4f38e39eb4f8755e83f3901873fdcd406f9c8bc6393040fa198cc416dae5e176e88084ed6fb16264d3c056
 DIST pytest-cov-2.3.1.tar.gz 35378 SHA256 
fa0a212283cdf52e2eecc24dd6459bb7687cc29adb60cb84258fab73be8dda0f SHA512 
79770beb53fbb43b5d68311c2efd0accbfd890ab6dad299da8c1c0b3d26b54d984807313b1507900cda7004bfb50fedc0bd4341cfcfce47849a4f24fc8184f11
 WHIRLPOOL 
8b0fe223f0cbae0bb9c85b3d8d7f80456e164f3565bd7ba146b0eb34c1fd06c0447405dccd2642f0a4aec1819ff74277d2eb9b076e61438fbf69b35c472755e0
+DIST pytest-cov-2.5.1.tar.gz 36201 SHA256 
03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d SHA512 
868131d6ea6dd28deec6d653dec23ceb7d3adccfa2c6bcc0a3126bbb11e924e71f200676461b2202f274ce6e14d1799feb0917e3081817d9e8583271c18a43de
 WHIRLPOOL 
e7084c4f55b12fab3cd2d99acebb02159f764c20b69e141c7b6779b1c4720c5d6358791559d46074a8af19f89ad3d0c8d9e722ffa7d4b217c9ab88936dece910

diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild 
b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
new file mode 100644
index 000..72ead3a4d2c
--- /dev/null
+++ b/dev-python/pytest-cov/pytest-cov-2.5.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin for coverage reporting"
+HOMEPAGE="https://github.com/pytest-dev/pytest-cov 
https://pypi.python.org/pypi/pytest-cov;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+RDEPEND="
+   >=dev-python/py-1.4.22[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.7.3[${PYTHON_USEDEP}]
+   >=dev-python/cov-core-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-py3doc-enhanced-theme[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+   dev-python/process-tests[${PYTHON_USEDEP}]
+   || (
+   >=dev-python/pytest-2.8.0[${PYTHON_USEDEP}]
+   dev-python/pytest-cache[${PYTHON_USEDEP}]
+   )
+   =dev-python/pytest-xdist-1.15.0[${PYTHON_USEDEP}]
+   dev-python/pytest-capturelog[${PYTHON_USEDEP}]
+   )
+"
+
+python_compile_all() {
+   use doc && sphinx-build -b html docs _build/html
+}
+
+python_test() {
+   PYTHONPATH="${S}/tests:${BUILD_DIR}/lib" \
+   PYTEST_PLUGINS=${PN/-/_} \
+   py.test -v -v -x || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( _build/html/. )
+   distutils-r1_python_install_all
+}



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

2017-08-01 Thread Manuel Rüger
commit: 89da3299eb0f00fd1bcd80966be6e7ebd728e840
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Aug  2 00:16:20 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Aug  2 00:16:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89da3299

dev-util/drone-cli: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/drone-cli/Manifest|  1 -
 .../drone-cli/drone-cli-0.7.0_p20170629.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-util/drone-cli/Manifest b/dev-util/drone-cli/Manifest
index cbd38bad86a..27781a01b04 100644
--- a/dev-util/drone-cli/Manifest
+++ b/dev-util/drone-cli/Manifest
@@ -1,3 +1,2 @@
-DIST drone-cli-0.7.0_p20170629.tar.gz 1148740 SHA256 
2115d75dbe5057a1e8f3c0a257e064351e7298b258ee295dee9894255468e44c SHA512 
f82895f9eed937bacd83bef7d83fbfdfb6ce47e0fe08605419367c0e67b620e2ab98b29107a16c4b27c8268a195f31692357957c08e08bcb57c6396d6f260966
 WHIRLPOOL 
e42e9c7914ac320f2dc3183b2031b2d18a08d7a59142315cb3a8554c47ec4e0c75200eda55e3b325fb28eee62ea0460563710e40460e2ce0ad8db0e9c78b5cf3
 DIST drone-cli-0.7.0_p20170717.tar.gz 1148862 SHA256 
f94abfa825a0f0ad51956587684517910176fb7db2afdbb65fe32add12221f1a SHA512 
f901b9409354c9dc3bf21024f82a188e789c8ab05e8bca179cc77069baf024f40ce13995230f48d5c40e7485ab31bb3f22fae0ca68a8669295cdfb11dbb1b168
 WHIRLPOOL 
73d6edfe770f95eb514d193766c41c4e704bef59070140ad30784a44b547a7f7adda95e2fc29f07b94becb0af9d6a05d803a82735769f926ef3655a3a0f0270d
 DIST drone-cli-0.8.0_pre20170801.tar.gz 1149163 SHA256 
ada4ee1b4a38cf4666fd48e170fc2267812dc999fd37135366b85c8acf644ca9 SHA512 
258703e961580f385bfcdde75baccbec1321134744f3fc393a25c8bb2883bf45addf09a7d4407fc432fddb4df059d6f07f85ce6bb84cc733758da1c4ddf9db90
 WHIRLPOOL 
c836913947e2bf7a7f0abb20c0e24a2b3947a5d75e364d860766941a5b61146c48f35734816d8549bfda4c91c77fd6e76926f3ae85089252ecd0f2747e2dcc08

diff --git a/dev-util/drone-cli/drone-cli-0.7.0_p20170629.ebuild 
b/dev-util/drone-cli/drone-cli-0.7.0_p20170629.ebuild
deleted file mode 100644
index 8862e79511c..000
--- a/dev-util/drone-cli/drone-cli-0.7.0_p20170629.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_PN="github.com/drone/drone-cli"
-EGIT_COMMIT="a785895ab015abd20e4c42da7901492817141e98"
-
-inherit golang-build golang-vcs-snapshot
-
-ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Command-line interface for Drone"
-HOMEPAGE="https://github.com/drone/drone-cli;
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-RDEPEND="!!

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

2017-08-01 Thread Manuel Rüger
commit: f2bdbc3e41ee4d29ae419351aad587c5c9039713
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Aug  2 00:16:00 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Aug  2 00:16:00 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2bdbc3e

dev-util/drone-cli: Update snapshot

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/drone-cli/Manifest|  1 +
 .../drone-cli/drone-cli-0.8.0_pre20170801.ebuild   | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-util/drone-cli/Manifest b/dev-util/drone-cli/Manifest
index c9bfb9bcc3f..cbd38bad86a 100644
--- a/dev-util/drone-cli/Manifest
+++ b/dev-util/drone-cli/Manifest
@@ -1,2 +1,3 @@
 DIST drone-cli-0.7.0_p20170629.tar.gz 1148740 SHA256 
2115d75dbe5057a1e8f3c0a257e064351e7298b258ee295dee9894255468e44c SHA512 
f82895f9eed937bacd83bef7d83fbfdfb6ce47e0fe08605419367c0e67b620e2ab98b29107a16c4b27c8268a195f31692357957c08e08bcb57c6396d6f260966
 WHIRLPOOL 
e42e9c7914ac320f2dc3183b2031b2d18a08d7a59142315cb3a8554c47ec4e0c75200eda55e3b325fb28eee62ea0460563710e40460e2ce0ad8db0e9c78b5cf3
 DIST drone-cli-0.7.0_p20170717.tar.gz 1148862 SHA256 
f94abfa825a0f0ad51956587684517910176fb7db2afdbb65fe32add12221f1a SHA512 
f901b9409354c9dc3bf21024f82a188e789c8ab05e8bca179cc77069baf024f40ce13995230f48d5c40e7485ab31bb3f22fae0ca68a8669295cdfb11dbb1b168
 WHIRLPOOL 
73d6edfe770f95eb514d193766c41c4e704bef59070140ad30784a44b547a7f7adda95e2fc29f07b94becb0af9d6a05d803a82735769f926ef3655a3a0f0270d
+DIST drone-cli-0.8.0_pre20170801.tar.gz 1149163 SHA256 
ada4ee1b4a38cf4666fd48e170fc2267812dc999fd37135366b85c8acf644ca9 SHA512 
258703e961580f385bfcdde75baccbec1321134744f3fc393a25c8bb2883bf45addf09a7d4407fc432fddb4df059d6f07f85ce6bb84cc733758da1c4ddf9db90
 WHIRLPOOL 
c836913947e2bf7a7f0abb20c0e24a2b3947a5d75e364d860766941a5b61146c48f35734816d8549bfda4c91c77fd6e76926f3ae85089252ecd0f2747e2dcc08

diff --git a/dev-util/drone-cli/drone-cli-0.8.0_pre20170801.ebuild 
b/dev-util/drone-cli/drone-cli-0.8.0_pre20170801.ebuild
new file mode 100644
index 000..b614552f7c5
--- /dev/null
+++ b/dev-util/drone-cli/drone-cli-0.8.0_pre20170801.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/drone/drone-cli"
+EGIT_COMMIT="ee3fd53a955682a8e8b3d009a0b982e56c3b971f"
+
+inherit golang-build golang-vcs-snapshot
+
+ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Command-line interface for Drone"
+HOMEPAGE="https://github.com/drone/drone-cli;
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+RESTRICT="test"
+
+RDEPEND="!!

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

2017-08-01 Thread Matthias Maier
commit: cf5003fe2fc3b45f366d0a3c6fdf834ed9d54321
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Aug  2 00:05:14 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Aug  2 00:05:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf5003fe

sys-devel/binutils: version bump to 2.28.1, patchset 1.0

Includes fixes for bugs #622036 #622500 #622886 #624524 #624702

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-devel/binutils/Manifest   |  2 ++
 sys-devel/binutils/binutils-2.28.1.ebuild | 11 +++
 2 files changed, 13 insertions(+)

diff --git a/sys-devel/binutils/Manifest b/sys-devel/binutils/Manifest
index bc8e3b14bfd..adb01b3fe50 100644
--- a/sys-devel/binutils/Manifest
+++ b/sys-devel/binutils/Manifest
@@ -5,4 +5,6 @@ DIST binutils-2.26.1.tar.bz2 25595243 SHA256 
39c346c87aa4fb14b2f786560aec1d29411
 DIST binutils-2.27-patches-1.1.tar.xz 9828 SHA256 
fbabb2c1cb69ad0c83d97ec6342ea663dea12b61cd3858088071f5575d842f6f SHA512 
5059a784344e0554965473808b9d72af34f793e5538e82010adbbf586d583ddfd9f5ca637e6ba658e566c406244ae79b2ab5135995bcfedc8a96b9293366199d
 WHIRLPOOL 
23c10c3c71a6d7d5f1fca97dcb77cf3bdb0a4114321a3cb51d88a4549404da63d74c30e6732c1b7fdefc3380d28b2064752155dfd22fa345e62df8df25a9690d
 DIST binutils-2.27.tar.bz2 26099568 SHA256 
369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 SHA512 
cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
 WHIRLPOOL 
d3204b4900529f697285fb1fe622ecc949c43f064e6b83a1cecb1ea8810a214842c729266c9a44537dc0a86d6d2b3ac100f54c721cc284e54f9d6feb90930d15
 DIST binutils-2.28-patches-1.2.tar.xz 17572 SHA256 
d3fd98b218b0469f216a65676fdc899b9d777ea2d2f4b83af3d7fa6bbd36ca41 SHA512 
00453fc1e3290868c23e2ca32214b5229fca23d4a551e4e136a62946b584992e9ef3f3e07819e35fb4eb83f083145330078db2631d5a089da7b5129d234aa856
 WHIRLPOOL 
e52ca6eb5cc03fb0c3ebe27366019d38628a88d949dff873dc646ea1354ec432080818ddb212a6e94148bee3b230288eb245a5472c9c6e6ae9a5bdd162578cc4
+DIST binutils-2.28.1-patches-1.0.tar.xz 19772 SHA256 
50cfce6ef7f546dcdb983a8b632507b5cdd51095e4acf1f15bfcd68027d438a4 SHA512 
c2c7d22e1013e79040c4dcb4d70649e78a070976ba3a4bc2ceb4805827b9d93eea1805c85db4fcb6b31be5218c3d7b42a4990437a7c01dc01fd7e9dedb606828
 WHIRLPOOL 
2369fce643cc9b83724b486521621d744de0eaf3d95fdd34c7f1c785bc400f3ed31ae6105001870f33539664d84dd9caae854725e20007f136929d2ece755247
+DIST binutils-2.28.1.tar.bz2 28120394 SHA256 
6924999be62d4464458eb53c11f27277cfb63755df8c1cd47b8d15d02c1942ea SHA512 
5ec5212497b0fa8324f6a0884c284cb71c01942bbd39356d1ae745a5c9d97274c10f9d9c723f4bef6f0217662dfcd0c36e4e955a7599b11217658dc7b97553eb
 WHIRLPOOL 
5c616f719827e5da7db23e89c761323cd4828b4779e79c3983d3ea429bce57ed40219982c478237b4dd728b77bae0a6447d912d96490ed1f5fc279ba5fd73bc6
 DIST binutils-2.28.tar.bz2 26556365 SHA256 
6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 SHA512 
ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
 WHIRLPOOL 
7fb876668c4fd8b10641fb8d831e7d23723ccb9b1051650c76a3a99696d37d120ef969e3c1cc144b0ffd765ef8e8698fe553c39cc65d0b9499a87d4886d6419d

diff --git a/sys-devel/binutils/binutils-2.28.1.ebuild 
b/sys-devel/binutils/binutils-2.28.1.ebuild
new file mode 100644
index 000..de07784cd4c
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.28.1.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PATCHVER="1.0"
+ELF2FLT_VER=""
+inherit toolchain-binutils
+
+# KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
+KEYWORDS=""



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

2017-08-01 Thread Matthias Maier
commit: f83b96090862935847fca846d82c7e93f61b0b1a
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Aug  2 00:07:16 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Aug  2 00:07:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83b9609

sys-libs/binutils-libs: version bump to 2.28.1, patchset 1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sys-libs/binutils-libs/Manifest|  2 +
 sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild | 96 ++
 2 files changed, 98 insertions(+)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index d19ce933d9d..18f2ee864df 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -3,4 +3,6 @@ DIST binutils-2.25.1.tar.bz2 24163561 SHA256 
b5b14added7d78a8d1ca70b5cb75fef57ce
 DIST binutils-2.27-patches-1.0.tar.xz 8852 SHA256 
07be45786e1e56498aad2c52a43d4104ccd0ded3c6a84a930486bc418d7fa36d SHA512 
489b5fff87886682d8e98eafa2f082e6dcf811d2a693b6c41d76bd1ac50815a6e7d26fb7c9e3811c2d8e0e1dc307557e6ffe46d1d0f7caeb581060cf14bda899
 WHIRLPOOL 
cf73342292a6dd8450a420f62a6a28e1ae38eed2c0b62643619ac002f3e9233ba5a0df19deb862167e88bd2c4a7ef4e002fe4d76f971eba876014d145dc30171
 DIST binutils-2.27.tar.bz2 26099568 SHA256 
369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 SHA512 
cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
 WHIRLPOOL 
d3204b4900529f697285fb1fe622ecc949c43f064e6b83a1cecb1ea8810a214842c729266c9a44537dc0a86d6d2b3ac100f54c721cc284e54f9d6feb90930d15
 DIST binutils-2.28-patches-1.2.tar.xz 17572 SHA256 
d3fd98b218b0469f216a65676fdc899b9d777ea2d2f4b83af3d7fa6bbd36ca41 SHA512 
00453fc1e3290868c23e2ca32214b5229fca23d4a551e4e136a62946b584992e9ef3f3e07819e35fb4eb83f083145330078db2631d5a089da7b5129d234aa856
 WHIRLPOOL 
e52ca6eb5cc03fb0c3ebe27366019d38628a88d949dff873dc646ea1354ec432080818ddb212a6e94148bee3b230288eb245a5472c9c6e6ae9a5bdd162578cc4
+DIST binutils-2.28.1-patches-1.0.tar.xz 19772 SHA256 
50cfce6ef7f546dcdb983a8b632507b5cdd51095e4acf1f15bfcd68027d438a4 SHA512 
c2c7d22e1013e79040c4dcb4d70649e78a070976ba3a4bc2ceb4805827b9d93eea1805c85db4fcb6b31be5218c3d7b42a4990437a7c01dc01fd7e9dedb606828
 WHIRLPOOL 
2369fce643cc9b83724b486521621d744de0eaf3d95fdd34c7f1c785bc400f3ed31ae6105001870f33539664d84dd9caae854725e20007f136929d2ece755247
+DIST binutils-2.28.1.tar.bz2 28120394 SHA256 
6924999be62d4464458eb53c11f27277cfb63755df8c1cd47b8d15d02c1942ea SHA512 
5ec5212497b0fa8324f6a0884c284cb71c01942bbd39356d1ae745a5c9d97274c10f9d9c723f4bef6f0217662dfcd0c36e4e955a7599b11217658dc7b97553eb
 WHIRLPOOL 
5c616f719827e5da7db23e89c761323cd4828b4779e79c3983d3ea429bce57ed40219982c478237b4dd728b77bae0a6447d912d96490ed1f5fc279ba5fd73bc6
 DIST binutils-2.28.tar.bz2 26556365 SHA256 
6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72 SHA512 
ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
 WHIRLPOOL 
7fb876668c4fd8b10641fb8d831e7d23723ccb9b1051650c76a3a99696d37d120ef969e3c1cc144b0ffd765ef8e8698fe553c39cc65d0b9499a87d4886d6419d

diff --git a/sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild
new file mode 100644
index 000..53813859e77
--- /dev/null
+++ b/sys-libs/binutils-libs/binutils-libs-2.28.1.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PATCHVER="1.0"
+
+inherit eutils toolchain-funcs multilib-minimal
+
+MY_PN="binutils"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for 
external packages"
+HOMEPAGE="https://sourceware.org/binutils/;
+SRC_URI="mirror://gnu/binutils/${MY_P}.tar.bz2
+   mirror://gentoo/${MY_P}-patches-${PATCHVER}.tar.xz"
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+# The shared lib SONAMEs use the ${PV} in them.
+SLOT="0/${PV}"
+# 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS=""
+IUSE="64-bit-bfd multitarget nls static-libs"
+
+COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+DEPEND="${COMMON_DEPEND}
+   >=sys-apps/texinfo-4.7
+   nls? ( sys-devel/gettext )"
+# Need a newer binutils-config that'll reset include/lib symlinks for us.
+RDEPEND="${COMMON_DEPEND}
+   >=sys-devel/binutils-config-5
+   nls? ( !=2.24) make this an explicit option. #497268
+   --enable-install-libiberty
+   --disable-werror
+   --with-bugurl="https://bugs.gentoo.org/;
+   --with-pkgversion="$(pkgversion)"
+   $(use_enable static-libs static)
+   # The binutils eclass enables this 

[gentoo-commits] gentoo commit in src/patchsets/binutils/2.28.1: 00_all_0001-ld-always-warn-about-textrels-in-files.patch 00_all_0002-gold-ld-add-support-for-poisoned-system-directories.patch 00_all_0

2017-08-01 Thread Matthias Maier (tamiko)
tamiko  17/08/02 00:01:36

  Added:   
00_all_0001-ld-always-warn-about-textrels-in-files.patch

00_all_0002-gold-ld-add-support-for-poisoned-system-directories.patch

00_all_0003-ld-enable-new-dtags-by-default-for-linux-gnu-targets.patch
00_all_0004-gold-ld-enable-gnu-hash-by-default.patch

00_all_0005-libiberty-install-PIC-version-of-libiberty.a.patch

00_all_0006-opcodes-link-against-libbfd.la-for-rpath-deps.patch
00_all_0007-CVE-2017-8398.patch
00_all_0008-CVE-2017-8393.patch
00_all_0009-CVE-2017-8394.patch
00_all_0010-CVE-2017-8395.patch
00_all_0011-CVE-2017-8396-CVE-2017-8397.patch
00_all_0012-CVE-2017-8421.patch
00_all_0013-CVE-2017-9038.patch
00_all_0014-CVE-2017-9039.patch
00_all_0015-CVE-2017-9040-CVE-2017-9042.patch
00_all_0016-CVE-2017-9041.patch
00_all_0017-CVE-2017-7614.patch
00_all_0018-CVE-2017-6965.patch
00_all_0019-CVE-2017-6966.patch
00_all_0020-CVE-2017-6969.patch
00_all_0021-fix-out-of-bounds-access-in-elf.c.patch

00_all_0022-fixing-linking-configure-generated-tests-of-ifunc.patch

00_all_0023-readelf-dont-error-on-.debug-files-with-NOBITS-.dynamic-sectio.patch
00_all_0024-CVE-2017-9742.patch
00_all_0025-CVE-2017-9954.patch README.history
  Log:
  2.28.1 patchset 1.0

Revision  ChangesPath
1.1  
src/patchsets/binutils/2.28.1/00_all_0001-ld-always-warn-about-textrels-in-files.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28.1/00_all_0001-ld-always-warn-about-textrels-in-files.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28.1/00_all_0001-ld-always-warn-about-textrels-in-files.patch?rev=1.1=text/plain

Index: 00_all_0001-ld-always-warn-about-textrels-in-files.patch
===
>From bb101959912073f460669d75097215cde7b20019 Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Mon, 16 May 2005 22:10:19 -0400
Subject: [PATCH] ld: always warn about textrels in files

textrels are bad for forcing copy-on-write (this affects everyone), and for
security/runtime code generation, this affects security ppl.  But in either
case, it doesn't matter who needs textrels, it's the very fact that they're
needed at all.
---
 ld/ldmain.c | 1 +
 ld/testsuite/lib/ld-lib.exp | 4 
 2 files changed, 5 insertions(+)

diff --git a/ld/ldmain.c b/ld/ldmain.c
index 1e48b1a2dbbc..f634eaa908a5 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -294,6 +294,7 @@ main (int argc, char **argv)
   link_info.dynamic_undefined_weak = -1;
   link_info.pei386_auto_import = -1;
   link_info.spare_dynamic_tags = 5;
+  link_info.warn_shared_textrel = TRUE;
   link_info.path_separator = ':';
 #ifdef DEFAULT_FLAG_COMPRESS_DEBUG
   link_info.compress_debug = COMPRESS_DEBUG_GABI_ZLIB;
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp
index cf7886b4866f..6c6a0b7a001e 100644
--- a/ld/testsuite/lib/ld-lib.exp
+++ b/ld/testsuite/lib/ld-lib.exp
@@ -250,6 +250,10 @@ proc default_ld_simple_link { ld target objects } {
 # symbol, since the default linker script might use ENTRY.
 regsub -all "(^|\n)(\[^\n\]*: warning: cannot find entry 
symbol\[^\n\]*\n?)" $exec_output "\\1" exec_output
 
+# Gentoo tweak:
+# We want to ignore TEXTREL warnings since we force enable them by default
+regsub -all "^lt-ld-new: warning: creating a DT_TEXTREL in object\." 
$exec_output "\\1" exec_output
+
 return [string match "" $exec_output]
 }
 
-- 
2.11.1




1.1  
src/patchsets/binutils/2.28.1/00_all_0002-gold-ld-add-support-for-poisoned-system-directories.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28.1/00_all_0002-gold-ld-add-support-for-poisoned-system-directories.patch?rev=1.1=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.28.1/00_all_0002-gold-ld-add-support-for-poisoned-system-directories.patch?rev=1.1=text/plain

Index: 00_all_0002-gold-ld-add-support-for-poisoned-system-directories.patch
===
>From 9c3fda8166172bb9fa818bf2b7fec003847393d8 Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Mon, 25 May 2015 04:42:58 -0400
Subject: [PATCH] gold/ld: add support for poisoned system directories

This is based on the old CodeSourcery patch 

[gentoo-commits] gentoo commit in src/patchsets/binutils/2.28.1: - New directory

2017-08-01 Thread Matthias Maier (tamiko)
tamiko  17/08/02 00:00:41

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/binutils/2.28.1 added to the 
repository



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

2017-08-01 Thread Patrick McLean
commit: 06cd85532dc39498e24c0a3364e0fcf689219e3e
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug  1 22:44:58 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug  1 22:45:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cd8553

net-dns/dnsmasq: Revision bump on 2.77, unify idn/libidn2 USE semantics

Make the "libidn2" USE flag a sub-flag of "idn", as described in the
bug.

Gentoo-Bug: 625616
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild | 198 +
 1 file changed, 198 insertions(+)

diff --git a/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild
new file mode 100644
index 000..17e3d67699d
--- /dev/null
+++ b/net-dns/dnsmasq/dnsmasq-2.77-r1.ebuild
@@ -0,0 +1,198 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic user systemd
+
+DESCRIPTION="Small forwarding DNS server"
+HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/doc.html;
+SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+
+IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +id idn libidn2 +inotify"
+IUSE+=" ipv6 lua nls script selinux static tftp"
+
+DM_LINGUAS=(de es fi fr id it no pl pt_BR ro)
+
+for dm_lingua in "${DM_LINGUAS[@]}"; do
+   IUSE+=" linguas_${dm_lingua}"
+done
+
+CDEPEND="dbus? ( sys-apps/dbus )
+   idn? (
+   !libidn2? ( net-dns/libidn )
+   libidn2? ( >=net-dns/libidn2-2.0 )
+   )
+   lua? ( dev-lang/lua:* )
+   conntrack? ( net-libs/libnetfilter_conntrack )
+   nls? ( sys-devel/gettext )
+"
+
+DEPEND="${CDEPEND}
+   app-arch/xz-utils
+   dnssec? (
+   dev-libs/nettle[gmp]
+   static? ( dev-libs/nettle[static-libs(+)] )
+   )
+   virtual/pkgconfig
+"
+
+RDEPEND="${CDEPEND}
+   dnssec? (
+   !static? (
+   dev-libs/nettle[gmp]
+   )
+   )
+   selinux? ( sec-policy/selinux-dnsmasq )
+"
+
+REQUIRED_USE="dhcp-tools? ( dhcp )
+   lua? ( script )
+   libidn2? ( idn )"
+
+use_have() {
+   local useflag no_only uword
+   if [[ $1 == '-n' ]]; then
+   no_only=1
+   shift
+   fi
+   useflag="${1}"
+   shift
+
+   uword="${1:-${useflag}}"
+   shift
+
+   while [[ ${uword} ]]; do
+   uword="${uword^^}"
+
+   if ! use "${useflag}"; then
+   echo -n " -DNO_${uword}"
+   elif [[ -z "${no_only}" ]]; then
+   echo -n " -DHAVE_${uword}"
+   fi
+   uword="${1}"
+   shift
+   done
+}
+
+pkg_pretend() {
+   if use static; then
+   einfo "Only sys-libs/gmp and dev-libs/nettle are statically 
linked."
+   use dnssec || einfo "Thus, ${P}[!dnssec,static] makes no sense; 
the static USE flag is ignored."
+   fi
+}
+
+pkg_setup() {
+   enewgroup dnsmasq
+   enewuser dnsmasq -1 -1 /dev/null dnsmasq
+}
+
+src_prepare() {
+   default
+
+   sed -i -r 's:lua5.[0-9]+:lua:' Makefile
+   sed -i "s:%%PREFIX%%:${EPREFIX}/usr:" dnsmasq.conf.example
+}
+
+src_configure() {
+   COPTS="$(use_have -n auth-dns auth)"
+   COPTS+="$(use_have conntrack)"
+   COPTS+="$(use_have dbus)"
+   COPTS+="$(use libidn2 || $(use_have idn))"
+   COPTS+="$(use_have libidn2)"
+   COPTS+="$(use_have -n inotify)"
+   COPTS+="$(use_have -n dhcp dhcp dhcp6)"
+   COPTS+="$(use_have -n ipv6 ipv6 dhcp6)"
+   COPTS+="$(use_have -n id id)"
+   COPTS+="$(use_have lua luascript)"
+   COPTS+="$(use_have -n script)"
+   COPTS+="$(use_have -n tftp)"
+   COPTS+="$(use_have dnssec)"
+   COPTS+="$(use_have static dnssec_static)"
+}
+
+src_compile() {
+   emake \
+   PREFIX=/usr \
+   MANDIR=/usr/share/man \
+   CC="$(tc-getCC)" \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   COPTS="${COPTS}" \
+   CONFFILE="/etc/${PN}.conf" \
+   all$(use nls && echo "-i18n")
+
+   use dhcp-tools && emake -C contrib/lease-tools \
+   PREFIX=/usr \
+   MANDIR=/usr/share/man \
+   CC="$(tc-getCC)" \
+   PKG_CONFIG="$(tc-getPKG_CONFIG)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   all
+}
+
+src_install() {
+   local lingua puid
+   emake \
+   PREFIX=/usr \
+   MANDIR=/usr/share/man \
+   COPTS="${COPTS}" \
+   DESTDIR="${D}" \
+   

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

2017-08-01 Thread Manuel Rüger
commit: f66404427c3f8f1efc07dda744c188d324d8d869
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Aug  1 22:18:40 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Aug  1 22:18:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6640442

dev-python/sdnotify: Fix description

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/sdnotify/sdnotify-0.3.1.ebuild 
b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
index 7e034a96ad4..fe6f98641f0 100644
--- a/dev-python/sdnotify/sdnotify-0.3.1.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 
-DESCRIPTION="A pure Python implementation of systemd's service notification 
protocol (sd_notify)"
+DESCRIPTION="Python implementation of systemd's service notification protocol 
(sd_notify)"
 HOMEPAGE="
https://github.com/bb4242/sdnotify
https://pypi.python.org/pypi/sdnotify;



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

2017-08-01 Thread Manuel Rüger
commit: d71711689667c0446074572e3bde0a0e96b92b89
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Aug  1 22:17:29 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Aug  1 22:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7171168

dev-python/autobahn: Whitespace

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/autobahn/autobahn-17.7.1.ebuild 
b/dev-python/autobahn/autobahn-17.7.1.ebuild
index 776ea9153ca..68057d7c9f0 100644
--- a/dev-python/autobahn/autobahn-17.7.1.ebuild
+++ b/dev-python/autobahn/autobahn-17.7.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://pypi.python.org/pypi/autobahn 
http://autobahn.ws/python/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 SLOT="0"
-LICENSE="MIT" 
+LICENSE="MIT"
 KEYWORDS="~amd64"
 IUSE="crypt test"
 



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

2017-08-01 Thread Mike Gilbert
commit: fc5864b8d75fb31c5fdf82cb281c3d5178320c66
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug  1 22:07:58 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug  1 22:07:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5864b8

www-plugins/chrome-binary-plugins: automated update (61.0.3163.25)

Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 13_alpha.ebuild => chrome-binary-plugins-61.0.3163.25_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index dfeaf96041f..15a1ede61a8 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_60.0.3112.78-1_amd64.deb 66935492 SHA256 
75907688709453e42d29cdbd9323e65556a28ea7cc7a152d77a5e2533ef1c7f0 SHA512 
eabbe7dd4af6fc222f34385c9aa63a0157e95f537e3a8228690d05dcf9a856f1be295b6c140be36f5f134dae9701029a2e81a48585e1560b75840b0d1acd4a4f
 WHIRLPOOL 
a47887ab114bf5c609b5fe377b49c2df1c4328c812966888d320ef51b46c18280ebb48c5e1b19148ca6c829e0f9596e643d21b43d1c7b7431b57e4475f726f55
 DIST google-chrome-stable_60.0.3112.78-1_amd64.deb 61726918 SHA256 
9a64c54d87724b58ea5cff53b05a48583e1c26b48108d9e5723ff69ff05a7871 SHA512 
96bf3c54fe4114d2213b5efba074f11f9c819e8b1896e5627d9c638613a1b909f021cc9715e6c748e083575bcee698295f8f14ac029cbe59f7ed3e3eb380d1b8
 WHIRLPOOL 
2828e89f5522ea49df2c4e7a5612c420fcd085987df777c5dc74d6eee787d3cb53607febfc3c74cb4a77fbe00cadd1478dac3ae52a827eaf49fcc1c13cd8cfac
-DIST google-chrome-unstable_61.0.3163.13-1_amd64.deb 78290822 SHA256 
e2a8a79a8e0a4c25b0c532000651582e4c119abb00ff0bdbcf9ef0adce3338d8 SHA512 
a63d54c85d703dfbdb8cafcb1c4e6268c2fb882d18a021f8caee3e93c67b811c900c13a7c01d9b8deb4e49a6e7db9bc0856ce7f57f75fe32b73c380d7601d2f5
 WHIRLPOOL 
f92d647fa08b8413f69c018068d240f77825fea4c122c357828bfd32c55935b646ccaa1e0be22ccd9f62e84ccf2a068e820b54a571a05ac3e0c07a10dc3fe714
+DIST google-chrome-unstable_61.0.3163.25-1_amd64.deb 78541072 SHA256 
610702e8cdc2187bdbcac0262e7832a804c603b9e2403c3a7ba2458bb350bb35 SHA512 
ca7ecf8d2b1f44b9c1cd0442fbe19fc0069afcdfffdbe5407122c8b81648da6dab22b3e0d9bc81dd50b5f9a6cb9749d625d2787ea056b2646dafda1d4290cd13
 WHIRLPOOL 
cb1e6703be521a66a995626953dc0f7f070f7d5abc3b4b5980e79c60f0cc6025a9b74c531d806c2b8e6f9bc5bb496f5661066f8ade91de5e7ee372d73f36d788

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.13_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.25_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.13_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-61.0.3163.25_alpha.ebuild



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

2017-08-01 Thread Mike Gilbert
commit: 01324938bea13c0ce5963bb43b5992c85fde2ca0
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Aug  1 22:08:11 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Aug  1 22:08:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01324938

www-client/google-chrome-unstable: automated update (61.0.3163.25)

Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...e-61.0.3163.13.ebuild => google-chrome-unstable-61.0.3163.25.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 8b659184ae9..eea0f2cef0b 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_61.0.3163.13-1_amd64.deb 78290822 SHA256 
e2a8a79a8e0a4c25b0c532000651582e4c119abb00ff0bdbcf9ef0adce3338d8 SHA512 
a63d54c85d703dfbdb8cafcb1c4e6268c2fb882d18a021f8caee3e93c67b811c900c13a7c01d9b8deb4e49a6e7db9bc0856ce7f57f75fe32b73c380d7601d2f5
 WHIRLPOOL 
f92d647fa08b8413f69c018068d240f77825fea4c122c357828bfd32c55935b646ccaa1e0be22ccd9f62e84ccf2a068e820b54a571a05ac3e0c07a10dc3fe714
+DIST google-chrome-unstable_61.0.3163.25-1_amd64.deb 78541072 SHA256 
610702e8cdc2187bdbcac0262e7832a804c603b9e2403c3a7ba2458bb350bb35 SHA512 
ca7ecf8d2b1f44b9c1cd0442fbe19fc0069afcdfffdbe5407122c8b81648da6dab22b3e0d9bc81dd50b5f9a6cb9749d625d2787ea056b2646dafda1d4290cd13
 WHIRLPOOL 
cb1e6703be521a66a995626953dc0f7f070f7d5abc3b4b5980e79c60f0cc6025a9b74c531d806c2b8e6f9bc5bb496f5661066f8ade91de5e7ee372d73f36d788

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-61.0.3163.13.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-61.0.3163.25.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-61.0.3163.13.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-61.0.3163.25.ebuild



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

2017-08-01 Thread Sergei Trofimovich
commit: 9a1808cb7e7d52a8602d094bcad5ce09f26b102b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug  1 22:00:52 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug  1 22:03:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1808cb

dev-lang/elixir: bump up to 1.5.1

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-lang/elixir/Manifest|  1 +
 dev-lang/elixir/elixir-1.5.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-lang/elixir/Manifest b/dev-lang/elixir/Manifest
index 6953a41e6a3..fe6b37214b6 100644
--- a/dev-lang/elixir/Manifest
+++ b/dev-lang/elixir/Manifest
@@ -2,3 +2,4 @@ DIST elixir-1.3.0.tar.gz 1744231 SHA256 
66cb8448dd60397cad11ba554c2613f732192c90
 DIST elixir-1.4.4.tar.gz 1828694 SHA256 
2d9d5faee079949f780c8f6a1ccba015d64ecf859ed87384ae4239d69be60142 SHA512 
e339a27e1b31c7783077fc336703c30066d18af990c26741508caa16f15d33d71c56ca7884ed27d046b310db5e051adc428fc51535abecb06992225c6d2d274d
 WHIRLPOOL 
71564643d228d870b76d8e556b01253f8c30193f6d222427ac8e7aa04caa00f2cf24e8792b4a1e75afd1a1ef365afed5fd3f943313ed0cc66a97c065a4760d16
 DIST elixir-1.4.5.tar.gz 1829098 SHA256 
bef1a0ea7a36539eed4b104ec26a82e46940959345ed66509ec6cc3d987bada0 SHA512 
3fe659a739ded54bfc7d05a96acf3061c860e44cfd7700651d138c7e21997c5703cc62d2bd3b7a258b27064bb222dfdcdc01e4d017451f522f9658a039073611
 WHIRLPOOL 
c9e59b2de0756aecab11c480e60278ba8d87ae1bec74e8db47b5780a0c417858596c00c7f790a2bfa4c15f4d53e76918660e976b23a320a512a6b2f6652b295f
 DIST elixir-1.5.0.tar.gz 1944255 SHA256 
0857550097d0bf078a218f7663372f5c9a899847d73399f05ca9fa9087edf462 SHA512 
8323eacf14cae4c01566b2958642f16b80b3a83a97bc870b0fb464c5880c5d04f05fb5cdd3470d6c3cdc3890d17ca67d17face9d6ef23c3e7d608cb743e67c49
 WHIRLPOOL 
5ea9cab89f08354bb29acdfd71e8a606194be48ebaa852b7d35b99adbe69bd47da53d78e9ab6d70dd41e175c49a7d80c612187b732dd23f6bb92334bfe60307f
+DIST elixir-1.5.1.tar.gz 1945765 SHA256 
9a903dc71800c6ce8f4f4b84a1e4849e3433e68243958fd6413a144857b61f6a SHA512 
92895e5a688b5a906656c0fe974ca28a25b35c7ea9cdb3739290cf8f6ce5e4bdc61ca96309e8d87d6d73607f8f5eb22ce4385da10954582136a02f4b15b3cbc1
 WHIRLPOOL 
d7d587033cf32ee8ea7167cbad7c3482cc843a7ea3a7b353eb144f8162d24569a327a24d49b0196e913e2d276993f7a5d794e6d520f363d7a1684d07447b8949

diff --git a/dev-lang/elixir/elixir-1.5.1.ebuild 
b/dev-lang/elixir/elixir-1.5.1.ebuild
new file mode 100644
index 000..a08ea4e9f6a
--- /dev/null
+++ b/dev-lang/elixir/elixir-1.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib
+
+DESCRIPTION="Elixir programming language"
+HOMEPAGE="https://elixir-lang.org;
+SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 ErlPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/erlang-18[ssl]"
+RDEPEND="${DEPEND}"
+
+RESTRICT=test # needs debug symbols
+
+src_compile() {
+   emake Q=""
+}
+
+src_install() {
+   emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="/usr" install
+   dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
+}



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

2017-08-01 Thread Manuel Rüger
commit: e0cc61e3a0c50242bcc5e6018622246226b05c74
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Aug  1 21:43:05 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Aug  1 21:43:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cc61e3

dev-util/drone: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/drone/Manifest   |  6 -
 dev-util/drone/drone-0.8.0_rc1.ebuild | 51 ---
 dev-util/drone/drone-0.8.0_rc2.ebuild | 51 ---
 3 files changed, 108 deletions(-)

diff --git a/dev-util/drone/Manifest b/dev-util/drone/Manifest
index a7590f40fcb..80693568376 100644
--- a/dev-util/drone/Manifest
+++ b/dev-util/drone/Manifest
@@ -1,12 +1,6 @@
 DIST drone-0.7.3.tar.gz 4133041 SHA256 
997ce994fb852ffc0c98f20ba17d9ff458b396019207e923cd5863ec7599211e SHA512 
4c85e964f43ce3076996cd1cbcfc3675d74b254278d046d1e7d4b7f04ee5fcc55a6de04947c3f8102be474e0ef3fbd5d0006ac2b39aae04fe2bc6b466b513c66
 WHIRLPOOL 
18cfc24df5735b11f767b0ec323f591e44b08192abb05eff3984ef6bd8ce3df548924fb69b9543cb3c92c3b26f3bddfdfd105ec4014ebe2bd5c2b420c7fe6c2f
-DIST drone-0.8.0_rc1.tar.gz 3961594 SHA256 
20bb7a178faf5a883dfdae1714f5b210b818e906bba405cfd6bc1a7beefc26d1 SHA512 
2c0cb2a8ee94deab7088f1994a47737004ec11f3fe160ebc0fd18cb1db7ce4a58404749433aad3fca6f03638d870786611f4b165140aa5786f837f5c9bd159bf
 WHIRLPOOL 
8aa5b00035fb9ff03156fc0a660ae0b0749e13836d5cf3b716b52f2638feaef85a7c371187f1013e42eaf56969bcf16861bf022ac062b89b8da642459dd7ae54
-DIST drone-0.8.0_rc2.tar.gz 4287492 SHA256 
da75c269634c221ae9554f4844668effe2b97cdd0ce801e4cf5b27507063b41b SHA512 
9ea651a6846fc720ed252efe0883fbb8f1e1aaf428512c3e992d6159bde2e22db343aefda4aa203fcb85972ca56a7425123e176d6f1c5c0ce1746405ece21cfb
 WHIRLPOOL 
6fabca777e7ead104c4c376f61507bd70a6fc2b60e9d7b2d2c76f6eff9a4f65ae62aeab65b5c8e30b061f5f036fc38a8558b52dcbc4e6b64b00c153cf8158402
 DIST drone-0.8.0_rc3.tar.gz 4307047 SHA256 
833983a3b6fef4c3363858b8d6bc7b712aea3035d6fc83ca1b8a8923b469753f SHA512 
11d211edc6243a7d39992638282193d6fa5e07c6ba67f92fb27002b3a8787a4a338e0c0208ffb2283da5c4e2995b868842754b7051837d4090d14acf1c499d25
 WHIRLPOOL 
0b03682d6e03771be4a1ff1a3160ec629acb671e1388e50d6daed3de9b85f08e4a908db092b39ec7f641d88742d94631e28658e7feaf54afe4442bc1fe69c5b4
 DIST github.com-drone-drone-ui-2910d0ee662816a2463d31f0988b1ecccd0410b5.tar.gz 
167172 SHA256 5817bfb4fe7546a492d840f7a42a0dc6ede1eeacfc735024276bb90fb1522b5d 
SHA512 
d4c6fbeba9ae5c55533a76fdcf6c251516aa4f8c650f49add7e9392d22a131438bd829670df801495d361417ec12cce07e9d9c28aacd1ce1adc0024408cf3cca
 WHIRLPOOL 
f941daae3f12c96fd439680c5ca81ccbe3aea2b76b1e250ef009a0fe7883514909113b6c9ab923bcb05a5950dec9b57bd849bedb8767225f6eece583f4fe63de
-DIST github.com-drone-drone-ui-2b88ed1713f15e295b11b90d64b270ac23ff40a8.tar.gz 
484206 SHA256 bd3c28958bb0222628a341aaf701806ee10b5634c8179f77add4a03093838648 
SHA512 
1be1a2b170786a75c3ded5864dd8d253f8cd49a1473a73c54dceb2e49055840c980288352863a083762cd4e75c950d298668d3c55de2211c3b3340b0e45af851
 WHIRLPOOL 
470529281925efe6adfa6acc06a9d38f9c5f57f817a0f96e89e8390b61c1ebe8afaa361e0d5868d8a6ffc0a99970562ce868f82844f7c0bbebd6d2daf745e504
-DIST github.com-drone-drone-ui-4fbdb1a34a3fab8fa0d67507f62d5725fe73c298.tar.gz 
481923 SHA256 3f577b743c8b78f136a53bf4638cb38aaea690800033c4de3650145ce21f5a94 
SHA512 
1650d97bdc6b2754451e98b89637e327403884ce3a362018ac6e454ddc361530524bc12df865c6d1025bd72194550e8b1ca9f6e2bcee92aabf52232cd411d50f
 WHIRLPOOL 
1222004502f3797ebbf41d572851fe4cead5c4d4ec09e6b26d60ed6e5dee19761ad1bb22acd55996f2010dc574318b2b875f67dd3d8a4aa739f4d112bcc76746
 DIST github.com-drone-drone-ui-cd57afd5f7873e5fe0db2cd1b817588f87c8937a.tar.gz 
450074 SHA256 c0a1c80abb6893820c57395d6d289d820b95cc66871da566010ee1cc96a5076d 
SHA512 
8b1eaac476cb8cb1116bec4e5422696e3d3c8ff3e5fe7c3c06b388798ca97da56c735ae1476a1c36cb811a9b4e62876dface679df1066cb5febeecc5f85634af
 WHIRLPOOL 
2ec97538ec48cfc511a7e0553faa2c02e501f9e50190c0b896941896ffda2d359e64303ccc50aa1d6c638d0424b28fb9f4d8c57543d2d22183778a8a58d9c2a4
-DIST github.com-golang-net-ab5485076ff3407ad2d02db054635913f017b0ed.tar.gz 
912826 SHA256 cfd39e1a0a94e10fc01b1cca6f5c1016440baf466562053093916d3fbbab2843 
SHA512 
ff98b6ce2d6177640cce91f1059c220b450935f2e6dcca83f3a8d7e9f7745593c765233d3a4b1ac42f7ffe72cd3e98c33f3c8cefc7c54f423233433f0958691b
 WHIRLPOOL 
9e0690a795581f570b073477d3f6e46324d4b569c263e20bdb89af857568e83c6692ad73157ac439f3994e2c1ffb1b5a9e5dc7ae5b3decd41603c428f050b1b4
 DIST github.com-golang-net-f5079bd7f6f74e23c4d65efa0f4ce14cbd6a3c0f.tar.gz 
913170 SHA256 9131ee3d49925960732127c18c079e52e7fc3a02361f8efaef3177481fa66e38 
SHA512 
8864831de84b48e899386adb7cd0b6a7db45f38700e8fc27da6798859e33fef5625e05a5342fbdd7d7f93cf62440b9051acbbc8ab4c498a3ecc1cd4ca27b633d
 WHIRLPOOL 
c04afe7a817ee0813b36be73e6d42eff98ae3e5a132bf7051457cd8d52402f04c1c0cc96da20c7fdb715a4646f4601b938de2a8b024b7146dfeec75f5a4e55fb
-DIST 

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

2017-08-01 Thread Manuel Rüger
commit: cea8ab68fed3de3aead747f5893ded6304c0b3f2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Aug  1 21:42:45 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Aug  1 21:42:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea8ab68

dev-util/drone: Version bump to 0.8.0_rc3

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-util/drone/Manifest   |  4 +++
 dev-util/drone/drone-0.8.0_rc3.ebuild | 51 +++
 2 files changed, 55 insertions(+)

diff --git a/dev-util/drone/Manifest b/dev-util/drone/Manifest
index 3807415014a..a7590f40fcb 100644
--- a/dev-util/drone/Manifest
+++ b/dev-util/drone/Manifest
@@ -1,8 +1,12 @@
 DIST drone-0.7.3.tar.gz 4133041 SHA256 
997ce994fb852ffc0c98f20ba17d9ff458b396019207e923cd5863ec7599211e SHA512 
4c85e964f43ce3076996cd1cbcfc3675d74b254278d046d1e7d4b7f04ee5fcc55a6de04947c3f8102be474e0ef3fbd5d0006ac2b39aae04fe2bc6b466b513c66
 WHIRLPOOL 
18cfc24df5735b11f767b0ec323f591e44b08192abb05eff3984ef6bd8ce3df548924fb69b9543cb3c92c3b26f3bddfdfd105ec4014ebe2bd5c2b420c7fe6c2f
 DIST drone-0.8.0_rc1.tar.gz 3961594 SHA256 
20bb7a178faf5a883dfdae1714f5b210b818e906bba405cfd6bc1a7beefc26d1 SHA512 
2c0cb2a8ee94deab7088f1994a47737004ec11f3fe160ebc0fd18cb1db7ce4a58404749433aad3fca6f03638d870786611f4b165140aa5786f837f5c9bd159bf
 WHIRLPOOL 
8aa5b00035fb9ff03156fc0a660ae0b0749e13836d5cf3b716b52f2638feaef85a7c371187f1013e42eaf56969bcf16861bf022ac062b89b8da642459dd7ae54
 DIST drone-0.8.0_rc2.tar.gz 4287492 SHA256 
da75c269634c221ae9554f4844668effe2b97cdd0ce801e4cf5b27507063b41b SHA512 
9ea651a6846fc720ed252efe0883fbb8f1e1aaf428512c3e992d6159bde2e22db343aefda4aa203fcb85972ca56a7425123e176d6f1c5c0ce1746405ece21cfb
 WHIRLPOOL 
6fabca777e7ead104c4c376f61507bd70a6fc2b60e9d7b2d2c76f6eff9a4f65ae62aeab65b5c8e30b061f5f036fc38a8558b52dcbc4e6b64b00c153cf8158402
+DIST drone-0.8.0_rc3.tar.gz 4307047 SHA256 
833983a3b6fef4c3363858b8d6bc7b712aea3035d6fc83ca1b8a8923b469753f SHA512 
11d211edc6243a7d39992638282193d6fa5e07c6ba67f92fb27002b3a8787a4a338e0c0208ffb2283da5c4e2995b868842754b7051837d4090d14acf1c499d25
 WHIRLPOOL 
0b03682d6e03771be4a1ff1a3160ec629acb671e1388e50d6daed3de9b85f08e4a908db092b39ec7f641d88742d94631e28658e7feaf54afe4442bc1fe69c5b4
 DIST github.com-drone-drone-ui-2910d0ee662816a2463d31f0988b1ecccd0410b5.tar.gz 
167172 SHA256 5817bfb4fe7546a492d840f7a42a0dc6ede1eeacfc735024276bb90fb1522b5d 
SHA512 
d4c6fbeba9ae5c55533a76fdcf6c251516aa4f8c650f49add7e9392d22a131438bd829670df801495d361417ec12cce07e9d9c28aacd1ce1adc0024408cf3cca
 WHIRLPOOL 
f941daae3f12c96fd439680c5ca81ccbe3aea2b76b1e250ef009a0fe7883514909113b6c9ab923bcb05a5950dec9b57bd849bedb8767225f6eece583f4fe63de
 DIST github.com-drone-drone-ui-2b88ed1713f15e295b11b90d64b270ac23ff40a8.tar.gz 
484206 SHA256 bd3c28958bb0222628a341aaf701806ee10b5634c8179f77add4a03093838648 
SHA512 
1be1a2b170786a75c3ded5864dd8d253f8cd49a1473a73c54dceb2e49055840c980288352863a083762cd4e75c950d298668d3c55de2211c3b3340b0e45af851
 WHIRLPOOL 
470529281925efe6adfa6acc06a9d38f9c5f57f817a0f96e89e8390b61c1ebe8afaa361e0d5868d8a6ffc0a99970562ce868f82844f7c0bbebd6d2daf745e504
 DIST github.com-drone-drone-ui-4fbdb1a34a3fab8fa0d67507f62d5725fe73c298.tar.gz 
481923 SHA256 3f577b743c8b78f136a53bf4638cb38aaea690800033c4de3650145ce21f5a94 
SHA512 
1650d97bdc6b2754451e98b89637e327403884ce3a362018ac6e454ddc361530524bc12df865c6d1025bd72194550e8b1ca9f6e2bcee92aabf52232cd411d50f
 WHIRLPOOL 
1222004502f3797ebbf41d572851fe4cead5c4d4ec09e6b26d60ed6e5dee19761ad1bb22acd55996f2010dc574318b2b875f67dd3d8a4aa739f4d112bcc76746
+DIST github.com-drone-drone-ui-cd57afd5f7873e5fe0db2cd1b817588f87c8937a.tar.gz 
450074 SHA256 c0a1c80abb6893820c57395d6d289d820b95cc66871da566010ee1cc96a5076d 
SHA512 
8b1eaac476cb8cb1116bec4e5422696e3d3c8ff3e5fe7c3c06b388798ca97da56c735ae1476a1c36cb811a9b4e62876dface679df1066cb5febeecc5f85634af
 WHIRLPOOL 
2ec97538ec48cfc511a7e0553faa2c02e501f9e50190c0b896941896ffda2d359e64303ccc50aa1d6c638d0424b28fb9f4d8c57543d2d22183778a8a58d9c2a4
 DIST github.com-golang-net-ab5485076ff3407ad2d02db054635913f017b0ed.tar.gz 
912826 SHA256 cfd39e1a0a94e10fc01b1cca6f5c1016440baf466562053093916d3fbbab2843 
SHA512 
ff98b6ce2d6177640cce91f1059c220b450935f2e6dcca83f3a8d7e9f7745593c765233d3a4b1ac42f7ffe72cd3e98c33f3c8cefc7c54f423233433f0958691b
 WHIRLPOOL 
9e0690a795581f570b073477d3f6e46324d4b569c263e20bdb89af857568e83c6692ad73157ac439f3994e2c1ffb1b5a9e5dc7ae5b3decd41603c428f050b1b4
+DIST github.com-golang-net-f5079bd7f6f74e23c4d65efa0f4ce14cbd6a3c0f.tar.gz 
913170 SHA256 9131ee3d49925960732127c18c079e52e7fc3a02361f8efaef3177481fa66e38 
SHA512 
8864831de84b48e899386adb7cd0b6a7db45f38700e8fc27da6798859e33fef5625e05a5342fbdd7d7f93cf62440b9051acbbc8ab4c498a3ecc1cd4ca27b633d
 WHIRLPOOL 
c04afe7a817ee0813b36be73e6d42eff98ae3e5a132bf7051457cd8d52402f04c1c0cc96da20c7fdb715a4646f4601b938de2a8b024b7146dfeec75f5a4e55fb
 DIST 
github.com-golang-protobuf-0a4f71a498b7c4812f64969510bcb4eca251e33a.tar.gz 
253438 SHA256 

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

2017-08-01 Thread Patrice Clement
commit: d38791cd6c5763fde585f4239d70b421ac89fe4d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 21:41:35 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 21:42:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38791cd

app-misc/fsniper: clean up old.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/fsniper/fsniper-1.3.1-r1.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/app-misc/fsniper/fsniper-1.3.1-r1.ebuild 
b/app-misc/fsniper/fsniper-1.3.1-r1.ebuild
deleted file mode 100644
index 2d0f1864217..000
--- a/app-misc/fsniper/fsniper-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Tool that monitors a given set of directories for new files"
-HOMEPAGE="https://github.com/l3ib/fsniper/;
-SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   dev-libs/libpcre
-   sys-apps/file"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-format-security.patch
-   "${FILESDIR}"/${P}-umask.patch
-)



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

2017-08-01 Thread Patrice Clement
commit: 175b673d6d972791dcb768e669528d09c74b7eb1
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 21:41:16 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 21:42:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=175b673d

app-misc/fsniper: stable for amd64+x86.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/fsniper/fsniper-1.3.1-r2.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-misc/fsniper/fsniper-1.3.1-r2.ebuild 
b/app-misc/fsniper/fsniper-1.3.1-r2.ebuild
index 615e2784510..55bfb55850f 100644
--- a/app-misc/fsniper/fsniper-1.3.1-r2.ebuild
+++ b/app-misc/fsniper/fsniper-1.3.1-r2.ebuild
@@ -6,12 +6,12 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="Monitors a given set of directories for new files"
-HOMEPAGE="https://github.com/l3ib/fsniper/;
+HOMEPAGE="https://github.com/l3ib/fsniper;
 SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-libs/libpcre
@@ -33,6 +33,5 @@ src_prepare() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
-   einstalldocs
+   default
 }



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

2017-08-01 Thread Patrice Clement
commit: 2ca53b27dfc551d66895c96bdfc0bad3cbacd596
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 21:36:39 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 21:38:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca53b27

app-misc/fdupes: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/fdupes/fdupes-1.6.1-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/app-misc/fdupes/fdupes-1.6.1-r1.ebuild 
b/app-misc/fdupes/fdupes-1.6.1-r1.ebuild
new file mode 100644
index 000..b127dfcbd85
--- /dev/null
+++ b/app-misc/fdupes/fdupes-1.6.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="Identify/delete duplicate files residing within specified 
directories"
+HOMEPAGE="https://github.com/adrianlopezroche/fdupes;
+SRC_URI="https://github.com/adrianlopezroche/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+src_prepare() {
+   default
+   append-lfs-flags
+}
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}
+
+src_install() {
+   dobin "${PN}"
+   doman "${PN}.1"
+   einstalldocs
+}



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

2017-08-01 Thread Amy Liffey
commit: 97e614d21b90f80de4ba65f67c5344c0bdcf0c01
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 21:31:39 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 21:31:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e614d2

net-dns/knot: fix proxy maintainer name

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-dns/knot/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml
index bc1b1beed2e..b0de8ecf77e 100644
--- a/net-dns/knot/metadata.xml
+++ b/net-dns/knot/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   gen...@pomail.fr
-   Nemunaire
+   nemuna...@nemunai.re
+   Pierre-Olivier Mercier


proxy-ma...@gentoo.org



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

2017-08-01 Thread Amy Liffey
commit: b3f636028e3f0d55e3ebcdfc41b12d36fa6356b6
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 21:07:28 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 21:10:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f63602

net-dns/knot: add new proxy maintainer bug #626840

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-dns/knot/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml
index f95f22c8006..bc1b1beed2e 100644
--- a/net-dns/knot/metadata.xml
+++ b/net-dns/knot/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   gen...@pomail.fr
+   Nemunaire
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   


Include support for the dnstap binary log format



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

2017-08-01 Thread Patrice Clement
commit: b0605337893c81f97a4f94dde98bd27e5ae2b010
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 21:05:24 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 21:05:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0605337

app-misc/boxes: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/boxes/boxes-1.1.2-r3.ebuild | 39 
 1 file changed, 39 insertions(+)

diff --git a/app-misc/boxes/boxes-1.1.2-r3.ebuild 
b/app-misc/boxes/boxes-1.1.2-r3.ebuild
new file mode 100644
index 000..737c507427a
--- /dev/null
+++ b/app-misc/boxes/boxes-1.1.2-r3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Draw any kind of boxes around your text"
+HOMEPAGE="http://boxes.thomasjensen.com/ https://github.com/ascii-boxes/boxes;
+SRC_URI="https://github.com/ascii-boxes/boxes/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="
+   sys-devel/flex
+   sys-devel/bison"
+
+src_prepare() {
+   default
+   append-cflags -Iregexp -I. -ansi -std=c99
+   append-ldflags -Lregexp
+   sed \
+   -e 's:STRIP=true:STRIP=false:g' \
+   -i src/Makefile || die
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin src/boxes
+   doman doc/boxes.1
+   insinto /usr/share
+   newins boxes-config boxes
+   einstalldocs
+}



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

2017-08-01 Thread Patrice Clement
commit: 4396fbd805a4f0fafb782bb05fcf6ae9aa6e2ece
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 20:57:17 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 20:57:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396fbd8

app-text/agrep: clean up old.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/agrep/agrep-2.04-r1.ebuild | 33 -
 app-text/agrep/agrep-2.04.ebuild| 32 
 2 files changed, 65 deletions(-)

diff --git a/app-text/agrep/agrep-2.04-r1.ebuild 
b/app-text/agrep/agrep-2.04-r1.ebuild
deleted file mode 100644
index 6fad389eca0..000
--- a/app-text/agrep/agrep-2.04-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool for the fast searching of text allowing for errors in the 
search pattern"
-HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README;
-SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z;
-
-LICENSE="AGREP"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-   !dev-libs/tre
-   !app-misc/glimpse"
-
-src_compile() {
-   # Remove first occurace of CFLAGS so we grab the user CFLAGS
-   sed -i -e 's/^CFLAGS.*//' \
-   -e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
-   tc-export CC
-   emake || die
-}
-
-src_install() {
-   dobin agrep || die
-   doman agrep.1 || die
-   dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
-   contribution.list || die
-}

diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
deleted file mode 100644
index 32cb0d8f790..000
--- a/app-text/agrep/agrep-2.04.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool for the fast searching of text allowing for errors in the 
search pattern"
-HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README;
-SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z;
-
-LICENSE="AGREP"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-   !dev-libs/tre
-   !app-misc/glimpse"
-
-src_compile() {
-   # Remove first occurace of CFLAGS so we grab the user CFLAGS
-   sed -i -e 's/^CFLAGS.*//' Makefile || die
-   tc-export CC
-   emake || die
-}
-
-src_install() {
-   dobin agrep || die
-   doman agrep.1 || die
-   dodoc README agrep.algorithms agrep.chronicle COPYRIGHT \
-   contribution.list || die
-}



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

2017-08-01 Thread Patrice Clement
commit: 727603885bc10e461f04de48a24c085fcffa4f2f
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 20:56:43 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 20:56:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72760388

app-text/agrep: stable for amd64 and mark stable for the remaining arches using 
the ALLARCHES policy.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/agrep/agrep-2.04-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/agrep/agrep-2.04-r2.ebuild 
b/app-text/agrep/agrep-2.04-r2.ebuild
index 0a6e2dc5cf2..d2ff1e0dd62 100644
--- a/app-text/agrep/agrep-2.04-r2.ebuild
+++ b/app-text/agrep/agrep-2.04-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/${PN}/${P}.tar.Z;
 
 LICENSE="AGREP"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~sparc-solaris"
+KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~ppc-macos ~sparc-solaris"
 
 RDEPEND="
!dev-libs/tre



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

2017-08-01 Thread Patrice Clement
commit: 03272f1aa1024f1b98a6088fd4ce9adcf72c9753
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 20:53:54 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 20:53:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03272f1a

app-text/agrep: add block on dev-ruby/amatch.

Gentoo-Bug: https://bugs.gentoo.org/626480

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/agrep/agrep-2.04-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-text/agrep/agrep-2.04-r2.ebuild 
b/app-text/agrep/agrep-2.04-r2.ebuild
index 8ea949ebca9..0a6e2dc5cf2 100644
--- a/app-text/agrep/agrep-2.04-r2.ebuild
+++ b/app-text/agrep/agrep-2.04-r2.ebuild
@@ -15,12 +15,14 @@ KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-macos ~sparc-solaris"
 
 RDEPEND="
!dev-libs/tre
+   !dev-ruby/amatch
!app-misc/glimpse"
 
 DOCS=( README agrep.algorithms agrep.chronicle COPYRIGHT contribution.list )
 
 src_compile() {
-   sed -i -e 's/^CFLAGS.*//' \
+   sed -i \
+   -e 's/^CFLAGS.*//' \
-e "s:\$(CFLAGS):& \$(LDFLAGS) :" Makefile || die
tc-export CC
emake



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

2017-08-01 Thread Patrice Clement
commit: 37e882e4344e6ab2cfd116fb74d3e3ddb1d3f03d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Aug  1 20:49:31 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 20:50:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e882e4

dev-libs/tre: add blocker on dev-ruby/amatch.

Gentoo-Bug: https://bugs.gentoo.org/626480

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-libs/tre/tre-0.8.0-r1.ebuild | 17 +++--
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/dev-libs/tre/tre-0.8.0-r1.ebuild b/dev-libs/tre/tre-0.8.0-r1.ebuild
index 4f56e131c36..de7f289bd58 100644
--- a/dev-libs/tre/tre-0.8.0-r1.ebuild
+++ b/dev-libs/tre/tre-0.8.0-r1.ebuild
@@ -15,16 +15,19 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 
~x86-fbsd ~amd64-linux ~x86-
 IUSE="nls static-libs"
 
 RDEPEND="
-   !app-misc/glimpse
-   !app-text/agrep"
-DEPEND="${RDEPEND}
+   !app-text/agrep
+   !dev-ruby/amatch
+   !app-misc/glimpse"
+
+DEPEND="
+   ${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
 
+PATCHES=( "${FILESDIR}/${PV}-pkgcfg.patch" )
+
 src_prepare() {
-   eapply \
-   "${FILESDIR}"/${PV}-pkgcfg.patch
-   eapply_user
+   default
 }
 
 src_configure() {
@@ -47,8 +50,10 @@ src_test() {
 
 src_install() {
local HTML_DOCS=( doc/*.{css,html} )
+
default
 
+   # 626480
mv "${ED%/}"/usr/bin/agrep{,-tre}$(get_exeext) || die
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-HTML_Template_IT/, dev-php/PEAR-HTML_Template_IT/files/

2017-08-01 Thread Brian Evans
commit: 6ccd06e762e337e48fc2c39e235c9f1238f95bd7
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Aug  1 20:48:05 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug  1 20:48:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccd06e7

dev-php/PEAR-HTML_Template_IT: Revbump to add modern patches

Replace /e in preg_replace with preg_replace_callback
Use PHP5 constructors

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../PEAR-HTML_Template_IT-1.3.0-r1.ebuild  | 32 +++
 .../PEAR-HTML_Template_IT/files/constructor.patch  | 62 ++
 .../files/preg-callback.patch  | 17 ++
 3 files changed, 111 insertions(+)

diff --git 
a/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0-r1.ebuild 
b/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0-r1.ebuild
new file mode 100644
index 000..c60b49c2ffd
--- /dev/null
+++ b/dev-php/PEAR-HTML_Template_IT/PEAR-HTML_Template_IT-1.3.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Integrated Templates"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="examples test"
+DEPEND="test? ( dev-php/phpunit ${RDEPEND} )"
+
+src_prepare() {
+   eapply "${FILESDIR}/preg-callback.patch" \
+   "${FILESDIR}/constructor.patch"
+   eapply_user
+}
+
+src_install() {
+   use examples && HTML_DOCS=(
+   examples/sample_it.php
+   examples/sample_itx_addblockfile.php
+   examples/templates/
+   )
+   php-pear-r2_src_install
+}
+
+src_test() {
+   phpunit tests/AllTests.php || die
+}

diff --git a/dev-php/PEAR-HTML_Template_IT/files/constructor.patch 
b/dev-php/PEAR-HTML_Template_IT/files/constructor.patch
new file mode 100644
index 000..61d54eab4e2
--- /dev/null
+++ b/dev-php/PEAR-HTML_Template_IT/files/constructor.patch
@@ -0,0 +1,62 @@
+diff -aurN a/HTML/Template/IT_Error.php b/HTML/Template/IT_Error.php
+--- a/HTML/Template/IT_Error.php   2010-03-10 03:08:10.0 -0500
 b/HTML/Template/IT_Error.php   2017-08-01 16:44:31.257269180 -0400
+@@ -58,8 +58,11 @@
+  */
+ function IT_Error($msg, $file = __FILE__, $line = __LINE__)
+ {
++$this->__construct($msg, $file, $line);
++}
++function __construct($msg, $file = __FILE__, $line = __LINE__)
++{
+ $this->PEAR_Error(sprintf("%s [%s on line %d].", $msg, $file, 
$line)); 
+ } // end func IT_Error
+   
+ } // end class IT_Error
+-?>
+diff -aurN a/HTML/Template/IT.php b/HTML/Template/IT.php
+--- a/HTML/Template/IT.php 2017-08-01 16:40:29.822907534 -0400
 b/HTML/Template/IT.php 2017-08-01 16:44:46.515860952 -0400
+@@ -409,6 +409,10 @@
+  */
+ function HTML_Template_IT($root = '', $options = null)
+ {
++$this->__construct($root, $options);
++}
++function __construct($root = '', $options = null)
++{
+ if (!is_null($options)) {
+ $this->setOptions($options);
+ }
+@@ -1184,4 +1188,3 @@
+ $errorMessages[$value] : $errorMessages[IT_ERROR];
+ }
+ } // end class IntegratedTemplate
+-?>
+diff -aurN a/HTML/Template/ITX.php b/HTML/Template/ITX.php
+--- a/HTML/Template/ITX.php2010-03-10 03:08:10.0 -0500
 b/HTML/Template/ITX.php2017-08-01 16:44:41.185654236 -0400
+@@ -138,13 +138,17 @@
+  */
+ function HTML_Template_ITX($root = '')
+ {
++$this->__construct($root);
++}
++function __construct($root = '')
++{
+ 
+ $this->checkblocknameRegExp = '@' . $this->blocknameRegExp . '@';
+ 
+ $this->functionRegExp = '@' . $this->functionPrefix . '(' .
+ $this->functionnameRegExp . ')\s*\(@sm';
+ 
+-$this->HTML_Template_IT($root);
++parent::__construct($root);
+ } // end func constructor
+ 
+ /**
+@@ -886,4 +890,3 @@
+ } // end func warning
+ 
+ } // end class HTML_Template_ITX
+-?>

diff --git a/dev-php/PEAR-HTML_Template_IT/files/preg-callback.patch 
b/dev-php/PEAR-HTML_Template_IT/files/preg-callback.patch
new file mode 100644
index 000..60ae20af189
--- /dev/null
+++ b/dev-php/PEAR-HTML_Template_IT/files/preg-callback.patch
@@ -0,0 +1,17 @@
+diff -aurN a/HTML/Template/IT.php b/HTML/Template/IT.php
+--- a/HTML/Template/IT.php 2010-03-10 03:08:10.0 -0500
 b/HTML/Template/IT.php 2017-08-01 15:12:31.161235223 -0400
+@@ -1088,9 +1088,10 @@
+ $content = fread($fh, $fsize);
+ fclose($fh);
+ 
+-return preg_replace(
+-"##ime",
+-"\$this->getFile('\\1')",
++return preg_replace_callback(
++"##im",
++function($matches) {
++  return $this->getFile($matches[1]); },
+ $content
+ );
+ } // end 

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

2017-08-01 Thread Patrice Clement
commit: 2bd8da0fc9240f6d7a9163470e952e26126cf392
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun  4 18:49:47 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Aug  1 20:43:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd8da0f

dev-java/batik: version bump to 1.9.

Gentoo-Bug: https://bugs.gentoo.org/616476

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

 dev-java/batik/Manifest |   1 +
 dev-java/batik/batik-1.9.ebuild | 101 
 2 files changed, 102 insertions(+)

diff --git a/dev-java/batik/Manifest b/dev-java/batik/Manifest
index 79f320e6ee5..b6aab4243ba 100644
--- a/dev-java/batik/Manifest
+++ b/dev-java/batik/Manifest
@@ -1 +1,2 @@
 DIST batik-src-1.8.tar.gz 14970684 SHA256 
0f1175146d45445fc4940e214c3e1e5cfa0294ae6a9787859bda00964f97c2bd SHA512 
352843fd0cec43c6d9d54426fe1c20a9bd2234798404b101f2e8d43f6089c0bf6bb5102cb5674de11d37a0d820a8bb79fe9dd854030b23fd8c68f3931eb12f1b
 WHIRLPOOL 
fa50d1f87257c6018f99076bf759066b2311f483d424ef743e45fe17c74c646a215c1211c5431b2a522913f23ff5f53934a1606d4d4a223e8298abd6ce94bb46
+DIST batik-src-1.9.tar.gz 16748072 SHA256 
bef436c0b4ac9a499274a8df9a2769f42ddc6553451dac9a9514b4f55d06c6a3 SHA512 
96a5c16bd3d61ea33ed5013fd0b00f1724470d9b667f0f84ef4a29dcaaa19b1cc8ffcc92dc49767f4e29d77a47f99df5afca479336ac5619778b51a6fb6cd952
 WHIRLPOOL 
b389ec0d38e16d4619f0a1e933c357a018e0ae2a0c04900caf53f398180c5a2ca031bd8909ef50aeb2db5c12dd6981cb5d1ec466e4c5fbc0379d0c325f039b25

diff --git a/dev-java/batik/batik-1.9.ebuild b/dev-java/batik/batik-1.9.ebuild
new file mode 100644
index 000..59092af2759
--- /dev/null
+++ b/dev-java/batik/batik-1.9.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc"
+
+inherit java-pkg-2 java-ant-2 eutils
+
+DESCRIPTION="Java based SVG toolkit"
+HOMEPAGE="https://xmlgraphics.apache.org/batik/;
+SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/xmlgraphics/${PN}/source/${PN}-src-${PV}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="1.9"
+KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE="doc python tcl"
+
+CDEPEND="
+   tcl? ( dev-java/jacl:0 )
+   python? ( dev-java/jython:2.7 )
+   dev-java/xalan:0
+   dev-java/rhino:1.6
+   dev-java/ant-core:0
+   dev-java/xmlgraphics-commons:2
+   dev-java/xml-commons-external:1.3"
+
+DEPEND="
+   >=virtual/jdk-1.6
+   ${CDEPEND}"
+
+RDEPEND="
+   >=virtual/jre-1.6
+   ${CDEPEND}"
+
+JAVA_ANT_REWRITE_CLASSPATH="true"
+
+EANT_GENTOO_CLASSPATH="
+   xml-commons-external-1.3
+   xmlgraphics-commons-2
+   xalan
+   rhino-1.6
+"
+
+java_prepare() {
+   # bug #318323
+   for file in build.xml contrib/rasterizertask/build.xml; do
+   java-ant_xml-rewrite -f ${file} -c -e javadoc -a failonerror -v 
no -a maxmemory -v 512m
+   done
+
+   cd lib || die
+   rm -v *.jar build/*.jar || die
+   use python && java-pkg_jar-from jython-2.7
+   use tcl && java-pkg_jar-from jacl
+}
+
+src_compile() {
+   # Fails to build on amd64 without this
+   export ANT_OPTS="-Xmx256m"
+   use amd64 && export ANT_OPTS="-Xmx1g"
+
+   eant jars all-jar $(use_doc)
+   cd contrib/rasterizertask || die
+   eant -Dgentoo.classpath="$(java-pkg_getjar ant-core 
ant.jar):../../classes" jar $(use_doc)
+}
+
+src_install() {
+   batik_unversion_jars() {
+   for jar in batik-*.jar; do
+   newj="${jar%-*}.jar"
+   java-pkg_newjar ${jar} ${newj}
+   done
+   }
+
+   # First unversion jars in ${P}/lib
+   cd "${S}/${P}/lib" || die
+   batik_unversion_jars
+
+   # Then, only those in ${P}
+   cd "${S}/${P}" || die
+   batik_unversion_jars
+
+   # Proceed with documentation installation
+   cd "${S}" || die
+   dodoc README CHANGES
+   use doc && java-pkg_dojavadoc "${P}/docs/javadoc"
+
+   # pwd fixes bug #116976
+   java-pkg_dolauncher batik-${SLOT} --pwd 
"${EPREFIX}/usr/share/${PN}-${SLOT}/" \
+   --main org.apache.batik.apps.svgbrowser.Main
+
+   # To find these lsjar batik-${SLOT} | grep Main.class
+   for launcher in ttf2svg slideshow svgpp rasterizer; do
+   java-pkg_dolauncher batik-${launcher}-${SLOT} \
+   --main org.apache.batik.apps.${launcher}.Main
+   done
+
+   # Install and register the ant task.
+   java-pkg_dojar contrib/rasterizertask/build/lib/RasterizerTask.jar
+   java-pkg_register-ant-task
+}



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

2017-08-01 Thread Michał Górny
commit: 0e0fde933d2624a9836475749dfe4ab0bc8a7b5b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  1 19:25:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  1 20:06:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0fde93

dev-python/pyopenssl: Tested on pypy & pypy3

The test suite gives me one test failure
(TestX509StoreContext.test_verify_with_time), same for all Python
implementations.

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

diff --git a/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild 
b/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild
index eab5e33ab1c..cb44f4c33ec 100644
--- a/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild
+++ b/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 flag-o-matic



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

2017-08-01 Thread Michał Górny
commit: ef3db8341b892dc12b0e7c1327d7861e5a78d8c7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  1 19:07:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  1 20:06:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3db834

dev-python/flaky: Tested on pypy & pypy3

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

diff --git a/dev-python/flaky/flaky-3.1.1.ebuild 
b/dev-python/flaky/flaky-3.1.1.ebuild
index ebf8be7e344..28da53e5255 100644
--- a/dev-python/flaky/flaky-3.1.1.ebuild
+++ b/dev-python/flaky/flaky-3.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



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

2017-08-01 Thread Michał Górny
commit: 442e60ad267a13a357c5f2daa5db5095db47ac68
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  1 20:06:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  1 20:06:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442e60ad

dev-python/CommonMark: Bump to 0.7.3

 dev-python/CommonMark/CommonMark-0.7.3.ebuild | 31 +++
 dev-python/CommonMark/Manifest|  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-python/CommonMark/CommonMark-0.7.3.ebuild 
b/dev-python/CommonMark/CommonMark-0.7.3.ebuild
new file mode 100644
index 000..95f715545b5
--- /dev/null
+++ b/dev-python/CommonMark/CommonMark-0.7.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python parser for the CommonMark Markdown spec"
+HOMEPAGE="https://github.com/rtfd/CommonMark-py;
+LICENSE="BSD"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE=""
+RDEPEND="
+   dev-python/future[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   PYTHONIOENCODING='utf8' \
+   esetup.py test
+}

diff --git a/dev-python/CommonMark/Manifest b/dev-python/CommonMark/Manifest
index 0df81f3c968..8f4c8d70ce5 100644
--- a/dev-python/CommonMark/Manifest
+++ b/dev-python/CommonMark/Manifest
@@ -1 +1,2 @@
 DIST CommonMark-0.5.4.tar.gz 120316 SHA256 
34d73ec8085923c023930dfc0bcd1c4286e28a2a82de094bb72fabcc0281cbe5 SHA512 
1983714a50a627f30f86af0d02dad9e52cb7b0ffce29691d0e740f587e599ead6de2412d72b895b7df772e1c81e171e56dfecaf593e611af65bd5798632a98ad
 WHIRLPOOL 
f375b772faff450af98d73b3559dabe7b7369951cd8cf9ea45046bf5de875022212b7e92daee3fa7d3fb63d44894a301991a4561ac8a8b0c78eef64c83062fad
+DIST CommonMark-0.7.3.tar.gz 85177 SHA256 
5f20ebd91614c8d339d4cded314894feb5d9a54c3b52c1ff9883794557149ea8 SHA512 
34ddf0539b54d79cd16356124a15e4f51076a7afdde78fbaa0cab06658279357c5523d89bdfa7d595d85da9df9b194491ddac22b78444b230f53298ffd11c8cf
 WHIRLPOOL 
41b1da6e2c1479b8b47b048d529282a8618f455653ad88e65f1460c55c74ccb7df563e159470ae8d912deede190d5da18b88111420a0d48fe264724e993871ef



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

2017-08-01 Thread Michał Górny
commit: 997776dbb539dea288d2ffe42c606fa6637d764a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  1 18:59:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  1 20:06:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997776db

dev-python/genty: Tested on pypy & pypy3

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

diff --git a/dev-python/genty/genty-1.3.2.ebuild 
b/dev-python/genty/genty-1.3.2.ebuild
index 85ab5be6c01..f178f57fedd 100644
--- a/dev-python/genty/genty-1.3.2.ebuild
+++ b/dev-python/genty/genty-1.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



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

2017-08-01 Thread Michał Górny
commit: 1214b0df72e4b273a91e2dd3d08ca7c9eabef372
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug  1 19:11:24 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  1 20:06:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1214b0df

dev-python/genty: Fixed mixed indent

 dev-python/genty/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/genty/metadata.xml b/dev-python/genty/metadata.xml
index 3542681ccfc..975b996b790 100644
--- a/dev-python/genty/metadata.xml
+++ b/dev-python/genty/metadata.xml
@@ -1,10 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+   
pyt...@gentoo.org
Python
-  
+   

box/genty
genty



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

2017-08-01 Thread James Le Cuirot
commit: 6f999081adfc507fb895b02564e0959624c435ea
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug  1 19:40:23 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug  1 19:40:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f999081

dev-java/oracle-jre-bin: Remove old 1.8.0.141

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/oracle-jre-bin/Manifest   |   2 -
 .../oracle-jre-bin/oracle-jre-bin-1.8.0.141.ebuild | 251 -
 2 files changed, 253 deletions(-)

diff --git a/dev-java/oracle-jre-bin/Manifest b/dev-java/oracle-jre-bin/Manifest
index fb3d6539bc5..9a846f4c4ae 100644
--- a/dev-java/oracle-jre-bin/Manifest
+++ b/dev-java/oracle-jre-bin/Manifest
@@ -1,7 +1,5 @@
 DIST jce_policy-8.zip 8409 SHA256 
f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 SHA512 
abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5
 WHIRLPOOL 
8c9ce1ea4673b75fa6271b74e598880f98361d5d2c9c25439fa0af3d07cfeb871b39682dae4e38160f49770b1fec953162e451b9b2cf44d2c72a226944212bcc
 DIST jre-8u131-linux-i586.tar.gz 78620957 SHA256 
a773f2fe17061ef637ed2094b06313a99c0b45ba3d3cb7f8f1ebf18448495aeb SHA512 
37508f39c62232953a479794073d8360f41182f2d3ea9fc4356442fb7b517466af944e00d10ed4b65cd12eff7e1de2d860b98bfb6c428bc0ee9e14bcf15b60c5
 WHIRLPOOL 
91f1e9caafbba0f700c43868409cd9eb5b94f4b9c00313b5df39d38168d127070cb9fc6ab22a76931a8c2504161444b4d43c860667064a41277e77181c4b16d1
 DIST jre-8u131-linux-x64.tar.gz 75920010 SHA256 
355e5cdb066d4cada1f9f16f358b6fa6280ff5caf7470cf0d5cdd43083408d35 SHA512 
26e6515f8e8b4d1d72337e347810d57fcc99284c18260d9ebd67441c19b9f1f73a9570f58a103477f2642e880a79d6579a5e40d75d06e2f4a92a6d3e07ba59db
 WHIRLPOOL 
944679ddf103c15d6d6797c97d40ccc3abc63f5b05f78c79650be92cfa5dec8c2c567c456556b6f2f6d9ec23fbfbdf2a936ff569ac1bf7e50ce74f57bcef
-DIST jre-8u141-linux-i586.tar.gz 78655948 SHA256 
b1cf6a5161d68fcb16285e9dfdd664e6508287a80c351574327b0257baef3d1a SHA512 
d14d48f8984fc1ce033971c222f8422c236e2f30cc46f89e01166222be48ace63b0ed7e877eefc44e8541adc6285ab6f83d135b0a0ffcbeb1c81fb37404beb76
 WHIRLPOOL 
ac01fb6fc533d1f0389fdf2c9b89e785fd05bef37bacb7861a45f08b7bccd4cef4076e2be34a3706b925810e56eeddf065445547d9c7b8c83ba2d6059a69846c
-DIST jre-8u141-linux-x64.tar.gz 75922416 SHA256 
f268b4d20577be86e1d98451a27b59fd0e99aacd7e9ad7eb35abc3ffa2370c4d SHA512 
04a938e25ee22d2cc3fa986622b8fba4e166c399108b6a61aa2430f17e58ddbafd3650abdcd529630ebc84d21c424b71c924cbe9612f8e24e9484eaca00c1844
 WHIRLPOOL 
a3a43326af5c0724a7517410c2d21469f73323b780e60d5737f6c411336e259636f8a8ce8ac3bd1037630e3fc47de8e709c845740ce6dd4f7eec9add01b2cd59
 DIST jre-8u144-linux-i586.tar.gz 78658631 SHA256 
9ac5b0d6cda9279a4959a6eb635d849d745a37dafc24666539d1c8f7d76ab77a SHA512 
038e367fb7e6b0f70ed3e48f318cfcb4144ef88b3a33d6c152cb186ede43622bc5d2fb40b39c695fdbe1fa735ab97f501a6ad0ed0a6cf48b286cc08e9ceb
 WHIRLPOOL 
0bac95fc572bb1466b3f69c7e3dd03a77611366bc7c8076eb2feac41ecfde9a4aea6bb60b52b9db1dc0ec2bffcf553abe4ac4b1ffd28f7f3e1b6b71cd8ffc2fb
 DIST jre-8u144-linux-x64.tar.gz 75922776 SHA256 
4e6e11aad54ae3c716a5607ee88d81f3f1e8b5b23ee474b0272dba351ee9f28a SHA512 
fba5a5f5959746cb76a71847f5c6e3142816940d18c0022c0baf59611d43b24fae1052eeb217f09e840b5c393118260fb99dd38d1db7e74bb07ab0c34c2e1d60
 WHIRLPOOL 
ac1921780076ff7ab5be5b942d5be0bab7fe12c027f1564b91734086d14c5a0da6b66d137034d7ee0318c4f72cb843013488591d1066a5f55c66dd4f53561a6f

diff --git a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.141.ebuild 
b/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.141.ebuild
deleted file mode 100644
index 289a78e08e3..000
--- a/dev-java/oracle-jre-bin/oracle-jre-bin-1.8.0.141.ebuild
+++ /dev/null
@@ -1,251 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils java-vm-2 prefix versionator
-
-# This URIs need updating when bumping!
-JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html;
-JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;
-
-if [[ "$(get_version_component_range 4)" == 0 ]] ; then
-   S_PV="$(get_version_component_range 1-3)"
-else
-   MY_PV_EXT="u$(get_version_component_range 4)"
-   S_PV="$(get_version_component_range 1-4)"
-fi
-
-MY_PV="$(get_version_component_range 2)${MY_PV_EXT}"
-
-AT_amd64="jre-${MY_PV}-linux-x64.tar.gz"
-AT_x86="jre-${MY_PV}-linux-i586.tar.gz"
-
-JCE_DIR="UnlimitedJCEPolicyJDK8"
-JCE_FILE="jce_policy-8.zip"
-
-DESCRIPTION="Oracle's Java SE Runtime Environment"
-HOMEPAGE="http://www.oracle.com/technetwork/java/javase/;
-SRC_URI="
-   amd64? ( ${AT_amd64} )
-   x86? ( ${AT_x86} )
-   jce? ( ${JCE_FILE} )"
-
-LICENSE="Oracle-BCLA-JavaSE"
-SLOT="1.8"
-KEYWORDS="amd64 ~x86"
-IUSE="alsa commercial cups +fontconfig headless-awt javafx jce nsplugin 
selinux"
-

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

2017-08-01 Thread James Le Cuirot
commit: d473c43d90b82b9d397cd8e53f32b24591076711
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug  1 19:39:46 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug  1 19:39:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d473c43d

dev-java/oracle-jdk-bin: Remove old 1.8.0.141

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/oracle-jdk-bin/Manifest   |  14 -
 .../oracle-jdk-bin/oracle-jdk-bin-1.8.0.141.ebuild | 355 -
 2 files changed, 369 deletions(-)

diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest
index 4db05334ec7..d79c8b60250 100644
--- a/dev-java/oracle-jdk-bin/Manifest
+++ b/dev-java/oracle-jdk-bin/Manifest
@@ -13,20 +13,6 @@ DIST jdk-8u131-solaris-sparcv9-demos.tar.gz 9785755 SHA256 
9198b026b1fcfc2bb43b5
 DIST jdk-8u131-solaris-sparcv9.tar.gz 103941880 SHA256 
0ba4992ba599dd9aab801f574b8d9a27499900b60b11d4f0399dbaca93daeb1c SHA512 
bc056223094e5a38f66c0d5eba69543757b6a27c4cb766496b3c826d22967a50b24fb31bd44da4421ba3092cf041ad75f12a9a8258b0c596e9042581b151
 WHIRLPOOL 
7a507fd9eccadc8a64e6ee1ef164940b3b10b02553cc513a2c60e04906c0eb1c6920abf9933205c7ca17893cf507515ca2aefad579f3a2bb54711f096c741fdb
 DIST jdk-8u131-solaris-x64-demos.tar.gz 9740151 SHA256 
51b92279dda2d1011420e4922abdedba77a6c6ca666a6c6fdd5d7a4b415da31b SHA512 
862dfe11fb2a8ecf6c31c9e62be42c459e91c8fc3b3b9c284d460f0aceb3921dfe1423440ed0054d914ca72218155621caa816963193f462f1b7c1cdc76d44cd
 WHIRLPOOL 
1810b4e63c3b64b7e753f46b021a04f1f017a2a6bcdd03f44477d9199815bafccb567fd822464b9f9fddf8187196c52c395d81ccca2af2942519a2a976fdc1e4
 DIST jdk-8u131-solaris-x64.tar.gz 101664768 SHA256 
258d44bf6c6554bbf059f1e702eb5372caac1d8becf52cd6d55f5976e4d83002 SHA512 
7718cc3ff3fec17c289873354f478c15527dee09c2de8e04f5f79a95e9dd2f019d4deb4cf4bafa3b47bffce8b788d64dd94239b22f161b329f18bf176b039402
 WHIRLPOOL 
7291f2fd4b89c5ab1bc793ab2b9eb14b56b89695ec91a06d384fa674726a162702e71edb6bbc99a07456955f5b8ed2e0ee5a86df029430e1ac834020d8e3aed6
-DIST jdk-8u141-linux-arm32-vfp-hflt-demos.tar.gz 10425006 SHA256 
8b37b473f888e53993f387eec150afd149d98bce5f0b7daffe9ddea9f7f58d86 SHA512 
cdf711cdea5acc952d9509f283668a502bf9cf6a0e1ebc55b7d4add7db83dd1931aefe700d8ed850e94c56614ddc0c394dec2d3bbd634d743655062855e9c02b
 WHIRLPOOL 
b4196f6fb83cc40118117c448293141e0787a3ba8d8f17eb006ba23305fab2dc6c5b0ebed8358aafebcd5cbb8f00c3fe18235b1fd8a2bd6acdaf470439885c37
-DIST jdk-8u141-linux-arm32-vfp-hflt.tar.gz 81665416 SHA256 
f73fa7631e5173b10a9ffd415b8fa9585a32eeac6fb7a3e1ccc4631270d79f31 SHA512 
94811afc4934c51951019eb9aa6612879062a34b3dad0f63111ca4d1ea305eb1b93558931efcadb0513e461dbe9b0a8cca98ff811a342efe29be7a04a00973fc
 WHIRLPOOL 
a4bcc3ce0ce0a46aa61466a4868dcdf350ba63ec9715939ba18224d3ad203c472f415d2ad5a8cc5180bc5d08d82cc03c89c449185353599b5674780ba3550daa
-DIST jdk-8u141-linux-arm64-vfp-hflt-demos.tar.gz 10424705 SHA256 
86716e69e134c267b60ecfa5f6e1f64b82432a83f69c8e5ad316dfbd7e2c6be3 SHA512 
95a5f2c673f24c8081635260d48ecc5a102be666a53617427177ac633382aa080e4c70739c44ea5f7bd4661c8fc9d56331a58fff34347573c90accc8cf0d880c
 WHIRLPOOL 
89b1dc71fd8fb61c785db6644293783a5947cbde4db9fe5077416f29f32a30ad3b050438c65839a334ae14b7116e7211941d7184c508d9cbe5641c5beaf28ff3
-DIST jdk-8u141-linux-arm64-vfp-hflt.tar.gz 78462285 SHA256 
1721b8f852f63c0889a978a262a58777e061ecdc64be1a6e437cf7464e925804 SHA512 
47e952c32ef76202153e7fabc47ca27e02bb3111db2143b4b5477aa72972e8b3f7d96d1d40370d522519a2a9aefa34366c69dce97a88b900d22bfacac7e4fd00
 WHIRLPOOL 
a7d7cc4ee169010da61ff8fad904bb6647400c2c421a032bc051ae435386434bd5473b9ceb882b7f3f94168f59b0461b5de831dcfdc11718846e9762f31a8836
-DIST jdk-8u141-linux-i586-demos.tar.gz 55065919 SHA256 
653f264a98dd01ff8cc016b4df8e215fcc4b7de2a55b58f5f560d6947a84a153 SHA512 
cedc05618c4e7e5d087529bc55932d5a2259c98400051e536c01b91de15850a8b86e5fa2b1d380cd9f2d9fc965562a0636ebbf8fb3ec4b24a65d078f98b68677
 WHIRLPOOL 
68b03ca6ebdeba7d697c61fd78d9ec20f6156a3a1a8ae5feae0c9ed31d0dc5a8801459eb63a462870b77d6e0414d7be1a96e544f2e23daf301042df7af789fce
-DIST jdk-8u141-linux-i586.tar.gz 188115319 SHA256 
6562f2bc8865e9c693b04c591d86d121871f49463ab0ca83fa0bcb070ffe084b SHA512 
601396786b5537a84892e4143ac5b982628cb257cbc1c1ab3c1b76caac2dab89cec3ed67805456cbc2cdecc1846d17529c10ef26682f8056851eb7752b4a0a79
 WHIRLPOOL 
52b1d16989e135749b24a43409b1d6a6b3d9f469a86181da2d4186225dc8e3e358d80db2643458c0c69d64621bf326808fefb245d431a0de42bc33169e03bf5f
-DIST jdk-8u141-linux-x64-demos.tar.gz 55094198 SHA256 
75ad611e184f60e11786647fd453cb419e6045af416f0a31bf54d4e6cbb773e4 SHA512 
afa4c3662a77301c87b1a66f22b6833f3219d90603862fb5d20c9712e36cc2765bb23a5519d0d4bf3e70d30b5723b263d761bee22385fae5d7472eec902525a9
 WHIRLPOOL 
211ecf81971127060989ddfa88b8a49ba9af6f7d665a609bc10310fbdce9c4537e7de73e493373c492db970edeb9c2883aa563f3967f3d484e56ee96ad04a2af
-DIST jdk-8u141-linux-x64.tar.gz 185516505 SHA256 

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

2017-08-01 Thread James Le Cuirot
commit: d70cd3898072210a693d77ccb0868cb4fe55b6c6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug  1 19:28:06 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug  1 19:29:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70cd389

dev-java/icedtea-bin: Version bump to 3.5.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/icedtea-bin/Manifest |  14 +++
 dev-java/icedtea-bin/icedtea-bin-3.5.1.ebuild | 160 ++
 2 files changed, 174 insertions(+)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index 6cafcce6aed..9b2c35a8dca 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -7,10 +7,17 @@ DIST icedtea-bin-core-3.5.0-arm.tar.xz 57929932 SHA256 
e5daecf51259853846442f64e
 DIST icedtea-bin-core-3.5.0-ppc64.tar.xz 54192080 SHA256 
44b8cd9087c8ca0f265d119956ed4538a7d98fc3aa0c3316a47c8dd51b0c0b53 SHA512 
7222fcaf67df434cf914bb0ac6f835eef38e1d61e68febd0c42159da8edd03361eeae548beb54d78fcad8b6cb1d915805aa887b0785df1a011c4671b5b5382f2
 WHIRLPOOL 
0b824ecf1095e94eedcff4bfed06543252f8fad8f6ece5b98d0cbb7d3fab33e54ce8b87048934b2690e791fc4aa030b27abc97d37ded71c4cf2ac78be966330c
 DIST icedtea-bin-core-3.5.0-ppc64le.tar.xz 54243552 SHA256 
e8815e01db8c59966e0ea8ff06695a6b027f829527759c4085c431bbde0de5f2 SHA512 
58727f07b48d1690c214b5309c3081d21f3f7719a41d1605457318e5a634cb762ff50426ab185f0149d5196f51d2cf3d4098ec874ea8f89f0b2b7716d9132dc3
 WHIRLPOOL 
43f5c6e19c337d3a8ff056b6d3daecd3cd60f09345c06bd96be77ad5d77811954e8397dc65bd6d51cfa812cb6caa8dc18ce412205e4a8008aba84dad3cfaa067
 DIST icedtea-bin-core-3.5.0-x86.tar.xz 61349140 SHA256 
db3f200c5611d33a8f1f0f28a36a0f4231f8c1ff91e178c6abd820cacca1789a SHA512 
20eb965e029b0a3cf03122b176ceed22c1ef361b1105dc8e4ef4e9a8f885781148a367d01efe8789c9d93ad0da77cb7f490f806bf779304b4dc42741572ee72a
 WHIRLPOOL 
f3977fc2edcb9d1b942b2c48ebb7d5ba079ad42610003fd3b0eb2c54f52a1063aaea334c59522402cb400dc81c33c72120267248f00d7fc564774b82bcaf148d
+DIST icedtea-bin-core-3.5.1-amd64.tar.xz 61880160 SHA256 
159cfafc2b48d1042cc8b2ea9fec596f4ef59d7774d83c1606c8c213355d9b3d SHA512 
1b7d8bfc8509ce0cc12406d14d70450b239838763b990d71b102a01400d6fee4359401c198669236a07794e410462a575b7b0fa2083b49e0c0f6fe637690db08
 WHIRLPOOL 
1bf461a833d8824136b629be7a88f8f96d18f11537b75735b0de07e073f3b9e018c0d5b0d9de6095159092dafef18af8f98ec11e7b08646e4b6d7685049dbfe9
+DIST icedtea-bin-core-3.5.1-arm.tar.xz 57957952 SHA256 
b9b95ac5b6281f0ddbd5bbea24f1a84d2a1c517087f9775d33aedaa58fa888c8 SHA512 
824782e010c037390e64c7a60e101c94f216a05fa94f854978cdcfa7351583554557d0b22a3fb46ee1033a9be2476cf58509ab5150d58f460e770f7399bb6b3d
 WHIRLPOOL 
4063feef1b53261264f0793f514e79c4b394bf5ab8fd66cff8baa1a3ee9014885eae17b27d58809e9b82525ac4ff67bcb458f274a8136a7d263cc19bebede169
+DIST icedtea-bin-core-3.5.1-arm64.tar.xz 58951988 SHA256 
f88a4f6c18956e6b1aba0e7d10936105ab39eef44d1a1b83ecdad7e187b4738f SHA512 
023eb7743d055db28d67b234947860f1ecd362cfd38234e839092f9f182762673c50b7130e4db4c12a1dfc91d319e9546b8cdbd8486630800327e82c9940090f
 WHIRLPOOL 
6a695ddbe3a105b4ff1cd370c1d5594276fa188666ad0e01cfce4192059a4eb297779e993328133879ff3cea3799ac70d27d8c4e2f8dd97e9db1bedd03e4a2af
+DIST icedtea-bin-core-3.5.1-ppc64.tar.xz 54197760 SHA256 
999b47f42a4f952eeb8c4a603ea614463c380d66150f93e17d7974684f32fa8b SHA512 
58116c0bd67dc8f6ba65c5150513c2f62319cf3cef48f0624926e8d874787f6cf222e0ec8012822a6d9151b4f18691f8a1b5b65bce3e3b5bee54a85f503928e3
 WHIRLPOOL 
3ea91a281fe74ec75415acaa0b5275578e2b016a1d9c743c0cb9f85bad546e09fc0f660bd5d24f55cc8f2f386413cc2f9a2b58f906308dc1aa338238c40cf8a1
+DIST icedtea-bin-core-3.5.1-ppc64le.tar.xz 54240304 SHA256 
0bac113ea9e165fcf2cf59c4c2476965c807d00d1c16e638f1803adb2ea5b05b SHA512 
c781daf655362b571acdc78f4f3f8b86b1c132fb853ffe5cf4ac05968ae4d733bb90ee43d0d71f25418de399b1b25429dabdb9831dfbbbd98b937f4416c05487
 WHIRLPOOL 
320c92c8581064dcb5d715d7f457ce1926bd9e864d39569ced07e9d116fa2bd55f40441ec74a3b297ce0418aebc8bdd8b425d587fadc5bc4a53b351e457875d2
+DIST icedtea-bin-core-3.5.1-x86.tar.xz 61349068 SHA256 
85bea3a4291b8140a1ed5d7e5585fb3fdd67c0f05dbfde41df7882e7f3f4f171 SHA512 
89bbcc3f5340894c6500179e3be8f75d9eead0480758db76133ca18ce6d216a6ede2f4ab820f56b220fd66060433d1c135fe7993339384d70cbfed0aa072ed20
 WHIRLPOOL 
6c3660bac05571c1a25e53ad20bb06d622e9286c6cd0c080c99e15b14ddba72567e8912ead3078745e2874ce0e9441bf879afd5d2fc8e10dc55fa1890ccb93e0
 DIST icedtea-bin-core-7.2.6.10-amd64.tar.xz 53414248 SHA256 
332468fbfacd89cffd6f6f7f4860bbf9a4e49446e09d4a38154cef1f018a154d SHA512 
11e2d094c3f53ffce8ddd639501d0ded25b991ede87521208da66cfe60c9d43ba1d5a0bb8b7985db796c1beaf931cc385a4c78910c1ddfc790322a678bc2
 WHIRLPOOL 
e6a9a4b3043c53fb07d2b39bff08e13393a5cf515f901334397a3a6409efb79b98ac752830a6d73a7fa767e46589fc28d137c8422488b7b68b0da7a180e7e507
 DIST icedtea-bin-core-7.2.6.10-x86.tar.xz 55334952 SHA256 
717ebb14e834390206578c9ed487a03f3e80e663eb7c08d39dd05785641a1332 

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

2017-08-01 Thread James Le Cuirot
commit: c27fdb36bb99f1ae79f80b818588a0e220d9ecae
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug  1 19:28:51 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug  1 19:29:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27fdb36

dev-java/icedtea-bin: Remove old 3.5.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/icedtea-bin/Manifest |  12 --
 dev-java/icedtea-bin/icedtea-bin-3.5.0.ebuild | 159 --
 2 files changed, 171 deletions(-)

diff --git a/dev-java/icedtea-bin/Manifest b/dev-java/icedtea-bin/Manifest
index 9b2c35a8dca..56ebf03e794 100644
--- a/dev-java/icedtea-bin/Manifest
+++ b/dev-java/icedtea-bin/Manifest
@@ -2,11 +2,6 @@ DIST icedtea-bin-core-3.4.0-amd64.tar.xz 61846296 SHA256 
254e4e889061e8632cbb61b
 DIST icedtea-bin-core-3.4.0-arm.tar.xz 53464220 SHA256 
c5a793a6b967943bf51d334db15ea8608358d308dd9c5c8ba7ea4609d6d5ef85 SHA512 
5bb1986caeedbdcae26637a4bea1177fc5cf89fa026245093083d9ff6d1a378878286ef7f6e5bd9527ce6fca3a6a5e9e152f87f68ce56afa66a86f65f4d6817a
 WHIRLPOOL 
7a08039cd6934c73db4c72fa787566880d8ed66c47bf28a76bd4913695c2526c05464cb8a15522816abbf3d3fb5f9e76373e7ae51019cd21f1005ccd53a4624f
 DIST icedtea-bin-core-3.4.0-ppc64.tar.xz 54156476 SHA256 
4ab0d286746e583be1d630e1e125a1abb9c77b0933f4e3d5002bcfef8e421b17 SHA512 
705cd2479622db75af6732afd79fc20cb1f20d2b402372b0e40225dfc20d9d96fa5ae85654b6dc77cbf79257064f48e39bd02d35fe1d70881d96d1c64cf3730f
 WHIRLPOOL 
0cf0e7097d4a33d448906109fe8b27cd9bbbdf715d690cae4704a339c82831ca65ab6b8ca4efb99ee4c99c24cd78384aae953b7f2e1cc14e4652c5aebf1c44fe
 DIST icedtea-bin-core-3.4.0-x86.tar.xz 61316304 SHA256 
673dd4eb192b769c3781d3f286fb7cfcd71ca61a376070d511239f6903ff2e65 SHA512 
52091c3e5eb7b453169d87aeeda348c122d5c7c03ec801fde11cb6cdb6f97ae5daa4889bfb724a50feba63ab073ca5a2c341c67a812ccb2bcd0f3866c11e74a2
 WHIRLPOOL 
6ee9e1239eb5981bb66056256e4c3d1e49b1dd91a9eb988bbc3146cf2317c07aed15d8e1bb8929cadbb4b235cbee7f7bbe9bf45e2eb3283cff7f5598cf2f058b
-DIST icedtea-bin-core-3.5.0-amd64.tar.xz 61880772 SHA256 
c4d5534e09f92dad1cfbf8ece4d5af59dcc9bc09a36a44cb8583170de7e68c4b SHA512 
97615ee562e15ac2b6e8ffc9e2d8d72e86519b0d9445f7aef9761fcef6211b9e2ddb2a595a713c21f2473946d48f349a7d0ebfa405a6acc377dfb4c2cc7fd87f
 WHIRLPOOL 
5bcd06db08b0495db435ce0b1e181a277258209b9c67b2a584698a50b841ab0655cd24052e4120fbb9dbb232ccd414e50d98a21ef4bef443248b85851dbf1bfd
-DIST icedtea-bin-core-3.5.0-arm.tar.xz 57929932 SHA256 
e5daecf51259853846442f64eb09ce7521ffed75dad133bae0aa48d0e3a087b7 SHA512 
10e83c0b021232571a2768c2bd7b06f103963c8aa164e3d66f581f78590a008e50ba8e2d271842de61ffc0d41703fed9c8a4022c2dee808b9fea2d322765bb94
 WHIRLPOOL 
d6b54a3604d25189787b62f52375aa667ff50468b30be34086fb2c67c92e1caf05536aa77d9ccc5fb318f1088fcc80365d63fb7167cc102f434e559b29f627a7
-DIST icedtea-bin-core-3.5.0-ppc64.tar.xz 54192080 SHA256 
44b8cd9087c8ca0f265d119956ed4538a7d98fc3aa0c3316a47c8dd51b0c0b53 SHA512 
7222fcaf67df434cf914bb0ac6f835eef38e1d61e68febd0c42159da8edd03361eeae548beb54d78fcad8b6cb1d915805aa887b0785df1a011c4671b5b5382f2
 WHIRLPOOL 
0b824ecf1095e94eedcff4bfed06543252f8fad8f6ece5b98d0cbb7d3fab33e54ce8b87048934b2690e791fc4aa030b27abc97d37ded71c4cf2ac78be966330c
-DIST icedtea-bin-core-3.5.0-ppc64le.tar.xz 54243552 SHA256 
e8815e01db8c59966e0ea8ff06695a6b027f829527759c4085c431bbde0de5f2 SHA512 
58727f07b48d1690c214b5309c3081d21f3f7719a41d1605457318e5a634cb762ff50426ab185f0149d5196f51d2cf3d4098ec874ea8f89f0b2b7716d9132dc3
 WHIRLPOOL 
43f5c6e19c337d3a8ff056b6d3daecd3cd60f09345c06bd96be77ad5d77811954e8397dc65bd6d51cfa812cb6caa8dc18ce412205e4a8008aba84dad3cfaa067
-DIST icedtea-bin-core-3.5.0-x86.tar.xz 61349140 SHA256 
db3f200c5611d33a8f1f0f28a36a0f4231f8c1ff91e178c6abd820cacca1789a SHA512 
20eb965e029b0a3cf03122b176ceed22c1ef361b1105dc8e4ef4e9a8f885781148a367d01efe8789c9d93ad0da77cb7f490f806bf779304b4dc42741572ee72a
 WHIRLPOOL 
f3977fc2edcb9d1b942b2c48ebb7d5ba079ad42610003fd3b0eb2c54f52a1063aaea334c59522402cb400dc81c33c72120267248f00d7fc564774b82bcaf148d
 DIST icedtea-bin-core-3.5.1-amd64.tar.xz 61880160 SHA256 
159cfafc2b48d1042cc8b2ea9fec596f4ef59d7774d83c1606c8c213355d9b3d SHA512 
1b7d8bfc8509ce0cc12406d14d70450b239838763b990d71b102a01400d6fee4359401c198669236a07794e410462a575b7b0fa2083b49e0c0f6fe637690db08
 WHIRLPOOL 
1bf461a833d8824136b629be7a88f8f96d18f11537b75735b0de07e073f3b9e018c0d5b0d9de6095159092dafef18af8f98ec11e7b08646e4b6d7685049dbfe9
 DIST icedtea-bin-core-3.5.1-arm.tar.xz 57957952 SHA256 
b9b95ac5b6281f0ddbd5bbea24f1a84d2a1c517087f9775d33aedaa58fa888c8 SHA512 
824782e010c037390e64c7a60e101c94f216a05fa94f854978cdcfa7351583554557d0b22a3fb46ee1033a9be2476cf58509ab5150d58f460e770f7399bb6b3d
 WHIRLPOOL 
4063feef1b53261264f0793f514e79c4b394bf5ab8fd66cff8baa1a3ee9014885eae17b27d58809e9b82525ac4ff67bcb458f274a8136a7d263cc19bebede169
 DIST icedtea-bin-core-3.5.1-arm64.tar.xz 58951988 SHA256 
f88a4f6c18956e6b1aba0e7d10936105ab39eef44d1a1b83ecdad7e187b4738f SHA512 

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

2017-08-01 Thread James Le Cuirot
commit: ec56211b3a015903ed59c811e3b3d10e18c3e241
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug  1 14:36:05 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug  1 19:29:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec56211b

dev-java/icedtea: Version bump to 3.5.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/icedtea/Manifest |  10 +
 dev-java/icedtea/icedtea-3.5.1.ebuild | 396 ++
 2 files changed, 406 insertions(+)

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 9c31bac32bd..5fd96de3679 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -7,16 +7,26 @@ DIST icedtea-2.6-langtools-6e30439005f6.tar.bz2 1712174 
SHA256 02d38317e85b7c10f
 DIST icedtea-2.6-openjdk-b3f98f0d4549.tar.bz2 130493 SHA256 
b0a9dd2e3c0b3a29d791e49c6e5ea63057380a8eb7574355d4c551986ed7740a SHA512 
456ff472161347287812c7a281762f5d80d355dc1851b5887db10acf29a1960ccf2c4cf77d941dd3f92526ed1c327b7da1d2ca9c81adca62b886a92583e61417
 WHIRLPOOL 
28de0bbe710cd8c1048a869b7eb95fd6084b891b4a796050af9381178f32a010e4db508cabf92aa86d0148caf48536bde9f4de23e0bdd718be5f6b288816d0f6
 DIST icedtea-2.6.10.tar.xz 2106324 SHA256 
1c49fd735cc908677044935b6899e59434356b7e65d163bb5033e32f6621a92a SHA512 
3b16d5d7f690d96785f3f319964989781eae3668c822b52f9256134ddab4e59261aac187afe1994b74a1d3406d7c5aed40489a49d0a178134a5d9913cd2ea28d
 WHIRLPOOL 
e97838675972183d99ea4f6353f3de938c52c8a86116582f33faae54f031426a7feb8ffe129de05b05a55d705df564c2f74645f3ad9f01c4d39f0bc449a58191
 DIST icedtea-3.5-aarch32-b93c39bf2bcf.tar.xz 6743892 SHA256 
38e24d556aa269a5168e251b1fa97e84467a722fff27fa2f81de315854f18a33 SHA512 
11d25efc36eb776fab3dd411c585d7c3ca6793ac54e17952ed43d22a6928a72fdf4625e836edafb07be3c6ee8612e258c749f5f661d61fb4b90675ed93896e48
 WHIRLPOOL 
a4f931e56b27fab5dfa9a8ff053899b51182407eaa7b6db8a00a83915535b48f241776d7d089b532e6bb89ed629273621c9a65faf71a9efbc095ff679bd7a612
+DIST icedtea-3.5-corba-b5485d6bc171.tar.xz 937092 SHA256 
0b03af9726b6d47811166ab8343b553de33b4285f780c6c6df98a2e697613a0c SHA512 
19d4e311edd3ed5f388373e3c819a9317dbaa561c4a22c924079cef284d16ce06d5468510b84fe3f1867570e8caed915ec4edc2479bd44686493bcf9fbf523de
 WHIRLPOOL 
dd4735a77cd8f82bae443a5330a2af97f9c925fa66e94b59cdeb6475dc521e5cd44fa0815ab5c703b1a966e8238789c150985ab354b032ab687575411a5166b7
 DIST icedtea-3.5-corba-e53fedec27e8.tar.xz 937116 SHA256 
1dd145802924cf378436bdd3fcb7292c238961ee66a216cc3386b9def42266f6 SHA512 
37d42af8663ac0af58c494406360e421dd1f707d98b9a00bb0149a51ccdee809524bc1f307d207360e7bc3f1c0d6a585c085ad0395075a54553226b9fb1874a4
 WHIRLPOOL 
bea4d75147a8b16c4a0b497cc8f79b05564fc9c548c1908720925b2c709c6014c5275981647b5d1f5b61727917df2b0f380f4acd9a126c53e99651ec68741505
 DIST icedtea-3.5-hotspot-24ab92601b89.tar.xz 6818476 SHA256 
f156b07a66526d3fa5f8adf17d0f1655359ce8874da9f4cf1d546b7205b0bee1 SHA512 
098251daba090465cffebc7fe8486140709726607b93aacd9052a85903fb252aef689611f85deb5324a99e037256cef18a8035fc3d47c8a38b2b47f0e7d1c70d
 WHIRLPOOL 
e37712296dd6ceca972b6c34910ca1a361713c4bdea184c994c0ec672a55bd3ea9beb3e218fe366e09b63c68f7bda23c1774397bfc4dd1cb752f590c3c14ee13
+DIST icedtea-3.5-hotspot-ecaa25cbc662.tar.xz 6820580 SHA256 
a6e974e8447a661e5ae5a17e44b703395d7fc551af540890de4dcda481ebee38 SHA512 
c16b5db736b553acb74bce50f37213a181fc26a6fdc7ef9242aa40c46afea78e52ec08a167f5fe29023e0ecef1f92b45b51250208d63ef88f5686fe2b12d4c34
 WHIRLPOOL 
f513fe1e03e6f400991e9fceeacc6eef668a8135c4e7833bebac1b2fb43242195e2b3c3476e339f4e01704b042eb0606e716d3ae974bd226c026cc42eb94cc9f
 DIST icedtea-3.5-jaxp-a7fb5fa68e85.tar.xz 2296728 SHA256 
3c1e16c1223e58f3abfb7987e0bd208153f04c273002777193b1cfa289ea89c7 SHA512 
70f9c3c8beb119760356c46c64cc382c783d4aa4f940627169541ea98c07b32af1c67f266a24c6f211e9eb4c37e25a8d124868abfbe7538787a17e66a731f93f
 WHIRLPOOL 
d0147f1f3b933aa4ec5f6002a4bb68d3873a889e4006a5a71686755dcabe32cbd85654515bb67bd7fde956d5d4922ba6dd1209b6c438506d18b5c3ed460e860a
+DIST icedtea-3.5-jaxp-c8bf6508b7a5.tar.xz 2296924 SHA256 
96a844aec7d873a260a22622b028165d862bd5842a64091ed0818309a49225a0 SHA512 
5f932ce9453412d3a1b3108cf143836712cc46676093441b02db24652d4d30dbf21849cbb6fe75071961312c747289b8feccdf23c94b9e9ab2b78bdefd7c72df
 WHIRLPOOL 
d6d31ec9a2cf395e4d03c63a3ad81ef4192d699fa95b57e94265a4481144519db3f54c127bc71b9d220180fab1c4132bf1955a67c6531ff49dd0d679e50e1f4a
+DIST icedtea-3.5-jaxws-4fb919272935.tar.xz 2267608 SHA256 
86ae65fb5a7566216639b915abdf6f2c8522c0bfcc1bf4fe521bc3ce0a72046e SHA512 
3259181c303fc1642816e5d3291d81e80fb62764edd38734876e9581d4d1fcb718bf5f2cc8dbf0362f218105effa50fa50a4e4b79e08501e991ff4bdbbf881cb
 WHIRLPOOL 
967599341e5cc990bcb65ddcc58fc4f2a84bdad7aa33e5b7b7114f65167e2d6ce918a8fd70913a368d252c2ce143ff45504e9cb7fa12f0ed3c66ec4b2ed826fc
 DIST icedtea-3.5-jaxws-8c2ac8bef689.tar.xz 2267392 SHA256 
47579cf8bc588d77536fda473f8ecf9597f550a8d541d21a2b90179424a1e292 SHA512 

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

2017-08-01 Thread James Le Cuirot
commit: 72277c7cce260562256b3f19620aadc631d74eba
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Aug  1 14:36:33 2017 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Aug  1 19:29:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72277c7c

dev-java/icedtea: Remove old 3.5.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-java/icedtea/Manifest |  10 -
 dev-java/icedtea/icedtea-3.5.0.ebuild | 396 --
 2 files changed, 406 deletions(-)

diff --git a/dev-java/icedtea/Manifest b/dev-java/icedtea/Manifest
index 5fd96de3679..1368662d241 100644
--- a/dev-java/icedtea/Manifest
+++ b/dev-java/icedtea/Manifest
@@ -8,24 +8,14 @@ DIST icedtea-2.6-openjdk-b3f98f0d4549.tar.bz2 130493 SHA256 
b0a9dd2e3c0b3a29d791
 DIST icedtea-2.6.10.tar.xz 2106324 SHA256 
1c49fd735cc908677044935b6899e59434356b7e65d163bb5033e32f6621a92a SHA512 
3b16d5d7f690d96785f3f319964989781eae3668c822b52f9256134ddab4e59261aac187afe1994b74a1d3406d7c5aed40489a49d0a178134a5d9913cd2ea28d
 WHIRLPOOL 
e97838675972183d99ea4f6353f3de938c52c8a86116582f33faae54f031426a7feb8ffe129de05b05a55d705df564c2f74645f3ad9f01c4d39f0bc449a58191
 DIST icedtea-3.5-aarch32-b93c39bf2bcf.tar.xz 6743892 SHA256 
38e24d556aa269a5168e251b1fa97e84467a722fff27fa2f81de315854f18a33 SHA512 
11d25efc36eb776fab3dd411c585d7c3ca6793ac54e17952ed43d22a6928a72fdf4625e836edafb07be3c6ee8612e258c749f5f661d61fb4b90675ed93896e48
 WHIRLPOOL 
a4f931e56b27fab5dfa9a8ff053899b51182407eaa7b6db8a00a83915535b48f241776d7d089b532e6bb89ed629273621c9a65faf71a9efbc095ff679bd7a612
 DIST icedtea-3.5-corba-b5485d6bc171.tar.xz 937092 SHA256 
0b03af9726b6d47811166ab8343b553de33b4285f780c6c6df98a2e697613a0c SHA512 
19d4e311edd3ed5f388373e3c819a9317dbaa561c4a22c924079cef284d16ce06d5468510b84fe3f1867570e8caed915ec4edc2479bd44686493bcf9fbf523de
 WHIRLPOOL 
dd4735a77cd8f82bae443a5330a2af97f9c925fa66e94b59cdeb6475dc521e5cd44fa0815ab5c703b1a966e8238789c150985ab354b032ab687575411a5166b7
-DIST icedtea-3.5-corba-e53fedec27e8.tar.xz 937116 SHA256 
1dd145802924cf378436bdd3fcb7292c238961ee66a216cc3386b9def42266f6 SHA512 
37d42af8663ac0af58c494406360e421dd1f707d98b9a00bb0149a51ccdee809524bc1f307d207360e7bc3f1c0d6a585c085ad0395075a54553226b9fb1874a4
 WHIRLPOOL 
bea4d75147a8b16c4a0b497cc8f79b05564fc9c548c1908720925b2c709c6014c5275981647b5d1f5b61727917df2b0f380f4acd9a126c53e99651ec68741505
-DIST icedtea-3.5-hotspot-24ab92601b89.tar.xz 6818476 SHA256 
f156b07a66526d3fa5f8adf17d0f1655359ce8874da9f4cf1d546b7205b0bee1 SHA512 
098251daba090465cffebc7fe8486140709726607b93aacd9052a85903fb252aef689611f85deb5324a99e037256cef18a8035fc3d47c8a38b2b47f0e7d1c70d
 WHIRLPOOL 
e37712296dd6ceca972b6c34910ca1a361713c4bdea184c994c0ec672a55bd3ea9beb3e218fe366e09b63c68f7bda23c1774397bfc4dd1cb752f590c3c14ee13
 DIST icedtea-3.5-hotspot-ecaa25cbc662.tar.xz 6820580 SHA256 
a6e974e8447a661e5ae5a17e44b703395d7fc551af540890de4dcda481ebee38 SHA512 
c16b5db736b553acb74bce50f37213a181fc26a6fdc7ef9242aa40c46afea78e52ec08a167f5fe29023e0ecef1f92b45b51250208d63ef88f5686fe2b12d4c34
 WHIRLPOOL 
f513fe1e03e6f400991e9fceeacc6eef668a8135c4e7833bebac1b2fb43242195e2b3c3476e339f4e01704b042eb0606e716d3ae974bd226c026cc42eb94cc9f
-DIST icedtea-3.5-jaxp-a7fb5fa68e85.tar.xz 2296728 SHA256 
3c1e16c1223e58f3abfb7987e0bd208153f04c273002777193b1cfa289ea89c7 SHA512 
70f9c3c8beb119760356c46c64cc382c783d4aa4f940627169541ea98c07b32af1c67f266a24c6f211e9eb4c37e25a8d124868abfbe7538787a17e66a731f93f
 WHIRLPOOL 
d0147f1f3b933aa4ec5f6002a4bb68d3873a889e4006a5a71686755dcabe32cbd85654515bb67bd7fde956d5d4922ba6dd1209b6c438506d18b5c3ed460e860a
 DIST icedtea-3.5-jaxp-c8bf6508b7a5.tar.xz 2296924 SHA256 
96a844aec7d873a260a22622b028165d862bd5842a64091ed0818309a49225a0 SHA512 
5f932ce9453412d3a1b3108cf143836712cc46676093441b02db24652d4d30dbf21849cbb6fe75071961312c747289b8feccdf23c94b9e9ab2b78bdefd7c72df
 WHIRLPOOL 
d6d31ec9a2cf395e4d03c63a3ad81ef4192d699fa95b57e94265a4481144519db3f54c127bc71b9d220180fab1c4132bf1955a67c6531ff49dd0d679e50e1f4a
 DIST icedtea-3.5-jaxws-4fb919272935.tar.xz 2267608 SHA256 
86ae65fb5a7566216639b915abdf6f2c8522c0bfcc1bf4fe521bc3ce0a72046e SHA512 
3259181c303fc1642816e5d3291d81e80fb62764edd38734876e9581d4d1fcb718bf5f2cc8dbf0362f218105effa50fa50a4e4b79e08501e991ff4bdbbf881cb
 WHIRLPOOL 
967599341e5cc990bcb65ddcc58fc4f2a84bdad7aa33e5b7b7114f65167e2d6ce918a8fd70913a368d252c2ce143ff45504e9cb7fa12f0ed3c66ec4b2ed826fc
-DIST icedtea-3.5-jaxws-8c2ac8bef689.tar.xz 2267392 SHA256 
47579cf8bc588d77536fda473f8ecf9597f550a8d541d21a2b90179424a1e292 SHA512 
ff10229eeefc1cc08f6f7216b985f092b0bdcc10a33c1c9a962120e93e7ad3d15672b22ac73f3218a59334bf585d8116203d87883f07a5a2a1c2403007fd6720
 WHIRLPOOL 
73560cc7bc8fd59b55c444b309842d7e79223838cdf9db480d44d005de4560246e12bc2b1eb645f8f73cadbde1f4a45f98d9ff94d6ede6f1ae95641e23fc1518
-DIST icedtea-3.5-jdk-bdf93656feba.tar.xz 39030960 SHA256 
19908a408068f3cf0ed2a391a2e711e3d0e8e91072b8005093c7b2b8015a95e3 SHA512 

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

2017-08-01 Thread Brian Dolbec
commit: fc1793cab7d8cb09e3ef4ffcbb230137f0e5a13b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:08:57 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1793ca

dev-python/attrs: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/attrs/Manifest|  1 +
 dev-python/attrs/attrs-17.2.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/attrs/Manifest b/dev-python/attrs/Manifest
index 213b93e95ad..32a7c76099e 100644
--- a/dev-python/attrs/Manifest
+++ b/dev-python/attrs/Manifest
@@ -1 +1,2 @@
 DIST attrs-16.3.0.tar.gz 57512 SHA256 
80203177723e36f3bbe15aa8553da6e80d47bfe53647220ccaa9ad7a5e473ccc SHA512 
1a91e6f27ecaf20c409c3abf88ffed5c6cfdbba8cff44637399b713271ff838a054f5859dd29440b2780d81b40673033e3f8e43dd491bece72e0a4f08c4ef688
 WHIRLPOOL 
85d53df74265b6db36171ad84c21321fd8f4b3c345ea65c46b627a25e586399c8cd7d3231417c7450ea9bb8237286434828f1c795759bdcf4d459f63555c8636
+DIST attrs-17.2.0.tar.gz 73733 SHA256 
5d4d1b99f94d69338f485984127e4473b3ab9e20f43821b0e546cc3b2302fd11 SHA512 
02243e59ff417deddb330e841d42c0f43d3bea4435f114d3a9a8f4c3bd424c2ef565c630d179db7b3687d22091bf6e619de661171248c0ff0a0e5ec5f9bf7e21
 WHIRLPOOL 
422abbabec76ca9932f071c5f8ca77afecbbbc08b0cc7e199588a945afe215aa9509922a667fd1a2da7e8fd79b8abd29c366c42c4dad2d538f2487729c4450bb

diff --git a/dev-python/attrs/attrs-17.2.0.ebuild 
b/dev-python/attrs/attrs-17.2.0.ebuild
new file mode 100644
index 000..0ec24152354
--- /dev/null
+++ b/dev-python/attrs/attrs-17.2.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Attributes without boilerplate"
+HOMEPAGE="
+   https://github.com/hynek/attrs
+   https://attrs.readthedocs.org/
+   http://pypi.python.org/pypi/attrs;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-lang/python[sqlite]
+   >=dev-python/hypothesis-3.6.0[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v -v || die
+}



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

2017-08-01 Thread Brian Dolbec
commit: 9347bdb6889ef19d790e7933be1878ac237c0e65
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:43:13 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9347bdb6

dev-python/sdnotify: New pkg, dep of new pkg dev-python/crossbar

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/sdnotify/Manifest  |  1 +
 dev-python/sdnotify/metadata.xml  | 24 
 dev-python/sdnotify/sdnotify-0.3.1.ebuild | 22 ++
 3 files changed, 47 insertions(+)

diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
new file mode 100644
index 000..d26bbdd3aff
--- /dev/null
+++ b/dev-python/sdnotify/Manifest
@@ -0,0 +1 @@
+DIST sdnotify-0.3.1.tar.gz 2513 SHA256 
e69220d4f6cbb02130f43f929350a80cf51033fde47dcb056fbda71e2dff2d5a SHA512 
765e75e727ad5128269bfffd4d3f64666df654adc50965a54f3cd622933aca583faee5453f7fec3a23b6f754f4475522dd96a86ba643984cd72a575ec082709c
 WHIRLPOOL 
b43831604022cdd5f605138324cda4e43ee7021993e66afaa73b82eff98c11dc087d5f8f5d1b62073d750cfb84ac9168eca12640dc6149df68506826fcbfc0c4

diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml
new file mode 100644
index 000..24bc40f11d1
--- /dev/null
+++ b/dev-python/sdnotify/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   
+   bbet...@gmail.com
+   Brett Bethke
+   
+   sdnotify
+   bb4242/sdnotify
+   
+   
+   This is a pure Python implementation of the systemd sd_notify 
+   protocol. This protocol can be used to inform systemd about 
+   service start-up completion, watchdog events, and other service 
+   status changes. Thus, this package can be used to write system 
+   services in Python that play nicely with systemd. sdnotify is 
+   compatible with both Python 2 and Python 3.
+   
+

diff --git a/dev-python/sdnotify/sdnotify-0.3.1.ebuild 
b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
new file mode 100644
index 000..7e034a96ad4
--- /dev/null
+++ b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pure Python implementation of systemd's service notification 
protocol (sd_notify)"
+HOMEPAGE="
+   https://github.com/bb4242/sdnotify
+   https://pypi.python.org/pypi/sdnotify;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"



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

2017-08-01 Thread Brian Dolbec
commit: 9c2b6f470898b451ec5560cba062f2b3ea66f935
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:07:46 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2b6f47

dev-python/autobahn: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/autobahn/Manifest   |  1 +
 dev-python/autobahn/autobahn-17.7.1.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/dev-python/autobahn/Manifest b/dev-python/autobahn/Manifest
index 3af3f99fc66..53ccc12405e 100644
--- a/dev-python/autobahn/Manifest
+++ b/dev-python/autobahn/Manifest
@@ -1,3 +1,4 @@
 DIST autobahn-0.16.0.tar.gz 185053 SHA256 
a1dcb4315a0914da56ec484659816de72dfad229be4ac19fa61bbc0111ada884 SHA512 
8873202a33c7b68577e89cc91503b8002aa19638836ff39ef99022e3b0ddcfb613154ddf0c373bf315eeb8b6c36f31afc20eb0164c47caa087b2a1b28449d3a8
 WHIRLPOOL 
b5f5f80c1d88b3b031fab0837f0d191d4d71e21798aeec6ae1ee718bad0e21cb403a1b2ecb199615b4c8351522be8d4882781fd02de95e422203cee14f1c01ef
 DIST autobahn-0.9.4-2.zip 175894 SHA256 
5bb64191cfdd1cbdd90d8e359b389ef62c0acdffd2f68d16ec01fa0a287262f0 SHA512 
7e0d4246b8b1c552b25c2ae36f1923ed9931e3d3ca684039a422773fecd92ca04734a0b24394a9bbc787f245c72b5552522351a7c1c8e500128e7c46c740a3d5
 WHIRLPOOL 
aa0f06b82acbebb97ca2e3c424429ada7169dca5b39237ce082a17440ec9701a307e9fc7f162f957023cfc4c067f8e8b82b9923cb056ffcab7b3e64a61a4aae8
 DIST autobahn-17.5.1.tar.gz 205144 SHA256 
2a32fa76a11f8aa8de482e99ad2b7a8acc8f6c0d430c48aebd4666f080e85d5c SHA512 
904f8f4c527a6c1c7840ea8634d0c0a47141458500c6d29f4aa1f05ff51f91c65a451b7c447201cbdf5e255c4c2d07509efa106790217b09398e7d50c1d85382
 WHIRLPOOL 
28b9608110ecfd058b9bfc3a3c587e7d33c7538f62b4ada1969efc2d434dcbcd9b1d3b1711448a09b425016c2622d2135ce789ae1edeaf7f0a1dc96fcdfb7acd
+DIST autobahn-17.7.1.tar.gz 211238 SHA256 
801a318d5bf6776a60f7a93d715f83f7f12204b470019a339e4e7e14087c17e6 SHA512 
592c4e21a7986fc9ac992fdfd24055654c5db7a3b8963fb5814bc32bdfbcdd7e3271bc84ed35faaf50755022a115a5f026de825ba5c35dacad4cfa2cf776d50f
 WHIRLPOOL 
5c521d3e2c65c30ef8e96683d25b1aa4d862461a53f1c59608f3d5065d899f5ad39b58c38048c6cff126af436108093d10f04563ce0a5ef45c27a1f999fd95bf

diff --git a/dev-python/autobahn/autobahn-17.7.1.ebuild 
b/dev-python/autobahn/autobahn-17.7.1.ebuild
new file mode 100644
index 000..776ea9153ca
--- /dev/null
+++ b/dev-python/autobahn/autobahn-17.7.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 versionator
+
+MY_P="${PN}-$(replace_version_separator 3 -)"
+
+DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio"
+HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT" 
+KEYWORDS="~amd64"
+IUSE="crypt test"
+
+RDEPEND="
+   $(python_gen_cond_dep '>=dev-python/trollius-2.0[${PYTHON_USEDEP}]' 
'python2_7')
+   $(python_gen_cond_dep '>=dev-python/futures-3.0.4[${PYTHON_USEDEP}]' 
'python2_7')
+   >=dev-python/cbor-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/lz4-0.7.0[${PYTHON_USEDEP}]
+   crypt? (
+   >=dev-python/pyopenssl-16.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pytrie-0.2[${PYTHON_USEDEP}]
+   >=dev-python/pyqrcode-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/service_identity-16.0.0
+   )
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/snappy-0.5[${PYTHON_USEDEP}]
+   >=dev-python/twisted-16.6.0-r2[${PYTHON_USEDEP}]
+   >=dev-python/txaio-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/u-msgpack-2.1[${PYTHON_USEDEP}]
+   >=dev-python/py-ubjson-0.8.4[${PYTHON_USEDEP}]
+   >=dev-python/wsaccel-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-3.6[${PYTHON_USEDEP}]
+   "
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pytrie-0.2[${PYTHON_USEDEP}]
+   >=dev-python/pyqrcode-1.1.0[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}"/${MY_P}
+
+python_test() {
+   #esetup.py test
+   cd "${BUILD_DIR}"/lib || die
+   py.test -v || die
+}
+
+pkg_postinst() {
+   python_foreach_impl twisted-regen-cache || die
+}
+
+pkg_postrm() {
+   python_foreach_impl twisted-regen-cache || die
+}



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

2017-08-01 Thread Brian Dolbec
commit: 9bb9990cb236dadec328b8094f05e26de1d17cf2
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:34:27 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb9990c

dev-python/txaio: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/txaio/Manifest   |  1 +
 dev-python/txaio/txaio-2.8.1.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/dev-python/txaio/Manifest b/dev-python/txaio/Manifest
index 89eba1b96d8..1f1e90d5546 100644
--- a/dev-python/txaio/Manifest
+++ b/dev-python/txaio/Manifest
@@ -1,3 +1,4 @@
 DIST txaio-2.3.1.tar.gz 36755 SHA256 
c87bff73e22c2067318cbb267781e2f651c485d21783b25e1e768eabab67 SHA512 
019d686102c862ec308e8ffdfbca25cda1b495adef73ee8b817a465a8054a24590ab0f1e3322df92d0a528152fc5b987b98b039dcd87308e81854d3c6a9fb146
 WHIRLPOOL 
c5f550788f669237d24c5194348a84f5e6e8ca5206bd647ff8e5dee80705809601b798c4eecca260defa69d3276c77adbee6599529b48a325ec7865902c77d89
 DIST txaio-2.5.1.tar.gz 41577 SHA256 
625076477182e2dde78b79d0b2b0d6b3cecb0e24fe0ea7eaf2abd26a4c0dd1de SHA512 
921b4f6738a91923cffe00eed30237e0a2a12dbd42476587b4902675d3d7d8ecbf3b6fbf47afa5648836f779f1c22f7edf9bd94d44dcacee86d03a1dd16450a5
 WHIRLPOOL 
24286b510c7f1911dd2a315362c76aff77bc2246164a4a1ba50573d87408db9e0e384e5063cfdbee96501b3d03decc9f4198aae9f8cd375d8c49de817d0eda63
 DIST txaio-2.7.1.tar.gz 43591 SHA256 
9eea85c27ff8ac28049a29b55383f5c162351f855860e5081ff4632d65a5b4d2 SHA512 
d77a8b5e8fc21be0bef43f2a6795229456a351abc1a5eb6d2b7de0da0a58e67a228cb06d1a7962efcc760099ef5df94e9421875ea5628985260911efc7deb85e
 WHIRLPOOL 
2acff5b81fd17afd7b7d986812d742a6e09781f8f6f960ae6c08a52c6535156736492ecaca0c8026192289ab28e3cceb40e03aa4512922bc64ece7c900abd25c
+DIST txaio-2.8.1.tar.gz 43558 SHA256 
fe2e0e4d3a06705f86bbd351fdd1f39dae61755e44162375e024acbf32eafddb SHA512 
5ea41dbc8fef6dcd04a95c85bd57c4f2fd57f7091667da8a822a0e8bad465f76c2ace574e4ae54f941ad6e169dce6fb28d752831d7a06eb240ef72cc3817a056
 WHIRLPOOL 
5fec7bba468b52bf3ba13328d7e5f00a28eb487e238880d5afbf79bd6d8a017f39e2aa907c095a8c0fe28c41b2c917f4f72f8ad0f59ad241f329ca91a1f6961f

diff --git a/dev-python/txaio/txaio-2.8.1.ebuild 
b/dev-python/txaio/txaio-2.8.1.ebuild
new file mode 100644
index 000..e34fed0bca3
--- /dev/null
+++ b/dev-python/txaio/txaio-2.8.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Compatibility API between asyncio/Twisted/Trollius"
+HOMEPAGE="https://github.com/crossbario/txaio 
https://pypi.python.org/pypi/txaio;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   $(python_gen_cond_dep '>=dev-python/trollius-2.0[${PYTHON_USEDEP}]' 
python2_7)
+   $(python_gen_cond_dep '>=dev-python/futures-3.0.3[${PYTHON_USEDEP}]' 
python2_7)
+"
+DEPEND="app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-spelling-2.1.2[${PYTHON_USEDEP}]
+   >=dev-python/sphinx_rtd_theme-0.1.9[${PYTHON_USEDEP}]
+   dev-python/alabaster[${PYTHON_USEDEP}]
+   )
+   test? ( >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}]
+   >=dev-python/pytest-cov-1.8.1[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/tox-2.1.1[${PYTHON_USEDEP}]
+   >=dev-python/pep8-1.6.2[${PYTHON_USEDEP}]
+   >=dev-python/pyenchant-1.6.6[${PYTHON_USEDEP}]
+   )
+"
+
+src_prepare() {
+   default_src_prepare
+   # Take out failing tests known to pass when run manually
+   # we certainly don't need to test "python setup.py sdist" here
+   rm "${S}/test/test_packaging.py" || die
+}
+
+python_prepare() {
+   # https://github.com/tavendo/txaio/issues/3
+   cp -r "${FILESDIR}"/util.py test || die
+
+   distutils-r1_python_prepare
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test || die "Tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2017-08-01 Thread Brian Dolbec
commit: 91a9a011f529b214e4fc76f9ddf5510ef724cc49
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:11:19 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a9a011

dev-python/pyasn1-modules: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/pyasn1-modules/Manifest |  1 +
 .../pyasn1-modules/pyasn1-modules-0.0.10.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pyasn1-modules/Manifest 
b/dev-python/pyasn1-modules/Manifest
index d23d257be6b..41588784661 100644
--- a/dev-python/pyasn1-modules/Manifest
+++ b/dev-python/pyasn1-modules/Manifest
@@ -1,2 +1,3 @@
+DIST pyasn1-modules-0.0.10.tar.gz 63543 SHA256 
3d86ab0fa226a60897c8123c505b3d0712e042990f061237799639f6fa742bf3 SHA512 
c20322a515e9916e0f8fa2e10972d0543a5ffb7f5d68a1b2fad3b4d7808bcb0bc98fc9e1f81349feabd1a55093aab73b8be4977c0ec34a45e0c3148037fd294a
 WHIRLPOOL 
534d11e3dddc429b69b445df6ee440e967607831629e77f393a787bc9ed8b8b053ec38aa7dbca499fe6686561bdcfd14aafa0bbae198124dc01148faf09d7201
 DIST pyasn1-modules-0.0.5.tar.gz 38710 SHA256 
be65f00ed28e30756f1ef39377cb382480a2368699179d646a84d79fe9349941 SHA512 
b8fa41ed28087097502e8362022d819fe6914511c09f60f64f173c5674684fa8c45de23ce71871d9f2d9b11adc17657d7cfd4cb24ea740b8d14eba8d8161
 WHIRLPOOL 
c0df005909ffa4320f0ff7c580410ff2468cdd4002dfa5383e561c9c65721c0a72169e10c72fdc225b308d8fd1d5691dc519b6ee811c167ddc466ba1657e92c8
 DIST pyasn1-modules-0.0.8.tar.gz 38776 SHA256 
10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 SHA512 
6040d4f83c6b00f7a0e6ba0e1264090d0fa96fc39e97b04d624721cef200b6cf4dabfe550127ade4edc181187ca1b4219fb46a95082a39e6291d0e2e08f36d78
 WHIRLPOOL 
45f3c2ad6e3320f5d7d1f3bef6f0168f2d85b3093f33438aaacc8251d6457d88c2db659d0912a76417196f5ed431c427fc9a47a8a6af5c490d97f931515d2884

diff --git a/dev-python/pyasn1-modules/pyasn1-modules-0.0.10.ebuild 
b/dev-python/pyasn1-modules/pyasn1-modules-0.0.10.ebuild
new file mode 100644
index 000..e417c99978f
--- /dev/null
+++ b/dev-python/pyasn1-modules/pyasn1-modules-0.0.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="pyasn1 modules"
+HOMEPAGE="http://pyasn1.sourceforge.net/ 
https://pypi.python.org/pypi/pyasn1-modules;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   echoit() { echo "$@"; "$@"; }
+   local exit_status=0 test
+   cd tools || die
+   for test in ../test/*.sh; do
+   echoit sh "${test}" || exit_status=1
+   done
+   return ${exit_status}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   insinto /usr/share/${P}
+   doins -r tools
+}



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

2017-08-01 Thread Brian Dolbec
commit: 4f86561c9cbb1afba615301b48d04946afa6d86b
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:30:02 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f86561c

dev-python/pyopenssl: Version bump

Drop keywords due to changed deps
Drop pypy due to changed deps

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/pyopenssl/Manifest|  1 +
 dev-python/pyopenssl/pyopenssl-17.2.0.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/dev-python/pyopenssl/Manifest b/dev-python/pyopenssl/Manifest
index cfb1f749e67..80d23bd0d5b 100644
--- a/dev-python/pyopenssl/Manifest
+++ b/dev-python/pyopenssl/Manifest
@@ -1,3 +1,4 @@
 DIST pyOpenSSL-0.15.1.tar.gz 149887 SHA256 
f0a26070d6db0881de8bcc7846934b7c3c930d8f9c79d45883ee48984bc0d672 SHA512 
bd204f40c9583a8580cff28b061f02ea772fdda3965dab6ac9e3f8c3b98792bea87b6de76494f7ce81e1ddcc76019432a9ffa3bcd55c5adb063bb639efe62e51
 WHIRLPOOL 
34badbf11b49cb65019cb55da7c6d6a539971392741d14ea1408c56dc0564d52ffeb947d86549fed17762474d863d59a406cde86daa75a329bd5b6411a77702b
 DIST pyOpenSSL-16.2.0.tar.gz 167305 SHA256 
7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e SHA512 
c1b068137a492564fe958603712d401b7ee0def94c01a28be55f5c89e07c25684ecb0f465f3c56f35924bde038894f2914ac49539144845fb586d12b80307078
 WHIRLPOOL 
60f2fe38ba773ed52bcfe88da57bd78f2114d7018a6184ec1c0fa2a8ae6dab4cf2495cd2aa75d7a5b2beee49477dbb6b4256034cec83752db0a3c7e5f7c4debb
 DIST pyOpenSSL-17.0.0.tar.gz 167121 SHA256 
48abfe9d2bb8eb8d8947c8452b0223b7b1be2383b332f3b4f248fe59ef0bafdd SHA512 
819be95f920a70b40ae48ed6740bd1d8cd3bf2fc080f682db8978946929994cb87ac467e220267dcdafc40aa7ed2cce51a334a49b06c1e2665d295157181ddad
 WHIRLPOOL 
8256ad13d35d7c7d1678bd6c35140e13a1f601f149bc38633b3f04eaec7e302853abcb5df857a04fd04dc8ac3feeb35d4247dc979cee0969dafc538ec9b70d5c
+DIST pyOpenSSL-17.2.0.tar.gz 170816 SHA256 
5d617ce36b07c51f330aa63b83bf7f25c40a0e95958876d54d1982f8c91b4834 SHA512 
aef1628665353445760a0c869c5b88ba1f61a3ade7471bfd1ad9e57672573501574dab5a2491aaac1dc283893fcac1a81dd9b972f43d53fe7ef1aa48e3f0e88a
 WHIRLPOOL 
aab3617e825237032efa44d5b89603bcd6b33095f76bb04b53140138066d9c6e96b64bb6def4425b3cf3aa279691142c66bf5c6b9a89ef5e5c64eb83459dc5a9

diff --git a/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild 
b/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild
new file mode 100644
index 000..eab5e33ab1c
--- /dev/null
+++ b/dev-python/pyopenssl/pyopenssl-17.2.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 flag-o-matic
+
+MY_PN=pyOpenSSL
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python interface to the OpenSSL library"
+HOMEPAGE="
+   http://pyopenssl.sourceforge.net/
+   https://launchpad.net/pyopenssl
+   https://pypi.python.org/pypi/pyOpenSSL
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~x86"
+IUSE="doc examples test"
+
+RDEPEND="
+   >=dev-python/six-1.5.2[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.9[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   virtual/python-cffi[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pretend[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.1[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_prepare_all() {
+   # Requires network access
+   sed -i -e 's/test_set_default_verify_paths/_&/' tests/test_ssl.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   # FIXME: for some reason, no-ops on PyPy
+   py.test -v || die "Testing failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   if use examples ; then
+   docinto examples
+   dodoc -r examples/*
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+
+   distutils-r1_python_install_all
+}



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

2017-08-01 Thread Brian Dolbec
commit: 43f0a55c0bb20778575ae0187b42cafc3dc5c052
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:46:05 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f0a55c

dev-python/crossbar: New pkg, needed for multi-master buildbot installs

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/crossbar/Manifest  |  1 +
 dev-python/crossbar/crossbar-17.6.1_p3.ebuild | 80 +++
 dev-python/crossbar/metadata.xml  | 22 
 3 files changed, 103 insertions(+)

diff --git a/dev-python/crossbar/Manifest b/dev-python/crossbar/Manifest
new file mode 100644
index 000..37f6c5d045f
--- /dev/null
+++ b/dev-python/crossbar/Manifest
@@ -0,0 +1 @@
+DIST crossbar-17.6.1.post3.tar.gz 725054 SHA256 
8d023af0a772404f4e57add5888583fc0068d62a7a2249bea4539a6d7b70fbd9 SHA512 
c3efac2c7f7a41e6544eb98057afb249908453d6ddfb81c514f0705ed967374d50f844fe1a80395652b81a7c23abc90a03a0d6c88287f10cbfe99e64cb70919d
 WHIRLPOOL 
08555f6cecbc57ab447569864cec75993fb8aea485ce7c85aefb1530b950b5913371e73d384e15ce539445f759c4f74a35457ef4ef2fc8791c0802325cebdc7b

diff --git a/dev-python/crossbar/crossbar-17.6.1_p3.ebuild 
b/dev-python/crossbar/crossbar-17.6.1_p3.ebuild
new file mode 100644
index 000..1391093857d
--- /dev/null
+++ b/dev-python/crossbar/crossbar-17.6.1_p3.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+# Not quite ready for py3, unconditionally deps on too many backported
+# pkgs installed in newer pythons that shouldn't need them.
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PV="17.6.1.post3"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Crossbar.io - The Unified Application Router for the twisted 
framework"
+HOMEPAGE="http://crossbar.io/ https://github.com/crossbario/crossbar 
https://pypi.python.org/pypi/crossbar;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/setuptools-36.0.1[${PYTHON_USEDEP}]
+   >=dev-python/twisted-17.5.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=dev-python/enum34-1.1.6[${PYTHON_USEDEP}]' 
python2_7)
+   >=dev-python/txaio-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.2.3[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.0.9[${PYTHON_USEDEP}]
+   >=dev-python/incremental-17.5.0[${PYTHON_USEDEP}]
+   >=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
+   =dev-python/priority-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/service_identity-17.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.1.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/autobahn-17.6.2[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.9.6[${PYTHON_USEDEP}]
+   >=dev-python/treq-17.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/click-6.7[${PYTHON_USEDEP}]
+   >=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
+   >=dev-python/constantly-15.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.18[${PYTHON_USEDEP}]' 
python2_7)
+   >=dev-python/cbor-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/bitstring-3.1.5[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pytrie-0.3[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.2.2[${PYTHON_USEDEP}]
+   >=dev-python/py-ubjson-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.1.2[${PYTHON_USEDEP}]
+   >=dev-python/pyqrcode-1.2.1[${PYTHON_USEDEP}]
+   >=dev-python/lmdb-0.92[${PYTHON_USEDEP}]
+   >=dev-python/mistune-0.7.4[${PYTHON_USEDEP}]
+   >=dev-python/netaddr-0.7.19[${PYTHON_USEDEP}]
+   >=dev-python/setproctitle-1.1.10[${PYTHON_USEDEP}]
+   >=dev-python/sdnotify-0.3.1[${PYTHON_USEDEP}]
+   >=dev-python/shutilwhich-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/u-msgpack-2.4.1[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-0.8.3[${PYTHON_USEDEP}]
+"
+DEPEND="
+   >=dev-python/setuptools-36.0.1[${PYTHON_USEDEP}]
+   >=dev-python/twisted-17.5.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+DOCS=(
+   README.rst LICENSE-FOR-API LICENSE COPYRIGHT
+)
+
+S="${WORKDIR}"/${MY_P}
+
+python_prepare_all() {
+   # don't install the copyright, license... let dodoc do it
+   sed -e "s/^data_files=.*//" -i setup.py || die
+
+   distutils-r1_python_prepare_all
+}

diff --git a/dev-python/crossbar/metadata.xml b/dev-python/crossbar/metadata.xml
new file mode 100644
index 000..254c332dbb0
--- /dev/null
+++ b/dev-python/crossbar/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Primary maintainer
+ 

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

2017-08-01 Thread Brian Dolbec
commit: 29f4b51306e442220df3b6b968fc47041655c14f
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:36:22 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f4b513

dev-python/zope-interface: Version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/zope-interface/Manifest |  1 +
 .../zope-interface/zope-interface-4.4.2.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/zope-interface/Manifest 
b/dev-python/zope-interface/Manifest
index 00e94e4e012..66ce11f9a8c 100644
--- a/dev-python/zope-interface/Manifest
+++ b/dev-python/zope-interface/Manifest
@@ -2,3 +2,4 @@ DIST zope.interface-4.1.1.tar.gz 864139 SHA256 
91cba7b7cd7cb82f6f4e023fe77f94dc3
 DIST zope.interface-4.3.2.tar.gz 143139 SHA256 
6a0e224a052e3ce27b3a7b1300a24747513f7a507217fcc2a4cb02eb92945cee SHA512 
4a9b0f8b7e3157f29aca3810baea13d880b09d80945f23953e13325afe6780c2c1a5562a875f97958c1b33a28e009dd495f608aa7af79aded4f2ac2d61d3a251
 WHIRLPOOL 
f7382ca23cd3c9c6cc26154a1414306fc969fa65f242654c9e4f8aa3c821bf68bbad11476a8744908bb34884c74d8e4f5e4826c0a25788a34d78c9c8dd4538c8
 DIST zope.interface-4.4.0.tar.gz 151322 SHA256 
e50e5e87cde9bf0ed59229fd372390c2d68b3674ae313858ef544d32051e2cd3 SHA512 
82a08237f8467407304d7e7f6932e4e4fe051413f2d83ff34bc4621fe272ad223b8e62ea9ee3bebc559ce719ee20e6fd084b187a8e688fc01d8beff6dc037756
 WHIRLPOOL 
4b0b12e681a09285bc9efa14ba5f5ede82ff3941c12798e17445e4fa789a6ee2c571a79e5f5623f0eea07b80eba61d28c23935548b2dd67b93e322ac2794ea0a
 DIST zope.interface-4.4.1.tar.gz 149139 SHA256 
350e3615d70a96678c3170eb5c96d4f72b8e7738861afbf030967d52c05722fe SHA512 
62e9b86a1dde4468914945bf988e20d3eafecbb1235aab466984bfc7cfbde8b5f7a0d79774828134482fc0814880008cf26ee0bb0c1e5a6cb0b609ba5d9a9106
 WHIRLPOOL 
5342fdc8a231a213109298a9dff68af2a8277661e3982b82a0d139f095c7e83ffbf0d761afb5a25c6b3e18700ab5ac085160f50b2a10abce0494f27126b0160f
+DIST zope.interface-4.4.2.tar.gz 150150 SHA256 
4e59e427200201f69ef82956ddf9e527891becf5b7cde8ec3ce39e1d0e262eb0 SHA512 
11b95cf358e3151860a0f8a5d3d151cc4dad582aea39b5268e67b683f14343938b66315051d0ffae48d1890ec4c4a0dfcb16de912aae5fcb78ab128668735c2a
 WHIRLPOOL 
a28876ba80d75df2dc48b7b477696a1908f8eb83e8c12f3959af520c63983aa735f81a07dd8a3faeba3b0c74060298630327baf1faf4bbdbe109e91c052c55b5

diff --git a/dev-python/zope-interface/zope-interface-4.4.2.ebuild 
b/dev-python/zope-interface/zope-interface-4.4.2.ebuild
new file mode 100644
index 000..becb2ed4920
--- /dev/null
+++ b/dev-python/zope-interface/zope-interface-4.4.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1 flag-o-matic
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Interfaces for Python"
+HOMEPAGE="https://pypi.python.org/pypi/zope.interface 
https://github.com/zopefoundation/zope.interface;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]"
+DEPEND=">=dev-python/setuptools-33.1.1[${PYTHON_USEDEP}]
+   test? ( dev-python/zope-event[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_compile() {
+   if ! python_is_python3; then
+   local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
+   append-flags -fno-strict-aliasing
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2017-08-01 Thread Brian Dolbec
commit: 2342e06de57ba69db40f4aae0e32ca28c7921de3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:33:14 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2342e06d

dev-python/service_identity: Version bump

restrict tests due to missing in release tarball

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/service_identity/Manifest   |  1 +
 .../service_identity-17.0.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/service_identity/Manifest 
b/dev-python/service_identity/Manifest
index 52e16359450..61cbb42ed04 100644
--- a/dev-python/service_identity/Manifest
+++ b/dev-python/service_identity/Manifest
@@ -1,2 +1,3 @@
 DIST service_identity-14.0.0.tar.gz 26033 SHA256 
3105a319a7c55849094f599be0c377ad54824eefb404cde4ce49e74a4f5a SHA512 
d504ad388defb38a86ca82c8ff9582dbb664a929e4b4ee7f6732b2da5326c33b1764384a8d849972f83ae7800c775daf90c1f3fbc61b8d2c29294f44c7cd36d2
 WHIRLPOOL 
bc6f3cba3e3bec83c527df60dc3cd4387d74baab5a88b5c2cb731661804139c78c86074902060b64e402364ac641b4b2617c98448d4a9e6b367dc0f9d6cd5dac
 DIST service_identity-16.0.0.tar.gz 30270 SHA256 
0630e222f59f91f3db498be46b1d879ff220955d7bbad719a5cb9ad14e3c3036 SHA512 
0ffa28b3dece2415a058ec159e4f85f3e86c0de520ed5d6933ec49edca91ccc79a57893ace40d5441455791433828ab55a939e90335dfdee8582627e33a896ae
 WHIRLPOOL 
598c046bf0e7428d5d3c34e8315bc67a857377af105bddc7d07fde01eaaffb4be62026fdffab6c81eaaff897290ab735c5f3ad3f7f9c4a1bd9f932a39cef9aaf
+DIST service_identity-17.0.0.tar.gz 23502 SHA256 
4001fbb3da19e0df22c47a06d29681a398473af4aa9d745eca525b3b2c2302ab SHA512 
4ba35166b520bbeb391c047b5fcca1dbf137a65e0624c92a6b6c2229f9521627be95195a8e502cbcc5a887d904598b1f0e63b47f6a38ee9f78afe13278d692ec
 WHIRLPOOL 
efe2d369ff50834e3d63ca11c67cc6a654fd6b9d1e4dde403cf1ed7f0e05e530d34beba383eaf888ea3977ddbdeacec9d26ad1f00374333023eaaabede5910dd

diff --git a/dev-python/service_identity/service_identity-17.0.0.ebuild 
b/dev-python/service_identity/service_identity-17.0.0.ebuild
new file mode 100644
index 000..6d89f19dd8a
--- /dev/null
+++ b/dev-python/service_identity/service_identity-17.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Service identity verification for pyOpenSSL"
+HOMEPAGE="https://github.com/pyca/service_identity;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE=" MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   dev-python/pyasn1-modules[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
+   dev-python/attrs[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+# tests not included in this release
+RESTRICT="test"
+
+python_prepare_all() {
+   # Prevent un-needed download during build
+   sed -e "/^'sphinx.ext.intersphinx',/d" -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test -v -v -x || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2017-08-01 Thread Brian Dolbec
commit: 6d244fd83363d88dfc0439925a75429ccc0ebb83
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Aug  1 18:41:32 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Aug  1 18:51:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d244fd8

dev-python/shutilwhich: New pkg, dep of new pkg dev-python/crossbar

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/shutilwhich/Manifest |  1 +
 dev-python/shutilwhich/metadata.xml | 22 ++
 dev-python/shutilwhich/shutilwhich-1.1.0.ebuild | 20 
 3 files changed, 43 insertions(+)

diff --git a/dev-python/shutilwhich/Manifest b/dev-python/shutilwhich/Manifest
new file mode 100644
index 000..55338c15549
--- /dev/null
+++ b/dev-python/shutilwhich/Manifest
@@ -0,0 +1 @@
+DIST shutilwhich-1.1.0.tar.gz 2300 SHA256 
db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6 SHA512 
94001875c428ce1ad1c92e5f5be1ed497630ac0e2221dbb93fde8438f128f4f2663a0a13e17b94852e4813aadec694fa21c24f647500e8053c89ec610eb7fe21
 WHIRLPOOL 
31fbd1cfaacd52d271fbd7751ee2ba9ac41a310d410975fa425a1763ffcdc50be0ebec89aa9a817bf06a93152a6cae48cc343946eda118400dc865e98c217cd1

diff --git a/dev-python/shutilwhich/metadata.xml 
b/dev-python/shutilwhich/metadata.xml
new file mode 100644
index 000..ff479cb63ca
--- /dev/null
+++ b/dev-python/shutilwhich/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   
+   g...@marcbrinkmann.de
+   Marc Brinkmann
+   
+   shutilwhich
+   mbr/shutilwhich
+   
+   
+   shutilwhich will monkey-patch the shutil package, so from that 
+   point on you can simply import the which function.  On Python 
+   3.3 and above, the module never do anything but return the 
+   stdlib shutil.which function.
+   
+

diff --git a/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild 
b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
new file mode 100644
index 000..a831a85242b
--- /dev/null
+++ b/dev-python/shutilwhich/shutilwhich-1.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A copy & paste backport of Python 3.3's shutil.which function"
+HOMEPAGE="https://pypi.python.org/pypi/shutilwhich 
https://github.com/mbr/shutilwhich;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""



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

2017-08-01 Thread Brian Evans
commit: f581c9e314986ce58cc4a45eda5380fe948a735c
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Aug  1 18:22:01 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug  1 18:22:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f581c9e3

dev-php/PEAR-Text_Wiki_BBCode: Revbump for new PEAR eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 ...0.0.4-r2.ebuild => PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild} | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git 
a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild 
b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
similarity index 59%
rename from dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild
rename to dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
index 0c2224a73a7..25a06efaece 100644
--- a/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r2.ebuild
+++ b/dev-php/PEAR-Text_Wiki_BBCode/PEAR-Text_Wiki_BBCode-0.0.4-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-inherit php-pear-r1
+inherit php-pear-r2
 
 DESCRIPTION="BBCode parser for Text_Wiki"
 
@@ -13,3 +13,9 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 DEPEND=""
 RDEPEND=">=dev-php/PEAR-Text_Wiki-1.0.3"
+
+DOCS=( doc/BBCodeParser_V2.ini
+   doc/BBCodeParser.php
+   doc/README_BBCodeParser
+   doc/parser.php
+   doc/BBtest.txt )



[gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-php/files/, app-eselect/eselect-php/

2017-08-01 Thread Brian Evans
commit: 1de18f760e199383f55d8ef3e80017c50f40fe95
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Aug  1 18:27:14 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Aug  1 18:27:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de18f76

app-eselect/eselect-php: Revbump to remove set call in files/php-fpm-launcher-r2

The "set -o errexit" and "set -e" cause $(get_libdir) to fail.
Apparently, gentoo-functions does not work properly if this is set.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../{eselect-php-0.9.4-r1.ebuild => eselect-php-0.9.4-r2.ebuild}| 0
 app-eselect/eselect-php/files/php-fpm-launcher-r2   | 2 --
 2 files changed, 2 deletions(-)

diff --git a/app-eselect/eselect-php/eselect-php-0.9.4-r1.ebuild 
b/app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild
similarity index 100%
rename from app-eselect/eselect-php/eselect-php-0.9.4-r1.ebuild
rename to app-eselect/eselect-php/eselect-php-0.9.4-r2.ebuild

diff --git a/app-eselect/eselect-php/files/php-fpm-launcher-r2 
b/app-eselect/eselect-php/files/php-fpm-launcher-r2
index db07a1352d8..3a6b2720fa6 100644
--- a/app-eselect/eselect-php/files/php-fpm-launcher-r2
+++ b/app-eselect/eselect-php/files/php-fpm-launcher-r2
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-set -o errexit
-
 . /lib/gentoo/functions.sh
 
 # If there are no arguments, then "shift" will fail (bug 626496).



[gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-pam-ldapd/

2017-08-01 Thread Patrick McLean
commit: 57d8f9156591dc15473cfea013a9b39ddced6177
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Aug  1 17:44:17 2017 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Aug  1 17:44:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d8f915

sys-auth/nss-pam-ldapd: Revision bump, actually drop python-ldap dep

The -r1 ebuild was refactored to make python-ldap no longer needed in
DEPEND, but I forgot to actually drop the dep.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../{nss-pam-ldapd-0.9.8-r1.ebuild => nss-pam-ldapd-0.9.8-r2.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r1.ebuild 
b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r2.ebuild
similarity index 99%
rename from sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r1.ebuild
rename to sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r2.ebuild
index f8ec1cb488f..d286f5f9a46 100644
--- a/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r1.ebuild
+++ b/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.8-r2.ebuild
@@ -17,7 +17,6 @@ IUSE="debug kerberos +pam pynslcd sasl test +utils"
 
 COMMON_DEP="
net-nds/openldap[${MULTILIB_USEDEP}]
-   dev-python/python-ldap[${PYTHON_USEDEP}]
sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
virtual/pam[${MULTILIB_USEDEP}]



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

2017-08-01 Thread Amy Liffey
commit: ec37acff8f7975307fcb8cd52dbc1ba890c5ce2d
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 17:09:36 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 17:09:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec37acff

net-dns/knot: remove inactive proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-dns/knot/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-dns/knot/metadata.xml b/net-dns/knot/metadata.xml
index fa36b13d84b..f95f22c8006 100644
--- a/net-dns/knot/metadata.xml
+++ b/net-dns/knot/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   ond...@sury.org
-   Ondřej Surý
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+


Include support for the dnstap binary log format



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

2017-08-01 Thread Keri Harris
commit: 7af091fee0fe97f41d4309edf3fe2c1c6143f792
Author: Keri Harris  gentoo  org>
AuthorDate: Tue Aug  1 16:38:56 2017 +
Commit: Keri Harris  gentoo  org>
CommitDate: Tue Aug  1 16:38:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af091fe

dev-lang/qu-prolog: block games-rpg/kqlives due to file collision. See bug 
#597790

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 dev-lang/qu-prolog/qu-prolog-10.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lang/qu-prolog/qu-prolog-10.0.ebuild 
b/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
index 15d7adb69ed..0e221616b1e 100644
--- a/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
+++ b/dev-lang/qu-prolog/qu-prolog-10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,6 +19,7 @@ IUSE="debug doc examples pedro qt4 readline threads"
 RDEPEND="
!dev-util/mpatch
!dev-util/rej
+   !games-rpg/kqlives
qt4? ( dev-qt/qtgui:4 )
pedro? ( net-misc/pedro )
readline? ( app-misc/rlwrap )"



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

2017-08-01 Thread Tony Vroon
commit: 96dedf646b64ea1dc51d8a37660559385df5a5ba
Author: Tony Vroon  gentoo  org>
AuthorDate: Tue Aug  1 16:32:18 2017 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Tue Aug  1 16:32:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96dedf64

dev-python/netmiko: Initial commit; ebuild by Russell Heilling with some minor 
changes by me. Reviewed by Manuel Rüger.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/netmiko/Manifest |  1 +
 dev-python/netmiko/metadata.xml | 16 
 dev-python/netmiko/netmiko-1.4.2.ebuild | 24 
 3 files changed, 41 insertions(+)

diff --git a/dev-python/netmiko/Manifest b/dev-python/netmiko/Manifest
new file mode 100644
index 000..7a4e554ef7c
--- /dev/null
+++ b/dev-python/netmiko/Manifest
@@ -0,0 +1 @@
+DIST netmiko-1.4.2.tar.gz 45217 SHA256 
00486456951e23fdc240cdcf9525727ecf1d1dbd22ac1f5053e00dc687c16ed1 SHA512 
57531f3004191aba0639394149ce60fa9ed1ce9c5ba401a0e901d5a28b404506bd08f2c30ea915c379cac75186ec4076dfca3940a1abe19d89aba58268de736a
 WHIRLPOOL 
95adfc09c14b067974a062fe5a1f0445f31c148a45a6806cd6808b083f5b3e87242b12b95a7a3f446438e94f6330765741fa358db6a0acae9239416323101000

diff --git a/dev-python/netmiko/metadata.xml b/dev-python/netmiko/metadata.xml
new file mode 100644
index 000..fd7d7423ac4
--- /dev/null
+++ b/dev-python/netmiko/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+chain...@gentoo.org
+Tony Vroon
+  
+  
+pyt...@gentoo.org
+Python
+  
+  
+ktbyers/netmiko
+netmiko
+  
+

diff --git a/dev-python/netmiko/netmiko-1.4.2.ebuild 
b/dev-python/netmiko/netmiko-1.4.2.ebuild
new file mode 100644
index 000..1e4ba2290de
--- /dev/null
+++ b/dev-python/netmiko/netmiko-1.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2016-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Multi-vendor library to simplify Paramiko SSH connections to 
network devices"
+HOMEPAGE="https://github.com/ktbyers/netmiko;
+LICENSE="MIT"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/scp[${PYTHON_USEDEP}]
+   dev-python/paramiko[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2017-08-01 Thread José María Alonso
commit: 7bbe91c69c5d6b1814310d6ec523aa11d20712de
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Aug  1 16:27:19 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Aug  1 16:27:19 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7bbe91c6

dev-lisp/sbcl: Adds arm64

 dev-lisp/sbcl/sbcl-1.3.20.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lisp/sbcl/sbcl-1.3.20.ebuild b/dev-lisp/sbcl/sbcl-1.3.20.ebuild
index 85fc88ec..3665ca25 100644
--- a/dev-lisp/sbcl/sbcl-1.3.20.ebuild
+++ b/dev-lisp/sbcl/sbcl-1.3.20.ebuild
@@ -29,6 +29,7 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   arm64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM64}-arm64-linux-binary.tar.bz2 )
ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )



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

2017-08-01 Thread José María Alonso
commit: 37c0de76622362cade9344b768d644467f8a1a83
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Aug  1 16:18:00 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Aug  1 16:18:00 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=37c0de76

dev-lisp/sbcl: Bumps version to 1.3.20

 dev-lisp/sbcl/sbcl-1.3.20.ebuild | 234 +++
 1 file changed, 234 insertions(+)

diff --git a/dev-lisp/sbcl/sbcl-1.3.20.ebuild b/dev-lisp/sbcl/sbcl-1.3.20.ebuild
new file mode 100644
index ..85fc88ec
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.3.20.ebuild
@@ -0,0 +1,234 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.3.20
+BV_AMD64=1.3.20
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.3.12
+BV_ARM64=1.3.16
+BV_PPC_MACOS=1.0.47
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_SPARC_SOLARIS=1.0.23
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/;
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3.1:="
+DEPEND="${CDEPEND}
+   doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
+   pax_kernel? ( sys-apps/elfix )"
+RDEPEND="${CDEPEND}
+   !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
+
+# Disable warnings about executable stacks, as this won't be fixed soon by 
upstream
+QA_EXECSTACK="usr/bin/sbcl"
+
+CONFIG="${S}/customize-target-features.lisp"
+ENVD="${T}/50sbcl"
+
+# Prevent ASDF from using the system libraries
+CL_SOURCE_REGISTRY="(:source-registry :ignore-inherited-configuration)"
+ASDF_OUTPUT_TRANSLATIONS="(:output-translations 
:ignore-inherited-configuration)"
+
+usep() {
+   use ${1} && echo "true" || echo "false"
+}
+
+sbcl_feature() {
+   echo "$( [[ ${1} == "true" ]] && echo "(enable ${2})" || echo "(disable 
${2})")" >> "${CONFIG}"
+}
+
+sbcl_apply_features() {
+   sed 's/^X//' > "${CONFIG}" <<-'EOF'
+   (lambda (list)
+   X  (flet ((enable  (x) (pushnew x list))
+   X (disable (x) (setf list (remove x list
+   EOF
+   if use x86 || use amd64; then
+   sbcl_feature "$(usep threads)" ":sb-thread"
+   fi
+   sbcl_feature "true" ":sb-ldb"
+   sbcl_feature "false" ":sb-test"
+   sbcl_feature "$(usep unicode)" ":sb-unicode"
+   sbcl_feature "$(usep zlib)" ":sb-core-compression"
+   sbcl_feature "$(usep debug)" ":sb-xref-for-internals"
+   sed 's/^X//' >> "${CONFIG}" <<-'EOF'
+   X)
+   X  list)
+   EOF
+   cat "${CONFIG}"
+}
+
+src_unpack() {
+   unpack ${A}
+   mv sbcl-*-* sbcl-binary || die
+   cd "${S}"
+}
+
+src_prepare() {
+   # bug #468482
+   eapply "${FILESDIR}"/concurrency-test-1.3.15.patch
+   # bugs #486552, #527666, #517004
+   eapply "${FILESDIR}"/${PN}-1.3.19-bsd-sockets-test.patch
+   # bugs #560276, #561018
+   eapply "${FILESDIR}"/sb-posix-test-1.2.15.patch
+
+   eapply "${FILESDIR}"/${PN}-1.2.11-solaris.patch
+   eapply "${FILESDIR}"/${PN}-1.2.13-verbose-build.patch
+
+   eapply_user
+
+   # bug #526194
+   sed -e "s@CFLAGS =.*\$@CFLAGS = ${CFLAGS} -g -Wall -Wsign-compare@" \
+   -e "s@LINKFLAGS =.*\$@LINKFLAGS = ${LDFLAGS} -g@" \
+   -i src/runtime/GNUmakefile || die
+
+   sed -e 

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

2017-08-01 Thread Richard Farina
commit: dc60b14d784aadab47e4cfdb1630c05f0a78611a
Author: Zero_Chaos  gentoo  org>
AuthorDate: Tue Aug  1 15:47:10 2017 +
Commit: Richard Farina  gentoo  org>
CommitDate: Tue Aug  1 15:47:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc60b14d

net-wireless/wpa_supplicant: fix bug #621626

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --force

 .../{wpa_supplicant-2.6-r1.ebuild => wpa_supplicant-2.6-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild 
b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild
similarity index 99%
rename from net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild
rename to net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild
index ba70ef8eb39..7fd922e763e 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit qmake-utils systemd toolchain-funcs
+inherit eutils qmake-utils systemd toolchain-funcs
 
 DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
 HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/;



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

2017-08-01 Thread Tony Vroon
commit: e1f77c1cdf4c220bb3d5a470beb1e496f0701332
Author: Tony Vroon  gentoo  org>
AuthorDate: Tue Aug  1 15:18:49 2017 +
Commit: Tony Vroon  gentoo  org>
CommitDate: Tue Aug  1 15:19:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f77c1c

dev-python/scp: Initial commit; ebuild by Riccardo Verzeni with some minor work 
by me. Reviewed by Manuel Rüger & dwfreed.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/scp/Manifest  |  1 +
 dev-python/scp/metadata.xml  | 16 
 dev-python/scp/scp-0.10.2.ebuild | 24 
 3 files changed, 41 insertions(+)

diff --git a/dev-python/scp/Manifest b/dev-python/scp/Manifest
new file mode 100644
index 000..1961de13d56
--- /dev/null
+++ b/dev-python/scp/Manifest
@@ -0,0 +1 @@
+DIST scp-0.10.2.tar.gz 6230 SHA256 
18f59e48df67fac0b069591609a0f4d50d781a101ddb8ec705f0c2e3501a8386 SHA512 
165a0aef1207a2603bb0e15bd6d3171244ebb83b698b7e7d354e7c4d08175a711b168d31e60174c16f1597dcd35b2e070b544c1027d0b52c93be8ed024bac680
 WHIRLPOOL 
5dfa83a09683aba908f7874be56faa32969a1ad3c4261b9e29744b4bb6bac73075a25e832ebbf349cd7cb638aa71592e0063576463c98ce4ac8ab4253152d40d

diff --git a/dev-python/scp/metadata.xml b/dev-python/scp/metadata.xml
new file mode 100644
index 000..0a2d4455dbc
--- /dev/null
+++ b/dev-python/scp/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+chain...@gentoo.org
+Tony Vroon
+  
+  
+pyt...@gentoo.org
+Python
+  
+  
+jbardin/scp.py
+scp
+  
+

diff --git a/dev-python/scp/scp-0.10.2.ebuild b/dev-python/scp/scp-0.10.2.ebuild
new file mode 100644
index 000..3bbbde305ab
--- /dev/null
+++ b/dev-python/scp/scp-0.10.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2016-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="scp module for paramiko"
+HOMEPAGE="https://github.com/jbardin/scp.py;
+LICENSE="LGPL-2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2017-08-01 Thread Lars Wendler
commit: 5131b493538313bf348d72b03751289de77e0adb
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  1 15:08:15 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug  1 15:08:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5131b493

sys-apps/kexec-tools: Bump to version 2.0.15

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/kexec-tools/Manifest  |  1 +
 sys-apps/kexec-tools/kexec-tools-2.0.15.ebuild | 81 ++
 2 files changed, 82 insertions(+)

diff --git a/sys-apps/kexec-tools/Manifest b/sys-apps/kexec-tools/Manifest
index 172bd2db1e1..f209b88f512 100644
--- a/sys-apps/kexec-tools/Manifest
+++ b/sys-apps/kexec-tools/Manifest
@@ -1,5 +1,6 @@
 DIST kexec-tools-2.0.12.tar.xz 274776 SHA256 
14ce67b6242426a7ded10f58b7d29d3cfef5c1379850e8ba3816bb42053f920d SHA512 
d192f841180daf534f7214b6c7c5dcd9de0e5616e8cb0da164c24e8b5903a2f65bb1fbe6ca29a3b9077fa6f6435cc33fda19a96584e1f393ee7a2fe56f374dab
 WHIRLPOOL 
9895716544987682f4ba9cc0622afa14c7dc844482fedce29ec9780b8ff74f87cf2bd79ef58febe651fa3bc5934b6d54aaae31d2593fb32ea9fffdca1e5f8c91
 DIST kexec-tools-2.0.13.tar.xz 276824 SHA256 
874baf421171dbfca0084af2da71ccf5a67749dd2a27c3023da5f72460bae5cc SHA512 
19ff83eb25f492de5d87c0d5c3df9189ec5af225c3343ae61ae595fcb02638c0d7b8474edfa569c46e7203ae68e6c358db929a7dcfbf908518a00d6b5a597081
 WHIRLPOOL 
9281a2141892972657a02d6374dfa42474ce7c83955d9d54a1fd50456c34b8b2018aa3ab179a393e365c7ed2bfd43b2a94d3397e2bb09e25e9751eb19eace4e7
 DIST kexec-tools-2.0.14.tar.xz 283640 SHA256 
ffb2e7e99d9d08754c6bc1922aed3c94f318665d82a72ecc76c4ff1c0dc6 SHA512 
8c1f9d1f4bb69a621961d45091f9c8349535ae69b80168423663685b44d89e1b9324d5cd11c83e86d805a3371f4f1600b0def551c52efb3c6cf020e9c11c273f
 WHIRLPOOL 
1f9cc414724bf2d710876b2fbf721543cbd973b272a66b86bf134774b946ec540579b698fa3bcb56a2041d226da2c4298f750180c671ece17633067370a9df8e
+DIST kexec-tools-2.0.15.tar.xz 286944 SHA256 
899b7b861431eb51886d0c12866e91b036228244d35a5fb04762dd1a3c0194e7 SHA512 
0bddf31b9bb0e203b813d820e1e248974c2d62cb388dfaf4f2f4971f764cc71e54edbaeaeb663c15d6fa06574beceb87d9ffd7d822ac6699d86c54645096e7e9
 WHIRLPOOL 
8d40f03cc9cbaf90a9ab9bcb009dfd3c5b1130eec6ac515c3d3a2f7d7205d856fb43ff748a4ef51a1d3169f7ba068d998baafc155c7400a8e96245e326d62558
 DIST kexec-tools-2.0.4.tar.xz 271604 SHA256 
e5f5ab00d746eb15b4714eca6a8ec5a1a86a62ce2bbdad1b3000161138a978c6 SHA512 
2514f407d9150d2615dffc91a525fb28f159bef92b9543f9802e2618746b7d4c04137668ad8a8d8f0b75f68ed9057d09629ce736b6a061b5cf817b9d904f549e
 WHIRLPOOL 
70ad298512e700cd1cdee7698e4fa68a769d91d3080d5d8387b8362ad49126ad68b0b6dbd1f13305958bdc988f805fa610e487682fd0eb5e4e9bcda0a9022627
 DIST kexec-tools-2.0.9.tar.xz 272728 SHA256 
8ae34a9ceb76350954e1e1e3ca9ab51da15862bd5f2fd14392208e60fb454f71 SHA512 
b58f8f0872f1a6a3a93bc67068d7035c4b39e985dafadc573585d92259ff289bf98d5a567293a5286668315ac2158b232919e0c6847fdefc68b7ecbcfab5109e
 WHIRLPOOL 
840d9d17ce9facc131736ef52acabb03bcc6d21f671896ff5603bd8d6bd629519e169ca878a127b863235b236dafd3b29f598424b272f599503bb3f1a5f70050

diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.15.ebuild 
b/sys-apps/kexec-tools/kexec-tools-2.0.15.ebuild
new file mode 100644
index 000..f3f01574c05
--- /dev/null
+++ b/sys-apps/kexec-tools/kexec-tools-2.0.15.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
+   AUTOTOOLS_AUTORECONF=true
+else
+   SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+inherit libtool linux-info systemd
+
+DESCRIPTION="Load another kernel from the currently executing Linux kernel"
+HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="booke lzma xen zlib"
+
+REQUIRED_USE="lzma? ( zlib )"
+
+DEPEND="
+   lzma? ( app-arch/xz-utils )
+   zlib? ( sys-libs/zlib )"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~KEXEC"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.4-disable-kexec-test.patch
+   "${FILESDIR}"/${PN}-2.0.4-out-of-source.patch
+)
+
+pkg_setup() {
+   # GNU Make's $(COMPILE.S) passes ASFLAGS to $(CCAS), CCAS=$(CC)
+   export ASFLAGS="${CCASFLAGS}"
+}
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with booke)
+   $(use_with lzma)
+   $(use_with xen)
+   $(use_with zlib)
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   dodoc "${FILESDIR}"/README.Gentoo
+
+   newinitd "${FILESDIR}"/kexec.init-2.0.13-r1 kexec
+   newconfd "${FILESDIR}"/kexec.conf-2.0.4 kexec
+
+   insinto /etc
+   doins "${FILESDIR}"/kexec.conf
+

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

2017-08-01 Thread Lars Wendler
commit: 2704730b9198b969d78f8c90e66adf57c777d985
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  1 15:10:20 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug  1 15:10:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2704730b

sys-apps/kexec-tools: Removed old.

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/kexec-tools/Manifest  |  3 -
 .../files/kexec-tools-2.0.9-hardened.patch | 16 -
 sys-apps/kexec-tools/kexec-tools-2.0.12.ebuild | 76 --
 sys-apps/kexec-tools/kexec-tools-2.0.13-r1.ebuild  | 76 --
 sys-apps/kexec-tools/kexec-tools-2.0.13.ebuild | 76 --
 sys-apps/kexec-tools/kexec-tools-2.0.9-r2.ebuild   | 70 
 6 files changed, 317 deletions(-)

diff --git a/sys-apps/kexec-tools/Manifest b/sys-apps/kexec-tools/Manifest
index f209b88f512..257e7124b8e 100644
--- a/sys-apps/kexec-tools/Manifest
+++ b/sys-apps/kexec-tools/Manifest
@@ -1,6 +1,3 @@
-DIST kexec-tools-2.0.12.tar.xz 274776 SHA256 
14ce67b6242426a7ded10f58b7d29d3cfef5c1379850e8ba3816bb42053f920d SHA512 
d192f841180daf534f7214b6c7c5dcd9de0e5616e8cb0da164c24e8b5903a2f65bb1fbe6ca29a3b9077fa6f6435cc33fda19a96584e1f393ee7a2fe56f374dab
 WHIRLPOOL 
9895716544987682f4ba9cc0622afa14c7dc844482fedce29ec9780b8ff74f87cf2bd79ef58febe651fa3bc5934b6d54aaae31d2593fb32ea9fffdca1e5f8c91
-DIST kexec-tools-2.0.13.tar.xz 276824 SHA256 
874baf421171dbfca0084af2da71ccf5a67749dd2a27c3023da5f72460bae5cc SHA512 
19ff83eb25f492de5d87c0d5c3df9189ec5af225c3343ae61ae595fcb02638c0d7b8474edfa569c46e7203ae68e6c358db929a7dcfbf908518a00d6b5a597081
 WHIRLPOOL 
9281a2141892972657a02d6374dfa42474ce7c83955d9d54a1fd50456c34b8b2018aa3ab179a393e365c7ed2bfd43b2a94d3397e2bb09e25e9751eb19eace4e7
 DIST kexec-tools-2.0.14.tar.xz 283640 SHA256 
ffb2e7e99d9d08754c6bc1922aed3c94f318665d82a72ecc76c4ff1c0dc6 SHA512 
8c1f9d1f4bb69a621961d45091f9c8349535ae69b80168423663685b44d89e1b9324d5cd11c83e86d805a3371f4f1600b0def551c52efb3c6cf020e9c11c273f
 WHIRLPOOL 
1f9cc414724bf2d710876b2fbf721543cbd973b272a66b86bf134774b946ec540579b698fa3bcb56a2041d226da2c4298f750180c671ece17633067370a9df8e
 DIST kexec-tools-2.0.15.tar.xz 286944 SHA256 
899b7b861431eb51886d0c12866e91b036228244d35a5fb04762dd1a3c0194e7 SHA512 
0bddf31b9bb0e203b813d820e1e248974c2d62cb388dfaf4f2f4971f764cc71e54edbaeaeb663c15d6fa06574beceb87d9ffd7d822ac6699d86c54645096e7e9
 WHIRLPOOL 
8d40f03cc9cbaf90a9ab9bcb009dfd3c5b1130eec6ac515c3d3a2f7d7205d856fb43ff748a4ef51a1d3169f7ba068d998baafc155c7400a8e96245e326d62558
 DIST kexec-tools-2.0.4.tar.xz 271604 SHA256 
e5f5ab00d746eb15b4714eca6a8ec5a1a86a62ce2bbdad1b3000161138a978c6 SHA512 
2514f407d9150d2615dffc91a525fb28f159bef92b9543f9802e2618746b7d4c04137668ad8a8d8f0b75f68ed9057d09629ce736b6a061b5cf817b9d904f549e
 WHIRLPOOL 
70ad298512e700cd1cdee7698e4fa68a769d91d3080d5d8387b8362ad49126ad68b0b6dbd1f13305958bdc988f805fa610e487682fd0eb5e4e9bcda0a9022627
-DIST kexec-tools-2.0.9.tar.xz 272728 SHA256 
8ae34a9ceb76350954e1e1e3ca9ab51da15862bd5f2fd14392208e60fb454f71 SHA512 
b58f8f0872f1a6a3a93bc67068d7035c4b39e985dafadc573585d92259ff289bf98d5a567293a5286668315ac2158b232919e0c6847fdefc68b7ecbcfab5109e
 WHIRLPOOL 
840d9d17ce9facc131736ef52acabb03bcc6d21f671896ff5603bd8d6bd629519e169ca878a127b863235b236dafd3b29f598424b272f599503bb3f1a5f70050

diff --git a/sys-apps/kexec-tools/files/kexec-tools-2.0.9-hardened.patch 
b/sys-apps/kexec-tools/files/kexec-tools-2.0.9-hardened.patch
deleted file mode 100644
index 01a8b4be933..000
--- a/sys-apps/kexec-tools/files/kexec-tools-2.0.9-hardened.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-the purgatory subdir gets loaded into the kernel so we need to
-make sure it does not get built with compiler settings like the
-rest of the userland tools.  that means no PIC/PIE/SSP/etc...
-
 a/purgatory/Makefile
-+++ b/purgatory/Makefile
-@@ -47,7 +47,8 @@ purgatory/sha256.o: $(srcdir)/util_lib/sha256.c
- $(PURGATORY): CC=$(TARGET_CC)
- $(PURGATORY): CFLAGS+=$(PURGATORY_EXTRA_CFLAGS) \
- $($(ARCH)_PURGATORY_EXTRA_CFLAGS) \
---Os -fno-builtin -ffreestanding
-+-Os -fno-builtin -ffreestanding \
-+-fno-PIC -fno-PIE -fno-stack-protector
- 
- $(PURGATORY): CPPFLAGS=$($(ARCH)_PURGATORY_EXTRA_CFLAGS) \
-   -I$(srcdir)/purgatory/include \

diff --git a/sys-apps/kexec-tools/kexec-tools-2.0.12.ebuild 
b/sys-apps/kexec-tools/kexec-tools-2.0.12.ebuild
deleted file mode 100644
index fb38edc70a0..000
--- a/sys-apps/kexec-tools/kexec-tools-2.0.12.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git"
-   

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

2017-08-01 Thread Lars Wendler
commit: 2866f4373027f71ee945cbe06a13f23fc44ac846
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  1 15:08:47 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug  1 15:08:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2866f437

sys-apps/kexec-tools: Sync live ebuild.

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler  gentoo.org>

 sys-apps/kexec-tools/kexec-tools-.ebuild | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/sys-apps/kexec-tools/kexec-tools-.ebuild 
b/sys-apps/kexec-tools/kexec-tools-.ebuild
index fb38edc70a0..f3f01574c05 100644
--- a/sys-apps/kexec-tools/kexec-tools-.ebuild
+++ b/sys-apps/kexec-tools/kexec-tools-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 if [[ ${PV} == "" ]] ; then
inherit git-r3
@@ -9,10 +9,10 @@ if [[ ${PV} == "" ]] ; then
AUTOTOOLS_AUTORECONF=true
 else
SRC_URI="mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
-inherit autotools-utils linux-info systemd
+inherit libtool linux-info systemd
 
 DESCRIPTION="Load another kernel from the currently executing Linux kernel"
 HOMEPAGE="https://kernel.org/pub/linux/utils/kernel/kexec/;
@@ -40,6 +40,11 @@ pkg_setup() {
export ASFLAGS="${CCASFLAGS}"
 }
 
+src_prepare() {
+   default
+   elibtoolize
+}
+
 src_configure() {
local myeconfargs=(
$(use_with booke)
@@ -47,15 +52,15 @@ src_configure() {
$(use_with xen)
$(use_with zlib)
)
-   autotools-utils_src_configure
+   econf "${myeconfargs[@]}"
 }
 
 src_install() {
-   autotools-utils_src_install
+   default
 
dodoc "${FILESDIR}"/README.Gentoo
 
-   newinitd "${FILESDIR}"/kexec.init-2.0.12 kexec
+   newinitd "${FILESDIR}"/kexec.init-2.0.13-r1 kexec
newconfd "${FILESDIR}"/kexec.conf-2.0.4 kexec
 
insinto /etc



[gentoo-commits] repo/gentoo:master commit in: app-editors/hexcurse/files/, app-editors/hexcurse/

2017-08-01 Thread Lars Wendler
commit: ceb830de0133e302a9db9589b0aaf9f5f0e7ce9e
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Aug  1 14:59:56 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Aug  1 15:00:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb830de

app-editors/hexcurse: Bump to version 1.60.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Lars Wendler  gentoo.org>

 app-editors/hexcurse/Manifest  |  1 +
 .../hexcurse/files/hexcurse-1.60.0-tinfo.patch | 13 +
 app-editors/hexcurse/hexcurse-1.60.0.ebuild| 32 ++
 app-editors/hexcurse/metadata.xml  | 17 +++-
 4 files changed, 56 insertions(+), 7 deletions(-)

diff --git a/app-editors/hexcurse/Manifest b/app-editors/hexcurse/Manifest
index 69ec25732b1..5ce4605e23e 100644
--- a/app-editors/hexcurse/Manifest
+++ b/app-editors/hexcurse/Manifest
@@ -1 +1,2 @@
 DIST hexcurse-1.55.tar.gz 113512 SHA256 
b8d589f80acfa590fddd60d9482cf6ba38b295bf785ae4e0aff37b5ab436cb16 SHA512 
39f9eae0bb891bdfb702fb871b75c53d15acf6e74b3272b616f00303f444bfddced6fbe3041eb3769fa90fbc226dd584f5d84f7427b659e63f3b74511938a4a7
 WHIRLPOOL 
ee8a5ac7db87db654db1486872687bd8c7dcea7b5376704522a16d58cc467a6ec5409dadacd2ddcb36fd30689268dec334f59cd5885a19b78e666a5ffb7befec
+DIST hexcurse-1.60.0.tar.gz 171904 SHA256 
f6919e4a824ee354f003f0c42e4c4cef98a93aa7e3aa449caedd13f9a2db5530 SHA512 
2301f10e9190922fc61cbbe3a834826ebf87bc5ece9191d368181e2336af240e68cbe46e3a60dee3e0e42281b2f05ae4a7060ee1083b37f4906eacc66e58a094
 WHIRLPOOL 
738961ef81afe56f36b3930e16b52f88fb98c5c8ffd026ec2d2dd155355365ec03996a023139400c0c22ccd902fbd4ab683237efee55198e6223515a405226e0

diff --git a/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch 
b/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch
new file mode 100644
index 000..e5e0fe0ac40
--- /dev/null
+++ b/app-editors/hexcurse/files/hexcurse-1.60.0-tinfo.patch
@@ -0,0 +1,13 @@
+--- hexcurse-1.60.0/configure.ac
 hexcurse-1.60.0/configure.ac
+@@ -15,7 +15,9 @@
+ 
+ dnl Checks for libraries.
+ dnl Replace `main' with a function in -lncurses:
+-AC_CHECK_LIB(ncurses, initscr,,[AC_CHECK_LIB(curses, 
initscr,,[AC_MSG_ERROR([ncurses library not found])])])
++AC_CHECK_LIB(ncurses, initscr)
++AC_SEARCH_LIBS(initscr,curses)
++AC_SEARCH_LIBS(LINES,tinfo)
+ 
+ dnl Checks for header files.
+ AC_HEADER_STDC

diff --git a/app-editors/hexcurse/hexcurse-1.60.0.ebuild 
b/app-editors/hexcurse/hexcurse-1.60.0.ebuild
new file mode 100644
index 000..568f74ebbb8
--- /dev/null
+++ b/app-editors/hexcurse/hexcurse-1.60.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools
+
+DESCRIPTION="ncurses based hex editor"
+HOMEPAGE="https://github.com/LonnyGomes/hexcurse;
+SRC_URI="https://github.com/LonnyGomes/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+
+RDEPEND=">=sys-libs/ncurses-5.2:0="
+DEPEND="
+   ${RDEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.60.0-tinfo.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   dodoc AUTHORS ChangeLog NEWS README
+}

diff --git a/app-editors/hexcurse/metadata.xml 
b/app-editors/hexcurse/metadata.xml
index b75e8cfaa4d..05c3859ddba 100644
--- a/app-editors/hexcurse/metadata.xml
+++ b/app-editors/hexcurse/metadata.xml
@@ -1,11 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   base-sys...@gentoo.org
-   Gentoo Base System
-
-
-A console-based hex editor for the *NIX platform which uses the ncurses 
library.
-
+   
+   base-sys...@gentoo.org
+   Gentoo Base System
+   
+   
+   A console-based hex editor for the *NIX platform which uses the 
ncurses library.
+   
+   
+   LonnyGomes/hexcurse
+   
 



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

2017-08-01 Thread Akinori Hattori
commit: 88095a7c119befaa9f80b439c38787ec285c278c
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:48:02 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:48:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88095a7c

app-i18n/ibus: new upstream release

Gentoo-Bug: 626768

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/Manifest   |   1 +
 app-i18n/ibus/ibus-1.5.16.ebuild | 184 +++
 app-i18n/ibus/metadata.xml   |   1 +
 3 files changed, 186 insertions(+)

diff --git a/app-i18n/ibus/Manifest b/app-i18n/ibus/Manifest
index f12243f7cc1..8e79eb6aee5 100644
--- a/app-i18n/ibus/Manifest
+++ b/app-i18n/ibus/Manifest
@@ -1,2 +1,3 @@
 DIST ibus-1.5.12.tar.gz 2190284 SHA256 
e24da95995f4aca5b96359eaba709487dc5ad4c732e9b01b9bcf9fb34be2442c SHA512 
a443bf0d1b71a52c18e7d13a0c69f38c48f6924cfb1669912880b87be1bf41bcb7d8d6252aafd6799e43d41c081fd94cf334fd836a0505c93a4e5c5b68241c81
 WHIRLPOOL 
82354fc5006a0abe4cb431dda90a67dc1b775f0bac521b481eaeb7acd167ba6179cad14045c5141c57618845589094613bc489357ee8bf550f131ecfb1bf8293
 DIST ibus-1.5.15.tar.gz 2259352 SHA256 
41f7baad6f3aac0cdfaebef674a8731ae47950f140edfbeefebaeed78c93e385 SHA512 
4e588acf2ca0172b365630dcfe2d9062e7583e50a44d435ec05c8e3976c6caf54c4708733f1f7dce5ef7724254469ee5c7ab3b086f0cbea18775c894863b0c3e
 WHIRLPOOL 
ba40cfe9f398963ce6122d4beabdccaa94c6ac7a7463fe3cea3dc967b19a4702996fd132372a167a02956e1340b4278c61ea19ed781203db33a4651ddd3824b1
+DIST ibus-1.5.16.tar.gz 2375719 SHA256 
36b57bfbe4f92e3281fb535cae65794b6f25164b2a3288e73e6d06b4a409fe1e SHA512 
494ead69cf9c0111fd25fd1de27e796d89db4f08443afa1ec469f638469b25d8b19a59ea7ab0db0f3a130b9a89b3f2819667099ba38fc973d6efc61b367ce237
 WHIRLPOOL 
08fdab9971f2723b5cbacd0a5f3c6ab6c13ff8111abe2bdceab26113f304b20af38403313fa9819838e37805473489d629d3530ba1fc9739f2db991a85b89de7

diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild
new file mode 100644
index 000..8d1969cbf45
--- /dev/null
+++ b/app-i18n/ibus/ibus-1.5.16.ebuild
@@ -0,0 +1,184 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+VALA_USE_DEPEND="vapigen"
+
+inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala 
virtualx
+
+DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
+HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+emoji gconf +gtk +gtk2 +introspection kde +libnotify nls +python test 
vala wayland +X"
+REQUIRED_USE="emoji? ( gtk )
+   kde? ( gtk )
+   libnotify? ( gtk )
+   python? (
+   ${PYTHON_REQUIRED_USE}
+   gtk
+   introspection
+   )
+   test? ( gtk )
+   vala? ( introspection )"
+
+CDEPEND="app-text/iso-codes
+   dev-libs/glib:2
+   gnome-base/dconf
+   gnome-base/librsvg:2
+   sys-apps/dbus[X?]
+   gconf? ( gnome-base/gconf:2 )
+   gtk? (
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXi
+   gtk2? ( x11-libs/gtk+:2 )
+   )
+   introspection? ( dev-libs/gobject-introspection )
+   kde? ( dev-qt/qtgui:5 )
+   libnotify? ( x11-libs/libnotify )
+   nls? ( virtual/libintl )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   )
+   wayland? (
+   dev-libs/wayland
+   x11-libs/libxkbcommon
+   )
+   X? (
+   || (
+   x11-libs/gtk+:3
+   x11-libs/gtk+:2
+   )
+   x11-libs/libX11
+   )"
+RDEPEND="${CDEPEND}
+   python? (
+   gtk? (
+   x11-libs/gtk+:3[introspection]
+   )
+   )"
+DEPEND="${CDEPEND}
+   $(vala_depend)
+   dev-util/intltool
+   virtual/pkgconfig
+   emoji? (
+   app-i18n/unicode-cldr
+   app-i18n/unicode-emoji
+   )
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   vala_src_prepare --ignore-use
+   if ! use emoji; then
+   touch \
+   tools/main.vala \
+   ui/gtk3/panel.vala
+   fi
+   if ! use kde; then
+   touch ui/gtk3/panel.vala
+   fi
+   if ! use libnotify; then
+   touch ui/gtk3/panel.vala
+   fi
+   # for multiple Python implementations
+   sed -i "s/^\(PYGOBJECT_DIR =\).*/\1/" bindings/Makefile.am
+   # fix for parallel install
+   sed -i \
+   -e "/^py2_compile/,/^$/d" \
+   -e "/^install-data-hook/,/^$/d" \
+   bindings/pygobject/Makefile.am
+   # require user interaction
+   sed -i 

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

2017-08-01 Thread Akinori Hattori
commit: f582a0fabbe79e94935c493adf6be211f0d56cc7
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:35:57 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:36:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f582a0fa

app-i18n/ibus-anthy: add support for python3

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index 2f76f7939d7..d323809cf18 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit gnome2-utils ltprune python-single-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-p2p/litecoin-qt/

2017-08-01 Thread Amy Liffey
commit: a8c99665a7432e96b8070038deb2ba78395c349c
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 14:20:21 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 14:31:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c99665

net-p2p/litecoin-qt: remove inactive proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-p2p/litecoin-qt/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/net-p2p/litecoin-qt/metadata.xml b/net-p2p/litecoin-qt/metadata.xml
index 76a9c2862fd..46a9d83f4f4 100644
--- a/net-p2p/litecoin-qt/metadata.xml
+++ b/net-p2p/litecoin-qt/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   marc.p...@sunny-computing.de
-   Marc Popp
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+

Enable generation of QR Codes for receiving 
payments




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

2017-08-01 Thread Amy Liffey
commit: 9a9e74485c76135992f95bbe4eaf819a5cb54945
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 14:26:56 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 14:31:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9e7448

net-p2p/litecoind: remove inactive proxy maintainer

- fix description

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-p2p/litecoind/litecoind-0.10.4.0.ebuild |  2 +-
 net-p2p/litecoind/metadata.xml  | 10 +-
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild 
b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild
index f4502b3b319..32c939ec998 100644
--- a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild
+++ b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild
@@ -11,7 +11,7 @@ MyPV="${PV/_/-}"
 MyPN="litecoin"
 MyP="${MyPN}-${MyPV}"
 
-DESCRIPTION="Litecoin is a peer-to-peer Internet currency that enables 
instant, near-zero cost payments to anyone in the world. It's based on Bitcoin 
and not so widely adapted."
+DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine"
 HOMEPAGE="https://litecoin.org/;
 SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> 
${MyP}.tar.gz"
 

diff --git a/net-p2p/litecoind/metadata.xml b/net-p2p/litecoind/metadata.xml
index 49aac94c26a..e5fa4a88750 100644
--- a/net-p2p/litecoind/metadata.xml
+++ b/net-p2p/litecoind/metadata.xml
@@ -1,15 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   marc.p...@sunny-computing.de
-   Marc Popp
-   Maintainer. Assign bugs to him
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+

Use app-admin/logrotate for rotating 
logs
Enable wallet support



[gentoo-commits] repo/gentoo:master commit in: sys-process/nmon/

2017-08-01 Thread Amy Liffey
commit: 3fa0b3f30a1909652b74d4642525da82f94dec4d
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 14:30:44 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 14:32:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa0b3f3

sys-process/nmon: remove inactive proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sys-process/nmon/metadata.xml | 10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/sys-process/nmon/metadata.xml b/sys-process/nmon/metadata.xml
index 28a33364aa8..0ff4d608cfb 100644
--- a/sys-process/nmon/metadata.xml
+++ b/sys-process/nmon/metadata.xml
@@ -1,15 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   marc.p...@sunny-computing.de
-   Marc Popp
-   Maintainer. Assign bugs to him
-   
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
+

nmon




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

2017-08-01 Thread Akinori Hattori
commit: 673ccb92d57ca308ed04825521b236b4f8cd3bb5
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:09:12 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673ccb92

app-i18n/ibus: drop deprecated USE flag

Gentoo-Bug: 552360

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 35 +++
 app-i18n/ibus/ibus-1.5.15.ebuild | 35 +++
 app-i18n/ibus/metadata.xml   |  1 -
 3 files changed, 38 insertions(+), 33 deletions(-)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index 4ec5bbf3ac6..e1dcecd1224 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools bash-completion-r1 gnome2-utils ltprune python-single-r1 
vala virtualx
+inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala 
virtualx
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
@@ -14,12 +14,11 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="deprecated gconf +gtk +gtk2 +introspection nls +python test vala wayland 
+X"
-REQUIRED_USE="deprecated? ( python )
-   python? (
+IUSE="gconf +gtk +gtk2 +introspection nls +python test vala wayland +X"
+REQUIRED_USE="python? (
${PYTHON_REQUIRED_USE}
-   || ( deprecated gtk )
-   gtk? ( introspection )
+   gtk
+   introspection
)
test? ( gtk )
vala? ( introspection )"
@@ -56,10 +55,6 @@ CDEPEND="app-text/iso-codes
)"
 RDEPEND="${CDEPEND}
python? (
-   deprecated? (
-   dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/pygtk:2[${PYTHON_USEDEP}]
-   )
gtk? (
x11-libs/gtk+:3[introspection]
)
@@ -70,12 +65,10 @@ DEPEND="${CDEPEND}
nls? ( sys-devel/gettext )
vala? ( $(vala_depend) )"
 
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
 src_prepare() {
use vala && vala_src_prepare
+   # for multiple Python implementations
+   sed -i "s/^\(PYGOBJECT_DIR =\).*/\1/" bindings/Makefile.am
# fix for parallel install
sed -i \
-e "/^py2_compile/,/^$/d" \
@@ -97,8 +90,8 @@ src_prepare() {
 src_configure() {
local python_conf=()
if use python; then
+   python_setup
python_conf+=(
-   $(use_enable deprecated python-library)
$(use_enable gtk setup)
--with-python=${EPYTHON}
)
@@ -129,6 +122,16 @@ src_install() {
default
prune_libtool_files --modules
 
+   if use python; then
+   python_install() {
+   emake -C bindings/pygobject \
+   pyoverridesdir="$(${EPYTHON} -c 'import gi; 
print(gi._overridesdir)')" \
+   DESTDIR="${D}" \
+   install
+   }
+   python_foreach_impl python_install
+   fi
+
keepdir /usr/share/ibus/engine
 
newbashcomp tools/${PN}.bash ${PN}

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index 4537bd35350..16a914dc712 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools bash-completion-r1 gnome2-utils ltprune python-single-r1 
vala virtualx
+inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala 
virtualx
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
@@ -14,12 +14,11 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="deprecated gconf +gtk +gtk2 +introspection nls +python test vala wayland 
+X"
-REQUIRED_USE="deprecated? ( python )
-   python? (
+IUSE="gconf +gtk +gtk2 +introspection nls +python test vala wayland +X"
+REQUIRED_USE="python? (
${PYTHON_REQUIRED_USE}
-   || ( deprecated gtk )
-   gtk? ( introspection )
+   gtk
+   

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

2017-08-01 Thread Akinori Hattori
commit: 6e4df795f84fc1a29621fad200fd193ba447e879
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:14:58 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4df795

app-i18n/ibus: add libnotify USE flag

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 17 +++--
 app-i18n/ibus/ibus-1.5.15.ebuild | 17 +++--
 2 files changed, 22 insertions(+), 12 deletions(-)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index 55ba530a056..ebad2ff67aa 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -14,8 +14,9 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="gconf +gtk +gtk2 +introspection nls +python test vala wayland +X"
-REQUIRED_USE="python? (
+IUSE="gconf +gtk +gtk2 +introspection +libnotify nls +python test vala wayland 
+X"
+REQUIRED_USE="libnotify? ( gtk )
+   python? (
${PYTHON_REQUIRED_USE}
gtk
introspection
@@ -28,7 +29,6 @@ CDEPEND="app-text/iso-codes
gnome-base/dconf
gnome-base/librsvg:2
sys-apps/dbus[X?]
-   x11-libs/libnotify
gconf? ( gnome-base/gconf:2 )
gtk? (
x11-libs/gtk+:3
@@ -37,6 +37,7 @@ CDEPEND="app-text/iso-codes
gtk2? ( x11-libs/gtk+:2 )
)
introspection? ( dev-libs/gobject-introspection )
+   libnotify? ( x11-libs/libnotify )
nls? ( virtual/libintl )
python? (
${PYTHON_DEPS}
@@ -60,13 +61,16 @@ RDEPEND="${CDEPEND}
)
)"
 DEPEND="${CDEPEND}
+   $(vala_depend)
dev-util/intltool
virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   vala? ( $(vala_depend) )"
+   nls? ( sys-devel/gettext )"
 
 src_prepare() {
-   use vala && vala_src_prepare
+   vala_src_prepare --ignore-use
+   if ! use libnotify; then
+   touch ui/gtk3/panel.vala
+   fi
# for multiple Python implementations
sed -i "s/^\(PYGOBJECT_DIR =\).*/\1/" bindings/Makefile.am
# fix for parallel install
@@ -105,6 +109,7 @@ src_configure() {
$(use_enable gtk ui) \
$(use_enable gtk2) \
$(use_enable introspection) \
+   $(use_enable libnotify) \
$(use_enable nls) \
$(use_enable test tests) \
$(use_enable vala) \

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index afed2d1f73d..7dc6dcd6bed 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -14,8 +14,9 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="gconf +gtk +gtk2 +introspection nls +python test vala wayland +X"
-REQUIRED_USE="python? (
+IUSE="gconf +gtk +gtk2 +introspection +libnotify nls +python test vala wayland 
+X"
+REQUIRED_USE="libnotify? ( gtk )
+   python? (
${PYTHON_REQUIRED_USE}
gtk
introspection
@@ -28,7 +29,6 @@ CDEPEND="app-text/iso-codes
gnome-base/dconf
gnome-base/librsvg:2
sys-apps/dbus[X?]
-   x11-libs/libnotify
gconf? ( gnome-base/gconf:2 )
gtk? (
x11-libs/gtk+:3
@@ -37,6 +37,7 @@ CDEPEND="app-text/iso-codes
gtk2? ( x11-libs/gtk+:2 )
)
introspection? ( dev-libs/gobject-introspection )
+   libnotify? ( x11-libs/libnotify )
nls? ( virtual/libintl )
python? (
${PYTHON_DEPS}
@@ -60,13 +61,16 @@ RDEPEND="${CDEPEND}
)
)"
 DEPEND="${CDEPEND}
+   $(vala_depend)
dev-util/intltool
virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   vala? ( $(vala_depend) )"
+   nls? ( sys-devel/gettext )"
 
 src_prepare() {
-   use vala && vala_src_prepare
+   vala_src_prepare --ignore-use
+   if ! use libnotify; then
+   touch ui/gtk3/panel.vala
+   fi
# for multiple Python implementations
sed -i "s/^\(PYGOBJECT_DIR =\).*/\1/" bindings/Makefile.am
# fix for parallel install
@@ -101,6 +105,7 @@ src_configure() {
$(use_enable gtk ui) \
$(use_enable gtk2) \
$(use_enable introspection) \
+   $(use_enable libnotify) \
$(use_enable nls) \
$(use_enable test tests) \
$(use_enable vala) \



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

2017-08-01 Thread Akinori Hattori
commit: fab5df2eef030ab7d815a82592a727fc78390710
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:04:34 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab5df2e

app-i18n/ibus: switch to gtk2 USE flag

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 34 +++---
 app-i18n/ibus/ibus-1.5.15.ebuild | 34 +++---
 app-i18n/ibus/metadata.xml   |  2 +-
 3 files changed, 39 insertions(+), 31 deletions(-)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index c6fc3724541..4ec5bbf3ac6 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -14,14 +14,14 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
+IUSE="deprecated gconf +gtk +gtk2 +introspection nls +python test vala wayland 
+X"
 REQUIRED_USE="deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
-   || ( deprecated gtk3 )
-   gtk3? ( introspection )
+   || ( deprecated gtk )
+   gtk? ( introspection )
)
-   test? ( || ( gtk gtk3 ) )
+   test? ( gtk )
vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
@@ -31,8 +31,12 @@ CDEPEND="app-text/iso-codes
sys-apps/dbus[X?]
x11-libs/libnotify
gconf? ( gnome-base/gconf:2 )
-   gtk? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
+   gtk? (
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXi
+   gtk2? ( x11-libs/gtk+:2 )
+   )
introspection? ( dev-libs/gobject-introspection )
nls? ( virtual/libintl )
python? (
@@ -56,7 +60,7 @@ RDEPEND="${CDEPEND}
dev-python/dbus-python[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
)
-   gtk3? (
+   gtk? (
x11-libs/gtk+:3[introspection]
)
)"
@@ -95,7 +99,7 @@ src_configure() {
if use python; then
python_conf+=(
$(use_enable deprecated python-library)
-   $(use_enable gtk3 setup)
+   $(use_enable gtk setup)
--with-python=${EPYTHON}
)
else
@@ -104,9 +108,9 @@ src_configure() {
 
econf \
$(use_enable gconf) \
-   $(use_enable gtk gtk2) \
-   $(use_enable gtk3 ui) \
-   $(use_enable gtk3) \
+   $(use_enable gtk gtk3) \
+   $(use_enable gtk ui) \
+   $(use_enable gtk2) \
$(use_enable introspection) \
$(use_enable nls) \
$(use_enable test tests) \
@@ -141,15 +145,15 @@ pkg_preinst() {
 
 pkg_postinst() {
use gconf && gnome2_gconf_install
-   use gtk && gnome2_query_immodules_gtk2
-   use gtk3 && gnome2_query_immodules_gtk3
+   use gtk && gnome2_query_immodules_gtk3
+   use gtk2 && gnome2_query_immodules_gtk2
gnome2_icon_cache_update
gnome2_schemas_update
 }
 
 pkg_postrm() {
-   use gtk && gnome2_query_immodules_gtk2
-   use gtk3 && gnome2_query_immodules_gtk3
+   use gtk && gnome2_query_immodules_gtk3
+   use gtk2 && gnome2_query_immodules_gtk2
gnome2_icon_cache_update
gnome2_schemas_update
 }

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index 4cf925979ad..4537bd35350 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -14,14 +14,14 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
+IUSE="deprecated gconf +gtk +gtk2 +introspection nls +python test vala wayland 
+X"
 REQUIRED_USE="deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
-   || ( deprecated gtk3 )
-   gtk3? ( introspection )
+   || ( deprecated gtk )
+   gtk? ( introspection )
)
-   test? ( || ( gtk gtk3 ) )
+   test? ( gtk )
vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
@@ -31,8 +31,12 @@ CDEPEND="app-text/iso-codes
sys-apps/dbus[X?]
x11-libs/libnotify
gconf? ( gnome-base/gconf:2 )
-   gtk? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
+   gtk? (
+   x11-libs/gtk+:3
+  

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

2017-08-01 Thread Akinori Hattori
commit: 83c38692a9b02232107cff0cbaceee1fe5413256
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:18:20 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c38692

app-i18n/ibus: fix build

Gentoo-Bug: 612218

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.15.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index 7dc6dcd6bed..439ccca56b0 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -68,6 +68,10 @@ DEPEND="${CDEPEND}
 
 src_prepare() {
vala_src_prepare --ignore-use
+   # disable emoji
+   touch \
+   tools/main.vala \
+   ui/gtk3/panel.vala
if ! use libnotify; then
touch ui/gtk3/panel.vala
fi



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

2017-08-01 Thread Akinori Hattori
commit: 6ba4d6b62275049baa71d3fbc7ac408e8815fb4b
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:11:03 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba4d6b6

app-i18n/ibus: call dconf update

Gentoo-Bug: 582638

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 1 +
 app-i18n/ibus/ibus-1.5.15.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index e1dcecd1224..55ba530a056 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -152,6 +152,7 @@ pkg_postinst() {
use gtk2 && gnome2_query_immodules_gtk2
gnome2_icon_cache_update
gnome2_schemas_update
+   dconf update
 }
 
 pkg_postrm() {

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index 16a914dc712..afed2d1f73d 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -149,6 +149,7 @@ pkg_postinst() {
use gtk2 && gnome2_query_immodules_gtk2
gnome2_icon_cache_update
gnome2_schemas_update
+   dconf update
 }
 
 pkg_postrm() {



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

2017-08-01 Thread Akinori Hattori
commit: 900fe70d4c0eaa94c452c40db87138a9e3963262
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:37:43 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900fe70d

app-i18n/ibus: drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/Manifest   |   2 -
 app-i18n/ibus/ibus-1.5.14.ebuild | 189 ---
 app-i18n/ibus/ibus-1.5.5.ebuild  | 173 ---
 3 files changed, 364 deletions(-)

diff --git a/app-i18n/ibus/Manifest b/app-i18n/ibus/Manifest
index 3fe725d638f..f12243f7cc1 100644
--- a/app-i18n/ibus/Manifest
+++ b/app-i18n/ibus/Manifest
@@ -1,4 +1,2 @@
 DIST ibus-1.5.12.tar.gz 2190284 SHA256 
e24da95995f4aca5b96359eaba709487dc5ad4c732e9b01b9bcf9fb34be2442c SHA512 
a443bf0d1b71a52c18e7d13a0c69f38c48f6924cfb1669912880b87be1bf41bcb7d8d6252aafd6799e43d41c081fd94cf334fd836a0505c93a4e5c5b68241c81
 WHIRLPOOL 
82354fc5006a0abe4cb431dda90a67dc1b775f0bac521b481eaeb7acd167ba6179cad14045c5141c57618845589094613bc489357ee8bf550f131ecfb1bf8293
-DIST ibus-1.5.14.tar.gz 2214350 SHA256 
a42b40fe4642f36bf2a6f0b4649f54f4043812d6bfee4faca38117799a009d3c SHA512 
2e86bc4e282265cfec6882fd132b36521bc2b64796e3d473668512d82ab8059c409ca1226d6b15d64ff4d46754cafa1585eddcc3aa89d58f9e9fdab0a825de0d
 WHIRLPOOL 
d2f7da33c73dded936ecf1c7f3edf1f5cdc70a8db70caec774246b1062d659fbb17495a1228cc7e126f99f52c068bc068d5ffb67d032dd6022c1f210eed0f230
 DIST ibus-1.5.15.tar.gz 2259352 SHA256 
41f7baad6f3aac0cdfaebef674a8731ae47950f140edfbeefebaeed78c93e385 SHA512 
4e588acf2ca0172b365630dcfe2d9062e7583e50a44d435ec05c8e3976c6caf54c4708733f1f7dce5ef7724254469ee5c7ab3b086f0cbea18775c894863b0c3e
 WHIRLPOOL 
ba40cfe9f398963ce6122d4beabdccaa94c6ac7a7463fe3cea3dc967b19a4702996fd132372a167a02956e1340b4278c61ea19ed781203db33a4651ddd3824b1
-DIST ibus-1.5.5.tar.gz 2063794 SHA256 
02ab36af6048399fedbe8d85074b161219b89df5020932df33cf8829764f8aec SHA512 
8249d6ee4918b0e0fe030af736eed2260e1376b2fdaf0d819f289e0bd880a5e3874f1fb3d097fc74b9f359822ce16f4dae52a263aa28c2e2ce7bdf671cb2fea9
 WHIRLPOOL 
33ba90e5cdd54ecd7a03af8c5d2c1d2e8cfc88bfc53b65e5240eb4c60d6138007b754a60e8b1e79c98ce92e299d14f1a0cce445ad40b04e862adf3919401d77d

diff --git a/app-i18n/ibus/ibus-1.5.14.ebuild b/app-i18n/ibus/ibus-1.5.14.ebuild
deleted file mode 100644
index 33b9e5be6dc..000
--- a/app-i18n/ibus/ibus-1.5.14.ebuild
+++ /dev/null
@@ -1,189 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-VALA_USE_DEPEND="vapigen"
-# Vapigen is needed for the vala binding
-# Valac is needed when building from git for the engine
-UPSTREAM_VER=
-
-inherit autotools bash-completion-r1 eutils gnome2-utils multilib 
python-single-r1 readme.gentoo-r1 vala virtualx
-
-DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
-HOMEPAGE="https://github.com/ibus/ibus/wiki;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
-REQUIRED_USE="
-   || ( gtk gtk3 X )
-   deprecated? ( python )
-   vala? ( introspection )
-   python? (
-   ${PYTHON_REQUIRED_USE}
-   || ( deprecated ( gtk3 introspection ) ) )" #342903
-
-[[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTRAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-
-SRC_URI="https://github.com/ibus/ibus/releases/download/${PV}/${P}.tar.gz
-   ${UPSTRAM_PATCHSET_URI}"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.26:2
-   gnome-base/librsvg:2
-   sys-apps/dbus[X?]
-   app-text/iso-codes
-   >=gnome-base/dconf-0.13.4
-   x11-libs/libnotify
-   gconf? ( >=gnome-base/gconf-2.12:2 )
-   gtk? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3 )
-   python? ( ${PYTHON_DEPS} )
-   X? (
-   x11-libs/libX11
-   x11-libs/gtk+:2 )
-   introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
-   nls? ( virtual/libintl )
-   wayland? ( dev-libs/wayland )"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/setxkbmap
-   python? (
-   dev-python/pyxdg
-   deprecated? (
-   >=dev-python/dbus-python-0.83
-   dev-python/pygobject:2
-   dev-python/pygtk:2 )
-   gtk3? (
-   dev-python/pygobject:3
-   x11-libs/gdk-pixbuf:2[introspection]
-   x11-libs/pango[introspection]
-   x11-libs/gtk+:3[introspection] )
-   )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-lang/perl-5.8.1
-   dev-util/gtk-doc-am
-   dev-util/intltool
-   virtual/pkgconfig
-   nls? ( >=sys-devel/gettext-0.16.1 )
-   

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

2017-08-01 Thread Akinori Hattori
commit: 642f19aeb12bae067896af2116c79f0327ad037a
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:56:26 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642f19ae

app-i18n/ibus: fix REQUIRED_USE

Gentoo-Bug: 622404

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 9 +
 app-i18n/ibus/ibus-1.5.15.ebuild | 9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index fe21830f185..da93deeb071 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -16,12 +16,13 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
 RESTRICT="test"
-REQUIRED_USE="|| ( gtk gtk3 X )
-   deprecated? ( python )
-   vala? ( introspection )
+REQUIRED_USE="deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
-   || ( deprecated ( gtk3 introspection ) ) )" #342903
+   || ( deprecated gtk3 )
+   gtk3? ( introspection )
+   )
+   vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
dev-libs/glib:2

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index f589e9b2d84..bbacf8f471e 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -16,12 +16,13 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
 RESTRICT="test"
-REQUIRED_USE="|| ( gtk gtk3 X )
-   deprecated? ( python )
-   vala? ( introspection )
+REQUIRED_USE="deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
-   || ( deprecated ( gtk3 introspection ) ) )" #342903
+   || ( deprecated gtk3 )
+   gtk3? ( introspection )
+   )
+   vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
dev-libs/glib:2



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

2017-08-01 Thread Akinori Hattori
commit: ec7469b3e99c259aebd537d9d5f3d8e60bca1797
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:21:11 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec7469b3

profiles: unmask app-i18n/ibus-1.5.15

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

diff --git a/profiles/package.mask b/profiles/package.mask
index bee563d76ee..c9982a2b016 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -672,10 +672,6 @@ app-emulation/wine-staging
 app-emulation/wine-d3d9
 app-emulation/wine-any
 
-# Yixun Lan  (30 Mar 2017)
-# Masked, broken due to emoji support which requre npm package installed (bug 
#612218)
-=app-i18n/ibus-1.5.15
-
 # Lars Wendler  (24 Mar 2017)
 # Masked until Mozilla and Chrome agreed how to handle
 # Symantec trust issues properly (bug #613714)



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

2017-08-01 Thread Akinori Hattori
commit: 3014eca313c18ef4ccb91bcf2824d9a7f4bdb795
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:53:46 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3014eca3

app-i18n/ibus: fix for parallel install

Gentoo-Bug: 521172

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 5 +
 app-i18n/ibus/ibus-1.5.15.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index 12aa72a0cdd..fe21830f185 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -71,6 +71,11 @@ pkg_setup() {
 
 src_prepare() {
use vala && vala_src_prepare
+   # fix for parallel install
+   sed -i \
+   -e "/^py2_compile/,/^$/d" \
+   -e "/^install-data-hook/,/^$/d" \
+   bindings/pygobject/Makefile.am
 
sed -i "/^bash_completion/d" tools/Makefile.am
 

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index 8900ff31aae..f589e9b2d84 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -71,6 +71,11 @@ pkg_setup() {
 
 src_prepare() {
use vala && vala_src_prepare
+   # fix for parallel install
+   sed -i \
+   -e "/^py2_compile/,/^$/d" \
+   -e "/^install-data-hook/,/^$/d" \
+   bindings/pygobject/Makefile.am
 
sed -i "/^bash_completion/d" tools/Makefile.am
 



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

2017-08-01 Thread Akinori Hattori
commit: c2d591c2f9d5cfb3a4a84c90aeaaa733f2579c45
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 14:00:06 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d591c2

app-i18n/ibus: fix src_test

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 8 +++-
 app-i18n/ibus/ibus-1.5.15.ebuild | 4 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index da93deeb071..c6fc3724541 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -15,13 +15,13 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
-RESTRICT="test"
 REQUIRED_USE="deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
|| ( deprecated gtk3 )
gtk3? ( introspection )
)
+   test? ( || ( gtk gtk3 ) )
vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
@@ -77,6 +77,12 @@ src_prepare() {
-e "/^py2_compile/,/^$/d" \
-e "/^install-data-hook/,/^$/d" \
bindings/pygobject/Makefile.am
+   # require user interaction
+   sed -i "/^TESTS += ibus-compose/d" src/tests/Makefile.am
+   # fixed in 1.5.14+
+   sed -i "/def test_keymap/a\self.skipTest('')" 
bindings/pygobject/test-override-ibus.py
+   sed -i "/[[:space:]]test-stress[[:space:]]/d" bus/Makefile.am
+   sed -i "/^TESTS += ibus-engine-switch/d" src/tests/Makefile.am
 
sed -i "/^bash_completion/d" tools/Makefile.am
 

diff --git a/app-i18n/ibus/ibus-1.5.15.ebuild b/app-i18n/ibus/ibus-1.5.15.ebuild
index bbacf8f471e..4cf925979ad 100644
--- a/app-i18n/ibus/ibus-1.5.15.ebuild
+++ b/app-i18n/ibus/ibus-1.5.15.ebuild
@@ -15,13 +15,13 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
-RESTRICT="test"
 REQUIRED_USE="deprecated? ( python )
python? (
${PYTHON_REQUIRED_USE}
|| ( deprecated gtk3 )
gtk3? ( introspection )
)
+   test? ( || ( gtk gtk3 ) )
vala? ( introspection )"
 
 CDEPEND="app-text/iso-codes
@@ -77,6 +77,8 @@ src_prepare() {
-e "/^py2_compile/,/^$/d" \
-e "/^install-data-hook/,/^$/d" \
bindings/pygobject/Makefile.am
+   # require user interaction
+   sed -i "/^TESTS += ibus-compose/d" src/tests/Makefile.am
 
sed -i "/^bash_completion/d" tools/Makefile.am
 



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

2017-08-01 Thread Akinori Hattori
commit: dbbd730dd7b0737f667a0488176eba9780014dfb
Author: Akinori Hattori  gentoo  org>
AuthorDate: Tue Aug  1 13:50:11 2017 +
Commit: Akinori Hattori  gentoo  org>
CommitDate: Tue Aug  1 14:23:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbd730d

app-i18n/ibus: update to EAPI 6

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-i18n/ibus/ibus-1.5.12.ebuild | 155 ++
 app-i18n/ibus/ibus-1.5.15.ebuild | 157 ++-
 app-i18n/ibus/metadata.xml   |  12 +--
 3 files changed, 117 insertions(+), 207 deletions(-)

diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild
index 2cfa0156fa2..12aa72a0cdd 100644
--- a/app-i18n/ibus/ibus-1.5.12.ebuild
+++ b/app-i18n/ibus/ibus-1.5.12.ebuild
@@ -1,188 +1,143 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
+EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 VALA_USE_DEPEND="vapigen"
-# Vapigen is needed for the vala binding
-# Valac is needed when building from git for the engine
-UPSTREAM_VER=
 
-inherit autotools bash-completion-r1 eutils gnome2-utils multilib 
python-single-r1 readme.gentoo-r1 vala virtualx
+inherit autotools bash-completion-r1 gnome2-utils ltprune python-single-r1 
vala virtualx
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="deprecated gconf gtk +gtk3 +introspection nls +python test vala wayland 
+X"
-REQUIRED_USE="
-   || ( gtk gtk3 X )
+RESTRICT="test"
+REQUIRED_USE="|| ( gtk gtk3 X )
deprecated? ( python )
vala? ( introspection )
python? (
${PYTHON_REQUIRED_USE}
|| ( deprecated ( gtk3 introspection ) ) )" #342903
 
-[[ -n ${UPSTREAM_VER} ]] && \
-   
UPSTRAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz;
-
-SRC_URI="https://github.com/ibus/ibus/releases/download/${PV}/${P}.tar.gz
-   ${UPSTRAM_PATCHSET_URI}"
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.26:2
+CDEPEND="app-text/iso-codes
+   dev-libs/glib:2
+   gnome-base/dconf
gnome-base/librsvg:2
sys-apps/dbus[X?]
-   app-text/iso-codes
-   >=gnome-base/dconf-0.13.4
x11-libs/libnotify
-   gconf? ( >=gnome-base/gconf-2.12:2 )
+   gconf? ( gnome-base/gconf:2 )
gtk? ( x11-libs/gtk+:2 )
gtk3? ( x11-libs/gtk+:3 )
-   python? ( ${PYTHON_DEPS} )
+   introspection? ( dev-libs/gobject-introspection )
+   nls? ( virtual/libintl )
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   )
+   wayland? (
+   dev-libs/wayland
+   x11-libs/libxkbcommon
+   )
X? (
+   || (
+   x11-libs/gtk+:3
+   x11-libs/gtk+:2
+   )
x11-libs/libX11
-   x11-libs/gtk+:2 )
-   introspection? ( >=dev-libs/gobject-introspection-0.6.8 )
-   nls? ( virtual/libintl )
-   wayland? ( dev-libs/wayland )"
-RDEPEND="${COMMON_DEPEND}
-   x11-apps/setxkbmap
+   )"
+RDEPEND="${CDEPEND}
python? (
-   dev-python/pyxdg
deprecated? (
-   >=dev-python/dbus-python-0.83
-   dev-python/pygobject:2
-   dev-python/pygtk:2 )
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/pygtk:2[${PYTHON_USEDEP}]
+   )
gtk3? (
-   dev-python/pygobject:3
-   x11-libs/gdk-pixbuf:2[introspection]
-   x11-libs/pango[introspection]
-   x11-libs/gtk+:3[introspection] )
+   x11-libs/gtk+:3[introspection]
+   )
)"
-DEPEND="${COMMON_DEPEND}
-   >=dev-lang/perl-5.8.1
-   dev-util/gtk-doc-am
+DEPEND="${CDEPEND}
dev-util/intltool
virtual/pkgconfig
-   nls? ( >=sys-devel/gettext-0.16.1 )
+   nls? ( sys-devel/gettext )
vala? ( $(vala_depend) )"
 
-# stress test in bus/ fails
-# IBUS-CRITICAL **: bus_test_client_init: assertion `ibus_bus_is_connected 
(_bus)' failed
-RESTRICT="test"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="To use ibus, you should:
-1. Get input engines from sunrise overlay.
-Run \"emerge -s ibus-\" in your favorite terminal
-for a list of packages we already have.
-
-2. Setup ibus:
-$ ibus-setup
-
-3. Set the following in your user startup scripts
-such as .xinitrc, .xsession or .xprofile:
-
-export XMODIFIERS=\"@im=ibus\"
-export 

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

2017-08-01 Thread Amy Liffey
commit: de7e331d18b8d5206fe927851529534935a5cb0f
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 14:07:49 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 14:07:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7e331d

media-libs/stk: remove inactive proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-libs/stk/metadata.xml | 8 
 1 file changed, 8 deletions(-)

diff --git a/media-libs/stk/metadata.xml b/media-libs/stk/metadata.xml
index 7fd3b53f21a..3b66d36c98a 100644
--- a/media-libs/stk/metadata.xml
+++ b/media-libs/stk/metadata.xml
@@ -5,16 +5,8 @@
   aball...@gentoo.org
   Alexis Ballier
 
-
-  gim...@sonnenkinder.org
-  Thomas Kuther
-
 
   proau...@gentoo.org
   Gentoo ProAudio Project
 
-
-  proxy-ma...@gentoo.org
-  Proxy Maintainers
-
 



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

2017-08-01 Thread Amy Liffey
commit: d5b02dc823b470395c64c3b3c87efbad6665fbbb
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 14:06:17 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 14:06:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b02dc8

media-sound/lmms: remove inactive proxy maintainer

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 media-sound/lmms/metadata.xml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/media-sound/lmms/metadata.xml b/media-sound/lmms/metadata.xml
index ccaab795a95..1464e7cb573 100644
--- a/media-sound/lmms/metadata.xml
+++ b/media-sound/lmms/metadata.xml
@@ -4,7 +4,6 @@
   
 jaquil...@eagleeyet.net
 Jonathan Aquilina
-Please assign bugs
   
   
 aball...@gentoo.org
@@ -13,11 +12,6 @@
   
 polynomia...@gentoo.org
 Lars Wendler
-proxy-maintainer, please CC on bugs
-  
-  
-gim...@sonnenkinder.org
-Thomas Kuther
   
   
 proau...@gentoo.org



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

2017-08-01 Thread Amy Liffey
commit: 34ecb0996fd71bcfa4a2045fcae3b04d7aeca832
Author: Amy Liffey  gentoo  org>
AuthorDate: Tue Aug  1 13:58:43 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Tue Aug  1 13:58:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ecb099

net-misc/ytalk: fix slot

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 net-misc/ytalk/ytalk-3.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ytalk/ytalk-3.3.0.ebuild 
b/net-misc/ytalk/ytalk-3.3.0.ebuild
index 6450ab761be..f03dde55d34 100644
--- a/net-misc/ytalk/ytalk-3.3.0.ebuild
+++ b/net-misc/ytalk/ytalk-3.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,7 +12,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
 
-RDEPEND=">=sys-libs/ncurses-5.2"
+RDEPEND=">=sys-libs/ncurses-5.2:0="
 DEPEND="
${RDEPEND}
virtual/pkgconfig



  1   2   >