commit: 08d68abcb2f11d1aadce657088aeab918036a90d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 14:21:34 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 14:21:37 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=08d68abc
kde-apps/cantor: remove empty lines in pkg_pretend
The empty lines were useful in separating output when this message was in
pkg_postinst, but pkg_pretend doesn't suffer from the same problem.
Package-Manager: portage-2.3.2
kde-apps/cantor/cantor-16.12.49.9999.ebuild | 2 --
kde-apps/cantor/cantor-9999.ebuild | 2 --
2 files changed, 4 deletions(-)
diff --git a/kde-apps/cantor/cantor-16.12.49.9999.ebuild
b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
index 022066a..1a63794 100644
--- a/kde-apps/cantor/cantor-16.12.49.9999.ebuild
+++ b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
@@ -63,14 +63,12 @@ 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
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 "Alternatively, install one of these:"
einfo " # emerge sci-mathematics/maxima"
einfo " # emerge sci-mathematics/octave"
- einfo
fi
}
diff --git a/kde-apps/cantor/cantor-9999.ebuild
b/kde-apps/cantor/cantor-9999.ebuild
index 022066a..1a63794 100644
--- a/kde-apps/cantor/cantor-9999.ebuild
+++ b/kde-apps/cantor/cantor-9999.ebuild
@@ -63,14 +63,12 @@ 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
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 "Alternatively, install one of these:"
einfo " # emerge sci-mathematics/maxima"
einfo " # emerge sci-mathematics/octave"
- einfo
fi
}