public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ifc/
Date: Fri, 19 Feb 2016 10:12:19 +0000 (UTC)	[thread overview]
Message-ID: <1455875770.bbd66e2c117f192bdade872ff374562d9ecdad1d.jlec@gentoo> (raw)

commit:     bbd66e2c117f192bdade872ff374562d9ecdad1d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 23:48:18 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 09:56:10 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bbd66e2c

dev-lang/ifc: Match new variables, remove ${INTEL_SINGLE_ARCH}

Package-Manager: portage-2.2.27

 ...ifc-16.0.1.150.ebuild => ifc-16.0.2.181.ebuild} | 37 ++++++++++------------
 1 file changed, 16 insertions(+), 21 deletions(-)

diff --git a/dev-lang/ifc/ifc-16.0.1.150.ebuild b/dev-lang/ifc/ifc-16.0.2.181.ebuild
similarity index 56%
rename from dev-lang/ifc/ifc-16.0.1.150.ebuild
rename to dev-lang/ifc/ifc-16.0.2.181.ebuild
index 9997e7c..cdba619 100644
--- a/dev-lang/ifc/ifc-16.0.1.150.ebuild
+++ b/dev-lang/ifc/ifc-16.0.2.181.ebuild
@@ -4,11 +4,8 @@
 
 EAPI=6
 
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=8365
-INTEL_DPV=2016_update1
-INTEL_SUBDIR=compilers_and_libraries
-INTEL_SINGLE_ARCH=false
+INTEL_DIST_SKU=8676
+INTEL_DIST_PV=2016_update2
 
 inherit intel-sdp-r1
 
@@ -23,39 +20,37 @@ DEPEND="!dev-lang/ifc[linguas_ja]"
 RDEPEND="${DEPEND}
 	~dev-libs/intel-common-${PV}[compiler]"
 
-CHECKREQS_DISK_BUILD=375M
+CHECKREQS_DISK_BUILD=400M
 
-INTEL_BIN_RPMS=(
+INTEL_DIST_BIN_RPMS=(
 	"ifort-l-ps"
 	"ifort-l-ps-devel")
-INTEL_DAT_RPMS=(
-	"fcompxe-2016.1-056.noarch.rpm"
+INTEL_DIST_DAT_RPMS=(
+	"fcompxe-2016.2-062.noarch.rpm"
 	"ifort-l-ps-common"
 	"ifort-l-ps-vars")
-INTEL_X86_RPMS=()
-INTEL_AMD64_RPMS=()
+INTEL_DIST_X86_RPMS=()
+INTEL_DIST_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")
+		INTEL_DIST_DAT_RPMS+=(
+			"fcompxe-doc-2016.2-062.noarch.rpm"
+			"ifort-ps-doc-16.0.2-181.noarch.rpm")
 
 		if use linguas_ja; then
-			INTEL_DAT_RPMS+=(
-				"ifort-ps-doc-jp-16.0.1-150.noarch.rpm")
+			INTEL_DIST_DAT_RPMS+=(
+				"ifort-ps-doc-jp-16.0.2-181.noarch.rpm")
 		fi
 	fi
 
 	if use examples; then
-		INTEL_DAT_RPMS+=(
-			"fcomp-doc-2016.1-056.noarch.rpm")
+		INTEL_DIST_DAT_RPMS+=(
+			"fcomp-doc-2016.2-062.noarch.rpm")
 	fi
 
 	if use linguas_ja; then
-		INTEL_BIN_RPMS+=(
+		INTEL_DIST_BIN_RPMS+=(
 			"ifort-l-ps-jp")
 	fi
-
-	intel-sdp-r1_pkg_setup
 }


             reply	other threads:[~2016-02-19 10:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-19 10:12 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-05  6:30 [gentoo-commits] proj/sci:master commit in: dev-lang/ifc/ Matthias Maier
2019-05-25  6:36 Matthias Maier
2018-04-03 16:44 Matthias Maier
2018-04-03 16:44 Matthias Maier
2018-04-03  3:52 Matthias Maier
2018-01-27 12:24 Justin Lecher
2016-02-19  9:27 Justin Lecher
2016-02-15  8:19 Justin Lecher
2016-02-15  8:19 Justin Lecher
2012-12-10 21:29 Justin Lecher
2012-11-27 19:33 Justin Lecher
2012-02-21 18:34 Justin Lecher
2012-02-16 22:35 Sebastien Fabbro
2011-10-25 17:16 Justin Lecher
2011-05-28 11:51 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455875770.bbd66e2c117f192bdade872ff374562d9ecdad1d.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox