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/
Date: Wed, 09 Sep 2020 09:24:24
Message-Id: 1599643429.889df21f0e1d299e038001e31dc6cbedbf8353f7.tastytea@gentoo
1 commit: 889df21f0e1d299e038001e31dc6cbedbf8353f7
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Wed Sep 9 09:22:16 2020 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Sep 9 09:23:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=889df21f
7
8 games-util/legendary: Delete 0.20.0.
9
10 It is broken, <https://github.com/derrod/legendary/releases/tag/0.20.1>.
11
12 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
13
14 games-util/legendary/Manifest | 1 -
15 games-util/legendary/legendary-0.20.0.ebuild | 25 -------------------------
16 2 files changed, 26 deletions(-)
17
18 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
19 index e6dea1a7..a818b1f2 100644
20 --- a/games-util/legendary/Manifest
21 +++ b/games-util/legendary/Manifest
22 @@ -1,3 +1,2 @@
23 DIST legendary-0.0.19.tar.gz 74292 BLAKE2B 96f43e43f09f46f3b843114c661b5857aee28fbc1fd8e5098bd426260c6df3b342e040e47ef8f0f5cfc16cac5e930a5e078ba1abed9183dd82562931523737e1 SHA512 36082e9876e84c83bc3aae2b7dca782a98c47435f3196b2def2e85372a506dd73ae654756d058518d8b4fc9b3f5067ba79d56fd33f381a09bc49dfde0f57a37c
24 -DIST legendary-0.20.0.tar.gz 76734 BLAKE2B 8c6554b73d6103a2f7b2a99f8a2ea758e2e4f723f6d50f748207f01ea81062276b814b31683b3f9bee40f857e160d14a8d67df83fa403355b6865d1cda503be1 SHA512 08a3f1f6c1f56953b603bf25eb279f7066c611a2ed43e6796521441afcda0ea472afa9e2364c8c193a35b4987f47c074d9d653fd4a481989c96326f1d50bef59
25 DIST legendary-0.20.1.tar.gz 77140 BLAKE2B 1d29e8a1ffb4c635115596f419c20fcfc3f221a1c976fee309ebca1052c660ffb5a59eb613d9e493748ad9d1d5c80f76e09926f7c7bc357010434663f2e3940a SHA512 3f2fed9af3e700fb988276a5358a527e9e3246b37c41e74076e232a0304d0aa41b94d538220e0e47e2e7315c61af71728be436b3c8508211a031eb46d37afa31
26
27 diff --git a/games-util/legendary/legendary-0.20.0.ebuild b/games-util/legendary/legendary-0.20.0.ebuild
28 deleted file mode 100644
29 index 609a30cf..00000000
30 --- a/games-util/legendary/legendary-0.20.0.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -PYTHON_COMPAT=( python3_{8,9} )
39 -DISTUTILS_SINGLE_IMPL=1
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
44 -HOMEPAGE="https://github.com/derrod/legendary"
45 -SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-3+"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -RDEPEND="
52 - $(python_gen_cond_dep '
53 - <dev-python/requests-3.0[${PYTHON_USEDEP}]
54 - dev-python/wheel[${PYTHON_USEDEP}]
55 - ')
56 -"
57 -DEPEND="${RDEPEND}"