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

2015-11-03 Thread Patrice Clement
commit: 41783ee317997de0b014804d635cca2a490dd9e1
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Nov  4 07:37:16 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov  4 07:37:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41783ee3

dev-java/ini4j: Make use of variables wherever possible.

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

 dev-java/ini4j/Manifest   | 2 +-
 dev-java/ini4j/ini4j-0.5.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/ini4j/Manifest b/dev-java/ini4j/Manifest
index ec0be32..7934535 100644
--- a/dev-java/ini4j/Manifest
+++ b/dev-java/ini4j/Manifest
@@ -1 +1 @@
-DIST ini4j-0.5.1-sources.jar 61117 SHA256 
99dae5a34055ae2dc08f95d5d3abc4da79c7e3964675be2944510c93914c99e3 SHA512 
1c4b5218d092cab9374070c8ae55c7a2483b30893f5af5cfe5d74054b2f5261fe2e1a477a650589d2fc7518b4dcce91a2308ab35bba6b3d918f5e5c19a55eb9a
 WHIRLPOOL 
a5fb5cbf6366c30e4ef4b022f70d8c7cacb28dd8ba92c985b23470eec319df96975c69384315ca63e5e84f9f2366481a7b8778ed29e3b21f5e64dd7f1d823396
+DIST ini4j-0.5.1.jar 61117 SHA256 
99dae5a34055ae2dc08f95d5d3abc4da79c7e3964675be2944510c93914c99e3 SHA512 
1c4b5218d092cab9374070c8ae55c7a2483b30893f5af5cfe5d74054b2f5261fe2e1a477a650589d2fc7518b4dcce91a2308ab35bba6b3d918f5e5c19a55eb9a
 WHIRLPOOL 
a5fb5cbf6366c30e4ef4b022f70d8c7cacb28dd8ba92c985b23470eec319df96975c69384315ca63e5e84f9f2366481a7b8778ed29e3b21f5e64dd7f1d823396

diff --git a/dev-java/ini4j/ini4j-0.5.1.ebuild 
b/dev-java/ini4j/ini4j-0.5.1.ebuild
index e29aedc..e5e341b 100644
--- a/dev-java/ini4j/ini4j-0.5.1.ebuild
+++ b/dev-java/ini4j/ini4j-0.5.1.ebuild
@@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Simple Java API Windows style .ini file handling"
 HOMEPAGE="http://ini4j.sourceforge.net/";
-SRC_URI="http://central.maven.org/maven2/org/ini4j/ini4j/0.5.1/ini4j-0.5.1-sources.jar";
+SRC_URI="http://central.maven.org/maven2/org/${PN}/${PN}/${PV}/${P}-sources.jar
 -> ${P}.jar"
 
 LICENSE="Apache-2.0"
 SLOT="0"



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

2015-11-03 Thread Justin Lecher
commit: 9febc9aecfd8d7c8aef42e613551dcae4c7ce822
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov  4 06:22:57 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov  4 06:22:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9febc9ae

dev-python/mock: Correct all funcsigs deps

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

 dev-python/mock/mock-1.2.0.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/mock/mock-1.2.0.ebuild 
b/dev-python/mock/mock-1.2.0.ebuild
index 1c7a20b..65b2714 100644
--- a/dev-python/mock/mock-1.2.0.ebuild
+++ b/dev-python/mock/mock-1.2.0.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
 
 inherit distutils-r1
 
@@ -16,10 +17,11 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~s390 ~sh ~sparc 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc test"
 
-CDEPEND="$(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
'python2_7')"
+CDEPEND="
+   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
+   virtual/funcsigs[${PYTHON_USEDEP}]"
 DEPEND="
>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
test? (
${CDEPEND}
dev-python/nose[${PYTHON_USEDEP}]



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

2015-11-03 Thread Justin Lecher
commit: 7574d3f8dd8b25afb11b4b24ac789f50e6b8a351
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov  4 06:39:12 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov  4 06:39:12 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7574d3f8

dev-python/numba: Depend on virtual/funcsigs instead of dev-python/funcsigs

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

 dev-python/numba/numba-0.18.2.ebuild | 9 -
 dev-python/numba/numba-0.19.2.ebuild | 9 -
 dev-python/numba/numba-0.20.0.ebuild | 9 -
 3 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/dev-python/numba/numba-0.18.2.ebuild 
b/dev-python/numba/numba-0.18.2.ebuild
index 0e35b03..73c7b31 100644
--- a/dev-python/numba/numba-0.18.2.ebuild
+++ b/dev-python/numba/numba-0.18.2.ebuild
@@ -4,9 +4,6 @@
 
 EAPI=5
 
-# test phase is pointless since it errors in circa 60% of 1984 tests
-RESTRICT="test"
-
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
@@ -18,16 +15,18 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 IUSE="doc examples test"
 
 RDEPEND="
dev-python/llvmlite[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
python{2_7,3_3})
-   $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
python2_7)"
+   virtual/funcsigs[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} )"
 
+# test phase is pointless since it errors in circa 60% of 1984 tests
+RESTRICT="test"
+
 python_compile() {
if ! python_is_python3; then
local CFLAGS="${CFLAGS} -fno-strict-aliasing"

diff --git a/dev-python/numba/numba-0.19.2.ebuild 
b/dev-python/numba/numba-0.19.2.ebuild
index b8115ec..4200848 100644
--- a/dev-python/numba/numba-0.19.2.ebuild
+++ b/dev-python/numba/numba-0.19.2.ebuild
@@ -4,9 +4,6 @@
 
 EAPI=5
 
-# test phase is pointless since it errors in circa 60% of 1984 tests
-RESTRICT="test"
-
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
@@ -18,17 +15,19 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 IUSE="doc examples test"
 
 RDEPEND="
dev-python/llvmlite[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
python{2_7,3_3})
-   $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
python2_7)"
+   virtual/funcsigs[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 
+# test phase is pointless since it errors in circa 60% of 1984 tests
+RESTRICT="test"
+
 # Delete intersphinx & entry to set sphinxjp.themecore, which is absent from 
portage, from conf.py
 PATCHES=( "${FILESDIR}"/${P}-docbuild.patch )
 

diff --git a/dev-python/numba/numba-0.20.0.ebuild 
b/dev-python/numba/numba-0.20.0.ebuild
index 1af7b26..2631c41 100644
--- a/dev-python/numba/numba-0.20.0.ebuild
+++ b/dev-python/numba/numba-0.20.0.ebuild
@@ -4,9 +4,6 @@
 
 EAPI=5
 
-# test phase is pointless since it errors in circa 60% of 1984 tests
-RESTRICT="test"
-
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
@@ -18,17 +15,19 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
 IUSE="doc examples test"
 
 RDEPEND="
dev-python/llvmlite[${PYTHON_USEDEP}]
>=dev-python/numpy-1.6[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
python{2_7,3_3})
-   $(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
python2_7)"
+   virtual/funcsigs[${PYTHON_USEDEP}]"
 DEPEND="test? ( ${RDEPEND} )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
 
+# test phase is pointless since it errors in circa 60% of 1984 tests
+RESTRICT="test"
+
 # Delete intersphinx & entry to set sphinxjp.themecore, which is absent from 
portage, from conf.py
 PATCHES=( "${FILESDIR}"/${PN}-0.19.2-docbuild.patch )
 



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

2015-11-03 Thread Justin Lecher
commit: 554a98d83f5d219daf2f24484c60b9f106b67838
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov  4 06:13:50 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov  4 06:18:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554a98d8

virtual/funcsigs: Stable to follow main package

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

 virtual/funcsigs/funcsigs-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/funcsigs/funcsigs-0-r1.ebuild 
b/virtual/funcsigs/funcsigs-0-r1.ebuild
index 14dac79..799a86e 100644
--- a/virtual/funcsigs/funcsigs-0-r1.ebuild
+++ b/virtual/funcsigs/funcsigs-0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
 
 SLOT="0"
 LICENSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2015-11-03 Thread Justin Lecher
commit: dfa738b47f3b6ac3f95c550ddd817cdcf49bacff
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov  4 05:53:37 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov  4 06:18:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa738b4

virtual/funcsigs: Add pypy3 support to Deps

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

 virtual/funcsigs/{funcsigs-0.ebuild => funcsigs-0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/funcsigs/funcsigs-0.ebuild 
b/virtual/funcsigs/funcsigs-0-r1.ebuild
similarity index 88%
rename from virtual/funcsigs/funcsigs-0.ebuild
rename to virtual/funcsigs/funcsigs-0-r1.ebuild
index c811a39..14dac79 100644
--- a/virtual/funcsigs/funcsigs-0.ebuild
+++ b/virtual/funcsigs/funcsigs-0-r1.ebuild
@@ -21,5 +21,5 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
${PYTHON_DEPS}
-   $(python_gen_cond_dep 'dev-python/funcsigs' python2_7 pypy )"
+   $(python_gen_cond_dep 'dev-python/funcsigs' python2_7 pypy pypy3 )"
 DEPEND=""



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

2015-11-03 Thread Justin Lecher
commit: 8a3d7778ebb36e945319fa756da9d3cd9fd3d46b
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov  4 06:12:07 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov  4 06:18:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3d7778

dev-python/funcsigs: Add pypy3 support

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

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

diff --git a/dev-python/funcsigs/funcsigs-0.4.ebuild 
b/dev-python/funcsigs/funcsigs-0.4.ebuild
index c406e19..7fe7dee 100644
--- a/dev-python/funcsigs/funcsigs-0.4.ebuild
+++ b/dev-python/funcsigs/funcsigs-0.4.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 pypy )
+PYTHON_COMPAT=( python2_7 pypy pypy3 )
 
 inherit distutils-r1
 



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

2015-11-03 Thread Justin Lecher
commit: 59cd9eb5adacc35a5ec924a8b741318987556122
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Nov  4 06:15:16 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Nov  4 06:18:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59cd9eb5

dev-python/mock: Depend on virtual/funcsigs

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564782
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564784

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

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

diff --git a/dev-python/mock/mock-1.3.0-r1.ebuild 
b/dev-python/mock/mock-1.3.0-r1.ebuild
index b1d0f65..f5dbd7d 100644
--- a/dev-python/mock/mock-1.3.0-r1.ebuild
+++ b/dev-python/mock/mock-1.3.0-r1.ebuild
@@ -17,8 +17,9 @@ SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc test"
 
-CDEPEND="$(python_gen_cond_dep 'dev-python/funcsigs[${PYTHON_USEDEP}]' 
'python2_7')
-   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]"
+CDEPEND="
+   >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
+   virtual/funcsigs[${PYTHON_USEDEP}]"
 DEPEND="
>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
test? (



[gentoo-commits] proj/pms:eapi-6 commit in: /

2015-11-03 Thread Ulrich Müller
commit: 16165052ae2135d499ccd4f353c867ccd03ae849
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Nov  3 20:31:59 2015 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Nov  3 20:32:45 2015 +
URL:https://gitweb.gentoo.org/proj/pms.git/commit/?id=16165052

fixup! EAPI 6 has einstalldocs.

 pkg-mgr-commands.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index b9d53bd..a548b9e 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -933,7 +933,7 @@ has returned.
 \caption{\t{einstalldocs} logic} \label{alg:einstalldocs}
 \begin{algorithmic}[1]
 \STATE save the value of the install directory for \t{dodoc}
-\STATE call \t{docinto .} \COMMENT{sets the directory to 
\t{/usr/share/doc/\$\{PF\}}}
+\STATE set the install directory for \t{dodoc} to \t{/usr/share/doc/\$\{PF\}}
 \IF{the DOCS variable is a non-empty array}
 \STATE call \t{dodoc -r "\$\{DOCS[@]\}"}
 \ELSIF{the DOCS variable is a non-empty scalar}
@@ -946,7 +946,7 @@ has returned.
 \ENDIF
 \ENDFOR
 \ENDIF
-\STATE call \t{docinto html} \COMMENT{sets the directory to 
\t{/usr/share/doc/\$\{PF\}/html}}
+\STATE set the install directory for \t{dodoc} to 
\t{/usr/share/doc/\$\{PF\}/html}
 \IF{the HTML\_DOCS variable is a non-empty array}
 \STATE call \t{dodoc -r "\$\{HTML\_DOCS[@]\}"}
 \ELSIF{the HTML\_DOCS variable is a non-empty scalar}



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

2015-11-03 Thread Jason Zaman
commit: 0bcb055167338e7d862b69e64f077c574849aaff
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Nov  4 05:53:13 2015 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Nov  4 05:53:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcb0551

dev-util/android-studio: version bump

Package-Manager: portage-2.2.20.1

 dev-util/android-studio/Manifest   |  1 +
 .../android-studio-1.4.1.0.141.2343393.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index c2fe761..0eaec63 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,3 +1,4 @@
 DIST android-studio-ide-141.1980579-linux.zip 258628239 SHA256 
46a1b492360f873f7b99f53b535ce79503f4127a8ee5d06afbe0f53ec5f56a21 SHA512 
54a83e6a54cd07ade1bfd3756bdff9c3431594412a01809ac3d2b1b5b2fb1719b8dd4f980516eeba5f7016c7757950c93a1d368ad1034d1300b9fe44577a1bcd
 WHIRLPOOL 
567bcc5ae38015a586224e7c5870d7766f18b4241b46aa53eb7459a7f26d859d9855632cdcf54d3b35bca1b7c39b15cfc1141d11a4d017d9b3e199b72f088b56
 DIST android-studio-ide-141.2178183-linux.zip 352010593 SHA256 
22316dc4cd17f82d02c7ca79efaa8d36ce7a6b3b384c6237ea1bcdd55d711762 SHA512 
68f45638919d38a8c3c144ec2dc69ccbfe6467eddc570a2fadd7a36a79bdd609861224f06989b7e4ea1422c68914539221a4cf0a33e413da49fc72e1e418e717
 WHIRLPOOL 
4d0f63d22047e97bbb5b0a6d1382fdad5f4b1ddff59bda6d34b38ed5691c69a0b37e5a68a42ac3a3c0cff6c0b760bb7ec18a6a7d82f533ae97c3a06e94d4deb2
 DIST android-studio-ide-141.2288178-linux.zip 380821638 SHA256 
a7a83d9af8b14589d7a791cbb2121fd63bcfc5ff44ef4ea7b9f16fdacdfcff13 SHA512 
afc77575f9261060c28f27ee49b05b88de338c0b2b8d91eea2a8585243dc6404bc2784b7d15b2c05ac504228ceea11ccbbdfd4fa79a1037893232c55cb524b2f
 WHIRLPOOL 
2d8d9c836b5049739d81c6ab374b87f3a1943252e555be2e3b52b11be7a54654d4947db1f87289c85e3d376a92c023508563c3705d956732132933c28ac12870
+DIST android-studio-ide-141.2343393-linux.zip 381078272 SHA256 
9762f6ffe48768915a399064f0e1c515d62ba96acf4bccfc642faa50903a1dcc SHA512 
370c8f934ff7cb2d4128ad228eac38fc62e5452a8645b08ddeb63ad87d684e1e4b9015feaf33098aaec4d78c99522282309bf4c95a4671b08190f9e51257caf4
 WHIRLPOOL 
4d202b8cf6eef6f0d4d00b7a65094b54a0f7262d1d8a9a55ff082d55869b65d563522eaf280335f4f0ec1b5ae3ad77169e10c8c8b7c7d3fd6ef19c792ca8cc4d

diff --git a/dev-util/android-studio/android-studio-1.4.1.0.141.2343393.ebuild 
b/dev-util/android-studio/android-studio-1.4.1.0.141.2343393.ebuild
new file mode 100644
index 000..721d7ba
--- /dev/null
+++ b/dev-util/android-studio/android-studio-1.4.1.0.141.2343393.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils versionator
+
+RESTRICT="strip"
+QA_PREBUILT="opt/${PN}/bin/libbreakgen.so"
+if [[ $(get_version_component_count) -eq 6 ]]; then
+   STUDIO_V=$(get_version_component_range 1-4)
+   BUILD_V=$(get_version_component_range 5-6)
+else
+   STUDIO_V=$(get_version_component_range 1-3)
+   BUILD_V=$(get_version_component_range 4-5)
+fi
+
+DESCRIPTION="A new Android development environment based on IntelliJ IDEA"
+HOMEPAGE="http://developer.android.com/sdk/installing/studio.html";
+SRC_URI="https://dl.google.com/dl/android/studio/ide-zips/${STUDIO_V}/${PN}-ide-${BUILD_V}-linux.zip";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="selinux"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/zip"
+RDEPEND=">=virtual/jdk-1.7
+   selinux? ( sec-policy/selinux-android )
+   >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)]
+   >=dev-libs/expat-2.1.0-r3[abi_x86_32(-)]
+   >=dev-libs/libffi-3.0.13-r1[abi_x86_32(-)]
+   >=media-libs/fontconfig-2.10.92[abi_x86_32(-)]
+   >=media-libs/freetype-2.5.5[abi_x86_32(-)]
+   >=media-libs/libpng-1.2.51[abi_x86_32(-)]
+   >=media-libs/mesa-10.2.8[abi_x86_32(-)]
+   || ( >=sys-libs/ncurses-5.9-r3:5/5[abi_x86_32(-)] 
>=sys-libs/ncurses-5.9-r3:0/5[abi_x86_32(-)] )
+   >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
+   >=x11-libs/libX11-1.6.2[abi_x86_32(-)]
+   >=x11-libs/libXau-1.0.7-r1[abi_x86_32(-)]
+   >=x11-libs/libXdamage-1.1.4-r1[abi_x86_32(-)]
+   >=x11-libs/libXdmcp-1.1.1-r1[abi_x86_32(-)]
+   >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
+   >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)]
+   >=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
+   >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)]
+   >=x11-libs/libdrm-2.4.46[abi_x86_32(-)]
+   >=x11-libs/libxcb-1.9.1[abi_x86_32(-)]
+   >=x11-libs/libxshmfence-1.1[abi_x86_32(-)]"
+S=${WORKDIR}/${PN}
+
+src_install() {
+   local dir="/opt/${PN}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 "${dir}/bin/studio.sh" "${dir}/bin/fsnotifier" 
"${dir}/bin/fsnotifier64"
+
+   newicon "bin/studio.png" "${PN}.png"
+   make_wrapper ${PN} ${dir}/bin/studio.sh
+   make_desktop_entry ${PN} "Android Studio" ${

[gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/files/, sys-fs/cryptsetup/

2015-11-03 Thread Lars Wendler
commit: 5f539dede2b6b3087d7b89bfc8fdfa7e1fc38de8
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov  4 05:41:34 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov  4 05:41:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f539ded

sys-fs/cryptsetup: Removed old.

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

 sys-fs/cryptsetup/Manifest |   2 -
 sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild  | 122 -
 sys-fs/cryptsetup/cryptsetup-1.6.7.ebuild  | 103 -
 .../files/cryptsetup-1.6.1-openssl-static.patch|  13 ---
 4 files changed, 240 deletions(-)

diff --git a/sys-fs/cryptsetup/Manifest b/sys-fs/cryptsetup/Manifest
index bdb509e..8521e7d 100644
--- a/sys-fs/cryptsetup/Manifest
+++ b/sys-fs/cryptsetup/Manifest
@@ -1,5 +1,3 @@
-DIST cryptsetup-1.6.2.tar.bz2 1189584 SHA256 
15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a SHA512 
59fb835ef8bcd6d0c704a021055032639840ef4bb7be6ade8ff91d347ae74d8e6cba4583d8ced7a4a8c6f09ebc16c4eff3549c13c4327d92fd9234db58e18c10
 WHIRLPOOL 
3ab24572ea42dfdd0d5176dfa4621520cd0bccda53c3a01676d400a7a841ab9643c979c4942daa774658602bd8cdf659376cbc94c553e2097c5eb3c51a7edb31
 DIST cryptsetup-1.6.5.tar.xz 1136892 SHA256 
267973f20be43f9d685f7193aa23954b60768c74a1d330243114d4b8bc17ca9a SHA512 
c77ac590d28954e7bd430d1069b820a288c4668857a7ced7f81546ea39676f2b536abbcda06f20440e31c205b7ada68bcfa5aab220b102a2b62198a788d9b65e
 WHIRLPOOL 
74a597abbdcc1225bb811597e53737eab2348a328f3ba30e7eb519a0621b06e6c898e320db8e24a16decfd4706b6a2e68b06894dde91124e4c089e952dbff9c1
-DIST cryptsetup-1.6.7.tar.xz 1188876 SHA256 
c23c24c8d662032da8650c1c84985221be8bbedf4737c1540bba7e4517dfe820 SHA512 
d6cecd2f3f5d468d4337d4e8407c8c3315e8972c0fc72cd1f93fb67f02a632b56ad293f08f6682f24c9ad0b5ad5967be751e5679413109692ade5823aafd1d19
 WHIRLPOOL 
95611938ddbf3520f1a2a2891e3103f6bf1699a210f7902bd65d1e61357ed44c9b6f344f567d1d5f1b88adb40154831e34014f3e22ec141f9101b707295007a0
 DIST cryptsetup-1.6.8.tar.xz 1221232 SHA256 
45a6ccd3c65b7d904e58e1cb3656a7e997190b6a05b5ff7c6887e4a41c5f19bc SHA512 
db189a98da6329f4d4c2ae92dbdc08ccffdf6ae41c964186ebf48a612bf0aa9731653ef6b7549b5feee0043edfa171874c3609418499902e6339b48481c621d7
 WHIRLPOOL 
8873d14fc2a54d97ed7d065ad4a0c63b057d9085c2cfd99c0b97aba78d49566bd7c9b47e56033992ac1f3892369bebf2165aaccc6ca3f933c0c33c2e6ef8c1e4
 DIST cryptsetup-1.7.0.tar.xz 1224616 SHA256 
075524a7cc0db36d12119fa79116750accb1c6c8825d5faa2534b74b8ce3d148 SHA512 
3c1732c8f1c18f0497c84c81777f54c398eea9300cd82a18691bf323d303687f4dfdd76010fb86114414f78193630cae4de5b665ce417dbf307f7fef4fa1bef6
 WHIRLPOOL 
4706317a6f2fe24e5c56df934ee3b0fb64cca2544885ce11ad567369ede1215e8a624b3f4c1e445aa4b59dbf9f644aed461ec422f627f37af4569f74b9f2a1ab

diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild 
b/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild
deleted file mode 100644
index 7cb25db..000
--- a/sys-fs/cryptsetup/cryptsetup-1.6.2.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools python-single-r1 linux-info libtool eutils
-
-DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
-HOMEPAGE="https://code.google.com/p/cryptsetup/";
-SRC_URI="https://cryptsetup.googlecode.com/files/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
-CRYPTO_BACKENDS="+gcrypt kernel nettle openssl"
-# we don't support nss since it doesn't allow cryptsetup to be built statically
-# and it's missing ripemd160 support so it can't provide full backward 
compatibility
-IUSE="${CRYPTO_BACKENDS} nls python reencrypt static static-libs udev urandom"
-REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} )
-   python? ( ${PYTHON_REQUIRED_USE} )
-   static? ( !gcrypt )" #496612
-
-LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)]
-   dev-libs/popt[static-libs(+)]
-   sys-apps/util-linux[static-libs(+)]
-   gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] )
-   nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
-   openssl? ( dev-libs/openssl[static-libs(+)] )
-   sys-fs/lvm2[static-libs(+)]
-   udev? ( virtual/libudev[static-libs(+)] )"
-# We have to always depend on ${LIB_DEPEND} rather than put behind
-# !static? () because we provide a shared library which links against
-# these other packages. #414665
-RDEPEND="static-libs? ( ${LIB_DEPEND} )
-   ${LIB_DEPEND//\[static-libs\(+\)\]}
-   python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   static? ( ${LIB_DEPEND} )"
-
-pkg_setup() {
-   local CONFIG_CHECK="~DM_CRYPT ~CRYPTO ~CRYPTO_CBC"
-   local WARNING_DM_CRYPT="CONFIG_DM_CRYPT:\tis not set (required for 
cryptsetup)\n"
-   local WARNING_CRYPTO_CBC="CONFIG_CRYPTO_CBC:\tis not set (requir

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

2015-11-03 Thread Lars Wendler
commit: 7c0b692810d50f926060de1bd9979c771f706b0f
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Nov  4 05:40:13 2015 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Nov  4 05:40:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0b6928

sys-fs/cryptsetup: Bump to version 1.7.0

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

 sys-fs/cryptsetup/Manifest|   1 +
 sys-fs/cryptsetup/cryptsetup-1.7.0.ebuild | 106 ++
 2 files changed, 107 insertions(+)

diff --git a/sys-fs/cryptsetup/Manifest b/sys-fs/cryptsetup/Manifest
index cee324f..bdb509e 100644
--- a/sys-fs/cryptsetup/Manifest
+++ b/sys-fs/cryptsetup/Manifest
@@ -2,3 +2,4 @@ DIST cryptsetup-1.6.2.tar.bz2 1189584 SHA256 
15723f0198303d4bcb99d480b7a773918e2
 DIST cryptsetup-1.6.5.tar.xz 1136892 SHA256 
267973f20be43f9d685f7193aa23954b60768c74a1d330243114d4b8bc17ca9a SHA512 
c77ac590d28954e7bd430d1069b820a288c4668857a7ced7f81546ea39676f2b536abbcda06f20440e31c205b7ada68bcfa5aab220b102a2b62198a788d9b65e
 WHIRLPOOL 
74a597abbdcc1225bb811597e53737eab2348a328f3ba30e7eb519a0621b06e6c898e320db8e24a16decfd4706b6a2e68b06894dde91124e4c089e952dbff9c1
 DIST cryptsetup-1.6.7.tar.xz 1188876 SHA256 
c23c24c8d662032da8650c1c84985221be8bbedf4737c1540bba7e4517dfe820 SHA512 
d6cecd2f3f5d468d4337d4e8407c8c3315e8972c0fc72cd1f93fb67f02a632b56ad293f08f6682f24c9ad0b5ad5967be751e5679413109692ade5823aafd1d19
 WHIRLPOOL 
95611938ddbf3520f1a2a2891e3103f6bf1699a210f7902bd65d1e61357ed44c9b6f344f567d1d5f1b88adb40154831e34014f3e22ec141f9101b707295007a0
 DIST cryptsetup-1.6.8.tar.xz 1221232 SHA256 
45a6ccd3c65b7d904e58e1cb3656a7e997190b6a05b5ff7c6887e4a41c5f19bc SHA512 
db189a98da6329f4d4c2ae92dbdc08ccffdf6ae41c964186ebf48a612bf0aa9731653ef6b7549b5feee0043edfa171874c3609418499902e6339b48481c621d7
 WHIRLPOOL 
8873d14fc2a54d97ed7d065ad4a0c63b057d9085c2cfd99c0b97aba78d49566bd7c9b47e56033992ac1f3892369bebf2165aaccc6ca3f933c0c33c2e6ef8c1e4
+DIST cryptsetup-1.7.0.tar.xz 1224616 SHA256 
075524a7cc0db36d12119fa79116750accb1c6c8825d5faa2534b74b8ce3d148 SHA512 
3c1732c8f1c18f0497c84c81777f54c398eea9300cd82a18691bf323d303687f4dfdd76010fb86114414f78193630cae4de5b665ce417dbf307f7fef4fa1bef6
 WHIRLPOOL 
4706317a6f2fe24e5c56df934ee3b0fb64cca2544885ce11ad567369ede1215e8a624b3f4c1e445aa4b59dbf9f644aed461ec422f627f37af4569f74b9f2a1ab

diff --git a/sys-fs/cryptsetup/cryptsetup-1.7.0.ebuild 
b/sys-fs/cryptsetup/cryptsetup-1.7.0.ebuild
new file mode 100644
index 000..be438d6
--- /dev/null
+++ b/sys-fs/cryptsetup/cryptsetup-1.7.0.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit autotools python-single-r1 linux-info libtool eutils versionator
+
+DESCRIPTION="Tool to setup encrypted devices with dm-crypt"
+HOMEPAGE="https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md";
+SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 
1-2)/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+CRYPTO_BACKENDS="+gcrypt kernel nettle openssl"
+# we don't support nss since it doesn't allow cryptsetup to be built statically
+# and it's missing ripemd160 support so it can't provide full backward 
compatibility
+IUSE="${CRYPTO_BACKENDS} libressl nls pwquality python reencrypt static 
static-libs udev urandom"
+REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   static? ( !gcrypt )" #496612
+
+LIB_DEPEND="dev-libs/libgpg-error[static-libs(+)]
+   dev-libs/popt[static-libs(+)]
+   sys-apps/util-linux[static-libs(+)]
+   gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] )
+   nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] )
+   openssl? (
+   !libressl? ( dev-libs/openssl:0=[static-libs(+)] )
+   libressl? ( dev-libs/libressl:=[static-libs(+)] )
+   )
+   pwquality? ( dev-libs/libpwquality[static-libs(+)] )
+   sys-fs/lvm2[static-libs(+)]
+   udev? ( virtual/libudev[static-libs(+)] )"
+# We have to always depend on ${LIB_DEPEND} rather than put behind
+# !static? () because we provide a shared library which links against
+# these other packages. #414665
+RDEPEND="static-libs? ( ${LIB_DEPEND} )
+   ${LIB_DEPEND//\[static-libs\(+\)\]}
+   python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   static? ( ${LIB_DEPEND} )"
+
+pkg_setup() {
+   local CONFIG_CHECK="~DM_CRYPT ~CRYPTO ~CRYPTO_CBC"
+   local WARNING_DM_CRYPT="CONFIG_DM_CRYPT:\tis not set (required for 
cryptsetup)\n"
+   local WARNING_CRYPTO_CBC="CONFIG_CRYPTO_CBC:\tis not set (required for 
kernel 2.6.19)\n"
+   local WARNING_CRYPTO="CONFIG_CRYPTO:\tis not set (required for 
cryptsetup)\n"
+   check_extra_config
+
+   use python && python-sin

[gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/files/

2015-11-03 Thread Eray Aslan
commit: a8b3cea5debedb7a82f72d68f31aee17a66214df
Author: Eray Aslan  gentoo  org>
AuthorDate: Wed Nov  4 05:00:44 2015 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Wed Nov  4 05:00:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b3cea5

app-crypt/mit-krb5: fix quotes in init script

Gentoo-Bug: 564574

Package-Manager: portage-2.2.23

 app-crypt/mit-krb5/files/mit-krb5kadmind.initd-r2 | 2 +-
 app-crypt/mit-krb5/files/mit-krb5kdc.initd-r2 | 2 +-
 app-crypt/mit-krb5/files/mit-krb5kpropd.initd-r2  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-crypt/mit-krb5/files/mit-krb5kadmind.initd-r2 
b/app-crypt/mit-krb5/files/mit-krb5kadmind.initd-r2
index 54dcb87..5278c7a 100644
--- a/app-crypt/mit-krb5/files/mit-krb5kadmind.initd-r2
+++ b/app-crypt/mit-krb5/files/mit-krb5kadmind.initd-r2
@@ -14,7 +14,7 @@ depend() {
 
 start() {
ebegin "Starting $daemon"
-   start-stop-daemon --start --quiet --exec ${exec} -- "${KADMIND_OPTS}" 
1>&2
+   start-stop-daemon --start --quiet --exec ${exec} -- ${KADMIND_OPTS} 1>&2
eend $? "Error starting $daemon"
 }
 

diff --git a/app-crypt/mit-krb5/files/mit-krb5kdc.initd-r2 
b/app-crypt/mit-krb5/files/mit-krb5kdc.initd-r2
index 12bb47a..eab0cd1 100644
--- a/app-crypt/mit-krb5/files/mit-krb5kdc.initd-r2
+++ b/app-crypt/mit-krb5/files/mit-krb5kdc.initd-r2
@@ -13,7 +13,7 @@ depend() {
 
 start() {
ebegin "Starting $daemon"
-   start-stop-daemon --start --quiet --exec ${exec} -- "${KDC_OPTS}" 1>&2
+   start-stop-daemon --start --quiet --exec ${exec} -- ${KDC_OPTS} 1>&2
eend $? "Error starting $daemon"
 }
 

diff --git a/app-crypt/mit-krb5/files/mit-krb5kpropd.initd-r2 
b/app-crypt/mit-krb5/files/mit-krb5kpropd.initd-r2
index 222c5f7..5459466 100644
--- a/app-crypt/mit-krb5/files/mit-krb5kpropd.initd-r2
+++ b/app-crypt/mit-krb5/files/mit-krb5kpropd.initd-r2
@@ -13,7 +13,7 @@ depend() {
 
 start() {
ebegin "Starting $daemon"
-   start-stop-daemon --start --quiet --exec ${exec} -- "${KPROPD_OPTS}" 
1>&2
+   start-stop-daemon --start --quiet --exec ${exec} -- ${KPROPD_OPTS} 1>&2
eend $? "Error starting $daemon"
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/

2015-11-03 Thread Eray Aslan
commit: 07369d37112787f01930b4b7caf41d200bd62c81
Author: Eray Aslan  gentoo  org>
AuthorDate: Wed Nov  4 05:04:02 2015 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Wed Nov  4 05:04:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07369d37

app-crypt/mit-krb5: bump for the new init scripts

Package-Manager: portage-2.2.23

 app-crypt/mit-krb5/mit-krb5-1.13.2-r3.ebuild | 160 +++
 1 file changed, 160 insertions(+)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.13.2-r3.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.13.2-r3.ebuild
new file mode 100644
index 000..76dfaeb
--- /dev/null
+++ b/app-crypt/mit-krb5/mit-krb5-1.13.2-r3.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools eutils flag-o-matic multilib-minimal python-any-r1 
versionator
+
+MY_P="${P/mit-}"
+P_DIR=$(get_version_component_range 1-2)
+DESCRIPTION="MIT Kerberos V"
+HOMEPAGE="http://web.mit.edu/kerberos/www/";
+SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar";
+
+LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="doc +keyutils libressl openldap +pkinit selinux +threads test xinetd"
+
+CDEPEND="
+   !!app-crypt/heimdal
+   >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}]
+   || (
+   >=dev-libs/libverto-0.2.5[libev,${MULTILIB_USEDEP}]
+   >=dev-libs/libverto-0.2.5[libevent,${MULTILIB_USEDEP}]
+   >=dev-libs/libverto-0.2.5[tevent,${MULTILIB_USEDEP}]
+   )
+   keyutils? ( >=sys-apps/keyutils-1.5.8[${MULTILIB_USEDEP}] )
+   openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
+   pkinit? (
+   !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] 
)
+   libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
+   )
+   xinetd? ( sys-apps/xinetd )
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-baselibs-20140508-r1
+   !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+   )"
+DEPEND="${CDEPEND}
+   ${PYTHON_DEPS}
+   virtual/yacc
+   doc? ( virtual/latex-base )
+   test? (
+   ${PYTHON_DEPS}
+   dev-lang/tcl:0
+   dev-util/dejagnu
+   )"
+RDEPEND="${CDEPEND}
+   selinux? ( sec-policy/selinux-kerberos )"
+
+S=${WORKDIR}/${MY_P}/src
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/krb5-config
+)
+
+src_unpack() {
+   unpack ${A}
+   unpack ./"${MY_P}".tar.gz
+}
+
+src_prepare() {
+   epatch "${FILESDIR}/${PN}-1.12_warn_cflags.patch"
+   epatch "${FILESDIR}/${PN}-config_LDFLAGS.patch"
+   epatch "${FILESDIR}/CVE-2015-2695.patch" \
+   "${FILESDIR}/CVE-2015-2696.patch" \
+   "${FILESDIR}/CVE-2015-2697.patch"
+
+   eautoreconf
+}
+
+src_configure() {
+   append-cppflags "-I${EPREFIX}/usr/include/et"
+   # QA
+   append-flags -fno-strict-aliasing
+   append-flags -fno-strict-overflow
+
+   multilib-minimal_src_configure
+}
+
+multilib_src_configure() {
+   use keyutils || export ac_cv_header_keyutils_h=no
+   ECONF_SOURCE=${S} \
+   WARN_CFLAGS="set" \
+   econf \
+   $(use_with openldap ldap) \
+   "$(multilib_native_use_with test tcl "${EPREFIX}/usr")" \
+   $(use_enable pkinit) \
+   $(use_enable threads thread-support) \
+   --without-hesiod \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --enable-dns-for-realm \
+   --enable-kdc-lookaside-cache \
+   --with-system-verto \
+   --disable-rpath
+}
+
+multilib_src_compile() {
+   emake -j1
+}
+
+multilib_src_test() {
+   multilib_is_native_abi && emake -j1 check
+}
+
+multilib_src_install() {
+   emake \
+   DESTDIR="${D}" \
+   EXAMPLEDIR="${EPREFIX}/usr/share/doc/${PF}/examples" \
+   install
+}
+
+multilib_src_install_all() {
+   # default database dir
+   keepdir /var/lib/krb5kdc
+
+   cd ..
+   dodoc README
+
+   if use doc; then
+   dohtml -r doc/html/*
+   docinto pdf
+   dodoc doc/pdf/*.pdf
+   fi
+
+   newinitd "${FILESDIR}"/mit-krb5kadmind.initd-r2 mit-krb5kadmind
+   newinitd "${FILESDIR}"/mit-krb5kdc.initd-r2 mit-krb5kdc
+   newinitd "${FILESDIR}"/mit-krb5kpropd.initd-r2 mit-krb5kpropd
+   newconfd "${FILESDIR}"/mit-krb5kadmind.confd mit-krb5kadmind
+   newconfd "${FILESDIR}"/mit-krb5kdc.confd mit-krb5kdc
+   newconfd "${FILESDIR}"/mit-krb5kpropd.confd mit-krb5kpropd
+
+   insinto /etc
+   newins "${ED}/

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

2015-11-03 Thread Andrey Grozin
commit: b5aca255b917bf2a8dce2bc4a2cd1d1b2ec9c855
Author: Andrey Grozin  gentoo  org>
AuthorDate: Wed Nov  4 04:48:47 2015 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Wed Nov  4 04:48:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5aca255

dev-lisp/sbcl: bump to 1.3.0

Package-Manager: portage-2.2.23

 dev-lisp/sbcl/Manifest  |   2 +
 dev-lisp/sbcl/sbcl-1.3.0.ebuild | 239 
 2 files changed, 241 insertions(+)

diff --git a/dev-lisp/sbcl/Manifest b/dev-lisp/sbcl/Manifest
index e52a23a..3ea5602 100644
--- a/dev-lisp/sbcl/Manifest
+++ b/dev-lisp/sbcl/Manifest
@@ -22,3 +22,5 @@ DIST sbcl-1.2.7-powerpc-linux-binary.tar.bz2 9884585 SHA256 
d2f86db4f6fe2b6e6bbc
 DIST sbcl-1.2.7-x86-64-solaris-binary.tar.bz2 10438955 SHA256 
a0a13e83b35dbac36284459747a03c6db20cd089864e16a6380a12a6aa138115 SHA512 
9566cebf8fc29ead1f919309e3f98aeb618e97b34c80f53d1f739f1a3f4ef4cbaebd1c67f0b32172a0cdf14dc405eb75d0e916dedf3b8a758cdec2368d25f5c1
 WHIRLPOOL 
4946b9a4463c92517233298f898510ca57b4127da93d7d42cf28005bbd96b8d1eba7472f73029f45d6c0e75f3de5b893a34f33feee92a60cef8ae4f2b4d4fa0e
 DIST sbcl-1.2.7-x86-linux-binary.tar.bz2 10516485 SHA256 
724425fe0d28747c7d31c6655e39fa8c27f9ef4608c482ecc60089bcc85fc31d SHA512 
ca09beeafeb40f21eb1a377f04a69d57feb5549fa63aadf2e39aa65f3875418bdab755e22b567b3f2c514fb94534b739a57606288912ffc5cddf370a400e9e5c
 WHIRLPOOL 
41b3f5a9749c74f136b8bb4f519409902045cd9501b5b944e7bcbf9336dd6640388641d26f8c345d79a1028ae64bb04fb74228886f8c2ae0eb085a8586635e17
 DIST sbcl-1.2.7-x86-solaris-binary.tar.bz2 10351529 SHA256 
a198df14f45cdf302017116744c8946a8b4143291efe1799553554133c22b46a SHA512 
b30d40f0095bb43719ba2e1a619f53fe5f0bccaa08a35481bc5feeb0dd5b540018a9ec9f61799de89991a85750577922cb4e56db4d7dab8f07e18bbc643bdad1
 WHIRLPOOL 
05ad3606b23e6196d443328f367b7351612d0f4991d71a5a04f1f45b5bb604809d6ed11c8cf62bc639d6f9dd8e5704b52a050603d4745713c5818fcbd36852bf
+DIST sbcl-1.3.0-source.tar.bz2 5722767 SHA256 
d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3 SHA512 
4bcdc3e4d101ec64b6af2db8101e3b18b298c343d7928984604dc17d531b986787ba84ce1276c41066a9a2c06270d2aeb26870ba7b18ecb7daaa6b3a6c7f6450
 WHIRLPOOL 
e635064fad32556ce0017c3cf27bfda02581dc627b0884d3dc0b1bc44c62cd4a0ea6690997b53414ddd7355cc06647f2952ccf3c2d329baa0e137b5fd992ea3b
+DIST sbcl-1.3.0-x86-64-linux-binary.tar.bz2 9830954 SHA256 
e6e801f0cc31fd6a14cf20b983c6ef2be5750225fad221bf9621788c0a0a90c5 SHA512 
916fdd1627903b7227a6d5962a2534fa2cd9003f832b975c96d0e11c301d73c7c3225cfd4121f10cbcdde87dcac9079b9a48e6737ba9a3d2c18c484bae3c371d
 WHIRLPOOL 
a4372dd59df03e0e0e8d2359799e0580b6829e001c219ef28504cc7db8b3a8ad7429ecdcd36bb72ed5196192d9f66b2854c5b6960cd5f97c31afd758a17c6a67

diff --git a/dev-lisp/sbcl/sbcl-1.3.0.ebuild b/dev-lisp/sbcl/sbcl-1.3.0.ebuild
new file mode 100644
index 000..a39481a
--- /dev/null
+++ b/dev-lisp/sbcl/sbcl-1.3.0.ebuild
@@ -0,0 +1,239 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit multilib eutils flag-o-matic pax-utils
+
+#same order as http://www.sbcl.org/platform-table.html
+BV_X86=1.2.7
+BV_AMD64=1.3.0
+BV_PPC=1.2.7
+BV_SPARC=1.0.28
+BV_ALPHA=1.0.28
+BV_ARM=1.2.7
+BV_ARM64=1.3.0
+BV_PPC_MACOS=1.0.47
+BV_X86_MACOS=1.1.6
+BV_X64_MACOS=1.2.11
+BV_SPARC_SOLARIS=1.0.23
+BV_X86_SOLARIS=1.2.7
+BV_X64_SOLARIS=1.2.7
+
+DESCRIPTION="Steel Bank Common Lisp (SBCL) is an implementation of ANSI Common 
Lisp"
+HOMEPAGE="http://sbcl.sourceforge.net/";
+SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
+   x86? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86}-x86-linux-binary.tar.bz2 )
+   amd64? ( 
mirror://sourceforge/sbcl/${PN}-${BV_AMD64}-x86-64-linux-binary.tar.bz2 )
+   ppc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC}-powerpc-linux-binary.tar.bz2 )
+   sparc? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC}-sparc-linux-binary.tar.bz2 )
+   alpha? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ALPHA}-alpha-linux-binary.tar.bz2 )
+   arm? ( 
mirror://sourceforge/sbcl/${PN}-${BV_ARM}-armhf-linux-binary.tar.bz2 )
+   ppc-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_PPC_MACOS}-powerpc-darwin-binary.tar.bz2 )
+   x86-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_MACOS}-x86-darwin-binary.tar.bz2 )
+   x64-macos? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_MACOS}-x86-64-darwin-binary.tar.bz2 )
+   sparc-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_SPARC_SOLARIS}-sparc-solaris-binary.tar.bz2
 )
+   x86-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X86_SOLARIS}-x86-solaris-binary.tar.bz2 )
+   x64-solaris? ( 
mirror://sourceforge/sbcl/${PN}-${BV_X64_SOLARIS}-x86-64-solaris-binary.tar.bz2 
)"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~x86-macos ~x86-solaris"
+IUSE="debug doc source +threads +unicode pax_kernel zlib"
+
+CDEPEND=">=dev-lisp/asdf-3

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

2015-11-03 Thread Christoph Junghans
commit: bda9a630a01f197f387fa95cbbcc0f2c88f562d3
Author: Christoph Junghans  gentoo  org>
AuthorDate: Tue Nov  3 23:51:11 2015 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Tue Nov  3 23:51:11 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bda9a630

sys-cluster/openmpi: multilib now works with fortran (bug #540392)

Package-Manager: portage-2.2.20.1

 sys-cluster/openmpi/ChangeLog| 3 +++
 sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog
index 6893802..260d20c 100644
--- a/sys-cluster/openmpi/ChangeLog
+++ b/sys-cluster/openmpi/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  03 Nov 2015; Christoph Junghans  openmpi-1.8.4-r99.ebuild:
+  sys-cluster/openmpi: multilib now works with fortran (bug #540392)
+
 *openmpi-1.10.0 (23 Sep 2015)
 
   23 Sep 2015; Justin Bronder  +openmpi-1.10.0.ebuild:

diff --git a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild 
b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
index 61d021b..167259f 100644
--- a/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.8.4-r99.ebuild
@@ -125,7 +125,7 @@ multilib_src_configure() {
--enable-opal-multi-threads)
fi
 
-   if multilib_is_native_abi && use fortran; then
+   if use fortran; then
myconf+=(--enable-mpi-fortran=all)
else
myconf+=(--enable-mpi-fortran=no)



[gentoo-commits] dev/eva:master commit in: dev-go/redis/

2015-11-03 Thread Gilles Dartiguelongue
commit: 531d3a8710a2f14972f14c52120103bf6313883f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:42:13 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=531d3a87

dev-go/redis: initial ebuild

 dev-go/redis/Manifest   |  1 +
 dev-go/redis/metadata.xml   | 11 +++
 dev-go/redis/redis-2.3.2.ebuild | 21 +
 3 files changed, 33 insertions(+)

diff --git a/dev-go/redis/Manifest b/dev-go/redis/Manifest
new file mode 100644
index 000..ce466e0
--- /dev/null
+++ b/dev-go/redis/Manifest
@@ -0,0 +1 @@
+DIST redis-2.3.2.tar.gz 28390 SHA256 
0623b0643d84976c36a40b6c1923852730deaae1c58417940cfdfee9330e2612 SHA512 
532427f67de6068c16b48e5a8d164a524a7e5717fc8fe280df17aa32aad23dea3433d2825dadfc58039ba7e568cedf840abfce302047cd1626705cb6156afbb7
 WHIRLPOOL 
23f67baf2df61564549f374679d383b8b1173ddd07899a9e23b177a4f4b1109ba2a0cc92ea225c24458223f8fc6830c18cc595060b4850ffca1b02a751c7db7d

diff --git a/dev-go/redis/metadata.xml b/dev-go/redis/metadata.xml
new file mode 100644
index 000..61f8fee
--- /dev/null
+++ b/dev-go/redis/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-redis/redis
+
+

diff --git a/dev-go/redis/redis-2.3.2.ebuild b/dev-go/redis/redis-2.3.2.ebuild
new file mode 100644
index 000..b68d6c7
--- /dev/null
+++ b/dev-go/redis/redis-2.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN="gopkg.in/redis.v2"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="a Redis client in Go."
+HOMEPAGE="https://gopkg.in/redis.v2";
+SRC_URI="https://github.com/go-${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="2/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="
+   dev-go/bufio:1=
+"



[gentoo-commits] dev/eva:master commit in: dev-go/gls/

2015-11-03 Thread Gilles Dartiguelongue
commit: e8a4508b4cd68960285607b42ce2afde7e0ae566
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:37:49 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=e8a4508b

dev-go/gls: initial ebuild

 dev-go/gls/Manifest |  1 +
 dev-go/gls/gls-0_pre20141103.ebuild | 22 ++
 dev-go/gls/metadata.xml | 11 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-go/gls/Manifest b/dev-go/gls/Manifest
new file mode 100644
index 000..a4ed40c
--- /dev/null
+++ b/dev-go/gls/Manifest
@@ -0,0 +1 @@
+DIST gls-0_pre20141103.tar.gz 5506 SHA256 
8a5d46bdf48922c9896ad64818b11f674ffb71d21220ca18668b2477b737f4f2 SHA512 
b2b0a812075aa1a86ead19392a7e099b072039a83bcf2dfe037b1e40f807ff272b6b2b39af1427f48f63b9d2edd65947a8c9f73b9e7d5307123ebc3aea5dba58
 WHIRLPOOL 
313bef02f9311b375905eada2fd36fc925bf5755485963dc0d82bcf867b8f43e5dbc2c3afcc1e35f8e6be43d04ec6ccb4ee1ad93e6181a163d0d1dc8f7536fa2

diff --git a/dev-go/gls/gls-0_pre20141103.ebuild 
b/dev-go/gls/gls-0_pre20141103.ebuild
new file mode 100644
index 000..9daf3ec
--- /dev/null
+++ b/dev-go/gls/gls-0_pre20141103.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/jtolds/gls
+EGIT_COMMIT=f1ac7f4
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Goroutine local storage."
+HOMEPAGE="https://github.com/jtolds/gls";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/gls/metadata.xml b/dev-go/gls/metadata.xml
new file mode 100644
index 000..555b238
--- /dev/null
+++ b/dev-go/gls/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   jtolds/gls
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/macaron/

2015-11-03 Thread Gilles Dartiguelongue
commit: 78ca09eae9448e1c7f46da2adc1784af3401d953
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:41:46 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=78ca09ea

dev-go/macaron: initial ebuild

 dev-go/macaron/Manifest |  1 +
 dev-go/macaron/macaron-0_pre20150318.ebuild | 24 
 dev-go/macaron/metadata.xml | 11 +++
 3 files changed, 36 insertions(+)

diff --git a/dev-go/macaron/Manifest b/dev-go/macaron/Manifest
new file mode 100644
index 000..0ff2d53
--- /dev/null
+++ b/dev-go/macaron/Manifest
@@ -0,0 +1 @@
+DIST macaron-0_pre20150318.tar.gz 128726 SHA256 
d0b5c6fdcc97dc6c710ee87427b9f6edd22a3b0c6a2a15c4906a66e13f98572d SHA512 
f1dc59496ddc17bc1fed6f9fea59e8f6fba90c45c494fd2610d24130c4dca8dd3f0659f2864cecfebc0bf45059b2bc919461e8263042f1313e6baab85480eae6
 WHIRLPOOL 
367358b0f76f2597626cec085fc0c7614ee5e97950c94687791a4a6e823776d62933225dde67f0f37c9687e64d1f607ffb020e1034cb91f191e6dcbd8e3ca520

diff --git a/dev-go/macaron/macaron-0_pre20150318.ebuild 
b/dev-go/macaron/macaron-0_pre20150318.ebuild
new file mode 100644
index 000..4ec3c34
--- /dev/null
+++ b/dev-go/macaron/macaron-0_pre20150318.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN="github.com/Unknwon/macaron"
+EGIT_COMMIT=93de4f3
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Web framework for Go."
+HOMEPAGE="https://github.com/Unknwon/macaron";
+SRC_URI="https://github.com/go-${PN}/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="
+   dev-go/com:=
+   dev-go/ini:1=
+"
+# inject got split further down the line

diff --git a/dev-go/macaron/metadata.xml b/dev-go/macaron/metadata.xml
new file mode 100644
index 000..0978439
--- /dev/null
+++ b/dev-go/macaron/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-macaron/macaron
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/go-xorm/

2015-11-03 Thread Gilles Dartiguelongue
commit: f2c52954e27ae96bc6d0f9d2b1e853497de176cb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:40:47 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=f2c52954

dev-go/go-xorm: initial ebuild

 dev-go/go-xorm/Manifest   | 12 
 dev-go/go-xorm/go-xorm-0.4.2_p20150326.ebuild | 24 
 dev-go/go-xorm/go-xorm-0.4.4.ebuild   | 24 
 dev-go/go-xorm/metadata.xml   | 11 +++
 4 files changed, 71 insertions(+)

diff --git a/dev-go/go-xorm/Manifest b/dev-go/go-xorm/Manifest
new file mode 100644
index 000..c9f7ac5
--- /dev/null
+++ b/dev-go/go-xorm/Manifest
@@ -0,0 +1,12 @@
+-BEGIN PGP SIGNED MESSAGE-
+Hash: SHA256
+
+DIST go-xorm-0.4.2_p20150326.tar.gz 327265 SHA256 
51785eaf2c80a7b9c3aad835d70d26fcf9b54ff8ca94ab0816efded34649cca3 SHA512 
7e136dad7bf413c5a6e272dd7f768f5e6c7377d3332d29c83ba489fe11df92e3188d74367c3f2e31fbf9c77d5f519fa3c83c5f376090adaef4e5d054b2817217
 WHIRLPOOL 
141a1a16a37ee40535948f2f1a5b3dcb7e74cc5d1c4ca8dedc3375b635d1f2f5f6bfd17022e7812ccf3b6824fad45cf1fdadf130379335335e2ed3d037034c75
+DIST go-xorm-0.4.4.tar.gz 328919 SHA256 
edf1a38c23cdf78251d17114f321f6ac89840318b561b92fbd99b35ac0b47bce SHA512 
bc9a0bbefd42fa1cf2dd8eac6c06eddf40f1b8fc499b99f6bb4740c3ea9d27b4e1f70328785a5f110077a4ba0358949d74ee499f5865e2c9d1a0f42702982233
 WHIRLPOOL 
47c5c4a6f8d3a17a785c9994b7fba9bae26ef708ecfe762d9df7b09833cbecec2298a0c95c8b95f70d53c3d9ebe3587ecea5846f75750fc2309372fb26081cc8
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iEYEAREIAAYFAlY5O3sACgkQ1fmVwcYIWAZvOgCgiie1xYcvFRwcb7UYnYwU4sWD
+QzUAoNKLEkX0qmFxwHVep6aZEwOF2hVV
+=o2yO
+-END PGP SIGNATURE-

diff --git a/dev-go/go-xorm/go-xorm-0.4.2_p20150326.ebuild 
b/dev-go/go-xorm/go-xorm-0.4.2_p20150326.ebuild
new file mode 100644
index 000..de2a121
--- /dev/null
+++ b/dev-go/go-xorm/go-xorm-0.4.2_p20150326.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/go-xorm/xorm
+EGIT_COMMIT=e2889e5
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Simple and Powerful ORM for Go."
+HOMEPAGE="https://github.com/go-xorm/xorm";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   dev-go/go-xorm-core:=
+"

diff --git a/dev-go/go-xorm/go-xorm-0.4.4.ebuild 
b/dev-go/go-xorm/go-xorm-0.4.4.ebuild
new file mode 100644
index 000..b5cc1c1
--- /dev/null
+++ b/dev-go/go-xorm/go-xorm-0.4.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/go-xorm/xorm
+EGIT_COMMIT=4012ee5
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Simple and Powerful ORM for Go."
+HOMEPAGE="https://github.com/go-xorm/xorm";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   >=dev-go/go-xorm-core-0.4.4:=
+"

diff --git a/dev-go/go-xorm/metadata.xml b/dev-go/go-xorm/metadata.xml
new file mode 100644
index 000..b273d59
--- /dev/null
+++ b/dev-go/go-xorm/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-xorm/xorm
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/binding/

2015-11-03 Thread Gilles Dartiguelongue
commit: d0e9f308e801bccfdaed81006d29b33972c68a97
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:35:17 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=d0e9f308

dev-go/binding: initial ebuild

 dev-go/binding/Manifest |  1 +
 dev-go/binding/binding-0.0.4_pre20141219.ebuild | 25 +
 dev-go/binding/metadata.xml | 11 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-go/binding/Manifest b/dev-go/binding/Manifest
new file mode 100644
index 000..471c134
--- /dev/null
+++ b/dev-go/binding/Manifest
@@ -0,0 +1 @@
+DIST binding-0.0.4_pre20141219.tar.gz 19490 SHA256 
3f5019b1beec807052e74eef23c3cea7cc60b8a8a0291d500dc77d7826eed1b9 SHA512 
76943bf918df6fa848bd517fa907046f871625b9a94694f4d486a2b74bcfbc9abe382d08a17a7cccd1a4a233ddc16e084bdec2e660cc6873e0bbcbc5f45ab33c
 WHIRLPOOL 
02cee0be8249560ded0828526c0b22e83f9f9eb1ad712b448a6351463192de00fe91f5ea08595c2aacb0265abe2b6811c2c76439f32f32b7754b909ed2da4a9a

diff --git a/dev-go/binding/binding-0.0.4_pre20141219.ebuild 
b/dev-go/binding/binding-0.0.4_pre20141219.ebuild
new file mode 100644
index 000..242d22d
--- /dev/null
+++ b/dev-go/binding/binding-0.0.4_pre20141219.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/macaron-contrib/binding
+EGIT_COMMIT=0fbe4b9
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Middleware providing request data binding and validation for 
Macaron."
+HOMEPAGE="https://github.com/macaron-contrib/binding";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   dev-go/com:=
+   dev-go/macaron:0=
+"

diff --git a/dev-go/binding/metadata.xml b/dev-go/binding/metadata.xml
new file mode 100644
index 000..01c1b4b
--- /dev/null
+++ b/dev-go/binding/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-macaron/binding
+
+



[gentoo-commits] dev/eva:master commit in: media-sound/pulseaudio/

2015-11-03 Thread Gilles Dartiguelongue
commit: e0a20ff580b8c99e309b5df25e3e44d459280814
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 23:16:25 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:18:21 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=e0a20ff5

media-sound/pulseaudio: use openssl slot and switch to libltdl

As in gentoo-x86 tree

 media-sound/pulseaudio/pulseaudio-4.0-r1.ebuild | 8 
 media-sound/pulseaudio/pulseaudio-5.0-r3.ebuild | 9 +
 media-sound/pulseaudio/pulseaudio-.ebuild   | 9 +
 3 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/media-sound/pulseaudio/pulseaudio-4.0-r1.ebuild 
b/media-sound/pulseaudio/pulseaudio-4.0-r1.ebuild
index fda4fdd..2f1798b 100644
--- a/media-sound/pulseaudio/pulseaudio-4.0-r1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-4.0-r1.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$
 
@@ -62,7 +62,7 @@ RDEPEND="
realtime? ( sys-auth/rtkit )
equalizer? ( sci-libs/fftw:3.0 )
orc? ( >=dev-lang/orc-0.4.9 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0 )
>=media-libs/speex-1.2_rc1
gdbm? ( sys-libs/gdbm )
webrtc-aec? ( media-libs/webrtc-audio-processing )
@@ -72,9 +72,9 @@ RDEPEND="
abi_x86_32? (
!<=app-emulation/emul-linux-x86-soundlibs-20131008-r1
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
-   >=sys-devel/libtool-2.2.4
+   dev-libs/libltdl:0
 "
-# it's a valid RDEPEND, libltdl.so is used
+# it's a valid RDEPEND, libltdl.so is used for native abi
 
 DEPEND="${RDEPEND}
sys-devel/m4

diff --git a/media-sound/pulseaudio/pulseaudio-5.0-r3.ebuild 
b/media-sound/pulseaudio/pulseaudio-5.0-r3.ebuild
index 673d1bc..8d7bdd6 100644
--- a/media-sound/pulseaudio/pulseaudio-5.0-r3.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-5.0-r3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
+
 inherit autotools bash-completion-r1 eutils flag-o-matic linux-info 
readme.gentoo systemd user versionator udev multilib-minimal
 
 DESCRIPTION="A networked sound server with an advanced plugin system"
@@ -61,7 +62,7 @@ RDEPEND="
realtime? ( sys-auth/rtkit )
equalizer? ( sci-libs/fftw:3.0 )
orc? ( >=dev-lang/orc-0.4.9 )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0 )
>=media-libs/speex-1.2_rc1
gdbm? ( sys-libs/gdbm )
webrtc-aec? ( media-libs/webrtc-audio-processing )
@@ -70,9 +71,9 @@ RDEPEND="
dev-libs/json-c[${MULTILIB_USEDEP}]
abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
-   >=sys-devel/libtool-2.4.2
+   dev-libs/libltdl:0
 "
-# it's a valid RDEPEND, libltdl.so is used
+# it's a valid RDEPEND, libltdl.so is used for native abi
 
 DEPEND="${RDEPEND}
sys-devel/m4

diff --git a/media-sound/pulseaudio/pulseaudio-.ebuild 
b/media-sound/pulseaudio/pulseaudio-.ebuild
index c88e3a6..4a536fc 100644
--- a/media-sound/pulseaudio/pulseaudio-.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-.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$
 
@@ -35,9 +35,9 @@ RDEPEND="
dev-libs/libpcre
)
dev-libs/json-c[${MULTILIB_USEDEP}]
+   dev-libs/libltdl:0
>=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}]
>=media-libs/speex-1.2_rc1
-   >=sys-devel/libtool-2.4.2
 
abi_x86_32? (
!<=app-emulation/emul-linux-x86-soundlibs-20131008-r1
@@ -63,7 +63,7 @@ RDEPEND="
lirc? ( app-misc/lirc )
orc? ( >=dev-lang/orc-0.4.9 )
realtime? ( sys-auth/rtkit )
-   ssl? ( dev-libs/openssl )
+   ssl? ( dev-libs/openssl:0 )
systemd? ( sys-apps/systemd:0=[${MULTILIB_USEDEP}] )
tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] )
tdb? ( sys-libs/tdb )
@@ -79,7 +79,8 @@ RDEPEND="
xen? ( app-emulation/xen-tools )
zeroconf? ( >=net-dns/avahi-0.6.12[dbus] )
 "
-# libtool a valid RDEPEND, libltdl.so is used
+# it's a valid RDEPEND, libltdl.so is used for native abi
+
 DEPEND="${RDEPEND}
dev-libs/libatomic_ops
dev-util/intltool



[gentoo-commits] dev/eva:master commit in: dev-go/slug/

2015-11-03 Thread Gilles Dartiguelongue
commit: b131578a764c0d43ca3941099c5a7482f1040925
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:42:37 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:45 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=b131578a

dev-go/slug: initial ebuild

 dev-go/slug/Manifest  |  1 +
 dev-go/slug/metadata.xml  | 11 +++
 dev-go/slug/slug-0_pre20150611.ebuild | 24 
 3 files changed, 36 insertions(+)

diff --git a/dev-go/slug/Manifest b/dev-go/slug/Manifest
new file mode 100644
index 000..aaec07a
--- /dev/null
+++ b/dev-go/slug/Manifest
@@ -0,0 +1 @@
+DIST slug-0_pre20150611.tar.gz 5241 SHA256 
01772a5d110e7c1b7ddcc826f2ccbd2e1fb82fe09003079501344d537937a47d SHA512 
e71adb5ac4c1984d261b214194d36af002f5d776eaef787a22b579ac07d18c429b8be089e85169cb090bb50891d06bfb53343594e35078266507e2fee53b0a7b
 WHIRLPOOL 
af7ad57a7b6b67de3bb7a17c46e0e575732cc161e4a1899755d7d4db2b41ec34149304619ab52f465bdae878e76dcd0e5abc91849fe6c3cffe32c3ca4bea34dd

diff --git a/dev-go/slug/metadata.xml b/dev-go/slug/metadata.xml
new file mode 100644
index 000..a51fe5d
--- /dev/null
+++ b/dev-go/slug/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   gosimple/slug
+
+

diff --git a/dev-go/slug/slug-0_pre20150611.ebuild 
b/dev-go/slug/slug-0_pre20150611.ebuild
new file mode 100644
index 000..b93f3a1
--- /dev/null
+++ b/dev-go/slug/slug-0_pre20150611.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/gosimple/slug
+EGIT_COMMIT=8d25846
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="URL-friendly slugify with multiple languages support."
+HOMEPAGE="https://github.com/gosimple/slug";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   dev-go/unidecode:=
+"



[gentoo-commits] dev/eva:master commit in: dev-go/toml/

2015-11-03 Thread Gilles Dartiguelongue
commit: b4b45180a1e98e25499870d1f3ff2411ab7f334b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:42:48 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:45 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=b4b45180

dev-go/toml: initial ebuild

 dev-go/toml/Manifest  |  1 +
 dev-go/toml/metadata.xml  | 11 +++
 dev-go/toml/toml-0.1.0_pre20150501.ebuild | 22 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-go/toml/Manifest b/dev-go/toml/Manifest
new file mode 100644
index 000..d65357b
--- /dev/null
+++ b/dev-go/toml/Manifest
@@ -0,0 +1 @@
+DIST toml-0.1.0_pre20150501.tar.gz 37110 SHA256 
d7de08bc388663e38b3a03679c2d8d58b64a9cbe4b6e52add0fb1eda7117d4dd SHA512 
a9c80dfb3f47a5cda8037bae60b10368187569ead093f4815493018b98470d499dd15729518bd6558a97378bc31f468ee95c673628a17a91055e164130c7e311
 WHIRLPOOL 
bcab8fff9eb83e1f7b6bfa6cb3bbc9ba1a23dc1919d29eb89419e125bcbcc0f49573bd384279cfea5e64d696bedaa4eb18bcc2b62fcc9e6e6359b1321b927917

diff --git a/dev-go/toml/metadata.xml b/dev-go/toml/metadata.xml
new file mode 100644
index 000..de9d7db
--- /dev/null
+++ b/dev-go/toml/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   streadway/amqp
+
+

diff --git a/dev-go/toml/toml-0.1.0_pre20150501.ebuild 
b/dev-go/toml/toml-0.1.0_pre20150501.ebuild
new file mode 100644
index 000..ee0b793
--- /dev/null
+++ b/dev-go/toml/toml-0.1.0_pre20150501.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/BurntSushi/toml
+EGIT_COMMIT=056c9bc
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="TOML parser for Golang with reflection."
+HOMEPAGE="https://github.com/BurntSushi/toml";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""



[gentoo-commits] dev/eva:master commit in: dev-go/libpq/

2015-11-03 Thread Gilles Dartiguelongue
commit: 4eb7c0448e88f46fc2579a2f060f29be5434b7b6
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:41:35 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=4eb7c044

dev-go/libpq: initial ebuild

 dev-go/libpq/Manifest   |  1 +
 dev-go/libpq/libpq-0_pre20150109.ebuild | 22 ++
 dev-go/libpq/metadata.xml   | 11 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-go/libpq/Manifest b/dev-go/libpq/Manifest
new file mode 100644
index 000..0f5fe9e
--- /dev/null
+++ b/dev-go/libpq/Manifest
@@ -0,0 +1 @@
+DIST libpq-0_pre20150109.tar.gz 62087 SHA256 
51098d0225379e31fefb42dc600cab66c214d4c65cc3c3c84b1c70224db47dfb SHA512 
5d9d75768c4de6697d23c7de64b988081b6df9b6280fa0ef733c6a48f75e4aa37338855783f031e19a0360988a96c70bbfc07a905bc4d04b28d50264e8e8ca8f
 WHIRLPOOL 
ad687f9dc6505e49b366a89c0022e4f1eee7cfa3cd71bae18be426fd50cd3321695f8c7a8192ec180445745963d5bde9231dc300f24d500e930294bfbc9a4d11

diff --git a/dev-go/libpq/libpq-0_pre20150109.ebuild 
b/dev-go/libpq/libpq-0_pre20150109.ebuild
new file mode 100644
index 000..cb3dbd1
--- /dev/null
+++ b/dev-go/libpq/libpq-0_pre20150109.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/lib/pq
+EGIT_COMMIT=19eeca3
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Pure Go Postgres driver for database/sql."
+HOMEPAGE="https://github.com/lib/pq";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/libpq/metadata.xml b/dev-go/libpq/metadata.xml
new file mode 100644
index 000..c3b89ba
--- /dev/null
+++ b/dev-go/libpq/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   lib/pq
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/amqp/

2015-11-03 Thread Gilles Dartiguelongue
commit: 28a0a48acfdb57f9b9ddf7a531647804a3f2ee52
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:34:32 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=28a0a48a

dev-go/amqp: initial ebuild

 dev-go/amqp/Manifest  |  1 +
 dev-go/amqp/amqp-0_pre20150820.ebuild | 22 ++
 dev-go/amqp/metadata.xml  | 11 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-go/amqp/Manifest b/dev-go/amqp/Manifest
new file mode 100644
index 000..fffeebd
--- /dev/null
+++ b/dev-go/amqp/Manifest
@@ -0,0 +1 @@
+DIST amqp-0_pre20150820.tar.gz 79467 SHA256 
eb13c1d071f305a17e0338fd56ee9a24492833d3cd3cb7e787941d0497ff28d5 SHA512 
428b4716d9b13bed614ed2a2a28ea5888506cdfb80505fe031b342d9e34a593b89c21e9b84916b08bdd56376793b4730323e6f8a3900b7d65afbfb19e1d15afc
 WHIRLPOOL 
889b3bbbe54b0c6a73790aee907e47c841b9a2be9f8393deec960fba2c2be1f9a6a49650fe9d4d1f65f9295d8f087c6b187d641ccc8f2ba2a6bfe999bfc717c7

diff --git a/dev-go/amqp/amqp-0_pre20150820.ebuild 
b/dev-go/amqp/amqp-0_pre20150820.ebuild
new file mode 100644
index 000..a3b233f
--- /dev/null
+++ b/dev-go/amqp/amqp-0_pre20150820.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/streadway/amqp
+EGIT_COMMIT=56eb08f
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Go client for AMQP 0.9.1"
+HOMEPAGE="https://github.com/streadway/amqp/";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/amqp/metadata.xml b/dev-go/amqp/metadata.xml
new file mode 100644
index 000..de9d7db
--- /dev/null
+++ b/dev-go/amqp/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   streadway/amqp
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/ini/

2015-11-03 Thread Gilles Dartiguelongue
commit: 097b0a2d6f577c5eb9437fcf371b5245f4cf8442
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:41:02 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=097b0a2d

dev-go/ini: initial ebuild

 dev-go/ini/Manifest |  1 +
 dev-go/ini/ini-1_pre20151008.ebuild | 20 
 dev-go/ini/metadata.xml | 11 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-go/ini/Manifest b/dev-go/ini/Manifest
new file mode 100644
index 000..2c66903
--- /dev/null
+++ b/dev-go/ini/Manifest
@@ -0,0 +1 @@
+DIST ini-1_pre20151008.tar.gz 24403 SHA256 
feb445f6dd3b8a5add7310881d128b4fcd8beda3f18762c08caf1044d9223cae SHA512 
f0db94dbe14bed0f3706b02af14a96c1aabb76949cfc2a35193ed7dc1c856ee2e9e887b24405f87d9417efcf7299e3dc3f12198ae0e241b022c46628e494
 WHIRLPOOL 
f4ad00b0e9a22075967f47c8089a246a81156b883ae62e607400b2a4b8fb037887cd8c98b42b2bba0af87f671bbdb5f1b6d52abe5ea939f57e8d08367746b325

diff --git a/dev-go/ini/ini-1_pre20151008.ebuild 
b/dev-go/ini/ini-1_pre20151008.ebuild
new file mode 100644
index 000..af32904
--- /dev/null
+++ b/dev-go/ini/ini-1_pre20151008.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN="gopkg.in/ini.v1"
+EGIT_COMMIT=aea5e9fd
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="INI file read and write functionality in Go. "
+HOMEPAGE="https://gopkg.in/ini.v1";
+SRC_URI="https://github.com/go-${PN}/${PN}/archive/${EGIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="1/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/ini/metadata.xml b/dev-go/ini/metadata.xml
new file mode 100644
index 000..9a53fdc
--- /dev/null
+++ b/dev-go/ini/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-ini/ini
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/go-spew/

2015-11-03 Thread Gilles Dartiguelongue
commit: 33dea9a85a727bc15967c4e35cefdf4013df3b4e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:38:44 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=33dea9a8

dev-go/go-spew: initial ebuild

 dev-go/go-spew/Manifest |  1 +
 dev-go/go-spew/go-spew-0_pre20150619.ebuild | 29 +
 dev-go/go-spew/metadata.xml | 11 +++
 3 files changed, 41 insertions(+)

diff --git a/dev-go/go-spew/Manifest b/dev-go/go-spew/Manifest
new file mode 100644
index 000..2639fed
--- /dev/null
+++ b/dev-go/go-spew/Manifest
@@ -0,0 +1 @@
+DIST go-spew-0_pre20150619.tar.gz 41714 SHA256 
e064d12586e3685d32eb0bd125b9e4c19291fdcc07bd21e067593cbc81525e1c SHA512 
84ec5cbf26b59d6380d09b4e053427d8c8b93555e43de4a95d373b7fb1edc647f0c950caaacf451c03872171d138e717b1fa9a1ea0f14208a9a5197bd83ce037
 WHIRLPOOL 
31f9823776b77317b26a256ba3615cf7aeae4c3d46f54b2840ed742770369a15bfa8a972252229eaa907e16c40a18573e1df748a99c86bf244ed4b43d86db409

diff --git a/dev-go/go-spew/go-spew-0_pre20150619.ebuild 
b/dev-go/go-spew/go-spew-0_pre20150619.ebuild
new file mode 100644
index 000..8f29a9d
--- /dev/null
+++ b/dev-go/go-spew/go-spew-0_pre20150619.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/davecgh/go-spew/spew
+EGIT_COMMIT=2df1748
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Deep pretty printer for Go data structures to aid in debugging."
+HOMEPAGE="https://github.com/davecgh/go-spew";
+SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""
+
+src_unpack() {
+   local EGO_PN_back=${EGO_PN}
+   export EGO_PN=${EGO_PN_back%/*}
+   golang-vcs-snapshot_src_unpack
+   export EGO_PN=${EGO_PN_back}
+}

diff --git a/dev-go/go-spew/metadata.xml b/dev-go/go-spew/metadata.xml
new file mode 100644
index 000..d37c968
--- /dev/null
+++ b/dev-go/go-spew/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   davecgh/go-spew
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/com/

2015-11-03 Thread Gilles Dartiguelongue
commit: fa5ebaf740a3ef5a954a189b3a3ae8d7319fe632
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:36:53 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=fa5ebaf7

dev-go/com: initial ebuild

 dev-go/com/Manifest |  1 +
 dev-go/com/com-0_pre20141228.ebuild | 22 ++
 dev-go/com/metadata.xml | 11 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-go/com/Manifest b/dev-go/com/Manifest
new file mode 100644
index 000..2ba1e76
--- /dev/null
+++ b/dev-go/com/Manifest
@@ -0,0 +1 @@
+DIST com-0_pre20141228.tar.gz 18610 SHA256 
34ca74e0db4fb85e76daa65cbc241637f30c4d92690b392200d1b64e1653a83b SHA512 
687f33a573e0d2f71777c7267db198285b31215e479c9bff9496ad3a02398d393adb27eb595dee3933f95e90d2df769c5a16f67aa3d223b343aafc16104a8882
 WHIRLPOOL 
2487bd93ae3abbd2b6c59ae70a50b961f16ab15e57c5ed6a5c66debc6742bfb616a32223972bdb5e31bbb1cb419b62eec035d728b4543465de19dd65e6f43a94

diff --git a/dev-go/com/com-0_pre20141228.ebuild 
b/dev-go/com/com-0_pre20141228.ebuild
new file mode 100644
index 000..24e14eb
--- /dev/null
+++ b/dev-go/com/com-0_pre20141228.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/Unknwon/com
+EGIT_COMMIT=d9bcf40
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Commonly used functions for Go."
+HOMEPAGE="https://github.com/Unknwon/com";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/com/metadata.xml b/dev-go/com/metadata.xml
new file mode 100644
index 000..86acf37
--- /dev/null
+++ b/dev-go/com/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   Unknwon/com
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/inject/

2015-11-03 Thread Gilles Dartiguelongue
commit: 78d736366c3a027d5e4e052495b46e1023604893
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:41:15 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=78d73636

dev-go/inject: initial ebuild

 dev-go/inject/Manifest|  1 +
 dev-go/inject/inject-0_pre20151013.ebuild | 25 +
 dev-go/inject/metadata.xml| 11 +++
 3 files changed, 37 insertions(+)

diff --git a/dev-go/inject/Manifest b/dev-go/inject/Manifest
new file mode 100644
index 000..461b525
--- /dev/null
+++ b/dev-go/inject/Manifest
@@ -0,0 +1 @@
+DIST inject-0_pre20151013.tar.gz 7190 SHA256 
6bbd483cc08a6e5e62bef8aacf0d4da180169a4af0d1eb0395eb5fc972c88a3d SHA512 
61449a28a88c1fe66135cdb260ce75061b2f7a6079ca598d56ca37363b0ae4094b817d72598e46bb6e6743459ede77e8b35634800428e926a7d029e71230a1f5
 WHIRLPOOL 
9458e2b4bdc2536447b7c3e8168859d8333ae551a671dc1bca2da4e811f5745dfa869bb0e2d839155b737b7fd51b18e4a79fdde8a4adc6dea471d6f289b0ed40

diff --git a/dev-go/inject/inject-0_pre20151013.ebuild 
b/dev-go/inject/inject-0_pre20151013.ebuild
new file mode 100644
index 000..8f81557
--- /dev/null
+++ b/dev-go/inject/inject-0_pre20151013.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN=github.com/go-macaron/inject
+EGIT_COMMIT=c5ab7bf
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Dependency injection for Go."
+HOMEPAGE="https://github.com/go-macaron/inject";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND=""
+
+src_install() {
+   # github.com/Unknwon/macaron/inject
+   golang-build_src_install
+}

diff --git a/dev-go/inject/metadata.xml b/dev-go/inject/metadata.xml
new file mode 100644
index 000..302a70b
--- /dev/null
+++ b/dev-go/inject/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-macaron/inject
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/bufio/

2015-11-03 Thread Gilles Dartiguelongue
commit: bcd414f207b0ca4263488975504fd10c22e7b155
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:35:40 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=bcd414f2

dev-go/bufio: initial ebuild

 dev-go/bufio/Manifest   |  1 +
 dev-go/bufio/bufio-1.ebuild | 19 +++
 dev-go/bufio/metadata.xml   | 11 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-go/bufio/Manifest b/dev-go/bufio/Manifest
new file mode 100644
index 000..753de91
--- /dev/null
+++ b/dev-go/bufio/Manifest
@@ -0,0 +1 @@
+DIST bufio-1.tar.gz 21833 SHA256 
6d87ae729046b24e9c91695c39cdf5262d3376af950e3d0cfbfd60b03cf15f25 SHA512 
6bd21ec0bfa300a0c053d0b823483d3cf43714cf6104208834529d856920c150904a331b3abc7953443fe9b943a47aa840bb9dedc46ed95db26d3aea07f30ceb
 WHIRLPOOL 
ddf9b4c6031a22a3c4d679135a996482bd14817058f892831875baa52e129ca6f5aee937c25447be05097dee6ac106e253fd489a81d13188f23abd259166b116

diff --git a/dev-go/bufio/bufio-1.ebuild b/dev-go/bufio/bufio-1.ebuild
new file mode 100644
index 000..f5f718d
--- /dev/null
+++ b/dev-go/bufio/bufio-1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN="gopkg.in/bufio.v1"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="buffered I/O for Go"
+HOMEPAGE="https://gopkg.in/buf.v1";
+SRC_URI="https://github.com/go-${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="1/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/bufio/metadata.xml b/dev-go/bufio/metadata.xml
new file mode 100644
index 000..240810b
--- /dev/null
+++ b/dev-go/bufio/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-bufio/bufio
+
+



[gentoo-commits] dev/eva:master commit in: www-apps/grafana/

2015-11-03 Thread Gilles Dartiguelongue
commit: 6584db434f83cf93bad0fbc2a730a65e6e5b2584
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:45:26 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:45 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=6584db43

www-apps/grafana: 2.1.2 → 2.1.3

 www-apps/grafana/Manifest  |  8 +++
 .../{grafana-2.1.2.ebuild => grafana-2.1.3.ebuild} | 26 --
 2 files changed, 23 insertions(+), 11 deletions(-)

diff --git a/www-apps/grafana/Manifest b/www-apps/grafana/Manifest
index d43862f..dd39bd2 100644
--- a/www-apps/grafana/Manifest
+++ b/www-apps/grafana/Manifest
@@ -1,11 +1,11 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
-DIST grafana-2.1.2.tar.gz 19705127 SHA256 
01a53f05b40ed1a3982456117731c393a1dab062cf668d84e6d8db2dd8133bd3 SHA512 
945d0014f7770af56c5c7f6afc14c0332db74261d5b0b3af824bcf32fe719642b403d6693194de645b3059ecf1e0757b16cc15a2745ea2c5e8d74e72a3f58d29
 WHIRLPOOL 
37cffba5a2a73b18037b801e3c2289752e6a4d084d0a8b38e844367f4e05309ab6e903f77005b063c8b7bc8a0f7667edbc00946eb65695d0ee9580041092d7d6
+DIST grafana-2.1.3.tar.gz 19701620 SHA256 
83414fadbbaeb938b69166f3079d54b65abf1e1f048c4c0b74ecda43f848cfdd SHA512 
b4bc0d0078652ab246945e742e02cf6b96b68f6638fb84e58133758bdf09cf20917b9522cdf8609127efcd1992e705d1eeabe5b58ee6cb28ae3d71dd3d1958f7
 WHIRLPOOL 
b047a27f4d479ff50dec468d7e5af262fedf7a0d3d97c54a4ba2953514a2d5974a9e6eeb3380bc4c49c6f2d2b25af5630f40095d23450e886becb87bfc5a7610
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
-iEYEAREKAAYFAlX1iWIACgkQ1fmVwcYIWAb/7QCeIJ+27tq3jZw8KGhKmi3jepga
-RmwAnR7GYyIsTXvMPnrtDLzkGSmYQOUC
-=M45/
+iEYEAREKAAYFAlY5Px0ACgkQ1fmVwcYIWAbsKACbBV8DCsrU9tYNxhZZXmYKVc/b
+aDgAn3rrAZ+y3GSeuBNXV/bCbqhgaU73
+=XjTL
 -END PGP SIGNATURE-

diff --git a/www-apps/grafana/grafana-2.1.2.ebuild 
b/www-apps/grafana/grafana-2.1.3.ebuild
similarity index 81%
rename from www-apps/grafana/grafana-2.1.2.ebuild
rename to www-apps/grafana/grafana-2.1.3.ebuild
index fd649f5..3ed609e 100644
--- a/www-apps/grafana/grafana-2.1.2.ebuild
+++ b/www-apps/grafana/grafana-2.1.3.ebuild
@@ -17,12 +17,30 @@ KEYWORDS="~amd64"
 IUSE=""
 
 RDEPEND=""
-# XXX: finish packaging dependencies
 DEPEND="${RDEPEND}
>=net-libs/nodejs-0.12
+   dev-go/amqp:=
+   dev-go/asn1-ber:1=
+   dev-go/binding:0=
+   dev-go/com:=
+   dev-go/gls:=
+   >=dev-go/goconvey-1.5:=
dev-go/go-net:=
dev-go/go-oauth2:=
+   dev-go/go-spew:=
dev-go/go-sqlite3:=
+   dev-go/go-xorm-core:=
+   dev-go/go-xorm:=
+   dev-go/ini:1=
+   dev-go/ldap:1=
+   dev-go/libpq:=
+   dev-go/macaron:0=
+   dev-go/mysql:=
+   dev-go/redis:2=
+   dev-go/session:=
+   dev-go/slug:=
+   dev-go/toml:=
+   dev-go/unidecode:=
 "
 
 STRIP_MASK="*.a"
@@ -33,12 +51,6 @@ pkg_setup() {
 }
 
 src_prepare() {
-   # XXX: move deps in place until they are packages
-   mkdir src || die
-   mv Godeps/_workspace/src/* src || die
-   # Remove packaged dependencies
-   rm -rf src/golang.org/x src/github.com/mattn || die
-
mkdir -p src/${EGO_PN} || die
mv *.go pkg src/${EGO_PN} || die
 



[gentoo-commits] dev/eva:master commit in: dev-go/asn1-ber/

2015-11-03 Thread Gilles Dartiguelongue
commit: 1a4c1e657ce6b1e6a0218531b201f4270661d05c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:34:47 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=1a4c1e65

dev-go/asn1-ber: initial ebuild

 dev-go/asn1-ber/Manifest|  1 +
 dev-go/asn1-ber/asn1-ber-1.1.ebuild | 19 +++
 dev-go/asn1-ber/metadata.xml| 11 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-go/asn1-ber/Manifest b/dev-go/asn1-ber/Manifest
new file mode 100644
index 000..c0ee8da
--- /dev/null
+++ b/dev-go/asn1-ber/Manifest
@@ -0,0 +1 @@
+DIST asn1-ber-1.1.tar.gz 12298 SHA256 
8636f91f83c14d822fbfaa4bcdf09017ccc494fef7f91d7e9dec684996f99185 SHA512 
ec881e21f443f5c9f9883c78fc8a2fdc21f05507af64c35eb561a73199d3d12cf390e0a212552311a56124b0fe13f7d1cf8dfe75ed73cb598b4740e100946fa9
 WHIRLPOOL 
c853ba87df966768bf3adc432c72f18804ac7d28783dc2b524360060702e8ae32e9e70a375ffc63dac0e603be127b26d2c76352aa7afe5c5cccf13714009aace

diff --git a/dev-go/asn1-ber/asn1-ber-1.1.ebuild 
b/dev-go/asn1-ber/asn1-ber-1.1.ebuild
new file mode 100644
index 000..e13ffbe
--- /dev/null
+++ b/dev-go/asn1-ber/asn1-ber-1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN="gopkg.in/asn1-ber.v1"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="ASN1 BER Encoding / Decoding Library for the GO programming 
language."
+HOMEPAGE="https://gopkg.in/asn1-ber.v1";
+SRC_URI="https://github.com/go-${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="1/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/asn1-ber/metadata.xml b/dev-go/asn1-ber/metadata.xml
new file mode 100644
index 000..e0ddd47
--- /dev/null
+++ b/dev-go/asn1-ber/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-asn1-ber/asn1-ber
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/unidecode/

2015-11-03 Thread Gilles Dartiguelongue
commit: 9af97d20ebd0566e5c8c29b221e8a9b915a3a824
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:43:00 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:45 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=9af97d20

dev-go/unidecode: initial ebuild

 dev-go/unidecode/Manifest   |  1 +
 dev-go/unidecode/metadata.xml   | 11 +++
 dev-go/unidecode/unidecode-0_pre20150611.ebuild | 22 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-go/unidecode/Manifest b/dev-go/unidecode/Manifest
new file mode 100644
index 000..619aaaf
--- /dev/null
+++ b/dev-go/unidecode/Manifest
@@ -0,0 +1 @@
+DIST unidecode-0_pre20150611.tar.gz 387803 SHA256 
86bb71304271c0804cbac3a4d9e4a3c3ec1610243deff0be917ee834dc9dba74 SHA512 
49cf7c0413ba1808302633291a480f246b1669cce053d3baf73e01260f344332d9ad1df5c52e80acc08d99bcb1fd03231361552af738844bb77eb142a5317d3c
 WHIRLPOOL 
0aed55179f49398348c00f7ec892d53db415c0f35809f3833e8f4c34deb30ce125e9e750326fa28661a2d3272a687558395523b6c827f2b989b5d776e37a6627

diff --git a/dev-go/unidecode/metadata.xml b/dev-go/unidecode/metadata.xml
new file mode 100644
index 000..e6a0383
--- /dev/null
+++ b/dev-go/unidecode/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   rainycape/unidecode
+
+

diff --git a/dev-go/unidecode/unidecode-0_pre20150611.ebuild 
b/dev-go/unidecode/unidecode-0_pre20150611.ebuild
new file mode 100644
index 000..085ee7c
--- /dev/null
+++ b/dev-go/unidecode/unidecode-0_pre20150611.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/rainycape/unidecode
+EGIT_COMMIT=836ef0a
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Unicode transliterator in Golang."
+HOMEPAGE="https://github.com/rainycape/unidecode";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""



[gentoo-commits] dev/eva:master commit in: media-gfx/ocrfeeder/

2015-11-03 Thread Gilles Dartiguelongue
commit: 33730878a9f89853355af61871e25cd355c94837
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 23:09:01 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:18:21 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=33730878

media-gfx/ocrfeeder: do not inherit autotools if unused

 media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild 
b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild
index cf60fc8..50fcb78 100644
--- a/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild
+++ b/media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild
@@ -6,7 +6,7 @@ EAPI="5"
 GCONF_DEBUG="no"
 PYTHON_COMPAT=( python2_7 )
 
-inherit autotools eutils gnome2 python-r1
+inherit eutils gnome2 python-r1 # autotools
 
 DESCRIPTION="Document layout analysis and optical character recognition system"
 HOMEPAGE="https://wiki.gnome.org/Apps/OCRFeeder";



[gentoo-commits] dev/eva:master commit in: dev-python/logan/, dev-python/rq-scheduler/, dev-python/rq/, ...

2015-11-03 Thread Gilles Dartiguelongue
commit: e27b12165dd4e1da5056f01f1a616c0595c5d1c5
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 23:00:44 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:18:06 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=e27b1216

*/*: replace Header by Id in ebuild headers

 app-admin/sentry/sentry-5.0.21.ebuild|  2 +-
 app-crypt/gnomint/gnomint-1.2.1.ebuild   |  2 +-
 .../gedit-code-assistance/gedit-code-assistance-0.3.1.ebuild |  2 +-
 .../gedit-collaboration/gedit-collaboration-3.6.1.ebuild |  2 +-
 app-editors/gedit-latex/gedit-latex-3.8.0.ebuild |  2 +-
 app-office/gnotime/gnotime-2.4.1.ebuild  |  2 +-
 app-text/dblatex/dblatex-0.3.5.ebuild|  2 +-
 dev-cpp/goocanvasmm/goocanvasmm-1.90.9.ebuild|  2 +-
 dev-db/glom/Manifest | 12 ++--
 dev-db/glom/glom-1.20.0.ebuild   |  2 +-
 dev-lang/coffee-script/coffee-script-1.4.0.ebuild|  2 +-
 dev-lang/less/less-1.3.3.ebuild  |  2 +-
 dev-libs/qof/qof-0.7.5-r1.ebuild |  2 +-
 .../django-crispy-forms/django-crispy-forms-1.2.0.ebuild |  2 +-
 dev-python/django-indexer/django-indexer-0.3.0.ebuild|  2 +-
 dev-python/django-paging/django-paging-0.2.4.ebuild  |  2 +-
 .../django-social-auth-trello-1.0.2.ebuild   |  2 +-
 dev-python/django-social-auth/Manifest   | 10 ++
 .../django-social-auth/django-social-auth-0.7.1.ebuild   |  2 +-
 .../django-templatetag-sugar-0.1.ebuild  |  2 +-
 dev-python/httpagentparser/httpagentparser-1.2.1.ebuild  |  2 +-
 dev-python/logan/logan-0.5.1.ebuild  |  2 +-
 dev-python/pynliner/pynliner-0.4.0.ebuild|  2 +-
 dev-python/python-sane/python-sane-2.8.2.ebuild  |  2 +-
 dev-python/pytidylib/pytidylib-0.2.1.ebuild  |  2 +-
 dev-python/readability-lxml/readability-lxml-0.2.6.1.ebuild  |  2 +-
 dev-python/readability-lxml/readability-lxml-.ebuild |  2 +-
 dev-python/rq-dashboard/Manifest | 10 ++
 dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild|  2 +-
 dev-python/rq-scheduler/rq-scheduler-0.5.1.ebuild|  2 +-
 dev-python/rq/Manifest   | 10 ++
 dev-python/rq/rq-0.5.4.ebuild|  2 +-
 dev-python/times/Manifest| 10 ++
 dev-python/times/times-0.7.ebuild|  2 +-
 dev-python/webarticle2text/webarticle2text-1.2.4.ebuild  |  2 +-
 dev-util/deskzilla/deskzilla-3.1.ebuild  |  2 +-
 .../gnome-code-assistance-3.14.0.ebuild  |  2 +-
 dev-util/valadoc/valadoc-.ebuild |  2 +-
 games-puzzle/gbrainy/Manifest| 12 ++--
 games-puzzle/gbrainy/gbrainy-2.06.ebuild |  2 +-
 gnome-extra/gnome-globalmenu/gnome-globalmenu-0.7.10.ebuild  |  2 +-
 gnome-extra/gnome-globalmenu/gnome-globalmenu-.ebuild|  2 +-
 gnome-extra/gtkhtml/gtkhtml-3.32.2.ebuild|  2 +-
 media-gfx/ocrfeeder/ocrfeeder-0.8.1.ebuild   |  2 +-
 media-libs/vips/vips-7.42.3.ebuild   |  2 +-
 media-sound/dmapd/dmapd-0.0.70.ebuild|  2 +-
 media-sound/pulseaudio/pulseaudio-4.0-r1.ebuild  |  2 +-
 media-sound/pulseaudio/pulseaudio-5.0-r3.ebuild  |  2 +-
 media-sound/pulseaudio/pulseaudio-.ebuild|  2 +-
 media-tv/media-explorer/media-explorer-0.4.4.ebuild  |  2 +-
 media-video/transmageddon/transmageddon-1.5.ebuild   |  2 +-
 sys-apps/acl/acl-2.2.51-r1.ebuild|  2 +-
 .../raspberrypi-sources/raspberrypi-sources-3.19..ebuild |  2 +-
 x11-terms/keyboardcast/ChangeLog |  2 +-
 x11-terms/keyboardcast/Manifest  | 12 +++-
 x11-terms/keyboardcast/keyboardcast-0.1.1.ebuild |  2 +-
 56 files changed, 112 insertions(+), 62 deletions(-)

diff --git a/app-admin/sentry/sentry-5.0.21.ebuild 
b/app-admin/sentry/sentry-5.0.21.ebuild
index 84f3760..2ab7f1b 100644
--- a/app-admin/sentry/sentry-5.0.21.ebuild
+++ b/app-admin/sentry/sentry-5.0.21.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )

