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 142FF138A1C for ; Thu, 13 Nov 2014 00:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EB2FE088C; Thu, 13 Nov 2014 00:16:03 +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 39004E0839 for ; Thu, 13 Nov 2014 00:16:02 +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 2723F340530 for ; Thu, 13 Nov 2014 00:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE677A050 for ; Thu, 13 Nov 2014 00:15:49 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1415786915.0f194cf5a5e7b12ff1c445f5fb7bd013fc996f21.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/lapacke/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/lapacke/ChangeLog virtual/lapacke/lapacke-1.0.ebuild virtual/lapacke/lapacke-3.5.ebuild virtual/lapacke/metadata.xml X-VCS-Directories: virtual/lapacke/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 0f194cf5a5e7b12ff1c445f5fb7bd013fc996f21 X-VCS-Branch: master Date: Thu, 13 Nov 2014 00:15:49 +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: 59280af8-9e2d-4c92-85bb-1ef872403192 X-Archives-Hash: e90f344d1605f1ef6823a4dcc1c28cdf commit: 0f194cf5a5e7b12ff1c445f5fb7bd013fc996f21 Author: Justin Lecher gentoo org> AuthorDate: Wed Nov 12 10:08:35 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Nov 12 10:08:35 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0f194cf5 virtual/lapacke: Bumpt to EAPI=5 Package-Manager: portage-2.2.14 --- virtual/lapacke/ChangeLog | 6 +++++- virtual/lapacke/lapacke-1.0.ebuild | 2 +- virtual/lapacke/lapacke-3.5.ebuild | 2 +- virtual/lapacke/metadata.xml | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/virtual/lapacke/ChangeLog b/virtual/lapacke/ChangeLog index 2ff0c07..8d554c7 100644 --- a/virtual/lapacke/ChangeLog +++ b/virtual/lapacke/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for virtual/lapacke -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Nov 2014; Justin Lecher lapacke-1.0.ebuild, + lapacke-3.5.ebuild, metadata.xml: + Bumpt to EAPI=5 + *lapacke-3.5 (08 Dec 2013) 08 Dec 2013; Sébastien Fabbro +lapacke-3.5.ebuild: diff --git a/virtual/lapacke/lapacke-1.0.ebuild b/virtual/lapacke/lapacke-1.0.ebuild index de6568a..a7324a5 100644 --- a/virtual/lapacke/lapacke-1.0.ebuild +++ b/virtual/lapacke/lapacke-1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 DESCRIPTION="Virtual for LAPACK C implementation" HOMEPAGE="" diff --git a/virtual/lapacke/lapacke-3.5.ebuild b/virtual/lapacke/lapacke-3.5.ebuild index e84b99a..3987e26 100644 --- a/virtual/lapacke/lapacke-3.5.ebuild +++ b/virtual/lapacke/lapacke-3.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 DESCRIPTION="Virtual for LAPACK C implementation" HOMEPAGE="" diff --git a/virtual/lapacke/metadata.xml b/virtual/lapacke/metadata.xml index ab7c995..43a75c8 100644 --- a/virtual/lapacke/metadata.xml +++ b/virtual/lapacke/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + Gentoo virtual package for the Linear Algebra PACKAge C implementation.