Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/postgresql-ocaml: ChangeLog postgresql-ocaml-1.8.2.ebuild
Date: Sun, 21 Jun 2009 12:59:04
Message-Id: E1MIMdS-0005KT-6a@stork.gentoo.org
1 aballier 09/06/21 12:59:02
2
3 Modified: ChangeLog postgresql-ocaml-1.8.2.ebuild
4 Log:
5 define eapi before inherit
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 dev-ml/postgresql-ocaml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 19 Jun 2008 07:26:34 -0000 1.8
22 +++ ChangeLog 21 Jun 2009 12:59:02 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-ml/postgresql-ocaml
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.8 2008/06/19 07:26:34 aballier Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/ChangeLog,v 1.9 2009/06/21 12:59:02 aballier Exp $
29 +
30 + 21 Jun 2009; Alexis Ballier <aballier@g.o>
31 + postgresql-ocaml-1.8.2.ebuild:
32 + define eapi before inherit
33
34 19 Jun 2008; Alexis Ballier <aballier@g.o>
35 postgresql-ocaml-1.8.2.ebuild:
36
37
38
39 1.4 dev-ml/postgresql-ocaml/postgresql-ocaml-1.8.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.8.2.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.8.2.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.8.2.ebuild?r1=1.3&r2=1.4
44
45 Index: postgresql-ocaml-1.8.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.8.2.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- postgresql-ocaml-1.8.2.ebuild 19 Jun 2008 07:26:34 -0000 1.3
52 +++ postgresql-ocaml-1.8.2.ebuild 21 Jun 2009 12:59:02 -0000 1.4
53 @@ -1,11 +1,11 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.8.2.ebuild,v 1.3 2008/06/19 07:26:34 aballier Exp $
58 -
59 -inherit findlib eutils
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/postgresql-ocaml/postgresql-ocaml-1.8.2.ebuild,v 1.4 2009/06/21 12:59:02 aballier Exp $
61
62 EAPI="1"
63
64 +inherit findlib eutils
65 +
66 IUSE="examples +ocamlopt"
67
68 DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases."