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 94828139085 for ; Thu, 22 Dec 2016 18:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E42B7E0DC5; Thu, 22 Dec 2016 18:27:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C5620E0DC5 for ; Thu, 22 Dec 2016 18:27:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1B62341265 for ; Thu, 22 Dec 2016 18:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD4E24F0 for ; Thu, 22 Dec 2016 18:26:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1482431187.05af7b5e2a7d3115f0e11acb0f0235e0c5b752fe.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-3.8.2-r1.ebuild sci-mathematics/octave/octave-3.8.2-r2.ebuild sci-mathematics/octave/octave-4.2.0-r1.ebuild sci-mathematics/octave/octave-4.2.0.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 05af7b5e2a7d3115f0e11acb0f0235e0c5b752fe X-VCS-Branch: master Date: Thu, 22 Dec 2016 18:26:56 +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: b83aca1f-470b-4660-a345-ca50d914a451 X-Archives-Hash: 3d2edde3449485a0279d5bd3b8811dc2 commit: 05af7b5e2a7d3115f0e11acb0f0235e0c5b752fe Author: David Seifert gentoo org> AuthorDate: Thu Dec 22 17:46:39 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 22 18:26:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05af7b5e sci-mathematics/octave: Qt4/Qt5 USEdep on x11-libs/qscintilla Gentoo-bug: 600482 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3188 .../octave/{octave-3.8.2-r1.ebuild => octave-3.8.2-r2.ebuild} | 2 +- .../octave/{octave-4.2.0.ebuild => octave-4.2.0-r1.ebuild} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/octave/octave-3.8.2-r1.ebuild b/sci-mathematics/octave/octave-3.8.2-r2.ebuild similarity index 99% rename from sci-mathematics/octave/octave-3.8.2-r1.ebuild rename to sci-mathematics/octave/octave-3.8.2-r2.ebuild index 186c802..aa4c3f0 100644 --- a/sci-mathematics/octave/octave-3.8.2-r1.ebuild +++ b/sci-mathematics/octave/octave-3.8.2-r2.ebuild @@ -29,7 +29,7 @@ RDEPEND=" fftw? ( sci-libs/fftw:3.0= ) glpk? ( sci-mathematics/glpk:0= ) gnuplot? ( sci-visualization/gnuplot ) - gui? ( x11-libs/qscintilla:0= ) + gui? ( x11-libs/qscintilla:=[qt4(-)] ) hdf5? ( sci-libs/hdf5:0= ) graphicsmagick? ( media-gfx/graphicsmagick:=[cxx] ) imagemagick? ( media-gfx/imagemagick:=[cxx] ) diff --git a/sci-mathematics/octave/octave-4.2.0.ebuild b/sci-mathematics/octave/octave-4.2.0-r1.ebuild similarity index 97% rename from sci-mathematics/octave/octave-4.2.0.ebuild rename to sci-mathematics/octave/octave-4.2.0-r1.ebuild index ed9861c..331bf04 100644 --- a/sci-mathematics/octave/octave-4.2.0.ebuild +++ b/sci-mathematics/octave/octave-4.2.0-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0/${PV}" IUSE="curl doc fftw +glpk gnuplot graphicsmagick hdf5 +imagemagick java opengl openssl portaudio postscript +qhull +qrupdate qt5 readline sndfile +sparse static-libs X zlib" REQUIRED_USE="?? ( graphicsmagick imagemagick )" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" RDEPEND=" app-arch/bzip2 @@ -50,7 +50,9 @@ RDEPEND=" qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-qt/qtnetwork:5 ) + dev-qt/qtnetwork:5 + >=x11-libs/qscintilla-2.9.3-r2:=[qt5(+)] + ) readline? ( sys-libs/readline:0= ) sndfile? ( media-libs/libsndfile ) sparse? (