From 0b638a6535183cbde64b43387a4e98afb18bb695 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sun, 5 Apr 2026 21:16:09 +0100 Subject: [PATCH] games-util/wiiload: drop 0.5 Signed-off-by: Alexey Sokolov Part-of: https://codeberg.org/gentoo/gentoo/pulls/535 Merges: https://codeberg.org/gentoo/gentoo/pulls/535 Signed-off-by: Sam James --- games-util/wiiload/Manifest | 1 - games-util/wiiload/wiiload-0.5.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 games-util/wiiload/wiiload-0.5.ebuild diff --git a/games-util/wiiload/Manifest b/games-util/wiiload/Manifest index 6c424baf11d2d..5ecf196a5e74b 100644 --- a/games-util/wiiload/Manifest +++ b/games-util/wiiload/Manifest @@ -1,2 +1 @@ DIST wiiload-0.5.3.tar.gz 5528 BLAKE2B 907ce57af768c1b5dc4f35098a014a334eea19846b64e7f8f0385cc7477c254f06498a2975e28968e6dee91711dba8e71bed4d459b1f8aa0236aa4795fac0698 SHA512 58ec5e3a3b56f8f4822f29db3ea67f2b5d82a35ec0478ac2395f3ebbe51030f451b00b3bc97f534db5ab7613f40f8433aeef1778cf38682a9d7d790f276fc595 -DIST wiiload-0.5.tar.gz 5291 BLAKE2B e8e8e23569ee625648e222e2b1cf919f4304941303af19b33925a9647706dd9683fe93cb3a101c4bdd52525b19533f7bf357864c337e84053a45196a74287c15 SHA512 2c13490e5034078fef658ca3f9743be04fd6c870e485aae7be21a80967f2d1f1075fee016bf7945b20004bc5d96d0b3244f8a997c4410299f1f6afca002360e4 diff --git a/games-util/wiiload/wiiload-0.5.ebuild b/games-util/wiiload/wiiload-0.5.ebuild deleted file mode 100644 index 3832c421fd6d0..0000000000000 --- a/games-util/wiiload/wiiload-0.5.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Load homebrew apps over the network to your Wii" -HOMEPAGE="http://wiibrew.org/wiki/Wiiload" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}" -} - -src_install() { - dobin wiiload -}