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
commitbbba6fa6c9f5f4e6a50ddf37d3b98b44d66d8409 (patch)
tree364a9495bfe414951c908fd60e18c287eae24fae
parentWe really want gst for backend on sparc since newer xines are broken, so adju... (diff)
downloadhistorical-bbba6fa6c9f5f4e6a50ddf37d3b98b44d66d8409.tar.gz
historical-bbba6fa6c9f5f4e6a50ddf37d3b98b44d66d8409.tar.bz2
historical-bbba6fa6c9f5f4e6a50ddf37d3b98b44d66d8409.zip
Version bump
Package-Manager: portage-2.0.51.19
-rw-r--r--sys-apps/x86info/ChangeLog9
-rw-r--r--sys-apps/x86info/Manifest14
-rw-r--r--sys-apps/x86info/files/digest-x86info-1.131
-rw-r--r--sys-apps/x86info/x86info-1.13.ebuild50
4 files changed, 66 insertions, 8 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..48cc97a65b51 100644
--- a/sys-apps/x86info/Manifest
+++ b/sys-apps/x86info/Manifest
@@ -1,16 +1,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 14d63612d0c27a7582a6c9481ddd587b ChangeLog 1047
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 d5090cdf4c4046b43fc19a32fe832d16 x86info-1.12b.ebuild 1220
+MD5 e6f02d34470064750c94cd094e19dec1 x86info-1.13.ebuild 1220
+MD5 a68d777e600ed9705e039734cdd0c4aa ChangeLog 1177
+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
+MD5 e622e47087f8556df73aae8e3c4dd896 files/x86info-modules.conf-rc 330
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
+Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFBbbx6HTu7gpaalycRAtVAAJ9oUmGpx++nVyAvta2LVXHEEMrmTwCfaDo4
-vlZ2L6BB9NI+207zmrdACVk=
-=/Bsp
+iD8DBQFCdo8kmOfEJZHYOKcRArfKAKDFpwE68pYxYrWQ5wxqgBuqy42MVgCgnm+p
+glGGZK4i9t8rivQy7uYi0kU=
+=RZrv
-----END PGP SIGNATURE-----
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"
+}