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 0C5D613835A for ; Thu, 12 Nov 2020 19:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F368E0928; Thu, 12 Nov 2020 19:46:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 885AAE0928 for ; Thu, 12 Nov 2020 19:46:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 77A49340E0D for ; Thu, 12 Nov 2020 19:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 953A746B for ; Thu, 12 Nov 2020 19:46:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1605204922.08ad455d9ebd15d2a2c3527a68772ceb6e1d62e4.andrewammerlaan@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.0.19-r1.ebuild X-VCS-Directories: games-util/legendary/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 08ad455d9ebd15d2a2c3527a68772ceb6e1d62e4 X-VCS-Branch: master Date: Thu, 12 Nov 2020 19:46:49 +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: a883089f-ac37-4045-a0fc-9b81e3625954 X-Archives-Hash: b621d4c86fa0b56c1f7c4d43738a9d6c commit: 08ad455d9ebd15d2a2c3527a68772ceb6e1d62e4 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu Nov 12 18:15:22 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Nov 12 18:15:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08ad455d games-util/legendary: Delete old ebuild. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> games-util/legendary/Manifest | 1 - games-util/legendary/legendary-0.0.19-r1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index e7e34a21..3a8b192f 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,3 +1,2 @@ -DIST legendary-0.0.19.tar.gz 74292 BLAKE2B 96f43e43f09f46f3b843114c661b5857aee28fbc1fd8e5098bd426260c6df3b342e040e47ef8f0f5cfc16cac5e930a5e078ba1abed9183dd82562931523737e1 SHA512 36082e9876e84c83bc3aae2b7dca782a98c47435f3196b2def2e85372a506dd73ae654756d058518d8b4fc9b3f5067ba79d56fd33f381a09bc49dfde0f57a37c DIST legendary-0.20.1.tar.gz 77140 BLAKE2B 1d29e8a1ffb4c635115596f419c20fcfc3f221a1c976fee309ebca1052c660ffb5a59eb613d9e493748ad9d1d5c80f76e09926f7c7bc357010434663f2e3940a SHA512 3f2fed9af3e700fb988276a5358a527e9e3246b37c41e74076e232a0304d0aa41b94d538220e0e47e2e7315c61af71728be436b3c8508211a031eb46d37afa31 DIST legendary-0.20.2.tar.gz 78655 BLAKE2B 56709cdc4df608225ec4b442fdc810922c391d49d5dbc0313d65097e5d4ac7002498df3a8eeb6db21818389554cf9bf20eedbe2652122766bc9a162f9e52ad15 SHA512 0d3241478b56fca9d0eef4901b87ab09b9da2d75bc70d7a4971d8581d804e96a7e686992d5e9bd8c6cd29a71b3fd958d8ffea19663b54fd2bd16f8d078dd7b0c diff --git a/games-util/legendary/legendary-0.0.19-r1.ebuild b/games-util/legendary/legendary-0.0.19-r1.ebuild deleted file mode 100644 index 609a30cf..00000000 --- a/games-util/legendary/legendary-0.0.19-r1.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 ' -