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: Wed, 26 Jan 2011 21:21:24
Message-Id: 20110126212114.4E01020054@flycatcher.gentoo.org
1 pacho 11/01/26 21:21:14
2
3 Modified: abiword-2.8.6.ebuild ChangeLog
4 Log:
5 Fix asio DEPEND (bug #343469 by Pablo Cholaky).
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 app-office/abiword/abiword-2.8.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild?r1=1.12&r2=1.13
15
16 Index: abiword-2.8.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- abiword-2.8.6.ebuild 8 Nov 2010 22:47:31 -0000 1.12
23 +++ abiword-2.8.6.ebuild 26 Jan 2011 21:21:14 -0000 1.13
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.12 2010/11/08 22:47:31 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.8.6.ebuild,v 1.13 2011/01/26 21:21:14 pacho Exp $
30
31 EAPI="3"
32
33 @@ -61,8 +61,7 @@
34
35 DEPEND="${RDEPEND}
36 >=dev-util/pkgconfig-0.9
37 - plugins? (
38 - collab? ( dev-cpp/asio ) )"
39 + collab? ( dev-cpp/asio )"
40
41 pkg_setup() {
42 # do not enable gnome-vfs
43
44
45
46 1.231 app-office/abiword/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.231&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.231&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?r1=1.230&r2=1.231
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
55 retrieving revision 1.230
56 retrieving revision 1.231
57 diff -u -r1.230 -r1.231
58 --- ChangeLog 8 Nov 2010 22:47:31 -0000 1.230
59 +++ ChangeLog 26 Jan 2011 21:21:14 -0000 1.231
60 @@ -1,6 +1,9 @@
61 # ChangeLog for app-office/abiword
62 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.230 2010/11/08 22:47:31 eva Exp $
64 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.231 2011/01/26 21:21:14 pacho Exp $
66 +
67 + 26 Jan 2011; Pacho Ramos <pacho@g.o> abiword-2.8.6.ebuild:
68 + Fix asio DEPEND (bug #343469 by Pablo Cholaky).
69
70 08 Nov 2010; Gilles Dartiguelongue <eva@g.o> abiword-2.8.6.ebuild:
71 Allow use of alternate jpeg implementation.