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

Search

Install

Install this version:

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

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

autounmask =app-emulation/wine-gecko-2.47.1

Or alternatively:

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

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.1 8 ~amd64 ~x86 2.47.1
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# shellcheck disable=SC2034
EAPI=8

MY_PV="${PV/_/-}"
MY_P="${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.1

Type File Size Source URLs
DIST wine-gecko-2.47.1-x86.msi 50735104 bytes https://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86.msi
DIST wine-gecko-2.47.1-x86_64.msi 52311040 bytes https://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86_64.msi