| 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.7 2007/11/08 16:25:56 bicatali Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-lang/icc/Attic/icc-10.0.026.ebuild,v 1.8 2007/11/08 20:14:40 armin76 Exp $ |
| 4 | |
4 | |
| 5 | inherit rpm |
5 | inherit rpm |
| 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 ia64 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" |