summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2005-05-02 20:35:09 +0000
committerOlivier Crête <tester@gentoo.org>2005-05-02 20:35:09 +0000
commita52b861224b2157c787020c604006d1394b70073 (patch)
tree813a7538afd1c33e9dd62e37924dad5cae4ecaf5 /sys-apps/x86info
parentWe really want gst for backend on sparc since newer xines are broken, so adju... (diff)
downloadgentoo-2-a52b861224b2157c787020c604006d1394b70073.tar.gz
gentoo-2-a52b861224b2157c787020c604006d1394b70073.tar.bz2
gentoo-2-a52b861224b2157c787020c604006d1394b70073.zip
Version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/x86info')
-rw-r--r--sys-apps/x86info/ChangeLog9
-rw-r--r--sys-apps/x86info/Manifest16
-rw-r--r--sys-apps/x86info/files/digest-x86info-1.131
-rw-r--r--sys-apps/x86info/x86info-1.13.ebuild50
4 files changed, 62 insertions, 14 deletions
diff --git a/sys-apps/x86info/ChangeLog b/sys-apps/x86info/ChangeLog
index 945a75579757..fcbee80140c6 100644
--- a/sys-apps/x86info/ChangeLog
+++ b/sys-apps/x86info/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/x86info
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.6 2004/10/13 23:36:18 vapier Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.7 2005/05/02 20:35:09 tester Exp $
+
+*x86info-1.13 (02 May 2005)
+
+ 02 May 2005; Olivier Crête <tester@gentoo.org> +x86info-1.13.ebuild:
+ Version bump (bug #91211)
13 Oct 2004; Mike Frysinger <vapier@gentoo.org> x86info-1.12b.ebuild:
Add a pic patch to fix #67365.
diff --git a/sys-apps/x86info/Manifest b/sys-apps/x86info/Manifest
index 46950430acf7..07c571279515 100644
--- a/sys-apps/x86info/Manifest
+++ b/sys-apps/x86info/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 14d63612d0c27a7582a6c9481ddd587b ChangeLog 1047
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 d5090cdf4c4046b43fc19a32fe832d16 x86info-1.12b.ebuild 1220
+MD5 4946d62e96b251fd42467ec56988b3a8 x86info-1.13.ebuild 1221
+MD5 14d63612d0c27a7582a6c9481ddd587b ChangeLog 1047
+MD5 2314117f5dd2e812f0e8276bd04b0364 files/digest-x86info-1.13 60
MD5 1759a81bcf65ea2266520c18b934df09 files/digest-x86info-1.12b 61
-MD5 e622e47087f8556df73aae8e3c4dd896 files/x86info-modules.conf-rc 330
MD5 8a96e3de09ecff97079a248d217c407f files/1.12b-pic.patch 594
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBbbx6HTu7gpaalycRAtVAAJ9oUmGpx++nVyAvta2LVXHEEMrmTwCfaDo4
-vlZ2L6BB9NI+207zmrdACVk=
-=/Bsp
------END PGP SIGNATURE-----
+MD5 e622e47087f8556df73aae8e3c4dd896 files/x86info-modules.conf-rc 330
diff --git a/sys-apps/x86info/files/digest-x86info-1.13 b/sys-apps/x86info/files/digest-x86info-1.13
new file mode 100644
index 000000000000..d14551a97b17
--- /dev/null
+++ b/sys-apps/x86info/files/digest-x86info-1.13
@@ -0,0 +1 @@
+MD5 fbc21dffe80757d55af8ec689a2c3c10 x86info-1.13.tgz 58582
diff --git a/sys-apps/x86info/x86info-1.13.ebuild b/sys-apps/x86info/x86info-1.13.ebuild
new file mode 100644
index 000000000000..2539f7a27de5
--- /dev/null
+++ b/sys-apps/x86info/x86info-1.13.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.13.ebuild,v 1.1 2005/05/02 20:35:09 tester Exp $
+
+inherit eutils
+
+DESCRIPTION="Dave Jones' handy, informative x86 CPU diagnostic utility"
+HOMEPAGE="http://www.codemonkey.org.uk/projects/x86info/"
+SRC_URI="http://www.codemonkey.org.uk/projects/x86info/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="-* ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/1.12b-pic.patch
+}
+
+src_compile() {
+ emake x86info CFLAGS="${CFLAGS}" || die "emake failed"
+}
+
+src_install() {
+ # binaries first
+ dobin x86info
+
+ # modules stuff next
+ insinto /etc/modules.d
+ newins ${FILESDIR}/x86info-modules.conf-rc x86info
+
+ # now we all all the docs
+ dodoc TODO README ChangeLog
+ doman x86info.1
+ cp -a results ${D}/usr/share/doc/${PF}
+ prepalldocs
+}
+
+pkg_postinst() {
+ ewarn "Your kernel must be built with the following options"
+ ewarn "set to Y or M"
+ ewarn " Processor type and features ->"
+ ewarn " [*] /dev/cpu/*/msr - Model-specific register support"
+ ewarn " [*] /dev/cpu/*/cpuid - CPU information support"
+}