Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/cpuid: cpuid-20140123.ebuild ChangeLog cpuid-20120225.ebuild cpuid-20120601.ebuild
Date: Wed, 29 Jan 2014 01:42:58
Message-Id: 20140129014254.6C7D62004C@flycatcher.gentoo.org
1 dirtyepic 14/01/29 01:42:54
2
3 Modified: ChangeLog
4 Added: cpuid-20140123.ebuild
5 Removed: cpuid-20120225.ebuild cpuid-20120601.ebuild
6 Log:
7 Version bump (bug #499616).
8
9 Signed-off-by: Ryan Hill <dirtyepic@g.o>
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
11
12 Revision Changes Path
13 1.7 sys-apps/cpuid/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/ChangeLog?rev=1.7&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/ChangeLog?rev=1.7&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/ChangeLog?r1=1.6&r2=1.7
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-apps/cpuid/ChangeLog,v
22 retrieving revision 1.6
23 retrieving revision 1.7
24 diff -u -r1.6 -r1.7
25 --- ChangeLog 20 Jul 2013 17:11:07 -0000 1.6
26 +++ ChangeLog 29 Jan 2014 01:42:54 -0000 1.7
27 @@ -1,6 +1,12 @@
28 # ChangeLog for sys-apps/cpuid
29 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/ChangeLog,v 1.6 2013/07/20 17:11:07 hwoarang Exp $
31 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/ChangeLog,v 1.7 2014/01/29 01:42:54 dirtyepic Exp $
33 +
34 +*cpuid-20140123 (29 Jan 2014)
35 +
36 + 29 Jan 2014; Ryan Hill <dirtyepic@g.o> -cpuid-20120225.ebuild,
37 + -cpuid-20120601.ebuild, +cpuid-20140123.ebuild:
38 + Version bump (bug #499616).
39
40 *cpuid-20130610 (20 Jul 2013)
41
42
43
44
45 1.1 sys-apps/cpuid/cpuid-20140123.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/cpuid-20140123.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpuid/cpuid-20140123.ebuild?rev=1.1&content-type=text/plain
49
50 Index: cpuid-20140123.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/sys-apps/cpuid/cpuid-20140123.ebuild,v 1.1 2014/01/29 01:42:54 dirtyepic Exp $
55
56 EAPI="5"
57
58 inherit eutils toolchain-funcs
59
60 DESCRIPTION="Utility to get detailed information about the CPU(s) using the
61 CPUID instruction"
62 HOMEPAGE="http://www.etallen.com/cpuid.html"
63 SRC_URI="http://www.etallen.com/${PN}/${P}.src.tar.gz"
64
65 KEYWORDS="~amd64 ~x86"
66 SLOT="0"
67 LICENSE="GPL-2"
68 IUSE=""
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${PN}-20110305-Makefile.patch
72 epatch "${FILESDIR}"/${PN}-20110305-fPIC.patch #376245
73 }
74
75 src_compile() {
76 tc-export CC
77 emake
78 }
79
80 src_install() {
81 emake BUILDROOT="${D}" install
82 }