Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/jpeginfo: ChangeLog jpeginfo-1.6.0.ebuild
Date: Thu, 27 Nov 2008 21:39:25
Message-Id: E1L5oa1-0004zy-Lj@stork.gentoo.org
1 jer 08/11/27 21:39:21
2
3 Modified: ChangeLog jpeginfo-1.6.0.ebuild
4 Log:
5 Respect CC variable (bug #244156).
6 (Portage version: 2.1.6_rc2/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
7
8 Revision Changes Path
9 1.14 media-gfx/jpeginfo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/ChangeLog?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/ChangeLog?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/ChangeLog?r1=1.13&r2=1.14
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- ChangeLog 26 Jan 2008 10:53:17 -0000 1.13
22 +++ ChangeLog 27 Nov 2008 21:39:21 -0000 1.14
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-gfx/jpeginfo
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.13 2008/01/26 10:53:17 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/ChangeLog,v 1.14 2008/11/27 21:39:21 jer Exp $
28 +
29 + 27 Nov 2008; Jeroen Roovers <jer@g.o> jpeginfo-1.6.0.ebuild:
30 + Respect CC variable (bug #244156).
31
32 26 Jan 2008; Fabian Groffen <grobian@g.o> jpeginfo-1.6.0.ebuild:
33 Dropped ppc-macos keyword, see you in prefix
34
35
36
37 1.14 media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?rev=1.14&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?rev=1.14&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild?r1=1.13&r2=1.14
42
43 Index: jpeginfo-1.6.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v
46 retrieving revision 1.13
47 retrieving revision 1.14
48 diff -u -r1.13 -r1.14
49 --- jpeginfo-1.6.0.ebuild 26 Jan 2008 10:53:17 -0000 1.13
50 +++ jpeginfo-1.6.0.ebuild 27 Nov 2008 21:39:21 -0000 1.14
51 @@ -1,6 +1,8 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.13 2008/01/26 10:53:17 grobian Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.0.ebuild,v 1.14 2008/11/27 21:39:21 jer Exp $
56 +
57 +inherit toolchain-funcs
58
59 IUSE=""
60
61 @@ -14,6 +16,8 @@
62
63 DEPEND=">=media-libs/jpeg-6b"
64
65 +tc-export CC
66 +
67 src_install() {
68 make INSTALL_ROOT="${D}" install || die