summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-08-17 20:12:15 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-08-17 20:12:15 +0000
commit81b6c6d5f7e814422bcf4a1fb3bcf126dc88a980 (patch)
tree48e4b87151ae5415e761bc19f0a506e45d56ad12 /sci-libs
parentNote that configuration now uses eselect rather than lapack-config. (diff)
downloadgentoo-2-81b6c6d5f7e814422bcf4a1fb3bcf126dc88a980.tar.gz
gentoo-2-81b6c6d5f7e814422bcf4a1fb3bcf126dc88a980.tar.bz2
gentoo-2-81b6c6d5f7e814422bcf4a1fb3bcf126dc88a980.zip
Change einfo uses that should get read to elog.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/mkl/ChangeLog5
-rw-r--r--sci-libs/mkl/mkl-8.0.2.004.ebuild28
2 files changed, 18 insertions, 15 deletions
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog
index 9c16f5fc37f6..07117dbf5126 100644
--- a/sci-libs/mkl/ChangeLog
+++ b/sci-libs/mkl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/mkl
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.5 2006/07/03 08:30:38 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.6 2006/08/17 20:12:15 dberkholz Exp $
+
+ 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>; mkl-8.0.2.004.ebuild:
+ Change einfo uses that should get read to elog.
*mkl-8.0.2.004 (03 Jul 2006)
diff --git a/sci-libs/mkl/mkl-8.0.2.004.ebuild b/sci-libs/mkl/mkl-8.0.2.004.ebuild
index 16fa42a32789..1e176e791be7 100644
--- a/sci-libs/mkl/mkl-8.0.2.004.ebuild
+++ b/sci-libs/mkl/mkl-8.0.2.004.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-8.0.2.004.ebuild,v 1.1 2006/07/03 08:30:38 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-8.0.2.004.ebuild,v 1.2 2006/08/17 20:12:15 dberkholz Exp $
inherit fortran rpm flag-o-matic
@@ -41,13 +41,13 @@ pkg_setup() {
eerror "Please locate your license file and run:"
eerror "\t INTEL_LICENSE=/my/license/files emerge ${PN}"
eerror "or place your license in /opt/intel/licenses and run emerge ${PN}"
- einfo
- einfo "http://www.intel.com/cd/software/products/asmo-na/eng/perflib/mkl/219859.htm"
- einfo "From the above url you can get a free, non-commercial"
- einfo "license to use the Intel Math Kernel Libary emailed to you."
- einfo "You cannot use mkl without this license file."
- einfo "Read the website for more information on this license."
- einfo
+ elog
+ elog "http://www.intel.com/cd/software/products/asmo-na/eng/perflib/mkl/219859.htm"
+ elog "From the above url you can get a free, non-commercial"
+ elog "license to use the Intel Math Kernel Libary emailed to you."
+ elog "You cannot use mkl without this license file."
+ elog "Read the website for more information on this license."
+ elog
fi
}
@@ -217,10 +217,10 @@ pkg_postinst() {
eselect lapack set mkl
fi
- einfo "To use MKL's BLAS features, you have to issue (as root):"
- einfo "\n\teselect blas set mkl"
- einfo "To use MKL's CBLAS features, you have to issue (as root):"
- einfo "\n\teselect cblas set mkl"
- einfo "To use MKL's LAPACK features, you have to issue (as root):"
- einfo "\n\teselect lapack set mkl"
+ elog "To use MKL's BLAS features, you have to issue (as root):"
+ elog "\n\teselect blas set mkl"
+ elog "To use MKL's CBLAS features, you have to issue (as root):"
+ elog "\n\teselect cblas set mkl"
+ elog "To use MKL's LAPACK features, you have to issue (as root):"
+ elog "\n\teselect lapack set mkl"
}