commit:     b8549c4d268c60ef3e74368a00a92062562942f7
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 23:28:07 2018 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 00:01:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8549c4d

sys-firmware/ipxe: create new snapshot

Closes: https://bugs.gentoo.org/628354
Closes: https://bugs.gentoo.org/638532
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-firmware/ipxe/Manifest                    |   1 +
 sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild | 108 ++++++++++++++++++++++++++
 2 files changed, 109 insertions(+)

diff --git a/sys-firmware/ipxe/Manifest b/sys-firmware/ipxe/Manifest
index 2e1d274b828..301afef0a72 100644
--- a/sys-firmware/ipxe/Manifest
+++ b/sys-firmware/ipxe/Manifest
@@ -1,2 +1,3 @@
 DIST ipxe-1.0.0_p20130925-cba22d3.tar.bz2 2240189 BLAKE2B 
58717ca43ece4ffbe8f68cae2f409c4cd8f1d3c2149521c28db017d4fcd31b6122fa35b9a476d3dc865baba0d2768744f4977420fb6410f1b09dad9170c32497
 SHA512 
a098d3fc0f68067be281b9c3654bb1b0be1b9d397327b55b36b17e69faf03ce6117d0278552c06990a5020e4ece7acac168d975b3c7bfce3b6865dea1fd1d8dd
 DIST ipxe-1.0.0_p20160620-694c18a.tar.bz2 2839663 BLAKE2B 
ec6999f3bcaf198f4b73464ee34456b923d0be26f11980e3020dd66012ddbf1b721aebb1c74c4289a0012e2ffae96a54a25821a4c7c621f727e090d13de58213
 SHA512 
67657dabe09f497c270cca16391669c89032112c1496b54009e2f1e8a477904d758476d4e465973aa0b6fc764be48ed6421607189aaea76e23fa0da6e9c8add5
+DIST ipxe-1.0.0_p20180211-546dd51.tar.bz2 2954305 BLAKE2B 
8232b1afe017ff5d0389534e4efea3209ea0330d66e4d3d429abf81da66639b19488911d85bf2da200ff8cb0d49c5dda438074c4538303335419ea080ef80a16
 SHA512 
45d7f80f15a1c5ff1daa31b132065d38013a51127795ad81308b468940a455edcb40cde7601475039a7c977d732817203bbc627c642d3d10146a480da603f1dd

diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild 
b/sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild
new file mode 100644
index 00000000000..3af1d37ca63
--- /dev/null
+++ b/sys-firmware/ipxe/ipxe-1.0.0_p20180211.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit toolchain-funcs eutils savedconfig
+
+GIT_REV="546dd51de8459d4d09958891f426fa2c73ff090d"
+GIT_SHORT=${GIT_REV:0:7}
+
+DESCRIPTION="Open source network boot (PXE) firmware"
+HOMEPAGE="http://ipxe.org/";
+SRC_URI="https://git.ipxe.org/ipxe.git/snapshot/${GIT_REV}.tar.bz2 -> 
${P}-${GIT_SHORT}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+# TODO: Add arm/arm64 once figure out how to build w/out including
+# all the x86-specific drivers (that use I/O insns).
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="efi ipv6 iso lkrn +qemu undi usb vmware"
+
+DEPEND="app-arch/xz-utils
+       dev-lang/perl
+       sys-libs/zlib
+       iso? (
+               sys-boot/syslinux
+               virtual/cdrtools
+       )"
+RDEPEND=""
+
+S="${WORKDIR}/ipxe-${GIT_SHORT}/src"
+
+src_configure() {
+       cat <<-EOF > "${S}"/config/local/general.h
+#undef BANNER_TIMEOUT
+#define BANNER_TIMEOUT 0
+EOF
+
+       use ipv6 && echo "#define NET_PROTO_IPV6" >> 
"${S}"/config/local/general.h
+
+       if use vmware; then
+               cat <<-EOF >> "${S}"/config/local/general.h
+#define VMWARE_SETTINGS
+#define CONSOLE_VMWARE
+EOF
+       fi
+
+       restore_config config/local/general.h
+
+       tc-ld-disable-gold
+}
+
+ipxemake() {
+       # Q='' makes the build verbose since that's what everyone loves now
+       emake Q='' \
+               CC="$(tc-getCC)" \
+               LD="$(tc-getLD)" \
+               AS="$(tc-getAS)" \
+               AR="$(tc-getAR)" \
+               NM="$(tc-getNM)" \
+               OBJCOPY="$(tc-getOBJCOPY)" \
+               RANLIB="$(tc-getRANLIB)" \
+               OBJDUMP="$(tc-getOBJDUMP)" \
+               HOST_CC="$(tc-getBUILD_CC)" \
+               "$@"
+}
+
+src_compile() {
+       export NO_WERROR=1
+       if use qemu; then
+               ipxemake bin/808610de.rom # pxe-e1000.rom (old)
+               ipxemake bin/8086100e.rom # pxe-e1000.rom
+               ipxemake bin/80861209.rom # pxe-eepro100.rom
+               ipxemake bin/10500940.rom # pxe-ne2k_pci.rom
+               ipxemake bin/10222000.rom # pxe-pcnet.rom
+               ipxemake bin/10ec8139.rom # pxe-rtl8139.rom
+               ipxemake bin/1af41000.rom # pxe-virtio.rom
+       fi
+
+       if use vmware; then
+               ipxemake bin/8086100f.mrom # e1000
+               ipxemake bin/808610d3.mrom # e1000e
+               ipxemake bin/10222000.mrom # vlance
+               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
+       use lkrn && ipxemake bin/ipxe.lkrn
+}
+
+src_install() {
+       insinto /usr/share/ipxe/
+
+       if use qemu || use vmware; then
+               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
+       use lkrn && doins bin/*.lkrn
+
+       save_config config/local/general.h
+}

Reply via email to