diff --git a/app-crypt/gnomint/gnomint-1.2.1.ebuild 
b/app-crypt/gnomint/gnomint-1.2.1.ebuild
index 722e9e1..92b2c89 100644
--- a/app-crypt/gnomint/gnomint-1.2.1.ebuild
+++ b/app-crypt/gnomint/gnomint-1.2.1.ebuil

[gentoo-commits] dev/eva:master commit in: dev-go/go-xorm-core/

2015-11-03 Thread Gilles Dartiguelongue
commit: de92604e8aa6a0f22fc85e80bbadeb86e30c037e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:40:21 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=de92604e

dev-go/go-xorm-core: initial ebuild

 dev-go/go-xorm-core/Manifest   |  2 ++
 dev-go/go-xorm-core/go-xorm-core-0.4.4.ebuild  | 22 ++
 .../go-xorm-core/go-xorm-core-0_p20150314.ebuild   | 22 ++
 dev-go/go-xorm-core/metadata.xml   | 11 +++
 4 files changed, 57 insertions(+)

diff --git a/dev-go/go-xorm-core/Manifest b/dev-go/go-xorm-core/Manifest
new file mode 100644
index 000..8ab6f67
--- /dev/null
+++ b/dev-go/go-xorm-core/Manifest
@@ -0,0 +1,2 @@
+DIST go-xorm-core-0.4.4.tar.gz 15177 SHA256 
49fb23b4576456eaac005acadb793aea4e7a01899a2b5395610747451a964f12 SHA512 
91fbf54b88615cba489ea09f831e0e4ef9fc042994d63ecb35b0981389a2f44cb3a47f8fe7283cdd6610706fe7e358a7056e457d44e1e9763c3528eeca9375a0
 WHIRLPOOL 
2a043e81f4ed6843591f3005ae5b191b9bd134cc56e7704bf490d5db3fa3ffece4cfd512e916ce5383ec110c749f22de4e65d37cac22c5ed198981cc97bebab5
+DIST go-xorm-core-0_p20150314.tar.gz 14135 SHA256 
f5f579fec362cbed8e0099dc49df2f4e0706d865ac82041ad55d6b5a55e517a2 SHA512 
6b8b3272b09c4e2be9258647381c06d113a49a3158e116e43f9472b5c2cb2576cb7ffb6ce1755649e8d849685ac2dc47566cf146e2a8c678d4c9856ac24fa15b
 WHIRLPOOL 
66a68024117ddb023e304422b0c170087a83543d81a14b0f3bc66c6c1254297fc2bbb0f65189b146d8d7da3e4360f636fd1df7f37edcfc65304eac5ac201776f

diff --git a/dev-go/go-xorm-core/go-xorm-core-0.4.4.ebuild 
b/dev-go/go-xorm-core/go-xorm-core-0.4.4.ebuild
new file mode 100644
index 000..54d60b5
--- /dev/null
+++ b/dev-go/go-xorm-core/go-xorm-core-0.4.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/go-xorm/core
+EGIT_COMMIT=286763c
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lightweight & Compatible wrapper of database/sql."
+HOMEPAGE="https://github.com/go-xorm/core";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/go-xorm-core/go-xorm-core-0_p20150314.ebuild 
b/dev-go/go-xorm-core/go-xorm-core-0_p20150314.ebuild
new file mode 100644
index 000..4f1bec4
--- /dev/null
+++ b/dev-go/go-xorm-core/go-xorm-core-0_p20150314.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/go-xorm/core
+EGIT_COMMIT=be6e7ac
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lightweight & Compatible wrapper of database/sql."
+HOMEPAGE="https://github.com/go-xorm/core";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/go-xorm-core/metadata.xml b/dev-go/go-xorm-core/metadata.xml
new file mode 100644
index 000..2be9bc2
--- /dev/null
+++ b/dev-go/go-xorm-core/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-xorm/core
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/session/

2015-11-03 Thread Gilles Dartiguelongue
commit: 0c17a9c8446458e0f5c9a5d5873c53390d3ccc19
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:42:23 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:45 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=0c17a9c8

dev-go/session: initial ebuild

 dev-go/session/Manifest |  1 +
 dev-go/session/metadata.xml | 11 +++
 dev-go/session/session-0_pre20150217.ebuild | 25 +
 3 files changed, 37 insertions(+)

diff --git a/dev-go/session/Manifest b/dev-go/session/Manifest
new file mode 100644
index 000..a5c8088
--- /dev/null
+++ b/dev-go/session/Manifest
@@ -0,0 +1 @@
+DIST session-0_pre20150217.tar.gz 16815 SHA256 
01da919c23193b1c86732ab0dcd14062b0b4d921f5838eaf840004fe9ac5d13e SHA512 
6c0e5e0394b57524a98604cc998f595849590ca74511270cc9e888c578121e2120e2caf7bc687edad38b2282da27b249fdda6fbc37e6a5035eed176504d024be
 WHIRLPOOL 
d0a00136a19431b131e581a61ad502268923ddc5064f49e015be996ed6687039cdd35bf8dee533dde07e2407e7235fc74ebb29eff1f512ccba6c7ca14eb7ed97

diff --git a/dev-go/session/metadata.xml b/dev-go/session/metadata.xml
new file mode 100644
index 000..9186a6c
--- /dev/null
+++ b/dev-go/session/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-macaron/session
+
+

diff --git a/dev-go/session/session-0_pre20150217.ebuild 
b/dev-go/session/session-0_pre20150217.ebuild
new file mode 100644
index 000..918198c
--- /dev/null
+++ b/dev-go/session/session-0_pre20150217.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/macaron-contrib/session
+EGIT_COMMIT=31e841d9
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Middleware that provides the session management of Macaron."
+HOMEPAGE="https://github.com/macaron-contrib/session";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   dev-go/com:=
+   dev-go/macaron:0=
+"



[gentoo-commits] dev/eva:master commit in: dev-go/mysql/

2015-11-03 Thread Gilles Dartiguelongue
commit: ce7ce00a313c9706cb14c4c39d6b3dff552a746a
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:42:01 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=ce7ce00a

dev-go/mysql: initial ebuild

 dev-go/mysql/Manifest   |  1 +
 dev-go/mysql/metadata.xml   | 11 +++
 dev-go/mysql/mysql-1.2_p20140926.ebuild | 22 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-go/mysql/Manifest b/dev-go/mysql/Manifest
new file mode 100644
index 000..e248f68
--- /dev/null
+++ b/dev-go/mysql/Manifest
@@ -0,0 +1 @@
+DIST mysql-1.2_p20140926.tar.gz 47336 SHA256 
4e96a248ca1446027f50dfd6a4ee319480d10beb2115f06b810eea03385fd1af SHA512 
8298ec381e56dfba03054f43e95bd5055ddce3b3af79a0d3f3983549a9c8b5b893fe01661f488ba3a6828dad14b2535d99ba92430765a288edb5a7fe467c7be7
 WHIRLPOOL 
c3db8723d46e2bb6fc3a3fc9f616b29841b9c80b9448edf67bc87ca5ce28a74b33b3fb8c5ac932877f6f5c05f2cd335bcfaa798668c495114a578263e08182f5

diff --git a/dev-go/mysql/metadata.xml b/dev-go/mysql/metadata.xml
new file mode 100644
index 000..571a903
--- /dev/null
+++ b/dev-go/mysql/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-sql-driver/mysql
+
+

diff --git a/dev-go/mysql/mysql-1.2_p20140926.ebuild 
b/dev-go/mysql/mysql-1.2_p20140926.ebuild
new file mode 100644
index 000..fa21041
--- /dev/null
+++ b/dev-go/mysql/mysql-1.2_p20140926.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/go-sql-driver/mysql
+EGIT_COMMIT=9543750
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="MySQL-Driver for Go."
+HOMEPAGE="https://github.com/go-sql-driver/mysql";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""



[gentoo-commits] dev/eva:master commit in: dev-go/ldap/

2015-11-03 Thread Gilles Dartiguelongue
commit: 575fe1422be03cc66f095c44af61e3af231b942d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:41:25 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 23:17:44 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=575fe142

dev-go/ldap: initial ebuild

 dev-go/ldap/Manifest|  1 +
 dev-go/ldap/ldap-1_p20150817.ebuild | 24 
 dev-go/ldap/metadata.xml| 11 +++
 3 files changed, 36 insertions(+)

diff --git a/dev-go/ldap/Manifest b/dev-go/ldap/Manifest
new file mode 100644
index 000..b783db4
--- /dev/null
+++ b/dev-go/ldap/Manifest
@@ -0,0 +1 @@
+DIST ldap-1_p20150817.tar.gz 21323 SHA256 
7728e0a37390d266863598dbb651a8db536a98c4e54b7a899e0d7dcc075deb74 SHA512 
eb73c44e17276f6df18dccf1ba409e5255c0aef77c2b5e1870576c52ab480b432b4426294dcb1b5549cc29b26d386cbd176d07b900ec925c0ea9482c7e9058bf
 WHIRLPOOL 
e9cf4917c08236d1bd494338767d03878afdd055099cecc2be610b3eac8771ea0d7308beacae0b8a5173be5cf2e939bee6d679edeef56ef09ba11a558b8ceb6e

diff --git a/dev-go/ldap/ldap-1_p20150817.ebuild 
b/dev-go/ldap/ldap-1_p20150817.ebuild
new file mode 100644
index 000..11631f0
--- /dev/null
+++ b/dev-go/ldap/ldap-1_p20150817.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN=github.com/go-ldap/ldap
+EGIT_COMMIT=83e6542
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Basic LDAP v3 functionality for the GO programming language."
+HOMEPAGE="https://github.com/go-ldap/ldap";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="1/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+   dev-go/asn1-ber:1=
+"

diff --git a/dev-go/ldap/metadata.xml b/dev-go/ldap/metadata.xml
new file mode 100644
index 000..78e3d9b
--- /dev/null
+++ b/dev-go/ldap/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   go-ldap/ldap
+
+



[gentoo-commits] dev/eva:master commit in: dev-go/goconvey/

2015-11-03 Thread Gilles Dartiguelongue
commit: 43f0d6a6c87867070cea8508ca40fd78bfc0895e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Nov  3 22:38:30 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Nov  3 22:47:26 2015 +
URL:https://gitweb.gentoo.org/dev/eva.git/commit/?id=43f0d6a6

dev-go/goconvey: initial ebuild

 dev-go/goconvey/Manifest|  2 ++
 dev-go/goconvey/goconvey-1.5.0.ebuild   | 19 +++
 dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild | 20 
 dev-go/goconvey/metadata.xml| 11 +++
 4 files changed, 52 insertions(+)

diff --git a/dev-go/goconvey/Manifest b/dev-go/goconvey/Manifest
new file mode 100644
index 000..ed14436
--- /dev/null
+++ b/dev-go/goconvey/Manifest
@@ -0,0 +1,2 @@
+DIST goconvey-1.5.0.tar.gz 234457 SHA256 
c4af6a1a63a49568fcd512cbc017c7a7319fe4259d4eb0929be44db45831693c SHA512 
10bf44f09a90c7f88a15ad3aad8c8782d01b55c3fae4f9da4e16cd143eddf964b90af7017bfa8df8a67990f378eb6eda2eb42ad5398483432a011667a281ee5f
 WHIRLPOOL 
921aa3f223c88818002fd8c0515866d0db2773099bba77d2201699f65dbf3bcc5331877dcfcf5b3ddafb46184b798b3f45802277b4768d3bfc379e11f8c9d811
+DIST goconvey-1.5.0_p20141231.tar.gz 1266550 SHA256 
431c24df2c0ca3c6ccfc62b1e51e197917fda1d1a7967f91487d7eff0bb1ec3c SHA512 
d121f6bc1cffd55fa8fe58cce8b9e6062aa4e7102f1b1c70a32a3068606409b6d4bc76f91f36be39bf58ee47effedaa0f200410b64aa2ea1ce20d2a03167306b
 WHIRLPOOL 
323c30df359d7237f0c256bace1569cafb0de05ad93ed175d5c18bfa62a419417296bcc17b1f0aaf584aaf8057f346d42b76e60e03d3a1a0d273fe4883813ce9

diff --git a/dev-go/goconvey/goconvey-1.5.0.ebuild 
b/dev-go/goconvey/goconvey-1.5.0.ebuild
new file mode 100644
index 000..9071c4f
--- /dev/null
+++ b/dev-go/goconvey/goconvey-1.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN="github.com/smartystreets/goconvey"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Write behavioral tests in Go."
+HOMEPAGE="https://github.com/smartystreets/goconvey";
+SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild 
b/dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild
new file mode 100644
index 000..28b573d
--- /dev/null
+++ b/dev-go/goconvey/goconvey-1.5.0_p20141231.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+EGO_PN=github.com/smartystreets/goconvey
+EGIT_COMMIT=fbc0a1c8
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Write behavioral tests in Go."
+HOMEPAGE="https://github.com/smartystreets/goconvey";
+SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND=""

diff --git a/dev-go/goconvey/metadata.xml b/dev-go/goconvey/metadata.xml
new file mode 100644
index 000..9cecb1d
--- /dev/null
+++ b/dev-go/goconvey/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+   e...@gentoo.org
+   Gilles Dartiguelongue
+
+
+   smartystreets/goconvey
+
+



[gentoo-commits] repo/gentoo:master commit in: dev-java/ini4j/files/, dev-java/ini4j/

2015-11-03 Thread Patrice Clement
commit: 84f8bd3ec8f38baaa3ac37ee18328cf81f446020
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov  3 23:00:31 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov  3 23:02:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f8bd3e

dev-java/ini4j: Initial import. Fixes bug 207950.

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

 dev-java/ini4j/Manifest   |  1 +
 dev-java/ini4j/files/ini4j-0.5.1-remove.patch | 22 ++
 dev-java/ini4j/ini4j-0.5.1.ebuild | 25 +
 dev-java/ini4j/metadata.xml   |  8 
 4 files changed, 56 insertions(+)

diff --git a/dev-java/ini4j/Manifest b/dev-java/ini4j/Manifest
new file mode 100644
index 000..ec0be32
--- /dev/null
+++ b/dev-java/ini4j/Manifest
@@ -0,0 +1 @@
+DIST ini4j-0.5.1-sources.jar 61117 SHA256 
99dae5a34055ae2dc08f95d5d3abc4da79c7e3964675be2944510c93914c99e3 SHA512 
1c4b5218d092cab9374070c8ae55c7a2483b30893f5af5cfe5d74054b2f5261fe2e1a477a650589d2fc7518b4dcce91a2308ab35bba6b3d918f5e5c19a55eb9a
 WHIRLPOOL 
a5fb5cbf6366c30e4ef4b022f70d8c7cacb28dd8ba92c985b23470eec319df96975c69384315ca63e5e84f9f2366481a7b8778ed29e3b21f5e64dd7f1d823396

diff --git a/dev-java/ini4j/files/ini4j-0.5.1-remove.patch 
b/dev-java/ini4j/files/ini4j-0.5.1-remove.patch
new file mode 100644
index 000..60a1195
--- /dev/null
+++ b/dev-java/ini4j/files/ini4j-0.5.1-remove.patch
@@ -0,0 +1,22 @@
+--- org/ini4j/Profile.java.orig2015-11-03 22:49:34.854486000 +
 org/ini4j/Profile.java 2015-11-03 22:49:53.412486000 +
