summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
commit92816a80a1b2d5c22de9d75125cc43ad97b3daea (patch)
tree1ab58cc40f68fb727e11a38d48ace72e6875cb01 /app-shells/zsh
parentCleanup (diff)
downloadhistorical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.tar.gz
historical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.tar.bz2
historical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.zip
Cleanup
Diffstat (limited to 'app-shells/zsh')
-rw-r--r--app-shells/zsh/files/digest-zsh-3.1.91
-rw-r--r--app-shells/zsh/zsh-3.1.9.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/app-shells/zsh/files/digest-zsh-3.1.9 b/app-shells/zsh/files/digest-zsh-3.1.9
deleted file mode 100644
index 31b8f40ebef2..000000000000
--- a/app-shells/zsh/files/digest-zsh-3.1.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b69ed3f04d2a3eb676f8d2ace562270a zsh-3.1.9.tar.gz
diff --git a/app-shells/zsh/zsh-3.1.9.ebuild b/app-shells/zsh/zsh-3.1.9.ebuild
deleted file mode 100644
index 4c677b6d44e9..000000000000
--- a/app-shells/zsh/zsh-3.1.9.ebuild
+++ /dev/null
@@ -1,38 +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/zsh/zsh-3.1.9.ebuild,v 1.4 2001/01/20 01:13:36 achim Exp $
-
-P=zsh-3.1.9
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="UNIX Shell similar to the Korn shell"
-SRC_URI="ftp://ftp.zsh.org/pub/"${A}
-HOMEPAGE="www.zsh.org/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info \
- --libdir=/usr/lib --host=${CHOST}
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D} mandir=${D}/usr/man infodir=${D}/usr/info \
- libdir=${D}/usr/lib \
- install.bin install.man install.modules
- prepman
- dodoc ChangeLog META-FAQ README
- docinto StartupFiles
- dodoc StartupFiles/z*
-
-}
-
-
-
-