Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Thu, 25 May 2017 10:12:07
Message-Id: 1495707120.89cfea99f494c25f7e721acb48018997a61957c3.jer@gentoo
1 commit: 89cfea99f494c25f7e721acb48018997a61957c3
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 25 10:11:36 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu May 25 10:12:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cfea99
7
8 net-analyzer/cacti-spine: Old.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-analyzer/cacti-spine/Manifest | 2 -
13 net-analyzer/cacti-spine/cacti-spine-1.1.3.ebuild | 47 -----------------------
14 net-analyzer/cacti-spine/cacti-spine-1.1.5.ebuild | 47 -----------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
18 index eaf6d533905..2660db2fe97 100644
19 --- a/net-analyzer/cacti-spine/Manifest
20 +++ b/net-analyzer/cacti-spine/Manifest
21 @@ -1,5 +1,3 @@
22 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4 WHIRLPOOL 36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
23 -DIST cacti-spine-1.1.3.tar.gz 801076 SHA256 85f94959ca8eb59d2c64ee212db43181f322e999d85ed4d237db82b6c8d6cb54 SHA512 221fa225e04727b635ff1aef2d1306875fe11aca1804720b3fb001e1b65b0bcf659fb87100f3ea3f0b3f1b6594778ad3cb72af1bbc5c765a7cbd1e9113d0441e WHIRLPOOL 97e2e5bc3f3c659601f7fb0daecde56cff630c98bfe63dd06a62bd204e8a22251490a4deb01d48fa5bbc91481d35a4bdaa6eb6d3afd20ade01e7f11306997771
24 -DIST cacti-spine-1.1.5.tar.gz 801169 SHA256 7a5a98e86ea7f986bbb9e6125294e245ff66a87a71c43962824b837afce261e1 SHA512 88bc70dab431bd73ef9c437958a949721e10c01754b5ed4cdb02a4460fe2045993cbd087494ab815158c30912846bc317fce26a8a01ef793d204a7ea2a9d9e52 WHIRLPOOL 5999cf2d48c876ee3de230d05c9ab05a0c677d5a64b42347d56457c633bf5719c2c945d451ad938b1547694e630ae7012e2bfd5d15e3ef73fce993ab89fedbc0
25 DIST cacti-spine-1.1.6.tar.gz 801356 SHA256 5a1abae340ba359b5838fb0869d255719619f14194bf6f0a4b1293307eaf0ecf SHA512 05cf2d79832c50d42af127b891b8e739725d1a9f510390853614b340de1a52e923044f5930a8d9d3f20ed4bdfdbc5510c65011db36e7a61136e333720da2c7da WHIRLPOOL 3e740b7a489d9e10ec3f529ab055683780911628a094f66303ea15b47d1d61181b63efcecdbe570fa7af97cfff770c0287e1298ee7341dd942b8215308d2c4b8
26 DIST cacti-spine-1.1.7.tar.gz 801419 SHA256 97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c SHA512 d62c6db176bd40a3a64b91acff512552ac7a3376701e84bc49e4ec345d0724a0c45905edb63bfe4f2bbb7878f90b2bca43d3b7531ea7d85a6975d81ad2de79eb WHIRLPOOL 99c0f9c5500170bba8e221ecc84b2de6efb547a6edba30c1c11f773ceab68ab5a5bc933328bda2fda461fd7483dcba881d794459ac60f9e25aed77b42bf41b65
27
28 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.3.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.3.ebuild
29 deleted file mode 100644
30 index 34727025866..00000000000
31 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.3.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit autotools eutils
39 -
40 -MY_P=${PN}-${PV/_p/-}
41 -
42 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
43 -HOMEPAGE="http://cacti.net/spine_info.php"
44 -SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
49 -
50 -CDEPEND="
51 - dev-libs/openssl:*
52 - net-analyzer/net-snmp
53 - virtual/mysql
54 -"
55 -DEPEND="
56 - ${CDEPEND}
57 - sys-apps/help2man
58 -"
59 -RDEPEND="
60 - ${CDEPEND}
61 - >net-analyzer/cacti-0.8.8
62 -"
63 -PATCHES=(
64 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
65 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
66 -)
67 -
68 -src_prepare() {
69 - default
70 -
71 - AT_M4DIR="config" eautoreconf
72 -}
73 -
74 -src_install() {
75 - dosbin spine
76 - insinto /etc/
77 - insopts -m0640 -o root
78 - newins spine.conf{.dist,}
79 - dodoc ChangeLog
80 -}
81
82 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.5.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.5.ebuild
83 deleted file mode 100644
84 index 34727025866..00000000000
85 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.5.ebuild
86 +++ /dev/null
87 @@ -1,47 +0,0 @@
88 -# Copyright 1999-2017 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -inherit autotools eutils
93 -
94 -MY_P=${PN}-${PV/_p/-}
95 -
96 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
97 -HOMEPAGE="http://cacti.net/spine_info.php"
98 -SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
99 -
100 -LICENSE="LGPL-2.1"
101 -SLOT="0"
102 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
103 -
104 -CDEPEND="
105 - dev-libs/openssl:*
106 - net-analyzer/net-snmp
107 - virtual/mysql
108 -"
109 -DEPEND="
110 - ${CDEPEND}
111 - sys-apps/help2man
112 -"
113 -RDEPEND="
114 - ${CDEPEND}
115 - >net-analyzer/cacti-0.8.8
116 -"
117 -PATCHES=(
118 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
119 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
120 -)
121 -
122 -src_prepare() {
123 - default
124 -
125 - AT_M4DIR="config" eautoreconf
126 -}
127 -
128 -src_install() {
129 - dosbin spine
130 - insinto /etc/
131 - insopts -m0640 -o root
132 - newins spine.conf{.dist,}
133 - dodoc ChangeLog
134 -}