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

2019-01-12 Thread Matthew Thode
commit: 7b330fd65185b771630c63c30b46d803ab16a6c0
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jan 12 20:41:30 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Jan 12 20:41:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b330fd6

dev-python/python-glanceclient: 2.13.1 stable amd64 and x86

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

 dev-python/python-glanceclient/Manifest|  1 -
 .../python-glanceclient-2.13.0.ebuild  | 78 --
 .../python-glanceclient-2.13.1.ebuild  |  4 +-
 3 files changed, 2 insertions(+), 81 deletions(-)

diff --git a/dev-python/python-glanceclient/Manifest 
b/dev-python/python-glanceclient/Manifest
index 717784e5d51..7553df966ab 100644
--- a/dev-python/python-glanceclient/Manifest
+++ b/dev-python/python-glanceclient/Manifest
@@ -1,2 +1 @@
-DIST python-glanceclient-2.13.0.tar.gz 185962 BLAKE2B 
a0e1453124c199855a16843aac4155627f6e8070a5c5acb947e10147492d8f12514085d28cb060cf5f8577a60ab14c79104d1453947e71c2cd03f9c54d3e008c
 SHA512 
e8a1551bc427c07e12bc869ee09cf5e11916c7ebbb09b924d765f682010d19c4467f3dc71b1839287dc83eb15841b05598e893cc718dfd6a4882340aa7a10c76
 DIST python-glanceclient-2.13.1.tar.gz 187298 BLAKE2B 
e2fa34ea7840404e183fbb77592f656b296d54942581b2e1dda71285f791cf7f7d5b3b6ef2da28deb4e314f1d35395548e923f548854b7ad3ef4aa50ad000d62
 SHA512 
deb8454aea8b2c231604663fac2f6515e3cd6e86dc1cf3cd2174ba2e35f9d605bf162f5a089d80f52da11f97c540f5c160b96864b85d7535463ec170cba81689

diff --git a/dev-python/python-glanceclient/python-glanceclient-2.13.0.ebuild 
b/dev-python/python-glanceclient/python-glanceclient-2.13.0.ebuild
deleted file mode 100644
index 8317126df93..000
--- a/dev-python/python-glanceclient/python-glanceclient-2.13.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Glance API"
-HOMEPAGE="https://github.com/openstack/python-glanceclient;
-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="doc test"
-REQUIRED_USE="test? ( doc )"
-
-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/stestr-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ordereddict-1.1[$(python_gen_usedep 'python2_7')]
-   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   )
-   doc? (
-   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   =dev-python/keystoneauth-3.6.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/warlock-1.2.0[${PYTHON_USEDEP}]
-   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-17.1.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -e 's:intersphinx_mapping:_&:' -i doc/source/conf.py || die
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   testr init
-   testr run || die "testsuite failed under python2.7"
-   flake8 tests && einfo "run flake8 over tests folder passed" || die
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/python-glanceclient/python

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

2019-01-12 Thread Matthew Thode
commit: e7ba247425da003fc64610291384e96700bfe29b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jan 13 07:35:56 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sun Jan 13 07:35:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ba2474

app-admin/puppetdb: fix puppetdb init

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

 app-admin/puppetdb/files/puppetdb.initd-r2 | 64 ++
 ...petdb-6.1.0.ebuild => puppetdb-6.1.0-r1.ebuild} |  4 +-
 2 files changed, 66 insertions(+), 2 deletions(-)

diff --git a/app-admin/puppetdb/files/puppetdb.initd-r2 
b/app-admin/puppetdb/files/puppetdb.initd-r2
new file mode 100644
index 000..a59d798a638
--- /dev/null
+++ b/app-admin/puppetdb/files/puppetdb.initd-r2
@@ -0,0 +1,64 @@
+#!/sbin/openrc-run
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+extra_commands="checkconfig"
+
+LOGDIR="/var/log/puppetlabs/puppetdb"
+RUNDIR="/run/puppetlabs/puppetdb"
+
+checkconfig() {
+if [ ! -x $JAVA_BIN ]; then
+eerror "Missing JAVA_BIN."
+eend 1
+fi
+if [ ! -d $INSTALL_DIR ]; then
+eerror "Missing INSTALL_DIR."
+eend 1
+fi
+if [ ! -e $BOOTSTRAP_CONFIG ]; then
+eerror "Missing BOOTSTRAP_CONFIG."
+eend 1
+fi
+if [ ! -e $CONFIG ]; then
+eerror "Missing CONFIG."
+eend 1
+fi
+if [ ! -n $USER ]; then
+eerror "Missing USER."
+eend 1
+fi
+if [ ! -n $GROUP ]; then
+eerror "Missing GROUP."
+eend 1
+fi
+
+checkpath -d -m 0755 "${LOGDIR%/*}"
+checkpath -d -m 0755 "${RUNDIR%/*}"
+checkpath -d -m 0700 -o "${USER}:${GROUP}" "${LOGDIR}"
+checkpath -d -m 0755 -o "${USER}:${GROUP}" "${RUNDIR}"
+
+JAVA_ARGS="${JAVA_ARGS} -cp '${INSTALL_DIR}/puppetdb.jar' clojure.main -m 
puppetlabs.puppetdb.cli.services --config ${CONFIG} -b '${BOOTSTRAP_CONFIG}' 
--restart-file /opt/puppetlabs/server/data/puppetdb/restartcounter"
+EXEC="${JAVA_BIN} -XX:OnOutOfMemoryError=\"kill -9 %p\" 
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/puppetlabs/puppetdb 
-Djava.security.egd=/dev/urandom ${JAVA_ARGS}"
+}
+
+start() {
+checkconfig || return 1
+
+ebegin "Starting PuppetDB"
+start-stop-daemon --start -u "${USER}" -g "${GROUP}" \
+-m --pidfile "${RUNDIR}/puppetdb.pid" \
+-b --exec "/bin/bash" \
+-- -c "exec ${EXEC} >> ${LOGDIR}/daemon.log 2>&1"
+local retval=$?
+if [ $retval -ne 0 ]; then
+ewarn "Error starting puppetdb."
+fi
+eend $retval
+}
+
+stop() {
+ebegin "Stopping PuppetDB"
+start-stop-daemon --stop --pidfile "${RUNDIR}/puppetdb.pid"
+eend $?
+}

