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 657CD198006 for ; Thu, 21 Feb 2013 21:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C893E027D; Thu, 21 Feb 2013 21:17:06 +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 6EA6BE027D for ; Thu, 21 Feb 2013 21:17:05 +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 72D9833E0E6 for ; Thu, 21 Feb 2013 21:17:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 15791E407D for ; Thu, 21 Feb 2013 21:17:03 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1361469140.c27c7dae819f06a3b6c4833b122fa4562c27c97a.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/scalapack/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/scalapack/ChangeLog virtual/scalapack/metadata.xml virtual/scalapack/scalapack-1.8.ebuild virtual/scalapack/scalapack-2.0.ebuild X-VCS-Directories: virtual/scalapack/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: c27c7dae819f06a3b6c4833b122fa4562c27c97a X-VCS-Branch: master Date: Thu, 21 Feb 2013 21:17:03 +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: 404b0854-7b51-4a7e-9420-a1fdc201f63f X-Archives-Hash: 10ba153edd83e4c9087d7c1b79ce40c5 commit: c27c7dae819f06a3b6c4833b122fa4562c27c97a Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Feb 21 17:52:20 2013 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Feb 21 17:52:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c27c7dae virtual/scalapack: Bump to latest scalapack reference Package-Manager: portage-2.2.01.21688-prefix --- virtual/scalapack/ChangeLog | 9 +++++++-- virtual/scalapack/metadata.xml | 4 +++- .../{scalapack-1.8.ebuild => scalapack-2.0.ebuild} | 6 +++--- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/virtual/scalapack/ChangeLog b/virtual/scalapack/ChangeLog index e2343d8..620322b 100644 --- a/virtual/scalapack/ChangeLog +++ b/virtual/scalapack/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for virtual/scalapack -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*scalapack-2.0 (21 Feb 2013) + + 21 Feb 2013; Sébastien Fabbro +scalapack-2.0.ebuild, + -scalapack-1.8.ebuild, metadata.xml: + virtual/scalapack: Bump to latest scalapack reference + *scalapack-1.8 (09 Dec 2010) 09 Dec 2010; Sébastien Fabbro +scalapack-1.8.ebuild, +metadata.xml: Initial import - diff --git a/virtual/scalapack/metadata.xml b/virtual/scalapack/metadata.xml index 49ecdb0..6133684 100644 --- a/virtual/scalapack/metadata.xml +++ b/virtual/scalapack/metadata.xml @@ -3,6 +3,8 @@ sci - Gentoo virtual package for the Scalable LAPACK implementation. + Gentoo virtual package for the Scalable LAPACK implementation. The + version number corresponds to the version of the ScaLAPACK reference + implementation. diff --git a/virtual/scalapack/scalapack-1.8.ebuild b/virtual/scalapack/scalapack-2.0.ebuild similarity index 72% rename from virtual/scalapack/scalapack-1.8.ebuild rename to virtual/scalapack/scalapack-2.0.ebuild index 0a2d45b..9780d1a 100644 --- a/virtual/scalapack/scalapack-1.8.ebuild +++ b/virtual/scalapack/scalapack-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="doc" RDEPEND="|| ( - >=sci-libs/scalapack-1.8 + >=sci-libs/scalapack-${PV} >=sci-libs/mkl-10.3 ) - doc? ( >=app-doc/scalapack-docs-1.8 )" + doc? ( >=app-doc/scalapack-docs-2.0 )" DEPEND=""