diff options
author | 2016-04-22 07:42:36 +0100 | |
---|---|---|
committer | 2016-04-22 07:42:36 +0100 | |
commit | a07fda23514aebdb9493894bf96bda2e5c4bb7a5 (patch) | |
tree | 714f74ecbdf7c827875926fe03c671f6bbdd4d9b /eclass | |
parent | www-client/vivaldi: Old. (diff) | |
download | gentoo-a07fda23514aebdb9493894bf96bda2e5c4bb7a5.tar.gz gentoo-a07fda23514aebdb9493894bf96bda2e5c4bb7a5.tar.bz2 gentoo-a07fda23514aebdb9493894bf96bda2e5c4bb7a5.zip |
Drop all refrences to eclipse in intel compiler products
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/intel-sdp.eclass | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index d23b0031e01a..33ab625eedb0 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -170,34 +170,6 @@ QA_PREBUILT="${INTEL_SDP_DIR}/*" # # e.g. amd64-multilib -> INTEL_ARCH="intel64 ia32" -# @FUNCTION: _isdp_link_eclipse_plugins -# @INTERNAL -# @DESCRIPTION: -# Creating necessary links to use intel compiler with eclipse -_isdp_link_eclipse_plugins() { - debug-print-function ${FUNCNAME} "${@}" - - local c f - pushd ${INTEL_SDP_DIR}/eclipse_support > /dev/null || die - for c in cdt*; do - local cv=${c#cdt} ev=3.$(( ${cv:0:1} - 1)) - if has_version "dev-util/eclipse-sdk:${ev}"; then - einfo "Linking eclipse (v${ev}) plugin cdt (v${cv})" - for f in cdt${cv}/eclipse/features/*; do - dodir /usr/$(get_libdir)/eclipse-${ev}/features - dosym "${INTEL_SDP_EDIR}"/eclipse_support/${f} \ - /usr/$(get_libdir)/eclipse-${ev}/features/ || die - done - for f in cdt${cv}/eclipse/plugins/*; do - dodir /usr/$(get_libdir)/eclipse-${ev}/plugins - dosym "${INTEL_SDP_EDIR}"/eclipse_support/${f} \ - /usr/$(get_libdir)/eclipse-${ev}/plugins/ || die - done - fi - done - popd > /dev/null || die -} - # @FUNCTION: _isdp_big-warning # @USAGE: [pre-check | test-failed] # @INTERNAL @@ -458,16 +430,6 @@ intel-sdp_src_install() { eend fi - if path_exists "${INTEL_SDP_DIR}"/eclipse_support; then - if has eclipse ${IUSE} && use eclipse; then - _isdp_link_eclipse_plugins - else - ebegin "Cleaning out eclipse plugin" - find "${INTEL_SDP_DIR}"/eclipse_support -delete || die - eend - fi - fi - if path_exists "${INTEL_SDP_DIR}"/man; then path_exists "${INTEL_SDP_DIR}"/man/en_US/man1/* && \ doman "${INTEL_SDP_DIR}"/man/en_US/man1/* |