Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@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
Date: Fri, 19 Oct 2007 14:56:56
Message-Id: E1Iisls-0007sZ-2o@stork.gentoo.org
1 je_fro 07/10/19 14:24:16
2
3 Modified: abiword-plugins-2.4.6.ebuild ChangeLog
4 Log:
5 Changed goffice dependency as per bug #191555. Big Thanks(tm) to rbridge.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.12 app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild?r1=1.11&r2=1.12
14
15 Index: abiword-plugins-2.4.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- abiword-plugins-2.4.6.ebuild 8 Sep 2007 11:30:46 -0000 1.11
22 +++ abiword-plugins-2.4.6.ebuild 19 Oct 2007 14:24:15 -0000 1.12
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.4.6.ebuild,v 1.12 2007/10/19 14:24:15 je_fro Exp $
28
29 inherit eutils
30
31 @@ -23,7 +23,7 @@
32 >=gnome-base/libglade-2
33 >=gnome-extra/libgsf-1.12.1
34 bzip2? ( app-arch/bzip2 )
35 - gnome? ( >=x11-libs/goffice-0.1 )
36 + gnome? ( =x11-libs/goffice-0.2* )
37 grammar? ( >=dev-libs/link-grammar-4.2.2 )
38 jpeg? ( >=media-libs/jpeg-6b-r2 )
39 libgda? (
40 @@ -45,8 +45,8 @@
41
42 src_unpack() {
43 unpack ${A}
44 - cd ${S}
45 - epatch ${FILESDIR}/poppler_abi_change.patch
46 + cd "${S}"
47 + epatch "${FILESDIR}/poppler_abi_change.patch"
48
49 # Fix use of poppler API
50 if has_version '>=app-text/poppler-0.6'; then
51 @@ -56,7 +56,7 @@
52
53 src_compile() {
54 local myconf="--enable-all \
55 - --with-abiword=${WORKDIR}/abiword-${PV}/abi \
56 + --with-abiword="${WORKDIR}/abiword-${PV}/abi" \
57 $(use_enable debug) \
58 $(use_with bzip2 bz2abw) \
59 $(use_with gnome abigochart) \
60
61
62
63 1.36 app-office/abiword-plugins/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.36&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?rev=1.36&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/abiword-plugins/ChangeLog?r1=1.35&r2=1.36
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v
72 retrieving revision 1.35
73 retrieving revision 1.36
74 diff -u -r1.35 -r1.36
75 --- ChangeLog 8 Sep 2007 11:30:46 -0000 1.35
76 +++ ChangeLog 19 Oct 2007 14:24:15 -0000 1.36
77 @@ -1,6 +1,9 @@
78 # ChangeLog for app-office/abiword-plugins
79 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.35 2007/09/08 11:30:46 eva Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.36 2007/10/19 14:24:15 je_fro Exp $
82 +
83 + 19 Oct 2007; <jeff@g.o> abiword-plugins-2.4.6.ebuild:
84 + Changed goffice dependency as per bug #191555. Big Thanks(tm) to rbridge.
85
86 08 Sep 2007; Gilles Dartiguelongue <eva@g.o>
87 +files/abiword-plugins-2.4.6-poppler-0.6-api.patch,
88
89
90
91 --
92 gentoo-commits@g.o mailing list