Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/brltty: ChangeLog brltty-4.2.ebuild
Date: Tue, 29 Mar 2011 19:49:30
Message-Id: 20110329194921.2DA8820054@flycatcher.gentoo.org
1 williamh 11/03/29 19:49:21
2
3 Modified: ChangeLog brltty-4.2.ebuild
4 Log:
5 run eautoconf instead of eautoreconf in src_prepare to fix the build
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux i686)
8
9 Revision Changes Path
10 1.110 app-accessibility/brltty/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 28 Mar 2011 21:24:31 -0000 1.109
23 +++ ChangeLog 29 Mar 2011 19:49:21 -0000 1.110
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-accessibility/brltty
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.109 2011/03/28 21:24:31 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.110 2011/03/29 19:49:21 williamh Exp $
29 +
30 + 29 Mar 2011; William Hubbs <williamh@g.o> brltty-4.2.ebuild:
31 + run eautoconf instead of eautoreconf in src_prepare.
32
33 28 Mar 2011; William Hubbs <williamh@g.o> brltty-4.2.ebuild,
34 +files/brltty-4.2-fix-ldflags.patch:
35
36
37
38 1.5 app-accessibility/brltty/brltty-4.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild?r1=1.4&r2=1.5
43
44 Index: brltty-4.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- brltty-4.2.ebuild 28 Mar 2011 21:24:31 -0000 1.4
51 +++ brltty-4.2.ebuild 29 Mar 2011 19:49:21 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.4 2011/03/28 21:24:31 williamh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/brltty-4.2.ebuild,v 1.5 2011/03/29 19:49:21 williamh Exp $
57
58 EAPI="2"
59 FINDLIB_USE="ocaml"
60 @@ -39,7 +39,11 @@
61 epatch "${FILESDIR}"/${P}-glibc-212.patch
62
63 java-pkg-opt-2_src_prepare
64 - eautoreconf
65 +
66 + # We run eautoconf instead of using eautoreconf because brltty uses
67 + # a custom build system that uses autoconf without the rest of the
68 + # autotools.
69 + eautoconf
70 }
71
72 src_configure() {