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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
# ChangeLog for app-admin/ec2-api-tools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ec2-api-tools/ChangeLog,v 1.17 2013/04/03 00:59:13 tomwij Exp $
*ec2-api-tools-1.6.0.1-r1 (03 Apr 2013)
03 Apr 2013; Tom Wijsman <TomWij@gentoo.org> +ec2-api-tools-1.6.0.1-r1.ebuild,
-ec2-api-tools-1.6.0.1.ebuild, metadata.xml:
Taking maintainership. Extensively tested, all commands run without giving an
immediate error. Replaced src_unpack phase by a EAPI 5 compliant src_prepare
phase. Revision bump as we now install to / instead of /opt, dropped ROOT and
ROOTPATH environment variables since the binaries are already accessible
through their defaults.
*ec2-api-tools-1.6.0.1 (13 Mar 2013)
13 Mar 2013; Tom Wijsman <TomWij@gentoo.org> +ec2-api-tools-1.6.0.1.ebuild:
Non-maintainer commit, version bump to 1.6.0.1.
*ec2-api-tools-1.6.0.0 (29 Jul 2012)
29 Jul 2012; Fabio Erculiani <lxnay@gentoo.org>
+ec2-api-tools-1.6.0.0.ebuild:
version bump to 1.6.0.0
29 Jul 2012; Fabio Erculiani <lxnay@gentoo.org>
-ec2-api-tools-1.5.0.1.ebuild:
drop old
*ec2-api-tools-1.5.6.1 (29 Jul 2012)
29 Jul 2012; Fabio Erculiani <lxnay@gentoo.org>
+ec2-api-tools-1.5.6.1.ebuild:
version bump
22 Jul 2012; Pacho Ramos <pacho@gentoo.org> -ec2-api-tools-1.3.36506.ebuild,
-ec2-api-tools-1.3.57419.ebuild:
Drop old, even stable as requested in bug #339813
08 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml:
Re-assign to maintainer-needed.
*ec2-api-tools-1.5.0.1 (14 Dec 2011)
14 Dec 2011; Fabio Erculiani <lxnay@gentoo.org>
+ec2-api-tools-1.5.0.1.ebuild:
version bump
18 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org>
ec2-api-tools-1.3.57419.ebuild:
Add EC2 tools' directory to root's path as well.
16 Nov 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-ec2-api-tools-1.3.51254.ebuild:
Remove old version.
*ec2-api-tools-1.3.57419 (05 Oct 2010)
05 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ec2-api-tools-1.3.57419.ebuild:
Version bump.
*ec2-api-tools-1.3.51254 (03 Jun 2010)
03 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-ec2-api-tools-1.3.42584.ebuild, -ec2-api-tools-1.3.46266.ebuild,
+ec2-api-tools-1.3.51254.ebuild, metadata.xml:
Takeover, remove old versions (but the stable one), bump to latest.
02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove caleb from metadata.xml (#317071)
*ec2-api-tools-1.3.46266 (28 Jan 2010)
28 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ec2-api-tools-1.3.46266.ebuild:
Version bump, also don't use version for the install path and don't use
symlinks to /usr/bin. This means that you won't need to re-source the
profile at each upgrade, but just after the first install. And it won't
pollute your inode space.
27 Sep 2009; Markus Meier <maekke@gentoo.org>
ec2-api-tools-1.3.36506.ebuild:
amd64/x86 stable, bug #286554
*ec2-api-tools-1.3.42584 (26 Sep 2009)
26 Sep 2009; Caleb Tennis <caleb@gentoo.org>
+ec2-api-tools-1.3.42584.ebuild:
Version bump
*ec2-api-tools-1.3.36506 (02 Jun 2009)
02 Jun 2009; Caleb Tennis <caleb@gentoo.org>
+ec2-api-tools-1.3.36506.ebuild, +metadata.xml:
initial import (thanks to #213003)
|