summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/ganglia-webfrontend/ganglia-webfrontend-3.0.5.ebuild')
-rw-r--r--sys-cluster/ganglia-webfrontend/ganglia-webfrontend-3.0.5.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-cluster/ganglia-webfrontend/ganglia-webfrontend-3.0.5.ebuild b/sys-cluster/ganglia-webfrontend/ganglia-webfrontend-3.0.5.ebuild
deleted file mode 100644
index f631e01..0000000
--- a/sys-cluster/ganglia-webfrontend/ganglia-webfrontend-3.0.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit webapp depend.php
-
-DESCRIPTION="Web front end for ganglia cluster monitoring software"
-HOMEPAGE="http://ganglia.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ganglia/ganglia-${PV}.tar.gz"
-
-LICENSE="BSD-2"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND=">=sys-cluster/ganglia-3
- virtual/httpd-cgi"
-
-need_php_httpd
-
-S=${WORKDIR}/ganglia-${PV}/web
-
-pkg_setup() {
- webapp_pkg_setup
- require_gd
-}
-
-src_install () {
- webapp_src_preinst
-
- dodoc AUTHORS ChangeLog
- rm -f AUTHORS ChangeLog COPYING Makefile.am
-
- cp -R . "${D}"/${MY_HTDOCSDIR}
-
- webapp_configfile ${MY_HTDOCSDIR}/conf.php
- webapp_src_install
-}