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 43C90138A1C for ; Sat, 1 Nov 2014 10:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FB0AE09EC; Sat, 1 Nov 2014 10:30:57 +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 F3449E09EC for ; Sat, 1 Nov 2014 10:30:56 +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 B0BF23403C8 for ; Sat, 1 Nov 2014 10:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 506C89333 for ; Sat, 1 Nov 2014 10:30:54 +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: <1414836339.4da478a34b51c108768b1e31c1c6606a93a98295.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-doc/blacs-docs/ X-VCS-Repository: proj/sci X-VCS-Files: app-doc/blacs-docs/ChangeLog app-doc/blacs-docs/blacs-docs-1.1.ebuild app-doc/blacs-docs/metadata.xml X-VCS-Directories: app-doc/blacs-docs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4da478a34b51c108768b1e31c1c6606a93a98295 X-VCS-Branch: master Date: Sat, 1 Nov 2014 10:30:54 +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: 20f93fe2-4da7-4c13-b2f0-976eab2df894 X-Archives-Hash: 0f02da6728db4b8882ce02c23fb63466 commit: 4da478a34b51c108768b1e31c1c6606a93a98295 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 1 10:05:39 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 1 10:05:39 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4da478a3 app-doc/blacs-docs: Bump to EAPI=5 Package-Manager: portage-2.2.14 --- app-doc/blacs-docs/ChangeLog | 6 +++++- app-doc/blacs-docs/blacs-docs-1.1.ebuild | 4 +++- app-doc/blacs-docs/metadata.xml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/app-doc/blacs-docs/ChangeLog b/app-doc/blacs-docs/ChangeLog index 6175e73..263231b 100644 --- a/app-doc/blacs-docs/ChangeLog +++ b/app-doc/blacs-docs/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-doc/blacs-docs -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Nov 2014; Justin Lecher blacs-docs-1.1.ebuild, + metadata.xml: + Bump to EAPI=5 + *blacs-docs-1.1 (13 Dec 2010) 13 Dec 2010; Sébastien Fabbro +blacs-docs-1.1.ebuild, diff --git a/app-doc/blacs-docs/blacs-docs-1.1.ebuild b/app-doc/blacs-docs/blacs-docs-1.1.ebuild index 75cbea3..f0a135a 100644 --- a/app-doc/blacs-docs/blacs-docs-1.1.ebuild +++ b/app-doc/blacs-docs/blacs-docs-1.1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=5 + DESCRIPTION="Documentation reference for BLACS implementations" HOMEPAGE="http://www.netlib.org/blacs/" SRC_URI="mirror://gentoo/${P}.tar.bz2" @@ -14,5 +16,5 @@ IUSE="" S="${WORKDIR}" src_install() { - dodoc *ps || die + dodoc *ps } diff --git a/app-doc/blacs-docs/metadata.xml b/app-doc/blacs-docs/metadata.xml index 3bff3bb..9b80645 100644 --- a/app-doc/blacs-docs/metadata.xml +++ b/app-doc/blacs-docs/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + The BLACS (Basic Linear Algebra Communication Subprograms) project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented