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: Sat, 28 Sep 2019 17:22:49
Message-Id: 1569691149.96da35fcfd622175f2b5d0338881fe4677af8248.sarnex@gentoo
1 commit: 96da35fcfd622175f2b5d0338881fe4677af8248
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 17:19:09 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 17:19:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=96da35fc
7
8 app-emulation/wine-mono: Bump to 4.9.3
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
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.9.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 2a6b5a6..b50f25d 100644
19 --- a/app-emulation/wine-mono/Manifest
20 +++ b/app-emulation/wine-mono/Manifest
21 @@ -8,3 +8,4 @@ DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 88bd9b35efd89aece2dd0cd9529bc081fcd2a
22 DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 5e82c2e6e456311de817b7870e02d60abc3e359a9b5989257cae4a31e24206e7c8289f417dbb5fa2e315537b4e8352f9f1237f576b3c06cb2dbaaa7a5443a4f0 SHA512 5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a
23 DIST wine-mono-4.9.0.msi 94960640 BLAKE2B b60debd41ea33eee15ab1a546c526858b97cf4d5d896c856cce21f09210e3e10f1abf98dfb723abbe75657dd44011c1c793a08a329e037144d3266001739467c SHA512 76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24
24 DIST wine-mono-4.9.2.msi 94981632 BLAKE2B b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a SHA512 73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329
25 +DIST wine-mono-4.9.3.msi 95017472 BLAKE2B bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9 SHA512 4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c
26
27 diff --git a/app-emulation/wine-mono/wine-mono-4.9.3.ebuild b/app-emulation/wine-mono/wine-mono-4.9.3.ebuild
28 new file mode 100644
29 index 0000000..15aab24
30 --- /dev/null
31 +++ b/app-emulation/wine-mono/wine-mono-4.9.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 +}