[gentoo-commits] dev/dev-zero:master commit in: dev-python/flask-login/, dev-python/flask-sqlalchemy/files/, ...

2015-11-30 Thread Tiziano Müller
commit: c15666797a946a63d2b702806def49d6a7c90fb1
Author: Tiziano Müller  gentoo  org>
AuthorDate: Mon Nov 30 21:53:52 2015 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Mon Nov 30 21:53:52 2015 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=c1566679

dev-python/flask-{login,sqlalchemy}: add version bumps

 dev-python/flask-login/Manifest|  1 +
 dev-python/flask-login/flask-login-0.3.2.ebuild| 25 
 dev-python/flask-login/metadata.xml|  8 
 dev-python/flask-sqlalchemy/Manifest   |  1 +
 dev-python/flask-sqlalchemy/files/mapping.patch| 16 
 .../flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild   | 47 ++
 dev-python/flask-sqlalchemy/metadata.xml   | 11 +
 7 files changed, 109 insertions(+)

diff --git a/dev-python/flask-login/Manifest b/dev-python/flask-login/Manifest
new file mode 100644
index 000..da23f8e
--- /dev/null
+++ b/dev-python/flask-login/Manifest
@@ -0,0 +1 @@
+DIST Flask-Login-0.3.2.tar.gz 11799 SHA256 
e72eff5c35e5a31db1aeca1db5d2501be702674ea88e8f223b5d2b11644beee6 SHA512 
8465976e5e5350732768a4e34661609e3039d34825265d1af8808e4573f6be276338305a141966be7923f6d898df0be7617f2cff4c65471c336d1ef4b8f37788
 WHIRLPOOL 
11188b6e364f817fd1ba81fbe401a2bb853148384945130545f6ed8bdd9b9291bdb051a42f55672881064420ddca242efde2e5b456ae8927a749c22fb1db883e

diff --git a/dev-python/flask-login/flask-login-0.3.2.ebuild 
b/dev-python/flask-login/flask-login-0.3.2.ebuild
new file mode 100644
index 000..90bebc2
--- /dev/null
+++ b/dev-python/flask-login/flask-login-0.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_PN="Flask-Login"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Login session support for Flask"
+HOMEPAGE="https://pypi.python.org/pypi/Flask-Login;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-python/flask-0.10[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-python/flask-login/metadata.xml 
b/dev-python/flask-login/metadata.xml
new file mode 100644
index 000..f5a779b
--- /dev/null
+++ b/dev-python/flask-login/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   python
+   
+   Flask-Login
+   
+

diff --git a/dev-python/flask-sqlalchemy/Manifest 
b/dev-python/flask-sqlalchemy/Manifest
new file mode 100644
index 000..1722d1b
--- /dev/null
+++ b/dev-python/flask-sqlalchemy/Manifest
@@ -0,0 +1 @@
+DIST Flask-SQLAlchemy-2.1.tar.gz 95967 SHA256 
c5244de44cc85d2267115624d83faef3f9e8f088756788694f305a5d5ad137c5 SHA512 
023f3dd011a57768e921928dd3df791a54c64bb8a0cc1bb545dbb8e16dda263b730da74a0d400e5a057819830dd4cd014a642098a081c956a7ea8a2d37ec112a
 WHIRLPOOL 
8acda8985dadde8f14157e9462c3d34220e0bed8b571797aa11f3f415dfee287bfb412142a94dfe725c1d6aab17e241bead90cd1b5128d29ee9905422e58b769

diff --git a/dev-python/flask-sqlalchemy/files/mapping.patch 
b/dev-python/flask-sqlalchemy/files/mapping.patch
new file mode 100644
index 000..32bee9c
--- /dev/null
+++ b/dev-python/flask-sqlalchemy/files/mapping.patch
@@ -0,0 +1,16 @@
+diff -ur Flask-SQLAlchemy-1.0.orig/docs/conf.py 
Flask-SQLAlchemy-1.0/docs/conf.py
+--- docs/conf.py   2013-01-27 08:57:36.0 +0800
 docs/conf.py   2014-04-03 18:08:34.772268079 +0800
+@@ -224,9 +224,9 @@
+ 
+ 
+ # Example configuration for intersphinx: refer to the Python standard library.
+-intersphinx_mapping = {'http://docs.python.org/': None,
+-   'http://flask.pocoo.org/docs/': None,
+-   'http://www.sqlalchemy.org/docs/': None}
++#intersphinx_mapping = {'http://docs.python.org/': None,
++#   'http://flask.pocoo.org/docs/': None,
++#   'http://www.sqlalchemy.org/docs/': None}
+ pygments_style = 'flask_theme_support.FlaskyStyle'
+ 
+ # fall back if theme is not there

diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild 
b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild
new file mode 100644
index 000..3dc200b
--- /dev/null
+++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_PN="Flask-SQLAlchemy"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="SQLAlchemy support for Flask applications"
+HOMEPAGE="https://pypi.python.org/pypi/Flask-SQLAlchemy;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="doc"
+

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

2015-11-30 Thread Justin Lecher
commit: 4cc5b3f16fc8724966b0105102eddd042dd5187b
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon Nov 30 09:40:15 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 09:40:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc5b3f1

dev-python/nbconvert: Add missing patch

Package-Manager: portage-2.2.20.1

 .../nbconvert/files/nbconvert-4.1.0-docs-Makefile.patch  | 16 
 dev-python/nbconvert/nbconvert-4.1.0.ebuild  |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/dev-python/nbconvert/files/nbconvert-4.1.0-docs-Makefile.patch 
b/dev-python/nbconvert/files/nbconvert-4.1.0-docs-Makefile.patch
new file mode 100644
index 000..130a4af
--- /dev/null
+++ b/dev-python/nbconvert/files/nbconvert-4.1.0-docs-Makefile.patch
@@ -0,0 +1,16 @@
+nbconvert is not yet installed at time of doc generation.
+
+Patch by Marius Brehler
+--- docs/Makefile
 docs/Makefile
+@@ -61,8 +61,8 @@ source/config_options.rst:
+   @echo "Created docs for config options"
+ 
+ ipynb2rst:
+-  jupyter nbconvert --to rst source/customizing.ipynb 
--FilesWriter.build_directory=source
+-  jupyter nbconvert --to rst source/nbconvert_library.ipynb 
--FilesWriter.build_directory=source
++  ../scripts/jupyter-nbconvert --to rst source/customizing.ipynb 
--FilesWriter.build_directory=source
++  ../scripts/jupyter-nbconvert --to rst source/nbconvert_library.ipynb 
--FilesWriter.build_directory=source
+   @echo "Converted notebooks to rst"
+ 
+ dirhtml:

diff --git a/dev-python/nbconvert/nbconvert-4.1.0.ebuild 
b/dev-python/nbconvert/nbconvert-4.1.0.ebuild
index c6973b8..e57455a 100644
--- a/dev-python/nbconvert/nbconvert-4.1.0.ebuild
+++ b/dev-python/nbconvert/nbconvert-4.1.0.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-4.0.0-docs-Makefile.patch
+   "${FILESDIR}"/${P}-docs-Makefile.patch
 )
 
 RDEPEND="



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

2015-11-30 Thread Justin Lecher
commit: 5da35021420c66db6e167dcd7403dc32f7026b66
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 09:50:20 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 09:50:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da35021

Merge branch 'marbre-ipython'

* marbre-ipython:
  dev-python/nbconvert: Add missing patch

 .../nbconvert/files/nbconvert-4.1.0-docs-Makefile.patch  | 16 
 dev-python/nbconvert/nbconvert-4.1.0.ebuild  |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)



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

2015-11-30 Thread Matt Thode
commit: 222ff923efc6b27e885b588e58cf1f2c2c3d6ddf
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 30 09:53:01 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Nov 30 09:53:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=222ff923

app-admin/puppetserver: fixing ca.conf to auth.conf

Package-Manager: portage-2.2.20.1

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

diff --git a/app-admin/puppetserver/puppetserver-2.2.0.ebuild 
b/app-admin/puppetserver/puppetserver-2.2.0.ebuild
index cfc7fb3..0151a4d 100644
--- a/app-admin/puppetserver/puppetserver-2.2.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-2.2.0.ebuild
@@ -52,7 +52,7 @@ src_install() {
doins ext/config/request-logging.xml
insinto /etc/puppetlabs/puppetserver/conf.d
doins ext/config/conf.d/puppetserver.conf
-   doins ext/config/conf.d/ca.conf
+   doins ext/config/conf.d/auth.conf
doins ext/config/conf.d/global.conf
doins ext/config/conf.d/web-routes.conf
doins ext/config/conf.d/webserver.conf



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

2015-11-30 Thread Richard Farina
commit: 93cba8f583487f26c4bc1617a58e37a30b764da6
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Nov 30 16:40:07 2015 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Nov 30 16:47:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cba8f5

net-analyzer/metasploit: shorten description to make repoman happy

Package-Manager: portage-2.2.26

 net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild | 2 +-
 net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild| 2 +-
 net-analyzer/metasploit/metasploit-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild 
b/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild
index e129bac..c83ad8b 100644
--- a/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild
+++ b/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild
@@ -27,7 +27,7 @@ else
SLOT="$(get_version_component_range 1).$(get_version_component_range 2)"
 fi
 
-DESCRIPTION="Advanced open-source framework for developing, testing, and using 
vulnerability exploit code"
+DESCRIPTION="Advanced framework for developing, testing, and using 
vulnerability exploit code"
 HOMEPAGE="http://www.metasploit.org/;
 LICENSE="BSD"
 IUSE="development +java oracle +pcap test"

diff --git a/net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild 
b/net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild
index d7825c1..49ea513 100644
--- a/net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild
+++ b/net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild
@@ -27,7 +27,7 @@ else
SLOT="$(get_version_component_range 1).$(get_version_component_range 2)"
 fi
 
-DESCRIPTION="Advanced open-source framework for developing, testing, and using 
vulnerability exploit code"
+DESCRIPTION="Advanced framework for developing, testing, and using 
vulnerability exploit code"
 HOMEPAGE="http://www.metasploit.org/;
 LICENSE="BSD"
 IUSE="development +java oracle +pcap test"

diff --git a/net-analyzer/metasploit/metasploit-.ebuild 
b/net-analyzer/metasploit/metasploit-.ebuild
index 09f0089..2b04381 100644
--- a/net-analyzer/metasploit/metasploit-.ebuild
+++ b/net-analyzer/metasploit/metasploit-.ebuild
@@ -27,7 +27,7 @@ else
SLOT="$(get_version_component_range 1).$(get_version_component_range 2)"
 fi
 
-DESCRIPTION="Advanced open-source framework for developing, testing, and using 
vulnerability exploit code"
+DESCRIPTION="Advanced framework for developing, testing, and using 
vulnerability exploit code"
 HOMEPAGE="http://www.metasploit.org/;
 LICENSE="BSD"
 IUSE="development +java oracle +pcap test"



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

2015-11-30 Thread Richard Farina
commit: e7875427541f9a7e67a450034faf6c8850106a0d
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Nov 30 16:46:42 2015 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Nov 30 16:47:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7875427

net-analyzer/metasploit: adjust deps for jsobfu to please repoman

Package-Manager: portage-2.2.26

 4_p2015090201-r1.ebuild => metasploit-4.11.4_p2015090201-r2.ebuild} | 2 +-
 11.5_p2015110401.ebuild => metasploit-4.11.5_p2015110401-r1.ebuild} | 2 +-
 net-analyzer/metasploit/metasploit-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild 
b/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r2.ebuild
similarity index 99%
rename from net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild
rename to net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r2.ebuild
index c83ad8b..3756f98 100644
--- a/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r1.ebuild
+++ b/net-analyzer/metasploit/metasploit-4.11.4_p2015090201-r2.ebuild
@@ -43,7 +43,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl
dev-ruby/bcrypt-ruby
dev-ruby/builder:3
dev-ruby/bundler
-   =dev-ruby/jsobfu-0.2*
+   dev-ruby/jsobfu:0.2.1
dev-ruby/json
dev-ruby/kissfft
=dev-ruby/metasploit_data_models-1.2.5

diff --git a/net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild 
b/net-analyzer/metasploit/metasploit-4.11.5_p2015110401-r1.ebuild
similarity index 99%
rename from net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild
rename to net-analyzer/metasploit/metasploit-4.11.5_p2015110401-r1.ebuild
index 49ea513..5bf6ef1 100644
--- a/net-analyzer/metasploit/metasploit-4.11.5_p2015110401.ebuild
+++ b/net-analyzer/metasploit/metasploit-4.11.5_p2015110401-r1.ebuild
@@ -44,7 +44,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl
dev-ruby/builder:3
dev-ruby/bundler
dev-ruby/filesize
-   =dev-ruby/jsobfu-0.2*
+   dev-ruby/jsobfu:0.2.1
dev-ruby/json
dev-ruby/kissfft
dev-ruby/metasm:1.0.2

diff --git a/net-analyzer/metasploit/metasploit-.ebuild 
b/net-analyzer/metasploit/metasploit-.ebuild
index 2b04381..257f17c 100644
--- a/net-analyzer/metasploit/metasploit-.ebuild
+++ b/net-analyzer/metasploit/metasploit-.ebuild
@@ -44,7 +44,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl
dev-ruby/builder:3
dev-ruby/bundler
dev-ruby/filesize
-   =dev-ruby/jsobfu-0.3*
+   dev-ruby/jsobfu:0.3.0
dev-ruby/json
dev-ruby/kissfft
dev-ruby/metasm:1.0.2



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

2015-11-30 Thread Richard Farina
commit: 0973a816fc18efd28c18933bf96efbe6ce5d135b
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Nov 30 16:37:40 2015 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Nov 30 16:47:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0973a816

net-analyzer/metasploit: update dep for live ebuild

Package-Manager: portage-2.2.26

 net-analyzer/metasploit/metasploit-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/metasploit/metasploit-.ebuild 
b/net-analyzer/metasploit/metasploit-.ebuild
index 752821e..09f0089 100644
--- a/net-analyzer/metasploit/metasploit-.ebuild
+++ b/net-analyzer/metasploit/metasploit-.ebuild
@@ -50,7 +50,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl
dev-ruby/metasm:1.0.2
dev-ruby/metasploit_data_models:1.2.9
dev-ruby/meterpreter_bins:0.0.22
-   dev-ruby/metasploit-payloads:1.0.16
+   dev-ruby/metasploit-payloads:1.0.17
dev-ruby/metasploit-credential:1.0.1
>=dev-ruby/metasploit-concern-1.0.0:1.0
>=dev-ruby/metasploit-model-1.0.0:1.0



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

2015-11-30 Thread Richard Farina
commit: 40b288faf867ffb0e095e692fe1f2e68169f0bf1
Author: Zero_Chaos  gentoo  org>
AuthorDate: Mon Nov 30 16:35:23 2015 +
Commit: Richard Farina  gentoo  org>
CommitDate: Mon Nov 30 16:47:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b288fa

dev-ruby/metasploit-payloads: version bump for msf live

Package-Manager: portage-2.2.26

 dev-ruby/metasploit-payloads/Manifest  |  1 +
 .../metasploit-payloads-1.0.17.ebuild  | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/metasploit-payloads/Manifest 
b/dev-ruby/metasploit-payloads/Manifest
index a0a5ae3..94efc98 100644
--- a/dev-ruby/metasploit-payloads/Manifest
+++ b/dev-ruby/metasploit-payloads/Manifest
@@ -1,3 +1,4 @@
 DIST metasploit-payloads-1.0.15.gem 5249536 SHA256 
8d186c3bcf8a4537b9a96301e8cc0d847335d3cfa87ca5b2e88a6b2980eab240 SHA512 
58afa5c4bc191a05e3ec009d94d40f2d9fc5a025962088845db14aefc410340fdc7b1e30f17c75936495a43fc99576d188960bc5755dbec434d7428fbbdd495a
 WHIRLPOOL 
d136642c1de9b18e652c421ad3b9fd859b8d8850dd539d66d4c8b410e09064d7872bc06c505b01d5389d1e2ebe22ed6b3c88aa3a0f08a1578f204201c24b3438
 DIST metasploit-payloads-1.0.16.gem 11805696 SHA256 
e127930c2b6cf09c91f2a2d7ef2a215aae2dee00172606c6b8644886b932301f SHA512 
27f51db437f49d5685007e8a8762123890e6cce46b7465b2db3c070298e23bc4c440583c37da59b841a91deb100d47aa86db2d634f07ed212fbba11134c3fe47
 WHIRLPOOL 
de81c9bbc1350621c8d3711fe29056a9116b7ffc63205f336d3efe22655777264c86790aec95d26af6858e516c0a667e368c021713ac87d8d20ff08b65e2bfd2
+DIST metasploit-payloads-1.0.17.gem 11816448 SHA256 
a7dbdbe04a0af1e4ff709ddd4d5eaef71ba9b11cdaafa7f599d6f1f6c9990740 SHA512 
1158bad67ffcaa9e1664cd074e5a2db7a342a20faf687eb069ef0737e55c7b84ebe7cc3ed30fe0d6b113a039ecad0ba1102100d5d3e2cdce63dfbc6bb0277d93
 WHIRLPOOL 
5012027a4a8956a4c009798066d1166b149368715cb55259c465578df37cea53491b89ada67e452768252afd7ac48f275aafb2237a2f53e9093fd9a958314c7c
 DIST metasploit-payloads-1.0.9.gem 5248000 SHA256 
bd9eec335158dd25e579c680856f8c48aa9ba081a5d51d87a05dbb1e511087a3 SHA512 
4c08284d4b1d667f545d97e879b2581830f34d42560ba6d6ed7adf32312adc841d5fdd8b55ab4e06a196d1e313fb44fbb861ccac7790e50f88260e2def0a76ed
 WHIRLPOOL 
a398dcad94b38626d4bd3d9980d05a24ccdbc12bbd2e902dd4f78c9bcd2cf4a26c76645d989a00aec69d041d9203c5ff31e0b0f948028ac6cd06ae724d573950

diff --git a/dev-ruby/metasploit-payloads/metasploit-payloads-1.0.17.ebuild 
b/dev-ruby/metasploit-payloads/metasploit-payloads-1.0.17.ebuild
new file mode 100644
index 000..8360c06
--- /dev/null
+++ b/dev-ruby/metasploit-payloads/metasploit-payloads-1.0.17.ebuild
@@ -0,0 +1,45 @@
+# 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"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRAINSTALL="data"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Compiled binaries for Metasploit's Meterpreter"
+HOMEPAGE="https://rubygems.org/gems/metasploit-payloads;
+
+LICENSE="BSD"
+
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+#no tests
+RESTRICT="test strip"
+
+QA_PREBUILT="
+   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/msflinker_linux_x86.bin
+   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_sniffer.lso
+   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_networkpug.lso
+   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/meterpreter/ext_server_stdapi.lso
+   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs/armeabi/libndkstager.so
+   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs/mips/libndkstager.so
+   
usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs/x86/libndkstager.so
+   "
+
+src_install() {
+   ruby-ng_src_install
+   #tell revdep-rebuild to ignore binaries meant for the target
+   dodir /etc/revdep-rebuild
+   cat <<-EOF > "${ED}"/etc/revdep-rebuild/99-${PN}-${SLOT} || die
+   #These dirs contain prebuilt binaries for running on the TARGET 
not the HOST
+   
SEARCH_DIRS_MASK="/usr/lib*/ruby/gems/*/gems/${PN}-${SLOT}/data/android/libs"
+   EOF
+}



[gentoo-commits] repo/gentoo:master commit in: dev-go/godep/

2015-11-30 Thread William Hubbs
commit: d924018f95a02221bcbf57d8cb9822313a1b5473
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Nov 30 17:17:52 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Nov 30 17:17:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d924018f

dev-go/godep: remove old version

 dev-go/godep/godep-0_pre20150807.ebuild | 36 -
 1 file changed, 36 deletions(-)

diff --git a/dev-go/godep/godep-0_pre20150807.ebuild 
b/dev-go/godep/godep-0_pre20150807.ebuild
deleted file mode 100644
index 696ec9e..000
--- a/dev-go/godep/godep-0_pre20150807.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
-EGO_PN=github.com/tools/godep
-
-if [[ ${PV} = ** ]]; then
-   inherit golang-vcs
-else
-   KEYWORDS="~amd64"
-   EGIT_COMMIT=9805c4da6f
-   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-   inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="dependency tool for go"
-HOMEPAGE="https://github.com/tools/godep;
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-   # disable broken tests
-   sed -e 's:TestSave(:_\0:' \
-   -i src/${EGO_PN}/save_test.go || die
-   sed -e 's:TestUpdate(:_\0:' \
-   -i src/${EGO_PN}/update_test.go || die
-}
-
-src_install() {
-   dobin godep
-}



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

2015-11-30 Thread Agostino Sarubbo
commit: e6d853724e0bb96903ec5c3a3a482ac18ea64cfb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 16:43:56 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 16:43:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d85372

sys-kernel/git-sources: Automated version bump to 4.4_rc3

Package-Manager: portage-2.2.20.1

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-4.4_rc3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 7812c0d..73c7fd3 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-4.3.tar.xz 86920812 SHA256 
4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 
d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc
 WHIRLPOOL 
e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935
 DIST patch-4.4-rc1.xz 6387896 SHA256 
3870efdb5dfdbcb17d5a233e8e9c69156609825a3fb344b8f0fcecb92646360d SHA512 
8012aa366ae77ab9bc17d66d1912908f18624c5a7803e7acbbe0cf3fe8633517a6dc12affb47a2c90fbbfb9acd762be511b01abc16650d8c7ac526896210005f
 WHIRLPOOL 
fc8d501aceb8f9b9957e37109fafe05f666300368c60d73686ab0f1e87a21f5e8a605f23abd063b7cdf6df9ae33ccd079d2aea811444a4c5938180dcb161947d
 DIST patch-4.4-rc2.xz 6472332 SHA256 
04a2fe6ce8711a01617e459d6908bfbd7715a0e4106fbd05372e12ba7ad03158 SHA512 
c4690fa99a3e2f48de8093c3ce68605e79fdb12dde2483a5f147c43fefaa5002153f50006599a2f0b59a014265dcaf4bf16925bcea674b9a82f0ddac2cdc88ae
 WHIRLPOOL 
163b4beed95a8eb1f0068c7c2fcfa4a294fd35072dd6b48aaebc079e8720ec9aabd6fc06edd32bbd79ab28d0ba943851aa5abafd8c5a564f40dcd9ee1665f485
+DIST patch-4.4-rc3.xz 6514956 SHA256 
41b73ce54efdde419218de2ca2b1bcc2bc135b5e33ab870e28eb328fca962855 SHA512 
08ac846d999c8997b24a85b316218dc27c0f4adb5ab38186668705e1ca06cb576e198c702eaaf97cdbfce4a6f69805765b63c16c97271dd702bab05708ac7897
 WHIRLPOOL 
bf01ded5974cfa6d1d887ea558ccd8b0deae88f2d8836614d0579ca25afd6a7aec1c726ee5c01506b33835f3f5c0cea5125a452969def053fda810299704658e

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



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/numptyphysics/

2015-11-30 Thread Michael Sterrett
commit: 711ad6491879025b73dadba102ebc9e386654a40
Author: Michael Sterrett  gentoo  org>
AuthorDate: Mon Nov 30 17:34:25 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Mon Nov 30 17:34:25 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711ad649

