Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/winetricks/
Date: Fri, 16 Apr 2021 21:09:16
Message-Id: 1618607253.6abe1d794b606fc39bddfe4ac37c85eb5d65a3c3.chiitoo@gentoo
1 commit: 6abe1d794b606fc39bddfe4ac37c85eb5d65a3c3
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 21:07:33 2021 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 21:07:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=6abe1d79
7
8 app-emulation/winetricks: remove version 20200412
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 app-emulation/winetricks/Manifest | 1 -
14 .../winetricks/winetricks-20200412.ebuild | 93 ----------------------
15 2 files changed, 94 deletions(-)
16
17 diff --git a/app-emulation/winetricks/Manifest b/app-emulation/winetricks/Manifest
18 index 7cc8561..0e90059 100644
19 --- a/app-emulation/winetricks/Manifest
20 +++ b/app-emulation/winetricks/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST winetricks-20200412.tar.gz 684548 BLAKE2B e29eba0c73ec0649523dac0f0efd145a5c9fe60d94ae98bc55ec430f511cc5bdf3149d87289973a85a373f2f91c3bd5521470853e06f5ec4af83fc810aa4fdc5 SHA512 d6ca5628b7d296b3168ef088ca0b03aff8b73da8a139061ca64fac0685ec29bf2b7e075b89226f8ce3af511947eac45d4c72cfb1199e6b72666fc67547b77588
23 DIST winetricks-20210206.tar.gz 690837 BLAKE2B a1d068e9659f6b176873af49994f1e0ca884eaa1ac9b8f5dd6d7abe79a2b8b827a2334efa7862547b17cca5bcfc285ce2d65ac0e5736cddcc777d4df2dbc7af9 SHA512 57f2ce5fe531eb6ee9a578ca565fadf5ef2e6e1379abee640ee9dc0d6000c92ce983c7507002bc6ace613d6d0dd03260ede11f7bf267adf19eb67900a0449f58
24 DIST winetricks-gentoo-2012.11.24.tar.bz2 6398 BLAKE2B 54a4502f6e8ef15d21b02c43e3ce599e32d476c2559246064de14cc4ce2243ff11dde681d24c8a7f4913c3d7a10b855bda47e8fb8ecad31e00d839705416be6f SHA512 59c93b73f3a7b2d11aefcde2ff66659ff1de21ad4b5f232f4b60572f3a48b15a6c49f369b1696862bf1b33fde190bf5598945e9536fb41ddec42d8def4d2be2a
25
26 diff --git a/app-emulation/winetricks/winetricks-20200412.ebuild b/app-emulation/winetricks/winetricks-20200412.ebuild
27 deleted file mode 100644
28 index aa2e4ef..0000000
29 --- a/app-emulation/winetricks/winetricks-20200412.ebuild
30 +++ /dev/null
31 @@ -1,93 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit desktop xdg
38 -
39 -if [[ ${PV} == "99999999" ]] ; then
40 - EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git"
41 - inherit git-r3
42 - SRC_URI=""
43 -else
44 - SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="amd64 x86"
46 -fi
47 -
48 -wtg="winetricks-gentoo-2012.11.24"
49 -
50 -SRC_URI="${SRC_URI}
51 - gtk? ( https://dev.gentoo.org/~chiitoo/distfiles/${wtg}.tar.bz2 )
52 - kde? ( https://dev.gentoo.org/~chiitoo/distfiles/${wtg}.tar.bz2 )
53 -"
54 -
55 -DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine"
56 -HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks"
57 -
58 -LICENSE="LGPL-2.1+"
59 -SLOT="0"
60 -IUSE="gtk kde rar test"
61 -RESTRICT="!test? ( test )"
62 -
63 -# dev-util/shellcheck is not available for x86
64 -RESTRICT+=" x86? ( test )"
65 -
66 -BDEPEND="
67 - test? (
68 - dev-python/bashate
69 - dev-util/checkbashisms
70 - || (
71 - dev-util/shellcheck-bin
72 - dev-util/shellcheck
73 - )
74 - )
75 -"
76 -DEPEND=""
77 -RDEPEND="${DEPEND}
78 - app-arch/cabextract
79 - app-arch/p7zip
80 - app-arch/unzip
81 - net-misc/wget
82 - virtual/wine
83 - x11-misc/xdg-utils
84 - gtk? ( gnome-extra/zenity )
85 - kde? ( kde-apps/kdialog )
86 - rar? ( app-arch/unrar )
87 -"
88 -
89 -# Test targets include syntax checks only, not the "heavy duty" tests
90 -# that would require a lot of disk space, as well as network access.
91 -
92 -# This uses a non-standard "Wine" category, which is provided by
93 -# '/etc/xdg/menus/applications-merged/wine.menu' from the
94 -# 'app-emulation/wine-desktop-common' package.
95 -# https://bugs.gentoo.org/451552
96 -QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop"
97 -
98 -src_unpack() {
99 - if [[ ${PV} == "99999999" ]]; then
100 - git-r3_src_unpack
101 -
102 - if use gtk || use kde; then
103 - unpack ${wtg}.tar.bz2
104 - fi
105 -
106 - else
107 - default
108 - fi
109 -}
110 -
111 -src_test() {
112 - ./tests/shell-checks || die "Test(s) failed."
113 -}
114 -
115 -src_install() {
116 - default
117 -
118 - if use gtk || use kde; then
119 - cd "${WORKDIR}/${wtg}" || die
120 - domenu winetricks.desktop
121 - insinto /usr/share/icons/hicolor/scalable/apps
122 - doins wine-winetricks.svg
123 - fi
124 -}