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 093951382C5 for ; Wed, 28 Apr 2021 22:54:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46A96E086D; Wed, 28 Apr 2021 22:54:04 +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 ED1EEE086D for ; Wed, 28 Apr 2021 22:54:03 +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 59581340FE5 for ; Wed, 28 Apr 2021 22:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4A5F59C for ; Wed, 28 Apr 2021 22:54:00 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1619650381.1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: 1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a X-VCS-Branch: dev Date: Wed, 28 Apr 2021 22:54:00 +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: cc9aac3a-3a5d-4136-bfe4-fcbd0d53790e X-Archives-Hash: 3e3b8ec932151e54eab03631abea88b3 commit: 1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a Author: Samuel Bauer yahoo fr> AuthorDate: Wed Apr 28 22:53:01 2021 +0000 Commit: Samuel Bauer yahoo fr> 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"