From 3279dc8f22bcd40d889d92eaaaf990765d33b705 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Tue, 24 Jun 2008 18:24:17 +0000 Subject: ... and bump to 0.4.10 svn path=/; revision=44 --- net-analyzer/pnp4nagios/Manifest | 4 +-- net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild | 41 ++++++++++++++++++++++++ net-analyzer/pnp4nagios/pnp4nagios-0.4.9.ebuild | 41 ------------------------ 3 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild delete mode 100644 net-analyzer/pnp4nagios/pnp4nagios-0.4.9.ebuild diff --git a/net-analyzer/pnp4nagios/Manifest b/net-analyzer/pnp4nagios/Manifest index 723e770..2dc8a3d 100644 --- a/net-analyzer/pnp4nagios/Manifest +++ b/net-analyzer/pnp4nagios/Manifest @@ -1,2 +1,2 @@ -DIST pnp-0.4.9.tar.gz 300855 RMD160 1cc87b4a827bd95644a2a5f1b8f958c3a7fd9a6f SHA1 59a8cabd371ebb72eca168517b9bf732eb8f2206 SHA256 a102ec1f0b37cb6547548839c1588c9bf50cfae61ac2f5a3c8d0313e70622657 -EBUILD pnp4nagios-0.4.9.ebuild 989 RMD160 1bdb4441a2880ba79635c12d31bd59eab64af467 SHA1 46e0324451a5dae7bb162e9a87fdc2ff038b749f SHA256 14d6edb28339fd80e1da5e47f7fc01aafc980c32b3f014fadfdc3539f18c9f5d +DIST pnp-0.4.10.tar.gz 301021 RMD160 c9cc75d30f59415a669453a06277197eef622d2e SHA1 6a9ef1d4b551c30dd59570f9fb8088c140547a42 SHA256 35392c83fc9468eba38187e17b773090dff923f7b74c86c3c11e2574b99c214d +EBUILD pnp4nagios-0.4.10.ebuild 989 RMD160 1bdb4441a2880ba79635c12d31bd59eab64af467 SHA1 46e0324451a5dae7bb162e9a87fdc2ff038b749f SHA256 14d6edb28339fd80e1da5e47f7fc01aafc980c32b3f014fadfdc3539f18c9f5d diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild new file mode 100644 index 0000000..153cecc --- /dev/null +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit confutils + +MY_P=pnp-${PV} + +DESCRIPTION="A performance data analyzer for nagios" +HOMEPAGE="http://www.pnp4nagios.org" + +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~x86 ~amd64 ~ppc" + +DEPEND=">=dev-lang/php-4.3 + >=net-analyzer/rrdtool-1.2 + net-analyzer/nagios-core" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + confutils_require_built_with_all dev-lang/php gd pcre xml zlib +} + +src_compile() { + econf \ + --sysconfdir=/etc/pnp \ + --datarootdir=/usr/share/pnp \ + --with-perfdata-dir=/var/nagios/perfdata \ + --with-perfdata-spool-dir=/var/spool/pnp || die "econf failed" + emake all || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" fullinstall || die "emake install failed" +} diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.4.9.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.4.9.ebuild deleted file mode 100644 index 29476e8..0000000 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.4.9.ebuild +++ /dev/null @@ -1,41 +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/pnp4nagios/pnp4nagios-0.4.7.ebuild,v 1.1 2008/04/12 18:42:37 caleb Exp $ - -inherit confutils - -MY_P=pnp-${PV} - -DESCRIPTION="A performance data analyzer for nagios" -HOMEPAGE="http://www.pnp4nagios.org" - -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~x86 ~amd64 ~ppc" - -DEPEND=">=dev-lang/php-4.3 - >=net-analyzer/rrdtool-1.2 - net-analyzer/nagios-core" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - confutils_require_built_with_all dev-lang/php gd pcre xml zlib -} - -src_compile() { - econf \ - --sysconfdir=/etc/pnp \ - --datarootdir=/usr/share/pnp \ - --with-perfdata-dir=/var/nagios/perfdata \ - --with-perfdata-spool-dir=/var/spool/pnp || die "econf failed" - emake all || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" fullinstall || die "emake install failed" -} -- cgit v1.2.3-65-gdbad