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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F2311581C1 for ; Thu, 4 Jul 2024 01:23:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C3A52BC014; Thu, 4 Jul 2024 01:23:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62F142BC03C for ; Thu, 4 Jul 2024 01:23:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95E4D34306A for ; Thu, 4 Jul 2024 01:23:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 007D51DC0 for ; Thu, 4 Jul 2024 01:23:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1720056139.a25f26e5862911dbcb86c527a128c3bf71efa03e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/retroshare/retroshare-0.6.6-r1.ebuild net-p2p/retroshare/retroshare-0.6.7.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a25f26e5862911dbcb86c527a128c3bf71efa03e X-VCS-Branch: master Date: Thu, 4 Jul 2024 01:23:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 971400b8-0c1b-48e7-83e6-d46f038c6fa2 X-Archives-Hash: 0318d9c3f759bd02e53e97e5735bd994 commit: a25f26e5862911dbcb86c527a128c3bf71efa03e Author: gentoo-setan protonmail com> AuthorDate: Wed Jul 3 17:32:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 4 01:22:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25f26e5 net-p2p/retroshare: remove obsolete ewarns Signed-off-by: gentoo-setan protonmail.com> Signed-off-by: Sam James gentoo.org> net-p2p/retroshare/retroshare-0.6.6-r1.ebuild | 15 --------------- net-p2p/retroshare/retroshare-0.6.7.ebuild | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild index ba21bf7b2854..8c962fdf3221 100644 --- a/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.6-r1.ebuild @@ -108,19 +108,4 @@ pkg_preinst() { ewarn "database (loosing all your GXS data and identities) when you" ewarn "toggle sqlcipher USE flag." fi - - if [[ ${REPLACING_VERSIONS} ]]; then - if ver_test ${REPLACING_VERSIONS} -lt 0.6; then - ewarn "You are upgrading from Retroshare 0.5.* to ${PV}" - ewarn "Version 0.6.* is backward-incompatible with 0.5 branch" - ewarn "and clients with 0.6.* can not connect to clients that have 0.5.*" - ewarn "It's recommended to drop all your configuration and either" - ewarn "generate a new certificate or import existing from a backup" - break - fi - if ver_test ${REPLACING_VERSIONS} -ge 0.6.0 && ver_test ${REPLACING_VERSIONS} -lt 0.6.4; then - elog "Main executable has been renamed upstream from RetroShare06 to retroshare" - break - fi - fi } diff --git a/net-p2p/retroshare/retroshare-0.6.7.ebuild b/net-p2p/retroshare/retroshare-0.6.7.ebuild index d33aa29b2933..75d54db90e7a 100644 --- a/net-p2p/retroshare/retroshare-0.6.7.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.7.ebuild @@ -120,19 +120,4 @@ pkg_preinst() { ewarn "database (loosing all your GXS data and identities) when you" ewarn "toggle sqlcipher USE flag." fi - - if [[ ${REPLACING_VERSIONS} ]]; then - if ver_test ${REPLACING_VERSIONS} -lt 0.6; then - ewarn "You are upgrading from Retroshare 0.5.* to ${PV}" - ewarn "Version 0.6.* is backward-incompatible with 0.5 branch" - ewarn "and clients with 0.6.* can not connect to clients that have 0.5.*" - ewarn "It's recommended to drop all your configuration and either" - ewarn "generate a new certificate or import existing from a backup" - break - fi - if ver_test ${REPLACING_VERSIONS} -ge 0.6.0 && ver_test ${REPLACING_VERSIONS} -lt 0.6.4; then - elog "Main executable has been renamed upstream from RetroShare06 to retroshare" - break - fi - fi }