Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/gearmand: ChangeLog gearmand-0.11-r2.ebuild
Date: Tue, 09 Feb 2010 19:18:41
Message-Id: E1Nevbb-0002Io-Oi@stork.gentoo.org
1 flameeyes 10/02/09 19:18:39
2
3 Modified: ChangeLog gearmand-0.11-r2.ebuild
4 Log:
5 Force disabled the PostgreSQL support as it currently fails to build automagically. Thanks to Francesco Riosa for reporting in bug #304157.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 sys-cluster/gearmand/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/gearmand/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/gearmand/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/gearmand/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 20 Jan 2010 22:15:22 -0000 1.4
22 +++ ChangeLog 9 Feb 2010 19:18:39 -0000 1.5
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sys-cluster/gearmand
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.4 2010/01/20 22:15:22 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.5 2010/02/09 19:18:39 flameeyes Exp $
28 +
29 + 09 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
30 + gearmand-0.11-r2.ebuild:
31 + Force disabled the PostgreSQL support as it currently fails to build
32 + automagically. Thanks to Francesco Riosa for reporting in bug #304157.
33
34 20 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
35 gearmand-0.11-r2.ebuild:
36
37
38
39 1.5 sys-cluster/gearmand/gearmand-0.11-r2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild?r1=1.4&r2=1.5
44
45 Index: gearmand-0.11-r2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- gearmand-0.11-r2.ebuild 20 Jan 2010 22:15:22 -0000 1.4
52 +++ gearmand-0.11-r2.ebuild 9 Feb 2010 19:18:39 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild,v 1.4 2010/01/20 22:15:22 flameeyes Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild,v 1.5 2010/02/09 19:18:39 flameeyes Exp $
58
59 EAPI=2
60
61 @@ -53,6 +53,7 @@
62 --disable-static \
63 --disable-dependency-tracking \
64 --disable-mtmalloc \
65 + --disable-libpq
66 $(use_enable tcmalloc) \
67 $(use_enable memcache libmemcached) \
68 $(use_enable drizzle libdrizzle) \