jer         15/06/14 08:00:16

  Modified:             ChangeLog
  Added:                cacti-spine-0.8.8d-r1.ebuild
  Removed:              cacti-spine-0.8.8d.ebuild
  Log:
  Add build/compatibility patches (bug #552030 by Tomasz Chilinski).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   12 Jun 2015 05:47:52 -0000      1.40
+++ ChangeLog   14 Jun 2015 08:00:16 -0000      1.41
@@ -1,6 +1,16 @@
 # 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.40 
2015/06/12 05:47:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.41 
2015/06/14 08:00:16 jer Exp $
+
+*cacti-spine-0.8.8d-r1 (14 Jun 2015)
+
+  14 Jun 2015; Jeroen Roovers <[email protected]> -cacti-spine-0.8.8d.ebuild,
+  +cacti-spine-0.8.8d-r1.ebuild, +files/cacti-spine-0.8.8d-mysql.patch,
+  +files/cacti-spine-0.8.8d-net-snmp.patch,
+  +files/cacti-spine-0.8.8d-ping.patch,
+  +files/cacti-spine-0.8.8d-polling_time.patch,
+  +files/cacti-spine-0.8.8d-snmp_spine_close.patch:
+  Add build/compatibility patches (bug #552030 by Tomasz Chilinski).
 
 *cacti-spine-0.8.8d (12 Jun 2015)
 



1.1                  net-analyzer/cacti-spine/cacti-spine-0.8.8d-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8d-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8d-r1.ebuild?rev=1.1&content-type=text/plain

Index: cacti-spine-0.8.8d-r1.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.8d-r1.ebuild,v 
1.1 2015/06/14 08:00:16 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 ~ppc ~ppc64 ~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.8d-fix-ac-macro.patch \
                "${FILESDIR}"/${PN}-0.8.8d-net-snmp.patch \
                "${FILESDIR}"/${PN}-0.8.8d-mysql.patch \
                "${FILESDIR}"/${PN}-0.8.8d-ping.patch \
                "${FILESDIR}"/${PN}-0.8.8d-polling_time.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