From 862b667e523e0c794ddd432160a4a13250da0696 Mon Sep 17 00:00:00 2001 From: "Tom Lane [lan3y]" Date: Sat, 5 Sep 2009 13:44:21 +0000 Subject: net-analyzer/icinga: New Ebuild for bug 271339, version bump 0.8.3 svn path=/sunrise/; revision=9177 --- net-analyzer/icinga/ChangeLog | 20 ++++++++++++++++++++ net-analyzer/icinga/icinga-0.8.3.ebuild | 23 +++++++++++++++++++++++ net-analyzer/icinga/metadata.xml | 5 +++++ 3 files changed, 48 insertions(+) create mode 100644 net-analyzer/icinga/ChangeLog create mode 100644 net-analyzer/icinga/icinga-0.8.3.ebuild create mode 100644 net-analyzer/icinga/metadata.xml diff --git a/net-analyzer/icinga/ChangeLog b/net-analyzer/icinga/ChangeLog new file mode 100644 index 000000000..97c391ce0 --- /dev/null +++ b/net-analyzer/icinga/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for net-analyzer/icinga +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 05 Sep 2009; Tom Lane [lan3y] +icinga-0.8.3.ebuild, + +metadata.xml: + New Ebuild for bug 271339, version bump 0.8.3 + + 05 Sep 2009; Tom Lane [lan3y] +icinga-0.8.3.ebuild, + +metadata.xml: + New Ebuild for bug 271339 + + 05 Sep 2009; Tom Lane [lan3y] +icinga-0.8.3.ebuild, + +metadata.xml: + New Ebuild for bug 271339 + + 05 Sep 2009; Tom Lane [lan3y] +icinga-0.8.3.ebuild, + +metadata.xml: + New Ebuild for bug 271339 + diff --git a/net-analyzer/icinga/icinga-0.8.3.ebuild b/net-analyzer/icinga/icinga-0.8.3.ebuild new file mode 100644 index 000000000..b91f58bd4 --- /dev/null +++ b/net-analyzer/icinga/icinga-0.8.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="A monitoring system based on Nagios" +HOMEPAGE="http://sourceforge.net/projects/icinga/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +src_compile() { + econf --with-posix-regex + emake 'all' || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install 'all' || die "install failed" + + dodoc README THANKS AUTHORS || die "dodoc failed" +} \ No newline at end of file diff --git a/net-analyzer/icinga/metadata.xml b/net-analyzer/icinga/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/net-analyzer/icinga/metadata.xml @@ -0,0 +1,5 @@ + + + +maintainer-wanted + -- cgit v1.2.3-65-gdbad