diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-02-02 09:32:12 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-02-02 21:44:52 +0100 |
| commit | ac0b6a3a48b156f53a7df38f448c17d4dedc2994 (patch) | |
| tree | 3a9ad19d91edfe78aedcdb953ef5159d00f22e0f /kde-frameworks | |
| parent | 47018bc36d129345668717a8e03d143c787e46d5 (diff) | |
| download | kde-ac0b6a3a48b156f53a7df38f448c17d4dedc2994.tar.gz kde-ac0b6a3a48b156f53a7df38f448c17d4dedc2994.tar.bz2 kde-ac0b6a3a48b156f53a7df38f448c17d4dedc2994.zip | |
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@protonmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
| -rw-r--r-- | kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 1 | ||||
| -rw-r--r-- | kde-frameworks/kwallet/kwallet-9999.ebuild | 3 | ||||
| -rw-r--r-- | 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 aaf5d71968a..1447ad86595 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 087022896b2..c81634d31be 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 9d5cfe91e98..91efd475335 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 } |
