Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/cooledit: ChangeLog cooledit-3.17.17.ebuild
Date: Mon, 05 Apr 2010 04:04:47
Message-Id: E1NydYJ-0001GA-9c@stork.gentoo.org
1 abcd 10/04/05 04:04:43
2
3 Modified: ChangeLog cooledit-3.17.17.ebuild
4 Log:
5 Add prefix keywords, patches for Interix
6 (Portage version: -svn/cvs/Linux i686)
7
8 Revision Changes Path
9 1.27 app-editors/cooledit/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cooledit/ChangeLog?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cooledit/ChangeLog?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cooledit/ChangeLog?r1=1.26&r2=1.27
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- ChangeLog 7 Dec 2008 13:04:19 -0000 1.26
22 +++ ChangeLog 5 Apr 2010 04:04:43 -0000 1.27
23 @@ -1,6 +1,11 @@
24 # ChangeLog for app-editors/cooledit
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.26 2008/12/07 13:04:19 ssuominen Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.27 2010/04/05 04:04:43 abcd Exp $
29 +
30 + 05 Apr 2010; Jonathan Callen <abcd@g.o> cooledit-3.17.17.ebuild,
31 + +files/cooledit-3.17.17-interix.patch,
32 + +files/cooledit-3.17.17-interix5.patch:
33 + Add prefix keywords, patches for Interix
34
35 07 Dec 2008; <ssuominen@g.o>
36 +files/cooledit-3.17.17-asneeded.patch,
37
38
39
40 1.8 app-editors/cooledit/cooledit-3.17.17.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cooledit/cooledit-3.17.17.ebuild?rev=1.8&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cooledit/cooledit-3.17.17.ebuild?rev=1.8&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/cooledit/cooledit-3.17.17.ebuild?r1=1.7&r2=1.8
45
46 Index: cooledit-3.17.17.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17.ebuild,v
49 retrieving revision 1.7
50 retrieving revision 1.8
51 diff -u -r1.7 -r1.8
52 --- cooledit-3.17.17.ebuild 7 Dec 2008 13:04:19 -0000 1.7
53 +++ cooledit-3.17.17.ebuild 5 Apr 2010 04:04:43 -0000 1.8
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17.ebuild,v 1.7 2008/12/07 13:04:19 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17.ebuild,v 1.8 2010/04/05 04:04:43 abcd Exp $
60
61 inherit autotools eutils
62
63 @@ -10,7 +10,7 @@
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -KEYWORDS="~amd64 ppc x86"
68 +KEYWORDS="~amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
69 IUSE="nls"
70
71 RDEPEND="x11-libs/libX11
72 @@ -25,11 +25,16 @@
73 cd "${S}"
74 epatch "${FILESDIR}"/${P}-gcc4.patch \
75 "${FILESDIR}"/${P}-asneeded.patch \
76 - "${FILESDIR}"/${P}-implicit_declarations.patch
77 + "${FILESDIR}"/${P}-implicit_declarations.patch \
78 + "${FILESDIR}"/${P}-interix.patch \
79 + "${FILESDIR}"/${P}-interix5.patch
80 +
81 eautoreconf
82 }
83
84 src_compile() {
85 + [[ ${CHOST} == *-interix* ]] && export ac_cv_header_wchar_h=no
86 +
87 # Fix for bug 40152 (04 Feb 2004 agriffis)
88 addwrite /dev/ptym/clone:/dev/ptmx
89 econf $(use_enable nls)