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/pcre-ocaml: pcre-ocaml-5.15.0.ebuild ChangeLog
Date: Sun, 21 Jun 2009 12:16:16
Message-Id: E1MILy2-0001dP-CS@stork.gentoo.org
1 aballier 09/06/21 12:16:14
2
3 Modified: pcre-ocaml-5.15.0.ebuild ChangeLog
4 Log:
5 define eapi before inherit and assign rdepend explicitly
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild?r1=1.6&r2=1.7
14
15 Index: pcre-ocaml-5.15.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- pcre-ocaml-5.15.0.ebuild 25 Sep 2008 12:13:16 -0000 1.6
22 +++ pcre-ocaml-5.15.0.ebuild 21 Jun 2009 12:16:14 -0000 1.7
23 @@ -1,18 +1,19 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.6 2008/09/25 12:13:16 aballier Exp $
28 -
29 -inherit findlib eutils
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.15.0.ebuild,v 1.7 2009/06/21 12:16:14 aballier Exp $
31
32 EAPI="1"
33
34 +inherit findlib eutils
35 +
36 DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml"
37 HOMEPAGE="http://www.ocaml.info/home/ocaml_sources.html"
38 SRC_URI="http://www.ocaml.info/ocaml_sources/${P}.tar.bz2"
39 LICENSE="LGPL-2.1"
40
41 -DEPEND=">=dev-lang/ocaml-3.07
42 +RDEPEND=">=dev-lang/ocaml-3.07
43 >=dev-libs/libpcre-4.5"
44 +DEPEND="${RDEPEND}"
45 SLOT="0"
46 IUSE="examples +ocamlopt"
47 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
48
49
50
51 1.26 dev-ml/pcre-ocaml/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.26&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.26&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.25&r2=1.26
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
60 retrieving revision 1.25
61 retrieving revision 1.26
62 diff -u -r1.25 -r1.26
63 --- ChangeLog 25 Sep 2008 12:13:16 -0000 1.25
64 +++ ChangeLog 21 Jun 2009 12:16:14 -0000 1.26
65 @@ -1,6 +1,10 @@
66 # ChangeLog for dev-ml/pcre-ocaml
67 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.25 2008/09/25 12:13:16 aballier Exp $
69 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.26 2009/06/21 12:16:14 aballier Exp $
71 +
72 + 21 Jun 2009; Alexis Ballier <aballier@g.o>
73 + pcre-ocaml-5.15.0.ebuild:
74 + define eapi before inherit and assign rdepend explicitly
75
76 25 Sep 2008; Alexis Ballier <aballier@g.o>
77 pcre-ocaml-5.15.0.ebuild: