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 5451F13997F for ; Wed, 13 Nov 2019 02:00:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26B46E08C9; Wed, 13 Nov 2019 02:00:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0B3E7E08C9 for ; Wed, 13 Nov 2019 02:00:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1D11C34CCF2 for ; Wed, 13 Nov 2019 02:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6EEB8C3 for ; Wed, 13 Nov 2019 02:00:02 +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: <1573610367.5fce9fa47451140dda46afb11400a62e8808f9ad.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: 5fce9fa47451140dda46afb11400a62e8808f9ad X-VCS-Branch: master Date: Wed, 13 Nov 2019 02:00:02 +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: ca08f336-4a50-46d5-b8b5-27c529cf49be X-Archives-Hash: 01642b1c22f1ac0e085cfb1694c99d87 commit: 5fce9fa47451140dda46afb11400a62e8808f9ad Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 13 01:58:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 13 01:59:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5fce9fa4 media-libs/pulseaudio-qt: Port 1.1.0 to ecm.eclass and kde.org.eclass Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 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 index f3d859d3f0..72715c3d5f 100644 --- a/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.1.0.ebuild @@ -3,10 +3,11 @@ EAPI=7 -KDE_HANDBOOK="forceoptional" -KDE_QTHELP="true" -KDE_TEST="optional" -inherit kde5 +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/" @@ -21,14 +22,14 @@ SLOT="0" IUSE="" RDEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 dev-libs/glib:2 media-sound/pulseaudio " DEPEND="${RDEPEND} test? ( - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtquickcontrols2) + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 ) "