[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2024-04-23 Thread Ionen Wolkens
commit: 952cda85286c9294f721c0df4dd863bf809bbc62
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Apr 23 09:15:16 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Apr 23 09:32:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952cda85

app-emulation/wine-mono: add 9.1.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-9.1.0.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 05f3eea7cce9..dd0016c86352 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,5 @@ DIST wine-mono-8.1.0-x86.msi 84905984 BLAKE2B 
948b014fc6fba94bc97642b8aae266b817
 DIST wine-mono-8.1.0-x86.tar.xz 40854944 BLAKE2B 
0e0dd83b92016da328547173d25dc396a895a7a161cd54796c9bda34ae958856f1bee342c1bb5fcffcf695b35adf66b2bf83cfa61e01790bf4b0f2d198f84feb
 SHA512 
ba87105a6527b9c392e9ad406e92fd90164e0abb3a348a1e343e63eff0ee8632399badb98f7fbc3581ce697ba09d98aafbf5033bf52fb14b7c7c280c64f25a84
 DIST wine-mono-9.0.0-x86.msi 84583424 BLAKE2B 
38f16049909f6464624c1c8f990a7873a3211bf02bef7593cae9da0201e8de0f535c841375eadf47bf0a4b10b08bc9d4c89d22d723e51f3f767c6e986ef01c7d
 SHA512 
fcbde718c237f102aab2e234a2f1c03aedd45ad9f97152112562b2119e542efd2f2979899afd3e9e03b1a06caec135d0f2cfcde084e372d1f74d594d52e6c833
 DIST wine-mono-9.0.0-x86.tar.xz 40970928 BLAKE2B 
253533706845cf8e4aa958cca61928e6ce3be7482bfcbba45a5dd6381ab144263ddf40df009121508288710ee0872382a6ce7cde06cf8dd6c75e932916de907e
 SHA512 
0117619a2b3f6e92ee513aeea79db977055098e6f629063fbd5d1a1b7d47e9d14451369b1d0a6a30e468ed051e60bba59aec75b90ea34fa9b4956d3ebdb32c06
+DIST wine-mono-9.1.0-x86.msi 84623872 BLAKE2B 
63e86a4f99a5300782017f0b1a2168ad49516e2b2a7e825d7f59b8e842874c7f84752058908e8f57ad1e650a68675c5ff81ad8ba973962ea075db590be0fa51b
 SHA512 
e51744eb0b07a58516fe3f5115fe45b4924e285fe4688649d04dec522203af6b3aa066e5db9b37cbbfe6ce4b5d8e871e9881842227cbb20c0613b911b5bfc383
+DIST wine-mono-9.1.0-x86.tar.xz 43820028 BLAKE2B 
6249e661239b71ca2607cf5fb3285bbef3e4c056c87e15352e40d2875028dbaa7f1c1a8b4d908f74de8447b4166c61c708314dc6422e9f69a6eea5f588e7c73b
 SHA512 
cede2b910e95fc43e658e6d4d8086ec5324407a32fff4852341178e1e56df240356c02f270e3be174f3ab82aa076e50d70be4da8e8c5f77e877fce8fe3217374

diff --git a/app-emulation/wine-mono/wine-mono-9.1.0.ebuild 
b/app-emulation/wine-mono/wine-mono-9.1.0.ebuild
new file mode 100644
index ..f756896e7c2e
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-9.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://wiki.winehq.org/Mono;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2024-03-20 Thread Ionen Wolkens
commit: c10b14e44c6b163771709a0fc14e17bca0e221bc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Mar 20 05:10:00 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Mar 20 07:01:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10b14e4

app-emulation/wine-mono: drop 8.0.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 --
 app-emulation/wine-mono/wine-mono-8.0.1.ebuild | 26 --
 2 files changed, 28 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 1f258ab638c5..05f3eea7cce9 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -2,8 +2,6 @@ DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a779658
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
 DIST wine-mono-7.4.0-x86.msi 87334912 BLAKE2B 
c0b778f9db59d1a2917631f1d6ca1a1798972a6a42e27975da78f3a35b77018a99228d7d95e5640c57618533a6b01bf2252859e3e978e2aa8dbdc8cd62afcc28
 SHA512 
cf35513b368324487c387d4339e5b05a90c4825b25ea603140524b79e69786ccc20dfb898213a9548c0313c0b0e4b160acb88364e4b280dd6712d185d9e5ae57
 DIST wine-mono-7.4.0-x86.tar.xz 45404344 BLAKE2B 
3a74106b9b3f21a88c2435f7988d66a54e08beea931a0ce0df6431c21add4ee2685bf9c9cb2404ee1a685736d61b1aee3cdd507130e5c5dddba7e506a2ff18bb
 SHA512 
108cb5d969e84deeda3d2b11dba7cd73853fc3b088ecf2bcdb9bc5c5bbaaff03e72cd4f485d1935eda43cdd95b927886441be1d2204edeaee1ff1fea75735d22
-DIST wine-mono-8.0.1-x86.msi 84579328 BLAKE2B 
946a0bf5a7e4fef8c6d40a9899a070fb4d6542ed6f4c632ded4edeab134e7fd6c17f1951cd3008b51c7f56eab95c0120bbf64212361a64653fb7bd4d54512a15
 SHA512 
06aed1bf24882987cd2eae99f9295faf450e0c1471381105ce794987cf37bb7feb7bc857e4dcd59a718b05b1676f227bf16abb472c1d1fc7f1902ec835de3156
-DIST wine-mono-8.0.1-x86.tar.xz 42365644 BLAKE2B 
53ae5cb57c4571aa7071d13b99af59b24b2275c559fd062a2621413b1e17a3d0a2bda23f143df6dd2b7685e65d62ab8e800fd3f082be02faac54450c8d71faf1
 SHA512 
bd174ce5031df1a13a6cb050b735d32330ccd0de43ea29888a91c49db49b02f9b377e78ef9531eaa1b30eed79c6706d84624b87d784f73224581763ca9e63945
 DIST wine-mono-8.1.0-x86.msi 84905984 BLAKE2B 
948b014fc6fba94bc97642b8aae266b8179b119ea3d8a0fdf47daee33eac65b8cc5dd1bc483ae4c66bdd1bdc10f4b73258bb6c83bca0911a30e86e358faafd20
 SHA512 
5c788dfa0c9b664242f3ce0ab24f3f9256dabf1e9fadc516140f267c763da1865b4536c707660acaf66e4a37d93198f5499971b4261e63d91252f6a7fc3eae4e
 DIST wine-mono-8.1.0-x86.tar.xz 40854944 BLAKE2B 
0e0dd83b92016da328547173d25dc396a895a7a161cd54796c9bda34ae958856f1bee342c1bb5fcffcf695b35adf66b2bf83cfa61e01790bf4b0f2d198f84feb
 SHA512 
ba87105a6527b9c392e9ad406e92fd90164e0abb3a348a1e343e63eff0ee8632399badb98f7fbc3581ce697ba09d98aafbf5033bf52fb14b7c7c280c64f25a84
 DIST wine-mono-9.0.0-x86.msi 84583424 BLAKE2B 
38f16049909f6464624c1c8f990a7873a3211bf02bef7593cae9da0201e8de0f535c841375eadf47bf0a4b10b08bc9d4c89d22d723e51f3f767c6e986ef01c7d
 SHA512 
fcbde718c237f102aab2e234a2f1c03aedd45ad9f97152112562b2119e542efd2f2979899afd3e9e03b1a06caec135d0f2cfcde084e372d1f74d594d52e6c833

diff --git a/app-emulation/wine-mono/wine-mono-8.0.1.ebuild 
b/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
deleted file mode 100644
index 27069cdc43d3..
--- a/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://wiki.winehq.org/Mono;
-SRC_URI="
-   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
-   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
-S="${WORKDIR}"
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-IUSE="+shared"
-
-src_install() {
-   insinto /usr/share/wine/mono
-
-   if use shared; then
-   doins -r ${P}
-   else
-   doins "${DISTDIR}"/${P}-x86.msi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2024-02-10 Thread Sam James
commit: 151bf09559f26f0cc3e6da820157e7ce76c5fa78
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 11 03:39:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 11 03:39:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151bf095

app-emulation/wine-mono: Stabilize 8.1.0 amd64, #924196

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-8.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild 
b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
index c6836b10..420d2e8387b2 100644
--- a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2024-02-10 Thread Sam James
commit: fdb672c8a940f96c2d89f7cd160ac327566e46db
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 11 03:39:05 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 11 03:39:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb672c8

app-emulation/wine-mono: Stabilize 8.1.0 x86, #924196

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-8.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild 
b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
index 96896ce732cf..c6836b10 100644
--- a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2024-02-06 Thread Ionen Wolkens
commit: b25fa9f136372cf971b83f53c42785fa16561736
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Feb  6 13:29:56 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 13:33:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25fa9f1

app-emulation/wine-mono: fix copyright year in 9.0.0

It was formerly 2024 but did a bad wine-staging commit amend
that lowered this to 2023, oops.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/wine-mono-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
index 96896ce732cf..f756896e7c2e 100644
--- a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2024-02-05 Thread Ionen Wolkens
commit: 9b70f00246e627b2865e643fc9a0a867fec0f8a1
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Feb  6 05:24:14 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:26:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b70f002

app-emulation/wine-mono: add 9.0.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-9.0.0.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index dd040b03b7f5..1f258ab638c5 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,5 @@ DIST wine-mono-8.0.1-x86.msi 84579328 BLAKE2B 
946a0bf5a7e4fef8c6d40a9899a070fb4d
 DIST wine-mono-8.0.1-x86.tar.xz 42365644 BLAKE2B 
53ae5cb57c4571aa7071d13b99af59b24b2275c559fd062a2621413b1e17a3d0a2bda23f143df6dd2b7685e65d62ab8e800fd3f082be02faac54450c8d71faf1
 SHA512 
bd174ce5031df1a13a6cb050b735d32330ccd0de43ea29888a91c49db49b02f9b377e78ef9531eaa1b30eed79c6706d84624b87d784f73224581763ca9e63945
 DIST wine-mono-8.1.0-x86.msi 84905984 BLAKE2B 
948b014fc6fba94bc97642b8aae266b8179b119ea3d8a0fdf47daee33eac65b8cc5dd1bc483ae4c66bdd1bdc10f4b73258bb6c83bca0911a30e86e358faafd20
 SHA512 
5c788dfa0c9b664242f3ce0ab24f3f9256dabf1e9fadc516140f267c763da1865b4536c707660acaf66e4a37d93198f5499971b4261e63d91252f6a7fc3eae4e
 DIST wine-mono-8.1.0-x86.tar.xz 40854944 BLAKE2B 
0e0dd83b92016da328547173d25dc396a895a7a161cd54796c9bda34ae958856f1bee342c1bb5fcffcf695b35adf66b2bf83cfa61e01790bf4b0f2d198f84feb
 SHA512 
ba87105a6527b9c392e9ad406e92fd90164e0abb3a348a1e343e63eff0ee8632399badb98f7fbc3581ce697ba09d98aafbf5033bf52fb14b7c7c280c64f25a84
+DIST wine-mono-9.0.0-x86.msi 84583424 BLAKE2B 
38f16049909f6464624c1c8f990a7873a3211bf02bef7593cae9da0201e8de0f535c841375eadf47bf0a4b10b08bc9d4c89d22d723e51f3f767c6e986ef01c7d
 SHA512 
fcbde718c237f102aab2e234a2f1c03aedd45ad9f97152112562b2119e542efd2f2979899afd3e9e03b1a06caec135d0f2cfcde084e372d1f74d594d52e6c833
+DIST wine-mono-9.0.0-x86.tar.xz 40970928 BLAKE2B 
253533706845cf8e4aa958cca61928e6ce3be7482bfcbba45a5dd6381ab144263ddf40df009121508288710ee0872382a6ce7cde06cf8dd6c75e932916de907e
 SHA512 
0117619a2b3f6e92ee513aeea79db977055098e6f629063fbd5d1a1b7d47e9d14451369b1d0a6a30e468ed051e60bba59aec75b90ea34fa9b4956d3ebdb32c06

diff --git a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
new file mode 100644
index ..f756896e7c2e
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://wiki.winehq.org/Mono;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/, app-emulation/wine-staging/

2024-02-05 Thread Ionen Wolkens
commit: c6629f8598bbca1c6c496ee3bcacdbf270d7a29a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Feb  6 05:25:06 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb  6 05:27:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6629f85

app-emulation/wine-staging: bump WINE_MONO to 9.0.0 in live

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/wine-mono-9.0.0.ebuild  | 2 +-
 app-emulation/wine-staging/wine-staging-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
index f756896e7c2e..96896ce732cf 100644
--- a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

diff --git a/app-emulation/wine-staging/wine-staging-.ebuild 
b/app-emulation/wine-staging/wine-staging-.ebuild
index f9096affab24..9790d6480e7e 100644
--- a/app-emulation/wine-staging/wine-staging-.ebuild
+++ b/app-emulation/wine-staging/wine-staging-.ebuild
@@ -9,7 +9,7 @@ inherit autotools edo flag-o-matic multilib multilib-build
 inherit prefix python-any-r1 toolchain-funcs wrapper
 
 WINE_GECKO=2.47.4
-WINE_MONO=8.1.0
+WINE_MONO=9.0.0
 WINE_P=wine-$(ver_cut 1-2)
 
 if [[ ${PV} == * ]]; then



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2024-01-26 Thread Ionen Wolkens
commit: d53aab0f91f25f7d30644bdffb89e5ad9ddd52c6
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Jan 27 00:27:26 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Jan 27 00:59:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53aab0f

app-emulation/wine-mono: drop 7.4.1, 8.0.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  4 
 app-emulation/wine-mono/wine-mono-7.4.1.ebuild | 26 --
 app-emulation/wine-mono/wine-mono-8.0.0.ebuild | 26 --
 3 files changed, 56 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index f611e6a731de..dd040b03b7f5 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -2,10 +2,6 @@ DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a779658
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
 DIST wine-mono-7.4.0-x86.msi 87334912 BLAKE2B 
c0b778f9db59d1a2917631f1d6ca1a1798972a6a42e27975da78f3a35b77018a99228d7d95e5640c57618533a6b01bf2252859e3e978e2aa8dbdc8cd62afcc28
 SHA512 
cf35513b368324487c387d4339e5b05a90c4825b25ea603140524b79e69786ccc20dfb898213a9548c0313c0b0e4b160acb88364e4b280dd6712d185d9e5ae57
 DIST wine-mono-7.4.0-x86.tar.xz 45404344 BLAKE2B 
3a74106b9b3f21a88c2435f7988d66a54e08beea931a0ce0df6431c21add4ee2685bf9c9cb2404ee1a685736d61b1aee3cdd507130e5c5dddba7e506a2ff18bb
 SHA512 
108cb5d969e84deeda3d2b11dba7cd73853fc3b088ecf2bcdb9bc5c5bbaaff03e72cd4f485d1935eda43cdd95b927886441be1d2204edeaee1ff1fea75735d22
-DIST wine-mono-7.4.1-x86.msi 87339008 BLAKE2B 
571469f21f4b2f4483172ef88cd973f94dd09eed3b9312775339711901fc5cd753944802a10e35c22f68b8685ae10f782e005f6ae9fcf7afc7b4da039a732b34
 SHA512 
ac2b398ce4c58b35da05d6d002f04cbdf7c615a9058f3db8e00f6c10166be84d90fc09ffa7e44f171e97bd91b741855f1547036d2eca2a688a92e3ed4297762a
-DIST wine-mono-7.4.1-x86.tar.xz 44433444 BLAKE2B 
28adbcca630698e74e455fbe37b8cd60c3d836c503db6a2df20e4db3e12f549a5d1fae6a4c0ccd6068e2667f700fbfe09858b95f156ad8d660ef3804773179a0
 SHA512 
2d0b231ee6e34d23f1e2ae0d7995dd31caab352f30816302743f884f5da56a071e931dabb53f813dd5389c82bdab70057b1d5c6430f1f88ace93789e41962cb6
-DIST wine-mono-8.0.0-x86.msi 84587008 BLAKE2B 
ad2e94b89ef40497009b3a4c1df368482ad48f9061091ecf83298be54836aed7169f10c50e9df62e5aac7843afa087daf4fcc75a4b5c50153bd6f64e70396494
 SHA512 
579bd4914784b0e23120f9750b9b92d9416f1a66e6bb5ff7692ec88368f10d034fdf1c817032dadb8b4dd9758e34aff6e43f5085792239ffc28585f95e167c21
-DIST wine-mono-8.0.0-x86.tar.xz 42360588 BLAKE2B 
ef3ffceb788bb5683de105c20741be8d2ac63622edfa22cd60bf6fb5833ecab19b51ba5fe1ff6cd1a30425fd26ff861e4ad2d5eaf97d38251f66e88e54ab04ea
 SHA512 
7ffa8a87c9e23d84fee789da83f29480d91b79915d3acaa15803699d8ee1575097e24c38fb0e23b22fc5b67f64287fa3f7979b1a077c08ed2f5b69643dcacd4f
 DIST wine-mono-8.0.1-x86.msi 84579328 BLAKE2B 
946a0bf5a7e4fef8c6d40a9899a070fb4d6542ed6f4c632ded4edeab134e7fd6c17f1951cd3008b51c7f56eab95c0120bbf64212361a64653fb7bd4d54512a15
 SHA512 
06aed1bf24882987cd2eae99f9295faf450e0c1471381105ce794987cf37bb7feb7bc857e4dcd59a718b05b1676f227bf16abb472c1d1fc7f1902ec835de3156
 DIST wine-mono-8.0.1-x86.tar.xz 42365644 BLAKE2B 
53ae5cb57c4571aa7071d13b99af59b24b2275c559fd062a2621413b1e17a3d0a2bda23f143df6dd2b7685e65d62ab8e800fd3f082be02faac54450c8d71faf1
 SHA512 
bd174ce5031df1a13a6cb050b735d32330ccd0de43ea29888a91c49db49b02f9b377e78ef9531eaa1b30eed79c6706d84624b87d784f73224581763ca9e63945
 DIST wine-mono-8.1.0-x86.msi 84905984 BLAKE2B 
948b014fc6fba94bc97642b8aae266b8179b119ea3d8a0fdf47daee33eac65b8cc5dd1bc483ae4c66bdd1bdc10f4b73258bb6c83bca0911a30e86e358faafd20
 SHA512 
5c788dfa0c9b664242f3ce0ab24f3f9256dabf1e9fadc516140f267c763da1865b4536c707660acaf66e4a37d93198f5499971b4261e63d91252f6a7fc3eae4e

diff --git a/app-emulation/wine-mono/wine-mono-7.4.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
deleted file mode 100644
index 27069cdc43d3..
--- a/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://wiki.winehq.org/Mono;
-SRC_URI="
-   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
-   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
-S="${WORKDIR}"
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-IUSE="+shared"
-
-src_install() {
-   insinto /usr/share/wine/mono
-
-   if use shared; then

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-10-26 Thread Sam James
commit: e54bd6cf24eeef6d58af0feadaca89cf92b14472
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 26 12:48:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 26 12:48:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54bd6cf

app-emulation/wine-mono: Stabilize 8.0.1 x86, #916292

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-8.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-8.0.1.ebuild 
b/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
index 0b6931bc7869..27069cdc43d3 100644
--- a/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-10-26 Thread Sam James
commit: 1eaa9e6a71bd12d516bbc123158b4ac12163b852
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct 26 12:47:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct 26 12:48:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eaa9e6a

app-emulation/wine-mono: Stabilize 8.0.1 amd64, #916292

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-8.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-8.0.1.ebuild 
b/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
index 96896ce732cf..0b6931bc7869 100644
--- a/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-10-24 Thread Ionen Wolkens
commit: dd282d16bbe9a3c73e1ccd34831a5f2b483ef387
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Oct 24 22:09:23 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Oct 24 22:09:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd282d16

app-emulation/wine-mono: add 8.1.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-8.1.0.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index b882c2b34735..f611e6a731de 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -8,3 +8,5 @@ DIST wine-mono-8.0.0-x86.msi 84587008 BLAKE2B 
ad2e94b89ef40497009b3a4c1df368482a
 DIST wine-mono-8.0.0-x86.tar.xz 42360588 BLAKE2B 
ef3ffceb788bb5683de105c20741be8d2ac63622edfa22cd60bf6fb5833ecab19b51ba5fe1ff6cd1a30425fd26ff861e4ad2d5eaf97d38251f66e88e54ab04ea
 SHA512 
7ffa8a87c9e23d84fee789da83f29480d91b79915d3acaa15803699d8ee1575097e24c38fb0e23b22fc5b67f64287fa3f7979b1a077c08ed2f5b69643dcacd4f
 DIST wine-mono-8.0.1-x86.msi 84579328 BLAKE2B 
946a0bf5a7e4fef8c6d40a9899a070fb4d6542ed6f4c632ded4edeab134e7fd6c17f1951cd3008b51c7f56eab95c0120bbf64212361a64653fb7bd4d54512a15
 SHA512 
06aed1bf24882987cd2eae99f9295faf450e0c1471381105ce794987cf37bb7feb7bc857e4dcd59a718b05b1676f227bf16abb472c1d1fc7f1902ec835de3156
 DIST wine-mono-8.0.1-x86.tar.xz 42365644 BLAKE2B 
53ae5cb57c4571aa7071d13b99af59b24b2275c559fd062a2621413b1e17a3d0a2bda23f143df6dd2b7685e65d62ab8e800fd3f082be02faac54450c8d71faf1
 SHA512 
bd174ce5031df1a13a6cb050b735d32330ccd0de43ea29888a91c49db49b02f9b377e78ef9531eaa1b30eed79c6706d84624b87d784f73224581763ca9e63945
+DIST wine-mono-8.1.0-x86.msi 84905984 BLAKE2B 
948b014fc6fba94bc97642b8aae266b8179b119ea3d8a0fdf47daee33eac65b8cc5dd1bc483ae4c66bdd1bdc10f4b73258bb6c83bca0911a30e86e358faafd20
 SHA512 
5c788dfa0c9b664242f3ce0ab24f3f9256dabf1e9fadc516140f267c763da1865b4536c707660acaf66e4a37d93198f5499971b4261e63d91252f6a7fc3eae4e
+DIST wine-mono-8.1.0-x86.tar.xz 40854944 BLAKE2B 
0e0dd83b92016da328547173d25dc396a895a7a161cd54796c9bda34ae958856f1bee342c1bb5fcffcf695b35adf66b2bf83cfa61e01790bf4b0f2d198f84feb
 SHA512 
ba87105a6527b9c392e9ad406e92fd90164e0abb3a348a1e343e63eff0ee8632399badb98f7fbc3581ce697ba09d98aafbf5033bf52fb14b7c7c280c64f25a84

diff --git a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild 
b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
new file mode 100644
index ..96896ce732cf
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://wiki.winehq.org/Mono;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-10-06 Thread Arthur Zamarin
commit: 2a0875fa0f30ef77cccbf257d7d04ef91d0d168c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 09:23:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 09:23:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0875fa

app-emulation/wine-mono: Stabilize 7.4.1 amd64, #911796

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.4.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
index bc9578b07645..27069cdc43d3 100644
--- a/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-08-19 Thread Ionen Wolkens
commit: 7bce34703145b703833e8e5322fa3a6c29f6131a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Aug 19 09:43:33 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug 19 09:51:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bce3470

app-emulation/wine-mono: add 8.0.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-8.0.1.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index f600056c751f..b882c2b34735 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,5 @@ DIST wine-mono-7.4.1-x86.msi 87339008 BLAKE2B 
571469f21f4b2f4483172ef88cd973f94d
 DIST wine-mono-7.4.1-x86.tar.xz 44433444 BLAKE2B 
28adbcca630698e74e455fbe37b8cd60c3d836c503db6a2df20e4db3e12f549a5d1fae6a4c0ccd6068e2667f700fbfe09858b95f156ad8d660ef3804773179a0
 SHA512 
2d0b231ee6e34d23f1e2ae0d7995dd31caab352f30816302743f884f5da56a071e931dabb53f813dd5389c82bdab70057b1d5c6430f1f88ace93789e41962cb6
 DIST wine-mono-8.0.0-x86.msi 84587008 BLAKE2B 
ad2e94b89ef40497009b3a4c1df368482ad48f9061091ecf83298be54836aed7169f10c50e9df62e5aac7843afa087daf4fcc75a4b5c50153bd6f64e70396494
 SHA512 
579bd4914784b0e23120f9750b9b92d9416f1a66e6bb5ff7692ec88368f10d034fdf1c817032dadb8b4dd9758e34aff6e43f5085792239ffc28585f95e167c21
 DIST wine-mono-8.0.0-x86.tar.xz 42360588 BLAKE2B 
ef3ffceb788bb5683de105c20741be8d2ac63622edfa22cd60bf6fb5833ecab19b51ba5fe1ff6cd1a30425fd26ff861e4ad2d5eaf97d38251f66e88e54ab04ea
 SHA512 
7ffa8a87c9e23d84fee789da83f29480d91b79915d3acaa15803699d8ee1575097e24c38fb0e23b22fc5b67f64287fa3f7979b1a077c08ed2f5b69643dcacd4f
+DIST wine-mono-8.0.1-x86.msi 84579328 BLAKE2B 
946a0bf5a7e4fef8c6d40a9899a070fb4d6542ed6f4c632ded4edeab134e7fd6c17f1951cd3008b51c7f56eab95c0120bbf64212361a64653fb7bd4d54512a15
 SHA512 
06aed1bf24882987cd2eae99f9295faf450e0c1471381105ce794987cf37bb7feb7bc857e4dcd59a718b05b1676f227bf16abb472c1d1fc7f1902ec835de3156
+DIST wine-mono-8.0.1-x86.tar.xz 42365644 BLAKE2B 
53ae5cb57c4571aa7071d13b99af59b24b2275c559fd062a2621413b1e17a3d0a2bda23f143df6dd2b7685e65d62ab8e800fd3f082be02faac54450c8d71faf1
 SHA512 
bd174ce5031df1a13a6cb050b735d32330ccd0de43ea29888a91c49db49b02f9b377e78ef9531eaa1b30eed79c6706d84624b87d784f73224581763ca9e63945

diff --git a/app-emulation/wine-mono/wine-mono-8.0.1.ebuild 
b/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
new file mode 100644
index ..96896ce732cf
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-8.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://wiki.winehq.org/Mono;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-08-06 Thread Sam James
commit: 70e11767934c1b6300a4d46947e45ad072669771
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  6 11:51:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  6 11:51:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e11767

app-emulation/wine-mono: Stabilize 7.4.1 x86, #911796

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.4.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
index 96896ce732cf..bc9578b07645 100644
--- a/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-05-19 Thread Ionen Wolkens
commit: fa6e99d52607a09465127b2f60b5962b3a06bedc
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri May 19 07:56:52 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri May 19 08:15:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6e99d5

app-emulation/wine-mono: add 8.0.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-8.0.0.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 908201b7439d..f600056c751f 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -4,3 +4,5 @@ DIST wine-mono-7.4.0-x86.msi 87334912 BLAKE2B 
c0b778f9db59d1a2917631f1d6ca1a1798
 DIST wine-mono-7.4.0-x86.tar.xz 45404344 BLAKE2B 
3a74106b9b3f21a88c2435f7988d66a54e08beea931a0ce0df6431c21add4ee2685bf9c9cb2404ee1a685736d61b1aee3cdd507130e5c5dddba7e506a2ff18bb
 SHA512 
108cb5d969e84deeda3d2b11dba7cd73853fc3b088ecf2bcdb9bc5c5bbaaff03e72cd4f485d1935eda43cdd95b927886441be1d2204edeaee1ff1fea75735d22
 DIST wine-mono-7.4.1-x86.msi 87339008 BLAKE2B 
571469f21f4b2f4483172ef88cd973f94dd09eed3b9312775339711901fc5cd753944802a10e35c22f68b8685ae10f782e005f6ae9fcf7afc7b4da039a732b34
 SHA512 
ac2b398ce4c58b35da05d6d002f04cbdf7c615a9058f3db8e00f6c10166be84d90fc09ffa7e44f171e97bd91b741855f1547036d2eca2a688a92e3ed4297762a
 DIST wine-mono-7.4.1-x86.tar.xz 44433444 BLAKE2B 
28adbcca630698e74e455fbe37b8cd60c3d836c503db6a2df20e4db3e12f549a5d1fae6a4c0ccd6068e2667f700fbfe09858b95f156ad8d660ef3804773179a0
 SHA512 
2d0b231ee6e34d23f1e2ae0d7995dd31caab352f30816302743f884f5da56a071e931dabb53f813dd5389c82bdab70057b1d5c6430f1f88ace93789e41962cb6
+DIST wine-mono-8.0.0-x86.msi 84587008 BLAKE2B 
ad2e94b89ef40497009b3a4c1df368482ad48f9061091ecf83298be54836aed7169f10c50e9df62e5aac7843afa087daf4fcc75a4b5c50153bd6f64e70396494
 SHA512 
579bd4914784b0e23120f9750b9b92d9416f1a66e6bb5ff7692ec88368f10d034fdf1c817032dadb8b4dd9758e34aff6e43f5085792239ffc28585f95e167c21
+DIST wine-mono-8.0.0-x86.tar.xz 42360588 BLAKE2B 
ef3ffceb788bb5683de105c20741be8d2ac63622edfa22cd60bf6fb5833ecab19b51ba5fe1ff6cd1a30425fd26ff861e4ad2d5eaf97d38251f66e88e54ab04ea
 SHA512 
7ffa8a87c9e23d84fee789da83f29480d91b79915d3acaa15803699d8ee1575097e24c38fb0e23b22fc5b67f64287fa3f7979b1a077c08ed2f5b69643dcacd4f

diff --git a/app-emulation/wine-mono/wine-mono-8.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-8.0.0.ebuild
new file mode 100644
index ..96896ce732cf
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-8.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://wiki.winehq.org/Mono;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-05-11 Thread Ionen Wolkens
commit: 212fe23460477bc4bb25903d1077d38f79458a03
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu May 11 16:42:37 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu May 11 17:00:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212fe234

app-emulation/wine-mono: drop 7.3.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 --
 app-emulation/wine-mono/wine-mono-7.3.1.ebuild | 26 --
 2 files changed, 28 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index f7650b02b715..908201b7439d 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,7 +1,5 @@
 DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
-DIST wine-mono-7.3.1-x86.msi 86930432 BLAKE2B 
f43b605ab7b07a7b4d8d4675297af6e827e81b2b232c6991fb1f559a247c6b546490017dd4e1aab04aad664570cb90152ff872be61bb8e12a154ae2366dbb21c
 SHA512 
dd9f3860c4b52edce44f51b27de2a3b4acc97271d661e41310b889fa378f502458739caaa548fff5e16ddba418d40d647528c151c0413519df54c38f9e237946
-DIST wine-mono-7.3.1-x86.tar.xz 43216532 BLAKE2B 
bc00f41d2e9e88c0a687fad6bdd48e9a836f3d7369747602665691ca3e430c895655e9c5e9ef955a5cf45a96818b6858bc3cc93d90c3d7a49f8d8f4ff824d45a
 SHA512 
a2c8d10d9b34fd7775eeddb6494b84f2f04e6a2f21d93940dc902434b189d43bdfdcd198baf8133cda8b17c2bc25ee84538e12a32027cdd66da9ab029eed6777
 DIST wine-mono-7.4.0-x86.msi 87334912 BLAKE2B 
c0b778f9db59d1a2917631f1d6ca1a1798972a6a42e27975da78f3a35b77018a99228d7d95e5640c57618533a6b01bf2252859e3e978e2aa8dbdc8cd62afcc28
 SHA512 
cf35513b368324487c387d4339e5b05a90c4825b25ea603140524b79e69786ccc20dfb898213a9548c0313c0b0e4b160acb88364e4b280dd6712d185d9e5ae57
 DIST wine-mono-7.4.0-x86.tar.xz 45404344 BLAKE2B 
3a74106b9b3f21a88c2435f7988d66a54e08beea931a0ce0df6431c21add4ee2685bf9c9cb2404ee1a685736d61b1aee3cdd507130e5c5dddba7e506a2ff18bb
 SHA512 
108cb5d969e84deeda3d2b11dba7cd73853fc3b088ecf2bcdb9bc5c5bbaaff03e72cd4f485d1935eda43cdd95b927886441be1d2204edeaee1ff1fea75735d22
 DIST wine-mono-7.4.1-x86.msi 87339008 BLAKE2B 
571469f21f4b2f4483172ef88cd973f94dd09eed3b9312775339711901fc5cd753944802a10e35c22f68b8685ae10f782e005f6ae9fcf7afc7b4da039a732b34
 SHA512 
ac2b398ce4c58b35da05d6d002f04cbdf7c615a9058f3db8e00f6c10166be84d90fc09ffa7e44f171e97bd91b741855f1547036d2eca2a688a92e3ed4297762a

diff --git a/app-emulation/wine-mono/wine-mono-7.3.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
deleted file mode 100644
index 186acdfb04d6..
--- a/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://wiki.winehq.org/Mono;
-SRC_URI="
-   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
-   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
-S="${WORKDIR}"
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-IUSE="+shared"
-
-src_install() {
-   insinto /usr/share/wine/mono
-
-   if use shared; then
-   doins -r ${P}
-   else
-   doins "${DISTDIR}"/${P}-x86.msi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-04-17 Thread Ionen Wolkens
commit: 154c943bda6987fe3de6d9e11637b8083b7aa0d5
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Apr 17 18:47:34 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Apr 17 20:41:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154c943b

app-emulation/wine-mono: add 7.4.1

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.4.1.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 9308ad8eae21..f7650b02b715 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -4,3 +4,5 @@ DIST wine-mono-7.3.1-x86.msi 86930432 BLAKE2B 
f43b605ab7b07a7b4d8d4675297af6e827
 DIST wine-mono-7.3.1-x86.tar.xz 43216532 BLAKE2B 
bc00f41d2e9e88c0a687fad6bdd48e9a836f3d7369747602665691ca3e430c895655e9c5e9ef955a5cf45a96818b6858bc3cc93d90c3d7a49f8d8f4ff824d45a
 SHA512 
a2c8d10d9b34fd7775eeddb6494b84f2f04e6a2f21d93940dc902434b189d43bdfdcd198baf8133cda8b17c2bc25ee84538e12a32027cdd66da9ab029eed6777
 DIST wine-mono-7.4.0-x86.msi 87334912 BLAKE2B 
c0b778f9db59d1a2917631f1d6ca1a1798972a6a42e27975da78f3a35b77018a99228d7d95e5640c57618533a6b01bf2252859e3e978e2aa8dbdc8cd62afcc28
 SHA512 
cf35513b368324487c387d4339e5b05a90c4825b25ea603140524b79e69786ccc20dfb898213a9548c0313c0b0e4b160acb88364e4b280dd6712d185d9e5ae57
 DIST wine-mono-7.4.0-x86.tar.xz 45404344 BLAKE2B 
3a74106b9b3f21a88c2435f7988d66a54e08beea931a0ce0df6431c21add4ee2685bf9c9cb2404ee1a685736d61b1aee3cdd507130e5c5dddba7e506a2ff18bb
 SHA512 
108cb5d969e84deeda3d2b11dba7cd73853fc3b088ecf2bcdb9bc5c5bbaaff03e72cd4f485d1935eda43cdd95b927886441be1d2204edeaee1ff1fea75735d22
+DIST wine-mono-7.4.1-x86.msi 87339008 BLAKE2B 
571469f21f4b2f4483172ef88cd973f94dd09eed3b9312775339711901fc5cd753944802a10e35c22f68b8685ae10f782e005f6ae9fcf7afc7b4da039a732b34
 SHA512 
ac2b398ce4c58b35da05d6d002f04cbdf7c615a9058f3db8e00f6c10166be84d90fc09ffa7e44f171e97bd91b741855f1547036d2eca2a688a92e3ed4297762a
+DIST wine-mono-7.4.1-x86.tar.xz 44433444 BLAKE2B 
28adbcca630698e74e455fbe37b8cd60c3d836c503db6a2df20e4db3e12f549a5d1fae6a4c0ccd6068e2667f700fbfe09858b95f156ad8d660ef3804773179a0
 SHA512 
2d0b231ee6e34d23f1e2ae0d7995dd31caab352f30816302743f884f5da56a071e931dabb53f813dd5389c82bdab70057b1d5c6430f1f88ace93789e41962cb6

diff --git a/app-emulation/wine-mono/wine-mono-7.4.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
new file mode 100644
index ..96896ce732cf
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://wiki.winehq.org/Mono;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-03-04 Thread Ionen Wolkens
commit: a5759078865e5ce52acfb57be32c9603a54e6fd8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Mar  4 09:50:28 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Mar  4 12:06:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5759078

app-emulation/wine-mono: drop 7.3.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 --
 app-emulation/wine-mono/wine-mono-7.3.0.ebuild | 26 --
 2 files changed, 28 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index eac48de26624..9308ad8eae21 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,7 +1,5 @@
 DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
-DIST wine-mono-7.3.0-x86.msi 86919680 BLAKE2B 
917aa260ba7a012ed1e1565f8ed23225c82060c82dbb74a1e0d105a7b38a1d840c20689e0a8e7cc1a5c5de938807c78f36c98cbef07270accaf789b6b031f22d
 SHA512 
d92ab4a9d0ac1c48dfec583b1681317e9ec9556efcb18766a865bee06a3a53ea08159099ca3ec92149f677d67583648991d59adb9b8a612ef41de06da8c77fd2
-DIST wine-mono-7.3.0-x86.tar.xz 43557004 BLAKE2B 
919912faf97cf38b2fcc9813de4e035d907b0a00db78d2a251c1c43dab65ba44847ecbf494a15dba761d9ba8203855c1a6e5f5bbd07f20484c9948c3cfe4d3bc
 SHA512 
c26dc21d0d462b3c79e778497815e33d26b5ab545eba0552b436f30d9b7aa340ccdef69fe0dcbf32c04330e6d0f813314646ded7d2d24e6f4746e4893adbbf7f
 DIST wine-mono-7.3.1-x86.msi 86930432 BLAKE2B 
f43b605ab7b07a7b4d8d4675297af6e827e81b2b232c6991fb1f559a247c6b546490017dd4e1aab04aad664570cb90152ff872be61bb8e12a154ae2366dbb21c
 SHA512 
dd9f3860c4b52edce44f51b27de2a3b4acc97271d661e41310b889fa378f502458739caaa548fff5e16ddba418d40d647528c151c0413519df54c38f9e237946
 DIST wine-mono-7.3.1-x86.tar.xz 43216532 BLAKE2B 
bc00f41d2e9e88c0a687fad6bdd48e9a836f3d7369747602665691ca3e430c895655e9c5e9ef955a5cf45a96818b6858bc3cc93d90c3d7a49f8d8f4ff824d45a
 SHA512 
a2c8d10d9b34fd7775eeddb6494b84f2f04e6a2f21d93940dc902434b189d43bdfdcd198baf8133cda8b17c2bc25ee84538e12a32027cdd66da9ab029eed6777
 DIST wine-mono-7.4.0-x86.msi 87334912 BLAKE2B 
c0b778f9db59d1a2917631f1d6ca1a1798972a6a42e27975da78f3a35b77018a99228d7d95e5640c57618533a6b01bf2252859e3e978e2aa8dbdc8cd62afcc28
 SHA512 
cf35513b368324487c387d4339e5b05a90c4825b25ea603140524b79e69786ccc20dfb898213a9548c0313c0b0e4b160acb88364e4b280dd6712d185d9e5ae57

diff --git a/app-emulation/wine-mono/wine-mono-7.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
deleted file mode 100644
index 4dc409c643f3..
--- a/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://wiki.winehq.org/Mono;
-SRC_URI="
-   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
-   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )"
-S="${WORKDIR}"
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+shared"
-
-src_install() {
-   insinto /usr/share/wine/mono
-
-   if use shared; then
-   doins -r ${P}
-   else
-   doins "${DISTDIR}"/${P}-x86.msi
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-02-26 Thread Arthur Zamarin
commit: c03c2e86f540e15c96a61aa11829ca562dd6cce5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 26 18:35:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 26 18:35:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03c2e86

app-emulation/wine-mono: Stabilize 7.4.0 amd64, #897750

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
index bc9578b07645..27069cdc43d3 100644
--- a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2023-02-25 Thread Sam James
commit: 73673e76fdf238e8013de620910e564b211944b6
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 26 00:30:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 26 00:30:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73673e76

app-emulation/wine-mono: Stabilize 7.4.0 x86, #897750

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
index c09e03eec8e8..bc9578b07645 100644
--- a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-12-01 Thread Ionen Wolkens
commit: 6b0fda6247d9556b25660c0c1216126f675dae6d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec  1 17:19:42 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Dec  2 03:14:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0fda62

app-emulation/wine-mono: tidy metadata a bit

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/metadata.xml | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/app-emulation/wine-mono/metadata.xml 
b/app-emulation/wine-mono/metadata.xml
index 35b0a5fbed1f..83c506abfee8 100644
--- a/app-emulation/wine-mono/metadata.xml
+++ b/app-emulation/wine-mono/metadata.xml
@@ -6,12 +6,16 @@
Wine


-   Wine Mono is a package containing Mono and other projects, 
intended as a replacement for the .NET runtime and class libraries in Wine. It 
works in conjunction with Wine's builtin mscoree.dll, and it is not intended to 
be useful for any other purpose.
+   Wine Mono is a package containing Mono and other projects,
+   intended as a replacement for the .NET runtime and class
+   libraries in Wine. It works in conjunction with Wine's builtin
+   mscoree.dll, and it is not intended to be useful for any other
+   purpose.

-   
-   madewokherd/wine-mono
-   

Install pre-unpacked files which do not 
need to be copied into the Wine prefix

+   
+   madewokherd/wine-mono
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-12-01 Thread Ionen Wolkens
commit: 5ea09e436368486baab2747f6df3e41ef97b836d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec  1 17:25:05 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Dec  2 03:14:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea09e43

app-emulation/wine-mono: use wiki link for HOMEPAGE

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 2 +-
 app-emulation/wine-mono/wine-mono-7.3.0.ebuild | 2 +-
 app-emulation/wine-mono/wine-mono-7.3.1.ebuild | 2 +-
 app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
index a1496c91940d..f943df20d059 100644
--- a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
+HOMEPAGE="https://wiki.winehq.org/Mono;
 SRC_URI="
shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
!shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )"

diff --git a/app-emulation/wine-mono/wine-mono-7.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
index 83761501a6f1..4dc409c643f3 100644
--- a/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
+HOMEPAGE="https://wiki.winehq.org/Mono;
 SRC_URI="
shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
!shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )"

diff --git a/app-emulation/wine-mono/wine-mono-7.3.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
index f32c9e9a3a3f..c09e03eec8e8 100644
--- a/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
+HOMEPAGE="https://wiki.winehq.org/Mono;
 SRC_URI="
shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
!shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"

diff --git a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
index f32c9e9a3a3f..c09e03eec8e8 100644
--- a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
+HOMEPAGE="https://wiki.winehq.org/Mono;
 SRC_URI="
shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
!shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-12-01 Thread Ionen Wolkens
commit: e38c1a2f33132a5016b0e887dec4b67839a69025
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec  1 17:22:27 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Dec  2 03:14:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38c1a2f

app-emulation/wine-mono: sync old 7.0.0+7.3.0 ebuilds with new

Except for keeping the old SRC_URI, no reason to replace tarballs.

Doing this given (at least) 7.0.0 will be kept for a while.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 17 +++--
 app-emulation/wine-mono/wine-mono-7.3.0.ebuild | 17 +++--
 2 files changed, 14 insertions(+), 20 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
index cbd75a5c9f9d..a1496c91940d 100644
--- a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -1,29 +1,26 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
 SRC_URI="
-   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
-"
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )"
+S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
 KEYWORDS="amd64 x86"
 IUSE="+shared"
 
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
 src_install() {
insinto /usr/share/wine/mono
+
if use shared; then
-   doins -r "${P}"
+   doins -r ${P}
else
-   doins "${DISTDIR}/${P}-x86.msi"
+   doins "${DISTDIR}"/${P}-x86.msi
fi
 }

diff --git a/app-emulation/wine-mono/wine-mono-7.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
index 0836b039a90f..83761501a6f1 100644
--- a/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
@@ -1,29 +1,26 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
 SRC_URI="
-   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
-"
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )"
+S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE="+shared"
 
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
 src_install() {
insinto /usr/share/wine/mono
+
if use shared; then
-   doins -r "${P}"
+   doins -r ${P}
else
-   doins "${DISTDIR}/${P}-x86.msi"
+   doins "${DISTDIR}"/${P}-x86.msi
fi
 }



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-12-01 Thread Ionen Wolkens
commit: 778fd9f6e3f7ac8cb20f1e63470c6d29e553ff76
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Dec  1 16:39:10 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Dec  2 03:14:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778fd9f6

