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 943F61382C5 for ; Fri, 22 May 2020 18:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C818CE08C9; Fri, 22 May 2020 18:24:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 91DFDE08C9 for ; Fri, 22 May 2020 18:24:21 +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 7763C34F02D for ; Fri, 22 May 2020 18:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1559521E for ; Fri, 22 May 2020 18:24:19 +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: <1590171819.6134e5354b5820034d767327046bd4a147ee790a.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.0.14.ebuild games-util/legendary/metadata.xml X-VCS-Directories: games-util/legendary/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 6134e5354b5820034d767327046bd4a147ee790a X-VCS-Branch: dev Date: Fri, 22 May 2020 18:24: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: a5603aa9-3159-4da3-9ff8-84161b1eae59 X-Archives-Hash: 1e47530a61e425af0a745de35ccfe841 commit: 6134e5354b5820034d767327046bd4a147ee790a Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Fri May 22 18:13:20 2020 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Fri May 22 18:23:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6134e535 games-util/legendary: games-util/legendary: New package. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> games-util/legendary/Manifest | 1 + games-util/legendary/legendary-0.0.14.ebuild | 22 ++++++++++++++++++++++ games-util/legendary/metadata.xml | 16 ++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/games-util/legendary/Manifest b/games-util/legendary/Manifest new file mode 100644 index 0000000..3b9072d --- /dev/null +++ b/games-util/legendary/Manifest @@ -0,0 +1 @@ +DIST legendary-0.0.14.tar.gz 65153 BLAKE2B 94c3e05c36a2d472c49030bfabe2d4469880e8ee07fedc28472f69e825428f448d0b7f4c701958c34f91c00d1482bc73739ab6ce92aad6e1ae6cbde50e76541e SHA512 455b0f1d0dc61d21e3927c324afe9dc6caf36fc003d5934a83dc06b7970f8b8ff5fa884d875a0511a1e8bf86199eda4027daa94428c52bf63dfff791ceda2ddb diff --git a/games-util/legendary/legendary-0.0.14.ebuild b/games-util/legendary/legendary-0.0.14.ebuild new file mode 100644 index 0000000..7310e06 --- /dev/null +++ b/games-util/legendary/legendary-0.0.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_8 ) + +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=" + + + + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + + Legendary is an open-source game launcher that can download and install + games from the Epic Games platform on Linux and Windows. It's name is a + tongue-in-cheek play on tiers of item rarity in many MMORPGs. + + + derrod/legendary + +