diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-12 08:22:40 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-12 08:22:40 +0000 |
commit | 9b9f1a8a1570ecc43c973a7c8fc4a9eb9e077686 (patch) | |
tree | ddb65f80e958f9f1685950914a178de40231a364 /dev-lang/icc | |
parent | Fix typo and fetch from upstream directly, #539786 (diff) | |
download | gentoo-2-9b9f1a8a1570ecc43c973a7c8fc4a9eb9e077686.tar.gz gentoo-2-9b9f1a8a1570ecc43c973a7c8fc4a9eb9e077686.tar.bz2 gentoo-2-9b9f1a8a1570ecc43c973a7c8fc4a9eb9e077686.zip |
Version Bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-lang/icc')
-rw-r--r-- | dev-lang/icc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/icc/icc-15.0.2.164.ebuild | 37 |
2 files changed, 44 insertions, 2 deletions
diff --git a/dev-lang/icc/ChangeLog b/dev-lang/icc/ChangeLog index 6ca1b0bc477e..71b893ead84d 100644 --- a/dev-lang/icc/ChangeLog +++ b/dev-lang/icc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/icc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.104 2014/11/30 18:18:02 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/ChangeLog,v 1.105 2015/02/12 08:22:40 jlec Exp $ + +*icc-15.0.2.164 (12 Feb 2015) + + 12 Feb 2015; Justin Lecher <jlec@gentoo.org> +icc-15.0.2.164.ebuild: + Version Bump *icc-15.0.1.133 (30 Nov 2014) diff --git a/dev-lang/icc/icc-15.0.2.164.ebuild b/dev-lang/icc/icc-15.0.2.164.ebuild new file mode 100644 index 000000000000..52e645edfc47 --- /dev/null +++ b/dev-lang/icc/icc-15.0.2.164.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/icc-15.0.2.164.ebuild,v 1.1 2015/02/12 08:22:40 jlec Exp $ + +EAPI=5 + +INTEL_DPN=parallel_studio_xe +INTEL_DID=5207 +INTEL_DPV=2015_update2 +INTEL_SUBDIR=composerxe +INTEL_SINGLE_ARCH=false + +inherit intel-sdp + +DESCRIPTION="Intel C/C++ Compiler" +HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" + +IUSE="eclipse linguas_ja" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + !dev-lang/ifc[linguas_ja] + eclipse? ( dev-util/eclipse-sdk )" +RDEPEND="${DEPEND} + ~dev-libs/intel-common-${PV}[compiler,multilib=]" + +INTEL_BIN_RPMS="compilerproc compilerproc-devel" +INTEL_DAT_RPMS="compilerproc-common compilerproc-vars" + +CHECKREQS_DISK_BUILD=325M + +src_install() { + if ! use linguas_ja; then + find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die + fi + intel-sdp_src_install +} |