summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2006-01-24 02:29:19 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2006-01-24 02:29:19 +0000
commit8671d04a1a9b15084829068dc383b0074d00a3dc (patch)
tree77dd57be3e89d780966026e3e17b30fc09bf3ad2 /sys-apps/x86info
parentinitial import (diff)
downloadgentoo-2-8671d04a1a9b15084829068dc383b0074d00a3dc.tar.gz
gentoo-2-8671d04a1a9b15084829068dc383b0074d00a3dc.tar.bz2
gentoo-2-8671d04a1a9b15084829068dc383b0074d00a3dc.zip
Version bump, bug #119048.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-apps/x86info')
-rw-r--r--sys-apps/x86info/ChangeLog9
-rw-r--r--sys-apps/x86info/Manifest2
-rw-r--r--sys-apps/x86info/files/digest-x86info-1.171
-rw-r--r--sys-apps/x86info/x86info-1.17.ebuild48
4 files changed, 58 insertions, 2 deletions
diff --git a/sys-apps/x86info/ChangeLog b/sys-apps/x86info/ChangeLog
index 2d5d00dd7cb7..e6fa9cf7916a 100644
--- a/sys-apps/x86info/ChangeLog
+++ b/sys-apps/x86info/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/x86info
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.10 2005/12/12 09:14:19 robbat2 Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/ChangeLog,v 1.11 2006/01/24 02:29:19 robbat2 Exp $
+
+*x86info-1.17 (24 Jan 2006)
+
+ 24 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> +x86info-1.17.ebuild:
+ Version bump, bug #119048.
12 Dec 2005; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Update metadata.
diff --git a/sys-apps/x86info/Manifest b/sys-apps/x86info/Manifest
index 4a94d8739d52..46070da65bb5 100644
--- a/sys-apps/x86info/Manifest
+++ b/sys-apps/x86info/Manifest
@@ -4,9 +4,11 @@ MD5 1759a81bcf65ea2266520c18b934df09 files/digest-x86info-1.12b 61
MD5 2314117f5dd2e812f0e8276bd04b0364 files/digest-x86info-1.13 60
MD5 d802a4048f32812d16b2fb081991db26 files/digest-x86info-1.14 60
MD5 af728070175dcb308ae6d5aa7db7f102 files/digest-x86info-1.15 60
+MD5 b7d833349d66e93b96c70a2f6d4c4f6c files/digest-x86info-1.17 60
MD5 e622e47087f8556df73aae8e3c4dd896 files/x86info-modules.conf-rc 330
MD5 e25e70948beb656da0b6fa0b48124f16 metadata.xml 227
MD5 28879059969f8547055db13367423471 x86info-1.12b.ebuild 1222
MD5 8b111ccd0ea1a8306caffb742b2ca4c7 x86info-1.13.ebuild 1221
MD5 8e5a72c55161ad43ffb79744aa82293b x86info-1.14.ebuild 1174
MD5 8d44b44ef122e1c4f86b4b672e6790e8 x86info-1.15.ebuild 1174
+MD5 8d44b44ef122e1c4f86b4b672e6790e8 x86info-1.17.ebuild 1174
diff --git a/sys-apps/x86info/files/digest-x86info-1.17 b/sys-apps/x86info/files/digest-x86info-1.17
new file mode 100644
index 000000000000..1ef4478b6082
--- /dev/null
+++ b/sys-apps/x86info/files/digest-x86info-1.17
@@ -0,0 +1 @@
+MD5 bef27fba7b0c3a9aeda63372a670f3a9 x86info-1.17.tgz 51625
diff --git a/sys-apps/x86info/x86info-1.17.ebuild b/sys-apps/x86info/x86info-1.17.ebuild
new file mode 100644
index 000000000000..1430da7cf13a
--- /dev/null
+++ b/sys-apps/x86info/x86info-1.17.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/x86info/x86info-1.17.ebuild,v 1.1 2006/01/24 02:29:19 robbat2 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() {
+ dobin x86info || die
+
+ insinto /etc/modules.d
+ newins "${FILESDIR}"/x86info-modules.conf-rc x86info
+
+ dodoc TODO README ChangeLog
+ doman x86info.1
+ insinto /usr/share/doc/${PF}
+ doins -r results
+ 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"
+}