app-emulation/libvirt-snmp: drop old version
authorMatthias Maier <tamiko@gentoo.org>
Mon, 8 Apr 2019 01:32:50 +0000 (20:32 -0500)
committerMatthias Maier <tamiko@gentoo.org>
Mon, 8 Apr 2019 02:29:40 +0000 (21:29 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
app-emulation/libvirt-snmp/Manifest
app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild [deleted file]

index 239679fbd5203a3ff4917b04be229b0940ff759e..29aa01ee3da6a48cffefb47505cd9f17c5d7b582 100644 (file)
@@ -1,2 +1 @@
-DIST libvirt-snmp-0.0.3.tar.gz 161186 BLAKE2B 1b43e7e81a43d4e969e2e30d7d62776743b3c5fb19929fb1606850946c665ad1ca662bee88743f60f202cd92fc42be1cc2cc94e99bf1d137df61bec09850de93 SHA512 6ffda3594ddc513e05e31e7d347a12e371dca3cc698ca790a70e2d01b2ceac6acb5dd6e3cd19723817b41aa62e0c0a49c01c47cb9ce379ac491856a7e88e5a08
 DIST libvirt-snmp-0.0.4.tar.gz 157859 BLAKE2B e2c8fcdd97ba9b55bd4d318c63f7738024c1360ee10aa4e685c2ea6ca02478206febff30f3e1a82eb1a2dadaa52a377cfbce538e12e33f4ea2fe10b1a089945d SHA512 dbf47e7983f9bd6fcff205fffd1f6006268cca774cf427d39dec84dc7de37b545c0dfcbb2c6f171f55d73487cdec13341097137e24de2dea58ce90494d281162
diff --git a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild
deleted file mode 100644 (file)
index b765a37..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-}