diff options
author | Chad Huneycutt <chadh@gentoo.org> | 2001-08-18 04:10:20 +0000 |
---|---|---|
committer | Chad Huneycutt <chadh@gentoo.org> | 2001-08-18 04:10:20 +0000 |
commit | 06292fdf7f6ee4b4951c760b539f96d792597ce9 (patch) | |
tree | a87123f721879637e81f335b0020fa8c776b84b8 /app-editors/e3 | |
parent | removed dependence on perl (see Makefile.in) (diff) | |
download | historical-06292fdf7f6ee4b4951c760b539f96d792597ce9.tar.gz historical-06292fdf7f6ee4b4951c760b539f96d792597ce9.tar.bz2 historical-06292fdf7f6ee4b4951c760b539f96d792597ce9.zip |
now that nasm does not depend on perl, asm version is cool.
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/e3-1.7-r2.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-editors/e3/e3-1.7-r2.ebuild b/app-editors/e3/e3-1.7-r2.ebuild deleted file mode 100644 index 2921b78faaa5..000000000000 --- a/app-editors/e3/e3-1.7-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.5 2001/08/18 03:22:30 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="sys-devel/gcc - >=sys-apps/gzip-1.2.4a-r6" -RDEPEND="sys-apps/sed" - -src_compile() { - cd e3c - emake || die -} - -src_install () { - cp e3.man e3.1 - doman e3.1 - - cd e3c - mv e3c e3 - dodir /usr/bin - dobin e3 - dosym e3 /usr/bin/e3vi - dosym e3 /usr/bin/e3em - dosym e3 /usr/bin/e3ws - dosym e3 /usr/bin/e3pi - dosym e3 /usr/bin/e3ne - -} - |