diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-26 05:09:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-26 05:09:45 +0000 |
commit | e552b1ad61dfd648f17f0faea139287ea80c4323 (patch) | |
tree | 5479948db913128dc13fc4b6b3a2c75674edfce9 /app-emulation/wine | |
parent | Added ~mips to KEYWORDS. (diff) | |
download | gentoo-2-e552b1ad61dfd648f17f0faea139287ea80c4323.tar.gz gentoo-2-e552b1ad61dfd648f17f0faea139287ea80c4323.tar.bz2 gentoo-2-e552b1ad61dfd648f17f0faea139287ea80c4323.zip |
move patch to mirrors #120623 by Simon Stelling
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/files/digest-wine-20050111-r2 | 3 | ||||
-rw-r--r-- | app-emulation/wine/files/wine-20050111-upstream-registry-fix.patch.bz2 | bin | 13584 -> 0 bytes | |||
-rw-r--r-- | app-emulation/wine/wine-20050111-r2.ebuild | 7 |
3 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/wine/files/digest-wine-20050111-r2 b/app-emulation/wine/files/digest-wine-20050111-r2 index c061286bb658..3944619831a1 100644 --- a/app-emulation/wine/files/digest-wine-20050111-r2 +++ b/app-emulation/wine/files/digest-wine-20050111-r2 @@ -1 +1,4 @@ MD5 33f80e2c7a228912a3ab28fc163550b3 Wine-20050111.tar.gz 11477802 +MD5 32c5bd022b8547d02b07517dd7a9bc02 wine-20050111-upstream-registry-fix.patch.bz2 13584 +RMD160 8240ea3fad134d803795b236d15581d7306a08eb wine-20050111-upstream-registry-fix.patch.bz2 13584 +SHA256 ba1a47e13d486afbce821b7e97c763e038be1550f86daeaf2e71b8f17b1374a4 wine-20050111-upstream-registry-fix.patch.bz2 13584 diff --git a/app-emulation/wine/files/wine-20050111-upstream-registry-fix.patch.bz2 b/app-emulation/wine/files/wine-20050111-upstream-registry-fix.patch.bz2 Binary files differdeleted file mode 100644 index 05dac02a5a52..000000000000 --- a/app-emulation/wine/files/wine-20050111-upstream-registry-fix.patch.bz2 +++ /dev/null diff --git a/app-emulation/wine/wine-20050111-r2.ebuild b/app-emulation/wine/wine-20050111-r2.ebuild index 69e4ff503cd4..afb9cb5c0756 100644 --- a/app-emulation/wine/wine-20050111-r2.ebuild +++ b/app-emulation/wine/wine-20050111-r2.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r2.ebuild,v 1.9 2006/02/03 00:04:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050111-r2.ebuild,v 1.10 2006/02/26 05:09:45 vapier Exp $ inherit eutils flag-o-matic multilib DESCRIPTION="free implementation of Windows(tm) on Unix" HOMEPAGE="http://www.winehq.com/" -SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/Wine-${PV}.tar.gz + mirror://gentoo/${P}-upstream-registry-fix.patch.bz2" LICENSE="LGPL-2.1" SLOT="0" @@ -55,7 +56,7 @@ src_unpack() { epatch "${FILESDIR}"/wine-wmf.patch epatch "${FILESDIR}"/wine-20050524-alsa-headers.patch - epatch "${FILESDIR}"/${P}-upstream-registry-fix.patch.bz2 #85387 + epatch "${WORKDIR}"/${P}-upstream-registry-fix.patch #85387 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in epatch "${FILESDIR}"/wine-no-ssp.patch #66002 epatch "${FILESDIR}"/wine-20050725-gcc-32bit.patch |