summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-30 21:58:51 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-30 21:58:51 +0000
commit9b1abee7948ef1578bf2e4b26b6c77ecc36f6d52 (patch)
tree313511352279609a46f6e76a5a78cc5e653a06b7 /app-editors/e3
parentChanged mkdir ${D} to dodir ${D} (diff)
downloadhistorical-9b1abee7948ef1578bf2e4b26b6c77ecc36f6d52.tar.gz
historical-9b1abee7948ef1578bf2e4b26b6c77ecc36f6d52.tar.bz2
historical-9b1abee7948ef1578bf2e4b26b6c77ecc36f6d52.zip
Changed src_install () to src_install()
Diffstat (limited to 'app-editors/e3')
-rw-r--r--app-editors/e3/e3-1.7-r1.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/app-editors/e3/e3-1.7-r1.ebuild b/app-editors/e3/e3-1.7-r1.ebuild
index 27118f138a44..5457ade36234 100644
--- a/app-editors/e3/e3-1.7-r1.ebuild
+++ b/app-editors/e3/e3-1.7-r1.ebuild
@@ -1,30 +1,30 @@
# Copyright 1999-2002 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.7 2002/10/04 04:04:13 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-1.7-r1.ebuild,v 1.8 2002/11/30 21:58:51 vapier 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="dev-lang/nasm
- >=sys-apps/gzip-1.2.4a-r6"
-RDEPEND="sys-apps/sed"
+HOMEPAGE="http://www.sax.de/~adlibit/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 -ppc -sparc -sparc64"
+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 () {
+src_install() {
dodir /usr/bin
dobin e3
dosym e3 /usr/bin/e3vi
@@ -36,4 +36,3 @@ src_install () {
cp e3.man e3.1
doman e3.1
}
-