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/, net-analyzer/cacti-spine/files/
Date: Wed, 06 Dec 2017 09:52:36
Message-Id: 1512553882.3da2743a66714334238d44f2f32532b2c3623a43.jer@gentoo
1 commit: 3da2743a66714334238d44f2f32532b2c3623a43
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 6 09:51:22 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 6 09:51:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da2743a
7
8 net-analyzer/cacti-spine: Old.
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 net-analyzer/cacti-spine/Manifest | 2 -
13 net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild | 48 ----------------------
14 net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild | 47 ---------------------
15 .../files/cacti-spine-0.8.8d-mysql.patch | 11 -----
16 .../files/cacti-spine-0.8.8h-fix-ac-macro.patch | 11 -----
17 5 files changed, 119 deletions(-)
18
19 diff --git a/net-analyzer/cacti-spine/Manifest b/net-analyzer/cacti-spine/Manifest
20 index 138d0deef29..c09d761e192 100644
21 --- a/net-analyzer/cacti-spine/Manifest
22 +++ b/net-analyzer/cacti-spine/Manifest
23 @@ -1,5 +1,3 @@
24 -DIST cacti-spine-0.8.8h.tar.gz 804951 BLAKE2B 3318f278a1f6f897e39c75af02c733cba753e524bda1f401b3b9d22dba183499dde392be090debd97747520ebcdd89f5d43768c172784a9acc7c8f29fca68fa2 SHA512 6a7147ab645be44de0d330c7801e569705817da10bf6cedba82c712e1701ada8aa8924a6b3b063ea680e6af24f815d6767e8773ad7b8da212abfa082b4211bd4
25 DIST cacti-spine-1.1.20.tar.gz 801877 BLAKE2B 35da513691967e507b9d10c373de571e2ef84aa20021d1bcfb2bc446a99fbbd2c68ebcd99dc47bece4387faa6596a7b109d8a61f02a3b2413cb89bfbcaa22e89 SHA512 df552157e64da04f57493351831a0602dea9ca3219ce3936884aec894e6698559d429ec62936a307b43fd49eff674c670d7e0a047924b5f03c30abeeec91491f
26 DIST cacti-spine-1.1.21.tar.gz 801907 BLAKE2B cdcda765d349db12df1c672c4469770297d09a3946f19f1e686c251ef30d5be1e3f772efeeb3f344b21ecdba29275dde1b683025ae7c16b10561486397a484f3 SHA512 0dfdd3444639a471bc5c0d35ea3898532f2ebf16679677fee8ad291221ed607b54acc7fbf25e78da7c5597eeaed6b870ad7af66a95e20f95afce3270c8da5dd0
27 -DIST cacti-spine-1.1.25.tar.gz 802127 BLAKE2B 02e23ca007ce3bcf3b651c1691ea22e53fcc4113b364d5440bbe2919b1549e36915b9fd927291a0ed84850552a2e97ff4f3c71b713727f3859c43bf123c20c86 SHA512 d9c4a924ce08d363a1ce7327172b6c83d606ccfb2b623b3b5a0f6df534a031caedbe55314cd415a58484c89df49d5e682853e5001849bd8e9767190fdc367809
28 DIST cacti-spine-1.1.28.tar.gz 802006 BLAKE2B 79e833b6afb619a1d2361bad38c3a52dc1e29b296864670f830a3bc998e7e456638523da15032751d56c65aefe0480477e70b741b23882a2a38adb2262aef601 SHA512 2255823d29342b49babebbae175c29fc7054b05ec5ae5897609960d808409f46e6d0cfcba2038dfad9598bc23532794f6cf26032a0566d2d2d2c57d622d37ab1
29
30 diff --git a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild b/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
31 deleted file mode 100644
32 index c7738d6dba9..00000000000
33 --- a/net-analyzer/cacti-spine/cacti-spine-0.8.8h.ebuild
34 +++ /dev/null
35 @@ -1,48 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -inherit autotools eutils
41 -
42 -MY_P=${PN}-${PV/_p/-}
43 -
44 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
45 -HOMEPAGE="http://cacti.net/spine_info.php"
46 -SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
47 -
48 -LICENSE="LGPL-2.1"
49 -SLOT="0"
50 -KEYWORDS="amd64 hppa ~ppc ~ppc64 sparc x86"
51 -
52 -CDEPEND="
53 - dev-libs/openssl:*
54 - net-analyzer/net-snmp
55 - virtual/mysql
56 -"
57 -DEPEND="
58 - ${CDEPEND}
59 - sys-apps/help2man
60 -"
61 -RDEPEND="
62 - ${CDEPEND}
63 - >net-analyzer/cacti-0.8.8
64 -"
65 -
66 -src_prepare() {
67 - epatch \
68 - "${FILESDIR}"/${PN}-0.8.8h-fix-ac-macro.patch \
69 - "${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
70 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch \
71 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
72 -
73 - sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
74 - AT_M4DIR="config" eautoreconf
75 -}
76 -
77 -src_install() {
78 - dosbin spine
79 - insinto /etc/
80 - insopts -m0640 -o root
81 - newins spine.conf{.dist,}
82 - dodoc ChangeLog README
83 -}
84
85 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
86 deleted file mode 100644
87 index d148f4544d0..00000000000
88 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.25.ebuild
89 +++ /dev/null
90 @@ -1,47 +0,0 @@
91 -# Copyright 1999-2017 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=6
95 -inherit autotools eutils
96 -
97 -MY_P=${PN}-${PV/_p/-}
98 -
99 -DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
100 -HOMEPAGE="https://cacti.net/spine_info.php"
101 -SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
102 -
103 -LICENSE="LGPL-2.1"
104 -SLOT="0"
105 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
106 -
107 -CDEPEND="
108 - dev-libs/openssl:*
109 - net-analyzer/net-snmp
110 - virtual/mysql
111 -"
112 -DEPEND="
113 - ${CDEPEND}
114 - sys-apps/help2man
115 -"
116 -RDEPEND="
117 - ${CDEPEND}
118 - >net-analyzer/cacti-0.8.8
119 -"
120 -PATCHES=(
121 - "${FILESDIR}"/${PN}-0.8.8d-ping.patch
122 - "${FILESDIR}"/${PN}-0.8.8g-net-snmp.patch
123 -)
124 -
125 -src_prepare() {
126 - default
127 -
128 - AT_M4DIR="config" eautoreconf
129 -}
130 -
131 -src_install() {
132 - dosbin spine
133 - insinto /etc/
134 - insopts -m0640 -o root
135 - newins spine.conf{.dist,}
136 - dodoc ChangeLog
137 -}
138
139 diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch
140 deleted file mode 100644
141 index d60653678a2..00000000000
142 --- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch
143 +++ /dev/null
144 @@ -1,11 +0,0 @@
145 ---- a/configure.ac
146 -+++ b/configure.ac
147 -@@ -239,7 +239,7 @@
148 - fi
149 - CFLAGS="-I$MYSQL_INC_DIR $CFLAGS"
150 -
151 --AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="-lmysqlclient_r",
152 -+AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="$LIBS -lmysqlclient_r",
153 - AC_MSG_ERROR([MySQL libraries not found])
154 - )
155 -
156
157 diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch
158 deleted file mode 100644
159 index 3f497ac7bce..00000000000
160 --- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch
161 +++ /dev/null
162 @@ -1,11 +0,0 @@
163 ---- a/configure.ac
164 -+++ b/configure.ac
165 -@@ -10,7 +10,7 @@
166 - AC_LANG(C)
167 -
168 - AM_INIT_AUTOMAKE(spine, 0.8.8h)
169 --AM_CONFIG_HEADER(config/config.h)
170 -+AC_CONFIG_HEADERS(config/config.h)
171 -
172 - # static libraries
173 - AC_ARG_WITH(static,