diff options
author | Gilles Dartiguelongue <g.dartiguelongue@lexfo.fr> | 2017-07-24 18:26:17 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <g.dartiguelongue@lexfo.fr> | 2017-07-24 18:26:17 +0200 |
commit | cbbd1e20e8ea4c13b58092c1a3347871c7944f7f (patch) | |
tree | f62e92a39dfdcc812b462472f54c50dba314ccfb | |
parent | sys-apps/rasdaemon: initial ebuild (diff) | |
download | eva-cbbd1e20e8ea4c13b58092c1a3347871c7944f7f.tar.gz eva-cbbd1e20e8ea4c13b58092c1a3347871c7944f7f.tar.bz2 eva-cbbd1e20e8ea4c13b58092c1a3347871c7944f7f.zip |
app-emulation/virt-what: moved to gentoo repository
-rw-r--r-- | app-emulation/virt-what/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/virt-what/metadata.xml | 11 | ||||
-rw-r--r-- | app-emulation/virt-what/virt-what-1.15.ebuild | 17 |
3 files changed, 0 insertions, 29 deletions
diff --git a/app-emulation/virt-what/Manifest b/app-emulation/virt-what/Manifest deleted file mode 100644 index 82fbfa9..0000000 --- a/app-emulation/virt-what/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 5d38a8b..0000000 --- a/app-emulation/virt-what/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?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 deleted file mode 100644 index cdae632..0000000 --- a/app-emulation/virt-what/virt-what-1.15.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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 )" |