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
commite3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch)
treeea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-shells/tcsh
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r--app-shells/tcsh/files/digest-tcsh-6.101
-rw-r--r--app-shells/tcsh/tcsh-6.10.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-shells/tcsh/files/digest-tcsh-6.10 b/app-shells/tcsh/files/digest-tcsh-6.10
deleted file mode 100644
index a75616c35624..000000000000
--- a/app-shells/tcsh/files/digest-tcsh-6.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f459c423074d85dfaa55439eb908a053 tcsh-6.10.tar.gz
diff --git a/app-shells/tcsh/tcsh-6.10.ebuild b/app-shells/tcsh/tcsh-6.10.ebuild
deleted file mode 100644
index c632ccb3191e..000000000000
--- a/app-shells/tcsh/tcsh-6.10.ebuild
+++ /dev/null
@@ -1,32 +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/tcsh/tcsh-6.10.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}.00
-DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
-#ugh, astron.com doesn't support passive ftp... maybe another source?
-SRC_URI="ftp://ftp.astron.com/pub/tcsh/"${A}
-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 --host=${CHOST}
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install install.man
- try perl tcsh.man2html
- dosym tcsh /bin/csh
- dodoc FAQ Fixes NewThings Ported README WishList Y2K
- docinto html
- dodoc tcsh.html/*.html
-}
-
-
-