[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2020-05-05 Thread Matthias Maier
commit: a59a74dc85efffa65ac15d8f39a24e0dd37db58f
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue May  5 05:03:51 2020 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue May  5 06:04:45 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a59a74dc

dev-lang/ifc: version bump to 2020 update 1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/ifc/ifc-19.1.1.217.ebuild | 43 ++
 1 file changed, 43 insertions(+)

diff --git a/dev-lang/ifc/ifc-19.1.1.217.ebuild 
b/dev-lang/ifc/ifc-19.1.1.217.ebuild
new file mode 100644
index 0..4157a3eec
--- /dev/null
+++ b/dev-lang/ifc/ifc-19.1.1.217.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+INTEL_DIST_PV=2020_update1_professional_edition
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Intel FORTRAN Compiler"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/;
+
+IUSE="doc"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
+
+MY_PV="$(ver_rs 3 '-')" # 20.1.0-607630
+
+QA_PREBUILT="*"
+
+CHECKREQS_DISK_BUILD=400M
+
+INTEL_DIST_DAT_RPMS=( "ifort-common-${MY_PV}-${MY_PV}.noarch.rpm" )
+INTEL_DIST_AMD64_RPMS=( "ifort-${MY_PV}-${MY_PV}.x86_64.rpm" )
+INTEL_DIST_X86_RPMS=( "ifort-32bit-${MY_PV}-${MY_PV}.x86_64.rpm" )
+
+pkg_setup() {
+   if use doc; then
+   INTEL_DIST_DAT_RPMS+=( "ifort-doc-19.1-${MY_PV}.noarch.rpm" )
+   fi
+}
+
+src_install() {
+   # already provided in dev-libs/intel-common
+   rm \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2020.1.217/linux/compiler/include/omp_lib.f90
 \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2020.1.217/linux/compiler/include/intel64/omp_lib.mod
 \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2020.1.217/linux/compiler/include/intel64/omp_lib_kinds.mod
 \
+   || die "rm failed"
+
+   intel-sdp-r1_src_install
+}



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2019-05-25 Thread Matthias Maier
commit: 3b54629b2562254c2a1bf380db6c34992216414e
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri May 24 21:37:09 2019 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Sat May 25 06:36:05 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b54629b

dev-lang/ifc: version bump to 19.0.4.243

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Matthias Maier  gentoo.org>

 dev-lang/ifc/ifc-19.0.4.243.ebuild | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/dev-lang/ifc/ifc-19.0.4.243.ebuild 
b/dev-lang/ifc/ifc-19.0.4.243.ebuild
new file mode 100644
index 0..a45765a2f
--- /dev/null
+++ b/dev-lang/ifc/ifc-19.0.4.243.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+INTEL_DIST_PV=2019_update4_professional_edition
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Intel FORTRAN Compiler"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/;
+
+IUSE="doc"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
+
+CHECKREQS_DISK_BUILD=400M
+
+INTEL_DIST_DAT_RPMS=( "ifort-common-19.0.4-243-19.0.4-243.noarch.rpm" )
+INTEL_DIST_AMD64_RPMS=( "ifort-19.0.4-243-19.0.4-243.x86_64.rpm" )
+INTEL_DIST_X86_RPMS=( "ifort-32bit-19.0.4-243-19.0.4-243.x86_64.rpm" )
+
+pkg_setup() {
+   if use doc; then
+   INTEL_DIST_DAT_RPMS+=( "ifort-doc-19.0-19.0.4-243.noarch.rpm" )
+   fi
+}
+
+src_install() {
+   # already provided in dev-libs/intel-common
+   rm \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/include/omp_lib.f90
 \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/include/intel64/omp_lib.mod
 \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/include/intel64/omp_lib_kinds.mod
 \
+   || die "rm failed"
+
+   intel-sdp-r1_src_install
+}



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/, dev-lang/vtune/, sci-libs/ipp/, eclass/, dev-lang/icc/, ...

2019-05-22 Thread Horea Christian
commit: 7b1e850f4e0c6dd53ce6aae1083c6447ead13fbc
Author: Oleg Höfling  gmail  com>
AuthorDate: Thu Mar 28 17:09:17 2019 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed May 22 16:17:44 2019 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7b1e850f

dev-libs/intel-common: EAPI bump in intel-sdp-r1 eclass

* removed versionator inheritance and usages in intel-sdp-r1.eclass
* using EAPI=7 in intel-sdp-r1.eclass and inheriting ebuilds
* updated copyright to pass repoman checks

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Horea Christian  chymera.eu>

 dev-lang/icc/icc-18.0.2.199-r1.ebuild   | 4 ++--
 dev-lang/ifc/ifc-18.0.2.199-r1.ebuild   | 4 ++--
 dev-lang/vtune/vtune-18.0.2.0.551022.ebuild | 4 ++--
 dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild | 4 ++--
 eclass/intel-sdp-r1.eclass  | 8 
 sci-libs/ipp/ipp-18.0.2.199.ebuild  | 4 ++--
 sci-libs/mkl/mkl-18.0.2.199.ebuild  | 4 ++--
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/dev-lang/icc/icc-18.0.2.199-r1.ebuild 
b/dev-lang/icc/icc-18.0.2.199-r1.ebuild
index 7faa9de54..7f2c36e82 100644
--- a/dev-lang/icc/icc-18.0.2.199-r1.ebuild
+++ b/dev-lang/icc/icc-18.0.2.199-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 INTEL_DIST_SKU=3235
 INTEL_DIST_PV=2018_update2_professional_edition

diff --git a/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild 
b/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild
index ce2b3c16d..f37dd5491 100644
--- a/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild
+++ b/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 INTEL_DIST_SKU=3235
 INTEL_DIST_PV=2018_update2_professional_edition

diff --git a/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild 
b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild
index 51a0b08c0..9ec0beef6 100644
--- a/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild
+++ b/dev-lang/vtune/vtune-18.0.2.0.551022.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 INTEL_DIST_SKU=3235
 INTEL_DIST_PV=2018_update2_professional_edition

diff --git a/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild 
b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
index 8f4d6b62f..cffa2b8ed 100644
--- a/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
+++ b/dev-libs/intel-common/intel-common-18.0.2.199-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 INTEL_DIST_SKU=3235
 INTEL_DIST_PV=2018_update2_professional_edition

diff --git a/eclass/intel-sdp-r1.eclass b/eclass/intel-sdp-r1.eclass
index 12d1f868d..0fd9ee9d8 100644
--- a/eclass/intel-sdp-r1.eclass
+++ b/eclass/intel-sdp-r1.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: intel-sdp-r1.eclass
@@ -10,14 +10,14 @@
 
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 
-inherit check-reqs eutils multilib-build versionator
+inherit check-reqs eutils multilib-build
 
 EXPORT_FUNCTIONS src_unpack src_install pkg_postinst pkg_postrm pkg_pretend
 
 if [[ ! ${_INTEL_SDP_R1_ECLASS_} ]]; then
 
 case "${EAPI}" in
-   6) ;;
+   7) ;;
*) die "EAPI=${EAPI} is not supported" ;;
 esac
 
