diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-12 21:03:09 +0000 |
| commit | d97953e6ff67978da9554e7b4601aedceb21e215 (patch) | |
| tree | 674053c902db6972b9716c9ac3b1e960ee7a5358 /games-util/legendary | |
| parent | 1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff) | |
| download | baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip | |
Adding metadata
Diffstat (limited to 'games-util/legendary')
| -rw-r--r-- | games-util/legendary/Manifest | 2 | ||||
| -rw-r--r-- | games-util/legendary/legendary-0.20.24.ebuild | 30 | ||||
| -rw-r--r-- | games-util/legendary/legendary-0.20.25.ebuild | 30 | ||||
| -rw-r--r-- | games-util/legendary/metadata.xml | 19 |
4 files changed, 81 insertions, 0 deletions
diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest new file mode 100644 index 000000000000..1c374c08430b --- /dev/null +++ b/games-util/legendary/Manifest @@ -0,0 +1,2 @@ +DIST legendary-0.20.24.tar.gz 126626 BLAKE2B 4b98f3fd271c252ae9e0bae1b1eba4149f83eb4b4e614fb27f87ac99224bd56534d68927e0dde013917425749c8803ca02ca4ed96d49b844280fe27c93b785a8 SHA512 65727c7917b3675ebd6d2fc91c8f01cd7d32fff21d1bb9b0280c18a4e78e548b92796785647f4576bf44b33af2c8adab0e9b9f631c5e20b7346721c92dab885f +DIST legendary-0.20.25.tar.gz 127548 BLAKE2B 7c2b10e04bfe30be01733184b07b470c8f77d5c911deee8109ce18b87b9f7d611aae5a677212c4e8c5487b2b3685a2c22c0685f481f24daabd3d1cd10ef5746c SHA512 2ba8d3ebcd751201e23dccb3666e849366529c0edcc926fe6fd3216f23683aff9a396eb6e7f2d9e26961bd02cf07578e1ded95a6065460e6977e8d10f0242962 diff --git a/games-util/legendary/legendary-0.20.24.ebuild b/games-util/legendary/legendary-0.20.24.ebuild new file mode 100644 index 000000000000..711515992b64 --- /dev/null +++ b/games-util/legendary/legendary-0.20.24.ebuild @@ -0,0 +1,30 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_SETUPTOOLS="bdepend" + +inherit distutils-r1 + +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher" +HOMEPAGE="https://github.com/derrod/legendary" +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="webview" + +# NOTE: dev-python/pywebview[qt5] is not much tested and does not function +# correctly in some cases, according to release notes for 0.20.16. +RDEPEND=" + $(python_gen_cond_dep ' + <dev-python/requests-3.0[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + webview? ( dev-python/pywebview[gtk,${PYTHON_USEDEP}] ) + ') +" +DEPEND="${RDEPEND}" diff --git a/games-util/legendary/legendary-0.20.25.ebuild b/games-util/legendary/legendary-0.20.25.ebuild new file mode 100644 index 000000000000..711515992b64 --- /dev/null +++ b/games-util/legendary/legendary-0.20.25.ebuild @@ -0,0 +1,30 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_SETUPTOOLS="bdepend" + +inherit distutils-r1 + +DESCRIPTION="A free and open-source replacement for the Epic Games Launcher" +HOMEPAGE="https://github.com/derrod/legendary" +SRC_URI="https://github.com/derrod/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="webview" + +# NOTE: dev-python/pywebview[qt5] is not much tested and does not function +# correctly in some cases, according to release notes for 0.20.16. +RDEPEND=" + $(python_gen_cond_dep ' + <dev-python/requests-3.0[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] + webview? ( dev-python/pywebview[gtk,${PYTHON_USEDEP}] ) + ') +" +DEPEND="${RDEPEND}" diff --git a/games-util/legendary/metadata.xml b/games-util/legendary/metadata.xml new file mode 100644 index 000000000000..4c8cc9bb42cc --- /dev/null +++ b/games-util/legendary/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@tastytea.de</email> + <name>Ronny (tastytea) Gutbrod</name> + </maintainer> + <longdescription lang="en"> + Legendary is an open-source game launcher that can download and install + games from the Epic Games platform on Linux and Windows. It's name is a + tongue-in-cheek play on tiers of item rarity in many MMORPGs. + </longdescription> + <upstream> + <remote-id type="github">derrod/legendary</remote-id> + </upstream> + <use> + <flag name="webview">Use dev-python/pywebview for the sign-in process</flag> + </use> +</pkgmetadata> |
