commit:     810ed8ec145d6c9df20b42d960c4812d1cef3bc6
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 11:17:33 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 11:17:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810ed8ec

app-shells/starship: remove old pkg_postinst check from 1.21.1

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-shells/starship/starship-1.21.1.ebuild | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/app-shells/starship/starship-1.21.1.ebuild 
b/app-shells/starship/starship-1.21.1.ebuild
index 7bfcd9bae21a..d025f86408d2 100644
--- a/app-shells/starship/starship-1.21.1.ebuild
+++ b/app-shells/starship/starship-1.21.1.ebuild
@@ -436,12 +436,3 @@ src_install() {
        cargo_src_install
        dodoc README.md
 }
-
-pkg_postinst() {
-       local v
-       for v in ${REPLACING_VERSIONS}; do
-               if ver_test "${v}" -lt "1.9.0"; then
-                       einfo "Note that vicmd_symbol config option was renamed 
to vimcmd_symbol in version 1.9"
-               fi
-       done
-}

Reply via email to