diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-11-06 10:41:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-11-06 10:41:09 +0000 |
commit | 7acd058ba24c8a5b889acfee181f8f764651b58d (patch) | |
tree | b75b5ae93a9b136de50a9bed9347d67bb88d0a86 /sys-boot | |
parent | bump to 1.7.0 (diff) | |
download | gentoo-2-7acd058ba24c8a5b889acfee181f8f764651b58d.tar.gz gentoo-2-7acd058ba24c8a5b889acfee181f8f764651b58d.tar.bz2 gentoo-2-7acd058ba24c8a5b889acfee181f8f764651b58d.zip |
sys-boot/efibootmgr: Version BUmp, #486062
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/efibootmgr/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-0.6.0.ebuild | 41 | ||||
-rw-r--r-- | sys-boot/efibootmgr/metadata.xml | 4 |
3 files changed, 50 insertions, 3 deletions
diff --git a/sys-boot/efibootmgr/ChangeLog b/sys-boot/efibootmgr/ChangeLog index 14e747ac8c03..0e129b3252d6 100644 --- a/sys-boot/efibootmgr/ChangeLog +++ b/sys-boot/efibootmgr/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-boot/efibootmgr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.27 2013/10/30 17:43:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.28 2013/11/06 10:41:09 jlec Exp $ + +*efibootmgr-0.6.0 (06 Nov 2013) + + 06 Nov 2013; Justin Lecher <jlec@gentoo.org> +efibootmgr-0.6.0.ebuild, + metadata.xml: + Version BUmp, #486062 30 Oct 2013; Mike Gilbert <floppym@gentoo.org> efibootmgr-0.5.4-r1.ebuild, efibootmgr-0.5.4.ebuild, metadata.xml: diff --git a/sys-boot/efibootmgr/efibootmgr-0.6.0.ebuild b/sys-boot/efibootmgr/efibootmgr-0.6.0.ebuild new file mode 100644 index 000000000000..f453bee894ce --- /dev/null +++ b/sys-boot/efibootmgr/efibootmgr-0.6.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.6.0.ebuild,v 1.1 2013/11/06 10:41:09 jlec Exp $ + +EAPI=5 + +inherit flag-o-matic toolchain-funcs eutils + +DESCRIPTION="Interact with the EFI Boot Manager" +HOMEPAGE="http://developer.intel.com/technology/efi" +SRC_URI="http://linux.dell.com/${PN}/${P}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="" + +RDEPEND="sys-apps/pciutils" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + sed -i \ + -e "/^LIBS/s:=.*:=$($(tc-getPKG_CONFIG) libpci --libs):" \ + src/efibootmgr/module.mk || die + + epatch "${FILESDIR}/${PN}-error-reporting.patch" +} + +src_compile() { + strip-flags + tc-export CC + emake EXTRA_CFLAGS="${CFLAGS}" +} + +src_install() { + # build system uses perl, so just do it ourselves + dosbin src/efibootmgr/efibootmgr + doman src/man/man8/efibootmgr.8 + dodoc AUTHORS README doc/ChangeLog doc/TODO +} diff --git a/sys-boot/efibootmgr/metadata.xml b/sys-boot/efibootmgr/metadata.xml index 6d4ad05dcf43..a2f141542354 100644 --- a/sys-boot/efibootmgr/metadata.xml +++ b/sys-boot/efibootmgr/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>ia64</herd> -<longdescription> + <herd>ia64</herd> + <longdescription> This is efibootmgr, a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager. This application can create and destroy boot entries, change the boot order, change |