diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2021-07-31 20:08:06 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2021-07-31 20:09:03 -0400 |
commit | 02abd6e406257800d18fe1ac2ae2b199f709051b (patch) | |
tree | a340d3fcf8e1002bb5590da0d7fe99b899d8dfd2 /app-emulation | |
parent | app-emulation/wine-gecko: Drop old (diff) | |
download | gentoo-02abd6e406257800d18fe1ac2ae2b199f709051b.tar.gz gentoo-02abd6e406257800d18fe1ac2ae2b199f709051b.tar.bz2 gentoo-02abd6e406257800d18fe1ac2ae2b199f709051b.zip |
app-emulation/wine-gecko: Sync with ::wine
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-gecko/Manifest | 2 | ||||
-rw-r--r-- | app-emulation/wine-gecko/metadata.xml | 6 | ||||
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 23 |
3 files changed, 25 insertions, 6 deletions
diff --git a/app-emulation/wine-gecko/Manifest b/app-emulation/wine-gecko/Manifest index f400f236d7f3..02becb02500f 100644 --- a/app-emulation/wine-gecko/Manifest +++ b/app-emulation/wine-gecko/Manifest @@ -1,2 +1,4 @@ DIST wine-gecko-2.47.2-x86.msi 59162112 BLAKE2B 75197c5145dd047d637ea950ed1df918b79446bbb5aae642a90d95af96870cd1756b8469deca105d986ae2dc166ad1b2b89dd7e16c7d13baa4b215b30c3ba909 SHA512 4e6e688fada1edd3d7e0e131246dcae8c6db1a2fde946540b6f8c8b2deee8aa19f210368132f00789d4f49bf2b5e5ac671d4d3699f557e652ece50e55fbcbd43 +DIST wine-gecko-2.47.2-x86.tar.xz 45556880 BLAKE2B 43334edd68f22e21347a49bcd7321d90111652fe6143fcb94fa97cee950701f1891b41e8c4ea75854d5232a74c2007534d3fdb190c6abfb96290193f6a4546d2 SHA512 de39bacf9e8b45971e3e675ccbbac0731855b81e148619a98fb126c38ab385f10f1e68e0a52a663fa1a079192b378f4d4e4cdb0a11c5e9dd46221a9604214250 DIST wine-gecko-2.47.2-x86_64.msi 55354880 BLAKE2B c234602e29a6597d26e7a78ec85ac66471ecd8fcea5360d6f32323e4cbee4aca2ccd5530706e8779346ff2d08f1c4900fef198763e431ce7cd232ef117933336 SHA512 9bbaf061d5d2035e6df0898a847697bbed071abaf95ccde08b5ace7a2c6fc871db16443596b23a889def82f98591973fe8ca88063021d8779f8faa48973f239c +DIST wine-gecko-2.47.2-x86_64.tar.xz 43025348 BLAKE2B 0c956043d7a49cdd88a3af4b25191087fd638a68b958e13a46bbf4310ecf7cdeb973eb3ea5b254f2d4f90f2a715d35c25a67b1883159a60a0ff6eea70e0f1077 SHA512 cf7af1087823188c3be6665d7662bf1029c58b4b8db271e5f4bfed15df217b905653b034b62ed0fa961f528be40f0325b378669d27c9a18ef5b9d98ef8c63aeb diff --git a/app-emulation/wine-gecko/metadata.xml b/app-emulation/wine-gecko/metadata.xml index 921f5a737f83..26d83e5be35e 100644 --- a/app-emulation/wine-gecko/metadata.xml +++ b/app-emulation/wine-gecko/metadata.xml @@ -5,7 +5,13 @@ <email>wine@gentoo.org</email> <name>Wine</name> </maintainer> + <longdescription> + A Mozilla Gecko based version of Internet Explorer for Wine + </longdescription> <upstream> <remote-id type="sourceforge">wine/wine-gecko</remote-id> </upstream> + <use> + <flag name="shared">Install pre-unpacked files which do not need to be copied into the Wine prefix</flag> + </use> </pkgmetadata> 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 ef4f3027be56..ad3c90ca3f74 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild @@ -6,14 +6,20 @@ EAPI=6 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}/${PV}/${PN}-${PV}-x86.msi ) - abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi ) + !shared? ( + abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.msi ) + abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi ) + ) + shared? ( + abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.tar.xz ) + abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.tar.xz ) + ) " LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="${PV}" -KEYWORDS="amd64 x86" -IUSE="abi_x86_32 abi_x86_64" +KEYWORDS="~amd64 ~x86" +IUSE="abi_x86_32 abi_x86_64 +shared" DEPEND="!!app-emulation/wine:0" @@ -21,6 +27,11 @@ S="${WORKDIR}" src_install() { insinto /usr/share/wine/gecko - use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi" - use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi" + if use shared; then + use abi_x86_32 && doins -r "${P}-x86" + use abi_x86_64 && doins -r "${P}-x86_64" + else + use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi" + use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi" + fi } |