diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-10-17 20:17:28 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-10-17 20:17:28 +0000 |
commit | c83c93d49f56a7e36f8d1f4128ad3ec129d098cf (patch) | |
tree | 8525446abd6105f3e21f35d56dbf0fdd20e39d54 /www-apps/hiawatha-monitor | |
parent | remove old (diff) | |
download | gentoo-2-c83c93d49f56a7e36f8d1f4128ad3ec129d098cf.tar.gz gentoo-2-c83c93d49f56a7e36f8d1f4128ad3ec129d098cf.tar.bz2 gentoo-2-c83c93d49f56a7e36f8d1f4128ad3ec129d098cf.zip |
version bump
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'www-apps/hiawatha-monitor')
-rw-r--r-- | www-apps/hiawatha-monitor/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/hiawatha-monitor/hiawatha-monitor-1.0.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/www-apps/hiawatha-monitor/ChangeLog b/www-apps/hiawatha-monitor/ChangeLog index c0a49b24882a..6af56d7b0a4e 100644 --- a/www-apps/hiawatha-monitor/ChangeLog +++ b/www-apps/hiawatha-monitor/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2014/06/21 10:23:59 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/hiawatha-monitor/ChangeLog,v 1.3 2014/10/17 20:17:28 hasufell Exp $ + +*hiawatha-monitor-1.0 (17 Oct 2014) + + 17 Oct 2014; Julian Ospald <hasufell@gentoo.org> +hiawatha-monitor-1.0.ebuild: + version bump *hiawatha-monitor-0.8 (21 Jun 2014) diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-1.0.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-1.0.ebuild new file mode 100644 index 000000000000..9ff7fbfbcbae --- /dev/null +++ b/www-apps/hiawatha-monitor/hiawatha-monitor-1.0.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-1.0.ebuild,v 1.1 2014/10/17 20:17:28 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 * +} |