summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/phpsysinfo/phpsysinfo-3.0.18.ebuild')
-rw-r--r--www-apps/phpsysinfo/phpsysinfo-3.0.18.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/www-apps/phpsysinfo/phpsysinfo-3.0.18.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.0.18.ebuild
deleted file mode 100644
index a62c58350e3d..000000000000
--- a/www-apps/phpsysinfo/phpsysinfo-3.0.18.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.0.18.ebuild,v 1.1 2012/07/11 21:15:21 radhermit Exp $
-
-EAPI="4"
-
-inherit webapp
-
-DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP."
-HOMEPAGE="http://phpsysinfo.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="virtual/httpd-php
- dev-lang/php[simplexml,xml,xsl,unicode]"
-
-S="${WORKDIR}/${PN}"
-
-need_httpd_cgi
-
-src_install() {
- webapp_src_preinst
-
- dodoc ChangeLog README*
- rm -f ChangeLog COPYING README*
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
- newins config.php{.new,}
-
- webapp_configfile "${MY_HTDOCSDIR}"/config.php
- webapp_src_install
-}