[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2016-07-16 Thread Jason Zaman
commit: dca8025bffc3288ab37975c413a35e1dadc5d0b2
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jul 17 05:26:59 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jul 17 05:45:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca8025b

sys-process/audit: bump to 2.6.4 bug 588734

Package-Manager: portage-2.2.28

 sys-process/audit/Manifest   |   1 +
 sys-process/audit/audit-2.6.4.ebuild | 223 +++
 2 files changed, 224 insertions(+)

diff --git a/sys-process/audit/Manifest b/sys-process/audit/Manifest
index e56056c..1f324b6 100644
--- a/sys-process/audit/Manifest
+++ b/sys-process/audit/Manifest
@@ -5,3 +5,4 @@ DIST audit-2.2.2.tar.gz 907066 SHA256 
8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da
 DIST audit-2.4.1.tar.gz 942147 SHA256 
059346fa0e922faf4dcc054382b21f4845cd8c4942e82cfd0d4cd52bd2b03026 SHA512 
4ca29ee2c784861f75f9e05f5c4dfc3d3ebb9d51e454e8a069ef4d08db3754fb19189714935351e70b26ed44347a266ae6c31e68361d5e9efd89f657f91dbd50
 WHIRLPOOL 
49ecfdd2363eb8bcf25d40b36bf228c8bd31611804b284dde004d42a250a39c387bd0abff223cf4041f62805d5bb189a19375f5806385344ca219d823d267f2e
 DIST audit-2.4.3.tar.gz 998974 SHA256 
9c914704fecc602e143e37152f3efbab2469692684c1a8cc1b801c1b49c7abc6 SHA512 
2bbaa11ed5e2d8138711df325ec1997c4eb955123699fd330b5272b7f3475ca61c9753e1c103abfc9c49e1fc8aaf52dbd55545e3f1874214979ddece64ad79aa
 WHIRLPOOL 
1a0c0a273fddc49d15322a2423d4038488738d6597d0641182befab91646355bbee393a5d09d446dc4cf2f4579dd7ea99928cadd77bc72c355db0a10d4964da5
 DIST audit-2.4.4.tar.gz 1004024 SHA256 
25f57f465f3230d7b1166b615ffd6748818a3dc225d0e8b396c5b2e951674e23 SHA512 
752fa75fdf3406c0a61b57d05cf048e2b79c48589d881a231cb410c8b6031ec50c56b694c7f545c8d78000d4969933cb965016ef5b4a54a9391ad3ea6a55ee40
 WHIRLPOOL 
3656d6610409f5d2097b8d145c81cfb16104460d1eb14718315aa04d101cbac9952f6d168225bf768eb0b3786a1fdbe26798c0980d729a96c82891ca1720d0f2
+DIST audit-2.6.4.tar.gz 1078677 SHA256 
b5a79cecd9593c368c9e42d5af72fcd14f046676657e906970b6c4a1aa5d06c7 SHA512 
69b5d3987d2b8b189d1242fde639af3d7d366e901733133e47ee71223caf73aa7da40b7811298f0af861969b0ab482c5ef9830b711bdd15bd5f4d0ebc88a1224
 WHIRLPOOL 
bda2f7bb754620b003c9c7df2e29d169e0421a9f0a1cf11396539fc3cae1d3907dc4265c3941e24a30eb206032a894989e74b803f2c4a7558057b879c41b2642

diff --git a/sys-process/audit/audit-2.6.4.ebuild 
b/sys-process/audit/audit-2.6.4.ebuild
new file mode 100644
index 000..80eb0b9
--- /dev/null
+++ b/sys-process/audit/audit-2.6.4.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit autotools multilib multilib-minimal toolchain-funcs python-r1 
linux-info systemd
+
+DESCRIPTION="Userspace utilities for storing and processing auditing records"
+HOMEPAGE="https://people.redhat.com/sgrubb/audit/;
+SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="ldap python"
+# Testcases are pretty useless as they are built for RedHat users/groups and 
kernels.
+RESTRICT="test"
+
+RDEPEND="ldap? ( net-nds/openldap )
+   sys-libs/libcap-ng"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.34
+   python? (
+   ${PYTHON_DEPS}
+   dev-lang/swig:0
+   )"
+# Do not use os-headers as this is linux specific
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CONFIG_CHECK="~AUDIT"
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   eapply_user
+
+   # Do not build GUI tools
+   sed -i \
+   -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' \
+   "${S}"/configure.ac || die
+   sed -i \
+   -e 's,system-config-audit,,g' \
+   "${S}"/Makefile.am || die
+   rm -rf "${S}"/system-config-audit
+
+   if ! use ldap; then
+   sed -i \
+   -e 
'/^AC_OUTPUT/s,audisp/plugins/zos-remote/Makefile,,g' \
+   "${S}"/configure.ac || die
+   sed -i \
+   -e '/^SUBDIRS/s,zos-remote,,g' \
+   "${S}"/audisp/plugins/Makefile.am || die
+   fi
+
+   # Don't build static version of Python module.
+   eapply "${FILESDIR}"/${PN}-2.4.3-python.patch
+
+   # glibc/kernel upstreams suck with both defining ia64_fpreg
+   # This patch is a horribly workaround that is only valid as long as you
+   # don't need the OTHER definitions in fpu.h.
+   eapply "${FILESDIR}"/${PN}-2.1.3-ia64-compile-fix.patch
+
+   # there is no --without-golang conf option
+   sed -e "/^SUBDIRS =/s/ @gobind_dir@//" -i bindings/Makefile.am || die
+
+   # Regenerate autotooling
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local 

[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2016-07-16 Thread Jason Zaman
commit: 916ff46bd38dfac4aa50f3f946eb63194381a18c
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jul 17 05:42:31 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jul 17 05:45:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916ff46b

sys-process/audit: stable for alpha amd64 hppa ppc x86 (bug 588734)

Package-Manager: portage-2.2.28

 sys-process/audit/audit-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/audit/audit-2.4.4.ebuild 
b/sys-process/audit/audit-2.4.4.ebuild
index b328fe8..5d89de8 100644
--- a/sys-process/audit/audit-2.4.4.ebuild
+++ b/sys-process/audit/audit-2.4.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz;
 
 LICENSE="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="ldap python"
 # Testcases are pretty useless as they are built for RedHat users/groups and
 # kernels.



[gentoo-commits] repo/gentoo:master commit in: sys-process/audit/

2016-07-16 Thread Jason Zaman
commit: a93ad00d13b2ac267bbcc4421beb7eb9a79481bd
Author: Jason Zaman  gentoo  org>
AuthorDate: Sun Jul 17 05:22:05 2016 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Sun Jul 17 05:45:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93ad00d

sys-process/audit: bump to 2.4.4 bug 588734

Package-Manager: portage-2.2.28

 sys-process/audit/Manifest   |   1 +
 sys-process/audit/audit-2.4.4.ebuild | 225 +++
 2 files changed, 226 insertions(+)

diff --git a/sys-process/audit/Manifest b/sys-process/audit/Manifest
index 20b843b..e56056c 100644
--- a/sys-process/audit/Manifest
+++ b/sys-process/audit/Manifest
@@ -4,3 +4,4 @@ DIST audit-2.1.3.tar.gz 833647 SHA256 
1c61858d8ed299128aa6bd8e85bac758bfe33e6135
 DIST audit-2.2.2.tar.gz 907066 SHA256 
8bc2b45a5f08f5df6cebcd5543f24b7e68e28b64da4b23f08de2c6616384302b SHA512 
98d83162e69816611dfac3d3ecc19235403ea5809d7a5cd9f13444c2085f03e46657802addb58ee31c251749f89417926ae40bcd99a77d64f062712830fde9bb
 WHIRLPOOL 
f127d3b9645d4e679a83767d688b83c7d59d4a35a166bc9f5038df89852768b695bc0c30e26fea0930aa29fed4583aa5218a42d5898d2a7c542e04cf58b9a9e9
 DIST audit-2.4.1.tar.gz 942147 SHA256 
059346fa0e922faf4dcc054382b21f4845cd8c4942e82cfd0d4cd52bd2b03026 SHA512 
4ca29ee2c784861f75f9e05f5c4dfc3d3ebb9d51e454e8a069ef4d08db3754fb19189714935351e70b26ed44347a266ae6c31e68361d5e9efd89f657f91dbd50
 WHIRLPOOL 
49ecfdd2363eb8bcf25d40b36bf228c8bd31611804b284dde004d42a250a39c387bd0abff223cf4041f62805d5bb189a19375f5806385344ca219d823d267f2e
 DIST audit-2.4.3.tar.gz 998974 SHA256 
9c914704fecc602e143e37152f3efbab2469692684c1a8cc1b801c1b49c7abc6 SHA512 
2bbaa11ed5e2d8138711df325ec1997c4eb955123699fd330b5272b7f3475ca61c9753e1c103abfc9c49e1fc8aaf52dbd55545e3f1874214979ddece64ad79aa
 WHIRLPOOL 
1a0c0a273fddc49d15322a2423d4038488738d6597d0641182befab91646355bbee393a5d09d446dc4cf2f4579dd7ea99928cadd77bc72c355db0a10d4964da5
+DIST audit-2.4.4.tar.gz 1004024 SHA256 
25f57f465f3230d7b1166b615ffd6748818a3dc225d0e8b396c5b2e951674e23 SHA512 
752fa75fdf3406c0a61b57d05cf048e2b79c48589d881a231cb410c8b6031ec50c56b694c7f545c8d78000d4969933cb965016ef5b4a54a9391ad3ea6a55ee40
 WHIRLPOOL 
3656d6610409f5d2097b8d145c81cfb16104460d1eb14718315aa04d101cbac9952f6d168225bf768eb0b3786a1fdbe26798c0980d729a96c82891ca1720d0f2

diff --git a/sys-process/audit/audit-2.4.4.ebuild 
b/sys-process/audit/audit-2.4.4.ebuild
new file mode 100644
index 000..b328fe8
--- /dev/null
+++ b/sys-process/audit/audit-2.4.4.ebuild
@@ -0,0 +1,225 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit autotools multilib multilib-minimal toolchain-funcs python-r1 
linux-info eutils systemd
+
+DESCRIPTION="Userspace utilities for storing and processing auditing records"
+HOMEPAGE="https://people.redhat.com/sgrubb/audit/;
+SRC_URI="https://people.redhat.com/sgrubb/audit/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE="ldap python"
+# Testcases are pretty useless as they are built for RedHat users/groups and
+# kernels.
+RESTRICT="test"
+
+RDEPEND="ldap? ( net-nds/openldap )
+   sys-libs/libcap-ng"
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.34
+   python? (
+   ${PYTHON_DEPS}
+   dev-lang/swig:0
+   )"
+# Do not use os-headers as this is linux specific
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+CONFIG_CHECK="~AUDIT"
+
+pkg_setup() {
+   linux-info_pkg_setup
+}
+
+src_prepare() {
+   epatch_user
+
+   # Do not build GUI tools
+   sed -i \
+   -e '/AC_CONFIG_SUBDIRS.*system-config-audit/d' \
+   "${S}"/configure.ac || die
+   sed -i \
+   -e 's,system-config-audit,,g' \
+   "${S}"/Makefile.am || die
+   rm -rf "${S}"/system-config-audit
+
+   if ! use ldap; then
+   sed -i \
+   -e 
'/^AC_OUTPUT/s,audisp/plugins/zos-remote/Makefile,,g' \
+   "${S}"/configure.ac || die
+   sed -i \
+   -e '/^SUBDIRS/s,zos-remote,,g' \
+   "${S}"/audisp/plugins/Makefile.am || die
+   fi
+
+   # Don't build static version of Python module.
+   epatch "${FILESDIR}"/${PN}-2.4.3-python.patch
+
+   # glibc/kernel upstreams suck with both defining ia64_fpreg
+   # This patch is a horribly workaround that is only valid as long as you
+   # don't need the OTHER definitions in fpu.h.
+   epatch "${FILESDIR}"/${PN}-2.1.3-ia64-compile-fix.patch
+
+   # there is no --without-golang conf option
+   sed -e "/^SUBDIRS =/s/ @gobind_dir@//" -i bindings/Makefile.am || die
+
+   # Regenerate autotooling
+   eautoreconf
+
+   # Bug 352198: Avoid parallel 

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

2016-07-16 Thread Göktürk Yüksek
commit: c29b8d89fbd5f179333b5329ee96334bd360a7c4
Author: Göktürk Yüksek  gentoo  org>
AuthorDate: Sun Jul 17 05:11:43 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul 17 05:19:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29b8d89

app-admin/needrestart: minor metadata cleanup

- Remove redundant maintainer description
- Remove empty use block

Package-Manager: portage-2.2.28

 app-admin/needrestart/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-admin/needrestart/metadata.xml 
b/app-admin/needrestart/metadata.xml
index f37a51d..5b1cba2 100644
--- a/app-admin/needrestart/metadata.xml
+++ b/app-admin/needrestart/metadata.xml
@@ -4,14 +4,11 @@
 
 candr...@integralblue.com
 Craig Andrews
-Proxied maintainer; set to assignee in all 
bugs
 
 
 proxy-ma...@gentoo.org
 Proxy Maintainers
 
-
-
 
 Restart daemons after library updates
 



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

2016-07-16 Thread Göktürk Yüksek
commit: 15c29ed18b2895ba8c5d2fc4d65f2dfbd6c1abdb
Author: Louis Sautier  gmail  com>
AuthorDate: Sun Jul 17 00:01:17 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul 17 01:17:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c29ed1

dev-python/dominate: bump to 2.2.1

Package-Manager: portage-2.3.0

 dev-python/dominate/Manifest  |  1 +
 dev-python/dominate/dominate-2.2.1.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/dominate/Manifest b/dev-python/dominate/Manifest
index 745db7c..8640fc5 100644
--- a/dev-python/dominate/Manifest
+++ b/dev-python/dominate/Manifest
@@ -1 +1,2 @@
 DIST dominate-2.2.0.tar.gz 23320 SHA256 
318063a9b600cdc13f84592ad515db0fd3a2816a2433e2a2fad55a5398ae05da SHA512 
416fa8ac56856aa06d547a307cdf46ca71b3a29caf36103e78a2522973e407cab90c0163a34fd8ed724586a6121bbd8f4822da78dbf1f77c18e9106aab112e74
 WHIRLPOOL 
9d5e8516d90b947c88c76e39b0ca73ff07737e36dd9336bd70f73fe5f3836d0fc43f28a7c1343e880367a449a117a1fdfa7e48c8b35f502ba20950b328f62c3b
+DIST dominate-2.2.1.zip 46460 SHA256 
4aa6a2f458461541f9ceeb58b49da9b42320f80aa2a6f692baea2817431d9953 SHA512 
3f79fa4258f98708b1e169693e83f919179c1148f440300426f907e28c26b28c21a1098793a14f7e89e5aba0de61f93c889a4908f0eb6e3641ffe234e215e597
 WHIRLPOOL 
18b57dfc4d0f825be45a1b248e434a8a013d5b76f065b854c47aab9d99c00f5d1854fbcd3c520de50b11b5d7f079f6e57b2e7167249b7e71ff980ac02dfd8100

diff --git a/dev-python/dominate/dominate-2.2.1.ebuild 
b/dev-python/dominate/dominate-2.2.1.ebuild
new file mode 100644
index 000..94745de
--- /dev/null
+++ b/dev-python/dominate/dominate-2.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for creating and manipulating HTML documents using an 
elegant DOM API"
+HOMEPAGE="https://github.com/Knio/dominate;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+DEPEND="
+   app-arch/unzip
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND=""
+
+python_test() {
+   py.test || die "Tests failed with ${EPYTHON}"
+}



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

2016-07-16 Thread Göktürk Yüksek
commit: 5c42ff2ae3698f6be23f0ae753bccca378dc61dc
Author: Louis Sautier  gmail  com>
AuthorDate: Sun Jul 17 00:28:48 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul 17 01:03:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c42ff2a

dev-python/jaraco-collections: remove old

Package-Manager: portage-2.3.0

 dev-python/jaraco-collections/Manifest |  1 -
 .../jaraco-collections-1.3.1.ebuild| 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/jaraco-collections/Manifest 
b/dev-python/jaraco-collections/Manifest
index 6d343ec..4fa150b 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,3 +1,2 @@
-DIST jaraco.collections-1.3.1.tar.gz 8616 SHA256 
27e3d67f94372d70be25f46a48796441ca719aedbd4a411835e71e88455bbe66 SHA512 
812fbb66543e204f09f4dc35fc43888b3e8e1cbbf4a2a0e75a0589286e1ee5b303dc30b93696d8fc952bb3dddab95d8ed5ddb09ad4511ad4e12069fb87a93386
 WHIRLPOOL 
c8730e3bd1eb1950b523ce62e31f7e2d2fd46bacdcacd7c57b9b55f95cff51e025e47813af1777d362f83401822a4015fdd386e977bbbd26f9c1a130ff7aa65a
 DIST jaraco.collections-1.3.2.tar.gz 8965 SHA256 
8587fcfa89d81d639687184502cddb4868e3dc5b9a73827ee2bfe8455ab27e57 SHA512 
2369e9194fba5b25294ff5977def201b14d1ae72ddce08b5163995fcb530e55046f24354a0144f9272e822c38b468f493f262d56d2d0f6edab315be90f5fca70
 WHIRLPOOL 
adb24717b71bce2f4d4ccae216eb9fd638bd8457a6c465c73fff32e045900ca08e8cc3a2bd49e9f55f6d7897caaae2894a74c10eac343c40498e7ab2a18c712a
 DIST jaraco.collections-1.4.tar.gz 9615 SHA256 
82af38e4f8ef59ef5b44738561dd766f944e145a7ce39751744783f70f779ccb SHA512 
dbb7c07bd6a7b4ef41aad1fef55b760447c94aea7036b56ed6fc02deba0720c2cb644fa47598f3997a307343dd1672d4afdd745fad3e02e37257ea714c02634a
 WHIRLPOOL 
05c22e5b1c0d3725c4f0f486ff628991103643264c0e3338172d585be155eb2ba509182b652ed5484cd07cad13b0486829df2e8e9abd5450d7417ffb19d491f4

diff --git a/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild
deleted file mode 100644
index 6412a98..000
--- a/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="${PN/-/.}"
-DESCRIPTION="Models and classes to supplement the stdlib collections module"
-HOMEPAGE="https://github.com/jaraco/jaraco.collections;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-   dev-python/pytest-runner[${PYTHON_USEDEP}]
-   )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_prepare_all() {
-   if use test; then
-   if has_version "${CATEGORY}/${PN}"; then
-   die "Ensure $PN is not already installed or the test 
suite will fail"
-   elif ! has_version "dev-python/jaraco-text"; then
-   die "Ensure dev-python/jaraco-text is installed or the 
test suite will fail"
-   fi
-   fi
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
-}



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

2016-07-16 Thread Göktürk Yüksek
commit: 16496fd01fd7d432935ac1d537b57b2c52cc6a0f
Author: Louis Sautier  gmail  com>
AuthorDate: Sun Jul 17 00:28:24 2016 +
Commit: Göktürk Yüksek  gentoo  org>
CommitDate: Sun Jul 17 01:03:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16496fd0

dev-python/jaraco-collections: bump to 1.4

Package-Manager: portage-2.3.0

 dev-python/jaraco-collections/Manifest |  1 +
 .../jaraco-collections-1.4.ebuild  | 59 ++
 dev-python/jaraco-collections/metadata.xml |  2 +-
 3 files changed, 61 insertions(+), 1 deletion(-)

diff --git a/dev-python/jaraco-collections/Manifest 
b/dev-python/jaraco-collections/Manifest
index de2cc2b..6d343ec 100644
--- a/dev-python/jaraco-collections/Manifest
+++ b/dev-python/jaraco-collections/Manifest
@@ -1,2 +1,3 @@
 DIST jaraco.collections-1.3.1.tar.gz 8616 SHA256 
27e3d67f94372d70be25f46a48796441ca719aedbd4a411835e71e88455bbe66 SHA512 
812fbb66543e204f09f4dc35fc43888b3e8e1cbbf4a2a0e75a0589286e1ee5b303dc30b93696d8fc952bb3dddab95d8ed5ddb09ad4511ad4e12069fb87a93386
 WHIRLPOOL 
c8730e3bd1eb1950b523ce62e31f7e2d2fd46bacdcacd7c57b9b55f95cff51e025e47813af1777d362f83401822a4015fdd386e977bbbd26f9c1a130ff7aa65a
 DIST jaraco.collections-1.3.2.tar.gz 8965 SHA256 
8587fcfa89d81d639687184502cddb4868e3dc5b9a73827ee2bfe8455ab27e57 SHA512 
2369e9194fba5b25294ff5977def201b14d1ae72ddce08b5163995fcb530e55046f24354a0144f9272e822c38b468f493f262d56d2d0f6edab315be90f5fca70
 WHIRLPOOL 
adb24717b71bce2f4d4ccae216eb9fd638bd8457a6c465c73fff32e045900ca08e8cc3a2bd49e9f55f6d7897caaae2894a74c10eac343c40498e7ab2a18c712a
+DIST jaraco.collections-1.4.tar.gz 9615 SHA256 
82af38e4f8ef59ef5b44738561dd766f944e145a7ce39751744783f70f779ccb SHA512 
dbb7c07bd6a7b4ef41aad1fef55b760447c94aea7036b56ed6fc02deba0720c2cb644fa47598f3997a307343dd1672d4afdd745fad3e02e37257ea714c02634a
 WHIRLPOOL 
05c22e5b1c0d3725c4f0f486ff628991103643264c0e3338172d585be155eb2ba509182b652ed5484cd07cad13b0486829df2e8e9abd5450d7417ffb19d491f4

diff --git a/dev-python/jaraco-collections/jaraco-collections-1.4.ebuild 
b/dev-python/jaraco-collections/jaraco-collections-1.4.ebuild
new file mode 100644
index 000..7f21126
--- /dev/null
+++ b/dev-python/jaraco-collections/jaraco-collections-1.4.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/.}"
+DESCRIPTION="Models and classes to supplement the stdlib collections module"
+HOMEPAGE="https://github.com/jaraco/jaraco.collections;
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/rst-linker[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+   dev-python/pytest-runner[${PYTHON_USEDEP}]
+   )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_prepare_all() {
+   if use test && ! has_version "dev-python/jaraco-text"; then
+   die "Ensure dev-python/jaraco-text is installed or the" \
+   "test suite will fail"
+   fi
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   distutils-r1_python_install_all
+}

diff --git a/dev-python/jaraco-collections/metadata.xml 
b/dev-python/jaraco-collections/metadata.xml
index 87a0d37..d8c47eb 100644
--- a/dev-python/jaraco-collections/metadata.xml
+++ b/dev-python/jaraco-collections/metadata.xml
@@ -4,7 +4,6 @@

sautier.lo...@gmail.com
Louis Sautier
-   Proxied maintainer; set to assignee in all 
bugs


proxy-ma...@gentoo.org
@@ -13,5 +12,6 @@

jaraco.collections
jaraco/jaraco.collections
+   
https://github.com/jaraco/jaraco.collections/issues

 



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

2016-07-16 Thread Maciej Mrozowski
commit: 810dfbbb07cbf5e229fdb60c9206ae28b84dc0ca
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Jul 17 00:51:42 2016 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Jul 17 00:51:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810dfbbb

dev-util/kbuild: Add missing texinfo dependcy, bug 572160

Package-Manager: portage-2.2.28

 dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild | 3 ++-
 dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild 
b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild
index a51a006..0354471 100644
--- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild
+++ b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild
@@ -18,7 +18,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="sys-devel/flex
+DEPEND="sys-apps/texinfo
+   sys-devel/flex
sys-devel/gettext
virtual/yacc"
 RDEPEND=""

diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild 
b/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild
index 68c5b96..826b15c 100644
--- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild
+++ b/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild
@@ -17,7 +17,8 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="sys-devel/flex
+DEPEND="sys-apps/texinfo
+   sys-devel/flex
sys-devel/gettext
virtual/yacc"
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_CodeSniffer/

2016-07-16 Thread Michael Orlitzky
commit: 97f29946aacc0c1d06483bd8f1d19976962302a0
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jul 16 23:52:22 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jul 16 23:52:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f29946

dev-php/PEAR-PHP_CodeSniffer: new v2.5.1 revision fixing the test suite.

Package-Manager: portage-2.2.28

 dev-php/PEAR-PHP_CodeSniffer/Manifest   |  2 +-
 ...er-2.5.1.ebuild => PEAR-PHP_CodeSniffer-2.5.1-r1.ebuild} | 13 -
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-php/PEAR-PHP_CodeSniffer/Manifest 
b/dev-php/PEAR-PHP_CodeSniffer/Manifest
index acbed6f..4c0e201 100644
--- a/dev-php/PEAR-PHP_CodeSniffer/Manifest
+++ b/dev-php/PEAR-PHP_CodeSniffer/Manifest
@@ -1,2 +1,2 @@
-DIST PEAR-PHP_CodeSniffer-2.5.1.tar.gz 294006 SHA256 
bd38bddea81eb9b13413fb09c382a10bbd3c3d8bf82539ac4cc3f1e6a334e5ca SHA512 
20221e45da087bbd4e34817086e67ec87016d24a0f14bafbcd7b2a82d4ead9ecf18f2053685e7eee33b5cb4ae2a6d19588b2ca35908b01b75fa79589bbf46671
 WHIRLPOOL 
0e3b6fe239a6a6e653bf0478edc3eadd05fad456e69785d6f893890cd0a00c066f3eb186c5081142579e0df1a21d7e89f089c93ba4d9810fa235532c318f6a6a
+DIST PHP_CodeSniffer-2.5.1.tgz 484780 SHA256 
9de1a12f2d184bd1846a6f756f7507b16722538c88c9dd66912915f498a3f330 SHA512 
285cfa1c39ffa6d53317df1d9a4f78f718e0a8c8aded016b07982e83e5bed7713a8f8f8d0da988eb716cf9006f2261d32cc5ecb31c56e07d1be830e85213b002
 WHIRLPOOL 
74355c23de5ae70bb91ac226d68b61936fefd47487c20cb6d07a92a3060b27a220812a5b5af28d32cdf9be90890ad3c77591cf75ff5f47eef3e0f6fa444337af
 DIST PHP_CodeSniffer-2.6.2.tgz 497234 SHA256 
f5c71941e254742130e22cd5ef48d3b06b486efbd1b3dbc7f2fa77acdeac650d SHA512 
8e74ca2035f25647c836c6cacb6da6c1a3d0d280077cc6b31f5abf01843546c7370a96cba4f3a1b56fe8bac6954e10ce6570352ae67b14f717bab6a30bd2c865
 WHIRLPOOL 
558653b7ca61d65cdb20dc5e91b3b53f4de57e00aa399a58e798a497b5b1659241f946390817333621ed7e4737f6eda90088085b57e43832af24f7fd4a273a76

diff --git a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1.ebuild 
b/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1-r1.ebuild
similarity index 69%
rename from dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1.ebuild
rename to dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1-r1.ebuild
index 8710e75..2dfa8b7 100644
--- a/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1.ebuild
+++ b/dev-php/PEAR-PHP_CodeSniffer/PEAR-PHP_CodeSniffer-2.5.1-r1.ebuild
@@ -10,7 +10,10 @@ MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Detect violations of PHP code standards"
 HOMEPAGE="https://github.com/squizlabs/PHP_CodeSniffer;
-SRC_URI="https://github.com/squizlabs/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+# The test suite isn't part of the Github tarball at the moment. Keep an
+# eye on https://github.com/squizlabs/PHP_CodeSniffer/issues/548
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 
 LICENSE="BSD"
 SLOT="0"
@@ -25,6 +28,7 @@ S="${WORKDIR}/${MY_P}"
 
 DOCS=( CONTRIBUTING.md README.md )
 src_install() {
+   # The PEAR eclass would install everything into the wrong location.
insinto "/usr/share/${PN}"
doins -r CodeSniffer CodeSniffer.php
 
@@ -39,9 +43,8 @@ src_install() {
einstalldocs
 }
 
-# The test suite isn't part of the tarball at the moment, keep an eye on
-# https://github.com/squizlabs/PHP_CodeSniffer/issues/548
-RESTRICT=test
 src_test() {
-   phpunit || die "test suite failed"
+   # The test suite will fail if date.timezone isn't set in php.ini.
+   phpunit -d date.timezone=UTC tests/AllTests.php \
+   || die "test suite failed"
 }



[gentoo-commits] repo/gentoo:master commit in: app-office/homebank/

2016-07-16 Thread Denis Dupeyron
commit: 10f14a8c21af4fba29ebfc861fb7ee98dc56d25f
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Sat Jul 16 23:09:34 2016 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Sat Jul 16 23:09:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f14a8c

app-office/homebank: bump to 5.0.8, bug 588540

 app-office/homebank/Manifest  |  1 +
 app-office/homebank/homebank-5.0.8.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/app-office/homebank/Manifest b/app-office/homebank/Manifest
index cd08a22..e94eede 100644
--- a/app-office/homebank/Manifest
+++ b/app-office/homebank/Manifest
@@ -1,3 +1,4 @@
 DIST homebank-4.6.3.tar.gz 1899045 SHA256 
f6e31bb789d626b507c2af9d176a0bac0cbaec770ede73048ba7a6df113a6948 SHA512 
aab7374d90ffc52a40188eb334fc9b3461c299014d6134f236488991400fffe9f6dcb69247501857fe4caafbb08f0c5d729211b13551203f1231d136e99e024d
 WHIRLPOOL 
e8f6a421c64eb1bf6f2d97910e4687b00cf794fd27c8aff83ce9d39e18393a1984e73a44110ff5e87427fd0ed74963dcb997490d97614116800100daca5b
 DIST homebank-5.0.6.tar.gz 2578726 SHA256 
4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4 SHA512 
48cb3c4b306804a5cc6dea3083fc84d64a8936bb9c7dfb357838abb05d3f2ce1080eba73be1bb7c37ffeb3ed10d14f15d0f7121d7e4f34c543f8807f8747f289
 WHIRLPOOL 
7052e27f7d9d38eae13a5ed3af0d7f284bcbdfbff9cb9282bc773f26a7fb5a0af305b81ba82cc2f21339aa3589bb5a6a4b9323f48c637d8418e4767197b4b314
 DIST homebank-5.0.7.tar.gz 2603648 SHA256 
d526dc78e6f6ea01efadfb9fd27b2d10326c315cfe550c83cc29cfd8052564e7 SHA512 
ffb3246a6abee6a24f4491e6f3f0857033bdc03ec81647050766e965cc156789f829c819d491f81b3d15f24710f89a432f8906b833d11e8f4d1499cb05050dee
 WHIRLPOOL 
5602c4dec49a4478699db795581a40e3a2a31ffec3eaa5c1aeffd647055dccb59b8c5c1b973971bfe76906ca73ba93a85ff35d90e25791ded69267d96b5ffe4d
+DIST homebank-5.0.8.tar.gz 2603678 SHA256 
9bdf10b0d94c92d5216462fb110bba34cd2a1b01d38d2c6b629db81a0513a310 SHA512 
df4e66b0af076b20e2a2bca37186020d90ad58aec28fba79b3bb603c81e71cb4d54f45df14c250403d320a4f92489fceb84ac0191e9cfdf0f8a6ae3bd2f7a6bf
 WHIRLPOOL 
1721f880276e148a568f809283aa9a67490a3ef68e9517d94ed84741d823ad0be397ff9dfb5db714f11e945ef95be3032f2034ca091ae4ab4260ab408d7f48bb

diff --git a/app-office/homebank/homebank-5.0.8.ebuild 
b/app-office/homebank/homebank-5.0.8.ebuild
new file mode 100644
index 000..5abfef9
--- /dev/null
+++ b/app-office/homebank/homebank-5.0.8.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit fdo-mime eutils gnome2-utils
+
+DESCRIPTION="Free, easy, personal accounting for everyone"
+HOMEPAGE="http://homebank.free.fr/index.php;
+SRC_URI="http://homebank.free.fr/public/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+ofx"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=dev-libs/glib-2.28
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   >=x11-libs/gtk+-3.6.4:3
+   x11-libs/pango
+   ofx? ( >=dev-libs/libofx-0.8.3 )"
+DEPEND="${RDEPEND}
+   >=dev-lang/perl-5.8.1
+   dev-perl/XML-Parser
+   >=dev-util/intltool-0.40.5
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+   econf $(use_with ofx)
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+   fdo-mime_mime_database_update
+   gnome2_icon_cache_update
+}



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

2016-07-16 Thread Manuel Rüger
commit: 5e6ece10d1bfd543d0435bcae5cf548adf02ab0c
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul 16 22:31:28 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul 16 22:31:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6ece10

sys-apps/etckeeper: Version bump to 1.18.4

Package-Manager: portage-2.3.0

 sys-apps/etckeeper/Manifest|  1 +
 sys-apps/etckeeper/etckeeper-1.18.4.ebuild | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/sys-apps/etckeeper/Manifest b/sys-apps/etckeeper/Manifest
index fa9c5e3..1df06d1 100644
--- a/sys-apps/etckeeper/Manifest
+++ b/sys-apps/etckeeper/Manifest
@@ -1,2 +1,3 @@
 DIST etckeeper-1.18.1.tar.gz 56366 SHA256 
80adee6e17bfc41359ffb85a401d9a510ae25956950adbfdd07a0bda36d99e9b SHA512 
5b5019d3f8c22ee0486c9102d7dbdc7e86921d432df49c15733e5ed23651c2be87b52e295208be691ef1e44a515d960fcf4f812eaca17f2806e2f5055222ca35
 WHIRLPOOL 
890b38f761f49a5a4713fa850bc18e09688ed8fb04d9b41f3727f868448fb1ba1ecf92750df777fc6011a3f88abeb8756105fbdc60ebf6fd3e693360764fb27c
 DIST etckeeper-1.18.3.tar.gz 64982 SHA256 
736302ee00c5a007901c60baab2dd67d419033ed1c62df3e98416e4ded8d4486 SHA512 
c60ba647f15fa41e38ffb8492ce98820a53a0ce20eec9590b3098fa042b43f6f2d1c21d6143342150208e0eae48fca60efdfe9f779c973397e4035031813618c
 WHIRLPOOL 
