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-mono/
Date: Thu, 02 May 2019 22:18:58
Message-Id: 1556835191.ed4a5bdcf288f6b025477862313b9f27aef61520.sarnex@gentoo
1 commit: ed4a5bdcf288f6b025477862313b9f27aef61520
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 22:13:11 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 22:13:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=ed4a5bdc
7
8 app-emulation/wine-mono: Bump to 4.8.3
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/wine-mono/Manifest | 1 +
14 app-emulation/wine-mono/wine-mono-4.8.3.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
18 index 7bada3b..681b461 100644
19 --- a/app-emulation/wine-mono/Manifest
20 +++ b/app-emulation/wine-mono/Manifest
21 @@ -5,3 +5,4 @@ DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 59397f851bd0883f060fd359228fcdedea5a32
22 DIST wine-mono-4.7.5.msi 56470528 BLAKE2B a662249fe85dbcc6de273cc8f8384fee9fe789a272c7dfec28e406ac2b512cd0e9ef07716004c694f66a69d2dd0a62e14691123db7b9845d7ad86762619da100 SHA512 25e4188e42362aa9050e4d78a5748697d63181fa91a0c0d2e43ad4c26996f9fb82053a5e6942621aaff01c832be88ea13ac7b472be8841a828eed4e5e87c9ee7
23 DIST wine-mono-4.8.0.msi 86536704 BLAKE2B 24120b57a6b51b47d66b4dcf9765492ad2dce8ece7d186b7bd78172598308be43336944ae804be5181e2c3d7ae7cace08c75e2b66fbfad097c9c16fd6fcfc3a9 SHA512 ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43
24 DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 88bd9b35efd89aece2dd0cd9529bc081fcd2a97f3af81806e9901158cbe48e920e5e6ac276da16c9c2d369dd307a7be05d7b8b67acf2733279a5df17696dd154 SHA512 06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b
25 +DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 5e82c2e6e456311de817b7870e02d60abc3e359a9b5989257cae4a31e24206e7c8289f417dbb5fa2e315537b4e8352f9f1237f576b3c06cb2dbaaa7a5443a4f0 SHA512 5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a
26
27 diff --git a/app-emulation/wine-mono/wine-mono-4.8.3.ebuild b/app-emulation/wine-mono/wine-mono-4.8.3.ebuild
28 new file mode 100644
29 index 0000000..15aab24
30 --- /dev/null
31 +++ b/app-emulation/wine-mono/wine-mono-4.8.3.ebuild
32 @@ -0,0 +1,21 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class libraries in Wine"
39 +HOMEPAGE="https://www.winehq.org/"
40 +SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi"
41 +
42 +LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
43 +SLOT="${PV}"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +DEPEND="!!app-emulation/wine:0"
47 +
48 +S="${WORKDIR}"
49 +
50 +src_install() {
51 + insinto /usr/share/wine/mono
52 + doins "${DISTDIR}/${P}.msi"
53 +}