diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-25 15:14:52 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-25 15:14:52 +0000 |
commit | 79a8a6c936e6f34da4b409e7a350120d8f43727b (patch) | |
tree | 5b46ec04a75b52b799fef3488981d6a836901660 /app-editors/emacs-cvs | |
parent | Fix the nntp patch to apply to both -r4 and -r5. Bump the nntp patch to -r3 (diff) | |
download | gentoo-2-79a8a6c936e6f34da4b409e7a350120d8f43727b.tar.gz gentoo-2-79a8a6c936e6f34da4b409e7a350120d8f43727b.tar.bz2 gentoo-2-79a8a6c936e6f34da4b409e7a350120d8f43727b.zip |
Fixed nofink patch filename on ppc-macos.
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-editors/emacs-cvs')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild | 4 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 685ab1d8ddb9..ea2a1794cdb8 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.30 2005/02/25 03:20:35 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.31 2005/02/25 15:14:52 usata Exp $ + + 26 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> emacs-cvs-22.0.50.ebuild, + emacs-cvs-23.0.0.ebuild: + Fixed nofink patch filename on ppc-macos. 25 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> emacs-cvs-22.0.50.ebuild: Marked stable on x86. See bug #83136. diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild index 2c4558347ca2..731a3dc88fe0 100644 --- a/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild,v 1.3 2005/02/25 03:20:35 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.50.ebuild,v 1.4 2005/02/25 15:14:52 usata Exp $ ECVS_AUTH="ext" export CVS_RSH="ssh" @@ -50,7 +50,7 @@ src_compile() { strip-flags epatch ${FILESDIR}/emacs-subdirs-el-gentoo.diff - use ppc-macos && epatch ${FILESDIR}/emacs-21.3.50-nofink.diff + use ppc-macos && epatch ${FILESDIR}/emacs-cvs-21.3.50-nofink.diff local myconf diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild index 985aca916a40..3b42f123049b 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild,v 1.1 2005/02/16 13:51:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0.ebuild,v 1.2 2005/02/25 15:14:52 usata Exp $ ECVS_AUTH="ext" export CVS_RSH="ssh" @@ -50,7 +50,7 @@ src_compile() { strip-flags epatch ${FILESDIR}/emacs-subdirs-el-gentoo.diff - use ppc-macos && epatch ${FILESDIR}/emacs-21.3.50-nofink.diff + use ppc-macos && epatch ${FILESDIR}/emacs-cvs-21.3.50-nofink.diff local myconf |