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 6C496138335 for ; Tue, 21 May 2019 21:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81ED0E087A; Tue, 21 May 2019 21:01:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 69D7AE087A for ; Tue, 21 May 2019 21:01:51 +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 E1101344D5A for ; Tue, 21 May 2019 21:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC9D65EB for ; Tue, 21 May 2019 21:01:47 +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: <1558472498.9342ca8967e2f58e16095d45cc2fd1803abe92a0.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.0.1.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9342ca8967e2f58e16095d45cc2fd1803abe92a0 X-VCS-Branch: master Date: Tue, 21 May 2019 21:01:47 +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: 053b7836-9173-4cc1-89c7-23ac3772f6a5 X-Archives-Hash: 271b616f34cb14c6a18225c86c098e9e commit: 9342ca8967e2f58e16095d45cc2fd1803abe92a0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 21 20:57:39 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 21 21:01:38 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9342ca89 media-libs/pulseaudio-qt: Drop 1.0.1 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild deleted file mode 100644 index f3d859d3f0..0000000000 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KDE_QTHELP="true" -KDE_TEST="optional" -inherit kde5 - -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=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - dev-libs/glib:2 - media-sound/pulseaudio -" -DEPEND="${RDEPEND} - test? ( - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtquickcontrols2) - ) -"