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
|
# ChangeLog for sys-apps/gentoo-functions
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.24 2014/08/28 19:27:34 williamh Exp $
*gentoo-functions-0.8 (28 Aug 2014)
28 Aug 2014; William Hubbs <williamh@gentoo.org> +gentoo-functions-0.8.ebuild:
emergency fix, some quoting was missed and this caused errors, thanks to
zero_chaos for pointing this out.
20 Aug 2014; Raúl Porcel <armin76@gentoo.org> gentoo-functions-0.7.ebuild:
alpha/arm64/sparc/x86 stable wrt #519734
19 Aug 2014; Agostino Sarubbo <ago@gentoo.org> gentoo-functions-0.7.ebuild:
Stable for ia64, wrt bug #519734
16 Aug 2014; Johannes Huber <johu@gentoo.org> gentoo-functions-0.7.ebuild:
amd64 stable, bug #519734
15 Aug 2014; Jeroen Roovers <jer@gentoo.org> gentoo-functions-0.7.ebuild:
Stable for HPPA (bug #519734).
12 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
gentoo-functions-0.7.ebuild:
Stable on arm, ppc and ppc64. Bug #519734.
23 Jul 2014; William Hubbs <williamh@gentoo.org>
-files/gentoo-functions-0.3.sh, -gentoo-functions-0.3.ebuild,
-gentoo-functions-0.4.ebuild, -gentoo-functions-0.5.ebuild,
-gentoo-functions-0.6.ebuild:
remove old versions
*gentoo-functions-0.7 (07 Jul 2014)
07 Jul 2014; William Hubbs <williamh@gentoo.org> +gentoo-functions-0.7.ebuild:
version bump
06 Jul 2014; William Hubbs <williamh@gentoo.org> gentoo-functions-9999.ebuild:
reinstate the separate inherit call for git-r3.
06 Jul 2014; William Hubbs <williamh@gentoo.org> metadata.xml:
convert metadata indentations back to tabs as shown in skel.metadata.xml.
*gentoo-functions-0.6 (14 Jun 2014)
14 Jun 2014; Anthony G. Basile <blueness@gentoo.org>
+gentoo-functions-0.6.ebuild, metadata.xml:
Version bump, add missing sys/types.h header
10 May 2014; Justin Lecher <jlec@gentoo.org> gentoo-functions-0.4.ebuild,
gentoo-functions-0.5.ebuild, gentoo-functions-9999.ebuild, metadata.xml:
Respect CC
09 May 2014; William Hubbs <williamh@gentoo.org> gentoo-functions-9999.ebuild:
sync live ebuild
*gentoo-functions-0.5 (09 May 2014)
09 May 2014; William Hubbs <williamh@gentoo.org> +gentoo-functions-0.5.ebuild:
version bump
*gentoo-functions-0.4 (08 May 2014)
08 May 2014; William Hubbs <williamh@gentoo.org> +gentoo-functions-0.4.ebuild:
version bump, adds consoletype for bug #509284
*gentoo-functions-9999 (07 May 2014)
07 May 2014; William Hubbs <williamh@gentoo.org>
+gentoo-functions-9999.ebuild:
add live ebuild
02 May 2014; William Hubbs <williamh@gentoo.org>
-files/gentoo-functions-0.2.sh, -gentoo-functions-0.2.ebuild:
remove old version
06 Apr 2014; Fabian Groffen <grobian@gentoo.org> gentoo-functions-0.3.ebuild:
Added Prefix keywords, part of bug #504284
02 Apr 2014; William Hubbs <williamh@gentoo.org>
-files/gentoo-functions-0.1.sh, -files/gentoo-functions-0.sh,
-gentoo-functions-0.1.ebuild, -gentoo-functions-0.ebuild:
remove some old versions
*gentoo-functions-0.3 (19 Mar 2014)
19 Mar 2014; William Hubbs <williamh@gentoo.org>
+files/gentoo-functions-0.3.sh, +gentoo-functions-0.3.ebuild:
version bump for #504852.
*gentoo-functions-0.2 (12 Mar 2014)
12 Mar 2014; William Hubbs <williamh@gentoo.org>
+files/gentoo-functions-0.2.sh, +gentoo-functions-0.2.ebuild:
Version bump for prefix fixes: do not hardcode paths to consoletype or
portageq. Thanks to Ruud Koolen <redlizard@gentoo.org>
*gentoo-functions-0.1 (11 Mar 2014)
11 Mar 2014; William Hubbs <williamh@gentoo.org>
+files/gentoo-functions-0.1.sh, +gentoo-functions-0.1.ebuild:
version bump for bug #504138
11 Mar 2014; Patrick Lauer <patrick@gentoo.org> metadata.xml:
Fix herd
*gentoo-functions-0 (10 Mar 2014)
10 Mar 2014; William Hubbs <williamh@gentoo.org> +gentoo-functions-0.ebuild,
+files/gentoo-functions-0.sh, +metadata.xml:
initial commit of gentoo functions for bug #373219.
|