public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/
Date: Wed, 20 Oct 2021 08:18:46 +0000 (UTC)	[thread overview]
Message-ID: <1634578368.f51a2f28cf58f67ba1fdafb9ae6be7688519f141.flow@gentoo> (raw)

commit:     f51a2f28cf58f67ba1fdafb9ae6be7688519f141
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Oct 18 14:31:18 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <gentoo <AT> 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 '
+		<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
index c5fbf3e23..4c8cc9bb4 100644
--- a/games-util/legendary/metadata.xml
+++ b/games-util/legendary/metadata.xml
@@ -13,4 +13,7 @@
 	<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>


             reply	other threads:[~2021-10-20  8:55 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-20  8:18 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-02 13:13 [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/ David Roman
2024-06-25  9:52 David Roman
2024-06-25  9:52 David Roman
2023-12-26 19:23 David Roman
2023-12-26 19:23 David Roman
2023-07-01 18:15 Haelwenn Monnier
2023-07-01 18:15 Haelwenn Monnier
2023-01-12 10:38 Florian Schmaus
2023-01-12 10:38 Florian Schmaus
2022-11-04 14:38 Arthur Zamarin
2022-11-04 14:38 Arthur Zamarin
2022-09-21 19:44 Florian Schmaus
2022-09-21 19:44 Florian Schmaus
2022-09-06  1:06 Ronny Gutbrod
2022-09-03 19:56 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-06  1:06 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-03 19:49 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-06  1:06 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-07-11  6:54 Andrew Ammerlaan
2022-01-12 15:20 Florian Schmaus
2022-01-12 15:20 Florian Schmaus
2021-09-10 10:45 Arthur Zamarin
2021-09-10 10:45 Arthur Zamarin
2020-12-22 13:06 Andrew Ammerlaan
2020-12-22 13:06 Andrew Ammerlaan
2020-12-09 14:14 Andrew Ammerlaan
2020-12-09 14:14 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-26 12:10 Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-09-11 16:51 Andrew Ammerlaan
2020-07-31 12:03 Andrew Ammerlaan
2020-06-14 20:12 Andrew Ammerlaan
2020-06-14 10:39 Andrew Ammerlaan
2020-06-14 10:39 Andrew Ammerlaan
2020-06-02 17:07 Andrew Ammerlaan
2020-06-02 17:07 Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-31 17:00 Andrew Ammerlaan
2020-05-23 16:10 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1634578368.f51a2f28cf58f67ba1fdafb9ae6be7688519f141.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox