Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libofx: libofx-0.9.1.ebuild libofx-0.8.3.ebuild
Date: Mon, 01 Feb 2010 09:06:49
Message-Id: E1NbsF5-0007BR-HQ@stork.gentoo.org
1 ssuominen 10/02/01 09:06:47
2
3 Modified: libofx-0.9.1.ebuild
4 Removed: libofx-0.8.3.ebuild
5 Log:
6 Remove old. Move comments where they belong, from ebuild to the patch.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-libs/libofx/libofx-0.9.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.1.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.1.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.1.ebuild?r1=1.7&r2=1.8
15
16 Index: libofx-0.9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.1.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- libofx-0.9.1.ebuild 19 Jan 2010 14:35:43 -0000 1.7
23 +++ libofx-0.9.1.ebuild 1 Feb 2010 09:06:47 -0000 1.8
24 @@ -1,9 +1,8 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.1.ebuild,v 1.7 2010/01/19 14:35:43 ranger Exp $
28 -
29 -EAPI="1"
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.1.ebuild,v 1.8 2010/02/01 09:06:47 ssuominen Exp $
31
32 +EAPI=1
33 inherit eutils
34
35 DESCRIPTION="Library to support the Open Financial eXchange XML Format"
36 @@ -19,7 +18,6 @@
37 >=net-misc/curl-7.9.7
38 dev-cpp/libxmlpp:0
39 dev-libs/libxml2"
40 -RDEPEND="${DEPEND}"
41
42 src_unpack() {
43 unpack ${A}
44 @@ -41,18 +39,11 @@
45 "${S}/Makefile.in" || die "sed failed"
46 fi
47
48 - # Fix compilation with gcc 4.3, see bug #218782
49 cd "${S}"
50 - epatch "${FILESDIR}/${PN}-0.9.0-gcc43.patch"
51 + epatch "${FILESDIR}"/${PN}-0.9.0-gcc43.patch
52 }
53
54 src_install() {
55 dodir /usr/share/doc/${PF}
56 - emake install DESTDIR="${D}" docdir="/usr/share/doc/${PF}" || die 'install failed'
57 -}
58 -
59 -pkg_postinst() {
60 - elog "Please run"
61 - elog " revdep-rebuild --library libofx.so.3"
62 - elog "to rebuild packages linked against an older version of libofx."
63 + emake install DESTDIR="${D}" docdir="/usr/share/doc/${PF}" || die
64 }