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/, games-util/legendary/files/
Date: Thu, 02 Sep 2021 18:48:28
Message-Id: 1630608480.19a7a53dadad5634ab48e1a777185e034a69c2b2.tastytea@gentoo
1 commit: 19a7a53dadad5634ab48e1a777185e034a69c2b2
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Thu Sep 2 18:46:30 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Sep 2 18:48:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19a7a53d
7
8 games-util/legendary: Repalce 0.20.7 with 0.20.8.
9
10 0.20.7 was not pushed to master, so I just rename it.
11
12 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
13
14 games-util/legendary/Manifest | 2 +-
15 .../legendary-0.20.7_Fix-missing-package.patch | 21 ---------------------
16 ...endary-0.20.7.ebuild => legendary-0.20.8.ebuild} | 2 --
17 3 files changed, 1 insertion(+), 24 deletions(-)
18
19 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
20 index c5eeefe77..7c75b188f 100644
21 --- a/games-util/legendary/Manifest
22 +++ b/games-util/legendary/Manifest
23 @@ -1,2 +1,2 @@
24 DIST legendary-0.20.6.tar.gz 81331 BLAKE2B eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9 SHA512 4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce
25 -DIST legendary-0.20.7.tar.gz 84938 BLAKE2B f1b830049b2c44c97e5019fbe47b67d34a119b258633e6dcc82fb80add30b1e013709b7f254880f8d30897d53520c8a5b46da8a5ff3bc198ab1dcc4b1f2467a5 SHA512 0a06008053e8fd731e6c7ea29d56910670cd6508acf6993666309a1d59bd479a8fdb5ad3a050a974d6bba2e8e84da54050e7cd4db38f5836205d90421d495563
26 +DIST legendary-0.20.8.tar.gz 86125 BLAKE2B a98571c2c8717eb0a35dc36341c3fc772bd73529144995689987c79d034bef9fa51b587096e164ab33383f7d77063bd90cf9a5e98e86d1efa4a2c6d8257625d2 SHA512 3d0bda20c4d7513163b98bc592ab0146704691de1c67ff15a23c96718f7f15f3b9abc3ffa77cabbc3a12155f1e43c62f0acb74c6e6bf757e2a0c399d03c7f5cd
27
28 diff --git a/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch b/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch
29 deleted file mode 100644
30 index 6c07f4f09..000000000
31 --- a/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch
32 +++ /dev/null
33 @@ -1,21 +0,0 @@
34 -From ea05ea255932f1b80a498093d547356bd0520dd7 Mon Sep 17 00:00:00 2001
35 -From: derrod <xlnedder@×××××.com>
36 -Date: Wed, 1 Sep 2021 19:12:14 +0200
37 -Subject: [PATCH] Fix missing package in setup.py
38 -
39 ----
40 - setup.py | 1 +
41 - 1 file changed, 1 insertion(+)
42 -
43 -diff --git a/setup.py b/setup.py
44 -index be343fd..38b315b 100644
45 ---- a/setup.py
46 -+++ b/setup.py
47 -@@ -26,6 +26,7 @@
48 - 'legendary',
49 - 'legendary.api',
50 - 'legendary.downloader',
51 -+ 'legendary.downloader.mp',
52 - 'legendary.lfs',
53 - 'legendary.models',
54 - 'legendary.utils',
55
56 diff --git a/games-util/legendary/legendary-0.20.7.ebuild b/games-util/legendary/legendary-0.20.8.ebuild
57 similarity index 89%
58 rename from games-util/legendary/legendary-0.20.7.ebuild
59 rename to games-util/legendary/legendary-0.20.8.ebuild
60 index 50da03057..558558dd4 100644
61 --- a/games-util/legendary/legendary-0.20.7.ebuild
62 +++ b/games-util/legendary/legendary-0.20.8.ebuild
63 @@ -17,8 +17,6 @@ LICENSE="GPL-3+"
64 SLOT="0"
65 KEYWORDS="~amd64"
66
67 -PATCHES=( "${FILESDIR}/legendary-0.20.7_Fix-missing-package.patch" )
68 -
69 RDEPEND="
70 $(python_gen_cond_dep '
71 <dev-python/requests-3.0[${PYTHON_USEDEP}]