diff options
author | Thomas Sachau <tommy@gentoo.org> | 2009-09-10 19:24:34 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2009-09-10 19:24:34 +0000 |
commit | 16f99d6b70bc6a64617e5551052bfbb232b4d382 (patch) | |
tree | 5ab01f1ebdd428dddedc72132814eafd67992553 | |
parent | dev-python/greenlet: Drop die for epatch (diff) | |
download | sunrise-16f99d6b70bc6a64617e5551052bfbb232b4d382.tar.gz sunrise-16f99d6b70bc6a64617e5551052bfbb232b4d382.tar.bz2 sunrise-16f99d6b70bc6a64617e5551052bfbb232b4d382.zip |
net-analyzer/ icinga: Ebuild is missing Manifest, bug assigned to a dev, which has an ebuild in his overlay (dertobi123) and wants to add it to main tree, dropping icinga because of those points
svn path=/sunrise/; revision=9210
-rw-r--r-- | net-analyzer/icinga/ChangeLog | 20 | ||||
-rw-r--r-- | net-analyzer/icinga/icinga-0.8.3.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/icinga/metadata.xml | 5 |
3 files changed, 0 insertions, 48 deletions
diff --git a/net-analyzer/icinga/ChangeLog b/net-analyzer/icinga/ChangeLog deleted file mode 100644 index 97c391ce0..000000000 --- a/net-analyzer/icinga/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ -# ChangeLog for net-analyzer/icinga -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 05 Sep 2009; Tom Lane [lan3y] <lan3y@live.co.uk> +icinga-0.8.3.ebuild, - +metadata.xml: - New Ebuild for bug 271339, version bump 0.8.3 - - 05 Sep 2009; Tom Lane [lan3y] <lan3y@live.co.uk> +icinga-0.8.3.ebuild, - +metadata.xml: - New Ebuild for bug 271339 - - 05 Sep 2009; Tom Lane [lan3y] <lan3y@live.co.uk> +icinga-0.8.3.ebuild, - +metadata.xml: - New Ebuild for bug 271339 - - 05 Sep 2009; Tom Lane [lan3y] <lan3y@live.co.uk> +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 deleted file mode 100644 index b91f58bd4..000000000 --- a/net-analyzer/icinga/icinga-0.8.3.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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 deleted file mode 100644 index 7e3286984..000000000 --- a/net-analyzer/icinga/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>maintainer-wanted</herd> -</pkgmetadata> |