diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-10 17:12:41 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-10 17:12:41 +0000 |
commit | a98eea193b9a90153e02c1e0dc04fd575ed12ae1 (patch) | |
tree | bedc74128614ded673129422e3eee3683e76515d /app-shells/ksh | |
parent | add ~alpha (diff) | |
download | gentoo-2-a98eea193b9a90153e02c1e0dc04fd575ed12ae1.tar.gz gentoo-2-a98eea193b9a90153e02c1e0dc04fd575ed12ae1.tar.bz2 gentoo-2-a98eea193b9a90153e02c1e0dc04fd575ed12ae1.zip |
swap symlinks
Diffstat (limited to 'app-shells/ksh')
-rw-r--r-- | app-shells/ksh/Manifest | 4 | ||||
-rw-r--r-- | app-shells/ksh/ksh-93.20030724.ebuild | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-shells/ksh/Manifest b/app-shells/ksh/Manifest index bf76dee49e72..223e3c7c3497 100644 --- a/app-shells/ksh/Manifest +++ b/app-shells/ksh/Manifest @@ -1,5 +1,5 @@ +MD5 1d5c3956922519b19aa657d26983371f ksh-93.20030724.ebuild 2376 MD5 70a3ab410e70157b6a36725d183171c8 ChangeLog 1092 -MD5 e2f4f645a37cf413342584c2651bc742 ksh-93.20030724.ebuild 2406 MD5 e283b9362f2885bedf238e7c08f51e26 metadata.xml 1272 -MD5 75a91bdad38d09a163894fd8ebc8adff files/digest-ksh-93.20030724 206 MD5 fc05a830ab720e8d3462bb10f0474258 files/ksh-93.20030724-libs.diff 12867 +MD5 75a91bdad38d09a163894fd8ebc8adff files/digest-ksh-93.20030724 206 diff --git a/app-shells/ksh/ksh-93.20030724.ebuild b/app-shells/ksh/ksh-93.20030724.ebuild index 84925742a37f..0ab0c99619a2 100644 --- a/app-shells/ksh/ksh-93.20030724.ebuild +++ b/app-shells/ksh/ksh-93.20030724.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030724.ebuild,v 1.4 2003/10/11 22:48:49 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ksh/ksh-93.20030724.ebuild,v 1.5 2003/11/10 17:12:31 taviso Exp $ inherit ccc eutils @@ -16,9 +16,7 @@ SLOT="0" KEYWORDS="x86 alpha ~sparc" IUSE="static nls" -DEPEND="virtual/glibc - >=sys-apps/sed-4" -RDEPEND="virtual/glibc" +DEPEND="virtual/glibc !app-shells/pdksh" S=${WORKDIR} @@ -70,11 +68,11 @@ src_install() { local my_arch="${S}/arch/$(${S}/bin/package)" exeinto /bin - newexe ${my_arch}/bin/ok/ksh ksh93 + 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/ksh93 /bin/ksh + dosym /bin/ksh /bin/ksh93 newman ${my_arch}/man/man1/sh.1 ksh.1 dodoc lib/package/LICENSES/ast lib/package/gen/ast-ksh.txt |