app-emulation/wine-mono: stabilize 7.3.1 for amd64, x86

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.3.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
index c09e03eec8e8..186acdfb04d6 100644
--- a/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-10-26 Thread Ionen Wolkens
commit: bc948f21b9135ac5c4d1386bcaabff7bc00d7515
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Oct 26 10:00:17 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Oct 26 10:10:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc948f21

app-emulation/wine-mono: add 7.4.0

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index c55ba7ae8ae1..eac48de26624 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -4,3 +4,5 @@ DIST wine-mono-7.3.0-x86.msi 86919680 BLAKE2B 
917aa260ba7a012ed1e1565f8ed23225c8
 DIST wine-mono-7.3.0-x86.tar.xz 43557004 BLAKE2B 
919912faf97cf38b2fcc9813de4e035d907b0a00db78d2a251c1c43dab65ba44847ecbf494a15dba761d9ba8203855c1a6e5f5bbd07f20484c9948c3cfe4d3bc
 SHA512 
c26dc21d0d462b3c79e778497815e33d26b5ab545eba0552b436f30d9b7aa340ccdef69fe0dcbf32c04330e6d0f813314646ded7d2d24e6f4746e4893adbbf7f
 DIST wine-mono-7.3.1-x86.msi 86930432 BLAKE2B 
