| 1 | # Copyright 1999-2013 Gentoo Foundation |
1 | # Copyright 1999-2013 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/eclass/intel-sdp.eclass,v 1.6 2013/01/18 15:00:31 jlec Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/intel-sdp.eclass,v 1.7 2013/01/23 09:44:24 jlec Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: intel-sdp.eclass |
5 | # @ECLASS: intel-sdp.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Justin Lecher <jlec@gentoo.org> |
7 | # Justin Lecher <jlec@gentoo.org> |
| 8 | # Sci Team <sci@gentoo.org> |
8 | # Sci Team <sci@gentoo.org> |
| … | |
… | |
| 258 | local warn=1 dir dirs ret arch a p |
258 | local warn=1 dir dirs ret arch a p |
| 259 | |
259 | |
| 260 | : ${CHECKREQS_DISK_BUILD:=256M} |
260 | : ${CHECKREQS_DISK_BUILD:=256M} |
| 261 | check-reqs_pkg_pretend |
261 | check-reqs_pkg_pretend |
| 262 | |
262 | |
|
|
263 | if [[ $(echo ${INTEL_LICENSE_FILE} | grep -q @) ]]; then |
|
|
264 | einfo "Looks like you are using following license server:" |
|
|
265 | einfo " ${INTEL_LICENSE_FILE}" |
|
|
266 | return 0 |
|
|
267 | fi |
|
|
268 | |
| 263 | dirs=( |
269 | dirs=( |
| 264 | "${INTEL_SDP_EDIR}/licenses" |
270 | "${INTEL_SDP_EDIR}/licenses" |
| 265 | "${INTEL_SDP_EDIR}/Licenses" |
271 | "${INTEL_SDP_EDIR}/Licenses" |
| 266 | "${EPREFIX}/opt/intel/licenses" |
272 | "${EPREFIX}/opt/intel/licenses" |
| 267 | ) |
273 | ) |