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: ChangeLog type-conv-109.20.00.ebuild
Date: Fri, 24 May 2013 14:44:49
Message-Id: 20130524144438.555B72171D@flycatcher.gentoo.org
1 aballier 13/05/24 14:44:38
2
3 Modified: ChangeLog
4 Added: type-conv-109.20.00.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.29 dev-ml/type-conv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.29&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.29&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.28&r2=1.29
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
20 retrieving revision 1.28
21 retrieving revision 1.29
22 diff -u -r1.28 -r1.29
23 --- ChangeLog 11 Apr 2013 10:37:21 -0000 1.28
24 +++ ChangeLog 24 May 2013 14:44:38 -0000 1.29
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/type-conv
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.28 2013/04/11 10:37:21 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.29 2013/05/24 14:44:38 aballier Exp $
30 +
31 +*type-conv-109.20.00 (24 May 2013)
32 +
33 + 24 May 2013; Alexis Ballier <aballier@g.o>
34 + +type-conv-109.20.00.ebuild:
35 + version bump
36
37 *type-conv-109.15.00 (11 Apr 2013)
38
39
40
41
42 1.1 dev-ml/type-conv/type-conv-109.20.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.20.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-109.20.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: type-conv-109.20.00.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-109.20.00.ebuild,v 1.1 2013/05/24 14:44:38 aballier Exp $
52
53 EAPI="5"
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 MY_P=${PN/-/_}-${PV}
60 DESCRIPTION="Mini library required for some other preprocessing libraries"
61 HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
62 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
63 http://dev.gentoo.org/~aballier/distfiles/${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}"