f43b605ab7b07a7b4d8d4675297af6e827e81b2b232c6991fb1f559a247c6b546490017dd4e1aab04aad664570cb90152ff872be61bb8e12a154ae2366dbb21c
 SHA512 
dd9f3860c4b52edce44f51b27de2a3b4acc97271d661e41310b889fa378f502458739caaa548fff5e16ddba418d40d647528c151c0413519df54c38f9e237946
 DIST wine-mono-7.3.1-x86.tar.xz 43216532 BLAKE2B 
bc00f41d2e9e88c0a687fad6bdd48e9a836f3d7369747602665691ca3e430c895655e9c5e9ef955a5cf45a96818b6858bc3cc93d90c3d7a49f8d8f4ff824d45a
 SHA512 
a2c8d10d9b34fd7775eeddb6494b84f2f04e6a2f21d93940dc902434b189d43bdfdcd198baf8133cda8b17c2bc25ee84538e12a32027cdd66da9ab029eed6777
+DIST wine-mono-7.4.0-x86.msi 87334912 BLAKE2B 
c0b778f9db59d1a2917631f1d6ca1a1798972a6a42e27975da78f3a35b77018a99228d7d95e5640c57618533a6b01bf2252859e3e978e2aa8dbdc8cd62afcc28
 SHA512 
