1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
# ChangeLog for app-emulation/cloud-init
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/cloud-init/ChangeLog,v 1.12 2014/10/13 18:35:51 alunduil Exp $
*cloud-init-0.7.6 (13 Oct 2014)
13 Oct 2014; Alex Brandt <alunduil@gentoo.org> +cloud-init-0.7.6.ebuild:
add version 0.7.6
*cloud-init-0.7.5-r2 (24 Aug 2014)
24 Aug 2014; Alex Brandt <alunduil@gentoo.org> +cloud-init-0.7.5-r2.ebuild,
metadata.xml:
Add virtual/logger dependency. Fixes bug #511384
06 Aug 2014; Patrick Lauer <patrick@gentoo.org> cloud-init-0.7.5-r1.ebuild:
Make description more repoman-happy
06 Jul 2014; Michał Górny <mgorny@gentoo.org> cloud-init-0.7.5-r1.ebuild:
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
unittest2 (those packages were only required for <=python-2.6).
20 May 2014; Matthew Thode <prometheanfire@gentoo.org>
-cloud-init-0.7.4-r1.ebuild, -files/cloud-config.init,
-files/cloud-final.init, -files/cloud-init-local.init, -files/cloud-init.init:
removing old and jankey
*cloud-init-0.7.5-r1 (20 May 2014)
20 May 2014; Matthew Thode <prometheanfire@gentoo.org>
+cloud-init-0.7.5-r1.ebuild, -cloud-init-0.7.5.ebuild:
using provided init scripts
02 May 2014; Ian Delaney <idella4@gentoo.org> cloud-init-0.7.5.ebuild:
add missing test dep, update prettytable, exclude unbroken but rogue tests for
now
*cloud-init-0.7.5 (01 May 2014)
01 May 2014; Ian Delaney <idella4@gentoo.org> +cloud-init-0.7.5.ebuild,
+files/cloud-init-0.7.5-tests-exclude.patch:
bump; patch to exclude tests effectively, upgrade deps, add IUSE test, test
phase
*cloud-init-0.7.4-r1 (16 Mar 2014)
16 Mar 2014; Matthew Thode <prometheanfire@gentoo.org>
+cloud-init-0.7.4-r1.ebuild, +files/cloud-config.init,
+files/cloud-final.init, +files/cloud-init-local.init, +files/cloud-init.init,
-cloud-init-0.7.2.ebuild, -cloud-init-0.7.4.ebuild:
adding init scripts
*cloud-init-0.7.4 (11 Mar 2014)
11 Mar 2014; Matthew Thode <prometheanfire@gentoo.org>
+cloud-init-0.7.4.ebuild:
first 0.7.4 build, no init yet
29 Oct 2013; Matthew Thode <prometheanfire@gentoo.org>
cloud-init-0.7.2.ebuild:
now installs the python module
*cloud-init-0.7.2 (22 Sep 2013)
22 Sep 2013; Matthew Thode <prometheanfire@gentoo.org>
+cloud-init-0.7.2.ebuild, +metadata.xml:
initial add of cloud-init
|