diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 19:25:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 19:25:06 +0000 |
commit | 309895181f199b6ad76a061e27140764b62fea64 (patch) | |
tree | 6cfc31556ac3d583b9f02254a5c07361392be030 /sys-boot/raincoat | |
parent | Stable on alpha, bug #260554 (diff) | |
download | historical-309895181f199b6ad76a061e27140764b62fea64.tar.gz historical-309895181f199b6ad76a061e27140764b62fea64.tar.bz2 historical-309895181f199b6ad76a061e27140764b62fea64.zip |
old
Diffstat (limited to 'sys-boot/raincoat')
-rw-r--r-- | sys-boot/raincoat/raincoat-20051004.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-boot/raincoat/raincoat-20051004.ebuild b/sys-boot/raincoat/raincoat-20051004.ebuild deleted file mode 100644 index c084b3c37190..000000000000 --- a/sys-boot/raincoat/raincoat-20051004.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raincoat/raincoat-20051004.ebuild,v 1.1 2005/10/04 21:08:18 gimli Exp $ - -DESCRIPTION="Flash the Xbox boot chip" -HOMEPAGE="http://www.xbox-linux.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="" - -src_compile() { - emake || die -} - -src_install() { - dodir /etc - insinto /etc - doins etc/raincoat.conf - dodoc docs/README - dobin bin/raincoat || die -} |