From d162ba1860a88062f4cd61f8b52fc303ba0b2991 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 7 Aug 2021 00:16:33 +0100 Subject: gentoo resync : 07.08.2021 --- app-emulation/virt-what/virt-what-1.20.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 app-emulation/virt-what/virt-what-1.20.ebuild (limited to 'app-emulation/virt-what/virt-what-1.20.ebuild') diff --git a/app-emulation/virt-what/virt-what-1.20.ebuild b/app-emulation/virt-what/virt-what-1.20.ebuild deleted file mode 100644 index 9c1c37709d81..000000000000 --- a/app-emulation/virt-what/virt-what-1.20.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="dmi" - -DEPEND="dev-lang/perl" -RDEPEND="app-shells/bash - dmi? ( sys-apps/dmidecode )" - -src_prepare() { - default - - # Pretends to be POSIX sh while it is not - sed -e 's:/bin/sh:/bin/bash:' -i virt-what.in || die -} -- cgit v1.2.3