Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libkudzu: libkudzu-1.2.57.1.ebuild ChangeLog
Date: Fri, 31 Oct 2008 16:16:30
Message-Id: E1Kvwfi-0005VB-Fp@stork.gentoo.org
1 jer 08/10/31 16:16:26
2
3 Modified: libkudzu-1.2.57.1.ebuild ChangeLog
4 Log:
5 Do not abuse append-ldflags (bug #226927).
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.11 sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?r1=1.10&r2=1.11
14
15 Index: libkudzu-1.2.57.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- libkudzu-1.2.57.1.ebuild 29 Feb 2008 01:34:03 -0000 1.10
22 +++ libkudzu-1.2.57.1.ebuild 31 Oct 2008 16:16:26 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.10 2008/02/29 01:34:03 wolf31o2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.11 2008/10/31 16:16:26 jer Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic
30
31 @@ -33,7 +33,7 @@
32 src_compile() {
33 if use zlib
34 then
35 - append-ldflags -lz
36 + perl -pi -e 's| -lpci| -lz -lpci|g' Makefile
37 elif built_with_use --missing false sys-apps/pciutils zlib
38 then
39 die "You need to build with USE=zlib to match sys-apps/pcituils"
40
41
42
43 1.33 sys-libs/libkudzu/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.33&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.33&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?r1=1.32&r2=1.33
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v
52 retrieving revision 1.32
53 retrieving revision 1.33
54 diff -u -r1.32 -r1.33
55 --- ChangeLog 29 Feb 2008 01:34:03 -0000 1.32
56 +++ ChangeLog 31 Oct 2008 16:16:26 -0000 1.33
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-libs/libkudzu
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.32 2008/02/29 01:34:03 wolf31o2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.33 2008/10/31 16:16:26 jer Exp $
62 +
63 + 31 Oct 2008; Jeroen Roovers <jer@g.o> libkudzu-1.2.57.1.ebuild:
64 + Do not abuse append-ldflags (bug #226927).
65
66 29 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
67 libkudzu-1.1.62-r1.ebuild, libkudzu-1.2.57.1.ebuild: