commit: ac0b6a3a48b156f53a7df38f448c17d4dedc2994 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Feb 2 07:32:12 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 2 20:44:52 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac0b6a3a
kde-frameworks/*: drop no-op ecm_pkg_postinst In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0, pkg_postinst phase function is no longer exported. Amends c07666546778a1bf667f8bd64066841064b5bdd0 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 1 - kde-frameworks/kwallet/kwallet-9999.ebuild | 3 +-- kde-frameworks/solid/solid-9999.ebuild | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild index aaf5d71968..1447ad8659 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild @@ -60,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 } diff --git a/kde-frameworks/kwallet/kwallet-9999.ebuild b/kde-frameworks/kwallet/kwallet-9999.ebuild index 087022896b..c81634d31b 100644 --- a/kde-frameworks/kwallet/kwallet-9999.ebuild +++ b/kde-frameworks/kwallet/kwallet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,5 +49,4 @@ pkg_postinst() { optfeature "KWallet management" "kde-apps/kwalletmanager" elog "For more information, read https://wiki.gentoo.org/wiki/KDE#KWallet" fi - ecm_pkg_postinst } diff --git a/kde-frameworks/solid/solid-9999.ebuild b/kde-frameworks/solid/solid-9999.ebuild index 9d5cfe91e9..91efd47533 100644 --- a/kde-frameworks/solid/solid-9999.ebuild +++ b/kde-frameworks/solid/solid-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -44,5 +44,4 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "media player devices support" app-misc/media-player-info fi - ecm_pkg_postinst }