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-20110428.ebuild ChangeLog
@ 2011-05-10 17:18 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-05-10 17:18 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/05/10 17:18:00

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Jan 2011 04:47:03 -0000	1.12
+++ ChangeLog	10 May 2011 17:18:00 -0000	1.13
@@ -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.12 2011/01/24 04:47:03 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.13 2011/05/10 17:18:00 flameeyes Exp $
+
+*microcode-data-20110428 (10 May 2011)
+
+  10 May 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+  +microcode-data-20110428.ebuild:
+  Version bump.
 
   24 Jan 2011; Jeremy Olexa <darkside@gentoo.org>
   microcode-data-20101123.ebuild:



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

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

Index: microcode-data-20110428.ebuild
===================================================================
# 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-20110428.ebuild,v 1.1 2011/05/10 17:18:00 flameeyes Exp $

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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/microcode-data: microcode-data-20110428.ebuild ChangeLog
@ 2011-05-10 18:21 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-05-10 18:21 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/05/10 18:21:36

  Modified:             microcode-data-20110428.ebuild ChangeLog
  Log:
  Fix mistake (save before committing).
  
  (Portage version: 2.2.0_alpha32/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-apps/microcode-data/microcode-data-20110428.ebuild

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

Index: microcode-data-20110428.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20110428.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- microcode-data-20110428.ebuild	10 May 2011 17:18:00 -0000	1.1
+++ microcode-data-20110428.ebuild	10 May 2011 18:21:36 -0000	1.2
@@ -1,6 +1,6 @@
 # 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-20110428.ebuild,v 1.1 2011/05/10 17:18:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20110428.ebuild,v 1.2 2011/05/10 18:21:36 flameeyes Exp $
 
 NUM="20050"
 DESCRIPTION="Intel IA32 microcode update data"
@@ -18,7 +18,7 @@
 
 src_install() {
 	insinto /lib/firmware
-	newins microcode-${PV}.dat microcode.dat || die
+	doins microcode.dat || die
 }
 
 pkg_postinst() {



1.14                 sys-apps/microcode-data/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	10 May 2011 17:18:00 -0000	1.13
+++ ChangeLog	10 May 2011 18:21:36 -0000	1.14
@@ -1,6 +1,10 @@
 # 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.13 2011/05/10 17:18:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.14 2011/05/10 18:21:36 flameeyes Exp $
+
+  10 May 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+  microcode-data-20110428.ebuild:
+  Fix mistake (save before committing).
 
 *microcode-data-20110428 (10 May 2011)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-10 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-10 18:21 [gentoo-commits] gentoo-x86 commit in sys-apps/microcode-data: microcode-data-20110428.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-10 17:18 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