diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-07-16 21:58:41 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-07-16 21:58:41 +0000 |
commit | 53453411001a41087b28bfbca16e9770263125b1 (patch) | |
tree | bac297f03b3bfda988afa4539823050caee42996 /app-emulation | |
parent | Stable on amd64 wrt bug #328423 (diff) | |
download | historical-53453411001a41087b28bfbca16e9770263125b1.tar.gz historical-53453411001a41087b28bfbca16e9770263125b1.tar.bz2 historical-53453411001a41087b28bfbca16e9770263125b1.zip |
Add initial version to Gentoo
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/virt-what/ChangeLog | 10 | ||||
-rw-r--r-- | app-emulation/virt-what/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/virt-what/files/virt-what-1.2-bin-to-sbin.patch | 21 | ||||
-rw-r--r-- | app-emulation/virt-what/files/virt-what-1.2-vmware-cpuid-check.patch | 48 | ||||
-rw-r--r-- | app-emulation/virt-what/metadata.xml | 10 | ||||
-rw-r--r-- | app-emulation/virt-what/virt-what-1.2.ebuild | 27 |
6 files changed, 122 insertions, 0 deletions
diff --git a/app-emulation/virt-what/ChangeLog b/app-emulation/virt-what/ChangeLog new file mode 100644 index 000000000000..f77cc95fde87 --- /dev/null +++ b/app-emulation/virt-what/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-emulation/virt-what +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/ChangeLog,v 1.1 2010/07/16 21:58:40 cardoe Exp $ + +*virt-what-1.2 (16 Jul 2010) + + 16 Jul 2010; Doug Goldstein <cardoe@gentoo.org> +virt-what-1.2.ebuild, + +metadata.xml: + Add initial version to Gentoo + diff --git a/app-emulation/virt-what/Manifest b/app-emulation/virt-what/Manifest new file mode 100644 index 000000000000..05cbd497ee38 --- /dev/null +++ b/app-emulation/virt-what/Manifest @@ -0,0 +1,6 @@ +AUX virt-what-1.2-bin-to-sbin.patch 716 RMD160 1a0d682fd147772688f7581628c60f5ab56ed4a9 SHA1 eed87693ca860a580e7bd27033c2983313205a4a SHA256 9191f5baa28aeba1f385148dfe6b73b6d3f7c814ae4e4a25f922795c206a1dcd +AUX virt-what-1.2-vmware-cpuid-check.patch 1154 RMD160 5309dcd723a2659a335aada079e86fba0de04e75 SHA1 36b5f56d88a0579b5759699496feef30f8b787d7 SHA256 bdab5cf8528cdf395c602215d29cca15985e23a80939114da000abfbae640ade +DIST virt-what-1.2.tar.gz 83634 RMD160 5dcf8b96eec627f5280ec4117e1b7e49a9e72f5e SHA1 0e3698b05f837b9357af64cc31a06da54748474f SHA256 6559bef33e5f16177964cbf627c7f7a14753a20b9b6d6969ec50baecd6ece1cc +EBUILD virt-what-1.2.ebuild 722 RMD160 1cea78623d963616e8846e6f98c7be3a721f205c SHA1 2bf9e3ed07996de23f3f8df0f32e37597e11dc4f SHA256 21cf2fe19c6a01d97fa69525d4630407b5dd38a67c8831ee9bde7b1595f798a3 +MISC ChangeLog 372 RMD160 ab5c6eb821a8c7630f4e8338f8e56ac90efd8b76 SHA1 40a084d9c97532b774d7fd66a3d41f88803ea314 SHA256 8eb2d60cf9e86fc765012744a61854d804d2c71926356141a58400e5bc8335e5 +MISC metadata.xml 256 RMD160 a095298a63fbdce03bd586b3baa5d60134d01728 SHA1 268d8315ae406613948ca272dbfee47a7fde8998 SHA256 f1d274adcd6c67521d430185bc8d748218690bf475bedb107fd5b653d182fb13 diff --git a/app-emulation/virt-what/files/virt-what-1.2-bin-to-sbin.patch b/app-emulation/virt-what/files/virt-what-1.2-bin-to-sbin.patch new file mode 100644 index 000000000000..9a1cff921617 --- /dev/null +++ b/app-emulation/virt-what/files/virt-what-1.2-bin-to-sbin.patch @@ -0,0 +1,21 @@ +From: Richard Jones <rjones@redhat.com> +Date: Wed, 30 Dec 2009 12:15:25 +0000 (+0000) +Subject: Install virt-what in $sbindir since the script should only be run by root (suggested... +X-Git-Url: http://git.annexia.org/?p=virt-what.git;a=commitdiff_plain;h=25ec46454ca3aec7886d45ee4d99d7db330c34f7 + +Install virt-what in $sbindir since the script should only be run by root (suggested by Laurent Léonard) +--- + +diff --git a/Makefile.am b/Makefile.am +index 8efacb9..5f76d8f 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -21,7 +21,7 @@ CLEANFILES = virt-what.1 virt-what.txt + + AM_CPPFLAGS = -Wall + +-bin_SCRIPTS = virt-what ++sbin_SCRIPTS = virt-what + libexec_PROGRAMS = virt-what-cpuid-helper + + man_MANS = virt-what.1 diff --git a/app-emulation/virt-what/files/virt-what-1.2-vmware-cpuid-check.patch b/app-emulation/virt-what/files/virt-what-1.2-vmware-cpuid-check.patch new file mode 100644 index 000000000000..2326e6298d9e --- /dev/null +++ b/app-emulation/virt-what/files/virt-what-1.2-vmware-cpuid-check.patch @@ -0,0 +1,48 @@ +diff --git a/virt-what.in b/virt-what.in +index 11ca772..313cd06 100644 +--- a/virt-what.in ++++ b/virt-what.in +@@ -70,14 +70,26 @@ prefix=@prefix@ + exec_prefix=@exec_prefix@ + PATH=@libexecdir@:/sbin:/usr/sbin:$PATH + ++# Many fullvirt hypervisors give an indication through CPUID. Use the ++# helper program to get this information. ++ ++cpuid=`virt-what-cpuid-helper` ++ + # Check for various products in the BIOS information. + + dmi=`dmidecode 2>&1` + +-if echo "$dmi" | grep -q 'Manufacturer: VMware'; then ++# Check for VMware. ++# cpuid check added by Chetan Loke. ++ ++if [ "$cpuid" = "VMwareVMware" ]; then ++ echo vmware ++elif echo "$dmi" | grep -q 'Manufacturer: VMware'; then + echo vmware + fi + ++# Check for VirtualPC. ++ + if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then + echo virtualpc + fi +@@ -101,14 +113,9 @@ fi + # Check for UML. + # Added by Laurent Léonard. + if grep -q 'UML' /proc/cpuinfo; then +- echo uml ++ echo uml + fi + +-# To tell if it is Xen and KVM HVM (fully virtualized) we can use this +-# helper C program. +- +-cpuid=`virt-what-cpuid-helper` +- + # Check for Xen. + + if [ "$cpuid" = "XenVMMXenVMM" ]; then diff --git a/app-emulation/virt-what/metadata.xml b/app-emulation/virt-what/metadata.xml new file mode 100644 index 000000000000..36a6808dbd79 --- /dev/null +++ b/app-emulation/virt-what/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>cardoe@gentoo.org</email> + <name>Doug Goldstein</name> + </maintainer> +</pkgmetadata> + diff --git a/app-emulation/virt-what/virt-what-1.2.ebuild b/app-emulation/virt-what/virt-what-1.2.ebuild new file mode 100644 index 000000000000..c2f9b28a07fd --- /dev/null +++ b/app-emulation/virt-what/virt-what-1.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/virt-what-1.2.ebuild,v 1.1 2010/07/16 21:58:40 cardoe Exp $ + +EAPI=3 + +inherit eutils autotools + +DESCRIPTION="Detects if the current machine is running in a virtual machine" +HOMEPAGE="http://people.redhat.com/~rjones/virt-what/" +SRC_URI="http://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="app-shells/bash + sys-apps/dmidecode" + +src_prepare() { + epatch "${FILESDIR}"/${P}-bin-to-sbin.patch + epatch "${FILESDIR}"/${P}-vmware-cpuid-check.patch + + eautoreconf +} |