diff options
author | gentoo-setan <gentoo-setan@protonmail.com> | 2024-07-03 19:32:50 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-04 02:22:19 +0100 |
commit | a25f26e5862911dbcb86c527a128c3bf71efa03e (patch) | |
tree | 5eeb9ec9c2fc96565d481acaf51f977d23012154 /net-p2p/retroshare | |
parent | app-metrics/chrony_exporter: new package, add 0.10.1 (diff) | |
download | gentoo-a25f26e5862911dbcb86c527a128c3bf71efa03e.tar.gz gentoo-a25f26e5862911dbcb86c527a128c3bf71efa03e.tar.bz2 gentoo-a25f26e5862911dbcb86c527a128c3bf71efa03e.zip |
net-p2p/retroshare: remove obsolete ewarns
Signed-off-by: gentoo-setan <gentoo-setan@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/retroshare-0.6.6-r1.ebuild | 15 | ||||
-rw-r--r-- | net-p2p/retroshare/retroshare-0.6.7.ebuild | 15 |
2 files changed, 0 insertions, 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 } |