From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1DF4913881E for ; Fri, 25 Sep 2015 18:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BEF1E0850; Fri, 25 Sep 2015 18:36:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BEC3E0850 for ; Fri, 25 Sep 2015 18:36:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3AB9340756 for ; Fri, 25 Sep 2015 18:36:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B68BE189 for ; Fri, 25 Sep 2015 18:36:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443206076.42d93e3639b0c71c462e840197eb32e0cd9dad44.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild X-VCS-Directories: sci-visualization/qtiplot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 42d93e3639b0c71c462e840197eb32e0cd9dad44 X-VCS-Branch: master Date: Fri, 25 Sep 2015 18:36:42 +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: 17902ab6-d857-4ce9-9c86-195aa1b1302e X-Archives-Hash: 7147e5b880a6959c3c8722cfce5ee3ba commit: 42d93e3639b0c71c462e840197eb32e0cd9dad44 Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 25 18:34:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 25 18:34:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d93e36 sci-visualization/qtiplot: Use optfeature Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild | 10 +++------- sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild index 330c1ed..f93b945 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild @@ -44,7 +44,7 @@ CDEPEND=" >=dev-libs/boost-1.35.0:= dev-libs/quazip media-libs/libpng:= - sci-libs/alglib + sci-libs/alglib:= sci-libs/gsl sci-libs/tamu_anova latex? ( dev-tex/qtexengine ) @@ -224,12 +224,8 @@ src_install() { pkg_postinst() { if use python; then - elog "You might want to emerge" - elog "\t dev-python/pygsl" - elog "\t dev-python/rpy" - elog "\t sci-libs/scipy and" - elog "\t dev-python/sympy" - elog "to gain full python support." + optfeature "Enhanced python support" \ + dev-python/pygsl dev-python/rpy sci-libs/scipy dev-python/sympy fi fdo-mime_desktop_database_update diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild index bcce114..eec88b2 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild @@ -44,7 +44,7 @@ CDEPEND=" >=dev-libs/boost-1.35.0:= dev-libs/quazip media-libs/libpng:= - sci-libs/alglib + sci-libs/alglib:= sci-libs/gsl sci-libs/tamu_anova latex? ( dev-tex/qtexengine ) @@ -226,12 +226,8 @@ src_install() { pkg_postinst() { if use python; then - elog "You might want to emerge" - elog "\t dev-python/pygsl" - elog "\t dev-python/rpy" - elog "\t sci-libs/scipy and" - elog "\t dev-python/sympy" - elog "to gain full python support." + optfeature "Enhanced python support" \ + dev-python/pygsl dev-python/rpy sci-libs/scipy dev-python/sympy fi fdo-mime_desktop_database_update