From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1424117-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 97D47158094
	for <garchives@archives.gentoo.org>; Mon,  1 Aug 2022 02:34:00 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 38C45E10D9;
	Mon,  1 Aug 2022 02:33:59 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1BE6DE10D9
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2022 02:33:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 E57CE340E57
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2022 02:33:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 31EB255A
	for <gentoo-commits@lists.gentoo.org>; Mon,  1 Aug 2022 02:33:56 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1659320998.056b1d2f7031396745000c6fd69913a23ccf346d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gnome-extra/gnome-characters/gnome-characters-42.0-r1.ebuild gnome-extra/gnome-characters/gnome-characters-42.0.ebuild
X-VCS-Directories: gnome-extra/gnome-characters/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 056b1d2f7031396745000c6fd69913a23ccf346d
X-VCS-Branch: master
Date: Mon,  1 Aug 2022 02:33:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ef703316-3b39-4215-bb2d-09c97aa95d1c
X-Archives-Hash: ea464f04b0c9b3a16bdbda16951274d4

commit:     056b1d2f7031396745000c6fd69913a23ccf346d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  1 02:27:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 02:29:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=056b1d2f

gnome-extra/gnome-characters: [QA] fix duplicate phase (pkg_postinst)

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-characters-42.0.ebuild => gnome-characters-42.0-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-characters/gnome-characters-42.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-42.0-r1.ebuild
similarity index 98%
rename from gnome-extra/gnome-characters/gnome-characters-42.0.ebuild
rename to gnome-extra/gnome-characters/gnome-characters-42.0-r1.ebuild
index 7faa01532845..fa1867e3367f 100644
--- a/gnome-extra/gnome-characters/gnome-characters-42.0.ebuild
+++ b/gnome-extra/gnome-characters/gnome-characters-42.0-r1.ebuild
@@ -36,7 +36,7 @@ pkg_postinst() {
 	gnome2_schemas_update
 }
 
-pkg_postinst() {
+pkg_postrm() {
 	xdg_pkg_postrm
 	gnome2_schemas_update
 }