summaryrefslogtreecommitdiff
path: root/dev-python/XenAPI/XenAPI-1.2.ebuild
diff options
context:
space:
mode:
authorTomas Mozes <hydrapolic@gmail.com>2019-12-13 12:28:18 +0100
committerYixun Lan <dlan@gentoo.org>2019-12-17 16:38:55 +0000
commitc82b720424905ff2ed4d1e59bc266fd8b381baa5 (patch)
treebecd9adea58a058c3c98ba55ec371bc465f670fc /dev-python/XenAPI/XenAPI-1.2.ebuild
parent1101601974ee18e5c8b7141e3ec31080b38ab07e (diff)
downloadgentoo-c82b720424905ff2ed4d1e59bc266fd8b381baa5.tar.gz
gentoo-c82b720424905ff2ed4d1e59bc266fd8b381baa5.tar.bz2
gentoo-c82b720424905ff2ed4d1e59bc266fd8b381baa5.zip
dev-python/XenAPI: bump to 2.14
Closes: https://bugs.gentoo.org/702056 Closes: https://github.com/gentoo/gentoo/pull/13967 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-python/XenAPI/XenAPI-1.2.ebuild')
-rw-r--r--dev-python/XenAPI/XenAPI-1.2.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/XenAPI/XenAPI-1.2.ebuild b/dev-python/XenAPI/XenAPI-1.2.ebuild
deleted file mode 100644
index 627ce1eb6f10..000000000000
--- a/dev-python/XenAPI/XenAPI-1.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
-HOMEPAGE="http://community.citrix.com/display/xs/Download+SDKs"
-SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"