Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/wiiload: ChangeLog wiiload-0.4.ebuild
Date: Tue, 01 Sep 2009 13:04:56
Message-Id: E1MiXrS-0007aN-4o@stork.gentoo.org
1 vapier 09/09/01 18:13:42
2
3 Modified: ChangeLog
4 Added: wiiload-0.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 games-util/wiiload/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/wiiload/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/wiiload/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/wiiload/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/wiiload/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 7 Jun 2008 14:26:02 -0000 1.2
23 +++ ChangeLog 1 Sep 2009 18:13:41 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-util/wiiload
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/wiiload/ChangeLog,v 1.2 2008/06/07 14:26:02 swegener Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-util/wiiload/ChangeLog,v 1.3 2009/09/01 18:13:41 vapier Exp $
30 +
31 +*wiiload-0.4 (01 Sep 2009)
32 +
33 + 01 Sep 2009; Mike Frysinger <vapier@g.o> +wiiload-0.4.ebuild:
34 + Version bump.
35
36 *wiiload-0_beta7 (02 Jun 2008)
37
38
39
40
41 1.1 games-util/wiiload/wiiload-0.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/wiiload/wiiload-0.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-util/wiiload/wiiload-0.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wiiload-0.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-util/wiiload/wiiload-0.4.ebuild,v 1.1 2009/09/01 18:13:41 vapier Exp $
51
52 inherit toolchain-funcs
53
54 DESCRIPTION="load homebrew apps over the network to your Wii"
55 HOMEPAGE="http://wiibrew.org/wiki/Wiiload"
56 SRC_URI="http://wiibrew.org/w/images/5/5e/Wiiload-${PV}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 S=${WORKDIR}/${PN}
64
65 src_compile() {
66 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" || die
67 }
68
69 src_install() {
70 dobin wiiload || die
71 }