Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-plugins: nagios-plugins-2.0.3-r1.ebuild nagios-plugins-2.0.3.ebuild ChangeLog
Date: Mon, 29 Dec 2014 02:32:36
Message-Id: 20141229023231.10FBAE644@oystercatcher.gentoo.org
1 patrick 14/12/29 02:32:31
2
3 Modified: nagios-plugins-2.0.3-r1.ebuild
4 nagios-plugins-2.0.3.ebuild ChangeLog
5 Log:
6 Fix postgresql dependency
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 net-analyzer/nagios-plugins/nagios-plugins-2.0.3-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: nagios-plugins-2.0.3-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- nagios-plugins-2.0.3-r1.ebuild 26 Nov 2014 23:38:53 -0000 1.2
24 +++ nagios-plugins-2.0.3-r1.ebuild 29 Dec 2014 02:32:31 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3-r1.ebuild,v 1.2 2014/11/26 23:38:53 mjo Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3-r1.ebuild,v 1.3 2014/12/29 02:32:31 patrick Exp $
30
31 EAPI=5
32
33 @@ -27,7 +27,7 @@
34 REAL_DEPEND="dev-lang/perl
35 ldap? ( net-nds/openldap )
36 mysql? ( virtual/mysql )
37 - postgres? ( dev-db/postgresql-base )
38 + postgres? ( dev-db/postgresql )
39 ssl? ( dev-libs/openssl )"
40
41 DEPEND="${REAL_DEPEND}
42
43
44
45 1.2 net-analyzer/nagios-plugins/nagios-plugins-2.0.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3.ebuild?r1=1.1&r2=1.2
50
51 Index: nagios-plugins-2.0.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- nagios-plugins-2.0.3.ebuild 22 Nov 2014 21:19:19 -0000 1.1
58 +++ nagios-plugins-2.0.3.ebuild 29 Dec 2014 02:32:31 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3.ebuild,v 1.1 2014/11/22 21:19:19 mjo Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-2.0.3.ebuild,v 1.2 2014/12/29 02:32:31 patrick Exp $
64
65 EAPI=5
66
67 @@ -17,7 +17,7 @@
68
69 DEPEND="ldap? ( net-nds/openldap )
70 mysql? ( virtual/mysql )
71 - postgres? ( dev-db/postgresql-base )
72 + postgres? ( dev-db/postgresql )
73 ssl? ( dev-libs/openssl )"
74
75 # tests try to ssh into the box itself
76
77
78
79 1.172 net-analyzer/nagios-plugins/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.172&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.172&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?r1=1.171&r2=1.172
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v
88 retrieving revision 1.171
89 retrieving revision 1.172
90 diff -u -r1.171 -r1.172
91 --- ChangeLog 28 Dec 2014 16:10:24 -0000 1.171
92 +++ ChangeLog 29 Dec 2014 02:32:31 -0000 1.172
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-analyzer/nagios-plugins
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.171 2014/12/28 16:10:24 titanofold Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.172 2014/12/29 02:32:31 patrick Exp $
98 +
99 + 29 Dec 2014; Patrick Lauer <patrick@g.o>
100 + nagios-plugins-2.0.3-r1.ebuild, nagios-plugins-2.0.3.ebuild:
101 + Fix postgresql dependency
102
103 28 Dec 2014; Aaron W. Swenson <titanofold@g.o>
104 nagios-plugins-1.4.16-r2.ebuild, nagios-plugins-1.4.16-r3.ebuild: