Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/raincoat: ChangeLog raincoat-0.11.ebuild
Date: Sun, 08 Mar 2009 19:25:27
Message-Id: E1LgOco-0002ce-0M@stork.gentoo.org
1 vapier 09/03/08 19:25:26
2
3 Modified: ChangeLog
4 Added: raincoat-0.11.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-boot/raincoat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/raincoat/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/raincoat/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/raincoat/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-boot/raincoat/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 22 Feb 2007 00:58:16 -0000 1.4
23 +++ ChangeLog 8 Mar 2009 19:25:25 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-boot/raincoat
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/raincoat/ChangeLog,v 1.4 2007/02/22 00:58:16 jokey Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/raincoat/ChangeLog,v 1.5 2009/03/08 19:25:25 vapier Exp $
30 +
31 +*raincoat-0.11 (08 Mar 2009)
32 +
33 + 08 Mar 2009; Mike Frysinger <vapier@g.o>
34 + +files/raincoat-0.11-build.patch, +raincoat-0.11.ebuild:
35 + Version bump.
36
37 22 Feb 2007; Markus Ullmann <jokey@g.o> ChangeLog:
38 Redigest for Manifest2
39
40
41
42 1.1 sys-boot/raincoat/raincoat-0.11.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/raincoat/raincoat-0.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/raincoat/raincoat-0.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: raincoat-0.11.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-boot/raincoat/raincoat-0.11.ebuild,v 1.1 2009/03/08 19:25:25 vapier Exp $
52
53 inherit eutils
54
55 DESCRIPTION="Flash the Xbox boot chip"
56 HOMEPAGE="http://www.xbox-linux.org/"
57 SRC_URI="mirror://sourceforge/xbox-linux/${P}.tbz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~x86"
62 IUSE=""
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 epatch "${FILESDIR}"/${P}-build.patch
68 }
69
70 src_install() {
71 dodir /etc /usr/bin
72 emake install DESTDIR="${D}" || die
73 dodoc docs/README
74 }