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