summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 19:22:12 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 19:22:12 +0000
commit19e4702ce5d2523bdd0dd466edb3e8422bc7e52e (patch)
treef3006aca659c5eead95800380516f0da8614f575 /sci-mathematics/mupad
parentQA: Cleaner einfo, ewarn, eerror and echo usage (diff)
downloadgentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.tar.gz
gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.tar.bz2
gentoo-2-19e4702ce5d2523bdd0dd466edb3e8422bc7e52e.zip
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-mathematics/mupad')
-rw-r--r--sci-mathematics/mupad/mupad-2.5.2-r2.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/sci-mathematics/mupad/mupad-2.5.2-r2.ebuild b/sci-mathematics/mupad/mupad-2.5.2-r2.ebuild
index 8f2dff2098d6..1ea460d902a2 100644
--- a/sci-mathematics/mupad/mupad-2.5.2-r2.ebuild
+++ b/sci-mathematics/mupad/mupad-2.5.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mupad/mupad-2.5.2-r2.ebuild,v 1.2 2004/12/28 18:03:11 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mupad/mupad-2.5.2-r2.ebuild,v 1.3 2005/07/09 19:20:39 swegener Exp $
inherit versionator
@@ -88,23 +88,23 @@ src_install() {
}
pkg_postinst() {
- echo ""
+ echo
einfo "SOME IMPORTANT NOTES:"
- einfo ""
+ einfo
einfo " - This version of MuPAD has Scilab functionality"
- einfo " integrated, so if you have Scilab installed already, "
+ einfo " integrated, so if you have Scilab installed already,"
einfo " you might find it to be redundant."
- einfo ""
+ einfo
einfo " - MuPAD is only free for non-commercial use. Visit"
einfo " http://www.mupad.com/ for commercial downloads."
- einfo ""
+ einfo
einfo " - In this non-commercial version, you must register to"
einfo " obtain a license key in order to deactivate the memory"
einfo " limit. The memory limit prevents large calculations."
einfo " Read the documentation or visit"
- einfo ""
+ einfo
einfo " ${HOMEPAGE}"
- einfo ""
+ einfo
einfo " for more info."
- echo ""
+ echo
}