Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/
Date: Tue, 09 Apr 2019 00:02:06
Message-Id: 1554768059.12e87ff6228675127e521ec699e45b23fd0b69a6.sarnex@gentoo
1 commit: 12e87ff6228675127e521ec699e45b23fd0b69a6
2 Author: Lucas Francesco <lucas.francesco93 <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 8 23:59:43 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 00:00:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=12e87ff6
7
8 app-emulation/wine-any: Update winegcc patch for wine-any-9999
9
10 Closes: https://github.com/gentoo/gentoo/pull/11630
11
12 Signed-off-by: Lucas Francesco <lucas.francesco93 <AT> gmail.com>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
15
16 app-emulation/wine-any/Manifest | 1 +
17 app-emulation/wine-any/wine-any-9999.ebuild | 4 ++--
18 2 files changed, 3 insertions(+), 2 deletions(-)
19
20 diff --git a/app-emulation/wine-any/Manifest b/app-emulation/wine-any/Manifest
21 index aae1421..5b44e93 100644
22 --- a/app-emulation/wine-any/Manifest
23 +++ b/app-emulation/wine-any/Manifest
24 @@ -1,4 +1,5 @@
25 DIST gentoo-wine-patches-20180120.tar.xz 58672 BLAKE2B 84d621075b65475cec41a06429680b518d7eafb938cefd903f3f8aa71ea3049ac9d8de05af48f9f4f4a1b9172c7ef17784540413e410eb8ec11e8ec4a63858c6 SHA512 5b354a409c7a2b77499aaa593b9248a1d15d755e3687b095755faacc30068bfcdbdd5c2a2a78617cb1a78c46d2931162bd69ec3379b035d81494bea7108263c2
26 +DIST gentoo-wine-patches-20190316.tar.xz 58848 BLAKE2B 76e66749638589dd6d6eceb4b78690483d14353597a4e47fe9e5325d8bdb2bceff66040c110f63b8bae698bc5838c280c048ff7375ba2ed8cc387cbe0422c79a SHA512 de2cf844ae686144c3f95f0a360c7fa8a62185500758f994b5a65836798bdc3092138dcd9c36d0267a6fcfdc13585258d31b281244a97b45965f40e0f2b29eda
27 DIST wine-2.0.tar.bz2 23662707 BLAKE2B 1d485c1359ce8a0395a9f6378c1f8be33ea2836b80390d1eb1095057a0acedd21708daab16e1851a315391b9f9b0a360879b9d98c73bcc8371c5023e9a8037f5 SHA512 b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186
28 DIST wine-2.1.tar.xz 18887032 BLAKE2B 12d1298899064a46183c84ed13880275321670aa590c1aeb60fbba95baff736ad81342dfe3b31bf94fb7a6493262cb1b9ab20709025e19dad19cb438bff6c5a8 SHA512 03d678ee6e89c2804813f2827255fcf59e96ca9a45b7d8ac441cfc84f835e5e5689c70a79a41a04c631e1add7807fa4a5758acef3bd7aadfb2e92e68958c6ef6
29 DIST wine-2.10.tar.xz 19209580 BLAKE2B 89262d1950b1baba4447a39c28526e1639a382fef61e081e12f21c693be8f8549234699883552bd555e85e3a558190fa698654d9f34b20b6c133f9da5fa75f80 SHA512 8807e16a571bf45d99097ad5fdfb9fe755f6dbe84010a330fed82f1d48c76b7f19589bfc0e5dde0b9e49a608fd0501db3f7e3e129e4d9d34bcae03bc51a73139
30
31 diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild
32 index 02193e5..d5fcb84 100644
33 --- a/app-emulation/wine-any/wine-any-9999.ebuild
34 +++ b/app-emulation/wine-any/wine-any-9999.ebuild
35 @@ -28,7 +28,7 @@ STAGING_P="wine-staging-${PV}"
36 STAGING_DIR="${WORKDIR}/${STAGING_P}"
37 D3D9_P="wine-d3d9-${PV}"
38 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
39 -GWP_V="20180120"
40 +GWP_V="20190316"
41 PATCHDIR="${WORKDIR}/gentoo-wine-patches"
42
43 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
44 @@ -173,7 +173,7 @@ usr/share/applications/wine-uninstaller.desktop
45 usr/share/applications/wine-winecfg.desktop"
46
47 PATCHES=(
48 - "${PATCHDIR}/patches/${MY_PN}-1.5.26-winegcc.patch" #260726
49 + "${PATCHDIR}/patches/${MY_PN}-4.4-winegcc.patch" #260726
50 "${PATCHDIR}/patches/${MY_PN}-1.9.5-multilib-portage.patch" #395615
51 "${PATCHDIR}/patches/${MY_PN}-1.6-memset-O3.patch" #480508
52 "${PATCHDIR}/patches/${MY_PN}-2.0-multislot-apploader.patch" #310611