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

2016-06-09 Thread Hans de Graaff
commit: 309e4f312f51fa9808c0dbcace4f573fb2b19762
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 05:16:09 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 05:35:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309e4f31

dev-ruby/selenium-webdriver: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/selenium-webdriver/Manifest   |  3 --
 .../selenium-webdriver-2.47.1.ebuild   | 40 --
 .../selenium-webdriver-2.50.0.ebuild   | 40 --
 .../selenium-webdriver-2.51.0.ebuild   | 40 --
 4 files changed, 123 deletions(-)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index 3932967..aa547fe 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,5 +1,2 @@
-DIST selenium-webdriver-2.47.1.gem 2872832 SHA256 
0140306e064fc40eb2dc632a88fd47dabe786ec2b29f7c59ee425d58113f7b86 SHA512 
2973983dfca3ae1c97f55edc9db9480a7595676439c57ae58ec8af18ae6c5e210e2a2efcab630036079c4fed0513ce2e961b36dec3501b41e787a92ebf8cca98
 WHIRLPOOL 
137327e3066f9cdd52fc41ef1a36ee7a1ebb669b0a5dcbb9aafe7f49d180d2b41850b60089592b2ae9db8c9127764db2108543a173853b1ba4edf16131e8858c
-DIST selenium-webdriver-2.50.0.gem 890368 SHA256 
6dde9797faebd84bdf252fff9cf0135c70c6027545a54efaf98b626425755115 SHA512 
a1b1b51aaec744008fab7db063c8cb53e7065ac766d4e56b98e0055aee576b718ae56bf60244c0ebcd7c98932b7ff9c2c8b8a78bc6d8dfae1fe6fbb813869098
 WHIRLPOOL 
0d5fe0cdea8f36b45c3fdb1ea2b2ae786029c8dd6a8ee7cd26d336499d3a77b36c6e0bd87dc73595c6b7e2de9482b46a29be3022087722505f28423efd61af43
-DIST selenium-webdriver-2.51.0.gem 890880 SHA256 
d3db5ed851e5de386d6a5a8ff86190ab9dd886e27ede400a02ede4ece648de84 SHA512 
ed9d62c12f717872e0d15dba8fb3e92642191f049ebb08be32439421782a543849f7e7fa7712f7c5bfc15f00fe1f18df9252ff0e3bba0db9d7af7ad404ab203f
 WHIRLPOOL 
c4cdc14f69274eaf46137af170c0d972ebdf1277288448d7dc73bc057a54761f1f938c6c78beb491e2f0be64f992a02e655395c8fd6751eb81e0c27581506082
 DIST selenium-webdriver-2.52.0.gem 890880 SHA256 
1faa96cbf02cc4f0f57e0f40db26e4f4a26d1a2f6a7eecd852f2e9df11ea0820 SHA512 
0cf7029ac0d0bfc7b0e26dda494d2fa5e6ba49b591206b7fc3b8ffe42dbe836126d9d2958d690a0b4e79c6e0918dd2de87e07b21645d101caeeb645779f07b84
 WHIRLPOOL 
8fad185e712eccf1de073fdd9fed8e804892684507d9d065fa846e7c8adbc9a439548c44000c172204fad0d847be55cad9fd36c07d02585d74524837f70dc909
 DIST selenium-webdriver-2.53.0.gem 897536 SHA256 
6e79499ef8a5fd14c545a437dcb91795c83132fad9ddf65b7610889ae0fa3a87 SHA512 
0f40520d88d00ed6c4e48aab41e8c02386a82aae16053bb8d763cef5361447ff4afb74cfa756bcaf1801f53c68aaf557eaf9859751c2e66c27c70aaf406d85dc
 WHIRLPOOL 
27057f40f3a82e49f7db43a985af33cbe8e06ed2baf38d3fdea6330426607f674803fae46542e65e62e89c7e2194e9b8389e9f020dda7352d6de0e0ff4b54fb1

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.47.1.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-2.47.1.ebuild
deleted file mode 100644
index 6c67ddb..000
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.47.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
-
-# NOTE: this package contains precompiled code. It appears that all
-# source code can be found at https://code.google.com/p/selenium/ but the
-# repository is not organized in a way so that we can easily rebuild the
-# suited shared object. We'll just try our luck with the precompiled
-# objects for now.
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
-QA_PREBUILT="*/x_ignore_nofocus.so"
-
-inherit ruby-fakegem
-
-DESCRIPTION="This gem provides Ruby bindings for WebDriver"
-HOMEPAGE="http://gemcutter.org/gems/selenium-webdriver;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
-   >=dev-ruby/multi_json-1.0.4
-   dev-ruby/rubyzip:1"
-
-all_ruby_prepare() {
-   # Make websocket a development dependency since it is only needed
-   # for the safari driver which we don't support on Gentoo.
-   sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' 
../metadata || die
-}

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.50.0.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-2.50.0.ebuild
deleted file mode 100644
index dffb511..000
--- a/dev-ruby/selenium-webdriver/selenium-webdriver-2.50.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-# NOTE: this package contains precompiled code. It appears that all
-# source code can be found at 

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

2016-06-09 Thread Hans de Graaff
commit: faef8e66caf68442d3ee2651cbe6d4308d6f34de
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 05:09:17 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 05:35:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faef8e66

dev-ruby/rgen: add 0.8.1

Package-Manager: portage-2.2.28

 dev-ruby/rgen/Manifest  |  1 +
 dev-ruby/rgen/rgen-0.8.1.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/rgen/Manifest b/dev-ruby/rgen/Manifest
index daa47de..8b54bf4 100644
--- a/dev-ruby/rgen/Manifest
+++ b/dev-ruby/rgen/Manifest
@@ -1,2 +1,3 @@
 DIST rgen-0.6.6.gem 278016 SHA256 
f09d05909a4190b70e09b88a1e036cc8d73ed0d39116e5e8d03fed86cee1152f SHA512 
0c0cadfa2f2aeb3932e50955674886369b9b902f6904d7225c78bf589d36d527e5ad110778e4b6af1a258a44652d9a35fcf92472f34998398fabf8e9b322b758
 WHIRLPOOL 
3cbd7995dd9b5203f35f36de5ace30c1c8a480308e9a381cd68109a739f645fa603132cb653be6663d194abe33eb43817243fb64712a3bdafdae9512d60cb4b8
 DIST rgen-0.8.0.gem 382976 SHA256 
1a85daf3812bb76f12801e55c9e03114ba0a3eb87ab326276abdc6c853c4cca7 SHA512 
cf4f5435fdc78850a05b44477804f511f52be0be3999dfabd52cbaeb26e93c2e2eb9d18a094373ddaa61076a437f0b26e9371de0a10158969b3934d530b230b6
 WHIRLPOOL 
886fa95f02ef60516e9d6c3556ae1bcc375dd26335226d010a2c40cdf81733184a5237c5cd0c03ece646f0380e782551ff02328e2eb60bc84479102e50e2d095
+DIST rgen-0.8.1.gem 381440 SHA256 
6b17ab62ed241ff54f1c1ad4560a68d115eadc0e532da5e2bdea7c5728dc9ce9 SHA512 
4767451ef944c41841611b5916e4f58c76178a31786478d1397fd635bb710d88c8e8cda92e883b514186b72a336fba4c1b76536c9c56dc272dd90a66e0190e8d
 WHIRLPOOL 
4c4687609c3f8c4e2e79eeb210bd5b482eca13c07621d4160ffe7f3e6354246c40c7cdd0609d80fdd716dbdacf5498715c9da7eee9422483f507ab56ade40f96

diff --git a/dev-ruby/rgen/rgen-0.8.1.ebuild b/dev-ruby/rgen/rgen-0.8.1.ebuild
new file mode 100644
index 000..87f6cc7
--- /dev/null
+++ b/dev-ruby/rgen/rgen-0.8.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby Modelling and Generator Framework"
+HOMEPAGE="https://github.com/mthiede/rgen;
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+
+ruby_add_rdepend "dev-ruby/nokogiri"
+
+ruby_add_bdepend "doc? ( >=dev-ruby/rdoc-4.2.0 )"
+
+each_ruby_test() {
+   ${RUBY} -Ilib -S testrb $(find test -type f -name '*_test.rb') || die
+}



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

2016-06-09 Thread Hans de Graaff
commit: 7eb6a2298d7ad47d0d88b20d4790131328202d09
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 05:25:25 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 05:35:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb6a229

dev-ruby/selenium-webdriver: add 2.53.1

Package-Manager: portage-2.2.28

 dev-ruby/selenium-webdriver/Manifest   |  1 +
 .../selenium-webdriver-2.53.1.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/selenium-webdriver/Manifest 
b/dev-ruby/selenium-webdriver/Manifest
index aa547fe..68a8c32 100644
--- a/dev-ruby/selenium-webdriver/Manifest
+++ b/dev-ruby/selenium-webdriver/Manifest
@@ -1,2 +1,3 @@
 DIST selenium-webdriver-2.52.0.gem 890880 SHA256 
1faa96cbf02cc4f0f57e0f40db26e4f4a26d1a2f6a7eecd852f2e9df11ea0820 SHA512 
0cf7029ac0d0bfc7b0e26dda494d2fa5e6ba49b591206b7fc3b8ffe42dbe836126d9d2958d690a0b4e79c6e0918dd2de87e07b21645d101caeeb645779f07b84
 WHIRLPOOL 
8fad185e712eccf1de073fdd9fed8e804892684507d9d065fa846e7c8adbc9a439548c44000c172204fad0d847be55cad9fd36c07d02585d74524837f70dc909
 DIST selenium-webdriver-2.53.0.gem 897536 SHA256 
6e79499ef8a5fd14c545a437dcb91795c83132fad9ddf65b7610889ae0fa3a87 SHA512 
0f40520d88d00ed6c4e48aab41e8c02386a82aae16053bb8d763cef5361447ff4afb74cfa756bcaf1801f53c68aaf557eaf9859751c2e66c27c70aaf406d85dc
 WHIRLPOOL 
27057f40f3a82e49f7db43a985af33cbe8e06ed2baf38d3fdea6330426607f674803fae46542e65e62e89c7e2194e9b8389e9f020dda7352d6de0e0ff4b54fb1
+DIST selenium-webdriver-2.53.1.gem 897536 SHA256 
be70ead03df1ec6f579cc64a782b0c1f0657f4fddfbf54cd499577bc0ccba32a SHA512 
5087a926d67f0359e253c0a31c0de92fb03d2fbcb5e21df7cc8ab9150eec0aedc9d6aceee151e8ab70751cba55c3c341ceafd960a9e7fe3c8dbc281493263dbc
 WHIRLPOOL 
8cd436130010c0c8ce4391042363b8233abb503fe130ac1a1f2eca8702e2ac1efa4459463ce123bdc1796fcf0a60421bd6c6c250057907d7012d41a1c4b1ac3d

diff --git a/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.1.ebuild 
b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.1.ebuild
new file mode 100644
index 000..6e679c4
--- /dev/null
+++ b/dev-ruby/selenium-webdriver/selenium-webdriver-2.53.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+# NOTE: this package contains precompiled code. It appears that all
+# source code can be found at https://code.google.com/p/selenium/ but the
+# repository is not organized in a way so that we can easily rebuild the
+# suited shared object. We'll just try our luck with the precompiled
+# objects for now.
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
+QA_PREBUILT="*/x_ignore_nofocus.so"
+
+inherit ruby-fakegem
+
+DESCRIPTION="This gem provides Ruby bindings for WebDriver"
+HOMEPAGE="http://gemcutter.org/gems/selenium-webdriver;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
+   dev-ruby/rubyzip:1"
+
+all_ruby_prepare() {
+   # Make websocket a development dependency since it is only needed
+   # for the safari driver which we don't support on Gentoo.
+   sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' 
../metadata || die
+}



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

2016-06-09 Thread Hans de Graaff
commit: 1bf74bd8373fd061b11489659d44871e672f04fc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Jun 10 05:13:16 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Jun 10 05:35:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf74bd8

dev-ruby/rgen: drop ruby19

Package-Manager: portage-2.2.28

 dev-ruby/rgen/rgen-0.6.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rgen/rgen-0.6.6.ebuild b/dev-ruby/rgen/rgen-0.6.6.ebuild
index f63c145..655f4b5 100644
--- a/dev-ruby/rgen/rgen-0.6.6.ebuild
+++ b/dev-ruby/rgen/rgen-0.6.6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 "
+USE_RUBY="ruby20"
 
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
 



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

2016-06-09 Thread Jeroen Roovers
commit: 6466a73bfc15817475f2995414e471254d244abc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 05:08:16 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6466a73b

net-analyzer/argus-clients: Set sub-SLOTs on dependencies.

Package-Manager: portage-2.3.0_rc1

 net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild 
b/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild
index 6fded8c..1cf593a 100644
--- a/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild
+++ b/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild
@@ -17,8 +17,8 @@ IUSE="debug ft geoip mysql sasl tcpd"
 MY_CDEPEND="
net-analyzer/rrdtool[perl]
net-libs/libpcap
-   sys-libs/ncurses
-   sys-libs/readline
+   sys-libs/ncurses:=
+   sys-libs/readline:=
sys-libs/zlib
ft? ( net-analyzer/flow-tools )
geoip? ( dev-libs/geoip )



