summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-14 23:39:29 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-14 23:41:31 +0200
commite9c38cbc6f79c031fe11c9f48699a4b035d4b2fc (patch)
tree657e7b34a3ec28a78db399abbd9c78d23743910f /www-apps/hiawatha-monitor
parentwww-apps/hiawatha-monitor: version bump to 1.2 (diff)
downloadgentoo-e9c38cbc6f79c031fe11c9f48699a4b035d4b2fc.tar.gz
gentoo-e9c38cbc6f79c031fe11c9f48699a4b035d4b2fc.tar.bz2
gentoo-e9c38cbc6f79c031fe11c9f48699a4b035d4b2fc.zip
www-apps/hiawatha-monitor: rm old 0.7-0.8
Diffstat (limited to 'www-apps/hiawatha-monitor')
-rw-r--r--www-apps/hiawatha-monitor/Manifest2
-rw-r--r--www-apps/hiawatha-monitor/hiawatha-monitor-0.7.ebuild32
-rw-r--r--www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/www-apps/hiawatha-monitor/Manifest b/www-apps/hiawatha-monitor/Manifest
index ec970dee523f..30c029321910 100644
--- a/www-apps/hiawatha-monitor/Manifest
+++ b/www-apps/hiawatha-monitor/Manifest
@@ -1,4 +1,2 @@
-DIST monitor-0.7.tar.gz 417398 SHA256 ddd6c80fb6830a7ced3e7621d2ef5f668d25a8901cfa524f80d863df5ebde029 SHA512 e63470b89d9eb0c2caea7910fcfcc36959afa41c825cea7001c050c261b2e05a6834cfe6dcf8a9c5a449767ea4da534b8e2197ae87d5ba8e57db00573e95dfb5 WHIRLPOOL e09f55243db81a0f9c5b047068245f214aa62d94a8cbb26e1718c0f17cdb90632e343e2d1b286d14a7c5cb1a6dd944fd3064a397fdeddcf21e3453aff8bc871d
-DIST monitor-0.8.tar.gz 451788 SHA256 57bf4a9f00ea93bc3d540aae5f8387e0024f77e7e057abac4c0b9023506f72cc SHA512 587c500542bca20d4f665bc519b598a02145df56e56b5edfcab5ca4004350bd9bb5354528b6672b4b7e72f82e5899158b20ceeb4ed77ccf390ef6dd4a415f0e6 WHIRLPOOL 952789ced92b3e9ca119ee368dc86b4e1339574596ce1ae5a790bde5f874b3076ec5a025bbb38a23409ab041f60a964801250c2131aaf831d9e5d4a3ab523199
DIST monitor-1.0.tar.gz 455196 SHA256 33ce03254464fbabe40c22a7614ae89c227bb9abd5f32988d22ba5068ddda3d9 SHA512 02f97c8d11f90256613ca0437ec195f5f47695228ddb0e4615f7acbc06e2c1b60c52253a716f7560b704fa300fe4022cee7824e084c91d93cf1fcb2912012b93 WHIRLPOOL 7343f032de2f0d6c6550b21f2f9af243dd36bfdc24967561ce47bd11d03e07d3a808bf158c50f410cb06709dd852042f7e912b6f3b8e57ab96397125fb505b57
DIST monitor-1.2.tar.gz 624099 SHA256 c951c5322632920f8f5609a5b1f2bc1bf2c8a161cac16d8869e9caebd22f030f SHA512 0dd546537563aac74a5cb2a894e930a675f3ac74723cf35f756cc33b690f4dc6ebe2d3ce8e41134ec906a5ba8db343456c5871b5d43fe9ddde2f257c3d7f94b7 WHIRLPOOL 9df543b8c3b5ca5ce9151c4eac274fd6d291ff0e3e2365887da29f5a846742740093b54e2cbe44f3110dbdd789da0e24ad04b130d3aa7629b63e7c0ccddfcc79
diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-0.7.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-0.7.ebuild
deleted file mode 100644
index 78d663419e52..000000000000
--- a/www-apps/hiawatha-monitor/hiawatha-monitor-0.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 *
-}
diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild b/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild
deleted file mode 100644
index 78d663419e52..000000000000
--- a/www-apps/hiawatha-monitor/hiawatha-monitor-0.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 *
-}