summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2010-12-17 01:29:30 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2010-12-17 01:29:30 +0000
commit6700f57b8a58ce32196b9fee4e9ad2a036eaeadb (patch)
treeb017c178744d4d466adbe7fccb63e8d4e5a9ae19
parentClean up after package removal. (diff)
downloadgentoo-2-6700f57b8a58ce32196b9fee4e9ad2a036eaeadb.tar.gz
gentoo-2-6700f57b8a58ce32196b9fee4e9ad2a036eaeadb.tar.bz2
gentoo-2-6700f57b8a58ce32196b9fee4e9ad2a036eaeadb.zip
Include support for ping plugin since we now have net-libs/liboping. Fixes bug 346907.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
-rw-r--r--app-admin/collectd/ChangeLog9
-rw-r--r--app-admin/collectd/collectd-4.10.2-r1.ebuild (renamed from app-admin/collectd/collectd-4.10.2.ebuild)7
-rw-r--r--app-admin/collectd/metadata.xml1
3 files changed, 13 insertions, 4 deletions
diff --git a/app-admin/collectd/ChangeLog b/app-admin/collectd/ChangeLog
index 6cf4a5a90a7b..dba1028fea15 100644
--- a/app-admin/collectd/ChangeLog
+++ b/app-admin/collectd/ChangeLog
@@ -1,6 +1,13 @@
# 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.9 2010/12/16 17:33:45 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/ChangeLog,v 1.10 2010/12/17 01:29:29 dilfridge Exp $
+
+*collectd-4.10.2-r1 (17 Dec 2010)
+
+ 17 Dec 2010; Andreas K. Huettel <dilfridge@gentoo.org>
+ -collectd-4.10.2.ebuild, +collectd-4.10.2-r1.ebuild, metadata.xml:
+ Include support for ping plugin since we now have net-libs/liboping. Fixes
+ bug 346907.
*collectd-4.10.2 (16 Dec 2010)
diff --git a/app-admin/collectd/collectd-4.10.2.ebuild b/app-admin/collectd/collectd-4.10.2-r1.ebuild
index 706fea4df64e..a573127b4761 100644
--- a/app-admin/collectd/collectd-4.10.2.ebuild
+++ b/app-admin/collectd/collectd-4.10.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.ebuild,v 1.1 2010/12/16 17:33:45 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/collectd/collectd-4.10.2-r1.ebuild,v 1.1 2010/12/17 01:29:30 dilfridge Exp $
EAPI="2"
@@ -18,7 +18,7 @@ IUSE="contrib debug kernel_linux kernel_FreeBSD kernel_Darwin"
# The plugin lists have to follow here since they extend IUSE
# Plugins that to my knowledge cannot be supported (eg. dependencies not in gentoo)
-COLLECTD_IMPOSSIBLE_PLUGINS="curl_json netapp pinba ping xmms"
+COLLECTD_IMPOSSIBLE_PLUGINS="curl_json netapp pinba xmms"
# Plugins that still need some work
COLLECTD_UNTESTED_PLUGINS="ipvs apple_sensors routeros tape zfs_arc nut modbus"
@@ -28,7 +28,7 @@ COLLECTD_TESTED_PLUGINS="apache apcups ascent battery bind conntrack contextswit
cpu cpufreq curl curl_xml dbi df disk dns email entropy exec filecount fscache gmond
hddtemp interface ipmi iptables irq java libvirt load madwifi mbmon memcachec
memcached memory multimeter mysql netlink network nfs nginx ntpd olsrd
- onewire openvpn perl postgresql powerdns processes protocols python
+ onewire openvpn perl ping postgresql powerdns processes protocols python
rrdcached sensors serial snmp swap table tail tcpconns teamspeak2 ted thermal
tokyotyrant uptime users vmem vserver wireless csv exec logfile network
notify_desktop notify_email oracle perl python rrdcached rrdtool syslog unixsock write_http
@@ -69,6 +69,7 @@ COMMON_DEPEND="
collectd_plugins_onewire? ( sys-fs/owfs )
collectd_plugins_oracle? ( >=dev-db/oracle-instantclient-basic-11.2.0.1.0 )
collectd_plugins_perl? ( dev-lang/perl[ithreads] ( || ( sys-devel/libperl[ithreads] >=sys-devel/libperl-5.10 ) ) )
+ collectd_plugins_ping? ( net-libs/liboping )
collectd_plugins_postgresql? ( >=dev-db/postgresql-base-8.2 )
collectd_plugins_python? ( =dev-lang/python-2* )
collectd_plugins_rrdcached? ( >=net-analyzer/rrdtool-1.4 )
diff --git a/app-admin/collectd/metadata.xml b/app-admin/collectd/metadata.xml
index f31fd6ebcf01..589ee1d4f880 100644
--- a/app-admin/collectd/metadata.xml
+++ b/app-admin/collectd/metadata.xml
@@ -62,6 +62,7 @@
<flag name='collectd_plugins_onewire'>Build the onewire input plugin (collects temperature information from sensors)</flag>
<flag name='collectd_plugins_openvpn'>Build the openvpn input plugin (reads the status file printed by OpenVPN)</flag>
<flag name='collectd_plugins_perl'>Build the perl language binding plugin (embeds a Perl interpreter into collectd for writing plugins)</flag>
+ <flag name='collectd_plugins_ping'>Build the ping input plugin (measures network latency)</flag>
<flag name='collectd_plugins_postgresql'>Build the postgresql input plugin (connects to and executes SQL statements on a PostgreSQL database)</flag>
<flag name='collectd_plugins_powerdns'>Build the powerdns input plugin (connects to a local PowerDNS instance)</flag>
<flag name='collectd_plugins_processes'>Build the processes input plugin (statistics about processes)</flag>