From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 31D76158B20 for ; Sun, 02 Feb 2025 22:47:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1BA48343019 for ; Sun, 02 Feb 2025 22:47:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 68A42110475; Sun, 02 Feb 2025 22:46:54 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5E0EC110475 for ; Sun, 02 Feb 2025 22:46:54 +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 188D2340C15 for ; Sun, 02 Feb 2025 22:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C9602578 for ; Sun, 02 Feb 2025 22:46:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1738536389.feab2fa4b483e7950ad01e8c26a3ccaebf7fe3c6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kio/kio-6.10.0.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: feab2fa4b483e7950ad01e8c26a3ccaebf7fe3c6 X-VCS-Branch: master Date: Sun, 02 Feb 2025 22:46:51 +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: 5c4f5feb-315f-4dec-9b1f-15820c5bfd82 X-Archives-Hash: 58b85788b7d01f961a93c75d40e95da2 commit: feab2fa4b483e7950ad01e8c26a3ccaebf7fe3c6 Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 07:33:35 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 22:46:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feab2fa4 kde-frameworks/kio: switch to xdg.eclass ... as ecm no longer provides it. In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0, pkg_postinst and pkg_postrm phase functions are no longer exported. Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kio/kio-6.10.0.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/kde-frameworks/kio/kio-6.10.0.ebuild b/kde-frameworks/kio/kio-6.10.0.ebuild index 4369537a4b57..5ad44ec21ee6 100644 --- a/kde-frameworks/kio/kio-6.10.0.ebuild +++ b/kde-frameworks/kio/kio-6.10.0.ebuild @@ -8,7 +8,7 @@ ECM_HANDBOOK="optional" ECM_HANDBOOK_DIR="docs" ECM_TEST="forceoptional" QTMIN=6.7.2 -inherit ecm frameworks.kde.org xdg-utils +inherit ecm frameworks.kde.org xdg DESCRIPTION="Framework providing transparent file and data management" @@ -83,13 +83,3 @@ src_configure() { ecm_src_configure } - -pkg_postinst() { - ecm_pkg_postinst - xdg_desktop_database_update -} - -pkg_postrm() { - ecm_pkg_postrm - xdg_desktop_database_update -}