diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 03:07:01 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 03:07:01 +0000 |
commit | ef33d3dba95f10bce91f46c46ff9c38f699930ec (patch) | |
tree | 63c3e1455400b2fc280961273e1f0802fac06a24 /app-shells/tcsh | |
parent | -fix and removed old gnumerics (diff) | |
download | historical-ef33d3dba95f10bce91f46c46ff9c38f699930ec.tar.gz historical-ef33d3dba95f10bce91f46c46ff9c38f699930ec.tar.bz2 historical-ef33d3dba95f10bce91f46c46ff9c38f699930ec.zip |
-fix
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/tcsh-6.10-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/tcsh/tcsh-6.10-r1.ebuild b/app-shells/tcsh/tcsh-6.10-r1.ebuild index 9545a62692b0..feaa380311a8 100644 --- a/app-shells/tcsh/tcsh-6.10-r1.ebuild +++ b/app-shells/tcsh/tcsh-6.10-r1.ebuild @@ -1,13 +1,12 @@ # 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-r1.ebuild,v 1.1 2001/04/13 13:45:25 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10-r1.ebuild,v 1.2 2001/11/10 03:07:01 hallski 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}" +SRC_URI="ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 perl? ( sys-devel/perl )" |