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 EC30B1381DF for ; Mon, 15 Feb 2016 08:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C6F21C045; Mon, 15 Feb 2016 08:19:56 +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 D96D021C045 for ; Mon, 15 Feb 2016 08:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B34F341052 for ; Mon, 15 Feb 2016 08:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E7EF15F5 for ; Mon, 15 Feb 2016 08:19:52 +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: <1455472379.101ecf9ace4163ba9cd71a31a17a939921053a08.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ifc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ifc/ifc-16.0.1.150.ebuild dev-lang/ifc/metadata.xml X-VCS-Directories: dev-lang/ifc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 101ecf9ace4163ba9cd71a31a17a939921053a08 X-VCS-Branch: master Date: Mon, 15 Feb 2016 08:19:52 +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: 99e24911-8dac-4553-bb58-b340305cf3d9 X-Archives-Hash: 1f344458e8deb710ed7eb9352570603c commit: 101ecf9ace4163ba9cd71a31a17a939921053a08 Author: David Seifert gentoo org> AuthorDate: Sun Feb 14 17:30:32 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 14 17:52:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=101ecf9a dev-lang/ifc: Version bump to 16.0.1.150 Package-Manager: portage-2.2.27 dev-lang/ifc/ifc-16.0.1.150.ebuild | 61 ++++++++++++++++++++++++++++++++++++++ dev-lang/ifc/metadata.xml | 2 +- 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/dev-lang/ifc/ifc-16.0.1.150.ebuild b/dev-lang/ifc/ifc-16.0.1.150.ebuild new file mode 100644 index 0000000..9997e7c --- /dev/null +++ b/dev-lang/ifc/ifc-16.0.1.150.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=8365 +INTEL_DPV=2016_update1 +INTEL_SUBDIR=compilers_and_libraries +INTEL_SINGLE_ARCH=false + +inherit intel-sdp-r1 + +DESCRIPTION="Intel FORTRAN Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +LINGUAS="ja" +IUSE="doc examples linguas_ja" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND="!dev-lang/ifc[linguas_ja]" +RDEPEND="${DEPEND} + ~dev-libs/intel-common-${PV}[compiler]" + +CHECKREQS_DISK_BUILD=375M + +INTEL_BIN_RPMS=( + "ifort-l-ps" + "ifort-l-ps-devel") +INTEL_DAT_RPMS=( + "fcompxe-2016.1-056.noarch.rpm" + "ifort-l-ps-common" + "ifort-l-ps-vars") +INTEL_X86_RPMS=() +INTEL_AMD64_RPMS=() + +pkg_setup() { + if use doc; then + INTEL_DAT_RPMS+=( + "fcompxe-doc-2016.1-056.noarch.rpm" + "ifort-ps-doc-16.0.1-150.noarch.rpm") + + if use linguas_ja; then + INTEL_DAT_RPMS+=( + "ifort-ps-doc-jp-16.0.1-150.noarch.rpm") + fi + fi + + if use examples; then + INTEL_DAT_RPMS+=( + "fcomp-doc-2016.1-056.noarch.rpm") + fi + + if use linguas_ja; then + INTEL_BIN_RPMS+=( + "ifort-l-ps-jp") + fi + + intel-sdp-r1_pkg_setup +} diff --git a/dev-lang/ifc/metadata.xml b/dev-lang/ifc/metadata.xml index b545fb9..2dcae58 100644 --- a/dev-lang/ifc/metadata.xml +++ b/dev-lang/ifc/metadata.xml @@ -13,5 +13,5 @@ unrolling. The package comes with extensive documentation. The product can be installed as a non-commercial as well. License, terms of qualifications can be found on the web site. - +