public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "NP Hardass" <np-hardass@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/
Date: Mon, 10 Apr 2017 17:22:57 +0000 (UTC)	[thread overview]
Message-ID: <1491844914.005183f7e96bcd6058d8ec65bceae54c0df0c823.np-hardass@gentoo> (raw)

commit:     005183f7e96bcd6058d8ec65bceae54c0df0c823
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 17:05:43 2017 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 17:21:54 2017 +0000
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 00000000000..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 00000000000..1b77b643f21
--- /dev/null
+++ b/app-emulation/wine-mono/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>wine@gentoo.org</email>
+		<name>Wine</name>
+	</maintainer>
+	<longdescription>
+		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.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">makewokherd/wine-mono</remote-id>
+	</upstream>
+</pkgmetadata>

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 00000000000..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 00000000000..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"
+}


             reply	other threads:[~2017-04-10 17:23 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10 17:22 NP Hardass [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-13 19:48 [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/ NP Hardass
2017-09-13 22:53 NP Hardass
2017-09-28 22:32 NP Hardass
2018-07-02  0:49 Thomas Deutschmann
2018-07-09  0:41 Mikle Kolyada
2018-08-02  2:44 Nick Sarnie
2018-08-24  4:09 Mikle Kolyada
2019-01-27 16:51 Nick Sarnie
2019-03-03 11:59 Mikle Kolyada
2019-03-17 14:29 Nick Sarnie
2019-04-16  1:46 Nick Sarnie
2019-05-02 22:25 Nick Sarnie
2019-06-04 14:45 Thomas Deutschmann
2019-06-22 21:55 Nick Sarnie
2019-08-17 17:19 Nick Sarnie
2019-09-28 17:26 Nick Sarnie
2019-11-16 17:13 Nick Sarnie
2020-04-12  7:30 Agostino Sarubbo
2020-04-13 16:53 Agostino Sarubbo
2020-04-25 21:32 Nick Sarnie
2020-06-20  3:36 Nick Sarnie
2020-10-11 20:21 Nick Sarnie
2021-02-13 20:03 Nick Sarnie
2021-02-28 15:39 Sam James
2021-02-28 15:39 Sam James
2021-04-11 17:16 Nick Sarnie
2021-06-05 15:57 Nick Sarnie
2021-06-05 15:57 Nick Sarnie
2021-08-01  0:09 Nick Sarnie
2021-08-01  0:09 Nick Sarnie
2021-08-01  0:25 Nick Sarnie
2021-08-01  0:25 Nick Sarnie
2021-09-26  0:35 Nick Sarnie
2021-11-23  2:51 Nick Sarnie
2021-12-05 16:08 Nick Sarnie
2022-02-13 15:06 Nick Sarnie
2022-03-12 11:51 Jakov Smolić
2022-04-09 15:01 Nick Sarnie
2022-04-11 23:22 Sam James
2022-06-04 15:25 Nick Sarnie
2022-09-10  9:48 Ionen Wolkens
2022-09-10  9:48 Ionen Wolkens
2022-10-26 10:13 Ionen Wolkens
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
2023-02-26  0:30 Sam James
2023-02-26 18:35 Arthur Zamarin
2023-03-04 12:08 Ionen Wolkens
2023-04-17 20:44 Ionen Wolkens
2023-05-11 17:01 Ionen Wolkens
2023-05-19  8:17 Ionen Wolkens
2023-08-06 11:51 Sam James
2023-08-19  9:51 Ionen Wolkens
2023-10-06  9:23 Arthur Zamarin
2023-10-24 22:11 Ionen Wolkens
2023-10-26 12:49 Sam James
2023-10-26 12:49 Sam James
2024-01-27  1:00 Ionen Wolkens
2024-02-06  5:29 Ionen Wolkens
2024-02-06 13:33 Ionen Wolkens
2024-02-11  3:39 Sam James
2024-02-11  3:39 Sam James
2024-03-20  7:17 Ionen Wolkens
2024-04-23  9:33 Ionen Wolkens
2024-06-27  6:55 Ionen Wolkens
2024-06-27  6:55 Ionen Wolkens
2024-07-03 16:31 Jakov Smolić
2024-07-03 16:31 Jakov Smolić
2024-09-07  3:23 Ionen Wolkens
2024-09-12 14:40 Ionen Wolkens
2024-10-07  2:44 Sam James
2024-10-07  2:49 Sam James
2024-11-08 23:29 Ionen Wolkens
2024-11-30 12:53 Ionen Wolkens
2024-12-11  8:45 Ionen Wolkens
2024-12-11  8:45 Ionen Wolkens

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=1491844914.005183f7e96bcd6058d8ec65bceae54c0df0c823.np-hardass@gentoo \
    --to=np-hardass@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