Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-what/
Date: Mon, 02 Apr 2018 09:47:30
Message-Id: 1522662407.8d066f16ec6e97696485cd016610dd5769a5be3f.eva@gentoo
1 commit: 8d066f16ec6e97696485cd016610dd5769a5be3f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 09:44:51 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 09:46:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d066f16
7
8 app-emulation/virt-what: cleanup old revisions
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 app-emulation/virt-what/Manifest | 2 --
13 app-emulation/virt-what/virt-what-1.12.ebuild | 19 -------------------
14 app-emulation/virt-what/virt-what-1.15.ebuild | 17 -----------------
15 3 files changed, 38 deletions(-)
16
17 diff --git a/app-emulation/virt-what/Manifest b/app-emulation/virt-what/Manifest
18 index e5c4103cf03..f30ed5db008 100644
19 --- a/app-emulation/virt-what/Manifest
20 +++ b/app-emulation/virt-what/Manifest
21 @@ -1,3 +1 @@
22 -DIST virt-what-1.12.tar.gz 147144 BLAKE2B 288733209446a7f8d38d289cf9e6cea39274acb4771cc4a7320d265283b4428a2da647fe9a8703421a058f0223e6c5c4c2c83b64b6dbe9a2c189d99745847d70 SHA512 629e452419a01b86cd5442c4294b5aea6fc475522d7a350ac8e727b59e63948915c755fe6cae16f7824749059662bb0fbd4557a2aa56c098b407037a35881735
23 -DIST virt-what-1.15.tar.gz 163117 BLAKE2B bb91aa242afb2e83d7d1120d4aba78a13881513529a017de619eb3c2c2f4a653c52876838960872ca5f4ab286b196980c232e5c35457f7011a593306490464f1 SHA512 b85d02eb632328031be93dd33be1e42603e55182c4458fca9b9d98465ff7487fc399d01ebd117a8311960091c1b166547380b9a54c0054ebf2c0aa454d9a41e5
24 DIST virt-what-1.18.tar.gz 173703 BLAKE2B c1ab6f331ca370572cedef06fd3eb9177ca8ef4302446eb46c737446a001e77a0825ec8771aade903e6194af3f4f745c3f35f1d9dbbb8a0550b493296878ade3 SHA512 8085a38111d5664f411f5bb9d2ee221bc22e5b0f2d993e8d518718b3f63b16ba73e052b1623c090493cf8fef52fd237ba823377503a32b4b7d03cc5380d5c613
25
26 diff --git a/app-emulation/virt-what/virt-what-1.12.ebuild b/app-emulation/virt-what/virt-what-1.12.ebuild
27 deleted file mode 100644
28 index f1407df6ddb..00000000000
29 --- a/app-emulation/virt-what/virt-what-1.12.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit eutils
38 -
39 -DESCRIPTION="Detects if the current machine is running in a virtual machine"
40 -HOMEPAGE="https://people.redhat.com/~rjones/virt-what/"
41 -SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
46 -IUSE="dmi"
47 -
48 -DEPEND="dev-lang/perl"
49 -RDEPEND="app-shells/bash
50 - dmi? ( sys-apps/dmidecode )"
51
52 diff --git a/app-emulation/virt-what/virt-what-1.15.ebuild b/app-emulation/virt-what/virt-what-1.15.ebuild
53 deleted file mode 100644
54 index cdae6323c82..00000000000
55 --- a/app-emulation/virt-what/virt-what-1.15.ebuild
56 +++ /dev/null
57 @@ -1,17 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=6
62 -
63 -DESCRIPTION="Detects if the current machine is running in a virtual machine"
64 -HOMEPAGE="https://people.redhat.com/~rjones/virt-what/"
65 -SRC_URI="https://people.redhat.com/~rjones/virt-what/files/${P}.tar.gz"
66 -
67 -LICENSE="GPL-2"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
70 -IUSE="dmi"
71 -
72 -DEPEND="dev-lang/perl"
73 -RDEPEND="app-shells/bash
74 - dmi? ( sys-apps/dmidecode )"