Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/easyedit: easyedit-1.4.6.ebuild ChangeLog
Date: Sun, 26 Oct 2008 16:10:17
Message-Id: E1Ku8Bx-00019L-LC@stork.gentoo.org
1 hattya 08/10/26 16:10:13
2
3 Modified: easyedit-1.4.6.ebuild ChangeLog
4 Log:
5 fixes bug #239867 and bug #243558.
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.20 app-editors/easyedit/easyedit-1.4.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild?r1=1.19&r2=1.20
14
15 Index: easyedit-1.4.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- easyedit-1.4.6.ebuild 26 Jan 2008 15:48:14 -0000 1.19
22 +++ easyedit-1.4.6.ebuild 26 Oct 2008 16:10:13 -0000 1.20
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/easyedit/easyedit-1.4.6.ebuild,v 1.19 2008/01/26 15:48:14 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.6.ebuild,v 1.20 2008/10/26 16:10:13 hattya Exp $
28 +
29 +inherit toolchain-funcs
30
31 IUSE=""
32
33 @@ -16,9 +18,21 @@
34
35 DEPEND=">=sys-libs/ncurses-5.0"
36
37 +src_unpack() {
38 +
39 + unpack ${A}
40 + cd "${S}"
41 +
42 + sed -i \
43 + -e "s/\tcc /\t\\\\\$(CC) /" \
44 + -e "/other_cflag/s/ *-s//" \
45 + create.make
46 +
47 +}
48 +
49 src_compile() {
50
51 - emake -j1 || die
52 + emake -j1 CC="$(tc-getCC)" || die
53
54 }
55
56
57
58
59 1.16 app-editors/easyedit/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.16&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.16&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?r1=1.15&r2=1.16
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v
68 retrieving revision 1.15
69 retrieving revision 1.16
70 diff -u -r1.15 -r1.16
71 --- ChangeLog 26 Jan 2008 15:48:14 -0000 1.15
72 +++ ChangeLog 26 Oct 2008 16:10:13 -0000 1.16
73 @@ -1,6 +1,9 @@
74 # ChangeLog for app-editors/easyedit
75 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.15 2008/01/26 15:48:14 grobian Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.16 2008/10/26 16:10:13 hattya Exp $
78 +
79 + 26 Oct 2008; Akinori Hattori <hattya@g.o> easyedit-1.4.6.ebuild:
80 + fixes bug #239867 and bug #243558.
81
82 26 Jan 2008; Fabian Groffen <grobian@g.o> easyedit-1.4.6.ebuild:
83 Dropped ppc-macos keyword, see you in prefix