ChangeLog

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

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

08 Apr 2007; Markus Ullmann pdksh-5.2.14-r4.ebuild:
Minor QA and restrict b0rked tests

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

04 Dec 2005; Tom Gall pdksh-5.2.14-r4.ebuild:
stable on ppc64

12 Sep 2004; Tavis Ormandy pdksh-5.2.14-r4.ebuild:
block app-shells/ksh bug #63802

15 Apr 2004; Michael McCabe pdksh-5.2.14-r4.ebuild:
Adding s390 keywords

13 Jan 2004; Jon Portnoy pdksh-5.2.14-r4.ebuild :
Stable on AMD64.

04 Jan 2004; Seemant Kulleen pdksh-5.2.14-r4.ebuild,
files/pdksh-5.2.14-coreutils-posix-fix.patch:
patch for new coreutils syntax, thanks to: Stefan Knoblich
in bug #31835

29 May 2003; Rainer Groesslinger
pdksh-5.2.14-r4.ebuild:
fixed a typo in the homepage field

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

*pdksh-5.2.14-r4 (13 Apr 2002)

19 Mar 2003; Aron Griffis pdksh-5.2.14-r4.ebuild:
Mark stable on alpha

04 Nov 2002; Seemant Kulleen pdksh-5.2.14-r4.ebuild :

Changed install path to install the ksh binary into /bin instead of
/usr/bin. Thanks to: gilles_gros@yahoo.com (Gilles G) in bug #10229

28 Jul 2002; Calum Selkirk pdksh-5.2.14-r4.ebuild,
pdksh-5.2.14-r3.ebuild :

Added ppc to KEYWORDS.
Fixed date on copyright header.

25 Jul 2002; Daniel Ahlberg pdksh-5.2.14-r4.ebuild :
Added LICENSE, KEYWORDS, SLOT.

13 Apr 2002; Seemant Kulleen pdksh-5.2.14-r4.ebuild :

Updated ebuild syntax from try to || die and removed the CHOST business from
./configure

*pdksh-5.2.14-r4 (13 Apr 2002)

13 Apr 2002; Jon Nelson pdksh-5.2.14-r4

Added work-around for (what I think is) broken sandbox behavior.

*pdksh-5.2.14-r3 (1 Feb 2002)

25 Jul 2002; Daniel Ahlberg pdksh-5.2.14-r3.ebuild :
Added LICENSE, 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

AUX pdksh-5.2.14-coreutils-posix-fix.patch 439 RMD160 78c94393206e83cb81facc8e586f9b356e7aec4b SHA1 ada8c8cfc5a4904f4a9ddcee275bb20ae2a9d748 SHA256 1ab6f9ba98a20ae11a98e90170f3aa73cc087bd39c9067406423b9c30852e216
DIST pdksh-5.2.14-patches.1 4435 RMD160 b23c971b7446af63bbc2db85032d51932dc2672e SHA1 467da6464f8c98b9a340af17d66a335498cc7fcb SHA256 b4adfc47e4d78eb8718ee10f7ffafc218b0e9d453413456fab263985ae02d356
DIST pdksh-5.2.14.tar.gz 480107 RMD160 3ecb47ac7c7fc43445806a68c740c94278e2368f SHA1 8b022e45de7691ef330f13b0981f0cff30b4047d SHA256 ab15bcdd50f291edc632bca351b2edce5405d4f2ce3854d3d548d721ab9bbfa6
EBUILD pdksh-5.2.14-r4.ebuild 1040 RMD160 fc757b280760a9eff5ed6bc6d51dff768c24a886 SHA1 c1441b80b4d37c5bec5453d1100bcf1db3061a02 SHA256 c547222ea1c6605f308c49fbfe10ef63e5d4d3bd6d83c3d26e86a202f7dd648f
MISC ChangeLog 2836 RMD160 0af6a0ab51d02ad00963c982b0c05a4558b88393 SHA1 063764cb9d91dd92390b8f7187577ff9d527a905 SHA256 16fbe453de7c19be24bb5be756556c2b8ae043d8d3fbf1a66bd0219eaf3f1238
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a

files

metadata.xml




no-herd

maintainer-needed@gentoo.org

pdksh-5.2.14-r4.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.26 2007/04/08 13:27:59 jokey Exp $

inherit eutils

DESCRIPTION="The Public Domain Korn Shell"
HOMEPAGE="http://www.cs.mun.ca/~michael/pdksh/"
SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz
ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1"

LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE=""

DEPEND="virtual/libc
sys-apps/coreutils
!app-shells/ksh"

RESTRICT="test"

src_unpack() {
unpack ${P}.tar.gz
cd "${S}"
epatch "${DISTDIR}"/${P}-patches.1
epatch "${FILESDIR}"/${P}-coreutils-posix-fix.patch
}

src_compile() {
echo 'ksh_cv_dev_fd=${ksh_cv_dev_fd=yes}' > config.cache

econf || die "econf failed"
emake || die "emake failed"
}

src_install() {
into /
dobin ksh
into usr
doman ksh.1
dodoc BUG-REPORTS ChangeLog* CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README
docinto etc
dodoc etc/*
}