summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 08:00:16 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 08:00:16 +0000
commit9acc7c3d80cf78aacfa625933a827ad9fc4f9491 (patch)
tree37953d6f9a94eef4d6e29597d9a28ff088f02713 /app-shells
parentremoved older ebuilds (diff)
downloadhistorical-9acc7c3d80cf78aacfa625933a827ad9fc4f9491.tar.gz
historical-9acc7c3d80cf78aacfa625933a827ad9fc4f9491.tar.bz2
historical-9acc7c3d80cf78aacfa625933a827ad9fc4f9491.zip
cleanup
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/esh/esh-0.8-r2.ebuild18
1 files changed, 6 insertions, 12 deletions
diff --git a/app-shells/esh/esh-0.8-r2.ebuild b/app-shells/esh/esh-0.8-r2.ebuild
index f0e4f7ecfb04..18fb99e8ac62 100644
--- a/app-shells/esh/esh-0.8-r2.ebuild
+++ b/app-shells/esh/esh-0.8-r2.ebuild
@@ -1,24 +1,23 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 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-r2.ebuild,v 1.4 2001/11/10 03:07:01 hallski Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.5 2002/04/27 08:00:16 seemant Exp $
-P=esh-0.8
S=${WORKDIR}/esh
DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
SRC_URI="http://esh.netpedia.net/${P}.tar.gz"
HOMEPAGE="http://esh.netpedia.net/"
DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- >=sys-libs/readline-4.1"
+ >=sys-libs/ncurses-5.1
+ >=sys-libs/readline-4.1"
src_compile() {
cp Makefile Makefile.orig
sed -e "s:^CFLAGS=:CFLAGS=${CFLAGS/-fomit-frame-pointer/} :" \
- -e "s:^LIB=:LIB=-lncurses :" Makefile.orig > Makefile
- try make
+ -e "s:^LIB=:LIB=-lncurses :" Makefile.orig > Makefile
+ make || die
}
src_install() {
@@ -34,8 +33,3 @@ src_install() {
insinto /usr/share/emacs/site-lisp/
doins emacs/esh-mode.el
}
-
-
-
-
-