diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-07-24 04:18:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-07-24 04:18:58 +0000 |
commit | 1154fc9701e87bb14d8df66d247e71dc6c2873c2 (patch) | |
tree | 9f47ae72a627b1e705c0d4199a27646c26a7f786 /net-analyzer/cacti | |
parent | Fix typo in metadata. (diff) | |
download | gentoo-2-1154fc9701e87bb14d8df66d247e71dc6c2873c2.tar.gz gentoo-2-1154fc9701e87bb14d8df66d247e71dc6c2873c2.tar.bz2 gentoo-2-1154fc9701e87bb14d8df66d247e71dc6c2873c2.zip |
Old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/cacti')
-rw-r--r-- | net-analyzer/cacti/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.8d.ebuild | 60 |
2 files changed, 4 insertions, 61 deletions
diff --git a/net-analyzer/cacti/ChangeLog b/net-analyzer/cacti/ChangeLog index e1490bdaec6d..4fd2ce89dad9 100644 --- a/net-analyzer/cacti/ChangeLog +++ b/net-analyzer/cacti/ChangeLog @@ -1,6 +1,9 @@ # 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.213 2015/07/23 09:34:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.214 2015/07/24 04:18:58 jer Exp $ + + 24 Jul 2015; Jeroen Roovers <jer@gentoo.org> -cacti-0.8.8d.ebuild: + Old. 23 Jul 2015; Agostino Sarubbo <ago@gentoo.org> cacti-0.8.8e.ebuild: Stable for sparc, wrt bug #554816 diff --git a/net-analyzer/cacti/cacti-0.8.8d.ebuild b/net-analyzer/cacti/cacti-0.8.8d.ebuild deleted file mode 100644 index 0bdbcc57e135..000000000000 --- a/net-analyzer/cacti/cacti-0.8.8d.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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.8d.ebuild,v 1.6 2015/06/28 16:16:08 zlogene 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 -} |