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.9.ebuild ChangeLog
Date: Mon, 09 Feb 2015 09:52:47
Message-Id: 20150209095242.687B911624@oystercatcher.gentoo.org
1 aballier 15/02/09 09:52:42
2
3 Modified: ChangeLog
4 Added: ocaml-sqlite3-2.0.9.ebuild
5 Log:
6 version bump
7
8 Signed-off-by: aballier@g.o
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.37 dev-ml/ocaml-sqlite3/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.37&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.37&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?r1=1.36&r2=1.37
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v
21 retrieving revision 1.36
22 retrieving revision 1.37
23 diff -u -r1.36 -r1.37
24 --- ChangeLog 28 Nov 2014 15:18:55 -0000 1.36
25 +++ ChangeLog 9 Feb 2015 09:52:42 -0000 1.37
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ml/ocaml-sqlite3
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.36 2014/11/28 15:18:55 aballier Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.37 2015/02/09 09:52:42 aballier Exp $
32 +
33 +*ocaml-sqlite3-2.0.9 (09 Feb 2015)
34 +
35 + 09 Feb 2015; Alexis Ballier <aballier@g.o>
36 + +ocaml-sqlite3-2.0.9.ebuild:
37 + version bump
38
39 *ocaml-sqlite3-2.0.7 (28 Nov 2014)
40
41
42
43
44 1.1 dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ocaml-sqlite3-2.0.9.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-2.0.9.ebuild,v 1.1 2015/02/09 09:52:42 aballier Exp $
54
55 EAPI=5
56
57 OASIS_BUILD_TESTS=1
58 OASIS_BUILD_DOCS=1
59
60 inherit oasis
61
62 MY_PN="sqlite3-ocaml"
63 MY_P="${MY_PN}-${PV}"
64
65 DESCRIPTION="A package for ocaml that provides access to SQLite databases"
66 HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
67 SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz"
68
69 LICENSE="MIT"
70 SLOT="0/${PV}"
71 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
72 IUSE=""
73
74 DEPEND=">=dev-db/sqlite-3.3.3
75 >=dev-ml/findlib-1.3.2"
76 RDEPEND="${DEPEND}"
77
78 S=${WORKDIR}/${MY_P}
79 DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )