summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2012-12-17 09:31:34 +0000
committerBenedikt Boehm <hollow@gentoo.org>2012-12-17 09:31:34 +0000
commit803c05236e7aed68ca4064dabd5a0d39ccce98cc (patch)
tree515103ea73a3ac3b4daa9f9b8905f2c8e666673e /dev-ruby
parentRevision bump: EAPI 5, fix incorrect clock script name wrt bug #406065, drop ... (diff)
downloadgentoo-2-803c05236e7aed68ca4064dabd5a0d39ccce98cc.tar.gz
gentoo-2-803c05236e7aed68ca4064dabd5a0d39ccce98cc.tar.bz2
gentoo-2-803c05236e7aed68ca4064dabd5a0d39ccce98cc.zip
add dev-ruby/nagios
(Portage version: 2.2.0_alpha147/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/nagios/ChangeLog10
-rw-r--r--dev-ruby/nagios/metadata.xml8
-rw-r--r--dev-ruby/nagios/nagios-0.0.3.ebuild21
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/nagios/ChangeLog b/dev-ruby/nagios/ChangeLog
new file mode 100644
index 000000000000..319bca57bb7b
--- /dev/null
+++ b/dev-ruby/nagios/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/nagios
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nagios/ChangeLog,v 1.1 2012/12/17 09:31:34 hollow Exp $
+
+*nagios-0.0.3 (17 Dec 2012)
+
+ 17 Dec 2012; Benedikt Böhm <hollow@gentoo.org> +nagios-0.0.3.ebuild,
+ +metadata.xml:
+ add dev-ruby/nagios
+
diff --git a/dev-ruby/nagios/metadata.xml b/dev-ruby/nagios/metadata.xml
new file mode 100644
index 000000000000..443a97a31b66
--- /dev/null
+++ b/dev-ruby/nagios/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>hollow@gentoo.org</email>
+ <name>Benedikt Böhm</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-ruby/nagios/nagios-0.0.3.ebuild b/dev-ruby/nagios/nagios-0.0.3.ebuild
new file mode 100644
index 000000000000..deeb9f80a460
--- /dev/null
+++ b/dev-ruby/nagios/nagios-0.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nagios/nagios-0.0.3.ebuild,v 1.1 2012/12/17 09:31:34 hollow Exp $
+
+EAPI="4"
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Nagios-rb is a compact framework for writing Nagios plugins"
+HOMEPAGE="https://github.com/jcsalterego/nagios-rb"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""