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: Sat, 23 May 2020 16:10:50
Message-Id: 1590171819.6134e5354b5820034d767327046bd4a147ee790a.andrewammerlaan@gentoo
1 commit: 6134e5354b5820034d767327046bd4a147ee790a
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Fri May 22 18:13:20 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri May 22 18:23:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6134e535
7
8 games-util/legendary:
9 games-util/legendary: New package.
10
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12
13 games-util/legendary/Manifest | 1 +
14 games-util/legendary/legendary-0.0.14.ebuild | 22 ++++++++++++++++++++++
15 games-util/legendary/metadata.xml | 16 ++++++++++++++++
16 3 files changed, 39 insertions(+)
17
18 diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
19 new file mode 100644
20 index 0000000..3b9072d
21 --- /dev/null
22 +++ b/games-util/legendary/Manifest
23 @@ -0,0 +1 @@
24 +DIST legendary-0.0.14.tar.gz 65153 BLAKE2B 94c3e05c36a2d472c49030bfabe2d4469880e8ee07fedc28472f69e825428f448d0b7f4c701958c34f91c00d1482bc73739ab6ce92aad6e1ae6cbde50e76541e SHA512 455b0f1d0dc61d21e3927c324afe9dc6caf36fc003d5934a83dc06b7970f8b8ff5fa884d875a0511a1e8bf86199eda4027daa94428c52bf63dfff791ceda2ddb
25
26 diff --git a/games-util/legendary/legendary-0.0.14.ebuild b/games-util/legendary/legendary-0.0.14.ebuild
27 new file mode 100644
28 index 0000000..7310e06
29 --- /dev/null
30 +++ b/games-util/legendary/legendary-0.0.14.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_8 )
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 + <dev-python/requests-3.0[${PYTHON_USEDEP}]
51 + dev-python/wheel[${PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}"
54
55 diff --git a/games-util/legendary/metadata.xml b/games-util/legendary/metadata.xml
56 new file mode 100644
57 index 0000000..c5fbf3e
58 --- /dev/null
59 +++ b/games-util/legendary/metadata.xml
60 @@ -0,0 +1,16 @@
61 +<?xml version="1.0" encoding="UTF-8"?>
62 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
63 +<pkgmetadata>
64 + <maintainer type="person">
65 + <email>gentoo@××××××××.de</email>
66 + <name>Ronny (tastytea) Gutbrod</name>
67 + </maintainer>
68 + <longdescription lang="en">
69 + Legendary is an open-source game launcher that can download and install
70 + games from the Epic Games platform on Linux and Windows. It's name is a
71 + tongue-in-cheek play on tiers of item rarity in many MMORPGs.
72 + </longdescription>
73 + <upstream>
74 + <remote-id type="github">derrod/legendary</remote-id>
75 + </upstream>
76 +</pkgmetadata>