diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-09-12 10:24:38 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-09-12 10:40:14 -0400 |
commit | 3c5e2f2631798af76df3b5e83e1e8d1383afcfd7 (patch) | |
tree | 247dab0a0e767e73453e6d58eda9d6b96c07282c /app-emulation/wine-mono | |
parent | app-portage/elt-patches: Stabilize 20240824 sparc, #939523 (diff) | |
download | gentoo-3c5e2f2631798af76df3b5e83e1e8d1383afcfd7.tar.gz gentoo-3c5e2f2631798af76df3b5e83e1e8d1383afcfd7.tar.bz2 gentoo-3c5e2f2631798af76df3b5e83e1e8d1383afcfd7.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-mono')
-rw-r--r-- | app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 12 | ||||
-rw-r--r-- | app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 14 | ||||
-rw-r--r-- | app-emulation/wine-mono/wine-mono-8.1.0.ebuild | 12 | ||||
-rw-r--r-- | app-emulation/wine-mono/wine-mono-9.0.0.ebuild | 12 | ||||
-rw-r--r-- | app-emulation/wine-mono/wine-mono-9.1.0.ebuild | 12 | ||||
-rw-r--r-- | app-emulation/wine-mono/wine-mono-9.2.0.ebuild | 12 | ||||
-rw-r--r-- | 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}" |