summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/e3/e3-2.42.ebuild')
-rw-r--r--app-editors/e3/e3-2.42.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-editors/e3/e3-2.42.ebuild b/app-editors/e3/e3-2.42.ebuild
deleted file mode 100644
index bf5f9fef2f12..000000000000
--- a/app-editors/e3/e3-2.42.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.42.ebuild,v 1.6 2005/01/01 13:23:04 eradicator Exp $
-
-DESCRIPTION="Super Tiny Editor with wordstar, vi, and emacs key bindings"
-HOMEPAGE="http://www.sax.de/~adlibit"
-SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86"
-IUSE="build"
-RESTRICT="nostrip"
-
-DEPEND="dev-lang/nasm"
-RDEPEND="sys-apps/sed"
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/bin
- dobin e3 || die
- 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
- if use build ; then
- # easier-to-remember shell scripts
- dobin ${FILESDIR}/vi
- # this one is more trouble than its worth --woodchip
- # dobin ${FILESDIR}/emacs
- dobin ${FILESDIR}/pico
- newbin ${FILESDIR}/pico nano
- fi
- cp e3.man e3.1
- doman e3.1
-}