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

2019-04-09 Thread Sergei Trofimovich
commit: b740d8df7d2c6bf9b80ed91eb930434428761176
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Apr  9 06:58:03 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr  9 06:59:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b740d8df

dev-libs/elfutils: revert "arm stable, bug #676794"

This reverts commit 24fbdabc1ca529b754949c782c791f40896f475e.

Bug: https://bugs.gentoo.org/676794
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/elfutils/elfutils-0.176.ebuild 
b/dev-libs/elfutils/elfutils-0.176.ebuild
index 6bb87ad8275..4c75e71b437 100644
--- a/dev-libs/elfutils/elfutils-0.176.ebuild
+++ b/dev-libs/elfutils/elfutils-0.176.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2";
 
 LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 lzma nls static-libs test +threads +utils"
 
 RDEPEND=">=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



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

2019-04-09 Thread Matthew Thode
commit: 6c94a5bfce6a908e12fc7635f99c3d84540a4ae9
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:51:05 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c94a5bf

dev-python/keystoneauth: 3.13.1 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/keystoneauth/Manifest b/dev-python/keystoneauth/Manifest
index 1ceae05d246..189cae56e3a 100644
--- a/dev-python/keystoneauth/Manifest
+++ b/dev-python/keystoneauth/Manifest
@@ -1,3 +1,4 @@
 DIST keystoneauth1-3.1.0.tar.gz 217744 BLAKE2B 
4e07c7f4dd6fc097c6838b2a18105656b16f8e45dd553d2908c55fa7aeb5c8dcd2968ca0c3954be0b66044880eec7c33fd9c42413a1ae6c93258a902666bb896
 SHA512 
3214e08cf449a0eff35eff0400542cbb9e46051095d7955593fec89c4ba31062677f434c70c40037db213fa0e0db15c66d1058e0eca35b1d214967f7fa3fcf14
 DIST keystoneauth1-3.10.0.tar.gz 242560 BLAKE2B 
40569c8078ab851d93ba2e4ecf3a3c77ccc2a74bae2866a0993e03021fb475f644a6b04956be756f67754dac31cbc3b53d085a0de82f5c7613b2fb6e138be427
 SHA512 
ed4451f26f775ea5580766eb431d563bc5bbdde5df24e529c2f3c4517ccfbb9a657e5af535fa6176d905922fc3b6540b5dfb98ce1627efe91861fdc23da8eccd
+DIST keystoneauth1-3.13.1.tar.gz 246906 BLAKE2B 
92877ef5a0ded692372521244c006f0a8ccbfc648c1ce058d8915189343d70278f529ced99f94ebabaefbb184490ea22546229c78f00e494011e5490886b057d
 SHA512 
ee83652b67032cd04e88c8c4fcce708d113bccd17cb62843b4a03845ffcd40632a10613759946fbc684a80c2391e144dcf37aecb41eb151ebe83e08f9e08a536
 DIST keystoneauth1-3.4.0.tar.gz 227170 BLAKE2B 
57f28ce5a36362f34fcfb2f456a19332df6851a4d372fe890286b4d48469ff69a3ad7281b55d4aa338f61d437f5e07908fc55210e2085a6d9a974cf0bf451c81
 SHA512 
aeaefb0e5b369e36e06adc1bada104dab2c2aed22bf96cc3e20a5dd4ce8ae10869eb73ce4802faef70f191c3bbd38e3b5c3dff3606c46956fb350c0875cb7a7d

diff --git a/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild 
b/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
new file mode 100644
index 000..6c75c291f6e
--- /dev/null
+++ b/dev-python/keystoneauth/keystoneauth-3.13.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="This package contains tools for authenticating to an 
OpenStack-based cloud."
+HOMEPAGE="https://github.com/openstack/keystoneauth";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz"
+S="${WORKDIR}/${PN}1-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="${CDEPEND}
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/os-service-types-1.2.0[${PYTHON_USEDEP}]"



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

2019-04-09 Thread Matthew Thode
commit: d7af1e8641514e0b46149986f7dc06607065f16e
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:33:17 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7af1e86

dev-python/namespace-repoze: add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/namespace-repoze/namespace-repoze-1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/namespace-repoze/namespace-repoze-1.ebuild 
b/dev-python/namespace-repoze/namespace-repoze-1.ebuild
index 92cb3300eda..ae61bd8c58f 100644
--- a/dev-python/namespace-repoze/namespace-repoze-1.ebuild
+++ b/dev-python/namespace-repoze/namespace-repoze-1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( pypy python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy python{2_7,3_{4,5,6,7}} )
 inherit python-r1
 
 DESCRIPTION="Namespace package declaration for repoze"



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

2019-04-09 Thread Matthew Thode
commit: 05bdbe6ba3285cd49313d3c8197ac511e515e63f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:20:41 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bdbe6b

dev-python/dill: 0.2.5 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/dill/dill-0.2.5.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/dill/dill-0.2.5.ebuild 
b/dev-python/dill/dill-0.2.5.ebuild
index 954cd7b836d..865d61915ac 100644
--- a/dev-python/dill/dill-0.2.5.ebuild
+++ b/dev-python/dill/dill-0.2.5.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} pypy )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6,7} pypy )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 8bddcdc3cd18969a5aaa728eb251bf5e3fd3b366
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:46:02 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bddcdc3

dev-python/flask-restful: add py37 support to 0.3.7

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/flask-restful/flask-restful-0.3.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/flask-restful/flask-restful-0.3.7.ebuild 
b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
index 87d3f6c80bc..587196d9e5d 100644
--- a/dev-python/flask-restful/flask-restful-0.3.7.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 41842c175745ee23b149a3d123e2ade24821edba
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:35:21 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41842c17

dev-python/oslo-service: 1.38.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-service/Manifest   |  1 +
 dev-python/oslo-service/oslo-service-1.38.0.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/oslo-service/Manifest b/dev-python/oslo-service/Manifest
index 18f565c21ed..2e14295c118 100644
--- a/dev-python/oslo-service/Manifest
+++ b/dev-python/oslo-service/Manifest
@@ -1 +1,2 @@
 DIST oslo.service-1.31.8.tar.gz 72731 BLAKE2B 
d0460fa76df75b691dd85bed07b2bff5f8574feb84f324736769156fb1d9c74f181d8267ed69b6f8a371bd9eae3db17d5fc8588bd706da30f3cd065e8d35f80b
 SHA512 
af4f1fc011dce56935d8ce09902172fe3c93f4907023d04c3aacb3e06631b5d5fc891ec55ee3c42acb8e29754a7519d12a38d1264935636284aee9134ce6f84f
+DIST oslo.service-1.38.0.tar.gz 78671 BLAKE2B 
3291b20a60d57a251045701f890a1dc4077bec070330c4fc86e2bfaa82612e4795d0bc8b1cd8c5d8b70c7be0f45fe6db25c98b263e0a5a7bc4335bd4ae0995d9
 SHA512 
c2bce20abe535b12f98eea808cc95a687b226c16507ed2a4cc5f7143439f7f1a9137489ae82dc09e175165784046f6103bede3350bd6419ba5d4c134cf6aa361

diff --git a/dev-python/oslo-service/oslo-service-1.38.0.ebuild 
b/dev-python/oslo-service/oslo-service-1.38.0.ebuild
new file mode 100644
index 000..6722d82b6bb
--- /dev/null
+++ b/dev-python/oslo-service/oslo-service-1.38.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for running OpenStack services"
+HOMEPAGE="https://pypi.org/project/oslo.service/";
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.service/oslo.service-${PV}.tar.gz"
+S="${WORKDIR}/oslo.service-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   )"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.40.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/paste-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/yappi-1.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests tests/ || die "test failed under ${EPYTHON}"
+}



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

2019-04-09 Thread Matthew Thode
commit: 80011ca8b66f78d5fd0e872d6f75c960a2c56619
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:22:50 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80011ca8

dev-python/redis-py: 3.2.1 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/redis-py/redis-py-3.2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/redis-py/redis-py-3.2.1.ebuild 
b/dev-python/redis-py/redis-py-3.2.1.ebuild
index fd8436a7c94..b20ce0de521 100644
--- a/dev-python/redis-py/redis-py-3.2.1.ebuild
+++ b/dev-python/redis-py/redis-py-3.2.1.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: b0d9e518b1ecf35c9d90a8a6be40e0ebe9da7c3d
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:22:59 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d9e518

dev-python/couchdb-python: 1.1 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/couchdb-python/couchdb-python-1.1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/couchdb-python/couchdb-python-1.1.ebuild 
b/dev-python/couchdb-python/couchdb-python-1.1.ebuild
index ad8aef7ffd0..8e1fd6cbd1a 100644
--- a/dev-python/couchdb-python/couchdb-python-1.1.ebuild
+++ b/dev-python/couchdb-python/couchdb-python-1.1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 7971aea4974b0aa42b6b30f0d9881cc709b29979
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:56:24 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7971aea4

dev-python/python-keystoneclient: 3.19.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-keystoneclient/Manifest  |  1 +
 .../python-keystoneclient-3.19.0.ebuild| 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/python-keystoneclient/Manifest 
b/dev-python/python-keystoneclient/Manifest
index 7296fa35150..f355ea5967d 100644
--- a/dev-python/python-keystoneclient/Manifest
+++ b/dev-python/python-keystoneclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-keystoneclient-3.15.0.tar.gz 306850 BLAKE2B 
5101f0854d3c9cc2ac2165e66df4fe28f9da64d6a96de2e4c1eb9bac26228d7a987f8149fc32a99a3015f43982f0d664555bc1361ca22c86ab68c2d36776605f
 SHA512 
f02d6efe1563a92c5ae1a374568a7b47e281f3df026168eb8cc8e0b31e5029af6534341738b07423713705df845c63708a8f0f845e9a929c107a3f13dd5f9578
 DIST python-keystoneclient-3.17.0.tar.gz 308264 BLAKE2B 
f9c10a97c9b5e4e12d58a010274306af4923792909dd8646e9073299ecc284ef40902231f63e20ffc41e413f2a2c465b1fa949f0bc2d8772fca92718d9ef5853
 SHA512 
20b40a85498738c77070fd795a044693b55fe52aa2b50966112ba8d452fec7fe6a257d9f40aa4404401e7c4206f15230d7fdf65a14269922e281b910ea548284
+DIST python-keystoneclient-3.19.0.tar.gz 314873 BLAKE2B 
32c445a4095dd1071820a7cd0a130d23ebbb38b1f3ffbf350b55ccf8645d8e87f11591f60d22668c1b0451834b8d793e99e2ad6c333974f3727e3d0145506248
 SHA512 
c55b17851cb39eda5fb9a86e0c1f4f6269afeb5af4a703c072444df073f520d0546b43f28356d2f401810b75728915c0f6beb6e36f141780b7b80c0c45cb60f0

diff --git 
a/dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild 
b/dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild
new file mode 100644
index 000..9056b1e39e3
--- /dev/null
+++ b/dev-python/python-keystoneclient/python-keystoneclient-3.19.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Client Library for OpenStack Identity"
+HOMEPAGE="http://www.openstack.org/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+RESTRICT="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+"
+#PATCHES=(
+#)
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-04-09 Thread Matthew Thode
commit: 9b47249c8fa741d79e331412eb6f68ee0c822363
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:35:38 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b47249c

dev-python/oslo-messaging: 9.5.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-messaging/Manifest |  1 +
 .../oslo-messaging/oslo-messaging-9.5.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-messaging/Manifest 
b/dev-python/oslo-messaging/Manifest
index c979f9b51c2..0d6786a2bb3 100644
--- a/dev-python/oslo-messaging/Manifest
+++ b/dev-python/oslo-messaging/Manifest
@@ -1 +1,2 @@
 DIST oslo.messaging-8.1.2.tar.gz 296052 BLAKE2B 
c24d8bc22f1e7bb8fd4f58bf15c349a5fa5e41b98031611a0820b66ab7cabb2742d49995e5c730d1bba2c04a36ef4a055de0aced5f1100a7930052a4f4efd5fb
 SHA512 
f7bebc525019f19f6d25178f4b2ef811c3073dc2b10600a9a01aa23dfadad4b428baeb929963df31ee7c775bb94c47493699e8031d5dd9cea5d865c28432d3ba
+DIST oslo.messaging-9.5.0.tar.gz 251799 BLAKE2B 
72edeea222af199ace54ef6ea672177713c15c8556b7b1d1691c5d217bd57e377f871879c3429d46ef1339f4a4b5c610bae82c2aa6ddc74dc069d08b86c15537
 SHA512 
2479a51c2be7be5752d11fa2d09eb6ffd6cd82ce3531f0a9275eb5bf5fa4451ac16240873a41e2550db5fd7b51003bc9af293704e50d2f3033bd51b502728380

diff --git a/dev-python/oslo-messaging/oslo-messaging-9.5.0.ebuild 
b/dev-python/oslo-messaging/oslo-messaging-9.5.0.ebuild
new file mode 100644
index 000..78657077a4a
--- /dev/null
+++ b/dev-python/oslo-messaging/oslo-messaging-9.5.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="https://pypi.org/project/oslo.messaging/";
+SRC_URI="mirror://pypi/${PN:0:1}/oslo.messaging/oslo.messaging-${PV}.tar.gz"
+S="${WORKDIR}/oslo.messaging-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/futurist-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/py-amqp-2.4.1[${PYTHON_USEDEP}]
+   >=dev-python/kombu-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/kombu-4.0.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}



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

2019-04-09 Thread Matthew Thode
commit: 534658672d19051a910cfe9a1efd88ecaf17fa10
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 07:03:57 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53465867

sys-auth/keystone: STEIN GET

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-auth/keystone/keystone-2019.1..ebuild | 167 ++
 1 file changed, 167 insertions(+)

diff --git a/sys-auth/keystone/keystone-2019.1..ebuild 
b/sys-auth/keystone/keystone-2019.1..ebuild
new file mode 100644
index 000..f446425ea99
--- /dev/null
+++ b/sys-auth/keystone/keystone-2019.1..ebuild
@@ -0,0 +1,167 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1 user
+
+DESCRIPTION="The Openstack authentication, authorization, and service catalog"
+HOMEPAGE="https://launchpad.net/keystone";
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/stein/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/stein/keystone.policy.yaml.sample
 -> keystone.policy.yaml.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/keystone.git";
+   EGIT_BRANCH="stable/stein"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/stein/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/stein/keystone.policy.yaml.sample
 -> keystone.policy.yaml.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz";
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+sqlite ldap memcached mongo mysql postgres test"
+REQUIRED_USE="|| ( mysql postgres sqlite )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
+   >=dev-python/flask-1.0.2[${PYTHON_USEDEP}]
+   >=dev-python/flask-restful-0.3.5[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   sqlite? (
+   >=dev-python/sqlalchemy-1.1.0[sqlite,${PYTHON_USEDEP}]
+   )
+   mysql? (
+   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
+   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
+   )
+   postgres? (
+   >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
+   )
+   >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/passlib-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
+   >=dev-python/scrypt-0.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-db-4.27.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.38.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-1.43.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-upgradecheck-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/oauthlib-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/pysaml2-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pyjwt-1.6.1[${PYTHON_USEDEP}]
+   >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
+   =dev-python/pycadf-1.1.0[${PYTHON_USEDEP}]
+   !~dev-python/pycadf-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/msgpack-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
+   memcached? (
+   >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
+   )
+   mongo? (
+   >=de

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

2019-04-09 Thread Matthew Thode
commit: 123357ac14336d7f7fda7d87183d09214389506b
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:23:31 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123357ac

dev-python/kombu: 4.4.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/kombu/Manifest   |  1 +
 dev-python/kombu/kombu-4.4.0.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/dev-python/kombu/Manifest b/dev-python/kombu/Manifest
index b251c59dafe..09d6745729c 100644
--- a/dev-python/kombu/Manifest
+++ b/dev-python/kombu/Manifest
@@ -1,2 +1,3 @@
 DIST kombu-4.1.0.tar.gz 421875 BLAKE2B 
636dab025883bc9465b28e7a6ab4249ae7d079cc57d33b1af8ce8633e12b85027ace9601475f9e2db1782d197f888476ce6006a2d5429e040ee8de0d1c86266c
 SHA512 
fc104a3f974fabf090cc257b1a7623af6048f4630c6c2a9bb693fe69d77b6cdab36135a290a41056c1f854f61cce8fc2aa6b7880e9273581bfdfa162b5724861
 DIST kombu-4.2.1.tar.gz 423926 BLAKE2B 
8566e3d81bd77c93982f54300e837e2aaac1d1fbfc716c87607fb83b86bc80148afc37b11145ee33ff3a6cef9fadb6178c370dc5b47c0774a56e6b08b6bf951e
 SHA512 
a480444199aeee4e0048803a49ee85f2b348734eccf0e746189ea7db3787cb27baa89765a71cf88288ec7171252d55e13bc787641a543d3f91d6eb3d30c6a90c
+DIST kombu-4.4.0.tar.gz 435287 BLAKE2B 
c87154f5f8862af9e0381f1f4eda6016e5ed69605a39b682c9e648003adf4aa4ed8ebbe7f6dc38b293ab013d8f5e31bb732cf47cc4aab7738be7edaaa25ca750
 SHA512 
2f7bd71f848c7bba0643e47c43af79ae09373597bed86786e3a90f2acd69414583021e7f5544e47bf01f760b1fd9788e89e88a32cd22a3d74a34845b7917e10b

diff --git a/dev-python/kombu/kombu-4.4.0.ebuild 
b/dev-python/kombu/kombu-4.4.0.ebuild
new file mode 100644
index 000..f8bc587dd1b
--- /dev/null
+++ b/dev-python/kombu/kombu-4.4.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="AMQP Messaging Framework for Python"
+HOMEPAGE="https://pypi.org/project/kombu/ https://github.com/celery/kombu";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc examples mongodb msgpack redis sqs test yaml"
+
+# couchdb backend support possible via dev-python/couchdb-python
+# ditto dev-python/kazoo(>=1.3.1)
+RDEPEND="
+   >=dev-python/py-amqp-2.4.0[${PYTHON_USEDEP}]
+   =dev-python/boto3-1.4.4[${PYTHON_USEDEP}] )
+   msgpack? ( >=dev-python/msgpack-0.3.0[${PYTHON_USEDEP}] )
+   mongodb? ( >=dev-python/pymongo-3.0.2[${PYTHON_USEDEP}] )
+   redis? ( >=dev-python/redis-py-3.2.0[${PYTHON_USEDEP}] )
+   yaml? ( >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] )"
+# Fix to https://github.com/celery/kombu/issues/474 obliges dev-python/pymongo 
to >=-3.0.2
+DEPEND="${RDEPEND}
+   >=dev-python/setuptools-20.6.7[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/case-1.5.2[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}] )
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/couchdb-python[${PYTHON_USEDEP}]
+   >=dev-python/sphinx_celery-1.1[${PYTHON_USEDEP}] )"
+
+# kazoo is optional for tests.
+# Refrain for now, no established demand for it from users
+
+# Req'd for test phase
+DISTUTILS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+)
+
+python_prepare_all() {
+   # AttributeError: test_Etcd instance has no attribute 'patch'
+   rm t/unit/transport/test_etcd.py || die
+   # allow use of new (renamed) msgpack
+   sed -i '/msgpack/d' requirements/extras/msgpack.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   # Doc build misses and skips only content re librabbitmq which is not 
in portage
+   if use doc; then
+   emake -C docs html || die "kombu docs failed installation"
+   fi
+}
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   docinto examples
+   dodoc -r examples/.
+   fi
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



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

2019-04-09 Thread Matthew Thode
commit: 1c6294c94161a983b14a00cbd478986f94713fc3
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:28:10 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6294c9

dev-python/yappi: 1.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/yappi/Manifest |  1 +
 dev-python/yappi/yappi-1.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest
index e0f44729c7d..7f521d1616c 100644
--- a/dev-python/yappi/Manifest
+++ b/dev-python/yappi/Manifest
@@ -1 +1,2 @@
 DIST yappi-0.98.tar.gz 37074 BLAKE2B 
3a2c60f7c5987681f242230fc4fa0b87f924c0d1dbaedd3c240d30e6c440e2604e7add789cfd37052301a1f0ab99c81e2de30249fd6c83d5ba00624e131d266a
 SHA512 
699e1845aac8e3c701c495913862597240b264c396b0b6ad0e9d6d533138caaeb883baeb036dc7b57bddf02ba411475401b2db77527d2ee63409d73b80f32098
+DIST yappi-1.0.tar.gz 38939 BLAKE2B 
b07b38bc07ffb6ba7aea3728ba6977680ca7f2dcc499778110aa31e733c512e5704cd580d01faf3344849df6772f110472a01328447228e9c45180beefc36f3e
 SHA512 
d743c471ee3797b9f3b24c831fcb4ddf2cec7c13c56e567c0618eeada9a534ca0b114929da623a2c67142c61f3c38b024b25ba5e32883113148f4377f7574905

diff --git a/dev-python/yappi/yappi-1.0.ebuild 
b/dev-python/yappi/yappi-1.0.ebuild
new file mode 100644
index 000..1c9e69e1669
--- /dev/null
+++ b/dev-python/yappi/yappi-1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python{2_7,3_{4,5,6,7}})
+inherit distutils-r1
+
+DESCRIPTION="Yet Another Python Profiler"
+HOMEPAGE="https://bitbucket.org/sumerc/yappi/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+   esetup.py test
+}



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

2019-04-09 Thread Matthew Thode
commit: 0a10995164ce95f278a4791c4135e5f1631fa85d
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:57:44 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a109951

dev-python/os-testr: 1.0.0 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/os-testr/os-testr-1.0.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/os-testr/os-testr-1.0.0.ebuild 
b/dev-python/os-testr/os-testr-1.0.0.ebuild
index 5dc2a9c019f..48d2ef38683 100644
--- a/dev-python/os-testr/os-testr-1.0.0.ebuild
+++ b/dev-python/os-testr/os-testr-1.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 550eb8e6be9a9772446a18558bd50c78250370f4
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:41:53 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550eb8e6

dev-python/oslo-upgradecheck: 0.2.1 added for stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/oslo-upgradecheck/Manifest  |  1 +
 dev-python/oslo-upgradecheck/metadata.xml  | 12 +++
 .../oslo-upgradecheck-0.2.1.ebuild | 37 ++
 3 files changed, 50 insertions(+)

diff --git a/dev-python/oslo-upgradecheck/Manifest 
b/dev-python/oslo-upgradecheck/Manifest
new file mode 100644
index 000..3cd8fcdd2f3
--- /dev/null
+++ b/dev-python/oslo-upgradecheck/Manifest
@@ -0,0 +1 @@
+DIST oslo-upgradecheck-0.2.1.tar.gz 14624 BLAKE2B 
0b6e397c67df12f3162f4f05334b775e05ec253f642d707a262901b90120eedeef73764c04620426e62031f953096cba975dc3e8dc7da3e091c7ac8f2d57
 SHA512 
26c771b3bc07b9d13fea6638330c785ef82781e794084088bbf46ec811a615e58123d5a42d17a9e31685308a4c1d2ccb7b839c32d9f454e3934d5fb625b73816

diff --git a/dev-python/oslo-upgradecheck/metadata.xml 
b/dev-python/oslo-upgradecheck/metadata.xml
new file mode 100644
index 000..17cff4978c0
--- /dev/null
+++ b/dev-python/oslo-upgradecheck/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   openst...@gentoo.org
+   Openstack
+   
+   
+   oslo.upgradecheck
+   oslo
+   
+

diff --git a/dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.ebuild 
b/dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.ebuild
new file mode 100644
index 000..e82ee5cda5d
--- /dev/null
+++ b/dev-python/oslo-upgradecheck/oslo-upgradecheck-0.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+
+DESCRIPTION="Oslo i18n library"
+HOMEPAGE="https://launchpad.net/oslo";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   virtual/python-enum34[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   

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

2019-04-09 Thread Matthew Thode
commit: 5f0f13a570524d95c87260b7de2f5228692f5590
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:58:15 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0f13a5

dev-python/keystonemiddleware: 6.0.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/keystonemiddleware/Manifest |  1 +
 .../keystonemiddleware-6.0.0.ebuild| 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/keystonemiddleware/Manifest 
b/dev-python/keystonemiddleware/Manifest
index 90a6f01925e..3b81187983a 100644
--- a/dev-python/keystonemiddleware/Manifest
+++ b/dev-python/keystonemiddleware/Manifest
@@ -1,2 +1,3 @@
 DIST keystonemiddleware-4.17.0.tar.gz 204603 BLAKE2B 
37c3de6b5151b8e6d6e53ae70836f2d8a068472822cf8fdb71f38bea58099281a4e2648b11605d5952e65baf1722ca539e06a337d6854136e84bfdeea149e309
 SHA512 
ead2eb829a2189efddb6cf0052d86d32eaca0ae7474cf0444640c0c976df66bc1cf61971891639b798ffb6745fb510fe6499e42e94cc60f2c2084ad7f06c7ab7
 DIST keystonemiddleware-4.21.0.tar.gz 207164 BLAKE2B 
da9e55170c4af189661b518c596caa216d44df4caf139992ddd3cb9de0f14799cb08fb02e9bb6472df1a68aff7971687109002e6308009afbd2532e32eebebb4
 SHA512 
2746c2524559d6de18433d3718c7caf887fc92499466c04c65bef38467e9d16f80b1907c663b47c148dc18c2aae6192a79b4d5b2387f575a69cc837971eddf76
+DIST keystonemiddleware-6.0.0.tar.gz 208974 BLAKE2B 
f8a92ed31ef5d8385ae28bbc909d4c3c3d157c9b879d3beb0b3b87665381ac138c0f0a114e0c095b663f51cf4c1973f8cbb06eff3ca21feb998809bcb73d83cd
 SHA512 
e2fe230da87de7f4ee768ba93dcbaf5382e44972a84914d6c0fbe0f13eda14ff74642594cfbbed1d6ec359eae4158bf9b798b48d362becdd6bad84ec3015db3b

diff --git a/dev-python/keystonemiddleware/keystonemiddleware-6.0.0.ebuild 
b/dev-python/keystonemiddleware/keystonemiddleware-6.0.0.ebuild
new file mode 100644
index 000..6430248119c
--- /dev/null
+++ b/dev-python/keystonemiddleware/keystonemiddleware-6.0.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A middleware for the OpenStack Keystone API"
+HOMEPAGE="https://github.com/openstack/keystonemiddleware";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   test? (
+   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-memcached-1.56[${PYTHON_USEDEP}]
+   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+   >=dev-python/webtest-2.0.27[${PYTHON_USEDEP}]
+   >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
+   )"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-cache-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/pycadf-1.1.0[${PYTHON_USEDEP}]
+   !~dev-python/pycadf-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]"
+
+PATCHES=(
+)
+
+python_prepare_all() {
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   testr init
+   testr run || die "testsuite failed under python2.7"
+   flake8 ${PN/python-/}/tests || die "run over tests folder by flake8 
drew error"
+}



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

2019-04-09 Thread Matthew Thode
commit: aac734738fcce24b36047a5a174e86a40a777166
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:29:26 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac73473

dev-python/paste: add py37 support 2.0.3-r1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/paste/paste-2.0.3-r1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/paste/paste-2.0.3-r1.ebuild 
b/dev-python/paste/paste-2.0.3-r1.ebuild
index babdf62124f..3a2b457b4f1 100644
--- a/dev-python/paste/paste-2.0.3-r1.ebuild
+++ b/dev-python/paste/paste-2.0.3-r1.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 72f6e652d654af1ba3d13b1b08712c8674bc0867
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:19:25 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f6e652

dev-python/serpent: 1.19 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/serpent/serpent-1.19.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/serpent/serpent-1.19.ebuild 
b/dev-python/serpent/serpent-1.19.ebuild
index 3f421d934ee..77bd44868bc 100644
--- a/dev-python/serpent/serpent-1.19.ebuild
+++ b/dev-python/serpent/serpent-1.19.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 33842228f2d75df81dd6b3133d0c320870c4883f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:08:35 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33842228

dev-python/pika: 0.13.0 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pika/Manifest   |  1 +
 dev-python/pika/pika-0.13.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/pika/Manifest b/dev-python/pika/Manifest
index cdf8c6a55b8..7ee86b3cc35 100644
--- a/dev-python/pika/Manifest
+++ b/dev-python/pika/Manifest
@@ -1 +1,2 @@
 DIST pika-0.10.0.tar.gz 82642 BLAKE2B 
cc0cafd6d58c1b6511bb244731f4c18698370e77baaa0b876061d80c9748fb81b92dfdac0250c4db7a6ca816791ab8eb8f4f785d9223b45082918a304545a4bd
 SHA512 
8a6e8b870aa36f141a24d4886cd8e4d4fb5cb735d87857a16ad963d7a14e0c40e81a3c7e193d879046a7e76fa87ab0b16bfd4a000e169e2452815fcd04db93eb
+DIST pika-0.13.0.tar.gz 103730 BLAKE2B 
c78139ac7a60bd324619792b177c96793c8c645d58bd6962f7061d5dfca2f621b6199ebb4b2d3fbc7367324f18d3e766266b43db9afafdd8e64c2eec6069f175
 SHA512 
f555142c8f466ebdbc46a24278794754186176832841723cb0d5d6ff69ee9a946dca8a7ae3280a96b5da8cb2d3066e11a58771583edecf7990749c8857a7ed42

diff --git a/dev-python/pika/pika-0.13.0.ebuild 
b/dev-python/pika/pika-0.13.0.ebuild
new file mode 100644
index 000..ab71925e87c
--- /dev/null
+++ b/dev-python/pika/pika-0.13.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python implementation of the AMQP"
+HOMEPAGE="https://pika.readthedocs.org/ https://github.com/pika/pika";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""



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

2019-04-09 Thread Matthew Thode
commit: 7224a8e6b99fccf64f176acfc16b6fa0d3c6732f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:46:54 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7224a8e6

dev-python/pysaml2: 4.6.5 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pysaml2/pysaml2-4.6.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pysaml2/pysaml2-4.6.5.ebuild 
b/dev-python/pysaml2/pysaml2-4.6.5.ebuild
index 141820786e1..067dd1d761a 100644
--- a/dev-python/pysaml2/pysaml2-4.6.5.ebuild
+++ b/dev-python/pysaml2/pysaml2-4.6.5.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 56582cd8ea93f2ed8ca1e0e1e78a7c94f6ce573f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:34:56 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56582cd8

dev-python/routes: 2.4.1 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/routes/routes-2.4.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/routes/routes-2.4.1.ebuild 
b/dev-python/routes/routes-2.4.1.ebuild
index 89a8441f1d9..b4cbadb216c 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 60d12ff63c666d37512b19eb90b73f5b1c34031c
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:06:27 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d12ff6

dev-python/py-amqp: 2.4.2 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/py-amqp/Manifest |  1 +
 dev-python/py-amqp/py-amqp-2.4.2.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-python/py-amqp/Manifest b/dev-python/py-amqp/Manifest
index 5fd1475c3af..1801d358359 100644
--- a/dev-python/py-amqp/Manifest
+++ b/dev-python/py-amqp/Manifest
@@ -1 +1,2 @@
 DIST amqp-2.3.2.tar.gz 105854 BLAKE2B 
8bacae52f03118e2d0fb93a6494628f18f7139d655f1c4b3e7cda9fd81eba5d92f56038bc01dd4a28a89168be0fd51013db0060e945e7f7c63e1423892feaee6
 SHA512 
c9c99a238cf64ab5590eaea5756e9f68d58769b4d74af3405321d5c129171f34e6a5d20f2125ef2828e843b637fbd115d1ee9391726fe6ff09d233f0e6bdd511
+DIST amqp-2.4.2.tar.gz 116265 BLAKE2B 
1615563ad4ea86ebd970641ed409d3f90aba86c4f4eb4af3fbd528cdbe68642a83e05bbed8b8bcc5f503c227003f078c2cbd444f56218af5d02961f1008319ec
 SHA512 
dba880c07ee8b503e02f11ea5804f559ac2eb85717118d796558b1890032482babd15930af78f9d11b77530d496fce3ba8c8579eec71ce5a3f76b8d8a181af34

diff --git a/dev-python/py-amqp/py-amqp-2.4.2.ebuild 
b/dev-python/py-amqp/py-amqp-2.4.2.ebuild
new file mode 100644
index 000..bc0ca048de3
--- /dev/null
+++ b/dev-python/py-amqp/py-amqp-2.4.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+MY_PN="amqp"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)"
+HOMEPAGE="https://github.com/celery/py-amqp https://pypi.org/project/amqp/";
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="doc extras test"
+
+RDEPEND=""
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/vine-1.1.3[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_celery[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/case-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   dev-python/pytest-cov[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${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/. )
+   if use extras; then
+   insinto /usr/share/${PF}/extras
+   doins -r extra
+   fi
+   distutils-r1_python_install_all
+}



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

2019-04-09 Thread Matthew Thode
commit: dbd44e8be79622b9e1ebdcce5b097bda8a6d345c
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:21:10 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd44e8b

dev-python/pyro: 4.56 add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pyro/pyro-4.56.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyro/pyro-4.56.ebuild b/dev-python/pyro/pyro-4.56.ebuild
index 1f10cc373db..514ae1a3a50 100644
--- a/dev-python/pyro/pyro-4.56.ebuild
+++ b/dev-python/pyro/pyro-4.56.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} pypy )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6,7} pypy )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Matthew Thode
commit: 635d38341375245cf15c81ed310b780b4f2574ff
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:45:43 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635d3834

dev-python/pycrypto: add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild 
b/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild
index 2814f60fd81..69800aafbcf 100644
--- a/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild
+++ b/dev-python/pycrypto/pycrypto-2.6.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 flag-o-matic



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

2019-04-09 Thread Matthew Thode
commit: f311cd49063b2279a30aeb5030c66806b280f23f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:14:02 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f311cd49

dev-python/futurist: 1.8.1 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest
index 09607c161c1..5afa53aebcd 100644
--- a/dev-python/futurist/Manifest
+++ b/dev-python/futurist/Manifest
@@ -1,2 +1,3 @@
 DIST futurist-1.3.1.tar.gz 40927 BLAKE2B 
7a746bc7dbdfe1ac9ff2fcdd02a0f4f6e0caccadb52b46439620bc5daf736545de906d0a8d159d39fe7d0ab8eda05767aff4723607dc777ec5c1b43a1670c277
 SHA512 
88b3af8922542d0bcc3e3e1ba8c456adb6233a616c1e14b3b49b11162be5b65855e7088ae6ce573d42bc80675f51070270533fea65e70935304954a3889db3e3
 DIST futurist-1.6.0.tar.gz 40372 BLAKE2B 
295a2a274de8a613025c6c46f6abd048cc6d988e9f4c5dc2de9559d295d88f2d93e5afc017dbd8c9c20a6bb50a63567d42f3ac46c61fd9b0d08a028dbdb2c5bf
 SHA512 
fdbd93e3ffa61661218e4a3f180a448b1d8c75126847c50a36264543bac02f50984d4e493031c0ce3257d16661f7b4a4463b5b3dfd7ae7e2f974410e0d1234a1
+DIST futurist-1.8.1.tar.gz 42430 BLAKE2B 
4584d37dd2a5de41be576b1233a50202c9c134b0a7e6c231e028224413f2a0c6e2ab22e1685e5fc974cded3e70c4fee6cbb9ae1262f167455a40a39eeec8c904
 SHA512 
4ec292284a1a6a7675bd9970f391bfcc47841c42beedac8348b23755481c4f87a2467dbb0f8c963c4b9fc8148a8aaca43e3c166878d07c9e48720481b0f73d9b

diff --git a/dev-python/futurist/futurist-1.8.1.ebuild 
b/dev-python/futurist/futurist-1.8.1.ebuild
new file mode 100644
index 000..d6652024f28
--- /dev/null
+++ b/dev-python/futurist/futurist-1.8.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Useful additions to futures, from the future"
+HOMEPAGE="https://pypi.org/project/futurist/ 
http://docs.openstack.org/developer/futurist";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   >=dev-python/contextlib2-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+   

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

2019-04-09 Thread Matthew Thode
commit: 0a056a3e9b0e08c5a34f0f2da1c32795c677554f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  9 06:34:26 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Apr  9 07:05:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a056a3e

dev-python/repoze-lru: 0.7 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/repoze-lru/Manifest  |  1 +
 dev-python/repoze-lru/repoze-lru-0.7.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/repoze-lru/Manifest b/dev-python/repoze-lru/Manifest
index 51687a99d7d..5f6dbcc55f9 100644
--- a/dev-python/repoze-lru/Manifest
+++ b/dev-python/repoze-lru/Manifest
@@ -1 +1,2 @@
 DIST repoze.lru-0.6.tar.gz 19814 BLAKE2B 
af86797daf286daa709556194d9aac5d72151b1879adfb5d0f209f7f5a1198fe0772117ad8d13b7cf8caafc0d74c2b03b920814770c6a9db3ee44707b6d8ea8e
 SHA512 
32732286f41ac6ad55e65fa15907e44558e7fbf089d1565c9c413be7c4af158b7a8ef9fc6be68998f8a9b4cd836028b8e706ba508a328a7fa338e95364e968db
+DIST repoze.lru-0.7.tar.gz 19591 BLAKE2B 
839cd757ab51943b46cab22190c4e3bb829f7a94ad66647aa99072d535b7366778b57aedc556c8c91f012534154e6e2ef7608b2d4db2b64e7ba54486404a183e
 SHA512 
c4d8b015931c4265fa8559f99c9d5016835574b368ebe0d49fe503afe908020b2bf29836606134e00c6c0aa436d52a00bb73d6ab80e98d0802f54bd2e4686476

diff --git a/dev-python/repoze-lru/repoze-lru-0.7.ebuild 
b/dev-python/repoze-lru/repoze-lru-0.7.ebuild
new file mode 100644
index 000..d643a90d8e5
--- /dev/null
+++ b/dev-python/repoze-lru/repoze-lru-0.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="A tiny LRU cache implementation and decorator"
+HOMEPAGE="http://www.repoze.org";
+SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+RDEPEND="dev-python/namespace-repoze[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   find "${D}" -name '*.pth' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/

2019-04-09 Thread Patrice Clement
commit: 122bc0b199cd311da5af3430d5434708b7b2d506
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 23 22:00:06 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:27:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122bc0b1

app-vim/ri-browser: EAPI7 bump.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/ri-browser/ri-browser-1.2-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/app-vim/ri-browser/ri-browser-1.2-r1.ebuild 
b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
new file mode 100644
index 000..1e68c9e0bc8
--- /dev/null
+++ b/app-vim/ri-browser/ri-browser-1.2-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494";
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
+
+RDEPEND="dev-lang/ruby"
+
+VIM_PLUGIN_HELPFILES="ri.txt"
+VIM_PLUGIN_MESSAGES="filetype"



[gentoo-commits] repo/gentoo:master commit in: sys-boot/netboot/

2019-04-09 Thread Patrice Clement
commit: e0aebd36bae0498e113713c32b2315bcacbef804
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Wed Apr  3 10:06:48 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:25:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0aebd36

sys-boot/netboot: bump to EAPI=7.

Changes to ebuild:

* bumped from EAPI=2 to EAPI=7.
* license changed to GPL-2+, since GPL-2 is wrong here.
* added amd64 arch, as it compiles and works fine on this arch.
* Patched several makefiles, to install into the correct pathes.
* Overhauled whole build to make it more clean.
* Install more docs, to make it complete.
* Dropped unnecessary move/delete of directories/files.
* Added better description to ebuild and metadata.xml.
* Taking ownership.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11575
Signed-off-by: Patrice Clement  gentoo.org>

 sys-boot/netboot/metadata.xml | 18 +++-
 sys-boot/netboot/netboot-0.10.2-r1.ebuild | 74 +++
 2 files changed, 91 insertions(+), 1 deletion(-)

diff --git a/sys-boot/netboot/metadata.xml b/sys-boot/netboot/metadata.xml
index 7fcd5c3e9ed..51c8a76d3fe 100644
--- a/sys-boot/netboot/metadata.xml
+++ b/sys-boot/netboot/metadata.xml
@@ -1,8 +1,24 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   Netboot enables a computer with a compatible CPU to boot 
without access to a hdd or floppy.
+   The computer has to be equipped so it can load the operating 
system over an IP network from a server.
+   All tools required for this are included in the netboot 
package. 
+   

+   https://sourceforge.net/p/netboot/bugs/
netboot

+   
+   Install the bootrom binary for creation of 
rom files, which can be used for booting via floppy or rom.
+   
 

diff --git a/sys-boot/netboot/netboot-0.10.2-r1.ebuild 
b/sys-boot/netboot/netboot-0.10.2-r1.ebuild
new file mode 100644
index 000..64a626b5546
--- /dev/null
+++ b/sys-boot/netboot/netboot-0.10.2-r1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Allows to remote boot a computer over an IP network"
+HOMEPAGE="http://netboot.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="berkdb +bootrom +lzo odbc static-libs"
+
+DEPEND="
+   berkdb? ( sys-libs/db:= )
+   lzo? ( dev-libs/lzo:2= )
+   odbc? ( dev-db/unixODBC:= )
+"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+
+   # Respect users LDFLAGS
+   eapply "${FILESDIR}"/"${P}"-ldflags.patch
+
+   # Don't install support binaries into libdir
+   sed -e "152s:nblibdir:bindir:" -e "153s:nblibdir:bindir:" -i 
misc/Makefile || die
+
+   # Don't install perl script into libdir
+   sed -e 's/nblibdir/nbmiscdir/g' -i mknbi-dos/utils/Makefile || die
+
+   # Don't install vim syntax file, as it will be installed manually
+   sed -e '/mgl.vim/d' -i mknbi-mgl/Makefile || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --datadir="/usr/share/netboot"
+   $(use_with berkdb berkeley-db)
+   $(use_enable bootrom)
+   $(use_with lzo)
+   $(use_with odbc)
+   $(use_enable static-libs static)
+   --with-gnu-as86="$(tc-getAS)"
+   --with-gnu-cc86="$(tc-getCC)"
+   --with-gnu-ld86="$(tc-getLD)"
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   # mknbi fails with parallel build
+   emake -j1
+}
+
+src_install() {
+   emake DESTDIR="${ED}" install
+
+   insinto /usr/share/vim/vimfiles/syntax
+   doins "${S}"/mknbi-mgl/misc/mgl.vim
+
+   dodoc README doc/{HISTORY,PROBLEMS,README.*,Spec.doc}
+
+   docinto flashcard
+   dodoc FlashCard/README FlashCard/*.ps
+
+   find "${D}" -name '*.la' -type f -delete || die
+}



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

2019-04-09 Thread Patrice Clement
commit: bbbfd029603c1bc0b0f25163404cb304bf45efca
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 07:33:29 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:29:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd029

x11-plugins/wmstickynotes: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11436
Signed-off-by: Patrice Clement  gentoo.org>

 x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
index 4ebbce8e36b..04099339b7a 100644
--- a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils
 
 DESCRIPTION="A dockapp for keeping small notes around on the desktop"
-HOMEPAGE="http://wmstickynotes.sourceforge.net/";
+HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/";
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/

2019-04-09 Thread Patrice Clement
commit: 09c927166ec895ba9f0880f236dd846499e189d2
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 23 21:59:47 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:27:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c92716

app-vim/ri-browser: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11448
Signed-off-by: Patrice Clement  gentoo.org>

 app-vim/ri-browser/ri-browser-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild 
b/app-vim/ri-browser/ri-browser-1.2.ebuild
index 57709448420..8ef0c7657e5 100644
--- a/app-vim/ri-browser/ri-browser-1.2.ebuild
+++ b/app-vim/ri-browser/ri-browser-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -6,7 +6,7 @@ EAPI=0
 inherit vim-plugin
 
 DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=494";
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494";
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~sparc"



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

2019-04-09 Thread Patrice Clement
commit: c4d11eb6422b3ec12670856b78b1c52578ea1fbe
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 07:38:53 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:29:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d11eb6

x11-plugins/wmstickynotes: EAPI7 bump.

Closes: https://bugs.gentoo.org/681130
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
new file mode 100644
index 000..61bae078ca7
--- /dev/null
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A dockapp for keeping small notes around on the desktop"
+HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="x11-libs/gtk+:2"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-gold.patch )



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

2019-04-09 Thread Patrice Clement
commit: 8f65ceefc10565c1613551b9f1f9b55a65109896
Author: William Breathitt Gray  gmail  com>
AuthorDate: Fri Mar  8 10:26:45 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:33:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f65ceef

games-action/minetest: version bump to 5.0.1.

A pkg_postinst message is added to notify users the 5.x series is not
compatible to the 0.4 series. The ebuild is updated to EAPI 7 and the
gnome2_utils eclass is replaced with the xdg eclass.

Closes: https://bugs.gentoo.org/679730
Signed-off-by: William Breathitt Gray  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11568
Signed-off-by: Patrice Clement  gentoo.org>

 games-action/minetest/Manifest  |   1 +
 games-action/minetest/minetest-5.0.1.ebuild | 145 
 2 files changed, 146 insertions(+)

diff --git a/games-action/minetest/Manifest b/games-action/minetest/Manifest
index 0f90bfd0f67..5c9157dbe70 100644
--- a/games-action/minetest/Manifest
+++ b/games-action/minetest/Manifest
@@ -1,3 +1,4 @@
 DIST minetest-0.4.16.tar.gz 7753044 BLAKE2B 
a35a0bcab00393fc72e5d932a86ebacdd1b3aa5a850e36f7b788599086c65f549341fa05fcbc0c6a09540df79d840611ec352d79e673ba63575a9f51fd5e22af
 SHA512 
c124a997d9eb242885551e5c68948158cbd172ccd44fb1feb4d7aea487f876a2421bc990528dbfb6baf2033bfd4759d17138ed95b077e0ba80785a6e7ff521a2
 DIST minetest-0.4.17.1.tar.gz 7758675 BLAKE2B 
93f5f1ce32b98bb78a6ae5bc2ab9110902e118480b37b8c9cf87f1c6aa986f379e1191e82d4a764fb2aa0a0747c113e80cd014e6a06e0a485a59e516c4644fc6
 SHA512 
9f84ae45ebe181cb1cd2dff6b71b558eb276472efdfcd73bd02a111b2761793d49681bdfbbeaccc28f4a2f49e15b80d04b78db2f2f728c852c188b0c96aae618
 DIST minetest-0.4.17.tar.gz 7757149 BLAKE2B 
9ee908990224da800e7f0f4fc5e28d5bde03f4486d43ad58225d8ec056f8209fde94597798c977e1d3f3f8cbeadeb0bcdae6eb2aac2b8572fcbcfa28bbd62eba
 SHA512 
3015f5a03be37c5395b55b6dc9f883f9270b19f709a47250f36bc7b1ce6d04a0e89e4366d86da33bbebbfb64f04ff008aec66c96930d7314991a21160265bafe
+DIST minetest-5.0.1.tar.gz 8761122 BLAKE2B 
888e29b956d66543dd506b8e7eadd2e9d37324aebd4f84989745090fe927e97355c2baa7d615f5e0f8e2a074724b89bdf5f807c297cce1bc8483e500b0248e22
 SHA512 
00f0c77c19eb9619387285e5dad690c8aa9969ff11c4de0bdae99ee6e9a4508a8c2f977837fc2e01aebc5d4c1a5191d4f56acb131182d73c8f50da1458695607

diff --git a/games-action/minetest/minetest-5.0.1.ebuild 
b/games-action/minetest/minetest-5.0.1.ebuild
new file mode 100644
index 000..61809625372
--- /dev/null
+++ b/games-action/minetest/minetest-5.0.1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils user xdg
+
+DESCRIPTION="An InfiniMiner/Minecraft inspired game"
+HOMEPAGE="https://www.minetest.net";
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1+ CC-BY-SA-3.0 OFL-1.1 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+curl dedicated doc jsoncpp +leveldb luajit ncurses nls postgres redis 
+server +sound spatial +truetype"
+
+RDEPEND="
+   dev-db/sqlite:3
+   dev-libs/gmp:0=
+   sys-libs/zlib
+   curl? ( net-misc/curl )
+   !dedicated? (
+   app-arch/bzip2
+   dev-games/irrlicht
+   media-libs/libpng:0=
+   virtual/jpeg:0
+   virtual/opengl
+   x11-libs/libX11
+   x11-libs/libXxf86vm
+   sound? (
+   media-libs/libogg:=
+   media-libs/libvorbis:=
+   media-libs/openal:=
+   )
+   truetype? ( media-libs/freetype:2 )
+   )
+   jsoncpp? ( dev-libs/jsoncpp )
+   leveldb? ( dev-libs/leveldb:= )
+   luajit? ( dev-lang/luajit:2 )
+   ncurses? ( sys-libs/ncurses:0= )
+   nls? ( virtual/libintl )
+   postgres? ( >=dev-db/postgresql-9.5:= )
+   redis? ( dev-libs/hiredis )
+   spatial? ( sci-libs/libspatialindex )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   app-doc/doxygen
+   media-gfx/graphviz
+   )
+   nls? ( sys-devel/gettext )"
+
+pkg_setup() {
+   if use server || use dedicated ; then
+   enewgroup ${PN}
+   enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
+   fi
+}
+
+src_prepare() {
+   cmake-utils_src_prepare
+   # set paths
+   sed \
+   -e "s#@BINDIR@#${EPREFIX}/usr/bin#g" \
+   -e "s#@GROUP@#${PN}#g" \
+   "${FILESDIR}"/minetestserver.confd > 
"${T}"/minetestserver.confd || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_CLIENT=$(usex !dedicated)
+   -DCUSTOM_BINDIR="${EPREFIX}/usr/bin"
+   -DCUSTOM_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"
+   -DCUSTOM_EXAMPLE_CONF_DIR="${EPREFIX}/usr/share/doc/${PF}"
+   -DCUSTOM_LOCALEDIR="${EPREFIX}/usr/sh

[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2019-04-09 Thread Patrice Clement
commit: 97a6ed2014bf9a11dec66d4be3e758bb5fb46f11
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Mar 30 13:43:51 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:30:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a6ed20

app-benchmarks/stress-ng: bump to version 0.09.57.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11544
Signed-off-by: Patrice Clement  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.09.57.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 94174996191..5b9d0f004bb 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.09.55.tar.xz 385784 BLAKE2B 
c78d7abd2812888725866602893d7e5164ddfe83e3c121ff8f8b88045c5d2081d7d9b5de33bd7940b18b751a6b6089074c087db5d91bb042e06966c646b4aa68
 SHA512 
76d03a62dd9dd8076fd7b38c531c2e3c7e56f307a8a87f67df45aacadd5a57d7969a15709239c13a1a725a887a0770aaefa3e5d2e188abf06cf4a85c9ec358ce
+DIST stress-ng-0.09.57.tar.xz 386624 BLAKE2B 
524a69e08dc2443d3a66ad46d07f509333eb497ede6bfe11ef10f84fc33720597eae5ce58d706e5384be19f361fc7b4b762110e3ca10556ef4ccfd804dcd1be4
 SHA512 
5c3bd06be0f66a6bbb88393b3d22400b5a307e4c45e27d7cb15502370b0873ec11c911aa31fa066400152169ec5bea29c1c0260899dedbc640fbef09ee672cb5

diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.57.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.09.57.ebuild
new file mode 100644
index 000..ca0f04e7861
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.09.57.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/";
+SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+   dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   net-misc/lksctp-tools
+   sys-apps/attr
+   sys-apps/keyutils
+   sys-libs/libapparmor
+   sys-libs/libcap
+   sys-libs/zlib:=
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
+
+PATCHES=( "${FILESDIR}/${PN}-0.09.53-makefile.patch" )



[gentoo-commits] repo/gentoo:master commit in: www-misc/monitorix/, www-misc/monitorix/files/

2019-04-09 Thread Patrice Clement
commit: e53604532f966e9c3399169b87d30b16cd4e7070
Author: Pedro Arizmendi  zoho  com>
AuthorDate: Thu Mar 21 16:45:48 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:29:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5360453

www-misc/monitorix: version bump to 3.11.0.

- Updated monitorix to version 3.11.0
- Fixed systemd script bug referencing the wrong path
- Updated init.d script to avoid issues

Closes: https://bugs.gentoo.org/681348
Signed-off-by: Pedro Arizmendi  zoho.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11446
Signed-off-by: Patrice Clement  gentoo.org>

 www-misc/monitorix/Manifest|   1 +
 www-misc/monitorix/files/monitorix |  30 +
 www-misc/monitorix/files/monitorix.init|  24 ---
 www-misc/monitorix/monitorix-3.11.0.ebuild | 105 +
 4 files changed, 136 insertions(+), 24 deletions(-)

diff --git a/www-misc/monitorix/Manifest b/www-misc/monitorix/Manifest
index e309e6b68c6..563c78fc9e0 100644
--- a/www-misc/monitorix/Manifest
+++ b/www-misc/monitorix/Manifest
@@ -1,3 +1,4 @@
 DIST monitorix-3.10.0.tar.gz 309688 BLAKE2B 
58345fbe02e24be48baecb1b91b4c24de8bec1960557e4713c4007c7c1649627d79caf823893eba4f9c9bc1330cc739f2c4e248421795235107ddf5164e998f5
 SHA512 
a313b25c4b8a614d62d67e9649227461a0faf83704baebb01318acb8d42dc336b747dd5f4a9fc5ddbd7ef10598d96577d1265c0022dfb0a94826e1da5cfc33d2
 DIST monitorix-3.10.1.tar.gz 313587 BLAKE2B 
2dfc63499966346cf7e862a44d904f2599a6eb40544c511c9d64f1fa32684bccbecccbbfaff8d46cdb1c4af8b5904c2622ede8d3d8f955bd9bacc32848c2ef02
 SHA512 
b1e2a5c6a2992c6280129ec7fcdd72783902f475c3c98f09aab86b56305efacce7222732669639dc59b29da2fdf5cda4ee159f4a95b12e4ee3a491d55c55
+DIST monitorix-3.11.0.tar.gz 318741 BLAKE2B 
af190e716acea9dfa56ebf3976e387abc19d0254fbebf6b6b18deff98b989266bff7e7c59e57832ad8b29dff8abb220e19da079c004ec185b63845cf70fb2727
 SHA512 
81832ef569416cc2e587beff8dbd485a6d361c0b5f11611522bde58c06d3156888e8c7b49cb3205adafbf737cd2d2b22e6041cd8b94e6d8c78cb5a4c3b1587de
 DIST monitorix-3.9.0.tar.gz 288443 BLAKE2B 
6203f2950e0061d1ff268a2c42c31e7e14b5103e09ec82411f3ee3b957212c8799ba00710b269e0097ed0a3c060eb2d6972dd7b2c1af820bb09de2281113238c
 SHA512 
599f3fa004c2e9657f255ca0ef0ae69ca63623976d17ebf8883a8c19b8a76193916634844f794da508439336edc37e424263aa6ccd8e06bb3584b6cf3cda783b

diff --git a/www-misc/monitorix/files/monitorix 
b/www-misc/monitorix/files/monitorix
new file mode 100755
index 000..389119e2e55
--- /dev/null
+++ b/www-misc/monitorix/files/monitorix
@@ -0,0 +1,30 @@
+#!/sbin/openrc-run
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+name="Monitorix"
+description="Monitorix is a lightweight system monitoring tool"
+command=/usr/sbin/monitorix
+command_args="-c /etc/monitorix/monitorix.conf -p /var/run/$name.pid"
+pidfile=/var/run/monitorix.pid
+
+checkconfig() {
+if [[ ! -e /etc/monitorix/monitorix.conf ]]; then
+eerror "Please check that the configuration file exists."
+return 1
+fi
+}
+
+start() {
+checkconfig || return 1
+ebegin "Starting $name"
+start-stop-daemon --start --name $name --pidfile /var/run/$name.pid --exec 
$command -- $command_args
+eend $?
+}
+
+stop() {
+ebegin "Stopping $name"
+start-stop-daemon --stop --pidfile /var/run/$name.pid
+eend $?
+}
+

diff --git a/www-misc/monitorix/files/monitorix.init 
b/www-misc/monitorix/files/monitorix.init
deleted file mode 100644
index a614bd0bd4a..000
--- a/www-misc/monitorix/files/monitorix.init
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
-need net
-}
-
-start() {
-ebegin "Starting monitorix"
-start-stop-daemon --start --exec /usr/sbin/monitorix --pidfile 
/var/run/monitorix.pid -- -c /etc/monitorix/monitorix.conf -p 
/var/run/monitorix.pid
-local i=0
-local timeout=5
-while [ ! -f /var/run/monitorix.pid ] && [ $i -le $timeout ]; do
-sleep 1
-i=$(($i + 1))
-done
-[ $timeout -gt $i ]
-eend $?
-}
-
-stop() {
-ebegin "Stopping monitorix"
-start-stop-daemon --stop --signal QUIT --stop --exec 
/usr/sbin/monitorix --pidfile /var/run/monitorix.pid
-eend $?
-}

diff --git a/www-misc/monitorix/monitorix-3.11.0.ebuild 
b/www-misc/monitorix/monitorix-3.11.0.ebuild
new file mode 100644
index 000..efb99c9012a
--- /dev/null
+++ b/www-misc/monitorix/monitorix-3.11.0.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit systemd user
+
+DESCRIPTION="A lightweight system monitoring tool"
+HOMEPAGE="https://www.monitorix.org/";
+SRC_URI="https://www.monitorix.org/${P}.tar.gz";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="de

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-04-09 Thread Patrice Clement
commit: 7df1dacde12ab3c593d9f2711f0087eb7e540b25
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Mar 31 20:39:25 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:31:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df1dacd

gnome-extra/gnome-commander: version bump to 1.10.0.

Signed-off-by: Uwe Scholz  gmx.de>
Closes: https://github.com/gentoo/gentoo/pull/11559
Signed-off-by: Patrice Clement  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  1 +
 .../gnome-commander/gnome-commander-1.10.0.ebuild  | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index f7d5e67d35a..293c7dad72c 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -2,3 +2,4 @@ DIST gnome-commander-1.6.3.tar.xz 6653164 BLAKE2B 
04d39ad7e19939b1791de838a03a94
 DIST gnome-commander-1.6.4.tar.xz 6678752 BLAKE2B 
987aa7ff2b34df163a82a9e1964d21860a90ba2ff6fb71190ebfec245090a9ffea1aa8a45c037cd848135dec7a56b7cd26e31d70be8c5ce3f24ad132cff3b19a
 SHA512 
00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0
 DIST gnome-commander-1.8.0.tar.xz 7433656 BLAKE2B 
686581eb6775e336928f18f3c817d4d34b19da2c5c91660e453223833b24f6bd1400d8ecf2ca3698fc18f2d926343006058b00fefda889204f251b223d6a2d34
 SHA512 
0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d
 DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32
+DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
new file mode 100644
index 000..a5e742b15f1
--- /dev/null
+++ b/gnome-extra/gnome-commander/gnome-commander-1.10.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A graphical, full featured, twin-panel file manager"
+HOMEPAGE="https://gcmd.github.io/";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="chm exif gsf pdf taglib samba test +unique"
+
+RDEPEND="
+   app-text/yelp-tools
+   >=dev-libs/glib-2.44.0:2
+   unique? ( >=dev-libs/libunique-0.9.3:1 )
+   gnome-base/gnome-keyring
+   >=gnome-base/gnome-vfs-2.0.0
+   >=gnome-base/libgnome-2.0.0
+   >=gnome-base/libgnomeui-2.4.0
+   >=x11-libs/gtk+-2.18.0:2
+   chm? ( dev-libs/chmlib )
+   exif? ( >=media-gfx/exiv2-0.14 )
+   gsf? ( >=gnome-extra/libgsf-1.12.0 )
+   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
+   pdf? ( >=app-text/poppler-0.18 )
+   taglib? ( >=media-libs/taglib-1.4 )
+"
+DEPEND="
+   ${RDEPEND}
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   >=sys-devel/gcc-8.2.0
+   virtual/pkgconfig
+   test? ( >=dev-cpp/gtest-1.7.0 )
+"
+
+src_configure() {
+   gnome2_src_configure \
+   --disable-static \
+   $(use_with chm libchm) \
+   $(use_with exif exiv2) \
+   $(use_with gsf libgsf) \
+   $(use_with pdf poppler) \
+   $(use_with samba) \
+   $(use_with taglib) \
+   $(use_with unique)
+}
+
+pkg_postinst() {
+   gnome2_pkg_postinst
+   has_version dev-util/meld || elog "You need dev-util/meld to 
synchronize files and directories."
+   has_version gnome-extra/yelp || elog "You need gnome-extra/yelp to view 
the docs."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/

2019-04-09 Thread Patrice Clement
commit: e084b715a66253ce4375428b658a19d75ec78daa
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Mon Apr  1 17:51:23 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:32:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e084b715

dev-lang/mono-basic: updated metadata.xml.

Added  and  sections.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Patrice Clement  gentoo.org>

 dev-lang/mono-basic/metadata.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/dev-lang/mono-basic/metadata.xml b/dev-lang/mono-basic/metadata.xml
index 54d5423c406..bc520d854ae 100644
--- a/dev-lang/mono-basic/metadata.xml
+++ b/dev-lang/mono-basic/metadata.xml
@@ -9,4 +9,14 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   This package contains the visual basic runtime and compiler,
+   which are used by the mono project, to make
+   Visual Basic .NET projects run under linux.
+   Current compatibility level is Visual Basic 8 / .NET 2.0.
+   
+   
+   https://github.com/mono/mono-basic/issues
+   mono/mono-basic
+   
 



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

2019-04-09 Thread Patrice Clement
commit: 23cf041ec8a03256eb984483f61a69c1be8c515c
Author: Gabriel Linder  gmail  com>
AuthorDate: Sat Mar 23 10:04:55 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:30:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cf041e

dev-db/postgresql: fix typo in comment.

Signed-off-by: Gabriel Linder  gmail.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/11466
Signed-off-by: Patrice Clement  gentoo.org>

 dev-db/postgresql/files/postgresql.confd-9.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/postgresql/files/postgresql.confd-9.3 
b/dev-db/postgresql/files/postgresql.confd-9.3
index 8b6d2a09728..38bf113d364 100644
--- a/dev-db/postgresql/files/postgresql.confd-9.3
+++ b/dev-db/postgresql/files/postgresql.confd-9.3
@@ -16,7 +16,7 @@ START_TIMEOUT=10
 # wait for this to succeed.
 NICE_TIMEOUT=60
 
-# Forecfully disconnect clients from server and shut down. This is performed
+# Forcefully disconnect clients from server and shut down. This is performed
 # after NICE_QUIT. Terminated client connections have their open transactions
 # rolled back.
 # Set RUDE_QUIT to "NO" to disable. RUDE_TIMEOUT in seconds.



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

2019-04-09 Thread Patrice Clement
commit: 1983c350cd515c3fb3db1b252a58992587d94f49
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Mar 30 11:20:12 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:30:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1983c350

media-sound/teamspeak-server: drop old version.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Patrice Clement  gentoo.org>

 media-sound/teamspeak-server/Manifest  |   2 -
 .../teamspeak-server/teamspeak-server-3.7.0.ebuild | 118 -
 2 files changed, 120 deletions(-)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index 0ce7193b1a1..e129db7a52d 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,4 +1,2 @@
-DIST teamspeak3-server_linux_amd64-3.7.0.tar.bz2 8631710 BLAKE2B 
c18acc1a0755ba86aaafdd0d1b50f5f56085c5ab2ad12d3a701de2d90ff2bfb741cb81efa66843e282fb934d718f8d11d8bf8ee8fda452314a6969b93f4cf3e8
 SHA512 
74b6ab1685aaf5b5065a346129eb329b87aedd36495442d17c2f6bacaeef2e484e7b811b279a26a8993054026aeb81a9c1907fa8b580ad87d8ad630fe66be3de
 DIST teamspeak3-server_linux_amd64-3.7.1.tar.bz2 8658067 BLAKE2B 
83d91ca9c77a53fde15efced19229bb94c140566b73f209ef340af9208a3a47271295682ab435bf325dc725cf1475614a85049b625c67c7e5c387b6a44337747
 SHA512 
8d1e9b90a83beb1f05f8f9ca8d79a7aed27880b41d34de0def5184c902e3d8a3bed4e1542841bd3ebcc179b90f6d335c00802b700f8caf8cd05e6d7b6e10563b
-DIST teamspeak3-server_linux_x86-3.7.0.tar.bz2 8491441 BLAKE2B 
62691579e248bbda23041887beb7395df37dafd0417f291928eb000b2b43ed755704ac8e6c340d9dab9abaa1a9b7f4cbd1b299010296b3d76d8a742890810a56
 SHA512 
53d420c82ed78d5d1998e278080ca6a204a5191e4f3f2001a3fc67c69a0f6ff5f2b2f32667632ba87d9ebefd3996618a3845467879f27cfd63284dd5eb940ddf
 DIST teamspeak3-server_linux_x86-3.7.1.tar.bz2 8506454 BLAKE2B 
19052edf1db9a380ae7d9a9cf8464d058f5486adb80060b144feb7a832ccb403b3233ed21a998ba432c76ad3ca2f7969aa6e10a5e8c111d590e5750071f51a28
 SHA512 
1b01941a1f28a02d01b8685971f6c748161343675739ea46b8efdfc6fd87834478f23057d87fb394c27819e40960577e1eac7a482ad76d90ca2a6535196c9589

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.7.0.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.7.0.ebuild
deleted file mode 100644
index d944f47933e..000
--- a/media-sound/teamspeak-server/teamspeak-server-3.7.0.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd user
-
-DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/";
-SRC_URI="
-   amd64? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
-   x86? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
-"
-
-LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="doc mysql tsdns"
-
-RESTRICT="mirror"
-
-QA_PREBUILT="
-   opt/teamspeak3-server/libmariadb.so.2
-   opt/teamspeak3-server/libts3db_mariadb.so
-   opt/teamspeak3-server/libts3db_sqlite3.so
-   opt/teamspeak3-server/libts3_ssh.so
-   opt/teamspeak3-server/ts3server
-   opt/teamspeak3-server/tsdnsserver
-"
-
-pkg_setup() {
-   enewgroup teamspeak
-   enewuser teamspeak -1 -1 /opt/teamspeak3-server teamspeak
-}
-
-src_unpack() {
-   default
-
-   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
-}
-
-src_install() {
-   diropts -o teamspeak -g teamspeak
-   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
-
-   diropts
-   keepdir /etc/teamspeak3-server
-
-   touch "${D%/}"/opt/teamspeak3-server/.ts3server_license_accepted || die
-
-   exeinto /opt/teamspeak3-server
-   doexe ts3server
-
-   dodir /opt/bin
-   dosym ../teamspeak3-server/ts3server /opt/bin/ts3server
-
-   exeinto /opt/teamspeak3-server
-   doexe libts3db_sqlite3.so libts3_ssh.so
-
-   insinto /opt/teamspeak3-server/serverquerydocs
-   doins -r serverquerydocs/.
-
-   insinto /opt/teamspeak3-server/sql
-   doins sql/*.sql
-   doins -r sql/create_sqlite
-
-   insinto /etc/teamspeak3-server
-   newins "${FILESDIR}"/ts3server.ini-r1 ts3server.ini
-
-   dodoc CHANGELOG
-   docinto ts3server
-   dodoc doc/*.txt
-
-   newinitd "${FILESDIR}"/teamspeak.initd-r1 teamspeak3-server
-   systemd_newunit "${FILESDIR}"/teamspeak.service 
teamspeak3-server.service
-
-   newenvd - 99teamspeak3-server <<- EOF
-   CONFIG_PROTECT="/etc/teamspeak3-server/ts3server.ini 
/etc/teamspeak3-server/ts3server_mariadb.ini 
/etc/teamspeak3-server/tsdns_settings.ini"
-   EOF
-
-   if use doc; then
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/

2019-04-09 Thread Patrice Clement
commit: cdf78dcb8dffd9739fa76d79c4e7aa649d09ff9a
Author: Uwe Scholz  src  gnome  org>
AuthorDate: Sun Mar 31 20:41:22 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:31:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf78dcb

gnome-extra/gnome-commander: remove old.

Remove unused python USE flag from metadata.xml

Signed-off-by: Uwe Scholz  gmx.de>
Signed-off-by: Patrice Clement  gentoo.org>

 gnome-extra/gnome-commander/Manifest   |  3 -
 .../gnome-commander/gnome-commander-1.6.3.ebuild   | 70 --
 .../gnome-commander/gnome-commander-1.6.4.ebuild   | 70 --
 .../gnome-commander/gnome-commander-1.8.0.ebuild   | 69 -
 gnome-extra/gnome-commander/metadata.xml   |  1 -
 5 files changed, 213 deletions(-)

diff --git a/gnome-extra/gnome-commander/Manifest 
b/gnome-extra/gnome-commander/Manifest
index 293c7dad72c..7b13c83ee79 100644
--- a/gnome-extra/gnome-commander/Manifest
+++ b/gnome-extra/gnome-commander/Manifest
@@ -1,5 +1,2 @@
-DIST gnome-commander-1.6.3.tar.xz 6653164 BLAKE2B 
04d39ad7e19939b1791de838a03a9406abb11599e8c43d86cf491aef087e9c78574d28bc076ceefab81a18f09fb1ac49b7cb893b0381a7890744a77438c53453
 SHA512 
92f138c3cff1b88b967340f945bfa58c5840fb3db806943b4d4eb87211fea10de01a8a365de6ca2b18cb0503bd850e758c3a37fe604b5402481c03e953e94dd3
-DIST gnome-commander-1.6.4.tar.xz 6678752 BLAKE2B 
987aa7ff2b34df163a82a9e1964d21860a90ba2ff6fb71190ebfec245090a9ffea1aa8a45c037cd848135dec7a56b7cd26e31d70be8c5ce3f24ad132cff3b19a
 SHA512 
00fcf86025b69a38e68b2c69977ffe54e8b00028176163ce746824a73faed55eeff2fe37eea2e191fd0e7fc1901e2ed701938c3fdfabe9e9b8bdaaec152df0e0
-DIST gnome-commander-1.8.0.tar.xz 7433656 BLAKE2B 
686581eb6775e336928f18f3c817d4d34b19da2c5c91660e453223833b24f6bd1400d8ecf2ca3698fc18f2d926343006058b00fefda889204f251b223d6a2d34
 SHA512 
0023528301812431bffde4c0d314d07d2399d450604bf88426078cfbeed5ee286f16ad0037f85c2b281e9037fd0c622aa92a4a5be055c198d9bdbd3d211c197d
 DIST gnome-commander-1.8.1.tar.xz 729 BLAKE2B 
57def43a8d8794ea813e6520c436d86f3fb9218e64f0b1e7280e03370870a29887737006e056ee0e2af78e12e225a8f5789c4f86f68eac13e27420cbef0fd2d7
 SHA512 
76efb88e1ee8843fcb9cf17c421dda1769d39b1bfd9d5c97e3ff570117bcac44dfd17a2efbda5079155115611b10b75644ec12df541bd6f7f8d0f65e471f6b32
 DIST gnome-commander-1.10.0.tar.xz 7421328 BLAKE2B 
4cfb6a5d445217de10007d4371cd5cce95319dd68a6e7f071def2258cd965cfbeab671c6016e624ef474501608214f309c56360216cc53c83a1660b38dbe77d9
 SHA512 
76e2cca3af7e11ae7f327fa25bb175ad28d36d8b71c4908ce8b91533ed53a444a30d861a24cf94ee34dd7954d1f9dd0a14d26c2214854424b80f8e7c107db60d

diff --git a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild 
b/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
deleted file mode 100644
index 8855b6edb1c..000
--- a/gnome-extra/gnome-commander/gnome-commander-1.6.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 python-single-r1
-
-DESCRIPTION="A graphical, full featured, twin-panel file manager"
-HOMEPAGE="https://gcmd.github.io/";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="chm exif gsf pdf python taglib samba test +unique"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   app-text/gnome-doc-utils
-   >=dev-libs/glib-2.44.0:2
-   unique? ( >=dev-libs/libunique-0.9.3:1 )
-   gnome-base/gnome-keyring
-   >=gnome-base/gnome-vfs-2.0.0
-   >=gnome-base/libgnome-2.0.0
-   >=gnome-base/libgnomeui-2.4.0
-   >=x11-libs/gtk+-2.8.0:2
-   chm? ( dev-libs/chmlib )
-   exif? ( >=media-gfx/exiv2-0.14 )
-   gsf? ( >=gnome-extra/libgsf-1.12.0 )
-   samba? ( >=gnome-base/gnome-vfs-2.0.0[samba] )
-   pdf? ( >=app-text/poppler-0.18 )
-   python? (
-   ${PYTHON_DEPS}
-   >=dev-python/gnome-vfs-python-2.0.0
-   )
-   taglib? ( >=media-libs/taglib-1.4 )
-"
-DEPEND="
-   ${RDEPEND}
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.35.0
-   sys-devel/gettext
-   virtual/pkgconfig
-   test? ( >=dev-util/cppunit-1.13.2 )
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   --disable-static \
-   $(use_enable python) \
-   $(use_with chm libchm) \
-   $(use_with exif exiv2) \
-   $(use_with gsf libgsf) \
-   $(use_with pdf poppler) \
-   $(use_with samba) \
-   $(use_with taglib) \
-   $(use_with unique)
-}
-
-pkg_postinst() {
-   gnome2_pkg_postinst
-   has_version dev-util/meld || elog "You need dev-util/meld to 
synchronize files and directories."
-   has_version gnome-extra/yelp || elog "You need gno

[gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/

2019-04-09 Thread Patrice Clement
commit: 16e026312d3255d6a14ce3155ed13c81873c
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Mon Apr  1 17:49:44 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:32:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e0

dev-lang/mono-basic: drop old version.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11564
Signed-off-by: Patrice Clement  gentoo.org>

 dev-lang/mono-basic/Manifest |  1 -
 dev-lang/mono-basic/mono-basic-4.6-r1.ebuild | 16 
 dev-lang/mono-basic/mono-basic-4.6-r2.ebuild | 18 --
 dev-lang/mono-basic/mono-basic-4.7.ebuild| 16 
 4 files changed, 51 deletions(-)

diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest
index 0f930b04f92..e75ec9d9012 100644
--- a/dev-lang/mono-basic/Manifest
+++ b/dev-lang/mono-basic/Manifest
@@ -1,2 +1 @@
-DIST mono-basic-4.6.tar.bz2 2051520 BLAKE2B 
0fc4961e9beb0894dcc081ecd06abf8a2e1c3d1aa6bb129b72d2c87ab15e9e779c0305f030515b18bd218ac595cd03ebad2fef5403dfc5aeb7a58b8886d085a0
 SHA512 
a8b50f9fa0d2e7533429722e584f42ee3e3794e1e013a2ca75b616b2b7b8c755dbe0722187b5e0982b9ebb8b5d22310a21fcfd55a6c027ee6eadcc7887e106d9
 DIST mono-basic-4.7.tar.bz2 2051806 BLAKE2B 
8d8beb26bfc79c5ff648d671fc92d0f15204694ac735d1ab0c375547f7f4a89519f24bc512ecc16ae93455c7c28978ef2112804335a02b9ccb63e537298e11d5
 SHA512 
c690f81d7af64d1592bc480be230abc93480728288291fe85de5c8b273eb6127d619c3bd02f2acd285b9b055ef4f2970a764b34f49f15e59ed238d01c151c99a

diff --git a/dev-lang/mono-basic/mono-basic-4.6-r1.ebuild 
b/dev-lang/mono-basic/mono-basic-4.6-r1.ebuild
deleted file mode 100644
index a8dac49698a..000
--- a/dev-lang/mono-basic/mono-basic-4.6-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mono-env
-
-DESCRIPTION="Visual Basic Compiler and Runtime"
-HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/";
-
-KEYWORDS="-* amd64 ~x86"
-LICENSE="LGPL-2 MIT"
-SLOT="0"
-
-RDEPEND="dev-lang/mono"
-DEPEND="${RDEPEND}"

diff --git a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild 
b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild
deleted file mode 100644
index 5b752c1c6b9..000
--- a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit mono-env
-
-DESCRIPTION="Visual Basic Compiler and Runtime"
-HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/";
-
-KEYWORDS="~amd64 x86"
-LICENSE="LGPL-2 MIT"
-SLOT="0"
-
-RDEPEND="dev-lang/mono"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"

diff --git a/dev-lang/mono-basic/mono-basic-4.7.ebuild 
b/dev-lang/mono-basic/mono-basic-4.7.ebuild
deleted file mode 100644
index ec04d4fd795..000
--- a/dev-lang/mono-basic/mono-basic-4.7.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mono-env
-
-DESCRIPTION="Visual Basic Compiler and Runtime"
-HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/";
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="LGPL-2 MIT"
-SLOT="0"
-
-RDEPEND="dev-lang/mono"
-DEPEND="${RDEPEND}"



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

2019-04-09 Thread Patrice Clement
commit: 06a1b7cdc42f501e853196d191f24883f4fdcbab
Author: Joonas Niilola  gmail  com>
AuthorDate: Mon Apr  1 06:49:51 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:32:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a1b7cd

x11-terms/terminology: version bump to 1.4.0.

- Add useflag for installable extra testing tools.

Closes: https://bugs.gentoo.org/682818
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Joonas Niilola  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11561
Signed-off-by: Patrice Clement  gentoo.org>

 x11-terms/terminology/Manifest |  1 +
 x11-terms/terminology/metadata.xml |  3 ++
 x11-terms/terminology/terminology-1.4.0.ebuild | 44 ++
 3 files changed, 48 insertions(+)

diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index 68fc495325c..8678ec96d46 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1 +1,2 @@
 DIST terminology-1.3.2.tar.xz 4849832 BLAKE2B 
db03ab8d40a432e42d645a53a02b96afa37a6d238cb26bea55de6153969164e53986d70091239235ba724556feaa32bc8de68aba5fb766543f1719791f0c5ab6
 SHA512 
e41e413348451e0df90634af06fb49ec830f9b1454eec2601977e6e35385bd1a62a385a9ab7fc02fc6c3750f5b73785e4f40f14bb36acd58d4c296074b5f32c8
+DIST terminology-1.4.0.tar.xz 4878656 BLAKE2B 
7e6b41e1057aa245c9cbcbdf164efd68cef7d3bc92706d10d100bface25a7e29468512ee690795e9f09242b644d80215239f761fe7216ea5d768f48259436778
 SHA512 
c7fd6605c00983e79a647b1e577868e5d2b713321164cb0ee8ef4b4a4155bf320f3e145ce91ecf1d3b0c40f28ae360b96798e47fd11accfa230932cfbd9e5c9e

diff --git a/x11-terms/terminology/metadata.xml 
b/x11-terms/terminology/metadata.xml
index d9a6217dd22..acb2058998a 100644
--- a/x11-terms/terminology/metadata.xml
+++ b/x11-terms/terminology/metadata.xml
@@ -8,4 +8,7 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
+  
+Install additional testing tools
+  
 

diff --git a/x11-terms/terminology/terminology-1.4.0.ebuild 
b/x11-terms/terminology/terminology-1.4.0.ebuild
new file mode 100644
index 000..65b045e742a
--- /dev/null
+++ b/x11-terms/terminology/terminology-1.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson xdg-utils
+
+DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
+HOMEPAGE="https://www.enlightenment.org/about-terminology";
+SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz";
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="extras nls"
+
+RDEPEND="
+   || ( dev-libs/efl[gles2] dev-libs/efl[opengl] )
+   || ( dev-libs/efl[X] dev-libs/efl[wayland] )
+   app-arch/lz4
+   dev-libs/efl[eet,fontconfig]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use nls)
+   $(meson_use extras tests)
+   )
+
+   meson_src_configure
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2019-04-09 Thread Patrice Clement
commit: 5b782d7364bc4a79e1cabc020f0d241d47f214c1
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Mar 30 11:19:20 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:30:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b782d73

media-sound/teamspeak-server: bump to version 3.7.1.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11541
Signed-off-by: Patrice Clement  gentoo.org>

 media-sound/teamspeak-server/Manifest  |   2 +
 .../teamspeak-server/teamspeak-server-3.7.1.ebuild | 118 +
 2 files changed, 120 insertions(+)

diff --git a/media-sound/teamspeak-server/Manifest 
b/media-sound/teamspeak-server/Manifest
index 8b184c89fea..0ce7193b1a1 100644
--- a/media-sound/teamspeak-server/Manifest
+++ b/media-sound/teamspeak-server/Manifest
@@ -1,2 +1,4 @@
 DIST teamspeak3-server_linux_amd64-3.7.0.tar.bz2 8631710 BLAKE2B 
c18acc1a0755ba86aaafdd0d1b50f5f56085c5ab2ad12d3a701de2d90ff2bfb741cb81efa66843e282fb934d718f8d11d8bf8ee8fda452314a6969b93f4cf3e8
 SHA512 
74b6ab1685aaf5b5065a346129eb329b87aedd36495442d17c2f6bacaeef2e484e7b811b279a26a8993054026aeb81a9c1907fa8b580ad87d8ad630fe66be3de
+DIST teamspeak3-server_linux_amd64-3.7.1.tar.bz2 8658067 BLAKE2B 
83d91ca9c77a53fde15efced19229bb94c140566b73f209ef340af9208a3a47271295682ab435bf325dc725cf1475614a85049b625c67c7e5c387b6a44337747
 SHA512 
8d1e9b90a83beb1f05f8f9ca8d79a7aed27880b41d34de0def5184c902e3d8a3bed4e1542841bd3ebcc179b90f6d335c00802b700f8caf8cd05e6d7b6e10563b
 DIST teamspeak3-server_linux_x86-3.7.0.tar.bz2 8491441 BLAKE2B 
62691579e248bbda23041887beb7395df37dafd0417f291928eb000b2b43ed755704ac8e6c340d9dab9abaa1a9b7f4cbd1b299010296b3d76d8a742890810a56
 SHA512 
53d420c82ed78d5d1998e278080ca6a204a5191e4f3f2001a3fc67c69a0f6ff5f2b2f32667632ba87d9ebefd3996618a3845467879f27cfd63284dd5eb940ddf
+DIST teamspeak3-server_linux_x86-3.7.1.tar.bz2 8506454 BLAKE2B 
19052edf1db9a380ae7d9a9cf8464d058f5486adb80060b144feb7a832ccb403b3233ed21a998ba432c76ad3ca2f7969aa6e10a5e8c111d590e5750071f51a28
 SHA512 
1b01941a1f28a02d01b8685971f6c748161343675739ea46b8efdfc6fd87834478f23057d87fb394c27819e40960577e1eac7a482ad76d90ca2a6535196c9589

diff --git a/media-sound/teamspeak-server/teamspeak-server-3.7.1.ebuild 
b/media-sound/teamspeak-server/teamspeak-server-3.7.1.ebuild
new file mode 100644
index 000..019e1172656
--- /dev/null
+++ b/media-sound/teamspeak-server/teamspeak-server-3.7.1.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd user
+
+DESCRIPTION="A server software for hosting quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/";
+SRC_URI="
+   amd64? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_amd64-${PV}.tar.bz2
 )
+   x86? ( 
http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/teamspeak3-server_linux_x86-${PV}.tar.bz2
 )
+"
+
+LICENSE="Apache-2.0 Boost-1.0 BSD LGPL-2.1 LGPL-3 MIT teamspeak3"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="doc mysql tsdns"
+
+RESTRICT="mirror"
+
+QA_PREBUILT="
+   opt/teamspeak3-server/libmariadb.so.2
+   opt/teamspeak3-server/libts3db_mariadb.so
+   opt/teamspeak3-server/libts3db_sqlite3.so
+   opt/teamspeak3-server/libts3_ssh.so
+   opt/teamspeak3-server/ts3server
+   opt/teamspeak3-server/tsdnsserver
+"
+
+pkg_setup() {
+   enewgroup teamspeak
+   enewuser teamspeak -1 -1 /opt/teamspeak3-server teamspeak
+}
+
+src_unpack() {
+   default
+
+   mv teamspeak3-server_linux_$(usex amd64 amd64 x86) "${P}" || die
+}
+
+src_install() {
+   diropts -o teamspeak -g teamspeak
+   keepdir /opt/teamspeak3-server /var/log/teamspeak3-server
+
+   diropts
+   keepdir /etc/teamspeak3-server
+
+   touch "${D%/}"/opt/teamspeak3-server/.ts3server_license_accepted || die
+
+   exeinto /opt/teamspeak3-server
+   doexe ts3server
+
+   dodir /opt/bin
+   dosym ../teamspeak3-server/ts3server /opt/bin/ts3server
+
+   exeinto /opt/teamspeak3-server
+   doexe libts3db_sqlite3.so libts3_ssh.so
+
+   insinto /opt/teamspeak3-server/serverquerydocs
+   doins -r serverquerydocs/.
+
+   insinto /opt/teamspeak3-server/sql
+   doins sql/*.sql
+   doins -r sql/create_sqlite
+
+   insinto /etc/teamspeak3-server
+   newins "${FILESDIR}"/ts3server.ini-r1 ts3server.ini
+
+   dodoc CHANGELOG
+   docinto ts3server
+   dodoc doc/*.txt
+
+   newinitd "${FILESDIR}"/teamspeak.initd-r1 teamspeak3-server
+   systemd_newunit "${FILESDIR}"/teamspeak.service 
teamspeak3-server.service
+
+   newenvd - 99teamspeak3-server <<- EOF
+   CONFIG_PROTECT="/etc/teamspeak3-server/ts3server.ini 
/etc/teamspeak3-server/ts3server_mariadb.ini 
/etc/teamspeak3-server/tsdns_settings.in

[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2019-04-09 Thread Patrice Clement
commit: 988dd2d7d48beafce2a74f8edcf48e3ec3d9997b
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Mar 30 13:44:14 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:30:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988dd2d7

app-benchmarks/stress-ng: drop old version.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Patrice Clement  gentoo.org>

 app-benchmarks/stress-ng/Manifest |  1 -
 app-benchmarks/stress-ng/stress-ng-0.09.55.ebuild | 30 ---
 2 files changed, 31 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 5b9d0f004bb..8ffbf30114b 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,2 +1 @@
-DIST stress-ng-0.09.55.tar.xz 385784 BLAKE2B 
c78d7abd2812888725866602893d7e5164ddfe83e3c121ff8f8b88045c5d2081d7d9b5de33bd7940b18b751a6b6089074c087db5d91bb042e06966c646b4aa68
 SHA512 
76d03a62dd9dd8076fd7b38c531c2e3c7e56f307a8a87f67df45aacadd5a57d7969a15709239c13a1a725a887a0770aaefa3e5d2e188abf06cf4a85c9ec358ce
 DIST stress-ng-0.09.57.tar.xz 386624 BLAKE2B 
524a69e08dc2443d3a66ad46d07f509333eb497ede6bfe11ef10f84fc33720597eae5ce58d706e5384be19f361fc7b4b762110e3ca10556ef4ccfd804dcd1be4
 SHA512 
5c3bd06be0f66a6bbb88393b3d22400b5a307e4c45e27d7cb15502370b0873ec11c911aa31fa066400152169ec5bea29c1c0260899dedbc640fbef09ee672cb5

diff --git a/app-benchmarks/stress-ng/stress-ng-0.09.55.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.09.55.ebuild
deleted file mode 100644
index ca0f04e7861..000
--- a/app-benchmarks/stress-ng/stress-ng-0.09.55.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/";
-SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-libs/libaio
-   dev-libs/libbsd
-   dev-libs/libgcrypt:0=
-   net-misc/lksctp-tools
-   sys-apps/attr
-   sys-apps/keyutils
-   sys-libs/libapparmor
-   sys-libs/libcap
-   sys-libs/zlib:=
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README" "README.Android" "TODO" "syscalls.txt" )
-
-PATCHES=( "${FILESDIR}/${PN}-0.09.53-makefile.patch" )



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

2019-04-09 Thread Sergei Trofimovich
commit: 0a1439fb54cc039cb556fe925933e9ecf057117e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Apr  9 08:20:50 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr  9 08:20:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1439fb

dev-libs/elfutils: disable biarch test on 0.173-r1 as well

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-libs/elfutils/elfutils-0.173-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/elfutils/elfutils-0.173-r1.ebuild 
b/dev-libs/elfutils/elfutils-0.173-r1.ebuild
index 0b41180c4eb..3fd16930d68 100644
--- a/dev-libs/elfutils/elfutils-0.173-r1.ebuild
+++ b/dev-libs/elfutils/elfutils-0.173-r1.ebuild
@@ -26,6 +26,7 @@ DEPEND="${RDEPEND}
 PATCHES=(
"${FILESDIR}"/${PN}-0.118-PaX-support.patch
"${FILESDIR}"/${PN}-0.173-partial-core.patch
+   "${FILESDIR}"/${PN}-0.175-disable-biarch-test-PR24158.patch
 )
 
 src_prepare() {



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

2019-04-09 Thread Mart Raudsepp
commit: 77048a46d32893f905b5fcd6a8a8e341081afced
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 08:34:42 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 08:34:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77048a46

x11-libs/vte: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/vte/Manifest  |  2 -
 x11-libs/vte/vte-0.54.1.ebuild | 88 --
 x11-libs/vte/vte-0.54.3.ebuild | 88 --
 3 files changed, 178 deletions(-)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 2d4a4394748..c44a3ee670e 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -2,6 +2,4 @@ DIST vte-0.28.2.tar.xz 962340 BLAKE2B 
1e4b5977962265be77917ccfc9118ed93232c03d7a
 DIST vte-0.48.4-command-notify.patch.xz 5500 BLAKE2B 
88b655403d2bef034604a283b173fece305af35f51b20f9d4811b33265b5a6eb83441e0b978539de501d118a8431c4a9a9a69a111a03c45adc87763b15b09fd2
 SHA512 
b8ba202aedb5d821962a7cdc89e6ef8ac8a3480dd7681bf8ce708ce511598f3335ba153750d40cb06e9a2c5bab5888b3daef9096458c2889d94028feaa394575
 DIST vte-0.48.4.tar.xz 1008296 BLAKE2B 
9f946d6909d38896ec80db2a02666d809155997b27109724fb318d28200220f1514fb23e4cdc90263a756914b5db442c947578c8854a535cb960a06f7bc03a77
 SHA512 
4b75bd881e58b5043bc44e391ef3a826a2c25d0f1bb5ffb890367e11a60b1bcbce091575ede6972a89ae043b39c51897f91fca1faf6872664d602e503d8020fc
 DIST vte-0.54.1-command-notify.patch.xz 3428 BLAKE2B 
75b0c22720276300be2e49e8444aa68fed77fb7a6cc6b0e93a5c2d41257626bd60ff1084d68579769cb3d85e7ec567927591746de48e860b138d0c1f24f64cc7
 SHA512 
a53da569f8168c8e9e21e186dcfc00bf9fdb78a0c767ba35033c1c1e4f836406b4d9bf70ee3e071f6c749fd6f72101a6960d201617bd0bc23021e1eeaac6fd0c
-DIST vte-0.54.1.tar.xz 1083552 BLAKE2B 
1e52275c953b5fbf51a1cc727dfca0bde3cc8f51a18055cd0c65c949479d0b4d926466016fa7d6f6dbebc9117c1b6fbde9a4bde38c5d82bb44ecce8612290de6
 SHA512 
5cb866e75c35e1b5728d17b0433641ceb4837495d59185a04fde9dd8c9849ab905a6b2718a50b27cc70323c7a6c5db31a808816576c30d7f18ece889a329fb61
-DIST vte-0.54.3.tar.xz 1087424 BLAKE2B 
becb668d6b3f56ebd1eb6d076c5cac2fc9623bfa012c877d8d3cf374cfbded6ff16ef1e0b1fc9e92ba1255f9653be25df1b81c7c85f42749449e5df12c530411
 SHA512 
dd7d2ac361ed9ac0550599bb3164a3bd6ba95535275c9b559c81ce0af1bbf4b3d150a7489f987b2e626b32d4a8adc82d1ff78e8c8640e5b1c036fe4076c5d8ce
 DIST vte-0.54.4.tar.xz 1087748 BLAKE2B 
65fb762414e832930ce1519dc99fe306b3c9c3860bf8116c29e66b758178d1f0a52705cd6f7ab1be30374fb2956a01aaccc8f6859d0af971f2037809421bb502
 SHA512 
7e0f4140a4c474fad9a48eaf0e4c29f83e7bf50719087983c238b362c6303824836c34485eb2ca135be0961fa4b83a318d08ef70d4cf0dab0d37dc2e36710c41

diff --git a/x11-libs/vte/vte-0.54.1.ebuild b/x11-libs/vte/vte-0.54.1.ebuild
deleted file mode 100644
index 61582d14a38..000
--- a/x11-libs/vte/vte-0.54.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.32"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE";
-
-LICENSE="LGPL-2+"
-SLOT="2.91"
-IUSE="+crypt debug glade +introspection vala vanilla"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-REQUIRED_USE="vala? ( introspection )"
-
-SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${P}-command-notify.patch.xz )"
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=dev-libs/libpcre2-10.21
-   >=x11-libs/gtk+-3.16:3[introspection?]
-   >=x11-libs/pango-1.22.0
-
-   sys-libs/ncurses:0=
-   sys-libs/zlib
-
-   crypt?  ( >=net-libs/gnutls-3.2.7:0= )
-   glade? ( >=dev-util/glade-3.9:3.10 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.13
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   virtual/pkgconfig
-
-   vala? ( $(vala_depend) )
-"
-RDEPEND="${RDEPEND}
-   !x11-libs/vte:2.90[glade]
-"
-
-src_prepare() {
-   if ! use vanilla; then
-   # First half of 
http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/vte291-command-notify-scroll-speed.patch
-   # Adds OSC 777 support for desktop notifications in 
gnome-terminal or elsewhere
-   eapply "${WORKDIR}"/${P}-command-notify.patch
-   fi
-
-   use vala && vala_src_prepare
-
-   # build fails because of -Werror with gcc-5.x
-   sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   local myconf=""
-
-   if [[ ${CHOST} == *-interix* ]]; then
- 

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

2019-04-09 Thread Mart Raudsepp
commit: 4834a352d148db84188272193f53b708bc7e242d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 08:33:34 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 08:33:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4834a352

x11-terms/gnome-terminal: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-terms/gnome-terminal/Manifest  |  5 --
 .../gnome-terminal/gnome-terminal-3.28.2.ebuild| 80 
 .../gnome-terminal/gnome-terminal-3.30.1.ebuild| 85 --
 .../gnome-terminal/gnome-terminal-3.30.2.ebuild| 85 --
 4 files changed, 255 deletions(-)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index 2159fbd5471..d0ccf241514 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -1,9 +1,4 @@
 DIST gnome-terminal-3.24.2.tar.xz 1960952 BLAKE2B 
c94303cd8b322a37c70487fbab0f6ecd27b8e831cf44cdc80c82b31d2758f7c6927704d31c229cbbe41be565748238bbfcfae72470f273f7f3a9378c218af8b5
 SHA512 
08cd7b1b08cf22618554b1a051dcfee4a967165bfe93b77a6bc8b0c935695101e773e8d53a482d71aadb9ba7be7ac991d82dbf53b7a6f74f1f5144e4158f8a93
-DIST gnome-terminal-3.28.1-notify-open-title-transparency.patch.xz 33036 
BLAKE2B 
76c35db10664e02d1537aae586b47062b2ad85a48279426478ab2c9a9a659f728a7c01af2caaf058a71f4918d3d1e35a14c01dd7c67a2cf1aa368b4f4bc6eae7
 SHA512 
87d77fe8d9ab5b9ca3ff7eddcd462bf718b0f2d9dc1a60a2744ef8015b0910b588e0dc57ab10964602efa47465fd59f91381969157d9255fb5370039319a5f44
-DIST gnome-terminal-3.28.2.tar.xz 2094920 BLAKE2B 
02f6e9b7273247169966e3125931e452ee4ac4669c53c79c93f49073511ef25a3f21df60510df0e7aefffad5e3ea14acdd1338a1c7ce934439863728e2d709ec
 SHA512 
a20fe13fd2e533a90236410ce6ddd11e4da9da13f2d8952baa3cbf07379dbe253cf897b596421852084bbfc000264de11fb605c73909af8188baa93e46ddae8f
-DIST gnome-terminal-3.30.1-notify-open-title-transparency.patch.xz 32204 
BLAKE2B 
d32cabea06df4290c592814a60443c3fb627ae7e837560bffdd0f803fd970b2962d7fc1d57a53f9bc62bd0ceb23ccade623e0d7099cb2610e599d9c2243c3ec2
 SHA512 
14e6e9baf1cd3fdd34ba320502de0ba99b0259598947562b5057472b099e85bcb6c60be8e5f58296c222deb85c35ddf5feefd1dbfac83710050e038f6e1b3a28
-DIST gnome-terminal-3.30.1.tar.xz 2099736 BLAKE2B 
a3100c7faf10f5d8ed3f16ae3ee28a7850e181dcf97ed52c0509143aa88114583466ddd3dfa1ea61372674cd6f16f9490c5ba9fafa4f5ce56eaeebe33ce259d5
 SHA512 
486fe7a9841114d49428208fdea195f1ce6a27ecfc66e2c77632385a7b106a28d3e6a0f1a198bd08f3e2a89d201ac49dafa376c002eab6470ff9d64cf30194ec
 DIST gnome-terminal-3.30.2-notify-open-title-transparency.patch.xz 31748 
BLAKE2B 
6a25547fcdd387ea90c3ba13e53f31a118cc01c50c72f1f597162452ea65509e2fc8adaa2f6487859d8a53e828173d77a6f952d172f5a685e2b51864a82cce7f
 SHA512 
51f32879c93a5ca489db9a604b28585787c9ec1a444c5e8c76bf26edeaa68e35fe9f76f94f32e99716a0d01643ac859475be13232c62675c703b5503781cb8d0
-DIST gnome-terminal-3.30.2.tar.xz 2099952 BLAKE2B 
e66c2fcb3ed9940435cf4e4940f088f507b836808087ce6da21ac5fabf906bed3e6197a892790819cb5d3fe36841cf5bba1d58fd552bf41544e240c7e4a5183b
 SHA512 
acbc854271b8dd8c60e04277228d5e0d2dbfaff42bc9c002d4bc42bb97052e2e3ab03da130c31c3cc1452644adfafcddd5103a6d79a10a659b4fe20d6063c61e
 DIST gnome-terminal-3.30.3.tar.xz 2102108 BLAKE2B 
1930bc97c8d77d0107dbb7e56d849e3941c6821863d25103d8d17135d334b6ceda5b5ef1cad81d02011fb7190fd5b39ce4176083af0af6bebb71f52e30cd2c7b
 SHA512 
54d3b345a23905f65ccc7d238b2f9ebcfebc4f504c41bdb3dc388ceee8e6f2dfbba7c0060ea6bcba8bb541a031fe619d462e024aef277f66b5c49792c291
 DIST gnome-terminal-notify-open-title-transparency.patch.xz 37448 BLAKE2B 
159bbcf6ca387af8ae2f05c23b48afcdf11351025420ecfd10d1b8a1dd9c2c8016d1c89c6fca20dde3bf8ffe3a6091232a989cfd520fa6761f65eec29b569d84
 SHA512 
9af0d56df105a5bdb81b2609794669557a7f442f71b240ee10a6411fab20ad74c14489dbb9a536e208515053ea17776b3a15afb3b949a75a66f8c2ab3dbbff96

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.28.2.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.28.2.ebuild
deleted file mode 100644
index 35cefbb216d..000
--- a/x11-terms/gnome-terminal/gnome-terminal-3.28.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 readme.gentoo-r1
-
-DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/";
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE="debug +gnome-shell +nautilus vanilla"
-SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/gnome-terminal-3.28.1-notify-open-title-transparency.patch.xz
 )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
-
-# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
-RDEPEND="
-   >=dev-libs/glib-2.42:2
-   >=x11-libs/gtk+-3.20:3
- 

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

2019-04-09 Thread Mart Raudsepp
commit: 33172e53b48cd4e2b8d491d407073dfc610e8de0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 08:22:32 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 08:32:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33172e53

x11-libs/vte: bump to 0.54.4

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/vte/Manifest  |  1 +
 x11-libs/vte/vte-0.54.4.ebuild | 88 ++
 2 files changed, 89 insertions(+)

diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 5b2d6e6026b..2d4a4394748 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -4,3 +4,4 @@ DIST vte-0.48.4.tar.xz 1008296 BLAKE2B 
9f946d6909d38896ec80db2a02666d809155997b2
 DIST vte-0.54.1-command-notify.patch.xz 3428 BLAKE2B 
75b0c22720276300be2e49e8444aa68fed77fb7a6cc6b0e93a5c2d41257626bd60ff1084d68579769cb3d85e7ec567927591746de48e860b138d0c1f24f64cc7
 SHA512 
a53da569f8168c8e9e21e186dcfc00bf9fdb78a0c767ba35033c1c1e4f836406b4d9bf70ee3e071f6c749fd6f72101a6960d201617bd0bc23021e1eeaac6fd0c
 DIST vte-0.54.1.tar.xz 1083552 BLAKE2B 
1e52275c953b5fbf51a1cc727dfca0bde3cc8f51a18055cd0c65c949479d0b4d926466016fa7d6f6dbebc9117c1b6fbde9a4bde38c5d82bb44ecce8612290de6
 SHA512 
5cb866e75c35e1b5728d17b0433641ceb4837495d59185a04fde9dd8c9849ab905a6b2718a50b27cc70323c7a6c5db31a808816576c30d7f18ece889a329fb61
 DIST vte-0.54.3.tar.xz 1087424 BLAKE2B 
becb668d6b3f56ebd1eb6d076c5cac2fc9623bfa012c877d8d3cf374cfbded6ff16ef1e0b1fc9e92ba1255f9653be25df1b81c7c85f42749449e5df12c530411
 SHA512 
dd7d2ac361ed9ac0550599bb3164a3bd6ba95535275c9b559c81ce0af1bbf4b3d150a7489f987b2e626b32d4a8adc82d1ff78e8c8640e5b1c036fe4076c5d8ce
+DIST vte-0.54.4.tar.xz 1087748 BLAKE2B 
65fb762414e832930ce1519dc99fe306b3c9c3860bf8116c29e66b758178d1f0a52705cd6f7ab1be30374fb2956a01aaccc8f6859d0af971f2037809421bb502
 SHA512 
7e0f4140a4c474fad9a48eaf0e4c29f83e7bf50719087983c238b362c6303824836c34485eb2ca135be0961fa4b83a318d08ef70d4cf0dab0d37dc2e36710c41

diff --git a/x11-libs/vte/vte-0.54.4.ebuild b/x11-libs/vte/vte-0.54.4.ebuild
new file mode 100644
index 000..c992365299a
--- /dev/null
+++ b/x11-libs/vte/vte-0.54.4.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+VALA_USE_DEPEND="vapigen"
+VALA_MIN_API_VERSION="0.32"
+
+inherit gnome2 vala
+
+DESCRIPTION="Library providing a virtual terminal emulator widget"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE";
+
+LICENSE="LGPL-2+"
+SLOT="2.91"
+IUSE="+crypt debug glade +introspection vala vanilla"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+REQUIRED_USE="vala? ( introspection )"
+
+SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-0.54.1-command-notify.patch.xz )"
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=dev-libs/libpcre2-10.21
+   >=x11-libs/gtk+-3.16:3[introspection?]
+   >=x11-libs/pango-1.22.0
+
+   sys-libs/ncurses:0=
+   sys-libs/zlib
+
+   crypt?  ( >=net-libs/gnutls-3.2.7:0= )
+   glade? ( >=dev-util/glade-3.9:3.10 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
+"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   dev-util/glib-utils
+   >=dev-util/gtk-doc-am-1.13
+   >=dev-util/intltool-0.35
+   sys-devel/gettext
+   virtual/pkgconfig
+
+   vala? ( $(vala_depend) )
+"
+RDEPEND="${RDEPEND}
+   !x11-libs/vte:2.90[glade]
+"
+
+src_prepare() {
+   if ! use vanilla; then
+   # First half of 
http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/vte291-command-notify-scroll-speed.patch
+   # Adds OSC 777 support for desktop notifications in 
gnome-terminal or elsewhere
+   eapply "${WORKDIR}"/${PN}-0.54.1-command-notify.patch
+   fi
+
+   use vala && vala_src_prepare
+
+   # build fails because of -Werror with gcc-5.x
+   sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
+
+   gnome2_src_prepare
+}
+
+src_configure() {
+   local myconf=""
+
+   if [[ ${CHOST} == *-interix* ]]; then
+   myconf="${myconf} --disable-Bsymbolic"
+
+   # interix stropts.h is empty...
+   export ac_cv_header_stropts_h=no
+   fi
+
+   gnome2_src_configure \
+   --disable-static \
+   --with-gtk=3.0 \
+   --with-iconv \
+   $(use_enable debug) \
+   $(use_enable glade glade-catalogue) \
+   $(use_with crypt gnutls) \
+   $(use_enable introspection) \
+   $(use_enable vala) \
+   ${myconf}
+}
+
+src_install() {
+   gnome2_src_install
+   mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
+}



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

2019-04-09 Thread Mart Raudsepp
commit: 8b4cb72bc3c73e17e84c4ede78878bdb6fe3cf2f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 08:30:41 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 08:32:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4cb72b

x11-terms/gnome-terminal: bump to 3.30.3

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-terms/gnome-terminal/Manifest  |  1 +
 .../gnome-terminal/gnome-terminal-3.30.3.ebuild| 85 ++
 2 files changed, 86 insertions(+)

diff --git a/x11-terms/gnome-terminal/Manifest 
b/x11-terms/gnome-terminal/Manifest
index a2e887316b8..2159fbd5471 100644
--- a/x11-terms/gnome-terminal/Manifest
+++ b/x11-terms/gnome-terminal/Manifest
@@ -5,4 +5,5 @@ DIST 
gnome-terminal-3.30.1-notify-open-title-transparency.patch.xz 32204 BLAKE2B
 DIST gnome-terminal-3.30.1.tar.xz 2099736 BLAKE2B 
a3100c7faf10f5d8ed3f16ae3ee28a7850e181dcf97ed52c0509143aa88114583466ddd3dfa1ea61372674cd6f16f9490c5ba9fafa4f5ce56eaeebe33ce259d5
 SHA512 
486fe7a9841114d49428208fdea195f1ce6a27ecfc66e2c77632385a7b106a28d3e6a0f1a198bd08f3e2a89d201ac49dafa376c002eab6470ff9d64cf30194ec
 DIST gnome-terminal-3.30.2-notify-open-title-transparency.patch.xz 31748 
BLAKE2B 
6a25547fcdd387ea90c3ba13e53f31a118cc01c50c72f1f597162452ea65509e2fc8adaa2f6487859d8a53e828173d77a6f952d172f5a685e2b51864a82cce7f
 SHA512 
51f32879c93a5ca489db9a604b28585787c9ec1a444c5e8c76bf26edeaa68e35fe9f76f94f32e99716a0d01643ac859475be13232c62675c703b5503781cb8d0
 DIST gnome-terminal-3.30.2.tar.xz 2099952 BLAKE2B 
e66c2fcb3ed9940435cf4e4940f088f507b836808087ce6da21ac5fabf906bed3e6197a892790819cb5d3fe36841cf5bba1d58fd552bf41544e240c7e4a5183b
 SHA512 
acbc854271b8dd8c60e04277228d5e0d2dbfaff42bc9c002d4bc42bb97052e2e3ab03da130c31c3cc1452644adfafcddd5103a6d79a10a659b4fe20d6063c61e
+DIST gnome-terminal-3.30.3.tar.xz 2102108 BLAKE2B 
1930bc97c8d77d0107dbb7e56d849e3941c6821863d25103d8d17135d334b6ceda5b5ef1cad81d02011fb7190fd5b39ce4176083af0af6bebb71f52e30cd2c7b
 SHA512 
54d3b345a23905f65ccc7d238b2f9ebcfebc4f504c41bdb3dc388ceee8e6f2dfbba7c0060ea6bcba8bb541a031fe619d462e024aef277f66b5c49792c291
 DIST gnome-terminal-notify-open-title-transparency.patch.xz 37448 BLAKE2B 
159bbcf6ca387af8ae2f05c23b48afcdf11351025420ecfd10d1b8a1dd9c2c8016d1c89c6fca20dde3bf8ffe3a6091232a989cfd520fa6761f65eec29b569d84
 SHA512 
9af0d56df105a5bdb81b2609794669557a7f442f71b240ee10a6411fab20ad74c14489dbb9a536e208515053ea17776b3a15afb3b949a75a66f8c2ab3dbbff96

diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild 
b/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild
new file mode 100644
index 000..611b61475b6
--- /dev/null
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.30.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="The Gnome Terminal"
+HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/";
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="debug +gnome-shell +nautilus vanilla"
+SRC_URI="${SRC_URI} !vanilla? ( 
https://dev.gentoo.org/~leio/distfiles/${PN}-3.30.2-notify-open-title-transparency.patch.xz
 )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+
+# FIXME: automagic dependency on gtk+[X], just transitive but needs proper 
control, bug 624960
+RDEPEND="
+   >=dev-libs/glib-2.42:2
+   >=x11-libs/gtk+-3.20:3
+   >=x11-libs/vte-0.54.1:2.91[!vanilla?]
+   >=dev-libs/libpcre2-10
+   >=gnome-base/dconf-0.14
+   >=gnome-base/gsettings-desktop-schemas-0.1.0
+   sys-apps/util-linux
+   gnome-shell? ( gnome-base/gnome-shell )
+   nautilus? ( >=gnome-base/nautilus-3 )
+"
+# itstool required for help/* with non-en LINGUAS, see bug #549358
+# xmllint required for glib-compile-resources, see bug #549304
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+DOC_CONTENTS="To get previous working directory inherited in new opened tab, or
+   notifications of long-running commands finishing, you will need
+   to add the following line to your ~/.bashrc:\n
+   . /etc/profile.d/vte-2.91.sh"
+
+src_prepare() {
+   if ! use vanilla; then
+   # https://bugzilla.gnome.org/show_bug.cgi?id=695371
+   # Fedora patches:
+   # Restore transparency support (with compositing WMs only)
+   # OSC 777 desktop notification support (notifications on tabs 
for long-running commands completing)
+   # Restore separate menuitems for opening tabs and windows
+   # Restore "Set title" support
+   # 
http://pkgs.fedoraproject.org/cgit/rpms/gnome-terminal.git/pla

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

2019-04-09 Thread Andreas Sturmlechner
commit: f6efbfa73a7f3b14494f05ec8e9ed58736a20b1f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  9 08:02:37 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  9 09:37:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6efbfa7

profiles: sparc: Unmask USE elogind on ~sparc

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/arch/sparc/use.mask| 4 
 profiles/arch/sparc/use.stable.mask | 4 
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
index 5f5a439987e..6383c98f0d4 100644
--- a/profiles/arch/sparc/use.mask
+++ b/profiles/arch/sparc/use.mask
@@ -6,10 +6,6 @@
 
 # This file contains a list of useflags that cannot be used on sparc.
 
-# Andreas Sturmlechner  (31 Mar 2019)
-# sys-auth/elogind is not yet keyworded here. bug #681200
-elogind
-
 # Sergei Trofimovich  (12 Dec 2018)
 # mongodb is not keyworded on sparc
 mongodb

diff --git a/profiles/arch/sparc/use.stable.mask 
b/profiles/arch/sparc/use.stable.mask
index 0561b74ffd5..f7854f24191 100644
--- a/profiles/arch/sparc/use.stable.mask
+++ b/profiles/arch/sparc/use.stable.mask
@@ -4,6 +4,10 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in use.mask
 
+# Andreas Sturmlechner  (09 Apr 2019)
+# sys-auth/elogind not stable yet. bug #682158
+elogind
+
 # Sergei Trofimovich  (02 Feb 2019)
 # clamav has no stable versions yet
 clamav



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

2019-04-09 Thread Fabian Groffen
commit: 8469a591901645a4be35330c24b9a802cc2a40d4
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Apr  9 09:48:10 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Apr  9 09:48:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8469a591

dev-util/source-highlight: fix build for Prefix, thanks Olivier Huber

Closes: https://bugs.gentoo.org/682330
Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-util/source-highlight/source-highlight-3.1.8.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild 
b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
index 7fc2f8c4df1..4cc9a772630 100644
--- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild
+++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,6 +23,7 @@ src_configure() {
append-cxxflags -std=c++14
 
econf \
+   --with-boost="${EPREFIX}/usr" \
--with-boost-regex="boost_regex" \
--without-bash-completion \
$(use_enable static-libs static)



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

2019-04-09 Thread Michał Górny
commit: bc29b87df35b61cfcda3ee228365cb823eca5ae1
Author: Ralph Seichter  seichter  de>
AuthorDate: Sun Apr  7 18:49:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 10:50:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc29b87d

dev-python/authres: version bump to 1.1.1

Ebuild for upstream release 1.1.1. Changed EAPI to 7.

Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://bugs.gentoo.org/682778
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --force
Closes: https://github.com/gentoo/gentoo/pull/11632
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/authres/Manifest |  1 +
 dev-python/authres/authres-1.1.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest
index d1b26a44aac..0ba1a619c7a 100644
--- a/dev-python/authres/Manifest
+++ b/dev-python/authres/Manifest
@@ -1 +1,2 @@
 DIST authres-0.800.tar.gz 19863 BLAKE2B 
01f9264a78ef5a3ee9fa1db17dd4fc5d1e849a5f297f610ab0bda09f4900bca15e63d71c2312e12b1e6173213d3eef938dae996c7bcc599de496b6c77001de87
 SHA512 
d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7
+DIST authres-1.1.1.tar.gz 23180 BLAKE2B 
8ca2e0a0e93da50188d721be1fd60604ec2fdedb117df39c6e74d454d48d008a1627b45acbc18df3bc3c386794d7ac91e31ccca131c9e6e04f6bb34417f64c50
 SHA512 
61e73e85e524279d5db37375fbe7b1fcf65a24280ef61124a94e4236ce477c225637690e9d424f5ee3fef8b9cd3d26c6d512dfa3c1c8491fa4f4bf266f88ac80

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
new file mode 100644
index 000..0823667ce45
--- /dev/null
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Authentication-Results Headers generation and parsing"
+HOMEPAGE="https://launchpad.net/authentication-results-python 
https://pypi.org/project/authres/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+python_test() {
+   "${PYTHON}" -c "import sys, authres, doctest; f, t = 
doctest.testfile('authres/tests'); \
+   sys.exit(bool(f))" || die "Tests fail with ${EPYTHON}"
+}



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

2019-04-09 Thread Michał Górny
commit: 7c49d9d4ed954ae39422f74dce8c5d48d70ed717
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 10:47:04 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 10:50:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c49d9d4

dev-python/authres: Tested on py3.7 and pypy3

Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
index 9beb27ee9cf..194c7205ebf 100644
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy{,3} )
 
 inherit distutils-r1
 



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

2019-04-09 Thread Michał Górny
commit: ffed3ece72bcad0c1d9354ab04e18331afcc2757
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 10:46:42 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 10:50:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffed3ece

dev-python/authres: Simplify test phase

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/authres/authres-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/authres/authres-1.1.1.ebuild 
b/dev-python/authres/authres-1.1.1.ebuild
index 0823667ce45..9beb27ee9cf 100644
--- a/dev-python/authres/authres-1.1.1.ebuild
+++ b/dev-python/authres/authres-1.1.1.ebuild
@@ -16,6 +16,6 @@ SLOT="0"
 IUSE=""
 
 python_test() {
-   "${PYTHON}" -c "import sys, authres, doctest; f, t = 
doctest.testfile('authres/tests'); \
-   sys.exit(bool(f))" || die "Tests fail with ${EPYTHON}"
+   "${EPYTHON}" -m doctest -v authres/tests ||
+   die "Tests fail with ${EPYTHON}"
 }



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

2019-04-09 Thread Lars Wendler
commit: 4bfc258b21e8435498fee9b8f837510cd3e52f81
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  9 10:53:16 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  9 10:53:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfc258b

sys-libs/libblockdev: Added live ebuild.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/libblockdev/libblockdev-.ebuild | 115 +++
 1 file changed, 115 insertions(+)

diff --git a/sys-libs/libblockdev/libblockdev-.ebuild 
b/sys-libs/libblockdev/libblockdev-.ebuild
new file mode 100644
index 000..6ac3ee749a8
--- /dev/null
+++ b/sys-libs/libblockdev/libblockdev-.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit python-single-r1 xdg-utils
+
+DESCRIPTION="A library for manipulating block devices"
+HOMEPAGE="https://github.com/storaged-project/libblockdev";
+if [[ "${PV}" == * ]] ; then
+   inherit autotools git-r3
+   EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git";
+   BDEPEND="
+   gtk-doc? ( dev-util/gtk-doc )
+   "
+else
+   MY_PV="${PV}-1"
+   #MY_P="${PN}-${MY_PV}"
+   
#SRC_URI="https://github.com/storaged-project/${PN}/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
+   
SRC_URI="https://github.com/storaged-project/${PN}/releases/download/${MY_PV}/${P}.tar.gz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+   #S="${WORKDIR}/${MY_P}"
+fi
+LICENSE="LGPL-2+"
+SLOT="0"
+IUSE="bcache +cryptsetup device-mapper dmraid escrow gtk-doc lvm kbd test 
+tools vdo"
+
+RDEPEND="
+   >=dev-libs/glib-2.42.2
+   dev-libs/libbytesize
+   >=sys-apps/kmod-19
+   >=sys-apps/util-linux-2.27
+   >=sys-block/parted-3.1
+   cryptsetup? (
+   escrow? (
+   >=dev-libs/nss-3.18.0
+   dev-libs/volume_key
+   )
+   >=sys-fs/cryptsetup-1.6.7:=
+   )
+   device-mapper? ( sys-fs/lvm2 )
+   dmraid? (
+   sys-fs/dmraid
+   sys-fs/lvm2
+   )
+   lvm? (
+   sys-fs/lvm2
+   virtual/udev
+   )
+   vdo? ( dev-libs/libyaml )
+   ${PYTHON_DEPS}
+"
+
+DEPEND="
+   ${RDEPEND}
+   >=dev-libs/gobject-introspection-1.3.0
+"
+
+BDEPEND+="
+   dev-util/gtk-doc-am
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   escrow? ( cryptsetup )"
+
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   xdg_environment_reset #623992
+   default
+   [[ "${PV}" == * ]] && eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --with-btrfs
+   --with-fs
+   --with-part
+   --without-mpath
+   --without-nvdimm
+   $(use_enable test tests)
+   $(use_with bcache)
+   $(use_with cryptsetup crypto)
+   $(use_with device-mapper dm)
+   $(use_with dmraid)
+   $(use_with escrow)
+   $(use_with gtk-doc)
+   $(use_with kbd)
+   $(use_with lvm lvm)
+   $(use_with lvm lvm-dbus)
+   $(use_with tools)
+   $(use_with vdo)
+   )
+   if python_is_python3 ; then
+   myeconfargs+=(
+   --without-python2
+   --with-python3
+   )
+   else
+   myeconfargs+=(
+   --with-python2
+   --without-python3
+   )
+   fi
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name "*.la" -delete || die
+}



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

2019-04-09 Thread Lars Wendler
commit: b4bfbc56e0b5397d4cf67e2fb6cc058d2664abc9
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  9 11:26:18 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  9 11:26:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4bfbc56

sys-libs/libblockdev: Removed empty line.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/libblockdev/libblockdev-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-libs/libblockdev/libblockdev-.ebuild 
b/sys-libs/libblockdev/libblockdev-.ebuild
index 6ac3ee749a8..0aac50e801c 100644
--- a/sys-libs/libblockdev/libblockdev-.ebuild
+++ b/sys-libs/libblockdev/libblockdev-.ebuild
@@ -64,7 +64,6 @@ BDEPEND+="
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
escrow? ( cryptsetup )"
 
-
 pkg_setup() {
python-single-r1_pkg_setup
 }



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

2019-04-09 Thread Lars Wendler
commit: 267092e1a08402df63aec576f2aed5f56ad48f95
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  9 11:27:46 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  9 11:28:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267092e1

net-fs/samba: Removed unused digest entry.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 net-fs/samba/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest
index 2fcfb02c6aa..547cb15bbab 100644
--- a/net-fs/samba/Manifest
+++ b/net-fs/samba/Manifest
@@ -4,5 +4,4 @@ DIST samba-4.5.16.tar.gz 21024396 BLAKE2B 
e737559fb748044076608fa233700eb54c7e1c
 DIST samba-4.7.12.tar.gz 16923189 BLAKE2B 
98ea5e535482a4cdfeb4f9ad70bc8c40bb6d5a8920ce9bc6dda84f20698245c3c5d472a5f79984efc81f9c32d1d1e72b1fcdffb137e3a27634f4c521a1d46a48
 SHA512 
951dfc0ea7130da9d9aa3069ca276e630d67171a1995dba368459e0cdf00337d0f6271827bffec694371010614a1a7ce2349840ddedd0231315f6a56dce2fcac
 DIST samba-4.8.6.tar.gz 17723841 BLAKE2B 
38da52e14b4417f26462eef2226c4498e54d2c276b4056e8c6d6c66079f33bcda24c1eab30b29bc7413280ec89a74a55e043e8274ac50f9a25bae7563717ff34
 SHA512 
f6afab5ca466bd8653a56c205b71ce94ecf0ad0c6e4c9d64cbba7b1e56f1987bc2022e6b629d87eb6078e3f6ba53833c19cfb41e40b6d589e4317ea9d85de273
 DIST samba-4.8.9.tar.gz 17750151 BLAKE2B 
09f350be7f262889708c1b8f779c0e003cc292e0de2afb19f35ec12d43c4c5874151e984699218a563a11eb24b13f1af33607d2accfe699fb0b5f6bdb1b9b367
 SHA512 
733eb769e21fc563d4deef17c54de025d05ceec85f8b16513bbeefdb3cb99c3611027e049014d3c29cb6463ce2660be92c97f8b5f741a6b67424c8f329a88ea4
-DIST samba-4.9.5.tar.gz 18065757 BLAKE2B 
541b2534cdfb94a155aee629645bb4f1cbe429c6cb4f3170973807c4c5d2728013137eb65e478da763169315e0fc720f5dc54a70f7f9dcce4e2d5b69271a82cd
 SHA512 
0ce49721dcd1b16148448bdf516c42f8fdeb3cb48e7fa8113fac508f8585251ead23d5b679f99eb7925e7a6fbedc2da75d339946b0cecb15698f3ea0cb542750
 DIST samba-4.9.6.tar.gz 18068196 BLAKE2B 
03a04abb430abc4b7ba6fc5ade8690c215948d24fe1044d79c2dd1f8242b6708f0618045e37ad73114413dcef70bcf45de15f358a0e012cecfea045b9ab9165c
 SHA512 
462774e60f0165aa445821795c373ab6845ac2790578a68e84c0c82f761ddf29bf5186106a95f394e24b8ef7393d7abe003f95e72f5c5892bbf992f58e350531



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

2019-04-09 Thread Mart Raudsepp
commit: ae55aaa95b5e967827791e6f3a15d53eeb9dbdaa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 11:45:49 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 11:45:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae55aaa9

app-admin/abrt: fix minimum glib dep

Bug: https://bugs.gentoo.org/682840
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-admin/abrt/abrt-2.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/abrt/abrt-2.12.0-r1.ebuild 
b/app-admin/abrt/abrt-2.12.0-r1.ebuild
index 77b7808c706..3e9399554b1 100644
--- a/app-admin/abrt/abrt-2.12.0-r1.ebuild
+++ b/app-admin/abrt/abrt-2.12.0-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="debug selinux"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 COMMON_DEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.43.4:2
+   >=dev-libs/glib-2.56:2
>=dev-libs/libreport-2.10.0[python]
dev-libs/libxml2:2
>=gnome-base/gsettings-desktop-schemas-3.15.1



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

2019-04-09 Thread Mart Raudsepp
commit: 2558f3ebf468054fcf2187cc516b717de82ad83e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 08:47:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 11:40:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2558f3eb

sys-fs/udisks: fix LICENSE, ebuild touchups

2.8.2 dropped gnome-common use in configure.ac, so that won't be
needed with an eautoreconf.
Add explicit gettext minimum dep as expressed in configure.ac.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 sys-fs/udisks/udisks-2.8.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-fs/udisks/udisks-2.8.2.ebuild 
b/sys-fs/udisks/udisks-2.8.2.ebuild
index b95599147fc..50ffc5f311e 100644
--- a/sys-fs/udisks/udisks-2.8.2.ebuild
+++ b/sys-fs/udisks/udisks-2.8.2.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="Daemon providing interfaces to work with storage 
devices"
 HOMEPAGE="https://www.freedesktop.org/wiki/Software/udisks";
 
SRC_URI="https://github.com/storaged-project/udisks/releases/download/${P}/${P}.tar.bz2";
 
-LICENSE="GPL-2"
+LICENSE="LGPL-2+ GPL-2+"
 SLOT="2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="acl debug elogind +introspection lvm nls selinux systemd vdo"
@@ -43,11 +43,10 @@ BDEPEND="
>=dev-util/gdbus-codegen-2.32
>=dev-util/gtk-doc-am-1.3
virtual/pkgconfig
-   nls? ( sys-devel/gettext )
+   nls? ( >=sys-devel/gettext-0.19.8 )
 "
 # If adding a eautoreconf, then these might be needed at buildtime:
 # dev-libs/gobject-introspection-common
-# gnome-base/gnome-common:3
 # sys-devel/autoconf-archive
 
 DOCS=( AUTHORS HACKING NEWS README.md )



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gnome-disk-utility/, sys-apps/gnome-disk-utility/files/

2019-04-09 Thread Mart Raudsepp
commit: c8773758536fa7cba8843b64eef173d7d828df7e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 11:33:29 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 11:40:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8773758

sys-apps/gnome-disk-utility: add optional elogind support

Closes: https://bugs.gentoo.org/682134
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../gnome-disk-utility/files/elogind-support.patch | 114 +
 .../gnome-disk-utility-3.30.2-r1.ebuild|  67 
 2 files changed, 181 insertions(+)

diff --git a/sys-apps/gnome-disk-utility/files/elogind-support.patch 
b/sys-apps/gnome-disk-utility/files/elogind-support.patch
new file mode 100644
index 000..10ebcdc9f53
--- /dev/null
+++ b/sys-apps/gnome-disk-utility/files/elogind-support.patch
@@ -0,0 +1,114 @@
+From 2c09cf164f654a5ed2bc153db30710999842c7a5 Mon Sep 17 00:00:00 2001
+From: Mart Raudsepp 
+Date: Tue, 9 Apr 2019 13:16:46 +0300
+Subject: [PATCH] build: add elogind support for seat retrieval
+
+---
+ meson.build| 21 -
+ meson_options.txt  |  3 ++-
+ src/libgdu/gduutils.c  |  4 ++--
+ src/libgdu/meson.build |  5 +
+ 4 files changed, 17 insertions(+), 16 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index a5149c8e..ac641928 100644
+--- a/meson.build
 b/meson.build
+@@ -3,7 +3,7 @@ project(
+   version: '3.32.0',
+   license: 'GPL2.0',
+   default_options: 'buildtype=debugoptimized',
+-  meson_version: '>= 0.43.0'
++  meson_version: '>= 0.47.0'
+ )
+ 
+ gdu_name = 'gnome-disk-utility'
+@@ -75,13 +75,16 @@ libnotify_dep = dependency('libnotify', version: '>= 0.7')
+ liblzma_dep = dependency('liblzma', version: '>= 5.0.5')
+ m_dep = cc.find_library('m')
+ 
+-# *** Check for libsystemd ***
+-enable_libsystemd = get_option('libsystemd')
+-if enable_libsystemd
+-  libsystemd_dep = dependency('libsystemd', version: '>= 209', required: 
false)
+-  config_h.set('HAVE_LIBSYSTEMD', libsystemd_dep.found(),
+-   description: 'Define to 1 if libsystemd is available')
++# *** Check for logind ***
++assert(not (get_option('libsystemd').enabled() and 
get_option('libelogind').enabled()), 'Can not support systemd and elogind at 
once')
++if not get_option('libelogind').enabled()
++  logind_dep = dependency('libsystemd', version: '>= 209', required: 
get_option('libsystemd'))
+ endif
++if get_option('libelogind').enabled() or not logind_dep.found()
++  logind_dep = dependency('libelogind', version: '>= 209', required: 
get_option('libelogind'))
++endif
++config_h.set('HAVE_LOGIND', logind_dep.found(),
++ description: 'Define to 1 if logind API is available')
+ 
+ gnome = import('gnome')
+ i18n = import('i18n')
+@@ -123,9 +126,9 @@ output += 'libexecdir: ' + 
gdu_libexecdir + '\n'
+ output += 'localedir:  ' + gdu_localedir + '\n'
+ output += 'mandir: ' + gdu_mandir + '\n'
+ output += 'sysconfdir: ' + gdu_sysconfdir + '\n\n'
+-output += 'Use libsystemd: ' + 
enable_libsystemd.to_string() + '\n'
++output += 'Use logind: ' + 
logind_dep.found().to_string() + '\n'
+ output += 'Build g-s-d plug-in:' + 
enable_gsd_plugin.to_string() + '\n\n'
+ output += 'compiler:   ' + cc.get_id() + '\n'
+ output += 'cflags: ' + ' '.join(compiler_flags) + 
'\n\n'
+-output += '(Change with: meson configure BUILDDIR -D 
libsystemd=true|false -D gsd_plugin=true|false)\n\n'
++output += '(Change with: meson configure BUILDDIR -D 
libelogind=auto|enabled|disabled -D libsystemd=auto|enabled|disabled -D 
gsd_plugin=true|false)\n\n'
+ message(output)
+diff --git a/meson_options.txt b/meson_options.txt
+index 952f5d24..895fc115 100644
+--- a/meson_options.txt
 b/meson_options.txt
+@@ -1,2 +1,3 @@
+-option('libsystemd', type: 'boolean', value: true, description: 'build with 
libsystemd')
++option('libelogind', type: 'feature', value: 'auto', description: 'build with 
libelogind')
++option('libsystemd', type: 'feature', value: 'auto', description: 'build with 
libsystemd')
+ option('gsd_plugin', type: 'boolean', value: true, description: 'build 
gnome-settings-daemon plug-in')
+diff --git a/src/libgdu/gduutils.c b/src/libgdu/gduutils.c
+index 59a26f3a..bff70304 100644
+--- a/src/libgdu/gduutils.c
 b/src/libgdu/gduutils.c
+@@ -19,7 +19,7 @@
+ # include 
+ #endif
+ 
+-#if defined(HAVE_LIBSYSTEMD)
++#if defined(HAVE_LOGIND)
+ #include 
+ #endif
+ 
+@@ -405,7 +405,7 @@ gdu_options_update_entry_option (GtkWidget   
*options_entry,
+   g_free (opts);
+ }
+ 
+-#if defined(HAVE_LIBSYSTEMD)
++#if defined(HAVE_LOGIND)
+ 
+ const gchar *
+ gdu_utils_get_seat (void)
+diff --git a/src/libgdu/meson.build b/src/libgdu/meson.build
+i

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

2019-04-09 Thread Lars Wendler
commit: ccbad0d45cdae99bb8a0c1a991fd1b57e5f7e024
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue Apr  9 11:48:24 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue Apr  9 11:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbad0d4

sys-libs/libblockdev: Added missing dep on sys-devel/autoconf-archive

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 sys-libs/libblockdev/libblockdev-2.14-r1.ebuild | 3 ++-
 sys-libs/libblockdev/libblockdev-2.20-r2.ebuild | 3 +++
 sys-libs/libblockdev/libblockdev-2.21.ebuild| 3 +++
 sys-libs/libblockdev/libblockdev-.ebuild| 3 ++-
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild 
b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
index 97bf88c573e..eefb059308b 100644
--- a/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.14-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -42,6 +42,7 @@ CDEPEND="
 DEPEND="
${CDEPEND}
>=dev-libs/gobject-introspection-1.3.0
+   sys-devel/autoconf-archive
doc? ( dev-util/gtk-doc )
 "
 

diff --git a/sys-libs/libblockdev/libblockdev-2.20-r2.ebuild 
b/sys-libs/libblockdev/libblockdev-2.20-r2.ebuild
index 61c34fcd500..c26e9a2fd50 100644
--- a/sys-libs/libblockdev/libblockdev-2.20-r2.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.20-r2.ebuild
@@ -45,7 +45,10 @@ RDEPEND="
 
 DEPEND="
${RDEPEND}
+"
+BDEPEND="
>=dev-libs/gobject-introspection-1.3.0
+   sys-devel/autoconf-archive
doc? ( dev-util/gtk-doc )
 "
 

diff --git a/sys-libs/libblockdev/libblockdev-2.21.ebuild 
b/sys-libs/libblockdev/libblockdev-2.21.ebuild
index 8d96728862c..dbe1773e4a1 100644
--- a/sys-libs/libblockdev/libblockdev-2.21.ebuild
+++ b/sys-libs/libblockdev/libblockdev-2.21.ebuild
@@ -45,7 +45,10 @@ RDEPEND="
 
 DEPEND="
${RDEPEND}
+"
+BDEPEND="
>=dev-libs/gobject-introspection-1.3.0
+   sys-devel/autoconf-archive
doc? ( dev-util/gtk-doc )
 "
 

diff --git a/sys-libs/libblockdev/libblockdev-.ebuild 
b/sys-libs/libblockdev/libblockdev-.ebuild
index 0aac50e801c..007d840b53e 100644
--- a/sys-libs/libblockdev/libblockdev-.ebuild
+++ b/sys-libs/libblockdev/libblockdev-.ebuild
@@ -12,6 +12,7 @@ if [[ "${PV}" == * ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/storaged-project/libblockdev.git";
BDEPEND="
+   sys-devel/autoconf-archive
gtk-doc? ( dev-util/gtk-doc )
"
 else
@@ -54,10 +55,10 @@ RDEPEND="
 
 DEPEND="
${RDEPEND}
-   >=dev-libs/gobject-introspection-1.3.0
 "
 
 BDEPEND+="
+   >=dev-libs/gobject-introspection-1.3.0
dev-util/gtk-doc-am
 "
 



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

2019-04-09 Thread Patrice Clement
commit: 7e35f7005acd78c604dab90a7b8b88207595d099
Author: Graeme Lawes  gmail  com>
AuthorDate: Thu Mar  7 00:40:41 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:06:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e35f700

sys-cluster/teleport: remove v3.0.1.

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 -
 sys-cluster/teleport/teleport-3.0.1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 9149582fadf..92c46a891cd 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,6 +1,5 @@
 DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B 
a020ab999b7503cb7aec54ed81532baf9d08b98000f2c659f63859d89f7f2b5fb311c41d6fcafb7d9bf72ea1c97eecfc6ac621b7c90d74f5afe2717edb8b0402
 SHA512 
45002dcf7b99108ca6fffae94d6608188eb9b0bea05cd14068618bfb11c496cad5546e261f349fee70f2acb574e7fc44093683dd991001e01406da6982c5c4c3
 DIST teleport-2.7.1.tar.gz 18222601 BLAKE2B 
86852a1c7f0b083d8fc46bb2e51e287f0d54ca8bd1a6306e21ad325b6f1487682f853eb313a1f6f6fc4dc4d25d93e909ed65dad6d00eb37f878904d6df30f98c
 SHA512 
703056eb99aa91062c8d9cfa7852e3573c8968ce9dea0ff5b076d5225caf8d67b965948a47785cdc7e4341993ef3ed005677859d37653f7d22c05cb2db51efd7
 DIST teleport-2.7.9.tar.gz 18221805 BLAKE2B 
c634f97008310c4cabf4020bc8a600de7eb92406e22082aee24b030a5cd8d6bff44b0e0e3ddf405013315064d3342544d0e6f43e120047991e7889e4b1a74f9c
 SHA512 
b609f94f9432c8b205a4cda625c68318343a3472218cd883f003a30587a00963163258c53c25f3fe36a951fc0bd40fdf141fe955b6d36d49435cfd4eff106b59
-DIST teleport-3.0.1.tar.gz 22365638 BLAKE2B 
200d7612a56520607f7c157a4e1ff095f8621c2495cef520ce4db7b75f61346e7e5588ca8c9a9b9aa30b87d692c05d488343c3c7b1d30a46e90cacef42ed4172
 SHA512 
9a477ad174f0d7b0179cb4063731ebf0bd7cf31af22fb6db350b12839bfcdc9c8b68847bc33639546bf6b9026ee62ceb3197176f81a36d67f6b070f2eb4d65e1
 DIST teleport-3.1.8.tar.gz 22605752 BLAKE2B 
2ddebb0b0c8c42d36d113e409ce04f194e5ed77a7d88dd3e0a5982e303b8db8e013b156693c5fcd038d9d81f2907d17fdb65f82b34bdc84379bb0c46498e53a5
 SHA512 
de834309f96c327b54470deec043a498da969c5f3a872777a44143fceb070bd1c9ee837f218f46dc5b82ee1b40fb869a422b8cf9c22d26618f07a069de165f6e
 DIST teleport-3.2.0.tar.gz 22613098 BLAKE2B 
0ff9675a071f5fb660ad4a7b0e085b9bec01c3d0967bdd206ce29a51addae545c4b2621854cbffdc0f76d0cbc6e5ec8f39e082b80b26ba13d352b1add199c965
 SHA512 
a3fdb520a62361f78632ac1680f86f183a533e47696791586b3c5ff7d505eb167a881c438c6a3dd72395140c521c065c8d8e4b93b5b8c9cbf134688dd8c1f8da

diff --git a/sys-cluster/teleport/teleport-3.0.1.ebuild 
b/sys-cluster/teleport/teleport-3.0.1.ebuild
deleted file mode 100644
index 4a7a27e42a4..000
--- a/sys-cluster/teleport/teleport-3.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build systemd
-
-DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
-HOMEPAGE="https://gravitational.com/teleport";
-
-EGO_PN="github.com/gravitational/${PN}/..."
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 golang-vcs
-   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
-else
-   inherit golang-vcs-snapshot
-   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-IUSE="pam"
-LICENSE="Apache-2.0"
-RESTRICT="test strip"
-SLOT="0"
-
-DEPEND="app-arch/zip"
-RDEPEND="pam? ( sys-libs/pam )"
-
-src_compile() {
-   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
-}
-
-src_install() {
-   keepdir /var/lib/${PN} /etc/${PN}
-   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
-
-   insinto /etc/${PN}
-   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
-
-   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
-
-   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
-}
-
-src_test() {
-   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/vim/

2019-04-09 Thread Patrice Clement
commit: dc2922087a4a0d6693caf57201179fb183a593de
Author: Dan Robertson  starlab  io>
AuthorDate: Fri Apr  5 16:12:45 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:05:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc292208

app-editors/vim: vim-pager needs -minimal.

The vimpager command will not work with app-editors/vim-core[minimal] or
app-editors/vim[minimal]. Do not allow the vim-pager USE flag to be
enabled if either is enabled.

Signed-off-by: Dan Robertson  starlab.io>
Closes: https://github.com/gentoo/gentoo/pull/11601
Signed-off-by: Patrice Clement  gentoo.org>

 app-editors/vim/vim-8.1.0648-r1.ebuild | 2 ++
 app-editors/vim/vim-.ebuild| 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-editors/vim/vim-8.1.0648-r1.ebuild 
b/app-editors/vim/vim-8.1.0648-r1.ebuild
index 3d5b9ee9dbd..8ce3e2d1c2e 100644
--- a/app-editors/vim/vim-8.1.0648-r1.ebuild
+++ b/app-editors/vim/vim-8.1.0648-r1.ebuild
@@ -27,6 +27,7 @@ IUSE="X acl cscope debug gpm lua luajit minimal nls perl 
python racket ruby seli
 REQUIRED_USE="
luajit? ( lua )
python? ( ${PYTHON_REQUIRED_USE} )
+   vim-pager? ( !minimal )
 "
 
 RDEPEND="
@@ -57,6 +58,7 @@ DEPEND="
${RDEPEND}
sys-devel/autoconf
nls? ( sys-devel/gettext )
+   vim-pager? ( app-editors/vim-core[-minimal] )
 "
 
 pkg_setup() {

diff --git a/app-editors/vim/vim-.ebuild b/app-editors/vim/vim-.ebuild
index 7f5fd67a23e..08ce8d409f4 100644
--- a/app-editors/vim/vim-.ebuild
+++ b/app-editors/vim/vim-.ebuild
@@ -51,12 +51,14 @@ RDEPEND="
selinux? ( sys-libs/libselinux )
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
+   vim-pager? ( !minimal )
 "
 
 DEPEND="
${RDEPEND}
sys-devel/autoconf
nls? ( sys-devel/gettext )
+   vim-pager? ( app-editors/vim-core[-minimal] )
 "
 
 pkg_setup() {



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

2019-04-09 Thread Patrice Clement
commit: 6f91eec27054d725027e59c57ffeb3e32cba
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Apr  7 05:54:47 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:05:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f91eec2

sys-kernel/genkernel-next: update HOMEPAGE.

Closes: https://bugs.gentoo.org/682304
Signed-off-by: Wim Muskee  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11619
Signed-off-by: Patrice Clement  gentoo.org>

 sys-kernel/genkernel-next/genkernel-next-68.ebuild | 4 ++--
 sys-kernel/genkernel-next/genkernel-next-69.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/genkernel-next/genkernel-next-68.ebuild 
b/sys-kernel/genkernel-next/genkernel-next-68.ebuild
index 842dfa4b654..fab6670bb41 100644
--- a/sys-kernel/genkernel-next/genkernel-next-68.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-68.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86"
 inherit bash-completion-r1
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"
-HOMEPAGE="https://www.gentoo.org/";
+HOMEPAGE="https://github.com/Sabayon/genkernel-next/";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/sys-kernel/genkernel-next/genkernel-next-69.ebuild 
b/sys-kernel/genkernel-next/genkernel-next-69.ebuild
index 2a0367fe199..641e6597e98 100644
--- a/sys-kernel/genkernel-next/genkernel-next-69.ebuild
+++ b/sys-kernel/genkernel-next/genkernel-next-69.ebuild
@@ -8,7 +8,7 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 x86"
 inherit bash-completion-r1
 
 DESCRIPTION="Gentoo automatic kernel building scripts, reloaded"
-HOMEPAGE="https://www.gentoo.org/";
+HOMEPAGE="https://github.com/Sabayon/genkernel-next/";
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-04-09 Thread Patrice Clement
commit: dfd2c29f44fd5ffe43e3c1a974afe5390aa93bf8
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Apr  6 17:23:27 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:05:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd2c29f

sci-physics/herwig: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11611
Signed-off-by: Patrice Clement  gentoo.org>

 sci-physics/herwig/herwig-6.5.21-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-physics/herwig/herwig-6.5.21-r1.ebuild 
b/sci-physics/herwig/herwig-6.5.21-r1.ebuild
index 61e03705a4c..8348c8f2d55 100644
--- a/sci-physics/herwig/herwig-6.5.21-r1.ebuild
+++ b/sci-physics/herwig/herwig-6.5.21-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ MY_P=${PN}${PV1}${PV2}${PV3}
 MY_PINC="${PN^^}${PV1}${PV2}.INC"
 
 DESCRIPTION="High Energy Physics Event Generator"
-HOMEPAGE="http://www.hep.phy.cam.ac.uk/theory/webber/Herwig/";
+HOMEPAGE="https://www.hep.phy.cam.ac.uk/theory/webber/Herwig/";
 SRC_URI="
${HOMEPAGE}/${MY_P}.f
${HOMEPAGE}/${MY_P}.inc



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

2019-04-09 Thread Patrice Clement
commit: 9d3641b3e0bac117acca8ceaf6e5ecc2bd5572fd
Author: Graeme Lawes  gmail  com>
AuthorDate: Thu Mar  7 00:41:36 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:06:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3641b3

sys-cluster/teleport: remove v2.6.7.

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 -
 sys-cluster/teleport/teleport-2.6.7.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index f933f87e972..dfd4ed553fa 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,4 +1,3 @@
-DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B 
a020ab999b7503cb7aec54ed81532baf9d08b98000f2c659f63859d89f7f2b5fb311c41d6fcafb7d9bf72ea1c97eecfc6ac621b7c90d74f5afe2717edb8b0402
 SHA512 
45002dcf7b99108ca6fffae94d6608188eb9b0bea05cd14068618bfb11c496cad5546e261f349fee70f2acb574e7fc44093683dd991001e01406da6982c5c4c3
 DIST teleport-2.7.9.tar.gz 18221805 BLAKE2B 
c634f97008310c4cabf4020bc8a600de7eb92406e22082aee24b030a5cd8d6bff44b0e0e3ddf405013315064d3342544d0e6f43e120047991e7889e4b1a74f9c
 SHA512 
b609f94f9432c8b205a4cda625c68318343a3472218cd883f003a30587a00963163258c53c25f3fe36a951fc0bd40fdf141fe955b6d36d49435cfd4eff106b59
 DIST teleport-3.1.8.tar.gz 22605752 BLAKE2B 
2ddebb0b0c8c42d36d113e409ce04f194e5ed77a7d88dd3e0a5982e303b8db8e013b156693c5fcd038d9d81f2907d17fdb65f82b34bdc84379bb0c46498e53a5
 SHA512 
de834309f96c327b54470deec043a498da969c5f3a872777a44143fceb070bd1c9ee837f218f46dc5b82ee1b40fb869a422b8cf9c22d26618f07a069de165f6e
 DIST teleport-3.2.0.tar.gz 22613098 BLAKE2B 
0ff9675a071f5fb660ad4a7b0e085b9bec01c3d0967bdd206ce29a51addae545c4b2621854cbffdc0f76d0cbc6e5ec8f39e082b80b26ba13d352b1add199c965
 SHA512 
a3fdb520a62361f78632ac1680f86f183a533e47696791586b3c5ff7d505eb167a881c438c6a3dd72395140c521c065c8d8e4b93b5b8c9cbf134688dd8c1f8da

diff --git a/sys-cluster/teleport/teleport-2.6.7.ebuild 
b/sys-cluster/teleport/teleport-2.6.7.ebuild
deleted file mode 100644
index e7bfb7ce040..000
--- a/sys-cluster/teleport/teleport-2.6.7.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build systemd
-
-DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
-HOMEPAGE="https://gravitational.com/teleport";
-
-EGO_PN="github.com/gravitational/${PN}/..."
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 golang-vcs
-   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
-else
-   inherit golang-vcs-snapshot
-   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-IUSE="pam"
-LICENSE="Apache-2.0"
-RESTRICT="test strip"
-SLOT="0"
-
-DEPEND="app-arch/zip"
-RDEPEND="pam? ( sys-libs/pam )"
-
-src_compile() {
-   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
-}
-
-src_install() {
-   keepdir /var/lib/${PN} /etc/${PN}
-   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
-
-   insinto /etc/${PN}
-   newins "${FILESDIR}"/${PN}-2.yaml ${PN}.yaml
-
-   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
-
-   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
-}
-
-src_test() {
-   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
-}



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

2019-04-09 Thread Patrice Clement
commit: b5c0098f78f050d3dac7cb8d96f81ee367b39f12
Author: Graeme Lawes  gmail  com>
AuthorDate: Fri Apr  5 01:40:19 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:05:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c0098f

sys-cluster/teleport: add v3.2.0.

Signed-off-by: Graeme Lawes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11593
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 +
 sys-cluster/teleport/teleport-3.2.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index f7e6989ca4d..2bfa712d7d4 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -2,3 +2,4 @@ DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B 
a020ab999b7503cb7aec54ed81532baf9d08
 DIST teleport-2.7.1.tar.gz 18222601 BLAKE2B 
86852a1c7f0b083d8fc46bb2e51e287f0d54ca8bd1a6306e21ad325b6f1487682f853eb313a1f6f6fc4dc4d25d93e909ed65dad6d00eb37f878904d6df30f98c
 SHA512 
703056eb99aa91062c8d9cfa7852e3573c8968ce9dea0ff5b076d5225caf8d67b965948a47785cdc7e4341993ef3ed005677859d37653f7d22c05cb2db51efd7
 DIST teleport-3.0.0.tar.gz 22365657 BLAKE2B 
a9cfec07ec73970b1050c51819ef4820be95fcd94dce0ffbb62deca38af28a944929c83a9ed2b443a93eb21f55d0cac024b66acf81c5d6939ba8e6b6ba40438a
 SHA512 
8cba0b7471bebe9cdac07b44f17c99b7b323061f310ef0e61a3ebe1c4ea2ca2b1c853177528c4725a83366406e8b1a5aba23ecdd5fba7290bd6cab74ada3340d
 DIST teleport-3.0.1.tar.gz 22365638 BLAKE2B 
200d7612a56520607f7c157a4e1ff095f8621c2495cef520ce4db7b75f61346e7e5588ca8c9a9b9aa30b87d692c05d488343c3c7b1d30a46e90cacef42ed4172
 SHA512 
9a477ad174f0d7b0179cb4063731ebf0bd7cf31af22fb6db350b12839bfcdc9c8b68847bc33639546bf6b9026ee62ceb3197176f81a36d67f6b070f2eb4d65e1
+DIST teleport-3.2.0.tar.gz 22613098 BLAKE2B 
0ff9675a071f5fb660ad4a7b0e085b9bec01c3d0967bdd206ce29a51addae545c4b2621854cbffdc0f76d0cbc6e5ec8f39e082b80b26ba13d352b1add199c965
 SHA512 
a3fdb520a62361f78632ac1680f86f183a533e47696791586b3c5ff7d505eb167a881c438c6a3dd72395140c521c065c8d8e4b93b5b8c9cbf134688dd8c1f8da

diff --git a/sys-cluster/teleport/teleport-3.2.0.ebuild 
b/sys-cluster/teleport/teleport-3.2.0.ebuild
new file mode 100644
index 000..3fb8ff680c0
--- /dev/null
+++ b/sys-cluster/teleport/teleport-3.2.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build systemd
+
+DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
+HOMEPAGE="https://gravitational.com/teleport";
+
+EGO_PN="github.com/gravitational/${PN}/..."
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3 golang-vcs
+   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
+else
+   inherit golang-vcs-snapshot
+   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+IUSE="pam"
+LICENSE="Apache-2.0"
+RESTRICT="test strip"
+SLOT="0"
+
+DEPEND="app-arch/zip"
+RDEPEND="pam? ( sys-libs/pam )"
+
+src_compile() {
+   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
+}
+
+src_install() {
+   keepdir /var/lib/${PN} /etc/${PN}
+   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
+
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
+
+   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
+
+   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
+   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
+}
+
+src_test() {
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/rts_pstor/files/, sys-block/rts_pstor/

2019-04-09 Thread Patrice Clement
commit: e435be88f7d4567f89a3f2158b62336cda0801a5
Author: Martin Dummer  ts  fujitsu  com>
AuthorDate: Sun Mar 24 10:36:22 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:06:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e435be88

sys-block/rts_pstor: fix compilation issue.

fix compile issue with kernel >=5.0.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://bugs.gentoo.org/680478
Closes: https://github.com/gentoo/gentoo/pull/11476
Signed-off-by: Martin Dummer  gmx.net>
Signed-off-by: Patrice Clement  gentoo.org>

 .../rts_pstor/files/fix-compile-kernel-5.0.0.patch | 36 ++
 .../rts_pstor/rts_pstor-1.10_p20160103.ebuild  |  3 +-
 2 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/sys-block/rts_pstor/files/fix-compile-kernel-5.0.0.patch 
b/sys-block/rts_pstor/files/fix-compile-kernel-5.0.0.patch
new file mode 100644
index 000..7ea6ba6fd26
--- /dev/null
+++ b/sys-block/rts_pstor/files/fix-compile-kernel-5.0.0.patch
@@ -0,0 +1,36 @@
+--- a/rtsx.h
 b/rtsx.h
+@@ -81,6 +81,17 @@
+   pci_get_domain_bus_and_slot(0, (bus), (devfn))
+ #endif
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 0, 0)
++static void do_gettimeofday(struct timeval *tv)
++{
++  struct timespec64 now;
++
++  ktime_get_real_ts64(&now);
++  tv->tv_sec = now.tv_sec;
++  tv->tv_usec = now.tv_nsec / 1000;
++}
++#endif
++
+ /*
+  * macros for easy use
+  */
+--- a/rtsx.c
 b/rtsx.c
+@@ -300,11 +300,13 @@
+   
+   .max_sectors =  240,
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 0, 0)
+   /* merge commands... this seems to help performance, but
+* periodically someone should test to see which setting is more
+* optimal.
+*/
+   .use_clustering =   1,
++#endif
+ 
+   
+   .emulated = 1,

diff --git a/sys-block/rts_pstor/rts_pstor-1.10_p20160103.ebuild 
b/sys-block/rts_pstor/rts_pstor-1.10_p20160103.ebuild
index 73c7c69315d..e9b31fc3584 100644
--- a/sys-block/rts_pstor/rts_pstor-1.10_p20160103.ebuild
+++ b/sys-block/rts_pstor/rts_pstor-1.10_p20160103.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018 Gentoo Authors
+# Copyright 2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86"
 DEPEND="virtual/linux-sources"
 PATCHES=(
"${FILESDIR}/rts_pstor-makefile.patch"
+   "${FILESDIR}/fix-compile-kernel-5.0.0.patch"
 )
 S="${WORKDIR}/RTS5209-linux-driver-${GIT_COMMIT}"
 



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

2019-04-09 Thread Patrice Clement
commit: ecd09e55dda14740e2783f40b6c10f15da653ddc
Author: Wim Muskee  gmail  com>
AuthorDate: Sun Apr  7 18:00:45 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:05:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd09e55

dev-util/diffball: update SRC_URI, HOMEPAGE, metadata.xml.

Closes: https://bugs.gentoo.org/680560
Signed-off-by: Wim Muskee  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11631
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/diffball/diffball-1.0.1.ebuild | 6 +++---
 dev-util/diffball/metadata.xml  | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-util/diffball/diffball-1.0.1.ebuild 
