From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F02F6138825 for ; Sat, 1 Nov 2014 10:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 888F4E0A02; Sat, 1 Nov 2014 10:45:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F945E09FF for ; Sat, 1 Nov 2014 10:45:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07A363403E6 for ; Sat, 1 Nov 2014 10:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A893D1642 for ; Sat, 1 Nov 2014 10:45:45 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1414838017.f35785dbaadd0d6a93b2a878512119580adbb058.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-doc/blas-docs/ X-VCS-Repository: proj/sci X-VCS-Files: app-doc/blas-docs/ChangeLog app-doc/blas-docs/blas-docs-3.3.ebuild app-doc/blas-docs/metadata.xml X-VCS-Directories: app-doc/blas-docs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f35785dbaadd0d6a93b2a878512119580adbb058 X-VCS-Branch: master Date: Sat, 1 Nov 2014 10:45:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47c12552-90e5-498c-a23b-31f7d52dc41f X-Archives-Hash: 0f83d7cb5b6f188f908670cca945ac78 commit: f35785dbaadd0d6a93b2a878512119580adbb058 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 1 10:33:37 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 1 10:33:37 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f35785db app-doc/blas-docs: Bump to EAPI=5 Package-Manager: portage-2.2.14 --- app-doc/blas-docs/ChangeLog | 6 +++++- app-doc/blas-docs/blas-docs-3.3.ebuild | 8 +++++--- app-doc/blas-docs/metadata.xml | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/app-doc/blas-docs/ChangeLog b/app-doc/blas-docs/ChangeLog index 23fd2e6..79dd434 100644 --- a/app-doc/blas-docs/ChangeLog +++ b/app-doc/blas-docs/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-doc/blas-docs -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-doc/blas-docs/ChangeLog,v 1.12 2009/12/17 10:04:04 fauli Exp $ + 01 Nov 2014; Justin Lecher blas-docs-3.3.ebuild, + metadata.xml: + Bump to EAPI=5 + *blas-docs-3.3 (06 Sep 2011) 06 Sep 2011; Sébastien Fabbro -blas-docs-3.2.0.ebuild, diff --git a/app-doc/blas-docs/blas-docs-3.3.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild index e5fb144..e76ed1e 100644 --- a/app-doc/blas-docs/blas-docs-3.3.ebuild +++ b/app-doc/blas-docs/blas-docs-3.3.ebuild @@ -2,10 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 + DESCRIPTION="Documentation reference and man pages for blas implementations" HOMEPAGE="http://www.netlib.org/blas/" -SRC_URI="http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz +SRC_URI=" + http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz http://www.netlib.org/blas/blasqr.pdf http://www.netlib.org/blas/blast-forum/blas-report.pdf" @@ -22,7 +24,7 @@ src_install() { local f t for f in blas/man/manl/*.l; do t="${f%%.l}.n" - mv "${f}" "${t}" + mv "${f}" "${t}" || die done doman blas/man/manl/*.n dodoc README "${DISTDIR}"/blas{-report,qr}.pdf diff --git a/app-doc/blas-docs/metadata.xml b/app-doc/blas-docs/metadata.xml index 6e3b4dd..f115625 100644 --- a/app-doc/blas-docs/metadata.xml +++ b/app-doc/blas-docs/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines for most of the basic vector and matrix operations. They are widely used as the basis for other high quality linear algebra software, for