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 905B61396D0 for ; Sat, 12 Aug 2017 12:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D99C31FC04B; Sat, 12 Aug 2017 12:32:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADEDC1FC04B for ; Sat, 12 Aug 2017 12:32:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6E818341915 for ; Sat, 12 Aug 2017 12:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552A97690 for ; Sat, 12 Aug 2017 12:32:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1502541109.713054ede9b1ca82390816c35142e7c52ca25113.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/cantor/cantor-17.08.0.ebuild kde-apps/cantor/cantor-17.08.49.9999.ebuild kde-apps/cantor/cantor-9999.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 713054ede9b1ca82390816c35142e7c52ca25113 X-VCS-Branch: master Date: Sat, 12 Aug 2017 12:32:08 +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: 4e8fa8c9-9d2a-40bf-9e47-dc74c44067c5 X-Archives-Hash: 5cf3b6c5b0aaa52ca846b9fd411caaa8 commit: 713054ede9b1ca82390816c35142e7c52ca25113 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 12 12:31:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 12 12:31:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=713054ed kde-apps/cantor: Switch default to USE=analitza Gentoo-bug: 619534 Package-Manager: Portage-2.3.6, Repoman-2.3.3 kde-apps/cantor/cantor-17.08.0.ebuild | 8 +++++--- kde-apps/cantor/cantor-17.08.49.9999.ebuild | 8 +++++--- kde-apps/cantor/cantor-9999.ebuild | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/kde-apps/cantor/cantor-17.08.0.ebuild b/kde-apps/cantor/cantor-17.08.0.ebuild index a747766dff..b432e51bfd 100644 --- a/kde-apps/cantor/cantor-17.08.0.ebuild +++ b/kde-apps/cantor/cantor-17.08.0.ebuild @@ -12,7 +12,7 @@ inherit kde5 python-r1 DESCRIPTION="Interface for doing mathematics and scientific computing" HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor" KEYWORDS="~amd64 ~x86" -IUSE="analitza julia lua postscript python qalculate +R" +IUSE="+analitza julia lua postscript python qalculate R" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -62,10 +62,12 @@ pkg_pretend() { ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then einfo "You have decided to build ${PN} with no backend." einfo "To have this application functional, please enable one of the backends via USE flag:" - einfo " analitza, julia, lua, python, qalculate, R" + einfo " analitza, lua, python, qalculate" einfo "Alternatively, install one of these:" - einfo " # emerge sci-mathematics/maxima" + einfo " # emerge sci-mathematics/maxima (bug #619534)" einfo " # emerge sci-mathematics/octave" + einfo "Experimental available USE flags:" + einfo " julia (not stable, bug #613576), R (bug #619534)" einfo fi diff --git a/kde-apps/cantor/cantor-17.08.49.9999.ebuild b/kde-apps/cantor/cantor-17.08.49.9999.ebuild index d789941fbc..3a2cdcec57 100644 --- a/kde-apps/cantor/cantor-17.08.49.9999.ebuild +++ b/kde-apps/cantor/cantor-17.08.49.9999.ebuild @@ -12,7 +12,7 @@ inherit kde5 python-r1 DESCRIPTION="Interface for doing mathematics and scientific computing" HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor" KEYWORDS="" -IUSE="analitza julia lua postscript python qalculate +R" +IUSE="+analitza julia lua postscript python qalculate R" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -62,10 +62,12 @@ pkg_pretend() { ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then einfo "You have decided to build ${PN} with no backend." einfo "To have this application functional, please enable one of the backends via USE flag:" - einfo " analitza, julia, lua, python, qalculate, R" + einfo " analitza, lua, python, qalculate" einfo "Alternatively, install one of these:" - einfo " # emerge sci-mathematics/maxima" + einfo " # emerge sci-mathematics/maxima (bug #619534)" einfo " # emerge sci-mathematics/octave" + einfo "Experimental available USE flags:" + einfo " julia (not stable, bug #613576), R (bug #619534)" einfo fi diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild index d789941fbc..3a2cdcec57 100644 --- a/kde-apps/cantor/cantor-9999.ebuild +++ b/kde-apps/cantor/cantor-9999.ebuild @@ -12,7 +12,7 @@ inherit kde5 python-r1 DESCRIPTION="Interface for doing mathematics and scientific computing" HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor" KEYWORDS="" -IUSE="analitza julia lua postscript python qalculate +R" +IUSE="+analitza julia lua postscript python qalculate R" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" @@ -62,10 +62,12 @@ pkg_pretend() { ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then einfo "You have decided to build ${PN} with no backend." einfo "To have this application functional, please enable one of the backends via USE flag:" - einfo " analitza, julia, lua, python, qalculate, R" + einfo " analitza, lua, python, qalculate" einfo "Alternatively, install one of these:" - einfo " # emerge sci-mathematics/maxima" + einfo " # emerge sci-mathematics/maxima (bug #619534)" einfo " # emerge sci-mathematics/octave" + einfo "Experimental available USE flags:" + einfo " julia (not stable, bug #613576), R (bug #619534)" einfo fi