diff options
Diffstat (limited to 'www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild')
-rw-r--r-- | www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild deleted file mode 100644 index 5ba20143b6b2..000000000000 --- a/www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_P="monitor" - -DESCRIPTION="Monitoring application for www-servers/hiawatha" -HOMEPAGE="https://www.hiawatha-webserver.org/howto/monitor" -SRC_URI="https://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 * -} |