diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-22 13:29:32 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-01-22 13:29:32 +0000 |
commit | 519ecd1dcba0f6e52f225be2223db6848926b515 (patch) | |
tree | 3040ecf036cfeca752849b18443cf1369038f6d9 /sys-boot | |
parent | Stable on sparc (diff) | |
download | historical-519ecd1dcba0f6e52f225be2223db6848926b515.tar.gz historical-519ecd1dcba0f6e52f225be2223db6848926b515.tar.bz2 historical-519ecd1dcba0f6e52f225be2223db6848926b515.zip |
Fix total build breakage; inherit toolchain-funcs please...
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/elilo/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/elilo/Manifest | 14 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.4.ebuild | 6 |
3 files changed, 15 insertions, 12 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog index a9d14438ce08..5c8755d7ef43 100644 --- a/sys-boot/elilo/ChangeLog +++ b/sys-boot/elilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/elilo -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.6 2004/06/24 22:34:28 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.7 2005/01/22 13:29:32 plasmaroo Exp $ + + 22 Jan 2005; <plasmaroo@gentoo.org> elilo-3.4.ebuild: + Fix total build breakage; inherit toolchain-funcs please... 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> elilo-3.4.ebuild: fix depend (bug #45110); tidy diff --git a/sys-boot/elilo/Manifest b/sys-boot/elilo/Manifest index 3a84f5309961..c65ee23fc7da 100644 --- a/sys-boot/elilo/Manifest +++ b/sys-boot/elilo/Manifest @@ -1,9 +1,9 @@ -MD5 feaf1902fa75385d839e7bc7ee7eca13 ChangeLog 839 -MD5 923c595fbf7bf6368a3e522943254358 elilo-3.4.ebuild 1760 -MD5 85650d47a2950be23774d73205b19e97 files/digest-elilo-3.4 61 -MD5 2640f713f5f00cf0a17e31d220c8242c files/elilo-3.3a-devscheme.patch 3571 -MD5 c41337651da1c5b597609856146438ec files/elilo-3.4 22707 +MD5 fe3468ea49f1e09e386788f29f333fd4 ChangeLog 959 +MD5 20991ffcb681a67b533700cafde1a6f9 elilo-3.4.ebuild 1779 +MD5 a479f5334497679bd91ddc7181866f52 files/eliloalt.8-3.4 550 MD5 2b2d58955c4ad612fee3bcf9b977bc41 files/elilo-3.4-makefile.patch 338 -MD5 5e611594843275c52c4b4921b89a23e4 files/elilo.8-3.4 3286 MD5 b8d17fae7a7884645a7f89b31129e3d0 files/elilo.conf.sample 161 -MD5 a479f5334497679bd91ddc7181866f52 files/eliloalt.8-3.4 550 +MD5 5e611594843275c52c4b4921b89a23e4 files/elilo.8-3.4 3286 +MD5 2640f713f5f00cf0a17e31d220c8242c files/elilo-3.3a-devscheme.patch 3571 +MD5 c41337651da1c5b597609856146438ec files/elilo-3.4 22707 +MD5 85650d47a2950be23774d73205b19e97 files/digest-elilo-3.4 61 diff --git a/sys-boot/elilo/elilo-3.4.ebuild b/sys-boot/elilo/elilo-3.4.ebuild index 8014a65d45c6..c33fa280403f 100644 --- a/sys-boot/elilo/elilo-3.4.ebuild +++ b/sys-boot/elilo/elilo-3.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.7 2004/10/28 16:04:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.8 2005/01/22 13:29:32 plasmaroo Exp $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" HOMEPAGE="http://developer.intel.com/technology/efi" |