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, 22 Dec 2020 13:06:54
Message-Id: 1608570757.e810c37367d53233075894fee035fc7470fe2629.andrewammerlaan@gentoo
1 commit: e810c37367d53233075894fee035fc7470fe2629
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Mon Dec 21 17:12:37 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Dec 21 17:12:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e810c373
7
8 games-util/legendary: Remove old ebuild.
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.20.3.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
17 index 7ac92ec7..32282168 100644
18 --- a/games-util/legendary/Manifest
19 +++ b/games-util/legendary/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST legendary-0.20.3.tar.gz 78618 BLAKE2B 5d779364b07eb949d392c808e1a4034a7516a0bbb7b5db0c01a07bdcaa0228040f169f817a99921e90749a3f331cad88037ae9881350c2bc0d12669520d1fbd7 SHA512 59c4189cc5cf6d4524acba8454defd89bdb66e3386d42e6d9604f6a38e9108e0ae03ec0e8fce8a181f3b4328cc24dadef2718d97290c2472544a0b124b1ffc9e
22 DIST legendary-0.20.4.tar.gz 79394 BLAKE2B 7b4279e7beefc785bf331047cbdd01ef5005630594620665d7ef33e46b728b7d287008c4f92ca1af44ba8fc8442265f50c902aa034c02ec974bd9a219b4cc148 SHA512 13e819a630d21932295c7890b37d249f4c26b9518c86e884a747d742397dc1551190d91efe670139779da961fb52d186a65c52aa5d007eece145ce5701fbaf26
23 DIST legendary-0.20.5.tar.gz 81244 BLAKE2B a1d0747bf0d5dd81341453038ef29b4ec78b5fa0e4cb8f40118b99391909f0d1a519490046276c6cb65f97a665216432458b049cfed32e2c5b5cb17feb957627 SHA512 8b5055ab63a822baa030dfea9da810aafae66cc5b16dd8e220fc7cc4d95945174031dccc355b1253554e0fac8bee13cd133ce4e2158ba2ca2521ed27c1b20541
24
25 diff --git a/games-util/legendary/legendary-0.20.3.ebuild b/games-util/legendary/legendary-0.20.3.ebuild
26 deleted file mode 100644
27 index 609a30cf..00000000
28 --- a/games-util/legendary/legendary-0.20.3.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
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,9} )
37 -DISTUTILS_SINGLE_IMPL=1
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A free and open-source replacement for the Epic Games Launcher"
42 -HOMEPAGE="https://github.com/derrod/legendary"
43 -SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3+"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -
49 -RDEPEND="
50 - $(python_gen_cond_dep '
51 - <dev-python/requests-3.0[${PYTHON_USEDEP}]
52 - dev-python/wheel[${PYTHON_USEDEP}]
53 - ')
54 -"
55 -DEPEND="${RDEPEND}"