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: ChangeLog core-112.06.02.ebuild
Date: Thu, 29 Jan 2015 11:24:44
Message-Id: 20150129112440.1F24E10944@oystercatcher.gentoo.org
1 aballier 15/01/29 11:24:40
2
3 Modified: ChangeLog
4 Added: core-112.06.02.ebuild
5 Log:
6 version bump, bug #538010
7
8 Signed-off-by: aballier@g.o
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.33 dev-ml/core/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.33&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.33&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?r1=1.32&r2=1.33
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
21 retrieving revision 1.32
22 retrieving revision 1.33
23 diff -u -r1.32 -r1.33
24 --- ChangeLog 22 Dec 2014 09:57:59 -0000 1.32
25 +++ ChangeLog 29 Jan 2015 11:24:40 -0000 1.33
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/core
28 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.32 2014/12/22 09:57:59 aballier Exp $
30 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.33 2015/01/29 11:24:40 aballier Exp $
32 +
33 +*core-112.06.02 (29 Jan 2015)
34 +
35 + 29 Jan 2015; Alexis Ballier <aballier@g.o> +core-112.06.02.ebuild:
36 + version bump, bug #538010
37
38 *core-112.06.01 (22 Dec 2014)
39
40
41
42
43 1.1 dev-ml/core/core-112.06.02.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-112.06.02.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-112.06.02.ebuild?rev=1.1&content-type=text/plain
47
48 Index: core-112.06.02.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.06.02.ebuild,v 1.1 2015/01/29 11:24:40 aballier Exp $
53
54 EAPI="5"
55
56 OASIS_BUILD_DOCS=1
57 OASIS_BUILD_TESTS=1
58
59 inherit eutils oasis
60
61 MY_P=${P/_/\~}
62 DESCRIPTION="Jane Street's alternative to the standard library"
63 HOMEPAGE="http://www.janestreet.com/ocaml"
64 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${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_kernel-109.35.00:=
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/variantslib-109.15.00:=
78 >=dev-ml/comparelib-109.27.00:=
79 >=dev-ml/herelib-109.35.00:=
80 >=dev-ml/pipebang-109.15.00:=
81 dev-ml/custom_printf:=
82 dev-ml/pa_bench:=
83 dev-ml/pa_test:=
84 dev-ml/enumerate:=
85 dev-ml/camlp4:=
86 "
87 DEPEND="${RDEPEND}
88 test? ( >=dev-ml/ounit-1.1.2 )"
89 DOCS=( "README.md" )