diff options
author | 2014-06-28 14:13:21 +0000 | |
---|---|---|
committer | 2014-06-28 14:13:21 +0000 | |
commit | a48564e3d3210bf8d47fe345d3cf32d005fe2817 (patch) | |
tree | bcaffe1952c61fc8da3b7bccdf43752f0c42e08e /sys-apps/microcode-data/microcode-data-20110915-r1.ebuild | |
parent | alpha stable, bug #491980 (diff) | |
download | gentoo-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-20110915-r1.ebuild')
-rw-r--r-- | sys-apps/microcode-data/microcode-data-20110915-r1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-apps/microcode-data/microcode-data-20110915-r1.ebuild b/sys-apps/microcode-data/microcode-data-20110915-r1.ebuild deleted file mode 100644 index ddab8d4ac863..000000000000 --- a/sys-apps/microcode-data/microcode-data-20110915-r1.ebuild +++ /dev/null @@ -1,42 +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-20110915-r1.ebuild,v 1.1 2011/12/12 21:34:38 vapier Exp $ - -EAPI=4 - -inherit toolchain-funcs - -NUM="20429" -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_unpack() { - unpack ${A} - cp "${FILESDIR}"/intel-microcode2ucode.c ./ || die -} - -src_compile() { - tc-env_build emake intel-microcode2ucode - ./intel-microcode2ucode microcode.dat || die -} - -src_install() { - insinto /lib/firmware - doins -r microcode.dat intel-ucode -} - -pkg_postinst() { - elog "The microcode available for Intel CPUs has been updated. You'll need" - elog "to reload the code into your processor. If you're using the init.d:" - elog "/etc/init.d/microcode_ctl restart" -} |