summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-05 02:19:45 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-05 02:19:45 +0000
commit3086e9e70b88e3a45e81f9cb3e0c626700848ef3 (patch)
treed51194a0d001c007ca0c3503a112738f44d0b0b8 /app-shells
parentfixed install path (diff)
downloadgentoo-2-3086e9e70b88e3a45e81f9cb3e0c626700848ef3.tar.gz
gentoo-2-3086e9e70b88e3a45e81f9cb3e0c626700848ef3.tar.bz2
gentoo-2-3086e9e70b88e3a45e81f9cb3e0c626700848ef3.zip
removed old ebuild
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/pdksh/files/digest-pdksh-5.2.14-r32
-rw-r--r--app-shells/pdksh/pdksh-5.2.14-r3.ebuild43
2 files changed, 0 insertions, 45 deletions
diff --git a/app-shells/pdksh/files/digest-pdksh-5.2.14-r3 b/app-shells/pdksh/files/digest-pdksh-5.2.14-r3
deleted file mode 100644
index ec6ca8f78b86..000000000000
--- a/app-shells/pdksh/files/digest-pdksh-5.2.14-r3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 871106b3bd937e1afba9f2ef7c43aef3 pdksh-5.2.14.tar.gz 480107
-MD5 c91364eb3de43a052c53d263000fe14c pdksh-5.2.14-patches.1 4435
diff --git a/app-shells/pdksh/pdksh-5.2.14-r3.ebuild b/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
deleted file mode 100644
index c0145c059480..000000000000
--- a/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2002 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-r3.ebuild,v 1.9 2002/10/20 18:40:47 vapier Exp $
-
-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/"
-KEYWORDS="x86 ppc sparc sparc64"
-SLOT="0"
-LICENSE="as-is"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- patch -p2 < ${DISTDIR}/${P}-patches.1
-}
-
-src_compile() {
-
- ./configure --prefix=/usr --host=${CHOST} || die
- make || die
-}
-
-src_install() {
-
- into /
- dobin ksh
- into /usr
- doman ksh.1
- dodoc BUG-REPORTS ChangeLog* CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README
- docinto etc
- dodoc etc/*
-}
-
-
-
-
-
-