aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-07-05 20:30:16 -0500
committerJory Pratt <anarchy@gentoo.org>2021-07-06 07:38:40 -0500
commit8e9531b15553c36fd3886e0ce2013cc96d144ca1 (patch)
tree77dc79ff2a96b3eee2ed6cf4fbd3b516a9bb97a2
parentdev-java/jamvm: sync with ::gentoo (diff)
downloadmusl-8e9531b15553c36fd3886e0ce2013cc96d144ca1.tar.gz
musl-8e9531b15553c36fd3886e0ce2013cc96d144ca1.tar.bz2
musl-8e9531b15553c36fd3886e0ce2013cc96d144ca1.zip
sys-boot/efibootmgr: treeclean
The only patch carried in Gentoo has been upstreamed for a long time [1] and the versions in ::musl are superceded by ::gentoo's for a long time anyway. [1] https://github.com/rhboot/efibootmgr/commit/3466fd05c8c6f1052e0426d64eed40f8a88fd78f Closes: https://github.com/gentoo/musl/pull/442 Signed-off-by: John Helmert III <ajak@gentoo.org> Signed-off-by: Jory Pratt <anarchy@gentoo.org>
-rw-r--r--sys-boot/efibootmgr/Manifest1
-rw-r--r--sys-boot/efibootmgr/efibootmgr-14.ebuild30
-rw-r--r--sys-boot/efibootmgr/files/musl.patch13
-rw-r--r--sys-boot/efibootmgr/metadata.xml17
4 files changed, 0 insertions, 61 deletions
diff --git a/sys-boot/efibootmgr/Manifest b/sys-boot/efibootmgr/Manifest
deleted file mode 100644
index 0de41c21..00000000
--- a/sys-boot/efibootmgr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST efibootmgr-14.tar.bz2 34972 SHA256 377ec16484414b80afd1b8a586153d7ef55ccf048638080101d49b7c77f37ad8 SHA512 97935f8752440ce236162e174ea3404e907ebddc5877d597a97813da76ad580689fc2e97044885fc860a12a473af7183242b6120e78e53243d35e569fb002baf WHIRLPOOL e5a6860130d9b12274cfe74a962a277989e9961cc8fb70372e8ac0831f79561e30fad0222154c957ed525cf930b912a1d731caff7ef5b2b0987c7cf8f28c4383
diff --git a/sys-boot/efibootmgr/efibootmgr-14.ebuild b/sys-boot/efibootmgr/efibootmgr-14.ebuild
deleted file mode 100644
index b6059c10..00000000
--- a/sys-boot/efibootmgr/efibootmgr-14.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="User-space application to modify the EFI boot manager"
-HOMEPAGE="https://github.com/rhinstaller/efibootmgr"
-SRC_URI="https://github.com/rhinstaller/efibootmgr/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-apps/pciutils
- >=sys-libs/efivar-25:="
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/musl.patch )
-
-src_prepare() {
- default
- sed -i -e s/-Werror// Make.defaults || die
-}
-
-src_configure() {
- tc-export CC
-}
diff --git a/sys-boot/efibootmgr/files/musl.patch b/sys-boot/efibootmgr/files/musl.patch
deleted file mode 100644
index e51f809d..00000000
--- a/sys-boot/efibootmgr/files/musl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Make.defaults b/Make.defaults
-index c7b734a..7f2f657 100644
---- a/Make.defaults
-+++ b/Make.defaults
-@@ -26,7 +26,7 @@ clang_cflags =
- gcc_cflags =
- cflags = $(CFLAGS) $(SUBDIR_CFLAGS) \
- -Werror -Wall -Wextra -Wsign-compare -Wstrict-aliasing \
-- -std=gnu11 -fshort-wchar -fPIC \
-+ -std=gnu11 -fPIC \
- -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLOCALEDIR=\"$(localedir)\" \
- -DEFIBOOTMGR_VERSION="\"$(VERSION)\"" \
- $(if $(findstring clang,$(CC)),$(clang_cflags),) \
diff --git a/sys-boot/efibootmgr/metadata.xml b/sys-boot/efibootmgr/metadata.xml
deleted file mode 100644
index 2202a4d8..00000000
--- a/sys-boot/efibootmgr/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>floppym@gentoo.org</email>
- <name>Mike Gilbert</name>
- </maintainer>
- <longdescription>
- This is efibootmgr, a Linux user-space application to modify the Intel
- Extensible Firmware Interface (EFI) Boot Manager. This application
- can create and destroy boot entries, change the boot order, change
- the next running boot option, and more.
- </longdescription>
- <upstream>
- <remote-id type="github">rhinstaller/efibootmgr</remote-id>
- </upstream>
-</pkgmetadata>