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-3.0.0-r1.ebuild ChangeLog
Date: Sun, 09 Feb 2014 12:15:04
Message-Id: 20140209121500.958612004E@flycatcher.gentoo.org
1 pacho 14/02/09 12:15:00
2
3 Modified: abiword-3.0.0-r1.ebuild ChangeLog
4 Log:
5 Fix build with libcrypt-1.6 (#495176 by Anton Kochkov) and boost dependency (#493786 by Maxim Kammerer)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.8 app-office/abiword/abiword-3.0.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild?r1=1.7&r2=1.8
15
16 Index: abiword-3.0.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- abiword-3.0.0-r1.ebuild 19 Dec 2013 21:10:25 -0000 1.7
23 +++ abiword-3.0.0-r1.ebuild 9 Feb 2014 12:15:00 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.7 2013/12/19 21:10:25 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r1.ebuild,v 1.8 2014/02/09 12:15:00 pacho Exp $
30
31 EAPI=5
32 GCONF_DEBUG="yes"
33 @@ -22,7 +22,6 @@
34
35 RDEPEND="
36 >=app-text/wv-1.2
37 - >=dev-libs/boost-1.40.0
38 >=dev-libs/fribidi-0.10.4
39 >=dev-libs/glib-2.16:2
40 >=dev-libs/libgcrypt-1.4.5
41 @@ -62,6 +61,7 @@
42 "
43 DEPEND="${RDEPEND}
44 dev-lang/perl
45 + >=dev-libs/boost-1.40.0
46 virtual/pkgconfig
47 collab? ( dev-cpp/asio )
48 "
49 @@ -77,6 +77,9 @@
50 # http://bugzilla.abisource.com/show_bug.cgi?id=13564
51 epatch "${FILESDIR}/${PN}-3.0.0-fix-crash.patch"
52
53 + # http://bugzilla.abisource.com/show_bug.cgi?id=13589
54 + epatch "${FILESDIR}/${PN}-3.0.0-libgcrypt_1_6_0-1.patch"
55 +
56 gnome2_src_prepare
57 }
58
59
60
61
62 1.273 app-office/abiword/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.273&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?rev=1.273&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/ChangeLog?r1=1.272&r2=1.273
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v
71 retrieving revision 1.272
72 retrieving revision 1.273
73 diff -u -r1.272 -r1.273
74 --- ChangeLog 19 Dec 2013 21:10:25 -0000 1.272
75 +++ ChangeLog 9 Feb 2014 12:15:00 -0000 1.273
76 @@ -1,6 +1,11 @@
77 # ChangeLog for app-office/abiword
78 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.272 2013/12/19 21:10:25 pacho Exp $
80 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.273 2014/02/09 12:15:00 pacho Exp $
82 +
83 + 09 Feb 2014; Pacho Ramos <pacho@g.o>
84 + +files/abiword-3.0.0-libgcrypt_1_6_0-1.patch, abiword-3.0.0-r1.ebuild:
85 + Fix build with libcrypt-1.6 (#495176 by Anton Kochkov) and boost dependency
86 + (#493786 by Maxim Kammerer)
87
88 19 Dec 2013; Pacho Ramos <pacho@g.o> abiword-3.0.0-r1.ebuild:
89 eds-3.6 or newer is needed (#494774 by Jeremy Huddleston)