Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-gecko/
Date: Sun, 01 Aug 2021 00:09:22
Message-Id: 1627776540.583f113e6d838fbf467a2eaa35b8d97201e2a964.sarnex@gentoo
1 commit: 583f113e6d838fbf467a2eaa35b8d97201e2a964
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 00:07:30 2021 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 00:09:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=583f113e
7
8 app-emulation/wine-gecko: Drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
12
13 app-emulation/wine-gecko/Manifest | 4 ----
14 app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild | 28 ----------------------
15 app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild | 26 --------------------
16 3 files changed, 58 deletions(-)
17
18 diff --git a/app-emulation/wine-gecko/Manifest b/app-emulation/wine-gecko/Manifest
19 index c62e3824b01..f400f236d7f 100644
20 --- a/app-emulation/wine-gecko/Manifest
21 +++ b/app-emulation/wine-gecko/Manifest
22 @@ -1,6 +1,2 @@
23 -DIST wine-gecko-2.47.1-x86.msi 50735104 BLAKE2B c082e22fdbf1681e0c38e8822bc1a8f99b47d91f7d32f22bfad716685553d3d10fd4004f90135d90f39f4ff05cba37665455679e08ce3a140ca8ded76cb7a9ea SHA512 ef13838bf7d5bdd74d06bbbdccc6b18cc75b4d0c2b3db8c978b9500cdfeb058bf5532d89b77c164eab52c1f93ae2e2540b37f6694a3e560aace3ebc7da2c7596
24 -DIST wine-gecko-2.47.1-x86_64.msi 52311040 BLAKE2B 2a9aa68461d2b9f69ada1e50925de7ba9804a4992c9d0a717c9c5d1340179e7f10e550c8db170bb33c79e24dcd068e00648c572c6b4e4d836a507ada6e7bbccd SHA512 f875d9a7c68a33abf6dd25d61ff6dd3e5ff246768880e3ee4984ab63b065a7b0ef55411b710e4cb9db48bd2114cbd3fbd97f24e819d7d71c2212dd612abaaf43
25 DIST wine-gecko-2.47.2-x86.msi 59162112 BLAKE2B 75197c5145dd047d637ea950ed1df918b79446bbb5aae642a90d95af96870cd1756b8469deca105d986ae2dc166ad1b2b89dd7e16c7d13baa4b215b30c3ba909 SHA512 4e6e688fada1edd3d7e0e131246dcae8c6db1a2fde946540b6f8c8b2deee8aa19f210368132f00789d4f49bf2b5e5ac671d4d3699f557e652ece50e55fbcbd43
26 DIST wine-gecko-2.47.2-x86_64.msi 55354880 BLAKE2B c234602e29a6597d26e7a78ec85ac66471ecd8fcea5360d6f32323e4cbee4aca2ccd5530706e8779346ff2d08f1c4900fef198763e431ce7cd232ef117933336 SHA512 9bbaf061d5d2035e6df0898a847697bbed071abaf95ccde08b5ace7a2c6fc871db16443596b23a889def82f98591973fe8ca88063021d8779f8faa48973f239c
27 -DIST wine_gecko-2.47-x86.msi 49266176 BLAKE2B 6b1d4ebf53fac422c2da9ae7f5b6ab9064d2b6cc20d57fe13707395e71305ac1607a440624d3a545fe1e0391bc92bf5b594173549e519eda967bb833b69b2f52 SHA512 e0d06102dcb8ec2d24e8c8c3f5c2ee5cb47c18e203dfb43d85de008d682ff874fb664fef1df909a5a7857de39c7e8ce5175e734a11964ec4cd35f8fbacaea3a4
28 -DIST wine_gecko-2.47-x86_64.msi 50806272 BLAKE2B 6f91d4661a322eca41042cb7a246d5bff76ab72b4bda67183fc36735c923bd6d76624f21fd3e59f63fd872704edcf0116a6e7ab4fa6f074f5098c8fb5307534c SHA512 7c2496b15a06bc6906bc60afb3ac082e3f9931207fa624e60297020211d66aa9b420a61e95730a0dbdcefbe4b26c811d0c896ecd9c363b5107d08c3fa22fef41
29
30 diff --git a/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild
31 deleted file mode 100644
32 index 6a66a478caf..00000000000
33 --- a/app-emulation/wine-gecko/wine-gecko-2.47-r1.ebuild
34 +++ /dev/null
35 @@ -1,28 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -MY_PN=${PN/-/_}
42 -
43 -DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
44 -HOMEPAGE="https://winehq.org"
45 -SRC_URI="
46 - abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${MY_PN}-${PV}-x86.msi )
47 - abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${MY_PN}-${PV}-x86_64.msi )
48 -"
49 -
50 -LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
51 -SLOT="${PV}"
52 -KEYWORDS="amd64 x86"
53 -IUSE="abi_x86_32 abi_x86_64"
54 -
55 -DEPEND="!!app-emulation/wine:0"
56 -
57 -S="${WORKDIR}"
58 -
59 -src_install() {
60 - insinto /usr/share/wine/gecko
61 - use abi_x86_32 && doins "${DISTDIR}/${MY_PN}-${PV}-x86.msi"
62 - use abi_x86_64 && doins "${DISTDIR}/${MY_PN}-${PV}-x86_64.msi"
63 -}
64
65 diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild
66 deleted file mode 100644
67 index b71c2e53991..00000000000
68 --- a/app-emulation/wine-gecko/wine-gecko-2.47.1.ebuild
69 +++ /dev/null
70 @@ -1,26 +0,0 @@
71 -# Copyright 1999-2020 Gentoo Authors
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -
76 -DESCRIPTION="A Mozilla Gecko based version of Internet Explorer for Wine"
77 -HOMEPAGE="https://winehq.org"
78 -SRC_URI="
79 - abi_x86_32? ( https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86.msi )
80 - abi_x86_64? ( https://dl.winehq.org/wine/${PN}/${PV}/${PN}-${PV}-x86_64.msi )
81 -"
82 -
83 -LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
84 -SLOT="${PV}"
85 -KEYWORDS="amd64 x86"
86 -IUSE="abi_x86_32 abi_x86_64"
87 -
88 -DEPEND="!!app-emulation/wine:0"
89 -
90 -S="${WORKDIR}"
91 -
92 -src_install() {
93 - insinto /usr/share/wine/gecko
94 - use abi_x86_32 && doins "${DISTDIR}/${PN}-${PV}-x86.msi"
95 - use abi_x86_64 && doins "${DISTDIR}/${PN}-${PV}-x86_64.msi"
96 -}