diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-07 08:45:32 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-07 08:45:32 +0000 |
commit | 717ce436250c00c24b6f91c8548b0b9da0881d23 (patch) | |
tree | aa794375799e7b0d84baf64591758480d254a40a /dev-perl/Nagios-Plugin | |
parent | Cleanup (diff) | |
download | gentoo-2-717ce436250c00c24b6f91c8548b0b9da0881d23.tar.gz gentoo-2-717ce436250c00c24b6f91c8548b0b9da0881d23.tar.bz2 gentoo-2-717ce436250c00c24b6f91c8548b0b9da0881d23.zip |
Cleanup
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Nagios-Plugin')
-rw-r--r-- | dev-perl/Nagios-Plugin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Nagios-Plugin/Nagios-Plugin-0.32.ebuild | 22 |
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-perl/Nagios-Plugin/ChangeLog b/dev-perl/Nagios-Plugin/ChangeLog index 994013621f49..f32feca5a52e 100644 --- a/dev-perl/Nagios-Plugin/ChangeLog +++ b/dev-perl/Nagios-Plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Nagios-Plugin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.3 2009/06/07 13:47:13 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.4 2009/09/07 08:45:32 tove Exp $ + + 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Nagios-Plugin-0.31.ebuild, + -Nagios-Plugin-0.32.ebuild: + Cleanup *Nagios-Plugin-0.33 (07 Jun 2009) diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild deleted file mode 100644 index d22b23fa1e50..000000000000 --- a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 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.31.ebuild,v 1.1 2009/02/15 20:33:22 dertobi123 Exp $ - -MODULE_AUTHOR="TONVOON" -inherit perl-module - -DESCRIPTION="A family of perl modules to streamline writing Nagios plugins" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl - dev-perl/Class-Accessor - dev-perl/Config-Tiny - dev-perl/Params-Validate - dev-perl/Math-Calc-Units" -RDEPEND="${DEPEND}" diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.32.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.32.ebuild deleted file mode 100644 index 0540b53ec4dd..000000000000 --- a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.32.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 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.32.ebuild,v 1.1 2009/03/08 19:03:47 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="TONVOON" -inherit perl-module - -DESCRIPTION="A family of perl modules to streamline writing Nagios plugins" - -SLOT="0" -KEYWORDS="~amd64 ~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" |