Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/pnp4nagios: ChangeLog pnp4nagios-0.4.10.ebuild
Date: Fri, 27 Jun 2008 12:18:49
Message-Id: E1KCCuZ-0007Sy-MD@stork.gentoo.org
1 caleb 08/06/27 12:18:43
2
3 Modified: ChangeLog
4 Added: pnp4nagios-0.4.10.ebuild
5 Log:
6 version bump, from bug #225381
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.3 net-analyzer/pnp4nagios/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 8 Jun 2008 13:34:34 -0000 1.2
23 +++ ChangeLog 27 Jun 2008 12:18:43 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-analyzer/pnp4nagios
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.2 2008/06/08 13:34:34 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/ChangeLog,v 1.3 2008/06/27 12:18:43 caleb Exp $
29 +
30 +*pnp4nagios-0.4.10 (27 Jun 2008)
31 +
32 + 27 Jun 2008; Caleb Tennis <caleb@g.o> +pnp4nagios-0.4.10.ebuild:
33 + version bump, from bug #225381
34
35 08 Jun 2008; Tobias Scherbaum <dertobi123@g.o>
36 pnp4nagios-0.4.7.ebuild:
37
38
39
40 1.1 net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pnp4nagios-0.4.10.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/pnp4nagios-0.4.10.ebuild,v 1.1 2008/06/27 12:18:43 caleb Exp $
50
51 inherit confutils
52
53 MY_P=pnp-${PV}
54
55 DESCRIPTION="A performance data analyzer for nagios"
56 HOMEPAGE="http://www.pnp4nagios.org"
57
58 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~x86 ~amd64 ~ppc"
64
65 DEPEND=">=dev-lang/php-4.3
66 >=net-analyzer/rrdtool-1.2
67 net-analyzer/nagios-core"
68 RDEPEND="${DEPEND}"
69
70 S=${WORKDIR}/${MY_P}
71
72 pkg_setup() {
73 confutils_require_built_with_all dev-lang/php gd pcre xml zlib
74 }
75
76 src_compile() {
77 econf \
78 --sysconfdir=/etc/pnp \
79 --datarootdir=/usr/share/pnp \
80 --with-perfdata-dir=/var/nagios/perfdata \
81 --with-perfdata-spool-dir=/var/spool/pnp || die "econf failed"
82 emake all || die "emake failed"
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" fullinstall || die "emake install failed"
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list