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: core_extended-112.01.00.ebuild ChangeLog
Date: Mon, 01 Dec 2014 14:00:11
Message-Id: 20141201140007.939B8B4A3@oystercatcher.gentoo.org
1 aballier 14/12/01 14:00:07
2
3 Modified: ChangeLog
4 Added: core_extended-112.01.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.24 dev-ml/core_extended/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?rev=1.24&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?rev=1.24&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?r1=1.23&r2=1.24
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v
21 retrieving revision 1.23
22 retrieving revision 1.24
23 diff -u -r1.23 -r1.24
24 --- ChangeLog 28 Nov 2014 18:06:39 -0000 1.23
25 +++ ChangeLog 1 Dec 2014 14:00:07 -0000 1.24
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ml/core_extended
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.23 2014/11/28 18:06:39 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.24 2014/12/01 14:00:07 aballier Exp $
31 +
32 +*core_extended-112.01.00 (01 Dec 2014)
33 +
34 + 01 Dec 2014; Alexis Ballier <aballier@g.o>
35 + +core_extended-112.01.00.ebuild:
36 + version bump
37
38 28 Nov 2014; Alexis Ballier <aballier@g.o>
39 core_extended-111.28.00.ebuild:
40
41
42
43 1.1 dev-ml/core_extended/core_extended-112.01.00.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/core_extended-112.01.00.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/core_extended-112.01.00.ebuild?rev=1.1&content-type=text/plain
47
48 Index: core_extended-112.01.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/core_extended/core_extended-112.01.00.ebuild,v 1.1 2014/12/01 14:00:07 aballier Exp $
53
54 EAPI="5"
55
56 OASIS_BUILD_DOCS=1
57 OASIS_BUILD_TESTS=1
58
59 inherit oasis
60
61 DESCRIPTION="Jane Street's alternative to the standard library"
62 HOMEPAGE="http://www.janestreet.com/ocaml"
63 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
64 http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
65
66 LICENSE="LGPL-2.1-with-linking-exception"
67 SLOT="0/${PV}"
68 KEYWORDS="~amd64"
69 IUSE=""
70
71 RDEPEND="
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.27.00:=
77 >=dev-ml/comparelib-109.27.00:=
78 >=dev-ml/custom_printf-109.27.00:=
79 >=dev-ml/pipebang-109.15.00:=
80 >=dev-ml/textutils-109.35.00:=
81 dev-ml/pa_test:=
82 dev-ml/re2:=
83 dev-ml/pa_bench:=
84 dev-ml/camlp4:=
85 "
86 DEPEND="${RDEPEND}
87 test? ( >=dev-ml/ounit-1.1.0 )"