96181f1b5445b8f4bede9df180daafe97f40a3b8219ebd9b9fbab2cc643874d65c30c9e3b3899e3994130dc29004074de91b66de82114b7cd42bcdd1e99d068d
+DIST etckeeper-1.18.4.tar.gz 67499 SHA256 
a8f28c24d2c296db861fd5f1e95e6c9aa924eed19a331487cf42687f49123600 SHA512 
fa1d8eda9037be7933fd5be6ea4b5dfb77d6858ffab4ae4dad838d5c6ec066cb254c700732bfa0becd388b952b2b216bd7027cf3a67f806048e6cb3aa9c276c3
 WHIRLPOOL 
df03d41ffbc86c94a2c1a62d50751e117ae7fe52d8551c752e2b53cae34685a3dd0f088d08ed8ac1545aeac0ec16bc3900b8e0d97c95c0da4cfb52ace7b59607

diff --git a/sys-apps/etckeeper/etckeeper-1.18.4.ebuild 
b/sys-apps/etckeeper/etckeeper-1.18.4.ebuild
new file mode 100644
index 000..4e64cf6
--- /dev/null
+++ b/sys-apps/etckeeper/etckeeper-1.18.4.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils prefix python-r1
+
+DESCRIPTION="A collection of tools to let /etc be stored in a repository"
+HOMEPAGE="https://etckeeper.branchable.com/;
+SRC_URI="https://github.com/joeyh/etckeeper/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+IUSE="bazaar cron"
+REQUIRED_USE="bazaar? ( ${PYTHON_REQUIRED_USE} )"
+
+VCS_DEPEND="dev-vcs/git
+   dev-vcs/mercurial
+   dev-vcs/darcs"
+DEPEND="bazaar? ( dev-vcs/bzr )"
+RDEPEND="${DEPEND}
+   app-portage/portage-utils
+   cron? ( virtual/cron )
+   bazaar? ( ${PYTHON_DEPS} )
+   !bazaar? ( || ( ${VCS_DEPEND} ) )"
+
+src_prepare(){
+   epatch "${FILESDIR}"/${PN}-1.18.3-gentoo.patch
+}
+
+src_compile() {
+   :
+}
+
+src_install(){
+   emake DESTDIR="${ED}" install
+
+   bzr_install() {
+   ${PYTHON} ./${PN}-bzr/__init__.py install --root="${ED}" ||
+   die "bzr support installation failed!"
+   }
+   use bazaar && python_foreach_impl bzr_install
+
+   if use prefix; then
+   doenvd "${FILESDIR}"/99${PN}
+   eprefixify "${ED%/}"/etc/env.d/99${PN}
+   fi
+
+   dodoc doc/README.mdwn
+   docinto examples
+   newdoc "${FILESDIR}"/bashrc-r1 bashrc
+
+   if use cron ; then
+   exeinto /etc/cron.daily
+   newexe debian/cron.daily etckeeper
+   fi
+}
+
+pkg_postinst(){
+   elog "${PN} supports the following VCS: ${VCS_DEPEND}"
+   elog "  dev-vcs/bzr"
+   elog "This ebuild just ensures at least one is installed!"
+   elog "For dev-vcs/bzr you need to enable 'bazaar' useflag."
+   elog
+   elog "You may want to adjust your /etc/portage/bashrc"
+   elog "see the example file in /usr/share/doc/${PF}/examples"
+   elog
+   elog "To initialise your etc-dir as a repository run:"
+   elog "${PN} init -d /etc"
+}



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

2016-07-16 Thread Manuel Rüger
commit: ce79ef65b78fff7b85fde6cec52a4adfecaefd26
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul 16 22:34:38 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul 16 22:34:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce79ef65

sys-apps/pcsc-tools: Version bump to 1.4.27

Package-Manager: portage-2.3.0

 sys-apps/pcsc-tools/Manifest |  1 +
 sys-apps/pcsc-tools/pcsc-tools-1.4.27.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/sys-apps/pcsc-tools/Manifest b/sys-apps/pcsc-tools/Manifest
index 4df68a8..4054c45 100644
--- a/sys-apps/pcsc-tools/Manifest
+++ b/sys-apps/pcsc-tools/Manifest
@@ -1,2 +1,3 @@
 DIST pcsc-tools-1.4.25.tar.gz 183540 SHA256 
a9c715224e5ea293721e0bc4e1deb4a6ee73ca19f16679896ec3a47591f00c47 SHA512 
ad8bf02609a57e338de5cadd0aef09f13c90205888d749410340cf8b36eecc82c6a529e4730b9197c8e8a4f89084dca7068981a7dc5ad47612dfef3a8d4e141d
 WHIRLPOOL 
9355fc87c33585fec44c42a5bc6de8e0a033c623fb158350b7ea22545d3d37c3dfc9c59ccf207b74513982820e99134db3c1df4c165054eed303ccfee0e62f76
 DIST pcsc-tools-1.4.26.tar.gz 188041 SHA256 
8006bab91e49adb47e383323596ed618ef4f634427672cef2688fdcce66625a7 SHA512 
cc5c67c2792c76bcc3f1e85edddcb35af6f6d98d156fdc4a560ed0f1cc9ab780023a002f804db334e379f43c015d91496e849ea4aac1930edcd197961238faf0
 WHIRLPOOL 
c508010764d3127682ca36146a5d072d78789980f832f52817eb3e74c81bfbb2a3f1e563eaf314b3d30e978cf54c798905db92106cd691eed1c76fda694cec02
+DIST pcsc-tools-1.4.27.tar.gz 192342 SHA256 
aca73c890293de181cb214b675efac733853afdc97d0c151a3fb5ced28982e55 SHA512 
f4532e6deab799c96fb344a8b3d07768b4c13d8800a486cf0bfe6200794e2b49dcd1c761dec86dca3c350d88577ec2bba420298c693449fddeeff93672449836
 WHIRLPOOL 
d6a1b3762714eda3a57f436b19c3bacc4be090191f339dff47d7f6284e17836d86dfb0537385461aebcce8fbc209f27e4c2c3803c97c3cacc518dca7a0352686

diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.4.27.ebuild 
b/sys-apps/pcsc-tools/pcsc-tools-1.4.27.ebuild
new file mode 100644
index 000..1040052
--- /dev/null
+++ b/sys-apps/pcsc-tools/pcsc-tools-1.4.27.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils fdo-mime multilib toolchain-funcs
+
+DESCRIPTION="PC/SC Architecture smartcard tools"
+HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/;
+SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="gtk network-cron"
+
+RDEPEND=">=sys-apps/pcsc-lite-1.4.14"
+
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+RDEPEND="${RDEPEND}
+   dev-perl/pcsc-perl
+   gtk? ( dev-perl/gtk2-perl )"
+
+src_prepare() {
+   sed -i -e 's:-Wall -O2:$(CFLAGS):g' Makefile
+}
+
+src_compile() {
+   # explicitly only build the pcsc_scan application, or the man
+   # pages will be gzipped first, and then unpacked.
+   emake pcsc_scan CC=$(tc-getCC)
+}
+
+src_install() {
+   # install manually, makes it much easier since the Makefile
+   # requires fiddling with
+   dobin ATR_analysis scriptor pcsc_scan
+   doman pcsc_scan.1 scriptor.1p ATR_analysis.1p
+
+   dodoc README Changelog
+
+   if use gtk; then
+   domenu gscriptor.desktop
+   dobin gscriptor
+   doman gscriptor.1p
+   fi
+
+   if use network-cron ; then
+   exeinto /etc/cron.monthly
+   newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
+   fi
+
+   insinto /usr/share/pcsc
+   doins smartcard_list.txt
+}
+
+pkg_postinst() {
+   use gtk && fdo-mime_desktop_database_update
+}
+
+pkg_postrm() {
+   fdo-mime_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-BibTeX/

2016-07-16 Thread Manuel Rüger
commit: 0d6611312fdf715ab0c7d50649fe3fa9a140a72b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Jul 16 22:25:21 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Jul 16 22:25:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d661131

dev-perl/Text-BibTeX: Version bump to 0.76

Package-Manager: portage-2.3.0

 dev-perl/Text-BibTeX/Manifest   |  1 +
 dev-perl/Text-BibTeX/Text-BibTeX-0.760.0.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Text-BibTeX/Manifest b/dev-perl/Text-BibTeX/Manifest
index af6f739..4ec62ed 100644
--- a/dev-perl/Text-BibTeX/Manifest
+++ b/dev-perl/Text-BibTeX/Manifest
@@ -1 +1,2 @@
 DIST Text-BibTeX-0.72.tar.gz 286747 SHA256 
fc99855298233f677335dfec83172e04d3a008b368380d11bbd5cbf67c92d66d SHA512 
6096734901976bf6576720cff601f3209650e9dded09dc08e01a4795dd72f5b51f35137a58598944b55a65c981b27b2d62ba3412fcb8da9222d46b477af84beb
 WHIRLPOOL 
bf38b04a9ec6c9170eb25717f9efbe1b0e61ab5b103bdfffea758fe1f6ef43335f1ec419accf41b6a82aaa8af234b93ae1ad79b60e1e02c71eb73bf2f4fd774c
+DIST Text-BibTeX-0.76.tar.gz 295593 SHA256 
79d6517f7561c155157ea7b60e5e4ead01dc56f612dd9cf2b81f35f444023be7 SHA512 
a223f7ecc6c08b17076b515c0eb47f70d78951857f6a2367568c5af5c436eba595de8e3c9acec9c0bc8ca758739ae21a11f616c0c5ebedb5d1858c2d719085e5
 WHIRLPOOL 
b80f2e22499fc785cba7eb561632fb757e8ee98326dbd013ed4981b4d1754c22d0c563679d067a81e46750a15fe46b1f23e5b744de924053e96f88903d04a358

diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.760.0.ebuild 
b/dev-perl/Text-BibTeX/Text-BibTeX-0.760.0.ebuild
new file mode 100644
index 000..ffcb4c1
--- /dev/null
+++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.760.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="AMBS"
+MODULE_VERSION=0.76
+
+inherit perl-module
+
+DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-perl/Config-AutoConf-0.16
+   >=dev-perl/ExtUtils-LibBuilder-0.02
+   >=virtual/perl-ExtUtils-CBuilder-0.27
+   >=dev-perl/Module-Build-0.36.03"
+RDEPEND="!dev-libs/btparse
+   >=dev-perl/Capture-Tiny-0.06"
+
+SRC_TEST="do"
+
+src_prepare() {
+   sed -i -e "/#include /a #include "\
+   btparse/tests/{tex,purify,postprocess,name,macro}_test.c || die
+   perl-module_src_prepare
+}



[gentoo-commits] proj/openrc:master commit in: src/rc/

2016-07-16 Thread William Hubbs
commit: c962678dd6ab1314b55c2a3bcdae03902bda39b8
Author: Doug Freed  mtu  edu>
AuthorDate: Sat Jul 16 20:10:37 2016 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jul 16 20:10:37 2016 +
URL:https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c962678d

rc: Rename some static variables to kill warnings

 src/rc/rc.c | 80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

diff --git a/src/rc/rc.c b/src/rc/rc.c
index 45f57b3..2c517f2 100644
--- a/src/rc/rc.c
+++ b/src/rc/rc.c
@@ -86,12 +86,12 @@ const char *usagestring = ""
\
 #define DEVBOOT"/dev/.rcboot"
 
 const char *applet = NULL;
-static RC_STRINGLIST *hotplugged_services;
-static RC_STRINGLIST *stop_services;
-static RC_STRINGLIST *start_services;
-static RC_STRINGLIST *types_nw;
-static RC_STRINGLIST *types_nwua;
-static RC_DEPTREE *deptree;
+static RC_STRINGLIST *main_hotplugged_services;
+static RC_STRINGLIST *main_stop_services;
+static RC_STRINGLIST *main_start_services;
+static RC_STRINGLIST *main_types_nw;
+static RC_STRINGLIST *main_types_nwua;
+static RC_DEPTREE *main_deptree;
 static char *runlevel;
 static RC_HOOK hook_out;
 
@@ -162,12 +162,12 @@ cleanup(void)
p1 = p2;
}
 
-   rc_stringlist_free(hotplugged_services);
-   rc_stringlist_free(stop_services);
-   rc_stringlist_free(start_services);
-   rc_stringlist_free(types_nw);
-   rc_stringlist_free(types_nwua);
-   rc_deptree_free(deptree);
+   rc_stringlist_free(main_hotplugged_services);
+   rc_stringlist_free(main_stop_services);
+   rc_stringlist_free(main_start_services);
+   rc_stringlist_free(main_types_nw);
+   rc_stringlist_free(main_types_nwua);
+   rc_deptree_free(main_deptree);
free(runlevel);
 }
 
@@ -939,7 +939,7 @@ int main(int argc, char **argv)
}
 
/* Load our deptree */
-   if ((deptree = _rc_deptree_load(0, )) == NULL)
+   if ((main_deptree = _rc_deptree_load(0, )) == NULL)
eerrorx("failed to load deptree");
if (exists(RC_DEPTREE_SKEWED))
ewarn("WARNING: clock skew detected!");
@@ -961,27 +961,27 @@ int main(int argc, char **argv)
* in the new or current runlevel so we won't actually be stopping
* them all.
*/
-   stop_services = rc_services_in_state(RC_SERVICE_STARTED);
+   main_stop_services = rc_services_in_state(RC_SERVICE_STARTED);
tmplist = rc_services_in_state(RC_SERVICE_INACTIVE);
-   TAILQ_CONCAT(stop_services, tmplist, entries);
+   TAILQ_CONCAT(main_stop_services, tmplist, entries);
free(tmplist);
tmplist = rc_services_in_state(RC_SERVICE_STARTING);
-   TAILQ_CONCAT(stop_services, tmplist, entries);
+   TAILQ_CONCAT(main_stop_services, tmplist, entries);
free(tmplist);
-   if (stop_services)
-   rc_stringlist_sort(_services);
+   if (main_stop_services)
+   rc_stringlist_sort(_stop_services);
 
-   types_nwua = rc_stringlist_new();
-   rc_stringlist_add(types_nwua, "ineed");
-   rc_stringlist_add(types_nwua, "iwant");
-   rc_stringlist_add(types_nwua, "iuse");
-   rc_stringlist_add(types_nwua, "iafter");
+   main_types_nwua = rc_stringlist_new();
+   rc_stringlist_add(main_types_nwua, "ineed");
+   rc_stringlist_add(main_types_nwua, "iwant");
+   rc_stringlist_add(main_types_nwua, "iuse");
+   rc_stringlist_add(main_types_nwua, "iafter");
 
-   if (stop_services) {
-   tmplist = rc_deptree_depends(deptree, types_nwua, stop_services,
+   if (main_stop_services) {
+   tmplist = rc_deptree_depends(main_deptree, main_types_nwua, 
main_stop_services,
runlevel, depoptions | RC_DEP_STOP);
-   rc_stringlist_free(stop_services);
-   stop_services = tmplist;
+   rc_stringlist_free(main_stop_services);
+   main_stop_services = tmplist;
}
 
/* Create a list of all services which should be started for the new or
@@ -989,14 +989,14 @@ int main(int argc, char **argv)
 * runlevels.  Clearly, some of these will already be started so we
 * won't actually be starting them all.
 */
-   hotplugged_services = rc_services_in_state(RC_SERVICE_HOTPLUGGED);
-   start_services = rc_services_in_runlevel_stacked(newlevel ?
+   main_hotplugged_services = rc_services_in_state(RC_SERVICE_HOTPLUGGED);
+   main_start_services = rc_services_in_runlevel_stacked(newlevel ?
newlevel : runlevel);
if (strcmp(newlevel ? newlevel : runlevel, RC_LEVEL_SHUTDOWN) != 0 &&
strcmp(newlevel ? newlevel : runlevel, RC_LEVEL_SYSINIT) != 0)
{
tmplist = rc_services_in_runlevel(RC_LEVEL_SYSINIT);
-   TAILQ_CONCAT(start_services, tmplist, 

[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/.kde-applications-15.12/, ...

2016-07-16 Thread Johannes Huber
commit: 31e23f4caf6dc42371c524d82f93843d278d9e12
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul 16 19:38:20 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 19:38:20 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=31e23f4c

Documentation: Add KDE Applications 16.08

 Documentation/maintainers/regenerate-files |   2 +-
 .../.kde-applications-16.08/_HEADER_   |   2 +
 .../.kde-applications-16.08/kde-applications-16.08 |   1 +
 .../.kde-applications-16.08/kde-baseapps-16.08 |   1 +
 .../.kde-applications-16.08/kdeaccessibility-16.08 |   1 +
 .../.kde-applications-16.08/kdeadmin-16.08 |   1 +
 .../.kde-applications-16.08/kdeedu-16.08   |   1 +
 .../.kde-applications-16.08/kdegames-16.08 |   1 +
 .../.kde-applications-16.08/kdegraphics-16.08  |   1 +
 .../.kde-applications-16.08/kdemultimedia-16.08|   1 +
 .../.kde-applications-16.08/kdenetwork-16.08   |   1 +
 .../.kde-applications-16.08/kdepim-16.08   |   1 +
 .../.kde-applications-16.08/kdesdk-16.08   |   1 +
 .../.kde-applications-16.08/kdeutils-16.08 |   1 +
 .../.kde-applications-16.08/kdewebdev-16.08|   1 +
 .../.kde-applications-16.08/more-deps  |   1 +
 .../kde-applications-16.08.keywords| 252 
 Documentation/package.mask/kde-applications-15.12  |   2 +-
 Documentation/package.mask/kde-applications-16.04  |   2 +-
 Documentation/package.mask/kde-applications-16.08  | 252 
 .../.kde-applications-15.12/_HEADER_   |   2 +-
 .../.kde-applications-16.04/_HEADER_   |   2 +-
 .../.kde-applications-16.08/_HEADER_   |   3 +
 .../.kde-applications-16.08/kde-applications-16.08 |   1 +
 .../.kde-applications-16.08/kde-baseapps-16.08 |   1 +
 .../.kde-applications-16.08/kdeaccessibility-16.08 |   1 +
 .../.kde-applications-16.08/kdeadmin-16.08 |   1 +
 .../.kde-applications-16.08/kdeedu-16.08   |   1 +
 .../.kde-applications-16.08/kdegames-16.08 |   1 +
 .../.kde-applications-16.08/kdegraphics-16.08  |   1 +
 .../.kde-applications-16.08/kdemultimedia-16.08|   1 +
 .../.kde-applications-16.08/kdenetwork-16.08   |   1 +
 .../.kde-applications-16.08/kdepim-16.08   |   1 +
 .../.kde-applications-16.08/kdesdk-16.08   |   1 +
 .../.kde-applications-16.08/kdeutils-16.08 |   1 +
 .../.kde-applications-16.08/kdewebdev-16.08|   1 +
 .../package.unmask/kde-applications-15.12  |   2 +-
 .../package.unmask/kde-applications-16.04  |   2 +-
 .../package.unmask/kde-applications-16.08  | 264 +
 39 files changed, 807 insertions(+), 7 deletions(-)

diff --git a/Documentation/maintainers/regenerate-files 
b/Documentation/maintainers/regenerate-files
index b3246bd..0cbb22e 100755
--- a/Documentation/maintainers/regenerate-files
+++ b/Documentation/maintainers/regenerate-files
@@ -15,7 +15,7 @@ KF_RELEASE=${KF_RELEASE:-5.21}
 PLASMA_RELEASES="5.5 5.6 5.7"
 PLASMA_RELEASE=${PLASMA_RELEASE:-5.5}
 
-APPS_RELEASES="15.12 16.04"
+APPS_RELEASES="15.12 16.04 16.08"
 APPS_RELEASE=${APPS_RELEASE:-15.12}
 
 # regenerate keywords

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-16.08/_HEADER_ 
b/Documentation/package.accept_keywords/.kde-applications-16.08/_HEADER_
new file mode 100644
index 000..a591821
--- /dev/null
+++ b/Documentation/package.accept_keywords/.kde-applications-16.08/_HEADER_
@@ -0,0 +1,2 @@
+# You can use this file to keyword/unkeyword KDE Applications 16.08.
+# Edit Documentation/package.keywords/.kde-applications-16.08/ files instead.

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-16.08/kde-applications-16.08
 
b/Documentation/package.accept_keywords/.kde-applications-16.08/kde-applications-16.08
new file mode 12
index 000..e36a3c5
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-applications-16.08/kde-applications-16.08
@@ -0,0 +1 @@
+../../../sets/kde-applications-16.08
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-16.08/kde-baseapps-16.08
 
b/Documentation/package.accept_keywords/.kde-applications-16.08/kde-baseapps-16.08
new file mode 12
index 000..8308fcc
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-applications-16.08/kde-baseapps-16.08
@@ -0,0 +1 @@
+../../../sets/kde-baseapps-16.08
\ No newline at end of file

diff --git 
a/Documentation/package.accept_keywords/.kde-applications-16.08/kdeaccessibility-16.08
 
b/Documentation/package.accept_keywords/.kde-applications-16.08/kdeaccessibility-16.08
new file mode 12
index 000..12d1a49
--- /dev/null
+++ 
b/Documentation/package.accept_keywords/.kde-applications-16.08/kdeaccessibility-16.08
@@ -0,0 +1 @@
+../../../sets/kdeaccessibility-16.08
\ No newline at end of file

diff --git 

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

2016-07-16 Thread Johannes Huber
commit: c356136f55f7fde7427fabf5a70a2edbdece8245
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul 16 19:24:27 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 19:24:27 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c356136f

sets: Add KDE Applications 16.08

 sets/kde-applications-16.08 | 22 +
 sets/kde-applications-live  |  1 -
 sets/kde-baseapps-16.08 | 10 
 sets/kdeaccessibility-16.08 |  6 +
 sets/kdeadmin-16.08 |  4 +++
 sets/kdeedu-16.08   | 27 
 sets/kdegames-16.08 | 42 +++
 sets/kdegraphics-16.08  | 18 ++
 sets/kdemultimedia-16.08| 10 
 sets/kdenetwork-16.08   | 25 +++
 sets/kdepim-16.08   | 60 +
 sets/kdesdk-16.08   | 16 
 sets/kdeutils-16.08 | 15 
 sets/kdewebdev-16.08|  5 
 14 files changed, 260 insertions(+), 1 deletion(-)

diff --git a/sets/kde-applications-16.08 b/sets/kde-applications-16.08
new file mode 100644
index 000..06705e6
--- /dev/null
+++ b/sets/kde-applications-16.08
@@ -0,0 +1,22 @@
+

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

2016-07-16 Thread Kent Fredric
commit: 7ad16a795aa1c982ea2f8d5bba310c9e97cf5719
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 16 18:33:25 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 19:56:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad16a79

package.mask: Mask >={virtual/perl-,perl-core/}Test-Simple-1.301.0 for testing

This is an extensive and invasive change to fundamental testing
infrastructure and *all* bugs that are introduced by using this
should be reported to upstream at https://github.com/Test-More/test-more

Much things will have to be tested and bumped long before this gets
unmasked.

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 2517e1d..01298c0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -30,6 +30,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Kent Fredric  (16 Jul 2016)
+# Radically changed upstream and is critical to all Perl modules.
+# Masked for extended testing.
+# Will likely not be unmasked till equivalent versions ship in Perl itself.
+>=perl-core/Test-Simple-1.301.0
+>=virtual/perl-Test-Simple-1.301.0
+
 # Mike Pagano  (15 Jul 2016)
 # These two kernels have a serious OOM regression
 # Fix in 4.1.28-r1 and 3.18.37-r1



[gentoo-commits] repo/gentoo:master commit in: perl-core/Test-Simple/

2016-07-16 Thread Kent Fredric
commit: 1ce648da0add229982a2aa0851c0b58cf0f8b894
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 16 19:40:21 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 19:56:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce648da

perl-core/Test-Simple: Bump to (masked) 1.302.40 for testing

This will need extensive tree-wide testing, and
>perl-core/Test-Simple-1.301.0 should likely not be unmasked any
time soon.

This is the future, and its only provided here so smoke testers
can isolate any problems with the >1000 packages that could be
broken by this update.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 perl-core/Test-Simple/Manifest|  1 +
 perl-core/Test-Simple/Test-Simple-1.302.40.ebuild | 46 +
 perl-core/Test-Simple/metadata.xml| 50 +++
 3 files changed, 97 insertions(+)

diff --git a/perl-core/Test-Simple/Manifest b/perl-core/Test-Simple/Manifest
index b5c6af6..538c1b1 100644
--- a/perl-core/Test-Simple/Manifest
+++ b/perl-core/Test-Simple/Manifest
@@ -1 +1,2 @@
 DIST Test-Simple-1.001014.tar.gz 127212 SHA256 
55a414ce89eb7a5e9e84186f286b002054f10ae8ef4f8f2d61bb710e7549f16b SHA512 
0aa0b4d78c0243480df0e7f9b28d69b6bbf1b26bd49a91827c2d61595319840f7178f179555a60ef28d49d3f50679aade4f6d8138e9ae1bd0113a3d6c66d89c2
 WHIRLPOOL 
554c292cc05e31c0f82094ff23a556d46526388f9b51b7c3367fb1c34ed692c03b03b1be46f75f6b9186bcd52b3a4e613064252c8f6234ef5711da2a29bec3a7
+DIST Test-Simple-1.302040.tar.gz 239842 SHA256 
41938ca474b68904bec1f9888eb5f91e344f6647032d59188e31e3b682634457 SHA512 
c0f2a669e15d70b29bbf7c83154369c03a02ab9230e1c264b916ae049b08b29cd3e423851addd050037b359821c4a0aa157ed5bab9bd63f1bfe29ca7491ba53d
 WHIRLPOOL 
33e6b1ac6001aa939ef773168f4ecc53f40f1c93e9aec3ea914683322b2a6cb4e187c6cba808d6433841c8f31cbe798bff41cd08c22b20c82d5157cfdbb199ed

diff --git a/perl-core/Test-Simple/Test-Simple-1.302.40.ebuild 
b/perl-core/Test-Simple/Test-Simple-1.302.40.ebuild
new file mode 100644
index 000..d1d8ebd
--- /dev/null
+++ b/perl-core/Test-Simple/Test-Simple-1.302.40.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=EXODIST
+DIST_VERSION=1.302040
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Basic utilities for writing tests"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   !=virtual/perl-Scalar-List-Utils-1.130.0
+   virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/perl-core/Test-Simple/metadata.xml 
b/perl-core/Test-Simple/metadata.xml
index 2b9a936..05a0dba 100644
--- a/perl-core/Test-Simple/metadata.xml
+++ b/perl-core/Test-Simple/metadata.xml
@@ -5,4 +5,54 @@
 p...@gentoo.org
 Gentoo Perl Project
   
+  
+Test-Simple
+Test2
+Test2::API
+Test2::API::Breakage
+Test2::API::Context
+Test2::API::Instance
+Test2::API::Stack
+Test2::Event
+Test2::Event::Bail
+Test2::Event::Diag
+Test2::Event::Exception
+Test2::Event::Generic
+Test2::Event::Info
+Test2::Event::Note
+Test2::Event::Ok
+Test2::Event::Plan
+Test2::Event::Skip
+Test2::Event::Subtest
+Test2::Event::Waiting
+Test2::Formatter
+Test2::Formatter::TAP
+Test2::Hub
+Test2::Hub::Interceptor
+Test2::Hub::Interceptor::Terminator
+Test2::Hub::Subtest
+Test2::IPC
+Test2::IPC::Driver
+Test2::IPC::Driver::Files
+Test2::Util
+Test2::Util::ExternalMeta
+Test2::Util::HashBase
+Test2::Util::Trace
+Test::Builder
+Test::Builder::Formatter
+Test::Builder::IO::Scalar
+Test::Builder::Module
+Test::Builder::Tester
+Test::Builder::Tester::Color
+Test::Builder::Tester::Tie
+Test::Builder::TodoDiag
+Test::More
+Test::Simple
+Test::Tester
+Test::Tester::Capture
+Test::Tester::CaptureRunner
+Test::Tester::Delegate
+Test::use::ok
+ok
+  
 



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2016-07-16 Thread Kent Fredric
commit: 9b7d79d8e1346b1575735d52e7dfc151cac8abc3
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Jul 16 19:44:14 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 19:56:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7d79d8

virtual/perl-Test-Simple: Bump to (masked) 1.302.40 for testing.

Provided only by perl-core/* until at perl-5.26 or later.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../perl-Test-Simple-1.302.40.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.302.40.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.40.ebuild
new file mode 100644
index 000..7eab2a5
--- /dev/null
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.302.40.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   ~perl-core/${PN#perl-}-${PV}
+   !

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti/files/, net-analyzer/cacti/

2016-07-16 Thread Jeroen Roovers
commit: 7fefd7c1a6e1decba4820c82ba047ac6be472113
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul 16 19:49:52 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul 16 19:49:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fefd7c1

net-analyzer/cacti: Old.

Package-Manager: portage-2.3.0

 net-analyzer/cacti/Manifest|   1 -
 net-analyzer/cacti/cacti-0.8.8f-r1.ebuild  |  62 ---
 .../cacti/files/cacti-0.8.8f-CVE-2015-8369.patch   | 204 -
 3 files changed, 267 deletions(-)

diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
index 025dd4d..e6e7dfc 100644
--- a/net-analyzer/cacti/Manifest
+++ b/net-analyzer/cacti/Manifest
@@ -1,2 +1 @@
-DIST cacti-0.8.8f.tar.gz 2594409 SHA256 
2ea92407c11bf13302558a5bc9e1f3a57bd14a1d9ded48c505ec495762f76738 SHA512 
b712a9f8b7bee632cb4982fed72793ac2f4d70aa042784bbd2fd3923a27901f457393aa95bbd63960187e85fe462c35e88fa3cd93e8537a3a68f94bdbf5d7f2b
 WHIRLPOOL 
58c883780fed833df2501b204a21fc8605e76a7b5ac26ebd13f0bf22f45dda6363be35ada8af2a65f4e7db506d103b6739d73699676c1622e7051eb8a89ad555
 DIST cacti-0.8.8h.tar.gz 2585226 SHA256 
0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600 SHA512 
11bb0682a7220af5581f42579cf9c38d94aae202425ce15b824849684b1a6778d6f14e6a62ec94c608b7ba06562a825be7fd6d812d0800daa5eb56e640ac1c5f
 WHIRLPOOL 
250ee38d969c9a7d9a71b15a25e48c2b9b22412c6c2394798d178172d9a1be056b009b328594559524adbd47ad05032992b13cb5a632af1a23f947fb55342402

diff --git a/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild 
b/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
deleted file mode 100644
index 4e978fa..000
--- a/net-analyzer/cacti/cacti-0.8.8f-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils webapp
-
-# Support for _p* in version.
-MY_P=${P/_p*/}
-
-DESCRIPTION="Cacti is a complete frontend to rrdtool"
-HOMEPAGE="http://www.cacti.net/;
-SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 sparc x86"
-IUSE="snmp doc"
-
-need_httpd
-
-RDEPEND="
-   dev-lang/php[cli,mysql,session,sockets,xml]
-   dev-php/adodb
-   net-analyzer/rrdtool[graph]
-   virtual/cron
-   virtual/mysql
-   snmp? ( >=net-analyzer/net-snmp-5.2.0 )
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-CVE-2015-8369.patch
-
-   sed -i -e \
-   's:$config\["library_path"\] . 
"/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
-   "${S}"/include/global.php || die
-
-   rm -rf lib/adodb || die # don't use bundled adodb
-}
-
-src_compile() { :; }
-
-src_install() {
-   webapp_src_preinst
-
-   rm LICENSE README || die
-   dodoc docs/{CHANGELOG,CONTRIB,README,txt/manual.txt}
-   use doc && dohtml -r docs/html/
-   rm -rf docs
-
-   edos2unix `find -type f -name '*.php'`
-
-   dodir ${MY_HTDOCSDIR}
-   cp -r . "${D}"${MY_HTDOCSDIR}
-
-   webapp_serverowned ${MY_HTDOCSDIR}/rra
-   webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log
-   webapp_configfile ${MY_HTDOCSDIR}/include/config.php
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}

diff --git a/net-analyzer/cacti/files/cacti-0.8.8f-CVE-2015-8369.patch 
b/net-analyzer/cacti/files/cacti-0.8.8f-CVE-2015-8369.patch
deleted file mode 100644
index 2019a61..000
--- a/net-analyzer/cacti/files/cacti-0.8.8f-CVE-2015-8369.patch
+++ /dev/null
@@ -1,204 +0,0 @@
 a/graph.php
-+++ b/graph.php
-@@ -32,43 +32,43 @@
- 
- api_plugin_hook_function('graph');
- 
--include_once("./lib/html_tree.php");
--include_once("./include/top_graph_header.php");
--
- /* = input validation = */
--input_validate_input_regex(get_request_var("rra_id"), "^([0-9]+|all)$");
--input_validate_input_number(get_request_var("local_graph_id"));
--input_validate_input_number(get_request_var("graph_end"));
--input_validate_input_number(get_request_var("graph_start"));
-+input_validate_input_regex(get_request_var_request("rra_id"), 
"^([0-9]+|all)$");
-+input_validate_input_number(get_request_var_request("local_graph_id"));
-+input_validate_input_number(get_request_var_request("graph_end"));
-+input_validate_input_number(get_request_var_request("graph_start"));
- input_validate_input_regex(get_request_var_request("view_type"), 
"^([a-zA-Z0-9]+)$");
- /*  */
- 
--if (!isset($_GET['rra_id'])) {
--  $_GET['rra_id'] = 'all';
-+include_once("./lib/html_tree.php");
-+include_once("./include/top_graph_header.php");
-+
-+if (!isset($_REQUEST['rra_id'])) {
-+  $_REQUEST['rra_id'] = 'all';
- }
- 
--if ($_GET["rra_id"] == "all") {
-+if ($_REQUEST["rra_id"] == "all") {
-   $sql_where = " where id is not null";
- }else{
--  $sql_where = " 

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

2016-07-16 Thread Matt Thode
commit: bf6d4af9da4c0330cf52e2a38d2463f8282d28d5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 16 19:43:31 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Jul 16 19:43:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d4af9

sys-cluster/swift: bup, adds at rest encryption

Package-Manager: portage-2.2.28

 sys-cluster/swift/Manifest   |   1 +
 sys-cluster/swift/swift-2.9.0.ebuild | 109 +++
 2 files changed, 110 insertions(+)

diff --git a/sys-cluster/swift/Manifest b/sys-cluster/swift/Manifest
index ef18718..64c0d62 100644
--- a/sys-cluster/swift/Manifest
+++ b/sys-cluster/swift/Manifest
@@ -1,2 +1,3 @@
 DIST swift-2.5.0.tar.gz 1524422 SHA256 
ede167854a47577ebd98765cf31476f79045f0739fab65f59b37e0ec184d4a42 SHA512 
770d1aeb62803288b29edbac7576a8e870f09df5d111ba29d4845c755d65d66b501c9e95d6468e0c635625f04b7009fa2b6d769307348b66984f5cf5ea3481ed
 WHIRLPOOL 
ba00f4350c0f2b645f595b1dde8974dfdadcd66f33184776f478db123ec4dd5bb3c1e6cbe42b8cfb856391ceb6da3d1f212ceb3428280195c1993d2146ece435
 DIST swift-2.8.0.tar.gz 1710949 SHA256 
0b013da5bf8a7d82e41f683c9f7512b1bda4f3e2c363676b60daa28d56839c78 SHA512 
9afc4c08ad30634735f9bccd449ec41dd8b9f3888fe2f24200bea1bf765ece12169ba9bbee26af66e30c682d3d1dc36ef69efd4eb2a9dafc0840920544c9c97a
 WHIRLPOOL 
2d6f34e59fdfa0f039294b3cb5e5ae01b7ade4e15767e69f6c6708e8027e5f9281b74c8cf6fbe733f479a179cc8ec2ae1f55732affb4955121573f6c2f23fa80
+DIST swift-2.9.0.tar.gz 1799896 SHA256 
61f786eabb4e4f329def36ee5a58975e8bc18cce2d3007f858f795d3ed52b2f4 SHA512 
8d6c62274f09bfe2512b93f8e7c0084e00018b9a3786e8ae9e6bbcc753248611650ddc135fad5af5cd38ab22dd648305fdd54bac20fbe4ae2d4f259de36f9fef
 WHIRLPOOL 
3cc3f8b57b690ff47229eaf17ce70252326b6ae3bf99ad3b0128b9edfa0df16ea5efe91207feeea4cc931f3dc865f7b58ae578868ec0ee503126b87a23612e87

diff --git a/sys-cluster/swift/swift-2.9.0.ebuild 
b/sys-cluster/swift/swift-2.9.0.ebuild
new file mode 100644
index 000..f5b0344
--- /dev/null
+++ b/sys-cluster/swift/swift-2.9.0.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
+HOMEPAGE="https://launchpad.net/swift;
+SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="proxy account container object +memcached"
+REQUIRED_USE="|| ( proxy account container object )"
+
+CDEPEND="
+   >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
+   https://bugs.launchpad.net/swift/+bug/1249727
+   find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
+   SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
+}
+
+python_install() {
+   distutils-r1_python_install
+   keepdir /etc/swift
+   insinto /etc/swift
+
+   newins "etc/swift.conf-sample" "swift.conf"
+   newins "etc/rsyncd.conf-sample" "rsyncd.conf"
+   newins "etc/mime.types-sample" "mime.types-sample"
+   newins "etc/memcache.conf-sample" "memcache.conf-sample"
+   newins "etc/drive-audit.conf-sample" "drive-audit.conf-sample"
+   newins "etc/dispersion.conf-sample" "dispersion.conf-sample"
+
+   if use proxy; then
+   newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
+   newins "etc/proxy-server.conf-sample" "proxy-server.conf"
+   if use memcached; then
+   sed -i '/depend/a\
+need memcached' "${D}/etc/init.d/swift-proxy"
+   fi
+   fi
+   if use account; then
+   newinitd "${FILESDIR}/swift-account.initd" "swift-account"
+   newins "etc/account-server.conf-sample" "account-server.conf"
+   fi
+   if use container; then
+   newinitd "${FILESDIR}/swift-container.initd" "swift-container"
+   newins "etc/container-server.conf-sample" 
"container-server.conf"
+   fi
+   if use object; then
+   newinitd "${FILESDIR}/swift-object.initd" "swift-object"
+   newins "etc/object-server.conf-sample" "object-server.conf"
+   newins "etc/object-expirer.conf-sample" "object-expirer.conf"
+   fi
+
+   fowners swift:swift "/etc/swift" || die "fowners failed"
+}
+
+pkg_postinst() {
+   elog "Openstack swift will default to using insecure http unless a"
+   elog "certificate is created in /etc/swift/cert.crt and the associated 
key"
+   elog "in /etc/swift/cert.key.  These can be created with the following:"
+   elog "  * cd /etc/swift"
+   elog "  * openssl req -new -x509 -nodes -out cert.crt -keyout cert.key"
+}



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

2016-07-16 Thread Ulrich Müller
commit: 70defcb85f404e6814580dfe1c00aa0d2a1a4ac5
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Jul 16 18:46:43 2016 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Jul 16 18:49:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70defcb8

licenses: Remove unused.

 licenses/czyborra   | 5 -
 licenses/zpaq   | 9 -
 profiles/license_groups | 2 +-
 3 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/licenses/czyborra b/licenses/czyborra
deleted file mode 100644
index db04362..000
--- a/licenses/czyborra
+++ /dev/null
@@ -1,5 +0,0 @@
-All of my works you find here are freeware. You may freely copy, use,
-quote, modify or redistribute them as long as you properly attribute
-my contribution and have given a quick thought about whether Roman
-might perhaps be interested to read what you did with his stuff.
-Horizontal rules don't apply.

diff --git a/licenses/zpaq b/licenses/zpaq
deleted file mode 100644
index 200c024..000
--- a/licenses/zpaq
+++ /dev/null
@@ -1,9 +0,0 @@
-Copyright (C) 2011, Dell Inc. Written by Matt Mahoney.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so without restriction.
-This Software is provided "as is" without warranty.

diff --git a/profiles/license_groups b/profiles/license_groups
index 5990328..99559e1 100644
--- a/profiles/license_groups
+++ b/profiles/license_groups
@@ -34,7 +34,7 @@ OSI-APPROVED AFL-3.0 AGPL-3 AGPL-3+ Apache-1.1 Apache-2.0 
APL-1.0 APSL-2 Artisti
 # TODO: maybe add a category for BSD-alike MISC-FREE licenses for easy
 # separation?
 # BSD-4 alikes: dom4j FastCGI icu JDOM
-MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license telegram TermReadKey TeX TeX-other-free 
the-Click-lice
 nse Time-Format Time-modules tm-align totd UCAR-Unidata URT VTK w3m 
wxWinLL-3.1 x2x xbatt xboing XC Xdebug xtrs xvt YaTeX yuuji zpaq ZSH
+MISC-FREE ACE Allegro alternate AMPAS bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gsm HTML-Tidy htmlc iASL icu IDPL 
imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 JDOM JNIC JOVE 
keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff LLGPL-2.1 LPPL-1.3 
LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML minpack 
MIT-with-advertising mm mpich2 NCSA-HDF netcat NEWLIB ngrep noweb Old-MIT 
openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license telegram TermReadKey TeX TeX-other-free 
the-Click-license Time-
 Format Time-modules tm-align totd UCAR-Unidata URT VTK w3m wxWinLL-3.1 x2x 
xbatt xboing XC Xdebug xtrs xvt YaTeX yuuji ZSH
 # The following are NOT valid in @MISC-FREE:
 # arj - usage restrictions
 # freedist - Doesn't grant the right to do modifications.



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

2016-07-16 Thread Johannes Huber
commit: 21fba755c9304f72a49f68952849cdbad6c7215f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul 16 11:55:44 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 18:57:30 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=21fba755

kde-apps/libkleo: Fix DEPENDs

Drop one obsolete and one unnecessary blocker. No collisions due to KF5
prefix and different icons install dir.

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/libkleo/libkleo-.ebuild | 10 +++---
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/kde-apps/libkleo/libkleo-.ebuild 
b/kde-apps/libkleo/libkleo-.ebuild
index 816cdca..d61c287 100644
--- a/kde-apps/libkleo/libkleo-.ebuild
+++ b/kde-apps/libkleo/libkleo-.ebuild
@@ -13,7 +13,7 @@ LICENSE="GPL-2+"
 KEYWORDS=""
 IUSE=""
 
-COMMON_DEPEND="
+RDEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
@@ -24,16 +24,12 @@ COMMON_DEPEND="
$(add_frameworks_dep kwindowsystem)
$(add_kdeapps_dep gpgmepp)
$(add_kdeapps_dep kmime)
-   $(add_kdeapps_dep pimcommon)
+   $(add_kdeapps_dep kpimtextedit)
$(add_qt_dep designer)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
 "
-DEPEND="${COMMON_DEPEND}
+DEPEND="${RDEPEND}
dev-libs/boost
 "
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] proj/kde:master commit in: kde-misc/krename/

2016-07-16 Thread Johannes Huber
commit: d28ec8dcd1ddc5416823b1d706385edf73aa136b
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul 16 09:34:32 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 18:57:52 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d28ec8dc

kde-misc/krename: Moved from scratch to public repository

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-misc/krename/krename-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-misc/krename/krename-.ebuild 
b/kde-misc/krename/krename-.ebuild
index d1d9ff5..dbafa75 100644
--- a/kde-misc/krename/krename-.ebuild
+++ b/kde-misc/krename/krename-.ebuild
@@ -8,7 +8,6 @@ inherit kde5
 
 DESCRIPTION="A very powerful batch file renamer"
 HOMEPAGE="http://www.krename.net/;
-EGIT_REPO_URI="https://anongit.kde.org/scratch/sandsmark/krename;
 
 LICENSE="GPL-2"
 KEYWORDS=""



[gentoo-commits] proj/kde:master commit in: kde-apps/sieveeditor/, kde-apps/accountwizard/, kde-apps/pimsettingexporter/, ...

2016-07-16 Thread Johannes Huber
commit: f46d04c794b9f1510fe95a6e708d18aadc5ac812
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Jul 15 17:58:10 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 18:57:45 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f46d04c7

kde-apps: Add kde-apps/kcrash to KDE PIM DEPENDs

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/accountwizard/accountwizard-.ebuild | 1 +
 kde-apps/akonadiconsole/akonadiconsole-.ebuild   | 1 +
 kde-apps/akregator/akregator-.ebuild | 1 +
 kde-apps/blogilo/blogilo-.ebuild | 1 +
 kde-apps/grantleeeditor/grantleeeditor-.ebuild   | 1 +
 kde-apps/importwizard/importwizard-.ebuild   | 1 +
 kde-apps/kaddressbook/kaddressbook-.ebuild   | 1 +
 kde-apps/knotes/knotes-.ebuild   | 1 +
 kde-apps/kontact/kontact-.ebuild | 1 +
 kde-apps/korganizer/korganizer-.ebuild   | 1 +
 kde-apps/ktnef/ktnef-.ebuild | 1 +
 kde-apps/mboximporter/mboximporter-.ebuild   | 1 +
 kde-apps/pimsettingexporter/pimsettingexporter-.ebuild   | 1 +
 kde-apps/sieveeditor/sieveeditor-.ebuild | 1 +
 kde-apps/storageservicemanager/storageservicemanager-.ebuild | 1 +
 15 files changed, 15 insertions(+)

diff --git a/kde-apps/accountwizard/accountwizard-.ebuild 
b/kde-apps/accountwizard/accountwizard-.ebuild
index 25f3184..14f6a5d 100644
--- a/kde-apps/accountwizard/accountwizard-.ebuild
+++ b/kde-apps/accountwizard/accountwizard-.ebuild
@@ -22,6 +22,7 @@ DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)

diff --git a/kde-apps/akonadiconsole/akonadiconsole-.ebuild 
b/kde-apps/akonadiconsole/akonadiconsole-.ebuild
index 27bad88..70bc185 100644
--- a/kde-apps/akonadiconsole/akonadiconsole-.ebuild
+++ b/kde-apps/akonadiconsole/akonadiconsole-.ebuild
@@ -21,6 +21,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)

diff --git a/kde-apps/akregator/akregator-.ebuild 
b/kde-apps/akregator/akregator-.ebuild
index 6dc6957..21bf595 100644
--- a/kde-apps/akregator/akregator-.ebuild
+++ b/kde-apps/akregator/akregator-.ebuild
@@ -25,6 +25,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep khtml)
$(add_frameworks_dep ki18n)

diff --git a/kde-apps/blogilo/blogilo-.ebuild 
b/kde-apps/blogilo/blogilo-.ebuild
index 0ae1a57..03af352 100644
--- a/kde-apps/blogilo/blogilo-.ebuild
+++ b/kde-apps/blogilo/blogilo-.ebuild
@@ -21,6 +21,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)

diff --git a/kde-apps/grantleeeditor/grantleeeditor-.ebuild 
b/kde-apps/grantleeeditor/grantleeeditor-.ebuild
index 910a423..da9c5cf 100644
--- a/kde-apps/grantleeeditor/grantleeeditor-.ebuild
+++ b/kde-apps/grantleeeditor/grantleeeditor-.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)

