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/emact: emact-2.53.0.ebuild ChangeLog
Date: Fri, 24 Oct 2008 17:24:19
Message-Id: E1KtQOW-0001rU-QO@stork.gentoo.org
1 ulm 08/10/24 17:24:16
2
3 Modified: emact-2.53.0.ebuild ChangeLog
4 Log:
5 Inherit toolchain-funcs and export CC variable, bug 243560.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.3 app-editors/emact/emact-2.53.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild?r1=1.2&r2=1.3
14
15 Index: emact-2.53.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- emact-2.53.0.ebuild 29 Aug 2008 22:12:44 -0000 1.2
22 +++ emact-2.53.0.ebuild 24 Oct 2008 17:24:16 -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/emact/emact-2.53.0.ebuild,v 1.2 2008/08/29 22:12:44 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild,v 1.3 2008/10/24 17:24:16 ulm Exp $
28 +
29 +inherit toolchain-funcs
30
31 DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs"
32 HOMEPAGE="http://www.eligis.com/emacs/"
33 @@ -21,6 +23,7 @@
34 RDEPEND="${DEPEND}"
35
36 src_compile() {
37 + tc-export CC
38 econf $(use_with X x) || die "econf failed"
39 emake || die "emake failed"
40 }
41
42
43
44 1.14 app-editors/emact/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/ChangeLog?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/ChangeLog?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/ChangeLog?r1=1.13&r2=1.14
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- ChangeLog 11 Sep 2008 23:08:40 -0000 1.13
57 +++ ChangeLog 24 Oct 2008 17:24:16 -0000 1.14
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-editors/emact
60 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.13 2008/09/11 23:08:40 opfer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.14 2008/10/24 17:24:16 ulm Exp $
63 +
64 + 24 Oct 2008; Ulrich Mueller <ulm@g.o> emact-2.53.0.ebuild:
65 + Inherit toolchain-funcs and export CC variable, bug 243560.
66
67 11 Sep 2008; Christian Faulhammer <opfer@g.o> -emact-2.52.0.ebuild:
68 clean up