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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
# ChangeLog for app-admin/ansible
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ChangeLog,v 1.26 2013/09/14 10:13:37 ago Exp $
14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> ansible-1.2.3.ebuild:
Stable for x86, wrt bug #482152
04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> ansible-1.2.3.ebuild:
Stable for amd64, wrt bug #482152
*ansible-1.2.3 (03 Sep 2013)
03 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> +ansible-1.2.3.ebuild,
ansible-9999.ebuild:
Version bump, wrt bug #482152. Sync live ebuild
24 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> -ansible-1.0.ebuild,
-ansible-1.1.ebuild:
Drop vulnerable versions, wrt bug #475602
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ansible-1.2.1.ebuild:
Stable for x86, wrt bug #475602
20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ansible-1.2.1.ebuild:
Stable for amd64, wrt bug #475602
*ansible-1.2.1 (16 Jul 2013)
16 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> +ansible-1.2.1.ebuild,
ansible-9999.ebuild:
Version bump, wrt bug #475602. Remove examples USE-flag due to upstream
changes. Sync live ebuild
25 May 2013; Agostino Sarubbo <ago@gentoo.org> ansible-1.0.ebuild:
Stable for x86, wrt bug #471226
25 May 2013; Agostino Sarubbo <ago@gentoo.org> ansible-1.0.ebuild:
Stable for amd64, wrt bug #471226
*ansible-1.1 (25 May 2013)
25 May 2013; Sergey Popov <pinkbyte@gentoo.org> +ansible-1.1.ebuild:
Version bump
25 May 2013; Sergey Popov <pinkbyte@gentoo.org> ansible-9999.ebuild:
Utilize readme.gentoo eclass, add missing die in src_test
25 May 2013; Sergey Popov <pinkbyte@gentoo.org> -ansible-0.9-r1.ebuild,
-files/ansible-0.9-distribution-fix.patch, metadata.xml:
Change maintainer, drop old version and deprecated USE flags descriptions
25 May 2013; Sergey Popov <pinkbyte@gentoo.org> ansible-9999.ebuild:
Remove manual installation of ansible modules, wrt bug #470890. Thanks to Jan
Pobrislo <ccx AT volny.cz> for discovering this issue
30 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
Add upstream information, mark USE-flags 'sudo' and 'paramiko' as deprecated,
fix metadata indentation
*ansible-1.0 (30 Mar 2013)
30 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -ansible-0.7.2.ebuild,
-ansible-0.8.ebuild, +ansible-1.0.ebuild, ansible-9999.ebuild:
Version bump, wrt bug #461830. Sync live ebuild, drop old versions
15 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> ansible-0.9-r1.ebuild:
Fix docompress call in src_install
*ansible-0.9-r1 (10 Jan 2013)
10 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> -ansible-0.9.ebuild,
+ansible-0.9-r1.ebuild, +files/ansible-0.9-distribution-fix.patch:
Fix get_distribution() function, new revision
10 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> ansible-0.9.ebuild,
ansible-9999.ebuild:
Add missing dependency on net-misc/sshpass for 0.9 and later
05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> ansible-9999.ebuild:
Sync live ebuild, regarding previous commit
*ansible-0.9 (05 Jan 2013)
*ansible-0.8 (05 Jan 2013)
*ansible-0.7.2 (05 Jan 2013)
05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> -ansible-0.7.1.ebuild,
+ansible-0.7.2.ebuild, +ansible-0.8.ebuild, +ansible-0.9.ebuild:
Version bump, thanks to Georgy Kovtunov. Drop old version
21 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> ansible-0.7.1.ebuild,
ansible-9999.ebuild:
Change homepage
*ansible-0.7.1 (21 Oct 2012)
21 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> -ansible-0.7.ebuild,
+ansible-0.7.1.ebuild:
Version bump, remove old
19 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
Add proxy-maintainers herd
10 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> ansible-9999.ebuild:
add missing test to IUSE
10 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> ansible-9999.ebuild:
Handle tests properly in src_test instead of src_compile, remove test USE
flag
*ansible-9999 (09 Sep 2012)
*ansible-0.7 (09 Sep 2012)
09 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> +ansible-0.7.ebuild,
+ansible-9999.ebuild, +files/ansible.env, +metadata.xml:
Initial commit, fixes bug #434104. Ebuilds by Krzysztof Tomczyk and Georgy
Kovtunov. The latter will be maintainer by proxy
|