diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-20 18:57:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-20 18:57:50 +0000 |
commit | 55089726b820df6b14f7175852f4d22a3d5e7aab (patch) | |
tree | 4a840f4b58747d394c88049e2d350f4687b4cd1b /app-shells/tcsh | |
parent | Added HOMEPAGE var (diff) | |
download | gentoo-2-55089726b820df6b14f7175852f4d22a3d5e7aab.tar.gz gentoo-2-55089726b820df6b14f7175852f4d22a3d5e7aab.tar.bz2 gentoo-2-55089726b820df6b14f7175852f4d22a3d5e7aab.zip |
Updated SRC_URI and HOMEPAGE variables
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.10-r3.ebuild | 8 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.11.ebuild | 8 |
3 files changed, 17 insertions, 7 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 0135dfe01e3c..63947311c5b0 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-shells/tcsh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.4 2002/07/16 03:12:06 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.5 2002/09/20 18:57:50 vapier Exp $ *tcsh-6.11 (09 Jul 2002) + 19 Sept 2002; Mike Frysinger <vapier@gentoo.org> : + Added more hosts to SRC_URI and added HOMEPAGE variable + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : Changed KEYWORDS="*" to KEYWORDS="x86 ppc" @@ -14,6 +17,9 @@ *tcsh-6.10-r3 (21 Mar 2002) + 19 Sept 2002; Mike Frysinger <vapier@gentoo.org> : + Added more hosts to SRC_URI and added HOMEPAGE variable + 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> tcsh-6.10-r3.ebuild : HTML documentation will not get gzipped any longer. Thanks to diff --git a/app-shells/tcsh/tcsh-6.10-r3.ebuild b/app-shells/tcsh/tcsh-6.10-r3.ebuild index 635824eb3225..2ef69c749018 100644 --- a/app-shells/tcsh/tcsh-6.10-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.10-r3.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10-r3.ebuild,v 1.4 2002/08/16 02:37:45 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10-r3.ebuild,v 1.5 2002/09/20 18:57:50 vapier Exp $ 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/${P}.tar.gz" +SRC_URI="ftp://ftp.gw.com/pub/unix/tcsh/${P}.tar.gz + ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz + ftp://ftp.funet.fi/pub/unix/shells/tcsh/${P}.tar.gz" +HOMEPAGE="http://www.tcsh.org/" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 perl? ( sys-devel/perl )" diff --git a/app-shells/tcsh/tcsh-6.11.ebuild b/app-shells/tcsh/tcsh-6.11.ebuild index 772ebb47a23a..be0e1783245a 100644 --- a/app-shells/tcsh/tcsh-6.11.ebuild +++ b/app-shells/tcsh/tcsh-6.11.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.11.ebuild,v 1.3 2002/08/16 02:37:45 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.11.ebuild,v 1.4 2002/09/20 18:57:50 vapier Exp $ 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/${P}.tar.gz" +SRC_URI="ftp://ftp.gw.com/pub/unix/tcsh/${P}.tar.gz + ftp://ftp.astron.com/pub/tcsh/${P}.tar.gz + ftp://ftp.funet.fi/pub/unix/shells/tcsh/${P}.tar.gz" +HOMEPAGE="http://www.tcsh.org/" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 perl? ( sys-devel/perl )" |