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: Sun, 01 Aug 2021 00:09:21
Message-Id: 1627776533.b0ee68926120efd1e9d819b76d49d1b5dc00b339.sarnex@gentoo
1 commit: b0ee68926120efd1e9d819b76d49d1b5dc00b339
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 00:06:14 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 00:08:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ee6892
7
8 app-emulation/wine-mono: Drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/wine-mono/Manifest | 2 --
14 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 21 ---------------------
15 app-emulation/wine-mono/wine-mono-6.1.1.ebuild | 21 ---------------------
16 3 files changed, 44 deletions(-)
17
18 diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
19 index 55629582755..7443097e75c 100644
20 --- a/app-emulation/wine-mono/Manifest
21 +++ b/app-emulation/wine-mono/Manifest
22 @@ -1,3 +1 @@
23 -DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578 SHA512 c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
24 -DIST wine-mono-6.1.1-x86.msi 87879168 BLAKE2B 3bd7ce6da017edd7d462e91afff17f17bf22179d7ff21f479de92d768c8414e329e497ad3a5860499db7c2075629020aa190cdba80285e28fac8996d3e4337ad SHA512 3d2c7b14e605023f45eedf487e14a106f751b1c8da1063efddf5875a7ab9d9d064489940e499b509a573b0daf8274f2375f80fc8e9c10419cff249048fba8a87
25 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770 SHA512 99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
26
27 diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
28 deleted file mode 100644
29 index 291b0ae7c2b..00000000000
30 --- a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -# Copyright 1999-2021 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}-x86.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}-x86.msi"
53 -}
54
55 diff --git a/app-emulation/wine-mono/wine-mono-6.1.1.ebuild b/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
56 deleted file mode 100644
57 index 0860b6bcb4b..00000000000
58 --- a/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
59 +++ /dev/null
60 @@ -1,21 +0,0 @@
61 -# Copyright 1999-2021 Gentoo Authors
62 -# Distributed under the terms of the GNU General Public License v2
63 -
64 -EAPI=7
65 -
66 -DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class libraries in Wine"
67 -HOMEPAGE="https://www.winehq.org/"
68 -SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi"
69 -
70 -LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
71 -SLOT="${PV}"
72 -KEYWORDS="~amd64 ~x86"
73 -
74 -DEPEND="!!app-emulation/wine:0"
75 -
76 -S="${WORKDIR}"
77 -
78 -src_install() {
79 - insinto /usr/share/wine/mono
80 - doins "${DISTDIR}/${P}-x86.msi"
81 -}