diff options
30 files changed, 0 insertions, 804 deletions
diff --git a/dev-lang/icc/Manifest b/dev-lang/icc/Manifest deleted file mode 100644 index b82408f6f12e..000000000000 --- a/dev-lang/icc/Manifest +++ /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-lang/icc/icc-13.1.5.192.ebuild b/dev-lang/icc/icc-13.1.5.192.ebuild deleted file mode 100644 index 1d92c2151e1e..000000000000 --- a/dev-lang/icc/icc-13.1.5.192.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 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="Intel C/C++ Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="l10n_ja" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -# avoid file collision with ifc #476330 -RDEPEND="l10n_ja? ( !dev-lang/ifc[l10n_ja(-)] !dev-lang/ifc[linguas_ja(-)] ) - ~dev-libs/intel-common-${PV}[compiler,multilib=]" - -INTEL_BIN_RPMS="compilerproc compilerproc-devel" -INTEL_DAT_RPMS="compilerproc-common" - -CHECKREQS_DISK_BUILD=325M - -src_install() { - if ! use l10n_ja; then - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die - fi - intel-sdp_src_install -} diff --git a/dev-lang/icc/icc-14.0.3.174.ebuild b/dev-lang/icc/icc-14.0.3.174.ebuild deleted file mode 100644 index 3947fc7f2e97..000000000000 --- a/dev-lang/icc/icc-14.0.3.174.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 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="Intel C/C++ Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="l10n_ja" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -# avoid file collision with ifc #476330 -RDEPEND="l10n_ja? ( !dev-lang/ifc[l10n_ja(-)] !dev-lang/ifc[linguas_ja(-)] ) - ~dev-libs/intel-common-${PV}[compiler,multilib=]" - -INTEL_BIN_RPMS="compilerproc compilerproc-devel" -INTEL_DAT_RPMS="compilerproc-common" - -CHECKREQS_DISK_BUILD=325M - -src_install() { - if ! use l10n_ja; then - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die - fi - intel-sdp_src_install -} diff --git a/dev-lang/icc/icc-15.0.6.233.ebuild b/dev-lang/icc/icc-15.0.6.233.ebuild deleted file mode 100644 index 781b103b1bba..000000000000 --- a/dev-lang/icc/icc-15.0.6.233.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 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="Intel C/C++ Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="l10n_ja" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -# avoid file collision with ifc #476330 -RDEPEND="l10n_ja? ( !dev-lang/ifc[l10n_ja(-)] !dev-lang/ifc[linguas_ja(-)] ) - ~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 l10n_ja; then - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die - fi - intel-sdp_src_install -} diff --git a/dev-lang/icc/metadata.xml b/dev-lang/icc/metadata.xml deleted file mode 100644 index 4a2545b283af..000000000000 --- a/dev-lang/icc/metadata.xml +++ /dev/null @@ -1,16 +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"> - The Intel® C++ Compiler is a full featured C/C++ compiler for Intel - based architectures. The compiler supports multi-threading, automatic - processor dispatch, vectorization, auto-parallelization, OpenMP, data - prefetching, loop 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. -</longdescription> -</pkgmetadata> diff --git a/dev-lang/idb/Manifest b/dev-lang/idb/Manifest deleted file mode 100644 index 3b551270f5cb..000000000000 --- a/dev-lang/idb/Manifest +++ /dev/null @@ -1,4 +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 diff --git a/dev-lang/idb/idb-13.0.5.192.ebuild b/dev-lang/idb/idb-13.0.5.192.ebuild deleted file mode 100644 index fc93f2631cd2..000000000000 --- a/dev-lang/idb/idb-13.0.5.192.ebuild +++ /dev/null @@ -1,32 +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="Intel C/C++/FORTRAN debugger" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=">=dev-libs/intel-common-13.1[compiler]" -RDEPEND="${DEPEND} - virtual/jre" - -INTEL_BIN_RPMS="idb" -INTEL_DAT_RPMS="idb-common idbcdt" - -CHECKREQS_DISK_BUILD=475M - -src_prepare() { - sed \ - -e "/^INSTALLDIR/s:=.*:=${INTEL_SDP_EDIR}:g" \ - -i ${INTEL_SDP_DIR}/bin/intel*/idb || die -} diff --git a/dev-lang/idb/idb-14.0.3.174.ebuild b/dev-lang/idb/idb-14.0.3.174.ebuild deleted file mode 100644 index 3451d9823d02..000000000000 --- a/dev-lang/idb/idb-14.0.3.174.ebuild +++ /dev/null @@ -1,39 +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 - -_INTEL_PV1=14 - -DESCRIPTION="Intel C/C++/FORTRAN debugger" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -DEPEND=">=dev-libs/intel-common-13.1[compiler]" -RDEPEND="${DEPEND} - virtual/jre" - -INTEL_BIN_RPMS="idb" -INTEL_DAT_RPMS="idb-common idbcdt" - -CHECKREQS_DISK_BUILD=475M - -pkg_setup() { - _INTEL_PV1=13 intel-sdp_pkg_setup -} - -src_prepare() { - sed \ - -e "/^INSTALLDIR/s:=.*:=${INTEL_SDP_EDIR}:g" \ - -i ${INTEL_SDP_DIR}/bin/intel*/idb || die -} diff --git a/dev-lang/idb/metadata.xml b/dev-lang/idb/metadata.xml deleted file mode 100644 index 8b41cedf75a1..000000000000 --- a/dev-lang/idb/metadata.xml +++ /dev/null @@ -1,18 +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"> - The Intel® Debugger is a command line debugger for Intel based - architectures. It is well suited with the Intel C++ or Intel FORTRAN - compilers. It also comes also with a graphical interface and extensive - documentation. The package is bundled in either compiler tar ball, and - has been split to produce this one. - The product can be installed as a non-commercial as - well. License, terms of qualifications can be found on the web - site and follow the one received in the Intel compilers. -</longdescription> -</pkgmetadata> diff --git a/dev-lang/ifc/Manifest b/dev-lang/ifc/Manifest deleted file mode 100644 index b82408f6f12e..000000000000 --- a/dev-lang/ifc/Manifest +++ /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-lang/ifc/ifc-13.1.5.192.ebuild b/dev-lang/ifc/ifc-13.1.5.192.ebuild deleted file mode 100644 index 4651e5c84c65..000000000000 --- a/dev-lang/ifc/ifc-13.1.5.192.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 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="Intel FORTRAN Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="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,multilib=]" - -INTEL_BIN_RPMS="compilerprof compilerprof-devel" -INTEL_DAT_RPMS="compilerprof-common" - -CHECKREQS_DISK_BUILD=375M - -src_install() { - if ! use l10n_ja; then - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die - fi - intel-sdp_src_install -} diff --git a/dev-lang/ifc/ifc-14.0.3.174.ebuild b/dev-lang/ifc/ifc-14.0.3.174.ebuild deleted file mode 100644 index ccac93c167cb..000000000000 --- a/dev-lang/ifc/ifc-14.0.3.174.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 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="Intel FORTRAN Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="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,multilib=]" - -INTEL_BIN_RPMS="compilerprof compilerprof-devel" -INTEL_DAT_RPMS="compilerprof-common" - -CHECKREQS_DISK_BUILD=375M - -src_install() { - if ! use l10n_ja; then - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die - fi - intel-sdp_src_install -} diff --git a/dev-lang/ifc/ifc-15.0.6.233.ebuild b/dev-lang/ifc/ifc-15.0.6.233.ebuild deleted file mode 100644 index fe1be6319ab0..000000000000 --- a/dev-lang/ifc/ifc-15.0.6.233.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 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="Intel FORTRAN Compiler" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-composer-xe/" - -IUSE="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,multilib=]" - -INTEL_BIN_RPMS="compilerprof compilerprof-devel" -INTEL_DAT_RPMS="compilerprof-common compilerprof-vars" - -CHECKREQS_DISK_BUILD=375M - -src_install() { - if ! use l10n_ja; then - find "${S}" -type d -name ja_JP -exec rm -rf '{}' + || die - fi - - intel-sdp_src_install -} diff --git a/dev-lang/ifc/metadata.xml b/dev-lang/ifc/metadata.xml deleted file mode 100644 index b545fb9baa3e..000000000000 --- a/dev-lang/ifc/metadata.xml +++ /dev/null @@ -1,17 +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"> - The Intel® Fortran Compiler is a full featured FORTRAN 77/95 and - substantial FORTRAN 2003 compiler for Intel based architectures. The - compiler supports multi-threading with automatic processor dispatch, - vectorization, auto-parallelization, OpenMP, data prefetching, loop - 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. -</longdescription> -</pkgmetadata> diff --git a/dev-libs/intel-common/Manifest b/dev-libs/intel-common/Manifest deleted file mode 100644 index b82408f6f12e..000000000000 --- a/dev-libs/intel-common/Manifest +++ /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 index 2a8e3fe6ccac..000000000000 --- a/dev-libs/intel-common/intel-common-13.1.5.192.ebuild +++ /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 index ce1f6e19081a..000000000000 --- a/dev-libs/intel-common/intel-common-14.0.3.174.ebuild +++ /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 index edbe4cd62b1d..000000000000 --- a/dev-libs/intel-common/intel-common-15.0.6.233.ebuild +++ /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 index b689904e09ec..000000000000 --- a/dev-libs/intel-common/metadata.xml +++ /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> diff --git a/sci-chemistry/cyana/Manifest b/sci-chemistry/cyana/Manifest deleted file mode 100644 index c5e41a5130a1..000000000000 --- a/sci-chemistry/cyana/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cyana-2.1.tar.gz 2203650 BLAKE2B 0af9049b24674a43cfea44129c57a1dbf7c5b457f2f02272d89f60b21a7c6571884d36575cdb6f98b84a1490c318f6bb6b41fe66e417cd0bb371895479d9d372 SHA512 20f5369e47198000927ee9a60beda34d265fddcd6be59f0d5d81ac23691b7e870ca674bdd7215a13bc849586411a007ebb1ff46072b55f255a6d796359067be8 diff --git a/sci-chemistry/cyana/cyana-2.1.ebuild b/sci-chemistry/cyana/cyana-2.1.ebuild deleted file mode 100644 index f017c9af247c..000000000000 --- a/sci-chemistry/cyana/cyana-2.1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils fortran-2 toolchain-funcs - -DESCRIPTION="Combined assignment and dynamics algorithm for NMR applications" -HOMEPAGE="http://www.las.jp/english/products/cyana.html" -SRC_URI="${P}.tar.gz" - -LICENSE="CYANA" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -RESTRICT="fetch" - -# we need libg2c for gfortran # 136988 -DEPEND="dev-lang/ifc" -RDEPEND="${DEPEND}" - -pkg_nofetch() { - elog "Please visit" - elog "http://www.las.jp/english/products/cyana.html" - elog "and get a copy of ${A}." - elog "Place it in ${DISTDIR}." -} - -src_prepare() { - epatch \ - "${FILESDIR}"/${PV}-typo.patch \ - "${FILESDIR}"/${PV}-exec.patch \ - "${FILESDIR}"/${PV}-expire.patch \ - "${FILESDIR}"/${PV}-xiar.patch - - cat >> etc/config <<- EOF - VERSION=${PV} - SHELL=${EPREFIX}/bin/sh - FC=ifort - FFLAGS=${FFLAGS} -openmp -threads - FFLAGS2=${FFLAGS} -openmp -threads - CC=$(tc-getCC) - AR=xiar - RANLIB=ranlib - FORK=g77fork.o - LDFLAGS=${LDFLAGS} -reentrancy threaded -openmp - LIBS= - DEFS=-Dintel - SYSTEM=intel - EOF -} - -src_compile() { - cd src || die - emake -} - -src_install() { - dobin cyana{job,table,filter,clean} - newbin src/${PN}/${PN}exe.* ${PN} - insinto /usr/share/${PN} - doins -r lib macro help - use examples && doins -r demo - - cat >> "${T}"/20cyana <<- EOF - CYANALIB="${EPREFIX}/usr/share/${PN}" - EOF - - doenvd "${T}"/20cyana -} diff --git a/sci-chemistry/cyana/files/2.1-exec.patch b/sci-chemistry/cyana/files/2.1-exec.patch deleted file mode 100644 index 28cd88d3eee6..000000000000 --- a/sci-chemistry/cyana/files/2.1-exec.patch +++ /dev/null @@ -1,77 +0,0 @@ -diff --git a/cyana b/cyana -index 4f746cf..a7ff060 100755 ---- a/cyana -+++ b/cyana -@@ -45,16 +45,13 @@ shift `expr $optind - 1` - - if [ "$h" ]; then usage=1; fi - if [ "$usage" ]; then -- echo "Usage: $prog -hctx parameters ..." -+ echo "Usage: $prog -hS parameters ..." - echo - echo " -h help" - echo " -c command command to start program (must contain \$exefile)" - echo " -S run in safe mode, i.e. within one directory" -- echo " -t system explicit system type" -- echo " -x display name of executable without executing it" - exit 2 - fi --if [ "$c" ]; then cmd="$c"; fi - sys=$t - mode=$x - safe=$S -@@ -65,23 +62,6 @@ safe=$S - eval ${PROG}ARG='$*' - export ${PROG}ARG - -- --# ------ Set library name ------ -- --f=$0 --if [ `echo $f | sed 's,^/.*,+,'` != "+" ]; then f=`which $0`; fi --odir=`pwd` --while [ "`ls -l $f | awk '{ print substr($1,1,1) }'`" = "l" ]; do -- l=`ls -l $f | awk '{ i = NF; print $i }'` -- cd `dirname $f`; cd `dirname $l`; l=`pwd`/`basename $l` -- f=$l --done --cd `dirname $f` --libdir=`pwd | sed 's,/src/'${prog}'$,,'` --cd $odir --eval ${PROG}LIB=$libdir --export ${PROG}LIB -- - if [ "$safe" ]; then - CYANAINIT=initsafe; export CYANAINIT - fi -@@ -89,29 +69,4 @@ fi - - # ------ Start the program ------ - --if [ -d $libdir/src/$prog ]; then -- exe=$libdir/src/$prog/$exe --else -- exe=$libdir/$exe --fi --if [ "$sys" = "" ]; then -- sys=`$libdir/etc/identify` -- files="$exe.$sys* $exe.gnu $exe.*" --else -- files=$exe.$sys --fi --for exefile in $files; do -- if [ -x $exefile ]; then -- if [ "$mode" ]; then -- echo $exefile; exit 0 -- else -- if [ "`echo $cmd | grep -c '\$exefile'`" -gt 0 ]; then -- eval exec $cmd -- else -- eval exec $cmd $exefile -- fi -- fi -- fi --done --echo "No executable found in \"`dirname $exe`\"." --exit 1 -+exec cyana diff --git a/sci-chemistry/cyana/files/2.1-expire.patch b/sci-chemistry/cyana/files/2.1-expire.patch deleted file mode 100644 index e18008286f68..000000000000 --- a/sci-chemistry/cyana/files/2.1-expire.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- src/inclan/unix.for.orig 2011-01-05 14:56:46.572193759 +0100 -+++ src/inclan/unix.for 2011-01-05 14:57:27.833627375 +0100 -@@ -206,11 +206,8 @@ - end if - if (iwbeg.lt.0) then - iwbeg=igttim -- iexpir=(julday(12,31,2010)-julday(1,1,1970))*24*3600 -- if (iwbeg.gt.iexpir) call fatmsg ('License expired.') -+ iexpir=iwbeg+100 - j=(iexpir-iwbeg)/(24*3600) -- if (j.lt.1000) -- * call wrnmsg ('License expires in '//plural(j,'day')//'.') - end if - iwall=igttim-iwbeg - c print *,'iwall = ',iwall,iwbeg,idat,itim
\ No newline at end of file diff --git a/sci-chemistry/cyana/files/2.1-typo.patch b/sci-chemistry/cyana/files/2.1-typo.patch deleted file mode 100644 index 3f011a9b2c28..000000000000 --- a/sci-chemistry/cyana/files/2.1-typo.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/cyana/putpro.f b/src/cyana/putpro.f -index d4080f9..4490225 100644 ---- a/src/cyana/putpro.f -+++ b/src/cyana/putpro.f -@@ -66,7 +66,7 @@ c ------------------------------------------------------ BMRB header - * ' _Mol_residue_sequence', - * ';' - do i=1,nr,20 -- write (iunit,'(20A1))') (rcode(rnam(j)),j=i,min(nr,i+19)) -+ write (iunit,'(20A1)') (rcode(rnam(j)),j=i,min(nr,i+19)) - end do - - write (iunit,'(A)') diff --git a/sci-chemistry/cyana/files/2.1-xiar.patch b/sci-chemistry/cyana/files/2.1-xiar.patch deleted file mode 100644 index e8393253d7f6..000000000000 --- a/sci-chemistry/cyana/files/2.1-xiar.patch +++ /dev/null @@ -1,16 +0,0 @@ - src/inclan/Makefile | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/inclan/Makefile b/src/inclan/Makefile -index fc5a8bf..482d48f 100644 ---- a/src/inclan/Makefile -+++ b/src/inclan/Makefile -@@ -35,7 +35,7 @@ clean: - - inclan.a: $(OBJS) - rm -f $@ -- ar rc $@ $(OBJS) -+ $(AR) rc $@ $(OBJS) - if [ "$(RANLIB)" ]; then $(RANLIB) $@; fi - - inclan.o: inclan.for diff --git a/sci-chemistry/cyana/metadata.xml b/sci-chemistry/cyana/metadata.xml deleted file mode 100644 index 8937bad0b175..000000000000 --- a/sci-chemistry/cyana/metadata.xml +++ /dev/null @@ -1,8 +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-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> diff --git a/sci-libs/ipp/Manifest b/sci-libs/ipp/Manifest deleted file mode 100644 index 30d576076f82..000000000000 --- a/sci-libs/ipp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST parallel_studio_xe_2015_update3.tgz 4156836825 BLAKE2B afa2e9d776b721605508cd2cb659f112fa1bab728a94d548d1c75eeb3db764ac82d591dcf2fe505cf2ef107a51fca8eafa6f7e8d7ce12243c5c45e44c674ae8a SHA512 eccc2bfe85ccd039a2ec9e334d370e49d43baa0522d095c087a5982aa08bddb4c97bfc3125bd09f5cd57d3ed252c598012e1f2670b8373a1b3bb455825d18f96 -DIST parallel_studio_xe_2015_update6.tgz 4190044333 BLAKE2B b038cda914b4c736259b84d2958a16a718fc75fe1663b4a835f4011fadb553a28f5c231d6f0a2744fc3eec257b390b021b0af709d69a5d10845cf9d63d1aa320 SHA512 a9896289db8e820f02c330702ff1e954af11af5f9bbc0e5623a001b3a8c33a2bcb8660ac8b0e569994a3682bfd263bf119dbe6a43fb343139adbeaaaa13f8a81 diff --git a/sci-libs/ipp/ipp-8.2.2.187.ebuild b/sci-libs/ipp/ipp-8.2.2.187.ebuild deleted file mode 100644 index c9ce9ca2f3ae..000000000000 --- a/sci-libs/ipp/ipp-8.2.2.187.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 Integrated Performance Primitives for multimedia and data processing" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-ipp/" - -IUSE="" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=">=dev-libs/intel-common-15" -DEPEND="" - -CHECKREQS_DISK_BUILD=6400M - -INTEL_BIN_RPMS=( ipp-{ac,di,gen,jp,mt,mt-devel,mx,rr,sc,st,st-devel,vc} ) -INTEL_DAT_RPMS=( ipp-common ipp-{ac,di,gen,jp,mx,rr,sc,st-devel,vc}-common ) - -INTEL_SKIP_LICENSE=true diff --git a/sci-libs/ipp/ipp-8.2.3.233.ebuild b/sci-libs/ipp/ipp-8.2.3.233.ebuild deleted file mode 100644 index 14d562a8dc99..000000000000 --- a/sci-libs/ipp/ipp-8.2.3.233.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 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="Intel Integrated Performance Primitives for multimedia and data processing" -HOMEPAGE="http://software.intel.com/en-us/articles/intel-ipp/" - -IUSE="" -KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=">=dev-libs/intel-common-15" -DEPEND="" - -CHECKREQS_DISK_BUILD=6400M - -INTEL_BIN_RPMS=( ipp-{ac,di,gen,jp,mt,mt-devel,mx,rr,sc,st,st-devel,vc} ) -INTEL_DAT_RPMS=( ipp-common ipp-{ac,di,gen,jp,mx,rr,sc,st-devel,vc}-common ) - -INTEL_SKIP_LICENSE=true diff --git a/sci-libs/ipp/metadata.xml b/sci-libs/ipp/metadata.xml deleted file mode 100644 index b61694fd8092..000000000000 --- a/sci-libs/ipp/metadata.xml +++ /dev/null @@ -1,13 +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"> - Intel(R) Integrated Performance Primitives (Intel(R) IPP) is a - library of multi-core-ready, optimized software functions for - multimedia data processing, and communications applications. -</longdescription> -</pkgmetadata> |