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: Mon, 07 Nov 2022 04:38:22
Message-Id: 1667795839.84b68b4cbef6f06131c770800b9d01539e977ccf.tastytea@gentoo
1 commit: 84b68b4cbef6f06131c770800b9d01539e977ccf
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Nov 7 04:37:19 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Nov 7 04:37:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84b68b4c
7
8 games-util/legendary: add 0.20.31
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.31.ebuild | 28 +++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
17 index eb7c507b0..039b1e8e4 100644
18 --- a/games-util/legendary/Manifest
19 +++ b/games-util/legendary/Manifest
20 @@ -1,2 +1,3 @@
21 DIST legendary-0.20.29.tar.gz 129774 BLAKE2B d5876bfb6c8e085221d1c6eee6bf7b0d932bfb648f78eadf32dabb53af203db9081c47094171d648231ef6dd34713f0fac41dea65ce8c23565f32dfaf0efd07f SHA512 70c189b26dfb9e31bd2a8003604b047483bbc1f30eafcf30591dfea52c31dfb016df5173ae88c41b9f91b5370aaa3afc3b9ff7718533fd4003f2369fbc59c67e
22 DIST legendary-0.20.30.tar.gz 130093 BLAKE2B af1ca08d289de58ff4080a607da0d0a6261c6718061fe57e1852b97936919aef7cf3b7132730cbc1826e535a1dde8c934a6a3be3e5a3c93aa48ebf0108f84aff SHA512 3ae1be8d1aeee7a36ddfdb62b010b7096516518f6a9a264c8a1fedbc87a1e1d6b71e458996536e7e9a350e4d006e73d27cd421a34e94255958ced25e7796b62a
23 +DIST legendary-0.20.31.tar.gz 145145 BLAKE2B 3ad8bd87062a65521c4addd73a1bfd9ded05caf77526dfdf9e0c075d6d557eb5f0db35dbb367ed3d1a1a0b22d22dc9b7d7178b3d887ad5b3e2d8e1e97b7b81e7 SHA512 c4c57b8c6c2161d5df14134457da0c2236f9b88f0e4a2b02ffb910df1d9e74a6907cd3f0d0b4b81b23ed4c9991d8ef0a9d5927ecbe9138cd02998e5020cb7cfe
24
25 diff --git a/games-util/legendary/legendary-0.20.31.ebuild b/games-util/legendary/legendary-0.20.31.ebuild
26 new file mode 100644
27 index 000000000..b23539c5c
28 --- /dev/null
29 +++ b/games-util/legendary/legendary-0.20.31.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 2020-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{9..11} )
38 +DISTUTILS_SINGLE_IMPL=1
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 + webview? ( dev-python/pywebview[gtk,${PYTHON_USEDEP}] )
56 + ')
57 +"
58 +DEPEND="${RDEPEND}"