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-2.0.2.ebuild ChangeLog
Date: Thu, 02 Aug 2012 12:50:18
Message-Id: 20120802125003.3AF2C2004B@flycatcher.gentoo.org
1 aballier 12/08/02 12:50:03
2
3 Modified: ChangeLog
4 Added: ocaml-sqlite3-2.0.2.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.27 dev-ml/ocaml-sqlite3/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 19 Jul 2012 23:15:43 -0000 1.26
24 +++ ChangeLog 2 Aug 2012 12:50:03 -0000 1.27
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/ocaml-sqlite3
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.26 2012/07/19 23:15:43 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.27 2012/08/02 12:50:03 aballier Exp $
30 +
31 +*ocaml-sqlite3-2.0.2 (02 Aug 2012)
32 +
33 + 02 Aug 2012; Alexis Ballier <aballier@g.o>
34 + +ocaml-sqlite3-2.0.2.ebuild:
35 + version bump
36
37 *ocaml-sqlite3-2.0.1 (19 Jul 2012)
38
39
40
41
42 1.1 dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ocaml-sqlite3-2.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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-2.0.2.ebuild,v 1.1 2012/08/02 12:50:03 aballier Exp $
52
53 EAPI=4
54
55 OASIS_BUILD_TESTS=1
56 OASIS_BUILD_DOCS=1
57
58 inherit oasis
59
60 MY_PN="sqlite3-ocaml"
61 MY_P="${MY_PN}-${PV}"
62
63 DESCRIPTION="A package for ocaml that provides access to SQLite databases."
64 HOMEPAGE="http://bitbucket.org/mmottl/sqlite3-ocaml"
65 SRC_URI="http://bitbucket.org/mmottl/${MY_PN}/downloads/${MY_P}.tar.gz"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
70 IUSE=""
71
72 DEPEND=">=dev-db/sqlite-3.3.3
73 >=dev-ml/findlib-1.3.2"
74 RDEPEND="${DEPEND}"
75
76 S=${WORKDIR}/${MY_P}
77 DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )