diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-09-12 19:10:49 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-09-12 19:10:49 +0000 |
commit | cf35912f55133f8b19e5bc26319b3c4f2dbc6d80 (patch) | |
tree | 8f4b5bdcbccaf56adebdd10918398777a0fde534 /app-shells/ksh | |
parent | mark 1.11 stable, remove stale ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-cf35912f55133f8b19e5bc26319b3c4f2dbc6d80.tar.gz gentoo-2-cf35912f55133f8b19e5bc26319b3c4f2dbc6d80.tar.bz2 gentoo-2-cf35912f55133f8b19e5bc26319b3c4f2dbc6d80.zip |
mark stable
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/ksh-93.20040229.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-shells/ksh/ksh-93.20040229.ebuild b/app-shells/ksh/ksh-93.20040229.ebuild index cdb5b9bee80d..4b58e0813fa7 100644 --- a/app-shells/ksh/ksh-93.20040229.ebuild +++ b/app-shells/ksh/ksh-93.20040229.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.6 2004/06/29 03:55:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20040229.ebuild,v 1.7 2004/09/12 19:10:49 taviso Exp $ inherit ccc eutils flag-o-matic @@ -13,11 +13,10 @@ SRC_URI="http://www.research.att.com/~gsf/download/tgz/INIT.${RELEASE}.tgz LICENSE="ATT" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha arm s390" +KEYWORDS="x86 ~sparc ~alpha arm s390" IUSE="static nls" -DEPEND="virtual/libc - !app-shells/pdksh" +DEPEND="virtual/libc !app-shells/pdksh" S=${WORKDIR} @@ -68,9 +67,7 @@ src_install() { exeinto /bin doexe ${my_arch}/bin/ok/ksh - # FIXME: talk to pdksh maintainer about making this nicer, - # how can we co-exist nicely without blocking? - dosym /bin/ksh /bin/ksh93 + dosym /bin/ksh ksh93 newman ${my_arch}/man/man1/sh.1 ksh.1 dodoc lib/package/LICENSES/ast lib/package/gen/ast-ksh.txt |