summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
commite3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch)
treeea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-shells/esh
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-shells/esh')
-rw-r--r--app-shells/esh/esh-0.8-r1.ebuild43
-rw-r--r--app-shells/esh/files/digest-esh-0.8-r11
2 files changed, 0 insertions, 44 deletions
diff --git a/app-shells/esh/esh-0.8-r1.ebuild b/app-shells/esh/esh-0.8-r1.ebuild
deleted file mode 100644
index c83a5316cd19..000000000000
--- a/app-shells/esh/esh-0.8-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $
-
-P=esh-0.8
-A=${P}.tar.gz
-S=${WORKDIR}/esh
-DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
-SRC_URI="http://esh.netpedia.net/"${A}
-HOMEPAGE="http://esh.netpedia.net/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1"
-
-src_compile() {
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" \
- -e "s:^LIB=:LIB=-lncurses :" Makefile.orig > Makefile
- try make
-}
-
-src_install() {
- cd ${S}
- into /
- dobin esh
- into /usr
- doinfo doc/esh.info
- dodoc CHANGELOG CREDITS GC_README HEADER LICENSE READLNE-HACKS TODO
- docinto html
- dodoc doc/*.html
- docinto examples
- dodoc examples/*
- insinto /usr/share/emacs/site-lisp/
- doins emacs/esh-mode.el
-}
-
-
-
-
-
diff --git a/app-shells/esh/files/digest-esh-0.8-r1 b/app-shells/esh/files/digest-esh-0.8-r1
deleted file mode 100644
index 4ea7be5f1d42..000000000000
--- a/app-shells/esh/files/digest-esh-0.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b59022b88bae24420156d25869b8be54 esh-0.8.tar.gz