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