From fa88ee58b828ed4e9d7e9c7221cb995fc4f79df7 Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Tue, 13 Mar 2007 00:29:07 +0000 Subject: [PATCH] QA: which -> type -P Package-Manager: portage-2.1.2.1-r1 --- sci-libs/blas-atlas/ChangeLog | 7 ++++++- sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild | 8 ++++---- sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild | 8 ++++---- sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild | 6 +++--- sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild | 8 ++++---- sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild | 6 +++--- sci-libs/lapack-atlas/ChangeLog | 6 +++++- sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild | 4 ++-- sci-libs/lapack-reference/ChangeLog | 6 +++++- sci-libs/lapack-reference/lapack-reference-3.0.ebuild | 4 ++-- 10 files changed, 38 insertions(+), 25 deletions(-) diff --git a/sci-libs/blas-atlas/ChangeLog b/sci-libs/blas-atlas/ChangeLog index b4db45af41ab..f21fa3de4a34 100644 --- a/sci-libs/blas-atlas/ChangeLog +++ b/sci-libs/blas-atlas/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/blas-atlas # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.54 2007/01/23 14:01:50 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/ChangeLog,v 1.55 2007/03/13 00:24:34 kugelfang Exp $ + + 13 Mar 2007; Danny van Dyk blas-atlas-3.6.0.ebuild, + blas-atlas-3.6.0-r1.ebuild, blas-atlas-3.6.0-r2.ebuild, + blas-atlas-3.7.11.ebuild, blas-atlas-3.7.11-r1.ebuild: + QA: which -> type -P 23 Jan 2007; Markus Dittrich -blas-atlas-3.7.23.ebuild: diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild index 09312f1962c6..81bf08e6134f 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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-r1.ebuild,v 1.11 2006/06/17 00:34:47 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r1.ebuild,v 1.12 2007/03/13 00:24:34 kugelfang Exp $ inherit eutils toolchain-funcs @@ -24,13 +24,13 @@ PROVIDE="virtual/blas" S=${WORKDIR}/ATLAS -# Libraries will be installed in ${RPATH}/atlas +# Libraries will be installed in ${RPATH}/atlas # and ${RPATH}/threaded-atlas: RPATH="${DESTTREE}/lib/blas" pkg_setup() { - if [ -z `which g77` ]; then + if [[ -z `type -P g77` ]]; then eerror "No fortran compiler found on the system!" eerror "Please add fortran to your USE flags and reemerge gcc!" die 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 7901075df308..9937dda3c0d7 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 +# Copyright 1999-2007 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.3 2006/08/17 18:22:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0-r2.ebuild,v 1.4 2007/03/13 00:24:34 kugelfang Exp $ inherit eutils toolchain-funcs @@ -25,13 +25,13 @@ PROVIDE="virtual/blas" S=${WORKDIR}/ATLAS -# Libraries will be installed in ${RPATH}/atlas +# Libraries will be installed in ${RPATH}/atlas # and ${RPATH}/threaded-atlas: RPATH="${DESTTREE}/lib/blas" pkg_setup() { - if [ -z `which g77` ]; then + if [[ -z `type -P g77` ]]; then eerror "No fortran compiler found on the system!" eerror "Please add fortran to your USE flags and reemerge gcc!" die diff --git a/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild b/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild index f6b83f8f0b59..ec00f42ed9e4 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.ebuild,v 1.7 2006/01/28 15:32:30 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.6.0.ebuild,v 1.8 2007/03/13 00:24:34 kugelfang Exp $ inherit eutils toolchain-funcs @@ -25,7 +25,7 @@ PROVIDE="virtual/blas" S=${WORKDIR}/ATLAS pkg_setup() { - if [ -z `which g77` ]; then + if [[ -z `type -P g77` ]]; then eerror "No fortran compiler found on the system!" eerror "Please add fortran to your USE flags and reemerge gcc!" die 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 a7a6d2434387..c93c241fc818 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 +# Copyright 1999-2007 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.7 2006/10/04 14:52:26 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11-r1.ebuild,v 1.8 2007/03/13 00:24:34 kugelfang Exp $ inherit eutils toolchain-funcs fortran @@ -164,8 +164,8 @@ src_install () { doins "${S}"/include/cblas.h "${S}"/include/atlas_misc.h doins "${S}"/include/atlas_enum.h - # These headers contain the architecture-specific - # optimizations determined by ATLAS. The atlas-lapack build + # These headers contain the architecture-specific + # optimizations determined by ATLAS. The atlas-lapack build # is much shorter if they are available, so save them: doins "${S}/include/${ATLAS_ARCH}"/*.h diff --git a/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild b/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild index b091b35730e2..82ad54e8ab09 100644 --- a/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild +++ b/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.ebuild,v 1.17 2007/01/03 02:36:46 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.11.ebuild,v 1.18 2007/03/13 00:24:34 kugelfang Exp $ inherit eutils toolchain-funcs fortran @@ -165,8 +165,8 @@ src_install () { doins "${S}"/include/cblas.h "${S}"/include/atlas_misc.h doins "${S}"/include/atlas_enum.h - # These headers contain the architecture-specific - # optimizations determined by ATLAS. The atlas-lapack build + # These headers contain the architecture-specific + # optimizations determined by ATLAS. The atlas-lapack build # is much shorter if they are available, so save them: doins "${S}/include/${ATLAS_ARCH}"/*.h diff --git a/sci-libs/lapack-atlas/ChangeLog b/sci-libs/lapack-atlas/ChangeLog index 8c893acf132c..32e203b594a3 100644 --- a/sci-libs/lapack-atlas/ChangeLog +++ b/sci-libs/lapack-atlas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/lapack-atlas # Copyright 2004-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.38 2007/02/06 21:31:02 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/ChangeLog,v 1.39 2007/03/13 00:27:07 kugelfang Exp $ + + 13 Mar 2007; Danny van Dyk + lapack-atlas-3.6.0.ebuild: + QA: which -> type -P *lapack-atlas-3.7.24-r1 (06 Feb 2007) diff --git a/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild b/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild index 6681d7f00cd1..40c8e5edd8a9 100644 --- a/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild +++ b/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild,v 1.11 2007/01/23 13:57:22 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-atlas/lapack-atlas-3.6.0.ebuild,v 1.12 2007/03/13 00:27:07 kugelfang Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -61,7 +61,7 @@ pkg_setup() { # We need g77 to compile the LAPACK routines from ATLAS. # `use ifc` only causes the non-ATLAS routines (from the # reference set) to be built with ifc. - if [ -z `which g77` ]; then + if [[ -z `type -P g77` ]]; then eerror "g77 not found on the system!" eerror "Please add fortran to your USE flags and reemerge gcc!" die diff --git a/sci-libs/lapack-reference/ChangeLog b/sci-libs/lapack-reference/ChangeLog index 8162c371b90a..44cc6c14aad1 100644 --- a/sci-libs/lapack-reference/ChangeLog +++ b/sci-libs/lapack-reference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/lapack-reference # Copyright 2004-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.17 2007/03/09 12:30:38 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.18 2007/03/13 00:29:07 kugelfang Exp $ + + 13 Mar 2007; Danny van Dyk + lapack-reference-3.0.ebuild: + QA: which -> type -P *lapack-reference-3.1.1 (08 Mar 2007) diff --git a/sci-libs/lapack-reference/lapack-reference-3.0.ebuild b/sci-libs/lapack-reference/lapack-reference-3.0.ebuild index fa2b51f8dc98..d8edee0991ed 100644 --- a/sci-libs/lapack-reference/lapack-reference-3.0.ebuild +++ b/sci-libs/lapack-reference/lapack-reference-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.0.ebuild,v 1.5 2007/01/23 13:46:09 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/lapack-reference-3.0.ebuild,v 1.6 2007/03/13 00:29:07 kugelfang Exp $ inherit eutils @@ -49,7 +49,7 @@ ifc_info() { pkg_setup() { # This version of lapack *can* be build completely with ifc use ifc || \ - if [ -z `which g77` ]; then + if [[ -z `type -P g77` ]]; then eerror "g77 not found on the system!" eerror "Please add fortran to your USE flags and reemerge gcc!" die -- 2.26.2