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

2015-09-02 Thread Justin Lecher
commit: a01ebdbb55736ba022a7b98db2bc328494b4a472
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Sep  1 14:08:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:20:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01ebdbb

dev-python/rpy: Resolve circular dependency

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

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

diff --git a/dev-python/rpy/rpy-2.6.2.ebuild b/dev-python/rpy/rpy-2.6.2.ebuild
index 521031d..c2ae3ef 100644
--- a/dev-python/rpy/rpy-2.6.2.ebuild
+++ b/dev-python/rpy/rpy-2.6.2.ebuild
@@ -26,12 +26,12 @@ RDEPEND="
>=dev-lang/R-3.1
dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/pandas-0.13.1[${PYTHON_USEDEP}]
-   dev-python/ipython[${PYTHON_USEDEP}]
virtual/python-singledispatch[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( $(python_gen_cond_dep 
'dev-python/singledispatch[${PYTHON_USEDEP}]' python2_7 python3_3) )"
+PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]"
 
 # ggplot2 is an optional test dep but not in portage
 S="${WORKDIR}/${MY_P}"



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

2015-09-02 Thread Justin Lecher
commit: 2b2fb2d705356ae5c3371922c77bb50683709289
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 06:46:59 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:20:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b2fb2d7

dev-python/pytest-django: New package, ebuild written by me

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

 dev-python/pytest-django/Manifest  |  1 +
 dev-python/pytest-django/metadata.xml  |  9 +
 .../pytest-django/pytest-django-2.8.0.ebuild   | 22 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/pytest-django/Manifest 
b/dev-python/pytest-django/Manifest
new file mode 100644
index 000..1ef809c
--- /dev/null
+++ b/dev-python/pytest-django/Manifest
@@ -0,0 +1 @@
+DIST pytest-django-2.8.0.tar.gz 15405 SHA256 
d145ac9dc7a557a719ab79770be0941004e1e038e137c34591919d9df2a790b1 SHA512 
bc692f1b3112e07f435db746328fea18b78e71fecbded26a4e68f7dbd9b84698d193a3d191d1039a3ff23e88d2dbf4beb0d08e382fbde333033b8b54fbe99dee
 WHIRLPOOL 
1bc9b446a826bfa5c842dc40efb9f51a16dba1e9a3e5f2c1cc7afb6a34ffd69ed2a4a3be197fbf23bc7425773acb71bda4bcfebae6189f06fc95ac2219250d13

diff --git a/dev-python/pytest-django/metadata.xml 
b/dev-python/pytest-django/metadata.xml
new file mode 100644
index 000..cdf82d1
--- /dev/null
+++ b/dev-python/pytest-django/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   python
+   
+   j...@gentoo.org
+   Justin Lecher
+   
+

diff --git a/dev-python/pytest-django/pytest-django-2.8.0.ebuild 
b/dev-python/pytest-django/pytest-django-2.8.0.ebuild
new file mode 100644
index 000..6380851
--- /dev/null
+++ b/dev-python/pytest-django/pytest-django-2.8.0.ebuild
@@ -0,0 +1,22 @@
+# 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 pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Django plugin for py.test"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-django 
https://pytest-django.readthedocs.org 
https://github.com/pytest-dev/pytest-django";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2015-09-02 Thread Justin Lecher
commit: 63ac3c270a090dffe417a75f5f172112db4fb3a2
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 07:11:44 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:20:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ac3c27

dev-python/pytest-pythonpath: New package, ebuild written by me

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

 dev-python/pytest-pythonpath/Manifest  |  1 +
 dev-python/pytest-pythonpath/metadata.xml  |  9 +
 .../pytest-pythonpath/pytest-pythonpath-0.7.ebuild | 22 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/pytest-pythonpath/Manifest 
b/dev-python/pytest-pythonpath/Manifest
new file mode 100644
index 000..51a4ad7
--- /dev/null
+++ b/dev-python/pytest-pythonpath/Manifest
@@ -0,0 +1 @@
+DIST pytest-pythonpath-0.7.tar.gz 1704 SHA256 
036bc2b62b5d3a991e45c389748ccfb61e88eb5b14b27cab4b5c1fbcd4ffd191 SHA512 
cb20ace8eb0e55d988d3b8b5836907ffbb257adbdb416a4feac8b176b97280d94acce99b98bc7b7e62dc2f7e9531f9ff147b7ce2ab2254edc2187123fb27446b
 WHIRLPOOL 
a2f0ca5f8968e788f06d9bce6559da8c2c318a5d38465fa3af49d6305bf0d4181a6ce6ffbc66389831e83b6c6e00e2bba363b785f519c99ead7077f91d090069

diff --git a/dev-python/pytest-pythonpath/metadata.xml 
b/dev-python/pytest-pythonpath/metadata.xml
new file mode 100644
index 000..cdf82d1
--- /dev/null
+++ b/dev-python/pytest-pythonpath/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   python
+   
+   j...@gentoo.org
+   Justin Lecher
+   
+

diff --git a/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild 
b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild
new file mode 100644
index 000..5306142
--- /dev/null
+++ b/dev-python/pytest-pythonpath/pytest-pythonpath-0.7.ebuild
@@ -0,0 +1,22 @@
+# 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 pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin for adding to the PYTHONPATH from command line or 
configs"
+HOMEPAGE="https://pypi.python.org/pypi/pytest-pythonpath 
https://github.com/bigsassy/pytest-pythonpath";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2015-09-02 Thread Justin Lecher
commit: 55d6b31cd155eb142212fb1b2ebc457922518465
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 07:59:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:59:08 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=55d6b31c

Merge remote-tracking branch 'github/master'

* github/master:
  dev-python/ipython: remove mathjax references
  dev-python/notebook: Use system mathjax

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

 dev-python/ipython/ChangeLog   |  3 +++
 dev-python/ipython/ipython-4.0.0-r1.ebuild |  2 --
 dev-python/notebook/ChangeLog  |  3 +++
 dev-python/notebook/notebook-.ebuild   | 12 
 4 files changed, 18 insertions(+), 2 deletions(-)

diff --cc dev-python/notebook/notebook-.ebuild
index ca271a6,5a07e90..248392d
--- a/dev-python/notebook/notebook-.ebuild
+++ b/dev-python/notebook/notebook-.ebuild
@@@ -47,9 -49,10 +49,13 @@@ DEPEND="${RDEPEND
"
  
  python_prepare_all() {
 +  sed \
 +  -e "/import setup/s:$:\nimport setuptools:g" \
 +  -i setup.py || die
++
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+   sed -i 's/mj(/#mj(/' setupbase.py || die
 -
distutils-r1_python_prepare_all
  }
  



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

2015-09-02 Thread Justin Lecher
commit: e4a89f6aa7f503fedaeca7995c01adc9aa0c1a90
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 07:58:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:58:05 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4a89f6a

dev-python/notebook: install scripts

GH-issue: https://github.com/gentoo-science/sci/issues/477

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

 dev-python/notebook/notebook-.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-python/notebook/notebook-.ebuild 
b/dev-python/notebook/notebook-.ebuild
index 7f6336a..ca271a6 100644
--- a/dev-python/notebook/notebook-.ebuild
+++ b/dev-python/notebook/notebook-.ebuild
@@ -46,6 +46,13 @@ DEPEND="${RDEPEND}
)
"
 
+python_prepare_all() {
+   sed \
+   -e "/import setup/s:$:\nimport setuptools:g" \
+   -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
nosetests --with-coverage --cover-package=notebook notebook || die
 }



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

2015-09-02 Thread Justin Lecher
commit: 8f6f88ad9ef30384b8aabfa1420e0abcaac21dec
Author: Sean Vig  gmail  com>
AuthorDate: Tue Sep  1 13:58:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:32:18 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8f6f88ad

dev-python/notebook: Use system mathjax

 dev-python/notebook/ChangeLog|  3 +++
 dev-python/notebook/notebook-.ebuild | 16 
 2 files changed, 19 insertions(+)

diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog
index de63caf..a3cad10 100644
--- a/dev-python/notebook/ChangeLog
+++ b/dev-python/notebook/ChangeLog
@@ -7,6 +7,9 @@
   01 Sep 2015; Marius Brehler  
+notebook-4.0.1.ebuild:
   dev-python/notebook: Bring back 4.0.1
 
+  01 Sep 2015; Sean Vig  notebook-.ebuild:
+  dev-python/notebook: Use system mathjax
+
 *notebook-4.0.4 (01 Sep 2015)
 
   01 Sep 2015; Marius Brehler  
+notebook-4.0.4.ebuild,

diff --git a/dev-python/notebook/notebook-.ebuild 
b/dev-python/notebook/notebook-.ebuild
index 7f6336a..5a07e90 100644
--- a/dev-python/notebook/notebook-.ebuild
+++ b/dev-python/notebook/notebook-.ebuild
@@ -24,6 +24,7 @@ IUSE="doc test"
 CDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
+   dev-libs/mathjax
dev-python/jinja[${PYTHON_USEDEP}]
>=dev-python/terminado-0.3.3[${PYTHON_USEDEP}]
>=www-servers/tornado-4.0[${PYTHON_USEDEP}]
@@ -37,6 +38,7 @@ RDEPEND="${CDEPEND}
"
 DEPEND="${RDEPEND}
test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
@@ -46,6 +48,20 @@ DEPEND="${RDEPEND}
)
"
 
+python_prepare_all() {
+   # disable bundled mathjax
+   sed -i 's/^.*MathJax.*$//' bower.json || die
+   sed -i 's/mj(/#mj(/' setupbase.py || die
+
+   distutils-r1_python_prepare_all
+}
+
 python_test() {
nosetests --with-coverage --cover-package=notebook notebook || die
 }
+
+python_install() {
+   distutils-r1_python_install
+
+   ln -sf "${EPREFIX}/usr/share/mathjax" 
"${D}$(python_get_sitedir)/notebook/static/components/MathJax" || die
+}



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

2015-09-02 Thread Justin Lecher
commit: f042a7a32ff671663c93ff0433f5f0b6bfffc4d5
Author: Sean Vig  gmail  com>
AuthorDate: Wed Sep  2 02:21:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:32:18 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f042a7a3

dev-python/ipython: remove mathjax references

 dev-python/ipython/ChangeLog   | 3 +++
 dev-python/ipython/ipython-4.0.0-r1.ebuild | 2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index dbdd93f..66d2f0a 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  01 Sep 2015; Sean Vig 
+  dev-python/ipython: remove mathjax references
+
 *ipython-4.0.0-r1 (01 Sep 2015)
 
   01 Sep 2015; Marius Brehler 

diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild 
b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index b8d08ad..8b90505 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -102,8 +102,6 @@ python_test() {
 
 python_install() {
distutils-r1_python_install
-   use notebook && \
-   ln -sf "${EPREFIX}/usr/share/mathjax" 
"${D}$(python_get_sitedir)/IPython/html/static/mathjax"
 
# Create ipythonX.Y symlinks.
# TODO:




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

2015-09-02 Thread Justin Lecher
commit: 3e0475874cc0b549f6fd77bb62d02370d5f635eb
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep  2 07:33:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 07:33:34 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3e047587

Merge branch 'flacjacket-notebook'

 dev-python/ipython/ChangeLog   |  3 +++
 dev-python/ipython/ipython-4.0.0-r1.ebuild |  2 --
 dev-python/notebook/ChangeLog  |  3 +++
 dev-python/notebook/notebook-.ebuild   | 16 
 4 files changed, 22 insertions(+), 2 deletions(-)



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

2015-09-02 Thread Thomas Kahle
commit: d6d3b29ac287b375d59799abb2355e328e750e7a
Author: Thomas Kahle  gentoo  org>
AuthorDate: Wed Sep  2 08:20:27 2015 +
Commit: Thomas Kahle  gentoo  org>
CommitDate: Wed Sep  2 08:20:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d3b29a

app-text/tesseract: Update leptonica dep in 3.04

Package-Manager: portage-2.2.20.1

 app-text/tesseract/tesseract-3.04.00-r1.ebuild | 2 +-
 app-text/tesseract/tesseract-3.04.00-r2.ebuild | 2 +-
 app-text/tesseract/tesseract-3.04.00.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-text/tesseract/tesseract-3.04.00-r1.ebuild 
b/app-text/tesseract/tesseract-3.04.00-r1.ebuild
index 4afb940..fa1e08a 100644
--- a/app-text/tesseract/tesseract-3.04.00-r1.ebuild
+++ b/app-text/tesseract/tesseract-3.04.00-r1.ebuild
@@ -64,7 +64,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples jpeg opencl osd png +scrollview static-libs tiff -webp 
linguas_ar linguas_bg linguas_ca linguas_chr linguas_cs linguas_de linguas_da 
linguas_el linguas_es linguas_fi linguas_fr linguas_he linguas_hi linguas_hu 
linguas_id linguas_it linguas_jp linguas_ko linguas_lt linguas_lv linguas_nl 
linguas_no linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl 
linguas_sr linguas_sv linguas_th linguas_tl linguas_tr linguas_uk linguas_vi 
linguas_zh_CN linguas_zh_TW"
 
 # With opencl tiff is necessary regardless of leptonica status   <-- Check this
-DEPEND=">=media-libs/leptonica-1.70[zlib,tiff?,jpeg?,png?,webp?]
+DEPEND=">=media-libs/leptonica-1.71[zlib,tiff?,jpeg?,png?,webp?]
opencl? ( virtual/opencl
  media-libs/tiff:0 )"
 RDEPEND="${DEPEND}"

diff --git a/app-text/tesseract/tesseract-3.04.00-r2.ebuild 
b/app-text/tesseract/tesseract-3.04.00-r2.ebuild
index 0189327..a9d814c 100644
--- a/app-text/tesseract/tesseract-3.04.00-r2.ebuild
+++ b/app-text/tesseract/tesseract-3.04.00-r2.ebuild
@@ -64,7 +64,7 @@ KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples jpeg opencl osd png +scrollview static-libs tiff training 
-webp linguas_ar linguas_bg linguas_ca linguas_chr linguas_cs linguas_de 
linguas_da linguas_el linguas_es linguas_fi linguas_fr linguas_he linguas_hi 
linguas_hu linguas_id linguas_it linguas_jp linguas_ko linguas_lt linguas_lv 
linguas_nl linguas_no linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk 
linguas_sl linguas_sr linguas_sv linguas_th linguas_tl linguas_tr linguas_uk 
linguas_vi linguas_zh_CN linguas_zh_TW"
 
 # With opencl tiff is necessary regardless of leptonica status   <-- Check this
-DEPEND=">=media-libs/leptonica-1.70[zlib,tiff?,jpeg?,png?,webp?]
+DEPEND=">=media-libs/leptonica-1.71[zlib,tiff?,jpeg?,png?,webp?]
opencl? ( virtual/opencl
  media-libs/tiff:0 )
training? (

diff --git a/app-text/tesseract/tesseract-3.04.00.ebuild 
b/app-text/tesseract/tesseract-3.04.00.ebuild
index 96e7fb9..6303c2d 100644
--- a/app-text/tesseract/tesseract-3.04.00.ebuild
+++ b/app-text/tesseract/tesseract-3.04.00.ebuild
@@ -67,7 +67,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc examples jpeg opencl osd png +scrollview static-libs tiff -webp 
linguas_ar linguas_bg linguas_ca linguas_chr linguas_cs linguas_de linguas_da 
linguas_el linguas_es linguas_fi linguas_fr linguas_he linguas_hi linguas_hu 
linguas_id linguas_it linguas_jp linguas_ko linguas_lt linguas_lv linguas_nl 
linguas_no linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl 
linguas_sr linguas_sv linguas_th linguas_tl linguas_tr linguas_uk linguas_vi 
linguas_zh_CN linguas_zh_TW"
 
 # With opencl tiff is necessary regardless of leptonica status   <-- Check this
-DEPEND=">=media-libs/leptonica-1.70[zlib,tiff?,jpeg?,png?,webp?]
+DEPEND=">=media-libs/leptonica-1.71[zlib,tiff?,jpeg?,png?,webp?]
opencl? ( virtual/opencl
  media-libs/tiff:0 )"
 RDEPEND="${DEPEND}"



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

2015-09-02 Thread Lars Wendler
commit: b4b235885f9cf6ea0f7e3659d1c222d930c2bf57
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  2 08:37:10 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  2 08:37:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b23588

sys-fs/reiser4progs: Bump to version 1.1.0.

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

 sys-fs/reiser4progs/Manifest  |  1 +
 sys-fs/reiser4progs/reiser4progs-1.1.0.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/sys-fs/reiser4progs/Manifest b/sys-fs/reiser4progs/Manifest
index 5204152..671e371 100644
--- a/sys-fs/reiser4progs/Manifest
+++ b/sys-fs/reiser4progs/Manifest
@@ -1,3 +1,4 @@
 DIST reiser4progs-1.0.7.tar.gz 844126 SHA256 
1211996ad3efebc0ca543aea2f67527d33e50fce1b827ad341e207f171d94d96 SHA512 
afc88dc2cb7a2e9c8e8c4bc93012b41a19cecaf96a0dc7d75f20c535ebfbb8eac79688529d42ba5cbe067395a1a13cd997246e5bc57181c6dfaced6e6fec4a05
 WHIRLPOOL 
6c17458cd68dc3ea02fcfc221b03f860206fcd205d7887cffb84b1f712e305b6097be29ae44a4a098d188ffdaf8cf44f06cadbf24dc25bcaabe059e12f21ae0a
 DIST reiser4progs-1.0.8.tar.gz 866466 SHA256 
186e2f8619cf66a79654789be044781dd656cbd4a3c4f514da3516301226b086 SHA512 
d49de6d191fc842d5f7dad447b1e8ac2bec4c18e40096ad4911766153688fe558374fbb34eb510ec5c9a929e64edb2c14e11f6d0ac2c247e1978fd766bd24116
 WHIRLPOOL 
83a0422f77ce4035410a10c727b8f0193c071e046b74b2359db566d83fc8a22906454401f0a15e53dee26cbf7b723b4993e71bb207792d56f39dddcd13993c6d
 DIST reiser4progs-1.0.9.tar.gz 913470 SHA256 
ffb027c83b0080e86f7cbe238c1e185ab09225f962a171245e7f4b7e9a97cd34 SHA512 
1aa3cc1a59081d4987c94fc0dda42b9b64329e8187483809968438d2c7b1152eed23d3d6682aabe2216e1aee50f9653120a0bc4fe798195d6a1cf9c43c9508b0
 WHIRLPOOL 
6cd385b506ac52fe44f7b8cca3a0c4815b59c22e200a25898eba5c5a5e6491b16d7e1fedd074ac58e748437df084e40a4e92059081a51a6a30b4e0e4a9945a17
+DIST reiser4progs-1.1.0.tar.gz 929047 SHA256 
0f2f2aff22bd5fb06627eadcfc038781c60a1e99ba952e88190597d338d86fa1 SHA512 
649645d702298ee7f3e5b8d2c39b2781fc1aae55cd03a4b774a2e66feef51e67f0a4367350db4defd62eaa2fc6710cb48a58d65991a63942d34e43783d29f94d
 WHIRLPOOL 
c67d6e4783dae52f79395f3902265705445897e7d57bfa63dd38d981a578329ab65ec7417ce4d5ef630f0a0ae2305eb41c80276727137a6fc7f0f610e9f6d539

diff --git a/sys-fs/reiser4progs/reiser4progs-1.1.0.ebuild 
b/sys-fs/reiser4progs/reiser4progs-1.1.0.ebuild
new file mode 100644
index 000..b84a1b2
--- /dev/null
+++ b/sys-fs/reiser4progs/reiser4progs-1.1.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="4"
+
+inherit multilib eutils toolchain-funcs
+
+DESCRIPTION="reiser4progs: mkfs, fsck, etc..."
+HOMEPAGE="https://sourceforge.net/projects/reiser4/";
+SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 -sparc ~x86"
+IUSE="debug readline static static-libs"
+
+LIB_DEPEND="~sys-libs/libaal-1.0.6[static-libs(+)]
+   readline? ( sys-libs/readline[static-libs(+)] )"
+RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   static-libs? ( ~sys-libs/libaal-1.0.6[static-libs(+)] )"
+DEPEND="${RDEPEND}
+   static? ( ${LIB_DEPEND} )"
+
+src_prepare() {
+   printf '#!/bin/sh\ntrue\n' > run-ldconfig
+   # Delete hardcoded link/compile flags.
+   sed -i -r \
+   -e '/CFLAGS=/s: -static":":' \
+   -e '/CFLAGS/s: (-O[123s]|-g)\>::g' \
+   configure || die
+   epatch "${FILESDIR}"/${PN}-1.0.7-readline-6.3.patch #504472
+}
+
+src_configure() {
+   econf \
+   $(use_enable static full-static) \
+   $(use_enable static-libs static) \
+   $(use_enable debug) \
+   $(use_with readline) \
+   --disable-Werror \
+   --enable-libminimal \
+   --sbindir=/sbin
+}
+
+src_install() {
+   default
+   gen_usr_ldscript -a reiser4{,-minimal} repair
+}



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

2015-09-02 Thread Justin Lecher
commit: adbc07990bbfc2117b155e40f1260715a969863a
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep  2 08:16:52 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 08:40:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adbc0799

dev-python/ipython: Move setuptools from CDEPEND to DEPEND

Closes gentoo/gentoo#62

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

 dev-python/ipython/ipython-2.2.0-r1.ebuild | 2 +-
 dev-python/ipython/ipython-3.2.0.ebuild| 2 +-
 dev-python/ipython/ipython-3.2.1.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/ipython/ipython-2.2.0-r1.ebuild 
b/dev-python/ipython/ipython-2.2.0-r1.ebuild
index d33f00e..62c6f8e 100644
--- a/dev-python/ipython/ipython-2.2.0-r1.ebuild
+++ b/dev-python/ipython/ipython-2.2.0-r1.ebuild
@@ -24,7 +24,6 @@ CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
@@ -53,6 +52,7 @@ RDEPEND="${CDEPEND}
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/pyzmq-2.1.11[${PYTHON_USEDEP}] )"
 DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PY2_USEDEP}]

diff --git a/dev-python/ipython/ipython-3.2.0.ebuild 
b/dev-python/ipython/ipython-3.2.0.ebuild
index ad60011..16f47ab 100644
--- a/dev-python/ipython/ipython-3.2.0.ebuild
+++ b/dev-python/ipython/ipython-3.2.0.ebuild
@@ -25,7 +25,6 @@ CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
@@ -60,6 +59,7 @@ RDEPEND="${CDEPEND}
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/pyzmq-13[${PYTHON_USEDEP}] )"
 DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
app-text/dvipng
dev-python/jinja[${PYTHON_USEDEP}]

diff --git a/dev-python/ipython/ipython-3.2.1.ebuild 
b/dev-python/ipython/ipython-3.2.1.ebuild
index 966c799..fa2217f 100644
--- a/dev-python/ipython/ipython-3.2.1.ebuild
+++ b/dev-python/ipython/ipython-3.2.1.ebuild
@@ -26,7 +26,6 @@ CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
mongodb? ( 

[gentoo-commits] dev/ultrabug:master commit in: dev-python/yapf/

2015-09-02 Thread Alexys Jacob
commit: 18261eb9c670c3a671e768ff35111786568608b9
Author: Ultrabug  gentoo  org>
AuthorDate: Wed Sep  2 08:57:43 2015 +
Commit: Alexys Jacob  gentoo  org>
CommitDate: Wed Sep  2 08:57:43 2015 +
URL:https://gitweb.gentoo.org/dev/ultrabug.git/commit/?id=18261eb9

dev-python/yapf: version bump

 dev-python/yapf/Manifest | 4 ++--
 dev-python/yapf/{yapf-0.2.1.ebuild => yapf-0.2.6.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/yapf/Manifest b/dev-python/yapf/Manifest
index cd4b89c..b0bc55b 100644
--- a/dev-python/yapf/Manifest
+++ b/dev-python/yapf/Manifest
@@ -1,3 +1,3 @@
-DIST yapf-0.2.1.tar.gz 79964 SHA256 
310e68e2b30138d40b23502c01985bce679b0256b93af6ce7f8018493747f331 SHA512 
b58905b124c717a84709e02a89c476a1dc896125341d23e2a3273a6075cf3d2ba8e8808d49c348d12e4d7538e2f11c12b074a403c456a28c8c3fdaede17f97a9
 WHIRLPOOL 
7a708826befe9d0deefefbfb677f416954f043e1d16a78b8a7c84a973a6a332508f141e8b9feb4455bd524a2c9c975fa385aeb5616c73bfac742ba43e93ecd22
-EBUILD yapf-0.2.1.ebuild 442 SHA256 
e145997be7961abf60e0a5ebaa5f4f0605d2c048866e0f721e31309ecddce32b SHA512 
59790132be97e6600b3686f02861ccfa5847faed473a4181aebddec7b976eea059c18878ca989384ed99312c4a13d3c7c236852a1856c530a2d36d6576c14504
 WHIRLPOOL 
b02e25c1173a15598accd638d2d2c6211960c498260e25ccb3e4af80d1024954b7ba6bc3efdfc94dd556a87680cc2b008ea832eca146117073a0c0b01a837547
+DIST yapf-0.2.6.tar.gz 81666 SHA256 
05c676175046d64376ba50e232adb6a436a0268a6eefed89e1063488ee2d87ab SHA512 
67903ba97d75c2b5113003759a3f68c9f4d1c1807b55035c5b9e0aec700c75be620c91d2c63c609cd5051a089373caf223bdc68a81ec05b662cd978517208ec2
 WHIRLPOOL 
55322411fb3a09f4d16faeaef0525d069bef952b4dd397739c164905a286c94596668b1ac6f8bc3ec2f6938f2fcc1fd5d854a9e12a3672b5a8a4dcf82f422e45
+EBUILD yapf-0.2.6.ebuild 442 SHA256 
e145997be7961abf60e0a5ebaa5f4f0605d2c048866e0f721e31309ecddce32b SHA512 
59790132be97e6600b3686f02861ccfa5847faed473a4181aebddec7b976eea059c18878ca989384ed99312c4a13d3c7c236852a1856c530a2d36d6576c14504
 WHIRLPOOL 
b02e25c1173a15598accd638d2d2c6211960c498260e25ccb3e4af80d1024954b7ba6bc3efdfc94dd556a87680cc2b008ea832eca146117073a0c0b01a837547
 MISC metadata.xml 227 SHA256 
00339802102e3a8a81e7c9a7accc3228a8b75bedf2cb2895799058f886a02d0d SHA512 
2b951a021a99299c71481e2ef8e89eecb902742ff5eed041c7b7b6d324a1177e356dd1548dbcce0ffc72ef79d4328d2e5f6c64189bffcaa27cf07a951e0f488f
 WHIRLPOOL 
335e34823e4fc326fe4a82f7999de444c1388ce37100dd3be75193bff15eb5b6f0fe41f995e37b93f74eaf9769e13b8586431b4535b1be6e8b3b94d82f3f0df1

diff --git a/dev-python/yapf/yapf-0.2.1.ebuild 
b/dev-python/yapf/yapf-0.2.6.ebuild
similarity index 100%
rename from dev-python/yapf/yapf-0.2.1.ebuild
rename to dev-python/yapf/yapf-0.2.6.ebuild



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

2015-09-02 Thread Justin Lecher
commit: ddb358648e304fc7199b979faf1d6124ac647b94
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 09:27:54 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 09:27:54 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ddb35864

Merge remote-tracking branch 'github/master'

* github/master:
  dev-python/notebook: Move setuptools from CDEPEND to DEPEND
  dev-python/ipython: Move setuptools from CDEPEND to DEPEND
  dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets

 dev-python/ipython/ChangeLog   | 8 
 dev-python/ipython/ipython-4.0.0-r1.ebuild | 6 +++---
 dev-python/notebook/ChangeLog  | 3 +++
 dev-python/notebook/notebook-.ebuild   | 5 ++---
 4 files changed, 16 insertions(+), 6 deletions(-)



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

2015-09-02 Thread Justin Lecher
commit: 96ed940db8028ce80a3a80629921807337ad74e1
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep  2 08:01:31 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 08:01:59 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=96ed940d

dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets

Package-Manager: portage-2.2.20.1

 dev-python/ipython/ChangeLog   | 4 
 dev-python/ipython/ipython-4.0.0-r1.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index 66d2f0a..fa0379b 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Sep 2015; Marius Brehler 
+  ipython-4.0.0-r1.ebuild:
+  dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets
+
   01 Sep 2015; Sean Vig 
   dev-python/ipython: remove mathjax references
 

diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild 
b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index 8b90505..535df00 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -20,7 +20,8 @@ IUSE="doc examples matplotlib mongodb notebook nbconvert qt4 
+smp test wxwidgets
 
 REQUIRED_USE="
test? ( doc matplotlib mongodb notebook nbconvert qt4 wxwidgets )
-   doc? ( mongodb )"
+   doc? ( mongodb )
+   notebook? ( wxwidgets )"
 
 CDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]
@@ -38,7 +39,6 @@ CDEPEND="
 RDEPEND="${CDEPEND}
notebook? (
dev-python/notebook[${PYTHON_USEDEP}]
-   dev-python/ipywidgets[${PYTHON_USEDEP}]
)
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
qt4? ( dev-python/qtconsole )"



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

2015-09-02 Thread Yixun Lan
commit: 00d9e2f98eea5ffb78fbcf6bd0be08b2bdec69a4
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Sep  2 17:22:25 2015 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Sep  2 17:27:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d9e2f9

net-misc/connman: drop old versions

Package-Manager: portage-2.2.20.1

 net-misc/connman/Manifest|  5 ---
 net-misc/connman/connman-1.21.ebuild | 65 -
 net-misc/connman/connman-1.24.ebuild | 65 -
 net-misc/connman/connman-1.25.ebuild | 65 -
 net-misc/connman/connman-1.26.ebuild | 65 -
 net-misc/connman/connman-1.28.ebuild | 71 
 6 files changed, 336 deletions(-)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 17c7a4f..ea14314 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1,8 +1,3 @@
-DIST connman-1.21.tar.xz 623392 SHA256 
e80f4e9c639ef016e9c497c122c349dbc9e6dc78a9976f986134739ee208c08a SHA512 
dc26e5cd7dfcdf7e0540af6a092f592df6682ff16d2811cf0cbca73442239bc742d1f80a638a67b3358316ab0858e924b720b53629a412df2bf4487c51a7bc39
 WHIRLPOOL 
e32d1b858725d1aa2c3b48fd12da9702723050404c8dbd71c6ea5a8b66d91c59fe9114bf8065eb56de31e8838cf924c1a953ed65d9e94f3a8de8b83f92e7404a
-DIST connman-1.24.tar.xz 629616 SHA256 
551df7a5f0c6e4d69523dd2b3aa2c54525b323457d5135f64816215bad3dc24c SHA512 
12ed0b476e8b590602eb5eea6175404cb6e377aba3a061fe42a16548325e2ad1ac3e285e92b4e66bd430ba3766c84da884383abaed0c89dca2ca511d83c8d7b4
 WHIRLPOOL 
a1715e7122c835775ddeacb0b21a78b2904ae641fa8ae8b02b487dde7bf9751a893d9b6afc9d01b7adae648baaba4d489821fdd02d2f51df210a825b14087c8b
-DIST connman-1.25.tar.xz 638140 SHA256 
c1d266d6be18d2f66231f3537a7ed17b57637ca43c27328bc13c508cbeacce6e SHA512 
1994240e54b706de604ff278f372ca66e50103cb78f389ccc9c04989ee3abd2ecf7fedb20ebb9c24ff55259b586439db25a622f25e26b01020da3dab6f8a4a8d
 WHIRLPOOL 
b7a9777229310ee2636b908423dc55fe2d16daae4b835a645abf8af3a4450ab5f54fc357e1c59330a6bc1a4f97f5c735e8826d31d34a4d206dc0e921321aa8c7
-DIST connman-1.26.tar.xz 645540 SHA256 
7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a SHA512 
17a1edf199976f7b32fcf2c5d5d5dcbc8fa8896575d241eeeb66e6183bc115bde3816a7ef0a43831746a603831ade0c5a12fa366e9fc1706068b41b5762c163b
 WHIRLPOOL 
e8af9740646cdf80b6c05326788e5e3710645ca775fbc9600fd47536fbf47a851bc9303716ba3490f5814d193febf0a8c47928726ec445d96931bad32e321289
 DIST connman-1.27.tar.xz 646520 SHA256 
13997824c076af150c68d6d79e48277216e8192278a5c6615cfd4905d65600f5 SHA512 
a904d280e16093574b955a23396395fd80640ff5ba767849f5ebae7cea3b10897fb13521376bcd8963cfed091bb0600134205e286d3935a292fcd81be1d2a886
 WHIRLPOOL 
257b7e38fc773353a905044d7f0540bd2d2b1f3a154daba90e22cd9f8339cf4624f8fa8f4eafbc92bc6e895afeb9b4129ca1a533387828e1746508573a6018e1
-DIST connman-1.28.tar.xz 643744 SHA256 
b1d5e7dd2652725906e220a8b0206477e97080e835272971e3b2fd10943c5c94 SHA512 
cd0e7da5bf20782c6a1798078ab4669d4bf0aeee2b7a66de5029082324745380bfdc835d52021c6eff30843d63911373d17273c5956b10c2586fe71c0bd37e06
 WHIRLPOOL 
927fd476e74ef410bf502dc1e7233192bc9c94958ca62200255eead825e2b74a4544ba173f0567d91f4cb0f10f82c8e71baa711f3d8fb4654b5ded309ec88d50
 DIST connman-1.29.tar.xz 653324 SHA256 
2a5a69693566f7fd59b2e677fa89356ada6d709998aa665caef8707b1e7a8594 SHA512 
19f623dd23c6312f29bbd570dcb22d31154ffcd16ee66ed2280df3d9d844301f18538418363222d99eabdc33da0021488ed66ba2e4f88df30646004b724538ee
 WHIRLPOOL 
9439cadeb20b72c922b1426da213f8567fe7b0da45f9a4abf270c38687a9d9161a8ee14250623344864d612e130e6f28926918468aaf4346a9e5ff41e6ad22bb
 DIST connman-1.30.tar.xz 660952 SHA256 
5c5e464bacc9c27ed4e7269fb9b5059f07947f5be26433b59212133663ffa991 SHA512 
cc51c9d5ea1732e2408c1e1dfbbab8fc31250df1a584b6a16ac890c80dbb81636b6d62490088ea3090919f1bfa37f33532f404310bd0932e93b21af5f330af44
 WHIRLPOOL 
a485caeba4b74037ca5746df27e6d26c9f34de56a0c8471220d1e40fd7c04ba96e3bd9dbf5ac20772f12af1900b4341f3cdf2aef39adc200adaee8b36eb75888

diff --git a/net-misc/connman/connman-1.21.ebuild 
b/net-misc/connman/connman-1.21.ebuild
deleted file mode 100644
index d72ce48..000
--- a/net-misc/connman/connman-1.21.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit base systemd
-
-DESCRIPTION="Provides a daemon for managing internet connections"
-HOMEPAGE="http://connman.net";
-SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ppc64 x86"
-IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect 
policykit tools vpnc +wifi"
-
-RDEPEND=">=dev-libs/glib-2.16
-   >=sys-apps/dbus-1.2.24
-   >=net-firewall/iptables-1.4.8
-   net-libs/gnutls
-   bluetooth? ( net-wireless/bluez )
-   ofono? ( net-misc/ofono )
-   policykit? ( sys-auth

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

2015-09-02 Thread Justin Lecher
commit: 371f621d34edc45074d9c1d36c444649c3e07381
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep  2 08:12:37 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 08:12:37 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=371f621d

dev-python/ipython: Move setuptools from CDEPEND to DEPEND

Package-Manager: portage-2.2.20.1

 dev-python/ipython/ChangeLog   | 4 
 dev-python/ipython/ipython-4.0.0-r1.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index fa0379b..706e50c 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -4,6 +4,10 @@
 
   02 Sep 2015; Marius Brehler 
   ipython-4.0.0-r1.ebuild:
+  dev-python/ipython: Move setuptools from CDEPEND to DEPEND
+
+  02 Sep 2015; Marius Brehler 
+  ipython-4.0.0-r1.ebuild:
   dev-python/ipython: Re-Fix #474; notebook use flag requires use wxwidgets
 
   01 Sep 2015; Sean Vig 

diff --git a/dev-python/ipython/ipython-4.0.0-r1.ebuild 
b/dev-python/ipython/ipython-4.0.0-r1.ebuild
index 535df00..1845023 100644
--- a/dev-python/ipython/ipython-4.0.0-r1.ebuild
+++ b/dev-python/ipython/ipython-4.0.0-r1.ebuild
@@ -28,7 +28,6 @@ CDEPEND="
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pickleshare[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
dev-python/traitlets[${PYTHON_USEDEP}]
matplotlib? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
@@ -43,6 +42,7 @@ RDEPEND="${CDEPEND}
nbconvert? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
qt4? ( dev-python/qtconsole )"
 DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
app-text/dvipng
dev-python/jinja[${PYTHON_USEDEP}]



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

2015-09-02 Thread Justin Lecher
commit: 9c29cac457f1074a794232745b089df73d1362a0
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Wed Sep  2 08:13:17 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 08:13:17 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=9c29cac4

dev-python/notebook: Move setuptools from CDEPEND to DEPEND

Package-Manager: portage-2.2.20.1

 dev-python/notebook/ChangeLog| 3 +++
 dev-python/notebook/notebook-.ebuild | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog
index a3cad10..90e175d 100644
--- a/dev-python/notebook/ChangeLog
+++ b/dev-python/notebook/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  02 Sep 2015; Marius Brehler  notebook-.ebuild:
+  dev-python/notebook: Move setuptools from CDEPEND to DEPEND
+
 *notebook-4.0.1 (01 Sep 2015)
 
   01 Sep 2015; Marius Brehler  
+notebook-4.0.1.ebuild:

diff --git a/dev-python/notebook/notebook-.ebuild 
b/dev-python/notebook/notebook-.ebuild
index 248392d..eef13b5 100644
--- a/dev-python/notebook/notebook-.ebuild
+++ b/dev-python/notebook/notebook-.ebuild
@@ -21,9 +21,7 @@ fi
 LICENSE="BSD"
 SLOT="0"
 IUSE="doc test"
-CDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
+RDEPEND="
dev-libs/mathjax
dev-python/jinja[${PYTHON_USEDEP}]
>=dev-python/terminado-0.3.3[${PYTHON_USEDEP}]
@@ -37,6 +35,7 @@ RDEPEND="${CDEPEND}
dev-python/ipykernel[${PYTHON_USEDEP}]
"
 DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
>=dev-python/nose-0.10.1[${PYTHON_USEDEP}]



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

2015-09-02 Thread Yixun Lan
commit: c264d4ef77f474bf734a9e41d04ab09331fdcfc2
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Sep  2 17:19:17 2015 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Sep  2 17:27:11 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c264d4ef

net-misc/connman: version bump 1.30

Package-Manager: portage-2.2.20.1

 net-misc/connman/Manifest|  1 +
 net-misc/connman/connman-1.30.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index 91af76f..17c7a4f 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -5,3 +5,4 @@ DIST connman-1.26.tar.xz 645540 SHA256 
7184e4b6d954449ee00a30e188924b3e37a20ad2f
 DIST connman-1.27.tar.xz 646520 SHA256 
13997824c076af150c68d6d79e48277216e8192278a5c6615cfd4905d65600f5 SHA512 
a904d280e16093574b955a23396395fd80640ff5ba767849f5ebae7cea3b10897fb13521376bcd8963cfed091bb0600134205e286d3935a292fcd81be1d2a886
 WHIRLPOOL 
257b7e38fc773353a905044d7f0540bd2d2b1f3a154daba90e22cd9f8339cf4624f8fa8f4eafbc92bc6e895afeb9b4129ca1a533387828e1746508573a6018e1
 DIST connman-1.28.tar.xz 643744 SHA256 
b1d5e7dd2652725906e220a8b0206477e97080e835272971e3b2fd10943c5c94 SHA512 
cd0e7da5bf20782c6a1798078ab4669d4bf0aeee2b7a66de5029082324745380bfdc835d52021c6eff30843d63911373d17273c5956b10c2586fe71c0bd37e06
 WHIRLPOOL 
927fd476e74ef410bf502dc1e7233192bc9c94958ca62200255eead825e2b74a4544ba173f0567d91f4cb0f10f82c8e71baa711f3d8fb4654b5ded309ec88d50
 DIST connman-1.29.tar.xz 653324 SHA256 
2a5a69693566f7fd59b2e677fa89356ada6d709998aa665caef8707b1e7a8594 SHA512 
19f623dd23c6312f29bbd570dcb22d31154ffcd16ee66ed2280df3d9d844301f18538418363222d99eabdc33da0021488ed66ba2e4f88df30646004b724538ee
 WHIRLPOOL 
9439cadeb20b72c922b1426da213f8567fe7b0da45f9a4abf270c38687a9d9161a8ee14250623344864d612e130e6f28926918468aaf4346a9e5ff41e6ad22bb
+DIST connman-1.30.tar.xz 660952 SHA256 
5c5e464bacc9c27ed4e7269fb9b5059f07947f5be26433b59212133663ffa991 SHA512 
cc51c9d5ea1732e2408c1e1dfbbab8fc31250df1a584b6a16ac890c80dbb81636b6d62490088ea3090919f1bfa37f33532f404310bd0932e93b21af5f330af44
 WHIRLPOOL 
a485caeba4b74037ca5746df27e6d26c9f34de56a0c8471220d1e40fd7c04ba96e3bd9dbf5ac20772f12af1900b4341f3cdf2aef39adc200adaee8b36eb75888

diff --git a/net-misc/connman/connman-1.30.ebuild 
b/net-misc/connman/connman-1.30.ebuild
new file mode 100644
index 000..b179736
--- /dev/null
+++ b/net-misc/connman/connman-1.30.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit base systemd
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://01.org/connman";
+SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="bluetooth debug doc examples +ethernet l2tp ofono openvpn openconnect 
pptp policykit tools vpnc +wifi wispr"
+
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   >=net-firewall/iptables-1.4.8
+   bluetooth? ( net-wireless/bluez )
+   l2tp? ( net-dialup/xl2tpd )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-misc/openconnect )
+   openvpn? ( net-misc/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-misc/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/${PN}-1.16-execinfo-assumptions.patch" )
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable examples test) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wispr wispr builtin) \
+   $(use_enable debug) \
+   $(use_enable tools) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dobin client/connmanctl || die "client installation failed"
+
+   if use doc; then
+   dodoc doc/*.txt
+   fi
+   keepdir /var/lib/${PN}
+   newinitd "${FILESDIR}"/${PN}.initd2 ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   systemd_dounit "${

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

2015-09-02 Thread Justin Lecher
commit: 2fa873e505205e25f8e6a1f2a102102e80e1f563
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 09:27:18 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 09:27:18 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2fa873e5

dev-python/ipykernel: Add missing test dep

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

 dev-python/ipykernel/ipykernel-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipykernel/ipykernel-.ebuild 
b/dev-python/ipykernel/ipykernel-.ebuild
index 929c8c8..169727d 100644
--- a/dev-python/ipykernel/ipykernel-.ebuild
+++ b/dev-python/ipykernel/ipykernel-.ebuild
@@ -28,8 +28,9 @@ RDEPEND="
#>=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
 DEPEND="${RDEPEND}
test? (
-   dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
+   >=dev-python/ipython-4.0.0[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
)
"
 



[gentoo-commits] repo/gentoo:master commit in: www-servers/resin/

2015-09-02 Thread James Le Cuirot
commit: a619c20057f9c323bd6e1e3cb5758d8646815c9b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Sep  2 09:38:27 2015 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Sep  2 09:39:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a619c200

www-servers/resin: Drop stable keywords wrt bug #558442 discussion

There is concern that the patch to make this build with Java 7 will
cause breakage. I see no harm in dropping the stable keywords until
the 1.8 virtuals are stable.

Package-Manager: portage-2.2.20.1

 www-servers/resin/resin-4.0.44-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/resin/resin-4.0.44-r1.ebuild 
b/www-servers/resin/resin-4.0.44-r1.ebuild
index 67410a2..5518667 100644
--- a/www-servers/resin/resin-4.0.44-r1.ebuild
+++ b/www-servers/resin/resin-4.0.44-r1.ebuild
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="admin doc"
 
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 
 CDEPEND="dev-java/resin-servlet-api:3.0
dev-java/jsr101:0



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

2015-09-02 Thread Bernard Cafarelli
commit: c9cb1dc0a2caf9eaa0bad39dcd642a66a6fb87be
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep  2 08:01:57 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep  2 09:49:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9cb1dc0

sys-devel/clang: bump to final release

Package-Manager: portage-2.2.20.1

 sys-devel/clang/{clang-3.7.0_rc3-r100.ebuild => clang-3.7.0-r100.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys-devel/clang/clang-3.7.0_rc3-r100.ebuild 
b/sys-devel/clang/clang-3.7.0-r100.ebuild
similarity index 100%
rename from sys-devel/clang/clang-3.7.0_rc3-r100.ebuild
rename to sys-devel/clang/clang-3.7.0-r100.ebuild



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/files/cmake/, sys-devel/llvm/

2015-09-02 Thread Bernard Cafarelli
commit: 9ff44a9a9eaa6b21f61320cb9d8d0781dcea3acf
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep  2 09:48:50 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep  2 09:49:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff44a9a

sys-devel/llvm: bump to final release

Also fixes WX sections and multilib-strict install forocaml bindings
Both fixes from gienah, bugs #421527 and #559134

Package-Manager: portage-2.2.20.1

 sys-devel/llvm/Manifest| 11 +++---
 .../files/cmake/llvm-3.7.0-ocaml-multilib.patch| 43 ++
 .../{llvm-3.7.0_rc3.ebuild => llvm-3.7.0.ebuild}   | 26 +++--
 sys-devel/llvm/llvm-.ebuild|  7 
 4 files changed, 71 insertions(+), 16 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index 6f8f423..112f58f 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -6,7 +6,7 @@ DIST cfe-3.5.2.src.tar.xz 8268008 SHA256 
4feb575f74fb3a74b6245400460230141bf610f
 DIST cfe-3.6.0.src.tar.xz 8640776 SHA256 
be0e69378119fe26f0f2f74cffe82b7c26da840c9733fe522ed3c1b66b11082d SHA512 
dc137bdf9c2c5adb25498c995f0b944016699267156a595cc1fe6127f6961d45162275023d194db42691d80fa8fc74f56abad9c145ef1ff492881f547ca76cfe
 WHIRLPOOL 
0df122c9d32dba5a00a97bec4a54b7b7bd8241ef625357bcf9997e3670e7c4775becec971f572073f3ffad86c7ccf616a94c06926ef9b0528248e34958e9b43f
 DIST cfe-3.6.1.src.tar.xz 8616132 SHA256 
74f92d0c93b86678b015e87655f59474b2f657769680efdeb3c0524ffbd2dad7 SHA512 
a96944bccfd9341be7adafdcc40367d458e85e7e74b0d2f3a7ea18edf1454d04a232c2d0003d6449c52f81d1e235b434acc1bb63eb5f7d16f8f4a43b70826743
 WHIRLPOOL 
1b4b8bb33fc7dbaeb03f32ba3544580bf0424889705b9d5130127be4d514c6d2aae5e224d71e20595a31441fc4bdd7bbf647e99e57d2c1e17fff3cff9022faa1
 DIST cfe-3.6.2.src.tar.xz 8617576 SHA256 
ae9180466a23acb426d12444d866b266ff2289b266064d362462e44f8d4699f3 SHA512 
ed837c48f38d8998efd675b56477c8681dcedfcf3f71bba65930f145501289bebb6fe6a6d9de336548f94c381d016b99f10c58e046b885449755d44ac782de03
 WHIRLPOOL 
a17419cea32c8662c0008dbd0391ed5f52045d0175488979e7620f6a9a21b08e451a5e21d3bf944597bb37934a8228fa89c09d773882359822d59bd447a8
-DIST cfe-3.7.0rc3.src.tar.xz 9146940 SHA256 
da5507898510903c6f4bb80288980af4baa26234d2eefdcf8fd023738c48c06b SHA512 
2d70499792f869332a3cb253046128577f1c4e87035cafe78a6b4786ace81b080ffe2d6241579e2a695ea0545570cd2a22be7d11e36d32a4530e386fde24d89c
 WHIRLPOOL 
d598aad36613346d93f43463134e9b2aed4cb0fa8687171f5e79684fd5c6294b9eb204f00aca0221bd873f10706929dde39b38faf0475adedb729a2bcc4537d8
+DIST cfe-3.7.0.src.tar.xz 9147204 SHA256 
4ed740c5a91df1c90a4118c5154851d6a475f39a91346bdf268c1c29c13aa1cc SHA512 
099d34cb019ea548c6ee85efd22b150beba0aa92061394fa3e423b1ebfe4a5c98c0586e5d56fc5c39e2b1606d36db59f442c056cc59473e32df76c8790c9d0ae
 WHIRLPOOL 
1078d962edfb1b90044f19921f64a28c32259e34d983ddf9f9c198d13c8cd0679778a640d7a06c0bf1224d982602294c79a510034276216e3a6de21c739e6c39
 DIST clang-tools-extra-3.4.src.tar.gz 230729 SHA256 
ba85187551ae97fe1c8ab569903beae5ff0900e21233e5eb5389f6ceab1028b4 SHA512 
9656678acea490fd5674b2d47ad30ec69e5aedb450924e566a90418c94ce6483faa254e7dde0d5163cb0643153113d27b6b000fea7bba08f0ba55741b35873b1
 WHIRLPOOL 
c41ec11d0b88678c56d77d285c4383a39cabab16aae8a4457666014e0927aa4b04cf77e73af0275e6bfc603a9531598eca98ab61d5d81288e2920682088d9eaf
 DIST clang-tools-extra-3.5.0.src.tar.xz 216256 SHA256 
2981beb378afb5aa5c50ed017720a42a33e77e902c7086ad2d412ef4fa931f69 SHA512 
5ff2cc5d143b78fbe6645486f02e50f738a92aaf6b8e85cfc6f91e659684686b12e61fc8f00b814b4372c5ed2c2b1be5eca61ea696fbe074b815877b799534ee
 WHIRLPOOL 
10b5afc550fa6a8c33739fbf9268e934732b2892842d398152676e66ab90aed3c6e1bae02bc1b8aa0a9a917b6b450f60950317a9eda3f9e377971cbe00164b11
 DIST clang-tools-extra-3.5.1.src.tar.xz 215776 SHA256 
e8d011250389cfc36eb51557ca25ae66ab08173e8d53536a0747356105d72906 SHA512 
eefacd6857584c9a3186815a7d015a595f32cd926f6c221245d388b8cb9266c52e0980a8e94f01f49c452510fdd42e659b02f116619d3d0e35170566f0704712
 WHIRLPOOL 
a3d14e21f201cc02649833edd67ba04f17c88486fbf399327dbb76d21e151b956a4f58cd7446b8563f72fa1cee06a8bd4abbc53234761a3a69fc1afc99ced87d
@@ -14,7 +14,7 @@ DIST clang-tools-extra-3.5.2.src.tar.xz 215804 SHA256 
f21a374d74b194d8c984546266
 DIST clang-tools-extra-3.6.0.src.tar.xz 248688 SHA256 
3aa949ba82913490a75697287d9ee8598c619fae0aa6bb8fddf0095ff51bc812 SHA512 
52e0cd3cce3047bb98d52e5c03ac4a8c549fcdc628f57492727f3e7659b2d4bd29ad98ab4ebab387233911fbb098861ec020b28c051e6b2c17d73dd490beebf3
 WHIRLPOOL 
423f018a2943d16ac605d36bece61046423974c2ffbcc7e4a9aebc5efbb2444ecead70e46bc05f51f4fedbfef338d177b5b16969e8fb0df0bbc911200ce483ae
 DIST clang-tools-extra-3.6.1.src.tar.xz 248592 SHA256 
f4ee70d870d550a9147ac6a548ce7daf7d9e6897348bf411f43c572966fb92b6 SHA512 
3273f8c1fa1683de231d0c0b9371d4b7537381e939fe38996e70a8005a1e6185da459ace2f260fad41df4840b459448ed1498c2fd576dd560005117a54e2ccb9
 WHIRLPOOL 
b35c2118efff758358ed994538

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

2015-09-02 Thread Justin Lecher
commit: d3f0877e651a14b70bb4e1eca97e6716e9ac5a47
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 09:28:08 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 10:16:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f0877e

dev-python/path-py: Add missing test dep

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

 dev-python/path-py/path-py-7.7.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/path-py/path-py-7.7.1.ebuild 
b/dev-python/path-py/path-py-7.7.1.ebuild
index 7ae500b..b490b2b 100644
--- a/dev-python/path-py/path-py-7.7.1.ebuild
+++ b/dev-python/path-py/path-py-7.7.1.ebuild
@@ -24,6 +24,7 @@ DEPEND="
test? (
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
)"
 
 S="${WORKDIR}/${MY_P}"



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

2015-09-02 Thread Mike Pagano
commit: 322b565882f3add12336a326adf1d6cc5ec3b31c
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  2 10:52:52 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  2 10:52:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=322b5658

sys-kernel/vanilla-sources: Linux patch 3.18.21. Remove old.

Package-Manager: portage-2.2.20.1

 sys-kernel/vanilla-sources/Manifest   | 4 +---
 ...{vanilla-sources-3.18.19.ebuild => vanilla-sources-3.18.21.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 2f35768..4de6a34 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -1,14 +1,12 @@
 DIST deblob-3.10 117299 SHA256 
d48cad04fab6a802b3a3e34955c8e35b539c2441f9a62522ec5a132c3a5ae684 SHA512 
7b30f0f97ed97bf6b096d4a321b4b1e62f4b48f07972f2511870c3eaaf4f3877b0c6af2f30f6b985edf9c9c79267d40448b504c59016acfe06374630d1fdcba9
 WHIRLPOOL 
03a5963367cc6cb4f87e3d315ab61a8b3cb1fe577b20d7e2fb6ad83464075b3ed8176f543bb4c3b4e607d78cd55ef940f446bb75be09eb7496321930413ce2b9
 DIST deblob-3.12 120320 SHA256 
1d767acd3f461bcaa7ebef744dce1ca3eefde1cd41fde4c69a449e2470ab8c0e SHA512 
61073cb763e3e0c21a84c0ee888087fbbf37b667ce0efbbc6c2ebc46ccae8460553511e347cf23d3c3603eec64df738ad4552a1b527453c7d795b8f90c4cf678
 WHIRLPOOL 
c64cc566944ac241149a2a517da069185830be5b8ee25168b2b6b942bcf24fe3f2c0fe487b51a5b7e73e2910af2cabd7167cd1497ab7272c865d1eb3e68e4efe
 DIST deblob-3.14 121249 SHA256 
980400e0db952ccdb5a507f99444330af893ed0f8a7a052916fcf0c2b2631f7e SHA512 
2cbdf4f3947c12ade0931f0b3fb8b9c0312626a3bfea9d1c7d8d1d875b4673624ed3a6369653521998bbea0cde6730b573d6be918d052f1b553e093cb42a838f
 WHIRLPOOL 
7ba1738ac829d8848104843da6237576f235c0151d53944ff3a7e0308cfb91600ffb9253402a34c2ed106c5b0bb3ce36785ead990396465341a957c58319221c
-DIST deblob-3.18 127087 SHA256 
c720eabb3911f8dfa4398c4250853df4633018abebc01a509ee4a283c3e00941 SHA512 
6fe33762ba19aad7ff891b7b805cc26f6e2926f5e40c92fa45bc7f31bdeb5c8fc42b97e5d37d71b9422da239c7c54abd25f1fa2fa1e5733c6053abbf4c9e9011
 WHIRLPOOL 
c351a3ae15c59081fca69c1b5d9b9de10f024eb01f1426722a0d6ccb7caa34330be42897cd85cf19b22ff876352b0cec1c19707edc81c4cb01ad9c1df2e3d831
 DIST deblob-3.2 107195 SHA256 
2e8a59bf7f18425652050a1b9f2fe2e8d1f09b50b33ee633771ac03943345e81 SHA512 
8de24b5dade9256caf20215692f2e53e403f99d3d1e81b301263ae5f8ce667780a1df7917094155fb47210f22e7839e3d08e4f3a84c86ae6bf582227b938229d
 WHIRLPOOL 
f7abda0702c9b038ee82b462d1de30bd21b28d591058f417aa399581e93ba35638f476544e6acfb12760d672dab067916e4c68275c91f4c01d3bef7f685ed67b
 DIST deblob-3.4 108298 SHA256 
b005dd372b8e55b19fc583fd99a3e95e44844b56305fdff7fdbd5f924a6c0308 SHA512 
ce3df3c4850f0da821286acfa1b6c94e16350578f76a4df93284d2fe201dd78ce15dfb5c56727d8f90012062db180d5e9ee81ac3372f5b46e0deabdcfc03ca19
 WHIRLPOOL 
79386c1e04ca84709fce6ec4ea5eb308876d86f04a1b28f1eda4653d4917b3b9aa9b8a6b82605da3456d29e800dd5bbfcb27c124f1a01057d25b18871bc8770d
 DIST deblob-4.1 130695 SHA256 
2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 
b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a
 WHIRLPOOL 
b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e
 DIST deblob-check-3.10 612122 SHA256 
5a9552abac85cab9715a958785a3f901937fa135d85452647a16398181909c12 SHA512 
c52917e9de8211f66a1e6805282dd727f1ec86701f76cbf16d0909ec212a9429c0994e0993db95b57934b17d9d91b08b4fa29f80c501397a5acce84bf4e1aed9
 WHIRLPOOL 
d1c591fe7e229f9638945dd14f7dd16617ecff224b4cf2a6a3dd58913c23f7eb67496c26235d1d4637607bc9c9d260d990a0935b6b5bf2332f15e8ed58269856
 DIST deblob-check-3.12 612300 SHA256 
f29e34b141113ef9f71bf963b0e09bfe64e46db485ae1174bd212fed45a82ed3 SHA512 
5835725eecbb9c23740e80bf5a6bb826bf49244e8a90b82ba3e2eaabeb8199aaceb1b63b8615f9e4770d846a5218eddcd091e7ec4568f74f963eb177051e8da5
 WHIRLPOOL 
615b95b11a9c9514c94a064e6b5019d36faae384c55ba30da1014ce3676731042939331074ccb3e7136458d54f3a5ad1f88aeb8ea45fb6310734c9f455ddb750
 DIST deblob-check-3.14 613905 SHA256 
4c69ea1c225b1a84c41e75392dcaa94f77dd8e647aff3afe52f1ab16ac99c5e5 SHA512 
4dd7e785727ce29d78f5f68431fcb6ea9dfda5221dc8e699f40d13e3c85411707b13c288d23f8baa6b3c47f5a67ac58da0a7f1a51c4d9fdda82a7428ead88cf4
 WHIRLPOOL 
de1b67955662f072193f58b7e7dbd98c6680958c2d65632bfb831dc0681945a4d1c27abe978e6ee687ae8f48773eb71c2f9026f461377b28235e7f7e39832a67
-DIST deblob-check-3.18 654232 SHA256 
30f22602b6ddf2cbccc16ef25fdc4d92755f3972e1c671d7cab8b9d6865eb155 SHA512 
2cff9abef479a55dd6a0699371be8227ba63b18da1fb153d5df382e0a5e4f1b745b7de256a367a36efa9d12e2aad5622cc288efef009feebf81c108dbef4fe16
 WHIRLPOOL 
e92927ad1565e80ce87e8bda372f8f7eb42bc0f47ad9b19fe5cf737903b2021fd6e3756e8d22b70f3037a46c254fec8b7285b37beb10795ccb4ca99d38876f8c
 DIST deblob-check-3.2 557

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

2015-09-02 Thread Justin Lecher
commit: 29337031660248e1ebc35205c125b8b7b8d02a55
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 11:01:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29337031

dev-python/functools32: New package, ebuild written by me

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

 dev-python/functools32/Manifest |  1 +
 dev-python/functools32/functools32-3.2.3.ebuild | 24 
 dev-python/functools32/metadata.xml |  5 +
 3 files changed, 30 insertions(+)

diff --git a/dev-python/functools32/Manifest b/dev-python/functools32/Manifest
new file mode 100644
index 000..b7f4df1
--- /dev/null
+++ b/dev-python/functools32/Manifest
@@ -0,0 +1 @@
+DIST functools32-3.2.3-2.tar.gz 31171 SHA256 
f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d SHA512 
ad944019f4aefde292b6872bfe06862d01920a2f44adf8740c36ed51d16d879be7638591aaddf9dac4ec83b6f05bbf81972d5f32854abedcce3dde080459f7f7
 WHIRLPOOL 
b574508df6fcc1b1309cc5130c50e0d4611f59f434f5ecea27924085a9c12c70f8fb3819741c3db8f5244a8ee0ceb9085565b5603f3b888166ce66d1af943121

diff --git a/dev-python/functools32/functools32-3.2.3.ebuild 
b/dev-python/functools32/functools32-3.2.3.ebuild
new file mode 100644
index 000..2a3ffeb
--- /dev/null
+++ b/dev-python/functools32/functools32-3.2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Backport of the functools module from Python 3"
+HOMEPAGE="https://pypi.python.org/pypi/functools32 
https://github.com/MiCHiLU/python-functools32";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}-2.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2.4"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${WORKDIR}"/${P}-2
+
+python_test(){
+   "${PYTHON}" test_functools32.py || die
+}

diff --git a/dev-python/functools32/metadata.xml 
b/dev-python/functools32/metadata.xml
new file mode 100644
index 000..301d220
--- /dev/null
+++ b/dev-python/functools32/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   python
+



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

2015-09-02 Thread Justin Lecher
commit: abec25e82f89e1286b2b83622ea8d6ebe674bc27
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 10:31:00 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abec25e8

dev-python/strict-rfc3339: New package, ebuild written by me

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

 dev-python/strict-rfc3339/Manifest  |  1 +
 dev-python/strict-rfc3339/metadata.xml  |  5 +
 dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 18 ++
 3 files changed, 24 insertions(+)

diff --git a/dev-python/strict-rfc3339/Manifest 
b/dev-python/strict-rfc3339/Manifest
new file mode 100644
index 000..a1624c8
--- /dev/null
+++ b/dev-python/strict-rfc3339/Manifest
@@ -0,0 +1 @@
+DIST strict-rfc3339-0.6.tar.gz 16856 SHA256 
8d505093cff2a65144eecee09a171ec3401a4d725438381c22011eceddf549df SHA512 
7f1e15d60c2295c00647af84b31a1836b6c3994fadbb2695f5709861caae543ae69a3199dffd6dcf7e0768eadf39e496a5e600e291dd0befbe8fc35fa60897af
 WHIRLPOOL 
39f6c8ba67bf84d9c208ae96c32fe25d85a8043d55474994372fe68ed0d6e7254db89df956204c606e950d9d35fd1896c18b65a81d980aafc873da010ff710e8

diff --git a/dev-python/strict-rfc3339/metadata.xml 
b/dev-python/strict-rfc3339/metadata.xml
new file mode 100644
index 000..301d220
--- /dev/null
+++ b/dev-python/strict-rfc3339/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   python
+

diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild 
b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
new file mode 100644
index 000..2abdefb
--- /dev/null
+++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Strict, simple, lightweight RFC3339 functions"
+HOMEPAGE="https://pypi.python.org/pypi/strict-rfc3339 
https://github.com/danielrichman/strict-rfc3339";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""



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

2015-09-02 Thread Justin Lecher
commit: be8839b801539a5a4818cb3ea0db1aab1853da10
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 11:05:23 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8839b8

dev-python/jsonschema: Version Bump

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

 dev-python/jsonschema/Manifest|  1 +
 dev-python/jsonschema/jsonschema-2.5.1.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index 91c16cd..a4c7cb6 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,2 +1,3 @@
 DIST jsonschema-2.3.0.tar.gz 43115 SHA256 
a79dcee3769d7cf749836da840966a83cd2e33e361264e77b74df9490ffe5c89 SHA512 
8c39c47c236904d3deb3893d43fd1a9332896e8a1883901ef6040607575250b0d661b010d94be6b0d52515b42e2c7924c93d352ca9b209cec54514e856d95c75
 WHIRLPOOL 
7f61838ac7173ac2d0dde16f83a864b8dcd82905d139c4de8d7b698ce022f1a63003ff45be53cf134a30747533cb034d2d5d944559a1b6990a37d8073b38d0ea
 DIST jsonschema-2.4.0.tar.gz 48293 SHA256 
1298a2f1b2f4c4a7b921cccd159e4e42f6d7b0fb75c86c0cdecfc71f061833fa SHA512 
111d60f6b490c016a69bed6b0b22cc6395c949d4510fdcb530757d6e61720cd2e1e3346293a5dd1b6501b262b36510ec08ab4ed76dc7484065e692e041232a93
 WHIRLPOOL 
1bcec6c3e09f72ad314db49e73d92f854e5f69c490e9ad46b4d0e31564392fb27bf387eec6d376237735396a7da989dcd601e33e2a43e35ed2559fc83b7ebf63
+DIST jsonschema-2.5.1.tar.gz 50855 SHA256 
36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41 SHA512 
9e8f6ce16504b7ae7ef1ceb44ecb07eab85923e40967bd8e502b9fa779e772b547db90f56ca951d06591b951e7240db1071e909ac75543d42f6f2495f6de3298
 WHIRLPOOL 
24da2ad53ecfe9b46d6b9f469719899ddfe54d425aa10e7e83d715e88ee09ba6e80501f1a33dec153af5436fc62abc29ac3ac8af3de6d748e1c007bb771ba642

diff --git a/dev-python/jsonschema/jsonschema-2.5.1.ebuild 
b/dev-python/jsonschema/jsonschema-2.5.1.ebuild
new file mode 100644
index 000..a5862d3
--- /dev/null
+++ b/dev-python/jsonschema/jsonschema-2.5.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python2_7 python3_{3,4} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of JSON-Schema validation for Python"
+HOMEPAGE="https://pypi.python.org/pypi/jsonschema 
http://github.com/Julian/jsonschema";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   dev-python/rfc3986[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+   dev-python/webcolors[${PYTHON_USEDEP}]
+   dev-python/functools32[$(python_gen_usedep 'python2*' pypy)]
+   "
+DEPEND="${RDEPEND}
+   dev-python/vcversioner[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}"
+}



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

2015-09-02 Thread Justin Lecher
commit: f4f9802c2e10ad0d7f650ad142ad3e8850355093
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 10:53:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f9802c

dev-python/vcversioner: Add pypy support

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

 dev-python/vcversioner/vcversioner-2.14.0.0.ebuild | 18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild 
b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
index 5638db2..c2c3399 100644
--- a/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
+++ b/dev-python/vcversioner/vcversioner-2.14.0.0.ebuild
@@ -4,15 +4,27 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Use version control tags to discover version numbers"
-HOMEPAGE="https://github.com/habnabit/vcversioner";
+HOMEPAGE="https://github.com/habnabit/vcversioner 
https://pypi.python.org/pypi/vcversioner";
 SRC_URI="mirror://pypi/v/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+   "
+
+# not included
+RESTRICT=test
+
+python_test() {
+   py.test || die
+}



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

2015-09-02 Thread Justin Lecher
commit: 283473225c8dc6289132ff1ef7ce278368e3283e
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 10:41:32 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28347322

dev-python/webcolors: Add pypy support

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

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

diff --git a/dev-python/webcolors/webcolors-1.5.ebuild 
b/dev-python/webcolors/webcolors-1.5.ebuild
index d81e75b..a871da0 100644
--- a/dev-python/webcolors/webcolors-1.5.ebuild
+++ b/dev-python/webcolors/webcolors-1.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
 
 inherit distutils-r1
 



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

2015-09-02 Thread Justin Lecher
commit: b3aba78ec2165923f5daa285011325a1e335a706
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 10:46:20 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3aba78e

dev-python/rfc3986: Version Bump

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

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

diff --git a/dev-python/rfc3986/Manifest b/dev-python/rfc3986/Manifest
index b084e29..c488668 100644
--- a/dev-python/rfc3986/Manifest
+++ b/dev-python/rfc3986/Manifest
@@ -1 +1,2 @@
 DIST rfc3986-0.2.0.tar.gz 14522 SHA256 
8a7b3f6cfdfb969c2e876513e87c30ebe1e4bdc9fae4a63c701eee88bbec9b22 SHA512 
e16a7b690597e1d3bce0869e1bd7aecb60926b61da38e8b7170d920d73130512d4017426461d755792c2ea691b5c01ae8955e0b9818679e795b7338794b66d83
 WHIRLPOOL 
03bc5ca0d5e2cc06f8bc68029dfccfa71820512b546caeaddfe66f2233a9346d4ae3123c69efaee2b90258acdb3f0cde8f2ee84f4f29c0e1375f4fb9fc56effa
+DIST rfc3986-0.2.2.tar.gz 17250 SHA256 
b66238ee937485509326e0280eab4d8193df0e640936b99a6a181374dff97f7b SHA512 
d6df82bce5de487a43cfd0e875d9e746e02f051fdfffa7b07564d025e77ed53ad02a09a837ba6c971b81019e091c694819de0e4ce43f19b4aa764ba21f70c054
 WHIRLPOOL 
fc5b53681be16642947fa709232dc06e5643ddce6309bddb899abbdcac508060a84918f9b4b3b324c6de30dbd14669b92dea5ec34f39ddfb7a1289a7cf95a9ce

diff --git a/dev-python/rfc3986/rfc3986-0.2.2.ebuild 
b/dev-python/rfc3986/rfc3986-0.2.2.ebuild
new file mode 100644
index 000..3099989
--- /dev/null
+++ b/dev-python/rfc3986/rfc3986-0.2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3)
+
+inherit distutils-r1
+
+DESCRIPTION="Validating URI References per RFC 3986"
+HOMEPAGE="http://tools.ietf.org/html/rfc3986 
https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+RDEPEND=""
+
+python_test() {
+   py.test || die
+}



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

2015-09-02 Thread Justin Lecher
commit: 8ba7f416e8c1bd2f45fbf75dfbd9e9c03ec03245
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 10:38:44 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba7f416

dev-python/webcolors: New package, ebuild written by me

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

 dev-python/webcolors/Manifest |  1 +
 dev-python/webcolors/metadata.xml |  5 +
 dev-python/webcolors/webcolors-1.5.ebuild | 26 ++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/webcolors/Manifest b/dev-python/webcolors/Manifest
new file mode 100644
index 000..9d49735
--- /dev/null
+++ b/dev-python/webcolors/Manifest
@@ -0,0 +1 @@
+DIST webcolors-1.5.tar.gz 29960 SHA256 
b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e SHA512 
84ce8cbbbdb4523bb146cf379845b549570623411a56651a7f9b9687152b7adc9dc42a3a0f684b55b61fb7a3d51d49d3871100b56725c86a727e3374b53c84b6
 WHIRLPOOL 
f779a1777bb1ad9dac92f4dc75981be7274864291e7fd53ad59aa11b2ebd3eab2ff35ec68944fe7d57658976ac7b29f0708a256fc0e73a96535af99a4313ad7e

diff --git a/dev-python/webcolors/metadata.xml 
b/dev-python/webcolors/metadata.xml
new file mode 100644
index 000..301d220
--- /dev/null
+++ b/dev-python/webcolors/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   python
+

diff --git a/dev-python/webcolors/webcolors-1.5.ebuild 
b/dev-python/webcolors/webcolors-1.5.ebuild
new file mode 100644
index 000..d81e75b
--- /dev/null
+++ b/dev-python/webcolors/webcolors-1.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Color names and value formats defined by the HTML and CSS 
specifications"
+HOMEPAGE="https://pypi.python.org/pypi/webcolors 
https://github.com/ubernostrum/webcolors";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )
+   "
+
+python_test() {
+   nosetests --verbose || die
+}



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

2015-09-02 Thread Justin Lecher
commit: fe4c6d71a6011f7efc4fa50a055c59f9947d0b17
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 10:42:31 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 11:05:32 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4c6d71

dev-python/strict-rfc3339: Add pypy support

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

 dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild 
b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
index 2abdefb..918c316 100644
--- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
+++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: sci-physics/lammps/

2015-09-02 Thread Nicolas Bock
commit: 9e23af32fff105d9daeb781552225840f7d7b135
Author: Nicolas Bock  gentoo  org>
AuthorDate: Mon Aug 31 14:41:26 2015 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Sep  2 12:02:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e23af32

sci-physics/lammps: Removing old versions.

Package-Manager: portage-2.2.20.1

 sci-physics/lammps/Manifest   |   4 -
 sci-physics/lammps/lammps-20150416.ebuild | 267 --
 sci-physics/lammps/lammps-20150418.ebuild | 267 --
 sci-physics/lammps/lammps-20150428.ebuild | 267 --
 sci-physics/lammps/lammps-20150430.ebuild | 267 --
 5 files changed, 1072 deletions(-)

diff --git a/sci-physics/lammps/Manifest b/sci-physics/lammps/Manifest
index 978a7fb..c6d633a 100644
--- a/sci-physics/lammps/Manifest
+++ b/sci-physics/lammps/Manifest
@@ -1,14 +1,10 @@
 DIST lammps-10Aug15.tar.gz 87890369 SHA256 
450a765f94b70a6f38637854f1d7496dca98d359414c527f8de99bed1fdd94d2 SHA512 
fc395cf7e59de7e71bad64e2500224d33ff0f76bb79530fdcde5ec9879b91c332d1421a25e5d5bb9cc47a55745e760d01b2ac8ad29f9e71c8a90a0ace9212618
 WHIRLPOOL 
3f50513137283f4deb9b6a2c13a7ba63814b0ddd59d33e428fba9d3f94f61baa1b3b9d9d080982453a7828d2a98e619cded4d27716fd165db595832a157c9f6b
 DIST lammps-10Feb15.tar.gz 62912048 SHA256 
59373e9b5592f7b697a144bbce1fb742726e03536b7bb355dac7a9e013ddf9b8 SHA512 
a7804377a23f03f338bdaf443439dffcdc52293b4c45e6369b340a1107510fed0b8a198e3b5afcff2e04e109985b52ee62e7b28276697bae37ac6f783d1ab9f2
 WHIRLPOOL 
09f29cadf8b072d388abe45ec219341d2a14a6c9cc9e4010a0f7945e930e9984738f7837748d117ab95ca76ce0c8d9160fe88dcec17e8d21b81f385dec8f7005
 DIST lammps-15May15.tar.gz 63835027 SHA256 
0233ea98c7d77d31bd0a538bb674c0ee8f000f1d0ee1b8c049072873192aa228 SHA512 
a23c16b98117590b15ca7662b878fb2f76ec41399c329c98deb48e28a0ffce293443269513a96c2503389894b598787b19dadc210d4b4dbc6a7432caf633e7d1
 WHIRLPOOL 
4c4edfd772bbf534e42fc43e1feaf3b8f76e74c58ec1e985e3c29ee0d8e64aa8c501b8e45e078643409c320a1d834b0d5eb699e7d1ec29df06be0126d12492f1
-DIST lammps-16Apr15.tar.gz 63842472 SHA256 
65aecf6f25a055734ef113890a86ecbf7f8478105238c507e5f9bcbeb657bc99 SHA512 
95639145db66e76bd27a865849dc0ad15d3920f7ca9f1fb9a426e457376d0c939c57440e89fa6903d1989ca5e5c6c97d8d283928e1dbf33dd94ba88dbb05a252
 WHIRLPOOL 
422f6814093f22820cfd8fada1d97735c1a8f0388b34e6bad49e361e411b254ea89e6bf7afa8390c0cba1371a6d038fa84cf93583568c5223e42d95210f13515
-DIST lammps-18Apr15.tar.gz 63883297 SHA256 
4ce74978da738383a1d808a37481c3c43d4f8f44d919770b3f2cdd4fcf03345b SHA512 
be088ec59b7fe495fff3cdfcc5ccb52d2705eec20deb5c8694a215943786652c9dc22a81ba48324707495c3f56c0c347af964d1952ae077c8db02258cf31387a
 WHIRLPOOL 
c90403147cc4eda5b4f581cd1bd18bcc8f45a73b1d0e51dcd64c52fc636116c9d57337b89b5753c86e1bbf386f8a2391a9813a6e32154a819f3e35cfc816b5e2
 DIST lammps-18Aug15.tar.gz 87893731 SHA256 
513237934cda7c1e026f4983096fd53cb510fadee12c55b13b4735086155245a SHA512 
5816509f5b988dbe74c9f40a9faa42b3bcf260388dfe70703a1544517acd3f868d3bc398fb4c2fa7713d24409075d44ad80b8e91a25a28db783c2605aff30977
 WHIRLPOOL 
7022f3aabadffdfa2ef4c8219589e46fba2572d9ed4b52591f6516a61d4895b39d637d88535ba83881db5d48661e34ca6ff2f22a6819dbec015af979721a0f53
 DIST lammps-18Jul15.tar.gz 66065642 SHA256 
deb6625b7c21cf94fc7ee9aefb2edf55a6c8dc870e919028c9ffa1cd169d57ed SHA512 
d26dd0084779e037af35bc26f81cdca5a7617f841860e6eab7d52f6c023d2c001075aad5dc3d656ceb6e92650589acc472fa5c8954fd9ab81ec0b737e377284b
 WHIRLPOOL 
66794b7250cdb077bcbeb2b95a464aecc684f7592d81f3db4a3702195ef1d8404eb4b1f38e6c1dd859a42dd8ca1ebd039cbac4d9fd11be99a376168f2c498cdd
 DIST lammps-21Aug15.tar.gz 87096749 SHA256 
46f68e7b61e50ab3e790c53cadd82fde7c7aa58aa73e8a3257f24facff2ed0a4 SHA512 
b1dd90890c43a6cf55a57a61279dcc4c10fdedb4ad90f225a06c0e93eb139d30f2d56baa233c081b38adeeb0a8419a0315ccc4b0fa15c3ffbf7db626ca261e9d
 WHIRLPOOL 
a1d7d4ab30f9ecca3fd64216e729fef6fa1b3f7a6698b9eaf104bcbfa03a66862cd8c5882e94f73e841064d94bf030aaf569ebb457d89fbd345b391f9cee6822
 DIST lammps-21Jul15.tar.gz 66715434 SHA256 
2e24a7b6131a35ef83cec08f4dc9f7cc5188c59a630ba61f2a8ac3cfbd284ef7 SHA512 
cbf39b3559ac60d5ad92299370bf9af76c0bd7fec62dbaa429d5127d561978426d16b03510b815ffeb6b0acdb362523809adf7ac3fbc2fea8cc484010b1ef7bc
 WHIRLPOOL 
41df92b1f5baf52e846032f12c80f813b84fcd1c71f8c7dad5594780da154345d1b1bdea6b68f4c4b71029346d74d4ff3a813f1101437a01be65df7cf6d0d246
 DIST lammps-22Jul15.tar.gz 67275212 SHA256 
b75cdf8ead17f20433737c203c8d29c0cc3e157c9b3d175093467873aea0b869 SHA512 
f6e5eaf3ca8bcd25a580a4608e0aec0021f2ed5eb23cf9ccd0a707cb8bc320568504ccffc25cccb5acfe2fc3515c58f8afc8936aea63acb3062bdc897a5eb2ee
 WHIRLPOOL 
13c09e1045a0bdabe15e2125ccef0ea622cb12fcce63d8441b7f9843b8f1a3f7aa0c13908a2e215c1fdba8a579a17a5833111b5cf31a2471bf66e781ef281c59
 DIST lammps-24Jul15.tar.gz 67180142 SHA256 
bd183f7b073e1ca86656a8f6ea99195123ce3c7829c872ca45216da4132ff96d SHA512 
e285a1f326658bd23f32ecf9409d9f0bf16

[gentoo-commits] dev/xmw:master commit in: dev-util/eclipse-clp/, dev-util/eclipse-clp/files/

2015-09-02 Thread Michael Weber
commit: 7ef084cef0ea5fbbcc1ae2cbf3c741e7db90d4eb
Author: Michael Weber  xmw  de>
AuthorDate: Wed Sep  2 12:17:07 2015 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Sep  2 12:17:07 2015 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=7ef084ce

dev-util/eclipse-clp: fix ebuild

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 62EEF090

 dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild| 112 -
 .../files/eclipse-clp-6.1.194-Alog-64bit.patch |  42 ---
 .../files/eclipse-clp-6.1.194-Eplex-include.patch  |  10 --
 .../files/eclipse-clp-6.1.204-Alog.patch   | 138 +
 ...efile.patch => eclipse-clp-6.1.204-Eplex.patch} |  10 ++
 ...s-64bit.patch => eclipse-clp-6.1.204-Pds.patch} |   0
 ...dsystem.patch => eclipse-clp-6.1.204-Shm.patch} |   0
 ...c-64bit.patch => eclipse-clp-6.1.204-Usc.patch} |  10 ++
 8 files changed, 212 insertions(+), 110 deletions(-)

diff --git a/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild 
b/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild
index 1411725..b56b0b3 100644
--- a/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild
+++ b/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild
@@ -44,24 +44,23 @@ REQUIRED_USE="coin? ( gmp ) glpk? ( coin ) parallel? ( tcl 
)"
 
 src_prepare() {
epatch \
+   "${FILESDIR}"/${PN}-6.1.204-Shm.patch \
+   "${FILESDIR}"/${PN}-6.1.204-Usc.patch \
+   "${FILESDIR}"/${PN}-6.1.204-Alog.patch \
+   "${FILESDIR}"/${PN}-6.1.204-Pds.patch \
+   "${FILESDIR}"/${PN}-6.1.204-Eplex.patch \
"${FILESDIR}"/${PN}-6.1.194-mysql.patch \
"${FILESDIR}"/${PN}-6.1.194-tcl8.6.patch \
-   "${FILESDIR}"/${PN}-6.1.194-Eplex-Makefile.patch \
"${FILESDIR}"/${PN}-6.1.194-AR.patch \
-   "${FILESDIR}"/${PN}-6.1.194-Eplex-include.patch \
"${FILESDIR}"/${PN}-6.1.194-icparc_solvers.patch \
"${FILESDIR}"/${PN}-6.1.194-Oci-mkdir.patch \
-   "${FILESDIR}"/${PN}-6.1.194-Usc-64bit.patch \
-   "${FILESDIR}"/${PN}-6.1.194-Pds-64bit.patch \
-   "${FILESDIR}"/${PN}-6.1.194-Alog-64bit.patch \
"${FILESDIR}"/${PN}-6.1.194-weclipse.patch \
-   "${FILESDIR}"/${PN}-6.1.194-Shm-buildsystem.patch \
"${FILESDIR}"/${PN}-6.1.204-Visualisation-buildsystem.patch \
"${FILESDIR}"/${PN}-6.1.204-grappa-detect.patch \
"${FILESDIR}"/${PN}-6.1.204-cp-viz-detect.patch \
"${FILESDIR}"/${PN}-6.1.204-JavaInterface-string.patch
 
-   rm ARCH RUNME || die
+   rm -v ARCH RUNME || die
 
case "${ARCH}" in
amd64) export ARCH=x86_64_linux ;;
@@ -69,9 +68,7 @@ src_prepare() {
*) die "unsupported arch ${ARCH}" ;;
esac
export ECLIPSEDIR=${EROOT}opt/${PN}
-   if use mysql ; then
-   export MYSQLDIR="${EROOT}usr/include/mysql"
-   fi
+   use mysql && export MYSQLDIR="${EROOT}usr/include/mysql"
if use java ; then
export GRAPPA_DIR="${EROOT}usr/share/grappa-1.2/lib"
export GRAPPA_JAR="grappa.jar"
@@ -80,24 +77,21 @@ src_prepare() {
export JAVACUP_DIR="${EROOT}usr/share/javacup/lib"
export JAVACUP_JAR="javacup-runtime.jar"
fi
-   tc-export CC AR
+   tc-export CC AR LD
eautoreconf
-
-   pushd Shm/src >/dev/null
+   cd Shm/src || die
eautoreconf
-   popd >/dev/null
 }
 
 src_configure() {
my_submods="Shm Usc Alog Pds"
-   local my_submod
for my_submod in ${my_submods}; do
einfo "configure ${my_submod}"
-   pushd ${my_submod}/src >/dev/null || die
+   cd "${S}"/${my_submod}/src || die
econf
-   popd >/dev/null || die
done
 
+   cd "${S}"
econf \
--without-cplex \
--without-xpress \
@@ -115,29 +109,10 @@ src_configure() {
$(use_with tcl)
 }
 
-src_compile() {
-   #replace toplevel Makefile.${ARCH}, -j1 bug etc.
-   rm -fv Makefile.${ARCH} || die
-   mkdir -p sys_{include,{bin,lib}/${ARCH}} || die
-
-   local my_out
-   local my_submod
-   for my_submod in ${my_submods}; do
-   einfo "compile and install ${my_submod}"
-   mkdir -p $my_submod/{include,{bin,lib}/${ARCH}} || die
-   case $my_submod in
-   Pds)emake -C ${my_submod}/src install_all ;;
-   *)  emake -C ${my_submod}/src install ;;
-   esac
-   for my_out in $(find ${my_submod}/{include,{bin,lib}/${ARCH}} 
-type f) ; do
-   mv -vn ${my_out} sys_${my_out/${my_submod}\/} || die
-   done
-   done
-   runme() {
-   einfo "create wrapper $1"
-   l

[gentoo-commits] dev/xmw:master commit in: dev-util/eclipse-clp/

2015-09-02 Thread Michael Weber
commit: d5a3b9c336d08b546449fc876f661883ee143dff
Author: Michael Weber  xmw  de>
AuthorDate: Sun Aug 30 08:14:43 2015 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sun Aug 30 08:14:43 2015 +
URL:https://gitweb.gentoo.org/dev/xmw.git/commit/?id=d5a3b9c3

dev-util/eclipse-clp: drop comments

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 62EEF090

 dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild | 10 --
 1 file changed, 10 deletions(-)

diff --git a/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild 
b/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild
index 3f2111e..1411725 100644
--- a/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild
+++ b/dev-util/eclipse-clp/eclipse-clp-6.1.204.ebuild
@@ -42,16 +42,6 @@ S=${WORKDIR}/Eclipse_${MY_PV}
 
 REQUIRED_USE="coin? ( gmp ) glpk? ( coin ) parallel? ( tcl )"
 
-#src_unpack() {
-#  default
-#  if use coin ; then
-#  local my_cbc=$(best_version sci-libs/coinor-cbc)
-#  cp 
"${EROOT}"usr/share/doc/${my_cbc/sci-libs\//}/examples/Cbc{Branch,Compare}User.{c,h}pp.*
 . || die
-#  unpack ./Cbc{Branch,Compare}User.{c,h}pp.*
-#  mv Cbc{Branch,Compare}User.{c,h}pp "${S}"/Eplex || die
-#  fi
-#}
-
 src_prepare() {
epatch \
"${FILESDIR}"/${PN}-6.1.194-mysql.patch \



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

2015-09-02 Thread George Shapovalov
commit: 12dc193801fc938bb00bfe3b6a215383fa877532
Author: George Shapovalov  gentoo  org>
AuthorDate: Mon Aug 31 12:24:34 2015 +
Commit: George Shapovalov  gentoo  org>
CommitDate: Wed Sep  2 12:22:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12dc1938

cleaned up ebuild to correspond to latest requirements; added EAPI in prep for 
gnatbuild.eclass cleanup

Package-Manager: portage-2.2.20.1

 dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild | 3 ++-
 dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild | 3 ++-
 dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild | 3 ++-
 dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild | 7 ---
 dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild | 7 ---
 dev-lang/gnat-gcc/gnat-gcc-4.4.7.ebuild | 3 ++-
 dev-lang/gnat-gcc/gnat-gcc-4.5.4.ebuild | 3 ++-
 dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild | 3 ++-
 8 files changed, 20 insertions(+), 12 deletions(-)

diff --git a/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild 
b/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild
index 46fa3d4..596ca12 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-3.4.6.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 WANT_AUTOCONF=2.1
 inherit gnatbuild
 

diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild 
b/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild
index b5f5504..025d74a 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.1.2.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnatbuild
 
 DESCRIPTION="GNAT Ada Compiler - gcc version"

diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild 
b/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild
index 8d70530..03ee0e9 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.2.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnatbuild
 
 DESCRIPTION="GNAT Ada Compiler - gcc version"

diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild 
b/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild
index 2a452cc..dbe6749 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.5.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Need to let configure know where to find stddef.h
 #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/"
 
+EAPI=5
 inherit gnatbuild
 
 DESCRIPTION="GNAT Ada Compiler - gcc version"
@@ -28,9 +29,9 @@ 
SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2
 KEYWORDS="amd64 ~ppc x86"
 
 # starting with 4.3.0 gnat needs these libs
-DEPEND=">=dev-libs/mpfr-2.3.1
+DEPEND=">=dev-libs/mpfr-2.3.1:*
=dev-libs/gmp-4.2.2"
+   >=dev-libs/gmp-4.2.2:*"
 RDEPEND="${DEPEND}"
 
 #QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake

diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild 
b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild
index 4c74fe9..c71fa02 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnatbuild
 
 DESCRIPTION="GNAT Ada Compiler - gcc version"
@@ -22,10 +23,10 @@ 
SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2
 KEYWORDS="amd64 ~ppc x86"
 
 # starting with 4.3.0 gnat needs these libs
-RDEPEND=">=dev-libs/mpfr-2.3.1
-   >=dev-libs/gmp-4.2.2
+RDEPEND=">=dev-libs/mpfr-2.3.1:*
+   >=dev-libs/gmp-4.2.2:*
>=sys-libs/zlib-1.1.4
-   >=sys-libs/ncurses-5.2-r2"
+   >=sys-libs/ncurses-5.2-r2:*"
 
 DEPEND="${RDEPEND}
=sys-libs/ncurses-5.7:*"
 
 DEPEND="${RDEPEND}
=sys-libs/ncurses-5.7:*"
 
 DEPEND="${RDEPEND}
doc? ( sys-apps/texinfo )

diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild 
b/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
index b987907..4346623 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit gnatbuild
 
 DESCRIPTION="GNAT Ada Compiler - gcc version"
@@ -28,7 +29,7 @@ RDEPEND=">=dev-libs/mpfr-3.1.2
>=dev-libs/gmp-5.1.3
>=dev-libs/mpc-1.0.1
>=sys-libs/zlib-1.2
-   >=sys-libs/ncurses-5.7"
+   >=sys-libs/ncurses-5.7:*"
 
 DEPEND="${RDEPEND}
doc? ( >=sys-apps/texinfo-5 )



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

2015-09-02 Thread Stratos Psomadakis
commit: 0949fa7f83d52b7f01f445365f1e9c99c77c80ae
Author: Stratos Psomadakis  gentoo  org>
AuthorDate: Wed Sep  2 13:07:28 2015 +
Commit: Stratos Psomadakis  gentoo  org>
CommitDate: Wed Sep  2 13:07:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0949fa7f

sys-kernel/rt-sources: Version bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Stratos Psomadakis  gentoo.org>

 sys-kernel/rt-sources/Manifest   |  5 +++
 sys-kernel/rt-sources/rt-sources-4.1.5_p5.ebuild | 46 
 2 files changed, 51 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 4af2a05..5a76756 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -1,15 +1,20 @@
 DIST deblob-3.14 121249 SHA256 
980400e0db952ccdb5a507f99444330af893ed0f8a7a052916fcf0c2b2631f7e SHA512 
2cbdf4f3947c12ade0931f0b3fb8b9c0312626a3bfea9d1c7d8d1d875b4673624ed3a6369653521998bbea0cde6730b573d6be918d052f1b553e093cb42a838f
 WHIRLPOOL 
7ba1738ac829d8848104843da6237576f235c0151d53944ff3a7e0308cfb91600ffb9253402a34c2ed106c5b0bb3ce36785ead990396465341a957c58319221c
 DIST deblob-3.18 127087 SHA256 
c720eabb3911f8dfa4398c4250853df4633018abebc01a509ee4a283c3e00941 SHA512 
6fe33762ba19aad7ff891b7b805cc26f6e2926f5e40c92fa45bc7f31bdeb5c8fc42b97e5d37d71b9422da239c7c54abd25f1fa2fa1e5733c6053abbf4c9e9011
 WHIRLPOOL 
c351a3ae15c59081fca69c1b5d9b9de10f024eb01f1426722a0d6ccb7caa34330be42897cd85cf19b22ff876352b0cec1c19707edc81c4cb01ad9c1df2e3d831
 DIST deblob-4.0 129952 SHA256 
c3d8e9a9728d5c1fc11b1112f5343b14e46a8cf2880e10399a840bc94b6e2ad3 SHA512 
055205394487dbc0022f9531fb76d0be51ca3ec4e119232cc0972790d1532c680e1367eb36a9f40529f0ab1d76f64240b1e8a07cb02d3605d594c06e3547f1bb
 WHIRLPOOL 
db32b66231e552ac6e3651152eb2b3212ef0863842cd352bd2f1b1080b9ea5543f1f7ed0e7958a9f4b115559233dc1817560e896c789378ea7b68b527b721ca8
+DIST deblob-4.1 130695 SHA256 
2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 
b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a
 WHIRLPOOL 
b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e
 DIST deblob-check-3.14 613905 SHA256 
4c69ea1c225b1a84c41e75392dcaa94f77dd8e647aff3afe52f1ab16ac99c5e5 SHA512 
4dd7e785727ce29d78f5f68431fcb6ea9dfda5221dc8e699f40d13e3c85411707b13c288d23f8baa6b3c47f5a67ac58da0a7f1a51c4d9fdda82a7428ead88cf4
 WHIRLPOOL 
de1b67955662f072193f58b7e7dbd98c6680958c2d65632bfb831dc0681945a4d1c27abe978e6ee687ae8f48773eb71c2f9026f461377b28235e7f7e39832a67
 DIST deblob-check-3.18 654232 SHA256 
30f22602b6ddf2cbccc16ef25fdc4d92755f3972e1c671d7cab8b9d6865eb155 SHA512 
2cff9abef479a55dd6a0699371be8227ba63b18da1fb153d5df382e0a5e4f1b745b7de256a367a36efa9d12e2aad5622cc288efef009feebf81c108dbef4fe16
 WHIRLPOOL 
e92927ad1565e80ce87e8bda372f8f7eb42bc0f47ad9b19fe5cf737903b2021fd6e3756e8d22b70f3037a46c254fec8b7285b37beb10795ccb4ca99d38876f8c
 DIST deblob-check-4.0 670921 SHA256 
042b511913187672d9a0512765e662ba5d4283812ebebf424f778eb08fa359bc SHA512 
a27e3530cd3028041445cf8c5f49ad7827a7cf2b511de28851d2b09c28347cf2be667a7494bd698939c007fb77595699c1f61fb76249ae87658e1d12e855d2a1
 WHIRLPOOL 
953d8e6eed10971ed67a4573449b9a536ad693a2130153a6fc7cc9ea3e2daea21ca002c8df80126f7e318f75bec82c3f6e99fe43155817e2e2a52b5949dc5d2d
+DIST deblob-check-4.1 674781 SHA256 
54aa33e23a31ead6f982b830be86003c306b88f0d0a9f96c7dc66fe7cd274acb SHA512 
51fe9d70d723992aaf70f8bfcfcc12ecfedd7a039402ddae07858fb087693b00cd80d1e0e1a5053e049f2a2b8c58ed23e4598e2dae902c499c08bc2eeb33
 WHIRLPOOL 
d2c22280e12863793f8e866b126be53ee10d564373addfe9399b2afe22dd7584513c050f334ea08e6d63dd27a1574f2754456bad9d0a42e8c8d9995eec27aed0
 DIST linux-3.14.tar.xz 78399152 SHA256 
61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa SHA512 
5730d83a7a81134c1e77c0bf89e42dee4f8251ad56c1ac2be20c59e26fdfaa7bea55f277e7af156b637f22e1584914a46089af85039177cb43485089c74ac26e
 WHIRLPOOL 
5ad07b78c362ba0b21c50b4abb99407cae06bd08576f3fd8f36047b01409eba096263208020da3dcad4977eefc61d66502276754097bc127635df1d7a5817d41
 DIST linux-3.18.tar.xz 80934708 SHA256 
becc413cc9e6d7f5cc52a3ce66d65c3725bc1d1cc1001f4ce6c32b69eb188cbd SHA512 
2f0b72466e9bc538a675738aa416573d41bbbd7e3e2ffd5b5b127afde609ebc278cec5a3c37e73479607e957c13f1b4ed9782a3795e0dcc2cf8e550228594009
 WHIRLPOOL 
81634af631b7d30ccd1f4798f96f44d9aa0ba6609b73f2747eb6aebaf7a99487fb2dbd45767605186182533cb222bfd9236e8dd5e11a04fdb67c211e4e0a91d6
 DIST linux-4.0.tar.xz 82313052 SHA256 
0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991 SHA512 
ce13d2c1c17908fd9a4aa42bb6348a0cb13dd22e560bd54c61b8bfdf62726d6095f130c59177a2fe4793b7dc399481bf10d3556d1d571616000f180304e5a995
 WHIRLPOOL 
c481256e23dc82209942d4f2fc9a94aa7fc4c3c69b05eaa041a58ca4bdc5781274ec4c49d597ccf94b634d61418ec578d20a6569c6c7052b4d3cf33611c99001
+DIST linux-4.1.tar.xz 

[gentoo-commits] proj/lua:master commit in: dev-lua/lua-htmlparser/

2015-09-02 Thread Vadim A. Misbakh-Soloviov
commit: ed6d2b0088529473117cee48c3f0835c55418d58
Author: Vadim A. Misbakh-Soloviov  mva  name>
AuthorDate: Wed Sep  2 13:39:34 2015 +
Commit: Vadim A. Misbakh-Soloviov  mva  name>
CommitDate: Wed Sep  2 13:39:34 2015 +
URL:https://gitweb.gentoo.org/proj/lua.git/commit/?id=ed6d2b00

lua-htmlparser: remove lua-set dep

Signed-off-by: Vadim A. Misbakh-Soloviov  mva.name>

 dev-lua/lua-htmlparser/lua-htmlparser-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lua/lua-htmlparser/lua-htmlparser-.ebuild 
b/dev-lua/lua-htmlparser/lua-htmlparser-.ebuild
index 5cfca54..ea20a48 100644
--- a/dev-lua/lua-htmlparser/lua-htmlparser-.ebuild
+++ b/dev-lua/lua-htmlparser/lua-htmlparser-.ebuild
@@ -20,7 +20,6 @@ IUSE="luajit"
 DEPEND="
virtual/lua[luajit=]
virtual/pkgconfig
-   dev-lua/lua-set
 "
 RDEPEND="
${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/

2015-09-02 Thread Lars Wendler
commit: dac37a8e115c0f97aba3fd4a3361f3b3492e7078
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  2 09:14:22 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  2 14:10:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac37a8e

dev-vcs/subversion: Bump to version 1.9.1.

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

 dev-vcs/subversion/Manifest|   1 +
 dev-vcs/subversion/subversion-1.9.1.ebuild | 493 +
 2 files changed, 494 insertions(+)

diff --git a/dev-vcs/subversion/Manifest b/dev-vcs/subversion/Manifest
index 5e33930..72085fb 100644
--- a/dev-vcs/subversion/Manifest
+++ b/dev-vcs/subversion/Manifest
@@ -3,3 +3,4 @@ DIST subversion-1.7.21.tar.bz2 5996788 SHA256 
efeb349c5ba6d529ff8e9730a2abd9cb70
 DIST subversion-1.8.13.tar.bz2 6863330 SHA256 
1099cc68840753b48aedb3a27ebd1e2afbcc84ddb871412e5d500e843d607579 SHA512 
5b145888fdd294b871066483f9cc5af811aadd88c537c3859b005b73efaf66bd8d5c7c4dc6562897c00331be2ddfd834688a90eb5c229bc6625ab3c45c02045f
 WHIRLPOOL 
d79c71385e21ee3254a798687fd1de3e01a1577287b03d9a0f87e0a31621501e749ee9b37f40c59cb206fc68ba9968132e724f3c4a12c7aa8d5aa59d66a4ade4
 DIST subversion-1.8.14.tar.bz2 6850562 SHA256 
7f3883cdfcad4174e06dd94d6e3e8ec91856823268eebe60c924be76f5229a1f SHA512 
95e1501494f5355f0c331fbe81422ca8f0b4d69e6d303125f4a5aac5f6fe946e958ca76fc96fe6b096cc0a530634ca103bf35622c12af90489ae17d0b9a9d987
 WHIRLPOOL 
0323746d40830109e081e002f499f1c73c15fe77acd4f1c9b790ae12440b3361d189f1d5212d49ba6f6c449297aec3513761375f748800686892607705310a56
 DIST subversion-1.9.0.tar.bz2 7743404 SHA256 
fcb11db07e132cac6c72a969e222a592f849ef34dd8bd1c2f99fa1ad267a3fe6 SHA512 
3f1100802cd11f268a5247f5eebd9be9a8a15488fab3e396c4e0364abbaadd611bb0a5d4c6ca3eee3911e70f2cec0ff660259bb225be47f1909fd6367b3e
 WHIRLPOOL 
dc2875ee6fa911babdac86455b67af618056d72a709170666e21e826bb3a465a60f9e5b5df02170107208cbded4aecd49cb7e805d3713c671dabfb884f7abbb7
+DIST subversion-1.9.1.tar.bz2 7747098 SHA256 
91548f9fce38bdb2958848f54fd8007e357c22db09b7ef4763fc85cbcbc2c913 SHA512 
57b8f913aefb06bbeac065ae6bb8113853018bdaefdb80c74a337479b9f3cf89834e8656591dbe8ab66b2cadf5f99f1036ff826a886ed6a9f643d6e5adb6a972
 WHIRLPOOL 
58bd1e41a7643befe6e9800ce0a270379b980746b14eda2c2230f96ea9e07b17ab115959e5b61f324f51055697c898526ac3b4be9b883147b1156f7c20b1f010

diff --git a/dev-vcs/subversion/subversion-1.9.1.ebuild 
b/dev-vcs/subversion/subversion-1.9.1.ebuild
new file mode 100644
index 000..655a7eb
--- /dev/null
+++ b/dev-vcs/subversion/subversion-1.9.1.ebuild
@@ -0,0 +1,493 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+DISTUTILS_OPTIONAL=1
+WANT_AUTOMAKE="none"
+GENTOO_DEPEND_ON_PERL="no"
+
+inherit autotools bash-completion-r1 db-use depend.apache distutils-r1 
elisp-common flag-o-matic java-pkg-opt-2 libtool multilib perl-module eutils
+
+MY_P="${P/_/-}"
+DESCRIPTION="Advanced version control system"
+HOMEPAGE="http://subversion.apache.org/";
+SRC_URI="mirror://apache/${PN}/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="Subversion GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax"
+
+COMMON_DEPEND=">=dev-db/sqlite-3.7.12
+   >=dev-libs/apr-1.3:1
+   >=dev-libs/apr-util-1.3:1
+   dev-libs/expat
+   sys-apps/file
+   sys-libs/zlib
+   app-arch/bzip2
+   berkdb? ( >=sys-libs/db-4.0.14:= )
+   ctypes-python? ( ${PYTHON_DEPS} )
+   gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus 
gnome-base/libgnome-keyring )
+   kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 
>=kde-base/kdelibs-4:4 )
+   perl? ( dev-lang/perl:= )
+   python? ( ${PYTHON_DEPS} )
+   ruby? ( >=dev-lang/ruby-2.1:2.1
+   dev-ruby/rubygems[ruby_targets_ruby21] )
+   sasl? ( dev-libs/cyrus-sasl )
+   http? ( >=net-libs/serf-1.2.1 )"
+RDEPEND="${COMMON_DEPEND}
+   apache2? ( www-servers/apache[apache2_modules_dav] )
+   java? ( >=virtual/jre-1.5 )
+   kde? ( kde-apps/kwalletd:4 )
+   nls? ( virtual/libintl )
+   perl? ( dev-perl/URI )"
+# Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once
+DEPEND="${COMMON_DEPEND}
+   !!=virtual/jdk-1.5 )
+   kde? ( virtual/pkgconfig )
+   nls? ( sys-devel/gettext )
+   test? ( ${PYTHON_DEPS} )"
+
+REQUIRED_USE="
+   ctypes-python? ( ${PYTHON_REQUIRED_USE} )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   test? (
+   ${PYTHON_REQUIRED

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2015-09-02 Thread Lars Wendler
commit: 943f2bfacd80fbfec7f96fb346cd8bd3cdd696a1
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  2 14:09:09 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  2 14:10:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943f2bfa

dev-vcs/mercurial: Bump to version 3.5.1.

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

 dev-vcs/mercurial/Manifest   |   1 +
 dev-vcs/mercurial/mercurial-3.5.1.ebuild | 140 +++
 2 files changed, 141 insertions(+)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index d6c9ad9..1ba2080 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -2,4 +2,5 @@ DIST mercurial-3.3.2.tar.gz 4165131 SHA256 
67c617c740ac706f923371a26f02339b27cd6
 DIST mercurial-3.3.3.tar.gz 4167447 SHA256 
a445367f0dcbaf3a6279bfa743b364e729be0d1f0c852cb6d37f297916ffae13 SHA512 
bea215b0bd9e8603ade019f01ae0600dd1d1ad77675b38b5e13d86c43dd2c58b6c86c252517f0fcab6444c171e9f53537e4e170739c991ac08a169fe545d
 WHIRLPOOL 
e5fd41c6d27d7fce8559a2d15b33e24cf702d9497326e2c1062fe2acd22e7ad16cd6981d3dadb5a7458f12dcd35cc98583f53bc3188d99a9638daddb7d95657b
 DIST mercurial-3.4.1.tar.gz 4294163 SHA256 
7a8acf7329beda38ceea29c689212574d9a6bfffe24cf565015ea0066f7cee3f SHA512 
f5646dcaa31315ac37f59c54474ec0b1b73a94a3943961fcc21c9a148bced66887cc7b00c6955c7982bf6d1949343d91caeec4f72c1035790d9fc7ddade1fcde
 WHIRLPOOL 
06192767328d98c603225526c5e00e72d36ee53bc5785b1e25f3f379976c1640cb5c6b1e9229f9262acf1b1d57346a5388a52adf273d1eb6c3676dd0e5cfcd2f
 DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd SHA512 
f5ef7064a1ac4189fe4db91fec283cdead257b132674d0869f075b80ba5707e0163e28f18545a9d867336ebc6b1cbb8bcf794b6881b8f23f6c067e68c7ae584b
 WHIRLPOOL 
db7389c92680f6058efda6fa4cb7747ff3cd78bc361c43464a938c213b9ce46e8a040a57c68975f02342beb35522c27c3ab6250b2fc6e54777ddd20b0bda5443
+DIST mercurial-3.5.1.tar.gz 4414284 SHA256 
997da45da303e399678c5bccd7be39b0fabf29c7e02fd3c8751c2ff88c8a259d SHA512 
2435b3c50753e787577a847c96d3e4515015e02bc7ecdd21848530834d210831bb0690d31d4940626bbbe84cfccb1d245f8c4e1156317cda9469e7b870c042d5
 WHIRLPOOL 
97a0e6762657c2f560041f30e513fe8d5377bf654e39bf8a218d132952f60b59db63a6c078cdac6b529a8cb49ee766054daad9192951987b3a288e3b43e70ba7
 DIST mercurial-3.5.tar.gz 4403206 SHA256 
b50f6978e7d39fe0cb298fa3fa3e9ce41d2356721d155e5288f9c57e5f13e9a7 SHA512 
1944521d08b7c1cf6872edd5e394ebfad5f53f931b3bfb6197292c1c0f9e275b27f92284b91cf11bec8a50631468e1447d4e94f18a5b4ac237df61b0a1e5fd5a
 WHIRLPOOL 
c19adf7e14596ee7987061dd672d7c1ccfd333de301b539629a0962785aa791a8ddfcbd584bd78fa869d1c9b04e4a73e5083d824f82daeef1fbe28550cad1c1d

diff --git a/dev-vcs/mercurial/mercurial-3.5.1.ebuild 
b/dev-vcs/mercurial/mercurial-3.5.1.ebuild
new file mode 100644
index 000..1f57c1e
--- /dev/null
+++ b/dev-vcs/mercurial/mercurial-3.5.1.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads"
+
+inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
+
+DESCRIPTION="Scalable distributed SCM"
+HOMEPAGE="http://mercurial.selenic.com/";
+SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="bugzilla emacs gpg test tk"
+
+RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
+   gpg? ( app-crypt/gnupg )
+   tk? ( dev-lang/tk )
+   app-misc/ca-certificates"
+DEPEND="emacs? ( virtual/emacs )
+   test? ( app-arch/unzip
+   dev-python/pygments[${PYTHON_USEDEP}] )"
+
+SITEFILE="70${PN}-gentoo.el"
+
+PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
+
+python_prepare_all() {
+   # fix up logic that won't work in Gentoo Prefix (also won't outside in
+   # certain cases), bug #362891
+   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   strip-flags -ftracer -ftree-vectorize
+   # Note: make it impl-conditional if py3 is supported
+   append-flags -fno-strict-aliasing
+
+   "${PYTHON}" setup.py build_mo || die
+}
+
+python_compile_all() {
+   rm -r contrib/{win32,macosx} || die
+   if use emacs; then
+   cd contrib || die
+   elisp-compile mercurial.el || die "elisp-compile failed!"
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   newbashcomp contrib/bash_completion hg
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/zsh_completion

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2015-09-02 Thread Lars Wendler
commit: bcede9ed58addd0d6ea61d942075dc692432af50
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  2 14:09:59 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  2 14:10:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcede9ed

dev-vcs/mercurial: Removed old.

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

 dev-vcs/mercurial/Manifest   |   1 -
 dev-vcs/mercurial/mercurial-3.4.1.ebuild | 140 ---
 2 files changed, 141 deletions(-)

diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest
index 1ba2080..fc3b3a2 100644
--- a/dev-vcs/mercurial/Manifest
+++ b/dev-vcs/mercurial/Manifest
@@ -1,6 +1,5 @@
 DIST mercurial-3.3.2.tar.gz 4165131 SHA256 
67c617c740ac706f923371a26f02339b27cd6c36e5d3fb2ccad0dc02361527fa SHA512 
f151ea3187b70d70a82f643aaacd2742d0ce5f996590eab008332a7f28df5a19e99634ff33b0509ad38d2b6b411627413a457255df8a8e45025246beebb6fcc1
 WHIRLPOOL 
740b1ebb68f7c8baf3e6a9b023be2423677e3189221dc302c0601b514193e27eaaf73985c9536c6aa03fa0c5b9be8c092cd7b3eaca5f77ee24bfa276bbb6109c
 DIST mercurial-3.3.3.tar.gz 4167447 SHA256 
a445367f0dcbaf3a6279bfa743b364e729be0d1f0c852cb6d37f297916ffae13 SHA512 
bea215b0bd9e8603ade019f01ae0600dd1d1ad77675b38b5e13d86c43dd2c58b6c86c252517f0fcab6444c171e9f53537e4e170739c991ac08a169fe545d
 WHIRLPOOL 
e5fd41c6d27d7fce8559a2d15b33e24cf702d9497326e2c1062fe2acd22e7ad16cd6981d3dadb5a7458f12dcd35cc98583f53bc3188d99a9638daddb7d95657b
-DIST mercurial-3.4.1.tar.gz 4294163 SHA256 
7a8acf7329beda38ceea29c689212574d9a6bfffe24cf565015ea0066f7cee3f SHA512 
f5646dcaa31315ac37f59c54474ec0b1b73a94a3943961fcc21c9a148bced66887cc7b00c6955c7982bf6d1949343d91caeec4f72c1035790d9fc7ddade1fcde
 WHIRLPOOL 
06192767328d98c603225526c5e00e72d36ee53bc5785b1e25f3f379976c1640cb5c6b1e9229f9262acf1b1d57346a5388a52adf273d1eb6c3676dd0e5cfcd2f
 DIST mercurial-3.4.2.tar.gz 4296407 SHA256 
dcc90e4a8476149ecc8af13c08202860b4c9c987a94c4f3c18b28294b6fd8ecd SHA512 
f5ef7064a1ac4189fe4db91fec283cdead257b132674d0869f075b80ba5707e0163e28f18545a9d867336ebc6b1cbb8bcf794b6881b8f23f6c067e68c7ae584b
 WHIRLPOOL 
db7389c92680f6058efda6fa4cb7747ff3cd78bc361c43464a938c213b9ce46e8a040a57c68975f02342beb35522c27c3ab6250b2fc6e54777ddd20b0bda5443
 DIST mercurial-3.5.1.tar.gz 4414284 SHA256 
997da45da303e399678c5bccd7be39b0fabf29c7e02fd3c8751c2ff88c8a259d SHA512 
2435b3c50753e787577a847c96d3e4515015e02bc7ecdd21848530834d210831bb0690d31d4940626bbbe84cfccb1d245f8c4e1156317cda9469e7b870c042d5
 WHIRLPOOL 
97a0e6762657c2f560041f30e513fe8d5377bf654e39bf8a218d132952f60b59db63a6c078cdac6b529a8cb49ee766054daad9192951987b3a288e3b43e70ba7
 DIST mercurial-3.5.tar.gz 4403206 SHA256 
b50f6978e7d39fe0cb298fa3fa3e9ce41d2356721d155e5288f9c57e5f13e9a7 SHA512 
1944521d08b7c1cf6872edd5e394ebfad5f53f931b3bfb6197292c1c0f9e275b27f92284b91cf11bec8a50631468e1447d4e94f18a5b4ac237df61b0a1e5fd5a
 WHIRLPOOL 
c19adf7e14596ee7987061dd672d7c1ccfd333de301b539629a0962785aa791a8ddfcbd584bd78fa869d1c9b04e4a73e5083d824f82daeef1fbe28550cad1c1d

diff --git a/dev-vcs/mercurial/mercurial-3.4.1.ebuild 
b/dev-vcs/mercurial/mercurial-3.4.1.ebuild
deleted file mode 100644
index 1f57c1e..000
--- a/dev-vcs/mercurial/mercurial-3.4.1.ebuild
+++ /dev/null
@@ -1,140 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic
-
-DESCRIPTION="Scalable distributed SCM"
-HOMEPAGE="http://mercurial.selenic.com/";
-SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="bugzilla emacs gpg test tk"
-
-RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
-   gpg? ( app-crypt/gnupg )
-   tk? ( dev-lang/tk )
-   app-misc/ca-certificates"
-DEPEND="emacs? ( virtual/emacs )
-   test? ( app-arch/unzip
-   dev-python/pygments[${PYTHON_USEDEP}] )"
-
-SITEFILE="70${PN}-gentoo.el"
-
-PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" )
-
-python_prepare_all() {
-   # fix up logic that won't work in Gentoo Prefix (also won't outside in
-   # certain cases), bug #362891
-   sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-   strip-flags -ftracer -ftree-vectorize
-   # Note: make it impl-conditional if py3 is supported
-   append-flags -fno-strict-aliasing
-
-   "${PYTHON}" setup.py build_mo || die
-}
-
-python_compile_all() {
-   rm -r contrib/{win32,macosx} || die
-   if use emacs; then
-   cd cont

[gentoo-commits] proj/mozilla:master commit in: profiles/

2015-09-02 Thread Lars Wendler
commit: 52cf2b37b5d7e41d0ae125457aa3f5b0dffe2431
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  2 14:15:57 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  2 14:15:57 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=52cf2b37

profiles/package.mask: Masked experimental seamonkey ebuilds.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8512f30..ae3586d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -9,5 +9,7 @@
 =dev-lang/spidermonkey-31.0_beta*
 =www-client/firefox-31.0_beta*
 =mail-client/thunderbird-31.0_beta*
-=www-client/seamonkey-2.26_beta*
 
+# Please don't remove neither this mask nor the affected ebuilds without
+# speaking to Lars Wendler  first.
+~www-client/seamonkey-2.35_pre20150713



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

2015-09-02 Thread Lars Wendler
commit: 955f9e89e4d81203cc811c6539de7da42ca74678
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Sep  2 14:28:48 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Sep  2 14:28:48 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=955f9e89

seamonkey: Update to latest release candidate.

 www-client/seamonkey/Manifest   |  25 ++
 www-client/seamonkey/seamonkey-2.35_pre3.ebuild | 361 
 2 files changed, 386 insertions(+)

diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index b481b5e..9cdafa0 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -56,3 +56,28 @@ DIST seamonkey-2.35_pre20150713-uk.unofficial.xpi 848979 
SHA256 733fef08de2f1b32
 DIST seamonkey-2.35_pre20150713-zh-CN.unofficial.xpi 834128 SHA256 
e2b8d0acf60e62e8ac994afca0badfff8edcadccfdeac6bb6440e72c029a976f SHA512 
22ab925bcf43aef26eb5a44775f06d2b8945c6d6f9e8ab1b3cfca9d822aa9b65e626403e5c6a511b597ead916adf15cb24de87053345e62d9d445a1e9446818e
 WHIRLPOOL 
aae52c37646489a7651ff5fa3be6108482e2c8ef9e551e30c44977b9e2fef23e0097321417471783abbb193f7d4a579782dc490f3033d1f2d36c9590abb98fc8
 DIST seamonkey-2.35_pre20150713-zh-TW.unofficial.xpi 860776 SHA256 
50b71be2779160b2f979b072047c81163094d286c0e021680d72294c809ef784 SHA512 
8c56be89b0974a4de69b14674ee8837b6b6d919725b6bb22d9c4886896eafde0665e50c96974fe8fa9a2e3c25e4a0efdcc51c0e373df0fe9faea41435c3b6287
 WHIRLPOOL 
0f52c3481410827fe6e3d83573aba4899ddfa90327f38b2563b13cabe63555ff38eccac058fc0322807303b3871214c5bb5fa4d0c98dd0e9a45cd7bb7ffbcbe1
 DIST seamonkey-2.35_pre20150713.source.tar.bz2 204972111 SHA256 
dc9186ede759dd16dce08b98e94d53dfe8099f1a13bc342f57b046b9fc463efa SHA512 
0534637e8a391c2431a02d2e4550d3894ec62ef3f287bf8c9a1be960fba3569e4db97601a68e9e2313e0d4338aaba871039880f981cd693d81bb674af6b591b0
 WHIRLPOOL 
f9171cbfbaa74351794111c9ed17579d0d94e01a8e29fad5ead83ea06f7d188c52f973ebf74caeb6e0eb645c8a635710beb0edcbf84b098fc49ee1952cdcae61
+DIST seamonkey-2.35_pre3-be.xpi 844271 SHA256 
c1043f743a353dfb46db8f524249c808183e89f4f0f7a6181f9d5304d545f694 SHA512 
2683a9e5858680a37b152c77fc15964d9b342e2d2a0fc409968b6cf35758f2bf30b3339dcd5c860ef95c56ed85c224383f95efc3d14999cd0a3e4a396c7c4644
 WHIRLPOOL 
f3f69369b0e225cdbb8fc1ac35e4e2295ed1778df7cabd3c9f4f566b758ee6f7dc2f922e422b5b5175bc2ff2ecc15769e535810a90435d15f57f7b22217eb1bf
+DIST seamonkey-2.35_pre3-ca.xpi 835414 SHA256 
6b6bc56a6f780f18a8736a554fcec9b042ff8c3a4ecbef9d192d3ad6a67ed150 SHA512 
7dd90e4d3124749971c66c5aa49c4a7ba2fa3813df49526d8f42083b0b6b712362005d3e7332a4d74b053360d56beb22f922e6917471f42e81386b7cc5d9b6d0
 WHIRLPOOL 
8aa4bc9e1d662c3488fe27b490b4bc42536931a82340b5b133b9886efd10836b64da3c7f253cfd83e561f0d9b2ed03cae922a836c9bb0f927a4c28dabd1de64f
+DIST seamonkey-2.35_pre3-cs.xpi 830496 SHA256 
f1ac05c2f4e123a12697f094c8c336c887f573640e766b63744dc98cea7c224a SHA512 
e7b32870956654f59905e31bfed47e54c1c81eef42b33150b9d697319c9aea54955b425a1d0f8899241a3b1747b7561414b17e8ae3bc1825d9a9eb88454ccdd4
 WHIRLPOOL 
ba14199497b61ede105e5f7eebd28da0c6804ac1e67c770aebbfc694e0f046a064b43c9a2ce234f1b26bee6fb35daa820f111c417be14169ae61a63eaf769222
+DIST seamonkey-2.35_pre3-de.xpi 838035 SHA256 
5a9f9a542f8e815c4263f04e107e489dc6d8bae6b6464cd5f7af2966e9513acf SHA512 
ffcd97d184df2d7b0b25bf8bf04055585826675100048d9ccdc453c67030cd20ed5a9adefed79388fc4e507e359233e27d31e6a6bd000b8e62496538da479e60
 WHIRLPOOL 
8b271aabdae9d8be8f3ab103d489fe5902c0f38caff003c5fc6d9e3840c106e3176ae47f2b207212d2ccd7b68dc52c64f63ac1f3e8f37d4bb3b0b2434591aeed
+DIST seamonkey-2.35_pre3-en-GB.xpi 804302 SHA256 
e3db5141e431ea31f7d1f1d5a01aa9e0499d49bda0828b4ebfc77802ee365771 SHA512 
eb67fa8ff2a1fa2f3649214e29daf56c866ee1ad26809229044ca3a1a9ea5493dbd7c00d3de09ea3c3e46e468ea3e5ffa8878b4d59e8b3aa3be0a67458694b94
 WHIRLPOOL 
e52c054da0f9cacc5565bfeeb84a3cb6a16f09410b56f601920cc3f7e9e8d85c36d8fe94597a383f4cca13a2a71d4347a25b828ece1b19f14b99b649a5d7ec2b
+DIST seamonkey-2.35_pre3-es-AR.xpi 852042 SHA256 
74c6c241aa7a1395435539b8969e0e9c4f3fcf957f7c6e8e73f5f61fae211575 SHA512 
f055a4b759e8a5ab7f46fc5f263b7a351aba8f7249a36e6a3b0922aceb5ce1c40913c2a8dbd10cfb2b19231a8b9f85d6c4fdaa9d7d5a61827e9d8f2a9405b9a2
 WHIRLPOOL 
5599ffaed17c1630887cd1f5ff3ee4d8e46b886e6a360acdf546f9382810eae41017522175eb67a27708898d55eb048e9c9506fca2ff23dedc160e85b7b3186b
+DIST seamonkey-2.35_pre3-es-ES.xpi 830454 SHA256 
c242cfb3406ad6048d7f855e22afdb58bd4d6f8d918eb2e96ddfcf64a0b445ad SHA512 
bf03b245974264e8c9fa64c679b68b4f2a67b3bab76c07b7cb1478bf8fa071110fe129bd6f42bb878105c1c017672f5c6c2076f0a39bdf5500f5ba3adfe62fa2
 WHIRLPOOL 
fe32e889f67a0e531a28451928cbea897d5b272a62943c9d6b8d39d239857553aaae31d428399d9e309dd8643fe243944cc0cc11c554bbc8a9346d2e5b417910
+DIST seamonkey-2.35_pre3-fi.xpi 802373 SHA256 
92b7764676bc98f88ec4d9014f4f60577e78ae804ad610a5d6fe1493b554e555 SHA512 
4938a8285170f5ebfaa46859aaa8a43e9efc49180a8ae3b79b189d94b660868212a34a83090043ee59b89ef89e10b608390db3692

[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/

2015-09-02 Thread Jason Zaman
commit: 9371d4a13dad0af981681a631591f8c0f7d85203
Author: Niklas Haas  nand  wakku  to>
AuthorDate: Tue Sep  1 07:10:52 2015 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Sep  2 03:47:46 2015 +
URL:
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9371d4a1

vnstat: fix context on /usr/bin/vnstatd

 policy/modules/contrib/vnstatd.fc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy/modules/contrib/vnstatd.fc 
b/policy/modules/contrib/vnstatd.fc
index 52f8f68..0252ce4 100644
--- a/policy/modules/contrib/vnstatd.fc
+++ b/policy/modules/contrib/vnstatd.fc
@@ -11,5 +11,5 @@
 ifdef(`distro_gentoo',`
 # Fix bug 528602 - name is vnstatd in Gentoo
 /etc/rc\.d/init\.d/vnstatd --  
gen_context(system_u:object_r:vnstatd_initrc_exec_t,s0)
-/usr/bin/vnstatd   --  gen_context(system_u:object_r:vnstat_exec_t,s0)
+/usr/bin/vnstatd   --  gen_context(system_u:object_r:vnstatd_exec_t,s0)
 ')



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

2015-09-02 Thread Mike Gilbert
commit: 10af1d23d759ef64f97126f5a588b2ca49bdef00
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep  2 14:40:50 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep  2 14:42:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10af1d23

net-misc/openconnect: Make CONFIG_TUN check non-fatal

Also move the check to pkg_pretend, and remove the custom error messaging.

Package-Manager: portage-2.2.20

 net-misc/openconnect/metadata.xml   |  2 +-
 net-misc/openconnect/openconnect-7.06-r1.ebuild | 30 -
 2 files changed, 5 insertions(+), 27 deletions(-)

diff --git a/net-misc/openconnect/metadata.xml 
b/net-misc/openconnect/metadata.xml
index 4b425f0..7030dec 100644
--- a/net-misc/openconnect/metadata.xml
+++ b/net-misc/openconnect/metadata.xml
@@ -8,7 +8,7 @@

matt...@gmail.com
Matthew Schultz
-   Proxied maintainer. Assign bugs to 
him.
+   Proxied maintainer. Copy on bugs.


Build GSSAPI support.

diff --git a/net-misc/openconnect/openconnect-7.06-r1.ebuild 
b/net-misc/openconnect/openconnect-7.06-r1.ebuild
index ab33ab3..76711e2 100644
--- a/net-misc/openconnect/openconnect-7.06-r1.ebuild
+++ b/net-misc/openconnect/openconnect-7.06-r1.ebuild
@@ -45,19 +45,10 @@ DEPEND="${DEPEND}
java? ( >=virtual/jdk-1.6 )
nls? ( sys-devel/gettext )"
 
-tun_tap_check() {
-   ebegin "Checking for TUN/TAP support"
-   if { ! linux_chkconfig_present TUN; }; then
-   eerror "Please enable TUN/TAP support in your kernel config, 
found at:"
-   eerror
-   eerror "  Device Drivers  --->"
-   eerror "[*] Network device support  --->"
-   eerror "  <*>   Universal TUN/TAP device driver support"
-   eerror
-   eerror "and recompile your kernel ..."
-   die "no CONFIG_TUN support detected!"
-   fi
-   eend $?
+CONFIG_CHECK="~TUN"
+
+pkg_pretend() {
+   check_extra_config
 }
 
 pkg_setup() {
@@ -66,19 +57,6 @@ pkg_setup() {
if use doc; then
python-any-r1_pkg_setup
fi
-
-   if use kernel_linux; then
-   get_version
-   if linux_config_exists; then
-   tun_tap_check
-   else
-   ewarn "Was unable to determine your kernel .config"
-   ewarn "Please note that OpenConnect requires CONFIG_TUN 
to be set in your"
-   ewarn "kernel .config, Without it, it will not work 
correctly."
-   # We don't die here, so it's possible to compile this 
package without
-   # kernel sources available. Required for 
cross-compilation.
-   fi
-   fi
 }
 
 src_configure() {



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

2015-09-02 Thread Mike Gilbert
commit: ce8c6d2c6fd2aae7de6a033a23e18118e2998ea4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep  2 14:48:49 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep  2 14:48:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8c6d2c

www-client/chromium: Bump to 45.0.2454.85

Package-Manager: portage-2.2.20

 www-client/chromium/Manifest| 2 +-
 .../{chromium-45.0.2454.37.ebuild => chromium-45.0.2454.85.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 93a5b85..073d55b 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,5 @@
 DIST chromium-44.0.2403.89.tar.xz 292891880 SHA256 
badd9aa979487b55bbcce4f54ec16926c6fa7eb46ec2536866200a5e68853a98 SHA512 
786923a45c6baaf309ac2fe43309d8b73e5fa7e97f918ec42449b6fefdf52bd9d544e77bc1332abdce0df645d9d564a58781619de4e67f7b0fc9afae37c141e0
 WHIRLPOOL 
4d31a80a1dfdd3b733199412e1429ce36eeb4f1e60f31401e9e8bb2163d9d4b24b700ce26ec53f82f6b0f4bbca023737ca92e4e494397d55ab6fa20793078caf
-DIST chromium-45.0.2454.37-lite.tar.xz 241008104 SHA256 
aff447d94f5a8634515b7024a52f1426665c77d5d7c78eb69319dd2a366f4681 SHA512 
6a7139c4e9ec31d94aeceb6754e4f0af0c23a2bd3a42f96bf65478c9d36279217599142b58a93ffe7d2ef8d150342b8c431af3357722591cf7ff4e768c1be80e
 WHIRLPOOL 
be7d373c1600d864b627c44d9b99ccb1eac9eb3f04535fb5808a7d0ceddd299b127b812df4333de438140b8840c63bdfb2842d9a2dfe006f0c212f9ca411df8f
 DIST chromium-45.0.2454.46-lite.tar.xz 242538392 SHA256 
0bcab2fa404cf5b8192fa1cecf239b6c0c53b536b7deccd08b722a8732d31b9f SHA512 
a318624b716f189ff701c0835b2cdc42b49a651fbe8907d969db23c38c2b8dc7152bea919fa0879cbeaebcae58542327409643f382cac31aac046dba436ed53e
 WHIRLPOOL 
3ca0c4c1ea02d24f661fa3f5ffbece198afe1bd07cc42edf93aea406a385972f7f8a576f5a9a0ed99abb396ee142485e8f893955f8085baf1fd94b5d2d9b9ae2
+DIST chromium-45.0.2454.85-lite.tar.xz 242569440 SHA256 
fafb4792c69c235d6ea85e904df68a64c51783cb338b783a1092b4ea6c888e71 SHA512 
04f482ef18cddaf140224a98189ebd565416e3fe617877d58b2e691fb6030a3c9248720efcb7285cd18a034c345f9a65c677489d8a49f1ac95deafecb9b7d82a
 WHIRLPOOL 
86b382b4dd2406559cef76ae260fcfe26e376bd957be3381b9822f706e8a5fb0ac7240fb00d64858ee1262eec17fadd253acae2b8a9318d3d996fb5d596de665
 DIST chromium-46.0.2486.0-lite.tar.xz 258526052 SHA256 
9a1241b712501d8e73d74ff436b74fdf707a60d0f5f9e2ac48c2330965a4acc7 SHA512 
bca079598d4ce4116d0d4be519e635079c41bc2aa0ab89699b23687ce2edd819f14df9bc509e4fa9ade5658f527984ee51a0fa651eec5eb81fbaffcc94196e7f
 WHIRLPOOL 
e905b36d47bad712e82bcda39d03dbf9c68c21bf25c99c974e8135f67a3fb8c9849d5cb96d291114c256019b35d680bba75d5d4cd4527f37ee9df282b510fe77
 DIST chromium-46.0.2490.6-lite.tar.xz 261745688 SHA256 
e3091bf10926b937898d98967a3b387274af9d598add0c57346e44b97bb97371 SHA512 
8cb6dbbbe3c640174496ddd032260835f058bf0a71827d48889c04e7882ed0b7d6d80dc3d188bd31223e114d44ea8b966e1dc851625b09d8b26ca4ef17a37795
 WHIRLPOOL 
6cd5e910425a85633d43831937e51b0a6b353f2a4f7c140e79d7e123ae4b7f50455e6b8864179fd1fb58deb9f1fcbde46748bc4dd940b55c9c5345a471bddc78

diff --git a/www-client/chromium/chromium-45.0.2454.37.ebuild 
b/www-client/chromium/chromium-45.0.2454.85.ebuild
similarity index 100%
rename from www-client/chromium/chromium-45.0.2454.37.ebuild
rename to www-client/chromium/chromium-45.0.2454.85.ebuild



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

2015-09-02 Thread Michael Palimaka
commit: 0c17b0017c05bfb8b0cdd46895c2b8c147935f2d
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Sep  2 14:12:40 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep  2 14:58:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c17b001

profiles: Update plasma package.use for ktorrent

 profiles/targets/desktop/plasma/package.use | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 74e8b89..6954331 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -49,6 +49,7 @@ kde-base/kactivities minimal
 kde-base/kde-meta -kdepim minimal
 kde-base/systemsettings -handbook
 net-libs/libkpeople minimal
+net-p2p/ktorrent -plasma
 sys-auth/polkit-kde-agent minimal
 
 # Required by app-office/libreoffice



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

2015-09-02 Thread Doug Goldstein
commit: 5db88a01a0ef08f52bb93e8bc71e855d30be585d
Author: Doug Goldstein  gentoo  org>
AuthorDate: Wed Sep  2 16:02:37 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Wed Sep  2 16:03:03 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db88a01

app-emulation/libvirt: fix sys-libs/ncurses slot warnings

repoman warns of slot issues with the RDEPEND on sys-libs/ncurses which
this resolves.

Package-Manager: portage-2.2.20.1
Signed-off-by: 1

 app-emulation/libvirt/libvirt-1.2.15-r1.ebuild | 2 +-
 app-emulation/libvirt/libvirt-1.2.17-r5.ebuild | 2 +-
 app-emulation/libvirt/libvirt-1.2.18-r1.ebuild | 2 +-
 app-emulation/libvirt/libvirt-.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/libvirt/libvirt-1.2.15-r1.ebuild 
b/app-emulation/libvirt/libvirt-1.2.15-r1.ebuild
index 1a2e26b..f8c4dec 100644
--- a/app-emulation/libvirt/libvirt-1.2.15-r1.ebuild
+++ b/app-emulation/libvirt/libvirt-1.2.15-r1.ebuild
@@ -58,7 +58,7 @@ REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox 
xen ) )
 # package will use 3 by default. Since we don't have slot pinning in an API,
 # we must go with the most recent
 RDEPEND="sys-libs/readline:=
-   sys-libs/ncurses
+   sys-libs/ncurses:0=
>=net-misc/curl-7.18.0
dev-libs/libgcrypt:0
>=dev-libs/libxml2-2.7.6

diff --git a/app-emulation/libvirt/libvirt-1.2.17-r5.ebuild 
b/app-emulation/libvirt/libvirt-1.2.17-r5.ebuild
index 2898460..f60a610 100644
--- a/app-emulation/libvirt/libvirt-1.2.17-r5.ebuild
+++ b/app-emulation/libvirt/libvirt-1.2.17-r5.ebuild
@@ -58,7 +58,7 @@ REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox 
xen ) )
 # package will use 3 by default. Since we don't have slot pinning in an API,
 # we must go with the most recent
 RDEPEND="sys-libs/readline:=
-   sys-libs/ncurses
+   sys-libs/ncurses:0=
>=net-misc/curl-7.18.0
net-firewall/ebtables
>=net-firewall/iptables-1.4.10[ipv6]

diff --git a/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild 
b/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild
index 5a2587e..ca50ed1 100644
--- a/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild
+++ b/app-emulation/libvirt/libvirt-1.2.18-r1.ebuild
@@ -58,7 +58,7 @@ REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox 
xen ) )
 # package will use 3 by default. Since we don't have slot pinning in an API,
 # we must go with the most recent
 RDEPEND="sys-libs/readline:=
-   sys-libs/ncurses
+   sys-libs/ncurses:0=
>=net-misc/curl-7.18.0
net-firewall/ebtables
>=net-firewall/iptables-1.4.10[ipv6]

diff --git a/app-emulation/libvirt/libvirt-.ebuild 
b/app-emulation/libvirt/libvirt-.ebuild
index e6318c1..051c953 100644
--- a/app-emulation/libvirt/libvirt-.ebuild
+++ b/app-emulation/libvirt/libvirt-.ebuild
@@ -58,7 +58,7 @@ REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox 
xen ) )
 # package will use 3 by default. Since we don't have slot pinning in an API,
 # we must go with the most recent
 RDEPEND="sys-libs/readline:=
-   sys-libs/ncurses
+   sys-libs/ncurses:0=
>=net-misc/curl-7.18.0
net-firewall/ebtables
>=net-firewall/iptables-1.4.10[ipv6]



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

2015-09-02 Thread Doug Goldstein
commit: b0afe0c6c4e48467ae3ca48dd453c0206f18461d
Author: Doug Goldstein  gentoo  org>
AuthorDate: Wed Sep  2 15:14:25 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Wed Sep  2 16:02:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0afe0c6

app-emulation/libvirt: update new init scripts

More updates to the init scripts to allow the user to not have the
networks or VMs started up that were shutdown by the init script based
on requests from tamiko and bug #558034.

 app-emulation/libvirt/files/libvirt-guests.confd | 9 +
 app-emulation/libvirt/files/libvirt-guests.init  | 3 +++
 2 files changed, 12 insertions(+)

diff --git a/app-emulation/libvirt/files/libvirt-guests.confd 
b/app-emulation/libvirt/files/libvirt-guests.confd
index 514c8ee..ed2ce58 100644
--- a/app-emulation/libvirt/files/libvirt-guests.confd
+++ b/app-emulation/libvirt/files/libvirt-guests.confd
@@ -39,6 +39,15 @@
 #LIBVIRT_MAXWAIT="500"
 
 
+# LIBVIRT_START
+# If this value is set to 'no', then guests and networks that were shutdown
+# by this script when it was stopped will not be started when it is started
+# back up.
+# Valid values are yes or no
+
+#LIBVIRT_START="yes"
+
+
 # LIBVIRT_IGNORE_AUTOSTART
 # If the VM is marked for autostart in its XML configuration then we won't
 # save its start when the init script is stopped. The result is that when

diff --git a/app-emulation/libvirt/files/libvirt-guests.init 
b/app-emulation/libvirt/files/libvirt-guests.init
index 2b63dea..c38a0f0 100644
--- a/app-emulation/libvirt/files/libvirt-guests.init
+++ b/app-emulation/libvirt/files/libvirt-guests.init
@@ -179,6 +179,9 @@ start() {
[ ! -e "${netstatefile}" ] && touch "${netstatefile}"
[ ! -e "${gueststatefile}" ] && touch "${gueststatefile}"
 
+   # if the user didn't want to start any guests up then respect their wish
+   [ "x${LIBVIRT_START}" = "xno" ] && return 0
+
# start networks
ebegin "Starting libvirt networks"
while read -r line



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

2015-09-02 Thread Doug Goldstein
commit: 83af49dad5d60a496ace342c73c04fcb6a11ab89
Author: Doug Goldstein  gentoo  org>
AuthorDate: Wed Sep  2 16:00:24 2015 +
Commit: Doug Goldstein  gentoo  org>
CommitDate: Wed Sep  2 16:03:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83af49da

app-emulation/libvirt: unkeyworded version bump

This bump uses the new init scripts that we'll likely want to have
a new annoucement written when it is keyworded.

Package-Manager: portage-2.2.20.1
Signed-off-by: 1

 app-emulation/libvirt/Manifest  | 1 +
 .../libvirt/{libvirt-1.2.18-r2.ebuild => libvirt-1.2.19.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emulation/libvirt/Manifest b/app-emulation/libvirt/Manifest
index 676dc71..b88b419 100644
--- a/app-emulation/libvirt/Manifest
+++ b/app-emulation/libvirt/Manifest
@@ -1,3 +1,4 @@
 DIST libvirt-1.2.15.tar.gz 29094868 SHA256 
5f88041b8c212f8f687c672fe583108833240d6175b512ce4de92ab6660194c6 SHA512 
c5dd3af86e89e3804d6c3b527c6dbd98c79d87d2591725a13af33530e0e9a9a2e9aeb9491844469d44ec4f4d17adb036c76391f964158ada23ec042a75556fbc
 WHIRLPOOL 
a43aad4caeff707c8d7a6872ff3c46911c96fd90ece02a7f6ceabb4ccd00e467b5341ab9d922912cc2968a2bb8826e970b253b257c5a8981b37364550f9b3616
 DIST libvirt-1.2.17.tar.gz 29320317 SHA256 
e07eaf20b0590fae05ba3b53ad4dac3e5fbd771437563cc78b692f23ddd02fad SHA512 
133ee2da30352d5eeb81c3e24f6eaf21c40b5afeb05abece9298956fa9c52c62ebc3468433311853cf2d65894e38e98f5c6744269d2d64fa3b3cf6f4b9b0cc46
 WHIRLPOOL 
4fdd6554989ea7d32600cc978d2c95582433ac223e933b55d838ba4ddffba2d6444a0d556348681ad36766e73ba2bf9788b37180c980636324b5b6fa093a2347
 DIST libvirt-1.2.18.tar.gz 29412554 SHA256 
d5a5ff18af4cced21fed986d28fa0a21b782d256920326bf0ff1c7731eeb6ade SHA512 
e89d494066ebec4de4c9a53089f015635b7b5ccf4a10ab9749883cc81f6f9607b18ca91a1bd01a9cdacb3a46de86223f0432fae3954106cb92dd275e5b4138c5
 WHIRLPOOL 
dbbbd627ccb9be154bc680407898cd32dfdbc218a67f54560e6b0f0200cbc157a9aa05834de5d9d23e3b6da0625fd5943b4c8e38f8bb9a6ff920bc5820287bfc
+DIST libvirt-1.2.19.tar.gz 29644247 SHA256 
282c141f03331d640020c15f81464b27400e0ee307ef4c5190393b021caedd6e SHA512 
2f3f26b90120a39861683f1b5af93ac661ab561e23514c71c2ebfb1ab88da99d25acee9a5d11bec35478e38b9105f3779bffb4d4649f16a91aeccdcaa61e4aa4
 WHIRLPOOL 
4262beb2248495746d32bc7b16c3eec69d9cba7d4fb3870fcd560bd4d222827cf90eb9cc3df647f3fe10467d1562e72138cbf871adc5f63d4788069e1b9740ac

diff --git a/app-emulation/libvirt/libvirt-1.2.18-r2.ebuild 
b/app-emulation/libvirt/libvirt-1.2.19.ebuild
similarity index 99%
rename from app-emulation/libvirt/libvirt-1.2.18-r2.ebuild
rename to app-emulation/libvirt/libvirt-1.2.19.ebuild
index ed24205..a94cddf 100644
--- a/app-emulation/libvirt/libvirt-1.2.18-r2.ebuild
+++ b/app-emulation/libvirt/libvirt-1.2.19.ebuild
@@ -58,7 +58,7 @@ REQUIRED_USE="libvirtd? ( || ( lxc openvz qemu uml virtualbox 
xen ) )
 # package will use 3 by default. Since we don't have slot pinning in an API,
 # we must go with the most recent
 RDEPEND="sys-libs/readline:=
-   sys-libs/ncurses
+   sys-libs/ncurses:0=
>=net-misc/curl-7.18.0
net-firewall/ebtables
>=net-firewall/iptables-1.4.10[ipv6]



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

2015-09-02 Thread Julian Ospald
commit: 3598e157177f763e291787d6242da160bb173fbd
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:10:06 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:10:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3598e157

media-sound/pnmixer: update live-ebuild

 media-sound/pnmixer/pnmixer-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pnmixer/pnmixer-.ebuild 
b/media-sound/pnmixer/pnmixer-.ebuild
index 822a98e..102795c 100644
--- a/media-sound/pnmixer/pnmixer-.ebuild
+++ b/media-sound/pnmixer/pnmixer-.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 
 WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils git-2
+inherit autotools eutils gnome2-utils git-r3
 
 DESCRIPTION="Volume mixer for the system tray"
 HOMEPAGE="https://github.com/nicklan/pnmixer";
@@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2
x11-libs/libX11
libnotify? ( x11-libs/libnotify )"
 DEPEND="${RDEPEND}
-   sys-devel/gettext
+   dev-util/intltool
virtual/pkgconfig"
 
 src_prepare() {



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

2015-09-02 Thread Julian Ospald
commit: 4a67da4a5f498c7eba06a7d09bd66fc4de80e5df
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:06:37 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:10:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a67da4a

media-sound/pnmixer: version bump to 0.6

 media-sound/pnmixer/Manifest   |  1 +
 media-sound/pnmixer/pnmixer-0.6.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 9c78452..f744044 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,2 +1,3 @@
+DIST pnmixer-0.6.tar.gz 198551 SHA256 
e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 
89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93
 WHIRLPOOL 
91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 
aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 
967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4
 WHIRLPOOL 
1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
 DIST pnmixer-0.6_rc3.tar.gz 199559 SHA256 
095d467730f87b0017baa1949f74b9d9cda5cd8901ef4e503f0d2cf523f2d3a2 SHA512 
d45e08b63ba6b7c108c92cf7e5bb54bf9133e6cd8d44961e781a55a111f886a43340cd106126c2da61f37faa23dc0bdc1fabda0ce69ae55aae4becc616dfd287
 WHIRLPOOL 
7066e408b842b75b498e8b24e4a0bcd11ba3314089a2cc56f0a0cc2569fc7a1f969c885da044645946c1c0af20fe4599d19057d5da2afde68320a8ea8d35bc4d

diff --git a/media-sound/pnmixer/pnmixer-0.6.ebuild 
b/media-sound/pnmixer/pnmixer-0.6.ebuild
new file mode 100644
index 000..6ed4fb6
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.6.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+WANT_LIBTOOL=none
+inherit autotools eutils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer";
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug libnotify"
+
+RDEPEND="dev-libs/glib:2
+   media-libs/alsa-lib
+   >=x11-libs/gtk+-3.6:3
+   x11-libs/libX11
+   libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${P/_rc/-rc}
+
+src_prepare() {
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with libnotify) \
+   $(use_enable debug) \
+   --enable-minimal-flags \
+   --with-gtk3
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



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

2015-09-02 Thread Julian Ospald
commit: 254568c14bc5159702bb0fed1903663015afd123
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:07:24 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:10:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254568c1

media-sound/pnmixer: rm old 0.6_rc3

 media-sound/pnmixer/Manifest   |  1 -
 media-sound/pnmixer/pnmixer-0.6_rc3.ebuild | 52 --
 2 files changed, 53 deletions(-)

diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index f744044..b5aefb7 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,2 @@
 DIST pnmixer-0.6.tar.gz 198551 SHA256 
e70faffcc56bec315f23f66dff85dd335627fc3219d37f1583d16e3383811b61 SHA512 
89327628edfbab4e62ba80746f2299a5b418110a85d3fea34f1b16af49c97b4cbea7b44a547ac7ab025ff0d8f6b3c1b5eaf07cc69a385b363a57def30a4d0d93
 WHIRLPOOL 
91c6cf212cc1b06497a720c7c2bb9ddaf7cd9aeb10ab135afaa86ca3085c1fa37b92fb5038cdfa13a2638ae3db7bdd838507922511c984297dc2aebef4b4c0c8
 DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 
aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 
967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4
 WHIRLPOOL 
1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
-DIST pnmixer-0.6_rc3.tar.gz 199559 SHA256 
095d467730f87b0017baa1949f74b9d9cda5cd8901ef4e503f0d2cf523f2d3a2 SHA512 
d45e08b63ba6b7c108c92cf7e5bb54bf9133e6cd8d44961e781a55a111f886a43340cd106126c2da61f37faa23dc0bdc1fabda0ce69ae55aae4becc616dfd287
 WHIRLPOOL 
7066e408b842b75b498e8b24e4a0bcd11ba3314089a2cc56f0a0cc2569fc7a1f969c885da044645946c1c0af20fe4599d19057d5da2afde68320a8ea8d35bc4d

diff --git a/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild 
b/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild
deleted file mode 100644
index 6ed4fb6..000
--- a/media-sound/pnmixer/pnmixer-0.6_rc3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WANT_LIBTOOL=none
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Volume mixer for the system tray"
-HOMEPAGE="https://github.com/nicklan/pnmixer";
-SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug libnotify"
-
-RDEPEND="dev-libs/glib:2
-   media-libs/alsa-lib
-   >=x11-libs/gtk+-3.6:3
-   x11-libs/libX11
-   libnotify? ( x11-libs/libnotify )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   virtual/pkgconfig"
-
-S=${WORKDIR}/${P/_rc/-rc}
-
-src_prepare() {
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with libnotify) \
-   $(use_enable debug) \
-   --enable-minimal-flags \
-   --with-gtk3
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



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

2015-09-02 Thread Justin Lecher
commit: 1a531badd7942e2e914da17bef1de7da50a11df1
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 15:59:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a531bad

dev-python/prompt_toolkit: Version Bump

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

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

diff --git a/dev-python/prompt_toolkit/Manifest 
b/dev-python/prompt_toolkit/Manifest
index f83f61c..f596d59 100644
--- a/dev-python/prompt_toolkit/Manifest
+++ b/dev-python/prompt_toolkit/Manifest
@@ -1,3 +1,4 @@
 DIST prompt_toolkit-0.45.tar.gz 125907 SHA256 
553fd2b9169674adacf227ede2e056c2bbd7181a4a3ca614960467c0720997a6 SHA512 
ed3f374ccbedbcb82c013f499d8344001844c63d7f7fcd08de4d6776ef8ad23f5a85da94da04625de1e6197f197a78d6504954e189ddc6028f666f930f651e0c
 WHIRLPOOL 
f7c519473aa73be1d2165bdba7c6a359af108c8bcf8891444e55c5c8ebdbea8425721033dd0bbb2328da3e188bb87301805aa68e9f572d7aacde1752d7ba2b71
 DIST prompt_toolkit-0.46.tar.gz 127462 SHA256 
1aa25cb9772e1e27d12f7920b5a514421ab763231067119bbd2f8b1574b409fb SHA512 
43b7617484ba4c072fc8ac86450450ba127b54ccc1b0ac964cced075f63f470c0ba2d1c7a39be3a0911362baaa9e24e47d299fb48fd26b168f8bad60c1547780
 WHIRLPOOL 
3ee7c579073c577ab91bee80c7ed350905106c314350c389b5193def43d95d2fcabd739f90cc00989279ddfd407dcb357be8d27deb449c8f78ef51a6edd5fc33
 DIST prompt_toolkit-0.47.tar.gz 129902 SHA256 
8ab6c63f7de394b50bc56c9c9e62bed39d523db40b2ba44a2eed57d1ce5f79f6 SHA512 
7971ffb7252b461c109c95c9fa245d89da6c3ad24d6792ac84f2640556d76034271248ec01bef6e00dba171216bd9db13787bbc4723116ae3d7df2a974b5eb6f
 WHIRLPOOL 
c20c5cabdc80819543ea346fa1d6505f8cd9c87ffc00f7c6b996a3ce32ab7e9e99531a6116733017edb5916333283f4eb63278ac346a150b6cd17355c7a68e24
+DIST prompt_toolkit-0.48.tar.gz 131543 SHA256 
054a8f710d585ff994cf92f648bcb78abb1cd14295be3016dcf0214bbbc3b991 SHA512 
cec2b8fad25722a2f58895ab50ad9ceb168748bf85d94972c3652d1c46589b55a87e9b78246a138633ce9e7d1c45eab39bad8e3576fdce845a2d68a1c7803d89
 WHIRLPOOL 
67f9482fbb5814826137f4673db40cd843cb24f9f04011379cc2a83aca8a2a56734c156c421578f6ae4c9b8c5f877d018f6fd22ff39188ced3b187a4fa18b9f5

diff --git a/dev-python/prompt_toolkit/prompt_toolkit-0.48.ebuild 
b/dev-python/prompt_toolkit/prompt_toolkit-0.48.ebuild
new file mode 100644
index 000..d3cd177
--- /dev/null
+++ b/dev-python/prompt_toolkit/prompt_toolkit-0.48.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Building powerful interactive command lines in Python"
+HOMEPAGE="https://pypi.python.org/pypi/prompt_toolkit/ 
https://github.com/jonathanslenders/python-prompt-toolkit";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# not contained in tarball
+RESTRICT="test"
+
+python_test() {
+   "${PYTHON}" "${S}"/tests/run_tests.py || die
+}



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

2015-09-02 Thread Justin Lecher
commit: c83fcbc7d775813611cf1d130f643da567eff28a
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:29:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83fcbc7

dev-python/netaddr: Version Bump

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

 dev-python/netaddr/Manifest  |  1 +
 dev-python/netaddr/netaddr-0.7.17.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/netaddr/Manifest b/dev-python/netaddr/Manifest
index 92ab43d..683d8e5 100644
--- a/dev-python/netaddr/Manifest
+++ b/dev-python/netaddr/Manifest
@@ -2,3 +2,4 @@ DIST netaddr-0.7.12.tar.gz 1504096 SHA256 
88bf0bff238df672b1a521cdc291db025f7462
 DIST netaddr-0.7.13.tar.gz 1548094 SHA256 
ca42c260b49e5fd74ba9104efa6a4fca6b55316ca42714d20d2b9b8e751e0412 SHA512 
3bef68f9bf33d3c8946b2dd0a0ed1c182bf4e604501de1f62ec0e1a31c1c4a6806b78be847b49fa93ddbf50e2e58012f3ef68e7dad08297d7647d878ba17144c
 WHIRLPOOL 
a7a031607cdcaf0d0ed2eb7faa6c9db32f02663d48b827c5df558db88a0515a1778da67cdaa646bb55b424b86baeeb857d76d51d710b4555225d605eb802dca7
 DIST netaddr-0.7.14.tar.gz 1560641 SHA256 
02abbb54c9edd6a3046385d2634f51c1dbddbbc9b5816599ecd052b1d9ff445f SHA512 
8492932aa5218d84e211df9ac405b9f2eb2f66d9a0cfe7b427634461bd3c71a3c94662c8e13e0d484481cb621e60dfff22aa8065b00a03094543c33b50d3502f
 WHIRLPOOL 
6198af280532f782a3a539749c41b44f139ea600edbfcd7aac66cd167546f27dee54afa63c9e48841180fdceb79bff086ab1fbe8b10c9b197e4c975754da0858
 DIST netaddr-0.7.15.tar.gz 1525041 SHA256 
d5b5bb3f4e9a94f93d232bb876e567517d8fb59e5bebb5339483b44df5529d11 SHA512 
b6279638598b756366fd236003dbd5315b4535d2d13153857d1a2b160d9521eb94e2a46e89eb317b72081ae6b0e8916da7932fa766541616e49b2a24b7494cf3
 WHIRLPOOL 
b515b2fc7dc7970f9751ec28ca2a7b0937a7ad7a1f9a36b9e995dea430b004c2294263654d9c321fe29e7eff7af1e78281bf89432b408aa6324b0833b80e1847
+DIST netaddr-0.7.17.tar.gz 1714398 SHA256 
386b161ba1efb7e9b7def525859633627ff2e8719bb444c4e78e10529fec4e50 SHA512 
915109fee5025b37bbd10ba68b2c26d743e96f5579cffd5f3871ffb97e8a37b76e73ef903f0db1b4322c33768f17baaf66cb7e48dfac4f536c3cf0315db0
 WHIRLPOOL 
a6c9889a12be25e7a22162564c895c89bd1039216bcc16323cfa1c20e99d7af464eb51d6a246315728a328aaadc8dca9fafd4ad4a31d1a8ba946aba0f506d4d1

diff --git a/dev-python/netaddr/netaddr-0.7.17.ebuild 
b/dev-python/netaddr/netaddr-0.7.17.ebuild
new file mode 100644
index 000..5639cdd
--- /dev/null
+++ b/dev-python/netaddr/netaddr-0.7.17.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Network address representation and manipulation library"
+HOMEPAGE="https://github.com/drkjam/netaddr 
https://pypi.python.org/pypi/netaddr";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="cli test"
+
+RDEPEND="cli? ( >=dev-python/ipython-0.13.1-r1[${PYTHON_USEDEP}] )"
+DEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )"
+
+python_test() {
+   esetup.py test
+}



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

2015-09-02 Thread Justin Lecher
commit: 9bd8d43c22b55629ee6be53f13ebc9286e55524c
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:28:36 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd8d43c

dev-libs/xmlrpc-c: Alter LC* and friend in local scope

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

 dev-libs/xmlrpc-c/metadata.xml   |  8 
 dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild | 12 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-libs/xmlrpc-c/metadata.xml b/dev-libs/xmlrpc-c/metadata.xml
index 8be0201..658f772 100644
--- a/dev-libs/xmlrpc-c/metadata.xml
+++ b/dev-libs/xmlrpc-c/metadata.xml
@@ -6,9 +6,9 @@
Sergey Popov


-   Build the Abyss mini web-server.
-   Use dev-libs/libxml2 to parse XML instead 
of the internal expat library.
-   Controls whether to build the Abyss 
web-server with pthreads or fork 'threading'.
-   Build the xmlrpc* tools.
+   Build the Abyss mini web-server.
+   Use dev-libs/libxml2 to parse XML instead 
of the internal expat library.
+   Controls whether to build the Abyss 
web-server with pthreads or fork 'threading'.
+   Build the xmlrpc* tools.

 

diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild 
b/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild
index c604bdd..3d95a10 100644
--- a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild
+++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild
@@ -42,14 +42,14 @@ pkg_setup() {
use curl || ewarn "Curl support disabled: No client library will be 
built"
 }
 
-#Bug 214137: We need to filter this.
-unset SRCDIR
+src_prepare() {
+   #Bug 214137: We need to filter this.
+   unset SRCDIR
 
-# Bug 255440
-export LC_ALL=C
-export LANG=C
+   # Bug 255440
+   export LC_ALL=C
+   export LANG=C
 
-src_prepare() {
epatch "${FILESDIR}"/${PN}-1.32.05-Wimplicit.patch
sed -i \
-e "/CFLAGS_COMMON/s|-g -O3$||" \



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

2015-09-02 Thread Justin Lecher
commit: 5a862257a900b03ba84753fbd911327ad9f2
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:24:16 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a862257

sci-visualization/gfsview: Don't set LIBS in global scope

* determine libGL via pkg-config
* drop old
* BUMP EAPI to 5

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

 sci-visualization/gfsview/Manifest |  1 -
 sci-visualization/gfsview/gfsview-20111003.ebuild  | 30 --
 ...-20120706.ebuild => gfsview-20120706-r1.ebuild} | 18 -
 sci-visualization/gfsview/metadata.xml |  4 +--
 4 files changed, 13 insertions(+), 40 deletions(-)

diff --git a/sci-visualization/gfsview/Manifest 
b/sci-visualization/gfsview/Manifest
index 65823fa..3c100d7 100644
--- a/sci-visualization/gfsview/Manifest
+++ b/sci-visualization/gfsview/Manifest
@@ -1,2 +1 @@
-DIST gfsview-20111003.tar.gz 703942 SHA256 
448e03c730af3a2cca233f17a44bfda46f5400052ea1ed0f3dc863c8050b1122 SHA512 
736394fd403e4b089251819e03b6aab31fe13db451e9bb9a9bf7b728dc64461e61323c38a63dae9ed855a5c213dc03fd5875c0332353420bd6ce4edb8a7eea24
 WHIRLPOOL 
b834a7364eabac0bfe12789ff331507b188f9cc0fbbe505b57aea8c8b7a6898842b427c7b0df60fcd23c776c9854793e37d5d5a436b306a8d882e4be3ec6
 DIST gfsview-snapshot-120706.tar.gz 707640 SHA256 
b71fa85344fdf66330869d2d45b15c89e0c07ef420944c6d67975a85cae3c1fd SHA512 
89d31a5a10c7ba21a16534b20faf6532c097c84375d09ce9940593b9e569e538db0e5174b9554e0890fb94b2194852b782e235f20dd9d7d609c08d88ac0bffa2
 WHIRLPOOL 
2cf0d44f820c6f2a2cda5e52faf48517d85d7a73c59623af657473ee7baeeeae57072c4f0dcba4dbbdbeb386dc01ccf3733bc8b148c53bcbc7252a4ba45d1fa3

diff --git a/sci-visualization/gfsview/gfsview-20111003.ebuild 
b/sci-visualization/gfsview/gfsview-20111003.ebuild
deleted file mode 100644
index 3460417..000
--- a/sci-visualization/gfsview/gfsview-20111003.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="Graphical viewer for Gerris simulation files"
-HOMEPAGE="http://gfs.sourceforge.net/";
-SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND=">=sci-libs/gerris-${PV}
-   media-libs/ftgl
-   media-libs/mesa[osmesa]
-   x11-libs/gtk+:2
-   >=x11-libs/gtkglext-1.0.6
-   x11-libs/startup-notification"
-
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/-20/-snapshot-}
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}

diff --git a/sci-visualization/gfsview/gfsview-20120706.ebuild 
b/sci-visualization/gfsview/gfsview-20120706-r1.ebuild
similarity index 67%
rename from sci-visualization/gfsview/gfsview-20120706.ebuild
rename to sci-visualization/gfsview/gfsview-20120706-r1.ebuild
index b848f1b..006784d 100644
--- a/sci-visualization/gfsview/gfsview-20120706.ebuild
+++ b/sci-visualization/gfsview/gfsview-20120706-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 
-inherit autotools-utils
+inherit autotools-utils toolchain-funcs
 
 MYP=${P/-20/-snapshot-}
 
@@ -17,16 +17,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs"
 
-RDEPEND="sci-libs/gerris
+RDEPEND="
+   sci-libs/gerris
media-libs/ftgl
media-libs/mesa[osmesa]
x11-libs/gtk+:2
>=x11-libs/gtkglext-1.0.6
-   x11-libs/startup-notification"
-
+   x11-libs/startup-notification
+"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
 
 S="${WORKDIR}/${MYP}"
 
-export LIBS=-lGL
+src_prepare() {
+   export LIBS="$($(tc-getPKG_CONFIG) --libs gl)"
+   autotools-utils_src_prepare
+}

diff --git a/sci-visualization/gfsview/metadata.xml 
b/sci-visualization/gfsview/metadata.xml
index bab5e85..5a84f09 100644
--- a/sci-visualization/gfsview/metadata.xml
+++ b/sci-visualization/gfsview/metadata.xml
@@ -1,8 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-sci
-
+  sci
+  
   GfsView is a graphical viewer for Gerris simulation files.
 
 



[gentoo-commits] proj/linux-patches: New tag: 4.2-2

2015-09-02 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  2 16:34:53 2015 +

New tag: 4.2-2




[gentoo-commits] proj/linux-patches:4.2 commit in: /

2015-09-02 Thread Mike Pagano
commit: eddb8464aeb6e997d68c122086cacafc96684e3b
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  2 16:34:29 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  2 16:34:29 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=eddb8464

workqueue: Make flush_workqueue() available again to non GPL modules

 2710_flush-workqueue-non-GPL-availability.patch | 33 +
 1 file changed, 33 insertions(+)

diff --git a/2710_flush-workqueue-non-GPL-availability.patch 
b/2710_flush-workqueue-non-GPL-availability.patch
new file mode 100644
index 000..3e017d4
--- /dev/null
+++ b/2710_flush-workqueue-non-GPL-availability.patch
@@ -0,0 +1,33 @@
+From 1dadafa86a779884f14a6e7a3ddde1a57b0a0a65 Mon Sep 17 00:00:00 2001
+From: Tim Gardner 
+Date: Tue, 4 Aug 2015 11:26:04 -0600
+Subject: workqueue: Make flush_workqueue() available again to non GPL modules
+
+Commit 37b1ef31a568fc02e53587620226e5f3c66454c8 ("workqueue: move
+flush_scheduled_work() to workqueue.h") moved the exported non GPL
+flush_scheduled_work() from a function to an inline wrapper.
+Unfortunately, it directly calls flush_workqueue() which is a GPL function.
+This has the effect of changing the licensing requirement for this function
+and makes it unavailable to non GPL modules.
+
+See commit ad7b1f841f8a54c6d61ff181451f55b68175e15a ("workqueue: Make
+schedule_work() available again to non GPL modules") for precedent.
+
+Signed-off-by: Tim Gardner 
+Signed-off-by: Tejun Heo 
+
+diff --git a/kernel/workqueue.c b/kernel/workqueue.c
+index 4c4f061..a413acb 100644
+--- a/kernel/workqueue.c
 b/kernel/workqueue.c
+@@ -2614,7 +2614,7 @@ void flush_workqueue(struct workqueue_struct *wq)
+ out_unlock:
+mutex_unlock(&wq->mutex);
+ }
+-EXPORT_SYMBOL_GPL(flush_workqueue);
++EXPORT_SYMBOL(flush_workqueue);
+ 
+ /**
+  * drain_workqueue - drain a workqueue
+-- 
+cgit v0.10.2



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

2015-09-02 Thread Justin Lecher
commit: 8b7656f04cf7fdc9f65190b8ce0a4205eb527f19
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 15:48:54 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7656f0

dev-python/django-extensions: Version Bump

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

 dev-python/django-extensions/Manifest  |  1 +
 .../django-extensions-1.5.6.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/dev-python/django-extensions/Manifest 
b/dev-python/django-extensions/Manifest
index ace75d4..0e1b19e 100644
--- a/dev-python/django-extensions/Manifest
+++ b/dev-python/django-extensions/Manifest
@@ -3,3 +3,4 @@ DIST django-extensions-1.5.0.tgz 193691 SHA256 
4922bab0ba7d25801f23d55ed9fd40eeb
 DIST django-extensions-1.5.2.tar.gz 399105 SHA256 
6b28b2b1029ca5891cc46303df7ce6a53f425b508b5633d188f612d54545b401 SHA512 
9cf904397c3a1c7f924e23d9609e126bdcc19084b6d2aa7b9f1b7dfb88c8dfd0aa6c4686fab27747ed8dafb16dcc16c24a39e5b8fe29fa055f9feed5553ea86d
 WHIRLPOOL 
ae7657495a22cd5fdf8d5b6de5a893baa8215c22015997f048960d5820e932648af43e0dfdf99485134355c4fcdbed7da9c5e3a200e449571b39f7c8ae54ac3e
 DIST django-extensions-1.5.3.tar.gz 399785 SHA256 
b88d4773697a16a0a2a9ba6fcb082c6c51ec9543ca0f634541680fec4a6867b1 SHA512 
3fba49653e2120c0862f475502d5f9a52ddd57f7599eef4295591ff1bc744919d3a8e6a15752d3603a5843bea23362f1ec60a923e6aac05e5692be71d9f99dac
 WHIRLPOOL 
d0bc3c51bb42b09031c993526606d4df87266448b56f42daf5e76594c075c2f3dad4c89c4bfaa4fe5963e67ca987bd34cefb995d04de5bba693bfbdb7b8a9ae5
 DIST django-extensions-1.5.5.tar.gz 400104 SHA256 
59c77d2c1bfd0bb1099dcba124a96b28c976c1c7bdcefc22be76aa2d9623654f SHA512 
9cbb1687edaab4018f9fe9973f9be6930e8bb1730e40c3826b0288f8fc13ad4d8d8d70d89302f65164bde18a5e0832c944a18a4b4eadbbb3c2a45c186aeccabe
 WHIRLPOOL 
f4236d3c05c70eb15e56e992a61d7fa9c23a084be70efe9b642b64f466950f9652fd88dd9fd2ff0f60024866806b74a3091f3860d3674d4c8e0ec4378c1b11fa
+DIST django-extensions-1.5.6.tar.gz 404366 SHA256 
65fb2d714fd5bdb9b08832993c2c8478b25d98c2a3e787696cfe762acae64544 SHA512 
4925f1b3a511e554e160b183bab5f6396d7af4c7a4862c01b805fde296de7380416f578f2dc4cfce03b563ed310ced046a9107a688a0e2df382d559a6b0e3615
 WHIRLPOOL 
ababa6595e187b20890830bd815a8c7d745e4c0ef7c613728dfa91fb89b4893596dcf5bff2a47dd3ea56e66987f6fe187446f870ad2ffe262c13926e5bab3b65

diff --git a/dev-python/django-extensions/django-extensions-1.5.6.ebuild 
b/dev-python/django-extensions/django-extensions-1.5.6.ebuild
new file mode 100644
index 000..6f3a0c0
--- /dev/null
+++ b/dev-python/django-extensions/django-extensions-1.5.6.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Django Command Extensions"
+HOMEPAGE="https://github.com/django-extensions/django-extensions 
http://django-extensions.readthedocs.org";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD || ( MIT GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+# Req'd for tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+RDEPEND="
+   >=dev-python/django-1.5.4[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   >=dev-python/django-1.5.4[${PYTHON_USEDEP}]
+   dev-python/shortuuid[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/tox[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   py.test || die
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   echo ""
+   elog "Further enhancements can be achieved by installing the following 
packages:"
+   echo ""
+   optfeature "Use ipython in shell_plus" dev-python/ipython
+   optfeature "Use ptpython in shell_plus" dev-python/ptpython
+   optfeature "Renders a graphical overview of your project or specified 
apps." dev-python/pygraphviz
+   optfeature "sync your MEDIA_ROOT and STATIC_ROOT folders to S3" 
dev-python/boto
+   optfeature "RunServerPlus-typical runserver with Werkzeug debugger 
baked in" dev-python/werkzeug dev-python/watchdog
+}



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

2015-09-02 Thread Justin Lecher
commit: 86bc29f29ab6be3fb1e72e25c6e475b73d075609
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:25:24 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86bc29f2

sys-libs/db: Move CXXFLAGS alteration to local scope

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

 sys-libs/db/db-3.2.9_p2.ebuild |  8 
 sys-libs/db/metadata.xml   | 13 ++---
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/sys-libs/db/db-3.2.9_p2.ebuild b/sys-libs/db/db-3.2.9_p2.ebuild
index 06df054..65f1809 100644
--- a/sys-libs/db/db-3.2.9_p2.ebuild
+++ b/sys-libs/db/db-3.2.9_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -33,12 +33,12 @@ IUSE="doc"
 DEPEND="${RDEPEND}
=sys-libs/db-1.85*"
 
-# This doesn't build without exceptions
-export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}"
-
 S="${WORKDIR}/${MY_P}"
 
 src_unpack() {
+   # This doesn't build without exceptions
+   export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}"
+
unpack "${MY_P}".tar.gz
 
chmod -R ug+w *

diff --git a/sys-libs/db/metadata.xml b/sys-libs/db/metadata.xml
index 74fb0c9..0f33890 100644
--- a/sys-libs/db/metadata.xml
+++ b/sys-libs/db/metadata.xml
@@ -1,23 +1,22 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-base-system
-The Berkeley Database (Berkeley DB) is a programmatic toolkit
+   base-system
+   The Berkeley Database (Berkeley DB) is a programmatic 
toolkit
 that provides embedded database support for both traditional and client/server
 applications. Berkeley DB includes b+tree, queue, extended linear hashing,
 fixed, and variable-length record access methods, transactions, locking,
 logging, shared memory caching and database recovery. DB supports C, C++, Java,
 and Perl APIs. DB is available for a wide variety of UNIX platforms as well as
 Windows NT and Windows '95 (MSVC 4, 5 and 6).
-De Berkeley Database is een programmatische toolkit
+   De Berkeley Database is een programmatische 
toolkit
 die embedded database support verzorg voor en traditionele en client/server
 applicaties. Berkeley DB bevat b+tree, rij, uitgebreide lineaire hashing, vaste
 en variabele lengte record toegangsmethoden, transacties, locking, logging,
 gedeeld geheugen caching en database herstel. DB ondersteund C, C++, Java en
 Perl API's. DB is beschikbaar voor veel UNIX platformen en
 Windows.
-
- Enable rpc client/server
-
+   
+   Enable rpc client/server
+   
 
-



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

2015-09-02 Thread Justin Lecher
commit: b20b47efd3c176a6fb5cb037a902ced99a53a628
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:03:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20b47ef

dev-python/path-py: Version Bump

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

 dev-python/path-py/Manifest   |  1 +
 dev-python/path-py/path-py-8.1.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/path-py/Manifest b/dev-python/path-py/Manifest
index 82e298f..6d27049 100644
--- a/dev-python/path-py/Manifest
+++ b/dev-python/path-py/Manifest
@@ -3,3 +3,4 @@ DIST path.py-7.4.tar.gz 27256 SHA256 
69df64c911a4b27194e24b0b81789f449e2b75af46f
 DIST path.py-7.6.1.tar.gz 32974 SHA256 
201c86613327f2f6c2d34c8f28689bdfde74fbb758c5211a1f8652dc71fa9e5a SHA512 
f0879018bc5dbc3c5796a0587976f7bd40c44d62c4d81884efef2aca914b0ed14aada3f94c5ad6b8ac6cf8dbc809ff231ca4308d64438c38feafccbba478f796
 WHIRLPOOL 
bb492d8ed4acb0b6c088c36acaba863514f85b46373fe98abd8f6edaf43ea9629340de128cbf2d385a81ccd923325870449553071bf0b967d28a9af1c54c87e1
 DIST path.py-7.7.1.tar.gz 33102 SHA256 
692feac9d1fe3b70239b2f0f07dcdbbdad38e3611846924de33ec6175d87638e SHA512 
9275fab8340600889e0704d383f009d9aa94f9fa903aade57922b8fc797587734bdacd89ab6e87573dffd4cfa6a167067e03cfab0916cc3416619774134de7cb
 WHIRLPOOL 
7811ccbf811c8d7a307d2cb50ddfdea2e96c49de2e1618c856d97f300560cca3558c2fa2a1cf29717cfbdb4460f05f7fe8d5dbd9efadba3ae76e4f526d3c7b53
 DIST path.py-7.7.tar.gz 33065 SHA256 
078e1011f0ee748e8569c9972a6259898c6e8f58d45c4ca06f3fab007c241544 SHA512 
d8b1fb41bfd923054a03ef9d750f0921952b508f6be77cc026ba887584a610376d12ec54e1c1027bba02a256996e56b30b8dd6e56e8e1753c05a571985f43dc2
 WHIRLPOOL 
c9bafc6ae2fe293978f086617c08341970dd2f0f2b2ec2e12b2904a7429171a3bcabcb8fb7014c8e8d330487724c7fb39ec10ac64d46524fc689c341ba053171
+DIST path.py-8.1.tar.gz 33221 SHA256 
27ea0789c12cbe8e2a29397d2a54581009094a0684ce880844ba9fc4c16ce30c SHA512 
f5a2e824bdf7c097fc690ce57237dc476e0c2b748dd6c7b1559d4d769bef2485a5bfddcad6ae89af861a0e072fc16eeefea307a0c3e069fa30b9e4e90b9a742f
 WHIRLPOOL 
e8c307bfbdfd0c61e2d09c21689120e4c1986b230daa56c51b56d94329149a32870f37cec3ccd1fdee12d8c40cd2f38ec90de1dfdecfad3d73f233004551368b

diff --git a/dev-python/path-py/path-py-8.1.ebuild 
b/dev-python/path-py/path-py-8.1.ebuild
new file mode 100644
index 000..b490b2b
--- /dev/null
+++ b/dev-python/path-py/path-py-8.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+inherit distutils-r1
+
+MY_P="path.py-${PV}"
+
+DESCRIPTION="A module wrapper for os.path"
+HOMEPAGE="http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py 
https://github.com/jaraco/path.py";
+SRC_URI="mirror://pypi/p/path.py/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/appdirs[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_prepare_all() {
+   sed '/setuptools_scm/d' -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2015-09-02 Thread Justin Lecher
commit: 3992c082d53442fd2d2dd8981e7e0ddfc74552d3
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:13:07 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:35 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3992c082

app-arch/cabextract: Move export to local scope

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

 app-arch/cabextract/cabextract-1.6.ebuild | 13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/app-arch/cabextract/cabextract-1.6.ebuild 
b/app-arch/cabextract/cabextract-1.6.ebuild
index a56604b..f9c458b 100644
--- a/app-arch/cabextract/cabextract-1.6.ebuild
+++ b/app-arch/cabextract/cabextract-1.6.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 inherit toolchain-funcs
 
 DESCRIPTION="Extracts files from Microsoft cabinet archive files"
@@ -16,17 +17,19 @@ IUSE="extras"
 
 RDEPEND="extras? ( dev-lang/perl )"
 
-# the code attempts to set up a fnmatch replacement, but then fails to code
-# it properly leading to undefined references to rpl_fnmatch().  This may be
-# removed in the future if building still works by setting "yes" to "no".
-export ac_cv_func_fnmatch_works=yes
+src_prepare() {
+   # the code attempts to set up a fnmatch replacement, but then fails to 
code
+   # it properly leading to undefined references to rpl_fnmatch().  This 
may be
+   # removed in the future if building still works by setting "yes" to 
"no".
+   export ac_cv_func_fnmatch_works=yes
+}
 
 src_compile() {
emake AR="$(tc-getAR)"
 }
 
 src_install() {
-   emake DESTDIR="${D}" install
+   default
dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic
dohtml doc/wince_cab_format.html
if use extras; then



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

2015-09-02 Thread Justin Lecher
commit: 642f12fdd32b96899bb8246f83cc686c91334789
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:30:27 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:30:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642f12fd

dev-python/greenlet: Version Bump

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

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

diff --git a/dev-python/greenlet/Manifest b/dev-python/greenlet/Manifest
index 31bfb9f..a68f66b 100644
--- a/dev-python/greenlet/Manifest
+++ b/dev-python/greenlet/Manifest
@@ -4,3 +4,4 @@ DIST greenlet-0.4.4.zip 76659 SHA256 
935a76b7ad3c41846af26e136e2fd8ec763794cbc5b
 DIST greenlet-0.4.5.zip 77396 SHA256 
b990f00f120c4cfb6672eec2acd32210990a2c7b70b815c034d1d8cbf08e2dbe SHA512 
bdef004299e6d9ac457c0884aea69a882f7ee66135ea5da9a231c7f05024413db8ee5bc1e15c4bbc17379130eda5b38948662178fc34c00f96449a6ada6d3e78
 WHIRLPOOL 
01e06febe2537dd71478f5404d8f545df19af761b13fcd88c8edc1ab6e4a28da48183084800523d603ca9d58f74b7d675ec4f412b635af961be637f6a22a3f82
 DIST greenlet-0.4.6.zip 77759 SHA256 
3000b5c4301a0285f914fd7bb2eb613279f7098000c8e2150b169abcad4c3393 SHA512 
498721395bdc4612dd646ee7f384d7edba992dd10a31fccbdb67294e4f22b4890e79f7c509863943b8538c7a34bb4a64fbe6870fc84651f7fdf17654d47281ed
 WHIRLPOOL 
02e84f9738fc899ac4dad40cb197648e1b36f3e10d451fb7963951f2a974af4071450b2c31eadaed6028c9d905557560e03688659efb6de0eaedf22336cb507e
 DIST greenlet-0.4.7.zip 77540 SHA256 
f32c4fa4e06443e1bdb0d32b69e7617c25ff772c3ffc6d0aa63d192e9fd795fe SHA512 
f2a080b9782bc3f91cf7971b97cb00b9d48d6021e01d413c96128ff32165fbd310ec8e9a1a00d03946e3c637162acd7eb6ebf44425580bd2e7511c3cd15fb192
 WHIRLPOOL 
ac66424e329b8bc83e0c6d5c1aea3ddb237433505e8547916efaf13280a43f040a3f39e67e4b15164acb86f061180928acd29a8725dfb91427c52524fc13c91e
+DIST greenlet-0.4.9.zip 78125 SHA256 
58b2f3a2e7075c655616bf95e82868db4980f3bb6661db70ad02a51e4ddd2252 SHA512 
2dce966827caf32b21cf005498ef6e595524ffb0aabbe424c705850986edfda4f4b2ba791180a7de900b1778594851de83a5b2cc69baf31c968ee8fb9131ba58
 WHIRLPOOL 
e2464ead5f1e47ee62b80f1ce048c263e4516d333e1b5f532698192d0df4906754376a7dfb9b0a26236c56326853830f5110c56673193a8471c07fc0ac0313a6

diff --git a/dev-python/greenlet/greenlet-0.4.9.ebuild 
b/dev-python/greenlet/greenlet-0.4.9.ebuild
new file mode 100644
index 000..9017b17
--- /dev/null
+++ b/dev-python/greenlet/greenlet-0.4.9.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# Note: greenlet is built-in in pypy
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 flag-o-matic
+
+DESCRIPTION="Lightweight in-process concurrent programming"
+HOMEPAGE="https://pypi.python.org/pypi/greenlet/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm -hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc"
+
+DEPEND="
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+DISTUTILS_IN_SOURCE_BUILD=1
+
+python_compile() {
+   if [[ ${EPYTHON} == python2.7 ]]; then
+   local CFLAGS=${CFLAGS} CXXFLAGS=${CXXFLAGS}
+   append-flags -fno-strict-aliasing
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_compile_all() {
+   use doc && emake -C doc html
+}
+
+python_test() {
+   "${PYTHON}" run-tests.py -n || die "Tests fail with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2015-09-02 Thread Julian Ospald
commit: d684a0ee9fcf8c1b9aa20b1a69df57433c7ee843
Author: Julian Ospald  gentoo  org>
AuthorDate: Wed Sep  2 16:49:21 2015 +
Commit: Julian Ospald  gentoo  org>
CommitDate: Wed Sep  2 16:49:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d684a0ee

media-sound/pnmixer: update metadata.xml

 media-sound/pnmixer/metadata.xml | 47 +++-
 1 file changed, 46 insertions(+), 1 deletion(-)

diff --git a/media-sound/pnmixer/metadata.xml b/media-sound/pnmixer/metadata.xml
index 22796d6..39a15f4 100644
--- a/media-sound/pnmixer/metadata.xml
+++ b/media-sound/pnmixer/metadata.xml
@@ -5,9 +5,54 @@
hasuf...@gentoo.org
Julian Ospald

+   PNMixer
+   
+   PNMixer is a simple mixer application designed to run in your 
system
+   tray. It integrates nicely into desktop environments that don't 
have
+   a panel that supports applets, and therefore can't run a mixer 
applet.
+   In particular it's been used quite a lot with fbpanel and 
tint2, but
+   should run fine in any system tray.
+
+   PNMixer is designed to work on systems that use ALSA for sound
+   management. Any other sound driver like OSS or FFADO, or sound
+   server like PulseAudio or Jackd, are currently not supported
+   (patches welcome).
+
+   PNMixer is a fork of OBMixer with a number of additions.
+   These include:
+   * Volume adjustment with the scroll wheel
+   * Select which ALSA device and channel to use
+   * Detect disconnect from sound system and re-connect if 
requested
+   * Bind and use HotKeys for volume control
+   * Texual display of volume level in popup window
+   * Continous volume adjustment when dragging the slider 
(not just
+   when you let go)
+   * Draw a volume level onto system tray icon
+   * Use system icon theme for icons and use 
mute/low/medium/high
+   volume icons
+   * Configurable middle click action
+   * Preferences for:
+   - volume text display
+   - volume text position
+   - icon theme
+   - amount to adjust per scoll
+   - middle click action
+   - drawing of volume level on tray icon
+
+   Source and so on are at: https://github.com/nicklan/pnmixer
+   

-   https://github.com/nicklan/pnmixer/wiki
https://github.com/nicklan/pnmixer/issues
+   
https://github.com/nicklan/pnmixer/releases
+   https://github.com/nicklan/pnmixer/wiki
nicklan/pnmixer
+   
+   hasuf...@gentoo.org
+   Julian Ospald
+   
+   
+   elboulang...@gmail.com
+   El Boulangero
+   

 



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

2015-09-02 Thread Justin Lecher
commit: c17c855182a95738722d2e6470d01e6663c2e005
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:39:03 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17c8551

dev-python/pyproj: Use append-cflags

drop old

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

 dev-python/pyproj/Manifest   |  1 -
 dev-python/pyproj/pyproj-1.9.3-r1.ebuild | 24 
 dev-python/pyproj/pyproj-1.9.4.ebuild|  8 ++--
 3 files changed, 6 insertions(+), 27 deletions(-)

diff --git a/dev-python/pyproj/Manifest b/dev-python/pyproj/Manifest
index 856c3e7..33d9a2c 100644
--- a/dev-python/pyproj/Manifest
+++ b/dev-python/pyproj/Manifest
@@ -1,2 +1 @@
-DIST pyproj-1.9.3.tar.gz 2687498 SHA256 
912ed86c5e407f091d0f3d076594af4fb569e27c68199b7d71651edd522aaa0c SHA512 
a365da012bf7b9adc8069896bdeabf88ff3d260b643e49b8a74edccc3b65aab10ec96116353fbb45c73ce1027c9b4e80aae566c6b28e149110b16cd8405cda30
 WHIRLPOOL 
b6008b4879722e6e6ce82fbda22a5d8f57e6484f74d2607c19087130f833188ee76d1bc40ffd205babb25b9e7ea983c80bc1bd7555dd83f2473f2950421e7c62
 DIST pyproj-1.9.4.tar.gz 7838454 SHA256 
71b4d8c52d781e2b4afe2d3609e9d700cb631ddbf51060bc702644733cc70869 SHA512 
96b118e75ba8360ca56176631c44567c7b6596f98189a99bfbdc2d0f8bff1bba814a86d66ac1c54964951a3534c2a5cfb54a0fc4d8eda52c77069a8b64f8db3a
 WHIRLPOOL 
750f466566aab3d2edb155407f37efc7f514901bd782b5be589f1c788059c81c8e17e519d53410be169cec971aa3524268bd86e08f9f90a1e2b742343f6b0ae2

diff --git a/dev-python/pyproj/pyproj-1.9.3-r1.ebuild 
b/dev-python/pyproj/pyproj-1.9.3-r1.ebuild
deleted file mode 100644
index 3acd9ec..000
--- a/dev-python/pyproj/pyproj-1.9.3-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python interface to PROJ.4 library"
-HOMEPAGE="https://code.google.com/p/pyproj/ 
https://pypi.python.org/pypi/pyproj";
-SRC_URI="https://pyproj.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="doc"
-
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pyproj/pyproj-1.9.4.ebuild 
b/dev-python/pyproj/pyproj-1.9.4.ebuild
index 4078330..57f70d6 100644
--- a/dev-python/pyproj/pyproj-1.9.4.ebuild
+++ b/dev-python/pyproj/pyproj-1.9.4.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Python interface to PROJ.4 library"
 HOMEPAGE="https://github.com/jswhit/pyproj";
@@ -16,7 +17,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux"
 IUSE="doc"
 
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   append-cflags -fno-strict-aliasing
+}
 
 python_test() {
einfo "Testruns do not have regular unittest type tests, instead for 
test.py,"



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

2015-09-02 Thread Justin Lecher
commit: 2406e6e57708af0d0dfcdb121efe763511f45c6d
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:41:44 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2406e6e5

dev-python/pysyck: Use append-cflags

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

 dev-python/pysyck/pysyck-0.61.2-r1.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/pysyck/pysyck-0.61.2-r1.ebuild 
b/dev-python/pysyck/pysyck-0.61.2-r1.ebuild
index 9cad1c0..eca2258 100644
--- a/dev-python/pysyck/pysyck-0.61.2-r1.ebuild
+++ b/dev-python/pysyck/pysyck-0.61.2-r1.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 MY_P="PySyck-${PV}"
 
@@ -21,9 +22,13 @@ IUSE=""
 DEPEND=">=dev-libs/syck-0.55"
 RDEPEND="${DEPEND}"
 
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
 S="${WORKDIR}/${MY_P}"
 
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   append-cflags -fno-strict-aliasing
+}
+
 python_test() {
"${PYTHON}" tests/test_syck.py
einfo "Some tests may have failed due to pending bugs in dev-libs/syck"



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

2015-09-02 Thread Justin Lecher
commit: 8a923da7c50a872f520485f5f41c771a696f12a9
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:34:25 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a923da7

dev-python/pycdio: Use append-cflags

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

 dev-python/pycdio/pycdio-0.20-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycdio/pycdio-0.20-r1.ebuild 
b/dev-python/pycdio/pycdio-0.20-r1.ebuild
index d7094c2..5d6a6d4 100644
--- a/dev-python/pycdio/pycdio-0.20-r1.ebuild
+++ b/dev-python/pycdio/pycdio-0.20-r1.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Python OO interface to libcdio (CD Input and Control library)"
 HOMEPAGE="http://savannah.gnu.org/projects/libcdio/ 
https://pypi.python.org/pypi/pycdio";
@@ -21,11 +22,10 @@ DEPEND="${RDEPEND}
dev-lang/swig
dev-python/setuptools[${PYTHON_USEDEP}]"
 
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
 RESTRICT="test"  # currently tests fail
 
 python_prepare_all() {
+   append-cflags -fno-strict-aliasing
# Remove obsolete sys.path and adjust 'data' paths in examples.
sed -i \
-e "s:^sys.path.insert.*::" \



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

2015-09-02 Thread Justin Lecher
commit: 8d8c0cce04540616a56f0450018d393a2a554ac3
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:53:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8c0cce

dev-python/storm: Use append-cflags

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

 dev-python/storm/storm-0.20-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/storm/storm-0.20-r1.ebuild 
b/dev-python/storm/storm-0.20-r1.ebuild
index 68da3aa..6849494 100644
--- a/dev-python/storm/storm-0.20-r1.ebuild
+++ b/dev-python/storm/storm-0.20-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=1
 PYTHON_REQ_USE="sqlite?"
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="An object-relational mapper for Python developed at Canonical"
 HOMEPAGE="https://storm.canonical.com/ https://pypi.python.org/pypi/storm";
@@ -24,11 +24,10 @@ RDEPEND="mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] 
)
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/fixtures[${PYTHON_USEDEP}] )"
 
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
 DOCS="tests/tutorial.txt"
 
 pkg_setup() {
+   append-cflags -fno-strict-aliasing
python-single-r1_pkg_setup
 }
 



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

2015-09-02 Thread Justin Lecher
commit: 0ce07a8c456354c7a9e1e8e6d8d626afa331fd46
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:42:42 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce07a8c

dev-python/python-daap: Use append-cflags

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

 dev-python/python-daap/python-daap-0.7.1-r1.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild 
b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
index 3fc3cbb..660608e 100644
--- a/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
+++ b/dev-python/python-daap/python-daap-0.7.1-r1.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 MY_P="PythonDaap-${PV}"
 
@@ -18,12 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples"
 
-DEPEND=""
-RDEPEND=""
-
 S="${WORKDIR}/${MY_P}"
 
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   append-cflags -fno-strict-aliasing
+}
 
 python_install_all() {
use examples && local EXAMPLES=( examples/. )



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

2015-09-02 Thread Justin Lecher
commit: 7b855ce294e44cf88555c13eb00b1390678ff4f5
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:46:13 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b855ce2

dev-python/python-fastcgi: Use append-cflags

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

 dev-python/python-fastcgi/python-fastcgi-1.1-r1.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-fastcgi/python-fastcgi-1.1-r1.ebuild 
b/dev-python/python-fastcgi/python-fastcgi-1.1-r1.ebuild
index 7773404..147c649 100644
--- a/dev-python/python-fastcgi/python-fastcgi-1.1-r1.ebuild
+++ b/dev-python/python-fastcgi/python-fastcgi-1.1-r1.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 DESCRIPTION="Interface to OpenMarket's FastCGI C Library/SDK"
 HOMEPAGE="https://pypi.python.org/pypi/python-fastcgi";
@@ -20,10 +21,13 @@ RDEPEND=">=dev-libs/fcgi-2.4.0-r2"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
 
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
-
 PATCHES=( "${FILESDIR}/${P}-setup.patch" )
 
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   append-cflags -fno-strict-aliasing
+}
+
 python_install_all() {
use examples && local EXAMPLES=( example/. )
distutils-r1_python_install_all



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

2015-09-02 Thread Justin Lecher
commit: 1866e7063bae2aba278602e1a2bc9fe9eea987b4
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:52:44 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1866e706

dev-python/python-nss: Use append-cflags

remove buildtime deps from RDEPEND
drop old

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

 dev-python/python-nss/Manifest  |  1 -
 dev-python/python-nss/metadata.xml  | 22 ++--
 dev-python/python-nss/python-nss-0.12-r1.ebuild | 45 -
 dev-python/python-nss/python-nss-0.16.0.ebuild  | 17 ++
 4 files changed, 22 insertions(+), 63 deletions(-)

diff --git a/dev-python/python-nss/Manifest b/dev-python/python-nss/Manifest
index cca5c2b..803aafe 100644
--- a/dev-python/python-nss/Manifest
+++ b/dev-python/python-nss/Manifest
@@ -1,2 +1 @@
-DIST python-nss-0.12.tar.bz2 167007 SHA256 
e1084fef686f5b2f74f47fa46a7403d8b747ad14be7d9b3685b1bb105a4283cb SHA512 
7772e45e40b66b241d08b7f9ec8b0d5e1d814e36d0302c24a3a28569f136556249ed6b4c8a30d8db3dec40882de7cfc67dec1ac5fa68e8e7e95c349537e9
 WHIRLPOOL 
e8e2fe15bdbeb2e549f551722832f4a1f2a27efb8d301e46ae428213c9ccc6e7bdeda217d8969abe63eedcd927b3cfe2a3c00e4a4ba08b9ab378e405e5284b5d
 DIST python-nss-0.16.0.tar.bz2 208535 SHA256 
cecd3a33c4cb4ab0f5a3c303a733b2eb62a3760b500e6b411313ab3b30f8e575 SHA512 
3ff7d29f10942f4d36be8e223b518e046b5502f15029aa684b925cbd131bbc2041f7860abd50ec1344479b6e5594735cc9b7fcd801d7c4d1025f68e11a57cc3f
 WHIRLPOOL 
543f27384b5faa61e2b1d26b54ac896c1a8b96308a6f2e6698cd0c2656667a0f1abc08cbc4143b2a5ca333195cf756936f366ecc614134fdf413e6e812b52e34

diff --git a/dev-python/python-nss/metadata.xml 
b/dev-python/python-nss/metadata.xml
index 170c1ce..8b50aef 100644
--- a/dev-python/python-nss/metadata.xml
+++ b/dev-python/python-nss/metadata.xml
@@ -1,17 +1,17 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-proxy-maintainers
-python
-
-   andreis.vinograd...@gmail.com
-
-
-   maksbo...@gentoo.org
-   Maxim Koltsov
-
-
+   proxy-maintainers
+   python
+   
+   andreis.vinograd...@gmail.com
+   
+   
+   maksbo...@gentoo.org
+   Maxim Koltsov
+   
+   
This package provides Python bindings for Network Security Services 
(NSS)
and the Netscape Portable Runtime (NSPR)
- 
+
 

diff --git a/dev-python/python-nss/python-nss-0.12-r1.ebuild 
b/dev-python/python-nss/python-nss-0.12-r1.ebuild
deleted file mode 100644
index 39737eb..000
--- a/dev-python/python-nss/python-nss-0.12-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 versionator
-
-MY_PV="$(replace_all_version_separators  '_' )_0"
-DESCRIPTION="Python bindings for Network Security Services (NSS)"
-HOMEPAGE="http://www.mozilla.org/projects/security/pki/python-nss/";
-SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/${PN}/releases/PYNSS_RELEASE_${MY_PV}/src/${P}.tar.bz2";
-
-LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-DEPEND="dev-libs/nss
-   dev-libs/nspr
-   doc? ( dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/epydoc[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
-
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
-DOCS="README doc/ChangeLog"
-# RHB #754750 ; bgo #390869
-PATCHES=( "${FILESDIR}/python-nss-0.12-rsapssparams.patch" )
-
-python_compile_all() {
-   if use doc; then
-   einfo "Generating API documentation..."
-   mkdir doc/html
-   epydoc --html --docformat restructuredtext -o doc/html \
-   "${BUILD_DIR}"/lib/nss
-   fi
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/html/. )
-   use examples && local EXAMPLES=( doc/examples/. )
-
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/python-nss/python-nss-0.16.0.ebuild 
b/dev-python/python-nss/python-nss-0.16.0.ebuild
index 5ffc04a..2b5431a 100644
--- a/dev-python/python-nss/python-nss-0.16.0.ebuild
+++ b/dev-python/python-nss/python-nss-0.16.0.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )# still only supports py2
 
-inherit distutils-r1 versionator
+inherit distutils-r1 flag-o-matic versionator
 
 MY_PV="$(replace_all_version_separators  '_' )"
 DESCRIPTION="Python bindings for Network Security Services (NSS)"
@@ -17,16 +18,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc examples"
 
-DEPEND="dev-libs/nss
+RDEPEND="
dev-libs/nspr
-   doc? ( dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/epydoc[${PYTHON_USEDEP}] )"
-RDEPEND="${DEPEND}"
+   dev-libs/nss
+"
+DEPEND="${RDEPEND}
+   doc? (
+ 

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

2015-09-02 Thread Justin Lecher
commit: 04e699c9cac44a50ac567489d375e25deca7039d
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:35:22 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e699c9

dev-python/pypgsql: Use append-cflags

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

 dev-python/pypgsql/pypgsql-2.5.1-r1.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/pypgsql/pypgsql-2.5.1-r1.ebuild 
b/dev-python/pypgsql/pypgsql-2.5.1-r1.ebuild
index 0424845..af94936 100644
--- a/dev-python/pypgsql/pypgsql-2.5.1-r1.ebuild
+++ b/dev-python/pypgsql/pypgsql-2.5.1-r1.ebuild
@@ -3,9 +3,10 @@
 # $Id$
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 flag-o-matic
 
 MY_P="pyPgSQL-${PV}"
 
@@ -18,13 +19,16 @@ SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~x86"
 IUSE="examples"
 
-DEPEND="dev-db/postgresql"
+DEPEND="dev-db/postgresql:*"
 RDEPEND="${DEPEND}
dev-python/egenix-mx-base[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}"
 
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
+python_prepare_all() {
+   append-cflags -fno-strict-aliasing
+   distutils-r1_python_prepare_all
+}
 
 python_install_all() {
use examples && local EXAMPLES=( examples/. )



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

2015-09-02 Thread Justin Lecher
commit: fc2670b96706a34be77fc961171726c0cb5b64f3
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Sep  2 16:52:58 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Sep  2 16:53:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2670b9

dev-python/python-virtkey: Use append-cflags

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

 dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild 
b/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
index a347e5a..0c05f7d 100644
--- a/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
+++ b/dev-python/python-virtkey/python-virtkey-0.60.0-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=1
 
-inherit distutils-r1 versionator
+inherit distutils-r1 flag-o-matic versionator
 
 DESCRIPTION="Python module to simulate keypresses and get current keyboard 
layout"
 HOMEPAGE="https://launchpad.net/virtkey";
@@ -25,8 +25,8 @@ RDEPEND="
x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
virtual/pkgconfig"
-CFLAGS="${CFLAGS} -fno-strict-aliasing"
 
 pkg_setup() {
+   append-cflags -fno-strict-aliasing
python-single-r1_pkg_setup
 }



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

2015-09-02 Thread Mike Pagano
commit: 0bc40355e1d0d11c21660d0614c3b863090723bd
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Sep  2 17:05:04 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Sep  2 17:05:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc40355

sys-kernel/gentoo-sources: workqueue: Make flush_workqueue() available again to 
non GPL modules

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.2.0-r1.ebuild  | 31 ++
 2 files changed, 34 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a4b36be..82224c7 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -101,6 +101,9 @@ DIST genpatches-4.1-9.extras.tar.xz 16180 SHA256 
1d4028868b4b7b5903898bda53156b0
 DIST genpatches-4.2-1.base.tar.xz 3836 SHA256 
c89ed0e0b4cf32d16023c4df67e047ee663fdd4bfe84375d373e594c787780c3 SHA512 
8b028fdd8b93be92ed457c5722b584d4648220fd86440f3fead1a55ee254d4a4d808f09367929683a4bc58439aa274778aaa7f3ed0e14e3d8a5bb1b497a84644
 WHIRLPOOL 
c1b6c8098339e72a248aabaff0e92d1e8fa5170a443b4beae62e3ec8c1235ba1bb7c1ae06a92b0041ef63c8c463a01f62313bed0f66d66e5d7d7721b4b3f0b49
 DIST genpatches-4.2-1.experimental.tar.xz 161668 SHA256 
ff7f476b7b75be0779195dd1d7d01ab326b572def562b2741353751d59d43724 SHA512 
ec2483b0df034d1d28a0bfc26395fe10fa7a1358f2fbc68d8d0217d3a1e3176bc15ef41c268d3b18b362198a85b44dcb59dfb6aac544e262407516103e9e8a90
 WHIRLPOOL 
fd66c1f678937efe852a68473eb9e8635ed2f24068cb8720466dc76abac32bb1d9e3eacc1f70b92d4b02402e6ec5af3a5639fff1e30f4c435a4dbf384110d25d
 DIST genpatches-4.2-1.extras.tar.xz 16180 SHA256 
a26b453b708e1463b361fa7d49c4ef3e7c4ebcc5d6ae2dfafa1e966d5cf78608 SHA512 
cf3dcd49dea36cdc30be17bdbcb929263310bff7907bebc5aa884511b50abcde5d68815013b038fa542f86c3ee2f9d86094b28bc2481261de26e2c8e4f08779c
 WHIRLPOOL 
9e8b6e5977ff574d2b15df42dd05eb77e57306df8135a263226a6924426b08920b31bcc78235e3e974c0bc6f820652abab7eef03694f67cfebb80570d6158d95
+DIST genpatches-4.2-2.base.tar.xz 4384 SHA256 
f38d37d15378eecca3e1d74d7dca66ba2200d66e87b7f5a68f716cbb61faf5f1 SHA512 
9c754e1bf9cc39635f98a9ac5656c030612d72e0f4d4680b6f619a176e660e3c90594fbe0d9759abb5c9402e4649bd1fcd3e3f55b7d132d1b3d0277e17c65ffc
 WHIRLPOOL 
05df0d6ed05927ee2f6f7b86091f9c10cc932250ecbd12064a46a590943d6d4d0dee4e57d3ba07a4f75fc939f6f14feee5177447bed63349f1b9ef8f109617d6
+DIST genpatches-4.2-2.experimental.tar.xz 161712 SHA256 
760c2851a96a385298edc817e873a51ec46edb63e9a6a1361912c5f28fb0a371 SHA512 
0b1fa56cb667f0c073ea622aa195ac7784c6ace7a0f1fe09a402e8dc9e11a5cc737a2695eaa41e409972beb6ad71353be87b5f2e771bb464e026a20ea3103c95
 WHIRLPOOL 
468bd993e750ceafe0115ac9a06d49f9f97add5c9bd11e3343b2319bc8bbf9f0cf988b6afcbeab0bf3f00299405b44347d46c2a4e35869eb03ae951a9a967743
+DIST genpatches-4.2-2.extras.tar.xz 16168 SHA256 
be4078adaac6d679a563709dc7528b92587a463877c28d7c49117b5ddd842fe1 SHA512 
9a561564511e3a15648f88f1b230e8985e33b3dac92a082cd8d4a5ccf0da8f8eb030fde59f6a0c5664c478751f710e2f2f8f3cf4b13293329444ed702c70732c
 WHIRLPOOL 
46a021f1801aae12167bfb5378ee62cb058a13b18d48c006b9e7fc4a086803c8c509070cee059c5eb817abec317285f7e1157f6f286ed53a4ce7ad761c7d2e36
 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

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.2.0-r1.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.2.0-r1.ebuild
new file mode 100644
index 000..a6b9217
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.2.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="2"
+K_DEBLOB_AVAILABLE="0"
+K_KDBUS_AVAILABLE="1"
+
+inherit kernel-2
+detect_version
+detect_a

[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/

2015-09-02 Thread Markos Chandras
commit: 8e34f0349276690373db6a56fc787576e8017640
Author: Markos Chandras  gentoo  org>
AuthorDate: Wed Sep  2 17:01:14 2015 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Wed Sep  2 17:19:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e34f034

www-servers/lighttpd: Prevent php rebuilds. Bug #552404i

Package-Manager: portage-2.2.20.1

 www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild
index 6c3f077..93e172c 100644
--- a/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild
@@ -26,7 +26,7 @@ CDEPEND="
memcache? ( dev-libs/libmemcache )
mysql?( >=virtual/mysql-4.0 )
pcre? ( >=dev-libs/libpcre-3.1 )
-   php?  ( dev-lang/php:=[cgi] )
+   php?  ( dev-lang/php:*[cgi] )
rrdtool?  ( net-analyzer/rrdtool )
ssl?( >=dev-libs/openssl-0.9.7:=[kerberos?] )
webdav? (



[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/files/

2015-09-02 Thread Markos Chandras
commit: 8414107dc7f3df35ab6c2fa0cddd40463fdc639a
Author: Markos Chandras  gentoo  org>
AuthorDate: Wed Sep  2 16:58:59 2015 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Wed Sep  2 17:19:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8414107d

www-servers/lighttpd: Improve server.pid-file detection in openrc init script. 
Bug #366811

Package-Manager: portage-2.2.20.1

 www-servers/lighttpd/files/lighttpd.confd | 4 
 www-servers/lighttpd/files/lighttpd.initd | 9 ++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/www-servers/lighttpd/files/lighttpd.confd 
b/www-servers/lighttpd/files/lighttpd.confd
index f3afb07..c7733de 100644
--- a/www-servers/lighttpd/files/lighttpd.confd
+++ b/www-servers/lighttpd/files/lighttpd.confd
@@ -6,7 +6,3 @@
 
 # Location of the lighttpd configuration file
 LIGHTTPD_CONF="/etc/lighttpd/lighttpd.conf"
-
-# Location of the lighttpd pid file
-LIGHTTPD_PID="$(/usr/bin/awk 
'/^server.pid-file/{s=$3};{sub("\"","",s)};END{print s}' ${LIGHTTPD_CONF})"
-

diff --git a/www-servers/lighttpd/files/lighttpd.initd 
b/www-servers/lighttpd/files/lighttpd.initd
index 23c0983..8abe3ba 100644
--- a/www-servers/lighttpd/files/lighttpd.initd
+++ b/www-servers/lighttpd/files/lighttpd.initd
@@ -5,6 +5,8 @@
 
 extra_started_commands="reload graceful"
 
+LIGHTTPD_PID="$($(which lighttpd) -pf ${LIGHTTPD_CONF} | grep pid | cut -d '=' 
-f 2 | tr -d \\\" | tr -d [:space:])"
+
 depend() {
need net
use mysql logger spawn-fcgi ldap slapd netmount dns
@@ -19,9 +21,10 @@ checkconfig() {
fi
 
if [ -z "${LIGHTTPD_PID}" ] ; then
-   ewarn "server.pid-file variable in ${LIGHTTPD_CONF}"
-   ewarn "is not set. Falling back to lighttpd.pid"
-   LIGHTTPD_PID="/run/lighttpd.pid"
+   eerror "server.pid-file variable in ${LIGHTTPD_CONF}"
+   eerror "is not set. Please set this variable properly"
+   eerror "and try again"
+   return 1
fi
/usr/sbin/lighttpd -t -f ${LIGHTTPD_CONF} >/dev/null
 }



[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/

2015-09-02 Thread Markos Chandras
commit: 631ae96fe8a9914dae5f67b43030dafd15e3c6e4
Author: Markos Chandras  gentoo  org>
AuthorDate: Wed Sep  2 17:17:33 2015 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Wed Sep  2 17:19:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631ae96f

www-servers/lighttpd: Version bump to 1.4.37

Also drop the uploadprogress useflag and patch since that patch
does not seem to be maintained anymore. If there is a new patch
suitable for 1.4.37, I will bring the useflag back.

 www-servers/lighttpd/Manifest   |   1 +
 www-servers/lighttpd/lighttpd-1.4.37.ebuild | 214 
 2 files changed, 215 insertions(+)

diff --git a/www-servers/lighttpd/Manifest b/www-servers/lighttpd/Manifest
index 85fc0ff..1541bd9 100644
--- a/www-servers/lighttpd/Manifest
+++ b/www-servers/lighttpd/Manifest
@@ -1 +1,2 @@
 DIST lighttpd-1.4.35.tar.bz2 665955 SHA256 
4a71c1f6d8af41ed894b507720c4c17184dc320590013881d5170ca7f15c5bf7 SHA512 
13f8562fb735964fe7ef1b127a15c43907f34be70b6bd2dd4ba61b59275d7c2a8d9a7947ff1a4d7cc5fd7efd309fc66b7de6d954b59424f814ea2eb98fd876b9
 WHIRLPOOL 
edbeb94ae29475be398e9281135fc43f915be68c5836ae3da302f7c94c3af19eeca601cedc9bfe59d552f45c6248a945b2de725613de395087e4e195efe9a62e
+DIST lighttpd-1.4.37.tar.xz 574020 SHA256 
804e6f60567ca1da2b3927f92b7e9332b93aca9560f282ca135b86b7558979bd SHA512 
60870149c78a44ae1cf29bd2ba8737ba18019178f9fd3868523255121d85cdc923c2315b572a2a0fcecc3d6451a501ad030189b78bfc7f25807a05b0300063b3
 WHIRLPOOL 
08c3d79fa5a65eea999d257a9c8e10ed75d0043a00160f6b69c868c6ef4c1fbf81cf90dd037506e24ecbfd4a9cba15801b4bb0f16af0a400afa885f863ec64ae

diff --git a/www-servers/lighttpd/lighttpd-1.4.37.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.37.ebuild
new file mode 100644
index 000..0d3ab01
--- /dev/null
+++ b/www-servers/lighttpd/lighttpd-1.4.37.ebuild
@@ -0,0 +1,214 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+inherit base autotools eutils depend.php readme.gentoo user systemd
+
+DESCRIPTION="Lightweight high-performance web server"
+HOMEPAGE="http://www.lighttpd.net/";
+SRC_URI="http://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz";
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~sparc-fbsd ~x86-fbsd"
+IUSE="bzip2 doc fam gdbm ipv6 kerberos ldap libev lua minimal mmap memcache 
mysql pcre php rrdtool selinux ssl test webdav xattr zlib"
+
+REQUIRED_USE="kerberos? ( ssl )"
+
+CDEPEND="
+   bzip2?( app-arch/bzip2 )
+   fam?  ( virtual/fam )
+   gdbm? ( sys-libs/gdbm )
+   ldap? ( >=net-nds/openldap-2.1.26 )
+   libev?( >=dev-libs/libev-4.01 )
+   lua?  ( >=dev-lang/lua-5.1:= )
+   memcache? ( dev-libs/libmemcache )
+   mysql?( >=virtual/mysql-4.0 )
+   pcre? ( >=dev-libs/libpcre-3.1 )
+   php?  ( dev-lang/php:*[cgi] )
+   rrdtool?  ( net-analyzer/rrdtool )
+   ssl?( >=dev-libs/openssl-0.9.7:=[kerberos?] )
+   webdav? (
+   dev-libs/libxml2
+   >=dev-db/sqlite-3
+   sys-fs/e2fsprogs
+   )
+   xattr? ( kernel_linux? ( sys-apps/attr ) )
+   zlib? ( >=sys-libs/zlib-1.1 )"
+
+DEPEND="${CDEPEND}
+   virtual/pkgconfig
+   doc?  ( dev-python/docutils )
+   test? (
+   virtual/perl-Test-Harness
+   dev-libs/fcgi
+   )"
+
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-apache )
+"
+
+# update certain parts of lighttpd.conf based on conditionals
+update_config() {
+   local config="${D}/etc/lighttpd/lighttpd.conf"
+
+   # enable php/mod_fastcgi settings
+   use php && { sed -i -e 's|#.*\(include.*fastcgi.*$\)|\1|' ${config} || 
die; }
+
+   # enable stat() caching
+   use fam && { sed -i -e 's|#\(.*stat-cache.*$\)|\1|' ${config} || die; }
+
+   # automatically listen on IPv6 if built with USE=ipv6. Bug #234987
+   use ipv6 && { sed -i -e 's|# server.use-ipv6|server.use-ipv6|' 
${config} || die; }
+}
+
+# remove non-essential stuff (for USE=minimal)
+remove_non_essential() {
+   local libdir="${D}/usr/$(get_libdir)/${PN}"
+
+   # text docs
+   use doc || rm -fr "${D}"/usr/share/doc/${PF}/txt
+
+   # non-essential modules
+   rm -f \
+   
${libdir}/mod_{compress,evhost,expire,proxy,scgi,secdownload,simple_vhost,status,setenv,trigger*,usertrack}.*
+
+   # allow users to keep some based on USE flags
+   use pcre|| rm -f ${libdir}/mod_{ssi,re{direct,write}}.*
+   use webdav  || rm -f ${libdir}/mod_webdav.*
+   use mysql   || rm -f ${libdir}/mod_mysql_vhost.*
+   use lua || rm -f ${libdir}/mod_{cml,magnet}.*
+   use rrdtool || rm -f ${libdir}/mod_rrdtool.*
+   use zlib|| rm -f ${libdir}/mod_compress.*
+}
+
+pkg_setup() {
+   if ! use pcre ; then
+   ewarn "It is highly reco

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

2015-09-02 Thread Bernard Cafarelli
commit: 4c925a3fda4311fd7e4cf008e6c96270a93e21e0
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep  2 14:27:49 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep  2 17:35:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c925a3f

net-misc/owncloud-client: version bump, single minor theme fix

Package-Manager: portage-2.2.20.1

 net-misc/owncloud-client/Manifest  |  1 +
 .../owncloud-client/owncloud-client-2.0.1.ebuild   | 97 ++
 2 files changed, 98 insertions(+)

diff --git a/net-misc/owncloud-client/Manifest 
b/net-misc/owncloud-client/Manifest
index 27d0df8..fa3d8e9 100644
--- a/net-misc/owncloud-client/Manifest
+++ b/net-misc/owncloud-client/Manifest
@@ -3,3 +3,4 @@ DIST owncloudclient-1.8.1.tar.xz 11343868 SHA256 
8b9bb4fea2a4b80938a3477813839ac
 DIST owncloudclient-1.8.3.tar.xz 11372576 SHA256 
8cc4f8f6c146ff163f76d1b149ec92f3f98c07e3ea19c251d99d6a99affd0dde SHA512 
e1dc54c99f04b4365af648f0d9a69249cdb7254728827bdf210dd336fc10571a431a9695f063f9abb306430059a6a63ed23ed588a035611725934ccdb1c57f90
 WHIRLPOOL 
f7533d07913ce81a9a07f39eb892229646ccb8e4332159a80c08998c9f95901d57fcf01cca20ebbcb0a2f50e2009996a6659fd94e9e32da9d33cff7f97b3eb42
 DIST owncloudclient-1.8.4.tar.xz 11371640 SHA256 
ebe5ec7e33de6f2072bcadcd2b316a09b9d583d7d41eb1caf467a48896d81cdb SHA512 
00aab07f92a2ea9e74af1321d466159abf152dd4899defd635595410258569e74a06071acc67a82371f8e150a4025ca76d1ad0eca5259af7ee7ce0fd3091b76f
 WHIRLPOOL 
5a57c83334ea13eff473bca89970937929442719df7c5f50d35af0101f772adf658796e9fd4eaddb5c40b4c70b8727371baffedce38f4bb39658251eb7ccf26b
 DIST owncloudclient-2.0.0.tar.xz 11734540 SHA256 
21cb79fe11bbacc02a98ad16ae6051248a3676be01b15e870785f91b415323dd SHA512 
5602c4055bdae98dec7eb72ca4ec38c881ebb55be0fc44387ae6a1ee8b8ab72f69e2061d807cb34f26a900c2399b170973af5d53a635d19b07df086745ae7123
 WHIRLPOOL 
7c4a2feeea38fba862ae692f29237dc585f20a90fe9ed2a896954c9d39a255d3ce213c36a785b93cab5b771888fefa3c2374c2f6b231987ca846e1596cfba9bf
+DIST owncloudclient-2.0.1.tar.xz 11737332 SHA256 
97e8fe888b8f59b0703fd9fbd54feecbf14c078ac14e9856bf0327f2b41bc287 SHA512 
a09044c5c74c15761d0a531908ac1882f77f02e7199af4f8370253ae5f8d0966609d706a771f074d3c686d33f1db260e61be94a1f8fca239aa6d79d30093ef41
 WHIRLPOOL 
d05dd8a3587987b4c8a86d4958b09e2480ae5390de755dc925f085b3392669835c089530d0cc5180b9c6254fec747aff77f8ba3fe06859501309975f37237986

diff --git a/net-misc/owncloud-client/owncloud-client-2.0.1.ebuild 
b/net-misc/owncloud-client/owncloud-client-2.0.1.ebuild
new file mode 100644
index 000..a5c29bc
--- /dev/null
+++ b/net-misc/owncloud-client/owncloud-client-2.0.1.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="Synchronize files from ownCloud Server with your computer"
+HOMEPAGE="http://owncloud.org/";
+SRC_URI="http://download.owncloud.com/desktop/stable/${P/-}.tar.xz";
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc nautilus samba +sftp test qt4 +qt5"
+
+REQUIRED_USE="^^ ( qt4 qt5 )"
+
+RDEPEND=">=dev-db/sqlite-3.4:3
+   sys-fs/inotify-tools
+   virtual/libiconv
+   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/linguist-tools:5
+   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"
+DEPEND="${RDEPEND}
+   doc? (
+   dev-python/sphinx
+   dev-texlive/texlive-latexextra
+   virtual/latex-base
+   )
+   test? (
+   dev-util/cmocka
+   qt4? ( dev-qt/qttest:4 )
+   qt5? ( dev-qt/qttest:5 )
+   )"
+
+S=${WORKDIR}/${P/-}
+
+src_prepare() {
+   # Keep tests in ${T}
+   sed -i -e "s#\"/tmp#\"${T}#g" test/test*.h || die "sed failed"
+
+   use nautilus || sed -i -e "s/add_subdirectory(nautilus)//" \
+   shell_integration/CMakeLists.txt || die "sed failed"
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+   -DWITH_ICONV=ON
+   $(cmake-utils_use_with doc DOC)
+   $(cmake-utils_use test UNIT_TESTING)
+   $(cmake-utils_use_fin

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

2015-09-02 Thread Daniel Pielmeier
commit: 20b700544307add1e424c9e6c9ca7ca8aee7f15b
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep  2 17:42:24 2015 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep  2 17:45:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b70054

sys-libs/libtermcap-compat: Add multilib support

Fixes bug 551360. Thanks to Jonathan Callen for cleaning up the patch.

Package-Manager: portage-2.2.20.1

 .../libtermcap-compat-2.0.8-r4.ebuild  | 54 ++
 1 file changed, 54 insertions(+)

diff --git a/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild 
b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild
new file mode 100644
index 000..233d1f8
--- /dev/null
+++ b/sys-libs/libtermcap-compat/libtermcap-compat-2.0.8-r4.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# we only want this for binary-only packages, so we will only be installing
+# the lib used at runtime; no headers and no files to link against
+
+EAPI="5"
+
+inherit eutils multilib toolchain-funcs multilib-minimal
+
+PATCHVER="2"
+
+MY_P="termcap-${PV}"
+DESCRIPTION="Compatibility package for old termcap-based programs"
+HOMEPAGE="http://www.catb.org/~esr/terminfo/";
+SRC_URI="http://www.catb.org/~esr/terminfo/termtypes.tc.gz
+   mirror://gentoo/${MY_P}.tar.bz2
+   mirror://gentoo/${MY_P}-patches-${PATCHVER}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2 BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   EPATCH_SOURCE="${WORKDIR}/patch"
+   EPATCH_SUFFIX="patch"
+   epatch "${EPATCH_SOURCE}"
+
+   cd "${WORKDIR}"
+   mv termtypes.tc termcap || die
+   epatch "${EPATCH_SOURCE}"/tc.file
+
+   multilib_copy_sources
+}
+
+src_configure() {
+   tc-export CC
+}
+
+multilib_src_install() {
+   dolib.so libtermcap.so.${PV}
+   dosym libtermcap.so.${PV} /usr/$(get_libdir)/libtermcap.so.2
+}
+
+multilib_src_install_all() {
+   insinto /etc
+   doins "${WORKDIR}"/termcap
+
+   dodoc ChangeLog README
+}



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/

2015-09-02 Thread Daniel Pielmeier
commit: 647c090580c2350920267d59fce81079ea2fd870
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep  2 18:04:31 2015 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep  2 18:04:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647c0905

app-cdr/cdrtools: Version bump

Package-Manager: portage-2.2.20.1

 app-cdr/cdrtools/Manifest |   1 +
 app-cdr/cdrtools/cdrtools-3.01_alpha31.ebuild | 269 ++
 2 files changed, 270 insertions(+)

diff --git a/app-cdr/cdrtools/Manifest b/app-cdr/cdrtools/Manifest
index 2628280..2fd0cf0 100644
--- a/app-cdr/cdrtools/Manifest
+++ b/app-cdr/cdrtools/Manifest
@@ -1,3 +1,4 @@
 DIST cdrtools-3.01a17.tar.bz2 2061522 SHA256 
3d613965b213ad83e4be0ba2535e784901839ea4d11a20a2beb6765f0eb76dfa SHA512 
34a0579c536028b030cf828441ad55a705472646bc3a1ae962aad234fbe0b12c2bcb670511487c17086f5ba7643d1b8ae42a4a86bfe2940dc94f9744377daa8b
 WHIRLPOOL 
b718d559e0b36a576a42a38f84b3917891450d0bbab47b084eb1e906a396cf28ce47b79fd16565d4e0697311ee0c3d5abdd95b52ba2d7ae4e9f32d9b26bc26e1
 DIST cdrtools-3.01a24.tar.bz2 2075400 SHA256 
4d9907b84f5b65dc6ca278b6202b90b8eb68652b01aa4dda978ffede8bdd4a5b SHA512 
19be30de77fca00bb06fa6325149421304c1d5ff7d40a9d842496058494fcf0e798678c661ff3ae9ebc9e4c5971917f7aabfd813a6d88ff863d7e2e5f1456766
 WHIRLPOOL 
4533288dffef2b702eeef2a44fd702aff3e66283d5d90c810eb177ee4f1f1aa7cfd75238bf1f2a406e9b8ccaa43c7a77fb401825f8ce806e73fdc80abcc0a45a
 DIST cdrtools-3.01a30.tar.bz2 2097525 SHA256 
5b9a2f98771c9d0097a1e7640727655ece2864eea95f38e5611af2b2f6e6d9cd SHA512 
a78809451e0e2b5ca94d0fc34db24ad002c2a1dd6a2dde0ecd6178a4da92c2974acf399dd8fe5dc246bbc7c32106116e957ce8d3ad20773c5909264346570025
 WHIRLPOOL 
bd11ade4585626531cb3d0a59c88979e2d33ef1e1984611276b0e7d10d12a371bd7e4068c7e65c3d0d65b73002313fd63eb93e953a82cf130459bffa3326ee7c
+DIST cdrtools-3.01a31.tar.bz2 2097584 SHA256 
183b5c1279e78d8b69461aae52401f863768e7e7391d60730006f8cadc5a SHA512 
455d7f3e1f4bbe79bb53f2fba4a8d5d8737eef8ce477a447d8687282dd2404a93cab07da1141292f8c26dd70963a26901486448db3c6a70a89aad47908fdf81c
 WHIRLPOOL 
7a70464254645a0ce9ffaafbdb14a6ebb53a638310748a22c4a20c904059c92df746997fbd9b07d9a16876917bfd3b8b318acc5cd5494eac5e6b5d0ef66215e9

diff --git a/app-cdr/cdrtools/cdrtools-3.01_alpha31.ebuild 
b/app-cdr/cdrtools/cdrtools-3.01_alpha31.ebuild
new file mode 100644
index 000..ddb0da5
--- /dev/null
+++ b/app-cdr/cdrtools/cdrtools-3.01_alpha31.ebuild
@@ -0,0 +1,269 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit fcaps multilib eutils toolchain-funcs flag-o-matic gnuconfig
+
+MY_P="${P/_alpha/a}"
+
+DESCRIPTION="A set of tools for CD/DVD reading and recording, including 
cdrecord"
+HOMEPAGE="http://sourceforge.net/projects/cdrtools/";
+SRC_URI="mirror://sourceforge/${PN}/$([[ -z ${PV/*_alpha*} ]] && echo 
'alpha')/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+IUSE="acl caps nls unicode"
+
+RDEPEND="acl? ( virtual/acl )
+   caps? ( sys-libs/libcap )
+   nls? ( virtual/libintl )
+   !app-cdr/cdrkit"
+DEPEND="${RDEPEND}
+   x11-misc/makedepend
+   nls? ( >=sys-devel/gettext-0.18.1.1 )"
+
+S=${WORKDIR}/${P/_alpha[0-9][0-9]}
+
+FILECAPS=(
+   
cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep
 usr/bin/cdrecord --
+   
cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep
 usr/bin/cdda2wav --
+   cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep 
usr/bin/readcd
+)
+
+cdrtools_os() {
+   local os="linux"
+   [[ ${CHOST} == *-darwin* ]] && os="mac-os10"
+   [[ ${CHOST} == *-freebsd* ]] && os="freebsd"
+   echo "${os}"
+}
+
+src_prepare() {
+   gnuconfig_update
+
+   # Remove profiled make files.
+   find -name '*_p.mk' -delete
+
+   # Adjusting hardcoded paths.
+   sed -i -e "s|opt/schily|usr|" \
+   $(find ./ -type f -name \*.[0-9ch] -exec grep -l 'opt/schily' 
'{}' '+') \
+   || die "sed opt/schily"
+
+   sed -i -e "s|\(^INSDIR=\t\tshare/doc/\)|\1${PF}/|" \
+   $(find ./ -type f -exec grep -l '^INSDIR.\+doc' '{}' '+') \
+   || die "sed doc"
+
+   # Respect libdir.
+   sed -i -e "s|\(^INSDIR=\t\t\)lib|\1$(get_libdir)|" \
+   $(find ./ -type f -exec grep -l '^INSDIR.\+lib\(/siconv\)\?$' 
'{}' '+') \
+   || die "sed multilib"
+
+   # Do not install static libraries.
+   sed -i -e "s|include\t\t.*rules.lib||" \
+   $(find ./ -type f -exec grep -l '^include.\+rules\.lib' '{}' 
'+') \
+   || die "sed rules"
+
+   # Enable verbose 

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

2015-09-02 Thread Alex Legler
commit: 368d96b1259606f1b1b741ad5f420752dc728e7d
Author: Alex Legler  a3li  li>
AuthorDate: Wed Sep  2 18:41:40 2015 +
Commit: Alex Legler  gentoo  org>
CommitDate: Wed Sep  2 18:41:40 2015 +
URL:https://gitweb.gentoo.org/sites/www.git/commit/?id=368d96b1

Drop the max-height setting for the SVG Logo

This fixes the weird scrollbars in our beloved Internet Exploder

 _sass/misc.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/_sass/misc.scss b/_sass/misc.scss
index 252036d..7d754c3 100644
--- a/_sass/misc.scss
+++ b/_sass/misc.scss
@@ -100,7 +100,6 @@ body.nav-align-h2 #content h2:first-of-type {
 }
 
 .site-logo object {
-  max-height: 58px;
   overflow: hidden;
 }
 



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

2015-09-02 Thread Daniel Pielmeier
commit: 89c1ce5b36f2c03ca14d905085d7d0a7ebcc702a
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Sep  2 18:51:45 2015 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Sep  2 18:51:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c1ce5b

media-sound/aqualung: Version bump

Package-Manager: portage-2.2.20.1

 media-sound/aqualung/Manifest|  1 +
 media-sound/aqualung/aqualung-1.0.ebuild | 93 
 2 files changed, 94 insertions(+)

diff --git a/media-sound/aqualung/Manifest b/media-sound/aqualung/Manifest
index d044956..f3a383a 100644
--- a/media-sound/aqualung/Manifest
+++ b/media-sound/aqualung/Manifest
@@ -1 +1,2 @@
 DIST aqualung-1.0-rc1.tar.gz 1939271 SHA256 
4b6c7e8a38af9f03fb042f8133cce834f87d7f5489caf2a85e9d2d1e428ae24b SHA512 
a8b15eb69dab1b2615562fd25aa6081df293783eef6cf7d171c5373855bab1f3e454e90621feb4f296c407c9d74957130fc359a39315cfdbb173a6f119a859e6
 WHIRLPOOL 
7aad3bb2dd3740418fe6b0ec87a62772d9e53673b58bd1c534de31c08bbee48748debcb8f82ab6239d8160f1af6933cc4a13a2d185c84f72ecfb02ababdbe0ea
+DIST aqualung-1.0.tar.gz 2014854 SHA256 
c286c1432c1475127f4e9525702bcb486ed85fc62539bd3ef344d92333e84347 SHA512 
d18fbc26c2f1445a0ef570216f54f1d00b05b25467b6ad857437e4ac628ac07c21435ce073cf92b3f147de4f1ada45a8a84770783d1c58e67451f94ac3de483a
 WHIRLPOOL 
8afefd6463860b2e1c086c27b367be1b9c3ced0ae2500b4650ae46963437145e53c57457d7c28c9ca8a76d645f67289db85da606bcf7ef9a190ea50afe1d3bb1

diff --git a/media-sound/aqualung/aqualung-1.0.ebuild 
b/media-sound/aqualung/aqualung-1.0.ebuild
new file mode 100644
index 000..b39de6c
--- /dev/null
+++ b/media-sound/aqualung/aqualung-1.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+MY_PV=${PV/_/-}
+
+DESCRIPTION="Music player for a wide range of formats designed for gapless 
playback"
+HOMEPAGE="http://aqualung.factorial.hu/";
+SRC_URI="mirror://sourceforge/aqualung/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa cdda cddb debug flac ffmpeg ifp jack ladspa lame libsamplerate lua
+   mac modplug mp3 musepack oss podcast pulseaudio sndfile speex systray
+   vorbis wavpack"
+
+RDEPEND="sys-libs/zlib
+   app-arch/bzip2
+   dev-libs/libxml2
+   x11-libs/gtk+:2
+   alsa? ( media-libs/alsa-lib )
+   jack? ( media-sound/jack-audio-connection-kit )
+   pulseaudio? ( media-sound/pulseaudio )
+   flac? ( media-libs/flac )
+   lame? ( media-sound/lame )
+   ffmpeg? ( >=virtual/ffmpeg-0.6.90 )
+   mac? ( media-sound/mac )
+   modplug? ( media-libs/libmodplug )
+   musepack? ( >=media-sound/musepack-tools-444 )
+   mp3? ( media-libs/libmad )
+   sndfile? ( media-libs/libsndfile )
+   speex? ( media-libs/speex media-libs/liboggz media-libs/libogg )
+   vorbis? ( media-libs/libvorbis media-libs/libogg )
+   wavpack? ( media-sound/wavpack )
+   ladspa? ( media-libs/liblrdf )
+   libsamplerate? ( media-libs/libsamplerate )
+   ifp? ( media-libs/libifp )
+   cdda? ( dev-libs/libcdio-paranoia )
+   cddb? ( media-libs/libcddb )
+   lua? ( dev-lang/lua:0= )"
+
+DEPEND="${RDEPEND}
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${MY_PV}
+
+src_configure() {
+   econf \
+   --enable-nls \
+   --disable-rpath \
+   $(use_enable debug) \
+   $(use_enable podcast) \
+   $(use_enable systray) \
+   --enable-transcoding \
+   $(use_enable jack jack-mgmt) \
+   --enable-loop \
+   $(use_with alsa) \
+   $(use_with jack) \
+   $(use_with oss) \
+   $(use_with pulseaudio pulse) \
+   $(use_with flac) \
+   $(use_with lame) \
+   $(use_with ffmpeg lavc) \
+   $(use_with mac) \
+   $(use_with modplug mod) \
+   $(use_with musepack mpc) \
+   $(use_with mp3 mpeg) \
+   $(use_with sndfile) \
+   $(use_with speex) \
+   $(use_with vorbis vorbis) \
+   $(use_with vorbis vorbisenc) \
+   $(use_with wavpack) \
+   $(use_with ladspa) \
+   $(use_with libsamplerate src) \
+   $(use_with cdda) \
+   $(use_with ifp) \
+   $(use_with cddb) \
+   $(use_with lua) \
+   --docdir=/usr/share/doc/${PF}
+}
+
+src_install() {
+   default
+
+   newicon src/img/icon_64.png aqualung.png
+   make_desktop_entry aqualung Aqualung
+}



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

2015-09-02 Thread Paweł Hajdan
commit: 940fe70431ab810d4bed24fd4e282b4fec1c4c42
Author: Pawel Hajdan, Jr  gentoo  org>
AuthorDate: Wed Sep  2 19:04:43 2015 +
Commit: Paweł Hajdan  gentoo  org>
CommitDate: Wed Sep  2 19:04:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940fe704

www-client/chromium: dev channel bump (47.0.2498.0)

Package-Manager: portage-2.2.20.1

 www-client/chromium/Manifest|   1 +
 www-client/chromium/chromium-47.0.2498.0.ebuild | 633 
 2 files changed, 634 insertions(+)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 073d55b..fc07f8c 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -3,3 +3,4 @@ DIST chromium-45.0.2454.46-lite.tar.xz 242538392 SHA256 
0bcab2fa404cf5b8192fa1ce
 DIST chromium-45.0.2454.85-lite.tar.xz 242569440 SHA256 
fafb4792c69c235d6ea85e904df68a64c51783cb338b783a1092b4ea6c888e71 SHA512 
04f482ef18cddaf140224a98189ebd565416e3fe617877d58b2e691fb6030a3c9248720efcb7285cd18a034c345f9a65c677489d8a49f1ac95deafecb9b7d82a
 WHIRLPOOL 
86b382b4dd2406559cef76ae260fcfe26e376bd957be3381b9822f706e8a5fb0ac7240fb00d64858ee1262eec17fadd253acae2b8a9318d3d996fb5d596de665
 DIST chromium-46.0.2486.0-lite.tar.xz 258526052 SHA256 
9a1241b712501d8e73d74ff436b74fdf707a60d0f5f9e2ac48c2330965a4acc7 SHA512 
bca079598d4ce4116d0d4be519e635079c41bc2aa0ab89699b23687ce2edd819f14df9bc509e4fa9ade5658f527984ee51a0fa651eec5eb81fbaffcc94196e7f
 WHIRLPOOL 
e905b36d47bad712e82bcda39d03dbf9c68c21bf25c99c974e8135f67a3fb8c9849d5cb96d291114c256019b35d680bba75d5d4cd4527f37ee9df282b510fe77
 DIST chromium-46.0.2490.6-lite.tar.xz 261745688 SHA256 
e3091bf10926b937898d98967a3b387274af9d598add0c57346e44b97bb97371 SHA512 
8cb6dbbbe3c640174496ddd032260835f058bf0a71827d48889c04e7882ed0b7d6d80dc3d188bd31223e114d44ea8b966e1dc851625b09d8b26ca4ef17a37795
 WHIRLPOOL 
6cd5e910425a85633d43831937e51b0a6b353f2a4f7c140e79d7e123ae4b7f50455e6b8864179fd1fb58deb9f1fcbde46748bc4dd940b55c9c5345a471bddc78
+DIST chromium-47.0.2498.0-lite.tar.xz 267586356 SHA256 
b83da0a7d8c15dd00623443f6d62f1930b1a4db4020cedb7cffbf7e036b7935d SHA512 
f65af999a751d360a66bd721365002110ad6a20b99aaa0304524a2c68093b65236b7a3eef5865cc17aac3d6a576f84170db785da9423b79de5a2646b8c3076fc
 WHIRLPOOL 
ca6a23109fbbae3d0ced4b04ae5d92ad5487cc078942482212317840979ceacdc0550c4e25349ff487b4305495ec7a939f9ad46b26bcfb51cafa05a3e745e6a4

diff --git a/www-client/chromium/chromium-47.0.2498.0.ebuild 
b/www-client/chromium/chromium-47.0.2498.0.ebuild
new file mode 100644
index 000..e96b221
--- /dev/null
+++ b/www-client/chromium/chromium-47.0.2498.0.ebuild
@@ -0,0 +1,633 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
+   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
+   sv sw ta te th tr uk vi zh_CN zh_TW"
+
+inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
+   portability python-any-r1 readme.gentoo toolchain-funcs versionator 
virtualx
+
+DESCRIPTION="Open-source version of Google Chrome web browser"
+HOMEPAGE="http://chromium.org/";
+SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}-lite.tar.xz";
+
+LICENSE="BSD hotwording? ( no-source-code )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="cups gnome gnome-keyring hidpi hotwording kerberos neon pic 
+proprietary-codecs pulseaudio selinux +tcmalloc"
+RESTRICT="proprietary-codecs? ( bindist )"
+
+# Native Client binaries are compiled with different set of flags, bug #452066.
+QA_FLAGS_IGNORED=".*\.nexe"
+
+# Native Client binaries may be stripped by the build system, which uses the
+# right tools for it, bug #469144 .
+QA_PRESTRIPPED=".*\.nexe"
+
+RDEPEND=">=app-accessibility/speech-dispatcher-0.8:=
+   app-arch/bzip2:=
+   app-arch/snappy:=
+   cups? ( >=net-print/cups-1.3.11:= )
+   >=dev-libs/elfutils-0.149
+   dev-libs/expat:=
+   dev-libs/glib:=
+   >=dev-libs/icu-55.1:=
+   >=dev-libs/jsoncpp-0.5.0-r1:=
+   >=dev-libs/libevent-1.4.13:=
+   dev-libs/libxml2:=[icu]
+   dev-libs/libxslt:=
+   dev-libs/nspr:=
+   >=dev-libs/nss-3.14.3:=
+   dev-libs/re2:=
+   gnome? ( >=gnome-base/gconf-2.24.0:= )
+   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
+   >=media-libs/alsa-lib-1.0.19:=
+   media-libs/flac:=
+   media-libs/fontconfig:=
+   media-libs/freetype:=
+   media-libs/harfbuzz:=[icu(+)]
+   media-libs/libexif:=
+   >=media-libs/libjpeg-turbo-1.2.0-r1:=
+   media-libs/libpng:0=
+   >=media-libs/libwebp-0.4.0:=
+   media-libs/speex:=
+   pulseaudio? ( media-sound/pulseaudio:= )
+   sys-apps/dbus:=
+   sys-apps/pciutils:=
+   >=sys-libs/libcap-2.22:=
+   sys-libs/zlib:=[m

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/

2015-09-02 Thread Ian Whyman
commit: 6733268d9bade727e278ec6f7caca7fc522b7773
Author: Ian Whyman  gentoo  org>
AuthorDate: Wed Sep  2 19:21:36 2015 +
Commit: Ian Whyman  gentoo  org>
CommitDate: Wed Sep  2 19:23:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6733268d

x11-plugins/pidgin-sipe: Version bump

This release fixes compatibility with office 365 by adding
support for additional cyphers.

Bug: 558782

 x11-plugins/pidgin-sipe/Manifest  |  1 +
 x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index b864635..304ef9a 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,3 +1,4 @@
 DIST pidgin-sipe-1.18.0.tar.gz 1090904 SHA256 
f1388799e3d250fe43643ee8748a6769f67f9c544e3b91fbb25af76b30675efc SHA512 
f7d50b26656cd83f13ee24412ca97ab5ffe325c13d32855f9e8c788d5c8a11cb942c12d6888c4992c037320500265441eba9bc8e4eb5c21190eb372abd6b4451
 WHIRLPOOL 
c97693bf54b0dba3f583891714edb63971b2669d1fc0ed41eb94009cfa2b78e37fdee42db325c74f4e4fc76cf29af5fd7cc67b598a3d672623ec1c392561ba86
 DIST pidgin-sipe-1.19.0.tar.gz 1127851 SHA256 
bc144de259e858c57d82ee7ac00a78cc3a0875ab67da6b25be05808ed274c856 SHA512 
96fd7f852c7225d2ae71ec4916491c6c4facbddf9f19285334a47b6abbaa80ad7f2aa299fc1b453a7f5782f65b8f56557f5992ba8e3e2c386318d96f1f59824e
 WHIRLPOOL 
90c1069b38e96f6bc2c39957f9c76635f404a3188abb59004fe3a83e177803db06b6c6bcfdef5cf5fb645d901751130b15e619bf2d8fac17fb70660cf2e2ff2c
 DIST pidgin-sipe-1.19.1.tar.gz 1134961 SHA256 
92c8a4611f1594096fac3c5b983df49cb8d1612cab7352799c855fd9dda0454a SHA512 
4ac85f5e2ae590677b73ec339051c210173a37c974076d696409c81680e91818d9a3b75a95b4ae556a61ec0246f0cd6fb2a64488902528d5ea75140efef0
 WHIRLPOOL 
d31044889ae6d9d146e4a9e9bb9fd1ec84ded6597b783cfedb1f1a0478760aeca41fd574bbe8021223957fd6c84cc3082cc2cabdd0da245365573e35697d680f
+DIST pidgin-sipe-1.20.0.tar.gz 1141962 SHA256 
3a6b81f40d7a80d5e467c36b92d550b3c5377b39b67953b576308ce257c2a891 SHA512 
f0c9df51d3d16aeca5cf04a2cf68c1b61796a5c97ea444d86995d7034994d3e7fa66b8fa258a1fed765d6b055138b397641316c9b4f43b03b7f152ef5d66ecfd
 WHIRLPOOL 
eb100cac4714d4e7b830e7d50ccf034ec036b121a50348ea3148370fb5a54e130edd910ecdb010df1a23ad8b68b41a206c313ea7ee3f2f8bd37deb469853fcf4

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild 
b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
new file mode 100644
index 000..e145d21
--- /dev/null
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.20.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
+HOMEPAGE="http://sipe.sourceforge.net/";
+SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
+
+RDEPEND=">=dev-libs/gmime-2.4.16
+   dev-libs/libxml2
+   openssl? ( dev-libs/openssl:= )
+   !openssl? ( dev-libs/nss )
+   kerberos? ( virtual/krb5 )
+   voice? (
+   >=dev-libs/glib-2.28.0
+   >=net-libs/libnice-0.1.0
+   media-libs/gstreamer:0.10
+   >=net-im/pidgin-2.8.0
+   )
+   !voice? (
+   >=dev-libs/glib-2.12.0:2
+   net-im/pidgin
+   )
+   telepathy? (
+   >=sys-apps/dbus-1.1.0
+   >=dev-libs/dbus-glib-0.61
+   >=dev-libs/glib-2.28:2
+   >=net-libs/telepathy-glib-0.18.0
+   )
+"
+
+DEPEND="dev-util/intltool
+   virtual/pkgconfig
+   ${RDEPEND}
+"
+
+src_prepare() {
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --enable-purple \
+   --disable-quality-check \
+   $(use_enable telepathy) \
+   $(use_enable debug) \
+   $(use_enable ocs2005-message-hack) \
+   $(use_with kerberos krb5) \
+   $(use_with voice vv) \
+   $(use_enable !openssl nss) \
+   $(use_enable openssl)
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   dodoc AUTHORS ChangeLog NEWS TODO README
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/fsviewer/, x11-plugins/fsviewer/files/

2015-09-02 Thread Bernard Cafarelli
commit: c73ef93995ff1fcc17941cb549648a621dadf376
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Wed Sep  2 19:25:11 2015 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Wed Sep  2 19:25:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73ef939

x11-plugins/fsviewer: fix compilation, bug #558696

Also fix missing DSO for some libraries (libm, libX11, libXpm)
Also grab some fixes from http://repo.or.cz/w/fsviewer.git to fix title bar

Package-Manager: portage-2.2.20.1

 .../fsviewer/files/fsviewer-0.2.6-configure.patch  | 21 
 .../files/fsviewer-0.2.6-fix_title_bar.patch   | 62 ++
 x11-plugins/fsviewer/fsviewer-0.2.6-r1.ebuild  | 47 
 3 files changed, 130 insertions(+)

diff --git a/x11-plugins/fsviewer/files/fsviewer-0.2.6-configure.patch 
b/x11-plugins/fsviewer/files/fsviewer-0.2.6-configure.patch
new file mode 100644
index 000..61640e0
--- /dev/null
+++ b/x11-plugins/fsviewer/files/fsviewer-0.2.6-configure.patch
@@ -0,0 +1,21 @@
+--- configure.ac.orig  2007-10-13 23:54:47.0 +0200
 configure.ac   2015-09-02 21:10:40.829519545 +0200
+@@ -26,15 +26,15 @@
+ dnl look for X windows first so further libs check
+ AC_PATH_X 
+ 
+-if test "$x_includes" != "NONE"; then
++if test "$x_includes" != "NONE" && test -n "$x_includes"; then
+ CFLAGS="$CFLAGS -I$x_includes"
+ fi
+-if test "$x_libraries" != "NONE"; then
++if test "$x_libraries" != "NONE" && test -n "$x_libraries"; then
+ LDFLAGS="$LDFLAGS -L$x_libraries"
+ fi
+ 
+ dnl Additional "default" items
+-#LIBS="$LIBS -lX11"
++LIBS="$LIBS -lm -lX11 -lXpm"
+ #CFLAGS="$CFLAGS -I/usr/X11/include"
+ #LDFLAGS="$LDFLAGS -L/usr/X11/lib"
+ 

diff --git a/x11-plugins/fsviewer/files/fsviewer-0.2.6-fix_title_bar.patch 
b/x11-plugins/fsviewer/files/fsviewer-0.2.6-fix_title_bar.patch
new file mode 100644
index 000..36f5956
--- /dev/null
+++ b/x11-plugins/fsviewer/files/fsviewer-0.2.6-fix_title_bar.patch
@@ -0,0 +1,62 @@
+diff -Naur fsviewer-app-0.2.6.orig/src/FSFileView.c 
fsviewer-app-0.2.6/src/FSFileView.c
+--- fsviewer-app-0.2.6.orig/src/FSFileView.c   2007-10-14 21:06:02.0 
+0200
 fsviewer-app-0.2.6/src/FSFileView.c2015-09-02 21:18:39.574691303 
+0200
+@@ -430,7 +430,7 @@
+  WMResizableWindowMask);
+   attributes.window_level = WMNormalWindowLevel;
+   attributes.extra_flags = GSFullKeyboardEventsFlag;
+-  attributes.flags = (GSWindowStyleAttr | GSWindowLevelAttr |
++  attributes.flags = (/*GSWindowStyleAttr |*/ GSWindowLevelAttr |
+   GSExtraFlagsAttr);
+   WMSetWindowAttributes(fView->dpy, WMWidgetXID(fView->fileView),
+ &attributes);
+diff -Naur fsviewer-app-0.2.6.orig/src/FSFinder.c 
fsviewer-app-0.2.6/src/FSFinder.c
+--- fsviewer-app-0.2.6.orig/src/FSFinder.c 2006-07-23 09:24:16.0 
+0200
 fsviewer-app-0.2.6/src/FSFinder.c  2015-09-02 21:18:39.574691303 +0200
+@@ -144,7 +144,7 @@
+  WMResizableWindowMask);
+ attributes.window_level = WMNormalWindowLevel;
+ attributes.extra_flags = GSFullKeyboardEventsFlag;
+-attributes.flags = (GSWindowStyleAttr | GSWindowLevelAttr |
++attributes.flags = (/*GSWindowStyleAttr |*/ GSWindowLevelAttr |
+   GSExtraFlagsAttr);
+ WMSetWindowAttributes(finder->dpy, WMWidgetXID(finder->win),
+ &attributes);
+diff -Naur fsviewer-app-0.2.6.orig/src/FSViewer.c 
fsviewer-app-0.2.6/src/FSViewer.c
+--- fsviewer-app-0.2.6.orig/src/FSViewer.c 2007-10-14 17:29:04.0 
+0200
 fsviewer-app-0.2.6/src/FSViewer.c  2015-09-02 21:18:39.574691303 +0200
+@@ -161,7 +161,7 @@
+ attributes.window_level = WMFloatingWindowLevel;
+ attributes.extra_flags = GSFullKeyboardEventsFlag;
+ attributes.flags =
+-  (GSWindowStyleAttr | GSWindowLevelAttr | GSExtraFlagsAttr);
++  (/*GSWindowStyleAttr |*/ GSWindowLevelAttr | GSExtraFlagsAttr);
+ WMSetWindowAttributes(fsViewer->dpy, window, &attributes);
+ WMAppAddWindow(fsViewer->wmContext, window);
+ 
+@@ -189,7 +189,7 @@
+ attributes.window_level = WMNormalWindowLevel;
+ attributes.extra_flags = GSFullKeyboardEventsFlag;
+ attributes.flags =
+-  (GSWindowStyleAttr | GSWindowLevelAttr | GSExtraFlagsAttr);
++  (/*GSWindowStyleAttr |*/ GSWindowLevelAttr | GSExtraFlagsAttr);
+ WMSetWindowAttributes(fsViewer->dpy, window, &attributes);
+ WMAppAddWindow(fsViewer->wmContext, window);
+ }
+@@ -216,7 +216,7 @@
+ attributes.window_level = WMFloatingWindowLevel;
+ attributes.extra_flags = GSFullKeyboardEventsFlag;
+ attributes.flags =
+-  (GSWindowStyleAttr | GSWindowLevelAttr | GSExtraFlagsAttr);
++  (/*GSWindowStyleAttr |*/ GSWindowLevelAttr | GSExtraFlagsAttr);
+ WMSetWindowAttributes(fsViewer->dpy, window, &attributes);
+ WMAppAddWindow(fsViewer->wmContext, window);
+ 

