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-data-notation: ChangeLog ocaml-data-notation-0.0.9.ebuild
Date: Sat, 07 Jul 2012 16:20:20
Message-Id: 20120707162006.571642004B@flycatcher.gentoo.org
1 aballier 12/07/07 16:20:06
2
3 Modified: ChangeLog
4 Added: ocaml-data-notation-0.0.9.ebuild
5 Log:
6 version bump, fixing bug #425078
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 dev-ml/ocaml-data-notation/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 5 May 2012 14:20:53 -0000 1.8
24 +++ ChangeLog 7 Jul 2012 16:20:06 -0000 1.9
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/ocaml-data-notation
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.8 2012/05/05 14:20:53 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-data-notation/ChangeLog,v 1.9 2012/07/07 16:20:06 aballier Exp $
30 +
31 +*ocaml-data-notation-0.0.9 (07 Jul 2012)
32 +
33 + 07 Jul 2012; Alexis Ballier <aballier@g.o>
34 + +ocaml-data-notation-0.0.9.ebuild:
35 + version bump, fixing bug #425078
36
37 05 May 2012; Alexis Ballier <aballier@g.o> -files/typeconv3.patch,
38 -ocaml-data-notation-0.0.6.ebuild:
39
40
41
42 1.1 dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-data-notation/ocaml-data-notation-0.0.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ocaml-data-notation-0.0.9.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-data-notation/ocaml-data-notation-0.0.9.ebuild,v 1.1 2012/07/07 16:20:06 aballier Exp $
52
53 EAPI=3
54
55 OASIS_BUILD_TESTS=1
56
57 inherit oasis
58
59 DESCRIPTION="This project uses type-conv to dump OCaml data structure using OCaml data notation"
60 HOMEPAGE="http://forge.ocamlcore.org/projects/odn"
61 SRC_URI="http://forge.ocamlcore.org/frs/download.php/881/${P}.tar.gz"
62
63 LICENSE="LGPL-2.1"
64 SLOT="0"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 RDEPEND=">=dev-ml/type-conv-3.0.5"
69 DEPEND="${RDEPEND}
70 test? ( dev-ml/ounit[ocamlopt?] dev-ml/ocaml-fileutils[ocamlopt?] )"
71
72 DOCS=( "README.txt" "AUTHORS.txt" "CHANGES.txt" )