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 D82251384C0 for ; Sun, 30 Aug 2015 01:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51B61141B8; Sun, 30 Aug 2015 01:06:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2527141B8 for ; Sun, 30 Aug 2015 01:06:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22D0234092A for ; Sun, 30 Aug 2015 01:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442E716D for ; Sun, 30 Aug 2015 01:06:25 +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: <1440896778.92b46cdf59c50da67d0f4002e38e74b8615c59a7.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: 92b46cdf59c50da67d0f4002e38e74b8615c59a7 X-VCS-Branch: master Date: Sun, 30 Aug 2015 01:06:25 +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: 2b30bb79-f7fd-4350-8347-d19073aa1d6f X-Archives-Hash: 7d82aad894c9893c6b1571e6a37737e9 commit: 92b46cdf59c50da67d0f4002e38e74b8615c59a7 Author: Mike Frysinger gentoo org> AuthorDate: Sun Aug 30 01:06:11 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Sun Aug 30 01:06:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92b46cdf sys-firmware/ipxe: add USE=lkrn support #508654 sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild | 7 ++++--- sys-firmware/ipxe/metadata.xml | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild index dd7b146..631f90f 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild @@ -16,10 +16,9 @@ SRC_URI="https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2 -> ${P}-${GIT LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="iso +qemu undi usb vmware" +IUSE="iso lkrn +qemu undi usb vmware" -DEPEND="sys-devel/make - dev-lang/perl +DEPEND="dev-lang/perl sys-libs/zlib iso? ( sys-boot/syslinux @@ -81,6 +80,7 @@ src_compile() { use iso && ipxemake bin/ipxe.iso use undi && ipxemake bin/undionly.kpxe use usb && ipxemake bin/ipxe.usb + use lkrn && ipxemake bin/ipxe.lkrn } src_install() { @@ -93,4 +93,5 @@ src_install() { use iso && doins bin/*.iso use undi && doins bin/*.kpxe use usb && doins bin/*.usb + use lkrn && doins bin/*.lkrn } diff --git a/sys-firmware/ipxe/metadata.xml b/sys-firmware/ipxe/metadata.xml index 6f1c5ab..0e634e2 100644 --- a/sys-firmware/ipxe/metadata.xml +++ b/sys-firmware/ipxe/metadata.xml @@ -7,6 +7,7 @@ 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 Build a Universal Network Device Interface driver chainloading your existing PXE NIC into iPXE