diff options
author | Johannes Huber <johu@gentoo.org> | 2016-07-24 11:35:41 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-07-24 11:35:50 +0200 |
commit | c0abb97896025bb47c3b75d709264f5809ffb6d0 (patch) | |
tree | 7bd7638b691491415fa2b5eea7a3c9ad3065fe33 /net-irc/quassel | |
parent | mail-client/mail-notification: Fix patch application, bug #586976 (diff) | |
download | gentoo-c0abb97896025bb47c3b75d709264f5809ffb6d0.tar.gz gentoo-c0abb97896025bb47c3b75d709264f5809ffb6d0.tar.bz2 gentoo-c0abb97896025bb47c3b75d709264f5809ffb6d0.zip |
net-irc/quassel: Drop ancient upgrade info
Fixes wrong use of REPLACING_VERSIONS does not account for multiple values.
Gentoo-bug: 589492
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/quassel-0.12.2-r3.ebuild | 12 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.12.3-r1.ebuild | 12 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.12.4.ebuild | 12 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 12 |
4 files changed, 0 insertions, 48 deletions
diff --git a/net-irc/quassel/quassel-0.12.2-r3.ebuild b/net-irc/quassel/quassel-0.12.2-r3.ebuild index 1878277c4ee0..9258f6558060 100644 --- a/net-irc/quassel/quassel-0.12.2-r3.ebuild +++ b/net-irc/quassel/quassel-0.12.2-r3.ebuild @@ -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() { diff --git a/net-irc/quassel/quassel-0.12.3-r1.ebuild b/net-irc/quassel/quassel-0.12.3-r1.ebuild index 858a026586b6..8d88d5eb3f15 100644 --- a/net-irc/quassel/quassel-0.12.3-r1.ebuild +++ b/net-irc/quassel/quassel-0.12.3-r1.ebuild @@ -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() { diff --git a/net-irc/quassel/quassel-0.12.4.ebuild b/net-irc/quassel/quassel-0.12.4.ebuild index 858a026586b6..8d88d5eb3f15 100644 --- a/net-irc/quassel/quassel-0.12.4.ebuild +++ b/net-irc/quassel/quassel-0.12.4.ebuild @@ -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() { diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 1638c24369dd..bd6c5581bfb7 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -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() { |