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