commit: 6549b674ea7d5b00af860d0a98a2be3e99f4f7ba
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 20:41:06 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 20:41:06 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6549b674
kde-apps/cantor: Use elog
Package-Manager: Portage-2.3.47, Repoman-2.3.10
kde-apps/cantor/cantor-18.08.0.ebuild | 22 +++++++++++-----------
kde-apps/cantor/cantor-18.08.49.9999.ebuild | 22 +++++++++++-----------
kde-apps/cantor/cantor-9999.ebuild | 22 +++++++++++-----------
3 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/kde-apps/cantor/cantor-18.08.0.ebuild
b/kde-apps/cantor/cantor-18.08.0.ebuild
index cd2bf41394..388ccd038c 100644
--- a/kde-apps/cantor/cantor-18.08.0.ebuild
+++ b/kde-apps/cantor/cantor-18.08.0.ebuild
@@ -61,20 +61,20 @@ pkg_pretend() {
if ! has_version sci-mathematics/maxima && ! has_version
sci-mathematics/octave && \
! 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, lua, python, qalculate"
- einfo "Alternatively, install one of these:"
- 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
+ elog "You have decided to build ${PN} with no backend."
+ elog "To have this application functional, please enable one of
the backends via USE flag:"
+ elog " analitza, lua, python, qalculate"
+ elog "Alternatively, install one of these:"
+ elog " # emerge sci-mathematics/maxima (bug #619534)"
+ elog " # emerge sci-mathematics/octave"
+ elog "Experimental available USE flags:"
+ elog " julia (not stable, bug #613576), R (bug #619534)"
+ elog
fi
if ! has_version virtual/latex-base; then
- einfo "For LaTeX support:"
- einfo " # emerge virtual/latex-base"
+ elog "For LaTeX support:"
+ elog " # emerge virtual/latex-base"
fi
}
diff --git a/kde-apps/cantor/cantor-18.08.49.9999.ebuild
b/kde-apps/cantor/cantor-18.08.49.9999.ebuild
index 4b71b17f99..ae9d56c2d2 100644
--- a/kde-apps/cantor/cantor-18.08.49.9999.ebuild
+++ b/kde-apps/cantor/cantor-18.08.49.9999.ebuild
@@ -61,20 +61,20 @@ pkg_pretend() {
if ! has_version sci-mathematics/maxima && ! has_version
sci-mathematics/octave && \
! 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, lua, python, qalculate"
- einfo "Alternatively, install one of these:"
- 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
+ elog "You have decided to build ${PN} with no backend."
+ elog "To have this application functional, please enable one of
the backends via USE flag:"
+ elog " analitza, lua, python, qalculate"
+ elog "Alternatively, install one of these:"
+ elog " # emerge sci-mathematics/maxima (bug #619534)"
+ elog " # emerge sci-mathematics/octave"
+ elog "Experimental available USE flags:"
+ elog " julia (not stable, bug #613576), R (bug #619534)"
+ elog
fi
if ! has_version virtual/latex-base; then
- einfo "For LaTeX support:"
- einfo " # emerge virtual/latex-base"
+ elog "For LaTeX support:"
+ elog " # emerge virtual/latex-base"
fi
}
diff --git a/kde-apps/cantor/cantor-9999.ebuild
b/kde-apps/cantor/cantor-9999.ebuild
index 4b71b17f99..ae9d56c2d2 100644
--- a/kde-apps/cantor/cantor-9999.ebuild
+++ b/kde-apps/cantor/cantor-9999.ebuild
@@ -61,20 +61,20 @@ pkg_pretend() {
if ! has_version sci-mathematics/maxima && ! has_version
sci-mathematics/octave && \
! 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, lua, python, qalculate"
- einfo "Alternatively, install one of these:"
- 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
+ elog "You have decided to build ${PN} with no backend."
+ elog "To have this application functional, please enable one of
the backends via USE flag:"
+ elog " analitza, lua, python, qalculate"
+ elog "Alternatively, install one of these:"
+ elog " # emerge sci-mathematics/maxima (bug #619534)"
+ elog " # emerge sci-mathematics/octave"
+ elog "Experimental available USE flags:"
+ elog " julia (not stable, bug #613576), R (bug #619534)"
+ elog
fi
if ! has_version virtual/latex-base; then
- einfo "For LaTeX support:"
- einfo " # emerge virtual/latex-base"
+ elog "For LaTeX support:"
+ elog " # emerge virtual/latex-base"
fi
}