Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-sqlite3/
Date: Thu, 26 May 2016 10:03:58
Message-Id: 1464257027.423fc9813ea4f7fe4f41933c5dc33579de7e1b95.aballier@gentoo
1 commit: 423fc9813ea4f7fe4f41933c5dc33579de7e1b95
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 09:58:31 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 10:03:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=423fc981
7
8 dev-ml/ocaml-sqlite3: bump to 4.0.4
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-ml/ocaml-sqlite3/Manifest | 1 +
13 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild | 29 +++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/dev-ml/ocaml-sqlite3/Manifest b/dev-ml/ocaml-sqlite3/Manifest
17 index 3ce8d2c..147bdad 100644
18 --- a/dev-ml/ocaml-sqlite3/Manifest
19 +++ b/dev-ml/ocaml-sqlite3/Manifest
20 @@ -1 +1,2 @@
21 DIST sqlite3-ocaml-4.0.3.tar.gz 67376 SHA256 390383088b07fde6f775d060e59551ea796334b23b480d9937ad6429cd615d30 SHA512 5304874ac51aba140a4f2d5bbd147092d25a7fdfb006ff89800d54d7351e717b4db28732f0c7acba80d24bc78e198249cd01c1801034040bded8ebd941bfd482 WHIRLPOOL c2ecacd570b06a3ac375cba88b54ccf5de9ae130dcffbc71d25a91f16c5ccbecdb4303e7da8e7addb4027d8b0457798e1858ec2a82866d2b6089a9d6c6243ba0
22 +DIST sqlite3-ocaml-4.0.4.tar.gz 67641 SHA256 f8cfe8c597835c7c5e5f3fbf9e12b9ee882009c0fee956e102bb4a7190c0e3cf SHA512 679eb9b1b2926e8e6e21f0ff3204435faf6855218d087a3881bd6ffd403cc85bd6073fd737200a5c3b0484a80ea139fcd1fc5d6d66bdba99f19df555373d447c WHIRLPOOL c82e99989f7b60d6bd2e721c9146d57d63570a003221e101f517ab377275d5d96abbc36b43fab458724104f75e8175687d0af0992d0e8a22e34fc1ba5c4720b1
23
24 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild
25 new file mode 100644
26 index 0000000..c4ac79b
27 --- /dev/null
28 +++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.0.4.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +OASIS_BUILD_TESTS=1
37 +OASIS_BUILD_DOCS=1
38 +
39 +inherit oasis
40 +
41 +MY_PN="sqlite3-ocaml"
42 +MY_P="${MY_PN}-${PV}"
43 +
44 +DESCRIPTION="A package for ocaml that provides access to SQLite databases"
45 +HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
46 +SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz"
47 +
48 +LICENSE="MIT"
49 +SLOT="0/${PV}"
50 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
51 +IUSE=""
52 +
53 +DEPEND=">=dev-db/sqlite-3.3.3
54 + >=dev-ml/findlib-1.3.2"
55 +RDEPEND="${DEPEND}"
56 +
57 +S=${WORKDIR}/${MY_P}
58 +DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )