commit:     a25f26e5862911dbcb86c527a128c3bf71efa03e
Author:     gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Wed Jul  3 17:32:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <gentoo-setan <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> 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
 }

Reply via email to