Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword-plugins: abiword-plugins-2.4.6.ebuild ChangeLog abiword-plugins-2.4.5.ebuild
Date: Sat, 08 Sep 2007 11:37:37
Message-Id: E1ITyWV-0004L0-1Z@stork.gentoo.org
1 eva 07/09/08 11:30:47
2
3 Modified: abiword-plugins-2.4.6.ebuild ChangeLog
4 Removed: abiword-plugins-2.4.5.ebuild
5 Log:
6 Prune older versions and fix compilation against poppler-0.6, fix bug #183361
7 (Portage version: 2.1.3.7)
8
9 Revision Changes Path
10 1.11 app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?r1=1.10&r2=1.11
15
16 Index: abiword-plugins-2.4.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- abiword-plugins-2.4.6.ebuild 26 Jun 2007 07:32:29 -0000 1.10
23 +++ abiword-plugins-2.4.6.ebuild 8 Sep 2007 11:30:46 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.10 2007/06/26 07:32:29 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.11 2007/09/08 11:30:46 eva Exp $
29
30 inherit eutils
31
32 @@ -47,6 +47,11 @@
33 unpack ${A}
34 cd ${S}
35 epatch ${FILESDIR}/poppler_abi_change.patch
36 +
37 + # Fix use of poppler API
38 + if has_version '>=app-text/poppler-0.6'; then
39 + epatch "${FILESDIR}"/${P}-poppler-0.6-api.patch
40 + fi
41 }
42
43 src_compile() {
44
45
46
47 1.35 app-office/abiword-plugins/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.35&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.35&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.34&r2=1.35
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
56 retrieving revision 1.34
57 retrieving revision 1.35
58 diff -u -r1.34 -r1.35
59 --- ChangeLog 26 Jun 2007 07:32:29 -0000 1.34
60 +++ ChangeLog 8 Sep 2007 11:30:46 -0000 1.35
61 @@ -1,6 +1,11 @@
62 # ChangeLog for app-office/abiword-plugins
63 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.34 2007/06/26 07:32:29 opfer Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.35 2007/09/08 11:30:46 eva Exp $
66 +
67 + 08 Sep 2007; Gilles Dartiguelongue <eva@g.o>
68 + +files/abiword-plugins-2.4.6-poppler-0.6-api.patch,
69 + -abiword-plugins-2.4.5.ebuild, abiword-plugins-2.4.6.ebuild:
70 + Prune older release, fix compilation against poppler-0.6
71
72 26 Jun 2007; Christian Faulhammer <opfer@g.o>
73 abiword-plugins-2.4.6.ebuild:
74
75
76
77 --
78 gentoo-commits@g.o mailing list