[gentoo-commits] repo/user/goris:master commit in: media-fonts/arian-amu/

2015-09-02 Thread Norayr Mirakyan
commit: cb9c5fd55e84d950cea3d7091c00036d60507866
Author: Norayr Mirakyan  gmail  com>
AuthorDate: Wed Sep  2 19:28:55 2015 +
Commit: Norayr Mirakyan  gmail  com>
CommitDate: Wed Sep  2 19:28:55 2015 +
URL:https://gitweb.gentoo.org/repo/user/goris.git/commit/?id=cb9c5fd5

Ebuild for Arian AMU font v. 3.0 by Tarumian

 media-fonts/arian-amu/Manifest |  2 ++
 media-fonts/arian-amu/arian-amu-3.0.ebuild | 23 +++
 2 files changed, 25 insertions(+)

diff --git a/media-fonts/arian-amu/Manifest b/media-fonts/arian-amu/Manifest
new file mode 100644
index 000..98e3583
--- /dev/null
+++ b/media-fonts/arian-amu/Manifest
@@ -0,0 +1,2 @@
+DIST arian-amu-3.0.zip 251367 SHA256 
20dfb1fd58287dff894ca9e6012064fdeb4008f0a10cb657f22ada96ff0c3ee5 SHA512 
b79d5e45f14ec36ec8b5c6880bd01e6af2274dc7392803d2fe06a99c524218276dc7a967525c193557a306e48e6280074bbdf1cc0903ff9c2061fb2743fc7533
 WHIRLPOOL 
3cfca965f929c3ca7f2c7736a5dde36fe38f56cbcbb2a60b31e34401a9e2964cb9655dac2988ebbf952c3bb0fba50d19b83d4e5c22806ab6419cf9f45ce17f03
+EBUILD arian-amu-3.0.ebuild 488 SHA256 
ee1153c257f25bc8dac8481fc37d423c1250775803183424ea5af68b15970e8a SHA512 
aba72770c4456b07acd02a272ff136fa6dbcfc88aafa9315813e0964fd74bc6fd6486d6ec3b80d2d6c869f0f1906c2510a93b49f08ef857de2602bf3bb632e29
 WHIRLPOOL 
98a61bb7b38556df7a1db8c8cd74fbf7d6d5f300dfa637ec42b05474c189df2076526351425ebb7647726111e32409a7029bbe9d6fccdcda5c5eb7cab27750f9

diff --git a/media-fonts/arian-amu/arian-amu-3.0.ebuild 
b/media-fonts/arian-amu/arian-amu-3.0.ebuild
new file mode 100644
index 000..7383ca3
--- /dev/null
+++ b/media-fonts/arian-amu/arian-amu-3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit font
+
+DESCRIPTION="Arian AMU, a sans-serif typeface set, designed by Ruben Tarumian."
+HOMEPAGE="http://arian.tarumian.am/";
+SRC_URI="http://arian.am/ArianAMU.zip -> ${P}.zip"
+LICENSE="free-noncomm"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"



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

2015-09-02 Thread Michael Orlitzky
commit: 0e50178a73252a9d0b4445fe82b25ddb663799e2
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Wed Sep  2 18:31:58 2015 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Sep  2 19:34:30 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e50178a

php-ext-source-r2.eclass: fix WANT_AUTO{CONF,MAKE} warnings.

This is a real fix for the warnings like,

  ac-wrapper: warning: invalid WANT_AUTOCONF 'latest'; ignoring.

reported in bugs #329071 and #549268. In the first of the two, vapier
suggested running $PHPIZE through the autotools_run_tool wrapper, but
this caused builds to fail. In bug #329071, that's where the story
ends.

It turns out, the build failures were due to $PHPIZE containing an
absolute path. Vapier fixed the path handling in autotools.eclass
(commit ecd9954), so now we are able to fix this properly in
php-ext-source-r2.eclass.

Bug: 329071
Bug: 549268

 eclass/php-ext-source-r2.eclass | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass
index ad82fee..de04661 100644
--- a/eclass/php-ext-source-r2.eclass
+++ b/eclass/php-ext-source-r2.eclass
@@ -129,10 +129,10 @@ php-ext-source-r2_src_prepare() {
 # Runs phpize and autotools in addition to the standard src_unpack
 php-ext-source-r2_phpize() {
if [[ "${PHP_EXT_SKIP_PHPIZE}" != 'yes' ]] ; then
-   # Create configure out of config.m4
-   # I wish I could run this to solve #329071, but I cannot
-   #autotools_run_tool ${PHPIZE}
-   ${PHPIZE}
+   # Create configure out of config.m4. We use autotools_run_tool
+   # to avoid some warnings about WANT_AUTOCONF and
+   # WANT_AUTOMAKE (see bugs #329071 and #549268).
+   autotools_run_tool ${PHPIZE}
# force run of libtoolize and regeneration of related autotools
# files (bug 220519)
rm aclocal.m4



[gentoo-commits] repo/gentoo:master commit in: mail-client/mutt/

2015-09-02 Thread Fabian Groffen
commit: 0c67f886a6b24bdb15582082ec29721ee92bf9f3
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Sep  2 19:42:32 2015 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Sep  2 19:43:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c67f886

mail-client/mutt: version bump to 1.5.24

Package-Manager: portage-2.2.20-prefix

 mail-client/mutt/Manifest   |   2 +
 mail-client/mutt/mutt-1.5.24.ebuild | 252 
 2 files changed, 254 insertions(+)

diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest
index 100ba59..85c4eec 100644
--- a/mail-client/mutt/Manifest
+++ b/mail-client/mutt/Manifest
@@ -2,3 +2,5 @@ DIST mutt-1.5.23-gentoo-patches-r5.tar.bz2 127745 SHA256 
a2c457071b17fc1886c8f0d
 DIST mutt-1.5.23-gentoo-patches-r7.tar.bz2 167553 SHA256 
354bd25bdba4f58b4bfcbc84b451199d0d801c239b7e610ff0ec3e76e838741e SHA512 
7e7090d7bf74d3d0cc59facc3715f2671a5a2b82ab794b1e1b2b6178ff4059854b3fe6f5b3e3833381d24f7150bea2b8542f26e7ea29aa72752bda1ac3051b29
 WHIRLPOOL 
0e2f37efdcb4195c5d9d3ec7c859a1f1fa2316907e4b6352c470701ef3613e41502deccd3ca45b5a3e60e5353612b339a26f8c649d2813a0898d67a3802a1a99
 DIST mutt-1.5.23-gentoo-patches-r8.tar.bz2 167959 SHA256 
30aed5383b77321b92e407b53d759d72ab6da105771a65cecbb07eae191e496b SHA512 
5f88217f0fa94e5eb08aa574b1bfa78a512528eaff8127487c8fd3d3e9c59fb9090a11c3f72beff28ca36a3dd5a8ab155f9de880d332836a0ac12e72b64640f8
 WHIRLPOOL 
994e0bd6a80d4fbcd523d71cf7615deaa46f5e1753fdb5967730e0013cbb8de0d6ceba3c01ea015e3b363fb395456db7507f75fb52e860e28c03e71371acd2b6
 DIST mutt-1.5.23.tar.gz 3782032 SHA256 
3af0701e57b9e1880ed3a0dee34498a228939e854a16cdccd24e5e502626fd37 SHA512 
f1b4a7230253651857f61bd7215cce870a613012f613d4c907d401556083726c8ed7d429d57a8bf858c3b5b23683380d4c1494540d86ca80813e22cb6b95bc1e
 WHIRLPOOL 
b5a676d204aece8c572d57a027fa5a402b7afe8e5b7d4c83b2d1b1612eb0ac5cb58cd225757732a017f03444e0ea42dacffcf1cf2d46c18ae92d7d3306059c61
+DIST mutt-1.5.24-gentoo-patches.tar.bz2 78689 SHA256 
8ee2997448a0d1b9039b7dd61bbda0781ad408a3a98ba6febd06ab90b1a86f4d SHA512 
43fcc2a3565d97b073285a57f0a684d73706b95306a18d0e348b6230859acdbab83d2917cc6c1d0baba14efb046a5b79f4fdf47388144f769b4685380ca2922e
 WHIRLPOOL 
ea247724afa12e7a5ba8a55c773b6195153e0097cb244b62a7c5b287c877a6bc1670750ae6e99d8bef8a794bfcede0048e27d880717853815529c1674b08ebca
+DIST mutt-1.5.24.tar.gz 3897115 SHA256 
a292ca765ed7b19db4ac495938a3ef808a16193b7d623d65562bb8feb2b42200 SHA512 
f7fe7edf9d1701a8e92761b1f5e6ef2e3a3b513af7898872cbe36a8800714cb76945788a60d2008820c57bc5344a4147e2686f690da42cfc8a912e3a432452b1
 WHIRLPOOL 
35408cabab100e688f8c6d0d598f79144b7c72fb31f41a720acb9a6381e7ca94d66e640fe1178b911cfb16dfde4c982362c4c78ea203aef3a3dbcba09dcdc023

diff --git a/mail-client/mutt/mutt-1.5.24.ebuild 
b/mail-client/mutt/mutt-1.5.24.ebuild
new file mode 100644
index 000..c2c1ed3
--- /dev/null
+++ b/mail-client/mutt/mutt-1.5.24.ebuild
@@ -0,0 +1,252 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic autotools
+
+PATCHSET_REV=""
+
+DESCRIPTION="A small but very powerful text-based mail client"
+HOMEPAGE="http://www.mutt.org/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+   mirror://bitbucket/${PN}/${PN}/downloads/${P}.tar.gz
+   ftp://ftp.mutt.org/pub/mutt/${P}.tar.gz
+   mirror://gentoo/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2
+   
https://dev.gentoo.org/~grobian/distfiles/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2";
+IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp 
pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+CDEPEND="
+   app-misc/mime-types
+   nls? ( virtual/libintl )
+   tokyocabinet?  ( dev-db/tokyocabinet )
+   !tokyocabinet? (
+   qdbm?  ( dev-db/qdbm )
+   !qdbm? (
+   gdbm?  ( sys-libs/gdbm )
+   !gdbm? ( berkdb? ( >=sys-libs/db-4 ) )
+   )
+   )
+   imap?(
+   gnutls?  ( >=net-libs/gnutls-1.0.17 )
+   !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) )
+   sasl?( >=dev-libs/cyrus-sasl-2 )
+   )
+   kerberos? ( virtual/krb5 )
+   pop? (
+   gnutls?  ( >=net-libs/gnutls-1.0.17 )
+   !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) )
+   sasl?( >=dev-libs/cyrus-sasl-2 )
+   )
+   smtp? (
+   gnutls?  ( >=net-libs/gnutls-1.0.17 )
+   !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) )
+   sasl?( >=dev-libs/cyrus-sasl-2 )
+   )
+   idn? ( ne

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

2015-09-02 Thread Markus Meier
commit: 7540d341d27991b3d9c2cc72e968fbe939206a39
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep  2 19:45:45 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep  2 19:45:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7540d341

dev-libs/openssl: arm stable, bug #555176

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

 dev-libs/openssl/openssl-1.0.2d.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-1.0.2d.ebuild 
b/dev-libs/openssl/openssl-1.0.2d.ebuild
index ddf8db9..37fe1cd 100644
--- a/dev-libs/openssl/openssl-1.0.2d.ebuild
+++ b/dev-libs/openssl/openssl-1.0.2d.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz
 
 LICENSE="openssl"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh 
~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc 
~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
 IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs 
test +tls-heartbeat vanilla zlib"
 RESTRICT="!bindist? ( bindist )"
 



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

2015-09-02 Thread Markus Meier
commit: e57e9aa08797e6b461d8750e5f6de5373e717821
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep  2 19:46:56 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep  2 19:46:56 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57e9aa0

dev-libs/libnl: arm stable, bug #558132

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

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

diff --git a/dev-libs/libnl/libnl-3.2.26.ebuild 
b/dev-libs/libnl/libnl-3.2.26.ebuild
index eab00f8..344b178 100644
--- a/dev-libs/libnl/libnl-3.2.26.ebuild
+++ b/dev-libs/libnl/libnl-3.2.26.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 "
 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
 SLOT="3"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="static-libs python utils"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )



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

2015-09-02 Thread Markus Meier
commit: f4ca562d9cedc52caf1f5edc04746893542b6c71
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep  2 19:47:48 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep  2 19:47:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ca562d

dev-libs/libev: arm stable, bug #558136

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

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

diff --git a/dev-libs/libev/libev-4.19.ebuild b/dev-libs/libev/libev-4.19.ebuild
index 287b1b4..8a7a142 100644
--- a/dev-libs/libev/libev-4.19.ebuild
+++ b/dev-libs/libev/libev-4.19.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz
 
 LICENSE="|| ( BSD 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 ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="elibc_glibc static-libs"
 
 # Bug #283558



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

2015-09-02 Thread Markus Meier
commit: 20f5559e0d70c7cfd7c183b30e1efd6d59f78684
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep  2 19:48:33 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep  2 19:48:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f5559e

media-libs/libraw: arm stable, bug #558186

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

 media-libs/libraw/libraw-0.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libraw/libraw-0.16.2.ebuild 
b/media-libs/libraw/libraw-0.16.2.ebuild
index e24d137..2258bb2 100644
--- a/media-libs/libraw/libraw-0.16.2.ebuild
+++ b/media-libs/libraw/libraw-0.16.2.ebuild
@@ -23,7 +23,7 @@ SRC_URI="http://www.libraw.org/data/${MY_P}.tar.gz
 # http://www.libraw.org/data/LICENSE.LibRaw.pdf
 LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3"
 SLOT="0/10" # subslot = libraw soname version
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="demosaic examples jpeg jpeg2k +lcms openmp"
 
 RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )



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

2015-09-02 Thread Markus Meier
commit: b79f82b7c18f4a92ab45f18cabab462bd8992242
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep  2 19:49:16 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep  2 19:49:16 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79f82b7

net-libs/openpgm: arm stable, bug #558548

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

 net-libs/openpgm/openpgm-5.1.118-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild 
b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
index bb93182..c95e63c 100644
--- a/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
+++ b/net-libs/openpgm/openpgm-5.1.118-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://openpgm.googlecode.com/files/libpgm-${PV}~dfsg.tar.gz";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~ppc ppc64 ~x86 ~x86-fbsd"
 IUSE="static-libs"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/skey/

2015-09-02 Thread Markus Meier
commit: 6782c5fa3b283754c08139b3dab7331d261d0525
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Sep  2 19:50:04 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Sep  2 19:50:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6782c5fa

sys-auth/skey: arm stable, bug #558486

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

 sys-auth/skey/skey-1.1.5-r9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/skey/skey-1.1.5-r9.ebuild 
b/sys-auth/skey/skey-1.1.5-r9.ebuild
index 803d2e3..dc3dba2 100644
--- a/sys-auth/skey/skey-1.1.5-r9.ebuild
+++ b/sys-auth/skey/skey-1.1.5-r9.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="BSD MIT RSA BEER-WARE"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
 IUSE="static-libs"
 
 DEPEND="dev-lang/perl



[gentoo-commits] repo/user/goris:master commit in: media-fonts/arian-amu/

2015-09-02 Thread Norayr Mirakyan
commit: 29d9d8861e455c1bb904cff44f00d3600ba916f4
Author: Norayr Mirakyan  gmail  com>
AuthorDate: Wed Sep  2 19:51:11 2015 +
Commit: Norayr Mirakyan  gmail  com>
CommitDate: Wed Sep  2 19:51:11 2015 +
URL:https://gitweb.gentoo.org/repo/user/goris.git/commit/?id=29d9d886

Ebuild for Tarumian's Arian AMU font version 4.0

 media-fonts/arian-amu/Manifest |  2 ++
 media-fonts/arian-amu/arian-amu-4.0.ebuild | 23 +++
 2 files changed, 25 insertions(+)

diff --git a/media-fonts/arian-amu/Manifest b/media-fonts/arian-amu/Manifest
index 98e3583..19a933a 100644
--- a/media-fonts/arian-amu/Manifest
+++ b/media-fonts/arian-amu/Manifest
@@ -1,2 +1,4 @@
 DIST arian-amu-3.0.zip 251367 SHA256 
20dfb1fd58287dff894ca9e6012064fdeb4008f0a10cb657f22ada96ff0c3ee5 SHA512 
b79d5e45f14ec36ec8b5c6880bd01e6af2274dc7392803d2fe06a99c524218276dc7a967525c193557a306e48e6280074bbdf1cc0903ff9c2061fb2743fc7533
 WHIRLPOOL 
3cfca965f929c3ca7f2c7736a5dde36fe38f56cbcbb2a60b31e34401a9e2964cb9655dac2988ebbf952c3bb0fba50d19b83d4e5c22806ab6419cf9f45ce17f03
+DIST arian-amu-4.0.zip 439721 SHA256 
52959132d515971c193650a47136b68904b4e9043a19b137606b6ff20029b531 SHA512 
139e1f68ca676b0bf6af3ec6dfe1571aa9a82538b3243dcba0c312bffb54c79a232832d7bd431fe633d81d5acbc19108baa8c346d759b454a9b650f0f3134ad1
 WHIRLPOOL 
345e729c6a0085a3e86850abe9d2ac01f82944809883f0589ad614dde57146d9d3ed58211e8601afa293cf024e8e2d95968d10d3965adfbfa8d2a2dcab0a89e7
 EBUILD arian-amu-3.0.ebuild 488 SHA256 
ee1153c257f25bc8dac8481fc37d423c1250775803183424ea5af68b15970e8a SHA512 
aba72770c4456b07acd02a272ff136fa6dbcfc88aafa9315813e0964fd74bc6fd6486d6ec3b80d2d6c869f0f1906c2510a93b49f08ef857de2602bf3bb632e29
 WHIRLPOOL 
98a61bb7b38556df7a1db8c8cd74fbf7d6d5f300dfa637ec42b05474c189df2076526351425ebb7647726111e32409a7029bbe9d6fccdcda5c5eb7cab27750f9
+EBUILD arian-amu-4.0.ebuild 486 SHA256 
ec27f5c4bc47d10a4a073066cf4ac522cd94789275e1fa2ef19ed75b6fef9ff0 SHA512 
be5f8970c385ceedf4f2771464ad97b4dc4af4d2907fecc748e00449ddfd03514727ff9847545caf246598a65d8e7952fe4a3bd2b1b43f34774a78dca220fe73
 WHIRLPOOL 
dbb3e77dfe61a8229920803954e1a46f8e3d51f62b440f1ce21a065b7e4c73495ae2140fe0f686165c3cb6d4313d7b20cef69db13b3d440e25edaf5368a0edac

diff --git a/media-fonts/arian-amu/arian-amu-4.0.ebuild 
b/media-fonts/arian-amu/arian-amu-4.0.ebuild
new file mode 100644
index 000..68228ee
--- /dev/null
+++ b/media-fonts/arian-amu/arian-amu-4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit font
+
+DESCRIPTION="Arian AMU, a sans-serif typeface set, designed by Ruben Tarumian."
+HOMEPAGE="http://arian.tarumian.am/";
+SRC_URI="http://arian.am/arnamu.zip -> ${P}.zip"
+LICENSE="free-noncomm"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+IUSE=""
+RESTRICT="mirror"
+
+DEPEND="app-arch/unzip"
+RDEPEND=""
+
+S="${WORKDIR}"
+FONT_S="${S}"
+FONT_SUFFIX="ttf"



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

2015-09-02 Thread Mike Gilbert
commit: 38bcc33c94f70bedefa7568849a476eb3b4f5c65
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep  2 19:36:07 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep  2 20:18:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bcc33c

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

Package-Manager: portage-2.2.20

 www-plugins/chrome-binary-plugins/Manifest| 4 ++--
 ...8_beta1.ebuild => chrome-binary-plugins-46.0.2490.13_beta1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 702b9bc..db7685f 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,5 +1,5 @@
-DIST google-chrome-beta_45.0.2454.78-1_amd64.deb 48035138 SHA256 
09e3725ddad5633c3fba049eb10ad4ad7149bcd298f2d5d2fb2eb03b3009f399 SHA512 
e1e58497f8d5c5dd7ac25c126917522e77ef5b4fffc6e849855e16116a771810d1a996871367aa499fec9ad4b6cb03f5c5a375d87d2c735b3eb923bc6ee388ca
 WHIRLPOOL 
e8598304b3549b7c3c41e528047195dc3d31ff93f2e11ddd40f188a535f51e83546c6ed3f28e0c9c69fab559d4baacab1ec110506a216527b7c7a163897b
-DIST google-chrome-beta_45.0.2454.78-1_i386.deb 47649086 SHA256 
4b0cf7922c4dbe0289a1f5766a628d70dcd9dac8fb5ad49a0c9638e8ad70a887 SHA512 
0ab372335e6fbb05876df25cb5791ae420621b4075e39f90c3a569a9cb63e4c44d93c0c0fa4ae1ae20bf8c8284788bf16cf89f712cab7536e291c08294afc4ed
 WHIRLPOOL 
3613f333fa455a8bf3f93b49ddd72e2e3b93a94f3f9773976c60a39a2adfa43c1be7e7e56b14cf9d64e1629e9b0b63b7f6f3b1cff328f70a2e78eb15765869fa
+DIST google-chrome-beta_46.0.2490.13-1_amd64.deb 47363696 SHA256 
63010b3943488ff18be386afc037ff15acc8824d8fc3c43c985db717b6345d7a SHA512 
8969d71f98ecf8f171447ae2f79a41ed75be089f303354bc97c83b38adf2f056e830c673f655c9dae3c82a3b6052e87c6e9a14c9b7b9d9f836f9481249d97681
 WHIRLPOOL 
fa62b5eaba91a4da3e67f49d147debaaf48aaa39c6370270d36e46846936394288cd73c58974cf5513b64e76e52cb3dc559dfd1a7fd1df9c74e597244be096aa
+DIST google-chrome-beta_46.0.2490.13-1_i386.deb 46853842 SHA256 
8bd65cd1bdfa55a74c67dbd194ab94fcef3e788a3fc9e287019ebcf41294f99c SHA512 
0c292a15e5fbf7c51c4b9a2778ed0cd79690c9296d77b2ff32a3a3e0fe778d47c48db8b82871f1d855f72a6fac241f6efd1e9b91496acd26c1c37ea1604cbad6
 WHIRLPOOL 
5c46e9015ad88451aaf4ed33855795d9ac4a2127f0c915fdab7f0477b6a69bfccded50f9a72495952cbe223c127c1877315132f173423dede2ce436f281fb922
 DIST google-chrome-stable_45.0.2454.85-1_amd64.deb 47970800 SHA256 
01873f603b06a7f431c957eef912ba8713339a0dfff5003612e1fa91ef54c334 SHA512 
6d49859e4adb67639fa9dc93076f598fa084da6447ceabd58b5f499564659bd6db0b4079c3192c78b713da170454a542184bab866fe5968eb6d419fec4f212ef
 WHIRLPOOL 
53baded2a119507f237b0a8c77239c692e240a4c9a1de46bcc0ac62218c53b947a295a983391cb2269b4509d6ef366ad58b0928a3759ad930aec0e6894984246
 DIST google-chrome-stable_45.0.2454.85-1_i386.deb 47646372 SHA256 
3bf8a47a853cfdc0bf8c0712371d7c9ec52b43166265aa5d73bc0055cca985a4 SHA512 
76f82e7deea32112fc16ed37609ed00e8a158ab5a89f9766fb97b60bc914d1a9d983cfd54b24ea1ead0170da7573ddaf120a1077235a06db9f34f40284d47732
 WHIRLPOOL 
7db5e7920a2c0e325351c1fbc97ded749e9818807c72b58fe53e0b558f6771febe4a5a38ed1ba86b301e425ea26c03f7f7395ddd77e6e7968903f3d05c071d26
 DIST google-chrome-unstable_47.0.2498.0-1_amd64.deb 47037554 SHA256 
a52105bbe58406a1a799477209e67bcf4b435c37ebe68ccc05538d045b01a6d7 SHA512 
d6e2e6e97977ad5d2664a9593cc4fcac4e2262326cbbd7964c3b4be883d1844a5f506aaac82343bbed4cd45600b976f088a7f34f49fa28df8f784845eba17363
 WHIRLPOOL 
8f50f79b92ec3d440f261095c5b4dde0ec61bbcd962f6237fe671ba107d11b8291e57a17c468431c634df59b0767a15776a1e6d54a95ac16f6991fa89e604e23

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-45.0.2454.78_beta1.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-46.0.2490.13_beta1.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-45.0.2454.78_beta1.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-46.0.2490.13_beta1.ebuild



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

2015-09-02 Thread Mike Gilbert
commit: a487dcfd12dc103379a412c8545086d8b7d60215
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Sep  2 19:35:58 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Sep  2 20:18:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a487dcfd

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

Package-Manager: portage-2.2.20

 www-client/google-chrome-beta/Manifest| 4 ++--
 0.2454.78_p1.ebuild => google-chrome-beta-46.0.2490.13_p1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 7d80c9a..9adfe99 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1,2 +1,2 @@
-DIST google-chrome-beta_45.0.2454.78-1_amd64.deb 48035138 SHA256 
09e3725ddad5633c3fba049eb10ad4ad7149bcd298f2d5d2fb2eb03b3009f399 SHA512 
e1e58497f8d5c5dd7ac25c126917522e77ef5b4fffc6e849855e16116a771810d1a996871367aa499fec9ad4b6cb03f5c5a375d87d2c735b3eb923bc6ee388ca
 WHIRLPOOL 
e8598304b3549b7c3c41e528047195dc3d31ff93f2e11ddd40f188a535f51e83546c6ed3f28e0c9c69fab559d4baacab1ec110506a216527b7c7a163897b
-DIST google-chrome-beta_45.0.2454.78-1_i386.deb 47649086 SHA256 
4b0cf7922c4dbe0289a1f5766a628d70dcd9dac8fb5ad49a0c9638e8ad70a887 SHA512 
0ab372335e6fbb05876df25cb5791ae420621b4075e39f90c3a569a9cb63e4c44d93c0c0fa4ae1ae20bf8c8284788bf16cf89f712cab7536e291c08294afc4ed
 WHIRLPOOL 
3613f333fa455a8bf3f93b49ddd72e2e3b93a94f3f9773976c60a39a2adfa43c1be7e7e56b14cf9d64e1629e9b0b63b7f6f3b1cff328f70a2e78eb15765869fa
+DIST google-chrome-beta_46.0.2490.13-1_amd64.deb 47363696 SHA256 
63010b3943488ff18be386afc037ff15acc8824d8fc3c43c985db717b6345d7a SHA512 
8969d71f98ecf8f171447ae2f79a41ed75be089f303354bc97c83b38adf2f056e830c673f655c9dae3c82a3b6052e87c6e9a14c9b7b9d9f836f9481249d97681
 WHIRLPOOL 
fa62b5eaba91a4da3e67f49d147debaaf48aaa39c6370270d36e46846936394288cd73c58974cf5513b64e76e52cb3dc559dfd1a7fd1df9c74e597244be096aa
+DIST google-chrome-beta_46.0.2490.13-1_i386.deb 46853842 SHA256 
8bd65cd1bdfa55a74c67dbd194ab94fcef3e788a3fc9e287019ebcf41294f99c SHA512 
0c292a15e5fbf7c51c4b9a2778ed0cd79690c9296d77b2ff32a3a3e0fe778d47c48db8b82871f1d855f72a6fac241f6efd1e9b91496acd26c1c37ea1604cbad6
 WHIRLPOOL 
5c46e9015ad88451aaf4ed33855795d9ac4a2127f0c915fdab7f0477b6a69bfccded50f9a72495952cbe223c127c1877315132f173423dede2ce436f281fb922

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



[gentoo-commits] proj/hardened-docs:master commit in: xml/SCAP/

2015-09-02 Thread Sven Vermeulen
commit: ec36b14065b253f45eaf9992b9b87cb22b52561c
Author: Sven Vermeulen  siphos  be>
AuthorDate: Wed Sep  2 20:24:14 2015 +
Commit: Sven Vermeulen  gentoo  org>
CommitDate: Wed Sep  2 20:24:14 2015 +
URL:https://gitweb.gentoo.org/proj/hardened-docs.git/commit/?id=ec36b140

Adding kernel files

 xml/SCAP/kernel-oval.xml  | 1129 +
 xml/SCAP/kernel-xccdf.xml |  967 ++
 2 files changed, 2096 insertions(+)

diff --git a/xml/SCAP/kernel-oval.xml b/xml/SCAP/kernel-oval.xml
new file mode 100644
index 000..7ea2238
--- /dev/null
+++ b/xml/SCAP/kernel-oval.xml
@@ -0,0 +1,1129 @@
+
+http://www.w3.org/2001/XMLSchema-instance";
+ xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5";
+ xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5";
+ xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5";
+ xmlns:ind-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent";
+ xmlns:lin-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux";
+ xmlns:unix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix";>
+  
+vim
+5.9
+2011-10-31T12:00:00-04:00
+  
+
+
+
+
+  
+sysctl net.ipv4.ip_forward must be 0
+sysctl net.ipv4.ip_forward must be 0
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.all.rp_filter must be 1
+sysctl net.ipv4.conf.all.rp_filter must be 1
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.default.rp_filter must be 1
+sysctl net.ipv4.conf.default.rp_filter must be 1
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.all.accept_source_route must be 0
+sysctl net.ipv4.conf.all.accept_source_route must be 
0
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.default.accept_source_route must be 0
+sysctl net.ipv4.conf.default.accept_source_route must be 
0
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.all.accept_redirects must be 0
+sysctl net.ipv4.conf.all.accept_redirects must be 
0
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.default.accept_redirects must be 0
+sysctl net.ipv4.conf.default.accept_redirects must be 
0
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.icmp_echo_ignore_broadcasts must be 1
+sysctl net.ipv4.icmp_echo_ignore_broadcasts must be 
1
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.icmp_ignore_bogus_error_responses must be 1
+sysctl net.ipv4.icmp_ignore_bogus_error_responses must be 
1
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.all.log_martians must be 1
+sysctl net.ipv4.conf.all.log_martians must be 1
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.conf.default.log_martians must be 1
+sysctl net.ipv4.conf.default.log_martians must be 
1
+  
+  
+
+  
+
+
+  
+sysctl net.ipv4.tcp_syncookies must be 1
+sysctl net.ipv4.tcp_syncookies must be 1
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC must be y
+kernel config CONFIG_GRKERNSEC must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_TPE must be y
+kernel config CONFIG_GRKERNSEC_TPE must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX must be y
+kernel config CONFIG_PAX must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX_NOEXEC must be y
+kernel config CONFIG_PAX_NOEXEC must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX_EXEC must be y
+kernel config CONFIG_PAX_EXEC must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX_MPROTECT must be y
+kernel config CONFIG_PAX_MPROTECT must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX_ASLR must be y
+kernel config CONFIG_PAX_ASLR must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX_RANDKSTACK must be y
+kernel config CONFIG_PAX_RANDKSTACK must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX_RANDUSTACK must be y
+kernel config CONFIG_PAX_RANDUSTACK must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_PAX_RANDMMAP must be y
+kernel config CONFIG_PAX_RANDMMAP must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_PROC must be y
+kernel config CONFIG_GRKERNSEC_PROC must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_PROC_USER must be y
+kernel config CONFIG_GRKERNSEC_PROC_USER must be 
y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_PROC_USERGROUP must be y
+kernel config CONFIG_GRKERNSEC_PROC_USERGROUP must be 
y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_PROC_ADD must be y
+kernel config CONFIG_GRKERNSEC_PROC_ADD must be 
y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_LINK must be y
+kernel config CONFIG_GRKERNSEC_LINK must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_FIFO must be y
+kernel config CONFIG_GRKERNSEC_FIFO must be y
+  
+  
+
+  
+
+
+  
+kernel config CONFIG_GRKERNSEC_CHROOT must be y
+kernel config CONFIG_GRKERNSEC

[gentoo-commits] proj/catalyst:master commit in: catalyst/base/

2015-09-02 Thread Brian Dolbec
commit: 5d253b20dc206c3de4c9b96b01fc4dd507aaadf7
Author: Brian Dolbec  gentoo  org>
AuthorDate: Wed Sep  2 20:59:51 2015 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Sep  2 20:59:51 2015 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5d253b20

stagebase.py: Add  a _debub_pause_ finction 

It can then be inserted into the action_sequence assignments to do 
troubleshooting
and other debug snooping to determine where a problem is occuring.

eg:

def set_action_sequence(self):
self.settings["action_sequence"]=["unpack","unpack_snapshot",\

"config_profile_link","setup_confdir","portage_overlay",\
"bind","chroot_setup", 
"_debug_pause_","setup_environment",
"_debug_pause_", "build_packages", ...]
 
  

 catalyst/base/stagebase.py | 8 
 1 file changed, 8 insertions(+)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 25e5b6c..c0bafc2 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -21,6 +21,11 @@ from catalyst.lock import LockDir
 from catalyst.fileops import ensure_dirs, pjoin
 from catalyst.base.resume import AutoResume
 
+if sys.version_info[0] >= 3:
+py_input = input
+else:
+py_input = raw_input
+
 
 class StageBase(TargetBase, ClearBase, GenBase):
"""
@@ -1624,4 +1629,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
self.unbind()
raise CatalystError("build aborting due to 
livecd_update error.")
 
+   def _debug_pause_(self):
+   py_input("press any key to continue: ")
+
 # vim: ts=4 sw=4 sta et sts=4 ai



  1   2   >