[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/

2016-06-09 Thread Jeroen Roovers
commit: d16f3bd6fad699a5f4d38d32bfcea24cbae30144
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 05:09:43 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16f3bd6

net-misc/apt-cacher-ng: Improve DESCRIPTION.

Package-Manager: portage-2.3.0_rc1

 net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
index 95afc02..2fc0582 100644
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit cmake-utils eutils toolchain-funcs user
 
-DESCRIPTION="Yet another HTTP proxy for Debian/Ubuntu software packages"
+DESCRIPTION="Yet another caching HTTP proxy for Debian/Ubuntu software 
packages"
 HOMEPAGE="
http://www.unix-ag.uni-kl.de/~bloch/acng/
http://packages.qa.debian.org/a/apt-cacher-ng.html



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

2016-06-09 Thread Jeroen Roovers
commit: 2ca68231044120e14a9d8e1778841b9781ea8b4d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 05:05:42 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca68231

net-analyzer/argus-clients: Version bump.

Package-Manager: portage-2.3.0_rc1

 net-analyzer/argus-clients/Manifest|  1 +
 .../argus-clients/argus-clients-3.0.8.2.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/net-analyzer/argus-clients/Manifest 
b/net-analyzer/argus-clients/Manifest
index 60024d3..ed81d83 100644
--- a/net-analyzer/argus-clients/Manifest
+++ b/net-analyzer/argus-clients/Manifest
@@ -1 +1,2 @@
+DIST argus-clients-3.0.8.2.tar.gz 2776072 SHA256 
32073a60ddd56ea8407a4d1b134448ff4bcdba0ee7399160c2f801a0aa913bb1 SHA512 
20aac16bd6474b8f98c8fc86b21ad0b43aca62264c6de2f7f26eea876a90f7276cdaf2241a510a19ae445f40f5d0d05ec6a5869980b6889e6eb5937dbff0f855
 WHIRLPOOL 
87d13fdf38e5fef6901d11613c51abecb6862ae4a3d1e8eb318342dbc3a9289c2fbd8a4c5741a4f2cfc4597087f0a18d475494e53679a95d6ce732e271f4fbde
 DIST argus-clients-3.0.8.tar.gz 2627515 SHA256 
aee8585d50959e00070a382f3121edfaa844a0a51dc0b73edf84c0f4eb8912c9 SHA512 
79022b3c3e472ebc526b27c20c25ae97abdb9a363a91ebbe3baf405f2aba9bdd80fbc0250b444d3d7ab4488e3c1325389a4719e92d9aded7598a91c3309369c2
 WHIRLPOOL 
5147a80ade6beaa44029253807033b1257b0826631deba66cb1176d82919e7e454b5e95df453d15e5a0a6b9b6e09472ab84d21b06ae97e69fca4217028513849

diff --git a/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild 
b/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild
new file mode 100644
index 000..6fded8c
--- /dev/null
+++ b/net-analyzer/argus-clients/argus-clients-3.0.8.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils toolchain-funcs
+
+DESCRIPTION="Clients for net-analyzer/argus"
+HOMEPAGE="http://www.qosient.com/argus/;
+SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug ft geoip mysql sasl tcpd"
+
+MY_CDEPEND="
+   net-analyzer/rrdtool[perl]
+   net-libs/libpcap
+   sys-libs/ncurses
+   sys-libs/readline
+   sys-libs/zlib
+   ft? ( net-analyzer/flow-tools )
+   geoip? ( dev-libs/geoip )
+   mysql? ( virtual/mysql )
+   sasl? ( dev-libs/cyrus-sasl )
+"
+
+RDEPEND="
+   ${MY_CDEPEND}
+"
+
+DEPEND="
+   ${MY_CDEPEND}
+   sys-devel/bison
+   sys-devel/flex
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   epatch \
+   
"${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch \
+   "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch
+
+   sed -i -e 's| ar | $(AR) |g' common/Makefile.in || die
+   tc-export AR RANLIB
+
+   eautoreconf
+}
+
+src_configure() {
+   use debug && touch .debug
+   econf \
+   $(use_with ft libft) \
+   $(use_with geoip GeoIP /usr/) \
+   $(use_with sasl) \
+   $(use_with tcpd wrappers) \
+   $(use_with mysql)
+}
+
+src_compile() {
+   # racurses uses both libncurses and libtinfo, if present
+   emake \
+   CCOPT="${CFLAGS} ${LDFLAGS}" \
+   RANLIB=$(tc-getRANLIB) \
+   CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)"
+}
+
+src_install() {
+   dobin bin/ra*
+   dodoc ChangeLog CREDITS README CHANGES
+   doman man/man{1,5}/*
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/

2016-06-09 Thread Jeroen Roovers
commit: c5158f515e27c652d0de85e566228c92d21213b6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 05:08:56 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5158f51

net-misc/apt-cacher-ng: Shorten DESCRIPTION.

Package-Manager: portage-2.3.0_rc1

 net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
index fa56771..95afc02 100644
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 inherit cmake-utils eutils toolchain-funcs user
 
-DESCRIPTION="Yet another implementation of an HTTP proxy for Debian/Ubuntu 
software packages written in C++"
+DESCRIPTION="Yet another HTTP proxy for Debian/Ubuntu software packages"
 HOMEPAGE="
http://www.unix-ag.uni-kl.de/~bloch/acng/
http://packages.qa.debian.org/a/apt-cacher-ng.html



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtx11extras/

2016-06-09 Thread Jeroen Roovers
commit: a48f37507ccf1a50ed2583267322c024ad701465
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jun  9 19:36:47 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a48f3750

dev-qt/qtx11extras: Stable for HPPA (bug #585390).

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

 dev-qt/qtx11extras/qtx11extras-5.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtx11extras/qtx11extras-5.5.1.ebuild 
b/dev-qt/qtx11extras/qtx11extras-5.5.1.ebuild
index c5b1af0..05d245e 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.5.1.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.5.1.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc64 x86"
+   KEYWORDS="amd64 arm ~arm64 hppa ~ppc64 x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/

2016-06-09 Thread Jeroen Roovers
commit: fdb4e707cfa2d2f9e7f96740a277abb72d45b499
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 05:03:54 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb4e707

net-misc/apt-cacher-ng: Version bump.

Package-Manager: portage-2.3.0_rc1

 net-misc/apt-cacher-ng/Manifest   |   1 +
 net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild | 117 ++
 2 files changed, 118 insertions(+)

diff --git a/net-misc/apt-cacher-ng/Manifest b/net-misc/apt-cacher-ng/Manifest
index 3b6668c..5853802 100644
--- a/net-misc/apt-cacher-ng/Manifest
+++ b/net-misc/apt-cacher-ng/Manifest
@@ -1,3 +1,4 @@
 DIST apt-cacher-ng_0.9.0.orig.tar.xz 299412 SHA256 
db1557b615dc4dfd13cbe24cbcd474b5a6839f181785624b590551562edd7817 SHA512 
3d8f05637fa15a89389a30e7bc9710085da65baa35138448990c078df1f9fc35ecca9d6c944d0c797dd8ef267ad1c98bf55dbfaa938105cf8cb58e7602b9f4eb
 WHIRLPOOL 
5fe33ab86947bc1c4c27ccee05c3e87aa3ab0c6d2df00bda30f9108620ed998c7c303ce4cf31661dce9bf9f4dae10536e6523cd6844b6d4b9eaafeadf5ae97ff
 DIST apt-cacher-ng_0.9.1.orig.tar.xz 301440 SHA256 
24994beac6ce1c51f97ce66f49ea68cac9e30a0162c5c0ae8a36bcb8ed34c8b4 SHA512 
719b7ddb96fbcf0148554b0e6df61e35f7dcc7340e1269499f2055f9c7ee5000d9a27eab8dec823291f4cb7e8336ad1ff6aca97aca88adaff732c7429362a148
 WHIRLPOOL 
34fc54dc99353b331138cda08545bca95e9b06aed784fbf7337b16bf15178d019d5d7157499978e28e75a24a0fee869439ac43c781ba65557114b05914e3
 DIST apt-cacher-ng_0.9.2.orig.tar.xz 303628 SHA256 
926552658a4080c973335b20e2dc7066627a366e9728d28f5777b6630b09e072 SHA512 
6e43f17a091e091f174665439cf2545c2859689e80ab7a67cf4ff1da57910336864cca024d0bd17e424fe021221259df9ed9a365ada9df2c6e4e7b5f5ea6749b
 WHIRLPOOL 
2fc1875b9f4ea54db253a7258fd9a745ec2308d7f180ec0b4e8b8de98677f5c6fddf3f8fcc88e7c5165661c98d3c2b34ef45b27c0b6286d601f6d3679d711bb4
+DIST apt-cacher-ng_0.9.3.orig.tar.xz 306284 SHA256 
8f3b3b0e0937eb6ef65e5d0a982beacddb2f1c75989a0dde4d3760f078a0a7ad SHA512 
7b8d71e4b7d436c2f38fb8f0e2ad8e929f39db47e276be91af7250509020fdee07d5cb1c5852db25fb725bd11953729c8059ad9f8f897d12b5263942b93476b6
 WHIRLPOOL 
cc3f550bfbbf5c9ba27423fd47bba393277fa6830e214aaa23376622e3386c6dbcb927fcef6c86ab67579325e1a873e24ca9888f23bdfdbbb8a4549ef5fda699

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
new file mode 100644
index 000..fa56771
--- /dev/null
+++ b/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.3.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils eutils toolchain-funcs user
+
+DESCRIPTION="Yet another implementation of an HTTP proxy for Debian/Ubuntu 
software packages written in C++"
+HOMEPAGE="
+   http://www.unix-ag.uni-kl.de/~bloch/acng/
+   http://packages.qa.debian.org/a/apt-cacher-ng.html
+"
+LICENSE="BSD-4 ZLIB public-domain"
+SLOT="0"
+SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="doc fuse systemd tcpd"
+
+COMMON_DEPEND="
+   app-arch/bzip2
+   app-arch/xz-utils
+   sys-libs/zlib
+   systemd? (
+   sys-apps/systemd
+   )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-util/cmake
+   >sys-devel/gcc-4.8
+   virtual/pkgconfig
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-lang/perl
+   fuse? ( sys-fs/fuse )
+   tcpd? ( sys-apps/tcp-wrappers )
+"
+
+S=${WORKDIR}/${P/_}
+
+pkg_pretend() {
+   if [[ $(gcc-major-version) -lt 4 ]]; then
+   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
+   elif [[ $(gcc-major-version) = 4 ]] && [[ $(gcc-minor-version) -lt 8 
]]; then
+   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
+   fi
+}
+
+pkg_setup() {
+   # add new user & group for daemon
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 -1 ${PN}
+}
+
+src_configure(){
+   mycmakeargs="-DCMAKE_INSTALL_PREFIX=/usr"
+   if use fuse; then
+   mycmakeargs="-DHAVE_FUSE_25=yes ${mycmakeargs}"
+   else
+   mycmakeargs="-DHAVE_FUSE_25=no ${mycmakeargs}"
+   fi
+   if use tcpd; then
+   mycmakeargs="-DHAVE_LIBWRAP=yes ${mycmakeargs}"
+   else
+   mycmakeargs="-DHAVE_LIBWRAP=no ${mycmakeargs}"
+   fi
+
+   cmake-utils_src_configure
+}
+
+src_install() {
+   pushd ${CMAKE_BUILD_DIR}
+   dosbin ${PN}
+   if use fuse; then
+   dobin acngfs
+   fi
+   popd
+
+   newinitd "${FILESDIR}"/initd-r1 ${PN}
+   newconfd "${FILESDIR}"/confd ${PN}
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/logrotate ${PN}
+
+   doman doc/man/${PN}*
+   if use fuse; then
+   doman doc/man/acngfs*
+   fi
+
+

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

2016-06-09 Thread Jeroen Roovers
commit: e98653cf1a6a1247726d8ff715f13229ac13e8bf
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 05:04:59 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98653cf

net-misc/iperf: Version bump.

Package-Manager: portage-2.3.0_rc1

 net-misc/iperf/Manifest|  2 ++
 net-misc/iperf/iperf-3.0.12.ebuild | 28 
 net-misc/iperf/iperf-3.1.3.ebuild  | 38 ++
 3 files changed, 68 insertions(+)

diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest
index 573134b..829b0fb 100644
--- a/net-misc/iperf/Manifest
+++ b/net-misc/iperf/Manifest
@@ -1,3 +1,5 @@
 DIST iperf-2.0.5.tar.gz 248583 SHA256 
636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b SHA512 
da9a0c01dea2a9dd33aa130b11d938d5f44dd6c3ab27526b0a43df5bf2550fede04238a00b7d54037426afe90ac6d8c4f4ae6861aa170ca7835b6664c9d6537f
 WHIRLPOOL 
d66b007fad372516c7f7377872b69ea450fa9ff6d1492f2a224a73f2fb3f7616bd2d57a34a815d4d95683d81fd02d76472d4727323e920410034ba725f6476ce
 DIST iperf-3.0.11.tar.gz 426434 SHA256 
c774b807ea4db20e07558c47951df186b6fb1dd0cdef4282c078853ad87cc712 SHA512 
292b826099a1fc813f2fbe4506f8bd8b3b2e4dde04e33a097cce966d7502b3c521a29b9ba74e55fe38406fdb85090695f59febbf4ca31bb1ffc801b3b7615d19
 WHIRLPOOL 
e1677d7e3c0abe2e2a93bd559a69c0d3c96aab954cd9fb4be93cc8ce4f38c7a2ced034b1b03b2dc257bd5c82d202b4da528ee11f86ed99890fb02cad4b04
+DIST iperf-3.0.12.tar.gz 432822 SHA256 
280ecdb1b29b8c2dcb502f91be1575ac9e86cc3be198b3a009d8561f5b1bec89 SHA512 
7b013e890b27482959a0e60e211ec53f717b895600047f553b34394d36276ba4bf8bcb2344b0c0f9d63ac57d84c597ff6ef316246d5e19fed1cac50f75c7118f
 WHIRLPOOL 
0765e3b2f37cfb9c8124b81dec7157ac6f457cd43511be4c391defc1142e62d5f4a17a9b048dfdb1aca71f3f1bb8db77d7193ab88a4808039c64c0424524d4f7
 DIST iperf-3.1.2.tar.gz 545107 SHA256 
48b5c783bb4a9c44f2bdcfe52c5d45b77ab1e1c82de3d0131f692457950811f9 SHA512 
f0503e8dc77c575fe85f0800da9242da73c7d1ffce3aae0971f8fe7c5c3e74901ebdc3956bfe0bb58a5ffe4f6ccbe5a6d5402f188b0ceb1a02c410f5589a568d
 WHIRLPOOL 
1537ba5a9e300b2b67ff42ba78fe97c09f99891feff6e2b66ec460dd1c12e29acdfee1e17b3af2d5a74aac17bd4bb635b0a268646b1117d5147dd8790ad77af9
+DIST iperf-3.1.3.tar.gz 549466 SHA256 
e34cf60cffc80aa1322d2c3a9b81e662c2576d2b03e53ddf1079615634e6f553 SHA512 
67795d9d5b4fc719b3fbbc2683cbe2777412bb7212282a50a378f5bb3793c3c17e278d22816fd9d289b2606ce97624d496ba236e3686ce1a31b9f1d6e6f474e9
 WHIRLPOOL 
0082f5156df751cbed49e86f794a48ff05857cd7cd4ee3bdb57f4df763a323d84f47d9e0b01e0b5932ae1e065bcf8ac706e6b96b6ac5ecee2daad6615ca4f38d

diff --git a/net-misc/iperf/iperf-3.0.12.ebuild 
b/net-misc/iperf/iperf-3.0.12.ebuild
new file mode 100644
index 000..c622ad7
--- /dev/null
+++ b/net-misc/iperf/iperf-3.0.12.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
+LICENSE="BSD"
+SLOT="3"
+HOMEPAGE="https://github.com/esnet/iperf/;
+SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV} -> ${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
+IUSE="static-libs"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.0.5-flags.patch
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/net-misc/iperf/iperf-3.1.3.ebuild 
b/net-misc/iperf/iperf-3.1.3.ebuild
new file mode 100644
index 000..6763612
--- /dev/null
+++ b/net-misc/iperf/iperf-3.1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
+LICENSE="BSD"
+SLOT="3"
+HOMEPAGE="https://github.com/esnet/iperf/;
+SRC_URI="https://codeload.github.com/esnet/${PN}/tar.gz/${PV/_beta/b} -> 
${P}.tar.gz"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint"
+IUSE="static-libs sctp"
+
+DEPEND="sctp? ( net-misc/lksctp-tools )"
+RDEPEND="$DEPEND"
+
+S=${WORKDIR}/${P/_beta/b}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-3.0.5-flags.patch
+
+   eapply_user
+
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+   newconfd "${FILESDIR}"/iperf.confd iperf3
+   newinitd "${FILESDIR}"/iperf3.initd iperf3
+   prune_libtool_files
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/

2016-06-09 Thread Jeroen Roovers
commit: 732c5789c54e33b8ae0b052ce30d3eb10936c0d6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jun 10 05:06:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jun 10 05:11:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732c5789

net-misc/apt-cacher-ng: Old.

Package-Manager: portage-2.3.0_rc1

 net-misc/apt-cacher-ng/Manifest   |   2 -
 net-misc/apt-cacher-ng/apt-cacher-ng-0.9.0.ebuild | 117 --
 net-misc/apt-cacher-ng/apt-cacher-ng-0.9.1.ebuild | 117 --
 3 files changed, 236 deletions(-)

diff --git a/net-misc/apt-cacher-ng/Manifest b/net-misc/apt-cacher-ng/Manifest
index 5853802..fb64886 100644
--- a/net-misc/apt-cacher-ng/Manifest
+++ b/net-misc/apt-cacher-ng/Manifest
@@ -1,4 +1,2 @@
-DIST apt-cacher-ng_0.9.0.orig.tar.xz 299412 SHA256 
db1557b615dc4dfd13cbe24cbcd474b5a6839f181785624b590551562edd7817 SHA512 
3d8f05637fa15a89389a30e7bc9710085da65baa35138448990c078df1f9fc35ecca9d6c944d0c797dd8ef267ad1c98bf55dbfaa938105cf8cb58e7602b9f4eb
 WHIRLPOOL 
5fe33ab86947bc1c4c27ccee05c3e87aa3ab0c6d2df00bda30f9108620ed998c7c303ce4cf31661dce9bf9f4dae10536e6523cd6844b6d4b9eaafeadf5ae97ff
-DIST apt-cacher-ng_0.9.1.orig.tar.xz 301440 SHA256 
24994beac6ce1c51f97ce66f49ea68cac9e30a0162c5c0ae8a36bcb8ed34c8b4 SHA512 
719b7ddb96fbcf0148554b0e6df61e35f7dcc7340e1269499f2055f9c7ee5000d9a27eab8dec823291f4cb7e8336ad1ff6aca97aca88adaff732c7429362a148
 WHIRLPOOL 
34fc54dc99353b331138cda08545bca95e9b06aed784fbf7337b16bf15178d019d5d7157499978e28e75a24a0fee869439ac43c781ba65557114b05914e3
 DIST apt-cacher-ng_0.9.2.orig.tar.xz 303628 SHA256 
926552658a4080c973335b20e2dc7066627a366e9728d28f5777b6630b09e072 SHA512 
6e43f17a091e091f174665439cf2545c2859689e80ab7a67cf4ff1da57910336864cca024d0bd17e424fe021221259df9ed9a365ada9df2c6e4e7b5f5ea6749b
 WHIRLPOOL 
2fc1875b9f4ea54db253a7258fd9a745ec2308d7f180ec0b4e8b8de98677f5c6fddf3f8fcc88e7c5165661c98d3c2b34ef45b27c0b6286d601f6d3679d711bb4
 DIST apt-cacher-ng_0.9.3.orig.tar.xz 306284 SHA256 
8f3b3b0e0937eb6ef65e5d0a982beacddb2f1c75989a0dde4d3760f078a0a7ad SHA512 
7b8d71e4b7d436c2f38fb8f0e2ad8e929f39db47e276be91af7250509020fdee07d5cb1c5852db25fb725bd11953729c8059ad9f8f897d12b5263942b93476b6
 WHIRLPOOL 
cc3f550bfbbf5c9ba27423fd47bba393277fa6830e214aaa23376622e3386c6dbcb927fcef6c86ab67579325e1a873e24ca9888f23bdfdbbb8a4549ef5fda699

diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.0.ebuild 
b/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.0.ebuild
deleted file mode 100644
index 9a99ab8..000
--- a/net-misc/apt-cacher-ng/apt-cacher-ng-0.9.0.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit cmake-utils eutils toolchain-funcs user
-
-DESCRIPTION="Yet another implementation of an HTTP proxy for Debian/Ubuntu 
software packages written in C++"
-HOMEPAGE="
-   http://www.unix-ag.uni-kl.de/~bloch/acng/
-   http://packages.qa.debian.org/a/apt-cacher-ng.html
-"
-LICENSE="BSD-4 ZLIB public-domain"
-SLOT="0"
-SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="doc fuse systemd tcpd"
-
-COMMON_DEPEND="
-   app-arch/bzip2
-   app-arch/xz-utils
-   sys-libs/zlib
-   systemd? (
-   sys-apps/systemd
-   )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   dev-util/cmake
-   >sys-devel/gcc-4.8
-   virtual/pkgconfig
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   dev-lang/perl
-   fuse? ( sys-fs/fuse )
-   tcpd? ( sys-apps/tcp-wrappers )
-"
-
-S=${WORKDIR}/${P/_}
-
-pkg_pretend() {
-   if [[ $(gcc-major-version) -lt 4 ]]; then
-   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
-   elif [[ $(gcc-major-version) = 4 ]] && [[ $(gcc-minor-version) -lt 8 
]]; then
-   die "GCC 4.8 or greater is required but you have 
$(gcc-major-version).$(gcc-minor-version)"
-   fi
-}
-
-pkg_setup() {
-   # add new user & group for daemon
-   enewgroup ${PN}
-   enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_configure(){
-   mycmakeargs="-DCMAKE_INSTALL_PREFIX=/usr"
-   if use fuse; then
-   mycmakeargs="-DHAVE_FUSE_25=yes ${mycmakeargs}"
-   else
-   mycmakeargs="-DHAVE_FUSE_25=no ${mycmakeargs}"
-   fi
-   if use tcpd; then
-   mycmakeargs="-DHAVE_LIBWRAP=yes ${mycmakeargs}"
-   else
-   mycmakeargs="-DHAVE_LIBWRAP=no ${mycmakeargs}"
-   fi
-
-   cmake-utils_src_configure
-}
-
-src_install() {
-   pushd ${CMAKE_BUILD_DIR}
-   dosbin ${PN}
-   if use fuse; then
-   dobin acngfs
-   fi
-   popd
-
-   newinitd "${FILESDIR}"/initd-r1 ${PN}
-   newconfd "${FILESDIR}"/confd ${PN}
-
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/logrotate ${PN}
-
-   doman doc/man/${PN}*
-   

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

2016-06-09 Thread Mike Frysinger
commit: f4175f70950ab5caed9fe54f51d0da9482619dff
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jun 10 03:49:26 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jun 10 03:50:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4175f70

net-misc/wget: version bump to 1.18

 net-misc/wget/Manifest |  1 +
 net-misc/wget/wget-1.18.ebuild | 93 ++
 2 files changed, 94 insertions(+)

diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest
index e7a2fa4..a822981 100644
--- a/net-misc/wget/Manifest
+++ b/net-misc/wget/Manifest
@@ -1,2 +1,3 @@
 DIST wget-1.16.3.tar.xz 1794148 SHA256 
67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37 SHA512 
2d1fe632bcd116a68ae333278e368cb810081b51d2259ddade602bebf3dd08dee1f51f67c9c7d79d2410e19fe0d48a0b9a1b1a7c7c6eeb47e2840ce6c1a3471c
 WHIRLPOOL 
b8fe9880523fc295b092c3b9ff4f9af58c071f55d516903ded66df67722cd27955ad651f6f2f6032b611e5445dd89b8ff97878443abc04d095c29e76f0564490
 DIST wget-1.17.1.tar.xz 1894140 SHA256 
fe559b61eb9cc01635ac6206a14e02cb51591838c35fa83c7a4aacae0bdd97c9 SHA512 
aa13584c94d0911268aeee9d6c7b1a7de259e0ec0f9daebe767e1f45afba097a6e9de09f370e55ead7acc9faa68f189063ac9e3d2d4a8d490f0b4edb6adc19ba
 WHIRLPOOL 
3efbac1862cb6537ea08eeb95dea2f34ca29f6a170c80961ef3037d411458ac343dfd13f2ff056b528e6591fb282eaf4bf1c2113939b25764c39630510b35cf0
+DIST wget-1.18.tar.xz 1922376 SHA256 
b5b55b75726c04c06fe253daec9329a6f1a3c0c1878e3ea76ebfebc139ea9cc1 SHA512 
a3f6fe2f44a8d797659d55cffaf81eb82b770c96222a0ee29bc4931b13846f8d8b9a07806f2197723c873a1248922d59cca5a81869661d9c6c3107447c184338
 WHIRLPOOL 
a9e467f8bd17909485329103c17a27da345421257ce82fdf77ff2e00bdae50b13570506a1887300868e99b608c71598596ee260d86879aaeddad14cbb5ec634d

diff --git a/net-misc/wget/wget-1.18.ebuild b/net-misc/wget/wget-1.18.ebuild
new file mode 100644
index 000..4b26b21
--- /dev/null
+++ b/net-misc/wget/wget-1.18.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{3_3,3_4} )
+
+inherit flag-o-matic python-any-r1 toolchain-funcs eutils
+
+DESCRIPTION="Network utility to retrieve files from the WWW"
+HOMEPAGE="https://www.gnu.org/software/wget/;
+SRC_URI="mirror://gnu/wget/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
+REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
+
+LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
+   pcre? ( dev-libs/libpcre[static-libs(+)] )
+   ssl? (
+   gnutls? ( net-libs/gnutls:0=[static-libs(+)] )
+   !gnutls? (
+   !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
+   libressl? ( dev-libs/libressl[static-libs(+)] )
+   )
+   )
+   uuid? ( sys-apps/util-linux[static-libs(+)] )
+   zlib? ( sys-libs/zlib[static-libs(+)] )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
+DEPEND="${RDEPEND}
+   app-arch/xz-utils
+   virtual/pkgconfig
+   static? ( ${LIB_DEPEND} )
+   test? (
+   ${PYTHON_DEPS}
+   dev-lang/perl
+   dev-perl/HTTP-Daemon
+   dev-perl/HTTP-Message
+   dev-perl/IO-Socket-SSL
+   )
+   nls? ( sys-devel/gettext )"
+
+DOCS=( AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc )
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-1.17.1-gnulib-cygwin-sys_select.patch
+}
+
+src_configure() {
+   # fix compilation on Solaris, we need filio.h for FIONBIO as used in
+   # the included gnutls -- force ioctl.h to include this header
+   [[ ${CHOST} == *-solaris* ]] && append-cppflags -DBSD_COMP=1
+
+   if use static ; then
+   append-ldflags -static
+   tc-export PKG_CONFIG
+   PKG_CONFIG+=" --static"
+   fi
+   econf \
+   --disable-assert \
+   --disable-rpath \
+   $(use_with ssl ssl $(usex gnutls gnutls openssl)) \
+   $(use_enable ssl opie) \
+   $(use_enable ssl digest) \
+   $(use_enable idn iri) \
+   $(use_enable ipv6) \
+   $(use_enable nls) \
+   $(use_enable ntlm) \
+   $(use_enable pcre) \
+   $(use_enable debug) \
+   $(use_with uuid libuuid) \
+   $(use_with zlib)
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   

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

2016-06-09 Thread Mike Frysinger
commit: cf1b5e74fb545c97915b9d974f981aa190ee145e
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Jun 10 03:49:05 2016 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Jun 10 03:49:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1b5e74

net-misc/wget: mark 1.17.1-r1 arm64/ia64/m68k/ppc/s390/sh/sparc stable #583972

 net-misc/wget/wget-1.17.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wget/wget-1.17.1-r1.ebuild 
b/net-misc/wget/wget-1.17.1-r1.ebuild
index 73c34c9..056582a 100644
--- a/net-misc/wget/wget-1.17.1-r1.ebuild
+++ b/net-misc/wget/wget-1.17.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
 REQUIRED_USE=" ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
 



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: f06eace46dcf09beac1a383ba6b38645b48c7824
Author: Benda Xu  gentoo  org>
AuthorDate: Sat May 28 07:03:25 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f06eace4

scripts/b-p.sh: no need to copy libgcc on RAP.

  ld.so of glibc does that.

 scripts/bootstrap-prefix.sh | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 72f7195..b1f8f8a 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1318,9 +1318,11 @@ bootstrap_stage2() {
# do it ourselves here to make the bootstrap continue
( cd "${ROOT}"/tmp/usr/bin && ln -s clang ${CHOST}-clang && ln 
-s clang++ ${CHOST}-clang++ )
else
-   # make sure the EPREFIX gcc shared libraries are there
-   mkdir -p "${ROOT}"/usr/${CHOST}/lib/gcc
-   cp "${ROOT}"/tmp/usr/${CHOST}/lib/gcc/* 
"${ROOT}"/usr/${CHOST}/lib/gcc
+   if ! is-rap ; then
+   # make sure the EPREFIX gcc shared libraries are there
+   mkdir -p "${ROOT}"/usr/${CHOST}/lib/gcc
+   cp "${ROOT}"/tmp/usr/${CHOST}/lib/gcc/* 
"${ROOT}"/usr/${CHOST}/lib/gcc
+   fi
fi
 
einfo "stage2 successfully finished"



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: f98dcf305b463f16e3e37a78a973802fc72f50fc
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jun  8 06:01:04 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=f98dcf30

s/bootstrap-prefix.sh: figure out ABI flags of x86.

 scripts/bootstrap-prefix.sh | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index a8ec06e..13fc48a 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -143,7 +143,11 @@ configure_cflags() {
export CXX="${CXX-g++} -m32"
export HOSTCC="${CC}"
;;
-   *)
+   i*86-pc-linux-gnu)
+   if [[ $(${CC} -dumpspecs | grep -A1 multilib_default) 
!= *m32 ]]; then
+   export CC="${CC-gcc} -m32"
+   export CXX="${CXX-g++} -m32"
+   fi
;;
esac
 }



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 21aeb54b33d10e6fab076beacf146dd6b4cf8fdd
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 07:06:09 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=21aeb54b

bootstrap-prefix.sh: no USR SPLIT for RAP.  Support Debian multiarch.

 scripts/bootstrap-prefix.sh | 82 +++--
 1 file changed, 5 insertions(+), 77 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 46cf012..4fba6df 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -224,7 +224,7 @@ bootstrap_setup() {
echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
rapx "# sandbox does not work well on Prefix, bug 
490246"
rapx 'FEATURES="-usersandbox -sandbox"'
-   if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
+   if [[ !is-rap && -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; 
then
echo
echo "# This disables /usr-split, removing this 
will break"
echo "PREFIX_DISABLE_GEN_USR_LDSCRIPT=yes"
@@ -1469,83 +1469,11 @@ bootstrap_interactive() {
# eventually ends up in make.conf, see the end of stage3.  We don't
# do this in bootstrap_setup() because in that case we'd also have
# to cater for getting this right with manual bootstraps.
-   export PREFIX_DISABLE_USR_SPLIT=yes 
+   is-rap || export PREFIX_DISABLE_USR_SPLIT=yes
 
-   # immediately die on platforms that we know are impossible due to
-   # brain-deadness (Debian/Ubuntu) or extremely hard dependency chains
-   # (TODO NetBSD/OpenBSD)
-   case ${CHOST} in
-   *-linux-gnu)
-   local toolchain_impossible=
-   # Figure out if this is Ubuntu...
-   if [[ $(lsb_release -is 2>/dev/null) == "Ubuntu" ]] ; 
then
-   case "$(lsb_release -sr)" in
-   [456789].*|10.*)
-   : # good versions
-   ;;
-   *)
-   # Debian/Ubuntu have seriously 
fscked up their
-   # toolchain to support their 
multi-arch crap
-   # since Natty (11.04) that 
noone really wants,
-   # and certainly not upstream.  
Some details:
-   # 
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/738098
-   toolchain_impossible="Ubuntu >= 
11.04 (Natty)"
-   ;;
-   esac
-   fi
-   # Figure out if this is Debian
-   if [[ -e /etc/debian_release ]] ; then
-   case "$(< /etc/debian_release)" in
-   
hamm/*|slink/*|potato/*|woody/*|sarge/*|etch/*|lenny/*|squeeze/*)
-   : # good versions
-   ;;
-   *)
-   # Debian introduced their big 
crap since Wheezy
-   # (7.0), like for Ubuntu, see 
above
-   toolchain_impossible="Debian >= 
7.0 (Wheezy)"
-   ;;
-   esac
-   fi
-   if [[ -n ${toolchain_impossible} ]] ; then
-   # In short, it's impossible for us to compile a
-   # compiler, since 1) gcc picks up our ld, which 
doesn't
-   # support sysroot (can work around with a 
wrapper
-   # script), 2) headers and libs aren't found 
(symlink
-   # them to Prefix), 3) stuff like crtX.i isn't 
found
-   # during bootstrap, since the bootstrap 
compiler doesn't
-   # get any of our flags and doesn't know where 
to find
-   # them (even if we copied them).  So we cannot 
do this,
-   # unless we use the Ubuntu patches in our 
ebuilds, which
-   # is a NO-GO area.
-   cat << EOF
-Oh My!  ${toolchain_impossible}!  ARGH!  HELL comes over 
me!
-
-EOF
-   echo -n "..."
- 

[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 703616ef063672db9c9c868bbfcf091516ac6089
Author: Benda Xu  gentoo  org>
AuthorDate: Sat Jun  4 07:25:15 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=703616ef

s/bootstrap-prefix.sh: remove EPREFIX/tmp after "emerge -e system".

  partially reverts 3a945696443b.

  1. A rerun of bootstrap script after "emerge -e system" failure
 should not go through stage1 again.
  2. For RAP binutils in stage3 is linked against zlib of stage2.

 scripts/bootstrap-prefix.sh | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index b2dc5ec..0b9601b 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1515,12 +1515,6 @@ EOF
# Switch to the proper portage.
hash -r
 
-   # Get rid of the temporary tools.
-   if [[ -d ${ROOT}/tmp/var/tmp ]] ; then
-   rm -rf "${ROOT}"/tmp
-   mkdir "${ROOT}"/tmp
-   fi
-
# Update the portage tree.
treedate=$(date -f "${ROOT}"/usr/portage/metadata/timestamp +%s)
nowdate=$(date +%s)
@@ -2168,7 +2162,13 @@ EOF
 
hash -r  # tmp/* stuff is removed in stage3
 
-   if ! emerge -e system ; then
+   if emerge -e system ; then
+   # Now, after 'emerge -e system', we can get rid of the 
temporary tools.
+   if [[ -d ${EPREFIX}/tmp/var/tmp ]] ; then
+   rm -Rf "${EPREFIX}"/tmp || return 1
+   mkdir -p "${EPREFIX}"/tmp || return 1
+   fi
+   else
# emerge -e system fail
cat << EOF
 



[gentoo-commits] repo/proj/prefix:rap0 commit in: app-misc/pax-utils/

2016-06-09 Thread Benda XU
commit: 43ccb98745d6eb73e08b0de1a9937f2a191c406c
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon May 30 12:00:45 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon May 30 12:00:45 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=43ccb987

app-misc/pax-utils: sync, not tested

Package-Manager: portage-2.2.28

 app-misc/pax-utils/Manifest   |  3 +-
 app-misc/pax-utils/metadata.xml   |  8 ++---
 app-misc/pax-utils/pax-utils-0.2.1.ebuild | 39 -
 app-misc/pax-utils/pax-utils-0.7.ebuild   | 50 --
 app-misc/pax-utils/pax-utils-1.1.6.ebuild | 58 +++
 5 files changed, 61 insertions(+), 97 deletions(-)

diff --git a/app-misc/pax-utils/Manifest b/app-misc/pax-utils/Manifest
index 91d2dfb..a348da4 100644
--- a/app-misc/pax-utils/Manifest
+++ b/app-misc/pax-utils/Manifest
@@ -1,3 +1,2 @@
-DIST pax-utils-0.2.1.tar.bz2 80580 SHA256 
6a5beefb686e425eb6829bc716d2b32b64c2e854287c212c9853bc2beb705c3a SHA512 
a8c18a4538227e0a9d34d9e6e6f4c99f50de376b876032092175a7a277d8f5982495ebb28542fddc7361b649e30528a775817749be0c13bd24244bf3c80a57dc
 WHIRLPOOL 
4a77d3ea435a9905a93f0bfc2f1ee33fc709ef7d71e48c44b1b33277ccbd34d586f404c3f7004450612a68f7d4b9810d1cb98c1f255e9d8e0e87fa6fe157eccc
-DIST pax-utils-0.7.tar.xz 90188 SHA256 
1ac4cee9a9ca97a723505eb29a25e50adeccffba3f0f0ef4f035cf082caf3b84 SHA512 
d99f325b1d3ffc4955bc09aedcbeabea2d87a9647da31db1518de9daa55fbe0e5dd09feedd8dbcd8c4b53825a788ae7c9b904a927abc9ae995385dfd00d44f4a
 WHIRLPOOL 
dac9bb6c4e9bbf2b374371009ec16e9bf0e7a69e33494511f99e1cf2c34f684638fa8069a9f3845b8b91edea2927f18f410b9c6e62718c376b96c11d92c84634
 DIST pax-utils-0.8.1.tar.xz 94772 SHA256 
844ff25b1a11bcef92ef34b22f576f226a772b67196818656f8874513438f5b9 SHA512 
bd8ae0c35058b79a99bcbb5df234c8d4a02ccf0ebd4b06cc30cdb01bc50b7e5ba6cc5cbbf820a0d57dcdc751fd1ea81d5969a4447c4594ab170958edabe41740
 WHIRLPOOL 
3932cd20479ecbe3d99a6d6e5ce1fd5a5a9d9c96986eccb6cd282457a83d165f1964cfdc232c53cedc1c0dbc391b992129fd1610919cf98f0177e037fa7eed06
+DIST pax-utils-1.1.6.tar.xz 647308 SHA256 
f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12 SHA512 
c5bdb3ee076c5f4d026f811a59329014c539e3bb3ab45aec92564dcc4abcedaebc50bec55c37aeccfe9e31c554ec7789426fcb3d6f67a8d805843f32c5993f94
 WHIRLPOOL 
6addfc63dd821a3a0f1ebb2f0545bf81b933bed7aa4950efc51c4af3c8a9dd2263fe09c469bb371a5cb7ae239db646876548a2c21b08c1ed87dd974228eb2679

diff --git a/app-misc/pax-utils/metadata.xml b/app-misc/pax-utils/metadata.xml
index 448899f..73cd9ce 100644
--- a/app-misc/pax-utils/metadata.xml
+++ b/app-misc/pax-utils/metadata.xml
@@ -1,16 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-so...@gentoo.org
-Maintainer
-  
-  
+  
 vap...@gentoo.org
 Maintainer
   
   A suite of ELF tools to aid auditing systems. Contains 
various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX 
and security info on a large groups of binary files.
   
-Install a more powerful/faster version of 
lddtree
+Install a more powerful/faster version of 
lddtree
   
 

diff --git a/app-misc/pax-utils/pax-utils-0.2.1.ebuild 
b/app-misc/pax-utils/pax-utils-0.2.1.ebuild
deleted file mode 100644
index 59b3515..000
--- a/app-misc/pax-utils/pax-utils-0.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.2.1.ebuild,v 
1.8 2012/02/07 16:58:10 vapier Exp $
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties"
-HOMEPAGE="http://hardened.gentoo.org/pax-utils.xml;
-SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.bz2
-   http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.bz2
-   http://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.bz2;
-#SRC_URI="http://wh0rd.org/pax-utils-${PV}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x64-freebsd ~x86-freebsd ~ia64-hpux ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="caps"
-#RESTRICT="mirror"
-
-DEPEND="caps? ( sys-libs/libcap )
-   ia64-hpux? ( dev-libs/gnulib )
-"
-
-src_compile() {
-   local libs
-   if [[ ${CHOST} == *-hpux* ]]; then
-   append-flags -I"${EPREFIX}"/usr/$(get_libdir)/gnulib/include
-   append-ldflags -L"${EPREFIX}"/usr/$(get_libdir)/gnulib/lib
-   libs="-lgnu"
-   fi
-   # we use C99 features but don't adhere to C99 specs, so ...
-   append-flags -std=gnu99
-   emake CC="$(tc-getCC)" LIBS="${libs}" USE_CAP=$(use caps && echo yes) 
|| die
-}
-
-src_install() {
-   emake CC="$(tc-getCC)" DESTDIR="${D}${EPREFIX}" install || die
-   dodoc BUGS README TODO
-}

diff --git a/app-misc/pax-utils/pax-utils-0.7.ebuild 

[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: bb01d4d958e69fec3bd54045c054f9ab22d66a88
Author: Benda Xu  gentoo  org>
AuthorDate: Mon May 23 10:46:14 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=bb01d4d9

scripts/bootstrap-prefix.sh: USE=-acl for linux-standalone.

  Its profile does not mask acl.

 scripts/bootstrap-prefix.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 3a4e4b3..e073e6d 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1163,6 +1163,7 @@ do_emerge_pkgs() {
[[ -n ${pvdb} ]] && continue
 
local myuse=(
+   -acl
-berkdb
-fortran
-gdbm



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 0b2de32db9fa57a6f74849ce8abb839df63f74d6
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Jun  3 08:18:37 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=0b2de32d

scripts/bootstrap-prefix.sh: startprefix for RAP.

 scripts/bootstrap-prefix.sh | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index c5ad77f..b2dc5ec 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -476,6 +476,13 @@ bootstrap_startscript() {
# currently I think right into the prefix is the best location, as
# putting it in /bin or /usr/bin just hides it some more for the
# user
+   if is-rap ; then
+   mkdir -p "${ROOT}"/usr/portage/scripts
+   wget --no-check-certificate \
+
https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/startprefix.in \
+-O "${ROOT}"/usr/portage/scripts/startprefix.in
+   fi
+
sed \
-e "s|@GENTOO_PORTAGE_EPREFIX@|${ROOT}|g" \
"${ROOT}"/usr/portage/scripts/startprefix.in \



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 3a4fd1ab5c253a297900f5342b45b534bca7c375
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jun  8 01:09:48 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3a4fd1ab

s/bootstrap-prefix.sh: stage tools should be used first in stage3.

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 0b9601b..1e5393b 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1364,6 +1364,8 @@ bootstrap_stage3() {
fi
 
emerge_pkgs() {
+   # stage3 tools should be used first.
+   DEFAULT_PATH=$(echo "${ROOT}"/{,tmp/}{,usr/}{s,}bin | tr ' ' 
':') \
EPREFIX="${ROOT}" \
do_emerge_pkgs "$@"
}



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: eab0fda4c25215bdd85ce57d8f3dbc6e19868bda
Author: Benda Xu  gentoo  org>
AuthorDate: Sat May 28 10:29:05 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=eab0fda4

scripts/bootstrap-prefix.sh: install texinfo for glibc.

 scripts/bootstrap-prefix.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index b1f8f8a..239aec0 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1473,6 +1473,9 @@ bootstrap_stage3() {
CPPFLAGS="-DGNUSTEP_BASE_VERSION" \
CFLAGS= CXXFLAGS= USE="-git" emerge -u system || return 1
 
+   # TODO, glibc should depend on texinfo
+   is-rap && { emerge sys-apps/texinfo || return 1; }
+
# remove anything that we don't need (compilers most likely)
emerge --depclean
 



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 4cef85e0a1a666c09c2c3dbb210374a392715f1e
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Jun  3 08:06:45 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4cef85e0

scripts/b-p.sh: calculate kernel version and select legacy profiles.

 scripts/bootstrap-prefix.sh | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 3f891e8..c5ad77f 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -10,6 +10,8 @@ einfo() { echo "* $*"; }
 is-rap() { [[ ${BASH_SOURCE} = *rap.sh ]]; }
 rapx() { is-rap && echo $1 || echo $2; }
 get_libdir() { portageq envvar LIBDIR_$(portageq envvar ABI) || echo lib; }
+kver() { uname -r|cut -d\- -f1|awk -F. '{for (i=1; i<=NF; 
i++){s+=lshift($i,(4-i)*8)};print s}'; }
+profile-legacy() { [[ $(kver) -ge 33955840 ]] || echo /legacy; }
 
 # prefer gtar over tar
 [[ x$(type -t gtar) == "xfile" ]] \
@@ -263,6 +265,7 @@ EOF
ln -sf {,"${ROOT}"}/etc/group
[[ -f ${ROOT}/etc/resolv.conf ]] || ln -s 
{,"${ROOT}"}/etc/resolv.conf
[[ -f ${ROOT}/etc/hosts ]] || ln -s {,"${ROOT}"}/etc/hosts
+   local legacy=$(profile-legacy)
fi
 
local linux=$(rapx linux-standalone linux)
@@ -292,22 +295,22 @@ EOF
profile="prefix/darwin/macos/10.$((rev - 4))/x64"
;;
i*86-pc-linux-gnu)
-   profile="prefix/${linux}/x86"
+   profile="prefix/${linux}/x86${legacy}"
;;
x86_64-pc-linux-gnu)
-   profile="prefix/${linux}/amd64"
+   profile="prefix/${linux}/amd64${legacy}"
;;
ia64-pc-linux-gnu)
-   profile="prefix/${linux}/ia64"
+   profile="prefix/${linux}/ia64${legacy}"
;;
powerpc-unknown-linux-gnu)
-   profile="prefix/${linux}/ppc"
+   profile="prefix/${linux}/ppc${legacy}"
;;
powerpc64-unknown-linux-gnu)
-   profile="prefix/${linux}/ppc64"
+   profile="prefix/${linux}/ppc64${legacy}"
;;
armv7l-pc-linux-gnu)
-   profile="prefix/${linux}/arm"
+   profile="prefix/${linux}/arm${legacy}"
;;
sparc-sun-solaris2.9)
profile="prefix/sunos/solaris/5.9/sparc"



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 10f6517e6c32eb8777a51ae08492692fcd540dfc
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 09:41:35 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=10f6517e

bootstrap-prefix.sh: get_libdir for multilib support on RAP.

 scripts/bootstrap-prefix.sh | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 4fba6df..cb649dc 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -9,6 +9,7 @@ eerror() { echo "!!! $*" 1>&2; }
 einfo() { echo "* $*"; }
 is-rap() { [[ ${BASH_SOURCE} = *rap.sh ]]; }
 rapx() { is-rap && echo $1 || echo $2; }
+get_libdir() { portageq envvar LIBDIR_$(portageq envvar ABI) || echo lib; }
 
 # prefer gtar over tar
 [[ x$(type -t gtar) == "xfile" ]] \
@@ -407,7 +408,7 @@ EOF
 
 do_tree() {
local x
-   for x in etc{,/portage} usr/{{,s}bin,lib} var/tmp var/lib/portage 
var/log/portage var/db;
+   for x in etc{,/portage} usr/{{,s}bin,$(rapx "" lib)} var/tmp 
var/lib/portage var/log/portage var/db;
do
[[ -d ${ROOT}/${x} ]] || mkdir -p "${ROOT}/${x}"
done
@@ -423,7 +424,7 @@ do_tree() {
[[ -e ${ROOT}/${x} ]] || ( cd "${ROOT}" && ln -s 
usr/${x} )
done
else
-   for x in lib sbin ; do
+   for x in $(rapx "" lib) sbin ; do
[[ -d ${ROOT}/${x} ]] || mkdir -p "${ROOT}/${x}"
done
fi
@@ -531,7 +532,8 @@ bootstrap_portage() {
[[ -x ${ROOT}/tmp/bin/bash ]] || [[ ! -x ${ROOT}/tmp/usr/bin/bash ]] || 
ln -s ../usr/bin/bash "${ROOT}"/tmp/bin/bash || return 1
[[ -x ${ROOT}/tmp/bin/bash ]] || ln -s "${BASH}" "${ROOT}"/tmp/bin/bash 
|| return 1
[[ -x ${ROOT}/tmp/bin/sh ]] || ln -s bash "${ROOT}"/tmp/bin/sh || 
return 1
-   [[ -x ${ROOT}/bin/sh ]] || ln -s ../tmp/bin/sh "${ROOT}"/bin/sh || 
return 1
+   [[ -x ${ROOT}/bin/bash ]] || ln -s ../tmp/bin/bash "${ROOT}"/bin/bash 
|| return 1
+   [[ -x ${ROOT}/bin/sh ]] || ln -s bash "${ROOT}"/bin/sh || return 1
export PORTAGE_BASH="${ROOT}"/tmp/bin/bash
 
einfo "Compiling ${A%-*}"
@@ -1333,7 +1335,7 @@ bootstrap_stage3() {
configure_toolchain || return 1
export CONFIG_SHELL="${ROOT}"/tmp/bin/bash
export CPPFLAGS="-I${ROOT}/usr/include"
-   export LDFLAGS="-L${ROOT}/usr/lib"
+   export LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
unset CC CXX
 
emerge_pkgs() {



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 754d22bf69802625cca2798af7460c26b012284f
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Jun  3 01:14:21 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=754d22bf

scripts/bootstrap-prefix.sh: remove libgcc hack on RAP.

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 108723c..3f891e8 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1443,7 +1443,7 @@ EOF
# linker, we can't since we want the compiler to pick it up.
# Therefore, inject some kludgy workaround, for deps like gmp that
# use c++
-   [[ ${CHOST} != *-darwin* ]] && export CXX="${CHOST}-g++ -lgcc_s"
+   [[ ${CHOST} != *-darwin* ]] && ! is-rap && export CXX="${CHOST}-g++ 
-lgcc_s"
 
# Clang unconditionally requires python, the eclasses are really not
# setup for a scenario where python doesn't live in the target



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 84f34557e19b9cce392e412b6957628083c0f241
Author: Benda Xu  gentoo  org>
AuthorDate: Sat May 28 10:12:07 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=84f34557

scripts/bootstrap-prefix.sh: stage3 ld should link to stage2 zlib.

  zlib should not get rpath encoded

 scripts/bootstrap-prefix.sh | 77 -
 1 file changed, 55 insertions(+), 22 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 0d209b2..108723c 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1353,38 +1353,71 @@ bootstrap_stage3() {
fi
fi
 
-   configure_toolchain || return 1
-   export CONFIG_SHELL="${ROOT}"/tmp/bin/bash
-   export CPPFLAGS="-I${ROOT}/usr/include"
-   export LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
-   unset CC CXX
-
emerge_pkgs() {
EPREFIX="${ROOT}" \
do_emerge_pkgs "$@"
}
 
-   # GCC sometimes decides that it needs to run makeinfo to update some
-   # info pages from .texi files.  Obviously we don't care at this
-   # stage and rather have it continue instead of abort the build
-   export MAKEINFO="echo makeinfo GNU texinfo 4.13"
-   
-   # Build a native compiler.
+   configure_toolchain || return 1
+   export CONFIG_SHELL="${ROOT}"/tmp/bin/bash
+
+   # binutils cannot link against zlib in EPREFIX because
+   # later ld's host DL cannot load refreshed zlib with
+   # new glibc symbols.  It cannot link against host zlib
+   # either because it might be too old.  Therefore it
+   # can only be linked against stage2 zlib.
+   configure_cflags
pkgs=(
-   $([[ ${CHOST} == *-aix* ]] && echo dev-libs/libiconv ) # bash 
dependency
-   sys-libs/ncurses
-   sys-libs/readline
-   app-shells/bash
-   sys-apps/sed
-   app-arch/xz-utils
+   sys-apps/baselayout
sys-apps/gentoo-functions
-   sys-apps/baselayout-prefix
-   sys-devel/m4
-   sys-devel/flex
sys-devel/binutils-config
-   sys-libs/zlib
${linker}
)
+   is-rap && emerge_pkgs --nodeps "${pkgs[@]}" || return 1
+
+   export CPPFLAGS="-I${ROOT}/usr/include"
+   export LDFLAGS="-L${ROOT}/usr/$(get_libdir)"
+   unset CC CXX
+
+   # GCC sometimes decides that it needs to run makeinfo to update some
+   # info pages from .texi files.  Obviously we don't care at this
+   # stage and rather have it continue instead of abort the build
+   [[ -x "${ROOT}"/usr/bin/makeinfo ]] || cat > "${ROOT}"/usr/bin/makeinfo 
<

[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 99fb2b0902cd1315df2aa40940068d565779224a
Author: Benda Xu  gentoo  org>
AuthorDate: Thu Jun  9 01:50:33 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=99fb2b09

bootstrap-prefix.sh: copy hosts instead of linking it.

  Portage has modifications to hosts.

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 13fc48a..6fd749c 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -268,7 +268,7 @@ EOF
[[ -f ${ROOT}/etc/group ]] || getent group > 
"${ROOT}"/etc/group || \
ln -sf {,"${ROOT}"}/etc/group
[[ -f ${ROOT}/etc/resolv.conf ]] || ln -s 
{,"${ROOT}"}/etc/resolv.conf
-   [[ -f ${ROOT}/etc/hosts ]] || ln -s {,"${ROOT}"}/etc/hosts
+   [[ -f ${ROOT}/etc/hosts ]] || cp {,"${ROOT}"}/etc/hosts
local legacy=$(profile-legacy)
fi
 



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: fbe97b8ff249b261bd09b0e90d209bb9cb23b106
Author: Benda Xu  gentoo  org>
AuthorDate: Mon May 23 17:23:55 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=fbe97b8f

scripts/bootstrap-prefix.sh: support sys-libs/glibc.

  - do not need a linker in stage2 on RAP.
  - binutils-config and ldconfig should be called explicitly
  - lto of gcc should be disabled. ld points to the host dynamic
loader and gcc points to the RAP one, ld cannot load the gcc
lto plugin.

 scripts/bootstrap-prefix.sh | 32 +---
 1 file changed, 29 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 239aec0..0d209b2 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1271,7 +1271,7 @@ bootstrap_stage2() {
sys-devel/flex
sys-devel/bison
sys-devel/patch
-   sys-devel/binutils-config
+   $(rapx "" sys-devel/binutils-config)
$([[ ${CHOST} == *-aix* ]] && echo sys-apps/diffutils ) # gcc 
can't deal with aix diffutils, gcc PR14251
)
 
@@ -1282,6 +1282,7 @@ bootstrap_stage2() {

# Build a linker and compiler that live in ${ROOT}/tmp, but
# produce binaries in ${ROOT}.
+   is-rap || \
USE="${USE} -cxx" \
TPREFIX="${ROOT}" \
emerge_pkgs --nodeps ${linker} || return 1
@@ -1291,6 +1292,7 @@ bootstrap_stage2() {
# package.use to disable in the temporary prefix.  
echo "dev-libs/gmp -cxx" >> "${ROOT}"/tmp/etc/portage/package.use
 
+   BOOTSTRAP_RAP_STAGE2=yes \
EXTRA_ECONF="--disable-bootstrap" \
GCC_MAKE_TARGET=all \
TPREFIX="${ROOT}" \
@@ -1385,6 +1387,24 @@ bootstrap_stage3() {
)
emerge_pkgs --nodeps "${pkgs[@]}" || return 1
 
+   if is-rap ; then
+   binutils-config 1 || return 1
+   # We need ${ROOT}/usr/bin/perl to merge glibc.
+   if [[ ! -x "${ROOT}"/usr/bin/perl ]]; then
+   # trick "perl -V:apiversion" check of glibc-2.19.
+   echo -e "#!${ROOT}/bin/sh\necho 'apiversion='" > 
"${ROOT}"/usr/bin/perl
+   chmod +x "${ROOT}"/usr/bin/perl
+   fi
+   # Tell dynamic loader the path of libgcc_s.so of stage2
+   if [[ ! -f "${ROOT}"/etc/ld.so.conf.d/stage2.conf ]]; then
+   mkdir -p "${ROOT}"/etc/ld.so.conf.d
+   dirname $(gcc -print-libgcc-file-name) > 
"${ROOT}"/etc/ld.so.conf.d/stage2.conf
+   fi
+   BOOTSTRAP_RAP=yes \
+   emerge_pkgs --nodeps sys-kernel/linux-headers sys-libs/glibc \
+   && "${ROOT}"/usr/sbin/ldconfig || return 1
+   fi
+
# On some hosts, gcc gets confused now when it uses the new linker,
# see for instance bug #575480.  While we would like to hide that
# linker, we can't since we want the compiler to pick it up.
@@ -1398,11 +1418,17 @@ bootstrap_stage3() {
( cd "${ROOT}"/usr/bin && test ! -e python && ln -s 
"${ROOT}"/tmp/usr/bin/python2.7 )
# in addition, avoid collisions
rm -Rf "${ROOT}"/tmp/usr/lib/python2.7/site-packages/clang
+
+   RAP_DLINKER=$(echo "${ROOT}"/$(get_libdir)/ld*.so.[0-9])
# try to get ourself out of the mudd, bug #575324
-   EXTRA_ECONF="--disable-compiler-version-checks" \
+   EXTRA_ECONF="--disable-compiler-version-checks $(rapx --disable-lto)" \
+   LDFLAGS="${LDFLAGS} $(rapx -Wl,--dynamic-linker=${RAP_DLINKER})" \
emerge_pkgs --nodeps ${compiler} || return 1
-   ( cd "${ROOT}"/usr/bin && test ! -e python && rm -f python2.7 )
+   # undo libgcc_s.so path of stage2
+   rm -f "${ROOT}"/etc/ld.so.conf.d/stage2.conf
+   "${ROOT}"/usr/sbin/ldconfig || return 1
 
+   ( cd "${ROOT}"/usr/bin && test ! -e python && rm -f python2.7 )
# Use $ROOT tools where possible from now on.
rm -f "${ROOT}"/bin/sh
ln -s bash "${ROOT}"/bin/sh



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 03f945855a7ee0664b79b276b0e74cea27865b51
Author: Benda Xu  gentoo  org>
AuthorDate: Sat May 28 06:59:33 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=03f94585

scripts/b-p.sh: link /usr/{lib -> lib64} in stage1

  on systems get_libdir != lib,
  python (looks into /usr/lib by default) need to find libffi
  (installs into /usr/lib64 by default).

  ugly enumerating all possible libdirs.

 scripts/bootstrap-prefix.sh | 17 +
 1 file changed, 17 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index cb649dc..72f7195 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1098,6 +1098,23 @@ bootstrap_stage1() { (
chmod 755 "${ROOT}"/tmp/usr/bin/java{,c}
;;
esac
+   # Host compiler can output a variety of libdirs.  At stage1,
+   # they should be the same as lib.  Otherwise libffi may not be
+   # found by python.
+   if is-rap ; then
+   [[ -d ${ROOT}/tmp/usr/lib ]] || mkdir -p "${ROOT}"/tmp/usr/lib
+   local libdir
+   for libdir in lib64 lib32 libx32; do
+   if [[ ! -L ${ROOT}/tmp/usr/${libdir} ]] ; then
+   if [[ -e "${ROOT}"/tmp/usr/${libdir} ]] ; then
+   echo "${ROOT}"/tmp/usr/${libdir} should 
be a symlink to lib
+   return 1
+   fi
+   ln -s lib "${ROOT}"/tmp/usr/${libdir}
+   fi
+   done
+   fi
+
# important to have our own (non-flawed one) since Python (from
# Portage) and binutils use it
for zlib in ${ROOT}/tmp/usr/lib/libz.* ; do



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: d98f1f04ba8dfd7aa56f32644da64efd79fec36f
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 02:46:25 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=d98f1f04

scripts/bootstrap-prefix.sh: disable sandbox.

 scripts/bootstrap-prefix.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index e073e6d..46cf012 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -222,6 +222,8 @@ bootstrap_setup() {
echo 'CXXFLAGS="${CFLAGS}"'
echo "MAKEOPTS=\"${MAKEOPTS}\""
echo "CONFIG_SHELL=\"${ROOT}/bin/bash\""
+   rapx "# sandbox does not work well on Prefix, bug 
490246"
+   rapx 'FEATURES="-usersandbox -sandbox"'
if [[ -n ${PREFIX_DISABLE_USR_SPLIT} ]] ; then
echo
echo "# This disables /usr-split, removing this 
will break"



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 94f2fde6329e5f9695d8fc91428a8514d4ce29a3
Author: Benda Xu  gentoo  org>
AuthorDate: Wed Jun  8 06:00:16 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=94f2fde6

s/bootstrap-prefix.sh: set CXX to convey LDFLAGS.

  gmp does not respect LDFLAGS in its configure, should set CXX instead.
  https://gmplib.org/manual/Known-Build-Problems.html#Known-Build-Problems

 scripts/bootstrap-prefix.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 1e5393b..a8ec06e 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -1466,8 +1466,11 @@ EOF
 
RAP_DLINKER=$(echo "${ROOT}"/$(get_libdir)/ld*.so.[0-9])
# try to get ourself out of the mudd, bug #575324
+   # gmp does not respect LDFLAGS in its configure, should set CXX instead.
+   # 
https://gmplib.org/manual/Known-Build-Problems.html#Known-Build-Problems
EXTRA_ECONF="--disable-compiler-version-checks $(rapx --disable-lto)" \
LDFLAGS="${LDFLAGS} $(rapx -Wl,--dynamic-linker=${RAP_DLINKER})" \
+   CXX="${CHOST}-g++ ${LDFLAGS}" \
emerge_pkgs --nodeps ${compiler} || return 1
# undo libgcc_s.so path of stage2
rm -f "${ROOT}"/etc/ld.so.conf.d/stage2.conf



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 7ae69c5013465b534ae960a153cb48e7ee3b837f
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 09:49:05 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7ae69c50

scripts/bootstrap-prefix.sh: emacs local setup for the code standard.

 scripts/bootstrap-prefix.sh | 5 +
 1 file changed, 5 insertions(+)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 591cadf..a327803 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2442,3 +2442,8 @@ fi
 einfo "ready to bootstrap ${TODO}"
 # bootstrap_interactive proceeds with guessed defaults when TODO=noninteractive
 bootstrap_${TODO#non} || exit 1
+
+# Local Variables:
+# sh-indentation: 8
+# sh-basic-offset: 8
+# End:



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: a53075b6c0799cd4261922d00c01cffbec0b10ac
Author: Benda Xu  gentoo  org>
AuthorDate: Mon May 23 10:14:33 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a53075b6

scripts/bootstrap-prefix.sh: setup android overlay as staged RAP repo.

  setup name databases.

 scripts/bootstrap-prefix.sh | 36 +++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index a327803..3a4e4b3 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -234,6 +234,34 @@ bootstrap_setup() {
} > "${ROOT}"/etc/portage/make.conf
fi
 
+   if is-rap && [[ ! -f ${ROOT}/etc/portage/repos.conf ]] ; then
+   cat <"${ROOT}"/etc/portage/repos.conf
+[DEFAULT]
+main-repo = gentoo
+eclass-overrides = rap
+
+[gentoo]
+location = ${ROOT}/usr/portage
+sync-type = rsync
+sync-uri = rsync://rsync.gentoo.org/gentoo-portage
+
+[rap]
+location = ${ROOT}/usr/portage-stage
+sync-type = git
+sync-uri = https://anongit.gentoo.org/git/proj/android.git
+auto-sync = no
+EOF
+   fi
+
+   if is-rap ; then
+   [[ -f ${ROOT}/etc/passwd ]] || getent passwd > 
"${ROOT}"/etc/passwd || \
+   ln -sf {,"${ROOT}"}/etc/passwd
+   [[ -f ${ROOT}/etc/group ]] || getent group > 
"${ROOT}"/etc/group || \
+   ln -sf {,"${ROOT}"}/etc/group
+   [[ -f ${ROOT}/etc/resolv.conf ]] || ln -s 
{,"${ROOT}"}/etc/resolv.conf
+   [[ -f ${ROOT}/etc/hosts ]] || ln -s {,"${ROOT}"}/etc/hosts
+   fi
+
local linux=$(rapx linux-standalone linux)

case ${CHOST} in
@@ -415,6 +443,10 @@ bootstrap_tree() {
else
do_tree http://dev.gentoo.org/~grobian/distfiles 
prefix-overlay-${PV}.tar.bz2
fi
+   if is-rap; then
+   PORTDIR="${ROOT}/usr/portage-stage" \
+  do_tree http://dev.gentoo.org/~heroxbd 
android-master.tar.bz2
+   fi
 }
 
 bootstrap_startscript() {
@@ -524,7 +556,9 @@ bootstrap_portage() {
 
[[ -e "${ROOT}"/tmp/usr/portage ]] || ln -s "${PORTDIR}" 
"${ROOT}"/tmp/usr/portage
 
-   if [[ -s ${PORTDIR}/profiles/repo_name ]]; then
+   if is-rap; then
+   cp -f "${ROOT}"/etc/portage/repos.conf 
"${ROOT}"/tmp/usr/share/portage/config/repos.conf
+   elif [[ -s ${PORTDIR}/profiles/repo_name ]]; then
# sync portage's repos.conf with the tree being used
sed -i -e 
"s,gentoo_prefix,$(<"${PORTDIR}"/profiles/repo_name)," 
"${ROOT}"/tmp/usr/share/portage/config/repos.conf || return 1
fi



[gentoo-commits] repo/proj/prefix:rap0 commit in: scripts/

2016-06-09 Thread Benda XU
commit: 91158a5c7baec371c594eabb3b3792a7bf0cf53b
Author: Benda Xu  gentoo  org>
AuthorDate: Thu May 26 09:48:19 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:47:29 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=91158a5c

scripts/bootstrap-prefix.sh: rap helpers for profiles and portage tree.

 scripts/bootstrap-prefix.sh | 20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 5a2e277..591cadf 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -7,6 +7,8 @@ trap 'exit 1' TERM KILL INT QUIT ABRT
 # some basic output functions
 eerror() { echo "!!! $*" 1>&2; }
 einfo() { echo "* $*"; }
+is-rap() { [[ ${BASH_SOURCE} = *rap.sh ]]; }
+rapx() { is-rap && echo $1 || echo $2; }
 
 # prefer gtar over tar
 [[ x$(type -t gtar) == "xfile" ]] \
@@ -231,6 +233,8 @@ bootstrap_setup() {
echo 'FETCHCOMMAND="bash -c \"echo I need 
\${FILE} from \${URI} in \${DISTDIR}; read\""'
} > "${ROOT}"/etc/portage/make.conf
fi
+
+   local linux=$(rapx linux-standalone linux)

case ${CHOST} in
powerpc-apple-darwin7)
@@ -257,22 +261,22 @@ bootstrap_setup() {
profile="prefix/darwin/macos/10.$((rev - 4))/x64"
;;
i*86-pc-linux-gnu)
-   profile="prefix/linux/x86"
+   profile="prefix/${linux}/x86"
;;
x86_64-pc-linux-gnu)
-   profile="prefix/linux/amd64"
+   profile="prefix/${linux}/amd64"
;;
ia64-pc-linux-gnu)
-   profile="prefix/linux/ia64"
+   profile="prefix/${linux}/ia64"
;;
powerpc-unknown-linux-gnu)
-   profile="prefix/linux/ppc"
+   profile="prefix/${linux}/ppc"
;;
powerpc64-unknown-linux-gnu)
-   profile="prefix/linux/ppc64"
+   profile="prefix/${linux}/ppc64"
;;
armv7l-pc-linux-gnu)
-   profile="prefix/linux/arm"
+   profile="prefix/${linux}/arm"
;;
sparc-sun-solaris2.9)
profile="prefix/sunos/solaris/5.9/sparc"
@@ -404,6 +408,7 @@ do_tree() {
 }
 
 bootstrap_tree() {
+   is-rap && LATEST_TREE_YES=1
local PV="20160420"
if [[ -n ${LATEST_TREE_YES} ]]; then
do_tree "${SNAPSHOT_URL}" portage-latest.tar.bz2
@@ -2400,9 +2405,10 @@ export PORTDIR=${PORTDIR:-"${ROOT}/usr/portage"}
 export DISTDIR=${DISTDIR:-"${PORTDIR}/distfiles"}
 PORTAGE_TMPDIR=${PORTAGE_TMPDIR:-${ROOT}/tmp/var/tmp}
 DISTFILES_URL=${DISTFILES_URL:-"http://dev.gentoo.org/~grobian/distfiles"}
-SNAPSHOT_URL=${SNAPSHOT_URL:-"http://rsync.prefix.bitzolder.nl/snapshots"}
 GNU_URL=${GNU_URL:="http://ftp.gnu.org/gnu"}
 GENTOO_MIRRORS=${GENTOO_MIRRORS:="http://distfiles.gentoo.org"}
+SNAPSHOT_HOST=$(rapx ${GENTOO_MIRRORS} http://rsync.prefix.bitzolder.nl)
+SNAPSHOT_URL=${SNAPSHOT_URL:-"${SNAPSHOT_HOST}/snapshots"}
 GCC_APPLE_URL="http://www.opensource.apple.com/darwinsource/tarballs/other;
 
 export MAKE CONFIG_SHELL



[gentoo-commits] repo/proj/prefix: Branch deleted: script-rap

2016-06-09 Thread Benda XU
commit: 
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 03:29:35 2016 +

Branch deleted: script-rap




[gentoo-commits] repo/proj/prefix: Branch deleted: rap

2016-06-09 Thread Benda XU
commit: 
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 03:28:59 2016 +

Branch deleted: rap




[gentoo-commits] proj/android:master commit in: app-shells/bash/, app-shells/bash/files/

2016-06-09 Thread Benda XU
commit: 0b3bcafaf44e21616c25d37ebe74f258881a8140
Author: Benda Xu  gentoo  org>
AuthorDate: Fri Jun 10 02:50:56 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 02:50:56 2016 +
URL:https://gitweb.gentoo.org/proj/android.git/commit/?id=0b3bcafa

app-shell/bash: prefixify default bashrc and profile.

 app-shells/bash/Manifest   | 303 +
 app-shells/bash/bash-4.3_p42-r2.ebuild |  18 +-
 .../bash/files/bash-4.0-configs-prefix.patch   |  15 +
 app-shells/bash/files/bashrc   |   8 +-
 4 files changed, 34 insertions(+), 310 deletions(-)

diff --git a/app-shells/bash/Manifest b/app-shells/bash/Manifest
index 928124f..95012e3 100644
--- a/app-shells/bash/Manifest
+++ b/app-shells/bash/Manifest
@@ -1,304 +1,18 @@
 AUX autoconf-mktime-2.53.patch 4812 SHA256 
f8fd7249e0eaac1a258198b7e2dd435fb287dd826d2b2b85c171f3c801bf5a9b SHA512 
52fd04b9ba576ef28a66647307b550e9da074867c2cfd9d517948f3029521d94ca01f3e43b49544ecf6ed1139f8ac4f8beb36470e7e225a65557a6b5fb5348ec
 WHIRLPOOL 
71319dc34c773c9773cc96339cb7b461115311ce42a3758f53a0eb6c7f8c1fadcec0de43f4b226de183867faa53982e8bf3919221e33474d0a1e44f73d32b15e
 AUX autoconf-mktime-2.59.patch 4686 SHA256 
3c16de6cbe24fc806c29390eaf4c7e1d9ceda3df523bb18941cf0a3184356bba SHA512 
4ac3951b72fcc50bc90d4fdd6286fc0ce01100d928b51f41043cf7c6f6adaddd7b19bb346bf21f306ce6cbe619750dfe18755c122e3f1a237fb07c02b25594a8
 WHIRLPOOL 
bd4304863415e6e5b79a2df330b9add8e5378de54db2c24a3ea97c41125886204a77997ba179c42a901532ddf49314a91e1937df31d396ac8d4d6c7d612f442d
-AUX bash-2.05b-destdir.patch 598 SHA256 
07e419e3b6ee2e105c0642f5c4be7b61d2f765d632077c9eee883be4e60432d5 SHA512 
d453ff834c7a4b5b74e395e496493d77f98ec0e1aa1d7cf8ff0d8260b2a0602067da65a18d5dc9dbedc1d79c8b50395dd97f7091a6d55ff0bae52ed1b2b007bd
 WHIRLPOOL 
3eade151768b8de41e0fc1ef9d22ef578354f334ba5bf80425bb925ea18debf976cf03b9509ed4a3886d15b05c90fe6c6fe5ccbd4696b48d63d17aeec5d36158
-AUX bash-2.05b-empty-herestring.patch 667 SHA256 
2b2bb08d16873236db26fc9d8f2df7d481abbef3d7acbded39368fdd26ccabde SHA512 
311626129c33546b42a16788a566958f15b48aec40989828498ce45c50ffc450c1b3d3413cc7cbaeef44699d64962c968d38dda0ed810cce389b572228221be4
 WHIRLPOOL 
a57c572a929ca7dd7a3e97505c7470e996fb56417f2183c79fc341bf08675061e53d984dc939c69130d022ceb4c0a30dabe75226ecd9ff57ab38b489a0c256dc
-AUX bash-2.05b-fix-job-warning.patch 341 SHA256 
743a35ab7c31fc1aea94285144658c27b030fed5b8e38612d6f4efccda8d4730 SHA512 
5ede03f96f8061d6ea99c473cd8625aedd745b9545a5af4bfa371907a4446e57d8d4d75e934ee38ae6654a0521f203d7e54d7b111e594bd4efff2ab0491b0a20
 WHIRLPOOL 
4e616b1fd976c9cf3e7b6f09a2eb159c4ef1c1b112158f98387a6ee36214e28224b3080ed8a5e226d1a4c9b1c4f4facd680f881dc54e5f5868fbad2f0a282dd4
-AUX bash-2.05b-jobs.patch 813 SHA256 
021a8b5cb3ae71b160524692fbd5ec0e37384cd3c3a50689d7de9166be9febfd SHA512 
7d6176ab2831f2dec6e033b1604d2b41694adc106e0a7bb63c69df245e85ff3ba45904d798f4d596dfe712ccc0bfd17d71ad70039eaf67b280254b15517f2e97
 WHIRLPOOL 
ba6473776b4b3241e23cff1b26baf613274b0ca94885be17707be9fd74bc58b1ff2834fa6ef210d469c172af149153e3e0fed5278ae0aa262832c7cc7f504a64
-AUX bash-2.05b-parallel-build.patch 426 SHA256 
74244a0b736396213bb2b9d7dcbc99d21b979d8102b3a04bdd91f65cc5ec7d56 SHA512 
1ae173412ef3dad6b874cf6461479a0291e8dce2b0f1464450d41cc5a1e833e66860d7c2ed5c14e55fd082a95fdfa6164ae677aff0192fd2e02f1eedafe06992
 WHIRLPOOL 
c1a6ad3c1dcc053992a68608c9bf3e11895d080343859698f6be06443efb2d0a6fa8445f5b16aaaedb6dd35db29fa48e47bf1f98a890a7ee3c3daeccacd7bcca
-AUX bash-2.05b-protos.patch 692 SHA256 
1df3b05232723d00ba0f76bb18233dec2943da63cd72e1161a6ac82592ba5837 SHA512 
77a5d48d629cd127db6f7163fd9ee4e67c22b92007cb5e9fc9f51c83427f809dd74f176a521a7d8e342127419c872c01e29b921f48cea5cb8e788ff5f51faaa1
 WHIRLPOOL 
fa54af517ecd99398b81a46996b18f05c7a13191606a0780b01ff56f312ca44590feaaf3ae410773454d28d00fd112213d8780114fa69a51dc78f36cdb825a5a
-AUX bash-2.05b-rbash.patch 616 SHA256 
52c6515e8333d7461c5d4b13cd45645a072c5c0258f34f3e03262952589cd60a SHA512 
bc4a6132a36b65794843930e34abd199d9c5df7838c49ec3edf47f92e0f09877a31df051689a8267eaadfbb743934c2f4f25ab8a2ca07d1561dd6ec8c337a53f
 WHIRLPOOL 
9cfd3fc03fc4c1adf5b03962aaa346ce831ffaba8aac8206bec9e97a2b500c72fbf81d20de698677a64ff1db1198adf965b66dab81141e75e0a126dc4cf16942
-AUX bash-3.0-afs.patch 633 SHA256 
4c4453a7cf5d26099d41a4c473d9f727e6347c693cdace009bcde0fe5aea27c4 SHA512 
833515f5b4040ffb7e65b410aa860da73a2bf1d9b4da7ea74ec41581fcb27b0ebafdcbb041abf4c1cebaa3d7b43ee6ea11f7c7ecec5759530ce0184ac6029f3f
 WHIRLPOOL 
6b1e5b03c700183187bc4496296b2938d9c18e5df66e31e8440bdbd49bd2090485b5d966726b157348384e74a8d2a73228da8424332b132be2d76dd2e99e113b
-AUX bash-3.0-crash.patch 1191 SHA256 
b082ac3e1ede7327a9147cedcfe3c0dbaa1b05ee6e9eee3ac838216ba7838eb3 SHA512 
e9fa172d76e1a3924c4795b7bb26a0487ab50f2d0714178076b6b9f85d7712ffeb4165bd591cac97c4c2288e39fa2bdf3794f29a7f2fd28e2d971041d16ff0a5
 WHIRLPOOL 

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

2016-06-09 Thread Benda XU
commit: 565458ece8f16dabdd04f0b6e4f4b2afddd98209
Author: Benda Xu  gentoo  org>
AuthorDate: Tue Jun  7 05:18:13 2016 +
Commit: Benda XU  gentoo  org>
CommitDate: Fri Jun 10 01:46:50 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=565458ec

scripts/bootstrap-prefix.sh: use the newest wget in stage1.

  wget-1.13.4 fails on CentOS 7.

  ./stdio.h:1012:1: error: 'gets' undeclared here (not in a function)
  _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index e5ad6b6..5a2e277 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -897,7 +897,7 @@ bootstrap_findutils() {
 }
 
 bootstrap_wget() {
-   bootstrap_gnu wget 1.13.4
+   bootstrap_gnu wget 1.17.1 || bootstrap_gnu wget 1.13.4
 }
 
 bootstrap_grep() {



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

2016-06-09 Thread Davide Pesavento
commit: 855d6ced9b2c4eb84ec2b2db0742b111a7a3ff3a
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jun 10 01:44:40 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jun 10 01:45:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855d6ced

dev-util/qbs: expand metadata

Package-Manager: portage-2.3.0_rc1

 dev-util/qbs/metadata.xml | 30 ++
 1 file changed, 22 insertions(+), 8 deletions(-)

diff --git a/dev-util/qbs/metadata.xml b/dev-util/qbs/metadata.xml
index c6a1777..eb2faf7 100644
--- a/dev-util/qbs/metadata.xml
+++ b/dev-util/qbs/metadata.xml
@@ -1,12 +1,26 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   p...@gentoo.org
-   Davide Pesavento
-
-
-   q...@gentoo.org
-   Gentoo Qt Project
-
+   
+   p...@gentoo.org
+   Davide Pesavento
+   
+   
+   q...@gentoo.org
+   Gentoo Qt Project
+   
+   
+   Qbs is a tool that helps simplify the build process for developing
+   projects across multiple platforms. Qbs can be used for any software
+   project, whether it is written in Qt or not.
+
+   Qbs is an all-in-one tool that generates a build graph from a
+   high-level project description (like qmake or cmake) and additionally
+   undertakes the task of executing the commands in the low-level build
+   graph (like make).
+   
+   
+   https://bugreports.qt.io/
+   http://doc.qt.io/qbs/
+   
 



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

2016-06-09 Thread Davide Pesavento
commit: b702c020c0bc03268469db9c0f332cf3be262e83
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jun 10 01:10:50 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jun 10 01:44:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b702c020

dev-util/qbs: update DESCRIPTION; use https in HOMEPAGE

Package-Manager: portage-2.3.0_rc1

 dev-util/qbs/qbs-1.4.5.ebuild | 4 ++--
 dev-util/qbs/qbs-1.5.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/qbs/qbs-1.4.5.ebuild b/dev-util/qbs/qbs-1.4.5.ebuild
index f789f54..48dd8e1 100644
--- a/dev-util/qbs/qbs-1.4.5.ebuild
+++ b/dev-util/qbs/qbs-1.4.5.ebuild
@@ -8,8 +8,8 @@ inherit qmake-utils
 
 MY_P=${PN}-src-${PV}
 
-DESCRIPTION="Qt Build Suite"
-HOMEPAGE="http://wiki.qt.io/Qbs;
+DESCRIPTION="Cross-platform build tool"
+HOMEPAGE="https://wiki.qt.io/Qbs;
 SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
 
 LICENSE="|| ( LGPL-2.1 LGPL-3 )"

diff --git a/dev-util/qbs/qbs-1.5.1.ebuild b/dev-util/qbs/qbs-1.5.1.ebuild
index 0f9c5e4..c5c4488 100644
--- a/dev-util/qbs/qbs-1.5.1.ebuild
+++ b/dev-util/qbs/qbs-1.5.1.ebuild
@@ -8,8 +8,8 @@ inherit qmake-utils
 
 MY_P=${PN}-src-${PV}
 
-DESCRIPTION="Qt Build Suite"
-HOMEPAGE="http://wiki.qt.io/Qbs;
+DESCRIPTION="Cross-platform build tool"
+HOMEPAGE="https://wiki.qt.io/Qbs;
 SRC_URI="http://download.qt.io/official_releases/${PN}/${PV}/${MY_P}.tar.gz;
 
 LICENSE="|| ( LGPL-2.1 LGPL-3 )"



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

2016-06-09 Thread Mike Gilbert
commit: 880ca3caa79c8123456b78ac59886b6b543ab338
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 10 01:12:53 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 10 01:13:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880ca3ca

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.3.0_rc1_p20

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 24_beta.ebuild => chrome-binary-plugins-52.0.2743.33_beta.ebuild} | 0
 0_alpha.ebuild => chrome-binary-plugins-53.0.2763.0_alpha.ebuild} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 58da49c..d15c4cb 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_52.0.2743.24-1_amd64.deb 54115692 SHA256 
2d10cdb238fed0c52345aab24ec2bed3f5e3743c9317a5b79012862ee98fac50 SHA512 
68b37048e23b9032c5d07d6de7453b4a00a6cc77888489c2891fc426ff0ee7b3ff414a1c8b4b9dec1225f17f20bb7fe22ca99cae0bd1a6a08a1ac2ffb0342bea
 WHIRLPOOL 
e4b6aef9b008ccfc3bd90bfb3d683927c124424dec94af807089d7b99b5018eec06f39f82c728dc779237f3d08af386dcb7a5bd0484819b6c4021ede8c291125
+DIST google-chrome-beta_52.0.2743.33-1_amd64.deb 54188474 SHA256 
1264f87c4a4b1929780e233c5ecfa730498a19bafae0fe22f8359292a15d9d7b SHA512 
fd4599165ce2edd8cf2c75b2ad7a079c4dbba53ed2eb4bb258ee251223c539378fc93ae8ce464afb076e03b0ddb75cd660e3b30d95f11e045d1f91b46b1d3e57
 WHIRLPOOL 
1fb220a6d59c2da722bcb772d1e9230558a48488bd98b6071db53e91ed777d3e6b0de67bb57ae2ba5fca92bd9cb8c356af19a4bbf1c194d01d02b43505d924c1
 DIST google-chrome-stable_51.0.2704.84-1_amd64.deb 49457350 SHA256 
7ed0c94309a09305dd649b3c3aa3a38cf8c45e7e419e665ad80f04dc0701f093 SHA512 
699acd5d7d91b48518e1af8cabf0aacaee887df88979300413be48af7be0152c3c88e4b4253aebe7373c017e2a1b4110491ef9c6f8b7ef208b33bb32d3de6fb9
 WHIRLPOOL 
552fbd4d41ca563f0a0c7ef928248e12cf989c580167064ee238befb44529def7cba391cad3fff9ef101afc026df9530ad709aec7076edda70a15204a428735c
-DIST google-chrome-unstable_53.0.2756.0-1_amd64.deb 52283390 SHA256 
2a8e3544911f35df602b830cc043efffd4a14ad74c33b6739056a8b4024c596e SHA512 
93cbf31e179be5081acb02c02cd7ac18a310c5a8046f1e0fed2ed5dbce109872fb12a55b761953fae6f00e39386b748c39ee6f0a104764b3504ade6e6ccff8d5
 WHIRLPOOL 
f9dc504fd14e899d1e8749cb18abea0420155ed4fa02d7718339ec4ba5d1e9b0c6061e1127b40b6c872d8acc56a3aea8bcdf09f86a6e64aeb7a5fbbd7fac2f2d
+DIST google-chrome-unstable_53.0.2763.0-1_amd64.deb 52461612 SHA256 
11c9661ed2643c0c88376ee6b3bc1941b9ecf3027f063a171c0ee174f7d9545a SHA512 
456dedccf4dbd7e3ae2f99ae3d1520292162a6748d8d5d230c0a582cfe313e6e1a3b8819ebe65c519564b49bd3fbe63fcf841d6e5c821b29bfb81768f309e3ae
 WHIRLPOOL 
e92f27cef89996f7108da3364e7c9a35b672fc93a31b68720e50836bde9c18d62b3747cf5cf33591aff48d8f64eb458449f6366abab7549e822ef66a0ecf8974

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.24_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.33_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.24_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.33_beta.ebuild

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



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

2016-06-09 Thread Mike Gilbert
commit: c084024264ff8b57b87544e74884665e95f894ae
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 10 01:12:45 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 10 01:13:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0840242

www-client/google-chrome-beta: automated update

Package-Manager: portage-2.3.0_rc1_p20

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-52.0.2743.24.ebuild => google-chrome-beta-52.0.2743.33.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 3cff4f5..47d195b 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_52.0.2743.24-1_amd64.deb 54115692 SHA256 
2d10cdb238fed0c52345aab24ec2bed3f5e3743c9317a5b79012862ee98fac50 SHA512 
68b37048e23b9032c5d07d6de7453b4a00a6cc77888489c2891fc426ff0ee7b3ff414a1c8b4b9dec1225f17f20bb7fe22ca99cae0bd1a6a08a1ac2ffb0342bea
 WHIRLPOOL 
e4b6aef9b008ccfc3bd90bfb3d683927c124424dec94af807089d7b99b5018eec06f39f82c728dc779237f3d08af386dcb7a5bd0484819b6c4021ede8c291125
+DIST google-chrome-beta_52.0.2743.33-1_amd64.deb 54188474 SHA256 
1264f87c4a4b1929780e233c5ecfa730498a19bafae0fe22f8359292a15d9d7b SHA512 
fd4599165ce2edd8cf2c75b2ad7a079c4dbba53ed2eb4bb258ee251223c539378fc93ae8ce464afb076e03b0ddb75cd660e3b30d95f11e045d1f91b46b1d3e57
 WHIRLPOOL 
1fb220a6d59c2da722bcb772d1e9230558a48488bd98b6071db53e91ed777d3e6b0de67bb57ae2ba5fca92bd9cb8c356af19a4bbf1c194d01d02b43505d924c1

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.24.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-52.0.2743.33.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-52.0.2743.24.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-52.0.2743.33.ebuild



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

2016-06-09 Thread Mike Gilbert
commit: 859abd26dac168e34219d732b3e1c4e949b2eb2e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Jun 10 01:12:26 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jun 10 01:13:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859abd26

www-client/google-chrome-unstable: automated update

Package-Manager: portage-2.3.0_rc1_p20

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-53.0.2756.0.ebuild => google-chrome-unstable-53.0.2763.0.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 c5c9626..eab304e 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_53.0.2756.0-1_amd64.deb 52283390 SHA256 
2a8e3544911f35df602b830cc043efffd4a14ad74c33b6739056a8b4024c596e SHA512 
93cbf31e179be5081acb02c02cd7ac18a310c5a8046f1e0fed2ed5dbce109872fb12a55b761953fae6f00e39386b748c39ee6f0a104764b3504ade6e6ccff8d5
 WHIRLPOOL 
f9dc504fd14e899d1e8749cb18abea0420155ed4fa02d7718339ec4ba5d1e9b0c6061e1127b40b6c872d8acc56a3aea8bcdf09f86a6e64aeb7a5fbbd7fac2f2d
+DIST google-chrome-unstable_53.0.2763.0-1_amd64.deb 52461612 SHA256 
11c9661ed2643c0c88376ee6b3bc1941b9ecf3027f063a171c0ee174f7d9545a SHA512 
456dedccf4dbd7e3ae2f99ae3d1520292162a6748d8d5d230c0a582cfe313e6e1a3b8819ebe65c519564b49bd3fbe63fcf841d6e5c821b29bfb81768f309e3ae
 WHIRLPOOL 
e92f27cef89996f7108da3364e7c9a35b672fc93a31b68720e50836bde9c18d62b3747cf5cf33591aff48d8f64eb458449f6366abab7549e822ef66a0ecf8974

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



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2016-06-09 Thread Davide Pesavento
commit: 1d3be9551413c3ce2d0df034517e680cb3694856
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jun 10 00:49:04 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jun 10 00:54:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3be955

dev-qt/qt-creator: remove old

Package-Manager: portage-2.3.0_rc1

 dev-qt/qt-creator/Manifest|   1 -
 dev-qt/qt-creator/qt-creator-4.0.0.ebuild | 174 --
 2 files changed, 175 deletions(-)

diff --git a/dev-qt/qt-creator/Manifest b/dev-qt/qt-creator/Manifest
index fad0685..e16f93d 100644
--- a/dev-qt/qt-creator/Manifest
+++ b/dev-qt/qt-creator/Manifest
@@ -1,5 +1,4 @@
 DIST qt-creator-2.8.1-src.tar.gz 24381282 SHA256 
d5ae007a297a4288d0e95fd605edbfb8aee80f6788c7a6cfb9cb297f50c364b9 SHA512 
954b0caa9a4c6b7debf62562f3c8f1b4edee13488867208e7d41544b244a111024f2c4c144e4b44e98973cf1d7b5885c13c0b6996ade58e204887eb13bb999cb
 WHIRLPOOL 
1aa5018e19315bd2528580ffa388ff17d9747e4abad28ea4bcd38315e6efc66379cdda90cb32c17dd1631d0ebedff422e53ee0b9b3c40d7a5766ff4dd9b4
 DIST qt-creator-opensource-src-3.4.2.tar.gz 23239370 SHA256 
f57df9954768badb252154a51cca9b21a4903f8e003ef944d25801cde1754bab SHA512 
65a93574bf6dd35ef4769d4e8a40cb183b2904af6cd32616c15e57654ab575280e7a5d0bbe43296a012e79127831b46fa21890d65472e0c781a95461e5a50812
 WHIRLPOOL 
a56fbb9ea76e9cc7886ee447503c4f7ca646ebf19a113ab95b9b3788d8d75871850c358f13bbd3093f544c65c65f916006cb7571a73292376a7629c236cf0e74
 DIST qt-creator-opensource-src-3.6.1.tar.gz 23144233 SHA256 
e53611f80332cd1d171a9b91f8467b6182186cbec6b4a9301f32367368f15de2 SHA512 
be869de5fdaf7294dca95e540b7b9228015132071aaf5315a3c8b2da3043a03528b3d75e94a7fffc567bd802dba1a48568c4a335926c1d5e1e18beaae48ecc9f
 WHIRLPOOL 
c62cb18d5c9be0fac2ea9ef355d820a29183e3b0226c1fb70bef9dc7402dd16886ceacd4029764204bde4595d77098641080ad8fdf4f58e97ebb96e3abf3ae65
-DIST qt-creator-opensource-src-4.0.0.tar.gz 21613655 SHA256 
0cc21d720bafc72ce67f45a5553c618e8fffec3f2f23b94a2b2a9ba68ed0e2c8 SHA512 
7c845636b60d6eb0c23171661d02d768c564e942a0b653213b12ec121fc9f9865fe859bc647566c19adeb6fc5d1832bb901df8dc00462cb5fde7bbd3c59c5a42
 WHIRLPOOL 
d20cd3ba5a0ea8314439d67ba444291e4251045ed37e2948854a3c6e01c2b56a4c89f0e112aa7ef6109e32c4931d521b3d2cc8cec82182c8b60d7d8c77d767a5
 DIST qt-creator-opensource-src-4.0.1.tar.gz 21651072 SHA256 
95518a0b93d2d2fb7e5b46508fc1f59811edb2c5e05659262539dd316b8e5f4c SHA512 
22869d2e0a4cc15abfeccc5b6f7cd7cebc7800debc858476216373df39116e5e6a3e1483ddeda58b42c4215e2a453f2aea1a8740e99d8d2c36b8bc1a4b95
 WHIRLPOOL 
1cf29c488a1ebacfcf7b251665e02bf107b0482eb45ad2f421fde8ad0dac8077655c7cf9791662ec16cb2aebeaf0f989e815b0c1153826760b0c1d3e93f02f80

diff --git a/dev-qt/qt-creator/qt-creator-4.0.0.ebuild 
b/dev-qt/qt-creator/qt-creator-4.0.0.ebuild
deleted file mode 100644
index c0f6bbb..000
--- a/dev-qt/qt-creator/qt-creator-4.0.0.ebuild
+++ /dev/null
@@ -1,174 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PLOCALES="cs de fr ja pl ru sl uk zh_CN zh_TW"
-
-inherit eutils l10n qmake-utils virtualx
-
-DESCRIPTION="Lightweight IDE for C++/QML development centering around Qt"
-HOMEPAGE="http://doc.qt.io/qtcreator/;
-LICENSE="GPL-3"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI=(
-   "git://code.qt.io/${PN}/${PN}.git"
-   "https://code.qt.io/git/${PN}/${PN}.git;
-   )
-else
-   MY_PV=${PV/_/-}
-   MY_P=${PN}-opensource-src-${MY_PV}
-   [[ ${MY_PV} == ${PV} ]] && MY_REL=official || MY_REL=development
-   
SRC_URI="http://download.qt.io/${MY_REL}_releases/${PN/-}/${PV%.*}/${MY_PV}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~x86"
-   S=${WORKDIR}/${MY_P}
-fi
-
-# TODO: unbundle sqlite
-#  allow disabling modeleditor plugin
-#  it should be possible to skip building some internal libs 
(clangbackendipc, glsl, modelinglib, sqlite) when the plugins that use them are 
disabled
-
-QTC_PLUGINS=('android:android|qmakeandroidsupport' 
autotools:autotoolsprojectmanager baremetal bazaar
-   clangcodemodel clangstaticanalyzer clearcase cmake:cmakeprojectmanager 
cvs git glsl:glsleditor
-   ios mercurial perforce python:pythoneditor qbs:qbsprojectmanager qnx 
subversion valgrind winrt)
-IUSE="doc systemd test webengine webkit ${QTC_PLUGINS[@]%:*}"
-
-REQUIRED_USE="?? ( webengine webkit )"
-
-# minimum Qt version required
-QT_PV="5.5.0:5"
-
-RDEPEND="
-   =dev-libs/botan-1.10*[-bindist,threads]
-   >=dev-qt/designer-${QT_PV}
-   >=dev-qt/qtconcurrent-${QT_PV}
-   >=dev-qt/qtcore-${QT_PV}
-   >=dev-qt/qtdeclarative-${QT_PV}[widgets]
-   >=dev-qt/qtgui-${QT_PV}
-   >=dev-qt/qthelp-${QT_PV}
-   >=dev-qt/qtnetwork-${QT_PV}[ssl]
-   >=dev-qt/qtprintsupport-${QT_PV}
-   >=dev-qt/qtquickcontrols-${QT_PV}
-   >=dev-qt/qtscript-${QT_PV}
-   

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/

2016-06-09 Thread Davide Pesavento
commit: 0276b3bc15ea8dcf357b35986b4d4612b12486fb
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jun 10 00:54:04 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jun 10 00:54:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0276b3bc

dev-qt/qt-creator: raise qbs dependency

Package-Manager: portage-2.3.0_rc1

 dev-qt/qt-creator/qt-creator-4.0.1.ebuild | 2 +-
 dev-qt/qt-creator/qt-creator-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qt-creator/qt-creator-4.0.1.ebuild 
b/dev-qt/qt-creator/qt-creator-4.0.1.ebuild
index c0f6bbb..d743d86 100644
--- a/dev-qt/qt-creator/qt-creator-4.0.1.ebuild
+++ b/dev-qt/qt-creator/qt-creator-4.0.1.ebuild
@@ -60,7 +60,7 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
-   qbs? ( >=dev-util/qbs-1.5.0 )
+   qbs? ( >=dev-util/qbs-1.5.1 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-5.6.0:5 )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )

diff --git a/dev-qt/qt-creator/qt-creator-.ebuild 
b/dev-qt/qt-creator/qt-creator-.ebuild
index c0f6bbb..d743d86 100644
--- a/dev-qt/qt-creator/qt-creator-.ebuild
+++ b/dev-qt/qt-creator/qt-creator-.ebuild
@@ -60,7 +60,7 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
-   qbs? ( >=dev-util/qbs-1.5.0 )
+   qbs? ( >=dev-util/qbs-1.5.1 )
systemd? ( sys-apps/systemd:= )
webengine? ( >=dev-qt/qtwebengine-5.6.0:5 )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )



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

2016-06-09 Thread Davide Pesavento
commit: fd00b08db60014a148bf2884b5ca8665b05e91bf
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jun 10 00:45:01 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jun 10 00:54:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd00b08d

dev-util/qbs: version bump

Package-Manager: portage-2.3.0_rc1

 dev-util/qbs/Manifest   | 2 +-
 dev-util/qbs/{qbs-1.5.0.ebuild => qbs-1.5.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/qbs/Manifest b/dev-util/qbs/Manifest
index b673f7f..97f3408 100644
--- a/dev-util/qbs/Manifest
+++ b/dev-util/qbs/Manifest
@@ -1,3 +1,3 @@
 DIST qbs-src-1.4.2.tar.gz 821001 SHA256 
b9d36118c3ae0f7d4df6bf7239a0a0163c0340b701d00191fa5f832cef341ce5 SHA512 
dc4514f28843d159b695e4da2b94619da91656b57ba839fa62901cd3a48309ffd3a3b5203b7ae1c5f35cab515a6149017fd43093ae9395846b3e46b2f53b93ec
 WHIRLPOOL 
0431823cc54dd7a372473e76d8269207cf439a5ba27d3c099df63a19d222067a41a62299415cae9c9798e5bf5ebf38c27dffa8f23135675a564f51047cecfc67
 DIST qbs-src-1.4.5.tar.gz 825278 SHA256 
f0089b422610cd57d517b146447cd4b45c9f4c4e72797116e3d27472a9cf0d19 SHA512 
ed8c75889f44df782ce3b2ca74d3a7b012ff57f765bd8ecc3ca783b5aaa5152d3c13279d6f75417579b9d2ab52e959c1f040c01713b3683b8639501e2880485a
 WHIRLPOOL 
2607ee9e6c2eb1705a8558d1f4023dc6db865d8f7bdbbc4857f44d42243d9ebbad34b95acb51305c1f5a955afd4b87df98a4bc4e5274c1c8562138f32f0c44ca
-DIST qbs-src-1.5.0.tar.gz 897221 SHA256 
541106d3e53429c5375a58f395413b3cd5a026d91a304a10f36d78b5e39d9085 SHA512 
26aa00bbe29e6455a13acbb606f735e3fa7fb867d4d81bb216f6929e87ebfba3e00565883f8a5e05c76c5836a8575eccc75582038e30ca1f94c005beb3baeb41
 WHIRLPOOL 
b109dc220a58ea3767be5a43d073e9ca772f4ce0eef06178613e1d173c979aa9d142186e9ed774dd5312d576dc2be9f33e614494bd292f1f417dba44e9fd854e
+DIST qbs-src-1.5.1.tar.gz 900544 SHA256 
ac6b9cf56d19245c9c1e0f6b1bf5b36f8194838faf2b4a7d9dbe85373bdbeabe SHA512 
54bd80169c8b66476acfd73611e029ed6fc19b668456c8c8ee8f76bd229e9b40b81cd5f10ab3db6a7e520673029b5167c45a47d649700058cf1f3e819b5ba305
 WHIRLPOOL 
f660ba58253d273fb0320707c1ae55c96c1435ab0ef62dca90668026c2eb6200110d6aeafe65867a9236eb76f6d6e3976c95ac8663a97f7cd79aae66c480f3b1

diff --git a/dev-util/qbs/qbs-1.5.0.ebuild b/dev-util/qbs/qbs-1.5.1.ebuild
similarity index 100%
rename from dev-util/qbs/qbs-1.5.0.ebuild
rename to dev-util/qbs/qbs-1.5.1.ebuild



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

2016-06-09 Thread Davide Pesavento
commit: af8bbe837be84424051c66815370eb411ba231c4
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jun 10 00:36:34 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jun 10 00:54:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8bbe83

dev-util/qbs: make sure we skip all tests that have automagic deps

...to avoid spurious failures.

Gentoo-Bug: 585398

Package-Manager: portage-2.3.0_rc1

 dev-util/qbs/qbs-1.4.5.ebuild | 18 --
 dev-util/qbs/qbs-1.5.0.ebuild | 13 -
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/dev-util/qbs/qbs-1.4.5.ebuild b/dev-util/qbs/qbs-1.4.5.ebuild
index bdbca00..f789f54 100644
--- a/dev-util/qbs/qbs-1.4.5.ebuild
+++ b/dev-util/qbs/qbs-1.4.5.ebuild
@@ -40,10 +40,6 @@ S=${WORKDIR}/${MY_P}
 src_prepare() {
default
 
-   # disable tests that require nodejs (bug 527652)
-   sed -i -e 's/!haveNodeJs()/true/' \
-   tests/auto/blackbox/tst_blackbox.cpp || die
-
if ! use examples; then
sed -i -e '/INSTALLS +=/ s:examples::' static.pro || die
fi
@@ -53,6 +49,16 @@ src_prepare() {
else
sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
fi
+
+   # skip several tests that fail and/or have additional deps
+   sed -i \
+   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
+   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
+   -e 's/p\.value("java\./true||&/'`# requires jdk, fails, 
bug 585398` \
+   -e 's/!haveMakeNsis/true/'  `# requires nsis` \
+   -e 's/!haveWiX(profile)/true/'  `# requires wix` \
+   -e 's/!haveNodeJs()/true/'  `# requires nodejs, bug 
527652` \
+   tests/auto/blackbox/tst_blackbox.cpp || die
 }
 
 src_configure() {
@@ -74,14 +80,14 @@ src_test() {
export HOME=${T}
export LD_LIBRARY_PATH=${S}/$(get_libdir)
 
-   "${S}"/bin/qbs-setup-toolchains "${EROOT}usr/bin/gcc" gcc || die
+   "${S}"/bin/qbs-setup-toolchains /usr/bin/gcc gcc || die
"${S}"/bin/qbs-setup-qt "$(qt5_get_bindir)/qmake" qbs_autotests || die
 
einfo "Running autotests"
 
# simply exporting LD_LIBRARY_PATH doesn't work
# we have to use a custom testrunner script
-   local testrunner=${S}/gentoo-testrunner
+   local testrunner=${WORKDIR}/gentoo-testrunner
cat <<-EOF > "${testrunner}"
#!/bin/sh
export 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}"

diff --git a/dev-util/qbs/qbs-1.5.0.ebuild b/dev-util/qbs/qbs-1.5.0.ebuild
index 9913d03..0f9c5e4 100644
--- a/dev-util/qbs/qbs-1.5.0.ebuild
+++ b/dev-util/qbs/qbs-1.5.0.ebuild
@@ -50,6 +50,17 @@ src_prepare() {
else
sed -i -e '/SUBDIRS =/ d' tests/tests.pro || die
fi
+
+   # skip several tests that fail and/or have additional deps
+   sed -i \
+   -e 's/findArchiver("7z")/""/'   `# requires p7zip, 
fails` \
+   -e 's/findArchiver(binaryName,.*/"";/'  `# requires zip and 
jar` \
+   -e 's/p\.value("java\./true||&/'`# requires jdk, fails, 
bug 585398` \
+   -e 's/!haveMakeNsis/true/'  `# requires nsis` \
+   -e 's/!haveWiX(profile)/true/'  `# requires wix` \
+   -e 's/p\.value("nodejs\./true||&/'  `# requires nodejs, bug 
527652` \
+   -e 
's/\(p\.value\|m_qbsStderr\.contains\)("typescript\./true||&/' `# requires 
nodejs and typescript` \
+   tests/auto/blackbox/tst_blackbox.cpp || die
 }
 
 src_configure() {
@@ -78,7 +89,7 @@ src_test() {
 
# simply exporting LD_LIBRARY_PATH doesn't work
# we have to use a custom testrunner script
-   local testrunner=${S}/gentoo-testrunner
+   local testrunner=${WORKDIR}/gentoo-testrunner
cat <<-EOF > "${testrunner}"
#!/bin/sh
export 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}\${LD_LIBRARY_PATH:+:}\${LD_LIBRARY_PATH}"



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

2016-06-09 Thread Anthony G. Basile
commit: acb6e02a40fb3f2150e704ad69d0a4e56c9a2afa
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jun 10 00:31:23 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jun 10 00:31:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb6e02a

sys-kernel/hardened-sources: version bump to 4.5.7

vanilla-4.5.7 + genpatches-4.5-9 + grsecurity-3.1-4.5.7-201606080852

Package-Manager: portage-2.2.28

 sys-kernel/hardened-sources/Manifest   |  2 +
 .../hardened-sources/hardened-sources-4.5.7.ebuild | 45 ++
 2 files changed, 47 insertions(+)

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 0a3f862..498474e 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -9,12 +9,14 @@ DIST genpatches-4.4-3.base.tar.xz 26508 SHA256 
76f5685698b02b81643d6b2edcd53217e
 DIST genpatches-4.4-9.base.tar.xz 304360 SHA256 
e9ba25000126256be414a273b154accc51ef523d236c35e2214ee75e243aa71f SHA512 
ef239c362defeafc92eae84ede7a07820ddf0c01002f52a58d39d7b0dcdfd83af2d5fa4d2ee3d2c57e4c89a30d4fbf05dc5519886b8f55bf148ce4197b85d465
 WHIRLPOOL 
88963d0eac645d453ccf1cfe0e30777090240f18f20ccf735b7551a57365c2505849b13c8cd4092542f6baf6d251eb0e9c44fbba118d9677f9cd334e0ef10861
 DIST genpatches-4.5-7.base.tar.xz 231268 SHA256 
762c3cf8519a4be14b157a891810d68cb0df919404403bd8ba1a9510d267fd5b SHA512 
62ae46e92a6d4969fff98a2b213268020573ed9b44d652f6130455caf676c5dc0d21c3714aab20c00cfc562f73eedd656bc54592c3d6df6abce68729d07f54d7
 WHIRLPOOL 
106965b7fe66d70ce6c9411f5b4af90e7af41eea3a94d506a9947cb92f09b04015c87b3ff1e05380229fa4937cd25ad5f6b94b2830ca8ea2082a5348da416f2a
 DIST genpatches-4.5-8.base.tar.xz 259624 SHA256 
fc9526daab928fc9c33d457f496d5c09078b02394855e2d561e8aec582f87526 SHA512 
75088d15288cd601605a181370f3f9155b2b039bd97c5f755b8992dde48e4c7fb3572198f6223a417539be7e698dae90b9a24186dc1d16de45b2fcc45bbeb0c7
 WHIRLPOOL 
1f0ec6ed7c4b6dae9cde51e51b97ec2f14fdbada591d6c2fcc313736c9c7d46336aa4a457ed7b0951c6767df830162072c610d8e3c3bda5989a5dce98ab57d12
+DIST genpatches-4.5-9.base.tar.xz 288788 SHA256 
01e613d8bcf6c168c9b129a574fd447fe84253084c6413e467dd5a8ec3911228 SHA512 
1cb8672bccebb4cc287a297d01cd5c2f4cbd2fdff79476b58068a20cd5950941cedbb494ef3cb3f9d7a877833dedc65d5f4a52dc39da7f09cc0067e772ecdfb9
 WHIRLPOOL 
c97e1772dbb19c628a0b1dfac19c8ff27e5dc98773440645ff9678b04a2afe488c0b452509ca73a674aec1dfdd035e506d0e593acb5b521ef059109ac7aa2a2a
 DIST hardened-patches-4.3.3-5.extras.tar.bz2 1649484 SHA256 
2a62a5eb4b98f4fbeb43511a0573d58226277d3112401abec37355d85e01ae23 SHA512 
09b7272af44fb1e29cba857f7c3305d97f8997881f228a2f2eb56dda909ae5402a69336c6fccdf3920f8788a7922f10b0977517f5918d44702e1a9b668c708c7
 WHIRLPOOL 
efc152c7680b84b682f9f6857b8c6b2b66b6d505f76b311a8e3289a606f46d4944d90478ff93e3656f41c367fdbcd65dcf3043842354b26b669b462ce49f3471
 DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 
81f1417d210e0a6d9f5e180b9f828beb87ddc27571a16c40552d0fa1979982ec SHA512 
599dedbef6fa26efc2a62c19e0536accedff6c60968294e9a7246c9844b26491b4414b1b40106eee9bb7540f8cd4ae74ab3720029b0730ce5541e005ba60cb9b
 WHIRLPOOL 
84e22467a6dcc738043e47274ab2476b69f1796f1f23e3ca4ed8e244dd73a7e4998de683c1d93baccdd41eb232327d4ef1eb07d01b8a790510b8690334032f02
 DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8abeb5d5add60480490fd365d4c31da2d7ac1973a4c258 SHA512 
cfb52ee6aee76b125a5a833cd9facc92ea1dff17129a488b66e976e94699cea8109e6f5df90835e818af1ea6e59e12cecc95159601d544f5b008560a1190b530
 WHIRLPOOL 
56facf79d5556aaac3bf08fa3b4be21b7fef561c8d3fd41943ce51c4d15b71e114be2e33914f5bf7e3d981abcebeffb95fb99aedde8d72231edcef72123ea9fa
 DIST hardened-patches-4.5.5-2.extras.tar.bz2 1857002 SHA256 
1c207e88a652d2d9c239559b58ba9533ca0aae4fb545bc1ed6d2d6c34ccd7127 SHA512 
ad820e0d5d44512d7a2f34d7b1bc49753fe02712b17a11130631fb80a117423d69a75dadae8e4c69a934c354f796213d5e76a2ab9028d88efd02538c739e74cb
 WHIRLPOOL 
426d7019b644c922d8396441f206eb82b1fefc13bf805f77f1c0dccf2fde489c6e119f40007d90323d3c4f79060bd7dd0cf5de7cfcf2f1afb7b65d1ac16e29c6
 DIST hardened-patches-4.5.5-3.extras.tar.bz2 1860142 SHA256 
810085dcf1a1cd1ff1bacbad32efd12ad14420258b19d44c2f069b82d1308f9d SHA512 
b6149c1c74fa0cf7b08a3683b63c80b8c866170e56ddd297c559072f0218308df55327010a900e887ceaa9c25064ee32ace8c78749e89b2d7bceec968327f246
 WHIRLPOOL 
67999dea8f99d6fd5cea83a4010f957242ee857935172a4da7bbd4f5d5b62426940623517790a579b038d9e63bb8a45a8eceb553ac4d3a606a35918d91be0408
 DIST hardened-patches-4.5.6-1.extras.tar.bz2 1862944 SHA256 
2f3cab5b41d843ba069d7fcd5f22edb8a38e68cf4d388823fae91ed7af7ff78b SHA512 
3fc18551fbc4647a7e050659c4222cca68805605ed3fee863214e9a0c71c54cb9fc44ecf8aafedbca5238c72d3349a30028889117aca313d3ec27d00e2b82909
 WHIRLPOOL 
91e0292c5905ed018461b4150b054ed29519c72d9838facaf4d437fdca1fcb9642147fa9243021fab51fea63b1ab4ec1eeacd564fa439d33b7aa1019c7d5691b
+DIST hardened-patches-4.5.7-1.extras.tar.bz2 1861918 

[gentoo-commits] proj/hardened-patchset:master commit in: 4.5.6/, 4.5.7/

2016-06-09 Thread Anthony G. Basile
commit: c327f97e88f5ab5b00b47b3b110cf93bf6230689
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Fri Jun 10 00:22:43 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jun 10 00:22:43 2016 +
URL:
https://gitweb.gentoo.org/proj/hardened-patchset.git/commit/?id=c327f97e

grsecurity-3.1-4.5.7-201606080852

 {4.5.6 => 4.5.7}/_README   |   2 +-
 .../4420_grsecurity-3.1-4.5.7-201606080852.patch   | 172 ++---
 {4.5.6 => 4.5.7}/4425_grsec_remove_EI_PAX.patch|   0
 {4.5.6 => 4.5.7}/4427_force_XATTR_PAX_tmpfs.patch  |   0
 .../4430_grsec-remove-localversion-grsec.patch |   0
 {4.5.6 => 4.5.7}/4435_grsec-mute-warnings.patch|   0
 .../4440_grsec-remove-protected-paths.patch|   0
 .../4450_grsec-kconfig-default-gids.patch  |   0
 .../4465_selinux-avc_audit-log-curr_ip.patch   |   0
 {4.5.6 => 4.5.7}/4470_disable-compat_vdso.patch|   0
 {4.5.6 => 4.5.7}/4475_emutramp_default_on.patch|   0
 11 files changed, 87 insertions(+), 87 deletions(-)

diff --git a/4.5.6/_README b/4.5.7/_README
similarity index 96%
rename from 4.5.6/_README
rename to 4.5.7/_README
index 48f38a5..67f12a7 100644
--- a/4.5.6/_README
+++ b/4.5.7/_README
@@ -2,7 +2,7 @@ README
 -
 Individual Patch Descriptions:
 -
-Patch: 4420_grsecurity-3.1-4.5.6-201606051644.patch
+Patch: 4420_grsecurity-3.1-4.5.7-201606080852.patch
 From:  http://www.grsecurity.net
 Desc:  hardened-sources base patch from upstream grsecurity
 

diff --git a/4.5.6/4420_grsecurity-3.1-4.5.6-201606051644.patch 
b/4.5.7/4420_grsecurity-3.1-4.5.7-201606080852.patch
similarity index 99%
rename from 4.5.6/4420_grsecurity-3.1-4.5.6-201606051644.patch
rename to 4.5.7/4420_grsecurity-3.1-4.5.7-201606080852.patch
index d2dfe90..65f5e28 100644
--- a/4.5.6/4420_grsecurity-3.1-4.5.6-201606051644.patch
+++ b/4.5.7/4420_grsecurity-3.1-4.5.7-201606080852.patch
@@ -408,7 +408,7 @@ index a93b414..f50a50b 100644
  
  A toggle value indicating if modules are allowed to be loaded
 diff --git a/Makefile b/Makefile
-index 07a1786..7f359da 100644
+index 90e4bd9..44d0d41 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -298,7 +298,9 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo 
$$BASH; \
@@ -6426,7 +6426,7 @@ index b336037..5b874cc 100644
  
  /*
 diff --git a/arch/mips/include/asm/pgtable.h b/arch/mips/include/asm/pgtable.h
-index 9a4fe01..3aa92e9 100644
+index 65bf2c0..09b7819 100644
 --- a/arch/mips/include/asm/pgtable.h
 +++ b/arch/mips/include/asm/pgtable.h
 @@ -20,6 +20,9 @@
@@ -6598,7 +6598,7 @@ index f63a289..53037c22 100644
  
/* Run the generated entry code */
 diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c
-index eddd5fd..97314be 100644
+index 0c0456f..fdb287a3 100644
 --- a/arch/mips/kernel/process.c
 +++ b/arch/mips/kernel/process.c
 @@ -539,18 +539,6 @@ out:
@@ -6621,10 +6621,10 @@ index eddd5fd..97314be 100644
  {
struct pt_regs *regs;
 diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c
-index a5279b2..50b73be 100644
+index 4285d8b..febcfeb 100644
 --- a/arch/mips/kernel/ptrace.c
 +++ b/arch/mips/kernel/ptrace.c
-@@ -870,6 +870,10 @@ long arch_ptrace(struct task_struct *child, long request,
+@@ -881,6 +881,10 @@ long arch_ptrace(struct task_struct *child, long request,
return ret;
  }
  
@@ -6635,7 +6635,7 @@ index a5279b2..50b73be 100644
  /*
   * Notification of system call entry/exit
   * - triggered by current->work.syscall_trace
-@@ -888,6 +892,11 @@ asmlinkage long syscall_trace_enter(struct pt_regs *regs, 
long syscall)
+@@ -899,6 +903,11 @@ asmlinkage long syscall_trace_enter(struct pt_regs *regs, 
long syscall)
tracehook_report_syscall_entry(regs))
ret = -1;
  
@@ -6717,7 +6717,7 @@ index 4472a7f..c5905e6 100644
}
/* Arrange for an interrupt in a short while */
 diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
-index bf14da9..d1e0ded 100644
+index 58a7cad..315d7bc 100644
 --- a/arch/mips/kernel/traps.c
 +++ b/arch/mips/kernel/traps.c
 @@ -697,7 +697,18 @@ asmlinkage void do_ov(struct pt_regs *regs)
@@ -6741,23 +6741,23 @@ index bf14da9..d1e0ded 100644
force_sig_info(SIGFPE, , current);
exception_exit(prev_state);
 diff --git a/arch/mips/lib/ashldi3.c b/arch/mips/lib/ashldi3.c
-index beb80f31..4809f0b 100644
+index 927dc94..27269ee 100644
 --- a/arch/mips/lib/ashldi3.c
 +++ b/arch/mips/lib/ashldi3.c
 @@ -2,7 +2,11 @@
  
  #include "libgcc.h"
  
--long long __ashldi3(long long u, word_type b)
+-long long notrace __ashldi3(long long u, word_type b)
 +#ifdef CONFIG_64BIT
-+DWtype __ashlti3(DWtype u, word_type b)
++DWtype notrace __ashlti3(DWtype u, word_type b)
 +#else
-+DWtype __ashldi3(DWtype u, word_type b)
++DWtype notrace __ashldi3(DWtype u, 

[gentoo-commits] proj/hardened-patchset: New tag: 20160608

2016-06-09 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Fri Jun 10 00:21:18 2016 +

New tag: 20160608




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

2016-06-09 Thread Andreas Hüttel
commit: 6ea52787173f3ee65e4f8097ac5229c376dc14a6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  9 22:03:33 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  9 22:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea52787

dev-perl/Test-Without-Module: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Test-Without-Module/Manifest  |  1 -
 .../Test-Without-Module-0.170.0.ebuild | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/Test-Without-Module/Manifest 
b/dev-perl/Test-Without-Module/Manifest
index ffd3e01..9fc2cac 100644
--- a/dev-perl/Test-Without-Module/Manifest
+++ b/dev-perl/Test-Without-Module/Manifest
@@ -1,2 +1 @@
-DIST Test-Without-Module-0.17.tar.gz 6709 SHA256 
a691b0bf6d92dedbacfd547551021389ebc79c51937de2b914e792457da56ff7 SHA512 
66d0a164c72ce70cf996e8700c54e442613a18113bd87210b344a38778704b665c9efffd321616993eabac77ee13496e5bd2145c41cf1cb5b134e72252632526
 WHIRLPOOL 
deea4f3e9187b91df29a219f0e843b0770bb8d8ae799a008c3eafe3a8001aeff3630d6d05c27bd9205f3308effbc3b237a87f73f0c3d6fc7d9fdddad90123872
 DIST Test-Without-Module-0.18.tar.gz 10369 SHA256 
e2c3360b171d7db518ac39a0e1dcb285c784ea393c11708914a0655d66138c7f SHA512 
005ad54ac77283cf3155befe77fdb887dbc2ebc9c154472a23982636bbe7728154f56fdf1990b833639cd687b38e4d62250edd6dd93d37408e971bb4bd49c4c2
 WHIRLPOOL 
04bc67aa32c199985869c305dff89050a3a48da8fcfa120307f887905a5bd1b20b72275c93b137dd1b21da1c204b7b142f2609b97424d6bb63d172314e210927

diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.170.0.ebuild 
b/dev-perl/Test-Without-Module/Test-Without-Module-0.170.0.ebuild
deleted file mode 100644
index 7550133..000
--- a/dev-perl/Test-Without-Module/Test-Without-Module-0.170.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=CORION
-MODULE_VERSION=0.17
-inherit perl-module
-
-DESCRIPTION="Test fallback behaviour in absence of modules"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
-   test? (
-   dev-perl/File-Slurp
-   dev-perl/Test-Pod
-   )
-"
-
-SRC_TEST=do



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

2016-06-09 Thread Andreas Hüttel
commit: 6d74115b6a75834efcb2de64b1e8651e6522ad3c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  9 21:59:37 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  9 22:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d74115b

dev-perl/Test-UseAllModules: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Test-UseAllModules/Manifest   |  1 -
 .../Test-UseAllModules-0.140.0-r1.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-perl/Test-UseAllModules/Manifest 
b/dev-perl/Test-UseAllModules/Manifest
index 2a6b625..f4a1588 100644
--- a/dev-perl/Test-UseAllModules/Manifest
+++ b/dev-perl/Test-UseAllModules/Manifest
@@ -1,2 +1 @@
-DIST Test-UseAllModules-0.14.tar.gz 4844 SHA256 
da2652b1f76e312a1921ae0a523cbbc2ffa98c8097fd170e47d89cdad8a3 SHA512 
41e8b9fb6a0926c504d372fc8c7965956af2da5a6affea9b27b06e102d661c8d64c3eaeb4dd5bbc384767dc6dfc54cb47c31badd7fd69b830dc7eb83420636b6
 WHIRLPOOL 
a8727d3385b57269aad2256f12b6726e481641b5ec6f6ef99ac430a3fe4d220e340d8c37f3b3837db71968ac2acd4e83b09dea7ed638a56fe2a18c89087f044a
 DIST Test-UseAllModules-0.17.tar.gz 5014 SHA256 
a71f2fe8b96ab8bfc2760aa1d3135ea049a5b20dcb105457b769a1195c7a2509 SHA512 
6aa768dded4b3ebe604bc616a8a1b09845c0dbd91fcdba2b10e787e5ba3604cb18d9dfcfb9f5e4fef0d3d5d44c8722d99394843e4a14e1bee4dbb1463ef4bcd8
 WHIRLPOOL 
992ce7cbb79338b32838e2ef442fc0c78adf27979e3eab0603e720c55056fefadaa483e9a318acf31ec7d88629c6b0bafc9840ce602e519975b2bdcb9a2a

diff --git a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.140.0-r1.ebuild 
b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.140.0-r1.ebuild
deleted file mode 100644
index be6e8ff..000
--- a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.140.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
-MODULE_AUTHOR=ISHIGAKI
-MODULE_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION='do use_ok() for all the MANIFESTed modules'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-   # ExtUtils::MakeMaker
-   echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-   # Exporter
-   echo virtual/perl-Exporter
-   # ExtUtils::Manifest
-   echo virtual/perl-ExtUtils-Manifest
-   # Test::Builder 0.30 ( 0.300.0 )
-   echo \>=virtual/perl-Test-Simple-0.30
-   # Test::More 0.60 ( 0.600.0 )
-   echo \>=virtual/perl-Test-Simple-0.60
-}
-DEPEND="
-   $(perl_meta_configure)
-   $(perl_meta_build)
-   $(perl_meta_runtime)
-"
-RDEPEND="
-   $(perl_meta_runtime)
-"



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

2016-06-09 Thread Andreas Hüttel
commit: ba3ae657918b87bd11d93086233b6a7b6a2f8118
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  9 21:56:19 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  9 22:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3ae657

dev-perl/Test-Tester: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Test-Tester/Manifest  |  1 -
 dev-perl/Test-Tester/Test-Tester-0.108.0-r1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Test-Tester/Manifest b/dev-perl/Test-Tester/Manifest
index e3458a1..6be71c3 100644
--- a/dev-perl/Test-Tester/Manifest
+++ b/dev-perl/Test-Tester/Manifest
@@ -1,2 +1 @@
-DIST Test-Tester-0.108.tar.gz 15801 SHA256 
5018f5e8988c9a8c886abe3ca94b41c8fcd34f1a70bedbed63e09f15084f7edd SHA512 
5c3b82645e70b496b53a6c4e0066c634430f5faa3d57a5eba1c75858e129dca73ecc45aa2187291873eaaf5a5fcb4170fc6a5e823dd80ebf2ccd6a262be93029
 WHIRLPOOL 
e5c129ca1ef11cf0cc7e6ad3543147eed39bd31cc63777a9f1d0b20e26ba35b80e660dbc0db48ff08498f0775f9efdc412c1cf1194f915e1ec9affd294b04c1c
 DIST Test-Tester-0.109.tar.gz 16315 SHA256 
d3c7c85e2fcbd5bb9c9c4d2e76ddaa9b1694ed0ab2795b722904cf043e123655 SHA512 
f79942a85c787b1ea29da8f5c5611a0ce1fa8fabe372a4de04f0e5b98af137f43cd3966a558dc8fc5d0b049eb162f9b583d73ca39674bab7523290756b25cfe7
 WHIRLPOOL 
e819f057ae8f6bf2f85a36eb8431754f9e067ad5b52746e4178e6d52f15ccd1ae41af33d85acf244d2cb09bdff04061e530740c431f990cf3c3aeb1ff83a4cd0

diff --git a/dev-perl/Test-Tester/Test-Tester-0.108.0-r1.ebuild 
b/dev-perl/Test-Tester/Test-Tester-0.108.0-r1.ebuild
deleted file mode 100644
index 16e1f11..000
--- a/dev-perl/Test-Tester/Test-Tester-0.108.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=FDALY
-MODULE_VERSION=0.108
-inherit perl-module
-
-DESCRIPTION="Ease testing test modules built with Test::Builder"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-SRC_TEST="do"



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

2016-06-09 Thread Andreas Hüttel
commit: e3148778a95fbc209a3ef6e3f40dda9bd7ccb63e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  9 21:49:09 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  9 22:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3148778

dev-perl/Test-Script: Version bump

Package-Manager: portage-2.3.0_rc1

 dev-perl/Test-Script/Manifest   |  1 +
 dev-perl/Test-Script/Test-Script-1.120.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/Test-Script/Manifest b/dev-perl/Test-Script/Manifest
index b5b586f..986d08d 100644
--- a/dev-perl/Test-Script/Manifest
+++ b/dev-perl/Test-Script/Manifest
@@ -1,2 +1,3 @@
 DIST Test-Script-1.07.tar.gz 26424 SHA256 
e21e5ee43a27b4c51b54ded5c92e60b817309778117a1d98ae6354abff27eb96 SHA512 
2cf7dc06977288910f157a5c0804d02e2a259c693adda59b80b89bba7eab22f74b317976a8a6f0fe6f28a87090dcc6f57c0245006b1eea600e2d71e6966ede97
 WHIRLPOOL 
39bdae38e8c8fab1068364e36eb4558ec468adc8c89e2f61d7989e8a0e0e2cb4b68a203fa6dbfb6baa786a57d625fc036becd161be10e791fb2e86bc562f144f
 DIST Test-Script-1.10.tar.gz 19963 SHA256 
d61db6a6b98aba023da5f8c7aac6bb30ce43ca76a7a03d73b1e3d85a8b8aab73 SHA512 
805225ecadcf8797590f947894a21c3815bdb2ebf1a7016e067074e6415d8147a58de98b6a2c9f9914ad5f8ae62c339e74dee837e09305fdf97886f7723336ce
 WHIRLPOOL 
ab01d1d7b30909747339627a0da4f14e1152a446f04d00a9d271e4e3f483e47cee2acd1fbbfede8a259b1b2303430061d454d1f30be7edb69830db05045cd13c
+DIST Test-Script-1.12.tar.gz 22398 SHA256 
193600bac1c79d612c4a36c8496c0192ed189ee0312d6c4dea58999c51ac9c4f SHA512 
224e97ce8a1dc2510fc526fbe80384f08a07399b23bb89f485af7568777af26fbc921ed00fb6c665a4d9c2e50414db9a41b88286ec8b3473abfec47853c20cb3
 WHIRLPOOL 
1007fe2563d1620103f9fb2960dd6986920ddf46f9d6512afbf0bef5c6f730b828561119de656526739219f6696933eb27ffe663fc9325a0499e88f2e7dd

diff --git a/dev-perl/Test-Script/Test-Script-1.120.0.ebuild 
b/dev-perl/Test-Script/Test-Script-1.120.0.ebuild
new file mode 100644
index 000..baa3778
--- /dev/null
+++ b/dev-perl/Test-Script/Test-Script-1.120.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=PLICEASE
+DIST_VERSION=1.12
+inherit perl-module
+
+DESCRIPTION="Cross-platform basic tests for scripts"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND="
+   >=virtual/perl-File-Spec-0.800.0
+   >=dev-perl/Probe-Perl-0.10.0
+   >=dev-perl/IPC-Run3-0.34.0
+   >=virtual/perl-Test-Simple-0.960.0"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"



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

2016-06-09 Thread Andreas Hüttel
commit: 02cd58b57fb4a219721d728f693efbafffc45f37
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  9 21:58:36 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  9 22:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02cd58b5

dev-perl/Test-Trap: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Test-Trap/Manifest   |  1 -
 dev-perl/Test-Trap/Test-Trap-0.3.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/Test-Trap/Manifest b/dev-perl/Test-Trap/Manifest
index 9d06320..c13b319 100644
--- a/dev-perl/Test-Trap/Manifest
+++ b/dev-perl/Test-Trap/Manifest
@@ -1,3 +1,2 @@
 DIST Test-Trap-v0.2.2.tar.gz 46055 SHA256 
7af9967a771102ebbd88b5f2ccbaf15b0dbea74e22095b0ae7a0a07ad35325b2 SHA512 
4131bdb98e1b327c66c9b01f48a58a7aaba7f4805fcc24642cc5f9b6025650f490f38dd90c92897f6b4e12b0ae3db4c7961946b2b2e5df3207493e435beee7b8
 WHIRLPOOL 
a2d05be10c99a3c7e271031d705e41ab54b0492da411e69d43557caf957d5e161d58ddb70853c275de358fceccf4c81d18c9d14cff954d7871a317d47b544715
-DIST Test-Trap-v0.3.0.tar.gz 54147 SHA256 
7c840e7dd83369d5d50b60c4bcb6f2a97fc8c8d3d3134de1e5351e0408fb6415 SHA512 
cd1e3c806482b16db9a069118a71afc7d20cfc2f18503af84201335c9fd1bc8af4187ab8a299939a500abf2382bd6168bb85db0cc51306c435cd3cffd079a85c
 WHIRLPOOL 
2202b0dcf7c2ed14b1d028aec88dcae6078d603f940504d9348b1f46e8fb6814ee45fc0d7e385e8d9e4c5a4bf6df9ce645e73e6d231fb40f214a02603d1aa74b
 DIST Test-Trap-v0.3.2.tar.gz 54901 SHA256 
399b9309c669d161dcd9ee2e1377aa4027e7428ff4f5ffd07cc16852e725054b SHA512 
2c8985b316885975b6c07a6da03d55daea8bb212400a5db90ab7aecf1c5a79cd2682db46b39a3353e8bdd4a7e79fef86c26cec731d02561755852e48c09ad129
 WHIRLPOOL 
71cae91602aeea5d66b92c68800faee0c4ae5f19c8d4f5819a2a10d78618fc9c82bf4edfd440efc39be03bd8c5ca5ec38b0e04495eb33030dbe3feef5aebf8ac

diff --git a/dev-perl/Test-Trap/Test-Trap-0.3.0.ebuild 
b/dev-perl/Test-Trap/Test-Trap-0.3.0.ebuild
deleted file mode 100644
index 0ba9843..000
--- a/dev-perl/Test-Trap/Test-Trap-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=EBHANSSEN
-MODULE_VERSION=v${PV}
-
-inherit perl-module
-
-DESCRIPTION="Trap exit codes, exceptions, output, etc"
-
-SLOT="0"
-KEYWORDS=" ~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-# Carp??
-RDEPEND="
-   dev-perl/Data-Dump
-   virtual/perl-Exporter
-   virtual/perl-File-Temp
-   virtual/perl-IO
-"
-DEPEND="${RDEPEND}
-   >=dev-perl/Module-Build-0.400.3
-   test? (
-   || ( >=virtual/perl-Test-Simple-1.1.10 
>=dev-perl/Test-Tester-0.107 )
-   )"
-
-SRC_TEST="do parallel"



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

2016-06-09 Thread Andreas Hüttel
commit: 444f68ce5eeb6dad3f3dc8e759a2116a4e5b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jun  9 21:55:38 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Jun  9 22:04:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444f68ce

dev-perl/Test-TCP: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Test-TCP/Manifest|  1 -
 dev-perl/Test-TCP/Test-TCP-2.130.0.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-perl/Test-TCP/Manifest b/dev-perl/Test-TCP/Manifest
index 8eaeeff..1ab4793 100644
--- a/dev-perl/Test-TCP/Manifest
+++ b/dev-perl/Test-TCP/Manifest
@@ -1,3 +1,2 @@
 DIST Test-TCP-2.06.tar.gz 21848 SHA256 
714956bb012536f617988e9cfb588253e908144e9169e5862356091f44e59229 SHA512 
e4fcc79f8d62a8ce669a975e89c4bbf3fd56396c83a8c3b750fec002b3e9bd8dd829faf30bfa47f0db31bc0b5daedfa1e6edc3e2e9f628b0d0c7c25fef1081ab
 WHIRLPOOL 
61e719ed5f4dcbd9e504f99ab4d7b5ea2a8708a31898b15dba5c924d5ee69b6cdaa75a4512a226005bd96c8fd7278777e734de7d6153f44d3a9c03b04a0e4717
-DIST Test-TCP-2.13.tar.gz 23288 SHA256 
226383c0a6de901f43ed5b011308fa229d7d6cd5e32aaa6095cddcd3d030ed7a SHA512 
2081c9a2ff076a3b7250429c4832d39cc1a569695cb9b5d9104c75dfa83d51f8bdcec309f86b64d32d7584638ced24dbf95db1f44c4ecc0bd0c31b3484b3791d
 WHIRLPOOL 
a83bb2a3f2018ccce7916dcf2f45707f8fc5af79dd0f657a5126204d9258d28d76ce463bcd516c0e9e6703b056a752abe0758671ee306295a14b62ca10f660a3
 DIST Test-TCP-2.16.tar.gz 24616 SHA256 
b12b66986a938ea6a627b89cd8c44dc129dc43d11636139f1291dd3830bfb97b SHA512 
927eb18dd929478de7c50eb5facdb006c92ffb018b63c4c394a35e9a5b57bfbc2cea8ca0355d49ea5aa7a6f0cc0893c1b55e698b5e0fefeb2a45ae72efb40123
 WHIRLPOOL 
b4fd99e7f3499c9d75298efdb3b1b97ea012c1b6e90c46b6f9e030b021991b31c6dbc7add9cdd19830080cd6fca371e3cf5613ecbc0265b44e10976ccd1492d0

diff --git a/dev-perl/Test-TCP/Test-TCP-2.130.0.ebuild 
b/dev-perl/Test-TCP/Test-TCP-2.130.0.ebuild
deleted file mode 100644
index c303220..000
--- a/dev-perl/Test-TCP/Test-TCP-2.130.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=TOKUHIROM
-MODULE_VERSION=2.13
-inherit perl-module
-
-DESCRIPTION="Testing TCP program"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-perl/Test-SharedFork-0.190.0
-   >=virtual/perl-IO-1.23
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.640.0
-   virtual/perl-Time-HiRes
-   test? (
-   >=virtual/perl-Test-Simple-0.980.0
-   >=dev-perl/Test-SharedFork-0.290.0
-   virtual/perl-File-Temp
-   virtual/perl-Socket
-   )
-"
-
-SRC_TEST="do parallel"



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

2016-06-09 Thread Patrice Clement
commit: d31ec5a35e35b8590f3c6ef38a169870d1134e7f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jun  9 21:28:15 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun  9 21:28:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31ec5a3

app-admin/entr: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-admin/entr/entr-3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/entr/entr-3.5.ebuild b/app-admin/entr/entr-3.5.ebuild
index 2c54d67..a0716bd 100644
--- a/app-admin/entr/entr-3.5.ebuild
+++ b/app-admin/entr/entr-3.5.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://entrproject.org/code/${P}.tar.gz;
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="test"
 
 src_unpack() {



[gentoo-commits] repo/gentoo:master commit in: app-vim/rainbow_parentheses/

2016-06-09 Thread Patrice Clement
commit: f284bde0c1c2ee81e28cd023a02e6cbc40c5256f
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jun  9 21:30:03 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun  9 21:30:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f284bde0

app-vim/rainbow_parentheses: Stable for amd64. Retroactively mark stable for 
the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild 
b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
index ece9d7e..504e34a 100644
--- a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
+++ b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild
@@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: Colour parentheses to differentiate 
nest levels"
 HOMEPAGE="https://github.com/kien/rainbow_parentheses.vim;
 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip;
 LICENSE="vim"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 
 DEPEND="app-arch/unzip"
 RDEPEND="${DEPEND}"



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

2016-06-09 Thread Patrice Clement
commit: 8a8fffde04220a66ebcd1ad8a55a1ac892f45591
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jun  8 22:55:21 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun  9 21:18:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8fffde

app-misc/ytree: Clean up old.

Package-Manager: portage-2.2.28

 app-misc/ytree/Manifest  |  1 -
 app-misc/ytree/ytree-1.97.ebuild | 35 ---
 app-misc/ytree/ytree-1.98.ebuild | 35 ---
 3 files changed, 71 deletions(-)

diff --git a/app-misc/ytree/Manifest b/app-misc/ytree/Manifest
index 8e9d38c..e31a8b2 100644
--- a/app-misc/ytree/Manifest
+++ b/app-misc/ytree/Manifest
@@ -1,2 +1 @@
-DIST ytree-1.97.tar.gz 121571 SHA256 
9db152524d08ec0d61b2b83a37435c5e77ebfc4b21f973fddfb571beb445a60d SHA512 
30054868149071426944eb46bb2815a579d2212dcbd25faa0fe574cd28102cc0d57993954b9e55c0e1a8b6afe5492d25749a4ab5790d5c6b1630e965a2f39096
 WHIRLPOOL 
ed58b5c68c17b573c02735626579d2dfb36ca2c59589a152c08b12497f772b92e054a8e903e85c4aaf7c39b18a7f75842f9b4e989180f2f3bbe8619e1ed5ca23
 DIST ytree-1.98.tar.gz 122610 SHA256 
e7264e1c112bf62aba1f6ed0078308930cd8f01317a157ed1718b8dac09195c5 SHA512 
b75f3b04af72270e2b4db6dc7448435fdf2d197d98bd2f4fdf6d3131091c8c3a697f8b0cabc1625502c616cee4e27ae6aa6fa2bfc082beeae1b6ecad9921dbef
 WHIRLPOOL 
292da20c8c918eb468ccab6d0a5e09ecef8c44dad990326e2366eac81f11c039d1461308b053b54d751a7fb883dac9dda28d6abe6d12f2682c4b58dc58390665

diff --git a/app-misc/ytree/ytree-1.97.ebuild b/app-misc/ytree/ytree-1.97.ebuild
deleted file mode 100644
index d44d09a..000
--- a/app-misc/ytree/ytree-1.97.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A (curses-based) file manager"
-HOMEPAGE="http://www.han.de/~werner/ytree.html;
-SRC_URI="http://www.han.de/~werner/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="
-   sys-libs/readline
-   sys-libs/ncurses
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.94-bindir.patch
-}
-
-pkg_setup() {
-   tc-export CC
-}
-
-src_install() {
-   emake DESTDIR="${D}usr" install || die "emake install failed"
-   dodoc ytree.conf
-}

diff --git a/app-misc/ytree/ytree-1.98.ebuild b/app-misc/ytree/ytree-1.98.ebuild
deleted file mode 100644
index 6304023..000
--- a/app-misc/ytree/ytree-1.98.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A (curses-based) file manager"
-HOMEPAGE="http://www.han.de/~werner/ytree.html;
-SRC_URI="http://www.han.de/~werner/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   sys-libs/readline
-   sys-libs/ncurses
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.94-bindir.patch
-}
-
-pkg_setup() {
-   tc-export CC
-}
-
-src_install() {
-   emake DESTDIR="${D}usr" install
-   dodoc CHANGES README THANKS ytree.conf
-}



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

2016-06-09 Thread Patrice Clement
commit: 78ac59d4988c6b330cc05989493398fad944e1e8
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Jun  8 22:54:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jun  9 21:18:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ac59d4

app-misc/ytree: EAPI 6 bump.

Package-Manager: portage-2.2.28

 app-misc/ytree/ytree-1.98-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/app-misc/ytree/ytree-1.98-r1.ebuild 
b/app-misc/ytree/ytree-1.98-r1.ebuild
new file mode 100644
index 000..51e78ae
--- /dev/null
+++ b/app-misc/ytree/ytree-1.98-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A curses-based file manager"
+HOMEPAGE="http://www.han.de/~werner/ytree.html;
+SRC_URI="http://www.han.de/~werner/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   epatch "${FILESDIR}"/${PN}-1.94-bindir.patch
+}
+
+pkg_setup() {
+   tc-export CC
+}
+
+src_install() {
+   emake DESTDIR="${D}usr" install
+   dodoc CHANGES README THANKS ytree.conf
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/

2016-06-09 Thread Ulrich Müller
commit: 40c0c3428d45bf9bd1704a8e7cb8b3f3ef7606e0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Jun  9 20:34:27 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Jun  9 20:34:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c0c342

app-emacs/ess: Version bump.

Bug: 585470

Package-Manager: portage-2.3.0_rc1

 app-emacs/ess/Manifest |  1 +
 app-emacs/ess/ess-16.04.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/app-emacs/ess/Manifest b/app-emacs/ess/Manifest
index 945e262..d26eedd 100644
--- a/app-emacs/ess/Manifest
+++ b/app-emacs/ess/Manifest
@@ -1,3 +1,4 @@
 DIST ess-14.09.tgz 3350987 SHA256 
b6f1badd065e2e42f1d9d75a4e7a04290849d6f7a2bdb8413f73e0eae4014571 SHA512 
91e275810f7a8c856f3392194ad3fb3d5f5b966e887568b22c133a362164e71ff5306d1d1a70e97f9d10261fe82eecb5f14e99a0dad4a4e239f5b810d7bba8ac
 WHIRLPOOL 
5eabe6d65d7b5d420a7c6989b82d9901ac20d7b6376223f5aee39da7212ea395d15a98ce86c49fb2782706ba524532ceb38fd23dafaae5891a55958d1c676221
 DIST ess-15.03-1.tgz 3177102 SHA256 
ad2f1b48dd4671848709d226aab72427129ac2fd5f85c0c0b39b96be24eee66f SHA512 
5260d8afa10e1382cac3c70a4b6f753dd77e9f24bb2f68247732605b0f5fbb1b06e090dbcb45d747a484333f0779959c9213a4792103839b11c9e239bf35534d
 WHIRLPOOL 
eb1e6917a05b7444f4c37949a51554b6b33a0841bad5dae6aa93f575a7914fb36299c7c63ec27ec24944104a39b5844ada12b1c74a64daa04a682d5e97001834
 DIST ess-15.09-2.tgz 3248241 SHA256 
706c41237e1edf33a369902f503bb25254b2bbb750b9ed1adee244e875264afb SHA512 
9ba2f8800ece437e18749e29b6ecec3cf52297fa1c5a149dbf8eeb991df4f5dc99a76925458bd03203b7e8418347c4bcb5226e08dc64bd95d16e9a5b32f8634b
 WHIRLPOOL 
3ad3cba11dc33f7b9c909017e6db2850fa078c736e4637e5bc15a8bbb23e2f66996186c31092caf3bb522d5e5d15543c9f4df6fe4f013ac8744695faf19bbd4f
+DIST ess-16.04.tgz 3265496 SHA256 
8fdde4aecec5139fd262063f4354140b9991fdad4134bb6b7be70c2bd55af570 SHA512 
5070197c8c622c83db98100272aa3bc947a0687fa357db1d63dab81b30175d7044f1eb5dc7274039f85636c613d23ad7b84eaae5ccef0cca7061d6d5af7b97d6
 WHIRLPOOL 
c31bfb7a24a0bee0f8c07e1efcfceb07c9ce92dd1dd1df4a103d21d494a3d8245ecc4ff69ca0273b38b1c7dec62154011972a8f7a03e3fdc2175169e25e7acab

diff --git a/app-emacs/ess/ess-16.04.ebuild b/app-emacs/ess/ess-16.04.ebuild
new file mode 100644
index 000..b91b788
--- /dev/null
+++ b/app-emacs/ess/ess-16.04.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Emacs Speaks Statistics"
+HOMEPAGE="http://ess.r-project.org/;
+SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz;
+
+LICENSE="GPL-2+ GPL-3+ Texinfo-manual"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
+
+DEPEND="app-text/texi2html
+   virtual/latex-base"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   default
+}
+
+src_install() {
+   emake PREFIX="${ED}/usr" \
+   INFODIR="${ED}/usr/share/info" \
+   LISPDIR="${ED}${SITELISP}/ess" \
+   DOCDIR="${ED}/usr/share/doc/${PF}" \
+   install
+
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   # Most documentation is installed by the package's build system.
+   rm -f "${ED}${SITELISP}/${PN}/ChangeLog"
+   dodoc ChangeLog *NEWS doc/{TODO,ess-intro.pdf}
+   newdoc doc/ChangeLog ChangeLog-doc
+   newdoc lisp/ChangeLog ChangeLog-lisp
+
+   DOC_CONTENTS="Please see /usr/share/doc/${PF} for the complete
+   documentation. Usage hints are in ${SITELISP}/${PN}/ess-site.el 
."
+   readme.gentoo_create_doc
+}



[gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/

2016-06-09 Thread Justin Lecher
commit: ed24522fc26d513e24d055fb9f666187418dd262
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jun  9 20:30:06 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jun  9 20:30:06 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed24522f

Fix more dep problems

Signed-off-by: Justin Lecher  gentoo.org>

 sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 2 +-
 sci-astronomy/mosstack/mosstack-0.6.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild 
b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
index e55bb65..053d6e0 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_4 )
 
 inherit distutils-r1
 

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild 
b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
index 3757dee..8d4084b 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_4 )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: sci-astronomy/mosstack/

