From 8d066f16ec6e97696485cd016610dd5769a5be3f Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Mon, 2 Apr 2018 11:44:51 +0200 Subject: app-emulation/virt-what: cleanup old revisions Package-Manager: Portage-2.3.27, Repoman-2.3.9 --- app-emulation/virt-what/Manifest | 2 -- app-emulation/virt-what/virt-what-1.12.ebuild | 19 ------------------- app-emulation/virt-what/virt-what-1.15.ebuild | 17 ----------------- 3 files changed, 38 deletions(-) delete mode 100644 app-emulation/virt-what/virt-what-1.12.ebuild delete mode 100644 app-emulation/virt-what/virt-what-1.15.ebuild (limited to 'app-emulation/virt-what') diff --git a/app-emulation/virt-what/Manifest b/app-emulation/virt-what/Manifest index e5c4103cf03a..f30ed5db0084 100644 --- a/app-emulation/virt-what/Manifest +++ b/app-emulation/virt-what/Manifest @@ -1,3 +1 @@ -DIST virt-what-1.12.tar.gz 147144 BLAKE2B 288733209446a7f8d38d289cf9e6cea39274acb4771cc4a7320d265283b4428a2da647fe9a8703421a058f0223e6c5c4c2c83b64b6dbe9a2c189d99745847d70 SHA512 629e452419a01b86cd5442c4294b5aea6fc475522d7a350ac8e727b59e63948915c755fe6cae16f7824749059662bb0fbd4557a2aa56c098b407037a35881735 -DIST virt-what-1.15.tar.gz 163117 BLAKE2B bb91aa242afb2e83d7d1120d4aba78a13881513529a017de619eb3c2c2f4a653c52876838960872ca5f4ab286b196980c232e5c35457f7011a593306490464f1 SHA512 b85d02eb632328031be93dd33be1e42603e55182c4458fca9b9d98465ff7487fc399d01ebd117a8311960091c1b166547380b9a54c0054ebf2c0aa454d9a41e5 DIST virt-what-1.18.tar.gz 173703 BLAKE2B c1ab6f331ca370572cedef06fd3eb9177ca8ef4302446eb46c737446a001e77a0825ec8771aade903e6194af3f4f745c3f35f1d9dbbb8a0550b493296878ade3 SHA512 8085a38111d5664f411f5bb9d2ee221bc22e5b0f2d993e8d518718b3f63b16ba73e052b1623c090493cf8fef52fd237ba823377503a32b4b7d03cc5380d5c613 diff --git a/app-emulation/virt-what/virt-what-1.12.ebuild b/app-emulation/virt-what/virt-what-1.12.ebuild deleted file mode 100644 index f1407df6ddbe..000000000000 --- a/app-emulation/virt-what/virt-what-1.12.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -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 )" 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 cdae6323c82b..000000000000 --- 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 )" -- cgit v1.2.3-65-gdbad