Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/microcode-ctl: microcode-ctl-1.17-r2.ebuild ChangeLog
Date: Mon, 24 Jan 2011 14:16:12
Message-Id: 20110124141601.3811420054@flycatcher.gentoo.org
1 darkside 11/01/24 14:16:01
2
3 Modified: microcode-ctl-1.17-r2.ebuild ChangeLog
4 Log:
5 Improve MICROCODE kernel detection/warning. Remove old version. Signed off by base-system team
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: microcode-ctl-1.17-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- microcode-ctl-1.17-r2.ebuild 10 Jun 2009 20:23:22 -0000 1.2
23 +++ microcode-ctl-1.17-r2.ebuild 24 Jan 2011 14:16:01 -0000 1.3
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild,v 1.2 2009/06/10 20:23:22 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/microcode-ctl-1.17-r2.ebuild,v 1.3 2011/01/24 14:16:01 darkside Exp $
30
31 -inherit toolchain-funcs
32 +inherit linux-info toolchain-funcs
33
34 MY_P=${PN/-/_}-${PV}
35 DESCRIPTION="Intel processor microcode update utility"
36 @@ -35,8 +35,14 @@
37 }
38
39 pkg_postinst() {
40 - ewarn "Your kernel must include microcode update support."
41 - echo
42 - einfo "Microcode updates will be lost at every reboot."
43 - einfo "You can use the init.d script to update at boot time."
44 + # Just a friendly warning
45 + if ! linux_config_exists || ! linux_chkconfig_present MICROCODE; then
46 + echo
47 + ewarn "Your kernel must include microcode update support."
48 + ewarn " Processor type and features --->"
49 + ewarn " <*> /dev/cpu/microcode - microcode support"
50 + echo
51 + fi
52 + elog "Microcode updates will be lost at every reboot."
53 + elog "You can use the init.d script to update at boot time."
54 }
55
56
57
58 1.32 sys-apps/microcode-ctl/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-ctl/ChangeLog?rev=1.32&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-ctl/ChangeLog?rev=1.32&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/microcode-ctl/ChangeLog?r1=1.31&r2=1.32
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v
67 retrieving revision 1.31
68 retrieving revision 1.32
69 diff -u -r1.31 -r1.32
70 --- ChangeLog 10 Jun 2009 20:23:22 -0000 1.31
71 +++ ChangeLog 24 Jan 2011 14:16:01 -0000 1.32
72 @@ -1,6 +1,11 @@
73 # ChangeLog for sys-apps/microcode-ctl
74 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.31 2009/06/10 20:23:22 maekke Exp $
76 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/microcode-ctl/ChangeLog,v 1.32 2011/01/24 14:16:01 darkside Exp $
78 +
79 + 24 Jan 2011; Jeremy Olexa <darkside@g.o>
80 + microcode-ctl-1.17-r2.ebuild:
81 + Improve MICROCODE kernel detection/warning. Remove old version. Signed off
82 + by base-system team
83
84 10 Jun 2009; Markus Meier <maekke@g.o>
85 microcode-ctl-1.17-r2.ebuild: