diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 04:23:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-31 04:23:08 +0000 |
commit | c5d7ee6094670db8092b57b821cca67e37fa4630 (patch) | |
tree | 65f4c2b790deffc25509d88b8ea608db74d753bc /sys-boot/efibootmgr | |
parent | You thought fpc was fun! Now you get fpc-source, fpscrc, and fpc! Whose hap... (diff) | |
download | gentoo-2-c5d7ee6094670db8092b57b821cca67e37fa4630.tar.gz gentoo-2-c5d7ee6094670db8092b57b821cca67e37fa4630.tar.bz2 gentoo-2-c5d7ee6094670db8092b57b821cca67e37fa4630.zip |
Version bump #69144 by splite.
Diffstat (limited to 'sys-boot/efibootmgr')
-rw-r--r-- | sys-boot/efibootmgr/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/efibootmgr/efibootmgr-0.5.0.ebuild | 32 | ||||
-rw-r--r-- | sys-boot/efibootmgr/files/digest-efibootmgr-0.5.0 | 1 |
3 files changed, 39 insertions, 1 deletions
diff --git a/sys-boot/efibootmgr/ChangeLog b/sys-boot/efibootmgr/ChangeLog index 693dba9139b0..e9b5875fe09d 100644 --- a/sys-boot/efibootmgr/ChangeLog +++ b/sys-boot/efibootmgr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-boot/efibootmgr # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.6 2004/07/01 21:45:43 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/ChangeLog,v 1.7 2004/10/31 04:23:08 vapier Exp $ + +*efibootmgr-0.5.0 (31 Oct 2004) + + 31 Oct 2004; Mike Frysinger <vapier@gentoo.org> +efibootmgr-0.5.0.ebuild: + Version bump #69144 by splite. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> efibootmgr-0.4.2.ebuild: diff --git a/sys-boot/efibootmgr/efibootmgr-0.5.0.ebuild b/sys-boot/efibootmgr/efibootmgr-0.5.0.ebuild new file mode 100644 index 000000000000..44c30df77e4a --- /dev/null +++ b/sys-boot/efibootmgr/efibootmgr-0.5.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/efibootmgr/efibootmgr-0.5.0.ebuild,v 1.1 2004/10/31 04:23:08 vapier Exp $ + +inherit eutils + +DESCRIPTION="Interact with the EFI Boot Manager on IA-64 Systems" +HOMEPAGE="http://developer.intel.com/technology/efi" +SRC_URI="http://linux.dell.com/efibootmgr/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ia64" +IUSE="" + +DEPEND="virtual/libc" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/efibootmgr-0.4.1-makefile.patch +} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dosbin src/efibootmgr/efibootmgr || die + doman src/man/man8/efibootmgr.8 + dodoc AUTHORS README doc/ChangeLog doc/TODO +} diff --git a/sys-boot/efibootmgr/files/digest-efibootmgr-0.5.0 b/sys-boot/efibootmgr/files/digest-efibootmgr-0.5.0 new file mode 100644 index 000000000000..4860bba75b3f --- /dev/null +++ b/sys-boot/efibootmgr/files/digest-efibootmgr-0.5.0 @@ -0,0 +1 @@ +MD5 c8312de3d926ad5dcf5e26fa419989e9 efibootmgr-0.5.0.tar.gz 54648 |