jer         15/06/12 05:47:52

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   23 Dec 2013 15:59:35 -0000      1.39
+++ ChangeLog   12 Jun 2015 05:47:52 -0000      1.40
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/cacti-spine
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.39 
2013/12/23 15:59:35 pacho Exp $
+# 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 $
+
+*cacti-spine-0.8.8d (12 Jun 2015)
+
+  12 Jun 2015; Jeroen Roovers <[email protected]> +cacti-spine-0.8.8d.ebuild,
+  files/cacti-spine-0.8.8b-fix-ac-macro.patch,
+  +files/cacti-spine-0.8.8d-fix-ac-macro.patch:
+  Version bump (bug #551728).
 
   23 Dec 2013; Pacho Ramos <[email protected]> metadata.xml:
   Cleanup due bug #66351



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

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

Index: cacti-spine-0.8.8d.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.ebuild,v 
1.1 2015/06/12 05:47:52 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="net-analyzer/net-snmp
        dev-libs/openssl:*
        virtual/mysql"
RDEPEND="${DEPEND}
        >net-analyzer/cacti-0.8.8"

src_prepare() {
        # Patch configure.ac to replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS
        epatch "${FILESDIR}/${PN}-0.8.8d-fix-ac-macro.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
}

pkg_postinst() {
        elog "Please see the cacti's site for installation instructions:"
        elog
        elog "http://cacti.net/spine_install.php";
        echo
        ewarn "/etc/spine.conf should be readable by webserver, thus after you"
        ewarn "decide on webserver do not forget to run the following command:"
        ewarn
        ewarn " # chown root:<wwwgroup> /etc/spine.conf"
        echo
}




Reply via email to