diff options
author | 2006-10-23 23:11:36 +0000 | |
---|---|---|
committer | 2006-10-23 23:11:36 +0000 | |
commit | a5c447915916f96f4c16baf6d6a20fb16c71531b (patch) | |
tree | 27fad32c53fbd60faa6555ec66660e20ff2e7c89 /sys-boot/grub-static/grub-static-0.97.ebuild | |
parent | Updated dependencies in dev-dotnet/xsp (diff) | |
download | historical-a5c447915916f96f4c16baf6d6a20fb16c71531b.tar.gz historical-a5c447915916f96f4c16baf6d6a20fb16c71531b.tar.bz2 historical-a5c447915916f96f4c16baf6d6a20fb16c71531b.zip |
New version, generated from sys-boot/grub-0.97-r3
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'sys-boot/grub-static/grub-static-0.97.ebuild')
-rw-r--r-- | sys-boot/grub-static/grub-static-0.97.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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}/ +} |