Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/cloud-init: cloud-init-0.7.2.ebuild ChangeLog
Date: Tue, 29 Oct 2013 04:42:11
Message-Id: 20131029044205.8AAC920047@flycatcher.gentoo.org
1 prometheanfire 13/10/29 04:42:05
2
3 Modified: cloud-init-0.7.2.ebuild ChangeLog
4 Log:
5 now installs the python module
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.2 app-emulation/cloud-init/cloud-init-0.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.2.ebuild?r1=1.1&r2=1.2
15
16 Index: cloud-init-0.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cloud-init-0.7.2.ebuild 22 Sep 2013 19:11:45 -0000 1.1
23 +++ cloud-init-0.7.2.ebuild 29 Oct 2013 04:42:05 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.2.ebuild,v 1.1 2013/09/22 19:11:45 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/cloud-init-0.7.2.ebuild,v 1.2 2013/10/29 04:42:05 prometheanfire Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -11,7 +11,7 @@
33 HOMEPAGE="https://launchpad.net/cloud-init"
34 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
35
36 -LICENSE="Apache-2.0"
37 +LICENSE="GPL-3"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 IUSE=""
41 @@ -30,5 +30,6 @@
42 dev-python/jsonpatch[${PYTHON_USEDEP}]"
43
44 src_prepare() {
45 - sed -i '/exclude/d' "${S}/setup.py"
46 + sed -i "s/'tests'//g" "${S}/setup.py"
47 + rm -R "${S}/tests"
48 }
49
50
51
52 1.2 app-emulation/cloud-init/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/cloud-init/ChangeLog?r1=1.1&r2=1.2
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- ChangeLog 22 Sep 2013 19:11:45 -0000 1.1
65 +++ ChangeLog 29 Oct 2013 04:42:05 -0000 1.2
66 @@ -1,6 +1,10 @@
67 # ChangeLog for app-emulation/cloud-init
68 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.1 2013/09/22 19:11:45 prometheanfire Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.2 2013/10/29 04:42:05 prometheanfire Exp $
71 +
72 + 29 Oct 2013; Matthew Thode <prometheanfire@g.o>
73 + cloud-init-0.7.2.ebuild:
74 + now installs the python module
75
76 *cloud-init-0.7.2 (22 Sep 2013)