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: Sun, 22 Jun 2014 01:19:21
Message-Id: 20140622011917.9F8C82004E@flycatcher.gentoo.org
1 idella4 14/06/22 01:19:17
2
3 Modified: XenAPI-1.2.ebuild ChangeLog
4 Log:
5 add setuptools dep, fixes Bug #514272 by our Patrick
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild?r1=1.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- XenAPI-1.2.ebuild 5 Dec 2013 05:20:19 -0000 1.2
23 +++ XenAPI-1.2.ebuild 22 Jun 2014 01:19:17 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/XenAPI-1.2.ebuild,v 1.3 2014/06/22 01:19:17 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 @@ -14,3 +14,5 @@
34 LICENSE="LGPL-2"
35 SLOT="0"
36 KEYWORDS="~amd64"
37 +
38 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
39
40
41
42 1.3 dev-python/XenAPI/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/ChangeLog?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/ChangeLog?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/XenAPI/ChangeLog?r1=1.2&r2=1.3
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- ChangeLog 5 Dec 2013 05:20:19 -0000 1.2
55 +++ ChangeLog 22 Jun 2014 01:19:17 -0000 1.3
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-python/XenAPI
58 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v 1.2 2013/12/05 05:20:19 idella4 Exp $
60 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/XenAPI/ChangeLog,v 1.3 2014/06/22 01:19:17 idella4 Exp $
62 +
63 + 22 Jun 2014; Ian Delaney <idella4@g.o> XenAPI-1.2.ebuild:
64 + add setuptools dep, fixes Bug #514272 by our Patrick
65
66 05 Dec 2013; Ian Delaney <idella4@g.o> XenAPI-1.2.ebuild:
67 woops, syntax corrections by jer