Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/abiword: abiword-2.8.6.ebuild ChangeLog
Date: Thu, 07 Oct 2010 08:02:54
Message-Id: 20101007074234.D998C20051@flycatcher.gentoo.org
1 pacho 10/10/07 07:42:34
2
3 Modified: abiword-2.8.6.ebuild ChangeLog
4 Log:
5 Fix icon installation (thanks to Faustus for reminding the problem in bug #220097) and asio dependency (bug #326729 by Samuli Suominen).
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 app-office/abiword/abiword-2.8.6.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?r1=1.10&r2=1.11
14
15 Index: abiword-2.8.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- abiword-2.8.6.ebuild 13 Sep 2010 12:59:50 -0000 1.10
22 +++ abiword-2.8.6.ebuild 7 Oct 2010 07:42:34 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.10 2010/09/13 12:59:50 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.11 2010/10/07 07:42:34 pacho Exp $
28
29 EAPI="3"
30
31 @@ -35,7 +35,6 @@
32 >=x11-libs/goffice-0.8:0.8 )
33 plugins? (
34 collab? (
35 - dev-cpp/asio
36 >=dev-libs/boost-1.33.1
37 >=dev-libs/libxml2-2.4
38 >=net-libs/loudmouth-1
39 @@ -61,7 +60,9 @@
40 # svg? ( >=gnome-base/librsvg-2 )
41
42 DEPEND="${RDEPEND}
43 - >=dev-util/pkgconfig-0.9"
44 + >=dev-util/pkgconfig-0.9
45 + plugins? (
46 + collab? ( dev-cpp/asio ) )"
47
48 pkg_setup() {
49 # do not enable gnome-vfs
50 @@ -124,7 +125,7 @@
51 gnome2_src_prepare
52
53 # install icon to pixmaps (bug #220097)
54 - sed 's:icondir= $(datadir)/icons:icondir = $(datadir)/pixmaps:' \
55 + sed 's:$(datadir)/icons:$(datadir)/pixmaps:' \
56 -i Makefile.am Makefile.in || die "sed 1 failed"
57 # readme.txt will be installed using dodoc
58 sed '/readme\.txt\|abw/d' \
59
60
61
62 1.229 app-office/abiword/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.229&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.229&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?r1=1.228&r2=1.229
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
71 retrieving revision 1.228
72 retrieving revision 1.229
73 diff -u -r1.228 -r1.229
74 --- ChangeLog 13 Sep 2010 12:59:50 -0000 1.228
75 +++ ChangeLog 7 Oct 2010 07:42:34 -0000 1.229
76 @@ -1,6 +1,10 @@
77 # ChangeLog for app-office/abiword
78 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.228 2010/09/13 12:59:50 josejx Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.229 2010/10/07 07:42:34 pacho Exp $
81 +
82 + 07 Oct 2010; Pacho Ramos <pacho@g.o> abiword-2.8.6.ebuild:
83 + Fix icon installation (thanks to Faustus for reminding the problem in bug
84 + #220097) and asio dependency (bug #326729 by Samuli Suominen).
85
86 13 Sep 2010; Joseph Jezak <josejx@g.o> abiword-2.8.6.ebuild:
87 Marked ppc stable for bug #326503.