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: ChangeLog pcre-ocaml-6.2.5.ebuild
Date: Wed, 22 Aug 2012 14:23:16
Message-Id: 20120822142306.68F3320354@flycatcher.gentoo.org
1 aballier 12/08/22 14:23:06
2
3 Modified: ChangeLog pcre-ocaml-6.2.5.ebuild
4 Log:
5 set empty CLIBS, fixing bug #422663
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.48 dev-ml/pcre-ocaml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 5 Jul 2012 02:07:11 -0000 1.47
23 +++ ChangeLog 22 Aug 2012 14:23:06 -0000 1.48
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ml/pcre-ocaml
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.47 2012/07/05 02:07:11 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.48 2012/08/22 14:23:06 aballier Exp $
29 +
30 + 22 Aug 2012; Alexis Ballier <aballier@g.o> pcre-ocaml-6.2.5.ebuild:
31 + set empty CLIBS, fixing bug #422663
32
33 05 Jul 2012; Alexis Ballier <aballier@g.o> -pcre-ocaml-6.1.1.ebuild,
34 -pcre-ocaml-6.2.2.ebuild:
35
36
37
38 1.5 dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild?r1=1.4&r2=1.5
43
44 Index: pcre-ocaml-6.2.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- pcre-ocaml-6.2.5.ebuild 3 Jul 2012 16:12:20 -0000 1.4
51 +++ pcre-ocaml-6.2.5.ebuild 22 Aug 2012 14:23:06 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild,v 1.4 2012/07/03 16:12:20 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild,v 1.5 2012/08/22 14:23:06 aballier Exp $
57
58 EAPI="2"
59
60 @@ -18,6 +18,8 @@
61 IUSE="examples +ocamlopt"
62 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
63
64 +CLIBS="" # Workaround for bug #422663
65 +
66 src_prepare() {
67 epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch"
68 }