From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7C9913832E for ; Sun, 24 Jul 2016 09:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 886A521C01D; Sun, 24 Jul 2016 09:48:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BDDA21C01D for ; Sun, 24 Jul 2016 09:48:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0EACA340D50 for ; Sun, 24 Jul 2016 09:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FD7E7CA for ; Sun, 24 Jul 2016 09:48:01 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1469353665.dff3055cd4815bb4f13d401064d5d62feb628539.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: net-irc/quassel/ X-VCS-Repository: dev/johu X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: dff3055cd4815bb4f13d401064d5d62feb628539 X-VCS-Branch: master Date: Sun, 24 Jul 2016 09:48:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c25b9e0-82df-48aa-814c-80a95cf7b504 X-Archives-Hash: d7189baf31d14dc14dfedda2166caae8 commit: dff3055cd4815bb4f13d401064d5d62feb628539 Author: Johannes Huber gentoo org> AuthorDate: Sun Jul 24 09:47:45 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Jul 24 09:47:45 2016 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=dff3055c 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 net-irc/quassel/quassel-9999.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 1638c24..bd6c558 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() {