mgorny      14/08/02 07:54:54

  Added:                gummiboot-9999.ebuild gummiboot-45.ebuild
                        metadata.xml ChangeLog
  Log:
  Introduce gummiboot, the EFI boot manager. Bug #426598. Thanks to Elias 
Probst and J. García for all the work.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.1                  sys-boot/gummiboot/gummiboot-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild?rev=1.1&content-type=text/plain

Index: gummiboot-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-9999.ebuild,v 
1.1 2014/08/02 07:54:54 mgorny Exp $

EAPI=5

inherit autotools eutils linux-info git-r3

DESCRIPTION="Minimalistic UEFI bootloader"
HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot/";
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="sys-apps/util-linux"
DEPEND="${RDEPEND}
        app-text/docbook-xsl-stylesheets
        dev-libs/libxslt
        =sys-boot/gnu-efi-3.0s"

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
        eautoreconf
}



1.1                  sys-boot/gummiboot/gummiboot-45.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild?rev=1.1&content-type=text/plain

Index: gummiboot-45.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/gummiboot-45.ebuild,v 1.1 
2014/08/02 07:54:54 mgorny Exp $

EAPI=5

inherit autotools eutils linux-info

DESCRIPTION="Minimalistic UEFI bootloader"
HOMEPAGE="http://freedesktop.org/wiki/Software/gummiboot/";
SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.gz";

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="sys-apps/util-linux"
DEPEND="${RDEPEND}
        app-text/docbook-xsl-stylesheets
        dev-libs/libxslt
        =sys-boot/gnu-efi-3.0s"

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
        eautoreconf
}



1.1                  sys-boot/gummiboot/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <maintainer>
                <email>[email protected]</email>
                <name>Michał Górny</name>
        </maintainer>
</pkgmetadata>



1.1                  sys-boot/gummiboot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/gummiboot/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sys-boot/gummiboot
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/gummiboot/ChangeLog,v 1.1 
2014/08/02 07:54:54 mgorny Exp $

*gummiboot-9999 (02 Aug 2014)
*gummiboot-45 (02 Aug 2014)

  02 Aug 2014; Michał Górny <[email protected]> +gummiboot-45.ebuild,
  +gummiboot-9999.ebuild, +metadata.xml:
  Introduce gummiboot, the EFI boot manager. Bug #426598. Thanks to Elias Probst
  and J. García for all the work.




Reply via email to