diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-02 18:59:58 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-02 18:59:58 +0000 |
commit | 8aaa427b2c7e5c965562e310e9233c22cc246a4f (patch) | |
tree | a5351e171e74f82d9b27a563ba8039d430987a1d /app-text/wdiff/wdiff-0.5.ebuild | |
parent | now uses mirror://gnu (diff) | |
download | gentoo-2-8aaa427b2c7e5c965562e310e9233c22cc246a4f.tar.gz gentoo-2-8aaa427b2c7e5c965562e310e9233c22cc246a4f.tar.bz2 gentoo-2-8aaa427b2c7e5c965562e310e9233c22cc246a4f.zip |
Now uses mirror://gnu.
Diffstat (limited to 'app-text/wdiff/wdiff-0.5.ebuild')
-rw-r--r-- | app-text/wdiff/wdiff-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/wdiff/wdiff-0.5.ebuild b/app-text/wdiff/wdiff-0.5.ebuild index 01eae17176ef..080a183cfd71 100644 --- a/app-text/wdiff/wdiff-0.5.ebuild +++ b/app-text/wdiff/wdiff-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5.ebuild,v 1.2 2003/07/11 20:35:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5.ebuild,v 1.3 2003/09/02 18:55:43 mholzer Exp $ inherit eutils @@ -9,7 +9,7 @@ IUSE="" S=${WORKDIR}/${P} DESCRIPTION="Create a diff disregarding formatting" HOMEPAGE="http://www.gnu.org/software/wdiff/" -SRC_URI="ftp://ftp.gnu.org/gnu/wdiff/${P}.tar.gz +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz mirror://gentoo/${P}-gentoo.diff.bz2" SLOT="0" |