diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-19 10:15:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-19 10:15:37 +0000 |
commit | 0d0d7b8ad2406d5384cbf922780b4878059aae09 (patch) | |
tree | 4bd71b25ecb5bd8dd28bf403c045fde2e044ff41 | |
parent | fix depend (bug #45110); tidy (diff) | |
download | historical-0d0d7b8ad2406d5384cbf922780b4878059aae09.tar.gz historical-0d0d7b8ad2406d5384cbf922780b4878059aae09.tar.bz2 historical-0d0d7b8ad2406d5384cbf922780b4878059aae09.zip |
fix depend (bug #45110); tidy
-rw-r--r-- | sys-boot/elilo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/elilo/Manifest | 10 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.4.ebuild | 9 |
3 files changed, 15 insertions, 9 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog index a57bad113331..f0e16d88dec5 100644 --- a/sys-boot/elilo/ChangeLog +++ b/sys-boot/elilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/elilo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.4 2004/03/04 22:44:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.5 2004/03/19 10:15:37 mr_bones_ Exp $ + + 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> elilo-3.4.ebuild: + fix depend (bug #45110); tidy 04 Mar 2004; <agriffis@gentoo.org> elilo-3.4.ebuild: stable on ia64 diff --git a/sys-boot/elilo/Manifest b/sys-boot/elilo/Manifest index 359bd024cdf8..b6b7e9191e30 100644 --- a/sys-boot/elilo/Manifest +++ b/sys-boot/elilo/Manifest @@ -1,9 +1,9 @@ -MD5 f04257ae168624a728e62332f4859ca4 elilo-3.4.ebuild 1847 -MD5 6636c534e0843ddfbba8c91f09ab7532 ChangeLog 742 -MD5 2b2d58955c4ad612fee3bcf9b977bc41 files/elilo-3.4-makefile.patch 338 +MD5 4221f1ef5dc1d02204e46cba626ede05 ChangeLog 849 +MD5 960f52ac96a5fd41dd1b691f1230f96b elilo-3.4.ebuild 1874 MD5 85650d47a2950be23774d73205b19e97 files/digest-elilo-3.4 61 -MD5 c41337651da1c5b597609856146438ec files/elilo-3.4 22707 MD5 2640f713f5f00cf0a17e31d220c8242c files/elilo-3.3a-devscheme.patch 3571 +MD5 c41337651da1c5b597609856146438ec files/elilo-3.4 22707 +MD5 2b2d58955c4ad612fee3bcf9b977bc41 files/elilo-3.4-makefile.patch 338 MD5 5e611594843275c52c4b4921b89a23e4 files/elilo.8-3.4 3286 -MD5 a479f5334497679bd91ddc7181866f52 files/eliloalt.8-3.4 550 MD5 b8d17fae7a7884645a7f89b31129e3d0 files/elilo.conf.sample 161 +MD5 a479f5334497679bd91ddc7181866f52 files/eliloalt.8-3.4 550 diff --git a/sys-boot/elilo/elilo-3.4.ebuild b/sys-boot/elilo/elilo-3.4.ebuild index bb671ac49080..8e7a3d035b56 100644 --- a/sys-boot/elilo/elilo-3.4.ebuild +++ b/sys-boot/elilo/elilo-3.4.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2004/03/04 22:44:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4.ebuild,v 1.5 2004/03/19 10:15:37 mr_bones_ Exp $ + +inherit eutils DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" HOMEPAGE="http://developer.intel.com/technology/efi" @@ -11,8 +13,9 @@ LICENSE="GPL-2" IUSE="" # gnu-efi contains only static libs, so there's no run-time dep on it -DEPEND=">=gnu-efi-3.0" -RDEPEND="sys-boot/efibootmgr sys-fs/dosfstools" +DEPEND=">=sys-boot/gnu-efi-3.0" +RDEPEND="sys-boot/efibootmgr + sys-fs/dosfstools" src_unpack() { unpack ${A} && cd ${S} || die "failed to unpack" |