Skip to content

Commit

Permalink
*/*: drop noop ecm_pkg_setup with >=KFMIN-6.9
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
  • Loading branch information
parona-source committed Jan 18, 2025
1 parent f76cb7f commit ad0e142
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 28 deletions.
5 changes: 0 additions & 5 deletions dev-libs/kopeninghours/kopeninghours-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ BDEPEND="
app-alternatives/yacc
"

pkg_setup() {
ecm_pkg_setup
python_setup
}

src_configure() {
local mycmakeargs=(
-DPython_LIBRARY=$(python_get_library_path)
Expand Down
7 changes: 1 addition & 6 deletions dev-util/kdevelop-python/kdevelop-python-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41,8 +41,3 @@ RDEPEND="${DEPEND}
dev-python/pycodestyle[${PYTHON_USEDEP}]
')
"

pkg_setup() {
python-single-r1_pkg_setup
ecm_pkg_setup
}
5 changes: 0 additions & 5 deletions dev-util/kdevelop/kdevelop-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ RDEPEND="${COMMON_DEPEND}
kde-apps/kio-extras:6
"

pkg_setup() {
ecm_pkg_setup
llvm-r1_pkg_setup
}

src_configure() {
local mycmakeargs=(
-DLLVM_ROOT="$(get_llvm_prefix)"
Expand Down
1 change: 0 additions & 1 deletion kde-apps/cantor/cantor-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ BDEPEND="x11-misc/shared-mime-info"
pkg_setup() {
use lua && lua-single_pkg_setup
use python && python-single-r1_pkg_setup
ecm_pkg_setup
}

src_configure() {
Expand Down
5 changes: 0 additions & 5 deletions kde-apps/kajongg/kajongg-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ RDEPEND="${DEPEND}
>=kde-apps/libkmahjongg-${PVCUT}:6
"

pkg_setup() {
python-single-r1_pkg_setup
ecm_pkg_setup
}

src_prepare() {
python_fix_shebang src
ecm_src_prepare
Expand Down
5 changes: 0 additions & 5 deletions kde-apps/lokalize/lokalize-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ RDEPEND="${DEPEND}
')
"

pkg_setup() {
python-single-r1_pkg_setup
ecm_pkg_setup
}

src_install() {
ecm_src_install
rm "${ED}"/usr/share/lokalize/scripts/msgmerge.{py,rc} || die
Expand Down
1 change: 0 additions & 1 deletion www-client/falkon/falkon-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"

pkg_setup() {
use python && python-single-r1_pkg_setup
ecm_pkg_setup
}

src_configure() {
Expand Down

0 comments on commit ad0e142

Please sign in to comment.