public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-18.59-r4.ebuild
@ 2007-11-03 16:14 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2007-11-03 16:14 UTC (permalink / raw
  To: 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@gentoo.org> 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@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-18.59-r4.ebuild
@ 2008-05-31 13:42 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-05-31 13:42 UTC (permalink / raw
  To: gentoo-commits

opfer       08/05/31 13:42:49

  Modified:             ChangeLog
  Removed:              emacs-18.59-r4.ebuild
  Log:
  clean up
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.258                app-editors/emacs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.258&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.258&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.257&r2=1.258

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog	31 May 2008 13:39:47 -0000	1.257
+++ ChangeLog	31 May 2008 13:42:48 -0000	1.258
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/emacs
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.257 2008/05/31 13:39:47 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.258 2008/05/31 13:42:48 opfer Exp $
+
+  31 May 2008; Christian Faulhammer <opfer@gentoo.org>
+  -emacs-18.59-r4.ebuild:
+  clean up
 
   31 May 2008; Christian Faulhammer <opfer@gentoo.org>
   emacs-18.59-r5.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-31 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31 13:42 [gentoo-commits] gentoo-x86 commit in app-editors/emacs: ChangeLog emacs-18.59-r4.ebuild Christian Faulhammer (opfer)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-03 16:14 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox