Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/microcode-data: ChangeLog microcode-data-20090330.ebuild microcode-data-20080910.ebuild microcode-data-20080401.ebuild
Date: Sat, 02 May 2009 12:52:54
Message-Id: E1M0Ei4-0003qK-Gw@stork.gentoo.org
1 armin76 09/05/02 12:52:52
2
3 Modified: ChangeLog
4 Added: microcode-data-20090330.ebuild
5 Removed: microcode-data-20080910.ebuild
6 microcode-data-20080401.ebuild
7 Log:
8 Version bump wrt #264498, fix installdir wrt #233141 remove old
9 (Portage version: 2.1.6.11/cvs/Linux ia64)
10
11 Revision Changes Path
12 1.3 sys-apps/microcode-data/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/microcode-data/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/microcode-data/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 17 Sep 2008 09:55:43 -0000 1.2
25 +++ ChangeLog 2 May 2009 12:52:52 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-apps/microcode-data
28 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.2 2008/09/17 09:55:43 vapier Exp $
30 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/ChangeLog,v 1.3 2009/05/02 12:52:52 armin76 Exp $
32 +
33 +*microcode-data-20090330 (02 May 2009)
34 +
35 + 02 May 2009; Raúl Porcel <armin76@g.o>
36 + -microcode-data-20080401.ebuild, -microcode-data-20080910.ebuild,
37 + +microcode-data-20090330.ebuild:
38 + Version bump wrt #264498, fix installdir wrt #233141 remove old
39
40 *microcode-data-20080910 (17 Sep 2008)
41
42
43
44
45 1.1 sys-apps/microcode-data/microcode-data-20090330.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/microcode-data/microcode-data-20090330.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/microcode-data/microcode-data-20090330.ebuild?rev=1.1&content-type=text/plain
49
50 Index: microcode-data-20090330.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-data/microcode-data-20090330.ebuild,v 1.1 2009/05/02 12:52:52 armin76 Exp $
55
56 DESCRIPTION="Intel IA32 microcode update data"
57 HOMEPAGE="http://urbanmyth.org/microcode/"
58 SRC_URI="http://downloadmirror.intel.com/14303/eng/microcode-${PV}.tgz"
59
60 LICENSE="as-is"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 S=${WORKDIR}
66
67 src_install() {
68 insinto /lib/firmware
69 newins microcode-${PV}.dat microcode.dat || die
70 }
71
72 pkg_postinst() {
73 einfo "The microcode available for Intel CPUs has been updated. You'll need"
74 einfo "to reload the code into your processor. If you're using the init.d:"
75 einfo "/etc/init.d/microcode_ctl restart"
76 }