diff options
Diffstat (limited to 'www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild')
-rw-r--r-- | www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild deleted file mode 100644 index 78d663419e52..000000000000 --- a/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_P="monitor" - -DESCRIPTION="Monitoring application for www-servers/hiawatha" -HOMEPAGE="http://www.hiawatha-webserver.org/howto/monitor" -SRC_URI="http://www.hiawatha-webserver.org/files/${MY_P}-${PV}.tar.gz " - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=dev-lang/php-5*[mysql,xslt] - virtual/cron - virtual/mysql - www-servers/hiawatha[xslt]" - -S=${WORKDIR}/${MY_P} - -src_install () { - default - - rm -f ChangeLog README LICENSE - - insinto /usr/share/${PN} - doins -r * -} |