dev-libs/intel-common: remove last rited package
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 2 Jun 2018 07:10:15 +0000 (10:10 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 2 Jun 2018 07:10:15 +0000 (10:10 +0300)
dev-libs/intel-common/Manifest [deleted file]
dev-libs/intel-common/intel-common-13.1.5.192.ebuild [deleted file]
dev-libs/intel-common/intel-common-14.0.3.174.ebuild [deleted file]
dev-libs/intel-common/intel-common-15.0.6.233.ebuild [deleted file]
dev-libs/intel-common/metadata.xml [deleted file]

diff --git a/dev-libs/intel-common/Manifest b/dev-libs/intel-common/Manifest
deleted file mode 100644 (file)
index b82408f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST parallel_studio_xe_2013_sp1_update3.tgz 3448198789 BLAKE2B 551711101488890ff2c14d43674b11c2cd996ee3bd94e70e75554d68fb8d4ea45f9d1149b402a2c0b3a15d022de2f610cdb77286d6e9f645186f4aae2cb5dd3c SHA512 6308a812c3eb2bd4549b756aa16fdeeb9337131e56bd203876a6763298c776858629a6d17148cdd5275f6781471e826a00a0181b72abcdd7d991196eb4798025
-DIST parallel_studio_xe_2013_update4.tgz 2184817121 BLAKE2B abf16e9ae201c481c4813317bcc68d6343b39ce2049902c01688a3b166e300c797c6b9452bb268d4acdd670f309682b11fb4ccaff6cd34ca8235b3a15761dc56 SHA512 84ea227fdca2c427996b0c4d17a0bad6c289a6fbfc267c19f54ebee875e11e6e8d14bb3103599e3b89331c34a153b0a63a5ca8c12f4619420f78f8c4b0c2da96
-DIST parallel_studio_xe_2013_update4_ia32.tgz 1220177902 BLAKE2B 77ead5362528639cf6336ec1d70e4116461a562ebcbb170d14a4324519eddae3742b764b3cf0cf8ad8656ec7565c4634e5b09a224c1bfc90281b320c4b00bbf3 SHA512 968db307e08cd31450200abd41ade1f2b2855f4b5cb19911d03c1cd357cab11cbba814db354452496fcf66fc3fad1423b24f428bd4db07402f12bd63e4d34247
-DIST parallel_studio_xe_2013_update4_intel64.tgz 1520767493 BLAKE2B 33de5550d6fed069fc64fc0e6a3528bccb9b13c4f9b31f113fc100fe374d386216b572632371d9dd01f5cacceec85ed3ca724260c76c19aeea7da39b627d04d2 SHA512 497ad8f3473e1d11cdd31dff340a8e6ec1f012e731def084b2072146b5d11db906f85ace53b2223c3fbef949222f73f36783fd697eb7809464f4403c0ac8744a
-DIST parallel_studio_xe_2015_update6.tgz 4190044333 BLAKE2B b038cda914b4c736259b84d2958a16a718fc75fe1663b4a835f4011fadb553a28f5c231d6f0a2744fc3eec257b390b021b0af709d69a5d10845cf9d63d1aa320 SHA512 a9896289db8e820f02c330702ff1e954af11af5f9bbc0e5623a001b3a8c33a2bcb8660ac8b0e569994a3682bfd263bf119dbe6a43fb343139adbeaaaa13f8a81
diff --git a/dev-libs/intel-common/intel-common-13.1.5.192.ebuild b/dev-libs/intel-common/intel-common-13.1.5.192.ebuild
deleted file mode 100644 (file)
index 2a8e3fe..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=3266
-INTEL_DPV=2013_update4
-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"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-CHECKREQS_DISK_BUILD=375M
-
-pkg_setup() {
-       einfo ${INTEL_SDP_EDIR}
-       INTEL_BIN_RPMS="openmp openmp-devel"
-       INTEL_DAT_RPMS="compilerpro-common"
-       if use compiler; then
-               INTEL_BIN_RPMS+=" compilerpro-devel sourcechecker-devel"
-               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
-               INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license"
-       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}
-
-       cat >> "${T}"/40-${PN} <<- EOF
-       SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
-       EOF
-       insinto /etc/revdep-rebuild/
-       doins "${T}"/40-${PN}
-}
diff --git a/dev-libs/intel-common/intel-common-14.0.3.174.ebuild b/dev-libs/intel-common/intel-common-14.0.3.174.ebuild
deleted file mode 100644 (file)
index ce1f6e1..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=4220
-INTEL_DPV=2013_sp1_update3
-INTEL_SUBDIR=composerxe
-INTEL_SINGLE_ARCH=false
-
-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"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-CHECKREQS_DISK_BUILD=375M
-
-pkg_setup() {
-       einfo ${INTEL_SDP_EDIR}
-       INTEL_BIN_RPMS="openmp openmp-devel"
-       INTEL_DAT_RPMS="compilerpro-common"
-       if use compiler; then
-               INTEL_BIN_RPMS+=" compilerpro-devel sourcechecker-devel"
-               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
-               INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license"
-       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}
-
-       cat >> "${T}"/40-${PN} <<- EOF
-       SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
-       EOF
-       insinto /etc/revdep-rebuild/
-       doins "${T}"/40-${PN}
-}
diff --git a/dev-libs/intel-common/intel-common-15.0.6.233.ebuild b/dev-libs/intel-common/intel-common-15.0.6.233.ebuild
deleted file mode 100644 (file)
index edbe4cd..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-INTEL_DPN=parallel_studio_xe
-INTEL_DID=8470
-INTEL_DPV=2015_update6
-INTEL_SUBDIR=composerxe
-INTEL_SINGLE_ARCH=false
-
-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"
-KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-CHECKREQS_DISK_BUILD=375M
-
-pkg_setup() {
-       einfo ${INTEL_SDP_EDIR}
-       INTEL_BIN_RPMS="openmp openmp-devel"
-       INTEL_DAT_RPMS="compilerpro-common compilerpro-common-pset"
-       if use compiler; then
-               INTEL_BIN_RPMS+=" compilerpro-devel sourcechecker-devel"
-               INTEL_DAT_RPMS+=" compilerpro-vars sourcechecker-common ccompxe compxe fcompxe"
-       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
-               INTEL_LICENSE_FILE="${INTEL_SDP_EDIR}"/licenses:"${EPREFIX}/opt/intel/license"
-       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}
-
-       cat >> "${T}"/40-${PN} <<- EOF
-       SEARCH_DIRS_MASK="${INTEL_SDP_EDIR}"
-       EOF
-       insinto /etc/revdep-rebuild/
-       doins "${T}"/40-${PN}
-}
diff --git a/dev-libs/intel-common/metadata.xml b/dev-libs/intel-common/metadata.xml
deleted file mode 100644 (file)
index b689904..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>sci@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </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>