summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-01-06 00:17:19 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-01-06 00:17:19 +0000
commit74fc61752071e66b288cb777ad243c9c2c698095 (patch)
treeae44e090a9ef52445ef155c9c913358c4aad75cb /app-editors/e3/e3-2.7.0.ebuild
parentMove e3-2.7.0 -> e3-2.70; thanks to Kugelfang for pointing out b0rkedness (diff)
downloadhistorical-74fc61752071e66b288cb777ad243c9c2c698095.tar.gz
historical-74fc61752071e66b288cb777ad243c9c2c698095.tar.bz2
historical-74fc61752071e66b288cb777ad243c9c2c698095.zip
Move e3-2.7.0 -> e3-2.70; thanks to Kugelfang for pointing out b0rkedness
Package-Manager: portage-2.1.2_rc4-r3
Diffstat (limited to 'app-editors/e3/e3-2.7.0.ebuild')
-rw-r--r--app-editors/e3/e3-2.7.0.ebuild36
1 files changed, 0 insertions, 36 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 faf0fe42faad..000000000000
--- a/app-editors/e3/e3-2.7.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 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.1 2006/12/07 21:43:22 masterdriverz Exp $
-
-DESCRIPTION="Very tiny editor in x86 ASM with emacs, pico, 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="-* ~x86"
-IUSE="build"
-RESTRICT="nostrip"
-
-DEPEND="dev-lang/nasm"
-RDEPEND="sys-apps/sed"
-
-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
-}