Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/simh: ChangeLog simh-3.7.0.ebuild
Date: Mon, 12 Jan 2009 22:04:35
Message-Id: E1LMUs9-0006ET-LA@stork.gentoo.org
1 flameeyes 09/01/12 22:03:01
2
3 Modified: ChangeLog simh-3.7.0.ebuild
4 Log:
5 Fix patch to unpack and compile.
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
7
8 Revision Changes Path
9 1.10 app-emulation/simh/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 4 Jan 2009 14:40:35 -0000 1.9
22 +++ ChangeLog 12 Jan 2009 22:03:01 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-emulation/simh
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.9 2009/01/04 14:40:35 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/ChangeLog,v 1.10 2009/01/12 22:03:01 flameeyes Exp $
28 +
29 + 12 Jan 2009; Diego E. Pettenò <flameeyes@g.o>
30 + files/simh-3.7.0-asneeded.patch, simh-3.7.0.ebuild:
31 + Fix patch to unpack and compile.
32
33 04 Jan 2009; Christoph Mende <angelos@g.o>
34 +files/simh-3.7.0-asneeded.patch, simh-3.7.0.ebuild:
35
36
37
38 1.5 app-emulation/simh/simh-3.7.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild?r1=1.4&r2=1.5
43
44 Index: simh-3.7.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- simh-3.7.0.ebuild 4 Jan 2009 14:40:35 -0000 1.4
51 +++ simh-3.7.0.ebuild 12 Jan 2009 22:03:01 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.4 2009/01/04 14:40:35 angelos Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/simh/simh-3.7.0.ebuild,v 1.5 2009/01/12 22:03:01 flameeyes Exp $
57
58 inherit eutils toolchain-funcs versionator
59
60 @@ -29,14 +29,12 @@
61 # convert makefile from dos format to unix format
62 edos2unix makefile
63
64 - sed -i -e "s:gcc:$(tc-getCC):" \
65 - -e "s: -g::" \
66 - -e "s:-O2:${CFLAGS}:" makefile
67 epatch "${FILESDIR}/makefile.patch" \
68 "${FILESDIR}"/${P}-asneeded.patch
69 }
70
71 src_compile() {
72 + tc-export CC
73 emake || die "make failed"
74 }