2016-06-09 Thread Justin Lecher
commit: 79acb2b4af82fff164d3a87961f2840136630abf
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jun  9 20:20:26 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jun  9 20:20:46 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=79acb2b4

Fix broken dependency

Signed-off-by: Justin Lecher  gentoo.org>

 sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild | 3 ++-
 sci-astronomy/mosstack/mosstack-0.6.1.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild 
b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
index 6868038..e55bb65 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1-r1.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python3_3 )
+
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1
 

diff --git a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild 
b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
index 150884a..3757dee 100644
--- a/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
+++ b/sci-astronomy/mosstack/mosstack-0.6.1.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python3_3 )
+
+PYTHON_COMPAT=( python3_{4,5} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gfan/, sci-mathematics/gfan/files/

2016-06-09 Thread Thomas Kahle
commit: 68b401536df91ee42b4e58cd38b74f96ca0a0560
Author: Thomas Kahle  gentoo  org>
AuthorDate: Thu Jun  9 20:16:05 2016 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Thu Jun  9 20:16:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b40153

sci-mathematics/gfan: gcc-6.1 compat and EAPI=6

Package-Manager: portage-2.3.0_rc1

 .../gfan/files/gfan-0.5-gcc6.1-compat.patch| 70 ++
 sci-mathematics/gfan/gfan-0.5-r1.ebuild| 39 
 2 files changed, 109 insertions(+)

diff --git a/sci-mathematics/gfan/files/gfan-0.5-gcc6.1-compat.patch 
b/sci-mathematics/gfan/files/gfan-0.5-gcc6.1-compat.patch
new file mode 100644
index 000..8479557
--- /dev/null
+++ b/sci-mathematics/gfan/files/gfan-0.5-gcc6.1-compat.patch
@@ -0,0 +1,70 @@
+--- a/app_fiberpolytope.cpp
 b/app_fiberpolytope.cpp
+@@ -63,7 +63,7 @@
+ 
+   /* If the vector configuration B does not have full rank then
+  change coordinates. */
+-  if(rank(B)!=B.getHeight())
++  if(rank_(B)!=B.getHeight())
+ {
+   FieldMatrix M=integerMatrixToFieldMatrix(B,Q);
+   M.reduce(false,true);//force integer operations - preserving 
volume
+@@ -83,7 +83,7 @@
+   log1 debug<<"Done computing restricting cone\n";
+ 
+   debug<

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2016-06-09 Thread Chí-Thanh Christopher Nguyễn
commit: b68c1247c8d4ad15fde9a1abf0e5c7007f400936
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Thu Jun  9 20:06:11 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Thu Jun  9 20:06:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68c1247

x11-terms/xterm: make building xinerama support optional

Bug: https://bugs.gentoo.org/show_bug.cgi?id=580936

Package-Manager: portage-2.2.28

 x11-terms/xterm/xterm-325.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-terms/xterm/xterm-325.ebuild b/x11-terms/xterm/xterm-325.ebuild
index a332d4e..27ffea6 100644
--- a/x11-terms/xterm/xterm-325.ebuild
+++ b/x11-terms/xterm/xterm-325.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz;
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="+openpty toolbar truetype unicode Xaw3d"
+IUSE="+openpty toolbar truetype unicode Xaw3d xinerama"
 
 COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
@@ -27,7 +27,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
x11-libs/libXrender
x11-libs/libXt
unicode? ( x11-apps/luit )
-   Xaw3d? ( x11-libs/libXaw3d )"
+   Xaw3d? ( x11-libs/libXaw3d )
+   xinerama? ( x11-libs/libXinerama )"
 RDEPEND="${COMMON_DEPEND}
media-fonts/font-misc-misc"
 DEPEND="${COMMON_DEPEND}
@@ -57,6 +58,7 @@ src_configure() {
--with-utempter \
--with-x \
$(use_with Xaw3d) \
+   $(use_with xinerama) \
--disable-imake \
--enable-256-color \
--enable-broken-osc \



[gentoo-commits] repo/gentoo:master commit in: sci-visualization/veusz/

2016-06-09 Thread Sebastien Fabbro
commit: 05940bbd3914566d1fe52d1c69e3f7fcadc40046
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 20:00:37 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 20:00:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05940bbd

sci-visualization/veusz: remove old

Package-Manager: portage-2.3.0_rc1

 sci-visualization/veusz/Manifest   |  2 -
 sci-visualization/veusz/veusz-1.23.2-r1.ebuild | 78 --
 sci-visualization/veusz/veusz-1.23.2.ebuild| 78 --
 sci-visualization/veusz/veusz-1.23.ebuild  | 78 --
 4 files changed, 236 deletions(-)

diff --git a/sci-visualization/veusz/Manifest b/sci-visualization/veusz/Manifest
index 190e99e..9b35829 100644
--- a/sci-visualization/veusz/Manifest
+++ b/sci-visualization/veusz/Manifest
@@ -1,4 +1,2 @@
 DIST veusz-1.11.tar.gz 1579404 SHA256 
7ded2b8788f7420ea76dd499a485473fddce1f2587e9c93e453743b194d08e94 SHA512 
a22138beeef38093c9ec003731dfb1282aef93ca3d664cc5c2bd42beefc1a0450910622d0c9484b8ca406330ecd49253a5328336eac9846a2937f981844ef901
 WHIRLPOOL 
942428fcb36196ba0bb401670b990b24a3b4e2aa3648d23a5fad24be6d5adeef3e3d1e95bda0a969926eb466219e2089342b6fc8e7367e6bfbe0b2056b45edda
-DIST veusz-1.23.2.tar.gz 1844882 SHA256 
f75cab64a7a86b01ecee04ae404efbecf97a77405120fcd643672061f876494a SHA512 
4af8858cc5b6e33589c1f1833e2051d3af45203218f2f9866ab1d704be9cd605ec0f829bff70aa0ce7f078a35369d315f930b5bbd4ee3436330ff20e90057ca1
 WHIRLPOOL 
2c84f439b15606c1771d018e5a2cb36e8917a18213cc889614076181dfc9bcc58c5d4216a3c1277d6f269d7bbc9cd55b4ac0ab9a590171fa733a850b3625354b
-DIST veusz-1.23.tar.gz 1822000 SHA256 
6ba03cef320764cf8d1cc62f6ab20e52727a86faf21c45382e999f596d62c301 SHA512 
4a7ec1e94338bbcc072caf7256da8185b999814e9c2cda907c7989fd5b80efda49029c801f49d4b95a8745f3b47bf0e4b16732f9524558e3466321d27d696646
 WHIRLPOOL 
11f246a8139c324f8ef58ce28b9108a6d416722909b28af69d154bd283409105fb6c5cc4e19ad5630f870766e2a741b68f51076f171e12974c53b180e5974b8e
 DIST veusz-1.24.tar.gz 1856099 SHA256 
850240586ad8a97cc31fb2f2caaa6211ba3acf5fb594d8f336b59cf3977b0559 SHA512 
a7530c6324d117c5d09e22b6b41c87e4b4e619595cc7487bdb2f2a1a15ffee4c5c822168444f1db7f0c477e81d486510ac1d719480c1aa15983216ea38af0e34
 WHIRLPOOL 
a9ea78e6667cd983efd5a3fa92ecdf6b5f74db99df8f53b89630c01cf651bc1bedf77e6e7675ea4cbde08c0de94025e82768c0071bd570c830bf7a44d3e62137

diff --git a/sci-visualization/veusz/veusz-1.23.2-r1.ebuild 
b/sci-visualization/veusz/veusz-1.23.2-r1.ebuild
deleted file mode 100644
index 5fa0e11..000
--- a/sci-visualization/veusz/veusz-1.23.2-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit eutils fdo-mime distutils-r1 virtualx
-
-DESCRIPTION="Qt scientific plotting package with good Postscript output"
-HOMEPAGE="http://home.gna.org/veusz/;
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz;
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="dbus doc emf fits hdf5 minuit vo"
-
-CDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.4[X,svg,${PYTHON_USEDEP}]
-"
-RDEPEND="${CDEPEND}
-   dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-   emf? ( dev-python/pyemf[$(python_gen_usedep 'python2*')] )
-   fits? ( dev-python/astropy[${PYTHON_USEDEP}] )
-   hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
-   minuit? ( dev-python/pyminuit[${PYTHON_USEDEP}] )
-   vo? (
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/sampy[$(python_gen_usedep 'python2*')]
-   )"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/sip[${PYTHON_USEDEP}]
-   "
-
-python_test() {
-   distutils_install_for_testing
-   cd tests || die
-   VIRTUALX_COMMAND="${EPYTHON}" \
-   VEUSZ_RESOURCE_DIR="${S}" \
-   virtualmake runselftest.py
-}
-
-python_install() {
-   distutils-r1_python_install
-   # symlink the license, bug #341653
-   rm "${D}/$(python_get_sitedir)"/${PN}/{COPYING,AUTHORS,ChangeLog} || die
-   mkdir -p "${D}/$(python_get_sitedir)" || die
-   cat >> "${D}/$(python_get_sitedir)"/${PN}/COPYING <<- EOF
-   Please visit
-
-   https://www.gnu.org/licenses/gpl-2.0.html
-
-   for the full license text.
-   EOF
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-   use doc && dodoc Documents/manual.pdf && \
-   dohtml -r Documents/{manimages,manual.html}
-
-   doicon icons/veusz.png
-   domenu "${FILESDIR}"/veusz.desktop
-   insinto /usr/share/mime/packages
-   doins "${FILESDIR}"/veusz.xml
-}
-
-pkg_postinst() {
-   fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
-   fdo-mime_desktop_database_update
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xterm/

2016-06-09 Thread Chí-Thanh Christopher Nguyễn
commit: 6b19bfeede117812ac927fb81a603643b602ed1f
Author: Chí-Thanh Christopher Nguyễn  gentoo  org>
AuthorDate: Thu Jun  9 19:48:43 2016 +
Commit: Chí-Thanh Christopher Nguyễn  gentoo  org>
CommitDate: Thu Jun  9 19:48:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b19bfee

x11-terms/xterm: Version bump to 325

Package-Manager: portage-2.2.28

 x11-terms/xterm/Manifest |  1 +
 x11-terms/xterm/xterm-325.ebuild | 92 
 2 files changed, 93 insertions(+)

diff --git a/x11-terms/xterm/Manifest b/x11-terms/xterm/Manifest
index aa4125f..0a341e8 100644
--- a/x11-terms/xterm/Manifest
+++ b/x11-terms/xterm/Manifest
@@ -2,3 +2,4 @@ DIST xterm-314.tgz 1200426 SHA256 
1dbf1e93796c1b71b22b84e82eb58bcf20a14a7f365158
 DIST xterm-320.tgz 1217356 SHA256 
a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7 SHA512 
6c234b5564ce1276136bc3ef8ef5d6703ed9dc3af3b0fd7c8c713c0876276fc4bb55cee7137f9a8c45df66531b6bd8eb778bd7660ea35c4aa8aa80ba17ba1263
 WHIRLPOOL 
2d7b0de46096a7a0426a419007a590bc478d19c7e2ddc3cea2fbfe0998a2f2fe5c6f5da46b5869260207e897a284250fa2cd483d613d65636c01ce366d7b6a5c
 DIST xterm-323.tgz 1234918 SHA256 
e39f7469910ecc92bd53496037770d4b572d33486a4ba97188e64459f25658bf SHA512 
f70cb33fb0dfdcdf79560de6fc9d35a443a83f2b20d086d3cdd14f20bbf1b2da524479672701d0c298e1a06dae7f7a48ccdc0f04fbeb6cc0d5e673dd4df9ccd2
 WHIRLPOOL 
dcea230dd1cfd9f6ba918f386175b2a8d5dfa6e604c78aa320a2cba1791e7534d4c7d8159c90399e1bfe8dd620023dc2dc9db3efff35ddc6f77d45ab218f85e3
 DIST xterm-324.tgz 1235312 SHA256 
70ecbec8d27789248e8ae2dc2cf159a2e189c152a6559a2b3df7f4838da36092 SHA512 
f6f2518a11eec6e41afb10ca4ec298c566b1fc5c3b3c4c4d533311b3f64ec04c2bc692798e75bbd34382cb64eca9b21ee4b05438c4d18486046d3c710c586626
 WHIRLPOOL 
80bdf5dda75d8f7d2b60b0611399f96506c79195235bec1b0c5e98cd32a535dc582ad12e34ec9f3998d9d223ed284debe50582113723a1e58e6a0c2d1bd9fd48
+DIST xterm-325.tgz 1237865 SHA256 
3b31b07a0c40427e9330ec3be9d1a748c72808f945953cea9e526e48be315f1b SHA512 
7049a013967cb90eb196684e7d6d0664cd0d7c86154fba318493d9249e973a4bf591861cbbc051a80184ef427aad75774b15d79cb571d3f82482c1b51e7a99f4
 WHIRLPOOL 
5f08712994e3d907fcae2bbfe7d8f1aaf2ff3be342eec6b854f94774d0e7fa03e042c2716848b6aae6d6cf14a030c7a1769b6ab8e68818394447acf2455cd37e

diff --git a/x11-terms/xterm/xterm-325.ebuild b/x11-terms/xterm/xterm-325.ebuild
new file mode 100644
index 000..a332d4e
--- /dev/null
+++ b/x11-terms/xterm/xterm-325.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="Terminal Emulator for X Windows"
+HOMEPAGE="http://invisible-island.net/xterm/;
+SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="+openpty toolbar truetype unicode Xaw3d"
+
+COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )
+   kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 
sys-libs/libutempter ) )
+   >=sys-libs/ncurses-5.7-r7:0=
+   x11-apps/xmessage
+   x11-libs/libX11
+   x11-libs/libXaw
+   x11-libs/libXft
+   x11-libs/libxkbfile
+   x11-libs/libXmu
+   x11-libs/libXrender
+   x11-libs/libXt
+   unicode? ( x11-apps/luit )
+   Xaw3d? ( x11-libs/libXaw3d )"
+RDEPEND="${COMMON_DEPEND}
+   media-fonts/font-misc-misc"
+DEPEND="${COMMON_DEPEND}
+   virtual/pkgconfig
+   x11-proto/kbproto
+   x11-proto/xproto"
+
+DOCS=( README{,.i18n} ctlseqs.txt )
+
+pkg_setup() {
+   DEFAULTS_DIR="${EPREFIX}"/usr/share/X11/app-defaults
+}
+
+src_configure() {
+   # 454736
+   # Workaround for ncurses[tinfo] until upstream fixes their buildsystem 
using
+   # something sane like pkg-config or ncurses5-config and stops guessing 
libs
+   # Everything gets linked against ncurses anyways, so don't shout
+   append-libs $(pkg-config --libs ncurses)
+
+   econf \
+   --libdir="${EPREFIX}"/etc \
+   --disable-full-tgetent \
+   --with-app-defaults="${DEFAULTS_DIR}" \
+   --disable-setuid \
+   --disable-setgid \
+   --with-utempter \
+   --with-x \
+   $(use_with Xaw3d) \
+   --disable-imake \
+   --enable-256-color \
+   --enable-broken-osc \
+   --enable-broken-st \
+   --enable-exec-xterm \
+   $(use_enable truetype freetype) \
+   --enable-i18n \
+   --enable-load-vt-fonts \
+   --enable-logging \
+   $(use_enable openpty) \
+   $(use_enable toolbar) \
+ 

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

2016-06-09 Thread Michał Górny
commit: 9debc178f21d1a6a4abbf05634f8ebaa843ee619
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 18:54:05 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 19:46:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9debc178

dev-python/pypy3: Update the distutils C++ patch

 ...stutils_c++.patch => 5.2.0-distutils-c++.patch} | 147 +
 dev-python/pypy3/pypy3-.ebuild |   2 +-
 2 files changed, 91 insertions(+), 58 deletions(-)

diff --git a/dev-python/pypy3/files/21_all_distutils_c++.patch 
b/dev-python/pypy3/files/5.2.0-distutils-c++.patch
similarity index 74%
rename from dev-python/pypy3/files/21_all_distutils_c++.patch
rename to dev-python/pypy3/files/5.2.0-distutils-c++.patch
index f12df8a..1251694 100644
--- a/dev-python/pypy3/files/21_all_distutils_c++.patch
+++ b/dev-python/pypy3/files/5.2.0-distutils-c++.patch
@@ -1,8 +1,55 @@
-http://bugs.python.org/issue1222585
+From e3afe6721897c8de830055621313bc0659518415 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Thu, 9 Jun 2016 20:48:10 +0200
+Subject: [PATCH] distutils c++ fixes, python3.3 patch updated for pypy3.3
 
 Lib/distutils/cygwinccompiler.py
-+++ Lib/distutils/cygwinccompiler.py
-@@ -136,9 +136,13 @@
+---
+ lib-python/3/_osx_support.py| 10 +++---
+ lib-python/3/distutils/cygwinccompiler.py   | 21 +--
+ lib-python/3/distutils/emxccompiler.py  | 14 ++--
+ lib-python/3/distutils/sysconfig_cpython.py | 25 ++---
+ lib-python/3/distutils/unixccompiler.py | 54 -
+ 5 files changed, 83 insertions(+), 41 deletions(-)
+
+diff --git a/lib-python/3/_osx_support.py b/lib-python/3/_osx_support.py
+index 50b2d17..1d19599 100644
+--- a/lib-python/3/_osx_support.py
 b/lib-python/3/_osx_support.py
+@@ -14,13 +14,13 @@ __all__ = [
+ # configuration variables that may contain universal build flags,
+ # like "-arch" or "-isdkroot", that may need customization for
+ # the user environment
+-_UNIVERSAL_CONFIG_VARS = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS', 'BASECFLAGS',
+-'BLDSHARED', 'LDSHARED', 'CC', 'CXX',
+-'PY_CFLAGS', 'PY_LDFLAGS', 'PY_CPPFLAGS',
+-'PY_CORE_CFLAGS')
++_UNIVERSAL_CONFIG_VARS = ('CFLAGS', 'CXXFLAGS', 'LDFLAGS', 'CPPFLAGS',
++  'BASECFLAGS', 'BLDSHARED', 'LDSHARED', 
'LDCXXSHARED',
++  'CC', 'CXX', 'PY_CFLAGS', 'PY_LDFLAGS',
++  'PY_CPPFLAGS', 'PY_CORE_CFLAGS')
+ 
+ # configuration variables that may contain compiler calls
+-_COMPILER_CONFIG_VARS = ('BLDSHARED', 'LDSHARED', 'CC', 'CXX')
++_COMPILER_CONFIG_VARS = ('BLDSHARED', 'LDSHARED', 'LDCXXSHARED', 'CC', 'CXX')
+ 
+ # prefix added to original configuration variable names
+ _INITPRE = '_OSX_SUPPORT_INITIAL_'
+diff --git a/lib-python/3/distutils/cygwinccompiler.py 
b/lib-python/3/distutils/cygwinccompiler.py
+index e0074a1..1b383d3 100644
+--- a/lib-python/3/distutils/cygwinccompiler.py
 b/lib-python/3/distutils/cygwinccompiler.py
+@@ -124,8 +124,10 @@ class CygwinCCompiler(UnixCCompiler):
+ # dllwrap 2.10.90 is buggy
+ if self.ld_version >= "2.10.90":
+ self.linker_dll = "gcc"
++self.linker_dll_cxx = "g++"
+ else:
+ self.linker_dll = "dllwrap"
++self.linker_dll_cxx = "dllwrap"
+ 
+ # ld_version >= "2.13" support -shared so use it instead of
+ # -mdll -static
+@@ -139,9 +141,13 @@ class CygwinCCompiler(UnixCCompiler):
  self.set_executables(compiler='gcc -mcygwin -O -Wall',
   compiler_so='gcc -mcygwin -mdll -O -Wall',
   compiler_cxx='g++ -mcygwin -O -Wall',
@@ -13,11 +60,11 @@ http://bugs.python.org/issue1222585
 +(self.linker_dll, shared_option)),
 + linker_exe_cxx='g++ -mcygwin',
 + linker_so_cxx=('%s -mcygwin %s' %
-+(self.linker_dll, shared_option)))
++(self.linker_dll_cxx, 
shared_option)))
  
  # cygwin and mingw32 need different sets of libraries
  if self.gcc_version == "2.91.57":
