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: Tue, 02 Jun 2020 17:07:46
Message-Id: 1591090350.7d6a1eb206f59a12fc155caa79b295f40770d61e.andrewammerlaan@gentoo
1 commit: 7d6a1eb206f59a12fc155caa79b295f40770d61e
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Tue Jun 2 09:31:36 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Jun 2 09:32:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d6a1eb2
7
8 games-util/legendary: Version bump 0.0.18.
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.18.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
17 index eee81e1..eb2dbee 100644
18 --- a/games-util/legendary/Manifest
19 +++ b/games-util/legendary/Manifest
20 @@ -1,2 +1,3 @@
21 DIST legendary-0.0.15.tar.gz 71630 BLAKE2B 2cc7292c73cbc490c31796766783a60ba55be78415eac6d2d06e1df3dc108901dba99373af0504319f2467b110dded1b5bc0d898ef62977d0716369c148deaeb SHA512 60908b52b2d706e538b67a63f031e4c55ab1f9d88c84154994477eb79806b406d0ef4bae9ba431c5f854e1058f72c82d3cd3faeccef28a64fb74acf365ad8205
22 DIST legendary-0.0.17.tar.gz 72469 BLAKE2B e7f068cda589c1188068be0e9b18bfc5346d92a2a91a804faadcd856a192c2a49e00f268621573915f4502552a686702be5bdbdb23f9b062f5f4c2ab618d5b74 SHA512 4dbdb5605edbf43c1a16161436007d4d050dd7dcbfae35ace0ec03460db08f7bbe099d184af0aba0c6d8d26a592d9b3f7ea436c99c61fb9c2386211fdee02c3f
23 +DIST legendary-0.0.18.tar.gz 73881 BLAKE2B de0f02a0691e1b7986793cfc67154122f8eef9a7de0ec416602cf1ea9d2257af8439ab77eb2cdee25fedb72196d9ccee9bf3de788e15c80950174c3ff6520c5f SHA512 71a7b67420cca0063b05e59c33eeab8f7b9e884799b7e021e34a19faf2c7bab5fd6c4c9d928957dd141814e1e42317e1e0e146a1f5123e77664a4ad93e0b420b
24
25 diff --git a/games-util/legendary/legendary-0.0.18.ebuild b/games-util/legendary/legendary-0.0.18.ebuild
26 new file mode 100644
27 index 0000000..7310e06
28 --- /dev/null
29 +++ b/games-util/legendary/legendary-0.0.18.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_8 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
41 +HOMEPAGE="https://github.com/derrod/legendary"
42 +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="GPL-3+"
45 +SLOT="0"
46 +KEYWORDS="~amd64"
47 +
48 +RDEPEND="
49 + <dev-python/requests-3.0[${PYTHON_USEDEP}]
50 + dev-python/wheel[${PYTHON_USEDEP}]
51 +"
52 +DEPEND="${RDEPEND}"