From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id A2F771584F2 for ; Sun, 16 Mar 2025 23:20:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8E545343292 for ; Sun, 16 Mar 2025 23:20:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CAB531103CD; Sun, 16 Mar 2025 23:20:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id BE0AB1103CD for ; Sun, 16 Mar 2025 23:20:37 +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 7503F3431BA for ; Sun, 16 Mar 2025 23:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A18F222B0 for ; Sun, 16 Mar 2025 23:20:34 +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: <1742167192.461087312fdeab7c0474b37dcf72ff1a3a1e060f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifyconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/knotifyconfig/knotifyconfig-5.116.0.ebuild kde-frameworks/knotifyconfig/metadata.xml X-VCS-Directories: kde-frameworks/knotifyconfig/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 461087312fdeab7c0474b37dcf72ff1a3a1e060f X-VCS-Branch: master Date: Sun, 16 Mar 2025 23:20:34 +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: 1177b5b4-462a-4029-b982-2dc868b0223e X-Archives-Hash: cb01e70a5bdd8d06136e1914cc573e57 commit: 461087312fdeab7c0474b37dcf72ff1a3a1e060f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 16 21:29:19 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 16 23:19:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46108731 kde-frameworks/knotifyconfig: drop 5.116.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../knotifyconfig/knotifyconfig-5.116.0.ebuild | 34 ---------------------- kde-frameworks/knotifyconfig/metadata.xml | 3 -- 2 files changed, 37 deletions(-) diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.116.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.116.0.ebuild deleted file mode 100644 index 0c1e3ac979b1..000000000000 --- a/kde-frameworks/knotifyconfig/knotifyconfig-5.116.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Framework for configuring desktop notifications" -LICENSE="LGPL-2+" -KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="phonon" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kcompletion-${PVCUT}*:5 - =kde-frameworks/kconfig-${PVCUT}*:5 - =kde-frameworks/ki18n-${PVCUT}*:5 - =kde-frameworks/kio-${PVCUT}*:5 - !phonon? ( media-libs/libcanberra ) - phonon? ( >=media-libs/phonon-4.11.0[qt5(+)] ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package !phonon Canberra) - ) - ecm_src_configure -} diff --git a/kde-frameworks/knotifyconfig/metadata.xml b/kde-frameworks/knotifyconfig/metadata.xml index b7605814b7ea..506ecf605bc4 100644 --- a/kde-frameworks/knotifyconfig/metadata.xml +++ b/kde-frameworks/knotifyconfig/metadata.xml @@ -8,9 +8,6 @@ https://bugs.kde.org/ - - Play notification sounds via media-libs/phonon instead of media-libs/libcanberra - Must only be used by packages that are known to use private parts of the Frameworks API.