-@@ -162,8 +166,12 @@
+@@ -165,8 +171,12 @@ class CygwinCCompiler(UnixCCompiler):
  raise CompileError(msg)
  else: # for other files use the C-compiler
  try:
@@ -32,26 +79,26 @@ http://bugs.python.org/issue1222585
  except DistutilsExecError as msg:
  raise CompileError(msg)
  
-@@ -294,10 +302,15 @@
- self.set_executables(compiler='gcc -mno-cygwin -O -Wall',
-  compiler_so='gcc -mno-cygwin -mdll -O -Wall',
-  compiler_cxx='g++ -mno-cygwin -O -Wall',
-+   

[gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/

2016-06-09 Thread Michał Górny
commit: d86f5280db89625eb747e347b2a29e8ece3efb8b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 19:40:57 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 19:46:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86f5280

virtual/pypy3: Add 5.2.0-alpha1

 virtual/pypy3/pypy3-5.2.0_alpha1.ebuild | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/virtual/pypy3/pypy3-5.2.0_alpha1.ebuild 
b/virtual/pypy3/pypy3-5.2.0_alpha1.ebuild
new file mode 100644
index 000..e0dfbd3
--- /dev/null
+++ b/virtual/pypy3/pypy3-5.2.0_alpha1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit versionator
+
+DESCRIPTION="A virtual for PyPy3 Python implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/$(get_version_component_range 1-2 ${PV})"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 gdbm ncurses sqlite tk"
+
+RDEPEND="
+   || (
+   
>=dev-python/pypy3-${PV}:${SLOT}[bzip2?,gdbm(-)?,ncurses?,sqlite?,tk?]
+   >=dev-python/pypy3-bin-${PV}:${SLOT}[gdbm(-)?,sqlite?,tk?]
+   )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-bin/, dev-python/pypy3-bin/files/

2016-06-09 Thread Michał Górny
commit: 77720eff10bebf2dc7163e86bf8e19fdc9364fd2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 19:35:22 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 19:46:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77720eff

dev-python/pypy3-bin: Add 5.2.0-alpha1

 dev-python/pypy3-bin/Manifest  |   9 +
 .../pypy3-bin/files/5.2.0-distutils-c++.patch  | 284 +
 dev-python/pypy3-bin/pypy3-bin-5.2.0_alpha1.ebuild | 202 +++
 3 files changed, 495 insertions(+)

diff --git a/dev-python/pypy3-bin/Manifest b/dev-python/pypy3-bin/Manifest
index 6485ca5..0fd8fdc 100644
--- a/dev-python/pypy3-bin/Manifest
+++ b/dev-python/pypy3-bin/Manifest
@@ -6,3 +6,12 @@ DIST 
pypy3-bin-2.4.0-nossl2-x86+bzip2+jit+ncurses+shadowstack+sse2.tar.lz 824613
 DIST pypy3-bin-2.4.0-nossl2-x86+bzip2+jit+ncurses+sse2.tar.lz 9073643 SHA256 
436128604cc9649228992206abcfef84ff14994984b3da91b2d4ee1ab654274c SHA512 
0cffa75008f174d0703d07e86ed1036a27efe7707b14e2a5c6bfe92bd703ad0ce7223a0b590aeffe1e7dd11756d385ac9e2eba9a7d49d6d970377aef8aa2d8bb
 WHIRLPOOL 
579625d8e36bd22ca04a2468592f784269bd514799725a5fe0f5ce47e09477dada96a95c2296e46a8f4d03fc82aff6100c7a89c4e71993b033a31516ffc0b2a4
 DIST pypy3-bin-2.4.0-nossl2-x86+bzip2+ncurses+sse2.tar.lz 5549183 SHA256 
ecb7dae543219b4bc1d75114a0a5316d870a4a92ae439b9679ae8436903fcc77 SHA512 
06040c2f843ce77573616f9fc5a9773ffb67957860d33ca26538a39ba68aa56eea98bc0af0e99e6319f50ee42ff894a9f4944b7924348f20ce90078f0615a707
 WHIRLPOOL 
ebf165deb7b65cbfef081841037206a74658906e49b52225c1966874f3f8ad39f19157c801653e2797a03b9fd0287a5c4e7ffb7d53d951fb5686eaba9c533b29
 DIST pypy3-bin-2.4.0-nossl2-x86+bzip2+ncurses.tar.lz 5503668 SHA256 
7cc045e8ec9e7d4c01eb0dd9e83296bbf38483bcd0a5af0298ef53b9dc0bc63d SHA512 
fa398b43a479c71bcd708e30055716dbe0c8f6421ed632a3ed8b3fa1cf30310e5325106b2c5d2be70b3a7e3bc706e70b599ffa34497ef6a0aeb78df534397f79
 WHIRLPOOL 
c13aee013422d552cbf34fa41326f7edfb1a3817801a3ac72ff472b92460528876505b88e6bd95866dbf731d707d1ba789f22ae76d3a004cded36772afab2436
+DIST pypy3-bin-5.2.0_alpha1-amd64+bzip2+jit+ncurses+shadowstack.tar.lz 
10607836 SHA256 
2fe7ab10ef9dc527fa6a187c8d81ada8e507ce3319496eb929507bc7f556b6f3 SHA512 
6bc108500c2a87c806592c95ddd0cf65c2792648e6b9788b7503a14297d7c2f742357f9565066faea44c0968402a3b4e6054198dadf99044d61141e58dc21ef7
 WHIRLPOOL 
c9d3f9c7655f2b55267570b7b1c3c942c6d7d9e947822fc3dc92c503aed49cbe6c0017749cd029ea9c262e26182d72deb10d3f8c772aab1033113f6270586a45
+DIST pypy3-bin-5.2.0_alpha1-amd64+bzip2+jit+ncurses.tar.lz 11330839 SHA256 
10c4d1689d3fb1dd25e0ea765132a65799bdef8f0ca952241ef32cdf2f53e4e8 SHA512 
e7f68ae8dfaab4894b4340e35cf14b16e47da8b192ea5aea97d33d7ec2b39ddc657ea36ac088325ffbd149bcc2bbc9528b9bd13f5cb8fd653ee2657a85d489f8
 WHIRLPOOL 
13faf88eff92ce6596e5d924e926e1ab56a97e668123852ec12a17ad57b7439d91528c4fb636190c7688823c7d68bc6b425ee115ed2c80811062ad715b08952d
+DIST pypy3-bin-5.2.0_alpha1-amd64+bzip2+ncurses.tar.lz 6215094 SHA256 
3cb22aee7c12a244b68215cdb03ee2c31589fdce55781dfa9cec706ede027d42 SHA512 
00d1669cb7b208e18f48da339f4d843cff8bff49178fa547e8caf7b568e796dd8a2ede8204535e12b57e534375e752417e2a3f8023529673988fa315d8c1684b
 WHIRLPOOL 
6e21ce63aacf1b07199947bd7ca36b263bee49a7a975b5f08d29f2ed9d971feeb77fb14c6052f822e7bb04ab1794f2bb0a04de34870bb454d88abf9f65a13761
+DIST pypy3-bin-5.2.0_alpha1-x86+bzip2+jit+ncurses+shadowstack+sse2.tar.lz 
8533753 SHA256 7ec05fa19bbad93e6a25500fedf212f495eb8952ec486feb52379b979bd8ee3a 
SHA512 
ab87d575e0c06ee6533fe61a6c0fad5fe8bf77417772fd196588449c81263801ac14dd8367821d61263cabbde2c05b33cebb0f5e8057d0a9eabb2e68a66571ad
 WHIRLPOOL 
19b32146ac28497e8d80eeec4bbccdfc6ddff65ff768b2828905e9bc5e6b597cbafe631da7091eb4c91969362f24f12edd1ae726a4f3e41b637a32aaab7cf946
+DIST pypy3-bin-5.2.0_alpha1-x86+bzip2+jit+ncurses+sse2.tar.lz 9328963 SHA256 
b6a8097c834e1dbb62b5042fb754c03a86d70e3c3c54f8b2c2c1268828f9ade1 SHA512 
121305c1c5c84ac3ac1beec18ba5fcf2ca9f53ba4abfa200dd3fb688be0d261552f6f44c7ccf64b37cd52f95720e149efac5608d81e65c172298ecd5da9af16a
 WHIRLPOOL 
5bb4f533f6a747ed9b4eb0eaccaf7ad86498eb3267270706510ee249b2bc5c2a95de4e16015bed633d60bd8ab4b10c09aad1719e411f61c8d7fbef3f7cc85851
+DIST pypy3-bin-5.2.0_alpha1-x86+bzip2+ncurses+sse2.tar.lz 5197922 SHA256 
4cd32da0468db5863d5f975637009f81c594c878d9a954b7aa0198029b4869f7 SHA512 
1568f3784feee713bf893cd27e1b159d55a39014a8ae69be80648e79ec8e415da425da2140d537f7c3d9a1854d14e76816d132938a3a350dd20ce97dddf032d9
 WHIRLPOOL 
a1f0cce9f24b7d04a602e0ddc2770b9431a3e708832f680ab923346769292ed5493cc3bc1e748676978966dacb4f42e6b4137ee0e05010d81b8d3d819fd740aa
+DIST pypy3-bin-5.2.0_alpha1-x86+bzip2+ncurses.tar.lz 5197502 SHA256 
443b6542da9bb14826eff2b1080d16005a4a9fe6672eef41c5d29d8852b47904 SHA512 
859037552e699b3bc172ab93f7e32315ae1d4b1a6f8d1514ca1a389f36360eb04cfc792d79bb99b418d1fd507d0d084f2652e04688bd53eed05391197c2c
 WHIRLPOOL 

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

2016-06-09 Thread Michał Górny
commit: e97ecdb74649683e0dd7b68e5731026b03ed9242
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 19:44:37 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 19:46:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97ecdb7

dev-python/pypy3-bin: Update SRC_URI

 dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild 
b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
index eecd280..d52c94e 100644
--- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
+++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
@@ -8,7 +8,7 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 pypy )
 inherit eutils multilib pax-utils python-any-r1 unpacker versionator
 
-BINHOST="https://dev.gentoo.org/~mgorny/dist/pypy-bin/${PV}-nossl2;
+BINHOST="https://dev.gentoo.org/~mgorny/dist/pypy3-bin/${PV}-nossl2;
 
 DESCRIPTION="A fast, compliant alternative implementation of Python 3 (binary 
package)"
 HOMEPAGE="http://pypy.org/;



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

