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: Sat, 23 May 2020 07:05:44
Message-Id: 1590217537.25eaeff140fa40598a85f2a77a33a16ade8ec936.jer@gentoo
1 commit: 25eaeff140fa40598a85f2a77a33a16ade8ec936
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 07:04:31 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 07:05:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25eaeff1
7
8 net-analyzer/cacti-spine: Old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/cacti-spine/Manifest | 1 -
14 net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild | 51 ----------------------
15 2 files changed, 52 deletions(-)
16
17 diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
18 index 69b761171ea..da2307744b9 100644
19 --- a/net-analyzer/cacti-spine/Manifest
20 +++ b/net-analyzer/cacti-spine/Manifest
21 @@ -1,2 +1 @@
22 -DIST cacti-spine-1.2.11.tar.gz 107495 BLAKE2B faa2356e374f392565d3a1fed446527bd5be9cf63ec1b286e0e6069503b80fea9042d367f087f05ff5660a0fb647a2d2478c6f25a557b8aec821a151af2a7f02 SHA512 6c7dd2c4b35040cce58714e1b238b473d42465327cde469cb09c304d51fe74b0731ec4ed4d70321c092d6efd4eac6ab375140beb5d552fcf7ad4286713a4f22b
23 DIST cacti-spine-1.2.12.tar.gz 107512 BLAKE2B 1ced87c30d26d524ce9c98508cfee42dfccceac9e68662fbf31e257ebb8990bfd4935a735554ba3153f8382ada1fea86fb4712811857a09a49bec609a41aae5b SHA512 382a456bc64f4bfd56db8e6fcc2e626d66d529bbb6bfa34210053e64f9b61ae1376c9a4870402e7ccb069c20f91a85dbf5b4ec72826a1f3d70f2e6900accc0c3
24
25 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
26 deleted file mode 100644
27 index ac2422dded6..00000000000
28 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.11.ebuild
29 +++ /dev/null
30 @@ -1,51 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit autotools
36 -
37 -MY_P=${PN}-${PV/_p/-}
38 -
39 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
40 -HOMEPAGE="https://cacti.net/spine_info.php"
41 -SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86"
46 -IUSE="libressl"
47 -
48 -CDEPEND="
49 - !libressl? ( dev-libs/openssl:0= )
50 - libressl? ( dev-libs/libressl:0= )
51 - net-analyzer/net-snmp:=
52 - dev-db/mysql-connector-c:0=
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.8g-net-snmp.patch
64 -)
65 -
66 -src_prepare() {
67 - default
68 -
69 - eautoreconf
70 -}
71 -
72 -src_install() {
73 - dosbin spine
74 -
75 - insinto /etc/
76 - insopts -m0640 -o root
77 - newins spine.conf{.dist,}
78 -
79 - doman spine.1
80 - dodoc CHANGELOG
81 -}