diff options
author | 2004-10-16 15:24:27 +0000 | |
---|---|---|
committer | 2004-10-16 15:24:27 +0000 | |
commit | 33752b87ccc09e75154a18043852b1e8d5333ee4 (patch) | |
tree | c2f4036a3548928b2c52768067415d15b1d23f54 /sys-boot/cromwell-bin | |
parent | Version bump. (diff) | |
download | historical-33752b87ccc09e75154a18043852b1e8d5333ee4.tar.gz historical-33752b87ccc09e75154a18043852b1e8d5333ee4.tar.bz2 historical-33752b87ccc09e75154a18043852b1e8d5333ee4.zip |
New package
Diffstat (limited to 'sys-boot/cromwell-bin')
-rw-r--r-- | sys-boot/cromwell-bin/ChangeLog | 9 | ||||
-rw-r--r-- | sys-boot/cromwell-bin/Manifest | 3 | ||||
-rw-r--r-- | sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild | 23 | ||||
-rw-r--r-- | sys-boot/cromwell-bin/files/digest-cromwell-bin-2.31 | 1 |
4 files changed, 36 insertions, 0 deletions
diff --git a/sys-boot/cromwell-bin/ChangeLog b/sys-boot/cromwell-bin/ChangeLog new file mode 100644 index 000000000000..f40ae8e284c9 --- /dev/null +++ b/sys-boot/cromwell-bin/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sys-boot/cromwell-bin +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell-bin/ChangeLog,v 1.1 2004/10/16 15:24:27 chrb Exp $ + +*cromwell-bin-2.31 (16 Oct 2004) + + 16 Oct 2004; Chris Bainbridge <chrb@gentoo.org> +cromwell-bin-2.31.ebuild: + New package + diff --git a/sys-boot/cromwell-bin/Manifest b/sys-boot/cromwell-bin/Manifest new file mode 100644 index 000000000000..15b3b4c818fa --- /dev/null +++ b/sys-boot/cromwell-bin/Manifest @@ -0,0 +1,3 @@ +MD5 6933fcd0e86b4d134c45e3b096a3c5b1 cromwell-bin-2.31.ebuild 686 +MD5 fc95a63058ba9b109180646aabbfd51b ChangeLog 339 +MD5 1640cb63264f2d2bcd99f928c959defa files/digest-cromwell-bin-2.31 65 diff --git a/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild b/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild new file mode 100644 index 000000000000..21192671a76b --- /dev/null +++ b/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/cromwell-bin/cromwell-bin-2.31.ebuild,v 1.1 2004/10/16 15:24:27 chrb Exp $ + +inherit mount-boot + +IUSE="" +DESCRIPTION="Xbox boot loader precompiled binaries from xbox-linux.org" +SRC_URI="mirror://sourceforge/xbox-linux/cromwell-${PV}.tar.gz" +HOMEPAGE="http://www.xbox-linux.org" +RESTRICT="${RESTRICT} nostrip" +DEPEND="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" +PROVIDE="virtual/bootloader" +S=${WORKDIR}/cromwell + +src_install () { + dodir /boot/${PN} + insinto /boot/${PN} + doins ${S}/image.bin ${S}/image_1024.bin ${S}/default.xbe || die +} diff --git a/sys-boot/cromwell-bin/files/digest-cromwell-bin-2.31 b/sys-boot/cromwell-bin/files/digest-cromwell-bin-2.31 new file mode 100644 index 000000000000..69a5ce82270b --- /dev/null +++ b/sys-boot/cromwell-bin/files/digest-cromwell-bin-2.31 @@ -0,0 +1 @@ +MD5 a4659562c5d5e7925aa8c5873950ccc5 cromwell-2.31.tar.gz 543461 |