public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/
Date: Tue,  6 Sep 2022 01:06:29 +0000 (UTC)	[thread overview]
Message-ID: <1662234958.5ade5053e623eb47c3d95ff5fc5bb867482ec4db.tastytea@gentoo> (raw)
Message-ID: <20220906010629.UqHsY_vdubY6mesRvGlDF9tPIaGu6jzm3SgCNwdCBwY@z> (raw)

commit:     5ade5053e623eb47c3d95ff5fc5bb867482ec4db
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Sep  3 19:55:58 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Sep  3 19:55:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ade5053

games-util/legendary: drop 0.20.25, 0.20.26

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 games-util/legendary/Manifest                 |  2 --
 games-util/legendary/legendary-0.20.25.ebuild | 30 ---------------------------
 games-util/legendary/legendary-0.20.26.ebuild | 29 --------------------------
 3 files changed, 61 deletions(-)

diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest
index e24a6a66e..c9e1fdcdd 100644
--- a/games-util/legendary/Manifest
+++ b/games-util/legendary/Manifest
@@ -1,4 +1,2 @@
-DIST legendary-0.20.25.tar.gz 127548 BLAKE2B 7c2b10e04bfe30be01733184b07b470c8f77d5c911deee8109ce18b87b9f7d611aae5a677212c4e8c5487b2b3685a2c22c0685f481f24daabd3d1cd10ef5746c SHA512 2ba8d3ebcd751201e23dccb3666e849366529c0edcc926fe6fd3216f23683aff9a396eb6e7f2d9e26961bd02cf07578e1ded95a6065460e6977e8d10f0242962
-DIST legendary-0.20.26.tar.gz 128509 BLAKE2B b563b607dd76e93c591868a67ed3c0299291b1387aeed59bab447db75e6ff653e2bfaf8ad976f2915f7e1fa5bc6a36183d30ea3a0e2c481987e79dc322bd2b83 SHA512 d1b3244437bf2f2c7efb3fd181cc6a83d197c32256bb31d9f9b0c1b8a4712814a8ad5e6f227d953cd0bc5e31dffb816f456f33d14ebbd68355f5b4d78f4e5ea0
 DIST legendary-0.20.27.tar.gz 129234 BLAKE2B 0905cf0f7e3fe818fd19abf9ba7abcb981167d6eb8ab14d609051e9de59604e948f6929bc0daedaff682493810743977f61d0fea97c6419eefdf2ebdc3527a6d SHA512 6c58abf42be732adcae0f7efe56f449a2c166154d250b8a2914fcb8c6aa1d2a6ba642cf6471a377ce91018c9da7a740d5d2eebaf6d34d1fb626f1e0db1e4e7cb
 DIST legendary-0.20.28.tar.gz 129629 BLAKE2B 652f8484eee51aaee777a24dd72a4fceb51f355904ba4c01e44e3a2e7999f08e82d4e11494a57205d221414581f87aa345a35b2fad47046914b5301d8957dc84 SHA512 55dee20075e1b71b95ec498523271830442d053abe663b2a21d6ff040f696cf31f893b8136c9de26922ad9124041cb1e9529c20f8328eb90dd0eb2d73acbc6a7

diff --git a/games-util/legendary/legendary-0.20.25.ebuild b/games-util/legendary/legendary-0.20.25.ebuild
deleted file mode 100644
index 42ccdcc71..000000000
--- a/games-util/legendary/legendary-0.20.25.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 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.26.ebuild b/games-util/legendary/legendary-0.20.26.ebuild
deleted file mode 100644
index b2c0fc341..000000000
--- a/games-util/legendary/legendary-0.20.26.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10} )
-DISTUTILS_SINGLE_IMPL=1
-
-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}"


             reply	other threads:[~2022-09-06  1:06 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-03 19:56 Ronny Gutbrod [this message]
2022-09-06  1:06 ` [gentoo-commits] repo/proj/guru:master commit in: games-util/legendary/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2024-08-02 10:42 [gentoo-commits] repo/proj/guru:dev " Jens Mühlenhoff
2024-06-23 12:58 Viorel Munteanu
2024-06-23 12:07 Ronny Gutbrod
2023-12-23 14:39 Ronny Gutbrod
2023-12-23 14:39 Ronny Gutbrod
2023-06-30 12:57 Ronny Gutbrod
2023-06-30 12:57 Ronny Gutbrod
2023-01-11 23:16 Ronny Gutbrod
2023-01-11 23:16 Ronny Gutbrod
2022-11-07  4:38 Ronny Gutbrod
2022-11-04  3:47 Ronny Gutbrod
2022-11-04  3:47 Ronny Gutbrod
2022-09-20  6:31 Ronny Gutbrod
2022-09-20  6:31 Ronny Gutbrod
2022-09-06  1:06 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-03 19:56 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-03 19:49 Ronny Gutbrod
2022-07-08 11:04 Ronny Gutbrod
2022-06-03 14:52 Ronny Gutbrod
2022-06-03 14:52 Ronny Gutbrod
2022-01-25 11:47 Ronny Gutbrod
2022-01-25 11:47 Ronny Gutbrod
2022-01-11 23:31 Ronny Gutbrod
2022-01-11 23:31 Ronny Gutbrod
2021-12-21 23:40 Ronny Gutbrod
2021-12-21 23:40 Ronny Gutbrod
2021-12-17 15:42 Ronny Gutbrod
2021-10-30  0:23 Ronny Gutbrod
2021-10-30  0:23 Ronny Gutbrod
2021-10-26 15:09 Ronny Gutbrod
2021-10-26 15:09 Ronny Gutbrod
2021-10-18 17:33 Ronny Gutbrod
2021-09-08 18:25 Ronny Gutbrod
2021-09-08 18:25 Ronny Gutbrod
2021-09-03 18:34 Ronny Gutbrod
2021-09-02 14:35 Ronny Gutbrod
2020-12-27 23:01 Ronny Gutbrod
2020-12-27 23:01 Ronny Gutbrod
2020-12-21 17:14 Ronny Gutbrod
2020-12-21 17:14 Ronny Gutbrod
2020-12-08 22:30 Ronny Gutbrod
2020-12-08 22:30 Ronny Gutbrod
2020-11-25  6:44 Ronny Gutbrod
2020-11-25  6:44 Ronny Gutbrod
2020-11-12 18:15 Ronny Gutbrod
2020-11-12 18:15 Ronny Gutbrod
2020-09-09  9:24 Ronny Gutbrod
2020-09-09  9:24 Ronny Gutbrod
2020-09-08 17:29 Ronny Gutbrod
2020-09-08 17:29 Ronny Gutbrod
2020-07-31 11:27 Ronny Gutbrod
2020-06-14 19:53 Ronny Gutbrod
2020-06-14  1:48 Ronny Gutbrod
2020-06-14  1:48 Ronny Gutbrod
2020-06-02  9:34 Ronny Gutbrod
2020-06-02  9:34 Ronny Gutbrod
2020-05-31 11:38 Ronny Gutbrod
2020-05-31 11:38 Ronny Gutbrod
2020-05-30  8:12 Ronny Gutbrod
2020-05-22 18:24 Ronny Gutbrod

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=1662234958.5ade5053e623eb47c3d95ff5fc5bb867482ec4db.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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