From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92CFA158086 for ; Wed, 20 Oct 2021 08:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C682E0918; Wed, 20 Oct 2021 08:55:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A4BAE0918 for ; Wed, 20 Oct 2021 08:55:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83EE334384D for ; Wed, 20 Oct 2021 08:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E03A2186 for ; Wed, 20 Oct 2021 08:18:46 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1634578368.f51a2f28cf58f67ba1fdafb9ae6be7688519f141.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/legendary/Manifest games-util/legendary/legendary-0.20.16.ebuild games-util/legendary/metadata.xml X-VCS-Directories: games-util/legendary/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f51a2f28cf58f67ba1fdafb9ae6be7688519f141 X-VCS-Branch: master Date: Wed, 20 Oct 2021 08:18:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12817786-b051-4d30-8c20-a0638e831e5d X-Archives-Hash: 051febb7ccc87faf099e7a359269ae17 commit: f51a2f28cf58f67ba1fdafb9ae6be7688519f141 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Mon Oct 18 14:31:18 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Oct 18 17:32:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f51a2f28 games-util/legendary: Version bump 0.20.16. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> games-util/legendary/Manifest | 1 + games-util/legendary/legendary-0.20.16.ebuild | 30 +++++++++++++++++++++++++++ games-util/legendary/metadata.xml | 3 +++ 3 files changed, 34 insertions(+) diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index 1ae1a18ab..f190a97a3 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,2 +1,3 @@ DIST legendary-0.20.10.tar.gz 88114 BLAKE2B a6ad8ba010b413d3b6155d5748f42656ae1077e8c01e132e03f0ff0b154895d039206e989f8d411d874801f3d378206462f4762c910456063befc97583483646 SHA512 e0366031ea501a77a2128bb30701b02df6a9160440508839874d8a448213eba95e156f6aa2dd988911c5f315ca44756c131b40363c7ccf9abcb44331fc3dba4b +DIST legendary-0.20.16.tar.gz 103162 BLAKE2B 2cc379544935fe032c4c132da4e49db646173f0b659f66d699b4da0175fee40218a7f71e677637fb0904f738572faf1c0092cc86a2b39a2b9b48f97cc3bf4bb1 SHA512 236009024767257d998508b0dd586113168a67a3dc3fe4b4df9b71df3c8d9f2e17141c782e489c5d6c5927a203d7bff2327befae3ad10215a9112b17d6415e2b DIST legendary-0.20.9.tar.gz 86250 BLAKE2B 56b0c59b87a4bae59a9e6c2bdd104867778f94dbc7abe6108fdd29175a15a5ee4b27def9f9187c12bf5db366c86702fca214659e8bd53036d161a777e78979c9 SHA512 ed634f12039c554496af863ba5f908b5ed13f17a2a1fd1b63d2a7ddc209f1f48ee6f6f3e5f07e8b8da3289cb0baeb60d182cc5e239166dbbfb372e620106b72f diff --git a/games-util/legendary/legendary-0.20.16.ebuild b/games-util/legendary/legendary-0.20.16.ebuild new file mode 100644 index 000000000..33735dfeb --- /dev/null +++ b/games-util/legendary/legendary-0.20.16.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_{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. +RDEPEND=" + $(python_gen_cond_dep ' + derrod/legendary + + Use dev-python/pywebview for the sign-in process +