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 9038B139694 for ; Sat, 8 Jul 2017 06:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA9C234086; Sat, 8 Jul 2017 06:55:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CF66234086 for ; Sat, 8 Jul 2017 06:55:53 +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 3231C341915 for ; Sat, 8 Jul 2017 06:55:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 115797490 for ; Sat, 8 Jul 2017 06:55:50 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1499496931.7a8eff91a4aa2be536aa975235f67cb8d764ff49.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/pulseview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/pulseview/pulseview-0.4.0.ebuild sci-electronics/pulseview/pulseview-9999.ebuild X-VCS-Directories: sci-electronics/pulseview/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 7a8eff91a4aa2be536aa975235f67cb8d764ff49 X-VCS-Branch: master Date: Sat, 8 Jul 2017 06:55:50 +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-Archives-Salt: 21d0a3d3-1e9d-44d7-b71d-1164b14ec397 X-Archives-Hash: bd50a8cf8d08035981d9fd9591296caa commit: 7a8eff91a4aa2be536aa975235f67cb8d764ff49 Author: Sven Wegener gentoo org> AuthorDate: Sat Jul 8 06:54:19 2017 +0000 Commit: Sven Wegener gentoo org> CommitDate: Sat Jul 8 06:55:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8eff91 sci-electronics/pulseview: Remove q4 support Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-electronics/pulseview/pulseview-0.4.0.ebuild | 20 ++++++-------------- sci-electronics/pulseview/pulseview-9999.ebuild | 20 ++++++-------------- 2 files changed, 12 insertions(+), 28 deletions(-) diff --git a/sci-electronics/pulseview/pulseview-0.4.0.ebuild b/sci-electronics/pulseview/pulseview-0.4.0.ebuild index c408727be2a..e7a4a92ef4c 100644 --- a/sci-electronics/pulseview/pulseview-0.4.0.ebuild +++ b/sci-electronics/pulseview/pulseview-0.4.0.ebuild @@ -20,25 +20,18 @@ HOMEPAGE="http://sigrok.org/wiki/PulseView" LICENSE="GPL-3" SLOT="0" -IUSE="+decode qt4 qt5 static" -REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} ) ^^ ( qt4 qt5 )" +IUSE="+decode static" +REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" >=dev-libs/boost-1.55:= >=dev-libs/glib-2.28.0:2 >=dev-cpp/glibmm-2.28.0:2 >=sci-libs/libsigrok-0.5.0[cxx] - qt4? ( - >=dev-qt/qtcore-4.5:4 - >=dev-qt/qtgui-4.5:4 - >=dev-qt/qtsvg-4.5:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtsvg:5 - ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtsvg:5 decode? ( >=sci-libs/libsigrokdecode-0.5.0[${PYTHON_USEDEP}] ${PYTHON_DEPS} @@ -53,7 +46,6 @@ src_configure() { -DDISABLE_WERROR=TRUE -DENABLE_DECODE=$(usex decode) -DSTATIC_PKGDEPS_LIBS=$(usex static) - -DFORCE_QT4=$(usex qt4) ) cmake-utils_src_configure } diff --git a/sci-electronics/pulseview/pulseview-9999.ebuild b/sci-electronics/pulseview/pulseview-9999.ebuild index c408727be2a..e7a4a92ef4c 100644 --- a/sci-electronics/pulseview/pulseview-9999.ebuild +++ b/sci-electronics/pulseview/pulseview-9999.ebuild @@ -20,25 +20,18 @@ HOMEPAGE="http://sigrok.org/wiki/PulseView" LICENSE="GPL-3" SLOT="0" -IUSE="+decode qt4 qt5 static" -REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} ) ^^ ( qt4 qt5 )" +IUSE="+decode static" +REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" >=dev-libs/boost-1.55:= >=dev-libs/glib-2.28.0:2 >=dev-cpp/glibmm-2.28.0:2 >=sci-libs/libsigrok-0.5.0[cxx] - qt4? ( - >=dev-qt/qtcore-4.5:4 - >=dev-qt/qtgui-4.5:4 - >=dev-qt/qtsvg-4.5:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtsvg:5 - ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtsvg:5 decode? ( >=sci-libs/libsigrokdecode-0.5.0[${PYTHON_USEDEP}] ${PYTHON_DEPS} @@ -53,7 +46,6 @@ src_configure() { -DDISABLE_WERROR=TRUE -DENABLE_DECODE=$(usex decode) -DSTATIC_PKGDEPS_LIBS=$(usex static) - -DFORCE_QT4=$(usex qt4) ) cmake-utils_src_configure }