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-108.00.01.ebuild
Date: Sat, 30 Jun 2012 17:16:44
Message-Id: 20120630171635.219592004C@flycatcher.gentoo.org
1 aballier 12/06/30 17:16:35
2
3 Modified: ChangeLog
4 Added: core-108.00.01.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 dev-ml/core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 4 May 2012 12:43:07 -0000 1.9
24 +++ ChangeLog 30 Jun 2012 17:16:34 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/core
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.9 2012/05/04 12:43:07 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.10 2012/06/30 17:16:34 aballier Exp $
30 +
31 +*core-108.00.01 (30 Jun 2012)
32 +
33 + 30 Jun 2012; Alexis Ballier <aballier@g.o> +core-108.00.01.ebuild,
34 + +files/core-108.00.01-nocust.patch, +files/core-108.00.01-noinl.patch:
35 + version bump
36
37 04 May 2012; Alexis Ballier <aballier@g.o> core-107.01.ebuild:
38 add doc useflag, by Alexandru Scvortov, bug #413925
39
40
41
42 1.1 dev-ml/core/core-108.00.01.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-108.00.01.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/core/core-108.00.01.ebuild?rev=1.1&content-type=text/plain
46
47 Index: core-108.00.01.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-108.00.01.ebuild,v 1.1 2012/06/30 17:16:34 aballier Exp $
52
53 EAPI="3"
54
55 OASIS_BUILD_DOCS=1
56 OASIS_BUILD_TESTS=1
57
58 inherit oasis base
59
60 MY_P=${P/_/\~}
61 DESCRIPTION="Jane Street's alternative to the standard library"
62 HOMEPAGE="http://www.janestreet.com/ocaml"
63 SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${P}.tar.gz"
64
65 LICENSE="LGPL-2.1-linking-exception"
66 SLOT="0"
67 KEYWORDS="~amd64"
68 IUSE="test"
69
70 RDEPEND="dev-ml/res
71 >=dev-ml/sexplib-108.00.01
72 >=dev-ml/bin-prot-108.00.01
73 >=dev-ml/fieldslib-108.00.01
74 >=dev-ml/pa_ounit-108.00.01
75 >=dev-ml/variantslib-108.00.01
76 >=dev-ml/pipebang-108.00.01"
77 DEPEND="${RDEPEND}
78 >=dev-ml/oasis-0.3
79 test? ( >=dev-ml/ounit-1.0.2 )"
80
81 PATCHES=( "${FILESDIR}/${P}-nocust.patch" "${FILESDIR}/${P}-noinl.patch" )
82
83 src_prepare() {
84 base_src_prepare
85 oasis setup || die
86 }