diff options
author | 2000-10-05 00:13:02 +0000 | |
---|---|---|
committer | 2000-10-05 00:13:02 +0000 | |
commit | 7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9 (patch) | |
tree | 48b8bce2ff59ca210ec58a3d8316a6575e35760a /app-text/rcs | |
parent | Removed Daniels latest changes, since they don't work (diff) | |
download | gentoo-2-7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9.tar.gz gentoo-2-7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9.tar.bz2 gentoo-2-7cfbde2ebf2fb0adce15cdd16c3ae32d63493ea9.zip |
*** empty log message ***
Diffstat (limited to 'app-text/rcs')
-rw-r--r-- | app-text/rcs/rcs-5.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/rcs/rcs-5.7.ebuild b/app-text/rcs/rcs-5.7.ebuild index 46ff5316f9a4..7fb7635a949e 100644 --- a/app-text/rcs/rcs-5.7.ebuild +++ b/app-text/rcs/rcs-5.7.ebuild @@ -1,13 +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-text/rcs/rcs-5.7.ebuild,v 1.2 2000/09/15 20:08:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/rcs/rcs-5.7.ebuild,v 1.3 2000/10/05 00:12:58 achim Exp $ -P=rcs-5.7 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Revision Controll System" -SRC_URI="ftp://ftp.gnu.org/gnu/rcs/${A}" +SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/rcs/${A} + ftp://ftp.gnu.org/gnu/rcs/${A}" HOMEPAGE="http://www.gnu.org/software/rcs/" |