diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-23 07:00:07 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-23 07:00:07 +0000 |
commit | 968769e3bffa6e5717c11be0bdeaa96bd13bd06a (patch) | |
tree | 4074cecc0c1f6d06fe4a1d2a862b693afc7b163a /app-shells | |
parent | fixed at url, updated bzip2, fixed linux r5 name (diff) | |
download | historical-968769e3bffa6e5717c11be0bdeaa96bd13bd06a.tar.gz historical-968769e3bffa6e5717c11be0bdeaa96bd13bd06a.tar.bz2 historical-968769e3bffa6e5717c11be0bdeaa96bd13bd06a.zip |
moved xchat to new category and modified ebuild (`uses gnome`)
fixed rpm (bzip2 archive name had typo)
man pages not fixed yet
tcsh working
disabled gnome by default in make.conf
fixed a gcc mirror URI
updated file to 3.32
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/tcsh/tcsh-6.09-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/tcsh/tcsh-6.09-r1.ebuild b/app-shells/tcsh/tcsh-6.09-r1.ebuild index 1ad0a17ba1e1..350da475d50f 100644 --- a/app-shells/tcsh/tcsh-6.09-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.09-r1.ebuild @@ -1,12 +1,13 @@ # 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.2 2000/08/16 04:37:54 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.09-r1.ebuild,v 1.3 2000/08/23 07:00:07 drobbins 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} src_compile() { |