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

2016-10-11 Thread Zac Medico
commit: 04e26970cdf9fa8de1fd47bc29daa74d39baec2e
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 12 06:48:01 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Oct 12 06:49:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e26970

dev-python/python-engineio: remove old versions

Package-Manager: portage-2.3.2

 dev-python/python-engineio/Manifest|  3 --
 .../python-engineio/python-engineio-0.8.1.ebuild   | 33 --
 .../python-engineio/python-engineio-0.8.6.ebuild   | 33 --
 .../python-engineio/python-engineio-0.8.8.ebuild   | 28 --
 4 files changed, 97 deletions(-)

diff --git a/dev-python/python-engineio/Manifest 
b/dev-python/python-engineio/Manifest
index 1b1407d..880df68 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -1,5 +1,2 @@
-DIST python-engineio-0.8.1.tar.gz 11608 SHA256 
82973bcf1c32df594bb78c527d9406f301691ecc5ab93c38fc318c1b0142b9fd SHA512 
71a6002753f77440fe118004e7ace11eeb348b2d63274e81fe66e8eace899b8b3f1b8b130f86cedb0d78c995f1f83053ab7811e68fbb6e977072d9491a35b6b7
 WHIRLPOOL 
c2a62848b2a83adb5eea255c60c77d6355053a360d885dacfe117a104974987c9379236c62eed6f496e115c8181428a09ccd51720438b4110902b43c06778450
-DIST python-engineio-0.8.6.tar.gz 11855 SHA256 
cdb7381d6ba28d13e02cec61f3d1b254341b784452c629fba524784c0b774363 SHA512 
4fd4e492655340798ca7c34127d26d0fcba864b95e3ab21c423867c21ee7d37dd3b5f564bd3013cc0f9f235a57b5dd4bf705648e21cf07fbe417e4fa69e632f2
 WHIRLPOOL 
df96a513112a21b3dbc4262f156d4332ca71547d0882a0cc473a128a8c3a9ca1dd5a29b19e2b56f5b819fdc8ea415b8f092f974fd2d35f963e321dc2afdd0375
-DIST python-engineio-0.8.8.tar.gz 11792 SHA256 
1dbe9ad8ca4b36b92d6c2f9c5c4a3ddc25e70858d39e90b9e5e1cb337f0c0924 SHA512 
b411565b5144039e680ecb1ebb26c206f8b18f3fe10fd3e62efde5540fb84e80c9085bb9339ef214791921f3f62c46ad75379a0472430db2316a2388b0ecd398
 WHIRLPOOL 
638ebb4323c5e5c4e8854fdecf6cc187af744f5ba4a895f4d15c6874510512575d981d799660aa016d2638c7a5e5761340890ce0ecda759d7da592f4a349efc0
 DIST python-engineio-0.9.1.tar.gz 11812 SHA256 
30af19dfe0dba55ba080958d2e251a3bb528c2502b83b255b46c4d90fa1db650 SHA512 
69d69e6eb8a577ccf3bdd960c6e32c43111a174458291fe5254028e70f5898644896db67f4884a0e25ecdf20de69521d320787bf75917fffd508d36b11772f01
 WHIRLPOOL 
a13bd82e6d09572466d16fd1771e8e6f13289304a2979e0577e6b37310c9e86d3f122a62e8cca39db289e87def98502ee359778845de39edf264efdf6bb559ea
 DIST python-engineio-1.0.3.tar.gz 14801 SHA256 
30803f9d3c327a27bdbf6e55a9772c858082c69de87b750ff981effd47386e5c SHA512 
09d610bf88cda61eb2232436302eedd46e14bac5071ee298585e731f36ee49449272290b9b3ce34a16d4c37c3598689f5772a0b5162628311d506ad60c0c0ad8
 WHIRLPOOL 
beb558dc726c33503db81cb25489b612fa5e4755646f8b2bab0d642b2d0da5cc813997094b13e4a9e47861e688a7da5310b630351c6e862b2f00f71de3d282de

diff --git a/dev-python/python-engineio/python-engineio-0.8.1.ebuild 
b/dev-python/python-engineio/python-engineio-0.8.1.ebuild
deleted file mode 100644
index 53e64a8..
--- a/dev-python/python-engineio/python-engineio-0.8.1.ebuild
+++ /dev/null
@@ -1,33 +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_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=""
-DESCRIPTION="Python implementation of the Engine.IO realtime server."
-HOMEPAGE="https://${PN}.readthedocs.org/ 
https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# pypi tarball does not contain tests
-RESTRICT="test"
-
-src_prepare() {
-   sed -e 's:pbr<1.7.0:pbr:' -i setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   esetup.py test || die
-}