b/dev-util/diffball/diffball-1.0.1.ebuild
index 0902b00c14f..52aa5e99dd0 100644
--- a/dev-util/diffball/diffball-1.0.1.ebuild
+++ b/dev-util/diffball/diffball-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit flag-o-matic
 
 DESCRIPTION="Delta compression suite for using/generating binary patches"
-HOMEPAGE="https://diffball.googlecode.com/";
-SRC_URI="https://diffball.googlecode.com/files/${P}.tar.bz2";
+HOMEPAGE="https://github.com/rafaelmartins/diffball";
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/dev-util/diffball/metadata.xml b/dev-util/diffball/metadata.xml
index 70aa8c7d286..eac20fbfab6 100644
--- a/dev-util/diffball/metadata.xml
+++ b/dev-util/diffball/metadata.xml
@@ -6,6 +6,7 @@
Rafael G. Martins


+   rafaelmartins/diffball
diffball

 



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

2019-04-09 Thread Patrice Clement
commit: ab67d00436edfd1d292263c3d5f9b63df9c7abcb
Author: Graeme Lawes  gmail  com>
AuthorDate: Thu Mar  7 00:40:29 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:06:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab67d004

sys-cluster/teleport: remove v3.0.0.

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 -
 sys-cluster/teleport/teleport-3.0.0.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 06cd25f10e7..9149582fadf 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,7 +1,6 @@
 DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B 
