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.35.01.ebuild
Date: Tue, 28 Jul 2015 07:33:54
Message-Id: 20150728073349.7C71E111@oystercatcher.gentoo.org
1 aballier 15/07/28 07:33:49
2
3 Modified: ChangeLog
4 Added: core-112.35.01.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.39 dev-ml/core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.39&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.39&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?r1=1.38&r2=1.39
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
20 retrieving revision 1.38
21 retrieving revision 1.39
22 diff -u -r1.38 -r1.39
23 --- ChangeLog 13 Jul 2015 18:13:33 -0000 1.38
24 +++ ChangeLog 28 Jul 2015 07:33:49 -0000 1.39
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ml/core
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.38 2015/07/13 18:13:33 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.39 2015/07/28 07:33:49 aballier Exp $
30 +
31 +*core-112.35.01 (28 Jul 2015)
32 +
33 + 28 Jul 2015; Alexis Ballier <aballier@g.o> +core-112.35.01.ebuild:
34 + version bump
35
36 *core-112.35.00 (13 Jul 2015)
37
38
39
40
41 1.1 dev-ml/core/core-112.35.01.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-112.35.01.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-112.35.01.ebuild?rev=1.1&content-type=text/plain
45
46 Index: core-112.35.01.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-112.35.01.ebuild,v 1.1 2015/07/28 07:33:49 aballier Exp $
51
52 EAPI="5"
53
54 OASIS_BUILD_DOCS=1
55 OASIS_BUILD_TESTS=1
56
57 inherit eutils oasis
58
59 MY_P=${P/_/\~}
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%.*}/files/${P}.tar.gz"
63
64 LICENSE="LGPL-2.1-with-linking-exception"
65 SLOT="0/${PV}"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 RDEPEND="
70 >=dev-ml/core_kernel-109.35.00:=
71 >=dev-ml/sexplib-109.20.00:=
72 >=dev-ml/bin-prot-109.15.00:=
73 >=dev-ml/fieldslib-109.20.00:=
74 >=dev-ml/pa_ounit-109.27.00:=
75 >=dev-ml/variantslib-109.15.00:=
76 >=dev-ml/comparelib-109.27.00:=
77 >=dev-ml/herelib-109.35.00:=
78 >=dev-ml/pipebang-109.15.00:=
79 dev-ml/custom_printf:=
80 dev-ml/pa_bench:=
81 dev-ml/pa_test:=
82 dev-ml/enumerate:=
83 dev-ml/camlp4:=
84 dev-ml/pa_structural_sexp:=
85 "
86 DEPEND="${RDEPEND}
87 test? ( >=dev-ml/ounit-1.1.2 )"
88 DOCS=( "README.md" )