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