diff --git a/app-admin/puppetdb/puppetdb-6.1.0.ebuild 
b/app-admin/puppetdb/puppetdb-6.1.0-r1.ebuild
similarity index 96%
rename from app-admin/puppetdb/puppetdb-6.1.0.ebuild
rename to app-admin/puppetdb/puppetdb-6.1.0-r1.ebuild
index 480aee3abe2..7e53a0186d4 100644
--- a/app-admin/puppetdb/puppetdb-6.1.0.ebuild
+++ b/app-admin/puppetdb/puppetdb-6.1.0-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=6
@@ -77,7 +77,7 @@ src_install() {
newconfd ext/default puppetdb
systemd_dounit ext/redhat/puppetdb.service
systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf
-   newinitd "${FILESDIR}/puppetdb.initd" puppetdb
+   newinitd "${FILESDIR}/puppetdb.initd-r2" puppetdb
# misc
insinto /etc/logrotate.d
newins ext/puppetdb.logrotate.conf puppetdb



[gentoo-commits] repo/gentoo:master commit in: dev-python/betamax/, dev-python/requests-toolbelt/, app-crypt/acme/, ...

2019-01-12 Thread Matthew Thode
commit: 8954c0b02083853fd19f3485234fc261a8f3651c
Author: Andrius Štikonas  stikonas  eu>
AuthorDate: Sun Nov 11 14:50:37 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sun Jan 13 07:40:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8954c0b0

app-crypt/certbot: add ~arm64 keywords to certbot and dependencies.

Signed-off-by: Andrius Štikonas  stikonas.eu>
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/augeas/augeas-1.11.0-r1.ebuild| 2 +-
 app-crypt/acme/acme-0.28.0.ebuild   | 2 +-
 app-crypt/acme/acme-0.29.1.ebuild   | 2 +-
 app-crypt/acme/acme-0.30.0.ebuild   | 2 +-
 app-crypt/acme/acme-.ebuild | 2 +-
 app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild   | 2 +-
 app-crypt/certbot-apache/certbot-apache-0.29.1.ebuild   | 2 +-
 app-crypt/certbot-apache/certbot-apache-0.30.0.ebuild   | 2 +-
 app-crypt/certbot-apache/certbot-apache-.ebuild | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-0.28.0.ebuild | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-0.29.1.ebuild | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-0.30.0.ebuild | 2 +-
 app-crypt/certbot-nginx/certbot-nginx-.ebuild   | 2 +-
 app-crypt/certbot/certbot-0.28.0.ebuild | 2 +-
 app-crypt/certbot/certbot-0.29.1.ebuild | 2 +-
 app-crypt/certbot/certbot-0.30.0.ebuild | 2 +-
 app-crypt/certbot/certbot-.ebuild   | 2 +-
 app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild  | 4 ++--
 dev-python/betamax/betamax-0.8.0.ebuild | 2 +-
 dev-python/josepy/josepy-1.1.0.ebuild   | 2 +-
 dev-python/python-augeas/python-augeas-0.5.0.ebuild | 4 ++--
 dev-python/requests-toolbelt/requests-toolbelt-0.8.0.ebuild | 2 +-
 22 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/app-admin/augeas/augeas-1.11.0-r1.ebuild 
b/app-admin/augeas/augeas-1.11.0-r1.ebuild
index 339423a7d7e..75dcd83cc45 100644
--- a/app-admin/augeas/augeas-1.11.0-r1.ebuild
+++ b/app-admin/augeas/augeas-1.11.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ~ppc64 sparc x86"
 IUSE="static-libs test"
 
 RDEPEND="

diff --git a/app-crypt/acme/acme-0.28.0.ebuild 
b/app-crypt/acme/acme-0.28.0.ebuild
index 2691a8a8d0d..4c81e8bdcdb 100644
--- a/app-crypt/acme/acme-0.28.0.ebuild
+++ b/app-crypt/acme/acme-0.28.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 

diff --git a/app-crypt/acme/acme-0.29.1.ebuild 
b/app-crypt/acme/acme-0.29.1.ebuild
index 78a008d6224..f3343da762b 100644
--- a/app-crypt/acme/acme-0.29.1.ebuild
+++ b/app-crypt/acme/acme-0.29.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="amd64 ~arm ~ppc64 x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 

diff --git a/app-crypt/acme/acme-0.30.0.ebuild 
b/app-crypt/acme/acme-0.30.0.ebuild
index b79fcc1ee54..e41e26ef0fc 100644
--- a/app-crypt/acme/acme-0.30.0.ebuild
+++ b/app-crypt/acme/acme-0.30.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 

diff --git a/app-crypt/acme/acme-.ebuild b/app-crypt/acme/acme-.ebuild
index d408adeca31..cc2960bf38c 100644
--- a/app-crypt/acme/acme-.ebuild
+++ b/app-crypt/acme/acme-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
S=${WORKDIR}/${P}/${PN}
 else
SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
S=${WORKDIR}/certbot-${PV}/acme
 fi
 

diff --git a/app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.28.0.ebuild
index 5f448098501..2ae0df4119f 100644
--- a/app-crypt/certbot-a

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

2018-12-30 Thread Matthew Thode
commit: 21dd5aefb448f229cc3d02927725c520edf339ea
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Dec 31 03:26:50 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Dec 31 03:28:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dd5aef

media-sound/pulseeffects: 4.4.3

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

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.4.0.ebuild => pulseeffects-4.4.3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 6abcdb388da..89ebb702d50 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,3 +1,3 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
-DIST pulseeffects-4.4.0.tar.gz 1019903 BLAKE2B 
613975539436df9c15efd4e513cdaba92db96ada32936a30cff699826734af79a1a819c2cf95c575ea1928ba66987a27d0b0a70cedc257d82b782e348fedbba8
 SHA512 
48c4534a2667e38b12729c37600a87aaf00e71ca709d0420d3cbb7633ade04b3e33c1b4bbb140b975e2585b5e8ac2314a0857dc26db74308e6c77e465a943bcc
 DIST pulseeffects-4.4.1.tar.gz 1035274 BLAKE2B 
c8fd9b6e73ef2abc07837560faa10661a0f46f503b6a6023a9cde08086fafdea18cdc73b99c8fd5176942e066629ffc085e47e591831c034fd8b739ff4975347
 SHA512 
11ff0a689c6bf718d95eb0202fb73e06d194a71be9393685a2b444c3fc22bfac5f022ee177a73d786e6704f56173fd702f30005e7ace48fb825f3180f0dfe99a
+DIST pulseeffects-4.4.3.tar.gz 1051621 BLAKE2B 
24fc360d86a04674aa0bd4cf39b29b1bfcc67acf2001f5ae271a355a1fb01f5be8a76ed588c187c2cb4ca5b7468f72d6df97f502d483b386e2e741493bad4dc7
 SHA512 
34173c9ad90c2da269cf86fd7410ca0f1614c98065f2106fa9f208bc145509ca1e26342d61012d954e00637bb18a4f456b6a8f5fb432adb6405051c2d9c8cff9

diff --git a/media-sound/pulseeffects/pulseeffects-4.4.0.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.4.3.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.4.0.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.4.3.ebuild



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

2018-12-30 Thread Matthew Thode
commit: 7e9741039a55f42ad9b32094f2bbc0a0bf6c1bd3
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Dec 31 03:28:01 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Dec 31 03:28:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e974103

media-sound/pulseeffects: 3.2.3-r1 stable amd64 and x86

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

 .../pulseeffects/pulseeffects-3.2.3-r1.ebuild  |  4 +-
 media-sound/pulseeffects/pulseeffects-3.2.3.ebuild | 62 --
 2 files changed, 2 insertions(+), 64 deletions(-)

diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
index ea2fbb5e162..e410210bfa0 100644
--- a/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-3.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ if [[ ${PV} == * ]];then
EGIT_REPO_URI="${HOMEPAGE}"
 else
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3"

diff --git a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild 
b/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
deleted file mode 100644
index 9d0eb6961d0..000
--- a/media-sound/pulseeffects/pulseeffects-3.2.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit gnome2-utils meson python-r1
-
-DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
-HOMEPAGE="https://github.com/wwmm/pulseeffects;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="${HOMEPAGE}"
-else
-   SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="x86 amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-   ${PYTHON_DEPS}
-   python_targets_python3_4? ( dev-python/configparser )
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   >=dev-python/gst-python-1.12.0:1.0[${PYTHON_USEDEP}]
-   >=x11-libs/gtk+-3.18:3
-   dev-python/numpy[${PYTHON_USEDEP}]
-   >=sci-libs/scipy-0.18[${PYTHON_USEDEP}]
-   >=media-libs/lilv-0.24.2-r1
-   >=media-plugins/calf-0.90.0[lv2]
-   >=media-libs/gstreamer-1.12.0:1.0
-   >=media-libs/gst-plugins-good-1.12.0:1.0
-   >=media-libs/gst-plugins-bad-1.12.0:1.0
-   >=media-plugins/gst-plugins-bs2b-1.12.0:1.0
-   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
-   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
-   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
-"
-RDEPEND="${DEPEND}
-   media-sound/pulseaudio[equalizer]
-"
-
-pkg_preinst(){
-   gnome2_schemas_savelist
-}
-
-pkg_postinst(){
-   gnome2_gconf_install
-   gnome2_schemas_update
-}
-
-pkg_postrm(){
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-}



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

2018-12-30 Thread Matthew Thode
commit: 697a3f45907d7dfc72a3d3462f2a742735814f25
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Dec 30 22:44:33 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sun Dec 30 22:44:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697a3f45

www-apps/icingaweb2: simplify depends

Bug: https://bugs.gentoo.org/674102
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 www-apps/icingaweb2/icingaweb2-.ebuild | 28 +---
 www-apps/icingaweb2/metadata.xml   |  1 +
 2 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/www-apps/icingaweb2/icingaweb2-.ebuild 
b/www-apps/icingaweb2/icingaweb2-.ebuild
index 97c2252b8de..4d8e67f6cc5 100644
--- a/www-apps/icingaweb2/icingaweb2-.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -12,30 +12,20 @@ EGIT_BRANCH="master"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="apache2 ldap mysql nginx pdf postgres"
+IUSE="apache2 fpm ldap mysql nginx pdf postgres"
 REQUIRED_USE="^^ ( apache2 nginx )"
 KEYWORDS=""
 
 DEPEND=">=net-analyzer/icinga2-2.1.1
dev-php/pecl-imagick
pdf? ( media-gfx/imagemagick[png] )
-   apache2? (
-   >=www-servers/apache-2.4.0
-   || (
-   
dev-lang/php:5.6[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
-   )
-   nginx? (
-   >=www-servers/nginx-1.7.0:*
-   || (
-   
dev-lang/php:5.6[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.0[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.1[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   
dev-lang/php:7.2[apache2?,cli,fpm,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
-   )
+   apache2? ( >=www-servers/apache-2.4.0 )
+   nginx? ( >=www-servers/nginx-1.7.0:* )
+   || (
+   
dev-lang/php:5.6[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.0[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.1[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
+   
dev-lang/php:7.2[apache2?,cli,fpm?,gd,json,intl,ldap?,mysql?,nls,pdo,postgres?,sockets,ssl,xslt,xml]
)"
 RDEPEND="${DEPEND}"
 

diff --git a/www-apps/icingaweb2/metadata.xml b/www-apps/icingaweb2/metadata.xml
index 1a95653552c..8f0ec860cd1 100644
--- a/www-apps/icingaweb2/metadata.xml
+++ b/www-apps/icingaweb2/metadata.xml
@@ -10,5 +10,6 @@


Adds support for nginx
+   Adds FPM support to php

 



[gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/files/, net-misc/openvswitch/

2018-12-19 Thread Matthew Thode
commit: 7750fade80482bf075e56f4eabd52423c314fe69
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 19 21:06:12 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Dec 19 21:06:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7750fade

net-misc/openvswitch: 2.10.1 bump

Closes: https://bugs.gentoo.org/673438
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 net-misc/openvswitch/Manifest  |  1 +
 ...s-vswitchd2.service => ovs-vswitchd-r2.service} |  0
 ...s-vswitchd2.service => ovs-vswitchd-r3.service} |  6 +++---
 net-misc/openvswitch/files/ovs-vswitchd.confd-r2   |  7 +++
 ...sdb-server2.service => ovsdb-server-r2.service} |  0
 ...sdb-server2.service => ovsdb-server-r3.service} |  6 ++
 net-misc/openvswitch/openvswitch-2.10.0-r1.ebuild  |  4 ++--
 ...-2.10.0-r1.ebuild => openvswitch-2.10.1.ebuild} | 24 ++
 8 files changed, 21 insertions(+), 27 deletions(-)

diff --git a/net-misc/openvswitch/Manifest b/net-misc/openvswitch/Manifest
index f4195ba8e11..3df07d1580f 100644
--- a/net-misc/openvswitch/Manifest
+++ b/net-misc/openvswitch/Manifest
@@ -1,2 +1,3 @@
 DIST openvswitch-2.10.0.tar.gz 7528705 BLAKE2B 
a04e6e823a40e9a3a2d2ffd79a881b1f1e206a911b9b213eb1ae10d35c4716778e9897f264216889fd7db75b4f89c3e05b34040ce01ab29f0844b4b0cbb2
 SHA512 
f118c1c4ab4e126c3343023b03007ca9819c3c5a5ea42eaffaabdc7c50ecddede3e258574dbe0de95ed3be2e3d101612f5bdb423a7adb679987f4e501183a216
+DIST openvswitch-2.10.1.tar.gz 7522058 BLAKE2B 
0f4eef6bf376cc23de4061c04787663f31458d98ac9ffb76627d5a7bb9422ee5f1d99e5c6024ad078c1b6128fb1b9ac99ea9e7107803fd2fdf6cb09bff6b0ef3
 SHA512 
3634bd3e978110cb9e11191a88e4232a7af152a6ddf46e8a32e50e07de866be782b7e753d26b81183ec107816e5af4109badf8f2067a61fd9506ccf81e748e44
 DIST openvswitch-2.8.1.tar.gz 6746474 BLAKE2B 
b41c77e7653a621c4954a8d752d569971f67db7e09a586da5e57ca4b6882ba3c478437ba8ac47b151c08068fa9c1cdb0f74f8630821e5d721ceb2accef75a3a1
 SHA512 
b9e90b49bb91aef80942b146e7e324b74f8961342dcc7836f2551ea976a69d66506a3a739bcb01a926b3b3874c7e4312de02965738a1536a342ab95f935d92f7

diff --git a/net-misc/openvswitch/files/ovs-vswitchd2.service 
b/net-misc/openvswitch/files/ovs-vswitchd-r2.service
similarity index 100%
copy from net-misc/openvswitch/files/ovs-vswitchd2.service
copy to net-misc/openvswitch/files/ovs-vswitchd-r2.service

diff --git a/net-misc/openvswitch/files/ovs-vswitchd2.service 
b/net-misc/openvswitch/files/ovs-vswitchd-r3.service
similarity index 83%
rename from net-misc/openvswitch/files/ovs-vswitchd2.service
rename to net-misc/openvswitch/files/ovs-vswitchd-r3.service
index 3092fdaaa66..165ea3bfbf8 100644
--- a/net-misc/openvswitch/files/ovs-vswitchd2.service
+++ b/net-misc/openvswitch/files/ovs-vswitchd-r3.service
@@ -12,14 +12,14 @@ AssertPathIsReadWrite=/var/run/openvswitch/db.sock
 Type=forking
 Restart=on-failure
 Environment=HOME=/var/run/openvswitch
-EnvironmentFile=-/run/openvswitch/useropts
 EnvironmentFile=-/etc/conf.d/ovs-vswitchd
 ExecStart=/usr/share/openvswitch/scripts/ovs-ctl \
   --no-ovsdb-server --no-monitor --system-id=random \
-  ${OVSUSER} start $OPTIONS
+  --ovs-user=${OVS_USER_ID} start $OPTIONS
 ExecStop=/usr/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server stop
 ExecReload=/usr/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server \
-  --no-monitor --system-id=random ${OVSUSER} restart $OPTIONS
+  --no-monitor --system-id=random --ovs-user=${OVS_USER_ID} \
+  restart $OPTIONS
 TimeoutSec=300
 
 [Install]

diff --git a/net-misc/openvswitch/files/ovs-vswitchd.confd-r2 
b/net-misc/openvswitch/files/ovs-vswitchd.confd-r2
new file mode 100644
index 000..eb4b6c2f283
--- /dev/null
+++ b/net-misc/openvswitch/files/ovs-vswitchd.confd-r2
@@ -0,0 +1,7 @@
+# Connection string for the configuration database (usually a unix socket)
+DATABASE="unix:/var/run/openvswitch/db.sock"
+
+# Additional options
+OPTIONS="--mlockall"
+
+OVS_USER_ID="root:root"

diff --git a/net-misc/openvswitch/files/ovsdb-server2.service 
b/net-misc/openvswitch/files/ovsdb-server-r2.service
similarity index 100%
copy from net-misc/openvswitch/files/ovsdb-server2.service
copy to net-misc/openvswitch/files/ovsdb-server-r2.service

diff --git a/net-misc/openvswitch/files/ovsdb-server2.service 
b/net-misc/openvswitch/files/ovsdb-server-r3.service
similarity index 72%
rename from net-misc/openvswitch/files/ovsdb-server2.service
rename to net-misc/openvswitch/files/ovsdb-server-r3.service
index 5ff6f904466..a1d308478da 100644
--- a/net-misc/openvswitch/files/ovsdb-server2.service
+++ b/net-misc/openvswitch/files/ovsdb-server-r3.service
@@ -10,15 +10,13 @@ Type=forking
 Restart=on-failure
 EnvironmentFile=-/etc/conf.d/ovsdb-server
 ExecStartPre=/bin/chown ${OVS_USER_ID} /var/run/openvswitch 
/var/log/openvswitch
-ExecStartPre=/bin/sh -c '

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

2018-12-19 Thread Matthew Thode
commit: 781f1f5d6b73c368f9cce81d78feee659eee9685
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 19 21:05:24 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Dec 19 21:06:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781f1f5d

dev-python/ovs: 2.10.0 bump

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

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

diff --git a/dev-python/ovs/Manifest b/dev-python/ovs/Manifest
index 309706ed60a..5d0b2613046 100644
--- a/dev-python/ovs/Manifest
+++ b/dev-python/ovs/Manifest
@@ -1,3 +1,4 @@
+DIST ovs-2.10.0.tar.gz 98548 BLAKE2B 
9ab3ea02dbfab1622106ead1e19a96b279d73ee758fbdcfadcb50526b8652a80443c817513b0df92b78a6e788d7215386f18c5e9e59d71536cf481eac8b3a264
 SHA512 
9b7de41aceb2f3c08df765b97c5149cd66579f361b427b3bb6c24ab20cf922de688a82a99b1d98778311f15b37c73be2769a95b01c96db4fed122e272aab2adf
 DIST ovs-2.7.0.tar.gz 73714 BLAKE2B 
3edb76be6ddb20243b6d85c7bc67024c274f625c2f18cd4dd2fdbfa94b01d241edc4d83ce380aaa4374a75f4b392d36b79bd5fb81c8522be88dad4c277858be4
 SHA512 
6732721f494b0de24dd6b79ca12d45d7e2da8598906384c6fcc4cc0de4dadb87a822c5e0aa4c07065138a0837a850e7d07ae50e6dea9e0752beba667bf154e22
 DIST ovs-2.7.2.tar.gz 74222 BLAKE2B 
ecf1cfa9cde4824ba927f4fed610ca11129d221f4ecb2c0f0fc701f0fe2a9b86fdc67332b0e0270b0eb1047aeb49fd41d153a212416754180a35dd916cef59e4
 SHA512 
568f256a2ad204d5b4a237f1f52c903a1041bb03e30b56e390ea4995c646b49225f69eb5804faf996a9db56916398597100a16ff86bd6798d01ee427073c89ac
 DIST ovs-2.8.1.tar.gz 74483 BLAKE2B 
a90904e645316b625c7fddcc323270bbb6246d59432392bfbcb05ed0ae258f1fcc0afe7a3716dad519d47725a3f765c99c59dcffc30bc5343de59ccf523cfa76
 SHA512 
b7133f5c2ae00d508d77122952584cba840d4a22231d1a42105ba2918cf598b12b58c47408c17405bb3c9aa90d24a3d0a9257299626704e367badc982aba62ee

diff --git a/dev-python/ovs/ovs-2.10.0.ebuild b/dev-python/ovs/ovs-2.10.0.ebuild
new file mode 100644
index 000..14b22828b0d
--- /dev/null
+++ b/dev-python/ovs/ovs-2.10.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="OVS bindings for python."
+HOMEPAGE="https://github.com/openvswitch/ovs/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"



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

2018-12-19 Thread Matthew Thode
commit: 2fa4699123bf949cce6f218312ab97de5343ea0e
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 19 21:14:54 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Dec 19 21:14:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa46991

net-misc/openvswitch: fix confd typo

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

 net-misc/openvswitch/openvswitch-2.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/openvswitch/openvswitch-2.10.1.ebuild 
b/net-misc/openvswitch/openvswitch-2.10.1.ebuild
index 044f33af589..1f5b6181094 100644
--- a/net-misc/openvswitch/openvswitch-2.10.1.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.10.1.ebuild
@@ -102,7 +102,7 @@ src_install() {
rm -rf "${ED%/}"/var/run || die
 
newconfd "${FILESDIR}/ovsdb-server_conf2" ovsdb-server
-   newconfd "${FILESDIR}/ovs-vswitchd.conf-r2" ovs-vswitchd
+   newconfd "${FILESDIR}/ovs-vswitchd.confd-r2" ovs-vswitchd
newinitd "${FILESDIR}/ovsdb-server-r1" ovsdb-server
newinitd "${FILESDIR}/ovs-vswitchd-r1" ovs-vswitchd
 



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

2018-12-19 Thread Matthew Thode
commit: f4ab9e641b59d1d0fe8d483f5e1e8c69771d2ac9
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Dec 19 20:31:53 2018 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Dec 19 20:32:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ab9e64

app-admin/pdk: 1.8.0.0 initial add

Closes: https://bugs.gentoo.org/667768
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/pdk/Manifest   |  1 +
 app-admin/pdk/metadata.xml   | 13 +++
 app-admin/pdk/pdk-1.8.0.0.ebuild | 49 
 3 files changed, 63 insertions(+)

diff --git a/app-admin/pdk/Manifest b/app-admin/pdk/Manifest
new file mode 100644
index 000..9cb3a02d001
--- /dev/null
+++ b/app-admin/pdk/Manifest
@@ -0,0 +1 @@
+DIST pdk_1.8.0.0-1stretch_amd64.deb 128361866 BLAKE2B 
1d21de3e011d8f111ca9910193fb2ffd3360ec1bc7d1917b89c24d42dad8c1b521b12f37850cfc88a32cc79aab76000b2801568683e96ef9aedfbe7ab48bf6b3
 SHA512 
edae3add1d7a0e66361cc60c555f556355a07d80dc05b21cfa8c994b8a66442168d72b602258d984f9c19c15e561c9260d3ebbc82e6bfc22758f4327d78791c2

diff --git a/app-admin/pdk/metadata.xml b/app-admin/pdk/metadata.xml
new file mode 100644
index 000..33d86fd6098
--- /dev/null
+++ b/app-admin/pdk/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+       Matthew Thode
+   
+   
+   PDK includes testing tools, a complete module skeleton, and 
command line
+   tools to help you create, validate, and run tests on Puppet 
modules. PDK
+   also includes all dependencies needed for its use.
+   
+

diff --git a/app-admin/pdk/pdk-1.8.0.0.ebuild b/app-admin/pdk/pdk-1.8.0.0.ebuild
new file mode 100644
index 000..a456fa1d397
--- /dev/null
+++ b/app-admin/pdk/pdk-1.8.0.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit eutils unpacker
+
+DESCRIPTION="Puppet SDK - develop and test puppet modules"
+HOMEPAGE="https://puppetlabs.com/;
+SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
+SRC_URI="
+   amd64? ( ${SRC_BASE}_amd64.deb )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RESTRICT="strip"
+
+S=${WORKDIR}
+
+QA_PREBUILT="
+   /opt/puppetlabs/pdk
+   /opt/puppetlabs/pdk/lib/engines/*
+   /opt/puppetlabs/pdk/lib/*
+   /opt/puppetlabs/pdk/bin/*"
+
+src_install() {
+   # Drop the opt folder into place
+   insinto /opt
+   doins -r opt/*
+
+   # Add symlinks
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/bin/"
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/private/git/bin/"
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/private/ruby/2.1.9/bin/"
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/private/ruby/2.4.4/bin/"
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/private/ruby/2.5.1/bin/"
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/private/puppet/ruby/2.1.0/bin/"
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/private/puppet/ruby/2.4.0/bin/"
+   chmod 0755 -R "${D}/opt/puppetlabs/pdk/private/puppet/ruby/2.5.0/bin/"
+
+   # remove rwx a.out stuff
+   rm 
"${D}"/opt/puppetlabs/pdk/private/ruby/2.4.4/lib/ruby/gems/2.4.0/gems/ffi-1.9.25/ext/ffi_c/libffi-x86_64-linux/a.out
+   rm 
"${D}"/opt/puppetlabs/pdk/share/cache/ruby/2.1.0/gems/ffi-1.9.25/ext/ffi_c/libffi-x86_64-linux/a.out
+   rm 
"${D}"/opt/puppetlabs/pdk/share/cache/ruby/2.5.0/gems/ffi-1.9.25/ext/ffi_c/libffi-x86_64-linux/a.out
+
+   dosym ../../opt/puppetlabs/pdk/bin/pdk /usr/bin/pdk
+}



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

2019-03-20 Thread Matthew Thode
commit: 82378b080eade38264a78c6bd0ea1132e2bb26a0
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 20 23:35:14 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Mar 20 23:35:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82378b08

media-sound/pulseeffects: 4.5.7 bump

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

 media-sound/pulseeffects/Manifest  |  1 +
 media-sound/pulseeffects/pulseeffects-4.5.7.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index e167e048418..6768d1ca8e1 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -2,3 +2,4 @@ DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84
 DIST pulseeffects-4.4.7.tar.gz 1082596 BLAKE2B 
3265507191f5fca405282d8bdf9cf078023e80d2ca8f3a8bb999f7828f5220ca61b68ce01dc80e2d066a0d759b83229eabd523aff71106bd4024067afd1a8220
 SHA512 
243bd23d107f22a2a4b5934fb67bc5c059f278f2ec824814791ea24429e8d53844ffd71c9c21c35209261f4a0a4633827362bfd43355437a10944bbfd9a25421
 DIST pulseeffects-4.5.5.tar.gz 1783582 BLAKE2B 
4c2154fad61705811d2e2135bdacc7f1e31d499ea65fbbb044896ba37cfde9ef4cd925fe7cc390c5611fb294d57a7297c7e54c76b3d69505c9b595d47259ad9a
 SHA512 
fe45097bcd5aa9754c612c52cfba7d06d14185e18a75e5ae2a257733159f0288897e4f60d147e164f4bcafcd23978e23a006753b2b26e26613809863895cfab5
 DIST pulseeffects-4.5.6.tar.gz 1822218 BLAKE2B 
def674bb35970ceb2a440acac20ebd5c406ae1691b58e8e8cdee3f0eacc7077daf989bcd94a962a1ef1054bc81f68108fd445adebb32a96940a91306025d72a2
 SHA512 
c18e4b52c4eff15db40c398b0a60b7b2e7a069142552a9801d0a580f52145d8b13b4507a9d37aa49919bbdc144b85b3f02e140aca671d9dedfb521ed34dbc99e
+DIST pulseeffects-4.5.7.tar.gz 1826584 BLAKE2B 
8b58c314bba261b5154feaeab210e69be9773700cf31123bd964b1183e72c412576ce4743a112276abf0602ac5c53fb1580c62530478a7f9c144c1f0d6c70a12
 SHA512 
76d1772b704aef58b9137d30d5ebea7a3fbe20b389d052e1a6cb96a9705f8678145df39a4592ce49790beaeffe953701a973a86e6d59b39563b83d064e8b4320

diff --git a/media-sound/pulseeffects/pulseeffects-4.5.7.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.5.7.ebuild
new file mode 100644
index 000..c45904327f5
--- /dev/null
+++ b/media-sound/pulseeffects/pulseeffects-4.5.7.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson
+
+DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
+HOMEPAGE="https://github.com/wwmm/pulseeffects;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="${HOMEPAGE}"
+else
+   SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="bs2b calf mda-lv2 rubberband"
+
+#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
+RDEPEND="
+   >=dev-libs/boost-1.41
+   >=dev-cpp/glibmm-2.56.0
+   >=dev-cpp/gtkmm-3.20:3.0
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/libsigc++-2.10:2
+   >=x11-libs/gtk+-3.18:3
+   >=media-libs/lilv-0.24.2-r1
+   >=media-libs/lsp-plugins-1.1.7[lv2]
+   >=media-libs/gstreamer-1.12.0:1.0
+   >=media-libs/gst-plugins-good-1.12.0:1.0
+   >=media-libs/gst-plugins-bad-1.12.0:1.0
+   bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
+   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
+   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
+   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
+   calf? ( >=media-plugins/calf-0.90.0[lv2] )
+   mda-lv2? ( media-plugins/mda-lv2 )
+   rubberband? ( media-libs/rubberband )
+   >=media-libs/zita-convolver-3.0.0
+   media-libs/libebur128
+   media-sound/pulseaudio
+   sys-apps/dbus"
+# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
+# and sys-devel/gettext depends reasoning
+DEPEND="
+   ${RDEPEND}
+   dev-libs/appstream-glib
+   sys-devel/gettext
+"
+BDEPEND="
+   >=sys-devel/gcc-7.3.0
+   dev-util/itstool
+   virtual/pkgconfig
+"
+
+pkg_postinst(){
+   gnome2_gconf_install
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm(){
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}



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

2019-03-20 Thread Matthew Thode
commit: 85e58a6302ecedddf70df5f8b8805275b9b4be74
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 20 23:30:34 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Mar 20 23:35:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85e58a63

net-analyzer/icinga2: 2.10.4 bump

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

 net-analyzer/icinga2/Manifest  |   1 +
 net-analyzer/icinga2/icinga2-2.10.4.ebuild | 172 +
 2 files changed, 173 insertions(+)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index c43274b9ab1..777d630cff7 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1,4 +1,5 @@
 DIST icinga2-2.10.2.tar.gz 4408535 BLAKE2B 
f650826feee13695c42d7e6ced45e3009ac607d6af0bcb16c3f93f8099017a74de40e33deefaffb230a519f9dabf410c03745309d203ede71a4d7076ba8c9121
 SHA512 
2fb30673fbeef395a43eb7947c0c0217d7c0fc9c149bb244d16dae461dd5728a2540e88bcb351bac2ec5d58d6896f8a4789ced5647cdac8cecf0623fff12054b
 DIST icinga2-2.10.3.tar.gz 4421984 BLAKE2B 
130279f3fbe90e9cc311d98ca8ff879c3dca34b61e8e8b3f7db30b7cb116361decf2e8fcc44c34bab863ef654a345f7cafc14c0179ec83dc3a2fe84ef103575e
 SHA512 
c3b4b6e66889e30ed5c73b3adf55bec9c547f4f3a81a5511b981d8e6d4b1e370bc71263b3249b625769cea1d13de5aa62f3c039ac5315013c13bc02009e70967
+DIST icinga2-2.10.4.tar.gz 5129248 BLAKE2B 
420330cfdbecce98e9b825527c38d4606c0f3e3a74c6798b7012dae2c4ebc583317e60a91c7966d68de17359b6af676f5accd71d0fece505a17a3ca92f00e05e
 SHA512 
7277dd315541341ee68f2e83035210c233d6556d36c26d3211b85e2d43759627c73e881edac8e5e1d266c6b1eef19c5e1eeb8e5a77a237e688039ba88a58438c
 DIST icinga2-2.8.4.tar.gz 2510333 BLAKE2B 
f551a5eadc93d8455612af40e34a0922bc75f41b8064f9989c8f0c28dc2c3fb18963cf9b3272efa29f03973e7cf5824762bebff1bfa1a23c4ba39c93fc29c8e5
 SHA512 
b2cb5989962ac65da927cbdbac1b3345c913321d507b5113f32dd90bf969b2513478e68d52b9cd4cf255057d74428f9e42067288b7ddc59ad060ca7b84f4f114
 DIST icinga2-2.9.1.tar.gz 2193190 BLAKE2B 
29be491c4b43e218ef8aaa2128822040ccb0989e91d83f033cf7873216e4307cdbc8ee9052d79fd0c396efeb68759acc97938e3ee596e0820e3f6c8f73bc
 SHA512 
1d69a24f85249386e30ff1625cf522ba58e5f2ab641dbe950bf1764324a6c7516d1532942954e842002566823b0f30383747d5ec8b7bd36705aa5f0ccfa29533

diff --git a/net-analyzer/icinga2/icinga2-2.10.4.ebuild 
b/net-analyzer/icinga2/icinga2-2.10.4.ebuild
new file mode 100644
index 000..8a9695a5e27
--- /dev/null
+++ b/net-analyzer/icinga2/icinga2-2.10.4.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+if [[ ${PV} !=  ]]; then
+   inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
+   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+else
+   inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
+   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
+   EGIT_BRANCH="master"
+   KEYWORDS=""
+fi
+
+DESCRIPTION="Distributed, general purpose, network monitoring engine"
+HOMEPAGE="http://icinga.org/icinga2;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
+WX_GTK_VER="3.0"
+
+CDEPEND="
+   !libressl? ( dev-libs/openssl:0= )
+   libressl? ( dev-libs/libressl:0= )
+   >=dev-libs/boost-1.58-r1
+   console? ( dev-libs/libedit )
+   mariadb? ( dev-db/mariadb-connector-c:= )
+   mysql? ( dev-db/mysql-connector-c:= )
+   postgres? ( dev-db/postgresql:= )
+   dev-libs/yajl"
+
+DEPEND="
+   ${CDEPEND}
+   sys-devel/bison
+   >=sys-devel/flex-2.5.35"
+
+RDEPEND="
+   ${CDEPEND}
+   plugins? ( || (
+   net-analyzer/monitoring-plugins
+   net-analyzer/nagios-plugins
+   ) )
+   mail? ( virtual/mailx )
+   classicui? ( net-analyzer/icinga[web] )"
+
+REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
+
+want_apache2
+
+pkg_setup() {
+   depend.apache_pkg_setup
+   enewgroup icinga
+   enewgroup icingacmd
+   enewgroup nagios  # for plugins
+   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
+}
+
+src_configure() {
+   sed -i 's/FLAGS\}\ \-g/FLAGS\}\ \-lpthread\ /g' CMakeLists.txt || die
+   local mycmakeargs=(
+   -DICINGA2_UNITY_BUILD=FALSE
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_SYSCONFDIR=/etc
+   -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+

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

2019-03-20 Thread Matthew Thode
commit: aace9367076c4aca4d19559bb48b02742f119f9a
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 20 23:33:49 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Mar 20 23:35:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aace9367

media-libs/lsp-plugins: 1.1.7 bump

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

 media-libs/lsp-plugins/Manifest |  1 +
 media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/media-libs/lsp-plugins/Manifest b/media-libs/lsp-plugins/Manifest
index 74f90e7c158..1fe4e34aaba 100644
--- a/media-libs/lsp-plugins/Manifest
+++ b/media-libs/lsp-plugins/Manifest
@@ -1 +1,2 @@
 DIST lsp-plugins-1.1.5.tar.gz 51911033 BLAKE2B 
ec9b6f3715f1043537ebe35d14abda85b8dfe23d52d335c54c02eb2867753c9b256a5acd71537c95d6da273d054f0e0c9439fe2f81f6d6ced3087de93bfaef60
 SHA512 
42b9cd102247a0165a32f82a5a7ce05928a9703c80f215783ad67020d1f975d1c334af1f86c9f17e76bea3fd90bcf5c47fff5618875038b3655621880b60a699
+DIST lsp-plugins-1.1.7.tar.gz 52408312 BLAKE2B 
1763d7aaff60c4bf3185325789925dc7e5ea1052907f0d1ee3af7c09d39d1f49dfdda537c29d1d2e1ed2bd041345fb3f32a444aa403521f6d4fbd7a952f9f7cb
 SHA512 
e98000c98464abc1db75e044bc1b7adb535b94fbe1025a52baf0a2c92bcd21039c9b330e790f0607b4747356aff3f7d4ae20e666a9135108e875057c5459c8ae

diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild 
b/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
new file mode 100644
index 000..f681f70629d
--- /dev/null
+++ b/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Linux Studio Plugins"
+HOMEPAGE="https://lsp-plug.in;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/sadko4u/lsp-plugins;
+   EGIT_BRANCH="devel"
+else
+   SRC_URI="https://github.com/sadko4u/lsp-plugins/archive/${P}.tar.gz;
+   S="${WORKDIR}/${PN}-${P}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="doc jack ladspa +lv2"
+REQUIRED_USE="|| ( jack ladspa lv2 )"
+
+DEPEND="
+   dev-libs/expat
+   media-libs/libsndfile
+   doc? ( dev-lang/php:* )
+   jack? (
+   virtual/jack
+   x11-libs/cairo[X]
+   )
+   ladspa? ( media-libs/ladspa-sdk )
+   lv2? (
+   media-libs/lv2
+   x11-libs/cairo[X]
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile(){
+   use doc && MODULES+="doc"
+   use jack && MODULES+=" jack"
+   use ladspa && MODULES+=" ladspa"
+   use lv2 && MODULES+=" lv2"
+   emake BUILD_MODULES="${MODULES}"
+}
+
+src_install(){
+   emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install
+}



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

2019-03-25 Thread Matthew Thode
commit: d872f15a480e7072dbf2105bff3bdc4766b4a0c8
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 22:01:23 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 22:01:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d872f15a

dev-python/sphinxcontrib-httpdomain: add arm64 under allarches

for python-heatclient

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

 .../sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild 
b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
index 632c15f40f8..ae5b16a6f80 100644
--- a/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.ebuild
+++ b/dev-python/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-1.5.0.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
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]



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

2019-03-25 Thread Matthew Thode
commit: d1930fc3d3086fac274fa8ec6c321cdc11d28845
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 20:21:55 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 21:24:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1930fc3

dev-python/keyring: 18.0.1 bump with cleanup of 18.0.0

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

 dev-python/keyring/Manifest | 2 +-
 dev-python/keyring/{keyring-18.0.0.ebuild => keyring-18.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index d975b462ef6..20ffdf5950d 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,4 +1,4 @@
 DIST keyring-12.2.1.tar.gz 42242 BLAKE2B 
b821f17a671e89a28bd2953456bd0406e4f7fd142f1abf2e1f752e8f74f072c8fa995b90de62ac34586dd50a4dab47dff3bbb19157d76bb2f93a61e176dc3188
 SHA512 
8806b4433bc9085ae133300e68bc614281beea70de547f75afafdf6de2ee1b436f3a4cd13d7684cb6e4d5aef0a2eb9119d9cebbaf239a9ee1997ece4a56a7371
 DIST keyring-13.2.1.tar.gz 43140 BLAKE2B 
74272b93ff80a03615879a5f416ad6be1012f22862972a7f400609ea3fb984c45ed2ccb44eca30d253d0d39e0876f1ce25ab9aa6267a06a7c67a17aac27cd31e
 SHA512 
3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906
 DIST keyring-15.0.0.tar.gz 42547 BLAKE2B 
b9200f61fcf227ce82ed05db15b8a03754a2d2f0ee7a32afe4a99a6bb4c511e311d7c529d5173756173622e225ae4fa2fcef6409b21dc3d8735b5e8fab73bd1a
 SHA512 
58001d61bdd442196ec4891000cc532d1dd9b85b18d100d8dde38cf1cf733ef6d6541513d73435dfe41e9cd26c6e34332d518a06a7fbc498b1b8971df6640212
-DIST keyring-18.0.0.tar.gz 48509 BLAKE2B 
a83df471fd150c9a01dd3fe782b3ead54286c3913838951fd0beb2443d0fe5cfbc1cc2079ef46346346e4bfb0d62e1f782d75a89d85c281e8b3c53f9bf188eca
 SHA512 
3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2
+DIST keyring-18.0.1.tar.gz 48559 BLAKE2B 
fb9e8df5ae04b4c1d646b4129cf34d420fd05783724dc2d10fccfaf11ddf1a17048c2695477bc1f4cfcd6d08ed48b6d552d19862a0510d8e12fef4e17b13087b
 SHA512 
62091fc304ff0d4a1dd5db3e1fbae7e02edcb60442f19d7408ba2f115226a8282ff67df55334f019da3cccae858cd5e4b0c0ece22a7c66768bbb85018728be30

diff --git a/dev-python/keyring/keyring-18.0.0.ebuild 
b/dev-python/keyring/keyring-18.0.1.ebuild
similarity index 100%
rename from dev-python/keyring/keyring-18.0.0.ebuild
rename to dev-python/keyring/keyring-18.0.1.ebuild



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

2019-03-25 Thread Matthew Thode
commit: c79d1f4827a58119ea8a1191fe91212c7be4ed8f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 20:36:18 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 21:24:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79d1f48

sys-cluster/nova: 18.2.0 bump

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

 sys-cluster/nova/Manifest   |   2 +
 sys-cluster/nova/nova-18.2.0.ebuild | 253 
 2 files changed, 255 insertions(+)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index 39da8d29363..ac3eef688cd 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,3 +1,5 @@
 DIST nova-18.1.0.tar.gz 11391992 BLAKE2B 
5dd417661908cae6e12b4a0f3af5c620bd29d3a022661c6f852cd8954940a3a0a2e84d0cf72d43ff926a13836aeb8ed2ecfe0e9be39dc882d705ab0389297891
 SHA512 
d5112d2528a70338a9293423ede81b9a5dee10cf7872e3070c33d0e16d728d1a1612b8af45ba8424400fd67322238dec299bc85bb84c10989272496b684f8cbd
+DIST nova-18.2.0.tar.gz 11417157 BLAKE2B 
ec3480eeb7e9b6d41f20a473b639e5b71eea0c533d10748f62d5037a09af9ca1c056c2e0e36a7c6e34e207adb80f4ce3fd9478e1bb282cb83ff4dc9fda11fdcb
 SHA512 
3620e4aeb43cfefe8349e78355abd9d5c3537b52c0c6dee1ca14ebbed3eb20015c63f492c55cf1415a586ca96a97667cd90f562891c2a2be2d1805efa805aa17
 DIST nova.conf.sample-18.1.0 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
+DIST nova.conf.sample-18.2.0 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
 DIST nova.conf.sample-2018.2. 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61

diff --git a/sys-cluster/nova/nova-18.2.0.ebuild 
b/sys-cluster/nova/nova-18.2.0.ebuild
new file mode 100644
index 000..15e36f5f487
--- /dev/null
+++ b/sys-cluster/nova/nova-18.2.0.ebuild
@@ -0,0 +1,253 @@
+# 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} )
+
+inherit distutils-r1 eutils linux-info multilib user
+
+DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
+HOMEPAGE="https://launchpad.net/nova;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/nova.git;
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/rocky/nova.conf.sample
 -> nova.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
+REQUIRED_USE="
+   !compute-only? ( || ( mysql postgres sqlite ) )
+   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
+
+CDEPEND="
+   >=dev-python/setuptools-21.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.2.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.0[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.1[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-34.3.2[${PYTHON_USEDEP}]
+   !~dev-python/setuptools-36.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   compute-only? (
+   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
+   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USED

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

2019-03-25 Thread Matthew Thode
commit: c29879697b5e46778067d8cc7b3f8f56647c720f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 20:34:58 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 21:24:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2987969

dev-python/python-heatclient: 1.16.2 bump

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

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

diff --git a/dev-python/python-heatclient/Manifest 
b/dev-python/python-heatclient/Manifest
index 3a7afff845e..f9b423dc71d 100644
--- a/dev-python/python-heatclient/Manifest
+++ b/dev-python/python-heatclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-heatclient-1.11.1.tar.gz 166963 BLAKE2B 
340c9f1ed054815176af8da9b3035d8e260730fdd389317190281314af7b3df60214dc780036b098a15485bf2cd5b02010eacaf474746a73d7d7ee94972c14da
 SHA512 
f4ffc4706a2630753c11423270ef18a344603ec6b1d5afc550fb8f3cfeca1bf4fbd0c32670318eded6b81a810fcdff68faf9039c6290c6a106bf8618502efe78
+DIST python-heatclient-1.16.2.tar.gz 173543 BLAKE2B 
f5b4016166bba804a2704b2cc3203438e7ebdae429f85b74e89ccc6d1b2db2de32d4acc6622138b211f5d8657876001b83977d55d56f0cd5906df99eb92a429e
 SHA512 
eb566e5c0270a0cdb8994194a757102febf88869a61bec65e345fd62f8ae9c0b3609bf27f758d37088d69d2227cbbe086960123feebfae7f543ba2bac2133b0e
 DIST python-heatclient-1.8.2.tar.gz 165073 BLAKE2B 
32f09850f2da3ae3235dd8a7f683529189db6a97712374bb2a387c87fe61a74b132d7b51c3fc77e0fffbfd6d8f2596ee097102f034d5fe029b8a08ceb0e31500
 SHA512 
38c27dff97c8bf9826e57c02fdd5edb4c0410ccc041b7b1f2e95aa16b22d46cfd9a8b728bbd371e1dee0664aa1f8e14b4eafc6bbaab92a038abbb821e3c8dd34

diff --git a/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild 
b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
new file mode 100644
index 000..089206d199f
--- /dev/null
+++ b/dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
@@ -0,0 +1,89 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="OpenStack Orchestration API Client Library"
+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="doc 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/coverage-4.0[${PYTHON_USEDEP}]
+   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/mox3-0.20.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+   doc? (
+   >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-httpdomain-1.3.0[${PYTHON_USEDEP}]
+   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
+   !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/prettytable-0.7.2[${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/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+
+python_prepare_all() {
+   sed -

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

2019-03-27 Thread Matthew Thode
commit: 32d3d80ad7ba6632623cf4e420debba627db90f6
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 27 14:50:28 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Mar 27 14:50:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d3d80a

net-misc/openvswitch: depend on util-linux[caps]

Fixes: https://bugs.gentoo.org/681852
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild | 143 ++
 1 file changed, 143 insertions(+)

diff --git a/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild 
b/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild
new file mode 100644
index 000..f74b7fd5ea7
--- /dev/null
+++ b/net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild
@@ -0,0 +1,143 @@
+# 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,3_5,3_6} )
+
+inherit autotools eutils linux-info linux-mod python-r1 systemd
+
+DESCRIPTION="Production quality, multilayer virtual switch"
+HOMEPAGE="https://www.openvswitch.org;
+SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug modules monitor +ssl"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ssl? ( dev-libs/openssl:0= )
+   ${PYTHON_DEPS}
+   ~dev-python/ovs-2.10.0[${PYTHON_USEDEP}]
+   || (
+   dev-python/twisted[conch,${PYTHON_USEDEP}]
+   dev-python/twisted-web[${PYTHON_USEDEP}]
+   )
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   debug? ( dev-lang/perl )"
+DEPEND="${RDEPEND}
+   sys-apps/util-linux[caps]
+   virtual/pkgconfig"
+
+PATCHES="${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch"
+
+CONFIG_CHECK="~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 
~TUN"
+MODULE_NAMES="openvswitch(net:${S}/datapath/linux)"
+BUILD_TARGETS="all"
+
+pkg_setup() {
+   if use modules ; then
+   CONFIG_CHECK+=" ~!OPENVSWITCH"
+   kernel_is ge 3 10 0 || die "Linux >= 3.10.0 and <= 4.8 required 
for userspace modules"
+   # docs state 4.17.x code states 4.15.x
+   kernel_is le 4 15 999 || die "Linux >= 3.10.0 and <= 4.12 
required for userspace modules"
+   linux-mod_pkg_setup
+   else
+   CONFIG_CHECK+=" ~OPENVSWITCH"
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   # Never build kernelmodules, doing this manually
+   sed -i \
+   -e '/^SUBDIRS/d' \
+   datapath/Makefile.in || die "sed failed"
+   eautoreconf
+   default
+}
+
+src_configure() {
+   set_arch_to_kernel
+   # monitor is statically enabled for bug 596206
+   # use monitor || export ovs_cv_python="no"
+   # pyside is staticly disabled
+   export ovs_cv_pyuic4="no"
+
+   local linux_config
+   use modules && linux_config="--with-linux=${KV_OUT_DIR}"
+
+   econf ${linux_config} \
+   --with-rundir=/var/run/openvswitch \
+   --with-logdir=/var/log/openvswitch \
+   --with-pkidir=/etc/ssl/openvswitch \
+   --with-dbdir=/var/lib/openvswitch \
+   $(use_enable ssl) \
+   $(use_enable !debug ndebug)
+}
+
+src_compile() {
+   default
+
+   use modules && linux-mod_src_compile
+}
+
+src_install() {
+   default
+
+   local SCRIPT
+   if use monitor; then
+   for SCRIPT in 
ovs-{pcap,parse-backtrace,dpctl-top,l3ping,tcpdump,tcpundump,test,vlan-test} 
bugtool/ovs-bugtool; do
+   sed -e '1s|^.*$|#!/usr/bin/python|' -i 
utilities/"${SCRIPT}"
+   python_foreach_impl python_doscript 
utilities/"${SCRIPT}"
+   done
+   rm -r "${ED%/}"/usr/share/openvswitch/python || die
+   fi
+
+   keepdir /var/{lib,log}/openvswitch
+   keepdir /etc/ssl/openvswitch
+   fperms 0750 /etc/ssl/openvswitch
+
+   rm -rf "${ED%/}"/var/run || die
+
+   newconfd "${FILESDIR}/ovsdb-server_conf2" ovsdb-server
+   newconfd "${FILESDIR}/ovs-vswitchd.confd-r2" ovs-vswitchd
+   newinitd "${FILESDIR}/ovsdb-server-r1" ovsdb-server
+   newinitd "${FILESDIR}/ovs-vswitchd-r1" ovs-vswitchd
+
+   systemd_newunit "${FILESDIR}/ovsdb-server-r3.service" 
ovsdb-server.service
+   systemd_newunit "${FILESDIR}/ovs-vswitchd-r3.service" 
ovs-vswitchd.service
+   systemd_newunit 
rhel/usr_lib_systemd_system_ovs-delete-tran

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

2019-03-26 Thread Matthew Thode
commit: 8fc0fab3dec317819e5e836c89ebe2bbe56227a9
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 26 15:53:38 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Mar 26 15:54:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc0fab3

sys-cluster/swift: 2.21.0 bump (stein)

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

 sys-cluster/swift/Manifest |   1 +
 sys-cluster/swift/swift-2.21.0.ebuild  | 122 +
 sys-cluster/swift/swift-2019.1..ebuild | 122 +
 3 files changed, 245 insertions(+)

diff --git a/sys-cluster/swift/Manifest b/sys-cluster/swift/Manifest
index 2be1cdab02e..869ffc2884d 100644
--- a/sys-cluster/swift/Manifest
+++ b/sys-cluster/swift/Manifest
@@ -1 +1,2 @@
 DIST swift-2.20.0.tar.gz 3012428 BLAKE2B 
48cfb52bce8d89836ede3d82cde197e282b55cec7fa9366c18102a2259a2c96553c573c92b884e6471a3ff5a5fc88ff3eeadbb200c691db3c6b20b6881132576
 SHA512 
15f1082a94f16684001b1d6eaa635500d41dd2ed0b65b87d8fc2363f96179cbc4d40a6faee10e966ad954e45035ed77c31dc265daa2c7c9d17a0e81890e6bc79
+DIST swift-2.21.0.tar.gz 3025042 BLAKE2B 
847b11fa61620cdd07acadd1d4fcc43c9fc53ecfc958e8cb617dde6b643bce116662df74b9b2a01df8551847c4577fedd25aab3951ce437cf5d046552e3b22e0
 SHA512 
ceb96401aa5d1ab36dc0a08455970f9c1704868d778970cad9783463bf8a25dddc7431df0aa73e4d2d7d4f6ef2908fa5faede749fe94e32d5f67e61768edd964

diff --git a/sys-cluster/swift/swift-2.21.0.ebuild 
b/sys-cluster/swift/swift-2.21.0.ebuild
new file mode 100644
index 000..d96686a8d7f
--- /dev/null
+++ b/sys-cluster/swift/swift-2.21.0.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
+HOMEPAGE="https://launchpad.net/swift;
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/openstack/swift.git;
+   EGIT_BRANCH="stable/stein"
+else
+   SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="proxy account container object +memcached"
+REQUIRED_USE="|| ( proxy account container object )"
+
+CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/dnspython-1.14.0:0[${PYTHON_USEDEP}]
+   >=dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]
+   >=dev-python/netifaces-0.5[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
+   !~dev-python/netifaces-0.10.1[${PYTHON_USEDEP}]
+   >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   dev-python/pyxattr[${PYTHON_USEDEP}]
+   >=dev-python/PyECLib-1.3.1[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
+   >=dev-python/ipaddress-1.0.16[${PYTHON_USEDEP}]
+   memcached? ( net-misc/memcached )
+   net-misc/rsync[xattr]"
+
+pkg_pretend() {
+   linux-info_pkg_setup
+   CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
+   ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR 
~EXT4_FS_XATTR
+   ~ZFS"
+   if linux_config_exists; then
+   for module in ${CONFIG_CHECK}; do
+   linux_chkconfig_present ${module} || ewarn "${module} 
needs to be enabled"
+   done
+   fi
+}
+
+pkg_setup() {
+   enewuser swift
+   enewgroup swift
+}
+
+src_prepare() {
+   sed -i 's/xattr/pyxattr/g' requirements.txt || die
+   sed -i '/^hacking/d' test-requirements.txt || die
+   distutils-r1_python_prepare_all
+}
+
+src_test () {
+   # https://bugs.launchpad.net/swift/+bug/1249727
+   find . \( -name test_wsgi.py -o -name test_locale.py -o -name 
test_utils.py \) -delete || die
+   SKIP_PIP_INSTALL=1 PBR_VERSION=0.6.0 sh .unittests || die
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   keepdir /etc/swift
+   insinto /etc/swift
+
+   newins "etc/swift.conf-sample" "swift.conf"
+   newins "etc/rsyncd.conf-sample" "rsyncd.conf"
+   newins "etc/mime.types-sample" "mime.types-sample"
+   newins "etc/memcache.conf-sample" "memcache.conf-sample"
+   newin

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

2019-03-26 Thread Matthew Thode
commit: d3f50f545abf1d908d807cf4478f73321a978123
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 26 15:39:09 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Mar 26 15:54:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f50f54

dev-libs/leatherman: 1.6.0 bump

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

 dev-libs/leatherman/Manifest|  1 +
 dev-libs/leatherman/leatherman-1.6.0.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/dev-libs/leatherman/Manifest b/dev-libs/leatherman/Manifest
index e1a5f5dbafc..976499231e9 100644
--- a/dev-libs/leatherman/Manifest
+++ b/dev-libs/leatherman/Manifest
@@ -1,2 +1,3 @@
 DIST leatherman-1.3.0.tar.gz 434229 BLAKE2B 
e0c19bca2378afc4928554ac0862543504ba725aadc6cffd78220f7f7f1b725cad960fc6d9fdd2d54a43c233b35959ebcb9c71d1191a5535703599fa32e3301e
 SHA512 
5e06be7add652f69b0d4a8d778e33dfb68183c4d598217cc6542d2431f7984f0af989c27bd69e89b77ab03d6dd2adab9d70f68cd87dae20d8e24ae05923fbe9b
 DIST leatherman-1.5.4.tar.gz 814395 BLAKE2B 
251cacad45e1571d54e7b78201bb0b3578d983022267bfd3438e921f93ba466995629759d9657c71938a5866fc13d1b70dabe2f3a43137ef52164f67da3a8aa5
 SHA512 
67a3a0a946024d0cee44ccb314d13abb3df83d7c7d0bfe58d5e966d57ef26240dc011a8e6865f017674a00043429379ae9e033a9197c4173c3fa173918d0b0f9
+DIST leatherman-1.6.0.tar.gz 814463 BLAKE2B 
1c990c261ded1fd32bb5b1912f84a4bef8ac3ccfae9172e0496f90283e1a2ac210bf9dc1c7e88bcb8776798674d93c1313359135051b4c7f023e1e3080104e2e
 SHA512 
d0d22b60db2c164183268d29fe1bc1ee9ed16797d38174849eaa74841f801869d038e5672664aae89517487811a70f689a345a2c87d3a2f0a04d55214e7f9eaa

diff --git a/dev-libs/leatherman/leatherman-1.6.0.ebuild 
b/dev-libs/leatherman/leatherman-1.6.0.ebuild
new file mode 100644
index 000..33542697140
--- /dev/null
+++ b/dev-libs/leatherman/leatherman-1.6.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib
+
+DESCRIPTION="A C++ toolkit"
+HOMEPAGE="https://github.com/puppetlabs/leatherman;
+SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+IUSE="debug static-libs test"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+SLOT="0/${PV}"
+
+RDEPEND="net-misc/curl"
+DEPEND=">=dev-libs/boost-1.54:=[nls]
+   net-misc/curl
+   >=sys-devel/gcc-4.8:*"
+
+PATCHES=( "${FILESDIR}"/portage-sandbox-test-fix.patch )
+
+src_prepare() {
+   sed -i 's/\-Werror\ //g' "cmake/cflags.cmake" || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DCMAKE_BUILD_TYPE=None
+   -DCMAKE_INSTALL_PREFIX=/usr
+   )
+   if ! use static-libs; then
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=ON
+   )
+   else
+   mycmakeargs+=(
+   -DLEATHERMAN_SHARED=OFF
+   )
+   fi
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   "${WORKDIR}/${P}"_build/bin/leatherman_test
+}
+
+src_install() {
+   cmake-utils_src_install
+}



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

2019-03-26 Thread Matthew Thode
commit: 75af28bcc0607df827f9e93427f6d12984f18083
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 26 15:44:50 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Mar 26 15:54:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75af28bc

net-analyzer/icinga2: 2.10.4 stable amd64/x86 with cleanup

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

 net-analyzer/icinga2/Manifest|   3 -
 net-analyzer/icinga2/icinga2-2.10.2.ebuild   | 172 ---
 net-analyzer/icinga2/icinga2-2.10.3.ebuild   | 172 ---
 net-analyzer/icinga2/icinga2-2.10.4.ebuild   |   2 +-
 net-analyzer/icinga2/icinga2-2.9.1-r2.ebuild | 172 ---
 net-analyzer/icinga2/icinga2-2.9.1.ebuild| 163 -
 6 files changed, 1 insertion(+), 683 deletions(-)

diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
index 777d630cff7..bfc1c879afa 100644
--- a/net-analyzer/icinga2/Manifest
+++ b/net-analyzer/icinga2/Manifest
@@ -1,5 +1,2 @@
-DIST icinga2-2.10.2.tar.gz 4408535 BLAKE2B 
f650826feee13695c42d7e6ced45e3009ac607d6af0bcb16c3f93f8099017a74de40e33deefaffb230a519f9dabf410c03745309d203ede71a4d7076ba8c9121
 SHA512 
2fb30673fbeef395a43eb7947c0c0217d7c0fc9c149bb244d16dae461dd5728a2540e88bcb351bac2ec5d58d6896f8a4789ced5647cdac8cecf0623fff12054b
-DIST icinga2-2.10.3.tar.gz 4421984 BLAKE2B 
130279f3fbe90e9cc311d98ca8ff879c3dca34b61e8e8b3f7db30b7cb116361decf2e8fcc44c34bab863ef654a345f7cafc14c0179ec83dc3a2fe84ef103575e
 SHA512 
c3b4b6e66889e30ed5c73b3adf55bec9c547f4f3a81a5511b981d8e6d4b1e370bc71263b3249b625769cea1d13de5aa62f3c039ac5315013c13bc02009e70967
 DIST icinga2-2.10.4.tar.gz 5129248 BLAKE2B 
420330cfdbecce98e9b825527c38d4606c0f3e3a74c6798b7012dae2c4ebc583317e60a91c7966d68de17359b6af676f5accd71d0fece505a17a3ca92f00e05e
 SHA512 
7277dd315541341ee68f2e83035210c233d6556d36c26d3211b85e2d43759627c73e881edac8e5e1d266c6b1eef19c5e1eeb8e5a77a237e688039ba88a58438c
 DIST icinga2-2.8.4.tar.gz 2510333 BLAKE2B 
f551a5eadc93d8455612af40e34a0922bc75f41b8064f9989c8f0c28dc2c3fb18963cf9b3272efa29f03973e7cf5824762bebff1bfa1a23c4ba39c93fc29c8e5
 SHA512 
b2cb5989962ac65da927cbdbac1b3345c913321d507b5113f32dd90bf969b2513478e68d52b9cd4cf255057d74428f9e42067288b7ddc59ad060ca7b84f4f114
-DIST icinga2-2.9.1.tar.gz 2193190 BLAKE2B 
29be491c4b43e218ef8aaa2128822040ccb0989e91d83f033cf7873216e4307cdbc8ee9052d79fd0c396efeb68759acc97938e3ee596e0820e3f6c8f73bc
 SHA512 
1d69a24f85249386e30ff1625cf522ba58e5f2ab641dbe950bf1764324a6c7516d1532942954e842002566823b0f30383747d5ec8b7bd36705aa5f0ccfa29533

diff --git a/net-analyzer/icinga2/icinga2-2.10.2.ebuild 
b/net-analyzer/icinga2/icinga2-2.10.2.ebuild
deleted file mode 100644
index e19f3c3869b..000
--- a/net-analyzer/icinga2/icinga2-2.10.2.ebuild
+++ /dev/null
@@ -1,172 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-if [[ ${PV} !=  ]]; then
-   inherit cmake-utils depend.apache eutils systemd toolchain-funcs user 
wxwidgets
-   SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-else
-   inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs 
user wxwidgets
-   EGIT_REPO_URI="https://github.com/Icinga/icinga2.git;
-   EGIT_BRANCH="master"
-   KEYWORDS=""
-fi
-
-DESCRIPTION="Distributed, general purpose, network monitoring engine"
-HOMEPAGE="http://icinga.org/icinga2;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="classicui console libressl lto mail mariadb minimal +mysql nano-syntax 
+plugins postgres systemd +vim-syntax"
-WX_GTK_VER="3.0"
-
-CDEPEND="
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:0= )
-   >=dev-libs/boost-1.58-r1
-   console? ( dev-libs/libedit )
-   mariadb? ( dev-db/mariadb-connector-c:= )
-   mysql? ( dev-db/mysql-connector-c:= )
-   postgres? ( dev-db/postgresql:= )
-   dev-libs/yajl"
-
-DEPEND="
-   ${CDEPEND}
-   sys-devel/bison
-   >=sys-devel/flex-2.5.35"
-
-RDEPEND="
-   ${CDEPEND}
-   plugins? ( || (
-   net-analyzer/monitoring-plugins
-   net-analyzer/nagios-plugins
-   ) )
-   mail? ( virtual/mailx )
-   classicui? ( net-analyzer/icinga[web] )"
-
-REQUIRED_USE="!minimal? ( || ( mariadb mysql postgres ) )"
-
-want_apache2
-
-pkg_setup() {
-   depend.apache_pkg_setup
-   enewgroup icinga
-   enewgroup icingacmd
-   enewgroup nagios  # for plugins
-   enewuser icinga -1 -1 /var/lib/icinga2 "icinga,icingacmd,nagios"
-}
-
-src_configure() {
-   sed -i 's/FLAG

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

2019-03-26 Thread Matthew Thode
commit: c4633a6030af295d5dbab0b7039f6be173580976
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 26 15:48:29 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Mar 26 15:54:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4633a60

app-admin/puppet: 5.5.12 bump

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

 app-admin/puppet/Manifest |   1 +
 app-admin/puppet/puppet-5.5.12.ebuild | 144 ++
 2 files changed, 145 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index bab0859f6f7..2136f2932d8 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,4 +1,5 @@
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.10.tar.gz 3064457 BLAKE2B 
04cac9cebc03343b8c6fcf762f681f63bce4ebe27b6e7e727d06b14f0013a6c4b0ed7ff793e01b170931a881a921b4a2f107a5e37d1ac9394046f8611a7adaaf
 SHA512 
70a5684289fc576853bf908adff44c1b1ce4b37d71236e7d7a8d140fa0e3cdd46a4b570cc7e493a3f47641f6be0c3b736ab04a178c30cce4244abe686378bf4b
+DIST puppet-5.5.12.tar.gz 3073481 BLAKE2B 
8044af48e7d86e754f767b42199814ff9b2dcda04f1e13920cea332ae79b23997cc1a17fe761bb5216d174bc5d77c244a9eba7752c004bf1558a648c334f698a
 SHA512 
33d844d671710adae1dbe184981143883bf4f3ac1516f8aedd1cd8d30157bc947a3a66df30c10a2357a8cb42dafe02a80a24007312b2107c68350ed0871a3249
 DIST puppet-6.2.0.tar.gz 2821615 BLAKE2B 
88b8ec856cfc6dacba5dfe44da7abce56a351f514057d3c916ecb5f4188703713cf7981984c2a59cb8073da93eab91a815dc2f52ee4f621c9a412897e9387d5e
 SHA512 
91540169d3c9c1715e78b416961f4f3957a01b0908c3b675fa75226361fb8161730ca47ed98a2e958d8841fd50086c75489c5ee53b41f933392f399d502bad9b
 DIST puppet-6.3.0.tar.gz 2831909 BLAKE2B 
ccf6353c0fc1fcdd4ac06e79bd8d91980162b8f1b2012fc2bfc1cdea3d2d6b22bf55216cea9b94a4024273ca9f76eedcc92a861de9db348408a361596033b51c
 SHA512 
1d30706049fe378facddb923a9ecb521d37faa84740251602ac340ea1299c247252fbdaca17f1ea450ff716ab26ac4e9524f1137080318e6d9237a9e2699f6b8

diff --git a/app-admin/puppet/puppet-5.5.12.ebuild 
b/app-admin/puppet/puppet-5.5.12.ebuild
new file mode 100644
index 000..7f380bcc3fa
--- /dev/null
+++ b/app-admin/puppet/puppet-5.5.12.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem eapi7-ver
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # can't be run within portage.
+   epatch "${FILESDIR}/puppet-fix-tests-4.7.0.patch"
+
+   # fix systemd path
+   epatch "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.

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

2019-03-26 Thread Matthew Thode
commit: 2cc33eb7c6ccefa6b6b8f7d2d3d32e4e262dcfd4
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 26 15:41:40 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Mar 26 15:54:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc33eb7

sys-cluster/cinder: 13.0.4 bump

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

 sys-cluster/cinder/Manifest |   2 +
 sys-cluster/cinder/cinder-13.0.4.ebuild | 213 
 2 files changed, 215 insertions(+)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index f71c070f0d6..63eef64ac54 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,3 +1,5 @@
 DIST cinder-13.0.3.tar.gz 5464871 BLAKE2B 
3d2beebe7503d673ebc8a3f6b07da2a6799d276578823cb1abb518894f88cf97ec051337016b177ddc45614d70b9a5350a49c144011b0d1e41beaf901b4a73da
 SHA512 
2e358f7f0220aa6b6b88dedc8c942abcf5c54c53a690d18d84bee6d63b4f28b75c463f1d37a5e24925431e441f26066dbb0b4d33750429efbe7663d0e69de3a4
+DIST cinder-13.0.4.tar.gz 5466572 BLAKE2B 
de5511f74faa9a096fa1183a78e65b0950fa95cc9e746ac750ecfd6ce840bda7f4f9899b2af4bcacb4cef6e8f5bb94bf706263df5055ed973ecc43ea1834ef68
 SHA512 
a492580718cb2cdd47bf1dc74d95ef9b3a6afdf50351e20e840c6a9805aed434e520be30c4126ba26216011b16e16007bc6e8816bb8aa7aea1e20d7cc2d622dd
 DIST cinder.conf.sample-13.0.3 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
+DIST cinder.conf.sample-13.0.4 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
 DIST cinder.conf.sample-2018.2. 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15

diff --git a/sys-cluster/cinder/cinder-13.0.4.ebuild 
b/sys-cluster/cinder/cinder-13.0.4.ebuild
new file mode 100644
index 000..f3ef098f76e
--- /dev/null
+++ b/sys-cluster/cinder/cinder-13.0.4.ebuild
@@ -0,0 +1,213 @@
+# 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} )
+
+inherit distutils-r1 eutils linux-info user
+
+DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
+HOMEPAGE="https://launchpad.net/cinder;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/rocky/cinder.conf.sample
 -> cinder.conf.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/cinder.git;
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/rocky/cinder.conf.sample
 -> cinder.conf.sample-${PV}
+   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
+REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+   app-admin/sudo"
+
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
+   dev-python/enum34[$(python_gen_usedep 'python2_7')]
+   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
+   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
+   >=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
+   =dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
+   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oauth2client-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]

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

2019-03-26 Thread Matthew Thode
commit: 6bbfcf581b4aa2558d4c5bd69e460cd6d07c7ccc
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 26 15:42:52 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Mar 26 15:54:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbfcf58

dev-ruby/facter: 3.13.1 bump

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

 dev-ruby/facter/Manifest |   1 +
 dev-ruby/facter/facter-3.13.1.ebuild | 111 +++
 2 files changed, 112 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 410770c1145..d4ecfa010c9 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -2,4 +2,5 @@ DIST facter-3.12.2.tar.gz 391789 BLAKE2B 
a4476dd37629aa770d66c2597d29a2bf46ae67d
 DIST facter-3.12.3.tar.gz 391836 BLAKE2B 
60ec23ab9df0d6ca069608c897949be8aaf719b2ab1b71455871a9364b7d0111ec78753cdb45d082041d2b028bac8e468a415a2bd9a15fe51dc69ec9738dc723
 SHA512 
d1568ca606b07c67f2e293b020dc5c2d399d5080857e47d3c748a7d104f75231d59dc95d54e5504b24f951ce540d1223102ee1b882e4495633ed89324ccc1c7b
 DIST facter-3.12.4.tar.gz 392011 BLAKE2B 
5e3d7ce65eb6c35cddba70b2b397cdc9c591a6c420a58a04ecddabdc537f0f799c510d14bba436aadbdce9c9932a28b6b36b893526a7727c8017c79827a97b9a
 SHA512 
952bf1ac4c67bfb5170d31bca471c317211523804a14bd39f34b4fd0730586b3764499200b5c816d4b6bd0338482ea8bd83cedc5fe670db38ea6ec144b6e2e94
 DIST facter-3.13.0.tar.gz 391833 BLAKE2B 
8fabb2ebb438975564a770657866c6ac8ac77394c4e3cdb635eae78a744a097ef5eabb4307092cd2b9cf12b4db70623b18b3ca1e2c9e1a248825a2bf53b76565
 SHA512 
f3c39239d7b0708bd98a3e5de5d5623406edf5e60b6321de1d4ec7c8cf903f3ec777640b9301979f2316e90e97e2aa0a80dc71975239dc715aaba61ec7cc37de
+DIST facter-3.13.1.tar.gz 392008 BLAKE2B 
c08eccbad8210aa8f75563566b84d8a179fc90dc74829c8a325a0c20d96189870cc4f59eb46d12603a1e3fd12650eebceba39a6553a54dcb0138c37c5d94395d
 SHA512 
22d65d3c7eeedc674b99dcba1503bcecdc268abda0f25e6e209f1c3560dc8077b13fc5a6bbb8de1b45f2b7f5d1f2dfec8aa4fe20461a1b1d6a1a65674f570e56
 DIST facter-3.9.2.tar.gz 380883 BLAKE2B 
d2804664e0499715230e5696c5a9ebae933f5b43dfb37154251d47763c2c7f78cfa8d1413dd836e5a0c76ed67300d066fa5bb390f17f85cd4cb7a444eaf0d133
 SHA512 
bc040826311bbff40f5a151ade315d9d47ef1e0f3faa570805e48ca55405265e66308230118b9cd59f701ecd76a7b0fd4d9200dd4ace838521223a162b105374

diff --git a/dev-ruby/facter/facter-3.13.1.ebuild 
b/dev-ruby/facter/facter-3.13.1.ebuild
new file mode 100644
index 000..c6ee584a2af
--- /dev/null
+++ b/dev-ruby/facter/facter-3.13.1.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# git-r3 goes after ruby-ng so that it overrides src_unpack properly
+inherit cmake-utils eutils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/puppetlabs/facter.git;
+   EGIT_BRANCH="master"
+else
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   dev-cpp/cpp-hocon"
+COMMON_DEPEND="
+   >=dev-libs/leatherman-1.0.0:=
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   >=dev-libs/boost-1.54:=[nls]
+   >=dev-cpp/yaml-cpp-0.5.1
+   ! 10.1.0/>= 10/' \
+   -e '/rspec/ s/2.11.0/2.11/' \
+   -e '/mocha/ s/0.10.5/0.14.0/' lib/Gemfile || die
+   # patches
+   default
+   cmake-utils_src_prepare
+}
+
+each_ruby_configure() {
+   # hack for correct calculation of relative path from facter.rb to
+   # libfacter.so
+   my_ruby_sitelibdir=$(ruby_rbconfig_value 'sitelibdir')
+}
+
+src_configure() {
+   ruby-ng_src_configure
+
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
+   -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)"
+   )
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   addpredict /proc/self/oom_score_adj
+   cmake-utils_src_compile
+}
+
+src_test() {
+   cmake-utils_src_test
+}
+
+each_ruby_install() {
+   doruby "${BUILD_DIR}"/lib/facter.rb
+}
+
+src_install() {
+   cmake-utils_src_install
+   ruby-ng_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-director/

2019-03-24 Thread Matthew Thode
commit: e0ffebb995d3f31a94ccb77f883a6ee65d5c73db
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 18:36:36 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sun Mar 24 18:36:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ffebb9

www-apps/icingaweb2-module-director: 1.6.2 bump

Fixes: https://bugs.gentoo.org/681600
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 www-apps/icingaweb2-module-director/Manifest| 1 +
 ...director-.ebuild => icingaweb2-module-director-1.6.2.ebuild} | 6 --
 .../icingaweb2-module-director-.ebuild  | 6 --
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/www-apps/icingaweb2-module-director/Manifest 
b/www-apps/icingaweb2-module-director/Manifest
index 66f951255bd..3a2fe02d4c8 100644
--- a/www-apps/icingaweb2-module-director/Manifest
+++ b/www-apps/icingaweb2-module-director/Manifest
@@ -1,2 +1,3 @@
 DIST icingaweb2-module-director-1.1.0.tar.gz 1287302 BLAKE2B 
f056a59fc05b7024e2c1fd16830010a4d73d038d2995350449e36a0899729292ae5ca60f70aff6c8c403a7861f7afe9e0b5fdebcb5a8c81aeb30f28fe80eee46
 SHA512 
a1253c1c803f05b238e12d86e7a367c56e10998293f99beb645ba3ca4d7165407a34dd4f53ef84ee1338464013201adb4fcee09cf3ca78d8850513c366a7a038
 DIST icingaweb2-module-director-1.4.3.tar.gz 2561910 BLAKE2B 
3f33aac474f557a24c162fb22987be85984f35eff2b01bed3bdff4b486d2aea633beeb7b4821e8ee430d98898213e1f3ee99b103121371cc10611a4130eb0dd9
 SHA512 
2802de2f1d8ebac04be39cb2c3478ad1b6dac2ebdbcb39165d0316f684321eb4f0f3b2d851201641540a2b6f2fd714c8d78aea98b43259e413c14e2aa7b8f57c
+DIST icingaweb2-module-director-1.6.2.tar.gz 2772722 BLAKE2B 
3d51f68469cd4ddf45f6bc62f76ad1f4c8d7d7bec36cc33022f1e0761334707bb345c87bc9f0e1276010e4a643867f1e1a6ea7c53a6fa28dd33e810089b7840b
 SHA512 
693a2aca10e25f99fcf9ada4babb031d682b577b82098185259991214ac7d7662c494b58cf52284569dbca90c8eafa522177b6c64dd817912dafd20b4d7109cb

diff --git 
a/www-apps/icingaweb2-module-director/icingaweb2-module-director-.ebuild 
b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild
similarity index 86%
copy from 
www-apps/icingaweb2-module-director/icingaweb2-module-director-.ebuild
copy to 
www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild
index bb2346eec3e..eab3c4caccb 100644
--- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-.ebuild
+++ 
b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,9 @@ DEPEND=">=net-analyzer/icinga2-2.4.3
>=www-apps/icingaweb2-2.2.0
|| (
dev-lang/php:5.6[curl]
-   dev-lang/php:7.0[curl]
+   dev-lang/php:7.1[curl]
+   dev-lang/php:7.2[curl]
+   dev-lang/php:7.3[curl]
)"
 RDEPEND="${DEPEND}"
 

diff --git 
a/www-apps/icingaweb2-module-director/icingaweb2-module-director-.ebuild 
b/www-apps/icingaweb2-module-director/icingaweb2-module-director-.ebuild
index bb2346eec3e..eab3c4caccb 100644
--- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-.ebuild
+++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,9 @@ DEPEND=">=net-analyzer/icinga2-2.4.3
>=www-apps/icingaweb2-2.2.0
|| (
dev-lang/php:5.6[curl]
-   dev-lang/php:7.0[curl]
+   dev-lang/php:7.1[curl]
+   dev-lang/php:7.2[curl]
+   dev-lang/php:7.3[curl]
)"
 RDEPEND="${DEPEND}"
 



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

2019-03-24 Thread Matthew Thode
commit: 1c074f94f36ecec0131197b10b736c9ce4a6b5bb
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:04:38 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c074f94

dev-python/os-testr: cleanup

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

 dev-python/os-testr/Manifest  |  1 -
 dev-python/os-testr/os-testr-0.8.0.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/os-testr/Manifest b/dev-python/os-testr/Manifest
index 00cdb773c2a..f1580f3fdad 100644
--- a/dev-python/os-testr/Manifest
+++ b/dev-python/os-testr/Manifest
@@ -1,2 +1 @@
-DIST os-testr-0.8.0.tar.gz 42102 BLAKE2B 
030ee587bc6465e414f09d177abd4f75d869da7e8339e1b396da31165212cec221d156b4cb095b1466b19f8baf2dc01087559b1d6b73fbfbfd41dced3df033c1
 SHA512 
62b5fbb859c1a3b44bc0d57cf4b2cd0a5e6eeff540f5507efd079a73e0f9ee70813e47537b456f1bc600c87da55d05fd23aee0c215b8558cc0b5e71a55950af4
 DIST os-testr-1.0.0.tar.gz 43382 BLAKE2B 
c5a9b22700ce40acff8ceeb796d9fa0b840038cd285d80630b16c3399e8c188d87dc54de653d06a2c0918185e9ffd4695747f59d4d42eb158f9ea18bc361963d
 SHA512 
2189abc76840d935d63635874ebdae7c325b392bc24a52e07e1046b47a17be6fd97ba17dc5593ae7a1e2bff9c5b0dbbfd8ade8a2382dce2223ee4047b3483cec

diff --git a/dev-python/os-testr/os-testr-0.8.0.ebuild 
b/dev-python/os-testr/os-testr-0.8.0.ebuild
deleted file mode 100644
index 2d40ad42d51..000
--- a/dev-python/os-testr/os-testr-0.8.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
-HOMEPAGE="https://pypi.org/project/os-testr/ 
https://github.com/openstack/os-testr;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]"
-DEPEND="
-   ${CDEPEND}
-   test? ( ${RDEPEND}
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-sphinx-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.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-cluster/cinder/

2019-03-24 Thread Matthew Thode
commit: 9f807ca5f60f77c42f0843840406e2f061dfe053
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:47:44 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f807ca5

sys-cluster/cinder: remove pike/queens

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

 sys-cluster/cinder/Manifest  |   5 -
 sys-cluster/cinder/cinder-11.1.1.ebuild  | 209 --
 sys-cluster/cinder/cinder-11.2.0.ebuild  | 209 --
 sys-cluster/cinder/cinder-12.0.5.ebuild  | 217 ---
 sys-cluster/cinder/cinder-2017.2..ebuild | 210 --
 sys-cluster/cinder/cinder-2018.1..ebuild | 217 ---
 6 files changed, 1067 deletions(-)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 2a8309921ad..f71c070f0d6 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,8 +1,3 @@
-DIST cinder-11.1.1.tar.gz 5808526 BLAKE2B 
1b773e45673c35faff1a327d73608949e088f3635adb6dd6c7e779e708dd8f2270b85086378d48042b86e60ad7ca94754d56c1d0193f1d715112a03cf3163c77
 SHA512 
10ecf0068c57077a24bb0445a0901e07e7ad211cd7fac67ed016b770b477e9ba0e9954de70f165aae69e079f6b2e9416d8292ec701db4c97b987c7dac8f69a43
-DIST cinder-11.2.0.tar.gz 5832600 BLAKE2B 
3d06bef947ffd8b38bb178de79f592b678793bb53ccec23d2b46132d78180d58aa11ea760c9ad5d3923d32452c700aeb6e097d84261e86bdce79d34bff1c2402
 SHA512 
4ef77c0d0423286d1ce2aa1174b65b17999819f719f061811c24f277e41b8463bf4971982c4d9f5e085aac75fcd964353ae26bcf7b395023a0aa37e96414
-DIST cinder-12.0.5.tar.gz 5358388 BLAKE2B 
7ee078eb4cc4c4b16053453f1f3e5bd37c29766f80bedd1b3fe6e9d44387c8215d0fed1f79d92576254bf51b567227193a7175db7d06ef35d7f3fff5d82dd4da
 SHA512 
80788d2b10a4a0bf83e61db8e58f54dd8bbcd9fa06cd4025d37809f310bc7ed148ea9c180f4e6f02cf06f8b388384cbb9cb8a8f29a327acfe8188503550a7097
 DIST cinder-13.0.3.tar.gz 5464871 BLAKE2B 
3d2beebe7503d673ebc8a3f6b07da2a6799d276578823cb1abb518894f88cf97ec051337016b177ddc45614d70b9a5350a49c144011b0d1e41beaf901b4a73da
 SHA512 
2e358f7f0220aa6b6b88dedc8c942abcf5c54c53a690d18d84bee6d63b4f28b75c463f1d37a5e24925431e441f26066dbb0b4d33750429efbe7663d0e69de3a4
 DIST cinder.conf.sample-13.0.3 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
 DIST cinder.conf.sample-2018.2. 185527 BLAKE2B 
c53c017c5cacf2fb604840e14adf3b1db36bf8dd2c79d29f1c6b35da843640f97efcfd97d6f68a40a2f928ce864a3e221d7138d7cac977c0d544817e2826ebb2
 SHA512 
1dc850bebd66d90e2950795337a78ea8aea69ead0aeb3e5b7f97c7b12f33a3afc483f3bde2942a34539fbc048fa5b589b3c7d2df53314180f64094569bb81b15
-DIST pike-cinder.conf.sample 185310 BLAKE2B 
6f6a626537098107d63cd33ef6f8cc63dd5064711fcab3b6a7ebd0bb4170d3cc18e1cc414491859c63ca02d39602f496068823975f1cd5de731402696ade0868
 SHA512 
12c44b7a31888fbf4c70e037a2f5d0b778018e10bd0fc1cb97391bbe2fc6f97bbe4bec0d1504513ee0235ce50decda6883fe64a7d8fd5e329d8ad73e6bb74654
-DIST queens-cinder.conf.sample 179467 BLAKE2B 
00c229a6d9882740460c633db69bf3f5ff3d77a2a8e78f38528f1b5e6e03c2371141ba219c24b8dc82e51c20a5e784af142c1a0192791ff356e5841a9991d713
 SHA512 
346f9ad4ddcfed26dd3b9b34e65c2edaf08a7d649d4af5bd3a5ebf1047c78d6cdc4e4712666e022f56acd3b2a0b323850b40cc4d0008f2c140507342a00b2908

diff --git a/sys-cluster/cinder/cinder-11.1.1.ebuild 
b/sys-cluster/cinder/cinder-11.1.1.ebuild
deleted file mode 100644
index b0f15626d2d..000
--- a/sys-cluster/cinder/cinder-11.1.1.ebuild
+++ /dev/null
@@ -1,209 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
-HOMEPAGE="https://launchpad.net/cinder;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/pike/cinder.conf.sample
 -> pike-cinder.conf.sample
-https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
-REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~d

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

2019-03-24 Thread Matthew Thode
commit: 7da3cf07037b3da0e857fc1ef8c4431c173a4997
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:59:37 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da3cf07

dev-python/oslo-context: remove pike/queens

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

 dev-python/oslo-context/Manifest   |  1 -
 dev-python/oslo-context/oslo-context-2.20.0.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/oslo-context/Manifest b/dev-python/oslo-context/Manifest
index ce3c2b4f4cd..ce96eb325c2 100644
--- a/dev-python/oslo-context/Manifest
+++ b/dev-python/oslo-context/Manifest
@@ -1,2 +1 @@
-DIST oslo.context-2.20.0.tar.gz 28203 BLAKE2B 
cbb3cb6f30b1b16011caa6fdec36c19aae571125b88f642bfc52c5a8a63a2b17eb308628d9a5f19b8a0c3bd28fb0db54e5485abd10c90c9495de05263ac25709
 SHA512 
ce7bd92c7e22e02e91bdc86e9b697f746233a41081b4f3ebb9fe30fec8000c69f732f55de0d333b349b8e01e638ddc835fd3cf0d8f7a11aa3454466a1e87ad08
 DIST oslo.context-2.21.0.tar.gz 27605 BLAKE2B 
fa2be8819c3b5c46e12eacae12c665e8168c4d8ac88fe7e8b8c3454093ea14d1a5980d1ecc377eb7294d913e117cf5188571be3bf678f270712e09c5230f2f7e
 SHA512 
af25aebd306d0a3d60032778e6e3ca10b976e758c10e5d02302ebfef6a6183c8f9a102e9b4c2c8400914d71976dff284654bbcec63c15192dcfd2605928596eb

diff --git a/dev-python/oslo-context/oslo-context-2.20.0.ebuild 
b/dev-python/oslo-context/oslo-context-2.20.0.ebuild
deleted file mode 100644
index 5e4b1fba433..000
--- a/dev-python/oslo-context/oslo-context-2.20.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Helpers to maintain useful information about a request context"
-HOMEPAGE="https://pypi.org/project/oslo.context/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz"
-
-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/oslotest-1.10.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/debtcollector-1.2.0[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/oslo.context-${PV}"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-# This time half the doc files are missing; Do you want them?
-python_test() {
-   nosetests tests/ || die "test failed under ${EPYTHON}"
-}



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

2019-03-24 Thread Matthew Thode
commit: af75431f7b2ee6adacd147a0829faeeb43fa83a2
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:06:09 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af75431f

dev-python/os-win: cleanup

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

 dev-python/os-win/Manifest|  1 -
 dev-python/os-win/os-win-2.2.0.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/os-win/Manifest b/dev-python/os-win/Manifest
index dfa21848fd7..736bbdbba5c 100644
--- a/dev-python/os-win/Manifest
+++ b/dev-python/os-win/Manifest
@@ -1,2 +1 @@
-DIST os-win-2.2.0.tar.gz 192662 BLAKE2B 
4da623f2f3fff0466156468a09477d29cda391275935dc56be06eaf7562cb153d7d00771206385b3cfada2fe86679e1a80e52e32f539a5c4e62bf9aa10967079
 SHA512 
02bb9b7ddaa7b3807ce66ce32242fe9938f28bde6880cf9ed461072e764e41a34a1238ccdc8b67ebc95a07ac003bb0771b8943602582ede6c8a41440f865060b
 DIST os-win-3.0.1.tar.gz 202691 BLAKE2B 
934f90970ccdb7890379ca6f3545936db65f104414c4de51dd8956345b4e5330a3d6db286b6fc2cbc9f218528751fea56b7836d81cb9da1f271737817b220101
 SHA512 
619b893f4595fda57c2d339b10bf4a7de48c711829f1e2407f981c943b76999d1ee84c15a5b91b03fcd946f16754501cede2081c5ce0ae3ffea0e6f4faaaf23e

diff --git a/dev-python/os-win/os-win-2.2.0.ebuild 
b/dev-python/os-win/os-win-2.2.0.ebuild
deleted file mode 100644
index 8906f8520a4..000
--- a/dev-python/os-win/os-win-2.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Windows / Hyper-V library for OpenStack projects."
-HOMEPAGE="https://github.com/openstack/os-win;
-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}]
-   !~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/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.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: dev-python/os-vif/

2019-03-24 Thread Matthew Thode
commit: a5c4cebbc8243cc7e1c91c459bf7a42b360b0730
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:05:39 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c4cebb

dev-python/os-vif: cleanup

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

 dev-python/os-vif/Manifest|  1 -
 dev-python/os-vif/os-vif-1.7.0.ebuild | 43 ---
 2 files changed, 44 deletions(-)

diff --git a/dev-python/os-vif/Manifest b/dev-python/os-vif/Manifest
index 62bcd1c531a..6b568b1dbdf 100644
--- a/dev-python/os-vif/Manifest
+++ b/dev-python/os-vif/Manifest
@@ -1,2 +1 @@
-DIST os_vif-1.7.0.tar.gz 55976 BLAKE2B 
8adb4043f872a76c1120774bd0453f162aa1a3877b8495b1ea32d7f2ca03ae7401885ca190b5f35bb11e7559f08a9a24ee6cee41c6603c7bbd2a987e974106a7
 SHA512 
815f7ba169ef4c1235ad70f31ec065179fa021701c69304385c1a95a1125db9afc1be9e6ceddfca44fe6ea1866dfdb303f7ded2914a3757b095118e41bfdd19e
 DIST os_vif-1.9.1.tar.gz 63535 BLAKE2B 
b4c017b129c2540794f85292341a165761d00439d24727fe2f421c96a7e5d6e79e8572a217064e01e62bb137f136fcfd1d51ff089c48026de82d91a8b9a22386
 SHA512 
d7aeec1bd277a91a1f4fbda69e5408f5648ad49ffac17d1ca54148ec30c31bd64639151988355395166747df91cd89cbed1863a2668a5bce89a10d2aea55c288

diff --git a/dev-python/os-vif/os-vif-1.7.0.ebuild 
b/dev-python/os-vif/os-vif-1.7.0.ebuild
deleted file mode 100644
index 4775e0d9203..000
--- a/dev-python/os-vif/os-vif-1.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenStack Cinder brick library for managing local volume attaches"
-HOMEPAGE="https://github.com/openstack/os-vif;
-SRC_URI="mirror://pypi/${PN:0:1}/os_vif/os_vif-${PV}.tar.gz"
-S="${WORKDIR}/os_vif-${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/netaddr-0.7.13[${PYTHON_USEDEP}]
-   !~dev-python/netaddr-0.7.16[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-privsep-1.9.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-privsep-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-versionedobjects-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   sed -i '/^pbr/d' requirements.txt || die  # pbr should be uncapped in 
stable/ocata
-   distutils-r1_python_prepare_all
-}



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

2019-03-24 Thread Matthew Thode
commit: c6af79ce25cde237c25f86de1395a598b211d2bc
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:55:40 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6af79ce

dev-python/oslo-utils: remove pike/queens

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

 dev-python/oslo-utils/Manifest |  1 -
 dev-python/oslo-utils/oslo-utils-3.35.1.ebuild | 95 --
 2 files changed, 96 deletions(-)

diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest
index 31eabc4f4c8..6c230787265 100644
--- a/dev-python/oslo-utils/Manifest
+++ b/dev-python/oslo-utils/Manifest
@@ -1,2 +1 @@
-DIST oslo-utils-3.35.1.tar.gz 85615 BLAKE2B 
c2eea32d6844c59425a6e8783c1285dc47f2863401e6739bd7418c23ad1446613f41cbcd2e2d85d260ff8adddb681d9f1b5547ac521c2d9b5e2050324457bf97
 SHA512 
069fd262cfab3f5756b1135552c19c886fdbf72885f12b2ae84c67af1f50306ccc2c5331b1774fc49fb764107ad1c3e94305cd6fb6a25888ee8fa446facd2cbc
 DIST oslo-utils-3.36.4.tar.gz 87872 BLAKE2B 
15f4fe90e5335cdf146ec582a506f2ab2bcae9989feca24caec7c12a4136767e93acb117345ce62013cde64938994eeb0c0809665cd155d5e0aaae7dc6aad879
 SHA512 
d5a81b68cc00c25eeb2e6d39b8fd4a47cb958c32e50471845b14a06cb5f420ac58986106893a27364adba968adc19f864624d69bae316202bdaf2c156458eac1

diff --git a/dev-python/oslo-utils/oslo-utils-3.35.1.ebuild 
b/dev-python/oslo-utils/oslo-utils-3.35.1.ebuild
deleted file mode 100644
index 1c2d39f41d7..000
--- a/dev-python/oslo-utils/oslo-utils-3.35.1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo Utility library"
-HOMEPAGE="https://launchpad.net/oslo;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="doc 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/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   )
-   doc? (
-   >=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/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   virtual/python-funcsigs[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2013.6[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-# Note: Tests fail due to requiring installation
-#
-# Installation appears to fail due to the use of namespace packages but root
-# cause was never truly established.
-#
-# Tests fail with:
-# ImportError: No module named 'oslo.utils
-
-#RESTRICT="test"
-
-python_test() {
-   distutils_install_for_testing
-
-   cd "${TEST_DIR}"/lib || die
-
-   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPTYHON}"
-
-   testr init || die "testr init failed under ${EPYTHON}"
-   testr run || die "testr run failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2019-03-24 Thread Matthew Thode
commit: 123229a3a74b98e780ef64a8cbbec1820dd23f82
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:59:07 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123229a3

dev-python/oslo-db: remove pike/queens

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

 dev-python/oslo-db/Manifest  |  1 -
 dev-python/oslo-db/oslo-db-4.33.1.ebuild | 62 
 2 files changed, 63 deletions(-)

diff --git a/dev-python/oslo-db/Manifest b/dev-python/oslo-db/Manifest
index b040ec0ea91..860c0912726 100644
--- a/dev-python/oslo-db/Manifest
+++ b/dev-python/oslo-db/Manifest
@@ -1,2 +1 @@
-DIST oslo.db-4.33.1.tar.gz 169088 BLAKE2B 
e386d8c71669569256d88e2ad654e017dfae5cfc0635fa7c7f9e41a11d7114f6f7d0e826a6855113f8e672d5e57ed8b645e8c6d3a54c30aa78d45e53894fe8bf
 SHA512 
b627bef035c13aa32afded20ff1e5198bc94d5ce96384c7eff44992d7f5c7178bb5e9ae398c53a04be6f280f433c688ae28fa72d6c617fc7c9299bd7c6a02eff
 DIST oslo.db-4.40.0.tar.gz 171545 BLAKE2B 
34172325f99938595b36cbbabea421f8e51f8c5916a908ade56a2cd072ea532ec08b884c2ee74481f3651855f9c1432be145df3689569b06a6597e9eb9bdd6d2
 SHA512 
b1a0db1d3624ffc86eb41b49f76a4afe3737d943b6465a1b66a2aed18524c463e52130f1d6fe27cd382f04633df327bba07254b6d4bfb300cdaeb51b608745f0

diff --git a/dev-python/oslo-db/oslo-db-4.33.1.ebuild 
b/dev-python/oslo-db/oslo-db-4.33.1.ebuild
deleted file mode 100644
index ace830db786..000
--- a/dev-python/oslo-db/oslo-db-4.33.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenStack Common DB Code"
-HOMEPAGE="https://launchpad.net/oslo;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.db/oslo.db-${PV}.tar.gz"
-S="${WORKDIR}/oslo.db-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+sqlite mysql postgres"
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-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/alembic-0.8.10[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   sqlite? (
-   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
-   )
-   mysql? (
-   || (
-   dev-python/pymysql[${PYTHON_USEDEP}]
-   dev-python/mysql-python[$(python_gen_usedep 
'python2_7')]
-   )
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
-   )
-   postgres? (
-   dev-python/psycopg:2[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
-   )
-   >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"



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

2019-03-24 Thread Matthew Thode
commit: 8d89b828ff39b47982213f60343d83e2686226ae
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:50:55 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d89b828

sys-auth/keystone: remove pike/queens

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

 sys-auth/keystone/Manifest|   2 -
 sys-auth/keystone/keystone-12.0.2.ebuild  | 175 -
 sys-auth/keystone/keystone-13.0.2.ebuild  | 176 --
 sys-auth/keystone/keystone-2017.2..ebuild | 176 --
 sys-auth/keystone/keystone-2018.1..ebuild | 176 --
 5 files changed, 705 deletions(-)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index cd8a660d1c9..0e505071b16 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -1,5 +1,3 @@
-DIST keystone-12.0.2.tar.gz 1492547 BLAKE2B 
2f7b8b5535cb75dd846a1570fabf95c47e64b162d70c4af3e66d5f379c1a45d383b0ac9fce0a7b48875c210e9c4306476938fe8ddbb04dfc9f75cfc51ce10856
 SHA512 
8468ef9967b95cc75b02c5b9c66ff71033853674c5012aecf37b98c71af72451e8cdbb4070c1a9197c404f97a5948f214adf6911a3ac5d5ee23c75ec3593433b
-DIST keystone-13.0.2.tar.gz 1462728 BLAKE2B 
8bcdbaecf79e2f5e1fbcd840dd27967312320c5f0fe45ed40aa1b339f627cb96ce8186ece9c0b6ab40e66e3699e5be25b0978af056aa86f6da4d5e9b6031285a
 SHA512 
d600ea56acb14a9d34461e599375d6f1b62deb8e8cc33c939e8dec8855396f57e86e4d8334b92ecd00a68f881f3dd4805feca5cdb3de808743893ce07c68
 DIST keystone-14.0.1.tar.gz 1526741 BLAKE2B 
5ae1a6f0e7a7ce737b3a0fdbd2900e8cb1541ec3b1e08228d4abf58d8021a06a6c9db654ef71c22636436f2601bd49d4934f24650e2a44c101c9610ed7b011af
 SHA512 
87065a16ca70dc9115d331f1e0f3669ac9661f5172f9e8afbecef48e7dd9a4726438b4d757fa54bbd6095a5543427dc913f90a765e83ffb30284b1f8dbfbb8e7
 DIST keystone.conf.sample-14.0.1 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.conf.sample-2018.2. 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1

diff --git a/sys-auth/keystone/keystone-12.0.2.ebuild 
b/sys-auth/keystone/keystone-12.0.2.ebuild
deleted file mode 100644
index 7948cd53978..000
--- a/sys-auth/keystone/keystone-12.0.2.ebuild
+++ /dev/null
@@ -1,175 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1 user
-
-DESCRIPTION="The Openstack authentication, authorization, and service catalog"
-HOMEPAGE="https://launchpad.net/keystone;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-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/pastedeploy-1.5.0[${PYTHON_USEDEP}]
-   dev-python/paste[${PYTHON_USEDEP}]
-   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.6[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   sqlite? (
-   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
-   )
-   mysql? (
-   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
-   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[${P

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

2019-03-24 Thread Matthew Thode
commit: 2b073cd0be83dc09322899b761bec2cfa16bb243
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:51:36 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b073cd0

sys-cluster/openstack-meta: remove pike/queens

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

 .../openstack-meta-2017.2..ebuild  | 23 --
 .../openstack-meta-2018.1..ebuild  | 22 -
 2 files changed, 45 deletions(-)

diff --git a/sys-cluster/openstack-meta/openstack-meta-2017.2..ebuild 
b/sys-cluster/openstack-meta/openstack-meta-2017.2..ebuild
deleted file mode 100644
index 59b9ec4d427..000
--- a/sys-cluster/openstack-meta/openstack-meta-2017.2..ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A openstack meta-package for installing the various openstack 
pieces"
-HOMEPAGE="https://openstack.org;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="cinder glance heat keystone neutron nova swift"
-
-DEPEND=""
-RDEPEND="
-   keystone? ( ~sys-auth/keystone-${PV} )
-   swift? ( ~sys-cluster/swift-${PV} )
-   neutron? ( ~sys-cluster/neutron-${PV} )
-   glance? ( ~app-admin/glance-${PV} )
-   cinder? ( ~sys-cluster/cinder-${PV} )
-   nova? ( ~sys-cluster/nova-${PV} )
-   heat? ( ~sys-cluster/heat-${PV} )
-"

diff --git a/sys-cluster/openstack-meta/openstack-meta-2018.1..ebuild 
b/sys-cluster/openstack-meta/openstack-meta-2018.1..ebuild
deleted file mode 100644
index ea5f7467b12..000
--- a/sys-cluster/openstack-meta/openstack-meta-2018.1..ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A openstack meta-package for installing the various openstack 
pieces"
-HOMEPAGE="https://openstack.org;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="cinder glance heat keystone neutron nova swift"
-
-DEPEND=""
-RDEPEND="
-   keystone? ( ~sys-auth/keystone-${PV} )
-   swift? ( ~sys-cluster/swift-${PV} )
-   neutron? ( ~sys-cluster/neutron-${PV} )
-   glance? ( ~app-admin/glance-${PV} )
-   cinder? ( ~sys-cluster/cinder-${PV} )
-   nova? ( ~sys-cluster/nova-${PV} )
-   heat? ( ~sys-cluster/heat-${PV} )
-"



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

2019-03-24 Thread Matthew Thode
commit: e398ce0eec3f81ffea4ff699c7cf25efe8571137
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:54:35 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e398ce0e

dev-python/oslo-versionedobjects: remove pike/queens

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

 dev-python/oslo-versionedobjects/Manifest  |  1 -
 .../oslo-versionedobjects-1.31.3.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-python/oslo-versionedobjects/Manifest 
b/dev-python/oslo-versionedobjects/Manifest
index 3e58703a4ff..b11f4611f5f 100644
--- a/dev-python/oslo-versionedobjects/Manifest
+++ b/dev-python/oslo-versionedobjects/Manifest
@@ -1,2 +1 @@
-DIST oslo.versionedobjects-1.31.3.tar.gz 148869 BLAKE2B 
90ee5fce0dc51f4be1e9dbe2e4cab501e7fa1625591847c6a37dad34e570f9739317ec5e1d08ce5a90c6fde3d639852d1f0ed6e6da33119c8d805146b7dfab40
 SHA512 
2c131ca04b3967a98ada7052fe176faee18d0fb36d53c94c6c098d88e108c865e4a967c8300fd2781bb18741f280781e398ebdb9cbe3c8b8aba516ab7800217b
 DIST oslo.versionedobjects-1.33.3.tar.gz 150086 BLAKE2B 
7248c5cc114962ed33c70a3c6e9698ed784a2a995d949830f5e8f3f97953caf793a37c60074e848e8c4518aed2de29ed54ae637166f247bb7e6f95af0d9c6e87
 SHA512 
0d1d8654b1f971bc922d57771c159608d30fd7474448d425beb7c5a98b9810c6796c7e0b21436f75a266f54913fb01ce6b8e8ad4402e09453b797854f9fc4575

diff --git 
a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.31.3.ebuild 
b/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.31.3.ebuild
deleted file mode 100644
index ac8ddb666da..000
--- a/dev-python/oslo-versionedobjects/oslo-versionedobjects-1.31.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library that provides a generic versioned and RPC-friendly  
object model."
-HOMEPAGE="http://docs.openstack.org/developer/oslo.versionedobjects;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.versionedobjects/oslo.versionedobjects-${PV}.tar.gz"
-S="${WORKDIR}/oslo.versionedobjects-${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/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-messaging-5.29.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/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]"



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

2019-03-24 Thread Matthew Thode
commit: b24288edfe3af4cc9ba18b5a2e473338221ab457
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:50:12 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24288ed

sys-cluster/swift: remove pike/queens

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

 sys-cluster/swift/Manifest |   4 -
 sys-cluster/swift/swift-2.17.0.ebuild  | 114 ---
 sys-cluster/swift/swift-2.17.1.ebuild  | 114 ---
 sys-cluster/swift/swift-2.19.0.ebuild  | 122 -
 sys-cluster/swift/swift-2.19.1.ebuild  | 122 -
 sys-cluster/swift/swift-2017.2..ebuild | 115 ---
 sys-cluster/swift/swift-2018.1..ebuild | 120 
 7 files changed, 711 deletions(-)

diff --git a/sys-cluster/swift/Manifest b/sys-cluster/swift/Manifest
index 3accd952cea..2be1cdab02e 100644
--- a/sys-cluster/swift/Manifest
+++ b/sys-cluster/swift/Manifest
@@ -1,5 +1 @@
-DIST swift-2.17.0.tar.gz 2527561 BLAKE2B 
baf8d2363bfd39062263542ddd01702e5f5847f3bbd2d227234da44ba742fa7e2bb6954569aab12082de67cfd785496a5530a0fc7613a0ad28d88bd62dbec9f8
 SHA512 
d5b13a63f549f1118eb1a27505a7444e09bedb532eed8e1ea34d370163dde2ce3e3911b9e4d6bea0d96f0a5c7d99bb103ed80ee8a547051fa29e9b4a09cced16
-DIST swift-2.17.1.tar.gz 2497165 BLAKE2B 
c400734ac42831bcecbff575aded3efce6ae33ccf46d4e48c58dc24409e5388663d2e81801b290f77550764a41de1393865e1175ab5995bd1044535844fdf595
 SHA512 
223fa5d9f47b3ffb81cc05b83e7f015392a568f3631344c5713c12f2667362c7bdd0a0a8b657a8caf2bcd1aec11dbcd5a0d582b50109b9b8f24ca6b53321411d
-DIST swift-2.19.0.tar.gz 2977206 BLAKE2B 
05f53e7deb7948924ed36f7fcef164dd72254a90329e88a20ffae1f97ca632967d2e4de34a95c29008f8d636ec95b6860238f77f28b2f9f7ebe78ddb8c784a6c
 SHA512 
fa6f08bacb7488762efaf8dd067cacd82adbc0ca773ee9b9c4a23d05d448eea9d79af2c9fbd619f4a458634e0af3cc3ce8fb8eb0d7cf0c10c7d3c28955000afd
-DIST swift-2.19.1.tar.gz 2936438 BLAKE2B 
35f4c0d5ae3b5f0add9f3a076bcad7d707a6ea034e167fd6d648e9f02ef7c68e1e2d6538fd1934270e7db950320260b44abc5ae373890ecf39b24fa9bfce1d61
 SHA512 
1d6f9889cf29c747a50dc3a4983eb2a2be1dfedf07ce38167a2204d3c2690a2ff3cba58705afb0de60c702ffa63d3dfb84237925689d956df55cb11c59c26de6
 DIST swift-2.20.0.tar.gz 3012428 BLAKE2B 
48cfb52bce8d89836ede3d82cde197e282b55cec7fa9366c18102a2259a2c96553c573c92b884e6471a3ff5a5fc88ff3eeadbb200c691db3c6b20b6881132576
 SHA512 
15f1082a94f16684001b1d6eaa635500d41dd2ed0b65b87d8fc2363f96179cbc4d40a6faee10e966ad954e45035ed77c31dc265daa2c7c9d17a0e81890e6bc79

diff --git a/sys-cluster/swift/swift-2.17.0.ebuild 
b/sys-cluster/swift/swift-2.17.0.ebuild
deleted file mode 100644
index 9c09fe33ba4..000
--- a/sys-cluster/swift/swift-2.17.0.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A highly available, distributed, and eventually consistent 
object/blob store"
-HOMEPAGE="https://launchpad.net/swift;
-SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="proxy account container object +memcached"
-REQUIRED_USE="|| ( proxy account container object )"
-
-CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/dnspython-1.14.0:0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.17.4[${PYTHON_USEDEP}]
-   >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.5[${PYTHON_USEDEP}]
-   !~dev-python/netifaces-0.10.0[${PYTHON_USEDEP}]
-   !~dev-python/netifaces-0.10.1[${PYTHON_USEDEP}]
-   >=dev-python/pastedeploy-1.3.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   dev-python/pyxattr[${PYTHON_USEDEP}]
-   >=dev-python/PyECLib-1.3.1[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.6.0[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
-   memcached? ( net-misc/memcached )
-   net-misc/rsync[xattr]"
-
-pkg_pretend() {
-   linux-info_pkg_setup
-   CONFIG_CHECK="~EXT3_FS_XATTR ~SQUASHFS_XATTR ~CIFS_XATTR ~JFFS2_FS_XATTR
-   ~TMPFS_XATTR ~UBIFS_FS_XATTR ~EXT2_FS_XATTR ~REISERFS_FS_XATTR 
~EXT4_FS_XATTR
-   ~ZFS"
-   if linux_config_exists; then
-   for module in ${CONFIG_CHECK}; do
-   linux_chkconfig_present ${module} || ewarn "${module} 
needs to be enabled"
-   done
- 

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

2019-03-24 Thread Matthew Thode
commit: a547e14aff9d483af6ca37b246d5343e297cf4f2
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:00:08 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a547e14a

dev-python/oslo-concurrency: remove pike/queens

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

 dev-python/oslo-concurrency/Manifest   |  1 -
 .../oslo-concurrency-3.25.1.ebuild | 56 --
 2 files changed, 57 deletions(-)

diff --git a/dev-python/oslo-concurrency/Manifest 
b/dev-python/oslo-concurrency/Manifest
index ec9fef31ba5..01a12bcb1fd 100644
--- a/dev-python/oslo-concurrency/Manifest
+++ b/dev-python/oslo-concurrency/Manifest
@@ -1,2 +1 @@
-DIST oslo.concurrency-3.25.1.tar.gz 49218 BLAKE2B 
95fccb051ef782a0b6cd01801e9b44272a8b04ca52fd0f00f91a2aa3514885c302a3f251885f59c32303708c91331f3f59ee06ebdce4751d013559a0e7d19b16
 SHA512 
5c306e742c652d66209a3218ccdc1d1f957ec6fde0b0bcb9411a71e470e8c0402c4cc1a40a05094ce591942ed16b8e0a7b456d60a64e0299ef32a257b37c8388
 DIST oslo.concurrency-3.27.0.tar.gz 49604 BLAKE2B 
04a7ed66c6d7cf37014080113bd3782cf186f57f486d6834fd28f3d518141f8dcac6f5e67ffb5ef894bc6f5085a90aa41a041e35b72325c645f7567dd743a912
 SHA512 
fb2e1377a8bbad451ef0a2713dfbcd58ec06d455e97fc4d8acf8bfde8eb27d59826d68dd3411bd60b6d6b5e68ff629f0e6e4781b17dd4349bc5b87f17c8b9d52

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
deleted file mode 100644
index e4343f6c932..000
--- a/dev-python/oslo-concurrency/oslo-concurrency-3.25.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="library for running  multi-thread, multi-process applications"
-HOMEPAGE="https://pypi.org/project/oslo.concurrency/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.concurrency/oslo.concurrency-${PV}.tar.gz"
-S="${WORKDIR}/oslo.concurrency-${PV}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDPEND=">=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/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.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/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   )"
-RDEPEND="
-   ${CDEPEND}
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.7.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^futures/d' test-requirements.txt || die
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests ${PN/-/_}/tests/ || die "test failed under ${EPYTHON}"
-}



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

2019-03-24 Thread Matthew Thode
commit: 69c3e2b1bcc2bf00c087d95669b80623de25cd80
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:48:57 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c3e2b1

app-admin/glance: remove pike/queens

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

 app-admin/glance/Manifest  |   2 -
 app-admin/glance/glance-15.0.1.ebuild  | 150 -
 app-admin/glance/glance-16.0.1.ebuild  | 145 
 app-admin/glance/glance-2017.2..ebuild | 150 -
 app-admin/glance/glance-2018.1..ebuild | 145 
 5 files changed, 592 deletions(-)

diff --git a/app-admin/glance/Manifest b/app-admin/glance/Manifest
index 214599d2107..b5526cf4aba 100644
--- a/app-admin/glance/Manifest
+++ b/app-admin/glance/Manifest
@@ -1,3 +1 @@
-DIST glance-15.0.1.tar.gz 1815463 BLAKE2B 
ec6e51340fc4d737e2bd777baf03163a0b515d19c1dc8e5203918e07b304a9539f47ba763207e26def985c6a384d21250ffe1386b433d8b606b55d3d70e4431a
 SHA512 
2da3ada256424a7817d0c49aac0940443cbefcfff3df77a623d7099badf356808b5df59f109ac233f84ac561b7310d3b8d53cafd6c9955a8e2b296a1655cedd3
-DIST glance-16.0.1.tar.gz 1957403 BLAKE2B 
a58a37b1926432ff227ebbd2b8538d25276085c4183244f930cdb6432ce00ed3927130ede24faeb9ebd25489f649c7f6542d71b9fe9614859ed3953bded13ab2
 SHA512 
dad883c308cfa6799bd5fc4111585af2bd7f2c5a20126976d1044e2bf573f94756f2ecea87f3b04fe611f80602709e0501c0efceed5061d0c752416b6255a2a2
 DIST glance-17.0.0.tar.gz 1961137 BLAKE2B 
ff649ce366739320bcc5073cb60cc24ab09e098bd6808374007f89808d6caf020a77f711a714b34f8a1ef5b0754220aab7c35c02fbdc0d3d0f44e24185a8cdc4
 SHA512 
cd10bd2d3e98ab1a80ec4f09b5954dbc334079a36d3dfc0d27c5a4f40e5920e0a6fb91c0fc5430c9e625a375e44a8d886568f2a712190dc0f80df10b4998e9af

diff --git a/app-admin/glance/glance-15.0.1.ebuild 
b/app-admin/glance/glance-15.0.1.ebuild
deleted file mode 100644
index affe9f8be82..000
--- a/app-admin/glance/glance-15.0.1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1 user
-
-DESCRIPTION="Services for discovering, registering, and retrieving VM images"
-HOMEPAGE="https://launchpad.net/glance;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openstack/glance.git;
-   EGIT_BRANCH="stable/pike"
-else
-   SRC_URI="https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="doc mysql postgres +sqlite +swift"
-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}"
-
-#note to self, wsgiref is a python builtin, no need to package it
-#>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]
-
-RDEPEND="
-   ${CDEPEND}
-   sqlite? (
-   >=dev-python/sqlalchemy-1.0.10[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[sqlite,${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[sqlite,${PYTHON_USEDEP}]
-   )
-   mysql? (
-   >=dev-python/pymysql-0.7.6[${PYTHON_USEDEP}]
-   !~dev-python/pymysql-0.7.7[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
-   )
-   postgres? (
-   >=dev-python/psycopg-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.0.10[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.5[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.6[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.7[${PYTHON_USEDEP}]
-   !~dev-python/sqlalchemy-1.1.8[${PYTHON_USEDEP}]
-   )
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/pastedeploy-1.5.0[${PYTHON_USEDEP}]
-   >=dev-python/routes-2.3.1[${PYTHON_USEDEP}]
-   >=dev-python/webob-1.7.1[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-migrate-0.11.0[${PYTHON_USEDEP}]
-   >=dev-python/python-sqlparse-0.2.2[${PYTHON_

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

2019-03-24 Thread Matthew Thode
commit: 553664edf2b12068a2b5ec5f9027df093383f427
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:02:20 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553664ed

dev-python/os-brick: 2.5.5 stable amd64/x86 with cleanup

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

 dev-python/os-brick/Manifest  |  1 -
 dev-python/os-brick/os-brick-2.5.4.ebuild | 44 ---
 dev-python/os-brick/os-brick-2.5.5.ebuild |  2 +-
 3 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/dev-python/os-brick/Manifest b/dev-python/os-brick/Manifest
index d48a89c1e5a..db6f0c4026e 100644
--- a/dev-python/os-brick/Manifest
+++ b/dev-python/os-brick/Manifest
@@ -1,2 +1 @@
-DIST os-brick-2.5.4.tar.gz 173675 BLAKE2B 
9e1906f718b79ed3b0b332864fc6263af7d3c9ef0da2d93b2b099e48faf805a0250c525589280b9416897d3751d01d0331867c10ee971ccd849b60f34ac2cea5
 SHA512 
bf6a696ee48591e49ff6e1eea7d74eb4acd0457257c7733ae649059f307170f4f7bd4154ada3498a801c4e54675c802eb9df096d44063b018a2628bc654ae17f
 DIST os-brick-2.5.5.tar.gz 174931 BLAKE2B 
0efa117c756728062ef0ae3bdff4ce8127bd0d800cac906960c9f2d5fcd79820e2b72753744f8acfbc52a8dce8a357583283e2adacb692cbb391c5b198b4a919
 SHA512 
a343cb9194ca1b497bdec55853258b8d51b109abbb3ea406aab672e87c5c68d00511928d8690bca88c37e65bb4d8bfb4cab2cd3ba6fbff2794edbdcb681e0cc0

diff --git a/dev-python/os-brick/os-brick-2.5.4.ebuild 
b/dev-python/os-brick/os-brick-2.5.4.ebuild
deleted file mode 100644
index fe3071c689e..000
--- a/dev-python/os-brick/os-brick-2.5.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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} )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenStack Cinder brick library for managing local volume attaches"
-HOMEPAGE="https://github.com/openstack/cinder;
-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}]
-   !~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/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-service-1.24.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-service-1.28.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/retrying-1.2.3[${PYTHON_USEDEP}]
-   !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/os-win-3.0.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/os-brick/os-brick-2.5.5.ebuild 
b/dev-python/os-brick/os-brick-2.5.5.ebuild
index 0229d3350c1..fe3071c689e 100644
--- a/dev-python/os-brick/os-brick-2.5.5.ebuild
+++ b/dev-python/os-brick/os-brick-2.5.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2019-03-24 Thread Matthew Thode
commit: 1160a37cb2cc9042e9997339e434b2fffec79850
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:56:47 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1160a37c

dev-python/oslo-policy: remove pike/queens

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

 dev-python/oslo-policy/Manifest  |  1 -
 dev-python/oslo-policy/oslo-policy-1.33.2.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/dev-python/oslo-policy/Manifest b/dev-python/oslo-policy/Manifest
index f7f4eb333c2..e0cd30dd3ce 100644
--- a/dev-python/oslo-policy/Manifest
+++ b/dev-python/oslo-policy/Manifest
@@ -1,2 +1 @@
-DIST oslo.policy-1.33.2.tar.gz 74863 BLAKE2B 
c509ae19786bdb58760413219214a6d928097003f046d51d9c42e2c738585fe7a324e875d7b0fe9b8084c4991cebdd530f382c025742f055ec9f157a48f8e969
 SHA512 
c6479993ac7ea8671632178e339d2842d185334557691ffa7ca30bc641313f080f7849e7141bbda941fcf22349ab076ab4ba2bd8dc9dae59fab6446988700848
 DIST oslo.policy-1.38.1.tar.gz 82871 BLAKE2B 
e47e96230874d1c287a1d4e930c9a5dd4ab35ccfee62b1c93c9d046adaf877c7e0cb65f9c34ef378c2a212d6986b0c1abf86af0ca6671c17f7dc8e85e1f1e706
 SHA512 
6b80a45ef550f5562d0c5cd3a0a466163d741bba7f9fb430c4e9d5273e0811d468d9c0c19c1e6168b38b4436279b81a1aec379d6513cf12d59f1a50fd7a4eb91

diff --git a/dev-python/oslo-policy/oslo-policy-1.33.2.ebuild 
b/dev-python/oslo-policy/oslo-policy-1.33.2.ebuild
deleted file mode 100644
index 9fdb94430d8..000
--- a/dev-python/oslo-policy/oslo-policy-1.33.2.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
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Support for RBAC policy enforcement across all OpenStack services"
-HOMEPAGE="https://pypi.org/project/oslo.policy/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.policy/oslo.policy-${PV}.tar.gz"
-
-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}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.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-1.19.1[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/oslo.policy-${PV}"
-
-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-privsep/

2019-03-24 Thread Matthew Thode
commit: 3614a5c5acf841cb0e587046203772efab37860a
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:56:18 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3614a5c5

dev-python/oslo-privsep: remove pike/queens

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

 dev-python/oslo-privsep/Manifest   |  1 -
 .../oslo-privsep/oslo-privsep-1.27.0-r1.ebuild | 53 --
 2 files changed, 54 deletions(-)

diff --git a/dev-python/oslo-privsep/Manifest b/dev-python/oslo-privsep/Manifest
index 8c4f562a6a0..49aa59d6f3b 100644
--- a/dev-python/oslo-privsep/Manifest
+++ b/dev-python/oslo-privsep/Manifest
@@ -1,2 +1 @@
-DIST oslo.privsep-1.27.0.tar.gz 32766 BLAKE2B 
307bed6c5dac28eb38cb4bbb1b001cdd579ae1148c63de43aee7d740901cf53a9b6d619baf5cb5263b30b398017f3411d0ef065590f0710bf0becb85df08b879
 SHA512 
1a7980bb0dff17314081745b60037bb84a0ba0ac5f2784b4cf4dcadc2cc9cea0158c7c64652823c7ac2e9071db8f915cf68ae2b08c634d21ec51ff75c017a3e6
 DIST oslo.privsep-1.29.2.tar.gz 34376 BLAKE2B 
aab2807ec44cb984f7b304f46ffae39d2965dbfb876f08e3a6fbf24e9e70d5f0ae7a2aed9d47b126c48641c56004195bcc4ff015865e97b966e7f6b172f9f5a3
 SHA512 
8130700578cc1b54530011da259c795b6eb24ceba959f927934cf21e439d1412d393dee9f7bcb804ac52a4ae716284df8950677d5386905ac68bd6c37adfabbc

diff --git a/dev-python/oslo-privsep/oslo-privsep-1.27.0-r1.ebuild 
b/dev-python/oslo-privsep/oslo-privsep-1.27.0-r1.ebuild
deleted file mode 100644
index 836885efd6e..000
--- a/dev-python/oslo-privsep/oslo-privsep-1.27.0-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenStack library for privilege separation."
-HOMEPAGE="https://pypi.org/project/oslo.privsep/;
-SRC_URI="mirror://pypi/${PN:0:1}/oslo.privsep/oslo.privsep-${PV}.tar.gz"
-S="${WORKDIR}/oslo.privsep-${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"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   dev-python/nose[${PYTHON_USEDEP}] )"
-RDEPEND="
-   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   virtual/python-enum34[${PYTHON_USEDEP}]
-   >=dev-python/cffi-1.7.0[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/greenlet-0.4.10[${PYTHON_USEDEP}]
-   >=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   # allow useage of renamed msgpack
-   sed -i '/^msgpack/d' requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-# python_test() {
-# }



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

2019-03-24 Thread Matthew Thode
commit: d266dad69224126ac32497c4cced388930791eec
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:00:57 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d266dad6

dev-python/oslo-cache: 1.30.3 stable amd64/x86 with cleanup

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

 dev-python/oslo-cache/Manifest |  1 -
 dev-python/oslo-cache/oslo-cache-1.30.1.ebuild | 39 --
 dev-python/oslo-cache/oslo-cache-1.30.3.ebuild |  2 +-
 3 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/dev-python/oslo-cache/Manifest b/dev-python/oslo-cache/Manifest
index be6685e2d5d..22f3e2756ed 100644
--- a/dev-python/oslo-cache/Manifest
+++ b/dev-python/oslo-cache/Manifest
@@ -1,2 +1 @@
-DIST oslo-cache-1.30.1.tar.gz 53406 BLAKE2B 
1b518c7f7af4b95fc71f76567f8742de7c7ab520cf4a1943fc7ed7bd9f3dcfd4150f83774e507d4135c7b567e53c3beb79a0cf6295c23e23d88a49d9ce63d2ed
 SHA512 
8ee8ef32d07e8112aa7280f541446d13b3bba90fc7314eee60972180b0382a413e02cfcffbdd5bf4313aa394a25265665579f43f702a4b3754dc00f50441ca38
 DIST oslo-cache-1.30.3.tar.gz 53116 BLAKE2B 
0b63f828f61dd82b69efe7a6e345974c56b2e980d88f159dd7c3ba5484cd1e8f78a393a7f73a6f2152db1c30178a054e2f20d753a286a0cd8f7d83af7f623bf2
 SHA512 
3ab9842cd388a846fe9004b97364057245936b9af185ba0f68e6d6bcc750dd957eb873d45e686cddeec94fda6872b72e4549c71ebc9e1de4755504c2a138b85c

diff --git a/dev-python/oslo-cache/oslo-cache-1.30.1.ebuild 
b/dev-python/oslo-cache/oslo-cache-1.30.1.ebuild
deleted file mode 100644
index 476fbb16b39..000
--- a/dev-python/oslo-cache/oslo-cache-1.30.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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}} )
-
-inherit distutils-r1 vcs-snapshot
-
-MY_PN=${PN/-/.}
-
-DESCRIPTION="Oslo Caching around dogpile.cache"
-HOMEPAGE="https://launchpad.net/oslo;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-
-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/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.31.0[${PYTHON_USEDEP}]
-"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/oslo-cache/oslo-cache-1.30.3.ebuild 
b/dev-python/oslo-cache/oslo-cache-1.30.3.ebuild
index 71b251dd4d5..476fbb16b39 100644
--- a/dev-python/oslo-cache/oslo-cache-1.30.3.ebuild
+++ b/dev-python/oslo-cache/oslo-cache-1.30.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
!~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"



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

2019-03-24 Thread Matthew Thode
commit: b598b773a494ee03e5d58e0b313c3a299e05becf
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:46:52 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b598b773

sys-cluster/neutron: remove pike/queens

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

 sys-cluster/neutron/Manifest   |  10 -
 sys-cluster/neutron/neutron-11.0.6-r1.ebuild   | 255 
 sys-cluster/neutron/neutron-12.0.5-r1.ebuild   | 256 -
 sys-cluster/neutron/neutron-2017.2..ebuild | 256 -
 sys-cluster/neutron/neutron-2018.1..ebuild | 256 -
 5 files changed, 1033 deletions(-)

diff --git a/sys-cluster/neutron/Manifest b/sys-cluster/neutron/Manifest
index 2597c8fa03f..ee226797cb2 100644
--- a/sys-cluster/neutron/Manifest
+++ b/sys-cluster/neutron/Manifest
@@ -1,15 +1,5 @@
-DIST neutron-11.0.6.tar.gz 10516797 BLAKE2B 
3d7ece145a96a299a2619e592b1d055365495938506ea357f10bfc951a5ac76588c18c3201f239529e999c670d483ee91b867db61d49948fd5edf0a1aff6ff0f
 SHA512 
35e1e95ff5a08986577b95457d09da078bcc5d9f67d3c0f325d2f934a489bc0481a2e3b6300ac37d91e4ba4c3a3523e39ff1bc53dc9cc7e757d12648f3f7ab1e
-DIST neutron-12.0.5.tar.gz 10454003 BLAKE2B 
9aa617a824e00dcb8979e476bd902940f306a44d7b92f22e273e7793d93d121c0b2a5ab2d2ee21962b3aee124d00a31187df6cffa2319f799add1494fecd9afb
 SHA512 
a9e54ab43ae0a2b6798d37aad6a7cfa87ef6fa80d6121ca1b01817b93bf9480d436cffd0c526fe5d08a46256d885eb1d610039a0412a7a8cc69641db8bf1562b
 DIST neutron-13.0.2.tar.gz 10596419 BLAKE2B 
5d18c5ada86c2676ecab1c0121834c04e5c12d2c81a42ddb9554d0bdc2b7d472b5941b7290dc701c22b21b69442d04a44768c9423ff5d317b51d8cd37aa076bf
 SHA512 
4fb343039a6f6a6930d9770b02d58be732c57910e36739c8364bf8027a7ed55dafc40201ef8c349278310afc2ab6ee80fea562af94896e38891c35eaeb1faced
-DIST neutron-configs-11.0.6.tar.gz 25030 BLAKE2B 
6ca7507571983cdf576cb943bb2981623351c3de4220ccf990ba478147bcbaea06f4d5218ba6ad65c98f2a0c60c820be03429e8a22a624cf10339b80fcf17bbd
 SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
-DIST neutron-configs-12.0.5.tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-configs-13.0.2.tar.gz 26109 BLAKE2B 
5de3b90dcb6f8c86ce659b3ab439a79dd920aaf57b66a1e1b29f1b0d0fd433b222335a634dca01ce2b0e07acc3011ff6bf25983071dc0ff00e78ac847ee3fdd6
 SHA512 
498f41ffec6c14597e9785da9a36c2d906138215b34017aa93f56d051078682279bcce05288d2534ff7ab8208b8251c9f721256488f6850173210e41bc6dd51c
-DIST neutron-configs-2017.2..tar.gz 25030 BLAKE2B 
6ca7507571983cdf576cb943bb2981623351c3de4220ccf990ba478147bcbaea06f4d5218ba6ad65c98f2a0c60c820be03429e8a22a624cf10339b80fcf17bbd
 SHA512 
d82abfcfe5c911dc8a0689e23aaad810bb3aacaf64bd35439220f41390a71958e7cd34e60500580c24ea9e8b55a6fb0441ce4e5612fad9aba2e48d6f14d4d87a
-DIST neutron-configs-2018.1..tar.gz 26252 BLAKE2B 
c1493e313dc590445e60dcf8df9fc2b89a8e96e57ce072577b3a73fe247218a9ef9805ca9c61b79d2bd4c7aa088933762389258c1184e4572975db03c1674869
 SHA512 
05c8774d142a59da3e294f2351f1cc89f8cd275aedf3771c11d8176305ceec472980673f0ed07b3f4219a8ff4b4bb6e79f836a1f11ddd8e003d1ccd49051e5ac
 DIST neutron-configs-2018.2..tar.gz 26109 BLAKE2B 
5de3b90dcb6f8c86ce659b3ab439a79dd920aaf57b66a1e1b29f1b0d0fd433b222335a634dca01ce2b0e07acc3011ff6bf25983071dc0ff00e78ac847ee3fdd6
 SHA512 
498f41ffec6c14597e9785da9a36c2d906138215b34017aa93f56d051078682279bcce05288d2534ff7ab8208b8251c9f721256488f6850173210e41bc6dd51c
-DIST neutron-ml2-plugins-11.0.6.tar.gz 6885 BLAKE2B 
c953d7222932d09c545dcfe01923f77cbc9e76157f78e5cb85a8e3bb03c8f3b4ab2bcc7eb2fc213578f71cf70543c4182c98bc6e5947fc1a0cbffe3d845bce20
 SHA512 
e5acaed2fc370e99c9c8b54040cdc994cd35bfbd3d74682d3c03c381568c89b316a6a87356aa6ae538a19c2ae83b6b3c512095afcc778525c2885b9b6bef04bd
-DIST neutron-ml2-plugins-12.0.5.tar.gz 7060 BLAKE2B 
7690218233971ab50623900e01fe4311e2b599661838a232616cdc4b56bff1a7fd6e6c3b7fe77f79c78c024eb571525b0e21a306c18fd884bd0dfdd6b814f2b4
 SHA512 
259db5513c014c6dda97432834f90744dec3732292a2de71d488e537f0f660959ea09890cf3dd3d22206295b259dad83440a60ee28e84a5b125547f869e0016b
 DIST neutron-ml2-plugins-13.0.2.tar.gz 7068 BLAKE2B 
fa27bd84c1d67bd36c7c7e47b6e8f98dd100e09c7a3bfa7aec615ed24e3dadf240f8ef44874c868ff92f79452afbf4a21fba46b1b9aec191bad53a62767b1861
 SHA512 
add4697c78c592dfe5ebadd3b0cf9b9c2a2c33bd05130a8e1422abf7456d8a0cc926a0d46f6b49ceee87017304d7c9c3486c975086e46f178e3bc142844f836f
-DIST neutron-ml2-plugins-2017.2..tar.gz 688

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

2019-03-24 Thread Matthew Thode
commit: 92ee0d27d555a32b964e665ac090f0bec0ce388f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:04:58 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ee0d27

dev-python/os-traits: cleanup

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

 dev-python/os-traits/Manifest   |  1 -
 dev-python/os-traits/os-traits-0.3.3.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/os-traits/Manifest b/dev-python/os-traits/Manifest
index ad368a16646..97588fc677c 100644
--- a/dev-python/os-traits/Manifest
+++ b/dev-python/os-traits/Manifest
@@ -1,2 +1 @@
-DIST os-traits-0.3.3.tar.gz 17374 BLAKE2B 
cc5707317448f66aac84e69340dc1923436846553b059753217ae51971289dc2413ce858f46fc809e80b1754c917fd431b4134b3886eaa6ffac81a4962c30730
 SHA512 
bd8a7a29170aee1be59ed21684ed2a5dbb1440841a54b522bd3ec31ef61c9fd4f6eecca812c8a8b927c285142801c3da190d7bb47c7b315312e10c1c81d50e27
 DIST os-traits-0.5.0.tar.gz 15775 BLAKE2B 
288db72d500a3187a8520b9674982f3233f8644a537ec04971453ece394344b7310cbf133785dfee7122e1aeadebee7fd91d18f57a6ccecf0f176fd569b2bfae
 SHA512 
2dd9019b13fc3394bf97fa9ff6c82d02d26dc6ca8ba8b32e619e9f88a9fdee0d3082e3818ca6a51eea9eb45997dfb48eee6976190b27dff6ab5b892747ce2a54

diff --git a/dev-python/os-traits/os-traits-0.3.3.ebuild 
b/dev-python/os-traits/os-traits-0.3.3.ebuild
deleted file mode 100644
index 3b5b610f897..000
--- a/dev-python/os-traits/os-traits-0.3.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="os-traits is a library containing standardized trait strings."
-HOMEPAGE="https://github.com/openstack/os-traits;
-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}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.9.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-cluster/nova/

2019-03-24 Thread Matthew Thode
commit: 5b2206484dbe77ea87139ab4b58357a90b353e00
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:41:06 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b220648

sys-cluster/nova: remove pike/queens

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

 sys-cluster/nova/Manifest|   6 -
 sys-cluster/nova/nova-16.1.7.ebuild  | 251 --
 sys-cluster/nova/nova-17.0.9.ebuild  | 257 ---
 sys-cluster/nova/nova-2017.2..ebuild | 252 --
 sys-cluster/nova/nova-2018.1..ebuild | 257 ---
 5 files changed, 1023 deletions(-)

diff --git a/sys-cluster/nova/Manifest b/sys-cluster/nova/Manifest
index ee07ebb3a60..39da8d29363 100644
--- a/sys-cluster/nova/Manifest
+++ b/sys-cluster/nova/Manifest
@@ -1,9 +1,3 @@
-DIST nova-16.1.7.tar.gz 11004656 BLAKE2B 
342ab3efad95b85f07f9fcb6ac4de177270254f5f051348ac9a25992b9a118027965c60b06e56683484fe3c2c5227782991f0874dbcb9319bdccd37e6c60e263
 SHA512 
024694be9d9d5acc446ca89b6f8597dd9d255c72e32041c9a62200bf5ab72c7caee26e769a93c80b4e7cf144e4e03df1704aa12dc859e39e9835bbe80481021d
-DIST nova-17.0.9.tar.gz 0881 BLAKE2B 
9c6e79844462cce14d95bb8796c72e30a953e3fb4fa6de0ccdd359dc571997c06d34e0946f13dadd480661aee4ec9726ead099f1aa39085d64be41abe9d481af
 SHA512 
4e0b487d6eeb17c8c2e34a1823170a2e1f12df1e048b15d67fab92f3d9d5d66bfa433ee6dc8316819ca9f2f23ac57714d5a8431f3e0017c8f71a6207a5ad33d0
 DIST nova-18.1.0.tar.gz 11391992 BLAKE2B 
5dd417661908cae6e12b4a0f3af5c620bd29d3a022661c6f852cd8954940a3a0a2e84d0cf72d43ff926a13836aeb8ed2ecfe0e9be39dc882d705ab0389297891
 SHA512 
d5112d2528a70338a9293423ede81b9a5dee10cf7872e3070c33d0e16d728d1a1612b8af45ba8424400fd67322238dec299bc85bb84c10989272496b684f8cbd
-DIST nova.conf.sample-16.1.7 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
-DIST nova.conf.sample-17.0.9 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
 DIST nova.conf.sample-18.1.0 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61
-DIST nova.conf.sample-2017.2. 360926 BLAKE2B 
0cdfcff1d5faf5803de72b8113085591df4d1c7feb0591df786a5bf0e13ff133c1fcc4a2c3ebfdadf2a60943a7810e18813a00f5f78987daf3c271e3ba627911
 SHA512 
68f548e998396c7b18692fb3b1e9bf267f9bc06d73f602bb8f20bba426b6ede01e270447906f1685133cdbfd43b76ed5a9913b0167ce70f1ff3debd1ca11d378
-DIST nova.conf.sample-2018.1. 361499 BLAKE2B 
3d5543fbec2b2688d8cc1a2dbc5d954302c4168999ddd9349f3602035259439e7b1daac05bd7d60d61e9296a37ae62aaedd63cc4d77f2e03cec4614a4b3d470e
 SHA512 
c1d14671ecb2c1941a98b80a267ed47969c1ed5c27d88a2f9fa9857b318c6ff6aae9a0fe22e6c28c964221b3c38df26c632a7bbd24ca4110bd03aafa4db0f459
 DIST nova.conf.sample-2018.2. 387334 BLAKE2B 
a51b8cdc644ee60390cde3a30ba8f64a339695887b57b2640da39b5a8d34dfec51664b1249955a6cf9202ae19e8e0a8bcd805d4b87d2f6c99a5a6294cc955577
 SHA512 
be9fbab15ea1cac6d3cd1d186aab904454ef17801f9f4b2f1a37c6e46b4c69fed22a7724846049ebd343beff7753d8db408abae52ad3fca0693d70414c6afc61

diff --git a/sys-cluster/nova/nova-16.1.7.ebuild 
b/sys-cluster/nova/nova-16.1.7.ebuild
deleted file mode 100644
index dd7d9990362..000
--- a/sys-cluster/nova/nova-16.1.7.ebuild
+++ /dev/null
@@ -1,251 +0,0 @@
-# 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} )
-
-inherit distutils-r1 eutils linux-info multilib user
-
-DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) 
in Python"
-HOMEPAGE="https://launchpad.net/nova;
-SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/pike/nova.conf.sample
 -> nova.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch 
postgres +rabbitmq sqlite"
-REQUIRED_USE="
-   !compute-only? ( || ( mysql postgres sqlite ) )
-   compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )"
-
-CDEPEND="

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

2019-03-24 Thread Matthew Thode
commit: 8448b9801ca7d969a18eed376ad0246e1158560a
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:03:25 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8448b980

dev-python/os-client-config: cleanup

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

 dev-python/os-client-config/Manifest   |  1 -
 .../os-client-config-1.28.0.ebuild | 81 --
 2 files changed, 82 deletions(-)

diff --git a/dev-python/os-client-config/Manifest 
b/dev-python/os-client-config/Manifest
index 3c2a6cde1d6..f85663fabe7 100644
--- a/dev-python/os-client-config/Manifest
+++ b/dev-python/os-client-config/Manifest
@@ -1,2 +1 @@
-DIST os-client-config-1.28.0.tar.gz 64102 BLAKE2B 
955f3e4387d38ef99805c9fa53032c974b68d2128c89b9525570f1736f74d4a757e43ec50957bd5fbc7c6c1bf9a9b97577058f44aa9abc77d58e917cb2670151
 SHA512 
80cea066eeb8dce03afa91a720b2e3449676f019f33c8ab0a3c0ecd5cfd49cd5a061abde1a4f0eb1ff947e505de74d94ba3ce71e763d2e2e4fbd1c72b313d1d9
 DIST os-client-config-1.29.0.tar.gz 65974 BLAKE2B 
f8632f4f4ae95941e81b039ea928bb1013d4208b93a3cf67abcb689aeb8f2f128ad309b4c86ead98ede98c2a9c44a5e0db49a32bd6e73490ce50a357f1f37bba
 SHA512 
1b50777fb1476a58ff0b6ca9fe3015d4002eee312bc970d23284f2a05c5b27a96204c3e892b8262c8d830b1681fb7376387cc4a032736e31a3c353a0a348e752

diff --git a/dev-python/os-client-config/os-client-config-1.28.0.ebuild 
b/dev-python/os-client-config/os-client-config-1.28.0.ebuild
deleted file mode 100644
index ed735bddb12..000
--- a/dev-python/os-client-config/os-client-config-1.28.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenStack Client Configuation Library"
-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"
-IUSE="doc test"
-
-CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   test? (
-   >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
-   dev-python/extras[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-0.3.144[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
-   =dev-python/mock-1.2[${PYTHON_USEDEP}]
-   >=dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
-   >=dev-python/reno-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
-   !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
-   )
-   doc? (
-   >=dev-python/sphinx-1.5.1[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.5.0[${PYTHON_USEDEP}]
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
-   >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/requestsexceptions-1.1.1[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-   "${FILESDIR}"/test_get_all_clouds.patch
-)
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   distutils_install_for_testing
-
-   rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPTYHON}"
-
-   testr init || die "testr init failed under ${EPYTHON}"
-   testr run || die "testr run failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/build/html/. )
-
-   distutils-r1_python_install_all
-}



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

2019-03-24 Thread Matthew Thode
commit: 09f1df6028fc848aef167f2fe6f6799b00902d80
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:57:12 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f1df60

dev-python/oslo-messaging: remove pike/queens

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-5.35.1.ebuild| 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/oslo-messaging/Manifest 
b/dev-python/oslo-messaging/Manifest
index 5937aa0cff9..c979f9b51c2 100644
--- a/dev-python/oslo-messaging/Manifest
+++ b/dev-python/oslo-messaging/Manifest
@@ -1,2 +1 @@
-DIST oslo.messaging-5.35.1.tar.gz 325408 BLAKE2B 
89d16f094962d3603634a0925d0d2f569fcff0e59da7ca99462d0c0faad7fa47b0eade2b7c24b29585901c1d04bc6f4bf91ee04b4dfad0a63eb3100261e99e39
 SHA512 
0022b394812384d13189cab9eb99f45eae2a134e50a4d7ec2473ea35fc2712d2bf7c2b2dd71caa01a38dc47f7f9793130176cbd1afc041675ecb20282e1a653f
 DIST oslo.messaging-8.1.2.tar.gz 296052 BLAKE2B 
c24d8bc22f1e7bb8fd4f58bf15c349a5fa5e41b98031611a0820b66ab7cabb2742d49995e5c730d1bba2c04a36ef4a055de0aced5f1100a7930052a4f4efd5fb
 SHA512 
f7bebc525019f19f6d25178f4b2ef811c3073dc2b10600a9a01aa23dfadad4b428baeb929963df31ee7c775bb94c47493699e8031d5dd9cea5d865c28432d3ba

diff --git a/dev-python/oslo-messaging/oslo-messaging-5.35.1.ebuild 
b/dev-python/oslo-messaging/oslo-messaging-5.35.1.ebuild
deleted file mode 100644
index f12b4dbaf33..000
--- a/dev-python/oslo-messaging/oslo-messaging-5.35.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-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.1.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.10.0[${PYTHON_USEDEP}]
-   >=dev-python/py-amqp-2.1.1[${PYTHON_USEDEP}]
-   !~dev-python/py-amqp-2.1.4[${PYTHON_USEDEP}]
-   >=dev-python/kombu-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/kombu-4.0.2[${PYTHON_USEDEP}]
-   >=dev-python/pika-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/pika-pool-0.1.3[${PYTHON_USEDEP}]
-   virtual/python-futures[${PYTHON_USEDEP}]
-   >=dev-python/tenacity-3.2.1[${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: dev-python/os-xenapi/

2019-03-24 Thread Matthew Thode
commit: c5a91802a7e8372c16f16510137621b9c91450e0
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:06:29 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a91802

dev-python/os-xenapi: cleanup

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

 dev-python/os-xenapi/Manifest   |  2 --
 dev-python/os-xenapi/os-xenapi-0.2.0.ebuild | 35 ---
 dev-python/os-xenapi/os-xenapi-0.3.1.ebuild | 37 -
 3 files changed, 74 deletions(-)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index c67d5566648..2ea171adcdb 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1,3 +1 @@
-DIST os-xenapi-0.2.0.tar.gz 73753 BLAKE2B 
dbb42c1fe15a55e39622876293d7797801ee4e67d152957e32e88a1d1a4503a2d70ab144216924c7d45935bbc79109a76535cc0b121df63e82468a37cb353cfc
 SHA512 
6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f
-DIST os-xenapi-0.3.1.tar.gz 121953 BLAKE2B 
4c2091fe0d7610dea7e973a6db68b0edea62d7323d09b0e3cc0c3a43b9a5a4b4509e29ee9e48755958f8d99dd5db2bb6ea13a3425c0156388e19ff986f86fa24
 SHA512 
24c1fa9e7b3e37b7847d7f82a533d9c92e7b551bd69681a985950d92ba22974a495e10ab7acf0f8f6a9a6fc9bf4c71820f413f948684a5b17d010dd076749cf4
 DIST os-xenapi-0.3.3.tar.gz 135902 BLAKE2B 
7ba2a7a386d3bbc0a0e20aeeae7b34c22540ed66a97ab48819eeb5995b6a5c8de09f59f0ab31ecee543147c75b33a5b590e6cb228f2f2f7aed861e3fe03654b4
 SHA512 
ec7b89299cfb4a76d0184bbac933e30857e45082cadf43c6b3f74d0c241cbb1013959e6338f85cb2af71c815a6ec6166d8e173898539c9f68eca128e2e908ad1

diff --git a/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild
deleted file mode 100644
index a139b9757d2..000
--- a/dev-python/os-xenapi/os-xenapi-0.2.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi;
-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[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
deleted file mode 100644
index 4d44ba6e967..000
--- a/dev-python/os-xenapi/os-xenapi-0.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="XenAPI library for OpenStack projects"
-HOMEPAGE="https://github.com/openstack/os-xenapi;
-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[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/oslo-concurrency-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.28.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.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: dev-python/oslo-log/

2019-03-24 Thread Matthew Thode
commit: 5affb29210bd083b3fdb60734d8e9245cbd2fec5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:57:43 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5affb292

dev-python/oslo-log: remove pike/queens

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

 dev-python/oslo-log/Manifest   |  1 -
 dev-python/oslo-log/oslo-log-3.36.0.ebuild | 58 --
 2 files changed, 59 deletions(-)

diff --git a/dev-python/oslo-log/Manifest b/dev-python/oslo-log/Manifest
index 7a0c9a18236..5c8a8cc24cb 100644
--- a/dev-python/oslo-log/Manifest
+++ b/dev-python/oslo-log/Manifest
@@ -1,2 +1 @@
-DIST oslo.log-3.36.0.tar.gz 81964 BLAKE2B 
f08a5cc5160da123e7a0acef96f94a20b4051c415056e639b4eb20a10ca725da2527a5c6c25cbce8e532606ab390bd273be54b691d52e6e93a1a51b59f8ba909
 SHA512 
47234c4bef09e105709b765fe0d5b297312ac73169a438f2759cbff335f059afdefc323c290a32bb587dbb6d2095de536ae7111a31e6c5b280e760b9b6b971c6
 DIST oslo.log-3.39.2.tar.gz 85121 BLAKE2B 
782323490b619d28b1ff5df0d72e752431b01156e4c6fc8c1ff6191e22960398560dfc3c871edf65d33b92a75a3af61c85a5b1b66bf56ed8237a638355ccae35
 SHA512 
6b5fad426387d65559be2cd014054c123b9db57158969229ce184919f36ea355b181e3c0c06c78d8e1567108bd05af38ec2695354070826933888332699261ed

diff --git a/dev-python/oslo-log/oslo-log-3.36.0.ebuild 
b/dev-python/oslo-log/oslo-log-3.36.0.ebuild
deleted file mode 100644
index 6f194882f3f..000
--- a/dev-python/oslo-log/oslo-log-3.36.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="OpenStack logging config library, configuration for all openstack 
projects."
-HOMEPAGE="https://pypi.org/project/oslo.log/ 
https://github.com/openstack/oslo.log;
-SRC_URI="mirror://pypi/o/oslo.log/oslo.log-${PV}.tar.gz"
-S="${WORKDIR}/oslo.log-${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}]"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/pyinotify-0.9.6[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-   >=dev-python/monotonic-0.6[${PYTHON_USEDEP}]"
-DEPEND="
-   ${CDEPEND}
-   test? ( ${RDEPEND}
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
-   !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
-   >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
-   >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   sed -i '/^hacking/d' test-requirements.txt || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   nosetests oslo_log/tests || die "Tests fail with ${EPYTHON}"
-}



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

2019-03-24 Thread Matthew Thode
commit: 11cf0cdb5f0cd09b95e1c7217dc7c63cc6469a1f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Mar 24 23:34:10 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:06:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf0cdb

sys-cluster/heat: remove pike/queens

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

 sys-cluster/heat/Manifest|   6 --
 sys-cluster/heat/heat-10.0.2.ebuild  | 163 -
 sys-cluster/heat/heat-2017.2..ebuild | 169 ---
 sys-cluster/heat/heat-2018.1..ebuild | 162 -
 sys-cluster/heat/heat-9.0.5.ebuild   | 169 ---
 5 files changed, 669 deletions(-)

diff --git a/sys-cluster/heat/Manifest b/sys-cluster/heat/Manifest
index 5b261ed33d8..745fbd9ba33 100644
--- a/sys-cluster/heat/Manifest
+++ b/sys-cluster/heat/Manifest
@@ -1,9 +1,3 @@
-DIST heat-10.0.2.tar.gz 2355489 BLAKE2B 
5fe952f029bc4ad510b300ebc7d1be069e110a2c96312d254c1f5a44be580b5204cc2e58faa6371bed47a46cd21896f68790a93e8cc1a52ce65e5569b0bd1fa3
 SHA512 
b028b5ddee6b17edab91ecd2f78fa5fd29bcc431d21af34104d2c4a1023ef355affd4391061986056c21c72374c528f46178c1fcafe1c39b1cba6fe8f205ff86
 DIST heat-11.0.0.tar.gz 2316538 BLAKE2B 
c7c56d273761af1846ef69d2a29563f96550afa97022ef749ac5fbd5c62117214bcfd0bd802a315168ea97d94cdf647c5e9c655803dc6f798ca7d64e0f1a9339
 SHA512 
bc38b062e273d4dfb11ba72c558b4c0ed7a9220a083cf1cc22b42583b864cc4bce8fb80acaa5a88f8f3e1658d585ee2950466d35ca5cb367390141a28aed1e6f
-DIST heat-9.0.5.tar.gz 2365613 BLAKE2B 
36ae4d2e4221d5ae21607ee5833c7a6486e9b8c603276ae34ac18be9d662fc69b62bebb99ab6d64daeab18645ff1804a2cce1c8424f8f5122b9b23f6f7eefd54
 SHA512 
9aab590769c764e46b3d5e0ea88e7e7bdd410b36a00740d5a3b503d328b2c8fba70547b07db56548809feb3ece0e2579278b9cd662ae81ecc40d461754c4416e
-DIST heat.conf.sample-10.0.2 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-11.0.0 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-2017.2. 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932
-DIST heat.conf.sample-2018.1. 92161 BLAKE2B 
745cdb4eb6006079201cfe31b6486a5d759a93d1deceb42c3e9c5224b9512437013a5f44eb0f81694949efad648559a1b4e436992a91986206e50b65c69a09b8
 SHA512 
44b9f0e5779a21afc73a2720181ffaf778d5e54f61db7b177b59a777985c6155dac1d6b535eed311be372236f4d39d0601a8814c5ad7aa0c48acf3771bf65120
 DIST heat.conf.sample-2018.2. 89219 BLAKE2B 
6db6b6476c90bedb8bccb88d6e792fd62d599bf4721153f9cd79fc22d6e99f5096d560d5ead9ee2388529a9ff0514e591444c462621e37ecdc0879ed6f78
 SHA512 
aedde1cea25ecbdff4de8fe410bcb13cf937a4479b9fa27aab8170f92956499c678c2546cc3f373f58c287f13576b1561613b5ff71e6fae5b60bb3d580a90f4f
-DIST heat.conf.sample-9.0.5 88901 BLAKE2B 
050cfaacb46a8d9b79a17b7406acf6bca9be27a21f8278194021cadc69fb364c630ca0f0e7a320dfe9d46303d779eb8b5c31efaa9c25d3695caf70cab18b1b4d
 SHA512 
f62feaa4a0d27866876aed9f78099501247ae4b7deaefd04d77b1f4b2a1d1c991e6f3e68d9f82e3b6a4358c99fbffd90f14a05ff98105df0ef0db68ef8bc6932

diff --git a/sys-cluster/heat/heat-10.0.2.ebuild 
b/sys-cluster/heat/heat-10.0.2.ebuild
deleted file mode 100644
index ee55018f59c..000
--- a/sys-cluster/heat/heat-10.0.2.ebuild
+++ /dev/null
@@ -1,163 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="A CloudFormation-compatible openstack-native cloud orchestration 
engine."
-HOMEPAGE="https://launchpad.net/heat;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}"
-   EGIT_REPO_URI="https://github.com/openstack/heat.git;
-   EGIT_BRANCH="stable/queens"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/heat/heat.conf.sample.queens
 -> heat.conf.sample-${PV}
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="Ap

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

2019-03-24 Thread Matthew Thode
commit: ba4c48ef026ca510a732d387d669eb4ef490438f
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 00:04:10 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 00:07:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4c48ef

dev-python/os-service-types: cleanup

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

 dev-python/os-service-types/Manifest|  1 -
 .../os-service-types/os-service-types-1.1.0.ebuild  | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/os-service-types/Manifest 
b/dev-python/os-service-types/Manifest
index da951c4ec1c..22e6c099e3c 100644
--- a/dev-python/os-service-types/Manifest
+++ b/dev-python/os-service-types/Manifest
@@ -1,2 +1 @@
-DIST os-service-types-1.1.0.tar.gz 20838 BLAKE2B 
8fbf5b5bf9d7fefcf88f51f98a6e0326bd42c0f452d614801543b45c79cc5220aeb15d4e3225c83636cb462e03914cd235942f06a367b0a4b67805c503b63d08
 SHA512 
d6a5e9ce633a92c61c7ca2b44e7c0bb5fb7f28efc3bdb7e240bb8c1d06f02ce1c038e11a709508dcdc4bbb8e1245297b7dafae5b49535b69359af576bb147130
 DIST os-service-types-1.3.0.tar.gz 22961 BLAKE2B 
6ad32594c7fd86f61b0e9018901da740c6ce7d30ba10610cb3fac1900cb8188084ed754a36b608dc076582f438a8cdff0f655cef2ee406de4186c12b5b454f1c
 SHA512 
6a90cd4744902dc314ae2af09411947270a06db548016a0d8e424e6dd44520b20a24e061425e7dcebe4c62fad4c0bab4636e9537644d87f66e652ae02025afe1

diff --git a/dev-python/os-service-types/os-service-types-1.1.0.ebuild 
b/dev-python/os-service-types/os-service-types-1.1.0.ebuild
deleted file mode 100644
index 4e2b9f6d145..000
--- a/dev-python/os-service-types/os-service-types-1.1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-inherit distutils-r1
-
-DESCRIPTION="A library to handle official service types for OpenStack and it's 
aliases."
-HOMEPAGE="https://github.com/openstack/os-service-types;
-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}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}"



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

2019-04-04 Thread Matthew Thode
commit: 52249b4fd90da666bb90ce3aa2bc1b9ade89920d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:29:59 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52249b4f

app-crypt/acme: 0.33.0 bump

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

 app-crypt/acme/Manifest   |  1 +
 app-crypt/acme/acme-0.33.0.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/acme/acme-0.33.0.ebuild 
b/app-crypt/acme/acme-0.33.0.ebuild
new file mode 100644
index 000..8a9d37f4aec
--- /dev/null
+++ b/app-crypt/acme/acme-0.33.0.ebuild
@@ -0,0 +1,48 @@
+# 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,3_5,3_6})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> 
certbot-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   S=${WORKDIR}/certbot-${PV}/acme
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="An implementation of the ACME protocol"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/josepy-1.1.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-0.13.1[${PYTHON_USEDEP}]
+   dev-python/pyrfc3339[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   ${RDEPEND}
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+   >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   nosetests -w ${PN} || die
+}



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

2019-04-04 Thread Matthew Thode
commit: 2e1e317887bcbba946f2da1dda3808d91f957450
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:36:59 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1e3178

app-crypt/certbot-nginx: 0.33.0 bump

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

 app-crypt/certbot-nginx/Manifest| 1 +
 .../{certbot-nginx-.ebuild => certbot-nginx-0.33.0.ebuild}  | 6 +++---
 app-crypt/certbot-nginx/certbot-nginx-.ebuild   | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-0.33.0.ebuild
similarity index 87%
copy from app-crypt/certbot-nginx/certbot-nginx-.ebuild
copy to app-crypt/certbot-nginx/certbot-nginx-0.33.0.ebuild
index b3315cd4264..9adf3132423 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-0.33.0.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=6
@@ -25,8 +25,8 @@ IUSE=""
 
 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   >=app-crypt/certbot-0.22.0[${PYTHON_USEDEP}]
-   >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-0.33.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]

diff --git a/app-crypt/certbot-nginx/certbot-nginx-.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-.ebuild
index b3315cd4264..9adf3132423 100644
--- a/app-crypt/certbot-nginx/certbot-nginx-.ebuild
+++ b/app-crypt/certbot-nginx/certbot-nginx-.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=6
@@ -25,8 +25,8 @@ IUSE=""
 
 CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
-   >=app-crypt/certbot-0.22.0[${PYTHON_USEDEP}]
-   >=app-crypt/acme-0.26.0[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}]
+   >=app-crypt/certbot-0.33.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
>=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]



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

2019-04-04 Thread Matthew Thode
commit: 5f69e159cf650a30df1b4e8f144d1e26d32540bd
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:33:27 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:49 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f69e159

app-crypt/certbot: 0.33.0 bump - fixes tests as well

Fixes: https://bugs.gentoo.org/682440
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/Manifest   | 1 +
 app-crypt/certbot/{certbot-.ebuild => certbot-0.33.0.ebuild} | 2 ++
 app-crypt/certbot/certbot-.ebuild| 2 ++
 3 files changed, 5 insertions(+)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-0.33.0.ebuild
similarity index 93%
copy from app-crypt/certbot/certbot-.ebuild
copy to app-crypt/certbot/certbot-0.33.0.ebuild
index 1c019d37388..48d3f1039d4 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-0.33.0.ebuild
@@ -42,5 +42,7 @@ DEPEND="
)"
 
 python_test() {
+   # acme is not installed, removing it here is fine, the dir just 
confuses tests
+   rm -R acme
pytest -vv ${PN} || die
 }

diff --git a/app-crypt/certbot/certbot-.ebuild 
b/app-crypt/certbot/certbot-.ebuild
index 1c019d37388..48d3f1039d4 100644
--- a/app-crypt/certbot/certbot-.ebuild
+++ b/app-crypt/certbot/certbot-.ebuild
@@ -42,5 +42,7 @@ DEPEND="
)"
 
 python_test() {
+   # acme is not installed, removing it here is fine, the dir just 
confuses tests
+   rm -R acme
pytest -vv ${PN} || die
 }



[gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/

2019-04-04 Thread Matthew Thode
commit: 545de417d05767378b467c7d533dc8dfc114c782
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  2 19:10:31 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545de417

sys-block/tgt: 1.0.75 stable amd64/x86 with cleanup

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

 sys-block/tgt/Manifest  |  2 --
 sys-block/tgt/tgt-1.0.72.ebuild | 65 -
 sys-block/tgt/tgt-1.0.73.ebuild | 62 ---
 sys-block/tgt/tgt-1.0.75.ebuild |  2 +-
 4 files changed, 1 insertion(+), 130 deletions(-)

diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest
index e07b28d3dad..ec94cf70983 100644
--- a/sys-block/tgt/Manifest
+++ b/sys-block/tgt/Manifest
@@ -1,5 +1,3 @@
-DIST tgt-1.0.72.tar.gz 296698 BLAKE2B 
6625bf87b37f4683aaf0c29264e69e400c6d238c9eaa7d9bb6fd46a76b542a8477ad8c7e9913d3dde70caaf02c323a2c01a3bd78b2d092829f4530015225012f
 SHA512 
4fdb1b8f3c2487f66629024132f7fa53ab69b9eba67d380fb18aa2d9c143e77bdf808b3ff8d1e2bf1d4420cf1792944d6f79731ddbb095d52b53d573d9f1281c
-DIST tgt-1.0.73.tar.gz 296814 BLAKE2B 
a3c81c00f716678aa9388f6a4562bd0b6fe0e2c705aee9655f942ffafae4bab3bbbaff521a8b7aefab208a354e0c1c617b85cdd08247a77d1026d0482d2b6528
 SHA512 
e6410f16c54f71d9a33d511438169a0ca305a7b9a9dd6abbaae9f0b31c18223fa1f3a11b575322d3bb94df129b4f9b186079a7d7cbd27e31734151154edab1da
 DIST tgt-1.0.74.tar.gz 297109 BLAKE2B 
8ad439a1df437b87a6bf94a8c0403c4ae26a6b77ddc3b44758134199efa5b55dafd09cd2ac3f1b12abc3a77077dffdcab1e9b2aa0a97fcd2e2c19ba24a5cd9cf
 SHA512 
aa905b44a3495275549d4abe8542e2b6b086bbab79b83d2902cba1e6124889a8873d479d128416b23c7681433fbe37c1772e8578bb12bf80b96267f65c0a
 DIST tgt-1.0.75.tar.gz 297374 BLAKE2B 
c3db3701980b78328decd857b3a031f1e735553b33163bc012b55084a0c1ce803e90b93771c6516542168448ab872a641064c90bd01444b49c353c35a37e2985
 SHA512 
e2da4f49b1b89b67084a535abc1f6c28f289d25a6fce1cd6a9238df64c7a1e29eb11f4d074cd6dfda4cc37524e0f6831fbdee8d32a03d50ff156bc1369de04d8
 DIST tgt-1.0.76.tar.gz 297349 BLAKE2B 
b5f954b7497fd54d2156bb8ae7c90c2e158e59dd5cd2f8ea25a87403b1d4c491ce07d4968d27f13d5a195a4824554f98a07091f500cb520dffd856454736ceeb
 SHA512 
4c25f8f0553f95d58ed694e44f85bddbacbebe12d531725b7db03de5f6728c85a9b8968a39bea5b2126aecde9dd254855d9d6e8686c310fa53daf976738edfe1

diff --git a/sys-block/tgt/tgt-1.0.72.ebuild b/sys-block/tgt/tgt-1.0.72.ebuild
deleted file mode 100644
index bacdb72d61a..000
--- a/sys-block/tgt/tgt-1.0.72.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic toolchain-funcs
-
-MY_TREE="8f94634"
-
-DESCRIPTION="Linux SCSI target framework (tgt)"
-HOMEPAGE="http://stgt.sourceforge.net;
-SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="fcoe fcp ibmvio infiniband rbd"
-
-CDEPEND="dev-perl/Config-General
-   dev-libs/libxslt
-   rbd? ( sys-cluster/ceph )
-   infiniband? (
-   sys-fabric/libibverbs:=
-   sys-fabric/librdmacm:=
-   )"
-DEPEND="${CDEPEND}
-   app-text/docbook-xsl-stylesheets"
-RDEPEND="${DEPEND}
-   dev-libs/libaio
-   sys-apps/sg3_utils"
-
-S=${WORKDIR}/fujita-tgt-${MY_TREE}
-
-pkg_setup() {
-   tc-export CC
-}
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0.69-sysmacros.patch #580594
-
-   sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die
-
-   # make sure xml docs are generated before trying to install them
-   sed -i -e "s@install: @& all @g" doc/Makefile || die
-}
-
-src_compile() {
-   local myconf
-   use ibmvio && myconf="${myconf} IBMVIO=1"
-   use infiniband && myconf="${myconf} ISCSI_RDMA=1"
-   use fcp && myconf="${myconf} FCP=1"
-   use fcoe && myconf="${myconf} FCOE=1"
-   use rbd && myconf="${myconf} CEPH_RBD=1"
-
-   emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
-   emake -C doc
-}
-
-src_install() {
-   emake  install-programs install-scripts install-doc DESTDIR="${D}" 
docdir=/usr/share/doc/${PF}
-   newinitd "${FILESDIR}"/tgtd.initd tgtd
-   newconfd "${FILESDIR}"/tgtd.confd tgtd
-   dodir /etc/tgt
-   keepdir /etc/tgt
-}

diff --git a/sys-block/tgt/tgt-1.0.73.ebuild b/sys-block/tgt/tgt-1.0.73.ebuild
deleted file mode 100644
index 0677386365d..000
--- a/sys-block/tgt/tgt-1.0.73.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the t

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

2019-04-04 Thread Matthew Thode
commit: 985674aa671567135d601e5e3ea82800db1fa46d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:39:11 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985674aa

dev-python/PyECLib: 1.6.0 bump

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

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

diff --git a/dev-python/PyECLib/Manifest b/dev-python/PyECLib/Manifest
index 2c9b700b66f..907335f12e4 100644
--- a/dev-python/PyECLib/Manifest
+++ b/dev-python/PyECLib/Manifest
@@ -1 +1,2 @@
 DIST pyeclib-1.5.0.tar.gz 6682493 BLAKE2B 
3f3a595b67a8e216b90c61f8119be6f40de0863a0d77c4e65c41e699aad0d9a5f1d621e8bb9510d78b9eb495acc5fc5af7178afe127780151b9be60ca246fbff
 SHA512 
89831fc8b04a1488504b632f75da8f2f29bc6b4e33b35d0d4305b4d5ec4bc25c0e16d149580badb15be7dbf8aeb2bdebef81f78f7b7871233afaaf96823e3a3e
+DIST pyeclib-1.6.0.tar.gz 6685306 BLAKE2B 
0b758bd500afc7f9d8e38513cc41f1916413d8ad6f3b1bd34d9ff46d6d33321391eaf90164e412154a14d63d4ba61502457bb943e124dd7054a5d5ec20732294
 SHA512 
507f78388e941e4600f4b77f636ce27b7f63e635f108dd5a452b3f98f779e87d94d8f82239d9d5733846faa5cc574c0474e366d99e44b8f03b70707d352f56c8

diff --git a/dev-python/PyECLib/PyECLib-1.6.0.ebuild 
b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
new file mode 100644
index 000..ab29e70bcb7
--- /dev/null
+++ b/dev-python/PyECLib/PyECLib-1.6.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils multilib
+
+DESCRIPTION="Messaging API for RPC and notifications over different messaging 
transports"
+HOMEPAGE="https://pypi.org/project/PyECLib/;
+SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz"
+S="${WORKDIR}/pyeclib-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND="dev-libs/jerasure"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="dev-libs/liberasurecode
+   ${CDEPEND}"



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

2019-04-04 Thread Matthew Thode
commit: ea81fc7e37654e39d1c75c7111707bf970452c37
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:34:37 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea81fc7e

app-crypt/certbot-apache: 0.33.0 bump

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

 app-crypt/certbot-apache/Manifest  |  1 +
 .../certbot-apache/certbot-apache-0.33.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 2bb930b0466..7e612162e2a 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,2 +1,3 @@
 DIST certbot-0.31.0.tar.gz 1267960 BLAKE2B 
4097a3d278d86589e7273c3f5c4f809f0a5777319856a2aea27233ee99eadf2e7c075c5400970be6a2f11032e54457c9705ef45b85e9d158bc04c7761e59a23a
 SHA512 
9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea
 DIST certbot-0.32.0.tar.gz 1284873 BLAKE2B 
c3fa538de87b67680a7bc7465d77ab2947606aec4def3717b5d942c83254ff758d751e137bfe33cb6f9362a11a9bad7fba0337927b638f3af7ddf304d408c447
 SHA512 
fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4
+DIST certbot-0.33.0.tar.gz 1303989 BLAKE2B 
7417e72592e15fd7969aed4c60a799caaeedfe66af3b2e60f364677bbf7ba5dde6e597e89a07036b61e63975b402e3de81fb116ee4861061357160284fcc7821
 SHA512 
4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133

diff --git a/app-crypt/certbot-apache/certbot-apache-0.33.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-0.33.0.ebuild
new file mode 100644
index 000..b6c158fb2f5
--- /dev/null
+++ b/app-crypt/certbot-apache/certbot-apache-0.33.0.ebuild
@@ -0,0 +1,38 @@
+# 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,3_5,3_6})
+
+if [[ ${PV} == * ]]; then
+   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
+   inherit git-r3
+   S=${WORKDIR}/${P}/${PN}
+else
+   
SRC_URI="https://github.com/${PN%-apache}/${PN%-apache}/archive/v${PV}.tar.gz 
-> ${PN%-apache}-${PV}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S=${WORKDIR}/${PN%-apache}-${PV}/${PN}
+fi
+
+inherit distutils-r1
+
+DESCRIPTION="Apache plugin for certbot (Let's Encrypt Client)"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="test"
+
+RDEPEND=">=app-crypt/certbot-0.26.0[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.25.0[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/python-augeas[${PYTHON_USEDEP}]
+   dev-python/zope-component[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}] )
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+   nosetests || die
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/

2019-04-04 Thread Matthew Thode
commit: 4f27943e49991907def81384bec189fc4678ec86
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Apr  2 19:09:19 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:39:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f27943e

sys-block/tgt: 1.0.76 bump

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

 sys-block/tgt/Manifest  |  1 +
 sys-block/tgt/tgt-1.0.76.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest
index e7354d61020..e07b28d3dad 100644
--- a/sys-block/tgt/Manifest
+++ b/sys-block/tgt/Manifest
@@ -2,3 +2,4 @@ DIST tgt-1.0.72.tar.gz 296698 BLAKE2B 
6625bf87b37f4683aaf0c29264e69e400c6d238c9e
 DIST tgt-1.0.73.tar.gz 296814 BLAKE2B 
a3c81c00f716678aa9388f6a4562bd0b6fe0e2c705aee9655f942ffafae4bab3bbbaff521a8b7aefab208a354e0c1c617b85cdd08247a77d1026d0482d2b6528
 SHA512 
e6410f16c54f71d9a33d511438169a0ca305a7b9a9dd6abbaae9f0b31c18223fa1f3a11b575322d3bb94df129b4f9b186079a7d7cbd27e31734151154edab1da
 DIST tgt-1.0.74.tar.gz 297109 BLAKE2B 
8ad439a1df437b87a6bf94a8c0403c4ae26a6b77ddc3b44758134199efa5b55dafd09cd2ac3f1b12abc3a77077dffdcab1e9b2aa0a97fcd2e2c19ba24a5cd9cf
 SHA512 
aa905b44a3495275549d4abe8542e2b6b086bbab79b83d2902cba1e6124889a8873d479d128416b23c7681433fbe37c1772e8578bb12bf80b96267f65c0a
 DIST tgt-1.0.75.tar.gz 297374 BLAKE2B 
c3db3701980b78328decd857b3a031f1e735553b33163bc012b55084a0c1ce803e90b93771c6516542168448ab872a641064c90bd01444b49c353c35a37e2985
 SHA512 
e2da4f49b1b89b67084a535abc1f6c28f289d25a6fce1cd6a9238df64c7a1e29eb11f4d074cd6dfda4cc37524e0f6831fbdee8d32a03d50ff156bc1369de04d8
+DIST tgt-1.0.76.tar.gz 297349 BLAKE2B 
b5f954b7497fd54d2156bb8ae7c90c2e158e59dd5cd2f8ea25a87403b1d4c491ce07d4968d27f13d5a195a4824554f98a07091f500cb520dffd856454736ceeb
 SHA512 
4c25f8f0553f95d58ed694e44f85bddbacbebe12d531725b7db03de5f6728c85a9b8968a39bea5b2126aecde9dd254855d9d6e8686c310fa53daf976738edfe1

diff --git a/sys-block/tgt/tgt-1.0.76.ebuild b/sys-block/tgt/tgt-1.0.76.ebuild
new file mode 100644
index 000..740ed20c869
--- /dev/null
+++ b/sys-block/tgt/tgt-1.0.76.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic toolchain-funcs
+
+MY_TREE="df08164"
+
+DESCRIPTION="Linux SCSI target framework (tgt)"
+HOMEPAGE="http://stgt.sourceforge.net;
+SRC_URI="https://github.com/fujita/tgt/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="fcoe fcp ibmvio infiniband rbd"
+
+CDEPEND="dev-perl/Config-General
+   dev-libs/libxslt
+   rbd? ( sys-cluster/ceph )
+   infiniband? (
+   sys-fabric/libibverbs:=
+   sys-fabric/librdmacm:=
+   )"
+DEPEND="${CDEPEND}
+   app-text/docbook-xsl-stylesheets"
+RDEPEND="${DEPEND}
+   dev-libs/libaio
+   sys-apps/sg3_utils"
+
+S=${WORKDIR}/fujita-tgt-${MY_TREE}
+
+pkg_setup() {
+   tc-export CC
+}
+
+src_prepare() {
+   sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die
+   # make sure xml docs are generated before trying to install them
+   sed -i -e "s@install: @& all @g" doc/Makefile || die
+   eapply_user
+}
+
+src_compile() {
+   local myconf
+   use ibmvio && myconf="${myconf} IBMVIO=1"
+   use infiniband && myconf="${myconf} ISCSI_RDMA=1"
+   use fcp && myconf="${myconf} FCP=1"
+   use fcoe && myconf="${myconf} FCOE=1"
+   use rbd && myconf="${myconf} CEPH_RBD=1"
+
+   emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
+   emake -C doc
+}
+
+src_install() {
+   emake  install-programs install-scripts install-doc DESTDIR="${D}" 
docdir=/usr/share/doc/${PF}
+   newinitd "${FILESDIR}"/tgtd.initd tgtd
+   newconfd "${FILESDIR}"/tgtd.confd tgtd
+   dodir /etc/tgt
+   keepdir /etc/tgt
+}



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

2019-04-04 Thread Matthew Thode
commit: 1b8a267cb717a535563f8c3d54753d5b98656b3f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Apr  4 14:45:13 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Apr  4 14:47:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8a267c

sys-cluster/swift: add doc support

Thanks Hank Leininger for the patch
Fixes: https://bugs.gentoo.org/682478

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

 sys-cluster/swift/{swift-2.21.0.ebuild => swift-2.21.0-r1.ebuild} | 7 ++-
 sys-cluster/swift/swift-2019.1..ebuild| 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/swift/swift-2.21.0.ebuild 
b/sys-cluster/swift/swift-2.21.0-r1.ebuild
similarity index 96%
rename from sys-cluster/swift/swift-2.21.0.ebuild
rename to sys-cluster/swift/swift-2.21.0-r1.ebuild
index d96686a8d7f..ec5ee0cd41e 100644
--- a/sys-cluster/swift/swift-2.21.0.ebuild
+++ b/sys-cluster/swift/swift-2.21.0-r1.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="proxy account container object +memcached"
+IUSE="account container doc +memcached object proxy"
 REQUIRED_USE="|| ( proxy account container object )"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
@@ -109,6 +109,11 @@ python_install_all() {
newins "etc/object-expirer.conf-sample" "object-expirer.conf"
fi
 
+   if use doc; then
+   doman doc/manpages/*
+   dodoc -r doc/{s3api,saio,source}
+   fi
+
fowners root:swift "/etc/swift" || die "fowners failed"
fperms 0750 /etc/swift
 }

diff --git a/sys-cluster/swift/swift-2019.1..ebuild 
b/sys-cluster/swift/swift-2019.1..ebuild
index d96686a8d7f..ec5ee0cd41e 100644
--- a/sys-cluster/swift/swift-2019.1..ebuild
+++ b/sys-cluster/swift/swift-2019.1..ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="proxy account container object +memcached"
+IUSE="account container doc +memcached object proxy"
 REQUIRED_USE="|| ( proxy account container object )"
 
 CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
@@ -109,6 +109,11 @@ python_install_all() {
newins "etc/object-expirer.conf-sample" "object-expirer.conf"
fi
 
+   if use doc; then
+   doman doc/manpages/*
+   dodoc -r doc/{s3api,saio,source}
+   fi
+
fowners root:swift "/etc/swift" || die "fowners failed"
fperms 0750 /etc/swift
 }



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

2019-04-04 Thread Matthew Thode
commit: d6a6cfd6bf2734d53d3dc3f644258e5e9d90627b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  5 02:22:23 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Fri Apr  5 02:22:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a6cfd6

app-emulation/diskimage-builder: 2.21.0 bump

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

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-2.21.0.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index f699aa26fb7..a1977ce249e 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1 +1,2 @@
 DIST diskimage-builder-2.20.3.tar.gz 403533 BLAKE2B 
08aba837288123081d53b9f79af55c520acf5120dc7126781764c85aa633884ca812b46cd000f619f36138df34252652ea427dbd73aa215196883046b0baa469
 SHA512 
efefd3c19643e75794293519286d1df81b8bf88511d394b13addfd8953368f3ff6cd57a884b77a161d0b7d01b97624e4dd91d79497e22058f24747ee4a24df3a
+DIST diskimage-builder-2.21.0.tar.gz 409367 BLAKE2B 
25c8a819be8674eee38a97e822151527dd77d3f5e85016ebc1a7fa5bf907f64bdac47012eb748b69273b519580c6ea4ca845abd7800ddb4e3f60dd81da546a73
 SHA512 
51a871a772fd4ae35d0a8ea51f7c01502c374805f5de5ab37c2f18ea868a829c7085ecaa6a62690e8d6e85afe225cbab7ed86266eb5fc3e8741a8ff968cb35f9

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild
new file mode 100644
index 000..4c5588077db
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.21.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2019-04-04 Thread Matthew Thode
commit: 53ab39f51e9e45c2ecdc9306234a456fa54857ec
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  5 02:20:22 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Fri Apr  5 02:22:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ab39f5

sys-auth/keystone: 14.1.0 bump

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

 sys-auth/keystone/Manifest   |   3 +
 sys-auth/keystone/keystone-14.1.0.ebuild | 181 +++
 2 files changed, 184 insertions(+)

diff --git a/sys-auth/keystone/Manifest b/sys-auth/keystone/Manifest
index 0e505071b16..92dcb113db1 100644
--- a/sys-auth/keystone/Manifest
+++ b/sys-auth/keystone/Manifest
@@ -1,5 +1,8 @@
 DIST keystone-14.0.1.tar.gz 1526741 BLAKE2B 
5ae1a6f0e7a7ce737b3a0fdbd2900e8cb1541ec3b1e08228d4abf58d8021a06a6c9db654ef71c22636436f2601bd49d4934f24650e2a44c101c9610ed7b011af
 SHA512 
87065a16ca70dc9115d331f1e0f3669ac9661f5172f9e8afbecef48e7dd9a4726438b4d757fa54bbd6095a5543427dc913f90a765e83ffb30284b1f8dbfbb8e7
+DIST keystone-14.1.0.tar.gz 1467270 BLAKE2B 
ed4bd8a109fe80577d210a09ddb1e49d61cee329f52ded02dfa36d7996089b62b7570bdea3d4afd69d51e91183f6011b6ab69842d4b0463efc22e5140be7e02b
 SHA512 
ab2462f7d4bec19b37e0a482f19fd6cac3559d3fcb2422488646f18590a955bf324c260ca69f34c192508833378bba56c5ef21ee44c653dec50e3dc6e7b65425
 DIST keystone.conf.sample-14.0.1 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
+DIST keystone.conf.sample-14.1.0 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.conf.sample-2018.2. 119794 BLAKE2B 
3f3c43b0972230a57b444ffe3ca41fa94a0886831941c8c259738e6575b74776a6add907fac833ba178769bbecd4bc16fe383b53344c1e3cebf3d4eacdbcb50d
 SHA512 
5513b4e3bed869d6fa56bf6163355de2dcbf859dd8f7e76ffa3a0e7b644fe367bbde75a4e090098faba473e1fb26b061d434771e9e6bb8cb105ca609c161e5c1
 DIST keystone.policy.yaml.sample-14.0.1 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036
+DIST keystone.policy.yaml.sample-14.1.0 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036
 DIST keystone.policy.yaml.sample-2018.2. 38318 BLAKE2B 
a27e4ea59c99dc91dde9d1cc62340faa4b91e644dc6b8725c2d7de731e44684d8d59571e6470da3ab9fa191087a890a0b417b58b1473038bf39cfc75e5b2bad4
 SHA512 
95fad079d1fb77d15b9f8e507be8b1e01b493c3f1dd4e992567fe9c905bae01a058e93d59677d472ae47856b13d5cffa213d89e8e267f081a2bad1bf8e1f6036

diff --git a/sys-auth/keystone/keystone-14.1.0.ebuild 
b/sys-auth/keystone/keystone-14.1.0.ebuild
new file mode 100644
index 000..428ffc5ea13
--- /dev/null
+++ b/sys-auth/keystone/keystone-14.1.0.ebuild
@@ -0,0 +1,181 @@
+# 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} )
+
+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/rocky/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.policy.yaml.sample
 -> keystone.policy.yaml.sample-${PV}"
+   EGIT_REPO_URI="https://github.com/openstack/keystone.git;
+   EGIT_BRANCH="stable/rocky"
+else
+   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/keystone.conf.sample
 -> keystone.conf.sample-${PV}
+   
https://dev.gentoo.org/~prometheanfire/dist/openstack/keystone/rocky/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=">=de

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

2019-04-04 Thread Matthew Thode
commit: 4f2985bba3ccf6f0253cd6582b04e1d88a45a022
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  5 02:17:23 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Fri Apr  5 02:22:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2985bb

app-admin/ansible: 2.6.16 and 2.7.10 bump

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

 app-admin/ansible/Manifest  |  2 +
 app-admin/ansible/ansible-2.6.16.ebuild | 66 +
 app-admin/ansible/ansible-2.7.10.ebuild | 66 +
 3 files changed, 134 insertions(+)

diff --git a/app-admin/ansible/Manifest b/app-admin/ansible/Manifest
index f93e9e38e60..d246569598d 100644
--- a/app-admin/ansible/Manifest
+++ b/app-admin/ansible/Manifest
@@ -1,5 +1,7 @@
 DIST ansible-2.5.14.tar.gz 10119785 BLAKE2B 
6e771aafc16053185ee6d275d6d41f64aa3f0d6dffbe721a66b548b97e84d78916e03827d592b961f9a4e0bb03fae09320731a4b8fdb814126cecdfb51f9f136
 SHA512 
9635b1c4bc9a93a24f4bb2894c9fed63803cecb01c5562559e3b808791d1007b26aa0aade4aa05fd4bae0f7d01216588d4e2e0bf4c5fb6cdf677d9b40e9e2de8
 DIST ansible-2.6.14.tar.gz 10732165 BLAKE2B 
c753860a521c37357c7a5042391957680865416c036fcaf3920a65e291dc3ed3a52e94ad5b99acdb0d2c919e3be68b8462e462a935497dfe83b406adf4e63dad
 SHA512 
ee532c0d61ab03a0937e89bfa7565f27f1905987784f31895e8ac6e4a8ecf76ca9f30201d278a68a995b8fc27151712dba2e79c13269a472d923355e36072e4e
 DIST ansible-2.6.15.tar.gz 10734433 BLAKE2B 
9c48d9de348a11a57b364921af26154b5a2106d0bfa2d7d341c06e2408b3f71d30b3cc2f5e4df1bb21eb6eebd39a4d297ce8d697d68826378d4e786a4acb4e25
 SHA512 
14951db33ed2124b3379adf1114a9c980f63668c18a79d436658d8ddc1bbbd38f26682520319bd0e399d6ced518ece0f01da5a6991003e8b30adf78f20c6d1e8
+DIST ansible-2.6.16.tar.gz 10738431 BLAKE2B 
b801eb524f631950c385f7a949bdeae288e95d1590ea96f98e955f6ebc4ccfc5970e3926727850e7ef13fbcd7118ad6388e516a8fe62b53f1bf8b4d5b484dbab
 SHA512 
ff67803cf6afd512ab779b7c862d4427591c90bb0ed9391e32fc8ea30c24c70cc31c910c9af51b4dd423885f858f65c1c8d6274565c90296ecd7a00df3374977
+DIST ansible-2.7.10.tar.gz 11844278 BLAKE2B 
c847b642ebe4cbc2194538a0b194cd5c0bb82e0ba2a6da2e272670c75596b9793e028d067ddb37000c07f2c2427b5b99248b16c544daed4976c0210b601d3c97
 SHA512 
4d58ef080c8ee02ef36eb3116ec89e4542b5b4042262953b2001081601fe1066237191cce5e647f354efa9e1933cf5010519d049e678a90e8ca08620cd1788a5
 DIST ansible-2.7.8.tar.gz 11812884 BLAKE2B 
867ed7072efc4effafd637ac0353bd722269046cae8ddb794eea8c6cf9d739bc567f2a5323a589c21a74bbb57565ef153fb8c52798c17809a42400abe72ce65c
 SHA512 
f3501ce8b642f83fe3d5e21cdfa26bce8611e92bc6e68e40b3a7ff2443c7d8ee0b2175981c92a5e83f9ce8c5d7d75aac95106a237bb9325c66319d96a790009a
 DIST ansible-2.7.9.tar.gz 11830476 BLAKE2B 
7688ce9f74b0ab1fafd0e31dce90d995a9d8ca90bbe436f2d4ee9d005069b6e1b2c4dd679c2430a6873233da54ae06d3ebf08736681ec2e59e5b3ddafa6bb1e2
 SHA512 
4d39c7d4eb97264ce8f92812fb986b24af0c663efa6d8cd1d9a4cb25731d55e7518e503c04764e62d0458916b601baaa7acc623f9f83ce8b93e7f22900e29a53

diff --git a/app-admin/ansible/ansible-2.6.16.ebuild 
b/app-admin/ansible/ansible-2.6.16.ebuild
new file mode 100644
index 000..4bec3453ac7
--- /dev/null
+++ b/app-admin/ansible/ansible-2.6.16.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_{5,6} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Model-driven deployment, config management, and command execution 
framework"
+HOMEPAGE="https://ansible.com/;
+SRC_URI="https://releases.ansible.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/paramiko[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/netaddr[${PYTHON_USEDEP}]
+   net-misc/sshpass
+   virtual/ssh
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.6[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+   test? (
+   ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
+   >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
+   dev-python/passlib[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/unittest2[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )"
+
+# not included in release tarball
+RESTRICT="test"
+
+python_compile_all() {
+   if use doc; then
+   cd docs/docsite || die
+   export CPUS=4
+   emake -f Makefile.sphinx ht

[gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/

2019-04-05 Thread Matthew Thode
commit: e56e758cf7fff5f509f14b2eb1c3fc4d90fc7076
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Apr  5 22:57:09 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Fri Apr  5 22:57:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56e758c

gui-apps/mako: initial add of gui-apps/mako

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

 gui-apps/mako/Manifest |  1 +
 gui-apps/mako/mako-1.2.ebuild  | 46 +
 gui-apps/mako/mako-.ebuild | 51 ++
 gui-apps/mako/metadata.xml | 19 
 4 files changed, 117 insertions(+)

diff --git a/gui-apps/mako/Manifest b/gui-apps/mako/Manifest
new file mode 100644
index 000..d7813318587
--- /dev/null
+++ b/gui-apps/mako/Manifest
@@ -0,0 +1 @@
+DIST mako-1.2.tar.gz 34443 BLAKE2B 
d505cbc7d25755ef3880adceaf8e33c277a90583c37ebd2691cd3d8d142f19f7eedca2ad167c0174723706c6f0a9b0688ddb34ed824e8231330265f1b5e3d645
 SHA512 
2552590f690a9749e9ef897052ca6aecf70eb01d77b1afe21335c84e257c6c8347abbd7f33150d561e8f52a9ae3a91c7a199a93cecf64a305934886522fc1454

diff --git a/gui-apps/mako/mako-1.2.ebuild b/gui-apps/mako/mako-1.2.ebuild
new file mode 100644
index 000..597b35d6e7d
--- /dev/null
+++ b/gui-apps/mako/mako-1.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway."
+HOMEPAGE="https://github.com/emersion/mako;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/${PN}.git;
+else
+   SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+   dev-libs/wayland
+   x11-libs/pango
+   x11-libs/cairo
+   || (
+   sys-apps/systemd
+   sys-auth/elogind
+   )
+   sys-apps/dbus[user-session]
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+   app-text/scdoc
+"
+
+src_configure() {
+   local emesonargs=(
+   "-Dwerror=false"
+   )
+   meson_src_configure
+}

diff --git a/gui-apps/mako/mako-.ebuild b/gui-apps/mako/mako-.ebuild
new file mode 100644
index 000..8f1e8cc64cb
--- /dev/null
+++ b/gui-apps/mako/mako-.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway."
+HOMEPAGE="https://github.com/emersion/mako;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/emersion/${PN}.git;
+else
+   SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="+icons"
+
+DEPEND="
+   dev-libs/wayland
+   x11-libs/pango
+   x11-libs/cairo
+   || (
+   sys-apps/systemd
+   sys-auth/elogind
+   )
+   sys-apps/dbus[user-session]
+   icons? (
+   x11-libs/gtk+:3
+   x11-libs/gdk-pixbuf
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+   app-text/scdoc
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dicons=$(usex icons enabled disabled)
+   "-Dwerror=false"
+   )
+   meson_src_configure
+}

diff --git a/gui-apps/mako/metadata.xml b/gui-apps/mako/metadata.xml
new file mode 100644
index 000..f4af030a3ec
--- /dev/null
+++ b/gui-apps/mako/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   A lightweight notification daemon for Wayland. Works on Sway.
+   
+   
+   Enable support for icons
+   
+   
+   emmersion/mako
+   https://github.com/emersion/mako/issues
+   https://github.com/emersion/mako/releases
+   
+



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

2019-03-30 Thread Matthew Thode
commit: c83a82109aac924c7c574e5dee27f1ac509a64a0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Mar 30 15:51:31 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 30 21:22:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83a8210

net-analyzer/icinga2: remove unused file

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Matthew Thode  gentoo.org>

 net-analyzer/icinga2/files/icinga2.initd-2 | 91 --
 1 file changed, 91 deletions(-)

diff --git a/net-analyzer/icinga2/files/icinga2.initd-2 
b/net-analyzer/icinga2/files/icinga2.initd-2
deleted file mode 100644
index b12716d4d44..000
--- a/net-analyzer/icinga2/files/icinga2.initd-2
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-extra_started_commands="reload"
-
-# Set defaults, see /etc/conf.d/icinga2 to override
-: ${DAEMON:=/usr/sbin/icinga2}
-: ${ICINGA2_CONFIG_FILE:=/etc/icinga2/icinga2.conf}
-: ${ICINGA2_RUN_DIR:=/run/icinga2}
-: ${ICINGA2_STATE_DIR:=/var/cache/icinga2}
-: ${ICINGA2_PID_FILE:=${ICINGA2_RUN_DIR}/icinga2.pid}
-: ${ICINGA2_CMD_DIR:=${ICINGA2_RUN_DIR}/cmd}
-: ${ICINGA2_LOG_DIR:=/var/log/icinga2}
-: ${ICINGA2_ERROR_LOG:=/var/log/icinga2/error.log}
-: ${ICINGA2_STARTUP_LOG:=/var/log/icinga2/startup.log}
-: ${ICINGA2_LOG:=/var/log/icinga2/icinga2.log}
-: ${ICINGA2_CACHE_DIR:=/var/cache/icinga2}
-: ${ICINGA2_USER:=icinga}
-: ${ICINGA2_GROUP:=icingacmd}
-: ${ICINGA2_COMMAND_GROUP:=icingacmd}
-
-ICINGA2_DAEMON_ARGS="daemon -c $ICINGA2_CONFIG_FILE -e $ICINGA2_ERROR_LOG -d"
-
-depend() {
-need net
-}
-
-checkconfig() {
-if [ ! -e "$ICINGA2_CONFIG_FILE" ]; then
-   ewarn "Config file '$ICINGA2_CONFIG_FILE' does not exist."
-   eend 1
-fi
-
-ICINGA2_USER=$($DAEMON variable get --current RunAsUser)
-if [ $? != 0 ]; then
-eerror "Could not fetch RunAsUser variable: '$ICINGA2_USER'."
-return 1
-fi
-ICINGA2_GROUP=$($DAEMON variable get --current RunAsGroup)
-if [ $? != 0 ]; then
-eerror "Could not fetch RunAsGroup variable: '$ICINGA2_GROUP'."
-return 1
-fi
-
-checkpath -d -m 0750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_RUN_DIR
-checkpath -d -m 0750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_STATE_DIR
-checkpath -d -m 2750 -o $ICINGA2_USER:$ICINGA2_GROUP $ICINGA2_CMD_DIR
-
-if ! $DAEMON daemon -c $ICINGA2_CONFIG_FILE -C > $ICINGA2_STARTUP_LOG 
2>&1; then
-eerror "Icinga2 detected configuration errors. Check 
'$ICINGA2_STARTUP_LOG' for details."
-return 1
-fi
-}
-
-start() {
-checkconfig || return 1
-
-ebegin "Starting icinga2"
-start-stop-daemon --start --exec "${DAEMON}" \
---pidfile "${ICINGA2_PID_FILE}" \
--- $ICINGA2_DAEMON_ARGS > $ICINGA2_STARTUP_LOG 2>&1
-local retval=$?
-if [ $retval -ne 0 ]; then
-ewarn "Error starting icinga2. '$ICINGA2_STARTUP_LOG' for details."
-fi
-eend $retval
-}
-
-stop() {
-ebegin "Stopping icinga2"
-start-stop-daemon \
---stop \
---pidfile $ICINGA2_PID_FILE \
---retry "SIGTERM/15 SIGKILL/30" \
---progress
-eend $?
-}
-
-reload() {
-checkconfig || return 1
-
-ebegin "Reloading icinga2"
-start-stop-daemon --signal HUP --pidfile "$ICINGA2_PID_FILE"
-
-local retval=$?
-if [ $retval -ne 0 ]; then
-ewarn "Error reloading icinga2."
-fi
-eend $retval
-}



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

2019-03-28 Thread Matthew Thode
commit: ddcf9686bde9860588ca049b73acf97bb60d36c2
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Mar 28 20:43:15 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Mar 28 20:48:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddcf9686

sys-apps/bolt: 0.7 bump

Fixes: https://bugs.gentoo.org/681868
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 sys-apps/bolt/Manifest|  1 +
 sys-apps/bolt/bolt-0.7.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/sys-apps/bolt/Manifest b/sys-apps/bolt/Manifest
index f33ef2b9eb6..2bed7601336 100644
--- a/sys-apps/bolt/Manifest
+++ b/sys-apps/bolt/Manifest
@@ -1,2 +1,3 @@
 DIST bolt-0.4.tar.gz 113525 BLAKE2B 
4d6b25b60a35bbeee724e4549a49709ff19d99457c8a35c02c66026cdca999359220d09812f8e9f44586b5e3cf3dda2e3ff30f35a4f37ed6d815535e62af39f3
 SHA512 
3ea6b748768b5d9df60425274ecdb4ccd5ce6599e01f0648a24704643fbbadd7a114d4a1946ee3b7bd8866935758cbfe4494734c26c12ccc508c205a036d5317
 DIST bolt-0.5.tar.gz 149665 BLAKE2B 
ca7f937d4b7f4911cba93f8619e52af37f18a6542bc76aaee388a9122ea38d11ba0a21f4afb45bd6109e12ada4662783cb8f7aebec0d58751ace6c18c49ace88
 SHA512 
d36f2e39ac53b131fb9607055231a5a205c368547c0db2c3a7537b6e60b156c8b0663d1e5b09c825e1e1a63fbe21087746d0bafde1bd474eb90f1d0cff991246
+DIST bolt-0.7.tar.gz 188158 BLAKE2B 
c51588ed746fd2aef15c79c278efe73e78ed8a029d2234b7a6ce717a6a3287ad0e9db82f93661c552a6a35c76a0e16a2712681f45e53f876b3b4f5bd839005b3
 SHA512 
6786f701501cc2680fac52cda7cdfe37971044abcf058b5c83bfa9f1d0a0381ba00e3377cfc97fcccf53760a2eafc1f8f6d0754f0e121d94201711ad8e40a135

diff --git a/sys-apps/bolt/bolt-0.7.ebuild b/sys-apps/bolt/bolt-0.7.ebuild
new file mode 100644
index 000..28823c01d33
--- /dev/null
+++ b/sys-apps/bolt/bolt-0.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit meson systemd
+
+DESCRIPTION="Userspace system daemon to enable security levels for Thunderbolt 
3."
+HOMEPAGE="https://gitlab.freedesktop.org/bolt/bolt;
+SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz;
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc systemd"
+
+DEPEND="
+   >=dev-libs/glib-2.50.0:2
+   dev-util/glib-utils
+   virtual/libudev
+   virtual/udev
+   dev-util/umockdev
+   sys-auth/polkit[introspection]
+   systemd? ( sys-apps/systemd:0= )
+   doc? ( app-text/asciidoc )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local emesonargs=(
+   -Dman=$(usex doc true false)
+   --sysconfdir=/etc
+   --localstatedir=/var
+   --sharedstatedir=/var/lib
+   -Dsystemd=$(usex systemd true false)
+   )
+   meson_src_configure
+}
+
+src_install() {
+   meson_src_install
+   keepdir /var/lib/boltd
+}



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

2019-03-23 Thread Matthew Thode
commit: bad6b6616b41fe1d9e3de0430ec51855d5926efe
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:23:39 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad6b661

dev-python/jeepney: add keywords under allarches for keyring

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

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

diff --git a/dev-python/jeepney/jeepney-0.3.1.ebuild 
b/dev-python/jeepney/jeepney-0.3.1.ebuild
index 92b469a0334..e516ffd9fab 100644
--- a/dev-python/jeepney/jeepney-0.3.1.ebuild
+++ b/dev-python/jeepney/jeepney-0.3.1.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=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 BDEPEND="



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

2019-03-23 Thread Matthew Thode
commit: f9c668a8f9145dfc0bed9d30b95bf84280ed48e3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:30:33 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c668a8

dev-python/more-itertools: add pypy/pypy3 support

added in 5.0.0

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

 dev-python/more-itertools/more-itertools-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/more-itertools/more-itertools-6.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-6.0.0.ebuild
index ba03f925c78..71bc7842da9 100644
--- a/dev-python/more-itertools/more-itertools-6.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-6.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{4,5,6,7} )
+PYTHON_COMPAT=( pypy3 python3_{4,5,6,7} pypy{,3} )
 
 inherit distutils-r1
 



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

2019-03-23 Thread Matthew Thode
commit: c6c8f852018fae4a9c94fb81ce193aa6a32ad2e5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:57:08 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c8f852

dev-python/pytest: fix more-itertools dep

more-itertools dropped py27 support, so have to use multiple
python_gen_cond_dep lines

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

 dev-python/pytest/pytest-3.10.1.ebuild | 6 --
 dev-python/pytest/pytest-4.3.1.ebuild  | 6 --
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/pytest/pytest-3.10.1.ebuild 
b/dev-python/pytest/pytest-3.10.1.ebuild
index 97eacfe3637..5e0846138d9 100644
--- a/dev-python/pytest/pytest-3.10.1.ebuild
+++ b/dev-python/pytest/pytest-3.10.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # When bumping, please check setup.py for the proper py version
@@ -24,7 +24,9 @@ PY_VER="1.5.0"
 RDEPEND="
>=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
-   >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python2_7 )
+   $(python_gen_cond_dep 
'=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python3_{4,5,6,7} 
pypy{,3} )
$(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 
python3_{4,5} )
>=dev-python/pluggy-0.7[${PYTHON_USEDEP}]
>=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]

diff --git a/dev-python/pytest/pytest-4.3.1.ebuild 
b/dev-python/pytest/pytest-4.3.1.ebuild
index ab4d8190973..75106fd33ff 100644
--- a/dev-python/pytest/pytest-4.3.1.ebuild
+++ b/dev-python/pytest/pytest-4.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 # When bumping, please check setup.py for the proper py version
@@ -24,7 +24,9 @@ PY_VER="1.5.0"
 RDEPEND="
>=dev-python/atomicwrites-1.0[${PYTHON_USEDEP}]
>=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
-   >=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep 
'>=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python2_7 )
+   $(python_gen_cond_dep 
'=dev-python/more-itertools-4.0.0[${PYTHON_USEDEP}]' python3_{4,5,6,7} 
pypy{,3} )
$(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7 
python3_{4,5} )
>=dev-python/pluggy-0.7[${PYTHON_USEDEP}]
>=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]



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

2019-03-23 Thread Matthew Thode
commit: 239a689fcdc78ee2dd74f4c7be13bbaf599556e9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:08:44 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239a689f

dev-ruby/facter: 3.12.4 bump

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

 dev-ruby/facter/Manifest |   1 +
 dev-ruby/facter/facter-3.12.4.ebuild | 111 +++
 2 files changed, 112 insertions(+)

diff --git a/dev-ruby/facter/Manifest b/dev-ruby/facter/Manifest
index 49bcee966dc..410770c1145 100644
--- a/dev-ruby/facter/Manifest
+++ b/dev-ruby/facter/Manifest
@@ -1,4 +1,5 @@
 DIST facter-3.12.2.tar.gz 391789 BLAKE2B 
a4476dd37629aa770d66c2597d29a2bf46ae67df2484bffc8c66fb18a0a93eea58bb11fbfb117c8f4778e10649315b1b53b4a609bc51327e29e87dcb00e96d07
 SHA512 
82901e973c187faf2b70863fe34e46d4f8f4a706364587fa293a8b91818c75bd3ec3cc6e5784bcb600f3dacb2c43c918708ae0996ea0e0e68cbcfaec458f9c27
 DIST facter-3.12.3.tar.gz 391836 BLAKE2B 
60ec23ab9df0d6ca069608c897949be8aaf719b2ab1b71455871a9364b7d0111ec78753cdb45d082041d2b028bac8e468a415a2bd9a15fe51dc69ec9738dc723
 SHA512 
d1568ca606b07c67f2e293b020dc5c2d399d5080857e47d3c748a7d104f75231d59dc95d54e5504b24f951ce540d1223102ee1b882e4495633ed89324ccc1c7b
+DIST facter-3.12.4.tar.gz 392011 BLAKE2B 
5e3d7ce65eb6c35cddba70b2b397cdc9c591a6c420a58a04ecddabdc537f0f799c510d14bba436aadbdce9c9932a28b6b36b893526a7727c8017c79827a97b9a
 SHA512 
952bf1ac4c67bfb5170d31bca471c317211523804a14bd39f34b4fd0730586b3764499200b5c816d4b6bd0338482ea8bd83cedc5fe670db38ea6ec144b6e2e94
 DIST facter-3.13.0.tar.gz 391833 BLAKE2B 
8fabb2ebb438975564a770657866c6ac8ac77394c4e3cdb635eae78a744a097ef5eabb4307092cd2b9cf12b4db70623b18b3ca1e2c9e1a248825a2bf53b76565
 SHA512 
f3c39239d7b0708bd98a3e5de5d5623406edf5e60b6321de1d4ec7c8cf903f3ec777640b9301979f2316e90e97e2aa0a80dc71975239dc715aaba61ec7cc37de
 DIST facter-3.9.2.tar.gz 380883 BLAKE2B 
d2804664e0499715230e5696c5a9ebae933f5b43dfb37154251d47763c2c7f78cfa8d1413dd836e5a0c76ed67300d066fa5bb390f17f85cd4cb7a444eaf0d133
 SHA512 
bc040826311bbff40f5a151ade315d9d47ef1e0f3faa570805e48ca55405265e66308230118b9cd59f701ecd76a7b0fd4d9200dd4ace838521223a162b105374

diff --git a/dev-ruby/facter/facter-3.12.4.ebuild 
b/dev-ruby/facter/facter-3.12.4.ebuild
new file mode 100644
index 000..c6ee584a2af
--- /dev/null
+++ b/dev-ruby/facter/facter-3.12.4.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+# git-r3 goes after ruby-ng so that it overrides src_unpack properly
+inherit cmake-utils eutils multilib ruby-ng
+
+DESCRIPTION="A cross-platform ruby library for retrieving facts from operating 
systems"
+HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="debug test"
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/puppetlabs/facter.git;
+   EGIT_BRANCH="master"
+else
+   [[ "${PV}" = *_rc* ]] || \
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+   SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+BDEPEND="
+   >=sys-devel/gcc-4.8:*
+   dev-cpp/cpp-hocon"
+COMMON_DEPEND="
+   >=dev-libs/leatherman-1.0.0:=
+   dev-libs/openssl:*
+   sys-apps/util-linux
+   app-emulation/virt-what
+   net-misc/curl
+   >=dev-libs/boost-1.54:=[nls]
+   >=dev-cpp/yaml-cpp-0.5.1
+   ! 10.1.0/>= 10/' \
+   -e '/rspec/ s/2.11.0/2.11/' \
+   -e '/mocha/ s/0.10.5/0.14.0/' lib/Gemfile || die
+   # patches
+   default
+   cmake-utils_src_prepare
+}
+
+each_ruby_configure() {
+   # hack for correct calculation of relative path from facter.rb to
+   # libfacter.so
+   my_ruby_sitelibdir=$(ruby_rbconfig_value 'sitelibdir')
+}
+
+src_configure() {
+   ruby-ng_src_configure
+
+   local mycmakeargs=(
+   -DCMAKE_VERBOSE_MAKEFILE=ON
+   -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir}
+   -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)"
+   )
+   if use debug; then
+   mycmakeargs+=(
+ -DCMAKE_BUILD_TYPE=Debug
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_compile() {
+   addpredict /proc/self/oom_score_adj
+   cmake-utils_src_compile
+}
+
+src_test() {
+   cmake-utils_src_test
+}
+
+each_ruby_install() {
+   doruby "${BUILD_DIR}"/lib/facter.rb
+}
+
+src_install() {
+   cmake-utils_src_install
+   ruby-ng_src_install
+}



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

2019-03-23 Thread Matthew Thode
commit: 28c858dd9aa0b91855161212663f86f6d9f21c4b
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:22:17 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c858dd

dev-python/testpath: add arm keyword under allarches for keyring

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

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

diff --git a/dev-python/testpath/testpath-0.3.1.ebuild 
b/dev-python/testpath/testpath-0.3.1.ebuild
index 14874dcf51f..c879fc3fc78 100644
--- a/dev-python/testpath/testpath-0.3.1.ebuild
+++ b/dev-python/testpath/testpath-0.3.1.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
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="doc test"
 
 DEPEND="



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

2019-03-23 Thread Matthew Thode
commit: 1be45586acc14ddd028e8c81a5da0196bc1c24f7
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:57:37 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be45586

dev-python/keyring: 18.0.0 bump, readds arches...

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-18.0.0.ebuild | 50 
 2 files changed, 51 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index 40ec47c79ac..d975b462ef6 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-12.2.1.tar.gz 42242 BLAKE2B 
b821f17a671e89a28bd2953456bd0406e4f7fd142f1abf2e1f752e8f74f072c8fa995b90de62ac34586dd50a4dab47dff3bbb19157d76bb2f93a61e176dc3188
 SHA512 
8806b4433bc9085ae133300e68bc614281beea70de547f75afafdf6de2ee1b436f3a4cd13d7684cb6e4d5aef0a2eb9119d9cebbaf239a9ee1997ece4a56a7371
 DIST keyring-13.2.1.tar.gz 43140 BLAKE2B 
74272b93ff80a03615879a5f416ad6be1012f22862972a7f400609ea3fb984c45ed2ccb44eca30d253d0d39e0876f1ce25ab9aa6267a06a7c67a17aac27cd31e
 SHA512 
3c15c3415ba4b657b041d2395536fc92ba656dc71f28669235f13a630946ad1b332d1f5b031a55776ce8a2120d3d2601462708f00ee105f46a27cf043c1bd906
 DIST keyring-15.0.0.tar.gz 42547 BLAKE2B 
b9200f61fcf227ce82ed05db15b8a03754a2d2f0ee7a32afe4a99a6bb4c511e311d7c529d5173756173622e225ae4fa2fcef6409b21dc3d8735b5e8fab73bd1a
 SHA512 
58001d61bdd442196ec4891000cc532d1dd9b85b18d100d8dde38cf1cf733ef6d6541513d73435dfe41e9cd26c6e34332d518a06a7fbc498b1b8971df6640212
+DIST keyring-18.0.0.tar.gz 48509 BLAKE2B 
a83df471fd150c9a01dd3fe782b3ead54286c3913838951fd0beb2443d0fe5cfbc1cc2079ef46346346e4bfb0d62e1f782d75a89d85c281e8b3c53f9bf188eca
 SHA512 
3863f2cd89131d7e927e55691b4eb4b7c2599af189525293d0948aef5215efbbbd74d45db3cd4885ba5b18a79f0fa0b0edc3783a020a6702f6a6fb7ed86b2cf2

diff --git a/dev-python/keyring/keyring-18.0.0.ebuild 
b/dev-python/keyring/keyring-18.0.0.ebuild
new file mode 100644
index 000..8dbccefd221
--- /dev/null
+++ b/dev-python/keyring/keyring-18.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="https://github.com/jaraco/keyring;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="doc test"
+
+RDEPEND="
+   dev-python/secretstorage[${PYTHON_USEDEP}]
+   dev-python/entrypoints[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/jaraco-packaging-3.2[${PYTHON_USEDEP}]
+   >=dev-python/rst-linker-1.9[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/pytest-3.7.4[${PYTHON_USEDEP}]
+   ${RDEPEND}
+   )
+"
+
+python_compile_all() {
+   if use doc; then
+   sphinx-build docs docs/_build/html || die
+   HTML_DOCS=( docs/_build/html/. )
+   fi
+}
+
+python_test() {
+   # Override pytest options to skip flake8
+   # Skip an interactive test
+   pytest -vv --override-ini="addopts=--doctest-modules" \
+   --ignore ${PN}/tests/backends/test_kwallet.py \
+   || die "testsuite failed under ${EPYTHON}"
+}



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

2019-03-23 Thread Matthew Thode
commit: bae3f8c6cc3af4f0a73a87884209dc56e0f909a1
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:24:46 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae3f8c6

dev-python/secretstorage: add keywords for keyring under allarches

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

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

diff --git a/dev-python/secretstorage/secretstorage-3.1.0.ebuild 
b/dev-python/secretstorage/secretstorage-3.1.0.ebuild
index 55915a6194a..d05e995ee3d 100644
--- a/dev-python/secretstorage/secretstorage-3.1.0.ebuild
+++ b/dev-python/secretstorage/secretstorage-3.1.0.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=7
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
 
 RDEPEND="



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

2019-03-23 Thread Matthew Thode
commit: 08665181cfcf8ada7cd6cac51557e980f0757cec
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:54:13 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08665181

dev-python/more-itertools: add arm64 underallarches for pytest

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

 dev-python/more-itertools/more-itertools-5.0.0.ebuild | 2 +-
 dev-python/more-itertools/more-itertools-6.0.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/more-itertools/more-itertools-5.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
index a4f82f008ae..7fb03d48ab8 100644
--- a/dev-python/more-itertools/more-itertools-5.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-5.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 RDEPEND="

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

2019-03-23 Thread Matthew Thode
commit: 8f74e7ee983e2f590e71a42fa0d8b8c97075dbb1
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Mar 23 19:28:15 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Mar 23 19:58:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f74e7ee

dev-python/more-itertools: add arm64 under allarches for keyring

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

 dev-python/more-itertools/more-itertools-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/more-itertools/more-itertools-6.0.0.ebuild 
b/dev-python/more-itertools/more-itertools-6.0.0.ebuild
index 1c297107e81..ba03f925c78 100644
--- a/dev-python/more-itertools/more-itertools-6.0.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-6.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND=""



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

2019-03-25 Thread Matthew Thode
commit: 58b4edcf017d29f34585dde41a8c741b1acc121e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Mar 25 17:27:16 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Mon Mar 25 17:27:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b4edcf

media-libs/lsp-plugins: use ED for distdir

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

 .../{lsp-plugins-1.1.7.ebuild => lsp-plugins-1.1.7-r1.ebuild}   | 2 +-
 media-libs/lsp-plugins/lsp-plugins-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild 
b/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild
similarity index 92%
rename from media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
rename to media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild
index f681f70629d..bae36037133 100644
--- a/media-libs/lsp-plugins/lsp-plugins-1.1.7.ebuild
+++ b/media-libs/lsp-plugins/lsp-plugins-1.1.7-r1.ebuild
@@ -48,5 +48,5 @@ src_compile(){
 }
 
 src_install(){
-   emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install
+   emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" 
install
 }

diff --git a/media-libs/lsp-plugins/lsp-plugins-.ebuild 
b/media-libs/lsp-plugins/lsp-plugins-.ebuild
index f681f70629d..bae36037133 100644
--- a/media-libs/lsp-plugins/lsp-plugins-.ebuild
+++ b/media-libs/lsp-plugins/lsp-plugins-.ebuild
@@ -48,5 +48,5 @@ src_compile(){
 }
 
 src_install(){
-   emake PREFIX="/usr" DESTDIR="${D}" LIB_PATH="/usr/$(get_libdir)" install
+   emake PREFIX="/usr" DESTDIR="${ED}" LIB_PATH="/usr/$(get_libdir)" 
install
 }



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

2019-03-26 Thread Matthew Thode
commit: bdf538b93ebdf20a47e496fb60a34a86dd6b9eb0
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 27 02:19:14 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Mar 27 02:19:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf538b9

app-admin/puppet: 6.4.0 bump

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

 app-admin/puppet/Manifest|   1 +
 app-admin/puppet/puppet-6.4.0.ebuild | 138 +++
 2 files changed, 139 insertions(+)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 2136f2932d8..b18a0ba0b5d 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -3,3 +3,4 @@ DIST puppet-5.5.10.tar.gz 3064457 BLAKE2B 
04cac9cebc03343b8c6fcf762f681f63bce4eb
 DIST puppet-5.5.12.tar.gz 3073481 BLAKE2B 
8044af48e7d86e754f767b42199814ff9b2dcda04f1e13920cea332ae79b23997cc1a17fe761bb5216d174bc5d77c244a9eba7752c004bf1558a648c334f698a
 SHA512 
33d844d671710adae1dbe184981143883bf4f3ac1516f8aedd1cd8d30157bc947a3a66df30c10a2357a8cb42dafe02a80a24007312b2107c68350ed0871a3249
 DIST puppet-6.2.0.tar.gz 2821615 BLAKE2B 
88b8ec856cfc6dacba5dfe44da7abce56a351f514057d3c916ecb5f4188703713cf7981984c2a59cb8073da93eab91a815dc2f52ee4f621c9a412897e9387d5e
 SHA512 
91540169d3c9c1715e78b416961f4f3957a01b0908c3b675fa75226361fb8161730ca47ed98a2e958d8841fd50086c75489c5ee53b41f933392f399d502bad9b
 DIST puppet-6.3.0.tar.gz 2831909 BLAKE2B 
ccf6353c0fc1fcdd4ac06e79bd8d91980162b8f1b2012fc2bfc1cdea3d2d6b22bf55216cea9b94a4024273ca9f76eedcc92a861de9db348408a361596033b51c
 SHA512 
1d30706049fe378facddb923a9ecb521d37faa84740251602ac340ea1299c247252fbdaca17f1ea450ff716ab26ac4e9524f1137080318e6d9237a9e2699f6b8
+DIST puppet-6.4.0.tar.gz 2890722 BLAKE2B 
5d377ab8a964b342088af5b204a53273593dd0aa8350485c2f886172947ce977aaead0ddf151548d64446f1091ec859e4eb04b86984d7e21014e8194e3a8c4c1
 SHA512 
f3a74be2371313f7d20e669a11e4be03cc064343fa7223d93950c3fab43545cd4b1c378b6b8795a74b084dbdb7a67d1eec9ab516565ad0e64dd28864c5327459

diff --git a/app-admin/puppet/puppet-6.4.0.ebuild 
b/app-admin/puppet/puppet-6.4.0.ebuild
new file mode 100644
index 000..1d12aee25d2
--- /dev/null
+++ b/app-admin/puppet/puppet-6.4.0.ebuild
@@ -0,0 +1,138 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC="doc:all"
+
+RUBY_FAKEGEM_EXTRAINSTALL="locales"
+
+inherit eutils user ruby-fakegem eapi7-ver
+
+DESCRIPTION="A system automation and configuration management software."
+HOMEPAGE="http://puppetlabs.com/;
+SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
+
+LICENSE="Apache-2.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
+RESTRICT="test"
+
+ruby_add_rdepend "
+   dev-ruby/hiera
+   dev-ruby/json:=
+   dev-ruby/semantic_puppet
+   >=dev-ruby/facter-3.0.0
+   augeas? ( dev-ruby/ruby-augeas )
+   diff? ( dev-ruby/diff-lcs )
+   doc? ( dev-ruby/rdoc )
+   ldap? ( dev-ruby/ruby-ldap )
+   shadow? ( dev-ruby/ruby-shadow )
+   sqlite? ( dev-ruby/sqlite3 )
+   virtual/ruby-ssl
+   dev-ruby/hocon"
+
+ruby_add_bdepend "
+   doc? ( dev-ruby/yard )
+   test? (
+   dev-ruby/mocha
+   dev-ruby/rack
+   dev-ruby/rspec-its
+   )"
+# this should go in the above lists, but isn't because of test deps not being 
keyworded
+#   dev-ruby/rspec-collection_matchers
+
+RDEPEND+=" ${RDEPEND}
+   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
+   selinux? (
+   sys-libs/libselinux[ruby]
+   sec-policy/selinux-puppet
+   )
+   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
+   >=app-portage/eix-0.18.0"
+PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
+
+pkg_setup() {
+   enewgroup puppet
+   enewuser puppet -1 -1 /var/lib/puppet puppet
+}
+
+all_ruby_prepare() {
+   # Avoid spec that require unpackaged json-schema.
+   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
+
+   # can't be run within portage.
+   epatch "${FILESDIR}/puppet-fix-tests-6.0.0.patch"
+
+   # fix systemd path
+   epatch "${FILESDIR}/puppet-systemd.patch"
+
+   # Avoid specs that can only run in the puppet.git repository. This
+   # should be narrowed down to the specific specs.
+   rm spec/integration/parser/compiler_spec.rb || die
+
+   # Avoid failing spec that need further investigation.
+   rm spec/unit/module_tool/metadata_spec.rb || die
+}
+
+each_ru

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

2019-03-26 Thread Matthew Thode
commit: 6747bb3076a52389d8dd8fa173cf2abc1dd1774b
Author: Aidan Harris  aidanharris  io>
AuthorDate: Tue Mar 26 17:47:44 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Wed Mar 27 02:10:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6747bb30

dev-libs/bemenu: Update for upstream build changes

Fixes: https://bugs.gentoo.org/681808

Signed-off-by: Aidan Harris  aidanharris.io>
Signed-off-by: Matthew Thode  gentoo.org>

 dev-libs/bemenu/bemenu-.ebuild | 35 +--
 1 file changed, 25 insertions(+), 10 deletions(-)

diff --git a/dev-libs/bemenu/bemenu-.ebuild 
b/dev-libs/bemenu/bemenu-.ebuild
index 1bfa5ce8fae..f9113da669b 100644
--- a/dev-libs/bemenu/bemenu-.ebuild
+++ b/dev-libs/bemenu/bemenu-.ebuild
@@ -12,22 +12,37 @@ EGIT_REPO_URI="https://github.com/Cloudef/bemenu.git;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc"
+IUSE="doc ncurses wayland X"
+
+# Require at least one backend be built
+REQUIRED_USE="|| ( ncurses wayland X )"
 
 DEPEND="
-   x11-libs/cairo
-   x11-libs/pango
-   dev-libs/wayland
-   x11-libs/libxcb
-   dev-libs/wayland-protocols
-   sys-libs/ncurses:0
-   x11-libs/libXext
-   x11-libs/libX11"
+   ncurses? ( sys-libs/ncurses:0 )
+   wayland? (
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   x11-libs/cairo
+   x11-libs/pango
+   )
+   X? (
+   x11-libs/libxcb
+   x11-libs/libXext
+   x11-libs/libX11
+   x11-libs/cairo[X]
+   x11-libs/pango[X]
+   )
+"
 RDEPEND="${DEPEND}"
 BDEPEND="doc? ( app-doc/doxygen )"
 
 src_configure() {
-   local mycmakeargs=(-DCURSES_LIBRARY=/usr/$(get_libdir)/libncursesw.so)
+   local mycmakeargs=(
+   -DCURSES_LIBRARY=/usr/$(get_libdir)/libncursesw.so
+   -DBEMENU_CURSES_RENDERER=$(usex ncurses ON OFF)
+   -DBEMENU_WAYLAND_RENDERER=$(usex wayland ON OFF)
+   -DBEMENU_X11_RENDERER=$(usex X ON OFF)
+   )
cmake-utils_src_configure
 }
 



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

2019-02-18 Thread Matthew Thode
commit: 0f6058d83df96f2ca063fb07195f34bf6f9f3d60
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 19 00:21:24 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Feb 19 00:21:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6058d8

dev-libs/sway: 1.0-rc3 bump

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

 dev-libs/sway/Manifest|   1 +
 dev-libs/sway/sway-1.0_rc3.ebuild | 109 ++
 2 files changed, 110 insertions(+)

diff --git a/dev-libs/sway/Manifest b/dev-libs/sway/Manifest
index 6d06e264c0b..02cf662ce05 100644
--- a/dev-libs/sway/Manifest
+++ b/dev-libs/sway/Manifest
@@ -1,2 +1,3 @@
 DIST sway-1.0_rc1.tar.gz 5461910 BLAKE2B 
a9b3a14dfbb40a616b58fce896f0088dfc722e942129e12e7dae3f2121cb84ffcd565902ee49712275e01d6b6a344642d85d8cf394a35b151725dcc94d19b40d
 SHA512 
6532bae679774fcdb1bcc3044740ff5c56f5f6a007a08e910f4d9ee43ac0488be7666a87106b493923432f975088c90ff47369fa1a01c5e1cb67d3a1f9b74bce
 DIST sway-1.0_rc2.tar.gz 5462530 BLAKE2B 
95868df3d03a61be33e04602d6891a2827cd1b5eab08644f74e04c3cbae39e686ee046be5ae9762595774fd22190e2460e246b564db92c50509ad61a16bb0835
 SHA512 
78c93f2326952d9e56ebf38f5d6b646934230b1bf5fac50cf35f16b2c1753ffa31dd9ec874a05025ed0d1d828b9a8643c78e739abbcfba55301255b3d0ed4a3e
+DIST sway-1.0_rc3.tar.gz 5463453 BLAKE2B 
2db52506e6f07f92ab02c48e0cc1b08bad55f355989226f07ed43392f3bfdc088cdd9183b76e349eb83eff331e5236456c1189208619748a9d78ed5ea8de7652
 SHA512 
95966bfc7431345a6c4c12bf4aa11980f56acc70fc902aa489bb88368bc5412953780ebaa9eae27908dbabf0ed96881ce3bf00cd51879815631b463801ce11cf

diff --git a/dev-libs/sway/sway-1.0_rc3.ebuild 
b/dev-libs/sway/sway-1.0_rc3.ebuild
new file mode 100644
index 000..f1d3935e2f1
--- /dev/null
+++ b/dev-libs/sway/sway-1.0_rc3.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils meson
+
+DESCRIPTION="i3-compatible Wayland window manager"
+HOMEPAGE="https://swaywm.org;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/swaywm/${PN}.git;
+else
+   MY_PV=${PV/_rc/-rc}
+   SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+   S="${WORKDIR}/${PN}-${MY_PV}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="elogind fish-completion +man +swaybar +swaybg +swayidle +swaylock 
+swaymsg +swaynag systemd tray wallpapers X zsh-completion"
+REQUIRED_USE="?? ( elogind systemd )
+   tray? ( || ( elogind systemd ) )"
+
+DEPEND="
+   >=dev-libs/json-c-0.13:0=
+   >=dev-libs/libinput-1.6.0:0=
+   dev-libs/libpcre
+   dev-libs/wayland
+   x11-libs/cairo
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-libs/pixman
+   elogind? ( >=sys-auth/elogind-239 )
+   swaybar? ( x11-libs/gdk-pixbuf:2 )
+   swaybg? ( x11-libs/gdk-pixbuf:2 )
+   swayidle? ( dev-libs/swayidle )
+   swaylock? ( dev-libs/swaylock )
+   systemd? ( >=sys-apps/systemd-239 )
+   X? ( x11-libs/libxcb:0= )
+"
+if [[ ${PV} ==  ]]; then
+   DEPEND+="~dev-libs/wlroots-[elogind=,systemd=,X=]"
+else
+   DEPEND+=">=dev-libs/wlroots-0.3[elogind=,systemd=,X=]"
+fi
+RDEPEND="
+   x11-misc/xkeyboard-config
+   ${DEPEND}
+"
+BDEPEND="
+   >=dev-libs/wayland-protocols-1.14
+   virtual/pkgconfig
+   man? ( >=app-text/scdoc-1.8.1 )
+"
+
+src_prepare() {
+   default
+
+   use swaybar || sed -e "s/subdir('swaybar')//g" -e 
"/sway-bar.[0-9].scd/d" \
+   -e "/completions\/[a-z]\+\/_\?swaybar/d" -i meson.build || die
+   use swaybg || sed -e "s/subdir('swaybg')//g" -i meson.build || die
+   use swaymsg || sed -e "s/subdir('swaymsg')//g" -e 
"/swaymsg.[0-9].scd/d" \
+   -e "/completions\/[a-z]\+\/_\?swaymsg/d" -i meson.build || die
+   use swaynag || sed -e "s/subdir('swaynag')//g" -e 
"/swaynag.[0-9].scd/d" \
+   -e "/completions\/[a-z]\+\/_\?swaynag/d" -i meson.build || die
+}
+
+src_configure() {
+   local emesonargs=(
+   -Dman-pages=$(usex man enabled disabled)
+   -Dtray=$(usex tray enabled disabled)
+   -Dxwayland=$(usex X enabled disabled)
+   $(meson_use wallpapers default-wallpaper)
+   $(meson_use fish-completion fish-completions)
+   $(meson_use zsh-completion zsh-completions)
+   "-Dbash-completions=true"
+   "-Dwerror=false"
+   )
+
+   if use swaybar || use swaybg; then
+   emesonargs+=("

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

2019-02-23 Thread Matthew Thode
commit: a84165178a6fd06951c663febe15874cf308dc05
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 23 22:33:59 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Feb 23 22:33:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8416517

media-sound/pulseeffects: specify lv2 for lsp-plugins dep

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

 media-sound/pulseeffects/pulseeffects-4.5.0.ebuild | 2 +-
 media-sound/pulseeffects/pulseeffects-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
index 365421a904f..01213029958 100644
--- a/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
>=dev-libs/libsigc++-2.10:2
>=x11-libs/gtk+-3.18:3
>=media-libs/lilv-0.24.2-r1
-   media-libs/lsp-plugins
+   media-libs/lsp-plugins[lv2]
>=media-libs/gstreamer-1.12.0:1.0
>=media-libs/gst-plugins-good-1.12.0:1.0
>=media-libs/gst-plugins-bad-1.12.0:1.0

diff --git a/media-sound/pulseeffects/pulseeffects-.ebuild 
b/media-sound/pulseeffects/pulseeffects-.ebuild
index 365421a904f..01213029958 100644
--- a/media-sound/pulseeffects/pulseeffects-.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
>=dev-libs/libsigc++-2.10:2
>=x11-libs/gtk+-3.18:3
>=media-libs/lilv-0.24.2-r1
-   media-libs/lsp-plugins
+   media-libs/lsp-plugins[lv2]
>=media-libs/gstreamer-1.12.0:1.0
>=media-libs/gst-plugins-good-1.12.0:1.0
>=media-libs/gst-plugins-bad-1.12.0:1.0



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

2019-02-23 Thread Matthew Thode
commit: 4f83787f6366168ebdd13164478212eaa73c6b48
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 23 22:23:09 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Feb 23 22:25:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f83787f

media-libs/lsp-plugins: initial add for pulseeffects

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

 media-libs/lsp-plugins/Manifest |  1 +
 media-libs/lsp-plugins/lsp-plugins-1.1.5.ebuild | 52 +
 media-libs/lsp-plugins/metadata.xml | 15 +++
 3 files changed, 68 insertions(+)

diff --git a/media-libs/lsp-plugins/Manifest b/media-libs/lsp-plugins/Manifest
new file mode 100644
index 000..74f90e7c158
--- /dev/null
+++ b/media-libs/lsp-plugins/Manifest
@@ -0,0 +1 @@
+DIST lsp-plugins-1.1.5.tar.gz 51911033 BLAKE2B 
ec9b6f3715f1043537ebe35d14abda85b8dfe23d52d335c54c02eb2867753c9b256a5acd71537c95d6da273d054f0e0c9439fe2f81f6d6ced3087de93bfaef60
 SHA512 
42b9cd102247a0165a32f82a5a7ce05928a9703c80f215783ad67020d1f975d1c334af1f86c9f17e76bea3fd90bcf5c47fff5618875038b3655621880b60a699

diff --git a/media-libs/lsp-plugins/lsp-plugins-1.1.5.ebuild 
b/media-libs/lsp-plugins/lsp-plugins-1.1.5.ebuild
new file mode 100644
index 000..c0b465f1b34
--- /dev/null
+++ b/media-libs/lsp-plugins/lsp-plugins-1.1.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Linux Studio Plugins"
+HOMEPAGE="https://lsp-plug.in;
+SRC_URI="https://github.com/sadko4u/lsp-plugins/archive/${P}.tar.gz;
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc jack ladspa +lv2"
+REQUIRED_USE="|| ( jack ladspa lv2 )"
+
+DEPEND="
+   dev-libs/expat
+   media-libs/libsndfile
+   doc? ( dev-lang/php:* )
+   jack? (
+   virtual/jack
+   x11-libs/cairo
+   )
+   ladspa? ( media-libs/ladspa-sdk )
+   lv2? (
+   media-libs/lv2
+   x11-libs/cairo
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare(){
+   eapply_user
+   sed -i '/install_.*: all/s/ all//g' Makefile
+}
+
+src_compile(){
+   use doc && MODULES+="doc"
+   use jack && MODULES+=" jack"
+   use ladspa && MODULES+=" ladspa"
+   use lv2 && MODULES+=" lv2"
+   emake BUILD_MODULES="${MODULES}"
+}
+
+src_install(){
+   use doc && emake PREFIX="/usr" DESTDIR="${D}" install_doc
+   use jack && emake PREFIX="/usr" DESTDIR="${D}" install_jack
+   use ladspa && emake PREFIX="/usr" DESTDIR="${D}" install_ladspa
+   use lv2 && emake PREFIX="/usr" DESTDIR="${D}" install_lv2
+}

diff --git a/media-libs/lsp-plugins/metadata.xml 
b/media-libs/lsp-plugins/metadata.xml
new file mode 100644
index 000..3f22e62fabb
--- /dev/null
+++ b/media-libs/lsp-plugins/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   LSP (Linux Studio Plugins) is a collection of open-source 
plugins
+   currently compatible with LADSPA, LV2 and LinuxVST formats.
+   
+   
+   build lv2 plugins
+   
+



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

2019-02-23 Thread Matthew Thode
commit: b39c7a30ccc3b1a0b984c11a51867512d16a7650
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 24 02:55:42 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sun Feb 24 02:56:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39c7a30

media-sound/pulseeffects: 4.5.1 bump

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

 media-sound/pulseeffects/Manifest  |  1 +
 media-sound/pulseeffects/pulseeffects-4.5.1.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 907d39c2660..eb5eb844ce4 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,3 +1,4 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
 DIST pulseeffects-4.4.7.tar.gz 1082596 BLAKE2B 
3265507191f5fca405282d8bdf9cf078023e80d2ca8f3a8bb999f7828f5220ca61b68ce01dc80e2d066a0d759b83229eabd523aff71106bd4024067afd1a8220
 SHA512 
243bd23d107f22a2a4b5934fb67bc5c059f278f2ec824814791ea24429e8d53844ffd71c9c21c35209261f4a0a4633827362bfd43355437a10944bbfd9a25421
 DIST pulseeffects-4.5.0.tar.gz 1124647 BLAKE2B 
745c638568c3433130f60200e2aa4743f71ed24a070064133cf8fc1623c93a8d3ab7584da68dd1adc5d00f74f9ec24542d3005c2d34d5ee6a7ae7e9bf842ef86
 SHA512 
2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c
+DIST pulseeffects-4.5.1.tar.gz 1156206 BLAKE2B 
4451df87bf373eb80b2661ab1431e83bc0bdac5b73f2f62d21573b008b6d0aec5baf38cf67a5173630d3f9aab07f542048f79af52fadce1799942fda640fe4b0
 SHA512 
ca479392176b57eb30c4cdcf4c32e40b64b666f09f8b354400f9824c68bd073a9f3375fac7896e821c46acd76481cd3dfc40ba102cbbf64d1b0ca873504eb954

diff --git a/media-sound/pulseeffects/pulseeffects-4.5.1.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.5.1.ebuild
new file mode 100644
index 000..01213029958
--- /dev/null
+++ b/media-sound/pulseeffects/pulseeffects-4.5.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson
+
+DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
+HOMEPAGE="https://github.com/wwmm/pulseeffects;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="${HOMEPAGE}"
+else
+   SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="bs2b calf mda-lv2 rubberband"
+
+#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
+RDEPEND="
+   >=dev-libs/boost-1.41
+   >=dev-cpp/glibmm-2.56.0
+   >=dev-cpp/gtkmm-3.20:3.0
+   >=dev-libs/glib-2.56:2
+   >=dev-libs/libsigc++-2.10:2
+   >=x11-libs/gtk+-3.18:3
+   >=media-libs/lilv-0.24.2-r1
+   media-libs/lsp-plugins[lv2]
+   >=media-libs/gstreamer-1.12.0:1.0
+   >=media-libs/gst-plugins-good-1.12.0:1.0
+   >=media-libs/gst-plugins-bad-1.12.0:1.0
+   bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
+   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
+   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
+   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
+   calf? ( >=media-plugins/calf-0.90.0[lv2] )
+   mda-lv2? ( media-plugins/mda-lv2 )
+   rubberband? ( media-libs/rubberband )
+   >=media-libs/zita-convolver-3.0.0
+   media-libs/libebur128
+   media-sound/pulseaudio
+   sys-apps/dbus"
+# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
+# and sys-devel/gettext depends reasoning
+DEPEND="
+   ${RDEPEND}
+   dev-libs/appstream-glib
+   sys-devel/gettext
+"
+BDEPEND="
+   >=sys-devel/gcc-7.3.0
+   virtual/pkgconfig
+"
+
+pkg_postinst(){
+   gnome2_gconf_install
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}
+
+pkg_postrm(){
+   gnome2_gconf_uninstall
+   gnome2_schemas_update
+   gnome2_icon_cache_update
+}



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

2019-02-23 Thread Matthew Thode
commit: ad0ff893efa6f097d2decdb2726ccd410cc53932
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 24 02:56:11 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sun Feb 24 02:56:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0ff893

media-sound/pulseeffects: cleanup 4.5.0

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

 media-sound/pulseeffects/Manifest  |  1 -
 media-sound/pulseeffects/pulseeffects-4.5.0.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index eb5eb844ce4..1c552d60cf6 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,4 +1,3 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
 DIST pulseeffects-4.4.7.tar.gz 1082596 BLAKE2B 
3265507191f5fca405282d8bdf9cf078023e80d2ca8f3a8bb999f7828f5220ca61b68ce01dc80e2d066a0d759b83229eabd523aff71106bd4024067afd1a8220
 SHA512 
243bd23d107f22a2a4b5934fb67bc5c059f278f2ec824814791ea24429e8d53844ffd71c9c21c35209261f4a0a4633827362bfd43355437a10944bbfd9a25421
-DIST pulseeffects-4.5.0.tar.gz 1124647 BLAKE2B 
745c638568c3433130f60200e2aa4743f71ed24a070064133cf8fc1623c93a8d3ab7584da68dd1adc5d00f74f9ec24542d3005c2d34d5ee6a7ae7e9bf842ef86
 SHA512 
2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c
 DIST pulseeffects-4.5.1.tar.gz 1156206 BLAKE2B 
4451df87bf373eb80b2661ab1431e83bc0bdac5b73f2f62d21573b008b6d0aec5baf38cf67a5173630d3f9aab07f542048f79af52fadce1799942fda640fe4b0
 SHA512 
ca479392176b57eb30c4cdcf4c32e40b64b666f09f8b354400f9824c68bd073a9f3375fac7896e821c46acd76481cd3dfc40ba102cbbf64d1b0ca873504eb954

diff --git a/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
deleted file mode 100644
index 01213029958..000
--- a/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson
-
-DESCRIPTION="Limiter, compressor, reverberation, equalizer auto volume effects 
for Pulseaudio"
-HOMEPAGE="https://github.com/wwmm/pulseeffects;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   SRC_URI=""
-   EGIT_REPO_URI="${HOMEPAGE}"
-else
-   SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bs2b calf mda-lv2 rubberband"
-
-#TODO: optional : lilv, zam-plugins (check from archlinux pkg)
-RDEPEND="
-   >=dev-libs/boost-1.41
-   >=dev-cpp/glibmm-2.56.0
-   >=dev-cpp/gtkmm-3.20:3.0
-   >=dev-libs/glib-2.56:2
-   >=dev-libs/libsigc++-2.10:2
-   >=x11-libs/gtk+-3.18:3
-   >=media-libs/lilv-0.24.2-r1
-   media-libs/lsp-plugins[lv2]
-   >=media-libs/gstreamer-1.12.0:1.0
-   >=media-libs/gst-plugins-good-1.12.0:1.0
-   >=media-libs/gst-plugins-bad-1.12.0:1.0
-   bs2b? ( >=media-plugins/gst-plugins-bs2b-1.12.0:1.0 )
-   >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
-   >=media-plugins/gst-plugins-lv2-1.12.0:1.0
-   >=media-plugins/gst-plugins-pulse-1.12.0:1.0
-   calf? ( >=media-plugins/calf-0.90.0[lv2] )
-   mda-lv2? ( media-plugins/mda-lv2 )
-   rubberband? ( media-libs/rubberband )
-   >=media-libs/zita-convolver-3.0.0
-   media-libs/libebur128
-   media-sound/pulseaudio
-   sys-apps/dbus"
-# see 47a950b00c6db383ad07502a8fc396ecca98c1ce for dev-libs/appstream-glib
-# and sys-devel/gettext depends reasoning
-DEPEND="
-   ${RDEPEND}
-   dev-libs/appstream-glib
-   sys-devel/gettext
-"
-BDEPEND="
-   >=sys-devel/gcc-7.3.0
-   virtual/pkgconfig
-"
-
-pkg_postinst(){
-   gnome2_gconf_install
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm(){
-   gnome2_gconf_uninstall
-   gnome2_schemas_update
-   gnome2_icon_cache_update
-}



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

2019-02-23 Thread Matthew Thode
commit: 89f9aec170fb7f2f6c45ae6eb8e2a2f0cb66abbf
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Feb 23 22:24:54 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sat Feb 23 22:25:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f9aec1

media-sound/pulseeffects: 4.5.0 bump

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

 media-sound/pulseeffects/Manifest| 1 +
 .../pulseeffects/{pulseeffects-.ebuild => pulseeffects-4.5.0.ebuild} | 1 +
 media-sound/pulseeffects/pulseeffects-.ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index f4a19853462..907d39c2660 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,2 +1,3 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
 DIST pulseeffects-4.4.7.tar.gz 1082596 BLAKE2B 
3265507191f5fca405282d8bdf9cf078023e80d2ca8f3a8bb999f7828f5220ca61b68ce01dc80e2d066a0d759b83229eabd523aff71106bd4024067afd1a8220
 SHA512 
243bd23d107f22a2a4b5934fb67bc5c059f278f2ec824814791ea24429e8d53844ffd71c9c21c35209261f4a0a4633827362bfd43355437a10944bbfd9a25421
+DIST pulseeffects-4.5.0.tar.gz 1124647 BLAKE2B 
745c638568c3433130f60200e2aa4743f71ed24a070064133cf8fc1623c93a8d3ab7584da68dd1adc5d00f74f9ec24542d3005c2d34d5ee6a7ae7e9bf842ef86
 SHA512 
2ed076667296716b5f4254690616d5dc77fca4c00e508658972bc13b76c9c4931243811b6d73114c385233bbec69c48cc184e547717cc774210169d20df1df0c

diff --git a/media-sound/pulseeffects/pulseeffects-.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
similarity index 98%
copy from media-sound/pulseeffects/pulseeffects-.ebuild
copy to media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
index 4af99eaba78..365421a904f 100644
--- a/media-sound/pulseeffects/pulseeffects-.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-4.5.0.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
>=dev-libs/libsigc++-2.10:2
>=x11-libs/gtk+-3.18:3
>=media-libs/lilv-0.24.2-r1
+   media-libs/lsp-plugins
>=media-libs/gstreamer-1.12.0:1.0
>=media-libs/gst-plugins-good-1.12.0:1.0
>=media-libs/gst-plugins-bad-1.12.0:1.0

diff --git a/media-sound/pulseeffects/pulseeffects-.ebuild 
b/media-sound/pulseeffects/pulseeffects-.ebuild
index 4af99eaba78..365421a904f 100644
--- a/media-sound/pulseeffects/pulseeffects-.ebuild
+++ b/media-sound/pulseeffects/pulseeffects-.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
>=dev-libs/libsigc++-2.10:2
>=x11-libs/gtk+-3.18:3
>=media-libs/lilv-0.24.2-r1
+   media-libs/lsp-plugins
>=media-libs/gstreamer-1.12.0:1.0
>=media-libs/gst-plugins-good-1.12.0:1.0
>=media-libs/gst-plugins-bad-1.12.0:1.0



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

2019-02-23 Thread Matthew Thode
commit: 1a1d03df4cd1d6e4043229fbd1899a81a196ce36
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 24 01:55:10 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Sun Feb 24 01:55:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1d03df

media-libs/lsp-plugins: add  release

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

 media-libs/lsp-plugins/lsp-plugins-.ebuild | 52 ++
 1 file changed, 52 insertions(+)

diff --git a/media-libs/lsp-plugins/lsp-plugins-.ebuild 
b/media-libs/lsp-plugins/lsp-plugins-.ebuild
new file mode 100644
index 000..3a77bc9e13a
--- /dev/null
+++ b/media-libs/lsp-plugins/lsp-plugins-.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Linux Studio Plugins"
+HOMEPAGE="https://lsp-plug.in;
+
+if [[ ${PV} == * ]];then
+   inherit git-r3
+   SRC_URI=""
+   EGIT_REPO_URI="https://github.com/sadko4u/lsp-plugins;
+   EGIT_BRANCH="devel"
+else
+   SRC_URI="https://github.com/sadko4u/lsp-plugins/archive/${P}.tar.gz;
+   S="${WORKDIR}/${PN}-${P}"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="doc jack ladspa +lv2"
+REQUIRED_USE="|| ( jack ladspa lv2 )"
+
+DEPEND="
+   dev-libs/expat
+   media-libs/libsndfile
+   doc? ( dev-lang/php:* )
+   jack? (
+   virtual/jack
+   x11-libs/cairo
+   )
+   ladspa? ( media-libs/ladspa-sdk )
+   lv2? (
+   media-libs/lv2
+   x11-libs/cairo
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile(){
+   use doc && MODULES+="doc"
+   use jack && MODULES+=" jack"
+   use ladspa && MODULES+=" ladspa"
+   use lv2 && MODULES+=" lv2"
+   emake BUILD_MODULES="${MODULES}"
+}
+
+src_install(){
+   emake PREFIX="/usr" DESTDIR="${D}" install
+}



[gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/

2019-02-25 Thread Matthew Thode
commit: a1786ead9226c768572782050e7f84201199a526
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 26 01:04:15 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Feb 26 01:04:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1786ead

gui-wm/sway: 1.0-rc4 bump

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

 gui-wm/sway/Manifest  | 1 +
 gui-wm/sway/{sway-.ebuild => sway-1.0_rc4.ebuild} | 2 +-
 gui-wm/sway/sway-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gui-wm/sway/Manifest b/gui-wm/sway/Manifest
index 02cf662ce05..78756c5e531 100644
--- a/gui-wm/sway/Manifest
+++ b/gui-wm/sway/Manifest
@@ -1,3 +1,4 @@
 DIST sway-1.0_rc1.tar.gz 5461910 BLAKE2B 
a9b3a14dfbb40a616b58fce896f0088dfc722e942129e12e7dae3f2121cb84ffcd565902ee49712275e01d6b6a344642d85d8cf394a35b151725dcc94d19b40d
 SHA512 
6532bae679774fcdb1bcc3044740ff5c56f5f6a007a08e910f4d9ee43ac0488be7666a87106b493923432f975088c90ff47369fa1a01c5e1cb67d3a1f9b74bce
 DIST sway-1.0_rc2.tar.gz 5462530 BLAKE2B 
95868df3d03a61be33e04602d6891a2827cd1b5eab08644f74e04c3cbae39e686ee046be5ae9762595774fd22190e2460e246b564db92c50509ad61a16bb0835
 SHA512 
78c93f2326952d9e56ebf38f5d6b646934230b1bf5fac50cf35f16b2c1753ffa31dd9ec874a05025ed0d1d828b9a8643c78e739abbcfba55301255b3d0ed4a3e
 DIST sway-1.0_rc3.tar.gz 5463453 BLAKE2B 
2db52506e6f07f92ab02c48e0cc1b08bad55f355989226f07ed43392f3bfdc088cdd9183b76e349eb83eff331e5236456c1189208619748a9d78ed5ea8de7652
 SHA512 
95966bfc7431345a6c4c12bf4aa11980f56acc70fc902aa489bb88368bc5412953780ebaa9eae27908dbabf0ed96881ce3bf00cd51879815631b463801ce11cf
+DIST sway-1.0_rc4.tar.gz 5464422 BLAKE2B 
38e24ea51d3787a6f46ea511ff7848786a84683ae208365dc353d77a65be3fa7f5959c7d7b3fbd5e3f1271db86721905613d9881d09281b3bac68b1b764033d2
 SHA512 
8c79be79a9ed0c659b07aadf8c4a1ea09848c36613ae73368d03264b402ec7226aff79bcaf79ae44cda71e9fb972fed2c3649e3fb049d81c3d0e232b8605d312

diff --git a/gui-wm/sway/sway-.ebuild b/gui-wm/sway/sway-1.0_rc4.ebuild
similarity index 98%
copy from gui-wm/sway/sway-.ebuild
copy to gui-wm/sway/sway-1.0_rc4.ebuild
index e2aaf1e3646..7d50826b43b 100644
--- a/gui-wm/sway/sway-.ebuild
+++ b/gui-wm/sway/sway-1.0_rc4.ebuild
@@ -44,7 +44,7 @@ DEPEND="
 if [[ ${PV} ==  ]]; then
DEPEND+="~gui-libs/wlroots-[elogind=,systemd=,X=]"
 else
-   DEPEND+=">=gui-libs/wlroots-0.3[elogind=,systemd=,X=]"
+   DEPEND+=">=gui-libs/wlroots-0.4[elogind=,systemd=,X=]"
 fi
 RDEPEND="
x11-misc/xkeyboard-config

diff --git a/gui-wm/sway/sway-.ebuild b/gui-wm/sway/sway-.ebuild
index e2aaf1e3646..7d50826b43b 100644
--- a/gui-wm/sway/sway-.ebuild
+++ b/gui-wm/sway/sway-.ebuild
@@ -44,7 +44,7 @@ DEPEND="
 if [[ ${PV} ==  ]]; then
DEPEND+="~gui-libs/wlroots-[elogind=,systemd=,X=]"
 else
-   DEPEND+=">=gui-libs/wlroots-0.3[elogind=,systemd=,X=]"
+   DEPEND+=">=gui-libs/wlroots-0.4[elogind=,systemd=,X=]"
 fi
 RDEPEND="
x11-misc/xkeyboard-config



[gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/

2019-02-25 Thread Matthew Thode
commit: 8ed35512d1f17eac975f0b6cc84d49a584760143
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Feb 26 01:03:11 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Tue Feb 26 01:04:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed35512

gui-libs/wlroots: 0.4 bump

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

 gui-libs/wlroots/Manifest| 1 +
 gui-libs/wlroots/{wlroots-.ebuild => wlroots-0.4.ebuild} | 2 +-
 gui-libs/wlroots/wlroots-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gui-libs/wlroots/Manifest b/gui-libs/wlroots/Manifest
index a4c642cf78c..d7988522acb 100644
--- a/gui-libs/wlroots/Manifest
+++ b/gui-libs/wlroots/Manifest
@@ -1,2 +1,3 @@
 DIST wlroots-0.2.tar.gz 437638 BLAKE2B 
dd7ca737ba2dfc00e30c83e973616cefb77fccb793161794361422a2fcbdf7299aacea8d794b910fdf06c9a191a89f7f1530d312545d08d126a729be41eeb424
 SHA512 
b7727b29ed7e5188d5fa6099687f8e6f48b6b3f17f7a6e136956ad6b607054595de3779118bffd4b9730115eaca2f00c2d30d52f4915b2753a749432ec0c3f2a
 DIST wlroots-0.3.tar.gz 473490 BLAKE2B 
552bcc5d8bb847dbac5caaddeac830a4de25b4cc80abb6c8b8e610b5e40cc20ff50a145fdfb6bb5f0aa53d218400777ca7a5982c74eb01bd973109b2f8fd7938
 SHA512 
ccec1426e6ac86fa63f82763d123162fca5be25fb37bbb44a5de651a7764f5325ef21cbe2cf698cb315f0de4719a6bac8eb0ceeffe2111de7c9f4b59e019
+DIST wlroots-0.4.tar.gz 480114 BLAKE2B 
b37a711223b23c2e49f3f77ddf84d826bd432a62ec1cacb6c1323803fe6cf885397f445fc4f7c21752d962962a1d1d93399d9b66031031e1f5a3f1bff2ff717e
 SHA512 
49b35b3a89f640d8b5fe97543aab8de90b42a112c29ef678d38bd5ba44a3718276f3c43bf0dade07be5322eb4b90258c7d99c2432f8b6af61f3109fc6b77ad58

diff --git a/gui-libs/wlroots/wlroots-.ebuild 
b/gui-libs/wlroots/wlroots-0.4.ebuild
similarity index 98%
copy from gui-libs/wlroots/wlroots-.ebuild
copy to gui-libs/wlroots/wlroots-0.4.ebuild
index c96b1fcfc3f..9d83039a216 100644
--- a/gui-libs/wlroots/wlroots-.ebuild
+++ b/gui-libs/wlroots/wlroots-0.4.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
${DEPEND}
 "
 BDEPEND="
-   >=dev-libs/wayland-protocols-1.16
+   >=dev-libs/wayland-protocols-1.17
virtual/pkgconfig
 "
 

diff --git a/gui-libs/wlroots/wlroots-.ebuild 
b/gui-libs/wlroots/wlroots-.ebuild
index c96b1fcfc3f..9d83039a216 100644
--- a/gui-libs/wlroots/wlroots-.ebuild
+++ b/gui-libs/wlroots/wlroots-.ebuild
@@ -43,7 +43,7 @@ RDEPEND="
${DEPEND}
 "
 BDEPEND="
-   >=dev-libs/wayland-protocols-1.16
+   >=dev-libs/wayland-protocols-1.17
virtual/pkgconfig
 "
 



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

2019-02-28 Thread Matthew Thode
commit: ead7e5cb0c59ed4dad191f675db0039fb75662b1
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 15:57:59 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ead7e5cb

media-sound/pulseeffects: 4.5.3 bump

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

 media-sound/pulseeffects/Manifest   | 2 +-
 .../{pulseeffects-4.5.2.ebuild => pulseeffects-4.5.3.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseeffects/Manifest 
b/media-sound/pulseeffects/Manifest
index 57632e787f1..8af41ed79f6 100644
--- a/media-sound/pulseeffects/Manifest
+++ b/media-sound/pulseeffects/Manifest
@@ -1,3 +1,3 @@
 DIST pulseeffects-3.2.3.tar.gz 648968 BLAKE2B 
aef2aaacacc41020c5f14582c91b53ba84f3e56d7cf4a13a955769ff80796ae21cbc0ecad9b2c3e24985a6a6daf86888c3a8c6e2387b917860336e73fa8c0d6b
 SHA512 
802068c867b9708e7503e0beb65fb5aaf9ff4916b98048634a443f701864db00e5401de42ff58ed3e5fe9430af6caae74efe8f0b1b0e3e2c9d48dcb7c7e6a400
 DIST pulseeffects-4.4.7.tar.gz 1082596 BLAKE2B 
3265507191f5fca405282d8bdf9cf078023e80d2ca8f3a8bb999f7828f5220ca61b68ce01dc80e2d066a0d759b83229eabd523aff71106bd4024067afd1a8220
 SHA512 
243bd23d107f22a2a4b5934fb67bc5c059f278f2ec824814791ea24429e8d53844ffd71c9c21c35209261f4a0a4633827362bfd43355437a10944bbfd9a25421
-DIST pulseeffects-4.5.2.tar.gz 1156592 BLAKE2B 
84e72da89a4d9fb2d317ac14693841151a9967c9a2e148c58e627d450c8043d1ef8a30fc189f7d173b635ad28a6c18f3a64be21ba2fabebd2bc27057667c000c
 SHA512 
58416de47a1786f1d028dc9333f26111ad5da694875e5e6c0353c4ae4fba3f1d6e0ccb0f2013566289fb6dd884359c4928f21e25cb87a9f9f8054340d32065dc
+DIST pulseeffects-4.5.3.tar.gz 1776724 BLAKE2B 
df77c45405c33a6c33e21e34eb205a75bb372ab5bfac11c572bc8ff47ebc34780f51327636892c8b7b7deca6de814f0b198ae3509c2e7b6713d755eb25a4b38b
 SHA512 
1748f3f62122bb5ca63b9b84ea2d9917d410c1cff0aab699ff0664aab1377eda89c5f4638a86cc2444f482cf9c8aee27d34480087debb394645614a7d1e0b5a2

diff --git a/media-sound/pulseeffects/pulseeffects-4.5.2.ebuild 
b/media-sound/pulseeffects/pulseeffects-4.5.3.ebuild
similarity index 100%
rename from media-sound/pulseeffects/pulseeffects-4.5.2.ebuild
rename to media-sound/pulseeffects/pulseeffects-4.5.3.ebuild



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

2019-02-28 Thread Matthew Thode
commit: 091803353d1547b3058257ac3e4a37622262b3f0
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:05:02 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09180335

app-admin/puppetserver: 6.2.0 stable amd64 and x86

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

 app-admin/puppetserver/puppetserver-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppetserver/puppetserver-6.2.0.ebuild 
b/app-admin/puppetserver/puppetserver-6.2.0.ebuild
index 04fc3966a1c..39165a39524 100644
--- a/app-admin/puppetserver/puppetserver-6.2.0.ebuild
+++ b/app-admin/puppetserver/puppetserver-6.2.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="puppetdb"
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+="
>=virtual/jdk-1.8.0



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

2019-02-28 Thread Matthew Thode
commit: fe2ddd3a51ff8029c9e0f83468f4d3d856fe8a27
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:14:40 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2ddd3a

dev-ruby/puppetdb-termini: 6.1.0 cleanup

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

 dev-ruby/puppetdb-termini/Manifest |  1 -
 .../puppetdb-termini/puppetdb-termini-6.1.0.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-ruby/puppetdb-termini/Manifest 
b/dev-ruby/puppetdb-termini/Manifest
index aaf4899f47d..0568c0196ae 100644
--- a/dev-ruby/puppetdb-termini/Manifest
+++ b/dev-ruby/puppetdb-termini/Manifest
@@ -1,4 +1,3 @@
 DIST puppetdb-termini_5.2.4-1xenial_all.deb 20538 BLAKE2B 
aad000bc0e13e3c97f4428bca88653cbfd76db2e5499f2acad90afcff58847e1dbaec9bc9ae8ec30e21c9b5c8308061b7d51058f0a17e2936d6dfd05ccc650f4
 SHA512 
98e871a4867735a8ca677ee3fbb6ab5e8718e78623fe6d497a3c680e090b86a0cefc35ee318f6f5abb45ebfd02d9bf75a04f0f1fc48ba654443c5c4ca99f3180
 DIST puppetdb-termini_5.2.7-1xenial_all.deb 20560 BLAKE2B 
def7bb25badadd2880589d5708e8b9a0f87033977a21ee65fca7b27caf8c3568c66cf7f21123ecd8dd037e29023e65a9393d8b3608ffe0e021f9aad5a8c66755
 SHA512 
b5a5b4c721a35d95093d9da757f5a2dcfcc232343b6ca6dcf7184a20f9ff305a9c2f04328e17a0e02579d6ee7245c7c9b7e9ba8d22bc8f3bc1c13cf50c784101
-DIST puppetdb-termini_6.1.0-1stretch_all.deb 20602 BLAKE2B 
915e9fecf0a217d544a968b98295c8381fb21bca33b3449c779d8f9d508f3875a814a6b1c83eaa7a2e036e4c389e1da81602413cff31669f77f7ee3e945e75f5
 SHA512 
34862872e8292e06122b8eae7e52186f111d3ed486325af4dd279f1be67d4fa587755168af29ac0c46dafa61fae18a3a973a4b9edc672c5f24eb7873f9ecc9d0
 DIST puppetdb-termini_6.2.0-1stretch_all.deb 20602 BLAKE2B 
6f51e8f6d87df992ced0ccc23c1cecd26a1fd2b3ad2b1d507b22d3f555fafd754913f50aa7840f40cb8c3cdcabfd4af84411213842d4a70105c69d9a8fe55eaf
 SHA512 
ec73ee1514d6217e57672936d775974911bee7135af95d95e58f60c723d8e8760b005cb2a214fdfe692acd807e07ae53ba396bcf5f990c77d9a07ca485a784c1

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.1.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.1.0.ebuild
deleted file mode 100644
index 784ea8f69d3..000
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-inherit unpacker
-
-DESCRIPTION="Library needed to connect puppet to puppetdb"
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch_all.deb;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 ~ppc x86"
-
-RDEPEND+=""
-DEPEND+=""
-
-S=${WORKDIR}
-
-src_install() {
-   insinto opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/
-   doins -r opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/*
-}



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

2019-02-28 Thread Matthew Thode
commit: f4ba98b2a6cdd722a99cdc40c14c3ea46ef5049a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:02:09 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ba98b2

dev-ruby/puppetdb-termini: 6.2.0 stable amd64 and x86

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

 dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild 
b/dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild
index 6d51b944dfd..5dea78fa68f 100644
--- a/dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild
+++ b/dev-ruby/puppetdb-termini/puppetdb-termini-6.2.0.ebuild
@@ -15,7 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND+=""
 DEPEND+=""



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

2019-02-28 Thread Matthew Thode
commit: c54ea4d3f2212827d313ee616c83bb8fe6b42603
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:07:44 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54ea4d3

sys-cluster/cinder: 12.0.5 stable amd64 and x86 with cleanup

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

 sys-cluster/cinder/Manifest |   1 -
 sys-cluster/cinder/cinder-12.0.4.ebuild | 217 
 sys-cluster/cinder/cinder-12.0.5.ebuild |   2 +-
 3 files changed, 1 insertion(+), 219 deletions(-)

diff --git a/sys-cluster/cinder/Manifest b/sys-cluster/cinder/Manifest
index 9fd98108033..7094563b082 100644
--- a/sys-cluster/cinder/Manifest
+++ b/sys-cluster/cinder/Manifest
@@ -1,5 +1,4 @@
 DIST cinder-11.1.1.tar.gz 5808526 BLAKE2B 
1b773e45673c35faff1a327d73608949e088f3635adb6dd6c7e779e708dd8f2270b85086378d48042b86e60ad7ca94754d56c1d0193f1d715112a03cf3163c77
 SHA512 
10ecf0068c57077a24bb0445a0901e07e7ad211cd7fac67ed016b770b477e9ba0e9954de70f165aae69e079f6b2e9416d8292ec701db4c97b987c7dac8f69a43
-DIST cinder-12.0.4.tar.gz 5349921 BLAKE2B 
168beb53879656956a97a4e787aba200b119e80e3b787fa94534c7ca8a68fb641df47069e19759ef022103a3f306402711ec315bc61d6387b427c6f5672919fc
 SHA512 
0a139c25458020a869ab9395f42cd31b83cbfb65640a41ef0039aef48a92fd641a0084c5fd8fbdc35b6c8b6e9250e1d0a845816b92a882358acf4e2793be536c
 DIST cinder-12.0.5.tar.gz 5358388 BLAKE2B 
7ee078eb4cc4c4b16053453f1f3e5bd37c29766f80bedd1b3fe6e9d44387c8215d0fed1f79d92576254bf51b567227193a7175db7d06ef35d7f3fff5d82dd4da
 SHA512 
80788d2b10a4a0bf83e61db8e58f54dd8bbcd9fa06cd4025d37809f310bc7ed148ea9c180f4e6f02cf06f8b388384cbb9cb8a8f29a327acfe8188503550a7097
 DIST cinder-13.0.2.tar.gz 5463591 BLAKE2B 
d146e43bdd97bd15aeaf7c582c8cbe37080a7a1e8b5090c2727fb2dfbfc953121c0bb4c2adfce5f09d3e43e02093335dcce655dcc64abfa98d58b08327257950
 SHA512 
04ea9c0dafcc98858b587bf94e5afa20cfbfdd1aebd615ac62cfc7821a8dc6106b695071d68dc369bff014e877fc188216f3b05a9a08ea94a1b99712eca25c92
 DIST cinder-13.0.3.tar.gz 5464871 BLAKE2B 
3d2beebe7503d673ebc8a3f6b07da2a6799d276578823cb1abb518894f88cf97ec051337016b177ddc45614d70b9a5350a49c144011b0d1e41beaf901b4a73da
 SHA512 
2e358f7f0220aa6b6b88dedc8c942abcf5c54c53a690d18d84bee6d63b4f28b75c463f1d37a5e24925431e441f26066dbb0b4d33750429efbe7663d0e69de3a4

diff --git a/sys-cluster/cinder/cinder-12.0.4.ebuild 
b/sys-cluster/cinder/cinder-12.0.4.ebuild
deleted file mode 100644
index bdab1c26a9d..000
--- a/sys-cluster/cinder/cinder-12.0.4.ebuild
+++ /dev/null
@@ -1,217 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1 eutils linux-info user
-
-DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of 
nova-volumes"
-HOMEPAGE="https://launchpad.net/cinder;
-
-if [[ ${PV} == * ]];then
-   inherit git-r3
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/queens/cinder.conf.sample
 -> queens-cinder.conf.sample"
-   EGIT_REPO_URI="https://github.com/openstack/cinder.git;
-   EGIT_BRANCH="stable/queens"
-else
-   
SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/cinder/queens/cinder.conf.sample
 -> queens-cinder.conf.sample
-   https://tarballs.openstack.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="+api +scheduler +volume infiniband iscsi lvm mysql +memcached postgres 
rdma sqlite +tcp test +tgt"
-REQUIRED_USE="|| ( mysql postgres sqlite ) iscsi? ( tgt ) infiniband? ( rdma )"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-   app-admin/sudo"
-
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
-   dev-python/enum34[$(python_gen_usedep 'python2_7')]
-   >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
-   !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
-   =dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
-   >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
-   =dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/keystonemiddleware-4.17.0[${PYTHON_USEDEP}]
-   >=dev-python/lxml-3.4.1[${PYTHON_USEDEP}]
-   !~dev-python/lxml-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/oauth2client-1.5.0[${P

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

2019-02-28 Thread Matthew Thode
commit: 48f3e205d3758c1e5fed6e0cb1e717b18f5dc56d
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:13:13 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f3e205

app-admin/puppet-agent: 6.1.0 cleanup

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

 app-admin/puppet-agent/Manifest  |  2 -
 app-admin/puppet-agent/puppet-agent-6.1.0.ebuild | 79 
 2 files changed, 81 deletions(-)

diff --git a/app-admin/puppet-agent/Manifest b/app-admin/puppet-agent/Manifest
index 2d5bbf00838..38419f0d14f 100644
--- a/app-admin/puppet-agent/Manifest
+++ b/app-admin/puppet-agent/Manifest
@@ -2,8 +2,6 @@ DIST puppet-agent_5.5.7-1stretch_amd64.deb 17300432 BLAKE2B 
4c3b13361b9a97734a7b
 DIST puppet-agent_5.5.7-1stretch_i386.deb 1882 BLAKE2B 
b9ce9269cc59d79450cb66c9c3e545ad4267ad1a43905df4ca57b45ad1213dd11c9ddcffb77719a151f52eb60d6792a486823ea4a29b2f4e83a2d62960c9691a
 SHA512 
b65ecaf27c2bcc6556d7d43a0b78e282a64c72eed3b672af5d2e23c34eefe8134b6d4c60505f9d7c6e5b40ed4a1ad391128933c27710819f5078ec7d8680b6d4
 DIST puppet-agent_5.5.8-1stretch_amd64.deb 17302932 BLAKE2B 
4ff925477f74e5ecb7737cd41712bcd8b0b54d244784fd874ad160bc7cd33327af615ec117fc28cd45d59f275c51aa71f80de204f1f395ef89c7162d5acc3cef
 SHA512 
f30cf250855c4f5adfe58f8c3c7dcdcf155ba97a9a805449555134fb9fedcf6c4d4ab54483d4c1530ae09583e6ca78d1af446cc7fc62760c4aa839c1e9d42bc8
 DIST puppet-agent_5.5.8-1stretch_i386.deb 18221644 BLAKE2B 
fcacbae34bdb6fa18eff344123908880de2e5025ccddd25ee751c5c2b229ff8b63c66d482d4e8139b0d263edeff78771459cd90beff36136a553b039a7c417a9
 SHA512 
e00c04eacea360619f9fa4e016b8421fbf44127f979ed772e06cef21a15261a7d201abb9bcde30d8bb4e36a4b37d38d67814b2c1077b33ee6e6404c898c53e32
-DIST puppet-agent_6.1.0-1stretch_amd64.deb 17902402 BLAKE2B 
4fb8a0e85fc4dcee0ad08ca45b90ddafca3ae3f605bc9b461be2e2b31a35412c23229f8ea58a7c2ce97df2f3951598529df874911bc446d7f5f41a1f36b0cc0d
 SHA512 
6f5ae6ee3479021ff455c7b9344cd54a3d0a7ecf57b2403343297b1d1d017e995eacf0fed210976db799b9e833b26557917ca4319ffd01dffeb92d2a9418b7c9
-DIST puppet-agent_6.1.0-1stretch_i386.deb 18652482 BLAKE2B 
42c03e6c1c6c86d54875a6fd79c4a67b9b83daef42415cd9c7f1fc445912f051be3c2cd21f804318779169eeabd1ec15b9a2fb5389601416aea44c2533c7a879
 SHA512 
d78e2fb3ec28bb60a46ba1dae8d4e1292ac9346a7471aa29af6cea1a249496c4d96e7ff006700482b08338d3155dbba653d86be0d65dc31c522dd8fb4b5b4dfa
 DIST puppet-agent_6.2.0-1stretch_amd64.deb 18705508 BLAKE2B 
dbe52e4babaa47a7ae6532765e8d544b0088374c2d9dc1f9a052a462199560b4a1b36b61e2e0953b54937d0672a66124e640ff44deac5491e28fec5f8c162e51
 SHA512 
7235c8d2212377768438b0703064ef81ea1fc96473a84b1275ae7ccb63d74ad89a6c5721a61d009276df5a84947484928fa05acea20bc40bf2179f9fe9683cbb
 DIST puppet-agent_6.2.0-1stretch_i386.deb 19232552 BLAKE2B 
48000de3a47f6d9513cb33f5a9e4a889dcca5ab089680d0f03d85a6f96a8ec0dbe7610c0cb6e6ca5184d18ac8823602ca1fe56cdd6c48bee46faf19f0d775f55
 SHA512 
755f078d5e91982f6ab9c8b717e7635f533a40437b04a09ea097d87059d01a00120aaf31e6ca7d1cc32940be9491ba4fffc5f4fb82b0c4a263bf8638d5e1c15d
 DIST puppet-agent_6.3.0-1stretch_amd64.deb 18716014 BLAKE2B 
914686e0229b40ea2e4f29c31556fdd289e7f556c471ea3e3a8cec887e1e1175ab5e23fc2605e3c156f9f571a8ff47b1a77b4f1173e41b923d7bd59592b575ed
 SHA512 
fd5f39c4cb2fb040e45a0b2316857ad9da311532a9d1659f9df07ad57f85daec2e7674109c63885325c809e839b017b7b3d5ac57f9439e03b569203bf301851d

diff --git a/app-admin/puppet-agent/puppet-agent-6.1.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.1.0.ebuild
deleted file mode 100644
index 528983f6faf..000
--- a/app-admin/puppet-agent/puppet-agent-6.1.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils systemd unpacker user
-
-DESCRIPTION="general puppet client utils along with hiera and facter"
-HOMEPAGE="https://puppetlabs.com/;
-SRC_BASE="http://apt.puppetlabs.com/pool/stretch/puppet/${PN:0:1}/${PN}/${PN}_${PV}-1stretch;
-SRC_URI="
-   amd64? ( ${SRC_BASE}_amd64.deb )
-   x86?   ( ${SRC_BASE}_i386.deb )"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="puppetdb selinux"
-RESTRICT="strip"
-
-CDEPEND="!app-admin/augeas
-   !app-admin/puppet
-   !dev-ruby/hiera
-   !dev-ruby/facter
-   !app-emulation/virt-what"
-
-DEPEND="
-   ${CDEPEND}"
-RDEPEND="${CDEPEND}
-   app-portage/eix
-   sys-apps/dmidecode
-   sys-libs/glibc
-   sys-libs/readline:0/7
-   sys-libs/ncurses:0[tinfo]
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   puppetdb? ( >=dev-ruby/puppetdb-termini-5.0.1 )"
-
-S=${WORKDIR}
-
-pkg_setup() {
-   enewgr

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

2019-02-28 Thread Matthew Thode
commit: 9d3a5b488dbf91658202e5869b7adb00ff2a2314
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:09:07 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3a5b48

dev-python/cachetools: 3.1.0 stable amd64 and x86 with cleanup

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

 dev-python/cachetools/Manifest|  1 -
 dev-python/cachetools/cachetools-2.1.0.ebuild | 26 --
 dev-python/cachetools/cachetools-3.1.0.ebuild |  2 +-
 3 files changed, 1 insertion(+), 28 deletions(-)

diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index 9eea23cd4e7..753c148196c 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1,3 +1,2 @@
-DIST cachetools-2.1.0.tar.gz 20051 BLAKE2B 
87c0839352a82fa2e531c6e4fe4da3ea7038ab9f09ce0b537f16deebf63de36a49ffd563790d42a1f07962841cf07431f1287de114f9e8d148c1413eedf1ff42
 SHA512 
6536afae48bad99465709860fd57c8c66d3b203ecf79a922e117a2c004a33b7ab2ac895f87596cbf4be377f6655d1deddc80b6500daa4d529eef7c1ca0adbd8d
 DIST cachetools-3.0.0.tar.gz 20513 BLAKE2B 
e6fdfe2aff22a9ae35d19acb7a678410c5c06d3147cfc3d57725d942c3e4ce00d5aa8bfce7f8ee80960751643bc655d5d2226382e82c1c5c1eda746cb34a556a
 SHA512 
7211e4d1525b94f5a74a89571a1a3696719d1cb15246f4b8158408082cc59ef03935ba82ddd78a34dbb31b271c234dab6cd82839c13b23159b80264bd552bc51
 DIST cachetools-3.1.0.tar.gz 20664 BLAKE2B 
acb9ecdc1a9ca4bfdea7b9f593aedd6c8db9f96c703b71fb3007ec6e255d4d99d53c22f6b61ba25d53ac9a3bdee8de7303d18ba05115017bd6ee63c2bacf1fca
 SHA512 
1d03cf42b56857ccc1203a658a8c70fa3c0a3be2ecfa3b9501c14ba674463d4ffccf8a8a9daee13084545a5072ecd7757174a4b074d33b0619020f7ec89515bc

diff --git a/dev-python/cachetools/cachetools-2.1.0.ebuild 
b/dev-python/cachetools/cachetools-2.1.0.ebuild
deleted file mode 100644
index 43782bae253..000
--- a/dev-python/cachetools/cachetools-2.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="https://pypi.org/project/cachetools/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   py.test -v || die "Tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/cachetools/cachetools-3.1.0.ebuild 
b/dev-python/cachetools/cachetools-3.1.0.ebuild
index 1c9f5b20679..fd9bc3426e5 100644
--- a/dev-python/cachetools/cachetools-3.1.0.ebuild
+++ b/dev-python/cachetools/cachetools-3.1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="test"
 
 RDEPEND=""



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

2019-02-28 Thread Matthew Thode
commit: 2567818c638b669669db802245cdced97a1ca625
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:02:50 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2567818c

app-admin/puppetdb: 6.2.0 stable amd64 and x86

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

 app-admin/puppetdb/puppetdb-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppetdb/puppetdb-6.2.0.ebuild 
b/app-admin/puppetdb/puppetdb-6.2.0.ebuild
index 616793cb412..77d1c1ca9cc 100644
--- a/app-admin/puppetdb/puppetdb-6.2.0.ebuild
+++ b/app-admin/puppetdb/puppetdb-6.2.0.ebuild
@@ -13,7 +13,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 # will need the same keywords as puppet
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND+=">=virtual/jdk-1.8.0"
 DEPEND+=""



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

2019-02-28 Thread Matthew Thode
commit: f1370d55d06277621a94f48b61af7b6f4b6b4e13
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:16:37 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1370d55

app-emulation/diskimage-builder: 2.20.3 bump (gentoo gpg key update)

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

 app-emulation/diskimage-builder/Manifest   |  1 +
 .../diskimage-builder-2.20.3.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 8574b6ba6da..59bf7f6fdd0 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -2,3 +2,4 @@ DIST diskimage-builder-2.19.0.tar.gz 359520 BLAKE2B 
2ddbee82cc45267faa45e7fa8b80
 DIST diskimage-builder-2.20.0.tar.gz 366139 BLAKE2B 
51399a4dad2dfb9100e4d196bae0cbe21d67a603ae8a3c5fb445de30cae7216d68090a8a4cdcd7839b9a11b472f5933d5d09814e60ad3ed1df3c373d012be97f
 SHA512 
0d7e725eed0af0c549705029cf9af465d1ea10fa5ec82d6848a437d51783f8749ed613231fd4218db65f41b560eed16db5254788a097398ac267edf2ef04cea5
 DIST diskimage-builder-2.20.1.tar.gz 361740 BLAKE2B 
7e334694b2a103f9c742da6f174e40456b8d190648c32209f333a030498b2347e7dfe0f96e2143f87d9573dabc68f1acabfbc292e5796b017128f5bb1368dd5b
 SHA512 
09567f0c6f4de44330168c52af52070e348c1e2c53e9cd2140679f97c4da8c175f2627c7851e33c8ca9133065cd65fe0f2f8256ea7a6638cad2a9c87c5219fdc
 DIST diskimage-builder-2.20.2.tar.gz 361048 BLAKE2B 
75a75b895b57a038bcea7b5a9a4936abd9cf99e4c351e72856e61ea7a2b95f5e62cfd43d11443919957fc844967e5e510ea3258bcaee6266481d6efe45c41664
 SHA512 
b16716217f8977be1787c74df213853adaecd384120438c31bd18cb603d8ca6bf7430bd54826c7c3b63488ce366aa3cba5c0e7b166fa245f740093abecc99fc9
+DIST diskimage-builder-2.20.3.tar.gz 403533 BLAKE2B 
08aba837288123081d53b9f79af55c520acf5120dc7126781764c85aa633884ca812b46cd000f619f36138df34252652ea427dbd73aa215196883046b0baa469
 SHA512 
efefd3c19643e75794293519286d1df81b8bf88511d394b13addfd8953368f3ff6cd57a884b77a161d0b7d01b97624e4dd91d79497e22058f24747ee4a24df3a

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.20.3.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.20.3.ebuild
new file mode 100644
index 000..4c5588077db
--- /dev/null
+++ b/app-emulation/diskimage-builder/diskimage-builder-2.20.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Golden Disk Image builder."
+HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
+   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
+   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
+   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   app-emulation/qemu
+   sys-block/parted
+   sys-fs/multipath-tools
+   sys-fs/dosfstools
+   sys-apps/gptfdisk
+   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2019-02-28 Thread Matthew Thode
commit: 20f5d95f338f477720f93aaad4819705006b8994
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 15:59:45 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f5d95f

app-admin/puppet: 6.2.0 stable amd64 and x86

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

 app-admin/puppet/Manifest|   1 -
 app-admin/puppet/puppet-6.1.0.ebuild | 138 ---
 app-admin/puppet/puppet-6.2.0.ebuild |   2 +-
 3 files changed, 1 insertion(+), 140 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 750843d1b50..4cad506ea7c 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,6 +1,5 @@
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.10.tar.gz 3064457 BLAKE2B 
04cac9cebc03343b8c6fcf762f681f63bce4ebe27b6e7e727d06b14f0013a6c4b0ed7ff793e01b170931a881a921b4a2f107a5e37d1ac9394046f8611a7adaaf
 SHA512 
70a5684289fc576853bf908adff44c1b1ce4b37d71236e7d7a8d140fa0e3cdd46a4b570cc7e493a3f47641f6be0c3b736ab04a178c30cce4244abe686378bf4b
 DIST puppet-6.0.5.tar.gz 2811469 BLAKE2B 
de25af69b387a02b68fbb31ae13a9fa4aea8f25dcef32bead662e708060909b2f10813c1e889372a9167cb7a10b084679c20b5fa8312d2e06e2b53ebd573082a
 SHA512 
0b34a27a0c21d24cf22e442b495dcfc49ac8b78e40f83eb9eb7f8b82b29350be436a63c6c9c9e969fc3d16096ccb927ca3c4d11e64e51d1e50150001d015bdbc
-DIST puppet-6.1.0.tar.gz 2818606 BLAKE2B 
4fb6b26e5c3711262ff2210c9a4e9a9df0f47f4a989526a79cc36f56fa939fd4e54e41f3afef818aacd4630daf559f1ded7e2f6e3cc258a005a848b4d49b64ae
 SHA512 
b82d5f5b045e23543a26949d9faa7ced78f1413e7699d124dd43a56b8558232d6f151a9fdbe52e1959900eb8fff7d7e873fa7ce986206419a27a7627a56f91f6
 DIST puppet-6.2.0.tar.gz 2821615 BLAKE2B 
88b8ec856cfc6dacba5dfe44da7abce56a351f514057d3c916ecb5f4188703713cf7981984c2a59cb8073da93eab91a815dc2f52ee4f621c9a412897e9387d5e
 SHA512 
91540169d3c9c1715e78b416961f4f3957a01b0908c3b675fa75226361fb8161730ca47ed98a2e958d8841fd50086c75489c5ee53b41f933392f399d502bad9b
 DIST puppet-6.3.0.tar.gz 2831909 BLAKE2B 
ccf6353c0fc1fcdd4ac06e79bd8d91980162b8f1b2012fc2bfc1cdea3d2d6b22bf55216cea9b94a4024273ca9f76eedcc92a861de9db348408a361596033b51c
 SHA512 
1d30706049fe378facddb923a9ecb521d37faa84740251602ac340ea1299c247252fbdaca17f1ea450ff716ab26ac4e9524f1137080318e6d9237a9e2699f6b8

diff --git a/app-admin/puppet/puppet-6.1.0.ebuild 
b/app-admin/puppet/puppet-6.1.0.ebuild
deleted file mode 100644
index 87692a87fff..000
--- a/app-admin/puppet/puppet-6.1.0.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit eutils user ruby-fakegem eapi7-ver
-
-DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/;
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   dev-ruby/hiera
-   dev-ruby/json:=
-   dev-ruby/semantic_puppet
-   >=dev-ruby/facter-3.0.0
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /var/lib/puppet puppet
-}
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged js

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

2019-02-28 Thread Matthew Thode
commit: 97e9f883969e76d4e19203d1ae29017a1af5aba2
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:06:00 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e9f883

app-admin/puppet-agent: 6.2.0 stable amd64 and x86

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

 app-admin/puppet-agent/puppet-agent-6.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppet-agent/puppet-agent-6.2.0.ebuild 
b/app-admin/puppet-agent/puppet-agent-6.2.0.ebuild
index a72df734d6b..c648209a4a7 100644
--- a/app-admin/puppet-agent/puppet-agent-6.2.0.ebuild
+++ b/app-admin/puppet-agent/puppet-agent-6.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="puppetdb selinux"
 RESTRICT="strip"
 



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

2019-02-28 Thread Matthew Thode
commit: e666aab15b0180f4867657434cf9c4333498e118
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:12:14 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e666aab1

app-admin/puppet: cleanup 6.0.5

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

 app-admin/puppet/Manifest|   1 -
 app-admin/puppet/puppet-6.0.5.ebuild | 138 ---
 2 files changed, 139 deletions(-)

diff --git a/app-admin/puppet/Manifest b/app-admin/puppet/Manifest
index 4cad506ea7c..bab0859f6f7 100644
--- a/app-admin/puppet/Manifest
+++ b/app-admin/puppet/Manifest
@@ -1,5 +1,4 @@
 DIST puppet-4.10.12.tar.gz 3022218 BLAKE2B 
03757857868b1544078ae5e40d6e438631c788f1b01a3e62ba90e477b754601d2c085228e084363ff20ee39728b02ebe8ca83e17f7c79dddae1c3968aef4e320
 SHA512 
ff7accf70b1d4de7282cf3b41246151c49c4758a41ace56a470e4723749638027011cf170747e66fa5812280e1612e754e12d92dd35fa6c93171f7187bb9cfa2
 DIST puppet-5.5.10.tar.gz 3064457 BLAKE2B 
04cac9cebc03343b8c6fcf762f681f63bce4ebe27b6e7e727d06b14f0013a6c4b0ed7ff793e01b170931a881a921b4a2f107a5e37d1ac9394046f8611a7adaaf
 SHA512 
70a5684289fc576853bf908adff44c1b1ce4b37d71236e7d7a8d140fa0e3cdd46a4b570cc7e493a3f47641f6be0c3b736ab04a178c30cce4244abe686378bf4b
-DIST puppet-6.0.5.tar.gz 2811469 BLAKE2B 
de25af69b387a02b68fbb31ae13a9fa4aea8f25dcef32bead662e708060909b2f10813c1e889372a9167cb7a10b084679c20b5fa8312d2e06e2b53ebd573082a
 SHA512 
0b34a27a0c21d24cf22e442b495dcfc49ac8b78e40f83eb9eb7f8b82b29350be436a63c6c9c9e969fc3d16096ccb927ca3c4d11e64e51d1e50150001d015bdbc
 DIST puppet-6.2.0.tar.gz 2821615 BLAKE2B 
88b8ec856cfc6dacba5dfe44da7abce56a351f514057d3c916ecb5f4188703713cf7981984c2a59cb8073da93eab91a815dc2f52ee4f621c9a412897e9387d5e
 SHA512 
91540169d3c9c1715e78b416961f4f3957a01b0908c3b675fa75226361fb8161730ca47ed98a2e958d8841fd50086c75489c5ee53b41f933392f399d502bad9b
 DIST puppet-6.3.0.tar.gz 2831909 BLAKE2B 
ccf6353c0fc1fcdd4ac06e79bd8d91980162b8f1b2012fc2bfc1cdea3d2d6b22bf55216cea9b94a4024273ca9f76eedcc92a861de9db348408a361596033b51c
 SHA512 
1d30706049fe378facddb923a9ecb521d37faa84740251602ac340ea1299c247252fbdaca17f1ea450ff716ab26ac4e9524f1137080318e6d9237a9e2699f6b8

diff --git a/app-admin/puppet/puppet-6.0.5.ebuild 
b/app-admin/puppet/puppet-6.0.5.ebuild
deleted file mode 100644
index 87692a87fff..000
--- a/app-admin/puppet/puppet-6.0.5.ebuild
+++ /dev/null
@@ -1,138 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC="doc:all"
-
-RUBY_FAKEGEM_EXTRAINSTALL="locales"
-
-inherit eutils user ruby-fakegem eapi7-ver
-
-DESCRIPTION="A system automation and configuration management software."
-HOMEPAGE="http://puppetlabs.com/;
-SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
-IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
-RESTRICT="test"
-
-ruby_add_rdepend "
-   dev-ruby/hiera
-   dev-ruby/json:=
-   dev-ruby/semantic_puppet
-   >=dev-ruby/facter-3.0.0
-   augeas? ( dev-ruby/ruby-augeas )
-   diff? ( dev-ruby/diff-lcs )
-   doc? ( dev-ruby/rdoc )
-   ldap? ( dev-ruby/ruby-ldap )
-   shadow? ( dev-ruby/ruby-shadow )
-   sqlite? ( dev-ruby/sqlite3 )
-   virtual/ruby-ssl
-   dev-ruby/hocon"
-
-ruby_add_bdepend "
-   doc? ( dev-ruby/yard )
-   test? (
-   dev-ruby/mocha
-   dev-ruby/rack
-   dev-ruby/rspec-its
-   )"
-# this should go in the above lists, but isn't because of test deps not being 
keyworded
-#   dev-ruby/rspec-collection_matchers
-
-RDEPEND+=" ${RDEPEND}
-   rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
-   selinux? (
-   sys-libs/libselinux[ruby]
-   sec-policy/selinux-puppet
-   )
-   vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
-   >=app-portage/eix-0.18.0"
-PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )"
-
-pkg_setup() {
-   enewgroup puppet
-   enewuser puppet -1 -1 /var/lib/puppet puppet
-}
-
-all_ruby_prepare() {
-   # Avoid spec that require unpackaged json-schema.
-   rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
-
-   # can't be run within portage.
-   epatch "${FILESDIR}/puppet-fix-tests-6.0.0.patch"
-
-   # fix systemd path
-   epatch "${FILESDIR}/puppet-systemd.patch"
-
-   # Avoid specs that can only run in the puppet.git repository. This
-   # should be narrowed dow

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

2019-02-28 Thread Matthew Thode
commit: 4724de6c3c6469eab0516696a8a14a0641399f1f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:18:28 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4724de6c

app-emulation/diskimage-builder: 2.20.3 stable amd64/x86 (fast)

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

 app-emulation/diskimage-builder/Manifest   |  4 ---
 .../diskimage-builder-2.19.0.ebuild| 37 --
 .../diskimage-builder-2.20.0.ebuild| 37 --
 .../diskimage-builder-2.20.1.ebuild| 37 --
 .../diskimage-builder-2.20.2.ebuild| 37 --
 .../diskimage-builder-2.20.3.ebuild|  2 +-
 6 files changed, 1 insertion(+), 153 deletions(-)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 59bf7f6fdd0..f699aa26fb7 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,5 +1 @@
-DIST diskimage-builder-2.19.0.tar.gz 359520 BLAKE2B 
2ddbee82cc45267faa45e7fa8b80012096676ca792eed6aee766d24fd3a5297f7f21af94c84259308fd0a48b9c913ba94575333d792b7dcd67c09d6493ff3f2b
 SHA512 
57da6f0507a96f873bc034862dd58649d8d9ff65c7ad83f8245658fed5919b47ac29c5f8d1bb9ff2d544304955c48fa1ff3a183d90ba47bcc8d1f88c09e4014c
-DIST diskimage-builder-2.20.0.tar.gz 366139 BLAKE2B 
51399a4dad2dfb9100e4d196bae0cbe21d67a603ae8a3c5fb445de30cae7216d68090a8a4cdcd7839b9a11b472f5933d5d09814e60ad3ed1df3c373d012be97f
 SHA512 
0d7e725eed0af0c549705029cf9af465d1ea10fa5ec82d6848a437d51783f8749ed613231fd4218db65f41b560eed16db5254788a097398ac267edf2ef04cea5
-DIST diskimage-builder-2.20.1.tar.gz 361740 BLAKE2B 
7e334694b2a103f9c742da6f174e40456b8d190648c32209f333a030498b2347e7dfe0f96e2143f87d9573dabc68f1acabfbc292e5796b017128f5bb1368dd5b
 SHA512 
09567f0c6f4de44330168c52af52070e348c1e2c53e9cd2140679f97c4da8c175f2627c7851e33c8ca9133065cd65fe0f2f8256ea7a6638cad2a9c87c5219fdc
-DIST diskimage-builder-2.20.2.tar.gz 361048 BLAKE2B 
75a75b895b57a038bcea7b5a9a4936abd9cf99e4c351e72856e61ea7a2b95f5e62cfd43d11443919957fc844967e5e510ea3258bcaee6266481d6efe45c41664
 SHA512 
b16716217f8977be1787c74df213853adaecd384120438c31bd18cb603d8ca6bf7430bd54826c7c3b63488ce366aa3cba5c0e7b166fa245f740093abecc99fc9
 DIST diskimage-builder-2.20.3.tar.gz 403533 BLAKE2B 
08aba837288123081d53b9f79af55c520acf5120dc7126781764c85aa633884ca812b46cd000f619f36138df34252652ea427dbd73aa215196883046b0baa469
 SHA512 
efefd3c19643e75794293519286d1df81b8bf88511d394b13addfd8953368f3ff6cd57a884b77a161d0b7d01b97624e4dd91d79497e22058f24747ee4a24df3a

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.19.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.19.0.ebuild
deleted file mode 100644
index 8188442a162..000
--- a/app-emulation/diskimage-builder/diskimage-builder-2.19.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
-   =dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/flake8-2.5.4[${PYTHON_USEDEP}]
-   =dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   app-emulation/qemu
-   sys-block/parted
-   sys-fs/multipath-tools
-   sys-fs/dosfstools
-   sys-apps/gptfdisk
-   !dev-python/dib-utils[${PYTHON_USEDEP}]"

diff --git a/app-emulation/diskimage-builder/diskimage-builder-2.20.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-2.20.0.ebuild
deleted file mode 100644
index 4c5588077db..000
--- a/app-emulation/diskimage-builder/diskimage-builder-2.20.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder."
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-SRC_URI=&quo

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

2019-02-28 Thread Matthew Thode
commit: ab533f96fc63aa30295c3d8b0aa229dceb3ec7a7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 28 16:11:08 2019 +
Commit:     Matthew Thode  gentoo  org>
CommitDate: Thu Feb 28 16:22:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab533f96

app-admin/puppetdb: cleanup

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

 app-admin/puppetdb/Manifest |  1 -
 app-admin/puppetdb/puppetdb-6.1.0-r1.ebuild | 92 -
 2 files changed, 93 deletions(-)

diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest
index 90b35de68fb..7c213c696d8 100644
--- a/app-admin/puppetdb/Manifest
+++ b/app-admin/puppetdb/Manifest
@@ -1,4 +1,3 @@
 DIST puppetdb-5.2.4.tar.gz 25438658 BLAKE2B 
4e548ed018b57f68c0cc81185579234e17086985733d56030802577ab5fb8106c7c47c603aa3da65ede3e5780c89df8b2dbece12c29aa1b171ceda1de7228f56
 SHA512 
6979ebccaa1136d19ffd0d67bdbff9c608c649d75b56b4b041d8795fdcedf24c831553c5361f8e144fa01bbac92af88e6548f917ca00eec707d8740a99689059
 DIST puppetdb-5.2.7.tar.gz 24353701 BLAKE2B 
196b336a92031a25f7f28ca070a831857f3e0dde3ecc02e12e6884f3628c12dcc27b347c39147636addc975841f340fbf89196e86b3c10efc2ad1f16cf6f882a
 SHA512 
989fa232d0fbd90c975fe110caca9b9c92a90167eb7b8d0384282dd8cf85111a56174c6785d7c73800e19185e879e258b8e6cefb210c1c44a229ce994336ef1d
-DIST puppetdb-6.1.0.tar.gz 40448212 BLAKE2B 
fc12d7177eda99e755eddf33c7833b98a1567ac8675bd080720105709b44421b0293a3c8eb38c104104b0bade72f0dd8e2862a10d25f52c4ecbd0f914e66bd77
 SHA512 
185403b528099d6ef318cbbdd58228c31face25c540435e049585f68fabcc17f5850cc10eec342746c910ebfdcf2a1d99c7f9ca01b0baf2dd4585ccae1ede205
 DIST puppetdb-6.2.0.tar.gz 39922402 BLAKE2B 
5d3c36bdeb902c7292d8da728ce225e3378bcb1283dbb2558f7aaa488e53351da41551606723d6c504118f5a653d92831cb55e0570dd7827c1be06f78592e0ef
 SHA512 
33da6a7db688561d01302918cc0e85ff88f5490ac4007e4f20df6b0483aa1a7f65b2226f98966936333c7fa28060adca47f10ba7419a05d70c9c72bd8a40e8e5

diff --git a/app-admin/puppetdb/puppetdb-6.1.0-r1.ebuild 
b/app-admin/puppetdb/puppetdb-6.1.0-r1.ebuild
deleted file mode 100644
index 3353ad78822..000
--- a/app-admin/puppetdb/puppetdb-6.1.0-r1.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib systemd user
-
-DESCRIPTION="PuppetDB collects data generated by Puppet."
-HOMEPAGE="http://docs.puppetlabs.com/puppetdb/;
-SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-# will need the same keywords as puppet
-KEYWORDS="amd64 x86"
-
-RDEPEND+=">=virtual/jdk-1.8.0"
-DEPEND+=""
-
-pkg_setup() {
-   enewgroup puppetdb
-   enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb"
-}
-
-src_prepare() {
-   sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die
-   sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die
-   sed -i 's/sysconfig/conf\.d/g' install.sh || die
-   sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die
-   sed -i 's/var\/run/run/g' install.sh || die
-   default
-}
-
-src_compile() {
-   einfo "not compiling"
-}
-
-src_install() {
-   dodir /opt/puppetlabs/server/data/puppetdb
-   insinto /opt/puppetlabs/server/apps/puppetdb
-   insopts -m0744
-   doins ext/ezbake-functions.sh
-   insopts -m0644
-   doins ext/ezbake.manifest
-   doins puppetdb.jar
-   insinto /etc/puppetlabs/puppetdb
-   doins ext/config/logback.xml
-   doins ext/config/bootstrap.cfg
-   doins ext/config/request-logging.xml
-   insinto /etc/puppetlabs/puppetdb/conf.d
-   doins ext/config/conf.d/jetty.ini
-   doins ext/config/conf.d/repl.ini
-   doins ext/config/conf.d/database.ini
-   doins ext/config/conf.d/config.ini
-   insopts -m0755
-   insinto /opt/puppetlabs/server/apps/puppetdb/scripts
-   doins install.sh
-   insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps
-   doins ext/cli/foreground
-   doins ext/cli/ssl-setup
-   doins ext/cli/config-migration
-   doins ext/cli/foreground
-   doins ext/cli/anonymize
-   doins ext/cli/reload
-   doins ext/cli/start
-   doins ext/cli/stop
-   insinto /opt/puppetlabs/server/apps/puppetdb/bin
-   doins ext/bin/puppetdb
-   insopts -m0644
-   dodir /opt/puppetlabs/server/bin
-   dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb
-   dodir /opt/puppetlabs/bin
-   dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb
-   dosym ../../opt/puppetlabs/server/apps/puppetdb/bin/puppetdb 
/usr/bin/puppetdb
-   # init type tasks
-   newconfd ext/default puppetdb
-   systemd_dounit ex

<    1   2   3   4   5   6   7   8   9   10   >