Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ulm 07/11/03 16:14:45
Modified: ChangeLog emacs-18.59-r4.ebuild
Log:
Use epatch for bulk patching.
(Portage version: 2.1.3.16)
Revision Changes Path
1.199 app-editors/emacs/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.198&r2=1.199
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog 3 Nov 2007 14:49:20 -0000 1.198
+++ ChangeLog 3 Nov 2007 16:14:44 -0000 1.199
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emacs
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.198 2007/11/03 14:49:20 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.199 2007/11/03 16:14:44 ulm Exp $
+
+ 03 Nov 2007; Ulrich Mueller <ulm@g.o> emacs-18.59-r4.ebuild:
+ Use epatch for bulk patching.
*emacs-22.1-r2 (03 Nov 2007)
1.6 app-editors/emacs/emacs-18.59-r4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild?r1=1.5&r2=1.6
Index: emacs-18.59-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- emacs-18.59-r4.ebuild 10 Oct 2007 06:22:17 -0000 1.5
+++ emacs-18.59-r4.ebuild 3 Nov 2007 16:14:44 -0000 1.6
@@ -1,14 +1,14 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild,v 1.5 2007/10/10 06:22:17 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-18.59-r4.ebuild,v 1.6 2007/11/03 16:14:44 ulm Exp $
inherit eutils toolchain-funcs flag-o-matic
DESCRIPTION="The extensible self-documenting text editor"
HOMEPAGE="http://www.gnu.org/software/emacs/"
SRC_URI="mirror://gnu/old-gnu/emacs/${P}.tar.gz
- mirror://gentoo/emacs-18-patches.tar.bz2
- ftp://ftp.splode.com/pub/users/friedman/emacs/${P}-linux22x-elf-glibc21.diff.gz"
+ ftp://ftp.splode.com/pub/users/friedman/emacs/${P}-linux22x-elf-glibc21.diff.gz
+ mirror://gentoo/${P}-patches.tar.bz2"
LICENSE="GPL-1 BSD"
SLOT="18"
@@ -27,12 +27,11 @@
unpack ${A}
cd "${S}"
epatch "${WORKDIR}/${P}-linux22x-elf-glibc21.diff"
- epatch "${WORKDIR}/${P}-unexelf.patch"
- epatch "${WORKDIR}/${P}-gentoo.patch"
- epatch "${WORKDIR}/${P}-gcc4.patch"
+ EPATCH_SUFFIX=patch epatch
}
src_compile() {
+ # Do not use the sandbox, or the dumped Emacs will be twice as large
SANDBOX_ON=0
# autoconf? What's autoconf? We are living in 1992. ;-)
--
gentoo-commits@g.o mailing list
|
|