a020ab999b7503cb7aec54ed81532baf9d08b98000f2c659f63859d89f7f2b5fb311c41d6fcafb7d9bf72ea1c97eecfc6ac621b7c90d74f5afe2717edb8b0402
 SHA512 
45002dcf7b99108ca6fffae94d6608188eb9b0bea05cd14068618bfb11c496cad5546e261f349fee70f2acb574e7fc44093683dd991001e01406da6982c5c4c3
 DIST teleport-2.7.1.tar.gz 18222601 BLAKE2B 
86852a1c7f0b083d8fc46bb2e51e287f0d54ca8bd1a6306e21ad325b6f1487682f853eb313a1f6f6fc4dc4d25d93e909ed65dad6d00eb37f878904d6df30f98c
 SHA512 
703056eb99aa91062c8d9cfa7852e3573c8968ce9dea0ff5b076d5225caf8d67b965948a47785cdc7e4341993ef3ed005677859d37653f7d22c05cb2db51efd7
 DIST teleport-2.7.9.tar.gz 18221805 BLAKE2B 
c634f97008310c4cabf4020bc8a600de7eb92406e22082aee24b030a5cd8d6bff44b0e0e3ddf405013315064d3342544d0e6f43e120047991e7889e4b1a74f9c
 SHA512 
b609f94f9432c8b205a4cda625c68318343a3472218cd883f003a30587a00963163258c53c25f3fe36a951fc0bd40fdf141fe955b6d36d49435cfd4eff106b59
-DIST teleport-3.0.0.tar.gz 22365657 BLAKE2B 
a9cfec07ec73970b1050c51819ef4820be95fcd94dce0ffbb62deca38af28a944929c83a9ed2b443a93eb21f55d0cac024b66acf81c5d6939ba8e6b6ba40438a
 SHA512 
8cba0b7471bebe9cdac07b44f17c99b7b323061f310ef0e61a3ebe1c4ea2ca2b1c853177528c4725a83366406e8b1a5aba23ecdd5fba7290bd6cab74ada3340d
 DIST teleport-3.0.1.tar.gz 22365638 BLAKE2B 
200d7612a56520607f7c157a4e1ff095f8621c2495cef520ce4db7b75f61346e7e5588ca8c9a9b9aa30b87d692c05d488343c3c7b1d30a46e90cacef42ed4172
 SHA512 
9a477ad174f0d7b0179cb4063731ebf0bd7cf31af22fb6db350b12839bfcdc9c8b68847bc33639546bf6b9026ee62ceb3197176f81a36d67f6b070f2eb4d65e1
 DIST teleport-3.1.8.tar.gz 22605752 BLAKE2B 
2ddebb0b0c8c42d36d113e409ce04f194e5ed77a7d88dd3e0a5982e303b8db8e013b156693c5fcd038d9d81f2907d17fdb65f82b34bdc84379bb0c46498e53a5
 SHA512 
de834309f96c327b54470deec043a498da969c5f3a872777a44143fceb070bd1c9ee837f218f46dc5b82ee1b40fb869a422b8cf9c22d26618f07a069de165f6e
 DIST teleport-3.2.0.tar.gz 22613098 BLAKE2B 
0ff9675a071f5fb660ad4a7b0e085b9bec01c3d0967bdd206ce29a51addae545c4b2621854cbffdc0f76d0cbc6e5ec8f39e082b80b26ba13d352b1add199c965
 SHA512 
a3fdb520a62361f78632ac1680f86f183a533e47696791586b3c5ff7d505eb167a881c438c6a3dd72395140c521c065c8d8e4b93b5b8c9cbf134688dd8c1f8da

diff --git a/sys-cluster/teleport/teleport-3.0.0.ebuild 
b/sys-cluster/teleport/teleport-3.0.0.ebuild
deleted file mode 100644
index 4a7a27e42a4..000
--- a/sys-cluster/teleport/teleport-3.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build systemd
-
-DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
-HOMEPAGE="https://gravitational.com/teleport";
-
-EGO_PN="github.com/gravitational/${PN}/..."
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 golang-vcs
-   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
-else
-   inherit golang-vcs-snapshot
-   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-IUSE="pam"
-LICENSE="Apache-2.0"
-RESTRICT="test strip"
-SLOT="0"
-
-DEPEND="app-arch/zip"
-RDEPEND="pam? ( sys-libs/pam )"
-
-src_compile() {
-   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
-}
-
-src_install() {
-   keepdir /var/lib/${PN} /etc/${PN}
-   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
-
-   insinto /etc/${PN}
-   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
-
-   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
-
-   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
-}
-
-src_test() {
-   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
-}



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

2019-04-09 Thread Patrice Clement
commit: 88671c9a178435b01dc3a57a2a82fe7889fa5bd7
Author: Graeme Lawes  gmail  com>
AuthorDate: Thu Mar  7 00:39:37 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:05:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88671c9a

sys-cluster/teleport: add v2.7.9.

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 +
 sys-cluster/teleport/teleport-2.7.9.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 8a408562f5f..06cd25f10e7 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,5 +1,6 @@
 DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B 
a020ab999b7503cb7aec54ed81532baf9d08b98000f2c659f63859d89f7f2b5fb311c41d6fcafb7d9bf72ea1c97eecfc6ac621b7c90d74f5afe2717edb8b0402
 SHA512 
45002dcf7b99108ca6fffae94d6608188eb9b0bea05cd14068618bfb11c496cad5546e261f349fee70f2acb574e7fc44093683dd991001e01406da6982c5c4c3
 DIST teleport-2.7.1.tar.gz 18222601 BLAKE2B 
86852a1c7f0b083d8fc46bb2e51e287f0d54ca8bd1a6306e21ad325b6f1487682f853eb313a1f6f6fc4dc4d25d93e909ed65dad6d00eb37f878904d6df30f98c
 SHA512 
703056eb99aa91062c8d9cfa7852e3573c8968ce9dea0ff5b076d5225caf8d67b965948a47785cdc7e4341993ef3ed005677859d37653f7d22c05cb2db51efd7
+DIST teleport-2.7.9.tar.gz 18221805 BLAKE2B 
c634f97008310c4cabf4020bc8a600de7eb92406e22082aee24b030a5cd8d6bff44b0e0e3ddf405013315064d3342544d0e6f43e120047991e7889e4b1a74f9c
 SHA512 
b609f94f9432c8b205a4cda625c68318343a3472218cd883f003a30587a00963163258c53c25f3fe36a951fc0bd40fdf141fe955b6d36d49435cfd4eff106b59
 DIST teleport-3.0.0.tar.gz 22365657 BLAKE2B 
a9cfec07ec73970b1050c51819ef4820be95fcd94dce0ffbb62deca38af28a944929c83a9ed2b443a93eb21f55d0cac024b66acf81c5d6939ba8e6b6ba40438a
 SHA512 
8cba0b7471bebe9cdac07b44f17c99b7b323061f310ef0e61a3ebe1c4ea2ca2b1c853177528c4725a83366406e8b1a5aba23ecdd5fba7290bd6cab74ada3340d
 DIST teleport-3.0.1.tar.gz 22365638 BLAKE2B 
200d7612a56520607f7c157a4e1ff095f8621c2495cef520ce4db7b75f61346e7e5588ca8c9a9b9aa30b87d692c05d488343c3c7b1d30a46e90cacef42ed4172
 SHA512 
9a477ad174f0d7b0179cb4063731ebf0bd7cf31af22fb6db350b12839bfcdc9c8b68847bc33639546bf6b9026ee62ceb3197176f81a36d67f6b070f2eb4d65e1
 DIST teleport-3.1.8.tar.gz 22605752 BLAKE2B 
2ddebb0b0c8c42d36d113e409ce04f194e5ed77a7d88dd3e0a5982e303b8db8e013b156693c5fcd038d9d81f2907d17fdb65f82b34bdc84379bb0c46498e53a5
 SHA512 
de834309f96c327b54470deec043a498da969c5f3a872777a44143fceb070bd1c9ee837f218f46dc5b82ee1b40fb869a422b8cf9c22d26618f07a069de165f6e

diff --git a/sys-cluster/teleport/teleport-2.7.9.ebuild 
b/sys-cluster/teleport/teleport-2.7.9.ebuild
new file mode 100644
index 000..e7bfb7ce040
--- /dev/null
+++ b/sys-cluster/teleport/teleport-2.7.9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build systemd
+
+DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
+HOMEPAGE="https://gravitational.com/teleport";
+
+EGO_PN="github.com/gravitational/${PN}/..."
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3 golang-vcs
+   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
+else
+   inherit golang-vcs-snapshot
+   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+IUSE="pam"
+LICENSE="Apache-2.0"
+RESTRICT="test strip"
+SLOT="0"
+
+DEPEND="app-arch/zip"
+RDEPEND="pam? ( sys-libs/pam )"
+
+src_compile() {
+   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
+}
+
+src_install() {
+   keepdir /var/lib/${PN} /etc/${PN}
+   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
+
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}-2.yaml ${PN}.yaml
+
+   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
+
+   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
+   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
+}
+
+src_test() {
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
+}



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

2019-04-09 Thread Patrice Clement
commit: af29bf6627302acfd92597b7e0c5e2311935d433
Author: Graeme Lawes  gmail  com>
AuthorDate: Thu Mar  7 00:41:09 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:06:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af29bf66

sys-cluster/teleport: remove v2.7.1.

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 -
 sys-cluster/teleport/teleport-2.7.1.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 92c46a891cd..f933f87e972 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -1,5 +1,4 @@
 DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B 
a020ab999b7503cb7aec54ed81532baf9d08b98000f2c659f63859d89f7f2b5fb311c41d6fcafb7d9bf72ea1c97eecfc6ac621b7c90d74f5afe2717edb8b0402
 SHA512 
45002dcf7b99108ca6fffae94d6608188eb9b0bea05cd14068618bfb11c496cad5546e261f349fee70f2acb574e7fc44093683dd991001e01406da6982c5c4c3
-DIST teleport-2.7.1.tar.gz 18222601 BLAKE2B 
86852a1c7f0b083d8fc46bb2e51e287f0d54ca8bd1a6306e21ad325b6f1487682f853eb313a1f6f6fc4dc4d25d93e909ed65dad6d00eb37f878904d6df30f98c
 SHA512 
703056eb99aa91062c8d9cfa7852e3573c8968ce9dea0ff5b076d5225caf8d67b965948a47785cdc7e4341993ef3ed005677859d37653f7d22c05cb2db51efd7
 DIST teleport-2.7.9.tar.gz 18221805 BLAKE2B 
c634f97008310c4cabf4020bc8a600de7eb92406e22082aee24b030a5cd8d6bff44b0e0e3ddf405013315064d3342544d0e6f43e120047991e7889e4b1a74f9c
 SHA512 
b609f94f9432c8b205a4cda625c68318343a3472218cd883f003a30587a00963163258c53c25f3fe36a951fc0bd40fdf141fe955b6d36d49435cfd4eff106b59
 DIST teleport-3.1.8.tar.gz 22605752 BLAKE2B 
2ddebb0b0c8c42d36d113e409ce04f194e5ed77a7d88dd3e0a5982e303b8db8e013b156693c5fcd038d9d81f2907d17fdb65f82b34bdc84379bb0c46498e53a5
 SHA512 
de834309f96c327b54470deec043a498da969c5f3a872777a44143fceb070bd1c9ee837f218f46dc5b82ee1b40fb869a422b8cf9c22d26618f07a069de165f6e
 DIST teleport-3.2.0.tar.gz 22613098 BLAKE2B 
0ff9675a071f5fb660ad4a7b0e085b9bec01c3d0967bdd206ce29a51addae545c4b2621854cbffdc0f76d0cbc6e5ec8f39e082b80b26ba13d352b1add199c965
 SHA512 
a3fdb520a62361f78632ac1680f86f183a533e47696791586b3c5ff7d505eb167a881c438c6a3dd72395140c521c065c8d8e4b93b5b8c9cbf134688dd8c1f8da

diff --git a/sys-cluster/teleport/teleport-2.7.1.ebuild 
b/sys-cluster/teleport/teleport-2.7.1.ebuild
deleted file mode 100644
index e7bfb7ce040..000
--- a/sys-cluster/teleport/teleport-2.7.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build systemd
-
-DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
-HOMEPAGE="https://gravitational.com/teleport";
-
-EGO_PN="github.com/gravitational/${PN}/..."
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 golang-vcs
-   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
-else
-   inherit golang-vcs-snapshot
-   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-IUSE="pam"
-LICENSE="Apache-2.0"
-RESTRICT="test strip"
-SLOT="0"
-
-DEPEND="app-arch/zip"
-RDEPEND="pam? ( sys-libs/pam )"
-
-src_compile() {
-   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
-}
-
-src_install() {
-   keepdir /var/lib/${PN} /etc/${PN}
-   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
-
-   insinto /etc/${PN}
-   newins "${FILESDIR}"/${PN}-2.yaml ${PN}.yaml
-
-   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
-   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
-
-   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
-   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
-}
-
-src_test() {
-   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
-}



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

2019-04-09 Thread Patrice Clement
commit: b5ab1b617a2543b3d103fe7a2ec6ae9cea8f1d7c
Author: Graeme Lawes  gmail  com>
AuthorDate: Fri Feb 15 03:16:12 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:05:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ab1b61

sys-cluster/teleport: add v3.1.8.

Signed-off-by: Graeme Lawes  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 sys-cluster/teleport/Manifest  |  1 +
 sys-cluster/teleport/teleport-3.1.8.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/sys-cluster/teleport/Manifest b/sys-cluster/teleport/Manifest
index 2bfa712d7d4..8a408562f5f 100644
--- a/sys-cluster/teleport/Manifest
+++ b/sys-cluster/teleport/Manifest
@@ -2,4 +2,5 @@ DIST teleport-2.6.7.tar.gz 16655508 BLAKE2B 
a020ab999b7503cb7aec54ed81532baf9d08
 DIST teleport-2.7.1.tar.gz 18222601 BLAKE2B 
86852a1c7f0b083d8fc46bb2e51e287f0d54ca8bd1a6306e21ad325b6f1487682f853eb313a1f6f6fc4dc4d25d93e909ed65dad6d00eb37f878904d6df30f98c
 SHA512 
703056eb99aa91062c8d9cfa7852e3573c8968ce9dea0ff5b076d5225caf8d67b965948a47785cdc7e4341993ef3ed005677859d37653f7d22c05cb2db51efd7
 DIST teleport-3.0.0.tar.gz 22365657 BLAKE2B 
a9cfec07ec73970b1050c51819ef4820be95fcd94dce0ffbb62deca38af28a944929c83a9ed2b443a93eb21f55d0cac024b66acf81c5d6939ba8e6b6ba40438a
 SHA512 
8cba0b7471bebe9cdac07b44f17c99b7b323061f310ef0e61a3ebe1c4ea2ca2b1c853177528c4725a83366406e8b1a5aba23ecdd5fba7290bd6cab74ada3340d
 DIST teleport-3.0.1.tar.gz 22365638 BLAKE2B 
200d7612a56520607f7c157a4e1ff095f8621c2495cef520ce4db7b75f61346e7e5588ca8c9a9b9aa30b87d692c05d488343c3c7b1d30a46e90cacef42ed4172
 SHA512 
9a477ad174f0d7b0179cb4063731ebf0bd7cf31af22fb6db350b12839bfcdc9c8b68847bc33639546bf6b9026ee62ceb3197176f81a36d67f6b070f2eb4d65e1
+DIST teleport-3.1.8.tar.gz 22605752 BLAKE2B 
2ddebb0b0c8c42d36d113e409ce04f194e5ed77a7d88dd3e0a5982e303b8db8e013b156693c5fcd038d9d81f2907d17fdb65f82b34bdc84379bb0c46498e53a5
 SHA512 
de834309f96c327b54470deec043a498da969c5f3a872777a44143fceb070bd1c9ee837f218f46dc5b82ee1b40fb869a422b8cf9c22d26618f07a069de165f6e
 DIST teleport-3.2.0.tar.gz 22613098 BLAKE2B 
0ff9675a071f5fb660ad4a7b0e085b9bec01c3d0967bdd206ce29a51addae545c4b2621854cbffdc0f76d0cbc6e5ec8f39e082b80b26ba13d352b1add199c965
 SHA512 
a3fdb520a62361f78632ac1680f86f183a533e47696791586b3c5ff7d505eb167a881c438c6a3dd72395140c521c065c8d8e4b93b5b8c9cbf134688dd8c1f8da

