diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-08 17:36:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-08 17:36:43 +0000 |
commit | a66440b92a9d80c6deb4fa4a7f52870ea9a208d3 (patch) | |
tree | 9ac1523766433ed83c4d190fc745299cd06e0f4d /sys-boot/gnu-efi | |
parent | Initial import. Thanks dev-zero for his work. Closing bug #142178. (diff) | |
download | gentoo-2-a66440b92a9d80c6deb4fa4a7f52870ea9a208d3.tar.gz gentoo-2-a66440b92a9d80c6deb4fa4a7f52870ea9a208d3.tar.bz2 gentoo-2-a66440b92a9d80c6deb4fa4a7f52870ea9a208d3.zip |
Version bump, thanks to plasmaroo for testing
(Portage version: 2.1.3.19)
Diffstat (limited to 'sys-boot/gnu-efi')
-rw-r--r-- | sys-boot/gnu-efi/ChangeLog | 12 | ||||
-rw-r--r-- | sys-boot/gnu-efi/gnu-efi-3.0e.ebuild (renamed from sys-boot/gnu-efi/gnu-efi-3.0a.ebuild) | 19 |
2 files changed, 16 insertions, 15 deletions
diff --git a/sys-boot/gnu-efi/ChangeLog b/sys-boot/gnu-efi/ChangeLog index dfb952092d28..3869e2d18ec5 100644 --- a/sys-boot/gnu-efi/ChangeLog +++ b/sys-boot/gnu-efi/ChangeLog @@ -1,6 +1,12 @@ -# ChangeLog for sys-boot/gnu-efi -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.11 2007/03/13 14:18:09 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/ChangeLog,v 1.12 2008/02/08 17:36:43 armin76 Exp $ + +*gnu-efi-3.0e (08 Feb 2008) + + 08 Feb 2008; Raúl Porcel <armin76@gentoo.org> -gnu-efi-3.0a.ebuild, + +gnu-efi-3.0e.ebuild: + Version bump, thanks to plasmaroo for testing 13 Mar 2007; Raúl Porcel <armin76@gentoo.org> gnu-efi-3.0a-r1.ebuild: x86 stable diff --git a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild b/sys-boot/gnu-efi/gnu-efi-3.0e.ebuild index 937dc97072db..4fe9d3bdec19 100644 --- a/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild +++ b/sys-boot/gnu-efi/gnu-efi-3.0e.ebuild @@ -1,26 +1,21 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0a.ebuild,v 1.8 2005/01/23 11:33:41 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/gnu-efi/gnu-efi-3.0e.ebuild,v 1.1 2008/02/08 17:36:43 armin76 Exp $ inherit eutils toolchain-funcs DESCRIPTION="Library for build EFI Applications" HOMEPAGE="http://developer.intel.com/technology/efi" -SRC_URI="ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi-3.0a.tar.gz" +SRC_URI="mirror://sourceforge/gnu-efi/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ia64 x86" +KEYWORDS="~ia64 ~x86" IUSE="" -DEPEND="virtual/libc - sys-apps/pciutils" +DEPEND="sys-apps/pciutils" -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gnu-efi-3.0a-lds.patch -} +S="${WORKDIR}"/${PN}-3.0 src_compile() { local iarch @@ -33,6 +28,6 @@ src_compile() { } src_install() { - make install INSTALLROOT=${D}/usr || die "einstall failed" + make install INSTALLROOT="${D}"/usr || die "install failed" dodoc README* ChangeLog } |