From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 381D515807A for ; Mon, 7 Oct 2024 05:19:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66AA9E29A9; Mon, 7 Oct 2024 05:19:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D180E29A9 for ; Mon, 7 Oct 2024 05:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56BB834315A for ; Mon, 7 Oct 2024 05:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BD591FBE for ; Mon, 7 Oct 2024 05:18:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1728278317.5d76405914d79f3866c0d4c40420cebca41f32e6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/khotkeys/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/khotkeys/Manifest kde-plasma/khotkeys/khotkeys-5.27.11.ebuild kde-plasma/khotkeys/metadata.xml profiles/package.mask X-VCS-Directories: kde-plasma/khotkeys/ profiles/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d76405914d79f3866c0d4c40420cebca41f32e6 X-VCS-Branch: master Date: Mon, 7 Oct 2024 05:18:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4ea3e2a-678e-4da5-9b5e-1c583fa8b81c X-Archives-Hash: 50ba0d196c2e273a2b613e6bdb78eb0f commit: 5d76405914d79f3866c0d4c40420cebca41f32e6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 6 08:20:03 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 7 05:18:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d764059 kde-plasma/khotkeys: treeclean Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/khotkeys/Manifest | 1 - kde-plasma/khotkeys/khotkeys-5.27.11.ebuild | 50 ----------------------------- kde-plasma/khotkeys/metadata.xml | 11 ------- profiles/package.mask | 5 --- 4 files changed, 67 deletions(-) diff --git a/kde-plasma/khotkeys/Manifest b/kde-plasma/khotkeys/Manifest deleted file mode 100644 index 65f3b89eccd3..000000000000 --- a/kde-plasma/khotkeys/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST khotkeys-5.27.11.tar.xz 1895584 BLAKE2B 3f718709f945b956e468fabb82e5921a7175dd756327e3b01170a4a68c2899912d45ed32242ee436fa578819e9835d1993c84986a91d09a27e7730f28b86025b SHA512 9c39c989bce1ef80ad3334d65ddeb2d4a2da039e54b8863fa29538c25d532562e74791a97957fad1c66b6642c02b51818b24ad4dea7059185d1f7564cf0cdd7f diff --git a/kde-plasma/khotkeys/khotkeys-5.27.11.ebuild b/kde-plasma/khotkeys/khotkeys-5.27.11.ebuild deleted file mode 100644 index 7df40ad86cfe..000000000000 --- a/kde-plasma/khotkeys/khotkeys-5.27.11.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" # not optional until !kdelibs4support -KFMIN=5.106.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.9 -inherit ecm plasma.kde.org - -DESCRIPTION="KDE Plasma workspace hotkey module" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="" - -COMMON_DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - >=kde-frameworks/kcompletion-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdbusaddons-${KFMIN}:5 - >=kde-frameworks/kdelibs4support-${KFMIN}:5[X] - >=kde-frameworks/kglobalaccel-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-plasma/libkworkspace-${PVCUT}:5 - x11-libs/libX11 - x11-libs/libXtst -" -DEPEND="${COMMON_DEPEND} - x11-base/xorg-proto - x11-libs/libxcb - x11-libs/libXtst -" -RDEPEND="${COMMON_DEPEND} - >=kde-frameworks/kded-${KFMIN}:5 - >=kde-plasma/kde-cli-tools-${PVCUT}:* -" diff --git a/kde-plasma/khotkeys/metadata.xml b/kde-plasma/khotkeys/metadata.xml deleted file mode 100644 index d925f2439758..000000000000 --- a/kde-plasma/khotkeys/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - kde@gentoo.org - Gentoo KDE Project - - - https://bugs.kde.org/ - - diff --git a/profiles/package.mask b/profiles/package.mask index 8df302fc5f4e..9158a41af59a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -173,11 +173,6 @@ dev-ml/dyn # Removal on 2024-10-08. Bug #932532. sci-physics/qmeq -# Andreas Sturmlechner (2024-09-07) -# These packages are EOL in Plasma 6. -# Removal on 2024-10-07. - (2024-09-02) # exim_tinydb utility crashes due to invalid free() (used in startup script) =mail-mta/exim-4.98