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 E941413835B for ; Fri, 11 Sep 2020 16:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC74E07FA; Fri, 11 Sep 2020 16:51:23 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA2E4E07FA for ; Fri, 11 Sep 2020 16:51:22 +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 3A06A33D3C5 for ; Fri, 11 Sep 2020 16:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F56F33F for ; Fri, 11 Sep 2020 16:51:19 +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: <1599585954.eca7d75f5118803e917550a6303ff549d55da904.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.20.0.ebuild X-VCS-Directories: games-util/legendary/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: eca7d75f5118803e917550a6303ff549d55da904 X-VCS-Branch: master Date: Fri, 11 Sep 2020 16:51:19 +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: 1531522f-c88e-4c0b-8211-268cf0721644 X-Archives-Hash: 3954a498246d91486e934263117fd992 commit: eca7d75f5118803e917550a6303ff549d55da904 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Tue Sep 8 17:25:54 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Sep 8 17:25:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eca7d75f games-util/legendary: Version bump 0.20.0. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> games-util/legendary/Manifest | 1 + games-util/legendary/legendary-0.20.0.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest index f58a212b..9fb85374 100644 --- a/games-util/legendary/Manifest +++ b/games-util/legendary/Manifest @@ -1,2 +1,3 @@ DIST legendary-0.0.18.tar.gz 73881 BLAKE2B de0f02a0691e1b7986793cfc67154122f8eef9a7de0ec416602cf1ea9d2257af8439ab77eb2cdee25fedb72196d9ccee9bf3de788e15c80950174c3ff6520c5f SHA512 71a7b67420cca0063b05e59c33eeab8f7b9e884799b7e021e34a19faf2c7bab5fd6c4c9d928957dd141814e1e42317e1e0e146a1f5123e77664a4ad93e0b420b DIST legendary-0.0.19.tar.gz 74292 BLAKE2B 96f43e43f09f46f3b843114c661b5857aee28fbc1fd8e5098bd426260c6df3b342e040e47ef8f0f5cfc16cac5e930a5e078ba1abed9183dd82562931523737e1 SHA512 36082e9876e84c83bc3aae2b7dca782a98c47435f3196b2def2e85372a506dd73ae654756d058518d8b4fc9b3f5067ba79d56fd33f381a09bc49dfde0f57a37c +DIST legendary-0.20.0.tar.gz 76734 BLAKE2B 8c6554b73d6103a2f7b2a99f8a2ea758e2e4f723f6d50f748207f01ea81062276b814b31683b3f9bee40f857e160d14a8d67df83fa403355b6865d1cda503be1 SHA512 08a3f1f6c1f56953b603bf25eb279f7066c611a2ed43e6796521441afcda0ea472afa9e2364c8c193a35b4987f47c074d9d653fd4a481989c96326f1d50bef59 diff --git a/games-util/legendary/legendary-0.20.0.ebuild b/games-util/legendary/legendary-0.20.0.ebuild new file mode 100644 index 00000000..609a30cf --- /dev/null +++ b/games-util/legendary/legendary-0.20.0.ebuild @@ -0,0 +1,25 @@ +# 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 ' +