From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3DDE8158089 for ; Fri, 20 Oct 2023 21:11:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F82D2BC049; Fri, 20 Oct 2023 21:11:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52B492BC049 for ; Fri, 20 Oct 2023 21:11: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45DCB335CAF for ; Fri, 20 Oct 2023 21:10:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B99F21149 for ; Fri, 20 Oct 2023 21:10:57 +0000 (UTC) From: "Gonçalo Negrier Duarte" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gonçalo Negrier Duarte" Message-ID: <1697836248.81296165c19b97a41635a5dcdc3623c9f62d596e.gonegrier.duarte@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/ProtonUp-Qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/ProtonUp-Qt/ProtonUp-Qt-2.8.2.ebuild games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild X-VCS-Directories: games-util/ProtonUp-Qt/ X-VCS-Committer: gonegrier.duarte X-VCS-Committer-Name: Gonçalo Negrier Duarte X-VCS-Revision: 81296165c19b97a41635a5dcdc3623c9f62d596e X-VCS-Branch: dev Date: Fri, 20 Oct 2023 21:10:57 +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: 4e12ab54-7177-46fb-a026-56aff33f7d6c X-Archives-Hash: 08da58142aca355939d8a4ba3eeae0bb commit: 81296165c19b97a41635a5dcdc3623c9f62d596e Author: Gonçalo Duarte gmail com> AuthorDate: Fri Oct 20 21:08:00 2023 +0000 Commit: Gonçalo Negrier Duarte gmail com> CommitDate: Fri Oct 20 21:10:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81296165 games-util/ProtonUp-Qt: remove unneeded dependency dev-python/PyQt6 Signed-off-by: Gonçalo Duarte gmail.com> games-util/ProtonUp-Qt/ProtonUp-Qt-2.8.2.ebuild | 5 ++--- games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.8.2.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.8.2.ebuild index 2056b7f3b0..25bbae4633 100644 --- a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.8.2.ebuild +++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.8.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 _app_id=net.davidotek.pupgui2 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=(python3_{9..12}) EPYTHON=python3 @@ -21,7 +21,6 @@ SLOT="0" RDEPEND="dev-python/steam dev-python/requests dev-python/pyside6[designer(+)] - dev-python/PyQt6 dev-python/vdf dev-python/pyxdg dev-python/pyaml @@ -44,7 +43,7 @@ src_compile() { src_install() { distutils-r1_src_install domenu "${FILESDIR}/ProtonUp-Qt.desktop" - dobin "${FILESDIR}/ProtonUp-Qt" + dobin "${FILESDIR}/ProtonUp-Qt" newicon -s 64 "${WORKDIR}/${P}/share/icons/hicolor/64x64/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png newicon -s 128 "${WORKDIR}/${P}/share/icons/hicolor/128x128/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png newicon -s 256 "${WORKDIR}/${P}/share/icons/hicolor/256x256/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild index 5dd43d0a00..fe322a1732 100644 --- a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild +++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 _app_id=net.davidotek.pupgui2 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=(python3_{9..12}) EPYTHON=python3 @@ -20,7 +20,6 @@ SLOT="0" DEPEND="dev-python/steam dev-python/requests dev-python/pyside6[designer(+)] - dev-python/PyQt6 dev-python/vdf dev-python/pyxdg dev-python/pyaml @@ -38,7 +37,7 @@ src_compile() { src_install() { distutils-r1_src_install domenu "${FILESDIR}/ProtonUp-Qt.desktop" - dobin "${FILESDIR}/ProtonUp-Qt" + dobin "${FILESDIR}/ProtonUp-Qt" newicon -s 64 "${WORKDIR}/${P}/share/icons/hicolor/64x64/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png newicon -s 128 "${WORKDIR}/${P}/share/icons/hicolor/128x128/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png newicon -s 256 "${WORKDIR}/${P}/share/icons/hicolor/256x256/apps/net.davidotek.pupgui2.png" ProtonUp-Qt.png