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 ACA4F1580B2 for ; Thu, 2 Sep 2021 14:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB7C3E0A44; Thu, 2 Sep 2021 14:35:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0A37E0A44 for ; Thu, 2 Sep 2021 14:35:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B5E633BE32 for ; Thu, 2 Sep 2021 14:35:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0681198 for ; Thu, 2 Sep 2021 14:35:16 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1630593273.65e339e154f717ce568c3d35939e871662d6417d.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/legendary/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/legendary/Manifest games-util/legendary/legendary-0.20.5.ebuild X-VCS-Directories: games-util/legendary/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 65e339e154f717ce568c3d35939e871662d6417d X-VCS-Branch: dev Date: Thu, 2 Sep 2021 14:35:16 +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: 4d5ef1dd-7fb1-4682-8765-b403c4625909 X-Archives-Hash: a8acd5039fec883cd212d62952255f5b commit: 65e339e154f717ce568c3d35939e871662d6417d Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Sep 2 14:34:33 2021 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Thu Sep 2 14:34:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65e339e1 games-util/legendary: Remove old ebuild. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> games-util/legendary/Manifest | 1 - games-util/legendary/legendary-0.20.5.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index a73e152a4..c5eeefe77 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,3 +1,2 @@ -DIST legendary-0.20.5.tar.gz 81244 BLAKE2B a1d0747bf0d5dd81341453038ef29b4ec78b5fa0e4cb8f40118b99391909f0d1a519490046276c6cb65f97a665216432458b049cfed32e2c5b5cb17feb957627 SHA512 8b5055ab63a822baa030dfea9da810aafae66cc5b16dd8e220fc7cc4d95945174031dccc355b1253554e0fac8bee13cd133ce4e2158ba2ca2521ed27c1b20541 DIST legendary-0.20.6.tar.gz 81331 BLAKE2B eda64a90c3882ed45e36efbb15170777d20902938c3c7dc0688f2ad3808ed3fdc583a809021a6bc4ac39f67fd00da7160377f418cf071974106a5faedfc352d9 SHA512 4caf5fe52d087559ef529040ee60034a03b53e0427dcb054cc840713737a6d0f235c779d5019aab9467264b9507042a24f57e1a90231d71c0037064714a745ce DIST legendary-0.20.7.tar.gz 84938 BLAKE2B f1b830049b2c44c97e5019fbe47b67d34a119b258633e6dcc82fb80add30b1e013709b7f254880f8d30897d53520c8a5b46da8a5ff3bc198ab1dcc4b1f2467a5 SHA512 0a06008053e8fd731e6c7ea29d56910670cd6508acf6993666309a1d59bd479a8fdb5ad3a050a974d6bba2e8e84da54050e7cd4db38f5836205d90421d495563 diff --git a/games-util/legendary/legendary-0.20.5.ebuild b/games-util/legendary/legendary-0.20.5.ebuild deleted file mode 100644 index 609a30cf2..000000000 --- a/games-util/legendary/legendary-0.20.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) -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" - -RDEPEND=" - $(python_gen_cond_dep ' -