Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-emulation/mupen64plus-qt/
Date: Thu, 29 Apr 2021 08:23:37
Message-Id: 1619650381.1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a.mgorny@gentoo
1 commit: 1c4abe5bf86c343ffff68b2a21a1c41f420a7e3a
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Wed Apr 28 22:53:01 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 28 22:53:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c4abe5b
7
8 games-emulation/mupen64plus-qt: add manifest, fix archive name
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/mupen64plus-qt/Manifest | 1 +
13 games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/games-emulation/mupen64plus-qt/Manifest b/games-emulation/mupen64plus-qt/Manifest
17 new file mode 100644
18 index 000000000..f826be1d1
19 --- /dev/null
20 +++ b/games-emulation/mupen64plus-qt/Manifest
21 @@ -0,0 +1 @@
22 +DIST mupen64plus-qt-1.14.tar.gz 573526 BLAKE2B f81681861de61db9e68eb80941e97644a2e903b221c470e981c9e7f39e3cc720f59e57a08a7d5346b99ae963d6639c275c98f6519df9a203b0aaf567e9169451 SHA512 c4260a4d01362c4aa6c921bd816dd4ea6bae03380ad461613fffdcb877c09b0f8cc7e3e954842c1dd533ffdc546086b943ddf17c3c133c0b772cf62111ca01ea
23
24 diff --git a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
25 index f1f885f7c..790fc311b 100644
26 --- a/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
27 +++ b/games-emulation/mupen64plus-qt/mupen64plus-qt-1.14.ebuild
28 @@ -7,7 +7,7 @@ inherit desktop qmake-utils
29
30 DESCRIPTION="A basic launcher for Mupen64Plus"
31 HOMEPAGE="https://github.com/dh4/mupen64plus-qt"
32 -SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz"
33 +SRC_URI="https://github.com/dh4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="BSD"
36 SLOT="0"