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 A6D5915801C for ; Wed, 2 Aug 2023 19:33:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A02C0E0BEB; Wed, 2 Aug 2023 19:33:50 +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 8289DE0BEB for ; Wed, 2 Aug 2023 19:33:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88F1D340D00 for ; Wed, 2 Aug 2023 19:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D01DEC1 for ; Wed, 2 Aug 2023 19:33:48 +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: <1691004797.bae6cffc1965bca2d1c2add9d14ab7f79a481ba3.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.106.0.ebuild X-VCS-Directories: kde-frameworks/kded/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bae6cffc1965bca2d1c2add9d14ab7f79a481ba3 X-VCS-Branch: master Date: Wed, 2 Aug 2023 19:33:48 +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: 8a4f3f99-88ef-4f5f-8b81-b685f590a4cc X-Archives-Hash: 132510b73da1a502f614290ed8631a0b commit: bae6cffc1965bca2d1c2add9d14ab7f79a481ba3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 2 19:16:09 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 2 19:33:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae6cffc kde-frameworks/kded: drop 5.106.0 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kded/Manifest | 1 - kde-frameworks/kded/kded-5.106.0.ebuild | 38 --------------------------------- 2 files changed, 39 deletions(-) diff --git a/kde-frameworks/kded/Manifest b/kde-frameworks/kded/Manifest index 6488a225070e..8b7fbf3f494a 100644 --- a/kde-frameworks/kded/Manifest +++ b/kde-frameworks/kded/Manifest @@ -1,2 +1 @@ -DIST kded-5.106.0.tar.xz 41012 BLAKE2B 61aa10e2894af283634c37c96f8007e3076ccb1637056cb627deda4746dce9048a3c21c36f685ffdba45872abb0b5defe6c04a1053cf590ebf244510a408bded SHA512 fc1565ed99573694265f9d4c62d6f1df230add470c60132681c848dfe32be4a7dcb06b5c9eedaf752c3338b79c0e61dde87638598b8f299f8140cfae823be27f DIST kded-5.108.0.tar.xz 41004 BLAKE2B c1966ca3f92dbc7b0446e322b698840e71d8929e1b36c5eab2084b670f72cdda3ab1ecc0420ccdcb2c2630aa2d30218f48ee21f819088fe38b45b4a4cda2e3a2 SHA512 ef7a95fc61a59171287013b4afb8dd50278ab6477179f401f56485814d791f4d1902a3622367378a8db238c4c0d63209f632743fceee5b06cfff1fcf991a3438 diff --git a/kde-frameworks/kded/kded-5.106.0.ebuild b/kde-frameworks/kded/kded-5.106.0.ebuild deleted file mode 100644 index 8c4bdd1c8e51..000000000000 --- a/kde-frameworks/kded/kded-5.106.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.5 -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 -}