diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-17 11:04:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-17 11:04:57 +0000 |
commit | 118851ccaa6553dbf5bff833bfed8a80861a6efd (patch) | |
tree | 98d6e4367f18a82f341f3d8d943d85f9794d9a7b /dev-perl/Nagios-Plugin | |
parent | Version bump to latest in 6.12.x series. With kind permission from scarabeus. (diff) | |
download | historical-118851ccaa6553dbf5bff833bfed8a80861a6efd.tar.gz historical-118851ccaa6553dbf5bff833bfed8a80861a6efd.tar.bz2 historical-118851ccaa6553dbf5bff833bfed8a80861a6efd.zip |
Version bump
Package-Manager: portage-2.2_rc67/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.34.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Nagios-Plugin/ChangeLog b/dev-perl/Nagios-Plugin/ChangeLog index f32feca5a52e..d9feb888b699 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.4 2009/09/07 08:45:32 tove Exp $ +# 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 $ + +*Nagios-Plugin-0.34 (17 Apr 2010) + + 17 Apr 2010; Torsten Veller <tove@gentoo.org> +Nagios-Plugin-0.34.ebuild: + Version bump 07 Sep 2009; Torsten Veller <tove@gentoo.org> -Nagios-Plugin-0.31.ebuild, -Nagios-Plugin-0.32.ebuild: diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.34.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.34.ebuild new file mode 100644 index 000000000000..6de26c3cd31d --- /dev/null +++ b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.34.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.34.ebuild,v 1.1 2010/04/17 11:04:57 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" |