summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-05-17 19:43:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-05-17 19:43:46 +0000
commite68c9446864a267e7bdb0cb2d092355c5e3d54d0 (patch)
tree4d163e80ff833c40dc97c296e716b3b905760afa /games-util
parentold (diff)
downloadgentoo-2-e68c9446864a267e7bdb0cb2d092355c5e3d54d0.tar.gz
gentoo-2-e68c9446864a267e7bdb0cb2d092355c5e3d54d0.tar.bz2
gentoo-2-e68c9446864a267e7bdb0cb2d092355c5e3d54d0.zip
old
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/wiiload/Manifest12
-rw-r--r--games-util/wiiload/wiiload-0.4.ebuild24
2 files changed, 0 insertions, 36 deletions
diff --git a/games-util/wiiload/Manifest b/games-util/wiiload/Manifest
index e42dfe989c75..f6ce180f901d 100644
--- a/games-util/wiiload/Manifest
+++ b/games-util/wiiload/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST Wiiload-0.4.tar.gz 20674 RMD160 62cc326389f8ea00cdc6af585eeb2bd6477245cd SHA1 1d2d1f169987de04923b821f51e01b78a12fe343 SHA256 5ce2aeb542f41940c09195c9126587863ad827024c234eac587f04ef3189a7a0
DIST wiiload-0.5.tar.gz 5291 RMD160 f06431c3db87a8afbefddf6c68a8e059af18de1a SHA1 0c07980d7523af593b16bd545c4893d5d01ba6bb SHA256 49da2326b43d95a5414d2491ba5a28bd5b97fbafecb1f40b79319213460fa912
-EBUILD wiiload-0.4.ebuild 619 RMD160 f4c60730f00208d09f08d46f2499deab7928fdab SHA1 fb23d4f2cecb2e4c61dd27d214ec466a0dd14455 SHA256 ad113c76f654aba490a98762b9300e32028831ef035d183a0077c293aa9ec58c
EBUILD wiiload-0.5.ebuild 574 RMD160 0b861f63cce236181cec94d400a21713856dfa7a SHA1 741d0c4db44d15afaeda14125866ed6ea2050eef SHA256 bbe8dade8fcc11f83a1eb2cf327b6a7de452e9a02d36015f00930578c1debaba
MISC ChangeLog 894 RMD160 3246d8405635bee0a06325b3c50dd127f6367b4a SHA1 31f6d1c36c45c6afe8e9632c11520964fa6392ac SHA256 22b33f8b2a6fccfdb80c0f010616814e8a2227acc7e061d800cb0c85ca3881df
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk2ovYkACgkQmWq1bYTyC0Ox6wEAoNW91fk9yBitTVlj5KveTBcc
-/dsGiKM6mFXMvgx0uHcBAK+0Ot8yRd4R49X1B+tuYojScx1JIoMS2/fYEJbx7FB8
-=Jo2m
------END PGP SIGNATURE-----
diff --git a/games-util/wiiload/wiiload-0.4.ebuild b/games-util/wiiload/wiiload-0.4.ebuild
deleted file mode 100644
index bb468318a9a5..000000000000
--- a/games-util/wiiload/wiiload-0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.2 2009/10/25 15:18:22 maekke 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
-}