diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2004-10-16 15:24:27 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2004-10-16 15:24:27 +0000 |
commit | e40b81ad09e6a0f7b65e0789868fec97c2cfaa59 (patch) | |
tree | a950bfd567ccdd365d4a3e4a7416a497b5d8c8a8 | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-e40b81ad09e6a0f7b65e0789868fec97c2cfaa59.tar.gz gentoo-2-e40b81ad09e6a0f7b65e0789868fec97c2cfaa59.tar.bz2 gentoo-2-e40b81ad09e6a0f7b65e0789868fec97c2cfaa59.zip |
New package
-rw-r--r-- | sys-boot/cromwell-bin/ChangeLog | 9 | ||||
-rw-r--r-- | sys-boot/cromwell-bin/Manifest | 2 | ||||
-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, 35 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..8ae7d3e20801 --- /dev/null +++ b/sys-boot/cromwell-bin/Manifest @@ -0,0 +1,2 @@ +MD5 7a4f0be925aaa29c9fba7d66002df3cd cromwell-bin-2.31.ebuild 712 +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 |