From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FB2115807A for ; Sat, 07 Jun 2025 15:57:04 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 016F734314F for ; Sat, 07 Jun 2025 15:57:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3D3171103C1; Sat, 07 Jun 2025 15:57:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 34D531103C1 for ; Sat, 07 Jun 2025 15:57:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1B4434300C for ; Sat, 07 Jun 2025 15:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 468CF265C for ; Sat, 07 Jun 2025 15:56:58 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1749311791.65bd8a90eb02e39eebc0e16742fcff6eee62eec0.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/winetricks/winetricks-20250102-r1.ebuild app-emulation/winetricks/winetricks-99999999.ebuild X-VCS-Directories: app-emulation/winetricks/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 65bd8a90eb02e39eebc0e16742fcff6eee62eec0 X-VCS-Branch: master Date: Sat, 07 Jun 2025 15:56:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f97575cc-eb30-47c0-bc6d-75a8bdf8b499 X-Archives-Hash: ccd8d3b639d08d5996246585df21a1c3 commit: 65bd8a90eb02e39eebc0e16742fcff6eee62eec0 Author: Jimi Huotari gentoo org> AuthorDate: Sat Jun 7 15:41:21 2025 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sat Jun 7 15:56:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bd8a90 app-emulation/winetricks: add 'app-arch/7zip' as an alternative Also silence a couple of 'pkgcheck' messages related to variable use. Closes: https://bugs.gentoo.org/954141 Signed-off-by: Jimi Huotari gentoo.org> ...ricks-99999999.ebuild => winetricks-20250102-r1.ebuild} | 14 ++++++++------ app-emulation/winetricks/winetricks-99999999.ebuild | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-20250102-r1.ebuild similarity index 94% copy from app-emulation/winetricks/winetricks-99999999.ebuild copy to app-emulation/winetricks/winetricks-20250102-r1.ebuild index 1a7b9025d53b..cf2af490e70c 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-20250102-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,10 +6,12 @@ EAPI=8 WTG="winetricks-gentoo-2012.11.24" inherit xdg +DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" +HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks" + if [[ ${PV} == *99999999* ]] ; then EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git" inherit git-r3 - SRC_URI="" else SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" @@ -17,9 +19,6 @@ fi SRC_URI+=" gui? ( https://dev.gentoo.org/~chiitoo/distfiles/${WTG}.tar.bz2 )" -DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" -HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks" - LICENSE="LGPL-2.1+" SLOT="0" IUSE="gui rar test" @@ -40,7 +39,10 @@ BDEPEND=" " RDEPEND=" app-arch/cabextract - app-arch/p7zip + || ( + >=app-arch/7zip-24.09[symlink(+)] + app-arch/p7zip + ) app-arch/unzip net-misc/wget virtual/wine diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild index 1a7b9025d53b..cf2af490e70c 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,10 +6,12 @@ EAPI=8 WTG="winetricks-gentoo-2012.11.24" inherit xdg +DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" +HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks" + if [[ ${PV} == *99999999* ]] ; then EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git" inherit git-r3 - SRC_URI="" else SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" @@ -17,9 +19,6 @@ fi SRC_URI+=" gui? ( https://dev.gentoo.org/~chiitoo/distfiles/${WTG}.tar.bz2 )" -DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" -HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks" - LICENSE="LGPL-2.1+" SLOT="0" IUSE="gui rar test" @@ -40,7 +39,10 @@ BDEPEND=" " RDEPEND=" app-arch/cabextract - app-arch/p7zip + || ( + >=app-arch/7zip-24.09[symlink(+)] + app-arch/p7zip + ) app-arch/unzip net-misc/wget virtual/wine