diff --git a/kde-apps/importwizard/importwizard-.ebuild 
b/kde-apps/importwizard/importwizard-.ebuild
index c0bbde8..c7c0ae6 100644
--- a/kde-apps/importwizard/importwizard-.ebuild
+++ b/kde-apps/importwizard/importwizard-.ebuild
@@ -20,6 +20,7 @@ DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kwallet)

diff --git a/kde-apps/kaddressbook/kaddressbook-.ebuild 
b/kde-apps/kaddressbook/kaddressbook-.ebuild
index 0f0a080..7fe350e 100644
--- 

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

2016-07-16 Thread Johannes Huber
commit: 933f5dffaa873a5ad827f26e789d6b5815545bbe
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Jul 16 13:22:57 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 18:59:26 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=933f5dff

kde-apps/kgpg: Fix DEPENDs

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/kgpg/kgpg-5..ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/kde-apps/kgpg/kgpg-5..ebuild b/kde-apps/kgpg/kgpg-5..ebuild
index 4df6b86..5aafd33 100644
--- a/kde-apps/kgpg/kgpg-5..ebuild
+++ b/kde-apps/kgpg/kgpg-5..ebuild
@@ -14,17 +14,20 @@ https://utils.kde.org/projects/kgpg;
 KEYWORDS=""
 IUSE=""
 