be sure to use git-r3_src_unpack (bug #567036)

Package-Manager: portage-2.2.20.1

 games-puzzle/numptyphysics/numptyphysics-.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/games-puzzle/numptyphysics/numptyphysics-.ebuild 
b/games-puzzle/numptyphysics/numptyphysics-.ebuild
index e9fa663..b2f3fbe 100644
--- a/games-puzzle/numptyphysics/numptyphysics-.ebuild
+++ b/games-puzzle/numptyphysics/numptyphysics-.ebuild
@@ -48,6 +48,10 @@ RDEPEND="media-libs/libsdl2[opengl,video]
 DEPEND="${DEPEND}
virtual/pkgconfig"
 
+src_unpack() {
+   git-r3_src_unpack
+}
+
 src_prepare() {
append-cxxflags -std=c++11 -Isrc
epatch "${FILESDIR}"/${P}-gentoo.patch



[gentoo-commits] repo/gentoo:master commit in: sci-libs/monomer-db/, sci-libs/mmdb/, net-dns/pdns-recursor/, ...

2015-11-30 Thread Justin Lecher
commit: ca03b47381c6073de967f6d49fa1891fd7bfc111
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 15:12:06 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 15:12:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca03b473

Cleanup unused Manifest entries

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

 net-dns/pdns-recursor/Manifest  | 5 -
 sci-chemistry/coot/Manifest | 8 +---
 sci-chemistry/coot/coot-0.8.2-r1.ebuild | 5 +++--
 sci-libs/clipper/Manifest   | 1 -
 sci-libs/coot-data/Manifest | 1 -
 sci-libs/mmdb/Manifest  | 1 -
 sci-libs/monomer-db/Manifest| 1 -
 sci-libs/ssm/Manifest   | 1 -
 sys-apps/openrc/Manifest| 1 -
 www-apps/drupal/Manifest| 1 -
 10 files changed, 4 insertions(+), 21 deletions(-)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index 88d72b2..83d907d 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,7 +1,2 @@
-DIST pdns-recursor-3.6.1.tar.bz2 196460 SHA256 
e57bad320d67d08604fc6f6b7e49b5553cfb5baf3460a3e06d53ba2f7d8de396 SHA512 
cd878ed28345129bb0aca2c15a238ea5a0b5fe94e9aae1d0ae023a9a66ec4abae3667aa82e3950e46e9cdde8168878aaaeb759bb247de1841b5cff471ffb347a
 WHIRLPOOL 
c645e1cb269ad551d8a4c7f2b413e361898f1ac5561fa2ddf9a627edfe961fce8b1b84a09ea4a82a4a4f67a8f1d5fdce226a08ebacb28adf57ebbe8c1a13d3a5
-DIST pdns-recursor-3.6.2.tar.bz2 200313 SHA256 
d9abf5bb5982cee1c3ba6eaa684d2777b7c0d3f038e201dd4e7362b4652750a4 SHA512 
1476ccdb84c20dcb116b7e1d808b1cf2745acca78cd3b72a6985f19429d40af658a1ae85e8d5bc31c36c9858f76f5536b1f335e7dbfad5988db410a7931aa209
 WHIRLPOOL 
c8fb1a861276f6e18d4288f78d119e7731caaec31b040919c9b6fcc93d53b05c5c7cb75cf2aedb4c3c975f822d6a33bb12d57a1402d88dab51459906c147e319
-DIST pdns-recursor-3.6.3.tar.bz2 200302 SHA256 
6fc28c953b24710349e288bb1338d483e55ac299dcc801c62d831a66cc2aea5e SHA512 
4e15061f3776063e30f4098d655dcc8e55864976c8256d38218c8554ac7c58d820f2575f56a4c8e9559c446412fbb53c74f1cfb04b6c06bbd0d4228b459f1ce0
 WHIRLPOOL 
a51b50f44e073eb66a08216851b2a4845df16dfc73bbbde1fe1a5cf305f02afe8a0a12b5296cda27ca0b64db12177c774eea2e3731997a3c5745580552ceed55
 DIST pdns-recursor-3.6.4.tar.bz2 200278 SHA256 
b1ab90cd91b10a4888d0641b39195d5b3dc85d780a9b20c8fd95c117a1c171aa SHA512 
c803b3118f5fa75060538fcc7c5ad94458aaee2c989389a10b74f9b476d25dcd9b457e47fed1d4fb73b201b518c6d0581a5cd995db6a9b67a881a73a8e719833
 WHIRLPOOL 
fca1d9d2eb2ef6b54fff54860aa0585fdb2890bade817498d99d52e95a6ac701f6950a8fb49254c631bd9c8ef47d22735489bb4426f8cdf7c6e4f8c3c2f36257
-DIST pdns-recursor-3.7.1.tar.bz2 245155 SHA256 
e6b0d255a0d8cd023ebd63c50f453a305c649d04873859b4119745d64b8bd36d SHA512 
34f12c94ae5d6273cf6c79ad0171f49a6bae99c2ef92cd139119961a0c134863e80f145c17953e9131f80ebefba85d4a278ca64e2ac74a8814d9e2f6c5c83cd3
 WHIRLPOOL 
8324be055570bd7cadc8f2bbb0859c5444ff4fb537cf21579a40a7d0b30569d818d8341b0988aec1142b667b325321af3e9cd2ab821206de01ef9aada60d3ca7
-DIST pdns-recursor-3.7.2.tar.bz2 244582 SHA256 
1366bc1bed7c96fbd3926cf7a9e6d365c53b8a99182642debe1b2863dd015a7e SHA512 
7dd3c950e1ba5fc7a00b57ec8cfbf52a894272609c17231b88228cfc8d1f5adcdd9797ccb84ee9801da48630652dd4e93135c8a218ee75746238123a64a97274
 WHIRLPOOL 
d80d1de37c20e50ec865be926e4315411cb767af7986e376352277d3c6fa74657e9a51f6a9f91c1736f605219f7efab896f055869fb3b16414fe4c74490d0c5b
 DIST pdns-recursor-3.7.3.tar.bz2 245192 SHA256 
859ca6071147dd2e2ac1b2a5c3d5c2cbff0f5cbc501660db4259e7cbf27fea11 SHA512 
35b95130e46d04c91adc3c4676a6e5546ac25d21ec576734162764732993d876d34f0e8124b7b6934c8354c0d042ffa5ec30f138b83a9aeaafcefa3808adcf23
 WHIRLPOOL 
62bc6b2cb5d6b8350da378af1b3fdf621e5719cd07968603c57dabfdbe384f56971e45c0a757c0b654a727729de55d59798683fe92f5338fc23684d22e372c9a

diff --git a/sci-chemistry/coot/Manifest b/sci-chemistry/coot/Manifest
index 7942eee..a23c074 100644
--- a/sci-chemistry/coot/Manifest
+++ b/sci-chemistry/coot/Manifest
@@ -1,8 +1,2 @@
-DIST coot-0.7.1.tar.gz 16663581 SHA256 
2310d48f7581283ee20eeb355d5fcef90e8d36bc032684b7b47f7c61e89ea0a9 SHA512 
dad758b227231543cacd9b34ca00a0bff18bdc208c10529bbf2e504db9f17a3f1bbf610a52c21fe6046e443222667a3703dc962241debff87058ac041bbcec2e
 WHIRLPOOL 
7c57f1161016a74449a9fee1202ada82044d17d957002c67c59f2eb9776f676eb525b605a1973b9bc479e15b40df5478e3b3fad9594433fee73bfc544d5d6b52
-DIST coot-0.7.2.tar.gz 16859099 SHA256 
67fbb702559be850f3198c11038fa2c25c692ef8a284e88bbf6a0e941cf3dadd SHA512 
84ced967ab661a36ae61a529c1e7fdef121283795fe2300946277c8ba0724724a0190806434257cae01302542efd628cb57d0f35f24968b061cb04faf43daefa
 WHIRLPOOL 
ef379156fdfafc275fa953c01b81a06bf75dbf51cc84d6669fa92aef4449e507f45429ad599b455ca3b6b53f9944116adfe42e7ef50e2c56396624f3b5ea5f79
-DIST coot-0.7.tar.gz 16172237 SHA256 
e3d61d326ee906eb77081a6f646024cc6c5c92281f9508da3086fb937fb05aa2 SHA512 

[gentoo-commits] proj/mozilla:crossdev commit in: eclass/

2015-11-30 Thread Ian Stakenvicius
commit: ac3ad2440f9c79a2ad890efaa68097431be2ef84
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Nov 30 15:44:56 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Nov 30 15:44:56 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ac3ad244

only set --host when cross-compiling, don't bother with --build it doesn't make 
a difference when set

 eclass/mozconfig-v6.42.eclass | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
index 5a26067..21a68f2 100644
--- a/eclass/mozconfig-v6.42.eclass
+++ b/eclass/mozconfig-v6.42.eclass
@@ -249,11 +249,8 @@ mozconfig_config() {
# of --build, and --target intstead of --host.
# Note, mozilla also has --build but it does not do what you think it 
does.
mozconfig_annotate '' --target="${CHOST}"
-   if [[ "${CBUILD:-${CHOST}}" == "${CHOST}" ]]; then
-   # apply old --build setting when not cross-compiling
-   mozconfig_annotate '' --build="${CHOST}"
-   else
-   # set --host when cross-compiling as otherwise it won't 
subconfigure
+   if [[ "${CBUILD:-${CHOST}}" != "${CHOST}" ]]; then
+   # set --host only when cross-compiling
mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
fi
 



[gentoo-commits] proj/mozilla:crossdev commit in: eclass/

2015-11-30 Thread Ian Stakenvicius
commit: 2f29e8d6836bb415eab7b61573aaba79d8743c2a
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Sun Nov 29 22:57:43 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Nov 30 16:14:12 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=2f29e8d6

set --build=chost when not cross-compiling and set --host only when 
cross-compiling

 eclass/mozconfig-v6.42.eclass | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
index ce5d26c..5a26067 100644
--- a/eclass/mozconfig-v6.42.eclass
+++ b/eclass/mozconfig-v6.42.eclass
@@ -249,7 +249,13 @@ mozconfig_config() {
# of --build, and --target intstead of --host.
# Note, mozilla also has --build but it does not do what you think it 
does.
mozconfig_annotate '' --target="${CHOST}"
-   mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
+   if [[ "${CBUILD:-${CHOST}}" == "${CHOST}" ]]; then
+   # apply old --build setting when not cross-compiling
+   mozconfig_annotate '' --build="${CHOST}"
+   else
+   # set --host when cross-compiling as otherwise it won't 
subconfigure
+   mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
+   fi
 
if use gstreamer ; then
mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0



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

2015-11-30 Thread Ian Delaney
commit: 67f629f0a52e81af499dc1cb5ed4a9dc79af791e
Author: Ian Delaney  gentoo  org>
AuthorDate: Mon Nov 30 16:00:33 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Nov 30 16:01:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f629f0

app-emulation/xen-tools: revbumps vns. 4.5.2-r1, 4.6.0-r3

security patches (2) added from XSA-162, initally set as embargoed
security patches, publicly released today wrt the gentoo bug

Gentoo bug: #566838

Package-Manager: portage-2.2.24

 app-emulation/xen-tools/Manifest  |   1 +
 app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild | 466 +
 app-emulation/xen-tools/xen-tools-4.6.0-r3.ebuild | 476 ++
 3 files changed, 943 insertions(+)

diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest
index ae27247..a14e4c1 100644
--- a/app-emulation/xen-tools/Manifest
+++ b/app-emulation/xen-tools/Manifest
@@ -12,5 +12,6 @@ DIST xen-gentoo-patches-1.tar.xz 23044 SHA256 
dcff35bbc4b6946473c9b55ad595a5fea8
 DIST xen-gentoo-patches-4.tar.xz 23632 SHA256 
5cdb0f93ee32d0a5fc4fc7282270ace73acfdc4df694f7b29c1135180d902049 SHA512 
3006ce4cd67e80a9f79d9ba3814a64704b0d762159a439a140b1ec0a2699473cd5537950f0913b55f8f7e3d0fd2e9861f3199793120d8d2502aa3f8ef7816c8f
 WHIRLPOOL 
4a921103df2825ccd8b0481708e7cd692fa45d5aadae286c1522c144a1576920e7d3567648565bb9af85bb6bb597ea9d0ec04ea6abd2115db4caf7e739717b1a
 DIST xen-gentoo-patches-5.tar.xz 23664 SHA256 
41e23ec6fb5a4ef5a1f8746de0e33579de2c725368afed6bd2b7506df5e8c2b5 SHA512 
8370cef1aa06585e8fa8f8c6eb7f29375ac6f5a240c859ebb6982d1c1ec159c9c331c861f39838f53093cdceca24ee1b0d98c1c92874dd4113e73eb884842eac
 WHIRLPOOL 
4b65283220b66555a69b65331d3dcb8b8353fef584eb723c2a703712bc6eac57b70f500eeeffc511e75d3ab5d3a1eac8aac83133baf4c90ab498b1843764eb9f
 DIST xen-ovmf-patches-1.tar.xz 4724 SHA256 
d14e98e62c78c9f4b8a7e7b4a04de6dabf300f393eff44154d06f93aa43d7703 SHA512 
a17467762f6d92018ff9bce783ce148039f23159405e801ec2aef4c3db72c3976c6f1e41d8c2a2cb704a9654556a2050302f284cfe8e32f28f393b8e2c6d2f1c
 WHIRLPOOL 
de53ad07f20aa14fe76d974db92d5b6808f0a2dd26a627b818914990add7adad8e6135d42641819dc22947031981c5815bae5aeeed0f28785c90beda0a6ff6c8
+DIST xen-security-patches-0.tar.gz 1034 SHA256 
283dfdf73735d1ce45db7d5b9880fec378317ebda097423b36d61aa1bf2146a8 SHA512 
c15374546ddab803f1b1a2bc961f8d8b0ec04c141036f6a0c6a4d60129e23ace2d88ba6b292d6382463fa80d8bf8dbdfd788b325b1baa8a9aa5df63be26f8ed4
 WHIRLPOOL 
08fe26578f796a97e486e178a1b7b8e515e1d9797bdb868b487eabc95fa4f2063e5d08b554689fdb0392cc85643aaa22a93df197fd68729d4581c127df84fa5a
 DIST xen-security-patches-6.tar.xz 24780 SHA256 
b41422583e5f7b4c85b82d89ab66f3e0fa8de8fdb2ae42aa3da40822e9507ef5 SHA512 
c58831eb5e26a78a3072623b83bad125ddd4cd67c0075a708be81a7f50ee936cd2e5832a9b88129e11ec81ebafc9cfbc339fb8296d6f4b44c04630b349c4a621
 WHIRLPOOL 
edecaefef0b6dd1a10c479362362640d9bd7a43623085c1f20b1171c65746220d7fdfd0e20892f60ea7d2f6052389da2a1d3c0179a88d7c4d52b3aa33cbef05e
 DIST xen-security-patches-7.tar.xz 22604 SHA256 
e831c71f830316f452eb8645a5e7ca497264587aa8b353945fd9535f485166e3 SHA512 
051769f4118f5c6d5d961759f547526d3fb0e86a4c1dee265a7f0224f10a88e2217b5b5fcf8dbfc706a1ec3c8d1632ab688d3f70dfd89d830261dc7391dd41c2
 WHIRLPOOL 
8e6dfb4e1700a07e3e3207b67afaddc5d6aa6fd84db9b3e76bd9ff54f682740fed01070e5860bb5378d50903d5777b55dff88eb3444d45bdd63dba657889393d

diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild 
b/app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild
new file mode 100644
index 000..a5e4b14
--- /dev/null
+++ b/app-emulation/xen-tools/xen-tools-4.5.2-r1.ebuild
@@ -0,0 +1,466 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MY_PV=${PV/_/-}
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='xml,threads'
+
+if [[ $PV == * ]]; then
+   KEYWORDS=""
+   REPO="xen-unstable.hg"
+   EHG_REPO_URI="http://xenbits.xensource.com/${REPO};
+   S="${WORKDIR}/${REPO}"
+   live_eclass="mercurial"
+else
+   KEYWORDS="~amd64 ~arm ~arm64 -x86"
+   UPSTREAM_VER=
+   SECURITY_VER=7
+   # xen-tools's gentoo patches tarball
+   GENTOO_VER=4
+   # xen-tools's gentoo patches version which apply to this specific ebuild
+   GENTOO_GPV=0
+   # xen-tools ovmf's patches
+   OVMF_VER=1
+
+   SEABIOS_VER=1.7.5
+   OVMF_PV=20150629
+
+   [[ -n ${UPSTREAM_VER} ]] && \
+   
UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz;
+   [[ -n ${SECURITY_VER} ]] && \
+   
SECURITY_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz;
+   [[ -n ${GENTOO_VER} ]] && \
+   
GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz;
+   [[ -n ${OVMF_VER} ]] && \
+   

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

2015-11-30 Thread Ian Stakenvicius
commit: e8b634e0f455ae8bf65b34a6c13465f783b7ec6a
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Nov 30 16:15:22 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Nov 30 16:15:22 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e8b634e0

added nss.m4 patch to allow firefox-43 to be cross-compiled

 www-client/firefox/firefox-43.0_beta7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-client/firefox/firefox-43.0_beta7.ebuild 
b/www-client/firefox/firefox-43.0_beta7.ebuild
index 8b97558..d92b2ee 100644
--- a/www-client/firefox/firefox-43.0_beta7.ebuild
+++ b/www-client/firefox/firefox-43.0_beta7.ebuild
@@ -149,6 +149,7 @@ src_prepare() {
8011_bug1194520-freetype261_until_moz43.patch" \
epatch "${WORKDIR}/firefox"
epatch "${FILESDIR}"/jit-none.patch
+   epatch "${FILESDIR}"/nss.m4.pkg-config.patch
 
# Allow user to apply any additional patches without modifing ebuild
epatch_user



[gentoo-commits] proj/mozilla:crossdev commit in: www-client/firefox/, www-client/seamonkey/, mail-client/thunderbird/files/, ...

2015-11-30 Thread Ian Stakenvicius
commit: 6619663d637fe7fc61d941b745a235e6185c1ccd
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Fri Nov 27 18:27:42 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Nov 30 16:14:12 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=6619663d

ebuild and eclass reworking for cross-compile and other improvements

 eclass/mozconfig-v6.38.eclass  | 15 +++---
 eclass/mozconfig-v6.42.eclass  | 15 +++---
 eclass/mozcoreconf-v3.eclass   | 18 +++-
 .../thunderbird/files/nss.m4.pkg-config.patch  | 33 +
 mail-client/thunderbird/thunderbird-38.4.0.ebuild  |  9 +---
 www-client/firefox/files/nss.m4.pkg-config.patch   | 33 +
 www-client/firefox/firefox-42.0-r2.ebuild  | 24 +-
 www-client/seamonkey/Manifest  | 54 --
 www-client/seamonkey/files/nss.m4.pkg-config.patch | 33 +
 www-client/seamonkey/seamonkey-2.35.ebuild | 20 +++-
 www-client/seamonkey/seamonkey-2.39.ebuild | 27 +++
 11 files changed, 149 insertions(+), 132 deletions(-)

diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
index f7b4d9b..f2eb100 100644
--- a/eclass/mozconfig-v6.38.eclass
+++ b/eclass/mozconfig-v6.38.eclass
@@ -193,10 +193,10 @@ mozconfig_config() {
fi
 
# These are enabled by default in all mozilla applications
-   mozconfig_annotate '' --with-system-nspr 
--with-nspr-prefix="${EPREFIX}"/usr
-   mozconfig_annotate '' --with-system-nss 
--with-nss-prefix="${EPREFIX}"/usr
-   mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include 
--x-libraries="${EPREFIX}"/usr/$(get_libdir)
-   mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr
+   mozconfig_annotate '' --with-system-nspr 
--with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr
+   mozconfig_annotate '' --with-system-nss 
--with-nss-prefix="${SYSROOT}${EPREFIX}"/usr
+   mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include 
--x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir)
+   mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
mozconfig_annotate '' --prefix="${EPREFIX}"/usr
mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir)
mozconfig_annotate 'Gentoo default' --enable-system-hunspell
@@ -219,8 +219,11 @@ mozconfig_config() {
mozconfig_annotate '' --enable-replace-malloc
fi
 
-   mozconfig_annotate '' --target="${CTARGET:-${CHOST}}"
-   mozconfig_annotate '' --build="${CTARGET:-${CHOST}}"
+   # Instead of the standard --build= and --host=, mozilla uses --host 
instead
+   # of --build, and --target intstead of --host.
+   # Note, mozilla also has --build but it does not do what you think it 
does.
+   mozconfig_annotate '' --target="${CHOST}"
+   mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
 
if use gstreamer ; then
mozconfig_annotate '+gstreamer' --enable-gstreamer=1.0

diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
index 7ed7283..ce5d26c 100644
--- a/eclass/mozconfig-v6.42.eclass
+++ b/eclass/mozconfig-v6.42.eclass
@@ -219,10 +219,10 @@ mozconfig_config() {
fi
 
# These are enabled by default in all mozilla applications
-   mozconfig_annotate '' --with-system-nspr 
--with-nspr-prefix="${EPREFIX}"/usr
-   mozconfig_annotate '' --with-system-nss 
--with-nss-prefix="${EPREFIX}"/usr
-   mozconfig_annotate '' --x-includes="${EPREFIX}"/usr/include 
--x-libraries="${EPREFIX}"/usr/$(get_libdir)
-   mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr
+   mozconfig_annotate '' --with-system-nspr 
--with-nspr-prefix="${SYSROOT}${EPREFIX}"/usr
+   mozconfig_annotate '' --with-system-nss 
--with-nss-prefix="${SYSROOT}${EPREFIX}"/usr
+   mozconfig_annotate '' --x-includes="${SYSROOT}${EPREFIX}"/usr/include 
--x-libraries="${SYSROOT}${EPREFIX}"/usr/$(get_libdir)
+   mozconfig_annotate '' --with-system-libevent="${SYSROOT}${EPREFIX}"/usr
mozconfig_annotate '' --prefix="${EPREFIX}"/usr
mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir)
mozconfig_annotate 'Gentoo default' --enable-system-hunspell
@@ -245,8 +245,11 @@ mozconfig_config() {
mozconfig_annotate '' --enable-replace-malloc
fi
 
-   mozconfig_annotate '' --target="${CTARGET:-${CHOST}}"
-   mozconfig_annotate '' --build="${CTARGET:-${CHOST}}"
+   # Instead of the standard --build= and --host=, mozilla uses --host 
instead
+   # of --build, and --target intstead of --host.
+   # Note, mozilla also has --build but it does not do what you think it 
does.
+   mozconfig_annotate '' --target="${CHOST}"
+   mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
 
if use gstreamer ; then

[gentoo-commits] proj/mozilla:crossdev commit in: eclass/

2015-11-30 Thread Ian Stakenvicius
commit: 3dd553a1e6de591bf3adf1ef5a74f89201c144bb
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Nov 30 15:44:56 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Nov 30 16:14:12 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=3dd553a1

only set --host when cross-compiling, don't bother with --build it doesn't make 
a difference when set

 eclass/mozconfig-v6.42.eclass | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
index 5a26067..21a68f2 100644
--- a/eclass/mozconfig-v6.42.eclass
+++ b/eclass/mozconfig-v6.42.eclass
@@ -249,11 +249,8 @@ mozconfig_config() {
# of --build, and --target intstead of --host.
# Note, mozilla also has --build but it does not do what you think it 
does.
mozconfig_annotate '' --target="${CHOST}"
-   if [[ "${CBUILD:-${CHOST}}" == "${CHOST}" ]]; then
-   # apply old --build setting when not cross-compiling
-   mozconfig_annotate '' --build="${CHOST}"
-   else
-   # set --host when cross-compiling as otherwise it won't 
subconfigure
+   if [[ "${CBUILD:-${CHOST}}" != "${CHOST}" ]]; then
+   # set --host only when cross-compiling
mozconfig_annotate '' --host="${CBUILD:-${CHOST}}"
fi
 



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

2015-11-30 Thread Jeroen Roovers
commit: 7885ec895b26b001127f1eadbb5f0aab999c427b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 30 15:57:18 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 30 15:57:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7885ec89

app-admin/syslog-ng: Stable for HPPA PPC64 (bug #567000).

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

 app-admin/syslog-ng/syslog-ng-3.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/syslog-ng/syslog-ng-3.7.2.ebuild 
b/app-admin/syslog-ng/syslog-ng-3.7.2.ebuild
index ced356e..3e0aad1 100644
--- a/app-admin/syslog-ng/syslog-ng-3.7.2.ebuild
+++ b/app-admin/syslog-ng/syslog-ng-3.7.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/balabit/syslog-ng/releases/download/${P}/${P}.tar.gz
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
 IUSE="amqp caps dbi geoip ipv6 json libressl mongodb pacct python redis smtp 
spoof-source systemd tcpd"
 RESTRICT="test"
 



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

2015-11-30 Thread Jeroen Roovers
commit: 6771dd76e385ae83a35e377080b96a5c1731de2e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Nov 30 15:58:54 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Nov 30 15:58:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6771dd76

net-p2p/bittornado: Mark ~hppa (bug #566924).

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

 net-p2p/bittornado/bittornado-0.3.18-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bittornado/bittornado-0.3.18-r3.ebuild 
b/net-p2p/bittornado/bittornado-0.3.18-r3.ebuild
index 78b6ee5..65f330d 100644
--- a/net-p2p/bittornado/bittornado-0.3.18-r3.ebuild
+++ b/net-p2p/bittornado/bittornado-0.3.18-r3.ebuild
@@ -20,7 +20,7 @@ 
SRC_URI="http://download2.bittornado.com/download/${MY_P}.tar.gz;
 LICENSE="MIT"
 SLOT="0"
 
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"



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

2015-11-30 Thread Ian Stakenvicius
commit: 46a7beff9c65976bccd3ef07a8ad98c9c4ddf213
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Mon Nov 30 16:13:39 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Mon Nov 30 16:13:39 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=46a7beff

added patch to fix USE=-jit builds

 www-client/firefox/files/jit-none.patch  | 135 +++
 www-client/firefox/firefox-43.0_beta7.ebuild |   1 +
 2 files changed, 136 insertions(+)

diff --git a/www-client/firefox/files/jit-none.patch 
b/www-client/firefox/files/jit-none.patch
new file mode 100644
index 000..7da33d7
--- /dev/null
+++ b/www-client/firefox/files/jit-none.patch
@@ -0,0 +1,135 @@
+
+# HG changeset patch
+# User Steve Singer 
+# Date 1443349020 -7200
+# Node ID aa7e651a038a95c1f2eba8d869d66fb568c8b88c
+# Parent  c634c30551b04b8d214e7ae54c79af8d87b24445
+Bug 1208867 - Add xxx64 operations to MacroAssembler-none. r=sstangl
+
+diff --git a/js/src/jit/none/Lowering-none.h b/js/src/jit/none/Lowering-none.h
+--- a/js/src/jit/none/Lowering-none.h
 b/js/src/jit/none/Lowering-none.h
+@@ -82,16 +82,17 @@ class LIRGeneratorNone : public LIRGener
+ 
+ LTableSwitch* newLTableSwitch(LAllocation, LDefinition, MTableSwitch*) { 
MOZ_CRASH(); }
+ LTableSwitchV* newLTableSwitchV(MTableSwitch*) { MOZ_CRASH(); }
+ void visitSimdSelect(MSimdSelect* ins) { MOZ_CRASH(); }
+ void visitSimdSplatX4(MSimdSplatX4* ins) { MOZ_CRASH(); }
+ void visitSimdValueX4(MSimdValueX4* lir) { MOZ_CRASH(); }
+ void visitSubstr(MSubstr*) { MOZ_CRASH(); }
+ void visitSimdBinaryArith(js::jit::MSimdBinaryArith*) { MOZ_CRASH(); }
++void visitRandom(js::jit::MRandom*) { MOZ_CRASH(); }
+ 
+ };
+ 
+ typedef LIRGeneratorNone LIRGeneratorSpecific;
+ 
+ } // namespace jit
+ } // namespace js
+ 
+diff --git a/js/src/jit/none/MacroAssembler-none.h 
b/js/src/jit/none/MacroAssembler-none.h
+--- a/js/src/jit/none/MacroAssembler-none.h
 b/js/src/jit/none/MacroAssembler-none.h
+@@ -233,20 +233,22 @@ class MacroAssemblerNone : public Assemb
+ void testObjectSet(Condition, ValueOperand, Register) { MOZ_CRASH(); }
+ void testUndefinedSet(Condition, ValueOperand, Register) { MOZ_CRASH(); }
+ 
+ template  void cmpPtrSet(Condition, T, S, 
Register) { MOZ_CRASH(); }
+ template  void cmp32Set(Condition, T, S, 
Register) { MOZ_CRASH(); }
+ 
+ template  void add32(T, S) { MOZ_CRASH(); }
+ template  void addPtr(T, S) { MOZ_CRASH(); }
++template  void add64(T, S) { MOZ_CRASH(); }
+ template  void sub32(T, S) { MOZ_CRASH(); }
+ template  void subPtr(T, S) { MOZ_CRASH(); }
+ void neg32(Register) { MOZ_CRASH(); }
+ void mulBy3(Register, Register) { MOZ_CRASH(); }
++void mul64(Imm64, const Register64&) { MOZ_CRASH(); }
+ 
+ void negateDouble(FloatRegister) { MOZ_CRASH(); }
+ void addDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); }
+ void subDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); }
+ void mulDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); }
+ void divDouble(FloatRegister, FloatRegister) { MOZ_CRASH(); }
+ 
+ template  void branch32(Condition, T, S, Label*) 
{ MOZ_CRASH(); }
+@@ -254,22 +256,24 @@ class MacroAssemblerNone : public Assemb
+ template  void branchAdd32(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchSub32(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchPtr(Condition, T, S, Label*) 
{ MOZ_CRASH(); }
+ template  void branchTestPtr(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchDouble(DoubleCondition, T, 
S, Label*) { MOZ_CRASH(); }
+ template  void branchFloat(DoubleCondition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void branchPrivatePtr(Condition, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void decBranchPtr(Condition, T, S, 
Label*) { MOZ_CRASH(); }
++template  void branchTest64(Condition, T, T, S, 
Label*) { MOZ_CRASH(); }
+ template  void mov(T, S) { MOZ_CRASH(); }
+ template  void movq(T, S) { MOZ_CRASH(); }
+ template  void movePtr(T, S) { MOZ_CRASH(); }
+ template  void move32(T, S) { MOZ_CRASH(); }
+ template  void moveFloat32(T, S) { MOZ_CRASH(); }
+ template  void moveDouble(T, S) { MOZ_CRASH(); }
++template  void move64(T, S) { MOZ_CRASH(); }
+ template  CodeOffsetLabel movWithPatch(T, Register) { 
MOZ_CRASH(); }
+ 
+ template  void loadInt32x1(T, FloatRegister dest) { 
MOZ_CRASH(); }
+ template  void loadInt32x2(T, FloatRegister dest) { 
MOZ_CRASH(); }
+ template  void loadInt32x3(T, FloatRegister dest) { 
MOZ_CRASH(); }
+ template  void loadFloat32x3(T, FloatRegister dest) { 
MOZ_CRASH(); }
+ 
+ template  void loadPtr(T, Register) { MOZ_CRASH(); }
+@@ -280,32 +284,34 @@ class MacroAssemblerNone : public Assemb
+ template  void loadUnalignedInt32x4(T, FloatRegister) { 
MOZ_CRASH(); }
+ template  void 

[gentoo-commits] repo/gentoo: New branch: systemd-eapi6

2015-11-30 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 30 14:56:32 2015 +

New branch: systemd-eapi6




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

2015-11-30 Thread Michael Palimaka
commit: 2210a522314be8a2030d8d8d1ce2a479b6b8c5cf
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 18:40:17 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 18:40:17 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2210a522

kde-apps/kteatime: force handbook to be optional

Package-Manager: portage-2.2.26

 kde-apps/kteatime/kteatime-15.08.2.ebuild   | 2 +-
 kde-apps/kteatime/kteatime-15.08.3.ebuild   | 2 +-
 kde-apps/kteatime/kteatime-15.12.49..ebuild | 2 +-
 kde-apps/kteatime/kteatime-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kteatime/kteatime-15.08.2.ebuild 
b/kde-apps/kteatime/kteatime-15.08.2.ebuild
index 17c5b47..e12e26c 100644
--- a/kde-apps/kteatime/kteatime-15.08.2.ebuild
+++ b/kde-apps/kteatime/kteatime-15.08.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE timer for making a fine cup of tea"

diff --git a/kde-apps/kteatime/kteatime-15.08.3.ebuild 
b/kde-apps/kteatime/kteatime-15.08.3.ebuild
index ca020a9..2117d6e 100644
--- a/kde-apps/kteatime/kteatime-15.08.3.ebuild
+++ b/kde-apps/kteatime/kteatime-15.08.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE timer for making a fine cup of tea"

diff --git a/kde-apps/kteatime/kteatime-15.12.49..ebuild 
b/kde-apps/kteatime/kteatime-15.12.49..ebuild
index 23f4802..b61a7c9 100644
--- a/kde-apps/kteatime/kteatime-15.12.49..ebuild
+++ b/kde-apps/kteatime/kteatime-15.12.49..ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE timer for making a fine cup of tea"

diff --git a/kde-apps/kteatime/kteatime-.ebuild 
b/kde-apps/kteatime/kteatime-.ebuild
index 23f4802..b61a7c9 100644
--- a/kde-apps/kteatime/kteatime-.ebuild
+++ b/kde-apps/kteatime/kteatime-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE timer for making a fine cup of tea"



[gentoo-commits] sites/www:master commit in: _data/

2015-11-30 Thread Alex Legler
commit: b78e2561c2d5f3260d714000981817cfc928c7bf
Author: Alex Legler  a3li  li>
AuthorDate: Mon Nov 30 19:11:00 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Mon Nov 30 19:11:00 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=b78e2561

Fix sponsor links

 _data/ads.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_data/ads.yaml b/_data/ads.yaml
index 1cb69dd..4148ca9 100644
--- a/_data/ads.yaml
+++ b/_data/ads.yaml
@@ -56,10 +56,10 @@ active:
   - name: "Tek Alchemy"
 img: "tek-alchemy.png"
 alt: "Tek Alchemy"
-url: "http://www.tek.net/;
+link: "http://www.tek.net/;
 weight: 5
   - name: "FINANZCHECK"
 img: "finanzcheck.png"
 alt: "www.finanzcheck.de"
-url: "https://www.finanzcheck.de/;
+link: "https://www.finanzcheck.de/;
 weight: 5



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

2015-11-30 Thread Michael Palimaka
commit: ef72b5e8048ce1041fc836f30fca368061664455
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 17:31:25 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 17:33:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef72b5e8

media-video/kaffeine: backport patch from upstream solving build failure with 
>=dev-util/cmake-3.4.0

Gentoo-bug: 567112

Package-Manager: portage-2.2.26

 .../kaffeine/files/kaffeine-1.3.1-cmake34.patch| 26 ++
 media-video/kaffeine/kaffeine-1.2.2-r1.ebuild  |  5 -
 media-video/kaffeine/kaffeine-1.3.1.ebuild |  2 +-
 3 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/media-video/kaffeine/files/kaffeine-1.3.1-cmake34.patch 
b/media-video/kaffeine/files/kaffeine-1.3.1-cmake34.patch
new file mode 100644
index 000..a8c31f1
--- /dev/null
+++ b/media-video/kaffeine/files/kaffeine-1.3.1-cmake34.patch
@@ -0,0 +1,26 @@
+From 4a1a90ee1b2b4d13302046f043adf1c2a1de758d Mon Sep 17 00:00:00 2001
+From: Raphael Kubo da Costa 
+Date: Thu, 26 Nov 2015 15:36:26 +0100
+Subject: [PATCH] Explicitly include CheckIncludeFiles.
+
+This fixes the build with CMake 3.4.0. We were calling check_include_files()
+and implicitly relying on CheckIncludeFiles being included.
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index d9be8db..b74b44d 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -21,6 +21,7 @@ if(STRICT_BUILD)
+   -DQT_NO_URL_CAST_FROM_STRING -DQT_STRICT_ITERATORS)
+ endif(STRICT_BUILD)
+ 
++include(CheckIncludeFiles)
+ check_include_files(${CMAKE_CURRENT_SOURCE_DIR}/include/frontend.h HAVE_DVB)
+ 
+ if(NOT HAVE_DVB)
+-- 
+2.4.10
+

diff --git a/media-video/kaffeine/kaffeine-1.2.2-r1.ebuild 
b/media-video/kaffeine/kaffeine-1.2.2-r1.ebuild
index 4abb844..ac31d8c 100644
--- a/media-video/kaffeine/kaffeine-1.2.2-r1.ebuild
+++ b/media-video/kaffeine/kaffeine-1.2.2-r1.ebuild
@@ -28,7 +28,10 @@ RDEPEND="${DEPEND}"
 
 DOCS=( Changelog NOTES )
 
-PATCHES=( "${FILESDIR}/${PN}-1.2.2-gcc4.7.patch" )
+PATCHES=(
+   "${FILESDIR}/${PN}-1.2.2-gcc4.7.patch"
+   "${FILESDIR}/${PN}-1.3.1-cmake34.patch"
+)
 
 src_configure() {
local mycmakeargs=(

diff --git a/media-video/kaffeine/kaffeine-1.3.1.ebuild 
b/media-video/kaffeine/kaffeine-1.3.1.ebuild
index f08f140..20278dc 100644
--- a/media-video/kaffeine/kaffeine-1.3.1.ebuild
+++ b/media-video/kaffeine/kaffeine-1.3.1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}"
 
 DOCS=( Changelog NOTES )
 
-PATCHES=( )
+PATCHES=( "${FILESDIR}/${P}-cmake34.patch" )
 
 src_configure() {
local mycmakeargs=(



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

2015-11-30 Thread Dirkjan Ochtman
commit: 15d5c1546cb6a21f9994bb0dd0a89880a55fbddf
Author: Dirkjan Ochtman  gentoo  org>
AuthorDate: Mon Nov 30 17:43:18 2015 +
Commit: Dirkjan Ochtman  gentoo  org>
CommitDate: Mon Nov 30 17:43:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d5c154

www-apps/trac: version bump to 1.0.9 (fixes bug 566812)

Package-Manager: portage-2.2.20.1

 www-apps/trac/Manifest  |   1 +
 www-apps/trac/trac-1.0.9.ebuild | 129 
 2 files changed, 130 insertions(+)

diff --git a/www-apps/trac/Manifest b/www-apps/trac/Manifest
index ca1f0f0..bd0b5f6 100644
--- a/www-apps/trac/Manifest
+++ b/www-apps/trac/Manifest
@@ -1,3 +1,4 @@
 DIST Trac-1.0.4.tar.gz 3579886 SHA256 
a1d564c5b612306856dd26851270b12fbba91bab1bc146b66d4cc248be1a172e SHA512 
1186c3d36b7b8eae6595dcf5dfc30aed9302d46dae2019da8178a2656065fd5675683331474118f3da47f9ba75fd213ad1964bad29c7892423ab1fa7371a8131
 WHIRLPOOL 
2be04e6a683f88923b2f9b09fdee4b5de24779f399f32763674512f71f4f03e72b74592e0dc49e6693dc1c6c1c4ebdfb680eac72146b9fdb3735db50a5e8c9fb
 DIST Trac-1.0.5.tar.gz 3587954 SHA256 
65b191f5eeb9590d2f8cd5d9e11155669947d2241d754ce55aa7e9eef65e5578 SHA512 
445172bca990837492f79a11a0df18bb457e3930116a274213078d4bcd5dd44beded655b9f6ed2f93cb5b991530131a06628603879b56f2a390bf7d3822abed2
 WHIRLPOOL 
3fffaaead5ef61fd4655fc7f13bf9f3c00171249aa271a2d5f9312cd68df7031c51dd564bbe3b8ceed18dac0ac8045bed65c87f7c6e64963d9509ffd3c7f06ca
 DIST Trac-1.0.6.post2.tar.gz 3638718 SHA256 
aefae1b4b6de37f6fb105e03d304a125cdbccbf632ba5ade15804c470f3aedcb SHA512 
f8f6b086710a992d37e63bcc59f1cbc2b763cb36f8deacd9f459cccd860f0eb2f0bb41091914807ad93a607d1c3f7154a240322e61b1f89fbebd1624f57bf25b
 WHIRLPOOL 
301926fece71c5d2fe04298fd9e4b9e260903c77dee2ecc60fd8e6c194284ed1475e41eef7a80c7387375db91e8d1239ee8e2bac0d410d1475da52d14edc4c77
+DIST Trac-1.0.9.tar.gz 3642845 SHA256 
9ed3f0a2039c46132d10f35c211f9f6ee953339cc08492a41d1bf8741d6eebfa SHA512 
af429db720049ab344ce3c3b430dcf0ab7530013f59ccd2334633de9babc3f31b14829b9b5aa48aa05f614ca72d1d557953c58bbfb93faae2267afeac72e6304
 WHIRLPOOL 
4005102b1109aac94728d22151c2192a38f9ab91af0227a24dff1a2e2097e67ceafa0cef0f307f1a1ddb1999c109d142bbb739107d4047dc296e6a8396a9427a

diff --git a/www-apps/trac/trac-1.0.9.ebuild b/www-apps/trac/trac-1.0.9.ebuild
new file mode 100644
index 000..d9602aa
--- /dev/null
+++ b/www-apps/trac/trac-1.0.9.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE='sqlite?'
+
+DISTUTILS_SINGLE_IMPL=Yes
+
+inherit distutils-r1 eutils user webapp
+
+MY_PV=${PV/_p/.post}
+MY_P=Trac-${MY_PV}
+
+DESCRIPTION="Trac is a minimalistic web-based project management, wiki and 
bug/issue tracking system"
+HOMEPAGE="http://trac.edgewall.com/ https://pypi.python.org/pypi/Trac;
+SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite 
subversion test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/genshi[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   i18n? ( >=dev-python/Babel-0.9.5[${PYTHON_USEDEP}] )
+   highlight? (
+   || (
+   dev-python/pygments[${PYTHON_USEDEP}]
+   app-text/silvercity
+   app-text/pytextile
+   app-text/enscript
+   )
+   )
+   restructuredtext? ( dev-python/docutils[${PYTHON_USEDEP}] )
+   cgi? ( virtual/httpd-cgi )
+   fastcgi? ( virtual/httpd-fastcgi )
+   mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
+   sqlite? ( >=dev-db/sqlite-3.3.4:3 )
+   subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] )
+   "
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/twill[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+WEBAPP_MANUAL_SLOT="yes"
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+   webapp_pkg_setup
+
+   enewgroup tracd
+   enewuser tracd -1 -1 -1 tracd
+}
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+}
+
+src_test() {
+   distutils-r1_src_test
+}
+
+python_test() {
+   PYTHONPATH=. "${PYTHON}" trac/test.py || die "Tests fail with 
${EPYTHON}"
+}
+
+python_test_all() {
+   if use i18n; then
+   make check
+   fi
+}
+
+python_install() {
+   if use cgi; then
+   python_scriptinto "${MY_CGIBINDIR}"
+   python_doscript contrib/cgi-bin/trac.cgi
+   fi
+   if use fastcgi; then
+   python_scriptinto 

[gentoo-commits] proj/openrc:0.18.x commit in: init.d/

2015-11-30 Thread William Hubbs
commit: a94de51c4e55c1cb281a97e7d05f59dba831e6d2
Author: William Hubbs  gmail  com>
AuthorDate: Thu Oct 29 16:27:27 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Nov 30 18:26:37 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a94de51c

consolefont: add after modules to dependencies

X-Gentoo-Bug: 559540
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540

 init.d/consolefont.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.d/consolefont.in b/init.d/consolefont.in
index e56cc09..78cf915 100644
--- a/init.d/consolefont.in
+++ b/init.d/consolefont.in
@@ -7,7 +7,7 @@ description="Sets a font for the consoles."
 depend()
 {
need localmount termencoding
-   after hotplug bootmisc
+   after hotplug bootmisc modules
keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
 }
 



[gentoo-commits] proj/openrc:0.18.x commit in: /

2015-11-30 Thread William Hubbs
commit: ffbca4f04c164948d55daa409423d4f26b33
Author: William Hubbs  gmail  com>
AuthorDate: Mon Nov 30 18:22:20 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Nov 30 18:22:20 2015 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=ffbcabbb

Bump version to 0.18.4

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index dda4fe4..977d7fc 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=  openrc
-VERSION=   0.18.3
+VERSION=   0.18.4
 PKG=   ${NAME}-${VERSION}



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

2015-11-30 Thread Michael Palimaka
commit: 45f9ee1c186c584f6952eeda805acd343c1c08b7
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 18:28:38 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 18:28:38 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=45f9ee1c

kde-apps/kwalletmanager: add missing dependency

Package-Manager: portage-2.2.26

 kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild   | 1 +
 kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild   | 1 +
 kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild | 1 +
 kde-apps/kwalletmanager/kwalletmanager-.ebuild  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild
index f44ffba..79f882a 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild
@@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
+   $(add_frameworks_dep karchive)
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)

diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild
index 8cbe696..dca899d 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild
@@ -13,6 +13,7 @@ KEYWORDS=" ~amd64 ~x86"
 IUSE=""
 
 DEPEND="
+   $(add_frameworks_dep karchive)
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)

diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild
index defe2ef..df35698 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild
@@ -13,6 +13,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
+   $(add_frameworks_dep karchive)
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)

diff --git a/kde-apps/kwalletmanager/kwalletmanager-.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-.ebuild
index defe2ef..df35698 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-.ebuild
@@ -13,6 +13,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
+   $(add_frameworks_dep karchive)
$(add_frameworks_dep kauth)
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)



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

2015-11-30 Thread Michael Palimaka
commit: c76099a823b9a6323fad905b8b14856dde5d2284
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 18:27:24 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 18:27:24 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c76099a8

kde-apps/kwalletmanager: force handbook to be optional

Package-Manager: portage-2.2.26

 kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild   | 2 +-
 kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild   | 2 +-
 kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild | 2 +-
 kde-apps/kwalletmanager/kwalletmanager-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild
index 3b8eb0f..f44ffba 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-15.08.2.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 KDE_BLOCK_SLOT4="false"
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Wallet management tool"

diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild
index 1b3ce2d..8cbe696 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-15.08.3.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 KDE_BLOCK_SLOT4="false"
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Wallet management tool"

diff --git a/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild
index 3821dc4..defe2ef 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-15.12.49..ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 KDE_BLOCK_SLOT4="false"
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Wallet management tool"

diff --git a/kde-apps/kwalletmanager/kwalletmanager-.ebuild 
b/kde-apps/kwalletmanager/kwalletmanager-.ebuild
index 3821dc4..defe2ef 100644
--- a/kde-apps/kwalletmanager/kwalletmanager-.ebuild
+++ b/kde-apps/kwalletmanager/kwalletmanager-.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 KDE_BLOCK_SLOT4="false"
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Wallet management tool"



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gtkwave/

2015-11-30 Thread Thomas Beierlein
commit: acdf432107bb66b731bd6e6345c2258609ef5c0c
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Nov 30 18:28:59 2015 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Nov 30 18:28:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdf4321

sci-electronics/gtkwave: Drop old

Package-Manager: portage-2.2.26

 sci-electronics/gtkwave/Manifest  |  4 --
 sci-electronics/gtkwave/gtkwave-3.3.45.ebuild | 75 ---
 sci-electronics/gtkwave/gtkwave-3.3.47.ebuild | 75 ---
 sci-electronics/gtkwave/gtkwave-3.3.59.ebuild | 75 ---
 sci-electronics/gtkwave/gtkwave-3.3.64.ebuild | 75 ---
 5 files changed, 304 deletions(-)

diff --git a/sci-electronics/gtkwave/Manifest b/sci-electronics/gtkwave/Manifest
index 0aa0838..df9f65a 100644
--- a/sci-electronics/gtkwave/Manifest
+++ b/sci-electronics/gtkwave/Manifest
@@ -1,6 +1,2 @@
-DIST gtkwave-3.3.45.tar.gz 3809190 SHA256 
aad2619b4100911d05af97a2046f6c311fe2f75fe036bd1946974dc2edc9a791 SHA512 
7a78607aca4e33c6d00b0ba78b563966544b0a1674e3fa0eed4d1333dad53edc18ef15528d2913e00d4d6776eabb275116950da1a59d82b98c2d29f4c6d713cd
 WHIRLPOOL 
a41b992f987a4154c2d742ef3ac908865689b04f77e2eb2ca3284bb06d00b26f8b4a75e6bf3f1d3740f790586eb900581b049a43839557d45d78879a5967a697
-DIST gtkwave-3.3.47.tar.gz 3832052 SHA256 
b39c018f668070a0fdd3906c73a9add4ccbffd3edbb926ed9b49fc5e3cf35f62 SHA512 
61c0a3ce75ec6b14446ab17ca9c6f39d243443d941659f6fe734ae52d22d8b117151989c1944e611389b1a0c48b0ba6f96b85df130d6d7d118aa809c148270a7
 WHIRLPOOL 
bceb4d2aba756c63ea6604f60cd56d5a94e689fe493b53ec40062fc5309d68a6c1680853ea64891a7ef2b8af5ac570a1b28b78cbdc34173cbf7a70e007f89d56
-DIST gtkwave-3.3.59.tar.gz 4083000 SHA256 
caba829abdbc4a4df7cc932695aed87037d656f62cd5831b531d13453034a984 SHA512 
5def8eef767b292bc1e09dc7b5a7151b6f492b6e5b744e1b8e563ac3731073721fdce180b85bbc2c8dd7ecaf757a9a67bd3a809c55e522befa74d5d74f815b3d
 WHIRLPOOL 
0b2b4ee8cc6d59eb335c805535b40439bd8034b62b693c9ceb7f868fcee97ed7a3075b00eb9ab36cbe9b475c5134c0d75a022da8bd99e77db34e48d91a241cfc
-DIST gtkwave-3.3.64.tar.gz 4090345 SHA256 
dae956b3e55dc9b5d2bafe11fcf9b8606870d76f0719202fd04b678160d37115 SHA512 
34150741942d2b82a5f937cf12b1793e04aea0444acaf4a4ba1c61e5bb70727d5990438833ee4d25fef81362929d0607ebd7fddb8fd178f437cafdf9c09e989f
 WHIRLPOOL 
137eb908d004a1305d12b96b06d589525f82d69172d87434bb06fd5a8ff05e7bfc0f0d0746e9470337c636d5ce16e410d78b8b01d923bf3a4ed1030d71c89373
 DIST gtkwave-3.3.65.tar.gz 4092871 SHA256 
64eb091e70c83bf03df14e01d338151e888fb4099c4695c2e6e40ce27d249bd5 SHA512 
5aba36c9b9ff6353115ce5660b3dd61fba96ef2bc420483e194ad7a0d97b6f0a4453db20188c12af1c333ecbeee43f7ebe5b4bd166864a003995687a497a14ff
 WHIRLPOOL 
e5aac94e9c65aa1bedffa3febac38402f51c4c84237f39d703a9f1860a981dae308109935add36f4f0881ce7c491f2aaac0b52c54bc85ca025c9518d901df344
 DIST gtkwave-3.3.66.tar.gz 4093766 SHA256 
04ce0851ebcf7ce07506c6e34af878ebf0c5a09495035a71e881fe6ff2abb99e SHA512 
6c91efcbd240efceb770882eb0d1ccf5195b40207714432882fdaf35108e05860a5b00b7e922f95f537b01be335e8b4026e3ba6dcf02e235ff3b20f2082e7b81
 WHIRLPOOL 
6d4927d9b9e19f9ca128d9339b0e5c0ceec3b4ca2644ad38c861ff6f1896a5ba9a2c4c28b367413da6d255d6799748e7dfef0222ff3d6b3a4aa041661dee9d74

diff --git a/sci-electronics/gtkwave/gtkwave-3.3.45.ebuild 
b/sci-electronics/gtkwave/gtkwave-3.3.45.ebuild
deleted file mode 100644
index 47eb51c..000
--- a/sci-electronics/gtkwave/gtkwave-3.3.45.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit eutils fdo-mime toolchain-funcs
-
-DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog 
VCD/EVCD files"
-HOMEPAGE="http://gtkwave.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-IUSE="doc examples fasttree fatlines judy lzma packed tcl"
-LICENSE="GPL-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-libs/glib:2
-   x11-libs/gtk+:2
-   x11-libs/pango
-   sys-libs/zlib
-   judy? ( dev-libs/judy )
-   tcl? ( dev-lang/tcl:0 dev-lang/tk:0 )
-   lzma? ( app-arch/xz-utils )"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   dev-util/gperf"
-
-AT_M4DIR="${S}"
-
-src_prepare(){
-   # do not install doc and examples by default
-   sed -i -e 's/doc examples//' Makefile.in || die
-}
-
-src_configure(){
-   econf --disable-local-libz \
-   --disable-local-libbz2 \
-   --disable-mime-update \
-   --enable-largefile \
-   $(use_enable packed struct-pack) \
-   $(use_enable fatlines) \
-   $(use_enable tcl) \
-   $(use_enable lzma xz) \
-   $(use_enable fasttree) \
-   $(use_enable judy)
-}
-
-src_compile() {
-   emake AR=$(tc-getAR)
-}
-
-src_install() {
-   emake 

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

2015-11-30 Thread Justin Lecher
commit: 1b608d75087bbb699a546dbffc63bebb9ad95177
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 14:41:21 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 14:41:21 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b608d75

sci-libs/blas-reference: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 .../blas-reference/blas-reference-20151113.ebuild  | 108 +
 1 file changed, 108 insertions(+)

diff --git a/sci-libs/blas-reference/blas-reference-20151113.ebuild 
b/sci-libs/blas-reference/blas-reference-20151113.ebuild
new file mode 100644
index 000..bf56016
--- /dev/null
+++ b/sci-libs/blas-reference/blas-reference-20151113.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+NUMERIC_MODULE_NAME="refblas"
+
+inherit alternatives-2 cmake-utils fortran-2 numeric-int64-multibuild 
python-any-r1 toolchain-funcs
+
+LPN=lapack
+LPV=3.6.0
+
+DESCRIPTION="Reference implementation of BLAS"
+HOMEPAGE="http://www.netlib.org/lapack/;
+SRC_URI="http://www.netlib.org/${LPN}/${LPN}-${LPV}.tgz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs test"
+
+REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( ${PYTHON_DEPS} )
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${LPN}-${LPV}"
+
+src_prepare() {
+   # rename library to avoid collision with other blas implementations
+   # ${LIBNAME} and ${PROFNAME} are not defined here, they are in single
+   # quotes in the following seds.  They are later set by defining cmake
+   # variables with -DPROFNAME etc in src_configure
+   sed -i \
+   -e 's:\([^xc]\)blas:\1${LIBNAME}:g' \
+   -e '/PROPERTIES/s:blas:${LIBNAME}:g' \
+   CMakeLists.txt \
+   BLAS/SRC/CMakeLists.txt || die
+   sed -i \
+   -e '/Name: /s:blas:${PROFNAME}:' \
+   -e 's:-lblas:-l${LIBNAME}:g' \
+BLAS/blas.pc.in || die
+   sed -i \
+   -e 's:blas):${LIBNAME}):' \
+   BLAS/TESTING/CMakeLists.txt || die
+   sed -i \
+   -e 's:BINARY_DIR}/blas:BINARY_DIR}/${PROFNAME}:' \
+   BLAS/CMakeLists.txt || die
+}
+
+src_configure() {
+   blas_configure() {
+   local FCFLAGS="${FCFLAGS}"
+   append-fflags $($(tc-getPKG_CONFIG) --cflags ${blas_profname})
+   append-fflags $(get_abi_CFLAGS)
+   append-fflags $(numeric-int64_get_fortran_int64_abi_fflags)
+
+   local profname=$(numeric-int64_get_module_name)
+   local libname="${profname//-/_}"
+
+   local mycmakeargs=(
+   -Wno-dev
+   -DPROFNAME="${profname}"
+   -DLIBNAME="${libname}"
+   -DUSE_OPTIMIZED_BLAS=OFF
+   -DCMAKE_Fortran_FLAGS="${FCFLAGS}"
+   
-DLAPACK_PKGCONFIG_FFLAGS="$(numeric-int64_get_fortran_int64_abi_fflags)"
+   $(cmake-utils_use_build test TESTING)
+   )
+   if $(numeric-int64_is_static_build); then
+   mycmakeargs+=(
+   -DBUILD_SHARED_LIBS=OFF
+   -DBUILD_STATIC_LIBS=ON
+   )
+   else
+   mycmakeargs+=(
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_STATIC_LIBS=OFF
+   )
+   fi
+   cmake-utils_src_configure
+   }
+   numeric-int64-multibuild_foreach_all_abi_variants blas_configure
+}
+
+src_compile() {
+   local each target_dirs=( BLAS )
+   use test && target_dirs+=( TESTING )
+   for each in ${target_dirs[@]}; do
+   numeric-int64-multibuild_foreach_all_abi_variants \
+   cmake-utils_src_compile -C ${each}
+   done
+
+}
+
+src_test() {
+   numeric-int64-multibuild_foreach_all_abi_variants cmake-utils_src_test
+}
+
+src_install() {
+   numeric-int64-multibuild_foreach_all_abi_variants 
cmake-utils_src_install -C BLAS
+   numeric-int64-multibuild_install_alternative blas reference
+}



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

2015-11-30 Thread Justin Lecher
commit: b98f9a007215d0a6819db2e4583eb8b70c0cadc6
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 14:47:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 14:47:45 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b98f9a00

sci-libs/lapack-reference: Set subslots

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-libs/lapack-reference/lapack-reference-3.5.0.ebuild | 2 +-
 sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild | 2 +-
 sci-libs/lapack-reference/lapack-reference-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-libs/lapack-reference/lapack-reference-3.5.0.ebuild 
b/sci-libs/lapack-reference/lapack-reference-3.5.0.ebuild
index 30458b5..84b5292 100644
--- a/sci-libs/lapack-reference/lapack-reference-3.5.0.ebuild
+++ b/sci-libs/lapack-reference/lapack-reference-3.5.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.netlib.org/lapack/;
 SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz;
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test xblas"
 

diff --git a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild 
b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
index 5e3cb88..8623bef 100644
--- a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
+++ b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.netlib.org/lapack/;
 SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz;
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test xblas"
 

diff --git a/sci-libs/lapack-reference/lapack-reference-.ebuild 
b/sci-libs/lapack-reference/lapack-reference-.ebuild
index 466c762..8d46590 100644
--- a/sci-libs/lapack-reference/lapack-reference-.ebuild
+++ b/sci-libs/lapack-reference/lapack-reference-.ebuild
@@ -23,7 +23,7 @@ HOMEPAGE="http://www.netlib.org/lapack/;
 EGIT_REPO_URI="https://github.com/nschloe/lapack.git;
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 KEYWORDS=""
 IUSE="static-libs test xblas"
 



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

2015-11-30 Thread Justin Lecher
commit: 6d88f2276ab3a1c256b3fb98482c6381f4ee030d
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 13:20:46 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 13:20:46 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d88f227

sci-libs/lapack-reference: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 .../lapack-reference/lapack-reference-3.6.0.ebuild | 119 +
 1 file changed, 119 insertions(+)

diff --git a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild 
b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
new file mode 100644
index 000..5e3cb88
--- /dev/null
+++ b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+NUMERIC_MODULE_NAME="reflapack"
+
+inherit alternatives-2 cmake-utils fortran-2 numeric-int64-multibuild 
python-any-r1
+
+MY_PN=lapack
+MYP=${MY_PN}-${PV}
+
+DESCRIPTION="Reference implementation of LAPACK"
+HOMEPAGE="http://www.netlib.org/lapack/;
+SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs test xblas"
+
+REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   >=virtual/blas-2.1-r3[int64?,${MULTILIB_USEDEP}]
+   xblas? ( sci-libs/xblas[fortran,int64?] )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   test? ( ${PYTHON_DEPS} )"
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+   numeric-int64_ensure_blas_int_support
+
+   # rename library to avoid collision with other lapack implementations
+   # ${PROFNAME}, ${LIBNAME} and ${BLAS_REQUIRES} are not defined here, 
they
+   # are in single quotes in the following seds.  They are set later by
+   # defining a cmake variables with -DPROFNAME etc in src_configure.
+   sed \
+   -e 's:BINARY_DIR}/lapack.pc:BINARY_DIR}/${PROFNAME}.pc:' \
+   -e '/ALL_TARGETS/s:lapack):${LIBNAME}):' \
+   -e '/LAPACK_LIBRARIES/s:lapack:${LIBNAME}:g' \
+   -i CMakeLists.txt || die
+   sed -i \
+   -e 's:(lapack:(${LIBNAME}:g' \
+   -e '/PROPERTIES/s:lapack:${LIBNAME}:g' \
+   SRC/CMakeLists.txt || die
+   sed -i \
+   -e '/Name: /s:lapack:${PROFNAME}:' \
+   -e 's:-llapack:-l${LIBNAME}:g' \
+   -e '/Requires: 
/s:blas:${BLAS_REQUIRES}\nFflags=${LAPACK_PKGCONFIG_FFLAGS}:' \
+   lapack.pc.in || die
+   # some string does not get passed properly
+   sed -i \
+   -e '/lapack_testing.py/d' \
+   CTestCustom.cmake.in || die
+   # separate ebuild to tmglib
+   sed -i \
+   -e '/lapack_install_library(tmglib)/d' \
+   TESTING/MATGEN/CMakeLists.txt || die
+}
+
+src_configure() {
+   lapack_configure() {
+   local profname=$(numeric-int64_get_module_name)
+   local libname="${profname//-/_}"
+   local blas_profname=$(numeric-int64_get_blas_alternative)
+   local xblas_profname=$(numeric-int64_get_xblas_alternative)
+   local xblas_libname="${xblas_profname//-/_}"
+   local blas_requires="${blas_profname}"
+   use xblas && \
+   blas_requires+=" ${xblas_profname}"
+   local mycmakeargs=(
+   -DPROFNAME="${profname}"
+   -DBLAS_REQUIRES="${blas_requires}"
+   -DLIBNAME="${libname}"
+   -DUSE_OPTIMIZED_BLAS=ON
+   -DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs 
${blas_profname})"
+   $(cmake-utils_use_build test TESTING)
+   $(cmake-utils_use_use xblas XBLAS)
+   -DCMAKE_C_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) ${CFLAGS}"
+   -DCMAKE_CXX_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) ${CXXFLAGS}"
+   -DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) $(get_abi_CFLAGS) 
$(numeric-int64_get_fortran_int64_abi_fflags) ${FCFLAGS}"
+   
-DLAPACK_PKGCONFIG_FFLAGS="$(numeric-int64_get_fortran_int64_abi_fflags)"
+   )
+   use xblas && \
+   mycmakeargs+=( 
-DXBLAS_LIBRARY:FILEPATH="${EROOT}usr/$(get_libdir)/lib${xblas_libname}.so" )
+   if $(numeric-int64_is_static_build); then
+   mycmakeargs+=(
+   -DBUILD_SHARED_LIBS=OFF
+   -DBUILD_STATIC_LIBS=ON
+   )
+   else
+   mycmakeargs+=(
+   -DBUILD_SHARED_LIBS=ON
+

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

2015-11-30 Thread Justin Lecher
commit: 8de2cb0e46571aec33f5a4740fbe3f314f305584
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 14:42:41 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 14:42:41 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8de2cb0e

sci-libs/blas-reference: Set subslots

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-libs/blas-reference/blas-reference-20131116-r2.ebuild | 2 +-
 sci-libs/blas-reference/blas-reference-20151113.ebuild| 2 +-
 sci-libs/blas-reference/blas-reference-.ebuild| 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-libs/blas-reference/blas-reference-20131116-r2.ebuild 
b/sci-libs/blas-reference/blas-reference-20131116-r2.ebuild
index 3b4d976..2eaa466 100644
--- a/sci-libs/blas-reference/blas-reference-20131116-r2.ebuild
+++ b/sci-libs/blas-reference/blas-reference-20131116-r2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.netlib.org/lapack/;
 SRC_URI="http://www.netlib.org/${LPN}/${LPN}-${LPV}.tgz;
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${LPV}"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 

diff --git a/sci-libs/blas-reference/blas-reference-20151113.ebuild 
b/sci-libs/blas-reference/blas-reference-20151113.ebuild
index bf56016..e997988 100644
--- a/sci-libs/blas-reference/blas-reference-20151113.ebuild
+++ b/sci-libs/blas-reference/blas-reference-20151113.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.netlib.org/lapack/;
 SRC_URI="http://www.netlib.org/${LPN}/${LPN}-${LPV}.tgz;
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${LPV}"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 

diff --git a/sci-libs/blas-reference/blas-reference-.ebuild 
b/sci-libs/blas-reference/blas-reference-.ebuild
index b079855..d26bbee 100644
--- a/sci-libs/blas-reference/blas-reference-.ebuild
+++ b/sci-libs/blas-reference/blas-reference-.ebuild
@@ -11,14 +11,14 @@ NUMERIC_MODULE_NAME="refblas"
 inherit alternatives-2 cmake-utils fortran-2 numeric-int64-multibuild 
python-any-r1 toolchain-funcs subversion
 
 LPN=lapack
-LPV=3.5.0
+LPV=3.6.0
 
 DESCRIPTION="Reference implementation of BLAS"
 HOMEPAGE="http://www.netlib.org/lapack/;
 ESVN_REPO_URI="https://icl.cs.utk.edu/svn/lapack-dev/${LPN}/trunk;
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${LPV}"
 KEYWORDS=""
 IUSE="static-libs test"
 
@@ -28,7 +28,6 @@ RDEPEND=""
 DEPEND="${RDEPEND}
test? ( ${PYTHON_DEPS} )
virtual/pkgconfig"
-PDEPEND=">=virtual/blas-2.1-r3[int64?]"
 
 S="${WORKDIR}/${LPN}-${LPV}"
 
@@ -39,6 +38,7 @@ src_prepare() {
# variables with -DPROFNAME etc in src_configure
sed -i \
-e 's:\([^xc]\)blas:\1${LIBNAME}:g' \
+   -e '/PROPERTIES/s:blas:${LIBNAME}:g' \
CMakeLists.txt \
BLAS/SRC/CMakeLists.txt || die
sed -i \



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

2015-11-30 Thread Justin Lecher
commit: 6cb4cf4e8c6c7b68b0bb94e841fbc619795126d8
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 14:53:59 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 14:53:59 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6cb4cf4e

sci-libs/lapacke-reference: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild  |  8 
 ...eference-.ebuild => lapacke-reference-3.6.0.ebuild} | 14 +++---
 sci-libs/lapacke-reference/lapacke-reference-.ebuild   |  8 
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild 
b/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild
index c227851..6d43c82 100644
--- a/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild
+++ b/sci-libs/lapacke-reference/lapacke-reference-3.5.0.ebuild
@@ -68,7 +68,7 @@ src_configure() {
 
lapack_configure -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF
use static-libs && \
-   CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
+   BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
-DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON
 }
 
@@ -76,11 +76,11 @@ src_compile() {
use test && cmake-utils_src_compile -C TESTING/MATGEN
cmake-utils_src_compile -C lapacke
use static-libs \
-   && CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" 
cmake-utils_src_compile -C lapacke
+   && BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile 
-C lapacke
 }
 
 src_test() {
-   pushd "${CMAKE_BUILD_DIR}/lapacke" > /dev/null || die
+   pushd "${BUILD_DIR}/lapacke" > /dev/null || die
local ctestargs
[[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose 
--output-on-failure"
ctest ${ctestargs} || die
@@ -90,7 +90,7 @@ src_test() {
 src_install() {
cmake-utils_src_install -C lapacke
use static-libs \
-   && CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" 
cmake-utils_src_install -C lapacke
+   && BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install 
-C lapacke
alternatives_for lapacke reference 0 \
/usr/$(get_libdir)/pkgconfig/lapacke.pc reflapacke.pc
 }

diff --git a/sci-libs/lapacke-reference/lapacke-reference-.ebuild 
b/sci-libs/lapacke-reference/lapacke-reference-3.6.0.ebuild
similarity index 82%
copy from sci-libs/lapacke-reference/lapacke-reference-.ebuild
copy to sci-libs/lapacke-reference/lapacke-reference-3.6.0.ebuild
index b7da70f..2cefa53 100644
--- a/sci-libs/lapacke-reference/lapacke-reference-.ebuild
+++ b/sci-libs/lapacke-reference/lapacke-reference-3.6.0.ebuild
@@ -6,17 +6,17 @@ EAPI=5
 
 FORTRAN_NEEDED=test
 
-inherit alternatives-2 cmake-utils eutils fortran-2 subversion toolchain-funcs
+inherit alternatives-2 cmake-utils eutils fortran-2 toolchain-funcs
 
 MYP=lapack-${PV}
 
 DESCRIPTION="C Interface to LAPACK"
 HOMEPAGE="http://www.netlib.org/lapack/;
-ESVN_REPO_URI="https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk;
+SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test tmg xblas"
 
 RDEPEND="
@@ -68,7 +68,7 @@ src_configure() {
 
lapack_configure -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF
use static-libs && \
-   CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
+   BUILD_DIR="${WORKDIR}/${PN}_static" lapack_configure \
-DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON
 }
 
@@ -76,11 +76,11 @@ src_compile() {
use test && cmake-utils_src_compile -C TESTING/MATGEN
cmake-utils_src_compile -C LAPACKE
use static-libs \
-   && CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" 
cmake-utils_src_compile -C LAPACKE
+   && BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_compile 
-C LAPACKE
 }
 
 src_test() {
-   pushd "${CMAKE_BUILD_DIR}/lapacke" > /dev/null || die
+   pushd "${BUILD_DIR}/LAPACKE" > /dev/null || die
local ctestargs
[[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose 
--output-on-failure"
ctest ${ctestargs} || die
@@ -90,7 +90,7 @@ src_test() {
 src_install() {
cmake-utils_src_install -C LAPACKE
use static-libs \
-   && CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" 
cmake-utils_src_install -C LAPACKE
+   && BUILD_DIR="${WORKDIR}/${PN}_static" cmake-utils_src_install 
-C LAPACKE
alternatives_for lapacke reference 0 \
/usr/$(get_libdir)/pkgconfig/lapacke.pc reflapacke.pc
 }

diff --git a/sci-libs/lapacke-reference/lapacke-reference-.ebuild 
b/sci-libs/lapacke-reference/lapacke-reference-.ebuild
index b7da70f..1012fe7 100644
--- 

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

2015-11-30 Thread Justin Lecher
commit: b0b9477cb91844c912eb316a223556f899b15ae1
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 18:33:28 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 18:33:28 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0b9477c

sci-libs/cblas-reference: Version Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 .../cblas-reference-20151113.ebuild| 121 +
 1 file changed, 121 insertions(+)

diff --git a/sci-libs/cblas-reference/cblas-reference-20151113.ebuild 
b/sci-libs/cblas-reference/cblas-reference-20151113.ebuild
new file mode 100644
index 000..e3e0436
--- /dev/null
+++ b/sci-libs/cblas-reference/cblas-reference-20151113.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+NUMERIC_MODULE_NAME="refcblas"
+
+inherit alternatives-2 cmake-utils fortran-2 numeric-int64-multibuild 
python-any-r1 toolchain-funcs
+
+LPN=lapack
+LPV=3.6.0
+
+DESCRIPTION="C wrapper interface to the F77 reference BLAS implementation"
+HOMEPAGE="http://www.netlib.org/cblas/;
+SRC_URI="http://www.netlib.org/${LPN}/${LPN}-${LPV}.tgz;
+
+LICENSE="BSD"
+SLOT="0/${LPV}"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="static-libs test"
+
+REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   test? ( ${PYTHON_DEPS} )
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${LPN}-${LPV}"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/cblas/cblas.h
+)
+src_prepare() {
+   # rename library to avoid collision with other blas implementations
+   # ${LIBNAME} and ${PROFNAME} are not defined here, they are in single
+   # quotes in the following seds.  They are later set by defining cmake
+   # variables with -DPROFNAME etc in src_configure
+   sed -i \
+   -e 's:\([^xc]\)blas:\1${LIBNAME}:g' \
+   -e '/ALL_TARGETS/s:cblas):${LIBNAME}):' \
+   -e '/_librar/s:cblas:${LIBNAME}:' \
+   CMakeLists.txt \
+   CBLAS/src/CMakeLists.txt || die
+   sed -i \
+   -e 's:/CMAKE/:/cmake/:g' \
+   CBLAS/CMakeLists.txt || die
+   sed -i \
+   -e '/Name: /s:cblas:${PROFNAME}:' \
+   -e 's:-lcblas:-l${LIBNAME}:g' \
+CBLAS/cblas.pc.in || die
+   sed -i \
+   -e 's:cblas):${LIBNAME}):' \
+   CBLAS/testing/CMakeLists.txt || die
+   sed -i \
+   -e 's:BINARY_DIR}/cblas:BINARY_DIR}/${PROFNAME}:' \
+   CBLAS/CMakeLists.txt || die
+}
+
+src_configure() {
+   cblas_configure() {
+   local FCFLAGS="${FCFLAGS}"
+   append-fflags $($(tc-getPKG_CONFIG) --cflags ${blas_profname})
+   append-fflags $(get_abi_CFLAGS)
+   append-fflags $(numeric-int64_get_fortran_int64_abi_fflags)
+
+   local blas_profname=$(numeric-int64_get_blas_alternative)
+   local profname=$(numeric-int64_get_module_name)
+   local libname="${profname//-/_}"
+
+   local mycmakeargs=(
+   -Wno-dev
+   -DCBLAS=ON
+   -DPROFNAME="${profname}"
+   -DLIBNAME="${libname}"
+   -DUSE_OPTIMIZED_BLAS=ON
+   -DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs 
${blas_profname})"
+   -DCMAKE_C_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) ${CFLAGS}"
+   -DCMAKE_CXX_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) ${CXXFLAGS}"
+   -DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) $(get_abi_CFLAGS) 
$(numeric-int64_get_fortran_int64_abi_fflags) ${FCFLAGS}"
+   
-DLAPACK_PKGCONFIG_FFLAGS="$(numeric-int64_get_fortran_int64_abi_fflags)"
+   $(cmake-utils_use_build test TESTING)
+   )
+   if $(numeric-int64_is_static_build); then
+   mycmakeargs+=(
+   -DBUILD_SHARED_LIBS=OFF
+   -DBUILD_STATIC_LIBS=ON
+   )
+   else
+   mycmakeargs+=(
+   -DBUILD_SHARED_LIBS=ON
+   -DBUILD_STATIC_LIBS=OFF
+   )
+   fi
+   cmake-utils_src_configure
+   }
+   numeric-int64-multibuild_foreach_all_abi_variants cblas_configure
+}
+
+src_compile() {
+   local each target_dirs=( CBLAS )
+   use test && target_dirs+=( testing )
+   for each in ${target_dirs[@]}; do
+   numeric-int64-multibuild_foreach_all_abi_variants \
+   cmake-utils_src_compile -C ${each}
+   done
+
+}
+
+src_test() {
+   

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

2015-11-30 Thread Michael Palimaka
commit: adfffbc6e76bad323f51d20f82a4ee01e03653a6
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 18:33:10 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 18:33:10 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=adfffbc6

kde-apps/ktimer: force handbook to be optional

Package-Manager: portage-2.2.26

 kde-apps/ktimer/ktimer-15.08.2.ebuild   | 2 +-
 kde-apps/ktimer/ktimer-15.08.3.ebuild   | 2 +-
 kde-apps/ktimer/ktimer-15.12.49..ebuild | 2 +-
 kde-apps/ktimer/ktimer-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ktimer/ktimer-15.08.2.ebuild 
b/kde-apps/ktimer/ktimer-15.08.2.ebuild
index eeff481..9b126f5 100644
--- a/kde-apps/ktimer/ktimer-15.08.2.ebuild
+++ b/kde-apps/ktimer/ktimer-15.08.2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Timer"

diff --git a/kde-apps/ktimer/ktimer-15.08.3.ebuild 
b/kde-apps/ktimer/ktimer-15.08.3.ebuild
index e81401c..a61238f 100644
--- a/kde-apps/ktimer/ktimer-15.08.3.ebuild
+++ b/kde-apps/ktimer/ktimer-15.08.3.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Timer"

diff --git a/kde-apps/ktimer/ktimer-15.12.49..ebuild 
b/kde-apps/ktimer/ktimer-15.12.49..ebuild
index 196a02f..a76c503 100644
--- a/kde-apps/ktimer/ktimer-15.12.49..ebuild
+++ b/kde-apps/ktimer/ktimer-15.12.49..ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Timer"

diff --git a/kde-apps/ktimer/ktimer-.ebuild 
b/kde-apps/ktimer/ktimer-.ebuild
index 196a02f..a76c503 100644
--- a/kde-apps/ktimer/ktimer-.ebuild
+++ b/kde-apps/ktimer/ktimer-.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-KDE_HANDBOOK=true
+KDE_HANDBOOK="forceoptional"
 inherit kde5
 
 DESCRIPTION="KDE Timer"



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

2015-11-30 Thread Justin Lecher
commit: a1fb6e9d2b23596ae7f5df600b789ca8b7ecd4d6
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 13:13:39 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 13:13:39 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1fb6e9d

sci-libs/tmglib: Version Bump, fix python support, clean old

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-libs/tmglib/tmglib-3.5.0.ebuild| 10 +++---
 .../tmglib/{tmglib-3.4.2.ebuild => tmglib-3.6.0.ebuild}| 14 +-
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/sci-libs/tmglib/tmglib-3.5.0.ebuild 
b/sci-libs/tmglib/tmglib-3.5.0.ebuild
index e93941e..4b5358f 100644
--- a/sci-libs/tmglib/tmglib-3.5.0.ebuild
+++ b/sci-libs/tmglib/tmglib-3.5.0.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit cmake-utils fortran-2
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils fortran-2 python-any-r1
 
 MYP=lapack-${PV}
 
@@ -17,7 +19,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
-RDEPEND="
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
virtual/blas
virtual/lapack"
 DEPEND="${RDEPEND}

diff --git a/sci-libs/tmglib/tmglib-3.4.2.ebuild 
b/sci-libs/tmglib/tmglib-3.6.0.ebuild
similarity index 82%
rename from sci-libs/tmglib/tmglib-3.4.2.ebuild
rename to sci-libs/tmglib/tmglib-3.6.0.ebuild
index 9d98070..cf243a5 100644
--- a/sci-libs/tmglib/tmglib-3.4.2.ebuild
+++ b/sci-libs/tmglib/tmglib-3.6.0.ebuild
@@ -4,9 +4,11 @@
 
 EAPI=5
 
-inherit cmake-utils fortran-2
+PYTHON_COMPAT=( python2_7 )
 
-MYP=lapack-3.4.2
+inherit cmake-utils fortran-2 python-any-r1
+
+MYP=lapack-${PV}
 
 DESCRIPTION="Test Matrix Generator library for LAPACK"
 HOMEPAGE="http://www.netlib.org/lapack/;
@@ -17,7 +19,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
-RDEPEND="
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
virtual/blas
virtual/lapack"
 DEPEND="${RDEPEND}
@@ -56,6 +60,6 @@ src_compile() {
 
 src_install() {
cmake-utils_src_install -C TESTING/MATGEN
-   use static-libs && CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" \
-   cmake-utils_src_install -C TESTING/MATGEN
+   use static-libs \
+   && CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" 
cmake-utils_src_install -C TESTING/MATGEN
 }



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

2015-11-30 Thread Justin Lecher
commit: 7bef2d2f75737e2e890d9c947ab3c8c571fececa
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 14:49:57 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 14:49:57 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bef2d2f

sci-libs/tmglib: Only require python for tests

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-libs/tmglib/tmglib-3.5.0.ebuild | 7 ---
 sci-libs/tmglib/tmglib-3.6.0.ebuild | 7 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sci-libs/tmglib/tmglib-3.5.0.ebuild 
b/sci-libs/tmglib/tmglib-3.5.0.ebuild
index 4b5358f..36512bd 100644
--- a/sci-libs/tmglib/tmglib-3.5.0.ebuild
+++ b/sci-libs/tmglib/tmglib-3.5.0.ebuild
@@ -17,14 +17,15 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
+IUSE="static-libs test"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
virtual/blas
virtual/lapack"
 DEPEND="${RDEPEND}
+   test? ( ${PYTHON_DEPS} )
virtual/pkgconfig"
 
 S="${WORKDIR}/${MYP}"

diff --git a/sci-libs/tmglib/tmglib-3.6.0.ebuild 
b/sci-libs/tmglib/tmglib-3.6.0.ebuild
index cf243a5..4f66f45 100644
--- a/sci-libs/tmglib/tmglib-3.6.0.ebuild
+++ b/sci-libs/tmglib/tmglib-3.6.0.ebuild
@@ -17,14 +17,15 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz;
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
+IUSE="static-libs test"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
virtual/blas
virtual/lapack"
 DEPEND="${RDEPEND}
+   test? ( ${PYTHON_DEPS} )
virtual/pkgconfig"
 
 S="${WORKDIR}/${MYP}"



[gentoo-commits] proj/sci:master commit in: sci-chemistry/votca-csg/, sci-libs/tmglib/, dev-libs/simclist/, ...

2015-11-30 Thread Justin Lecher
commit: 4b1645fe18182c7a4311be24baffc31ad0947f7d
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 14:54:01 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 14:54:01 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b1645fe

Update to new cmake-utils API

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

 dev-libs/simclist/simclist-1.6.ebuild   | 2 +-
 media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild  | 2 +-
 sci-chemistry/openbabel-perl/openbabel-perl-.ebuild | 8 
 sci-chemistry/votca-csg/votca-csg-.ebuild   | 4 ++--
 sci-libs/gmsh/gmsh-2.8.5.ebuild | 2 +-
 sci-libs/parmetis/parmetis-4.0.3.ebuild | 6 +++---
 sci-libs/scalapack/scalapack-2.0.2-r1.ebuild| 6 +++---
 sci-libs/tmglib/tmglib-3.5.0.ebuild | 6 +++---
 sci-libs/tmglib/tmglib-3.6.0.ebuild | 6 +++---
 sci-libs/votca-tools/votca-tools-.ebuild| 2 +-
 10 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/dev-libs/simclist/simclist-1.6.ebuild 
b/dev-libs/simclist/simclist-1.6.ebuild
index 058dbd7..bea18ba 100644
--- a/dev-libs/simclist/simclist-1.6.ebuild
+++ b/dev-libs/simclist/simclist-1.6.ebuild
@@ -30,7 +30,7 @@ src_compile(){
 src_install() {
mkdir -p "${D}"/usr/include
cp simclist.h "${D}"/usr/include/
-   cd "${CMAKE_BUILD_DIR}"
+   cd "${BUILD_DIR}"
dolib libsimclist.so
cd "${S}"
if use doc; then

diff --git a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild 
b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
index af43459..e543bfe 100644
--- a/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
+++ b/media-libs/OpenMOIV/OpenMOIV-1.0.3a.ebuild
@@ -31,7 +31,7 @@ src_configure() {
 
 src_install() {
insinto "/usr/$(get_libdir)"
-   doins "${CMAKE_BUILD_DIR}/libChemKit2.so"
+   doins "${BUILD_DIR}/libChemKit2.so"
 
insinto "/usr/include"
doins -r "${S}/include/ChemKit2"

diff --git a/sci-chemistry/openbabel-perl/openbabel-perl-.ebuild 
b/sci-chemistry/openbabel-perl/openbabel-perl-.ebuild
index 0a0fee0..e61d472 100644
--- a/sci-chemistry/openbabel-perl/openbabel-perl-.ebuild
+++ b/sci-chemistry/openbabel-perl/openbabel-perl-.ebuild
@@ -46,18 +46,18 @@ src_compile() {
 }
 
 src_test() {
-   mkdir "${CMAKE_BUILD_DIR}/$(get_libdir)/Chemistry"
+   mkdir "${BUILD_DIR}/$(get_libdir)/Chemistry"
cp \
"${CMAKE_USE_DIR}/scripts/perl/OpenBabel.pm" \
-   "${CMAKE_BUILD_DIR}/$(get_libdir)/Chemistry/"
+   "${BUILD_DIR}/$(get_libdir)/Chemistry/"
for i in "${CMAKE_USE_DIR}"/scripts/perl/t/*
do
einfo "Running test: ${i}"
-   perl -I"${CMAKE_BUILD_DIR}/$(get_libdir)" "${i}" || die
+   perl -I"${BUILD_DIR}/$(get_libdir)" "${i}" || die
done
 }
 
 src_install() {
-   cd "${CMAKE_BUILD_DIR}"
+   cd "${BUILD_DIR}"
cmake -DCOMPONENT=bindings_perl -P cmake_install.cmake
 }

diff --git a/sci-chemistry/votca-csg/votca-csg-.ebuild 
b/sci-chemistry/votca-csg/votca-csg-.ebuild
index 0a099b4..25892d7 100644
--- a/sci-chemistry/votca-csg/votca-csg-.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-.ebuild
@@ -94,8 +94,8 @@ src_install() {
else
dodoc "${DISTDIR}/${PN}-manual-${PV}.pdf"
fi
-   cmake-utils_src_make -C "${CMAKE_BUILD_DIR}" html
-   dohtml -r "${CMAKE_BUILD_DIR}"/share/doc/html/*
+   cmake-utils_src_make -C "${BUILD_DIR}" html
+   dohtml -r "${BUILD_DIR}"/share/doc/html/*
fi
if use examples; then
insinto "/usr/share/doc/${PF}/tutorials"

diff --git a/sci-libs/gmsh/gmsh-2.8.5.ebuild b/sci-libs/gmsh/gmsh-2.8.5.ebuild
index 368a4e8..879a687 100644
--- a/sci-libs/gmsh/gmsh-2.8.5.ebuild
+++ b/sci-libs/gmsh/gmsh-2.8.5.ebuild
@@ -78,7 +78,7 @@ src_install() {
 
# TODO: tutorials get installed twice ATM
if use doc ; then
-   cd "${CMAKE_BUILD_DIR}" || die
+   cd "${BUILD_DIR}" || die
emake pdf
cd "${S}" || die
dodoc doc/texinfo/gmsh.pdf

diff --git a/sci-libs/parmetis/parmetis-4.0.3.ebuild 
b/sci-libs/parmetis/parmetis-4.0.3.ebuild
index b9bc9d2..60c2186 100644
--- a/sci-libs/parmetis/parmetis-4.0.3.ebuild
+++ b/sci-libs/parmetis/parmetis-4.0.3.ebuild
@@ -83,19 +83,19 @@ src_configure() {
parmetis_configure -DSHARED=ON
use static-libs && \
sed -i -e '/fPIC/d' metis/GKlib/GKlibSystem.cmake && \
-   CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" parmetis_configure
+   BUILD_DIR="${WORKDIR}/${PN}_static" parmetis_configure
 }
 
 src_compile() {
cmake-utils_src_compile
use static-libs && \
-   CMAKE_BUILD_DIR="${WORKDIR}/${PN}_static" 

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

2015-11-30 Thread Mike Frysinger
commit: bc4d0e9dd8822365002ffc108572b38256c746d4
Author: Mike Frysinger  gentoo  org>
AuthorDate: Mon Nov 30 17:37:46 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Mon Nov 30 17:37:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4d0e9d

sys-apps/usbutils: mark 008-r1 arm64/m68k/s390/sh stable #567132

 sys-apps/usbutils/usbutils-008-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/usbutils/usbutils-008-r1.ebuild 
b/sys-apps/usbutils/usbutils-008-r1.ebuild
index d76c855..1778b0d 100644
--- a/sys-apps/usbutils/usbutils-008-r1.ebuild
+++ b/sys-apps/usbutils/usbutils-008-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://kernel/linux/utils/usb/${PN}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-go/godep/

2015-11-30 Thread William Hubbs
commit: 93152a337703cab2d754c35ab05500ff442c5536
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Nov 30 17:39:25 2015 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Nov 30 17:40:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93152a33

dev-go/godep: add live ebuild

 dev-go/godep/godep-.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/dev-go/godep/godep-.ebuild b/dev-go/godep/godep-.ebuild
new file mode 100644
index 000..6f0bf64
--- /dev/null
+++ b/dev-go/godep/godep-.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN=github.com/tools/godep
+
+if [[ ${PV} = ** ]]; then
+   inherit golang-vcs
+else
+   KEYWORDS="~amd64"
+   EGIT_COMMIT=v${PV}
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   inherit golang-vcs-snapshot
+fi
+inherit golang-build
+
+DESCRIPTION="dependency tool for go"
+HOMEPAGE="https://github.com/tools/godep;
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+src_install() {
+   dobin godep
+dodoc src/${EGO_PN}/*.md
+}



[gentoo-commits] sites/www:master commit in: _data/

2015-11-30 Thread Robin H. Johnson
commit: c3039b5046714d0ac0c527e6d02e8d9238a89b53
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Nov 30 17:46:40 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Nov 30 17:46:40 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=c3039b50

Missing weight for Finanzcheck.

Signed-off-by: Robin H. Johnson  gentoo.org>

 _data/ads.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_data/ads.yaml b/_data/ads.yaml
index eb6ffcc..1cb69dd 100644
--- a/_data/ads.yaml
+++ b/_data/ads.yaml
@@ -62,3 +62,4 @@ active:
 img: "finanzcheck.png"
 alt: "www.finanzcheck.de"
 url: "https://www.finanzcheck.de/;
+weight: 5



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

2015-11-30 Thread Michael Palimaka
commit: 92065d35d3b0182e84c7f37ea08974a4002dd09c
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 18:06:57 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 18:06:57 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=92065d35

kde-apps/print-manager: add missing dependency

Required for kcmshell5.

Package-Manager: portage-2.2.26

 kde-apps/print-manager/print-manager-15.08.2.ebuild   | 1 +
 kde-apps/print-manager/print-manager-15.08.3.ebuild   | 1 +
 kde-apps/print-manager/print-manager-15.12.49..ebuild | 1 +
 kde-apps/print-manager/print-manager-.ebuild  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-apps/print-manager/print-manager-15.08.2.ebuild 
b/kde-apps/print-manager/print-manager-15.08.2.ebuild
index 1c5ea25..c160551 100644
--- a/kde-apps/print-manager/print-manager-15.08.2.ebuild
+++ b/kde-apps/print-manager/print-manager-15.08.2.ebuild
@@ -31,6 +31,7 @@ DEPEND="
net-print/cups
 "
 RDEPEND="${DEPEND}
+   $(add_plasma_dep kde-cli-tools)
gtk? ( app-admin/system-config-printer )
 "
 

diff --git a/kde-apps/print-manager/print-manager-15.08.3.ebuild 
b/kde-apps/print-manager/print-manager-15.08.3.ebuild
index 0594fdd..04b1a1c 100644
--- a/kde-apps/print-manager/print-manager-15.08.3.ebuild
+++ b/kde-apps/print-manager/print-manager-15.08.3.ebuild
@@ -31,6 +31,7 @@ DEPEND="
net-print/cups
 "
 RDEPEND="${DEPEND}
+   $(add_plasma_dep kde-cli-tools)
gtk? ( app-admin/system-config-printer )
 "
 

diff --git a/kde-apps/print-manager/print-manager-15.12.49..ebuild 
b/kde-apps/print-manager/print-manager-15.12.49..ebuild
index fcc38f3..7ed91b7 100644
--- a/kde-apps/print-manager/print-manager-15.12.49..ebuild
+++ b/kde-apps/print-manager/print-manager-15.12.49..ebuild
@@ -31,6 +31,7 @@ DEPEND="
net-print/cups
 "
 RDEPEND="${DEPEND}
+   $(add_plasma_dep kde-cli-tools)
gtk? ( app-admin/system-config-printer )
 "
 

diff --git a/kde-apps/print-manager/print-manager-.ebuild 
b/kde-apps/print-manager/print-manager-.ebuild
index fcc38f3..7ed91b7 100644
--- a/kde-apps/print-manager/print-manager-.ebuild
+++ b/kde-apps/print-manager/print-manager-.ebuild
@@ -31,6 +31,7 @@ DEPEND="
net-print/cups
 "
 RDEPEND="${DEPEND}
+   $(add_plasma_dep kde-cli-tools)
gtk? ( app-admin/system-config-printer )
 "
 



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

2015-11-30 Thread Michael Palimaka
commit: 38b42ca8fc7b4877604c5410e3bf248da88f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 18:14:36 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 18:14:36 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=38b42ca8

kde-apps/print-manager: add missing dependency

Needed for /usr/share/kservicetypes5/kcmodule.desktop.

Package-Manager: portage-2.2.26

 kde-apps/print-manager/print-manager-15.08.2.ebuild   | 1 +
 kde-apps/print-manager/print-manager-15.08.3.ebuild   | 1 +
 kde-apps/print-manager/print-manager-15.12.49..ebuild | 1 +
 kde-apps/print-manager/print-manager-.ebuild  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/kde-apps/print-manager/print-manager-15.08.2.ebuild 
b/kde-apps/print-manager/print-manager-15.08.2.ebuild
index c160551..8a1d55c 100644
--- a/kde-apps/print-manager/print-manager-15.08.2.ebuild
+++ b/kde-apps/print-manager/print-manager-15.08.2.ebuild
@@ -11,6 +11,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="gtk"
 
 DEPEND="
+   $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)

diff --git a/kde-apps/print-manager/print-manager-15.08.3.ebuild 
b/kde-apps/print-manager/print-manager-15.08.3.ebuild
index 04b1a1c..563f01e 100644
--- a/kde-apps/print-manager/print-manager-15.08.3.ebuild
+++ b/kde-apps/print-manager/print-manager-15.08.3.ebuild
@@ -11,6 +11,7 @@ KEYWORDS=" ~amd64 ~x86"
 IUSE="gtk"
 
 DEPEND="
+   $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)

diff --git a/kde-apps/print-manager/print-manager-15.12.49..ebuild 
b/kde-apps/print-manager/print-manager-15.12.49..ebuild
index 7ed91b7..164e2df 100644
--- a/kde-apps/print-manager/print-manager-15.12.49..ebuild
+++ b/kde-apps/print-manager/print-manager-15.12.49..ebuild
@@ -11,6 +11,7 @@ KEYWORDS=""
 IUSE="gtk"
 
 DEPEND="
+   $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)

diff --git a/kde-apps/print-manager/print-manager-.ebuild 
b/kde-apps/print-manager/print-manager-.ebuild
index 7ed91b7..164e2df 100644
--- a/kde-apps/print-manager/print-manager-.ebuild
+++ b/kde-apps/print-manager/print-manager-.ebuild
@@ -11,6 +11,7 @@ KEYWORDS=""
 IUSE="gtk"
 
 DEPEND="
+   $(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/linsmith/

2015-11-30 Thread Thomas Beierlein
commit: a919e9ed8525ed1f2feee7a53471743ead534a79
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Nov 30 18:10:55 2015 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Nov 30 18:10:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a919e9ed

Version bump

Package-Manager: portage-2.2.26

 sci-electronics/linsmith/Manifest|  1 +
 sci-electronics/linsmith/linsmith-0.99.30.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/sci-electronics/linsmith/Manifest 
b/sci-electronics/linsmith/Manifest
index 343b1a8..56f8576 100644
--- a/sci-electronics/linsmith/Manifest
+++ b/sci-electronics/linsmith/Manifest
@@ -1 +1,2 @@
 DIST linsmith-0.99.28.tar.gz 1132315 SHA256 
22196edb6e4c72a45a3d0a794a0bb140ab5932a5e59a40e2e9ee143b53c4235d SHA512 
0e8811b64703884dc44e0d8c6a6eeefbb3ba65d8af7573a87e1985e9061d3d947f5e35631dbca2444a9ef2600b523358d6b65089ae746312f9e3397a9dd99118
 WHIRLPOOL 
41416593eb0eb8913bbd1b9d4cc104830f18eb0835b5c262e8725f3a45162a012167d396205dfc362b9908ed35a7643540dc4fe055772c8806d7c02743746dcb
+DIST linsmith-0.99.30.tar.gz 1132438 SHA256 
76739c0cdc13f193793842ea4ddd027a27143a6672994de485b9902c32a41aa3 SHA512 
d1f6cd3895b7c217de49c214f8b86b1bb9ce97d540546f0004b7f320b7cf142652cf0ec51ce48cf32b89564bf408546bf10d5f4937544cf9e8a4d87d1db5bed5
 WHIRLPOOL 
c79553bea2f35a4ed04ee028ca92c06856f13d1cb966242a1538e3719ea69330f531b1e7dcba7d6f38cdc29cedda987a2544545cea4aa1648393bcbbbeea0ac5

diff --git a/sci-electronics/linsmith/linsmith-0.99.30.ebuild 
b/sci-electronics/linsmith/linsmith-0.99.30.ebuild
new file mode 100644
index 000..8d7a910
--- /dev/null
+++ b/sci-electronics/linsmith/linsmith-0.99.30.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils autotools
+
+DESCRIPTION="Smith charting program, mainly designed for educational use"
+HOMEPAGE="http://www.jcoppens.com/soft/linsmith/index.en.php;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="
+   x11-libs/gtk+:2
+   dev-libs/libxml2:2
+   dev-libs/glib:2
+   dev-libs/atk
+   gnome-base/libgnome
+   gnome-base/libgnomecanvas
+   gnome-base/libgnomeui"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+src_prepare() {
+   # This patch is to prevent make install copying
+   # the examples in /usr/share/linsmith
+   # Now they are cp to the correct location.
+   epatch \
+   "${FILESDIR}"/${PN}-datafiles.patch
+
+   # fix QA warnings about wrong categories in .desktop file
+   sed -i -e "s/Application;Engineering;/Education;Science;Electronics;/" \
+   -e "s/Encoding=/#Encoding=/" \
+   ${PN}.desktop || die
+
+   # fix QA warnings about 'maintainer mode'
+   eautoreconf
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   insinto "/usr/share/${PN}"
+   doins datafiles/conv0809
+
+   dodoc AUTHORS ChangeLog NEWS NOTES README THANKS TODO
+   doman doc/${PN}.1
+
+   domenu ${PN}.desktop
+   doicon ${PN}_icon.xpm
+
+   if use doc; then
+   insinto "/usr/share/doc/${PF}"
+   doins doc/manual.pdf
+   fi
+
+   if use examples; then
+   insinto "/usr/share/doc/${PF}/examples"
+   doins datafiles/*.circ datafiles/*.load || die
+   fi
+}



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

2015-11-30 Thread Michael Palimaka
commit: fcac5664bb01dd3b1b7432fda1b5a31e0dda0a80
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Nov 30 18:17:03 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Nov 30 18:17:03 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fcac5664

kde-apps/print-manager: enable gtk USE flag by default

This is what upstream supports and was the behaviour in print-manager:4.

Package-Manager: portage-2.2.26

 kde-apps/print-manager/print-manager-15.08.2.ebuild   | 2 +-
 kde-apps/print-manager/print-manager-15.08.3.ebuild   | 2 +-
 kde-apps/print-manager/print-manager-15.12.49..ebuild | 2 +-
 kde-apps/print-manager/print-manager-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/print-manager/print-manager-15.08.2.ebuild 
b/kde-apps/print-manager/print-manager-15.08.2.ebuild
index 8a1d55c..3a97b6e 100644
--- a/kde-apps/print-manager/print-manager-15.08.2.ebuild
+++ b/kde-apps/print-manager/print-manager-15.08.2.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Manage print jobs and printers in Plasma"
 KEYWORDS="~amd64 ~x86"
-IUSE="gtk"
+IUSE="+gtk"
 
 DEPEND="
$(add_frameworks_dep kcmutils)

diff --git a/kde-apps/print-manager/print-manager-15.08.3.ebuild 
b/kde-apps/print-manager/print-manager-15.08.3.ebuild
index 563f01e..efebbb5 100644
--- a/kde-apps/print-manager/print-manager-15.08.3.ebuild
+++ b/kde-apps/print-manager/print-manager-15.08.3.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Manage print jobs and printers in Plasma"
 KEYWORDS=" ~amd64 ~x86"
-IUSE="gtk"
+IUSE="+gtk"
 
 DEPEND="
$(add_frameworks_dep kcmutils)

diff --git a/kde-apps/print-manager/print-manager-15.12.49..ebuild 
b/kde-apps/print-manager/print-manager-15.12.49..ebuild
index 164e2df..1f0af00 100644
--- a/kde-apps/print-manager/print-manager-15.12.49..ebuild
+++ b/kde-apps/print-manager/print-manager-15.12.49..ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Manage print jobs and printers in Plasma"
 KEYWORDS=""
-IUSE="gtk"
+IUSE="+gtk"
 
 DEPEND="
$(add_frameworks_dep kcmutils)

diff --git a/kde-apps/print-manager/print-manager-.ebuild 
b/kde-apps/print-manager/print-manager-.ebuild
index 164e2df..1f0af00 100644
--- a/kde-apps/print-manager/print-manager-.ebuild
+++ b/kde-apps/print-manager/print-manager-.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 
 DESCRIPTION="Manage print jobs and printers in Plasma"
 KEYWORDS=""
-IUSE="gtk"
+IUSE="+gtk"
 
 DEPEND="
$(add_frameworks_dep kcmutils)



[gentoo-commits] repo/gentoo:master commit in: sci-electronics/gtkwave/

2015-11-30 Thread Thomas Beierlein
commit: 378d7cf4331c190613ddbc1ee7e37a7670019397
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Mon Nov 30 18:30:47 2015 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Mon Nov 30 18:30:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378d7cf4

sci-electronics/gtkwave: Version bump

Package-Manager: portage-2.2.26

 sci-electronics/gtkwave/Manifest  |  1 +
 sci-electronics/gtkwave/gtkwave-3.3.68.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/sci-electronics/gtkwave/Manifest b/sci-electronics/gtkwave/Manifest
index df9f65a..3b94007 100644
--- a/sci-electronics/gtkwave/Manifest
+++ b/sci-electronics/gtkwave/Manifest
@@ -1,2 +1,3 @@
 DIST gtkwave-3.3.65.tar.gz 4092871 SHA256 
64eb091e70c83bf03df14e01d338151e888fb4099c4695c2e6e40ce27d249bd5 SHA512 
5aba36c9b9ff6353115ce5660b3dd61fba96ef2bc420483e194ad7a0d97b6f0a4453db20188c12af1c333ecbeee43f7ebe5b4bd166864a003995687a497a14ff
 WHIRLPOOL 
e5aac94e9c65aa1bedffa3febac38402f51c4c84237f39d703a9f1860a981dae308109935add36f4f0881ce7c491f2aaac0b52c54bc85ca025c9518d901df344
 DIST gtkwave-3.3.66.tar.gz 4093766 SHA256 
04ce0851ebcf7ce07506c6e34af878ebf0c5a09495035a71e881fe6ff2abb99e SHA512 
6c91efcbd240efceb770882eb0d1ccf5195b40207714432882fdaf35108e05860a5b00b7e922f95f537b01be335e8b4026e3ba6dcf02e235ff3b20f2082e7b81
 WHIRLPOOL 
6d4927d9b9e19f9ca128d9339b0e5c0ceec3b4ca2644ad38c861ff6f1896a5ba9a2c4c28b367413da6d255d6799748e7dfef0222ff3d6b3a4aa041661dee9d74
+DIST gtkwave-3.3.68.tar.gz 4097204 SHA256 
9846ced0601c32c87bfda236ccadc2c6435a76c3a799b0d17ed54a5d7391343e SHA512 
bcdd6f7de6454aefec65a0056a4a6a9994566b19ba0dc13f49f38d7d2bc601421d68aa04ebcd285fcb446f6d4a0a55a169db366c0d9387a809a59d61c8c76cac
 WHIRLPOOL 
742f2b6a1527ce3f6b58360d1bc3a6f2cd9607740fc7d32cfd858e4d77a542fd6f4dde463800c5305eaa12af548ae7bded050d1428338daf981cb1cdfd6c4448

diff --git a/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild 
b/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild
new file mode 100644
index 000..a83cf14
--- /dev/null
+++ b/sci-electronics/gtkwave/gtkwave-3.3.68.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils fdo-mime toolchain-funcs
+
+DESCRIPTION="A wave viewer for LXT, LXT2, VZT, GHW and standard Verilog 
VCD/EVCD files"
+HOMEPAGE="http://gtkwave.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+IUSE="doc examples fasttree fatlines judy lzma packed tcl"
+LICENSE="GPL-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="dev-libs/glib:2
+   x11-libs/gtk+:2
+   x11-libs/pango
+   sys-libs/zlib
+   judy? ( dev-libs/judy )
+   tcl? ( dev-lang/tcl:0 dev-lang/tk:0 )
+   lzma? ( app-arch/xz-utils )"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   dev-util/gperf"
+
+AT_M4DIR="${S}"
+
+src_prepare(){
+   # do not install doc and examples by default
+   sed -i -e 's/doc examples//' Makefile.in || die
+}
+
+src_configure(){
+   econf --disable-local-libz \
+   --disable-local-libbz2 \
+   --disable-mime-update \
+   --enable-largefile \
+   $(use_enable packed struct-pack) \
+   $(use_enable fatlines) \
+   $(use_enable tcl) \
+   $(use_enable lzma xz) \
+   $(use_enable fasttree) \
+   $(use_enable judy)
+}
+
+src_compile() {
+   emake AR=$(tc-getAR)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc ChangeLog README
+   if use doc ; then
+   insinto /usr/share/doc/${PF}
+   doins "doc/${PN}.odt"
+   fi
+   if use examples ; then
+   insinto /usr/share/doc/${PF}
+   doins -r examples
+   fi
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/sdlmame/

2015-11-30 Thread Michael Sterrett
commit: cc14dcae68ff0216fa42a8196be665f3c66424fb
Author: Michael Sterrett  gentoo  org>
AuthorDate: Mon Nov 30 19:26:44 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Mon Nov 30 19:26:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc14dcae

typo fixes from Casper Ti. Vector via bug #566996

Package-Manager: portage-2.2.20.1

 games-emulation/sdlmame/sdlmame-0.167.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-emulation/sdlmame/sdlmame-0.167.ebuild 
b/games-emulation/sdlmame/sdlmame-0.167.ebuild
index 79326b6..346fdc4 100644
--- a/games-emulation/sdlmame/sdlmame-0.167.ebuild
+++ b/games-emulation/sdlmame/sdlmame-0.167.ebuild
@@ -181,7 +181,7 @@ src_install() {
"${T}/mame.ini" || die
done
# -- Directories
-   for f in {cfg,nvram,memcard,input,state,snapshot,diff,commit} ; do
+   for f in {cfg,nvram,memcard,input,state,snapshot,diff,comment} ; do
sed -i \
-e "s:\(${f}_directory\)[ \t]*\(.*\):\1 
\t\t\$HOME/.${PN}/\2:" \
"${T}/mame.ini" || die
@@ -203,8 +203,8 @@ src_install() {
 
dodoc docs/{config,mame,newvideo}.txt
keepdir \
-   
"${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \
-   "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats}
+   
"${GAMES_DATADIR}/${PN}"/{ctrlr,cheat,roms,samples,artwork,crosshair} \
+   "${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheat}
 
if use tools ; then
for f in castool chdman floptool imgtool jedutil ldresample 
ldverify romcmp testkeys ; do



[gentoo-commits] sites/www:master commit in: _plugins/

2015-11-30 Thread Alex Legler
commit: a100faf515c3cfe8c2d1d8fe4bc6c0fb48f7429d
Author: Alex Legler  a3li  li>
AuthorDate: Mon Nov 30 19:48:22 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Mon Nov 30 19:48:22 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=a100faf5

Ruby code cleanup

 _plugins/devaway.rb|  4 ++--
 _plugins/filters.rb|  6 +++---
 _plugins/herds.rb  |  6 +++---
 _plugins/mirrors.rb|  4 +---
 _plugins/navigation.rb | 31 +--
 _plugins/news.rb   | 38 +++---
 _plugins/planet.rb |  3 +--
 _plugins/tags.rb   |  9 +
 _plugins/wiki.rb   |  2 +-
 9 files changed, 48 insertions(+), 55 deletions(-)

diff --git a/_plugins/devaway.rb b/_plugins/devaway.rb
index 5d411a0..9ba5018 100644
--- a/_plugins/devaway.rb
+++ b/_plugins/devaway.rb
@@ -5,11 +5,11 @@ module Gentoo
 def generate(site)
   data = Nokogiri::XML(File.open(DEVAWAY_XML))
 
-  site.data['devaway'] ||= { }
+  site.data['devaway'] ||= {}
 
   data.xpath('/devaway/dev').each do |dev|
 site.data['devaway'][dev['nick']] = 
dev.xpath('./reason/text()').first.content
   end
 end
   end
-end
\ No newline at end of file
+end

diff --git a/_plugins/filters.rb b/_plugins/filters.rb
index 34ad123..df5b4f7 100644
--- a/_plugins/filters.rb
+++ b/_plugins/filters.rb
@@ -1,6 +1,6 @@
 module Gentoo
   module Filters
-UNITS = %W(B KiB MiB GiB TiB).freeze
+UNITS = %w(B KiB MiB GiB TiB).freeze
 
 def nice_filesize(input)
   number = input.to_i
@@ -12,7 +12,7 @@ module Gentoo
 exponent = (Math.log(number) / Math.log(1024)).to_i
 exponent = max_exp if exponent > max_exp
 
-number  /= 1024 ** exponent
+number /= 1024**exponent
   end
 
   "#{number} #{UNITS[exponent]}"
@@ -25,4 +25,4 @@ module Gentoo
   end
 end
 
-Liquid::Template.register_filter(Gentoo::Filters)
\ No newline at end of file
+Liquid::Template.register_filter(Gentoo::Filters)

diff --git a/_plugins/herds.rb b/_plugins/herds.rb
index 2f357c7..971f1e2 100644
--- a/_plugins/herds.rb
+++ b/_plugins/herds.rb
@@ -4,7 +4,7 @@ module Gentoo
 
 def generate(site)
   xml = Nokogiri::XML(File.open(XML))
-  
+
   site.data['herds'] ||= {}
 
   xml.xpath('/herds/herd').each do |item|
@@ -21,7 +21,7 @@ module Gentoo
   maint_data = {
 'email' => maint.xpath('./email/text()').first.text,
 'name' => nil,
-'role' => nil,
+'role' => nil
   }
 
   ns_name = maint.xpath('./name/text()')
@@ -40,4 +40,4 @@ module Gentoo
   end
 end
   end
-end
\ No newline at end of file
+end

diff --git a/_plugins/mirrors.rb b/_plugins/mirrors.rb
index 1d30238..c1bf17b 100644
--- a/_plugins/mirrors.rb
+++ b/_plugins/mirrors.rb
@@ -26,7 +26,6 @@ module Gentoo
   next unless mirror.name == 'mirror'
 
   mirror.children.each do |tag|
-
 case tag.name
 when 'name'
   mirror_data['name'] = tag.text
@@ -46,7 +45,6 @@ module Gentoo
   site.data['mirrors'][key][region][country_code]['mirrors'] << 
mirror_data
 end
   end
-
 end
   end
-end
\ No newline at end of file
+end

diff --git a/_plugins/navigation.rb b/_plugins/navigation.rb
index 0df1404..66bf9a3 100644
--- a/_plugins/navigation.rb
+++ b/_plugins/navigation.rb
@@ -24,38 +24,43 @@ module Gentoo
   end
 
   private
+
   def primary(all_pages, current_page)
-pages = all_pages.select {|page| page.data['nav1-show'] == true }
+pages = all_pages.select { |page| page.data['nav1-show'] == true }
 
 generate(pages, current_page, '1')
   end
 
   def secondary(all_pages, current_page)
-pages = all_pages.select {|page| page.data['nav1'] == 
current_page['nav1'] and page.data['nav2-show'] == true }
+pages = all_pages.select { |page| page.data['nav1'] == 
current_page['nav1'] && page.data['nav2-show'] == true }
 
 generate(pages, current_page, '2')
   end
 
   def tertiary(all_pages, current_page)
-pages = all_pages.select {|page| page.data['nav1'] == 
current_page['nav1'] and page.data['nav2'] == current_page['nav2'] and 
page.data['nav3-show'] == true }
+pages = all_pages.select do |page|
+  page.data['nav1'] == current_page['nav1'] &&
+  page.data['nav2'] == current_page['nav2'] &&
+  page.data['nav3-show'] == true
+end
 
 generate(pages, current_page, '3')
   end
 
   def sitemap(all_pages, nav1)
-pages = all_pages.select {|page| page.data['nav1'] == nav1 and 
page.data['nav2-show'] == true }
+pages = all_pages.select { |page| page.data['nav1'] == nav1 && 
page.data['nav2-show'] == true }
 
 generate(pages, {}, '2')
   end
 
   def generate(all_pages, current_page, level)
-level_show = "nav%s-show" % level
-level_weight = 

[gentoo-commits] sites/www:master commit in: /

2015-11-30 Thread Alex Legler
commit: 290e3c916a29c2a8b2aa4b5d89adc1343e7122f8
Author: Alex Legler  a3li  li>
AuthorDate: Mon Nov 30 19:48:13 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Mon Nov 30 19:48:13 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=290e3c91

Add code style settings

 .rubocop.yml | 17 +
 1 file changed, 17 insertions(+)

diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 000..fe6df44
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,17 @@
+Style/FormatString:
+  Enabled: false
+
+Style/Documentation:
+  Enabled: false
+
+Style/PerlBackrefs:
+  Enabled: false
+
+Metrics/LineLength:
+  Max: 120
+
+Metrics/MethodLength:
+  Max: 20
+
+Metrics/ModuleLength:
+  Max: 200



[gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/_config/

2015-11-30 Thread Arfrever Frehtes Taifersar Arahesis
commit: 5ea789a0e740303858f8f8a72dc538eb87d6df1c
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Nov 30 23:25:42 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Mon Nov 30 23:25:42 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=5ea789a0

portage.package.ebuild._config.LicenseManager.LicenseManager._getPkgAcceptLicense():
 Fix typo in call to hasattr().

 pym/portage/package/ebuild/_config/LicenseManager.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pym/portage/package/ebuild/_config/LicenseManager.py 
b/pym/portage/package/ebuild/_config/LicenseManager.py
index f76e7e2..1d4e082 100644
--- a/pym/portage/package/ebuild/_config/LicenseManager.py
+++ b/pym/portage/package/ebuild/_config/LicenseManager.py
@@ -1,4 +1,4 @@
-# Copyright 201-2012 Gentoo Foundation
+# Copyright 2010-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = (
@@ -119,7 +119,7 @@ class LicenseManager(object):
cp = cpv_getkey(cpv)
cpdict = self._plicensedict.get(cp)
if cpdict:
-   if not hasattr(cpv, slot):
+   if not hasattr(cpv, "slot"):
cpv = _pkg_str(cpv, slot=slot, repo=repo)
plicence_list = ordered_by_atom_specificity(cpdict, cpv)
if plicence_list:



[gentoo-commits] proj/portage:master commit in: pym/_emerge/, pym/portage/package/ebuild/, pym/portage/dep/

2015-11-30 Thread Arfrever Frehtes Taifersar Arahesis
commit: 39d81c514c33733209963110d90ae88020ffcf7d
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  1 02:36:48 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  1 02:36:48 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=39d81c51

portage.package.ebuild.config.config.__getitem__(): Partially drop backward 
compatibility for nonexistent keys.

For nonexistent keys:
- When called by Portage scripts, raise KeyError.
- When called by third-party code, print deprecation warning and continue 
returning "".

 pym/_emerge/actions.py   |  6 +++---
 pym/portage/dep/dep_check.py |  6 --
 pym/portage/package/ebuild/config.py | 29 -
 3 files changed, 31 insertions(+), 10 deletions(-)

diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 54e99c1..c3b0b98 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -1580,7 +1580,7 @@ def action_info(settings, trees, myopts, myfiles):
chost = settings.get("CHOST")
 
append(getportageversion(settings["PORTDIR"], None,
-   settings.profile_path, settings["CHOST"],
+   settings.profile_path, chost,
trees[settings['EROOT']]["vartree"].dbapi))
 
header_width = 65
@@ -2810,7 +2810,7 @@ def run_action(emerge_config):
adjust_configs(emerge_config.opts, emerge_config.trees)
apply_priorities(emerge_config.target_config.settings)
 
-   for fmt in 
emerge_config.target_config.settings["PORTAGE_BINPKG_FORMAT"].split():
+   for fmt in 
emerge_config.target_config.settings.get("PORTAGE_BINPKG_FORMAT", "").split():
if not fmt in portage.const.SUPPORTED_BINPKG_FORMATS:
if "--pkg-format" in emerge_config.opts:
problematic="--pkg-format"
@@ -2827,7 +2827,7 @@ def run_action(emerge_config):
emerge_config.target_config.settings["PORTDIR"],
None,
emerge_config.target_config.settings.profile_path,
-   emerge_config.target_config.settings["CHOST"],
+   emerge_config.target_config.settings.get("CHOST"),
emerge_config.target_config.trees['vartree'].dbapi) + 
'\n',
noiselevel=-1)
return 0

diff --git a/pym/portage/dep/dep_check.py b/pym/portage/dep/dep_check.py
index 69b358c..9af4e65 100644
--- a/pym/portage/dep/dep_check.py
+++ b/pym/portage/dep/dep_check.py
@@ -653,10 +653,12 @@ def dep_check(depstring, mydbapi, mysettings, use="yes", 
mode=None, myuse=None,
# matchall behavior to account for profile use.mask/force. The
# ARCH/archlist code here may be redundant, since the profile
# really should be handling ARCH masking/forcing itself.
+   arch = mysettings.get("ARCH")
mymasks.update(mysettings.usemask)
mymasks.update(mysettings.archlist())
-   mymasks.discard(mysettings["ARCH"])
-   useforce.add(mysettings["ARCH"])
+   if arch:
+   mymasks.discard(arch)
+   useforce.add(arch)
useforce.update(mysettings.useforce)
useforce.difference_update(mymasks)
 

diff --git a/pym/portage/package/ebuild/config.py 
b/pym/portage/package/ebuild/config.py
index 1827043..da9a936 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -1,4 +1,4 @@
-# Copyright 2010-2014 Gentoo Foundation
+# Copyright 2010-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import unicode_literals
@@ -15,6 +15,7 @@ import platform
 import pwd
 import re
 import sys
+import traceback
 import warnings
 
 from _emerge.Package import Package
@@ -1257,13 +1258,13 @@ class config(object):
use = frozenset(settings['PORTAGE_USE'].split())
 
values['ACCEPT_LICENSE'] = 
settings._license_manager.get_prunned_accept_license( \
-   settings.mycpv, use, settings['LICENSE'], 
settings['SLOT'], settings.get('PORTAGE_REPO_NAME'))
+   settings.mycpv, use, settings.get('LICENSE', 
''), settings.get('SLOT'), settings.get('PORTAGE_REPO_NAME'))
values['PORTAGE_RESTRICT'] = self._restrict(use, 
settings)
return values
 
def _restrict(self, use, settings):
try:
-   restrict = set(use_reduce(settings['RESTRICT'], 
uselist=use, flat=True))
+   restrict = 
set(use_reduce(settings.get('RESTRICT', ''), uselist=use, flat=True))
except InvalidDependString:
   

[gentoo-commits] proj/sci:master commit in: sci-biology/mothur/, sci-biology/mothur/files/

2015-11-30 Thread Martin Mokrejs
commit: 4301eeb9419fd475d20e7c46d5fe4ea0bcbda847
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Nov 30 23:50:30 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Nov 30 23:50:30 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4301eeb9

sci-biology/mothur: version bump; update makefile patch, the other patch from 
1.27 series seems not necessary anymore; added few more IUSE values but the 
makefile could ideally respect them before forcing boost and zlib libraries 
into LIBS

Package-Manager: portage-2.2.18

 sci-biology/mothur/ChangeLog   | 12 +
 .../mothur/files/mothur-1.36.1-makefile.patch  | 61 ++
 sci-biology/mothur/metadata.xml|  5 ++
 sci-biology/mothur/mothur-1.36.1.ebuild| 46 
 4 files changed, 124 insertions(+)

diff --git a/sci-biology/mothur/ChangeLog b/sci-biology/mothur/ChangeLog
new file mode 100644
index 000..7e1aa76
--- /dev/null
+++ b/sci-biology/mothur/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for sci-biology/mothur
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*mothur-1.36.1 (30 Nov 2015)
+
+  30 Nov 2015; Martin Mokrejs 
+  +files/mothur-1.36.1-makefile.patch, +metadata.xml, +mothur-1.36.1.ebuild:
+  sci-biology/mothur: version bump; update makefile patch, the other patch from
+  1.27 series seems not necessary anymore; added few more IUSE values but the
+  makefile could ideally respect them before forcing boost and zlib libraries
+  into LIBS

diff --git a/sci-biology/mothur/files/mothur-1.36.1-makefile.patch 
b/sci-biology/mothur/files/mothur-1.36.1-makefile.patch
new file mode 100644
index 000..08e0b7b
--- /dev/null
+++ b/sci-biology/mothur/files/mothur-1.36.1-makefile.patch
@@ -0,0 +1,61 @@
+--- mothur-1.36.1/makefile.ori 2015-11-30 18:38:40.511576683 +0100
 mothur-1.36.1/makefile 2015-11-30 18:41:24.261579412 +0100
+@@ -9,7 +9,7 @@
+ #
+ 
+ USEMPI ?= no
+-64BIT_VERSION ?= yes
++64BIT_VERSION ?= no
+ USEREADLINE ?= yes
+ USECOMPRESSION ?= no
+ USEBOOST ?= yes
+@@ -18,7 +18,7 @@
+ VERSION = "\"1.36.1\""
+ 
+ # Optimize to level 3:
+-CXXFLAGS += -O3
++# CXXFLAGS += -O3
+ 
+ 
+ ifeq  ($(strip $(64BIT_VERSION)),yes)
+@@ -58,7 +58,7 @@
+ 
+ 
+ ifeq  ($(strip $(USEMPI)),yes)
+-CXX = mpic++
++#CXX = mpic++
+ CXXFLAGS += -DUSE_MPI
+ endif
+ 
+@@ -106,10 +106,8 @@
+ OBJECTS+=$(patsubst %.cpp,%.o,$(wildcard *.cpp))
+ OBJECTS+=$(patsubst %.c,%.o,$(wildcard *.c))
+ 
+-mothur : $(OBJECTS) uchime
++mothur : $(OBJECTS)
+   $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS)
+-  strip mothur
+-
+ 
+ uchime:
+   cd source/uchime_src && ./mk && mv uchime ../../ && cd ..
+--- mothur-1.36.1/makefile.ori 2015-11-30 18:46:41.411584697 +0100
 mothur-1.36.1/makefile 2015-11-30 19:15:18.531613315 +0100
+@@ -64,14 +64,12 @@
+ 
+ #The boost libraries allow you to read gz files.
+ ifeq  ($(strip $(USEBOOST)),yes)
+-BOOST_INCLUDE_DIR="/usr/local/include"
+-BOOST_LIBRARY_DIR="/usr/local/lib"
++BOOST_INCLUDE_DIR="/usr/include"
++BOOST_LIBRARY_DIR="/usr/lib"
+ 
+ CXXFLAGS += -DUSE_BOOST
+ 
+-LIBS += \
+-${BOOST_LIBRARY_DIR}/libboost_iostreams.a \
+-${BOOST_LIBRARY_DIR}/zlib.a
++LIBS += -lboost_iostreams -lz
+ 
+ #if linux or windows then ${BOOST_LIBRARY_DIR}/libz.a
+ endif

diff --git a/sci-biology/mothur/metadata.xml b/sci-biology/mothur/metadata.xml
new file mode 100644
index 000..f17a827
--- /dev/null
+++ b/sci-biology/mothur/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  sci-biology
+

diff --git a/sci-biology/mothur/mothur-1.36.1.ebuild 
b/sci-biology/mothur/mothur-1.36.1.ebuild
new file mode 100644
index 000..c82f7fc
--- /dev/null
+++ b/sci-biology/mothur/mothur-1.36.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic fortran-2 toolchain-funcs
+
+DESCRIPTION="A suite of algorithms for ecological bioinformatics"
+HOMEPAGE="http://www.mothur.org/;
+SRC_URI="https://github.com/mothur/mothur/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="mpi readline zlib"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-libs/boost"
+RDEPEND="
+   sci-biology/uchime
+   mpi? ( virtual/mpi )"
+DEPEND="${RDEPEND}
+   app-arch/unzip"
+
+pkg_setup() {
+   fortran-2_pkg_setup
+   use mpi && export CXX=mpicxx || export CXX=$(tc-getCXX)
+   use amd64 && append-cppflags -DBIT_VERSION
+   use readline && export USEREADLINE=yes || export USEREADLINE=no
+   # use boost && export USEBOOST=yes || export USEBOOST=no
+   use zlib && export USECOMPRESSION=yes || export USECOMPRESSION=no
+}
+
+src_prepare() {
+   epatch \
+   "${FILESDIR}"/${P}-makefile.patch \
+# 

[gentoo-commits] proj/sci:master commit in: sci-biology/repeatmasker/files/, sci-biology/repeatmasker/

2015-11-30 Thread Martin Mokrejs
commit: f7e2b8faced793d6f723a7da224fca410ae3c9ca
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Dec  1 00:09:23 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Dec  1 00:09:23 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f7e2b8fa

sci-biology/repeatmasker: added file checksum; add missing quotes

Package-Manager: portage-2.2.18

 ...ch => RepeatMasker-open-4-0-1__configure.patch} |  0
 ...ch => RepeatMasker-open-4-0-6__configure.patch} | 42 +++---
 ...r-4.0.1-r1.ebuild => repeatmasker-4.0.6.ebuild} |  6 ++--
 3 files changed, 16 insertions(+), 32 deletions(-)

diff --git a/sci-biology/repeatmasker/files/configure.patch 
b/sci-biology/repeatmasker/files/RepeatMasker-open-4-0-1__configure.patch
similarity index 100%
copy from sci-biology/repeatmasker/files/configure.patch
copy to sci-biology/repeatmasker/files/RepeatMasker-open-4-0-1__configure.patch

diff --git a/sci-biology/repeatmasker/files/configure.patch 
b/sci-biology/repeatmasker/files/RepeatMasker-open-4-0-6__configure.patch
similarity index 74%
rename from sci-biology/repeatmasker/files/configure.patch
rename to 
sci-biology/repeatmasker/files/RepeatMasker-open-4-0-6__configure.patch
index 0b8a75c..e404219 100644
--- a/sci-biology/repeatmasker/files/configure.patch
+++ b/sci-biology/repeatmasker/files/RepeatMasker-open-4-0-6__configure.patch
@@ -1,5 +1,5 @@
 configure.ori  2013-02-21 02:32:30.0 +0100
-+++ configure  2015-11-24 19:54:50.630202150 +0100
+--- configure.ori  2015-11-24 20:56:46.0 +0100
 configure  2015-11-24 20:59:58.0 +0100
 @@ -253,17 +253,16 @@
close INVERS;
  }
@@ -67,16 +67,16 @@
  
my $wuDefault = (
  "",
-@@ -748,7 +747,7 @@
- }
+@@ -756,7 +755,7 @@
}
-   else {
--print "ERROR: Could not find nhmmer program in this directory!\n";
-+print "ERROR: Could not find nhmmer program in '$location' 
directory!\n";
-   }
-   if ( $goodParam == 0 ) {
- print "\n";
-@@ -773,7 +772,7 @@
+ }
+ else {
+-  print "ERROR: Could not find nhmmer program in this directory!\n";
++  print "ERROR: Could not find nhmmer program in '$location' 
directory!\n";
+ }
+   }
+ 
+@@ -776,7 +775,7 @@
}
close IN;
close OUT;
@@ -85,7 +85,7 @@
  
my $default = (
  "",
-@@ -827,7 +826,7 @@
+@@ -830,7 +829,7 @@
}
close IN;
close OUT;
@@ -94,7 +94,7 @@
  
my $deDefault = (
  "",
-@@ -863,9 +862,6 @@
+@@ -866,9 +865,6 @@
  
my $answer = undef;
  
@@ -104,19 +104,3 @@
print "\n\n\n";
print $screenText;
my $numLines = ( $screenText =~ s/(\n)/$1/g );
 configure.ori  2015-11-24 20:10:58.640204679 +0100
-+++ configure  2015-11-24 20:11:00.970204685 +0100
-@@ -728,11 +728,12 @@
- # HMMER 3.0dev (March 2010); http://hmmer.org/
- # HMMER 3.1dev_0.33 (July 2012); http://hmmer.org
- # HMMER hmmer3.1-snap20120830 (August 2012); http://hmmer.org/
-+  # HMMER 3.1b2 (February 2015); http://hmmer.org/
- while ( $result =~ /([^\n\r]*)[\n\r]/ig ) {
-   my $line = $1;
- 
-   if ( $line =~ 
/^#\s+HMMER\s+(\d+\.\d+)((dev)?(_\d+\.\d+)?\s+\(.*\)).*/
--   || $line =~ /^#\s+HMMER\s+hmmer(\d+\.\d+)-snap.*/ )
-+   || $line =~ /^#\s+HMMER\s+hmmer(\d+\.\d+)-snap.*/ || $line =~ 
/^#\s+HMMER\s+(\d+\.\d+).*/)
-   {
- if ( $1 >= 3.1 ) {
-   $goodParam = 1;

diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.1-r1.ebuild 
b/sci-biology/repeatmasker/repeatmasker-4.0.6.ebuild
similarity index 94%
rename from sci-biology/repeatmasker/repeatmasker-4.0.1-r1.ebuild
rename to sci-biology/repeatmasker/repeatmasker-4.0.6.ebuild
index 0899978..89b7c7f 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.1-r1.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 S="${WORKDIR}/RepeatMasker"
 
 src_prepare(){
-   epatch "${FILESDIR}"/configure.patch
+   epatch "${FILESDIR}"/"${P}"__configure.patch
 }
 
 src_configure() {
@@ -37,11 +37,11 @@ src_configure() {
#  -- Building monolithic RM database...sh: 
/var/tmp/portage/sci-biology/repeatmasker-4.0.1-r1/image///usr/share/repeatmasker/Libraries/RepeatMasker.lib:
 No such file or directory
# -e 's|> \($rmLocation/Libraries/RepeatMasker.lib\)|> '${D}'/\1|'
sed -i -e 's/system( "clear" );//' "${S}/configure" || die
-   mkdir -p ${D}//usr/share/repeatmasker/Libraries/ || die
+   mkdir -p "${D}"/usr/share/repeatmasker/Libraries/ || die
#
# the below files is actually overwritten by buildRMLibFromEMBL.pl so 
the 'blah'
# item does not get installed
-   echo ">blah\natgc" > 
${D}//usr/share/repeatmasker/Libraries/RepeatMasker.lib || die
+   echo ">blah\natgc" > 
"${D}"/usr/share/repeatmasker/Libraries/RepeatMasker.lib || die
# below try to define paths to trf, 

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

2015-11-30 Thread Arfrever Frehtes Taifersar Arahesis
commit: 4f25fa69e4a57785163345b1f4cace62daad5fea
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  1 00:27:04 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  1 00:27:04 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=4f25fa69

ebuild: Move imports to the top.

 bin/ebuild | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/bin/ebuild b/bin/ebuild
index ed1231f..1f99177 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -8,6 +8,8 @@ import argparse
 import platform
 import signal
 import sys
+import textwrap
+
 # This block ensures that ^C interrupts are handled quietly.
 try:
 
@@ -49,7 +51,9 @@ from portage import _shell_quote
 from portage import _unicode_decode
 from portage import _unicode_encode
 from portage.const import VDB_PATH
-from portage.exception import PortageKeyError
+from portage.exception import PermissionDenied, PortageKeyError, \
+   PortagePackageException, UnsupportedAPIException
+import portage.util
 from _emerge.Package import Package
 from _emerge.RootConfig import RootConfig
 
@@ -96,8 +100,6 @@ if not opts.ignore_default_opts:
 debug = opts.debug
 force = opts.force
 
-import portage.util, portage.const
-
 # do this _after_ 'import portage' to prevent unnecessary tracing
 if debug and "python-trace" in portage.features:
import portage.debug
@@ -305,8 +307,7 @@ def stale_env_warning():
msg = ("Existing ${T}/environment for '%s' will be 
sourced. " + \
"Run 'clean' to start with a fresh 
environment.") % \
(tmpsettings["PF"], )
-   from textwrap import wrap
-   msg = wrap(msg, 70)
+   msg = textwrap.wrap(msg, 70)
for x in msg:
portage.writemsg(">>> %s\n" % x)
 
@@ -314,9 +315,6 @@ def stale_env_warning():

open(os.path.join(tmpsettings['PORTAGE_BUILDDIR'],
'.ebuild_changed'), 'w').close()
 
-from portage.exception import PermissionDenied, \
-   PortagePackageException, UnsupportedAPIException
-
 if 'digest' in tmpsettings.features:
if pargs and pargs[0] not in ("digest", "manifest"):
pargs = ['digest'] + pargs
@@ -345,8 +343,7 @@ for arg in pargs:
# aux_get error
a = 1
except UnsupportedAPIException as e:
-   from textwrap import wrap
-   msg = wrap(str(e), 70)
+   msg = textwrap.wrap(str(e), 70)
del e
for x in msg:
portage.writemsg("!!! %s\n" % x, noiselevel=-1)



[gentoo-commits] proj/portage:master commit in: pym/portage/, bin/, pym/portage/dbapi/

2015-11-30 Thread Arfrever Frehtes Taifersar Arahesis
commit: 3ffdbbe06fab5f3c60d03a77f5a2d08cb94b1869
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Mon Nov 30 23:06:18 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Mon Nov 30 23:06:18 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=3ffdbbe0

ebuild: Do not catch unexpected KeyErrors from aux_get().

 bin/ebuild|  5 +++--
 pym/portage/dbapi/porttree.py | 20 ++--
 pym/portage/exception.py  |  5 -
 3 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/bin/ebuild b/bin/ebuild
index 59fced0..ed1231f 100755
--- a/bin/ebuild
+++ b/bin/ebuild
@@ -1,5 +1,5 @@
 #!/usr/bin/python -bO
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
@@ -49,6 +49,7 @@ from portage import _shell_quote
 from portage import _unicode_decode
 from portage import _unicode_encode
 from portage.const import VDB_PATH
+from portage.exception import PortageKeyError
 from _emerge.Package import Package
 from _emerge.RootConfig import RootConfig
 
@@ -273,7 +274,7 @@ try:
metadata = dict(zip(Package.metadata_keys,
portage.db[portage.settings['EROOT']][mytree].dbapi.aux_get(
cpv, Package.metadata_keys, myrepo=myrepo)))
-except KeyError:
+except PortageKeyError:
# aux_get failure, message should have been shown on stderr.
sys.exit(1)
 

diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index a954de5..23f3169 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -1,4 +1,4 @@
-# Copyright 1998-2014 Gentoo Foundation
+# Copyright 1998-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import unicode_literals
@@ -23,7 +23,7 @@ from portage.cache import volatile
 from portage.cache.cache_errors import CacheError
 from portage.cache.mappings import Mapping
 from portage.dbapi import dbapi
-from portage.exception import PortageException, \
+from portage.exception import PortageException, PortageKeyError, \
FileNotFound, InvalidAtom, InvalidData, \
InvalidDependString, InvalidPackageName
 from portage.localization import _
@@ -435,7 +435,7 @@ class portdbapi(dbapi):
writemsg(_("!!! aux_get(): ebuild for " \
"'%s' does not exist at:\n") % (cpv,), 
noiselevel=-1)
writemsg("!!!%s\n" % ebuild_path, 
noiselevel=-1)
-   raise KeyError(cpv)
+   raise PortageKeyError(cpv)
 
# Pull pre-generated metadata from the metadata/cache/
# directory if it exists and is valid, otherwise fall
@@ -481,12 +481,12 @@ class portdbapi(dbapi):
def aux_get(self, mycpv, mylist, mytree=None, myrepo=None):
"stub code for returning auxilliary db information, such as 
SLOT, DEPEND, etc."
'input: "sys-apps/foo-1.0",["SLOT","DEPEND","HOMEPAGE"]'
-   'return: ["0",">=sys-libs/bar-1.0","http://www.foo.com;] or 
raise KeyError if error'
+   'return: ["0",">=sys-libs/bar-1.0","http://www.foo.com;] or 
raise PortageKeyError if error'
cache_me = False
if myrepo is not None:
mytree = self.treemap.get(myrepo)
if mytree is None:
-   raise KeyError(myrepo)
+   raise PortageKeyError(myrepo)
 
if mytree is not None and len(self.porttrees) == 1 \
and mytree == self.porttrees[0]:
@@ -507,22 +507,22 @@ class portdbapi(dbapi):
try:
cat, pkg = mycpv.split("/", 1)
except ValueError:
-   # Missing slash. Can't find ebuild so raise KeyError.
-   raise KeyError(mycpv)
+   # Missing slash. Can't find ebuild so raise 
PortageKeyError.
+   raise PortageKeyError(mycpv)
 
myebuild, mylocation = self.findname2(mycpv, mytree)
 
if not myebuild:
writemsg("!!! aux_get(): %s\n" % \
_("ebuild not found for '%s'") % mycpv, 
noiselevel=1)
-   raise KeyError(mycpv)
+   raise PortageKeyError(mycpv)
 
mydata, ebuild_hash = self._pull_valid_cache(mycpv, myebuild, 
mylocation)
doregen = mydata is None
 
if doregen:
if myebuild in self._broken_ebuilds:
-   raise KeyError(mycpv)
+   raise PortageKeyError(mycpv)
 
proc = EbuildMetadataPhase(cpv=mycpv,

[gentoo-commits] proj/sci:master commit in: sci-biology/repeatmasker/files/, sci-biology/repeatmasker/

2015-11-30 Thread Martin Mokrejs
commit: 88c83795fd0b56239cc79b4b2c24e1d459dc348a
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Dec  1 00:29:23 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Dec  1 00:29:23 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=88c83795

sci-biology/repeatmasker: rename and move the patch file; drop old patch for a 
previous version

Package-Manager: portage-2.2.18

 sci-biology/repeatmasker/ChangeLog |   7 ++
 .../files/RepeatMasker-open-4-0-1__configure.patch | 122 -
 ...e.patch => repeatmasker-4.0.6__configure.patch} |   0
 3 files changed, 7 insertions(+), 122 deletions(-)

diff --git a/sci-biology/repeatmasker/ChangeLog 
b/sci-biology/repeatmasker/ChangeLog
index c7fadb6..872aa83 100644
--- a/sci-biology/repeatmasker/ChangeLog
+++ b/sci-biology/repeatmasker/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  01 Dec 2015; Martin Mokrejs 
+  +files/repeatmasker-4.0.6__configure.patch,
+  -files/RepeatMasker-open-4-0-1__configure.patch,
+  -files/RepeatMasker-open-4-0-6__configure.patch:
+  sci-biology/repeatmasker: rename and move the patch file; drop old patch for 
a
+  previous version
+
   24 Nov 2015; Martin Mokrejs 
   repeatmasker-4.0.1-r1.ebuild:
   sci-biology/repeatmasker: improve einfo message

diff --git 
a/sci-biology/repeatmasker/files/RepeatMasker-open-4-0-1__configure.patch 
b/sci-biology/repeatmasker/files/RepeatMasker-open-4-0-1__configure.patch
deleted file mode 100644
index 0b8a75c..000
--- a/sci-biology/repeatmasker/files/RepeatMasker-open-4-0-1__configure.patch
+++ /dev/null
@@ -1,122 +0,0 @@
 configure.ori  2013-02-21 02:32:30.0 +0100
-+++ configure  2015-11-24 19:54:50.630202150 +0100
-@@ -253,17 +253,16 @@
-   close INVERS;
- }
- else {
--  print "\nYour RepeatMasker installation is missing a library file.\n"
-+  die "\nYour RepeatMasker installation is missing a library file.\n"
-   . "RepeatMasker requires a minimal set of library sequences to run\n"
-   . "properly.  Please check that all files were extracted from the\n"
-   . "distribution before re-running the configure program.\n\n";
--  exit;
- }
- 
- print "\n  -- Building monolithic RM database...";
- system(
- "$rmLocation/util/buildRMLibFromEMBL.pl 
$rmLocation/Libraries/RepeatMaskerLib.embl > 
$rmLocation/Libraries/RepeatMasker.lib 2>/dev/null"
--);
-+) and die "$rmLocation/util/buildRMLibFromEMBL.pl 
$rmLocation/Libraries/RepeatMaskerLib.embl command filed with: $!";
- 
- ##
- ## TRF location
-@@ -475,7 +474,7 @@
- }
- close IN;
- close OUT;
--system( "mv $configFile.tmp $configFile" );
-+system( "mv $configFile.tmp $configFile" ) and die "mv $configFile.tmp 
$configFile failed with: $!";
-   }
- 
- }
-@@ -607,15 +606,15 @@
-   }
-   close IN;
-   close OUT;
--  system( "mv $configFile.tmp $configFile" );
-+  system( "mv $configFile.tmp $configFile" ) and die "Faled to mv 
$configFile.tmp $configFile: $!";
- 
-   # Freeze RM and RMPep libraries for RepeatModeler use among others
-   my $rmLocation = "$FindBin::Bin";
-   print "Building RMBlast frozen libraries..\n";
-   system(   "$pgLocation/makeblastdb -dbtype nucl -in "
--  . "$rmLocation/Libraries/RepeatMasker.lib > /dev/null 2>&1" );
-+  . "$rmLocation/Libraries/RepeatMasker.lib > /dev/null 2>&1" ) and 
die "$pgLocation/makeblastdb -dbtype nucl -in 
$rmLocation/Libraries/RepeatMasker.lib failed: $!";
-   system(   "$pgLocation/makeblastdb -dbtype prot -in "
--  . "$rmLocation/Libraries/RepeatPeps.lib > /dev/null 2>&1" );
-+  . "$rmLocation/Libraries/RepeatPeps.lib > /dev/null 2>&1" ) and die 
"$pgLocation/makeblastdb -dbtype prot -in $rmLocation/Libraries/RepeatPeps.lib 
failed with: $!";
- 
-   my $pgDefault = (
- "",
-@@ -682,15 +681,15 @@
-   }
-   close IN;
-   close OUT;
--  system( "mv $configFile.tmp $configFile" );
-+  system( "mv $configFile.tmp $configFile" ) and die "mv $configFile.tmp 
$configFile failed with: $!";
- 
-   # Freeze RM and RMPep libraries
-   my $rmLocation = "$FindBin::Bin";
-   print "Building WUBlast/ABBlast frozen libraries..\n";
-   system(   "$wuLocation/xdformat -n -I "
--  . "$rmLocation/Libraries/RepeatMasker.lib > /dev/null 2>&1" );
-+  . "$rmLocation/Libraries/RepeatMasker.lib > /dev/null 2>&1" ) and 
die "$wuLocation/xdformat -n -I $rmLocation/Libraries/RepeatMasker.lib failed 
with: $!";
-   system(   "$wuLocation/xdformat -p -I "
--  . "$rmLocation/Libraries/RepeatPeps.lib > /dev/null 2>&1" );
-+  . "$rmLocation/Libraries/RepeatPeps.lib > /dev/null 2>&1" ) and die 
"$wuLocation/xdformat -p -I $rmLocation/Libraries/RepeatPeps.lib failed with: 
$!";
- 
-   my $wuDefault = (
- "",
-@@ -748,7 +747,7 @@
- }
-   }
-   else {
--print "ERROR: Could not find 

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

2015-11-30 Thread Jeroen Roovers
commit: d406527bf166cab5ea003d3aaffefa4678e262e0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec  1 04:03:32 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec  1 04:03:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d406527b

sys-apps/net-tools: Stable for HPPA PPC64 (bug #566720).

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

 sys-apps/net-tools/net-tools-1.60_p20141019041918-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/net-tools/net-tools-1.60_p20141019041918-r1.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20141019041918-r1.ebuild
index b29cae4..20a4998 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20141019041918-r1.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20141019041918-r1.ebuild
@@ -13,7 +13,7 @@ else
PATCH_VER="1"
SRC_URI="mirror://gentoo/${P}.tar.xz
mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="Standard Linux networking tools"



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

2015-11-30 Thread Jeroen Roovers
commit: af9ee4fd89c44ee56f0c1b109040accb51c363f7
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Dec  1 04:02:38 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Dec  1 04:02:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9ee4fd

net-misc/curl: Stable for HPPA PPC64 (bug #566864).

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

 net-misc/curl/curl-7.45.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.45.0.ebuild b/net-misc/curl/curl-7.45.0.ebuild
index 6806d92..336b728 100644
--- a/net-misc/curl/curl-7.45.0.ebuild
+++ b/net-misc/curl/curl-7.45.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2;
 
 LICENSE="MIT"
 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 
~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 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl 
static-libs test threads"
 IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss 
+curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl"
 IUSE+=" elibc_Winnt"



[gentoo-commits] repo/gentoo:master commit in: games-strategy/megaglest-data/, games-strategy/megaglest-data/files/

2015-11-30 Thread Michael Sterrett
commit: 99567ef785fa6f353111b30ecb6d4eaeae684797
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Dec  1 06:18:54 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Dec  1 06:19:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99567ef7

old

Package-Manager: portage-2.2.20.1

 games-strategy/megaglest-data/Manifest |   1 -
 .../files/megaglest-data-3.7.1-dutch.patch | 166 -
 .../megaglest-data/megaglest-data-3.9.1.ebuild |  44 --
 3 files changed, 211 deletions(-)

diff --git a/games-strategy/megaglest-data/Manifest 
b/games-strategy/megaglest-data/Manifest
index 0b9b5dc..2e87bce 100644
--- a/games-strategy/megaglest-data/Manifest
+++ b/games-strategy/megaglest-data/Manifest
@@ -1,2 +1 @@
 DIST megaglest-data-3.11.1.tar.xz 283383936 SHA256 
5f1f6ad9f89a929122a26e1c1cabc887b75c09f4a84720d9ce5aa6aa0fc9cbe8 SHA512 
a0ca22c2ba44992ce244c19f1bf3b19983a76520566286728ff4de4c14ef568aec3b166a2dde615b221d4cded8f2714b873a56fd58c1beebdc7120508ba0e357
 WHIRLPOOL 
bec2417a1884d5f6ded736981714eaf3a79ebf015163958b55396373bbb0e6ae6548bf9e30b4615aa9fbca1b9a779e1f8afd6086a48204561ddb361d98588771
-DIST megaglest-data-3.9.1.tar.xz 269431988 SHA256 
2ec0d6442ea2fc3bda5b412e41d97252b3f065dc09d7cda96cebbeff8eceb4d3 SHA512 
e174bde6e86c7e73d81d1ab3cfb147850ee1afa33f3b65f27aa4fbff2d3fcb031b41f6d46e822a14b8065b347c6eaa0ba6d5101d461ea5dd639f4c28e2d94112
 WHIRLPOOL 
c4aebeeb6ef36e47b9e9937de5187d4e9cae1182412456fed79aa892636c6b03a9672b76057135ffe15644215a49b3f84013ce3b1760e86b979f45f17dc0dbef

diff --git 
a/games-strategy/megaglest-data/files/megaglest-data-3.7.1-dutch.patch 
b/games-strategy/megaglest-data/files/megaglest-data-3.7.1-dutch.patch
deleted file mode 100644
index 86ae556..000
--- a/games-strategy/megaglest-data/files/megaglest-data-3.7.1-dutch.patch
+++ /dev/null
@@ -1,166 +0,0 @@
-http://sourceforge.net/tracker/?func=detail=3590533_id=300350=1266776
-http://glest.org/glest_board/index.php?topic=8725.0
 data/lang/dutch.lng
-+++ data/lang/dutch.lng
-@@ -15,7 +15,7 @@
- AffectedUnitsFromAll=Betroffen Eenheden van Allen
- AffectedUnitsFromFoe=Betroffen Eenheden van Vijand
- AffectedUnitsFromTeam=Betroffen Eenheden van Team
--AffectedUnitsFromYourFaction=Getroffen eenheden in je Stam
-+AffectedUnitsFromYourFaction=Getroffen eenheden in je Groepering
- AI=KI
- AISwitchTeamAcceptPercent=KI procent
- AlreadyUpgraded=Al opgewaardeerd
-@@ -32,7 +32,7 @@
- AttackSpeed=Aanvalssnelheid
- AttackStopped=Aanval afgebroken
- AttackStrenght=Schade
--Audio=Audio
-+Audio=Geluid
- AutoConfig=Auto-configuratie
- AutoRefreshRate=Automatische ververssnelheid
- AvailableServers=Beschikbare servers
-@@ -77,7 +77,7 @@
- Cpu=CPU
- CpuEasy=CPU (Gemakkelijk)
- CpuMega=CPU (Moeilijk)
--CpuUltra=CPU (Bizar moeilijk)
-+CpuUltra=CPU (Extreem)
- CreateNewTeam=Creëer Nieuw Team
- CustomGame=Aangepast spel
- DataNotSynchedTitle=De volgende data komt niet overeen:
-@@ -99,7 +99,7 @@
- DataMissingTechtreeSuccessDownload=Speler %s heeft de techtree %s SUCCESSVOL 
gedownload.
- DataMissingTechtreeFailDownload=Speler %s's download van techtree [%s] is 
GEFAALD. (cURL-versie: [%s])
- Deaths=Doden
--Defaults=Standaardinstellingen
-+Defaults=Standaard
- Defeat=Verslagen
- Deleting=Verwijderen
- Difficulty=Moeilijkheidsgraad
-@@ -142,7 +142,7 @@
- ExitGame?=Spel verlaten?
- ExitGameServer?=Spel verlaten?\n(dit zal het spel voor\nandere spelers 
stopzetten.)
- Explored=Verkend
--Faction=Stam
-+Faction=Groepering
- FallbackCpuMultiplier=KI veranderde vermenigvuldiger
- Fast=snel
- FieldAir=Lucht
-@@ -190,7 +190,7 @@
- InvalidOrder=Commando is ongeldig
- InvalidPosition=Positie is ongeldig
- IRCPeopleOnline=IRC-gebruikers online:
--Keyboardsetup=Toetsenbordinstellingen
-+Keyboardsetup=Toetsenbord Instellen
- KeyboardsetupTest=Toetsenbord-test
- Kills=Slachtoffers gemaakt
- JoinGame=LAN-spel
-@@ -219,21 +219,21 @@
- LoadGameDeletingFile=Poging tot verwijderen bestand: '%s'
- LoadGameLoadingFile=Poging tot laden bestand: '%s'
- SavedGameBadVersion=Opgeslagen spel versie komt niet overeen met de 
applicatie versie: [%s] --> [%s]
--LoadSavedGameInfo=Kaart: %s\nTileset: %s\nTech: %s\nScenario: %s\n# Spelers: 
%d\nStam: %s
-+LoadSavedGameInfo=Kaart: %s\nTileset: %s\nTech: %s\nScenario: %s\n# Spelers: 
%d\nGroepering: %s
- LoadedSpeed=Laadsnelheid
- Loading=Laden...
- LocalTime=Lokaal:
- LogScreenCoreDataLoading=Elementaire gegevens
- LogScreenGameLoading=Spel
--LogScreenGameLoadingCreatingAIFaction=Creëer KI voor Stam %d
-+LogScreenGameLoadingCreatingAIFaction=Creëer KI voor Groepering %d
- LogScreenGameLoadingCreatingRainParticles=Maak regen deeltjes systeem
- LogScreenGameLoadingCreatingSnowParticles=Maak sneeuw deeltjes systeem
- LogScreenGameLoadingInitRenderer=Initialiseer weergave
- LogScreenGameLoadingWaitForNetworkPlayers=Wacht op netwerk spelers
--LogScreenGameLoadingStartingMusic=Starten van stam muziek
-+LogScreenGameLoadingStartingMusic=Starten 

[gentoo-commits] repo/gentoo:master commit in: games-strategy/megaglest/files/, games-strategy/megaglest/

2015-11-30 Thread Michael Sterrett
commit: 514dc17ffeba7bcfdfc91dfb365f01daf44ef5b9
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Dec  1 06:19:31 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Dec  1 06:19:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514dc17f

old

Package-Manager: portage-2.2.20.1

 games-strategy/megaglest/Manifest  |   1 -
 .../megaglest/files/megaglest-3.9.1-cmake.patch|  46 --
 .../files/megaglest-3.9.1-static-build.patch   |  63 
 games-strategy/megaglest/megaglest-3.9.1-r1.ebuild | 165 -
 4 files changed, 275 deletions(-)

diff --git a/games-strategy/megaglest/Manifest 
b/games-strategy/megaglest/Manifest
index b5cf59e..8651604 100644
--- a/games-strategy/megaglest/Manifest
+++ b/games-strategy/megaglest/Manifest
@@ -1,2 +1 @@
 DIST megaglest-source-3.11.1.tar.xz 2863180 SHA256 
94e28a9628f3593ce337ce663f258a125176b11128f16afb8c947f2763930841 SHA512 
9e1d8eccff1889199ff0e4b0f1cc3d0193306cd9271a2c98f12a49d61a09789d0813d5f3dadfe7701d2446976992834c63287f0227d660dc9cc9d2ecef65e225
 WHIRLPOOL 
7a6b0908da7c6164f3baa71ea10c1f09fca86581b9da4930c3a0aa70e2c25d582349772d45ec8edee91ded2cbe1e68ee66e8756d1d23205c5d751eae135758b0
-DIST megaglest-source-3.9.1.tar.xz 2957360 SHA256 
e62314b8108ba3c80706aa896f4fed5992a8ea8d82a410e09fbb242c4bf54edc SHA512 
2a3d402aa68a1b1ee326bf49b6b6dee5ed561623b541ab47c1545596fa9c77f805245b66bd8457ecd82625a3f1d4868269a4a3888a54245c73d9cb6babbace70
 WHIRLPOOL 
59ad629c66633b2f320c7c80eef627f4326cbacb0cc48169c33b6783bfc26d1a8baef1773f0d05a1bc589ec5ae6bbedbb1f394c34616b166faa6e7f9630a22e5

diff --git a/games-strategy/megaglest/files/megaglest-3.9.1-cmake.patch 
b/games-strategy/megaglest/files/megaglest-3.9.1-cmake.patch
deleted file mode 100644
index c780146..000
--- a/games-strategy/megaglest/files/megaglest-3.9.1-cmake.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From: Julian Ospald 
-Date: Mon Jan 27 00:46:56 UTC 2014
-Subject: fix installation
-
 megaglest-source-3.9.1.tar.xz/source/glest_game/CMakeLists.txt
-+++ megaglest-source-3.9.1.tar.xz/source/glest_game/CMakeLists.txt
-@@ -310,9 +310,9 @@
- "${PROJECT_SOURCE_DIR}/mk/linux/megaglest.png"
- "${PROJECT_SOURCE_DIR}/mk/linux/megaglest.xpm"
- "${PROJECT_SOURCE_DIR}/mk/linux/megaglest.bmp"
--"${PROJECT_SOURCE_DIR}/data/glest_game/editor.ico"
-+"${PROJECT_SOURCE_DIR}/editor.ico"
- "${PROJECT_SOURCE_DIR}/mk/linux/glest.ico"
--"${PROJECT_SOURCE_DIR}/data/glest_game/g3dviewer.ico"
-+"${PROJECT_SOURCE_DIR}/g3dviewer.ico"
- DESTINATION ${MEGAGLEST_ICON_INSTALL_PATH})
-   ELSE()
- 
-From e463986ba1f40210b40eff34c4aac727c7f2e571 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka 
-Date: Wed, 13 May 2015 04:22:45 +1000
-Subject: [PATCH] Fix build with >=cmake-3.2.
-
-The FindOpenGL module no longer pulls in X11 libraries.

- source/shared_lib/CMakeLists.txt | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/source/shared_lib/CMakeLists.txt 
b/source/shared_lib/CMakeLists.txt
-index 3da563e..e5a06fc 100644
 a/source/shared_lib/CMakeLists.txt
-+++ b/source/shared_lib/CMakeLists.txt
-@@ -95,6 +95,10 @@ IF(BUILD_MEGAGLEST_MODEL_VIEWER OR 
BUILD_MEGAGLEST_MAP_EDITOR OR BUILD_MEGAGLEST
-   SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${OPENGL_LIBRARY})
-   ENDIF()
- 
-+IF(UNIX)
-+  FIND_PACKAGE(X11 REQUIRED)
-+  SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${X11_LIBRARIES})
-+ENDIF()
- 
- IF(WANT_XERCES)
-   FIND_PACKAGE(XercesC REQUIRED)
--- 
-2.3.6
-

diff --git a/games-strategy/megaglest/files/megaglest-3.9.1-static-build.patch 
b/games-strategy/megaglest/files/megaglest-3.9.1-static-build.patch
deleted file mode 100644
index 2586a56..000
--- a/games-strategy/megaglest/files/megaglest-3.9.1-static-build.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-commit 754a6eb9f81a4a40a2a0102ffe1bfdbba734b36a
-Author: hasufell 
-Date:   Mon Nov 18 21:54:54 2013 +0100
-
-fix static build
-
-diff --git a/mk/cmake/Modules/FindOGG.cmake b/mk/cmake/Modules/FindOGG.cmake
-index 2a026cc..8ca8a23 100644
 a/mk/cmake/Modules/FindOGG.cmake
-+++ b/mk/cmake/Modules/FindOGG.cmake
-@@ -19,11 +19,11 @@
- 
- FIND_PATH(OGG_INCLUDE_DIR ogg/ogg.h)
- 
--#IF (OGG_STATIC AND NOT OGG_LIBRARY)
--# FIND_LIBRARY(OGG_LIBRARY NAMES libogg.a ogg)
--#ELSE()
--  FIND_LIBRARY(OGG_LIBRARY NAMES ogg)
--#ENDIF()
-+IF (OGG_STATIC AND NOT OGG_LIBRARY)
-+  FIND_LIBRARY(OGG_LIBRARY NAMES libogg.a)
-+ELSE()
-+  FIND_LIBRARY(OGG_LIBRARY NAMES libogg.so)
-+ENDIF()
- 
- #IF (OGG_STATIC AND NOT VORBIS_LIBRARY)
- # FIND_LIBRARY(VORBIS_LIBRARY NAMES libvorbis.a vorbis)
 a/mk/cmake/Modules/FindXercesC.cmake

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

2015-11-30 Thread Tim Harder
commit: cbb85021a20d53b65b27016f3bb106fa3bc33eb0
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec  1 06:38:06 2015 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec  1 06:39:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb85021

sys-fs/rar2fs: version bump to 1.21.0

 sys-fs/rar2fs/Manifest |  1 +
 sys-fs/rar2fs/rar2fs-1.21.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/sys-fs/rar2fs/Manifest b/sys-fs/rar2fs/Manifest
index edd2c9d..be85d4f 100644
--- a/sys-fs/rar2fs/Manifest
+++ b/sys-fs/rar2fs/Manifest
@@ -1 +1,2 @@
 DIST rar2fs-1.20.0.tar.gz 254330 SHA256 
2b14cc5acefa12a07f5d0b1a4241713707e60e32f7a82cd86879ec1bd9cbae2d SHA512 
a0136ee57b87da8846118282fb7fe70da2e07e7380c137e39ea45c16c6ef3400341b2034008cb261dc7c4d7b0ed666f43d0485374df05f3339c4aa52b7ca9164
 WHIRLPOOL 
69c15c483f18c895739f4bd9423314c288e45f3ea3cf582399a59a30842ea81a00343b636143ed955ea0b807068fbc4f7a3bb45188a7a4c77ab6588728391f4b
+DIST rar2fs-1.21.0.tar.gz 249687 SHA256 
5913d362c10d02d44714c78ee93a0d093fe5b16c1026700f7f3cf276c93594ec SHA512 
028b958cb82268a71b7d84c0d1f8786e077891d5c7d9b28f40989eba141954c30de8638a670050154afc16ee85e233ffa5e79d949a8f1641ea59ccca7f19ed86
 WHIRLPOOL 
4097a1858f036d907b222d1228b101fcc78583036344996ed52a221aa1072a416272ae9f2890a361e4029ea7e07251fe1dde6bdad58251d0a775bcc9b972510d

diff --git a/sys-fs/rar2fs/rar2fs-1.21.0.ebuild 
b/sys-fs/rar2fs/rar2fs-1.21.0.ebuild
new file mode 100644
index 000..6f3e94f
--- /dev/null
+++ b/sys-fs/rar2fs/rar2fs-1.21.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A FUSE based filesystem that can mount one or multiple RAR 
archive(s)"
+HOMEPAGE="http://hasse69.github.io/rar2fs/ https://github.com/hasse69/rar2fs;
+SRC_URI="https://github.com/hasse69/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND=">=app-arch/unrar-5:=
+   sys-fs/fuse"
+DEPEND="${RDEPEND}"
+
+DOCS="AUTHORS ChangeLog"
+
+src_configure() {
+   export USER_CFLAGS="${CFLAGS}"
+
+   econf \
+   --with-unrar=/usr/include/libunrar \
+   $(use_enable debug)
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/unrar/

2015-11-30 Thread Tim Harder
commit: d7b0ccd1263229e92a85f0d6e6e1e623715a4807
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec  1 06:33:59 2015 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec  1 06:39:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b0ccd1

app-arch/unrar: version bump to 5.3.8

 app-arch/unrar/Manifest   |  1 +
 app-arch/unrar/unrar-5.3.8.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/app-arch/unrar/Manifest b/app-arch/unrar/Manifest
index 4930f6b..c1b0109 100644
--- a/app-arch/unrar/Manifest
+++ b/app-arch/unrar/Manifest
@@ -3,3 +3,4 @@ DIST unrarsrc-5.2.7.tar.gz 218880 SHA256 
ef14757e943787b439fedf2c564c1f38d0db315
 DIST unrarsrc-5.3.3.tar.gz 221930 SHA256 
099c67a2fdb76e55386e4496d28cf6fd1ffd9ac394b95c46b73926c5f69bd107 SHA512 
5dffa77043992b72dab10752c547c30d2ff884a18c8b19ddbbcd711e4a9f7f82020edfeb560bd10122c18296aaf08d27c7c1db4f6b62e3ec2a4cd0c449ec7d52
 WHIRLPOOL 
8be0c41a1ac81d9e9a16ce6b7cbc3479929ec65df8040a58a91c0c89d9b02a8ccde584e829e6ceea6ffa645939d68998f46627ba7df54942f76595cea8f26aaf
 DIST unrarsrc-5.3.6.tar.gz 223184 SHA256 
b917f2c5258ff2012008f9aa46984ad22dce21702eb264623b256bb8c2577c1b SHA512 
b596f69a7d1b5f6a1e3dc0f060018589dc415463c2a9f403a365e10f8e362c09de4d295df04939f2a33c8daf88de7fbe32395043b978636ea7eaa1c1d2ad80fc
 WHIRLPOOL 
6016b9ead3c2ef573e28ff05809c56e8037c23c01ee05fca0ef46eccbcc7e673b5fa57a0a6839ac2670cce928234c290e82a21a83471818e9a56eeff7984fb3e
 DIST unrarsrc-5.3.7.tar.gz 223455 SHA256 
10b49c416df3ef38ad1d289b06d642c76f7cc44902adfc5bbed76096ef70d154 SHA512 
ca07935e1febc471d770a992a50bdd2b3fa60f70b4a97a8b76e3eef6038644a2dcfa9726c2d630a35704762a5d69496ac00a700018831779ec1e4fc08b90919e
 WHIRLPOOL 
3aee2f87bb7f09a78cbb45b86fb83565207dd72760ecbea6e2279f42f6b486651bd36bd972b032a75f49ae164ea698703914bd4e6bfb78d07cd1adbe6ac10ef6
+DIST unrarsrc-5.3.8.tar.gz 223502 SHA256 
52386ee592150f009a5438829dffc91c1e0006935e8ef701f3c8d8785b8eeb99 SHA512 
0619a124fb84b64ba6944fdc9bcd8cd4821558fe54da89d9e84d6ce918ddb8176415d9290c72dbdd8455c9da48f3027e7a0fbc41531aac0e58cbcb6a095135e5
 WHIRLPOOL 
feb11a472355dbedcf2d9837c7b9db3346e82f79a90503561674810324c21d045a260fdbba91d880ed6fac338671d563e783f7e1b99507c52636749f5d527cc6

diff --git a/app-arch/unrar/unrar-5.3.8.ebuild 
b/app-arch/unrar/unrar-5.3.8.ebuild
new file mode 100644
index 000..71373bb
--- /dev/null
+++ b/app-arch/unrar/unrar-5.3.8.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic multilib toolchain-funcs
+
+MY_PN=${PN}src
+
+DESCRIPTION="Uncompress rar files"
+HOMEPAGE="http://www.rarlab.com/rar_add.htm;
+SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz;
+
+LICENSE="unRAR"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
+
+S=${WORKDIR}/unrar
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-5.0.2-build.patch
+   epatch "${FILESDIR}"/${PN}-5.2.2-no-auto-clean.patch #528218
+   local sed_args=( -e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" )
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   sed_args+=( -e "s:-shared:-dynamiclib -install_name 
${EPREFIX}/usr/$(get_libdir)/libunrar$(get_libname ${PV%.*.*}):" )
+   else
+   sed_args+=( -e "s:-shared:& -Wl,-soname 
-Wl,libunrar$(get_libname ${PV%.*.*}):" )
+   fi
+   sed -i "${sed_args[@]}" makefile || die
+}
+
+src_configure() {
+   mkdir -p build-{lib,bin}
+   printf 'VPATH = ..\ninclude ../makefile' > build-lib/Makefile || die
+   cp build-{lib,bin}/Makefile || die
+}
+
+src_compile() {
+   unrar_make() {
+   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
+   }
+
+   unrar_make CXXFLAGS+=" -fPIC" -C build-lib lib
+   ln -s libunrar$(get_libname ${PV%.*.*}) 
build-lib/libunrar$(get_libname) || die
+   ln -s libunrar$(get_libname ${PV%.*.*}) build-lib/libunrar$(get_libname 
${PV}) || die
+
+   unrar_make -C build-bin
+}
+
+src_install() {
+   dobin build-bin/unrar
+   dodoc readme.txt
+
+   dolib.so build-lib/libunrar*
+
+   insinto /usr/include/libunrar${PV%.*.*}
+   doins *.hpp
+   dosym libunrar${PV%.*.*} /usr/include/libunrar
+}



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

2015-11-30 Thread Michael Sterrett
commit: e0f2aec8ea3a586a9d42ad16f612df8f3a2312cf
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Dec  1 04:59:16 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Dec  1 04:59:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f2aec8

clean old

Package-Manager: portage-2.2.20.1

 media-libs/libsfml/Manifest|  2 -
 .../libsfml/files/libsfml-2.2-shared-glew.patch| 12 
 media-libs/libsfml/libsfml-2.2.ebuild  | 65 --
 media-libs/libsfml/libsfml-2.3.1.ebuild| 65 --
 4 files changed, 144 deletions(-)

diff --git a/media-libs/libsfml/Manifest b/media-libs/libsfml/Manifest
index 10781c0..5542da5 100644
--- a/media-libs/libsfml/Manifest
+++ b/media-libs/libsfml/Manifest
@@ -1,4 +1,2 @@
 DIST SFML-1.6-sdk-linux-32.tar.gz 12937755 SHA256 
b1c18f9b99c54ebb4cd433792f33ed2b85c846cca28eb871a12b3191dc1532f8 SHA512 
518121bf05ab8b1f4ad917eaca72951ff870e992f79e2b3da94baad762e7de63ce331cf4cade172e285015fb6fec501e25039c633be2f7b77d77b171dc29cb0a
 WHIRLPOOL 
fee6692123c394b4d67d1937756315daf7386bf8d0292bbeb94ba7db53552010e8f92187496ce9b72f6aad4922e5ea5da191ddaf9baf0f96a7b741a1d1d17f2e
-DIST libsfml-2.2.tar.gz 17614806 SHA256 
543458923e35868c16ac70e5f4c3bf172e136af9820d7b546b52afc7f1fc77f5 SHA512 
cf30d431afc19d0f0126f2879dcb4c81ff4f689ce1e7aab5c3f156e8a88cdd54574e60de6230a9a5f7793a6c41ac81d811c68a9f1971ce079dada8d281ca34a3
 WHIRLPOOL 
8ba9c968840839295707e92281ecbc5d88b8900bab85dac0e1a4d66a0b8521bca0d5c6b0d1d330a1191aedf073f9633c7ce8f6dcbef9f84e3fac8c61d9c7c96e
-DIST libsfml-2.3.1.tar.gz 22209471 SHA256 
59d7fd6b6c1194393ccac4cb7da3c41adbad973ab2116421ad6fcfe823221d6f SHA512 
8a4d61be38cfae7b00f0c9669aed8d3e2cafd0e69aa840a155f3d6adfd9cf0cd37e6f69e4d52828f96f32b03a3c9bddb0f06366ab5e171775a036823164dcbe6
 WHIRLPOOL 
95c7c534915afb63e38d37ec712433267673aa22597ee3052df5f62becb6723d364440aa1e922e4012e043302c2ad70eb52fedaa4bfa6ee8a4ad3f4b0649141b
 DIST libsfml-2.3.2.tar.gz 22203359 SHA256 
55e7c864938e03ceb7d6d05c66f8e0dc886e632805d0ae17c222da317ba14e4c SHA512 
db491b57595d567e6ce47d081fd6292bff924678fe0a61243f2dfa23df187d2c58f3bd91ea13447e49bec5f888777f338bfa461aec86d9328710623d73aeb424
 WHIRLPOOL 
acef2cc6775ee16151cf5809e78ede2e10f5a5ae51d5d90851a17f8b73b4f599e4eb11bc16bca1db53db507906936f149a38a5670e8a81797ac5a5165d9adc83

diff --git a/media-libs/libsfml/files/libsfml-2.2-shared-glew.patch 
b/media-libs/libsfml/files/libsfml-2.2-shared-glew.patch
deleted file mode 100644
index 42c701e..000
--- a/media-libs/libsfml/files/libsfml-2.2-shared-glew.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 SFML-2.2/src/SFML/Graphics/CMakeLists.txt
-+++ SFML-2.2/src/SFML/Graphics/CMakeLists.txt
-@@ -150,9 +150,6 @@
- list(APPEND GRAPHICS_EXT_LIBS ${FREETYPE_LIBRARY} ${JPEG_LIBRARY})
- 
- # add preprocessor symbols
--if(NOT SFML_OPENGL_ES)
--add_definitions(-DGLEW_STATIC)
--endif()
- add_definitions(-DSTBI_FAILURE_USERMSG)
- 
- # ImageLoader.cpp must be compiled with the -fno-strict-aliasing

diff --git a/media-libs/libsfml/libsfml-2.2.ebuild 
b/media-libs/libsfml/libsfml-2.2.ebuild
deleted file mode 100644
index efc8506..000
--- a/media-libs/libsfml/libsfml-2.2.ebuild
+++ /dev/null
@@ -1,65 +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
-
-MY_P=SFML-${PV}
-
-DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
-HOMEPAGE="http://www.sfml-dev.org/ https://github.com/LaurentGomila/SFML;
-SRC_URI="https://github.com/LaurentGomila/SFML/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc examples"
-
-RDEPEND="media-libs/freetype:2
-   media-libs/glew:=
-   media-libs/libpng:0=
-   media-libs/libsndfile
-   media-libs/mesa
-   media-libs/openal
-   sys-libs/zlib
-   virtual/jpeg
-   virtual/udev
-   x11-libs/libX11
-   x11-libs/libXrandr"
-DEPEND="${RDEPEND}
-   doc? ( app-doc/doxygen )"
-
-DOCS="changelog.txt readme.txt"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-no-docs.patch
-   epatch "${FILESDIR}"/${P}-shared-glew.patch
-
-   sed -i "s:DESTINATION .*:DESTINATION /usr/share/doc/${PF}:" \
-   doc/CMakeLists.txt || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use doc SFML_BUILD_DOC)
-   -DSFML_INSTALL_PKGCONFIG_FILES=TRUE
-   )
-   cmake-utils_src_configure
-}
-
-src_install() {
-   cmake-utils_src_install
-
-   insinto /usr/share/cmake/Modules
-   doins cmake/Modules/FindSFML.cmake
-
-   if use examples ; then
-   docompress -x /usr/share/doc/${PF}/examples
-   dodoc -r examples
-   find "${ED}"/usr/share/doc/${PF}/examples -name CMakeLists.txt 
-delete
-   fi
-}

diff --git 

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

2015-11-30 Thread Alon Bar-Lev
commit: 1519f072b810c69428badbe5fc54960f1a2a12b3
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Dec  1 06:16:26 2015 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Dec  1 06:16:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1519f072

dev-libs/libgcrypt: cleanup

Package-Manager: portage-2.2.20.1

 dev-libs/libgcrypt/Manifest|  1 -
 .../libgcrypt/files/libgcrypt-1.5.0-uscore.patch   | 33 -
 .../files/libgcrypt-1.5.4-clang-arm.patch  | 84 --
 dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild   | 57 ---
 dev-libs/libgcrypt/libgcrypt-1.5.4-r100.ebuild | 58 ---
 5 files changed, 233 deletions(-)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index 608b99b..79bf1a4 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,3 +1,2 @@
-DIST libgcrypt-1.5.4.tar.bz2 1512982 SHA256 
d5f88d9f41a46953dc250cdb8575129b37ee2208401b7fa338c897f667c7fb33 SHA512 
fe7e1d07eb10ee4ea8054bc955c35dc4b2109db645a08a6fa7757bf1e77a612e03c0838f9766086f04270b3621f34ccae0d6333f117cff204ccad9018c8a7908
 WHIRLPOOL 
221082d028a90235a3ddcc774b1772a8b8daec989a24b341491849e653e2ecb5cb0e3c8989a3f426524e39b28ebbe1b48532d5d9de7c54f4bdc19b450e22e4dc
 DIST libgcrypt-1.6.3.tar.bz2 2494052 SHA256 
41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f SHA512 
09a84fcc4d3d755df21f46302a549af4ba788d829ff7fa0cf65eeec033bc3744503f8fe3f4be55a51cc17b1b1b487736c328d7d7bc909f13139600236298c549
 WHIRLPOOL 
dd331afed5c8116df8a55742a7b559791c554a97c32983d64ab196a6d47c2d6bd7e15f8a63dda43947961bb269963185b98927ff0695c3f6d3b939face41e450
 DIST libgcrypt-1.6.4.tar.bz2 2549820 SHA256 
c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026 SHA512 
d2abc81fc3e3acf58f3bf18db449bfb4bdbc28fe62f695276ddd35f34434996b0d686bb48a4724e5134c80ea6cab08ce04f4a0989cb9a72f2497ec833bb24df1
 WHIRLPOOL 
708de5d55845177aa38dc227920dd64eeef8105427d5c88b8196ca47978f577d57f3cd85cd4627af6574e6ab780b815c1cbc8c8ad02aaba72ef176810f7a8865

diff --git a/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch 
b/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch
deleted file mode 100644
index 1d4f650..000
--- a/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-The version taken from GnuPG 1.4 assumes any cross-compiled package have
-prefixed underscores, which is not the case; by using libtool's own macro,
-we can avoid the whole issue.
-
-diff --git a/configure.ac b/configure.ac
-index ab160c3..6df49bf 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -886,7 +886,7 @@ fi
- #
- # Setup assembler stuff.
- #
--GNUPG_SYS_SYMBOL_UNDERSCORE()
-+LT_SYS_SYMBOL_USCORE
- AC_ARG_ENABLE(mpi-path,
-   AC_HELP_STRING([--enable-mpi-path=EXTRA_PATH],
- [prepend EXTRA_PATH to list of CPU specific optimizations]),
-diff --git a/mpi/config.links b/mpi/config.links
-index 7e910ee..9696828 100644
 a/mpi/config.links
-+++ b/mpi/config.links
-@@ -291,7 +291,7 @@ fi
- 
- # Make sysdep.h
- echo '/* created by config.links - do not edit */' >./mpi/sysdep.h
--if test x$ac_cv_sys_symbol_underscore = xyes; then
-+if test x$sys_symbol_underscore = xyes; then
- cat <>./mpi/sysdep.h
- #if __STDC__
- #define C_SYMBOL_NAME(name) _##name
--- 
-1.7.6.1
-

diff --git a/dev-libs/libgcrypt/files/libgcrypt-1.5.4-clang-arm.patch 
b/dev-libs/libgcrypt/files/libgcrypt-1.5.4-clang-arm.patch
deleted file mode 100644
index ab5d844..000
--- a/dev-libs/libgcrypt/files/libgcrypt-1.5.4-clang-arm.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-fix from upstream
-
-From e67c67321ce240c93dd0fa2b21c649c0a8e233f7 Mon Sep 17 00:00:00 2001
-From: Jussi Kivilinna 
-Date: Tue, 22 Oct 2013 17:07:53 +0300
-Subject: [PATCH] mpi: allow building with clang on ARM
-
-* mpi/longlong.h [__arm__] (add_ss, sub_ddmmss, umul_ppmm)
-(count_leading_zeros): Do not cast assembly output arguments.
-[__arm__] (umul_ppmm): Remove the extra '%' ahead of assembly comment.
-[_ARM_ARCH >= 4] (umul_ppmm): Use correct inputs and outputs instead of
-registers.
---
-
-Signed-off-by: Jussi Kivilinna 

- mpi/longlong.h | 27 +--
- 1 file changed, 13 insertions(+), 14 deletions(-)
-
-diff --git a/mpi/longlong.h b/mpi/longlong.h
-index c2ab9c5..8c8260e 100644
 a/mpi/longlong.h
-+++ b/mpi/longlong.h
-@@ -188,8 +188,8 @@ extern UDItype __udiv_qrnnd ();
- #define add_ss(sh, sl, ah, al, bh, bl) \
-   __asm__ ("adds %1, %4, %5\n"  \
-  "adc  %0, %2, %3"\
-- : "=r" ((USItype)(sh)),  \
--   "=" ((USItype)(sl))  \
-+ : "=r" ((sh)),   \
-+   "=" ((sl)) 

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

2015-11-30 Thread Michael Sterrett
commit: 50e823e9b8e91f3e528f40207f594b860a60cb17
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Dec  1 06:29:08 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Dec  1 06:29:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e823e9

add more slot deps

Package-Manager: portage-2.2.20.1

 .../liquidwar6/liquidwar6-0.4.3681-r1.ebuild   | 114 +
 1 file changed, 114 insertions(+)

diff --git a/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild 
b/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild
new file mode 100644
index 000..96c3643
--- /dev/null
+++ b/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils toolchain-funcs games
+
+MY_PV=${PV/_beta/beta}
+MY_P=${PN}-${MY_PV}
+
+DESCRIPTION="Unique multiplayer wargame between liquids"
+HOMEPAGE="https://www.gnu.org/software/liquidwar6/;
+SRC_URI="http://www.ufoot.org/download/liquidwar/v6/${MY_PV}/${MY_P}.tar.gz
+   maps? ( 
http://www.ufoot.org/download/liquidwar/v6/${MY_PV}/${PN}-extra-maps-${MY_PV}.tar.gz
 )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc gles2 gtk libcaca +maps nls +ogg openmp readline test"
+
+# yes, cunit is rdep
+# Drop the libtool dep once libltdl goes stable.
+RDEPEND="dev-db/sqlite:3
+   dev-libs/expat
+   dev-scheme/guile:12
+   dev-util/cunit
+   media-libs/freetype:2
+   media-libs/libpng:0
+   media-libs/libsdl[X,opengl,video]
+   media-libs/sdl-image[jpeg,png]
+   media-libs/sdl-ttf
+   net-misc/curl
+   || ( dev-libs/libltdl:0 

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

2015-11-30 Thread Michael Sterrett
commit: 6c4bdad50d81aedaf0e8eae231bf8956ad7b8f24
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Dec  1 06:34:48 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Dec  1 06:34:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4bdad5

mask games-emulation/gnomeboyadvance for removal

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

diff --git a/profiles/package.mask b/profiles/package.mask
index db07194..b91f2bb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Sterrett  (01 Dec 2015)
+# No release since 2005; upstream is gone; doesn't build
+# on modern systems.
+# Masked for removal on 20151231
+games-emulation/gnomeboyadvance
+
 # Sergey Popov  (25 Nov 2015)
 # Dead upstream, security issues, see bug #557856
 # Removal in a month



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

2015-11-30 Thread Andrey Grozin
commit: 03423e2c774a7692551ab6e5fe73408d0d370ccb
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Dec  1 06:24:37 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Dec  1 06:36:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03423e2c

dev-python/sympy: upstream bug fix

https://github.com/skirpichev/omg/pull/137

Package-Manager: portage-2.2.26

 dev-python/sympy/files/sympy-0.7.6.1-zeta.patch | 32 +
 dev-python/sympy/sympy-0.7.6.1-r1.ebuild| 91 +
 2 files changed, 123 insertions(+)

diff --git a/dev-python/sympy/files/sympy-0.7.6.1-zeta.patch 
b/dev-python/sympy/files/sympy-0.7.6.1-zeta.patch
new file mode 100644
index 000..ffb85f9
--- /dev/null
+++ b/dev-python/sympy/files/sympy-0.7.6.1-zeta.patch
@@ -0,0 +1,32 @@
+diff -r -U1 sympy-0.7.6.1.orig/sympy/functions/special/zeta_functions.py 
sympy-0.7.6.1/sympy/functions/special/zeta_functions.py
+--- sympy-0.7.6.1.orig/sympy/functions/special/zeta_functions.py   
2015-09-04 02:34:00.0 +0600
 sympy-0.7.6.1/sympy/functions/special/zeta_functions.py2015-12-01 
11:27:24.0 +0600
+@@ -243,3 +243,3 @@
+ >>> polylog(s, -1)
+-dirichlet_eta(s)
++-dirichlet_eta(s)
+ 
+@@ -270,2 +270,3 @@
+ def eval(cls, s, z):
++from sympy import unpolarify
+ if z == 1:
+@@ -273,6 +274,12 @@
+ elif z == -1:
+-return dirichlet_eta(s)
++return -dirichlet_eta(s)
+ elif z == 0:
+-return 0
++return S.Zero
+ 
++# branch handling
++if (1 - abs(z)).is_nonnegative:
++newz = unpolarify(z)
++if newz != z:
++return cls(s, newz)
++ 
+ def fdiff(self, argindex=1):
+@@ -479,3 +486,3 @@
+ 
+-.. math:: \eta(s) = \sum_{n=1}^\infty \frac{(-1)^n}{n^s}.
++.. math:: \eta(s) = \sum_{n=1}^\infty \frac{(-1)^{n-1}}{n^s}.
+ 

diff --git a/dev-python/sympy/sympy-0.7.6.1-r1.ebuild 
b/dev-python/sympy/sympy-0.7.6.1-r1.ebuild
new file mode 100644
index 000..c480b6e
--- /dev/null
+++ b/dev-python/sympy/sympy-0.7.6.1-r1.ebuild
@@ -0,0 +1,91 @@
+# 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 eutils virtualx
+
+DESCRIPTION="Computer Algebra System in pure Python"
+HOMEPAGE="http://sympy.org;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
+IUSE="doc examples gtk imaging ipython latex mathml opengl pdf png pyglet test 
texmacs theano"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   doc? ( python_targets_python2_7 )"
+
+RDEPEND="
+   $(python_gen_cond_dep '>=dev-python/pexpect-2.0[${PYTHON_USEDEP}]' 
python2_7)
+   imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
+   ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
+   latex? (
+   virtual/latex-base
+   dev-texlive/texlive-fontsextra
+   png? ( app-text/dvipng )
+   pdf? ( app-text/ghostscript-gpl )
+   )
+   mathml? (
+   dev-libs/libxml2:2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-libs/libxslt[${PYTHON_USEDEP}]' 
python2_7)
+   gtk? ( x11-libs/gtkmathview[gtk] )
+   )
+   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
+   pyglet? ( $(python_gen_cond_dep 'dev-python/pyglet[${PYTHON_USEDEP}]' 
python2_7) )
+   texmacs? ( app-office/texmacs )
+   theano? ( $(python_gen_cond_dep 'dev-python/theano[${PYTHON_USEDEP}]' 
python2_7) )
+"
+
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   epatch "${FILESDIR}"/${PN}-0.7.6-doc-makefile.patch
+   epatch "${FILESDIR}"/${P}-sphinx-1.3.1.patch
+   epatch "${FILESDIR}"/${P}-zeta.patch
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   PYTHONPATH="." distutils-r1_python_compile
+}
+
+python_compile_all() {
+   if use doc; then
+   export XDG_CONFIG_HOME="${T}/config-dir"
+   mkdir "${XDG_CONFIG_HOME}" || die
+   chmod 0700 "${XDG_CONFIG_HOME}" || die
+   emake -j1 -C doc html info cheatsheet
+   fi
+}
+
+python_test() {
+VIRTUALX_COMMAND="./setup.py" virtualmake test
+}
+
+python_install() {
+   PYTHONPATH="." distutils-r1_python_install
+}
+
+python_install_all() {
+   local DOCS=( AUTHORS README.rst )
+   use doc &&\
+   DOCS=( ${DOCS[*]} doc/_build/cheatsheet/cheatsheet.pdf 
doc/_build/cheatsheet/combinatoric_cheatsheet.pdf ) &&\
+   local HTML_DOCS=( doc/_build/html/. ) &&\
+   doinfo doc/_build/texinfo/${PN}.info
+   use examples && local EXAMPLES=( examples/. 

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

2015-11-30 Thread Alon Bar-Lev
commit: e2228cca960e4bbb1d292192c66426f3c9e4a2fc
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Dec  1 06:46:38 2015 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Dec  1 06:46:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2228cca

Revert "dev-libs/libgcrypt: cleanup"

This reverts commit 1519f072b810c69428badbe5fc54960f1a2a12b3.

 dev-libs/libgcrypt/Manifest|  1 +
 .../libgcrypt/files/libgcrypt-1.5.0-uscore.patch   | 33 +
 .../files/libgcrypt-1.5.4-clang-arm.patch  | 84 ++
 dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild   | 57 +++
 dev-libs/libgcrypt/libgcrypt-1.5.4-r100.ebuild | 58 +++
 5 files changed, 233 insertions(+)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index 79bf1a4..608b99b 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,2 +1,3 @@
+DIST libgcrypt-1.5.4.tar.bz2 1512982 SHA256 
d5f88d9f41a46953dc250cdb8575129b37ee2208401b7fa338c897f667c7fb33 SHA512 
fe7e1d07eb10ee4ea8054bc955c35dc4b2109db645a08a6fa7757bf1e77a612e03c0838f9766086f04270b3621f34ccae0d6333f117cff204ccad9018c8a7908
 WHIRLPOOL 
221082d028a90235a3ddcc774b1772a8b8daec989a24b341491849e653e2ecb5cb0e3c8989a3f426524e39b28ebbe1b48532d5d9de7c54f4bdc19b450e22e4dc
 DIST libgcrypt-1.6.3.tar.bz2 2494052 SHA256 
41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f SHA512 
09a84fcc4d3d755df21f46302a549af4ba788d829ff7fa0cf65eeec033bc3744503f8fe3f4be55a51cc17b1b1b487736c328d7d7bc909f13139600236298c549
 WHIRLPOOL 
dd331afed5c8116df8a55742a7b559791c554a97c32983d64ab196a6d47c2d6bd7e15f8a63dda43947961bb269963185b98927ff0695c3f6d3b939face41e450
 DIST libgcrypt-1.6.4.tar.bz2 2549820 SHA256 
c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026 SHA512 
d2abc81fc3e3acf58f3bf18db449bfb4bdbc28fe62f695276ddd35f34434996b0d686bb48a4724e5134c80ea6cab08ce04f4a0989cb9a72f2497ec833bb24df1
 WHIRLPOOL 
708de5d55845177aa38dc227920dd64eeef8105427d5c88b8196ca47978f577d57f3cd85cd4627af6574e6ab780b815c1cbc8c8ad02aaba72ef176810f7a8865

diff --git a/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch 
b/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch
new file mode 100644
index 000..1d4f650
--- /dev/null
+++ b/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch
@@ -0,0 +1,33 @@
+The version taken from GnuPG 1.4 assumes any cross-compiled package have
+prefixed underscores, which is not the case; by using libtool's own macro,
+we can avoid the whole issue.
+
+diff --git a/configure.ac b/configure.ac
+index ab160c3..6df49bf 100644
+--- a/configure.ac
 b/configure.ac
+@@ -886,7 +886,7 @@ fi
+ #
+ # Setup assembler stuff.
+ #
+-GNUPG_SYS_SYMBOL_UNDERSCORE()
++LT_SYS_SYMBOL_USCORE
+ AC_ARG_ENABLE(mpi-path,
+   AC_HELP_STRING([--enable-mpi-path=EXTRA_PATH],
+ [prepend EXTRA_PATH to list of CPU specific optimizations]),
+diff --git a/mpi/config.links b/mpi/config.links
+index 7e910ee..9696828 100644
+--- a/mpi/config.links
 b/mpi/config.links
+@@ -291,7 +291,7 @@ fi
+ 
+ # Make sysdep.h
+ echo '/* created by config.links - do not edit */' >./mpi/sysdep.h
+-if test x$ac_cv_sys_symbol_underscore = xyes; then
++if test x$sys_symbol_underscore = xyes; then
+ cat <>./mpi/sysdep.h
+ #if __STDC__
+ #define C_SYMBOL_NAME(name) _##name
+-- 
+1.7.6.1
+

diff --git a/dev-libs/libgcrypt/files/libgcrypt-1.5.4-clang-arm.patch 
b/dev-libs/libgcrypt/files/libgcrypt-1.5.4-clang-arm.patch
new file mode 100644
index 000..ab5d844
--- /dev/null
+++ b/dev-libs/libgcrypt/files/libgcrypt-1.5.4-clang-arm.patch
@@ -0,0 +1,84 @@
+fix from upstream
+
+From e67c67321ce240c93dd0fa2b21c649c0a8e233f7 Mon Sep 17 00:00:00 2001
+From: Jussi Kivilinna 
+Date: Tue, 22 Oct 2013 17:07:53 +0300
+Subject: [PATCH] mpi: allow building with clang on ARM
+
+* mpi/longlong.h [__arm__] (add_ss, sub_ddmmss, umul_ppmm)
+(count_leading_zeros): Do not cast assembly output arguments.
+[__arm__] (umul_ppmm): Remove the extra '%' ahead of assembly comment.
+[_ARM_ARCH >= 4] (umul_ppmm): Use correct inputs and outputs instead of
+registers.
+--
+
+Signed-off-by: Jussi Kivilinna 
+---
+ mpi/longlong.h | 27 +--
+ 1 file changed, 13 insertions(+), 14 deletions(-)
+
+diff --git a/mpi/longlong.h b/mpi/longlong.h
+index c2ab9c5..8c8260e 100644
+--- a/mpi/longlong.h
 b/mpi/longlong.h
+@@ -188,8 +188,8 @@ extern UDItype __udiv_qrnnd ();
+ #define add_ss(sh, sl, ah, al, bh, bl) \
+   __asm__ ("adds %1, %4, %5\n"  \
+  "adc  %0, %2, %3"\
+- : "=r" ((USItype)(sh)),  \
+-   "=" ((USItype)(sl))  \
++ : "=r" ((sh)),   \
++   "=" ((sl))   

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

2015-11-30 Thread Alon Bar-Lev
commit: f48968fb36cdd0c12591f7d66c4973e5c3c9e3b3
Author: Alon Bar-Lev  gentoo  org>
AuthorDate: Tue Dec  1 06:48:07 2015 +
Commit: Alon Bar-Lev  gentoo  org>
CommitDate: Tue Dec  1 06:48:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48968fb

dev-libs/libgcrypt: cleanup

Package-Manager: portage-2.2.20.1

 dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild | 57 
 1 file changed, 57 deletions(-)

diff --git a/dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild
deleted file mode 100644
index fe222f9..000
--- a/dev-libs/libgcrypt/libgcrypt-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-multilib
-
-DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
-HOMEPAGE="http://www.gnupg.org/;
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="0/11" # subslot = soname major version
-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 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND=">=dev-libs/libgpg-error-1.12[${MULTILIB_USEDEP}]
-   !dev-libs/libgcrypt:11
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-baselibs-20131008-r19
-   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32]
-   )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.5.0-uscore.patch
-   "${FILESDIR}"/${PN}-multilib-syspath.patch
-   "${FILESDIR}"/${P}-clang-arm.patch
-)
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/libgcrypt-config
-)
-
-src_configure() {
-   local myeconfargs=(
-   --disable-padlock-support # bug 201917
-   --disable-dependency-tracking
-   --enable-noexecstack
-   --disable-O-flag-munging
-   $(use_enable static-libs static)
-
-   # disabled due to various applications requiring privileges
-   # after libgcrypt drops them (bug #468616)
-   --without-capabilities
-
-   # http://trac.videolan.org/vlc/ticket/620
-   # causes bus-errors on sparc64-solaris
-   $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
-   $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-   )
-   autotools-multilib_src_configure
-}



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

2015-11-30 Thread Tim Harder
commit: 876ce7db8024f44c31437a10daf85e01438b7d48
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec  1 06:52:16 2015 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec  1 06:54:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876ce7db

mail-mta/msmtp: remove old

 mail-mta/msmtp/Manifest   |   3 -
 mail-mta/msmtp/msmtp-1.4.31-r1.ebuild | 134 -
 mail-mta/msmtp/msmtp-1.4.32.ebuild| 137 --
 mail-mta/msmtp/msmtp-1.6.0.ebuild | 130 
 4 files changed, 404 deletions(-)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index 413de69..a7ca0c1 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -1,6 +1,3 @@
-DIST msmtp-1.4.31.tar.bz2 305770 SHA256 
247af9a95fa22f506e85109fc4268a5d91ca03af9b17eebcc1e46b7cd64c225f SHA512 
aec12bd9479342d826e7c838116c1771a17dc2b53c220c7fdf4d3fa4cb53eb76041bb64be7417637887e6f0109f65d97155e9c74d60633c280edb0613417a136
 WHIRLPOOL 
a4c1413937786b3cf994b3d2227821e699f00c517915afea04f30064b48fdfb4ff8829c2ad9826f7c5776580c5ebc38e4dacafe53941c3d3615c1226c9619b14
-DIST msmtp-1.4.32.tar.bz2 303652 SHA256 
2bf0c5c7e78f9905f48de235a75111a1a88238793043bbeae00360b22f1a5f88 SHA512 
68886e1eec7a63044590cf65ec8f9a2b25c77abe2209f28d6f245141d3188f23f40f9e572165e5a446342c5867cc94cc44337caf4f4d3114227a021686966ff3
 WHIRLPOOL 
7a8d25f75a4b6b31b2d0d67c8818673279891c1bcd067c7d5c9b3c3541803161c9737f4b89d6ecdc32b11aa2c5c2cc2e1c896aeeb61483f519a76c88259a7dd0
-DIST msmtp-1.6.0.tar.xz 278068 SHA256 
ab08d03a575c0de3726fdb68a5f333ae292e14188fe8cce1d1fbd826fa3278fb SHA512 
be698d1cba42b5d64d1d01f6d9da808b07f44b14face239f9db279cdb937aecb0599352b45260c8656e59e8a66921ddacf9c5de9c6ca3409f87656b62bef138d
 WHIRLPOOL 
57b042489433fc398de9538c68d2c756ae0aae685026cb8eb503f07c4b5d843aed82e23d848646ad96ab351b3628e47b963e027ab801c867311ee5fe964d3f62
 DIST msmtp-1.6.1.tar.xz 279324 SHA256 
c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f3 SHA512 
ad36e46e137136c85b470c24180db89bbd9b12a362a8dcb2883fa66a1f9233bffa24b929935e0dd7557f820711eedb6e96c0674244725b559c5237ce4f2425ed
 WHIRLPOOL 
a949980f3b277d1a259098aed792d50393f18fdd03e378222d933fb4c5e88628533625c4149cc79105a74384e3d02ce3a5ef6093759634e3573bf93021c1208d
 DIST msmtp-1.6.2.tar.xz 280292 SHA256 
2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789 SHA512 
74fb87cbf561e59059f7e5587167fb969348077b569d64dbdbfaa39820e6dc02968d77f3bc182fa714a198fa9eeebd80184b44961e2370be5660c8626b483854
 WHIRLPOOL 
08d54c744e32b2630566d8ef0fb56f960321882cb246e01edc3f56e27419097c5efad50ccc747c96aa6b9fc3ba08bc9ecd9a7c67e7b9bc6dd7c33ca42111
 DIST msmtp-1.6.3.tar.xz 282408 SHA256 
f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355 SHA512 
ac594e90d9ef6369fcbe130b0c05095b5729b7199129c44695edf2a4431c175edd5df1d9dadabf3f7734611acbe68d21fc4d3a446ba7c2eb7e9b811f7c07c5f2
 WHIRLPOOL 
e45c4b7f2487e3ca96399331be934e05129eccc60f592dc14fce982003fca1efa237fcac842ab95a6a0ca7c3fc9762ffb8ffdd389eebb43208094ce830d5da30

diff --git a/mail-mta/msmtp/msmtp-1.4.31-r1.ebuild 
b/mail-mta/msmtp/msmtp-1.4.31-r1.ebuild
deleted file mode 100644
index 35d0672..000
--- a/mail-mta/msmtp/msmtp-1.4.31-r1.ebuild
+++ /dev/null
@@ -1,134 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit multilib python eutils
-
-DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
-HOMEPAGE="http://msmtp.sourceforge.net/;
-SRC_URI="mirror://sourceforge/msmtp/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc gnome-keyring gnutls idn +mta nls sasl ssl vim-syntax"
-
-CDEPEND="
-   gnome-keyring? (
-   dev-python/gnome-keyring-python
-   gnome-base/libgnome-keyring
-   )
-   idn? ( net-dns/libidn )
-   nls? ( virtual/libintl )
-   sasl? ( virtual/gsasl )
-   ssl? (
-   gnutls? ( net-libs/gnutls )
-   !gnutls? ( dev-libs/openssl )
-   )"
-
-RDEPEND="${CDEPEND}
-   net-mail/mailbase
-   mta? (  !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/mini-qmail
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/postfix
-   !mail-mta/qmail-ldap
-   !mail-mta/sendmail
-   !mail-mta/opensmtpd
-   !=mail-mta/ssmtp-2.64-r2[mta] )"
-
-DEPEND="${CDEPEND}
-   doc? ( virtual/texi2dvi )
-   nls? ( sys-devel/gettext )
-   virtual/pkgconfig"
-
-REQUIRED_USE="gnutls? ( ssl )"
-
-src_prepare() {
-   # Use default Gentoo location for mail aliases
-   sed -i -e 

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

2015-11-30 Thread Tim Harder
commit: fd55bce1d4455d23206dbaf47357a9379529
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Dec  1 06:49:05 2015 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Dec  1 06:54:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd55b666

mail-mta/msmtp: version bump to 1.6.3

 mail-mta/msmtp/Manifest   |   1 +
 mail-mta/msmtp/msmtp-1.6.3.ebuild | 130 ++
 2 files changed, 131 insertions(+)

diff --git a/mail-mta/msmtp/Manifest b/mail-mta/msmtp/Manifest
index 0bffe9a..413de69 100644
--- a/mail-mta/msmtp/Manifest
+++ b/mail-mta/msmtp/Manifest
@@ -3,3 +3,4 @@ DIST msmtp-1.4.32.tar.bz2 303652 SHA256 
2bf0c5c7e78f9905f48de235a75111a1a8823879
 DIST msmtp-1.6.0.tar.xz 278068 SHA256 
ab08d03a575c0de3726fdb68a5f333ae292e14188fe8cce1d1fbd826fa3278fb SHA512 
be698d1cba42b5d64d1d01f6d9da808b07f44b14face239f9db279cdb937aecb0599352b45260c8656e59e8a66921ddacf9c5de9c6ca3409f87656b62bef138d
 WHIRLPOOL 
57b042489433fc398de9538c68d2c756ae0aae685026cb8eb503f07c4b5d843aed82e23d848646ad96ab351b3628e47b963e027ab801c867311ee5fe964d3f62
 DIST msmtp-1.6.1.tar.xz 279324 SHA256 
c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f3 SHA512 
ad36e46e137136c85b470c24180db89bbd9b12a362a8dcb2883fa66a1f9233bffa24b929935e0dd7557f820711eedb6e96c0674244725b559c5237ce4f2425ed
 WHIRLPOOL 
a949980f3b277d1a259098aed792d50393f18fdd03e378222d933fb4c5e88628533625c4149cc79105a74384e3d02ce3a5ef6093759634e3573bf93021c1208d
 DIST msmtp-1.6.2.tar.xz 280292 SHA256 
2f6ecd7cbfadf548fd55205bd24cb63b84bcbb1185efed917dd7800595a48789 SHA512 
74fb87cbf561e59059f7e5587167fb969348077b569d64dbdbfaa39820e6dc02968d77f3bc182fa714a198fa9eeebd80184b44961e2370be5660c8626b483854
 WHIRLPOOL 
08d54c744e32b2630566d8ef0fb56f960321882cb246e01edc3f56e27419097c5efad50ccc747c96aa6b9fc3ba08bc9ecd9a7c67e7b9bc6dd7c33ca42111
+DIST msmtp-1.6.3.tar.xz 282408 SHA256 
f982be069c0772c3ee83925f552f5dac5fb307d2d1c68202f9926bb13b757355 SHA512 
ac594e90d9ef6369fcbe130b0c05095b5729b7199129c44695edf2a4431c175edd5df1d9dadabf3f7734611acbe68d21fc4d3a446ba7c2eb7e9b811f7c07c5f2
 WHIRLPOOL 
e45c4b7f2487e3ca96399331be934e05129eccc60f592dc14fce982003fca1efa237fcac842ab95a6a0ca7c3fc9762ffb8ffdd389eebb43208094ce830d5da30

diff --git a/mail-mta/msmtp/msmtp-1.6.3.ebuild 
b/mail-mta/msmtp/msmtp-1.6.3.ebuild
new file mode 100644
index 000..044e6e2
--- /dev/null
+++ b/mail-mta/msmtp/msmtp-1.6.3.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit multilib
+
+DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt"
+HOMEPAGE="http://msmtp.sourceforge.net/;
+SRC_URI="mirror://sourceforge/msmtp/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE="doc gnutls idn libsecret +mta nls sasl ssl vim-syntax"
+
+CDEPEND="
+   idn? ( net-dns/libidn )
+   libsecret? ( app-crypt/libsecret )
+   nls? ( virtual/libintl )
+   sasl? ( virtual/gsasl )
+   ssl? (
+   gnutls? ( net-libs/gnutls )
+   !gnutls? ( dev-libs/openssl:0 )
+   )
+"
+
+RDEPEND="${CDEPEND}
+   net-mail/mailbase
+   mta? (
+   !mail-mta/courier
+   !mail-mta/esmtp
+   !mail-mta/exim
+   !mail-mta/mini-qmail
+   !mail-mta/netqmail
+   !mail-mta/nullmailer
+   !mail-mta/postfix
+   !mail-mta/qmail-ldap
+   !mail-mta/sendmail
+   !mail-mta/opensmtpd
+   !=mail-mta/ssmtp-2.64-r2[mta]
+   )
+"
+
+DEPEND="${CDEPEND}
+   doc? ( virtual/texi2dvi )
+   nls? ( sys-devel/gettext )
+   virtual/pkgconfig
+"
+
+REQUIRED_USE="gnutls? ( ssl )"
+
+DOCS="AUTHORS ChangeLog NEWS README THANKS doc/msmtprc*"
+
+src_prepare() {
+   # Use default Gentoo location for mail aliases
+   sed -i 's:/etc/aliases:/etc/mail/aliases:' 
scripts/find_alias/find_alias_for_msmtp.sh || die
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   $(use_with ssl ssl $(usex gnutls gnutls openssl)) \
+   $(use_with sasl libgsasl) \
+   $(use_with idn libidn) \
+   $(use_with libsecret )
+}
+
+src_compile() {
+   default
+
+   if use doc ; then
+   cd doc || die
+   emake html pdf
+   fi
+}
+
+src_install() {
+   default
+
+   if use doc ; then
+   dohtml doc/msmtp.html
+   dodoc doc/msmtp.pdf
+   fi
+
+   if use mta ; then
+   dodir /usr/sbin
+   dosym /usr/bin/msmtp /usr/sbin/sendmail
+   dosym /usr/bin/msmtp /usr/bin/sendmail
+   dosym /usr/bin/msmtp /usr/$(get_libdir)/sendmail
+   fi
+
+   if use vim-syntax ; then
+   insinto 

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

2015-11-30 Thread Andrey Grozin
commit: 29b91b6c4c1b2bffc8c219dc9b1b2202fd724ee9
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Dec  1 06:39:14 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Dec  1 06:39:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b91b6c

dev-python/sympy: cleaning old versions

Package-Manager: portage-2.2.26

 dev-python/sympy/Manifest |  4 --
 dev-python/sympy/sympy-0.7.4.1.ebuild | 90 -
 dev-python/sympy/sympy-0.7.6.ebuild   | 95 ---
 3 files changed, 189 deletions(-)

diff --git a/dev-python/sympy/Manifest b/dev-python/sympy/Manifest
index 14f203b..99a6263 100644
--- a/dev-python/sympy/Manifest
+++ b/dev-python/sympy/Manifest
@@ -1,5 +1 @@
-DIST sympy-0.7.4.1-system-mpmath.patch.gz 7350 SHA256 
d7f2acd0ccfb06eb8c102dd7fae2325b35a5105a5853e01dcb863c0841dedc75 SHA512 
761cdc6259101d6023d83cfea311a5547762c192b3c661ab3bc0ded20911ce464d0326a9b16d899ad35280a65046e621670e7de64ec40df740bfeb8bf667fb3d
 WHIRLPOOL 
24693863da03dab6ed67131f46c4e18dfdc8110d0a23f49825dcb835909fa157781791680cfe46092c41c526fe281370aa7ce341f7fbccae02351d34c29bffd3
-DIST sympy-0.7.4.1.tar.gz 6824862 SHA256 
51a8c2377c240a2cdb418bc59dac9ab106258196d04ce131d06806dbea2af456 SHA512 
8d4d87428c202407ff364ef503634529500c1656cf5ddbb4de19b838499593c58d227f0b619541ce86cdc15157e3a5b48a95c906a5d05d4606ef95f1aa8fa2dc
 WHIRLPOOL 
620d255e0cf289ac392328ad64e93d93489d8664df13498bac8933221c8edb80a45a8ea26da6cb8e1139ec2ca159c8f83ad196d96ee6afceb4fc8bb2a0eccfd7
-DIST sympy-0.7.6-system-mpmath.patch.gz 5030 SHA256 
d5ff8ff4f79ed66714486954633d18f865820197081230b82ff8e2093751e073 SHA512 
b8475f2a0c1320c7e5e1403476e011fae0997f07afba3fd892ad5e95e89b5cdfa5f92b778eb406b27f2c0edb2a119ee636c57ff32585360c26d38202ea09b075
 WHIRLPOOL 
d03273573237b04c403438a75e4a4c21cf89a6b93e642a71126a136c6e4e9e07db3e5ebc8e5a4724b792e0d4885f38a7d30759e26fa61146f929a1447e16e64c
 DIST sympy-0.7.6.1.tar.gz 6431571 SHA256 
1fc272b51091aabe7d07f1bf9f0a47f3e28657fb2bec52bf3ef0e8f159f5f564 SHA512 
18877abd3c530418e4f4942cbb0a03140dc81e5a1004720c472fb97cf8eaa41acca59765f6278715ea88bcd0cd07ad5952863a0d1b6e6d00994d257e8c0a6574
 WHIRLPOOL 
b0c0c74e7865c91585d1a2c8510fe328b8e697dec02bd17aaa446ef6e089b9cf2ca5b4f58b6b59febccf142384b907e1bd47451e22fa305843bd883355801226
-DIST sympy-0.7.6.tar.gz 6430549 SHA256 
dfa3927e9befdfa7da7a18783ccbc2fe489ce4c46aa335a879e49e48fc03d7a7 SHA512 
ce0f1a17ac01eb48aec31fc0ad431d9d7ed9907f0e8584a6d79d0ffe6864fe62e203fe3f2a3c3e4e3d485809750ce07507a6488e776a388a7a9a713110882fcf
 WHIRLPOOL 
850c27ae73f92f224826e5c00e41a0d4644fcb290767963744a947b03b704557423c00ed9a14ad696630c4611c3ed684926d58d7873127de76530325aae08ae2

diff --git a/dev-python/sympy/sympy-0.7.4.1.ebuild 
b/dev-python/sympy/sympy-0.7.4.1.ebuild
deleted file mode 100644
index cc01bc9..000
--- a/dev-python/sympy/sympy-0.7.4.1.ebuild
+++ /dev/null
@@ -1,90 +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 eutils virtualx
-
-DESCRIPTION="Computer Algebra System in pure Python"
-HOMEPAGE="http://sympy.org;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz
-   https://dev.gentoo.org/~bicatali/distfiles/${P}-system-mpmath.patch.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-macos"
-IUSE="doc examples gtk imaging ipython latex mathml opengl pdf png pyglet 
+system-mpmath test texmacs theano"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   $(python_gen_cond_dep '>=dev-python/pexpect-2.0[${PYTHON_USEDEP}]' 
python2_7)
-   imaging? ( dev-python/pillow[${PYTHON_USEDEP}] )
-   ipython? ( dev-python/ipython[${PYTHON_USEDEP}] )
-   latex? (
-   virtual/latex-base
-   dev-texlive/texlive-fontsextra
-   png? ( app-text/dvipng )
-   pdf? ( app-text/ghostscript-gpl )
-   )
-   mathml? (
-   dev-libs/libxml2:2[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep 'dev-libs/libxslt[${PYTHON_USEDEP}]' 
python2_7)
-   gtk? ( x11-libs/gtkmathview[gtk] )
-   )
-   opengl? ( dev-python/pyopengl[${PYTHON_USEDEP}] )
-   pyglet? ( $(python_gen_cond_dep 'dev-python/pyglet[${PYTHON_USEDEP}]' 
python2_7) )
-   system-mpmath? ( >=dev-python/mpmath-0.18[${PYTHON_USEDEP}] )
-   texmacs? ( app-office/texmacs )
-   theano? ( $(python_gen_cond_dep 'dev-python/theano[${PYTHON_USEDEP}]' 
python2_7) )
-"
-
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   if use system-mpmath; then
-   rm -r sympy/mpmath doc/src/modules/mpmath || die
-   epatch "${WORKDIR}"/${P}-system-mpmath.patch
-   fi
-   

[gentoo-commits] proj/portage:master commit in: pym/portage/repository/, pym/portage/package/ebuild/_config/, man/, ...

2015-11-30 Thread Arfrever Frehtes Taifersar Arahesis
commit: 10cccf7e0a1423f77a0962bcd7bf9658d2a15343
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Dec  1 06:49:05 2015 +
Commit: Arfrever Frehtes Taifersar Arahesis  apache  org>
CommitDate: Tue Dec  1 06:49:05 2015 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=10cccf7e

Support environmental variables overriding parts of configuration of 
repositories.

PORTAGE_REPOSITORY:${repository_name}:${attribute} overrides value of given 
attribute.
PORTAGE_ADDED_REPOSITORIES specifies names of repositories added to 
configuration.
PORTAGE_DELETED_REPOSITORIES specifies names of repositories deleted from 
configuration.

 man/portage.5  | 19 
 .../package/ebuild/_config/special_env_vars.py | 13 ---
 pym/portage/package/ebuild/config.py   |  5 +++--
 pym/portage/repository/config.py   | 25 --
 4 files changed, 51 insertions(+), 11 deletions(-)

diff --git a/man/portage.5 b/man/portage.5
index c9e70a0..6c41332 100644
--- a/man/portage.5
+++ b/man/portage.5
@@ -1,4 +1,4 @@
-.TH "PORTAGE" "5" "Nov 2015" "Portage VERSION" "Portage"
+.TH "PORTAGE" "5" "Dec 2015" "Portage VERSION" "Portage"
 .SH NAME
 portage \- the heart of Gentoo
 .SH "DESCRIPTION"
@@ -862,9 +862,6 @@ only.
 .TP
 .BR repos.conf
 Specifies \fIsite\-specific\fR repository configuration information.
-.br
-Configuration specified in \fBrepos.conf\fR can be overriden by 
\fBPORTAGE_REPOSITORIES\fR
-environmental variable, which has the same format as \fBrepos.conf\fR.
 
 .I Format:
 .nf
@@ -874,6 +871,20 @@ environmental variable, which has the same format as 
\fBrepos.conf\fR.
 \- attributes are specified in "${attribute} = ${value}" format
 .fi
 
+.I Environmental variables overriding configuration:
+.nf
+\- \fBPORTAGE_REPOSITORIES\fR overrides full configuration.
+  Format: Format of repos.conf
+  Environmental variables described below are ignored when 
PORTAGE_REPOSITORIES is set.
+\- \fBPORTAGE_REPOSITORY:${repository_name}:${attribute}\fR overrides value of 
given attribute.
+  Usage of \fBenv\fR(1) tool is needed if ":" character is not supported in 
names of shell variables.
+  Example: env PORTAGE_REPOSITORY:gentoo:location=/var/repositories/gentoo 
emerge ...
+\- \fBPORTAGE_ADDED_REPOSITORIES\fR specifies names of repositories added to 
configuration.
+  Format: Whitespace\-separated list of names of repositories
+\- \fBPORTAGE_DELETED_REPOSITORIES\fR specifies names of repositories deleted 
from configuration.
+  Format: Whitespace\-separated list of names of repositories
+.fi
+
 .I Attributes supported in DEFAULT section:
 .RS
 .RS

diff --git a/pym/portage/package/ebuild/_config/special_env_vars.py 
b/pym/portage/package/ebuild/_config/special_env_vars.py
index 905d5e7..8479cf5 100644
--- a/pym/portage/package/ebuild/_config/special_env_vars.py
+++ b/pym/portage/package/ebuild/_config/special_env_vars.py
@@ -1,15 +1,18 @@
-# Copyright 2010-2014 Gentoo Foundation
+# Copyright 2010-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import unicode_literals
 
 __all__ = (
-   'case_insensitive_vars', 'default_globals', 'env_blacklist', \
-   'environ_filter', 'environ_whitelist', 'environ_whitelist_re',
+   'case_insensitive_vars', 'default_globals', 'env_blacklist',
+   'environ_filter', 'environ_filter_re', 'environ_whitelist',
+   'environ_whitelist_re', 'global_only_vars', 'validate_commands'
 )
 
 import re
 
+from portage.repository.config import _repo_attr_override_var_re
+
 # Blacklisted variables are internal variables that are never allowed
 # to enter the config instance from the external environment or
 # configuration files.
@@ -157,10 +160,12 @@ environ_filter += [
"FETCHCOMMAND_HTTP", "FETCHCOMMAND_HTTPS",
"FETCHCOMMAND_RSYNC", "FETCHCOMMAND_SFTP",
"GENTOO_MIRRORS", "NOCONFMEM", "O",
+   "PORTAGE_ADDED_REPOSITORIES",
"PORTAGE_BACKGROUND", "PORTAGE_BACKGROUND_UNMERGE",
"PORTAGE_BINHOST", "PORTAGE_BINPKG_FORMAT",
"PORTAGE_BUILDDIR_LOCKED",
"PORTAGE_CHECKSUM_FILTER",
+   "PORTAGE_DELETED_REPOSITORIES",
"PORTAGE_ELOG_CLASSES",
"PORTAGE_ELOG_MAILFROM", "PORTAGE_ELOG_MAILSUBJECT",
"PORTAGE_ELOG_MAILURI", "PORTAGE_ELOG_SYSTEM",
@@ -190,6 +195,8 @@ environ_filter += [
 
 environ_filter = frozenset(environ_filter)
 
+environ_filter_re = re.compile(r"(" + _repo_attr_override_var_re.pattern + 
r")")
+
 # Variables that are not allowed to have per-repo or per-package
 # settings.
 global_only_vars = frozenset([

diff --git a/pym/portage/package/ebuild/config.py 
b/pym/portage/package/ebuild/config.py
index da9a936..7cf5a4c 100644
--- a/pym/portage/package/ebuild/config.py
+++ b/pym/portage/package/ebuild/config.py
@@ -168,6 +168,7 @@ class config(object):
_default_globals = 

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

2015-11-30 Thread Justin Lecher
commit: 5cc6855b8f846521f1c354e79c943fa3120bea34
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Dec  1 06:51:57 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Dec  1 06:51:57 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=5cc6855b

sci-libs/lapack-reference: Add USE to build deprecated routines

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild | 3 ++-
 sci-libs/lapack-reference/metadata.xml  | 6 --
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild 
b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
index 8623bef..ac88f98 100644
--- a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
+++ b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="http://www.netlib.org/lapack/${MYP}.tgz;
 LICENSE="BSD"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs test xblas"
+IUSE="+deprecated static-libs test xblas"
 
 REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
 
@@ -82,6 +82,7 @@ src_configure() {
-DBLAS_LIBRARIES="$($(tc-getPKG_CONFIG) --libs 
${blas_profname})"
$(cmake-utils_use_build test TESTING)
$(cmake-utils_use_use xblas XBLAS)
+   $(cmake-utils_use_build deprecated DEPRECATED)
-DCMAKE_C_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) ${CFLAGS}"
-DCMAKE_CXX_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) ${CXXFLAGS}"
-DCMAKE_Fortran_FLAGS="$($(tc-getPKG_CONFIG) --cflags 
${blas_profname}) $(get_abi_CFLAGS) 
$(numeric-int64_get_fortran_int64_abi_fflags) ${FCFLAGS}"

diff --git a/sci-libs/lapack-reference/metadata.xml 
b/sci-libs/lapack-reference/metadata.xml
index f9de0d5..520530d 100644
--- a/sci-libs/lapack-reference/metadata.xml
+++ b/sci-libs/lapack-reference/metadata.xml
@@ -13,8 +13,10 @@
   Algebra Subprogram (BLAS).
 
   
+Build deprecated routines
 Build the 64 bits integer library
-Build LAPACK with extra precision (needs
-  sci-libs/xblas)
+
+   Build LAPACK with extra precision (needs sci-libs/xblas)
+
   
 



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

2015-11-30 Thread Ian Delaney
commit: 70b8ddacf0a150ff55aa7343dcdcda4624f0ae04
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Nov 30 09:14:04 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Nov 30 12:08:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b8ddac

media-sound/flacon: remove old

 media-sound/flacon/Manifest|  3 --
 media-sound/flacon/flacon-0.7.2.ebuild | 57 ---
 media-sound/flacon/flacon-0.8.0.ebuild | 71 --
 media-sound/flacon/flacon-0.9.4.ebuild | 65 ---
 4 files changed, 196 deletions(-)

diff --git a/media-sound/flacon/Manifest b/media-sound/flacon/Manifest
index 55bdd11..15bc275 100644
--- a/media-sound/flacon/Manifest
+++ b/media-sound/flacon/Manifest
@@ -1,5 +1,2 @@
-DIST flacon-0.7.2.tgz 238604 SHA256 
b10cfe6d7f99c3b64082edc5bf926c1759714719ef5ec99065f92df4c7da87ac SHA512 
2393765d39a6cdb711a7ad27b644866d58f633b692db268b9a7b7a46be10e80c3aa4fbea2ddbeba45a6dbeddd0fd6893f753d7725534e8906bd752426530322b
 WHIRLPOOL 
ef5f28563a9871525e72815e1c3e9b28212cedc874a9329edd72180446a790517e412043f189f439106b38c79923714e118cd185475a9540ef49dc5b5d373716
-DIST flacon-0.8.0.tgz 272910 SHA256 
d2889b364ea49b19c400ce8081d829e5a37149dfdcb82d55f6ab453b679d1f85 SHA512 
58b2cd57266533ae3bdd524d18c279171c3092665e20332a16c421d6931492deb6d201e2b3f818ecda7e2d50fdbe7170597b12922aa9cbe07cc24dc7b6d4d0d1
 WHIRLPOOL 
e515de827886d95c6e67c8549ef4ec3ec6700d6d7cc9f06d9e568d79274942d37e0153b88391bedfda7d5b28fc3231ceb59a7faecd0830a01468d61c1cd5197f
-DIST flacon-0.9.4.tar.gz 242933 SHA256 
ef97a89897f95112d623c37f64a2c42a58f3527d66a4c322637d721ff2675e64 SHA512 
3ea923fe68bcecd505f75ef25f6117209489ed57321c06bd5370bcd6c2919d709ce18d2ecbd1f6e1834f003f80f38665e522960bd7114d7c0c011296aec9e996
 WHIRLPOOL 
efc4863b1c0f3ee1e46a60cbae3f922ca155d6d578e27f8eb4a5db6137f9b19b1ffbad0fdbda796ac1eb5c1970e7343b5c75dee7130681bad8b5946bdca20703
 DIST flacon-1.0.0.tar.gz 249473 SHA256 
60487a85e828a08afbaf2fe5f7228a94e1f4094606456f73d59ae351f75e1284 SHA512 
2336ec0b0bc7cdaa3792f64adb88a7fd62e7b6f4c84b6cc465e6f6546ca5cae21929de87aa3ab4c7b12754d3480cc66f412f25969707765798ecbb8aea78b7db
 WHIRLPOOL 
50c6b2737de9d82616377048a8fee0b0feec97ae337562d53ecaa2476b417d98327c481ea162d8970615becc6b75754e8cf195fd56285b34414df1d85ba37013
 DIST flacon-1.2.0.tar.gz 283187 SHA256 
2ebc83d733ea6d50f2bd4ad8c20c65368be5eaf351e0195c9b4d47a54957b8f8 SHA512 
4cc64467350c941eed16299a562ddc3c6c83d785dddffe6825e3df50a988ce9494517b3ea862d90398110564ec3f828ef6760a6c02d24163f9247930330a3b6d
 WHIRLPOOL 
918926069daaf5e9a16711d641c873a70d1dc97f04b05387f649f1d1d6e1d652f3e676f1100d5fe0d70d03fa9edb1d4e64fc67b489f5c5e74d21108a437f87ea

diff --git a/media-sound/flacon/flacon-0.7.2.ebuild 
b/media-sound/flacon/flacon-0.7.2.ebuild
deleted file mode 100644
index cac14cd..000
--- a/media-sound/flacon/flacon-0.7.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="Extracts audio tracks from audio CD image to separate tracks"
-HOMEPAGE="https://code.google.com/p/flacon/;
-SRC_URI="https://flacon.googlecode.com/files/${P}.tgz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="flac mac mp3 mp4 ogg replaygain tta wavpack"
-
-RDEPEND="
-   dev-python/PyQt4[X]
-   dev-python/chardet
-   media-sound/shntool[mac?]
-   flac? ( media-libs/flac )
-   mac? ( media-sound/mac )
-   mp3? ( media-sound/lame )
-   mp4? ( media-libs/faac )
-   ogg? ( media-sound/vorbis-tools )
-   tta? ( media-sound/ttaenc )
-   wavpack? ( media-sound/wavpack )
-   replaygain? (
-   mp3? ( media-sound/mp3gain )
-   ogg? ( media-sound/vorbisgain )
-   )
-"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-src_prepare() {
-   python_convert_shebangs -r 2 .
-
-   sed -e '/cd $(INST_DIR) && python -mcompileall ./d' -i Makefile || die
-}
-
-src_compile() { :; }
-
-pkg_postinst() {
-   python_mod_optimize /usr/share/${PN}
-}
-
-pkg_postrm() {
-   python_mod_cleanup /usr/share/${PN}
-}

diff --git a/media-sound/flacon/flacon-0.8.0.ebuild 
b/media-sound/flacon/flacon-0.8.0.ebuild
deleted file mode 100644
index 5eed23d..000
--- a/media-sound/flacon/flacon-0.8.0.ebuild
+++ /dev/null
@@ -1,71 +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 )
-PLOCALES="cs_CZ es_MX fr gl it pl_PL pt_BR ro_RO ru si_LK uk zh_CN zh_TW"
-
-inherit python-single-r1 l10n
-
-DESCRIPTION="Extracts audio tracks from audio CD image to separate tracks"
-HOMEPAGE="https://code.google.com/p/flacon/;
-SRC_URI="https://flacon.googlecode.com/files/${P}.tgz;
-
-LICENSE="GPL-3"
-SLOT="0"

[gentoo-commits] repo/gentoo:master commit in: media-sound/flacon/files/, media-sound/flacon/

2015-11-30 Thread Ian Delaney
commit: 360d05f414d353600b5816704280ad25c2d7afa8
Author: Ilya Tumaykin  gmail  com>
AuthorDate: Mon Nov 30 08:39:25 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Mon Nov 30 12:07:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360d05f4

media-sound/flacon: version bump to 1.2.0 wrt bug #547054, update live

Inherited from Nikoli.
List of changes in 1.2.0 compared to 1.0.0 by Nikoli:
- add Qt5 support
- add Opus output files support
- properly separate DEPEND and RDEPEND
- rename mp4 USE to aac for clarity, since mp4 is just a container while
  aac is an actual encoding format that is used
- rename ogg USE to vorbis for clarity, since ogg is just a container
  while vorbis is an actual encoding format that is used
- update USE descriptions to clarify which ones are used for input and
  which ones are used for output
- remove ugly  conditionals from ebuild as they make it hard to read
- remove defunct, rudimentary translations
- sync DESCRIPTION with upstream

Sync live ebuild with 1.2.0

Gentoo-Bug: 547054

 media-sound/flacon/Manifest|  1 +
 .../flacon-1.2.0-fix-corrupt-file-crash.patch  | 22 ++
 ...0-fix-disks-or-tracks-number-change-crash.patch | 85 
 .../files/flacon-1.2.0-fix-qpainter-error.patch| 87 +
 media-sound/flacon/flacon-1.2.0.ebuild | 90 ++
 media-sound/flacon/flacon-.ebuild  | 69 +++--
 media-sound/flacon/metadata.xml|  5 +-
 7 files changed, 332 insertions(+), 27 deletions(-)

diff --git a/media-sound/flacon/Manifest b/media-sound/flacon/Manifest
index e347c20..55bdd11 100644
--- a/media-sound/flacon/Manifest
+++ b/media-sound/flacon/Manifest
@@ -2,3 +2,4 @@ DIST flacon-0.7.2.tgz 238604 SHA256 
b10cfe6d7f99c3b64082edc5bf926c1759714719ef5e
 DIST flacon-0.8.0.tgz 272910 SHA256 
d2889b364ea49b19c400ce8081d829e5a37149dfdcb82d55f6ab453b679d1f85 SHA512 
58b2cd57266533ae3bdd524d18c279171c3092665e20332a16c421d6931492deb6d201e2b3f818ecda7e2d50fdbe7170597b12922aa9cbe07cc24dc7b6d4d0d1
 WHIRLPOOL 
e515de827886d95c6e67c8549ef4ec3ec6700d6d7cc9f06d9e568d79274942d37e0153b88391bedfda7d5b28fc3231ceb59a7faecd0830a01468d61c1cd5197f
 DIST flacon-0.9.4.tar.gz 242933 SHA256 
ef97a89897f95112d623c37f64a2c42a58f3527d66a4c322637d721ff2675e64 SHA512 
3ea923fe68bcecd505f75ef25f6117209489ed57321c06bd5370bcd6c2919d709ce18d2ecbd1f6e1834f003f80f38665e522960bd7114d7c0c011296aec9e996
 WHIRLPOOL 
efc4863b1c0f3ee1e46a60cbae3f922ca155d6d578e27f8eb4a5db6137f9b19b1ffbad0fdbda796ac1eb5c1970e7343b5c75dee7130681bad8b5946bdca20703
 DIST flacon-1.0.0.tar.gz 249473 SHA256 
60487a85e828a08afbaf2fe5f7228a94e1f4094606456f73d59ae351f75e1284 SHA512 
2336ec0b0bc7cdaa3792f64adb88a7fd62e7b6f4c84b6cc465e6f6546ca5cae21929de87aa3ab4c7b12754d3480cc66f412f25969707765798ecbb8aea78b7db
 WHIRLPOOL 
50c6b2737de9d82616377048a8fee0b0feec97ae337562d53ecaa2476b417d98327c481ea162d8970615becc6b75754e8cf195fd56285b34414df1d85ba37013
+DIST flacon-1.2.0.tar.gz 283187 SHA256 
2ebc83d733ea6d50f2bd4ad8c20c65368be5eaf351e0195c9b4d47a54957b8f8 SHA512 
4cc64467350c941eed16299a562ddc3c6c83d785dddffe6825e3df50a988ce9494517b3ea862d90398110564ec3f828ef6760a6c02d24163f9247930330a3b6d
 WHIRLPOOL 
918926069daaf5e9a16711d641c873a70d1dc97f04b05387f649f1d1d6e1d652f3e676f1100d5fe0d70d03fa9edb1d4e64fc67b489f5c5e74d21108a437f87ea

diff --git a/media-sound/flacon/files/flacon-1.2.0-fix-corrupt-file-crash.patch 
b/media-sound/flacon/files/flacon-1.2.0-fix-corrupt-file-crash.patch
new file mode 100644
index 000..11a4f13
--- /dev/null
+++ b/media-sound/flacon/files/flacon-1.2.0-fix-corrupt-file-crash.patch
@@ -0,0 +1,22 @@
+From 01bf112e4bfd0718829b7dc6f83de6fbceb3ac0c Mon Sep 17 00:00:00 2001
+From: "sokoloff (Alexander)" 
+Date: Fri, 18 Sep 2015 20:15:16 +0300
+Subject: [PATCH] Fix crash if audio file is corrupt
+
+---
+ disk.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/disk.cpp b/disk.cpp
+index 99c7dff..23d7ab2 100644
+--- a/disk.cpp
 b/disk.cpp
+@@ -577,7 +577,7 @@ bool Disk::replaceAudioFile(const QString , bool 
force)
+ audio = 0;
+ }
+ 
+-if (force || audio->isValid())
++if (force || audio)
+ {
+ delete mAudioFile;
+ mAudioFile = audio;

diff --git 
a/media-sound/flacon/files/flacon-1.2.0-fix-disks-or-tracks-number-change-crash.patch
 
b/media-sound/flacon/files/flacon-1.2.0-fix-disks-or-tracks-number-change-crash.patch
new file mode 100644
index 000..1e9a336
--- /dev/null
+++ 
b/media-sound/flacon/files/flacon-1.2.0-fix-disks-or-tracks-number-change-crash.patch
@@ -0,0 +1,85 @@
+From bf2dc4aa42e91bda2d41e129f7fe6597b9f86673 Mon Sep 17 00:00:00 2001
+From: "sokoloff (Alexander)" 
+Date: Sun, 27 Sep 2015 09:24:35 +0300
+Subject: [PATCH] Fix: the program sometimes crash when you change the number
+ of disks or tracks
+
+---
+ disk.cpp 

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

2015-11-30 Thread Ian Delaney
commit: e092a99b847702d594d950273af0e61e06fe3b42
Author: Ian Delaney  gentoo  org>
AuthorDate: Tue Dec  1 07:00:14 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Tue Dec  1 07:01:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e092a99b

Merge remote-tracking branch 'remotes/Coacher/flacon-1.2.0-version-bump'

Pull request: https://github.com/gentoo/gentoo/pull/423

 media-sound/flacon/Manifest|  4 +-
 .../flacon-1.2.0-fix-corrupt-file-crash.patch  | 22 ++
 ...0-fix-disks-or-tracks-number-change-crash.patch | 85 
 .../files/flacon-1.2.0-fix-qpainter-error.patch| 87 +
 media-sound/flacon/flacon-0.7.2.ebuild | 57 --
 media-sound/flacon/flacon-0.8.0.ebuild | 71 -
 media-sound/flacon/flacon-0.9.4.ebuild | 65 
 media-sound/flacon/flacon-1.2.0.ebuild | 90 ++
 media-sound/flacon/flacon-.ebuild  | 69 +++--
 media-sound/flacon/metadata.xml|  5 +-
 10 files changed, 332 insertions(+), 223 deletions(-)



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

2015-11-30 Thread Marius Brehler
commit: 25909571b9c4b4aea360274ffc2d5709a2080513
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon Nov 30 08:13:22 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Nov 30 08:13:22 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=25909571

sci-libs/clblas: Version bump

Package-Manager: portage-2.2.20.1

 sci-libs/clblas/ChangeLog |  5 +++
 sci-libs/clblas/clblas-2.8.ebuild | 70 +++
 2 files changed, 75 insertions(+)

diff --git a/sci-libs/clblas/ChangeLog b/sci-libs/clblas/ChangeLog
index 217f674..81be8c6 100644
--- a/sci-libs/clblas/ChangeLog
+++ b/sci-libs/clblas/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*clblas-2.8 (30 Nov 2015)
+
+  30 Nov 2015; Marius Brehler  +clblas-2.8.ebuild:
+  sci-libs/clblas: Version bump
+
 *clblas-2.6-r1 (30 Nov 2015)
 
   30 Nov 2015; Marius Brehler  +clblas-2.6-r1.ebuild,

diff --git a/sci-libs/clblas/clblas-2.8.ebuild 
b/sci-libs/clblas/clblas-2.8.ebuild
new file mode 100644
index 000..15ca8d5
--- /dev/null
+++ b/sci-libs/clblas/clblas-2.8.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit cmake-utils python-single-r1
+
+MY_PN="clBLAS"
+
+DESCRIPTION="A software library containing BLAS routines for OpenCL"
+HOMEPAGE="https://github.com/clMathLibraries/clBLAS;
+SRC_URI="https://github.com/clMathLibraries/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+client examples +ktest performance test"
+
+REQUIRED_USE="performance? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   dev-libs/boost
+   virtual/opencl
+   || ( >=dev-util/amdapp-2.9 dev-util/intel-ocl-sdk )
+   performance? ( ${PYTHON_DEPS} )
+   "
+DEPEND="${RDEPEND}"
+#  test? (
+#  >=dev-cpp/gtest-1.6.0
+#  >=sci-libs/acml-6.1.0.3
+#  )"
+
+# The tests only get compiled to an executable named Test, which is not 
recogniozed by cmake.
+# Therefore src_test() won't execute any test.
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_PN}-${PV}/src"
+
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   if [[ $(gcc-major-version) -lt 4 ]] || ( [[ 
$(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]] ) ; then
+   die "Compilation with gcc older than 4.6 is not 
supported."
+   fi
+   fi
+
+   if [ ! -d "/usr/local/include/CL" ]; then
+   eerror "As a temporary workaround for Bug #521734, a symlink 
pointing to"
+   eerror "OpenCL headers >= 1.2 is needed. A symlink pointing to 
the CL-1.2"
+   eerror "headers, provided by the eselect-opencl package, can be 
created with"
+   eerror ""
+   eerror "  ln -s /usr/lib64/OpenCL/global/include/CL-1.2/ 
/usr/local/include/CL"
+   eerror ""
+   die "/usr/local/include/CL not found"
+   fi
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake-utils_use_build client CLIENT)
+   $(cmake-utils_use_build examples SAMPLE)
+   $(cmake-utils_use_build ktest KTEST)
+   $(cmake-utils_use_build performance PERFORMANCE)
+   $(cmake-utils_use_build test TEST)
+   -DOPENCL_ROOT="/usr/local/include"
+   )
+   cmake-utils_src_configure
+}



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

2015-11-30 Thread Marius Brehler
commit: e81e09a9ced382302db31f37ac55948804dab28a
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Mon Nov 30 08:12:44 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Nov 30 08:12:44 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e81e09a9

sci-libs/clblas: Build against CL-1.2, closes issue #543

Package-Manager: portage-2.2.20.1

 sci-libs/clblas/ChangeLog   |  6 ++
 sci-libs/clblas/{clblas-2.6.ebuild => clblas-2.6-r1.ebuild} | 11 +++
 sci-libs/clblas/clblas-.ebuild  | 11 +++
 3 files changed, 28 insertions(+)

diff --git a/sci-libs/clblas/ChangeLog b/sci-libs/clblas/ChangeLog
index e74dc52..217f674 100644
--- a/sci-libs/clblas/ChangeLog
+++ b/sci-libs/clblas/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*clblas-2.6-r1 (30 Nov 2015)
+
+  30 Nov 2015; Marius Brehler  +clblas-2.6-r1.ebuild,
+  -clblas-2.6.ebuild, clblas-.ebuild:
+  sci-libs/clblas: Build against CL-1.2, closes issue #543
+
 *clblas-2.6 (12 Sep 2015)
 
   12 Sep 2015; Marius Brehler  +clblas-2.6.ebuild:

diff --git a/sci-libs/clblas/clblas-2.6.ebuild 
b/sci-libs/clblas/clblas-2.6-r1.ebuild
similarity index 76%
rename from sci-libs/clblas/clblas-2.6.ebuild
rename to sci-libs/clblas/clblas-2.6-r1.ebuild
index d060857..15ca8d5 100644
--- a/sci-libs/clblas/clblas-2.6.ebuild
+++ b/sci-libs/clblas/clblas-2.6-r1.ebuild
@@ -45,6 +45,16 @@ pkg_pretend() {
die "Compilation with gcc older than 4.6 is not 
supported."
fi
fi
+
+   if [ ! -d "/usr/local/include/CL" ]; then
+   eerror "As a temporary workaround for Bug #521734, a symlink 
pointing to"
+   eerror "OpenCL headers >= 1.2 is needed. A symlink pointing to 
the CL-1.2"
+   eerror "headers, provided by the eselect-opencl package, can be 
created with"
+   eerror ""
+   eerror "  ln -s /usr/lib64/OpenCL/global/include/CL-1.2/ 
/usr/local/include/CL"
+   eerror ""
+   die "/usr/local/include/CL not found"
+   fi
 }
 
 src_configure() {
@@ -54,6 +64,7 @@ src_configure() {
$(cmake-utils_use_build ktest KTEST)
$(cmake-utils_use_build performance PERFORMANCE)
$(cmake-utils_use_build test TEST)
+   -DOPENCL_ROOT="/usr/local/include"
)
cmake-utils_src_configure
 }

diff --git a/sci-libs/clblas/clblas-.ebuild 
b/sci-libs/clblas/clblas-.ebuild
index 4a25302..84404a9 100644
--- a/sci-libs/clblas/clblas-.ebuild
+++ b/sci-libs/clblas/clblas-.ebuild
@@ -45,6 +45,16 @@ pkg_pretend() {
die "Compilation with gcc older than 4.6 is not 
supported."
fi
fi
+
+   if [ ! -d "/usr/local/include/CL" ]; then
+   eerror "As a temporary workaround for Bug #521734, a symlink 
pointing to"
+   eerror "OpenCL headers >= 1.2 is needed. A symlink pointing to 
the CL-1.2"
+   eerror "headers, provided by the eselect-opencl package, can be 
created with"
+   eerror ""
+   eerror "  ln -s /usr/lib64/OpenCL/global/include/CL-1.2/ 
/usr/local/include/CL"
+   eerror ""
+   die "/usr/local/include/CL not found"
+   fi
 }
 
 src_configure() {
@@ -54,6 +64,7 @@ src_configure() {
$(cmake-utils_use_build ktest KTEST)
$(cmake-utils_use_build performance PERFORMANCE)
$(cmake-utils_use_build test TEST)
+   -DOPENCL_ROOT="/usr/local/include"
)
cmake-utils_src_configure
 }



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

2015-11-30 Thread Justin Lecher
commit: 0ced8d67bbc57ee3eb40a8cf1aeacdaa27086d72
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 07:35:10 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 07:59:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ced8d67

dev-python/setuptools: FVersion Bump

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/setuptools/Manifest   |  1 +
 dev-python/setuptools/setuptools-18.7.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 641eae0..4273d97 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,3 +1,4 @@
 DIST setuptools-18.4.tar.gz 626632 SHA256 
cdea5098e60b4ad83453d58723a61dc481ca8e2df251fe4ccbea9afa5a7d111f SHA512 
f45f0bdec365642d1648c502a964bafeb518e8f0ed63091a50b278629cf1e17df7f66769b0ddaab1e7c5ae2574673435ccab72886a2d5eb311eaac451c485854
 WHIRLPOOL 
e0c5d69f57ce234b0e002a50c882df0bf1e908224c045baa8b5a62e91148d654f048cfbb64375b59f61f0845a5e850ec03594606933fdfaa9cce9b357bb45aa7
 DIST setuptools-18.5.tar.gz 626892 SHA256 
4846755f18c0528d87583342d5e1221052858ce9922c5c38acbadd5015bd683d SHA512 
d902b7e35c99d21e243168072bc96c07f88a7463e50035ba72d7e10818777e83ce534e4dab2ae0425620791f95f3d8cb2f9d9142be1ea24f05100d85d0d44835
 WHIRLPOOL 
f3cabbc4bda9964bc00eba392e04605c99c1927fa96482ac55e21b1af7271b8a1c102017dea0b615ab02ca0f7219d9a8eab3b83eef6895d8b35f6bcbe4ed7747
 DIST setuptools-18.6.1.tar.gz 627042 SHA256 
ddb0f4bdd1ac0ceb41abfe561d6196a840abb76371551dbf0c3e59d8d5cde99a SHA512 
50752fc55fe70c1fe7c84d27d6dd046da376e0656c957e36709923ed129dcecf09637e35d64cc677d1e75612b2fc53f3213c97e8bed816dff5248085756a1882
 WHIRLPOOL 
b6ba95bd18db05867a94b756ab1ec71a0861096ffa8ae9bf2dd1410e1465df71a10e52af527b5f72bd685da5ccbfa795b6e1855a0d11aa54e8f28287fa54236e
+DIST setuptools-18.7.tar.gz 628702 SHA256 
c57c1f5aa3b83e4c5e0ce5b144a7f96eea1dab873f35d5aaa3c2a2d960674353 SHA512 
7e00cd0148aee0435e571347db1d2dae9fa194fe3bdd5d1fc561bb353ce4272869355a5e8f9a1ed99136df43f9d7848d57d2cd46c920040673bfdc05e189d050
 WHIRLPOOL 
c50e83fb91ed7cd08e9f3538fb8425adcc1d5eb3a8be072914e73d2e765888f71c6fd891c821c96c21ad24728f7381c5b5a4b01c23887550877a0931b5ad7d86

diff --git a/dev-python/setuptools/setuptools-18.7.ebuild 
b/dev-python/setuptools/setuptools-18.7.ebuild
new file mode 100644
index 000..713d1de
--- /dev/null
+++ b/dev-python/setuptools/setuptools-18.7.ebuild
@@ -0,0 +1,54 @@
+# 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} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of extensions to Distutils"
+HOMEPAGE="https://pypi.python.org/pypi/setuptools;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+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="test"
+
+RDEPEND=">=dev-python/packaging-15.3-r1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+PDEPEND=">=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]"
+
+# Force in-source build because build system modifies sources.
+DISTUTILS_IN_SOURCE_BUILD=1
+
+DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
+
+python_prepare_all() {
+   rm -r ./pkg_resources/_vendor || die
+   # disable tests requiring a network connection
+   rm setuptools/tests/test_packageindex.py || die
+
+   # don't run integration tests
+   rm setuptools/tests/test_integration.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   # test_easy_install raises a SandboxViolation due to 
${HOME}/.pydistutils.cfg
+   # It tries to sandbox the test in a tempdir
+   HOME="${PWD}" py.test --verbose ${PN} || die "Tests failed under 
${EPYTHON}"
+}
+
+python_install() {
+   export DISTRIBUTE_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
+   distutils-r1_python_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SMTP-SSL/

2015-11-30 Thread Patrice Clement
commit: d2a6befdf75bd14d8e6a8920e62cdeb4a28832fc
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Nov 30 08:04:47 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 30 08:04:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a6befd

dev-perl/Net-SMTP-SSL: Stable for amd64. Retroactively stable for the remaining 
arches using the ALLARCHES policy. Fixes bug 566940.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.30.0.ebuild 
b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.30.0.ebuild
index 1db4397..fcb4abf 100644
--- a/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.30.0.ebuild
+++ b/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="SSL support for Net::SMTP"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~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 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~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="test"
 
 RDEPEND="



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

2015-11-30 Thread Justin Lecher
commit: d496d0a997429028cf096ee8488db8aa8d845e90
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov 30 10:33:06 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Nov 30 10:33:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d496d0a9

dev-python/django-celery: Raise max django version to include latest sec update

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/django-celery/django-celery-3.1.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-celery/django-celery-3.1.16.ebuild 
b/dev-python/django-celery/django-celery-3.1.16.ebuild
index 872f74f..b1be19b 100644
--- a/dev-python/django-celery/django-celery-3.1.16.ebuild
+++ b/dev-python/django-celery/django-celery-3.1.16.ebuild
@@ -24,7 +24,7 @@ IUSE="doc examples test"
 PY2_USEDEP=$(python_gen_usedep python2_7)
 RDEPEND=">=dev-python/celery-3.1.15[${PYTHON_USEDEP}]
>dev-python/django-1.4[${PYTHON_USEDEP}]
-   <=dev-python/django-1.7.10[${PYTHON_USEDEP}]
+   <=dev-python/django-1.7.11[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/

2015-11-30 Thread Agostino Sarubbo
commit: 8aea2556a4bcc93729ce3275c750250cba0600ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:06 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aea2556

x11-misc/xkeyboard-config: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-misc/xkeyboard-config/xkeyboard-config-2.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.16.ebuild 
b/x11-misc/xkeyboard-config/xkeyboard-config-2.16.ebuild
index 20b9c27..9a1046e 100644
--- a/x11-misc/xkeyboard-config/xkeyboard-config-2.16.ebuild
+++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.16.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="X keyboard configuration database"
 HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig;
 [[ ${PV} == ** ]] || 
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: x11-proto/glproto/

2015-11-30 Thread Agostino Sarubbo
commit: e1116ec95de5f8655c6d223a784930ed3b1e0b7a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:15 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1116ec9

x11-proto/glproto: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-proto/glproto/glproto-1.4.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/glproto/glproto-1.4.17-r1.ebuild 
b/x11-proto/glproto/glproto-1.4.17-r1.ebuild
index 47be112..a56d1b9 100644
--- a/x11-proto/glproto/glproto-1.4.17-r1.ebuild
+++ b/x11-proto/glproto/glproto-1.4.17-r1.ebuild
@@ -8,7 +8,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org GL protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
 LICENSE="SGI-B-2.0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: x11-proto/kbproto/

2015-11-30 Thread Agostino Sarubbo
commit: 61b23104b55849bf5e1a324f0c6e4538803b28fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:20 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b23104

x11-proto/kbproto: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-proto/kbproto/kbproto-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/kbproto/kbproto-1.0.7.ebuild 
b/x11-proto/kbproto/kbproto-1.0.7.ebuild
index 57c7f30..3437267 100644
--- a/x11-proto/kbproto/kbproto-1.0.7.ebuild
+++ b/x11-proto/kbproto/kbproto-1.0.7.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org KB protocol headers"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/

2015-11-30 Thread Agostino Sarubbo
commit: 0fd9bcb4b0f293ae376ce243f510dd8a349df593
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:29 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd9bcb4

x11-proto/xproto: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-proto/xproto/xproto-7.0.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-proto/xproto/xproto-7.0.28.ebuild 
b/x11-proto/xproto/xproto-7.0.28.ebuild
index 92e7218..fe3f5a4 100644
--- a/x11-proto/xproto/xproto-7.0.28.ebuild
+++ b/x11-proto/xproto/xproto-7.0.28.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org xproto protocol headers"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND=""



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

2015-11-30 Thread Agostino Sarubbo
commit: 1deda18e2098f5447e56a421dc4360780d9c6048
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:34 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deda18e

x11-terms/xterm: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-terms/xterm/xterm-320.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xterm/xterm-320.ebuild b/x11-terms/xterm/xterm-320.ebuild
index 31342d9..5ff497e 100644
--- a/x11-terms/xterm/xterm-320.ebuild
+++ b/x11-terms/xterm/xterm-320.ebuild
@@ -12,7 +12,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~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"
+KEYWORDS="~alpha amd64 ~arm ~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 )



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xcompmgr/

2015-11-30 Thread Agostino Sarubbo
commit: bc751ed518a4d78f1712d93787c6966c78672054
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:01 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc751ed5

x11-misc/xcompmgr: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild 
b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
index 9a3a67c..ba3d02f 100644
--- a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://freedesktop.org/Software/xapps;
 SRC_URI="http://xorg.freedesktop.org/releases/individual/app/${P}.tar.bz2;
 
 LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/

2015-11-30 Thread Agostino Sarubbo
commit: 779fb2aee0dcdc8e5a95e6a52bd50c4feebe18f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:50:51 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:50:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779fb2ae

x11-libs/xcb-util-cursor: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild 
b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild
index 21c4dbc..01c736d 100644
--- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild
+++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.2.ebuild
@@ -16,7 +16,7 @@ EGIT_HAS_SUBMODULES=yes
 DESCRIPTION="X C-language Bindings sample implementations"
 HOMEPAGE="http://xcb.freedesktop.org/;
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris"
 IUSE="test"
 
 RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXrandr/

2015-11-30 Thread Agostino Sarubbo
commit: c70f7ac64f58457f8d129bbcd06e6b0cfd5506e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:50:32 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:50:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c70f7ac6

x11-libs/libXrandr: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/libXrandr/libXrandr-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXrandr/libXrandr-1.5.0.ebuild 
b/x11-libs/libXrandr/libXrandr-1.5.0.ebuild
index 13a4c79..0274c8b 100644
--- a/x11-libs/libXrandr/libXrandr-1.5.0.ebuild
+++ b/x11-libs/libXrandr/libXrandr-1.5.0.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xrandr library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xtscal/

2015-11-30 Thread Agostino Sarubbo
commit: 38b49d1e400132fb3b7c02ef9ef003db5263e608
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:10 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b49d1e

x11-misc/xtscal: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-misc/xtscal/xtscal-0.6.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild 
b/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild
index b0cf5f7..eb7581f 100644
--- a/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild
+++ b/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://gpe.linuxtogo.org/download/source/${P}.tar.bz2 mirror://gentoo/x
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="x11-libs/libX11"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-vdpau-driver/

2015-11-30 Thread Agostino Sarubbo
commit: b42fc7503ba65fcde7aa66a1c127589eb2d6261d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:49:58 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:49:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42fc750

x11-libs/libva-vdpau-driver: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild 
b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild
index d06690f..67f60c7 100644
--- a/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild
+++ b/x11-libs/libva-vdpau-driver/libva-vdpau-driver-0.7.4-r3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/$
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug opengl"
 
 RDEPEND=">=x11-libs/libva-1.2.1-r1[X,opengl?,${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXvMC/

2015-11-30 Thread Agostino Sarubbo
commit: 54c5a88dad7a60df22b7b194d08361694cedfa1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:50:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:50:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c5a88d

x11-libs/libXvMC: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/libXvMC/libXvMC-1.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXvMC/libXvMC-1.0.9.ebuild 
b/x11-libs/libXvMC/libXvMC-1.0.9.ebuild
index d50abe3..a3af025 100644
--- a/x11-libs/libXvMC/libXvMC-1.0.9.ebuild
+++ b/x11-libs/libXvMC/libXvMC-1.0.9.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org XvMC library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x86-solaris"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libpciaccess/

2015-11-30 Thread Agostino Sarubbo
commit: 7b62dc677eb37015f2a5bd7788dd1843ce3d1901
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:49:53 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:49:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b62dc67

x11-libs/libpciaccess: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild 
b/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild
index 4a8bec6..3f5d2ff 100644
--- a/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild
+++ b/x11-libs/libpciaccess/libpciaccess-0.13.4.ebuild
@@ -8,7 +8,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="Library providing generic access to the PCI bus and devices"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="zlib"
 
 DEPEND="!

[gentoo-commits] repo/gentoo:master commit in: x11-wm/twm/

2015-11-30 Thread Agostino Sarubbo
commit: 33055428c5abf77526128c737a89febd46199ea8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:51:39 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:51:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33055428

x11-wm/twm: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-wm/twm/twm-1.0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/twm/twm-1.0.9.ebuild b/x11-wm/twm/twm-1.0.9.ebuild
index fdf88bb..93caaab 100644
--- a/x11-wm/twm/twm-1.0.9.ebuild
+++ b/x11-wm/twm/twm-1.0.9.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org twm application"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/

2015-11-30 Thread Agostino Sarubbo
commit: 43c988af26162a2b1d36c201700c2b21e8b0ced0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:50:23 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:50:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c988af

x11-libs/libXi: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/libXi/libXi-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXi/libXi-1.7.5.ebuild 
b/x11-libs/libXi/libXi-1.7.5.ebuild
index f8c216d..6dace77 100644
--- a/x11-libs/libXi/libXi-1.7.5.ebuild
+++ b/x11-libs/libXi/libXi-1.7.5.ebuild
@@ -9,7 +9,7 @@ XORG_MULTILIB=yes
 inherit xorg-2
 
 DESCRIPTION="X.Org Xi library"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libXrender/

2015-11-30 Thread Agostino Sarubbo
commit: eb184504f0aea81574ffd39369dec95ee86c7110
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 30 11:50:37 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 30 11:50:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb184504

x11-libs/libXrender: amd64 stable wrt bug #559062

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/libXrender/libXrender-0.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXrender/libXrender-0.9.9.ebuild 
b/x11-libs/libXrender/libXrender-0.9.9.ebuild
index 09eb4f4..68b1846 100644
--- a/x11-libs/libXrender/libXrender-0.9.9.ebuild
+++ b/x11-libs/libXrender/libXrender-0.9.9.ebuild
@@ -9,7 +9,7 @@ inherit xorg-2
 
 DESCRIPTION="X.Org Xrender library"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 
 RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]



  1   2   >