commit:     269fa75da4e9e514cca541f3154b5ae60da0907b
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jul  8 11:02:22 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Jul  8 11:02:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=269fa75d

games-util/legendary: add 0.20.27

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 games-util/legendary/Manifest                 |  1 +
 games-util/legendary/legendary-0.20.27.ebuild | 29 +++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index 2736aa1d9..1db029e50 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,2 +1,3 @@
 DIST legendary-0.20.25.tar.gz 127548 BLAKE2B 
7c2b10e04bfe30be01733184b07b470c8f77d5c911deee8109ce18b87b9f7d611aae5a677212c4e8c5487b2b3685a2c22c0685f481f24daabd3d1cd10ef5746c
 SHA512 
2ba8d3ebcd751201e23dccb3666e849366529c0edcc926fe6fd3216f23683aff9a396eb6e7f2d9e26961bd02cf07578e1ded95a6065460e6977e8d10f0242962
 DIST legendary-0.20.26.tar.gz 128509 BLAKE2B 
b563b607dd76e93c591868a67ed3c0299291b1387aeed59bab447db75e6ff653e2bfaf8ad976f2915f7e1fa5bc6a36183d30ea3a0e2c481987e79dc322bd2b83
 SHA512 
d1b3244437bf2f2c7efb3fd181cc6a83d197c32256bb31d9f9b0c1b8a4712814a8ad5e6f227d953cd0bc5e31dffb816f456f33d14ebbd68355f5b4d78f4e5ea0
+DIST legendary-0.20.27.tar.gz 129234 BLAKE2B 
0905cf0f7e3fe818fd19abf9ba7abcb981167d6eb8ab14d609051e9de59604e948f6929bc0daedaff682493810743977f61d0fea97c6419eefdf2ebdc3527a6d
 SHA512 
6c58abf42be732adcae0f7efe56f449a2c166154d250b8a2914fcb8c6aa1d2a6ba642cf6471a377ce91018c9da7a740d5d2eebaf6d34d1fb626f1e0db1e4e7cb

diff --git a/games-util/legendary/legendary-0.20.27.ebuild 
b/games-util/legendary/legendary-0.20.27.ebuild
new file mode 100644
index 000000000..b2c0fc341
--- /dev/null
+++ b/games-util/legendary/legendary-0.20.27.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9,10} )
+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/requests-3.0[${PYTHON_USEDEP}]
+               dev-python/wheel[${PYTHON_USEDEP}]
+               webview? ( dev-python/pywebview[gtk,${PYTHON_USEDEP}] )
+       ')
+"
+DEPEND="${RDEPEND}"

Reply via email to