summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2014-06-28 14:13:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2014-06-28 14:13:21 +0000
commita48564e3d3210bf8d47fe345d3cf32d005fe2817 (patch)
treebcaffe1952c61fc8da3b7bccdf43752f0c42e08e /sys-apps/microcode-data/microcode-data-20101123.ebuild
parentalpha stable, bug #491980 (diff)
downloadgentoo-2-a48564e3d3210bf8d47fe345d3cf32d005fe2817.tar.gz
gentoo-2-a48564e3d3210bf8d47fe345d3cf32d005fe2817.tar.bz2
gentoo-2-a48564e3d3210bf8d47fe345d3cf32d005fe2817.zip
Version bump and remove older versions.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D4301342)
Diffstat (limited to 'sys-apps/microcode-data/microcode-data-20101123.ebuild')
-rw-r--r--sys-apps/microcode-data/microcode-data-20101123.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sys-apps/microcode-data/microcode-data-20101123.ebuild b/sys-apps/microcode-data/microcode-data-20101123.ebuild
deleted file mode 100644
index 577a56cbf2b8..000000000000
--- a/sys-apps/microcode-data/microcode-data-20101123.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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"
-}