summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-11 12:50:37 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-11 12:50:37 +0000
commit64082d48bf9e0ee845e5ab30d12b306248eadda7 (patch)
treef2ef50f91b08a7ab65cf692677268bcacdacf36f /app-emulation
parentdrop 2 oldest, fails to build with gcc-4.4 and openssl-1 (diff)
downloadgentoo-2-64082d48bf9e0ee845e5ab30d12b306248eadda7.tar.gz
gentoo-2-64082d48bf9e0ee845e5ab30d12b306248eadda7.tar.bz2
gentoo-2-64082d48bf9e0ee845e5ab30d12b306248eadda7.zip
QA: Fix non applying patches. Per bug #366301.
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/wine/ChangeLog6
-rw-r--r--app-emulation/wine/wine-1.3.19.ebuild4
-rw-r--r--app-emulation/wine/wine-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog
index bdcb4b6e7d5d..599fd104791f 100644
--- a/app-emulation/wine/ChangeLog
+++ b/app-emulation/wine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/wine
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.361 2011/05/10 15:48:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.362 2011/05/11 12:50:37 scarabeus Exp $
+
+ 11 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> wine-1.3.19.ebuild,
+ wine-9999.ebuild:
+ QA: Fix non applying patches. Per bug #366301.
*wine-1.3.19 (10 May 2011)
diff --git a/app-emulation/wine/wine-1.3.19.ebuild b/app-emulation/wine/wine-1.3.19.ebuild
index 6de5025d8ab6..08d9e9bcbc2c 100644
--- a/app-emulation/wine/wine-1.3.19.ebuild
+++ b/app-emulation/wine/wine-1.3.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v 1.1 2011/05/10 15:48:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v 1.2 2011/05/11 12:50:37 scarabeus Exp $
EAPI="2"
@@ -20,7 +20,7 @@ else
S=${WORKDIR}/${MY_P}
fi
-pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.10,winecfg-1.3.11}.patch ; }
+pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.19,winecfg-1.3.11}.patch ; }
GV="1.2.0"
DESCRIPTION="free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
index 5382428fdf6d..12be10b52bb5 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.77 2011/05/01 15:00:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.78 2011/05/11 12:50:37 scarabeus Exp $
EAPI="2"
@@ -20,7 +20,7 @@ else
S=${WORKDIR}/${MY_P}
fi
-pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.10,winecfg-1.3.11}.patch ; }
+pulse_patches() { echo "$1"/winepulse-{0.39,configure.ac-1.3.19,winecfg-1.3.11}.patch ; }
GV="1.2.0"
DESCRIPTION="free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"