diff options
author | 2004-08-24 03:14:40 +0000 | |
---|---|---|
committer | 2004-08-24 03:14:40 +0000 | |
commit | 9812c0225eee6e77b6f83dcebfe9d60fb5753047 (patch) | |
tree | b7c1763bb782b83a170211ecca567c94ca88916e /sys-apps/grep/grep-2.5.1-r5.ebuild | |
parent | Clean up & Marking stable on x86 (diff) | |
download | historical-9812c0225eee6e77b6f83dcebfe9d60fb5753047.tar.gz historical-9812c0225eee6e77b6f83dcebfe9d60fb5753047.tar.bz2 historical-9812c0225eee6e77b6f83dcebfe9d60fb5753047.zip |
Removed http://ftp.club.cc.cmu.edu/pub/gnu from SRC_URI as it's already used with mirror://gnu
Diffstat (limited to 'sys-apps/grep/grep-2.5.1-r5.ebuild')
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/grep/grep-2.5.1-r5.ebuild b/sys-apps/grep/grep-2.5.1-r5.ebuild index 398a954a66ae..c880a9600158 100644 --- a/sys-apps/grep/grep-2.5.1-r5.ebuild +++ b/sys-apps/grep/grep-2.5.1-r5.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r5.ebuild,v 1.1 2004/08/19 16:24:07 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r5.ebuild,v 1.2 2004/08/24 03:14:40 swegener Exp $ inherit gnuconfig flag-o-matic eutils DESCRIPTION="GNU regular expression matcher" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" -SRC_URI="http://ftp.club.cc.cmu.edu/pub/gnu/${PN}/${P}.tar.gz - mirror://gentoo/${P}.tar.gz - mirror://gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz + mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |