diff options
Diffstat (limited to 'sys-boot/grub-static')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/grub-static/Manifest | 12 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.93.20030118.ebuild | 6 |
3 files changed, 15 insertions, 11 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index 88d2af7fb154..96ad1d044f3d 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/grub-static -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.3 2004/06/24 22:35:01 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.4 2006/02/15 02:52:08 tester Exp $ + + 15 Feb 2006; Olivier CrĂȘte <tester@gentoo.org> + grub-static-0.93.20030118.ebuild: + Fix blocker for sys-apps -> sys-boot move *grub-static-0.93.20030118 (08 Dec 2003) diff --git a/sys-boot/grub-static/Manifest b/sys-boot/grub-static/Manifest index 74333213e99e..1867c1638cef 100644 --- a/sys-boot/grub-static/Manifest +++ b/sys-boot/grub-static/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 dcd48367f6d71a7375334b19c0ab5736 metadata.xml 158 -MD5 db97cdaf0bb37dc5ca032583eff19c78 grub-static-0.93.20030118.ebuild 560 -MD5 659df1fc2176b6644cfadd39f91caec8 ChangeLog 601 +MD5 b5b5e3eb77adca7f797043ab6ccb0c0f ChangeLog 730 MD5 0ecf5f0bee59b2978382a9dbd544f9e6 files/digest-grub-static-0.93.20030118 75 +MD5 627b88c18f3d4b062be4872b3576c511 grub-static-0.93.20030118.ebuild 558 +MD5 dcd48367f6d71a7375334b19c0ab5736 metadata.xml 158 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDC8C1gIKl8Uu19MoRAg3oAJ470xbzuPZyeOtYwQUc5d5MFXuwcACfTGci -bpB+25jKnnYUZRxVasqZXK8= -=t4fI +iD8DBQFD8pdloGcCqvCmTSIRAmAbAJ44lCCJJNkZSm8FumXqVL3BLcL/NQCgshnE +siM+n9VkWT2zgS6L42HRWoc= +=z4mb -----END PGP SIGNATURE----- diff --git a/sys-boot/grub-static/grub-static-0.93.20030118.ebuild b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild index 43ae780f8d0a..2ef73b1594c1 100644 --- a/sys-boot/grub-static/grub-static-0.93.20030118.ebuild +++ b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.93.20030118.ebuild,v 1.2 2004/06/24 22:35:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.93.20030118.ebuild,v 1.3 2006/02/15 02:52:08 tester Exp $ DESCRIPTION="Static GNU GRUB boot loader" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~x86 -ppc -sparc -alpha -mips -hppa" IUSE="" -DEPEND="!sys-apps/grub" +DEPEND="!sys-boot/grub" PROVIDE="virtual/bootloader" src_install() { |