From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-login-sessions/
Date: Wed, 06 Aug 2025 15:12:59 +0000 (UTC) [thread overview]
Message-ID: <1754493131.de37dfc06121c6fa51a20a860852dce6e473df5e.asturm@gentoo> (raw)
commit: de37dfc06121c6fa51a20a860852dce6e473df5e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 6 14:46:19 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 6 15:12:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de37dfc0
kde-plasma/plasma-login-sessions: drop 6.4.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-login-sessions/Manifest | 1 -
.../plasma-login-sessions-6.4.3.ebuild | 47 ----------------------
2 files changed, 48 deletions(-)
diff --git a/kde-plasma/plasma-login-sessions/Manifest b/kde-plasma/plasma-login-sessions/Manifest
index f4c330351f82..e4a9c67329d5 100644
--- a/kde-plasma/plasma-login-sessions/Manifest
+++ b/kde-plasma/plasma-login-sessions/Manifest
@@ -1,3 +1,2 @@
DIST plasma-workspace-6.3.6.tar.xz 19107548 BLAKE2B 640cb0fe555304e80109a6887e0bf769ea32dd4816cdf3c59392c00be6c1484871f3184d05619acee6863f24a2bc3bc51cdfddf4c16096d47bb707022decfc47 SHA512 4d29d5f36ccc69626d2b7faf6848ead497fc273c49f8ae0ec8d517200db8b38a0a69a334a6352e71b9ccfa45f955d1612c7f073c7b88d0c1d3f745916e19d268
-DIST plasma-workspace-6.4.3.tar.xz 20821552 BLAKE2B b0e65eb99211ca18856f509c12f358a9b84db24e8032efc7a5f86513d53b8f7180410208965f27bdd631f3a147b2ab103a1e832acee9c7a6b505d8521566ff43 SHA512 533635d3815d207fdb6506edd918451b08fbb61c2f81ef67d59aeb1c8198a42392e56524f2e2772b48e1cdc74856c31342634a54779413d221feeab811879555
DIST plasma-workspace-6.4.4.tar.xz 20815436 BLAKE2B 4b17960c5aa7b62253c2ecac4fb346dd7fe03d5336bdbcfe176c40e033672951aa7200fcb2e2bce251edfd95f1e498748a3d667dece2dfce4ccff264d0559651 SHA512 eaf24169f7354ea69bb5f439d4391a732a2a13de477293009993b80898ffbb5a143de2aa8026388d764b1f256e57cb650162f34506c41e1e4515c0df1f553e88
diff --git a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.4.3.ebuild b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.4.3.ebuild
deleted file mode 100644
index 85d078130535..000000000000
--- a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.4.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2025 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 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+wayland X"
-
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="!<kde-plasma/plasma-workspace-6.2.1
- 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
- -DPLASMA_X11_DEFAULT_SESSION=$(usex !wayland)
- )
- ecm-common_src_configure
-}
-
-src_install() {
- cmake_src_install
- if ! use wayland; then
- rm -rv "${ED}"/usr/share/wayland-sessions || die
- fi
- if ! use X; then
- rm -rv "${ED}"/usr/share/xsessions || die
- fi
-}
next reply other threads:[~2025-08-06 15:13 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-06 15:12 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 10:21 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-login-sessions/ Andreas Sturmlechner
2025-09-17 12:13 Arthur Zamarin
2025-09-17 11:36 Arthur Zamarin
2025-09-09 15:09 Andreas Sturmlechner
2025-08-05 21:23 Andreas Sturmlechner
2025-07-28 16:58 Andreas Sturmlechner
2025-07-16 19:03 Andreas Sturmlechner
2025-07-15 15:37 Andreas Sturmlechner
2025-07-09 16:26 Andreas Sturmlechner
2025-07-02 17:22 Andreas Sturmlechner
2025-07-01 19:41 Andreas Sturmlechner
2025-06-24 18:11 Andreas Sturmlechner
2025-06-17 18:08 Andreas Sturmlechner
2025-05-26 18:04 Andreas Sturmlechner
2025-05-26 4:58 Sam James
2025-05-21 11:02 Arthur Zamarin
2025-05-06 19:21 Andreas Sturmlechner
2025-04-02 16:34 Andreas Sturmlechner
2025-04-02 6:03 Sam James
2025-03-11 20:52 Andreas Sturmlechner
2025-02-25 17:37 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-02-18 18:44 Andreas Sturmlechner
2025-02-11 17:59 Andreas Sturmlechner
2025-01-26 11:19 Arthur Zamarin
2025-01-10 10:13 WANG Xuerui
2025-01-01 21:05 Andreas Sturmlechner
2024-12-04 17:43 Sam James
2024-11-26 18:25 Andreas Sturmlechner
2024-10-22 15:45 Andreas Sturmlechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1754493131.de37dfc06121c6fa51a20a860852dce6e473df5e.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox