From c07774e8a8ce9bce9209a9523bd3de822dd1c3a3 Mon Sep 17 00:00:00 2001 From: Stefan Kuhn Date: Wed, 14 Jan 2015 11:36:55 +0100 Subject: sys-boot/gummiboot-45: Depend on 2 versions of sys-bot/gnu-efi: 3.0s or 3.0u. Needed for app-crypt/efitools-1.4.2-r1 --- sys-boot/gummiboot/ChangeLog | 6 ++++++ sys-boot/gummiboot/Manifest | 3 +++ sys-boot/gummiboot/gummiboot-45.ebuild | 36 ++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 sys-boot/gummiboot/ChangeLog create mode 100644 sys-boot/gummiboot/Manifest create mode 100644 sys-boot/gummiboot/gummiboot-45.ebuild diff --git a/sys-boot/gummiboot/ChangeLog b/sys-boot/gummiboot/ChangeLog new file mode 100644 index 0000000..5ad9913 --- /dev/null +++ b/sys-boot/gummiboot/ChangeLog @@ -0,0 +1,6 @@ +# ChangeLog for sys-boot/gummiboot +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.2 2014/08/07 08:11:18 mgorny Exp $ + + 14 Jan 2015; Stefan Kuhn gummiboot-45-r1.ebuild: + Depend on 2 versions of sys-bot/gnu-efi: 3.0s or 3.0u. Needed for app-crypt/efitools-1.4.2-r1 diff --git a/sys-boot/gummiboot/Manifest b/sys-boot/gummiboot/Manifest new file mode 100644 index 0000000..594d214 --- /dev/null +++ b/sys-boot/gummiboot/Manifest @@ -0,0 +1,3 @@ +DIST gummiboot-45.tar.xz 126376 SHA256 e3a6734c4c5acd3b42ec72dfc1214147c9f0ca74f08eeb44f969eb0d9b6d1e50 SHA512 09472a34ef8697a605c65462dde41ef09b1528a63b3a006f73a179ebeb16ac236adf9aaf8c8d7d3c411f3e3e029eb47ad916dc13f69ad9558c4277b1fa3d0619 WHIRLPOOL 04418cb9fd20df1a2bf77264bb766dc8542df8c1b05038ae780fbaa5dfb83e84f02cfd1adb20e22a032e9b0ad6e4654f40e25a67e5edf6b09e918c257930b9e1 +EBUILD gummiboot-45.ebuild 719 SHA256 181736c7b018aead99c1c45ca185797b4b766791f1f18bcb8726672d6e146200 SHA512 021239567f5aadf454ae5cc423a38ad7bd4377711076a4e508dbdbc26ac2f6e709425257362c6d1d2609b2d1b86fb2a3143179ff495c219295fe28ab1ad2e740 WHIRLPOOL cee1ca0a98838c1c530babb31e9dcd68fb7ab1f914e744f3f62a8c00b036b3296a9fc5a5f6fab98333e3c6dcdd7eb7a328943555cd5c62d7febf083b4bae3fc7 +MISC ChangeLog 376 SHA256 5d387396a3c63c3db7d92fe2e2ac76538f96b633ec5c5ab533351c7c84605a47 SHA512 02e65c9387634f02e06734526d85351d821faad806ac9619eaa5290b30e6f980282f34ddaab45f685bc1330aa847b02e634470fda1b17483ed28ecded6f6c8d4 WHIRLPOOL be0e345ed908080e1639b7969772b83ba6c899c2ef3620961e8bbf5a2ddf9c76fdcadb0d765da9b214e662f2936c682576601d438a8a82480345decc5c8b9c83 diff --git a/sys-boot/gummiboot/gummiboot-45.ebuild b/sys-boot/gummiboot/gummiboot-45.ebuild new file mode 100644 index 0000000..33dd45f --- /dev/null +++ b/sys-boot/gummiboot/gummiboot-45.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils linux-info + +DESCRIPTION="Minimalistic UEFI bootloader" +HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot/" +SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.xz" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-apps/util-linux" +DEPEND="${RDEPEND} + app-arch/xz-utils + app-text/docbook-xsl-stylesheets + dev-libs/libxslt + || ( + =sys-boot/gnu-efi-3.0s + =sys-boot/gnu-efi-3.0u + )" + +pkg_pretend() { + # CONFIG_EFI_STUB is required to boot a kernel with gummiboot + local CONFIG_CHECK="~EFI_STUB" + check_extra_config +} + +src_prepare() { + epatch_user +} -- cgit v1.2.3-65-gdbad