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 | 8ad2dd9da8f2ee110f24e7f19afd13e2a61430b5 (patch) | |
tree | ed222157ac6b79f5f4516c958ef18827e34e727f /sys-boot | |
parent | Drop KDE 4.2.0 (diff) | |
download | gentoo-2-8ad2dd9da8f2ee110f24e7f19afd13e2a61430b5.tar.gz gentoo-2-8ad2dd9da8f2ee110f24e7f19afd13e2a61430b5.tar.bz2 gentoo-2-8ad2dd9da8f2ee110f24e7f19afd13e2a61430b5.zip |
old
Diffstat (limited to 'sys-boot')
-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 -} |