Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
Date: Fri, 19 Feb 2016 09:27:49
Message-Id: 1455742976.eb13e7f47f6118653bc1aeed11b3b5d12e7d9c0f.jlec@gentoo
1 commit: eb13e7f47f6118653bc1aeed11b3b5d12e7d9c0f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 21:02:56 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 21:02:56 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=eb13e7f4
7
8 dev-libs/intel-common: remove old
9
10 Package-Manager: portage-2.2.27
11
12 .../intel-common/intel-common-15.0.3.187-r1.ebuild | 59 ----------------------
13 1 file changed, 59 deletions(-)
14
15 diff --git a/dev-libs/intel-common/intel-common-15.0.3.187-r1.ebuild b/dev-libs/intel-common/intel-common-15.0.3.187-r1.ebuild
16 deleted file mode 100644
17 index d59e801..0000000
18 --- a/dev-libs/intel-common/intel-common-15.0.3.187-r1.ebuild
19 +++ /dev/null
20 @@ -1,59 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -INTEL_DPN=parallel_studio_xe
28 -INTEL_DID=7538
29 -INTEL_DPV=2015_update3
30 -INTEL_SUBDIR=composerxe
31 -INTEL_SINGLE_ARCH=false
32 -
33 -inherit intel-sdp
34 -
35 -DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
36 -HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
37 -
38 -IUSE="+compiler"
39 -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
40 -
41 -CHECKREQS_DISK_BUILD=375M
42 -
43 -pkg_setup() {
44 - einfo ${INTEL_SDP_EDIR}
45 - INTEL_BIN_RPMS=( openmp openmp-devel )
46 - INTEL_DAT_RPMS=( compilerpro-common compilerpro-common-pset )
47 - if use compiler; then
48 - INTEL_BIN_RPMS+=( compilerpro-devel sourcechecker-devel )
49 - INTEL_DAT_RPMS+=( compilerpro-vars sourcechecker-common ccompxe compxe fcompxe )
50 - fi
51 - intel-sdp_pkg_setup
52 -}
53 -
54 -src_install() {
55 - intel-sdp_src_install
56 - local path rootpath ldpath arch fenv=35intelsdp
57 - cat > ${fenv} <<-EOF
58 - NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
59 - INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license"
60 - EOF
61 - for arch in ${INTEL_ARCH}; do
62 - path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
63 - rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
64 - ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
65 - done
66 - cat >> ${fenv} <<-EOF
67 - PATH=${path#:}
68 - ROOTPATH=${rootpath#:}
69 - LDPATH=${ldpath#:}
70 - EOF
71 -
72 - doenvd ${fenv}
73 -
74 - cat >> "${T}"/40-${PN} <<- EOF
75 - SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
76 - EOF
77 - insinto /etc/revdep-rebuild/
78 - doins "${T}"/40-${PN}
79 -}