Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/
Date: Fri, 03 Jun 2022 14:52:07
Message-Id: 1654267882.d3fe31fc9b88251a440b00eed555f7aaa96a1685.tastytea@gentoo
1 commit: d3fe31fc9b88251a440b00eed555f7aaa96a1685
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri Jun 3 14:41:44 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Fri Jun 3 14:51:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3fe31fc
7
8 games-util/legendary: add 0.20.26
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 games-util/legendary/Manifest | 1 +
13 games-util/legendary/legendary-0.20.26.ebuild | 29 +++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
17 index 1c374c084..27d0a35f2 100644
18 --- a/games-util/legendary/Manifest
19 +++ b/games-util/legendary/Manifest
20 @@ -1,2 +1,3 @@
21 DIST legendary-0.20.24.tar.gz 126626 BLAKE2B 4b98f3fd271c252ae9e0bae1b1eba4149f83eb4b4e614fb27f87ac99224bd56534d68927e0dde013917425749c8803ca02ca4ed96d49b844280fe27c93b785a8 SHA512 65727c7917b3675ebd6d2fc91c8f01cd7d32fff21d1bb9b0280c18a4e78e548b92796785647f4576bf44b33af2c8adab0e9b9f631c5e20b7346721c92dab885f
22 DIST legendary-0.20.25.tar.gz 127548 BLAKE2B 7c2b10e04bfe30be01733184b07b470c8f77d5c911deee8109ce18b87b9f7d611aae5a677212c4e8c5487b2b3685a2c22c0685f481f24daabd3d1cd10ef5746c SHA512 2ba8d3ebcd751201e23dccb3666e849366529c0edcc926fe6fd3216f23683aff9a396eb6e7f2d9e26961bd02cf07578e1ded95a6065460e6977e8d10f0242962
23 +DIST legendary-0.20.26.tar.gz 128509 BLAKE2B b563b607dd76e93c591868a67ed3c0299291b1387aeed59bab447db75e6ff653e2bfaf8ad976f2915f7e1fa5bc6a36183d30ea3a0e2c481987e79dc322bd2b83 SHA512 d1b3244437bf2f2c7efb3fd181cc6a83d197c32256bb31d9f9b0c1b8a4712814a8ad5e6f227d953cd0bc5e31dffb816f456f33d14ebbd68355f5b4d78f4e5ea0
24
25 diff --git a/games-util/legendary/legendary-0.20.26.ebuild b/games-util/legendary/legendary-0.20.26.ebuild
26 new file mode 100644
27 index 000000000..b2c0fc341
28 --- /dev/null
29 +++ b/games-util/legendary/legendary-0.20.26.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 2020-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{9,10} )
37 +DISTUTILS_SINGLE_IMPL=1
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
42 +HOMEPAGE="https://github.com/derrod/legendary"
43 +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE="webview"
49 +
50 +# NOTE: dev-python/pywebview[qt5] is not much tested and does not function
51 +# correctly in some cases, according to release notes for 0.20.16.
52 +RDEPEND="
53 + $(python_gen_cond_dep '
54 + <dev-python/requests-3.0[${PYTHON_USEDEP}]
55 + dev-python/wheel[${PYTHON_USEDEP}]
56 + webview? ( dev-python/pywebview[gtk,${PYTHON_USEDEP}] )
57 + ')
58 +"
59 +DEPEND="${RDEPEND}"