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/typehashlib: ChangeLog typehashlib-109.15.02.ebuild
Date: Fri, 24 May 2013 17:18:27
Message-Id: 20130524171821.271F22171D@flycatcher.gentoo.org
1 aballier 13/05/24 17:18:21
2
3 Modified: ChangeLog
4 Added: typehashlib-109.15.02.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.4 dev-ml/typehashlib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 11 Apr 2013 11:12:59 -0000 1.3
24 +++ ChangeLog 24 May 2013 17:18:21 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/typehashlib
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.3 2013/04/11 11:12:59 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/typehashlib/ChangeLog,v 1.4 2013/05/24 17:18:21 aballier Exp $
30 +
31 +*typehashlib-109.15.02 (24 May 2013)
32 +
33 + 24 May 2013; Alexis Ballier <aballier@g.o>
34 + +typehashlib-109.15.02.ebuild:
35 + version bump
36
37 *typehashlib-109.15.00 (11 Apr 2013)
38
39
40
41
42 1.1 dev-ml/typehashlib/typehashlib-109.15.02.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/typehashlib/typehashlib-109.15.02.ebuild?rev=1.1&content-type=text/plain
46
47 Index: typehashlib-109.15.02.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/typehashlib/typehashlib-109.15.02.ebuild,v 1.1 2013/05/24 17:18:21 aballier Exp $
52
53 EAPI="5"
54
55 inherit oasis
56
57 MY_P=${PN/-/_}-${PV}
58 DESCRIPTION="Syntax extension for deriving 'typehash' functions automatically"
59 HOMEPAGE="http://www.janestreet.com/ocaml"
60 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
61 http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
62
63 LICENSE="Apache-2.0"
64 SLOT="0/${PV}"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 DEPEND=">=dev-lang/ocaml-4.00.0:=
69 >=dev-ml/type-conv-${PV}:="
70 RDEPEND="${DEPEND}"
71
72 S="${WORKDIR}/${MY_P}"