From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
Date: Mon, 10 Jul 2017 07:37:34 +0000 (UTC) [thread overview]
Message-ID: <1499672089.7340b557cae43e7f6129ebf1aa507dd28eb7c48d.radhermit@gentoo> (raw)
commit: 7340b557cae43e7f6129ebf1aa507dd28eb7c48d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 07:28:33 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 07:34:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7340b557
games-util/wit: remove old
games-util/wit/Manifest | 2 --
games-util/wit/wit-2.30a.ebuild | 38 --------------------------------------
games-util/wit/wit-2.31a.ebuild | 38 --------------------------------------
3 files changed, 78 deletions(-)
diff --git a/games-util/wit/Manifest b/games-util/wit/Manifest
index 7ccc45abed0..bc080b9f8eb 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 3f661be5f96..00000000000
--- 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 f1d8038d47a..00000000000
--- 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
-}
next reply other threads:[~2017-07-10 7:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-10 7:37 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-18 5:31 [gentoo-commits] repo/gentoo:master commit in: games-util/wit/ Sam James
2024-03-18 5:31 Sam James
2019-11-18 5:59 Tim Harder
2019-08-11 21:30 Thomas Deutschmann
2019-08-09 7:10 Agostino Sarubbo
2019-08-09 3:05 Tim Harder
2017-09-08 12:46 Tim Harder
2017-07-10 7:37 Tim Harder
2017-07-10 7:37 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1499672089.7340b557cae43e7f6129ebf1aa507dd28eb7c48d.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox