Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libkudzu: ChangeLog libkudzu-1.2.57.1.ebuild libkudzu-1.1.62-r1.ebuild
Date: Fri, 29 Feb 2008 01:34:08
Message-Id: E1JUu8S-0008TD-F8@stork.gentoo.org
1 wolf31o2 08/02/29 01:34:04
2
3 Modified: ChangeLog libkudzu-1.2.57.1.ebuild
4 libkudzu-1.1.62-r1.ebuild
5 Log:
6 Added a patch from Andrew Gaffney <agaffney@g.o> and Brent Baude <ranger@g.o> for PowerPC.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.32 sys-libs/libkudzu/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 15 Oct 2007 15:00:03 -0000 1.31
23 +++ ChangeLog 29 Feb 2008 01:34:03 -0000 1.32
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/libkudzu
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.31 2007/10/15 15:00:03 corsair Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/ChangeLog,v 1.32 2008/02/29 01:34:03 wolf31o2 Exp $
30 +
31 + 29 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
32 + libkudzu-1.1.62-r1.ebuild, libkudzu-1.2.57.1.ebuild:
33 + Added a patch from Andrew Gaffney <agaffney@g.o> and Brent Baude
34 + <ranger@g.o> for PowerPC.
35
36 15 Oct 2007; Markus Rothe <corsair@g.o> libkudzu-1.2.57.1.ebuild:
37 Stable on ppc64
38
39
40
41 1.10 sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.10&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?rev=1.10&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild?r1=1.9&r2=1.10
46
47 Index: libkudzu-1.2.57.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v
50 retrieving revision 1.9
51 retrieving revision 1.10
52 diff -u -r1.9 -r1.10
53 --- libkudzu-1.2.57.1.ebuild 15 Oct 2007 15:00:03 -0000 1.9
54 +++ libkudzu-1.2.57.1.ebuild 29 Feb 2008 01:34:03 -0000 1.10
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.9 2007/10/15 15:00:03 corsair Exp $
60 +# $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 $
61
62 inherit eutils toolchain-funcs flag-o-matic
63
64 @@ -41,7 +41,7 @@
65 # Fix the modules directory to match Gentoo layout.
66 perl -pi -e 's|/etc/modutils/kudzu|/etc/modules.d/kudzu|g' *.*
67
68 - if [ $(tc-arch-kernel) == "powerpc" ]; then
69 + if use ppc && [ "$(tc-arch-kernel)" != "ppc" ]; then
70 emake libkudzu.a libkudzu_loader.a ARCH="ppc" \
71 RPM_OPT_FLAGS="${CFLAGS}" || die
72 else
73
74
75
76 1.20 sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild?rev=1.20&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild?rev=1.20&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild?r1=1.19&r2=1.20
81
82 Index: libkudzu-1.1.62-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild,v
85 retrieving revision 1.19
86 retrieving revision 1.20
87 diff -u -r1.19 -r1.20
88 --- libkudzu-1.1.62-r1.ebuild 14 Aug 2007 21:27:56 -0000 1.19
89 +++ libkudzu-1.1.62-r1.ebuild 29 Feb 2008 01:34:03 -0000 1.20
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2007 Gentoo Foundation
92 +# Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild,v 1.19 2007/08/14 21:27:56 wolf31o2 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.1.62-r1.ebuild,v 1.20 2008/02/29 01:34:03 wolf31o2 Exp $
96
97 inherit eutils toolchain-funcs flag-o-matic
98
99 @@ -41,7 +41,7 @@
100 # Fix the modules directory to match Gentoo layout.
101 perl -pi -e 's|/etc/modutils/kudzu|/etc/modules.d/kudzu|g' *.*
102
103 - if [ $(tc-arch-kernel) == "powerpc" ]; then
104 + if use ppc && [ "$(tc-arch-kernel)" != "ppc" ]; then
105 emake libkudzu.a ARCH="ppc" RPM_OPT_FLAGS="${CFLAGS}" || die
106 else
107 emake libkudzu.a ARCH=$(tc-arch-kernel) RPM_OPT_FLAGS="${CFLAGS}" || die
108
109
110
111 --
112 gentoo-commits@l.g.o mailing list