jer         15/07/25 08:28:12

  Modified:             ChangeLog
  Added:                cacti-spine-0.8.8f.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.51                 net-analyzer/cacti-spine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.51&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.51&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   23 Jul 2015 09:34:27 -0000      1.50
+++ ChangeLog   25 Jul 2015 08:28:12 -0000      1.51
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/cacti-spine
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.50 
2015/07/23 09:34:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.51 
2015/07/25 08:28:12 jer Exp $
+
+*cacti-spine-0.8.8f (25 Jul 2015)
+
+  25 Jul 2015; Jeroen Roovers <[email protected]> +cacti-spine-0.8.8f.ebuild:
+  Version bump.
 
   23 Jul 2015; Agostino Sarubbo <[email protected]> cacti-spine-0.8.8e.ebuild:
   Stable for sparc, wrt bug #554816



1.1                  net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild?rev=1.1&view=markup
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

Index: cacti-spine-0.8.8f.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

EAPI=5
inherit autotools eutils

MY_P=${PN}-${PV/_p/-}

DESCRIPTION="Spine is a fast poller for Cacti (formerly known as Cactid)"
HOMEPAGE="http://cacti.net/spine_info.php";
SRC_URI="http://www.cacti.net/downloads/spine/${MY_P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"

DEPEND="
        dev-libs/openssl:*
        net-analyzer/net-snmp
        virtual/mysql
"
RDEPEND="
        ${DEPEND}
        >net-analyzer/cacti-0.8.8
"

src_prepare() {
        epatch \
                "${FILESDIR}"/${PN}-0.8.8e-fix-ac-macro.patch \
                "${FILESDIR}"/${PN}-0.8.8e-net-snmp.patch \
                "${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
                "${FILESDIR}"/${PN}-0.8.8d-ping.patch \
                "${FILESDIR}"/${PN}-0.8.8d-snmp_spine_close.patch

        sed -i -e 's/^bin_PROGRAMS/sbin_PROGRAMS/' Makefile.am
        AT_M4DIR="config" eautoreconf
}

src_install() {
        dosbin spine
        insinto /etc/
        insopts -m0640 -o root
        newins spine.conf{.dist,}
        dodoc ChangeLog README
}




Reply via email to