Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/
Date: Fri, 10 Sep 2021 10:45:31
Message-Id: 1631124762.279db521a10483caa4d9df075e0f02f37488f1e3.arthurzam@gentoo
1 commit: 279db521a10483caa4d9df075e0f02f37488f1e3
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Sep 8 11:16:01 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 18:12:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=279db521
7
8 games-util/legendary: Version bump 0.20.10.
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.10.ebuild | 26 ++++++++++++++++++++++++++
14 2 files changed, 27 insertions(+)
15
16 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
17 index 541bf361d..321c74656 100644
18 --- a/games-util/legendary/Manifest
19 +++ b/games-util/legendary/Manifest
20 @@ -1,2 +1,3 @@
21 +DIST legendary-0.20.10.tar.gz 88114 BLAKE2B a6ad8ba010b413d3b6155d5748f42656ae1077e8c01e132e03f0ff0b154895d039206e989f8d411d874801f3d378206462f4762c910456063befc97583483646 SHA512 e0366031ea501a77a2128bb30701b02df6a9160440508839874d8a448213eba95e156f6aa2dd988911c5f315ca44756c131b40363c7ccf9abcb44331fc3dba4b
22 DIST legendary-0.20.6.tar.gz 81331 BLAKE2B eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9 SHA512 4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce
23 DIST legendary-0.20.9.tar.gz 86250 BLAKE2B 56b0c59b87a4bae59a9e6c2bdd104867778f94dbc7abe6108fdd29175a15a5ee4b27def9f9187c12bf5db366c86702fca214659e8bd53036d161a777e78979c9 SHA512 ed634f12039c554496af863ba5f908b5ed13f17a2a1fd1b63d2a7ddc209f1f48ee6f6f3e5f07e8b8da3289cb0baeb60d182cc5e239166dbbfb372e620106b72f
24
25 diff --git a/games-util/legendary/legendary-0.20.10.ebuild b/games-util/legendary/legendary-0.20.10.ebuild
26 new file mode 100644
27 index 000000000..0e5e6a02d
28 --- /dev/null
29 +++ b/games-util/legendary/legendary-0.20.10.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 2020-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8,9,10} )
37 +DISTUTILS_SINGLE_IMPL=1
38 +DISTUTILS_USE_SETUPTOOLS="bdepend"
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
43 +HOMEPAGE="https://github.com/derrod/legendary"
44 +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 +
46 +LICENSE="GPL-3+"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +
50 +RDEPEND="
51 + $(python_gen_cond_dep '
52 + <dev-python/requests-3.0[${PYTHON_USEDEP}]
53 + dev-python/wheel[${PYTHON_USEDEP}]
54 + ')
55 +"
56 +DEPEND="${RDEPEND}"