Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: ChangeLog abiword-plugins-2.6.8.ebuild
Date: Wed, 29 Jul 2009 22:51:05
Message-Id: E1MWHzC-0002sO-JH@stork.gentoo.org
1 dirtyepic 09/07/29 22:51:02
2
3 Modified: ChangeLog abiword-plugins-2.6.8.ebuild
4 Log:
5 Fix building w/ glibc-2.10 for bug #273877. Patch pulled from upstream.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.64 app-office/abiword-plugins/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -u -r1.63 -r1.64
21 --- ChangeLog 30 Mar 2009 15:01:03 -0000 1.63
22 +++ ChangeLog 29 Jul 2009 22:51:02 -0000 1.64
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-office/abiword-plugins
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.63 2009/03/30 15:01:03 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.64 2009/07/29 22:51:02 dirtyepic Exp $
28 +
29 + 29 Jul 2009; Ryan Hill <dirtyepic@g.o>
30 + abiword-plugins-2.6.8.ebuild,
31 + +files/abiword-plugins-2.6.8-glibc-2.10.patch:
32 + Fix building w/ glibc-2.10 for bug #273877. Patch pulled from upstream.
33
34 30 Mar 2009; Peter Alfredsen <loki_val@g.o>
35 abiword-plugins-2.4.6.ebuild, abiword-plugins-2.6.4.ebuild,
36
37
38
39 1.3 app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild?r1=1.2&r2=1.3
44
45 Index: abiword-plugins-2.6.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- abiword-plugins-2.6.8.ebuild 30 Mar 2009 15:01:03 -0000 1.2
52 +++ abiword-plugins-2.6.8.ebuild 29 Jul 2009 22:51:02 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.2 2009/03/30 15:01:03 loki_val Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.3 2009/07/29 22:51:02 dirtyepic Exp $
58
59 EAPI=2
60
61 @@ -56,6 +56,10 @@
62 fi
63 }
64
65 +src_prepare() {
66 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
67 +}
68 +
69 src_configure(){
70 local myconf="--enable-all \
71 --with-abiword="${WORKDIR}/abiword-${PV}" \