Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 440194
Collapse All | Expand All

(-)sys-apps/microcode-data/microcode-data-20120606.ebuild (-5 / +7 lines)
Lines 1-19 Link Here
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/sys-apps/microcode-data/microcode-data-20120606.ebuild,v 1.3 2012/09/23 08:15:03 phajdan.jr Exp $
3
# $Header: $
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit toolchain-funcs
7
inherit toolchain-funcs
8
8
9
NUM="21385"
9
MY_PV=${PV/_p/-v}
10
NUM="21925"
11
10
DESCRIPTION="Intel IA32 microcode update data"
12
DESCRIPTION="Intel IA32 microcode update data"
11
HOMEPAGE="http://urbanmyth.org/microcode/"
13
HOMEPAGE="http://downloadcenter.intel.com/SearchResult.aspx?keyword=Processor%20Microcode%20Data%20File"
12
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz"
14
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${MY_PV}.tgz"
13
15
14
LICENSE="intel-ucode"
16
LICENSE="intel-ucode"
15
SLOT="0"
17
SLOT="0"
16
KEYWORDS="amd64 x86"
18
KEYWORDS="~amd64 ~x86"
17
IUSE=""
19
IUSE=""
18
20
19
RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586
21
RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586

Return to bug 440194