diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-12 08:51:22 +0000 |
commit | 8ec954a96c94530e13f070eb9bb39a67e120762d (patch) | |
tree | ca9ab5cf25e8604cbb34b4d383a90adf952d0d4e /app-text/wdiff | |
parent | Don't assign default to S; header fix (Manifest recommit) (diff) | |
download | gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.gz gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.tar.bz2 gentoo-2-8ec954a96c94530e13f070eb9bb39a67e120762d.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.5.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 8410f689bcbb..ed01ad143ef9 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.2 2003/09/02 18:55:43 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.3 2004/03/12 08:51:22 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> wdiff-0.5.ebuild: + Don't assign default to S; header fix 02 Sep 2003; Martin Holzer <mholzer@gentoo.org> wdiff-0.5.ebuild: Now uses mirror://gnu. diff --git a/app-text/wdiff/wdiff-0.5.ebuild b/app-text/wdiff/wdiff-0.5.ebuild index 080a183cfd71..5de994fc5bc0 100644 --- a/app-text/wdiff/wdiff-0.5.ebuild +++ b/app-text/wdiff/wdiff-0.5.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.3 2003/09/02 18:55:43 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5.ebuild,v 1.4 2004/03/12 08:51:22 mr_bones_ Exp $ inherit eutils IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Create a diff disregarding formatting" HOMEPAGE="http://www.gnu.org/software/wdiff/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz |