diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-03-17 21:14:01 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-03-17 21:14:01 +0000 |
commit | 43f86169c77336b6eec0c6ee1da4b39a73821c5f (patch) | |
tree | 1f62976dcb794280d9c5ff5909008b0e4fdcb56a /app-shells/tcsh/tcsh-6.15-r2.ebuild | |
parent | *portage-2.2_rc26 (17 Mar 2009) (diff) | |
download | gentoo-2-43f86169c77336b6eec0c6ee1da4b39a73821c5f.tar.gz gentoo-2-43f86169c77336b6eec0c6ee1da4b39a73821c5f.tar.bz2 gentoo-2-43f86169c77336b6eec0c6ee1da4b39a73821c5f.zip |
Change SRC_URI to reflect moved location, thanks phceac(at]yahoo_com in bug #262757
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/tcsh/tcsh-6.15-r2.ebuild')
-rw-r--r-- | app-shells/tcsh/tcsh-6.15-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/tcsh/tcsh-6.15-r2.ebuild b/app-shells/tcsh/tcsh-6.15-r2.ebuild index 0232d3ae059d..ca3583dc7cf5 100644 --- a/app-shells/tcsh/tcsh-6.15-r2.ebuild +++ b/app-shells/tcsh/tcsh-6.15-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.12 2008/12/04 20:50:30 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.15-r2.ebuild,v 1.13 2009/03/17 21:14:01 grobian Exp $ inherit eutils @@ -9,7 +9,7 @@ CONFVER="1.6" MY_P="${P}.00" DESCRIPTION="Enhanced version of the Berkeley C shell (csh)" HOMEPAGE="http://www.tcsh.org/" -SRC_URI="ftp://ftp.astron.com/pub/tcsh/${MY_P}.tar.gz +SRC_URI="ftp://ftp.astron.com/pub/tcsh/old/${MY_P}.tar.gz mirror://gentoo/tcsh-config-${CONFVER}.tar.bz2 http://www.gentoo.org/~grobian/distfiles/tcsh-config-${CONFVER}.tar.bz2" |