commit:     8e9531b15553c36fd3886e0ce2013cc96d144ca1
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 01:30:16 2021 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 12:38:40 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=8e9531b1

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 <AT> gentoo.org>
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 sys-boot/efibootmgr/Manifest             |  1 -
 sys-boot/efibootmgr/efibootmgr-14.ebuild | 30 ------------------------------
 sys-boot/efibootmgr/files/musl.patch     | 13 -------------
 sys-boot/efibootmgr/metadata.xml         | 17 -----------------
 4 files changed, 61 deletions(-)

diff --git a/sys-boot/efibootmgr/Manifest b/sys-boot/efibootmgr/Manifest
deleted file mode 100644
index 0de41c2..0000000
--- 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 b6059c1..0000000
--- 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 e51f809..0000000
--- 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 2202a4d..0000000
--- 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>[email protected]</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>

Reply via email to