diff options
-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 |