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: Sat, 28 Sep 2019 05:35:24
Message-Id: 1569648901.864d21da73e16854dbb5bbf250b553cb402349f6.mgorny@gentoo
1 commit: 864d21da73e16854dbb5bbf250b553cb402349f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 05:31:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 05:35:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864d21da
7
8 games-emulation/mupen64plus: Drop old (2.5)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 games-emulation/mupen64plus/mupen64plus-2.5.ebuild | 22 ----------------------
13 1 file changed, 22 deletions(-)
14
15 diff --git a/games-emulation/mupen64plus/mupen64plus-2.5.ebuild b/games-emulation/mupen64plus/mupen64plus-2.5.ebuild
16 deleted file mode 100644
17 index ee21b07e89a..00000000000
18 --- a/games-emulation/mupen64plus/mupen64plus-2.5.ebuild
19 +++ /dev/null
20 @@ -1,22 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
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-2.5
36 - audio-sdl? ( >=games-emulation/mupen64plus-audio-sdl-2.5 )
37 - input-sdl? ( >=games-emulation/mupen64plus-input-sdl-2.5 )
38 - rsp-hle? ( >=games-emulation/mupen64plus-rsp-hle-2.5 )
39 - ui-console? ( >=games-emulation/mupen64plus-ui-console-2.5 )
40 - ui-m64py? ( >=games-emulation/m64py-0.2.3-r1 )
41 - video-glide64mk2? ( >=games-emulation/mupen64plus-video-glide64mk2-2.5 )
42 - video-rice? ( >=games-emulation/mupen64plus-video-rice-2.5 )"