You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/microcode-data/microcode-data-20101123.ebuild

29 lines
852 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20101123.ebuild,v 1.3 2011/01/24 04:47:03 darkside Exp $
NUM="19611"
DESCRIPTION="Intel IA32 microcode update data"
HOMEPAGE="http://urbanmyth.org/microcode/"
SRC_URI="http://downloadmirror.intel.com/${NUM}/eng/microcode-${PV}.tgz"
LICENSE="intel-ucode"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="!<sys-apps/microcode-ctl-1.17-r2" #268586
S=${WORKDIR}
src_install() {
insinto /lib/firmware
newins microcode-${PV}.dat microcode.dat || die
}
pkg_postinst() {
einfo "The microcode available for Intel CPUs has been updated. You'll need"
einfo "to reload the code into your processor. If you're using the init.d:"
einfo "/etc/init.d/microcode_ctl restart"
}