summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-04-27 18:12:03 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-04-27 18:12:03 +0000
commit7a7e54ebf9da49cf0b733ace819d08ab4f8ed555 (patch)
tree358d14198beb9280b62bbd820d81a8028c4bf54d /net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild
parentNagios-3 mask (diff)
downloadgentoo-2-7a7e54ebf9da49cf0b733ace819d08ab4f8ed555.tar.gz
gentoo-2-7a7e54ebf9da49cf0b733ace819d08ab4f8ed555.tar.bz2
gentoo-2-7a7e54ebf9da49cf0b733ace819d08ab4f8ed555.zip
bump for nagios-3
(Portage version: 2.1.5_rc6)
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, 36 insertions, 0 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
new file mode 100644
index 000000000000..561f4f3e8465
--- /dev/null
+++ b/net-analyzer/nagios-imagepack/nagios-imagepack-1.0-r100.ebuild
@@ -0,0 +1,36 @@
+# 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-r100.ebuild,v 1.1 2008/04/27 18:12:03 dertobi123 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/*
+}