diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 08:09:26 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 08:09:26 +0000 |
commit | 5965cd8b27cd95b595ec927e3485e8f33a428167 (patch) | |
tree | 41676c3cec51248588182525b708291515fd6a7a /app-shells/esh | |
parent | This is a quick ALSA update for the lastest version which came out a (diff) | |
download | historical-5965cd8b27cd95b595ec927e3485e8f33a428167.tar.gz historical-5965cd8b27cd95b595ec927e3485e8f33a428167.tar.bz2 historical-5965cd8b27cd95b595ec927e3485e8f33a428167.zip |
version bump
Diffstat (limited to 'app-shells/esh')
-rw-r--r-- | app-shells/esh/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/esh/esh-0.8.5.ebuild | 36 | ||||
-rw-r--r-- | app-shells/esh/files/digest-esh-0.8.5 | 1 |
3 files changed, 45 insertions, 1 deletions
diff --git a/app-shells/esh/ChangeLog b/app-shells/esh/ChangeLog index 12ad56c5a7da..80f42d541409 100644 --- a/app-shells/esh/ChangeLog +++ b/app-shells/esh/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/esh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.1 2002/02/01 21:53:09 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.2 2002/04/27 08:09:26 seemant Exp $ + +*esh-0.8.5 (26 Apr 2002) + + 26 Apr 2002; Seemant Kulleen <seemant@gentoo.org> esh-0.8.5.ebuild + files/digest-esh-0.8.5 : + + Version bump *esh-0.8-r2 (1 Feb 2002) diff --git a/app-shells/esh/esh-0.8.5.ebuild b/app-shells/esh/esh-0.8.5.ebuild new file mode 100644 index 000000000000..9f99447fa036 --- /dev/null +++ b/app-shells/esh/esh-0.8.5.ebuild @@ -0,0 +1,36 @@ +# 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.5.ebuild,v 1.1 2002/04/27 08:09:26 seemant Exp $ + +S=${WORKDIR}/esh +DESCRIPTION="A UNIX Shell with a simplified Scheme syntax" +SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz" +HOMEPAGE="http://slon.ttk.ru/esh/" + +DEPEND="virtual/glibc + >=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 :" \ + -e "s:-ltermcap::" \ + Makefile.orig > Makefile + make || die +} + +src_install() { + + dobin esh + into /usr + doinfo doc/esh.info + dodoc CHANGELOG CREDITS GC_README HEADER LICENSE READLNE-HACKS TODO + dohtml 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.5 b/app-shells/esh/files/digest-esh-0.8.5 new file mode 100644 index 000000000000..4e4c743d37d2 --- /dev/null +++ b/app-shells/esh/files/digest-esh-0.8.5 @@ -0,0 +1 @@ +MD5 ab8dc77db3eb7aa5b1097336a91cdd39 esh-0.8.5.tar.gz 214040 |