summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <g.dartiguelongue@lexfo.fr>2017-03-19 23:28:29 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2017-03-21 09:13:25 +0100
commitda5cc32d10eecad5587231f331b9e68b4e4150b1 (patch)
tree4947ff532d41d3ab7a5a8d296e144581d844f6f7
parentwww-apps/lam: initial commit (diff)
downloadeva-da5cc32d10eecad5587231f331b9e68b4e4150b1.tar.gz
eva-da5cc32d10eecad5587231f331b9e68b4e4150b1.tar.bz2
eva-da5cc32d10eecad5587231f331b9e68b4e4150b1.zip
app-emulation/virt-what: import from portage
and bump to 1.15. Package-Manager: Portage-2.3.4, Repoman-2.3.2
-rw-r--r--app-emulation/virt-what/Manifest1
-rw-r--r--app-emulation/virt-what/metadata.xml11
-rw-r--r--app-emulation/virt-what/virt-what-1.15.ebuild17
3 files changed, 29 insertions, 0 deletions
diff --git a/app-emulation/virt-what/Manifest b/app-emulation/virt-what/Manifest
new file mode 100644
index 0000000..82fbfa9
--- /dev/null
+++ b/app-emulation/virt-what/Manifest
@@ -0,0 +1 @@
+DIST virt-what-1.15.tar.gz 163117 SHA256 7ab9220d4682eadf9139c6afe62d33ebd273fff69e49054279caba5514937c41 SHA512 b85d02eb632328031be93dd33be1e42603e55182c4458fca9b9d98465ff7487fc399d01ebd117a8311960091c1b166547380b9a54c0054ebf2c0aa454d9a41e5 WHIRLPOOL 6d5d439f5617ef80f4cdda752717cce7025669e518f6fb327a5e7595935153ba58ea8271e4ed84c203d3888b877f60ae136f54aca97bd4f79a1cc18bf2365480
diff --git a/app-emulation/virt-what/metadata.xml b/app-emulation/virt-what/metadata.xml
new file mode 100644
index 0000000..5d38a8b
--- /dev/null
+++ b/app-emulation/virt-what/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cardoe@gentoo.org</email>
+ <name>Doug Goldstein</name>
+ </maintainer>
+ <use>
+ <flag name="dmi">Use <pkg>sys-apps/dmidecode</pkg> to read firmware data</flag>
+ </use>
+</pkgmetadata>
diff --git a/app-emulation/virt-what/virt-what-1.15.ebuild b/app-emulation/virt-what/virt-what-1.15.ebuild
new file mode 100644
index 0000000..cdae632
--- /dev/null
+++ b/app-emulation/virt-what/virt-what-1.15.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Detects if the current machine is running in a virtual machine"
+HOMEPAGE="https://people.redhat.com/~rjones/virt-what/"
+SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="dmi"
+
+DEPEND="dev-lang/perl"
+RDEPEND="app-shells/bash
+ dmi? ( sys-apps/dmidecode )"