Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/cacti-spine: ChangeLog cacti-spine-0.8.8f.ebuild
Date: Sat, 25 Jul 2015 08:28:28
Message-Id: 20150725082812.BFEABB9@oystercatcher.gentoo.org
1 jer 15/07/25 08:28:12
2
3 Modified: ChangeLog
4 Added: cacti-spine-0.8.8f.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.51 net-analyzer/cacti-spine/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 23 Jul 2015 09:34:27 -0000 1.50
24 +++ ChangeLog 25 Jul 2015 08:28:12 -0000 1.51
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/cacti-spine
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.50 2015/07/23 09:34:27 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.51 2015/07/25 08:28:12 jer Exp $
30 +
31 +*cacti-spine-0.8.8f (25 Jul 2015)
32 +
33 + 25 Jul 2015; Jeroen Roovers <jer@g.o> +cacti-spine-0.8.8f.ebuild:
34 + Version bump.
35
36 23 Jul 2015; Agostino Sarubbo <ago@g.o> cacti-spine-0.8.8e.ebuild:
37 Stable for sparc, wrt bug #554816
38
39
40
41 1.1 net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cacti-spine-0.8.8f.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild,v 1.1 2015/07/25 08:28:12 jer Exp $
51
52 EAPI=5
53 inherit autotools eutils
54
55 MY_P=${PN}-${PV/_p/-}
56
57 DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
58 HOMEPAGE="http://cacti.net/spine_info.php"
59 SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
64
65 DEPEND="
66 dev-libs/openssl:*
67 net-analyzer/net-snmp
68 virtual/mysql
69 "
70 RDEPEND="
71 ${DEPEND}
72 >net-analyzer/cacti-0.8.8
73 "
74
75 src_prepare() {
76 epatch \
77 "${FILESDIR}"/${PN}-0.8.8e-fix-ac-macro.patch \
78 "${FILESDIR}"/${PN}-0.8.8e-net-snmp.patch \
79 "${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
80 "${FILESDIR}"/${PN}-0.8.8d-ping.patch \
81 "${FILESDIR}"/${PN}-0.8.8d-snmp_spine_close.patch
82
83 sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
84 AT_M4DIR="config" eautoreconf
85 }
86
87 src_install() {
88 dosbin spine
89 insinto /etc/
90 insopts -m0640 -o root
91 newins spine.conf{.dist,}
92 dodoc ChangeLog README
93 }