commit: 47018bc36d129345668717a8e03d143c787e46d5 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 20:44:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=47018bc3
kde-frameworks/*: drop no-op ecm_pkg_setup In Frameworks packages, KFMIN is derived from PV, which means for >=6.9.0, pkg_setup phase function is no longer exported. Amends 898380419161214ecdebf82ef9ef71a37ba09d0f Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild | 3 +-- kde-frameworks/ki18n/ki18n-9999.ebuild | 7 +------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild b/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild index 149e4ffd81..aaf5d71968 100644 --- a/kde-frameworks/kfilemetadata/kfilemetadata-9999.ebuild +++ b/kde-frameworks/kfilemetadata/kfilemetadata-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 @@ -40,7 +40,6 @@ CMAKE_SKIP_TESTS=( pkg_setup() { use test && python-any-r1_pkg_setup - ecm_pkg_setup } src_configure() { diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index a49f4d5719..54418f3a91 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-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 @@ -36,11 +36,6 @@ CMAKE_SKIP_TESTS=( kcountrysubdivisiontest ) -pkg_setup() { - ecm_pkg_setup - python-single-r1_pkg_setup -} - src_configure() { local mycmakeargs=( -DPython3_EXECUTABLE="${PYTHON}"