cf35513b368324487c387d4339e5b05a90c4825b25ea603140524b79e69786ccc20dfb898213a9548c0313c0b0e4b160acb88364e4b280dd6712d185d9e5ae57
+DIST wine-mono-7.4.0-x86.tar.xz 45404344 BLAKE2B 
3a74106b9b3f21a88c2435f7988d66a54e08beea931a0ce0df6431c21add4ee2685bf9c9cb2404ee1a685736d61b1aee3cdd507130e5c5dddba7e506a2ff18bb
 SHA512 
108cb5d969e84deeda3d2b11dba7cd73853fc3b088ecf2bcdb9bc5c5bbaaff03e72cd4f485d1935eda43cdd95b927886441be1d2204edeaee1ff1fea75735d22

diff --git a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
new file mode 100644
index ..f32c9e9a3a3f
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-09-10 Thread Ionen Wolkens
commit: 38b805eeb569f0acb15a935a9801cfb98d766210
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Sep  9 11:23:33 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Sep 10 09:47:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b805ee

app-emulation/wine-mono: add 7.3.1, EAPI7->8, use github URIs

While current wine-proton-7.0.4 is using common 7.3.0, it has
a history of using more bleeding edge mono that is not always
available on winehq's mirrors, and 7.0. switched to 7.3.1.

Also cleanup the nearly 5 years old wine:0 blocker.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.3.1.ebuild | 26 ++
 2 files changed, 28 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 9da8080645d6..c55ba7ae8ae1 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -2,3 +2,5 @@ DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a779658
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
 DIST wine-mono-7.3.0-x86.msi 86919680 BLAKE2B 
917aa260ba7a012ed1e1565f8ed23225c82060c82dbb74a1e0d105a7b38a1d840c20689e0a8e7cc1a5c5de938807c78f36c98cbef07270accaf789b6b031f22d
 SHA512 
d92ab4a9d0ac1c48dfec583b1681317e9ec9556efcb18766a865bee06a3a53ea08159099ca3ec92149f677d67583648991d59adb9b8a612ef41de06da8c77fd2
 DIST wine-mono-7.3.0-x86.tar.xz 43557004 BLAKE2B 
919912faf97cf38b2fcc9813de4e035d907b0a00db78d2a251c1c43dab65ba44847ecbf494a15dba761d9ba8203855c1a6e5f5bbd07f20484c9948c3cfe4d3bc
 SHA512 
c26dc21d0d462b3c79e778497815e33d26b5ab545eba0552b436f30d9b7aa340ccdef69fe0dcbf32c04330e6d0f813314646ded7d2d24e6f4746e4893adbbf7f
+DIST wine-mono-7.3.1-x86.msi 86930432 BLAKE2B 
f43b605ab7b07a7b4d8d4675297af6e827e81b2b232c6991fb1f559a247c6b546490017dd4e1aab04aad664570cb90152ff872be61bb8e12a154ae2366dbb21c
 SHA512 
dd9f3860c4b52edce44f51b27de2a3b4acc97271d661e41310b889fa378f502458739caaa548fff5e16ddba418d40d647528c151c0413519df54c38f9e237946
+DIST wine-mono-7.3.1-x86.tar.xz 43216532 BLAKE2B 
bc00f41d2e9e88c0a687fad6bdd48e9a836f3d7369747602665691ca3e430c895655e9c5e9ef955a5cf45a96818b6858bc3cc93d90c3d7a49f8d8f4ff824d45a
 SHA512 
a2c8d10d9b34fd7775eeddb6494b84f2f04e6a2f21d93940dc902434b189d43bdfdcd198baf8133cda8b17c2bc25ee84538e12a32027cdd66da9ab029eed6777

diff --git a/app-emulation/wine-mono/wine-mono-7.3.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
new file mode 100644
index ..f32c9e9a3a3f
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz 
)
+   !shared? ( 
https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )"
+S="${WORKDIR}"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+src_install() {
+   insinto /usr/share/wine/mono
+
+   if use shared; then
+   doins -r ${P}
+   else
+   doins "${DISTDIR}"/${P}-x86.msi
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-09-10 Thread Ionen Wolkens
commit: 18ccc6df71c2cf51f91929f50174f91581935ef9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Sep  9 11:29:17 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Sep 10 09:47:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ccc6df

app-emulation/wine-mono: drop 5.1.1, 6.4.0, 7.1.1, 7.2.0

Associated wine versions that used these are no longer in tree.

Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/wine-mono/Manifest   |  8 ---
 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 29 --
 app-emulation/wine-mono/wine-mono-6.4.0.ebuild | 29 --
 app-emulation/wine-mono/wine-mono-7.1.1.ebuild | 29 --
 app-emulation/wine-mono/wine-mono-7.2.0.ebuild | 29 --
 5 files changed, 124 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index f91d18c12a82..9da8080645d6 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,12 +1,4 @@
-DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
-DIST wine-mono-5.1.1-x86.tar.xz 44710604 BLAKE2B 
162e5c8b12a0384d218ae049c8a948d48fe50ca51212e1c00f11a207f26a759c749d1b8cd416990856358af3d9899670a363d568eda83b66f5e94efc72eea1ff
 SHA512 
9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
-DIST wine-mono-6.4.0-x86.msi 86398976 BLAKE2B 
d1d553f6115618744bea65d7e88fdf19bfdf677ad5c948d9d598fe461ad668f778e5a8ae2084c584c9d6dae9bee68b85f9837c20016ab82c2401644dcfa06c1a
 SHA512 
5e0eda47bd73b4f1d2d4017c1e6f1d14c9801067e085e9c991532c50454dd22b6594bd05733b4aae8a1010e8b443ff2bdbe70398880ea569142b33e253892f12
-DIST wine-mono-6.4.0-x86.tar.xz 44177712 BLAKE2B 
de08e829ade18be0d0896742aa66f3dd9ab96eb0c994ae164f0fc64fb6306dd278714bbea3cd20d9a04625bc502764a875d57fa530489a22d4f69cbe20696cfb
 SHA512 
4e793ab755e3a4b5ff1dd0354756a9635482db6fd98fc90cb710edfd5e1f553e124913e323681bc82827655a5b1056d33c1f9632b5ea1e3e72d547cd780f2d2e
 DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
-DIST wine-mono-7.1.1-x86.msi 86606336 BLAKE2B 
817d02bc090e5f324519a118de53a51510f601e86b84f93e06762ac583038cf96ce3f2cdd107c838261bc5f93cd336c1c0f18ac414626b98bbe4f35ad2749e04
 SHA512 
5a9a01d129c095d2fe8301073fefee7dca8cc26b9fc72c9ea88c00cbaacd1a40e2defb163152448c3de94ebe7cff46aa81f92ccf09fcaf084a7a18805fa03294
-DIST wine-mono-7.1.1-x86.tar.xz 45220396 BLAKE2B 
8a4cfa9496a51adb884c9062162413564cb939624ec551e97467eed41efc6e67e6296b2b0924eaa9565e98ea5595e140db691f23ef28edbf16456e3f6d39bd05
 SHA512 
b52f8a71900a34c687fd86559db16f2b7a3abe0f3965b5050e1859646c7bb00e070cc394f9a175995ccb50501d15844853b49931a7ac7cd2022581e241f31924
-DIST wine-mono-7.2.0-x86.msi 86910464 BLAKE2B 
4e07c88202b85141faa5fe66e8254839f9d048922fcae6f71468273c1443c148f32746f0cc58b8c16f4f5c46678076072ae5a443e090371ad863387f4c5f15f0
 SHA512 
855a829a247de1e6ee31e07d06cc9d23b3011f43937c13a04f992fbc99080c32cd2dfc44e07bbdf6a71935b75192dd0648288c622eae00b3226e3c58ff55d826
-DIST wine-mono-7.2.0-x86.tar.xz 42477712 BLAKE2B 
f82e5b16b7f6554d919fa082eaa1686a22b798b1cf377aaa6b29f67682749a6e851cd3ee4d52a227c8d279442ed018704a92e3917593de70e588b47a7635395b
 SHA512 
791c93425f37dfb7d481f0afb1b15bd18b084a764d70d2bf211fe791c94c44673940177870dae898e6b0adf3bf08f01f0ecb2fc1c5783c96f4ed4cede8fdb34d
 DIST wine-mono-7.3.0-x86.msi 86919680 BLAKE2B 
917aa260ba7a012ed1e1565f8ed23225c82060c82dbb74a1e0d105a7b38a1d840c20689e0a8e7cc1a5c5de938807c78f36c98cbef07270accaf789b6b031f22d
 SHA512 
d92ab4a9d0ac1c48dfec583b1681317e9ec9556efcb18766a865bee06a3a53ea08159099ca3ec92149f677d67583648991d59adb9b8a612ef41de06da8c77fd2
 DIST wine-mono-7.3.0-x86.tar.xz 43557004 BLAKE2B 
919912faf97cf38b2fcc9813de4e035d907b0a00db78d2a251c1c43dab65ba44847ecbf494a15dba761d9ba8203855c1a6e5f5bbd07f20484c9948c3cfe4d3bc
 SHA512 
c26dc21d0d462b3c79e778497815e33d26b5ab545eba0552b436f30d9b7aa340ccdef69fe0dcbf32c04330e6d0f813314646ded7d2d24e6f4746e4893adbbf7f

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-06-04 Thread Nick Sarnie
commit: e88ba4d4228598324cdfee830e76b9b580e5428f
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jun  4 15:14:05 2022 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jun  4 15:15:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e88ba4d4

app-emulation/wine-mono: Version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.3.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 0bea0023c2cd..f91d18c12a82 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -8,3 +8,5 @@ DIST wine-mono-7.1.1-x86.msi 86606336 BLAKE2B 
817d02bc090e5f324519a118de53a51510
 DIST wine-mono-7.1.1-x86.tar.xz 45220396 BLAKE2B 
8a4cfa9496a51adb884c9062162413564cb939624ec551e97467eed41efc6e67e6296b2b0924eaa9565e98ea5595e140db691f23ef28edbf16456e3f6d39bd05
 SHA512 
b52f8a71900a34c687fd86559db16f2b7a3abe0f3965b5050e1859646c7bb00e070cc394f9a175995ccb50501d15844853b49931a7ac7cd2022581e241f31924
 DIST wine-mono-7.2.0-x86.msi 86910464 BLAKE2B 
4e07c88202b85141faa5fe66e8254839f9d048922fcae6f71468273c1443c148f32746f0cc58b8c16f4f5c46678076072ae5a443e090371ad863387f4c5f15f0
 SHA512 
855a829a247de1e6ee31e07d06cc9d23b3011f43937c13a04f992fbc99080c32cd2dfc44e07bbdf6a71935b75192dd0648288c622eae00b3226e3c58ff55d826
 DIST wine-mono-7.2.0-x86.tar.xz 42477712 BLAKE2B 
f82e5b16b7f6554d919fa082eaa1686a22b798b1cf377aaa6b29f67682749a6e851cd3ee4d52a227c8d279442ed018704a92e3917593de70e588b47a7635395b
 SHA512 
791c93425f37dfb7d481f0afb1b15bd18b084a764d70d2bf211fe791c94c44673940177870dae898e6b0adf3bf08f01f0ecb2fc1c5783c96f4ed4cede8fdb34d
+DIST wine-mono-7.3.0-x86.msi 86919680 BLAKE2B 
917aa260ba7a012ed1e1565f8ed23225c82060c82dbb74a1e0d105a7b38a1d840c20689e0a8e7cc1a5c5de938807c78f36c98cbef07270accaf789b6b031f22d
 SHA512 
d92ab4a9d0ac1c48dfec583b1681317e9ec9556efcb18766a865bee06a3a53ea08159099ca3ec92149f677d67583648991d59adb9b8a612ef41de06da8c77fd2
+DIST wine-mono-7.3.0-x86.tar.xz 43557004 BLAKE2B 
919912faf97cf38b2fcc9813de4e035d907b0a00db78d2a251c1c43dab65ba44847ecbf494a15dba761d9ba8203855c1a6e5f5bbd07f20484c9948c3cfe4d3bc
 SHA512 
c26dc21d0d462b3c79e778497815e33d26b5ab545eba0552b436f30d9b7aa340ccdef69fe0dcbf32c04330e6d0f813314646ded7d2d24e6f4746e4893adbbf7f

diff --git a/app-emulation/wine-mono/wine-mono-7.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
new file mode 100644
index ..0836b039a90f
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-04-11 Thread Sam James
commit: 63ddc80a8d50e4decc7000f65e3584d9b0d27147
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 11 23:22:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 11 23:22:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ddc80a

app-emulation/wine-mono: Stabilize 7.0.0 amd64, #834979

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
index 7cfe19d1ba22..cbd75a5c9f9d 100644
--- a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="+shared"
 
 DEPEND="!!app-emulation/wine:0"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-04-09 Thread Nick Sarnie
commit: 8cd06d6df2d0e74055987eb28bc8e17d9b16b4a7
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr  9 14:58:18 2022 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr  9 15:00:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd06d6d

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.2.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index eac43913bd18..0bea0023c2cd 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,5 @@ DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a779658
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
 DIST wine-mono-7.1.1-x86.msi 86606336 BLAKE2B 
817d02bc090e5f324519a118de53a51510f601e86b84f93e06762ac583038cf96ce3f2cdd107c838261bc5f93cd336c1c0f18ac414626b98bbe4f35ad2749e04
 SHA512 
5a9a01d129c095d2fe8301073fefee7dca8cc26b9fc72c9ea88c00cbaacd1a40e2defb163152448c3de94ebe7cff46aa81f92ccf09fcaf084a7a18805fa03294
 DIST wine-mono-7.1.1-x86.tar.xz 45220396 BLAKE2B 
8a4cfa9496a51adb884c9062162413564cb939624ec551e97467eed41efc6e67e6296b2b0924eaa9565e98ea5595e140db691f23ef28edbf16456e3f6d39bd05
 SHA512 
b52f8a71900a34c687fd86559db16f2b7a3abe0f3965b5050e1859646c7bb00e070cc394f9a175995ccb50501d15844853b49931a7ac7cd2022581e241f31924
+DIST wine-mono-7.2.0-x86.msi 86910464 BLAKE2B 
4e07c88202b85141faa5fe66e8254839f9d048922fcae6f71468273c1443c148f32746f0cc58b8c16f4f5c46678076072ae5a443e090371ad863387f4c5f15f0
 SHA512 
855a829a247de1e6ee31e07d06cc9d23b3011f43937c13a04f992fbc99080c32cd2dfc44e07bbdf6a71935b75192dd0648288c622eae00b3226e3c58ff55d826
+DIST wine-mono-7.2.0-x86.tar.xz 42477712 BLAKE2B 
f82e5b16b7f6554d919fa082eaa1686a22b798b1cf377aaa6b29f67682749a6e851cd3ee4d52a227c8d279442ed018704a92e3917593de70e588b47a7635395b
 SHA512 
791c93425f37dfb7d481f0afb1b15bd18b084a764d70d2bf211fe791c94c44673940177870dae898e6b0adf3bf08f01f0ecb2fc1c5783c96f4ed4cede8fdb34d

diff --git a/app-emulation/wine-mono/wine-mono-7.2.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.2.0.ebuild
new file mode 100644
index ..0836b039a90f
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-03-12 Thread Jakov Smolić
commit: 1156f943a141c1bb80882d7e99c570d6580c73d5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Mar 12 11:51:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Mar 12 11:51:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1156f943

app-emulation/wine-mono: Stabilize 7.0.0 x86, #834979

Signed-off-by: Jakov Smolić  gentoo.org>

 app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
index b396802d99cc..7cfe19d1ba22 100644
--- a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="+shared"
 
 DEPEND="!!app-emulation/wine:0"



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2022-02-13 Thread Nick Sarnie
commit: 851dfd64af2c075d0310e66d96cdff532b43e46d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Feb 13 15:02:33 2022 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Feb 13 15:06:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851dfd64

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.1.1.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 638b70056811..eac43913bd18 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -4,3 +4,5 @@ DIST wine-mono-6.4.0-x86.msi 86398976 BLAKE2B 
d1d553f6115618744bea65d7e88fdf19bf
 DIST wine-mono-6.4.0-x86.tar.xz 44177712 BLAKE2B 
de08e829ade18be0d0896742aa66f3dd9ab96eb0c994ae164f0fc64fb6306dd278714bbea3cd20d9a04625bc502764a875d57fa530489a22d4f69cbe20696cfb
 SHA512 
4e793ab755e3a4b5ff1dd0354756a9635482db6fd98fc90cb710edfd5e1f553e124913e323681bc82827655a5b1056d33c1f9632b5ea1e3e72d547cd780f2d2e
 DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076
 DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6
+DIST wine-mono-7.1.1-x86.msi 86606336 BLAKE2B 
817d02bc090e5f324519a118de53a51510f601e86b84f93e06762ac583038cf96ce3f2cdd107c838261bc5f93cd336c1c0f18ac414626b98bbe4f35ad2749e04
 SHA512 
5a9a01d129c095d2fe8301073fefee7dca8cc26b9fc72c9ea88c00cbaacd1a40e2defb163152448c3de94ebe7cff46aa81f92ccf09fcaf084a7a18805fa03294
+DIST wine-mono-7.1.1-x86.tar.xz 45220396 BLAKE2B 
8a4cfa9496a51adb884c9062162413564cb939624ec551e97467eed41efc6e67e6296b2b0924eaa9565e98ea5595e140db691f23ef28edbf16456e3f6d39bd05
 SHA512 
b52f8a71900a34c687fd86559db16f2b7a3abe0f3965b5050e1859646c7bb00e070cc394f9a175995ccb50501d15844853b49931a7ac7cd2022581e241f31924

diff --git a/app-emulation/wine-mono/wine-mono-7.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-7.1.1.ebuild
new file mode 100644
index ..0836b039a90f
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-12-05 Thread Nick Sarnie
commit: ec14f717bb5ac49b43771a1cd27255215e64955c
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Dec  5 16:07:25 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Dec  5 16:07:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec14f717

app-emulation/wine-mono: Drop old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  4 
 app-emulation/wine-mono/wine-mono-6.2.0.ebuild | 29 --
 app-emulation/wine-mono/wine-mono-6.3.0.ebuild | 29 --
 3 files changed, 62 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 0779de22f8c6..638b70056811 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,9 +1,5 @@
 DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
 DIST wine-mono-5.1.1-x86.tar.xz 44710604 BLAKE2B 
162e5c8b12a0384d218ae049c8a948d48fe50ca51212e1c00f11a207f26a759c749d1b8cd416990856358af3d9899670a363d568eda83b66f5e94efc72eea1ff
 SHA512 
9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
-DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
-DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905
-DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666bd6a2ae0ee08c998c5326379a205596d89127d22aeabdf73c99aa8e4ade4d5e05663d0a1e1f9f1d322c7c18a4cd4ea
 SHA512 
e71accf7d649c576728a41e9dda5dc9c21e3ebc0330e01be30c1f196bdb2925c5fefb6e9337cc8043f4b42721702dda4dc9224cb7a31e322410f4002d1f84f42
-DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7
 DIST wine-mono-6.4.0-x86.msi 86398976 BLAKE2B 
d1d553f6115618744bea65d7e88fdf19bfdf677ad5c948d9d598fe461ad668f778e5a8ae2084c584c9d6dae9bee68b85f9837c20016ab82c2401644dcfa06c1a
 SHA512 
5e0eda47bd73b4f1d2d4017c1e6f1d14c9801067e085e9c991532c50454dd22b6594bd05733b4aae8a1010e8b443ff2bdbe70398880ea569142b33e253892f12
 DIST wine-mono-6.4.0-x86.tar.xz 44177712 BLAKE2B 
de08e829ade18be0d0896742aa66f3dd9ab96eb0c994ae164f0fc64fb6306dd278714bbea3cd20d9a04625bc502764a875d57fa530489a22d4f69cbe20696cfb
 SHA512 
4e793ab755e3a4b5ff1dd0354756a9635482db6fd98fc90cb710edfd5e1f553e124913e323681bc82827655a5b1056d33c1f9632b5ea1e3e72d547cd780f2d2e
 DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076

diff --git a/app-emulation/wine-mono/wine-mono-6.2.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
deleted file mode 100644
index b396802d99cc..
--- a/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="
-   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
-   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
-"
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+shared"
-
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/wine/mono
-   if use shared; then
-   doins -r "${P}"
-   else
-   doins "${DISTDIR}/${P}-x86.msi"
-   fi
-}

