commit: b7afcaff87bc797e78e5751e82cd1d559f0b32b0
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 2 07:28:21 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <parona <AT> protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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
}