From 8265b9e2a6b625bf8259b627521d1258eb0a5be3 Mon Sep 17 00:00:00 2001 From: Simon Stelling Date: Sun, 11 Jun 2006 13:22:58 +0000 Subject: version bump (Portage version: 3387-svn) --- sys-boot/grub-static/ChangeLog | 8 +++++++- sys-boot/grub-static/files/digest-grub-static-0.96 | 3 +++ sys-boot/grub-static/grub-static-0.93.20030118.ebuild | 4 ++-- sys-boot/grub-static/grub-static-0.96.ebuild | 18 ++++++++++++++++++ 4 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 sys-boot/grub-static/files/digest-grub-static-0.96 create mode 100644 sys-boot/grub-static/grub-static-0.96.ebuild (limited to 'sys-boot') diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog index 96ad1d044f3d..08b42c072b70 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.4 2006/02/15 02:52:08 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.5 2006/06/11 13:22:58 blubb Exp $ + +*grub-static-0.96 (11 Jun 2006) + + 11 Jun 2006; Simon Stelling + grub-static-0.93.20030118.ebuild, +grub-static-0.96.ebuild: + clean up KEYWORDS and bump to amore recent version 15 Feb 2006; Olivier CrĂȘte grub-static-0.93.20030118.ebuild: diff --git a/sys-boot/grub-static/files/digest-grub-static-0.96 b/sys-boot/grub-static/files/digest-grub-static-0.96 new file mode 100644 index 000000000000..ce0aef1b4823 --- /dev/null +++ b/sys-boot/grub-static/files/digest-grub-static-0.96 @@ -0,0 +1,3 @@ +MD5 d57edaae807f262e54e0317fcc22a285 grub-static-0.96.tbz2 1448 +RMD160 a6f6b9dce6f329798b219bac4aec8638ee7f3a1b grub-static-0.96.tbz2 1448 +SHA256 b45adad262b5fd29e8110d0a01160408139f06005ced0b84739101c48fbc0465 grub-static-0.96.tbz2 1448 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 2ef73b1594c1..bf1814024f02 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-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.3 2006/02/15 02:52:08 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/grub-static-0.93.20030118.ebuild,v 1.4 2006/06/11 13:22:58 blubb Exp $ DESCRIPTION="Static GNU GRUB boot loader" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/grub/" SRC_URI="mirror://gentoo/grub-static-${PVR}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86 -ppc -sparc -alpha -mips -hppa" +KEYWORDS="-* amd64 ~x86" IUSE="" DEPEND="!sys-boot/grub" PROVIDE="virtual/bootloader" diff --git a/sys-boot/grub-static/grub-static-0.96.ebuild b/sys-boot/grub-static/grub-static-0.96.ebuild new file mode 100644 index 000000000000..bcb24b85142d --- /dev/null +++ b/sys-boot/grub-static/grub-static-0.96.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.ebuild,v 1.1 2006/06/11 13:22:58 blubb Exp $ + +DESCRIPTION="Static GNU GRUB boot loader" + +HOMEPAGE="http://www.gnu.org/software/grub/" +SRC_URI="mirror://gentoo/grub-static-${PVR}.tbz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* amd64 ~x86" +IUSE="" +DEPEND="!sys-boot/grub" +PROVIDE="virtual/bootloader" + +src_install() { + cp -a ${WORKDIR}/* ${D}/ +} -- cgit v1.2.3-65-gdbad