diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 17:15:06 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 17:15:06 +0000 |
commit | 2a4d6759fae6a5bda322d0f8fcd8a000a3a81588 (patch) | |
tree | bcf911c373e48dccab3881cb435749876079264f /app-shells/pdksh | |
parent | QA - Use mirror://. (diff) | |
download | historical-2a4d6759fae6a5bda322d0f8fcd8a000a3a81588.tar.gz historical-2a4d6759fae6a5bda322d0f8fcd8a000a3a81588.tar.bz2 historical-2a4d6759fae6a5bda322d0f8fcd8a000a3a81588.zip |
QA - Don't assign default S, add IUSE.
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r-- | app-shells/pdksh/Manifest | 2 | ||||
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/pdksh/Manifest b/app-shells/pdksh/Manifest index e05dc8c3cf55..241159dc49c8 100644 --- a/app-shells/pdksh/Manifest +++ b/app-shells/pdksh/Manifest @@ -1,4 +1,4 @@ +MD5 6d1db82409b8987314949a167ed6b2c1 pdksh-5.2.14-r4.ebuild 1019 MD5 716d8ff33cfd27a121f4ddbbe7b9fc2c ChangeLog 2354 -MD5 a94bcad29841bb3634f24a0e495f5b10 pdksh-5.2.14-r4.ebuild 1029 MD5 e00717e9bd2d8dacd3133f594a131e54 files/digest-pdksh-5.2.14-r4 129 MD5 2cf77b988d3a4d99a847a3829c964847 files/pdksh-5.2.14-coreutils-posix-fix.patch 439 diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild index 3e6d61cb4b23..57bd176ecb29 100644 --- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild +++ b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.19 2004/04/15 23:46:36 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.20 2004/06/14 17:15:06 kloeri Exp $ inherit eutils -S=${WORKDIR}/${P} 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 @@ -13,6 +12,7 @@ SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc alpha ~hppa ~mips amd64 ia64 ~ppc64 s390" +IUSE="" DEPEND=">=sys-libs/glibc-2.1.3 sys-apps/coreutils" |