diff --git a/app-emulation/wine-mono/wine-mono-6.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
deleted file mode 100644
index b396802d99cc..
--- a/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-11-22 Thread Nick Sarnie
commit: df7521d25d089e75e0fbaaccf2dc2cbb33143cae
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Nov 23 02:43:46 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Nov 23 02:51:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7521d2

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 6f3b8ee20da6..0779de22f8c6 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,5 @@ DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666
 DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7
 DIST wine-mono-6.4.0-x86.msi 86398976 BLAKE2B 
d1d553f6115618744bea65d7e88fdf19bfdf677ad5c948d9d598fe461ad668f778e5a8ae2084c584c9d6dae9bee68b85f9837c20016ab82c2401644dcfa06c1a
 SHA512 
5e0eda47bd73b4f1d2d4017c1e6f1d14c9801067e085e9c991532c50454dd22b6594bd05733b4aae8a1010e8b443ff2bdbe70398880ea569142b33e253892f12
 DIST wine-mono-6.4.0-x86.tar.xz 44177712 BLAKE2B 
de08e829ade18be0d0896742aa66f3dd9ab96eb0c994ae164f0fc64fb6306dd278714bbea3cd20d9a04625bc502764a875d57fa530489a22d4f69cbe20696cfb
 SHA512 
4e793ab755e3a4b5ff1dd0354756a9635482db6fd98fc90cb710edfd5e1f553e124913e323681bc82827655a5b1056d33c1f9632b5ea1e3e72d547cd780f2d2e
+DIST wine-mono-7.0.0-x86.msi 86433280 BLAKE2B 
9d164bf10f9c790a1f518624321a77965800742c84677a6372cd57b1f51bdd16a2d61ee85f868e84be9b07d4c3f5a7afa770e98637f698c2337c42d42890cf58
 SHA512 
d7af2a68c3b48cab93ddd489f674ab9064d69d5ca0b6c91e58713dd0408af9fb1ff82ef8847d91645d96df40cd5526c6735d621064a3598166ab5f51d1e0d076
+DIST wine-mono-7.0.0-x86.tar.xz 45085800 BLAKE2B 
504c57acce486c19a54bf33cdb4b9444c07a58a7f56ced0c93178886a91fa5d94a61f6e26aa885f3e3a2cceb2ff792f01006a4b16fa5bb88c3d25ddff02fefd7
 SHA512 
a3977563c5eb6418eaeda25e5b39bd2ef1faf305d514979211e049280c4577718ca48c8566e527b97a58fc465b310dd600093a616102573e12e8985794d828a6

diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
new file mode 100644
index ..b396802d99cc
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-09-25 Thread Nick Sarnie
commit: 5008365b8661b5e456609b0ac414a3f7b3f0fbd8
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Sep 26 00:31:46 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Sep 26 00:35:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5008365b

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-6.4.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 6894124848d..6f3b8ee20da 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -4,3 +4,5 @@ DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb
 DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905
 DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666bd6a2ae0ee08c998c5326379a205596d89127d22aeabdf73c99aa8e4ade4d5e05663d0a1e1f9f1d322c7c18a4cd4ea
 SHA512 
e71accf7d649c576728a41e9dda5dc9c21e3ebc0330e01be30c1f196bdb2925c5fefb6e9337cc8043f4b42721702dda4dc9224cb7a31e322410f4002d1f84f42
 DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7
+DIST wine-mono-6.4.0-x86.msi 86398976 BLAKE2B 
d1d553f6115618744bea65d7e88fdf19bfdf677ad5c948d9d598fe461ad668f778e5a8ae2084c584c9d6dae9bee68b85f9837c20016ab82c2401644dcfa06c1a
 SHA512 
5e0eda47bd73b4f1d2d4017c1e6f1d14c9801067e085e9c991532c50454dd22b6594bd05733b4aae8a1010e8b443ff2bdbe70398880ea569142b33e253892f12
+DIST wine-mono-6.4.0-x86.tar.xz 44177712 BLAKE2B 
de08e829ade18be0d0896742aa66f3dd9ab96eb0c994ae164f0fc64fb6306dd278714bbea3cd20d9a04625bc502764a875d57fa530489a22d4f69cbe20696cfb
 SHA512 
4e793ab755e3a4b5ff1dd0354756a9635482db6fd98fc90cb710edfd5e1f553e124913e323681bc82827655a5b1056d33c1f9632b5ea1e3e72d547cd780f2d2e

diff --git a/app-emulation/wine-mono/wine-mono-6.4.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.4.0.ebuild
new file mode 100644
index 000..b396802d99c
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-6.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-07-31 Thread Nick Sarnie
commit: 8a4aed273a02127c7b1d482a02c4672f47f240e7
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:20:28 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4aed27

app-emulation/wine-mono: Readd version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 4bbaddae8bf..5ef191f0def 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,2 +1,4 @@
+DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
+DIST wine-mono-5.1.1-x86.tar.xz 44710604 BLAKE2B 
162e5c8b12a0384d218ae049c8a948d48fe50ca51212e1c00f11a207f26a759c749d1b8cd416990856358af3d9899670a363d568eda83b66f5e94efc72eea1ff
 SHA512 
9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
 DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
new file mode 100644
index 000..d5f8467a1af
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="amd64 x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-07-31 Thread Nick Sarnie
commit: 5f83fbe789a009a317f8b9bb8439cd156ab807eb
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:23:09 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:23:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f83fbe7

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/wine-mono-6.3.0.ebuild | 29 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 5ef191f0def..6894124848d 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -2,3 +2,5 @@ DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d
 DIST wine-mono-5.1.1-x86.tar.xz 44710604 BLAKE2B 
162e5c8b12a0384d218ae049c8a948d48fe50ca51212e1c00f11a207f26a759c749d1b8cd416990856358af3d9899670a363d568eda83b66f5e94efc72eea1ff
 SHA512 
9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
 DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905
+DIST wine-mono-6.3.0-x86.msi 86689280 BLAKE2B 
5c3cbe92dc055e97fa6dc894659cbd2666bd6a2ae0ee08c998c5326379a205596d89127d22aeabdf73c99aa8e4ade4d5e05663d0a1e1f9f1d322c7c18a4cd4ea
 SHA512 
e71accf7d649c576728a41e9dda5dc9c21e3ebc0330e01be30c1f196bdb2925c5fefb6e9337cc8043f4b42721702dda4dc9224cb7a31e322410f4002d1f84f42
+DIST wine-mono-6.3.0-x86.tar.xz 44392520 BLAKE2B 
bdaa64005564a134605f924f256a709e40cb713bd1f24f2ac5e82a095e353a81487c74813c88e74ed02905cc23a3bf50e99e908a3536a9671f4920d9093cbe75
 SHA512 
d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7

diff --git a/app-emulation/wine-mono/wine-mono-6.3.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
new file mode 100644
index 000..b396802d99c
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-6.3.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-07-31 Thread Nick Sarnie
commit: a4cb52850e63b7f83b7351eff34ae9c3b2233fd6
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:06:44 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:08:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cb5285

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/metadata.xml   |  3 +++
 app-emulation/wine-mono/wine-mono-6.2.0.ebuild | 12 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 7443097e75c..4bbaddae8bf 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1 +1,2 @@
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2
+DIST wine-mono-6.2.0-x86.tar.xz 43071332 BLAKE2B 
f334600697375757c734ff22274665b3bc1cb7495d465e1d209b240b9b2aafdd93f9f246f5415e9f36526bceee6066a13fe01a81d93779dac35687fe0d44f7df
 SHA512 
7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905

diff --git a/app-emulation/wine-mono/metadata.xml 
b/app-emulation/wine-mono/metadata.xml
index a64284bc1ee..279a9220271 100644
--- a/app-emulation/wine-mono/metadata.xml
+++ b/app-emulation/wine-mono/metadata.xml
@@ -11,4 +11,7 @@

madewokherd/wine-mono

+   
+   Install pre-unpacked files which do not 
need to be copied into the Wine prefix
+   
 

diff --git a/app-emulation/wine-mono/wine-mono-6.2.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
index 0860b6bcb4b..b396802d99c 100644
--- a/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
@@ -5,11 +5,15 @@ EAPI=7
 
 DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
-SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+SRC_URI="
+   !shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )
+   shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz )
+"
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
 KEYWORDS="~amd64 ~x86"
+IUSE="+shared"
 
 DEPEND="!!app-emulation/wine:0"
 
@@ -17,5 +21,9 @@ S="${WORKDIR}"
 
 src_install() {
insinto /usr/share/wine/mono
-   doins "${DISTDIR}/${P}-x86.msi"
+   if use shared; then
+   doins -r "${P}"
+   else
+   doins "${DISTDIR}/${P}-x86.msi"
+   fi
 }



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-07-31 Thread Nick Sarnie
commit: b0ee68926120efd1e9d819b76d49d1b5dc00b339
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Aug  1 00:06:14 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Aug  1 00:08:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ee6892

app-emulation/wine-mono: Drop old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  2 --
 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-6.1.1.ebuild | 21 -
 3 files changed, 44 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 55629582755..7443097e75c 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,3 +1 @@
-DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
-DIST wine-mono-6.1.1-x86.msi 87879168 BLAKE2B 
3bd7ce6da017edd7d462e91afff17f17bf22179d7ff21f479de92d768c8414e329e497ad3a5860499db7c2075629020aa190cdba80285e28fac8996d3e4337ad
 SHA512 
3d2c7b14e605023f45eedf487e14a106f751b1c8da1063efddf5875a7ab9d9d064489940e499b509a573b0daf8274f2375f80fc8e9c10419cff249048fba8a87
 DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
deleted file mode 100644
index 291b0ae7c2b..000
--- a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="amd64 x86"
-
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/wine/mono
-   doins "${DISTDIR}/${P}-x86.msi"
-}

diff --git a/app-emulation/wine-mono/wine-mono-6.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
deleted file mode 100644
index 0860b6bcb4b..000
--- a/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
-HOMEPAGE="https://www.winehq.org/;
-SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
-
-LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
-SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="!!app-emulation/wine:0"
-
-S="${WORKDIR}"
-
-src_install() {
-   insinto /usr/share/wine/mono
-   doins "${DISTDIR}/${P}-x86.msi"
-}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-06-05 Thread Nick Sarnie
commit: 6b77cf2adc89be2ef3ec3cb2b6b844c62abedc7f
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jun  5 15:54:31 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jun  5 15:57:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b77cf2a

app-emulation/wine-mono: Drop old

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   | 15 ---
 app-emulation/wine-mono/wine-mono-4.6.4.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.7.0.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.7.1.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.7.3.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.7.5.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.8.0.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.8.1.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.8.3.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.9.0.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.9.2.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.9.3.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-4.9.4.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-5.0.0.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-5.1.0.ebuild | 21 -
 app-emulation/wine-mono/wine-mono-6.0.0.ebuild | 21 -
 16 files changed, 330 deletions(-)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 56c9b7fc592..55629582755 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,18 +1,3 @@
-DIST wine-mono-4.6.4.msi 45592064 BLAKE2B 
30099b7f02276e47e350a96af07bf64b43c857b3b3323d0cab85864b753e9810c0d7b5d496e2f53f5b2c3a434eb440a19f9928707c4127303aa0335928e39097
 SHA512 
1d50df5d4d000998c74fbee79b8ffc691d88ee3b34db9fd7124e0df68d6f84768ece489ac8c3f5f3141c2073c8666b93ae23ca6cd652a6542a821df3d1b66b6d
-DIST wine-mono-4.7.0.msi 64625152 BLAKE2B 
9c533d9f9a5cec6aefa66ed916e88f0a03ab76e8292f112a669208c5b26855a314657c9950993a205941cd314f0c93a55f621ed71ebb4846a66d30fa9af3c855
 SHA512 
07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c
-DIST wine-mono-4.7.1.msi 56470528 BLAKE2B 
b1b9dd832f725cb70b80889c08db524540c389c4eb8c990415f0c1b4a17274fc96390808c943bd0ff42c79f4bbb376b3d599d31ed42b5ebcb4be79dbc273eeec
 SHA512 
d47f21fa3ddb31522366056a2062cf7b77eec0a12f96dc05326561c9d2604405128441ff40d1b9567a6e6cd1c19ee03444d2ba02dd3b8dd2d150030dfb52f765
-DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 
59397f851bd0883f060fd359228fcdedea5a32ce06349fd563411dfa603a6c8700496111821fd9e571cfd4586e829acb12321528a4a8330d1fb6f92855482225
 SHA512 
d51c0e21c8448a4d11c3e4fd530bda340cc93cd420080e08aadd7b704183dcadf8553b0937e02c7a54a8a2fb46a395718a3e807b85f19936b0e4ee7b92052dfe
-DIST wine-mono-4.7.5.msi 56470528 BLAKE2B 
a662249fe85dbcc6de273cc8f8384fee9fe789a272c7dfec28e406ac2b512cd0e9ef07716004c694f66a69d2dd0a62e14691123db7b9845d7ad86762619da100
 SHA512 
25e4188e42362aa9050e4d78a5748697d63181fa91a0c0d2e43ad4c26996f9fb82053a5e6942621aaff01c832be88ea13ac7b472be8841a828eed4e5e87c9ee7
-DIST wine-mono-4.8.0.msi 86536704 BLAKE2B 
24120b57a6b51b47d66b4dcf9765492ad2dce8ece7d186b7bd78172598308be43336944ae804be5181e2c3d7ae7cace08c75e2b66fbfad097c9c16fd6fcfc3a9
 SHA512 
ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43
-DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 
88bd9b35efd89aece2dd0cd9529bc081fcd2a97f3af81806e9901158cbe48e920e5e6ac276da16c9c2d369dd307a7be05d7b8b67acf2733279a5df17696dd154
 SHA512 
06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b
-DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 
5e82c2e6e456311de817b7870e02d60abc3e359a9b5989257cae4a31e24206e7c8289f417dbb5fa2e315537b4e8352f9f1237f576b3c06cb2dbaaa7a5443a4f0
 SHA512 
5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a
-DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4d5d896c856cce21f09210e3e10f1abf98dfb723abbe75657dd44011c1c793a08a329e037144d3266001739467c
 SHA512 
76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24
-DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a
 SHA512 
73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329
-DIST wine-mono-4.9.3.msi 

[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-06-05 Thread Nick Sarnie
commit: 37e8d4274cead3c470d8dd1d00b8e111c0073dfe
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jun  5 15:52:52 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jun  5 15:57:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e8d427

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-6.2.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 5d860c4f8ec..56c9b7fc592 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -15,3 +15,4 @@ DIST wine-mono-5.1.0-x86.msi 84094976 BLAKE2B 
25b044696f46810a843c17117f61532de3
 DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
 DIST wine-mono-6.0.0-x86.msi 87507456 BLAKE2B 
b3cd3c767ecab3f679f82ad5efe393c10bd87261b48d25804ac4fa200eeadae74f73ca59b6b31f2d64695f1ea28e43ea333fadc78bb4f0c3d97d22087667548d
 SHA512 
04a499429572a88308c3b906d4f729648b0a5bdf53f24e3630b14f644aaaf6d9be603f08cc76e25a35010f9e347b4b93c308bab417e5e64a801050f932ea176b
 DIST wine-mono-6.1.1-x86.msi 87879168 BLAKE2B 
3bd7ce6da017edd7d462e91afff17f17bf22179d7ff21f479de92d768c8414e329e497ad3a5860499db7c2075629020aa190cdba80285e28fac8996d3e4337ad
 SHA512 
3d2c7b14e605023f45eedf487e14a106f751b1c8da1063efddf5875a7ab9d9d064489940e499b509a573b0daf8274f2375f80fc8e9c10419cff249048fba8a87
+DIST wine-mono-6.2.0-x86.msi 87498240 BLAKE2B 
f7e20876732cbdfc472d5f850b167feceb4e09dd1d14db2d5e81580fb28cb1ec2fc7d1a48a187a0b0d0ad3884c3880a9f3512efdc5ace02795c3158b404a6770
 SHA512 
99007d7bf3bbdb97babdcc9411a3c9583c261918889e72f785e41cc0638fe4774d81040eebb7d3547ac2609a4684263feefa9e70b662f277ea1717dbd604d3d2

diff --git a/app-emulation/wine-mono/wine-mono-6.2.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
new file mode 100644
index 000..0860b6bcb4b
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-6.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-04-11 Thread Nick Sarnie
commit: 9d8ff25585509125af08c3b17597ef8835e383b4
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Apr 11 17:15:04 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Apr 11 17:16:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8ff255

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-6.1.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index da1ab8c9e1b..5d860c4f8ec 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -14,3 +14,4 @@ DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07
 DIST wine-mono-5.1.0-x86.msi 84094976 BLAKE2B 
25b044696f46810a843c17117f61532de3d4922f202e5acc2106b67f99eda6d359a799dd53ac4801380e81fdb5929c29e09a4923df99bf104b462ac77c682f29
 SHA512 
c4013307ba43121346f11881a30ff83d4921e0563a1ad3ff1adc34373f7bda5d5f6ad8c46bafe11c13ca372075333562864e073fe944428225b01fb885f9532f
 DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
 DIST wine-mono-6.0.0-x86.msi 87507456 BLAKE2B 
b3cd3c767ecab3f679f82ad5efe393c10bd87261b48d25804ac4fa200eeadae74f73ca59b6b31f2d64695f1ea28e43ea333fadc78bb4f0c3d97d22087667548d
 SHA512 
04a499429572a88308c3b906d4f729648b0a5bdf53f24e3630b14f644aaaf6d9be603f08cc76e25a35010f9e347b4b93c308bab417e5e64a801050f932ea176b
+DIST wine-mono-6.1.1-x86.msi 87879168 BLAKE2B 
3bd7ce6da017edd7d462e91afff17f17bf22179d7ff21f479de92d768c8414e329e497ad3a5860499db7c2075629020aa190cdba80285e28fac8996d3e4337ad
 SHA512 
3d2c7b14e605023f45eedf487e14a106f751b1c8da1063efddf5875a7ab9d9d064489940e499b509a573b0daf8274f2375f80fc8e9c10419cff249048fba8a87

diff --git a/app-emulation/wine-mono/wine-mono-6.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
new file mode 100644
index 000..0860b6bcb4b
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-6.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-02-28 Thread Sam James
commit: f011bc36d5ef9a03a1b2bf52bc4d46e0ae139de0
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 28 15:39:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 28 15:39:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f011bc36

app-emulation/wine-mono: Stabilize 5.1.1 x86, #773352

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
index dc8951cffbc..291b0ae7c2b 100644
--- a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-02-28 Thread Sam James
commit: d66f3cfab4796c76342c7c3abd700fa8365f0c28
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 28 15:39:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 28 15:39:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66f3cfa

app-emulation/wine-mono: Stabilize 5.1.1 amd64, #773352

Signed-off-by: Sam James  gentoo.org>

 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
index 30b33158592..dc8951cffbc 100644
--- a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2021-02-13 Thread Nick Sarnie
commit: edde18667ace64ad15ed64cd58eb01a56caace51
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Feb 13 20:01:17 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Feb 13 20:03:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edde1866

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-6.0.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 89c21b04c9d..da1ab8c9e1b 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -13,3 +13,4 @@ DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b9
 DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07d3bbbc3153f20847c3919ac87be5644e15b45764286483641d9ce19176f79c7c7544e543fad62032ef5302a66ea8ea
 SHA512 
8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c
 DIST wine-mono-5.1.0-x86.msi 84094976 BLAKE2B 
25b044696f46810a843c17117f61532de3d4922f202e5acc2106b67f99eda6d359a799dd53ac4801380e81fdb5929c29e09a4923df99bf104b462ac77c682f29
 SHA512 
c4013307ba43121346f11881a30ff83d4921e0563a1ad3ff1adc34373f7bda5d5f6ad8c46bafe11c13ca372075333562864e073fe944428225b01fb885f9532f
 DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f
+DIST wine-mono-6.0.0-x86.msi 87507456 BLAKE2B 
b3cd3c767ecab3f679f82ad5efe393c10bd87261b48d25804ac4fa200eeadae74f73ca59b6b31f2d64695f1ea28e43ea333fadc78bb4f0c3d97d22087667548d
 SHA512 
04a499429572a88308c3b906d4f729648b0a5bdf53f24e3630b14f644aaaf6d9be603f08cc76e25a35010f9e347b4b93c308bab417e5e64a801050f932ea176b

diff --git a/app-emulation/wine-mono/wine-mono-6.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-6.0.0.ebuild
new file mode 100644
index 000..0860b6bcb4b
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-6.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2020-10-11 Thread Nick Sarnie
commit: c1259178a144fec650654de1add500b62f3185f9
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Oct 11 20:19:04 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Oct 11 20:21:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1259178

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-5.1.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index f0edb217a87..89c21b04c9d 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -12,3 +12,4 @@ DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6
 DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b91740cb43942477c7bdcac382eafeb5fc9c3fe78191b19d81bc5f06dd5c33db7ecfbdaba5e6be69ed39a6827706
 SHA512 
d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9
 DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07d3bbbc3153f20847c3919ac87be5644e15b45764286483641d9ce19176f79c7c7544e543fad62032ef5302a66ea8ea
 SHA512 
8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c
 DIST wine-mono-5.1.0-x86.msi 84094976 BLAKE2B 
25b044696f46810a843c17117f61532de3d4922f202e5acc2106b67f99eda6d359a799dd53ac4801380e81fdb5929c29e09a4923df99bf104b462ac77c682f29
 SHA512 
c4013307ba43121346f11881a30ff83d4921e0563a1ad3ff1adc34373f7bda5d5f6ad8c46bafe11c13ca372075333562864e073fe944428225b01fb885f9532f
+DIST wine-mono-5.1.1-x86.msi 84130304 BLAKE2B 
05a5344b59249a758443cf91670eaef71d9ad3a3024b11442a8d3512ba54356439d503629fa799e2454975f47c0eaf6ff9e25ed61b020f29efceacc78347d578
 SHA512 
c518b93a470cc897abaf1dba18cc773dca0df62a28d35f32f2ddbe39b4de616c0307545bea5dc3ca87a01fd96b47feb3e1d8c3778106304b9cc08ebb3d1d665f

diff --git a/app-emulation/wine-mono/wine-mono-5.1.1.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
new file mode 100644
index 000..30b33158592
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-5.1.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2020-06-19 Thread Nick Sarnie
commit: 6c613c9ea50e9d6cbfc77f93f67bea9996875f97
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jun 20 03:31:10 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jun 20 03:35:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c613c9e

app-emulation/wine-mono: Sync with ::wine

Bump to 5.1.0

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-5.1.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index d254afde933..f0edb217a87 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -11,3 +11,4 @@ DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339
 DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9
 SHA512 
4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c
 DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b91740cb43942477c7bdcac382eafeb5fc9c3fe78191b19d81bc5f06dd5c33db7ecfbdaba5e6be69ed39a6827706
 SHA512 
d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9
 DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07d3bbbc3153f20847c3919ac87be5644e15b45764286483641d9ce19176f79c7c7544e543fad62032ef5302a66ea8ea
 SHA512 
8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c
+DIST wine-mono-5.1.0-x86.msi 84094976 BLAKE2B 
25b044696f46810a843c17117f61532de3d4922f202e5acc2106b67f99eda6d359a799dd53ac4801380e81fdb5929c29e09a4923df99bf104b462ac77c682f29
 SHA512 
c4013307ba43121346f11881a30ff83d4921e0563a1ad3ff1adc34373f7bda5d5f6ad8c46bafe11c13ca372075333562864e073fe944428225b01fb885f9532f

diff --git a/app-emulation/wine-mono/wine-mono-5.1.0.ebuild 
b/app-emulation/wine-mono/wine-mono-5.1.0.ebuild
new file mode 100644
index 000..30b33158592
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-5.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2020-04-25 Thread Nick Sarnie
commit: bb7e18528533cc404c76ad59914fe7c424a29ff5
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Apr 25 21:27:15 2020 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Apr 25 21:32:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7e1852

app-emulation/wine-mono: Sync with ::wine

Bump to 5.0.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-5.0.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 63ab93e212e..d254afde933 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -10,3 +10,4 @@ DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4
 DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a
 SHA512 
73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329
 DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9
 SHA512 
4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c
 DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b91740cb43942477c7bdcac382eafeb5fc9c3fe78191b19d81bc5f06dd5c33db7ecfbdaba5e6be69ed39a6827706
 SHA512 
d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9
+DIST wine-mono-5.0.0-x86.msi 79537664 BLAKE2B 
f5a4185a7a63a1c1966d871d4c8d5bae07d3bbbc3153f20847c3919ac87be5644e15b45764286483641d9ce19176f79c7c7544e543fad62032ef5302a66ea8ea
 SHA512 
8f83122d4b552b3a3d8b000abbd19b7a72edf45e52fa63a9220228240d8e4c014531bb265d062a38f6924fae07dd45420a5c7566f99e0c471e116fb80906c08c

diff --git a/app-emulation/wine-mono/wine-mono-5.0.0.ebuild 
b/app-emulation/wine-mono/wine-mono-5.0.0.ebuild
new file mode 100644
index 000..30b33158592
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-5.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}-x86.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2020-04-13 Thread Agostino Sarubbo
commit: bca662ccbc84f34317247a9a08c9695697fa1f28
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Apr 13 16:53:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Apr 13 16:53:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca662cc

