fix(sys-apps/kexec-tools) remove 2.0.99 ebuild

The "normal" kexec ebuild works properly, so the 2.0.99 ebuild can be
removed, and masked away.
This commit is contained in:
Greg Kroah-Hartman 2013-07-18 16:45:05 -07:00
parent c236d100f1
commit edc0af9e91
2 changed files with 4 additions and 20 deletions

View File

@ -16,3 +16,7 @@
# Replaced by sys-apps/efunctions # Replaced by sys-apps/efunctions
coreos-base/efunctions coreos-base/efunctions
# There is a "new" sdk toolchain, which can properly build kexec-tools,
# so mask the "binary" ebuild.
sys-apps/kexec-tools-2.0.99

View File

@ -1,20 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.4-r1.ebuild,v 1.1 2013/03/30 13:01:49 jlec Exp $
EAPI=2
inherit eutils flag-o-matic
DESCRIPTION="Load another kernel from the currently executing Linux kernel"
HOMEPAGE="http://kernel.org/pub/linux/utils/kernel/kexec/"
SRC_URI="http://beef.coreos.com/kexec"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
wget -O ${T}/kexec ${SRC_URI}
dosbin ${T}/kexec
}