From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/
Date: Sat, 7 Sep 2024 03:23:41 +0000 (UTC) [thread overview]
Message-ID: <1725679384.d273a1b2959e576c96712364194a35f69662d6f0.ionen@gentoo> (raw)
commit: d273a1b2959e576c96712364194a35f69662d6f0
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 7 01:12:12 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 03:23:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d273a1b2
app-emulation/wine-mono: add 9.3.0
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/wine-mono/Manifest | 2 ++
app-emulation/wine-mono/wine-mono-9.3.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-emulation/wine-mono/Manifest b/app-emulation/wine-mono/Manifest
index 69d60f92bee6..ccd2d39ee888 100644
--- a/app-emulation/wine-mono/Manifest
+++ b/app-emulation/wine-mono/Manifest
@@ -10,3 +10,5 @@ DIST wine-mono-9.1.0-x86.msi 84623872 BLAKE2B 63e86a4f99a5300782017f0b1a2168ad49
DIST wine-mono-9.1.0-x86.tar.xz 43820028 BLAKE2B 6249e661239b71ca2607cf5fb3285bbef3e4c056c87e15352e40d2875028dbaa7f1c1a8b4d908f74de8447b4166c61c708314dc6422e9f69a6eea5f588e7c73b SHA512 cede2b910e95fc43e658e6d4d8086ec5324407a32fff4852341178e1e56df240356c02f270e3be174f3ab82aa076e50d70be4da8e8c5f77e877fce8fe3217374
DIST wine-mono-9.2.0-x86.msi 84566016 BLAKE2B 08c106998536622cdda10065304416a338ba9fe0e5680949c66b2766116bfc93c41b0169e0beb614f741edccf5fae576de78d2b1c6bc9f2dfa89036bfd3b23ed SHA512 3256358a49321173c17e8b907e0d8affed4fb735ca3da91749377501de1a924711f37971a9c8e05e687140d3d65399903e69bb5981d271f2b698a910d91e8b54
DIST wine-mono-9.2.0-x86.tar.xz 43901320 BLAKE2B 125d81049bca105e8967338659dd21c174388dfc8be9802a5984b8fc11b4da22b82512590481d45ebd7554f89c5e9cad9c59b4406ba04436ada5b52ea2aea0cc SHA512 7d0039b7c77ed968c0e00eacd3bf716d3ec9dffc86f6cc2c2f9439320b889ae2e05cc4f9aade5e1a0122a86ee4b86cea4224e666aba0d0bb3f2fa6fb0d18f8ae
+DIST wine-mono-9.3.0-x86.msi 84572160 BLAKE2B b6e13d5245b17c0f2857771c8bcfc7ca248d13f300df69970b5994d3287e3e4db0c49601b0cd29b7f6764f2abda5b54a3f0bf1ad1d2beb28033adba9276c7b5c SHA512 d5bb8ed9cc963292b37edb2ac3fb5945346b9632a080d5413ebde3470ff1702c9fdd0d4a25c0cd228e56abe11f6e1cf3d949a2c26099bf2fdef41aaf65f686ef
+DIST wine-mono-9.3.0-x86.tar.xz 43906032 BLAKE2B 94dc27d305fb062f845064c07dcd00d2daaf9647ae5353e18267314b6534018bf22b1411981ef8e3cb9ef8fa0d91da662211376a309a243100d691386b1840e4 SHA512 094113aad504fa46d9f3b0ca6f7926c14fbda3edbbbc5dab307f19114fec0173a451a604b2083f399e61d5c6704971a0d602930cc9ba11502c863ec67318c480
diff --git a/app-emulation/wine-mono/wine-mono-9.3.0.ebuild b/app-emulation/wine-mono/wine-mono-9.3.0.ebuild
new file mode 100644
index 000000000000..f756896e7c2e
--- /dev/null
+++ b/app-emulation/wine-mono/wine-mono-9.3.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
+}
next reply other threads:[~2024-09-07 3:23 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-07 3:23 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-14 5:28 [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/ Ionen Wolkens
2024-12-11 8:45 Ionen Wolkens
2024-12-11 8:45 Ionen Wolkens
2024-11-30 12:53 Ionen Wolkens
2024-11-08 23:29 Ionen Wolkens
2024-10-07 2:49 Sam James
2024-10-07 2:44 Sam James
2024-09-12 14:40 Ionen Wolkens
2024-07-03 16:31 Jakov Smolić
2024-07-03 16:31 Jakov Smolić
2024-06-27 6:55 Ionen Wolkens
2024-06-27 6:55 Ionen Wolkens
2024-04-23 9:33 Ionen Wolkens
2024-03-20 7:17 Ionen Wolkens
2024-02-11 3:39 Sam James
2024-02-11 3:39 Sam James
2024-02-06 13:33 Ionen Wolkens
2024-02-06 5:29 Ionen Wolkens
2024-01-27 1:00 Ionen Wolkens
2023-10-26 12:49 Sam James
2023-10-26 12:49 Sam James
2023-10-24 22:11 Ionen Wolkens
2023-10-06 9:23 Arthur Zamarin
2023-08-19 9:51 Ionen Wolkens
2023-08-06 11:51 Sam James
2023-05-19 8:17 Ionen Wolkens
2023-05-11 17:01 Ionen Wolkens
2023-04-17 20:44 Ionen Wolkens
2023-03-04 12:08 Ionen Wolkens
2023-02-26 18:35 Arthur Zamarin
2023-02-26 0:30 Sam James
2022-12-02 3:18 Ionen Wolkens
2022-12-02 3:18 Ionen Wolkens
2022-12-02 3:18 Ionen Wolkens
2022-12-02 3:18 Ionen Wolkens
2022-10-26 10:13 Ionen Wolkens
2022-09-10 9:48 Ionen Wolkens
2022-09-10 9:48 Ionen Wolkens
2022-06-04 15:25 Nick Sarnie
2022-04-11 23:22 Sam James
2022-04-09 15:01 Nick Sarnie
2022-03-12 11:51 Jakov Smolić
2022-02-13 15:06 Nick Sarnie
2021-12-05 16:08 Nick Sarnie
2021-11-23 2:51 Nick Sarnie
2021-09-26 0:35 Nick Sarnie
2021-08-01 0:25 Nick Sarnie
2021-08-01 0:25 Nick Sarnie
2021-08-01 0:09 Nick Sarnie
2021-08-01 0:09 Nick Sarnie
2021-06-05 15:57 Nick Sarnie
2021-06-05 15:57 Nick Sarnie
2021-04-11 17:16 Nick Sarnie
2021-02-28 15:39 Sam James
2021-02-28 15:39 Sam James
2021-02-13 20:03 Nick Sarnie
2020-10-11 20:21 Nick Sarnie
2020-06-20 3:36 Nick Sarnie
2020-04-25 21:32 Nick Sarnie
2020-04-13 16:53 Agostino Sarubbo
2020-04-12 7:30 Agostino Sarubbo
2019-11-16 17:13 Nick Sarnie
2019-09-28 17:26 Nick Sarnie
2019-08-17 17:19 Nick Sarnie
2019-06-22 21:55 Nick Sarnie
2019-06-04 14:45 Thomas Deutschmann
2019-05-02 22:25 Nick Sarnie
2019-04-16 1:46 Nick Sarnie
2019-03-17 14:29 Nick Sarnie
2019-03-03 11:59 Mikle Kolyada
2019-01-27 16:51 Nick Sarnie
2018-08-24 4:09 Mikle Kolyada
2018-08-02 2:44 Nick Sarnie
2018-07-09 0:41 Mikle Kolyada
2018-07-02 0:49 Thomas Deutschmann
2017-09-28 22:32 NP Hardass
2017-09-13 22:53 NP Hardass
2017-09-13 19:48 NP Hardass
2017-04-10 17:22 NP Hardass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725679384.d273a1b2959e576c96712364194a35f69662d6f0.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox