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 43A8915800A for ; Fri, 25 Aug 2023 17:19:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 223232BC03E; Fri, 25 Aug 2023 17:19:35 +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 E5D0C2BC03E for ; Fri, 25 Aug 2023 17:19:34 +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 CE157340BC0 for ; Fri, 25 Aug 2023 17:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66E191095 for ; Fri, 25 Aug 2023 17:19:32 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1692983946.0dcb2ee769bb34dd02c816124cdb2ce3b200d35d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-4.0.4.ebuild net-irc/weechat/weechat-9999.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0dcb2ee769bb34dd02c816124cdb2ce3b200d35d X-VCS-Branch: master Date: Fri, 25 Aug 2023 17:19:32 +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: f72a8e81-9924-48e7-88fe-2c5a6854388b X-Archives-Hash: cc771209473e040b330a4e6ac9fc401b commit: 0dcb2ee769bb34dd02c816124cdb2ce3b200d35d Author: Leonardo Hernández Hernández proton me> AuthorDate: Fri Aug 25 17:13:47 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 25 17:19:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dcb2ee7 net-irc/weechat: xdg-utils.eclass => xdg.eclass Signed-off-by: Leonardo Hernández Hernández proton.me> Closes: https://github.com/gentoo/gentoo/pull/32350 Signed-off-by: Arthur Zamarin gentoo.org> net-irc/weechat/weechat-4.0.4.ebuild | 14 +------------- net-irc/weechat/weechat-9999.ebuild | 14 +------------- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/net-irc/weechat/weechat-4.0.4.ebuild b/net-irc/weechat/weechat-4.0.4.ebuild index fb63f18300f9..eb8d14968318 100644 --- a/net-irc/weechat/weechat-4.0.4.ebuild +++ b/net-irc/weechat/weechat-4.0.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} ) PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake lua-single python-single-r1 xdg-utils +inherit cmake lua-single python-single-r1 xdg if [[ ${PV} == "9999" ]] ; then inherit git-r3 @@ -184,15 +184,3 @@ src_test() { die "required locale missing" fi } - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index fb63f18300f9..eb8d14968318 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1..4} ) PYTHON_COMPAT=( python3_{10..12} ) -inherit cmake lua-single python-single-r1 xdg-utils +inherit cmake lua-single python-single-r1 xdg if [[ ${PV} == "9999" ]] ; then inherit git-r3 @@ -184,15 +184,3 @@ src_test() { die "required locale missing" fi } - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update - xdg_mimeinfo_database_update -}