diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 08:13:57 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-09 08:13:57 +0000 |
commit | 3a09a380ef4470365e58aaf172a8dc633083f35c (patch) | |
tree | a20110c13e04001056e70b856e8b6543d8c57ca8 /sys-boot/grub-static | |
parent | added sys-boot category for bootloaders (diff) | |
download | gentoo-2-3a09a380ef4470365e58aaf172a8dc633083f35c.tar.gz gentoo-2-3a09a380ef4470365e58aaf172a8dc633083f35c.tar.bz2 gentoo-2-3a09a380ef4470365e58aaf172a8dc633083f35c.zip |
moved from sys-apps to sys-boot
Diffstat (limited to 'sys-boot/grub-static')
-rw-r--r-- | sys-boot/grub-static/ChangeLog | 16 | ||||
-rw-r--r-- | sys-boot/grub-static/Manifest | 4 | ||||
-rw-r--r-- | sys-boot/grub-static/files/digest-grub-static-0.93.20030118 | 1 | ||||
-rw-r--r-- | sys-boot/grub-static/grub-static-0.93.20030118.ebuild | 18 | ||||
-rw-r--r-- | sys-boot/grub-static/metadata.xml | 6 |
5 files changed, 45 insertions, 0 deletions
diff --git a/sys-boot/grub-static/ChangeLog b/sys-boot/grub-static/ChangeLog new file mode 100644 index 000000000000..fb7e322258e9 --- /dev/null +++ b/sys-boot/grub-static/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for sys-apps/grub-static +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub-static/ChangeLog,v 1.1 2003/12/09 08:12:17 seemant Exp $ + +*grub-static-0.93.20030118 (08 Dec 2003) + + 08 Dec 2003; Seemant Kulleen <seemant@gentoo.org> + grub-static-0.93.20030118.ebuild, metadata.xml: + moved from sys-apps to sys-boot + +*grub-static-0.93.20030118 (26 Jul 2003) + + 26 Jul 2003; Olivier Crete <tester@gentoo.org> + grub-static-0.93.20030118.ebuild: + Initial version of grub static for amd64 since there is no 64-bit bootloader + diff --git a/sys-boot/grub-static/Manifest b/sys-boot/grub-static/Manifest new file mode 100644 index 000000000000..3c41efb7f3af --- /dev/null +++ b/sys-boot/grub-static/Manifest @@ -0,0 +1,4 @@ +MD5 770d1f68b75ef36bc43f8eb84c7467c7 grub-static-0.93.20030118.ebuild 568 +MD5 11da79c942294d0f1b2977fdfff81989 ChangeLog 609 +MD5 e6543624c262cae90cc830cde90ad3ae metadata.xml 165 +MD5 0ecf5f0bee59b2978382a9dbd544f9e6 files/digest-grub-static-0.93.20030118 75 diff --git a/sys-boot/grub-static/files/digest-grub-static-0.93.20030118 b/sys-boot/grub-static/files/digest-grub-static-0.93.20030118 new file mode 100644 index 000000000000..e89bc77c43ca --- /dev/null +++ b/sys-boot/grub-static/files/digest-grub-static-0.93.20030118 @@ -0,0 +1 @@ +MD5 db3bf0ccf7f59d38bcd93f981ada88e7 grub-static-0.93.20030118.tbz2 706129 diff --git a/sys-boot/grub-static/grub-static-0.93.20030118.ebuild b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild new file mode 100644 index 000000000000..64454f4c9713 --- /dev/null +++ b/sys-boot/grub-static/grub-static-0.93.20030118.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/12/09 08:12:17 seemant 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 -ppc -sparc -alpha -mips -hppa" +IUSE="" +DEPEND="!sys-apps/grub" +PROVIDE="virtual/bootloader" + +src_install() { + cp -a ${WORKDIR}/* ${D}/ +} diff --git a/sys-boot/grub-static/metadata.xml b/sys-boot/grub-static/metadata.xml new file mode 100644 index 000000000000..ef0805e71ae1 --- /dev/null +++ b/sys-boot/grub-static/metadata.xml @@ -0,0 +1,6 @@ + +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>base-system</herd> +</pkgmetadata> |