diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-05-24 06:59:27 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-05-24 06:59:27 +0000 |
commit | dc4f0813a117853827307122655cf4d49944bc5d (patch) | |
tree | 5eddf83c1e1ba678f50d967d34532e2649ce2941 /app-editors/e3 | |
parent | - The submitter forgot to package the docs. (diff) | |
download | gentoo-2-dc4f0813a117853827307122655cf4d49944bc5d.tar.gz gentoo-2-dc4f0813a117853827307122655cf4d49944bc5d.tar.bz2 gentoo-2-dc4f0813a117853827307122655cf4d49944bc5d.zip |
Update Package. Fixes #2937
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/e3/e3-2.33.ebuild | 45 | ||||
-rw-r--r-- | app-editors/e3/files/digest-e3-2.33 | 1 |
3 files changed, 53 insertions, 1 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog index 39645e47d94b..ea4fad46508b 100644 --- a/app-editors/e3/ChangeLog +++ b/app-editors/e3/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/e3 # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.1 2002/02/01 21:53:00 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.2 2002/05/24 06:59:27 rphillips Exp $ + +*e3-2.33 (23 May 2002) + + 23 May 2002; Ryan Phillips <rphillips@gentoo.org> e3-2.33.ebuild : + + Updated Package. Fixes #2937 *e3-1.7-r2 (1 Feb 2002) diff --git a/app-editors/e3/e3-2.33.ebuild b/app-editors/e3/e3-2.33.ebuild new file mode 100644 index 000000000000..22cdfe444554 --- /dev/null +++ b/app-editors/e3/e3-2.33.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Tools Team <tools@gentoo.org> +# +# NOTE: this is an x86-only ebuild!!! +# +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.33.ebuild,v 1.1 2002/05/24 06:59:27 rphillips 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" +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 + 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 +} + diff --git a/app-editors/e3/files/digest-e3-2.33 b/app-editors/e3/files/digest-e3-2.33 new file mode 100644 index 000000000000..42a8ed0d1ed6 --- /dev/null +++ b/app-editors/e3/files/digest-e3-2.33 @@ -0,0 +1 @@ +MD5 eb4d88eba03bd0c4c4e5fbb0e7443583 e3-2.33.tar.gz 176548 |