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, 10 Aug 2017 06:41:03
Message-Id: 1502347250.0f500838378be48d6534924d8e79f8e0280d7b0d.jer@gentoo
1 commit: 0f500838378be48d6534924d8e79f8e0280d7b0d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 10 06:40:50 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 10 06:40:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f500838
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 | 1 -
13 net-analyzer/cacti-spine/cacti-spine-1.1.15.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 9b1d50078fc..b58c69d9027 100644
18 --- a/net-analyzer/cacti-spine/Manifest
19 +++ b/net-analyzer/cacti-spine/Manifest
20 @@ -1,3 +1,2 @@
21 DIST cacti-spine-0.8.8h.tar.gz 804951 SHA256 a693136839bd7d03cae5b3ff4614a4d21a2153ffb14d09fc061b843ab0b2bb30 SHA512 6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4 WHIRLPOOL 36daed4986ca84883e51ab6b02ebb2ade00205c30705cfc94e73835bc2fc427a60a2dba9c7ca3665d0c0b2fca21afab77d94cde63b740f3734f9279c929cccaf
22 -DIST cacti-spine-1.1.15.tar.gz 801706 SHA256 91de11faaa882cf8743defd252251b43bf8afad7680bae80e50290573547fd8c SHA512 2ea955748afa78e7e7802960ad5d888720838e3464df937cd1a258c191198a68b16fe58e56e2985855f3157fe4fdd2c1792ccc9d8e970419ec94c453588baf13 WHIRLPOOL 5c3d0fc8959d21482b28ed8c2258240e2cc7724927344900cadf70e701b8a335ab32ddc1d0728d0f20e9b7b83aff03c3d634e7001c21ec428c36144eb494aa4f
23 DIST cacti-spine-1.1.16.tar.gz 801508 SHA256 9969d7b422d4c41fd6d7e9fb3d7907400601a394b16c4253202b3d4596f85d7f SHA512 01813864bd65229d7d1a54123de60579eeed652e962d0f78a4bc63c26de29e1402b7bbb4e7585c90cf37c9db412b539c8079b72c78fa026110c290632d63b205 WHIRLPOOL cd1bc344e38b826cce8a1b584ab8d8d2f8d1d91416d6939932a4c6eda59428b23aa7fc970faee93245b0967d18eaa280677acf0e9ee9add6e715121bda4d6c8c
24
25 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
26 deleted file mode 100644
27 index 34727025866..00000000000
28 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.15.ebuild
29 +++ /dev/null
30 @@ -1,47 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit autotools eutils
36 -
37 -MY_P=${PN}-${PV/_p/-}
38 -
39 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
40 -HOMEPAGE="http://cacti.net/spine_info.php"
41 -SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
46 -
47 -CDEPEND="
48 - dev-libs/openssl:*
49 - net-analyzer/net-snmp
50 - virtual/mysql
51 -"
52 -DEPEND="
53 - ${CDEPEND}
54 - sys-apps/help2man
55 -"
56 -RDEPEND="
57 - ${CDEPEND}
58 - >net-analyzer/cacti-0.8.8
59 -"
60 -PATCHES=(
61 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
62 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
63 -)
64 -
65 -src_prepare() {
66 - default
67 -
68 - AT_M4DIR="config" eautoreconf
69 -}
70 -
71 -src_install() {
72 - dosbin spine
73 - insinto /etc/
74 - insopts -m0640 -o root
75 - newins spine.conf{.dist,}
76 - dodoc ChangeLog
77 -}