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: ChangeLog gdl2-0.11.0.ebuild gdl2-0.10.1.ebuild
Date: Sat, 08 Dec 2007 18:01:45
Message-Id: E1J13ze-0005xF-Nt@stork.gentoo.org
1 voyageur 07/12/08 18:01:38
2
3 Modified: ChangeLog
4 Added: gdl2-0.11.0.ebuild
5 Removed: gdl2-0.10.1.ebuild
6 Log:
7 Version bump, ebuild cleanup, add sqlite support
8 (Portage version: 2.1.4_rc9)
9
10 Revision Changes Path
11 1.10 gnustep-libs/gdl2/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 18 Sep 2007 22:13:32 -0000 1.9
24 +++ ChangeLog 8 Dec 2007 18:01:38 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnustep-libs/gdl2
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.9 2007/09/18 22:13:32 voyageur Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/ChangeLog,v 1.10 2007/12/08 18:01:38 voyageur Exp $
30 +
31 +*gdl2-0.11.0 (08 Dec 2007)
32 +
33 + 08 Dec 2007; Bernard Cafarelli <voyageur@g.o> -gdl2-0.10.1.ebuild,
34 + +gdl2-0.11.0.ebuild:
35 + Version bump, ebuild cleanup, add sqlite support
36
37 18 Sep 2007; Bernard Cafarelli <voyageur@g.o> gdl2-0.10.1.ebuild:
38 This only needs to depend on libpq, not postgresql itself
39
40
41
42 1.1 gnustep-libs/gdl2/gdl2-0.11.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gdl2-0.11.0.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnustep-libs/gdl2/gdl2-0.11.0.ebuild,v 1.1 2007/12/08 18:01:38 voyageur Exp $
52
53 inherit gnustep-2
54
55 MY_P="gnustep-dl2-${PV}"
56 DESCRIPTION="GNUstep Database Library 2 (GDL2) for mapping Obj-C to RDBMSes"
57 HOMEPAGE="http://www.gnustep.org/"
58 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${MY_P}.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="postgres sqlite"
64
65 S=${WORKDIR}/${MY_P}
66
67 DEPEND="!gnustep-apps/sope
68 postgres? ( dev-db/libpq )
69 sqlite? ( dev-db/sqlite )"
70 RDEPEND="${DEPEND}"
71
72
73
74 --
75 gentoo-commits@g.o mailing list