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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26DA6138350 for ; Sun, 19 Jan 2020 17:04:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDCD4E0973; Sun, 19 Jan 2020 17:03:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5DA0E0973 for ; Sun, 19 Jan 2020 17:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA70B34E26C for ; Sun, 19 Jan 2020 17:03:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0389E7 for ; Sun, 19 Jan 2020 17:03:55 +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: <1579453424.d0fbfe930b857539c5cf976ce1a1137783c5e186.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0fbfe930b857539c5cf976ce1a1137783c5e186 X-VCS-Branch: master Date: Sun, 19 Jan 2020 17:03:55 +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: 449091f3-3dbc-4fe0-a894-9f1b4e290b71 X-Archives-Hash: 8c07701bb5c7ec0af563fe2318e5d03f commit: d0fbfe930b857539c5cf976ce1a1137783c5e186 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 19 16:36:52 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 19 17:03:44 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d0fbfe93 media-libs/pulseaudio-qt: Drop 1.1.0 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> .../pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild | 35 ---------------------- 1 file changed, 35 deletions(-) diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild deleted file mode 100644 index 7ad31b1cb9..0000000000 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -ECM_QTHELP="true" -ECM_TEST="optional" -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="Qt bindings for libpulse" -HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/" - -if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - dev-libs/glib:2 - media-sound/pulseaudio -" -DEPEND="${RDEPEND} - test? ( - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - ) -"