diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-06-17 19:53:14 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-06-17 19:53:14 +0000 |
commit | 9bf79f44ce6f985a6555d4e8b6d6ecc8712ec5fb (patch) | |
tree | 91da5d40adbe50865a975244e57b45bce4bf581e /app-emulation/virt-what | |
parent | bumping stable, fixing automagic deps. This is a good ebuild to base other g... (diff) | |
download | gentoo-2-9bf79f44ce6f985a6555d4e8b6d6ecc8712ec5fb.tar.gz gentoo-2-9bf79f44ce6f985a6555d4e8b6d6ecc8712ec5fb.tar.bz2 gentoo-2-9bf79f44ce6f985a6555d4e8b6d6ecc8712ec5fb.zip |
Remove old versions. Bump to EAPI=5
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/virt-what')
-rw-r--r-- | app-emulation/virt-what/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/virt-what/virt-what-1.11.ebuild | 24 | ||||
-rw-r--r-- | app-emulation/virt-what/virt-what-1.12.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/virt-what/virt-what-1.2.ebuild | 31 |
4 files changed, 7 insertions, 58 deletions
diff --git a/app-emulation/virt-what/ChangeLog b/app-emulation/virt-what/ChangeLog index ebbc9d46b2bf..3ebdeab6b210 100644 --- a/app-emulation/virt-what/ChangeLog +++ b/app-emulation/virt-what/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/virt-what # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/ChangeLog,v 1.7 2013/05/10 07:07:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/ChangeLog,v 1.8 2013/06/17 19:53:14 cardoe Exp $ + + 17 Jun 2013; Doug Goldstein <cardoe@gentoo.org> -virt-what-1.11.ebuild, + -virt-what-1.2.ebuild, virt-what-1.12.ebuild: + Remove old versions. Bump to EAPI=5 10 May 2013; Patrick Lauer <patrick@gentoo.org> virt-what-1.11.ebuild: Fix inherit diff --git a/app-emulation/virt-what/virt-what-1.11.ebuild b/app-emulation/virt-what/virt-what-1.11.ebuild deleted file mode 100644 index a6ebbbc91d69..000000000000 --- a/app-emulation/virt-what/virt-what-1.11.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2013 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.2 2013/05/10 07:07:08 patrick Exp $ - -EAPI=3 - -inherit eutils - -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" -} diff --git a/app-emulation/virt-what/virt-what-1.12.ebuild b/app-emulation/virt-what/virt-what-1.12.ebuild index 23d2d11f100b..c0a0ee27a4f3 100644 --- a/app-emulation/virt-what/virt-what-1.12.ebuild +++ b/app-emulation/virt-what/virt-what-1.12.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 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.12.ebuild,v 1.4 2013/04/23 21:40:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-what/virt-what-1.12.ebuild,v 1.5 2013/06/17 19:53:14 cardoe Exp $ -EAPI=4 +EAPI=5 inherit eutils diff --git a/app-emulation/virt-what/virt-what-1.2.ebuild b/app-emulation/virt-what/virt-what-1.2.ebuild deleted file mode 100644 index 320cb676c811..000000000000 --- a/app-emulation/virt-what/virt-what-1.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 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.2.ebuild,v 1.2 2010/07/16 22:01:56 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_prepare() { - epatch "${FILESDIR}"/${P}-bin-to-sbin.patch - epatch "${FILESDIR}"/${P}-vmware-cpuid-check.patch - - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" -} |