summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-21 19:00:59 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-21 19:00:59 +0000
commit714fbc95ed83b630f5a84326e419c2162c984441 (patch)
treea8213cf348fc3e2963009895913003902309b076 /dev-perl/Nagios-Plugin
parentCleanup (diff)
downloadgentoo-2-714fbc95ed83b630f5a84326e419c2162c984441.tar.gz
gentoo-2-714fbc95ed83b630f5a84326e419c2162c984441.tar.bz2
gentoo-2-714fbc95ed83b630f5a84326e419c2162c984441.zip
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Nagios-Plugin')
-rw-r--r--dev-perl/Nagios-Plugin/ChangeLog5
-rw-r--r--dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/dev-perl/Nagios-Plugin/ChangeLog b/dev-perl/Nagios-Plugin/ChangeLog
index 223cc3243025..713ff1a2b44d 100644
--- a/dev-perl/Nagios-Plugin/ChangeLog
+++ b/dev-perl/Nagios-Plugin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Nagios-Plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.12 2012/02/09 10:31:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.13 2012/04/21 19:00:59 tove Exp $
+
+ 21 Apr 2012; Torsten Veller <tove@gentoo.org> -Nagios-Plugin-0.350.0.ebuild:
+ Cleanup
09 Feb 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #85926
diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild
deleted file mode 100644
index 54bd6f6ad165..000000000000
--- a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild,v 1.2 2011/11/30 16:02:08 jer Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=TONVOON
-MODULE_VERSION=0.35
-inherit perl-module
-
-DESCRIPTION="A family of perl modules to streamline writing Nagios plugins"
-
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE=""
-
-DEPEND="dev-perl/Class-Accessor
- dev-perl/Config-Tiny
- dev-perl/Params-Validate
- dev-perl/Math-Calc-Units"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"