net-irc/quassel: Drop ancient upgrade info
authorJohannes Huber <johu@gentoo.org>
Sun, 24 Jul 2016 09:35:41 +0000 (11:35 +0200)
committerJohannes Huber <johu@gentoo.org>
Sun, 24 Jul 2016 09:35:50 +0000 (11:35 +0200)
Fixes wrong use of REPLACING_VERSIONS does not account for multiple values.

Gentoo-bug: 589492

Package-Manager: portage-2.3.0

net-irc/quassel/quassel-0.12.2-r3.ebuild
net-irc/quassel/quassel-0.12.3-r1.ebuild
net-irc/quassel/quassel-0.12.4.ebuild
net-irc/quassel/quassel-9999.ebuild

index 1878277c4ee035b66a425bfda93f84a3807a1257..9258f6558060f015102308053e6ecce48eeb6423 100644 (file)
@@ -190,18 +190,6 @@ pkg_postinst() {
                einfo "Quassel can use net-misc/oidentd package if installed on your system."
                einfo "Consider installing it if you want to run quassel within identd daemon."
        fi
-
-       # temporary info mesage
-       if use server && [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 7 ]]; then
-               echo
-               ewarn "Please note that all configuration moved from"
-               ewarn "/home/\${QUASSEL_USER}/.config/quassel-irc.org/"
-               ewarn "to: ${QUASSEL_DIR}."
-               echo
-               ewarn "For migration, stop the core, move quasselcore files (pretty much"
-               ewarn "everything apart from quasselclient.conf and settings.qss) into"
-               ewarn "new location and then start server again."
-       fi
 }
 
 pkg_config() {
index 858a026586b6798578049e8cc07af4692d341cd5..8d88d5eb3f159caf6b35c826001e23e66743f9ac 100644 (file)
@@ -189,18 +189,6 @@ pkg_postinst() {
                einfo "Quassel can use net-misc/oidentd package if installed on your system."
                einfo "Consider installing it if you want to run quassel within identd daemon."
        fi
-
-       # temporary info mesage
-       if use server && [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 7 ]]; then
-               echo
-               ewarn "Please note that all configuration moved from"
-               ewarn "/home/\${QUASSEL_USER}/.config/quassel-irc.org/"
-               ewarn "to: ${QUASSEL_DIR}."
-               echo
-               ewarn "For migration, stop the core, move quasselcore files (pretty much"
-               ewarn "everything apart from quasselclient.conf and settings.qss) into"
-               ewarn "new location and then start server again."
-       fi
 }
 
 pkg_config() {
index 858a026586b6798578049e8cc07af4692d341cd5..8d88d5eb3f159caf6b35c826001e23e66743f9ac 100644 (file)
@@ -189,18 +189,6 @@ pkg_postinst() {
                einfo "Quassel can use net-misc/oidentd package if installed on your system."
                einfo "Consider installing it if you want to run quassel within identd daemon."
        fi
-
-       # temporary info mesage
-       if use server && [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 7 ]]; then
-               echo
-               ewarn "Please note that all configuration moved from"
-               ewarn "/home/\${QUASSEL_USER}/.config/quassel-irc.org/"
-               ewarn "to: ${QUASSEL_DIR}."
-               echo
-               ewarn "For migration, stop the core, move quasselcore files (pretty much"
-               ewarn "everything apart from quasselclient.conf and settings.qss) into"
-               ewarn "new location and then start server again."
-       fi
 }
 
 pkg_config() {
index 1638c24369dd22954b6bacf11dfadf26af10f268..bd6c5581bfb7597ddf7d038cf07099f09d739c8a 100644 (file)
@@ -191,18 +191,6 @@ pkg_postinst() {
                einfo "Quassel can use net-misc/oidentd package if installed on your system."
                einfo "Consider installing it if you want to run quassel within identd daemon."
        fi
-
-       # temporary info mesage
-       if use server && [[ $(get_version_component_range 2 ${REPLACING_VERSIONS}) -lt 7 ]]; then
-               echo
-               ewarn "Please note that all configuration moved from"
-               ewarn "/home/\${QUASSEL_USER}/.config/quassel-irc.org/"
-               ewarn "to: ${QUASSEL_DIR}."
-               echo
-               ewarn "For migration, stop the core, move quasselcore files (pretty much"
-               ewarn "everything apart from quasselclient.conf and settings.qss) into"
-               ewarn "new location and then start server again."
-       fi
 }
 
 pkg_config() {