* [gentoo-commits] gentoo-x86 commit in app-admin/collectd: ChangeLog collectd-4.10.2-r2.ebuild
@ 2011-01-28 21:34 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-01-28 21:34 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/01/28 21:34:21
Modified: ChangeLog collectd-4.10.2-r2.ebuild
Log:
Add hints about the changed configuration of the perl and python plugins to config file (bug 351265)
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Revision Changes Path
1.13 app-admin/collectd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 24 Dec 2010 13:49:22 -0000 1.12
+++ ChangeLog 28 Jan 2011 21:34:21 -0000 1.13
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/collectd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.12 2010/12/24 13:49:22 a3li Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.13 2011/01/28 21:34:21 dilfridge Exp $
+
+ 28 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ collectd-4.10.2-r2.ebuild:
+ Add hints about the changed configuration of the perl and python plugins
+ to config file (bug 351265, thanks drobbins!)
24 Dec 2010; Alex Legler <a3li@gentoo.org> -collectd-4.10.1-r4.ebuild:
Removing vulnerable ebuilds, bug 347622.
1.2 app-admin/collectd/collectd-4.10.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild?r1=1.1&r2=1.2
Index: collectd-4.10.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- collectd-4.10.2-r2.ebuild 21 Dec 2010 21:14:24 -0000 1.1
+++ collectd-4.10.2-r2.ebuild 28 Jan 2011 21:34:21 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild,v 1.1 2010/12/21 21:14:24 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild,v 1.2 2011/01/28 21:34:21 dilfridge Exp $
EAPI="2"
@@ -283,6 +283,9 @@
insinto /etc/logrotate.d
newins "${FILESDIR}/logrotate" collectd || die
+
+ sed -i -e 's:^.*LoadPlugin perl$:# The new, correct way to load the perl plugin -- \n# <LoadPlugin perl>\n# Globals true\n# </LoadPlugin>:' "${D}"/etc/collectd.conf || die
+ sed -i -e 's:^.*LoadPlugin python$:# The new, correct way to load the python plugin -- \n# <LoadPlugin python>\n# Globals true\n# </LoadPlugin>:' "${D}"/etc/collectd.conf || die
}
collectd_rdeps() {
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/collectd: ChangeLog collectd-4.10.2-r2.ebuild
@ 2011-02-06 12:25 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-06 12:25 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/02/06 12:25:42
Modified: ChangeLog collectd-4.10.2-r2.ebuild
Log:
Fix building with x11-libs/libnotify >= 0.7.
(Portage version: 2.2.0_alpha20/cvs/Linux x86_64)
Revision Changes Path
1.14 app-admin/collectd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 28 Jan 2011 21:34:21 -0000 1.13
+++ ChangeLog 6 Feb 2011 12:25:42 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/collectd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.13 2011/01/28 21:34:21 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.14 2011/02/06 12:25:42 ssuominen Exp $
+
+ 06 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
+ collectd-4.10.2-r2.ebuild, +files/collectd-4.10.2-libnotify-0.7.patch:
+ Fix building with x11-libs/libnotify >= 0.7.
28 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
collectd-4.10.2-r2.ebuild:
1.3 app-admin/collectd/collectd-4.10.2-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild?r1=1.2&r2=1.3
Index: collectd-4.10.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- collectd-4.10.2-r2.ebuild 28 Jan 2011 21:34:21 -0000 1.2
+++ collectd-4.10.2-r2.ebuild 6 Feb 2011 12:25:42 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild,v 1.2 2011/01/28 21:34:21 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.2-r2.ebuild,v 1.3 2011/02/06 12:25:42 ssuominen Exp $
EAPI="2"
@@ -99,8 +99,10 @@
RDEPEND="${COMMON_DEPEND}
collectd_plugins_syslog? ( virtual/logger )"
-PATCHES=( "${FILESDIR}/${PN}-4.10.1"-{libperl,libiptc,noowniptc}.patch
- "${FILESDIR}/${P}"-libocci.patch )
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.10.1-{libperl,libiptc,noowniptc}.patch
+ "${FILESDIR}"/${PN}-4.10.2-{libocci,libnotify-0.7}.patch
+ )
# @FUNCTION: collectd_plugin_kernel_linux
# @DESCRIPTION:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-06 12:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 21:34 [gentoo-commits] gentoo-x86 commit in app-admin/collectd: ChangeLog collectd-4.10.2-r2.ebuild Andreas HAttel (dilfridge)
-- strict thread matches above, loose matches on Subject: below --
2011-02-06 12:25 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox