commit:     c5d0cee7595a3b25a549abff28fa460db4229901
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 15:48:17 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 15:48:17 2026 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5d0cee7

kde-plasma/plasma-login-sessions: drop 6.6.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../plasma-login-sessions-6.6.0.ebuild             | 46 ----------------------
 1 file changed, 46 deletions(-)

diff --git 
a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.6.0.ebuild 
b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.6.0.ebuild
deleted file mode 100644
index bfe85584b0..0000000000
--- a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.6.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="false"
-ECM_I18N="false"
-KDE_ORG_NAME="${PN/login-sessions/workspace}"
-inherit ecm-common plasma.kde.org
-
-DESCRIPTION="KDE Plasma login sessions"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~x86"
-IUSE="+wayland X"
-
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
-       !<kde-plasma/plasma-workspace-6.2.1
-       >=kde-plasma/plasma-workspace-${KDE_CATV}:6[X?]
-       wayland? ( kde-plasma/kwin:6 )
-       X? ( kde-plasma/kwin-x11:6 )
-"
-
-ecm-common_inject_heredoc() {
-       cat >> CMakeLists.txt <<- _EOF_ || die
-               add_subdirectory(login-sessions)
-       _EOF_
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DKDE_INSTALL_LIBEXECDIR=/usr/libexec # temp. workaround, bug 
941502
-               -DWITH_X11_SESSION=$(usex X)
-       )
-       ecm-common_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       if ! use wayland; then
-               rm -rv "${ED}"/usr/share/wayland-sessions || die
-       fi
-}

Reply via email to