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/type-conv: type-conv-108.00.01.ebuild ChangeLog
Date: Sat, 30 Jun 2012 15:02:18
Message-Id: 20120630150207.F11E42004B@flycatcher.gentoo.org
1 aballier 12/06/30 15:02:07
2
3 Modified: ChangeLog
4 Added: type-conv-108.00.01.ebuild
5 Log:
6 bump to janestreet version
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.17 dev-ml/type-conv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 30 Jun 2012 12:34:52 -0000 1.16
24 +++ ChangeLog 30 Jun 2012 15:02:07 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ml/type-conv
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.16 2012/06/30 12:34:52 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.17 2012/06/30 15:02:07 aballier Exp $
30 +
31 +*type-conv-108.00.01 (30 Jun 2012)
32 +
33 + 30 Jun 2012; Alexis Ballier <aballier@g.o>
34 + +type-conv-108.00.01.ebuild:
35 + bump to janestreet version
36
37 *type-conv-3.0.5 (30 Jun 2012)
38
39
40
41
42 1.1 dev-ml/type-conv/type-conv-108.00.01.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-108.00.01.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-108.00.01.ebuild?rev=1.1&content-type=text/plain
46
47 Index: type-conv-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/type-conv/type-conv-108.00.01.ebuild,v 1.1 2012/06/30 15:02:07 aballier Exp $
52
53 EAPI="3"
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 MY_P=${PN/-/_}-${PV}
60 DESCRIPTION="Mini library required for some other preprocessing libraries"
61 HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
62 SRC_URI="http://bitbucket.org/yminsky/ocaml-core/downloads/${MY_P}.tar.gz"
63
64 LICENSE="LGPL-2.1-linking-exception"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 RDEPEND=""
70 DEPEND="${RDEPEND}"
71
72 DOCS=( "README.txt" "Changelog" )
73
74 S="${WORKDIR}/${MY_P}"