commit:     9890d25db6c0cbfd4ad17637fed4b1aee298feae
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 17:53:48 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 17:53:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9890d25d

www-apps/hiawatha-monitor: remove unused versions 1.0, 1.2, and 1.3.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/hiawatha-monitor/Manifest                 |  2 --
 .../hiawatha-monitor/hiawatha-monitor-1.0.ebuild   | 31 ----------------------
 .../hiawatha-monitor/hiawatha-monitor-1.2.ebuild   | 31 ----------------------
 .../hiawatha-monitor/hiawatha-monitor-1.3.ebuild   | 31 ----------------------
 4 files changed, 95 deletions(-)

diff --git a/www-apps/hiawatha-monitor/Manifest 
b/www-apps/hiawatha-monitor/Manifest
index a3c3d74f9cd..e28e5389790 100644
--- a/www-apps/hiawatha-monitor/Manifest
+++ b/www-apps/hiawatha-monitor/Manifest
@@ -1,3 +1 @@
-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
 DIST monitor-1.3.tar.gz 588836 SHA256 
31c580f476f516b9de54d7fa6c57f0f7b4f58268c68a41a823c5a00129d8cdda SHA512 
480ef2d2216a47a7b5758e2ceb089233b5f5b3174460a2b7b43f006c76ce9e12a592574d23b6661b7a5408333a40d6867eee3417ea4aa1a9a0c82772114a21b1
 WHIRLPOOL 
b516e271141e245b5a6875f3fa706b83547211371544246ba275d6c045708454dd519acc111873ca3bb7efb267013b715515923e75b7e76002dbeff75f27ab58

diff --git a/www-apps/hiawatha-monitor/hiawatha-monitor-1.0.ebuild 
b/www-apps/hiawatha-monitor/hiawatha-monitor-1.0.ebuild
deleted file mode 100644
index 75f8299735e..00000000000
--- a/www-apps/hiawatha-monitor/hiawatha-monitor-1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-1.2.ebuild 
b/www-apps/hiawatha-monitor/hiawatha-monitor-1.2.ebuild
deleted file mode 100644
index 75f8299735e..00000000000
--- a/www-apps/hiawatha-monitor/hiawatha-monitor-1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-1.3.ebuild 
b/www-apps/hiawatha-monitor/hiawatha-monitor-1.3.ebuild
deleted file mode 100644
index 2c7c3b7584c..00000000000
--- a/www-apps/hiawatha-monitor/hiawatha-monitor-1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 *
-}

Reply via email to