app-emulation/wine-mono: x86 stable wrt bug #717006

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/wine-mono/wine-mono-4.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.9.4.ebuild 
b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
index 9e0016c01d4..063347ed1e0 100644
--- a/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2020-04-12 Thread Agostino Sarubbo
commit: ba844ee5c088e2cdcd7e5bdbe52ab28e570701e3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 12 07:29:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 12 07:29:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba844ee5

app-emulation/wine-mono: amd64 stable wrt bug #717006

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emulation/wine-mono/wine-mono-4.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.9.4.ebuild 
b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
index 15aab248909..9e0016c01d4 100644
--- a/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-11-16 Thread Nick Sarnie
commit: 2107fa18c1c47cfa1a8159fee7521c63d487d86a
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Nov 16 17:08:39 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Nov 16 17:08:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2107fa18

app-emulation/wine-mono: Sync with ::wine

Bump to 4.9.4

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.9.4.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index b50f25d6cd5..63ab93e212e 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -9,3 +9,4 @@ DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 
5e82c2e6e456311de817b7870e02d60abc3e3
 DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4d5d896c856cce21f09210e3e10f1abf98dfb723abbe75657dd44011c1c793a08a329e037144d3266001739467c
 SHA512 
76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24
 DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a
 SHA512 
73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329
 DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9
 SHA512 
4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c
+DIST wine-mono-4.9.4.msi 95266304 BLAKE2B 
fb9c81f8ac8fca104f766d62b02c8751b5b7b91740cb43942477c7bdcac382eafeb5fc9c3fe78191b19d81bc5f06dd5c33db7ecfbdaba5e6be69ed39a6827706
 SHA512 
d52a2cc1137eac87acdaecbb7a81b3d618cad9ad3d7bca5b29940b7432923bfc1497ec21501a05797ef52c6588bb9c5e312df5c02ede8448d1fe1f2880557fc9

diff --git a/app-emulation/wine-mono/wine-mono-4.9.4.ebuild 
b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
new file mode 100644
index 000..15aab248909
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.9.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-09-28 Thread Nick Sarnie
commit: 41402d2c732d00073dfb6bcdea7feddf5399a647
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Sep 28 17:23:29 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Sep 28 17:23:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41402d2c

app-emulation/wine-mono: Sync with ::wine

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.9.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 2a6b5a63b85..b50f25d6cd5 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -8,3 +8,4 @@ DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 
88bd9b35efd89aece2dd0cd9529bc081fcd2a
 DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 
5e82c2e6e456311de817b7870e02d60abc3e359a9b5989257cae4a31e24206e7c8289f417dbb5fa2e315537b4e8352f9f1237f576b3c06cb2dbaaa7a5443a4f0
 SHA512 
5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a
 DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4d5d896c856cce21f09210e3e10f1abf98dfb723abbe75657dd44011c1c793a08a329e037144d3266001739467c
 SHA512 
76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24
 DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a
 SHA512 
73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329
+DIST wine-mono-4.9.3.msi 95017472 BLAKE2B 
bf054bcff51e986ddb95788fdd1925ee13efe6e881089a23192d4ccb2527ccb2a2969917b9c3bb16a2161a2bd1d60c24605fd07e6c432f8f77c7c506222045f9
 SHA512 
4631d4e3b5118eb726f614e2f58f9e95f44bb97a1285fa726d3542d44e2a77ce818997ecb4de42e0d318d364d7c929f10d7c5176b59732e8b468e7695633706c

diff --git a/app-emulation/wine-mono/wine-mono-4.9.3.ebuild 
b/app-emulation/wine-mono/wine-mono-4.9.3.ebuild
new file mode 100644
index 000..15aab248909
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.9.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-08-17 Thread Nick Sarnie
commit: 2e4bd60bb99e6f8dffd50cdb770f1cda62aa6d68
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Aug 17 17:14:44 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Aug 17 17:18:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4bd60b

app-emulation/wine-mono: Sync with ::wine

Bump to 4.9.2

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.9.2.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 6bce43206d1..2a6b5a63b85 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -7,3 +7,4 @@ DIST wine-mono-4.8.0.msi 86536704 BLAKE2B 
24120b57a6b51b47d66b4dcf9765492ad2dce8
 DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 
88bd9b35efd89aece2dd0cd9529bc081fcd2a97f3af81806e9901158cbe48e920e5e6ac276da16c9c2d369dd307a7be05d7b8b67acf2733279a5df17696dd154
 SHA512 
06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b
 DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 
5e82c2e6e456311de817b7870e02d60abc3e359a9b5989257cae4a31e24206e7c8289f417dbb5fa2e315537b4e8352f9f1237f576b3c06cb2dbaaa7a5443a4f0
 SHA512 
5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a
 DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4d5d896c856cce21f09210e3e10f1abf98dfb723abbe75657dd44011c1c793a08a329e037144d3266001739467c
 SHA512 
76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24
+DIST wine-mono-4.9.2.msi 94981632 BLAKE2B 
b70a5177fad3c6ee2b04ef40105c7700a08339786a23d7378ba72005da5b3cb6b3a797f0173ba32224bcfd25a4bb0fa01c92a83b88e005973b33320717f5b31a
 SHA512 
73e46ec57c7a78d8c32ead4698c299fa557bb97739ce22c9405f95f48f55d604743aa01cc64183c9f89f99aec6f04b664bac0ef96e6a436d38ebcd9d7cf3b329

diff --git a/app-emulation/wine-mono/wine-mono-4.9.2.ebuild 
b/app-emulation/wine-mono/wine-mono-4.9.2.ebuild
new file mode 100644
index 000..15aab248909
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.9.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-06-22 Thread Nick Sarnie
commit: d8902f2302464f7303d9bc1d5da9a7d973720e69
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sat Jun 22 21:50:56 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sat Jun 22 21:50:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8902f23

app-emulation/wine-mono: Sync with ::wine

Bump to 4.9.0

Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.9.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 681b461af48..6bce43206d1 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -6,3 +6,4 @@ DIST wine-mono-4.7.5.msi 56470528 BLAKE2B 
a662249fe85dbcc6de273cc8f8384fee9fe789
 DIST wine-mono-4.8.0.msi 86536704 BLAKE2B 
24120b57a6b51b47d66b4dcf9765492ad2dce8ece7d186b7bd78172598308be43336944ae804be5181e2c3d7ae7cace08c75e2b66fbfad097c9c16fd6fcfc3a9
 SHA512 
ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43
 DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 
88bd9b35efd89aece2dd0cd9529bc081fcd2a97f3af81806e9901158cbe48e920e5e6ac276da16c9c2d369dd307a7be05d7b8b67acf2733279a5df17696dd154
 SHA512 
06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b
 DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 
5e82c2e6e456311de817b7870e02d60abc3e359a9b5989257cae4a31e24206e7c8289f417dbb5fa2e315537b4e8352f9f1237f576b3c06cb2dbaaa7a5443a4f0
 SHA512 
5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a
+DIST wine-mono-4.9.0.msi 94960640 BLAKE2B 
b60debd41ea33eee15ab1a546c526858b97cf4d5d896c856cce21f09210e3e10f1abf98dfb723abbe75657dd44011c1c793a08a329e037144d3266001739467c
 SHA512 
76142fa7233aa3f8111df9112927e699cfc39f8bd0f02f0fc4d065eaeb37964f9e2b49bf53c406fa6ec72c247ab85ddba244ac97b4d6a377adeb63d9ae339e24

diff --git a/app-emulation/wine-mono/wine-mono-4.9.0.ebuild 
b/app-emulation/wine-mono/wine-mono-4.9.0.ebuild
new file mode 100644
index 000..15aab248909
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.9.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-06-04 Thread Thomas Deutschmann
commit: 5ce1905be6853b2f95cceae189244af2f86e62f4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  4 14:33:23 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  4 14:44:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce1905b

