diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-01 14:33:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-01 14:47:28 +0100 |
commit | 61d1d501c258d1957c29852eb1557a1401e4fd3c (patch) | |
tree | d127731b44677883a6c362d60f01f20a12892034 /games-emulation | |
parent | games-emulation/m64py: Regenerate .desktop cache (diff) | |
download | gentoo-61d1d501c258d1957c29852eb1557a1401e4fd3c.tar.gz gentoo-61d1d501c258d1957c29852eb1557a1401e4fd3c.tar.bz2 gentoo-61d1d501c258d1957c29852eb1557a1401e4fd3c.zip |
games-emulation/m64py: Remove obsolete upgrade notice
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/m64py/m64py-0.2.4.ebuild | 17 |
1 files changed, 1 insertions, 16 deletions
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" |