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/type-conv: type-conv-111.13.00.ebuild ChangeLog
Date: Thu, 30 Oct 2014 11:11:10
Message-Id: 20141030111103.9669B9102@oystercatcher.gentoo.org
1 aballier 14/10/30 11:11:03
2
3 Modified: ChangeLog
4 Added: type-conv-111.13.00.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.35 dev-ml/type-conv/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.35&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.35&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.34&r2=1.35
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
21 retrieving revision 1.34
22 retrieving revision 1.35
23 diff -u -r1.34 -r1.35
24 --- ChangeLog 13 Feb 2014 12:34:47 -0000 1.34
25 +++ ChangeLog 30 Oct 2014 11:11:03 -0000 1.35
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ml/type-conv
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.34 2014/02/13 12:34:47 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.35 2014/10/30 11:11:03 aballier Exp $
31 +
32 +*type-conv-111.13.00 (30 Oct 2014)
33 +
34 + 30 Oct 2014; Alexis Ballier <aballier@g.o>
35 + +type-conv-111.13.00.ebuild:
36 + version bump
37
38 *type-conv-109.60.01 (13 Feb 2014)
39
40
41
42
43 1.1 dev-ml/type-conv/type-conv-111.13.00.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-111.13.00.ebuild?rev=1.1&content-type=text/plain
47
48 Index: type-conv-111.13.00.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/type-conv/type-conv-111.13.00.ebuild,v 1.1 2014/10/30 11:11:03 aballier Exp $
53
54 EAPI="5"
55
56 OASIS_BUILD_DOCS=1
57
58 inherit oasis
59
60 MY_P=${PN/-/_}-${PV}
61 DESCRIPTION="Mini library required for some other preprocessing libraries"
62 HOMEPAGE="http://janestreet.github.io/"
63 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
64
65 LICENSE="LGPL-2.1-with-linking-exception"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND=""
71 DEPEND="${RDEPEND}
72 >=dev-lang/ocaml-4.0[ocamlopt?]
73 >=dev-ml/findlib-1.3.2"
74
75 DOCS=( "README.md" "CHANGES.txt" )
76
77 S="${WORKDIR}/${MY_P}"