games-emulation/m64py: Remove obsolete upgrade notice
authorMichał Górny <mgorny@gentoo.org>
Mon, 1 Jan 2018 13:33:48 +0000 (14:33 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 1 Jan 2018 13:47:28 +0000 (14:47 +0100)
games-emulation/m64py/m64py-0.2.4.ebuild

index 67f1a08e3940b586ce38e0e2d8d4dd2648071293..f9e3dece4570adf2e95c1be898e27cd57769e328 100644 (file)
@@ -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"