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