From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2EEAC15807A for ; Tue, 8 Oct 2024 05:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EAA3E29C2; Tue, 8 Oct 2024 05:18:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55D41E29C2 for ; Tue, 8 Oct 2024 05:18:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 936A734313A for ; Tue, 8 Oct 2024 05:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F7921293 for ; Tue, 8 Oct 2024 05:18:29 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1728364613.f0db729d203246ec7cabd2d43be506797144a649.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/refind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/refind/refind-0.14.2-r1.ebuild X-VCS-Directories: sys-boot/refind/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: f0db729d203246ec7cabd2d43be506797144a649 X-VCS-Branch: master Date: Tue, 8 Oct 2024 05:18:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb5429f5-b00b-4761-96ff-cb6de2a6efce X-Archives-Hash: a16842cc614498bf600591b8fc46d2ca commit: f0db729d203246ec7cabd2d43be506797144a649 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Oct 8 05:16:53 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Oct 8 05:16:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0db729d sys-boot/refind: drop 0.14.2-r1 Signed-off-by: Viorel Munteanu gentoo.org> sys-boot/refind/refind-0.14.2-r1.ebuild | 163 -------------------------------- 1 file changed, 163 deletions(-) diff --git a/sys-boot/refind/refind-0.14.2-r1.ebuild b/sys-boot/refind/refind-0.14.2-r1.ebuild deleted file mode 100644 index c740e9743943..000000000000 --- a/sys-boot/refind/refind-0.14.2-r1.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature secureboot toolchain-funcs - -DESCRIPTION="The UEFI Boot Manager by Rod Smith" -HOMEPAGE="https://www.rodsbooks.com/refind/" -SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PV}/${PN}-src-${PV}.tar.gz" - -LICENSE="BSD CC-BY-SA-3.0 CC-BY-SA-4.0 FDL-1.3 GPL-2+ GPL-3+ LGPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -FS_USE="btrfs +ext2 +ext4 hfs +iso9660 ntfs reiserfs" -IUSE="${FS_USE} doc" - -DEPEND="sys-boot/gnu-efi" - -# for ld.bfd and objcopy -BDEPEND="sys-devel/binutils" - -DOCS=( README.txt NEWS.txt ) - -PATCHES=( - "${FILESDIR}"/${PN}-0.14.0.2-clang.patch - "${FILESDIR}"/${P}-fix-gnu-efi-3.0.18.patch -) - -checktools() { - if [[ ${MERGE_TYPE} != "binary" ]]; then - # bug #832018 - tc-export LD - tc-ld-force-bfd - # the makefile calls LD directly, so try to fix LD too - LD="${LD/.lld/.bfd}" - tc-ld-is-lld "${LD}" && die "Linking with lld produces broken executables and may lead to unbootable system" - - # bug #732256 - # llvm-objcopy does not support EFI target, try to use binutils objcopy or fail - tc-export OBJCOPY - OBJCOPY="${OBJCOPY/llvm-/}" - LANG=C LC_ALL=C "${OBJCOPY}" --help | grep -q '\