diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-04-22 21:03:36 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-04-22 21:03:36 +0000 |
commit | 84d7abbf200b43b879534303ac2ecefaffba939a (patch) | |
tree | 0e4a7de281a2df2b36c0314d18530e9354e08311 /app-editors/e3 | |
parent | Version bump (diff) | |
download | gentoo-2-84d7abbf200b43b879534303ac2ecefaffba939a.tar.gz gentoo-2-84d7abbf200b43b879534303ac2ecefaffba939a.tar.bz2 gentoo-2-84d7abbf200b43b879534303ac2ecefaffba939a.zip |
Version bump
Diffstat (limited to 'app-editors/e3')
-rw-r--r-- | app-editors/e3/ChangeLog | 8 | ||||
-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 |
4 files changed, 56 insertions, 3 deletions
diff --git a/app-editors/e3/ChangeLog b/app-editors/e3/ChangeLog index 073e57d92366..259c02377b00 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.8 2003/03/29 19:38:10 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.9 2003/04/22 21:03:23 avenj Exp $ + +*e3-2.43 (22 Apr 2003) + + 22 Apr 2003; Jon Portnoy <avenj@gentoo.org> e3-2.43.ebuild : + + Version bump. *e3-2.42 (29 March 2003) 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 |