diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-12 18:00:27 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-12 18:00:27 +0000 |
commit | a56a86980a2527f47a9e90eb7dee6b9a45fbfd96 (patch) | |
tree | e0da106f7aee385f4efee12db2b9d049b1b0b171 /dev-perl/Nagios-Plugin | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-a56a86980a2527f47a9e90eb7dee6b9a45fbfd96.tar.gz gentoo-2-a56a86980a2527f47a9e90eb7dee6b9a45fbfd96.tar.bz2 gentoo-2-a56a86980a2527f47a9e90eb7dee6b9a45fbfd96.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Nagios-Plugin')
-rw-r--r-- | dev-perl/Nagios-Plugin/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-perl/Nagios-Plugin/ChangeLog b/dev-perl/Nagios-Plugin/ChangeLog index d9feb888b699..519654b26968 100644 --- a/dev-perl/Nagios-Plugin/ChangeLog +++ b/dev-perl/Nagios-Plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Nagios-Plugin -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.5 2010/04/17 11:04:57 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.6 2011/01/12 18:00:26 tove Exp $ + +*Nagios-Plugin-0.350 (12 Jan 2011) + + 12 Jan 2011; Torsten Veller <tove@gentoo.org> +Nagios-Plugin-0.350.ebuild: + Version bump *Nagios-Plugin-0.34 (17 Apr 2010) diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.ebuild new file mode 100644 index 000000000000..2c0200bbc8d3 --- /dev/null +++ b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.ebuild @@ -0,0 +1,23 @@ +# 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.ebuild,v 1.1 2011/01/12 18:00:27 tove Exp $ + +EAPI=3 + +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 ~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" |