From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-653142-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 7AD0F138247
	for <garchives@archives.gentoo.org>; Wed, 25 Dec 2013 11:52:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5404CE0A98;
	Wed, 25 Dec 2013 11:52:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DACB8E0A98
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2013 11:52:07 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B645433F651
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2013 11:52:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 051A5E54C1
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2013 11:52:04 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1387972210.608726f89392b07941c7debe08c9273a16c6d99a.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/cblas-reference/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-libs/cblas-reference/ChangeLog sci-libs/cblas-reference/cblas-reference-20110218.ebuild sci-libs/cblas-reference/metadata.xml
X-VCS-Directories: sci-libs/cblas-reference/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 608726f89392b07941c7debe08c9273a16c6d99a
X-VCS-Branch: master
Date: Wed, 25 Dec 2013 11:52:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d8b58c83-656e-410d-bfe5-4a6474d1bed0
X-Archives-Hash: 71857afffdd549c74216987bdb839e97

commit:     608726f89392b07941c7debe08c9273a16c6d99a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 11:50:10 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 11:50:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=608726f8

sci-libs/cblas-reference: Fix Typo, #495202

Package-Manager: portage-2.2.7

---
 sci-libs/cblas-reference/ChangeLog                       |  4 ++++
 sci-libs/cblas-reference/cblas-reference-20110218.ebuild | 14 +++++++-------
 sci-libs/cblas-reference/metadata.xml                    |  4 ++--
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/sci-libs/cblas-reference/ChangeLog b/sci-libs/cblas-reference/ChangeLog
index 3312206..4aaa8d2 100644
--- a/sci-libs/cblas-reference/ChangeLog
+++ b/sci-libs/cblas-reference/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sci-libs/cblas-reference/ChangeLog,v 1.33 2010/03/07 19:14:51 jlec Exp $
 
+  25 Dec 2013; Justin Lecher <jlec@gentoo.org> cblas-reference-20110218.ebuild,
+  metadata.xml:
+  Fix Typo, #495202
+
   07 Dec 2013; Sébastien Fabbro <bicatali@gentoo.org>
   cblas-reference-20110218.ebuild:
   sci-libs/cblas-reference: Switched to EAPI5

diff --git a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
index 5523cc5..4ab125c 100644
--- a/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
+++ b/sci-libs/cblas-reference/cblas-reference-20110218.ebuild
@@ -9,11 +9,11 @@ inherit eutils alternatives-2 flag-o-matic toolchain-funcs versionator multilib
 MYPN="${PN/-reference/}"
 
 DESCRIPTION="C wrapper interface to the F77 reference BLAS implementation"
-LICENSE="public-domain"
 HOMEPAGE="http://www.netlib.org/blas/"
 SRC_URI="http://www.netlib.org/blas/blast-forum/${MYPN}.tgz -> ${P}.tgz"
 
 SLOT="0"
+LICENSE="public-domain"
 IUSE="static-libs"
 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 
@@ -44,14 +44,14 @@ static_to_shared() {
 			-Wl,--whole-archive ${libstatic} -Wl,--no-whole-archive \
 			"$@" -o ${libdir}/${soname} || die "${soname} failed"
 		[[ $(get_version_component_count) -gt 1 ]] && \
-			ln -s ${soname} ${libdir}/${libname}$(get_libname $(get_major_version))
-		ln -s ${soname} ${libdir}/${libname}$(get_libname)
+			ln -s ${soname} ${libdir}/${libname}$(get_libname $(get_major_version)) || die
+		ln -s ${soname} ${libdir}/${libname}$(get_libname) || die
 	fi
 }
 
 src_prepare() {
-	find . -name Makefile  -exec sed -i \
-		-e 's:make:$(MAKE):g' '{}' \;
+	find . -name Makefile -exec sed -i \
+		-e 's:make:$(MAKE):g' '{}' \; || die
 	append-cflags -DADD_
 	cat > Makefile.in <<-EOF
 		BLLIB=$($(tc-getPKG_CONFIG) --libs blas)
@@ -61,7 +61,7 @@ src_prepare() {
 		LOADER=\$(FC)
 		ARCH=$(tc-getAR)
 		ARCHFLAGS=cr
-	d	RANLIB=$(tc-getRANLIB)
+		RANLIB=$(tc-getRANLIB)
 	EOF
 }
 
@@ -79,7 +79,7 @@ src_compile() {
 }
 
 src_test() {
-	cd testing
+	cd testing || die
 	emake
 	emake run
 }

diff --git a/sci-libs/cblas-reference/metadata.xml b/sci-libs/cblas-reference/metadata.xml
index 7d4380e..a151756 100644
--- a/sci-libs/cblas-reference/metadata.xml
+++ b/sci-libs/cblas-reference/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   The BLAS (Basic Linear Algebra Subprograms) are high quality "building
   block" routines for performing basic vector and matrix operations. Level 1
   BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations,