summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 18:15:15 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 18:15:15 +0000
commitc4973130ace1dfe07a89ec3815d933daa6fdbf1c (patch)
tree326fef97bc104bc2c6e70c5daa554ac86b3426d1 /app-shells/tcsh
parent*** empty log message *** (diff)
downloadhistorical-c4973130ace1dfe07a89ec3815d933daa6fdbf1c.tar.gz
historical-c4973130ace1dfe07a89ec3815d933daa6fdbf1c.tar.bz2
historical-c4973130ace1dfe07a89ec3815d933daa6fdbf1c.zip
*** empty log message ***
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r--app-shells/tcsh/files/digest-tcsh-6.09-r11
-rw-r--r--app-shells/tcsh/tcsh-6.09-r1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-shells/tcsh/files/digest-tcsh-6.09-r1 b/app-shells/tcsh/files/digest-tcsh-6.09-r1
deleted file mode 100644
index 7078150b5aa9..000000000000
--- a/app-shells/tcsh/files/digest-tcsh-6.09-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 33511c75037cd4948ed6f1627d1793aa tcsh-6.09.tar.gz
diff --git a/app-shells/tcsh/tcsh-6.09-r1.ebuild b/app-shells/tcsh/tcsh-6.09-r1.ebuild
deleted file mode 100644
index e566daef5646..000000000000
--- a/app-shells/tcsh/tcsh-6.09-r1.ebuild
+++ /dev/null
@@ -1,33 +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.09-r1.ebuild,v 1.6 2000/11/01 04:44:12 achim Exp $
-
-P=tcsh-6.09
-A=${P}.tar.gz
-S=${WORKDIR}/${P}.00
-DESCRIPTION="The standard GNU Bourne again shell"
-#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
-}
-
-
-