Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libvirt-snmp/
Date: Mon, 08 Apr 2019 02:52:39
Message-Id: 1554690580.7adc959a05f5942c577bc632e89c8b8c545a6438.tamiko@gentoo
1 commit: 7adc959a05f5942c577bc632e89c8b8c545a6438
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 01:32:50 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 02:29:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adc959a
7
8 app-emulation/libvirt-snmp: drop old version
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/libvirt-snmp/Manifest | 1 -
14 .../libvirt-snmp/libvirt-snmp-0.0.3.ebuild | 38 ----------------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/app-emulation/libvirt-snmp/Manifest b/app-emulation/libvirt-snmp/Manifest
18 index 239679fbd52..29aa01ee3da 100644
19 --- a/app-emulation/libvirt-snmp/Manifest
20 +++ b/app-emulation/libvirt-snmp/Manifest
21 @@ -1,2 +1 @@
22 -DIST libvirt-snmp-0.0.3.tar.gz 161186 BLAKE2B 1b43e7e81a43d4e969e2e30d7d62776743b3c5fb19929fb1606850946c665ad1ca662bee88743f60f202cd92fc42be1cc2cc94e99bf1d137df61bec09850de93 SHA512 6ffda3594ddc513e05e31e7d347a12e371dca3cc698ca790a70e2d01b2ceac6acb5dd6e3cd19723817b41aa62e0c0a49c01c47cb9ce379ac491856a7e88e5a08
23 DIST libvirt-snmp-0.0.4.tar.gz 157859 BLAKE2B e2c8fcdd97ba9b55bd4d318c63f7738024c1360ee10aa4e685c2ea6ca02478206febff30f3e1a82eb1a2dadaa52a377cfbce538e12e33f4ea2fe10b1a089945d SHA512 dbf47e7983f9bd6fcff205fffd1f6006268cca774cf427d39dec84dc7de37b545c0dfcbb2c6f171f55d73487cdec13341097137e24de2dea58ce90494d281162
24
25 diff --git a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild b/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild
26 deleted file mode 100644
27 index b765a373d5a..00000000000
28 --- a/app-emulation/libvirt-snmp/libvirt-snmp-0.0.3.ebuild
29 +++ /dev/null
30 @@ -1,38 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="Provides SNMP functionality for libvirt"
39 -HOMEPAGE="http://libvirt.org"
40 -SRC_URI="http://www.libvirt.org/sources/snmp/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -RDEPEND="app-emulation/libvirt
48 - net-analyzer/net-snmp"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51 -
52 -src_install() {
53 - default
54 - newinitd "${FILESDIR}/libvirt-snmp.initd-r1" "${PN}"
55 - newconfd "${FILESDIR}/libvirt-snmp.confd" "${PN}"
56 -}
57 -
58 -pkg_postinst() {
59 - elog "This daemon runs as an AgentX sub-daemon for snmpd. You should therefore"
60 - elog "enable the AgentX functionality in snmpd by specifying the following"
61 - elog "in /etc/snmp/snmpd.conf:"
62 - elog " master agentx"
63 - elog "It is further recommended to send traps to the localhost as well using"
64 - elog "this option:"
65 - elog " trap2sink localhost"
66 - elog "More information is available here:"
67 - elog " http://wiki.libvirt.org/page/Libvirt-snmp"
68 -}