jer 15/07/14 05:25:16 Modified: ChangeLog Added: cacti-0.8.8e.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.208 net-analyzer/cacti/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/ChangeLog?rev=1.208&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/ChangeLog?rev=1.208&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/ChangeLog?r1=1.207&r2=1.208 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v retrieving revision 1.207 retrieving revision 1.208 diff -u -r1.207 -r1.208 --- ChangeLog 29 Jun 2015 05:56:52 -0000 1.207 +++ ChangeLog 14 Jul 2015 05:25:16 -0000 1.208 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/cacti # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.207 2015/06/29 05:56:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.208 2015/07/14 05:25:16 jer Exp $ + +*cacti-0.8.8e (14 Jul 2015) + + 14 Jul 2015; Jeroen Roovers <[email protected]> +cacti-0.8.8e.ebuild: + Version bump. 29 Jun 2015; Jeroen Roovers <[email protected]> -cacti-0.8.8b-r2.ebuild, -files/cacti-0.8.8b_empty_comment.patch, -files/cacti-r7420.patch: 1.1 net-analyzer/cacti/cacti-0.8.8e.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/cacti-0.8.8e.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/cacti/cacti-0.8.8e.ebuild?rev=1.1&content-type=text/plain Index: cacti-0.8.8e.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/cacti-0.8.8e.ebuild,v 1.1 2015/07/14 05:25:16 jer Exp $ EAPI=5 inherit depend.php eutils webapp # Support for _p* in version. MY_P=${P/_p*/} DESCRIPTION="Cacti is a complete frontend to rrdtool" HOMEPAGE="http://www.cacti.net/" SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="snmp doc" need_httpd RDEPEND=" dev-lang/php[cli,mysql,session,sockets,xml] dev-php/adodb net-analyzer/rrdtool[graph] virtual/cron virtual/mysql snmp? ( >=net-analyzer/net-snmp-5.2.0 ) " src_prepare() { sed -i -e \ 's:$config\["library_path"\] . "/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \ "${S}"/include/global.php || die rm -rf lib/adodb || die # don't use bundled adodb } src_compile() { :; } src_install() { webapp_src_preinst rm LICENSE README || die dodoc docs/{CHANGELOG,CONTRIB,README,txt/manual.txt} use doc && dohtml -r docs/html/ rm -rf docs edos2unix `find -type f -name '*.php'` dodir ${MY_HTDOCSDIR} cp -r . "${D}"${MY_HTDOCSDIR} webapp_serverowned ${MY_HTDOCSDIR}/rra webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log webapp_configfile ${MY_HTDOCSDIR}/include/config.php webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt webapp_src_install }
