www-apps/hiawatha-monitor: bump to EAPI 6, add maintainer-needed
authorAustin English <wizardedit@gentoo.org>
Thu, 7 Jul 2016 21:31:59 +0000 (16:31 -0500)
committerAustin English <wizardedit@gentoo.org>
Thu, 7 Jul 2016 22:50:45 +0000 (17:50 -0500)
Package-Manager: portage-2.2.28

www-apps/hiawatha-monitor/hiawatha-monitor-1.3-r1.ebuild [new file with mode: 0644]
www-apps/hiawatha-monitor/metadata.xml

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 (file)
index 0000000..9d7e501
--- /dev/null
@@ -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 *
+}
index e11c606bf6aca3325d81331e79d81e59eae566e4..c69fcf398c8286d490d458aceea54297ca998a7d 100644 (file)
@@ -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>