diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-08 04:39:53 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-08 04:39:53 +0000 |
commit | 88d22a4fac773eb4256136fba405962dfb1c3d5f (patch) | |
tree | 06b5b68a25c8319fa928d80d073a8b80d776be0b /app-editors/e3 | |
parent | more fixes... (diff) | |
download | gentoo-2-88d22a4fac773eb4256136fba405962dfb1c3d5f.tar.gz gentoo-2-88d22a4fac773eb4256136fba405962dfb1c3d5f.tar.bz2 gentoo-2-88d22a4fac773eb4256136fba405962dfb1c3d5f.zip |
great editor! supersmall, written in asm, and key bindings for emacs, vi,
and pico!!
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/e3-1.7.ebuild | 27 | ||||
-rw-r--r-- | app-editors/e3/files/digest-e3-1.7 | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-editors/e3/e3-1.7.ebuild b/app-editors/e3/e3-1.7.ebuild new file mode 100644 index 000000000000..84dfc145fd37 --- /dev/null +++ b/app-editors/e3/e3-1.7.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: tools@gentoo.org +# +# NOTE: this is an x86-only ebuild!!! +# +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7.ebuild,v 1.1 2001/08/08 04:39:53 chadh Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings" +SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" +HOMEPAGE="http://www.sax.de/~adlibit" +DEPEND="dev-lang/nasm" +#RDEPEND="" + +src_compile() { + try emake +} + +src_install () { + dodir /usr/bin + dobin e3 e3vi e3em e3ws e3pi e3ne + + cp e3.man e3.1 + doman e3.1 +} + diff --git a/app-editors/e3/files/digest-e3-1.7 b/app-editors/e3/files/digest-e3-1.7 new file mode 100644 index 000000000000..f9ba33955ed3 --- /dev/null +++ b/app-editors/e3/files/digest-e3-1.7 @@ -0,0 +1 @@ +MD5 f6ac9ea48fa7f14d3a1308e921e3e797 e3-1.7.tar.gz |