diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-18 03:06:21 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-18 03:06:21 +0000 |
commit | cd595714c7e8c751156def9dd3c23b260be4934a (patch) | |
tree | 2d706e1f494d42fbaf48c0a0dfc571bf3e27b0ee /app-editors | |
parent | not x86-only anymore. (diff) | |
download | gentoo-2-cd595714c7e8c751156def9dd3c23b260be4934a.tar.gz gentoo-2-cd595714c7e8c751156def9dd3c23b260be4934a.tar.bz2 gentoo-2-cd595714c7e8c751156def9dd3c23b260be4934a.zip |
forgot patch, executable with wrong name.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/e3/e3-1.7-r2.ebuild | 3 | ||||
-rw-r--r-- | app-editors/e3/files/e3-1.7-r2-gentoo.diff | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/app-editors/e3/e3-1.7-r2.ebuild b/app-editors/e3/e3-1.7-r2.ebuild index 15638018aeab..531cfe7a43d4 100644 --- a/app-editors/e3/e3-1.7-r2.ebuild +++ b/app-editors/e3/e3-1.7-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: tools@cvs.gentoo.org -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r2.ebuild,v 1.3 2001/08/18 02:57:33 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r2.ebuild,v 1.4 2001/08/18 03:06:20 chadh Exp $ S=${WORKDIR}/${P} DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings" @@ -22,6 +22,7 @@ src_compile() { } src_install () { + mv e3c e3 dodir /usr/bin dobin e3 dosym e3 /usr/bin/e3vi diff --git a/app-editors/e3/files/e3-1.7-r2-gentoo.diff b/app-editors/e3/files/e3-1.7-r2-gentoo.diff new file mode 100644 index 000000000000..097b63b5ee86 --- /dev/null +++ b/app-editors/e3/files/e3-1.7-r2-gentoo.diff @@ -0,0 +1,16 @@ +diff -r -C2 e3-1.7.orig/e3.asm e3-1.7/e3.asm +*** e3-1.7.orig/e3.asm Sun Jul 8 12:31:25 2001 +--- e3-1.7/e3.asm Mon Aug 13 23:25:00 2001 +*************** +*** 23,27 **** + %define VI 8 + %define NE 16 +! %define DEFAULT_MODE WS ;<---- select one of WS, EM, NE, PI, VI + %define MAKE_BACKUP + %define LESSWRITEOPS +--- 23,27 ---- + %define VI 8 + %define NE 16 +! %define DEFAULT_MODE PI ;<---- select one of WS, EM, NE, PI, VI + %define MAKE_BACKUP + %define LESSWRITEOPS |