summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild')
-rw-r--r--net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild b/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild
deleted file mode 100644
index e986eed..0000000
--- a/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r1.ebuild,v 1.5 2008/01/21 20:27:00 armin76 Exp $
-
-DESCRIPTION="Nagios imagepacks - Icons and pictures for Nagios"
-HOMEPAGE="http://www.nagios.org"
-IMAGE_URI="mirror://sourceforge/nagios/"
-SRC_URI="
- ${IMAGE_URI}/imagepak-andrade.tar.gz
- ${IMAGE_URI}/imagepak-base.tar.gz
- ${IMAGE_URI}/imagepak-bernhard.tar.gz
- ${IMAGE_URI}/imagepak-didier.tar.gz
- ${IMAGE_URI}/imagepak-remus.tar.gz
- ${IMAGE_URI}/imagepak-satrapa.tar.gz
- ${IMAGE_URI}/imagepak-werschler.tar.gz
- http://dev.gentoo.org/~eldad/distfiles/imagepak-gentoo.tar.bz2
-"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE=""
-
-src_unpack() {
- mkdir ${S} && cd ${S}
- unpack ${A}
-}
-
-src_install () {
- # nagios-core installs nagios.gd2
- rm base/nagios.gd2
-
- insinto /usr/share/nagios/htdocs/images/logos
- doins base/* didier/* imagepak-andrade/* imagepak-bernhard/* remus/* satrapa/* werschler/* gentoo/*
-}