From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A6579158041 for ; Fri, 5 Apr 2024 11:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04635E2A11; Fri, 5 Apr 2024 11:05:20 +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 5BF7BE2A12 for ; Fri, 5 Apr 2024 11:05:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 5F8A53432BE for ; Fri, 5 Apr 2024 11:05:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE993168D for ; Fri, 5 Apr 2024 11:05:15 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1712292548.61f208a2a0a84790b57087035fdba447c9a3bf22.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-irc/halloy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-irc/halloy/halloy-2024.5.ebuild X-VCS-Directories: net-irc/halloy/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 61f208a2a0a84790b57087035fdba447c9a3bf22 X-VCS-Branch: master Date: Fri, 5 Apr 2024 11:05:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66d9b166-8ef7-4841-9b2e-72903524406c X-Archives-Hash: 3f7aab2b2729b0799476572020101bd0 commit: 61f208a2a0a84790b57087035fdba447c9a3bf22 Author: Alberto Gireud protonmail com> AuthorDate: Fri Apr 5 04:49:08 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Fri Apr 5 04:49:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61f208a2 net-irc/halloy: Remove unnecessary phases Signed-off-by: Alberto Gireud protonmail.com> net-irc/halloy/halloy-2024.5.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/net-irc/halloy/halloy-2024.5.ebuild b/net-irc/halloy/halloy-2024.5.ebuild index 33ace8182a..6cacd7c68f 100644 --- a/net-irc/halloy/halloy-2024.5.ebuild +++ b/net-irc/halloy/halloy-2024.5.ebuild @@ -572,11 +572,3 @@ src_install() { cargo_src_install } - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}