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
|
# ChangeLog for app-admin/collectd
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*collectd-4.10.1-r1 (26 Aug 2010)
26 Aug 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
-collectd-4.10.1.ebuild, +collectd-4.10.1-r1.ebuild,
-files/collectd-4.10.1-libiptc.patch:
Require iptables version where --as-needed linkage is fixed, see bug
#334503. Fix typo in cd_postgresql useflag handling.
*collectd-4.10.1 (23 Aug 2010)
23 Aug 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
-collectd-4.9.2.ebuild, -collectd-4.10.0.ebuild, +collectd-4.10.1.ebuild,
+files/collectd-4.10.1-libiptc.patch:
Version bump. Fixed autoconf test for libiptc, which I suspect fails
because of as-needed...
18 Jun 2010; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
collectd-4.9.2.ebuild, collectd-4.10.0.ebuild:
Migrating away from deprecated postgres virtuals
13 Jun 2010; Markus Ullmann <jokey@gentoo.org> collectd-4.9.2.ebuild,
collectd-4.10.0.ebuild:
Fix up whitespace an useflag consistency
09 May 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
+collectd-4.10.0.ebuild, metadata.xml:
Simple version bump, adding support for two new plugins. Upstream is still
supporting the 4.9.x series, so we keep it here, too.
03 May 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
-collectd-4.9.1-r1.ebuild, +collectd-4.9.2.ebuild:
Version bump with a small java build fix.
14 Feb 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
files/collectd.initd:
Minor fix to init script (dependencies)
25 Jan 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
-collectd-4.9.1.ebuild, +collectd-4.9.1-r1.ebuild:
Bugfix (prevent errorneous installation of a perllocal.pod that leads to
file collisions)
17 Jan 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
-collectd-4.9.0.ebuild, -files/collectd-4.9.0.confd,
-files/collectd-4.9.0.initd, +collectd-4.9.1.ebuild,
+files/collectd.confd, +files/collectd.initd:
Version bump.
12 Jan 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
collectd-4.9.0.ebuild:
Corrected the rrdtool dependency of the rrdcached plugin
08 Jan 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
-collectd-4.0.4.ebuild, -files/collectd-4.0.4.confd,
-files/collectd-4.0.4.initd, +collectd-4.9.0.ebuild,
+files/collectd-4.9.0.confd, +files/collectd-4.9.0.initd, metadata.xml:
Version bump, including a general rewrite of the ebuild. Heavily based on
the collectd-4.6.1 ebuild by Boian Berberov. Thanks go also to ohnobinki and
Tommy[D] on IRC.
19 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
collectd-4.0.4.ebuild:
Add suggested RDEPEND=${DEPEND}
16 Jan 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
collectd-4.0.4.ebuild, metadata.xml:
Drop hddtemp useflag, make hddtemp non optiontional (automagic dependency?)
22 Aug 2008; Thomas Beierlein (TomJBE) <tb@forth-ev.de> metadata.xml:
Added USE flag description wrt GLEP 56
29 Jun 2007; Christian Faulhammer <opfer@gentoo.org>
collectd-4.0.4.ebuild:
added trailing slash to HOMEPAGE URI; added a looot of quotes and this
myconf construct is just not necessary; exchange make with emake and use
canonical die comments. Please make sure your ebuilds stick at least a bit
to the normal QA standards
28 Jun 2007; Wolfgang Frisch (xororand) <xororand@frexx.de>
+collectd-4.0.4.ebuild, +files/collectd-4.0.4.confd,
+files/collectd-4.0.4.initd, +metadata.xml:
New ebuild for bug 107076
|