diff --git a/sys-cluster/teleport/teleport-3.1.8.ebuild 
b/sys-cluster/teleport/teleport-3.1.8.ebuild
new file mode 100644
index 000..4a7a27e42a4
--- /dev/null
+++ b/sys-cluster/teleport/teleport-3.1.8.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit golang-build systemd
+
+DESCRIPTION="Modern SSH server for teams managing distributed infrastructure"
+HOMEPAGE="https://gravitational.com/teleport";
+
+EGO_PN="github.com/gravitational/${PN}/..."
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3 golang-vcs
+   EGIT_REPO_URI="https://github.com/gravitational/${PN}.git";
+else
+   inherit golang-vcs-snapshot
+   SRC_URI="https://github.com/gravitational/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm"
+fi
+
+IUSE="pam"
+LICENSE="Apache-2.0"
+RESTRICT="test strip"
+SLOT="0"
+
+DEPEND="app-arch/zip"
+RDEPEND="pam? ( sys-libs/pam )"
+
+src_compile() {
+   BUILDFLAGS="" GOPATH="${S}" emake -j1 -C src/${EGO_PN%/*} full
+}
+
+src_install() {
+   keepdir /var/lib/${PN} /etc/${PN}
+   dobin src/${EGO_PN%/*}/build/{tsh,tctl,teleport}
+
+   insinto /etc/${PN}
+   newins "${FILESDIR}"/${PN}.yaml ${PN}.yaml
+
+   newinitd "${FILESDIR}"/${PN}.init.d ${PN}
+   newconfd "${FILESDIR}"/${PN}.conf.d ${PN}
+
+   systemd_newunit "${FILESDIR}"/${PN}.service ${PN}.service
+   systemd_install_serviced "${FILESDIR}"/${PN}.service.conf ${PN}.service
+}
+
+src_test() {
+   BUILDFLAGS="" GOPATH="${S}" emake -C src/${EGO_PN%/*} test
+}



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

2019-04-09 Thread Bernard Cafarelli
commit: f34eb96043c7b9da5fa43545e9cfd263d02c33d3
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Apr  9 10:54:29 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Apr  9 12:06:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34eb960

www-apps/nextcloud: drop 13.0 packages

Version is now marked as unsupported upstream

Also clean up some older 14/15 versions

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/nextcloud/Manifest |  7 -
 www-apps/nextcloud/nextcloud-13.0.10.ebuild | 40 
 www-apps/nextcloud/nextcloud-13.0.11.ebuild | 40 
 www-apps/nextcloud/nextcloud-13.0.12.ebuild | 40 
 www-apps/nextcloud/nextcloud-14.0.4.ebuild  | 40 
 www-apps/nextcloud/nextcloud-14.0.7.ebuild  | 40 
 www-apps/nextcloud/nextcloud-15.0.2.ebuild  | 41 -
 www-apps/nextcloud/nextcloud-15.0.4.ebuild  | 41 -
 8 files changed, 289 deletions(-)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index 4e5cb967791..a043e0390bf 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,11 +1,4 @@
-DIST nextcloud-13.0.10.tar.bz2 30033121 BLAKE2B 
1549340f7b2b3f3bacbbc4be7c0894cf6b9caa1de1fef27aad3753e022ab3eef36787f075356ebd1ac0b2757e212e769eef79ff761c23cdf0cfaf841dd124894
 SHA512 
169f3f974944322d3a606f9b9e35c438b40b73e4c75c6dd9cc8b153713bbf411430f0d68603f24287a81eb9108589e6129d00e2ee3c0c57397ce03305bdbc9b6
-DIST nextcloud-13.0.11.tar.bz2 40812176 BLAKE2B 
541875dd136fddf34abc61a89850c736891e01377d57a9d3b23d6f18a45578c31845667ecddd79f03261c7cb2f5c9c00a5d1c6f5958515e3330010c5a1e335b4
 SHA512 
18f785dfc10b4ca7afbdb7134a7ee3c23f302b9ad4c43f245c3d80d37d4ac7f651e23a032d27cb678b21a2d895069ed44ba846b6ea07445134bb26acbae20495
-DIST nextcloud-13.0.12.tar.bz2 45382327 BLAKE2B 
624996f2c76924d61991f733198f5e2bb67bdf8607b2a7f26361c7080db005c4436a837f77c046638389ff10e5b4c7c4fc614573db488aeb03eeb9006997
 SHA512 
c01e31812775883b4e9bf31d4a1c9b1b76eeebe8c6409e504e79c4846708a35069e2265148469c6a7bc0e8b1031d1517b5c0c221e622e531a045a47d7bb785e1
 DIST nextcloud-14.0.10.tar.bz2 54634419 BLAKE2B 
f589b9f292d770b86fbc7207440da71375723ce59b5e7f229fa15dc3347bd1b1f22a65a592c4c9af1238d3c1da3891ae22ac1505ccb7fe9f0988bd038f5ff760
 SHA512 
f8ec66af3dbac0052a54ac8d74e44baf648b5cee8ec9cbce2f498a675e2fb2241c8725391f21e500bd65ca8ce61fe9a16febf8419b1c5af8ac3da1dc4b869fbf
-DIST nextcloud-14.0.4.tar.bz2 49827498 BLAKE2B 
5bcf873f9e0f5b35450a4d381ea1e2fec0e1ef63e9424c83d18add4a6b19631d44191ae207ed60b25209e2b7b45ddec951d3441d8876ce0a057883d21a5e5864
 SHA512 
a53eb90645619d6558c93304c43ca86cf00cacf8a0f783e699f5041c7b5eb1c9ee8719d4bde5cc16bd1c7b90529d9b100c79e1ce14cc8f8192158c705c8db09e
-DIST nextcloud-14.0.7.tar.bz2 45913292 BLAKE2B 
69494b7e618f564e063e217d357903992e2ea5f9200c67c079476eb7e110c0a623f7dd3eb19336967a8f3cff061e90d24215619c294d130b020802d5a813f982
 SHA512 
9fbd9e669eb77285336ab7dfbe0b92ecee6d99a92eecac0c8eaac8a3c42e1154c0e5d77ec808b56b90080859584027b295d3014fdf89ff92730b39571caee3b9
 DIST nextcloud-14.0.8.tar.bz2 54751640 BLAKE2B 
0b017eeccbeb83f51388a965c48d44d7b03c95ff091e937d44705e4611ffe14134e67092a21b8e93be4455e806f1fbf13c5d1fac4d7e8f5e200b8f3afd8a0a95
 SHA512 
97434ee8ceb7d728c0a3ac013abcbfe7b52edf64347a762639871c54df8b2fd98e281aa53a553bd53efcbf2bd49342bbeb0cbfe1bed970673a8a5dfabf8fe1f2
-DIST nextcloud-15.0.2.tar.bz2 36224830 BLAKE2B 
59393b5da69a80a92d71e3c9276087fef8758d07d599de2b1f185b97fdd09fc9893325b62b676dcb86f7fd864ef81304e10021bee73e025a9104f747699d0355
 SHA512 
ab9bf8db9fb231dd965188d2226d34e86128edfad5b5db259fe445cecd4f74e573e4cba3e151bd705dce6ced31d421e3986f5733ebe9f06804807c4bb7e21349
-DIST nextcloud-15.0.4.tar.bz2 47648166 BLAKE2B 
2c645857b0d75b38bf76ca78e91899d780ed272919cf71b68a8908167d7ede3c26cd8d258dc61f041cbe2f03adf206b2c71d1879a01aee25c2265ad4bced962d
 SHA512 
0942e1e5f0fb2038b27a697452b037b835d5a3614ec9660bde379a290b672b506b9dab3510e89b64916d995bb20c7165cf2bca628800d73f95067ff25dabcbc6
 DIST nextcloud-15.0.5.tar.bz2 56489515 BLAKE2B 
c60a4f01e9bc0d31b2fe1d440c8f0adb512966220bb149cd299a1e7c277b7a4713c96a57a0042f55ea26d3b83598091dc4cea6d3e9565414f3c57fd8f267ae05
 SHA512 
e31f3dbfec288f87fca220dd50d0cc221c27e2b923418fce4bd59821e2ce1c10dca929710a332380fee4f04e43e7302b3406785f23727acf5735d64c
 DIST nextcloud-15.0.7.tar.bz2 56417492 BLAKE2B 
048dd8ef79b3dcdbd69b68e9bd43d7ade14fa6d830e5918d12fd3d22db6feba914e620c7610e5b57e9802a9e00c7297ee43559cc03f264e704f10a6cbd5f2de5
 SHA512 
3868f9e1574d9d094ace7e1662da5df75d3f4399d8e160158a5eb251fb3f06c700fcc5dd312bf20d18bc70f7e37533ce0b7c4acd4e2affa893b84e6fb98bfb1e

diff --git a/www-apps/nextcloud/nextcloud-13.0.10.ebuild 
b/www-apps/nextcloud/nextcloud-13.0.10.ebuild
deleted file mode 100644
index a9c1d18899d..

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

2019-04-09 Thread Bernard Cafarelli
commit: 5f6b45a09c151b602886c28a6fcf0127209c354c
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Tue Apr  9 10:53:09 2019 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Tue Apr  9 12:06:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6b45a0

www-apps/nextcloud: 15.0.7 and 14.0.10 bumps

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli  gentoo.org>

 www-apps/nextcloud/Manifest |  2 ++
 www-apps/nextcloud/nextcloud-14.0.10.ebuild | 40 
 www-apps/nextcloud/nextcloud-15.0.7.ebuild  | 41 +
 3 files changed, 83 insertions(+)

diff --git a/www-apps/nextcloud/Manifest b/www-apps/nextcloud/Manifest
index b4702167992..4e5cb967791 100644
--- a/www-apps/nextcloud/Manifest
+++ b/www-apps/nextcloud/Manifest
@@ -1,9 +1,11 @@
 DIST nextcloud-13.0.10.tar.bz2 30033121 BLAKE2B 
1549340f7b2b3f3bacbbc4be7c0894cf6b9caa1de1fef27aad3753e022ab3eef36787f075356ebd1ac0b2757e212e769eef79ff761c23cdf0cfaf841dd124894
 SHA512 
169f3f974944322d3a606f9b9e35c438b40b73e4c75c6dd9cc8b153713bbf411430f0d68603f24287a81eb9108589e6129d00e2ee3c0c57397ce03305bdbc9b6
 DIST nextcloud-13.0.11.tar.bz2 40812176 BLAKE2B 
541875dd136fddf34abc61a89850c736891e01377d57a9d3b23d6f18a45578c31845667ecddd79f03261c7cb2f5c9c00a5d1c6f5958515e3330010c5a1e335b4
 SHA512 
18f785dfc10b4ca7afbdb7134a7ee3c23f302b9ad4c43f245c3d80d37d4ac7f651e23a032d27cb678b21a2d895069ed44ba846b6ea07445134bb26acbae20495
 DIST nextcloud-13.0.12.tar.bz2 45382327 BLAKE2B 
624996f2c76924d61991f733198f5e2bb67bdf8607b2a7f26361c7080db005c4436a837f77c046638389ff10e5b4c7c4fc614573db488aeb03eeb9006997
 SHA512 
c01e31812775883b4e9bf31d4a1c9b1b76eeebe8c6409e504e79c4846708a35069e2265148469c6a7bc0e8b1031d1517b5c0c221e622e531a045a47d7bb785e1
+DIST nextcloud-14.0.10.tar.bz2 54634419 BLAKE2B 
f589b9f292d770b86fbc7207440da71375723ce59b5e7f229fa15dc3347bd1b1f22a65a592c4c9af1238d3c1da3891ae22ac1505ccb7fe9f0988bd038f5ff760
 SHA512 
f8ec66af3dbac0052a54ac8d74e44baf648b5cee8ec9cbce2f498a675e2fb2241c8725391f21e500bd65ca8ce61fe9a16febf8419b1c5af8ac3da1dc4b869fbf
 DIST nextcloud-14.0.4.tar.bz2 49827498 BLAKE2B 
5bcf873f9e0f5b35450a4d381ea1e2fec0e1ef63e9424c83d18add4a6b19631d44191ae207ed60b25209e2b7b45ddec951d3441d8876ce0a057883d21a5e5864
 SHA512 
a53eb90645619d6558c93304c43ca86cf00cacf8a0f783e699f5041c7b5eb1c9ee8719d4bde5cc16bd1c7b90529d9b100c79e1ce14cc8f8192158c705c8db09e
 DIST nextcloud-14.0.7.tar.bz2 45913292 BLAKE2B 
69494b7e618f564e063e217d357903992e2ea5f9200c67c079476eb7e110c0a623f7dd3eb19336967a8f3cff061e90d24215619c294d130b020802d5a813f982
 SHA512 
9fbd9e669eb77285336ab7dfbe0b92ecee6d99a92eecac0c8eaac8a3c42e1154c0e5d77ec808b56b90080859584027b295d3014fdf89ff92730b39571caee3b9
 DIST nextcloud-14.0.8.tar.bz2 54751640 BLAKE2B 
0b017eeccbeb83f51388a965c48d44d7b03c95ff091e937d44705e4611ffe14134e67092a21b8e93be4455e806f1fbf13c5d1fac4d7e8f5e200b8f3afd8a0a95
 SHA512 
97434ee8ceb7d728c0a3ac013abcbfe7b52edf64347a762639871c54df8b2fd98e281aa53a553bd53efcbf2bd49342bbeb0cbfe1bed970673a8a5dfabf8fe1f2
 DIST nextcloud-15.0.2.tar.bz2 36224830 BLAKE2B 
59393b5da69a80a92d71e3c9276087fef8758d07d599de2b1f185b97fdd09fc9893325b62b676dcb86f7fd864ef81304e10021bee73e025a9104f747699d0355
 SHA512 
ab9bf8db9fb231dd965188d2226d34e86128edfad5b5db259fe445cecd4f74e573e4cba3e151bd705dce6ced31d421e3986f5733ebe9f06804807c4bb7e21349
 DIST nextcloud-15.0.4.tar.bz2 47648166 BLAKE2B 
2c645857b0d75b38bf76ca78e91899d780ed272919cf71b68a8908167d7ede3c26cd8d258dc61f041cbe2f03adf206b2c71d1879a01aee25c2265ad4bced962d
 SHA512 
0942e1e5f0fb2038b27a697452b037b835d5a3614ec9660bde379a290b672b506b9dab3510e89b64916d995bb20c7165cf2bca628800d73f95067ff25dabcbc6
 DIST nextcloud-15.0.5.tar.bz2 56489515 BLAKE2B 
c60a4f01e9bc0d31b2fe1d440c8f0adb512966220bb149cd299a1e7c277b7a4713c96a57a0042f55ea26d3b83598091dc4cea6d3e9565414f3c57fd8f267ae05
 SHA512 
e31f3dbfec288f87fca220dd50d0cc221c27e2b923418fce4bd59821e2ce1c10dca929710a332380fee4f04e43e7302b3406785f23727acf5735d64c
+DIST nextcloud-15.0.7.tar.bz2 56417492 BLAKE2B 
048dd8ef79b3dcdbd69b68e9bd43d7ade14fa6d830e5918d12fd3d22db6feba914e620c7610e5b57e9802a9e00c7297ee43559cc03f264e704f10a6cbd5f2de5
 SHA512 
3868f9e1574d9d094ace7e1662da5df75d3f4399d8e160158a5eb251fb3f06c700fcc5dd312bf20d18bc70f7e37533ce0b7c4acd4e2affa893b84e6fb98bfb1e

diff --git a/www-apps/nextcloud/nextcloud-14.0.10.ebuild 
b/www-apps/nextcloud/nextcloud-14.0.10.ebuild
new file mode 100644
index 000..e4392ac6288
--- /dev/null
+++ b/www-apps/nextcloud/nextcloud-14.0.10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils webapp
+
+DESCRIPTION="Personal cloud that runs on your own server"
+HOMEPAGE="http://nextcloud.com";
+SRC_URI="http://download.nextcloud.com/server/releases/${P}.tar.bz2";
+LICENSE="AGPL-3"
+
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+curl mysql postgres +sqlite"
+RE

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

2019-04-09 Thread Louis Sautier
commit: 89a574631f5ab9a124046f3ff5a85397802cdcb0
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Apr  9 11:58:52 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Apr  9 12:07:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a57463

dev-python/pyftpdlib: bump to 1.5.5

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/pyftpdlib/Manifest   |  1 +
 dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild | 89 +
 2 files changed, 90 insertions(+)

diff --git a/dev-python/pyftpdlib/Manifest b/dev-python/pyftpdlib/Manifest
index b1ab75204bb..efcaf1bdeb9 100644
--- a/dev-python/pyftpdlib/Manifest
+++ b/dev-python/pyftpdlib/Manifest
@@ -1,3 +1,4 @@
 DIST pyftpdlib-1.5.1.tar.gz 127582 BLAKE2B 
00233ab4acf5aae4902384f514de0d6da9a55b7312b7744ce3f16fd222b5abeae0c65f0f9309ff40d0cbd960baee2c269a1fc6ba72ed8f700c7dbfd47e646a8a
 SHA512 
81bb634aef7190d97b5939b998c8dd8caf1ce77c2ca66d085826880590a03e7fe4aeefb5eb67f30f25b984962eaae740c4c8c1d5900909029702e37c36bb2b9b
 DIST pyftpdlib-1.5.3.tar.gz 183189 BLAKE2B 
dd563f59ff21b2059e1c6d6ac6015561d5e0de07b52ea212589afea61abe63a2a61deed86bb133969c8dc99b826b7e23ddf071e0b28ac7b84a066f3fa7f31d90
 SHA512 
f0e56f170fa77e0866cbbead52ad52276ee45b6c3244557bc59cd2bf599934ae4414a684661d4d47f76098b3da19e23c1a037aaa07a6a81f8d1be14b90191517
 DIST pyftpdlib-1.5.4.tar.gz 184986 BLAKE2B 
6973b1f7e0fc0c89eb5d79e082690a706b56553ad4b2ece68a8216bb99c185d770475e349402ec71baf1bb06e5ecca5be2a3c52512f0d8283c4cc249bc28a949
 SHA512 
6eb308021dad28c1c51a88b366947a71b7bc1802571dc14cedf3a264bd0cb8504ef990d7e3110d10709f971d4d5b0001bee859b58fb4d02a1b0d46532acc9295
+DIST pyftpdlib-1.5.5.tar.gz 184314 BLAKE2B 
2d02839c6809674c7b7c4dfd610610a9231799802cc53ad0a05bfabc8985e77c64d9b239628f13bdc22942460b3e923067f084c3c5ac2b7be7671279a08e0351
 SHA512 
27427154f893812f689adf3a9ceb4ec2d8f0ea7a4bf7b08671dc146c95f09ddd596a27c85e009d8d6647277def48c0bf0a8b76fb3fba5818eda3dfdc6c10795e

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild
new file mode 100644
index 000..8b23d3a2fac
--- /dev/null
+++ b/dev-python/pyftpdlib/pyftpdlib-1.5.5.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+PYTHON_REQ_USE="ssl(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python FTP server library"
+HOMEPAGE="https://github.com/giampaolo/pyftpdlib 
https://pypi.org/project/pyftpdlib/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+IUSE="doc examples ssl test"
+
+RDEPEND="
+   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${RDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pysendfile[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )
+"
+
+python_prepare_all() {
+   sed -i "s/'sphinx.ext.intersphinx'//" docs/conf.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # These tests fail when passing additional options to pytest
+   # so we need to run them separately and not pass any args to pytest
+   pytest ${PN}/test/test_misc.py || die "Tests failed with ${EPYTHON}"
+   # Some of these tests tend to fail
+   local skipped_tests=(
+   # https://github.com/giampaolo/pyftpdlib/issues/470
+   # https://bugs.gentoo.org/659108
+   test_idle_data_timeout2
+   # https://github.com/giampaolo/pyftpdlib/issues/471
+   # https://bugs.gentoo.org/636410
+   test_on_incomplete_file_received
+   # https://github.com/giampaolo/pyftpdlib/issues/466
+   # https://bugs.gentoo.org/659786
+   test_nlst
+   )
+   skipped_tests=${skipped_tests[@]/%/ or}
+   # Tests fail with TZ=GMT, see https://bugs.gentoo.org/23
+   TZ=UTC+1 pytest -vv \
+   --ignore ${PN}/test/test_misc.py -k "not (${skipped_tests% 
or})" \
+   || die "Tests failed with ${EPYTHON}"
+}
+
+python_install_all() {
+   if use examples; then
+   docinto examples
+   dodoc -r de

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/

2019-04-09 Thread Mikle Kolyada
commit: 2486119b5da0e5cfb3c66ea08fe245e56d772192
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Apr  8 21:20:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:23:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2486119b

dev-cpp/catch: s390 stable wrt bug #682718

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"

 dev-cpp/catch/catch-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/catch/catch-2.5.0.ebuild b/dev-cpp/catch/catch-2.5.0.ebuild
index b649c8e17e6..1adebaa8e0f 100644
--- a/dev-cpp/catch/catch-2.5.0.ebuild
+++ b/dev-cpp/catch/catch-2.5.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 else
MY_P=${PN^}2-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 s390 ~x86"
 
S=${WORKDIR}/${MY_P}
 fi



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

2019-04-09 Thread Mikle Kolyada
commit: c23e6143d8c6bf4e23fe7a934058fcd613cc3697
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:26:17 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:26:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23e6143

net-fs/minio: Version bump

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-fs/minio/Manifest |   1 +
 net-fs/minio/minio-2019.04.09.01.22.30.ebuild | 172 ++
 2 files changed, 173 insertions(+)

diff --git a/net-fs/minio/Manifest b/net-fs/minio/Manifest
index 01865c43437..d194e7e4109 100644
--- a/net-fs/minio/Manifest
+++ b/net-fs/minio/Manifest
@@ -116,3 +116,4 @@ DIST minio-2019.03.13.21.59.47.tar.gz 9200988 BLAKE2B 
56b2e6e3e4a7643d1e79c60389
 DIST minio-2019.03.20.22.38.47.tar.gz 9249505 BLAKE2B 
c3b5173575c266bf4a86276eafa1faecdcee7411fafb497452d0265c81d75adb06c2e2e05ed17dc6fec8b367ac8e389798ff4f98e4177eec8bbf786af05f7109
 SHA512 
33790bae9d2b33c53bf98bc20dc2f5d2653bcad2263f75d99523a9140d029adb16068eb8b376966ddaf96aad8eaf540bf4c8cc9d5c3fbb14c2aa0b63ac9fdefb
 DIST minio-2019.03.27.22.35.21.tar.gz 9261176 BLAKE2B 
896162800b156d6cc04733fb80a4a0adf90b9bb5ff3561108e136e953dc60d4356c28fd6f28865977060d854f3887c23396139433e4a6c46fe9036a2b2e01336
 SHA512 
1fce454f0cbbb90bd8fff48c20a3a93cac464ea8dda1acb5687a566a5db641e912ff57a9b8e73192df5a7eb896f265945da734f89cf6c57dc9e2a0c8554f8d10
 DIST minio-2019.04.04.18.31.46.tar.gz 4814395 BLAKE2B 
0f8d4f73092f9d51cf49f3e085511f2005deb2df153d803b845cdf0ea25cdff3fa2e2acd480be59ebe1b83f5ca87b6c665dccd72e36a4ca98a1837bf4aef5996
 SHA512 
edd646be6bb24d5a1afd10417bdd75a4f1290099d9eda99c6b6303442c8badd3cb376ca1e78b0fea18f3cb2421c229d651fe4c9c756fe0376979517b1d7ba005
+DIST minio-2019.04.09.01.22.30.tar.gz 4816060 BLAKE2B 
f70e60601523e2a9498a20afe3122a4bee3157070aae43d42e7d8a4036008de1fe4323be0852096a3d44317a6fa1dd8f4adedb769934f6029cde1fffbe3aa0aa
 SHA512 
dd056bc5317911a49b6fcf1442c94fad0aca1b699605c0d4346aa164cb330b7cb3863f5d68197c453af8c6d3c8541ba92e0b382914dc5a4829ffd8e2db4e9c7d

diff --git a/net-fs/minio/minio-2019.04.09.01.22.30.ebuild 
b/net-fs/minio/minio-2019.04.09.01.22.30.ebuild
new file mode 100644
index 000..275580fb0ff
--- /dev/null
+++ b/net-fs/minio/minio-2019.04.09.01.22.30.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_VENDOR=( "gopkg.in/yaml.v2 51d6538a90f86fe93ac480b35f37b2be17fef232 
github.com/go-yaml/yaml"
+"gopkg.in/olivere/elastic.v5 
f72acaba629a7ec879103d17b7426a31bc38e199 github.com/olivere/elastic"
+"gopkg.in/Shopify/sarama.v1 
879f631812a30a580659e8035e7cda9994bb99ac github.com/Shopify/sarama"
+"google.golang.org/api/option 
bce707a4d0ea3488942724b3bcc1c8338f38f991 
github.com/googleapis/google-api-go-client"
+"google.golang.org/api/iterator 
bce707a4d0ea3488942724b3bcc1c8338f38f991 
github.com/googleapis/google-api-go-client"
+"google.golang.org/api/googleapi 
bce707a4d0ea3488942724b3bcc1c8338f38f991 
github.com/googleapis/google-api-go-client"
+"golang.org/x/time 9d24e82272b4f38b78bc8cff74fa936d31ccd8ef 
github.com/golang/time"
+"golang.org/x/sys 81d4e9dc473e5e8c933f2aaeba2a3d81efb9aed2 
github.com/golang/sys"
+"golang.org/x/net eb5bcb51f2a31c7d5141d810b70815c05d9c9146 
github.com/golang/net"
+"golang.org/x/text e3703dcdd614d2d7488fff034c75c551ea25da95 
github.com/golang/text"
+"golang.org/x/crypto 38d8ce5564a5b71b2e3a00553993f1b9a7ae852f 
github.com/golang/crypto"
+"go.uber.org/atomic 1ea20fb1cbb1cc08cbd0d913a96dead89aa18289 
github.com/uber-go/atomic"
+"github.com/valyala/tcplisten 
ceec8f93295a060cdb565ec25e4ccf17941dbd55"
+"cloud.google.com/go/storage 
a4ed3b9f8c7419c692a60bbf780ab0f1c4af5ce4 github.com/googleapis/google-cloud-go"
+"github.com/tidwall/sjson 25fb082a20e29e83fb7b7ef5f5919166aad1f084"
+"github.com/tidwall/gjson eee0b6226f0d1db2675a176fdfaa8419bcad4ca8"
+"github.com/tidwall/pretty 
1166b9ac2b65e46a43d8618d30d1554f4652d49b"
+"github.com/tidwall/match 33827db735fff6510490d69a8622612558a557ed"
+"github.com/streadway/amqp 
14f78b41ce6da3d698c2ef2cc8c0ea7ce9e26688"
+"github.com/skyrings/skyring-common 
d1c0bb1cbd5ed8438be1385c85c4f494608cde1e"
+"github.com/segmentio/go-prompt 
f0d19b6901ade831d5a3204edc0d6a7d6457fbb2"
+"github.com/rs/cors 9a47f48565a795472d43519dd49aac781f3034fb"
+"github.com/rjeczalik/notify 
69d839f37b13a8cb7a78366f7633a4071cb43be7"
+"github.com/rcrowley/go-metrics 
3113b8401b8a98917cde58f8bbd42a1b1c03b1fd"
+"github.com/prometheus/client_golang 
505eaef017263e299324067d40ca2c48f6a2cf50"
+"github.com/prometheus/procfs 
55ae3d9d55734

[gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/

2019-04-09 Thread Mikle Kolyada
commit: 18750283ac3add04bf56630a5c83cfe80b4971b4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:34:53 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:35:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18750283

Revert "dev-cpp/catch: s390 stable wrt bug #682718"

This reverts commit 2486119b5da0e5cfb3c66ea08fe245e56d772192.

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-cpp/catch/catch-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/catch/catch-2.5.0.ebuild b/dev-cpp/catch/catch-2.5.0.ebuild
index 1adebaa8e0f..b649c8e17e6 100644
--- a/dev-cpp/catch/catch-2.5.0.ebuild
+++ b/dev-cpp/catch/catch-2.5.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]]; then
 else
MY_P=${PN^}2-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="amd64 s390 ~x86"
+   KEYWORDS="amd64 ~x86"
 
S=${WORKDIR}/${MY_P}
 fi



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

2019-04-09 Thread Mikle Kolyada
commit: cfab504de6326ceb8a2825d60daea0babc58744c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:49:18 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:49:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfab504d

net-dns/bind: ia64 stable wrt bug #678544

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 net-dns/bind/bind-9.12.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.12.3_p4.ebuild 
b/net-dns/bind/bind-9.12.3_p4.ebuild
index 183c451bb62..0531ca21ab1 100644
--- a/net-dns/bind/bind-9.12.3_p4.ebuild
+++ b/net-dns/bind/bind-9.12.3_p4.ebuild
@@ -36,7 +36,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${P}.tar.
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi ipv6
 json ldap libressl lmdb mysql odbc postgres python rpz seccomp selinux ssl 
static-libs



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

2019-04-09 Thread Mikle Kolyada
commit: f3dc67136ffbd47f6656f3c3edc6bf7c212c329e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:49:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:49:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3dc6713

net-dns/bind: hppa stable wrt bug #678544

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"

 net-dns/bind/bind-9.12.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind/bind-9.12.3_p4.ebuild 
b/net-dns/bind/bind-9.12.3_p4.ebuild
index 0531ca21ab1..6bd6fd1b0d9 100644
--- a/net-dns/bind/bind-9.12.3_p4.ebuild
+++ b/net-dns/bind/bind-9.12.3_p4.ebuild
@@ -36,7 +36,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${P}.tar.
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 # -berkdb by default re bug 602682
 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi ipv6
 json ldap libressl lmdb mysql odbc postgres python rpz seccomp selinux ssl 
static-libs



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

2019-04-09 Thread Mikle Kolyada
commit: a597d6cfa044e692218a38afb1fa9a12063b4ff8
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:49:19 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:49:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a597d6cf

net-dns/bind-tools: ia64 stable wrt bug #678544

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild 
b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
index 7c79d3ed6a5..fae7e2e8e7d 100644
--- a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${MY_PN}-
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libedit libidn2 libressl readline seccomp ssl 
urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2019-04-09 Thread Mikle Kolyada
commit: fb18c44fdbcc7a8cc2cdd68cb1180408713f5eaa
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:49:50 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:49:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb18c44f

net-dns/bind-tools: hppa stable wrt bug #678544

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"

 net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild 
b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
index fae7e2e8e7d..d32063eaa87 100644
--- a/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.12.3_p4.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> ${MY_PN}-
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc gost gssapi idn ipv6 libedit libidn2 libressl readline seccomp ssl 
urandom xml"
 # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
 



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

2019-04-09 Thread Patrice Clement
commit: 57e9b25aa8911389cb461ae8bcd8e39ad61b8fd2
Author: Zoltan Puskas  sinustrom  info>
AuthorDate: Thu Mar 21 03:33:07 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:52:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e9b25a

net-misc/youtube-viewer: version bump to 3.5.4.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Zoltan Puskas  sinustrom.info>
Signed-off-by: Patrice Clement  gentoo.org>
Closes: https://bugs.gentoo.org/680506
Closes: https://github.com/gentoo/gentoo/pull/11431

 net-misc/youtube-viewer/Manifest   |  1 +
 .../youtube-viewer/youtube-viewer-3.5.4.ebuild | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/net-misc/youtube-viewer/Manifest b/net-misc/youtube-viewer/Manifest
index 170e64b8b2d..3908fbdc7c8 100644
--- a/net-misc/youtube-viewer/Manifest
+++ b/net-misc/youtube-viewer/Manifest
@@ -1,2 +1,3 @@
 DIST youtube-viewer-3.3.3.tar.gz 232856 BLAKE2B 
68f3529edeaeb443203f1c6bf4a9967346a5015d05d40ffeca65a1deeacb73cb9bd7fbc79ed2c70f161c82a03df8461b3d39b071ccbe480b10d4259eba08d430
 SHA512 
ca624c456d33aa804398f71f1dd4a095f7b9ca5ae5a1cb255b9e8a3dea671a8b0f986977428e797f1fc1f96d69087a66c71185e37cc521d668c036c4e7a5825f
 DIST youtube-viewer-3.3.4.tar.gz 232892 BLAKE2B 
d39d6406a664ea911ee6db76311b6526c5a962a10be45222613a54f5b11a34c81681389f9e6c9569076161444212a75d0a1053a2939b899a4935f391cc100300
 SHA512 
fc8a1c7ebda5efc7d1e32b211c3fe301e84db393fd6be06c026dd12903ad7a3dea7bc5b24e3125d55e0b56140a2d0fb2bf2ce001d3cde7792b8e4a3590496c7e
+DIST youtube-viewer-3.5.4.tar.gz 237736 BLAKE2B 
900cd48025d28a1077f909a740d94824c07cc9d0c0fb0954c16fc79dd5bb7db53431fdadf4fca2ebb89b3fabc61801bd64bf8f042bbd70d53f1616d9fd74fcbd
 SHA512 
60da8bd6017eeedb299ac5b226fc3094823a5dab8db938b603f4630724590dae5acc03c6ad609b8b3f3b0f2149bb37398d018893da7b2fde762f9f795bdaf618

diff --git a/net-misc/youtube-viewer/youtube-viewer-3.5.4.ebuild 
b/net-misc/youtube-viewer/youtube-viewer-3.5.4.ebuild
new file mode 100644
index 000..b41e4a52107
--- /dev/null
+++ b/net-misc/youtube-viewer/youtube-viewer-3.5.4.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils gnome2-utils perl-module
+
+DESCRIPTION="A command line utility for viewing youtube-videos in Mplayer"
+HOMEPAGE="https://trizenx.blogspot.com/2012/03/gtk-youtube-viewer.html";
+SRC_URI="https://github.com/trizen/youtube-viewer/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk"
+
+RDEPEND="
+   dev-perl/Data-Dump
+   dev-perl/JSON
+   dev-perl/libwww-perl[ssl]
+   dev-perl/Term-ReadLine-Gnu
+   dev-perl/LWP-Protocol-https
+   virtual/perl-Encode
+   virtual/perl-File-Path
+   virtual/perl-File-Spec
+   virtual/perl-Getopt-Long
+   virtual/perl-Scalar-List-Utils
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Term-ReadLine
+   virtual/perl-Text-ParseWords
+   virtual/perl-Text-Tabs+Wrap
+   gtk? (
+   dev-perl/File-ShareDir
+   >=dev-perl/Gtk2-1.244.0
+   virtual/freedesktop-icon-theme
+   x11-libs/gdk-pixbuf:2[X,jpeg]
+   )
+   || ( media-video/ffmpeg[openssl] media-video/ffmpeg[gnutls] )
+   || ( media-video/mpv media-video/mplayer media-video/vlc gtk? ( 
media-video/smplayer ) )"
+DEPEND="dev-perl/Module-Build"
+
+src_configure() {
+   local myconf
+   if use gtk ; then
+   myconf="--gtk-youtube-viewer"
+   fi
+   perl-module_src_configure
+}
+
+src_install() {
+   perl-module_src_install
+
+   if use gtk ; then
+   domenu share/gtk-youtube-viewer.desktop
+   doicon share/icons/gtk-youtube-viewer.png
+   fi
+}
+
+pkg_postinst() {
+   use gtk && gnome2_icon_cache_update
+   elog "Optional dependencies:"
+   optfeature "cache support" dev-perl/LWP-UserAgent-Cached
+   optfeature "faster JSON to HASH conversion" dev-perl/JSON-XS
+   optfeature "the case if there are SSL problems" dev-perl/Mozilla-CA
+   optfeature "printing results in a fixed-width format (--fixed-width, 
-W)" dev-perl/Text-CharWidth
+   optfeature "live streams support" net-misc/youtube-dl
+   optfeature "threads support" virtual/perl-threads
+   elog
+   elog "Check the configuration file in ~/.config/youtube-viewer/"
+   elog "and configure your video player backend."
+}
+
+pkg_postrm() {
+   use gtk && gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pgspecial/, dev-db/pgcli/

2019-04-09 Thread Patrice Clement
commit: 825384b761a664272eab3e467f7f6bc17ea0841b
Author: Gabriel Linder  gmail  com>
AuthorDate: Fri Mar 15 20:31:52 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 12:52:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825384b7

dev-db/pgcli: new package.

Pgcli is an enhanced command line interface for Postgres, with
auto-completion and syntax highlighting.

Signed-off-by: Gabriel Linder  gmail.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/11378
Signed-off-by: Patrice Clement  gentoo.org>

 dev-db/pgcli/Manifest|  1 +
 dev-db/pgcli/metadata.xml| 15 +
 dev-db/pgcli/pgcli-2.0.2.ebuild  | 33 
 dev-python/pgspecial/Manifest|  1 +
 dev-python/pgspecial/metadata.xml| 15 +
 dev-python/pgspecial/pgspecial-1.11.5.ebuild | 21 ++
 6 files changed, 86 insertions(+)

diff --git a/dev-db/pgcli/Manifest b/dev-db/pgcli/Manifest
new file mode 100644
index 000..2e35d371fc6
--- /dev/null
+++ b/dev-db/pgcli/Manifest
@@ -0,0 +1 @@
+DIST pgcli-2.0.2.tar.gz 432325 BLAKE2B 
5cbe2be05910d9bfa64e7ac908d636a39ed11f994e0e81cd06afce97510e02be335837b2587653df716beee0d30076f07489ac8e4fb05fbc579bceee8636a470
 SHA512 
5681effcb36101ce408f7c4dcc881984686d63a6e593bd4f5c2bb3b2d870362c787094895ece027a3ba27d3a4524498b27082da0f25b1b77f23e54b2df6c0501

diff --git a/dev-db/pgcli/metadata.xml b/dev-db/pgcli/metadata.xml
new file mode 100644
index 000..6f3a86a539c
--- /dev/null
+++ b/dev-db/pgcli/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+linder.gabr...@gmail.com
+Gabriel Linder
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+dbcli/pgcli
+  
+

diff --git a/dev-db/pgcli/pgcli-2.0.2.ebuild b/dev-db/pgcli/pgcli-2.0.2.ebuild
new file mode 100644
index 000..e8b5fdac566
--- /dev/null
+++ b/dev-db/pgcli/pgcli-2.0.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting"
+HOMEPAGE="https://www.pgcli.com https://github.com/dbcli/pgcli";
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   =dev-python/cli_helpers-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/click-4.1[${PYTHON_USEDEP}]
+   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
+   >=dev-python/humanize-0.5.1[${PYTHON_USEDEP}]
+   >=dev-python/keyring-12.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pgspecial-1.11.5[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-2.0.6[${PYTHON_USEDEP}]
+   >=dev-python/psycopg-2.7.4[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/setproctitle-1.1.9[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/pgspecial/Manifest b/dev-python/pgspecial/Manifest
new file mode 100644
index 000..db2a65c0260
--- /dev/null
+++ b/dev-python/pgspecial/Manifest
@@ -0,0 +1 @@
+DIST pgspecial-1.11.5.tar.gz 43649 BLAKE2B 
f9b8956cfcd81bba946e0323d584668c82e6fc18a0aa08012c3236636d0ad801f10f786b71707daadafc1274d5733adecf9233871b13bded8fe8e8f41fad0fc9
 SHA512 
984a09a10a705d91d9b97142eb2502b44b2a79d95cc1ed8596dd2f7f31515028f4c34cc54383d762a73fdefd6e59418f677b020181740b82cebb5d8e77bbc234

diff --git a/dev-python/pgspecial/metadata.xml 
b/dev-python/pgspecial/metadata.xml
new file mode 100644
index 000..97b02e36777
--- /dev/null
+++ b/dev-python/pgspecial/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+linder.gabr...@gmail.com
+Gabriel Linder
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+dbcli/pgspecial
+  
+

diff --git a/dev-python/pgspecial/pgspecial-1.11.5.ebuild 
b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
new file mode 100644
index 000..e147eeaeb5b
--- /dev/null
+++ b/dev-python/pgspecial/pgspecial-1.11.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of postgres meta commands"
+HOMEPAGE="https://github.com/dbcli/pgspecial";
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/click-4.1[${PYTHON_USEDEP}]
+   >=dev-python/python-sqlparse-0.1.19[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"



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

2019-04-09 Thread Mikle Kolyada
commit: 6d546aa9b037c1f015ad6dcdce6da5eb79b5ef2c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:52:28 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:52:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d546aa9

net-dns/bind: Security cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-dns/bind/Manifest |   2 -
 net-dns/bind/bind-9.12.2_p2-r1.ebuild | 415 --
 net-dns/bind/bind-9.12.3_p1-r1.ebuild | 407 -
 net-dns/bind/metadata.xml |   1 -
 4 files changed, 825 deletions(-)

diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest
index 93f9679e1ae..944da4ad7b7 100644
--- a/net-dns/bind/Manifest
+++ b/net-dns/bind/Manifest
@@ -1,4 +1,2 @@
-DIST bind-9.12.2_p2.tar.gz 9422128 BLAKE2B 
c7d56f025f381a0136aa67ccd49a3254fcfe566d5e3601410e5cada26ccab32a901fe6e14bc14e6e287fa2b3904a4eee8e3ef63329f9bc4cb11f204590ff3623
 SHA512 
458adf6b3d0df286e7d345a21c40b639efcb275e76f9e0bf4e40a5d76dcac875016324393e129f29397be326d1017367c506ec9cbb35871c98fad4281bc4e05a
-DIST bind-9.12.3_p1.tar.gz 8625693 BLAKE2B 
1899e04e409d3dafe63494fb7a0d8b813a6487754149bbfd01888cddc5e134ac675e9ac790684fb6fd8de4b1484e23ed7f1881c01234c9f16b27180c9a4594a9
 SHA512 
c1c91de88e4297e79b527775edd525c6fa948f169977563ab2e6ca93cac7317f8ca85863567f5cc151d4c6e3c081864ab1cf813bcfdd1165b52e9471b8317c28
 DIST bind-9.12.3_p4.tar.gz 8627833 BLAKE2B 
f7f8b88d8179f2df92b3105a49f30f7de5ccfe78a4a51f6bfa08e732968bf8e4c35f298c4209d8d05bea4d71b8669fd360d4c17193574eda471ba4d7ad742092
 SHA512 
42c41f47a0282dc08ee875fe098ce84b26384dba5efbaf99b557d34c4271e0d6aac70126f280a3ee157e8604cce16901c8cd51fab791dec82f4a3d00c054f363
 DIST dyndns-samples.tbz2 22866 BLAKE2B 
409890653c6536cb9c0e3ba809d2bfde0e0ae73a2a101b4f229b46c01568466bc022bbbc37712171adbd08c572733e93630feab95a0fcd1ac50a7d37da1d1108
 SHA512 
83b0bf99f8e9ff709e8e9336d8c5231b98a4b5f0c60c10792f34931e32cc638d261967dfa5a83151ec3740977d94ddd6e21e9ce91267b3e279b88affdbc18cac

diff --git a/net-dns/bind/bind-9.12.2_p2-r1.ebuild 
b/net-dns/bind/bind-9.12.2_p2-r1.ebuild
deleted file mode 100644
index f6702e205b7..000
--- a/net-dns/bind/bind-9.12.2_p2-r1.ebuild
+++ /dev/null
@@ -1,415 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Re dlz/mysql and threads, needs to be verified..
-# MySQL uses thread local storage in its C api. Thus MySQL
-# requires that each thread of an application execute a MySQL
-# thread initialization to setup the thread local storage.
-# This is impossible to do safely while staying within the DLZ
-# driver API. This is a limitation caused by MySQL, and not the DLZ API.
-# Because of this BIND MUST only run with a single thread when
-# using the MySQL driver.
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
-
-inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib 
db-use user systemd
-
-MY_PV="${PV/_p/-P}"
-MY_PV="${MY_PV/_rc/rc}"
-MY_P="${PN}-${MY_PV}"
-
-SDB_LDAP_VER="1.1.0-fc14"
-
-RRL_PV="${MY_PV}"
-
-# SDB-LDAP: http://bind9-ldap.bayour.com/
-
-DESCRIPTION="BIND - Berkeley Internet Name Domain - Name Server"
-HOMEPAGE="http://www.isc.org/software/bind";
-SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> 
${P}.tar.gz
-   doc? ( mirror://gentoo/dyndns-samples.tbz2 )"
-#  sdb-ldap? (
-#  
http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-${SDB_LDAP_VER}.patch.bz2
-#  )"
-
-LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-# -berkdb by default re bug 602682
-IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi idn 
ipv6
-json ldap libidn2 libressl lmdb mysql odbc postgres python rpz seccomp selinux 
ssl static-libs
-+threads urandom xml +zlib"
-# sdb-ldap - patch broken
-# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
-
-REQUIRED_USE="idn? ( !libidn2 )
-   libidn2? ( !idn )
-   postgres? ( dlz )
-   berkdb? ( dlz )
-   mysql? ( dlz !threads )
-   odbc? ( dlz )
-   ldap? ( dlz )
-   gost? ( !libressl ssl )
-   threads? ( caps )
-   dnstap? ( threads )
-   python? ( ${PYTHON_REQUIRED_USE} )"
-# sdb-ldap? ( dlz )
-
-DEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0[-bindist] )
-   libressl? ( dev-libs/libressl )
-   )
-   mysql? ( >=virtual/mysql-4.0 )
-   odbc? ( >=dev-db/unixODBC-2.2.6 )
-   ldap? ( net-nds/openldap )
-   idn? ( =sys-libs/libcap-2.1.0 )
-   xml? ( dev-libs/libxml2 )
-   geoip? ( >=dev-libs/geoip-1.4.6 )
-   gssapi? ( virtual/krb5 )
-   gost

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

2019-04-09 Thread Mikle Kolyada
commit: 56675a60c20e51a56d4a4b800d1534723f19fef2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 12:55:05 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 12:55:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56675a60

net-dns/bind-tools: Security cleanup

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-dns/bind-tools/Manifest   |   3 -
 net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild| 133 --
 net-dns/bind-tools/bind-tools-9.12.2_p2-r1.ebuild | 158 --
 net-dns/bind-tools/bind-tools-9.12.3_p1.ebuild| 158 --
 4 files changed, 452 deletions(-)

diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
index 17552d19b04..a9e53cfe0bc 100644
--- a/net-dns/bind-tools/Manifest
+++ b/net-dns/bind-tools/Manifest
@@ -1,4 +1 @@
-DIST bind-9.11.2_p1.tar.gz 9783329 BLAKE2B 
5a3bbd87112064231bd5e6b09ebb4014f9d5cf65cb601c03555ff540a22d87aec3990cd8e37ce5ff09e9a149bdf122d20ecb01f87731e6c79d80379a6926014f
 SHA512 
168f27f580e3be2f7ada27afa2f72e715e750eec76831cf01bd32fabc1fa65dc29dab0eb7ed1682b076d3be99269897ddbc2c10551631a3911d9e5ae1aa40597
-DIST bind-9.12.2_p2.tar.gz 9422128 BLAKE2B 
c7d56f025f381a0136aa67ccd49a3254fcfe566d5e3601410e5cada26ccab32a901fe6e14bc14e6e287fa2b3904a4eee8e3ef63329f9bc4cb11f204590ff3623
 SHA512 
458adf6b3d0df286e7d345a21c40b639efcb275e76f9e0bf4e40a5d76dcac875016324393e129f29397be326d1017367c506ec9cbb35871c98fad4281bc4e05a
-DIST bind-9.12.3_p1.tar.gz 8625693 BLAKE2B 
1899e04e409d3dafe63494fb7a0d8b813a6487754149bbfd01888cddc5e134ac675e9ac790684fb6fd8de4b1484e23ed7f1881c01234c9f16b27180c9a4594a9
 SHA512 
c1c91de88e4297e79b527775edd525c6fa948f169977563ab2e6ca93cac7317f8ca85863567f5cc151d4c6e3c081864ab1cf813bcfdd1165b52e9471b8317c28
 DIST bind-9.12.3_p4.tar.gz 8627833 BLAKE2B 
f7f8b88d8179f2df92b3105a49f30f7de5ccfe78a4a51f6bfa08e732968bf8e4c35f298c4209d8d05bea4d71b8669fd360d4c17193574eda471ba4d7ad742092
 SHA512 
42c41f47a0282dc08ee875fe098ce84b26384dba5efbaf99b557d34c4271e0d6aac70126f280a3ee157e8604cce16901c8cd51fab791dec82f4a3d00c054f363

diff --git a/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild 
b/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
deleted file mode 100644
index d6f84a58527..000
--- a/net-dns/bind-tools/bind-tools-9.11.2_p1.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils autotools flag-o-matic toolchain-funcs
-
-MY_PN=${PN//-tools}
-MY_PV=${PV/_p/-P}
-MY_PV=${MY_PV/_rc/rc}
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
-HOMEPAGE="http://www.isc.org/software/bind";
-SRC_URI="https://www.isc.org/downloads/file/${MY_P}/?version=tar-gz -> 
${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
-# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
-
-REQUIRED_USE="gost? ( !libressl ssl )"
-
-CDEPEND="
-   ssl? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   )
-   gost? ( >=dev-libs/openssl-1.0.0:0=[-bindist] )
-   xml? ( dev-libs/libxml2 )
-   idn? ( > config.h
-}
-
-src_compile() {
-   local AR=$(tc-getAR)
-
-   emake AR="${AR}" -C lib/
-   emake AR="${AR}" -C bin/delv/
-   emake AR="${AR}" -C bin/dig/
-   emake AR="${AR}" -C bin/nsupdate/
-   emake AR="${AR}" -C bin/dnssec/
-}
-
-src_install() {
-   dodoc README CHANGES
-
-   cd "${S}"/bin/delv
-   dobin delv
-   doman delv.1
-
-   cd "${S}"/bin/dig
-   dobin dig host nslookup
-   doman {dig,host,nslookup}.1
-
-   cd "${S}"/bin/nsupdate
-   dobin nsupdate
-   doman nsupdate.1
-   if use doc; then
-   dohtml nsupdate.html
-   fi
-
-   cd "${S}"/bin/dnssec
-   for tool in dsfromkey importkey keyfromlabel keygen \
- revoke settime signzone verify; do
-   dobin dnssec-"${tool}"
-   doman dnssec-"${tool}".8
-   if use doc; then
-   dohtml dnssec-"${tool}".html
-   fi
-   done
-}

diff --git a/net-dns/bind-tools/bind-tools-9.12.2_p2-r1.ebuild 
b/net-dns/bind-tools/bind-tools-9.12.2_p2-r1.ebuild
deleted file mode 100644
index c9ad06bdb88..000
--- a/net-dns/bind-tools/bind-tools-9.12.2_p2-r1.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI

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

2019-04-09 Thread Anthony G. Basile
commit: 14b48ee990301be3ab95409debfa86ea22b92142
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Apr  9 13:05:16 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Apr  9 13:05:16 2019 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=14b48ee9

sys-apps/net-tools: drop to EAPI=6 to match upstream

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild 
b/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
index 8897856..3acbe43 100644
--- a/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
+++ b/sys-apps/net-tools/net-tools-1.60_p20180626073013.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=6
 
 inherit flag-o-matic toolchain-funcs
 



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

2019-04-09 Thread Manuel Rüger
commit: cf2f00bdb967bab47ae0e02565efbaddc690
Author: Manuel Rüger  gentoo  org>
AuthorDate: Tue Apr  9 13:22:27 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Tue Apr  9 13:22:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2f00bd

app-crypt/cfssl: Version bump to 1.3.3

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Manuel Rüger  gentoo.org>

 app-crypt/cfssl/Manifest   |  1 +
 app-crypt/cfssl/cfssl-1.3.3.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/app-crypt/cfssl/Manifest b/app-crypt/cfssl/Manifest
index 34b59d2404b..026f19e5e18 100644
--- a/app-crypt/cfssl/Manifest
+++ b/app-crypt/cfssl/Manifest
@@ -1 +1,2 @@
 DIST cfssl-1.3.2.tar.gz 6867118 BLAKE2B 
775b3419ecf878d9add13faf03a3e1d4cca7b30d965f1ca55c8faa5abf679188a1ea1f80c1416f19c85bc551395628a31da8669ca647e1c1e7a1a313d68f4c7b
 SHA512 
aba27a282c8ca8e95769996aea7e5300b0c3f8fea7ae26484d19a7e1a0330f0b3a0649407062f1a10e8c93136693954e3b24c92456f69db3abee509f982ba554
+DIST cfssl-1.3.3.tar.gz 5005924 BLAKE2B 
81e7ec1f27a6597d69f16254a5ded672b9b3ac0bc8dee0f5bb00939e86147b1ed0389d38ea406fe671f3de052ac2e88fe320ffbf6065a83c2d9627ac3c497740
 SHA512 
39b42f3f8c22e254fa8ed4079308ecad1b0f77cdb56e57099e434389866e58863687307d6cf0f5ec8e4664ad4743ee8728f47a6a1375f3f74f8206a709f0ffc3

diff --git a/app-crypt/cfssl/cfssl-1.3.3.ebuild 
b/app-crypt/cfssl/cfssl-1.3.3.ebuild
new file mode 100644
index 000..64942d2fca9
--- /dev/null
+++ b/app-crypt/cfssl/cfssl-1.3.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+EGO_PN="github.com/cloudflare/${PN}"
+inherit golang-build golang-vcs-snapshot
+
+SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Cloudflare's PKI and TLS toolkit"
+HOMEPAGE="https://github.com/cloudflare/cfssl";
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="hardened"
+
+RDEPEND="!!dev-lang/mono" #File collision (bug 614364)
+
+RESTRICT="test"
+
+src_compile() {
+   pushd src || die
+   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${S}" go install 
-v github.com/cloudflare/cfssl/cmd/... || die
+   popd || die
+}
+
+src_install() {
+   dobin bin/*
+   pushd src/${EGO_PN} || die
+   dodoc CHANGELOG README.md
+   popd || die
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/, sys-devel/gcc/

2019-04-09 Thread Mart Raudsepp
commit: 3f11ae8a37f835a5ff61e25cb7641660f58d80fd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Apr  9 13:30:54 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Apr  9 13:31:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f11ae8a

sys-devel/gcc: arm64 stable (bug #678254)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/arch/arm64/package.use.stable.mask | 1 +
 sys-devel/gcc/gcc-8.2.0-r6.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/arm64/package.use.stable.mask 
b/profiles/arch/arm64/package.use.stable.mask
index b7139fe65c9..0eff8d1d274 100644
--- a/profiles/arch/arm64/package.use.stable.mask
+++ b/profiles/arch/arm64/package.use.stable.mask
@@ -101,3 +101,4 @@ dev-libs/libverto tevent
 # systemtap is not yet stable on arm64
 dev-libs/glib systemtap
 sys-libs/glibc systemtap
+sys-devel/gcc systemtap

diff --git a/sys-devel/gcc/gcc-8.2.0-r6.ebuild 
b/sys-devel/gcc/gcc-8.2.0-r6.ebuild
index c051decca68..be3cfb4e292 100644
--- a/sys-devel/gcc/gcc-8.2.0-r6.ebuild
+++ b/sys-devel/gcc/gcc-8.2.0-r6.ebuild
@@ -8,7 +8,7 @@ PATCH_VER="1.7"
 
 inherit toolchain
 
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd"
 
 RDEPEND=""
 DEPEND="${RDEPEND}



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

2019-04-09 Thread Aaron Bauman
commit: e8309a87fec2f50e232485e59f5b4715fee74030
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Apr  9 13:53:21 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Apr  9 13:53:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8309a87

dev-vcs/git: arm64 stable (bug #676262)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-vcs/git/git-2.20.1.ebuild | 2 +-
 dev-vcs/git/git-2.21.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git/git-2.20.1.ebuild b/dev-vcs/git/git-2.20.1.ebuild
index 4e7c7eed2ce..3e3447b0de9 100644
--- a/dev-vcs/git/git-2.20.1.ebuild
+++ b/dev-vcs/git/git-2.20.1.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"

diff --git a/dev-vcs/git/git-2.21.0.ebuild b/dev-vcs/git/git-2.21.0.ebuild
index 1d5feef7cab..e853a2ab988 100644
--- a/dev-vcs/git/git-2.21.0.ebuild
+++ b/dev-vcs/git/git-2.21.0.ebuild
@@ -45,7 +45,7 @@ if [[ ${PV} != * ]]; then

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
[[ "${PV}" = *_rc* ]] || \
-   KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2019-04-09 Thread Andreas K. Hüttel
commit: c1ba9b8f4d670143ddceda16ea73366fcd3b85b4
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Tue Apr  9 14:08:52 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Apr  9 14:09:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ba9b8f

sys-libs/binutils-libs: Re-keyword 2.31.1-r5

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/binutils-libs/binutils-libs-2.31.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/binutils-libs/binutils-libs-2.31.1-r5.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.31.1-r5.ebuild
index af5322367cb..79ed8d80e69 100644
--- a/sys-libs/binutils-libs/binutils-libs-2.31.1-r5.ebuild
+++ b/sys-libs/binutils-libs/binutils-libs-2.31.1-r5.ebuild
@@ -23,7 +23,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )"
 # -r1 is a one-off subslot bump where SONAME changed for bug #666100
 SLOT="0/${PV}-r1"
 IUSE="64-bit-bfd multitarget nls static-libs"
-#KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 
 COMMON_DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
 DEPEND="${COMMON_DEPEND}



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

2019-04-09 Thread Andreas K. Hüttel
commit: 479112d63d2489e6d0e0f3386ebaf3efbf683b8b
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Tue Apr  9 14:06:45 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Apr  9 14:09:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479112d6

sys-devel/binutils: Re-keyword 2.31.1-r5

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils/binutils-2.31.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.31.1-r5.ebuild 
b/sys-devel/binutils/binutils-2.31.1-r5.ebuild
index 9f5cea23fe4..27d9212fc0c 100644
--- a/sys-devel/binutils/binutils-2.31.1-r5.ebuild
+++ b/sys-devel/binutils/binutils-2.31.1-r5.ebuild
@@ -45,7 +45,7 @@ case ${PV} in
*)
SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz"
SLOT=$(get_version_component_range 1-2)
-   #KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips 
~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
;;
 esac
 



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

2019-04-09 Thread Andreas K. Hüttel
commit: fc1dd380f1f3f155be36969326c6d80e13e5a053
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Tue Apr  9 14:07:52 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Apr  9 14:09:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1dd380

sys-devel/binutils-hppa64: Re-keyword 2.31.1-r5

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r5.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r5.ebuild
index 23944e83a6f..7975b8d54c3 100644
--- a/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r5.ebuild
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.31.1-r5.ebuild
@@ -50,7 +50,7 @@ case ${PV} in
;;
 esac
 SLOT=$(get_version_component_range 1-2)
-#KEYWORDS="-* ~hppa"
+KEYWORDS="-* ~hppa"
 
 #
 # The Gentoo patchset



[gentoo-commits] repo/gentoo:master commit in: app-arch/star/, profiles/

2019-04-09 Thread Michał Górny
commit: 6aa719e0df6ce6201e08d9b9fd62fc2113b4e4b0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 14:09:19 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 14:10:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa719e0

app-arch/star: Remove last-rited pkg

Closes: https://bugs.gentoo.org/679030
Signed-off-by: Michał Górny  gentoo.org>

 app-arch/star/Manifest |   1 -
 app-arch/star/metadata.xml |  11 
 app-arch/star/star-1.5.3-r1.ebuild | 109 -
 profiles/package.mask  |   9 ---
 4 files changed, 130 deletions(-)

diff --git a/app-arch/star/Manifest b/app-arch/star/Manifest
deleted file mode 100644
index d0784749c16..000
--- a/app-arch/star/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST star-1.5.3.tar.bz2 889881 BLAKE2B 
d5d21a99d78c877d422bb6326ec0833d11c35dbe591ba1b892b267f811ae7f6108d9e34c14925b873a53b0f12c703f7c646012010d79d841e0e7be04a5c9dfed
 SHA512 
622032a0e87f3df06ab1091af0af99d0362f478f70351cfe3d47195eec0fcc96f458fb6e50cae3531183984b1d390b598176ce008bcc5f29764795f66436efef

diff --git a/app-arch/star/metadata.xml b/app-arch/star/metadata.xml
deleted file mode 100644
index 5e16a72b054..000
--- a/app-arch/star/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-shell-to...@gentoo.org
-Gentoo Shell Tools Project
-  
-  
-s-tar
-  
-

diff --git a/app-arch/star/star-1.5.3-r1.ebuild 
b/app-arch/star/star-1.5.3-r1.ebuild
deleted file mode 100644
index 480ce97a432..000
--- a/app-arch/star/star-1.5.3-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="An enhanced (world's fastest) tar, as well as enhanced mt/rmt"
-HOMEPAGE="http://s-tar.sourceforge.net/";
-SRC_URI="mirror://sourceforge/s-tar/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos"
-IUSE="acl xattr"
-
-DEPEND="
-   sys-libs/libcap
-   acl? ( sys-apps/acl )
-   xattr? ( sys-apps/attr )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P/_alpha[0-9][0-9]}"
-
-src_prepare() {
-   default
-
-   find -type f -exec chmod -c u+w '{}' + || die
-   sed \
-   -e "s:/opt/schily:${EPREFIX}/usr:g" \
-   -e 's:bin:root:g' \
-   -e "s:/usr/src/linux/include:${EPREFIX}/usr/include:" \
-   -i DEFAULTS/Defaults.linux || die
-
-   # Disable libacl autodependency (hacky build system, hacky fix...)
-   if use acl; then
-   sed \
-   -e 's:[$]ac_cv_header_sys_acl_h:disable acl:' \
-   -i autoconf/configure || die
-   fi
-
-   if use xattr; then
-   sed \
-   -e 's:[$]ac_cv_header_attr_xattr_h:disable xattr:' \
-   -i autoconf/configure || die
-   fi
-
-   # "echo -n" is not POSIX compliant
-   sed \
-   -e 's@echo $ac_n@printf@' \
-   -e '/printf/s@$ac_c@@g' \
-   -i autoconf/configure || die
-
-   # Create additional symlinks needed for some archs.
-   pushd "${S}/RULES" > /dev/null
-   local t
-   for t in ppc64 s390x ; do
-   ln -s i586-linux-cc.rul ${t}-linux-cc.rul || die
-   ln -s i586-linux-gcc.rul ${t}-linux-gcc.rul || die
-   done
-   popd > /dev/null
-}
-
-src_configure() { :; } #avoid ./configure run
-
-src_compile() {
-   emake \
-   GMAKE_NOWARN="true" \
-   CC="$(tc-getCC)" \
-   COPTX="${CFLAGS}" \
-   CPPOPTX="${CPPFLAGS}" \
-   COPTGPROF= \
-   COPTOPT= \
-   LDOPTX="${LDFLAGS}"
-}
-
-src_install() {
-   # Joerg Schilling suggested to integrate star into the main OS using 
call:
-   # make INS_BASE=/usr DESTDIR="${D}" install
-
-   dobin \
-   star/OBJ/*-*-cc/star \
-   tartest/OBJ/*-*-cc/tartest \
-   star_sym/OBJ/*-*-cc/star_sym \
-   mt/OBJ/*-*-cc/smt
-
-   newsbin rmt/OBJ/*-*-cc/rmt rmt.star
-   newman rmt/rmt.1 rmt.star.1
-
-   # Note that we should never install gnutar, tar or rmt in this package.
-   # tar and rmt are provided by app-arch/tar. gnutar is not compatible 
with
-   # GNU tar and breakes compilation, or init scripts. bug #33119
-   dosym {star,/usr/bin/ustar}
-   dosym {star,/usr/bin/spax}
-   dosym {star,/usr/bin/scpio}
-   dosym {star,/usr/bin/suntar}
-
-   #  match is needed to understand the pattern matcher, if you wondered 
why ;)
-   doman man/man1/match.1 tartest/tartest.1 \
-   star/{star.4,star.1,spax.1,scpio.1,suntar.1}
-
-   insinto /etc/default
-   newins st

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

2019-04-09 Thread Michał Górny
commit: ea35d574fd21f9f8d1cfa681e6dc6a298bd7ffab
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 14:08:33 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 14:10:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea35d574

media-sound/karlyriceditor: Remove last-rited pkg

Closes: https://bugs.gentoo.org/673352
Signed-off-by: Michał Górny  gentoo.org>

 media-sound/karlyriceditor/Manifest|  1 -
 .../files/karlyriceditor-2.2-ffmpeg-4.patch| 34 --
 .../karlyriceditor/karlyriceditor-2.2-r1.ebuild| 41 --
 media-sound/karlyriceditor/metadata.xml| 15 
 profiles/package.mask  |  5 ---
 5 files changed, 96 deletions(-)

diff --git a/media-sound/karlyriceditor/Manifest 
b/media-sound/karlyriceditor/Manifest
deleted file mode 100644
index f8ffc53a170..000
--- a/media-sound/karlyriceditor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST karlyriceditor-2.2.tar.gz 280119 BLAKE2B 
1cfd3c681e7f8c52b0e67fdff96bf929ef86aa607615be832907b3d933628b8cfe2d94066acfe1739aa83c0dfc4884de7063180dc3e4acb54fb73eadfbbd2a66
 SHA512 
bce3aed1402c8fff3e04940527773d2855d3d67e47b159478c53e63eaadfbb70df3f4fbefb75490cc17b750455e1359963468ce14dd504f37219e1268a213103

diff --git a/media-sound/karlyriceditor/files/karlyriceditor-2.2-ffmpeg-4.patch 
b/media-sound/karlyriceditor/files/karlyriceditor-2.2-ffmpeg-4.patch
deleted file mode 100644
index b7ae9d6e90b..000
--- a/media-sound/karlyriceditor/files/karlyriceditor-2.2-ffmpeg-4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Description: Fix FTBFS with FFmpeg 4.0
-Author: James Cowgill 
-Bug-Debian: https://bugs.debian.org/888377

-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 a/src/ffmpegvideoencoder.cpp
-+++ b/src/ffmpegvideoencoder.cpp
-@@ -345,7 +345,7 @@ av_log_set_level(AV_LOG_VERBOSE);
- 
-   // Enable interlacing if needed
-   if ( m_videoformat->flags & VIFO_INTERLACED )
--  videoCodecCtx->flags |= CODEC_FLAG_INTERLACED_DCT;
-+  videoCodecCtx->flags |= AV_CODEC_FLAG_INTERLACED_DCT;
- 
-   // Enable multithreaded encoding: breaks FLV!
-   //videoCodecCtx->thread_count = 4;
-@@ -373,7 +373,7 @@ av_log_set_level(AV_LOG_VERBOSE);
- 
-   // If we have a global header for the format, no need to duplicate the 
codec info in each keyframe
-   if ( outputFormatCtx->oformat->flags & AVFMT_GLOBALHEADER )
--  videoCodecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+  videoCodecCtx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
- 
-   // Open the codec
-   if ( ( err = avcodec_open2( videoCodecCtx, videoCodec, 0 )) < 0 )
-@@ -463,7 +463,7 @@ av_log_set_level(AV_LOG_VERBOSE);
-   audioCodecCtx->time_base.den = m_profile->sampleRate;
- 
-   if ( outputFormatCtx->oformat->flags & 
AVFMT_GLOBALHEADER )
--  audioCodecCtx->flags |= 
CODEC_FLAG_GLOBAL_HEADER;
-+  audioCodecCtx->flags |= 
AV_CODEC_FLAG_GLOBAL_HEADER;
- 
-   // Since different audio codecs support different 
sample formats, look up which one is supported by this specific codec
-   if ( isAudioSampleFormatSupported( 
audioCodec->sample_fmts, AV_SAMPLE_FMT_FLTP ) )

diff --git a/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild 
b/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild
deleted file mode 100644
index a0b4b5ff69a..000
--- a/media-sound/karlyriceditor/karlyriceditor-2.2-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop qmake-utils
-
-DESCRIPTION="Application to edit and synchronize lyrics with karaoke songs in 
various formats"
-HOMEPAGE="https://www.ulduzsoft.com/linux/karaoke-lyrics-editor/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libav"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtwidgets:5
-   libav? ( media-video/libav:= )
-   !libav? ( media-video/ffmpeg:0= )
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${P}-ffmpeg-4.patch" )
-
-src_configure() {
-   eqmake5 "${PN}.pro"
-}
-
-src_install() {
-   dodoc Changelog
-   dobin bin/${PN}
-   doicon packages/${PN}.png
-   make_desktop_entry ${PN} 'Karaoke Lyrics Editor'
-}

diff --git a/media-sound/karlyriceditor/metadata.xml 
b/media-sound/karlyriceditor/metadata.xml
deleted file mode 100644
index 12706d20e54..000
--- a/media-sound/karlyriceditor/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   so...@gentoo.org
-   Gentoo Sound pr

[gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pytest-capturelog/

2019-04-09 Thread Michał Górny
commit: 0f45771af06e33e9406244654695e6ce45c681e6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 14:10:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 14:10:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f45771a

dev-python/pytest-capturelog: Remove last-rited pkg

Closes: https://bugs.gentoo.org/668746
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-capturelog/Manifest  |  1 -
 dev-python/pytest-capturelog/metadata.xml  | 12 
 .../pytest-capturelog-0.7-r1.ebuild| 32 --
 .../pytest-capturelog/pytest-capturelog-0.7.ebuild | 32 --
 profiles/package.mask  |  4 ---
 5 files changed, 81 deletions(-)

diff --git a/dev-python/pytest-capturelog/Manifest 
b/dev-python/pytest-capturelog/Manifest
deleted file mode 100644
index 2c0faac6185..000
--- a/dev-python/pytest-capturelog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-capturelog-0.7.tar.gz 4293 BLAKE2B 
e0dca3e3983f92afc01a988b339062286187175035c23f042e3cee9b3962c09eb0224a6859830ba8812aa39ba1c2f8460d950fd1bcc0c5d60d3081fbc93161a5
 SHA512 
82567697be2c277f49633cee5c83733b3383b89e987729dc977f4ef3dd08a5ef55d507f5380ac08def7791157208459ee08d686cf532280c665e659938f03c22

diff --git a/dev-python/pytest-capturelog/metadata.xml 
b/dev-python/pytest-capturelog/metadata.xml
deleted file mode 100644
index 81c84a63045..000
--- a/dev-python/pytest-capturelog/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   pytest-capturelog
-   memedough/pytest-capturelog
-   
-

diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7-r1.ebuild 
b/dev-python/pytest-capturelog/pytest-capturelog-0.7-r1.ebuild
deleted file mode 100644
index e9756ccf6af..000
--- a/dev-python/pytest-capturelog/pytest-capturelog-0.7-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin to capture log messages"
-HOMEPAGE="https://bitbucket.org/memedough/pytest-capturelog/overview";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd"
-IUSE="test"
-
-COMMON_DEPEND="dev-python/py[${PYTHON_USEDEP}]"
-DEPEND="${COMMON_DEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND="${COMMON_DEPEND}
-   !dev-python/pytest-catchlog"
-
-# Not included
-# https://bitbucket.org/memedough/pytest-capturelog/issues/5
-RESTRICT=test
-
-python_test() {
-   PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_capturelog.py || die
-}

diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild 
b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
deleted file mode 100644
index 2245d6eeefd..000
--- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin to capture log messages"
-HOMEPAGE="https://bitbucket.org/memedough/pytest-capturelog/overview";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
-IUSE="test"
-
-COMMON_DEPEND="dev-python/py[${PYTHON_USEDEP}]"
-DEPEND="${COMMON_DEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND="${COMMON_DEPEND}
-   !dev-python/pytest-catchlog"
-
-# Not included
-# https://bitbucket.org/memedough/pytest-capturelog/issues/5
-RESTRICT=test
-
-python_test() {
-   PYTEST_PLUGINS=${PN/-/_} py.test -v -v test_capturelog.py || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index f73b0e272d9..39b9fe6c295 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -661,10 +661,6 @@ net-misc/rancid-git
 # Mask unused obsolete slot for removal in 30 days.
 dev-ruby/trollop:0
 
-# Virgil Dupras  (10 Mar 2019)
-# Merged in pytest, no revdep. Removal in 30 days. Bug #668746
-dev-python/pytest-capturelog
-
 # Eray Aslan  (01 Mar 2019)
 # Mask experimental software
 =mail-mta/postfix-3.5*



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

2019-04-09 Thread Michał Górny
commit: dbb0ba6f4a1834861256342016a0413afb6aed94
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  9 14:18:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  9 14:18:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb0ba6f

package.mask: Last rite xfce-extra/xfce4-netspeed-plugin

Bug: https://bugs.gentoo.org/682928
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 39b9fe6c295..4d36be8c9d6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -29,6 +29,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (09 Apr 2019)
+# Unofficial panel plugin that has been abandoned upstream.
+# Last activity in 2013.  Unlikely to be ported to GTK+3.  Ebuild still
+# uses xfconf.eclass.
+# Removal in 30 days.  Bug #682928.
+xfce-extra/xfce4-netspeed-plugin
+
 # Hans de Graaff  (8 Apr 2019)
 # Ruby 2.3 is no longer maintained and only receives security patches
 # until March 2019. Please use Ruby 2.4 or newer instead.



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

2019-04-09 Thread Mikle Kolyada
commit: 481e3954a2f8218d0e063599d317b940551d71bb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 14:28:36 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 14:29:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481e3954

x11-misc/xflux: amd64 stable wrt bug #682776

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 x11-misc/xflux/xflux-20130927-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xflux/xflux-20130927-r1.ebuild 
b/x11-misc/xflux/xflux-20130927-r1.ebuild
index 49418c45524..4f56590f7b4 100644
--- a/x11-misc/xflux/xflux-20130927-r1.ebuild
+++ b/x11-misc/xflux/xflux-20130927-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="
x86? ( https://justgetflux.com/linux/${PN}-pre.tgz -> ${P}.tar.gz )
 "
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 LICENSE="f.lux"
 SLOT="0"
 



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

2019-04-09 Thread Mikle Kolyada
commit: 7662739aec071d60974913980b2ce2b2e57d4340
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 14:28:49 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 14:29:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7662739a

x11-misc/xflux-gui: amd64 stable wrt bug #682776

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild 
b/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild
index 8da11cf0d46..7a2c2383e72 100644
--- a/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild
+++ b/x11-misc/xflux-gui/xflux-gui-1.1.10_p20180910.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -14,7 +14,7 @@ DESCRIPTION="A GUI for f.lux"
 HOMEPAGE="https://justgetflux.com/";
 SRC_URI="https://github.com/xflux-gui/fluxgui/archive/${MY_PV}.tar.gz -> 
${MY_P}.tar.gz"
 
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 LICENSE="MIT"
 SLOT="0"
 



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

2019-04-09 Thread Mikle Kolyada
commit: 65df7e555e4a76e1d580446db8cc9948171e209d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 14:31:12 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 14:31:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65df7e55

media-libs/vigra: amd64 stable wrt bug #682860

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 media-libs/vigra/vigra-1.11.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/vigra/vigra-1.11.1-r2.ebuild 
b/media-libs/vigra/vigra-1.11.1-r2.ebuild
index 97c69bf3221..1b9cdea69e5 100644
--- a/media-libs/vigra/vigra-1.11.1-r2.ebuild
+++ b/media-libs/vigra/vigra-1.11.1-r2.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/ukoethe/${PN}/releases/download/Version-${MY_V}/${MY_P}.tar.gz";
-   KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
+   KEYWORDS="amd64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="MIT"



  1   2   3   >