summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-06-21 10:23:59 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-06-21 10:23:59 +0000
commit40a7526d1f7e7979b90372acb30d9a1cd7fba264 (patch)
treee24324ca912cd68b19b40b9596f4328fcb1fcfb5 /www-apps
parentFix building with eg. LINGUAS="es" because the release tarball doesn't have p... (diff)
downloadgentoo-2-40a7526d1f7e7979b90372acb30d9a1cd7fba264.tar.gz
gentoo-2-40a7526d1f7e7979b90372acb30d9a1cd7fba264.tar.bz2
gentoo-2-40a7526d1f7e7979b90372acb30d9a1cd7fba264.zip
version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/hiawatha-monitor/ChangeLog8
-rw-r--r--www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild32
2 files changed, 38 insertions, 2 deletions
diff --git a/www-apps/hiawatha-monitor/ChangeLog b/www-apps/hiawatha-monitor/ChangeLog
index 7f07d794227b..c0a49b24882a 100644
--- a/www-apps/hiawatha-monitor/ChangeLog
+++ b/www-apps/hiawatha-monitor/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for www-apps/hiawatha-monitor
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/ChangeLog,v 1.1 2014/05/22 13:19:28 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/ChangeLog,v 1.2 2014/06/21 10:23:59 hasufell Exp $
+
+*hiawatha-monitor-0.8 (21 Jun 2014)
+
+ 21 Jun 2014; Julian Ospald <hasufell@gentoo.org> +hiawatha-monitor-0.8.ebuild:
+ version bump
*hiawatha-monitor-0.7 (22 May 2014)
22 May 2014; Julian Ospald <hasufell@gentoo.org>
+hiawatha-monitor-0.7.ebuild, +metadata.xml:
initial import wrt #466588
-
diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild
new file mode 100644
index 000000000000..0b2f23286901
--- /dev/null
+++ b/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild,v 1.1 2014/06/21 10:23:59 hasufell Exp $
+
+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 ~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 *
+}