mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 17:41:05 +02:00
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:
parent
c236d100f1
commit
edc0af9e91
@ -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
|
||||||
|
@ -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
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user