commit: fc7132b16c230821d2b27e92339d7814a6ae5efc
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 17:02:22 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 17:13:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7132b1
app-emulation/protontricks: remove old
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/protontricks/Manifest | 1 -
.../protontricks/protontricks-1.3.1-r1.ebuild | 48 ----------------------
2 files changed, 49 deletions(-)
diff --git a/app-emulation/protontricks/Manifest
b/app-emulation/protontricks/Manifest
index 5f50d4722eb..fe8223dd60d 100644
--- a/app-emulation/protontricks/Manifest
+++ b/app-emulation/protontricks/Manifest
@@ -1,2 +1 @@
-DIST protontricks-1.3.1.tar.gz 57784 BLAKE2B
ed013367a2cc2384e4340379e2c23999a556ed26920ad59dfd7a8f773e490ee76e253a5fe3216e651cdcdb3e225a2e394255500c611d24f6bf9029582d55bb1f
SHA512
4e33334e219db2e6679b430ee42408529478834c80c7da3b9bece4756eb27b9331d49a6a884de8a7ced5ec29d78ce831fee4cfbf6d5adcd750666b7e7a1e5607
DIST protontricks-1.4.1.tar.gz 31838 BLAKE2B
b8c94a1b96fa7df14eaf1cc6d11cb96e43ae4e8c7bd232687a50cae9c79cf2d0e7864b1af0e1dc4cc20086952e1fcefeb16cb71a9c3a977f6feafad1b17d6857
SHA512
7635c9830afa3c64617514cd86edc7d7f9f33e6e81a1da995ec8bee70adc1cf8b5d9de92036c372134e408d735615b267b46a9afc9246f14ff161cb2ee1fc8f9
diff --git a/app-emulation/protontricks/protontricks-1.3.1-r1.ebuild
b/app-emulation/protontricks/protontricks-1.3.1-r1.ebuild
deleted file mode 100644
index 69b87925ea0..00000000000
--- a/app-emulation/protontricks/protontricks-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
-
-DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"
-HOMEPAGE="https://github.com/Matoking/protontricks"
-SRC_URI="https://codeload.github.com/Matoking/${PN}/tar.gz/${PV} ->
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+gui"
-
-RDEPEND="${PYTHON_DEPS}
- app-emulation/winetricks
- $(python_gen_cond_dep '
- dev-python/vdf[${PYTHON_MULTI_USEDEP}]
- ')
- gui? ( gnome-extra/zenity
- || (
- app-emulation/winetricks[gtk]
- app-emulation/winetricks[kde]
- )
- )"
-
-DOCS=(CHANGELOG.md README.md)
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- elog
-
- if ! use gui; then
- ewarn "Please note that disabling USE=gui does *not* presently
remove the --gui command-line option,"
- ewarn "it just means using this option will fail unless
gnome-extra/zenity happens to be installed."
- ewarn
- fi
-
- elog "Protontricks can only find games for which a Proton prefix
already exists."
- elog "Make sure to run a Proton game at least once before trying to use
protontricks on it."
- elog
-}