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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D328158083 for ; Thu, 12 Sep 2024 14:40:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8FF1E29AA; Thu, 12 Sep 2024 14:40:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7D8AE29AA for ; Thu, 12 Sep 2024 14:40:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA8E83409EC for ; Thu, 12 Sep 2024 14:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248991489 for ; Thu, 12 Sep 2024 14:40:49 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1726152014.3c5e2f2631798af76df3b5e83e1e8d1383afcfd7.ionen@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/wine-mono-7.0.0.ebuild app-emulation/wine-mono/wine-mono-7.4.0.ebuild app-emulation/wine-mono/wine-mono-8.1.0.ebuild app-emulation/wine-mono/wine-mono-9.0.0.ebuild app-emulation/wine-mono/wine-mono-9.1.0.ebuild app-emulation/wine-mono/wine-mono-9.2.0.ebuild app-emulation/wine-mono/wine-mono-9.3.0.ebuild X-VCS-Directories: app-emulation/wine-mono/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3c5e2f2631798af76df3b5e83e1e8d1383afcfd7 X-VCS-Branch: master Date: Thu, 12 Sep 2024 14:40:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85db16a1-6d2d-4e5a-a370-6e6ae1a0a8e4 X-Archives-Hash: 3d5ee8283824d42de70a933ccff814ed commit: 3c5e2f2631798af76df3b5e83e1e8d1383afcfd7 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Sep 12 14:24:38 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Sep 12 14:40:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5e2f26 app-emulation/wine-mono: update HOMEPAGE, SRC_URI Some releases were formerly missing on winehq but seems they are all there now. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 12 ++++++++---- app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 14 +++++++++----- app-emulation/wine-mono/wine-mono-8.1.0.ebuild | 12 ++++++++---- app-emulation/wine-mono/wine-mono-9.0.0.ebuild | 12 ++++++++---- app-emulation/wine-mono/wine-mono-9.1.0.ebuild | 12 ++++++++---- app-emulation/wine-mono/wine-mono-9.2.0.ebuild | 12 ++++++++---- app-emulation/wine-mono/wine-mono-9.3.0.ebuild | 12 ++++++++---- 7 files changed, 57 insertions(+), 29 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 f943df20d059..145968f94d46 100644 --- a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild @@ -1,14 +1,18 @@ -# Copyright 1999-2022 Gentoo Authors +# 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" +HOMEPAGE=" + https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono/ + https://gitlab.winehq.org/mono/wine-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}" + !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}" 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 27069cdc43d3..145968f94d46 100644 --- a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild @@ -1,14 +1,18 @@ -# Copyright 1999-2023 Gentoo Authors +# 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" +HOMEPAGE=" + https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono/ + https://gitlab.winehq.org/mono/wine-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}" + 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}" 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 420d2e8387b2..145968f94d46 100644 --- a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild @@ -4,11 +4,15 @@ EAPI=8 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine" -HOMEPAGE="https://wiki.winehq.org/Mono" +HOMEPAGE=" + https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono/ + https://gitlab.winehq.org/mono/wine-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}" + 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}" 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..43d16fc30de9 100644 --- a/app-emulation/wine-mono/wine-mono-9.0.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-9.0.0.ebuild @@ -4,11 +4,15 @@ EAPI=8 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine" -HOMEPAGE="https://wiki.winehq.org/Mono" +HOMEPAGE=" + https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono/ + https://gitlab.winehq.org/mono/wine-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}" + 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}" diff --git a/app-emulation/wine-mono/wine-mono-9.1.0.ebuild b/app-emulation/wine-mono/wine-mono-9.1.0.ebuild index 420d2e8387b2..145968f94d46 100644 --- a/app-emulation/wine-mono/wine-mono-9.1.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-9.1.0.ebuild @@ -4,11 +4,15 @@ EAPI=8 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine" -HOMEPAGE="https://wiki.winehq.org/Mono" +HOMEPAGE=" + https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono/ + https://gitlab.winehq.org/mono/wine-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}" + 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}" diff --git a/app-emulation/wine-mono/wine-mono-9.2.0.ebuild b/app-emulation/wine-mono/wine-mono-9.2.0.ebuild index f756896e7c2e..43d16fc30de9 100644 --- a/app-emulation/wine-mono/wine-mono-9.2.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-9.2.0.ebuild @@ -4,11 +4,15 @@ EAPI=8 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine" -HOMEPAGE="https://wiki.winehq.org/Mono" +HOMEPAGE=" + https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono/ + https://gitlab.winehq.org/mono/wine-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}" + 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}" diff --git a/app-emulation/wine-mono/wine-mono-9.3.0.ebuild b/app-emulation/wine-mono/wine-mono-9.3.0.ebuild index f756896e7c2e..43d16fc30de9 100644 --- a/app-emulation/wine-mono/wine-mono-9.3.0.ebuild +++ b/app-emulation/wine-mono/wine-mono-9.3.0.ebuild @@ -4,11 +4,15 @@ EAPI=8 DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine" -HOMEPAGE="https://wiki.winehq.org/Mono" +HOMEPAGE=" + https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono/ + https://gitlab.winehq.org/mono/wine-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}" + 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}"