Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/XenAPI: XenAPI-1.2.ebuild ChangeLog
Date: Thu, 05 Dec 2013 05:20:23
Message-Id: 20131205052019.3DFE52004B@flycatcher.gentoo.org
1 idella4 13/12/05 05:20:19
2
3 Modified: XenAPI-1.2.ebuild ChangeLog
4 Log:
5 woops, syntax corrections by jer
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/XenAPI/XenAPI-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: XenAPI-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- XenAPI-1.2.ebuild 5 Dec 2013 05:15:43 -0000 1.1
23 +++ XenAPI-1.2.ebuild 5 Dec 2013 05:20:19 -0000 1.2
24 @@ -1,21 +1,16 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild,v 1.1 2013/12/05 05:15:43 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild,v 1.2 2013/12/05 05:20:19 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32
33 inherit distutils-r1
34
35 -DESCRIPTION="XenAPI SDK, for communication with Citrix XenServer and Xen Cloud Platform."
36 +DESCRIPTION="Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform"
37 HOMEPAGE="http://community.citrix.com/display/xs/Download+SDKs"
38 SRC_URI="mirror://pypi/X/${PN}/${P}.tar.gz"
39
40 LICENSE="LGPL-2"
41 SLOT="0"
42 KEYWORDS="~amd64"
43 -IUSE=""
44 -
45 -DEPEND=""
46 -RDEPEND="${DEPEND}"
47 -
48
49
50
51 1.2 dev-python/XenAPI/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/ChangeLog?rev=1.2&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/ChangeLog?rev=1.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/ChangeLog?r1=1.1&r2=1.2
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- ChangeLog 5 Dec 2013 05:15:43 -0000 1.1
64 +++ ChangeLog 5 Dec 2013 05:20:19 -0000 1.2
65 @@ -1,6 +1,9 @@
66 # ChangeLog for dev-python/XenAPI
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v 1.1 2013/12/05 05:15:43 idella4 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v 1.2 2013/12/05 05:20:19 idella4 Exp $
70 +
71 + 05 Dec 2013; Ian Delaney <idella4@g.o> XenAPI-1.2.ebuild:
72 + woops, syntax corrections by jer
73
74 *XenAPI-1.2 (05 Dec 2013)