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 C6D2A15ACFB for ; Wed, 12 Apr 2023 21:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 121A7E07E2; Wed, 12 Apr 2023 21:24:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id EA3DCE07E2 for ; Wed, 12 Apr 2023 21:24:40 +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 286BC335D0D for ; Wed, 12 Apr 2023 21:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68FA9A1F for ; Wed, 12 Apr 2023 21:24:38 +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: <1681334643.fb187d6b9267aeff8379f8e1e594c877e6d7c89d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kpipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kpipewire/kpipewire-5.27.4.ebuild X-VCS-Directories: kde-plasma/kpipewire/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fb187d6b9267aeff8379f8e1e594c877e6d7c89d X-VCS-Branch: master Date: Wed, 12 Apr 2023 21:24:38 +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: 937827d9-a33a-42e4-9cab-388e6584c136 X-Archives-Hash: c6a6d11c9e4a9bb2e9cf80ab16701b32 commit: fb187d6b9267aeff8379f8e1e594c877e6d7c89d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 12 21:19:10 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 12 21:24:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb187d6b kde-plasma/kpipewire: drop 5.27.4 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kpipewire/kpipewire-5.27.4.ebuild | 41 ---------------------------- 1 file changed, 41 deletions(-) diff --git a/kde-plasma/kpipewire/kpipewire-5.27.4.ebuild b/kde-plasma/kpipewire/kpipewire-5.27.4.ebuild deleted file mode 100644 index 5f6ed12010de..000000000000 --- a/kde-plasma/kpipewire/kpipewire-5.27.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=5.102.0 -QTMIN=5.15.7 -inherit ecm plasma.kde.org - -DESCRIPTION="Components relating to Flatpak pipewire use in Plasma" - -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="" - -COMMON_DEPEND=" - dev-libs/wayland - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwayland-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kwayland-${KFMIN}:5 - media-libs/libepoxy - media-libs/libglvnd - media-video/ffmpeg:= - >=media-video/pipewire-0.3:= - x11-libs/libdrm -" -DEPEND="${COMMON_DEPEND} - dev-libs/plasma-wayland-protocols -" -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - x11-themes/sound-theme-freedesktop -" -BDEPEND=">=dev-qt/qtwaylandscanner-${QTMIN}:5"