summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-08-17 18:21:03 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-08-17 18:21:03 +0000
commitf02d64778398321dcfae3b7842871e9aa0c1d62d (patch)
tree5f2a4899714f97208c9b767a00aa82ba3a7b70ec /sci-libs
parentStable on amd64 (diff)
downloadgentoo-2-f02d64778398321dcfae3b7842871e9aa0c1d62d.tar.gz
gentoo-2-f02d64778398321dcfae3b7842871e9aa0c1d62d.tar.bz2
gentoo-2-f02d64778398321dcfae3b7842871e9aa0c1d62d.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/blas-atlas/ChangeLog6
-rw-r--r--sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild16
-rw-r--r--sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild16
3 files changed, 21 insertions, 17 deletions
diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog
index 99d2358fff97..38e0e9c93d57 100644
--- a/sci-libs/blas-atlas/ChangeLog
+++ b/sci-libs/blas-atlas/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/blas-atlas
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.28 2006/08/04 13:31:40 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.29 2006/08/17 18:21:03 dberkholz Exp $
+
+ 17 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+ blas-atlas-3.6.0-r2.ebuild, blas-atlas-3.7.11-r1.ebuild:
+ Change einfo uses that should get read to elog.
04 Aug 2006; Markus Dittrich <markusle@gentoo.org>
blas-atlas-3.7.11.ebuild, blas-atlas-3.7.11-r1.ebuild:
diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild
index 2009dee6b430..d1df80797620 100644
--- a/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild
+++ b/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.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/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.1 2006/07/03 08:04:29 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.2 2006/08/17 18:21:03 dberkholz Exp $
inherit eutils toolchain-funcs
@@ -171,11 +171,11 @@ pkg_postinst() {
eselect cblas set ${THREADED}atlas
fi
- einfo
- einfo "Fortran users link using -lblas"
- einfo
- einfo "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and"
- einfo "link using -lcblas"
- einfo
- einfo "If using threaded ATLAS, you may also need to link with -lpthread."
+ elog
+ elog "Fortran users link using -lblas"
+ elog
+ elog "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and"
+ elog "link using -lcblas"
+ elog
+ elog "If using threaded ATLAS, you may also need to link with -lpthread."
}
diff --git a/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild b/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild
index 1b4310e644db..37d5bd82b1dc 100644
--- a/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild
+++ b/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.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/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.3 2006/08/04 13:31:40 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.4 2006/08/17 18:21:03 dberkholz Exp $
inherit eutils toolchain-funcs fortran
@@ -192,11 +192,11 @@ pkg_postinst() {
eselect cblas set ${THREADED}atlas
fi
- einfo
- einfo "Fortran users link using -lblas"
- einfo
- einfo "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and"
- einfo "link using -lcblas"
- einfo
- einfo "If using threaded ATLAS, you may also need to link with -lpthread."
+ elog
+ elog "Fortran users link using -lblas"
+ elog
+ elog "C users compile against the header ${ROOT}usr/include/atlas/cblas.h and"
+ elog "link using -lcblas"
+ elog
+ elog "If using threaded ATLAS, you may also need to link with -lpthread."
}