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 B999B158B20 for ; Sun, 02 Feb 2025 22:47:01 +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 7A201343010 for ; Sun, 02 Feb 2025 22:47:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DA8A6110472; Sun, 02 Feb 2025 22:46:52 +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 D24CF110472 for ; Sun, 02 Feb 2025 22:46:52 +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 88A563412DE for ; Sun, 02 Feb 2025 22:46:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFBA02532 for ; Sun, 02 Feb 2025 22:46:50 +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: <1738536388.b7afcaff87bc797e78e5751e82cd1d559f0b32b0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kfilemetadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kfilemetadata/kfilemetadata-6.10.0.ebuild X-VCS-Directories: kde-frameworks/kfilemetadata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b7afcaff87bc797e78e5751e82cd1d559f0b32b0 X-VCS-Branch: master Date: Sun, 02 Feb 2025 22:46:50 +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: 05749399-6b78-4e5c-ab49-fb6bb4af409f X-Archives-Hash: 1f998adfac69cf7f1bab549254b5d8f1 commit: b7afcaff87bc797e78e5751e82cd1d559f0b32b0 Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 07:28:21 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 22:46:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7afcaff kde-frameworks/kfilemetadata: drop no-op ecm_pkg_setup/ecm_pkg_postinst In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0, pkg_setup/pkg_postinst/pkg_postrm phase functions are no longer exported. Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kfilemetadata/kfilemetadata-6.10.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-6.10.0.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-6.10.0.ebuild index f10fa05bec12..ec6061b4cbb3 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-6.10.0.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-6.10.0.ebuild @@ -40,7 +40,6 @@ CMAKE_SKIP_TESTS=( pkg_setup() { use test && python-any-r1_pkg_setup - ecm_pkg_setup } src_configure() { @@ -61,5 +60,4 @@ pkg_postinst() { optfeature "Microsoft Word/Powerpoint file indexing" app-text/catdoc optfeature "Microsoft Excel file indexing" dev-libs/libxls fi - ecm_pkg_postinst }