summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-07-23 21:06:05 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-07-24 00:19:21 +0200
commit39f29b220622ade11ea387a2cee65561d21cfa09 (patch)
tree562ffca03dff18cc1e4479459ac46d12ae19f318 /app-emulation/virt-what/virt-what-1.15.ebuild
parentapp-emulation/virt-what: add myself to maintainers (diff)
downloadgentoo-39f29b220622ade11ea387a2cee65561d21cfa09.tar.gz
gentoo-39f29b220622ade11ea387a2cee65561d21cfa09.tar.bz2
gentoo-39f29b220622ade11ea387a2cee65561d21cfa09.zip
app-emulation/virt-what: version bump 1.12 -> 1.15
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-emulation/virt-what/virt-what-1.15.ebuild')
-rw-r--r--app-emulation/virt-what/virt-what-1.15.ebuild17
1 files changed, 17 insertions, 0 deletions
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 000000000000..cdae6323c82b
--- /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 )"