diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 11:59:01 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-01 22:13:59 -0500 |
commit | 36cbb45de9a40cd82179a2674ddf305fa1a03980 (patch) | |
tree | a54ab68842686c9d8aa7d3aed7f71adb67d91428 /app-emulation | |
parent | app-emulation/wine-gecko: EAPI6->8, set req use, default abi_x86_32 (diff) | |
download | gentoo-36cbb45de9a40cd82179a2674ddf305fa1a03980.tar.gz gentoo-36cbb45de9a40cd82179a2674ddf305fa1a03980.tar.bz2 gentoo-36cbb45de9a40cd82179a2674ddf305fa1a03980.zip |
app-emulation/wine-gecko: update metadata and HOMEPAGE
sourceforge metadata has close to no relevance, replace by
gitlab.winehq in HOMEPAGE instead (no remote-id for that).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-gecko/metadata.xml | 3 | ||||
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/app-emulation/wine-gecko/metadata.xml b/app-emulation/wine-gecko/metadata.xml index e1932b4ddc74..8b46426a7860 100644 --- a/app-emulation/wine-gecko/metadata.xml +++ b/app-emulation/wine-gecko/metadata.xml @@ -5,9 +5,6 @@ <email>wine@gentoo.org</email> <name>Wine</name> </maintainer> - <upstream> - <remote-id type="sourceforge">wine</remote-id> - </upstream> <use> <flag name="shared">Install pre-unpacked files which do not need to be copied into the Wine prefix</flag> </use> 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 19a6f076b27f..fd2e621718a3 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild @@ -4,7 +4,9 @@ EAPI=8 DESCRIPTION="Mozilla Gecko based version of Internet Explorer for Wine" -HOMEPAGE="https://winehq.org" +HOMEPAGE=" + https://wiki.winehq.org/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 ) 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 0377ae3bc710..9505d37753fe 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild @@ -4,7 +4,9 @@ EAPI=8 DESCRIPTION="Mozilla Gecko based version of Internet Explorer for Wine" -HOMEPAGE="https://winehq.org" +HOMEPAGE=" + https://wiki.winehq.org/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 ) |