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