diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2001-06-03 22:42:30 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2001-06-03 22:42:30 +0000 |
commit | 0d99fc59789b01c5123d062f9f41cd8850a1eb35 (patch) | |
tree | cdac8889393277db29678a0b7e45c2a5b9dd8ddc /app-emulation | |
parent | Typo fixes (diff) | |
download | historical-0d99fc59789b01c5123d062f9f41cd8850a1eb35.tar.gz historical-0d99fc59789b01c5123d062f9f41cd8850a1eb35.tar.bz2 historical-0d99fc59789b01c5123d062f9f41cd8850a1eb35.zip |
oops,
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 80af7d552ad5..4a586d70d40b 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.2 2001/06/03 22:39:52 blutgens Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20010418.ebuild,v 1.3 2001/06/03 22:42:30 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://wine.codeweavers.com/~mpilka/winesetuptk/winesetuptk-${WSV}.tar.gz" + http://twine.codeweavers.com/~mpilka/winesetuptk/winesetuptk-${WSV}.tar.gz" HOMEPAGE="http://www.winehq.com/ http://wine.codeweavers.com/winesetuptk.shtml" |