public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/microcode-data: microcode-data-20120606.ebuild ChangeLog
@ 2012-06-06 19:29 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2012-06-06 19:29 UTC (permalink / raw
  To: gentoo-commits

flameeyes    12/06/06 19:29:16

  Modified:             ChangeLog
  Added:                microcode-data-20120606.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sys-apps/microcode-data/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	12 Dec 2011 22:39:57 -0000	1.17
+++ ChangeLog	6 Jun 2012 19:29:16 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/microcode-data
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.17 2011/12/12 22:39:57 flameeyes Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.18 2012/06/06 19:29:16 flameeyes Exp $
+
+*microcode-data-20120606 (06 Jun 2012)
+
+  06 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+  +microcode-data-20120606.ebuild:
+  Version bump.
 
 *microcode-data-20111110 (12 Dec 2011)
 



1.1                  sys-apps/microcode-data/microcode-data-20120606.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/microcode-data-20120606.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-data/microcode-data-20120606.ebuild?rev=1.1&content-type=text/plain

Index: microcode-data-20120606.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20120606.ebuild,v 1.1 2012/06/06 19:29:16 flameeyes Exp $

EAPI=4

inherit toolchain-funcs

NUM="21385"
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"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-06 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 19:29 [gentoo-commits] gentoo-x86 commit in sys-apps/microcode-data: microcode-data-20120606.ebuild ChangeLog Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox