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/core_extended: ChangeLog core_extended-109.23.00.ebuild
Date: Fri, 24 May 2013 16:51:16
Message-Id: 20130524165113.87B792171D@flycatcher.gentoo.org
1 aballier 13/05/24 16:51:13
2
3 Modified: ChangeLog
4 Added: core_extended-109.23.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.13 dev-ml/core_extended/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 6 Mar 2013 16:38:31 -0000 1.12
24 +++ ChangeLog 24 May 2013 16:51:13 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/core_extended
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.12 2013/03/06 16:38:31 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.13 2013/05/24 16:51:13 aballier Exp $
30 +
31 +*core_extended-109.23.00 (24 May 2013)
32 +
33 + 24 May 2013; Alexis Ballier <aballier@g.o>
34 + +core_extended-109.23.00.ebuild:
35 + version bump
36
37 *core_extended-109.11.00 (06 Mar 2013)
38
39
40
41
42 1.1 dev-ml/core_extended/core_extended-109.23.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/core_extended-109.23.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/core_extended-109.23.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: core_extended-109.23.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/core_extended/core_extended-109.23.00.ebuild,v 1.1 2013/05/24 16:51:13 aballier Exp $
52
53 EAPI="5"
54
55 OASIS_BUILD_DOCS=1
56 OASIS_BUILD_TESTS=1
57
58 inherit oasis
59
60 DESCRIPTION="Jane Street's alternative to the standard library"
61 HOMEPAGE="http://www.janestreet.com/ocaml"
62 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
63 http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
64
65 LICENSE="LGPL-2.1-with-linking-exception"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 RDEPEND="dev-ml/pcre-ocaml:=
71 dev-ml/res:=
72 >=dev-ml/core-${PV}:=
73 >=dev-ml/sexplib-109.20.00:=
74 >=dev-ml/bin-prot-109.15.00:=
75 >=dev-ml/fieldslib-109.20.00:=
76 >=dev-ml/pa_ounit-109.18.00:=
77 >=dev-ml/comparelib-109.15.00:=
78 >=dev-ml/custom_printf-109.15.00:=
79 >=dev-ml/pipebang-109.15.00:="
80 DEPEND="${RDEPEND}
81 test? ( >=dev-ml/ounit-1.1.0 )"