summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-09-19 19:18:04 +0000
committerMike Frysinger <vapier@gentoo.org>2010-09-19 19:18:04 +0000
commit96a92f4d596d8b378b5ac490d1a4efbb934948d3 (patch)
tree24ba8b480dcc2564aeb6d22d2c8f5a874b84fe7d /sys-apps
parentia64/s390/sh/sparc stable wrt #327777 (diff)
downloadhistorical-96a92f4d596d8b378b5ac490d1a4efbb934948d3.tar.gz
historical-96a92f4d596d8b378b5ac490d1a4efbb934948d3.tar.bz2
historical-96a92f4d596d8b378b5ac490d1a4efbb934948d3.zip
old
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/microcode-data/microcode-data-20090927.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-apps/microcode-data/microcode-data-20090927.ebuild b/sys-apps/microcode-data/microcode-data-20090927.ebuild
deleted file mode 100644
index 62e485e81005..000000000000
--- a/sys-apps/microcode-data/microcode-data-20090927.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20090927.ebuild,v 1.1 2009/12/06 08:21:13 vapier Exp $
-
-NUM="18148"
-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=""
-
-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"
-}