From 3ca11df7d5aa48aa47b215a35b0a39a10a8b3b77 Mon Sep 17 00:00:00 2001 From: Chris Bainbridge Date: Wed, 30 Jun 2004 01:53:38 +0000 Subject: This package was submitted by Chris Bainbridge in bug #44695 --- sys-boot/raincoat/ChangeLog | 10 ++++++++++ sys-boot/raincoat/Manifest | 3 +++ sys-boot/raincoat/files/digest-raincoat-0.5 | 1 + sys-boot/raincoat/metadata.xml | 9 +++++++++ sys-boot/raincoat/raincoat-0.5.ebuild | 26 ++++++++++++++++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 sys-boot/raincoat/ChangeLog create mode 100644 sys-boot/raincoat/Manifest create mode 100644 sys-boot/raincoat/files/digest-raincoat-0.5 create mode 100644 sys-boot/raincoat/metadata.xml create mode 100644 sys-boot/raincoat/raincoat-0.5.ebuild (limited to 'sys-boot/raincoat') diff --git a/sys-boot/raincoat/ChangeLog b/sys-boot/raincoat/ChangeLog new file mode 100644 index 000000000000..915a899938b2 --- /dev/null +++ b/sys-boot/raincoat/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-boot/raincoat +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/raincoat/ChangeLog,v 1.1 2004/06/30 01:53:38 chrb Exp $ + +*raincoat-0.5 (30 Jun 2004) + + 30 Jun 2004; Chris Bainbridge +metadata.xml, + +raincoat-0.5.ebuild: + This package was submitted by Chris Bainbridge in bug #44695 + diff --git a/sys-boot/raincoat/Manifest b/sys-boot/raincoat/Manifest new file mode 100644 index 000000000000..ae2e5271e08a --- /dev/null +++ b/sys-boot/raincoat/Manifest @@ -0,0 +1,3 @@ +MD5 ad9863564789ca7ada4818eadafeade7 metadata.xml 313 +MD5 d472e8433f1cd3caf63922b936060ac4 raincoat-0.5.ebuild 471 +MD5 a9b5c2dc13cae55815935acea499c8e5 files/digest-raincoat-0.5 65 diff --git a/sys-boot/raincoat/files/digest-raincoat-0.5 b/sys-boot/raincoat/files/digest-raincoat-0.5 new file mode 100644 index 000000000000..43b7913bed9b --- /dev/null +++ b/sys-boot/raincoat/files/digest-raincoat-0.5 @@ -0,0 +1 @@ +MD5 e4b0a2ce611e59c6f492738b53c79104 raincoat-0.5+.tar.gz 220761 diff --git a/sys-boot/raincoat/metadata.xml b/sys-boot/raincoat/metadata.xml new file mode 100644 index 000000000000..f9cede5529cc --- /dev/null +++ b/sys-boot/raincoat/metadata.xml @@ -0,0 +1,9 @@ + + + + + chrb@gentoo.org + Chris Bainbridge + + Flash the Xbox boot chip + diff --git a/sys-boot/raincoat/raincoat-0.5.ebuild b/sys-boot/raincoat/raincoat-0.5.ebuild new file mode 100644 index 000000000000..4058a3d0651c --- /dev/null +++ b/sys-boot/raincoat/raincoat-0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/raincoat/raincoat-0.5.ebuild,v 1.1 2004/06/30 01:53:38 chrb Exp $ + +DESCRIPTION="Flash the Xbox boot chip" +HOMEPAGE="http://www.xbox-linux.org/" +SRC_URI="http://xbox-linux.org/down/raincoat-0.5+.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" + +S=${WORKDIR}/${PN} + +src_compile() { + emake || die +} + +src_install() { + dodir /etc + insinto /etc + doins raincoat.conf + dobin raincoat || die + dodoc README +} -- cgit v1.2.3-65-gdbad