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: Sun, 29 Sep 2019 19:41:57
Message-Id: 1569786109.3eb9bbd96c7aca96a016102e041d3cdecac7ae67.jer@gentoo
1 commit: 3eb9bbd96c7aca96a016102e041d3cdecac7ae67
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 29 19:37:17 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 29 19:41:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eb9bbd9
7
8 net-analyzer/cacti-spine: Old
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/cacti-spine/Manifest | 1 -
14 .../cacti-spine/cacti-spine-1.2.5-r1.ebuild | 53 ----------------------
15 2 files changed, 54 deletions(-)
16
17 diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
18 index a6fd007c258..a3b4b47a055 100644
19 --- a/net-analyzer/cacti-spine/Manifest
20 +++ b/net-analyzer/cacti-spine/Manifest
21 @@ -1,4 +1,3 @@
22 DIST cacti-spine-1.1.38.tar.gz 805437 BLAKE2B 32d934f54e00d83e9807dd194a7cacf8d5526c8e5b84c44ffad201c07edcb117f862266843552299fe04cc780575b9b2dc7129a106a20bd709cb82844ade7812 SHA512 5409a690e89fcc74e1e87e34e1918cab27d1243825955eb8256a92f8e9658f312345c66b338a4a07a0e38c94e3275131cb4e58fb70e7b59837c0e6c47746e45e
23 -DIST cacti-spine-1.2.5.tar.gz 105494 BLAKE2B 1bd2f33cee841fb7b05a1a32d3d0d2824c36ccdc69fbf52c48cfe2d7bdbface4c1925261c8643c19addde90346c5ecdee547d8014705dc34800f59eab6ac248c SHA512 5bbf5f68e0d3477d43afee57bc86bfeb61a3ddaa18f7c0e5e0c2413bde6646bcd662d93e4c124daa6eaef5bca5843fb359b733c5189d9f43a34a14fba7f03682
24 DIST cacti-spine-1.2.6.tar.gz 106592 BLAKE2B 4c7f92e1c1e6061689a5a18cc73326e38b1ed275d443069bf5bb6ad0edb9429b4946096db650d9af73b11ec51f1bc8728420a5084847b4d468b1e13341655ea3 SHA512 6659a3694c38704e266efda40893ed8e1bc1c52f3ae93a66ad219043408dd77bfdbde55191982ed3cebdffce1f49faf3e487fb926c680ea9b1c6dd379e1b53fc
25 DIST cacti-spine-1.2.7.tar.gz 106764 BLAKE2B 3c880c5e7e736d6d3acf3dbd5aeba13ed457d92541616ff8ddd2e88182a93c6c46ecc7c4c2d5f16784c91cdef823febf8fffac4a7ff92cf7ee11f1fda129956f SHA512 9877d4bb4d17728c714add8d5b6e974a2d92115753bfc1b2737e2d435072138169d9e2486eddc9e25048a4a72767baeb64a5479f738c4d3e57d8f362c8e3f48e
26
27 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
28 deleted file mode 100644
29 index 752dc560a7c..00000000000
30 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild
31 +++ /dev/null
32 @@ -1,53 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -inherit autotools
38 -
39 -MY_P=${PN}-${PV/_p/-}
40 -
41 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
42 -HOMEPAGE="https://cacti.net/spine_info.php"
43 -SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
48 -IUSE="libressl"
49 -
50 -CDEPEND="
51 - !libressl? ( dev-libs/openssl:0= )
52 - libressl? ( dev-libs/libressl:0= )
53 - net-analyzer/net-snmp:=
54 - dev-db/mysql-connector-c:0=
55 -"
56 -DEPEND="
57 - ${CDEPEND}
58 - sys-apps/help2man
59 -"
60 -RDEPEND="
61 - ${CDEPEND}
62 - >net-analyzer/cacti-0.8.8
63 -"
64 -PATCHES=(
65 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
66 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
67 - "${FILESDIR}"/${PN}-1.2.5-my_bool.patch
68 -)
69 -
70 -src_prepare() {
71 - default
72 -
73 - eautoreconf
74 -}
75 -
76 -src_install() {
77 - dosbin spine
78 -
79 - insinto /etc/
80 - insopts -m0640 -o root
81 - newins spine.conf{.dist,}
82 -
83 - doman spine.1
84 - dodoc CHANGELOG
85 -}