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: ChangeLog ocaml-sqlite3-0.23.0.ebuild
Date: Sat, 08 Dec 2007 00:07:16
Message-Id: E1J0nDr-0008D1-Pt@stork.gentoo.org
1 aballier 07/12/08 00:07:11
2
3 Modified: ChangeLog
4 Added: ocaml-sqlite3-0.23.0.ebuild
5 Log:
6 version bump, thanks to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@×××××.Com> for reporting, bug #201634
7 (Portage version: 2.1.4_rc8)
8
9 Revision Changes Path
10 1.2 dev-ml/ocaml-sqlite3/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 31 Aug 2007 07:23:45 -0000 1.1
23 +++ ChangeLog 8 Dec 2007 00:07:11 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-ml/ocaml-sqlite3
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.1 2007/08/31 07:23:45 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.2 2007/12/08 00:07:11 aballier Exp $
29 +
30 +*ocaml-sqlite3-0.23.0 (08 Dec 2007)
31 +
32 + 08 Dec 2007; Alexis Ballier <aballier@g.o>
33 + +ocaml-sqlite3-0.23.0.ebuild:
34 + version bump, thanks to Arfrever Frehtes Taifersar Arahesis
35 + <Arfrever.FTA@×××××.Com> for reporting, bug #201634
36
37 *ocaml-sqlite3-0.22.0 (31 Aug 2007)
38
39
40
41
42 1.1 dev-ml/ocaml-sqlite3/ocaml-sqlite3-0.23.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-0.23.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-0.23.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ocaml-sqlite3-0.23.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/dev-ml/ocaml-sqlite3/ocaml-sqlite3-0.23.0.ebuild,v 1.1 2007/12/08 00:07:11 aballier Exp $
52
53 inherit findlib eutils
54
55 IUSE="doc"
56
57 DESCRIPTION="A package for ocaml that provides access to SQLite databases."
58 SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.bz2"
59 HOMEPAGE="http://ocaml.info/home/ocaml_sources.html#ocaml-sqlite3"
60
61 DEPEND=">=dev-lang/ocaml-3.09
62 >=dev-db/sqlite-3.3.3"
63
64 RDEPEND="${DEPEND}"
65
66 SLOT="0"
67 LICENSE="MIT"
68 KEYWORDS="~amd64 ~x86"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}/${PN}-0.22.0-destdir.patch"
74 }
75
76 src_compile() {
77 econf
78 emake -j1 bytecode || die "make bytecode failed"
79 emake -j1 opt || die "make opt failed"
80 if use doc; then
81 emake -j1 docs || die "make doc failed"
82 fi
83 }
84
85 src_install() {
86 findlib_src_preinst
87 export OCAMLPATH="${OCAMLFIND_DESTDIR}"
88 emake DESTDIR="${D}" install || die "make install failed"
89 dodoc CHANGES README TODO
90 use doc && dohtml doc/*
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list