summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-03-25 18:36:40 -0400
committerMike Gilbert <floppym@gentoo.org>2017-03-25 18:37:12 -0400
commitfe6e33ef88519a807a39af245b786869fc901610 (patch)
tree4e6ee8d5b7b7ceffa2210953c9908d76a52f8d87 /sys-libs/efivar/efivar-0.21.ebuild
parentsys-libs/efivar: depend on pkgconfig (diff)
downloadgentoo-fe6e33ef88519a807a39af245b786869fc901610.tar.gz
gentoo-fe6e33ef88519a807a39af245b786869fc901610.tar.bz2
gentoo-fe6e33ef88519a807a39af245b786869fc901610.zip
sys-libs/efivar: remove old
Package-Manager: Portage-2.3.5_p2, Repoman-2.3.2_p32
Diffstat (limited to 'sys-libs/efivar/efivar-0.21.ebuild')
-rw-r--r--sys-libs/efivar/efivar-0.21.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-libs/efivar/efivar-0.21.ebuild b/sys-libs/efivar/efivar-0.21.ebuild
deleted file mode 100644
index 2e1e52220007..000000000000
--- a/sys-libs/efivar/efivar-0.21.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="Tools and library to manipulate EFI variables"
-HOMEPAGE="https://github.com/rhinstaller/efivar"
-SRC_URI="https://github.com/rhinstaller/${PN}/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 x86"
-
-RDEPEND="dev-libs/popt"
-DEPEND="${RDEPEND}
- >=sys-kernel/linux-headers-3.18"
-
-src_prepare() {
- epatch "${FILESDIR}/0.21-initializer.patch"
- epatch "${FILESDIR}/0.21-nvme_ioctl.h.patch"
- epatch_user
-}
-
-src_configure() {
- tc-export CC
- export libdir="/usr/$(get_libdir)"
- unset LIBS # Bug 562004
-}