From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4A5CA1382BE for ; Tue, 21 Jun 2016 06:24:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 789021419F; Tue, 21 Jun 2016 06:24:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 069121419F for ; Tue, 21 Jun 2016 06:24:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A39EA33E5E4 for ; Tue, 21 Jun 2016 06:24:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8D782091 for ; Tue, 21 Jun 2016 06:24:41 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1466490182.d497703918c3c75a1a898897f4d681cdf900a0ee.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild sys-firmware/ipxe/metadata.xml X-VCS-Directories: sys-firmware/ipxe/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: d497703918c3c75a1a898897f4d681cdf900a0ee X-VCS-Branch: master Date: Tue, 21 Jun 2016 06:24:41 +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-Archives-Salt: 6e02483f-2f27-49f3-a22c-2afa63467e08 X-Archives-Hash: c7438805375b3eb04a7d10913f3577a1 commit: d497703918c3c75a1a898897f4d681cdf900a0ee Author: Mike Frysinger gentoo org> AuthorDate: Tue Jun 21 05:38:10 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jun 21 06:23:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4977039 sys-firmware/ipxe: add USE=efi support sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild | 4 +++- sys-firmware/ipxe/metadata.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild index 198c86c..9952525 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2 -> ${P}-${GIT LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="ipv6 iso lkrn +qemu undi usb vmware" +IUSE="efi ipv6 iso lkrn +qemu undi usb vmware" DEPEND="dev-lang/perl sys-libs/zlib @@ -85,6 +85,7 @@ src_compile() { ipxemake bin/15ad07b0.rom # vmxnet3 fi + use efi && ipxemake PLATFORM=efi BIN=bin-efi bin-efi/ipxe.efi use iso && ipxemake bin/ipxe.iso use undi && ipxemake bin/undionly.kpxe use usb && ipxemake bin/ipxe.usb @@ -98,6 +99,7 @@ src_install() { doins bin/*.rom fi use vmware && doins bin/*.mrom + use efi && doins bin-efi/*.efi use iso && doins bin/*.iso use undi && doins bin/*.kpxe use usb && doins bin/*.usb diff --git a/sys-firmware/ipxe/metadata.xml b/sys-firmware/ipxe/metadata.xml index 38fc011..94bfb52 100644 --- a/sys-firmware/ipxe/metadata.xml +++ b/sys-firmware/ipxe/metadata.xml @@ -6,6 +6,7 @@ Doug Goldstein + Build an EFI program for using PXE Build a bootable ISO for using PXE Build a linux kernel bootable file for using with grub/etc... Build a bootable USB image for using PXE