@@ -171,7 +171,7 @@ _isdp_get-sdp-year() {
 # e.g. opt/intel/compilers_and_libraries_2016.1.150
 #  opt/intel/vtune_amplifier_2018.2.0.551022
 isdp_get-sdp-dir() {
-   local 
_intel_sdp_dir="opt/intel/${INTEL_SUBDIR}_$(_isdp_get-sdp-year).$(get_version_component_range
 3-)"
+   local 
_intel_sdp_dir="opt/intel/${INTEL_SUBDIR}_$(_isdp_get-sdp-year).$(ver_cut 3-)"
echo "${_intel_sdp_dir}"
 }
 

diff --git a/sci-libs/ipp/ipp-18.0.2.199.ebuild 
b/sci-libs/ipp/ipp-18.0.2.199.ebuild
index 0d5975c4d..5253840b9 100644
--- a/sci-libs/ipp/ipp-18.0.2.199.ebuild
+++ b/sci-libs/ipp/ipp-18.0.2.199.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 INTEL_DIST_SKU=3235
 INTEL_DIST_PV=2018_update2_professional_edition

diff --git a/sci-libs/mkl/mkl-18.0.2.199.ebuild 
b/sci-libs/mkl/mkl-18.0.2.199.ebuild
index ad98b798f..26c8fd725 100644
--- a/sci-libs/mkl/mkl-18.0.2.199.ebuild
+++ b/sci-libs/mkl/mkl-18.0.2.199.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 

[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2018-04-03 Thread Matthias Maier
commit: f5b00188b58a444dc8067931a27d9d05b620b36e
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Apr  3 15:39:20 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Apr  3 16:44:51 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f5b00188

dev-lang/ifc: ebuild maintenance

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-lang/ifc/{ifc-18.0.2.199.ebuild => ifc-18.0.2.199-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/ifc/ifc-18.0.2.199.ebuild 
b/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild
similarity index 98%
rename from dev-lang/ifc/ifc-18.0.2.199.ebuild
rename to dev-lang/ifc/ifc-18.0.2.199-r1.ebuild
index eaf1e68cd..ce2b3c16d 100644
--- a/dev-lang/ifc/ifc-18.0.2.199.ebuild
+++ b/dev-lang/ifc/ifc-18.0.2.199-r1.ebuild
@@ -11,7 +11,7 @@ inherit intel-sdp-r1
 DESCRIPTION="Intel FORTRAN Compiler"
 HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/;
 
-IUSE="doc l10n_ja"
+IUSE="doc"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="~dev-libs/intel-common-${PV}[compiler]"



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2018-04-03 Thread Matthias Maier
commit: 109a87e109394377e2551773cc3f98bb784ebf7a
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Apr  3 15:39:36 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Apr  3 16:44:51 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=109a87e1

dev-lang/ifc: drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-lang/ifc/ifc-16.0.2.181.ebuild | 55 --
 1 file changed, 55 deletions(-)

diff --git a/dev-lang/ifc/ifc-16.0.2.181.ebuild 
b/dev-lang/ifc/ifc-16.0.2.181.ebuild
deleted file mode 100644
index 6de7a4fca..0
--- a/dev-lang/ifc/ifc-16.0.2.181.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-INTEL_DIST_SKU=8676
-INTEL_DIST_PV=2016_update2
-
-inherit intel-sdp-r1
-
-DESCRIPTION="Intel FORTRAN Compiler"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/;
-
-LINGUAS="ja"
-IUSE="doc examples l10n_ja"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-# avoid file collision with icc #476330
-RDEPEND="l10n_ja? ( !dev-lang/icc[l10n_ja(-)] !dev-lang/icc[linguas_ja(-)] )
-   ~dev-libs/intel-common-${PV}[compiler]"
-
-CHECKREQS_DISK_BUILD=400M
-
-INTEL_DIST_BIN_RPMS=(
-   "ifort-l-ps"
-   "ifort-l-ps-devel")
-INTEL_DIST_DAT_RPMS=(
-   "fcompxe-2016.2-062.noarch.rpm"
-   "ifort-l-ps-common"
-   "ifort-l-ps-vars")
-INTEL_DIST_X86_RPMS=()
-INTEL_DIST_AMD64_RPMS=()
-
-pkg_setup() {
-   if use doc; then
-   INTEL_DIST_DAT_RPMS+=(
-   "fcompxe-doc-2016.2-062.noarch.rpm"
-   "ifort-ps-doc-16.0.2-181.noarch.rpm")
-
-   if use l10n_ja; then
-   INTEL_DIST_DAT_RPMS+=(
-   "ifort-ps-doc-jp-16.0.2-181.noarch.rpm")
-   fi
-   fi
-
-   if use examples; then
-   INTEL_DIST_DAT_RPMS+=(
-   "fcomp-doc-2016.2-062.noarch.rpm")
-   fi
-
-   if use l10n_ja; then
-   INTEL_DIST_BIN_RPMS+=(
-   "ifort-l-ps-jp")
-   fi
-}



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2018-04-02 Thread Matthias Maier
commit: 4f30a828e74b6963fe00891a74465f6d2d6686d2
Author: Matthias Maier  gentoo  org>
AuthorDate: Tue Apr  3 03:25:49 2018 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Tue Apr  3 03:52:23 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f30a828

dev-lang/ifc: version bump to 18.0.2.199

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-lang/ifc/ifc-18.0.2.199.ebuild | 40 ++
 1 file changed, 40 insertions(+)

diff --git a/dev-lang/ifc/ifc-18.0.2.199.ebuild 
b/dev-lang/ifc/ifc-18.0.2.199.ebuild
new file mode 100644
index 0..eaf1e68cd
--- /dev/null
+++ b/dev-lang/ifc/ifc-18.0.2.199.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+INTEL_DIST_SKU=3235
+INTEL_DIST_PV=2018_update2_professional_edition
+
+inherit intel-sdp-r1
+
+DESCRIPTION="Intel FORTRAN Compiler"
+HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/;
+
+IUSE="doc l10n_ja"
+KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-libs/intel-common-${PV}[compiler]"
+
+CHECKREQS_DISK_BUILD=400M
+
+INTEL_DIST_DAT_RPMS=( "ifort-common-18.0.2-199-18.0.2-199.noarch.rpm" )
+INTEL_DIST_X86_RPMS=( "ifort-32bit-18.0.2-199-18.0.2-199.x86_64.rpm" )
+INTEL_DIST_AMD64_RPMS=( "ifort-18.0.2-199-18.0.2-199.x86_64.rpm" )
+
+pkg_setup() {
+   if use doc; then
+   INTEL_DIST_DAT_RPMS+=( "ifort-doc-18.0-18.0.2-199.noarch.rpm" )
+   fi
+}
+
+src_install() {
+   # already provided in dev-libs/intel-common
+   rm \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2018.2.199/linux/compiler/include/omp_lib.f90
 \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2018.2.199/linux/compiler/include/intel64/omp_lib.mod
 \
+   
"${WORKDIR}"/opt/intel/compilers_and_libraries_2018.2.199/linux/compiler/include/intel64/omp_lib_kinds.mod
 \
+   || die "rm failed"
+
+   intel-sdp-r1_src_install
+}



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2018-01-27 Thread Justin Lecher
commit: cbbd53480bf1b95643c643ddb6570705b709aafc
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Jan 27 12:06:41 2018 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Jan 27 12:06:41 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=cbbd5348

dev-lang/ifc: Update to new localization handling

Signed-off-by: Justin Lecher  gentoo.org>
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 dev-lang/ifc/ifc-16.0.2.181.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lang/ifc/ifc-16.0.2.181.ebuild 
b/dev-lang/ifc/ifc-16.0.2.181.ebuild
index 72f1eec6d..6de7a4fca 100644
--- a/dev-lang/ifc/ifc-16.0.2.181.ebuild
+++ b/dev-lang/ifc/ifc-16.0.2.181.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,11 +12,11 @@ DESCRIPTION="Intel FORTRAN Compiler"
 HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/;
 
 LINGUAS="ja"
-IUSE="doc examples linguas_ja"
+IUSE="doc examples l10n_ja"
 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
 
-DEPEND="!dev-lang/ifc[linguas_ja]"
-RDEPEND="${DEPEND}
+# avoid file collision with icc #476330
+RDEPEND="l10n_ja? ( !dev-lang/icc[l10n_ja(-)] !dev-lang/icc[linguas_ja(-)] )
~dev-libs/intel-common-${PV}[compiler]"
 
 CHECKREQS_DISK_BUILD=400M
@@ -37,7 +37,7 @@ pkg_setup() {
"fcompxe-doc-2016.2-062.noarch.rpm"
"ifort-ps-doc-16.0.2-181.noarch.rpm")
 
-   if use linguas_ja; then
+   if use l10n_ja; then
INTEL_DIST_DAT_RPMS+=(
"ifort-ps-doc-jp-16.0.2-181.noarch.rpm")
fi
@@ -48,7 +48,7 @@ pkg_setup() {
"fcomp-doc-2016.2-062.noarch.rpm")
fi
 
-   if use linguas_ja; then
+   if use l10n_ja; then
INTEL_DIST_BIN_RPMS+=(
"ifort-l-ps-jp")
fi



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2016-02-19 Thread Justin Lecher
commit: bbd66e2c117f192bdade872ff374562d9ecdad1d
Author: David Seifert  gentoo  org>
AuthorDate: Tue Feb 16 23:48:18 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Feb 19 09:56:10 2016 +
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
 }



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2016-02-19 Thread Justin Lecher
commit: 196b45f499f5b77a27d5dc1d81d7904e1346a0f0
Author: David Seifert  gentoo  org>
AuthorDate: Wed Feb 17 21:01:49 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Feb 17 21:01:49 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=196b45f4

dev-lang/ifc: remove old

Package-Manager: portage-2.2.27

 dev-lang/ifc/ifc-15.0.3.187-r1.ebuild | 36 ---
 1 file changed, 36 deletions(-)

diff --git a/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild 
b/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild
deleted file mode 100644
index 3744d2c..000
--- a/dev-lang/ifc/ifc-15.0.3.187-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=7538
-INTEL_DPV=2015_update3
-INTEL_SUBDIR=composerxe
-INTEL_SINGLE_ARCH=false
-
-inherit intel-sdp
-
-DESCRIPTION="Intel FORTRAN Compiler"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/;
-
-IUSE="linguas_ja"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND="!dev-lang/ifc[linguas_jp]"
-RDEPEND="${DEPEND}
-   ~dev-libs/intel-common-${PV}[compiler,${MULTILIB_USEDEP}]"
-
-INTEL_BIN_RPMS=( compilerprof compilerprof-devel )
-INTEL_DAT_RPMS=( compilerprof-common compilerprof-vars )
-
-CHECKREQS_DISK_BUILD=375M
-
-src_install() {
-   if ! use linguas_ja; then
-   find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die
-   fi
-
-   intel-sdp_src_install
-}



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2016-02-15 Thread Justin Lecher
commit: 608018e4a60592dc3b1a430f91a1a267817684b7
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 14 17:30:32 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Mon Feb 15 08:06:38 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=608018e4

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 000..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.
-
+  
 



[gentoo-commits] proj/sci:master commit in: dev-lang/ifc/

2016-02-15 Thread Justin Lecher
commit: 101ecf9ace4163ba9cd71a31a17a939921053a08
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb 14 17:30:32 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Feb 14 17:52:59 2016 +
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 000..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.
-
+