Bug 44695 - raincoat (new package)
Bug#: 44695 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: chrb@gentoo.org Reported By: chrb@gentoo.org
Component: Ebuilds
URL: 
Summary: raincoat (new package)
Keywords:  
Status Whiteboard: 
Opened: 2004-03-14 13:51 0000
Description:   Opened: 2004-03-14 13:51 0000
Read/write the xbox bios flash utility

------- Comment #1 From Chris Bainbridge (RETIRED) 2004-03-14 13:52:04 0000 -------
Created an attachment (id=27363) [details]
dev-util/raincoat/raincoat-0.5.ebuild

------- Comment #2 From SpanKY 2004-05-26 20:41:23 0000 -------
default working directory of src_compile() is ${S} (see the manpage)

dont use `install` in src_install() ... use a portage command ...

put || die after important things like `dobin` in a src_install() when there is no `make install` command to run

if `emake` fails because of parallel build, use `emake -j1` instead of just `make`

------- Comment #3 From Chris Bainbridge (RETIRED) 2004-05-27 10:52:51 0000 -------
Created an attachment (id=32151) [details]
sys-boot/raincoat/raincoat-0.5.ebuild

------- Comment #4 From Chris Bainbridge (RETIRED) 2004-07-23 04:41:51 0000 -------
In portage now. Closing.