Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libofx: ChangeLog libofx-0.9.0.ebuild
Date: Mon, 05 May 2008 22:29:50
Message-Id: E1Jt9Br-0000Av-V9@stork.gentoo.org
1 eva 08/05/05 22:29:47
2
3 Modified: ChangeLog libofx-0.9.0.ebuild
4 Log:
5 Fix compilation with gcc 4.3, see bug #218782.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.45 dev-libs/libofx/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/ChangeLog?rev=1.45&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/ChangeLog?rev=1.45&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/ChangeLog?r1=1.44&r2=1.45
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v
18 retrieving revision 1.44
19 retrieving revision 1.45
20 diff -u -r1.44 -r1.45
21 --- ChangeLog 27 Mar 2008 22:36:54 -0000 1.44
22 +++ ChangeLog 5 May 2008 22:29:47 -0000 1.45
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-libs/libofx
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.44 2008/03/27 22:36:54 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.45 2008/05/05 22:29:47 eva Exp $
28 +
29 + 06 May 2008; Gilles Dartiguelongue <eva@g.o>
30 + +files/libofx-0.9.0-gcc43.patch, libofx-0.9.0.ebuild:
31 + Fix compilation with gcc 4.3, see bug #218782.
32
33 27 Mar 2008; Jeroen Roovers <jer@g.o> libofx-0.9.0.ebuild:
34 Marked ~hppa (bug #214356).
35
36
37
38 1.6 dev-libs/libofx/libofx-0.9.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild?r1=1.5&r2=1.6
43
44 Index: libofx-0.9.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- libofx-0.9.0.ebuild 27 Mar 2008 22:36:54 -0000 1.5
51 +++ libofx-0.9.0.ebuild 5 May 2008 22:29:47 -0000 1.6
52 @@ -1,12 +1,14 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild,v 1.5 2008/03/27 22:36:54 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild,v 1.6 2008/05/05 22:29:47 eva Exp $
57
58 EAPI="1"
59
60 +inherit eutils
61 +
62 DESCRIPTION="Library to support the Open Financial eXchange XML Format"
63 HOMEPAGE="http://libofx.sourceforge.net/"
64 -SRC_URI="mirror://sourceforge/libofx/${P}.tar.gz"
65 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69 @@ -37,6 +39,9 @@
70 -e 's|^\(SUBDIRS = .*\) doc|\1|' \
71 "${S}/Makefile.in" || die "sed failed"
72 fi
73 +
74 + # Fix compilation with gcc 4.3, see bug #218782
75 + epatch "${FILESDIR}/${P}-gcc43.patch"
76 }
77
78 src_install() {
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list