summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-12-25 11:19:33 +0000
committerTorsten Veller <tove@gentoo.org>2011-12-25 11:19:33 +0000
commitdcee6e35e688b7ef92119bfedae5668a9def32bf (patch)
tree889217d9d2c248a7ce073a94629b3ee4beb79d55 /dev-perl/Nagios-Plugin
parentBump for #393603 (diff)
downloadgentoo-2-dcee6e35e688b7ef92119bfedae5668a9def32bf.tar.gz
gentoo-2-dcee6e35e688b7ef92119bfedae5668a9def32bf.tar.bz2
gentoo-2-dcee6e35e688b7ef92119bfedae5668a9def32bf.zip
[bump] dev-perl/Nagios-Plugin-0.360.0
(Portage version: 2.2.0_alpha82/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Nagios-Plugin')
-rw-r--r--dev-perl/Nagios-Plugin/ChangeLog7
-rw-r--r--dev-perl/Nagios-Plugin/Nagios-Plugin-0.360.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Nagios-Plugin/ChangeLog b/dev-perl/Nagios-Plugin/ChangeLog
index afccc3a200fc..5b59acacd446 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.10 2011/11/30 16:02:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.11 2011/12/25 11:19:33 tove Exp $
+
+*Nagios-Plugin-0.360.0 (25 Dec 2011)
+
+ 25 Dec 2011; Torsten Veller <tove@gentoo.org> +Nagios-Plugin-0.360.0.ebuild:
+ Version bump
30 Nov 2011; Jeroen Roovers <jer@gentoo.org> Nagios-Plugin-0.350.0.ebuild:
Marked ~hppa (Dakon).
diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.360.0.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.360.0.ebuild
new file mode 100644
index 000000000000..7419c6c09d6d
--- /dev/null
+++ b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.360.0.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.360.0.ebuild,v 1.1 2011/12/25 11:19:33 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=TONVOON
+MODULE_VERSION=0.36
+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"