diff options
Diffstat (limited to 'app-editors/e3/e3-1.7-r1.ebuild')
-rw-r--r-- | app-editors/e3/e3-1.7-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/app-editors/e3/e3-1.7-r1.ebuild b/app-editors/e3/e3-1.7-r1.ebuild deleted file mode 100644 index a5f6364662fa..000000000000 --- a/app-editors/e3/e3-1.7-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r1.ebuild,v 1.10 2003/02/13 06:38:57 vapier Exp $ - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc " - -DEPEND="dev-lang/nasm - >=sys-apps/gzip-1.2.4a-r6" -RDEPEND="sys-apps/sed" - -src_unpack() { - unpack ${A} - cd ${WORKDIR} - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff -} - -src_compile() { - emake || die -} - -src_install() { - 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 - - cp e3.man e3.1 - doman e3.1 -} |