+@@ -43,7 +43,7 @@
+ 
+ Section remove(Profile.Section section);
+ 
+-String remove(Object sectionName, Object optionName);
++String removeString(Object sectionName, Object optionName);
+ 
+ interface Section extends OptionMap
+ {
+--- org/ini4j/BasicProfile.java.orig   2015-11-03 22:50:28.101486000 +
 org/ini4j/BasicProfile.java2015-11-03 22:51:09.338486000 +
+@@ -138,7 +138,7 @@
+ return remove((Object) section.getName());
+ }
+ 
+-@Override public String remove(Object sectionName, Object optionName)
++@Override public String removeString(Object sectionName, Object 
optionName)
+ {
+ Section sec = get(sectionName);
+ 

diff --git a/dev-java/ini4j/ini4j-0.5.1.ebuild 
b/dev-java/ini4j/ini4j-0.5.1.ebuild
new file mode 100644
index 000..e29aedc
--- /dev/null
+++ b/dev-java/ini4j/ini4j-0.5.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Simple Java API Windows style .ini file handling"
+HOMEPAGE="http://ini4j.sourceforge.net/";
+SRC_URI="http://central.maven.org/maven2/org/ini4j/ini4j/0.5.1/ini4j-0.5.1-sources.jar";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6
+   app-arch/unzip"
+
+java_prepare() {
+   epatch "${FILESDIR}"/"${P}-remove.patch"
+}

diff --git a/dev-java/ini4j/metadata.xml b/dev-java/ini4j/metadata.xml
new file mode 100644
index 000..55f6211
--- /dev/null
+++ b/dev-java/ini4j/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  java
+  
+monsie...@gentoo.org
+  
+



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

2015-11-03 Thread Patrice Clement
commit: 3cbda8248b64e2ebc7673116e4efa72fd73cd1f4
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov  3 13:48:20 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov  3 23:01:58 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbda824

dev-java/commons-chain: Set SLOT to 0.

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

 dev-java/commons-chain/commons-chain-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-chain/commons-chain-1.2.ebuild 
b/dev-java/commons-chain/commons-chain-1.2.ebuild
index 4e20ef4..3a14fa5 100644
--- a/dev-java/commons-chain/commons-chain-1.2.ebuild
+++ b/dev-java/commons-chain/commons-chain-1.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://commons.apache.org/proper/commons-chain/";
 SRC_URI="mirror://apache/commons/chain/source/${MY_P}.zip"
 
 LICENSE="Apache-2.0"
-SLOT="1.2"
+SLOT="0"
 KEYWORDS="amd64 x86"
 
 # Too many missing imports from javax.servlet.* which causes the



[gentoo-commits] proj/java:master commit in: dev-java/ini4j/files/, dev-java/ini4j/

2015-11-03 Thread Patrice Clement
commit: d59c432a577fa3d1770f7da3703a2b52c3352709
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov  3 23:01:08 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov  3 23:01:48 2015 +
URL:https://gitweb.gentoo.org/proj/java.git/commit/?id=d59c432a

dev-java/ini4j: Moved to Portage. Fixes bug 207950.

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

 dev-java/ini4j/Manifest|  1 -
 dev-java/ini4j/files/disable-retroweaver.patch | 12 --
 dev-java/ini4j/ini4j-0.2.6-r1.ebuild   | 52 --
 dev-java/ini4j/metadata.xml|  6 ---
 4 files changed, 71 deletions(-)

diff --git a/dev-java/ini4j/Manifest b/dev-java/ini4j/Manifest
deleted file mode 100644
index 6ce66d0..000
--- a/dev-java/ini4j/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ini4j-src-0.2.6.zip 80856 SHA256 
7f7ec90586884528129dff306259c0ef2f32f3d4ba00d3fbd5c8becb8bf2 SHA512 
d4101ee1cbe057ce724e6c215d74ed94e27615b089fe87f61fd25fec3665c3ed5f1b6b115546119a6bc6d82cd02ac6ef3ff0f7cfdf57af78571c018b32a4
 WHIRLPOOL 
4babffcf0a82439061bec9892b5fa45ae9d6186b10f93bb820d9a630b6e07e88fb372aa8a826710ba103d44de100c3adb707c0a1f8f4e34eb1247c03b4fd2131

diff --git a/dev-java/ini4j/files/disable-retroweaver.patch 
b/dev-java/ini4j/files/disable-retroweaver.patch
deleted file mode 100644
index f7dd610..000
--- a/dev-java/ini4j/files/disable-retroweaver.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur work.old/build.xml work/build.xml
 work.old/build.xml 2008-01-28 22:07:30.0 +0200
-+++ work/build.xml 2008-01-28 22:07:45.0 +0200
-@@ -150,7 +150,7 @@
- 
- 
- 
--
-+
-   
- 
-   

diff --git a/dev-java/ini4j/ini4j-0.2.6-r1.ebuild 
b/dev-java/ini4j/ini4j-0.2.6-r1.ebuild
deleted file mode 100644
index d2c84ac..000
--- a/dev-java/ini4j/ini4j-0.2.6-r1.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
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Simple Java API Windows style .ini file handling"
-HOMEPAGE="http://ini4j.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-COMMON_DEP="java-virtuals/servlet-api:2.4"
-
-RDEPEND=">=virtual/jre-1.5
-   ${COMMON_DEP}"
-# Preferences api is broken in 1.6 if a later xalan version is in cp
-# http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6519088
-DEPEND="
-   >=virtual/jdk-1.5
-   app-arch/unzip
-   ${COMMON_DEP}"
-
-S=${WORKDIR}
-
-java_prepare() {
-   epatch "${FILESDIR}/disable-retroweaver.patch"
-   # Needs Jetty
-   rm -rf src/test/* || die
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_BUILD_TARGET="build"
-EANT_GENTOO_CLASSPATH="servlet-api-2.4"
-# So that we don't need junit
-EANT_EXTRA_ARGS="-Dbuild.src.sample=nbproject"
-
-src_install() {
-   dodoc ReleaseNotes.txt ChangeLog.txt || die
-   java-pkg_dojar dist/*.jar
-   use doc && java-pkg_dojavadoc build/doc/api
-   use examples && java-pkg_doexamples src/doc/sample
-   use source && java-pkg_dosrc src/classes/org
-}

diff --git a/dev-java/ini4j/metadata.xml b/dev-java/ini4j/metadata.xml
deleted file mode 100644
index 604e0a4..000
--- a/dev-java/ini4j/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   java
-
-



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

2015-11-03 Thread Manuel Rüger
commit: 9934098a665796f299c972fe4399d02d16fa866b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  3 22:35:33 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  3 22:35:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9934098a

media-sound/pulseaudio: Version bump

Package-Manager: portage-2.2.23

 media-sound/pulseaudio/Manifest  |   1 +
 media-sound/pulseaudio/pulseaudio-7.1.ebuild | 371 +++
 2 files changed, 372 insertions(+)

diff --git a/media-sound/pulseaudio/Manifest b/media-sound/pulseaudio/Manifest
index 6c71bd7..fcd071c 100644
--- a/media-sound/pulseaudio/Manifest
+++ b/media-sound/pulseaudio/Manifest
@@ -1,3 +1,4 @@
 DIST pulseaudio-5.0.tar.xz 1455428 SHA256 
99c13a8b1249ddbd724f195579df79484e9af6418cecf6a15f003a7f36caf939 SHA512 
f3d64bd6e03a732fd812da466b6658004600b4f3d0b9760403b7e113b6d654d54387658bf3704f45f28ab700245433e23fe517e4579130886fc58647eb97be2b
 WHIRLPOOL 
c85829c78ded3bbef234e455bfd3778f2daf50de9d7627508dbf131d0c398e35ab3ae41a4b5136f0c0da09249bc9a600ad85d848ba4e1faba74875af0a787036
 DIST pulseaudio-6.0.tar.xz 1469248 SHA256 
b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6 SHA512 
4f2293b41c8278047a41be4609a6bc267766874001092a91e785b05d5224fd82810862402942dadbb54bed7f74689779c958ca512666dfe6755d29551583cc2d
 WHIRLPOOL 
d75724f2ada640dabd256dc9e9840def17e78f63116c31df711d266349e9f4b99efbc797a5108649c860a5bf8ec8199383eaede440d8b4b655ef09f4ce37984f
 DIST pulseaudio-7.0.tar.xz 1505864 SHA256 
ca1ae1377e8926bfc3ffe2aeb9f657f6c363a16f72861166fcf9454e3eeae8fa SHA512 
d5d6444df5429dd9f57c7653b1aebd6e257f5568511275cde087948f13fa6995ed41f8562d437bf30110a0c7fbd000d730925b6c0322d33d4ad8b82ed64393ae
 WHIRLPOOL 
d527530e9b4f1148990f0c7f197421573275fb2cc6c1952d0ad41f41421ce346bea1b6910455f79a0e83e1d7d3692a3d19b5ecaaab642183857282378f5701bc
+DIST pulseaudio-7.1.tar.xz 1506504 SHA256 
e667514a28328f92aceea754a224a0150dddfe7e9a71b4c6d31489220153b9d9 SHA512 
21f621bd76268b9dd6e5be2231b0e779a8e0cfdece44c46c8ac96a4e1d4df52fe5b9791ef95a0909a3c177bbfa5eab7d52fed9b43362840a9c8a6001e821175e
 WHIRLPOOL 
940801193832d6e9903ef547666ed1a84910a075ec8f42a32c038efdb1d111608ccf3aa97b35970d726e4157459f98edb5e228dc82cdeb3029bd15b3fd3fe691

diff --git a/media-sound/pulseaudio/pulseaudio-7.1.ebuild 
b/media-sound/pulseaudio/pulseaudio-7.1.ebuild
new file mode 100644
index 000..284d4f0
--- /dev/null
+++ b/media-sound/pulseaudio/pulseaudio-7.1.ebuild
@@ -0,0 +1,371 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools bash-completion-r1 eutils flag-o-matic gnome2-utils 
linux-info readme.gentoo systemd user versionator udev multilib-minimal
+
+DESCRIPTION="A networked sound server with an advanced plugin system"
+HOMEPAGE="http://www.pulseaudio.org/";
+SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz";
+
+# libpulse-simple and libpulse link to libpulse-core; this is daemon's
+# library and can link to gdbm and other GPL-only libraries. In this
+# cases, we have a fully GPL-2 package. Leaving the rest of the
+# GPL-forcing USE flags for those who use them.
+LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+
+# +alsa-plugin as discussed in bug #519530
+IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm 
+glib
+gnome gtk ipv6 jack libsamplerate libressl lirc native-headset neon 
ofono-headset
++orc oss qt4 realtime selinux sox ssl systemd system-wide tcpd test +udev
++webrtc-aec +X xen zeroconf"
+
+# See "*** BLUEZ support not found (requires D-Bus)" in configure.ac
+REQUIRED_USE="
+   bluetooth? ( dbus )
+   ofono-headset? ( bluetooth )
+   native-headset? ( bluetooth )
+   udev? ( || ( alsa oss ) )
+"
+
+# libpcre needed in some cases, bug #472228
+RDEPEND="
+   || (
+   elibc_glibc? ( virtual/libc )
+   elibc_uclibc? ( virtual/libc )
+   dev-libs/libpcre
+   )
+   >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}]
+   X? (
+   >=x11-libs/libX11-1.4.0[${MULTILIB_USEDEP}]
+   >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}]
+   x11-libs/libSM[${MULTILIB_USEDEP}]
+   x11-libs/libICE[${MULTILIB_USEDEP}]
+   x11-libs/libXtst[${MULTILIB_USEDEP}]
+   )
+   caps? ( >=sys-libs/libcap-2.22-r2[${MULTILIB_USEDEP}] )
+   libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 )
+   alsa? ( >=media-libs/alsa-lib-1.0.19 )
+   glib? ( >=dev-libs/glib-2.4.0:2[${MULTILIB_USEDEP}] )
+   zeroconf? ( >=net-dns/avahi-0.6.12[dbus] )
+   jack? ( >=media-sound/jack-audio-connection-kit-0.117 )
+   tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] )
+   lirc? ( app-misc/lirc )
+   dbus? ( >=sys-apps/dbus-1.0.0[${MULTI

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

2015-11-03 Thread Michał Górny
commit: c5c3cde579025a379b291451c2ebc9b4771eddeb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  3 22:01:46 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  3 22:01:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c3cde5

sys-apps/systemd: Merge "bump required app-arch/lz4 version to 0_p131"

Pull-Request: https://github.com/gentoo/gentoo/pull/221

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



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

2015-11-03 Thread Michał Górny
commit: 45f770891ca81eccabb2489e197332f364992492
Author: Elias Probst  eliasprobst  eu>
AuthorDate: Thu Oct 15 20:58:17 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 15 21:00:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f77089

sys-apps/systemd: bump required app-arch/lz4 version to 0_p131

Package-Manager: portage-2.2.23

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

diff --git a/sys-apps/systemd/systemd-.ebuild 
b/sys-apps/systemd/systemd-.ebuild
index 72c65e0..529ba70 100644
--- a/sys-apps/systemd/systemd-.ebuild
+++ b/sys-apps/systemd/systemd-.ebuild
@@ -48,7 +48,7 @@ 
COMMON_DEPEND=">=sys-apps/util-linux-2.27:0=[${MULTILIB_USEDEP}]
sys-libs/zlib:0=
)
kmod? ( >=sys-apps/kmod-15:0= )
-   lz4? ( >=app-arch/lz4-0_p119:0=[${MULTILIB_USEDEP}] )
+   lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] )
lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] )
nat? ( net-firewall/iptables:0= )
pam? ( virtual/pam:= )



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

2015-11-03 Thread Michał Górny
commit: dadf36167d14bbbd8e5b5d5ac5da9537443a51f0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  3 21:27:45 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  3 21:55:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dadf3616

app-arch/lz4: Version bump to r131

Bump to upstream revision 131. Fix the build procedure following
Makefile changes. Bump subslot to current revision since upstream
changed ABI without bumping SONAME.

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=522860

 app-arch/lz4/Manifest  |  1 +
 .../lz4/{lz4-.ebuild => lz4-0_p131.ebuild} | 26 +++---
 app-arch/lz4/lz4-.ebuild   | 24 ++--
 3 files changed, 36 insertions(+), 15 deletions(-)

diff --git a/app-arch/lz4/Manifest b/app-arch/lz4/Manifest
index 87be5e2..6cf7fa7 100644
--- a/app-arch/lz4/Manifest
+++ b/app-arch/lz4/Manifest
@@ -1,2 +1,3 @@
 DIST lz4-0_p106.tar.xz 129352 SHA256 
a9a09c4ebb962995d10e7e4f7d9224aaa93f308899de18a414948a58e87b6f22 SHA512 
8b2bafbf78be7c42831e264d7acdca12712c88369cecdb3aa4621c84bb6b450c372f5153f7c3939a5f70d5810c62b98993697397319d286a1bb51b1e4a6ecde6
 WHIRLPOOL 
fc5bb47b73606b125d8e155365d1fe101083e68e684ffd6014440e0f1416f1f6ecc64b797083e6939bd3e8cd42018e46a1864ae4542160c96933a47df9421a42
 DIST lz4-r120.tar.gz 161950 SHA256 
fa02b1bcc26529c27cff0883d830914bdd1ba41a87035313e1050302f17e4b07 SHA512 
8b27c57737ba4c2c8e4f00f7ce13f6edc91f74885bad66dd521dfe85d427e0fd78a300896d599bb8642a34fba78446daf207d1b2fd8e91543d4c093e53694e86
 WHIRLPOOL 
6a0cd7f8caf9799130b13b3f282197b5ef20fb987f0f5f6911f71a0f5d5d37c542976be5f13bdd2e21a8edd0a6cc8408fcc0f69f6354a0fbc7df75b22fb9de91
+DIST lz4-r131.tar.gz 133784 SHA256 
9d4d00614d6b9dec3114b33d1224b6262b99ace24434c53487a0c8fd0b18cfed SHA512 
60bd95d529691ffee2c43f0d8a62484c3cff74c0154094f073192606806ac8182dced61e0534ffa7e0ccf5f18e9a8cfd2738883a83814c0711a6d7f1d1b252e5
 WHIRLPOOL 
d605dbada1d4eb84eb6f3f45417eaa35433b1e3e875af560bb5fa06f0465f1652fab74c094d0d743e0034abc0067c83114827e21baea69d5c3d6d95062d0f660

diff --git a/app-arch/lz4/lz4-.ebuild b/app-arch/lz4/lz4-0_p131.ebuild
similarity index 53%
copy from app-arch/lz4/lz4-.ebuild
copy to app-arch/lz4/lz4-0_p131.ebuild
index 7da32ea..fac9230 100644
--- a/app-arch/lz4/lz4-.ebuild
+++ b/app-arch/lz4/lz4-0_p131.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$
 
@@ -11,21 +11,29 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/Cyan4973/lz4.git";
EGIT_BRANCH=dev
 else
-   SRC_URI="https://dev.gentoo.org/~ryao/dist/${P}.tar.xz";
+   MY_PV="r${PV##0_p}"
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI="https://github.com/Cyan4973/lz4/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+   S="${WORKDIR}/${MY_P}"
 fi
 
 DESCRIPTION="Extremely Fast Compression algorithm"
 HOMEPAGE="https://github.com/Cyan4973/lz4";
 
 LICENSE="BSD-2 GPL-2"
-SLOT="0"
-IUSE="test"
+# Upstream has trouble keeping ABI stable, so please test new versions
+# with abi-compliance-checker and update the subslot every time ABI
+# changes. This is the least we can do to keep things sane.
+SLOT="0/r131"
+IUSE="test valgrind"
 
-RDEPEND=""
-DEPEND="test? ( dev-util/valgrind )"
+DEPEND="test? ( valgrind? ( dev-util/valgrind ) )"
 
 src_prepare() {
+   if ! use valgrind; then
+   sed -i -e '/^test:/s|test-mem||g' programs/Makefile || die
+   fi
multilib_copy_sources
 }
 
@@ -33,8 +41,10 @@ multilib_src_compile() {
tc-export CC AR
# we must not use the 'all' target since it builds test programs
# & extra -m32 executables
-   emake
-   emake -C programs
+   emake -C lib liblz4 liblz4.pc
+   emake -C programs lz4 lz4c
+   # work around lack of proper target dependencies
+   touch lib/liblz4
 }
 
 multilib_src_install() {

diff --git a/app-arch/lz4/lz4-.ebuild b/app-arch/lz4/lz4-.ebuild
index 7da32ea..277023b 100644
--- a/app-arch/lz4/lz4-.ebuild
+++ b/app-arch/lz4/lz4-.ebuild
@@ -11,21 +11,29 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/Cyan4973/lz4.git";
EGIT_BRANCH=dev
 else
-   SRC_URI="https://dev.gentoo.org/~ryao/dist/${P}.tar.xz";
+   MY_PV="r${PV##0_p}"
+   MY_P="${PN}-${MY_PV}"
+   SRC_URI="https://github.com/Cyan4973/lz4/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+   S="${WORKDIR}/${MY_P}"
 fi
 
 DESCRIPTION="Extremely Fast Compression algorithm"
 HOMEPAGE="https://github.com/Cyan4973/lz4";
 
 LICENSE="BSD-2 GPL-2"
-SLOT="0"
-IUSE="test"

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

2015-11-03 Thread Kacper Kowalik
commit: d56e5f573aa123403682032ece72deb8ea030ac1
Author: Kacper Kowalik  gentoo  org>
AuthorDate: Tue Nov  3 21:18:44 2015 +
Commit: Kacper Kowalik  gentoo  org>
CommitDate: Tue Nov  3 21:18:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56e5f57

app-emulation/docker: version bump to 1.9.0.  Ebuild ported from Tianon's 
overlay

Package-Manager: portage-2.2.20

 app-emulation/docker/Manifest|   1 +
 app-emulation/docker/docker-1.9.0.ebuild | 268 +++
 2 files changed, 269 insertions(+)

diff --git a/app-emulation/docker/Manifest b/app-emulation/docker/Manifest
index 19db9a2..c36b331 100644
--- a/app-emulation/docker/Manifest
+++ b/app-emulation/docker/Manifest
@@ -3,3 +3,4 @@ DIST docker-1.6.2.tar.gz 5714121 SHA256 
f3a031b23ea9ff0fdbf3ffb9449c64ec51bb0534
 DIST docker-1.7.1.tar.gz 6853527 SHA256 
9cd26415d68a88d3cf576e7e78c2fe97f42af795404f552728acc5b41dccf4ef SHA512 
9b32c3deab77a27a4322a3ccbb3759a2c2a5627605090c4517c3754e6821407abcf5ffa227bad1fdafcbba068cdcaab586015dd8cfe9aed7e8a221d0615463f1
 WHIRLPOOL 
41b1afd8ea08c3452e5658d73e85c3b79a64f85fb4cb99c4c6a2ce1ab49836cebbe14724afe47898cb8d9bb9d4d69c64ff1c061895f3b9534150bc7ab50e2b22
 DIST docker-1.8.1.tar.gz 7562594 SHA256 
7f22e88a994dc1bc143f87215de01ccd902450e6e8d747467d042a56db792b03 SHA512 
6c015b236914da945d9e5bf2fed3e8a0a4d1e0c44ee02bf6edc04b2bb48b626353e37de45cd99c486b7ced70807e606d5eac2f1bdb3f8a7ba86cd9b71e4f5504
 WHIRLPOOL 
8d514fb309f0ddbb92bcf84f4d79320e18c26211536919bbed6f5af77247f14f93239e5c890c5214cf0a9663acc48a45545a87227f0fe4bf8866ac7d7c5c
 DIST docker-1.8.2.tar.gz 7563667 SHA256 
457569ca8edd70293132789bfe51636f86cd8a46a60c6d02d5ee8600cf79f74b SHA512 
c44f3cc0e0b7db463730620c0ec4b1aa1ea4a42f6528c891914318cb945aaa906e8eeaf91d32fb2d87a11ea1be428d1cf0de7d3ce4681c7db37390e4e1f79c67
 WHIRLPOOL 
2023f433ae25cc11fed6e4109a81dd949765daf342011f08a0ce8c1a8572ced595273ab78c45ac09abe895766c4443ff5a3219c5fce37725503bcdc39f49a947
+DIST docker-1.9.0.tar.gz 7815144 SHA256 
1c06baea61971a711f9e510800fb4de5e0d8a6560963cfdc891e0037b40dc974 SHA512 
16c7fd900ff1122ccd62ce93b84209b026a165ff647cd4875e32c16251098c05e9e7de834cc6f27d164b5be168f8fd16323ec60593287a787f6fa8fcef144291
 WHIRLPOOL 
4031e3aa03f74afaf395a412668d7142f867e6279a9d0ac5334a6b1d8b3ad593961d0e1c63aa7fc46179555a6f106ce6e8acbec774d21a7af37a147a2ea0

diff --git a/app-emulation/docker/docker-1.9.0.ebuild 
b/app-emulation/docker/docker-1.9.0.ebuild
new file mode 100644
index 000..0be9404
--- /dev/null
+++ b/app-emulation/docker/docker-1.9.0.ebuild
@@ -0,0 +1,268 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+EGO_PN="github.com/docker/docker"
+
+if [[ ${PV} = ** ]]; then
+   # Docker cannot be fetched via "go get", thanks to autogenerated code
+   EGIT_REPO_URI="https://${EGO_PN}.git";
+   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/src/${EGO_PN}"
+   inherit git-r3
+else
+   MY_PV="${PV/_/-}"
+   DOCKER_GITCOMMIT="76d6bc9"
+   EGIT_COMMIT="v${MY_PV}"
+   SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually 
for each bump!"
+   inherit golang-vcs-snapshot
+fi
+inherit bash-completion-r1 linux-info multilib systemd udev user
+
+DESCRIPTION="Docker complements kernel namespacing with a high-level API which 
operates at the process level"
+HOMEPAGE="https://dockerproject.org";
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="apparmor aufs btrfs +device-mapper experimental lxc overlay"
+
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies
+CDEPEND="
+   >=dev-db/sqlite-3.7.9:3
+   device-mapper? (
+   >=sys-fs/lvm2-2.02.89[thin]
+   )
+"
+
+DEPEND="
+   ${CDEPEND}
+
+   dev-go/go-md2man
+
+   btrfs? (
+   >=sys-fs/btrfs-progs-3.8
+   )
+"
+
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies
+# 
https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies
+RDEPEND="
+   ${CDEPEND}
+
+   !app-emulation/docker-bin
+   >=net-firewall/iptables-1.4
+   sys-process/procps
+   >=dev-vcs/git-1.7
+   >=app-arch/xz-utils-4.9
+
+   lxc? (
+   >=app-emulation/lxc-1.0.7
+   )
+
+   apparmor? (
+   sys-libs/libapparmor[static-libs]
+   )
+"
+
+RESTRICT="installsources strip"
+
+# see "contrib/check-config.sh" from upstream's sources
+CONFIG_CHECK="
+   ~NAMESPACES ~NET_NS ~PID_NS ~IPC_NS ~UTS_NS
+   ~DEVPTS_MULTIPLE_INSTANCES
+   ~CGROUPS ~CGROUP_CPUACCT ~CGROUP_DEVICE ~CGROUP_FREEZER ~CGROUP_SCHED 
~CPUSETS ~MEMCG
+   ~MACVLAN ~VETH ~BRIDGE ~BRIDGE_NETFILTER
+   ~NF_NAT_IPV4 ~IP_NF_FILTER ~IP_NF_TARGET_MASQUERADE
+   ~NETFILTER_XT_MATCH_ADDRTYPE ~NETFILTER_XT_M

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

2015-11-03 Thread Manuel Rüger
commit: 1cc400664f573e5f2852cacdc0c39feff7095f17
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Nov  3 20:54:01 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Nov  3 20:54:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc40066

app-emulation/simh: Remove old

Package-Manager: portage-2.2.23

 app-emulation/simh/Manifest|   2 -
 app-emulation/simh/files/makefile.patch|  11 --
 app-emulation/simh/files/simh-3.8.1-asneeded.patch | 168 -
 app-emulation/simh/files/simh-3.8.1-makefile.patch |  11 --
 app-emulation/simh/simh-3.3.0.ebuild   |  49 --
 app-emulation/simh/simh-3.8.1.ebuild   |  55 ---
 6 files changed, 296 deletions(-)

diff --git a/app-emulation/simh/Manifest b/app-emulation/simh/Manifest
index e30b80e..197372c 100644
--- a/app-emulation/simh/Manifest
+++ b/app-emulation/simh/Manifest
@@ -1,3 +1 @@
-DIST simhv33-0.zip 2153444 SHA256 
28fcdc8443f6e2460193eb6ed8d41be95d75226490926219a0dfd5028eaf051c SHA512 
33d9dd4652f7a240a6f2d14be53dbb00bb03cf02e753d8e80defa4c83916ff28b79a2058d0ec0cc8b8eaf8c1c280d05c01e444e7b6087ccdc04fb3ec691f07ee
 WHIRLPOOL 
683fe1dd5baf4504ea5b1b549a08f7b621831ca3b242ca5b1e40d326ceb2bda0e6db5630ecf43535c81706879b63d60e6d86dd409346f65ec5a477109c92646e
-DIST simhv38-1.zip 2954982 SHA256 
4fe294fa5285b1d6d0bd69f60889c00e518ce2be5f00abc2bd4adfa8daa85b06 SHA512 
b9ff1c2a9d52df98ca99f243dd89102f3afa9018d03990cefecb1fbf1c9d5244cc00335ada7d190d6890f81db9cd4606b02ab1b620854b8de7b2f489a74f1bdb
 WHIRLPOOL 
7c30e3be18a82a7f9316f9d0c33601c34173ceb052d19c1126068a04df3ca9df339898cb44a4d110de4676717f5dfeebc18b306586f046176b805126175002a0
 DIST simhv39-0.zip 3103657 SHA256 
e49b259b66ad6311ca9066dee3d3693cd915106a6938a52ed685cdbada8eda3b SHA512 
5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6
 WHIRLPOOL 
3b324046169df5b0378dfb00520c80b4372d2b7bd717484151e00dc17a8e60b42daaf8f8fd200cbf25ab693271783d9b307f4d34985de0f33bd68e484b92b2de

diff --git a/app-emulation/simh/files/makefile.patch 
b/app-emulation/simh/files/makefile.patch
deleted file mode 100644
index 15cd440..000
--- a/app-emulation/simh/files/makefile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 simh/makefile  2004-12-09 15:37:34.823634965 +
-+++ simh.new/makefile  2004-12-09 15:38:34.401562833 +
-@@ -13,7 +13,7 @@
- CC = gcc -std=c99 -O2 -g -lm $(OS_CCDEFS) -I .
- ifeq ($(USE_NETWORK),)
- else
--NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include 
/usr/local/lib/libpcap.a
-+NETWORK_OPT = -DUSE_NETWORK -DNEED_PCAP_SENDPACKET -lpcap
- endif
- else
- #Win32 Environments

diff --git a/app-emulation/simh/files/simh-3.8.1-asneeded.patch 
b/app-emulation/simh/files/simh-3.8.1-asneeded.patch
deleted file mode 100644
index 8843d34..000
--- a/app-emulation/simh/files/simh-3.8.1-asneeded.patch
+++ /dev/null
@@ -1,168 +0,0 @@
 makefile.orig  2010-09-07 15:30:17.0 -0400
-+++ makefile   2010-09-07 15:31:37.0 -0400
-@@ -12,7 +12,8 @@
-   OS_CCDEFS = -lrt -lm -D_GNU_SOURCE
- endif
-   endif
--  CC = gcc -std=c99 -U__STRICT_ANSI__ -g $(OS_CCDEFS) -I .
-+  CC := $(CC) -std=c99 -U__STRICT_ANSI__ $(OS_CCDEFS) -I . $(CFLAGS)
-+  LIBS = -lm -lrt
-   ifeq ($(USE_NETWORK),)
-   else
- NETWORK_OPT = -DUSE_NETWORK -isystem /usr/local/include 
/usr/local/lib/libpcap.a
-@@ -274,129 +275,129 @@
- pdp1 : ${BIN}pdp1${EXE}
- 
- ${BIN}pdp1${EXE} : ${PDP1} ${SIM}
--  ${CC} ${PDP1} ${SIM} ${PDP1_OPT} -o $@ ${LDFLAGS}
-+  ${CC} $(LDFLAGS) ${PDP1} ${SIM} ${PDP1_OPT} -o $@ $(LIBS)
- 
- pdp4 : ${BIN}pdp4${EXE}
- 
- ${BIN}pdp4${EXE} : ${PDP18B} ${SIM}
--  ${CC} ${PDP18B} ${SIM} ${PDP4_OPT} -o $@ ${LDFLAGS}
-+  ${CC} $(LDFLAGS) ${PDP18B} ${SIM} ${PDP4_OPT} -o $@ $(LIBS)
- 
- pdp7 : ${BIN}pdp7${EXE}
- 
- ${BIN}pdp7${EXE} : ${PDP18B} ${SIM}
--  ${CC} ${PDP18B} ${SIM} ${PDP7_OPT} -o $@ ${LDFLAGS}
-+  ${CC} $(LDFLAGS) ${PDP18B} ${SIM} ${PDP7_OPT} -o $@ $(LIBS)
- 
- pdp8 : ${BIN}pdp8${EXE}
- 
- ${BIN}pdp8${EXE} : ${PDP8} ${SIM}
--  ${CC} ${PDP8} ${SIM} ${PDP8_OPT} -o $@ ${LDFLAGS}
-+  ${CC} $(LDFLAGS) ${PDP8} ${SIM} ${PDP8_OPT} -o $@ $(LIBS)
- 
- pdp9 : ${BIN}pdp9${EXE}
- 
- ${BIN}pdp9${EXE} : ${PDP18B} ${SIM}
--  ${CC} ${PDP18B} ${SIM} ${PDP9_OPT} -o $@ ${LDFLAGS}
-+  ${CC} $(LDFLAGS) ${PDP18B} ${SIM} ${PDP9_OPT} -o $@ $(LIBS)
- 
- pdp15 : ${BIN}pdp15${EXE}
- 
- ${BIN}pdp15${EXE} : ${PDP18B} ${SIM}
--  ${CC} ${PDP18B} ${SIM} ${PDP15_OPT} -o $@ ${LDFLAGS}
-+  ${CC} $(LDFLAGS) ${PDP18B} ${SIM} ${PDP15_OPT} -o $@ $(LIBS)
- 
- pdp10 : ${BIN}pdp10${EXE}
- 
- ${BIN}pdp10${EXE} : ${PDP10} ${SIM}
--  ${CC} ${PDP10} ${SIM} ${PDP10_OPT} -o $@ ${LDFLAGS}
-+  ${CC} $(LDFLAGS) ${PDP10} ${SIM} ${PDP10_OPT} -o $@ $(LIBS)
- 
- pdp11 : ${BIN}pdp11${EXE}
- 
- ${BIN}pdp11${EXE} : ${PDP11} ${SIM}
--  ${CC} ${PDP11} ${SIM} ${PDP11_OPT} -o $@ ${LDFLAGS}
-+ 

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

2015-11-03 Thread Mike Pagano
commit: 47348a234dc6466d93e4a9b1fcc8c359a18aed52
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Nov  3 20:41:29 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Nov  3 20:41:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47348a23

sys-kernel/gentoo-sources: Linux patch 3.18.24

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.18.24.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 416ae64..f346afa 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -23,6 +23,9 @@ DIST genpatches-3.18-22.extras.tar.xz 16196 SHA256 
deeab880c0705b9a02492e2e73152
 DIST genpatches-3.18-23.base.tar.xz 723664 SHA256 
e2b851168cb14811a7cbbdf7cf6c6285948353729ff8a6d5d243607fcc0eff8a SHA512 
7cf09b223927d656d19466bcfe2f4284301a409b0b680f21f2e949ba973706b5042eaa65378e1034ac1377cd887af5330dcb210262907bcb725d6601c61264cf
 WHIRLPOOL 
4ed8f9c163f3cea84e7923066ea7002710980250362e18e231f0421872b212da6d1f1273945784b0d720182044b842478b939af20f137e0bb9e26fff91d0
 DIST genpatches-3.18-23.experimental.tar.xz 61600 SHA256 
f6335db1e0d3a35489ba7632669c47548414389d28fb25838457cea30375c430 SHA512 
20b2fa1bd461fb1b7de7c7faa85533d2baa4681ae8a5144fcd9d8ccc34fe6643b491d9f419d4d4d25a5f81398d03af5cfbcce33e7ed18a185072ba11a39f3ebd
 WHIRLPOOL 
62c73dd6833ab3cfd7c0999c68d910340c2652705f6cf075ada82a2db5efb37132255068833454d38bb91472e5ed06bb35ec945fa433ef6ac6f714da45073d75
 DIST genpatches-3.18-23.extras.tar.xz 16200 SHA256 
c055d6c67161b7497cd6fb98d6143676efa506a06fd7d77c7db527f648cdbb29 SHA512 
898c991f77e578ee4d8280038d65f446a309e154d26410741f4f6d6935e4c5c294d0befa4a627b248c109273725c5ca4a489ede6a8eae4c567a7725589fe6f20
 WHIRLPOOL 
47754319b9a2179c1ddec78647ab13b5ad862b7677a028fc307205d1c3c29d291da322c465d053938019f72efcd25311d5762fe55769ea87318de330a84a5a58
+DIST genpatches-3.18-24.base.tar.xz 723760 SHA256 
6b21c67c926c470cd09321d3650194b596434cadb1370ae05440168f9288fa65 SHA512 
a46ea4adcc975f0946daf3f71b3e92514fb22d6992e501f381ba30dd471f2b1b25c6571d4029d1b860a14792f2e1be2af3bb72f3917022162cb1c04a8898a87e
 WHIRLPOOL 
7e3859e47893a5b4fa1ba242fe63f4d0cd90ac0927ff8deed8cca84e830728e087a105f1807eb3eb80159b7b4d665af3acbcd92302789c9a7af31b73d7402c4c
+DIST genpatches-3.18-24.experimental.tar.xz 61612 SHA256 
f92a05e405bca99e38597669cef64a87c1332b2e72fbc14f93ac4eab73827454 SHA512 
04f2ced0957132f0454f0b80781afddf015998849841c300dd8c750977df7218b9c026e35a1b7daeb5ad04c7c590745d5b9058fb7830d6533b456587714d98d5
 WHIRLPOOL 
6418de81a7027e09e6e0e59ed67c11ef2656a1091e29f10264f5ad2426bc71669e74b053d55a927a831e7ce18a17bbc319fdb5297853444b51d9fa9fa1a3688c
+DIST genpatches-3.18-24.extras.tar.xz 16184 SHA256 
0415f6e56f06b088ef78d7980c447a4a2ddf7d8915c391df0e826f8dac7a3823 SHA512 
4a380e0ed2a23fd593dd22d6688e8339f9fe5508c5c7b83604e0d361890f6741418323a0dc4f5652d441d1facaaeb573811ee6770aad8c3cf512a22777a1ac77
 WHIRLPOOL 
98aacab957a5283b9eea0e204c275b15cece98fb7e80ca69447b0ac9cf96c52c1a11165366108de284a50650421b0f848bdf6b0fa749e55f1173aae5c103f18a
 DIST genpatches-3.4-93.base.tar.xz 1412220 SHA256 
dce2f6bce8058560fb4f005729a29fee9c6846147bca986b8b44d1554b78f0eb SHA512 
0f0cf52185a8a49f639a1f9d3ff302a72fd7cbf4403f7f5626c9f39c3f4e2e5ea69f402df429b0b3341655d9b7a4779b738f5d5fc6ecde3799861e0b6efb8cf4
 WHIRLPOOL 
ac2b82b6e749b945b79d2c21dc3081eaf399aafef80a3fc49ee71dc1f7ee753bf406d6e93bf2142ee4b25447e0304800de0adb9911274dc37172a9a9c63d624f
 DIST genpatches-3.4-93.extras.tar.xz 18236 SHA256 
c59bbc018e3c7e71fb655c5e33cbbcc3077dedee08553c287624b175c83d0811 SHA512 
61e74164a8de8646d4d0c1cd1592eaeb8f5747f0e03557a78349d8cd2df7e924f012ae4904e14210ab56eb3f1f04e8610818ee05e4b5a51b325a42ded9876e66
 WHIRLPOOL 
42876d70dadac671875e7dc129020ed04c91ea99f40972cf87554accbe1d5e1651cca02f5e16e30654dabdfc1d15771eab8908a64376402c3b1639164b10258f
 DIST genpatches-4.0-11.base.tar.xz 234968 SHA256 
49cfd38bb97a92984c0d8b955c2f795701897544a4bfea4d2d2932543abca31a SHA512 
059a049248c2eaaae4c4201235586306f846b12503fa1aa3bdea9ad31b4522f030beb057926cf79ffa9468e2940a68b6f6089511a60005dd339e4775c8a682cd
 WHIRLPOOL 
a5a31fa2a1db39fd01ed72e9917481a7c4f406c8168a2dac078df5a46c41d0be69df6ef532aae0f06fbf81a5a5e2262a9ba4785bdb13c48b21e338347d6be1ee

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.18.24.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.18.24.ebuild
new file mode 100644
index 000..e392f29
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.18.24.ebuild
@@ -0,0 +1,29 @@
+# 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="24"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~a

[gentoo-commits] proj/linux-patches: New tag: 3.18-24

2015-11-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Nov  3 20:12:19 2015 +

New tag: 3.18-24




[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlite/

2015-11-03 Thread Mike Gilbert
commit: afccd0aa2c94838bde1fe34811a69d7b2303aba0
Author: Arfrever Frehtes Taifersar Arahesis  Apache  Org>
AuthorDate: Tue Nov  3 13:42:07 2015 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Nov  3 20:00:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afccd0aa

dev-db/sqlite: Version bump.

 dev-db/sqlite/Manifest|   3 +
 dev-db/sqlite/sqlite-3.9.2.ebuild | 225 ++
 2 files changed, 228 insertions(+)

diff --git a/dev-db/sqlite/Manifest b/dev-db/sqlite/Manifest
index 23bb2bc..2095202 100644
--- a/dev-db/sqlite/Manifest
+++ b/dev-db/sqlite/Manifest
@@ -3,11 +3,14 @@ DIST sqlite-autoconf-3081001.tar.gz 2049377 SHA256 
5f8f2ae6461e637ff63e50fef10b6
 DIST sqlite-autoconf-3081002.tar.gz 2049387 SHA256 
8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626 SHA512 
afdf11d5482a645c37cc0c4c5c2b3f8c56f26c95ee94658c92bfa0ffeb68981f67834215a45a658f73c68f28231448e87995f9614a56f9f1672cedd13a65
 WHIRLPOOL 
f3c7b1a11d63213a29f9dc6c04c02db9900b25dd0a8c0551bbf6d220493e7cc420d5775d99147d92c781b7f0068889e6dbeb32a10f447009341827908eee4ad8
 DIST sqlite-autoconf-3081101.tar.gz 2101885 SHA256 
fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6 SHA512 
b87e3a94462c26e875833c7f83dcc453146377a403d173169e2db7198bede2467f8c480645141da678e0fd3071764558f2dd2630086964431ead25ac43212ee6
 WHIRLPOOL 
2045496055b02151211080110dc8fc2c474337788704a0e4db8841a1928b82d6490afa682c8d8b1bb6b9e98808d7eabf0f763a41e4768b1c21629107895bb66b
 DIST sqlite-autoconf-3090100.tar.gz 2284128 SHA256 
d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c SHA512 
6465c22afa68a44b7a6e739d242d2c921147fba11c92bb3a7d0bc5b6a58bd3f85d42a1e2710f60c18c5d82e4fc6f5651255f3aebd684e0fdc69dd099337182cb
 WHIRLPOOL 
dfab45f06ed4bcadc0f4b3ba414cff679d74e32459b63580d337c02ef2621b0dad6697d88a22066b7cb9b4ac681eadc95402e157cd78befc391481a50976032b
+DIST sqlite-autoconf-3090200.tar.gz 2284431 SHA256 
064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b SHA512 
c4fdd7dee58e2e4c83091f2a98d8099c6403a66f566be46b54d465c5a58404555fdc1d08050ca60edb6366d220407cfc7409921c123915f78a04cd9930217fa7
 WHIRLPOOL 
c57c3a3f9a7186606a8de0f562490d6c1db27204e9799f39313ea139fabb64bfc918243a20173119bc73776dbd42fc4c316590eb3a4c4334ef669a93be819adf
 DIST sqlite-doc-3081001.zip 5060040 SHA256 
0b6c186a2da8b7d7397eb3942e97fd85b88734beb300702ace0dca4a3db729a6 SHA512 
76caf476c98d8a0f5da55c4608bfc31235289e3ab2286089195fab86da6b5d98b2d5eb0fe7b81e3aff8f04939c9bcbfded6be22f0eeb21103478bf519e9ff78b
 WHIRLPOOL 
5edd1d06babf19d54e326f6262d45851d43a0907adad66b130c93cf63efbfadcad6dbc98330bd4d2f80d1d528cd9088ada0727475b42005de6bcdbc4914e5d7c
 DIST sqlite-doc-3081002.zip 5068441 SHA256 
e355ec10989829d485d2df08f076f6c3f598f7fc1d45d307b4fd70d5e609e6c4 SHA512 
c222b250de6c8e182da1b534f459600a81b300c87578f9484b7d6f1fbbfaad9e8be70c306d0200b163850f48c974c55ce25782fefd55672ef72f03dc0b5f8d19
 WHIRLPOOL 
148bbce9bc3ffb1f9101e45936ce060aa49dbc88647effabf5418fa95ccdb91a4971d171d940de3307a2d59144e73250c43f8d8d79927ac36a1e02784f143061
 DIST sqlite-doc-3081101.zip 5108061 SHA256 
89e3fc4bce7463885da3b03602b4260fe07240f9ea674ba4ac7ce2ee4987357f SHA512 
8a39e05b1647f4769126234b9759552138f3e3874bc008686ef2f9136833ddc30b3b0696222a736d604e8910a436acedc4954e46894f4adc085eb5f2b6ab9280
 WHIRLPOOL 
f47308753f8df2c497e1bf3cd941b862d69d4f6bbabb2f0606d144966cbb186c5e1513022a5adc122939180fc6cfaa7c83a9537481cce455a83b7bf68deec9cd
 DIST sqlite-doc-3090100.zip 5289099 SHA256 
c8549a4261f74395496d1ebc4b7d36a51b2b3e57f36520d3c71052190a80ccb9 SHA512 
f6d8248a6740b50a5c3cb5ab34bd3011adcec882066c203afd3da906e162a44019af4ffe485651e3ef6679610480f78e566bde46dbf2f15bf9577fcdfeec65f2
 WHIRLPOOL 
e61ed3fba3cfd2865c2e79b3c87451f52c20037f453c90d20366317fedc8fcfb337be7d4424044171dd5bf793271bd926e9eb0ae7cfbbf7dc36cf33116f708d8
+DIST sqlite-doc-3090200.zip 5295693 SHA256 
4b9ecb9d2b0424ca2a288184ee36fa16a11033400638117dd7c669ad2d39177c SHA512 
aef3b340613eed376dca491fd25b98ced30b69454b24412cb094854c53496bddfb479293634b46f1c793377981d4094c38a6b9c3e67775b471407c4d8cc21435
 WHIRLPOOL 
bf0a660a5fb88c50d71beb12b07cb1eb269d564817d9aaef0a5903d114af8d9d74c803346ca00dea9ac6c76a722a3d305c6303c1220cd712162325c916174cfe
 DIST sqlite-src-3081001.zip 7648823 SHA256 
def6e2401c8da91b489de19d1a1734f722b4e629148ab804776d27b49ba49e7b SHA512 
7604ac35eddd4aca53c02b0ab7ae7682856aec2eb4e6a9627da041ea19d464bb6080a70d84070a94abf77eb14ae616a0a8c5fe2f2a6c19fc899d1b21535d3e1a
 WHIRLPOOL 
c44e4f446d12af1f4df49e171276d853381784e979d3521cafbfdd5b5359c792586d298f3573bbda8a260b9008a4b7fcdc4ce0382fdda18574287018a2cb4f4c
 DIST sqlite-src-3081002.zip 7648737 SHA256 
fda379bc4590761838d02ac8008433b7c3eae6e120e45d639d24b09d0004b42d SHA512 
99661c709ffe8d5776c3ed2c1a64c70f541b68f0c7745e3e769528273966f71eeb29e8911d42ede9420f179b7fcbda63c4d0980a9d7bc05e937d0a6deb7b814f
 WHIRLPOOL 
4e13138a5f92f5c5fe65c8b670097b57ea778244a37a5bcabf75f86f4ac3f0bc17860f3e55

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

2015-11-03 Thread Mike Pagano
commit: b6849cf32e2a16607552e6ea7357697071745ae4
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Nov  3 19:48:14 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Nov  3 19:48:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6849cf3

sys-kernel/gentoo-sources: Linux patch 3.1.50

Package-Manager: portage-2.2.20.1

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-3.12.50.ebuild   | 29 ++
 2 files changed, 32 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index c5c5a96..416ae64 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -8,6 +8,9 @@ DIST genpatches-3.10-97.extras.tar.xz 17832 SHA256 
6eb6942f08071bd467bdb13218975
 DIST genpatches-3.12-46.base.tar.xz 1477068 SHA256 
62f8e7101afdf671a51e3beb9b01f8c06cc3df6b12274fdbfdb1bacf2d3f2952 SHA512 
8464d356a7267f41a5d4b8eaae24b3ba391d51157adb3b5b7d6bd626b1569e5c565f4383e138bd3d939d4a2bc3dfde349f74c2b421365205d98132cb79442612
 WHIRLPOOL 
50aa1c4ccb5bf46e54ef1cbf699c7af27f00252325b09bf25e8f9cead1faf346a94bce29e4cc556e7eb3e339b627e8fd321acc320221a8a208fcff4493eaaa29
 DIST genpatches-3.12-46.experimental.tar.xz 46524 SHA256 
48069be9b5b0a4ba7f1da5dc046770e2e36a52951bd6815a00907cd721881b25 SHA512 
6daf5d04d5cf569eb5b0bedd5feee8f3869938ceb9093f109f82ec8e4fed5349a5dfd445f89a9f5c5459b2524bc4d00707c4fbfa449783ef63a65204755546e3
 WHIRLPOOL 
e51be15d4756dcc8ec59179809584bc1232ff20148a1bb2143947138a8591311a7bc7162b29ea3db81c0781551a186b7650f597ad850864b1ffd2f7dc975b00f
 DIST genpatches-3.12-46.extras.tar.xz 18240 SHA256 
7cf508f807c15884428573ec210eeefb53470504bfef2eca8357e60d82cbfc4c SHA512 
11736da85ec15ae89dff6c850ea730fe5ca62bfa24d864df3d7c832fb20fc4321485306124b516037b3121e1b8c5a47bc0610f17767867babc9f8cab4ee599e0
 WHIRLPOOL 
c5164b37852f78ef0297c70a41f984ff6647eced6e980f7718d924622f28c8ccb325b32cc04f0cb14b01fde029ed09f0b2b6d0ed41126140061e010aa4e95405
+DIST genpatches-3.12-47.base.tar.xz 1507660 SHA256 
3b780da7ce93ca89b6aa8143f198dee2d7bb13ca8e25aaae4ec06d010a9168b8 SHA512 
5ff8c98768001bddbb62e9deb78cec00b3f27b73b64ce3c925deb3886aae1bdb139761bb5ee3277e3aca2b5229436a2e4497baf911d838b1fbc28202300fd2aa
 WHIRLPOOL 
e235c90c899acd0df9bbfb6fa4f8e2607d439c8f510a5d9345913fc8a8b5031ab1938c7b5ed6d5bc33d89c51929aae33135f29c6e0f38151f19a69193710a145
+DIST genpatches-3.12-47.experimental.tar.xz 46536 SHA256 
2d0838c242b9316cb4cbad557cdde1b02cf9a6bd286c2ec6930628079770ca52 SHA512 
c8ed7f89a02e0b5faf53e301440b1fd6a046c72e4dd7edd654b1709805fff47e681bc58401de2a10dac7fbf7d52a2093cc5d48019d69dbffe1f9bcc3c9d8f6e0
 WHIRLPOOL 
ced6040bd9125dfe512db9b704b44cacb596f88f8091c23d3bd70700adb1ce89bfd7d240b33e6256fe7d2b2d0531ddd84c0fa5904c3623ae7c80bad93cdfd89f
+DIST genpatches-3.12-47.extras.tar.xz 18240 SHA256 
1ef9c22bc285daa1fcb24f7e5ba34f83eeff90b5be47a21a0d9a37c741015828 SHA512 
8c07e5d4f1a8187f3c07d5c5d236aff74b817122bb51ae6e92458dbc1707d32f2eab894550c51eda42d8260a52c081178bc02c43a4fe5d44c8042d7a66d5d12b
 WHIRLPOOL 
a7ba2bba83e772331a40d68512162402c858f46c0e0bc1d08ed2037df0500ad02d8749044f90ff0a87ff1ff5b2ffe937310fd23151d4665ce69a779398c1f291
 DIST genpatches-3.14-62.base.tar.xz 1104664 SHA256 
d7790182dab0aba591fc5e9bed4f1dc4420a3b484ce3cf8af57769318d1a3229 SHA512 
8cc76af4175f2e9d54ac1c7255b870df250ff3b28ac7000b32ce7b3348830f7072f13a8b25b0b6ab7fe49ca3ad5c6aeba62a899e43869a97677dfec017b32b02
 WHIRLPOOL 
c77640e5fd36af50d78f49f00de79c2c986c99b8997d42c9a4888a0c6afc9f10833a87ec7acf5a4e228f483d35aeae9f767fb8f27fbfbfaa1b06d0443fc6d593
 DIST genpatches-3.14-62.experimental.tar.xz 60300 SHA256 
564892b993deadbb2d47f936d924d7d1e6891de329b5bd04d2b3ecb126690401 SHA512 
942d099b41c4e041570e23ae97006fcc5c6dafefe42d9d694c373b9a5398ff5b7c20f58edc8d339a6ef56cce240cc47f07958f59208165233e39ab573f611717
 WHIRLPOOL 
bd7f6519d20137f18e086871a8dfd7cd06ddd7b9170badee7a31496cb6fa0669723a433ef7c159e037c15b3f31ccf0744afe6a76cb680bf8e9a1faf6df14b842
 DIST genpatches-3.14-62.extras.tar.xz 18252 SHA256 
6702160c63ae9de7eb95279ffbe3e5b08fcc6d016803f18e3c09183f1ce309ba SHA512 
8fe48eaecf72c257a6642a51dcabe8a0b76e5dd352dca0ff99ff4098db59151f622357beb14830aca7a7f16132b41f8b35d337933f38d8ce1c60531487b3d843
 WHIRLPOOL 
e9e9790a84b432bb90b50e27a369cdd6777b5df67cc5175c4542ff6c15cb8ff7ba650b7046756dcade77742c595b8f9037f49c28e82ecb623742ed3073d74f1e

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.12.50.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-3.12.50.ebuild
new file mode 100644
index 000..484f1ce
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-3.12.50.ebuild
@@ -0,0 +1,29 @@
+# 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="47"
+K_DEBLOB_AVAILABLE="0"
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha 

[gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/

2015-11-03 Thread Sven Wegener
commit: f5daa9cfc70d3bcf3b12c8aa1509f02f3a238acc
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov  3 19:34:48 2015 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov  3 19:39:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5daa9cf

net-irc/irssi: cleanup

Signed-off-by: Sven Wegener  gentoo.org>

 net-irc/irssi/Manifest|  1 -
 net-irc/irssi/irssi-0.8.16.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest
index a06fd72..4ef97e2 100644
--- a/net-irc/irssi/Manifest
+++ b/net-irc/irssi/Manifest
@@ -1,2 +1 @@
-DIST irssi-0.8.16.tar.bz2 986129 SHA256 
3f7afed2a2754f1f5bf5cf2c87476f3c4d4aa5d71f9f4f68d05f927220d19f97 SHA512 
47ad923cc91d5eee3f402126f4da396544cef943f6313af3fd102953939224e97c1bba31af3ac93e67fc84f089b0cfc73e8e7dd7b46b81abe1326567fef33de0
 WHIRLPOOL 
7ece8c3473c5fa084f07e3af1e90af128a968333af736bac1ecbebe0bf2ee0f78f6d7f1fbb1378d1d33fd933bb4bbb56f04b5b6c48f1751a1dfe8566746547d0
 DIST irssi-0.8.17.tar.bz2 1102196 SHA256 
3c9600cad2edf58f1d012febc1a0ba844274df6e331c01a9e935467705166807 SHA512 
e3d9b130c46e6977400f5a75374cf3e32d5a6e6907b2fd4c920463b5413575708b094c9fa38151997a120ce581de26092424296510ca93b3eee7b0844be45953
 WHIRLPOOL 
497e1c4f8a84932f84cdf05bdcc8493f27edfd2070f07c760fa91fc1a967958e3bb48b0cc2d9b22640670d770ffb6dc8035e8bd636a0f966cd675d1636907ee3

diff --git a/net-irc/irssi/irssi-0.8.16.ebuild 
b/net-irc/irssi/irssi-0.8.16.ebuild
deleted file mode 100644
index 273efca..000
--- a/net-irc/irssi/irssi-0.8.16.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-inherit autotools-utils eutils flag-o-matic perl-module toolchain-funcs
-
-# Keep for _rc compability
-MY_P="${P/_/-}"
-
-DESCRIPTION="A modular textUI IRC client with IPv6 support"
-HOMEPAGE="http://irssi.org/";
-SRC_URI="http://irssi.org/files/${MY_P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="ipv6 +perl selinux ssl socks5 +proxy"
-
-CDEPEND="sys-libs/ncurses
-   >=dev-libs/glib-2.6.0
-   ssl? ( dev-libs/openssl:= )
-   perl? ( dev-lang/perl )
-   socks5? ( >=net-proxy/dante-1.1.18 )"
-DEPEND="${CDEPEND}
-   virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-   selinux? ( sec-policy/selinux-irc )
-   perl? ( !net-im/silc-client )"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-   epatch "${FILESDIR}/${PN}-0.8.15-tinfo.patch"
-   sed -e "s@pkg-config@$(tc-getPKG_CONFIG)@g" \
-   -i "${S}/curses.m4" \
-   || die "Could not configure pkg-config in curses.m4"
-   autotools-utils_src_prepare
-}
-
-src_configure() {
-   econf \
-   --with-ncurses="${EPREFIX}"/usr \
-   --with-perl-lib=vendor \
-   --enable-static \
-   $(use_with proxy) \
-   $(use_with perl) \
-   $(use_with socks5 socks) \
-   $(use_enable ssl) \
-   $(use_enable ipv6)
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   docdir="${EPREFIX}"/usr/share/doc/${PF} \
-   install
-
-   use perl && perl_delete_localpod
-
-   prune_libtool_files --modules
-
-   dodoc AUTHORS ChangeLog README TODO NEWS
-}



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

2015-11-03 Thread Sven Wegener
commit: e81b88537a64aa6078e3ce3d22395338c24db6a1
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov  3 19:38:54 2015 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov  3 19:39:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81b8853

net-dns/pdns: Version bump

Signed-off-by: Sven Wegener  gentoo.org>

 net-dns/pdns/Manifest  |   1 +
 net-dns/pdns/pdns-3.4.7.ebuild | 177 +
 2 files changed, 178 insertions(+)

diff --git a/net-dns/pdns/Manifest b/net-dns/pdns/Manifest
index 5b7de2d..9a6fc25 100644
--- a/net-dns/pdns/Manifest
+++ b/net-dns/pdns/Manifest
@@ -7,3 +7,4 @@ DIST pdns-3.4.2.tar.bz2 1331062 SHA256 
a6ab05459a0118cb921092deee06362722c45fa69
 DIST pdns-3.4.4.tar.bz2 1336624 SHA256 
ec49f5a0b55b69ba057bf9ce28ab81e5258fc60c8d4954d9100fe3bb3efd09c8 SHA512 
c4567c5e09c3396af99263cbe370ffd8409a90e2583d968d7fa4760d0867ecb1696904e9ba8f6551d815b11b20b5862d789edfb599b9c5571110d3b785f2e08a
 WHIRLPOOL 
4e744dd75a712a9928fda2d09339e7cc922ba63e8ebb11fee88d08d8e5046730d4ea23417bcc4251dc91edb3ec7aefaa480f832fc8167cc50c685435faee4256
 DIST pdns-3.4.5.tar.bz2 1337222 SHA256 
f3e1441532b0af05a6b5efe5346f02d0c55f252fbed62d5b4f2e4a80997c507d SHA512 
cdf6496a832cff05519a02714aaab4b689541b01a83fe2415d360f8653db4e51a00b90ea86103dd535b22881420337b32ab8a33bb0d405df590cbed322b0827c
 WHIRLPOOL 
ee3287e2ac0c3d82e60daed2021b081fbb1e78a63847e98bfddef5fab5ce5ef43d6fea8ba5583a5f70ecc104b77814a7911b77b754492169c72bdbbec5ccb377
 DIST pdns-3.4.6.tar.bz2 1336760 SHA256 
80a6a43cabd14db844bce84482ba56d03d46ebfbf96c88689fb3e2185ac286d8 SHA512 
6ab4bef0482041d511ce0ea15e92cd12b0b331d3199c01463fa9150d04aca428c7b90fe25e53251f76a8809331cf32830240961dbf887e6b7c4e0a7fe07c8089
 WHIRLPOOL 
a9541dce672e36b6f05f3a6c2b740f308af3c4b4ee3f96a5940f7ee5f2d9e017a9832604d29069e24f07925dd346f9f99a770779bccf35d14e7803fe34df8d46
+DIST pdns-3.4.7.tar.bz2 1345379 SHA256 
e17eca86c5e702b54b62b1edebc4741d8e0db748050a7214c778302039f28c4b SHA512 
d9dd8e7d37ae6d46783d9608beba2905838d1af8c597906bfe1134e2b787cfc529514f412eebb8838df5ceb1a7366c10057fd1d93b73924d0f6d2cec6ba72e13
 WHIRLPOOL 
7897ff06e1f43cada00aa25ef38e987377fe7a14a3634d5aa0484630d00d3e2269fe4caf36960c75dd825d47657ddf37692efa5a49eaf280b0832a301f27fd24

diff --git a/net-dns/pdns/pdns-3.4.7.ebuild b/net-dns/pdns/pdns-3.4.7.ebuild
new file mode 100644
index 000..77d6d55
--- /dev/null
+++ b/net-dns/pdns/pdns-3.4.7.ebuild
@@ -0,0 +1,177 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib systemd user toolchain-funcs versionator
+
+DESCRIPTION="The PowerDNS Daemon"
+HOMEPAGE="http://www.powerdns.com/";
+SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# other possible flags:
+# db2: we lack the dep
+# oracle: dito (need Oracle Client Libraries)
+# xdb: (almost) dead, surely not supported
+
+IUSE="botan cryptopp debug doc geoip ldap lua mydns mysql opendbx postgres 
remote sqlite static tools tinydns test"
+
+REQUIRED_USE="mydns? ( mysql )"
+
+RDEPEND="!static? (
+   net-libs/polarssl
+   >=dev-libs/boost-1.34:=
+   botan? ( =dev-libs/botan-1.10* )
+   cryptopp? ( dev-libs/crypto++ )
+   lua? ( dev-lang/lua:= )
+   mysql? ( virtual/mysql )
+   postgres? ( dev-db/postgresql:= )
+   ldap? ( >=net-nds/openldap-2.0.27-r4 )
+   sqlite? ( dev-db/sqlite:3 )
+   opendbx? ( dev-db/opendbx )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   )"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   static? (
+   >=net-libs/polarssl-1.3.0[static-libs(+)]
+   >=dev-libs/boost-1.34[static-libs(+)]
+   botan? ( =dev-libs/botan-1.10*[static-libs(+)] )
+   cryptopp? ( dev-libs/crypto++[static-libs(+)] )
+   lua? ( dev-lang/lua:=[static-libs(+)] )
+   mysql? ( virtual/mysql[static-libs(+)] )
+   postgres? ( dev-db/postgresql[static-libs(+)] )
+   ldap? ( >=net-nds/openldap-2.0.27-r4[static-libs(+)] )
+   sqlite? ( dev-db/sqlite:3[static-libs(+)] )
+   opendbx? ( dev-db/opendbx[static-libs(+)] )
+   geoip? ( >=dev-cpp/yaml-cpp-0.5.1 
dev-libs/geoip[static-libs(+)] )
+   tinydns? ( >=dev-db/tinycdb-0.77 )
+   )
+   doc? ( app-doc/doxygen )"
+
+src_configure() {
+   local dynmodules="pipe geo bind" # the default backends, always enabled
+   local modules=""
+
+   #use db2 && dynmodules+=" db2"
+   use ldap && dynmodules+=" ldap"
+   use lua && dynmodules+=" lua"
+   use mydns && dynmodules+=" mydns"
+   use mysql && dynmodules+=" gmysql"
+   use opendbx && dynmodules+=" opendbx"
+

[gentoo-commits] repo/gentoo:master commit in: media-fonts/nanumfont/

2015-11-03 Thread Guilherme Amadio
commit: d391643289097344a0b18ab2665bb26198a0e3a1
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Nov  3 19:26:52 2015 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Nov  3 19:33:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3916432

media-fonts/nanumfont: renamed to media-fonts/nanum, remove old versions

 media-fonts/nanumfont/Manifest|  1 -
 media-fonts/nanumfont/metadata.xml|  6 -
 media-fonts/nanumfont/nanumfont-2.0-r1.ebuild | 35 ---
 media-fonts/nanumfont/nanumfont-2.0.ebuild| 23 --
 4 files changed, 65 deletions(-)

diff --git a/media-fonts/nanumfont/Manifest b/media-fonts/nanumfont/Manifest
deleted file mode 100644
index 455f85a..000
--- a/media-fonts/nanumfont/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST NanumGothicCoding-2.0.zip 2038498 SHA256 
177317f060e305fa1dca079d453584d9ca7880153c992b188128c6b3b75ece2a SHA512 
c69cf0dc2d72cac4f38a9ddfa90fb268b0d6673a9b74d728bf3fd08811d5cc8599cb17dae2a0e63e064aca0b733a56da27ae2fcc1efe2b02da631b14a54e1f3f
 WHIRLPOOL 
bbee1dff0ea8d276f5e22ef080d5b1ce9b0bd53c588e9cc619b7b46cb4a042aafc93aed3ad427923cd6e70849f18171e563bcd93c264b873428f83a28d47a568

diff --git a/media-fonts/nanumfont/metadata.xml 
b/media-fonts/nanumfont/metadata.xml
deleted file mode 100644
index 89a87a7..000
--- a/media-fonts/nanumfont/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   fonts
-   cjk
-

diff --git a/media-fonts/nanumfont/nanumfont-2.0-r1.ebuild 
b/media-fonts/nanumfont/nanumfont-2.0-r1.ebuild
deleted file mode 100644
index ba1c378..000
--- a/media-fonts/nanumfont/nanumfont-2.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit font
-
-MY_P="NanumGothicCoding-${PV}"
-DESCRIPTION="Korean monospace font distributed by NHN"
-HOMEPAGE="http://dev.naver.com/projects/nanumfont";
-SRC_URI="http://dev.naver.com/frs/download.php/441/${MY_P}.zip";
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S="${WORKDIR}"
-FONT_S="${S}"
-
-FONT_SUFFIX="ttf"
-
-src_prepare() {
-   # Rename names in cp949 encoding, bug #322041
-   mkdir recode || die
-   mv *-Bold.ttf recode/${PN}-Bold.ttf || die
-   mv *.ttf recode/${PN}.ttf || die
-   mv recode/* .
-}

diff --git a/media-fonts/nanumfont/nanumfont-2.0.ebuild 
b/media-fonts/nanumfont/nanumfont-2.0.ebuild
deleted file mode 100644
index 51ae8e2..000
--- a/media-fonts/nanumfont/nanumfont-2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit font
-
-MY_P="NanumGothicCoding-${PV}"
-DESCRIPTION="Korean monospace font distributed by NHN"
-HOMEPAGE="http://dev.naver.com/projects/nanumfont";
-SRC_URI="http://dev.naver.com/frs/download.php/441/${MY_P}.zip";
-
-LICENSE="OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# Only installs fonts
-RESTRICT="strip binchecks"
-
-S="${WORKDIR}"
-FONT_S="${S}"
-
-FONT_SUFFIX="ttf"



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

2015-11-03 Thread Matt Thode
commit: b09c7e5d65a9a73e0429f0ba0fcbc3b530da4280
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov  3 19:25:28 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Nov  3 19:31:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09c7e5d

dev-python/mox3: bup

Package-Manager: portage-2.2.20.1

 dev-python/mox3/Manifest   |  1 +
 dev-python/mox3/mox3-0.12.0.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/dev-python/mox3/Manifest b/dev-python/mox3/Manifest
index 60a8e50..fc5ec82 100644
--- a/dev-python/mox3/Manifest
+++ b/dev-python/mox3/Manifest
@@ -1 +1,2 @@
+DIST mox3-0.12.0.tar.gz 42377 SHA256 
52c5c1f35d460e4f70d60b20a4283c8cce6d83c03e7be47a478ba104304a9fdf SHA512 
73e0215bf127589f791721a0cb9b8e3dcc379a23199339e370d641850a0a14c264eb9db94fbb37c99f9925ee3ebd302de14ec12fe1c8809dd3ca9c10cfd75468
 WHIRLPOOL 
fdfdf53f14e5f9dbf89b8f93279ee14e7b946c1e1fd843efc6da655f86c64fd67844ea32b2170fe2a26eab66274423d334bba1aa55e8f1ea31a6877647d76b14
 DIST mox3-0.7.0.tar.gz 44073 SHA256 
7cc2ffac72d55816bbf670b03cf636b4abdc089c3d8b31a6760b22fc1eeedde2 SHA512 
ee4b87bad46fdb63e8988186846a1823fe9db512f1cd8cf37266db14413307824e45e38121bd16ca4c7f3753fbc051dfcd98dc5c9c9c933604b007ff1e7fea05
 WHIRLPOOL 
0c71c0ef8960ee535fa11a27855725601929ebd50ef56611c8aa8ac0bee500b63b3d63a60bb444511f2bc3b05bf65eb7d91821144d56da4e0da343ff3689d427

diff --git a/dev-python/mox3/mox3-0.12.0.ebuild 
b/dev-python/mox3/mox3-0.12.0.ebuild
new file mode 100644
index 000..720d5af
--- /dev/null
+++ b/dev-python/mox3/mox3-0.12.0.ebuild
@@ -0,0 +1,73 @@
+# 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 python3_4 )
+DISTUTILS_IN_SOURCE_BUILD=TRUE
+
+inherit distutils-r1
+
+DESCRIPTION="Mock object framework for Python"
+HOMEPAGE="http://www.openstack.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND="
+   >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
+"
+CRDEPEND=">=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]"
+
+# NOTE dev-python/hacking isn't actually required for tests
+# >=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
+# 

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

2015-11-03 Thread Matt Thode
commit: 3659a0bdca5144a1edd1c65dea9184bab8ba6bbe
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov  3 19:30:23 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Nov  3 19:31:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3659a0bd

dev-python/requests-mock: doesn't actually have/need a pbr cap

Package-Manager: portage-2.2.20.1

 dev-python/requests-mock/requests-mock-0.6.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/requests-mock/requests-mock-0.6.0.ebuild 
b/dev-python/requests-mock/requests-mock-0.6.0.ebuild
index b00b333..1cdcca9 100644
--- a/dev-python/requests-mock/requests-mock-0.6.0.ebuild
+++ b/dev-python/requests-mock/requests-mock-0.6.0.ebuild
@@ -19,7 +19,6 @@ IUSE="test"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/files/, net-dns/pdns-recursor/

2015-11-03 Thread Sven Wegener
commit: 88153f4d34a0719cee3960acb6423d7a6a7845cb
Author: Sven Wegener  gentoo  org>
AuthorDate: Tue Nov  3 19:30:13 2015 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Tue Nov  3 19:30:13 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88153f4d

net-dns/pdns-recursor: cleanup

Signed-off-by: Sven Wegener  gentoo.org>

 .../pdns-recursor-3.1.7.2-error-message.patch  | 11 
 .../files/pdns-recursor-3.5.3-fdlimit.patch| 67 --
 .../files/pdns-recursor-3.6.1-CVE-2014-8601.patch  | 52 -
 .../pdns-recursor/pdns-recursor-3.6.1-r1.ebuild| 59 ---
 net-dns/pdns-recursor/pdns-recursor-3.6.2.ebuild   | 55 --
 net-dns/pdns-recursor/pdns-recursor-3.6.3.ebuild   | 55 --
 net-dns/pdns-recursor/pdns-recursor-3.7.1.ebuild   | 61 
 net-dns/pdns-recursor/pdns-recursor-3.7.2.ebuild   | 61 
 8 files changed, 421 deletions(-)

diff --git 
a/net-dns/pdns-recursor/files/pdns-recursor-3.1.7.2-error-message.patch 
b/net-dns/pdns-recursor/files/pdns-recursor-3.1.7.2-error-message.patch
deleted file mode 100644
index 7fdf208..000
--- a/net-dns/pdns-recursor/files/pdns-recursor-3.1.7.2-error-message.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 pdns-recursor-3.1.7.2/rec_channel.cc
-+++ pdns-recursor-3.1.7.2/rec_channel.cc
-@@ -100,7 +100,7 @@
-   strcpy(remote.sun_path,(path+"/"+fname).c_str());
-   if(::connect(d_fd, (sockaddr*)&remote, sizeof(remote)) < 0) {
- unlink(d_local.sun_path);
--throw AhuException("Unable to connect to remote '"+path+fname+"': 
"+string(strerror(errno)));
-+throw AhuException("Unable to connect to remote '"+path+"/"+fname+"': 
"+string(strerror(errno)));
-   }
- }
- 

diff --git a/net-dns/pdns-recursor/files/pdns-recursor-3.5.3-fdlimit.patch 
b/net-dns/pdns-recursor/files/pdns-recursor-3.5.3-fdlimit.patch
deleted file mode 100644
index 3b6e8e2..000
--- a/net-dns/pdns-recursor/files/pdns-recursor-3.5.3-fdlimit.patch
+++ /dev/null
@@ -1,67 +0,0 @@
 pdns-recursor-3.5.3/misc.cc
-+++ pdns-recursor-3.5.3/misc.cc
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #endif // WIN32
-@@ -697,3 +698,22 @@
-   } while(!strchr(buffer, '\n'));
-   return true;
- }
-+
-+unsigned int getFilenumLimit(bool hardOrSoft)
-+{
-+  struct rlimit rlim;
-+  if(getrlimit(RLIMIT_NOFILE, &rlim) < 0)
-+unixDie("Requesting number of available file descriptors");
-+  return hardOrSoft ? rlim.rlim_max : rlim.rlim_cur;
-+}
-+
-+void setFilenumLimit(unsigned int lim)
-+{
-+  struct rlimit rlim;
-+
-+  if(getrlimit(RLIMIT_NOFILE, &rlim) < 0)
-+unixDie("Requesting number of available file descriptors");
-+  rlim.rlim_cur=lim;
-+  if(setrlimit(RLIMIT_NOFILE, &rlim) < 0)
-+unixDie("Setting number of available file descriptors");
-+}
 pdns-recursor-3.5.3/misc.hh
-+++ pdns-recursor-3.5.3/misc.hh
-@@ -445,4 +445,6 @@
-   regex_t d_preg;
- };
- 
-+unsigned int getFilenumLimit(bool hardOrSoft=0);
-+void setFilenumLimit(unsigned int lim);
- #endif
 pdns-recursor-3.5.3/pdns_recursor.cc
-+++ pdns-recursor-3.5.3/pdns_recursor.cc
-@@ -1740,7 +1740,21 @@
-   
-   g_tcpTimeout=::arg().asNum("client-tcp-timeout");
-   g_maxTCPPerClient=::arg().asNum("max-tcp-per-client");
--  g_maxMThreads=::arg().asNum("max-mthreads");
-+  g_maxMThreads=::arg().asNum("max-mthreads");
-+  unsigned int availFDs=getFilenumLimit();
-+  if(g_maxMThreads * g_numThreads > availFDs) {
-+if(getFilenumLimit(true) >= g_maxMThreads * g_numThreads) {
-+  setFilenumLimit(g_maxMThreads * g_numThreads);
-+  Lget() || !(*t_pdl)->preresolve(dc->d_remote, 
g_listenSocketsAddresses[dc->d_socket], dc->d_mdp.d_qname, 
QType(dc->d_mdp.d_qtype), ret, res, &variableAnswer)) {
--  res = sr.beginResolve(dc->d_mdp.d_qname, QType(dc->d_mdp.d_qtype), 
dc->d_mdp.d_qclass, ret);
-+   try {
-+ res = sr.beginResolve(dc->d_mdp.d_qname, QType(dc->d_mdp.d_qtype), 
dc->d_mdp.d_qclass, ret);
-+   }
-+   catch(ImmediateServFailException &e) {
-+ L 50) throw ImmediateServFailException("more than 
50 queries sent while resolving "+qname);
-   TryTCP:
- 

[gentoo-commits] repo/gentoo:master commit in: media-fonts/infinality-ultimate-meta/

2015-11-03 Thread Guilherme Amadio
commit: f4df7d68a1445f645853b5ba84aa6b2790b98f29
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Tue Nov  3 19:19:03 2015 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Tue Nov  3 19:21:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4df7d68

media-fonts/infinality-ultimate-meta: Update to use new media-fonts/nanum ebuild

Package-Manager: portage-2.2.23

 media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild 
b/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild
index 018fbc1..6993660 100644
--- a/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild
+++ b/media-fonts/infinality-ultimate-meta/infinality-ultimate-meta-1.ebuild
@@ -68,7 +68,7 @@ RDEPEND="media-libs/fontconfig-ultimate
media-fonts/vlgothic
)
linguas_kn_IN? ( media-fonts/lohit-kannada )
-   linguas_ko? ( media-fonts/nanumfont )
+   linguas_ko? ( media-fonts/nanum )
linguas_ml? ( media-fonts/lohit-malayalam )
linguas_mr? ( media-fonts/lohit-marathi )
linguas_ne? ( media-fonts/lohit-nepali )



[gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/

2015-11-03 Thread Markus Meier
commit: 7a3d8260d288a2506c0532d89a8a49565483f825
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:20:26 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:20:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3d8260

app-crypt/mit-krb5: arm stable, bug #564304

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

 app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild 
b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
index e2af1b3..dca1652 100644
--- a/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
+++ b/app-crypt/mit-krb5/mit-krb5-1.13.2-r2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar";
 
 LICENSE="openafs-krb5-a BSD MIT OPENLDAP BSD-2 HPND BSD-4 ISC RSA CC-BY-SA-3.0 
|| ( BSD-2 GPL-2+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86"
 IUSE="doc +keyutils libressl openldap +pkinit selinux +threads test xinetd"
 
 CDEPEND="



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

2015-11-03 Thread Markus Meier
commit: 7df8064df08822267cbb130ddbb3950cf4785ec0
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:19:27 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:19:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df8064d

x11-misc/xscreensaver: arm stable, bug #564002

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

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

diff --git a/x11-misc/xscreensaver/xscreensaver-5.34.ebuild 
b/x11-misc/xscreensaver/xscreensaver-5.34.ebuild
index 33115ed..46ecb31 100644
--- a/x11-misc/xscreensaver/xscreensaver-5.34.ebuild
+++ b/x11-misc/xscreensaver/xscreensaver-5.34.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris 
~x86-solaris"
 IUSE="gdm jpeg new-login opengl pam +perl selinux suid xinerama"
 
 COMMON_DEPEND="



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

2015-11-03 Thread Markus Meier
commit: fb6a27dc441c6ddec0b42abb27db6182310615c5
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:18:17 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:18:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6a27dc

dev-vcs/git: arm stable, bug #562884

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

 dev-vcs/git/git-2.4.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.4.10.ebuild b/dev-vcs/git/git-2.4.10.ebuild
index d57e72f..0dc8baa 100644
--- a/dev-vcs/git/git-2.4.10.ebuild
+++ b/dev-vcs/git/git-2.4.10.ebuild
@@ -33,7 +33,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2015-11-03 Thread Markus Meier
commit: 8455fa52b70f701063ab0b58b40a3c8d9555f0c9
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:17:24 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:17:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8455fa52

dev-vcs/git: arm stable, bug #562884

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

 dev-vcs/git/git-2.3.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git/git-2.3.10.ebuild b/dev-vcs/git/git-2.3.10.ebuild
index e306dfc..9333b33 100644
--- a/dev-vcs/git/git-2.3.10.ebuild
+++ b/dev-vcs/git/git-2.3.10.ebuild
@@ -33,7 +33,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
-   KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2015-11-03 Thread Markus Meier
commit: 3f584563010037c4307d1ddbd1f29c1e900dc429
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:16:02 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:16:02 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f584563

x11-libs/gdk-pixbuf: arm stable, bug #562878

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

 x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild 
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
index 3eed720..a40cd96 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.32.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.gtk.org/";
 
 LICENSE="LGPL-2+"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+X debug +introspection jpeg jpeg2k tiff test"
 
 COMMON_DEPEND="



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

2015-11-03 Thread Markus Meier
commit: 7abb74514f7372bba3d2b28bac62d211bad44d69
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:15:10 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:15:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abb7451

dev-python/wxpython: arm stable, bug #562482

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

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

diff --git a/dev-python/wxpython/wxpython-3.0.2.0.ebuild 
b/dev-python/wxpython/wxpython-3.0.2.0.ebuild
index 62bb0de..e9d25fe 100644
--- a/dev-python/wxpython/wxpython-3.0.2.0.ebuild
+++ b/dev-python/wxpython/wxpython-3.0.2.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="wxWinLL-3"
 SLOT="3.0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="cairo examples libnotify opengl"
 
 RDEPEND="



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

2015-11-03 Thread Markus Meier
commit: 194ca6ff008370f25f2cb10ca5b77509d42a0c54
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:14:08 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:14:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194ca6ff

dev-ruby/daemons: arm stable, bug #556724

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

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

diff --git a/dev-ruby/daemons/daemons-1.2.3.ebuild 
b/dev-ruby/daemons/daemons-1.2.3.ebuild
index 1f7aafb..f511796 100644
--- a/dev-ruby/daemons/daemons-1.2.3.ebuild
+++ b/dev-ruby/daemons/daemons-1.2.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/thuehlinger/daemons";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE="examples"
 
 all_ruby_install() {



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

2015-11-03 Thread Markus Meier
commit: 9dc10e9baa9aa83f8cb65418847aa0ab82ba1d6f
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:12:47 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:12:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc10e9b

sys-apps/rng-tools: arm stable, bug #562520

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

 sys-apps/rng-tools/rng-tools-5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/rng-tools/rng-tools-5-r2.ebuild 
b/sys-apps/rng-tools/rng-tools-5-r2.ebuild
index f04175e..5c88198 100644
--- a/sys-apps/rng-tools/rng-tools-5-r2.ebuild
+++ b/sys-apps/rng-tools/rng-tools-5-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gkernel/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc x86"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc x86"
 IUSE="selinux"
 
 DEPEND="dev-libs/libgcrypt:0



[gentoo-commits] repo/gentoo:master commit in: media-gfx/hugin/files/, media-gfx/hugin/

2015-11-03 Thread Markus Meier
commit: c3397c5cceda6c6e02e92cf9b9e64ca5854ade18
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Nov  3 19:10:42 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Nov  3 19:10:42 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3397c5c

remove old

Package-Manager: portage-2.2.23

 media-gfx/hugin/Manifest   |   1 -
 .../hugin/files/hugin-2014.0.0-ParseExp.patch  | 527 -
 .../hugin/files/hugin-2014.0.0-lensfun-0.3.0.patch |  15 -
 media-gfx/hugin/hugin-2014.0.0-r1.ebuild   |  89 
 media-gfx/hugin/hugin-2014.0.0.ebuild  |  89 
 media-gfx/hugin/hugin-2015.0.0.ebuild  |  86 
 6 files changed, 807 deletions(-)

diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest
index 84eaf33..34addc4 100644
--- a/media-gfx/hugin/Manifest
+++ b/media-gfx/hugin/Manifest
@@ -1,2 +1 @@
-DIST hugin-2014.0.0.tar.bz2 10974274 SHA256 
f098aa0ede44010d3bb2bb38693177533fd776c45063a338c4c483d7e471ec29 SHA512 
f4dd7a59f96d4574d420691d221265309d1ff18b7df04df2c2f0946f3d669e78823e2a53f038ac7bddaaf2037e21c45bf54f19d2a90ce9d5d95a836331e34ca5
 WHIRLPOOL 
e8915454fcc5d54037289b0e91b8c441288706874891b72541414cad83556f6587d15d18be38405917da6c69b590121bc74a2ffa130bb9f1abea223c6fb1375d
 DIST hugin-2015.0.0.tar.bz2 10611519 SHA256 
2cd93c110be95d439f9e68653f3738d059a26f5c28973f75475ef59cbaa2cbbd SHA512 
bb2acf4dea80d43280778f67594dd1ddb0c2e186bcbaafe460fe47e0bd464ae2191b9b25344245e7267316e602ac2179cc838a0dcecb0d408c2206890a5ab6a2
 WHIRLPOOL 
f9d47da7962a19894f323b85084fc7fda925ed5041188ffb1fbcea09ce7719baa7b26c95c66ec22139d24b683d6b1cba8b821949c166814e435efc5fc0e0a11e

diff --git a/media-gfx/hugin/files/hugin-2014.0.0-ParseExp.patch 
b/media-gfx/hugin/files/hugin-2014.0.0-ParseExp.patch
deleted file mode 100644
index 3ee0dee..000
--- a/media-gfx/hugin/files/hugin-2014.0.0-ParseExp.patch
+++ /dev/null
@@ -1,527 +0,0 @@
-Contains revisions 6407:917d117ba6b0 6597:5b768c308932 6688:dde84e96b755 
6689:e237d6d1d873 of ParseExp.cpp/h
-
-diff -r 917d117ba6b0 -r e237d6d1d873 src/tools/ParseExp.cpp
 a/src/tools/ParseExp.cpp   Sun Dec 15 18:20:14 2013 +0100
-+++ b/src/tools/ParseExp.cpp   Sat Sep 13 11:22:39 2014 +0200
-@@ -1,262 +1,246 @@
--// -*- c-basic-offset: 4 -*-
--
--/** @file ParseExp.cpp
-- *
-- *  @brief functions to parse expressions from strings
-- *
-- *  @author T. Modes
-- *
-- */
--
--/*  This program is free software; you can redistribute it and/or
-- *  modify it under the terms of the GNU General Public
-- *  License as published by the Free Software Foundation; either
-- *  version 2 of the License, or (at your option) any later version.
-- *
-- *  This software is distributed in the hope that it will be useful,
-- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
-- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-- *  General Public License for more details.
-- *
-- *  You should have received a copy of the GNU General Public
-- *  License along with this software; if not, write to the Free Software
-- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-- *
-- */
--
--// implementation is based on blog at
--// 
http://agentzlerich.blogspot.de/2011/06/using-boost-spirit-21-to-evaluate.html
--// modified to Hugins need
--// added if statement
--
--#include "ParseExp.h"
--
--#include 
--#include 
--
--#include 
--#if !defined(SPIRIT_VERSION) || SPIRIT_VERSION < 0x2010
--#error "At least Spirit version 2.1 required"
--#endif
--#include 
--#include 
--#include 
--
--namespace Parser
--{
--
--// helper classes to implement operators
--
--//power function
--struct lazy_pow_
--{
--template 
--struct result { typedef X type; };
--
--template 
--X operator()(X x, Y y) const
--{
--return std::pow(x, y);
--}
--};
--
--// modulus for double values
--struct lazy_mod_
--{
--template 
--struct result { typedef X type; };
--
--template 
--X operator()(X x, Y y) const
--{
--return std::fmod(x,y);
--}
--};
--
--// if statement
--struct lazy_if_
--{
--template 
--struct result { typedef Y type; };
--
--template 
--X operator()(X x, Y y, Z z) const
--{
--return x ? y : z;
--}
--};
--
--// wrapper for unary function
--struct lazy_ufunc_
--{
--template 
--struct result { typedef A1 type; };
--
--template 
--A1 operator()(F f, A1 a1) const
--{
--return f(a1);
--}
--};
--
--// convert rad into deg
--double deg(const double d)
--{
--return d*180.0/boost::math::constants::pi();
--};
--
--// convert deg into rad
--double rad(const double d)
--{
--return d*boost::math::constants::pi()/180;
--};
--
--// the main grammar class
--struct grammar:boost::spirit::qi::grammar
--{
--
--// symbol table for constants like "pi", e.g. image number and value
--struct constant_ : boost::spirit::qi::symbols
--

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

2015-11-03 Thread Andrew Savchenko
commit: fb8d813441f18203cbe7df324058931c95ae3480
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Nov  3 19:06:07 2015 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Nov  3 19:06:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8d8134

net-fs/openafs: fix repoman warnings

Specify ncurses subslot dependency.

Package-Manager: portage-2.2.23
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-fs/openafs/openafs-1.6.12-r1.ebuild | 2 +-
 net-fs/openafs/openafs-1.6.14.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/openafs/openafs-1.6.12-r1.ebuild 
b/net-fs/openafs/openafs-1.6.12-r1.ebuild
index e725046..2e79e6a 100644
--- a/net-fs/openafs/openafs-1.6.12-r1.ebuild
+++ b/net-fs/openafs/openafs-1.6.12-r1.ebuild
@@ -27,7 +27,7 @@ KEYWORDS="amd64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc kerberos +modules pam"
 
 CDEPEND="
-   sys-libs/ncurses
+   sys-libs/ncurses:=
pam? ( virtual/pam )
kerberos? ( virtual/krb5 )"
 

diff --git a/net-fs/openafs/openafs-1.6.14.ebuild 
b/net-fs/openafs/openafs-1.6.14.ebuild
index 57bdc0b..f0c449a 100644
--- a/net-fs/openafs/openafs-1.6.14.ebuild
+++ b/net-fs/openafs/openafs-1.6.14.ebuild
@@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~amd64-fbsd ~amd64-linux ~sparc ~x86 
~x86-fbsd ~x86-linux"
 IUSE="doc kerberos +modules pam"
 
 CDEPEND="
-   sys-libs/ncurses
+   sys-libs/ncurses:=
pam? ( virtual/pam )
kerberos? ( virtual/krb5 )"
 



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

2015-11-03 Thread Andrew Savchenko
commit: a37e9749bbf4a863837081d613f98b69639c5279
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Nov  3 18:50:29 2015 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Nov  3 18:50:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37e9749

net-fs/openafs-kernel: remove vulnerable versions

See bug 556354.

Package-Manager: portage-2.2.23
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-fs/openafs-kernel/Manifest |   2 -
 .../openafs-kernel/openafs-kernel-1.6.11.1.ebuild  | 117 ---
 net-fs/openafs-kernel/openafs-kernel-1.6.11.ebuild | 117 ---
 net-fs/openafs-kernel/openafs-kernel-1.6.12.ebuild | 124 -
 4 files changed, 360 deletions(-)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index beb151c..a3f9875 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,5 +1,4 @@
 DIST openafs-1.6.11-doc.tar.bz2 3530829 SHA256 
d5cfa17ec06812a9961960bfdf54c1a753f512826fbbb41e3fdbb2310b5b5a59 SHA512 
9bd792eae719c6cfa3d250ae31fcc2cd47e40d0b78f5e3453a5b242255bc64d88b9943ac5a7ab2565509904499d6b11a94d27e9c9b48b515aa51bd8f0670ec67
 WHIRLPOOL 
1a6bdc5d0920eb046c6b975b4f17caca2e30295d0b26993edda17bec09adffa9254bfb5897979beb92ccafe4e1fbfc36d82ed715d46e967a6a0b1cb4bf4e05f8
-DIST openafs-1.6.11-patches.tar.xz 9628 SHA256 
16fdf63d81bd986aea4112f43f4005912dd62175aeb355e7b729b309842c970c SHA512 
8227cb156f7498afa70e3086f4bfd26672576229a8f847d24a85b495942270e4964aa715536d43c2e63bbd3f4ced7cd19971c76007cb8e2e5aef17fe0ceb9d1d
 WHIRLPOOL 
9ae675c36ec5fe07b7d095705dc6ee02f4a4ac227d9396e29299d94cde10f18e217c06e3c62f73d3d2b07a43410b35e464e7b328e25710e6c497d093381ce158
 DIST openafs-1.6.11-src.tar.bz2 14605284 SHA256 
cc42da08ef750a2363f7ea291e2264a9334c6ecf1400a75f5dabc170205bd01d SHA512 
4e82553443009f899dfbd3eed0b9ed63c55aff5d5ce02f31657277385f0dfdef7e724b81a25fabb962d03b5a622d8d3fa9eca04879d1b84f4b253a52ea4ab90c
 WHIRLPOOL 
fbf188144643a71f7e505251033ed68c3d684dabd6647b4096c7a4010a76285db46c0cd586c5481635eb7da8406b5adee72c02528e59c4f89c6d923640cc93fb
 DIST openafs-1.6.11.1-doc.tar.bz2 3530413 SHA256 
cb398583931e7f0edf17b2321a858afc62cffa3c48cf69021eccc198d3e764f9 SHA512 
bcf48ae1e4f12a758adf3f64b60738cce6853501d66dce594df75d28687e939b2f369b485e27fbe116bd14816277c39ebe213f65f20c9ca6ab76946742ee18f8
 WHIRLPOOL 
6d8f5a2e602d4388dfca8634b7f5a8545bb39e5859b012700e0a361b4d7151eb8a6493e7a18f408a1ab54f083dfc4b0e8ca310c7772f5144dd0083af5b7488af
 DIST openafs-1.6.11.1-src.tar.bz2 14603197 SHA256 
ae1a87faec8ee273f7d4baa69d1346f798415b38de72888decde011405423dc7 SHA512 
43238d16d52498c62f6de944e030edeafdce9373074f961820d383bf82034511a484e79f1f655d5152f39abb38dfb744a9d02c47bb762c59e505de165bcc5579
 WHIRLPOOL 
eb56015aaec4aa8c2a0d5aa901f4291a043e373d533bed5a48620e3b3a472226599dd083a4837ecc5a8763e7448ed1fb8c08aeec7ca53cf82db8be39d63dc522
@@ -7,6 +6,5 @@ DIST openafs-1.6.12-doc.tar.bz2 3531628 SHA256 
1b5726f77ee98ae45b4b6d0142a65724e
 DIST openafs-1.6.12-src.tar.bz2 14603726 SHA256 
c47ffaa24bf2373264e330a624acafb5f509f4b00d63394b96e9bab131bf5802 SHA512 
12c4b1ad12be7d44c56907f250b1d1ef94ca04f2b6e6d8c750da2a304cd0c60dd410516a3fa414442149e3a99c0cfd7aef283f09106889039035347793f01fc8
 WHIRLPOOL 
f14e72aef41c47dd4e78b519b65fc01b67d709bd027a3004a501b621d71cc76f4d27ab5704421e39f05a611516ddcba9f1c2715fd4662cff13349be31b7a61a9
 DIST openafs-1.6.14-doc.tar.bz2 3530481 SHA256 
544fb3370465881bd1aadb24cf9e40610ff23d8445759c659d5354ce1e9358c3 SHA512 
35de279fd61c657f5cd1b5fa26113a667155c2f2733fffb9bafeec1ac6be548fa335e5039e783cd6031fbc0ab8d27dd576e4571d76dd3f403283d5b32f75ca50
 WHIRLPOOL 
0663663a365f20448641093b1fc086219d395a7603c1658b69c083657ae0a2fec3d16a44e48adc3a7669b4a89ea07f0ce8e91d80134c5a5a1a193f304ced4a0b
 DIST openafs-1.6.14-src.tar.bz2 14605615 SHA256 
3e62c798a7f982c4f88d85d32e46bee6a47848d207b1e318fe661ce44ae4e01f SHA512 
957178b1c3f6262e831ec497b7dd76e208a48f2107942d44ce72b062081e2932b93cb800b786eb88b770a647daf3585f659fdd1e715d0e724ac56eae011f3601
 WHIRLPOOL 
43e58a9e34ed2340c732b88261ecf4043f7a6e7db18bac7113b74455b1a2f1ed864d345bf41bac42d6d437ae18778e7f37a794b738a882c0fb5e36257af7d960
-DIST openafs-patches-20150503.tar.xz 9736 SHA256 
066f61fe795e2cb3235a0a991abe8c5e876758bae7ea9bec61e98a3f601c9d7d SHA512 
c687be78c7a6442b81c1362cab6ba215301911bdefcf39d2758ffeddecfa3efaa67990ea8277bbc1dedc14ad70a33213a37dbc45c43cd53871eec089759596c6
 WHIRLPOOL 
0935946c9a535f8e9ce6dd292801c671aef1c40f2a3f51aa4a85e5f4181fb46c3b2df55be56eec56c7fcab0eaf27d97cc6cef98c1b70178ba8cd7258174036cf
 DIST openafs-patches-20150626.tar.xz 10588 SHA256 
b221842e82e4807e6b8064454df3792b12f3d73104462d83aa88c79e3028fb4a SHA512 
b77df9dc734965301585d5f66732fef119282e49cbd5c121f45aa9f0b64fc6c62e1cd93c8b7ff81702f6baece0df3cf9d99ab796e84f2c0c610dc2e2fd3cedf6
 WHIRLPOOL 
71778ab6f64a156f8f559d446e09cbb8278f2f0965225a21767a2a28883e228620c37241cd439426a3163ede8b04f676f2b4aea7c14394c82bdc47dc26

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

2015-11-03 Thread Andrew Savchenko
commit: 87d78a03bf33fa27139a039667c6b70ec3d0420c
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Nov  3 18:46:57 2015 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Nov  3 18:46:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d78a03

net-fs/openafs: remove vulnerable versions

See bug 556354.

Package-Manager: portage-2.2.23
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-fs/openafs/Manifest|   2 -
 net-fs/openafs/openafs-1.6.11.1.ebuild | 176 -
 net-fs/openafs/openafs-1.6.11.ebuild   | 175 
 net-fs/openafs/openafs-1.6.12.ebuild   | 175 
 4 files changed, 528 deletions(-)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index beb151c..a3f9875 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -1,5 +1,4 @@
 DIST openafs-1.6.11-doc.tar.bz2 3530829 SHA256 
d5cfa17ec06812a9961960bfdf54c1a753f512826fbbb41e3fdbb2310b5b5a59 SHA512 
9bd792eae719c6cfa3d250ae31fcc2cd47e40d0b78f5e3453a5b242255bc64d88b9943ac5a7ab2565509904499d6b11a94d27e9c9b48b515aa51bd8f0670ec67
 WHIRLPOOL 
1a6bdc5d0920eb046c6b975b4f17caca2e30295d0b26993edda17bec09adffa9254bfb5897979beb92ccafe4e1fbfc36d82ed715d46e967a6a0b1cb4bf4e05f8
-DIST openafs-1.6.11-patches.tar.xz 9628 SHA256 
16fdf63d81bd986aea4112f43f4005912dd62175aeb355e7b729b309842c970c SHA512 
8227cb156f7498afa70e3086f4bfd26672576229a8f847d24a85b495942270e4964aa715536d43c2e63bbd3f4ced7cd19971c76007cb8e2e5aef17fe0ceb9d1d
 WHIRLPOOL 
9ae675c36ec5fe07b7d095705dc6ee02f4a4ac227d9396e29299d94cde10f18e217c06e3c62f73d3d2b07a43410b35e464e7b328e25710e6c497d093381ce158
 DIST openafs-1.6.11-src.tar.bz2 14605284 SHA256 
cc42da08ef750a2363f7ea291e2264a9334c6ecf1400a75f5dabc170205bd01d SHA512 
4e82553443009f899dfbd3eed0b9ed63c55aff5d5ce02f31657277385f0dfdef7e724b81a25fabb962d03b5a622d8d3fa9eca04879d1b84f4b253a52ea4ab90c
 WHIRLPOOL 
fbf188144643a71f7e505251033ed68c3d684dabd6647b4096c7a4010a76285db46c0cd586c5481635eb7da8406b5adee72c02528e59c4f89c6d923640cc93fb
 DIST openafs-1.6.11.1-doc.tar.bz2 3530413 SHA256 
cb398583931e7f0edf17b2321a858afc62cffa3c48cf69021eccc198d3e764f9 SHA512 
bcf48ae1e4f12a758adf3f64b60738cce6853501d66dce594df75d28687e939b2f369b485e27fbe116bd14816277c39ebe213f65f20c9ca6ab76946742ee18f8
 WHIRLPOOL 
6d8f5a2e602d4388dfca8634b7f5a8545bb39e5859b012700e0a361b4d7151eb8a6493e7a18f408a1ab54f083dfc4b0e8ca310c7772f5144dd0083af5b7488af
 DIST openafs-1.6.11.1-src.tar.bz2 14603197 SHA256 
ae1a87faec8ee273f7d4baa69d1346f798415b38de72888decde011405423dc7 SHA512 
43238d16d52498c62f6de944e030edeafdce9373074f961820d383bf82034511a484e79f1f655d5152f39abb38dfb744a9d02c47bb762c59e505de165bcc5579
 WHIRLPOOL 
eb56015aaec4aa8c2a0d5aa901f4291a043e373d533bed5a48620e3b3a472226599dd083a4837ecc5a8763e7448ed1fb8c08aeec7ca53cf82db8be39d63dc522
@@ -7,6 +6,5 @@ DIST openafs-1.6.12-doc.tar.bz2 3531628 SHA256 
1b5726f77ee98ae45b4b6d0142a65724e
 DIST openafs-1.6.12-src.tar.bz2 14603726 SHA256 
c47ffaa24bf2373264e330a624acafb5f509f4b00d63394b96e9bab131bf5802 SHA512 
12c4b1ad12be7d44c56907f250b1d1ef94ca04f2b6e6d8c750da2a304cd0c60dd410516a3fa414442149e3a99c0cfd7aef283f09106889039035347793f01fc8
 WHIRLPOOL 
f14e72aef41c47dd4e78b519b65fc01b67d709bd027a3004a501b621d71cc76f4d27ab5704421e39f05a611516ddcba9f1c2715fd4662cff13349be31b7a61a9
 DIST openafs-1.6.14-doc.tar.bz2 3530481 SHA256 
544fb3370465881bd1aadb24cf9e40610ff23d8445759c659d5354ce1e9358c3 SHA512 
35de279fd61c657f5cd1b5fa26113a667155c2f2733fffb9bafeec1ac6be548fa335e5039e783cd6031fbc0ab8d27dd576e4571d76dd3f403283d5b32f75ca50
 WHIRLPOOL 
0663663a365f20448641093b1fc086219d395a7603c1658b69c083657ae0a2fec3d16a44e48adc3a7669b4a89ea07f0ce8e91d80134c5a5a1a193f304ced4a0b
 DIST openafs-1.6.14-src.tar.bz2 14605615 SHA256 
3e62c798a7f982c4f88d85d32e46bee6a47848d207b1e318fe661ce44ae4e01f SHA512 
957178b1c3f6262e831ec497b7dd76e208a48f2107942d44ce72b062081e2932b93cb800b786eb88b770a647daf3585f659fdd1e715d0e724ac56eae011f3601
 WHIRLPOOL 
43e58a9e34ed2340c732b88261ecf4043f7a6e7db18bac7113b74455b1a2f1ed864d345bf41bac42d6d437ae18778e7f37a794b738a882c0fb5e36257af7d960
-DIST openafs-patches-20150503.tar.xz 9736 SHA256 
066f61fe795e2cb3235a0a991abe8c5e876758bae7ea9bec61e98a3f601c9d7d SHA512 
c687be78c7a6442b81c1362cab6ba215301911bdefcf39d2758ffeddecfa3efaa67990ea8277bbc1dedc14ad70a33213a37dbc45c43cd53871eec089759596c6
 WHIRLPOOL 
0935946c9a535f8e9ce6dd292801c671aef1c40f2a3f51aa4a85e5f4181fb46c3b2df55be56eec56c7fcab0eaf27d97cc6cef98c1b70178ba8cd7258174036cf
 DIST openafs-patches-20150626.tar.xz 10588 SHA256 
b221842e82e4807e6b8064454df3792b12f3d73104462d83aa88c79e3028fb4a SHA512 
b77df9dc734965301585d5f66732fef119282e49cbd5c121f45aa9f0b64fc6c62e1cd93c8b7ff81702f6baece0df3cf9d99ab796e84f2c0c610dc2e2fd3cedf6
 WHIRLPOOL 
71778ab6f64a156f8f559d446e09cbb8278f2f0965225a21767a2a28883e228620c37241cd439426a3163ede8b04f676f2b4aea7c14394c82bdc47dc2643e6b2
 DIST openafs-patches-20150813.tar.xz 

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

2015-11-03 Thread Andrew Savchenko
commit: 8ec0b45ef56280cd52987e2cf4c26f9a0187820b
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Nov  3 18:58:45 2015 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Nov  3 18:58:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec0b45e

net-fs/openafs-kernel: remove old

Package-Manager: portage-2.2.23
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-fs/openafs-kernel/Manifest |   4 -
 .../openafs-kernel/openafs-kernel-1.6.11-r1.ebuild | 125 -
 .../openafs-kernel-1.6.11.1-r1.ebuild  | 125 -
 3 files changed, 254 deletions(-)

diff --git a/net-fs/openafs-kernel/Manifest b/net-fs/openafs-kernel/Manifest
index a3f9875..e1a8d0d 100644
--- a/net-fs/openafs-kernel/Manifest
+++ b/net-fs/openafs-kernel/Manifest
@@ -1,7 +1,3 @@
-DIST openafs-1.6.11-doc.tar.bz2 3530829 SHA256 
d5cfa17ec06812a9961960bfdf54c1a753f512826fbbb41e3fdbb2310b5b5a59 SHA512 
9bd792eae719c6cfa3d250ae31fcc2cd47e40d0b78f5e3453a5b242255bc64d88b9943ac5a7ab2565509904499d6b11a94d27e9c9b48b515aa51bd8f0670ec67
 WHIRLPOOL 
1a6bdc5d0920eb046c6b975b4f17caca2e30295d0b26993edda17bec09adffa9254bfb5897979beb92ccafe4e1fbfc36d82ed715d46e967a6a0b1cb4bf4e05f8
-DIST openafs-1.6.11-src.tar.bz2 14605284 SHA256 
cc42da08ef750a2363f7ea291e2264a9334c6ecf1400a75f5dabc170205bd01d SHA512 
4e82553443009f899dfbd3eed0b9ed63c55aff5d5ce02f31657277385f0dfdef7e724b81a25fabb962d03b5a622d8d3fa9eca04879d1b84f4b253a52ea4ab90c
 WHIRLPOOL 
fbf188144643a71f7e505251033ed68c3d684dabd6647b4096c7a4010a76285db46c0cd586c5481635eb7da8406b5adee72c02528e59c4f89c6d923640cc93fb
-DIST openafs-1.6.11.1-doc.tar.bz2 3530413 SHA256 
cb398583931e7f0edf17b2321a858afc62cffa3c48cf69021eccc198d3e764f9 SHA512 
bcf48ae1e4f12a758adf3f64b60738cce6853501d66dce594df75d28687e939b2f369b485e27fbe116bd14816277c39ebe213f65f20c9ca6ab76946742ee18f8
 WHIRLPOOL 
6d8f5a2e602d4388dfca8634b7f5a8545bb39e5859b012700e0a361b4d7151eb8a6493e7a18f408a1ab54f083dfc4b0e8ca310c7772f5144dd0083af5b7488af
-DIST openafs-1.6.11.1-src.tar.bz2 14603197 SHA256 
ae1a87faec8ee273f7d4baa69d1346f798415b38de72888decde011405423dc7 SHA512 
43238d16d52498c62f6de944e030edeafdce9373074f961820d383bf82034511a484e79f1f655d5152f39abb38dfb744a9d02c47bb762c59e505de165bcc5579
 WHIRLPOOL 
eb56015aaec4aa8c2a0d5aa901f4291a043e373d533bed5a48620e3b3a472226599dd083a4837ecc5a8763e7448ed1fb8c08aeec7ca53cf82db8be39d63dc522
 DIST openafs-1.6.12-doc.tar.bz2 3531628 SHA256 
1b5726f77ee98ae45b4b6d0142a65724e8f08099eb1b2a4308ae8f0638199963 SHA512 
b0389f5aecce913a50e827204c3d3f19964473d4b8b0e6e39d91d00971e4be57b4cfece0b4bc40fb3b6f5d7d60ee40b079883505625413f0748035452c3c2686
 WHIRLPOOL 
a795b70caf84e17d5bea720a12e2c1aa159a34105f51dbcf60a464b2c8bf81a9624e8beede566c9c4b6ceeff424db7925bf588a7383f0860df8ec65828d32cc1
 DIST openafs-1.6.12-src.tar.bz2 14603726 SHA256 
c47ffaa24bf2373264e330a624acafb5f509f4b00d63394b96e9bab131bf5802 SHA512 
12c4b1ad12be7d44c56907f250b1d1ef94ca04f2b6e6d8c750da2a304cd0c60dd410516a3fa414442149e3a99c0cfd7aef283f09106889039035347793f01fc8
 WHIRLPOOL 
f14e72aef41c47dd4e78b519b65fc01b67d709bd027a3004a501b621d71cc76f4d27ab5704421e39f05a611516ddcba9f1c2715fd4662cff13349be31b7a61a9
 DIST openafs-1.6.14-doc.tar.bz2 3530481 SHA256 
544fb3370465881bd1aadb24cf9e40610ff23d8445759c659d5354ce1e9358c3 SHA512 
35de279fd61c657f5cd1b5fa26113a667155c2f2733fffb9bafeec1ac6be548fa335e5039e783cd6031fbc0ab8d27dd576e4571d76dd3f403283d5b32f75ca50
 WHIRLPOOL 
0663663a365f20448641093b1fc086219d395a7603c1658b69c083657ae0a2fec3d16a44e48adc3a7669b4a89ea07f0ce8e91d80134c5a5a1a193f304ced4a0b

diff --git a/net-fs/openafs-kernel/openafs-kernel-1.6.11-r1.ebuild 
b/net-fs/openafs-kernel/openafs-kernel-1.6.11-r1.ebuild
deleted file mode 100644
index 889b910..000
--- a/net-fs/openafs-kernel/openafs-kernel-1.6.11-r1.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools eutils linux-mod multilib toolchain-funcs versionator
-
-MY_PV=$(delete_version_separator '_')
-MY_PN="${PN/-kernel}"
-MY_P="${MY_PN}-${MY_PV}"
-PVER="20150813"
-
-DESCRIPTION="The OpenAFS distributed file system kernel module"
-HOMEPAGE="http://www.openafs.org/";
-# We always d/l the doc tarball as man pages are not USE=doc material
-[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
-SRC_URI="
-   http://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2
-   https://dev.gentoo.org/~bircoph/afs/${MY_PN}-patches-${PVER}.tar.xz
-"
-
-LICENSE="IBM BSD openafs-krb5-a APSL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~amd64-fbsd ~amd64-linux ~sparc ~x86 ~x86-fbsd ~x86-linux"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-CONFIG_CHECK="!DEBUG_RODATA ~!AFS_FS KEYS"
-ERROR_DEBUG_RODATA="OpenAFS is incompatible with linux' CONFIG_DEBUG_RODATA 
option"
-ERROR_AFS_FS="OpenAFS conflicts with the in

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

2015-11-03 Thread Andrew Savchenko
commit: 2bece7f05a23c150c4c44daf1e463cf25767e27f
Author: Andrew Savchenko  gentoo  org>
AuthorDate: Tue Nov  3 18:55:26 2015 +
Commit: Andrew Savchenko  gentoo  org>
CommitDate: Tue Nov  3 18:55:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bece7f0

net-fs/openafs: remove old versions

Package-Manager: portage-2.2.23
Signed-off-by: Andrew Savchenko  gentoo.org>

 net-fs/openafs/Manifest   |   4 -
 net-fs/openafs/openafs-1.6.11-r1.ebuild   | 176 --
 net-fs/openafs/openafs-1.6.11.1-r1.ebuild | 176 --
 3 files changed, 356 deletions(-)

diff --git a/net-fs/openafs/Manifest b/net-fs/openafs/Manifest
index a3f9875..e1a8d0d 100644
--- a/net-fs/openafs/Manifest
+++ b/net-fs/openafs/Manifest
@@ -1,7 +1,3 @@
-DIST openafs-1.6.11-doc.tar.bz2 3530829 SHA256 
d5cfa17ec06812a9961960bfdf54c1a753f512826fbbb41e3fdbb2310b5b5a59 SHA512 
9bd792eae719c6cfa3d250ae31fcc2cd47e40d0b78f5e3453a5b242255bc64d88b9943ac5a7ab2565509904499d6b11a94d27e9c9b48b515aa51bd8f0670ec67
 WHIRLPOOL 
1a6bdc5d0920eb046c6b975b4f17caca2e30295d0b26993edda17bec09adffa9254bfb5897979beb92ccafe4e1fbfc36d82ed715d46e967a6a0b1cb4bf4e05f8
-DIST openafs-1.6.11-src.tar.bz2 14605284 SHA256 
cc42da08ef750a2363f7ea291e2264a9334c6ecf1400a75f5dabc170205bd01d SHA512 
4e82553443009f899dfbd3eed0b9ed63c55aff5d5ce02f31657277385f0dfdef7e724b81a25fabb962d03b5a622d8d3fa9eca04879d1b84f4b253a52ea4ab90c
 WHIRLPOOL 
fbf188144643a71f7e505251033ed68c3d684dabd6647b4096c7a4010a76285db46c0cd586c5481635eb7da8406b5adee72c02528e59c4f89c6d923640cc93fb
-DIST openafs-1.6.11.1-doc.tar.bz2 3530413 SHA256 
cb398583931e7f0edf17b2321a858afc62cffa3c48cf69021eccc198d3e764f9 SHA512 
bcf48ae1e4f12a758adf3f64b60738cce6853501d66dce594df75d28687e939b2f369b485e27fbe116bd14816277c39ebe213f65f20c9ca6ab76946742ee18f8
 WHIRLPOOL 
6d8f5a2e602d4388dfca8634b7f5a8545bb39e5859b012700e0a361b4d7151eb8a6493e7a18f408a1ab54f083dfc4b0e8ca310c7772f5144dd0083af5b7488af
-DIST openafs-1.6.11.1-src.tar.bz2 14603197 SHA256 
ae1a87faec8ee273f7d4baa69d1346f798415b38de72888decde011405423dc7 SHA512 
43238d16d52498c62f6de944e030edeafdce9373074f961820d383bf82034511a484e79f1f655d5152f39abb38dfb744a9d02c47bb762c59e505de165bcc5579
 WHIRLPOOL 
eb56015aaec4aa8c2a0d5aa901f4291a043e373d533bed5a48620e3b3a472226599dd083a4837ecc5a8763e7448ed1fb8c08aeec7ca53cf82db8be39d63dc522
 DIST openafs-1.6.12-doc.tar.bz2 3531628 SHA256 
1b5726f77ee98ae45b4b6d0142a65724e8f08099eb1b2a4308ae8f0638199963 SHA512 
b0389f5aecce913a50e827204c3d3f19964473d4b8b0e6e39d91d00971e4be57b4cfece0b4bc40fb3b6f5d7d60ee40b079883505625413f0748035452c3c2686
 WHIRLPOOL 
a795b70caf84e17d5bea720a12e2c1aa159a34105f51dbcf60a464b2c8bf81a9624e8beede566c9c4b6ceeff424db7925bf588a7383f0860df8ec65828d32cc1
 DIST openafs-1.6.12-src.tar.bz2 14603726 SHA256 
c47ffaa24bf2373264e330a624acafb5f509f4b00d63394b96e9bab131bf5802 SHA512 
12c4b1ad12be7d44c56907f250b1d1ef94ca04f2b6e6d8c750da2a304cd0c60dd410516a3fa414442149e3a99c0cfd7aef283f09106889039035347793f01fc8
 WHIRLPOOL 
f14e72aef41c47dd4e78b519b65fc01b67d709bd027a3004a501b621d71cc76f4d27ab5704421e39f05a611516ddcba9f1c2715fd4662cff13349be31b7a61a9
 DIST openafs-1.6.14-doc.tar.bz2 3530481 SHA256 
544fb3370465881bd1aadb24cf9e40610ff23d8445759c659d5354ce1e9358c3 SHA512 
35de279fd61c657f5cd1b5fa26113a667155c2f2733fffb9bafeec1ac6be548fa335e5039e783cd6031fbc0ab8d27dd576e4571d76dd3f403283d5b32f75ca50
 WHIRLPOOL 
0663663a365f20448641093b1fc086219d395a7603c1658b69c083657ae0a2fec3d16a44e48adc3a7669b4a89ea07f0ce8e91d80134c5a5a1a193f304ced4a0b

diff --git a/net-fs/openafs/openafs-1.6.11-r1.ebuild 
b/net-fs/openafs/openafs-1.6.11-r1.ebuild
deleted file mode 100644
index f9b338c..000
--- a/net-fs/openafs/openafs-1.6.11-r1.ebuild
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit autotools eutils flag-o-matic multilib pam systemd toolchain-funcs 
versionator
-
-MY_PV=$(delete_version_separator '_')
-MY_P="${PN}-${MY_PV}"
-PVER="20150813"
-
-DESCRIPTION="The OpenAFS distributed file system"
-HOMEPAGE="http://www.openafs.org/";
-# We always d/l the doc tarball as man pages are not USE=doc material
-[[ ${PV} == *_pre* ]] && MY_PRE="candidate/" || MY_PRE=""
-SRC_URI="
-   http://openafs.org/dl/openafs/${MY_PRE}${MY_PV}/${MY_P}-src.tar.bz2
-   http://openafs.org/dl/openafs/${MY_PV}/${MY_P}-doc.tar.bz2
-   https://dev.gentoo.org/~bircoph/afs/${PN}-patches-${PVER}.tar.xz
-"
-
-LICENSE="IBM BSD openafs-krb5-a APSL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~amd64-linux ~sparc ~x86 ~x86-linux"
-
-IUSE="doc kerberos +modules pam"
-
-CDEPEND="
-   sys-libs/ncurses
-   pam? ( virtual/pam )
-   kerberos? ( virtual/krb5 )"
-
-DEPEND="${CDEPEND}
-   doc? (
-   app-text/docbook-xsl-stylesheets
-   dev-libs/libxslt
-   )"
-
-RDEPEND="${CDEPEND}
-   modules? ( ~net-fs/openafs-kernel-$

[gentoo-commits] proj/linux-patches: New tag: 3.12-47

2015-11-03 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Nov  3 18:48:44 2015 +

New tag: 3.12-47




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

2015-11-03 Thread Mike Pagano
commit: 22cf0359e3a1f6a2406230bdd75bb7a63c3212d0
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Nov  3 18:39:46 2015 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Nov  3 18:39:46 2015 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=22cf0359

Linux patch 3.18.24

 _README  |  4 
 1023_linux-3.18.24.patch | 24 
 2 files changed, 28 insertions(+)

diff --git a/_README b/_README
index 84e11a6..d829823 100644
--- a/_README
+++ b/_README
@@ -135,6 +135,10 @@ Patch:  1022_linux-3.18.23.patch
 From:   http://www.kernel.org
 Desc:   Linux 3.18.23
 
+Patch:  1023_linux-3.18.24.patch
+From:   http://www.kernel.org
+Desc:   Linux 3.18.24
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1023_linux-3.18.24.patch b/1023_linux-3.18.24.patch
new file mode 100644
index 000..bed3a75
--- /dev/null
+++ b/1023_linux-3.18.24.patch
@@ -0,0 +1,24 @@
+diff --git a/Makefile b/Makefile
+index 2ebc49903d33..9769e3bce6a2 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 3
+ PATCHLEVEL = 18
+-SUBLEVEL = 23
++SUBLEVEL = 24
+ EXTRAVERSION =
+ NAME = Diseased Newt
+ 
+diff --git a/drivers/tty/n_tty.c b/drivers/tty/n_tty.c
+index fea7d905e77c..04e7d8e38c53 100644
+--- a/drivers/tty/n_tty.c
 b/drivers/tty/n_tty.c
+@@ -364,7 +364,6 @@ static void n_tty_packet_mode_flush(struct tty_struct *tty)
+   spin_lock_irqsave(&tty->ctrl_lock, flags);
+   if (tty->link->packet) {
+   tty->ctrl_status |= TIOCPKT_FLUSHREAD;
+-  spin_unlock_irqrestore(&tty->ctrl_lock, flags);
+   wake_up_interruptible(&tty->link->read_wait);
+   }
+   spin_unlock_irqrestore(&tty->ctrl_lock, flags);



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

2015-11-03 Thread Justin Lecher
commit: bcc1223d800dc9533d078c9728ca41abd42b0ff3
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Nov  3 18:24:53 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov  3 18:25:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc1223d

app-misc/colordiff: Stabilize under ALLARCHES policy

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564808

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

 app-misc/colordiff/colordiff-1.0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/colordiff/colordiff-1.0.15-r1.ebuild 
b/app-misc/colordiff/colordiff-1.0.15-r1.ebuild
index 7ca90de..a375b81 100644
--- a/app-misc/colordiff/colordiff-1.0.15-r1.ebuild
+++ b/app-misc/colordiff/colordiff-1.0.15-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.colordiff.org/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix 
~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



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

2015-11-03 Thread Jory Pratt
commit: ffbb099aabc9bdd6c3f554b3f36387dcf5068824
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Nov  3 18:04:54 2015 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Nov  3 18:04:54 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=ffbb099a

Fix broken commit

 www-client/firefox/firefox-42.0.ebuild | 417 +
 1 file changed, 417 insertions(+)

diff --git a/www-client/firefox/firefox-42.0.ebuild 
b/www-client/firefox/firefox-42.0.ebuild
new file mode 100644
index 000..aa151b7
--- /dev/null
+++ b/www-client/firefox/firefox-42.0.ebuild
@@ -0,0 +1,417 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+VIRTUALX_REQUIRED="pgo"
+WANT_AUTOCONF="2.1"
+MOZ_ESR=""
+
+# This list can be updated with scripts/get_langs.sh from the mozilla overlay
+# No official support as of fetch time
+# csb
+MOZ_LANGS=( af ar as ast be bg bn-BD bn-IN br bs ca cs cy da de el en
+en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd
+gl gu-IN he hi-IN hr hu hy-AM id is it ja kk km kn ko lt lv mai mk ml mr
+nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
+th tr uk vi xh zh-CN zh-TW )
+
+# Convert the ebuild version to the upstream mozilla version, used by 
mozlinguas
+MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
+MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI
+MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
+
+if [[ ${MOZ_ESR} == 1 ]]; then
+   # ESR releases have slightly version numbers
+   MOZ_PV="${MOZ_PV}esr"
+fi
+
+# Patch version
+PATCH="${PN}-42.0-patches-01b2"
+MOZ_HTTP_URI="http://archive.mozilla.org/pub/${PN}/releases";
+
+MOZCONFIG_OPTIONAL_GTK3=1
+MOZCONFIG_OPTIONAL_WIFI=1
+MOZCONFIG_OPTIONAL_JIT="enabled"
+
+inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils 
mozconfig-v6.42 multilib pax-utils fdo-mime autotools virtualx mozlinguas
+
+DESCRIPTION="Firefox Web Browser"
+HOMEPAGE="http://www.mozilla.com/firefox";
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+
+SLOT="0"
+LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
+IUSE="bindist egl hardened +minimal neon pgo selinux +gmp-autoupdate test"
+RESTRICT="!bindist? ( bindist )"
+
+# More URIs appended below...
+SRC_URI="${SRC_URI}
+   https://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz
+   https://dev.gentoo.org/~axs/mozilla/patchsets/${PATCH}.tar.xz
+   https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz";
+
+ASM_DEPEND=">=dev-lang/yasm-1.1"
+
+# Mesa 7.10 needed for WebGL + bugfixes
+RDEPEND="
+   >=dev-libs/nss-3.20.1
+   >=dev-libs/nspr-4.10.10
+   selinux? ( sec-policy/selinux-mozilla )"
+
+DEPEND="${RDEPEND}
+   pgo? (
+   >=sys-devel/gcc-4.5 )
+   amd64? ( ${ASM_DEPEND}
+   virtual/opengl )
+   x86? ( ${ASM_DEPEND}
+   virtual/opengl )"
+
+# No source releases for alpha|beta
+if [[ ${PV} =~ alpha ]]; then
+   CHANGESET="8a3042764de7"
+   SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~nirbheek/mozilla/firefox/firefox-${MOZ_PV}_${CHANGESET}.source.tar.xz";
+   S="${WORKDIR}/mozilla-aurora-${CHANGESET}"
+else
+   S="${WORKDIR}/firefox-${MOZ_PV}"
+   SRC_URI="${SRC_URI}
+   
${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
+fi
+#elif [[ ${PV} =~ beta ]]; then
+#  S="${WORKDIR}/mozilla-beta"
+#  SRC_URI="${SRC_URI}
+#  
${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
+#else
+#  SRC_URI="${SRC_URI}
+#  
${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz"
+#  if [[ ${MOZ_ESR} == 1 ]]; then
+#  S="${WORKDIR}/mozilla-esr${PV%%.*}"
+#  else
+#  S="${WORKDIR}/mozilla-release"
+#  fi
+#fi
+
+QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox"
+
+BUILD_OBJ_DIR="${S}/ff"
+
+pkg_setup() {
+   moz_pkgsetup
+
+   # Avoid PGO profiling problems due to enviroment leakage
+   # These should *always* be cleaned up anyway
+   unset DBUS_SESSION_BUS_ADDRESS \
+   DISPLAY \
+   ORBIT_SOCKETDIR \
+   SESSION_MANAGER \
+   XDG_SESSION_COOKIE \
+   XAUTHORITY
+
+   if ! use bindist; then
+   einfo
+   elog "You are enabling official branding. You may not 
redistribute this build"
+   elog "to any users on your network or the internet. Doing so 
puts yourself into"
+   elog "a legal problem with Mozilla Foundation"
+   elog "You can disable it by emerging ${PN} _with_ the bindist 
USE-flag"
+   fi
+
+   if use pgo; then
+   einfo
+   ewarn "You will do a double build for profile guided 
optimization."
+   ewarn "This will result in your build taking at least twice as 
long as

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

2015-11-03 Thread Jory Pratt
commit: 0af09a4389201d8e2c705d948011a653330ea18e
Author: Jory A. Pratt  gentoo  org>
AuthorDate: Tue Nov  3 18:02:09 2015 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Tue Nov  3 18:02:09 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=0af09a43

Firefox-42.0 final release

 www-client/firefox/Manifest  | 162 +--
 www-client/firefox/firefox-41.0.2.ebuild | 412 --
 www-client/firefox/firefox-42.0_beta9.ebuild | 417 ---
 3 files changed, 80 insertions(+), 911 deletions(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 0157244..7b726e9 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,83 +1,81 @@
-DIST firefox-41.0-patches-01.tar.xz 6328 SHA256 
408f9a577d698b3713a112d04552e396ff2af7cb9756f87800efef7cc55dcdba SHA512 
a9476a658731b5fdd51bb9855bf4292afc8cfb8e4475250b4fac75cb5166a1e9d384a8fd2ceb38d6f2044759bcb895f956c0cfcb361eb4a60d38481a93c546b0
 WHIRLPOOL 
9420e7757a0f45889dec228ce3d1fedd23ed6ff9cde1f3461ffef577ccd43bc6cdb5ce3a3200f067bfe9203111067467a91bd90c0861bf81d490b022baf087eb
-DIST firefox-41.0.2-af.xpi 486122 SHA256 
483ebf4ad220bc63b00fc5ed14cc0daa5093e8618a1f766e27ef7ea702d88404 SHA512 
181e7d712f566b89acc9d9a5f52dcfd4b89b58ea2fc03f221f8c63b731f0375dcf9ef8fddafae536b309e3adc962e3185b2a069b0e84315d84158227e2761a81
 WHIRLPOOL 
329edbb2965aece94e0cf77d46537619457a591f932c089c91feed7ee1f478a5947f042a1159ebcba368a556dc60a7861bf32d843067897de46d1449a838857e
-DIST firefox-41.0.2-ar.xpi 521161 SHA256 
fbe22a9b348c6a822c7578392d65f229be88da6d03908160ff1c84dc0712884f SHA512 
cda1eba9da1f9385e29073f1d51b8f1ac0077fc52726129c6fa3bdbc401f0bc12bcd3d41c62177e97591a3dc8ac089ffe9e27eae1240c55afe726310caf22a71
 WHIRLPOOL 
61544c8e872f190bebc0badff8d07b83206f060ed7bfce21214b2203550cba809551bdccd41435d02fb62ac3e2d4a2e824430b438f82a885d0815535bf92d234
-DIST firefox-41.0.2-as.xpi 511220 SHA256 
95b7be1a421bd70d66f6564df38692230a6cbbcac8f9f49be8ec0a8fd1c11beb SHA512 
c57eb8c3bc1e735d6fd178663a78ac339ea52b65e54c7bfed03fc07ff9102348f52994c0678ce56759d4fbde6744581c5518fa6e5b38d9c7fb53ab02fd7b5945
 WHIRLPOOL 
9712a0fd2a0f325f3441b5375877db8176a6ab95a1a79e896f859c57bbd82f9d4ed1f98f422618be4acdc0014327bbaa3429aa6883c4e5d0a6c760b8a06740fd
-DIST firefox-41.0.2-ast.xpi 399124 SHA256 
ab8e967adfefe0e91290f72617a073790ef279485c06745f9541b329db8051b7 SHA512 
48b67a667f145d844c2e40cb271ffd39d5d71502b19f0bfb24782345d910ba504679edac59c88f211e37573f22c7e4779467f484a857612b1801653ff5668265
 WHIRLPOOL 
ceac85715ac94fec2bd7a102cd13cd4c0e4684337201d66a199afc3d235e3f04117e1c034bfc4838e7f73fce755782e60214d809313e29161de3b37d7fccca08
-DIST firefox-41.0.2-be.xpi 453405 SHA256 
c225c0927f0855462c4157c3cdcb89660202c1dc16689a66ad8be7cef837fefd SHA512 
746197cc6919eb9bbc28c2af4cabd189cb30e6373e94f8170b64a15b61853529267fd33daabd5a032e039d3fb4d965f81ab4ef0a1b393df058c3c7636d56c554
 WHIRLPOOL 
9adbbf8b9d21117b372055a8423c9e7bdb0bfa50ef550fbf7917be8c0c65d7824f8f3d39309032a8ae4644c988526f98458726365d6b76fc9cfe3afce7a626d3
-DIST firefox-41.0.2-bg.xpi 492967 SHA256 
7a8f79c1d0b2ec0a5838d2b94c0c920e7143d1be8186122663853ac9748a088d SHA512 
c43e8af627d2c223fe00f871aacfebfed182181d4b69e50d4387958a70fa3cc528193a469be9484a0ad378da192befd7a8c21d5578dfd601882e326bc7bac1ca
 WHIRLPOOL 
e1e44b0b99754378a764da8f76963f3cf85a00505906da27d86ebe9b2c049abb2408c4cec1db86747f242cd8a641e34422970a0471ab18d8a06627f1ef7bf653
-DIST firefox-41.0.2-bn-BD.xpi 527572 SHA256 
dafbf53ff047ccd787c6996989126feb4749b4569967d47bd6fba56f51055e43 SHA512 
0815a08eabc882244cdaee630a174b874bee9979803433f92b9c6280d4c8b6d23362c032e35645de338b9433fbf5c3dff761dbcbd4ee0386371a3ea208b6d0e6
 WHIRLPOOL 
f16428cd9146b6abe92b2a693b497e4edcd6882c50c7d0c492d51a8c75cb78915adb1f006255a816e09aa53bdfcee745957b226a1fd075161fd3ad77173d86f9
-DIST firefox-41.0.2-bn-IN.xpi 530270 SHA256 
e12b7af83786242d78b28b6e398db791fe336bfda9cecde66b0275feabca0dca SHA512 
23e340daa6818295ff041422b470e0adcb4a45c87bc1bbce5c5b05826ca9233f695cd6b67b94a504cef70619b73ec6ba4f03f3d7f7563d2b58f721a52e98fd24
 WHIRLPOOL 
16af2f1e9bb750cb27093702ad5443d27f3b338131ec4dbcbbd0f26d63584c52d2312087f62d8732fb6577cfc76dbcfc83954545cea5a3ed1b16c3b065802f97
-DIST firefox-41.0.2-br.xpi 444532 SHA256 
f1b321fa81746f334c79d6cc5e6196462a22bcd4e2f8092a413209ab1bb8 SHA512 
3ce4ea2e1e505711ba0bd6a562c33f9184cd3e3299ac3c4e005ab3a5ddbaab7b4f6f8b51f8cef34861f42d5ef5a5659df66284cbf69f4d7c51d8a2a56d8afea3
 WHIRLPOOL 
196e43dce4dd6639328b79b1bbd58e7ad7298965efd21dcbdc8f39563ac4553a74b4020f30de2cfe6d97258db7581206026ea978fed412503011769f33c36155
-DIST firefox-41.0.2-bs.xpi 486282 SHA256 
f0998f8e15698245757ce27b5b91bc228b3dc7e182029594f500cc7b6bb0ae03 SHA512 
8bc0ef9e075d6c15004ad0421857f3f5dfe483c8693666036edd3f3e0ef40ac6776cc9bb8866817992e6c1ed2123513f678b06a753b5677afffa1772dc34a787
 WHIRLPOOL 
ccd27164de15311bd0b0584bbf8c1459a53d764276519ad8fcfceaec97510d07630fd65f232f9dae35c1

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

2015-11-03 Thread Matt Thode
commit: 7a2d83efa2cdd488fe7bf3d0b8fc6b8fd5052b15
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov  3 17:43:22 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Nov  3 17:43:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a2d83ef

net-analyzer/icinga: cleanup for CVE-2015-8010 bug 564242

Package-Manager: portage-2.2.20.1

 net-analyzer/icinga/Manifest |   7 -
 net-analyzer/icinga/icinga-1.10.4.ebuild | 259 --
 net-analyzer/icinga/icinga-1.11.1.ebuild | 259 --
 net-analyzer/icinga/icinga-1.11.4.ebuild | 259 --
 net-analyzer/icinga/icinga-1.11.7.ebuild | 264 --
 net-analyzer/icinga/icinga-1.12.0.ebuild | 264 --
 net-analyzer/icinga/icinga-1.12.2.ebuild | 267 ---
 net-analyzer/icinga/icinga-1.9.6.ebuild  | 259 --
 8 files changed, 1838 deletions(-)

diff --git a/net-analyzer/icinga/Manifest b/net-analyzer/icinga/Manifest
index 60eb54f..e72df2b 100644
--- a/net-analyzer/icinga/Manifest
+++ b/net-analyzer/icinga/Manifest
@@ -1,8 +1 @@
-DIST icinga-1.10.4.tar.gz 15391948 SHA256 
fecaeca3f4f059fe506681e99a5e15fd4bef16ad1003b12e519ec91ce0b3bcfd SHA512 
d3f5e69089c01429cf99d53e5eff30a890899bb7509ae1c5251021a4ad1abdfafdbccc55b9719c117740227ba9dad3af392a26f6c1117f2aaf3029f8ce6fc09b
 WHIRLPOOL 
907dd0af89ab6f09dc47829e85c44b82f9dc83b3d2b073de567e0e011fa6ca734f3c0e61b582ccdb5992fae53ef1a182f9bc440af086fe900cb1d375a501535a
-DIST icinga-1.11.1.tar.gz 18699628 SHA256 
7dca7d6193fe9de1d5d044e3eefd9dfca5a24485a60d332edac68c5cc4838c95 SHA512 
878d75ef669c9110c42275ab36781fc440d42e98821a0da400d2ed174b61e9571fbf35bd847afdfcf67039b4814b34f13b892ddca738d207fd2abf26715c803d
 WHIRLPOOL 
26561d572c9bb38df2ab0656fac69168b327e4e8c00d1e756aae4c8dbae10b74fd10313f74fb80f08bc9de713a402801d649abcbaa8adc6d3386f48f54cdf9dd
-DIST icinga-1.11.4.tar.gz 18657247 SHA256 
34e923d8daac0235513ece5f54a2065b9166cce3ef3c9f8794e635c93ae0d541 SHA512 
0cc2cd8561affbbb400f59d02023bc35de3f6f39c120fcb9d293d7ce343c88061b7a7ef557c22ed79881e499c967223616cf2a4a0746b480ee8a36b3e9a23e27
 WHIRLPOOL 
55277fee87e552ad94c069c252a68d3fe1fedef435e5fd0e00768a1e62887de6980913f3b4c096c62a6bf2cf1abca5dd2c68934e9f3603f96349572edf9e
-DIST icinga-1.11.7.tar.gz 18657763 SHA256 
b6526dd44d42c70e50ebfb58608f1fec8ba6d805fda4fde57f1078c248e25045 SHA512 
3c06771f83257afc9096078ba5304ad9a3fbd8d75f22ca62113c45b06f1a015ef3758936dcb3376b3a18584a360ca4a629e5b071570b7215f7b199e414946af1
 WHIRLPOOL 
4f66389b467f77e5544239c9c1553e185e37f115f057df83330118e2e8883efa5d73b05bc1c9b3801ff522947e098f3169185b71a172bf9ac26173a033ce30d6
-DIST icinga-1.12.0.tar.gz 18670338 SHA256 
6bcee5605d66a0054514baeffd8084df6097cf8ebead2b8114387d5def14 SHA512 
214eece3d5545f9157c25d83f1ed65eab82ae4508e713efa2aec83d69e0621ff53618a33c266e88f67b13e4734bd62d7e55cb2cbc547946d13e691f9b24c726b
 WHIRLPOOL 
94fd7435f113e839e1d6a71a466060ab3e2f161a64643e011acb01f1a34bfe00a7313ea47434db6f74405b1b3fe7581c39bb39fd04887e4985fcd16f0cc0c827
-DIST icinga-1.12.2.tar.gz 18745366 SHA256 
3eb3e623070996fffe8ba1d5c0fe8081d3074bca5109de4ee597a9515507a4cc SHA512 
eac3d354fa555d8374757a07cc84f028dcead71eb611245e16597b050f8f050d4b955cf7bc70ff0230a7fa8eb004541827c2686b60ccd683a0646c1d7707b264
 WHIRLPOOL 
fc1251966dfce7377e6f4017281b3f35cca2241ee1fb31b654126d8f045a957a6835cdb45d622efaaf0cf0cd89d45969f6a4c81dd628174dc7a9c29cef137b51
 DIST icinga-1.13.3.tar.gz 18738204 SHA256 
d6994bcc9e137f6639b781a78a55d29c51d74cdfce7f35c13c47e09f200acd84 SHA512 
babdbb823c6d7241aa67c39c35f67bdf9a4963688b6edd1190af32e056639c1e592791071c90eae3daa44bcb63beee2ff260ce5a0d5e7edb0ed3c99d69ffdaed
 WHIRLPOOL 
6886f98f44cf2aed3b1f2a23d905cbbf5ecf22055ba66d44b44c46942947103863e47e8ba889ba97d98a22f9364946cd3e725563d05df105be519486e2f4857d
-DIST icinga-1.9.6.tar.gz 17082621 SHA256 
a70a54d49813f8ea1b58688d5d2b3ecd00a0470a900c84943c044669f582274c SHA512 
f2489d6c898e754ca162304651e71e071e5f1d0ce396ecd87ba9e6fd0a14343cca24fd860e661250b2723a696045d45602ebf2fc9aa16dbaf126415ba109b3ff
 WHIRLPOOL 
599b3a257e1ef9b9d713cfbde0233ab171f46ee5f2fffaa2e5a3ab95daaad2c9ee88e61def2420d60e9262fb57dc4a18ea168c0d9b1da52dc85792d2d1389cbf

diff --git a/net-analyzer/icinga/icinga-1.10.4.ebuild 
b/net-analyzer/icinga/icinga-1.10.4.ebuild
deleted file mode 100644
index bcee570..000
--- a/net-analyzer/icinga/icinga-1.10.4.ebuild
+++ /dev/null
@@ -1,259 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit depend.apache eutils multilib toolchain-funcs user versionator
-
-DESCRIPTION="Nagios Fork - Check daemon, CGIs, docs, IDOutils"
-HOMEPAGE="http://www.icinga.org/";
-#MY_PV=$(delete_version_separator 3)
-#SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz"
-#S=${WORKDIR}/${PN}-${MY_PV}
-#SRC_URI="mirror://sourceforge/$

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

2015-11-03 Thread Matt Thode
commit: e93d96fc3126ea72885b2a8737b6208886f0d81a
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Nov  3 17:41:43 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Nov  3 17:41:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93d96fc

dev-ruby/facter: bup

Package-Manager: portage-2.2.20.1

 dev-ruby/facter/Manifest|  1 +
 dev-ruby/facter/facter-3.1.1.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index e875f3c..1e33a63 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -3,3 +3,4 @@ DIST facter-2.4.3.gem 245760 SHA256 
3c1e49c32e6b07c1f802ec120e860f882938a5057c6f
 DIST facter-2.4.4.gem 245760 SHA256 
4f7b592f9b6bc6ad8a9789e3ca0953fae07e6d06b10a9cb7599eb1e71a03646b SHA512 
9d485d147cf726cd4a2943d1ee3475d2593067953102c11487e2916d59464407016a074b6eb31af4da37a3914588937d827d2cf4c64196650baefa2fb097bb89
 WHIRLPOOL 
574afae52fc7ad3cf8619abcd89eee4ca38e5ecc903e316bfc18aef708fa32e8b3487f315605a21ac9faf0ba66989c8d108d77a9104f74f79fc5e953dd8ccdd7
 DIST facter-3.0.2.tar.gz 508583 SHA256 
2fee1ee938196790f24b7b876ff04a5d69c0ac1492ff6935b003ae23500eced7 SHA512 
57a5c40d2ad07911a2b9c242b22bcffbbf8eedc88e12d7d6e8f6cf044ef30034cae7230468a7b414c93d6008d8805be1621a8c6b1af2543539d979bd3df7d1e8
 WHIRLPOOL 
6b89ca76ba7d993e1b87fe840b76dda9b1d8534df06f9f45e3c24752b95b441e471899446018f66bb6db0d490bb4a76cd4ab146a5060755333072ab5a5767bd3
 DIST facter-3.1.0.tar.gz 620224 SHA256 
637a4e9cc3283374e11949b0450d0433fabcb2e2699c5d01921e8dad9cb457dd SHA512 
ce5e5c62d55fa253ebc25467682f56bd32d6ca7b1a9feac31a3fe037d5c06205d753dd31c29c51da61355c6d8c1f301b9451d4a1078776e4f2216f81920270a6
 WHIRLPOOL 
4644cb7ce9a1bd0698932b630dd52bfa9a0b5ea5602de6518dc0a8d0cceee0c891fdae3fae6a8a0bd191e6b0dfdf6d06a4b4146b0cde681e5eb51847c2ee2860
+DIST facter-3.1.1.tar.gz 601017 SHA256 
e60e02bf13020c5ddc59111204e282365eacbff325b62e5660772e17bf2476e5 SHA512 
20d9dc6c4a650e7140b26143a4b6c4dda5e6bd8c445cfbdc40e270915a2027606ce1a6ea91c1b3ff470c4b7d27c2cf784a5a4b85cbefeda7a430804bc8001935
 WHIRLPOOL 
9c22bc0d6a0b35c9e455f352ccee77b44f8fea69d4f7f6aefae9339917cc42f88eb62f19f1d1e37dfa978c767babb2428deb90a022b1cdcfd75b72b9ac9e00ee

diff --git a/dev-ruby/facter/facter-3.1.1.ebuild 
b/dev-ruby/facter/facter-3.1.1.ebuild
new file mode 100644
index 000..3160476
--- /dev/null
+++ b/dev-ruby/facter/facter-3.1.1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+inherit cmake-utils ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
+SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz";
+S="${S}/all/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+
+CDEPEND="
+   >=sys-devel/gcc-4.8:*
+   >=dev-libs/boost-1.54
+   >=dev-cpp/yaml-cpp-0.5.1
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl"
+
+RDEPEND+=" ${CDEPEND}"
+DEPEND+=" test? ( ${CDEPEND} )"
+
+src_prepare() {
+   sed -i 's/\-Werror\ //g' "vendor/leatherman/cmake/cflags.cmake" || die
+   # Remove the code that installs facter.rb to the wrong directory.
+   sed -i 's/if(RUBY_VENDORDIR)/if(False)/g' lib/CMakeLists.txt || die
+   sed -i '/RUBY_VENDORDIR/d' lib/CMakeLists.txt || die
+   # make it support multilib
+   sed -i 's/\ lib)/\ lib${LIB_SUFFIX})/g' lib/CMakeLists.txt || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+   -DUSE_JRUBY_SUPPORT=FALSE
+   )
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+each_ruby_install() {
+   doruby "${BUILD_DIR}"/lib/facter.rb
+}
+
+src_install() {
+   cmake-utils_src_install
+   ruby-ng_src_install
+}



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

2015-11-03 Thread Justin Lecher
commit: 41d96f31a15e354863f7ef9f6527e373c1ad7817
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov  2 17:01:40 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov  3 17:21:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d96f31

dev-python/testfixtures: Version Bump

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

 dev-python/testfixtures/Manifest  |  1 +
 dev-python/testfixtures/testfixtures-4.4.0.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/testfixtures/Manifest b/dev-python/testfixtures/Manifest
index 59d16d7..20ad574 100644
--- a/dev-python/testfixtures/Manifest
+++ b/dev-python/testfixtures/Manifest
@@ -2,3 +2,4 @@ DIST testfixtures-3.0.0.tar.gz 75303 SHA256 
20e82e23ffc39bd7d55317f2e87e49aa33ac
 DIST testfixtures-4.1.1.tar.gz 81356 SHA256 
c61b13fd9cac0313e2aafd565a007860d83b218a138117ac421368d2896bc215 SHA512 
08785961560218c3a06043158af8364b46b850c159a82e5fd05ccd88133786aed1a0ec9038ef0c0e36430853559e29fefca8f6bfee1b942730010cd3fb8e9ae4
 WHIRLPOOL 
be548f4fa3bf9428cf683d229c9c4569ba2028a05aa284d803a282af293999fd38565f2b9701751c8f84d57faea6efd3a9e1e5ee5375b719957fe6dc7c4cbdf5
 DIST testfixtures-4.1.2.tar.gz 81689 SHA256 
bc27063ac9bce80ac99fe315f2b34053b113ca420b6bbbaf0c19c49c09bb286a SHA512 
bf5171b1e1918e88dd887a7dbca6c340e1c197224135e4080551d1830187aa868e53d8302751059da478e2452b1f68a49ae5fba206e48fec554e6d5f237ee5a4
 WHIRLPOOL 
8d10fb590bb31ff4b5f24f941c41349ac606d91bf62679f70356cddfbdedb7b64f9addca1a419432987a78ebd520ae5b7ce5ddfb043f6452c3e364f266854ed8
 DIST testfixtures-4.3.3.tar.gz 86546 SHA256 
ffe66d08ef2fdc0be5e6abe1e1d51384ae941747d3df86d5d8238014b9161f62 SHA512 
918fd757c61e4f8b7aa54343036546efab8c014fdaaed1dc5edf6a4b0c636e00396a0400b87a28f0ae43cd318590bf63ff8240e59781f7e183fdd4ebbdac7100
 WHIRLPOOL 
7d4f2e75c39f8a8ac39cfc577515d9b5b11540b8337f63cb51d75250191d7bcea1d79515b581cb921c7dc273d781c264990118f7ee1cc5579ebd9341097546bf
+DIST testfixtures-4.4.0.tar.gz 87356 SHA256 
41096fe91c2939177f1729783bbfaef9e777ba44e7d8ff819ab1318d78beeba7 SHA512 
0fdb87e1fd8311cbab274f4db71ec76767cc9e2f771eefb1a110bf42b07e30fc9edbe2db124742b3102b8f114af2666b0b8726f6330871fd72c7ea2f535d5fed
 WHIRLPOOL 
8b5bb18b682f420ae4b66aa1da9ca0f312bff1974400b586cb2bcae635037e629352b37cfa2d1f8c7f91fd880e726c34d7f3aa532b2e04188f5f99ac7a69e2c1

diff --git a/dev-python/testfixtures/testfixtures-4.4.0.ebuild 
b/dev-python/testfixtures/testfixtures-4.4.0.ebuild
new file mode 100644
index 000..1d295a4
--- /dev/null
+++ b/dev-python/testfixtures/testfixtures-4.4.0.ebuild
@@ -0,0 +1,60 @@
+# 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="A collection of helpers and mock objects for unit tests and doc 
tests"
+HOMEPAGE="https://pypi.python.org/pypi/testfixtures/ 
https://github.com/Simplistix/testfixtures";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/pkginfo[${PYTHON_USEDEP}]' 
python2_7 pypy )
+   )
+   test? (
+   dev-python/manuel[${PYTHON_USEDEP}]
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/nose-cover3[${PYTHON_USEDEP}]
+   dev-python/nose_fixes[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
+   )"
+
+python_prepare_all() {
+   # Makefile comes set pointing at a wrong location
+   sed -e 's:../bin/sphinx-build:/usr/bin/sphinx-build:' -i docs/Makefile 
|| die
+   # Prevent un-needed download during build, fix Makefile for doc build
+   sed -e '/'sphinx.ext.intersphinx'/d' -i docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_prepare() {
+   # remove test that tests the stripped zope-component 
test_components.ComponentsTests
+   rm -f testfixtures/tests/test_components.py || die
+
+   distutils-r1_python_prepare
+}
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   nosetests --verbose || die
+}
+
+python_install_all() {
+   use doc && HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2015-11-03 Thread Justin Lecher
commit: de03760169f26ea0892b975837ceeb8e833bc7ef
Author: Justin Lecher  gentoo  org>
AuthorDate: Mon Nov  2 16:59:02 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov  3 17:21:17 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de037601

dev-python/jedi: Drop unnecessary deps

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

 dev-python/jedi/jedi-0.8.1-r2.ebuild | 17 ++---
 dev-python/jedi/jedi-0.9.0.ebuild| 10 --
 2 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/dev-python/jedi/jedi-0.8.1-r2.ebuild 
b/dev-python/jedi/jedi-0.8.1-r2.ebuild
index 47c34d6..e85be82 100644
--- a/dev-python/jedi/jedi-0.8.1-r2.ebuild
+++ b/dev-python/jedi/jedi-0.8.1-r2.ebuild
@@ -21,23 +21,18 @@ DEPEND="
app-arch/xz-utils
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/tox[${PYTHON_USEDEP}]
-   )"
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
-   PYTHONPATH="${PYTHONPATH%:}${PYTHONPATH+:}${S}/test" py.test test || 
die "Tests failed under ${EPYTHON}"
+   PYTHONPATH="${PYTHONPATH%:}${PYTHONPATH+:}${S}/test" py.test -v -v test 
\
+   || die "Tests failed under ${EPYTHON}"
 }
 
-src_compile() {
-   if use doc ; then
-   emake -C docs html
-   fi
-   distutils-r1_src_compile
+python_compile_all() {
+   use doc && emake -C docs html
 }
 
 python_install_all() {
-   use doc && dohtml -r "${S}"/docs/_build/html/*
+   use doc && HTML_DOCS=( "${S}"/docs/_build/html/. )
distutils-r1_python_install_all
 }

diff --git a/dev-python/jedi/jedi-0.9.0.ebuild 
b/dev-python/jedi/jedi-0.9.0.ebuild
index 0c0b29a..4aa026e 100644
--- a/dev-python/jedi/jedi-0.9.0.ebuild
+++ b/dev-python/jedi/jedi-0.9.0.ebuild
@@ -21,13 +21,11 @@ DEPEND="
app-arch/xz-utils
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/tox[${PYTHON_USEDEP}]
-   )"
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
 python_test() {
-   PYTHONPATH="${PYTHONPATH%:}${PYTHONPATH+:}${S}/test" py.test test || 
die "Tests failed under ${EPYTHON}"
+   PYTHONPATH="${PYTHONPATH%:}${PYTHONPATH+:}${S}/test" py.test -v -v test 
\
+   || die "Tests failed under ${EPYTHON}"
 }
 
 python_compile_all() {
@@ -35,6 +33,6 @@ python_compile_all() {
 }
 
 python_install_all() {
-   use doc && dohtml -r "${S}"/docs/_build/html/*
+   use doc && HTML_DOCS=( "${S}"/docs/_build/html/. )
distutils-r1_python_install_all
 }



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

2015-11-03 Thread Agostino Sarubbo
commit: 3aa95881b71a4d8ca947a672b4c9f173cdcd794c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 17:13:20 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 17:13:20 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa95881

sys-apps/xinetd: x86 stable wrt bug #488158

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

 sys-apps/xinetd/xinetd-2.3.15-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild 
b/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
index 67bb1cf..6dda956 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="perl rpc tcpd"
 
 DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )



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

2015-11-03 Thread Agostino Sarubbo
commit: c99474ca3ba3598392b699f1a93a167ae83934cf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 17:13:26 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 17:13:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99474ca

net-analyzer/icinga: x86 stable wrt bug #564242

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

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

diff --git a/net-analyzer/icinga/icinga-1.13.3.ebuild 
b/net-analyzer/icinga/icinga-1.13.3.ebuild
index 0b77555..cb9a0d9 100644
--- a/net-analyzer/icinga/icinga-1.13.3.ebuild
+++ b/net-analyzer/icinga/icinga-1.13.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}-core/releases/download/v${PV}/${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
 IUSE="+apache2 contrib eventhandler +idoutils lighttpd +mysql perl +plugins 
postgres ssl +vim-syntax +web"
 DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
perl? ( dev-lang/perl )



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

2015-11-03 Thread Agostino Sarubbo
commit: 5ced64bc1d676bff7521f21ff8fa34736b7ac061
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 17:13:37 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 17:13:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ced64bc

net-misc/openssh: x86 stable wrt bug #18

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

 net-misc/openssh/openssh-7.1_p1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openssh/openssh-7.1_p1-r2.ebuild 
b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
index aad62fe..abdee23 100644
--- a/net-misc/openssh/openssh-7.1_p1-r2.ebuild
+++ b/net-misc/openssh/openssh-7.1_p1-r2.ebuild
@@ -28,7 +28,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.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 ~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"
 # Probably want to drop ssl defaulting to on in a future version.
 IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit 
libressl pam +pie sctp selinux skey ssh1 +ssl static X X509"
 REQUIRED_USE="ldns? ( ssl )



[gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/

2015-11-03 Thread Agostino Sarubbo
commit: 8bd21de912d4a18f621e3153a49fc4cf295e5697
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 17:13:31 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 17:13:31 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd21de9

net-nds/rpcbind: x86 stable wrt bug #560990

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

 net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
index cdcda3f..4f648ac 100644
--- a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"



[gentoo-commits] repo/gentoo:master commit in: net-nds/rpcbind/

2015-11-03 Thread Agostino Sarubbo
commit: 02448e34f516b4f342ccae41003dd5795655ce21
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 17:12:27 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 17:12:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02448e34

net-nds/rpcbind: amd64 stable wrt bug #560990

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

 net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild 
b/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
index 937aaae..cdcda3f 100644
--- a/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
+++ b/net-nds/rpcbind/rpcbind-0.2.3-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == "" ]] ; then
inherit autotools git-r3
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"



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

2015-11-03 Thread Agostino Sarubbo
commit: 5cb0f51daa989179ff25f4cb32390ce79baeff8f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 17:12:21 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 17:12:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb0f51d

net-analyzer/icinga: amd64 stable wrt bug #564242

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

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

diff --git a/net-analyzer/icinga/icinga-1.13.3.ebuild 
b/net-analyzer/icinga/icinga-1.13.3.ebuild
index 24f28f8..0b77555 100644
--- a/net-analyzer/icinga/icinga-1.13.3.ebuild
+++ b/net-analyzer/icinga/icinga-1.13.3.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}-core/releases/download/v${PV}/${P}.tar.g
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa ~x86"
 IUSE="+apache2 contrib eventhandler +idoutils lighttpd +mysql perl +plugins 
postgres ssl +vim-syntax +web"
 DEPEND="idoutils? ( dev-db/libdbi-drivers[mysql?,postgres?] )
perl? ( dev-lang/perl )



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

2015-11-03 Thread Agostino Sarubbo
commit: f302e43262a10862d730de863622174d0e7117ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 17:12:15 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 17:12:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f302e432

sys-apps/xinetd: amd64 stable wrt bug #488158

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

 sys-apps/xinetd/xinetd-2.3.15-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild 
b/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
index edd9a74..67bb1cf 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE="perl rpc tcpd"
 
 DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp-glib/

2015-11-03 Thread Agostino Sarubbo
commit: 0d80dd9fc5a56c003ed15cf2c8a763d7b54f7154
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:31:19 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:31:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d80dd9f

dev-dotnet/dbus-sharp-glib: x86 stable wrt bug #563298

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

 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild | 2 +-
 dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
index d8abcf3..16371d7 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono

diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild 
b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
index 7e6b6dc..0c5a828 100644
--- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
+++ b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV%.*}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dbus-sharp/

2015-11-03 Thread Agostino Sarubbo
commit: 727136de031839816a06b40c098c2d22d2ad44f0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:31:15 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:31:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=727136de

dev-dotnet/dbus-sharp: x86 stable wrt bug #563298

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

 dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild | 2 +-
 dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
index 3e380b8..ef9784e 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.7.0-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://github/mono/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="1.0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono

diff --git a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild 
b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
index 396d997..57fb49c 100644
--- a/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
+++ b/dev-dotnet/dbus-sharp/dbus-sharp-0.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mono/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="MIT"
 SLOT="2.0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/mono



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

2015-11-03 Thread Agostino Sarubbo
commit: 004a6e21952e22ad9472f6af57311128d87aa677
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:31:38 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:31:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004a6e21

dev-ruby/rack: x86 stable wrt bug #563862

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

 dev-ruby/rack/rack-1.4.7.ebuild | 2 +-
 dev-ruby/rack/rack-1.5.5.ebuild | 2 +-
 dev-ruby/rack/rack-1.6.4.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/rack/rack-1.4.7.ebuild b/dev-ruby/rack/rack-1.4.7.ebuild
index 909a0db..3500af1 100644
--- a/dev-ruby/rack/rack-1.4.7.ebuild
+++ b/dev-ruby/rack/rack-1.4.7.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://rack.github.com/";
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch ${PN}-1.4.5-fix-test-ruby20.patch )

diff --git a/dev-ruby/rack/rack-1.5.5.ebuild b/dev-ruby/rack/rack-1.5.5.ebuild
index 252dd43..bb9da80 100644
--- a/dev-ruby/rack/rack-1.5.5.ebuild
+++ b/dev-ruby/rack/rack-1.5.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://rack.github.com/";
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )

diff --git a/dev-ruby/rack/rack-1.6.4.ebuild b/dev-ruby/rack/rack-1.6.4.ebuild
index 0489e49..32ad49a 100644
--- a/dev-ruby/rack/rack-1.6.4.ebuild
+++ b/dev-ruby/rack/rack-1.6.4.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://rack.github.com/";
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=( ${PN}-1.2.1-gentoo.patch )



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

2015-11-03 Thread Agostino Sarubbo
commit: dc98867e5912b1e8c30ce4aaadeabea4388edfb9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:31:33 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:31:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc98867e

dev-ruby/bacon: x86 stable wrt bug #563862

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

 dev-ruby/bacon/bacon-1.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/bacon/bacon-1.2.0-r2.ebuild 
b/dev-ruby/bacon/bacon-1.2.0-r2.ebuild
index 8491e4c..07239d0 100644
--- a/dev-ruby/bacon/bacon-1.2.0-r2.ebuild
+++ b/dev-ruby/bacon/bacon-1.2.0-r2.ebuild
@@ -15,5 +15,5 @@ HOMEPAGE="http://chneukirchen.org/repos/bacon";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""



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

2015-11-03 Thread Agostino Sarubbo
commit: c464afa6cee0d54d1f43a669ea253590a81328f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:31:29 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:31:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c464afa6

dev-ruby/fcgi: x86 stable wrt bug #563862

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

 dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild 
b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild
index 168f504..53275e3 100644
--- a/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild
+++ b/dev-ruby/fcgi/fcgi-0.9.2.1-r1.ebuild
@@ -15,7 +15,7 @@ inherit multilib ruby-fakegem
 DESCRIPTION="FastCGI library for Ruby"
 HOMEPAGE="https://github.com/alphallc/ruby-fcgi-ng";
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 LICENSE="Ruby"
 
 DEPEND+=" dev-libs/fcgi"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/

2015-11-03 Thread Agostino Sarubbo
commit: 61bd1b04ad02cd4fc0a95c4b6145637abd1d8ecd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:28:34 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:28:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bd1b04

media-plugins/qmmp-plugin-pack: x86 stable wrt bug #564810

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

 media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild 
b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild
index 83978a7..c30a969 100644
--- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild
+++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="media-libs/taglib



[gentoo-commits] repo/gentoo:master commit in: media-plugins/qmmp-plugin-pack/

2015-11-03 Thread Agostino Sarubbo
commit: 76d4e224a6dafc956099523d5db051979c7d653b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:28:05 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:28:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d4e224

media-plugins/qmmp-plugin-pack: amd64 stable wrt bug #564810

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

 media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild 
b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild
index 35c1124..83978a7 100644
--- a/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild
+++ b/media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-0.9.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://qmmp.ylsoftware.com/files/plugins/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="media-libs/taglib



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

2015-11-03 Thread Agostino Sarubbo
commit: cd4614c4e33921829c30073209d3bed74c3b39e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:28:29 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:28:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4614c4

media-sound/qmmp: x86 stable wrt bug #564810

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

 media-sound/qmmp/qmmp-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qmmp/qmmp-0.9.2.ebuild 
b/media-sound/qmmp/qmmp-0.9.2.ebuild
index b9dedb2..3bcc8cb 100644
--- a/media-sound/qmmp/qmmp-0.9.2.ebuild
+++ b/media-sound/qmmp/qmmp-0.9.2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Qt4-based audio player with winamp/xmms skins 
support"
 HOMEPAGE="http://qmmp.ylsoftware.com";
 if [ "$PV" != "" ]; then
SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2";
-   KEYWORDS="amd64 ~ppc ~x86"
+   KEYWORDS="amd64 ~ppc x86"
 else
SRC_URI=""
ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/";



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

2015-11-03 Thread Agostino Sarubbo
commit: 07450b02d1141e426c6074d7a83a2009f27953fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  3 16:28:00 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  3 16:28:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07450b02

media-sound/qmmp: amd64 stable wrt bug #564810

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

 media-sound/qmmp/qmmp-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qmmp/qmmp-0.9.2.ebuild 
b/media-sound/qmmp/qmmp-0.9.2.ebuild
index 5f82a4d..b9dedb2 100644
--- a/media-sound/qmmp/qmmp-0.9.2.ebuild
+++ b/media-sound/qmmp/qmmp-0.9.2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Qt4-based audio player with winamp/xmms skins 
support"
 HOMEPAGE="http://qmmp.ylsoftware.com";
 if [ "$PV" != "" ]; then
SRC_URI="http://qmmp.ylsoftware.com/files/${P}.tar.bz2";
-   KEYWORDS="~amd64 ~ppc ~x86"
+   KEYWORDS="amd64 ~ppc ~x86"
 else
SRC_URI=""
ESVN_REPO_URI="https://qmmp.googlecode.com/svn/trunk/qmmp/";



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

2015-11-03 Thread Michael Sterrett
commit: dd8558332becd69ffcacc82b6119ddea5f611fa9
Author: Michael Sterrett  gentoo  org>
AuthorDate: Tue Nov  3 16:27:04 2015 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Tue Nov  3 16:27:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd855833

rev bump to move wxGTK slot (bug #563952)

Package-Manager: portage-2.2.20.1

 .../{megaglest-3.11.1.ebuild => megaglest-3.11.1-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-strategy/megaglest/megaglest-3.11.1.ebuild 
b/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
similarity index 97%
rename from games-strategy/megaglest/megaglest-3.11.1.ebuild
rename to games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
index a050264..0a54a79 100644
--- a/games-strategy/megaglest/megaglest-3.11.1.ebuild
+++ b/games-strategy/megaglest/megaglest-3.11.1-r1.ebuild
@@ -33,9 +33,9 @@ RDEPEND="
virtual/glu
x11-libs/libX11
x11-libs/libXext
-   editor? ( x11-libs/wxGTK:2.8[X,opengl] )
+   editor? ( x11-libs/wxGTK:3.0[X,opengl] )
fribidi? ( dev-libs/fribidi )
-   model-viewer? ( x11-libs/wxGTK:2.8[X] )
+   model-viewer? ( x11-libs/wxGTK:3.0[X] )
!static? (
dev-libs/xerces-c[icu]
media-libs/ftgl
@@ -66,7 +66,7 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
if use editor || use model-viewer ; then
-   WX_GTK_VER="2.8"
+   WX_GTK_VER="3.0"
need-wxwidgets unicode
fi
 



  1   2   3   >