summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/e3/e3-2.7.0.ebuild')
-rw-r--r--app-editors/e3/e3-2.7.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-editors/e3/e3-2.7.0.ebuild b/app-editors/e3/e3-2.7.0.ebuild
deleted file mode 100644
index 8cba87c520a5..000000000000
--- a/app-editors/e3/e3-2.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.0.ebuild,v 1.9 2007/10/10 06:08:55 opfer Exp $
-
-DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings"
-HOMEPAGE="http://www.sax.de/~adlibit/"
-SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* ~amd64 x86"
-IUSE=""
-RESTRICT="strip"
-
-DEPEND="dev-lang/nasm"
-RDEPEND=""
-
-src_install() {
- use amd64 && newbin "${S}/bin/Linux_x86-64/e3-64" e3
- use x86 && newbin "${S}/bin/Linux/e3" 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
- newman e3.man e3.1
-}