diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-06-13 16:04:38 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-06-13 16:04:38 +0000 |
commit | 6f65ab6b55c1c0cb095a3557b333a2cb8ee6091d (patch) | |
tree | 4f87c567d297a863113a070985ea4c63f8c9450e /sys-boot | |
parent | Ignore QA problems for google binaries, thanks to Jakub Moc <jakub@gentoo.org... (diff) | |
download | gentoo-2-6f65ab6b55c1c0cb095a3557b333a2cb8ee6091d.tar.gz gentoo-2-6f65ab6b55c1c0cb095a3557b333a2cb8ee6091d.tar.bz2 gentoo-2-6f65ab6b55c1c0cb095a3557b333a2cb8ee6091d.zip |
fix bug 136594
(Portage version: 3387-svn)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 8 | ||||
-rw-r--r-- | sys-boot/grub-static/files/digest-grub-static-0.96-r1 | 3 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.96-r1.ebuild | 18 |
3 files changed, 28 insertions, 1 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index d3e66608c3e3..9ab131172882 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-boot/grub-static # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.6 2006/06/12 14:00:35 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.7 2006/06/13 16:04:38 blubb Exp $ + +*grub-static-0.96-r1 (13 Jun 2006) + + 13 Jun 2006; Simon Stelling <blubb@gentoo.org> -grub-static-0.96.ebuild, + +grub-static-0.96-r1.ebuild: + fix bug 136594 12 Jun 2006; Olivier Crête <tester@gentoo.org> files/digest-grub-static-0.96, Manifest: diff --git a/sys-boot/grub-static/files/digest-grub-static-0.96-r1 b/sys-boot/grub-static/files/digest-grub-static-0.96-r1 new file mode 100644 index 000000000000..2dcefb3d0390 --- /dev/null +++ b/sys-boot/grub-static/files/digest-grub-static-0.96-r1 @@ -0,0 +1,3 @@ +MD5 531b92252c41121c1db9181677ac25f1 grub-static-0.96.tar.bz2 859179 +RMD160 799759e6e4771527e5daf6dfbe7de647482229d4 grub-static-0.96.tar.bz2 859179 +SHA256 3ece8910e7954ca2c2cbebc4d05cfb22e73455f826508661a5b1a60481dcbd76 grub-static-0.96.tar.bz2 859179 diff --git a/sys-boot/grub-static/grub-static-0.96-r1.ebuild b/sys-boot/grub-static/grub-static-0.96-r1.ebuild new file mode 100644 index 000000000000..ecd590500921 --- /dev/null +++ b/sys-boot/grub-static/grub-static-0.96-r1.ebuild @@ -0,0 +1,18 @@ +# 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.96-r1.ebuild,v 1.1 2006/06/13 16:04:38 blubb Exp $ + +DESCRIPTION="Static GNU GRUB boot loader" + +HOMEPAGE="http://www.gnu.org/software/grub/" +SRC_URI="mirror://gentoo/grub-static-${PV}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +DEPEND="!sys-boot/grub" +PROVIDE="virtual/bootloader" + +src_install() { + cp -a ${WORKDIR}/* ${D}/ +} |