Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/tic98: tic98-1.01-r3.ebuild ChangeLog
Date: Sat, 25 Oct 2008 12:54:05
Message-Id: E1KtieZ-00074c-07@stork.gentoo.org
1 maekke 08/10/25 12:54:02
2
3 Modified: tic98-1.01-r3.ebuild ChangeLog
4 Log:
5 respect CC variable, bug #244170
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27.3 i686)
7
8 Revision Changes Path
9 1.2 media-gfx/tic98/tic98-1.01-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/tic98-1.01-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/tic98-1.01-r3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/tic98-1.01-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: tic98-1.01-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/tic98/tic98-1.01-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- tic98-1.01-r3.ebuild 11 Oct 2008 16:16:01 -0000 1.1
22 +++ tic98-1.01-r3.ebuild 25 Oct 2008 12:54:02 -0000 1.2
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/media-gfx/tic98/tic98-1.01-r3.ebuild,v 1.1 2008/10/11 16:16:01 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/tic98-1.01-r3.ebuild,v 1.2 2008/10/25 12:54:02 maekke Exp $
28
29 inherit eutils
30
31 @@ -26,6 +26,8 @@
32 # respect CFLAGS and LDFLAGS
33 sed -i -e "s:CFLAGS= -O -Wall -Wno-unused:CFLAGS=${CFLAGS}:" \
34 -e "s:LIBS= -lm #-L/home/singlis/linux/lib -lccmalloc -ldl:LIBS= -lm ${LDFLAGS}:" \
35 + -e "s:CC= gcc -pipe :CC=$(tc-getCC):" \
36 + -e "s:CPP= gcc -pipe:CPP=$(tc-getCPP):" \
37 Makefile || die
38 }
39
40
41
42
43 1.10 media-gfx/tic98/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/ChangeLog?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/ChangeLog?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/tic98/ChangeLog?r1=1.9&r2=1.10
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-gfx/tic98/ChangeLog,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- ChangeLog 11 Oct 2008 16:16:01 -0000 1.9
56 +++ ChangeLog 25 Oct 2008 12:54:02 -0000 1.10
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-gfx/tic98
59 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/ChangeLog,v 1.9 2008/10/11 16:16:01 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/tic98/ChangeLog,v 1.10 2008/10/25 12:54:02 maekke Exp $
62 +
63 + 25 Oct 2008; Markus Meier <maekke@g.o> tic98-1.01-r3.ebuild:
64 + respect CC variable, bug #244170
65
66 *tic98-1.01-r3 (11 Oct 2008)