jer 14/07/15 16:31:34 Modified: cacti-0.8.8b-r2.ebuild ChangeLog Log: Set USE=graph dependency on net-analyzer/rrdtool (bug #509682). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.7 net-analyzer/cacti/cacti-0.8.8b-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/cacti-0.8.8b-r2.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/cacti-0.8.8b-r2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/cacti-0.8.8b-r2.ebuild?r1=1.6&r2=1.7 Index: cacti-0.8.8b-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.8b-r2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cacti-0.8.8b-r2.ebuild 14 Sep 2013 10:40:06 -0000 1.6 +++ cacti-0.8.8b-r2.ebuild 15 Jul 2014 16:31:34 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.8b-r2.ebuild,v 1.6 2013/09/14 10:40:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.8b-r2.ebuild,v 1.7 2014/07/15 16:31:34 jer Exp $ EAPI="4" @@ -27,11 +27,10 @@ need_httpd -DEPEND="" RDEPEND=" dev-lang/php[cli,mysql,session,sockets,xml] dev-php/adodb - net-analyzer/rrdtool + net-analyzer/rrdtool[graph] virtual/cron virtual/mysql snmp? ( >=net-analyzer/net-snmp-5.2.0 ) 1.200 net-analyzer/cacti/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/ChangeLog?rev=1.200&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/ChangeLog?rev=1.200&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/ChangeLog?r1=1.199&r2=1.200 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- ChangeLog 30 Dec 2013 11:39:12 -0000 1.199 +++ ChangeLog 15 Jul 2014 16:31:34 -0000 1.200 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/cacti -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.199 2013/12/30 11:39:12 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.200 2014/07/15 16:31:34 jer Exp $ + + 15 Jul 2014; Jeroen Roovers <[email protected]> cacti-0.8.8b-r2.ebuild: + Set USE=graph dependency on net-analyzer/rrdtool (bug #509682). 30 Dec 2013; Jeroen Roovers <[email protected]> -cacti-0.8.7i.ebuild, -cacti-0.8.8a.ebuild, -cacti-0.8.8b.ebuild, -cacti-0.8.8b-r1.ebuild:
