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-mono/
Date: Thu, 02 Aug 2018 02:44:19
Message-Id: 1533177536.310e575aa650af1b10d329161f5314651b119b3d.sarnex@gentoo
1 commit: 310e575aa650af1b10d329161f5314651b119b3d
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 2 02:38:56 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 2 02:38:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310e575a
7
8 app-emulation/wine-mono: Sync with ::wine
9
10 Bump to 4.7.3
11
12 Package-Manager: Portage-2.3.44, Repoman-2.3.10
13
14 app-emulation/wine-mono/Manifest | 1 +
15 app-emulation/wine-mono/wine-mono-4.7.3.ebuild | 21 +++++++++++++++++++++
16 2 files changed, 22 insertions(+)
17
18 diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
19 index 230aea30ad2..1254df968b4 100644
20 --- a/app-emulation/wine-mono/Manifest
21 +++ b/app-emulation/wine-mono/Manifest
22 @@ -1,3 +1,4 @@
23 DIST wine-mono-4.6.4.msi 45592064 BLAKE2B 30099b7f02276e47e350a96af07bf64b43c857b3b3323d0cab85864b753e9810c0d7b5d496e2f53f5b2c3a434eb440a19f9928707c4127303aa0335928e39097 SHA512 1d50df5d4d000998c74fbee79b8ffc691d88ee3b34db9fd7124e0df68d6f84768ece489ac8c3f5f3141c2073c8666b93ae23ca6cd652a6542a821df3d1b66b6d
24 DIST wine-mono-4.7.0.msi 64625152 BLAKE2B 9c533d9f9a5cec6aefa66ed916e88f0a03ab76e8292f112a669208c5b26855a314657c9950993a205941cd314f0c93a55f621ed71ebb4846a66d30fa9af3c855 SHA512 07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c
25 DIST wine-mono-4.7.1.msi 56470528 BLAKE2B b1b9dd832f725cb70b80889c08db524540c389c4eb8c990415f0c1b4a17274fc96390808c943bd0ff42c79f4bbb376b3d599d31ed42b5ebcb4be79dbc273eeec SHA512 d47f21fa3ddb31522366056a2062cf7b77eec0a12f96dc05326561c9d2604405128441ff40d1b9567a6e6cd1c19ee03444d2ba02dd3b8dd2d150030dfb52f765
26 +DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 59397f851bd0883f060fd359228fcdedea5a32ce06349fd563411dfa603a6c8700496111821fd9e571cfd4586e829acb12321528a4a8330d1fb6f92855482225 SHA512 d51c0e21c8448a4d11c3e4fd530bda340cc93cd420080e08aadd7b704183dcadf8553b0937e02c7a54a8a2fb46a395718a3e807b85f19936b0e4ee7b92052dfe
27
28 diff --git a/app-emulation/wine-mono/wine-mono-4.7.3.ebuild b/app-emulation/wine-mono/wine-mono-4.7.3.ebuild
29 new file mode 100644
30 index 00000000000..e18bbd1ddb6
31 --- /dev/null
32 +++ b/app-emulation/wine-mono/wine-mono-4.7.3.ebuild
33 @@ -0,0 +1,21 @@
34 +# Copyright 1999-2018 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class libraries in Wine"
40 +HOMEPAGE="https://www.winehq.org/"
41 +SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi"
42 +
43 +LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
44 +SLOT="${PV}"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +DEPEND="!!app-emulation/wine:0"
48 +
49 +S="${WORKDIR}"
50 +
51 +src_install() {
52 + insinto /usr/share/wine/mono
53 + doins "${DISTDIR}/${P}.msi"
54 +}