Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins: nagios-plugins-1.4.10.ebuild ChangeLog
Date: Sat, 29 Sep 2007 09:39:53
Message-Id: E1IbYfD-00087X-RU@stork.gentoo.org
1 dertobi123 07/09/29 09:31:07
2
3 Modified: nagios-plugins-1.4.10.ebuild ChangeLog
4 Log:
5 Update noradius patch, more quotation fixes
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild?r1=1.1&r2=1.2
14
15 Index: nagios-plugins-1.4.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- nagios-plugins-1.4.10.ebuild 29 Sep 2007 09:10:59 -0000 1.1
22 +++ nagios-plugins-1.4.10.ebuild 29 Sep 2007 09:31:07 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild,v 1.1 2007/09/29 09:10:59 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.10.ebuild,v 1.2 2007/09/29 09:31:07 dertobi123 Exp $
28
29 WANT_AUTOCONF="latest"
30 WANT_AUTOMAKE="latest"
31 @@ -48,12 +48,13 @@
32 src_unpack() {
33 unpack ${A}
34 cd "${S}"
35 +
36 if ! use radius; then
37 - EPATCH_OPTS="-p0 -d ${S}" epatch \
38 - ${FILESDIR}/nagios-plugins-1.4-noradius.patch
39 + EPATCH_OPTS="-p1 -d ${S}" epatch \
40 + "${FILESDIR}"/nagios-plugins-1.4.10-noradius.patch
41 fi
42
43 - epatch ${FILESDIR}/${PN}-1.4.10-contrib.patch
44 + epatch "${FILESDIR}"/${PN}-1.4.10-contrib.patch
45
46 AT_M4DIR="m4 gl/m4" eautoreconf
47 }
48
49
50
51 1.71 net-analyzer/nagios-plugins/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.71&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.71&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?r1=1.70&r2=1.71
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v
60 retrieving revision 1.70
61 retrieving revision 1.71
62 diff -u -r1.70 -r1.71
63 --- ChangeLog 29 Sep 2007 09:10:59 -0000 1.70
64 +++ ChangeLog 29 Sep 2007 09:31:07 -0000 1.71
65 @@ -1,6 +1,10 @@
66 # ChangeLog for net-analyzer/nagios-plugins
67 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.70 2007/09/29 09:10:59 dertobi123 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.71 2007/09/29 09:31:07 dertobi123 Exp $
70 +
71 + 29 Sep 2007; Tobias Scherbaum <dertobi123@g.o>
72 + +files/nagios-plugins-1.4.10-noradius.patch, nagios-plugins-1.4.10.ebuild:
73 + Update noradius patch, more quotation fixes
74
75 *nagios-plugins-1.4.10 (29 Sep 2007)
76
77
78
79
80 --
81 gentoo-commits@g.o mailing list