Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/gdb-armulator: gdb-armulator-5.0.ebuild ChangeLog
Date: Sun, 20 Apr 2008 01:59:22
Message-Id: E1JnOpp-0007UD-Se@stork.gentoo.org
1 vapier 08/04/20 01:59:17
2
3 Modified: gdb-armulator-5.0.ebuild ChangeLog
4 Log:
5 Fix building with newer versions of gcc #211463 by Ihar Hrachyshka and trick the system to build with gtk-2 #211461 by Ihar Hrachyshka.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.3 app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild?r1=1.2&r2=1.3
14
15 Index: gdb-armulator-5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- gdb-armulator-5.0.ebuild 25 Jan 2007 22:09:38 -0000 1.2
22 +++ gdb-armulator-5.0.ebuild 20 Apr 2008 01:59:17 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild,v 1.2 2007/01/25 22:09:38 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/gdb-armulator-5.0.ebuild,v 1.3 2008/04/20 01:59:17 vapier Exp $
29
30 inherit flag-o-matic eutils
31
32 @@ -34,10 +34,16 @@
33 unpack ${A}
34 cd "${S}"
35 epatch "${WORKDIR}"/gdb-${PV}-uclinux-armulator-${STAMP}.patch
36 + epatch "${FILESDIR}"/${P}-objstack.patch #211463
37 strip-linguas -u bfd/po opcodes/po
38 +
39 + # add a wrapper to fake gtk-1 with gtk-2
40 + mkdir "${T}"/path
41 + cp "${FILESDIR}"/gtk-config "${T}"/path/
42 }
43
44 src_compile() {
45 + export PATH=${T}/path:${PATH}
46 replace-flags -O? -O2
47 econf \
48 --disable-werror \
49
50
51
52 1.3 app-emulation/gdb-armulator/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gdb-armulator/ChangeLog?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gdb-armulator/ChangeLog?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/gdb-armulator/ChangeLog?r1=1.2&r2=1.3
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/ChangeLog,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- ChangeLog 25 Jan 2007 22:09:38 -0000 1.2
65 +++ ChangeLog 20 Apr 2008 01:59:17 -0000 1.3
66 @@ -1,6 +1,12 @@
67 # ChangeLog for app-emulation/gdb-armulator
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/ChangeLog,v 1.2 2007/01/25 22:09:38 genone Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gdb-armulator/ChangeLog,v 1.3 2008/04/20 01:59:17 vapier Exp $
72 +
73 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
74 + +files/gdb-armulator-5.0-objstack.patch, +files/gtk-config,
75 + gdb-armulator-5.0.ebuild:
76 + Fix building with newer versions of gcc #211463 by Ihar Hrachyshka and trick
77 + the system to build with gtk-2 #211461 by Ihar Hrachyshka.
78
79 25 Jan 2007; Marius Mauch <genone@g.o> gdb-armulator-5.0.ebuild:
80 Replacing einfo with elog
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list