app-emulation/wine-mono: x86 stable (bug #683308)

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-emulation/wine-mono/wine-mono-4.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.7.5.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
index 77012147254..d45f506606c 100644
--- a/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-05-02 Thread Nick Sarnie
commit: 7d36c86337b534489b172ad3e9e5f92b4b4fddc5
Author: Nick Sarnie  gentoo  org>
AuthorDate: Thu May  2 22:21:02 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu May  2 22:24:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d36c863

app-emulation/wine-mono: Sync with ::wine

Bump to 4.8.3

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.8.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 7bada3b6365..681b461af48 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -5,3 +5,4 @@ DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 
59397f851bd0883f060fd359228fcdedea5a32
 DIST wine-mono-4.7.5.msi 56470528 BLAKE2B 
a662249fe85dbcc6de273cc8f8384fee9fe789a272c7dfec28e406ac2b512cd0e9ef07716004c694f66a69d2dd0a62e14691123db7b9845d7ad86762619da100
 SHA512 
25e4188e42362aa9050e4d78a5748697d63181fa91a0c0d2e43ad4c26996f9fb82053a5e6942621aaff01c832be88ea13ac7b472be8841a828eed4e5e87c9ee7
 DIST wine-mono-4.8.0.msi 86536704 BLAKE2B 
24120b57a6b51b47d66b4dcf9765492ad2dce8ece7d186b7bd78172598308be43336944ae804be5181e2c3d7ae7cace08c75e2b66fbfad097c9c16fd6fcfc3a9
 SHA512 
ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43
 DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 
88bd9b35efd89aece2dd0cd9529bc081fcd2a97f3af81806e9901158cbe48e920e5e6ac276da16c9c2d369dd307a7be05d7b8b67acf2733279a5df17696dd154
 SHA512 
06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b
+DIST wine-mono-4.8.3.msi 116183552 BLAKE2B 
5e82c2e6e456311de817b7870e02d60abc3e359a9b5989257cae4a31e24206e7c8289f417dbb5fa2e315537b4e8352f9f1237f576b3c06cb2dbaaa7a5443a4f0
 SHA512 
5b5c1c147453cc691ceb17c850be66e3701e784d2ed4bd27abd92a815f7070850b5e0fc1778c3a3aa2b84516b4c5e01abe350d6ccc5578037e75cb1afe1dfb6a

diff --git a/app-emulation/wine-mono/wine-mono-4.8.3.ebuild 
b/app-emulation/wine-mono/wine-mono-4.8.3.ebuild
new file mode 100644
index 000..15aab248909
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.8.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-04-15 Thread Nick Sarnie
commit: 526244fdaa12df96f7dcc68bf8d82f23e9c19a22
Author: Nick Sarnie  gentoo  org>
AuthorDate: Tue Apr 16 01:40:23 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Tue Apr 16 01:46:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=526244fd

app-emulation/wine-mono: Sync with ::wine

Bump version

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.8.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 6393b860e4e..7bada3b6365 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -4,3 +4,4 @@ DIST wine-mono-4.7.1.msi 56470528 BLAKE2B 
b1b9dd832f725cb70b80889c08db524540c389
 DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 
59397f851bd0883f060fd359228fcdedea5a32ce06349fd563411dfa603a6c8700496111821fd9e571cfd4586e829acb12321528a4a8330d1fb6f92855482225
 SHA512 
d51c0e21c8448a4d11c3e4fd530bda340cc93cd420080e08aadd7b704183dcadf8553b0937e02c7a54a8a2fb46a395718a3e807b85f19936b0e4ee7b92052dfe
 DIST wine-mono-4.7.5.msi 56470528 BLAKE2B 
a662249fe85dbcc6de273cc8f8384fee9fe789a272c7dfec28e406ac2b512cd0e9ef07716004c694f66a69d2dd0a62e14691123db7b9845d7ad86762619da100
 SHA512 
25e4188e42362aa9050e4d78a5748697d63181fa91a0c0d2e43ad4c26996f9fb82053a5e6942621aaff01c832be88ea13ac7b472be8841a828eed4e5e87c9ee7
 DIST wine-mono-4.8.0.msi 86536704 BLAKE2B 
24120b57a6b51b47d66b4dcf9765492ad2dce8ece7d186b7bd78172598308be43336944ae804be5181e2c3d7ae7cace08c75e2b66fbfad097c9c16fd6fcfc3a9
 SHA512 
ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43
+DIST wine-mono-4.8.1.msi 115878912 BLAKE2B 
88bd9b35efd89aece2dd0cd9529bc081fcd2a97f3af81806e9901158cbe48e920e5e6ac276da16c9c2d369dd307a7be05d7b8b67acf2733279a5df17696dd154
 SHA512 
06cbfc66ad82c40975f9d41698c49ba19c7eadf56b5ea87037b7cf0dbe2053de0d5587573798af294eb5ef8c7f2f5ffb7b3c45da83493c71d1923c1abee1bf9b

diff --git a/app-emulation/wine-mono/wine-mono-4.8.1.ebuild 
b/app-emulation/wine-mono/wine-mono-4.8.1.ebuild
new file mode 100644
index 000..15aab248909
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.8.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-03-17 Thread Nick Sarnie
commit: 382c1cf94c4a46d11bf0e106159a772a9fa8d70c
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Mar 17 14:29:15 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Mar 17 14:29:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382c1cf9

app-emulation/wine-mono: Sync with ::wine

Bump to 4.8.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.8.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 43e103c131f..6393b860e4e 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -3,3 +3,4 @@ DIST wine-mono-4.7.0.msi 64625152 BLAKE2B 
9c533d9f9a5cec6aefa66ed916e88f0a03ab76
 DIST wine-mono-4.7.1.msi 56470528 BLAKE2B 
b1b9dd832f725cb70b80889c08db524540c389c4eb8c990415f0c1b4a17274fc96390808c943bd0ff42c79f4bbb376b3d599d31ed42b5ebcb4be79dbc273eeec
 SHA512 
d47f21fa3ddb31522366056a2062cf7b77eec0a12f96dc05326561c9d2604405128441ff40d1b9567a6e6cd1c19ee03444d2ba02dd3b8dd2d150030dfb52f765
 DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 
59397f851bd0883f060fd359228fcdedea5a32ce06349fd563411dfa603a6c8700496111821fd9e571cfd4586e829acb12321528a4a8330d1fb6f92855482225
 SHA512 
d51c0e21c8448a4d11c3e4fd530bda340cc93cd420080e08aadd7b704183dcadf8553b0937e02c7a54a8a2fb46a395718a3e807b85f19936b0e4ee7b92052dfe
 DIST wine-mono-4.7.5.msi 56470528 BLAKE2B 
a662249fe85dbcc6de273cc8f8384fee9fe789a272c7dfec28e406ac2b512cd0e9ef07716004c694f66a69d2dd0a62e14691123db7b9845d7ad86762619da100
 SHA512 
25e4188e42362aa9050e4d78a5748697d63181fa91a0c0d2e43ad4c26996f9fb82053a5e6942621aaff01c832be88ea13ac7b472be8841a828eed4e5e87c9ee7
+DIST wine-mono-4.8.0.msi 86536704 BLAKE2B 
24120b57a6b51b47d66b4dcf9765492ad2dce8ece7d186b7bd78172598308be43336944ae804be5181e2c3d7ae7cace08c75e2b66fbfad097c9c16fd6fcfc3a9
 SHA512 
ab0a9795ccbd3acf42d0e904585a16c62b28a2753771b5dccfd4013b77a118eff6fd92c4a8711be43df2b09c993884cc9bb48e025b60059b2a7d3a832ecbbf43

diff --git a/app-emulation/wine-mono/wine-mono-4.8.0.ebuild 
b/app-emulation/wine-mono/wine-mono-4.8.0.ebuild
new file mode 100644
index 000..15aab248909
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.8.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-03-03 Thread Mikle Kolyada
commit: a7f1dc55fb23db14a34a19f360176d7d2e566fc6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  3 11:58:48 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  3 11:59:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f1dc55

app-emulation/wine-mono: amd64 stable wrt bug #679262

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-emulation/wine-mono/wine-mono-4.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.7.5.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
index 9343b289655..77012147254 100644
--- a/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2019-01-27 Thread Nick Sarnie
commit: 963504f943d67a6a6ed5a3929670a0ccb5ef915d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Sun Jan 27 16:50:41 2019 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Sun Jan 27 16:50:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963504f9

app-emulation/wine-mono: Sync with ::wine

Bump to 4.7.5

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.7.5.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 1254df968b4..43e103c131f 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -2,3 +2,4 @@ DIST wine-mono-4.6.4.msi 45592064 BLAKE2B 
30099b7f02276e47e350a96af07bf64b43c857
 DIST wine-mono-4.7.0.msi 64625152 BLAKE2B 
9c533d9f9a5cec6aefa66ed916e88f0a03ab76e8292f112a669208c5b26855a314657c9950993a205941cd314f0c93a55f621ed71ebb4846a66d30fa9af3c855
 SHA512 
07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c
 DIST wine-mono-4.7.1.msi 56470528 BLAKE2B 
b1b9dd832f725cb70b80889c08db524540c389c4eb8c990415f0c1b4a17274fc96390808c943bd0ff42c79f4bbb376b3d599d31ed42b5ebcb4be79dbc273eeec
 SHA512 
d47f21fa3ddb31522366056a2062cf7b77eec0a12f96dc05326561c9d2604405128441ff40d1b9567a6e6cd1c19ee03444d2ba02dd3b8dd2d150030dfb52f765
 DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 
59397f851bd0883f060fd359228fcdedea5a32ce06349fd563411dfa603a6c8700496111821fd9e571cfd4586e829acb12321528a4a8330d1fb6f92855482225
 SHA512 
d51c0e21c8448a4d11c3e4fd530bda340cc93cd420080e08aadd7b704183dcadf8553b0937e02c7a54a8a2fb46a395718a3e807b85f19936b0e4ee7b92052dfe
+DIST wine-mono-4.7.5.msi 56470528 BLAKE2B 
a662249fe85dbcc6de273cc8f8384fee9fe789a272c7dfec28e406ac2b512cd0e9ef07716004c694f66a69d2dd0a62e14691123db7b9845d7ad86762619da100
 SHA512 
25e4188e42362aa9050e4d78a5748697d63181fa91a0c0d2e43ad4c26996f9fb82053a5e6942621aaff01c832be88ea13ac7b472be8841a828eed4e5e87c9ee7

diff --git a/app-emulation/wine-mono/wine-mono-4.7.5.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
new file mode 100644
index 000..9343b289655
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.7.5.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2018-08-23 Thread Mikle Kolyada
commit: 0309960d1f3279a29b811dbf11dab8a9e3e2026c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Aug 24 04:08:35 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Aug 24 04:09:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0309960d

app-emulation/wine-mono: [QA] fix DESCRIPTION

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/wine-mono/wine-mono-4.6.4.ebuild | 4 ++--
 app-emulation/wine-mono/wine-mono-4.7.0.ebuild | 4 ++--
 app-emulation/wine-mono/wine-mono-4.7.1.ebuild | 2 +-
 app-emulation/wine-mono/wine-mono-4.7.3.ebuild | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.6.4.ebuild 
b/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
index a9f2ddc6bc2..4a5144adb83 100644
--- a/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+DESCRIPTION="A replacement for the .NET runtime and class libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
 SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 

diff --git a/app-emulation/wine-mono/wine-mono-4.7.0.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.0.ebuild
index 2479dca9023..54ef87ce73c 100644
--- a/app-emulation/wine-mono/wine-mono-4.7.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.7.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+DESCRIPTION="A replacement for the .NET runtime and class libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
 SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 

diff --git a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
index 4070337553f..4a5144adb83 100644
--- a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+DESCRIPTION="A replacement for the .NET runtime and class libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
 SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 

diff --git a/app-emulation/wine-mono/wine-mono-4.7.3.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.3.ebuild
index e18bbd1ddb6..54ef87ce73c 100644
--- a/app-emulation/wine-mono/wine-mono-4.7.3.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.7.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+DESCRIPTION="A replacement for the .NET runtime and class libraries in Wine"
 HOMEPAGE="https://www.winehq.org/;
 SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2018-08-01 Thread Nick Sarnie
commit: 310e575aa650af1b10d329161f5314651b119b3d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Thu Aug  2 02:38:56 2018 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Thu Aug  2 02:38:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310e575a

app-emulation/wine-mono: Sync with ::wine

Bump to 4.7.3

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.7.3.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 230aea30ad2..1254df968b4 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,3 +1,4 @@
 DIST wine-mono-4.6.4.msi 45592064 BLAKE2B 
30099b7f02276e47e350a96af07bf64b43c857b3b3323d0cab85864b753e9810c0d7b5d496e2f53f5b2c3a434eb440a19f9928707c4127303aa0335928e39097
 SHA512 
1d50df5d4d000998c74fbee79b8ffc691d88ee3b34db9fd7124e0df68d6f84768ece489ac8c3f5f3141c2073c8666b93ae23ca6cd652a6542a821df3d1b66b6d
 DIST wine-mono-4.7.0.msi 64625152 BLAKE2B 
9c533d9f9a5cec6aefa66ed916e88f0a03ab76e8292f112a669208c5b26855a314657c9950993a205941cd314f0c93a55f621ed71ebb4846a66d30fa9af3c855
 SHA512 
07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c
 DIST wine-mono-4.7.1.msi 56470528 BLAKE2B 
b1b9dd832f725cb70b80889c08db524540c389c4eb8c990415f0c1b4a17274fc96390808c943bd0ff42c79f4bbb376b3d599d31ed42b5ebcb4be79dbc273eeec
 SHA512 
d47f21fa3ddb31522366056a2062cf7b77eec0a12f96dc05326561c9d2604405128441ff40d1b9567a6e6cd1c19ee03444d2ba02dd3b8dd2d150030dfb52f765
+DIST wine-mono-4.7.3.msi 56470528 BLAKE2B 
59397f851bd0883f060fd359228fcdedea5a32ce06349fd563411dfa603a6c8700496111821fd9e571cfd4586e829acb12321528a4a8330d1fb6f92855482225
 SHA512 
d51c0e21c8448a4d11c3e4fd530bda340cc93cd420080e08aadd7b704183dcadf8553b0937e02c7a54a8a2fb46a395718a3e807b85f19936b0e4ee7b92052dfe

diff --git a/app-emulation/wine-mono/wine-mono-4.7.3.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.3.ebuild
new file mode 100644
index 000..e18bbd1ddb6
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.7.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2018-07-08 Thread Mikle Kolyada
commit: 8e1aeb097aada35857369d0bfc4ada14c8d9009a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul  9 00:40:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul  9 00:40:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1aeb09

app-emulation/wine-mono: amd64 stable wrt bug #659770

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/wine-mono/wine-mono-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
index 3c2d7e0b085..4070337553f 100644
--- a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2018-07-01 Thread Thomas Deutschmann
commit: cdcdfd52cdce26e788c7fb515e08d76f13c0dea5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Jul  2 00:36:14 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Jul  2 00:36:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcdfd52

app-emulation/wine-mono: x86 stable (bug #659770)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emulation/wine-mono/wine-mono-4.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
index 2479dca9023..3c2d7e0b085 100644
--- a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2017-09-28 Thread NP Hardass
commit: 489fae457c02827acb7bc123cb49e6484aabe64a
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Sep 27 19:49:13 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Thu Sep 28 22:32:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489fae45

app-emulation/wine-mono: Stable for amd64, x86

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 app-emulation/wine-mono/wine-mono-4.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/wine-mono-4.6.4.ebuild 
b/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
index 2479dca9023..a9f2ddc6bc2 100644
--- a/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
+++ b/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
 
 LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="!!app-emulation/wine:0"
 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2017-09-13 Thread NP Hardass
commit: c967789666706858c64d9abfd0bc6c508819dd19
Author: NP-Hardass  gentoo  org>
AuthorDate: Wed Sep 13 22:53:34 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Sep 13 22:53:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9677896

app-emulation/wine-mono: Fix remote-id in metadata.xml

Bug: https://bugs.gentoo.org/630736
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/wine-mono/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/wine-mono/metadata.xml 
b/app-emulation/wine-mono/metadata.xml
index 1b77b643f21..a64284bc1ee 100644
--- a/app-emulation/wine-mono/metadata.xml
+++ b/app-emulation/wine-mono/metadata.xml
@@ -9,6 +9,6 @@
Wine Mono is a package containing Mono and other projects, 
intended as a replacement for the .NET runtime and class libraries in Wine. It 
works in conjunction with Wine's builtin mscoree.dll, and it is not intended to 
be useful for any other purpose.


-   makewokherd/wine-mono
+   madewokherd/wine-mono

 



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2017-09-13 Thread NP Hardass
commit: 623b3709592d6de2a71b7416052b9dc4119097dd
Author: NP-Hardass  gentoo  org>
AuthorDate: Sun Aug 20 09:08:40 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Wed Sep 13 19:47:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623b3709

app-emulation/wine-mono: Bump to 4.7.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emulation/wine-mono/Manifest   |  1 +
 app-emulation/wine-mono/wine-mono-4.7.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index d9d302754f2..0a61437b327 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -1,2 +1,3 @@
 DIST wine-mono-4.6.4.msi 45592064 SHA256 
91b7d58177b9a9355edf007dab94535471aebdddae12734ceb4a219d2ecc4152 SHA512 
1d50df5d4d000998c74fbee79b8ffc691d88ee3b34db9fd7124e0df68d6f84768ece489ac8c3f5f3141c2073c8666b93ae23ca6cd652a6542a821df3d1b66b6d
 WHIRLPOOL 
54b77eabdb357822a89f3ff0d318755d0bae60a4a1df44ad33e663138d3f874f2bd271368df86e350ecc96908e77e82cc9ff7eef6cd80e20998b5cfc068703df
 DIST wine-mono-4.7.0.msi 64625152 SHA256 
7698474dd9cb9eb80796b5812dff37386ba97b78b21ca23b20079ca5ad6ca5a1 SHA512 
07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c
 WHIRLPOOL 
9cdc9e4f680b0c7b6e46938a88c665f7702472c524521135ada7791e31c36a8ecbe95ed8720e2d67b53aa65c16e87c0fb85b654059ce0e146d401f99bcd5f0df
+DIST wine-mono-4.7.1.msi 56470528 SHA256 
2c8d5db7f833c3413b2519991f5af1f433d59a927564ec6f38a3f1f8b2c629aa SHA512 
d47f21fa3ddb31522366056a2062cf7b77eec0a12f96dc05326561c9d2604405128441ff40d1b9567a6e6cd1c19ee03444d2ba02dd3b8dd2d150030dfb52f765
 WHIRLPOOL 
fb0bd7af90924e20389f1d63c5089961a3f8cc23295b19820920347d3092a25bacea1838e5fb789dc0660896e5caedf6cff8629e96f3ab9055fa45ac444ecaf3

diff --git a/app-emulation/wine-mono/wine-mono-4.7.1.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
new file mode 100644
index 000..2479dca9023
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.7.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/

2017-04-10 Thread NP Hardass
commit: 005183f7e96bcd6058d8ec65bceae54c0df0c823
Author: NP-Hardass  gentoo  org>
AuthorDate: Mon Apr 10 17:05:43 2017 +
Commit: NP Hardass  gentoo  org>
CommitDate: Mon Apr 10 17:21:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005183f7

app-emulation/wine-mono: Wine .NET replacement library

Imported from wine-a-holics overlay

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-emulation/wine-mono/Manifest   |  2 ++
 app-emulation/wine-mono/metadata.xml   | 14 ++
 app-emulation/wine-mono/wine-mono-4.6.4.ebuild | 21 +
 app-emulation/wine-mono/wine-mono-4.7.0.ebuild | 21 +
 4 files changed, 58 insertions(+)

diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
new file mode 100644
index 000..d9d302754f2
--- /dev/null
+++ b/app-emulation/wine-mono/Manifest
@@ -0,0 +1,2 @@
+DIST wine-mono-4.6.4.msi 45592064 SHA256 
91b7d58177b9a9355edf007dab94535471aebdddae12734ceb4a219d2ecc4152 SHA512 
1d50df5d4d000998c74fbee79b8ffc691d88ee3b34db9fd7124e0df68d6f84768ece489ac8c3f5f3141c2073c8666b93ae23ca6cd652a6542a821df3d1b66b6d
 WHIRLPOOL 
54b77eabdb357822a89f3ff0d318755d0bae60a4a1df44ad33e663138d3f874f2bd271368df86e350ecc96908e77e82cc9ff7eef6cd80e20998b5cfc068703df
+DIST wine-mono-4.7.0.msi 64625152 SHA256 
7698474dd9cb9eb80796b5812dff37386ba97b78b21ca23b20079ca5ad6ca5a1 SHA512 
07cd2b26f3bfe6fc796a126b83e9c0aa655d3e8152af536ae2e8ae419013742706ddae6f93cc2341c94a2f3b8ae7d1b27d12f891d371928189291428f9ed877c
 WHIRLPOOL 
9cdc9e4f680b0c7b6e46938a88c665f7702472c524521135ada7791e31c36a8ecbe95ed8720e2d67b53aa65c16e87c0fb85b654059ce0e146d401f99bcd5f0df

diff --git a/app-emulation/wine-mono/metadata.xml 
b/app-emulation/wine-mono/metadata.xml
new file mode 100644
index 000..1b77b643f21
--- /dev/null
+++ b/app-emulation/wine-mono/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   w...@gentoo.org
+   Wine
+   
+   
+   Wine Mono is a package containing Mono and other projects, 
intended as a replacement for the .NET runtime and class libraries in Wine. It 
works in conjunction with Wine's builtin mscoree.dll, and it is not intended to 
be useful for any other purpose.
+   
+   
+   makewokherd/wine-mono
+   
+

diff --git a/app-emulation/wine-mono/wine-mono-4.6.4.ebuild 
b/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
new file mode 100644
index 000..2479dca9023
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.6.4.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}

diff --git a/app-emulation/wine-mono/wine-mono-4.7.0.ebuild 
b/app-emulation/wine-mono/wine-mono-4.7.0.ebuild
new file mode 100644
index 000..2479dca9023
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-4.7.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Wine Mono is a replacement for the .NET runtime and class 
libraries in Wine"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="https://dl.winehq.org/wine/${PN}/${PV}/${P}.msi;
+
+LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
+SLOT="${PV}"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="!!app-emulation/wine:0"
+
+S="${WORKDIR}"
+
+src_install() {
+   insinto /usr/share/wine/mono
+   doins "${DISTDIR}/${P}.msi"
+}