diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-09-19 19:18:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-09-19 19:18:04 +0000 |
commit | 79b5711c27bae40a33c468fd36cbfd8c75aa3bea (patch) | |
tree | f6139dfa5cb6df8a3d632bf14cbccb43c1827313 /sys-apps | |
parent | ia64/s390/sh/sparc stable wrt #327777 (diff) | |
download | gentoo-2-79b5711c27bae40a33c468fd36cbfd8c75aa3bea.tar.gz gentoo-2-79b5711c27bae40a33c468fd36cbfd8c75aa3bea.tar.bz2 gentoo-2-79b5711c27bae40a33c468fd36cbfd8c75aa3bea.zip |
old
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20090927.ebuild | 26 |
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" -} |