commit:     82b4cd12790bc0b7dfb94408e73ed717fbc920ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 02:27:56 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 02:30:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b4cd12

sci-geosciences/gnome-maps: [QA] fix duplicate phase (pkg_postrm)

Meant to be pkg_postrm.

Let's revbump given there's no guarantee xdg_pkg_postrm has to succeed when 
called in
postinst.

Bug: https://bugs.gentoo.org/861497
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gnome-maps/{gnome-maps-42.2.ebuild => gnome-maps-42.2-r1.ebuild}    | 2 +-
 .../gnome-maps/{gnome-maps-42.3.ebuild => gnome-maps-42.3-r1.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.2.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-42.2-r1.ebuild
similarity index 98%
rename from sci-geosciences/gnome-maps/gnome-maps-42.2.ebuild
rename to sci-geosciences/gnome-maps/gnome-maps-42.2-r1.ebuild
index 405947257539..d420eae7634f 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-42.2.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-42.2-r1.ebuild
@@ -50,7 +50,7 @@ pkg_postinst() {
        gnome2_schemas_update
 }
 
-pkg_postinst() {
+pkg_postrm() {
        xdg_pkg_postrm
        gnome2_schemas_update
 }

diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-42.3-r1.ebuild
similarity index 98%
rename from sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild
rename to sci-geosciences/gnome-maps/gnome-maps-42.3-r1.ebuild
index a8c7b50184bb..e7ed2d941f73 100644
--- a/sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild
+++ b/sci-geosciences/gnome-maps/gnome-maps-42.3-r1.ebuild
@@ -50,7 +50,7 @@ pkg_postinst() {
        gnome2_schemas_update
 }
 
-pkg_postinst() {
+pkg_postrm() {
        xdg_pkg_postrm
        gnome2_schemas_update
 }

Reply via email to