vapier 15/03/16 18:49:47 Modified: ipxe-1.0.0_p20130925.ebuild ChangeLog Log: Fix building when the source is not a git repo (but a higher dir is) #482804 by Florian Schmaus. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.4 sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild?r1=1.3&r2=1.4 Index: ipxe-1.0.0_p20130925.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ipxe-1.0.0_p20130925.ebuild 20 Oct 2014 07:02:24 -0000 1.3 +++ ipxe-1.0.0_p20130925.ebuild 16 Mar 2015 18:49:47 -0000 1.4 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild,v 1.3 2014/10/20 07:02:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ipxe-1.0.0_p20130925.ebuild,v 1.4 2015/03/16 18:49:47 vapier Exp $ EAPI=5 -inherit toolchain-funcs +inherit toolchain-funcs eutils GIT_REV="cba22d36b77da53890bd65fdadd0e63925687af0" GIT_SHORT="cba22d3" @@ -37,6 +37,8 @@ } src_prepare() { + epatch "${FILESDIR}"/${P}-git-version.patch #482804 + cat <<-EOF > "${S}"/config/local/general.h #undef BANNER_TIMEOUT #define BANNER_TIMEOUT 0 1.18 sys-firmware/ipxe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/ipxe/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/ipxe/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-firmware/ipxe/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 20 Oct 2014 07:02:24 -0000 1.17 +++ ChangeLog 16 Mar 2015 18:49:47 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for sys-firmware/ipxe -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.17 2014/10/20 07:02:24 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-firmware/ipxe/ChangeLog,v 1.18 2015/03/16 18:49:47 vapier Exp $ + + 16 Mar 2015; Mike Frysinger <[email protected]> + +files/ipxe-1.0.0_p20130925-git-version.patch, ipxe-1.0.0_p20130925.ebuild: + Fix building when the source is not a git repo (but a higher dir is) #482804 + by Florian Schmaus. 20 Oct 2014; Agostino Sarubbo <[email protected]> ipxe-1.0.0_p20130925.ebuild: Stable for x86, wrt bug #523788
