diff options
author | 2006-06-05 17:11:48 +0000 | |
---|---|---|
committer | 2006-06-05 17:11:48 +0000 | |
commit | af37f082f5a66144cf15ca9b2c88e45c55d424fa (patch) | |
tree | 337f7985a98e5fc0946713de6a50801f1d21b0b8 /dev-lang | |
parent | stable on amd64 wrt bug 134329 (diff) | |
download | gentoo-2-af37f082f5a66144cf15ca9b2c88e45c55d424fa.tar.gz gentoo-2-af37f082f5a66144cf15ca9b2c88e45c55d424fa.tar.bz2 gentoo-2-af37f082f5a66144cf15ca9b2c88e45c55d424fa.zip |
New public version.
(Portage version: 2.1_rc4-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ifc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/ifc/files/digest-ifc-9.0.031 | 3 | ||||
-rw-r--r-- | dev-lang/ifc/ifc-9.0.031.ebuild | 128 |
3 files changed, 138 insertions, 2 deletions
diff --git a/dev-lang/ifc/ChangeLog b/dev-lang/ifc/ChangeLog index 087ed3a97b73..d14141ab865b 100644 --- a/dev-lang/ifc/ChangeLog +++ b/dev-lang/ifc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/ifc -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.18 2005/10/01 16:19:57 ribosome Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ChangeLog,v 1.19 2006/06/05 17:11:48 spyderous Exp $ + +*ifc-9.0.031 (05 Jun 2006) + + 05 Jun 2006; Donnie Berkholz <spyderous@gentoo.org>; +ifc-9.0.031.ebuild: + New public version. 01 Oct 2005; Olivier Fisette <ribosome@gentoo.org> ifc-6.0.ebuild, ifc-7.0.064-r1.ebuild, ifc-9.0.021.ebuild, ifc-9.0.026.ebuild: diff --git a/dev-lang/ifc/files/digest-ifc-9.0.031 b/dev-lang/ifc/files/digest-ifc-9.0.031 new file mode 100644 index 000000000000..37108cbd72b6 --- /dev/null +++ b/dev-lang/ifc/files/digest-ifc-9.0.031 @@ -0,0 +1,3 @@ +MD5 428f476f520f24255d5ede1df216c029 l_fc_c_9.0.031.tar.gz 131249511 +RMD160 7800ecfca54f5f3dc41760a91af757b0c72c65a2 l_fc_c_9.0.031.tar.gz 131249511 +SHA256 a7c49820320cda4dc56e9d2416a04bb897262cd1dab6ca49a5b981da1cfcd3d6 l_fc_c_9.0.031.tar.gz 131249511 diff --git a/dev-lang/ifc/ifc-9.0.031.ebuild b/dev-lang/ifc/ifc-9.0.031.ebuild new file mode 100644 index 000000000000..0c545a646b3d --- /dev/null +++ b/dev-lang/ifc/ifc-9.0.031.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ifc/ifc-9.0.031.ebuild,v 1.1 2006/06/05 17:11:48 spyderous Exp $ + +inherit rpm + +DESCRIPTION="Intel Fortran Compiler for Linux" +HOMEPAGE="http://www.intel.com/software/products/compilers/flin/" +IUSE="" +KEYWORDS="~amd64 ~ia64 ~x86" +LICENSE="ifc-9.0" +RESTRICT="nostrip fetch" +SLOT="9.0" +MMV="9.0" + +SRC_URI="l_fc_c_${PV}.tar.gz" +DEPEND=">=sys-libs/glibc-2.3.2" +RDEPEND="sys-devel/gcc" +S="${WORKDIR}/l_fc_c_${PV}" + +src_unpack() { + unpack ${A} + + cd ${S} || die + + # The tarball contains rpms for multiple arches, and a lot of + # auxiliary rpms common across arches. We must throw away + # the arch we're not. + case ${ARCH} in + amd64) + rm -f intel-*.{i386,ia64}.rpm + ;; + ia64) + rm -f intel-*.{em64t,i386}.rpm + ;; + x86) + rm -f intel-*.{em64t,ia64}.rpm + ;; + esac + + for x in *.rpm + do + # WORKDIR must be set properly for rpm_unpack() + rpm_unpack ${S}/${x} + done + +} + +src_compile() { + instdir=/opt/intel/fortran90 + + for x in opt/intel/*/*/bin/* ; do + sed "s|<INSTALLDIR>|${instdir}|g" -i $x + done + + # == SRC_BASE + eval `grep "^[ ]*PACKAGEID=" ${S}/install_fc.sh` + einfo "PACKAGEID=${PACKAGEID}" + + # From UNTAG_SUPPORT() in 'install_fc.sh' + case ${ARCH} in + amd64) + SUPPORTFILE=${S}/opt/intel/fce/9.0/doc/fesupport + ;; + ia64|x86) + SUPPORTFILE=${S}/opt/intel/fc/9.0/doc/fsupport + ;; + esac + if [ -f ${SUPPORTFILE} ] + then + einfo "Untagging: ${SUPPORTFILE}" + sed s@\<installpackageid\>@${PACKAGEID}@g ${SUPPORTFILE} > ${SUPPORTFILE}.abs + mv ${SUPPORTFILE}.abs ${SUPPORTFILE} + chmod 644 ${SUPPORTFILE} + fi + + # From UNTAG_SUPPORT_IDB() in 'install_fc.sh' + case ${ARCH} in + amd64) + SUPPORTFILE=${S}/opt/intel/idbe/9.0/doc/idbesupport + ;; + ia64 | x86) + SUPPORTFILE=${S}/opt/intel/idb/9.0/doc/idbsupport + ;; + esac + if [ -f ${SUPPORTFILE} ] + then + einfo "Untagging: ${SUPPORTFILE}" + sed s@\<INSTALLTIMECOMBOPACKAGEID\>@${PACKAGEID}@g ${SUPPORTFILE} > ${SUPPORTFILE}.abs + mv ${SUPPORTFILE}.abs ${SUPPORTFILE} + chmod 644 ${SUPPORTFILE} + fi +} + +src_install () { + instdir=/opt/intel/fortran90 + # No lgpltext in ifc + # dodoc ${S}/lgpltext + dodoc ${S}/flicense + dodir ${instdir} + cp -pPR opt/intel/fc*/9.0/* ${D}/${instdir} + cp -pPR opt/intel/idb*/9.0/* ${D}/${instdir} + insinto /etc/env.d + doins ${FILESDIR}/${MMV}/05ifc || die +} + +pkg_postinst () { + instdir=/opt/intel/fortran90 + + einfo "http://www.intel.com/software/products/compilers/flin/noncom.htm" + einfo "From the above url you can get a free, non-commercial" + einfo "license to use the Intel Fortran Compiler emailed to you." + einfo "You cannot run ifc without this license file." + einfo "Read the website for more information on this license." + einfo + einfo "Documentation can be found in ${instdir}/doc/" + einfo + einfo "You will need to place your license in ${instdir}/licenses/" + echo + + ewarn "If 'ifc' breaks, use 'ifortbin' instead and report a bug." + echo + + ewarn "Please perform" + ewarn " env-update" + ewarn " source /etc/profile" + ewarn "prior to using ifc." +} |