diff options
author | 2003-04-22 21:03:36 +0000 | |
---|---|---|
committer | 2003-04-22 21:03:36 +0000 | |
commit | 5b5fea7e1b7cfd9a19b8fd99f1ddd8a4d0dd7133 (patch) | |
tree | cf0ba291f2ad1db1697d4802584c8922686848d9 /app-editors | |
parent | Version bump (diff) | |
download | historical-5b5fea7e1b7cfd9a19b8fd99f1ddd8a4d0dd7133.tar.gz historical-5b5fea7e1b7cfd9a19b8fd99f1ddd8a4d0dd7133.tar.bz2 historical-5b5fea7e1b7cfd9a19b8fd99f1ddd8a4d0dd7133.zip |
Version bump
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/e3/Manifest | 4 | ||||
-rw-r--r-- | app-editors/e3/e3-2.43.ebuild | 46 | ||||
-rw-r--r-- | app-editors/e3/files/digest-e3-2.43 | 1 |
3 files changed, 49 insertions, 2 deletions
diff --git a/app-editors/e3/Manifest b/app-editors/e3/Manifest index f26d603bb911..fa1214779278 100644 --- a/app-editors/e3/Manifest +++ b/app-editors/e3/Manifest @@ -1,5 +1,5 @@ -MD5 a5ec0d19d31da3cbb195c2da704d9339 ChangeLog 1215 -MD5 6186c9a73f269f6b2e789caba1015902 e3-2.43.ebuild 914 +MD5 95ccb70e941c52001247eb3dffe104bd ChangeLog 1320 +MD5 124a867accc209f3fcd9325567e5abf4 e3-2.43.ebuild 1005 MD5 5820226609765fe077e34c6fdf78b494 e3-2.41.ebuild 1013 MD5 25099349848a906592ff9304719fcb8a e3-2.42.ebuild 1003 MD5 c8e059d80a0ac11919ef2f0a4c5bb5b4 files/digest-e3-2.43 59 diff --git a/app-editors/e3/e3-2.43.ebuild b/app-editors/e3/e3-2.43.ebuild new file mode 100644 index 000000000000..cc1518b80e23 --- /dev/null +++ b/app-editors/e3/e3-2.43.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.43.ebuild,v 1.1 2003/04/22 21:03:23 avenj Exp $ + +DESCRIPTION="Very tiny editor in ASM with emacs, pico, and vi keybindings" +SRC_URI="http://www.sax.de/~adlibit/${P}.tar.gz" +HOMEPAGE="http://www.sax.de/~adlibit" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="-* ~x86" + +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.43 b/app-editors/e3/files/digest-e3-2.43 new file mode 100644 index 000000000000..41bbc063fc78 --- /dev/null +++ b/app-editors/e3/files/digest-e3-2.43 @@ -0,0 +1 @@ +MD5 d053f6f6bfc4619a5a3a147a498e22a2 e3-2.43.tar.gz 215540 |