diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 16:38:33 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 16:38:33 +0000 |
commit | cdf9be62d4a9e4a50b3801f9d6d6931be48da185 (patch) | |
tree | e9d2379765b1a6c4bff9da1043f19f8e060e8a53 /sys-boot | |
parent | Mark 0.94-r3 stable on ia64 #107916 (diff) | |
download | historical-cdf9be62d4a9e4a50b3801f9d6d6931be48da185.tar.gz historical-cdf9be62d4a9e4a50b3801f9d6d6931be48da185.tar.bz2 historical-cdf9be62d4a9e4a50b3801f9d6d6931be48da185.zip |
Add PROVIDE=virtual/bootloader #107940
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/elilo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/elilo/Manifest | 14 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.4-r3.ebuild | 3 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sys-boot/elilo/ChangeLog b/sys-boot/elilo/ChangeLog index e40cb89dc330..14fb38759541 100644 --- a/sys-boot/elilo/ChangeLog +++ b/sys-boot/elilo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/elilo # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.10 2005/08/02 22:51:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/ChangeLog,v 1.11 2005/10/03 16:38:33 agriffis Exp $ + + 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> elilo-3.4-r3.ebuild: + Add PROVIDE=virtual/bootloader #107940 *elilo-3.4-r3 (02 Aug 2005) diff --git a/sys-boot/elilo/Manifest b/sys-boot/elilo/Manifest index 75759ee2593a..d77a7879e242 100644 --- a/sys-boot/elilo/Manifest +++ b/sys-boot/elilo/Manifest @@ -1,10 +1,10 @@ -MD5 a0056ef8faa45d45d5b0771f35fb4da2 ChangeLog 1654 -MD5 656d6794a36136c8932b58a4ba4d6730 elilo-3.4-r3.ebuild 1605 -MD5 2640f713f5f00cf0a17e31d220c8242c files/elilo-3.3a-devscheme.patch 3571 -MD5 5e611594843275c52c4b4921b89a23e4 files/elilo.8-3.4 3286 +MD5 fc95e05586fcb25059caac917df9a4f4 ChangeLog 1767 +MD5 82594b13dd68160ad3012ce59c2be2be elilo-3.4-r3.ebuild 1634 +MD5 a479f5334497679bd91ddc7181866f52 files/eliloalt.8-3.4 550 +MD5 85650d47a2950be23774d73205b19e97 files/digest-elilo-3.4-r3 61 +MD5 28d31c36279045f43b3c61c5000b7821 files/elilo.conf.sample 150 MD5 d8b9c6b6a99161eaad38eae80039af69 files/elilo-3.4-proc-sigsetjmp.patch 374 MD5 821c2877ad33567d7c7dc9598331e7f9 files/elilo-3.4 22782 -MD5 a479f5334497679bd91ddc7181866f52 files/eliloalt.8-3.4 550 MD5 2b2d58955c4ad612fee3bcf9b977bc41 files/elilo-3.4-makefile.patch 338 -MD5 28d31c36279045f43b3c61c5000b7821 files/elilo.conf.sample 150 -MD5 85650d47a2950be23774d73205b19e97 files/digest-elilo-3.4-r3 61 +MD5 2640f713f5f00cf0a17e31d220c8242c files/elilo-3.3a-devscheme.patch 3571 +MD5 5e611594843275c52c4b4921b89a23e4 files/elilo.8-3.4 3286 diff --git a/sys-boot/elilo/elilo-3.4-r3.ebuild b/sys-boot/elilo/elilo-3.4-r3.ebuild index 9122ed1ae534..1dafed82919b 100644 --- a/sys-boot/elilo/elilo-3.4-r3.ebuild +++ b/sys-boot/elilo/elilo-3.4-r3.ebuild @@ -1,6 +1,6 @@ # 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-r3.ebuild,v 1.1 2005/08/02 22:51:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/elilo/elilo-3.4-r3.ebuild,v 1.2 2005/10/03 16:38:33 agriffis Exp $ inherit eutils toolchain-funcs @@ -17,6 +17,7 @@ IUSE="" DEPEND=">=sys-boot/gnu-efi-3.0" RDEPEND="sys-boot/efibootmgr sys-fs/dosfstools" +PROVIDE="virtual/bootloader" src_unpack() { unpack ${A} |