commit:     8a00bbe02e2944fd550b78451c0e245679966592
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 04:12:33 2018 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 04:13:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a00bbe0

dev-python/os-xenapi: remove ocata

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/os-xenapi/Manifest               |  1 -
 dev-python/os-xenapi/os-xenapi-0.1.1.ebuild | 35 -----------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/os-xenapi/Manifest b/dev-python/os-xenapi/Manifest
index 3da4356ec31..9d9f923643f 100644
--- a/dev-python/os-xenapi/Manifest
+++ b/dev-python/os-xenapi/Manifest
@@ -1,2 +1 @@
-DIST os-xenapi-0.1.1.tar.gz 55493 BLAKE2B 
56fbf1240a35d1cb0dbde814e712e7752289295eea79f9c995bbcb85788ee709daf48bc489ab2f571d14ce96df0b20e45f1e050a5d86632ce6428f942e91f510
 SHA512 
eafb5d431fef7e3435f3c9c4c7821a3cd98a17b2ad6293a6b90c83ea18d738b8b5de3f5bd43327ac670c13aa8d7585530c330e42df4cd3c8b5b9e2f860373455
 DIST os-xenapi-0.2.0.tar.gz 73753 BLAKE2B 
dbb42c1fe15a55e39622876293d7797801ee4e67d152957e32e88a1d1a4503a2d70ab144216924c7d45935bbc79109a76535cc0b121df63e82468a37cb353cfc
 SHA512 
6eb7a8b8137c6c28cf07af51ddfed9aa08ad5af3cafd48ed72d9fa909d0dd2416e17eed8a587fc5cffac55704652e24ef8e759f60806b569f2765a5fff58884f

diff --git a/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild 
b/dev-python/os-xenapi/os-xenapi-0.1.1.ebuild
deleted file mode 100644
index bbee10c3ca2..00000000000
--- a/dev-python/os-xenapi/os-xenapi-0.1.1.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-1.8[${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.11.0[${PYTHON_USEDEP}]
-       >=dev-python/oslo-utils-3.18.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
-}

Reply via email to