public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 22 Oct 2024 15:45:52 +0000 (UTC)	[thread overview]
Message-ID: <1729611061.625d475c30b4502db883e4dc92463b352ce714c5.asturm@gentoo> (raw)

commit:     625d475c30b4502db883e4dc92463b352ce714c5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 15:17:56 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 15:31:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625d475c

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

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

 kde-plasma/plasma-login-sessions/Manifest          |  1 -
 .../plasma-login-sessions-6.2.1.ebuild             | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/kde-plasma/plasma-login-sessions/Manifest b/kde-plasma/plasma-login-sessions/Manifest
index cd6961f771d2..4ca909a0d52b 100644
--- a/kde-plasma/plasma-login-sessions/Manifest
+++ b/kde-plasma/plasma-login-sessions/Manifest
@@ -1,2 +1 @@
-DIST plasma-workspace-6.2.1.tar.xz 19134384 BLAKE2B ddb46e2f8df5c79006709f94166ad16c29bb1f3b45b632a9f854e3136803b93f24b8df786132b3293bc25c5f3a6cf85d17bd8e4a0f19b25e5990e98178253458 SHA512 8f5971b2e9da44d6beb9b0ad92e99907cbc7b78f3df207fd96378baaa19a1cf55ec36505e7223fef5c14c56585880924901a7200a2c4e67495996a5e07ca7a50
 DIST plasma-workspace-6.2.2.tar.xz 19136092 BLAKE2B 6886b169eaef261881198e1b07aef4a7613fbde9da4fc2b4ea15b83a55ee3e659e08526677ee4da3f81e1f9bb65157bc25af0c4ec4f54e31ecf878dc76174910 SHA512 63d54c5cfaaecb6bcb1915153c39b796e1459295f247fbe84d522c2f60cf94bb827fbd17dbd62a8851a9ed57f0eb1a157ecbd68a8a6a80a6db6d094ea662cf42

diff --git a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.1.ebuild b/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.1.ebuild
deleted file mode 100644
index 3e01f1ac5e7b..000000000000
--- a/kde-plasma/plasma-login-sessions/plasma-login-sessions-6.2.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 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 ~ppc64 ~riscv ~x86"
-IUSE="+wayland X"
-
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="!<kde-plasma/plasma-workspace-6.2.1"
-
-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
-}


             reply	other threads:[~2024-10-22 15:45 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-22 15:45 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26 18:25 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-login-sessions/ Andreas Sturmlechner
2024-12-04 17:43 Sam James
2025-01-01 21:05 Andreas Sturmlechner
2025-01-10 10:13 WANG Xuerui
2025-01-26 11:19 Arthur Zamarin
2025-02-11 17:59 Andreas Sturmlechner
2025-02-18 18:44 Andreas Sturmlechner
2025-02-18 21:42 Andreas Sturmlechner
2025-02-25 17:37 Andreas Sturmlechner
2025-03-11 20:52 Andreas Sturmlechner
2025-04-02  6:03 Sam James
2025-04-02 16:34 Andreas Sturmlechner
2025-05-06 19:21 Andreas Sturmlechner
2025-05-21 11:02 Arthur Zamarin
2025-05-26  4:58 Sam James
2025-05-26 18:04 Andreas Sturmlechner
2025-06-17 18:08 Andreas Sturmlechner
2025-06-24 18:11 Andreas Sturmlechner
2025-07-01 19:41 Andreas Sturmlechner
2025-07-02 17:22 Andreas Sturmlechner
2025-07-09 16:26 Andreas Sturmlechner
2025-07-15 15:37 Andreas Sturmlechner
2025-07-16 19:03 Andreas Sturmlechner
2025-07-28 16:58 Andreas Sturmlechner
2025-08-05 21:23 Andreas Sturmlechner
2025-08-06 15:12 Andreas Sturmlechner
2025-09-09 15:09 Andreas Sturmlechner
2025-09-17 11:36 Arthur Zamarin
2025-09-17 12:13 Arthur Zamarin
2025-09-26 10:21 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=1729611061.625d475c30b4502db883e4dc92463b352ce714c5.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