diff --git a/dev-python/python-engineio/python-engineio-0.8.6.ebuild 
b/dev-python/python-engineio/python-engineio-0.8.6.ebuild
deleted file mode 100644
index 53e64a8..
--- a/dev-python/python-engineio/python-engineio-0.8.6.ebuild
+++ /dev/null
@@ -1,33 +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_4} pypy pypy3 )
-
-inherit distutils-r1
-
-MY_PN=""
-DESCRIPTION="Python implementation of the Engine.IO realtime server."
-HOMEPAGE="https://${PN}.readthedocs.org/ 
https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-# pypi tarball does not contain tests
-RESTRICT="test"
-
-src_prepare() {
-   sed -e 's:pbr<

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

2016-10-11 Thread Zac Medico
commit: 5c4608515bcac6e55846bd879f8a7f16303301d3
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Oct 12 06:46:54 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Oct 12 06:49:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c460851

dev-python/python-engineio: version bump to 1.0.3

Package-Manager: portage-2.3.2

 dev-python/python-engineio/Manifest|  1 +
 .../python-engineio/python-engineio-1.0.3.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/python-engineio/Manifest 
b/dev-python/python-engineio/Manifest
index 75b3b05..1b1407d 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -2,3 +2,4 @@ DIST python-engineio-0.8.1.tar.gz 11608 SHA256 
82973bcf1c32df594bb78c527d9406f30
 DIST python-engineio-0.8.6.tar.gz 11855 SHA256 
cdb7381d6ba28d13e02cec61f3d1b254341b784452c629fba524784c0b774363 SHA512 
4fd4e492655340798ca7c34127d26d0fcba864b95e3ab21c423867c21ee7d37dd3b5f564bd3013cc0f9f235a57b5dd4bf705648e21cf07fbe417e4fa69e632f2
 WHIRLPOOL 
df96a513112a21b3dbc4262f156d4332ca71547d0882a0cc473a128a8c3a9ca1dd5a29b19e2b56f5b819fdc8ea415b8f092f974fd2d35f963e321dc2afdd0375
 DIST python-engineio-0.8.8.tar.gz 11792 SHA256 
1dbe9ad8ca4b36b92d6c2f9c5c4a3ddc25e70858d39e90b9e5e1cb337f0c0924 SHA512 
b411565b5144039e680ecb1ebb26c206f8b18f3fe10fd3e62efde5540fb84e80c9085bb9339ef214791921f3f62c46ad75379a0472430db2316a2388b0ecd398
 WHIRLPOOL 
638ebb4323c5e5c4e8854fdecf6cc187af744f5ba4a895f4d15c6874510512575d981d799660aa016d2638c7a5e5761340890ce0ecda759d7da592f4a349efc0
 DIST python-engineio-0.9.1.tar.gz 11812 SHA256 
30af19dfe0dba55ba080958d2e251a3bb528c2502b83b255b46c4d90fa1db650 SHA512 
69d69e6eb8a577ccf3bdd960c6e32c43111a174458291fe5254028e70f5898644896db67f4884a0e25ecdf20de69521d320787bf75917fffd508d36b11772f01
 WHIRLPOOL 
a13bd82e6d09572466d16fd1771e8e6f13289304a2979e0577e6b37310c9e86d3f122a62e8cca39db289e87def98502ee359778845de39edf264efdf6bb559ea
+DIST python-engineio-1.0.3.tar.gz 14801 SHA256 
30803f9d3c327a27bdbf6e55a9772c858082c69de87b750ff981effd47386e5c SHA512 
09d610bf88cda61eb2232436302eedd46e14bac5071ee298585e731f36ee49449272290b9b3ce34a16d4c37c3598689f5772a0b5162628311d506ad60c0c0ad8
 WHIRLPOOL 
beb558dc726c33503db81cb25489b612fa5e4755646f8b2bab0d642b2d0da5cc813997094b13e4a9e47861e688a7da5310b630351c6e862b2f00f71de3d282de

diff --git a/dev-python/python-engineio/python-engineio-1.0.3.ebuild 
b/dev-python/python-engineio/python-engineio-1.0.3.ebuild
new file mode 100644
index ..57a324c
--- /dev/null
+++ b/dev-python/python-engineio/python-engineio-1.0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN=""
+DESCRIPTION="Python implementation of the Engine.IO realtime server."
+HOMEPAGE="https://${PN}.readthedocs.org/ 
https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# pypi tarball does not contain tests
+RESTRICT="test"
+
+python_test() {
+   esetup.py test || die
+}



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

2016-10-11 Thread Marius Brehler
commit: 7931e23c3d4b5f680c6ff1d884ec9008eebb977c
Author: Horea Christian  yandex  com>
AuthorDate: Sun Oct  2 10:11:35 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sun Oct  2 10:11:35 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7931e23c

sci-biology/nilearn: fixed gtk testing error (#690)

Package-Manager: portage-2.3.1

 sci-biology/nilearn/nilearn-0.1.4.1.ebuild | 3 ++-
 sci-biology/nilearn/nilearn-0.2.4.ebuild   | 3 ++-
 sci-biology/nilearn/nilearn-0.2.5.ebuild   | 3 ++-
 sci-biology/nilearn/nilearn-0.2.6.ebuild   | 3 ++-
 sci-biology/nilearn/nilearn-.ebuild| 3 ++-
 5 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild 
b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
index 9814724..a7c626a 100644
--- a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
+++ b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
@@ -32,5 +32,6 @@ RDEPEND="
 S="${WORKDIR}/${PN}-${MY_PV}"
 
 python_test() {
-   nosetests -v || die
+   echo "backend: Agg" > matplotlibrc
+   MPLCONFIGDIR=. nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild 
b/sci-biology/nilearn/nilearn-0.2.4.ebuild
index 7816b7e..4666a3a 100644
--- a/sci-biology/nilearn/nilearn-0.2.4.ebuild
+++ b/sci-biology/nilearn/nilearn-0.2.4.ebuild
@@ -29,5 +29,6 @@ RDEPEND="
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
 python_test() {
-   nosetests -v || die
+   echo "backend: Agg" > matplotlibrc
+   MPLCONFIGDIR=. nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-0.2.5.ebuild 
b/sci-biology/nilearn/nilearn-0.2.5.ebuild
index 7816b7e..4666a3a 100644
--- a/sci-biology/nilearn/nilearn-0.2.5.ebuild
+++ b/sci-biology/nilearn/nilearn-0.2.5.ebuild
@@ -29,5 +29,6 @@ RDEPEND="
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
 python_test() {
-   nosetests -v || die
+   echo "backend: Agg" > matplotlibrc
+   MPLCONFIGDIR=. nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-0.2.6.ebuild 
b/sci-biology/nilearn/nilearn-0.2.6.ebuild
index 7816b7e..4666a3a 100644
--- a/sci-biology/nilearn/nilearn-0.2.6.ebuild
+++ b/sci-biology/nilearn/nilearn-0.2.6.ebuild
@@ -29,5 +29,6 @@ RDEPEND="
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
 python_test() {
-   nosetests -v || die
+   echo "backend: Agg" > matplotlibrc
+   MPLCONFIGDIR=. nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-.ebuild 
b/sci-biology/nilearn/nilearn-.ebuild
index 36d9a30..9c9fb9d 100644
--- a/sci-biology/nilearn/nilearn-.ebuild
+++ b/sci-biology/nilearn/nilearn-.ebuild
@@ -30,5 +30,6 @@ RDEPEND="
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
 python_test() {
-   nosetests -v || die
+   echo "backend: Agg" > matplotlibrc
+   MPLCONFIGDIR=. nosetests -v || die
 }



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

2016-10-11 Thread Marius Brehler
commit: cc5e3c7ccf16087d32e5c933f2f9e0307ce1900f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep 24 23:00:27 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 23:02:50 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cc5e3c7c

sci-biology/bedtools: remove, in main tree

 sci-biology/bedtools/bedtools-2.26.0.ebuild | 33 -
 sci-biology/bedtools/metadata.xml   | 23 
 2 files changed, 56 deletions(-)

diff --git a/sci-biology/bedtools/bedtools-2.26.0.ebuild 
b/sci-biology/bedtools/bedtools-2.26.0.ebuild
deleted file mode 100644
index 4dac032..000
--- a/sci-biology/bedtools/bedtools-2.26.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic
-
-DESCRIPTION="Tools for manipulation and analysis of BED, GFF/GTF, VCF, SAM/BAM 
file formats"
-HOMEPAGE="http://code.google.com/p/bedtools/";
-SRC_URI="https://github.com/arq5x/bedtools2/releases/download/v${PV}/bedtools-${PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-S="${WORKDIR}/bedtools2"
-
-src_prepare() {
-   filter-ldflags -Wl,--as-needed
-   sed -i \
-   -e '/export CXXFLAGS/ d' \
-   -e '/export CXX/ d' \
-   Makefile || die
-}
-
-src_install() {
-   dobin bin/*
-   dodoc README* RELEASE_HISTORY
-   insinto /usr/share/${PN}
-   doins -r genomes
-}

diff --git a/sci-biology/bedtools/metadata.xml 
b/sci-biology/bedtools/metadata.xml
deleted file mode 100644
index 39869a9..000
--- a/sci-biology/bedtools/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-mmokr...@gmail.com
-Martin Mokrejs
-  
-  
-sci-biol...@gentoo.org
-Gentoo Biology Project
-  
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
-  
-BEDTools: a flexible suite of utilities for comparing genomic features.
-  
-  
-bedtools
-arq5x/bedtools2
-  
-



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

2016-10-11 Thread Marius Brehler
commit: 6bc09fc2062a164cb4e3dabffa490e3fc86f5106
Author: Horea Christian  yandex  com>
AuthorDate: Mon Sep 26 11:02:43 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Sep 26 11:02:43 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6bc09fc2

sci-biology/nistats: added new dep, updated EAPI and python cmpatibility (#683)

Package-Manager: portage-2.3.1

 sci-biology/nistats/nistats-.ebuild | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/sci-biology/nistats/nistats-.ebuild 
b/sci-biology/nistats/nistats-.ebuild
index 169eced..5ec78fa 100644
--- a/sci-biology/nistats/nistats-.ebuild
+++ b/sci-biology/nistats/nistats-.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
-inherit distutils-r1 multilib git-r3 flag-o-matic
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Neuroimaging tools for Python"
 HOMEPAGE="http://nipy.org/";
@@ -18,9 +18,13 @@ SLOT="0"
 IUSE=""
 KEYWORDS=""
 
-COMMONDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+COMMONDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/patsy[${PYTHON_USEDEP}]
+   "
 DEPEND="${COMMONDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
 RDEPEND="${COMMONDEPEND}
sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]



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

2016-10-11 Thread Marius Brehler
commit: f4e1a2258f42c9136e8fd273012f1e6274eede67
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 24 19:50:44 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 20:10:31 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f4e1a225

sci-libs/blas-reference: revision bump to -r100

This ensures that blas-reference versions from ::science are preferred over
versions from ::gentoo.

Package-Manager: portage-2.2.28

 ...s-reference-20131116-r2.ebuild => blas-reference-20131116-r100.ebuild} | 0
 ...s-reference-20151113-r1.ebuild => blas-reference-20151113-r100.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-libs/blas-reference/blas-reference-20131116-r2.ebuild 
b/sci-libs/blas-reference/blas-reference-20131116-r100.ebuild
similarity index 100%
rename from sci-libs/blas-reference/blas-reference-20131116-r2.ebuild
rename to sci-libs/blas-reference/blas-reference-20131116-r100.ebuild

diff --git a/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild 
b/sci-libs/blas-reference/blas-reference-20151113-r100.ebuild
similarity index 100%
rename from sci-libs/blas-reference/blas-reference-20151113-r1.ebuild
rename to sci-libs/blas-reference/blas-reference-20151113-r100.ebuild



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

2016-10-11 Thread Marius Brehler
commit: cec254823f198e90b0c51750704aab40e9e0c64c
Author: David Seifert  gentoo  org>
AuthorDate: Sun Sep 25 09:44:52 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sun Sep 25 09:44:52 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cec25482

sci-biology/vcftools: remove, in main tree

 sci-biology/vcftools/metadata.xml   | 11 --
 sci-biology/vcftools/vcftools-0.1.14.ebuild | 55 -
 2 files changed, 66 deletions(-)

diff --git a/sci-biology/vcftools/metadata.xml 
b/sci-biology/vcftools/metadata.xml
deleted file mode 100644
index 77f6f92..000
--- a/sci-biology/vcftools/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-sci-biol...@gentoo.org
-Gentoo Biology Project
-  
-  
-vcftools
-  
-

diff --git a/sci-biology/vcftools/vcftools-0.1.14.ebuild 
b/sci-biology/vcftools/vcftools-0.1.14.ebuild
deleted file mode 100644
index 0e792f8..000
--- a/sci-biology/vcftools/vcftools-0.1.14.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PERL_EXPORT_PHASE_FUNCTIONS=no
-inherit perl-module eutils toolchain-funcs autotools
-
-MY_P="${PN}_${PV}"
-
-DESCRIPTION="Tools for working with VCF (Variant Call Format) files"
-HOMEPAGE="https://vcftools.github.io
-   http://vcftools.sourceforge.net";
-SRC_URI="https://github.com/vcftools/vcftools/archive/vcftools-vcftools-v0.1.14-14-g2543f81.tar.gz";
-#SRC_URI="https://codeload.github.com/vcftools/vcftools/legacy.tar.gz/master 
-> ${P}.tar.gz"
-#SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="lapack"
-
-RDEPEND="lapack? ( virtual/lapack )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}"/vcftools-vcftools-2543f81
-#S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   # epatch "${FILESDIR}"/${P}-buildsystem.patch
-   tc-export CXX PKG_CONFIG
-   eautoreconf
-}
-
-src_configure(){
-   econf --enable-pca # --with-pmdir=DIR   install Perl modules in DIR
-}
-
-#src_compile() {
-#  local myconf
-#  use lapack && myconf="VCFTOOLS_PCA=1"
-#  emake -C cpp ${myconf}
-#}
-
-src_install(){
-   perl_set_version
-   dobin src/cpp/"${PN}"
-   doman src/cpp/"${PN}".1
-   insinto "${VENDOR_LIB}"
-   doins src/perl/*.pm
-   dobin src/perl/{fill,vcf}-*
-   dodoc README.md
-}



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

2016-10-11 Thread Marius Brehler
commit: f3c3327961a0125ce5cf81995efcf154e6c00a7e
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Oct 12 06:25:50 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Wed Oct 12 06:25:50 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f3c33279

Merge remote-tracking branch 'github/master'

 Conflicts:
sci-biology/idba/metadata.xml

 Takeover file from origin/master,
 was moved/renamed in github/master.

 dev-lang/julia/files/63julia-gentoo.el |   2 -
 dev-lang/julia/julia-.ebuild   | 176 -
 dev-lang/julia/metadata.xml|  24 ---
 net-misc/cernbox-client/Manifest   |   2 +
 .../cernbox-client/cernbox-client-2.2.4.ebuild | 118 ++
 .../files/shell-integration-nautilus.patch |  25 +++
 net-misc/cernbox-client/metadata.xml   |  27 
 sci-biology/abyss/abyss-1.9.0.ebuild   |   1 +
 sci-biology/abyss/files/abyss-1.9.0-gcc-6.patch|  34 
 sci-biology/biopython/Manifest |   1 -
 sci-biology/biopython/biopython-1.67-r1.ebuild |  60 ---
 .../biopython/files/biopython-1.67-pull-884.patch  |  87 --
 sci-biology/biopython/metadata.xml |   8 -
 sci-biology/hmmer/Manifest |   1 -
 .../hmmer/files/hmmer-3.1_beta2-fix_tests.patch|  12 --
 .../hmmer/files/hmmer-3.1_beta2-perl-5.16-2.patch  |  90 ---
 sci-biology/hmmer/hmmer-3.1_beta2.ebuild   |  48 --
 sci-biology/hmmer/metadata.xml |   8 -
 sci-biology/nilearn/Manifest   |   1 +
 sci-biology/nilearn/nilearn-0.1.4.1.ebuild |  11 +-
 sci-biology/nilearn/nilearn-0.2.4.ebuild   |   7 +-
 sci-biology/nilearn/nilearn-0.2.5.ebuild   |   7 +-
 .../{nilearn-0.2.4.ebuild => nilearn-0.2.6.ebuild} |   7 +-
 sci-biology/nilearn/nilearn-.ebuild|  11 +-
 .../omalloc => sci-biology/nireg}/metadata.xml |   8 +-
 sci-biology/nireg/nireg-.ebuild|  33 
 sci-biology/nistats/nistats-.ebuild|  16 +-
 sci-biology/nitime/Manifest|   1 +
 .../spglib => sci-biology/nitime}/metadata.xml |   9 +-
 .../nitime-0.6.ebuild} |  25 +--
 .../dipy-.ebuild => nitime/nitime-.ebuild} |  26 +--
 sci-biology/psychopy/Manifest  |   1 +
 ...ychopy-1.84.0.ebuild => psychopy-1.84.1.ebuild} |   2 +-
 sci-biology/pybrain/Manifest   |   1 +
 .../{pybrain-.ebuild => pybrain-0.3.3.ebuild}  |  21 ++-
 sci-biology/pybrain/pybrain-.ebuild|  14 +-
 sci-biology/vcftools/Manifest  |   1 -
 sci-biology/vcftools/metadata.xml  |  11 --
 sci-biology/vcftools/vcftools-0.1.14.ebuild|  55 ---
 ebuild => blas-reference-20131116-r100.ebuild} |   0
 ebuild => blas-reference-20151113-r100.ebuild} |   0
 ...ebuild => cblas-reference-20110218-r100.ebuild} |   2 +-
 ...ebuild => cblas-reference-20151113-r100.ebuild} |   2 +-
 ...0.ebuild => lapack-reference-3.5.0-r100.ebuild} |   0
 ...1.ebuild => lapack-reference-3.6.0-r100.ebuild} |   0
 sci-libs/nibabel/nibabel-1.3.0.ebuild  |  11 +-
 sci-libs/nibabel/nibabel-2.0.1.ebuild  |   9 +-
 sci-libs/nibabel/nibabel-2.1.0.ebuild  |   9 +-
 sci-libs/nibabel/nibabel-.ebuild   |   9 +-
 sci-libs/nipy/nipy-0.4.0.ebuild|   4 +-
 sci-libs/nipy/nipy-.ebuild |   4 +-
 sci-libs/nipype/nipype-0.11.0.ebuild   |   4 +-
 sci-libs/nipype/nipype-0.12.0.ebuild   |  10 +-
 sci-libs/nipype/nipype-0.12.1.ebuild   |  10 +-
 sci-libs/nipype/nipype-.ebuild |  10 +-
 sci-mathematics/mdp/Manifest   |   1 +
 .../mdp/{mdp-3.3.ebuild => mdp-3.5.ebuild} |  13 +-
 .../{blas-2.1-r5.ebuild => blas-3.6-r100.ebuild}   |   2 +-
 .../{cblas-2.0-r4.ebuild => cblas-3.6-r100.ebuild} |   2 +-
 .../{lapack-3.6.ebuild => lapack-3.6-r100.ebuild}  |   2 +-
 60 files changed, 388 insertions(+), 708 deletions(-)



[gentoo-commits] proj/sci:master commit in: net-misc/cernbox-client/files/, net-misc/cernbox-client/

2016-10-11 Thread Marius Brehler
commit: 3d951ef32f14fb38b544571708b948d8d0e8092b
Author: olifre  googlemail  com>
AuthorDate: Sun Oct  2 10:13:42 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sun Oct  2 10:13:42 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3d951ef3

net-misc/cernbox-client: Bump to 2.2.4, drop old. (#689)

Remove dolphin-integration patch, applied upstream,
update nautilus-integration patch to upstream's version.

Package-Manager: portage-2.3.1

 ...nt-2.2.3.ebuild => cernbox-client-2.2.4.ebuild} |  3 +-
 .../files/shell-integration-dolphin.patch  | 36 --
 .../files/shell-integration-nautilus.patch | 18 +--
 3 files changed, 16 insertions(+), 41 deletions(-)

diff --git a/net-misc/cernbox-client/cernbox-client-2.2.3.ebuild 
b/net-misc/cernbox-client/cernbox-client-2.2.4.ebuild
similarity index 96%
rename from net-misc/cernbox-client/cernbox-client-2.2.3.ebuild
rename to net-misc/cernbox-client/cernbox-client-2.2.4.ebuild
index 5f5693a..a741a9f 100644
--- a/net-misc/cernbox-client/cernbox-client-2.2.3.ebuild
+++ b/net-misc/cernbox-client/cernbox-client-2.2.4.ebuild
@@ -88,8 +88,7 @@ src_prepare() {
popd > /dev/null || die
fi
 
-   eapply  "${FILESDIR}"/shell-integration-nautilus.patch \
-   "${FILESDIR}"/shell-integration-dolphin.patch
+   eapply  "${FILESDIR}"/shell-integration-nautilus.patch
 
default
 }

diff --git a/net-misc/cernbox-client/files/shell-integration-dolphin.patch 
b/net-misc/cernbox-client/files/shell-integration-dolphin.patch
deleted file mode 100644
index 69631b8..000
--- a/net-misc/cernbox-client/files/shell-integration-dolphin.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From acdcc9ee50db0e010dbda185356868d65a231070 Mon Sep 17 00:00:00 2001
-From: Klaas Freitag 
-Date: Mon, 12 Sep 2016 13:50:41 +0200
-Subject: [PATCH] Dolphin Plugin: Use the Application name for the socket path
-
-do not hardcode.
-
-This should fix #5165

- shell_integration/dolphin/ownclouddolphinpluginhelper.cpp | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/shell_integration/dolphin/ownclouddolphinpluginhelper.cpp 
b/shell_integration/dolphin/ownclouddolphinpluginhelper.cpp
-index 027e0e6..68c2a9c 100644
 a/shell_integration/dolphin/ownclouddolphinpluginhelper.cpp
-+++ b/shell_integration/dolphin/ownclouddolphinpluginhelper.cpp
-@@ -21,6 +21,7 @@
- #include 
- #include 
- #include "ownclouddolphinpluginhelper.h"
-+#include "config.h"
- 
- OwncloudDolphinPluginHelper* OwncloudDolphinPluginHelper::instance()
- {
-@@ -67,7 +68,10 @@ void OwncloudDolphinPluginHelper::tryConnect()
- return;
- }
- QString runtimeDir = QFile::decodeName(qgetenv("XDG_RUNTIME_DIR"));
--QString socketPath = runtimeDir + QLatin1String("/ownCloud/socket");
-+runtimeDir.append( QChar('/'));
-+runtimeDir.append( QLatin1String(APPLICATION_SHORTNAME) );
-+
-+const QString socketPath = runtimeDir + QLatin1String("/socket");
- _socket.connectToServer(socketPath);
- }
- 

diff --git a/net-misc/cernbox-client/files/shell-integration-nautilus.patch 
b/net-misc/cernbox-client/files/shell-integration-nautilus.patch
index 67aee02..45cc39e 100644
--- a/net-misc/cernbox-client/files/shell-integration-nautilus.patch
+++ b/net-misc/cernbox-client/files/shell-integration-nautilus.patch
@@ -1,6 +1,18 @@
 a/shell_integration/nautilus/CMakeLists.txt2016-08-08 
15:42:39.0 +0200
-+++ b/shell_integration/nautilus/CMakeLists.txt2016-09-10 
18:01:22.387950249 +0200
-@@ -19,8 +19,8 @@
+From 5f2b1999f6c22b293cb8aa91835b53cedc2dec94 Mon Sep 17 00:00:00 2001
+From: Christian Kamm 
+Date: Wed, 28 Sep 2016 13:09:15 +0200
+Subject: [PATCH] Package: Fix nautilus plugin name collision when branded
+
+As suggested by @olifre in #5183
+---
+ shell_integration/nautilus/CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/shell_integration/nautilus/CMakeLists.txt 
b/shell_integration/nautilus/CMakeLists.txt
+index 6c1e9f7..3391102 100644
+--- a/shell_integration/nautilus/CMakeLists.txt
 b/shell_integration/nautilus/CMakeLists.txt
+@@ -19,8 +19,8 @@ if( UNIX AND NOT APPLE )
  ERROR_VARIABLE errors OUTPUT_VARIABLE out)
  
  



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

2016-10-11 Thread Marius Brehler
commit: ac62b0695c666fd4b67cd31949ddc985c9aa32ad
Author: Horea Christian  yandex  com>
AuthorDate: Fri Sep 23 13:16:07 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Sep 23 13:16:07 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac62b069

sci-biology/nitime: new ebuild (#679)

Package-Manager: portage-2.3.0

 sci-biology/nitime/metadata.xml   | 19 +
 sci-biology/nitime/nitime-0.6.ebuild  | 39 +++
 sci-biology/nitime/nitime-.ebuild | 38 ++
 3 files changed, 96 insertions(+)

diff --git a/sci-biology/nitime/metadata.xml b/sci-biology/nitime/metadata.xml
new file mode 100644
index 000..549788b
--- /dev/null
+++ b/sci-biology/nitime/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   Nitime is a library for time-series analysis of data from 
neuroscience experiments
+   in both the time and spectral domains.
+   
+   
+   nipy/nitime
+   
+

diff --git a/sci-biology/nitime/nitime-0.6.ebuild 
b/sci-biology/nitime/nitime-0.6.ebuild
new file mode 100644
index 000..59b578a
--- /dev/null
+++ b/sci-biology/nitime/nitime-0.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Time-series analysis of neuroscience data"
+HOMEPAGE="http://nipy.org/nitime/index.html";
+SRC_URI="https://github.com/nipy/nitime/archive/rel/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   "
+DEPEND="
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-python/networkx[${PYTHON_USEDEP}]
+   sci-libs/nibabel[${PYTHON_USEDEP}]
+   "
+
+S="${WORKDIR}/${PN}-rel-${PV}"
+
+python_test() {
+   nosetests -v || die
+}

diff --git a/sci-biology/nitime/nitime-.ebuild 
b/sci-biology/nitime/nitime-.ebuild
new file mode 100644
index 000..e78bd8f
--- /dev/null
+++ b/sci-biology/nitime/nitime-.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Time-series analysis of neuroscience data"
+HOMEPAGE="http://nipy.org/nitime/index.html";
+SRC_URI=""
+EGIT_REPO_URI="git://github.com/nipy/nitime"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+
+COMMON_DEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   "
+DEPEND="
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+RDEPEND="
+   ${COMMON_DEPEND}
+   dev-python/networkx[${PYTHON_USEDEP}]
+   sci-libs/nibabel[${PYTHON_USEDEP}]
+   "
+
+python_test() {
+   nosetests -v || die
+}



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

2016-10-11 Thread Marius Brehler
commit: d1dff69b7ea31fe9ac6e2e457533b25d4f8e0224
Author: Horea Christian  yandex  com>
AuthorDate: Wed Sep 28 18:41:27 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Wed Sep 28 18:41:27 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1dff69b

sci-libs/nibabel: updted test depenencies, python compatibility, EAPI (#687)

Package-Manager: portage-2.3.1

 sci-libs/nibabel/nibabel-1.3.0.ebuild | 11 +++
 sci-libs/nibabel/nibabel-2.0.1.ebuild |  9 ++---
 sci-libs/nibabel/nibabel-2.1.0.ebuild |  9 ++---
 sci-libs/nibabel/nibabel-.ebuild  |  9 ++---
 4 files changed, 25 insertions(+), 13 deletions(-)

diff --git a/sci-libs/nibabel/nibabel-1.3.0.ebuild 
b/sci-libs/nibabel/nibabel-1.3.0.ebuild
index 151cca9..a78e458 100644
--- a/sci-libs/nibabel/nibabel-1.3.0.ebuild
+++ b/sci-libs/nibabel/nibabel-1.3.0.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 
@@ -21,7 +21,7 @@ IUSE="dicom doc test"
 RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
dicom? (
sci-libs/pydicom[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
@@ -30,7 +30,10 @@ RDEPEND="
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
 

diff --git a/sci-libs/nibabel/nibabel-2.0.1.ebuild 
b/sci-libs/nibabel/nibabel-2.0.1.ebuild
index 84e8c98..29d75a7 100644
--- a/sci-libs/nibabel/nibabel-2.0.1.ebuild
+++ b/sci-libs/nibabel/nibabel-2.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
@@ -21,7 +21,7 @@ IUSE="dicom doc test"
 RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
dicom? (
sci-libs/pydicom[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
@@ -30,7 +30,10 @@ RDEPEND="
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
 

diff --git a/sci-libs/nibabel/nibabel-2.1.0.ebuild 
b/sci-libs/nibabel/nibabel-2.1.0.ebuild
index 84e8c98..29d75a7 100644
--- a/sci-libs/nibabel/nibabel-2.1.0.ebuild
+++ b/sci-libs/nibabel/nibabel-2.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
@@ -21,7 +21,7 @@ IUSE="dicom doc test"
 RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
dicom? (
sci-libs/pydicom[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
@@ -30,7 +30,10 @@ RDEPEND="
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
 

diff --git a/sci-libs/nibabel/nibabel-.ebuild 
b/sci-libs/nibabel/nibabel-.ebuild
index 7fd8f68..2004479 100644
--- a/sci-libs/nibabel/nibabel-.ebuild
+++ b/sci-libs/nibabel/nibabel-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="6"
+EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
@@ -21,7 +21,7 @@ KEYWORDS=""
 RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
dicom? (
sci-libs/pydicom[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
@@ -30,7 +30,10 @@ RDEPEND="
 
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( ${RDEPEND} )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
 



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

2016-10-11 Thread Marius Brehler
commit: 7a61a45ee33b3b33ebaab456a1cc9c3fc625ffd2
Author: Horea Christian  yandex  com>
AuthorDate: Fri Sep 23 13:15:21 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Sep 23 13:15:21 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7a61a45e

Nipype (#676)

* sci-libs/nipype: updated python compatibility

Package-Manager: portage-2.3.0

* sci-libs/nipype: added test flag

Package-Manager: portage-2.3.0

* sci-libs/nipype: added test dependency

Package-Manager: portage-2.3.0

 sci-libs/nipype/nipype-0.11.0.ebuild |  4 +---
 sci-libs/nipype/nipype-0.12.0.ebuild | 10 +-
 sci-libs/nipype/nipype-0.12.1.ebuild | 10 +-
 sci-libs/nipype/nipype-.ebuild   | 10 +-
 4 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/sci-libs/nipype/nipype-0.11.0.ebuild 
b/sci-libs/nipype/nipype-0.11.0.ebuild
index ffc2d4e..8ead439 100644
--- a/sci-libs/nipype/nipype-0.11.0.ebuild
+++ b/sci-libs/nipype/nipype-0.11.0.ebuild
@@ -4,9 +4,7 @@
 
 EAPI=6
 
-# pyamg missing py3 support
-# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1

diff --git a/sci-libs/nipype/nipype-0.12.0.ebuild 
b/sci-libs/nipype/nipype-0.12.0.ebuild
index 93eede9..b2f214e 100644
--- a/sci-libs/nipype/nipype-0.12.0.ebuild
+++ b/sci-libs/nipype/nipype-0.12.0.ebuild
@@ -4,9 +4,7 @@
 
 EAPI=6
 
-# pyamg missing py3 support
-# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1
@@ -18,12 +16,14 @@ 
SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
 
 DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
-   sci-libs/nibabel[${PYTHON_USEDEP}]"
+   sci-libs/nibabel[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
 RDEPEND="
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/pydotplus[${PYTHON_USEDEP}]

diff --git a/sci-libs/nipype/nipype-0.12.1.ebuild 
b/sci-libs/nipype/nipype-0.12.1.ebuild
index 93eede9..b2f214e 100644
--- a/sci-libs/nipype/nipype-0.12.1.ebuild
+++ b/sci-libs/nipype/nipype-0.12.1.ebuild
@@ -4,9 +4,7 @@
 
 EAPI=6
 
-# pyamg missing py3 support
-# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1
@@ -18,12 +16,14 @@ 
SRC_URI="https://github.com/nipy/nipype/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
 
 DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
-   sci-libs/nibabel[${PYTHON_USEDEP}]"
+   sci-libs/nibabel[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+"
 RDEPEND="
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/pydotplus[${PYTHON_USEDEP}]

diff --git a/sci-libs/nipype/nipype-.ebuild 
b/sci-libs/nipype/nipype-.ebuild
index 126e8f4..e9fed21 100644
--- a/sci-libs/nipype/nipype-.ebuild
+++ b/sci-libs/nipype/nipype-.ebuild
@@ -4,9 +4,7 @@
 
 EAPI=6
 
-# pyamg missing py3 support
-# PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1 git-r3
@@ -19,14 +17,16 @@ EGIT_REPO_URI="https://github.com/nipy/nipype";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
+IUSE="test"
 
 DEPEND="
dev-python/future[${PYTHON_USEDEP}]
dev-python/prov[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
-   sci-libs/nibabel[${PYTHON_USEDEP}]"
+   sci-libs/nibabel[${PYTHON_USEDEP}]
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+   "
 RDEPEND="
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/pydotplus[${PYTHON_USEDEP}]



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

2016-10-11 Thread Marius Brehler
commit: 96e2cb78a44557e310b7e0407de0e4c440a812e5
Author: Horea Christian  yandex  com>
AuthorDate: Fri Sep 23 13:16:23 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Sep 23 13:16:23 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=96e2cb78

sci-biology/nireg:new ebuild (#680)

Package-Manager: portage-2.3.0

 sci-biology/nireg/metadata.xml  | 15 +++
 sci-biology/nireg/nireg-.ebuild | 33 +
 2 files changed, 48 insertions(+)

diff --git a/sci-biology/nireg/metadata.xml b/sci-biology/nireg/metadata.xml
new file mode 100644
index 000..0885cf8
--- /dev/null
+++ b/sci-biology/nireg/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   Nireg is a package for nytive-python image registration.
+   
+

diff --git a/sci-biology/nireg/nireg-.ebuild 
b/sci-biology/nireg/nireg-.ebuild
new file mode 100644
index 000..15cc644
--- /dev/null
+++ b/sci-biology/nireg/nireg-.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Image registration package for Python."
+HOMEPAGE="http://nipy.org/";
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/nipy/${PN}";
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+KEYWORDS=""
+
+COMMONDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${COMMONDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+RDEPEND="${COMMONDEPEND}
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   sci-libs/nibabel[${PYTHON_USEDEP}]
+   "
+
+python_test() {
+   #nosetests -v || die
+   python -c "import nireg; nireg.test()" || die
+}



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

2016-10-11 Thread Marius Brehler
commit: 2b673b5657d4110fdd86130f9442212b6f8a6344
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 24 20:00:09 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 20:10:31 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2b673b56

virtual/cblas: Add version 3.6-r100 to reflect upstream numbering

blas/cblas and lapack nowadays have the same version numbering scheme.
Thus, provide a new virtual/cblas-3.6-r100 that ensures reference cblas
3.6.0 (or newer) compatibility.

Package-Manager: portage-2.2.28

 virtual/cblas/cblas-3.6-r100.ebuild | 37 +
 1 file changed, 37 insertions(+)

diff --git a/virtual/cblas/cblas-3.6-r100.ebuild 
b/virtual/cblas/cblas-3.6-r100.ebuild
new file mode 100644
index 000..2b5f942
--- /dev/null
+++ b/virtual/cblas/cblas-3.6-r100.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for BLAS C implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="int64"
+
+RDEPEND="
+   || (
+   
>=sci-libs/cblas-reference-20151113-r100[int64?,${MULTILIB_USEDEP}]
+   >=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
+   >=sci-libs/gsl-1.16-r2[-cblas-external,${MULTILIB_USEDEP}]
+   >=sci-libs/gotoblas2-1.13[int64?,${MULTILIB_USEDEP}]
+   sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+   abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34 ) )
+   )
+   int64? (
+   || (
+   >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
+   
>=sci-libs/cblas-reference-20110218-r1[int64,${MULTILIB_USEDEP}]
+   >=sci-libs/gotoblas2-1.13[int64,${MULTILIB_USEDEP}]
+   sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+   )
+   )"
+DEPEND=""



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

2016-10-11 Thread Marius Brehler
commit: a1656e9390e5b1a51d3bd1459a48d599bba4a4f7
Author: Horea Christian  yandex  com>
AuthorDate: Fri Sep 23 13:15:39 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Sep 23 13:15:39 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1656e93

Pybrain (#677)

* sci-biology/pybrain: versined ebuild

Package-Manager: portage-2.3.0

* sci-biology/pybrain:

Package-Manager: portage-2.3.0

* sci-biology/pybrain:

Package-Manager: portage-2.3.0

* sci-biology/pybrain: updated eapi, tests, and python compat

Package-Manager: portage-2.3.0

 .../{pybrain-.ebuild => pybrain-0.3.3.ebuild}   | 21 +
 sci-biology/pybrain/pybrain-.ebuild | 14 ++
 2 files changed, 15 insertions(+), 20 deletions(-)

diff --git a/sci-biology/pybrain/pybrain-.ebuild 
b/sci-biology/pybrain/pybrain-0.3.3.ebuild
similarity index 52%
copy from sci-biology/pybrain/pybrain-.ebuild
copy to sci-biology/pybrain/pybrain-0.3.3.ebuild
index 69624da..6001471 100644
--- a/sci-biology/pybrain/pybrain-.ebuild
+++ b/sci-biology/pybrain/pybrain-0.3.3.ebuild
@@ -1,31 +1,28 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="The Python Machine Learning Library"
 HOMEPAGE="http://pybrain.org/";
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
+SRC_URI="https://github.com/pybrain/pybrain/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
+   test? ( ${RDEPEND} )
+   "
 
 python_test() {
-   py.test --verbose || die
+   python pybrain/tests/runtests.py || die
 }

diff --git a/sci-biology/pybrain/pybrain-.ebuild 
b/sci-biology/pybrain/pybrain-.ebuild
index 69624da..8da84b7 100644
--- a/sci-biology/pybrain/pybrain-.ebuild
+++ b/sci-biology/pybrain/pybrain-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-r3
 
@@ -21,11 +21,9 @@ IUSE="test"
 RDEPEND="sci-libs/scipy[${PYTHON_USEDEP}]"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )"
+   test? ( ${RDEPEND} )
+   "
 
 python_test() {
-   py.test --verbose || die
+   python pybrain/tests/runtests.py || die
 }



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

2016-10-11 Thread Marius Brehler
commit: cdd744455e778ec89e84b8395522e21eaae83582
Author: Horea Christian  yandex  com>
AuthorDate: Mon Sep 26 11:04:05 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Sep 26 11:04:05 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cdd74445

sci-biology/psychopy: version bump (#685)

Package-Manager: portage-2.3.1

 sci-biology/psychopy/psychopy-1.84.1.ebuild | 50 +
 1 file changed, 50 insertions(+)

diff --git a/sci-biology/psychopy/psychopy-1.84.1.ebuild 
b/sci-biology/psychopy/psychopy-1.84.1.ebuild
new file mode 100644
index 000..7260f62
--- /dev/null
+++ b/sci-biology/psychopy/psychopy-1.84.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit eutils gnome2-utils distutils-r1
+
+DESCRIPTION="Python experimental psychology toolkit"
+HOMEPAGE="http://www.psychopy.org/";
+SRC_URI="https://github.com/psychopy/psychopy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+RDEPEND="
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/moviepy[${PYTHON_USEDEP}]
+   dev-python/numpy[lapack,${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pygame[${PYTHON_USEDEP}]
+   dev-python/pyglet[${PYTHON_USEDEP}]
+   dev-python/pyopengl[${PYTHON_USEDEP}]
+   dev-python/wxpython:*[${PYTHON_USEDEP}]
+   media-libs/avbin-bin
+   media-libs/opencv[python,python_single_target_python2_7]
+   sci-libs/scipy[${PYTHON_USEDEP}]
+   "
+
+python_install_all() {
+   distutils-r1_python_install_all
+   newicon -s scalable psychopy/monitors/psychopy-icon.svg psychopy.svg
+   make_desktop_entry psychopyApp.py PsychoPy psychopy
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2016-10-11 Thread Marius Brehler
commit: 8e6a58cecd31421b91a206ad792a5c7dff0a5bb1
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 24 19:53:00 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 20:10:31 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8e6a58ce

sci-libs/cblas-reference: revision bump to -r100

This ensures that blas-reference versions from ::science are preferred over
versions from ::gentoo.

Package-Manager: portage-2.2.28

 ...eference-20110218-r1.ebuild => cblas-reference-20110218-r100.ebuild} | 2 +-
 ...eference-20151113-r3.ebuild => cblas-reference-20151113-r100.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/cblas-reference/cblas-reference-20110218-r1.ebuild 
b/sci-libs/cblas-reference/cblas-reference-20110218-r100.ebuild
similarity index 99%
rename from sci-libs/cblas-reference/cblas-reference-20110218-r1.ebuild
rename to sci-libs/cblas-reference/cblas-reference-20110218-r100.ebuild
index e875937..8f122a4 100644
--- a/sci-libs/cblas-reference/cblas-reference-20110218-r1.ebuild
+++ b/sci-libs/cblas-reference/cblas-reference-20110218-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 

diff --git a/sci-libs/cblas-reference/cblas-reference-20151113-r3.ebuild 
b/sci-libs/cblas-reference/cblas-reference-20151113-r100.ebuild
similarity index 98%
rename from sci-libs/cblas-reference/cblas-reference-20151113-r3.ebuild
rename to sci-libs/cblas-reference/cblas-reference-20151113-r100.ebuild
index 4f62315..76d47c8 100644
--- a/sci-libs/cblas-reference/cblas-reference-20151113-r3.ebuild
+++ b/sci-libs/cblas-reference/cblas-reference-20151113-r100.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



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

2016-10-11 Thread Marius Brehler
commit: df096482743b6bfa2598cc52bbb95117952f3b24
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep 24 23:02:02 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 23:02:50 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=df096482

sci-biology/biopython: remove, in main tree

 sci-biology/biopython/biopython-1.67-r1.ebuild | 60 ---
 .../biopython/files/biopython-1.67-pull-884.patch  | 87 --
 sci-biology/biopython/metadata.xml |  8 --
 3 files changed, 155 deletions(-)

diff --git a/sci-biology/biopython/biopython-1.67-r1.ebuild 
b/sci-biology/biopython/biopython-1.67-r1.ebuild
deleted file mode 100644
index 197e265..000
--- a/sci-biology/biopython/biopython-1.67-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python modules for computational molecular biology"
-HOMEPAGE="http://www.biopython.org/ https://pypi.python.org/pypi/biopython/";
-SRC_URI="http://www.biopython.org/DIST/${P}.tar.gz";
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/matplotlib[$(python_gen_usedep 'python*')]
-   dev-python/networkx[$(python_gen_usedep 'python*')]
-   dev-python/numpy[$(python_gen_usedep 'python*')]
-   dev-python/rdflib[$(python_gen_usedep 'python*')]
-   dev-python/pygraphviz[$(python_gen_usedep 'python2*')]
-   dev-python/reportlab[$(python_gen_usedep 'python*')]
-   media-gfx/pydot[$(python_gen_usedep 'python2*')]
-   "
-DEPEND="${RDEPEND}
-   sys-devel/flex"
-
-DOCS=( CONTRIB DEPRECATED NEWS README Doc/. )
-
-src_prepare(){
-   epatch "${FILESDIR}"/biopython-1.67-pull-884.patch
-}
-
-python_test() {
-   distutils_install_for_testing
-   cp -r "${S}"/{Doc,Tests} "${TEST_DIR}"/lib/ || die
-   cd "${TEST_DIR}"/lib/Tests || die
-   rm ./test_BioSQL_psycopg2.py ./test_BioSQL_MySQLdb.py 
./test_BioSQL_mysql_connector.py || die
-   ${PYTHON} run_tests.py --offline --verbose || die
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   dodir /usr/share/${PN}
-   cp -r --preserve=mode Scripts Tests "${ED}"/usr/share/${PN} || die
-}
-
-pkg_postinst() {
-   elog "For database support you need to install:"
-   optfeature "MySQL" dev-python/mysql-python
-   optfeature "PostGreSQL" dev-python/psycopg
-   echo
-   elog "Some applications need extra packages:"
-   optfeature "EMBOSS (The European Molecular Biology Open Software 
Suite)" sci-biology/emboss
-}

diff --git a/sci-biology/biopython/files/biopython-1.67-pull-884.patch 
b/sci-biology/biopython/files/biopython-1.67-pull-884.patch
deleted file mode 100644
index f2a2537..000
--- a/sci-biology/biopython/files/biopython-1.67-pull-884.patch
+++ /dev/null
@@ -1,87 +0,0 @@
 Bio/SeqRecord.py.old   2016-06-08 15:27:00.0 +0200
-+++ Bio/SeqRecord.py   2016-07-22 17:48:19.620712535 +0200
-@@ -292,19 +292,28 @@
- >>> sub_record.letter_annotations = {}
- >>> sub_record.letter_annotations
- {}
-+
-+Note that if replacing the record's sequence with a sequence of a
-+different length you must first clear the letter_annotations dict.
- """)
- 
- def _set_seq(self, value):
- # TODO - Add a deprecation warning that the seq should be write only?
- if self._per_letter_annotations:
--# TODO - Make this a warning? Silently empty the dictionary?
--raise ValueError("You must empty the letter annotations first!")
--self._seq = value
--try:
--self._per_letter_annotations = 
_RestrictedDict(length=len(self.seq))
--except AttributeError:
--# e.g. seq is None
--self._per_letter_annotations = _RestrictedDict(length=0)
-+if len(self) != len(value):
-+# TODO - Make this a warning? Silently empty the dictionary?
-+raise ValueError("You must empty the letter annotations 
first!")
-+else:
-+# Leave the existing per letter annotations unchanged:
-+self._seq = value
-+else:
-+self._seq = value
-+# Reset the (empty) letter annotations dict with new length:
-+try:
-+self._per_letter_annotations = 
_RestrictedDict(length=len(self.seq))
-+except AttributeError:
-+# e.g. seq is None
-+self._per_letter_annotations = _RestrictedDict(length=0)
- 
- seq = property(fget=lambda self: self._seq,
-fset=_set_seq,
-@@ -427,10 +436,17 @@
- if self.seq is None:
- raise ValueError("If the sequence is Non

[gentoo-commits] proj/sci:master commit in: net-misc/cernbox-client/files/, net-misc/cernbox-client/

2016-10-11 Thread Marius Brehler
commit: a9bccaa1c26c489dd3dd3f7405d04d0c1ee0240b
Author: olifre  googlemail  com>
AuthorDate: Mon Sep 26 11:00:36 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Sep 26 11:00:36 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9bccaa1

net-misc/cernbox-client: Branded net-misc/owncloud-client for CERN. (#673)

* net-misc/cernbox-client: Branded net-misc/owncloud-client for CERN.

The branding contains themeing and several special default settings
for the special ownCloud instance of CERN.

Package-Manager: portage-2.3.0

* net-misc/cernbox-client: Use eapply instead of epatch,
adapt patch.

Package-Manager: portage-2.3.1

 .../cernbox-client/cernbox-client-2.2.3.ebuild | 119 +
 .../files/shell-integration-dolphin.patch  |  36 +++
 .../files/shell-integration-nautilus.patch |  13 +++
 net-misc/cernbox-client/metadata.xml   |  27 +
 4 files changed, 195 insertions(+)

diff --git a/net-misc/cernbox-client/cernbox-client-2.2.3.ebuild 
b/net-misc/cernbox-client/cernbox-client-2.2.3.ebuild
new file mode 100644
index 000..5f5693a
--- /dev/null
+++ b/net-misc/cernbox-client/cernbox-client-2.2.3.ebuild
@@ -0,0 +1,119 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils rpm
+
+DESCRIPTION="Synchronize files from CERNbox EOS with your computer"
+
+# Origin is classic owncloud-client, branded for CERN during compilation.
+ORIGIN_P="owncloudclient"
+BRANDED_P="cernbox"
+BRANDED_PV="2.1.1"
+BRANDED_REL="1.1"
+
+HOMEPAGE="https://cernbox.cern.ch/";
+SRC_URI="http://download.owncloud.com/desktop/stable/${ORIGIN_P}-${PV}.tar.xz
+
https://cernbox.cern.ch/cernbox/doc/Linux/repo/CentOS_7/src/${PN}-${BRANDED_PV}-${BRANDED_REL}.src.rpm";
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc dolphin nautilus samba +sftp test qt4 +qt5"
+
+REQUIRED_USE="^^ ( qt4 qt5 )
+   dolphin? ( qt5 )"
+
+RDEPEND=">=dev-db/sqlite-3.4:3
+   sys-fs/inotify-tools
+   virtual/libiconv
+   dolphin? (
+   >=kde-frameworks/kcoreaddons-5.16:5
+   >=kde-frameworks/kio-5.16:5 )
+   nautilus? ( dev-python/nautilus-python )
+   qt4? (
+   dev-libs/qtkeychain[qt4]
+   dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4
+   dev-qt/qtsql:4
+   dev-qt/qtwebkit:4
+   net-libs/neon[ssl]
+   )
+   qt5? (
+   dev-libs/qtkeychain[qt5]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   >=dev-qt/qtnetwork-5.4:5
+   dev-qt/qtgui:5
+   dev-qt/qtquickcontrols:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebkit:5[printsupport]
+   )
+   samba? ( >=net-fs/samba-3.5 )
+   sftp? ( >=net-libs/libssh-0.5 )
+   !net-misc/ocsync
+   !net-misc/nextcloud-client"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-python/sphinx
+   dev-texlive/texlive-latexextra
+   virtual/latex-base
+   )
+   dolphin? ( >=kde-frameworks/extra-cmake-modules-5.22.0 )
+   qt5? ( dev-qt/linguist-tools:5 )
+   test? (
+   dev-util/cmocka
+   qt4? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
+   )"
+
+S=${WORKDIR}/owncloudclient-${PV}
+
+src_unpack() {
+   rpm_src_unpack ${PN}-${BRANDED_PV}-${BRANDED_REL}.src.rpm
+   mv ${PN/-}-${BRANDED_PV}/cernbox "${S}" || die "failed to extract 
branding"
+}
+
+src_prepare() {
+   # Keep tests in ${T}
+   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.cpp || die "sed failed"
+
+   if ! use nautilus; then
+   pushd shell_integration > /dev/null || die
+   cmake_comment_add_subdirectory nautilus
+   popd > /dev/null || die
+   fi
+
+   eapply  "${FILESDIR}"/shell-integration-nautilus.patch \
+   "${FILESDIR}"/shell-integration-dolphin.patch
+
+   default
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+   -DWITH_ICONV=ON
+   -DWITH_DOC=$(usex doc)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
+   -DBUILD_WITH_QT4=$(usex qt4)
+   -DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba)
+   -DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp)
+   -DUNIT_TESTING=$(usex test)
+   -DOEM_THEME_DIR=${PWD}/${BRANDED_P}/mirall
+   )
+
+   cmake-utils_src_configure
+}
+
+pkg_postinst() {
+   if ! use doc ; then
+   elog "Documentation and man pages not installed"
+   elog "Enable doc USE-flag to generate them"
+   fi
+}

diff --git a/net-mi

[gentoo-commits] proj/sci:master commit in: dev-lang/julia/, dev-lang/julia/files/

2016-10-11 Thread Marius Brehler
commit: 8d284b9c90a8900d3dce258cbc96600f88790ddd
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 24 17:07:44 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 17:07:44 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8d284b9c

dev-lang/julia: Remove package from ::science, dev-lang/julia is maintained in 
::gentoo

Package-Manager: portage-2.2.28

 dev-lang/julia/files/63julia-gentoo.el |   2 -
 dev-lang/julia/julia-.ebuild   | 176 -
 dev-lang/julia/metadata.xml|  24 -
 3 files changed, 202 deletions(-)

diff --git a/dev-lang/julia/files/63julia-gentoo.el 
b/dev-lang/julia/files/63julia-gentoo.el
deleted file mode 100644
index 6b60749..000
--- a/dev-lang/julia/files/63julia-gentoo.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(add-to-list 'auto-mode-alist '("\\.jl$" . julia-mode))

diff --git a/dev-lang/julia/julia-.ebuild b/dev-lang/julia/julia-.ebuild
deleted file mode 100644
index e86777c..000
--- a/dev-lang/julia/julia-.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit git-r3 elisp-common eutils multilib pax-utils toolchain-funcs
-
-DESCRIPTION="High-performance programming language for technical computing"
-HOMEPAGE="http://julialang.org/";
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/JuliaLang/julia.git"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc emacs int64"
-
-RDEPEND="
-   dev-lang/R:0=
-   dev-libs/double-conversion:0=
-   dev-libs/gmp:0=
-   dev-libs/libpcre:3=
-   >=dev-libs/libgit2-0.21
-   dev-libs/mpfr:0=
-   dev-libs/utf8proc:0=
-   sci-libs/arpack:0=
-   sci-libs/camd:0=
-   sci-libs/cholmod:0=
-   sci-libs/fdlibm:0=
-   sci-libs/fftw:3.0=[threads]
-   sci-libs/openlibm:0=
-   sci-libs/spqr:0=
-   sci-libs/umfpack:0=
-   sci-mathematics/glpk:0=
-   >=sys-devel/llvm-3.4
-   >=sys-libs/libunwind-1.1:7=
-   sys-libs/readline:0=
-   sys-libs/zlib:0=
-   >=virtual/blas-2.1-r2[int64?]
-   >=virtual/lapack-3.5-r2[int64?]
-   emacs? ( app-emacs/ess )"
-DEPEND="${RDEPEND}
-   dev-util/patchelf
-   virtual/pkgconfig
-   doc? ( dev-python/sphinx )"
-
-src_prepare() {
-   # sadlib keep fetching in ebuild to make sure live build works
-   # /usr/include/suitesparse is for debian only
-   # respect prefix, flags
-   sed -i \
-   -e 's|^\(SUITESPARSE_INC\s*=\).*||g' \
-   -e "s|-O3|${CFLAGS}|g" \
-   -e 's|/usr/bin/||g' \
-   -e "s|/usr/include|${EPREFIX%/}/usr/include|g" \
-   deps/Makefile || die
-
-   local blasprofname=$(usex int64 "blas-int64" "blas")
-   local lapackprofname=$(usex int64 "lapack-int64" "lapack")
-   local blasname=$($(tc-getPKG_CONFIG) --libs-only-l "${blasprofname}" | \
-   sed -e "s/-l\([^ \t]*\).*/lib\1/")
-   local lapackname=$($(tc-getPKG_CONFIG) --libs-only-l 
"${lapackprofname}" | \
-   sed -e "s/-l\([^ \t]*\).*/lib\1/")
-   sed -i \
-   -e "s|-O3|${CFLAGS}|g" \
-   -e "s|libdir = \$(prefix)/lib|libdir = 
\$(prefix)/$(get_libdir)|" \
-   -e "s|build_libdir = \$(build_prefix)/lib|build_libdir = 
\$(build_prefix)/$(get_libdir)|" \
-   -e "s|build_private_libdir = 
\$(build_prefix)/lib/julia|build_private_libdir = 
\$(build_prefix)/$(get_libdir)/julia|" \
-   -e "s|/usr/lib|${EPREFIX}/usr/$(get_libdir)|" \
-   -e "s|/usr/include|${EPREFIX}/usr/include|" \
-   -e "s|^JULIA_COMMIT = .*|JULIA_COMMIT = v${PV}|" \
-   -e "s|-lblas|$($(tc-getPKG_CONFIG) --libs-only-l 
${blasprofname})|" \
-   -e "s|-llapack|$($(tc-getPKG_CONFIG) --libs-only-l 
${lapackprofname})|" \
-   -e "s|liblapack|${lapackname}|g" \
-   -e "s|libblas|${blasname}|g" \
-   -e "s|-O3|${CFLAGS}|g" \
-   -e "s|JCFLAGS = |JCFLAGS = $($(tc-getPKG_CONFIG) --cflags 
"${lapackprofname}") ${CFLAGS} |g" \
-   -e "s|JCXXCFLAGS = |JCXXFLAGS = $($(tc-getPKG_CONFIG) --cflags 
"${lapackprofname}") ${CXXFLAGS} |g" \
-   -e "s|JFFLAGS = |JFFLAGS = ${FFLAGS} |g" \
-   -e '/MARCH = /d' \
-   Make.inc || die
-
-   sed -i \
-   -e "s|,lib)|,$(get_libdir))|g" \
-   -e "s|\$(BUILD)/lib|\$(BUILD)/$(get_libdir)|g" \
-   -e "s|\$(JL_LIBDIR),lib|\$(JL_LIBDIR),$(get_libdir)|" \
-   -e 
"s|\$(JL_PRIVATE_LIBDIR),lib|\$(JL_PRIVATE_LIBDIR),$(get_libdir)|" \
-   Makefile || die
-
-   sed -i \
-   -e "s|ar -rcs|$(tc-getAR) -rcs|g" \
-   -e "s|LLVMLINK = -lLLVM-\$(LLVM_VER)|LLVMLINK = $(llvm-config 
--libs) $(llvm-config --ldflags)|

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

2016-10-11 Thread Marius Brehler
commit: 34b9085a65dbd111a02b71d66e07caad8ec31e32
Author: David Seifert  gentoo  org>
AuthorDate: Sun Oct  9 15:21:03 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sun Oct  9 15:21:03 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=34b9085a

sci-biology/hmmer: Remove, latest version in main tree

 .../hmmer/files/hmmer-3.1_beta2-fix_tests.patch| 12 ---
 .../hmmer/files/hmmer-3.1_beta2-perl-5.16-2.patch  | 90 --
 sci-biology/hmmer/hmmer-3.1_beta2.ebuild   | 48 
 sci-biology/hmmer/metadata.xml |  8 --
 4 files changed, 158 deletions(-)

diff --git a/sci-biology/hmmer/files/hmmer-3.1_beta2-fix_tests.patch 
b/sci-biology/hmmer/files/hmmer-3.1_beta2-fix_tests.patch
deleted file mode 100644
index 9f4ea12..000
--- a/sci-biology/hmmer/files/hmmer-3.1_beta2-fix_tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 easel/Makefile.in.old  2015-11-19 23:49:53.470244757 +0100
-+++ easel/Makefile.in  2015-11-19 23:52:01.120245091 +0100
-@@ -52,8 +52,7 @@
- SIMDFLAGS= @SIMD_CFLAGS@
- CPPFLAGS = @CPPFLAGS@
- LDFLAGS  = @LDFLAGS@
--LIBGSL   = @LIBGSL@
--LIBS = @LIBS@ @PTHREAD_LIBS@
-+LIBS = @LIBS@ @LIBGSL@ @PTHREAD_LIBS@
- 
- # Other tools
- #

diff --git a/sci-biology/hmmer/files/hmmer-3.1_beta2-perl-5.16-2.patch 
b/sci-biology/hmmer/files/hmmer-3.1_beta2-perl-5.16-2.patch
deleted file mode 100644
index 88a8ea4..000
--- a/sci-biology/hmmer/files/hmmer-3.1_beta2-perl-5.16-2.patch
+++ /dev/null
@@ -1,90 +0,0 @@
 easel/devkit/autodoc.ori   2015-11-19 23:54:04.170245412 +0100
-+++ easel/devkit/autodoc   2015-11-19 23:54:27.190245472 +0100
-@@ -49,8 +49,8 @@
- #
- # SRE, Tue Nov 30 19:43:47 2004
- 
--require  "getopts.pl";
--&Getopts('n:t');
-+use Getopt::Std;
-+getopts('n:t');
- $cfile = shift;
- 
- if ($opt_t) { $show_api_table = 1; }
 easel/devkit/esl-dependencies.ori  2015-11-19 23:54:40.830245508 +0100
-+++ easel/devkit/esl-dependencies  2015-11-19 23:55:08.510245580 +0100
-@@ -13,8 +13,8 @@
- # SRE, Mon Jun 11 11:15:31 2007
- # SVN $Id$
- 
--require "getopts.pl"
--&Getopts('1afr');
-+use Getopt::Std;
-+getopts('1afr');
- 
- if ($opt_1) { $show_summary_table = 1; }
- if ($opt_a) { $list_augfiles  = 1; }
 easel/devkit/sqc.ori   2015-11-19 23:55:15.900245600 +0100
-+++ easel/devkit/sqc   2015-11-19 23:56:16.530245758 +0100
-@@ -674,7 +674,7 @@
- #
- sub tempname {
- my ($dir, $name, $suffix);
--if ($TMPDIR) { $dir = $TMPDIR."/"; } else {$dir = "";}
-+if ($ENV{TMPDIR}) { $dir = $ENV{TMPDIR}."/"; } else {$dir = "";}
- 
- foreach $suffix ("aa".."zz") {
- $name = "$dir"."esltmp".$suffix.$$;
 easel/testsuite/coverage_report.pl.ori 2015-11-19 23:56:34.010245804 
+0100
-+++ easel/testsuite/coverage_report.pl 2015-11-19 23:57:03.040245879 +0100
-@@ -16,9 +16,9 @@
- #
- # SRE, Thu Mar  1 19:22:57 2007 (Janelia)
- # SVN $Id: coverage_report.pl 231 2008-03-25 14:43:57Z eddys $
--require  "getopts.pl";
-+use Getopt::Std;
- $have_sloccount = 1;
--&Getopts('cs');
-+getopts('cs');
- if ($opt_c) { $do_recompile = 1; }
- if ($opt_s) { $have_sloccount   = 0; }
- 
 easel/testsuite/driver_report.pl.ori   2015-11-19 23:57:14.600245910 
+0100
-+++ easel/testsuite/driver_report.pl   2015-11-19 23:57:39.310245974 +0100
-@@ -25,8 +25,8 @@
- # SRE, Fri Mar  2 10:01:44 2007 (Janelia)
- # SVN $Id: driver_report.pl 664 2011-02-27 17:08:36Z eddys $
- 
--require  "getopts.pl";
--&Getopts('c');
-+use Getopt::Std;
-+getopts('c');
- if ($opt_c) { $do_recompile = 1; }
- 
- if ($ENV{'CC'}   ne "") { $CC   = $ENV{'CC'};   } else { $CC  
  = "gcc"; } 
 easel/testsuite/valgrind_report.pl.ori 2015-11-19 23:57:47.480245996 
+0100
-+++ easel/testsuite/valgrind_report.pl 2015-11-19 23:58:03.000246036 +0100
-@@ -10,8 +10,8 @@
- #
- # SRE, Fri Mar  2 08:37:48 2007 [Janelia]
- # SVN $Id: valgrind_report.pl 231 2008-03-25 14:43:57Z eddys $
--require  "getopts.pl";
--&Getopts('c');
-+use Getopt::Std;
-+getopts('c');
- if ($opt_c) { $do_recompile = 1; }
- 
- if ($ENV{'CC'} ne "") { $CC = $ENV{'CC'}; } else { $CC   = 
"gcc"; } 
 profmark/rocplot.pl.ori2015-11-19 23:58:12.530246061 +0100
-+++ profmark/rocplot.pl2015-11-19 23:58:43.090246141 +0100
-@@ -2,8 +2,8 @@
- 
- $nsearches = 2809;
- 
--require "getopts.pl";
--&Getopts('n:X:x:');
-+use Getopt::Std;
-+getopts('n:X:x:');
- 
- if ($opt_n) { $nsearches = $opt_n; }
- if ($opt_X) { 

diff --git a/sci-biology/hmmer/hmmer-3.1_beta2.ebuild 
b/sci-biology/hmmer/hmmer-3.1_beta2.ebuild
deleted file mode 100644
index 880df1e..000
--- a/sci-biology/hmmer/hmmer-3.1_beta2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-MY_PV="3.1b2"
-DESCRIPTION="Sequence analysis using profile hidden Markov models"
-HOMEPAGE="http://hmmer.janelia.org/"

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

2016-10-11 Thread Marius Brehler
commit: c1407b997a3e6e11251147e7e23814b1daba4552
Author: Horea Christian  yandex  com>
AuthorDate: Mon Sep 26 11:04:39 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Sep 26 11:04:39 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1407b99

sci-biology/nilearn: updted EAPI and python compatibility (#684)

* sci-biology/nilearn: updted EAPI and python compatibility

Package-Manager: portage-2.3.1

* sci-biology/nilearn: version bump

Package-Manager: portage-2.3.1

* sci-biology/nilearn: improved test phase

Package-Manager: portage-2.3.1

 sci-biology/nilearn/nilearn-0.1.4.1.ebuild | 10 +-
 sci-biology/nilearn/nilearn-0.2.4.ebuild   |  6 +++---
 sci-biology/nilearn/nilearn-0.2.5.ebuild   |  6 +++---
 .../nilearn/{nilearn-0.2.4.ebuild => nilearn-0.2.6.ebuild} |  6 +++---
 sci-biology/nilearn/nilearn-.ebuild| 10 +-
 5 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild 
b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
index a57bbbc..9814724 100644
--- a/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
+++ b/sci-biology/nilearn/nilearn-0.1.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 
@@ -31,6 +31,6 @@ RDEPEND="
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
-src_test() {
-   emake test-code
+python_test() {
+   nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild 
b/sci-biology/nilearn/nilearn-0.2.4.ebuild
index 0d3b294..7816b7e 100644
--- a/sci-biology/nilearn/nilearn-0.2.4.ebuild
+++ b/sci-biology/nilearn/nilearn-0.2.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -28,6 +28,6 @@ RDEPEND="
sci-libs/nibabel[${PYTHON_USEDEP}]
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
-src_test() {
-   emake test-code
+python_test() {
+   nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-0.2.5.ebuild 
b/sci-biology/nilearn/nilearn-0.2.5.ebuild
index 0d3b294..7816b7e 100644
--- a/sci-biology/nilearn/nilearn-0.2.5.ebuild
+++ b/sci-biology/nilearn/nilearn-0.2.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -28,6 +28,6 @@ RDEPEND="
sci-libs/nibabel[${PYTHON_USEDEP}]
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
-src_test() {
-   emake test-code
+python_test() {
+   nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-0.2.4.ebuild 
b/sci-biology/nilearn/nilearn-0.2.6.ebuild
similarity index 90%
copy from sci-biology/nilearn/nilearn-0.2.4.ebuild
copy to sci-biology/nilearn/nilearn-0.2.6.ebuild
index 0d3b294..7816b7e 100644
--- a/sci-biology/nilearn/nilearn-0.2.4.ebuild
+++ b/sci-biology/nilearn/nilearn-0.2.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1
 
@@ -28,6 +28,6 @@ RDEPEND="
sci-libs/nibabel[${PYTHON_USEDEP}]
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
-src_test() {
-   emake test-code
+python_test() {
+   nosetests -v || die
 }

diff --git a/sci-biology/nilearn/nilearn-.ebuild 
b/sci-biology/nilearn/nilearn-.ebuild
index ab5a4af..36d9a30 100644
--- a/sci-biology/nilearn/nilearn-.ebuild
+++ b/sci-biology/nilearn/nilearn-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit distutils-r1 git-r3
 
@@ -29,6 +29,6 @@ RDEPEND="
sci-libs/nibabel[${PYTHON_USEDEP}]
plot? ( dev-python/matplotlib[${PYTHON_USEDEP}] )"
 
-src_test() {
-   emake test-code
+python_test() {
+   nosetests -v || die
 }



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

2016-10-11 Thread Marius Brehler
commit: 0a61dacbb33957629374023397bee4ab13980ed9
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 24 19:56:36 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 20:10:31 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0a61dacb

sci-libs/lapack-reference: revision bump to -r100

This ensures that blas-reference versions from ::science are preferred over
versions from ::gentoo.

Package-Manager: portage-2.2.28

 .../{lapack-reference-3.5.0.ebuild => lapack-reference-3.5.0-r100.ebuild} | 0
 ...apack-reference-3.6.0-r1.ebuild => lapack-reference-3.6.0-r100.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sci-libs/lapack-reference/lapack-reference-3.5.0.ebuild 
b/sci-libs/lapack-reference/lapack-reference-3.5.0-r100.ebuild
similarity index 100%
rename from sci-libs/lapack-reference/lapack-reference-3.5.0.ebuild
rename to sci-libs/lapack-reference/lapack-reference-3.5.0-r100.ebuild

diff --git a/sci-libs/lapack-reference/lapack-reference-3.6.0-r1.ebuild 
b/sci-libs/lapack-reference/lapack-reference-3.6.0-r100.ebuild
similarity index 100%
rename from sci-libs/lapack-reference/lapack-reference-3.6.0-r1.ebuild
rename to sci-libs/lapack-reference/lapack-reference-3.6.0-r100.ebuild



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

2016-10-11 Thread Marius Brehler
commit: b81e4c632efa6b2d53c8750b84deb2b315c86dd0
Author: Sergei Trofimovich  inbox  ru>
AuthorDate: Fri Sep 23 13:16:56 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Sep 23 13:16:56 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b81e4c63

sci-biology/abyss: tweak for gcc-6, bug #594254 (#681)

Build failed as:
```
In file included from AssemblyAlgorithms.cpp:4:0:
../DataLayer/FastaReader.h: In member function ‘FastaReader::operator 
void*() const’:
../DataLayer/FastaReader.h:49:35: error: cannot convert ‘std::istream {aka 
std::basic_istream}’ to ‘void*’ ...
   operator void*() const { return m_in; }
   ^~~~
```

In the following source:

```c++
   static bool existFile(const char* f)
   {
ifstream file(f);
return file;
   }

```

c++98 provides file->operator void*()
c++11 provides file->explicit operator bool()

Hence the failure on c++11.

The change adds explicit casts around istream.

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/594254

Package-Manager: portage-2.3.0

 sci-biology/abyss/abyss-1.9.0.ebuild|  1 +
 sci-biology/abyss/files/abyss-1.9.0-gcc-6.patch | 34 +
 2 files changed, 35 insertions(+)

diff --git a/sci-biology/abyss/abyss-1.9.0.ebuild 
b/sci-biology/abyss/abyss-1.9.0.ebuild
index b2de141..c32b477 100644
--- a/sci-biology/abyss/abyss-1.9.0.ebuild
+++ b/sci-biology/abyss/abyss-1.9.0.ebuild
@@ -33,6 +33,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
"${FILESDIR}"/${P}-ac_prog_ar.patch
+   "${FILESDIR}"/${P}-gcc-6.patch
 )
 
 src_prepare() {

diff --git a/sci-biology/abyss/files/abyss-1.9.0-gcc-6.patch 
b/sci-biology/abyss/files/abyss-1.9.0-gcc-6.patch
new file mode 100644
index 000..49a30f9
--- /dev/null
+++ b/sci-biology/abyss/files/abyss-1.9.0-gcc-6.patch
@@ -0,0 +1,34 @@
+diff --git a/DataBase/db-csv.cc b/DataBase/db-csv.cc
+index 05cac19..48e3b44 100644
+--- a/DataBase/db-csv.cc
 b/DataBase/db-csv.cc
+@@ -18,11 +18,11 @@ static const char TABLE_LIST[] =
+ typedef vector vs;
+ 
+ static bool existFile(const char* f)
+ {
+   ifstream file(f);
+-  return file;
++  return bool(file);
+ }
+ 
+ template 
+ static bool existTable(
+   D& db, const string& t)
+diff --git a/SimpleGraph/SimpleGraph.cpp b/SimpleGraph/SimpleGraph.cpp
+index 373ec70..0a9ebd3 100644
+--- a/SimpleGraph/SimpleGraph.cpp
 b/SimpleGraph/SimpleGraph.cpp
+@@ -645,11 +645,11 @@ static void* worker(void* pArg)
+   for (;;) {
+   /** Lock the input stream. */
+   static pthread_mutex_t inMutex = PTHREAD_MUTEX_INITIALIZER;
+   pthread_mutex_lock(&inMutex);
+   EstimateRecord er;
+-  bool good = (*arg.in) >> er;
++  bool good = bool((*arg.in) >> er);
+   pthread_mutex_unlock(&inMutex);
+   if (!good)
+   break;
+ 
+   // Flip the anterior distance estimates.



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

2016-10-11 Thread Marius Brehler
commit: 6227bf90763a61adb71e1cda2ae7def898489ea7
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 24 19:49:12 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 20:10:31 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6227bf90

virtual/lapack: revision bump 3.6 to 3.6-r100

This ensures that ::science virtual (and packages) are preferred over
versions in ::gentoo

Package-Manager: portage-2.2.28

 virtual/lapack/{lapack-3.6.ebuild => lapack-3.6-r100.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/lapack/lapack-3.6.ebuild 
b/virtual/lapack/lapack-3.6-r100.ebuild
similarity index 93%
rename from virtual/lapack/lapack-3.6.ebuild
rename to virtual/lapack/lapack-3.6-r100.ebuild
index e18f2ae..bdacc42 100644
--- a/virtual/lapack/lapack-3.6.ebuild
+++ b/virtual/lapack/lapack-3.6-r100.ebuild
@@ -20,7 +20,7 @@ IUSE="doc int64"
 RDEPEND="
!app-eselect/eselect-lapack
|| (
-   >=sci-libs/lapack-reference-${PV}[int64?,${MULTILIB_USEDEP}]
+   
>=sci-libs/lapack-reference-${PV}-r100[int64?,${MULTILIB_USEDEP}]
sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
abi_x86_64? ( !abi_x86_32? ( >=sci-libs/atlas-3.9.34[lapack] ) )
)



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

2016-10-11 Thread Marius Brehler
commit: 6c039b13fc211799fc9de0a6e92df997f90169ed
Author: David Seifert  gentoo  org>
AuthorDate: Mon Oct  3 21:22:56 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Mon Oct  3 21:24:00 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6c039b13

sci-biology/consed: Remove, latest version in main tree

 sci-biology/consed/consed-29.ebuild | 93 -
 sci-biology/consed/metadata.xml | 12 -
 2 files changed, 105 deletions(-)

diff --git a/sci-biology/consed/consed-29.ebuild 
b/sci-biology/consed/consed-29.ebuild
deleted file mode 100644
index 002e007..000
--- a/sci-biology/consed/consed-29.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A genome sequence finishing program"
-HOMEPAGE="http://bozeman.mbt.washington.edu/consed/consed.html";
-SRC_URI="
-   ${P}-sources.tar.gz
-   ${P}-linux.tar.gz"
-
-LICENSE="phrap"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=x11-libs/motif-2.3:0"
-# it needs samtools-0.18 with khash.h
-# This file was about sci-biology/samtools-1.2 time moved to 
sci-libs/htslib-1.2.1
-RDEPEND="${DEPEND}
-   =sci-biology/samtools-0.1.18
-   >=sci-biology/phred-000925
-   >=sci-biology/phrap-1.080721
-   dev-lang/perl"
-
-S="${WORKDIR}"
-
-RESTRICT="fetch"
-
-pkg_nofetch() {
-   einfo "Please visit ${HOMEPAGE} and obtain the file"
-   einfo "\"sources.tar.gz\", then rename it to \"${P}-sources.tar.gz\""
-   einfo "and place it in ${DISTDIR},"
-   einfo "obtain the file"
-   einfo "\"consed_linux.tar.gz\", then rename it to \"${P}-linux.tar.gz\""
-   einfo "and place it in ${DISTDIR}"
-}
-
-src_prepare() {
-   sed -i '/#include/ s///' "${S}/main.cpp" || die
-   sed -i \
-   -e '/CLIBS=/ s/$/ -lXm -lXt -lSM -lICE -lXext -lXmu -lXp -lm 
-lbam -lz/' \
-   -e 's/ARCHIVES=/ARCHIVES=\n_ARCHIVES=/' \
-   -e 's/CFLGS=/CFLGS= ${CFLAGS} /' \
-   -e 's#/me1/gordon/samtools/samtools-0.1.18#/usr/include/bam/ 
-I/usr/include/htslib/#' "${S}/makefile" || die
-   sed -i -e 's/CFLAGS=/CFLAGS += /' "${S}"/misc/*/Makefile || die
-   sed \
-   -e "s!\$szPhredParameterFile = .*!\$szPhredParameterFile = 
\$ENV{'PHRED_PARAMETER_FILE'} || 
\'"${EPREFIX}"/usr/share/phred/phredpar.dat\';!" \
-   -i "${S}"/scripts/* || die
-}
-
-src_compile() {
-   einfo "consed does not compile with >=sys-devel/gcc-4.6:* but 4.4.7 
works"
-   default
-   emake -C misc/mktrace
-   emake -C misc/phd2fasta
-   (cd misc/454; $(tc-getCC) ${CFLAGS} ${LDFLAGS} sff2scf.c -o sff2scf) || 
die
-}
-
-src_install() {
-   dobin consed misc/{mktrace/mktrace,phd2fasta/phd2fasta,454/sff2scf}
-   dobin scripts/* contributions/*
-   insinto /usr/lib/screenLibs
-   doins misc/*.{fa*,seq}
-   insinto /usr/share/${PN}/examples
-   doins -r \
-   standard polyphred autofinish assembly_view 454_newbler \
-   align454reads align454reads_answer solexa_example \
-   solexa_example_answer selectRegions selectRegionsAnswer
-   echo CONSED_HOME="${EPREFIX}"/usr > "${S}"/99consed || die
-   echo CONSED_PARAMETERS="${EPREFIX}"/etc/consedrc >> "${S}"/99consed || 
die
-   touch "${ED}"/etc/consedrc || die "Cannot create a file for system-wide 
settings"
-   doenvd "${S}/99consed"
-   sed \
-   -e "s#/usr/local/genome#${EPREFIX}/usr#" \
-   -i "${ED}"/usr/bin/{*.perl,phredPhrap,phredPhrapWithPhdBalls} 
|| die
-   sed \
-   -e 's#niceExe = "/bin/nice"#niceExe = "/usr/bin/nice"#' \
-   -i "${ED}"/usr/bin/phredPhrap || die
-   sed \
-   -e 's#/wt1/gordon/genome#/usr/bin#' \
-   -i "${ED}"/usr/bin/fastq2Phrap.perl || die
-   dodoc README.txt *_announcement.txt
-}
-
-pkg_postinst() {
-   einfo "Package documentation is available at"
-   einfo "http://www.phrap.org/consed/distributions/README.${PV}.0.txt";
-}

diff --git a/sci-biology/consed/metadata.xml b/sci-biology/consed/metadata.xml
deleted file mode 100644
index 1699e58..000
--- a/sci-biology/consed/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-mmokr...@fold.natur.cuni.cz
-Martin Mokrejs
-  
-
-sci-biol...@gentoo.org
-Gentoo Biology Project
-  
-



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

2016-10-11 Thread Marius Brehler
commit: 2468463cc5538a24bd96cec6e599bb8b1592b7f4
Author: Matthias Maier  gentoo  org>
AuthorDate: Sat Sep 24 19:47:50 2016 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Sat Sep 24 20:10:31 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2468463c

virtual/blas: Add version 3.6-r100 to reflect upstream numbering

blas and lapack nowadays have the same version numbering scheme. Thus,
provide a new virtual/blas-3.6-r100 that ensures reference blas 3.6.0 (or
newer) compatibility.

Package-Manager: portage-2.2.28

 virtual/blas/blas-3.6-r100.ebuild | 57 +++
 1 file changed, 57 insertions(+)

diff --git a/virtual/blas/blas-3.6-r100.ebuild 
b/virtual/blas/blas-3.6-r100.ebuild
new file mode 100644
index 000..5d96b75
--- /dev/null
+++ b/virtual/blas/blas-3.6-r100.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+
+inherit multilib-build multilib
+
+DESCRIPTION="Virtual for FORTRAN 77 BLAS implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc int64"
+
+RDEPEND="
+   !app-eselect/eselect-blas
+   || (
+   
>=sci-libs/blas-reference-20151113-r100[int64?,${MULTILIB_USEDEP}]
+   >=sci-libs/openblas-0.2.11[int64?,${MULTILIB_USEDEP}]
+   sci-libs/gotoblas2[int64?,${MULTILIB_USEDEP}]
+   sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
+   abi_x86_64? (
+   !abi_x86_32? (
+   || (
+   >=dev-cpp/eigen-3.1.4
+   sci-libs/atlas[fortran]
+   >=sci-libs/acml-4.4
+   )
+   )
+   )
+   )
+   doc? ( >=app-doc/blas-docs-3.2 )
+   int64? (
+   || (
+   sci-libs/blas-reference[int64,${MULTILIB_USEDEP}]
+   >=sci-libs/openblas-0.2.11[int64,${MULTILIB_USEDEP}]
+   sci-libs/gotoblas2[int64,${MULTILIB_USEDEP}]
+   sci-libs/mkl[int64,${MULTILIB_USEDEP}]
+   )
+   )
+"
+DEPEND=""
+
+pkg_pretend() {
+   if [[ -e "${EROOT%/}"/usr/$(get_libdir)/lib${PN}.so ]]; then
+   ewarn "You have still the old ${PN} library symlink present"
+   ewarn "Please delete"
+   ewarn "${EROOT%/}/usr/$(get_libdir)/lib${PN}.so"
+   ewarn "to avoid problems with new ${PN} structure"
+   die "Old lib${PN} detected"
+   fi
+}



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

2016-10-11 Thread Matt Thode
commit: 5d77092d5d65487b671ef88284d65cbcae8ad923
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct 12 05:15:36 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Oct 12 05:15:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d77092d

sys-cluster/nova: bup to fix db live migrations

Package-Manager: portage-2.3.0

 sys-cluster/nova/Manifest   | 2 +-
 sys-cluster/nova/{nova-14.0.0.ebuild => nova-14.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 72cda70..0211595 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -2,4 +2,4 @@ DIST mitaka-nova.conf.sample 36427 SHA256 
dd4c3ccab89fbe9f69df520f47d439c7ffa440
 DIST newton-nova.conf.sample 44496 SHA256 
a7d9b95e67b77d0335edac760e037ad117d8c9f18c4792939ba8bb02739eae58 SHA512 
ac917f0fed24c6705cbe43b4e1af31138bb656ea06f0cbe66d5b820677a47ca854abf6ca7fdf76a9a7f3a5afff758dac294ffd778d1bda82bb9f95c48d103d6e
 WHIRLPOOL 
3c54dc8e4721f4289a8f64e9ac215c4b2e4b6afd2904fea4080659d3c292dcd942535d998b463efa4dd96a6090afb9830dfa6b9b3f2062439a8d03ec09356adc
 DIST nova-13.1.1.tar.gz 5407219 SHA256 
1af74830f52deb24ca0f25acf150c2338a414ccd2082bbb31092d55d28a92a9d SHA512 
18866a1fb9e1e94b91b27d72318401de755255be3b3fd374f156ccf88c84697a8f54b6f5be17842f55b5ff323f19d778213925dbeb4ae9c02225d2b3fb56b3cc
 WHIRLPOOL 
d5bd05f773b49cf309f02ea34c7d5cbbd82078a17a7aadc66ebd1ed9dd8180a036f31d74d27ea6f1af644eaa873e0e955a52b44ee66448ea93e0507561055d50
 DIST nova-13.1.2.tar.gz 5419167 SHA256 
8e6762e09ff3bb1ab401881657faa460c75b32b730ca55e89b3de0a921843b99 SHA512 
3ea9e4a26ef10dc6175b417d66817ed5f00915197fd7184778a2ce70ef56208a5e5e6c8fe72228c90eb4999b278eb9a2f6743f5430f1e14e5b5aa2d7c53e79f7
 WHIRLPOOL 
bd025f3a434332acf61da52f9df72d644f1cea19e38a702c39939e32a8a45b1996340b1f93f253e9844098e0cfb73dc286cfadb13181751545f4b8356342487d
-DIST nova-14.0.0.tar.gz 5567908 SHA256 
95fc42853904493e5897188fcb92c760770c08efc7cf31f2d9a9a57450e54f76 SHA512 
cfa4aefbb6703ea3bb7324b1e402eb1eb879fd0a8717d81e713402331a5505dd107f4cba043b9c9515c68e5725d243fa62656760782335bdd248d99a55b5080c
 WHIRLPOOL 
4697191e2099facfea552fbcbbf91445ef655b9ba8847468f5335182eeb75e455916e183851a4b3357881904e3e5586fd46978bf3a23ffb4bf9b82edbe5a5313
+DIST nova-14.0.1.tar.gz 5567179 SHA256 
6fbd0cb2cb2ec28d95e16ea7a71b395a6c57dc38fe6894310ca80c5e054d1356 SHA512 
1917d1c0356890a8e561579ef5ff5be948523c64b1ee20d334b1105e9e00609b7530c1be5e18979db200d4213068134ce73b5fb608db9312053eb3f9231cda1f
 WHIRLPOOL 
db88e87383f6f28ee4548ce0b3c12e8dd9b6eb48617aa52fd69af06947329c432c9f7d1a136f4046e9f88ea9f16b1192240a0fb2db49750b87a26faa2429

diff --git a/sys-cluster/nova/nova-14.0.0.ebuild 
b/sys-cluster/nova/nova-14.0.1.ebuild
similarity index 100%
rename from sys-cluster/nova/nova-14.0.0.ebuild
rename to sys-cluster/nova/nova-14.0.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-fs/autofs/

2016-10-11 Thread Jeroen Roovers
commit: 2db77f4fed83e2062c12ffe0355792ae053c633d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Oct 12 05:07:28 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Oct 12 05:08:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db77f4f

net-fs/autofs: Stable for PPC64 (bug #590304).

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

 net-fs/autofs/autofs-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/autofs/autofs-5.1.2.ebuild 
b/net-fs/autofs/autofs-5.1.2.ebuild
index 0ab7bdb..077241c 100644
--- a/net-fs/autofs/autofs-5.1.2.ebuild
+++ b/net-fs/autofs/autofs-5.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
 IUSE="-dmalloc hesiod ldap libtirpc mount-locking sasl"
 
 # USE="sasl" adds SASL support to the LDAP module which will not be build. If



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

2016-10-11 Thread Hans de Graaff
commit: c52912a3c499e8826bc822fd5e4d4354f5382503
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 12 04:49:01 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 12 04:49:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52912a3

dev-ruby/roadie: add 3.2.0

Package-Manager: portage-2.3.0

 dev-ruby/roadie/Manifest|  1 +
 dev-ruby/roadie/roadie-3.2.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-ruby/roadie/Manifest b/dev-ruby/roadie/Manifest
index 7506851..bab6ab7 100644
--- a/dev-ruby/roadie/Manifest
+++ b/dev-ruby/roadie/Manifest
@@ -1 +1,2 @@
 DIST roadie-3.1.1.tar.gz 44551 SHA256 
3e1ebaf83e06c85ef6c7b75c9c7245d28d407844ed4e434f4450489edbd98240 SHA512 
98faf4714da280722ce4c0a3b56f15201944769ed73111df2e60cf51a47e539b2381fe97503ff533a4c3b630f32c638927e25a3b55f882b78f565fddb94e2580
 WHIRLPOOL 
e6f0b077d78ac998a5b0a251ecc1e8b531ad3805daedde8d35a5ddf862cee2d1303a3cd16b66cc3db11d9b0a9bf66da123a6cda69bbbfc3b061e88ebaac458a4
+DIST roadie-3.2.0.tar.gz 45437 SHA256 
c4e5ad84d4ccdc8afa70260ee4f38b974091b3ab23a8ce106dbe31bed715bae2 SHA512 
88d2961f223c46321b07497983eb4f6cfd19c35862fcc323391c7d924a388057335a2f8d71d72feda6186944b832d2e80e91152fc1794c8b15636009ae78f76b
 WHIRLPOOL 
b6408848a6f90752c5f86e1b980442dc7c0589def85f5d3ba0ceb411926e0e0da770646711fdae04b1e7c4d4caa73ca754c1975715e138cdc6f08a10ce023ccf

diff --git a/dev-ruby/roadie/roadie-3.2.0.ebuild 
b/dev-ruby/roadie/roadie-3.2.0.ebuild
new file mode 100644
index ..c0b9a4e
--- /dev/null
+++ b/dev-ruby/roadie/roadie-3.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="yard"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Making HTML emails comfortable for the Rails rockstars"
+HOMEPAGE="https://github.com/Mange/roadie";
+SRC_URI="https://github.com/Mange/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/nokogiri-1.5.0
+   >=dev-ruby/css_parser-1.4.5 =dev-ruby/css_parser-1.4*"
+ruby_add_bdepend "test? ( dev-ruby/rspec-collection_matchers )"
+
+all_ruby_prepare() {
+   sed -i -e "/[Bb]undler/d" Rakefile || die
+}



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

2016-10-11 Thread Hans de Graaff
commit: 4d7f55d4527061e718deab10d603f05effd6ad18
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 12 04:52:11 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 12 04:52:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7f55d4

dev-ruby/safe_yaml: add ruby23 revision

Package-Manager: portage-2.3.0

 dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild | 33 
 1 file changed, 33 insertions(+)

diff --git a/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild 
b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
new file mode 100644
index ..590b03b
--- /dev/null
+++ b/dev-ruby/safe_yaml/safe_yaml-1.0.4-r3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Parse YAML safely, alternative implementation of YAML.load"
+HOMEPAGE="https://dtao.github.com/safe_yaml";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+ruby_add_bdepend "test? ( dev-ruby/hashie
+   dev-ruby/heredoc_unindent
+   dev-ruby/rspec:3 )"
+
+each_ruby_test() {
+   # Run specs with monkeypatch
+   ${RUBY} -S rspec-3 --tag ~libraries || die
+
+   # Running specs without monkeypatch
+   ${RUBY} -S rspec-3 --tag libraries || die
+}



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

2016-10-11 Thread Hans de Graaff
commit: 7527700b96789e3f2c38233570851737e0c894ea
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 12 04:48:48 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 12 04:48:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7527700b

dev-ruby/css_parser: add ruby23

Package-Manager: portage-2.3.0

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

diff --git a/dev-ruby/css_parser/css_parser-1.4.5.ebuild 
b/dev-ruby/css_parser/css_parser-1.4.5.ebuild
index 2ab815f..48c0b94 100644
--- a/dev-ruby/css_parser/css_parser-1.4.5.ebuild
+++ b/dev-ruby/css_parser/css_parser-1.4.5.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_DOC_DIR="doc"



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

2016-10-11 Thread Hans de Graaff
commit: 4264c39b22d8648ea1bf3d8e1a7e273e89ab4ead
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Oct 12 04:42:29 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Oct 12 04:42:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4264c39b

dev-ruby/flexmock: add 2.3.0

Package-Manager: portage-2.3.0

 dev-ruby/flexmock/Manifest  |  1 +
 dev-ruby/flexmock/flexmock-2.3.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/flexmock/Manifest b/dev-ruby/flexmock/Manifest
index 66b5287..5ac7d19 100644
--- a/dev-ruby/flexmock/Manifest
+++ b/dev-ruby/flexmock/Manifest
@@ -2,3 +2,4 @@ DIST flexmock-1.3.3.gem 81920 SHA256 
1d9cc7dd01b43a25447d85477b8ab096481be0a6536
 DIST flexmock-2.0.5.tar.gz 84688 SHA256 
7879f690ad3c2de924844eff0826fa7b05de4db0cc7a21a5c94f157fbfb81a77 SHA512 
3f377617d745740b91e4e6ca90379a03d689a643a678240d9f4d3eae374fbd88b2396cfb3420634859bf3456a3d1d95cc7d50fef3d2c1d83e836e57e3b3edef4
 WHIRLPOOL 
c1f2e93f94dd8e01b782e93df607e6e7f3eafa86951884b2871b0068fc816f73f054e2fe2b54ba1df6d464d33d0961904dd8217e77d655fb9d0247256ccd6343
 DIST flexmock-2.1.0.tar.gz 85464 SHA256 
6bc160c9be385d0b6b375da665f33c75015423cd31cea64c1c3f2f81ccf8b658 SHA512 
547ff0d711d7a5a33a3057ac57e054843a97fc183b3819f7c2a16efc3cd38731bdd8ddf5d800fff780ff6e6209dcd319dc3d556323524627ce28e5e2842fe304
 WHIRLPOOL 
e6dd191021de331c50c76ae461c62b86a151f326910e05d67b51bc608d5a7f97b63234e3fdfcde0b5c898e1f0241dde84ad501bf21dd7770b10a80e70f17b0d3
 DIST flexmock-2.2.1.tar.gz 86088 SHA256 
0c43782b06cd445c4262f9fc4f62c80dad2a2e4cdb8c82e620f37c706f072729 SHA512 
303ec49a257a65eac2fffdba8cb2cebaafa7523225b5c8facf4d55f30372d43e22a8895d103859a2d90a1894987ef863001a982c756365822d0499e95be3c969
 WHIRLPOOL 
6d1d5b2dd0a7aea087f33c679fbae7196b9b013bd1572a661cc11e9fb0455b3251f24c78f36b7ad85fa93024af192badf6f93eb646d89be05f453f4ae4fbebfe
+DIST flexmock-2.3.0.tar.gz 89116 SHA256 
71500a921ce4074abb5a6c9a821b8129f48766923af478f6e9696462ce7d4fe4 SHA512 
48ab8057eef9911e581fb3dfe5981df0eeb7023f211be90d79b57819ad786cf82fa68a6b14a9546f76f5cf2aeb47c96e04256fc9f91a1a2de3d570c305fc2c48
 WHIRLPOOL 
2902c536c753358c29543f9165c784d25b8584e608bf630a322b72ed448c266900b28c63e34c8549c54121ecb2b8e75f6944a5f79d6eca335fe8978ad2fb6eea

diff --git a/dev-ruby/flexmock/flexmock-2.3.0.ebuild 
b/dev-ruby/flexmock/flexmock-2.3.0.ebuild
new file mode 100644
index ..2c0da0d
--- /dev/null
+++ b/dev-ruby/flexmock/flexmock-2.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_DOCDIR="html"
+RUBY_FAKEGEM_EXTRADOC="CHANGES README.md doc/*.rdoc doc/releases/*"
+
+RUBY_FAKEGEM_RECIPE_TEST="none"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Simple mock object library for Ruby unit testing"
+HOMEPAGE="https://github.com/doudou/flexmock";
+SRC_URI="https://github.com/doudou/flexmock/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="flexmock"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+   test? (
+   dev-ruby/minitest:5
+   dev-ruby/rspec:3
+   )"
+
+each_ruby_test() {
+   RSPEC_VERSION=3 ruby-ng_rspec test/rspec_integration
+   ${RUBY} -Ilib:.:test -e 'Dir["test/*_test.rb"].each{|f| require f}' || 
die
+}
+
+all_ruby_prepare() {
+   sed -i -e '1igem "minitest", "~>5.0"' test/test_helper.rb || die
+}



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

2016-10-11 Thread Matt Thode
commit: 03efd34fe85600105a9480d9a9157bf074c411e9
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct 12 03:12:35 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Oct 12 03:13:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03efd34f

app-admin/puppet-agent: eix is needed for packages to install...

Package-Manager: portage-2.3.0

 .../{puppet-agent-1.7.0-r1.ebuild => puppet-agent-1.7.0-r2.ebuild}   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-admin/puppet-agent/puppet-agent-1.7.0-r1.ebuild 
b/app-admin/puppet-agent/puppet-agent-1.7.0-r2.ebuild
similarity index 99%
rename from app-admin/puppet-agent/puppet-agent-1.7.0-r1.ebuild
rename to app-admin/puppet-agent/puppet-agent-1.7.0-r2.ebuild
index a60350d..6576e17 100644
--- a/app-admin/puppet-agent/puppet-agent-1.7.0-r1.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-1.7.0-r2.ebuild
@@ -29,6 +29,7 @@ CDEPEND="!app-admin/augeas
 DEPEND="
${CDEPEND}"
 RDEPEND="${CDEPEND}
+   app-portage/eix
sys-apps/dmidecode
selinux? (
sys-libs/libselinux[ruby]



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

2016-10-11 Thread Matthias Maier
commit: 26d97e9632138e5fcfe879ea30bc6b897269d55f
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed Oct 12 01:44:55 2016 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed Oct 12 01:45:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d97e96

sci-libs/lapack-reference: do not remove /usr/lib, bug #596036

Non non-amd64 systems "$(get_libdir)" might actually be "lib". So do not
blindly delete this folder.

Package-Manager: portage-2.3.0

 sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

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 273bf10..8758ed7 100644
--- a/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
+++ b/sci-libs/lapack-reference/lapack-reference-3.6.0.ebuild
@@ -72,7 +72,6 @@ src_install() {
mv "${ED}/usr/$(get_libdir)"/lib* "${ED}/usr/$(get_libdir)/pkgconfig"/* 
\
"${ED}/usr/$(get_libdir)/lapack/reference" || die
rmdir "${ED}/usr/$(get_libdir)/pkgconfig" || die
-   rm -rf "${ED}"/usr/lib/ || die
 
eselect lapack add $(get_libdir) "${T}"/eselect.lapack.reference 
${ESELECT_PROF}
 }



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

2016-10-11 Thread Mike Pagano
commit: 777b76e3230d7bdb1ee02cf6f3d468a0fd66b919
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 11 23:19:21 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 11 23:19:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777b76e3

sys-kernel/gentoo-sources: Remove of old versions in the 4.7.X series.

Package-Manager: portage-2.3.0

 sys-kernel/gentoo-sources/Manifest | 15 ---
 .../gentoo-sources/gentoo-sources-4.7.2.ebuild | 29 --
 .../gentoo-sources/gentoo-sources-4.7.3.ebuild | 29 --
 .../gentoo-sources/gentoo-sources-4.7.4.ebuild | 29 --
 .../gentoo-sources/gentoo-sources-4.7.5.ebuild | 29 --
 .../gentoo-sources/gentoo-sources-4.7.6.ebuild | 29 --
 6 files changed, 160 deletions(-)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 0ff0f82..38635d3 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -57,21 +57,6 @@ DIST genpatches-4.4-26.extras.tar.xz 16352 SHA256 
9f5160cc9d52ed33e5f57d29f87b77
 DIST genpatches-4.4-8.base.tar.xz 243736 SHA256 
70a54851283def9013601bd8ea299c04850410001e36d619fa6e83b64a4f0907 SHA512 
fde00c28bc8da96aee2378d7ea36c85a5f8520c271e0251c7bc7472cd3c395dc2c3f5168f38b1bd10e6b5189bedc8b10780899468a368f8e9be1811bc31c0ab1
 WHIRLPOOL 
1190d8167c05062a53a7cc66a36310b42f6b90a711a497543b68626e1d6ca3fbc1c57a37dfa2a1fc98ed4f3b1dae5d7e77b74f3d708bc830b2bd5c31fc797b74
 DIST genpatches-4.4-8.experimental.tar.xz 62604 SHA256 
35148c3d46a256819b5d214203b7365316694e85a729ddec2e5c229e48b9091d SHA512 
e1e5b31d35a851f446645a2ac403ab238d63fb540e8443d36a30dd8a5d32016b077c4cfdcb30976e5facc511c0a6116037efb0af0a4840e00a1d8cf6be3fe310
 WHIRLPOOL 
4b65738d20969d5098feb66e416af450f0be87fa8c1770381165f70ca99e019400ff9e92c92d8f6dc1b641f4a400fa6165f0573aeb68ecba05f8934a348e6cc7
 DIST genpatches-4.4-8.extras.tar.xz 16284 SHA256 
50b6dc7b842191a49a77d0f54302ebd1c7334e5f6091e2a02db51ae074f8 SHA512 
478e31f23742a99e4b3a2d24c93f0880c1794d40e5b05b80cc472ce237e14f28a83cb31554b686c8ec78e80b776fca363a1aabe450add7a3142ad30a4b586841
 WHIRLPOOL 
2ff0a37edadfd391b59bbe5158c463ee4b411fcd06e8f5bf53f58b19f88a564a40fabe690d5ac12f108e02d3a001d8b928372aa453f060d530ff2e30d0617113
-DIST genpatches-4.7-3.base.tar.xz 76876 SHA256 
48c4509d6c333e273f1c7894dc0ec3261863d638a0cf8de72c9281e945834465 SHA512 
1848f23836bbcc0e95a887bb1c6101e920fae3667443c8f00bd5a1bcb1ee6976e0bf8370f322a465e8e7156f4b19f5d01967ad33c29b574fa02e032f84a2f8ff
 WHIRLPOOL 
18eff147362697a8e1dd86d7b27c11ff1e06475b706f0bddd53be010eb0cc5fd5c0887b7ab48b886738a59e088f70a24ef264d3f7aeb9a46bb3e96d0be9c0f94
-DIST genpatches-4.7-3.experimental.tar.xz 87284 SHA256 
24055dac762426005238d3cd2189c42babc67e84df1c5c2bd0d7b05342a92bb6 SHA512 
725f853c177a43abfd3d9de4dea165bbb07b9a049d531f7f28d7f344b81c3b00e4f65e9b14dd05280d71bc74c9deeff824a2b8a813bad76e837ab0274d5ac374
 WHIRLPOOL 
53727189653582c555d7f52fcf2829c2317a0d02c716052ba6743b90178420c22063e4055e6e61c4c9be23b9664c063e6ef4066dd7a8ea90c3080859ef659d33
-DIST genpatches-4.7-3.extras.tar.xz 17632 SHA256 
2c8fc86ff4a3024d852ea2373fc6926d1be4578c16206d71beb677dab9bca3fc SHA512 
68e0a543175dce010bbe6582a176de60d127d64198861eabd2117729160a89fb0d698f2dc728f9d94364b4ba07c5befd019560b8b986af3b4b0a0d8f911bfce8
 WHIRLPOOL 
c7bde2d5b1fb510899a85d35e81a4d9a51fb1424107f7890179d88249724a365fb1f144a353791505aef4a927b5962606fb6a290b05dc4f3a711960151cccf38
-DIST genpatches-4.7-4.base.tar.xz 113672 SHA256 
71d3410b6d4867e459ea027aadf2024efdbc9fb78ce0180b47245b69d34b5d50 SHA512 
761c306e10eda7482af8f06a1f29e42a4059eee0b8949a03068b20a0908a2c873ac753eaa12164e9672f0befb7361cffc6f0c1683c6c280a983ad8da80b4f02b
 WHIRLPOOL 
93c7394fc66d24f27f8c0690a3626e7ee6aa0968706c26a719e66d5732436bc2ac1260c36086530505517bd81d1d7df8a1eda605cbbe0bb71f3b2d25e96b3476
-DIST genpatches-4.7-4.experimental.tar.xz 87060 SHA256 
61ef0410e8e4a49841e2eeb7c5bd0813263816d777a3bad5c92e92e23fb4b249 SHA512 
bfda1bac72e1d9aec106369727620565a4ba9a1968e8cd7223e317328062a577b43dadad03b067635d0bfa1bb625606f545690e4bf5163faa9359bfe5d211860
 WHIRLPOOL 
d7501b85ef5602bae04fc4f8b8bced421dc8cd8681f2efbd82b45a57468fa2b970e5a20c6eadfb3c536c74a821e7d8ae9b4713d5c98e69cea2364d77145fe076
-DIST genpatches-4.7-4.extras.tar.xz 17604 SHA256 
dfa04eb0b3c9c6abd370231b49781252c914701b5ab7477196a2ae42e894525e SHA512 
5e32894dad2a98943cfcab7699561b042fe99acfd4fb6159e04a26af49019a4b847fdc53b8a4e37c194b4c64e491849c3837149007bac93bd9a2cc8c13a9f45f
 WHIRLPOOL 
2da8acd833ac526ea644890bc578f06f78816cd0db7f67311f4f9c5331b446e001ccbf276f5fb16d1b7cf7d605ebd861f4f4432c244f38658b24169242d101a8
-DIST genpatches-4.7-5.base.tar.xz 130460 SHA256 
180a272345009c4129afd23d81dc3ecea48f33371338ad678d7f9c39e4f33ac6 SHA512 
aa732f0a2ba119e597b61cde2f8fbfab1133b41bf453b2d9cca09445a7cb471929bdcbb5cdf3be62b872336a3c4d82332d0a36620abb9a1366a0c0

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

2016-10-11 Thread Mike Pagano
commit: 4d77ef608d66f741d13c65eebb4ff7672ae6b581
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 11 23:16:55 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 11 23:17:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d77ef60

sys-kernel/vanilla-sources: Remove of EOL'ed 3.14.X

Package-Manager: portage-2.3.0

 sys-kernel/vanilla-sources/Manifest |  2 --
 .../vanilla-sources/vanilla-sources-3.14.79.ebuild  | 17 -
 2 files changed, 19 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 27bc23a..a80dcba 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -1,6 +1,5 @@
 DIST linux-3.10.tar.xz 73175088 SHA256 
df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544 SHA512 
5fb109fcbd59bf3dffc911b853894f0a84afa75151368f783a1252c5ff60c7a1504de216c0012be446df983e2dea400ad8eeed3ce04f24dc61d0ef76c174dc35
 WHIRLPOOL 
e7c0ccc2231e430b831218fc66f1940d095d2d5447d391329c6a7373d4a1d16708f64778b32e4847802ee2dae4fcf7cb67a1238fd4eb204fd0c4bce2d8134053
 DIST linux-3.12.tar.xz 76384600 SHA256 
2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02 SHA512 
4ba5797e0772726d05c9f2eee66dc6dc2a5033c749ef44764c805a83da739ed5d0c6443b76785e38fe1ef74cc7ade787e48144faed0cfcb6f124f05248c700ff
 WHIRLPOOL 
a40195f6b53ba3440cf90a44495f6a59670f750851d1518e2bdfe3b949f0e898d1df5d37e271c31c555087026ddb6cc2c9109b22b9639e3222735e6f650a1417
-DIST linux-3.14.tar.xz 78399152 SHA256 
61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 
5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e
 WHIRLPOOL 
5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41
 DIST linux-3.16.tar.xz 80501624 SHA256 
4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0 SHA512 
64033e741d3f42ed06010e63e69d66e1d3d9414ef20f76834508878d4218b72619541a18ef4fd377204af2859e52198310998109b20ed9b67722586b28c9a231
 WHIRLPOOL 
69e5e367751185ff4e8d7c1f23c6f1e8f547fe782f581f6cf5f0bde301fa922185c8b996b815cf19fb7f14ca64042e264e87d321872ee3096adad02b1015769b
 DIST linux-3.18.tar.xz 80934708 SHA256 
becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd SHA512 
2f0b72466e9bc538a675738aa416573d41bbbd7e3e2ffd5b5b127afde609ebc278cec5a3c37e73479607e957c13f1b4ed9782a3795e0dcc2cf8e550228594009
 WHIRLPOOL 
81634af631b7d30ccd1f4798f96f44d9aa0ba6609b73f2747eb6aebaf7a99487fb2dbd45767605186182533cb222bfd9236e8dd5e11a04fdb67c211e4e0a91d6
 DIST linux-3.2.tar.xz 65065516 SHA256 
dd96ed02b53fb5d57762e4b1f573460909de472ca588f81ec6660e4a172e7ba7 SHA512 
77e9a52d78d6c8e951df1e166023eebe5defc5ef3c45d3ac84b613137b3c2e55cee5693d828ebd06c5034bd89ea2a5f862f55824f2b7839c9ad7212c81e3ecb0
 WHIRLPOOL 
7cc68baac4441740e2171fbbc4195ee6c0351de099aadaee8cb3487f6d1f8b7e1d3144ee54ba38dbd24d6be431a1ea3b921ffce82ff84df21a98da7bc61c1d17
@@ -11,7 +10,6 @@ DIST linux-4.7.tar.xz 90412100 SHA256 
5190c3d1209aeda04168145bf50569dc0984f80467
 DIST linux-4.8.tar.xz 91966856 SHA256 
3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a SHA512 
a48a065f21e1c7c4de4cf8ca47b8b8d9a70f86b64e7cfa6e01be490f78895745b9c8790734b1d22182cf1f930fb87eaaa84e62ec8cc1f64ac4be9b949e7c0358
 WHIRLPOOL 
3888c8c07db0c069f827245d4d7306087f78f7d03e8240eb1fcd13622cd5dbe1c17cd8ed7dc11513f77f3efd5dbd84e2b48e82bdb9b9bfd2242fd62ae32812d5
 DIST patch-3.10.103.xz 1332092 SHA256 
ea9a27fd1644f6686098df421623dfe772d320c926e45f9edf97f0b305774353 SHA512 
065028288f416ef8334ae32c8c5b3791bd6135658a18f90982100c2247f4e9461fba76b6015aec9500f47aecdc48d7ed7539b65c4285b4b0e42d97e6c00dba04
 WHIRLPOOL 
12b59a9bf1430c2a4a990a302345e8c0dd6c3239a53e25e87f49f9b5dbbcedb776aa7e8a42a35979d28b14b08f438c73363fd13878e93d262c4ddc38f6b6a848
 DIST patch-3.12.64.xz 1630880 SHA256 
afc71d250e907a96e5df818aa61292e48afa2a7fb90e844c086aff6b46be97cc SHA512 
9c894baa2528a4b39b6ebe9e76d491197a50de9e5da95aac8e087adb3d98d1ebd327a513ed61bcf4dcf8323425ab867c8d3f80a9842c929135cf2f98b76e1be3
 WHIRLPOOL 
38550a7bf281a119184455eba016e0a0c18fbe6f17fd089e4b8a58ba7d7e034651be0e04cecf0c8f81347c81d2e00dbab47727f222c911777cfddac24de01d34
-DIST patch-3.14.79.xz 1221100 SHA256 
b391b76f3a5c6c8cf7234f8c01821b88584ddf90f45323e09c126c5e7624b12c SHA512 
5109dadba1522a0dac163b74cfc10b32d222bbf61ddd4722446d657fe87f529225420d191a1a2c84ef4cf7be584881774109efe903f60ad386b61ec4977a1073
 WHIRLPOOL 
3286d979faba07c95d5ad6a5e3458bef56cd958ee7f86ca8e18238b75c76a1cada9411528a3c40e82e474a6a52186fd5735dcaec4ecee4fbc974114a143b1a9b
 DIST patch-3.16.37.xz 1300688 SHA256 
9c189e8099df0eece273a7e7b5079ba3f0c73e1b3e25ba341c316bb0003cec5c SHA512 
19d58c858d00137fb02b04bda8491d7e17c0fd517dc7d8055d060f39dcce30a32407ff59c0b844c79e4dadbb9749f5b18223b71c6a9531f3fb08ae16acc2cbf9
 WHIRLPOOL 
9a6e3451e75e20e168e5de2186a8c9c743a160c8

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

2016-10-11 Thread Mike Pagano
commit: 3648b414160ffb073feedc26cd559f85018df4bc
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Oct 11 23:16:01 2016 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Oct 11 23:16:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3648b414

sys-kernel/vanilla-sources:Linux patches 3.12.64, 4.4.24 and 4.7.7. Remove old.

Package-Manager: portage-2.3.0

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...anilla-sources-3.12.63.ebuild => vanilla-sources-3.12.64.ebuild} | 0
 ...{vanilla-sources-4.4.23.ebuild => vanilla-sources-4.4.24.ebuild} | 0
 .../{vanilla-sources-4.7.6.ebuild => vanilla-sources-4.7.7.ebuild}  | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index c64dbee..27bc23a 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -10,13 +10,13 @@ DIST linux-4.4.tar.xz 87295988 SHA256 
401d7c8fef594999a460d10c72c5a94e9c2e1022f1
 DIST linux-4.7.tar.xz 90412100 SHA256 
5190c3d1209aeda04168145bf50569dc0984f80467159b1dc50ad731e3285f10 SHA512 
e8c02583e17e4fc4214fef694825fcb78c898266f1624deb1cdf56ab5c5fdfa669c5221122a7cf0d502ed6f921ff3797634acd9d294d29e98e3faa8a21920185
 WHIRLPOOL 
e968c89ce714c8d918db6074dabac4b0200c57ff111260313cf5798eeefb8b5b10c1509b64e2ee611a78e81075c588a473b67f9802609b2fef9ebb87ae514d98
 DIST linux-4.8.tar.xz 91966856 SHA256 
3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a SHA512 
a48a065f21e1c7c4de4cf8ca47b8b8d9a70f86b64e7cfa6e01be490f78895745b9c8790734b1d22182cf1f930fb87eaaa84e62ec8cc1f64ac4be9b949e7c0358
 WHIRLPOOL 
3888c8c07db0c069f827245d4d7306087f78f7d03e8240eb1fcd13622cd5dbe1c17cd8ed7dc11513f77f3efd5dbd84e2b48e82bdb9b9bfd2242fd62ae32812d5
 DIST patch-3.10.103.xz 1332092 SHA256 
ea9a27fd1644f6686098df421623dfe772d320c926e45f9edf97f0b305774353 SHA512 
065028288f416ef8334ae32c8c5b3791bd6135658a18f90982100c2247f4e9461fba76b6015aec9500f47aecdc48d7ed7539b65c4285b4b0e42d97e6c00dba04
 WHIRLPOOL 
12b59a9bf1430c2a4a990a302345e8c0dd6c3239a53e25e87f49f9b5dbbcedb776aa7e8a42a35979d28b14b08f438c73363fd13878e93d262c4ddc38f6b6a848
-DIST patch-3.12.63.xz 1610112 SHA256 
35a673ed2047e042636b56573020755f5e5d1ab63bfe391180f2f1f4940cfdf0 SHA512 
dbc96441bbdef78fadc744352278c9ff89e14b995d10eb9ccae9767e89bd2b351943acc305384e825976d992551e6f2cdb791fc7d65a9e090fa1c66ea2e5c751
 WHIRLPOOL 
40adc9b359a30d82d259839f1ba49ed801e031b095eac8f58c686e540c70a27158ec3396d908f938990557f31ba258ef454d19cdbf1b26016621dfcc33492808
+DIST patch-3.12.64.xz 1630880 SHA256 
afc71d250e907a96e5df818aa61292e48afa2a7fb90e844c086aff6b46be97cc SHA512 
9c894baa2528a4b39b6ebe9e76d491197a50de9e5da95aac8e087adb3d98d1ebd327a513ed61bcf4dcf8323425ab867c8d3f80a9842c929135cf2f98b76e1be3
 WHIRLPOOL 
38550a7bf281a119184455eba016e0a0c18fbe6f17fd089e4b8a58ba7d7e034651be0e04cecf0c8f81347c81d2e00dbab47727f222c911777cfddac24de01d34
 DIST patch-3.14.79.xz 1221100 SHA256 
b391b76f3a5c6c8cf7234f8c01821b88584ddf90f45323e09c126c5e7624b12c SHA512 
5109dadba1522a0dac163b74cfc10b32d222bbf61ddd4722446d657fe87f529225420d191a1a2c84ef4cf7be584881774109efe903f60ad386b61ec4977a1073
 WHIRLPOOL 
3286d979faba07c95d5ad6a5e3458bef56cd958ee7f86ca8e18238b75c76a1cada9411528a3c40e82e474a6a52186fd5735dcaec4ecee4fbc974114a143b1a9b
 DIST patch-3.16.37.xz 1300688 SHA256 
9c189e8099df0eece273a7e7b5079ba3f0c73e1b3e25ba341c316bb0003cec5c SHA512 
19d58c858d00137fb02b04bda8491d7e17c0fd517dc7d8055d060f39dcce30a32407ff59c0b844c79e4dadbb9749f5b18223b71c6a9531f3fb08ae16acc2cbf9
 WHIRLPOOL 
9a6e3451e75e20e168e5de2186a8c9c743a160c8caad183d63467101c3dd2bd3cd86f04dfa732f97696eb48486d60cb3d40196aef6deee58e8d8b5a021cea67a
 DIST patch-3.18.42.xz 1037132 SHA256 
f40a955f9f72e81d95fa4aa06dd83c4eaf2778145e5a9dd9e2c780700d5defbc SHA512 
a97563f7c851e380678b8109e5ad1971150d6ea88e3720386620c4fc945f908567eb891a376fd2e5b572f4cf52c732f0a15636adf6078cb38bfd7244b32604b7
 WHIRLPOOL 
214434b003f343774e18d81f361778220d462c20617ddd0a2c591b2f030e42420249dd1a4e4e57eb270018163de3c8680066224200f7004a4e61441940cc
 DIST patch-3.2.82.xz 1619680 SHA256 
f522e0abe63dbf477389ef17e6e9d2646c51db5b9d9511659678749ee5907297 SHA512 
8b9da8fcc959761c8bbc593fc99bc0880068e648670df420fe8e7e5a036951cdcb8d2f5f55f74e0dded34ab15dd1d2d142340ac5a54d2445b462d85ebbed4d7f
 WHIRLPOOL 
8e815e88221686084589fa1b6359448cf6858be2e387a72a101b456f88e5c1b53d5d738f2db2618b361fbc91f1860837dd9dd3b99fedfdb5238e7a45a5896441
 DIST patch-3.4.112.xz 1337588 SHA256 
01d33e0582be65f75835599ebf659f46c0ad0b7f64b826c78e5402550f2224c8 SHA512 
474bb722b4c5adcb81d73df2091f4a0873be01a7f287a34bed7d68b134bcdc8dee3ef7a658f2e9f0e3572bb1ca83ed8b06ece31346fe3685476a1fabb9bc0a2e
 WHIRLPOOL 
5bb15bb566ed73dc5f316d2e57b655733de4263c1bf78f2af61c34097cce49ebf5480d4d4748e5725a7ed83dac4230a083135e30b19379ec05ffd84cc96f
 DIST patch-4.1.33.xz 882692 SHA256 
a82214bab495c8e497ea294bc623f762019a485ee7ffd02ed488feb99e711d00 SHA512 
626306d808

[gentoo-commits] repo/gentoo:master commit in: games-misc/gtklife/files/

2016-10-11 Thread Austin English
commit: 5d6dbc26ca446574e13d67c11238d8388f476b56
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 23:01:59 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 23:01:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6dbc26

games-misc/gtklife: fix patch for EAPI=6

 games-misc/gtklife/files/gtklife-5.1-link.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/gtklife/files/gtklife-5.1-link.patch 
b/games-misc/gtklife/files/gtklife-5.1-link.patch
index 8aae429..0971a5d 100644
--- a/games-misc/gtklife/files/gtklife-5.1-link.patch
+++ b/games-misc/gtklife/files/gtklife-5.1-link.patch
@@ -1,5 +1,5 @@
 Makefile.in.old2014-07-24 21:25:09.072431615 +0200
-+++ Makefile.in2014-07-24 21:26:34.898037740 +0200
+--- a/Makefile.in  2014-07-24 21:25:09.072431615 +0200
 b/Makefile.in  2014-07-24 21:26:34.898037740 +0200
 @@ -22,7 +22,7 @@
  # Preprocessor and linking flags
  



[gentoo-commits] repo/gentoo:master commit in: games-misc/lucidlife/, games-misc/lucidlife/files/

2016-10-11 Thread Austin English
commit: 9bfa1265902adccac7f66d861a4edb2a91ba9f47
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:28:56 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bfa1265

games-misc/lucidlife: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../files/lucidlife-0.9.2-underlink.patch  |  4 +--
 games-misc/lucidlife/lucidlife-0.9.2-r1.ebuild | 42 ++
 2 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch 
b/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch
index af74e85..77bd709 100644
--- a/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch
+++ b/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch
@@ -1,5 +1,5 @@
 src/Makefile.am.old2011-06-17 17:31:54.078600741 +0200
-+++ src/Makefile.am2011-06-17 17:32:05.491299944 +0200
+--- a/src/Makefile.am  2011-06-17 17:31:54.078600741 +0200
 b/src/Makefile.am  2011-06-17 17:32:05.491299944 +0200
 @@ -2,7 +2,7 @@
 -DDATADIR=\""$(datadir)/lucidlife"\" \
 -DDOCDIR=\""$(datadir)/doc/lucidlife"\"

diff --git a/games-misc/lucidlife/lucidlife-0.9.2-r1.ebuild 
b/games-misc/lucidlife/lucidlife-0.9.2-r1.ebuild
new file mode 100644
index ..9643c9c
--- /dev/null
+++ b/games-misc/lucidlife/lucidlife-0.9.2-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils
+
+DESCRIPTION="A Conway's Life simulator written in GTK+2 - fork from Gtklife"
+HOMEPAGE="http://gtk-apps.org/content/show.php/LucidLife?content=130867";
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/gtk+:2"
+DEPEND="${DEPEND}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gnome-vfs.patch
+   "${FILESDIR}"/${P}-underlink.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+   intltoolize --force --copy --automake || die
+}
+
+src_install() {
+   emake install \
+   desktopdir=/usr/share/applications \
+   pixmapdir=/usr/share/pixmaps \
+   DESTDIR="${D}"
+
+   dodoc AUTHORS ChangeLog NEWS README TODO
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/robotfindskitten/

2016-10-11 Thread Austin English
commit: d0dc29a250be0e95dcb9be7f75c7319fca7defa7
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:48:19 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0dc29a2

games-misc/robotfindskitten: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../robotfindskitten-2.7182818.701-r1.ebuild   | 29 ++
 1 file changed, 29 insertions(+)

diff --git 
a/games-misc/robotfindskitten/robotfindskitten-2.7182818.701-r1.ebuild 
b/games-misc/robotfindskitten/robotfindskitten-2.7182818.701-r1.ebuild
new file mode 100644
index ..300c1b8
--- /dev/null
+++ b/games-misc/robotfindskitten/robotfindskitten-2.7182818.701-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Help robot find kitten"
+HOMEPAGE="http://robotfindskitten.org/";
+SRC_URI="mirror://sourceforge/rfk/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses:0"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gentoo.patch
+)
+
+src_install() {
+   DOCS="AUTHORS BUGS ChangeLog NEWS" \
+   default
+   insinto /usr/share/${PN}
+   doins nki/vanilla.nki
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/gBhed/

2016-10-11 Thread Austin English
commit: b9e5b5c700c9dce77aa5406227c4e0c97095769c
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:11:09 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e5b5c7

games-misc/gBhed: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/gBhed/gBhed-0.17-r1.ebuild | 44 +++
 1 file changed, 44 insertions(+)

diff --git a/games-misc/gBhed/gBhed-0.17-r1.ebuild 
b/games-misc/gBhed/gBhed-0.17-r1.ebuild
new file mode 100644
index ..a1d4511
--- /dev/null
+++ b/games-misc/gBhed/gBhed-0.17-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="An Al Bhed translator"
+HOMEPAGE="http://liquidchile.net/software/gbhed/";
+SRC_URI="http://liquidchile.net/software/gbhed/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="gtk"
+
+DEPEND="gtk? ( x11-libs/gtk+:2 )"
+RDEPEND=${DEPEND}
+
+src_prepare() {
+   default
+
+   sed -i 's/19/32/' src/gui/translation_fork.c || die
+}
+
+src_configure() {
+   econf \
+   --datadir=/usr/share/${PN} \
+   $(use_enable gtk gbhed)
+}
+
+src_install() {
+   emake -C src DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog NEWS README THANKS TODO
+   doman doc/abtranslate.1
+
+   if use gtk ; then
+   insinto /usr/share/${PN}/pixmaps
+   doins pixmaps/*.{jpg,png,xpm}
+   newicon pixmaps/gbhed48.png ${PN}.png
+   make_desktop_entry gbhed ${PN}
+   doman doc/gbhed.1
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/qlife/

2016-10-11 Thread Austin English
commit: 15c4c9bc738cb26b1f5c2e25cb0a0a16d53b5187
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:41:50 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c4c9bc

games-misc/qlife: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/qlife/qlife-1.1-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/games-misc/qlife/qlife-1.1-r1.ebuild 
b/games-misc/qlife/qlife-1.1-r1.ebuild
new file mode 100644
index ..e56b0ae
--- /dev/null
+++ b/games-misc/qlife/qlife-1.1-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils qmake-utils
+MY_PN=${PN/ql/QL}
+
+DESCRIPTION="Simulates the classical Game of Life invented by John Conway"
+HOMEPAGE="http://open-maker.tuxfamily.org/blog/index.php?post/2009/03/28/QLife";
+SRC_URI="http://open-maker.tuxfamily.org/blog/public/${PN}_linux.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-qt/qtgui:4"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_PN}/sources
+
+src_configure() {
+   eqmake4 ${MY_PN}.pro
+}
+
+src_install() {
+   dobin ${MY_PN}
+   newicon data/egg.png ${PN}.png
+   make_desktop_entry ${MY_PN} ${MY_PN}
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/nyancat/, games-misc/gtklife/

2016-10-11 Thread Austin English
commit: 51116b3ebaea7e94ce6f11a3ae15c066ad5aa84d
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:31:07 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51116b3e

games-misc/nyancat: remove deprecated games eclass

Version bump to 1.5.1

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/gtklife/gtklife-5.1-r1.ebuild | 45 
 games-misc/nyancat/Manifest  |  1 +
 games-misc/nyancat/nyancat-1.5.1.ebuild  | 23 
 3 files changed, 69 insertions(+)

diff --git a/games-misc/gtklife/gtklife-5.1-r1.ebuild 
b/games-misc/gtklife/gtklife-5.1-r1.ebuild
new file mode 100644
index ..a0a4019
--- /dev/null
+++ b/games-misc/gtklife/gtklife-5.1-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="A Conway's Life simulator for Unix"
+HOMEPAGE="http://ironphoenix.org/tril/gtklife/";
+SRC_URI="http://ironphoenix.org/tril/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-libs/glib:2
+   x11-libs/gtk+:2
+   x11-libs/libX11"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-link.patch
+)
+
+src_configure() {
+   econf \
+   --with-gtk2 \
+   --with-docdir=/usr/share/doc/${PF}/html
+}
+
+src_install() {
+   dobin ${PN}
+
+   insinto /usr/share/${PN}
+   doins -r graphics patterns
+
+   newicon icon_48x48.png ${PN}.png
+   make_desktop_entry ${PN} GtkLife
+
+   dodoc -r doc/*
+   dodoc AUTHORS README NEWS
+}

diff --git a/games-misc/nyancat/Manifest b/games-misc/nyancat/Manifest
index de59210..d132c9e 100644
--- a/games-misc/nyancat/Manifest
+++ b/games-misc/nyancat/Manifest
@@ -1 +1,2 @@
 DIST nyancat-1.2.1.tar.gz 14109 SHA256 
a5bfafb6ea69917071aa05f9a52db43e47e97272eb2f4c6c827630cddb015972 SHA512 
882bdcfe702d4613484b293f767a2ed74da63f222071e59f56a4246f56947882540930bcb2deae22f6e3326064f1c6f0ff7eb78ac6d7aa08125ebe64ebdf16eb
 WHIRLPOOL 
3c263a35cee24babac92b3ed6ec33a8a4324adcec3364ffef2d0a3ac01786689a9969a21fde3ce1d278f572cd204be336d32d2411168bf6ac46ae47de20a5204
+DIST nyancat-1.5.1.tar.gz 15124 SHA256 
c948c769d230b4e41385173540ae8ab1f36176de689b6e2d6ed3500e9179b50a SHA512 
0a45bd0b1a9b9f85650a986c7f9f8120441f6b0bd346281fb44a5470382484738e660dffe17b95088332c50b6aed3feb4b2f949f15f37dd9c1b1885f345e157d
 WHIRLPOOL 
79aa5ed1076f61e1689c0b9dbffda5091ee2fc21335dedd79108ea746d9763b35f1069af3961b04f091b344ef6521525e56f8cd3cbe6d6048611998df7cdaeac

diff --git a/games-misc/nyancat/nyancat-1.5.1.ebuild 
b/games-misc/nyancat/nyancat-1.5.1.ebuild
new file mode 100644
index ..9f3bda9
--- /dev/null
+++ b/games-misc/nyancat/nyancat-1.5.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Nyan Cat Telnet Server"
+HOMEPAGE="https://github.com/klange/nyancat";
+SRC_URI="https://github.com/klange/nyancat/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="UoI-NCSA"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+   emake LFLAGS="${LDFLAGS} ${CFLAGS}"
+}
+
+src_install() {
+   dobin src/${PN}
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/c++robots/

2016-10-11 Thread Austin English
commit: 0b609ecc756824fc76576755337fc35d74bb5688
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:02:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b609ecc

games-misc/c++robots: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/c++robots/c++robots-0-r1.ebuild | 31 ++
 1 file changed, 31 insertions(+)

diff --git a/games-misc/c++robots/c++robots-0-r1.ebuild 
b/games-misc/c++robots/c++robots-0-r1.ebuild
new file mode 100644
index ..d92a5a7
--- /dev/null
+++ b/games-misc/c++robots/c++robots-0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="ongoing 'King of the Hill' (KotH) tournament"
+HOMEPAGE="http://www.gamerz.net/c++robots/";
+SRC_URI="http://www.gamerz.net/c++robots/c++robots.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE="static"
+
+S=${WORKDIR}/${PN}
+
+PATCHES=(
+   "${FILESDIR}/proper-coding.patch"
+)
+
+src_compile() {
+   local myldflags="${LDFLAGS}"
+   use static && myldflags="${myldflags} -static"
+   emake CFLAGS="${CFLAGS}" LDFLAGS="${myldflags}"
+}
+
+src_install() {
+   dobin combat cylon target tracker
+   dodoc README
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/bsod/

2016-10-11 Thread Austin English
commit: 2e52ea0a81f1f4d310200fb34a715d5143c0655d
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 20:58:49 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e52ea0a

games-misc/bsod: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/bsod/bsod-0.1-r1.ebuild | 33 +
 1 file changed, 33 insertions(+)

diff --git a/games-misc/bsod/bsod-0.1-r1.ebuild 
b/games-misc/bsod/bsod-0.1-r1.ebuild
new file mode 100644
index ..4d4472b
--- /dev/null
+++ b/games-misc/bsod/bsod-0.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils toolchain-funcs
+
+DESCRIPTION="This program will let your UNIX user experience the authentic 
Microsoft Windows experience"
+HOMEPAGE="http://www.vanheusden.com/bsod/";
+SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/ncurses:0"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-Makefile.patch
+)
+
+src_prepare() {
+   default
+   tc-export PKG_CONFIG
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc Changes
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/sex/

2016-10-11 Thread Austin English
commit: 56acefb48dbafe5ac723b6cdc0a61af6b53575a9
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:50:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56acefb4

games-misc/sex: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/sex/sex-1.0-r1.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/games-misc/sex/sex-1.0-r1.ebuild b/games-misc/sex/sex-1.0-r1.ebuild
new file mode 100644
index ..ce24d98
--- /dev/null
+++ b/games-misc/sex/sex-1.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Spouts silly mad-lib-style porn-like text"
+HOMEPAGE="http://spatula.net/software/sex/";
+SRC_URI="http://spatula.net/software/sex/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+src_prepare() {
+   default
+   rm -f Makefile
+}
+
+src_compile() {
+   emake sex
+}
+
+src_install() {
+   dobin sex
+   doman sex.6
+   dodoc README
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/rfksay/

2016-10-11 Thread Austin English
commit: 3ac3e6a370a758fe41a3035ed747ca522bda1408
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 21:44:18 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac3e6a3

games-misc/rfksay: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/rfksay/rfksay-0.1-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/games-misc/rfksay/rfksay-0.1-r1.ebuild 
b/games-misc/rfksay/rfksay-0.1-r1.ebuild
new file mode 100644
index ..2be3a6c
--- /dev/null
+++ b/games-misc/rfksay/rfksay-0.1-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Like cowsay, but different because it involves robots and kittens"
+HOMEPAGE="http://www.robotfindskitten.org/";
+#SRC_URI="http://www.redhotlunix.com/${PN}.tar.gz";
+SRC_URI="mirror://gentoo/${PN}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}
+
+src_install() {
+   dobin kittensay rfksay robotsay
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/wumpus/

2016-10-11 Thread Austin English
commit: 743774c87befbdf5977ffafc4893832b9bcb912d
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 22:42:26 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743774c8

games-misc/wumpus: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/wumpus/wumpus-1.4-r1.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/games-misc/wumpus/wumpus-1.4-r1.ebuild 
b/games-misc/wumpus/wumpus-1.4-r1.ebuild
new file mode 100644
index ..0ae614a
--- /dev/null
+++ b/games-misc/wumpus/wumpus-1.4-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="Classic Hunt the Wumpus Adventure Game"
+HOMEPAGE="http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wump/";
+SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.c
+   ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.6
+   
ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump.info";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="sys-apps/less"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}
+
+src_unpack() {
+   cp "${DISTDIR}"/wump.{info,c,6} "${S}/" || die
+}
+
+src_compile() {
+   touch pathnames.h
+   [ -z "${PAGER}" ] && PAGER=/usr/bin/less
+   $(tc-getCC) ${LDFLAGS} -Dlint -D_PATH_PAGER=\"${PAGER}\" \
+   -D_PATH_WUMPINFO=\"/usr/share/${PN}/wump.info\" ${CFLAGS} \
+   -o wump wump.c || die
+}
+
+src_install() {
+   dobin wump
+   doman wump.6
+   insinto /usr/share/${PN}
+   doins wump.info
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/

2016-10-11 Thread Austin English
commit: c3e6f3bec6baf0b49cf1be6b6806573ae39e62a8
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 22:50:43 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e6f3be

games-misc/xpenguins: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 games-misc/xpenguins/xpenguins-2.2-r2.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/games-misc/xpenguins/xpenguins-2.2-r2.ebuild 
b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
new file mode 100644
index ..50cc42a
--- /dev/null
+++ b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+THEMES_VERSION="1.0"
+DESCRIPTION="Cute little penguins invading your desktop"
+HOMEPAGE="http://xpenguins.seul.org/";
+SRC_URI="http://xpenguins.seul.org/${P}.tar.gz
+   http://xpenguins.seul.org/xpenguins_themes-${THEMES_VERSION}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXpm"
+DEPEND="${RDEPEND}
+   x11-proto/xextproto"
+
+src_install() {
+   default
+   insinto /usr/share/${PN}
+   doins -r ../themes/
+}



[gentoo-commits] repo/gentoo:master commit in: games-misc/sound-of-sorting/

2016-10-11 Thread Austin English
commit: 14809e8bce4a67c3f7c3254a9362d06c4448d99c
Author: Austin English  gentoo  org>
AuthorDate: Tue Oct 11 22:38:15 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Tue Oct 11 22:55:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14809e8b

games-misc/sound-of-sorting: remove deprecated games eclass

Also update to EAPI 6

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

Package-Manager: portage-2.3.0

 .../sound-of-sorting-0.6.6_pre20151107-r1.ebuild   | 30 ++
 1 file changed, 30 insertions(+)

diff --git 
a/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild 
b/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild
new file mode 100644
index ..9fad708
--- /dev/null
+++ b/games-misc/sound-of-sorting/sound-of-sorting-0.6.6_pre20151107-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+WX_GTK_VER="3.0"
+
+inherit vcs-snapshot wxwidgets
+
+DESCRIPTION="Visualization and Audibilization of Sorting Algorithms"
+HOMEPAGE="http://panthema.net/2013/sound-of-sorting/ 
https://github.com/bingmann/sound-of-sorting";
+#SRC_URI="http://panthema.net/2013/sound-of-sorting/${P}.tar.bz2";
+COMMIT="05db428c796a7006d63efdbe314f976e0aa881d6"
+SRC_URI="https://github.com/bingmann/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   media-libs/libsdl
+   x11-libs/wxGTK:${WX_GTK_VER}
+"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+   vcs-snapshot_src_unpack
+   need-wxwidgets unicode
+}



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

2016-10-11 Thread James Le Cuirot
commit: 084125792256c6117509431b3a2ab5ef6066d80a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Oct 11 22:27:44 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Oct 11 22:29:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08412579

games-strategy/triplea: Libs (#596468), drop games eclass, fix paths

It's hard to see how this ever worked as it built against bundled
libraries but did not install them. It turns out many aren't
needed so we now unbundle them all except Apache Derby, which was
last-rited.

The server tried to write under /usr/share and ${PWD} by default,
which is bad and bad. I have made it write under ~/.triplea.

Package-Manager: portage-2.3.1

 games-strategy/triplea/files/mkdir.sh|  1 +
 games-strategy/triplea/files/paths.patch | 63 ++
 games-strategy/triplea/files/upnplib.patch   | 14 
 games-strategy/triplea/triplea-1.8.0.9-r1.ebuild | 81 
 4 files changed, 159 insertions(+)

diff --git a/games-strategy/triplea/files/mkdir.sh 
b/games-strategy/triplea/files/mkdir.sh
new file mode 100644
index ..f1bd04d
--- /dev/null
+++ b/games-strategy/triplea/files/mkdir.sh
@@ -0,0 +1 @@
+mkdir -v "${HOME}/.triplea"

diff --git a/games-strategy/triplea/files/paths.patch 
b/games-strategy/triplea/files/paths.patch
new file mode 100644
index ..f0cd91e
--- /dev/null
+++ b/games-strategy/triplea/files/paths.patch
@@ -0,0 +1,63 @@
+diff -Naur a/src/games/strategy/engine/framework/GameRunner2.java 
b/src/games/strategy/engine/framework/GameRunner2.java
+--- a/src/games/strategy/engine/framework/GameRunner2.java 2015-09-02 
20:30:04.0 +0100
 b/src/games/strategy/engine/framework/GameRunner2.java 2016-10-11 
23:08:50.296813567 +0100
+@@ -952,9 +952,9 @@
+ // the default
+ File rootDir;
+ if (GameRunner.isMac()) {
+-  rootDir = new File(new File(userHome, "Documents"), "triplea");
++  rootDir = new File(new File(userHome, "Documents"), ".triplea");
+ } else {
+-  rootDir = new File(userHome, "triplea");
++  rootDir = new File(userHome, ".triplea");
+ }
+ return rootDir;
+   }
+diff -Naur a/src/games/strategy/engine/lobby/server/userDB/Database.java 
b/src/games/strategy/engine/lobby/server/userDB/Database.java
+--- a/src/games/strategy/engine/lobby/server/userDB/Database.java  
2015-08-19 16:35:06.0 +0100
 b/src/games/strategy/engine/lobby/server/userDB/Database.java  
2016-10-11 23:08:50.296813567 +0100
+@@ -54,7 +54,7 @@
+ if 
(System.getProperties().containsKey(ServerLauncher.SERVER_ROOT_DIR_PROPERTY)) {
+   root = new 
File(System.getProperties().getProperty(ServerLauncher.SERVER_ROOT_DIR_PROPERTY));
+ } else {
+-  root = GameRunner2.getRootFolder();
++  root = GameRunner2.getUserRootFolder();
+ }
+ if (!root.exists()) {
+   throw new IllegalStateException("Root dir does not exist");
+diff -Naur a/src/games/strategy/util/AccessLogFileHandler.java 
b/src/games/strategy/util/AccessLogFileHandler.java
+--- a/src/games/strategy/util/AccessLogFileHandler.java2015-08-19 
16:35:06.0 +0100
 b/src/games/strategy/util/AccessLogFileHandler.java2016-10-11 
23:10:31.219309604 +0100
+@@ -12,7 +12,7 @@
+   private static final String logFile;
+ 
+   static {
+-final File rootDir = new 
File(System.getProperty(ServerLauncher.SERVER_ROOT_DIR_PROPERTY, "."));
++final File rootDir = new 
File(System.getProperty(ServerLauncher.SERVER_ROOT_DIR_PROPERTY, 
games.strategy.engine.framework.GameRunner2.getUserRootFolder().getAbsolutePath()));
+ if (!rootDir.exists()) {
+   throw new IllegalStateException("no dir called:" + 
rootDir.getAbsolutePath());
+ }
+diff -Naur 
a/src/games/strategy/util/RotatingLogFileHandlerForHeadlessGameServer.java 
b/src/games/strategy/util/RotatingLogFileHandlerForHeadlessGameServer.java
+--- a/src/games/strategy/util/RotatingLogFileHandlerForHeadlessGameServer.java 
2015-08-19 16:35:06.0 +0100
 b/src/games/strategy/util/RotatingLogFileHandlerForHeadlessGameServer.java 
2016-10-11 23:10:40.227175356 +0100
+@@ -13,7 +13,7 @@
+   private static final String logFile;
+ 
+   static {
+-final File rootDir = new 
File(System.getProperty(ServerLauncher.SERVER_ROOT_DIR_PROPERTY, "."));
++final File rootDir = new 
File(System.getProperty(ServerLauncher.SERVER_ROOT_DIR_PROPERTY, 
games.strategy.engine.framework.GameRunner2.getUserRootFolder().getAbsolutePath()));
+ if (!rootDir.exists()) {
+   throw new IllegalStateException("no dir called:" + 
rootDir.getAbsolutePath());
+ }
+diff -Naur a/src/games/strategy/util/RotatingLogFileHandler.java 
b/src/games/strategy/util/RotatingLogFileHandler.java
+--- a/src/games/strategy/util/RotatingLogFileHandler.java  2015-08-19 
16:35:06.0 +0100
 b/src/games/strategy/util/RotatingLogFileHandler.java  2016-10-11 
23:10:46.8

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

2016-10-11 Thread James Le Cuirot
commit: 92bb0b3208ea521591c61d2ad6af2a33c707ebae
Author: James Le Cuirot  gentoo  org>
AuthorDate: Tue Oct 11 22:18:39 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Oct 11 22:29:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bb0b32

dev-java/upnplib: New package, needed by games-strategy/triplea

Package-Manager: portage-2.3.1

 dev-java/upnplib/Manifest |  1 +
 dev-java/upnplib/metadata.xml | 11 ++
 dev-java/upnplib/upnplib-1.0.7.ebuild | 41 +++
 3 files changed, 53 insertions(+)

diff --git a/dev-java/upnplib/Manifest b/dev-java/upnplib/Manifest
new file mode 100644
index ..27b189a
--- /dev/null
+++ b/dev-java/upnplib/Manifest
@@ -0,0 +1 @@
+DIST upnplib-1.0.7.tar.gz 349943 SHA256 
e037070708f31401a579b9f5fa27e51d76ae9e09dbcbdf0f07492f40485eb5b4 SHA512 
b44d1f539ebf2ff3860f3d3fd664343148c81437a6e3fb69f2941c6dafcdf9a48a1f682d8ed250848edc656dc38858cf3a630dc026e9e3be340ef5b39fd7b8cd
 WHIRLPOOL 
0daa1991997f853170777dfd6997a1991a196c14c7a882b5a87b7d2519a1ce8b99b52642a79b7bd404e911735851db7fc3e4ff715b3351e2a950efe2be1d1385

diff --git a/dev-java/upnplib/metadata.xml b/dev-java/upnplib/metadata.xml
new file mode 100644
index ..1dd6eca
--- /dev/null
+++ b/dev-java/upnplib/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   j...@gentoo.org
+   Java
+   
+   
+   RPTools/upnplib
+   
+

diff --git a/dev-java/upnplib/upnplib-1.0.7.ebuild 
b/dev-java/upnplib/upnplib-1.0.7.ebuild
new file mode 100644
index ..634f001
--- /dev/null
+++ b/dev-java/upnplib/upnplib-1.0.7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+COMMIT="33d17845e34c7c8b897224d0d1c243951398f853"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="UPnP port mapping library for Java based on sbbi-upnplib"
+HOMEPAGE="https://github.com/RPTools/upnplib";
+SRC_URI="https://github.com/RPTools/upnplib/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/commons-jxpath:0
+   dev-java/log4j:0"
+
+RDEPEND=">=virtual/jre-1.7
+   ${CDEPEND}"
+
+DEPEND=">=virtual/jdk-1.7
+   ${CDEPEND}"
+
+JAVA_GENTOO_CLASSPATH="commons-jxpath,log4j"
+JAVA_SRC_DIR="src"
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+java_prepare() {
+   # mx4j has been last-rited.
+   rm -rv src/net/sbbi/upnp/jmx/ || die
+}
+
+src_install() {
+   java-pkg-simple_src_install
+   use doc && dodoc README.md docs/html/*.pdf
+}



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

2016-10-11 Thread Thomas Deutschmann
commit: 902f8fef9c80174eece928c918dfd2b8855c5e19
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Oct 11 22:24:36 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Oct 11 22:25:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902f8fef

php-ext-source-r3.eclass: Add src_test function

php-ext-source-r3 eclass currently does not provide FEATURES=test support
like php-ext-pecl-r3 eclass does. This commit will add and export the
src_test function from php-ext-pecl-r3 eclass to php-ext-source-r3 eclass
to allow testing of PHP standalone extensions as well.

 eclass/php-ext-source-r3.eclass | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
index 3372a4b..f2999d4 100644
--- a/eclass/php-ext-source-r3.eclass
+++ b/eclass/php-ext-source-r3.eclass
@@ -12,7 +12,7 @@
 
 inherit autotools
 
-EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install
+EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install 
src_test
 
 case ${EAPI} in
6) ;;
@@ -230,6 +230,18 @@ php-ext-source-r3_src_install() {
php-ext-source-r3_createinifiles
 }
 
+# @FUNCTION: php-ext-source-r3_src_test
+# @DESCRIPTION:
+# Run tests delivered with the standalone PHP extension. Phpize will have 
generated
+# a run-tests.php file to be executed by `make test`. We only need to
+# force the test suite to run in non-interactive mode.
+php-ext-source-r3_src_test() {
+   for slot in $(php_get_slots); do
+   php_init_slot_env "${slot}"
+   NO_INTERACTION="yes" emake test
+   done
+}
+
 # @FUNCTION: php_get_slots
 # @DESCRIPTION:
 # Get a list of PHP slots contained in both the ebuild's USE_PHP and the



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

2016-10-11 Thread Patrick McLean
commit: 37385b5e56b341e9cea2bd536104e3daff3a83c0
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Oct 11 21:56:31 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Oct 11 21:57:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37385b5e

sys-cluster/ceph: Version bump to 10.2.3

Package-Manager: portage-2.3.1

 sys-cluster/ceph/Manifest  |   1 +
 sys-cluster/ceph/ceph-10.2.3.ebuild| 262 +
 .../files/ceph-10.2.3-build-without-openldap.patch |  32 +++
 3 files changed, 295 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 1a120d4..c21cf2a 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,3 +1,4 @@
 DIST ceph-0.94.7.tar.gz 9164375 SHA256 
aafe6cbab2f5db11376e5696a58d0711a90e93094a04eafe8d4d0910c8694d66 SHA512 
e27631dceb01d59fab5fab22eaf7a8d0cbb474b44834a3b62bff4562e32723711431ee3ae66e2de26368b3b0e8f3619282a91c6934b88e722fcdfe6215bf8e68
 WHIRLPOOL 
b2c0f5d26a1ffdfede29ec35cba6bf3c630cfcf0ea8d42542bcfc8ee36294d611c5316ff85e4ade9c8e1e66ad020cf5402bddcfa9557b29969ae6bb9a3870b60
 DIST ceph-10.2.2.tar.gz 11541035 SHA256 
7adaaeffb5a787108b5e1494df9165b6420069c0ab710e6e4aad185f423b0f6d SHA512 
b47138528af3078646b52e9ea9a561eca4120473e7584c9076e949f0e9bbbdd15aa88e2287a90bd1ddb09d06c29c40181c18da58f5126a442101169ef3419b8a
 WHIRLPOOL 
f74f2064832cba46065bd0fe64996c92bf8ed7888c075dffa9efe1d84393bd2204b38cefe11d0804ea862d0f2ff2d114ea205ff163d60e061e2e4a01db15
+DIST ceph-10.2.3.tar.gz 11596171 SHA256 
dca933aa14db67b404d836ef510bd418091978edc2f0c74dfc530ba0aa5e8994 SHA512 
9de1e6851fc343d2c52c72cec3f7887d998d5b588f1251ee3a1fda14427badfa10408e6691fb03a374a10f4ec9844868423fee70fbbe2c0d962af98481412f19
 WHIRLPOOL 
981ebca66113a07a5cc6e5934272a72b29a2c19e03398f7b622c11df6ea0a05339558dfc2f11504403cbbd0efe0b090ad59f4b86206b46db57587744091aa26a
 DIST ceph-9.2.1.tar.gz 9933444 SHA256 
1918dfc3df80df5986c5b7ff6bc6c78064eef0f6c5e8269dba30e08c703a7c2f SHA512 
1e84c1e2d64f4156a523658ed11552b045f75986922b7b7dbaf4719e73a0a6aadc71eb2b94ae363526f729534a592921a437468a41a3cea88c1b84e09de8505a
 WHIRLPOOL 
3a0eb6712e5b0235707e86129e1d66f1184f50cd4980c30f6d8cc0e7dfd96d30b91177ed16dd7abf2ad4983c6a543eb91915f74f661f7d3e3c810b5b1d656aca

diff --git a/sys-cluster/ceph/ceph-10.2.3.ebuild 
b/sys-cluster/ceph/ceph-10.2.3.ebuild
new file mode 100644
index ..0d4c758
--- /dev/null
+++ b/sys-cluster/ceph/ceph-10.2.3.ebuild
@@ -0,0 +1,262 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit check-reqs autotools eutils python-r1 udev user \
+   readme.gentoo-r1 systemd versionator flag-o-matic
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="
+   git://github.com/ceph/ceph.git
+   https://github.com/ceph/ceph.git";
+   SRC_URI=""
+else
+   SRC_URI="http://ceph.com/download/${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="http://ceph.com/";
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+IUSE="babeltrace cephfs cryptopp debug fuse gtk jemalloc ldap +libaio"
+IUSE+=" libatomic lttng +nss +radosgw static-libs tcmalloc test xfs zfs"
+
+# unbundling code commented out pending bugs 584056 and 584058
+#>=dev-libs/jerasure-2.0.0-r1
+#>=dev-libs/gf-complete-2.0.0
+COMMON_DEPEND="
+   app-arch/snappy
+   app-arch/lz4:=
+   app-arch/bzip2
+   dev-libs/boost:=[threads]
+   dev-libs/libaio
+   dev-libs/leveldb[snappy]
+   nss? ( dev-libs/nss )
+   libatomic? ( dev-libs/libatomic_ops )
+   cryptopp? ( dev-libs/crypto++:= )
+   sys-apps/keyutils
+   sys-apps/util-linux
+   dev-libs/libxml2
+   radosgw? ( dev-libs/fcgi )
+   ldap? ( net-nds/openldap )
+   babeltrace? ( dev-util/babeltrace )
+   fuse? ( sys-fs/fuse )
+   xfs? ( sys-fs/xfsprogs )
+   zfs? ( sys-fs/zfs )
+   gtk? (
+   x11-libs/gtk+:2
+   dev-cpp/gtkmm:2.4
+   gnome-base/librsvg
+   )
+   radosgw? (
+   dev-libs/fcgi
+   dev-libs/expat
+   net-misc/curl
+   )
+   jemalloc? ( dev-libs/jemalloc )
+   !jemalloc? ( dev-util/google-perftools )
+   lttng? ( dev-util/lttng-ust )
+   ${PYTHON_DEPS}
+   "
+DEPEND="${COMMON_DEPEND}
+   dev-python/cython[${PYTHON_USEDEP}]
+   app-arch/cpio
+   sys-apps/lsb-release
+   virtual/pkgconfig
+   dev-python/sphinx
+   test? (
+   sys-fs/btrfs-progs
+   sys-apps/grep[pcre]
+   dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+   )"
+RDEPEND="${COMMON_DEPEND}
+   sys-apps/hdparm
+   sys-block/parted
+   sys-fs/cryptsetup
+   sys-apps/gptfdis

[gentoo-commits] repo/gentoo:master commit in: app-i18n/sunpinyin/, app-i18n/sunpinyin/files/

2016-10-11 Thread Yixun Lan
commit: e056277175e3d4033840c60ca6f5ca437f75ffb7
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Oct 11 21:53:54 2016 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Oct 11 21:56:04 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0562771

app-i18n/sunpinyin: fix gcc-6 build err

thanks Peter Levine for creating the patch

Gentoo-Bug: 594380

Package-Manager: portage-2.3.1

 ...unpinyin-2.0.4_pre20130108-gcc6-use-float.patch | 17 
 .../sunpinyin-2.0.4_pre20130108-r1.ebuild  | 48 ++
 2 files changed, 65 insertions(+)

diff --git 
a/app-i18n/sunpinyin/files/sunpinyin-2.0.4_pre20130108-gcc6-use-float.patch 
b/app-i18n/sunpinyin/files/sunpinyin-2.0.4_pre20130108-gcc6-use-float.patch
new file mode 100644
index ..77fe283
--- /dev/null
+++ b/app-i18n/sunpinyin/files/sunpinyin-2.0.4_pre20130108-gcc6-use-float.patch
@@ -0,0 +1,17 @@
+--- sunpinyin-2.0.4_pre20130108/src/slm/tslmpack/common.h.old  2016-09-20 
02:54:15.046257131 -0400
 sunpinyin-2.0.4_pre20130108/src/slm/tslmpack/common.h  2016-09-20 
02:55:48.041124978 -0400
+@@ -53,10 +53,10 @@
+ typedef std::map RealIndexMap;  // map real values to their 
indices
+ typedef std::map TLexicon; // map word to wid
+ 
+-#define EffectivePr(a)  (float((usingLogPr) ? ((a) / log(2.0)) : 
(-log2((a)
+-#define OriginalPr(b)   (float((usingLogPr) ? ((b) * log(2.0)) : 
(exp2(-(b)
+-#define EffectiveBow(a) (float((usingLogPr) ? (exp(-(a))) : ((a
+-#define OriginalBow(b)  (float((usingLogPr) ? (-log((b))) : ((b
++#define EffectivePr(a)  (float((usingLogPr) ? ((a) / logf(2.0f)) : 
(-log2f((a)
++#define OriginalPr(b)   (float((usingLogPr) ? ((b) * logf(2.0f)) : 
(exp2f(-(b)
++#define EffectiveBow(a) (float((usingLogPr) ? (expf(-(a))) : ((a
++#define OriginalBow(b)  (float((usingLogPr) ? (-logf((b))) : ((b
+ 
+ #endif //_SLM_PACK_COMMON_H
+ 

diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild 
b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild
new file mode 100644
index ..7a97afb
--- /dev/null
+++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20130108-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+inherit eutils multilib python-any-r1 scons-utils toolchain-funcs
+
+DESCRIPTION="A Statistical Language Model based Chinese input method library"
+HOMEPAGE="https://github.com/sunpinyin/sunpinyin";
+SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz";
+
+LICENSE="LGPL-2.1 CDDL"
+SLOT="0/1"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="dev-db/sqlite:3"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+PDEPEND="app-i18n/sunpinyin-data"
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-2.0.4-pod2man.patch
+   epatch "${FILESDIR}"/${P}-gcc6-use-float.patch
+   epatch_user
+}
+
+src_configure() {
+   tc-export CXX
+   myesconsargs=(
+   --prefix="${EPREFIX}"/usr
+   --libdir="${EPREFIX}"/usr/$(get_libdir)
+   )
+}
+
+src_compile() {
+   escons
+}
+
+src_install() {
+   escons --install-sandbox="${D}" install
+   rm -rf "${D}"/usr/share/doc/${PN} || die
+   dodoc doc/{README,SLM-inst.mk,SLM-train.mk}
+}



[gentoo-commits] proj/betagarden:master commit in: media-sound/sayonara-player/

2016-10-11 Thread Sebastian Pipping
commit: 9fd989311d1ec001f735117a336197cef9ac6fdf
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Oct 11 20:45:38 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Tue Oct 11 20:45:38 2016 +
URL:https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=9fd98931

media-sound/sayonara-player: 0.9.2_p6_p20161010

 .../sayonara-player-0.9.2_p6_p20161010.ebuild  | 53 ++
 1 file changed, 53 insertions(+)

diff --git 
a/media-sound/sayonara-player/sayonara-player-0.9.2_p6_p20161010.ebuild 
b/media-sound/sayonara-player/sayonara-player-0.9.2_p6_p20161010.ebuild
new file mode 100644
index 000..7954105
--- /dev/null
+++ b/media-sound/sayonara-player/sayonara-player-0.9.2_p6_p20161010.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+CMAKE_BUILD_TYPE=None
+inherit eutils cmake-utils
+
+MY_PV=${PV/_p/-git}; MY_PV=${MY_PV/_p/-}
+DESCRIPTION="Small, clear and fast audio player for Linux"
+HOMEPAGE="https://sayonara-player.com/";
+SRC_URI="https://sayonara-player.com/sw/${PN}-${MY_PV}.tar.gz";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+MIN_QT_VERSION=5.3
+
+RDEPEND="
+   dev-libs/glib:2
+   >=dev-qt/qtcore-${MIN_QT_VERSION}:5
+   >=dev-qt/qtdbus-${MIN_QT_VERSION}:5
+   >=dev-qt/qtgui-${MIN_QT_VERSION}:5
+   >=dev-qt/qtnetwork-${MIN_QT_VERSION}:5
+   >=dev-qt/qtsql-${MIN_QT_VERSION}:5[sqlite]
+   >=dev-qt/qtwidgets-${MIN_QT_VERSION}:5
+   >=dev-qt/qtxml-${MIN_QT_VERSION}:5
+   media-libs/libmtp
+   >=media-libs/taglib-1.6
+   media-libs/gst-plugins-base:1.0
+   media-libs/gstreamer:1.0
+   media-plugins/gst-plugins-soundtouch:1.0
+   sys-libs/zlib
+   "
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   "
+
+S="${WORKDIR}"/${PN}
+
+src_prepare() {
+   epatch "${FILESDIR}"/${PN}-0.9.2_p4_p20160920-updates.patch
+}
+
+pkg_postinst() {
+   elog "Optionally, install as well:"
+   elog "  media-sound/lame"
+   elog "  media-libs/gst-plugins-good:1.0"
+   elog "  media-libs/gst-plugins-bad:1.0"
+}



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

2016-10-11 Thread Brian Dolbec
commit: a5a80750f6244aaff0aa01cee7104cb6ad38968c
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Oct 11 20:38:20 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Oct 11 20:38:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a80750

sys-apps/portage: Revert dropping of the 2.2.26 release due to sparc keyword

Package-Manager: portage-2.3.2

 sys-apps/portage/Manifest  |   1 +
 sys-apps/portage/portage-2.2.26.ebuild | 366 +
 2 files changed, 367 insertions(+)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index 47bb852..79d06e6 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,3 +1,4 @@
+DIST portage-2.2.26.tar.bz2 977277 SHA256 
7f57aa704c58ea47f031f177203dc7b335e01e7ec1e809437ea9e46e3f9263e5 SHA512 
fd1a5e5d028d52ba82bbeb7f87bf331d0c1d8c7f5a3bd450c668dd742e99185b6d2b21944f5d7788fe941c99736744b08157ca30145f0964ea60a7c2c435d601
 WHIRLPOOL 
0469f4c5609146c57eae4baeb8488b95c04f336a5511460ee44d15746339fd43a7c2d61b58528845d77a6a0b21e46c2afad19a9f05e94ac8dc6180032d71f298
 DIST portage-2.2.28.tar.bz2 969138 SHA256 
da8148a1a9275c87f535679e41b1bb3a1380ba0f903b80510017517e4c5229d0 SHA512 
d21bf7e7dcc0a779a13df6a959e5d4291492fce2a5525b67e9a4705888021f9c08b8d78cd32b2eb930ac5428c40383e4e46da5a7b1ed5c9c9c42314c0f1c6a0b
 WHIRLPOOL 
1b9584b0243b46c70d0778aad57df2d3ea99e19f243280e542c29e6fed0634b72de6b203a3c296c2977d1a6e5e5250b910574176c692d2c7c27c0938528bb43d
 DIST portage-2.3.0.tar.bz2 907500 SHA256 
1fbed03f78587c80f5afd36b57d7ac085ed5e5b2cc19fea63fc8a43a477e4067 SHA512 
85d15a234e446677dc3458de8dacaa0d91164b190c59f8002ff98dc27a9ad699cba6c4f871ac785ba6116ed53f1f3530ec3ed662ce7f4b3e8c49380b4b206074
 WHIRLPOOL 
979a7fc61a65dca790a077d4839fbbb22fc8ef31ccbe534b12b87c699a25a1930586dd6ddfb9013d57a71c03ed8d976612ea15e9dc3541aff0b67e3d604a5be2
 DIST portage-2.3.1.tar.bz2 918411 SHA256 
a3c5ee98791c579687ad5ec6a7882a6b6a486a54c14d1bc73ccc9a79b4a507e9 SHA512 
75a713cfa077ac271ad7fad0a48bbc923beedd2ec47000602576297fabae2de47ee69e7e6d52e02c87f9ba5d9e5b27c10fa9be7b308f72c6dcc8e7f6c321f2c6
 WHIRLPOOL 
4ee7942d73e8e5b977d0260b568d31d0b49387787f7ffa2e77d4ec49e00b3e67c54506840be463cb5a6da070683013192f46bb47df1df1a328457de1796d05c0

diff --git a/sys-apps/portage/portage-2.2.26.ebuild 
b/sys-apps/portage/portage-2.2.26.ebuild
new file mode 100644
index ..f979014
--- /dev/null
+++ b/sys-apps/portage/portage-2.2.26.ebuild
@@ -0,0 +1,366 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(
+   pypy
+   python3_3 python3_4 python3_5
+   python2_7
+)
+PYTHON_REQ_USE='bzip2(+)'
+
+inherit distutils-r1 multilib
+
+DESCRIPTION="Portage is the package management and distribution system for 
Gentoo"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
+
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+SLOT="0"
+IUSE="build doc epydoc +ipc linguas_ru selinux xattr"
+
+DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   >=sys-apps/sed-4.0.5 sys-devel/patch
+   doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 )
+   epydoc? ( >=dev-python/epydoc-2.0[$(python_gen_usedep 'python2*')] )"
+# Require sandbox-2.2 for bug #288863.
+# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's
+# quite slow, so it's not considered in the dependencies as an alternative to
+# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so
+# for now, don't pull in xattr deps for other kernels.
+# For whirlpool hash, require python[ssl] (bug #425046).
+# For compgen, require bash[readline] (bug #445576).
+RDEPEND="
+   >=app-arch/tar-1.27
+   dev-lang/python-exec:2
+   !build? (
+   >=sys-apps/sed-4.0.5
+   app-shells/bash:0[readline]
+   >=app-admin/eselect-1.2
+   )
+   elibc_FreeBSD? ( sys-freebsd/freebsd-bin )
+   elibc_glibc? ( >=sys-apps/sandbox-2.2 )
+   elibc_uclibc? ( >=sys-apps/sandbox-2.2 )
+   >=app-misc/pax-utils-0.1.17
+   selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] )
+   xattr? ( kernel_linux? (
+   >=sys-apps/install-xattr-0.3
+   $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \
+   python2_7 pypy)
+   ) )
+   !https://dev.gentoo.org/~dolsen/releases/portage";
+
+prefix_src_archives() {
+   local x y
+   for x in ${@}; do
+   for y in ${SRC_ARCHIVES}; do
+   echo ${y}/${x}
+   done
+   done
+}
+
+TARBALL_PV=${PV}
+SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
+   $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"
+
+pkg_setup() {
+   use epydoc && DISTUTILS_AL

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

2016-10-11 Thread Ian Stakenvicius
commit: 2ca2dcec4f3c13c627e2a49ca1edb82254240dfd
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Oct 11 20:22:03 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Oct 11 20:23:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca2dcec

x11-themes/greybird: generate the gtk3 theme using sass

Upstream converted ot using SASS to generate theme files in a manner
similar to Adwaita; a diff of the installed files with generation and
without showed there were small differences on 3.20.1, so the
3.20.1 and live () versions are converted to use the autotools
build system.

Package-Manager: portage-2.3.0

 ...ird-3.20.1.ebuild => greybird-3.20.1-r1.ebuild} | 34 ++
 x11-themes/greybird/greybird-.ebuild   | 32 +---
 2 files changed, 28 insertions(+), 38 deletions(-)

diff --git a/x11-themes/greybird/greybird-3.20.1.ebuild 
b/x11-themes/greybird/greybird-3.20.1-r1.ebuild
similarity index 60%
rename from x11-themes/greybird/greybird-3.20.1.ebuild
rename to x11-themes/greybird/greybird-3.20.1-r1.ebuild
index 44410f0..b8093ce 100644
--- a/x11-themes/greybird/greybird-3.20.1.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1-r1.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=6
+inherit autotools
 
 MY_PN=${PN/g/G}
 
@@ -18,31 +19,26 @@ IUSE="ayatana gnome"
 
 RDEPEND="
>=x11-themes/gtk-engines-murrine-0.90
+   >=x11-libs/gtk+-3.20.0
+"
+DEPEND="${RDEPEND}
+   dev-ruby/sass
+   dev-libs/glib:2
 "
-
-RESTRICT="binchecks strip"
 
 S=${WORKDIR}/${MY_PN}-${PV}
+#RESTRICT="binchecks strip"
 
-src_install() {
-   dodoc README.md
-   rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
-
-   insinto /usr/share/themes/${MY_PN}-compact/xfwm4
-   doins xfwm4-compact/*
-   rm -rf xfwm4-compact
-
-   insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
-   doins xfwm4-a11y/*
-   rm -rf xfwm4-a11y
+src_prepare() {
+   eapply_user
+   eautoreconf
+}
 
-   insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
-   doins xfce-notify-4.0_bright/*
-   rm -rf xfce-notify-4.0_bright
+src_install() {
+   emake DESTDIR="${D}" install
 
+   pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
use ayatana || rm -rf unity
use gnome || rm -rf metacity-1
-
-   insinto /usr/share/themes/${MY_PN}
-   doins -r *
+   popd > /dev/null || die
 }

diff --git a/x11-themes/greybird/greybird-.ebuild 
b/x11-themes/greybird/greybird-.ebuild
index 4a05a61..dd25b51 100644
--- a/x11-themes/greybird/greybird-.ebuild
+++ b/x11-themes/greybird/greybird-.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-inherit git-r3
+inherit autotools git-r3
 
 MY_PN=${PN/g/G}
 
@@ -19,29 +19,23 @@ IUSE="ayatana gnome"
 
 RDEPEND="
>=x11-themes/gtk-engines-murrine-0.90
+   >=x11-libs/gtk+-3.20.0
+"
+DEPEND="${RDEPEND}
+   dev-ruby/sass
+   dev-libs/glib:2
 "
 
-RESTRICT="binchecks strip"
+src_prepare() {
+   eapply_user
+   eautoreconf
+}
 
 src_install() {
-   dodoc README.md
-   rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
-
-   insinto /usr/share/themes/${MY_PN}-compact/xfwm4
-   doins xfwm4-compact/*
-   rm -rf xfwm4-compact
-
-   insinto /usr/share/themes/${MY_PN}-a11y/xfwm4
-   doins xfwm4-a11y/*
-   rm -rf xfwm4-a11y
-
-   insinto /usr/share/themes/${MY_PN}-bright/xfce-notify-4.0
-   doins xfce-notify-4.0_bright/*
-   rm -rf xfce-notify-4.0_bright
+   emake DESTDIR="${D}" install
 
+   pushd "${ED}"usr/share/themes/${MY_PN} > /dev/null || die
use ayatana || rm -rf unity
use gnome || rm -rf metacity-1
-
-   insinto /usr/share/themes/${MY_PN}
-   doins -r *
+   popd > /dev/null || die
 }



[gentoo-commits] proj/java:master commit in: dev-java/gradle/

2016-10-11 Thread James Le Cuirot
commit: 9470f1d8c1efa1937c205666e877aed65a052b7f
Author: tharvik  users  noreply  github  com>
AuthorDate: Tue Oct 11 11:56:38 2016 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Tue Oct 11 19:56:52 2016 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=9470f1d8

dev-java/gradle: allow network-sandbox to works

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/java-overlay/pull/40

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-java/gradle/Manifest  | 1 +
 dev-java/gradle/gradle-3.1.ebuild | 9 -
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-java/gradle/Manifest b/dev-java/gradle/Manifest
index fa500f2..4bee18a 100644
--- a/dev-java/gradle/Manifest
+++ b/dev-java/gradle/Manifest
@@ -1 +1,2 @@
+DIST gradle-3.1-rc-1-bin.zip 68966616 SHA256 
9d67811a2dee405c920e6bced2d687142e2378eb33c3af960bdbaef39bcb2485 SHA512 
c7a093921db88d3147a4214a484cede06f1d436614b65ac43420a9a3615a61c01692d177cee2cf3f306226cc69e5866fef4a462e6bd8330a84fe1f363a4c424c
 WHIRLPOOL 
62b207d3e06d866e988c72bb09f33ed1eee09d352f1f4647003b0d215e610754401ea4041ebe1ee391316abbeaaaf3ca7bacac3658c7524168c1c0969587eba2
 DIST gradle-3.1-src.zip 18372591 SHA256 
94273588a8ecdedadcf842467e0e71c3b6e2ee7cb2818aa8bf840e44a8a56569 SHA512 
fcbed86a2278c613dcf032e4110c53080dfc81561073447b821a37a98b44913c573fb006f6bc08d1e6cd82540b1ccae2167ec590eafa5f655ff8716d548dfad0
 WHIRLPOOL 
6cd5a79863a86b70730b2cf67ce4edd3ceb7b10d0a112302a5297e430bb5c294c7a970e3a28905a270bcfbd0d41d8dcc6c437c2482462420c98b8c92a8732c6b

diff --git a/dev-java/gradle/gradle-3.1.ebuild 
b/dev-java/gradle/gradle-3.1.ebuild
index 4d8ad0a..9ca71df 100644
--- a/dev-java/gradle/gradle-3.1.ebuild
+++ b/dev-java/gradle/gradle-3.1.ebuild
@@ -6,7 +6,10 @@ EAPI="6"
 inherit java-pkg-2
 
 DESCRIPTION="A project automation and build tool with a Groovy based DSL"
-SRC_URI="http://services.gradle.org/distributions/${P}-src.zip";
+SRC_URI="
+   http://services.gradle.org/distributions/${P}-src.zip
+   http://services.gradle.org/distributions/${P}-rc-1-bin.zip
+"
 HOMEPAGE="http://www.gradle.org/";
 LICENSE="Apache-2.0"
 SLOT="${PV}"
@@ -22,6 +25,10 @@ IUSE="doc"
 src_prepare() {
default
java-pkg-2_src_prepare
+
+   sed -i 
"s|https://services.gradle.org/distributions/|file://${DISTDIR}/|" \
+   gradle/wrapper/gradle-wrapper.properties \
+   || die 'unable to edit source fetch'
 }
 
 src_compile() {



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

2016-10-11 Thread Brian Dolbec
commit: e174543796367895e4d20a197d75856163d1dfe6
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Oct 11 19:48:20 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Oct 11 19:49:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1745437

sys-apps/portage: Version bump, clean up old releases

Fixes bugs 594822, 594982, 595028, 595146, 596102, 594744.

Package-Manager: portage-2.3.2

 sys-apps/portage/Manifest  |   5 +-
 sys-apps/portage/metadata.xml  |   2 -
 sys-apps/portage/portage-2.2.24.ebuild | 362 --
 sys-apps/portage/portage-2.2.26.ebuild | 366 --
 sys-apps/portage/portage-2.2.8-r2.ebuild   | 546 -
 ...ge-2.3.0_rc1-r1.ebuild => portage-2.3.2.ebuild} |   3 -
 6 files changed, 1 insertion(+), 1283 deletions(-)

diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest
index c4ee3a5..47bb852 100644
--- a/sys-apps/portage/Manifest
+++ b/sys-apps/portage/Manifest
@@ -1,7 +1,4 @@
-DIST portage-2.2.24.tar.bz2 972610 SHA256 
c2dbd53dd474c6fe455ffa5920514a6afe467abf02959c33ddb7a7e363939550 SHA512 
9dc00410de604db66843bdf62cf0ee7e93ff2c4d562390172c4f0c55ab98b2712078b0eb02c9f35d52633b0fff0b024736e25a1c66cf40ad61a6bf99a7cee4a6
 WHIRLPOOL 
3227c61662acf69abd843344d0fb1b7cc2cfa91c1bae48b08e1da8fdf42cda15834994852d42dfc089f189e318c657e12fd6b1c19885279e0bb5cfd2349235f8
-DIST portage-2.2.26.tar.bz2 977277 SHA256 
7f57aa704c58ea47f031f177203dc7b335e01e7ec1e809437ea9e46e3f9263e5 SHA512 
fd1a5e5d028d52ba82bbeb7f87bf331d0c1d8c7f5a3bd450c668dd742e99185b6d2b21944f5d7788fe941c99736744b08157ca30145f0964ea60a7c2c435d601
 WHIRLPOOL 
0469f4c5609146c57eae4baeb8488b95c04f336a5511460ee44d15746339fd43a7c2d61b58528845d77a6a0b21e46c2afad19a9f05e94ac8dc6180032d71f298
 DIST portage-2.2.28.tar.bz2 969138 SHA256 
da8148a1a9275c87f535679e41b1bb3a1380ba0f903b80510017517e4c5229d0 SHA512 
d21bf7e7dcc0a779a13df6a959e5d4291492fce2a5525b67e9a4705888021f9c08b8d78cd32b2eb930ac5428c40383e4e46da5a7b1ed5c9c9c42314c0f1c6a0b
 WHIRLPOOL 
1b9584b0243b46c70d0778aad57df2d3ea99e19f243280e542c29e6fed0634b72de6b203a3c296c2977d1a6e5e5250b910574176c692d2c7c27c0938528bb43d
-DIST portage-2.2.8.tar.bz2 874672 SHA256 
c1074e01173df5384e003598dbc5f64f09e92f83fd26faab2f88f9f0bc64aa7e SHA512 
acc47d94ff8c08e5a7bf2d4c4e600863430dd1e7d0bb8b4254d6477a498933cae663db84debf9487d2243c2cba689629ef8e8b6cf108e10d40e89e8e8d7e1257
 WHIRLPOOL 
d54290ede8d3d85e5211cda7e86ed740178121ef2f47cf0858c27941d8679d29c11445befff962986d40a47ded50d0d4654de19e7d4aef3fdf2546655a0d6fe2
 DIST portage-2.3.0.tar.bz2 907500 SHA256 
1fbed03f78587c80f5afd36b57d7ac085ed5e5b2cc19fea63fc8a43a477e4067 SHA512 
85d15a234e446677dc3458de8dacaa0d91164b190c59f8002ff98dc27a9ad699cba6c4f871ac785ba6116ed53f1f3530ec3ed662ce7f4b3e8c49380b4b206074
 WHIRLPOOL 
979a7fc61a65dca790a077d4839fbbb22fc8ef31ccbe534b12b87c699a25a1930586dd6ddfb9013d57a71c03ed8d976612ea15e9dc3541aff0b67e3d604a5be2
-DIST portage-2.3.0_rc1.tar.bz2 910204 SHA256 
52cf0837975c4b2a8e1d3d18e3334a735b14e4ebdbdca8992548b86c1d5bebd1 SHA512 
d7a5ce8800668606a2e3549621686bb8bb30bd2f5d7a57b106efc1c58d34b95cef4605f5067824db0beb6f870c9e81cb3fdb5c074e9e64bef40a9df6f524ad13
 WHIRLPOOL 
c4c86fe20606e93ecf4d125f436077ec4d15cb453c98e83894a8383f1654a9b294107c9c04bb3019f66a643ff42c333060319d59dda47c323e9711723c3b9cfe
 DIST portage-2.3.1.tar.bz2 918411 SHA256 
a3c5ee98791c579687ad5ec6a7882a6b6a486a54c14d1bc73ccc9a79b4a507e9 SHA512 
75a713cfa077ac271ad7fad0a48bbc923beedd2ec47000602576297fabae2de47ee69e7e6d52e02c87f9ba5d9e5b27c10fa9be7b308f72c6dcc8e7f6c321f2c6
 WHIRLPOOL 
4ee7942d73e8e5b977d0260b568d31d0b49387787f7ffa2e77d4ec49e00b3e67c54506840be463cb5a6da070683013192f46bb47df1df1a328457de1796d05c0
+DIST portage-2.3.2.tar.bz2 919270 SHA256 
724a9924209c5da5e7ba7f19812db0675bb3b4309f911e37da8c35bbc3fede67 SHA512 
bee95d0308a613083a28b05e5276bc3c4eb5841e17985e3c943a92bc5b9a659eb18ae822219d26da80144febf47b5ad30766536f820162812549f0bc83975bec
 WHIRLPOOL 
0836aac5d9e331d896053160d8e829f997697f83bd3dbe4f14b924b9aa7c41a7c53e48e4ea5873fba05d4d23d715b310e92a10fed348b7ad55afbde149864f20

diff --git a/sys-apps/portage/metadata.xml b/sys-apps/portage/metadata.xml
index d8bb321..e032ea5 100644
--- a/sys-apps/portage/metadata.xml
+++ b/sys-apps/portage/metadata.xml
@@ -12,8 +12,6 @@
   
 Build html API documentation with epydoc.
 Use inter-process communication between portage and 
running ebuilds.
-Use python2 as Python interpreter.
-Use python3 as Python interpreter.
 Preserve extended attributes (filesystem-stored 
metadata) when installing files. Usually only required for hardened 
systems.
   
 

diff --git a/sys-apps/portage/portage-2.2.24.ebuild 
b/sys-apps/portage/portage-2.2.24.ebuild
deleted file mode 100644
index 4df7b9d..
--- a/sys-apps/portage/portage-2.2.24.ebuild
+++ /dev/null
@@ -1,362 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the t

[gentoo-commits] proj/portage: New tag: portage-2.3.2

2016-10-11 Thread Brian Dolbec
commit: 
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Oct 11 19:45:25 2016 +

New tag: portage-2.3.2




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

2016-10-11 Thread Brian Dolbec
commit: 552f45964880fead24a913ab4e9ae1fee5cd79c3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Oct 11 19:02:42 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Oct 11 19:04:00 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=552f4596

portage: Updates for a release

Signed-off-by: Brian Dolbec  gentoo.org>

 RELEASE-NOTES | 11 +++
 setup.py  |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 819e757..cdb069a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,17 @@
 Release Notes; upgrade information mainly.
 Features/major bugfixes are listed in NEWS
 
+portage-2.3.2
+==
+* Bug Fixes:
+- Bug 594822 GitSync.update: handle git rev-list failure
+- Bug 594982 doebuild_environment: disable ccache/distcc/icecc when 
necessary
+- Bug 595028 ebuild.sh: start phases in temporary HOME if available
+- Bug 595146 locks: use fcntl.flock if fcntl.lockf is broken
+- Bug 596102 einstalldocs: check whether default docs are indeed files
+- Bug 594744 setup.py: enable libc bindings optionally
+
+
 portage-2.3.1
 ==
 * Bug Fixes:

diff --git a/setup.py b/setup.py
index eeabe70..a8d51b3 100755
--- a/setup.py
+++ b/setup.py
@@ -646,7 +646,7 @@ class build_ext(_build_ext):
 
 setup(
name = 'portage',
-   version = '2.3.1',
+   version = '2.3.2',
url = 'https://wiki.gentoo.org/wiki/Project:Portage',
author = 'Gentoo Portage Development Team',
author_email = 'dev-port...@gentoo.org',



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

2016-10-11 Thread Jeroen Roovers
commit: 8b196cd3e919818d26b804d3cfa05d66d82a71ac
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 19:40:12 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 19:40:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b196cd3

x11-misc/xscreensaver: Version bump.

Package-Manager: portage-2.3.1

 x11-misc/xscreensaver/Manifest |   1 +
 x11-misc/xscreensaver/xscreensaver-5.36.ebuild | 144 +
 2 files changed, 145 insertions(+)

diff --git a/x11-misc/xscreensaver/Manifest b/x11-misc/xscreensaver/Manifest
index 0d2d19f..7bfd579 100644
--- a/x11-misc/xscreensaver/Manifest
+++ b/x11-misc/xscreensaver/Manifest
@@ -1,2 +1,3 @@
 DIST xscreensaver-5.34.tar.gz 10788657 SHA256 
6fff7ec4be743e5c042647ea9687dd0cdf48d1dd5e8e15098e5018bbd02e5e27 SHA512 
58d0beb6556ee77122feb04090ceed80f9ffa67070f28305a00cc42adeae678305d43594c38d00539d2f13f2474311cb82cda6fdafc2bdc918a28438d6b51e75
 WHIRLPOOL 
c7969e5b762cbeabd0564328aefdb895acfcd1c37e2b84c628718b613ca309f4c1222103c0d6ab0fd046eb355f02ee36b11fb57b55eb72e65944ea72e4fa7419
 DIST xscreensaver-5.35.tar.gz 10502468 SHA256 
1e6c8471a9af4862f38a6dd5c6e61fe12b052d35af44b2941904c6e333586b22 SHA512 
3be3445c8cb4c6f88f713ead2bda4c74387558c7ceb0a2be47925d75b6fba585b9ae4c56c03060eb2e543e29b5b46e65c0d9ef469e73d25eeb5d97ba4ee58dcd
 WHIRLPOOL 
0a528126107d3ba77cd9b051b12c03a833b71ab0f4ede14f99e2ec755ecf72fa9e196daaafe0a64eb1785235b845a3f27f8008c64049c7b9be50fc52872063e1
+DIST xscreensaver-5.36.tar.gz 10600872 SHA256 
6b8b5238047f1613d99149bb02d5ed3384675f3ce74a0a8ba25290bd61abc06c SHA512 
4f476135bbfdce0593bb6e5a6a48dd474fcce6031214ffbb3d43dc91bb8e1a28b3e59fc960d5f1a9ac0bdd3dc4531da26679bffbe47b7fb00b67ad74295b40f7
 WHIRLPOOL 
b60a2288d0e1c49df4cd39f1e9d866ef90f87828538d49653dd2599e20c93202fdeb15ef560ec5708159ab7fc5e70ed6b018d9daa02e6018f6dc08a1a8054dba

diff --git a/x11-misc/xscreensaver/xscreensaver-5.36.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.36.ebuild
new file mode 100644
index ..110c558
--- /dev/null
+++ b/x11-misc/xscreensaver/xscreensaver-5.36.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools eutils flag-o-matic multilib pam
+
+DESCRIPTION="A modular screen saver and locker for the X Window System"
+HOMEPAGE="https://www.jwz.org/xscreensaver/";
+SRC_URI="
+   ${HOMEPAGE}${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+IUSE="gdm jpeg new-login offensive opengl pam +perl selinux suid xinerama"
+
+COMMON_DEPEND="
+   >=gnome-base/libglade-2
+   dev-libs/libxml2
+   media-libs/netpbm
+   x11-apps/appres
+   x11-apps/xwininfo
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXi
+   x11-libs/libXmu
+   x11-libs/libXrandr
+   x11-libs/libXt
+   x11-libs/libXxf86misc
+   x11-libs/libXxf86vm
+   jpeg? ( virtual/jpeg:0 )
+   new-login? (
+   gdm? ( gnome-base/gdm )
+   !gdm? ( || ( x11-misc/lightdm kde-base/kdm ) )
+   )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   pam? ( virtual/pam )
+   xinerama? ( x11-libs/libXinerama )
+"
+# For USE="perl" see output of `qlist xscreensaver | grep bin | xargs grep 
'::'`
+RDEPEND="
+   ${COMMON_DEPEND}
+   perl? (
+   dev-lang/perl
+   dev-perl/libwww-perl
+   virtual/perl-Digest-MD5
+   )
+   selinux? ( sec-policy/selinux-xscreensaver )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-util/intltool
+   sys-devel/bc
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-proto/recordproto
+   x11-proto/scrnsaverproto
+   x11-proto/xextproto
+   x11-proto/xf86miscproto
+   x11-proto/xf86vidmodeproto
+   xinerama? ( x11-proto/xineramaproto )
+"
+
+src_prepare() {
+   sed -i configure.in -e '/^ALL_LINGUAS=/d' || die
+   strip-linguas -i po/
+   export ALL_LINGUAS="${LINGUAS}"
+
+   if use new-login && ! use gdm; then #392967
+   sed -i \
+   -e "/default_l.*1/s:gdmflexiserver 
-ls:${EPREFIX}/usr/libexec/lightdm/&:" \
+   configure{,.in} || die
+   fi
+
+   eapply \
+   "${FILESDIR}"/${PN}-5.05-interix.patch \
+   "${FILESDIR}"/${PN}-5.20-blurb-hndl-test-passwd.patch \
+   "${FILESDIR}"/${PN}-5.20-test-passwd-segv-tty.patch \
+   "${FILESDIR}"/${PN}-5.20-tests-miscfix.patch \
+   "${FILESDIR}"/${PN}-5.28-comment-style.patch \
+   "${FILESDIR}"/${PN}-5.31-pragma.patch \
+   "${FILESDIR}"/${PN}-5.35-gentoo.patch
+
+   use offensive |

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

2016-10-11 Thread Ian Stakenvicius
commit: f250afb451972c0dc36a69ee44b8163f7dc4344d
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Oct 11 19:05:20 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Oct 11 19:16:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f250afb4

x11-themes/greybird: bump to 3.20.1

Minor ebuild fixups to match changes in upstream package.
Propagated the same fixups to the live () ebuild

Package-Manager: portage-2.3.0

 x11-themes/greybird/Manifest |  1 +
 .../{greybird-.ebuild => greybird-3.20.1.ebuild} | 12 ++--
 x11-themes/greybird/greybird-.ebuild |  5 ++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/x11-themes/greybird/Manifest b/x11-themes/greybird/Manifest
index 7a5d251..ba44f20 100644
--- a/x11-themes/greybird/Manifest
+++ b/x11-themes/greybird/Manifest
@@ -2,3 +2,4 @@ DIST greybird-1.2.2.tar.gz 112022 SHA256 
b54c73da705dc5607e439435b99262783be5628
 DIST greybird-1.3.4.tar.gz 116901 SHA256 
d4c3ea3445d191f639fd045feea43f7139375da94478c3789f0a319f24c3ff4a SHA512 
78bb9372d9c05c7c83ae130a3559f7b1f413bb0519d5f626d477bef917ca35892c7b0235872a084720fdba5aa5b381401fb36f7fa11dea00bc0986c76670c286
 WHIRLPOOL 
f40381dcbc9df3a15883df83f2d2480d4add48e45d0d77dddf9781fb4c4cc928011c845892b02e7be070badb6e3c89dc69b2f7701d4911b6678c3976fea92b8c
 DIST greybird-1.5.3.tar.gz 118732 SHA256 
856f092ebd199a2a28346938a3dfe62613135ad886c25bbaeebd3a917de4c962 SHA512 
1010019b1341cf1c0d48d15d0bc371bbe62e3b6d4aa5d8feb6998093487f465c7dbe42133753a6ca74a01e351ce7b15fcc14c4e194a97034e2e4c171885accae
 WHIRLPOOL 
c7b724e11a7f2a4098b83744bba06e93f7c04fb5725b25a6d373f0b11438df9cbdd7db07fbe93e43f173b4ed6de2221eef0702622a3601a0f72c049c2bc54c8c
 DIST greybird-3.18.0.tar.gz 133088 SHA256 
85a2d6bb73c32fb1caba2e5881dcf604af5b394bb8818058df874398e6dfe96f SHA512 
0f4e9161a8c99dfe2569ba755af819dbb14a75ca11816deccbcdb057469e697e0adbfe8af6deafadf629425b83d96ccfe0c979cde0733e516d9203061700820d
 WHIRLPOOL 
74ed3e6e7c0bd7cccec71e908e77758b649ca1c112368db0f6474c13a2cbb4b509894f79b51fb9b73fbdbc4376ae40dd542a7488b7ce65fb9b2328c2a4a0b9e7
+DIST greybird-3.20.1.tar.gz 193824 SHA256 
31da67ba87e90e28b37ebe5f29e0250b1c3478be96ef3f0131409c333f9d5c11 SHA512 
9fe8662fa1c3c9b51aa1ba6d9cb9a54a8e7640386dc43cb695e87ed733a40893067bd86277a03d1c17c48596ba0897a0a41ed48db985727b0d65f2ce2de2227e
 WHIRLPOOL 
a5e6dac032585c32e66a6bb700c0d936895b6a8ac9f7718549f66ba0e38dd2bed91a24fd9070b965f41f39bff8da709f9d447f5c44c00ab45c8f57ab461e92aa

diff --git a/x11-themes/greybird/greybird-.ebuild 
b/x11-themes/greybird/greybird-3.20.1.ebuild
similarity index 80%
copy from x11-themes/greybird/greybird-.ebuild
copy to x11-themes/greybird/greybird-3.20.1.ebuild
index db4294c..44410f0 100644
--- a/x11-themes/greybird/greybird-.ebuild
+++ b/x11-themes/greybird/greybird-3.20.1.ebuild
@@ -3,19 +3,17 @@
 # $Id$
 
 EAPI=6
-inherit git-r3
 
 MY_PN=${PN/g/G}
 
 DESCRIPTION="The default theme from Xubuntu"
 HOMEPAGE="http://shimmerproject.org/project/greybird/ 
https://github.com/shimmerproject/Greybird";
-EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}";
+SRC_URI="https://github.com/shimmerproject/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 # README says "dual-licensed as GPLv2 or later and CC-BY-SA 3.0 or later"
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
-KEYWORDS=""
-# IUSE="ayatana gnome emerald"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="ayatana gnome"
 
 RDEPEND="
@@ -24,9 +22,11 @@ RDEPEND="
 
 RESTRICT="binchecks strip"
 
+S=${WORKDIR}/${MY_PN}-${PV}
+
 src_install() {
-   dodoc README
-   rm -f README LICENSE*
+   dodoc README.md
+   rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
 
insinto /usr/share/themes/${MY_PN}-compact/xfwm4
doins xfwm4-compact/*

diff --git a/x11-themes/greybird/greybird-.ebuild 
b/x11-themes/greybird/greybird-.ebuild
index db4294c..4a05a61 100644
--- a/x11-themes/greybird/greybird-.ebuild
+++ b/x11-themes/greybird/greybird-.ebuild
@@ -15,7 +15,6 @@ EGIT_REPO_URI="https://github.com/shimmerproject/${MY_PN}";
 LICENSE="CC-BY-SA-3.0 GPL-2+"
 SLOT="0"
 KEYWORDS=""
-# IUSE="ayatana gnome emerald"
 IUSE="ayatana gnome"
 
 RDEPEND="
@@ -25,8 +24,8 @@ RDEPEND="
 RESTRICT="binchecks strip"
 
 src_install() {
-   dodoc README
-   rm -f README LICENSE*
+   dodoc README.md
+   rm -f README.md configure.ac autogen.sh Makefile.am LICENSE*
 
insinto /usr/share/themes/${MY_PN}-compact/xfwm4
doins xfwm4-compact/*



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

2016-10-11 Thread Patrick McLean
commit: 5a6c162a88d233794f77869e666a2102685f26ce
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Oct 11 18:56:11 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Oct 11 18:56:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6c162a

sys-kernel/vanilla-sources: Version bump to 4.8.1

Package-Manager: portage-2.3.1

 sys-kernel/vanilla-sources/Manifest |  1 +
 sys-kernel/vanilla-sources/vanilla-sources-4.8.1.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b7a08fa..c64dbee 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -19,3 +19,4 @@ DIST patch-3.4.112.xz 1337588 SHA256 
01d33e0582be65f75835599ebf659f46c0ad0b7f64b
 DIST patch-4.1.33.xz 882692 SHA256 
a82214bab495c8e497ea294bc623f762019a485ee7ffd02ed488feb99e711d00 SHA512 
626306d80828e325435bd48cf4d46544eaa5f56866af846d16249387425d01f9a842e12dc21eef02538176f2775af0027291b06f37052aa1a272c00be7400d5a
 WHIRLPOOL 
05f2bb1e9ce554c6867dadacfdd0b08b18e517378eaad24340ed0ab6888e27091db9268121c6899abb4dccfc67386004a1c762611559c98fac28f2d46a7beb5f
 DIST patch-4.4.23.xz 720968 SHA256 
0592b15bb78879ffa72933c71b8b11787a7b4560ea33b8ba8b421df034ee74c8 SHA512 
62de0a7258f2532bd96d0d8af9acf4541190a076b057ac971e8181f4af503f3c079c8c602116fa278dadca6a06c62a6655bef3b88c17ffaafe053d62515b9d57
 WHIRLPOOL 
a44579e974aeaeef1164f7d7b7d530fffed6fb6ad6e9f723420c3f5022d2097696f060c0e92d0e64cbd4b23bb235e06dd1d9b5acab816aa4f1552bbbe0afe4fb
 DIST patch-4.7.6.xz 196684 SHA256 
2e425c268076c3b186107edf9045e0910088699e077282b5187efb5edf2b8836 SHA512 
35e7448d41d070aac20d9dd7ca17d1ba13cd482fe771eccf548198dc264798dd592040322c016f83373ac75f01f7f99ba7327b0484f04e335f53b533a18bb1c4
 WHIRLPOOL 
7fa2b15ff9655ba8099db19b41328d0ba54c6905db6f9a1f9aa67298a49d66678d557aece7d8c9988f42890eb6ca3e3623de2ed1be6095b65a5cced46a047bea
+DIST patch-4.8.1.xz 3136 SHA256 
79c7bda5b4ac4dee7791f34448464f7aa74d498f80df6e1e5ab73f96c5baea41 SHA512 
46f37aa849dd94aaa9084c9ea1b1ccd450ec21b206b8ca5ccf1d993162861b042bd3c0060df76b7328a211eac4c4b703232193f7e53d4e8d9ee5ed12bd448797
 WHIRLPOOL 
acf24776e2df3519fae859772d3d20b592d031df31a320df7f7aeb19ca778a2aaf5c6a5d9577dacf5f41f5252cd34fafaba87dc1ec1c8403c6858932954f21f6

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.8.1.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.8.1.ebuild
new file mode 100644
index ..88af46c
--- /dev/null
+++ b/sys-kernel/vanilla-sources/vanilla-sources-4.8.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_SECURITY_UNSUPPORTED="1"
+ETYPE="sources"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="Full sources for the Linux kernel"
+HOMEPAGE="https://www.kernel.org";
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"



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

2016-10-11 Thread Patrick McLean
commit: 2a86251e1969a79ce56a52029536d511fcdc57f0
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Oct 11 18:57:26 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Oct 11 18:57:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a86251e

sys-kernel/vanilla-sources: Clean out ebuild for version 4.8.0

Package-Manager: portage-2.3.1

 sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild
deleted file mode 100644
index 88af46c..
--- a/sys-kernel/vanilla-sources/vanilla-sources-4.8.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-K_NOUSENAME="yes"
-K_NOSETEXTRAVERSION="yes"
-K_SECURITY_UNSUPPORTED="1"
-ETYPE="sources"
-inherit kernel-2
-detect_version
-
-DESCRIPTION="Full sources for the Linux kernel"
-HOMEPAGE="https://www.kernel.org";
-SRC_URI="${KERNEL_URI}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"



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

2016-10-11 Thread Brian Dolbec
commit: 8adb8d6cc14a2fdbdc6640c8d8ecc0e7da2443c9
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Sep 19 04:15:53 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Oct 11 18:52:13 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=8adb8d6c

repoman/main.py: Fix version output string to say Repoman

Signed-off-by: Brian Dolbec  gentoo.org>

 repoman/pym/repoman/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repoman/pym/repoman/main.py b/repoman/pym/repoman/main.py
index ad213e3..2c9445a 100755
--- a/repoman/pym/repoman/main.py
+++ b/repoman/pym/repoman/main.py
@@ -62,7 +62,7 @@ def repoman_main(argv):
sys.argv, qahelp, repoman_settings.get("REPOMAN_DEFAULT_OPTS", 
""))
 
if options.version:
-   print("Portage", portage.VERSION)
+   print("Repoman", portage.VERSION)
sys.exit(0)
 
logger = logging.getLogger()



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

2016-10-11 Thread Brian Dolbec
commit: 737b03caa4b5c672caabdd2aea6b65752389e504
Author: Brian Dolbec  gentoo  org>
AuthorDate: Mon Sep 19 17:55:16 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Oct 11 18:52:20 2016 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=737b03ca

RELEASE-NOTES: Fix Bug 477727 entry. is a Chromium bug

Signed-off-by: Brian Dolbec  gentoo.org>

 RELEASE-NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2016b03..819e757 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -11,7 +11,6 @@ portage-2.3.1
 - Bug 568934 portage.cache: write md5 instead of mtime
 - Bug 552814 GitSync.update: respect sync-depth
  use git reset --merge instead of --hard
-- Bug 477727 flat_hash: use mkstemp in _setitem
 - Bug 590514 depgraph._serialize_tasks: improve runtime cycle handling
 - Bug 65566  emerge: add --fuzzy-search and --search-similarity
 - Bug 425554 Scheduler._terminate_tasks: purge _running_tasks
@@ -23,6 +22,7 @@ portage-2.3.1
 - Bug 594284 writeable_check: handle/warn about invalid entries in
  /proc/self/mountinfo
 - selinux: fix crash for invalid context
+- Chromium-Bug 477727 flat_hash: use mkstemp in _setitem
 
 
 portage-2.3.0



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

2016-10-11 Thread Matt Thode
commit: ce2a7f256a0554b9735d48ae3a4ca1dc0d7a2eaa
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:43:46 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:43:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2a7f25

dev-python/voluptuous: stable amd64 and x86

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/voluptuous/voluptuous-0.9.3.ebuild 
b/dev-python/voluptuous/voluptuous-0.9.3.ebuild
index 695565a..4419f0f 100644
--- a/dev-python/voluptuous/voluptuous-0.9.3.ebuild
+++ b/dev-python/voluptuous/voluptuous-0.9.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2016-10-11 Thread Matt Thode
commit: 64ca698a0e6a53680f0de13f4142788e45f96cc7
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:44:49 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:44:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ca698a

dev-python/voluptuous: cleanup

Package-Manager: portage-2.3.0

 dev-python/voluptuous/Manifest|  1 -
 dev-python/voluptuous/voluptuous-0.8.8.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/voluptuous/Manifest b/dev-python/voluptuous/Manifest
index 1701f06..eaecc90 100644
--- a/dev-python/voluptuous/Manifest
+++ b/dev-python/voluptuous/Manifest
@@ -1,2 +1 @@
-DIST voluptuous-0.8.8.tar.gz 27543 SHA256 
d9c57bf20bb27e29aabb66600dba0e323cdfc81c063bb7f668d85dab6ef89938 SHA512 
78f7e24f222cffeb3b35ba02e4d6ab66d5af3c0ed594eb4467fea9009f6263ea8fc0b49cf16603da05b7a97bcec6dabbf5259a8ebd2019ba320707e0fd907c54
 WHIRLPOOL 
610c61e73e6b866598cc58c12f0822a803acefb6ff13fc33ef29aa205a0704215d9c5a05ec88f5874a8bd23fe2420dd5d097009e564172d277149b8243575d5e
 DIST voluptuous-0.9.3.tar.gz 34097 SHA256 
ed5a11fda273754caabb6becd5fe172ee2621cd2c8ff8279433173bb7b0ec568 SHA512 
1c82f9fdca1751fb3e5fa1a0c956e40e3c5ba76623a97f38dee7511c4dac430432f8f0469e1b08d6057056905643f98cc5b19c040386eb5c897dec1940c4eb45
 WHIRLPOOL 
28c93db7c36af86bb92635852a2c4e0fe62a42a0eff30d2d019ca54c4541f27fa13ef611a77da0ba6d8393eaf807911d8abd62a35614c3a7b7837dc3a343c927

diff --git a/dev-python/voluptuous/voluptuous-0.8.8.ebuild 
b/dev-python/voluptuous/voluptuous-0.8.8.ebuild
deleted file mode 100644
index f3340c1..
--- a/dev-python/voluptuous/voluptuous-0.8.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="A Python data validation library."
-HOMEPAGE="https://github.com/alecthomas/voluptuous";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""



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

2016-10-11 Thread Matt Thode
commit: 9fe5f2dee44b4878c784b2464a178631d3ae6f48
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:40:17 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:42:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe5f2de

app-emulation/diskimage-builder: bup

Package-Manager: portage-2.3.0

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-1.21.0.ebuild| 32 ++
 2 files changed, 33 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 22d62e7..3dc735b 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1 +1,2 @@
 DIST diskimage-builder-1.15.0.tar.gz 225527 SHA256 
cf4d1678110d53c337e94d7968126ed50dbdf790dddeda6f855f10ba5e09bb5b SHA512 
4984a0bcdce5f011d08ed72910653ba60b67597f5df07f3dacabee3f9f2d4fbc8346b843d026a9a3ae8727452018a05343822bb19b268bb18d75c7c081b53b8d
 WHIRLPOOL 
912b8acfe691f1e6941fd19b668e80ad6be1c3a364aae6310d2c8156422b5b8e7b6008f4ac3a2d1883f6149fb9122da222ba57b9c95323733c9c7aed40d1f2d7
+DIST diskimage-builder-1.21.0.tar.gz 248236 SHA256 
f40f9f6c5b1ceebe10344d94ad9a87f56fa1724815c755f983198e9eb5de41d8 SHA512 
2965192f2148a22ca1eb7bb4ec5705ac9061337cefcb0b6154af7f8c6519ef9ea1d1577bbf1f24957152ff0497003843f58a0fd87a7921eb3d327c6d9a0a3b1a
 WHIRLPOOL 
671a20b9b174ac7d98e5c12a67b7cf79612aa4d961e6e715621a2c42ce990cdf8615f20ba0f80a164889b7dc1693de46520026997ca4a48cdad66b2835ad1a5a

diff --git a/app-emulation/diskimage-builder/diskimage-builder-1.21.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-1.21.0.ebuild
new file mode 100644
index ..fcba7fd
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-1.21.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   dev-python/dib-utils[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools"



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

2016-10-11 Thread Matt Thode
commit: 7d0225409429e19fc781f71be2c4a71d0d7795b8
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:39:22 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:42:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d022540

dev-python/oslo-sphinx: bup

Package-Manager: portage-2.3.0

 dev-python/oslo-sphinx/Manifest |  1 +
 dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/dev-python/oslo-sphinx/Manifest b/dev-python/oslo-sphinx/Manifest
index 73cc718..6aacc4e 100644
--- a/dev-python/oslo-sphinx/Manifest
+++ b/dev-python/oslo-sphinx/Manifest
@@ -1 +1,2 @@
 DIST oslosphinx-3.0.0.tar.gz 25644 SHA256 
d39129be6b6076e087ab9a108c1b17f67cbb233ffc2481528df3d76b612cc1f6 SHA512 
f2b5f35124bac9bf661ba45af1f18703725d5b5432cc708689a548bde6918975722729f321fb4c1fc8a146011c7e86c1c6abfdc746806d4bf7fa7d640e057a0c
 WHIRLPOOL 
8ccc00a71a3d5f67a33a989120ad2591977169b93a5d81fd2c7798a6b93ad33ce45e6ebd2be69c7e0b0e4fa2e79719e393e63f9a250b50e7b5b9d4621bf03e94
+DIST oslosphinx-4.7.0.tar.gz 27786 SHA256 
f8d353445d96c667c95a07c052694a31906c6a36a8305918d63f855f9040b7d1 SHA512 
e7334c17bea387898c6c9943ca79c5073927885bdefaba9cdbac01b21a4dd96bcaa0c539c3907508bee5db5959f161d0a8421c688c6592b691edbd7f9013da75
 WHIRLPOOL 
8cee688ae62f2f16a753fb18c1c8699ce819715a612b3c549b7cb0b07e7cd5e7822c52b9d8f3189d335e26fc036e28012cb7155ed71d01ec7a1cb5d860ad2aaa

diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild 
b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
new file mode 100644
index ..cf97276
--- /dev/null
+++ b/dev-python/oslo-sphinx/oslo-sphinx-4.7.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+MY_PN="${PN//-/}"
+
+DESCRIPTION="OpenStack Sphinx Extensions and Theme"
+HOMEPAGE="http://www.openstack.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="doc"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+   

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

2016-10-11 Thread Matt Thode
commit: 65b41c485a853927a13accae01d0912f2a696f8d
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:28:17 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:42:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b41c48

app-admin/puppet: bup

Package-Manager: portage-2.3.0

 app-admin/puppet/Manifest  |   1 +
 .../puppet/files/puppet-fix-tests-4.7.0.patch  |  18 +++
 app-admin/puppet/puppet-4.7.0.ebuild   | 175 +
 3 files changed, 194 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index d9d418e..d21a742 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -7,3 +7,4 @@ DIST puppet-3.8.4.tar.gz 2639537 SHA256 
19e83ebbbf0933a9df6696255d7ff4d65e3daba1
 DIST puppet-3.8.5.tar.gz 2640987 SHA256 
ecba7c70e32c3da6682f9c4706c01cc588a5614759a864446e9fbd2449c6305c SHA512 
9c17508032ab4306c0ec1d2e79e1c3548a1da6c875c61155e597642cc901d0639eb99543084a6f88c5826b5faa5af83eaf936672e80a32bf27cf45f545e7d859
 WHIRLPOOL 
46a227365316c913f16a3b02bc13fd3b47ace497c406a14309d480c49881665d0ca9a0d86fae8a3761d6beb159b222dfdd033e0c1cdb2aaeadd62741c232a50f
 DIST puppet-3.8.7.tar.gz 2650247 SHA256 
50460a3dd8d25118e25eb01178d09743dabc01cd185f6b2cc723bae21ff023c2 SHA512 
f86568d4f33c8c18da270e089e1274ce2e3c705c116b078531bb66656f0bbb9a2fc95effbb8bf5355a082d4f32ce5b44e7f6e316937164aa0d71dd47e654c618
 WHIRLPOOL 
6e3b754f9e6f40c6037652dc7d746e616871a653640e2a91ab7dd3e70b4240c0b377d0f79c543ca95c5d661046c6431e30f263e0f18998cac0ca3089a4634273
 DIST puppet-4.4.2.tar.gz 2680253 SHA256 
90ea74703b415965def15566a6d709fbd781a1e21589688c22d2f1bab4688860 SHA512 
38c4e4e94693e8f3131aba44ad8b03437cd6896f8266e6f9d6434e355f044c87173034bbd336c33e5848692de60c5b4612141128a95a3d088947e72f90d13bc1
 WHIRLPOOL 
c7d06954d1a9b46cc7f56e73da88dd3297179f1f7ede646601b6305940e200f29bf7047e494df3be12e76b0640673d616058055bc4887d3e296a5372daeab0fd
+DIST puppet-4.7.0.tar.gz 2822807 SHA256 
9b5c00da165ba8570607097d5d494ecc8988829d9e066b0bd6103cf1fa903e4d SHA512 
667b96c66f63befccc19cdd0e88d5c7b29feb2f3ba29f0faa74ac77b4e4f16e06a34b19114b27b36329a5964b37031e8c1430849c1673760a782d4e80b8df296
 WHIRLPOOL 
949cecc001179bfc81b589756718deb6a3b298ea314a9fb9eeb7d660ea9baa22f9f2c183b8992f70f95158db80a3a996075e36d365da845aef795b0ab897b9f8

diff --git a/app-admin/puppet/files/puppet-fix-tests-4.7.0.patch 
b/app-admin/puppet/files/puppet-fix-tests-4.7.0.patch
new file mode 100644
index ..7d62e0c
--- /dev/null
+++ b/app-admin/puppet/files/puppet-fix-tests-4.7.0.patch
@@ -0,0 +1,18 @@
+--- spec/unit/network/http/api/indirected_routes_spec.rb  2016-10-11 
13:24:09.500955469 -0500
 spec/unit/network/http/api/indirected_routes_spec.rb.new  2016-10-11 
13:24:00.501700977 -0500
+@@ -139,15 +139,6 @@
+   indirection, _, _, _ = handler.uri2indirection("GET", uri_escaped, 
params)
+ end
+ 
+-it "should not pass through an environment to check_authorization and 
fail if the environment is unknown" do
+-  handler.expects(:check_authorization).with(anything,
+- anything,
+- Not(has_entry(:environment)))
+-  expect(lambda { handler.uri2indirection("GET",
+-  "#{master_url_prefix}/node/bar",
+-  {:environment => 'bogus'}) 
}).to raise_error(not_found_error)
+-end
+-
+ it "should not URI unescape the indirection key as passed through to a 
call to check_authorization" do
+   handler.expects(:check_authorization).with(anything,
+  anything,

diff --git a/app-admin/puppet/puppet-4.7.0.ebuild 
b/app-admin/puppet/puppet-4.7.0.ebuild
new file mode 100644
index ..794b376
--- /dev/null
+++ b/app-admin/puppet/puppet-4.7.0.ebuild
@@ -0,0 +1,175 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby21"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit elisp-common xemacs-elisp-common eutils user ruby-fakegem versionator
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/";
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax 
xemacs"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   >=dev-ruby/rgen-0.6.5
+   dev-ruby/json
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl"
+
+ruby_add_bdepend "
+   

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

2016-10-11 Thread Matt Thode
commit: 4d9c8dc775aad989f00abb1469dce94faeb55172
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:30:39 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:42:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9c8dc7

dev-python/dib-utils: bup

Package-Manager: portage-2.3.0

 dev-python/dib-utils/Manifest|  1 +
 dev-python/dib-utils/dib-utils-0.0.10.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/dib-utils/Manifest b/dev-python/dib-utils/Manifest
index 53a3c7f..f13a9fa 100644
--- a/dev-python/dib-utils/Manifest
+++ b/dev-python/dib-utils/Manifest
@@ -1 +1,2 @@
+DIST dib-utils-0.0.10.tar.gz 9146 SHA256 
680c4aa256d7a65dff4308716a1c23e6f0e09b1f74a34033ed3d0c0316290261 SHA512 
7a73748ebea78f93136518fe599fcb10a27d8c9c432398fee7fd87a93207bc18154547f9af4f85c7c04d684d13c777f1a2da0287b0f3195303866fd541a18d68
 WHIRLPOOL 
6bb852c7f920998f0f6573fbd41063a54e2d5bbbadcf2378efe245b018a3ffd4925818eb6ded7925b114bc562053b35e604ccf6c013dbb29f15df97afde549df
 DIST dib-utils-0.0.8.tar.gz 7764 SHA256 
f28042c47518b1e73ac430f8261057eb61126c43e7c3bebbeafdf8edf045c68a SHA512 
a639a142156027ebe6ca9d5fba6458175b2db37dae14f8cde75d9c32c1903e5774a9cf69d1c251af17ce1c98a4ff28238a8abe75c32956b9605b23ff327f980c
 WHIRLPOOL 
7bd819a5599aa0a31a8baabfb59947ff35e6fbdaf1331c9be408cfe1b464eef91a87fd516f7d2ff7a1398965c3287b8a5f2a196b6c9e087276855ed97a082f04

diff --git a/dev-python/dib-utils/dib-utils-0.0.10.ebuild 
b/dev-python/dib-utils/dib-utils-0.0.10.ebuild
new file mode 100644
index ..f317067
--- /dev/null
+++ b/dev-python/dib-utils/dib-utils-0.0.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Standalone tools related to diskimage-builder."
+HOMEPAGE="https://git.openstack.org/cgit/openstack/dib-utils";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}"



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

2016-10-11 Thread Jeroen Roovers
commit: 11bda3fce258e0689b07bb93dbf530e5f784b968
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 18:22:46 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 18:23:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11bda3fc

sys-libs/e2fsprogs-libs: Stable for PPC64 (bug #596788).

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

 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.3.ebuild 
b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.3.ebuild
index cb1bdc4..e69517c 100644
--- a/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.3.ebuild
+++ b/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.43.3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~m68k-mint ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux 
~x86-linux ~m68k-mint ~x86-solaris"
 IUSE="nls static-libs"
 
 RDEPEND="!sys-libs/com_err



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

2016-10-11 Thread Jeroen Roovers
commit: 5669e2dc1d408aa1809a2642bcc48da28e9cfb54
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 18:23:20 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 18:23:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5669e2dc

sys-fs/e2fsprogs: Stable for PPC64 (bug #596788).

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

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

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.3.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.43.3.ebuild
index 93539b2..2e76569 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.3.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.3.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${PN}-${UP_PV}.tar.gz
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 
~sh ~sparc ~x86 -x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~m68k-mint"
 IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}



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

2016-10-11 Thread Matt Thode
commit: 421f4e1472e8edbe6ace0433a5f44bcc066eea05
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:18:09 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:18:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=421f4e14

dev-python/turbolift: bup

Package-Manager: portage-2.3.0

 dev-python/turbolift/Manifest   |  1 +
 dev-python/turbolift/turbolift-2.1.3.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/turbolift/Manifest b/dev-python/turbolift/Manifest
index 186a256..63ac5b6 100644
--- a/dev-python/turbolift/Manifest
+++ b/dev-python/turbolift/Manifest
@@ -1 +1,2 @@
 DIST turbolift-2.0.5.tar.gz 47316 SHA256 
7ea374122855949481427201327f08198a5b164c59057e7f07f9812b9d0c5e0d SHA512 
42b89d4dc1a4699bc4d43863f0d9faeb5cd144a7d93a008a8d335bee25112e16c2e0a05d05442e53a5e4e4f7a7012b420bd49d8d0e5668fe1b487b825834
 WHIRLPOOL 
9199fbdc62d15bd18227cc5deb84870f01ef8569be1f491292aa5c5c6b54afbdc5eedbae23a8eeb02f8bf92ca2694ec649417ea61f13a0fc2762a0790d24b90b
+DIST turbolift-2.1.3.tar.gz 49672 SHA256 
bd7cffa0bc6bd6392370969e681685fca9d1b4db587a3dcf02e8b5be61449360 SHA512 
9132f25cc965f68aba022f51d2f401dc706ffd775a504872f4706b4a59a7c99fd6ab2c41c5909533f08fd3fc81b2fcca5487fd6568ba43c196d35d1de3ccb703
 WHIRLPOOL 
35e7a6a4d34c305cdf149fb6a6c7f705ef48bcaa8cd3e671a6b357ba677d0e26126abe0ed4d186278cdff9ba9e0d1d9ec474e2b810fc24329719caab7f0239ff

diff --git a/dev-python/turbolift/turbolift-2.1.3.ebuild 
b/dev-python/turbolift/turbolift-2.1.3.ebuild
new file mode 100644
index ..b5ce60f
--- /dev/null
+++ b/dev-python/turbolift/turbolift-2.1.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+# tests are not distributed with the release tarball
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="Openstack Swift sync/backup utility"
+HOMEPAGE="https://github.com/cloudnull/turbolift/wiki";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="dev-python/setuptools
+   test? (
+   >=dev-python/mock-1.0[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND=">=dev-python/prettytable-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/cloudlib-0.5.0[${PYTHON_USEDEP}]"
+
+python_test() {
+   ${PYTHON} -m unit discover turbolift/tests || die "failed testsuite"
+}



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

2016-10-11 Thread Matt Thode
commit: 9cfe53935dec1ba1efc53eeb2eab7456234158c1
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:12:22 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:14:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfe5393

net-analyzer/icinga-web: bup

Package-Manager: portage-2.3.0

 net-analyzer/icinga-web/Manifest |   1 +
 net-analyzer/icinga-web/icinga-web-1.12.0.ebuild | 206 +++
 2 files changed, 207 insertions(+)

diff --git a/net-analyzer/icinga-web/Manifest b/net-analyzer/icinga-web/Manifest
index 3422e1d..935b9fd 100644
--- a/net-analyzer/icinga-web/Manifest
+++ b/net-analyzer/icinga-web/Manifest
@@ -1,4 +1,5 @@
 DIST icinga-web-1.10.0.tar.gz 14245635 SHA256 
fe1b43448bcb6a9e8f565f079122e51283539eb6be214e7001c65653686b7f56 SHA512 
90537ea710dd6408349b734b0901918db595d2d7a281e9245a63ba0150a4b7df4fabbb71755966361440ca6096391470d7399ddd5f4b245d1203000b89d8b368
 WHIRLPOOL 
c72004edb2a76efa4ccbea6363fddfa4c6d30c8c368fa57ee0f865d27927bdc5aea691b42c4415b5fe75a12d946768296feffbeb101ff8945377d92da20059bc
 DIST icinga-web-1.10.1.tar.gz 14247394 SHA256 
b334c063cf4f53fcc1922d99161b5ea5c32c04749c0f9dfe091f376158273664 SHA512 
e155c4c00fde20680ed3286fbf7af4db13dd566693ec677a61c719cf8a0b36862bc51741180aceba204e6f768000d8a6dc4548bfbf7165f28f8bbc81c79bc63c
 WHIRLPOOL 
d4cf2ea128c0e46bf07ce1ae677a4e718405b926250f4972790388d2b45cef5996e16ca5b83dcdd8f8c9a84831a76cb88b76d0839bdce87e222d6712463b6de9
 DIST icinga-web-1.11.2.tar.gz 14133733 SHA256 
726ffb261d3cd5a864b689f96837ff9cc138e9c5d97c19a2c82b110a802eb772 SHA512 
ecfbc6534a87ae52b508b2ca663109bdc201fbfc143ce399fff0fdd4eec456524c5bb86afe0e29c58dc3dfeaccc959817e77af5b0257db6eced2f27592caf5b1
 WHIRLPOOL 
bb1ad4ae5d921a0454afd9e11780d469f89b5414f6edf13db8c1292e72c5da8a0dc66991d45fac36607ead57934331414017fcc716b8eac351a56c43b8780cf5
+DIST icinga-web-1.12.0.tar.gz 14517225 SHA256 
3e802ae0cbcabb9555908bf91b9c40d9c07eb80a8acc70f0c9cbd426e3feb675 SHA512 
07831c62479e2c83929bd86dc8d7e57558d8e3b3dac2952d64e5170dc508d836cfb2e7446019d2ec9bea03740fc1c55e5857d2fd88fe67ea2726375f77246898
 WHIRLPOOL 
85ca6ad8423b72dcf77de6243b29fc9c5fadb09f68b56ae57380637014deea60749ff7c942b43d4965ab23efb2d4d79b9cffb194ed6d21e5262373b856ae9b1a
 DIST icinga-web-1.9.1.tar.gz 14635896 SHA256 
aa5b1aa6962a727a6760f89ef19845a878b7e06ee723b8f1fd7821b6a6b578aa SHA512 
42a3edddae5a287b87fd6d077ac303e7caa0b430af86e9046413e7d04d703cd3de7df881463eebb1e5216315056e06ce9f6dccbef93b6e55d1c3f5fe002447b9
 WHIRLPOOL 
8b5a6bf78794f722952566c82ae238640a716e61022fead31145bbc6fa40ca3bbf439aa593c5839b09873f7d43469cff28422ecd9b93e51cc7124859d1ae8257

diff --git a/net-analyzer/icinga-web/icinga-web-1.12.0.ebuild 
b/net-analyzer/icinga-web/icinga-web-1.12.0.ebuild
new file mode 100644
index ..ae6a04b
--- /dev/null
+++ b/net-analyzer/icinga-web/icinga-web-1.12.0.ebuild
@@ -0,0 +1,206 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit depend.apache eutils user multilib
+
+DESCRIPTION="Icinga Web - new Web Interface"
+HOMEPAGE="http://www.icinga.org/";
+SRC_URI="https://github.com/icinga/${PN}/releases/download/v${PV}/${P}.tar.gz";
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="apache2 mysql pnp postgres"
+DEPEND="dev-php/phing
+   dev-db/libdbi-drivers[mysql?,postgres?]
+   || ( >=net-analyzer/icinga-1.10.0 >=net-analyzer/icinga2-2.1.1 )
+   
dev-lang/php:=[apache2?,cli,json,mysql?,pdo,postgres?,sockets,xslt,xml]
+   pnp? ( net-analyzer/pnp4nagios )"
+RDEPEND="${DEPEND}"
+
+want_apache2
+
+pkg_setup() {
+   if use apache2 ; then
+   depend.apache_pkg_setup
+   fi
+   enewgroup icinga
+   enewgroup nagios
+   enewuser icinga -1 -1 /var/lib/icinga "icinga,nagios"
+}
+
+src_prepare() {
+   #removed checks for some php stuff since we have these things called 
use flags
+   sed -i 's/ACICINGA_CHECK_PHP_MODULE/\#ACICINGA_CHECK_PHP_MODULE/g' 
configure.ac
+   sed -i 's/make\ /make\ \-j1\ /g' lib/Makefile.in
+   autoreconf
+}
+
+src_configure() {
+   local myconf
+
+   myconf="--prefix=/usr/share/icinga/icinga-web
+   --bindir=/usr/sbin
+   --sbindir=/usr/$(get_libdir)/icinga/cgi-bin
+   --datarootdir=/usr/share/icinga/htdocs
+   --localstatedir=/var/lib/icinga
+   --sysconfdir=/etc/icinga
+   --libexecdir=/usr/$(get_libdir)/icinga/plugins
+   --with-bin-user=icinga
+   --with-bin-group=nagios
+   --with-api-cmd-file=/var/lib/icinga/rw/icinga.cmd
+   --with-conf-dir=/etc/icinga-web
+   --with-log-dir=/var/log/icinga-web
+   --with-icinga-objects-dir=/etc/icinga/objects
+   --with-icinga-bin=/usr/sbin/icinga
+   --with-icinga-cfg=/etc/icinga/icinga.cfg"
+
+   if use apache2 ; then
+   myconf+=" --with-web-user=apache
+   --with-web-grou

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

2016-10-11 Thread Matt Thode
commit: b6288f904b64ec7dac4eca9a4311d4f0a11f1d18
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 18:13:27 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 18:14:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6288f90

net-analyzer/icinga-web: cleanup

Package-Manager: portage-2.3.0

 net-analyzer/icinga-web/Manifest   |   3 -
 .../icinga-web/icinga-web-1.10.0-r1.ebuild | 206 -
 net-analyzer/icinga-web/icinga-web-1.10.0.ebuild   | 206 -
 net-analyzer/icinga-web/icinga-web-1.10.1.ebuild   | 206 -
 net-analyzer/icinga-web/icinga-web-1.9.1-r1.ebuild | 203 
 5 files changed, 824 deletions(-)

diff --git a/net-analyzer/icinga-web/Manifest b/net-analyzer/icinga-web/Manifest
index 935b9fd..3b690ec 100644
--- a/net-analyzer/icinga-web/Manifest
+++ b/net-analyzer/icinga-web/Manifest
@@ -1,5 +1,2 @@
-DIST icinga-web-1.10.0.tar.gz 14245635 SHA256 
fe1b43448bcb6a9e8f565f079122e51283539eb6be214e7001c65653686b7f56 SHA512 
90537ea710dd6408349b734b0901918db595d2d7a281e9245a63ba0150a4b7df4fabbb71755966361440ca6096391470d7399ddd5f4b245d1203000b89d8b368
 WHIRLPOOL 
c72004edb2a76efa4ccbea6363fddfa4c6d30c8c368fa57ee0f865d27927bdc5aea691b42c4415b5fe75a12d946768296feffbeb101ff8945377d92da20059bc
-DIST icinga-web-1.10.1.tar.gz 14247394 SHA256 
b334c063cf4f53fcc1922d99161b5ea5c32c04749c0f9dfe091f376158273664 SHA512 
e155c4c00fde20680ed3286fbf7af4db13dd566693ec677a61c719cf8a0b36862bc51741180aceba204e6f768000d8a6dc4548bfbf7165f28f8bbc81c79bc63c
 WHIRLPOOL 
d4cf2ea128c0e46bf07ce1ae677a4e718405b926250f4972790388d2b45cef5996e16ca5b83dcdd8f8c9a84831a76cb88b76d0839bdce87e222d6712463b6de9
 DIST icinga-web-1.11.2.tar.gz 14133733 SHA256 
726ffb261d3cd5a864b689f96837ff9cc138e9c5d97c19a2c82b110a802eb772 SHA512 
ecfbc6534a87ae52b508b2ca663109bdc201fbfc143ce399fff0fdd4eec456524c5bb86afe0e29c58dc3dfeaccc959817e77af5b0257db6eced2f27592caf5b1
 WHIRLPOOL 
bb1ad4ae5d921a0454afd9e11780d469f89b5414f6edf13db8c1292e72c5da8a0dc66991d45fac36607ead57934331414017fcc716b8eac351a56c43b8780cf5
 DIST icinga-web-1.12.0.tar.gz 14517225 SHA256 
3e802ae0cbcabb9555908bf91b9c40d9c07eb80a8acc70f0c9cbd426e3feb675 SHA512 
07831c62479e2c83929bd86dc8d7e57558d8e3b3dac2952d64e5170dc508d836cfb2e7446019d2ec9bea03740fc1c55e5857d2fd88fe67ea2726375f77246898
 WHIRLPOOL 
85ca6ad8423b72dcf77de6243b29fc9c5fadb09f68b56ae57380637014deea60749ff7c942b43d4965ab23efb2d4d79b9cffb194ed6d21e5262373b856ae9b1a
-DIST icinga-web-1.9.1.tar.gz 14635896 SHA256 
aa5b1aa6962a727a6760f89ef19845a878b7e06ee723b8f1fd7821b6a6b578aa SHA512 
42a3edddae5a287b87fd6d077ac303e7caa0b430af86e9046413e7d04d703cd3de7df881463eebb1e5216315056e06ce9f6dccbef93b6e55d1c3f5fe002447b9
 WHIRLPOOL 
8b5a6bf78794f722952566c82ae238640a716e61022fead31145bbc6fa40ca3bbf439aa593c5839b09873f7d43469cff28422ecd9b93e51cc7124859d1ae8257

diff --git a/net-analyzer/icinga-web/icinga-web-1.10.0-r1.ebuild 
b/net-analyzer/icinga-web/icinga-web-1.10.0-r1.ebuild
deleted file mode 100644
index 99c69cc..
--- a/net-analyzer/icinga-web/icinga-web-1.10.0-r1.ebuild
+++ /dev/null
@@ -1,206 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit depend.apache eutils user multilib
-
-DESCRIPTION="Icinga Web - new Web Interface"
-HOMEPAGE="http://www.icinga.org/";
-SRC_URI="mirror://sourceforge/icinga/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="apache2 mysql pnp postgres"
-DEPEND="dev-php/phing
-   dev-db/libdbi-drivers[mysql?,postgres?]
-   >=net-analyzer/icinga-1.10.0
-   
dev-lang/php[apache2?,cli,json,mysql?,pdo,postgres?,sockets,xslt,xml]
-   pnp? ( net-analyzer/pnp4nagios )"
-RDEPEND="${DEPEND}"
-
-want_apache2
-
-pkg_setup() {
-   if use apache2 ; then
-   depend.apache_pkg_setup
-   fi
-   enewgroup icinga
-   enewgroup nagios
-   enewuser icinga -1 -1 /var/lib/icinga "icinga,nagios"
-}
-
-src_prepare() {
-   #removed checks for some php stuff since we have these things called 
use flags
-   sed -i 's/ACICINGA_CHECK_PHP_MODULE/\#ACICINGA_CHECK_PHP_MODULE/g' 
configure.ac
-   sed -i 's/make\ /make\ \-j1\ /g' lib/Makefile.in
-   autoreconf
-}
-
-src_configure() {
-   local myconf
-
-   myconf="--prefix=/usr/share/icinga/icinga-web
-   --bindir=/usr/sbin
-   --sbindir=/usr/$(get_libdir)/icinga/cgi-bin
-   --datarootdir=/usr/share/icinga/htdocs
-   --localstatedir=/var/lib/icinga
-   --sysconfdir=/etc/icinga
-   --libexecdir=/usr/$(get_libdir)/icinga/plugins
-   --with-bin-user=icinga
-   --with-bin-group=nagios
-   --with-api-cmd-file=/var/lib/icinga/rw/icinga.cmd
-   --with-conf-dir=/etc/icinga-web
-   --with-log-dir=/var/log/icinga-web
-   --with-icinga-objects-dir=/etc/icinga/objects
-   --with-i

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

2016-10-11 Thread Jeroen Roovers
commit: bca7d016ac278600b4d99ff8f787a95a9ace7b3d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 18:12:33 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 18:12:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca7d016

dev-python/pyyaml: Stable for HPPA PPC64 (bug #52).

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

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

diff --git a/dev-python/pyyaml/pyyaml-3.12.ebuild 
b/dev-python/pyyaml/pyyaml-3.12.ebuild
index 1f5fc8b..9b763b0 100644
--- a/dev-python/pyyaml/pyyaml-3.12.ebuild
+++ b/dev-python/pyyaml/pyyaml-3.12.ebuild
@@ -16,7 +16,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="examples libyaml"
 
 RDEPEND="libyaml? ( dev-libs/libyaml )"



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-10-11 Thread Jeroen Roovers
commit: 4f34121d69fbfa81498274ba22816e44f535c8c8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 18:10:15 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 18:10:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f34121d

www-plugins/adobe-flash: Stable for AMD64 x86 too.

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

 www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild 
b/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild
index da08d5d..7c65587 100644
--- a/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild
+++ b/www-plugins/adobe-flash/adobe-flash-23.0.0.185.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
 "
 SLOT="22"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 LICENSE="AdobeFlash-11.x"
 RESTRICT="strip mirror"
 



[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-10-11 Thread Jeroen Roovers
commit: c43cb22de3c27f5ade9692d54bf7899295a06b1c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 18:07:47 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 18:07:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43cb22d

www-plugins/adobe-flash: Version bump (bug #596896).

Package-Manager: portage-2.3.1

 www-plugins/adobe-flash/Manifest   |   5 +
 .../adobe-flash/adobe-flash-11.2.202.637.ebuild| 235 +
 .../adobe-flash/adobe-flash-23.0.0.185.ebuild  |  68 ++
 3 files changed, 308 insertions(+)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 750d0ea..106f814 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -1,5 +1,10 @@
 DIST adobe-flash-11.2.202.635-debug.i386.tar.gz 7470860 SHA256 
82ce5728503b42795d7e7eb055ac8d784661bcb30ea4bd5f2e278d32b7fb4327 SHA512 
bb9fa2f7840d5a45012c73b16f0cf5dc268ec7d3fd610f2ac6df04d216036ee26f036691b7657919aea7887e14e7fc71bd55078aae760b0861e8d3c4c7b11ce5
 WHIRLPOOL 
44f15d5491f1974574ed41b8defc79bc454c89a54c1e8dcf248f6c4a6e41e3785f4fb81609535f8a0e087db613e8c795d3625f19107fbd3a736f83007380dc3c
 DIST adobe-flash-11.2.202.635.i386.tar.gz 6991502 SHA256 
a55a147bb1e4a3ea594fd140db2cf21fd5c70b8cec66546c3e54f1d256577fea SHA512 
38b9392e2f1315fb104f3b258cc212af917d894f31cd3a42c8772d824228bad87c6ee8b010ca71c4e7f5e5d245c22fe7064dc069af117f5631ed5544fe44a295
 WHIRLPOOL 
9a67879870358f66f6aefa227f1b564a9d25de7bded3b62b6e714f9fa0bfc60e86e3a8dfdadd181ec7261d06b1458b5a305462bef3fa206c77a7b14021dcdb68
 DIST adobe-flash-11.2.202.635.x86_64.tar.gz 7300571 SHA256 
07913caafa295b90ec2e56d2f2bdf745a90622afac323d75961555e94420c8c7 SHA512 
6a9fe142b388cd7b0997aa1c47a7f20d782478118f9d0dbe4572e3b24d7be036672a156c5dbbc2229f96916d7bcb82e1ddd98a86deba3a355fbdee612f6b7865
 WHIRLPOOL 
99aa83d44efa3fe0e4758c65341f43de7d270f9844429427c4f4479289bc5bc64bee633c883af31ef4b3a2aa04f94b104595988f2128ed26741dd80a7039cc10
+DIST adobe-flash-11.2.202.637-debug.i386.tar.gz 7472956 SHA256 
95a08ea4554df9464744d6da8be4d4fe3724bc6468604117f3cbdfda3d1aac92 SHA512 
e5d5685df73db2973bce39c954cdd0ba1d78a35b3fdf75dee73aa7892beb21c550d5531837f1391774f1b84237eb2018f92aa8cf0dcca9170c135f4ee0abbbfc
 WHIRLPOOL 
f6f46c6a02f5332dc0e463966dcce173474ede2d1b9559c9f9efea681bef30c532931ae6a84695c5e3be6ec85d5e936088371f20b26f3f741ba18e47a32987ea
+DIST adobe-flash-11.2.202.637.i386.tar.gz 6990653 SHA256 
c319416e17c1d29753a451a63be583404bbf1abf2ca748c50dfffb644451 SHA512 
f752f00172f0b709d872be1576e9cc3af3167e7d8f26ad637031d4336650ffeca94f7ae71e761aefb32cf7d7737af9978d45cdfe2872208b3a915aa7e849ca5f
 WHIRLPOOL 
244a8ee2c6aa739d94596c5f9a98fd032e5e8a2ab43be151991577d6e69bcb06e90ea63d4993072d272e345680de581361f48f4dbe6849fa89bc84c94e2fb12c
+DIST adobe-flash-11.2.202.637.x86_64.tar.gz 7300737 SHA256 
7e5a1149f3d8479907a577ccf5194de777c7baa03c4041bac10166e096cd589b SHA512 
c75ec4b9a4aeb7ae0ea659093e84228ef68aa3257ad28d813eaa3680e448ed3aebb92c18fc721a464fa5a5ec4710795681d80255097dcbbcd6142338139c4469
 WHIRLPOOL 
3d0c66b3f876cc2329c24db0f63d2459adebae518ba94e7cabaaa84897060824a4f60f5799dbfa663d778cb5b326ea22c9d0fb5e7f006895e030d193453ea589
 DIST adobe-flash-23.0.0.162.i386.tar.gz 6000163 SHA256 
d0d2788daff437e7f8d018bc3e10a190776d9bcbef556f6d343c12beee58ce34 SHA512 
8857b2fda64d83429727e4f7713f86a3fe1ab7e30ef502b802fde9835bdbbe8819ee4f41deb9e90f6a39cf1ced84fff3f50562bbfe56936b3c1d74d8ba507ee0
 WHIRLPOOL 
d99d99c4ffdcf546bb92c24d9147b6fa9b035515943d5019210dd2407fad806a3225a6acb11909ebde366f5432ff85e9c3e04c9e020e3d9c3364485ff8d55773
 DIST adobe-flash-23.0.0.162.x86_64.tar.gz 6923247 SHA256 
7467e5401d6cc6bb6f3c9034841aa834ff357d7500fbf2e0adf22d4979668bec SHA512 
77ca4c01b439dc6375fc66c345a6f6c79788d851b13622d50303bc83b0ba751f3f6e43722c4476fde219bd9d43458e5da579fc8e6275c74e2514e7a3ccc70361
 WHIRLPOOL 
a048c6372c5d445f325c3271b50748ef14f69e3971dfd9d9c27c6d8fa93215e6e94f53b82b8635c3154d645cba086356496ea0f1259a7aefa24fc61793e0da2c
+DIST adobe-flash-23.0.0.185.i386.tar.gz 6002756 SHA256 
be68ac108d16dc0f409570d52fc84e341d4e6c7ceb8dab16069ad333e648368b SHA512 
7b743063429fa1cb2278e86ff4cbe3a343d7bcdf738d18c487f4a55baea8be73d3aefd576b4bfbf004bdd09da8823524e49af870b1b27514bda6e7b901f15aa0
 WHIRLPOOL 
7458fd0cc38baa0e6863965c42a6dfc9df223d7b71a039e43a8147e6847dd493963a9e820f4a705f23a16866db6d92e89805568de02240df97b4ef6262a47693
+DIST adobe-flash-23.0.0.185.x86_64.tar.gz 6924432 SHA256 
3f7a13a615d3cf19e5feb02485e12e3785a6ef07cd7ae32072cd860468fd322b SHA512 
3f2aa18846c6f6ab543a4b1a2ee35cda2f7ac22a7a4ad269ee6a654a3369128843e3ca0f999eece62b102ee88f2e792048badff2108a09de79a188070a355f51
 WHIRLPOOL 
c340f1980c1731faca242ae4c325a157bf1eb8b5ac76140b336a28426c0271df0a54d4f65b3e7c8f5d9a73cccf5aac74f00bf2cddc80e8dd1df11b7888213389

diff --git a/www-plugins/adobe-flash/adobe-flash-11.2.202.637.ebuild 
b/www-plugins/adobe-flash/adobe-flash-11.2.202.637.ebuild
new file

[gentoo-commits] repo/gentoo:master commit in: www-plugins/adobe-flash/

2016-10-11 Thread Jeroen Roovers
commit: 07e6ed4ca8fd32db3e9fbb270238d127086f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 18:08:29 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 18:08:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e6ed4c

www-plugins/adobe-flash: Old.

Package-Manager: portage-2.3.1

 www-plugins/adobe-flash/Manifest   |  2 -
 .../adobe-flash/adobe-flash-23.0.0.162.ebuild  | 68 --
 2 files changed, 70 deletions(-)

diff --git a/www-plugins/adobe-flash/Manifest b/www-plugins/adobe-flash/Manifest
index 106f814..3ad313f 100644
--- a/www-plugins/adobe-flash/Manifest
+++ b/www-plugins/adobe-flash/Manifest
@@ -4,7 +4,5 @@ DIST adobe-flash-11.2.202.635.x86_64.tar.gz 7300571 SHA256 
07913caafa295b90ec2e5
 DIST adobe-flash-11.2.202.637-debug.i386.tar.gz 7472956 SHA256 
95a08ea4554df9464744d6da8be4d4fe3724bc6468604117f3cbdfda3d1aac92 SHA512 
e5d5685df73db2973bce39c954cdd0ba1d78a35b3fdf75dee73aa7892beb21c550d5531837f1391774f1b84237eb2018f92aa8cf0dcca9170c135f4ee0abbbfc
 WHIRLPOOL 
f6f46c6a02f5332dc0e463966dcce173474ede2d1b9559c9f9efea681bef30c532931ae6a84695c5e3be6ec85d5e936088371f20b26f3f741ba18e47a32987ea
 DIST adobe-flash-11.2.202.637.i386.tar.gz 6990653 SHA256 
c319416e17c1d29753a451a63be583404bbf1abf2ca748c50dfffb644451 SHA512 
f752f00172f0b709d872be1576e9cc3af3167e7d8f26ad637031d4336650ffeca94f7ae71e761aefb32cf7d7737af9978d45cdfe2872208b3a915aa7e849ca5f
 WHIRLPOOL 
244a8ee2c6aa739d94596c5f9a98fd032e5e8a2ab43be151991577d6e69bcb06e90ea63d4993072d272e345680de581361f48f4dbe6849fa89bc84c94e2fb12c
 DIST adobe-flash-11.2.202.637.x86_64.tar.gz 7300737 SHA256 
7e5a1149f3d8479907a577ccf5194de777c7baa03c4041bac10166e096cd589b SHA512 
c75ec4b9a4aeb7ae0ea659093e84228ef68aa3257ad28d813eaa3680e448ed3aebb92c18fc721a464fa5a5ec4710795681d80255097dcbbcd6142338139c4469
 WHIRLPOOL 
3d0c66b3f876cc2329c24db0f63d2459adebae518ba94e7cabaaa84897060824a4f60f5799dbfa663d778cb5b326ea22c9d0fb5e7f006895e030d193453ea589
-DIST adobe-flash-23.0.0.162.i386.tar.gz 6000163 SHA256 
d0d2788daff437e7f8d018bc3e10a190776d9bcbef556f6d343c12beee58ce34 SHA512 
8857b2fda64d83429727e4f7713f86a3fe1ab7e30ef502b802fde9835bdbbe8819ee4f41deb9e90f6a39cf1ced84fff3f50562bbfe56936b3c1d74d8ba507ee0
 WHIRLPOOL 
d99d99c4ffdcf546bb92c24d9147b6fa9b035515943d5019210dd2407fad806a3225a6acb11909ebde366f5432ff85e9c3e04c9e020e3d9c3364485ff8d55773
-DIST adobe-flash-23.0.0.162.x86_64.tar.gz 6923247 SHA256 
7467e5401d6cc6bb6f3c9034841aa834ff357d7500fbf2e0adf22d4979668bec SHA512 
77ca4c01b439dc6375fc66c345a6f6c79788d851b13622d50303bc83b0ba751f3f6e43722c4476fde219bd9d43458e5da579fc8e6275c74e2514e7a3ccc70361
 WHIRLPOOL 
a048c6372c5d445f325c3271b50748ef14f69e3971dfd9d9c27c6d8fa93215e6e94f53b82b8635c3154d645cba086356496ea0f1259a7aefa24fc61793e0da2c
 DIST adobe-flash-23.0.0.185.i386.tar.gz 6002756 SHA256 
be68ac108d16dc0f409570d52fc84e341d4e6c7ceb8dab16069ad333e648368b SHA512 
7b743063429fa1cb2278e86ff4cbe3a343d7bcdf738d18c487f4a55baea8be73d3aefd576b4bfbf004bdd09da8823524e49af870b1b27514bda6e7b901f15aa0
 WHIRLPOOL 
7458fd0cc38baa0e6863965c42a6dfc9df223d7b71a039e43a8147e6847dd493963a9e820f4a705f23a16866db6d92e89805568de02240df97b4ef6262a47693
 DIST adobe-flash-23.0.0.185.x86_64.tar.gz 6924432 SHA256 
3f7a13a615d3cf19e5feb02485e12e3785a6ef07cd7ae32072cd860468fd322b SHA512 
3f2aa18846c6f6ab543a4b1a2ee35cda2f7ac22a7a4ad269ee6a654a3369128843e3ca0f999eece62b102ee88f2e792048badff2108a09de79a188070a355f51
 WHIRLPOOL 
c340f1980c1731faca242ae4c325a157bf1eb8b5ac76140b336a28426c0271df0a54d4f65b3e7c8f5d9a73cccf5aac74f00bf2cddc80e8dd1df11b7888213389

diff --git a/www-plugins/adobe-flash/adobe-flash-23.0.0.162.ebuild 
b/www-plugins/adobe-flash/adobe-flash-23.0.0.162.ebuild
deleted file mode 100644
index da08d5d..
--- a/www-plugins/adobe-flash/adobe-flash-23.0.0.162.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit multilib multilib-minimal
-
-DESCRIPTION="Adobe Flash Player"
-HOMEPAGE="
-   http://www.adobe.com/products/flashplayer.html
-   http://get.adobe.com/flashplayer/
-   https://helpx.adobe.com/security/products/flash-player.html
-"
-
-AF_URI="https://fpdownload.adobe.com/pub/flashplayer/pdc";
-AF_32_URI="${AF_URI}/${PV}/flash_player_ppapi_linux.i386.tar.gz -> 
${P}.i386.tar.gz"
-AF_64_URI="${AF_URI}/${PV}/flash_player_ppapi_linux.x86_64.tar.gz -> 
${P}.x86_64.tar.gz"
-
-SRC_URI="
-   abi_x86_32? ( ${AF_32_URI} )
-   abi_x86_64? ( ${AF_64_URI} )
-"
-SLOT="22"
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="AdobeFlash-11.x"
-RESTRICT="strip mirror"
-
-RDEPEND="
-   !www-plugins/chrome-binary-plugins[flash]
-"
-
-S="${WORKDIR}"
-
-# Ignore QA warnings in these closed-source binaries, since we can't fix them:
-QA_PREBUILT="usr/*"
-
-src_unpack() {
-   local files=( ${A} )
-
-   multilib_src_unpack() {
-   mkdir -p "${

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

2016-10-11 Thread Ian Stakenvicius
commit: b75df733a591b834ffe47af699e276d833db265f
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Oct 11 18:02:20 2016 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Oct 11 18:02:20 2016 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b75df733

www-client/firefox-50: first beta ebuild

 www-client/firefox/Manifest  |   2 +
 www-client/firefox/firefox-50.0_beta6.ebuild | 366 +++
 2 files changed, 368 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 2cabe4d..ed619fd 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -177,3 +177,5 @@ DIST firefox-49.0-xh.xpi 439945 SHA256 
a6844d3412f58347a22e3ae0b242aee6b2dcbd504
 DIST firefox-49.0-zh-CN.xpi 466752 SHA256 
1f5648cecfeb15503a320cf0c765b097ce220d01f17e4153032ef99fac3f6cf5 SHA512 
777902a2147cc77764508c2b61f4c791272e6004d90a131a11c3a06a1c633e160fa9db400ec56473b5103eedc7787dc93d535d68a3119766104c25475b20ee3a
 WHIRLPOOL 
ea843dfec89fd66ebed5cba86fede31b3b61738cb189ffbeea7141a36ca98a5c11d5366a4f7f22fbf572b0c3da16e362454251674e11f2d070e8107e4afe6f61
 DIST firefox-49.0-zh-TW.xpi 469469 SHA256 
efe84a997c57c394d1cc1067a1d63fd77719f015e8eb42bfa9fe8225250e8ddc SHA512 
091206e31fa12b7298023c06337c739d7a8a171094536eacaf3c5887056488acbca605c4ea0b41174c136ea98bf5c3f1cbe4481c2ad9672715e45f28f27f2916
 WHIRLPOOL 
182a6b44f5f7b514b75e74856a913619e27c813d654106b67ae7c1385bc31895c1dde6e943ffd8d6c6ee85a838993f202141c4c5383b4159cb7d300515e5bc70
 DIST firefox-49.0.source.tar.xz 189615184 SHA256 
6f7069fa94688f9fb5aa3bbb2ffa78456825067dd984afa714d74b3f0c6eaf63 SHA512 
9431f86dec5587131699ae57ae428be168e4d6c7d1d48df643c10540e8e18bc5eadfcd08bb204950be611c87d35d8a40aa8ece454b7dfa3992239639c2d688a9
 WHIRLPOOL 
acc7fe0210fa72123b67cfdf6d438ddb9f0dd7ea7c0464722cd898237057a0eed35a4de5dbb283ab1948dafa6b7a790d646853bc0025422d716d9a4e1b79db59
+DIST firefox-50.0-patches-01.tar.xz 11972 SHA256 
38661f09677608019017327d79a01d2cd527a1ce848f8a0e7e4d7b8d54827fdb SHA512 
98fd51fe6cca102b607155cfa53541b8ff17309e7036b62dc76ed276d8a5f344cfe2e8e08f2e0756c574d8a97d93b9dd6fc806d1209263fe3bde40d794d0c9a3
 WHIRLPOOL 
a188943bbf14e4010ffc770cc5439411804be5d72f3893bb1e9e15ae85a8872564d32976bce9720eb8681c5c2e4ea031c0b45bab921d937f6e3f6b4ba5023d3f
+DIST firefox-50.0b6.source.tar.xz 195877380 SHA256 
8ccf3fa9339fb4d8a0fdb6f3fc3c5f7405129f19f488fadbc6841c6d1f18d03e SHA512 
b5738607874916b8b80cfa8d513ea64f0cf7e29daf9ae4f95447bc043f531f4fe40769868377ded6d021db7e38743137b897cb662bb2a3fa4c9273126eafcef9
 WHIRLPOOL 
516befc9d8c7544658e9c99953e9224d4f8fc3745e52f200d962515edaffe0145810177ba1edc492db061746f775c1eb6edbaab9c9af14ae364a93de7d5f1b8d

diff --git a/www-client/firefox/firefox-50.0_beta6.ebuild 
b/www-client/firefox/firefox-50.0_beta6.ebuild
new file mode 100644
index 000..d996cad
--- /dev/null
+++ b/www-client/firefox/firefox-50.0_beta6.ebuild
@@ -0,0 +1,366 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VIRTUALX_REQUIRED="pgo"
+WANT_AUTOCONF="2.1"
+MOZ_ESR=""
+
+# This list can be updated with scripts/get_langs.sh from the mozilla overlay
+MOZ_LANGS=( ach af an ar as ast az be bg bn-BD bn-IN br bs ca cak cs cy da de 
dsb
+el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL
+ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM id is it ja kk km kn ko lij lt
+lv mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl
+son sq sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW )
+
+# Convert the ebuild version to the upstream mozilla version, used by 
mozlinguas
+MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
+MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI
+MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
+
+if [[ ${MOZ_ESR} == 1 ]]; then
+   # ESR releases have slightly different version numbers
+   MOZ_PV="${MOZ_PV}esr"
+fi
+
+# Patch version
+PATCH="${PN}-50.0-patches-01"
+MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases";
+
+MOZCONFIG_OPTIONAL_GTK2ONLY=1
+MOZCONFIG_OPTIONAL_WIFI=1
+MOZCONFIG_OPTIONAL_JIT="enabled"
+
+inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v6.49 pax-utils fdo-mime autotools virtualx mozlinguas-v2
+
+DESCRIPTION="Firefox Web Browser"
+HOMEPAGE="http://www.mozilla.com/firefox";
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+
+SLOT="0"
+LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
+IUSE="bindist hardened +hwaccel pgo selinux +gmp-autoupdate test"
+RESTRICT="!bindist? ( bindist )"
+
+PATCH_URIS=( 
https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz
 )
+SRC_URI="${SRC_URI}
+   ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz
+   ${PATCH_URIS[@]}"
+
+ASM_DEPEND=">=dev-lang/yasm-1.1"
+
+RDEPEND="
+   >=dev-libs/nss-3.25
+   >=dev-libs/nspr-4.12
+   selinux? (

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

2016-10-11 Thread Matt Thode
commit: eca594dc8c7c68c3f82ddd6e7f5cc874406d4c6b
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 11 17:53:59 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Oct 11 17:53:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca594dc

sys-cluster/neutron: bup

Package-Manager: portage-2.3.0

 sys-cluster/neutron/Manifest  |  3 +++
 sys-cluster/neutron/neutron-2016.1..ebuild|  2 +-
 .../{neutron-2016.1..ebuild => neutron-8.3.0.ebuild}  | 11 +--
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 29a484c..ed59c63 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,10 +1,13 @@
 DIST neutron-8.2.0.tar.gz 2820699 SHA256 
8d6edde5cacd5f77bf9f95c0ecee8acfcdceafa1ae4a2dd4ad3ea7ad7343811c SHA512 
e7ec025678d23a13c7cbefa4a23f0a72afeefb7118f93419b8227d74de38661024d80a5797e0b67a0322dd5118010de3ef8c8a62106ea46cff4579f6f29f0d68
 WHIRLPOOL 
e719d16d690cb6f0e99021854358758a1dc64c50239593785dae3313e1284068ada80566bb6f064666a2b140a64f988194d32d9ed0908575bbae651b5f5db0e5
+DIST neutron-8.3.0.tar.gz 2839603 SHA256 
f1ac7563ed12eb3a6d5679966df606183a8f133db7abc51d1edffb5aadf6306c SHA512 
6f53d437430e819402d0911a0319f421024c052f5ab9cf23ef456087ed5a9e8177410bdebce3a135e823268a578a4fdd54ac81d3d8b4dcc7f6487692fa470a93
 WHIRLPOOL 
85234f790c684763c133e09b99f7d2b2a206dec76764f31fc9a65f27bbf3fa78dad907546355db650d5bd3f90bd930a86b2e5828fea494496397e0b7a024798a
 DIST neutron-9.0.0.tar.gz 3012055 SHA256 
f8f46f9b9ae5a4673e557fa6f48314390ed992fa6c8f53ad890e3004488df8aa SHA512 
4c404725e5ecbd6f306923b05276cfde63b2a3a83f972e39fa7e32876ccb9f70d5177717aa077b70daace993b993ca2c0e059ad860b8d5f9bf960e86fbeb999e
 WHIRLPOOL 
dde00afa5558a31b18f68f41df8a400114975e35020ba34edea4268c90b0789edcb8d25decd42003d357642827d45dec24aa61a37260301337bf94073e384403
 DIST neutron-configs-2016.1..tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
 DIST neutron-configs-2016.2..tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
 DIST neutron-configs-8.2.0.tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
+DIST neutron-configs-8.3.0.tar.gz 11523 SHA256 
906229c66882eb05d782a749b53b9368df28ae69eb99179cbaed2640996dd227 SHA512 
95ff31ce599977b8bbd7f8783ba41c1f760a30721e8a6ea84fc8f0ecfc4f429d624dad29728d5bc026f7d76a4da6e19c0f4718fd1b58b65c50ff0470a3cf8f2d
 WHIRLPOOL 
38868696cb444cd7c4eaaf704bfb8e2efb6486aa67a99951afd43de1a8e8ca7224e8b8592a2c28e09a7a43c1a9cf0ca02e44e05a50cc370bb9dacee873022a6d
 DIST neutron-configs-9.0.0.tar.gz 13458 SHA256 
111e940f7da24c18673794188f348285997a0e1f250446076700902bab101f71 SHA512 
42f9a685f0869c491610c66f5bc5f952b959a0a8514687007814e0ca97e27fb491460bc64eaf8fc47e982c8519b1dc9b5e2b4a3c047535b52521b3325ba38d44
 WHIRLPOOL 
bcceb81f46d69aa02876f2d2a76c642f9b48b472dc3e6217bef48649ecfa64d535c2361d224889f31f21b7fb40bb97930ab93443abe6d9cddfd56f19d84f5601
 DIST neutron-ml2-plugins-2016.1..tar.gz 2031 SHA256 
af1f0436924a64d9a07f0770f06d0a2e48457b45389e1ab90e42c7157797557b SHA512 
b0c194ad29d7e7a44c04b74a109523044cf268ebd8cb91965759a5cbba7cef47c252f7d0ab49bf888a74b1776891b99402dd54d45fd6099734fa03afd519350d
 WHIRLPOOL 
c279518f1868c54409a28dea03f32aa60a413af9dc3ce4387034aaab6387f1c96a937c370bcab3e6e96474a12f19f3794e7b3e0482cb067fb2b060ad09faabad
 DIST neutron-ml2-plugins-2016.2..tar.gz 2073 SHA256 
1e12e81673168860a2d7c5172deb00a7301d0a698014113dfcfba74759ba444d SHA512 
bcde3a4d5e041c0080503cdf8f60c83e1c09f873010e78f4bc9066f57b17cf69394cf71cedbb8d3819a62d9cfdd545b102f16b53c0e3deb44b1d03136c14d711
 WHIRLPOOL 
099e19f4ec98fb54187e100af057711db3df3f86ae117a03f38afe37b6c5135666330aeb05867331cc015e8f14bee6e34942d1cb5aec63f92e01e7d6ae69f671
 DIST neutron-ml2-plugins-8.2.0.tar.gz 2031 SHA256 
af1f0436924a64d9a07f0770f06d0a2e48457b45389e1ab90e42c7157797557b SHA512 
b0c194ad29d7e7a44c04b74a109523044cf268ebd8cb91965759a5cbba7cef47c252f7d0ab49bf888a74b1776891b99402dd54d45fd6099734fa03afd519350d

[gentoo-commits] repo/gentoo:master commit in: net-libs/libpcap/

2016-10-11 Thread Jeroen Roovers
commit: 9f8fcfbb5f37b82c44e0155068e9a62693d9140c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 17:36:32 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 17:40:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8fcfbb

net-libs/libpcap: Add new HOMEPAGE.

Package-Manager: portage-2.3.1

 net-libs/libpcap/libpcap-1.8.0.ebuild | 5 -
 net-libs/libpcap/libpcap-.ebuild  | 7 +--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/net-libs/libpcap/libpcap-1.8.0.ebuild 
b/net-libs/libpcap/libpcap-1.8.0.ebuild
index 21d5de4..469bb75 100644
--- a/net-libs/libpcap/libpcap-1.8.0.ebuild
+++ b/net-libs/libpcap/libpcap-1.8.0.ebuild
@@ -6,7 +6,10 @@ EAPI=6
 inherit autotools eutils multilib-minimal
 
 DESCRIPTION="A system-independent library for user-level network packet 
capture"
-HOMEPAGE="http://www.tcpdump.org/";
+HOMEPAGE="
+   http://www.tcpdump.org/
+   https://github.com/the-tcpdump-group/libpcap
+"
 SRC_URI="
https://github.com/the-tcpdump-group/${PN}/archive/${P}.tar.gz
 "

diff --git a/net-libs/libpcap/libpcap-.ebuild 
b/net-libs/libpcap/libpcap-.ebuild
index 1c311cd..4aefd6d 100644
--- a/net-libs/libpcap/libpcap-.ebuild
+++ b/net-libs/libpcap/libpcap-.ebuild
@@ -6,13 +6,16 @@ EAPI=6
 inherit autotools eutils git-r3 multilib-minimal
 
 DESCRIPTION="A system-independent library for user-level network packet 
capture"
-HOMEPAGE="http://www.tcpdump.org/";
 EGIT_REPO_URI="https://github.com/the-tcpdump-group/libpcap";
+HOMEPAGE="
+   http://www.tcpdump.org/
+   ${EGIT_REPO_URI}
+"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 IUSE="bluetooth dbus netlink static-libs canusb"
+KEYWORDS=""
 
 RDEPEND="
bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )



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

2016-10-11 Thread Jeroen Roovers
commit: 963d8c5f1f25fdbf991f42c3bf3c9c97478eb0e2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Oct 11 17:38:10 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Oct 11 17:40:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963d8c5f

net-analyzer/tcpdump: Add new HOMEPAGE.

Package-Manager: portage-2.3.1

 net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild | 5 -
 net-analyzer/tcpdump/tcpdump-.ebuild | 7 +--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild
index 2dfe549..edeef25 100644
--- a/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.8.0-r1.ebuild
@@ -6,7 +6,10 @@ EAPI=6
 inherit flag-o-matic toolchain-funcs user
 
 DESCRIPTION="A Tool for network monitoring and data acquisition"
-HOMEPAGE="http://www.tcpdump.org/";
+HOMEPAGE="
+   http://www.tcpdump.org/
+   https://github.com/the-tcpdump-group/tcpdump
+"
 SRC_URI="
https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz
 "

diff --git a/net-analyzer/tcpdump/tcpdump-.ebuild 
b/net-analyzer/tcpdump/tcpdump-.ebuild
index f19a0c4..c963896 100644
--- a/net-analyzer/tcpdump/tcpdump-.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-.ebuild
@@ -6,13 +6,16 @@ EAPI=6
 inherit eutils flag-o-matic git-r3 toolchain-funcs user
 
 DESCRIPTION="A Tool for network monitoring and data acquisition"
-HOMEPAGE="http://www.tcpdump.org/";
 EGIT_REPO_URI="https://github.com/the-tcpdump-group/tcpdump";
+HOMEPAGE="
+   http://www.tcpdump.org/
+   ${EGIT_REPO_URI}
+"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 IUSE="+drop-root libressl smi ssl samba suid test"
+KEYWORDS=""
 
 RDEPEND="
drop-root? ( sys-libs/libcap-ng )



[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-10-11 Thread Anthony G. Basile
commit: b548557279b0d4fb9cd9e2fea2b62c02db2a05d1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 11 17:16:44 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 11 17:16:44 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=b5485572

world: drop many pkgs masked/dropped in tree

 core/etc/grs/world.conf| 15 ---
 core/var/lib/portage/world.CYCLE.4 | 10 --
 2 files changed, 25 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 119436f..5d74ee2 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -3836,9 +3836,6 @@ package.use : dev-util/global:0 -doc -emacs -vim
 [dev-util/jay:0]
 package.use : dev-util/jay:0 -java -mono
 
-[dev-util/ketchup:0]
-package.use : dev-util/ketchup:0 -doc
-
 [dev-util/memprof:0]
 package.use : dev-util/memprof:0 -nls
 
@@ -4971,9 +4968,6 @@ package.use : media-gfx/sam2p:0 -examples gif
 [media-gfx/scantailor:0]
 package.use : media-gfx/scantailor:0 -test opengl
 
-[media-gfx/skencil:0]
-package.use : media-gfx/skencil:0 -nls
-
 [media-gfx/splashutils:0]
 package.use : media-gfx/splashutils:0 -fbcondecor -gpm hardened png truetype
 
@@ -5418,9 +5412,6 @@ package.use : media-libs/libxtract:0 -doc -fftw 
static-libs
 [media-libs/libzen:0]
 package.use : media-libs/libzen:0 -doc static-libs
 
-[media-libs/mash:0.2]
-package.use : media-libs/mash:0.2 -doc -examples introspection
-
 [media-libs/mesa:0]
 package.use : media-libs/mesa:0 -d3d9 -debug -gallium -gles1 -gles2 -llvm 
-opencl -openmax -osmesa -selinux -vaapi -vdpau -video_cards_freedreno 
-video_cards_i915 -video_cards_i965 -video_cards_ilo -video_cards_r100 
-video_cards_r200 -video_cards_r300 -video_cards_r600 -video_cards_radeonsi 
-video_cards_vmware -wayland -xa bindist classic dri3 egl gbm nptl pax_kernel 
pic udev video_cards_intel video_cards_nouveau video_cards_radeon xvmc
 
@@ -5760,9 +5751,6 @@ package.use : media-sound/jack-audio-connection-kit:0 
-altivec -coreaudio -cpu_f
 [media-sound/jack-rack:0]
 package.use : media-sound/jack-rack:0 -gnome -lash alsa xml
 
-[media-sound/jokosher:0]
-package.use : media-sound/jokosher:0 -gnome
-
 [media-sound/lame:0]
 package.use : media-sound/lame:0 -cpu_flags_x86_mmx -debug -mp3rtp -sndfile 
frontend static-libs
 
@@ -6441,9 +6429,6 @@ package.use : net-libs/rest:0.7 -test gnome introspection
 [net-libs/serf:1]
 package.use : net-libs/serf:1 -kerberos
 
-[net-libs/socket++:0]
-package.use : net-libs/socket++:0 -debug -static-libs
-
 [net-libs/socket_wrapper:0]
 package.use : net-libs/socket_wrapper:0 -test
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 5112872..cea9f33 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1360,7 +1360,6 @@ dev-util/global
 dev-util/gnome-devel-docs
 dev-util/gource
 dev-util/jay
-dev-util/ketchup
 dev-util/kscope
 dev-util/linklint
 dev-util/lockrun
@@ -2032,7 +2031,6 @@ media-gfx/quat
 media-gfx/ristretto
 media-gfx/rotoscope
 media-gfx/scantailor
-media-gfx/skencil
 media-gfx/splash-themes-gentoo
 media-gfx/springgraph
 media-gfx/sxiv
@@ -2067,7 +2065,6 @@ media-libs/liblscp
 media-libs/libmkv
 media-libs/libopendaap
 media-libs/libptp2
-media-libs/mash
 media-libs/phat
 media-libs/sampleicc
 media-libs/sdif
@@ -2132,7 +2129,6 @@ media-radio/flrig
 media-radio/gpredict
 media-radio/ibp
 media-radio/qrq
-media-radio/radiotray
 media-radio/xdx
 media-sound/SmarTagger
 media-sound/a2jmidid
@@ -2185,7 +2181,6 @@ media-sound/id3tool
 media-sound/jaaa
 media-sound/jack
 media-sound/jack-rack
-media-sound/jokosher
 media-sound/lastfmplayer
 media-sound/lyvi
 media-sound/mangler
@@ -2403,12 +2398,10 @@ net-analyzer/yersinia
 net-analyzer/zabbix
 net-analyzer/zniper
 net-dialup/cutecom
-net-dialup/dtrace
 net-dialup/fbgetty
 net-dialup/freeradius
 net-dialup/globespan-adsl
 net-dialup/isdn-firmware
-net-dialup/itund
 net-dialup/minicom
 net-dialup/moserial
 net-dialup/picocom
@@ -2492,7 +2485,6 @@ net-libs/jreen
 net-libs/liboping
 net-libs/librouteros
 net-libs/librpcsecgss
-net-libs/socket++
 net-mail/altermime
 net-mail/amavis-logwatch
 net-mail/archivemail
@@ -2715,7 +2707,6 @@ net-wireless/aircrack-ng
 net-wireless/airtraf
 net-wireless/b43-fwcutter
 net-wireless/bluez-hcidump
-net-wireless/chillispot
 net-wireless/hostap-utils
 net-wireless/kismet
 net-wireless/wavemon
@@ -2955,7 +2946,6 @@ sys-fs/mtpfs
 sys-fs/pysize
 sys-fs/safecopy
 sys-fs/shake
-sys-fs/siefs
 sys-fs/simple-mtpfs
 sys-fs/treesize
 sys-fs/udftools



[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-10-11 Thread Anthony G. Basile
commit: d6b07d9b6fccafee8837268cbf80ca74db329c5d
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 11 17:16:44 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 11 17:17:12 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=d6b07d9b

world: drop many pkgs masked/dropped in tree

 core/etc/grs/world.conf| 15 ---
 core/var/lib/portage/world.CYCLE.4 | 10 --
 2 files changed, 25 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index aee83aa..d84332e 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -3832,9 +3832,6 @@ package.use : dev-util/global:0 -doc -emacs -vim
 [dev-util/jay:0]
 package.use : dev-util/jay:0 -java -mono
 
-[dev-util/ketchup:0]
-package.use : dev-util/ketchup:0 -doc
-
 [dev-util/memprof:0]
 package.use : dev-util/memprof:0 -nls
 
@@ -4971,9 +4968,6 @@ package.use : media-gfx/sam2p:0 -examples gif
 [media-gfx/scantailor:0]
 package.use : media-gfx/scantailor:0 -test opengl
 
-[media-gfx/skencil:0]
-package.use : media-gfx/skencil:0 -nls
-
 [media-gfx/splashutils:0]
 package.use : media-gfx/splashutils:0 -fbcondecor -gpm hardened png truetype
 
@@ -5420,9 +5414,6 @@ package.use : media-libs/libxtract:0 -doc -fftw 
static-libs
 [media-libs/libzen:0]
 package.use : media-libs/libzen:0 -doc static-libs
 
-[media-libs/mash:0.2]
-package.use : media-libs/mash:0.2 -doc -examples introspection
-
 [media-libs/mesa:0]
 package.use : media-libs/mesa:0 -d3d9 -debug -gallium -gles1 -gles2 -llvm 
-opencl -openmax -osmesa -selinux -vaapi -vdpau -video_cards_freedreno 
-video_cards_i915 -video_cards_i965 -video_cards_ilo -video_cards_r100 
-video_cards_r200 -video_cards_r300 -video_cards_r600 -video_cards_radeonsi 
-video_cards_vmware -wayland -xa bindist classic dri3 egl gbm nptl pax_kernel 
pic udev video_cards_intel video_cards_nouveau video_cards_radeon xvmc
 
@@ -5762,9 +5753,6 @@ package.use : media-sound/jack-audio-connection-kit:0 
-altivec -coreaudio -cpu_f
 [media-sound/jack-rack:0]
 package.use : media-sound/jack-rack:0 -gnome -lash alsa xml
 
-[media-sound/jokosher:0]
-package.use : media-sound/jokosher:0 -gnome
-
 [media-sound/lame:0]
 package.use : media-sound/lame:0 -cpu_flags_x86_mmx -debug -mp3rtp -sndfile 
frontend static-libs
 
@@ -6445,9 +6433,6 @@ package.use : net-libs/rest:0.7 -test gnome introspection
 [net-libs/serf:1]
 package.use : net-libs/serf:1 -kerberos
 
-[net-libs/socket++:0]
-package.use : net-libs/socket++:0 -debug -static-libs
-
 [net-libs/socket_wrapper:0]
 package.use : net-libs/socket_wrapper:0 -test
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 228c1dc..845f06d 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1360,7 +1360,6 @@ dev-util/global
 dev-util/gnome-devel-docs
 dev-util/gource
 dev-util/jay
-dev-util/ketchup
 dev-util/kscope
 dev-util/linklint
 dev-util/lockrun
@@ -2032,7 +2031,6 @@ media-gfx/quat
 media-gfx/ristretto
 media-gfx/rotoscope
 media-gfx/scantailor
-media-gfx/skencil
 media-gfx/splash-themes-gentoo
 media-gfx/springgraph
 media-gfx/sxiv
@@ -2067,7 +2065,6 @@ media-libs/liblscp
 media-libs/libmkv
 media-libs/libopendaap
 media-libs/libptp2
-media-libs/mash
 media-libs/phat
 media-libs/sampleicc
 media-libs/sdif
@@ -2132,7 +2129,6 @@ media-radio/flrig
 media-radio/gpredict
 media-radio/ibp
 media-radio/qrq
-media-radio/radiotray
 media-radio/xdx
 media-sound/SmarTagger
 media-sound/a2jmidid
@@ -2185,7 +2181,6 @@ media-sound/id3tool
 media-sound/jaaa
 media-sound/jack
 media-sound/jack-rack
-media-sound/jokosher
 media-sound/lastfmplayer
 media-sound/lyvi
 media-sound/mangler
@@ -2403,12 +2398,10 @@ net-analyzer/yersinia
 net-analyzer/zabbix
 net-analyzer/zniper
 net-dialup/cutecom
-net-dialup/dtrace
 net-dialup/fbgetty
 net-dialup/freeradius
 net-dialup/globespan-adsl
 net-dialup/isdn-firmware
-net-dialup/itund
 net-dialup/minicom
 net-dialup/moserial
 net-dialup/picocom
@@ -2492,7 +2485,6 @@ net-libs/jreen
 net-libs/liboping
 net-libs/librouteros
 net-libs/librpcsecgss
-net-libs/socket++
 net-mail/altermime
 net-mail/amavis-logwatch
 net-mail/archivemail
@@ -2715,7 +2707,6 @@ net-wireless/aircrack-ng
 net-wireless/airtraf
 net-wireless/b43-fwcutter
 net-wireless/bluez-hcidump
-net-wireless/chillispot
 net-wireless/hostap-utils
 net-wireless/kismet
 net-wireless/wavemon
@@ -2955,7 +2946,6 @@ sys-fs/mtpfs
 sys-fs/pysize
 sys-fs/safecopy
 sys-fs/shake
-sys-fs/siefs
 sys-fs/simple-mtpfs
 sys-fs/treesize
 sys-fs/udftools



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/, core/var/lib/portage/

2016-10-11 Thread Anthony G. Basile
commit: 013dc0a88e2cd0e94f05fb72d2480a286d05a2f1
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 11 17:16:44 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 11 17:17:26 2016 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=013dc0a8

world: drop many pkgs masked/dropped in tree

 core/etc/grs/world.conf| 15 ---
 core/var/lib/portage/world.CYCLE.4 | 10 --
 2 files changed, 25 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 94d621b..f210e35 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -3896,9 +3896,6 @@ env : MAKEOPTS="-j1"
 [dev-util/jay:0]
 package.use : dev-util/jay:0 -java -mono
 
-[dev-util/ketchup:0]
-package.use : dev-util/ketchup:0 -doc
-
 [dev-util/memprof:0]
 package.use : dev-util/memprof:0 -nls
 
@@ -5044,9 +5041,6 @@ package.use : media-gfx/sam2p:0 -examples gif
 [media-gfx/scantailor:0]
 package.use : media-gfx/scantailor:0 -test opengl
 
-[media-gfx/skencil:0]
-package.use : media-gfx/skencil:0 -nls
-
 [media-gfx/splashutils:0]
 package.use : media-gfx/splashutils:0 -fbcondecor -gpm hardened png truetype
 
@@ -5495,9 +5489,6 @@ package.use : media-libs/libxtract:0 -doc -fftw 
static-libs
 [media-libs/libzen:0]
 package.use : media-libs/libzen:0 -doc static-libs
 
-[media-libs/mash:0.2]
-package.use : media-libs/mash:0.2 -doc -examples introspection
-
 [media-libs/mesa:0]
 package.use : media-libs/mesa:0 -d3d9 -debug -gallium -gles1 -gles2 -llvm 
-opencl -openmax -osmesa -selinux -vaapi -vdpau -video_cards_freedreno 
-video_cards_i915 -video_cards_i965 -video_cards_ilo -video_cards_r100 
-video_cards_r200 -video_cards_r300 -video_cards_r600 -video_cards_radeonsi 
-video_cards_vmware -wayland -xa bindist classic dri3 egl gbm nptl pax_kernel 
pic udev video_cards_intel video_cards_nouveau video_cards_radeon xvmc
 
@@ -5837,9 +5828,6 @@ package.use : media-sound/jack-audio-connection-kit:0 
-altivec -coreaudio -cpu_f
 [media-sound/jack-rack:0]
 package.use : media-sound/jack-rack:0 -gnome -lash alsa xml
 
-[media-sound/jokosher:0]
-package.use : media-sound/jokosher:0 -gnome
-
 [media-sound/lame:0]
 package.use : media-sound/lame:0 -cpu_flags_x86_mmx -debug -mp3rtp -sndfile 
frontend static-libs
 
@@ -6526,9 +6514,6 @@ package.use : net-libs/rest:0.7 -test gnome introspection
 [net-libs/serf:1]
 package.use : net-libs/serf:1 -kerberos
 
-[net-libs/socket++:0]
-package.use : net-libs/socket++:0 -debug -static-libs
-
 [net-libs/socket_wrapper:0]
 package.use : net-libs/socket_wrapper:0 -test
 

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index 228c1dc..845f06d 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1360,7 +1360,6 @@ dev-util/global
 dev-util/gnome-devel-docs
 dev-util/gource
 dev-util/jay
-dev-util/ketchup
 dev-util/kscope
 dev-util/linklint
 dev-util/lockrun
@@ -2032,7 +2031,6 @@ media-gfx/quat
 media-gfx/ristretto
 media-gfx/rotoscope
 media-gfx/scantailor
-media-gfx/skencil
 media-gfx/splash-themes-gentoo
 media-gfx/springgraph
 media-gfx/sxiv
@@ -2067,7 +2065,6 @@ media-libs/liblscp
 media-libs/libmkv
 media-libs/libopendaap
 media-libs/libptp2
-media-libs/mash
 media-libs/phat
 media-libs/sampleicc
 media-libs/sdif
@@ -2132,7 +2129,6 @@ media-radio/flrig
 media-radio/gpredict
 media-radio/ibp
 media-radio/qrq
-media-radio/radiotray
 media-radio/xdx
 media-sound/SmarTagger
 media-sound/a2jmidid
@@ -2185,7 +2181,6 @@ media-sound/id3tool
 media-sound/jaaa
 media-sound/jack
 media-sound/jack-rack
-media-sound/jokosher
 media-sound/lastfmplayer
 media-sound/lyvi
 media-sound/mangler
@@ -2403,12 +2398,10 @@ net-analyzer/yersinia
 net-analyzer/zabbix
 net-analyzer/zniper
 net-dialup/cutecom
-net-dialup/dtrace
 net-dialup/fbgetty
 net-dialup/freeradius
 net-dialup/globespan-adsl
 net-dialup/isdn-firmware
-net-dialup/itund
 net-dialup/minicom
 net-dialup/moserial
 net-dialup/picocom
@@ -2492,7 +2485,6 @@ net-libs/jreen
 net-libs/liboping
 net-libs/librouteros
 net-libs/librpcsecgss
-net-libs/socket++
 net-mail/altermime
 net-mail/amavis-logwatch
 net-mail/archivemail
@@ -2715,7 +2707,6 @@ net-wireless/aircrack-ng
 net-wireless/airtraf
 net-wireless/b43-fwcutter
 net-wireless/bluez-hcidump
-net-wireless/chillispot
 net-wireless/hostap-utils
 net-wireless/kismet
 net-wireless/wavemon
@@ -2955,7 +2946,6 @@ sys-fs/mtpfs
 sys-fs/pysize
 sys-fs/safecopy
 sys-fs/shake
-sys-fs/siefs
 sys-fs/simple-mtpfs
 sys-fs/treesize
 sys-fs/udftools



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

2016-10-11 Thread Patrice Clement
commit: 2673a8b054e3c1a0e3699140cfff71acb4238047
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct 11 17:07:06 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 17:09:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2673a8b0

dev-python/testfixtures: clean up old.

Package-Manager: portage-2.3.0

 dev-python/testfixtures/Manifest  |  7 ---
 dev-python/testfixtures/files/docbuild.patch  | 25 --
 dev-python/testfixtures/testfixtures-3.0.0.ebuild | 45 -
 dev-python/testfixtures/testfixtures-4.1.1.ebuild | 55 -
 dev-python/testfixtures/testfixtures-4.1.2.ebuild | 55 -
 dev-python/testfixtures/testfixtures-4.3.3.ebuild | 59 --
 dev-python/testfixtures/testfixtures-4.4.0.ebuild | 60 ---
 dev-python/testfixtures/testfixtures-4.6.0.ebuild | 60 ---
 dev-python/testfixtures/testfixtures-4.7.0.ebuild | 60 ---
 9 files changed, 426 deletions(-)

diff --git a/dev-python/testfixtures/Manifest b/dev-python/testfixtures/Manifest
index 12f5eba..1a6ad7e 100644
--- a/dev-python/testfixtures/Manifest
+++ b/dev-python/testfixtures/Manifest
@@ -1,8 +1 @@
-DIST testfixtures-3.0.0.tar.gz 75303 SHA256 
20e82e23ffc39bd7d55317f2e87e49aa33ac15142f2bd38fedde696ccaa9469f SHA512 
9bc7e30cad6a0c932f23de49f9aff099cb4de824f20b4f98bf1fb4a7313d7ac8d763f7c8208bc0f5351dcd899daa3d2fbc18cdc2143c1b65cefbe0f3ba29df0c
 WHIRLPOOL 
5d51daa288f0c31ce0547815b15f7242df4d3309f2c0845cfa36241ba6d16b151caa1924977a35ae9753c1243724d1aac74cda2b7f5e64e981c378fa6696a512
-DIST testfixtures-4.1.1.tar.gz 81356 SHA256 
c61b13fd9cac0313e2aafd565a007860d83b218a138117ac421368d2896bc215 SHA512 
08785961560218c3a06043158af8364b46b850c159a82e5fd05ccd88133786aed1a0ec9038ef0c0e36430853559e29fefca8f6bfee1b942730010cd3fb8e9ae4
 WHIRLPOOL 
be548f4fa3bf9428cf683d229c9c4569ba2028a05aa284d803a282af293999fd38565f2b9701751c8f84d57faea6efd3a9e1e5ee5375b719957fe6dc7c4cbdf5
-DIST testfixtures-4.1.2.tar.gz 81689 SHA256 
bc27063ac9bce80ac99fe315f2b34053b113ca420b6bbbaf0c19c49c09bb286a SHA512 
bf5171b1e1918e88dd887a7dbca6c340e1c197224135e4080551d1830187aa868e53d8302751059da478e2452b1f68a49ae5fba206e48fec554e6d5f237ee5a4
 WHIRLPOOL 
8d10fb590bb31ff4b5f24f941c41349ac606d91bf62679f70356cddfbdedb7b64f9addca1a419432987a78ebd520ae5b7ce5ddfb043f6452c3e364f266854ed8
-DIST testfixtures-4.3.3.tar.gz 86546 SHA256 
ffe66d08ef2fdc0be5e6abe1e1d51384ae941747d3df86d5d8238014b9161f62 SHA512 
918fd757c61e4f8b7aa54343036546efab8c014fdaaed1dc5edf6a4b0c636e00396a0400b87a28f0ae43cd318590bf63ff8240e59781f7e183fdd4ebbdac7100
 WHIRLPOOL 
7d4f2e75c39f8a8ac39cfc577515d9b5b11540b8337f63cb51d75250191d7bcea1d79515b581cb921c7dc273d781c264990118f7ee1cc5579ebd9341097546bf
-DIST testfixtures-4.4.0.tar.gz 87356 SHA256 
41096fe91c2939177f1729783bbfaef9e777ba44e7d8ff819ab1318d78beeba7 SHA512 
0fdb87e1fd8311cbab274f4db71ec76767cc9e2f771eefb1a110bf42b07e30fc9edbe2db124742b3102b8f114af2666b0b8726f6330871fd72c7ea2f535d5fed
 WHIRLPOOL 
8b5bb18b682f420ae4b66aa1da9ca0f312bff1974400b586cb2bcae635037e629352b37cfa2d1f8c7f91fd880e726c34d7f3aa532b2e04188f5f99ac7a69e2c1
-DIST testfixtures-4.6.0.tar.gz 87322 SHA256 
f58ffea34cf0972a3fddcd1873d594d02289587f0ea1d3c1327749f9258cf013 SHA512 
cd1e35c907d2f264976161f72c335cc136bec41dd56ee773920eae52a8553fbd7367c9218ba30acccd0a98c067a5aaf675655924f94da60cc190c608714b6bc2
 WHIRLPOOL 
64cb69d26217cf3748e87fc99029d586b20ee2ce13a8af98454cd33bd4121c021726cb7579b82dfead0b2a281e85fc3906a18ebd2c6a5b6c35c6b1eed49aaa1b
-DIST testfixtures-4.7.0.tar.gz 87453 SHA256 
214f986a1f590eb67434dd110cc5046f2ec9d6fe0fc9b8a2e7e8203bfe745220 SHA512 
7795ac4181018851f31360653e8f6766af2d96db1b453bd395fcdcb8d4ee02c3db644da7e6c83b170d0cca23f2c81f130b56dc086f3b2bb846ccb335cd18aa8e
 WHIRLPOOL 
d91def6902dbe297fd94dfc42d1d1b2dceedf851c67cbab771baeb5093bd95e0b03f41f22a68558a7dfde216f6e6d1afa347c7857327a15aa7d4722cae2add9d
 DIST testfixtures-4.9.1.tar.gz 90117 SHA256 
e45eef63eb39e63f689ec9d25f03b9bcc201b15e6411f3b73cfe4d0611ad5e1d SHA512 
20053d22297b7852382a4f2bf6d76bde6489f788a9073aaae407f68bb6b3d7bdc4a045868cf7c99fd294936768745ee7d652c86a4a96c33fb0e95fa0d96d2a59
 WHIRLPOOL 
2cabb01d1d11fcf54aac3ba05ed5432bbe0eeb416699b8b4db108a94ce87b1cebe5c5594c350f5e39b1cb4f036dd9577620235b2ddc757ea31c956d3b97f43d3

diff --git a/dev-python/testfixtures/files/docbuild.patch 
b/dev-python/testfixtures/files/docbuild.patch
deleted file mode 100644
index dcdef32..
--- a/dev-python/testfixtures/files/docbuild.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -ur testfixtures-3.0.0.orig/docs/conf.py testfixtures-3.0.0/docs/conf.py
 docs/conf.py   2011-09-23 16:55:53.0 +0800
-+++ docs/conf.py   2014-06-30 15:36:43.591451878 +0800
-@@ -4,8 +4,7 @@
- pkg_info = pkginfo.Develop(os.path.join(os.path.dirname(__file__),'..'))
- 
- extensions = [
--'sphinx.ext.autodoc',
--'sphinx.ext.intersp

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

2016-10-11 Thread Patrice Clement
commit: 028d585090c68c2f36ed2e567a1aa0caf9ca5042
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct 11 17:04:06 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 17:09:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028d5850

dev-python/nose_fixes: Stable for amd64+x86.

Package-Manager: portage-2.3.0

 dev-python/nose_fixes/nose_fixes-1.3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/nose_fixes/nose_fixes-1.3.ebuild 
b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
index a226fc5..b5a5bc0 100644
--- a/dev-python/nose_fixes/nose_fixes-1.3.ebuild
+++ b/dev-python/nose_fixes/nose_fixes-1.3.ebuild
@@ -14,13 +14,14 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+DEPEND="
+   ${RDEPEND}
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' 
python2_7)



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

2016-10-11 Thread Patrice Clement
commit: d39e452329de1f4970ca97acc11ac4a1ab42f83d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct 11 17:04:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 17:09:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39e4523

dev-python/manuel: Stable for amd64+x86.

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/manuel/manuel-1.8.0.ebuild 
b/dev-python/manuel/manuel-1.8.0.ebuild
index 497c62b..3a95dcf 100644
--- a/dev-python/manuel/manuel-1.8.0.ebuild
+++ b/dev-python/manuel/manuel-1.8.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2016-10-11 Thread Patrice Clement
commit: 946dc8dfb912f2062398a428174306be143c503a
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct 11 17:04:36 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 17:09:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=946dc8df

dev-python/testfixtures: Stable for amd64+x86.

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/testfixtures/testfixtures-4.9.1.ebuild 
b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
index 45d8f0a..7748ec9 100644
--- a/dev-python/testfixtures/testfixtures-4.9.1.ebuild
+++ b/dev-python/testfixtures/testfixtures-4.9.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 DEPEND="



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

2016-10-11 Thread Patrice Clement
commit: b5f312d23839444ad8bf16b3c1577cdc9411d478
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct 11 17:07:02 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 17:09:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f312d2

dev-python/manuel: clean up old.

Package-Manager: portage-2.3.0

 dev-python/manuel/Manifest |  1 -
 .../manuel/files/manuel-1.7-rm_zope_test.patch | 92 --
 dev-python/manuel/manuel-1.7.1.ebuild  | 33 
 3 files changed, 126 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index f0b48b4..94bae12 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
-DIST manuel-1.7.1-20130316.tar.bz2 24910 SHA256 
4b23c562c84fe771d897b1ce237ba065940ffd5a847bc23bb6ec81070e0d0824 SHA512 
94dab56165b92761aa710aba057338ba3062faa375600885e9943e067726ced492493bee5d203883dad604d424f8599fab35fd605e024e2a4139fb5e1a32698e
 WHIRLPOOL 
75909a8fb55f264198733b3b0b0344c5a8e2039e23e55daab2a3dc4aba67ab7d0226ec4197e588a3625cf38062940008ebf0ca8c72a42b8b5077e2e1c38f39dd
 DIST manuel-1.8.0.tar.gz 207600 SHA256 
a974d7e83652b26be30f6f513fac95d28b9ffa5ae2819a5c63e2ef8594913eb6 SHA512 
8099df44cfd28c8ac6256f346bf8cd36091893a38d3c297099866b1a5db97286b9c9e69f3f12054d7eee9ae3985ca0a003d7b2cc082d28d59850bbcad6b57c57
 WHIRLPOOL 
7870484499d8c18916bf8349ed1a8a9be84eb074440b8c875f3a0468137edf45425a51545da3517a6c81a862708114eea2fa8561eaa219ccb1ff958d8fcb2afe

diff --git a/dev-python/manuel/files/manuel-1.7-rm_zope_test.patch 
b/dev-python/manuel/files/manuel-1.7-rm_zope_test.patch
deleted file mode 100644
index 3487e5f..
--- a/dev-python/manuel/files/manuel-1.7-rm_zope_test.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-diff -ur manuel-1.7.1.orig/src/manuel/tests.py manuel-1.7.1/src/manuel/tests.py
 src/manuel/tests.py2012-04-17 03:08:54.0 +0800
-+++ src/manuel/tests.py2012-05-21 20:43:20.981722893 +0800
-@@ -9,16 +9,17 @@
- import os.path
- import re
- import unittest
--import zope.testing.renormalizing
- 
- doctest = manuel.absolute_import('doctest')
- 
- here = os.path.dirname(os.path.abspath(__file__))
- 
--checker = zope.testing.renormalizing.RENormalizing([
-+try:
-+checker = zope.testing.renormalizing.RENormalizing([
- (re.compile(r">> list(suite)[0].shortDescription()
-+list(suite)[0].shortDescription()
- 'bugs.txt'
-
-
-
-
-

diff --git a/dev-python/manuel/manuel-1.7.1.ebuild 
b/dev-python/manuel/manuel-1.7.1.ebuild
deleted file mode 100644
index 15e19b1..
--- a/dev-python/manuel/manuel-1.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Manuel lets you build tested documentation"
-HOMEPAGE="https://github.com/benji-york/manuel/ 
https://pypi.python.org/pypi/manuel";
-# A snapshot was required since upstream missed out half the source
-SRC_URI="https://dev.gentoo.org/~idella4/tarballs/${P}-20130316.tar.bz2";
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-# Required to run tests
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( CHANGES.txt )
-
-PATCHES=( "${FILESDIR}"/${PN}-1.7-rm_zope_test.patch )
-
-python_test() {
-   PYTHONPATH=src/ esetup.py test
-}



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

2016-10-11 Thread Anthony G. Basile
commit: 9c5fa38b2236e356c162027e7a9209b96c80071f
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Oct 11 17:05:03 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 11 17:05:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5fa38b

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

vanilla-4.7 + genpatches-4.7-7 + grsecurity-3.1-4.7.7-201610101902

Package-Manager: portage-2.2.28

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

diff --git a/sys-kernel/hardened-sources/Manifest 
b/sys-kernel/hardened-sources/Manifest
index 3673144..7dec59b 100644
--- a/sys-kernel/hardened-sources/Manifest
+++ b/sys-kernel/hardened-sources/Manifest
@@ -9,6 +9,7 @@ DIST genpatches-4.4-9.base.tar.xz 304360 SHA256 
e9ba25000126256be414a273b154accc
 DIST genpatches-4.5-9.base.tar.xz 288788 SHA256 
01e613d8bcf6c168c9b129a574fd447fe84253084c6413e467dd5a8ec3911228 SHA512 
1cb8672bccebb4cc287a297d01cd5c2f4cbd2fdff79476b58068a20cd5950941cedbb494ef3cb3f9d7a877833dedc65d5f4a52dc39da7f09cc0067e772ecdfb9
 WHIRLPOOL 
c97e1772dbb19c628a0b1dfac19c8ff27e5dc98773440645ff9678b04a2afe488c0b452509ca73a674aec1dfdd035e506d0e593acb5b521ef059109ac7aa2a2a
 DIST genpatches-4.7-1.base.tar.xz 3000 SHA256 
55ec2087f5bcd466060a057c1bb2ce5b6f4559023fb09b31f2a7ca69b2080b35 SHA512 
28bb8961aa32f7dbabc9a25088b66b351b288c39b8d0148bba0158884cddc603080db1049f807a20beb6cdab75442b09a11624cdf1f22a25dc9b025028d2a875
 WHIRLPOOL 
0bb9c1f0f7472a1c5c22c1610a2c6a64c9b0f997f1a5bab0f1a1ef7d51025ae5b7ba91543f6d679dd261ac3c8ba178f8e4e7fc514ca69d1696325bf284843177
 DIST genpatches-4.7-6.base.tar.xz 181504 SHA256 
2e42ee2c63f5b9984b0b6124431492c07f6e7439faf456e8af8bf323d69a7360 SHA512 
7269ecdefa9c4678ab1baa674ff4650357867684dacbaabe7d91d9465d6b5305b7413935d34aca65257fbe7c56c10762a5fe4d101f7351158e562961ab2d996b
 WHIRLPOOL 
ec30f0e7ae58674322a5d52f6639c5eb7c7824cda2d8ef9e4908c9998fe559e25e52b9ced60ecb7994f193f15fc016ecfe6fae29961bb7407a3ee14a656576d0
+DIST genpatches-4.7-7.base.tar.xz 201872 SHA256 
cc146d975345d9bd9ee0bc06cbede108a27c6ea0bbc55c81d48a5970cec0d698 SHA512 
4e8042e8dd0a7af681638a8c0230c367402ac8cfa7c7a8b63128de38fbf2ff1f12a0e4b4d7d4e97dcc200541a988f328e4f9044879ae6cf80e76a817fdde74a2
 WHIRLPOOL 
35d7bdbe801facd4cfbaa4b8e4b6d95fcaa064a03b146ae5fde23b7a360515a34a3d8f2edc5a63324fd899508fdd0191678aca57ef08e319570d5382c4f54a87
 DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 
81f1417d210e0a6d9f5e180b9f828beb87ddc27571a16c40552d0fa1979982ec SHA512 
599dedbef6fa26efc2a62c19e0536accedff6c60968294e9a7246c9844b26491b4414b1b40106eee9bb7540f8cd4ae74ab3720029b0730ce5541e005ba60cb9b
 WHIRLPOOL 
84e22467a6dcc738043e47274ab2476b69f1796f1f23e3ca4ed8e244dd73a7e4998de683c1d93baccdd41eb232327d4ef1eb07d01b8a790510b8690334032f02
 DIST hardened-patches-4.4.8-2.extras.tar.bz2 1743408 SHA256 
5cde9a96f6a47ebe3c8abeb5d5add60480490fd365d4c31da2d7ac1973a4c258 SHA512 
cfb52ee6aee76b125a5a833cd9facc92ea1dff17129a488b66e976e94699cea8109e6f5df90835e818af1ea6e59e12cecc95159601d544f5b008560a1190b530
 WHIRLPOOL 
56facf79d5556aaac3bf08fa3b4be21b7fef561c8d3fd41943ce51c4d15b71e114be2e33914f5bf7e3d981abcebeffb95fb99aedde8d72231edcef72123ea9fa
 DIST hardened-patches-4.5.7-6.extras.tar.bz2 1870054 SHA256 
8a8c20dc44a0f452f0d2873e4efcf6dd53010e65976ce9986083f906fd2eb223 SHA512 
b1e853689395305d6d902259a952be21d768a60b46cd9dcbb8bd4ee0193a08806414cdcbd642df286bef92a82e08939c0ec3e5d53fcae999b0628a0d35ec3a2d
 WHIRLPOOL 
73d425f3d2faa6aeeeb3007e468ab3c3792f4d3c95122b0a9572579ef8e27fd253b94efcfd2d85483cc3c0250c73679b68ad10a93cc0e38ba36601a7fe8125ac
@@ -16,6 +17,7 @@ DIST hardened-patches-4.7.2-2.extras.tar.bz2 1964309 SHA256 
874baef76af186bed24a
 DIST hardened-patches-4.7.4-2.extras.tar.bz2 2024673 SHA256 
9f57a62daceb40c323c9874b35cff33263066bf23a325dcedccd4065c83e8c63 SHA512 
17c5ce3eabdb653fbbcca8b4097f3bdb6e7f6a02047018640e253e031e00d70e93bfcac743981a954c55d39647728dada7222a50fcce939a559c6587b6b8464e
 WHIRLPOOL 
d766c59468ea7d341443c43f91bcab8463a3fc9be92bd3b04082650f57abea0316bcfb48759a481340d1b186dafdb1a4c532f37c0b5a2ba33e25f8f6b120c1e8
 DIST hardened-patches-4.7.5-1.extras.tar.bz2 1894354 SHA256 
04567bfa052a3a81d2d276aeebe7f44989a61b089c5bc76bdef5287ff3dcb9aa SHA512 
d664bf1ffbf9d31272429043df912fe5b4e54af3873a972f1cf14a25df7c1310333d81bfd7bae41e2cb7d5e6a7f451677350b1bd5955ffd1dc7859006b2164e8
 WHIRLPOOL 
f0f3a76b4c28094449884f3c6265acaf4b8f1e1367e62c6fa28406cd904094c1d1ae441c3bebd17d1bdf2618b1fb938c07a3268ecb1a474b029e1ef072d1eb5a
 DIST hardened-patches-4.7.6-1.extras.tar.bz2 1913657 SHA256 
f32b7891fa0a821a60270f42dc817135d887ea55bda676e1141f0681ff360374 SHA512 
943b25c12071abab62a169a2daf6e2255c76e595678a2553eaac4b87f2f227f0bfc47daad246db9b002119c6be3ec56e8746a7cb598a29c8772b3de4f7601519
 WHIRLPOOL 
b1f5ddadf8d0387ade037a4b3f0e7e001971b01584f03ec40e61dda2db1e5762ac66266f00f5d95226337347dd9ed4

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

2016-10-11 Thread Anthony G. Basile
commit: 
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Oct 11 17:00:28 2016 +

New tag: 20161010




[gentoo-commits] repo/gentoo:master commit in: media-radio/unixcw/

2016-10-11 Thread Thomas Beierlein
commit: 9a7cb6035b672f83356feaf696dfb1fa73941ad3
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Tue Oct 11 16:44:47 2016 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Tue Oct 11 16:44:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7cb603

media-radio/unixcw: Build with C++11 for Qt (Bug #595444)

Package-Manager: portage-2.3.1

 media-radio/unixcw/unixcw-3.5.0-r1.ebuild | 71 +++
 1 file changed, 71 insertions(+)

diff --git a/media-radio/unixcw/unixcw-3.5.0-r1.ebuild 
b/media-radio/unixcw/unixcw-3.5.0-r1.ebuild
new file mode 100644
index ..728a79c
--- /dev/null
+++ b/media-radio/unixcw/unixcw-3.5.0-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils flag-o-matic multilib
+
+DESCRIPTION="A package of programs that fit together to form a morse code 
tutor program"
+HOMEPAGE="http://unixcw.sourceforge.net";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE="alsa ncurses pulseaudio suid qt5"
+
+RDEPEND="ncurses? ( sys-libs/ncurses:= )
+   qt5? ( dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5 )
+   alsa? ( media-libs/alsa-lib )
+   pulseaudio? ( media-sound/pulseaudio )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   sys-devel/libtool
+   !<=app-misc/cw-1.0.16-r1"
+
+src_prepare() {
+   append-cflags -std=gnu11
+   append-cxxflags -std=gnu++11
+}
+
+src_configure() {
+   econf --libdir=/usr/$(get_libdir) \
+   $(use_enable pulseaudio ) \
+   $(use_enable alsa ) \
+   $(use_enable ncurses cwcp ) \
+   $(use_enable qt5 xcwcp )
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   prune_libtool_files
+   dodoc ChangeLog NEWS README
+   if ! use suid ; then
+   fperms 711 /usr/bin/cw
+   if use ncurses ; then
+   fperms 711 /usr/bin/cwcp
+   fi
+   if use qt5 ; then
+   fperms 711 /usr/bin/xcwcp
+   fi
+   fi
+}
+
+pkg_postinst() {
+   if use suid ; then
+   ewarn "You have choosen to install 'cw', 'cwcp' and 'xcwcp' 
setuid"
+   ewarn "by setting USE=suid."
+   ewarn "Be aware that this is a security risk and not 
recommended."
+   ewarn ""
+   ewarn "These files do only need root access if you want to use 
the"
+   ewarn "PC speaker for morse sidetone output. You can 
alternativly"
+   ewarn "drop USE=suid and use sudo."
+   else
+   elog "Be aware that 'cw', 'cwcp' and 'xcwcp' needs root access 
if"
+   elog "you want to use the PC speaker for morse sidetone output."
+   elog "You can call the programs via sudo for that (see 'man 
sudo')."
+   fi
+}



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

2016-10-11 Thread Patrice Clement
commit: 9b2f40d3381f063e3e5ac272898791501d0ca889
Author: Mathy Vanvoorden  vanvoorden  be>
AuthorDate: Tue Oct 11 14:22:10 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 16:36:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2f40d3

dev-python/nose: fixed issue with testing with coverage 4.1.

I found a patch in an upstream PR but couldn't include the original as it was
against master, adapted it to v1.3.7.

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

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2536

Signed-off-by: Patrice Clement  gentoo.org>

 .../files/nose-1.3.7-coverage-4.1-support.patch| 20 +
 dev-python/nose/nose-1.3.7-r2.ebuild   | 94 ++
 2 files changed, 114 insertions(+)

diff --git a/dev-python/nose/files/nose-1.3.7-coverage-4.1-support.patch 
b/dev-python/nose/files/nose-1.3.7-coverage-4.1-support.patch
new file mode 100644
index ..8757787
--- /dev/null
+++ b/dev-python/nose/files/nose-1.3.7-coverage-4.1-support.patch
@@ -0,0 +1,20 @@
+--- a/nose/plugins/cover.py2016-10-11 15:51:26.990868010 +0200
 b/nose/plugins/cover.py2016-10-11 15:52:28.261102027 +0200
+@@ -187,7 +187,7 @@
+ for name, module in sys.modules.items()
+ if self.wantModuleCoverage(name, module)]
+ log.debug("Coverage report will cover modules: %s", modules)
+-self.coverInstance.report(modules, file=stream)
++self.coverInstance.report(modules, file=stream, show_missing=True)
+ 
+ import coverage
+ if self.coverHtmlDir:
+@@ -207,7 +207,7 @@
+ # make sure we have minimum required coverage
+ if self.coverMinPercentage:
+ f = StringIO.StringIO()
+-self.coverInstance.report(modules, file=f)
++self.coverInstance.report(modules, file=f, show_missing=True)
+ 
+ multiPackageRe = (r'---\s\w+\s+\d+\s+\d+(?:\s+\d+\s+\d+)?'
+   r'\s+(\d+)%\s+\d*\s{0,1}$')

diff --git a/dev-python/nose/nose-1.3.7-r2.ebuild 
b/dev-python/nose/nose-1.3.7-r2.ebuild
new file mode 100644
index ..9af31fc
--- /dev/null
+++ b/dev-python/nose/nose-1.3.7-r2.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Unittest extension with automatic test suite discovery and easy 
test authoring"
+HOMEPAGE="
+   https://pypi.python.org/pypi/nose
+   http://readthedocs.org/docs/nose/
+   https://bitbucket.org/jpellerin/nose";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc examples test"
+
+REQUIRED_USE="
+   doc? ( || ( $(python_gen_useflags 'python2*') ) )"
+
+RDEPEND="
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )
+   test? ( $(python_gen_cond_dep 
'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) )"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-python-3.5-backport.patch
+
+   # Patch against master found in an upstream PR, backported:
+   # https://github.com/nose-devs/nose/pull/1004
+   "${FILESDIR}"/${P}-coverage-4.1-support.patch
+)
+
+pkg_setup() {
+   use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' )
+}
+
+python_prepare_all() {
+   # Tests need to be converted, and they don't respect BUILD_DIR.
+   use test && DISTUTILS_IN_SOURCE_BUILD=1
+
+   # Disable tests requiring network connection.
+   sed \
+   -e "s/test_resolve/_&/g" \
+   -e "s/test_raises_bad_return/_&/g" \
+   -e "s/test_raises_twisted_error/_&/g" \
+   -i unit_tests/test_twisted.py || die "sed failed"
+   # Disable versioning of nosetests script to avoid collision with
+   # versioning performed by the eclass.
+   sed -e "/'nosetests%s = nose:run_exit' % py_vers_tag,/d" \
+   -i setup.py || die "sed2 failed"
+
+   # Prevent un-needed d'loading during doc build
+   sed -e "s/, 'sphinx.ext.intersphinx'//" -i doc/conf.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   local add_targets=()
+
+   if use test; then
+   add_targets+=( egg_info )
+   python_is_python3 && add_targets+=( build_tests )
+   fi
+
+   distutils-r1_python_compile ${add_targets[@]}
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   

  1   2   >