summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-17 09:10:02 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-17 09:10:02 +0000
commitc0489d21fa8449d76068365ab96464d3b8029650 (patch)
treef99ed083b11a7562bb2779c88e1126ca84f428bd /sys-apps/microcode-data
parentAdd missing patch (thanks to jeremy for noticing). (diff)
downloadgentoo-2-c0489d21fa8449d76068365ab96464d3b8029650.tar.gz
gentoo-2-c0489d21fa8449d76068365ab96464d3b8029650.tar.bz2
gentoo-2-c0489d21fa8449d76068365ab96464d3b8029650.zip
Version bump.
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/microcode-data')
-rw-r--r--sys-apps/microcode-data/ChangeLog8
-rw-r--r--sys-apps/microcode-data/microcode-data-20101123.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/sys-apps/microcode-data/ChangeLog b/sys-apps/microcode-data/ChangeLog
index e0fe4340cfb1..37f8d15f474e 100644
--- a/sys-apps/microcode-data/ChangeLog
+++ b/sys-apps/microcode-data/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-apps/microcode-data
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.9 2010/10/13 01:35:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.10 2010/12/17 09:10:02 flameeyes Exp $
+
+*microcode-data-20101123 (17 Dec 2010)
+
+ 17 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ +microcode-data-20101123.ebuild:
+ Version bump.
*microcode-data-20100914 (13 Oct 2010)
diff --git a/sys-apps/microcode-data/microcode-data-20101123.ebuild b/sys-apps/microcode-data/microcode-data-20101123.ebuild
new file mode 100644
index 000000000000..299c37116dd5
--- /dev/null
+++ b/sys-apps/microcode-data/microcode-data-20101123.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2010 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.1 2010/12/17 09:10:02 flameeyes 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="as-is"
+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"
+}