summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-03-02 22:00:01 +0000
committerJon Portnoy <avenj@gentoo.org>2003-03-02 22:00:01 +0000
commit9c915671671079db672d4f488d69478a7382f18e (patch)
tree0aa405a92f361eee8b969694ae9277d890e9f2d2 /app-editors/e3
parentemerge-webrsync is now in portage (2.0.47+) (diff)
downloadgentoo-2-9c915671671079db672d4f488d69478a7382f18e.tar.gz
gentoo-2-9c915671671079db672d4f488d69478a7382f18e.tar.bz2
gentoo-2-9c915671671079db672d4f488d69478a7382f18e.zip
Version bump, latest e3.
Diffstat (limited to 'app-editors/e3')
-rw-r--r--app-editors/e3/ChangeLog8
-rw-r--r--app-editors/e3/e3-2.41.ebuild46
-rw-r--r--app-editors/e3/files/digest-e3-2.411
3 files changed, 54 insertions, 1 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog
index 28ab2ebc075a..b224df20b25e 100644
--- a/app-editors/e3/ChangeLog
+++ b/app-editors/e3/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/e3
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.6 2003/02/12 03:46:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.7 2003/03/02 22:00:01 avenj Exp $
+
+*e3-2.41 (02 March 2003)
+
+ 02 March 2003; Jon Portnoy <avenj@gentoo.org> e3-2.41.ebuild :
+
+ Version bump.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/app-editors/e3/e3-2.41.ebuild b/app-editors/e3/e3-2.41.ebuild
new file mode 100644
index 000000000000..f78dc35b4d8c
--- /dev/null
+++ b/app-editors/e3/e3-2.41.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.41.ebuild,v 1.1 2003/03/02 22:00:01 avenj Exp $
+
+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"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 -ppc -sparc"
+
+DEPEND="dev-lang/nasm"
+RDEPEND="sys-apps/sed"
+
+RESTRICT="nostrip"
+
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${WORKDIR}
+}
+
+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.41 b/app-editors/e3/files/digest-e3-2.41
new file mode 100644
index 000000000000..c691a5280005
--- /dev/null
+++ b/app-editors/e3/files/digest-e3-2.41
@@ -0,0 +1 @@
+MD5 498a1d04130f4e8c6efe2ec9100eef3b e3-2.41.tar.gz 215121