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/async_core: async_core-109.35.00.ebuild ChangeLog
Date: Thu, 01 Aug 2013 14:24:21
Message-Id: 20130801142418.C66122171C@flycatcher.gentoo.org
1 aballier 13/08/01 14:24:18
2
3 Modified: ChangeLog
4 Added: async_core-109.35.00.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.7 dev-ml/async_core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async_core/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async_core/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async_core/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/async_core/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 22 Jul 2013 18:01:23 -0000 1.6
24 +++ ChangeLog 1 Aug 2013 14:24:18 -0000 1.7
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/async_core
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_core/ChangeLog,v 1.6 2013/07/22 18:01:23 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/async_core/ChangeLog,v 1.7 2013/08/01 14:24:18 aballier Exp $
30 +
31 +*async_core-109.35.00 (01 Aug 2013)
32 +
33 + 01 Aug 2013; Alexis Ballier <aballier@g.o>
34 + +async_core-109.35.00.ebuild:
35 + version bump
36
37 22 Jul 2013; Alexis Ballier <aballier@g.o>
38 -async_core-109.27.00.ebuild:
39
40
41
42 1.1 dev-ml/async_core/async_core-109.35.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async_core/async_core-109.35.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async_core/async_core-109.35.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: async_core-109.35.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/async_core/async_core-109.35.00.ebuild,v 1.1 2013/08/01 14:24:18 aballier Exp $
52
53 EAPI="5"
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 MY_P=${PN/-/_}-${PV}
60 DESCRIPTION="Jane Street Capital's asynchronous execution library (core)"
61 HOMEPAGE="http://www.janestreet.com/ocaml"
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="Apache-2.0"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 DEPEND=">=dev-lang/ocaml-4.00.0:=
71 >=dev-ml/sexplib-109.20.00:=
72 >=dev-ml/pa_ounit-109.27.00:=
73 >=dev-ml/fieldslib-109.20.00:=
74 >=dev-ml/bin-prot-109.15.00:=
75 >=dev-ml/core-109.35.00:=
76 >=dev-ml/herelib-109.35.00:=
77 "
78 RDEPEND="${DEPEND}"
79
80 S="${WORKDIR}/${MY_P}"