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/emacs: ChangeLog emacs-22.3.ebuild emacs-22.2-r3.ebuild
Date: Fri, 26 Sep 2008 05:35:12
Message-Id: E1Kj5yv-0006HH-NR@stork.gentoo.org
1 ulm 08/09/26 05:35:09
2
3 Modified: ChangeLog emacs-22.3.ebuild emacs-22.2-r3.ebuild
4 Log:
5 SuperH support, bug 238210.
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.276 app-editors/emacs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.276&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.276&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.275&r2=1.276
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
18 retrieving revision 1.275
19 retrieving revision 1.276
20 diff -u -r1.275 -r1.276
21 --- ChangeLog 23 Sep 2008 20:21:48 -0000 1.275
22 +++ ChangeLog 26 Sep 2008 05:35:09 -0000 1.276
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-editors/emacs
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.275 2008/09/23 20:21:48 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.276 2008/09/26 05:35:09 ulm Exp $
28 +
29 + 26 Sep 2008; Ulrich Mueller <ulm@g.o> +files/emacs-22.2-sh.patch,
30 + emacs-22.2-r3.ebuild, emacs-22.3.ebuild:
31 + SuperH support, bug 238210.
32
33 23 Sep 2008; Christian Faulhammer <opfer@g.o>
34 emacs-21.4-r15.ebuild, emacs-21.4-r17.ebuild, emacs-22.2-r3.ebuild,
35
36
37
38 1.5 app-editors/emacs/emacs-22.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild?r1=1.4&r2=1.5
43
44 Index: emacs-22.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- emacs-22.3.ebuild 23 Sep 2008 20:21:48 -0000 1.4
51 +++ emacs-22.3.ebuild 26 Sep 2008 05:35:09 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild,v 1.4 2008/09/23 20:21:48 opfer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.3.ebuild,v 1.5 2008/09/26 05:35:09 ulm Exp $
57
58 inherit autotools elisp-common eutils flag-o-matic
59
60 @@ -54,6 +54,8 @@
61
62 epatch "${FILESDIR}/emacs-22.1-Xaw3d-headers.patch"
63 epatch "${FILESDIR}/emacs-22.3-freebsd-sparc.patch"
64 + # SuperH support (bug 238210)
65 + epatch "${FILESDIR}/emacs-22.2-sh.patch"
66
67 sed -i -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
68 -e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \
69
70
71
72 1.9 app-editors/emacs/emacs-22.2-r3.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild?rev=1.9&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild?rev=1.9&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild?r1=1.8&r2=1.9
77
78 Index: emacs-22.2-r3.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild,v
81 retrieving revision 1.8
82 retrieving revision 1.9
83 diff -u -r1.8 -r1.9
84 --- emacs-22.2-r3.ebuild 23 Sep 2008 20:21:48 -0000 1.8
85 +++ emacs-22.2-r3.ebuild 26 Sep 2008 05:35:09 -0000 1.9
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild,v 1.8 2008/09/23 20:21:48 opfer Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-22.2-r3.ebuild,v 1.9 2008/09/26 05:35:09 ulm Exp $
91
92 inherit autotools elisp-common eutils flag-o-matic
93
94 @@ -62,6 +62,8 @@
95 epatch "${FILESDIR}/${P}-fast-lock.patch"
96 # fix search path for interactive python (bug 236498)
97 epatch "${FILESDIR}/${P}-python-nopwd.patch"
98 + # SuperH support (bug 238210)
99 + epatch "${FILESDIR}/${P}-sh.patch"
100
101 sed -i -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
102 -e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \