From 8570f4a1c6139ff70c166c02767e85e0ef2d81ba Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Sat, 26 Jul 2008 13:01:52 +0000 Subject: Add revision to build from current svn svn path=/; revision=46 --- net-analyzer/pnp4nagios/Manifest | 3 +- net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild | 41 ------------------------ net-analyzer/pnp4nagios/pnp4nagios-9999.ebuild | 37 +++++++++++++++++++++ 3 files changed, 38 insertions(+), 43 deletions(-) delete mode 100644 net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild create mode 100644 net-analyzer/pnp4nagios/pnp4nagios-9999.ebuild diff --git a/net-analyzer/pnp4nagios/Manifest b/net-analyzer/pnp4nagios/Manifest index e2dc46e..0bdd499 100644 --- a/net-analyzer/pnp4nagios/Manifest +++ b/net-analyzer/pnp4nagios/Manifest @@ -1,2 +1 @@ -DIST pnp-0.4.10.tar.gz 301021 RMD160 c9cc75d30f59415a669453a06277197eef622d2e SHA1 6a9ef1d4b551c30dd59570f9fb8088c140547a42 SHA256 35392c83fc9468eba38187e17b773090dff923f7b74c86c3c11e2574b99c214d -EBUILD pnp4nagios-0.4.10.ebuild 881 RMD160 a87b05a7c7922ebba2a564fd2e0820f8ec481867 SHA1 ddaa19e02d5c96fd05003a10cd88c810e8db64ce SHA256 53ebf52e8d62c08c7cf0893d9f308ac26ea19d31a3646212f5553fc91863485f +EBUILD pnp4nagios-9999.ebuild 887 RMD160 4466458632c7e6c7d5654bdb3b467022b5f15713 SHA1 5213b05e13f1958109ee8889a9e6dcb247ef9c38 SHA256 ba2058a7c4b8d76981ebd3c101b9517a7413f92b37ef5084660a305d66e49ee7 diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild deleted file mode 100644 index 153cecc..0000000 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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-9999.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-9999.ebuild new file mode 100644 index 0000000..160223d --- /dev/null +++ b/net-analyzer/pnp4nagios/pnp4nagios-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit confutils subversion + +DESCRIPTION="A performance data analyzer for nagios" +HOMEPAGE="http://www.pnp4nagios.org" +SRC_URI="" +ESVN_REPO_URI="https://pnp4nagios.svn.sourceforge.net/svnroot/${PN}/trunk" + +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}" + +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