diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:25:11 +0000 |
commit | 92816a80a1b2d5c22de9d75125cc43ad97b3daea (patch) | |
tree | 1ab58cc40f68fb727e11a38d48ace72e6875cb01 /app-shells/pdksh | |
parent | Cleanup (diff) | |
download | historical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.tar.gz historical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.tar.bz2 historical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.zip |
Cleanup
Diffstat (limited to 'app-shells/pdksh')
-rw-r--r-- | app-shells/pdksh/files/digest-pdksh-5.2.14-r2 | 2 | ||||
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r2.ebuild | 43 |
2 files changed, 0 insertions, 45 deletions
diff --git a/app-shells/pdksh/files/digest-pdksh-5.2.14-r2 b/app-shells/pdksh/files/digest-pdksh-5.2.14-r2 deleted file mode 100644 index 82565d42669d..000000000000 --- a/app-shells/pdksh/files/digest-pdksh-5.2.14-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 871106b3bd937e1afba9f2ef7c43aef3 pdksh-5.2.14.tar.gz -MD5 c91364eb3de43a052c53d263000fe14c pdksh-5.2.14-patches.1 diff --git a/app-shells/pdksh/pdksh-5.2.14-r2.ebuild b/app-shells/pdksh/pdksh-5.2.14-r2.ebuild deleted file mode 100644 index ba2ddf0fae44..000000000000 --- a/app-shells/pdksh/pdksh-5.2.14-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r2.ebuild,v 1.1 2000/11/26 20:54:17 achim Exp $ - -P=pdksh-5.2.14 -A="${P}.tar.gz ${P}-patches.1" -S=${WORKDIR}/${P} -DESCRIPTION="The Public Domain Korn Shell" -SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz - ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1" -HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_unpack() { - unpack ${P}.tar.gz - cd ${S} - patch -p2 < ${DISTDIR}/${P}-patches.1 -} - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install() { - cd ${S} - into / - dobin ksh - into /usr - doman ksh.1 - dodoc BUG-REPORTS ChangeLog* CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README - docinto etc - dodoc etc/* -} - - - - - - |