commit: c002227ab3fdf1fbf627543ea1efd3e90ae86f6c
Author: dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Wed Jan 21 22:46:50 2026 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan 21 22:53:35 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c002227a
games-util/legendary: drop 0.20.33-r2, fix PYTHON_COMPAT
webview is untested. No dev-qt/qtwebengine binaries available for my machines.
Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>
games-util/legendary/Manifest | 3 +--
games-util/legendary/legendary-0.20.33-r2.ebuild | 29 ------------------------
games-util/legendary/legendary-0.20.34-r2.ebuild | 13 ++++-------
games-util/legendary/metadata.xml | 1 +
4 files changed, 7 insertions(+), 39 deletions(-)
diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index d1389ad2e3..e1747eaef3 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,2 +1 @@
-DIST legendary-0.20.33.tar.gz 147629 BLAKE2B
bb79c69d9348251a09c851791185cfe78feeddd94ea4673c142af11745b65dae3420645d38c979e3b578b572a1aab47b95d01b8165b1c94f220e84b050ef15f8
SHA512
b81119820fe7eaee53dfc0f3dbc60ece186d3a2442c2be0395e5d2e2dd11b0b0ccc2bcbf841fa7f1ce55230c5bc62de30331ad24a1f43bd8a24d221fa3aa48a8
-DIST legendary-0.20.34.tar.gz 148218 BLAKE2B
d68e14b17024d389f382238be3482436f2b8fdc64f6500c81bd0c400fc9348ff287dd407dc60cda5c880c830b87b5d436c37a9e3319ef5f29621f00b7109e6d7
SHA512
37ad1f7478d85fe38708acce76cb933c85bd2fb342fc8367423e3eb0d314fc85cea7ff2ae48385d507ba3bc7085f813efed257ac2aa95637b4dbc1a0aec57af8
+DIST legendary-0.20.34.gh.tar.gz 148218 BLAKE2B
d68e14b17024d389f382238be3482436f2b8fdc64f6500c81bd0c400fc9348ff287dd407dc60cda5c880c830b87b5d436c37a9e3319ef5f29621f00b7109e6d7
SHA512
37ad1f7478d85fe38708acce76cb933c85bd2fb342fc8367423e3eb0d314fc85cea7ff2ae48385d507ba3bc7085f813efed257ac2aa95637b4dbc1a0aec57af8
diff --git a/games-util/legendary/legendary-0.20.33-r2.ebuild
b/games-util/legendary/legendary-0.20.33-r2.ebuild
deleted file mode 100644
index 11cc62772b..0000000000
--- a/games-util/legendary/legendary-0.20.33-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-DISTUTILS_SINGLE_IMPL=1
-inherit distutils-r1
-
-DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
-HOMEPAGE="https://github.com/derrod/legendary"
-SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="webview"
-
-# NOTE: dev-python/pywebview[qt5] is not much tested and does not function
-# correctly in some cases, according to release notes for 0.20.16.
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/filelock[${PYTHON_USEDEP}]
- <dev-python/requests-3.0[${PYTHON_USEDEP}]
- webview? ( dev-python/pywebview[gtk,${PYTHON_USEDEP}] )
- ')
-"
-DEPEND="${RDEPEND}"
diff --git a/games-util/legendary/legendary-0.20.34-r2.ebuild
b/games-util/legendary/legendary-0.20.34-r2.ebuild
index 59f754b0d8..8c0a5fff6d 100644
--- a/games-util/legendary/legendary-0.20.34-r2.ebuild
+++ b/games-util/legendary/legendary-0.20.34-r2.ebuild
@@ -1,29 +1,26 @@
-# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1
DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
-HOMEPAGE="https://github.com/derrod/legendary"
-SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://legendary.gl/ https://pypi.org/project/legendary-gl/
https://github.com/derrod/legendary"
+SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz ->
${P}.gh.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
IUSE="webview"
-# NOTE: dev-python/pywebview[qt5] is not much tested and does not function
-# correctly in some cases, according to release notes for 0.20.16.
RDEPEND="
$(python_gen_cond_dep '
dev-python/filelock[${PYTHON_USEDEP}]
<dev-python/requests-3.0[${PYTHON_USEDEP}]
- webview? ( dev-python/pywebview[gtk,${PYTHON_USEDEP}] )
+ webview? ( dev-python/pywebview[${PYTHON_USEDEP}] )
')
"
-DEPEND="${RDEPEND}"
diff --git a/games-util/legendary/metadata.xml
b/games-util/legendary/metadata.xml
index 142fe4e3b7..d0e87535a7 100644
--- a/games-util/legendary/metadata.xml
+++ b/games-util/legendary/metadata.xml
@@ -12,6 +12,7 @@
</longdescription>
<upstream>
<remote-id type="github">derrod/legendary</remote-id>
+ <remote-id type="pypi">legendary-gl</remote-id>
</upstream>
<use>
<flag name="webview">Use dev-python/pywebview for the sign-in
process</flag>