flameeyes 14/06/28 14:13:21
Modified: ChangeLog
Added: microcode-data-20140624.ebuild
Removed: microcode-data-20140122.ebuild
microcode-data-20110915.ebuild
microcode-data-20100209.ebuild
microcode-data-20111110.ebuild
microcode-data-20130222.ebuild
microcode-data-20101123.ebuild
microcode-data-20120606.ebuild
microcode-data-20110915-r1.ebuild
microcode-data-20110428.ebuild
Log:
Version bump and remove older versions.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
D4301342)
Revision Changes Path
1.30 sys-apps/microcode-data/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 30 May 2014 20:23:09 -0000 1.29
+++ ChangeLog 28 Jun 2014 14:13:21 -0000 1.30
@@ -1,6 +1,16 @@
# ChangeLog for sys-apps/microcode-data
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.29
2014/05/30 20:23:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.30
2014/06/28 14:13:21 flameeyes Exp $
+
+*microcode-data-20140624 (28 Jun 2014)
+
+ 28 Jun 2014; Diego E. Pettenò <[email protected]>
+ +microcode-data-20140624.ebuild, -microcode-data-20100209.ebuild,
+ -microcode-data-20101123.ebuild, -microcode-data-20110428.ebuild,
+ -microcode-data-20110915-r1.ebuild, -microcode-data-20110915.ebuild,
+ -microcode-data-20111110.ebuild, -microcode-data-20120606.ebuild,
+ -microcode-data-20130222.ebuild, -microcode-data-20140122.ebuild:
+ Version bump and remove older versions.
*microcode-data-20140430 (30 May 2014)
1.1 sys-apps/microcode-data/microcode-data-20140624.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/microcode-data-20140624.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/microcode-data-20140624.ebuild?rev=1.1&content-type=text/plain
Index: microcode-data-20140624.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20140624.ebuild,v
1.1 2014/06/28 14:13:21 flameeyes Exp $
EAPI="4"
inherit toolchain-funcs
# Find updates by searching and clicking the first link (hopefully it's the
one):
#
http://www.intel.com/content/www/us/en/search.html?keyword=Processor+Microcode+Data+File
NUM="23984"
DESCRIPTION="Intel IA32 microcode update data"
HOMEPAGE="http://inertiawar.com/microcode/
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=${NUM}"
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() {
default
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"
}