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.11.ebuild ChangeLog nagios-plugins-1.4.10-r1.ebuild
Date: Tue, 25 Mar 2008 17:13:58
Message-Id: E1JeCig-0003xb-Mq@stork.gentoo.org
1 dertobi123 08/03/25 17:13:54
2
3 Modified: nagios-plugins-1.4.11.ebuild ChangeLog
4 Removed: nagios-plugins-1.4.10-r1.ebuild
5 Log:
6 fix postgres dep (#214718 by Łukasz Mierzwa), remove old version
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.6 net-analyzer/nagios-plugins/nagios-plugins-1.4.11.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.11.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.11.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.11.ebuild?r1=1.5&r2=1.6
15
16 Index: nagios-plugins-1.4.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.11.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- nagios-plugins-1.4.11.ebuild 14 Mar 2008 11:56:11 -0000 1.5
23 +++ nagios-plugins-1.4.11.ebuild 25 Mar 2008 17:13:54 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.11.ebuild,v 1.5 2008/03/14 11:56:11 caleb Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.11.ebuild,v 1.6 2008/03/25 17:13:54 dertobi123 Exp $
29
30 WANT_AUTOCONF="latest"
31 WANT_AUTOMAKE="latest"
32 @@ -19,7 +19,7 @@
33
34 DEPEND="ldap? ( >=net-nds/openldap-2.0.25 )
35 mysql? ( virtual/mysql )
36 - postgres? ( >=dev-db/postgresql-7.2 )
37 + postgres? ( >=dev-db/libpq-7.2 )
38 ssl? ( >=dev-libs/openssl-0.9.6g )
39 radius? ( >=net-dialup/radiusclient-0.3.2 )"
40
41 @@ -93,7 +93,7 @@
42 sed -i -e '30s/use lib utils.pm;/use utils;/' \
43 "${S}"/plugins-scripts/check_file_age.pl || die "sed failed"
44
45 - dodoc ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CODING \
46 + dodoc ACKNOWLEDGEMENTS AUTHORS BUGS CODING \
47 ChangeLog FAQ NEWS README REQUIREMENTS SUPPORT THANKS
48
49 emake DESTDIR="${D}" install || die "make install failed"
50
51
52
53 1.86 net-analyzer/nagios-plugins/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.86&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.86&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?r1=1.85&r2=1.86
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v
62 retrieving revision 1.85
63 retrieving revision 1.86
64 diff -u -r1.85 -r1.86
65 --- ChangeLog 14 Mar 2008 11:56:11 -0000 1.85
66 +++ ChangeLog 25 Mar 2008 17:13:54 -0000 1.86
67 @@ -1,6 +1,10 @@
68 # ChangeLog for net-analyzer/nagios-plugins
69 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.85 2008/03/14 11:56:11 caleb Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.86 2008/03/25 17:13:54 dertobi123 Exp $
72 +
73 + 25 Mar 2008; Tobias Scherbaum <dertobi123@g.o>
74 + -nagios-plugins-1.4.10-r1.ebuild, nagios-plugins-1.4.11.ebuild:
75 + fix postgres dep (#214718 by Łukasz Mierzwa), remove old version
76
77 14 Mar 2008; Caleb Tennis <caleb@g.o> nagios-plugins-1.4.11.ebuild:
78 amd64 stable
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list