Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mupen64plus/
Date: Sun, 15 Sep 2019 09:51:43
Message-Id: 1568541078.70620b3d8d7876c2ef10d11fa26e0cb18a434a8c.mgorny@gentoo
1 commit: 70620b3d8d7876c2ef10d11fa26e0cb18a434a8c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 09:19:54 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 09:51:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70620b3d
7
8 games-emulation/mupen64plus: Bump to 2.5.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../mupen64plus/mupen64plus-2.5.9.ebuild | 22 ++++++++++++++++++++++
13 1 file changed, 22 insertions(+)
14
15 diff --git a/games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild b/games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild
16 new file mode 100644
17 index 00000000000..0f1c91b5f00
18 --- /dev/null
19 +++ b/games-emulation/mupen64plus/mupen64plus-2.5.9.ebuild
20 @@ -0,0 +1,22 @@
21 +# Copyright 1999-2019 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +DESCRIPTION="A fork of Mupen64 Nintendo 64 emulator, meta-package"
27 +HOMEPAGE="https://www.mupen64plus.org/"
28 +SRC_URI=""
29 +
30 +LICENSE="metapackage"
31 +SLOT="0"
32 +KEYWORDS="~amd64 ~x86"
33 +IUSE="+audio-sdl +input-sdl +rsp-hle +ui-console +ui-m64py +video-glide64mk2 +video-rice"
34 +
35 +RDEPEND=">=games-emulation/mupen64plus-core-${PV}
36 + audio-sdl? ( >=games-emulation/mupen64plus-audio-sdl-${PV} )
37 + input-sdl? ( >=games-emulation/mupen64plus-input-sdl-${PV} )
38 + rsp-hle? ( >=games-emulation/mupen64plus-rsp-hle-${PV} )
39 + ui-console? ( >=games-emulation/mupen64plus-ui-console-${PV} )
40 + ui-m64py? ( >=games-emulation/m64py-0.2.3-r1 )
41 + video-glide64mk2? ( >=games-emulation/mupen64plus-video-glide64mk2-${PV} )
42 + video-rice? ( >=games-emulation/mupen64plus-video-rice-${PV} )"