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-109.35.00.ebuild ChangeLog
Date: Thu, 01 Aug 2013 14:52:34
Message-Id: 20130801145228.E61CE2171C@flycatcher.gentoo.org
1 aballier 13/08/01 14:52:28
2
3 Modified: ChangeLog
4 Added: core_extended-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.17 dev-ml/core_extended/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 22 Jul 2013 17:59:46 -0000 1.16
24 +++ ChangeLog 1 Aug 2013 14:52:28 -0000 1.17
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.16 2013/07/22 17:59:46 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/ChangeLog,v 1.17 2013/08/01 14:52:28 aballier Exp $
30 +
31 +*core_extended-109.35.00 (01 Aug 2013)
32 +
33 + 01 Aug 2013; Alexis Ballier <aballier@g.o>
34 + +core_extended-109.35.00.ebuild:
35 + version bump
36
37 *core_extended-109.34.00 (22 Jul 2013)
38
39
40
41
42 1.1 dev-ml/core_extended/core_extended-109.35.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/core_extended-109.35.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core_extended/core_extended-109.35.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: core_extended-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/core_extended/core_extended-109.35.00.ebuild,v 1.1 2013/08/01 14:52:28 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.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 "
82 DEPEND="${RDEPEND}
83 test? ( >=dev-ml/ounit-1.1.0 )"