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 366CA158089 for ; Tue, 26 Sep 2023 19:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76EF12BC016; Tue, 26 Sep 2023 19:09:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57CA32BC016 for ; Tue, 26 Sep 2023 19:09:28 +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 61F6D335C20 for ; Tue, 26 Sep 2023 19:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E3C1226 for ; Tue, 26 Sep 2023 19:09:25 +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: <1695755214.6b793b988d36865cb559dfb5c90b24b18c95acce.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kded/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kded/Manifest kde-frameworks/kded/kded-5.108.0.ebuild X-VCS-Directories: kde-frameworks/kded/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6b793b988d36865cb559dfb5c90b24b18c95acce X-VCS-Branch: master Date: Tue, 26 Sep 2023 19:09:25 +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: 69477eeb-d931-4744-a65f-64d08ce668fa X-Archives-Hash: fb5eda599d56ea81452925130014b706 commit: 6b793b988d36865cb559dfb5c90b24b18c95acce Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 26 18:40:11 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 26 19:06:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b793b98 kde-frameworks/kded: drop 5.108.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kded/Manifest | 1 - kde-frameworks/kded/kded-5.108.0.ebuild | 38 --------------------------------- 2 files changed, 39 deletions(-) diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest index a720e875ac0e..0b3f12096a4a 100644 --- a/kde-frameworks/kded/Manifest +++ b/kde-frameworks/kded/Manifest @@ -1,2 +1 @@ -DIST kded-5.108.0.tar.xz 41004 BLAKE2B c1966ca3f92dbc7b0446e322b698840e71d8929e1b36c5eab2084b670f72cdda3ab1ecc0420ccdcb2c2630aa2d30218f48ee21f819088fe38b45b4a4cda2e3a2 SHA512 ef7a95fc61a59171287013b4afb8dd50278ab6477179f401f56485814d791f4d1902a3622367378a8db238c4c0d63209f632743fceee5b06cfff1fcf991a3438 DIST kded-5.110.0.tar.xz 41012 BLAKE2B 22b71a0499084b73ec5d42b498bf782564f110b63f46e1b2daab91975b4b36871aa47a1a24cc36e37bd97f54a4874659dd0253facc1dbf1fc1e54eac6bb6faae SHA512 09e3cd238ac1253dfaa585d63dfbe8c0c0676e073f8ec43e192bd0e229b28203d5c0c42a48f0913cc6314f7918c3d1539f7e3d8afccc5a1b679ccaf737dd8ccc diff --git a/kde-frameworks/kded/kded-5.108.0.ebuild b/kde-frameworks/kded/kded-5.108.0.ebuild deleted file mode 100644 index f4991cfd5b6d..000000000000 --- a/kde-frameworks/kded/kded-5.108.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Central daemon of KDE workspaces" - -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="+man" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfig-${PVCUT}*:5[dbus] - =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kcrash-${PVCUT}*:5 - =kde-frameworks/kdbusaddons-${PVCUT}*:5 - =kde-frameworks/kinit-${PVCUT}*:5 - =kde-frameworks/kservice-${PVCUT}*:5 -" -RDEPEND="${DEPEND}" -BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package man KF5DocTools) - ) - - ecm_src_configure -}