Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spectemu: spectemu-0.99.3.ebuild ChangeLog spectemu-0.9.4.ebuild
Date: Tue, 30 Dec 2008 19:18:01
Message-Id: E1LHk6H-0003Oh-0o@stork.gentoo.org
1 angelos 08/12/30 19:17:57
2
3 Modified: spectemu-0.99.3.ebuild ChangeLog
4 Removed: spectemu-0.9.4.ebuild
5 Log:
6 QA: Respect CC (bug 243586) and removed broken version
7 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.12 app-emulation/spectemu/spectemu-0.99.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild?r1=1.11&r2=1.12
15
16 Index: spectemu-0.99.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- spectemu-0.99.3.ebuild 22 Jul 2007 09:29:45 -0000 1.11
23 +++ spectemu-0.99.3.ebuild 30 Dec 2008 19:17:56 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.11 2007/07/22 09:29:45 omp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.99.3.ebuild,v 1.12 2008/12/30 19:17:56 angelos Exp $
30
31 ### Several versions of specemu exist, xspect & vgaspect, utilising X11
32 ### and/or svgalib. libreadline provides optional runtime features.
33 @@ -36,11 +36,12 @@
34 src_compile() {
35 econf \
36 $(use_with readline) \
37 - $(use_with X x) \
38 - || die "Spectemu ./configure failed"
39 - emake || die "Spectemu make failed"
40 + $(use_with X x)
41 + emake CC="$(tc-getCC)" \
42 + CPP="$(tc-getCPP)" \
43 + || die "emake failed"
44 }
45
46 src_install() {
47 - make install_root="${D}" install || die
48 + emake install_root="${D}" install || die "emake install failed"
49 }
50
51
52
53 1.25 app-emulation/spectemu/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/spectemu/ChangeLog?rev=1.25&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/spectemu/ChangeLog?rev=1.25&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/spectemu/ChangeLog?r1=1.24&r2=1.25
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v
62 retrieving revision 1.24
63 retrieving revision 1.25
64 diff -u -r1.24 -r1.25
65 --- ChangeLog 22 Jul 2007 09:29:45 -0000 1.24
66 +++ ChangeLog 30 Dec 2008 19:17:56 -0000 1.25
67 @@ -1,6 +1,10 @@
68 # ChangeLog for app-emulation/spectemu
69 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.24 2007/07/22 09:29:45 omp Exp $
71 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/ChangeLog,v 1.25 2008/12/30 19:17:56 angelos Exp $
73 +
74 + 30 Dec 2008; Christoph Mende <angelos@g.o> -spectemu-0.9.4.ebuild,
75 + spectemu-0.99.3.ebuild:
76 + QA: Respect CC (bug 243586) and removed broken version
77
78 22 Jul 2007; David Shakaryan <omp@g.o> spectemu-0.9.4.ebuild,
79 spectemu-0.99.3.ebuild: