commit:     500fa1c4315ea5004c9b606068e892271ab8f5f7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 19:22:42 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 20:07:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=500fa1c4

kde-misc/kshutdown: update EAPI 7 -> 8, drop superfluous kde.org.eclass

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/kshutdown/kshutdown-5.2.ebuild | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/kde-misc/kshutdown/kshutdown-5.2.ebuild 
b/kde-misc/kshutdown/kshutdown-5.2.ebuild
index e5b8c2af525d..4d29bf9df8bf 100644
--- a/kde-misc/kshutdown/kshutdown-5.2.ebuild
+++ b/kde-misc/kshutdown/kshutdown-5.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit cmake kde.org xdg
+inherit cmake xdg
 
 DESCRIPTION="Shutdown manager for desktop environments like KDE Plasma"
 HOMEPAGE="https://kshutdown.sourceforge.io";
@@ -14,11 +14,6 @@ SLOT="5"
 KEYWORDS="amd64 ~arm64 x86"
 IUSE="+kde"
 
-BDEPEND="
-       app-arch/unzip
-       sys-devel/gettext
-       kde? ( kde-frameworks/extra-cmake-modules:5 )
-"
 DEPEND="
        dev-qt/qtcore:5
        dev-qt/qtdbus:5
@@ -45,10 +40,11 @@ RDEPEND="${DEPEND}
                kde-frameworks/oxygen-icons:*
        )
 "
-
-src_prepare() {
-       cmake_src_prepare
-}
+BDEPEND="
+       app-arch/unzip
+       sys-devel/gettext
+       kde? ( kde-frameworks/extra-cmake-modules:5 )
+"
 
 src_configure() {
        local mycmakeargs=(

Reply via email to