commit: 5c982167249a069ab2bd23bbe31b8f62b15e24a2 Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Jan 14 11:44:03 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue Jan 14 11:47:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c982167
games-util/ProtonUp-Qt: drop 2.9.2 Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com> games-util/ProtonUp-Qt/Manifest | 1 - games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild | 53 ------------------------ games-util/ProtonUp-Qt/files/ProtonUp-Qt | 3 -- games-util/ProtonUp-Qt/files/ProtonUp-Qt.desktop | 12 ------ 4 files changed, 69 deletions(-) diff --git a/games-util/ProtonUp-Qt/Manifest b/games-util/ProtonUp-Qt/Manifest index 2f20823f8..02521d180 100644 --- a/games-util/ProtonUp-Qt/Manifest +++ b/games-util/ProtonUp-Qt/Manifest @@ -1,2 +1 @@ DIST ProtonUp-Qt-2.11.1.tar.gz 944076 BLAKE2B bf2c1bd63e81b8fef15e78132b652e9b2ea44fe837ebaccd5eb12a719ef8199f013865f92dcf57e40bf5464f39d6fe7d69dc4e7eb4c5f9edc4d59d4fcace3087 SHA512 b839880656e8957c1b7d5d99a68b2809e208308ceb45df907e04bd1bd0ee24f695f79b3c7ba7c3ed12b9ed7e8106aed68afb361ff81181a556000c5717b25de7 -DIST ProtonUp-Qt-2.9.2.tar.gz 915872 BLAKE2B a644c2b29b45cf925a9692c6f0e244d9bc1f22b74ab588f328bc0c2f8e2b07a9ca31e0e61bfde33aa24745e95d13f32e05308a22a4d393adaf888390c72e1095 SHA512 27c31c9b2e41f27deb71ca6c2a6d566ccd82fb0c8496b376ebb515239922425e15dd09b7582daf0a2da6e60dacbe22eab0854c96f4d1f665df840541d2bbfed7 diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild b/games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild deleted file mode 100644 index 28faa3832..000000000 --- a/games-util/ProtonUp-Qt/ProtonUp-Qt-2.9.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=(python3_{9..12}) - -EPYTHON=python3 - -inherit distutils-r1 desktop xdg-utils - -_app_id=net.davidotek.pupgui2 - -DESCRIPTION="Install and manage GE-Proton, Luxtorpeda & more for Steam Lutris and Heroic." -HOMEPAGE="https://davidotek.github.io/protonup-qt" -SRC_URI="https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/steam - dev-python/requests - dev-python/pyside6[gui,uitools,widgets] - dev-python/vdf - dev-python/pyxdg - dev-python/pyaml - dev-python/zstandard -" -DEPEND="${RDEPEND} - dev-util/desktop-file-utils - dev-libs/appstream-glib -" - -src_compile() { - appstream-util validate-relax --nonet "share/metainfo/$_app_id.appdata.xml" - desktop-file-validate "share/applications/$_app_id.desktop" - distutils-r1_src_compile -} - -src_install() { - distutils-r1_src_install - domenu "${FILESDIR}/ProtonUp-Qt.desktop" - 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 -} - -pkg_postinst() { - xdg_icon_cache_update -} diff --git a/games-util/ProtonUp-Qt/files/ProtonUp-Qt b/games-util/ProtonUp-Qt/files/ProtonUp-Qt deleted file mode 100644 index f2b298357..000000000 --- a/games-util/ProtonUp-Qt/files/ProtonUp-Qt +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -/usr/bin/python -m pupgui2 "$@" \ No newline at end of file diff --git a/games-util/ProtonUp-Qt/files/ProtonUp-Qt.desktop b/games-util/ProtonUp-Qt/files/ProtonUp-Qt.desktop deleted file mode 100644 index 812107139..000000000 --- a/games-util/ProtonUp-Qt/files/ProtonUp-Qt.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=ProtonUp-Qt -Exec=/usr/bin/ProtonUp-Qt -Type=Application -Comment=Install Wine and Proton-based Compatibility Tools -Comment[de]=Wine und Proton Kompatibilitätstools installieren -Comment[it]=Installa tool di compatibilità basati su Wine e Proton -Comment[nl]=Installeer op Wine en Proton gebaseerde compatibiliteitshulpmiddelen -Comment[pl]=Zainstaluj narzędzia kompatybilności oparte na Wine i Protonie -Terminal=false -Icon=ProtonUp-Qt -Categories=Game;Utility; \ No newline at end of file