Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/x86info: ChangeLog x86info-1.21.ebuild
Date: Tue, 27 Nov 2007 01:59:57
Message-Id: E1Iwpjr-0003oO-9V@stork.gentoo.org
1 robbat2 07/11/27 01:59:51
2
3 Modified: ChangeLog
4 Added: x86info-1.21.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.18 sys-apps/x86info/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/x86info/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/x86info/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/x86info/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 24 Apr 2007 07:36:37 -0000 1.17
23 +++ ChangeLog 27 Nov 2007 01:59:50 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-apps/x86info
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.17 2007/04/24 07:36:37 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.18 2007/11/27 01:59:50 robbat2 Exp $
29 +
30 +*x86info-1.21 (27 Nov 2007)
31 +
32 + 27 Nov 2007; Robin H. Johnson <robbat2@g.o> +files/1.21-pic.patch,
33 + +x86info-1.21.ebuild:
34 + Version bump.
35
36 24 Apr 2007; Christian Faulhammer <opfer@g.o> x86info-1.20.ebuild:
37 stable amd64, bug 175732
38
39
40
41 1.1 sys-apps/x86info/x86info-1.21.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/x86info/x86info-1.21.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/x86info/x86info-1.21.ebuild?rev=1.1&content-type=text/plain
45
46 Index: x86info-1.21.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.21.ebuild,v 1.1 2007/11/27 01:59:50 robbat2 Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Dave Jones' handy, informative x86 CPU diagnostic utility"
55 HOMEPAGE="http://www.codemonkey.org.uk/projects/x86info/"
56 SRC_URI="http://www.codemonkey.org.uk/projects/x86info/${P}.tgz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="-* ~amd64 ~x86"
61 IUSE=""
62
63 DEPEND=""
64 RDEPEND=""
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69 epatch "${FILESDIR}"/1.21-pic.patch
70 }
71
72 src_compile() {
73 emake x86info CFLAGS="${CFLAGS}" || die "emake failed"
74 }
75
76 src_install() {
77 dobin x86info || die
78
79 insinto /etc/modules.d
80 newins "${FILESDIR}"/x86info-modules.conf-rc x86info
81
82 dodoc TODO README ChangeLog
83 doman x86info.1
84 insinto /usr/share/doc/${PF}
85 doins -r results
86 prepalldocs
87 }
88
89 pkg_postinst() {
90 ewarn "Your kernel must be built with the following options"
91 ewarn "set to Y or M"
92 ewarn " Processor type and features ->"
93 ewarn " [*] /dev/cpu/*/msr - Model-specific register support"
94 ewarn " [*] /dev/cpu/*/cpuid - CPU information support"
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list