diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-03 22:39:52 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-03 22:39:52 +0000 |
commit | 75e9aa75807236c1d43983ccb52292dcafb0b1d6 (patch) | |
tree | 52edeee86e3e2f20e586c34601bb349e4cc1133f /app-emulation | |
parent | Added telinit symlink. (diff) | |
download | gentoo-2-75e9aa75807236c1d43983ccb52292dcafb0b1d6.tar.gz gentoo-2-75e9aa75807236c1d43983ccb52292dcafb0b1d6.tar.bz2 gentoo-2-75e9aa75807236c1d43983ccb52292dcafb0b1d6.zip |
Typo fixes
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-20010418.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-20010418.ebuild b/app-emulation/wine/wine-20010418.ebuild index 5a50ad26749e..80af7d552ad5 100644 --- a/app-emulation/wine/wine-20010418.ebuild +++ b/app-emulation/wine/wine-20010418.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010418.ebuild,v 1.1 2001/05/29 23:04:13 pete Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010418.ebuild,v 1.2 2001/06/03 22:39:52 blutgens Exp $ WSV=0.5.1b A="Wine-${PV}.tar.gz winesetuptk-${WSV}.tar.gz" S=${WORKDIR}/${P} DESCRIPTION="Wine is a free implementation of Windows on Unix." SRC_URI="ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/${A} - http://twine.codeweavers.com/~mpilka/winesetuptk/winesetuptk-${WSV}.tar.gz" + http://wine.codeweavers.com/~mpilka/winesetuptk/winesetuptk-${WSV}.tar.gz" HOMEPAGE="http://www.winehq.com/ http://wine.codeweavers.com/winesetuptk.shtml" |