summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild')
-rw-r--r--sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild b/sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild
deleted file mode 100644
index 6f043a77..00000000
--- a/sys-boot/efibootmgr/efibootmgr-0.11.0-r99.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.11.0.ebuild,v 1.4 2015/02/28 13:25:47 ago Exp $
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="User-space application to modify the EFI boot manager"
-HOMEPAGE="https://github.com/vathpela/efibootmgr"
-SRC_URI="https://github.com/vathpela/${PN}/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 x86"
-IUSE=""
-
-RDEPEND="sys-apps/pciutils
- sys-libs/efivar"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/efibootmgr-use-linux-pci-header.patch"
- sed -i -e s/-Werror// Makefile || die
-}
-
-src_configure() {
- tc-export CC
- export EXTRA_CFLAGS=${CFLAGS}
-}
-
-src_install() {
- # build system uses perl, so just do it ourselves
- dosbin src/efibootmgr/efibootmgr
- doman src/man/man8/efibootmgr.8
- dodoc AUTHORS README doc/ChangeLog doc/TODO
-}