1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/Attic/icc-10.0.026.ebuild,v 1.10 2007/11/25 20:09:21 bicatali Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/Attic/icc-10.0.026.ebuild,v 1.11 2007/12/05 20:38:52 armin76 Exp $ |
4 | |
4 | |
5 | inherit rpm eutils |
5 | inherit rpm eutils |
6 | |
6 | |
7 | PID=786 |
7 | PID=786 |
8 | PB=cc |
8 | PB=cc |
… | |
… | |
13 | ### |
13 | ### |
14 | # everything below common to ifc and icc |
14 | # everything below common to ifc and icc |
15 | # no eclass: very likely to change for next versions |
15 | # no eclass: very likely to change for next versions |
16 | ### |
16 | ### |
17 | PACKAGEID="l_${PB}_c_${PV}" |
17 | PACKAGEID="l_${PB}_c_${PV}" |
18 | KEYWORDS="amd64 ia64 x86" |
18 | KEYWORDS="amd64 x86" |
19 | SRC_URI="amd64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_intel64.tar.gz ) |
19 | SRC_URI="amd64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_intel64.tar.gz ) |
20 | ia64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia64.tar.gz ) |
20 | ia64? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia64.tar.gz ) |
21 | x86? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia32.tar.gz )" |
21 | x86? ( http://registrationcenter-download.intel.com/irc_nas/${PID}/${PACKAGEID}_ia32.tar.gz )" |
22 | |
22 | |
23 | LICENSE="Intel-SDP" |
23 | LICENSE="Intel-SDP" |