Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/cantor/
Date: Wed, 30 Nov 2016 14:21:49
Message-Id: 1480515697.08d68abcb2f11d1aadce657088aeab918036a90d.kensington@gentoo
1 commit: 08d68abcb2f11d1aadce657088aeab918036a90d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 14:21:34 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 14:21:37 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=08d68abc
7
8 kde-apps/cantor: remove empty lines in pkg_pretend
9
10 The empty lines were useful in separating output when this message was in
11 pkg_postinst, but pkg_pretend doesn't suffer from the same problem.
12
13 Package-Manager: portage-2.3.2
14
15 kde-apps/cantor/cantor-16.12.49.9999.ebuild | 2 --
16 kde-apps/cantor/cantor-9999.ebuild | 2 --
17 2 files changed, 4 deletions(-)
18
19 diff --git a/kde-apps/cantor/cantor-16.12.49.9999.ebuild b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
20 index 022066a..1a63794 100644
21 --- a/kde-apps/cantor/cantor-16.12.49.9999.ebuild
22 +++ b/kde-apps/cantor/cantor-16.12.49.9999.ebuild
23 @@ -63,14 +63,12 @@ pkg_pretend() {
24
25 if ! has_version sci-mathematics/maxima && ! has_version sci-mathematics/octave && \
26 ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
27 - einfo
28 einfo "You have decided to build ${PN} with no backend."
29 einfo "To have this application functional, please enable one of the backends via USE flag:"
30 einfo " analitza, julia, lua, python, qalculate, R"
31 einfo "Alternatively, install one of these:"
32 einfo " # emerge sci-mathematics/maxima"
33 einfo " # emerge sci-mathematics/octave"
34 - einfo
35 fi
36 }
37
38
39 diff --git a/kde-apps/cantor/cantor-9999.ebuild b/kde-apps/cantor/cantor-9999.ebuild
40 index 022066a..1a63794 100644
41 --- a/kde-apps/cantor/cantor-9999.ebuild
42 +++ b/kde-apps/cantor/cantor-9999.ebuild
43 @@ -63,14 +63,12 @@ pkg_pretend() {
44
45 if ! has_version sci-mathematics/maxima && ! has_version sci-mathematics/octave && \
46 ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then
47 - einfo
48 einfo "You have decided to build ${PN} with no backend."
49 einfo "To have this application functional, please enable one of the backends via USE flag:"
50 einfo " analitza, julia, lua, python, qalculate, R"
51 einfo "Alternatively, install one of these:"
52 einfo " # emerge sci-mathematics/maxima"
53 einfo " # emerge sci-mathematics/octave"
54 - einfo
55 fi
56 }