2016-06-09 Thread Michał Górny
commit: 9c1a3dd8220d7752733cf364e71d31ca45334a90
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 19:07:36 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 19:46:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1a3dd8

package.mask: Mask PyPy3.3 5.2.0-alpha1

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

diff --git a/profiles/package.mask b/profiles/package.mask
index cbc4936..57ab37a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -60,10 +60,13 @@ sys-fs/redirfs
 # New PyPy versions, masked for testing.
 ~dev-python/pypy-5.1.1
 ~dev-python/pypy-5.3.0
+~dev-python/pypy3-5.2.0_alpha1
 ~dev-python/pypy-bin-5.1.1
 ~dev-python/pypy-bin-5.3.0
+~dev-python/pypy3-bin-5.2.0_alpha1
 ~virtual/pypy-5.1.1
 ~virtual/pypy-5.3.0
+~virtual/pypy3-5.2.0_alpha1
 
 # Patrice Clement  (5 Jun 2016)
 # Unmaintained ebuilds. Upstream is either dead or AWOL. Also, most of these



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

2016-06-09 Thread Michał Górny
commit: 83e6ce512327894c0655bce2b01b940b7fa5f478
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 19:09:19 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 19:46:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e6ce51

dev-python/pypy3: Version bump to 5.2.0-alpha1

 dev-python/pypy3/Manifest  |   2 +
 dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild | 254 +
 2 files changed, 256 insertions(+)

