diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-18 10:36:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-18 10:36:49 +0000 |
commit | cd0df78b84962491d84fc543c593dc8c9082eaac (patch) | |
tree | 5063cc5614d9c2cc36e532dbe66a9a70afb035d0 /net-analyzer/pnp4nagios | |
parent | Stable for amd64, wrt bug #421711 (diff) | |
download | gentoo-2-cd0df78b84962491d84fc543c593dc8c9082eaac.tar.gz gentoo-2-cd0df78b84962491d84fc543c593dc8c9082eaac.tar.bz2 gentoo-2-cd0df78b84962491d84fc543c593dc8c9082eaac.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/pnp4nagios')
-rw-r--r-- | net-analyzer/pnp4nagios/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/pnp4nagios/pnp4nagios-0.6.11.ebuild | 66 | ||||
-rw-r--r-- | net-analyzer/pnp4nagios/pnp4nagios-0.6.7.ebuild | 66 |
3 files changed, 5 insertions, 133 deletions
diff --git a/net-analyzer/pnp4nagios/ChangeLog b/net-analyzer/pnp4nagios/ChangeLog index 4e141967a378..4dc890ff55e1 100644 --- a/net-analyzer/pnp4nagios/ChangeLog +++ b/net-analyzer/pnp4nagios/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/pnp4nagios # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.40 2012/06/18 10:32:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.41 2012/06/18 10:36:49 ago Exp $ + + 18 Jun 2012; Agostino Sarubbo <ago@gentoo.org> -pnp4nagios-0.6.11.ebuild, + -pnp4nagios-0.6.7.ebuild: + Remove old 18 Jun 2012; Agostino Sarubbo <ago@gentoo.org> pnp4nagios-0.6.14.ebuild: Stable for amd64, wrt bug #400425 diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.11.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.11.ebuild deleted file mode 100644 index 1414e626bc77..000000000000 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.11.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.6.11.ebuild,v 1.2 2011/11/03 16:31:44 jlec Exp $ - -EAPI="2" - -inherit depend.apache eutils - -DESCRIPTION="A performance data analyzer for nagios" -HOMEPAGE="http://www.pnp4nagios.org" - -SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" - -DEPEND="dev-lang/php[json,simplexml,zlib,xml,filter] - || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) - || ( >=dev-lang/php-4.3[gd-external] >=dev-lang/php-4.3[gd] ) - >=net-analyzer/rrdtool-1.2 - net-analyzer/nagios-core" -RDEPEND="${DEPEND} - virtual/perl-Getopt-Long - virtual/perl-Time-HiRes - media-fonts/dejavu - apache2? ( www-servers/apache[apache2_modules_rewrite] )" - -want_apache2 - -pkg_setup() { - depend.apache_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.6.7-makefile.patch -} - -src_configure() { - econf \ - --sysconfdir=/etc/pnp \ - --datarootdir=/usr/share/pnp \ - --with-perfdata-dir=/var/nagios/perfdata \ - --with-perfdata-spool-dir=/var/spool/pnp -} - -src_compile() { - emake all || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install-unstripped install-config || die "emake install failed" - doinitd "${FILESDIR}/npcd" - rm "${D}/usr/share/pnp/install.php" - - if use apache2 ; then - insinto "${APACHE_MODULES_CONFDIR}" - doins "${FILESDIR}"/98_pnp4nagios.conf - fi -} - -pkg_postinst() { - elog "Please make sure to enable URL rewriting in Apache or any other" - elog "webserver you're using, to get pnp4nagios running!" -} diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.7.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.7.ebuild deleted file mode 100644 index 6a3771519219..000000000000 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.7.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.6.7.ebuild,v 1.6 2011/11/03 16:31:44 jlec Exp $ - -EAPI="2" - -inherit depend.apache eutils - -DESCRIPTION="A performance data analyzer for nagios" -HOMEPAGE="http://www.pnp4nagios.org" - -SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ppc ppc64 ~sparc x86" - -DEPEND="dev-lang/php[json,simplexml,zlib,xml,filter] - || ( <dev-lang/php-5.3[pcre,reflection,spl] >=dev-lang/php-5.3 ) - || ( >=dev-lang/php-4.3[gd-external] >=dev-lang/php-4.3[gd] ) - >=net-analyzer/rrdtool-1.2 - net-analyzer/nagios-core" -RDEPEND="${DEPEND} - virtual/perl-Getopt-Long - virtual/perl-Time-HiRes - media-fonts/dejavu - apache2? ( www-servers/apache[apache2_modules_rewrite] )" - -want_apache2 - -pkg_setup() { - depend.apache_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch -} - -src_configure() { - econf \ - --sysconfdir=/etc/pnp \ - --datarootdir=/usr/share/pnp \ - --with-perfdata-dir=/var/nagios/perfdata \ - --with-perfdata-spool-dir=/var/spool/pnp -} - -src_compile() { - emake all || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install-unstripped install-config || die "emake install failed" - doinitd "${FILESDIR}/npcd" - rm "${D}/usr/share/pnp/install.php" - - if use apache2 ; then - insinto "${APACHE_MODULES_CONFDIR}" - doins "${FILESDIR}"/98_pnp4nagios.conf - fi -} - -pkg_postinst() { - elog "Please make sure to enable URL rewriting in Apache or any other" - elog "webserver you're using, to get pnp4nagios running!" -} |