summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-01-18 02:38:03 +0200
committerSam James <sam@gentoo.org>2025-01-18 14:54:14 +0000
commitc07666546778a1bf667f8bd64066841064b5bdd0 (patch)
tree69b75f316ae26262bc10e18a5e752e74bcadb2e4
parenta0ef7f4ec0401eed8dd31ec1b4ce6a153c91a7eb (diff)
downloadkde-c07666546778a1bf667f8bd64066841064b5bdd0.tar.gz
kde-c07666546778a1bf667f8bd64066841064b5bdd0.tar.bz2
kde-c07666546778a1bf667f8bd64066841064b5bdd0.zip
*/*: drop noop ecm_pkg_postinst with >=KFMIN-6.9
See-Also: 67b745829deb9b52ba81bc4aa38316026699866d Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--kde-apps/kate-addons/kate-addons-9999.ebuild3
-rw-r--r--kde-apps/kdepim-addons/kdepim-addons-9999.ebuild3
-rw-r--r--kde-apps/kio-extras/kio-extras-9999.ebuild3
-rw-r--r--kde-apps/ksystemlog/ksystemlog-9999.ebuild3
4 files changed, 4 insertions, 8 deletions
diff --git a/kde-apps/kate-addons/kate-addons-9999.ebuild b/kde-apps/kate-addons/kate-addons-9999.ebuild
index 82e00fbed91..9fcd0d3a1a9 100644
--- a/kde-apps/kate-addons/kate-addons-9999.ebuild
+++ b/kde-apps/kate-addons/kate-addons-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
@@ -96,5 +96,4 @@ pkg_postinst() {
optfeature "Markdown text previews" "kde-misc/markdownpart:${SLOT}"
optfeature "DOT graph file previews" "media-gfx/kgraphviewer"
fi
- ecm_pkg_postinst
}
diff --git a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild b/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild
index 15d06776386..57234d4e7c0 100644
--- a/kde-apps/kdepim-addons/kdepim-addons-9999.ebuild
+++ b/kde-apps/kdepim-addons/kdepim-addons-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
@@ -83,5 +83,4 @@ pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "regex support for Sieve editor plugin" kde-misc/kregexpeditor
fi
- ecm_pkg_postinst
}
diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild
index b91d7a6d7c0..18ddc1f600c 100644
--- a/kde-apps/kio-extras/kio-extras-9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-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
@@ -102,5 +102,4 @@ src_configure() {
pkg_postinst() {
optfeature "alternative filename search backend" sys-apps/ripgrep
- ecm_pkg_postinst
}
diff --git a/kde-apps/ksystemlog/ksystemlog-9999.ebuild b/kde-apps/ksystemlog/ksystemlog-9999.ebuild
index 1b171e349b2..ea439faa2cf 100644
--- a/kde-apps/ksystemlog/ksystemlog-9999.ebuild
+++ b/kde-apps/ksystemlog/ksystemlog-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
@@ -56,7 +56,6 @@ src_configure() {
}
pkg_postinst() {
- ecm_pkg_postinst
use kdesu || elog "Will show only user readable logs without USE=kdesu (only in X)."
use kdesu && elog "Cannot be launched from application menu in Wayland with USE=kdesu."
}