From: Michał Górny Date: Mon, 1 Jan 2018 13:33:48 +0000 (+0100) Subject: games-emulation/m64py: Remove obsolete upgrade notice X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=61d1d501c258d1957c29852eb1557a1401e4fd3c;p=gentoo.git games-emulation/m64py: Remove obsolete upgrade notice --- diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild index 67f1a08e3940..f9e3dece4570 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"