commit: aba8b05352d1d14050b4d8a38315af6ba5792ad0 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Mon Dec 1 16:02:49 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Mon Dec 1 17:05:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba8b053
app-emulation/winetricks: remove references to unused files The 'WTG' or 'winetricks-gentoo-2012.11.24' package contains the 'svg' icon and desktop file, which have been upstream since 2017-01-18 [1], albeit the desktop file differs a little, using a standard 'Utility' category instead of 'Wine'. With that, the 'QA_DESKTOP_FILE' can also be removed. The ebuilds haven't actually been using this extra package since 2020-11-16 [2][3]. 1. https://github.com/Winetricks/winetricks/commit/894dd0c1775 2. https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c97fdbebfb 3. https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=3469965598a Bug: https://bugs.gentoo.org/451552 Bug: https://bugs.gentoo.org/749029 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> app-emulation/winetricks/winetricks-20250102-r1.ebuild | 9 --------- app-emulation/winetricks/winetricks-99999999.ebuild | 9 --------- 2 files changed, 18 deletions(-) diff --git a/app-emulation/winetricks/winetricks-20250102-r1.ebuild b/app-emulation/winetricks/winetricks-20250102-r1.ebuild index b0dc9446ccb9..9a9324024d59 100644 --- a/app-emulation/winetricks/winetricks-20250102-r1.ebuild +++ b/app-emulation/winetricks/winetricks-20250102-r1.ebuild @@ -3,7 +3,6 @@ EAPI=8 -WTG="winetricks-gentoo-2012.11.24" inherit xdg DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" @@ -17,8 +16,6 @@ else KEYWORDS="~amd64 ~x86" fi -SRC_URI+=" gui? ( https://dev.gentoo.org/~chiitoo/distfiles/${WTG}.tar.bz2 )" - LICENSE="LGPL-2.1+" SLOT="0" IUSE="gui rar" @@ -41,12 +38,6 @@ RDEPEND=" rar? ( app-arch/unrar ) " -# This uses a non-standard "Wine" category, which is provided by -# '/etc/xdg/menus/applications-merged/wine.menu' from the -# 'app-emulation/wine-desktop-common' package. -# https://bugs.gentoo.org/451552 -QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop" - src_unpack() { case ${PV} in *99999999*) git-r3_src_unpack ;& diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild index b0dc9446ccb9..9a9324024d59 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-99999999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -WTG="winetricks-gentoo-2012.11.24" inherit xdg DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" @@ -17,8 +16,6 @@ else KEYWORDS="~amd64 ~x86" fi -SRC_URI+=" gui? ( https://dev.gentoo.org/~chiitoo/distfiles/${WTG}.tar.bz2 )" - LICENSE="LGPL-2.1+" SLOT="0" IUSE="gui rar" @@ -41,12 +38,6 @@ RDEPEND=" rar? ( app-arch/unrar ) " -# This uses a non-standard "Wine" category, which is provided by -# '/etc/xdg/menus/applications-merged/wine.menu' from the -# 'app-emulation/wine-desktop-common' package. -# https://bugs.gentoo.org/451552 -QA_DESKTOP_FILE="usr/share/applications/winetricks.desktop" - src_unpack() { case ${PV} in *99999999*) git-r3_src_unpack ;&
