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/zabbix: ChangeLog zabbix-1.8.2.ebuild
Date: Mon, 03 May 2010 18:21:50
Message-Id: 20100503182148.3AEEB2C383@corvid.gentoo.org
1 patrick 10/05/03 18:21:48
2
3 Modified: ChangeLog zabbix-1.8.2.ebuild
4 Log:
5 Adding pkgconfig dep for #309155
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.27 net-analyzer/zabbix/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 3 May 2010 18:16:17 -0000 1.26
22 +++ ChangeLog 3 May 2010 18:21:47 -0000 1.27
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-analyzer/zabbix
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.26 2010/05/03 18:16:17 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.27 2010/05/03 18:21:47 patrick Exp $
28 +
29 + 03 May 2010; Patrick Lauer <patrick@g.o> zabbix-1.8.2.ebuild:
30 + Adding pkgconfig dep for #309155
31
32 03 May 2010; Patrick Lauer <patrick@g.o> zabbix-1.8.2.ebuild,
33 +files/zabbix-1.8.2-as-needed.patch:
34
35
36
37 1.3 net-analyzer/zabbix/zabbix-1.8.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild?r1=1.2&r2=1.3
42
43 Index: zabbix-1.8.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- zabbix-1.8.2.ebuild 3 May 2010 18:16:17 -0000 1.2
50 +++ zabbix-1.8.2.ebuild 3 May 2010 18:21:47 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v 1.2 2010/05/03 18:16:17 patrick Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v 1.3 2010/05/03 18:21:47 patrick Exp $
56
57 EAPI="2"
58
59 @@ -25,7 +25,8 @@
60 mysql? ( virtual/mysql )
61 sqlite3? ( =dev-db/sqlite-3* )
62 postgres? ( virtual/postgresql-base )
63 - jabber? ( dev-libs/iksemel )
64 + jabber? ( dev-libs/iksemel
65 + dev-util/pkgconfig )
66 curl? ( net-misc/curl )
67 openipmi? ( sys-libs/openipmi )"
68 RDEPEND="${DEPEND}
69 @@ -183,7 +184,6 @@
70 epatch "${FILESDIR}/${P}-as-needed.patch"
71 }
72
73 -
74 src_configure() {
75 econf \
76 $(use_enable server) \