commit:     a18b2636d37e3fbab5e989348d8122c66e14d2fc
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 21:31:59 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 22:50:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18b2636
www-apps/hiawatha-monitor: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 .../hiawatha-monitor-1.3-r1.ebuild                 | 32 ++++++++++++++++++++++
 www-apps/hiawatha-monitor/metadata.xml             |  1 +
 2 files changed, 33 insertions(+)

diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild 
b/www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild
new file mode 100644
index 0000000..9d7e501
--- /dev/null
+++ b/www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 ~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 *
+}

diff --git a/www-apps/hiawatha-monitor/metadata.xml 
b/www-apps/hiawatha-monitor/metadata.xml
index e11c606..c69fcf3 100644
--- a/www-apps/hiawatha-monitor/metadata.xml
+++ b/www-apps/hiawatha-monitor/metadata.xml
@@ -1,6 +1,7 @@
 <?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>

Reply via email to