diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-02 07:30:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-02 07:30:28 +0000 |
commit | 248a828bfe58f57f83787d7104f5c2afb6d7d6fb (patch) | |
tree | cd0cb7aac207f89691d834c4e6ba840092cb0549 /sys-apps/grep | |
parent | src_uri fixes (diff) | |
download | gentoo-2-248a828bfe58f57f83787d7104f5c2afb6d7d6fb.tar.gz gentoo-2-248a828bfe58f57f83787d7104f5c2afb6d7d6fb.tar.bz2 gentoo-2-248a828bfe58f57f83787d7104f5c2afb6d7d6fb.zip |
src_uri fix
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/grep/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r1.ebuild | 12 |
3 files changed, 15 insertions, 8 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index 0a9c1ca71bb2..370f61d1c6f7 100644 --- a/sys-apps/grep/ChangeLog +++ b/sys-apps/grep/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/grep # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.18 2003/09/21 17:22:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.19 2003/11/02 07:28:32 seemant Exp $ + + 01 Nov 2003; Seemant Kulleen <seemant@gentoo.org> grep-2.5.1-r1.ebuild: + SRC_URI fix to fetch from the one gnu mirror known to have this tarball, + falling back to our mirrors, then the gnu mirrors. Closes bug #32519 by Stony + Yakovac <stonyy@tek.com> *grep-2.5.1-r1 (27 Feb 2003) diff --git a/sys-apps/grep/Manifest b/sys-apps/grep/Manifest index 4fb4049ae06e..369e73a349a8 100644 --- a/sys-apps/grep/Manifest +++ b/sys-apps/grep/Manifest @@ -1,4 +1,4 @@ -MD5 f2362d83b47b45f99f4653ba91eef1af ChangeLog 2832 -MD5 14983336c07337e31fc8dba997f1e9b3 grep-2.5.1-r1.ebuild 1288 +MD5 c08a2e85c663bf99faafb418d21f0751 grep-2.5.1-r1.ebuild 1320 +MD5 68cb296372994618c9e8381a0062567b ChangeLog 3090 MD5 5dcaa51f88b364134a43d60b661870ee files/digest-grep-2.5.1-r1 62 MD5 9b382fe04d2e5d86aea020215ceca879 files/gentoo-sparc32-dfa.patch 383 diff --git a/sys-apps/grep/grep-2.5.1-r1.ebuild b/sys-apps/grep/grep-2.5.1-r1.ebuild index 382b12913e50..2b8efea1ad8d 100644 --- a/sys-apps/grep/grep-2.5.1-r1.ebuild +++ b/sys-apps/grep/grep-2.5.1-r1.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r1.ebuild,v 1.13 2003/10/01 14:26:44 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r1.ebuild,v 1.14 2003/11/02 07:28:32 seemant Exp $ inherit gnuconfig flag-o-matic +IUSE="nls build" + DESCRIPTION="GNU regular expression matcher" HOMEPAGE="http://www.gnu.org/software/grep/grep.html" -SRC_URI="ftp://prep.ai.mit.edu/gnu/${PN}/${P}.tar.gz - ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" +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" -KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm ia64" SLOT="0" LICENSE="GPL-2" -IUSE="nls build" +KEYWORDS="x86 amd64 ppc sparc alpha mips hppa arm ia64" DEPEND="virtual/glibc nls? ( sys-devel/gettext )" |