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/m64py/
Date: Mon, 01 Jan 2018 13:47:45
Message-Id: 1514814448.61d1d501c258d1957c29852eb1557a1401e4fd3c.mgorny@gentoo
1 commit: 61d1d501c258d1957c29852eb1557a1401e4fd3c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 13:33:48 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 13:47:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d1d501
7
8 games-emulation/m64py: Remove obsolete upgrade notice
9
10 games-emulation/m64py/m64py-0.2.4.ebuild | 17 +----------------
11 1 file changed, 1 insertion(+), 16 deletions(-)
12
13 diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild
14 index 67f1a08e394..f9e3dece457 100644
15 --- a/games-emulation/m64py/m64py-0.2.4.ebuild
16 +++ b/games-emulation/m64py/m64py-0.2.4.ebuild
17 @@ -5,7 +5,7 @@ EAPI=5
18
19 PYTHON_COMPAT=( python3_{4,5} )
20
21 -inherit distutils-r1 versionator xdg-utils
22 +inherit distutils-r1 xdg-utils
23
24 DESCRIPTION="A frontend for Mupen64Plus"
25 HOMEPAGE="http://m64py.sourceforge.net/"
26 @@ -34,21 +34,6 @@ _EOF_
27 pkg_postinst() {
28 xdg_desktop_database_update
29
30 - local vr
31 - for vr in ${REPLACING_VERSIONS}; do
32 - if ! version_is_at_least 0.2.1-r1 ${vr}; then
33 - ewarn
34 - ewarn "Starting with mupen64plus-2.0-r1, the plugin install path has changed."
35 - ewarn "In order for m64py to find mupen64plus, you will either need to set"
36 - ewarn "new paths in configuration dialog or remove your configuration file."
37 - ewarn "The new paths are:"
38 - ewarn
39 - ewarn " Library file: /usr/$(get_libdir)/libmupen64plus.so.2.0.0"
40 - ewarn " Plugins directory: /usr/$(get_libdir)/mupen64plus"
41 - ewarn " Data directory: /usr/share/mupen64plus"
42 - fi
43 - done
44 -
45 if ! type -P rar >/dev/null && ! type -P unrar >/dev/null; then
46 elog
47 elog "In order to gain RAR archive support, please install either app-arch/rar"