From d55d22a458e1ce6d6e0ed4d672c058c2b1c58c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 20 Apr 2013 18:12:52 +0200 Subject: Add hiawatha-monitor --- www-apps/hiawatha-monitor/Manifest | 2 ++ .../hiawatha-monitor/hiawatha-monitor-0.6.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 www-apps/hiawatha-monitor/Manifest create mode 100644 www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild diff --git a/www-apps/hiawatha-monitor/Manifest b/www-apps/hiawatha-monitor/Manifest new file mode 100644 index 0000000..944ef09 --- /dev/null +++ b/www-apps/hiawatha-monitor/Manifest @@ -0,0 +1,2 @@ +DIST monitor-0.6.tar.gz 538567 SHA256 8b0627f5fd78c680dd56afb49fe34c96ff252d41582b152c08153a2b6baccf08 SHA512 07731b821ea7fcde83f93af472786d6c4e816544f2e7c8bfa3669f042af19f917a772af0dbfeba786832865d0aa8794af5b248d8d7935a49d7fa7634b6903fad WHIRLPOOL 8d065dbc4e67f7eda047896a94e7303b668da055e9375617c8f4c2f30858673c0ba6fa7e7d3048756637366e940e2b24493c086e452dce3657fc42ac7e20d643 +EBUILD hiawatha-monitor-0.6.ebuild 733 SHA256 bb01c5012341ab58e0cb91e641217aa1df8ac20990352d3f11f2fda2b7aafe8c SHA512 252ce6d609f4e8a7e8131de13ed9ec4a3d32828bc23e6f02e0ef52c01c0fa28dc9e01dba529aa5901bf63752c72a6a1fb24adffc935a08a5b32625fbedae76c8 WHIRLPOOL dffa802a5082007808d27f2d1004f7caf1e8032c392f1e3f2b3bbd6f1ebbb7d940b4fcd687871e3e59d99d50074c864dd5965e0230078bb3dffa459a8bdadeea diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild new file mode 100644 index 0000000..9b77fd7 --- /dev/null +++ b/www-apps/hiawatha-monitor/hiawatha-monitor-0.6.ebuild @@ -0,0 +1,37 @@ +# 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="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND="www-servers/hiawatha[xsl] + virtual/cron + =dev-lang/php-5*[mysql,xsl] + virtual/mysql" + +S=${WORKDIR}/${MY_P} + +src_install () { + default + + rm 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