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 | |
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')
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/Manifest | 4 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index f83fb3db2585..8410f689bcbb 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.1 2003/02/12 08:02:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.2 2003/09/02 18:55:43 mholzer Exp $ + + 02 Sep 2003; Martin Holzer <mholzer@gentoo.org> wdiff-0.5.ebuild: + Now uses mirror://gnu. *wdiff-0.5 (12 Feb 2003) diff --git a/app-text/wdiff/Manifest b/app-text/wdiff/Manifest index 2a55f56f4a03..9aeef6b28406 100644 --- a/app-text/wdiff/Manifest +++ b/app-text/wdiff/Manifest @@ -1,3 +1,3 @@ +MD5 587ae15ed9fa3acc87499291e2084ea2 ChangeLog 638 +MD5 0e4195d1b23706937df340eb25967429 wdiff-0.5.ebuild 975 MD5 d6f2ef7713b8a0187fd684b0d8010347 files/digest-wdiff-0.5 128 -MD5 73b2b1b7ed3d4a7711420271d549a74c ChangeLog 544 -MD5 060e0d9fcf72f89d3cb47fd7f88434b5 wdiff-0.5.ebuild 981 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" |