Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
Date: Mon, 10 Jul 2017 07:37:43
Message-Id: 1499672089.7340b557cae43e7f6129ebf1aa507dd28eb7c48d.radhermit@gentoo
1 commit: 7340b557cae43e7f6129ebf1aa507dd28eb7c48d
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 10 07:28:33 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 10 07:34:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7340b557
7
8 games-util/wit: remove old
9
10 games-util/wit/Manifest | 2 --
11 games-util/wit/wit-2.30a.ebuild | 38 --------------------------------------
12 games-util/wit/wit-2.31a.ebuild | 38 --------------------------------------
13 3 files changed, 78 deletions(-)
14
15 diff --git a/games-util/wit/Manifest b/games-util/wit/Manifest
16 index 7ccc45abed0..bc080b9f8eb 100644
17 --- a/games-util/wit/Manifest
18 +++ b/games-util/wit/Manifest
19 @@ -1,3 +1 @@
20 -DIST wit-2.30a.tar.xz 716252 SHA256 5a63e554f69462474825c056abbd1411dcd0d6a24e9232a97a6c0d118eebe970 SHA512 177ae16a39b474116925a8b6cdae465ceb3e0a3cac2d3b704703ab59eed0cf380d63ad6617b56248c9030aa5250befebc31f06de1c97b8c1801c90922e8bdc69 WHIRLPOOL c5cd75213c7e25a887593d34a5812f68c9e5d8e5806d76e05201f4a1f6e74e797740c384fd06c6fe225556729a073e00259b44ed1d623313beea51b8bde3661e
21 -DIST wit-2.31a.tar.xz 717292 SHA256 73c6496f8c7477f5c25aa3bba981b5e98fb58eeb668d3a877a019a1c29c98cad SHA512 69ec679082e6fac2545d0af0ec3899a5d4a68fd10e26d8678bdd6facf3f80b83ea89347f54e2e2f553c91ecc4fa969a64021b003f29c18a4acea4cc1febebfe0 WHIRLPOOL f70c3e429fdc7ee91015f34b43df8328c7134be1f2309c9239d99cbce983022a33cf9e140311fcd7112a540899cdb8ddea97747c6b165c69da713283705824dd
22 DIST wit-2.40a.tar.xz 723448 SHA256 75b03490e8f72497bebd584a5c1e5d0813828e14413df89c97857072f860319a SHA512 f119ed9dffbb42ba9037444aaa992adaa812c176d1e412f9df6c5b59efff51a24cca0141700939efec7845ac1d42cc9a30100e19ef39adee0306872181b28b5b WHIRLPOOL 16ef0fad03f82228c776deeba8920f1b193d958ec1583623eeb78296323b19e8478e057ae95bf82452e685c7690c5c9ce8883a24f3a45d4770aa044c1ac85248
23
24 diff --git a/games-util/wit/wit-2.30a.ebuild b/games-util/wit/wit-2.30a.ebuild
25 deleted file mode 100644
26 index 3f661be5f96..00000000000
27 --- a/games-util/wit/wit-2.30a.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit eutils toolchain-funcs
36 -
37 -DESCRIPTION="A set of command line tools to manipulate Wii/GameCube ISO images and WBFS containers"
38 -HOMEPAGE="http://wit.wiimm.de/"
39 -SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="+fuse +zlib"
45 -
46 -RDEPEND="
47 - app-arch/bzip2
48 - fuse? ( sys-fs/fuse )
49 - zlib? ( sys-libs/zlib )
50 -"
51 -DEPEND="${RDEPEND}"
52 -
53 -DOCS="doc/*.txt"
54 -
55 -src_prepare() {
56 - epatch "${FILESDIR}"/${P}-makefile.patch
57 - epatch "${FILESDIR}"/${P}-no-exec-stack.patch
58 - epatch "${FILESDIR}"/${P}-sizeof-pointer-memaccess.patch
59 -}
60 -
61 -src_compile() {
62 - export NO_FUSE=$(usex fuse 0 1)
63 - export NO_ZLIB=$(usex zlib 0 1)
64 -
65 - emake INSTALL_PATH="${D}"/usr CC="$(tc-getCC)"
66 - emake doc
67 -}
68
69 diff --git a/games-util/wit/wit-2.31a.ebuild b/games-util/wit/wit-2.31a.ebuild
70 deleted file mode 100644
71 index f1d8038d47a..00000000000
72 --- a/games-util/wit/wit-2.31a.ebuild
73 +++ /dev/null
74 @@ -1,38 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -inherit eutils toolchain-funcs
81 -
82 -DESCRIPTION="A set of command line tools to manipulate Wii/GameCube ISO images and WBFS containers"
83 -HOMEPAGE="http://wit.wiimm.de/"
84 -SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
85 -
86 -LICENSE="GPL-2"
87 -SLOT="0"
88 -KEYWORDS="~amd64 ~x86"
89 -IUSE="+fuse +zlib"
90 -
91 -RDEPEND="
92 - app-arch/bzip2
93 - fuse? ( sys-fs/fuse )
94 - zlib? ( sys-libs/zlib )
95 -"
96 -DEPEND="${RDEPEND}"
97 -
98 -DOCS="doc/*.txt"
99 -
100 -src_prepare() {
101 - epatch "${FILESDIR}"/${PN}-2.30a-makefile.patch
102 - epatch "${FILESDIR}"/${PN}-2.30a-no-exec-stack.patch
103 - epatch "${FILESDIR}"/${PN}-2.30a-sizeof-pointer-memaccess.patch
104 -}
105 -
106 -src_compile() {
107 - export NO_FUSE=$(usex fuse 0 1)
108 - export NO_ZLIB=$(usex zlib 0 1)
109 -
110 - emake INSTALL_PATH="${D}"/usr CC="$(tc-getCC)"
111 - emake doc
112 -}