public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-boot/efibootmgr/, sys-boot/efibootmgr/files/
Date: Tue,  6 Jul 2021 12:39:21 +0000 (UTC)	[thread overview]
Message-ID: <1625575120.8e9531b15553c36fd3886e0ce2013cc96d144ca1.anarchy@gentoo> (raw)

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>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>


             reply	other threads:[~2021-07-06 12:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-06 12:39 Jory Pratt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-03-19  0:47 [gentoo-commits] proj/musl:master commit in: sys-boot/efibootmgr/, sys-boot/efibootmgr/files/ Aric Belsito

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1625575120.8e9531b15553c36fd3886e0ce2013cc96d144ca1.anarchy@gentoo \
    --to=anarchy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox