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/lwt: ChangeLog lwt-2.4.6.ebuild
Date: Wed, 29 Oct 2014 09:24:37
Message-Id: 20141029092432.13F2F8FDA@oystercatcher.gentoo.org
1 aballier 14/10/29 09:24:32
2
3 Modified: ChangeLog
4 Added: lwt-2.4.6.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.28 dev-ml/lwt/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/ChangeLog?rev=1.28&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/ChangeLog?rev=1.28&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/ChangeLog?r1=1.27&r2=1.28
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v
21 retrieving revision 1.27
22 retrieving revision 1.28
23 diff -u -r1.27 -r1.28
24 --- ChangeLog 19 Aug 2013 13:06:38 -0000 1.27
25 +++ ChangeLog 29 Oct 2014 09:24:32 -0000 1.28
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/lwt
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.27 2013/08/19 13:06:38 aballier Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lwt/ChangeLog,v 1.28 2014/10/29 09:24:32 aballier Exp $
32 +
33 +*lwt-2.4.6 (29 Oct 2014)
34 +
35 + 29 Oct 2014; Alexis Ballier <aballier@g.o> +lwt-2.4.6.ebuild:
36 + version bump
37
38 19 Aug 2013; Alexis Ballier <aballier@g.o> lwt-2.4.3.ebuild,
39 +files/lwt-2.4.3-ocaml-4.01.patch:
40
41
42
43 1.1 dev-ml/lwt/lwt-2.4.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/lwt-2.4.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/lwt/lwt-2.4.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: lwt-2.4.6.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/lwt/lwt-2.4.6.ebuild,v 1.1 2014/10/29 09:24:32 aballier Exp $
53
54 EAPI=5
55
56 OASIS_BUILD_TESTS=1
57 OASIS_BUILD_DOCS=1
58
59 inherit oasis
60
61 DESCRIPTION="Cooperative light-weight thread library for OCaml"
62 SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
63 HOMEPAGE="http://ocsigen.org/lwt"
64
65 IUSE="gtk +react +ssl"
66
67 DEPEND="react? ( >=dev-ml/react-1.2:= )
68 dev-libs/libev
69 ssl? ( >=dev-ml/ocaml-ssl-0.4.0:= )
70 gtk? ( dev-ml/lablgtk:= dev-libs/glib:2 )"
71
72 RDEPEND="${DEPEND}
73 !<www-servers/ocsigen-1.1"
74
75 SLOT="0/${PV}"
76 LICENSE="LGPL-2.1-with-linking-exception"
77 KEYWORDS="~amd64 ~x86-fbsd"
78
79 DOCS=( "CHANGES" "README" )
80
81 src_configure() {
82 oasis_configure_opts="$(use_enable gtk glib)
83 $(use_enable react)
84 $(use_enable ssl)
85 --disable-ppx" \
86 oasis_src_configure
87 }