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 51EED138200 for ; Mon, 22 Apr 2013 01:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD331E096C; Mon, 22 Apr 2013 01:40:35 +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 5FE3BE097B for ; Mon, 22 Apr 2013 01:40:35 +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 7036C33BF45 for ; Mon, 22 Apr 2013 01:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 127BCE4090 for ; Mon, 22 Apr 2013 01:40:33 +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: <1364982727.5cc59db520e735889491007e0aceec0241831592.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/trilinos/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/trilinos/trilinos-11.0.3.ebuild X-VCS-Directories: sci-libs/trilinos/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 5cc59db520e735889491007e0aceec0241831592 X-VCS-Branch: master Date: Mon, 22 Apr 2013 01:40:33 +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: 28170ecf-b826-4b25-86e9-f3a5744d020b X-Archives-Hash: 3048cfdb46ce923d7eb4cb2eb445f367 commit: 5cc59db520e735889491007e0aceec0241831592 Author: Matthias Maier kyomu 43-1 org> AuthorDate: Wed Apr 3 09:47:55 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Apr 3 09:52:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5cc59db5 Change to EAPI 5, rearrange SLOT, LICENSE, etc. --- sci-libs/trilinos/trilinos-11.0.3.ebuild | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sci-libs/trilinos/trilinos-11.0.3.ebuild b/sci-libs/trilinos/trilinos-11.0.3.ebuild index b7aa923..209b148 100644 --- a/sci-libs/trilinos/trilinos-11.0.3.ebuild +++ b/sci-libs/trilinos/trilinos-11.0.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI="5" inherit cmake-utils DESCRIPTION="Scientific library collection for large scale problems" @@ -10,13 +10,12 @@ HOMEPAGE="http://trilinos.sandia.gov/" SRC_URI="${P}-Source.tar.gz" SRC_PAGE="11.0" -KEYWORDS="~amd64 ~x86" -RESTRICT="fetch" - -LICENSE="BSD LGPL-2.1" SLOT="0" +LICENSE="BSD LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="arprec boost cuda hdf5 hwloc netcdf qd qt scotch taucs tbb test umfpack zlib" -IUSE="arprec boost cuda hdf5 hwloc netcdf qd qt scotch taucs tbb umfpack zlib" +RESTRICT="fetch" RDEPEND="virtual/blas virtual/lapack