app-emulation/wine-gecko - 2.47 (bobwya)

Search

Install

Install this version:

emerge -a =app-emulation/wine-gecko-2.47

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emulation/wine-gecko-2.47

Or alternatively:

emerge --autounmask-write -a =app-emulation/wine-gecko-2.47

Package Information

Description:
A Mozilla Gecko based version of Internet Explorer for Wine
Homepage:
https://winehq.org
License:
Apache-2.0 BSD BSD-2 MIT MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
2.47 8 ~amd64 ~x86 2.47
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# shellcheck disable=SC2034
EAPI=8

MY_PN="${PN/-/_}"
MY_PV="${PV/_/-}"
MY_P="${MY_PN}-${MY_PV}"

DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
HOMEPAGE="https://winehq.org"
SRC_URI="
	abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${MY_PV}/${MY_P}-x86.msi )
	abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${MY_PV}/${MY_P}-x86_64.msi )
"

LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
SLOT="${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="abi_x86_32 abi_x86_64"

S="${WORKDIR}"

src_install(){
	insinto "/usr/share/wine/gecko"
	use abi_x86_32 && doins "${DISTDIR}/${MY_P}-x86.msi"
	use abi_x86_64 && doins "${DISTDIR}/${MY_P}-x86_64.msi"
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-emulation/wine-gecko | euse -E <flag> -p app-emulation/wine-gecko | euse -D <flag> -p app-emulation/wine-gecko

Global/Standard Flags

Manifest for 2.47

Type File Size Source URLs
DIST wine_gecko-2.47-x86.msi 49266176 bytes https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86.msi
DIST wine_gecko-2.47-x86_64.msi 50806272 bytes https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86_64.msi