commit: de6870ab2e598698838b2f74424b5417dbd039bb
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 18 11:43:07 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 11:43:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6870ab
app-emulation/protontricks: add 1.6.2, drop 1.6.1
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emulation/protontricks/Manifest | 2 +-
.../{protontricks-1.6.1.ebuild => protontricks-1.6.2.ebuild} | 9 ++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/app-emulation/protontricks/Manifest
b/app-emulation/protontricks/Manifest
index 068446b056f4..70e2fc268254 100644
--- a/app-emulation/protontricks/Manifest
+++ b/app-emulation/protontricks/Manifest
@@ -1,2 +1,2 @@
DIST protontricks-1.6.0.tar.gz 61220 BLAKE2B
8a9af6f8cc134ad0e74b4c5e6c35bc8344687e65cc9811ca54402b16f723264cef8def6e733a532fd412db51d0ec63533baec52699ae994a97ecad0a25ebe847
SHA512
7276d7de1f0c18afc5c67552290888e3851bd5f073bbbf684000be66c2e65abac84b079373b120ff0ab6e4f4919caf8ee1288a2320de6c37629cb1185dfbea29
-DIST protontricks-1.6.1.tar.gz 134499 BLAKE2B
3b4dc17e608b087e53ac240008d930a8012df0c2a8f36a2adee7ca7c138e5ce1b52f59be400cae8e982711b149ce0f8c233ba594740de82616d7df0b831cf8eb
SHA512
5aebe4578e3f47476022d6a2c0e575ca6e32b7ea0f69858ce42ebd1857963664429b05825505565eef4b9c92f1d5ed640f47b4c25772ac0827ac76ddf3231e25
+DIST protontricks-1.6.2.tar.gz 137643 BLAKE2B
09e6c37291eb47224d8f7cfcb5e864c86f6ea7ddcbbd11d1d64fbd24b2eed35aacfacad72e8481d7a3c76a915727e7dd8a58e80af9d208892a434dafb4098c17
SHA512
d0acf685c0f4480360bdf9c4e6444d51262316710d1dc6b0ca612da26a56efca647e9cdc030639bcaaa929077062cfa04a024b657a9456677d751758fe7d8552
diff --git a/app-emulation/protontricks/protontricks-1.6.1.ebuild
b/app-emulation/protontricks/protontricks-1.6.2.ebuild
similarity index 89%
rename from app-emulation/protontricks/protontricks-1.6.1.ebuild
rename to app-emulation/protontricks/protontricks-1.6.2.ebuild
index 8d5b64ec1811..007fa6587fbd 100644
--- a/app-emulation/protontricks/protontricks-1.6.1.ebuild
+++ b/app-emulation/protontricks/protontricks-1.6.2.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
DESCRIPTION="app-emulation/winetricks wrapper for Proton (Steam Play) games"
HOMEPAGE="https://github.com/Matoking/protontricks"
-SRC_URI="https://github.com/Matoking/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -27,10 +27,9 @@ RDEPEND="app-emulation/winetricks
app-emulation/winetricks[kde]
)
)"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.5.0_no-setuptools-scm.patch
-)
+BDEPEND="$(python_gen_cond_dep '
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+')"
DOCS=( CHANGELOG.md README.md )