diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-02-15 20:33:22 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-02-15 20:33:22 +0000 |
commit | 9e8d3d6e776d7797b77fad4e473b885e16c7521d (patch) | |
tree | fce8cd041edc329fd234bcdc8f32388e7c94732f /dev-perl/Nagios-Plugin | |
parent | Adding gcc-4.3 patch per bug 251440. Thanks to Gene Seto <geneseto@hotmail.co... (diff) | |
download | gentoo-2-9e8d3d6e776d7797b77fad4e473b885e16c7521d.tar.gz gentoo-2-9e8d3d6e776d7797b77fad4e473b885e16c7521d.tar.bz2 gentoo-2-9e8d3d6e776d7797b77fad4e473b885e16c7521d.zip |
Initial Import, based on an ebuild by Christian Kauhaus (#257580)
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Nagios-Plugin')
-rw-r--r-- | dev-perl/Nagios-Plugin/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Nagios-Plugin/metadata.xml | 9 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-perl/Nagios-Plugin/ChangeLog b/dev-perl/Nagios-Plugin/ChangeLog new file mode 100644 index 000000000000..5142e4fd8e6c --- /dev/null +++ b/dev-perl/Nagios-Plugin/ChangeLog @@ -0,0 +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.1 2009/02/15 20:33:22 dertobi123 Exp $ + +*Nagios-Plugin-0.31 (15 Feb 2009) + + 15 Feb 2009; Tobias Scherbaum <dertobi123@gentoo.org> +metadata.xml, + +Nagios-Plugin-0.31.ebuild: + Initial Import, based on an ebuild by Christian Kauhaus (#257580) + diff --git a/dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild new file mode 100644 index 000000000000..d22b23fa1e50 --- /dev/null +++ b/dev-perl/Nagios-Plugin/Nagios-Plugin-0.31.ebuild @@ -0,0 +1,21 @@ +# 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/metadata.xml b/dev-perl/Nagios-Plugin/metadata.xml new file mode 100644 index 000000000000..758f0b8ee2e9 --- /dev/null +++ b/dev-perl/Nagios-Plugin/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>dertobi123@gentoo.org</email> + <name>Tobias Scherbaum</name> +</maintainer> +</pkgmetadata> |