summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-05-10 17:18:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-05-10 17:18:00 +0000
commitceb99f71e9d5d71d42d01e917cd65ff34f86ceae (patch)
tree1e58c9e876e7184195bd267b08f4883471664fe3 /sys-apps
parentnet-analyzer/ostinato: Readd patch. Shouldn't have been removed. (diff)
downloadgentoo-2-ceb99f71e9d5d71d42d01e917cd65ff34f86ceae.tar.gz
gentoo-2-ceb99f71e9d5d71d42d01e917cd65ff34f86ceae.tar.bz2
gentoo-2-ceb99f71e9d5d71d42d01e917cd65ff34f86ceae.zip
Version bump.
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/microcode-data/ChangeLog8
-rw-r--r--sys-apps/microcode-data/microcode-data-20110428.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/sys-apps/microcode-data/ChangeLog b/sys-apps/microcode-data/ChangeLog
index 0479334e28de..737815576ce1 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.12 2011/01/24 04:47:03 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.13 2011/05/10 17:18:00 flameeyes Exp $
+
+*microcode-data-20110428 (10 May 2011)
+
+ 10 May 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+ +microcode-data-20110428.ebuild:
+ Version bump.
24 Jan 2011; Jeremy Olexa <darkside@gentoo.org>
microcode-data-20101123.ebuild:
diff --git a/sys-apps/microcode-data/microcode-data-20110428.ebuild b/sys-apps/microcode-data/microcode-data-20110428.ebuild
new file mode 100644
index 000000000000..ffe0d69e082f
--- /dev/null
+++ b/sys-apps/microcode-data/microcode-data-20110428.ebuild
@@ -0,0 +1,28 @@
+# 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-20110428.ebuild,v 1.1 2011/05/10 17:18:00 flameeyes Exp $
+
+NUM="20050"
+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"
+}