diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-10-23 23:11:36 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-10-23 23:11:36 +0000 |
commit | bbfc0713fb2b30f0d529779fc458ba043866419e (patch) | |
tree | d7d63e80d79420cbb34459dbffdb9f549e1d7c0f /sys-boot | |
parent | Updated dependencies in dev-dotnet/xsp (diff) | |
download | gentoo-2-bbfc0713fb2b30f0d529779fc458ba043866419e.tar.gz gentoo-2-bbfc0713fb2b30f0d529779fc458ba043866419e.tar.bz2 gentoo-2-bbfc0713fb2b30f0d529779fc458ba043866419e.zip |
New version, generated from sys-boot/grub-0.97-r3
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/grub-static/files/digest-grub-static-0.97 | 3 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index 6eab851fd874..ebda1b9aad3b 100644 --- a/sys-boot/grub-static/ChangeLog +++ b/sys-boot/grub-static/ChangeLog @@ -1,6 +1,11 @@ # 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.9 2006/09/16 11:13:06 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.10 2006/10/23 23:11:36 dsd Exp $ + +*grub-static-0.97 (23 Oct 2006) + + 23 Oct 2006; Daniel Drake <dsd@gentoo.org> +grub-static-0.97.ebuild: + New version, generated from sys-boot/grub-0.97-r3 16 Sep 2006; <blubb@gentoo.org> -grub-static-0.93.20030118.ebuild: version cleanups diff --git a/sys-boot/grub-static/files/digest-grub-static-0.97 b/sys-boot/grub-static/files/digest-grub-static-0.97 new file mode 100644 index 000000000000..4a17b22f117a --- /dev/null +++ b/sys-boot/grub-static/files/digest-grub-static-0.97 @@ -0,0 +1,3 @@ +MD5 dee4391a5700c011f3351445e1dfa73f grub-static-0.97.tar.bz2 954051 +RMD160 3b4d3951df5ab0255321631dd383803bb2302977 grub-static-0.97.tar.bz2 954051 +SHA256 468ac48823880bd7cb2dd6bf60673adef1313c44a5e3131a0a4a37d2cc1145bc grub-static-0.97.tar.bz2 954051 diff --git a/sys-boot/grub-static/grub-static-0.97.ebuild b/sys-boot/grub-static/grub-static-0.97.ebuild new file mode 100644 index 000000000000..cd90f2dc5ffc --- /dev/null +++ b/sys-boot/grub-static/grub-static-0.97.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.97.ebuild,v 1.1 2006/10/23 23:11:36 dsd 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}/ +} |