diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-05-18 13:46:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-05-18 13:46:49 +0200 |
commit | 2468438381e80fb634b5a7c3476a0d8b06f21597 (patch) | |
tree | 9f2287926c99871984d39f5928ead2439aceece9 | |
parent | sys-boot/gummiboot: Remove myself from maintainers (diff) | |
download | gentoo-2468438381e80fb634b5a7c3476a0d8b06f21597.tar.gz gentoo-2468438381e80fb634b5a7c3476a0d8b06f21597.tar.bz2 gentoo-2468438381e80fb634b5a7c3476a0d8b06f21597.zip |
sys-boot/gummiboot: Remove no-longer-working live ebuild
-rw-r--r-- | sys-boot/gummiboot/gummiboot-9999.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-boot/gummiboot/gummiboot-9999.ebuild b/sys-boot/gummiboot/gummiboot-9999.ebuild deleted file mode 100644 index 5a9216795e35..000000000000 --- a/sys-boot/gummiboot/gummiboot-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils linux-info git-r3 - -DESCRIPTION="Minimalistic UEFI bootloader" -HOMEPAGE="https://freedesktop.org/wiki/Software/gummiboot/" -EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="sys-apps/util-linux" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - >=sys-boot/gnu-efi-3.0.2" - -pkg_pretend() { - # CONFIG_EFI_STUB is required to boot a kernel with gummiboot - local CONFIG_CHECK="~EFI_STUB" - check_extra_config -} - -src_prepare() { - epatch_user - eautoreconf -} |