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 CA3B515864F for ; Thu, 23 Mar 2023 21:03:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5064E0878; Thu, 23 Mar 2023 21:03:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E66ECE0878 for ; Thu, 23 Mar 2023 21:03:05 +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 BC83F340B9E for ; Thu, 23 Mar 2023 21:03:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78D49910 for ; Thu, 23 Mar 2023 21:03:00 +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: <1679605326.ee81d3e10a465b3526108c207450b74f055f69b7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pulseaudio-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pulseaudio-qt/pulseaudio-qt-1.3-r2.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ee81d3e10a465b3526108c207450b74f055f69b7 X-VCS-Branch: master Date: Thu, 23 Mar 2023 21:03:00 +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: 268979a2-3bb9-4abf-bd9a-d6c653ea257c X-Archives-Hash: 8d4525cc8288f885778b7f3e5863f53c commit: ee81d3e10a465b3526108c207450b74f055f69b7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 21:02:06 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 21:02:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee81d3e1 media-libs/pulseaudio-qt: drop 1.3-r2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../pulseaudio-qt/pulseaudio-qt-1.3-r2.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.3-r2.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.3-r2.ebuild deleted file mode 100644 index f787d96c9bfb..000000000000 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.3-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -ECM_QTHELP="true" -ECM_TEST="optional" -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Qt bindings for libpulse" -HOMEPAGE="https://invent.kde.org/libraries/pulseaudio-qt" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" -fi - -LICENSE="LGPL-2.1" -SLOT="0/3" - -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - media-libs/libpulse -" -DEPEND="${RDEPEND} - test? ( - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - ) -" -BDEPEND="virtual/pkgconfig"