Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Sun, 20 Feb 2022 05:27:35
Message-Id: 1645334783.05a0b51a4b0c9f9e310e148e744e2a46e1d5ccc2.sam@gentoo
1 commit: 05a0b51a4b0c9f9e310e148e744e2a46e1d5ccc2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:14:19 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:26:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a0b51a
7
8 net-analyzer/cacti-spine: drop 1.2.16
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/cacti-spine/Manifest | 1 -
13 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 47 ----------------------
14 2 files changed, 48 deletions(-)
15
16 diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
17 index f0c5a377c342..30385882f72e 100644
18 --- a/net-analyzer/cacti-spine/Manifest
19 +++ b/net-analyzer/cacti-spine/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST cacti-spine-1.2.16.tar.gz 108252 BLAKE2B ba0349cff7f4e82a5dc1d90c216cf7a4e0f939e28ab20d008b1725c948a85a00e2594f8997c8bbd69c305e3e58d944858c8439210956f45220b67229bc6df13d SHA512 0259084d70f9c8d20a8b19daf61e525228f99fba3eac4e2e5c9865114a5f1231b18389ca955fc4644c71c6c48cc45dda9b17e969a02c80552b84f98ad8945951
22 DIST cacti-spine-1.2.17.tar.gz 110371 BLAKE2B 1f9605d34fcff0e4e7921ccbb5a22eeb9e2f2e2f22cf56189790dcdec798db5bff681df11cd82006254cc270174248c07ce3d94dca8d3367add6b220f1599adf SHA512 4c616af041d2f08e18fd274409c98d3efce84b7cca2d6e23db3d6c2a0d4c9a77a2c52c0ef8e0ed0c6ad409f28b56fdf3160e27654522d8aeb1b88e3cb4128d4a
23 DIST cacti-spine-1.2.19.tar.gz 113974 BLAKE2B 6ec71e1480e9dfd2636c61bcea10c6581009908334fddbaab5cf4bf6948bc6f8ffb27b0325ab1f325b9ad0b0f2ba7e018373c34534ca5d4967f66100fba76934 SHA512 407a4e83aabaa62693c2f7c3d3952da9178bb28e2b8b914a5649e3eaccb9ea77d0c7db8e251a113a308bfaaa0674be941abfb2fc4f8e50d43fb73c8cd9deec63
24
25 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
26 deleted file mode 100644
27 index 6c9200ecdceb..000000000000
28 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit autotools
37 -
38 -MY_P=${PN}-${PV/_p/-}
39 -
40 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
41 -HOMEPAGE="https://cacti.net/spine_info.php"
42 -SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
47 -
48 -BDEPEND="sys-apps/help2man"
49 -DEPEND="
50 - dev-libs/openssl:0=
51 - net-analyzer/net-snmp:=
52 - dev-db/mysql-connector-c:0=
53 -"
54 -RDEPEND="
55 - ${DEPEND}
56 - >net-analyzer/cacti-0.8.8
57 -"
58 -
59 -PATCHES=(
60 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
61 -)
62 -
63 -src_prepare() {
64 - default
65 - eautoreconf
66 -}
67 -
68 -src_install() {
69 - dosbin spine
70 -
71 - insinto /etc/
72 - insopts -m0640 -o root
73 - newins spine.conf{.dist,}
74 -
75 - doman spine.1
76 - dodoc CHANGELOG
77 -}