From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/
Date: Thu, 20 Sep 2012 12:45:10 +0000 (UTC) [thread overview]
Message-ID: <1348145062.284958ea6015278ba671e5d6af0f8429e1a7c55f.jlec@gentoo> (raw)
commit: 284958ea6015278ba671e5d6af0f8429e1a7c55f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 12:44:22 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 12:44:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=284958ea
in Cvs
---
dev-libs/intel-common/ChangeLog | 50 ----------------
.../intel-common/intel-common-12.1.6.233.ebuild | 62 --------------------
.../intel-common/intel-common-12.1.7.256.ebuild | 61 -------------------
.../intel-common/intel-common-12.1.9.293.ebuild | 61 -------------------
dev-libs/intel-common/metadata.xml | 14 -----
5 files changed, 0 insertions(+), 248 deletions(-)
diff --git a/dev-libs/intel-common/ChangeLog b/dev-libs/intel-common/ChangeLog
deleted file mode 100644
index a3a3615..0000000
--- a/dev-libs/intel-common/ChangeLog
+++ /dev/null
@@ -1,50 +0,0 @@
-# ChangeLog for dev-libs/intel-common
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*intel-common-12.1.7.256 (16 Feb 2012)
-
- 16 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org>
- -intel-common-12.0.2.137.ebuild, -intel-common-12.0.4.191.ebuild,
- +intel-common-12.1.7.256.ebuild:
- Version bump
-
-*intel-common-12.1.6.233 (25 Oct 2011)
-
- 25 Oct 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild,
- intel-common-12.0.4.191.ebuild, +intel-common-12.1.6.233.ebuild,
- metadata.xml:
- Version Bump
-
-*intel-common-12.0.4.191 (28 May 2011)
-
- 28 May 2011; Justin Lecher <jlec@gentoo.org> +intel-common-12.0.4.191.ebuild:
- Version Bump
-
- 28 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Sandbox fix
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Correct for double prfix
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Fix license dir to /opt/intel/composerxe-2011.2.137/licenses/
-
- 19 May 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Add missing path to LDPATH, #367959
-
- 31 Mar 2011; Justin Lecher <jlec@gentoo.org> intel-common-12.0.2.137.ebuild:
- Corrected env.d files creation
-
-*intel-common-12.0.2.137 (23 Feb 2011)
-
- 23 Feb 2011; Sébastien Fabbro <bicatali@gentoo.org>
- +intel-common-12.0.2.137.ebuild:
- Bump
-
-*intel-common-12.0.0.084 (03 Dec 2010)
-
- 03 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org>
- +intel-common-12.0.0.084.ebuild, +metadata.xml:
- Initial import
-
diff --git a/dev-libs/intel-common/intel-common-12.1.6.233.ebuild b/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
deleted file mode 100644
index 144ff65..0000000
--- a/dev-libs/intel-common/intel-common-12.1.6.233.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2328
-INTEL_DPV=2011_sp1
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${EPREFIX}/opt/intel/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
- doenvd ${fenv} || die
-
- dodir /opt/intel/licenses
- keepdir /opt/intel/licenses
-}
diff --git a/dev-libs/intel-common/intel-common-12.1.7.256.ebuild b/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
deleted file mode 100644
index c90372e..0000000
--- a/dev-libs/intel-common/intel-common-12.1.7.256.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2405
-INTEL_DPV=2011_sp1_update1
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
- dodir ${INTEL_SDP_DIR}/licenses
-}
diff --git a/dev-libs/intel-common/intel-common-12.1.9.293.ebuild b/dev-libs/intel-common/intel-common-12.1.9.293.ebuild
deleted file mode 100644
index a5906d2..0000000
--- a/dev-libs/intel-common/intel-common-12.1.9.293.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=2504
-INTEL_DPV=2011_sp1_update2
-INTEL_SUBDIR=composerxe
-
-inherit intel-sdp
-
-DESCRIPTION="Common libraries and utilities needed for Intel compilers and libraries"
-HOMEPAGE="http://software.intel.com/en-us/articles/intel-compilers/"
-
-IUSE="+compiler"
-
-QA_PREBUILT="
- ${INTEL_SDP_DIR}/compiler/lib/*/*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/*
- ${INTEL_SDP_DIR}/bin/*/*"
-
-QA_PRESTRIPPED="
- ${INTEL_SDP_DIR}/compiler/lib/*/.*libFNP.so
- ${INTEL_SDP_DIR}/bin/sourcechecker/lib/*/pinruntime/.*
- ${INTEL_SDP_DIR}/bin/sourcechecker/*/*/.*"
-
-pkg_setup() {
- einfo ${INTEL_SDP_DIR}
- INTEL_BIN_RPMS="openmp openmp-devel"
- INTEL_DAT_RPMS="compilerpro-common"
- if use compiler; then
- INTEL_BIN_RPMS="${INTEL_BIN_RPMS} compilerpro-devel sourcechecker-devel"
- INTEL_DAT_RPMS="${INTEL_DAT_RPMS} compilerpro-vars sourcechecker-common"
- fi
- intel-sdp_pkg_setup
-}
-
-src_install() {
- intel-sdp_src_install
- local path rootpath ldpath arch fenv=35intelsdp
- cat > ${fenv} <<-EOF
- NLSPATH=${INTEL_SDP_EDIR}/lib/locale/en_US/%N
- MANPATH=${INTEL_SDP_EDIR}/man/en_US
- INTEL_LICENSE_FILE=${INTEL_SDP_EDIR}/licenses
- EOF
- for arch in ${INTEL_ARCH}; do
- path=${path}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- rootpath=${rootpath}:${INTEL_SDP_EDIR}/bin/${arch}:${INTEL_SDP_EDIR}/mpirt/bin/${arch}
- ldpath=${ldpath}:${INTEL_SDP_EDIR}/compiler/lib/${arch}:${INTEL_SDP_EDIR}/mpirt/lib/${arch}
- done
- cat >> ${fenv} <<-EOF
- PATH=${path#:}
- ROOTPATH=${rootpath#:}
- LDPATH=${ldpath#:}
- EOF
-
- doenvd ${fenv}
- dodir ${INTEL_SDP_DIR}/licenses
-}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
deleted file mode 100644
index 6a7627f..0000000
--- a/dev-libs/intel-common/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>bicatali@gentoo.org</email>
- </maintainer>
- <longdescription lang="en">
- This package contains the core files to be installed for the Intel
- compilers and libraries. Probably useless if installed standalone.
-</longdescription>
- <use>
- <flag name="compiler">Install the libraries needed for the icc and ifort compilers</flag>
- </use>
-</pkgmetadata>
next reply other threads:[~2012-09-20 12:45 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-20 12:45 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-30 14:55 [gentoo-commits] proj/sci:master commit in: dev-libs/intel-common/ Andrew Ammerlaan
2020-05-05 6:30 Matthias Maier
2019-05-25 6:36 Matthias Maier
2019-05-22 16:18 Horea Christian
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 10:12 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-11-27 19:33 Justin Lecher
2012-10-07 9:18 Justin Lecher
2012-02-16 22:35 Sebastien Fabbro
2011-10-25 17:16 Justin Lecher
2011-05-28 11:50 Justin Lecher
2011-05-28 7:49 Justin Lecher
2011-05-19 7:21 Justin Lecher
2011-05-19 6:31 Justin Lecher
2011-05-19 5:56 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=1348145062.284958ea6015278ba671e5d6af0f8429e1a7c55f.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