diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-07-10 03:28:33 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-07-10 03:34:49 -0400 |
commit | 7340b557cae43e7f6129ebf1aa507dd28eb7c48d (patch) | |
tree | 7388dbe77a2ff0d4812ada994269b920402de05a /games-util | |
parent | games-util/wit: stabilize 2.40a (bug #622742) (diff) | |
download | gentoo-7340b557cae43e7f6129ebf1aa507dd28eb7c48d.tar.gz gentoo-7340b557cae43e7f6129ebf1aa507dd28eb7c48d.tar.bz2 gentoo-7340b557cae43e7f6129ebf1aa507dd28eb7c48d.zip |
games-util/wit: remove old
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/wit/Manifest | 2 | ||||
-rw-r--r-- | games-util/wit/wit-2.30a.ebuild | 38 | ||||
-rw-r--r-- | games-util/wit/wit-2.31a.ebuild | 38 |
3 files changed, 0 insertions, 78 deletions
diff --git a/games-util/wit/Manifest b/games-util/wit/Manifest index 7ccc45abed09..bc080b9f8ebc 100644 --- a/games-util/wit/Manifest +++ b/games-util/wit/Manifest @@ -1,3 +1 @@ -DIST wit-2.30a.tar.xz 716252 SHA256 5a63e554f69462474825c056abbd1411dcd0d6a24e9232a97a6c0d118eebe970 SHA512 177ae16a39b474116925a8b6cdae465ceb3e0a3cac2d3b704703ab59eed0cf380d63ad6617b56248c9030aa5250befebc31f06de1c97b8c1801c90922e8bdc69 WHIRLPOOL c5cd75213c7e25a887593d34a5812f68c9e5d8e5806d76e05201f4a1f6e74e797740c384fd06c6fe225556729a073e00259b44ed1d623313beea51b8bde3661e -DIST wit-2.31a.tar.xz 717292 SHA256 73c6496f8c7477f5c25aa3bba981b5e98fb58eeb668d3a877a019a1c29c98cad SHA512 69ec679082e6fac2545d0af0ec3899a5d4a68fd10e26d8678bdd6facf3f80b83ea89347f54e2e2f553c91ecc4fa969a64021b003f29c18a4acea4cc1febebfe0 WHIRLPOOL f70c3e429fdc7ee91015f34b43df8328c7134be1f2309c9239d99cbce983022a33cf9e140311fcd7112a540899cdb8ddea97747c6b165c69da713283705824dd DIST wit-2.40a.tar.xz 723448 SHA256 75b03490e8f72497bebd584a5c1e5d0813828e14413df89c97857072f860319a SHA512 f119ed9dffbb42ba9037444aaa992adaa812c176d1e412f9df6c5b59efff51a24cca0141700939efec7845ac1d42cc9a30100e19ef39adee0306872181b28b5b WHIRLPOOL 16ef0fad03f82228c776deeba8920f1b193d958ec1583623eeb78296323b19e8478e057ae95bf82452e685c7690c5c9ce8883a24f3a45d4770aa044c1ac85248 diff --git a/games-util/wit/wit-2.30a.ebuild b/games-util/wit/wit-2.30a.ebuild deleted file mode 100644 index 3f661be5f964..000000000000 --- a/games-util/wit/wit-2.30a.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="A set of command line tools to manipulate Wii/GameCube ISO images and WBFS containers" -HOMEPAGE="http://wit.wiimm.de/" -SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+fuse +zlib" - -RDEPEND=" - app-arch/bzip2 - fuse? ( sys-fs/fuse ) - zlib? ( sys-libs/zlib ) -" -DEPEND="${RDEPEND}" - -DOCS="doc/*.txt" - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch - epatch "${FILESDIR}"/${P}-no-exec-stack.patch - epatch "${FILESDIR}"/${P}-sizeof-pointer-memaccess.patch -} - -src_compile() { - export NO_FUSE=$(usex fuse 0 1) - export NO_ZLIB=$(usex zlib 0 1) - - emake INSTALL_PATH="${D}"/usr CC="$(tc-getCC)" - emake doc -} diff --git a/games-util/wit/wit-2.31a.ebuild b/games-util/wit/wit-2.31a.ebuild deleted file mode 100644 index f1d8038d47ae..000000000000 --- a/games-util/wit/wit-2.31a.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="A set of command line tools to manipulate Wii/GameCube ISO images and WBFS containers" -HOMEPAGE="http://wit.wiimm.de/" -SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+fuse +zlib" - -RDEPEND=" - app-arch/bzip2 - fuse? ( sys-fs/fuse ) - zlib? ( sys-libs/zlib ) -" -DEPEND="${RDEPEND}" - -DOCS="doc/*.txt" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.30a-makefile.patch - epatch "${FILESDIR}"/${PN}-2.30a-no-exec-stack.patch - epatch "${FILESDIR}"/${PN}-2.30a-sizeof-pointer-memaccess.patch -} - -src_compile() { - export NO_FUSE=$(usex fuse 0 1) - export NO_ZLIB=$(usex zlib 0 1) - - emake INSTALL_PATH="${D}"/usr CC="$(tc-getCC)" - emake doc -} |