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-18.59-r4.ebuild
Date: Sat, 03 Nov 2007 16:14:52
Message-Id: E1IoLe1-0007BC-12@stork.gentoo.org
1 ulm 07/11/03 16:14:45
2
3 Modified: ChangeLog emacs-18.59-r4.ebuild
4 Log:
5 Use epatch for bulk patching.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.199 app-editors/emacs/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.199&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.199&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.198&r2=1.199
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
18 retrieving revision 1.198
19 retrieving revision 1.199
20 diff -u -r1.198 -r1.199
21 --- ChangeLog 3 Nov 2007 14:49:20 -0000 1.198
22 +++ ChangeLog 3 Nov 2007 16:14:44 -0000 1.199
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-editors/emacs
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.198 2007/11/03 14:49:20 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.199 2007/11/03 16:14:44 ulm Exp $
28 +
29 + 03 Nov 2007; Ulrich Mueller <ulm@g.o> emacs-18.59-r4.ebuild:
30 + Use epatch for bulk patching.
31
32 *emacs-22.1-r2 (03 Nov 2007)
33
34
35
36
37 1.6 app-editors/emacs/emacs-18.59-r4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild?rev=1.6&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild?rev=1.6&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild?r1=1.5&r2=1.6
42
43 Index: emacs-18.59-r4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild,v
46 retrieving revision 1.5
47 retrieving revision 1.6
48 diff -u -r1.5 -r1.6
49 --- emacs-18.59-r4.ebuild 10 Oct 2007 06:22:17 -0000 1.5
50 +++ emacs-18.59-r4.ebuild 3 Nov 2007 16:14:44 -0000 1.6
51 @@ -1,14 +1,14 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild,v 1.5 2007/10/10 06:22:17 opfer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild,v 1.6 2007/11/03 16:14:44 ulm Exp $
56
57 inherit eutils toolchain-funcs flag-o-matic
58
59 DESCRIPTION="The extensible self-documenting text editor"
60 HOMEPAGE="http://www.gnu.org/software/emacs/"
61 SRC_URI="mirror://gnu/old-gnu/emacs/${P}.tar.gz
62 - mirror://gentoo/emacs-18-patches.tar.bz2
63 - ftp://ftp.splode.com/pub/users/friedman/emacs/${P}-linux22x-elf-glibc21.diff.gz"
64 + ftp://ftp.splode.com/pub/users/friedman/emacs/${P}-linux22x-elf-glibc21.diff.gz
65 + mirror://gentoo/${P}-patches.tar.bz2"
66
67 LICENSE="GPL-1 BSD"
68 SLOT="18"
69 @@ -27,12 +27,11 @@
70 unpack ${A}
71 cd "${S}"
72 epatch "${WORKDIR}/${P}-linux22x-elf-glibc21.diff"
73 - epatch "${WORKDIR}/${P}-unexelf.patch"
74 - epatch "${WORKDIR}/${P}-gentoo.patch"
75 - epatch "${WORKDIR}/${P}-gcc4.patch"
76 + EPATCH_SUFFIX=patch epatch
77 }
78
79 src_compile() {
80 + # Do not use the sandbox, or the dumped Emacs will be twice as large
81 SANDBOX_ON=0
82
83 # autoconf? What's autoconf? We are living in 1992. ;-)
84
85
86
87 --
88 gentoo-commits@g.o mailing list