jer 15/07/27 04:07:59 Modified: ChangeLog cacti-spine-0.8.8f.ebuild Log: Fix patch for 0.8.8f by Tomasz Chilinski (bug #555964). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.52 net-analyzer/cacti-spine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 25 Jul 2015 08:28:12 -0000 1.51 +++ ChangeLog 27 Jul 2015 04:07:59 -0000 1.52 @@ -1,6 +1,10 @@ # 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.51 2015/07/25 08:28:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/ChangeLog,v 1.52 2015/07/27 04:07:59 jer Exp $ + + 27 Jul 2015; Jeroen Roovers <[email protected]> cacti-spine-0.8.8f.ebuild, + +files/cacti-spine-0.8.8f-fix-ac-macro.patch: + Fix patch for 0.8.8f by Tomasz Chilinski (bug #555964). *cacti-spine-0.8.8f (25 Jul 2015) 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild?r1=1.1&r2=1.2 Index: cacti-spine-0.8.8f.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cacti-spine-0.8.8f.ebuild 25 Jul 2015 08:28:12 -0000 1.1 +++ cacti-spine-0.8.8f.ebuild 27 Jul 2015 04:07:59 -0000 1.2 @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-spine/cacti-spine-0.8.8f.ebuild,v 1.2 2015/07/27 04:07:59 jer Exp $ EAPI=5 inherit autotools eutils @@ -27,7 +27,7 @@ src_prepare() { epatch \ - "${FILESDIR}"/${PN}-0.8.8e-fix-ac-macro.patch \ + "${FILESDIR}"/${PN}-0.8.8f-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 \
