From 408fde59e3d343c48c94311bc3f8e8c0c49f9c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 19 Aug 2016 23:07:35 +0200 Subject: Cleanup --- www-apps/hiawatha-monitor/Manifest | 1 - .../hiawatha-monitor/hiawatha-monitor-0.6.ebuild | 38 ---------------------- 2 files changed, 39 deletions(-) delete mode 100644 www-apps/hiawatha-monitor/Manifest delete mode 100644 www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild (limited to 'www-apps') diff --git a/www-apps/hiawatha-monitor/Manifest b/www-apps/hiawatha-monitor/Manifest deleted file mode 100644 index f0338c8..0000000 --- a/www-apps/hiawatha-monitor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST monitor-0.6.tar.gz 538567 SHA256 8b0627f5fd78c680dd56afb49fe34c96ff252d41582b152c08153a2b6baccf08 SHA512 07731b821ea7fcde83f93af472786d6c4e816544f2e7c8bfa3669f042af19f917a772af0dbfeba786832865d0aa8794af5b248d8d7935a49d7fa7634b6903fad WHIRLPOOL 8d065dbc4e67f7eda047896a94e7303b668da055e9375617c8f4c2f30858673c0ba6fa7e7d3048756637366e940e2b24493c086e452dce3657fc42ac7e20d643 diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild deleted file mode 100644 index b5003d3..0000000 --- a/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -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" -IUSE="" - -DEPEND="" -RDEPEND=" - www-servers/hiawatha[xslt] - virtual/cron - =dev-lang/php-5*[mysql,xsl] - virtual/mysql" - -S=${WORKDIR}/${MY_P} - -src_install () { - default - - rm -f ChangeLog README LICENSE - - insinto /usr/share/${PN} - doins -r * -} - -pkg_postinst () { - elog "Please follow the instructions in /usr/share/doc/${P}/README." -} -- cgit v1.2.3