summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-12-05 05:20:19 +0000
committerIan Delaney <idella4@gentoo.org>2013-12-05 05:20:19 +0000
commit1c8b0fd64242ae99bdb7dc022c6f19826790a728 (patch)
treea21a5397e7c602502b3154821a13647ee2afcf63 /dev-python
parentnew ebuild by Davide Rebeccani, SDK for xen in the cloud, fixes Bug #492304 (diff)
downloadgentoo-2-1c8b0fd64242ae99bdb7dc022c6f19826790a728.tar.gz
gentoo-2-1c8b0fd64242ae99bdb7dc022c6f19826790a728.tar.bz2
gentoo-2-1c8b0fd64242ae99bdb7dc022c6f19826790a728.zip
woops, syntax corrections by jer
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/XenAPI/ChangeLog5
-rw-r--r--dev-python/XenAPI/XenAPI-1.2.ebuild9
2 files changed, 6 insertions, 8 deletions
diff --git a/dev-python/XenAPI/ChangeLog b/dev-python/XenAPI/ChangeLog
index 311cc629c382..fa634d8f01be 100644
--- a/dev-python/XenAPI/ChangeLog
+++ b/dev-python/XenAPI/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/XenAPI
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v 1.1 2013/12/05 05:15:43 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v 1.2 2013/12/05 05:20:19 idella4 Exp $
+
+ 05 Dec 2013; Ian Delaney <idella4@gentoo.org> XenAPI-1.2.ebuild:
+ woops, syntax corrections by jer
*XenAPI-1.2 (05 Dec 2013)
diff --git a/dev-python/XenAPI/XenAPI-1.2.ebuild b/dev-python/XenAPI/XenAPI-1.2.ebuild
index 06f5d3b82009..c5c66b08a115 100644
--- a/dev-python/XenAPI/XenAPI-1.2.ebuild
+++ b/dev-python/XenAPI/XenAPI-1.2.ebuild
@@ -1,21 +1,16 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild,v 1.1 2013/12/05 05:15:43 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild,v 1.2 2013/12/05 05:20:19 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-DESCRIPTION="XenAPI SDK, for communication with Citrix XenServer and Xen Cloud Platform."
+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"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-