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 0E89413835A for ; Thu, 29 Apr 2021 08:23:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE39E087F; Thu, 29 Apr 2021 08:23:36 +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 427BFE087F for ; Thu, 29 Apr 2021 08:23:36 +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 B26DA3410D9 for ; Thu, 29 Apr 2021 08:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC4CF75B for ; Thu, 29 Apr 2021 08:23:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1619650381.1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-emulation/mupen64plus-qt/Manifest games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild X-VCS-Directories: games-emulation/mupen64plus-qt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a X-VCS-Branch: master Date: Thu, 29 Apr 2021 08:23:30 +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: 6a8a40f5-732c-4d5c-aa6a-cdccc2233616 X-Archives-Hash: fd1168348996938e8c27a009ddf87c5f commit: 1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a Author: Samuel Bauer yahoo fr> AuthorDate: Wed Apr 28 22:53:01 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 28 22:53:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c4abe5b games-emulation/mupen64plus-qt: add manifest, fix archive name Signed-off-by: Samuel Bauer yahoo.fr> games-emulation/mupen64plus-qt/Manifest | 1 + games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/games-emulation/mupen64plus-qt/Manifest b/games-emulation/mupen64plus-qt/Manifest new file mode 100644 index 000000000..f826be1d1 --- /dev/null +++ b/games-emulation/mupen64plus-qt/Manifest @@ -0,0 +1 @@ +DIST mupen64plus-qt-1.14.tar.gz 573526 BLAKE2B f81681861de61db9e68eb80941e97644a2e903b221c470e981c9e7f39e3cc720f59e57a08a7d5346b99ae963d6639c275c98f6519df9a203b0aaf567e9169451 SHA512 c4260a4d01362c4aa6c921bd816dd4ea6bae03380ad461613fffdcb877c09b0f8cc7e3e954842c1dd533ffdc546086b943ddf17c3c133c0b772cf62111ca01ea diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild index f1f885f7c..790fc311b 100644 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild @@ -7,7 +7,7 @@ inherit desktop qmake-utils DESCRIPTION="A basic launcher for Mupen64Plus" HOMEPAGE="https://github.com/dh4/mupen64plus-qt" -SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz" +SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"