diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-11-24 18:40:50 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-11-24 18:40:50 +0000 |
commit | b05c4916897f246227e14c588341fe1b3124d6bd (patch) | |
tree | 50b7dd8744a4f96db6a595cd5b029adb87afe028 /sys-devel/patch | |
parent | removed the ultra-slow gatekeeper.dec.com GNU mirror. (diff) | |
download | historical-b05c4916897f246227e14c588341fe1b3124d6bd.tar.gz historical-b05c4916897f246227e14c588341fe1b3124d6bd.tar.bz2 historical-b05c4916897f246227e14c588341fe1b3124d6bd.zip |
removed the ultra-slow gatekeeper.dec.com mirror. This encourages me to
rewrite the portage download code to add mirroring support
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-devel/patch/patch-2.5.4-r3.ebuild b/sys-devel/patch/patch-2.5.4-r3.ebuild index 1ff2e3fc4600..501458ef63ef 100644 --- a/sys-devel/patch/patch-2.5.4-r3.ebuild +++ b/sys-devel/patch/patch-2.5.4-r3.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 Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r3.ebuild,v 1.1 2001/02/27 18:16:03 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r3.ebuild,v 1.2 2001/11/24 18:40:50 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Utility to apply diffs to files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/patch/${A} - ftp://ftp.gnu.org/gnu/patch/${A}" +SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" DEPEND="virtual/glibc" |