| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/x11-drivers/radeon-ucode/radeon-ucode-20120320.ebuild,v 1.1 2012/03/20 23:56:33 chithanh Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-drivers/radeon-ucode/radeon-ucode-20120320.ebuild,v 1.2 2012/06/22 20:37:06 ago Exp $ |
| 4 | |
4 | |
| 5 | inherit linux-info |
5 | inherit linux-info |
| 6 | |
6 | |
| 7 | UCODE_BASE_URI="http://people.freedesktop.org/~agd5f/${PN/-/_}" |
7 | UCODE_BASE_URI="http://people.freedesktop.org/~agd5f/${PN/-/_}" |
| 8 | UCODE_FILES=( |
8 | UCODE_FILES=( |
| … | |
… | |
| 65 | HOMEPAGE="http://people.freedesktop.org/~agd5f/radeon_ucode/" |
65 | HOMEPAGE="http://people.freedesktop.org/~agd5f/radeon_ucode/" |
| 66 | SRC_URI="${UCODE_FILES[@]/#/${UCODE_BASE_URI}/}" |
66 | SRC_URI="${UCODE_FILES[@]/#/${UCODE_BASE_URI}/}" |
| 67 | |
67 | |
| 68 | LICENSE="radeon-ucode" |
68 | LICENSE="radeon-ucode" |
| 69 | SLOT="0" |
69 | SLOT="0" |
| 70 | KEYWORDS="~amd64 ~x86" |
70 | KEYWORDS="amd64 ~x86" |
| 71 | IUSE="" |
71 | IUSE="" |
| 72 | |
72 | |
| 73 | src_unpack() { :; } |
73 | src_unpack() { :; } |
| 74 | |
74 | |
| 75 | src_install() { |
75 | src_install() { |