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-2.0.1.ebuild ChangeLog
Date: Wed, 29 Sep 2010 19:16:22
Message-Id: 20100929191614.8AF9120051@flycatcher.gentoo.org
1 aballier 10/09/29 19:16:14
2
3 Modified: ChangeLog
4 Added: type-conv-2.0.1.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2_rc88/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-ml/type-conv/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 3 Aug 2010 11:51:42 -0000 1.7
24 +++ ChangeLog 29 Sep 2010 19:16:14 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ml/type-conv
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.7 2010/08/03 11:51:42 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.8 2010/09/29 19:16:14 aballier Exp $
30 +
31 +*type-conv-2.0.1 (29 Sep 2010)
32 +
33 + 29 Sep 2010; Alexis Ballier <aballier@g.o> +type-conv-2.0.1.ebuild:
34 + version bump
35
36 *type-conv-2.0.0 (03 Aug 2010)
37
38
39
40
41 1.1 dev-ml/type-conv/type-conv-2.0.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-2.0.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/type-conv/type-conv-2.0.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: type-conv-2.0.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-2.0.1.ebuild,v 1.1 2010/09/29 19:16:14 aballier Exp $
51
52 EAPI="2"
53
54 inherit findlib
55
56 DESCRIPTION="Mini library required for some other preprocessing libraries"
57 HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
58 SRC_URI="http://ocaml.info/ocaml_sources/${P}.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64"
63 IUSE=""
64
65 DEPEND=">=dev-lang/ocaml-3.12"
66 RDEPEND="${DEPEND}"
67
68 src_install() {
69 findlib_src_preinst
70 emake install || die "make install failed"
71 dodoc README.txt Changelog
72 }