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.00.ebuild
Date: Thu, 27 Sep 2007 20:26:56
Message-Id: E1IazoT-0006Uc-46@stork.gentoo.org
1 aballier 07/09/27 20:18:21
2
3 Modified: ChangeLog
4 Added: camlp5-5.00.ebuild
5 Log:
6 version bump, using transitional mode for compatibility with app-misc/ledit
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.4 dev-ml/camlp5/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 8 Sep 2007 13:08:34 -0000 1.3
23 +++ ChangeLog 27 Sep 2007 20:18:20 -0000 1.4
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.3 2007/09/08 13:08:34 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.4 2007/09/27 20:18:20 aballier Exp $
29 +
30 +*camlp5-5.00 (27 Sep 2007)
31 +
32 + 27 Sep 2007; Alexis Ballier <aballier@g.o> +camlp5-5.00.ebuild:
33 + version bump, using transitional mode for compatibility with app-misc/ledit
34
35 08 Sep 2007; nixnut <nixnut@g.o> camlp5-4.08.ebuild:
36 Added ~ppc wrt bug 190720
37
38
39
40 1.1 dev-ml/camlp5/camlp5-5.00.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.00.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.00.ebuild?rev=1.1&content-type=text/plain
44
45 Index: camlp5-5.00.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.00.ebuild,v 1.1 2007/09/27 20:18:20 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/${P}.tgz"
56
57 LICENSE="BSD"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE="doc"
61
62 DEPEND=">=dev-lang/ocaml-3.10.0"
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
80 }
81
82
83
84 --
85 gentoo-commits@g.o mailing list