diff --git a/dev-python/pypy3/Manifest b/dev-python/pypy3/Manifest
index 1543f05..f4bfa46 100644
--- a/dev-python/pypy3/Manifest
+++ b/dev-python/pypy3/Manifest
@@ -1 +1,3 @@
 DIST pypy3-2.4.0-src.tar.bz2 14693194 SHA256 
d9ba207d6eecf8a0dc4414e9f4e92db1abd143e8cc6ec4a6bdcac75b29f104f3 SHA512 
7e2b0c21f1833b8cd61251c2d58c6a9f99207e5d582618f0036886ff28dcb313541dce1c36bd1b57b332a36a94b13e416bb7b67110be7c8ece8283749ba712be
 WHIRLPOOL 
bd02009c828b7b491b46b260d687d268561e5372766adccbcb58e87a3f1c545f293c54e5cdd6e6b7fb95feb678677137211ee890f106140ce1bc256f8563d2cd
+DIST pypy3.3-v5.2.0-alpha1-src.tar.bz2 24390595 SHA256 
344c2f088c82ea1274964bb0505ab80d3f9e538cc03f91aa109325ddbaa61426 SHA512 
1b6bcab12a7f4dd0ac44158b8acafd64de4b9bcc277385ba4c05982381dcd577fa6ec7b2247f70d2671055f3669764b92b4447b32d51ded58c60e6ec23509595
 WHIRLPOOL 
9455686af04f31da52da812e4f48d773c1ce45180ba067a308a779fa8b468b5a10c446a28d7468e61278801837705e882240a2e17884bc94069e564a5706f177
+DIST python-gentoo-patches-3.3.5-0.tar.xz 12892 SHA256 
a7240de9598033cb40f8f273d8104d4e2b1dcaea028d45ac28efaa3c680ff6f7 SHA512 
27eef4c2b3f631b000db3f6a5c426d9b498d63a08fe82b1ab7c2c010fb72208109461a5f008d47703852526655b70a734ea95be8742897026db5750bb9cc9d16
 WHIRLPOOL 
edab9222d7da94cab3b1de0e1a27c6c7dbd49194b813a0a1cf9e532063029c4e4f19151c9f4878eeabed3168ff1f97eae7f008280c7ed2897fc14c5516c68d7e

diff --git a/dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild 
b/dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild
new file mode 100644
index 000..8a23570
--- /dev/null
+++ b/dev-python/pypy3/pypy3-5.2.0_alpha1.ebuild
@@ -0,0 +1,254 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# pypy3 needs to be built using python 2
+PYTHON_COMPAT=( python2_7 pypy )
+inherit check-reqs eutils multilib multiprocessing pax-utils python-any-r1 
toolchain-funcs versionator
+
+CPY_PATCHSET_VERSION="3.3.5-0"
+MY_P=pypy3.3-v${PV/_/-}
+
+DESCRIPTION="A fast, compliant alternative implementation of the Python (3.3) 
language"
+HOMEPAGE="http://pypy.org/;
+SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${MY_P}-src.tar.bz2
+   
https://dev.gentoo.org/~floppym/python-gentoo-patches-${CPY_PATCHSET_VERSION}.tar.xz;
+
+LICENSE="MIT"
+SLOT="0/$(get_version_component_range 1-2 ${PV})"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite 
cpu_flags_x86_sse2 tk"
+
+RDEPEND=">=sys-libs/zlib-1.1.3:0=
+   virtual/libffi:0=
+   virtual/libintl:0=
+   dev-libs/expat:0=
+   !libressl? ( dev-libs/openssl:0=[-bindist] )
+   libressl? ( dev-libs/libressl:0= )
+   bzip2? ( app-arch/bzip2:0= )
+   gdbm? ( sys-libs/gdbm:0= )
+   ncurses? ( sys-libs/ncurses:0= )
+   sqlite? ( dev-db/sqlite:3= )
+   tk? (
+   dev-lang/tk:0=
+   dev-tcltk/tix:0=
+   )
+   !dev-python/pypy3-bin:0"
+DEPEND="${RDEPEND}
+   low-memory? ( virtual/pypy:0 )
+   !low-memory? ( ${PYTHON_DEPS} )"
+#  doc? ( dev-python/sphinx )
+PDEPEND="app-admin/python-updater"
+
+S="${WORKDIR}/${MY_P}-src"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if use low-memory; then
+   CHECKREQS_MEMORY="1750M"
+   use amd64 && CHECKREQS_MEMORY="3500M"
+   else
+   CHECKREQS_MEMORY="3G"
+   use amd64 && CHECKREQS_MEMORY="6G"
+   fi
+
+   check-reqs_pkg_pretend
+   fi
+}
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   pkg_pretend
+
+   # unset to allow forcing pypy below :)
+   use low-memory && local EPYTHON=
+   if python_is_installed pypy && [[ ! ${EPYTHON} || ${EPYTHON} == 
pypy ]]; then
+   einfo "Using PyPy to perform the translation."
+   local EPYTHON=pypy
+   else
+   einfo "Using ${EPYTHON:-python2} to perform the 
translation. Please note that upstream"
+   einfo "recommends using PyPy for that. If you wish to 
do so, please install"
+   einfo "virtual/pypy and ensure that EPYTHON variable is 
unset."
+   fi
+
+   python-any-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   epatch "${FILESDIR}/4.0.0-gentoo-path.patch" \
+   

[gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/revdep_rebuild/

2016-06-09 Thread Slawek Lis
commit: e1744420c7377dd28f9fbc1c6736e47c6c21bb85
Author: Slawek Lis  gentoo  org>
AuthorDate: Thu Jun  9 19:38:02 2016 +
Commit: Slawek Lis  gentoo  org>
CommitDate: Thu Jun  9 19:38:02 2016 +
URL:https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=e1744420

Excluding masked files from rebuilding. This should fix a bug #568902

 pym/gentoolkit/revdep_rebuild/analyse.py | 55 +++-
 1 file changed, 33 insertions(+), 22 deletions(-)

diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py 
b/pym/gentoolkit/revdep_rebuild/analyse.py
index c9c5f71..59240b4 100644
--- a/pym/gentoolkit/revdep_rebuild/analyse.py
+++ b/pym/gentoolkit/revdep_rebuild/analyse.py
@@ -116,7 +116,7 @@ def extract_dependencies_from_la(la, libraries, to_check, 
logger):
 
 
 class LibCheck(object):
-   def __init__(self, scanned_files, logger, searchlibs=None, 
searchbits=None):
+   def __init__(self, scanned_files, logger, searchlibs=None, 
searchbits=None, all_masks=None):
'''LibCheck init function.
 
@param scanned_files: optional dictionary if the type created by
@@ -130,6 +130,7 @@ class LibCheck(object):
self.logger = logger
self.searchlibs = searchlibs
self.searchbits = sorted(searchbits) or ['32', '64']
+   self.all_masks = all_masks
self.logger.debug("\tLibCheck.__init__(), new searchlibs: %s" 
%(self.searchbits))
if searchlibs:
self.smsg = '\tLibCheck.search(), Checking for %s bit 
dependants'
@@ -213,6 +214,12 @@ class LibCheck(object):
for filename, needed in filepaths.items():
for l in needed:
if self.check(l):
+   if l in self.all_masks:
+   
self.logger.debug('\tLibrary %s ignored as it is masked' % l)
+   continue
+   if filename in 
self.all_masks:
+   
self.logger.debug('\tFile %s ignored as it is masked' % filename)
+   continue
if not bits in 
found_libs:

found_libs[bits] = {}
try:
@@ -275,6 +282,26 @@ def analyse(settings, logger, libraries=None, 
la_libraries=None,
_libs_to_check = set()'''
searchbits.update(['64', '32'])
 
+   masked_dirs, masked_files, ld = 
parse_revdep_config(settings['REVDEP_CONFDIR'])
+   masked_dirs.update([
+   '/lib/modules',
+   '/lib32/modules',
+   '/lib64/modules',
+   ]
+   )
+
+   all_masks = masked_dirs.copy()
+   all_masks.update(masked_files)
+   logger.debug("\tall_masks:")
+   for x in sorted(all_masks):
+   logger.debug('\t\t%s' % (x))
+
+
+   if '64' not in searchbits:
+   masked_dirs.update(['/lib64', '/usr/lib64'])
+   elif '32' not in searchbits:
+   masked_dirs.update(['/lib32', '/usr/lib32'])
+
if libraries and la_libraries and libraries_links and binaries:
logger.info(blue(' * ') +
bold('Found a valid cache, skipping collecting phase'))
@@ -287,20 +314,8 @@ def analyse(settings, logger, libraries=None, 
la_libraries=None,
bold('Collecting system binaries and libraries'))
bin_dirs, lib_dirs = prepare_search_dirs(logger, settings)
 
-   masked_dirs, masked_files, ld = \
-   parse_revdep_config(settings['REVDEP_CONFDIR'])
lib_dirs.update(ld)
bin_dirs.update(ld)
-   masked_dirs.update([
-   '/lib/modules',
-   '/lib32/modules',
-   '/lib64/modules',
-   ]
-   )
-   if '64' not in searchbits:
-   masked_dirs.update(['/lib64', '/usr/lib64'])
-   elif '32' not in searchbits:
-   masked_dirs.update(['/lib32', '/usr/lib32'])
 
logger.debug('\tanalyse(), bin directories:')
for x in sorted(bin_dirs):
@@ -320,11 +335,6 @@ def analyse(settings, logger, libraries=None, 
la_libraries=None,
stime = current_milli_time()
logger.info(green(' * ') +
bold('Collecting dynamic linking informations'))
-   all_masks = masked_dirs.copy()
-   all_masks.update(masked_files)
-   

[gentoo-commits] proj/sci:master commit in: dev-python/astlib/

2016-06-09 Thread Justin Lecher
commit: 276f4f1ea69816d71f86c83a52f310a7ff44c874
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:18:54 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jun  9 16:18:54 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=276f4f1e

astlib in main tree

 dev-python/astlib/astlib-0.7.0.ebuild | 36 ---
 dev-python/astlib/metadata.xml| 21 
 2 files changed, 57 deletions(-)

diff --git a/dev-python/astlib/astlib-0.7.0.ebuild 
b/dev-python/astlib/astlib-0.7.0.ebuild
deleted file mode 100644
index 8640714..000
--- a/dev-python/astlib/astlib-0.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-MYPN=astLib
-MYP=${MYPN}-${PV}
-
-DESCRIPTION="Python astronomy modules for image and coordinate manipulation"
-HOMEPAGE="http://astlib.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="BSD"
-
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]
-   dev-python/astropy[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MYP}"
-
-python_install_all() {
-   use doc && HTML_DOCS=( docs/${MYPN}/. )
-   use examples && EXAMPLES=( examples/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/astlib/metadata.xml b/dev-python/astlib/metadata.xml
deleted file mode 100644
index acde5ae..000
--- a/dev-python/astlib/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sci-astron...@gentoo.org
-Gentoo Astronomy Project
-  
-  
-  astLib is a set of Python modules that provides some tools for
-  research astronomers. It can be used for simple plots, statistics,
-  common calculations, coordinate conversions, and manipulating FITS
-  images with World Coordinate System (WCS) information through
-  PyWCSTools - a simple wrapping of WCSTools by Doug Mink. PyWCSTools
-  is distributed (and developed) as part of astLib.
-  In Gentoo, PyWCSTools is using the stock library instead of the
-  bundled one.
-
-  
-astlib
-  
-



[gentoo-commits] proj/sci:master commit in: sci-astronomy/montage/files/, sci-astronomy/montage/, ...

2016-06-09 Thread Justin Lecher
commit: 930f8d5f0be912fda0ca8ba3d4ea9451daa5dff8
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jun  7 22:04:39 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Jun  7 22:04:39 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=930f8d5f

montage and wrapper now in main tree

 dev-python/montage-wrapper/metadata.xml| 17 
 .../montage-wrapper/montage-wrapper-0.9.7.ebuild   | 39 -
 .../montage/files/montage-3.3-gcc48.patch  | 97 --
 sci-astronomy/montage/metadata.xml | 12 ---
 sci-astronomy/montage/montage-3.3.ebuild   | 55 
 5 files changed, 220 deletions(-)

diff --git a/dev-python/montage-wrapper/metadata.xml 
b/dev-python/montage-wrapper/metadata.xml
deleted file mode 100644
index aa3e481..000
--- a/dev-python/montage-wrapper/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-sci-astron...@gentoo.org
-Gentoo Astronomy Project
-  
-  
-  This Astropy-affiliated package provides a python wrapper to the
-  Montage Astronomical Image Mosaic Engine, including both functions to
-  access individual Montage commands, and high-level functions to
-  facilitate mosaicking and re-projecting.
-
-  
-montage-wrapper
-  
-

diff --git a/dev-python/montage-wrapper/montage-wrapper-0.9.7.ebuild 
b/dev-python/montage-wrapper/montage-wrapper-0.9.7.ebuild
deleted file mode 100644
index 9ac8c65..000
--- a/dev-python/montage-wrapper/montage-wrapper-0.9.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python wrapper for the Montage mosaicking toolkit"
-HOMEPAGE="http://www.astropy.org/montage-wrapper/;
-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/astropy[${PYTHON_USEDEP}]
-   sci-astronomy/montage"
-DEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( sci-astronomy/montage )"
-
-python_compile_all() {
-   use doc && PYTHONPATH=".." emake -C docs html
-}
-
-python_test() {
-   ${EPYTHON} setup.py test
-}
-
-python_install_all() {
-   use doc && HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/sci-astronomy/montage/files/montage-3.3-gcc48.patch 
b/sci-astronomy/montage/files/montage-3.3-gcc48.patch
deleted file mode 100644
index 4846b4c..000
--- a/sci-astronomy/montage/files/montage-3.3-gcc48.patch
+++ /dev/null
@@ -1,97 +0,0 @@
-diff -Nur Montage_v3.3.orig/grid/Pegasus/mPresentation.c 
Montage_v3.3/grid/Pegasus/mPresentation.c
 Montage_v3.3.orig/grid/Pegasus/mPresentation.c 2009-12-10 
19:54:51.0 -0800
-+++ Montage_v3.3/grid/Pegasus/mPresentation.c  2014-04-17 14:36:28.735594113 
-0700
-@@ -14,6 +14,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #define MAXLEN 2
- 
-diff -Nur Montage_v3.3.orig/lib/src/coord/ccalc.c 
Montage_v3.3/lib/src/coord/ccalc.c
 Montage_v3.3.orig/lib/src/coord/ccalc.c2009-12-10 19:54:51.0 
-0800
-+++ Montage_v3.3/lib/src/coord/ccalc.c 2014-04-17 14:11:51.041349620 -0700
-@@ -25,7 +25,7 @@
- static int ConvertfromDD(char *fmt, char *clongprec, char *clatprec, 
-char *clon, char *clat, double *lon, double *lat);
- static char *downcase(char *s);
--char *strdup(const char *s1);
-+
- int ParseUnits(char *cunit, int *chflag, CoordUnit *unit);
- int ParsePrec(CoordUnit units, char *cprec, int longflag);
- 
-diff -Nur Montage_v3.3.orig/lib/src/two_plane_v1.1/initdistdata.c 
Montage_v3.3/lib/src/two_plane_v1.1/initdistdata.c
 Montage_v3.3.orig/lib/src/two_plane_v1.1/initdistdata.c2009-12-10 
19:54:51.0 -0800
-+++ Montage_v3.3/lib/src/two_plane_v1.1/initdistdata.c 2014-04-17 
14:35:14.559081232 -0700
-@@ -1,8 +1,13 @@
- #include 
-+#include 
- #include 
- #include "fitsio.h"
- #include "distort.h"
- 
-+int parse_double(char *fitsheader, double *value, const char *key);
-+int parse_int(char *fitsheader, int *value, const char *key);
-+int parse_str(char *fitsheader, char *value, const char *key);
-+
- fitsfile*ffp_FITS_In;
- 
- int openfitsfile(char *fitsfilename) 
-@@ -21,16 +26,16 @@
-   return 0;
- }
- 
--closefitsfile()
-+int closefitsfile()
- { 
-   int I_fits_return_status=0;
-   fits_close_file(ffp_FITS_In, _fits_return_status); 
-   if (I_fits_return_status != 0)
-   {
-  fprintf(stderr, "Error closing file\n");
-- return;
-+ return -1;
-   }
--  return;
-+  return 0;
- }
- 
- int initdata_byheader(char *fitsheader, DistCoeff *coeff) 
-diff -Nur Montage_v3.3.orig/lib/src/two_plane_v1.1/two_plane.c 
Montage_v3.3/lib/src/two_plane_v1.1/two_plane.c

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

2016-06-09 Thread Justin Lecher
commit: 27154308655f11df2ff3e17987183bfd1f81b244
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jun  9 19:33:07 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jun  9 19:33:07 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=27154308

Merge remote-tracking branch 'github/master'

* github/master:
  astlib in main tree
  montage and wrapper now in main tree

 dev-python/astlib/Manifest |  1 -
 dev-python/astlib/astlib-0.7.0.ebuild  | 36 
 dev-python/astlib/metadata.xml | 21 -
 dev-python/montage-wrapper/Manifest|  1 -
 dev-python/montage-wrapper/metadata.xml| 17 
 .../montage-wrapper/montage-wrapper-0.9.7.ebuild   | 39 -
 sci-astronomy/montage/Manifest |  2 -
 .../montage/files/montage-3.3-gcc48.patch  | 97 --
 sci-astronomy/montage/metadata.xml | 12 ---
 sci-astronomy/montage/montage-3.3.ebuild   | 55 
 10 files changed, 281 deletions(-)



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kanyremote/

2016-06-09 Thread Michael Palimaka
commit: 546b4c188678e8bd7937896eca25c721824db20f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  9 19:21:24 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  9 19:21:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546b4c18

kde-misc/kanyremote: remove old

Package-Manager: portage-2.3.0_rc1

 kde-misc/kanyremote/Manifest|  1 -
 kde-misc/kanyremote/kanyremote-6.3.4.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/kde-misc/kanyremote/Manifest b/kde-misc/kanyremote/Manifest
index 6103d1a..31c4b61 100644
--- a/kde-misc/kanyremote/Manifest
+++ b/kde-misc/kanyremote/Manifest
@@ -1,2 +1 @@
-DIST kanyremote-6.3.4.tar.gz 310769 SHA256 
ea7f11af91609d3bcb18bd064f3ef0a0f107f58debef7423580bdc53e65d6a4f SHA512 
a0f488b33d5c7f974615d7e6bf6df8f2ccd0f0dc4307238cd75833848603801801be24805ca89feb2fe2074c1b78b635029994e3efe0f616205da6d05ca7f023
 WHIRLPOOL 
3a7a5d937dc7befd9b9d347b5dc6f1eb468308763941054326dd68a5b5fb40e9cc814d96d22ce0334642a31b4a2f0354c3c039fe9e94ad73cace71b8d8dc3af4
 DIST kanyremote-6.3.5.tar.gz 311639 SHA256 
3fe3d186b503f43c30b2a8302a79810ee30d1ccf7839ceafcdda651915b4bbfe SHA512 
2b40584097b8aedeaf1bbe66c1e4aab0a440111007e735f4573e7fc968ac9a7331e19e4ba288986e3428e7f3aed58d96ff1470101f0ba9098225c0053c706c5c
 WHIRLPOOL 
ef40e3e3239c77609d98fa86283f29be751cc2b4590c0ec76412839e3f21df7252cf63b95557ac5f4a61c6610e20029c432865812ccbe02184cf447373b0f214

diff --git a/kde-misc/kanyremote/kanyremote-6.3.4.ebuild 
b/kde-misc/kanyremote/kanyremote-6.3.4.ebuild
deleted file mode 100644
index b63de89..000
--- a/kde-misc/kanyremote/kanyremote-6.3.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit autotools python-r1 base
-
-DESCRIPTION="KDE frontend to Anyremote"
-HOMEPAGE="http://anyremote.sourceforge.net/;
-SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   >=app-mobilephone/anyremote-6.0[bluetooth?]
-   dev-python/PyQt4[X,${PYTHON_USEDEP}]
-   kde-base/pykde4:4[${PYTHON_USEDEP}]
-   bluetooth? ( dev-python/pybluez[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-"
-
-src_prepare() {
-   # using gettextize no-interactive example from dev-util/bless package
-   cp $(type -p gettextize) "${T}"/ || die
-   sed -i -e 's:read dummy < /dev/tty::' "${T}/gettextize" || die
-   "${T}"/gettextize -f --no-changelog > /dev/null || die
-
-   # remove deprecated entry
-   sed -e "/Encoding=UTF-8/d" \
-   -i kanyremote.desktop || die "fixing .desktop file failed"
-
-   # fix documentation directory wrt bug #316087
-   sed -i "s/doc\/${PN}/doc\/${PF}/g" Makefile.am || die
-   eautoreconf
-
-   # disable bluetooth check to avoid errors
-   if ! use bluetooth ; then
-   sed -e "s/usepybluez= True/usepybluez= False/" -i 
kanyremote || die
-   fi
-}
-
-src_install() {
-   default
-
-   python_replicate_script "${D}"/usr/bin/kanyremote
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kanyremote/

2016-06-09 Thread Michael Palimaka
commit: f338584cf32e07abf4254c0859b5748a5f9ede56
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  9 19:20:37 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  9 19:21:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f338584c

kde-misc/kanyremote: amd64/x86 stable

Gentoo-bug: 584730

Package-Manager: portage-2.3.0_rc1

 kde-misc/kanyremote/kanyremote-6.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/kanyremote/kanyremote-6.3.5.ebuild 
b/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
index 3256e74..251d188 100644
--- a/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
+++ b/kde-misc/kanyremote/kanyremote-6.3.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/anyremote/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="bluetooth"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/gasgano/

2016-06-09 Thread Sebastien Fabbro
commit: a11960c600ab6ec84ebbd0f9571a02d81fce95b2
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 18:59:04 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 19:00:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11960c6

sci-astronomy/gasgano: removed old

Package-Manager: portage-2.3.0_rc1

 sci-astronomy/gasgano/Manifest |  1 -
 sci-astronomy/gasgano/gasgano-2.4.5.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/sci-astronomy/gasgano/Manifest b/sci-astronomy/gasgano/Manifest
index f0ccf9c..0b6678f 100644
--- a/sci-astronomy/gasgano/Manifest
+++ b/sci-astronomy/gasgano/Manifest
@@ -1,3 +1,2 @@
 DIST VLT-PRO-ESO-19000-1932-V4.pdf 818369 SHA256 
d370d6a57bed3cb7e47bb322e4cde5e314d37c6110e5370ea3099d241355ed68 SHA512 
272da18caee1bb1b5228df76a7f09411120be39a4b421b79d48e0bfc09972f250322a718bf380d7a83c3a528151260139efdcd8d2482c6a36ad45d727d93cce1
 WHIRLPOOL 
f13320ab0beaf5302eab56882ba7a8185543254e05cd1dada10a2fbc1652f45f74a20f326e703d9837d9abdee7499dbdfb7bdf1bd963f84937c6c24c3823b3f3
-DIST gasgano-2.4.5.tar.gz 8676773 SHA256 
0ef5ca420b0e9e1f29df001d34a832746f58d77da7790f2da767457df12d816d SHA512 
fab93f5240808129d432000ea47c3d3b9b0520c43baea2858459a4e9e6cbe75deb8df73199d716c62b71a11147844f09ea89a065b467ae1086d6f3fe41cdc53d
 WHIRLPOOL 
69d76b68f5adf80a368bff13eb3bcbd8e76b54990695743bc62481ffd64513b1e9f169f4c3e167ae30e387fad578f00e5e9142b6c06d92a58d854d1ccad13ca8
 DIST gasgano-2.4.8.tar.gz 9211627 SHA256 
437a5d276123c8b5441d295004f89455f11cff8d62774c70e377dabf75dec13f SHA512 
94fbc9721077b15d2ec06e296d1503a0e33cb845c831a4102740b84d600bc900324ec5293b9a977df0956bd02cd5adf9cc62989be860417e8014e97ead41967c
 WHIRLPOOL 
fbbd776a8adc5fa4079369c75bef4b90d04320685e5ae5495581f775895bb50ff0e5f0d11075e8605c7bcf732053b87c882ef0d2ca092f0dbdb6d1c771084d0a

diff --git a/sci-astronomy/gasgano/gasgano-2.4.5.ebuild 
b/sci-astronomy/gasgano/gasgano-2.4.5.ebuild
deleted file mode 100644
index 1aaaebe..000
--- a/sci-astronomy/gasgano/gasgano-2.4.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils java-pkg-2
-
-PDOC=VLT-PRO-ESO-19000-1932-V4
-
-DESCRIPTION="ESO astronomical data file organizer"
-HOMEPAGE="http://www.eso.org/sci/software/gasgano/;
-SRC_URI="ftp://ftp.eso.org/pub/dfs/${PN}/${P}.tar.gz
-   doc? ( ${HOMEPAGE}/${PDOC}.pdf )"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND=">=virtual/jdk-1.6"
-RDEPEND="
-   >=virtual/jre-1.6
-   dev-java/gnu-regexp
-   dev-java/junit
-   dev-java/jal"
-
-src_prepare() {
-   sed -i \
-   -e "s:^BASE=\`pwd\`:BASE=${EPREFIX}/usr/share/${PN}:" \
-   -e 's:$BASE/share/:$BASE/lib/:g' \
-   bin/gasgano || die
-}
-
-src_install() {
-   dobin bin/*
-   java-pkg_dojar share/*.jar
-   insinto /usr/share/${PN}
-   doins -r config
-   make_desktop_entry gasgano "Gasgano FITS Organizer"
-   use doc && newdoc "${DISTDIR}"/${PDOC}.pdf user-manual.pdf
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/

2016-06-09 Thread Michael Palimaka
commit: ab7a17773c512f270322bd98d64fc985f70542ec
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  9 18:46:02 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  9 18:46:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7a1777

kde-misc/yakuake: amd64 stable

Gentoo-bug: 584762

Package-Manager: portage-2.3.0_rc1

 kde-misc/yakuake/yakuake-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/yakuake-3.0.2.ebuild 
b/kde-misc/yakuake/yakuake-3.0.2.ebuild
index 9e71853..7e64ca2 100644
--- a/kde-misc/yakuake/yakuake-3.0.2.ebuild
+++ b/kde-misc/yakuake/yakuake-3.0.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2 LGPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/

2016-06-09 Thread Michael Palimaka
commit: 83d37a2b8970a7ea74d52932ddd5060cb36f7f59
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  9 18:39:36 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  9 18:46:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d37a2b

kde-misc/yakuake: metadata whitespace

Package-Manager: portage-2.3.0_rc1

 kde-misc/yakuake/metadata.xml | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/kde-misc/yakuake/metadata.xml b/kde-misc/yakuake/metadata.xml
index 170e498..c2a5509 100644
--- a/kde-misc/yakuake/metadata.xml
+++ b/kde-misc/yakuake/metadata.xml
@@ -1,14 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-k...@gentoo.org
-Gentoo KDE Project
-  
-  
-YaKuake is Yet Another Kuake KDE terminal emulator. It drops down no a
-   configurable key press (defaults to F12) with a konsole window, supports
-   multiple tabs, multiple screens and mouse wheel tab navigation amongst 
other
-   features.
-  
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   YaKuake is Yet Another Kuake KDE terminal emulator. It drops 
down no a
+   configurable key press (defaults to F12) with a konsole window, 
supports
+   multiple tabs, multiple screens and mouse wheel tab navigation 
amongst other
+   features.
+   
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/yakuake/

2016-06-09 Thread Michael Palimaka
commit: 1b46057345ca3ce1b2d121eb658dd7f2b28782a6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun  9 18:44:28 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun  9 18:46:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b460573

kde-misc/yakuake: metadata typo

Package-Manager: portage-2.3.0_rc1

 kde-misc/yakuake/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/yakuake/metadata.xml b/kde-misc/yakuake/metadata.xml
index c2a5509..daa15bc 100644
--- a/kde-misc/yakuake/metadata.xml
+++ b/kde-misc/yakuake/metadata.xml
@@ -6,7 +6,7 @@
Gentoo KDE Project


-   YaKuake is Yet Another Kuake KDE terminal emulator. It drops 
down no a
+   YaKuake is Yet Another Kuake KDE terminal emulator. It drops 
down on a
configurable key press (defaults to F12) with a konsole window, 
supports
multiple tabs, multiple screens and mouse wheel tab navigation 
amongst other
features.



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

2016-06-09 Thread Michał Górny
commit: fe5b317ef27de6bebef08a76c35deff6d52828b2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun  9 18:35:02 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun  9 18:36:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe5b317e

dev-python/pypy-bin: Add 5.3.0

 dev-python/pypy-bin/Manifest  |   8 ++
 dev-python/pypy-bin/pypy-bin-5.3.0.ebuild | 205 ++
 2 files changed, 213 insertions(+)

diff --git a/dev-python/pypy-bin/Manifest b/dev-python/pypy-bin/Manifest
index 9429660..be2c589 100644
--- a/dev-python/pypy-bin/Manifest
+++ b/dev-python/pypy-bin/Manifest
@@ -22,5 +22,13 @@ DIST 
pypy-bin-5.1.1-x86+bzip2+jit+ncurses+shadowstack+sse2.tar.lz 10613022 SHA25
 DIST pypy-bin-5.1.1-x86+bzip2+jit+ncurses+sse2.tar.lz 11767275 SHA256 
5665cd4575747e079cb733d05f9b4756788105eb0234231b4257976148977be6 SHA512 
51e726735e42584f64fd697a671636f6dfa0557fdc42cd0af9eb00f729d64a2b4fd6d67e1671ad17d74b46d5d08b7e140dd57f95849e72ce545bc8b27a40ba71
 WHIRLPOOL 
ae8fca67661e0cea84166ec5f5fba30ed093e5a20a926e13f54007443627da6564172755a48d03d3a8f841457106ee7b5356b44965433c501ec4393c9dbd5921
 DIST pypy-bin-5.1.1-x86+bzip2+ncurses+sse2.tar.lz 6149022 SHA256 
cf60d9da2c6b754bcfacecfb53ffa5c3829e0152c091e27bfba55d36eaa03fec SHA512 
20c3b9b8256bdb5dbe891d12dbaaf1121df8e11f165b4f0a00f7098f476d9020482a920935742b40acf562205c307732b613ea3266ef454b169f711a0f4a9f0e
 WHIRLPOOL 
894b2438dacb9b746df1e73eed4f0951e1333f0bd240fae189356e156a2de929f365332cb285c7abf840107b3f1e0d7e1dc494bf805beabe2569355a0e3c7493
 DIST pypy-bin-5.1.1-x86+bzip2+ncurses.tar.lz 6114358 SHA256 
d1425ab926a6948ed089564ad137474ae9d75fa1aba11a7e8991ed81e581b804 SHA512 
e5bf777bc23706d44798cd577b871e2be7c3f040ad399f8cc2650eea65d180ee9403d8976d5ea11bee2e417c4dc3a571cbcd31aa98de112fc252ab9c9bacbd75
 WHIRLPOOL 
9571abe31daa81b2f06366067c7676db6347de3a3e52e3480abd082fd02528bd5b5041859d7379e16160370c5c5dec084ca231a12d0108533a7a0c479e4d
+DIST pypy-bin-5.3.0-amd64+bzip2+jit+ncurses+shadowstack.tar.lz 12781905 SHA256 
c914b5d78f63ec8c0a594289d67fbf5f69072f5d9d23df3a2dfb9a30d7831006 SHA512 
8c8cf97cc3ebc5afb054dada559b74a24637425ce0851f3f57f538779fc6d505af9c59635d70336758a4136bed03a4af80672e5cb7c0fb78987e8a228fd2bb42
 WHIRLPOOL 
56de5fa4bbda97211264658ee853f9fc883c72792d94dcd9d9b8d4d8e62c2f268d1e28abf16bd0a812f2e07d07391d2940a8c6e9baa78e143ea7000d82fa3063
+DIST pypy-bin-5.3.0-amd64+bzip2+jit+ncurses.tar.lz 13755217 SHA256 
7074d19a92f84d70ee8feb31147229a116b64220e859c53547df4b641c8a9690 SHA512 
167b5d092661a4fb33e13aef05d0023dfa0add04a4e1c9ae2aa648810bd1c3e2cbe617fca69b2ba0e798ef4e8555ea865be53a943a809c60573778c1414462b1
 WHIRLPOOL 
00f5e4849895b7e53a8495079bbe92d81ca22648dfd464dc45b9883679240eb7039543b6352efcfdaabeac218f648d4ccd31db34a56428a6900987110732d161
+DIST pypy-bin-5.3.0-amd64+bzip2+ncurses.tar.lz 7213692 SHA256 
1a066732066f6396bd67e1ee25205731bc9063a59be36b0b7f48da94afb65f3d SHA512 
4dd0c1be00a2a2c74e9d6bdc33e3d019401bfd07af2f92927732b4493b70502b77d1e85010dc0934fd8d1407076fa47ae04ce1042dd641792826aeef9d62f666
 WHIRLPOOL 
ce7c880d872c8ed69738da8f2fa40f884a4f7fad75d86c1e01172a5d608bda5e6d5bfd01b88beed783320d90048f9f3294358755ce67eb8af9cad9517f97ee3f
+DIST pypy-bin-5.3.0-x86+bzip2+jit+ncurses+shadowstack+sse2.tar.lz 10236641 
SHA256 f1a8b72e31c140159d3f6a2bfe09f93aae59928fd3b1ee7bfe805f6fff4d2a62 SHA512 
3c699898a42dd3368ed54804a579f27a8b7009211a5742c6c4193560e703dce8495552d9283af16ac5ff26a2dc9a5f7f22f0ce15fe21405b8fdc8b3462d1c93c
 WHIRLPOOL 
2f9e9819934d7472bef18f2e1fefc2d3dfaefc4cd702d025d57440e9b841172f57839f8f3f0f4a70b07f49e0a5d1cce11f894626998c01b3735669e3975d3238
+DIST pypy-bin-5.3.0-x86+bzip2+jit+ncurses+sse2.tar.lz 11388844 SHA256 
a1ed4a65a4e04ecd3a3ee6a94bdd313511e9c78a82e70b491a835d9d6b00ecba SHA512 
24dd548147a1e045d646be633058f1b40e35f3c069fe44b93a60262a134163a7811664a279e70b54ad149a4659b5bafb0fffa0e213d0dc5fb62eb14e41c46bf6
 WHIRLPOOL 
5b8a17fd56baae8b039e723ec32728b5d89b58bd3606372b9b09cf0353a77070ca63fd5107fdfe964184072f466c6de6b10a9dea30a185baf08e8fb300427b25
+DIST pypy-bin-5.3.0-x86+bzip2+ncurses+sse2.tar.lz 5955669 SHA256 
24f76d7c4803c69ae66bcdc38fee60a41b843cc81ca83d76e0ece4464efd22a5 SHA512 
692f5601291d7ed3789d38cc6fdf4e4c0c56318953f9109113cb7cb11659f6d649287425b60cf5a2cab2a005d174e6c44be05b4c49ce148bfbdbf117892c888f
 WHIRLPOOL 
03c6a14f5c09e25e3a16b23c96b4754063e29d1847f549295ab81891de1cf35a473d84143897d0be36b2f2a683da8d45bc6506b7fef6985fdcd84f127d522fa2
+DIST pypy-bin-5.3.0-x86+bzip2+ncurses.tar.lz 5955780 SHA256 
f3e5affc786235ec61491cc0c6941303df486314b7707f98e342a5d9f39eea67 SHA512 
d55dc85a2c968289320658da80507e2b1a8993a923aac09963adcc2482689b5094b0734cee481dd4490d83261744a720bc0606ec9a578c4e6deba3e41ba7e92e
 WHIRLPOOL 
b76bb53064e8a4d00012fee500d06f0f94a8548fe7ce89efa26b2f5482f169cf93f2b835e841b0c094ee6b58e7df67433520ccb5df3463678604e790cfa54689
+DIST pypy2-v5.3.0-src.tar.bz2 17361429 SHA256 

[gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/, media-libs/opencv/files/

2016-06-09 Thread Amy Winston
commit: dbd568dda672d12c7bf7b6a3b4522e3631af1bb3
Author: Amy Winston  gentoo  org>
AuthorDate: Thu Jun  9 18:23:58 2016 +
Commit: Amy Winston  gentoo  org>
CommitDate: Thu Jun  9 18:25:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd568dd

media-libs/opencv: eapi=6 bump

- Fix cuda bug #577410
- Add qt5 support
- Remove doc useflag bug #556198

Package-Manager: portage-2.2.28

 .../files/opencv-2.4.12-git-autodetect.patch   |   4 +-
 media-libs/opencv/opencv-2.4.12-r1.ebuild  | 241 +
 2 files changed, 243 insertions(+), 2 deletions(-)

diff --git a/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch 
b/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch
index e981c37..8d6fcaf 100644
--- a/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch
+++ b/media-libs/opencv/files/opencv-2.4.12-git-autodetect.patch
@@ -1,5 +1,5 @@
 opencv-2.4.12/work/opencv-2.4.12/CMakeLists.txt.old2016-04-07 
14:44:17.461912634 +0200
-+++ opencv-2.4.12/work/opencv-2.4.12/CMakeLists.txt2016-04-07 
14:45:10.674910396 +0200
+--- a/CMakeLists.txt   2016-04-07 14:44:17.461912634 +0200
 b/CMakeLists.txt   2016-04-07 14:45:10.674910396 +0200
 @@ -388,32 +388,32 @@
  # 
  

diff --git a/media-libs/opencv/opencv-2.4.12-r1.ebuild 
b/media-libs/opencv/opencv-2.4.12-r1.ebuild
new file mode 100644
index 000..16b48f7
--- /dev/null
+++ b/media-libs/opencv/opencv-2.4.12-r1.ebuild
@@ -0,0 +1,241 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit toolchain-funcs cmake-utils python-single-r1 java-pkg-opt-2 java-ant-2
+
+DESCRIPTION="A collection of algorithms and sample code for various computer 
vision problems"
+HOMEPAGE="http://opencv.org;
+
+SRC_URI="https://github.com/Itseez/opencv/archive/${PV}.zip -> ${P}.zip"
+
+LICENSE="BSD"
+SLOT="0/2.4"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux"
+IUSE="cuda +eigen examples ffmpeg gstreamer gtk ieee1394 ipp jpeg jpeg2k libav 
opencl openexr opengl openmp pch png +python qt4 qt5 testprograms threads tiff 
v4l vtk xine"
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   ?? ( qt4 qt5 )
+"
+
+# The following logic is intrinsic in the build system, but we do not enforce
+# it on the useflags since this just blocks emerging pointlessly:
+#  gtk? ( !qt4 )
+#  opengl? ( || ( gtk qt4 ) )
+#  openmp? ( !threads )
+
+RDEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   cuda? ( >=dev-util/nvidia-cuda-toolkit-5.5 )
+   ffmpeg? (
+   libav? ( media-video/libav:0= )
+   !libav? ( media-video/ffmpeg:0= )
+   )
+   gstreamer? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   )
+   gtk? (
+   dev-libs/glib:2
+   x11-libs/gtk+:2
+   opengl? ( x11-libs/gtkglext )
+   )
+   java? ( >=virtual/jre-1.6:* )
+   jpeg? ( virtual/jpeg:0 )
+   jpeg2k? ( media-libs/jasper )
+   ieee1394? (
+   media-libs/libdc1394
+   sys-libs/libraw1394
+   )
+   ipp? ( sci-libs/ipp )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr )
+   opengl? ( virtual/opengl virtual/glu )
+   png? ( media-libs/libpng:0= )
+   python? ( ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] )
+   qt4? (
+   dev-qt/qtgui:4
+   dev-qt/qttest:4
+   opengl? ( dev-qt/qtopengl:4 )
+   )
+   qt5? (
+   dev-qt/qtgui:5
+   dev-qt/qttest:5
+   dev-qt/qtconcurrent:5
+   opengl? ( dev-qt/qtopengl:5 )
+   )
+   threads? ( dev-cpp/tbb )
+   tiff? ( media-libs/tiff:0 )
+   v4l? ( >=media-libs/libv4l-0.8.3 )
+   vtk? ( sci-libs/vtk[rendering] )
+   xine? ( media-libs/xine-lib )
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   eigen? ( dev-cpp/eigen:3 )
+   java? ( >=virtual/jdk-1.6 )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.1a-libav-0.7.patch"
+   "${FILESDIR}/${PN}-2.4.3-gcc47.patch"
+   "${FILESDIR}/${PN}-2.4.2-cflags.patch"
+   "${FILESDIR}/${PN}-2.4.8-javamagic.patch"
+   "${FILESDIR}/${PN}-2.4.9-cuda-pkg-config.patch"
+   "${FILESDIR}/${P}-git-autodetect.patch"
+   )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+   java-pkg-opt-2_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   # remove bundled stuff
+   rm -rf 3rdparty || die "Removing 3rd party components failed"
+   sed -i \
+   -e '/add_subdirectory(3rdparty)/ d' \
+   CMakeLists.txt || die
+
+   java-pkg-opt-2_src_prepare
+}
+
+src_configure() {
+   if use openmp; then
+   tc-has-openmp || die "Please switch to 

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

2016-06-09 Thread Matt Thode
commit: 79ea47e48295826ab0567691fdbb0cd7812fc935
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun  9 18:11:16 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jun  9 18:11:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ea47e4

www-apps/icingaweb2: bup

Package-Manager: portage-2.2.28

 www-apps/icingaweb2/Manifest|  1 +
 www-apps/icingaweb2/icingaweb2-2.3.3.ebuild | 68 +
 2 files changed, 69 insertions(+)

diff --git a/www-apps/icingaweb2/Manifest b/www-apps/icingaweb2/Manifest
index 5399c86..353356f 100644
--- a/www-apps/icingaweb2/Manifest
+++ b/www-apps/icingaweb2/Manifest
@@ -1,2 +1,3 @@
 DIST icingaweb2-2.2.0.tar.gz 9803668 SHA256 
f240b35a4082b4835127608d0b11a27a4bf53bb0c88857344255225ce9611201 SHA512 
e07948e284e59ac16f94191607d9da88b06e9e311af9f79b3fb19e1a7d943144515d4122dae4b01d09927b586ae4ccf15cce54e47e0e784882a422d6eb434f59
 WHIRLPOOL 
32734309b65e4ed0d04b060fadeef617ec9f7da7c227c563d76ede12e5839305b3a384f0b355aa8bc6a62d1220f4bf78f2299cddcbedcc7a9f2c1b1972dc5059
 DIST icingaweb2-2.3.2.tar.gz 9812433 SHA256 
89abfec58726cadc0380897880190ece84f74f34152b1146ee7b24244337b76d SHA512 
9cdea22df385e385077321ce482662b8e6529d0eef7be64880f695718431cf80de33e9dd40d480f3f284911aa58ef0d9d50a7ed52328d63612777569f9576052
 WHIRLPOOL 
98549205b00105e8b4516cbb3a51862eb710ef2b88506d9ff259ff9fb35c844be42efa21ad9acd657261a7e651ab386feed77295f787ca9cfc8eea2fb6f75d96
+DIST icingaweb2-2.3.3.tar.gz 9822506 SHA256 
4f315f4a2099ab9562b2076e8f3e7e14562644b6cb62c9aa24adefc76b3f8f77 SHA512 
864dc6c466c77413ef1674a60edc621f68ab1c72030b832391d457a19417278f7812f6e6fb0424862ebf6bc37ff1562521987a1d05b01b090a8994a1c61907fe
 WHIRLPOOL 
671f3e14982f1618a91d4c029ebf4133ea3fc56b8bafb3fb2350b7feb1c885aae54db06fe0de7864674a6862cc0bd63fc26bd7d3d62b62e18e2c37e07ec3df81

diff --git a/www-apps/icingaweb2/icingaweb2-2.3.3.ebuild 
b/www-apps/icingaweb2/icingaweb2-2.3.3.ebuild
new file mode 100644
index 000..4b582b6
--- /dev/null
+++ b/www-apps/icingaweb2/icingaweb2-2.3.3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit depend.apache eutils multilib user
+
+DESCRIPTION="Icinga Web 2 - Frontend for icinga2"
+HOMEPAGE="http://www.icinga.org/;
+SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="apache2 ldap mysql nginx postgres"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=net-analyzer/icinga2-2.1.1
+   || (
+   
dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,pdo,postgres?,sockets,ssl,xslt,xml]
+   )
+   dev-php/pecl-imagick
+   apache2? ( >=www-servers/apache-2.4.0 )
+   nginx? ( >=www-servers/nginx-1.7.0:* )"
+RDEPEND="${DEPEND}"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+
+   enewgroup icingaweb2
+   enewgroup icingacmd
+   use nginx && usermod -a -G icingacmd,icingaweb2 nginx
+   use apache2 && usermod -a -G icingacmd,icingaweb2 apache2
+}
+
+pkg_config() {
+   if [[ -d /etc/icingaweb2 ]] ; then
+   einfo "Updating existing installation ..."
+   else
+   einfo "Running first time setup ..."
+   einfo "Creating configuration directory ..."
+   /usr/share/${PN}/bin/icingacli setup config directory
+   einfo "Creating authentication token for web setup ..."
+   /usr/share/${PN}/bin/icingacli setup token create
+   if use apache2 ; then
+   einfo "The following might be useful for your Apache2 
configuration:"
+   /usr/share/${PN}/bin/icingacli setup config webserver 
apache --document-root /usr/share/${PN}/public
+   fi
+   if use nginx ; then
+   einfo "The following might be useful for your NGinx 
configuration:"
+   /usr/share/${PN}/bin/icingacli setup config webserver 
nginx --document-root /usr/share/${PN}/public
+   fi
+   fi
+   einfo "All done."
+}
+
+src_install() {
+   insinto "/usr/share/${PN}"
+   doins -r "${S}"/*
+   fperms -R a+rX "/usr/share/${PN}/public/"
+   fperms u+x,g+x "/usr/share/${PN}/bin/icingacli"
+}
+
+pkg_postinst() {
+   einfo "Run 'emerge --config =${CATEGORY}/${PF}' to finish setup."
+}



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

2016-06-09 Thread Matt Thode
commit: 108c3a60f5cbe1a380f1b1fc7c9711380297c5fe
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Jun  9 18:10:37 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Jun  9 18:10:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108c3a60

sys-cluster/nova: bup

Package-Manager: portage-2.2.28

 sys-cluster/nova/Manifest   |   1 +
 sys-cluster/nova/nova-12.0.4.ebuild | 312 
 2 files changed, 313 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index d5a101f..b2e9b66 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,4 +1,5 @@
 DIST liberty-nova.conf.sample 134201 SHA256 
32752212c571c4a1473c3fa8bbd197a658ee54e233b4d46a157807be42997e42 SHA512 
5325a31a0fccb9898bec0a022f5430dcc1729615c8eac88a4261c403f9ecd8ce2b07d73b52f3bc2c5cbe681234b30b923adb94385aac28e08d982a8f8bfef350
 WHIRLPOOL 
6d2894160a96742551777ce397b67f332c4f2793402f4634a2cfd0005ba99fb077cf0d0306a59e4b8c7f689914860e5d7f45d838c845d6a896a66c24f0f141c0
 DIST mitaka-nova.conf.sample 36427 SHA256 
dd4c3ccab89fbe9f69df520f47d439c7ffa440d3f8b288b0ab99ac328a02ec75 SHA512 
169671bde5cb5bb89065d801f80aa0d3c664af652d9ddb0c409ed3e0af2c0b94f1dbd0ebf834849e3e75dc38972935ec65a6e533d86148a7315839597d577cad
 WHIRLPOOL 
20f95a296c3d112a532c9c5cc911d30b67472868d94bcfd52fadfd7105f9095a6b77020ca1caa6a70319548239358868d809feed363a82e4d574aceb6e5f016d
 DIST nova-12.0.3.tar.gz 5254275 SHA256 
663810ec70613cfdae01d7253a56b5ea8014a78f67a65b5e662840122faa139d SHA512 
4ab65e347cd0e05d48c5dc1501dd6142f0fb28e84334b8812e838e3a79d206f932b0319346f0e1adba42521a8b8b1c2e781e05b69711ba55b1bd9e11e947ef64
 WHIRLPOOL 
d37b767656cd9755017e195cda823ec7514933f1e13650d4fa6f797981776dcf6438dd7e5f2e9948f762241416abf6f8ec78b61033e1cecfb9e6f750108f8199
+DIST nova-12.0.4.tar.gz 5256533 SHA256 
1f35f55d7ebc9f971316d13f9a9ce3647b50cd514d60a1b1b318704550d0e7a1 SHA512 
b3c89c54685b0f34c21babbd14b7cfe3ecc3712a21654dfeecc5e7209b037c529f3647f029b6eacaf79b119be46bde5f3901c037ed940d9ad893fbc5f4910d62
 WHIRLPOOL 
4810d6ac533cf8154754d9de94d033887bcb2ae862c5e065bb2084a04dc76bb77fc5b1a8e096adbac81749f9382bed27cef98c4d6ba541c36fd6c3df9d155a31
 DIST nova-13.0.0.tar.gz 5455425 SHA256 
3506c63ae3ab6331d51b47759d55999efebf4ea25575bb3ce27e1040a073 SHA512 
653507ac6afae86f46b47bb22592d92cf40acd03cf8aa2449dfbbdf2d5e1b01709f3f78d23d429fcb35daf162a8ee1ddb91c35e4f0aa32f30572d92d8cdaf876
 WHIRLPOOL 
1a85a9bff9e7fa89d41610f74e149238275c54c4f19972efc647dda0cdcb866a840017810e6aaba71f94b99bbf0a4523fdc64fb613ec2ecf452d5beef0806ce1

diff --git a/sys-cluster/nova/nova-12.0.4.ebuild 
b/sys-cluster/nova/nova-12.0.4.ebuild
new file mode 100644
index 000..e42e775
--- /dev/null
+++ b/sys-cluster/nova/nova-12.0.4.ebuild
@@ -0,0 +1,312 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils linux-info multilib user
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova;
+SRC_URI="
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz
+   
https://dev.gentoo.org/~prometheanfire/dist/nova/liberty/nova.conf.sample -> 
liberty-nova.conf.sample"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite test"
+REQUIRED_USE="
+   !compute-only? ( || ( mysql postgres sqlite ) )
+   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
+
+CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
+# need to package dev-python/sphinxcontrib-seqdiag
+DEPEND="
+   >=dev-python/setuptools-16.0[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo
+   test? (
+   ${RDEPEND}
+   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
+   <=dev-python/coverage-4.0.3[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
+   <=dev-python/fixtures-1.4.0-r[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.2[${PYTHON_USEDEP}]
+   <=dev-python/mock-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
+   <=dev-python/mox3-0.12.0[${PYTHON_USEDEP}]
+   >=dev-python/psycopg-2.5[${PYTHON_USEDEP}]
+   <=dev-python/psycopg-2.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pymysql-0.6.2[${PYTHON_USEDEP}]
+   <=dev-python/pymysql-0.6.7[${PYTHON_USEDEP}]
+   ~dev-python/python-barbicanclient-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/python-ironicclient-0.8.0[${PYTHON_USEDEP}]
+   <=dev-python/python-ironicclient-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   <=dev-python/subunit-1.2.0[${PYTHON_USEDEP}]
+

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

2016-06-09 Thread Mike Gilbert
commit: ddefbab8715efe37c4ac708e1f6a25cf7649e460
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jun  9 17:30:19 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jun  9 17:30:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddefbab8

net-p2p/deluge: Override esetup.py

Resolves a build failure triggered by a change in distutils-r1.eclass.

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

Package-Manager: portage-2.3.0_rc1_p20

 net-p2p/deluge/deluge-1.3.12-r3.ebuild | 6 --
 net-p2p/deluge/deluge-1.3.12.ebuild| 8 +---
 net-p2p/deluge/deluge-.ebuild  | 6 --
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/net-p2p/deluge/deluge-1.3.12-r3.ebuild 
b/net-p2p/deluge/deluge-1.3.12-r3.ebuild
index 1327cd2..92b0c53 100644
--- a/net-p2p/deluge/deluge-1.3.12-r3.ebuild
+++ b/net-p2p/deluge/deluge-1.3.12-r3.ebuild
@@ -56,11 +56,13 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-_distutils-r1_create_setup_cfg() {
+esetup.py() {
# bug 531370: deluge has its own plugin system. No need to relocate its 
egg info files.
# Override this call from the distutils-r1 eclass.
# This does not respect the distutils-r1 API. DONOT copy this example.
-   :
+   set -- "${PYTHON}" setup.py "$@"
+   echo "$@"
+   "$@" || die
 }
 
 python_install_all() {

diff --git a/net-p2p/deluge/deluge-1.3.12.ebuild 
b/net-p2p/deluge/deluge-1.3.12.ebuild
index c0fec62..221f13c 100644
--- a/net-p2p/deluge/deluge-1.3.12.ebuild
+++ b/net-p2p/deluge/deluge-1.3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -55,11 +55,13 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-_distutils-r1_create_setup_cfg() {
+esetup.py() {
# bug 531370: deluge has its own plugin system. No need to relocate its 
egg info files.
# Override this call from the distutils-r1 eclass.
# This does not respect the distutils-r1 API. DONOT copy this example.
-   :
+   set -- "${PYTHON}" setup.py "$@"
+   echo "$@"
+   "$@" || die
 }
 
 python_install_all() {

diff --git a/net-p2p/deluge/deluge-.ebuild 
b/net-p2p/deluge/deluge-.ebuild
index 579b78e..e11f9c0 100644
--- a/net-p2p/deluge/deluge-.ebuild
+++ b/net-p2p/deluge/deluge-.ebuild
@@ -56,11 +56,13 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-_distutils-r1_create_setup_cfg() {
+esetup.py() {
# bug 531370: deluge has its own plugin system. No need to relocate its 
egg info files.
# Override this call from the distutils-r1 eclass.
# This does not respect the distutils-r1 API. DONOT copy this example.
-   :
+   set -- "${PYTHON}" setup.py "$@"
+   echo "$@"
+   "$@" || die
 }
 
 python_install_all() {



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

2016-06-09 Thread Sebastien Fabbro
commit: 8a4c919f8039d337b602a705d5b590ab3b844d20
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:51:58 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4c919f

dev-python/naima: fix homepage

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/naima/naima-0.7.1.ebuild 
b/dev-python/naima/naima-0.7.1.ebuild
index accceac..b0887c9 100644
--- a/dev-python/naima/naima-0.7.1.ebuild
+++ b/dev-python/naima/naima-0.7.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1 eutils
 
 DESCRIPTION="Python package for gamma-ray astronomy"
-HOMEPAGE="https://gammapy.readthedocs.org/;
+HOMEPAGE="http://naima.readthedocs.io/;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 



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

2016-06-09 Thread Sebastien Fabbro
commit: ca66f06557d65a64ec662f0ac4b1f0460a0d0206
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:54:02 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca66f065

dev-python/pyavm: remove old

Package-Manager: portage-2.3.0_rc1

 dev-python/pyavm/Manifest   |  1 -
 dev-python/pyavm/pyavm-0.9.1.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pyavm/Manifest b/dev-python/pyavm/Manifest
index c64932e..ef35c3a 100644
--- a/dev-python/pyavm/Manifest
+++ b/dev-python/pyavm/Manifest
@@ -1,2 +1 @@
-DIST PyAVM-0.9.1.tar.gz 99461 SHA256 
5b44dc29ee595849aed94af2db4fe670851a793713b1a3063bca2dee85aa415a SHA512 
e3433a44d39cd54e20abd377c5722e7157e948cfde9176cabbe5f2a6327ef2d9e94f1eb33da6276d6fac462fad8caa5991299483ae484aa15d9b96d9dc08
 WHIRLPOOL 
3b47b28685f2ffa48944bd87552a3f74282daa91444eb6a0eafb245df6292ec0f51365d76da7cde33b0d304e24ff52bd2439b1a2c150925ca6715c5f4b4af2d2
 DIST PyAVM-0.9.2.tar.gz 101071 SHA256 
4bfc4bcb820d239b09d1f9c5a4cd1a3e0fc63af71d96f884a020cb7cc0c800fa SHA512 
5e724d023ddd74ce64c3846fdb2e6310cbf8e2b9670e2bc28dd1b7978eae76f43f48a223d8e69f805aded41c569657c874d999bcb8198e0b8de7f02dbb51e7c1
 WHIRLPOOL 
d7bc41a4cde21651ad2e278d10825c5b568d184be394f31066369a43970e9828d751272dcfc56ca6d42a9ed9be54f57502d2f27308203c52ff9de6ef65c4ab7c

diff --git a/dev-python/pyavm/pyavm-0.9.1.ebuild 
b/dev-python/pyavm/pyavm-0.9.1.ebuild
deleted file mode 100644
index ca03fad..000
--- a/dev-python/pyavm/pyavm-0.9.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit distutils-r1
-
-MYPN=PyAVM
-MYP=${MYPN}-${PV}
-
-DESCRIPTION="Python module for Astronomy Visualization Metadata i/o"
-HOMEPAGE="http://astrofrog.github.io/pyavm/;
-SRC_URI="mirror://pypi/${MYPN:0:1}/${MYPN}/${MYP}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/astropy-0.2[${PYTHON_USEDEP}]"
-
-DEPEND="
-   test? (
-   >=dev-python/astropy-0.2[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MYP}"
-
-python_test() {
-   py.test || die "tests for ${EPYTHON} failed"
-}



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

2016-06-09 Thread Sebastien Fabbro
commit: 9d39bea571f430020cffbee16fb678b4fa92a65c
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:43:01 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d39bea5

dev-python/ccdproc: remove old

Package-Manager: portage-2.3.0_rc1

 dev-python/ccdproc/Manifest |  1 -
 dev-python/ccdproc/ccdproc-0.3.3.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/dev-python/ccdproc/Manifest b/dev-python/ccdproc/Manifest
index ab7771f..cee838f 100644
--- a/dev-python/ccdproc/Manifest
+++ b/dev-python/ccdproc/Manifest
@@ -1,2 +1 @@
-DIST ccdproc-0.3.3.tar.gz 646341 SHA256 
4b460deec77cd6d6f8997a544af5db091a6ab8a36383d3249dab38b0cbd2c837 SHA512 
c4733409d20dcaa2513c4c40d5205a34c31be6868774f03cddc230957c52bad33232503277fbf33396c16c05ec435646a625a32dac9c6fba4063fc52141c6521
 WHIRLPOOL 
bbad6ef6987f0bb3495271b8dd66c44492ed15a011aaf75193410d4a33df0061c507eb8b3cb7b30a050e2a7e151ad638c85f1d12ed159d219c3892d98e79e0e2
 DIST ccdproc-1.0.1.tar.gz 527849 SHA256 
fc9ccf28b518847740a7b458335c4a380e8c496f678aed1e43e2a8a3bed7e251 SHA512 
2f55bbae65aa7adbbf03e2982634a7523aed5e0afd8833a9f70783e5507683d3adb13a58e0fab9ede1a947e5e67bd58116894ffb72bf52bc8160fb51ab77
 WHIRLPOOL 
d3c17576e979f4ae5c0b1de7883e88c2da6623b61f26ea725912e2d46d1dc598192f6b5330ee1c92e88e992ba8bff8cdfd77dde2035701e4ffe01496ff2aa99a

diff --git a/dev-python/ccdproc/ccdproc-0.3.3.ebuild 
b/dev-python/ccdproc/ccdproc-0.3.3.ebuild
deleted file mode 100644
index 86206d9..000
--- a/dev-python/ccdproc/ccdproc-0.3.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Astropy affiliated package for reducing optical/IR CCD data"
-HOMEPAGE="https://github.com/astropy/ccdproc;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-
-DOCS=( README.rst )
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   sci-libs/scipy[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   esetup.py test
-}
-
-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/pyds9/

2016-06-09 Thread Sebastien Fabbro
commit: e088f2d6e4d7a04b21791fb0e695f40ea8c86bb4
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 17:14:36 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e088f2d6

dev-python/pyds9: remove old

Package-Manager: portage-2.3.0_rc1

 dev-python/pyds9/Manifest |  1 -
 dev-python/pyds9/pyds9-1.7.ebuild | 42 ---
 2 files changed, 43 deletions(-)

diff --git a/dev-python/pyds9/Manifest b/dev-python/pyds9/Manifest
index f4e0219..c6c09cc 100644
--- a/dev-python/pyds9/Manifest
+++ b/dev-python/pyds9/Manifest
@@ -1,2 +1 @@
-DIST pyds9-1.7.tar.gz 879882 SHA256 
026a86827fa93f074e2a90b9d831ba79253f312fa331f6a6a508cfa91fa81aac SHA512 
8622cf40db65228553abc2f3dea346d9c948706a2681217a9383589d4df0143c42ef859dff12689f699b0fb40806945232c336539f37eb2c78754f9779043bcb
 WHIRLPOOL 
abc2d11817519e844f61319b0ba30276a9bb48b6a3beb5e6b7c097717cc86aeeb1960f58d62a21a9ce5d4bc37c05b8cee181abc1cc12e2821a5e878d64f1f175
 DIST pyds9-1.8.1.tar.gz 899377 SHA256 
86ebc33b4f493998751a2f4a1c0141c7a4a7aee2ab01b62119bcd75bb3ca7273 SHA512 
6924ba2a1c1ccd0b3c068d4923c6a35127da744b91b97ece7d075bfde68ff49e6d24ae55869aa5e0e462f3f488db697dcdb33d217b33b6d63551286d9a95eec9
 WHIRLPOOL 
68bdbe1b10fc6c2651d20968eb8e419d1649958d4c0f70bff01ca7a9ad69fad7a8c78eaced497b6a5b0627f6de63f7390c3fdf009947faa5d25276174ea97fc7

diff --git a/dev-python/pyds9/pyds9-1.7.ebuild 
b/dev-python/pyds9/pyds9-1.7.ebuild
deleted file mode 100644
index 6b78387..000
--- a/dev-python/pyds9/pyds9-1.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 multilib
-
-XPAPV=2.1.15
-
-DESCRIPTION="Python interface to XPA to communicate with DS9"
-HOMEPAGE="http://hea-www.harvard.edu/RD/ds9/pyds9/;
-SRC_URI="http://hea-www.harvard.edu/RD/download/${PN}/${P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=x11-libs/xpa-${XPAPV}"
-RDEPEND="${DEPEND}
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/astropy[${PYTHON_USEDEP}]"
-
-DOCS=(changelog README)
-
-src_prepare() {
-   rm -r xpa-${XPAPV} || die
-   sed -i \
-   -e "/py_modules/s|\],|\])|" \
-   -e '/data_files/,$ d' \
-   setup.py || die
-   sed -i \
-   -e "s|./xpa-${XPAPV}|${EROOT%/}/usr/$(get_libdir)|" \
-   xpa.py || die
-   sed -i \
-   -e "s|sys.path|['${EROOT%/}/usr/bin']|" \
-   ds9.py || die
-   distutils-r1_src_prepare
-}



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

2016-06-09 Thread Sebastien Fabbro
commit: dc08b1fafff94981b05e2a4c552f61f6224cc204
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 17:17:06 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc08b1fa

dev-python/specutils: remove old

Package-Manager: portage-2.3.0_rc1

 dev-python/specutils/Manifest |  1 -
 dev-python/specutils/specutils-0.1.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/specutils/Manifest b/dev-python/specutils/Manifest
index f2d26c2..d7c90f1 100644
--- a/dev-python/specutils/Manifest
+++ b/dev-python/specutils/Manifest
@@ -1,2 +1 @@
-DIST specutils-0.1.tar.gz 3494885 SHA256 
b7df818eb3e41ea01e00db1ac470e9c2f24adabfb131d57d53b4c792accea1cd SHA512 
43e67c56d77bb06a1a96674755d843ba89d6da7b887f5fef8f2c190487c0a802631c9b782ca58b27216d449ee47353e9c0bf5a9cd73c2db4e5fb683f68a9c6c4
 WHIRLPOOL 
252ecab3688b26078e3b9da570c6ba5e7a137e7b5f9598074487ccec32f5c9ee7c3424afb5426c7a9b5ce6ed9d2a0825db3263882b43918a67bd24dfa05f03d1
 DIST specutils-0.2.tar.gz 3348219 SHA256 
e232013a0615105b07a388be1a5faca2b26a71ee19dcf454508229188356df98 SHA512 
ac05a795ddf3e690c7f5f7fe1a4b0340b546363ac132ce78bedc6ce364feb7418d896e18302ce391717cc507dbd37de210f5b6dfcfda2c44f9f8e0191619bace
 WHIRLPOOL 
885e8060519842652d845a5afb69fecea5768ba00d7e05877e31349a546ad80b36a132fb0e4ca6ae82b8eb9a7c49dc5180baaf245051c62f3776c74f060f35ca

diff --git a/dev-python/specutils/specutils-0.1.ebuild 
b/dev-python/specutils/specutils-0.1.ebuild
deleted file mode 100644
index 232185c..000
--- a/dev-python/specutils/specutils-0.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1
-
-DESCRIPTION="Python package for astronomy spectral operations"
-HOMEPAGE="https://photutils.readthedocs.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-DOCS=( README.rst )
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   python_setup
-   VARTEXFONTS="${T}"/fonts \
-   MPLCONFIGDIR="${BUILD_DIR}" \
-   PYTHONPATH="${BUILD_DIR}"/lib \
-   esetup.py build_sphinx
-   fi
-}
-
-python_test() {
-   esetup.py test
-}
-
-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/wcsaxes/

2016-06-09 Thread Sebastien Fabbro
commit: 3e8b390c683724aa06615043a4700a3dba2c6ae8
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 17:18:14 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:24:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8b390c

dev-python/wcsaxes: remove old

Package-Manager: portage-2.3.0_rc1

 dev-python/wcsaxes/Manifest   |  1 -
 dev-python/wcsaxes/wcsaxes-0.6.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-python/wcsaxes/Manifest b/dev-python/wcsaxes/Manifest
index 4465b4f..8c71a85 100644
--- a/dev-python/wcsaxes/Manifest
+++ b/dev-python/wcsaxes/Manifest
@@ -1,2 +1 @@
-DIST wcsaxes-0.6.tar.gz 617882 SHA256 
ab8101ff742ebba79da3ff7bf777f24fcf8275886dbb5482f0a2eb3ab6756ee4 SHA512 
6254fabc31b7c2e44dd86b0330592e01a688e36957e9d96348f7b4d305242e02e27d2363fd7ada37ad6dba292c66bbace9ea675f475388ed5545ac24cad1226c
 WHIRLPOOL 
e2f1d7b230fb7ba3982915638535258377fd450d47f3f191ba0a12aa1698050213353e315de2329e3f8ad359a76bfccdc4291e49eb6b0a4947d0f41305977100
 DIST wcsaxes-0.8.tar.gz 226456 SHA256 
3ada54586add52e70ceb5aff9257ae9c38a71d1889fe335bce3d219c5a03c672 SHA512 
77a08a99b4b3fd4f08633a10d4a3dfd6726bc1433aca2c2bdb505fd93c79a5ba3735523697c11084f0044a22a5bda345a946f5770185815f92b71b59c7fc0769
 WHIRLPOOL 
3acbba0c1c93f4d2ceeea3d4f236f7294e3eb306b7f3f8be7244aa5b7f35452cc21c072a5f054a7608238262f6cc0dde19b40f02cd9705182430fa0a6e9b0470

diff --git a/dev-python/wcsaxes/wcsaxes-0.6.ebuild 
b/dev-python/wcsaxes/wcsaxes-0.6.ebuild
deleted file mode 100644
index 42ce9b8..000
--- a/dev-python/wcsaxes/wcsaxes-0.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Framework for plotting astronomical and geospatial data"
-HOMEPAGE="http://wcsaxes.readthedocs.org;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.6-disable_mpltest.patch"
-   "${FILESDIR}/${PN}-0.6-disable_numpy_warnings_test.patch"
-)
-
-python_prepare_all() {
-   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   python_setup
-   VARTEXFONTS="${T}"/fonts \
-   MPLCONFIGDIR="${BUILD_DIR}" \
-   PYTHONPATH="${BUILD_DIR}"/lib \
-   esetup.py build_sphinx --no-intersphinx
-   fi
-}
-
-python_test() {
-   virtx esetup.py test
-}
-
-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/astroquery/

2016-06-09 Thread Sebastien Fabbro
commit: 2fdf0732a95aedb28d32507e260c959db0675f9a
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:28:24 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdf0732

dev-python/astroquery: Version bump

Package-Manager: portage-2.3.0_rc1

 dev-python/astroquery/Manifest|  1 +
 dev-python/astroquery/astroquery-0.3.2.ebuild | 60 +++
 dev-python/astroquery/metadata.xml|  9 ++--
 3 files changed, 65 insertions(+), 5 deletions(-)

diff --git a/dev-python/astroquery/Manifest b/dev-python/astroquery/Manifest
index e68dfc9..0f04dd0 100644
--- a/dev-python/astroquery/Manifest
+++ b/dev-python/astroquery/Manifest
@@ -1 +1,2 @@
 DIST astroquery-0.3.1.tar.gz 2786634 SHA256 
ad67bf4f31bc9e0c45621a19f7200d701ff7b5df2d78e9ba7095e65a2f69c50d SHA512 
e92f10dcdc4ced5c6841b35b7afc0ae645231810ae2951a04cc1c014819096bfd9296b1bc6d0f925a59e64e9011ec3f2436e36d0ec2181d271eb0aeba80906c8
 WHIRLPOOL 
ac91041f9bce69945000ded78a39992d724ce7a32937c4803daa51556c2b8ef4984c8da5b6ae1ae4b1e1747ae6ce83d13ee180bbe361b0aaa9ae6a790001
+DIST astroquery-0.3.2.tar.gz 2391386 SHA256 
06a03e38bdc8e193f8729f1b3c0ae7e2fb364187e2215d7ad2a20aef44feff3d SHA512 
445d1578cd8c86cdfdfba4cc25868c31884ef764b4617da982e24403d9d071cc80e54bd431a50da433f2775ee4dbf747129268b28cbac4438a21fd16ddad
 WHIRLPOOL 
c7227cf827d88d02b093bbf34e6b009053fa6b6dab49258e7c677fc2fec9228e39379c255ccca9b89cae932be97279107eae8a2bf292888d7f5697f8c62678a4

diff --git a/dev-python/astroquery/astroquery-0.3.2.ebuild 
b/dev-python/astroquery/astroquery-0.3.2.ebuild
new file mode 100644
index 000..51c8a0a
--- /dev/null
+++ b/dev-python/astroquery/astroquery-0.3.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of packages to access online astronomical resources"
+HOMEPAGE="https://github.com/astropy/astroquery;
+SRC_URI="https://github.com/astropy/astroquery/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc test"
+
+DOCS=( README.rst )
+
+RDEPEND="
+   dev-python/astropy[${PYTHON_USEDEP}]
+   dev-python/astropy-helpers[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+   dev-python/html5lib[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( dev-python/aplpy[${PYTHON_USEDEP}]
+   dev-python/pyregion[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
+   sed -i -e "s/= 'APLpy'/= 'aplpy'/" astroquery/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_compile_all() {
+   if use doc; then
+   python_setup
+   VARTEXFONTS="${T}"/fonts \
+   MPLCONFIGDIR="${BUILD_DIR}" \
+   PYTHONPATH="${BUILD_DIR}"/lib \
+   esetup.py build_sphinx
+   fi
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/astroquery/metadata.xml 
b/dev-python/astroquery/metadata.xml
index 224276a..ebe241d 100644
--- a/dev-python/astroquery/metadata.xml
+++ b/dev-python/astroquery/metadata.xml
@@ -6,12 +6,11 @@
 Gentoo Astronomy Project
   
   
-   Astroquery is a package containing a collection of tools to use
-   online astronomical databases. It integrates with Astropy and 
aims
-   to support many services with a uniform API.
-   
+Astroquery is a package containing a collection of tools to use
+online astronomical databases. It integrates with Astropy and aims
+to support many services with a uniform API.
+  
   
-astroquery
 astropy/astroquery
   
 



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

2016-06-09 Thread Sebastien Fabbro
commit: 1750d3847170302c99f0a639088eb397ddfa3d40
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:15:39 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1750d384

dev-python/astropy-helpers: dropping python-3.3 to sync with astropy

Package-Manager: portage-2.3.0_rc1

 dev-python/astropy-helpers/Manifest|  2 --
 .../astropy-helpers/astropy-helpers-1.0.6.ebuild   | 23 --
 .../astropy-helpers/astropy-helpers-1.1.1.ebuild   | 23 --
 .../astropy-helpers/astropy-helpers-1.1.2.ebuild   |  4 ++--
 4 files changed, 2 insertions(+), 50 deletions(-)

diff --git a/dev-python/astropy-helpers/Manifest 
b/dev-python/astropy-helpers/Manifest
index 669744a..c9dc3d6 100644
--- a/dev-python/astropy-helpers/Manifest
+++ b/dev-python/astropy-helpers/Manifest
@@ -1,3 +1 @@
-DIST astropy-helpers-1.0.6.tar.gz 126274 SHA256 
3651a854fafd0184252639775aab9776331f8ae1bbadd920169d6dc1914095e3 SHA512 
c3fa2e329094c5e319b493d2c8889b1158dfdcb8845dc978274a4333167b5069228d9c9ac585e0759b1002776d4597b2a23cf5d276d9c971122919afddb8f277
 WHIRLPOOL 
83467c958a762fb3b045b6e8e168572012ef308b6aaac7f92c5992e5207cd26efb6cbb5ce617e5701ab2c8d23f169af939052dc2bd50195b9163f3a8db5d6b3f
-DIST astropy-helpers-1.1.1.tar.gz 132083 SHA256 
2da74e8e6b08f3c378fc5f863460bc5c45f4f08e47ed2887cff0a26692aadd4b SHA512 
432580de37583b6195b6827dae46516553ceba71bfc038bb609bd59f158f3eb082925dc03f7d9b8ef10d9da68e0d40ee0fa0dc915d72ee0391d58d851a7114bf
 WHIRLPOOL 
a64b950acb452307e2f43206c2ff6d102856c0c60a7d4058a59ab8c82338692fee4e432d7dea78b865dea2401536a101713615079c3a1eafbfb4b8c034f57047
 DIST astropy-helpers-1.1.2.tar.gz 132787 SHA256 
d4ae269f7bb6f41f791334b524e788c37e07787b2a3efe9906da8d30f645824e SHA512 
28fef972c92bd988ef9456292f5f02d12d27d64fa181985fec799ebe23c472cab61ce7bcebb758c46273c2a2e8098b15ae3242b5961bf84f5ffe8e5f91e13ff8
 WHIRLPOOL 
ecbadad319cfb9e2afbb6120230ac24b59cb82e3489be54d63769681ecd22b841f5a1d58fa7ae7e4fd706b5eda761bd30b5a8b647e70205e5fab526384786e14

diff --git a/dev-python/astropy-helpers/astropy-helpers-1.0.6.ebuild 
b/dev-python/astropy-helpers/astropy-helpers-1.0.6.ebuild
deleted file mode 100644
index ef25606..000
--- a/dev-python/astropy-helpers/astropy-helpers-1.0.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helpers for Astropy and Affiliated packages"
-HOMEPAGE="https://github.com/astropy/astropy-helpers;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86 ~x86-linux"
-
-python_prepare_all() {
-   sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing 
ah_bootstrap failed"
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild 
b/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
deleted file mode 100644
index fd68055..000
--- a/dev-python/astropy-helpers/astropy-helpers-1.1.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helpers for Astropy and Affiliated packages"
-HOMEPAGE="https://github.com/astropy/astropy-helpers;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86 ~x86-linux"
-
-python_prepare_all() {
-   sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing 
ah_bootstrap failed"
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/astropy-helpers/astropy-helpers-1.1.2.ebuild 
b/dev-python/astropy-helpers/astropy-helpers-1.1.2.ebuild
index fd68055..f7cda01 100644
--- a/dev-python/astropy-helpers/astropy-helpers-1.1.2.ebuild
+++ b/dev-python/astropy-helpers/astropy-helpers-1.1.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
 
 inherit distutils-r1
 
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 python_prepare_all() {
sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing 
ah_bootstrap failed"



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

2016-06-09 Thread Sebastien Fabbro
commit: da3a113247b9a89c1f97a3d4a521bcc72f0788f7
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:46:37 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3a1132

dev-python/glueviz: remove old

Package-Manager: portage-2.3.0_rc1

 dev-python/glueviz/Manifest |  2 --
 dev-python/glueviz/glueviz-0.7.2.ebuild | 60 -
 dev-python/glueviz/glueviz-0.7.3.ebuild | 60 -
 3 files changed, 122 deletions(-)

diff --git a/dev-python/glueviz/Manifest b/dev-python/glueviz/Manifest
index babe21b..4ef2f6e 100644
--- a/dev-python/glueviz/Manifest
+++ b/dev-python/glueviz/Manifest
@@ -1,3 +1 @@
-DIST glueviz-0.7.2.tar.gz 10207092 SHA256 
97aec823e6cd0b0e9f09fd0ff8262a41c6e770f746c87ecafa425e17e950929f SHA512 
d1770b88431189ae188fe9ce2a2ea7a0cfc71dacd0a84e20d1d73e869eda281a28ec21ccab84328b4be50d03813217f42b578c2391bc2c4a49ad4bafac251705
 WHIRLPOOL 
32ea2eaaade85a69eb40d6806f85c4e9910a50028ac20f2bceb889952d4d87af0ad9dd3759b49d6e3934db91cfb05af2db1a4528cb279cbb1a4480ae04e3066a
-DIST glueviz-0.7.3.tar.gz 10208588 SHA256 
71886836b034f6b7d67666e39d4b2d0d5c4e36584f1412f4ecf3341a4e8aa673 SHA512 
1859f0711f3aff6481d0f6b5c1b29f13e75cfcf00951b50ae9e924cb4df280bdb84c00da451a15c89c7b76adcb3ee533231f2726e28c2bfa94c9c72d004faeb7
 WHIRLPOOL 
4b68bfc8e42c3b9379b8c78fb6fd2d66ed50c241171cca9b3d60aa8c1ea4cef9ca0b713e732b7c3fa3cc460dd2b4f71b4b7f766a3dda0d738f9afa00bd2ba400
 DIST glueviz-0.8.1.tar.gz 11283626 SHA256 
b7bfd5bfaddb454a233aadbf5f73b98e51b9ba31882a046ac8969ae7c1a19461 SHA512 
99cccd232d38efdce5119051f78c33192a4c1e8482f5545c7714e68680dc20abb36451da5ce79e6402cadb2590762c5811cdd06c18aa3a0b7d6baa7f7f5498af
 WHIRLPOOL 
dfbedfa7bd843e3e69d3a195404d2ecd1b20a4c7908894adfbe123d384c915f4c0efc039e332147d5c4988b193f681e546ae54cb017c8643664911c43564909e

diff --git a/dev-python/glueviz/glueviz-0.7.2.ebuild 
b/dev-python/glueviz/glueviz-0.7.2.ebuild
deleted file mode 100644
index f51bd17..000
--- a/dev-python/glueviz/glueviz-0.7.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python library to explore relationships within and among related 
datasets"
-HOMEPAGE="http://www.glueviz.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="test"
-
-# too much work to fix
-RESTRICT="test"
-
-DOCS=( README.md CHANGES.md )
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   || (
- dev-python/PyQt4[${PYTHON_USEDEP}]
- dev-python/pyside[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP}]
-  )"
-
-DEPEND="${RDEPEND}
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   esetup.py test
-}
-
-pkg_postinst() {
-   optfeature "Interactive Ipython terminal" \
-  dev-python/ipython \
-  dev-python/ipykernel \
-  dev-python/qtconsole \
-  dev-python/traitlets \
-  dev-python/pygments \
-  dev-python/zmq
-   optfeature "Parse AVM metadata" dev-python/pyavm
-   optfeature "Save ${PN} sessions" dev-python/dill
-   optfeature "Support HDF5 files" dev-python/h5py
-   optfeature "Image processing calculations" sci-libs/scipy
-   optfeature "Read popular image formats" sci-libs/scikits_image
-   optfeature "Export plots to plot.ly" dev-python/plotly
-}

diff --git a/dev-python/glueviz/glueviz-0.7.3.ebuild 
b/dev-python/glueviz/glueviz-0.7.3.ebuild
deleted file mode 100644
index f51bd17..000
--- a/dev-python/glueviz/glueviz-0.7.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python library to explore relationships within and among related 
datasets"
-HOMEPAGE="http://www.glueviz.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD MIT"
-SLOT="0"
-IUSE="test"
-
-# too much work to fix
-RESTRICT="test"
-
-DOCS=( README.md CHANGES.md )
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   

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

2016-06-09 Thread Sebastien Fabbro
commit: ff2f015609679479dc533d2cc2217d125a1ffbed
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:45:00 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff2f0156

dev-python/gammapy: remove old

Package-Manager: portage-2.3.0_rc1

 dev-python/gammapy/Manifest   |  1 -
 dev-python/gammapy/gammapy-0.3.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/gammapy/Manifest b/dev-python/gammapy/Manifest
index 80bdf5f..e4fdd24 100644
--- a/dev-python/gammapy/Manifest
+++ b/dev-python/gammapy/Manifest
@@ -1,2 +1 @@
-DIST gammapy-0.3.tar.gz 1108360 SHA256 
49d56320c34d6d0d16d2f847cbb3a538a81b1bcefdb851e163ae02ceb24205de SHA512 
95a37e54c8e4fdcae52ac96185587a881d610269a26f595a08ccf92310678b6c81b2bae65a063907af773cf4bfe1a74ffa07314f879f818268f91762e2c55614
 WHIRLPOOL 
513e05873c5cef1fd83ca3aa8d6f3ccca3500be6d27512fa35692d41d716d675f6ce0ba284aec4d595004cefaf863d6ed238892d067bc692de013dc99fa7c4dd
 DIST gammapy-0.4.tar.gz 933018 SHA256 
370c98b1078a19e4ac9721b807ea62a32c1f9ac323fd738b3b1d43cceccae2a3 SHA512 
d44e24faddbb7064c5f222e3cb59d9d4442a128dca84bb8e8e63ac4dffe6fc3be573e4252ef2a052e2e07b51efa1151639296aa8d7785437992aab0be4986155
 WHIRLPOOL 
73040d13ccc1a00f6a817b01ec0c0a0a103e480ae348588410bfb578383252381cfba81abe8d0578caa2ec02d7a07699c8b0c81079ae2d1b3b33d2619c123830

diff --git a/dev-python/gammapy/gammapy-0.3.ebuild 
b/dev-python/gammapy/gammapy-0.3.ebuild
deleted file mode 100644
index dcbc12c..000
--- a/dev-python/gammapy/gammapy-0.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python package for gamma-ray astronomy"
-HOMEPAGE="https://gammapy.readthedocs.org/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="doc test"
-DOCS=( README.rst )
-
-RDEPEND="
-   dev-python/astropy[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
-   dev-python/astropy-helpers[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i -e '/auto_use/s/True/False/' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   if use doc; then
-   python_setup
-   VARTEXFONTS="${T}"/fonts \
-   MPLCONFIGDIR="${BUILD_DIR}" \
-   PYTHONPATH="${BUILD_DIR}"/lib \
-   esetup.py build_sphinx --no-intersphinx
-   fi
-}
-
-python_test() {
-   esetup.py test
-}
-
-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/astroscrappy/

2016-06-09 Thread Sebastien Fabbro
commit: 0b8407a64ce54c740f2adba96f46a7fa5a15934b
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Thu Jun  9 16:40:25 2016 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Thu Jun  9 17:23:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8407a6

dev-python/astroscrappy: fixed metadata, was wrong package

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/astroscrappy/metadata.xml 
b/dev-python/astroscrappy/metadata.xml
index 4b2263c..e3d8690 100644
--- a/dev-python/astroscrappy/metadata.xml
+++ b/dev-python/astroscrappy/metadata.xml
@@ -6,11 +6,11 @@
 Gentoo Astronomy Project
   
   
-ccdproc is a AstroPy-affliated package for the basic reduction of
-CCD images. It provides a framework for accounting for error propagation
-and bad pixel tracking through the reduction steps.
+Astro-SCRAPPY is designed to detect cosmic rays in images (numpy arrays),
+based on Pieter van Dokkum's L.A.Cosmic algorithm. Parallelization is
+achieved using OpenMP.
   
   
-ccdproc
+astroscrappy
   
 



  1   2   >