diff options
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/hiawatha-monitor/Manifest | 1 | ||||
-rw-r--r-- | www-apps/hiawatha-monitor/hiawatha-monitor-1.6.ebuild | 33 | ||||
-rw-r--r-- | www-apps/hiawatha-monitor/metadata.xml | 8 |
3 files changed, 0 insertions, 42 deletions
diff --git a/www-apps/hiawatha-monitor/Manifest b/www-apps/hiawatha-monitor/Manifest deleted file mode 100644 index ba75b7329de1..000000000000 --- a/www-apps/hiawatha-monitor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST monitor-1.6.tar.gz 622470 BLAKE2B 79813f162dae9a72b9e62550e58b737b878e69d1eb6ce348f62dd9d8c4309529b9dd77eeba6876fec90d0db6c3894aea5c62ada940a17d53bb8cba876ec31855 SHA512 4983638bfa0bfbe3f391b2319cf2f5ba63527cddc8c667618aba001929140453c8058f35d83bedb53f4dc0e5d5139d3a33dd7d9bac46f94e32dff81e65d53f5e diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-1.6.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-1.6.ebuild deleted file mode 100644 index 8444fca6d85a..000000000000 --- a/www-apps/hiawatha-monitor/hiawatha-monitor-1.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/php-5:*[mysql,mysqli,xslt] - virtual/cron - virtual/mysql - www-servers/hiawatha[xslt]" - -S=${WORKDIR}/${MY_P} - -DOCS=( ChangeLog README.md INSTALL ) - -src_install () { - default - - rm -f ChangeLog README.md LICENSE INSTALL - - insinto /usr/share/${PN} - doins -r * -} diff --git a/www-apps/hiawatha-monitor/metadata.xml b/www-apps/hiawatha-monitor/metadata.xml deleted file mode 100644 index c69fcf398c82..000000000000 --- a/www-apps/hiawatha-monitor/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">hsleisink/monitor</remote-id> - </upstream> -</pkgmetadata> |