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/camlp5: ChangeLog camlp5-5.03.ebuild camlp5-5.02.ebuild
Date: Tue, 20 Nov 2007 13:26:32
Message-Id: E1IuT7Q-0000PL-OZ@stork.gentoo.org
1 aballier 07/11/20 13:26:24
2
3 Modified: ChangeLog
4 Added: camlp5-5.03.ebuild
5 Removed: camlp5-5.02.ebuild
6 Log:
7 version bump, this one can now safely be installed with ocaml 3.09 they dont collide anymore
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.9 dev-ml/camlp5/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 30 Oct 2007 21:51:12 -0000 1.8
24 +++ ChangeLog 20 Nov 2007 13:26:24 -0000 1.9
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ml/camlp5
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.8 2007/10/30 21:51:12 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.9 2007/11/20 13:26:24 aballier Exp $
30 +
31 +*camlp5-5.03 (20 Nov 2007)
32 +
33 + 20 Nov 2007; Alexis Ballier <aballier@g.o> -camlp5-5.02.ebuild,
34 + +camlp5-5.03.ebuild:
35 + version bump, this one can now safely be installed with ocaml 3.09 they dont
36 + collide anymore
37
38 *camlp5-5.02 (30 Oct 2007)
39
40
41
42
43 1.1 dev-ml/camlp5/camlp5-5.03.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.03.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.03.ebuild?rev=1.1&content-type=text/plain
47
48 Index: camlp5-5.03.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.03.ebuild,v 1.1 2007/11/20 13:26:24 aballier Exp $
53
54 inherit multilib eutils
55
56 DESCRIPTION="A preprocessor-pretty-printer of ocaml"
57 HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
58 SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz"
59
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE="doc"
64
65 DEPEND=">=dev-lang/ocaml-3.09"
66 RDEPEND="${DEPEND}"
67
68 src_compile() {
69 ./configure \
70 -prefix /usr \
71 -bindir /usr/bin \
72 -libdir /usr/$(get_libdir)/ocaml \
73 -mandir /usr/share/man || die "configure failed"
74
75 emake -j1 world.opt || die "emake failed"
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "emake install failed"
80 use doc && dohtml -r doc/*
81
82 dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list