Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/
Date: Fri, 25 Sep 2015 18:36:55
Message-Id: 1443206076.42d93e3639b0c71c462e840197eb32e0cd9dad44.jlec@gentoo
1 commit: 42d93e3639b0c71c462e840197eb32e0cd9dad44
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 18:34:36 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 18:34:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d93e36
7
8 sci-visualization/qtiplot: Use optfeature
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild | 10 +++-------
14 sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild | 10 +++-------
15 2 files changed, 6 insertions(+), 14 deletions(-)
16
17 diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
18 index 330c1ed..f93b945 100644
19 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
20 +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
21 @@ -44,7 +44,7 @@ CDEPEND="
22 >=dev-libs/boost-1.35.0:=
23 dev-libs/quazip
24 media-libs/libpng:=
25 - sci-libs/alglib
26 + sci-libs/alglib:=
27 sci-libs/gsl
28 sci-libs/tamu_anova
29 latex? ( dev-tex/qtexengine )
30 @@ -224,12 +224,8 @@ src_install() {
31
32 pkg_postinst() {
33 if use python; then
34 - elog "You might want to emerge"
35 - elog "\t dev-python/pygsl"
36 - elog "\t dev-python/rpy"
37 - elog "\t sci-libs/scipy and"
38 - elog "\t dev-python/sympy"
39 - elog "to gain full python support."
40 + optfeature "Enhanced python support" \
41 + dev-python/pygsl dev-python/rpy sci-libs/scipy dev-python/sympy
42 fi
43
44 fdo-mime_desktop_database_update
45
46 diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
47 index bcce114..eec88b2 100644
48 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
49 +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
50 @@ -44,7 +44,7 @@ CDEPEND="
51 >=dev-libs/boost-1.35.0:=
52 dev-libs/quazip
53 media-libs/libpng:=
54 - sci-libs/alglib
55 + sci-libs/alglib:=
56 sci-libs/gsl
57 sci-libs/tamu_anova
58 latex? ( dev-tex/qtexengine )
59 @@ -226,12 +226,8 @@ src_install() {
60
61 pkg_postinst() {
62 if use python; then
63 - elog "You might want to emerge"
64 - elog "\t dev-python/pygsl"
65 - elog "\t dev-python/rpy"
66 - elog "\t sci-libs/scipy and"
67 - elog "\t dev-python/sympy"
68 - elog "to gain full python support."
69 + optfeature "Enhanced python support" \
70 + dev-python/pygsl dev-python/rpy sci-libs/scipy dev-python/sympy
71 fi
72
73 fdo-mime_desktop_database_update