From c269d415e1ad5c5a70edd93024520a392870df1f Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 10 Sep 2012 15:54:56 +0000 Subject: Version bump (Portage version: 2.2.0_alpha124/cvs/Linux x86_64) --- app-emulation/libvirt-snmp/ChangeLog | 7 +++- .../libvirt-snmp/libvirt-snmp-0.0.3.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild (limited to 'app-emulation/libvirt-snmp') diff --git a/app-emulation/libvirt-snmp/ChangeLog b/app-emulation/libvirt-snmp/ChangeLog index 5c6e88879e21..7295a488c4d3 100644 --- a/app-emulation/libvirt-snmp/ChangeLog +++ b/app-emulation/libvirt-snmp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/libvirt-snmp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-snmp/ChangeLog,v 1.4 2012/08/13 05:32:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-snmp/ChangeLog,v 1.5 2012/09/10 15:54:56 cardoe Exp $ + +*libvirt-snmp-0.0.3 (10 Sep 2012) + + 10 Sep 2012; Doug Goldstein +libvirt-snmp-0.0.3.ebuild: + Version bump *libvirt-snmp-0.0.2-r2 (13 Aug 2012) diff --git a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild new file mode 100644 index 000000000000..e4bec0d82593 --- /dev/null +++ b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild,v 1.1 2012/09/10 15:54:56 cardoe Exp $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Provides SNMP functionality for libvirt." +HOMEPAGE="http://libvirt.org" +SRC_URI="http://www.libvirt.org/sources/snmp/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="app-emulation/libvirt + net-analyzer/net-snmp" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_install() { + default + newinitd "${FILESDIR}/libvirt-snmp.initd-r1" "${PN}" + newconfd "${FILESDIR}/libvirt-snmp.confd" "${PN}" +} + +pkg_postinst() { + elog "This daemon runs as an AgentX sub-daemon for snmpd. You should therefore" + elog "enable the AgentX functionality in snmpd by specifying the following" + elog "in /etc/snmp/snmpd.conf:" + elog " master agentx" + elog "It is further recommended to send traps to the localhost as well using" + elog "this option:" + elog " trap2sink localhost" + elog "More information is available here:" + elog " http://wiki.libvirt.org/page/Libvirt-snmp" +} -- cgit v1.2.3-65-gdbad