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 | 5b33482cd2cc4b130cef3362e804f7bc40b183fd (patch) | |
tree | 747cb92f6cecc3a1e92b517073cf85513bb2f2d3 /app-editors/e3 | |
parent | not x86-only anymore. (diff) | |
download | historical-5b33482cd2cc4b130cef3362e804f7bc40b183fd.tar.gz historical-5b33482cd2cc4b130cef3362e804f7bc40b183fd.tar.bz2 historical-5b33482cd2cc4b130cef3362e804f7bc40b183fd.zip |
forgot patch, executable with wrong name.
Diffstat (limited to 'app-editors/e3')
-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 |