Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Sun, 21 Apr 2019 01:55:51
Message-Id: 1555811685.94fffa085c8e684e9d5b0a9bfe47c2c2605d95f4.bman@gentoo
1 commit: 94fffa085c8e684e9d5b0a9bfe47c2c2605d95f4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 21 01:54:45 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 21 01:54:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fffa08
7
8 net-analyzer/cacti-spine: drop old
9
10 * Old ebuilds dropped due to removal of vulnerable net-analyzer/cacti
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 net-analyzer/cacti-spine/Manifest | 3 --
15 net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild | 47 ----------------------
16 net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild | 47 ----------------------
17 .../cacti-spine/cacti-spine-1.1.28-r1.ebuild | 47 ----------------------
18 4 files changed, 144 deletions(-)
19
20 diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
21 index 69c9557550a..2738c9aeb71 100644
22 --- a/net-analyzer/cacti-spine/Manifest
23 +++ b/net-analyzer/cacti-spine/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST cacti-spine-1.1.20.tar.gz 801877 BLAKE2B 35da513691967e507b9d10c373de571e2ef84aa20021d1bcfb2bc446a99fbbd2c68ebcd99dc47bece4387faa6596a7b109d8a61f02a3b2413cb89bfbcaa22e89 SHA512 df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
26 -DIST cacti-spine-1.1.21.tar.gz 801907 BLAKE2B cdcda765d349db12df1c672c4469770297d09a3946f19f1e686c251ef30d5be1e3f772efeeb3f344b21ecdba29275dde1b683025ae7c16b10561486397a484f3 SHA512 0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
27 -DIST cacti-spine-1.1.28.tar.gz 802006 BLAKE2B 79e833b6afb619a1d2361bad38c3a52dc1e29b296864670f830a3bc998e7e456638523da15032751d56c65aefe0480477e70b741b23882a2a38adb2262aef601 SHA512 2255823d29342b49babebbae175c29fc7054b05ec5ae5897609960d808409f46e6d0cfcba2038dfad9598bc23532794f6cf26032a0566d2d2d2c57d622d37ab1
28 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812 SHA512 5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
29 DIST cacti-spine-1.2.2.tar.gz 2310298 BLAKE2B 782fb21fda6acf06434c6e996863a235670970b19e5218624723df4736c388c2d9f00c1e3cc623dad7973bcbbe7ae5d4bbe89e366c1f47ce83eac9b416f88cb4 SHA512 ef2f839f7b247439a8576d49e311546cfd2346eea06cfb26b7a05d4757ae28334e6ed6ea00396027dc6c0c6e107121ed38f356ba62d8202003553fea3b5d139e
30
31 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
32 deleted file mode 100644
33 index 837f87b754f..00000000000
34 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.20.ebuild
35 +++ /dev/null
36 @@ -1,47 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -inherit autotools eutils
42 -
43 -MY_P=${PN}-${PV/_p/-}
44 -
45 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
46 -HOMEPAGE="https://cacti.net/spine_info.php"
47 -SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
48 -
49 -LICENSE="LGPL-2.1"
50 -SLOT="0"
51 -KEYWORDS="alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
52 -
53 -CDEPEND="
54 - dev-libs/openssl:*
55 - net-analyzer/net-snmp
56 - virtual/mysql
57 -"
58 -DEPEND="
59 - ${CDEPEND}
60 - sys-apps/help2man
61 -"
62 -RDEPEND="
63 - ${CDEPEND}
64 - >net-analyzer/cacti-0.8.8
65 -"
66 -PATCHES=(
67 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
68 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
69 -)
70 -
71 -src_prepare() {
72 - default
73 -
74 - AT_M4DIR="config" eautoreconf
75 -}
76 -
77 -src_install() {
78 - dosbin spine
79 - insinto /etc/
80 - insopts -m0640 -o root
81 - newins spine.conf{.dist,}
82 - dodoc ChangeLog
83 -}
84
85 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
86 deleted file mode 100644
87 index 4c78d022f85..00000000000
88 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.21.ebuild
89 +++ /dev/null
90 @@ -1,47 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -inherit autotools eutils
96 -
97 -MY_P=${PN}-${PV/_p/-}
98 -
99 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
100 -HOMEPAGE="https://cacti.net/spine_info.php"
101 -SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
102 -
103 -LICENSE="LGPL-2.1"
104 -SLOT="0"
105 -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
106 -
107 -CDEPEND="
108 - dev-libs/openssl:*
109 - net-analyzer/net-snmp
110 - virtual/mysql
111 -"
112 -DEPEND="
113 - ${CDEPEND}
114 - sys-apps/help2man
115 -"
116 -RDEPEND="
117 - ${CDEPEND}
118 - >net-analyzer/cacti-0.8.8
119 -"
120 -PATCHES=(
121 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
122 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
123 -)
124 -
125 -src_prepare() {
126 - default
127 -
128 - AT_M4DIR="config" eautoreconf
129 -}
130 -
131 -src_install() {
132 - dosbin spine
133 - insinto /etc/
134 - insopts -m0640 -o root
135 - newins spine.conf{.dist,}
136 - dodoc ChangeLog
137 -}
138
139 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.28-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.28-r1.ebuild
140 deleted file mode 100644
141 index 3cfbf20feb3..00000000000
142 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.28-r1.ebuild
143 +++ /dev/null
144 @@ -1,47 +0,0 @@
145 -# Copyright 1999-2019 Gentoo Authors
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=6
149 -inherit autotools
150 -
151 -MY_P=${PN}-${PV/_p/-}
152 -
153 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
154 -HOMEPAGE="https://cacti.net/spine_info.php"
155 -SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
156 -
157 -LICENSE="LGPL-2.1"
158 -SLOT="0"
159 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
160 -
161 -CDEPEND="
162 - dev-libs/openssl:*
163 - net-analyzer/net-snmp
164 - dev-db/mysql-connector-c:0=
165 -"
166 -DEPEND="
167 - ${CDEPEND}
168 - sys-apps/help2man
169 -"
170 -RDEPEND="
171 - ${CDEPEND}
172 - >net-analyzer/cacti-0.8.8
173 -"
174 -PATCHES=(
175 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
176 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
177 -)
178 -
179 -src_prepare() {
180 - default
181 -
182 - AT_M4DIR="config" eautoreconf
183 -}
184 -
185 -src_install() {
186 - dosbin spine
187 - insinto /etc/
188 - insopts -m0640 -o root
189 - newins spine.conf{.dist,}
190 - dodoc ChangeLog
191 -}