Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-libs/gdl2: gdl2-0.10.1.ebuild ChangeLog
Date: Tue, 18 Sep 2007 22:21:19
Message-Id: E1IXlK1-00031v-Cm@stork.gentoo.org
1 voyageur 07/09/18 22:13:33
2
3 Modified: gdl2-0.10.1.ebuild ChangeLog
4 Log:
5 This only needs to depend on libpq, not postgresql itself
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 gnustep-libs/gdl2/gdl2-0.10.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/gdl2-0.10.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/gdl2-0.10.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/gdl2-0.10.1.ebuild?r1=1.1&r2=1.2
14
15 Index: gdl2-0.10.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.10.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gdl2-0.10.1.ebuild 11 Sep 2007 18:35:42 -0000 1.1
22 +++ gdl2-0.10.1.ebuild 18 Sep 2007 22:13:32 -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/gnustep-libs/gdl2/gdl2-0.10.1.ebuild,v 1.1 2007/09/11 18:35:42 voyageur Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.10.1.ebuild,v 1.2 2007/09/18 22:13:32 voyageur Exp $
28
29 inherit gnustep-2
30
31 @@ -16,5 +16,5 @@
32 S=${WORKDIR}/${MY_P}
33
34 DEPEND="!gnustep-apps/sope
35 - dev-db/postgresql"
36 + dev-db/libpq"
37 RDEPEND="${DEPEND}"
38
39
40
41 1.9 gnustep-libs/gdl2/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/ChangeLog?rev=1.9&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/ChangeLog?rev=1.9&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/ChangeLog?r1=1.8&r2=1.9
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v
50 retrieving revision 1.8
51 retrieving revision 1.9
52 diff -u -r1.8 -r1.9
53 --- ChangeLog 11 Sep 2007 18:35:42 -0000 1.8
54 +++ ChangeLog 18 Sep 2007 22:13:32 -0000 1.9
55 @@ -1,6 +1,9 @@
56 # ChangeLog for gnustep-libs/gdl2
57 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.8 2007/09/11 18:35:42 voyageur Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.9 2007/09/18 22:13:32 voyageur Exp $
60 +
61 + 18 Sep 2007; Bernard Cafarelli <voyageur@g.o> gdl2-0.10.1.ebuild:
62 + This only needs to depend on libpq, not postgresql itself
63
64 *gdl2-0.10.1 (11 Sep 2007)
65
66
67
68
69 --
70 gentoo-commits@g.o mailing list