commit:     a67a7b53a670577530c3d622e6411a3dbb5da3ee
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 19:43:58 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 20:45:44 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67a7b53

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

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

 kde-plasma/plasma-login-manager/Manifest           |  1 -
 .../plasma-login-manager-6.6.0.ebuild              | 99 ----------------------
 2 files changed, 100 deletions(-)

diff --git a/kde-plasma/plasma-login-manager/Manifest 
b/kde-plasma/plasma-login-manager/Manifest
index 5a0513dfbeca..6c6482d3139a 100644
--- a/kde-plasma/plasma-login-manager/Manifest
+++ b/kde-plasma/plasma-login-manager/Manifest
@@ -1,2 +1 @@
-DIST plasma-login-manager-6.6.0.tar.xz 148912 BLAKE2B 
92b741b9fabe696ec27686467a8586358ff7a67dceef5d24b25b21612b43ce3f3d190b62eadf2c67b5581ff527ed5e3be9e46fa669805f738ecd1b24beefe0d2
 SHA512 
788583bc094501bc7cc6e8c43992e418f8982922930f5d8ad092002542b59f0f56bb8865760fb11b017af0f663307c01314f59e2dfd88ad08c073876b864e3d5
 DIST plasma-login-manager-6.6.1.tar.xz 150432 BLAKE2B 
1b4926f17105d2a99584343100ae0c56b5b7363cee2410276c3f9234d9abb2c8cdfb81f8df7c31e1a25fa140a00af5dbf0f876dc9535c730311caf8f93927470
 SHA512 
1d3fc130f017c32d531df9e72c4c7a04094fd5900547d868a29aeaab625b07d0f0c7efa138de0972c5f866a2ba6e8d095091b29e071de8459fa0c36e44358e3e

diff --git a/kde-plasma/plasma-login-manager/plasma-login-manager-6.6.0.ebuild 
b/kde-plasma/plasma-login-manager/plasma-login-manager-6.6.0.ebuild
deleted file mode 100644
index 5f2f865dd4e2..000000000000
--- a/kde-plasma/plasma-login-manager/plasma-login-manager-6.6.0.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.22.0
-QTMIN=6.10.0
-inherit ecm plasma.kde.org linux-info pam tmpfiles
-
-DESCRIPTION="Plasma Login Manager"
-HOMEPAGE="https://invent.kde.org/plasma/plasma-login-manager";
-
-LICENSE="GPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0 public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network]
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       >=kde-frameworks/kauth-${KFMIN}:6
-       >=kde-frameworks/kcmutils-${KFMIN}:6
-       >=kde-frameworks/kconfig-${KFMIN}:6
-       >=kde-frameworks/kdbusaddons-${KFMIN}:6
-       >=kde-frameworks/ki18n-${KFMIN}:6
-       >=kde-frameworks/kio-6.22.1:6
-       >=kde-frameworks/kpackage-${KFMIN}:6
-       >=kde-frameworks/kwindowsystem-${KFMIN}:6
-       >=kde-plasma/plasma-workspace-${KDE_CATV}:6
-       >=kde-plasma/layer-shell-qt-${KDE_CATV}:6
-       >=kde-plasma/libplasma-${KDE_CATV}:6
-       sys-apps/systemd:=[pam]
-       sys-libs/pam
-       x11-libs/libXau
-"
-RDEPEND="
-       ${DEPEND}
-       acct-user/plasmalogin
-"
-BDEPEND="
-       dev-python/docutils
-       >=dev-build/cmake-3.25.0
-       >=dev-qt/qttools-${QTMIN}[linguist]
-       kde-frameworks/extra-cmake-modules:0
-       virtual/pkgconfig
-"
-
-pkg_setup() {
-       local CONFIG_CHECK="~DRM"
-       use kernel_linux && linux-info_pkg_setup
-}
-
-src_prepare() {
-       touch 01gentoo.conf || die
-
-       cat <<-EOF >> 01gentoo.conf
-       [General]
-       # Remove qtvirtualkeyboard as InputMethod default
-       InputMethod=
-       EOF
-
-       cmake_src_prepare
-
-       if ! use test; then
-               sed -e "/^find_package/s/ Test//" -i CMakeLists.txt || die
-               cmake_comment_add_subdirectory test
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DRUNTIME_DIR=/run/plasmalogin
-
-               # We install our own, our layout isn't in the upstream repo
-               -DINSTALL_PAM_CONFIGURATION=OFF
-               # If non-systemd compat ever arrives, we can try 7
-               # again to be in sync with CHECKVT from display-manager,
-               # but until then, stick with upstream default of 1.
-               #-DPLASMALOGIN_INITIAL_VT=7
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-
-       insinto /etc/plasmalogin.conf.d/
-       doins "${S}"/01gentoo.conf
-
-       newpamd "${FILESDIR}"/plasmalogin.pam plasmalogin
-       newpamd "${FILESDIR}"/plasmalogin-autologin.pam plasmalogin-autologin
-       newpamd "${FILESDIR}"/plasmalogin-greeter.pam plasmalogin-greeter
-}
-
-pkg_postinst() {
-       tmpfiles_process plasmalogin.conf
-}

Reply via email to