ChangeLog

# ChangeLog for app-shells/esh
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.17 2007/05/15 09:27:31 bangert Exp $

15 May 2007; Thilo Bangert metadata.xml:
add no-herd

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

06 Jan 2007; Danny van Dyk -esh-0.8-r2.ebuild:
QA: Removed unused versions.

24 Apr 2005; Michael Hanselmann esh-0.8.5.ebuild:
Stable on ppc.

31 Dec 2004; Joseph Jezak esh-0.8.5.ebuild:
Marked ~ppc, previous bug that forced -ppc is fixed.

02 Jun 2004; Aron Griffis esh-0.8.5.ebuild:
Make clean on all arches, not just non-x86, so we can rebuild with our CFLAGS

30 Jan 2004; esh-0.8.5.ebuild:
stable on sparc

10 Jan 2004; Jason Wever esh-0.8.5.ebuild:
Added ~sparc keyword and fix to the ebuild for non-x86 arches since upstream
included binary files in source tarball for some odd reason.

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*esh-0.8.5 (26 Apr 2002)

28 Jul 2002; Calum Selkirk esh-0.8.5.ebuild :

Added -ppc to KEYWORDS.

25 Jul 2002; Daniel Ahlberg esh-0.8.5.ebuild :
Added KEYWORDS, SLOT.

26 Apr 2002; Seemant Kulleen esh-0.8.5.ebuild
files/digest-esh-0.8.5 :

Version bump

*esh-0.8-r2 (1 Feb 2002)

25 Jul 2002; Daniel Ahlberg esh-0.8-r2.ebuild :
Added KEYWORDS, SLOT.

1 Feb 2002; G.Bevin ChangeLog :

Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.

Manifest

DIST esh-0.8.5.tar.gz 214040 RMD160 87f9ff3bc650701f626e45822b24eff436b4a654 SHA1 7c8f84d6c824a58b47e52f32bf97769ed25be32f SHA256 8801c8ffacc07240da20425728bd69897fc26f07839e7e8d5ee9059097961744
EBUILD esh-0.8.5.ebuild 1051 RMD160 01145e9e23406734f21d37f3667625b0ef8015d5 SHA1 b7510dc1e41364204ddafa8c6486b7cc6b223ee1 SHA256 2f5380b7fcba811a4f93226bb489037a69faadcd363abbba0858cd43a50d0381
MISC ChangeLog 2094 RMD160 d25077682dcd95b4bb3b92a8d3b44414975a5f94 SHA1 7a206257224282cf3e74a135335f52f9107f627a SHA256 7152e31e20bd664cad8e1923763874b7d1a544c8896db644a1fb978efd6b7665
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a

esh-0.8.5.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.16 2005/04/24 02:54:34 hansmi Exp $

DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
HOMEPAGE="http://slon.ttk.ru/esh/"
SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc"
IUSE=""

DEPEND="virtual/libc
>=sys-libs/ncurses-5.1
>=sys-libs/readline-4.1"

S=${WORKDIR}/${PN}

src_compile() {
sed -i \
-e "s:^CFLAGS=:CFLAGS=${CFLAGS/-fomit-frame-pointer/} :" \
-e "s:^LIB=:LIB=-lncurses :" \
-e "s:-ltermcap::" \
Makefile
# For some reason, this tarball has binary files in it for x86.
# Make clean so we can rebuild for our arch and optimization.
make clean
make || die
}

src_install() {
dobin esh || die
doinfo doc/esh.info
dodoc CHANGELOG CREDITS GC_README HEADER READLNE-HACKS TODO
dohtml doc/*.html
docinto examples
dodoc examples/*
insinto /usr/share/emacs/site-lisp/
doins emacs/esh-mode.el
}

metadata.xml




no-herd

maintainer-needed@gentoo.org