Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/mg: mg-20080610.ebuild ChangeLog
Date: Fri, 24 Oct 2008 06:31:07
Message-Id: E1KtGCP-0006Kt-0V@stork.gentoo.org
1 ulm 08/10/24 06:31:05
2
3 Modified: mg-20080610.ebuild ChangeLog
4 Log:
5 Honour CC variable, fixes bug 243566.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.3 app-editors/mg/mg-20080610.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mg/mg-20080610.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mg/mg-20080610.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mg/mg-20080610.ebuild?r1=1.2&r2=1.3
14
15 Index: mg-20080610.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20080610.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- mg-20080610.ebuild 29 Aug 2008 22:14:17 -0000 1.2
22 +++ mg-20080610.ebuild 24 Oct 2008 06:31:04 -0000 1.3
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20080610.ebuild,v 1.2 2008/08/29 22:14:17 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20080610.ebuild,v 1.3 2008/10/24 06:31:04 ulm Exp $
28 +
29 +inherit toolchain-funcs
30
31 DESCRIPTION="Micro GNU/emacs, a port from the BSDs"
32 HOMEPAGE="http://www.xs4all.nl/~hanb/software/mg/"
33 @@ -14,7 +16,7 @@
34 src_compile() {
35 # econf won't work, as this script does not accept any parameters
36 ./configure || die "configure failed"
37 - emake CFLAGS="${CFLAGS}" || die "emake failed"
38 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
39 }
40
41 src_install() {
42
43
44
45 1.14 app-editors/mg/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mg/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mg/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/mg/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 11 Sep 2008 23:14:53 -0000 1.13
58 +++ ChangeLog 24 Oct 2008 06:31:04 -0000 1.14
59 @@ -1,6 +1,9 @@
60 # ChangeLog for app-editors/mg
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.13 2008/09/11 23:14:53 opfer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.14 2008/10/24 06:31:04 ulm Exp $
64 +
65 + 24 Oct 2008; Ulrich Mueller <ulm@g.o> mg-20080610.ebuild:
66 + Honour CC variable, fixes bug 243566.
67
68 11 Sep 2008; Christian Faulhammer <opfer@g.o> -mg-20080322.ebuild:
69 clean up