diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-16 21:48:17 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-02-16 21:48:17 +0000 |
commit | 185350671fb1661359d7b7d2062e14a9a3595033 (patch) | |
tree | 6bac051d181b5085c260bd52c1a40e25d2985093 /dev-lang/idb | |
parent | Marked ~sparc-solaris (diff) | |
download | gentoo-2-185350671fb1661359d7b7d2062e14a9a3595033.tar.gz gentoo-2-185350671fb1661359d7b7d2062e14a9a3595033.tar.bz2 gentoo-2-185350671fb1661359d7b7d2062e14a9a3595033.zip |
Removed versions conflicting with non-existing icc/ifc
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/idb')
-rw-r--r-- | dev-lang/idb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/idb/idb-10.1.017.ebuild | 89 | ||||
-rw-r--r-- | dev-lang/idb/idb-10.1.018.ebuild | 92 | ||||
-rw-r--r-- | dev-lang/idb/idb-11.1.056.ebuild | 58 |
4 files changed, 6 insertions, 241 deletions
diff --git a/dev-lang/idb/ChangeLog b/dev-lang/idb/ChangeLog index 7906325e9431..b105317ed53b 100644 --- a/dev-lang/idb/ChangeLog +++ b/dev-lang/idb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/idb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/ChangeLog,v 1.17 2010/04/20 20:58:28 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/ChangeLog,v 1.18 2012/02/16 21:48:17 bicatali Exp $ + + 16 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org> -idb-10.1.017.ebuild, + -idb-10.1.018.ebuild, -idb-11.1.056.ebuild: + Removed versions conflicting with non-existing icc/ifc 20 Apr 2010; Sébastien Fabbro <bicatali@gentoo.org> idb-11.1.056.ebuild: Include missing inherit, bug #315187 diff --git a/dev-lang/idb/idb-10.1.017.ebuild b/dev-lang/idb/idb-10.1.017.ebuild deleted file mode 100644 index fac2c99081d8..000000000000 --- a/dev-lang/idb/idb-10.1.017.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/idb-10.1.017.ebuild,v 1.5 2009/10/05 21:01:38 bicatali Exp $ - -inherit rpm elisp-common - -ICC_PID=1136 -IFC_PID=1137 -xPV=p_${PV} - -DESCRIPTION="Intel C/C++/FORTRAN debugger for Linux" -HOMEPAGE="http://www.intel.com/software/products/compilers/" -COM_URI="http://registrationcenter-download.intel.com/irc_nas" -SRC_URI="amd64? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_intel64.tar.gz ) ) - !ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_intel64.tar.gz ) ) - icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_intel64.tar.gz ) ) - ia64? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_ia64.tar.gz ) ) - !ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia64.tar.gz ) ) - icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia64.tar.gz ) ) - x86? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_ia32.tar.gz ) ) - !ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia32.tar.gz ) ) - icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia32.tar.gz ) )" - -KEYWORDS="~amd64 ~x86" - -LICENSE="Intel-SDP" -SLOT="0" - -RESTRICT="strip mirror" -IUSE="emacs icc ifc" - -DEPEND="" -RDEPEND="=virtual/libstdc++-3.3 - x11-libs/libXft - x11-libs/libXt - dev-libs/libxml2" - -src_unpack() { - unpack ${A} - PACKAGEID=$(basename l_*) - mv "${WORKDIR}"/${PACKAGEID} "${S}" - cd "${S}" - for x in data/*idb*.rpm; do - einfo "Extracting $(basename ${x})..." - rpm_unpack "${S}"/${x} || die "rpm_unpack ${x} failed" - done -} - -src_install() { - local ext= - use amd64 && ext=e - local instdir=/opt/intel/${PN}${ext}/${PV} - cd "${S}"/${instdir}/doc - sed -e "s|\<installpackageid\>|${PACKAGEID}|g" \ - -i *support \ - || die "sed support file failed" - chmod 644 *support - - dodir ${instdir} - einfo "Copying files" - cp -pPR \ - "${S}"/${instdir}/* \ - "${D}"/${instdir}/ \ - || die "copying debugger failed" - cat > 06idb <<-EOF - PATH=${instdir}/bin - ROOTPATH=${instdir}/bin - MANPATH=${instdir}/man - EOF - doenvd 06idb || die "installing env file failed" - use emacs && \ - elisp-site-file-install "${S}"${instdir}/bin/*.el -} - -pkg_postinst () { - rm -f "${ROOT}"/opt/intel/{intel_sdp_products.db,.*.log} || die - elog "Make sure you have recieved the a license for ${PN}," - elog "you cannot run ${PN} without a license file." - elog "To receive a non-commercial license, you need to register." - elog "Read the website for more information on this license:" - elog "${HOMEPAGE}" - elog "Then put the license file into ${ROOT}/opt/intel/licenses." - elog "\nTo use ${PN} issue first \n\tsource ${ROOT}/etc/profile" - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-lang/idb/idb-10.1.018.ebuild b/dev-lang/idb/idb-10.1.018.ebuild deleted file mode 100644 index 51eb6483a7d1..000000000000 --- a/dev-lang/idb/idb-10.1.018.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/idb-10.1.018.ebuild,v 1.5 2009/10/05 21:01:38 bicatali Exp $ - -inherit rpm elisp-common - -ICC_PID=1205 -IFC_PID=1208 -xPV=p_${PV} - -DESCRIPTION="Intel C/C++/FORTRAN debugger for Linux" -HOMEPAGE="http://www.intel.com/software/products/compilers/" -COM_URI="http://registrationcenter-download.intel.com/irc_nas" -SRC_URI="amd64? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_intel64.tar.gz ) ) - !ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_intel64.tar.gz ) ) - icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_intel64.tar.gz ) ) - ia64? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_ia64.tar.gz ) ) - !ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia64.tar.gz ) ) - icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia64.tar.gz ) ) - x86? ( ifc? ( !icc? ( ${COM_URI}/${IFC_PID}/l_fc_${xPV}_ia32.tar.gz ) ) - !ifc? ( !icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia32.tar.gz ) ) - icc? ( ${COM_URI}/${ICC_PID}/l_cc_${xPV}_ia32.tar.gz ) )" - -KEYWORDS="~amd64 ~x86" - -LICENSE="Intel-SDP" -SLOT="0" - -RESTRICT="strip mirror" -IUSE="emacs icc ifc" - -DEPEND="" -RDEPEND="=virtual/libstdc++-3.3 - x11-libs/libXft - x11-libs/libXt - dev-libs/libxml2 - emacs? ( virtual/emacs )" - -src_unpack() { - unpack ${A} - PACKAGEID=$(basename l_*) - mv "${WORKDIR}"/${PACKAGEID} "${S}" - cd "${S}" - for x in data/*idb*.rpm; do - einfo "Extracting $(basename ${x})..." - rpm_unpack "${S}"/${x} || die "rpm_unpack ${x} failed" - done -} - -src_install() { - local ext= - use amd64 && ext=e - local instdir=/opt/intel/${PN}${ext}/${PV} - cd "${S}"/${instdir}/doc - sed -e "s|\<installpackageid\>|${PACKAGEID}|g" \ - -i *support \ - || die "sed support file failed" - chmod 644 *support - - dodir ${instdir} - einfo "Copying files" - cp -pPR \ - "${S}"/${instdir}/* \ - "${D}"/${instdir}/ \ - || die "copying debugger failed" - cat > 06idb <<-EOF - PATH=${instdir}/bin - ROOTPATH=${instdir}/bin - MANPATH=${instdir}/man - EOF - doenvd 06idb || die "installing env file failed" - if use emacs; then - elisp-install ${PN} "${S}"${instdir}/bin/*.el || die - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el || die - fi -} - -pkg_postinst () { - rm -f "${ROOT}"/opt/intel/{intel_sdp_products.db,.*.log} || die - elog "Make sure you have recieved the a license for ${PN}," - elog "you cannot run ${PN} without a license file." - elog "To receive a non-commercial license, you need to register." - elog "Read the website for more information on this license:" - elog "${HOMEPAGE}" - elog "Then put the license file into ${ROOT}/opt/intel/licenses." - elog "\nTo use ${PN} issue first \n\tsource ${ROOT}/etc/profile" - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-lang/idb/idb-11.1.056.ebuild b/dev-lang/idb/idb-11.1.056.ebuild deleted file mode 100644 index 5162ba94c7d2..000000000000 --- a/dev-lang/idb/idb-11.1.056.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/idb/idb-11.1.056.ebuild,v 1.2 2010/04/20 20:58:28 bicatali Exp $ - -EAPI=2 -inherit versionator multilib - -RELEASE="$(get_version_component_range 1-2)" -BUILD="$(get_version_component_range 3)" - -DESCRIPTION="Intel C/C++/FORTRAN debugger for Linux" -HOMEPAGE="http://www.intel.com/software/products/compilers/" -SRC_URI="" - -KEYWORDS="~amd64 ~x86" - -LICENSE="Intel-SDP" -SLOT="0" -IUSE="eclipse" - -DEPEND="" -RDEPEND="|| ( ~dev-lang/icc-${PV}[idb] ~dev-lang/ifc-${PV}[idb] ) - >=virtual/jre-1.5 - eclipse? ( >=dev-util/eclipse-sdk-3.4 )" - -DESTINATION="${ROOT}opt/intel/Compiler/${RELEASE}/${BUILD}" - -link_eclipse_plugins() { - ECLIPSE_V="$1" - CDT_V="$2" - einfo "Linking eclipse (v${ECLIPSE_V}) plugin cdt (v${CDT_V})" - dodir /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/plugins - dodir /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/features - - for f in "${DESTINATION}/idb/eclipse_support/cdt${CDT_V}/eclipse/plugins"/*; do - dosym "${ROOT}${f}" /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/plugins - done - - for f in "${DESTINATION}/idb/eclipse_support/cdt${CDT_V}/eclipse/features"/*; do - dosym /"${ROOT}${f}" /usr/$(get_libdir)/eclipse-${ECLIPSE_V}/features - done - eend $? -} - -src_install() { - cat > 06idb <<-EOF - NLSPATH=${DESTINATION}/idb/${IARCH}/locale/%l_%t/%N - EOF - doenvd 06idb || die "doenvd 06idb failed" - if use eclipse; then - if has_version 'dev-util/eclipse-sdk:3.4'; then - link_eclipse_plugins "3.4" "5.0" || die - fi - if has_version 'dev-util/eclipse-sdk:3.5'; then - link_eclipse_plugins "3.5" "6.0" || die - fi - fi -} |