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: camlp5-5.08.ebuild camlp5-5.09.ebuild ChangeLog
Date: Wed, 02 Jul 2008 21:07:41
Message-Id: E1KE9Y7-0007gg-JR@stork.gentoo.org
1 aballier 08/07/02 21:07:35
2
3 Modified: camlp5-5.08.ebuild camlp5-5.09.ebuild ChangeLog
4 Log:
5 set eapi before inherit, as pointed out by Thomas Anderson
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
7
8 Revision Changes Path
9 1.6 dev-ml/camlp5/camlp5-5.08.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild?r1=1.5&r2=1.6
14
15 Index: camlp5-5.08.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- camlp5-5.08.ebuild 8 Apr 2008 13:20:50 -0000 1.5
22 +++ camlp5-5.08.ebuild 2 Jul 2008 21:07:35 -0000 1.6
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild,v 1.5 2008/04/08 13:20:50 armin76 Exp $
27 -
28 -inherit multilib findlib eutils
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.08.ebuild,v 1.6 2008/07/02 21:07:35 aballier Exp $
30
31 EAPI="1"
32
33 +inherit multilib findlib eutils
34 +
35 DESCRIPTION="A preprocessor-pretty-printer of ocaml"
36 HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
37 SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz"
38
39
40
41 1.2 dev-ml/camlp5/camlp5-5.09.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild?r1=1.1&r2=1.2
46
47 Index: camlp5-5.09.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- camlp5-5.09.ebuild 2 Jul 2008 20:57:27 -0000 1.1
54 +++ camlp5-5.09.ebuild 2 Jul 2008 21:07:35 -0000 1.2
55 @@ -1,11 +1,11 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.1 2008/07/02 20:57:27 aballier Exp $
59 -
60 -inherit multilib findlib eutils
61 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.09.ebuild,v 1.2 2008/07/02 21:07:35 aballier Exp $
62
63 EAPI="1"
64
65 +inherit multilib findlib eutils
66 +
67 DESCRIPTION="A preprocessor-pretty-printer of ocaml"
68 HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
69 SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${P}.tgz"
70
71
72
73 1.23 dev-ml/camlp5/ChangeLog
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.23&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?rev=1.23&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/camlp5/ChangeLog?r1=1.22&r2=1.23
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v
82 retrieving revision 1.22
83 retrieving revision 1.23
84 diff -u -r1.22 -r1.23
85 --- ChangeLog 2 Jul 2008 20:57:27 -0000 1.22
86 +++ ChangeLog 2 Jul 2008 21:07:35 -0000 1.23
87 @@ -1,6 +1,10 @@
88 # ChangeLog for dev-ml/camlp5
89 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.22 2008/07/02 20:57:27 aballier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.23 2008/07/02 21:07:35 aballier Exp $
92 +
93 + 02 Jul 2008; Alexis Ballier <aballier@g.o> camlp5-5.08.ebuild,
94 + camlp5-5.09.ebuild:
95 + set eapi before inherit, as pointed out by Thomas Anderson
96
97 *camlp5-5.09 (02 Jul 2008)
98
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list