summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2011-07-29 19:10:04 +0000
committerDoug Goldstein <cardoe@gentoo.org>2011-07-29 19:10:04 +0000
commit76f0522fb10f82ab40307f2675ecf8587c54b816 (patch)
treeafc20193fec9ed186b2e825df2b4e3c454b9a8f3 /app-emulation/virt-what
parentRemove old (diff)
downloadgentoo-2-76f0522fb10f82ab40307f2675ecf8587c54b816.tar.gz
gentoo-2-76f0522fb10f82ab40307f2675ecf8587c54b816.tar.bz2
gentoo-2-76f0522fb10f82ab40307f2675ecf8587c54b816.zip
Version bump. bug #376891
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/virt-what')
-rw-r--r--app-emulation/virt-what/ChangeLog9
-rw-r--r--app-emulation/virt-what/virt-what-1.11.ebuild24
2 files changed, 31 insertions, 2 deletions
diff --git a/app-emulation/virt-what/ChangeLog b/app-emulation/virt-what/ChangeLog
index f77cc95fde87..a759ff414c3f 100644
--- a/app-emulation/virt-what/ChangeLog
+++ b/app-emulation/virt-what/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/ChangeLog,v 1.2 2011/07/29 19:10:04 cardoe Exp $
+
+*virt-what-1.11 (29 Jul 2011)
+
+ 29 Jul 2011; Doug Goldstein <cardoe@gentoo.org> +virt-what-1.11.ebuild:
+ Version bump. bug #376891
*virt-what-1.2 (16 Jul 2010)
diff --git a/app-emulation/virt-what/virt-what-1.11.ebuild b/app-emulation/virt-what/virt-what-1.11.ebuild
new file mode 100644
index 000000000000..8e317ee7949b
--- /dev/null
+++ b/app-emulation/virt-what/virt-what-1.11.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 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.11.ebuild,v 1.1 2011/07/29 19:10:04 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_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+}