Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Wed, 22 Jan 2020 00:12:58
Message-Id: 1579651958.c97a20fe53237d0bff5bdb57da33d56f65e88a53.sarnex@gentoo
1 commit: c97a20fe53237d0bff5bdb57da33d56f65e88a53
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 22 00:10:33 2020 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 22 00:12:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97a20fe
7
8 app-emulation/wine-vanilla: Sync with ::wine
9
10 Bump to 5.0
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
14
15 app-emulation/wine-vanilla/Manifest | 1 +
16 .../{wine-vanilla-9999.ebuild => wine-vanilla-5.0.ebuild} | 4 ++--
17 app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 ++--
18 3 files changed, 5 insertions(+), 4 deletions(-)
19
20 diff --git a/app-emulation/wine-vanilla/Manifest b/app-emulation/wine-vanilla/Manifest
21 index 28cf333f264..4776e197cf4 100644
22 --- a/app-emulation/wine-vanilla/Manifest
23 +++ b/app-emulation/wine-vanilla/Manifest
24 @@ -9,3 +9,4 @@ DIST wine-4.18.tar.xz 22263936 BLAKE2B 710d6d90ff1ef9adeb5bb9012c8f354985c1610f4
25 DIST wine-4.19.tar.xz 22283616 BLAKE2B 0d648d931737bc381bca3ad0fa2bfcc089c8324c47c80bdaa85aaddb5a63f5145ef5cc442da299591edbd1723ff1dd49fbf629363ec5e4c6152b7016aed612f3 SHA512 a86bd7ccfb1878445ea946e4ca72769c10b4d966bcc893536a8c3eaa29484ba687dc3a44755ec92a2ad6073e736985b814c0c682bf4f90b5ffe2bca0ebbf4b25
26 DIST wine-4.20.tar.xz 22314856 BLAKE2B c3734029583bf17929a92475f4ad3ac97df632d967b9f7fc2d9f076a7f8492ec144b41227812271703ee665a6a17e9b1e3eed6697d5f7394824d3783fcd8de5a SHA512 c01af88106b8a808fbceb6ace45882c300656a47913142ba7052283b358d6d5b4379895804e15a2ca1870a4e955ea3ca857ec042a8070ea4ffaefa0c7a84e701
27 DIST wine-4.21.tar.xz 22395844 BLAKE2B 1b9c1fd8f4a1ff0527b4d4a02b1dfffa4f6887f2f261b7d4b5afa12e65a8ea18f544c91397cfc71039db7736d33cd0219aaab82cc4564ecd0cb9c74a2e39d6e5 SHA512 f962e47577db2de4e74022b8d51e81e30a004f98b37d8eee5889334271f013123e3ff53e5ac1416c2dd93ec90bee8a2d300b3842c20124df99ef067ac5c72f53
28 +DIST wine-5.0.tar.xz 22469428 BLAKE2B d26938e707545d31ed932c67eaaa9fd137e42daa6facadeaea2897797ec816658edc1b89c649e0cb5c453ca53ebea5d7156fdd188f1afe2a55ca7834e012e276 SHA512 681de951804c3dd3ae8c677a0ea52d172b04cac58594698b191cd972b25899cd2030d01a25fc2ad2eb6b99976a30319d2bd5ba8b7ff98b1a8b43832fa6514b83
29
30 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild
31 similarity index 99%
32 copy from app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
33 copy to app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild
34 index cac165bc097..b8503f0048f 100644
35 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
36 +++ b/app-emulation/wine-vanilla/wine-vanilla-5.0.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 +# Copyright 1999-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
44 #KEYWORDS=""
45 else
46 MAJOR_V=$(ver_cut 1)
47 - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz"
48 + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
49 KEYWORDS="-* ~amd64 ~x86"
50 fi
51 S="${WORKDIR}/${MY_P}"
52
53 diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
54 index cac165bc097..b8503f0048f 100644
55 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
56 +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2019 Gentoo Authors
59 +# Copyright 1999-2020 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=6
63 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
64 #KEYWORDS=""
65 else
66 MAJOR_V=$(ver_cut 1)
67 - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz"
68 + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz"
69 KEYWORDS="-* ~amd64 ~x86"
70 fi
71 S="${WORKDIR}/${MY_P}"