diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-09-23 02:55:59 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-09-23 02:55:59 +0200 |
commit | 1d85e08f3911bcc2a6eeb73f91a1085ac966a8d2 (patch) | |
tree | e4d468037b15353f38d15889642a3e32f52b96c5 | |
parent | dev-python/sphinx_ansible_theme: treeclean (diff) | |
download | gentoo-1d85e08f3911bcc2a6eeb73f91a1085ac966a8d2.tar.gz gentoo-1d85e08f3911bcc2a6eeb73f91a1085ac966a8d2.tar.bz2 gentoo-1d85e08f3911bcc2a6eeb73f91a1085ac966a8d2.zip |
app-emulation/libvirt-snmp: treeclean
Closes: https://bugs.gentoo.org/912582
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | app-emulation/libvirt-snmp/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/libvirt-snmp/files/libvirt-snmp.confd | 6 | ||||
-rw-r--r-- | app-emulation/libvirt-snmp/files/libvirt-snmp.initd-r1 | 26 | ||||
-rw-r--r-- | app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild | 38 | ||||
-rw-r--r-- | app-emulation/libvirt-snmp/metadata.xml | 8 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
6 files changed, 0 insertions, 85 deletions
diff --git a/app-emulation/libvirt-snmp/Manifest b/app-emulation/libvirt-snmp/Manifest deleted file mode 100644 index 29aa01ee3da6..000000000000 --- a/app-emulation/libvirt-snmp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libvirt-snmp-0.0.4.tar.gz 157859 BLAKE2B e2c8fcdd97ba9b55bd4d318c63f7738024c1360ee10aa4e685c2ea6ca02478206febff30f3e1a82eb1a2dadaa52a377cfbce538e12e33f4ea2fe10b1a089945d SHA512 dbf47e7983f9bd6fcff205fffd1f6006268cca774cf427d39dec84dc7de37b545c0dfcbb2c6f171f55d73487cdec13341097137e24de2dea58ce90494d281162 diff --git a/app-emulation/libvirt-snmp/files/libvirt-snmp.confd b/app-emulation/libvirt-snmp/files/libvirt-snmp.confd deleted file mode 100644 index f1685bb5e9d9..000000000000 --- a/app-emulation/libvirt-snmp/files/libvirt-snmp.confd +++ /dev/null @@ -1,6 +0,0 @@ - -# Specify the URI where your libvirt instance is listening -LIBVIRT_DEFAULT_URI="qemu:///system" - -# additional options -LIBVIRT_SNMP_OPTIONS="" diff --git a/app-emulation/libvirt-snmp/files/libvirt-snmp.initd-r1 b/app-emulation/libvirt-snmp/files/libvirt-snmp.initd-r1 deleted file mode 100644 index 27b877991ae2..000000000000 --- a/app-emulation/libvirt-snmp/files/libvirt-snmp.initd-r1 +++ /dev/null @@ -1,26 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need snmpd - use snmptrapd - use libvirtd -} - -start() { - ebegin "Starting libvirt subagent" - start-stop-daemon --start \ - --env LIBVIRT_DEFAULT_URI="${LIBVIRT_DEFAULT_URI}" \ - --exec /usr/bin/libvirtMib_subagent \ - -- ${LIBVIRT_SNMP_OPTIONS} - eend $? -} - -stop() { - ebegin "Stopping libvirt subagent" - # "--exec /usr/bin/libvirtMib_subagent" does not work and the name gets truncated - start-stop-daemon --stop \ - --name libvirtMib_suba - eend $? -} diff --git a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild deleted file mode 100644 index 3c8bb226db84..000000000000 --- a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Provides SNMP functionality for libvirt" -HOMEPAGE="https://wiki.libvirt.org/Libvirt-snmp.html" -SRC_URI="https://download.libvirt.org/snmp/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - app-emulation/libvirt - net-analyzer/net-snmp" -BDEPEND=" - 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" -} diff --git a/app-emulation/libvirt-snmp/metadata.xml b/app-emulation/libvirt-snmp/metadata.xml deleted file mode 100644 index c0ac3e2e06a7..000000000000 --- a/app-emulation/libvirt-snmp/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="gitlab">libvirt/libvirt-snmp</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 843fb7c21761..5e1f7f798f0c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -264,12 +264,6 @@ dev-ruby/totoridipjp # Removal sometime after 2023-09-23. sci-mathematics/polymake -# Sam James <sam@gentoo.org> (2023-08-22) -# Broken with new net-analyzer/net-snmp, no reverse dependencies in Gentoo, -# no other distros package this, and upstream have discontinued development. -# Removal on 2023-09-21. Bug #912582. -app-emulation/libvirt-snmp - # Sam James <sam@gentoo.org> (2023-08-18) # Masked for testing. =sys-libs/zlib-1.3-r1 |