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/async: async-109.35.00.ebuild ChangeLog
Date: Thu, 01 Aug 2013 14:54:51
Message-Id: 20130801145445.B5E412171C@flycatcher.gentoo.org
1 aballier 13/08/01 14:54:45
2
3 Modified: ChangeLog
4 Added: async-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.6 dev-ml/async/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 22 Jul 2013 17:42:52 -0000 1.5
24 +++ ChangeLog 1 Aug 2013 14:54:45 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ml/async
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.5 2013/07/22 17:42:52 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/async/ChangeLog,v 1.6 2013/08/01 14:54:45 aballier Exp $
30 +
31 +*async-109.35.00 (01 Aug 2013)
32 +
33 + 01 Aug 2013; Alexis Ballier <aballier@g.o> +async-109.35.00.ebuild:
34 + version bump
35
36 *async-109.34.00 (22 Jul 2013)
37
38
39
40
41 1.1 dev-ml/async/async-109.35.00.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/async-109.35.00.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/async/async-109.35.00.ebuild?rev=1.1&content-type=text/plain
45
46 Index: async-109.35.00.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ml/async/async-109.35.00.ebuild,v 1.1 2013/08/01 14:54:45 aballier Exp $
51
52 EAPI="5"
53
54 OASIS_BUILD_DOCS=1
55 OASIS_BUILD_TESTS=1
56
57 inherit oasis
58
59 MY_P=${PN/-/_}-${PV}
60 DESCRIPTION="Jane Street Capital's asynchronous execution library"
61 HOMEPAGE="http://www.janestreet.com/ocaml"
62 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
63 http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
64
65 LICENSE="Apache-2.0"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64"
68 IUSE="examples"
69
70 RDEPEND=">=dev-lang/ocaml-4.00.0:=
71 >=dev-ml/async_core-${PV}:=
72 >=dev-ml/async_unix-${PV}:=
73 >=dev-ml/async_extra-${PV}:=
74 "
75 DEPEND="${RDEPEND}
76 test? ( >=dev-ml/ounit-1.0.2 )"
77
78 S="${WORKDIR}/${MY_P}"
79
80 src_install() {
81 oasis_src_install
82 if use examples ; then
83 dodoc -r examples
84 docompress -x /usr/share/doc/${PF}/examples
85 fi
86 }