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/ocamlmod: ChangeLog ocamlmod-0.0.7.ebuild
Date: Thu, 30 Oct 2014 08:17:06
Message-Id: 20141030081700.9698F90E5@oystercatcher.gentoo.org
1 aballier 14/10/30 08:17:00
2
3 Modified: ChangeLog
4 Added: ocamlmod-0.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.7 dev-ml/ocamlmod/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ChangeLog?rev=1.7&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ChangeLog?rev=1.7&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ChangeLog?r1=1.6&r2=1.7
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v
21 retrieving revision 1.6
22 retrieving revision 1.7
23 diff -u -r1.6 -r1.7
24 --- ChangeLog 7 Feb 2013 14:17:32 -0000 1.6
25 +++ ChangeLog 30 Oct 2014 08:17:00 -0000 1.7
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/ocamlmod
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.6 2013/02/07 14:17:32 aballier Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlmod/ChangeLog,v 1.7 2014/10/30 08:17:00 aballier Exp $
32 +
33 +*ocamlmod-0.0.7 (30 Oct 2014)
34 +
35 + 30 Oct 2014; Alexis Ballier <aballier@g.o> +ocamlmod-0.0.7.ebuild:
36 + version bump
37
38 07 Feb 2013; Alexis Ballier <aballier@g.o> ocamlmod-0.0.3.ebuild:
39 convert to eapi5 to get subslot dep on ocaml
40
41
42
43 1.1 dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocamlmod/ocamlmod-0.0.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ocamlmod-0.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/ocamlmod/ocamlmod-0.0.7.ebuild,v 1.1 2014/10/30 08:17:00 aballier Exp $
53
54 EAPI=5
55
56 #OASIS_BUILD_TESTS=1
57
58 inherit oasis
59
60 DESCRIPTION="Generate OCaml modules from source files"
61 HOMEPAGE="http://forge.ocamlcore.org/projects/ocamlmod/"
62 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1350/${P}.tar.gz"
63
64 LICENSE="LGPL-2.1-with-linking-exception"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 RDEPEND=""
70 DEPEND="${RDEPEND}"
71 # test? ( >=dev-ml/ounit-2.0.0 )"
72
73 DOCS=( "AUTHORS.txt" "README.txt" )