summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-29 17:33:15 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-29 17:33:15 +0000
commit5e0d370d9cda197e484f4ffb89bbfc296a03e7db (patch)
tree055a1747465a9cec814747bd74215f34743c2ffa /dev-perl/Nagios-Plugin
parentChange version scheme (diff)
downloadgentoo-2-5e0d370d9cda197e484f4ffb89bbfc296a03e7db.tar.gz
gentoo-2-5e0d370d9cda197e484f4ffb89bbfc296a03e7db.tar.bz2
gentoo-2-5e0d370d9cda197e484f4ffb89bbfc296a03e7db.zip
Change version scheme
(Portage version: 2.2.0_alpha51/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.350.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Nagios-Plugin/ChangeLog b/dev-perl/Nagios-Plugin/ChangeLog
index d50f3f8eae8a..3934b81499bd 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.7 2011/07/29 17:41:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nagios-Plugin/ChangeLog,v 1.8 2011/08/29 17:33:15 tove Exp $
+
+*Nagios-Plugin-0.350.0 (29 Aug 2011)
+
+ 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Nagios-Plugin-0.350.0.ebuild:
+ Change version scheme
29 Jul 2011; Torsten Veller <tove@gentoo.org> -Nagios-Plugin-0.33.ebuild,
-Nagios-Plugin-0.34.ebuild:
diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.0.ebuild
new file mode 100644
index 000000000000..09abb377284e
--- /dev/null
+++ b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.350.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.350.0.ebuild,v 1.1 2011/08/29 17:33:15 tove 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 ~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"