diff options
author | hasufell <hasufell@gentoo.org> | 2014-05-22 15:31:34 +0200 |
---|---|---|
committer | hasufell <hasufell@gentoo.org> | 2014-05-22 15:31:34 +0200 |
commit | 99319311fd0841055ba1bda5caf659e1e387c982 (patch) | |
tree | 2e731615671418e55e485f571db36d5bd60d86ae /www-apps | |
parent | [www-servers/hiawatha] imported into main tree (diff) | |
download | sunrise-99319311fd0841055ba1bda5caf659e1e387c982.tar.gz sunrise-99319311fd0841055ba1bda5caf659e1e387c982.tar.bz2 sunrise-99319311fd0841055ba1bda5caf659e1e387c982.zip |
[www-apps/hiawatha-monitor] imported into main tree
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/hiawatha-monitor/ChangeLog | 14 | ||||
-rw-r--r-- | www-apps/hiawatha-monitor/Manifest | 4 | ||||
-rw-r--r-- | www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild | 38 | ||||
-rw-r--r-- | www-apps/hiawatha-monitor/metadata.xml | 7 |
4 files changed, 0 insertions, 63 deletions
diff --git a/www-apps/hiawatha-monitor/ChangeLog b/www-apps/hiawatha-monitor/ChangeLog deleted file mode 100644 index 0bf7f2bdf..000000000 --- a/www-apps/hiawatha-monitor/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for www-apps/hiawatha-monitor -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 25 Apr 2013; René Neumann (Necoro) <gentoo@necoro.eu> - hiawatha-monitor-0.6.ebuild: - hiawatha's 'xsl' useflag got renamed to 'xslt' - -*hiawatha-monitor-0.6 (24 Apr 2013) - - 24 Apr 2013; René Neumann (Necoro) <gentoo@necoro.eu> - +hiawatha-monitor-0.6.ebuild, +metadata.xml: - New ebuild for bug #466588; thanks to hasufell and mrueg for reviewing - diff --git a/www-apps/hiawatha-monitor/Manifest b/www-apps/hiawatha-monitor/Manifest deleted file mode 100644 index 6062a60c7..000000000 --- a/www-apps/hiawatha-monitor/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST monitor-0.6.tar.gz 538567 SHA256 8b0627f5fd78c680dd56afb49fe34c96ff252d41582b152c08153a2b6baccf08 SHA512 07731b821ea7fcde83f93af472786d6c4e816544f2e7c8bfa3669f042af19f917a772af0dbfeba786832865d0aa8794af5b248d8d7935a49d7fa7634b6903fad WHIRLPOOL 8d065dbc4e67f7eda047896a94e7303b668da055e9375617c8f4c2f30858673c0ba6fa7e7d3048756637366e940e2b24493c086e452dce3657fc42ac7e20d643 -EBUILD hiawatha-monitor-0.6.ebuild 713 SHA256 896e2dc1a74f45f821a3d140d7610ade53630190eb7bc086ab2395c1bc37eb76 SHA512 2da1dd63246a42daff4ed7169f29e49196829ca599bb2e5ca49a61dde0f0cb84fb75dfdb98d2e4a94e7707652eb2a7eeb0c72d853db222b531a8ed5191af625d WHIRLPOOL bf7423bb1f59c20adc3a638e6e279e5a2a3bd904839b907e52f62aca16a4cc3c7fd3aabb60855a3ce35590028c4611521fffce59d17814d21365c4dc9b19faa3 -MISC ChangeLog 479 SHA256 981165330226d93e3fcca98efee7aec951b38be8be44f259874a32965d1cb6f6 SHA512 b2d626da09779a6d26dbc1a581db0541fdf59e51309829213eb25c683450ee535a74d655a7db988b455c552edcde7453ddbf7a904deb7fccc48e9c508fe817a8 WHIRLPOOL ddee92683c397a1205cbb332b2815aaec4d34dfa1a6330089405b60440c5588cb36d28d40de47923741fe01857fe6e9973ed6625a840d0b4139fc375cf7b0df3 -MISC metadata.xml 214 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 SHA512 aeb2fb354a9ddf41c45a071091a58b91eaf8b25d6d2c49e3e3daa547b591a54530144de4533573160b48dc356289c909612c4e3c80e387f081f88cb39263e130 WHIRLPOOL 54d8861daedd18ca38e4ada0fb71026c612b63946d47a9b34de90d1d6d85c8ce05c0a4b97730f554ea637d73ccce8ed207d33e707c2b8c1dd28af24cf44dd186 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 52f5d9e6d..000000000 --- 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,xslt] - 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." -} diff --git a/www-apps/hiawatha-monitor/metadata.xml b/www-apps/hiawatha-monitor/metadata.xml deleted file mode 100644 index cc3fe2494..000000000 --- a/www-apps/hiawatha-monitor/metadata.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer> - <email>maintainer-wanted@gentoo.org</email> - </maintainer> -</pkgmetadata> |