summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-31 04:23:08 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-31 04:23:08 +0000
commitb496844ad3e981e082559bf71df6b674b50fd884 (patch)
tree82c28621c30b8d3a4118b5f737f7f156ad5bbe15 /sys-boot
parentYou thought fpc was fun! Now you get fpc-source, fpscrc, and fpc! Whose hap... (diff)
downloadhistorical-b496844ad3e981e082559bf71df6b674b50fd884.tar.gz
historical-b496844ad3e981e082559bf71df6b674b50fd884.tar.bz2
historical-b496844ad3e981e082559bf71df6b674b50fd884.zip
Version bump #69144 by splite.
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/efibootmgr/ChangeLog7
-rw-r--r--sys-boot/efibootmgr/Manifest14
-rw-r--r--sys-boot/efibootmgr/efibootmgr-0.5.0.ebuild32
-rw-r--r--sys-boot/efibootmgr/files/digest-efibootmgr-0.5.01
4 files changed, 52 insertions, 2 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/Manifest b/sys-boot/efibootmgr/Manifest
index 7492c4093933..bd97023a3c75 100644
--- a/sys-boot/efibootmgr/Manifest
+++ b/sys-boot/efibootmgr/Manifest
@@ -1,5 +1,17 @@
-MD5 cf32dcd4ec3da5b451f34896f4365e6d ChangeLog 767
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 1c819115ca239de69c06a3c73fd71c5d ChangeLog 906
MD5 b9b5fcf20acb023f6ac6aa6543ad3f78 efibootmgr-0.4.2.ebuild 1315
MD5 78fc29bf052a5244c63204ddcdd7a1ac metadata.xml 157
+MD5 67bcb2317692e09f85d33179eae82c70 efibootmgr-0.5.0.ebuild 768
MD5 8234d5c715dd59b7b135a7372b626de5 files/digest-efibootmgr-0.4.2 67
MD5 52674d9178b4c50989bfc0724bdd879d files/efibootmgr-0.4.1-makefile.patch 548
+MD5 8a773da209c77878c6b3ca8da87d54d2 files/digest-efibootmgr-0.5.0 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBhGjXHTu7gpaalycRAtj7AKDyIvV2vaTzpFl7OmkLbZjueG6eLQCgjVnv
+YtMZpOx1CyrRsI1MumTZfM8=
+=D1+3
+-----END PGP SIGNATURE-----
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