summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-06-13 16:04:38 +0000
committerSimon Stelling <blubb@gentoo.org>2006-06-13 16:04:38 +0000
commit6f65ab6b55c1c0cb095a3557b333a2cb8ee6091d (patch)
tree4f87c567d297a863113a070985ea4c63f8c9450e /sys-boot/grub-static/grub-static-0.96-r1.ebuild
parentIgnore QA problems for google binaries, thanks to Jakub Moc <jakub@gentoo.org... (diff)
downloadgentoo-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/grub-static/grub-static-0.96-r1.ebuild')
-rw-r--r--sys-boot/grub-static/grub-static-0.96-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
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}/
+}