From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D8C9139694 for ; Mon, 10 Apr 2017 17:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9318121C0DF; Mon, 10 Apr 2017 17:23:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 635C921C0DF for ; Mon, 10 Apr 2017 17:23:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 639F934168B for ; Mon, 10 Apr 2017 17:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 714CF7433 for ; Mon, 10 Apr 2017 17:22:57 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1491844914.005183f7e96bcd6058d8ec65bceae54c0df0c823.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-mono/Manifest app-emulation/wine-mono/metadata.xml app-emulation/wine-mono/wine-mono-4.6.4.ebuild app-emulation/wine-mono/wine-mono-4.7.0.ebuild X-VCS-Directories: app-emulation/wine-mono/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 005183f7e96bcd6058d8ec65bceae54c0df0c823 X-VCS-Branch: master Date: Mon, 10 Apr 2017 17:22:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 946d61f4-f9f3-42ab-9cd9-00b521bb1738 X-Archives-Hash: 30f02e2e6e76392aabf10128e212f26d commit: 005183f7e96bcd6058d8ec65bceae54c0df0c823 Author: NP-Hardass gentoo org> AuthorDate: Mon Apr 10 17:05:43 2017 +0000 Commit: NP Hardass gentoo 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 @@ + + + + + wine@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 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" +}