diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-09-02 20:46:30 +0200 |
---|---|---|
committer | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2021-09-02 20:48:00 +0200 |
commit | 19a7a53dadad5634ab48e1a777185e034a69c2b2 (patch) | |
tree | 4b34bbe8151c1aee9ccbca5cb361cb0fe4325819 /games-util | |
parent | media-sound/mopidy: fix wrong dependency (diff) | |
download | guru-19a7a53dadad5634ab48e1a777185e034a69c2b2.tar.gz guru-19a7a53dadad5634ab48e1a777185e034a69c2b2.tar.bz2 guru-19a7a53dadad5634ab48e1a777185e034a69c2b2.zip |
games-util/legendary: Repalce 0.20.7 with 0.20.8.
0.20.7 was not pushed to master, so I just rename it.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/legendary/Manifest | 2 | ||||
-rw-r--r-- | games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch | 21 | ||||
-rw-r--r-- | games-util/legendary/legendary-0.20.8.ebuild (renamed from games-util/legendary/legendary-0.20.7.ebuild) | 2 |
3 files changed, 1 insertions, 24 deletions
diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index c5eeefe77..7c75b188f 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,2 +1,2 @@ DIST legendary-0.20.6.tar.gz 81331 BLAKE2B eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9 SHA512 4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce -DIST legendary-0.20.7.tar.gz 84938 BLAKE2B f1b830049b2c44c97e5019fbe47b67d34a119b258633e6dcc82fb80add30b1e013709b7f254880f8d30897d53520c8a5b46da8a5ff3bc198ab1dcc4b1f2467a5 SHA512 0a06008053e8fd731e6c7ea29d56910670cd6508acf6993666309a1d59bd479a8fdb5ad3a050a974d6bba2e8e84da54050e7cd4db38f5836205d90421d495563 +DIST legendary-0.20.8.tar.gz 86125 BLAKE2B a98571c2c8717eb0a35dc36341c3fc772bd73529144995689987c79d034bef9fa51b587096e164ab33383f7d77063bd90cf9a5e98e86d1efa4a2c6d8257625d2 SHA512 3d0bda20c4d7513163b98bc592ab0146704691de1c67ff15a23c96718f7f15f3b9abc3ffa77cabbc3a12155f1e43c62f0acb74c6e6bf757e2a0c399d03c7f5cd 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 deleted file mode 100644 index 6c07f4f09..000000000 --- a/games-util/legendary/files/legendary-0.20.7_Fix-missing-package.patch +++ /dev/null @@ -1,21 +0,0 @@ -From ea05ea255932f1b80a498093d547356bd0520dd7 Mon Sep 17 00:00:00 2001 -From: derrod <xlnedder@gmail.com> -Date: Wed, 1 Sep 2021 19:12:14 +0200 -Subject: [PATCH] Fix missing package in setup.py - ---- - setup.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/setup.py b/setup.py -index be343fd..38b315b 100644 ---- a/setup.py -+++ b/setup.py -@@ -26,6 +26,7 @@ - 'legendary', - 'legendary.api', - 'legendary.downloader', -+ 'legendary.downloader.mp', - 'legendary.lfs', - 'legendary.models', - 'legendary.utils', diff --git a/games-util/legendary/legendary-0.20.7.ebuild b/games-util/legendary/legendary-0.20.8.ebuild index 50da03057..558558dd4 100644 --- a/games-util/legendary/legendary-0.20.7.ebuild +++ b/games-util/legendary/legendary-0.20.8.ebuild @@ -17,8 +17,6 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" -PATCHES=( "${FILESDIR}/legendary-0.20.7_Fix-missing-package.patch" ) - RDEPEND=" $(python_gen_cond_dep ' <dev-python/requests-3.0[${PYTHON_USEDEP}] |