diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-09-12 10:35:30 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-09-12 10:40:14 -0400 |
commit | d372569151642c59d1d1aec3e468dd1383f4b006 (patch) | |
tree | 120bf77897b5631ab018ac8c6a83eb74f65b8f3d /app-emulation | |
parent | app-emulation/wine-mono: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-d372569151642c59d1d1aec3e468dd1383f4b006.tar.gz gentoo-d372569151642c59d1d1aec3e468dd1383f4b006.tar.bz2 gentoo-d372569151642c59d1d1aec3e468dd1383f4b006.zip |
app-emulation/wine-gecko: update HOMEPAGE
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 12 | ||||
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild | 12 | ||||
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild | 10 |
3 files changed, 20 insertions, 14 deletions
diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild index fd2e621718a3..9c72aed51647 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Mozilla Gecko based version of Internet Explorer for Wine" HOMEPAGE=" - https://wiki.winehq.org/Gecko - https://gitlab.winehq.org/wine/wine-gecko/" + https://gitlab.winehq.org/wine/wine/-/wikis/Gecko/ + https://gitlab.winehq.org/wine/wine-gecko/ +" SRC_URI=" shared? ( abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz ) @@ -15,8 +16,9 @@ SRC_URI=" !shared? ( abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi ) abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86_64.msi ) - )" -S="${WORKDIR}" + ) +" +S=${WORKDIR} LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="${PV}" diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild index fd2e621718a3..9c72aed51647 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Mozilla Gecko based version of Internet Explorer for Wine" HOMEPAGE=" - https://wiki.winehq.org/Gecko - https://gitlab.winehq.org/wine/wine-gecko/" + https://gitlab.winehq.org/wine/wine/-/wikis/Gecko/ + https://gitlab.winehq.org/wine/wine-gecko/ +" SRC_URI=" shared? ( abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz ) @@ -15,8 +16,9 @@ SRC_URI=" !shared? ( abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi ) abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86_64.msi ) - )" -S="${WORKDIR}" + ) +" +S=${WORKDIR} LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="${PV}" diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild index ae25f7f2f8eb..9c72aed51647 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild @@ -5,8 +5,9 @@ EAPI=8 DESCRIPTION="Mozilla Gecko based version of Internet Explorer for Wine" HOMEPAGE=" - https://wiki.winehq.org/Gecko - https://gitlab.winehq.org/wine/wine-gecko/" + https://gitlab.winehq.org/wine/wine/-/wikis/Gecko/ + https://gitlab.winehq.org/wine/wine-gecko/ +" SRC_URI=" shared? ( abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz ) @@ -15,8 +16,9 @@ SRC_URI=" !shared? ( abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi ) abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86_64.msi ) - )" -S="${WORKDIR}" + ) +" +S=${WORKDIR} LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="${PV}" |