Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/
Date: Sat, 12 Aug 2017 12:32:12
Message-Id: 1502541109.713054ede9b1ca82390816c35142e7c52ca25113.asturm@gentoo
1 commit: 713054ede9b1ca82390816c35142e7c52ca25113
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 12 12:31:49 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 12:31:49 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=713054ed
7
8 kde-apps/cantor: Switch default to USE=analitza
9
10 Gentoo-bug: 619534
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12
13 kde-apps/cantor/cantor-17.08.0.ebuild | 8 +++++---
14 kde-apps/cantor/cantor-17.08.49.9999.ebuild | 8 +++++---
15 kde-apps/cantor/cantor-9999.ebuild | 8 +++++---
16 3 files changed, 15 insertions(+), 9 deletions(-)
17
18 diff --git a/kde-apps/cantor/cantor-17.08.0.ebuild b/kde-apps/cantor/cantor-17.08.0.ebuild
19 index a747766dff..b432e51bfd 100644
20 --- a/kde-apps/cantor/cantor-17.08.0.ebuild
21 +++ b/kde-apps/cantor/cantor-17.08.0.ebuild
22 @@ -12,7 +12,7 @@ inherit kde5 python-r1
23 DESCRIPTION="Interface for doing mathematics and scientific computing"
24 HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor"
25 KEYWORDS="~amd64 ~x86"
26 -IUSE="analitza julia lua postscript python qalculate +R"
27 +IUSE="+analitza julia lua postscript python qalculate R"
28
29 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
30
31 @@ -62,10 +62,12 @@ pkg_pretend() {
32 ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
33 einfo "You have decided to build ${PN} with no backend."
34 einfo "To have this application functional, please enable one of the backends via USE flag:"
35 - einfo " analitza, julia, lua, python, qalculate, R"
36 + einfo " analitza, lua, python, qalculate"
37 einfo "Alternatively, install one of these:"
38 - einfo " # emerge sci-mathematics/maxima"
39 + einfo " # emerge sci-mathematics/maxima (bug #619534)"
40 einfo " # emerge sci-mathematics/octave"
41 + einfo "Experimental available USE flags:"
42 + einfo " julia (not stable, bug #613576), R (bug #619534)"
43 einfo
44 fi
45
46
47 diff --git a/kde-apps/cantor/cantor-17.08.49.9999.ebuild b/kde-apps/cantor/cantor-17.08.49.9999.ebuild
48 index d789941fbc..3a2cdcec57 100644
49 --- a/kde-apps/cantor/cantor-17.08.49.9999.ebuild
50 +++ b/kde-apps/cantor/cantor-17.08.49.9999.ebuild
51 @@ -12,7 +12,7 @@ inherit kde5 python-r1
52 DESCRIPTION="Interface for doing mathematics and scientific computing"
53 HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor"
54 KEYWORDS=""
55 -IUSE="analitza julia lua postscript python qalculate +R"
56 +IUSE="+analitza julia lua postscript python qalculate R"
57
58 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
59
60 @@ -62,10 +62,12 @@ pkg_pretend() {
61 ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
62 einfo "You have decided to build ${PN} with no backend."
63 einfo "To have this application functional, please enable one of the backends via USE flag:"
64 - einfo " analitza, julia, lua, python, qalculate, R"
65 + einfo " analitza, lua, python, qalculate"
66 einfo "Alternatively, install one of these:"
67 - einfo " # emerge sci-mathematics/maxima"
68 + einfo " # emerge sci-mathematics/maxima (bug #619534)"
69 einfo " # emerge sci-mathematics/octave"
70 + einfo "Experimental available USE flags:"
71 + einfo " julia (not stable, bug #613576), R (bug #619534)"
72 einfo
73 fi
74
75
76 diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
77 index d789941fbc..3a2cdcec57 100644
78 --- a/kde-apps/cantor/cantor-9999.ebuild
79 +++ b/kde-apps/cantor/cantor-9999.ebuild
80 @@ -12,7 +12,7 @@ inherit kde5 python-r1
81 DESCRIPTION="Interface for doing mathematics and scientific computing"
82 HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor"
83 KEYWORDS=""
84 -IUSE="analitza julia lua postscript python qalculate +R"
85 +IUSE="+analitza julia lua postscript python qalculate R"
86
87 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
88
89 @@ -62,10 +62,12 @@ pkg_pretend() {
90 ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
91 einfo "You have decided to build ${PN} with no backend."
92 einfo "To have this application functional, please enable one of the backends via USE flag:"
93 - einfo " analitza, julia, lua, python, qalculate, R"
94 + einfo " analitza, lua, python, qalculate"
95 einfo "Alternatively, install one of these:"
96 - einfo " # emerge sci-mathematics/maxima"
97 + einfo " # emerge sci-mathematics/maxima (bug #619534)"
98 einfo " # emerge sci-mathematics/octave"
99 + einfo "Experimental available USE flags:"
100 + einfo " julia (not stable, bug #613576), R (bug #619534)"
101 einfo
102 fi