-CDEPEND="
+DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kcrash)
+   $(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdelibs4support)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
+   $(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
@@ -36,13 +39,11 @@ CDEPEND="
$(add_kdeapps_dep kcontacts)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
+   $(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
 "
-DEPEND="${CDEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${CDEPEND}
+RDEPEND="${DEPEND}
app-crypt/gnupg
 "
 



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

2016-07-16 Thread Johannes Huber
commit: e7fc03312c8142a0147aa211d9946eed93c6fd6e
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Jul 11 20:58:05 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 18:57:30 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7fc0331

kde-apps/kleopatra: Fix DEPENDs

Drop unused dependency app-crypt/gpgme
commit 7dfe5e49299d02a7539047f8459c4c75ae803eec

Making kwatchgnupg optional saves no dependencies at this point.

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber  gentoo.org>

 kde-apps/kleopatra/kleopatra-.ebuild | 11 +++
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kleopatra/kleopatra-.ebuild 
b/kde-apps/kleopatra/kleopatra-.ebuild
index 6ced84c..07b5f5a 100644
--- a/kde-apps/kleopatra/kleopatra-.ebuild
+++ b/kde-apps/kleopatra/kleopatra-.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
 IUSE=""
 
 # drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-COMMON_DEPEND="
+DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
@@ -29,6 +29,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knotifications)
$(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep gpgmepp)
@@ -39,17 +40,11 @@ COMMON_DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
-   >=app-crypt/gpgme-1.3.2
dev-libs/boost:=
dev-libs/libassuan
dev-libs/libgpg-error
 "
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-   !kde-apps/kdepim[kdepim_features_kleopatra]
-   !

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

2016-07-16 Thread Patrick McLean
commit: 0e8efafc794d8c6f5c3c6d25ef8e92d4b454f9eb
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jul 16 18:27:30 2016 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jul 16 18:27:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8efafc

net-dns/dnsmasq: Remove version 2.75 for security bug #585280

Package-Manager: portage-2.3.0

 net-dns/dnsmasq/Manifest|   1 -
 net-dns/dnsmasq/dnsmasq-2.75.ebuild | 188 
 2 files changed, 189 deletions(-)

diff --git a/net-dns/dnsmasq/Manifest b/net-dns/dnsmasq/Manifest
index 2eea2d5..24a420d 100644
--- a/net-dns/dnsmasq/Manifest
+++ b/net-dns/dnsmasq/Manifest
@@ -1,2 +1 @@
-DIST dnsmasq-2.75.tar.xz 472484 SHA256 
640c4e1d4c298e42458419cd78cfc26acc549401b1a34d271cd3e0e4226941f1 SHA512 
dc6f64e8f04179bba4ceea5acbda4da27398e3e7a87f07ed645c383b0cccef416c438a859decff7be25849e28db9e53912693cdbf7f01ddd9bbf1d5e6ae2a8ec
 WHIRLPOOL 
ff2d0c2cb51cae6f2db09321c116003cdc512940001a839424a6ba1ba47deadfe412d01a0e68285250f7dbd9bef454c99e302805defc91783f703863c344b182
 DIST dnsmasq-2.76.tar.xz 480796 SHA256 
4b92698dee19ca0cb2a8f2e48f1d2dffd01a21eb15d1fbed4cf085630c8c9f96 SHA512 
8a930f3e7cdc0c291ce89bea8128a4b8438b9aa9e660a2ac037e0baa4c5c74f4482a8f83b0410066a759444b3c4e1cf62a9beb625e38509690227996de10e06a
 WHIRLPOOL 
e0710f879fd6f8e27581b8c400704660941601cd2077f32d7c2b3f9791c6be8404469770e74f7e1a03880507a32a30c19b89f6a953a757ad01305f829448f0bc

diff --git a/net-dns/dnsmasq/dnsmasq-2.75.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.75.ebuild
deleted file mode 100644
index a788339..000
--- a/net-dns/dnsmasq/dnsmasq-2.75.ebuild
+++ /dev/null
@@ -1,188 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils toolchain-funcs flag-o-matic user systemd
-
-DESCRIPTION="Small forwarding DNS server"
-HOMEPAGE="http://www.thekelleys.org.uk/dnsmasq/doc.html;
-SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~sparc-fbsd ~x86-fbsd"
-IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec idn +inotify ipv6 lua 
nls script selinux static tftp"
-DM_LINGUAS="de es fi fr id it no pl pt_BR ro"
-for dm_lingua in ${DM_LINGUAS}; do
-   IUSE+=" linguas_${dm_lingua}"
-done
-
-CDEPEND="dbus? ( sys-apps/dbus )
-   idn? ( net-dns/libidn )
-   lua? ( dev-lang/lua:* )
-   conntrack? ( net-libs/libnetfilter_conntrack )
-   nls? (
-   sys-devel/gettext
-   net-dns/libidn
-   )
-"
-
-DEPEND="${CDEPEND}
-   app-arch/xz-utils
-   dnssec? (
-   dev-libs/nettle[gmp]
-   static? (
-   dev-libs/nettle[static-libs(+)]
-   )
-   )
-   virtual/pkgconfig"
-
-RDEPEND="${CDEPEND}
-   dnssec? (
-   !static? (
-   dev-libs/nettle[gmp]
-   )
-   )
-   selinux? ( sec-policy/selinux-dnsmasq )
-"
-
-REQUIRED_USE="dhcp-tools? ( dhcp )
-   lua? ( script )"
-
-use_have() {
-   local useflag no_only uword
-   if [[ $1 == '-n' ]]; then
-   no_only=1
-   shift
-   fi
-   useflag="${1}"
-   shift
-
-   uword="${1:-${useflag}}"
-   shift
-
-   while [[ ${uword} ]]; do
-   # Switch to ^^ when we switch to EAPI=6.
-   #uword=${uword^^}
-   uword=$(tr '[:lower:]' '[:upper:]' <<<"${uword}")
-
-   if ! use "${useflag}"; then
-   echo -n " -DNO_${uword}"
-   elif [[ -z "${no_only}" ]]; then
-   echo -n " -DHAVE_${uword}"
-   fi
-   uword="${1}"
-   shift
-   done
-}
-
-pkg_pretend() {
-   if use static; then
-   einfo "Only sys-libs/gmp and dev-libs/nettle are statically 
linked."
-   use dnssec || einfo "Thus, ${P}[!dnssec,static] makes no sense; 
the static USE flag is ignored."
-   fi
-}
-
-pkg_setup() {
-   enewgroup dnsmasq
-   enewuser dnsmasq -1 -1 /dev/null dnsmasq
-}
-
-src_prepare() {
-   sed -i -r 's:lua5.[0-9]+:lua:' Makefile
-   sed -i "s:%%PREFIX%%:${EPREFIX}/usr:" dnsmasq.conf.example
-}
-
-src_configure() {
-   COPTS="$(use_have -n auth-dns auth)"
-   COPTS+="$(use_have conntrack)"
-   COPTS+="$(use_have dbus)"
-   COPTS+="$(use_have idn)"
-   COPTS+="$(use_have -n inotify)"
-   COPTS+="$(use_have -n dhcp dhcp dhcp6)"
-   COPTS+="$(use_have -n ipv6 ipv6 dhcp6)"
-   COPTS+="$(use_have lua luascript)"
-   COPTS+="$(use_have -n script)"
-   COPTS+="$(use_have -n tftp)"
-   COPTS+="$(use_have dnssec)"
-   COPTS+="$(use_have static dnssec_static)"
-}
-
-src_compile() {
-   emake \
-   PREFIX=/usr \
-   MANDIR=/usr/share/man \
-  

[gentoo-commits] repo/gentoo:master commit in: app-crypt/ophcrack/files/, app-crypt/ophcrack/

2016-07-16 Thread Mike Auty
commit: d43d9a5220f0085765f4940dbd0bb25cfb3cd72d
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Jul 16 18:19:52 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sat Jul 16 18:19:52 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43d9a52

app-crypt/ophcrack: Fix issue 588902 (deprecated ssl functions).

This fixes the deprecation of the des_ functions in favour of
DES_ functions in openssl (and libressl which appears to have
done the deprecation early).  The revision was not bumped since
this is an issue that exhibits at build time only.

Package-Manager: portage-2.3.0

 app-crypt/ophcrack/Manifest|  3 -
 .../ophcrack/files/ophcrack-openssl-des.patch  | 92 ++
 app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild| 35 
 app-crypt/ophcrack/ophcrack-3.3.0.ebuild   | 35 
 app-crypt/ophcrack/ophcrack-3.3.1.ebuild   | 43 --
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild   |  4 +-
 6 files changed, 95 insertions(+), 117 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index 99faa1e..c537601 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,5 +1,2 @@
-DIST ophcrack-3.1.0.tar.bz2 238869 SHA256 
706bee5d11d246ae16cbca87436a70f0e6f6dbc7d49d14318c1c71e74f5e069d SHA512 
7292ba86f4a346644f9b35fef34693315315ef2ce105d9159bb7958527d62cb57f40f7acb7140c7103f729e2d29d6c009d6f29ec25e9d649963e071adb96e1ad
 WHIRLPOOL 
c403b84957d9d6037e7e035aaca0215e6c7749c899d35edad5740ff5d370a7fda2faf6c067eef5b793d156e965642ac64f0c8ec2a2c41f344aff9bbd1be15c16
-DIST ophcrack-3.3.0.tar.bz2 255049 SHA256 
4c46f839cc752e6e9c69196574fa1fd17ff4e1bc4c1d1c0faa4b9228a3509a92 SHA512 
91bcaf73d1dd22f6a0895c54dcaab48fe2157a9ef44110401bf507cca7bf599506e263a01f4539a81b3f4484af8a1c465d8eb90ea13c35383166b2e1822a1231
 WHIRLPOOL 
81597fa07b02d88159bd3c6e98d4d4f264066f24eae1e4b908006d544c605e32c02de8738535ff0e61d3b64a759d6d2a27981cf76fb095a6979e77d4ecd9184f
-DIST ophcrack-3.3.1.tar.bz2 255238 SHA256 
4e23bfccde7962a873cd0c44f4da626795aec17fcfb078f4329ec7145b218d18 SHA512 
e5e889cbf6493d56afe0c76e0bccd5c544665057ed7cfc46a9f636b1660351fedb704e5b76f8a3ed76c70be4ab0d8c855b0d7b58aa949b12e513e3ad08db8ad0
 WHIRLPOOL 
8b14e4e04199b3a258f7914bafea3a13a1061ebb20614ead0dbb02a14f2dc2ba6d59affacc91e5f6ff837cb5e65bf16ac94d483d083445d8a2d45200843a1f04
 DIST ophcrack-3.4.0.tar.bz2 279806 SHA256 
06cb22d95a8ded79eebb99ac19bd21b27321e85fe0f22f32407d0b925b66d3e3 SHA512 
38c3b41e76be1b2990cbf6a8ddbe776df3d7821696e42939c759d554a7a52d40555f7e1c8f11e3ab7dc20b553f43d814e271d7519a3b4bb4f84b70468c123df0
 WHIRLPOOL 
887d9f397c061b06072cd48e15b89596c81c893d0cc1fb8eb960f0561249b0085025cfd88482aba8549414d3d634685503be14b9f97b16edc248859095a3a1dc
 DIST ophcrack-3.6.0.tar.bz2 288830 SHA256 
79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
 WHIRLPOOL 
5e492257aa504883892cc5bf19e123330963257874f2b1ad3ed53895161987012c6bd23f449c72de81e68ac0ebcb7adbff77883f1a0d976c0aa99654c87d342e

diff --git a/app-crypt/ophcrack/files/ophcrack-openssl-des.patch 
b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
new file mode 100644
index 000..2515c17
--- /dev/null
+++ b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
@@ -0,0 +1,92 @@
+--- a/src/lmtable.c2013-06-04 07:42:47 UTC
 b/src/lmtable.c
+@@ -470,8 +470,8 @@ void lmtable_mkredux(table_t *tbl, uchar
+ /*-*/
+ void lmtable_mkhash(uchar_t *pwd, uchar_t *hash) {
+   uchar_t key[8];
+-  des_key_schedule ks;
+-  des_cblock *magic = (des_cblock*)lmmagic;
++  DES_key_schedule ks;
++  DES_cblock *magic = (DES_cblock*)lmmagic;
+   
+   key[0] = pwd[0];
+   key[1] = (pwd[0] << 7) | (pwd[1] >> 1);
+@@ -482,7 +482,7 @@ void lmtable_mkhash(uchar_t *pwd, uchar_
+   key[6] = (pwd[5] << 2) | (pwd[6] >> 6);
+   key[7] = (pwd[6] << 1) ;
+ 
+-  des_set_odd_parity();
+-  des_set_key(, ks);
+-  des_ecb_encrypt(magic, (des_cblock*)hash, ks, DES_ENCRYPT);
++  DES_set_odd_parity();
++  DES_set_key(, );
++  DES_ecb_encrypt(magic, (DES_cblock*)hash, , DES_ENCRYPT);
+ }
+
+--- a/src/samdump2/samdump2.c  2015-03-30 02:26:33 UTC
 b/src/samdump2/samdump2.c
+@@ -71,7 +71,7 @@ void str_to_key(unsigned char *str,unsig
+   for (i=0;i<8;i++) {
+   key[i] = (key[i]<<1);
+   }
+-  des_set_odd_parity((des_cblock *)key);
++  DES_set_odd_parity((DES_cblock *)key);
+ }
+ 
+ /*
+@@ -209,8 +209,8 @@ unsigned char* utf16_to_utf8 (unsigned c
+   unsigned char hbootkey[0x20];
+   
+   /* Des */
+-  des_key_schedule ks1, ks2;
+-  des_cblock deskey1, deskey2;
++  DES_key_schedule ks1, ks2;
++  DES_cblock deskey1, deskey2;
+   
+   int i, j;
+   
+@@ -418,15 +418,15 @@ unsigned char* utf16_to_utf8 (unsigned c
+   
+   /* Get 

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

2016-07-16 Thread Heather Cynede
commit: ce01c2ef88e82aa1f02ae027c0246adf0645527f
Author: mpkh  gentoo  org>
AuthorDate: Sat Jul 16 16:02:13 2016 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Sat Jul 16 16:02:13 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=ce01c2ef

Merge pull request #200 from ArsenShnurkov/NewtonsoftJson-6.0.8

NewtonsoftJson 6.0.8

 dev-dotnet/Open-NAT/metadata.xml   | 2 +-
 dev-dotnet/dbus-sharp/metadata.xml | 2 +-
 dev-dotnet/libgdiplus/metadata.xml | 2 +-
 dev-dotnet/monotorrent/metadata.xml| 4 
 dev-dotnet/newtonsoft-json/Manifest| 1 +
 ...ft-json-7.0.1_p20150831.ebuild => newtonsoft-json-6.0.8.ebuild} | 7 ---
 dev-dotnet/nuget-codeplex/metadata.xml | 2 +-
 dev-lang/fsharp/metadata.xml   | 3 ---
 media-gfx/pinta/metadata.xml   | 1 +
 www-servers/xsp/metadata.xml   | 2 +-
 10 files changed, 11 insertions(+), 15 deletions(-)



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/newtonsoft-json/

2016-07-16 Thread Heather Cynede
commit: 35712326397d215ea53dd237e988b7ff6030c811
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sat Jul 16 15:18:00 2016 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Sat Jul 16 15:18:00 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=35712326

dependency of monodevelop 6.*

 .../newtonsoft-json/newtonsoft-json-6.0.8.ebuild   | 159 +
 1 file changed, 159 insertions(+)

diff --git a/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8.ebuild 
b/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8.ebuild
new file mode 100644
index 000..da5210b
--- /dev/null
+++ b/dev-dotnet/newtonsoft-json/newtonsoft-json-6.0.8.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# debug = debug configuration (symbols and defines for debugging)
+# developer = generate symbols information (to view line numbers in stack 
traces, either in debug or release configuration)
+# test = allow NUnit tests to run
+# nupkg = create .nupkg file from .nuspec
+# gac = install into gac
+# pkg-config = register in pkg-config database
+USE_DOTNET="net45"
+IUSE="${USE_DOTNET} debug developer test +nupkg +gac +pkg-config"
+
+inherit nupkg
+
+NAME="Newtonsoft.Json"
+NUSPEC_ID="${NAME}"
+HOMEPAGE="https://github.com/JamesNK/${NAME};
+
+EGIT_COMMIT="1497343173a181d678b4c9bbf60250a12f783f1c"
+SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}.zip
+   mirror://gentoo/mono.snk.bz2"
+S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+
+SLOT="0"
+
+DESCRIPTION="Json.NET is a popular high-performance JSON framework for .NET"
+LICENSE="MIT"
+LICENSE_URL="https://raw.github.com/JamesNK/Newtonsoft.Json/master/LICENSE.md;
+
+KEYWORDS="~amd64 ~ppc ~x86"
+COMMON_DEPENDENCIES="|| ( >=dev-lang/mono-4.2  2.6.4 (for NUnit)
+   egrep -lRZ '2\.6\.2' "${S}" | xargs -0 sed -i 's/2\.6\.2/2\.6\.4/g'  || 
die
+
+   enuget_restore "${METAFILETOBUILD}"
+   # Installing 'Autofac 3.5.0'.
+   # Installing 'NUnit 2.6.2'.
+   # Installing 'System.Collections.Immutable 1.1.36'.
+   # Installing 'FSharp.Core 4.0.0'.
+
+   if use gac; then
+   find . -iname "*.csproj" -print0 | xargs -0 \
+   sed -i 's//SIGNED;/g' || die
+   #PUBLIC_KEY=`sn -q -p ${SNK_FILENAME} /dev/stdout | hexdump -e 
'"%02x"'`
+   #find . -iname "AssemblyInfo.cs" -print0 | xargs -0 sed -i 
"s/PublicKey=[0-9a-fA-F]*/PublicKey=${PUBLIC_KEY}/g" || die
+   find . -iname "AssemblyInfo.cs" -print0 | xargs -0 sed -i 
"/InternalsVisibleTo/d" || die
+   fi
+
+   cp "${FILESDIR}/${NUSPEC_FILENAME}" "${S}/${NUSPEC_FILENAME}" || die
+   patch_nuspec_file "${S}/${NUSPEC_FILENAME}"
+
+   default
+
+   echo '[assembly: InternalsVisibleTo("Newtonsoft.Json.Tests, 
PublicKey=002404809400060200245253413100040100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]'
 >>${S}/Src/Newtonsoft.Json/Properties/AssemblyInfo.cs
+}
+
+src_compile() {
+   exbuild /p:SignAssembly=true 
"/p:AssemblyOriginatorKeyFile=${WORKDIR}/mono.snk" "${METAFILETOBUILD}"
+
+   NUSPEC_PROPS+="nuget_version=${NUSPEC_VERSION};"
+   NUSPEC_PROPS+="nuget_id=${NUSPEC_ID};"
+   NUSPEC_PROPS+="nuget_projectUrl=${HOMEPAGE};"
+   NUSPEC_PROPS+="nuget_licenseUrl=${LICENSE_URL};"
+   NUSPEC_PROPS+="nuget_description=${DESCRIPTION};"
+   NUSPEC_PROPS+="nuget_iconUrl=file://${ICON_URL}"
+   elog "NUSPEC_PROPS=${NUSPEC_PROPS}"
+   enuspec -Prop "${NUSPEC_PROPS}" "${S}/${NUSPEC_FILENAME}"
+}
+
+src_install() {
+   if use debug; then
+   DIR="Debug"
+   else
+   DIR="Release"
+   fi
+
+   FINAL_DLL=Src/Newtonsoft.Json/bin/${DIR}/Net45/Newtonsoft.Json.dll
+
+   if use gac; then
+   egacinstall "${FINAL_DLL}"
+   fi
+
+   insinto "$(get_nuget_trusted_icons_location)"
+   newins "${FILESDIR}/${ICON_FILENAME}" 
"${NUSPEC_ID}.${NUSPEC_VERSION}.png"
+
+   enupkg "${WORKDIR}/${NUSPEC_ID}.${NUSPEC_VERSION}.nupkg"
+
+   install_pc_file
+}
+
+patch_nuspec_file()
+{
+   if use nupkg; then
+   if use debug; then
+   DIR="Debug"
+   else
+   DIR="Release"
+   fi
+FILES_STRING=`cat <<-EOF || die "${DIR} files at patch_nuspec_file()"
+
+   
+   
+EOF
+`
+   einfo ${FILES_STRING}
+   replace "" "${FILES_STRING}" -- $1 || die 
"replace at patch_nuspec_file()"
+   fi
+}
+
+PC_FILE_NAME=${PN}
+
+install_pc_file()
+{
+   if use pkg-config; then
+   dodir /usr/$(get_libdir)/pkgconfig
+   ebegin "Installing ${PC_FILE_NAME}.pc 

[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgdiplus/, www-servers/xsp/, dev-dotnet/monotorrent/, ...

2016-07-16 Thread Heather Cynede
commit: 136f2d2625b45a6ae77310c503331a8ee9b11bcc
Author: ArsenShnurkov  gmail  com>
AuthorDate: Sat Jul 16 15:38:21 2016 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Sat Jul 16 15:38:21 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=136f2d26

fix repoman warnings in metadata

 dev-dotnet/Open-NAT/metadata.xml   | 2 +-
 dev-dotnet/dbus-sharp/metadata.xml | 2 +-
 dev-dotnet/libgdiplus/metadata.xml | 2 +-
 dev-dotnet/monotorrent/metadata.xml| 4 
 dev-dotnet/nuget-codeplex/metadata.xml | 2 +-
 dev-lang/fsharp/metadata.xml   | 3 ---
 media-gfx/pinta/metadata.xml   | 1 +
 www-servers/xsp/metadata.xml   | 2 +-
 8 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/dev-dotnet/Open-NAT/metadata.xml b/dev-dotnet/Open-NAT/metadata.xml
index 070ed1a..c16b248 100644
--- a/dev-dotnet/Open-NAT/metadata.xml
+++ b/dev-dotnet/Open-NAT/metadata.xml
@@ -7,7 +7,7 @@



-   unknown
+   lucasontiv...@gmail.com
Lucas Ontivero

https://github.com/lontivero/Open.NAT/issues/

diff --git a/dev-dotnet/dbus-sharp/metadata.xml 
b/dev-dotnet/dbus-sharp/metadata.xml
index dd1d40b..bcd9c70 100644
--- a/dev-dotnet/dbus-sharp/metadata.xml
+++ b/dev-dotnet/dbus-sharp/metadata.xml
@@ -5,7 +5,7 @@
dot...@gentoo.org
Gentoo Dotnet Project

-   
+   
ange...@gentoo.org
Christoph Mende


diff --git a/dev-dotnet/libgdiplus/metadata.xml 
b/dev-dotnet/libgdiplus/metadata.xml
index faf591f..40237b9 100644
--- a/dev-dotnet/libgdiplus/metadata.xml
+++ b/dev-dotnet/libgdiplus/metadata.xml
@@ -8,7 +8,7 @@

C-library, which implements GDI+ API

-   
+   
C-библиотека, реализующая GDI+ API

 

diff --git a/dev-dotnet/monotorrent/metadata.xml 
b/dev-dotnet/monotorrent/metadata.xml
index 3020371..98a6b57 100644
--- a/dev-dotnet/monotorrent/metadata.xml
+++ b/dev-dotnet/monotorrent/metadata.xml
@@ -6,10 +6,6 @@
Gentoo Dotnet Project


-   
-   unknown
-   unknown
-   
https://github.com/mono/monotorrent/issues/
mono/monotorrent


diff --git a/dev-dotnet/nuget-codeplex/metadata.xml 
b/dev-dotnet/nuget-codeplex/metadata.xml
index 24e13b4..5db81f6 100644
--- a/dev-dotnet/nuget-codeplex/metadata.xml
+++ b/dev-dotnet/nuget-codeplex/metadata.xml
@@ -8,7 +8,7 @@

NuGet - .NET Package Manager

-   
+   
NuGet - пакетный менеджер, чистый C#

 

diff --git a/dev-lang/fsharp/metadata.xml b/dev-lang/fsharp/metadata.xml
index d1d0374..4d8c5f1 100644
--- a/dev-lang/fsharp/metadata.xml
+++ b/dev-lang/fsharp/metadata.xml
@@ -5,9 +5,6 @@
  dot...@gentoo.org
  Gentoo Dotnet Project

-   
-   build F# 4 branch
-   

Mono/.NET open-source, strongly typed, multi-paradigm 
programming language encompassing functional, imperative and object-oriented 
programming techniques. Most often used as a cross-platform CLI language.


diff --git a/media-gfx/pinta/metadata.xml b/media-gfx/pinta/metadata.xml
index 603017c..33c416c 100644
--- a/media-gfx/pinta/metadata.xml
+++ b/media-gfx/pinta/metadata.xml
@@ -8,6 +8,7 @@


cameronwhit...@gmail.com
+   Cameron White


https://github.com/PintaProject/Pinta/commits/release-1.6
http://pinta-project.com/howto

diff --git a/www-servers/xsp/metadata.xml b/www-servers/xsp/metadata.xml
index 75243fb..dcaa345 100644
--- a/www-servers/xsp/metadata.xml
+++ b/www-servers/xsp/metadata.xml
@@ -12,7 +12,7 @@
XSP is a standalone web server written in C# that can be used 
to run
your ASP.NET applications.

-   
+   
XSP веб-сервер на чистом C# для запуска ASP.NET приложений.

 



[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2016-07-16 Thread Kent Fredric
commit: 0467ae3501424ead51d86db396c1bd045ab1c3bf
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 12 10:16:09 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 17:58:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0467ae35

virtual/perl-Test-Simple: Add virtual 1.1.14_p522 for 5.22 stabilization

This is an attempted solution at solving bug #584238

This virtual maps only to dev-lang/perl and forces removal of:
- dev-perl/Test-Tester
- dev-perl/Test-use-ok
- perl-core/Test-Simple

Keywords all dropped to ~arch except for keywords that were already marked
stable for dev-lang/perl-5.22.2 in bug #567482 ( arm , alpha )

_THIS_ package should become the new stabilization target for 5.22, and
the non _p522 version should *not* be further stabilized.

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../perl-Test-Simple-1.1.14_p522.ebuild | 21 +
 1 file changed, 21 insertions(+)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14_p522.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14_p522.ebuild
new file mode 100644
index 000..1e2e0dc
--- /dev/null
+++ b/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14_p522.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+RDEPEND="
+   || ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* )
+   !perl-core/${PN#perl-}
+   !

[gentoo-commits] repo/gentoo:master commit in: virtual/perl-Test-Simple/

2016-07-16 Thread Kent Fredric
commit: d4b59936cf7ef7183dd40a89969388c06fff6830
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Jul 12 13:15:52 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 17:58:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b59936

virtual/perl-Test-Simple: remove dev-lang/perl fallback for perl-5.20

This is part of the fix of bug #584238. This bump removes
dev-lang/perl-5.22 and dev-lang/perl-5.24 from the alternatives list for
people using this virtual.

If you're upgrading to perl-5.22, you should upgrade to
virtual/perl-Test-Simple-1.1.14_p522 at the same time, which will excise
perl-core/* instead of pulling perl-core/*

Keywords DROPPED: ~arm ~alpha , because they were previously only
stabilized because dev-lang/perl was stable for those keywords.

However, perl-core/Test-Simple-1.1.14 is not stable, so this can't be an
alternative and stay stable.

But virtual/perl-Test-Simple-1.1.14_p522 is already "stable" for ~arm
and ~alpha, so people on stable will move directly there.

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../perl-Test-Simple-1.1.14-r1.ebuild  | 22 --
 .../perl-Test-Simple-1.1.14-r2.ebuild  | 20 
 2 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild 
b/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild
deleted file mode 100644
index 823c6e0..000
--- a/virtual/perl-Test-Simple/perl-Test-Simple-1.1.14-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE=""
-
-RDEPEND="
-   || ( =dev-lang/perl-5.24* =dev-lang/perl-5.22* 
~perl-core/${PN#perl-}-${PV} )
-   !perl-core/${PN#perl-}-${PV}-r999
-   !

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

2016-07-16 Thread Brian Dolbec
commit: 4d9a7982e6441d3eadf03eb9343c80c5247ddda3
Author: Brian Dolbec  gentoo  org>
AuthorDate: Sat Jul 16 17:34:42 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Sat Jul 16 17:34:42 2016 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4d9a7982

create-iso.sh: Update the mkdosfs command to mkfs.vfat

 targets/support/create-iso.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 15f5ff6..0dba674 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -120,7 +120,7 @@ case ${clst_hostarch} in
 
dd if=/dev/zero of="${clst_target_path}/gentoo.efimg" 
bs=1k \
count=${iaSize}
-   mkdosfs -F 16 -n GENTOO 
"${clst_target_path}/gentoo.efimg"
+   mkfs.vfat -F 16 -n GENTOO 
"${clst_target_path}/gentoo.efimg"
 
mkdir "${clst_target_path}/gentoo.efimg.mountPoint"
mount -t vfat -o loop 
"${clst_target_path}/gentoo.efimg" \
@@ -256,7 +256,7 @@ case ${clst_hostarch} in
 
dd if=/dev/zero 
of="${clst_target_path}/gentoo.efimg" bs=1k \
count=${iaSize}
-   mkdosfs -F 16 -n GENTOO 
"${clst_target_path}/gentoo.efimg"
+   mkfs.vfat -F 16 -n GENTOO 
"${clst_target_path}/gentoo.efimg"
 
mkdir 
"${clst_target_path}/gentoo.efimg.mountPoint"
mount -t vfat -o loop 
"${clst_target_path}/gentoo.efimg" \



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

2016-07-16 Thread Thomas Sachau
commit: 439e609265c99e4d4a6b528d70a343f984541c75
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sat Jul 16 17:25:43 2016 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sat Jul 16 17:25:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439e6092

Use older seednodes file on mirrors until newer one has been added

Package-Manager: portage-2.2.27

 net-p2p/freenet/Manifest   | 2 +-
 net-p2p/freenet/freenet-0.7.5_p1475.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-p2p/freenet/Manifest b/net-p2p/freenet/Manifest
index cdedea5..eafd385 100644
--- a/net-p2p/freenet/Manifest
+++ b/net-p2p/freenet/Manifest
@@ -1,3 +1,3 @@
 DIST freenet-0.7.5_p1475.zip 5009537 SHA256 
21b3c3e95ea094cd137ae081e9b5dff098b9e5c20b37576dc0b1c091b6ee3108 SHA512 
96376600fb3ff6d2bd6ede426fd05c684b51a0f2ace1f83696b0f63b2e2acd9359d41558a11d954e54031e88a62afe854f6cab7d852756dff76851f075249369
 WHIRLPOOL 
59e5b6240f3e34e6032feb1702e03f55fdd0bfa12977e70281cdf626e56863eff66b93c35afa54f9c398a87b4d8ac5254238b33742904ac9ec10f6bdb759228d
 DIST freenet-ant-1.7.1.jar 1327167 SHA256 
634e0b616d65d611419920e8b379b7b66399e44f520baa772147ed73743433b1 SHA512 
2c84378d995fed0630169fffab020bde89c3edb7b3bc1e14e2251ed71be684dc2520fdeed8bae382de362984e25a31dcd59326ef8735f8066166c1e8d98ca408
 WHIRLPOOL 
667be2b1581c5fd847907b63522a0f83c595a6b8f1805d714e978a5cb0f05de4804153c89605618adf5c3b097a7019e7d7e9de0bf0987c7b1adb0dbc54e0f055
-DIST seednodes-20160521.fref.bz2 13751 SHA256 
c122851dee2da471d3e286c9fad4d3c94e3d235fd8dc9f27bc99eeff5811f7a8 SHA512 
3530ac6bf9de886930bb403c2d2ec27102d5dc6904582ee69987e369dbfaf7170aadbc02b95836ff43fef2531fb06087a494b426662cd5529c87316590fd2686
 WHIRLPOOL 
3b8bd751983f3cd97677129a6205d1365a3bc95dc4a4a7e7ba539d75c0faf9159b6f03bf2c89e9290a07a2b58641af0e59d227a8b4cfc31e91c9a3ba1c85547d
+DIST seednodes-20150812.fref.bz2 11631 SHA256 
bf8a83a2c5cb7c160119d69c657f1db5324794c3603f13acb41416c09728fdc7 SHA512 
3aa2ef00ca058b313032243f03f0f82a4e70f455bbe3dee48f9ce438415711f4415172946a3f958e14a699df69d9d0fa88173ce482c0b3d503da0829418b1d3d
 WHIRLPOOL 
724b610d6ebd839a304262645cbf81fb7ea6c5da7b6121e76016d1752dc474fb331e74abe445987f5af94181eacfba832ec23077aa84ba08026bbf831d542a44

diff --git a/net-p2p/freenet/freenet-0.7.5_p1475.ebuild 
b/net-p2p/freenet/freenet-0.7.5_p1475.ebuild
index 506a648..afd3375 100644
--- a/net-p2p/freenet/freenet-0.7.5_p1475.ebuild
+++ b/net-p2p/freenet/freenet-0.7.5_p1475.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI="5"
-DATE=20160521
+#DATE=20160521
+DATE=20150812
 JAVA_PKG_IUSE="doc source"
 
 inherit eutils java-pkg-2 java-ant-2 multilib systemd user



[gentoo-commits] repo/gentoo:master commit in: net-p2p/freenet/files/, net-p2p/freenet/

2016-07-16 Thread Thomas Sachau
commit: d39df900b854f95f556a34c7854002d223cfdc79
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sat Jul 16 17:11:36 2016 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sat Jul 16 17:12:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39df900

net-p2p/freenet: Version bump to 1475

Package-Manager: portage-2.2.27

 net-p2p/freenet/Manifest   |   4 +-
 net-p2p/freenet/files/0.7.5_p1302-ext.patch|  22 
 7.5_p1384-libraryloader-just-try-loading.patch |  17 ---
 ...384-nativebiginteger-no-nativedoublevalue.patch |  28 
 .../freenet/files/freenet-0.7.5_p1389-wrapper.conf |  49 ---
 ...apper.conf => freenet-0.7.5_p1474-wrapper.conf} |   4 +-
 ...braryloader-revert-using-of-absolute-path.patch |  19 ---
 net-p2p/freenet/freenet-0.7.5_p1470.ebuild | 144 -
 ...7.5_p1472.ebuild => freenet-0.7.5_p1475.ebuild} |  12 +-
 9 files changed, 7 insertions(+), 292 deletions(-)

diff --git a/net-p2p/freenet/Manifest b/net-p2p/freenet/Manifest
index 3be33aa..cdedea5 100644
--- a/net-p2p/freenet/Manifest
+++ b/net-p2p/freenet/Manifest
@@ -1,5 +1,3 @@
-DIST freenet-0.7.5_p1470.zip 4900868 SHA256 
2c3d976db30cacc88d63fc577e4cb1cd26a16f0d0b65c981b71495fa3b5b SHA512 
90f1693c9a5395b99f2bdf7517c29811726aef3175d6c7faded9e57a4b72addcf9ba8516c82dfe198c07b8dbed441de63d0321265049c14673cf5f48d2adf116
 WHIRLPOOL 
983e2abdecbf229edd28badee0a66072f5cf7e71731c4bfa0fb01ea60d508f94bcdb04eae8bc70bef4c8b846b9f28fded308a1920de690cbfdb21e98529a631d
-DIST freenet-0.7.5_p1472.zip 4958808 SHA256 
8033c3f3726fed6cd1493582b0d1665b65fedc8b6807f61f25a7d8ca276b4f83 SHA512 
ac551986bcbf402833bfa6947bd315ffb36d13ddf219152ea9aa57f93ed8e85b599ccc900b3f6ead3143c39f3f22277442af531c62deb2ba17bd2f9dd80ba1ec
 WHIRLPOOL 
7dfb986996fcc9832371b498274c3397ddcf614c02c44d72526b981269942ca72a1d35d36e66446cba5ae2d2b6bcd0b93f7df4984b8dfb0d657c8a9de601994b
+DIST freenet-0.7.5_p1475.zip 5009537 SHA256 
21b3c3e95ea094cd137ae081e9b5dff098b9e5c20b37576dc0b1c091b6ee3108 SHA512 
96376600fb3ff6d2bd6ede426fd05c684b51a0f2ace1f83696b0f63b2e2acd9359d41558a11d954e54031e88a62afe854f6cab7d852756dff76851f075249369
 WHIRLPOOL 
59e5b6240f3e34e6032feb1702e03f55fdd0bfa12977e70281cdf626e56863eff66b93c35afa54f9c398a87b4d8ac5254238b33742904ac9ec10f6bdb759228d
 DIST freenet-ant-1.7.1.jar 1327167 SHA256 
634e0b616d65d611419920e8b379b7b66399e44f520baa772147ed73743433b1 SHA512 
2c84378d995fed0630169fffab020bde89c3edb7b3bc1e14e2251ed71be684dc2520fdeed8bae382de362984e25a31dcd59326ef8735f8066166c1e8d98ca408
 WHIRLPOOL 
667be2b1581c5fd847907b63522a0f83c595a6b8f1805d714e978a5cb0f05de4804153c89605618adf5c3b097a7019e7d7e9de0bf0987c7b1adb0dbc54e0f055
-DIST seednodes-20150812.fref.bz2 11631 SHA256 
bf8a83a2c5cb7c160119d69c657f1db5324794c3603f13acb41416c09728fdc7 SHA512 
3aa2ef00ca058b313032243f03f0f82a4e70f455bbe3dee48f9ce438415711f4415172946a3f958e14a699df69d9d0fa88173ce482c0b3d503da0829418b1d3d
 WHIRLPOOL 
724b610d6ebd839a304262645cbf81fb7ea6c5da7b6121e76016d1752dc474fb331e74abe445987f5af94181eacfba832ec23077aa84ba08026bbf831d542a44
 DIST seednodes-20160521.fref.bz2 13751 SHA256 
c122851dee2da471d3e286c9fad4d3c94e3d235fd8dc9f27bc99eeff5811f7a8 SHA512 
3530ac6bf9de886930bb403c2d2ec27102d5dc6904582ee69987e369dbfaf7170aadbc02b95836ff43fef2531fb06087a494b426662cd5529c87316590fd2686
 WHIRLPOOL 
3b8bd751983f3cd97677129a6205d1365a3bc95dc4a4a7e7ba539d75c0faf9159b6f03bf2c89e9290a07a2b58641af0e59d227a8b4cfc31e91c9a3ba1c85547d

diff --git a/net-p2p/freenet/files/0.7.5_p1302-ext.patch 
b/net-p2p/freenet/files/0.7.5_p1302-ext.patch
deleted file mode 100644
index 035b4e6..000
--- a/net-p2p/freenet/files/0.7.5_p1302-ext.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 src/freenet/node/NodeStarter.java  2010-11-10 21:46:10.0 +0100
-+++ src/freenet/node/NodeStarter.java.new  2010-11-10 21:50:12.0 
+0100
-@@ -49,8 +49,8 @@
-   public static final String extRevisionNumber;
-   
-   static {
--  extBuildNumber = ExtVersion.extBuildNumber();
--  extRevisionNumber = ExtVersion.extRevisionNumber();
-+  extBuildNumber = RECOMMENDED_EXT_BUILD_NUMBER;
-+  extRevisionNumber = "";
-   }
- 
-   private FreenetFilePersistentConfig cfg;
-@@ -86,7 +86,7 @@
-   return Integer.valueOf(-1);
-   }
- 
--  String builtWithMessage = "freenet.jar built with 
freenet-ext.jar Build #" + ExtVersion.buildNumber + " r" + 
ExtVersion.cvsRevision+" running with ext build "+extBuildNumber+" r" + 
extRevisionNumber;
-+  String builtWithMessage = "freenet.jar built with 
freenet-ext.jar Build #" + extBuildNumber + " running with ext build 
"+extBuildNumber;
-   Logger.normal(this, builtWithMessage);
-   System.out.println(builtWithMessage);
- 

diff --git 
a/net-p2p/freenet/files/freenet-0.7.5_p1384-libraryloader-just-try-loading.patch
 

[gentoo-commits] dev/ikelos:master commit in: app-crypt/ophcrack/, app-crypt/ophcrack/files/

2016-07-16 Thread Mike Auty
commit: b4f0ed42dd27cf44135adb22015437f4091eb45f
Author: layman  localhost>
AuthorDate: Sat Jul 16 17:06:23 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sat Jul 16 17:06:23 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=b4f0ed42

Add in a testing openssl patch for the deprecated des functions that libressl 
dropped before openssl.

 app-crypt/ophcrack/Manifest|  3 -
 .../ophcrack/files/ophcrack-openssl-des.patch  | 92 ++
 app-crypt/ophcrack/ophcrack-3.6.0.ebuild   | 15 ++--
 3 files changed, 101 insertions(+), 9 deletions(-)

diff --git a/app-crypt/ophcrack/Manifest b/app-crypt/ophcrack/Manifest
index 467d106..bb968e8 100644
--- a/app-crypt/ophcrack/Manifest
+++ b/app-crypt/ophcrack/Manifest
@@ -1,4 +1 @@
 DIST ophcrack-3.6.0.tar.bz2 288830 SHA256 
79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893 SHA512 
caa9090b622acac1114f5635c2c58a2c32453ae21a96fc4f424cbc197b056872c282cf9d41142e316a1ffbc9523832b8bc7355c1503c15ac8579470de407a5c9
 WHIRLPOOL 
5e492257aa504883892cc5bf19e123330963257874f2b1ad3ed53895161987012c6bd23f449c72de81e68ac0ebcb7adbff77883f1a0d976c0aa99654c87d342e
-EBUILD ophcrack-3.6.0.ebuild 1004 SHA256 
d92bfb0433a1926caa00e7582367fe2aa4d530a8281e2e5a74958133179de8ff SHA512 
ee10153341acf065b0c8d497c233f6dc5c98ce839998afc577a0588d0eff122f171e6428876a7adcfbcf9bed7fd017416a3008332eb743256fb4ba6225d1cf9d
 WHIRLPOOL 
f5b8ff9b35f5a287a774a43f22cb42bc4e013db11af3d65802eb21a75fd653db1fd0e5bb76e735dcd4cbafc3ae96d0ca031fa884671907c203ba446dad83460a
-MISC ChangeLog 6233 SHA256 
dcb1789f3256c740ad39d52a54d6637411de77496e611604bc62deab14022575 SHA512 
3213a92922eb5bf541c250c5bcb7c095d562b85bac36b35f000f88cc36d87a01acd25df6d25648a0f2328561ab66a87c74e351672244aa72bc2cabd10f0f1289
 WHIRLPOOL 
df7227d1f35c200faa4ca1a036fa5d5d7264de9c4d2c80afc95d76d464b20644f2f5f5e15dfc89e8bbff1fb3a0ea2d2657668738ec1bdabf0296481aa4d3078a
-MISC metadata.xml 366 SHA256 
50219e808dbf9ea6497b19115c7b47ba66aedb2cb4bc6be009a7d4de638d4546 SHA512 
66431a5b1a288d421c7f0901c906dac678442da409e872e8ccf3d5b4089fd0d24fcb0a1ede554d6795a10c1211883e7730d10bb22aeb6a6ce3f214a9990b8937
 WHIRLPOOL 
dad7d855314df4416ee1d931e4a921f34f056876c4162e978f00ce0696d3385a4214935e22f73426fdbc0e681d0fdf43cac50a49eb1c3fd507fd3015daf893ba

diff --git a/app-crypt/ophcrack/files/ophcrack-openssl-des.patch 
b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
new file mode 100644
index 000..2515c17
--- /dev/null
+++ b/app-crypt/ophcrack/files/ophcrack-openssl-des.patch
@@ -0,0 +1,92 @@
+--- a/src/lmtable.c2013-06-04 07:42:47 UTC
 b/src/lmtable.c
+@@ -470,8 +470,8 @@ void lmtable_mkredux(table_t *tbl, uchar
+ /*-*/
+ void lmtable_mkhash(uchar_t *pwd, uchar_t *hash) {
+   uchar_t key[8];
+-  des_key_schedule ks;
+-  des_cblock *magic = (des_cblock*)lmmagic;
++  DES_key_schedule ks;
++  DES_cblock *magic = (DES_cblock*)lmmagic;
+   
+   key[0] = pwd[0];
+   key[1] = (pwd[0] << 7) | (pwd[1] >> 1);
+@@ -482,7 +482,7 @@ void lmtable_mkhash(uchar_t *pwd, uchar_
+   key[6] = (pwd[5] << 2) | (pwd[6] >> 6);
+   key[7] = (pwd[6] << 1) ;
+ 
+-  des_set_odd_parity();
+-  des_set_key(, ks);
+-  des_ecb_encrypt(magic, (des_cblock*)hash, ks, DES_ENCRYPT);
++  DES_set_odd_parity();
++  DES_set_key(, );
++  DES_ecb_encrypt(magic, (DES_cblock*)hash, , DES_ENCRYPT);
+ }
+
+--- a/src/samdump2/samdump2.c  2015-03-30 02:26:33 UTC
 b/src/samdump2/samdump2.c
+@@ -71,7 +71,7 @@ void str_to_key(unsigned char *str,unsig
+   for (i=0;i<8;i++) {
+   key[i] = (key[i]<<1);
+   }
+-  des_set_odd_parity((des_cblock *)key);
++  DES_set_odd_parity((DES_cblock *)key);
+ }
+ 
+ /*
+@@ -209,8 +209,8 @@ unsigned char* utf16_to_utf8 (unsigned c
+   unsigned char hbootkey[0x20];
+   
+   /* Des */
+-  des_key_schedule ks1, ks2;
+-  des_cblock deskey1, deskey2;
++  DES_key_schedule ks1, ks2;
++  DES_cblock deskey1, deskey2;
+   
+   int i, j;
+   
+@@ -418,15 +418,15 @@ unsigned char* utf16_to_utf8 (unsigned c
+   
+   /* Get the two decrpt keys. */
+   sid_to_key1(rid,(unsigned char *)deskey1);
+-  des_set_key_checked((des_cblock *)deskey1,ks1);
++  DES_set_key_checked((DES_cblock *)deskey1, );
+   sid_to_key2(rid,(unsigned char *)deskey2);
+-  des_set_key_unchecked((des_cblock *)deskey2,ks2);
++  DES_set_key_unchecked((DES_cblock *)deskey2, );
+   
+   /* Decrypt the lanman password hash as two 8 byte blocks. */
+-  des_ecb_encrypt((des_cblock *)obfkey,
+-(des_cblock *)fb, ks1, DES_DECRYPT);
+-  des_ecb_encrypt((des_cblock *)(obfkey + 8),
+-(des_cblock *)[8], ks2, DES_DECRYPT);
++  DES_ecb_encrypt((DES_cblock *)obfkey,
++(DES_cblock *)fb, , DES_DECRYPT);
++  DES_ecb_encrypt((DES_cblock *)(obfkey + 8),
++(DES_cblock *)[8], , DES_DECRYPT);
+  

[gentoo-commits] dev/ikelos:master commit in: app-crypt/ophcrack-tables/

2016-07-16 Thread Mike Auty
commit: 038b03749a4b74582deafb33bfc4c33c3b95ab92
Author: layman  localhost>
AuthorDate: Sat Jul 16 17:06:57 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sat Jul 16 17:06:57 2016 +
URL:https://gitweb.gentoo.org/dev/ikelos.git/commit/?id=038b0374

Update ophcrack-tables based on the current ophcrack-tables ebuild.

 app-crypt/ophcrack-tables/Manifest |  3 --
 .../ophcrack-tables/ophcrack-tables-1.1.ebuild | 33 +++---
 2 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/app-crypt/ophcrack-tables/Manifest 
b/app-crypt/ophcrack-tables/Manifest
index 683518f..b1fa587 100644
--- a/app-crypt/ophcrack-tables/Manifest
+++ b/app-crypt/ophcrack-tables/Manifest
@@ -50,6 +50,3 @@ DIST xpspecial_table2.start 1273719552 SHA256 
cbdd5ba32fe118a8fb2180686fc07e5388
 DIST xpspecial_table3.bin 636844860 SHA256 
43603210e6ad62c9653e3906d2c8dd56feac3dc1d13723707e7659a2325e813a SHA512 
d743c311c58ea8b69670bdb25c664e9ed1e66e9449ebb72bb2b1090a405e50b0beba1ea76d65b0bea9e1b0b572fe5a0a80ad9d046f910d32b62ffe26da42edbd
 WHIRLPOOL 
dc4429b78dc1ed28530c20c27958a57e506ef239eb677d02431509995d600993e52e5a24e5a0589ef50c6dc0ff1a26a2109175c8c719da7a3f113bc3a56a9a49
 DIST xpspecial_table3.index 92001844 SHA256 
f313900a518dea4f391557a1cdadc077b36e8cafcada46c1950a71e17a53a9e2 SHA512 
eb4dc73252eea866b9e0bc75ab19f116c13fdd652377a7d6adf2ebb30cad14a5ce8daae410b4c3638637f3419851a556b0a05feb7b4ce0f643f8281328aacec4
 WHIRLPOOL 
a70fe85116d039aa5bb3688f5625321af77b269c5102fe6fe57796e6850e293488b7679e0c28cbecfaa2c0b00385d3fb8829bfbb2e549043b12ad96eb11e0314
 DIST xpspecial_table3.start 1273689720 SHA256 
17261c4c547a6530fba334c9e3877bb06add7a748091d1aa754e747c04b42fa9 SHA512 
700acbb42dd310e74cee4d57fc2c69ae97b48f1414f9cc2c8dbfbb527d49020189406375d72dc8c2120dd440556013768d70d94a0b7c1f3adedf99306599a751
 WHIRLPOOL 
bd5b555e9cc7b5e28b711add9190e9a5a9d8aabb366880260a562623ff1fa96a2380963b26a70bd7f84fb00395a67f7225250071d5fbf96854d4688fc3ed40a3
-EBUILD ophcrack-tables-1.1.ebuild 7081 SHA256 
cb929c3aa1ff3b9472c90fc9687728415e88390f980c064573b817d7ce59aa24 SHA512 
7a72a0854010a0c63a022ac592787ca47d3775960671cf151946837f38d1a9154f8c3a767f85038214365466d82d4a6d28e86c60ee0f6a2bcd0a4f83089c647d
 WHIRLPOOL 
4e3739b611c426a685cd5a9ccb0ac5f923b3712b7ebaafb501f89808f5f5c2c31e661bd3530a6ac4eec4e4e44ccad3acb5aaef972d30a164bc3b0853a876d077
-MISC ChangeLog 849 SHA256 
1220a5a68b00871edff909b26bf412aad23d6464059947368bb39c0b34676597 SHA512 
3bf4be94ae97e638d91c172710701a343fd46ae2cafda0e7596cbb34728c62b6061d24ea58a2e8952f2d87d7613db7e8cad9bc4cad543e8c93cd6341b2c9
 WHIRLPOOL 
13ea8c170b18cfb64530fb7ad729240d8f8eaa349b9c2cff197845b3052c5c96d99a9ad82fcec76e1008d18eca6fc78f5d6cc4a3e29c324e3c3ff4ea52b845ad
-MISC metadata.xml 449 SHA256 
0829ef645ede1a8c73bb4b1c0420a2b176227b5c729b1553e75f24f112f7debd SHA512 
baafc2aefa99517ac1b667b2e601ca30fc000c3750b246b8a52f661616c4a9bdd164b5a9acfd955ba85cae90d6e24924f3a7edca67ddfb8260224b9a4779e508
 WHIRLPOOL 
7d71e1a9fb4403e99ca643d3ee35fd86f29af24f072d7f67257cbf500b609f3769a79bb24170411f52ed360eeecbb334d15173f53b442af46a3af1425442271f

diff --git a/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild 
b/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
index e742af1..f0decf7 100644
--- a/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
+++ b/app-crypt/ophcrack-tables/ophcrack-tables-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r1.ebuild,v
 1.2 2009/10/31 00:38:46 ikelos Exp $
+# $Id$
 
 EAPI="5"
 
@@ -65,11 +65,12 @@ SRC_URI="xpfast? ( 
mirror://sourceforge/project/ophcrack/tables/XP%20free/tables
 
mirror://sourceforge/project/ophcrack/tables/Vista%20special/table3.start -> 
vistaspecial_table3.start
 )"
 
-IUSE="xpsmall +xpfast +vistafree +vistaprobafree xpspecial xpgerman vistanum 
vistaspecial"
-
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE="xpsmall +xpfast +vistafree +vistaprobafree xpspecial xpgerman vistanum 
vistaspecial"
+
+REQUIRED_USE="|| ( xpfast xpsmall vistafree vistaprobafree xpspecial xpgerman 
vistanum vistaspecial )"
 
 DEPEND="app-arch/unzip"
 RDEPEND=""
@@ -113,22 +114,22 @@ src_unpack() {
for i in ${A};
do
if [ "${i:(-4)}" == ".zip" ]; then
-   table=${i#tables_}
-   table=${table%.zip}
-   mkdir "${S}/${table}"
-   cd "${S}/${table}"
-   unpack "${i}"
-   else
-   filename=${i##/}
-   useflag=${filename%%_*}
-   [ -d "${S}/${useflag}" ] || mkdir "${S}/${useflag}"
-   use ${useflag} && cp -L "${DISTDIR}/${i}" 
"${S}/${useflag}/${filename#_}"
-   fi
+  

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

2016-07-16 Thread Fabian Groffen
commit: 054a1688662d0e45fe7957f7bb1f908398e64d30
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Jul 16 16:51:35 2016 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Jul 16 16:51:35 2016 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=054a1688

bootstrap-prefix: run rehash after removing tmp again

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

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 535441e..42c01c4 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2168,14 +2168,14 @@ EOF
exit 1
fi
 
-   hash -r  # tmp/* stuff is removed in stage3
-
if emerge -e system ; then
# Now, after 'emerge -e system', we can get rid of the 
temporary tools.
if [[ -d ${EPREFIX}/tmp/var/tmp ]] ; then
rm -Rf "${EPREFIX}"/tmp || return 1
mkdir -p "${EPREFIX}"/tmp || return 1
fi
+
+   hash -r  # tmp/* stuff is removed in stage3
else
# emerge -e system fail
cat << EOF



[gentoo-commits] repo/gentoo:master commit in: app-office/akonadi-server/

2016-07-16 Thread Johannes Huber
commit: 5ebcc221996534aeb1595e1948f8f12ce4cf0095
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul 16 16:51:49 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 16:52:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebcc221

app-office/akonadi-server: Remove 1.13.0

Package-Manager: portage-2.3.0

 app-office/akonadi-server/Manifest |   1 -
 .../akonadi-server/akonadi-server-1.13.0-r2.ebuild | 137 -
 2 files changed, 138 deletions(-)

diff --git a/app-office/akonadi-server/Manifest 
b/app-office/akonadi-server/Manifest
index ccf4860..4a7a66b 100644
--- a/app-office/akonadi-server/Manifest
+++ b/app-office/akonadi-server/Manifest
@@ -1,2 +1 @@
-DIST akonadi-1.13.0.tar.bz2 294198 SHA256 
8c7f690002ea22c139f3a64394aef2e816e00ca47fd971af7d54a66087356dd2 SHA512 
4bf2026c3807b5493c9f63d0c2bff2e6db00fbe97a4e2c2f707aaa3bf4a848b70dd9657d8fa1743690e8eeefd967de4895c1329c6bb817a1d023fe398285222f
 WHIRLPOOL 
edc18247dd864af48395f4e3187f6a52cdaf4737959b317e3decb10caf138b97258a661eeb11a2ad11f2365fdd053a7c6fe63097ba71c24a12417ee71de54afb
 DIST akonadi-server-1.13.1_pre20160203.tar.gz 384556 SHA256 
4243b32e529be6aadc38dc4463cb6e7cede9442c05cfc04ba679dde28f37aa96 SHA512 
0ef8213f504ad1e500a2c1ce19a7575cd1fd8b7ffc7e5fb0bd2437639d8c458c47bbfea7734fcd3e200136a661331dde32af0b064f0b25d324138ce6e35d15f3
 WHIRLPOOL 
69eff1889a19f8d5714d7e71a106871172cd25c651ea30046ab81270cf7e46c7a1983cf20fd8d5fd8ad243d70e881be705d57b0b93b54248d086e7b253a4873a

diff --git a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild 
b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild
deleted file mode 100644
index 8ce6f72..000
--- a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild
+++ /dev/null
@@ -1,137 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ $PV = ** ]]; then
-   scm_eclass=git-r3
-   EGIT_REPO_URI=( "git://anongit.kde.org/akonadi" )
-   SRC_URI=""
-   KEYWORDS="ppc ppc64"
-else
-   SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-   S="${WORKDIR}/${P/-server/}"
-fi
-
-inherit cmake-utils ${scm_eclass}
-
-DESCRIPTION="The server part of Akonadi"
-HOMEPAGE="https://pim.kde.org/akonadi;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="+mysql postgres +qt4 qt5 sqlite test"
-
-REQUIRED_USE="^^ ( qt4 qt5 ) || ( sqlite mysql postgres )"
-
-CDEPEND="
-   dev-libs/boost:=
-   x11-misc/shared-mime-info
-   qt4? (
-   >=dev-qt/qtcore-4.8.5:4
-   >=dev-qt/qtdbus-4.8.5:4
-   >=dev-qt/qtgui-4.8.5:4
-   >=dev-qt/qtsql-4.8.5:4[mysql?,postgres?]
-   >=dev-qt/qttest-4.8.5:4
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[mysql?,postgres?]
-   dev-qt/qttest:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   )
-   sqlite? ( dev-db/sqlite:3 )
-"
-DEPEND="${CDEPEND}
-   dev-libs/libxslt
-   >=dev-util/automoc-0.9.88
-   test? ( sys-apps/dbus )
-"
-RDEPEND="${CDEPEND}
-   mysql? ( virtual/mysql )
-   postgres? ( dev-db/postgresql[server] )
-"
-
-RESTRICT="test"
-
-PATCHES=( "${FILESDIR}/${P}-mysql56-crash.patch" )
-
-pkg_pretend() {
-   if [[ ${MERGE_TYPE} != binary ]]; then
-   [[ $(gcc-major-version) -lt 4 ]] || \
-   ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) 
-lt 7 ]] ) \
-   && die "Sorry, but gcc-4.6 and earlier won't work (see 
bug #520102)."
-   fi
-}
-
-pkg_setup() {
-   # Set default storage backend in order: MySQL, SQLite PostgreSQL
-   # reverse driver check to keep the order
-   if use postgres; then
-   DRIVER="QPSQL"
-   AVAILABLE+=" ${DRIVER}"
-   fi
-
-   if use sqlite; then
-   DRIVER="QSQLITE3"
-   AVAILABLE+=" ${DRIVER}"
-   fi
-
-   if use mysql; then
-   DRIVER="QMYSQL"
-   AVAILABLE+=" ${DRIVER}"
-   fi
-
-   # Notify about MySQL is recommend by upstream
-   if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then
-   ewarn
-   ewarn "We strongly recommend you change your Akonadi database 
backend to MySQL in your"
-   ewarn "user configuration. This is the backend recommended by 
KDE upstream."
-   ewarn "In particular, kde-base/kmail-4.10 does not work 
properly with the sqlite"
-   ewarn "backend anymore."
-   ewarn "You can select the backend in your 
~/.config/akonadi/akonadiserverrc."
-   ewarn "Available drivers are:${AVAILABLE}"
-   ewarn
-

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

2016-07-16 Thread Thomas Sachau
commit: 8426f44ed16bbaf83cf4e3ea24c2b5959e05e91e
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sat Jul 16 16:18:50 2016 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sat Jul 16 16:20:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8426f44e

Version bump

Package-Manager: portage-2.2.27

 net-p2p/freenet/Manifest   |   2 +
 net-p2p/freenet/freenet-0.7.5_p1472.ebuild | 144 +
 2 files changed, 146 insertions(+)

diff --git a/net-p2p/freenet/Manifest b/net-p2p/freenet/Manifest
index 55778cd..3be33aa 100644
--- a/net-p2p/freenet/Manifest
+++ b/net-p2p/freenet/Manifest
@@ -1,3 +1,5 @@
 DIST freenet-0.7.5_p1470.zip 4900868 SHA256 
2c3d976db30cacc88d63fc577e4cb1cd26a16f0d0b65c981b71495fa3b5b SHA512 
90f1693c9a5395b99f2bdf7517c29811726aef3175d6c7faded9e57a4b72addcf9ba8516c82dfe198c07b8dbed441de63d0321265049c14673cf5f48d2adf116
 WHIRLPOOL 
983e2abdecbf229edd28badee0a66072f5cf7e71731c4bfa0fb01ea60d508f94bcdb04eae8bc70bef4c8b846b9f28fded308a1920de690cbfdb21e98529a631d
+DIST freenet-0.7.5_p1472.zip 4958808 SHA256 
8033c3f3726fed6cd1493582b0d1665b65fedc8b6807f61f25a7d8ca276b4f83 SHA512 
ac551986bcbf402833bfa6947bd315ffb36d13ddf219152ea9aa57f93ed8e85b599ccc900b3f6ead3143c39f3f22277442af531c62deb2ba17bd2f9dd80ba1ec
 WHIRLPOOL 
7dfb986996fcc9832371b498274c3397ddcf614c02c44d72526b981269942ca72a1d35d36e66446cba5ae2d2b6bcd0b93f7df4984b8dfb0d657c8a9de601994b
 DIST freenet-ant-1.7.1.jar 1327167 SHA256 
634e0b616d65d611419920e8b379b7b66399e44f520baa772147ed73743433b1 SHA512 
2c84378d995fed0630169fffab020bde89c3edb7b3bc1e14e2251ed71be684dc2520fdeed8bae382de362984e25a31dcd59326ef8735f8066166c1e8d98ca408
 WHIRLPOOL 
667be2b1581c5fd847907b63522a0f83c595a6b8f1805d714e978a5cb0f05de4804153c89605618adf5c3b097a7019e7d7e9de0bf0987c7b1adb0dbc54e0f055
 DIST seednodes-20150812.fref.bz2 11631 SHA256 
bf8a83a2c5cb7c160119d69c657f1db5324794c3603f13acb41416c09728fdc7 SHA512 
3aa2ef00ca058b313032243f03f0f82a4e70f455bbe3dee48f9ce438415711f4415172946a3f958e14a699df69d9d0fa88173ce482c0b3d503da0829418b1d3d
 WHIRLPOOL 
724b610d6ebd839a304262645cbf81fb7ea6c5da7b6121e76016d1752dc474fb331e74abe445987f5af94181eacfba832ec23077aa84ba08026bbf831d542a44
+DIST seednodes-20160521.fref.bz2 13751 SHA256 
c122851dee2da471d3e286c9fad4d3c94e3d235fd8dc9f27bc99eeff5811f7a8 SHA512 
3530ac6bf9de886930bb403c2d2ec27102d5dc6904582ee69987e369dbfaf7170aadbc02b95836ff43fef2531fb06087a494b426662cd5529c87316590fd2686
 WHIRLPOOL 
3b8bd751983f3cd97677129a6205d1365a3bc95dc4a4a7e7ba539d75c0faf9159b6f03bf2c89e9290a07a2b58641af0e59d227a8b4cfc31e91c9a3ba1c85547d

diff --git a/net-p2p/freenet/freenet-0.7.5_p1472.ebuild 
b/net-p2p/freenet/freenet-0.7.5_p1472.ebuild
new file mode 100644
index 000..448e41d
--- /dev/null
+++ b/net-p2p/freenet/freenet-0.7.5_p1472.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+DATE=20160521
+JAVA_PKG_IUSE="doc source"
+
+inherit eutils java-pkg-2 java-ant-2 multilib systemd user
+
+DESCRIPTION="An encrypted network without censorship"
+HOMEPAGE="https://freenetproject.org/;
+SRC_URI="https://github.com/${PN}/fred/archive/build0${PV#*p}.zip -> ${P}.zip
+   mirror://gentoo/seednodes-${DATE}.fref.bz2
+   mirror://gentoo/freenet-ant-1.7.1.jar"
+
+LICENSE="GPL-2+ GPL-2 MIT BSD-2 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-java/bcprov:1.54
+   dev-java/commons-compress:0
+   dev-db/db-je:3.3
+   dev-java/fec:0
+   dev-java/java-service-wrapper:0
+   dev-java/db4o-jdk11:0
+   dev-java/db4o-jdk12:0
+   dev-java/db4o-jdk5:0
+   dev-java/jbitcollider-core:0
+   dev-java/lzma:0
+   dev-java/lzmajio:0
+   dev-java/mersennetwister:0"
+DEPEND="app-arch/unzip
+   >=virtual/jdk-1.6
+   ${CDEPEND}
+   test? ( dev-java/junit:0
+   dev-java/ant-junit:0 )
+   dev-java/ant-core:0"
+RDEPEND=">=virtual/jre-1.6
+   net-libs/nativebiginteger:0
+   ${CDEPEND}"
+PDEPEND="net-libs/NativeThread:0"
+
+JAVA_PKG_BSFIX_NAME+=" build-clean.xml"
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+JAVA_ANT_CLASSPATH_TAGS+=" javadoc"
+JAVA_ANT_ENCODING="utf8"
+
+EANT_BUILD_TARGET="package"
+EANT_TEST_TARGET="unit"
+EANT_BUILD_XML="build-clean.xml"
+EANT_GENTOO_CLASSPATH="bcprov-1.54,commons-compress,db4o-jdk5,db4o-jdk12,db4o-jdk11,db-je-3.3,fec,java-service-wrapper,jbitcollider-core,lzma,lzmajio,mersennetwister"
+EANT_EXTRA_ARGS="-Dsuppress.gjs=true -Dlib.contrib.present=true 
-Dlib.bouncycastle.present=true -Dlib.junit.present=true -Dtest.skip=true"
+
+S=${WORKDIR}/fred-build0${PV#*p}
+
+pkg_setup() {
+   has_version dev-java/icedtea[cacao] && {
+   ewarn "dev-java/icedtea was built with cacao USE flag."
+   ewarn "freenet may compile with it, but it will refuse to run."
+   ewarn "Please remerge dev-java/icedtea without cacao USE flag,"
+  

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

2016-07-16 Thread Tobias Klausmann
commit: ade738574f888aa98efbddaf73e47da6a32a4eac
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 16 15:38:00 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 16 15:38:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade73857

net-libs/gnutls-3.3.24-r0: add alpha keyword

Gentoo-Bug: 588306

 net-libs/gnutls/gnutls-3.3.24.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gnutls/gnutls-3.3.24.ebuild 
b/net-libs/gnutls/gnutls-3.3.24.ebuild
index 49de022..a6878ac 100644
--- a/net-libs/gnutls/gnutls-3.3.24.ebuild
+++ b/net-libs/gnutls/gnutls-3.3.24.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://gnupg/gnutls/v$(get_version_component_range 
1-2)/${P}.tar.xz"
 # soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled.
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN"
 IUSE="+cxx +crywrap dane doc examples guile nls +openssl pkcs11 static-libs 
test zlib ${IUSE_LINGUAS// / linguas_}"
 # heartbeat support is not disabled until re-licensing happens fullyf



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

2016-07-16 Thread Alex Brandt
commit: 9ab3b7f1887d96c261e5e992e8ef538db48519c6
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:32:22 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:32:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab3b7f1

dev-python/fuzzywuzzy: add version 0.11.0

Package-Manager: portage-2.3.0

 dev-python/fuzzywuzzy/Manifest |  1 +
 dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild | 24 
 dev-python/fuzzywuzzy/metadata.xml | 13 +
 3 files changed, 38 insertions(+)

diff --git a/dev-python/fuzzywuzzy/Manifest b/dev-python/fuzzywuzzy/Manifest
new file mode 100644
index 000..6f7422a
--- /dev/null
+++ b/dev-python/fuzzywuzzy/Manifest
@@ -0,0 +1 @@
+DIST fuzzywuzzy-0.11.0.tar.gz 17260 SHA256 
3d3d961c24aec15d48e9d2a60d7fdffce18d0a168d4e0ca2dd22571d5c53cc80 SHA512 
a6f88f76ccf54f775a64e9325f4b06630db2f9fe9d5d34540a0bc48e23659964c0230aa66a9bd65214c22a7b2ee0621d12e3ee85a35b29614c8039398c023eb1
 WHIRLPOOL 
6c5a5ec77466c5d22a098d9a3b0314d1ab9ea6e286b4053e0e472cb84b4ba3995fc8c8c2f0328a0dd096cb17b4b65b6dac67ef5fd15d47d10ee26aba89e6a909

diff --git a/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild 
b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild
new file mode 100644
index 000..6368bfd
--- /dev/null
+++ b/dev-python/fuzzywuzzy/fuzzywuzzy-0.11.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+inherit distutils-r1
+
+DESCRIPTION="Fuzzy string matching in python"
+HOMEPAGE="https://github.com/seatgeek/fuzzywuzzy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+python_test() {
+   "${PYTHON}" test_fuzzywuzzy.py || die "tests failed under ${EPYTHON}"
+}

diff --git a/dev-python/fuzzywuzzy/metadata.xml 
b/dev-python/fuzzywuzzy/metadata.xml
new file mode 100644
index 000..3e6df16
--- /dev/null
+++ b/dev-python/fuzzywuzzy/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   alund...@gentoo.org
+   Alex Brandt
+   
+   
+   
+



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

2016-07-16 Thread Alex Brandt
commit: f5c55a16fa52ad0a2e6166c8420653baa938fa45
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:27:49 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:27:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c55a16

dev-python/nose2: add version 0.6.5

Package-Manager: portage-2.3.0

 dev-python/nose2/Manifest   |  1 +
 dev-python/nose2/nose2-0.6.5.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/nose2/Manifest b/dev-python/nose2/Manifest
index 50f33d1..ed86fec 100644
--- a/dev-python/nose2/Manifest
+++ b/dev-python/nose2/Manifest
@@ -1 +1,2 @@
 DIST nose2-0.6.4.tar.gz 134636 SHA256 
56831c4caa47e2939f555b33e2c44170c1fab4d13526af838d9d80bef9e091b6 SHA512 
4161231ecf195a3c5172f8bea2002f9cf4d55ee4f976f512b1ae758ebe8389f41520594da7ad2b21cfbf998be388993281e126363d24ee00c948d6c57278333a
 WHIRLPOOL 
2905a358ec07d67ff64882f73527044a6bfbd70cb11865ee274b91675c3939b7b018d8dceb667396afae9ed425c14bd6ae3317d97fc2e35931302e6965054c6f
+DIST nose2-0.6.5.tar.gz 134808 SHA256 
13c00fd49fe2057688a68860f5de195e50ec85748f102346c74e7692b36d2c23 SHA512 
fc84aa19d486ff1441dd43666182212e4a05b3be054f3c8967e36e624c08ee6eb10b01bba45b5f5dbbd38cfd057d53877e0bc0d9aba59b842688a5d4ec944b40
 WHIRLPOOL 
b08589fe1b1467d11f31b702f6dad4c2212e7a47f370138a110ee109d0c078a38a137ef0b21afc6d8e718074c662d28ded8ce19423df4357ade771af3238d229

diff --git a/dev-python/nose2/nose2-0.6.5.ebuild 
b/dev-python/nose2/nose2-0.6.5.ebuild
new file mode 100644
index 000..f83b33e
--- /dev/null
+++ b/dev-python/nose2/nose2-0.6.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="nose2 is the next generation of nicer testing for Python"
+HOMEPAGE="https://github.com/nose-devs/nose2;
+SRC_URI="https://github.com/nose-devs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+CDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/six-1.1[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${CDEPEND}
+   doc? ( >=dev-python/sphinx-1.0.5[${PYTHON_USEDEP}] )
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/cov-core-1.12[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   "${PYTHON}" -m nose2.__main__ || die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-16 Thread Alex Brandt
commit: 9af6174c2de949d53b6f71e1d58d1e4bef506829
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:25:28 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af6174c

dev-python/stormpath: remove version 2.1.6

Package-Manager: portage-2.3.0

 dev-python/stormpath/Manifest   |  1 -
 dev-python/stormpath/stormpath-2.1.6.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index b55e5d7..d2a2401 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
 DIST stormpath-2.4.0.tar.gz 4345415 SHA256 
4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 
4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af690e7241ba63b2a2f58130b48789998fa3e263f11326a2b
 WHIRLPOOL 
3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000
 DIST stormpath-2.4.1.tar.gz 4345634 SHA256 
5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 
50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95
 WHIRLPOOL 
332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f

diff --git a/dev-python/stormpath/stormpath-2.1.6.ebuild 
b/dev-python/stormpath/stormpath-2.1.6.ebuild
deleted file mode 100644
index e6bdfe5..000
--- a/dev-python/stormpath/stormpath-2.1.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
-HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
-SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
-   >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
-   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
-   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2016-07-16 Thread Alex Brandt
commit: 76456c655b071aa464acc35952859cdebdb6f013
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:22:16 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:25:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76456c65

dev-python/stormpath: add version 2.4.1

Package-Manager: portage-2.3.0

 dev-python/stormpath/Manifest   |  1 +
 dev-python/stormpath/stormpath-2.4.1.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index d6b7e32..b55e5d7 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,3 +1,4 @@
 DIST stormpath-2.1.6.tar.gz 4339678 SHA256 
47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 
2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611
 WHIRLPOOL 
c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 
cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 
1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9
 WHIRLPOOL 
91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
 DIST stormpath-2.4.0.tar.gz 4345415 SHA256 
4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 
4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af690e7241ba63b2a2f58130b48789998fa3e263f11326a2b
 WHIRLPOOL 
3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000
+DIST stormpath-2.4.1.tar.gz 4345634 SHA256 
5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 
50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95
 WHIRLPOOL 
332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f

diff --git a/dev-python/stormpath/stormpath-2.4.1.ebuild 
b/dev-python/stormpath/stormpath-2.4.1.ebuild
new file mode 100644
index 000..8248d4f
--- /dev/null
+++ b/dev-python/stormpath/stormpath-2.4.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST 
API."
+HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python;
+SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
+   >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-16 Thread Mike Gilbert
commit: 0b886ff8057015d3e62dafb92c4f292bcdb55a5d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Jul 16 14:23:51 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Jul 16 14:24:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b886ff8

www-client/chromium: remove old

Package-Manager: portage-2.3.0_p13

 www-client/chromium/Manifest |   1 -
 www-client/chromium/chromium-51.0.2704.63.ebuild | 696 ---
 2 files changed, 697 deletions(-)

diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
index 96bc5b9..301fa02 100644
--- a/www-client/chromium/Manifest
+++ b/www-client/chromium/Manifest
@@ -1,5 +1,4 @@
 DIST chromium-51.0.2704.103.tar.xz 448638748 SHA256 
76735b6dc4100e84c4dbcf5b2336bf8a2eb9cc6402c31e8865878a086971d72b SHA512 
04f1e0dfc2d94094064ea47c5e5e8c7b079001d48a4eb5d86873e36ed6f6527c2e16fe8232d3126f3fd7a758a8e306030ef56803b474a88e01446190d55f585a
 WHIRLPOOL 
90b28e1bfec9234de6f7a5a8e1343818ce8cc6b8aaca1c70b03a97a9b797370b745c593089e9c2088ca4829be897048f8bec104483eeafc15a9eabee025fca5a
-DIST chromium-51.0.2704.63.tar.xz 448628724 SHA256 
b243e46e0ebaf8f60d1c37a0d99f1fdd80e1597667be4776a1862bb004e4eee9 SHA512 
d85b6adcf2be5082ec8dc51f62849b3a2d84104d225188b7c5441cd3f9bb1e639b8d9b8cfb069b4a42d2f44128111649982fd20ca99b4f4ed5208c2c2c1a9560
 WHIRLPOOL 
0b3047c1c38386dbc20ef8fd6992e3c1cfc4e92986f5cbbd3e640671763ff5023427d0d8b5a6a6f6604aaeea4e2fa57e4b3f88d8e47e20684e5c774e8407c8fb
 DIST chromium-52.0.2743.49.tar.xz 457976744 SHA256 
e6ea112da3395b5f701988445b15f1d0c98c3e786544751e47a796812c1ea881 SHA512 
22b713efabf50c3812ad8b552ecb082de7f01637f740d91fd90409bcbee26b7a05d391cd0755bdc81483988418ed428b1378686a2525293cf65ca23d7c4e2eaf
 WHIRLPOOL 
2b73d3fa8725de7b3aa58e09218381a61bf0a6dad0e5c306e45da55fcec076cb9195f3b92ce4fd6dc7b40ccf6948a66f1e5e8ad68cc81e9f9e0848c6f5b5ad81
 DIST chromium-52.0.2743.60.tar.xz 458145672 SHA256 
f97776c256b61dc0d563dc7b615f2126d0ce408fc21711f2964ce2b50d5f6ecb SHA512 
44cfd50d79a753f7ce98d8a8f8ae30fff9bd76a1c1b6b898bddd0cb1ce05695489b09b8dbc6f608e0bf3261631f390ec85f2b9c8701b12787fcc140962dc7c7a
 WHIRLPOOL 
43156148a10b8f3c89b67722f9efecf1fb6d18c80b789d06476217846eb49f2d9591052ce14656f50c08d3b30148846cb95ec335ce58b85c67aae84605c6f6b3
 DIST chromium-53.0.2783.2.tar.xz 460335548 SHA256 
dfe2c3554fd9ff3988507725096c1b2604514ca61e3fe4c2c0cdbe8d56c4b426 SHA512 
35f4373af36de6404b1caf3db6ac72f2724021c8e01342b915fba9eb1f7dd1ab0ef886b3b519a04699f7f42479ef0f5379a975e3070ca929ae260de1103f72fb
 WHIRLPOOL 
61204d46e13f4651de61bcd77d93e584da34fc6b153bda71051d1520ab34e1d8b612f89b7492be70c9cdc42550ee0479b4a8d2e2a13e95c52c6ec92c61626059

diff --git a/www-client/chromium/chromium-51.0.2704.63.ebuild 
b/www-client/chromium/chromium-51.0.2704.63.ebuild
deleted file mode 100644
index fa82a4f..000
--- a/www-client/chromium/chromium-51.0.2704.63.ebuild
+++ /dev/null
@@ -1,696 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_419 et fa fi fil fr gu 
he
-   hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
-   sv sw ta te th tr uk vi zh_CN zh_TW"
-
-inherit check-reqs chromium eutils flag-o-matic multilib multiprocessing 
pax-utils \
-   portability python-any-r1 readme.gentoo-r1 toolchain-funcs versionator 
virtualx
-
-DESCRIPTION="Open-source version of Google Chrome web browser"
-HOMEPAGE="http://chromium.org/;
-SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz;
-
-LICENSE="BSD hotwording? ( no-source-code )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="cups gn gnome gnome-keyring gtk3 +hangouts hidpi hotwording kerberos 
neon pic +proprietary-codecs pulseaudio selinux +system-ffmpeg +tcmalloc 
widevine"
-RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )"
-
-# TODO: bootstrapped gn binary hangs when using tcmalloc with portage's 
sandbox.
-REQUIRED_USE="gn? ( kerberos !system-ffmpeg !tcmalloc )"
-
-# Native Client binaries are compiled with different set of flags, bug #452066.
-QA_FLAGS_IGNORED=".*\.nexe"
-
-# Native Client binaries may be stripped by the build system, which uses the
-# right tools for it, bug #469144 .
-QA_PRESTRIPPED=".*\.nexe"
-
-RDEPEND="
-   app-arch/bzip2:=
-   cups? ( >=net-print/cups-1.3.11:= )
-   >=dev-libs/elfutils-0.149
-   dev-libs/expat:=
-   dev-libs/glib:=
-   >=dev-libs/jsoncpp-0.5.0-r1:=
-   dev-libs/nspr:=
-   >=dev-libs/nss-3.14.3:=
-   gnome? ( >=gnome-base/gconf-2.24.0:= )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= )
-   >=media-libs/alsa-lib-1.0.19:=
-   media-libs/fontconfig:=
-   media-libs/freetype:=
-   media-libs/libexif:=
-   media-libs/speex:=
-   pulseaudio? ( media-sound/pulseaudio:= )
-   

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

2016-07-16 Thread Alex Brandt
commit: 60c59b43f6c7e811407d9bb6912eaf76c26ee782
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:16:29 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:20:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c59b43

dev-python/botocore: add version 1.4.34

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 39a8899..b12e23c 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfe
 DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
 DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7
+DIST botocore-1.4.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956

diff --git a/dev-python/botocore/botocore-1.4.34.ebuild 
b/dev-python/botocore/botocore-1.4.34.ebuild
new file mode 100644
index 000..9c57e33
--- /dev/null
+++ b/dev-python/botocore/botocore-1.4.34.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3."
+HOMEPAGE="https://github.com/boto/botocore;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+CDEPEND="
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   

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

2016-07-16 Thread Alex Brandt
commit: 63ee2857592fa7761f1b0fb5582c6251a09ea57b
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:19:33 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:20:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ee2857

dev-python/botocore: remove version 1.4.27

Package-Manager: portage-2.3.0

 dev-python/botocore/Manifest   |  1 -
 dev-python/botocore/botocore-1.4.27.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b12e23c..305a08a 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,5 +1,4 @@
 DIST botocore-1.3.22.tar.gz 2349601 SHA256 
02a6d320b09179bc5dcbafd4be732d9431bfebf5bed6d6b6508eca96b599a399 SHA512 
7b349a78c83051a29993ce00a11ecfa4734425c3ed27ce3e405140e19017b5c670d857ea489ea1f6f3ec767b3e4704547565b2ec67f5d7001a0cc30ff2a39de7
 WHIRLPOOL 
98c5e7488c6d1fe5c3e3484c770f8b346508359c5d174e5660f10ea62b054f442e3d15cc716ddd5acc42f1af0a10463c1923de138338175f1dcba9ced283c8ee
-DIST botocore-1.4.27.tar.gz 2502287 SHA256 
1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 
2ce94ed553ac513db201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5
 WHIRLPOOL 
2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
 DIST botocore-1.4.28.tar.gz 2503928 SHA256 
145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 
51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6
 WHIRLPOOL 
d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
 DIST botocore-1.4.31.tar.gz 2622913 SHA256 
c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 
395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b
 WHIRLPOOL 
cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7
 DIST botocore-1.4.34.tar.gz 2630600 SHA256 
a649ab5f9d9ddaa235510f62939e874aa3e37677564319883337ef9e98b7e5a1 SHA512 
e683bf6881f9339a7431a085be274124e362a1b8ab538ae0589f7c266b160078e991ac27b2e5e5321c26f008ab548298abb382bd2d5b927866263b60ba67bb8d
 WHIRLPOOL 
8f2d5e1c729cdbfeea29c416fc114e2c3ef10c9f09aa4098176547e7c7b54e7e2dbd0818f1147f13532f375da96943e4f4f5886c1d2809910c8527493937d956

diff --git a/dev-python/botocore/botocore-1.4.27.ebuild 
b/dev-python/botocore/botocore-1.4.27.ebuild
deleted file mode 100644
index 9c57e33..000
--- a/dev-python/botocore/botocore-1.4.27.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Low-level, data-driven core of boto 3."
-HOMEPAGE="https://github.com/boto/botocore;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-CDEPEND="
-   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-php/adodb/

2016-07-16 Thread Michael Orlitzky
commit: 3a48b6e85cad944c95c97482c1dec816df0da031
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jul 16 14:09:51 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jul 16 14:14:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a48b6e8

dev-php/adodb: new version 5.20.4 with improved php-7.x support.

Package-Manager: portage-2.2.28

 dev-php/adodb/Manifest|  1 +
 dev-php/adodb/adodb-5.20.4.ebuild | 41 +++
 dev-php/adodb/metadata.xml|  1 +
 3 files changed, 43 insertions(+)

diff --git a/dev-php/adodb/Manifest b/dev-php/adodb/Manifest
index 670aa4b..676c503 100644
--- a/dev-php/adodb/Manifest
+++ b/dev-php/adodb/Manifest
@@ -1 +1,2 @@
 DIST adodb518a.tgz 544455 SHA256 
3814dbd776ec5416f9a03eb4eecb081844b0166240dd539439cf27c79efb4d5e SHA512 
d561a5143e903195a2c87e637b33c9767f62148d7466fa6cb84d3bc86e5b303c0bf0f04cf370db4b81d9ac7ef8b3f2f28af9e5f28d0956706f59a74367898c53
 WHIRLPOOL 
3c972f937afd76f5a4595bcee7cb3355a52a2d596615c2f7c3232d472e3b838b72547a4d5216c489f62d02fd3d96b6672b7d044aa2c39fa707f940469ea35554
+DIST v5.20.4.tar.gz 460807 SHA256 
d0b15821d8fc77be2753938afc1e99d0b1f5b8f3dc1c7ab01061d8d0cbd4f394 SHA512 
f635297681236fdf4e7ea84d5eb5c2760aba663c2f443052e6d25bb96d32179b4cb21de4a880d6cb9100941e2dc9eff5ef2655e57a9b2879e459cb1c9af7b7a6
 WHIRLPOOL 
e8c14b06caa9143d971c3bc077a15d0d83dbea6167f5c2bb50dff066676c5a16b972a59131ce665b5cb6f5c3c0c8db1c3fa6fc2a5c32717cd347d4d24f52a96c

diff --git a/dev-php/adodb/adodb-5.20.4.ebuild 
b/dev-php/adodb/adodb-5.20.4.ebuild
new file mode 100644
index 000..465db3f
--- /dev/null
+++ b/dev-php/adodb/adodb-5.20.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="ADOdb"
+DESCRIPTION="Database abstraction layer for PHP"
+HOMEPAGE="http://www.adodb.org/;
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz;
+
+LICENSE="BSD LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+# If you want to be picky, we should require that PHP be built with at
+# least one database driver enabled; otherwise adodb isn't going to be
+# able to do anything. But, the database USE flags for dev-lang/php are
+# a mess. What we would *like* to do is have a set of USE flags for
+# adodb that then propagate to PHP itself... for example, adodb[mysql]
+# could require php[mysql]. To do that would require that we duplicate
+# the database USE flag mess for adodb -- not desirable. Instead we punt
+# and let the user install adodb unconditionally. If he doesn't have
+# database support in PHP, it just won't work.
+RDEPEND="dev-lang/php:*"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+   DOCS="README.md docs/changelog*.md xmlschema*.dtd session/*.sql"
+   DOCS+=" session/*.txt session/*.xml pear/auth_adodb_example.php"
+   DOCS+=" pear/readme.Auth.txt"
+
+   dodoc $DOCS
+   rm -f $DOCS || die "failed to remove docs before installation"
+
+   insinto "/usr/share/php/${PN}"
+   doins *.php
+   doins -r contrib datadict drivers lang pear perf replicate session xsl
+}

diff --git a/dev-php/adodb/metadata.xml b/dev-php/adodb/metadata.xml
index 68b4b1f..7598d63 100644
--- a/dev-php/adodb/metadata.xml
+++ b/dev-php/adodb/metadata.xml
@@ -7,5 +7,6 @@


adodb
+   ADOdb

 



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

2016-07-16 Thread Alex Brandt
commit: 90cf6c9d371d082fb7eec60fb395393f78a4765c
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:11:48 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:12:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cf6c9d

dev-python/docker-py: remove version 1.8.0_rc2

Package-Manager: portage-2.3.0

 dev-python/docker-py/Manifest   |  1 -
 dev-python/docker-py/docker-py-1.8.0_rc2.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 3b6d6a5..052c79b 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,5 +1,4 @@
 DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a276c123198fdafc3659280b38 SHA512 
bf00b19e0ab56e5c0e8459234d09722ca504ecd933bfba61cb4ab4805410f53f6ad6083f2e964ef5a6eded2ea05aa01a89c27621064386bae145c7258ed996ad
 WHIRLPOOL 
bd7ff4579f924e02d18581b1aca00790dcb84afda03e4cde70b349bfdb4ad43aa2e06da2bcbe780f6074d98f9af9b14fb9d2ab4da9265e56b73288902c9ede7a
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
-DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
 DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
 DIST docker-py-1.9.0_rc2.tar.gz 105689 SHA256 
30770466eef8fe5db3ac75ede506bb412de8a59600954089b385b4d134d54051 SHA512 
8c4993aea477ae640660d10f80ca0a9b5f40f1d7a446cc67d392b824c78272ee32d42004952a70a3a55a105f313c06338266b206f4193cab736fa84c3c9b4d8c
 WHIRLPOOL 
bf1329f20095d519756a68bc3bd2a95d6d476366e1cfdc38eb38a6ad4a25da11964a20d039fb32af69dd4bd76b578b43b3b6b468767ba2fc8305b088019ae17c

diff --git a/dev-python/docker-py/docker-py-1.8.0_rc2.ebuild 
b/dev-python/docker-py/docker-py-1.8.0_rc2.ebuild
deleted file mode 100644
index 155e961..000
--- a/dev-python/docker-py/docker-py-1.8.0_rc2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PV=${PV//_/-}
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py;
-SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
-   test? (
-   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
-   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-   if use doc; then
-   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
-   fi
-}
-
-python_test() {
-   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( mkdocs_site/. )
-
-   distutils-r1_python_install_all
-}



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

2016-07-16 Thread Patrice Clement
commit: f9466a60804dfd3a4b0319ef5a4199ac8ed91949
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 14:01:40 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 14:01:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9466a60

dev-python/setproctitle: update HOMEPAGE.

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

Package-Manager: portage-2.2.28

 dev-python/setproctitle/setproctitle-1.1.8.ebuild | 4 ++--
 dev-python/setproctitle/setproctitle-1.1.9.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/setproctitle/setproctitle-1.1.8.ebuild 
b/dev-python/setproctitle/setproctitle-1.1.8.ebuild
index b028123..fa00e72 100644
--- a/dev-python/setproctitle/setproctitle-1.1.8.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 inherit distutils-r1 toolchain-funcs
 
 DESCRIPTION="Allow customization of the process title"
-HOMEPAGE="https://code.google.com/p/py-setproctitle/ 
https://pypi.python.org/pypi/setproctitle;
+HOMEPAGE="https://github.com/dvarrazzo/py-setproctitle;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/dev-python/setproctitle/setproctitle-1.1.9.ebuild 
b/dev-python/setproctitle/setproctitle-1.1.9.ebuild
index e09507e..a2dc434 100644
--- a/dev-python/setproctitle/setproctitle-1.1.9.ebuild
+++ b/dev-python/setproctitle/setproctitle-1.1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 inherit distutils-r1 toolchain-funcs
 
 DESCRIPTION="Allow customization of the process title"
-HOMEPAGE="https://code.google.com/p/py-setproctitle/ 
https://pypi.python.org/pypi/setproctitle;
+HOMEPAGE="https://github.com/dvarrazzo/py-setproctitle;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
@@ -32,7 +32,7 @@ python_compile_all() {
 }
 
 python_test() {
-   # The suite via the Makefile appears to not cater to pypy
+   # The suite via the Makefile appears to not cater to pypy
[[ ${EPYTHON} =~ pypy ]] && return
 
# prepare embedded executable



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

2016-07-16 Thread Alex Brandt
commit: f40a642d35c53a1f036609d70b45a516d67bf22e
Author: Alex Brandt  gentoo  org>
AuthorDate: Sat Jul 16 14:07:26 2016 +
Commit: Alex Brandt  gentoo  org>
CommitDate: Sat Jul 16 14:12:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40a642d

dev-python/docker-py: add version 1.9.0_rc2

Package-Manager: portage-2.3.0

 dev-python/docker-py/Manifest   |  1 +
 dev-python/docker-py/docker-py-1.9.0_rc2.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 7844c34..3b6d6a5 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -2,3 +2,4 @@ DIST docker-py-1.2.2.tar.gz 69685 SHA256 
85284a5b1a965e01a5d0a91f9f639ad5069143a
 DIST docker-py-1.8.0.tar.gz 102575 SHA256 
6a2feb4dad94ff01401af1bd1455ca20505af4bb5439f1c80114020461c4cf58 SHA512 
60ac793d3061aec4fe46c694a00207560138895c7c6299a6734f2413601648da5130db00dbf33f41c3a91a717d825b9d1ce76413df2ae433b30a61eead373b39
 WHIRLPOOL 
e5e204e7754fe5b038ef218718063892661636bd4ce51a160479725562865076ae2a3c99c38721b7c4f184ba45390f4c5a28582b83311af81da67867cf05a643
 DIST docker-py-1.8.0_rc2.tar.gz 100120 SHA256 
5176c543343a582f2f7a461560a7c759d002b2dceb7552f542d7d1e0fce3cb05 SHA512 
f7924015bc267acb095a9f21d151afd56d787a5d26dcc8c285d81c4e5af8a1027c7f166b8178e3e821a3b2fe541b51121c825ab59591b97bea8eb8a3fe3d7a0f
 WHIRLPOOL 
451fea912c3cdd6bcaf7e29431719c39d7fea9bb03b7b94fbecf493bc28713d97e1438ee6ce8c0fb6977739061c25a87b29e5924e087e8613fe1f115b8000809
 DIST docker-py-1.8.1.tar.gz 101171 SHA256 
82dc8db8088576ec5c42c203f7c46a88a26963e137ee0dafbf7e33882d75eb47 SHA512 
c05412a43a774cc402e8f1bbb6c389c17e7fc335db4cfbe2d8a7001d7389f74fe51b3a2120bbbde640d93c5788283651b992389e3a09852eecb10e87e13466a0
 WHIRLPOOL 
47bdb88c07385d98cf5922ee420f85a93a84c62cc807acd9b0093ce55c386a4bd9f3cca1603e00259d32b0c3f0617282c49f23e4f67ead803a1ea5850ddeafc3
+DIST docker-py-1.9.0_rc2.tar.gz 105689 SHA256 
30770466eef8fe5db3ac75ede506bb412de8a59600954089b385b4d134d54051 SHA512 
8c4993aea477ae640660d10f80ca0a9b5f40f1d7a446cc67d392b824c78272ee32d42004952a70a3a55a105f313c06338266b206f4193cab736fa84c3c9b4d8c
 WHIRLPOOL 
bf1329f20095d519756a68bc3bd2a95d6d476366e1cfdc38eb38a6ad4a25da11964a20d039fb32af69dd4bd76b578b43b3b6b468767ba2fc8305b088019ae17c

diff --git a/dev-python/docker-py/docker-py-1.9.0_rc2.ebuild 
b/dev-python/docker-py/docker-py-1.9.0_rc2.ebuild
new file mode 100644
index 000..2c9b498
--- /dev/null
+++ b/dev-python/docker-py/docker-py-1.9.0_rc2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+
+inherit distutils-r1 vcs-snapshot
+
+MY_PV=${PV//_/-}
+
+DESCRIPTION="Python client for Docker"
+HOMEPAGE="https://github.com/docker/docker-py;
+SRC_URI="https://github.com/docker/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc test"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( >=dev-python/mkdocs-0.14.0[${PYTHON_USEDEP}] )
+   test? (
+   ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   ~dev-python/pytest-2.7.2[${PYTHON_USEDEP}]
+   ~dev-python/pytest-cov-2.1.0[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="
+   >=dev-python/requests-2.5.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/backports-ssl-match-hostname-3.5[${PYTHON_USEDEP}]' 'python2_7' 
'python3_3' 'python3_4' )
+   $(python_gen_cond_dep '>=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]' 
'python2_7' )
+"
+
+python_compile_all() {
+   if use doc; then
+   mkdocs build -d 'mkdocs_site' || die "docs failed to build"
+   fi
+}
+
+python_test() {
+   py.test tests/unit/ | die "tests failed under ${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( mkdocs_site/. )
+
+   distutils-r1_python_install_all
+}



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

2016-07-16 Thread Patrice Clement
commit: d7d799af7b62b39ed22b7f6c80caa84a8c3b003e
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 13:43:05 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 13:51:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d799af

dev-java/velocity: Clean up old.

Package-Manager: portage-2.2.28

 .../files/velocity-1.4-versioned_jar.patch | 48 
 dev-java/velocity/velocity-1.7-r1.ebuild   | 87 --
 dev-java/velocity/velocity-1.7.ebuild  | 87 --
 3 files changed, 222 deletions(-)

diff --git a/dev-java/velocity/files/velocity-1.4-versioned_jar.patch 
b/dev-java/velocity/files/velocity-1.4-versioned_jar.patch
deleted file mode 100644
index 5b44559..000
--- a/dev-java/velocity/files/velocity-1.4-versioned_jar.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -ru velocity-1.4/build/build.xml velocity-1.4-gentoo/build/build.xml
 velocity-1.4/build/build.xml   2004-04-14 08:26:40.0 -0400
-+++ velocity-1.4-gentoo/build/build.xml2005-07-14 21:33:37.0 
-0400
-@@ -287,7 +287,7 @@
-   
-   
-  
--
-+
- 
-   
- 
-@@ -324,7 +324,7 @@
-   
-   
- 
--
-@@ -336,7 +336,7 @@
-   
-   
- 
--
-+
-   
- 
- 
-@@ -356,7 +356,7 @@
-   
-   
- 
--
-+
-   
- 
- 
-@@ -373,7 +373,7 @@
-   
-   
- 
--
-+
-   
- 
- 

diff --git a/dev-java/velocity/velocity-1.7-r1.ebuild 
b/dev-java/velocity/velocity-1.7-r1.ebuild
deleted file mode 100644
index a288f72..000
--- a/dev-java/velocity/velocity-1.7-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-JAVA_PKG_IUSE="examples doc source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="A Java-based template engine for easy creation/rendering of 
documents that format and present data"
-HOMEPAGE="http://velocity.apache.org;
-SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="test"
-
-CDEPEND="
-   dev-java/commons-collections:0
-   dev-java/commons-lang:2.1
-   dev-java/commons-logging:0
-   dev-java/jdom:0
-   dev-java/log4j:0
-   dev-java/avalon-logkit:2.0
-   dev-java/jakarta-oro:2.0
-   java-virtuals/servlet-api:2.3
-   dev-java/werken-xpath:0
-   dev-java/ant-core:0
-"
-DEPEND="${CDEPEND}
-   >=virtual/jdk-1.4
-   test? (
-   dev-java/ant-junit:0
-   dev-java/ant-antlr:0
-   dev-db/hsqldb:0
-   )
-"
-RDEPEND="${CDEPEND}
-   >=virtual/jre-1.4"
-
-JAVA_PKG_FILTER_COMPILER="jikes"
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-
-EANT_GENTOO_CLASSPATH="
-   commons-collections
-   commons-lang-2.1
-   commons-logging
-   jdom
-   log4j
-   avalon-logkit-2.0
-   jakarta-oro-2.0
-   servlet-api-2.3
-   werken-xpath
-   ant-core
-"
-
-# One test fails. see #219668
-RESTRICT="test"
-
-java_prepare() {
-   rm -v *.jar lib/test/*.jar lib/*.jar || die
-}
-
-src_compile () {
-   cd "${S}"/build
-   eant jar -Dskip-download=true #prebuilt javadocs
-}
-
-src_test() {
-   mkdir -p bin/test-lib || die
-   cd bin/test-lib || die
-   java-pkg_jar-from junit,hsqldb
-   java-pkg_jar-from --virtual servlet-api-2.3
-   cd "${S}"/build
-   ANT_TASKS="ant-junit ant-antlr" eant test -Dskip-download=true
-}
-
-src_install () {
-   java-pkg_newjar bin/*.jar
-
-   dodoc NOTICE README.txt
-   # has other stuff besides api too
-   use doc && java-pkg_dohtml -r docs/*
-   use examples && java-pkg_doexamples examples
-   use source && java-pkg_dosrc src/java/*
-}

diff --git a/dev-java/velocity/velocity-1.7.ebuild 
b/dev-java/velocity/velocity-1.7.ebuild
deleted file mode 100644
index 65a0d3d..000
--- a/dev-java/velocity/velocity-1.7.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-JAVA_PKG_IUSE="examples doc source"
-
-inherit java-pkg-2 java-ant-2 eutils
-
-DESCRIPTION="A Java-based template engine for easy creation/rendering of 
documents that format and present data"
-HOMEPAGE="http://velocity.apache.org;
-SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="test"
-
-CDEPEND="
-   dev-java/commons-collections:0
-   dev-java/commons-lang:2.1
-   dev-java/commons-logging:0
-   dev-java/jdom:1.0
-   dev-java/log4j:0
-   dev-java/avalon-logkit:2.0
-   dev-java/jakarta-oro:2.0
-   java-virtuals/servlet-api:2.3
-   dev-java/werken-xpath:0
-   dev-java/ant-core:0
-"
-DEPEND="${CDEPEND}
-  

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

2016-07-16 Thread Patrice Clement
commit: 3bac28b7a9a76923c3da6ffb71e8b04de861dc9b
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 13:41:34 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 13:50:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bac28b7

dev-java/velocity-dvsl: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild 
b/dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild
index 6f93294..ff14aef 100644
--- a/dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild
+++ b/dev-java/velocity-dvsl/velocity-dvsl-1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://apache/velocity/dvsl/${PV}/${P}-src.zip -> 
${P}.zip"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RESTRICT="test"
@@ -44,7 +44,7 @@ JAVA_GENTOO_CLASSPATH="
 
 java_prepare() {
java-pkg_clean
-   rm -rf test src/test || die
+   rm -rv test src/test || die
 }
 
 src_install() {



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

2016-07-16 Thread Patrice Clement
commit: 3a4627b73f6b55d6e92660c85c75bd69a671bfbb
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 13:16:16 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 13:50:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4627b7

dev-java/velocity: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-java/velocity/velocity-1.7-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/velocity/velocity-1.7-r2.ebuild 
b/dev-java/velocity/velocity-1.7-r2.ebuild
index bd3f8f3..67dc9a5 100644
--- a/dev-java/velocity/velocity-1.7-r2.ebuild
+++ b/dev-java/velocity/velocity-1.7-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://apache/${PN}/engine/${PV}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 CDEPEND="
@@ -58,7 +58,7 @@ S="${WORKDIR}/${P}"
 
 java_prepare() {
java-pkg_clean
-   rm -rf test src/test || die
+   rm -rv test src/test || die
 }
 
 src_install() {



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

2016-07-16 Thread Tobias Klausmann
commit: d2aa9d4506ea16689c3873c0514d3e10c5023578
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 16 13:34:22 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 16 13:34:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2aa9d45

net-misc/stunnel-5.34-r1: add alpha keyword

Gentoo-Bug: 588150

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

diff --git a/net-misc/stunnel/stunnel-5.34-r1.ebuild 
b/net-misc/stunnel/stunnel-5.34-r1.ebuild
index ce4aacf..07a2b38 100644
--- a/net-misc/stunnel/stunnel-5.34-r1.ebuild
+++ b/net-misc/stunnel/stunnel-5.34-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="ipv6 libressl selinux stunnel3 tcpd"
 
 DEPEND="tcpd? ( sys-apps/tcp-wrappers )



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

2016-07-16 Thread Tobias Klausmann
commit: 4aff78ec47baf5ec4eb1ede3b93aa8f09d857c0d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 16 13:29:40 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 16 13:29:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aff78ec

app-admin/apache-tools-2.4.23-r0: add alpha keyword

Gentoo-Bug: 588138

 app-admin/apache-tools/apache-tools-2.4.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.23.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.23.ebuild
index 51048c9..b0a673d 100644
--- a/app-admin/apache-tools/apache-tools-2.4.23.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.23.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2016-07-16 Thread Tobias Klausmann
commit: 87f9494b2abcaf7606829f2d83e4de1147b7e600
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 16 13:29:47 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 16 13:29:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f9494b

www-servers/apache-2.4.23-r0: add alpha keyword

Gentoo-Bug: 588138

 www-servers/apache/apache-2.4.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.23.ebuild 
b/www-servers/apache/apache-2.4.23.ebuild
index 4c2f878..9d254fa 100644
--- a/www-servers/apache/apache-2.4.23.ebuild
+++ b/www-servers/apache/apache-2.4.23.ebuild
@@ -125,7 +125,7 @@ HOMEPAGE="https://httpd.apache.org/;
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos 
~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 
 DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/oracle-jdk-bin/

2016-07-16 Thread Patrice Clement
commit: c92d046e02e6c85128a57580293a7e97f6b3534e
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 10:48:59 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 12:57:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92d046e

dev-java/oracle-jdk-bin: Clean up vulnerable version.

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

Package-Manager: portage-2.2.28

 dev-java/oracle-jdk-bin/Manifest   |   4 -
 .../oracle-jdk-bin/oracle-jdk-bin-1.8.0.91.ebuild  | 366 -
 2 files changed, 370 deletions(-)

diff --git a/dev-java/oracle-jdk-bin/Manifest b/dev-java/oracle-jdk-bin/Manifest
index 0598f7d..33d6934 100644
--- a/dev-java/oracle-jdk-bin/Manifest
+++ b/dev-java/oracle-jdk-bin/Manifest
@@ -1,8 +1,4 @@
 DIST jce_policy-8.zip 8409 SHA256 
f3020a3922efd6626c2fff45695d527f34a8020e938a49292561f18ad1320b59 SHA512 
abbaa81a35f904ec61b4cf3c2d1ca8c8d49e53bb248e698185eea906939d68f5063412800585ec74027aab1012ef189aebe1dc99fe8ef4230a0ecb0b527f88e5
 WHIRLPOOL 
8c9ce1ea4673b75fa6271b74e598880f98361d5d2c9c25439fa0af3d07cfeb871b39682dae4e38160f49770b1fec953162e451b9b2cf44d2c72a226944212bcc
-DIST jdk-8u91-linux-arm32-vfp-hflt-demos.tar.gz 10403988 SHA256 
3314a782f16ba67c9a1647b5a04d5955c8f0005b864530be615d3206453cd364 SHA512 
f8b421b2ec3a0d2ae460356f7573c2f05424664f0479b930d97cb41510373790b3538d415464e12958fd38d3f6367e75bf225262b79e823bb70d0d80abf9b65f
 WHIRLPOOL 
e6a7e2e5bf35d980915c427b21cd735ca7b74eb8213d7edf3d125f1a7183bf0a2a078c02ad74be1566802575f077ea1602f2190f098c968b9a4ea09958e20d5a
-DIST jdk-8u91-linux-arm32-vfp-hflt.tar.gz 81491339 SHA256 
79dda1dec6ccd7130b5204e75d1a8300e5b02c18f70888697f51764a777e5339 SHA512 
c0487836d09df1d23ac2118e2b2ed60a85bf54a0d706486d19c44b1c3226b0317f5a86780f9956fee49b3aa9d4ba90779ad0483a5dfdf6fa56bb9880e099e44b
 WHIRLPOOL 
b1ed11cd171ff03f7d4d1a6f0c771003e35274aab0c1954a152315853b6baf7c408e478197b5ac7a9660a2e74d40f9885dde30b29ade0ffea0e78e57ee54f57b
-DIST jdk-8u91-linux-arm64-vfp-hflt-demos.tar.gz 10425383 SHA256 
f5e4f27491779adeb62a272a112cdaff242a1d9899dced2d35e3da1e709e84b2 SHA512 
6e80d5ebe80d83759443a8f4835efb81f29b58ca1976f4570eaad33274b8333ccd831dba9f67938be2a709051b2e95abb5ee16b9f0d02f6de69b28292a27cae1
 WHIRLPOOL 
7cc4150c8a0f6704079e42a607bc237379c5d22f0f0f9480b168edb3b8e9314f027a5b6c0e7f951647ec48a0b4a54ea0c9aecc015929b8dae5fd16ba63a84392
-DIST jdk-8u91-linux-arm64-vfp-hflt.tar.gz 78321279 SHA256 
3dededc2e31bfda0a129b1df394e37078f339aa99e82e56d35cabff28ccfeb3b SHA512 
8c30135f317c366aa755e4342f04da83a3de4c840b7da6e4ccd740e5f1f1e86a4408d192de1cedaf333426c3d80ef7d9841488eec672fb77e2643f32df38148d
 WHIRLPOOL 
208b25af0b65f1ff1088b6e61b6463ef44ee7ac6ff41ef1268c8ec16d871fade681bfd3f717e09f5be7765c25e212d4780912656effda95a35dfd09ddc63f31b
 DIST jdk-8u92-linux-i586-demos.tar.gz 55064676 SHA256 
e89fac1a329cb4d4a09ce045dbedc44fe3d99efb32bdf8fda39c8ffa0533c36a SHA512 
b3eed7bc92142c8811415d54f62bd1454f5755d1e7ec95e6f2c83569ccc3524465d1755784a9aa0d3170ab5b8b3204b5ab22e0f7c1bf074c1082a9d697a406e4
 WHIRLPOOL 
222acce19d625ad7b637831feeb31d0bda5ba36317e9e8dc924e94e818cafcb8a70a6f7ee625d0f05d15061bec1d52a74b2f5e24f61ae2f7c240e1e958b7a29a
 DIST jdk-8u92-linux-i586.tar.gz 183433226 SHA256 
7203592329877735bb6259844a3a30640edc61920d132f952c40ab2e2014b224 SHA512 
fcb2db52e8cb392de91ca914dae13bc7786954334e7df346619686837bceab9ca49699153d308d869499d2948c5eb67ae39583e28db3c63a537afd33f6b1226d
 WHIRLPOOL 
b8a6df77307627baa3f81f14fbd2e526f40a1b628772bd6ea7599068a0b88bdbe164a8de340414ddc363b6e7fa3054f4c687143aaf9c5b57716c492fb8545a17
 DIST jdk-8u92-linux-x64-demos.tar.gz 55132437 SHA256 
afebf7ae44afc8ef1199dd02b32c1d50d1fb16b9bc4f4e2443bd8d4d122e2178 SHA512 
89d24f188f5d80524d952eb16af0913eac6ef2184ec79f8116ed91927f30aad73d057e0160502545c1a5a6fd2cbaa42ce50d9df5a73504813132ad002215bea0
 WHIRLPOOL 
8c02e4c98408fd1d1dc5368fb67ec904a6145b569a2d59c36d64fefbf9630c835d74e302ac651b803d3be9ad2c34bc4b80b3c15714b2982ffae8e0262f2b58c2

diff --git a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.91.ebuild 
b/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.91.ebuild
deleted file mode 100644
index 9840a6f..000
--- a/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.8.0.91.ebuild
+++ /dev/null
@@ -1,366 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils java-vm-2 prefix versionator
-
-# This URIs need to be updated when bumping!
-JDK_URI="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html;
-JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html;
-
-# This is a list of archs supported by this update.
-# Currently arm comes and goes.
-AT_AVAILABLE=( arm arm64 )
-
-# Sometimes some or all of the demos are missing, this is to not have to 
rewrite half
-# the ebuild when it happens.
-DEMOS_AVAILABLE=( arm arm64 )
-
-if [[ "$(get_version_component_range 4)" 

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

2016-07-16 Thread Patrice Clement
commit: 36d25e8a15133e9b92129f8ebf0857d8c9e3281f
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 10:20:25 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 12:55:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d25e8a

dev-java/cssparser: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-java/cssparser/cssparser-0.9.19.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/cssparser/cssparser-0.9.19.ebuild 
b/dev-java/cssparser/cssparser-0.9.19.ebuild
index 4d9963b..7d6ace0 100644
--- a/dev-java/cssparser/cssparser-0.9.19.ebuild
+++ b/dev-java/cssparser/cssparser-0.9.19.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://cssparser.sourceforge.net/;
 SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 CDEPEND="dev-java/sac:0"
 



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

2016-07-16 Thread Patrice Clement
commit: d524878f58347e2356ec4725458d346814c3b1ba
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 10:23:20 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 12:56:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d524878f

dev-java/flyingsaucer: Stable for amd64. Retroactively mark stable for the 
remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.28

 dev-java/flyingsaucer/flyingsaucer-7-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/flyingsaucer/flyingsaucer-7-r2.ebuild 
b/dev-java/flyingsaucer/flyingsaucer-7-r2.ebuild
index 2ad2cd2..8efab36 100644
--- a/dev-java/flyingsaucer/flyingsaucer-7-r2.ebuild
+++ b/dev-java/flyingsaucer/flyingsaucer-7-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="http://www.pdoubleya.com/projects/${PN}/downloads/r${PV}/${PN}-R${PV}fi
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="minimal svg ${JAVA_PKG_IUSE}"
 



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

2016-07-16 Thread Patrice Clement
commit: 29f480f5a2c07950c7c66d82c875550b3aad12f5
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Jul 16 10:21:51 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 12:56:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f480f5

dev-java/cssparser: Clean up old.

Package-Manager: portage-2.2.28

 dev-java/cssparser/Manifest|  1 -
 dev-java/cssparser/cssparser-0.9.18.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-java/cssparser/Manifest b/dev-java/cssparser/Manifest
index 7e9464a..bb0351c 100644
--- a/dev-java/cssparser/Manifest
+++ b/dev-java/cssparser/Manifest
@@ -1,2 +1 @@
-DIST cssparser-0.9.18-sources.jar 247345 SHA256 
41a5a7ff5cbf264634cad4f36eb3b7711f652271b66f858ad690fb5d457f8a08 SHA512 
626ba47e5c222fff5438976ec53cd595864036f12788d84661c40d81975f14361461e176484ce063a9451eb572f3f4a881e88521be36b2903e9ec88b6a6c34a9
 WHIRLPOOL 
70cccda4d6c205f65b09c01474cf2fa0588cfdaad2c011ccf8c82828ff2813abe082ef52a596bf1300c0c2a56185e818bbc672f845cbf66aa4035bdca77a53db
 DIST cssparser-0.9.19-sources.jar 241192 SHA256 
a6213bad3c363e3402f0170b56e210e1e93344e0e158d710e402ac40ec11cd73 SHA512 
635155a5d491749a366a36ec5501e8aae574947a63834b701f8a6fd61f262793b8d1d25e98ed5a6b336095e1270919a015b1654ce248421f3dbcffa04101b439
 WHIRLPOOL 
8b2a4216e9d546bb927d207d603d9112620233837f347b444fbd267478f60e3c6d8994d2b414a6dba22b2ba8c04c907aca35ea67c57278e3a25b30538677b41d

diff --git a/dev-java/cssparser/cssparser-0.9.18.ebuild 
b/dev-java/cssparser/cssparser-0.9.18.ebuild
deleted file mode 100644
index 9c9ad3e..000
--- a/dev-java/cssparser/cssparser-0.9.18.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI="5"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="API for parsing CSS 2 in Java"
-HOMEPAGE="http://cssparser.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}-sources.jar"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-CDEPEND="dev-java/sac:0"
-
-DEPEND="
-   ${CDEPEND}
-   >=virtual/jdk-1.6"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-JAVA_GENTOO_CLASSPATH="sac"



[gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/

2016-07-16 Thread NP Hardass
commit: 8f9e0e8d4e528707ac79ed87957dfbb6388d8a07
Author: NP-Hardass  gentoo  org>
AuthorDate: Sat Jul 16 12:45:04 2016 +
Commit: NP Hardass  gentoo  org>
CommitDate: Sat Jul 16 12:45:04 2016 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=8f9e0e8d

app-text/atril: Fix epub dependency

Package-Manager: portage-2.2.28

 app-text/atril/{atril-1.12.2-r1.ebuild => atril-1.12.2-r2.ebuild} | 2 +-
 app-text/atril/atril-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/atril/atril-1.12.2-r1.ebuild 
b/app-text/atril/atril-1.12.2-r2.ebuild
similarity index 99%
rename from app-text/atril/atril-1.12.2-r1.ebuild
rename to app-text/atril/atril-1.12.2-r2.ebuild
index 40c31e5..d3e4a9e 100644
--- a/app-text/atril/atril-1.12.2-r1.ebuild
+++ b/app-text/atril/atril-1.12.2-r2.ebuild
@@ -45,7 +45,7 @@ RDEPEND=">=app-text/poppler-0.16:0=[cairo]
>=x11-libs/gtk+-2.24.0:2[introspection?]
epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
)
-   !gtk3? (
+   gtk3? (
>=x11-libs/gtk+-3.0:3[introspection?]
epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
)

diff --git a/app-text/atril/atril-.ebuild b/app-text/atril/atril-.ebuild
index 40c31e5..d3e4a9e 100644
--- a/app-text/atril/atril-.ebuild
+++ b/app-text/atril/atril-.ebuild
@@ -45,7 +45,7 @@ RDEPEND=">=app-text/poppler-0.16:0=[cairo]
>=x11-libs/gtk+-2.24.0:2[introspection?]
epub? ( >=net-libs/webkit-gtk-2.4.3:2 )
)
-   !gtk3? (
+   gtk3? (
>=x11-libs/gtk+-3.0:3[introspection?]
epub? ( >=net-libs/webkit-gtk-2.4.3:4 )
)



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

2016-07-16 Thread Michał Górny
commit: f1b0ceb8537b39398edc9962f164736dd71e98a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 16 12:11:51 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 16 12:12:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b0ceb8

sys-devel/llvm: Change subslot of 3.8.1 to match 3.8.0

 sys-devel/llvm/llvm-3.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-3.8.1.ebuild b/sys-devel/llvm/llvm-3.8.1.ebuild
index 98b01a8..cc7982b 100644
--- a/sys-devel/llvm/llvm-3.8.1.ebuild
+++ b/sys-devel/llvm/llvm-3.8.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz
!doc? ( 
http://dev.gentoo.org/~voyageur/distfiles/${PN}-3.8.0-manpages.tar.bz2 )"
 
 LICENSE="UoI-NCSA"
-SLOT="0/${PV}"
+SLOT="0/3.8.0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd 
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="clang debug doc gold libedit +libffi lldb multitarget ncurses ocaml
python +static-analyzer test xml video_cards_radeon



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qmapshack/

2016-07-16 Thread Andrey Grozin
commit: 28dd1ddf5ff0a8c275d6fe587105434208c5
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Jul 16 12:07:32 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Jul 16 12:07:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28dd1ddf

sci-geosciences/qmapshack: bump to 1.6.3

Package-Manager: portage-2.3.0

 sci-geosciences/qmapshack/Manifest   |  1 +
 sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild | 26 
 2 files changed, 27 insertions(+)

diff --git a/sci-geosciences/qmapshack/Manifest 
b/sci-geosciences/qmapshack/Manifest
index 1cc3b44..9d4abcd 100644
--- a/sci-geosciences/qmapshack/Manifest
+++ b/sci-geosciences/qmapshack/Manifest
@@ -1 +1,2 @@
 DIST qmapshack-1.6.1.tar.gz 4538423 SHA256 
e702482ef894ec3fdbc5a932dd220bbb34eef1580b1645a314e9a3fa99956c22 SHA512 
f6437004a79a875bdbfe6567bc1a771c6862ca7f851306ccf3ab044a28c4071eff227b3e5a200a21ec30c65df29e8e7371d32c0b4c8b5cc2799cf224adb892a6
 WHIRLPOOL 
0b180e5265a2a739008f0128947eaf28102dcb5d21041206631654b098d770d0c2e3ff3086289f1370df358747be033d326b93be4d44174e8738adcfa6faa9b4
+DIST qmapshack-1.6.3.tar.gz 5181205 SHA256 
6fa5158bd823e8d43eb8a4e4db35a05720d1fe8d624eb65320b905ae315bd708 SHA512 
6e9efdd35ebf3980011aea0cefdbcc433e4f0d333cbeff72e70880a41bff972cc27f4517e243f4990b5e04112a50af2651d99cb5c1c6e542341db30e5e000133
 WHIRLPOOL 
7fa7e8bbd658f351e5d62ef979a91e291207d1b25a5a94c335051dd93e1f41947dc612eec80c2134e7929edca0becaa0c866e9060e0cbe7c54a856d480acd938

diff --git a/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild 
b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
new file mode 100644
index 000..804ab6c
--- /dev/null
+++ b/sci-geosciences/qmapshack/qmapshack-1.6.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="GPS mapping utility"
+HOMEPAGE="https://bitbucket.org/maproom/qmapshack/wiki/Home;
+SRC_URI="https://bitbucket.org/maproom/${PN}/downloads/${P}.tar.gz;
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="dev-qt/qtwebkit:5
+   dev-qt/qtscript:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtdbus:5
+   dev-qt/qttest:5
+   dev-qt/qtnetwork[ssl]
+   >=sci-geosciences/routino-3.1.1
+   sci-libs/gdal
+   sci-libs/proj"
+DEPEND="${RDEPEND}
+   dev-qt/linguist-tools:5"



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/files/, sci-geosciences/routino/

2016-07-16 Thread Andrey Grozin
commit: c7cda63359123c2d9e9d3e66cefbf21d53289a17
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Jul 16 11:55:57 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Jul 16 11:55:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7cda633

sci-geosciences/routino: bump to 3.1.1

Package-Manager: portage-2.3.0

 sci-geosciences/routino/Manifest  |  1 +
 sci-geosciences/routino/files/routino-3.1.1.patch | 34 +++
 sci-geosciences/routino/routino-3.1.1.ebuild  | 24 
 3 files changed, 59 insertions(+)

diff --git a/sci-geosciences/routino/Manifest b/sci-geosciences/routino/Manifest
index 222a9cc..4e42f1d 100644
--- a/sci-geosciences/routino/Manifest
+++ b/sci-geosciences/routino/Manifest
@@ -1 +1,2 @@
 DIST routino-3.0_p1.tgz 957022 SHA256 
037892a09cf2bb790d895d218a80c221e9595a3943ca35163c71ed93b111431e SHA512 
be6275e8fcc0fe535a0940ba26fdf8e8ecfde768e4b2baaabf088a39431dc259933c3aa02ff3e28c5bf145402d18e6369a16d2c7a50fd1b84695dd31c155341f
 WHIRLPOOL 
1e097aaa00437e08b485f4ce9d027cb31f3e320b5f61883a230ad235ccea8ca53c79bf0e428013434b91d0533f1212c43dd8a9f05eec2394cced070f83eb61ef
+DIST routino-3.1.1.tgz 1795118 SHA256 
23b9fce43f0a85c9efe220c6c72026dd7b37f6a4a5153bb9dc4c4b0747c7f282 SHA512 
088f22e9297f485418ed369d00827690f86e224e331b69085513339870fe6d97cffef62aa5e7e14883800469beff4af4b0a581ba8bad78920a383d7152be6ede
 WHIRLPOOL 
914180a728120ba189ff9bc2bf51c64246f635f7cc2e6b6efecf4dbb2c76f9b61f6269225620b5a5204025c838a6fcd8ffc24953a8cf24c084edbbdfb24a6b58

diff --git a/sci-geosciences/routino/files/routino-3.1.1.patch 
b/sci-geosciences/routino/files/routino-3.1.1.patch
new file mode 100644
index 000..15ba41b
--- /dev/null
+++ b/sci-geosciences/routino/files/routino-3.1.1.patch
@@ -0,0 +1,34 @@
+diff -r -U1 routino-3.1.1.orig/Makefile.conf routino-3.1.1/Makefile.conf
+--- routino-3.1.1.orig/Makefile.conf   2016-03-05 19:49:21.0 +0600
 routino-3.1.1/Makefile.conf2016-07-16 20:09:22.208869580 +0600
+@@ -47,3 +47,3 @@
+ ifneq ($(HOST),MINGW)
+-prefix=/usr/local
++prefix=/usr
+ bindir=$(prefix)/bin
+@@ -51,3 +51,3 @@
+ libdir=$(prefix)/lib
+-docdir=$(prefix)/doc/routino
++docdir=$(prefix)/share/doc/$(PF)
+ datadir=$(prefix)/share/routino
+@@ -76,6 +76,6 @@
+ # Maths library
+-LDFLAGS=-lm
++LDFLAGS+=-lm
+ 
+ # Language dialect selection
+-CFLAGS=-std=c99
++CFLAGS+=-std=c99
+ 
+@@ -85,3 +85,3 @@
+ # Optimisation options
+-CFLAGS+=-O3
++#CFLAGS+=-O3
+ CFLAGS+=-ffast-math
+@@ -141,4 +141,4 @@
+ # Required for xz support (uncomment these two lines if required)
+-#CFLAGS+=-DUSE_XZ
+-#LDFLAGS+=-llzma
++CFLAGS+=-DUSE_XZ
++LDFLAGS+=-llzma
+ 

diff --git a/sci-geosciences/routino/routino-3.1.1.ebuild 
b/sci-geosciences/routino/routino-3.1.1.ebuild
new file mode 100644
index 000..adc5f96
--- /dev/null
+++ b/sci-geosciences/routino/routino-3.1.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+DESCRIPTION="Routing application based on openstreetmap data"
+HOMEPAGE="http://www.routino.org/;
+SRC_URI="http://www.routino.org/download/${P}.tgz;
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=""
+PATCHES=( "${FILESDIR}"/${P}.patch )
+
+src_configure() {
+   :
+}
+
+src_compile() {
+   emake -j1
+   rm README.txt
+   mv doc/rm README.txt .
+}



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

2016-07-16 Thread Lars Wendler
commit: 94344e1113ba26edc6ccebc25dd0bf769ee92c91
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jul 16 10:27:37 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jul 16 10:27:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94344e11

dev-vcs/git: Removed old.

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

 dev-vcs/git/Manifest |   3 -
 dev-vcs/git/git-2.9.0.ebuild | 682 ---
 2 files changed, 685 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index 1ee4e97..f80815c 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -5,7 +5,6 @@ DIST 
git-2.7.3-00-9831e92bfa833ee9c0ce464bbc2f941ae6c2698d-lose-name-path.patch
 DIST git-2.7.3.tar.xz 3909636 SHA256 
89c467912d4740da2b40288f956251f0a1e276e28eecd28a6d776067103629b6 SHA512 
f7acbf52d12f39d323bd90a82c7135aa2aacf2661f7087c71b41dbfbec688342e0a2fc061fc0f216848a538a0dbc4fce68e24ea2a26e747f5eb92f763fa5bc72
 WHIRLPOOL 
5cc261749f91c2e0b0509d2fac1bc7426b3ddcc37e859d4f524838e1dd471071ad430886751933bae57aafc20bdcf3f9a43f4c018cc9c89610134a5203b22447
 DIST git-2.7.4.tar.xz 3909636 SHA256 
dee574defbe05ec7356a0842ddbda51315926f2fa7e39c2539f2c3dcc52e457b SHA512 
82a646140834e909bf1748a017e86f37f0711c759fe0a6ad03529beb57c79742cb7bf77c2dba29ccd84fcf3d5f18ad9c85c00f002d3b257be42e058750423da7
 WHIRLPOOL 
74532038b6ba95a5354f43ebad00a9c159c495d46e7dc1b8a2a59f5a86e149538190d9800144a719dcc00e28cfea1039cd5dbfb67fd5aac5e7d0998d3231bae3
 DIST git-2.8.4.tar.xz 3982836 SHA256 
120e9a32a1858871dea34165622ec7a63f27887b93093c8d72a18bcf89fe1657 SHA512 
92c3b4437d1160cc23612b4df62646b80a1245d4ed482c3543ba19511f754a34d0185d5dd5d16f2a42bc3097bebc47ece0670c45a1c53ca38cbfbff7d43de87b
 WHIRLPOOL 
8be86b1cba51ef549d56014c090dd5844019c2c5ccf15865dce86ed7f28f5628621450d784f23ba03f79282bc87e5a8ee0fad161a157785cf6c5716f8aa1e767
-DIST git-2.9.0.tar.xz 4014000 SHA256 
f41fa97949948fbf49af94a43d779e072a5452c6b5039d86ffa41ebab747b409 SHA512 
9433b4642482634d4c76884307d987155568c08a741285cff0eb3699de04d7ff970892f23587bdf6f9ea0083dd5aee652c3265842ba6cf789955e0040a3e5b6a
 WHIRLPOOL 
314fc79cb5b480da7ad6abc4ba467cc9e806f95c45dc527cd31d481547d446612936f1601ac31c9296a371a57f1403f8452cc7487816fd1c8e85c7bd242ca2a1
 DIST git-2.9.1.tar.xz 4019608 SHA256 
e8fe60bc72c1c979feb43740b3c74fea7f8ffbe7712b71cd9734ddb9c89282a2 SHA512 
ff7b8e13f01cfd52e74b23710332d97ad9619d0f4a8ae07b660e35bd828b95517c4ee250db372bd691054f9c9de61b2fc72c1a6244f9e09eda02d2576301cf46
 WHIRLPOOL 
a7dea6f26fa9635d57cedaf66724672c9c0f43cdd28363b1849b2054094d721b1949f4a32557d5e5fa229ac0bfbb76d55dd647da10f46d64c173d34c20f7eea1
 DIST git-2.9.2.tar.xz 4019916 SHA256 
f8f546648f77f246f1302e3ec4037c81db25af1f02931597148c5bf61fac2db5 SHA512 
4a6e2ac7680b8896dc9c58a3fabad2201c800dbca26f0c117892b9d6149b02ff0335d313037f50771932cea4971913e3d9b9e79f22e075b3ed77a1a69ddc11ac
 WHIRLPOOL 
ebd538f1877a362c7bbd0eb98e3c3d9d96b81e75cdb4f587d9aa5be09d66fd61e7b2e400465f64d238fd912a2a3b4be1829a95ba21ec09115be5362347d30878
 DIST git-htmldocs-2.4.11.tar.xz 997132 SHA256 
2764af41b319f4d11b29832de4bd05392f2887d9a1d3c56c864fb081920eac97 SHA512 
d5d2abae9cc303fe8ebeb72ae7078d44db94610d549ca03afffcbbef8b611efda662677423d9ff97a0c7a2384bbd4c3468b01a2ecd7b68f4fdc89e62ad688eb4
 WHIRLPOOL 
66cd4fc754be7c103ca58a030d4799ba988792419a426e85a39805172e6329ec617b3561696dc74be36801cca0b17a26102a194a1a58d6c7b9ee1ab17752c4a6
@@ -14,7 +13,6 @@ DIST git-htmldocs-2.6.6.tar.xz 1021856 SHA256 
897fb0bc7e2eb67a4b582c963f337fda3a
 DIST git-htmldocs-2.7.3.tar.xz 1031848 SHA256 
f71f5e8e1a6103e83ea794f367bc419a1d14ba0f79ebacdc81b3b9430714adea SHA512 
50de5d9d3c0f6d874a6a4bc3b247a1795b1bcf154a276b546f88c3b5f5fb2eb27212d207a4bb50c04cba36d8537853afd25816addfb87c9a50e18528d93586fe
 WHIRLPOOL 
057d9bebfe51c29a0a7f689baa9873cb6a54feb1d2869c541396902b160379c9220c5de79a4cb59c6e804e5c7557c0fd141b89621b97d3b495dc6e0a77c67a9f
 DIST git-htmldocs-2.7.4.tar.xz 1032428 SHA256 
3fae21e2e68104621ea1405be73192b46bf3ef29bbc248a81b1e7e6fcf5acfad SHA512 
f05b7b8a4dd4abe23f7e51982e9c33026aa31610ac8640028aeae6b310b70b764aee9a81fa702ed0712ccf1b7ad897e06163eb5c5246c14f6cce7c5f4e462682
 WHIRLPOOL 
87fc486d182a4b72fd906105fefcc53b722c4ae6832b290cd6f759ac1eca7ebfbbe7c0e72c1d7b5ef3581d19d7576f1d0387d6e5b0a33d960d57f59ee61a7869
 DIST git-htmldocs-2.8.4.tar.xz 1042260 SHA256 
78135be591e3a68d1030a76e343d59622e5e40f6990667f4385a01d9dafe9bbd SHA512 
5da40db4421f94a969b83bfa0ea6e5ccf3fce8c2085ea2271a2eb3e1b4fc496c36ae8790207cd1814ff747b7633bb27fd53bb9c012f866ea1e7f1cc8065379dd
 WHIRLPOOL 
4f80041ad4ef8b178a6b91313680433a7e07b0ecb15354304436d70880063b2f9cdd875fcd95684a817272d05a57485e1863e9e06c3788eddf0e5f031279ea9a
-DIST git-htmldocs-2.9.0.tar.xz 1049236 SHA256 
664dc1aa20966a91cf6b90d282bb5f93b4e4c831a32a0791f43218389ce3b955 SHA512 
16dbbb1d3179932f9e383faa8383b948fb5d18761c8b5d9530e00a363e739c3a03cdaf1c96e303a6e98af5c81c116fdd4ea8b867e5317dc0531bff33c843
 

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

2016-07-16 Thread Lars Wendler
commit: b10c33c2a3584a07e674a3b449443ec95c34cbb3
Author: Lars Wendler  gentoo  org>
AuthorDate: Sat Jul 16 10:27:00 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Sat Jul 16 10:27:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10c33c2

dev-vcs/git: Bump to version 2.9.2

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

 dev-vcs/git/Manifest |   3 +
 dev-vcs/git/git-2.9.2.ebuild | 682 +++
 2 files changed, 685 insertions(+)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index df54717..1ee4e97 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -7,6 +7,7 @@ DIST git-2.7.4.tar.xz 3909636 SHA256 
dee574defbe05ec7356a0842ddbda51315926f2fa7e
 DIST git-2.8.4.tar.xz 3982836 SHA256 
120e9a32a1858871dea34165622ec7a63f27887b93093c8d72a18bcf89fe1657 SHA512 
92c3b4437d1160cc23612b4df62646b80a1245d4ed482c3543ba19511f754a34d0185d5dd5d16f2a42bc3097bebc47ece0670c45a1c53ca38cbfbff7d43de87b
 WHIRLPOOL 
8be86b1cba51ef549d56014c090dd5844019c2c5ccf15865dce86ed7f28f5628621450d784f23ba03f79282bc87e5a8ee0fad161a157785cf6c5716f8aa1e767
 DIST git-2.9.0.tar.xz 4014000 SHA256 
f41fa97949948fbf49af94a43d779e072a5452c6b5039d86ffa41ebab747b409 SHA512 
9433b4642482634d4c76884307d987155568c08a741285cff0eb3699de04d7ff970892f23587bdf6f9ea0083dd5aee652c3265842ba6cf789955e0040a3e5b6a
 WHIRLPOOL 
314fc79cb5b480da7ad6abc4ba467cc9e806f95c45dc527cd31d481547d446612936f1601ac31c9296a371a57f1403f8452cc7487816fd1c8e85c7bd242ca2a1
 DIST git-2.9.1.tar.xz 4019608 SHA256 
e8fe60bc72c1c979feb43740b3c74fea7f8ffbe7712b71cd9734ddb9c89282a2 SHA512 
ff7b8e13f01cfd52e74b23710332d97ad9619d0f4a8ae07b660e35bd828b95517c4ee250db372bd691054f9c9de61b2fc72c1a6244f9e09eda02d2576301cf46
 WHIRLPOOL 
a7dea6f26fa9635d57cedaf66724672c9c0f43cdd28363b1849b2054094d721b1949f4a32557d5e5fa229ac0bfbb76d55dd647da10f46d64c173d34c20f7eea1
+DIST git-2.9.2.tar.xz 4019916 SHA256 
f8f546648f77f246f1302e3ec4037c81db25af1f02931597148c5bf61fac2db5 SHA512 
4a6e2ac7680b8896dc9c58a3fabad2201c800dbca26f0c117892b9d6149b02ff0335d313037f50771932cea4971913e3d9b9e79f22e075b3ed77a1a69ddc11ac
 WHIRLPOOL 
ebd538f1877a362c7bbd0eb98e3c3d9d96b81e75cdb4f587d9aa5be09d66fd61e7b2e400465f64d238fd912a2a3b4be1829a95ba21ec09115be5362347d30878
 DIST git-htmldocs-2.4.11.tar.xz 997132 SHA256 
2764af41b319f4d11b29832de4bd05392f2887d9a1d3c56c864fb081920eac97 SHA512 
d5d2abae9cc303fe8ebeb72ae7078d44db94610d549ca03afffcbbef8b611efda662677423d9ff97a0c7a2384bbd4c3468b01a2ecd7b68f4fdc89e62ad688eb4
 WHIRLPOOL 
66cd4fc754be7c103ca58a030d4799ba988792419a426e85a39805172e6329ec617b3561696dc74be36801cca0b17a26102a194a1a58d6c7b9ee1ab17752c4a6
 DIST git-htmldocs-2.5.5.tar.xz 1010216 SHA256 
15de2f234cf419496399f7ad396709544d62537488a8e5200e6e34b0f1a685e7 SHA512 
265ddf3835352f85eb2e2ee983eb8aaf37bc7b151968866bdb8b9bb6782cdb72dbd1fefe5d7f694a6825954d49bcf4c799e8bcb4e3b25e3f228f6f97f041fd9b
 WHIRLPOOL 
90da44c0bdb6f9ff428d1673289e612936ed5f26110cd13d155c8cbef8433b13bd8b15cea88f967224a699e4c3a6ac41d70b67be1b25c4d35989879626eb10ad
 DIST git-htmldocs-2.6.6.tar.xz 1021856 SHA256 
897fb0bc7e2eb67a4b582c963f337fda3a6ad2b23bca55e27f23f7d15bad7c5d SHA512 
85dcd8514e1ba2cb591512a0003aedf25eafbf185ba1eed01f8adfd9eb467d29b17108e6b087183004004ab17301316d403cd6762619ac2a030a565ea5c776b3
 WHIRLPOOL 
3cd964f1d0164db98e97e0097813a620911adadd9c50837e23a5ca79eb0f2d988aa68317b5b79fa7b052900564657c36d050e75841a1018d5ff12e1299c01dc6
@@ -15,6 +16,7 @@ DIST git-htmldocs-2.7.4.tar.xz 1032428 SHA256 
3fae21e2e68104621ea1405be73192b46b
 DIST git-htmldocs-2.8.4.tar.xz 1042260 SHA256 
78135be591e3a68d1030a76e343d59622e5e40f6990667f4385a01d9dafe9bbd SHA512 
5da40db4421f94a969b83bfa0ea6e5ccf3fce8c2085ea2271a2eb3e1b4fc496c36ae8790207cd1814ff747b7633bb27fd53bb9c012f866ea1e7f1cc8065379dd
 WHIRLPOOL 
4f80041ad4ef8b178a6b91313680433a7e07b0ecb15354304436d70880063b2f9cdd875fcd95684a817272d05a57485e1863e9e06c3788eddf0e5f031279ea9a
 DIST git-htmldocs-2.9.0.tar.xz 1049236 SHA256 
664dc1aa20966a91cf6b90d282bb5f93b4e4c831a32a0791f43218389ce3b955 SHA512 
16dbbb1d3179932f9e383faa8383b948fb5d18761c8b5d9530e00a363e739c3a03cdaf1c96e303a6e98af5c81c116fdd4ea8b867e5317dc0531bff33c843
 WHIRLPOOL 
a2e98fc454fb1758675aaf2b9e198e4d5ce2883ebd6534264142131939fdd9a3597e1f39f7e63857f5b64c40f4f15042a30f1dc62d58e281f72191221babd09c
 DIST git-htmldocs-2.9.1.tar.xz 1053220 SHA256 
67421138a9319cc72b0ec8295c2428daf25449eb4f76f727e0464990370afea1 SHA512 
bd9a1608ac9e7683f8208d83688e20e4ac8cbd91c205dfce471e33d108f1b56db8f9106716eb280a9d56733ebdfd9bceb5f7af0fa1d5d6c5fd30e3446ad0529a
 WHIRLPOOL 
578b29549f3778707507b0e7185ade8ea609284cc2cf643e8b7a5364b34edbde6600f8e19126e89240ae41f28c3ce37d0e6591a260afda8119a2a205deab
+DIST git-htmldocs-2.9.2.tar.xz 1053284 SHA256 
6dddb003184f2ab68aa6b54e02e1e55c82c774fe6e74602e9dbefdf06826fb1c SHA512 

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

2016-07-16 Thread Patrice Clement
commit: 1ae21a5d23c256970497c04462c0cd28ed8f72d1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Tue Jun  7 21:51:39 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 10:01:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae21a5d

dev-libs/hyphen: Add missing DEPEND, EAPI 6, update HOMEPAGE.

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

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1626

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

 dev-libs/hyphen/hyphen-2.8.6.ebuild | 2 +-
 dev-libs/hyphen/hyphen-2.8.8.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/hyphen/hyphen-2.8.6.ebuild 
b/dev-libs/hyphen/hyphen-2.8.6.ebuild
index 930c4cc..f1a525c 100644
--- a/dev-libs/hyphen/hyphen-2.8.6.ebuild
+++ b/dev-libs/hyphen/hyphen-2.8.6.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 
 DESCRIPTION="ALTLinux hyphenation library"
-HOMEPAGE="http://hunspell.sf.net;
+HOMEPAGE="http://hunspell.github.io/;
 SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"

diff --git a/dev-libs/hyphen/hyphen-2.8.8.ebuild 
b/dev-libs/hyphen/hyphen-2.8.8.ebuild
index d72f860..6fadff3 100644
--- a/dev-libs/hyphen/hyphen-2.8.8.ebuild
+++ b/dev-libs/hyphen/hyphen-2.8.8.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=6
 
 DESCRIPTION="ALTLinux hyphenation library"
-HOMEPAGE="http://hunspell.sf.net;
+HOMEPAGE="http://hunspell.github.io/;
 SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
@@ -18,7 +18,7 @@ DEPEND="${RDEPEND}
dev-lang/perl
 "
 
-DOCS="AUTHORS ChangeLog NEWS README* THANKS TODO"
+DOCS=( AUTHORS ChangeLog NEWS 
README{,_hyph_en_US.txt,.nonstandard,.hyphen,.compound} THANKS TODO )
 
 src_configure() {
econf $(use_enable static-libs static)



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

2016-07-16 Thread Patrice Clement
commit: 9bae0c395c9e81bf0907573a5da1b40ce7ca91f1
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jun  5 22:05:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 10:01:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bae0c39

app-text/liblangtag: version bump to 0.6.0.

Gentoo-Bug: http://bugs.gentoo.org/571880
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1626

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

 app-text/liblangtag/Manifest|  1 +
 app-text/liblangtag/liblangtag-0.6.0.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index ad706ae..2c8e91f 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,2 +1,3 @@
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133
+DIST liblangtag-0.6.0.tar.bz2 760974 SHA256 
df84efd7e3e67cc8a38ece1e23f080c70ea29b26590ee324d03f1df37bf46576 SHA512 
d6a2e38e11a5413408fffc1f8defc2a556a3a4b73538d01592ba7a3cad9768c52a030103893c8924f02328edc3f62a232c5efc1d74ddb41f41b146d8a9f0df27
 WHIRLPOOL 
72e6cddfe9e49b48dd0db3ef33ef92d087ff56fc7b65aabe6ae9a2f63d89ca98bfb4628c677a01251b4722ee42d9cb236cf4c184c1d7f27c3bcf04a54a4e4dee

diff --git a/app-text/liblangtag/liblangtag-0.6.0.ebuild 
b/app-text/liblangtag/liblangtag-0.6.0.ebuild
new file mode 100644
index 000..c431d7c
--- /dev/null
+++ b/app-text/liblangtag/liblangtag-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="An interface library to access tags for identifying languages"
+HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/;
+SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2;
+
+LICENSE="|| ( LGPL-3 MPL-1.1 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="introspection static-libs test"
+
+RDEPEND="
+   dev-libs/glib:*
+   dev-libs/libxml2
+   introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
+DEPEND="${RDEPEND}
+   dev-util/gtk-doc
+   sys-devel/gettext
+   introspection? ( dev-libs/gobject-introspection-common )
+   test? ( dev-libs/check )"
+
+# Upstream expect liblangtag to be installed when one runs tests...
+RESTRICT="test"
+
+src_configure() {
+   econf \
+   $(use_enable introspection) \
+   $(use_enable static-libs static) \
+   $(use_enable test)
+}
+
+src_install() {
+   default
+   prune_libtool_files --all
+}



[gentoo-commits] repo/gentoo:master commit in: app-shells/scsh/files/

2016-07-16 Thread Patrice Clement
commit: 0257e5b704a54705711efb9b1f812c43236497a0
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Jul 14 17:39:25 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 09:52:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0257e5b7

app-shells/scsh: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/1887

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

 .../files/0.6.6-Makefile.in-doc-dir-gentoo.patch   | 93 --
 1 file changed, 93 deletions(-)

diff --git a/app-shells/scsh/files/0.6.6-Makefile.in-doc-dir-gentoo.patch 
b/app-shells/scsh/files/0.6.6-Makefile.in-doc-dir-gentoo.patch
deleted file mode 100644
index 28f0f17..000
--- a/app-shells/scsh/files/0.6.6-Makefile.in-doc-dir-gentoo.patch
+++ /dev/null
@@ -1,93 +0,0 @@
 Makefile.in.orig   2004-09-24 01:43:55.743685848 +0200
-+++ Makefile.in2004-09-24 01:43:55.745685544 +0200
-@@ -33,7 +33,7 @@
- host = @host@
- ### End of `configure' section###
- 
--htmldir = $(libdir)/scsh/doc/scsh-manual/html
-+htmldir = /usr/share/doc/scsh-0.6.6/scsh-manual/html
- 
- # HP 9000 series, if you don't have gcc
- #   CC = cc
-@@ -358,38 +358,38 @@
-   done 
- 
- inst-doc:
--  for f in $(srcdir)/doc/*.txt $(srcdir)/doc/*.ps; do \
--  $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/doc/;  
\
-+  for f in $(srcdir)/doc/*.txt $(srcdir)/doc/*.ps; do 
\
-+  $(INSTALL_DATA) $$f $(DESTDIR)/usr/share/doc/scsh-0.6.6/;   
\
-   done && 
\
-   for f in $(srcdir)/doc/src/*.tex
\
-   $(srcdir)/doc/src/*.dvi 
\
-   $(srcdir)/doc/src/*.ps; 
\
--  do $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/doc/s48-manual/;
\
-+ do $(INSTALL_DATA) $$f 
$(DESTDIR)/usr/share/doc/scsh-0.6.6/s48-manual/;\
-   done && 
\
-   for f in $(srcdir)/doc/src/manual/*.html;   
\
--  do $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/doc/s48-manual/html/;   
\
-+do $(INSTALL_DATA) $$f 
$(DESTDIR)/usr/share/doc/scsh-0.6.6/s48-manual/html/;\
-   done && 
\
-   for f in $(srcdir)/doc/scsh-manual/*.tex
\
-   $(srcdir)/doc/scsh-manual/*.sty 
\
-   $(srcdir)/doc/scsh-manual/*.dvi 
\
-   $(srcdir)/doc/scsh-manual/*.ps  
\
-   $(srcdir)/doc/scsh-manual/*.pdf;
\
--  do $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/doc/scsh-manual/;   
\
-+  do $(INSTALL_DATA) $$f 
$(DESTDIR)/usr/share/doc/scsh-0.6.6/scsh-manual/;\
-   done && 
\
-   for f in $(srcdir)/doc/scsh-manual/html/*.html  
\
-   $(srcdir)/doc/scsh-manual/html/*.gif
\
-   $(srcdir)/doc/scsh-manual/html/*.css;   
\
--  do $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/;   
\
-+  do $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/;   
\
-   done && 
\
-   for f in $(srcdir)/doc/scsh-paper/*.tex 
\
-   $(srcdir)/doc/scsh-paper/*.sty  
\
-   $(srcdir)/doc/scsh-paper/*.dvi  
\
-   $(srcdir)/doc/scsh-paper/*.ps;  
\
--  do $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/doc/scsh-paper/;
\
-+  do $(INSTALL_DATA) $$f $(DESTDIR)/usr/share/doc/scsh-0.6.6/scsh-paper/; 
\
-   done && 
\
-   for f in $(srcdir)/doc/scsh-paper/html/*.html   
\
-   $(srcdir)/doc/scsh-paper/html/*.css;
\
--  do $(INSTALL_DATA) $$f $(DESTDIR)$(LIB)/doc/scsh-paper/html;
\
-+do $(INSTALL_DATA) $$f 
$(DESTDIR)/usr/share/doc/scsh-0.6.6/scsh-paper/html/;\
-   done
- 
- 
-@@ -412,19 +412,21 @@
-   chmod +x $@
- 
- dirs:
--  for dir in $(libdir) $(bindir) $(incdir) $(LIB) $(mandir) $(htmldir); 
do\
--  { mkdir -p $(DESTDIR)$$dir && [ -w $(DESTDIR)$$dir ]; } || {
\
--  echo "$(DESTDIR)$$dir not a writable directory" >&2;
\
--  exit 1; \
--  }

[gentoo-commits] repo/gentoo:master commit in: app-shells/tcsh/files/

2016-07-16 Thread Patrice Clement
commit: 4e7e3874b269d116de140648497f3192f97ef346
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Jul 14 17:40:24 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 09:52:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7e3874

app-shells/tcsh: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/1887

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

 .../tcsh/files/tcsh-6.15.00-normalize-command-fix.patch| 14 --
 1 file changed, 14 deletions(-)

diff --git a/app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch 
b/app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch
deleted file mode 100644
index b3b27ef..000
--- a/app-shells/tcsh/files/tcsh-6.15.00-normalize-command-fix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.gw.com/view.php?id=53
-
-diff -uNr tcsh-6.15.00.orig/tw.parse.c tcsh-6.15.00/tw.parse.c
 tcsh-6.15.00.orig/tw.parse.c   2007-03-01 23:21:42.0 +0200
-+++ tcsh-6.15.00/tw.parse.c2007-06-30 20:10:54.0 +0300
-@@ -433,7 +433,7 @@
-   Char *p;
-   int found;
- 
--  found = !cmd_expand(qline.s + wordp, );
-+  found = cmd_expand(qline.s + wordp, );
-   
-   if (!found) {
-   xfree(p);



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/files/

2016-07-16 Thread Patrice Clement
commit: 5b6826127b45599034c1cd6b0934f01f843273d4
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Thu Jul 14 17:38:10 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 09:52:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b682612

app-shells/bash: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/1887

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

 .../bash/files/bash-3.0-read-e-segfault.patch  | 26 --
 1 file changed, 26 deletions(-)

diff --git a/app-shells/bash/files/bash-3.0-read-e-segfault.patch 
b/app-shells/bash/files/bash-3.0-read-e-segfault.patch
deleted file mode 100644
index e578631..000
--- a/app-shells/bash/files/bash-3.0-read-e-segfault.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-> Hmm, a better patch for this seems to be:
-
-I installed this patch a while back:
-
-*** ../bash-3.0-patched/lib/readline/display.c Wed Sep  8 11:07:51 2004
 lib/readline/display.c Fri Nov 12 13:31:42 2004
-***
-*** 336,340 
-  
-local_prompt = local_prompt_prefix = (char *)0;
-!   prompt_last_invisible = prompt_visible_length = 0;
-  
-if (prompt == 0 || *prompt == 0)
 341,346 
-  
-local_prompt = local_prompt_prefix = (char *)0;
-!   prompt_last_invisible = prompt_invis_chars_first_line = 0;
-!   prompt_visible_length = prompt_physical_chars = 0;
-  
-if (prompt == 0 || *prompt == 0)
-
--- 
-``The lyf so short, the craft so long to lerne.'' - Chaucer
-( ``Discere est Dolere'' -- chet )
-   Live...Laugh...Love
-Chet Ramey, ITS, CWRUc...@po.cwru.eduhttp://tiswww.tis.cwru.edu/~chet/



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

2016-07-16 Thread Patrice Clement
commit: b8e9cb5c8547483daf7b46942cd5016861cee751
Author: Alexander Golubev  gmail  com>
AuthorDate: Sat Jul 16 03:34:09 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 09:36:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e9cb5c

media-sound/clementine: add missing USE for a dependency gnome-base/gvfs[mtp].

Gentoo-Bug: https://bugs.gentoo.org/566344
Closes: https://github.com/gentoo/gentoo/pull/1889

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

 .../{clementine-1.2.3-r1.ebuild => clementine-1.2.3-r2.ebuild}  | 2 +-
 .../{clementine-1.3.1-r1.ebuild => clementine-1.3.1-r2.ebuild}  | 2 +-
 media-sound/clementine/clementine-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/clementine/clementine-1.2.3-r1.ebuild 
b/media-sound/clementine/clementine-1.2.3-r2.ebuild
similarity index 99%
rename from media-sound/clementine/clementine-1.2.3-r1.ebuild
rename to media-sound/clementine/clementine-1.2.3-r2.ebuild
index 7412da0..852c5a2 100644
--- a/media-sound/clementine/clementine-1.2.3-r1.ebuild
+++ b/media-sound/clementine/clementine-1.2.3-r2.ebuild
@@ -65,7 +65,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}
dbus? ( udisks? ( sys-fs/udisks:0 ) )
mms? ( media-plugins/gst-plugins-libmms:0.10 )
-   mtp? ( gnome-base/gvfs )
+   mtp? ( gnome-base/gvfs[mtp] )
projectm? ( >=media-libs/libprojectm-1.2.0 )
media-plugins/gst-plugins-meta:0.10
media-plugins/gst-plugins-gio:0.10

diff --git a/media-sound/clementine/clementine-1.3.1-r1.ebuild 
b/media-sound/clementine/clementine-1.3.1-r2.ebuild
similarity index 99%
rename from media-sound/clementine/clementine-1.3.1-r1.ebuild
rename to media-sound/clementine/clementine-1.3.1-r2.ebuild
index a2a50f3..a648251 100644
--- a/media-sound/clementine/clementine-1.3.1-r1.ebuild
+++ b/media-sound/clementine/clementine-1.3.1-r2.ebuild
@@ -67,7 +67,7 @@ COMMON_DEPEND="
 RDEPEND="${COMMON_DEPEND}
dbus? ( udisks? ( sys-fs/udisks:0 ) )
mms? ( media-plugins/gst-plugins-libmms:1.0 )
-   mtp? ( gnome-base/gvfs )
+   mtp? ( gnome-base/gvfs[mtp] )
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-soup:1.0
media-plugins/gst-plugins-taglib:1.0

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-.ebuild
index 2dc21a7..bb4be8d 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-.ebuild
@@ -68,7 +68,7 @@ RDEPEND="${COMMON_DEPEND}
dbus? ( udisks? ( sys-fs/udisks:2 )
udisks_legacy? ( sys-fs/udisks:0 ) )
mms? ( media-plugins/gst-plugins-libmms:1.0 )
-   mtp? ( gnome-base/gvfs )
+   mtp? ( gnome-base/gvfs[mtp] )
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-soup:1.0
media-plugins/gst-plugins-taglib:1.0



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

2016-07-16 Thread Patrice Clement
commit: 75e3c7b9f4312dcf3f6fc36d79851069c39a2ee2
Author: Alexander Golubev  gmail  com>
AuthorDate: Fri Jul 15 17:18:16 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 09:36:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e3c7b9

media-sound/clementine: add missing USE for a dependency dev-qt/qtcore[ssl].

Gentoo-Bug: https://bugs.gentoo.org/587952
Closes: https://github.com/gentoo/gentoo/pull/1889

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

 media-sound/clementine/clementine-1.2.3-r1.ebuild | 2 +-
 media-sound/clementine/clementine-1.2.3.ebuild| 2 +-
 media-sound/clementine/clementine-1.3.1-r1.ebuild | 2 +-
 media-sound/clementine/clementine-.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/clementine/clementine-1.2.3-r1.ebuild 
b/media-sound/clementine/clementine-1.2.3-r1.ebuild
index 5f728cb..7412da0 100644
--- a/media-sound/clementine/clementine-1.2.3-r1.ebuild
+++ b/media-sound/clementine/clementine-1.2.3-r1.ebuild
@@ -31,7 +31,7 @@ REQUIRED_USE="
 # qca dep is temporary for bug #489850
 COMMON_DEPEND="
app-crypt/qca:2[qt4(+)]
-   >=dev-qt/qtcore-4.5:4
+   >=dev-qt/qtcore-4.5:4[ssl]
>=dev-qt/qtgui-4.5:4
dbus? ( >=dev-qt/qtdbus-4.5:4 )
>=dev-qt/qtopengl-4.5:4

diff --git a/media-sound/clementine/clementine-1.2.3.ebuild 
b/media-sound/clementine/clementine-1.2.3.ebuild
index 4de381c..316efe6 100644
--- a/media-sound/clementine/clementine-1.2.3.ebuild
+++ b/media-sound/clementine/clementine-1.2.3.ebuild
@@ -31,7 +31,7 @@ REQUIRED_USE="
 # qca dep is temporary for bug #489850
 COMMON_DEPEND="
app-crypt/qca:2[qt4(+)]
-   >=dev-qt/qtcore-4.5:4
+   >=dev-qt/qtcore-4.5:4[ssl]
>=dev-qt/qtgui-4.5:4
dbus? ( >=dev-qt/qtdbus-4.5:4 )
>=dev-qt/qtopengl-4.5:4

diff --git a/media-sound/clementine/clementine-1.3.1-r1.ebuild 
b/media-sound/clementine/clementine-1.3.1-r1.ebuild
index 4c1168c..a2a50f3 100644
--- a/media-sound/clementine/clementine-1.3.1-r1.ebuild
+++ b/media-sound/clementine/clementine-1.3.1-r1.ebuild
@@ -34,7 +34,7 @@ COMMON_DEPEND="
dev-libs/libxml2
dev-libs/protobuf:=
dev-libs/qjson
-   >=dev-qt/qtcore-4.5:4
+   >=dev-qt/qtcore-4.5:4[ssl]
>=dev-qt/qtgui-4.5:4
>=dev-qt/qtopengl-4.5:4
>=dev-qt/qtsql-4.5:4

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-.ebuild
index c37f20a..2dc21a7 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-.ebuild
@@ -35,7 +35,7 @@ COMMON_DEPEND="
dev-libs/libxml2
dev-libs/protobuf:=
dev-libs/qjson
-   >=dev-qt/qtcore-4.5:4
+   >=dev-qt/qtcore-4.5:4[ssl]
>=dev-qt/qtgui-4.5:4
>=dev-qt/qtopengl-4.5:4
>=dev-qt/qtsql-4.5:4



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

2016-07-16 Thread Patrice Clement
commit: 197baf91a0b62e03701f938875afe7cf025b7012
Author: Alexander Golubev  gmail  com>
AuthorDate: Thu Jul 14 22:48:35 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 09:36:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197baf91

media-sound/clementine: remove a line refering to a removed USE.

Gentoo-Bug: https://bugs.gentoo.org/588784
Closes: https://github.com/gentoo/gentoo/pull/1889

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

 media-sound/clementine/clementine-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-.ebuild
index b52c4d2..c37f20a 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-.ebuild
@@ -116,7 +116,6 @@ src_configure() {
local mycmakeargs=(
-DBUILD_WERROR=OFF
-DLINGUAS="${langs}"
-   -DENABLE_AMAZON_CLOUD_DRIVE="$(usex amazoncloud)"
-DENABLE_AUDIOCD="$(usex cdda)"
-DENABLE_DBUS="$(usex dbus)"
-DENABLE_UDISKS2="$(usex udisks)"



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

2016-07-16 Thread Johannes Huber
commit: 5e76266b5737a4b7b70163152ed862a99c8ed561
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Jul 16 09:17:41 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Jul 16 09:17:41 2016 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e76266b

kde-apps/libkcddb: Frameworks merge was reverted

Upstream reverted the merge so we need to follow.

This reverts commit a9f7bb31fb67c3fadb6b6c1b008c7c130ecc63a8.

 ...libkcddb-.ebuild => libkcddb-5..ebuild} |  1 +
 kde-apps/libkcddb/libkcddb-.ebuild | 32 --
 2 files changed, 18 insertions(+), 15 deletions(-)

diff --git a/kde-apps/libkcddb/libkcddb-.ebuild 
b/kde-apps/libkcddb/libkcddb-5..ebuild
similarity index 97%
copy from kde-apps/libkcddb/libkcddb-.ebuild
copy to kde-apps/libkcddb/libkcddb-5..ebuild
index 4d983d4..da23710 100644
--- a/kde-apps/libkcddb/libkcddb-.ebuild
+++ b/kde-apps/libkcddb/libkcddb-5..ebuild
@@ -4,6 +4,7 @@
 
 EAPI=6
 
+EGIT_BRANCH="kf5"
 KDE_TEST="true"
 inherit kde5
 

diff --git a/kde-apps/libkcddb/libkcddb-.ebuild 
b/kde-apps/libkcddb/libkcddb-.ebuild
index 4d983d4..fb9baf3 100644
--- a/kde-apps/libkcddb/libkcddb-.ebuild
+++ b/kde-apps/libkcddb/libkcddb-.ebuild
@@ -4,36 +4,38 @@
 
 EAPI=6
 
-KDE_TEST="true"
-inherit kde5
+KDE_HANDBOOK="optional"
+inherit kde4-base
 
 DESCRIPTION="KDE library for CDDB"
 KEYWORDS=""
-IUSE="musicbrainz"
+IUSE="debug musicbrainz"
 
 # tests require network access and compare static data with online data
 # bug 280996
 RESTRICT=test
 
 DEPEND="
-   $(add_frameworks_dep kcodecs)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_qt_dep qtgui)
-   $(add_qt_dep qtnetwork)
-   $(add_qt_dep qtwidgets)
musicbrainz? ( media-libs/musicbrainz:5 )
 "
 RDEPEND="${DEPEND}"
 
+KMSAVELIBS="true"
+
+src_prepare() {
+   kde4-base_src_prepare
+
+   if ! use handbook ; then
+   pushd kcmcddb > /dev/null || die
+   cmake_comment_add_subdirectory doc
+   popd > /dev/null || die
+   fi
+}
+
 src_configure() {
local mycmakeargs=(
-   $(cmake-utils_use_find_package musicbrainz MusicBrainz5)
+   -DWITH_MusicBrainz5=$(usex musicbrainz)
)
 
-   kde5_src_configure
+   kde4-base_src_configure
 }



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

2016-07-16 Thread Patrice Clement
commit: 8763943933bfff52b9c9a6918aa7da74936ca158
Author: Jonathan Scruggs  gmail  com>
AuthorDate: Fri Jul 15 13:20:14 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Jul 16 07:54:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87639439

media-libs/opencollada: version bump to 1.6.25.

Closes: https://github.com/gentoo/gentoo/pull/1890

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

 media-libs/opencollada/Manifest   | 2 +-
 .../{opencollada-1.6.23.ebuild => opencollada-1.6.25.ebuild}  | 8 ++--
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/media-libs/opencollada/Manifest b/media-libs/opencollada/Manifest
index e4a9b10..23cfa80 100644
--- a/media-libs/opencollada/Manifest
+++ b/media-libs/opencollada/Manifest
@@ -1,3 +1,3 @@
 DIST opencollada-1.2.2_p20150207.tar.gz 11715849 SHA256 
b6a4362c559d790a04dfef4606cb0a0ffe01e34708f898bf3453e69318bc5cc1 SHA512 
0780e4401f130832d9802ddd6183ac11294ed84f43e0b497673c66fa2c1ae47ebc853484f8e68871887a1e99ab1f1df786cfc6ebd5868f039d9101ab82646f09
 WHIRLPOOL 
4cf7c7f03caf37e4c9342e139ed036b3c43984917ac4a3876e464f2065e2c515e2e85e5408d32901572d6b56a94d82963f5a2e6d3bb17dec04ecf35ee8be2d98
 DIST opencollada-1.6.18.tar.gz 11807970 SHA256 
9835aa0b6efdb6602e58a84ee245a443002dc7196af3b7660e6888680d5d5990 SHA512 
e4f72c41c8c619bbfb842517fb1217f616ebe6d9576ef0b7fd8bcb26443b66245107e8d04475c32946b7b73bf093977d1911d486f2d2ae92a165cfde55f67baa
 WHIRLPOOL 
7d35758667c7a1293c376712d47cae0f87ea243e04de9fc526297805fa59f405510584ac6d79c13f77f80f1ef0e6cbea05692b3c65a09d88031dd220b4132ead
-DIST opencollada-1.6.23.tar.gz 11816731 SHA256 
ca242cbf4f25931df95c5a5d7f0af17452d72c73783e74c5735118e37bb093ce SHA512 
6296f44a33bf80f23789276977119b37fbdc32e8fad583d1d80902311ad6f37982e5e04a527ac84ac61650bf300354bd61195bbf26f8e05b6981d47ef82e3b10
 WHIRLPOOL 
1f133a5513b3a1c78e78ef29ba997094867481507c1409e38190ea541375979eaabc8ffc2091880fd359695f0b11869257064db26ce5b90b284134d7325ca47b
+DIST opencollada-1.6.25.tar.gz 11817949 SHA256 
9cea5c85164758b01ac0d5c37ea10373a0d1fc7eba1e5d9dea9ba4af8aa6dca9 SHA512 
48ede841d43beddbaa153899e2a1eb45d875c468536b276f6b9cb80a84b90b16ca376fb2fbc68a7f25f4908ef94a376c431ed7e94e7c6657afe60464f067a00e
 WHIRLPOOL 
e074a66424e66b98476d40f7c525a4e05e0e5537efc7c695f0e1b9099a51bd8d4645ce7a2ceae646607c7399446f22098a93dbc0bcf8c49013a49940f5737d87

diff --git a/media-libs/opencollada/opencollada-1.6.23.ebuild 
b/media-libs/opencollada/opencollada-1.6.25.ebuild
similarity index 84%
rename from media-libs/opencollada/opencollada-1.6.23.ebuild
rename to media-libs/opencollada/opencollada-1.6.25.ebuild
index 028f631..2978d51 100644
--- a/media-libs/opencollada/opencollada-1.6.23.ebuild
+++ b/media-libs/opencollada/opencollada-1.6.25.ebuild
@@ -46,15 +46,11 @@ src_prepare() {
default
 
# Remove bundled depends that have portage equivalents
-   rm -R Externals/{expat,lib3ds,LibXML,pcre,zlib,zziplib} || die
+   rm -rv Externals/{expat,lib3ds,LibXML,pcre,zlib,zziplib} || die
 
# Remove unused build systems
-   rm Makefile scripts/{unixbuild.sh,vcproj2cmake.rb} || die
+   rm -v Makefile scripts/{unixbuild.sh,vcproj2cmake.rb} || die
find "${S}" -name SConscript -delete || die
-
-   # Fix insecure RUNPATHS vulnerability
-   sed '/link_directories/i SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)' \
-   -i COLLADAValidator/CMakeLists.txt || die "sed failed"
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/DBICx-TestDatabase/

2016-07-16 Thread Kent Fredric
commit: a50e233ba2b58120de3d60910c08f0f22d335ffd
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 04:32:06 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50e233b

dev-perl/DBICx-TestDatabase: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild 
b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild
index 05e9f73..c502855 100644
--- a/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild
+++ b/dev-perl/DBICx-TestDatabase/DBICx-TestDatabase-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
test? (
dev-perl/DBIx-Class
virtual/perl-Test-Simple
-   || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+   >=virtual/perl-Test-Simple-1.1.10
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTime-ButMaintained/

2016-07-16 Thread Kent Fredric
commit: 017f626817fa7c56a8cfccfccd00f98cc7e7ca73
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 07:54:07 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017f6268

dev-perl/MooseX-Types-DateTime-ButMaintained: Remove legacy test fallback re 
bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild
 
b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild
index bbfc52c..34da40e 100644
--- 
a/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild
+++ 
b/dev-perl/MooseX-Types-DateTime-ButMaintained/MooseX-Types-DateTime-ButMaintained-0.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,7 +30,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
test? (
>=dev-perl/Test-Exception-0.27
-   || ( >=virtual/perl-Test-Simple-1.1.10 
>=dev-perl/Test-use-ok-0.02 )
+   >=virtual/perl-Test-Simple-1.1.10
>=dev-perl/Time-Duration-Parse-0.06
)"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTime/

2016-07-16 Thread Kent Fredric
commit: 3d06272e4fbdd8c91c61adbc14f7394bf03ed40f
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 07:55:58 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d06272e

dev-perl/MooseX-Types-DateTime: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git 
a/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild 
b/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild
index da5a5ad..eb788e0 100644
--- a/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild
+++ b/dev-perl/MooseX-Types-DateTime/MooseX-Types-DateTime-0.130.0.ebuild
@@ -30,9 +30,5 @@ DEPEND="${RDEPEND}
virtual/perl-File-Spec
virtual/perl-Locale-Maketext
dev-perl/Test-Fatal
-   >=virtual/perl-Test-Simple-0.880.0
-   || (
-   >=virtual/perl-Test-Simple-1.1.10
-   ( =dev-perl/Test-use-ok-0.20.0 )
-   )
+   >=virtual/perl-Test-Simple-1.1.10
)"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTimeX/

2016-07-16 Thread Kent Fredric
commit: 935e6a166e8c60e55a9c36f864275999692d96fe
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 08:05:23 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935e6a16

dev-perl/MooseX-Types-DateTimeX: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild 
b/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild
index 79b40dd..a07b943 100644
--- a/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild
+++ b/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,9 +25,8 @@ RDEPEND="
 DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? (
-   || ( >=virtual/perl-Test-Simple-1.1.10 
>=dev-perl/Test-use-ok-0.20.0 )
+   >=virtual/perl-Test-Simple-1.1.10
>=dev-perl/Test-Exception-0.270.0
-   virtual/perl-Test-Simple
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Context-Preserve/

2016-07-16 Thread Kent Fredric
commit: 61b1b677540b4b7b036c85d5e0cb717353b9bc48
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 04:12:20 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b1b677

dev-perl/Context-Preserve: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild 
b/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild
index 7f848c5..91f3ef6 100644
--- a/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild
+++ b/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ RDEPEND=""
 DEPEND="${RDEPEND}
test? (
dev-perl/Test-Exception
-   || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+   >=virtual/perl-Test-Simple-1.1.10
)"
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Handle-Util/

2016-07-16 Thread Kent Fredric
commit: 3ac5621546aab19f43777a10b15fdeaa7b72f1c7
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 05:03:55 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:51 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac56215

dev-perl/IO-Handle-Util: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild 
b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
index 89a2d5b..4f27943 100644
--- a/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
+++ b/dev-perl/IO-Handle-Util/IO-Handle-Util-0.10.0.ebuild
@@ -23,10 +23,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
-   >=virtual/perl-Test-Simple-0.880.0
-   || (
-   >=virtual/perl-Test-Simple-1.1.10
-   ( =virtual/perl-Test-Simple-1.1.10
)
 "



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-DateTime-MoreCoercions/

2016-07-16 Thread Kent Fredric
commit: 357ff29332b68e74fef37045db9063c4a56b4895
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 08:02:43 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357ff293

dev-perl/MooseX-Types-DateTime-MoreCoercions: Remove legacy test fallback re 
bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../MooseX-Types-DateTime-MoreCoercions-0.150.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-perl/MooseX-Types-DateTime-MoreCoercions/MooseX-Types-DateTime-MoreCoercions-0.150.0.ebuild
 
b/dev-perl/MooseX-Types-DateTime-MoreCoercions/MooseX-Types-DateTime-MoreCoercions-0.150.0.ebuild
index e2e1e66..31361bb 100644
--- 
a/dev-perl/MooseX-Types-DateTime-MoreCoercions/MooseX-Types-DateTime-MoreCoercions-0.150.0.ebuild
+++ 
b/dev-perl/MooseX-Types-DateTime-MoreCoercions/MooseX-Types-DateTime-MoreCoercions-0.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,6 +30,6 @@ DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
dev-perl/Test-Fatal
-   || ( >=virtual/perl-Test-Simple-1.1.10 
>=dev-perl/Test-use-ok-0.20.0 )
+   >=virtual/perl-Test-Simple-1.1.10
)
 "



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-ToObject/

2016-07-16 Thread Kent Fredric
commit: 6ffa0850a5cd70e004df205f7d639322d1d8eff9
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 08:38:05 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:13:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffa0850

dev-perl/Tie-ToObject: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Tie-ToObject/Tie-ToObject-0.30.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Tie-ToObject/Tie-ToObject-0.30.0-r1.ebuild 
b/dev-perl/Tie-ToObject/Tie-ToObject-0.30.0-r1.ebuild
index af1b48b..06fc718 100644
--- a/dev-perl/Tie-ToObject/Tie-ToObject-0.30.0-r1.ebuild
+++ b/dev-perl/Tie-ToObject/Tie-ToObject-0.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~x86 ~x64-macos"
 IUSE="test"
 
 RDEPEND=""
-DEPEND="test? ( || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) 
)"
+DEPEND="test? ( >=virtual/perl-Test-Simple-1.1.10 )"
 
 SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Context-Preserve/

2016-07-16 Thread Kent Fredric
commit: 20c63c3e1a5613840ee665e5ba3dcfa2717ad7a0
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 04:15:02 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c63c3e

dev-perl/Context-Preserve: Resolve DESCRIPTION.toolong

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild 
b/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild
index 91f3ef6..2727507 100644
--- a/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild
+++ b/dev-perl/Context-Preserve/Context-Preserve-0.10.0-r1.ebuild
@@ -8,7 +8,7 @@ MODULE_AUTHOR=JROCKWAY
 MODULE_VERSION=0.01
 inherit perl-module
 
-DESCRIPTION="Pass chained return values from subs, modifying their values, 
without losing context"
+DESCRIPTION="Return chained, modified values from subs, without losing context"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-ArgNames/

2016-07-16 Thread Kent Fredric
commit: e834f18519ecf48770c4dbf367465efe8a1861bb
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 13 04:48:24 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:12:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e834f185

dev-perl/Devel-ArgNames: Remove legacy test fallback re bug #584238

Instead of alternating between Test-Simple and Test-use-ok based on
versions, always use Test-Simple so we can eliminate Test-use-ok

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

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild 
b/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild
index 432ac18..5907c36 100644
--- a/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild
+++ b/dev-perl/Devel-ArgNames/Devel-ArgNames-0.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="test"
 RDEPEND="dev-perl/PadWalker"
 DEPEND="${RDEPEND}
test? (
-   || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+   >=virtual/perl-Test-Simple-1.1.10
)
 "
 



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

2016-07-16 Thread Kent Fredric
commit: 
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Jul 16 07:14:27 2016 +

New branch: gentoo




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

2016-07-16 Thread Jeroen Roovers
commit: 15d13084ac7c5db42234805be54e9308aeb83737
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul 16 06:51:53 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul 16 06:51:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d13084

app-misc/dvorakng: Fix building against sys-libs/ncurses[tinfo] (bug #588920 by 
Aline Freitas).

Package-Manager: portage-2.3.0

 app-misc/dvorakng/dvorakng-0.6.0.ebuild | 25 +
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/app-misc/dvorakng/dvorakng-0.6.0.ebuild 
b/app-misc/dvorakng/dvorakng-0.6.0.ebuild
index f90b50f..e6a8aba 100644
--- a/app-misc/dvorakng/dvorakng-0.6.0.ebuild
+++ b/app-misc/dvorakng/dvorakng-0.6.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Dvorak typing tutor"
@@ -11,17 +12,25 @@ SRC_URI="http://www.free.of.pl/n/nopik/${P}rc1.tar.bz2;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-DEPEND="sys-libs/ncurses"
-RDEPEND="${DEPEND}"
+RDEPEND="
+   sys-libs/ncurses:*
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/pkgconfig
+"
 
-S=${WORKDIR}/dvorakng
+S=${WORKDIR}/${PN}
 
 src_compile() {
-   emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || 
die "emake failed"
+   emake \
+   CXX="$(tc-getCXX)" \
+   CXXFLAGS="${CXXFLAGS}" \
+   LDFLAGS="${LDFLAGS}" \
+   LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses )"
 }
 
 src_install() {
-   dobin dvorakng || die "dobin failed"
-   dodoc README TODO || die "dodoc failed"
+   dobin ${PN}
+   dodoc README TODO
 }



[gentoo-commits] repo/gentoo:master commit in: games-action/brutal-legend/

2016-07-16 Thread Austin English
commit: eb40d017f48b3fd8473cc48c3584e4428e1dfe7e
Author: Austin English  gentoo  org>
AuthorDate: Sat Jul 16 06:22:44 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Sat Jul 16 06:23:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb40d017

games-action/brutal-legend: remove deprecated games eclass

Also update to EAPI 6

Package-Manager: portage-2.3.0

 .../brutal-legend/brutal-legend-20130615-r2.ebuild | 84 ++
 1 file changed, 84 insertions(+)

diff --git a/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild 
b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild
new file mode 100644
index 000..5a57aba
--- /dev/null
+++ b/games-action/brutal-legend/brutal-legend-20130615-r2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# TODO: unbundle libsdl-2
+
+EAPI=6
+
+inherit eutils unpacker gnome2-utils
+
+TIMESTAMP=${PV:0:4}-${PV:4:2}-${PV:6:2}
+DESCRIPTION="Unleash the power of Heavy Metal to reign down fire from the sky"
+HOMEPAGE="https://www.ea.com/de/brutal-legend;
+SRC_URI="BrutalLegend-Linux-${TIMESTAMP}-setup.bin"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT="bindist fetch splitdebug"
+
+MYGAMEDIR="/opt/${PN}"
+QA_PREBUILT="${MYGAMEDIR#/}/lib/*
+   ${MYGAMEDIR#/}/Buddha.bin.x86"
+
+RDEPEND="
+   amd64? (
+   >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)]
+   >=virtual/glu-9.0-r1[abi_x86_32(-)]
+   >=virtual/opengl-7.0-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/libXdmcp-1.1.1-r1[abi_x86_32(-)]
+   >=x11-libs/libXext-1.3.2[abi_x86_32(-)]
+   >=x11-libs/libxcb-1.9.1[abi_x86_32(-)]
+   )
+   x86? (
+   sys-libs/zlib
+   virtual/glu
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libxcb
+
+   )"
+DEPEND="app-arch/unzip"
+
+S=${WORKDIR}/data
+
+pkg_nofetch() {
+   einfo "Please buy & download ${SRC_URI} from:"
+   einfo "  https://www.humblebundle.com/store;
+   einfo "and move it to ${DISTDIR}"
+}
+
+src_unpack() {
+   unpack_zip ${A}
+}
+
+src_install() {
+   newicon -s 256 Buddha.png ${PN}.png
+   make_wrapper ${PN} "./Buddha.bin.x86" "${MYGAMEDIR}" "${MYGAMEDIR}/lib"
+   make_desktop_entry ${PN}
+
+   dodir "${MYGAMEDIR}"
+   # this is over 9000 ...eh, 8GB data
+   mv * "${D%/}/${MYGAMEDIR}" || die
+
+   fperms +x "${MYGAMEDIR}/Buddha.bin.x86"
+}
+
+pkg_preinst() {
+   gnome2_icon_savelist
+}
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2016-07-16 Thread Jeroen Roovers
commit: 3ff03d670b3e2a7ba168695c9bc6e1aae1c1e148
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul 16 06:20:11 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul 16 06:20:47 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff03d67

x11-drivers/nvidia-drivers: Version bump. Add ARM resources to SRC_URI (bug 
#588864).

Package-Manager: portage-2.3.0

 x11-drivers/nvidia-drivers/Manifest| 7 +++
 x11-drivers/nvidia-drivers/nvidia-drivers-367.27.ebuild| 2 ++
 .../{nvidia-drivers-367.27.ebuild => nvidia-drivers-367.35.ebuild} | 2 ++
 3 files changed, 11 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index 47e744c..74aedda 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -16,6 +16,7 @@ DIST NVIDIA-FreeBSD-x86-364.15.tar.gz 65676992 SHA256 
ffbaef0ec723ca0c5e847cdbf9
 DIST NVIDIA-FreeBSD-x86-364.19.tar.gz 65807198 SHA256 
5096640e9ad8a774fa76d0b64d94e209110fe58f472671f63ae21fc8bca0b376 SHA512 
b2dba9f06464dab01e7fcf2e488d5df1be25feaf66c9138111f1ad6db50ef893783b53d16f8676a853971ccd354b06db4b7ee0a9c48fa757b8acaae9b7ff9df9
 WHIRLPOOL 
5c074ca0381159cf545ab4a9efb2e9e12822a071e2aa98e9ca2faff46a2d6f8d84e08543693dc3db9b93f617821e9a1787c9e3f5b40e60c1373ee693a4c36bdd
 DIST NVIDIA-FreeBSD-x86-367.18.tar.gz 66752524 SHA256 
48f91a7f0ccc252f3812eba00facb5683b32087bf855ead9667135ba228e650d SHA512 
70184e2feaa2546748e275aa8c4e69a692e542460f80636f21cfc29f63303c23e7c7d371d5fc4b15a2153ec9fff033ab1ca584e60eab930a72d146afbcf821f9
 WHIRLPOOL 
d526280998a9a7290ff532a7b55aa1e8a76f289003283c1f2f3ca912d4397b8abeac23ec8ce957a2d0b64743514ce0a364b43203223d18ee5aaa379497f5a7fa
 DIST NVIDIA-FreeBSD-x86-367.27.tar.gz 62605521 SHA256 
906038b40f46b2a5c8915b57aaeb0432eb4e60f6d156845e6e2afd49ec9d78b8 SHA512 
166bd578b5536772e81f05f411e1bbdd2d9cd81f7210e96a388eff758bd1bb714fbf5dc2f3e4204e08e758e74901d6ad96607ee9c7b32ca4fe0b0cf373b5
 WHIRLPOOL 
a31e9fe0e5817f1232a2dba8719110e9404f9b2feee4e0d6fe49ec50b63fd24852863670f0c36de357c9ed357738c30d1951e8fb1e6f40b5b2f8a1e2c7a8dc84
+DIST NVIDIA-FreeBSD-x86-367.35.tar.gz 62636433 SHA256 
2edf78801213dea72ddd6c40acd860893623224166ad522fd47e202443cb6d50 SHA512 
7b056814be81532dcf63bae13a55a3f190325c207e6e675151b01f655c861ec85804792a43b8c82a3e733394c92b336411ec4e2e70d308c70036f6625d55eb78
 WHIRLPOOL 
a7768389f1e69b7a373e7e2a4cbcddb2f451a8b44346987ee898093c4c87c57a69744c1f7538fd41d1f81b44e02e505107f73c7584c07bce4104dc09349ece4c
 DIST NVIDIA-FreeBSD-x86-96.43.23.tar.gz 15463464 SHA256 
18d855db8381eda1a6cf548c9e5095fc5bb8694bf1d6e24fc1072fba4e54cd78 SHA512 
42d7b1b76cdb3b23680363e565614a22112162a5dd3639cb804fe670c0c3f3f23595bbefa3f78afdc6a8ca848446dee853c7a355f2c96a0d01b354753ba2785c
 WHIRLPOOL 
f8e59ce521990cd9edee441e73f973f074db492952807a0931e362102874cddbb47604ff5c5eb20a0cbde27f9b6d4e440dd12cc2e5a20c9cb65bf3c0b3e62511
 DIST NVIDIA-FreeBSD-x86_64-304.131.tar.gz 35812363 SHA256 
e10aa34f4aeb6981c0bc6762f37e6ad57de52b45c7322d0caef9781c1a43858a SHA512 
0df69d11c79cfd66f40f5adf091f9c3ad494b89fbe9200a1a01fef8cb2d2591ffdeb703d82a263e050384d39ef81af3a717ac24716f96b1fd8386d1758bcf45b
 WHIRLPOOL 
a7e01ac4646d52229efb1d22df9b4db98bfd6bc30c79fc4c65273001b1cd09c4db823a0141a060f8c53926ae23a33fe66e27aec805879228d64bf3f45aa66bcd
 DIST NVIDIA-FreeBSD-x86_64-340.93.tar.gz 60215584 SHA256 
07208f6a832c2da8748b1c4f8b5ce42a7b617f2ee1ac59155fecaff952c30988 SHA512 
c480df2f36c3d6eba53af9c3070e1561ae7c56cd5d31fb531dcb6897ca02d0d205c0ce99597304ea36b7b75b173e31a9a4c07ddd143ad13884aff0a7c3479bce
 WHIRLPOOL 
c1b28898ffe733961bdb622e8b430715c74871cfaab0348a9e5990df5a92676e8fb8c199ea1f1a06fa6c6ded65877b987b802a7a9ea0b7023cbaa62fb52eda01
@@ -34,6 +35,9 @@ DIST NVIDIA-FreeBSD-x86_64-364.15.tar.gz 62414805 SHA256 
b675f4847c52a32ec4f3fe5
 DIST NVIDIA-FreeBSD-x86_64-364.19.tar.gz 62553892 SHA256 
3b691c259b2a85da49d16ceab52b62363496fd764bbc3772e30c5f138a832ec3 SHA512 
0e0cf1cea93a8e272bb7e7a939b73ea5a54888b0d4e870472cca92bc0f07ca7ec33616bf0a3f8f741167b7ffc173813574da541fdff83d66d19a230a07622b21
 WHIRLPOOL 
29945d058e24967afa4c5fdf71fb70f8bd8e0a80b6280d4a0ed47b27bf770da384ed04534681fa25869e3d2814400aafa0c57e44d6339ff2d16f5039ead04a4a
 DIST NVIDIA-FreeBSD-x86_64-367.18.tar.gz 63499863 SHA256 
be862c654e290b32d78275d05fe38843b969e50f14d5e089ae800dab2a08b558 SHA512 
565b606e006ce9263bb578501032aa19f3b55c76d4119f4ab5c6a6a6c0b872b8d7398dfa8d7ecc74609b9cea965e762eeffb9fa951aeb712632b0056c5fa637d
 WHIRLPOOL 
60252d5d6b382108d6c0a52f404365f8d456fa2cc64dd4bfc008f1da74efff7905634141cf0f5a9b4c3513be414d8f20e310b7662057a3fa91ad128e0d3984c5
 DIST NVIDIA-FreeBSD-x86_64-367.27.tar.gz 59357230 SHA256 
dea9bf156229b9353e033fa3cf02685c14e539d959d7c2759f233ad1f707f2d2 SHA512 
3eb129723317d277c0788b966709369c382035e287e4e14000fae09b98bc12359e5218205a86abcb08894978343f3185986d643df3ceeb81b35ba475bb16b99f
 WHIRLPOOL 

[gentoo-commits] repo/gentoo:master commit in: games-action/bomberclone/, games-action/bomberclone/files/

2016-07-16 Thread Austin English
commit: 99c565c25515203107addeb254ecc98536fdf028
Author: Austin English  gentoo  org>
AuthorDate: Sat Jul 16 06:17:12 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Sat Jul 16 06:17:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c565c2

games-action/bomberclone: remove deprecated games eclass

Also update to EAPI 6

Package-Manager: portage-2.3.0

 .../bomberclone/bomberclone-0.11.8-r1.ebuild   | 60 ++
 .../files/bomberclone-0.11.8-gcc52.patch   |  4 +-
 .../files/bomberclone-0.11.8-underlink.patch   |  4 +-
 3 files changed, 64 insertions(+), 4 deletions(-)

diff --git a/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild 
b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
new file mode 100644
index 000..62441c1
--- /dev/null
+++ b/games-action/bomberclone/bomberclone-0.11.8-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils autotools
+
+DESCRIPTION="BomberMan clone with network game support"
+HOMEPAGE="http://www.bomberclone.de/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="X"
+
+DEPEND=">=media-libs/libsdl-1.1.0[video]
+   media-libs/sdl-image[png]
+   media-libs/sdl-mixer[mod]
+   X? ( x11-libs/libXt )"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc52.patch
+   "${FILESDIR}"/${P}-underlink.patch
+)
+
+src_prepare() {
+   default
+
+   ecvs_clean
+   mv configure.{in,ac} || die
+   sed -i -e 's/configure.in/configure.ac/' configure.ac || die
+   sed -i \
+   -e "s:/share/games/:share/:" \
+   configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with X x) \
+   --datadir=/usr/share
+   sed -i \
+   -e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:/usr/share:" \
+   config.h || die
+}
+
+src_install() {
+   default
+
+   dobin src/${PN}
+
+   insinto /usr/share/${PN}
+   doins -r data/{gfx,maps,player,tileset,music}
+   find "${D}" -name "Makefile*" -exec rm -f '{}' +
+
+   doicon data/pixmaps/bomberclone.png
+   make_desktop_entry bomberclone Bomberclone
+}

diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch 
b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
index 51fdaee..fd77e1b 100644
--- a/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
+++ b/games-action/bomberclone/files/bomberclone-0.11.8-gcc52.patch
@@ -1,5 +1,5 @@
 src/single.c.old   2015-09-17 09:21:57.826930680 +0200
-+++ src/single.c   2015-09-17 09:22:04.315824372 +0200
+--- a/src/single.c 2015-09-17 09:21:57.826930680 +0200
 b/src/single.c 2015-09-17 09:22:04.315824372 +0200
 @@ -476,7 +476,7 @@
  };
  

diff --git a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch 
b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
index d534df6..18c063b 100644
--- a/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
+++ b/games-action/bomberclone/files/bomberclone-0.11.8-underlink.patch
@@ -1,5 +1,5 @@
 configure.in.old   2011-06-18 18:23:48.633605738 +0200
-+++ configure.in   2011-06-18 18:26:26.910628408 +0200
+--- a/configure.in 2011-06-18 18:23:48.633605738 +0200
 b/configure.in 2011-06-18 18:26:26.910628408 +0200
 @@ -33,7 +33,7 @@
  )