diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-01 18:13:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-01 18:13:41 +0000 |
commit | 1e0dc66cc89b11fc110a522f8147515cb9048d1c (patch) | |
tree | a6372947f96cb5b1be061cb6dfa0c0e934e6a24e /games-util | |
parent | Masking app-office/tinyerp-{server,client} for security bug 283434. (diff) | |
download | gentoo-2-1e0dc66cc89b11fc110a522f8147515cb9048d1c.tar.gz gentoo-2-1e0dc66cc89b11fc110a522f8147515cb9048d1c.tar.bz2 gentoo-2-1e0dc66cc89b11fc110a522f8147515cb9048d1c.zip |
Version bump.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/wiiload/ChangeLog | 9 | ||||
-rw-r--r-- | games-util/wiiload/wiiload-0.4.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/games-util/wiiload/ChangeLog b/games-util/wiiload/ChangeLog index cf3545686e68..5dae7380422a 100644 --- a/games-util/wiiload/ChangeLog +++ b/games-util/wiiload/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-util/wiiload -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/wiiload/ChangeLog,v 1.2 2008/06/07 14:26:02 swegener Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/wiiload/ChangeLog,v 1.3 2009/09/01 18:13:41 vapier Exp $ + +*wiiload-0.4 (01 Sep 2009) + + 01 Sep 2009; Mike Frysinger <vapier@gentoo.org> +wiiload-0.4.ebuild: + Version bump. *wiiload-0_beta7 (02 Jun 2008) diff --git a/games-util/wiiload/wiiload-0.4.ebuild b/games-util/wiiload/wiiload-0.4.ebuild new file mode 100644 index 000000000000..159704733113 --- /dev/null +++ b/games-util/wiiload/wiiload-0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/wiiload/wiiload-0.4.ebuild,v 1.1 2009/09/01 18:13:41 vapier Exp $ + +inherit toolchain-funcs + +DESCRIPTION="load homebrew apps over the network to your Wii" +HOMEPAGE="http://wiibrew.org/wiki/Wiiload" +SRC_URI="http://wiibrew.org/w/images/5/5e/Wiiload-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${PN} + +src_compile() { + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" || die +} + +src_install() { + dobin wiiload || die +} |