Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/
Date: Sun, 31 May 2020 17:00:42
Message-Id: 1590826278.a698a963f03070d4136a7fc5c9fc590769eb0c8d.andrewammerlaan@gentoo
1 commit: a698a963f03070d4136a7fc5c9fc590769eb0c8d
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat May 30 08:10:51 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat May 30 08:11:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a698a963
7
8 games-util/legendary: Version bump 0.0.15.
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.0.15.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
17 index 3b9072d..e0fd310 100644
18 --- a/games-util/legendary/Manifest
19 +++ b/games-util/legendary/Manifest
20 @@ -1 +1,2 @@
21 DIST legendary-0.0.14.tar.gz 65153 BLAKE2B 94c3e05c36a2d472c49030bfabe2d4469880e8ee07fedc28472f69e825428f448d0b7f4c701958c34f91c00d1482bc73739ab6ce92aad6e1ae6cbde50e76541e SHA512 455b0f1d0dc61d21e3927c324afe9dc6caf36fc003d5934a83dc06b7970f8b8ff5fa884d875a0511a1e8bf86199eda4027daa94428c52bf63dfff791ceda2ddb
22 +DIST legendary-0.0.15.tar.gz 71630 BLAKE2B 2cc7292c73cbc490c31796766783a60ba55be78415eac6d2d06e1df3dc108901dba99373af0504319f2467b110dded1b5bc0d898ef62977d0716369c148deaeb SHA512 60908b52b2d706e538b67a63f031e4c55ab1f9d88c84154994477eb79806b406d0ef4bae9ba431c5f854e1058f72c82d3cd3faeccef28a64fb74acf365ad8205
23
24 diff --git a/games-util/legendary/legendary-0.0.15.ebuild b/games-util/legendary/legendary-0.0.15.ebuild
25 new file mode 100644
26 index 0000000..7310e06
27 --- /dev/null
28 +++ b/games-util/legendary/legendary-0.0.15.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_8 )
36 +
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
40 +HOMEPAGE="https://github.com/derrod/legendary"
41 +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="GPL-3+"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +
47 +RDEPEND="
48 + <dev-python/requests-3.0[${PYTHON_USEDEP}]
49 + dev-python/wheel[${PYTHON_USEDEP}]
50 +"
51 +DEPEND="${RDEPEND}"