* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2017-07-10 7:37 Tim Harder
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder @ 2017-07-10 7:37 UTC (permalink / raw
To: gentoo-commits
commit: 2720f56d14fde3926e7e31e862525b9c3da3b68f
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 07:29:55 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 07:34:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2720f56d
games-util/wit: shorten pkg description
games-util/wit/wit-2.40a.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/wit/wit-2.40a.ebuild b/games-util/wit/wit-2.40a.ebuild
index be2f9c809f7..945ea631065 100644
--- a/games-util/wit/wit-2.40a.ebuild
+++ b/games-util/wit/wit-2.40a.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit eutils toolchain-funcs
-DESCRIPTION="A set of command line tools to manipulate Wii/GameCube ISO images and WBFS containers"
+DESCRIPTION="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"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2017-07-10 7:37 Tim Harder
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder @ 2017-07-10 7:37 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2017-07-10 7:37 Tim Harder
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder @ 2017-07-10 7:37 UTC (permalink / raw
To: gentoo-commits
commit: bfb220bf1fd4b92bc5152a4164384a29aaf9e86e
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 07:28:02 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=bfb220bf
games-util/wit: stabilize 2.40a (bug #622742)
games-util/wit/wit-2.40a.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/wit/wit-2.40a.ebuild b/games-util/wit/wit-2.40a.ebuild
index 9a34590663e..be2f9c809f7 100644
--- a/games-util/wit/wit-2.40a.ebuild
+++ b/games-util/wit/wit-2.40a.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+fuse +zlib"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2017-09-08 12:46 Tim Harder
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder @ 2017-09-08 12:46 UTC (permalink / raw
To: gentoo-commits
commit: d2da76cc2512fb3c0fdeec24983fd06b5b026437
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 8 12:45:05 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 12:45:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2da76cc
games-util/wit: use https for HOMEPAGE
games-util/wit/wit-2.40a.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/wit/wit-2.40a.ebuild b/games-util/wit/wit-2.40a.ebuild
index 945ea631065..cb5a55fdabd 100644
--- a/games-util/wit/wit-2.40a.ebuild
+++ b/games-util/wit/wit-2.40a.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit eutils toolchain-funcs
DESCRIPTION="command line tools to manipulate Wii/GameCube ISO images and WBFS containers"
-HOMEPAGE="http://wit.wiimm.de/"
+HOMEPAGE="https://wit.wiimm.de/"
SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2019-08-09 3:05 Tim Harder
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder @ 2019-08-09 3:05 UTC (permalink / raw
To: gentoo-commits
commit: 42e204e2e95015a3e1bd0b5014013d04aa3a0714
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 03:03:56 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 03:03:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e204e2
games-util/wit: add missing pkgconfig bdep
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
games-util/wit/wit-3.02a.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-util/wit/wit-3.02a.ebuild b/games-util/wit/wit-3.02a.ebuild
index 86555489aba..82ddc3d0ff6 100644
--- a/games-util/wit/wit-3.02a.ebuild
+++ b/games-util/wit/wit-3.02a.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
zlib? ( sys-libs/zlib:0= )
"
DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
DOCS="doc/*.txt"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2019-08-09 7:10 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2019-08-09 7:10 UTC (permalink / raw
To: gentoo-commits
commit: 511d4f0f227c618c26f912f62f40477cf257ede6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 9 07:10:31 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Aug 9 07:10:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511d4f0f
games-util/wit: amd64 stable wrt bug #691794
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
games-util/wit/wit-3.02a.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/wit/wit-3.02a.ebuild b/games-util/wit/wit-3.02a.ebuild
index 82ddc3d0ff6..7ff02d63ffb 100644
--- a/games-util/wit/wit-3.02a.ebuild
+++ b/games-util/wit/wit-3.02a.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.wiimm.de/source/wiimms-iso-tools/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+fuse +zlib"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2019-08-11 21:30 Thomas Deutschmann
0 siblings, 0 replies; 10+ messages in thread
From: Thomas Deutschmann @ 2019-08-11 21:30 UTC (permalink / raw
To: gentoo-commits
commit: cee26eda905aac8289e26981321186283bad265b
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 20:55:39 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 21:29:51 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee26eda
games-util/wit: x86 stable (bug #691794)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
games-util/wit/wit-3.02a.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/wit/wit-3.02a.ebuild b/games-util/wit/wit-3.02a.ebuild
index 7ff02d63ffb..7d79724689d 100644
--- a/games-util/wit/wit-3.02a.ebuild
+++ b/games-util/wit/wit-3.02a.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://download.wiimm.de/source/wiimms-iso-tools/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+fuse +zlib"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2019-11-18 5:59 Tim Harder
0 siblings, 0 replies; 10+ messages in thread
From: Tim Harder @ 2019-11-18 5:59 UTC (permalink / raw
To: gentoo-commits
commit: 25d62cfbc39659b4fa3d29bd0b9b4b0fbf26867f
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 05:57:26 2019 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 05:59:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d62cfb
games-util/wit: drop myself as a maintainer
Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
games-util/wit/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/games-util/wit/metadata.xml b/games-util/wit/metadata.xml
index baf90ff6dc6..7de715f68a0 100644
--- a/games-util/wit/metadata.xml
+++ b/games-util/wit/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>radhermit@gentoo.org</email>
- <name>Tim Harder</name>
- </maintainer>
+ <!-- maintainer-needed -->
<use>
<flag name="fuse">Enable image mount support via fuse</flag>
</use>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2024-03-18 5:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-03-18 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 06efe65453313382b27208caa2f13b6e9d39dec1
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 22:31:06 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 05:29:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06efe654
games-util/wit: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-util/wit/wit-3.02a-r1.ebuild | 56 ++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/games-util/wit/wit-3.02a-r1.ebuild b/games-util/wit/wit-3.02a-r1.ebuild
new file mode 100644
index 000000000000..ee7795010df5
--- /dev/null
+++ b/games-util/wit/wit-3.02a-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+MY_P="wiimms-iso-tools.source-${PV}"
+
+DESCRIPTION="command line tools to manipulate Wii/GameCube ISO images and WBFS containers"
+HOMEPAGE="https://wit.wiimm.de/"
+SRC_URI="https://download.wiimm.de/source/wiimms-iso-tools/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+fuse +zlib"
+
+RDEPEND="
+ app-arch/bzip2:0=
+ fuse? ( sys-fs/fuse:0= )
+ zlib? ( sys-libs/zlib:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-makefile.patch
+ "${FILESDIR}"/${P}-no-exec-stack.patch
+ "${FILESDIR}"/${P}-fno-common.patch
+)
+
+src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/859319
+ #
+ # After investigation, the build system also uses -fno-strict-aliasing
+ # so do not trust it with LTO either, even if the type-mismatch gets fixed.
+ filter-lto
+
+ export NO_FUSE=$(usex fuse 0 1)
+ export NO_ZLIB=$(usex zlib 0 1)
+
+ tc-export CC PKG_CONFIG
+}
+
+src_compile() {
+ emake INSTALL_PATH="${ED}"/usr
+ emake doc
+}
+
+src_install() {
+ default
+ dodoc doc/*.txt
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/wit/
@ 2024-03-18 5:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-03-18 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 2e168edc0b956c00572a55d479161a000be1a2e3
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 17 22:24:06 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 05:29:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e168edc
games-util/wit: mark as LTO-unsafe
The build system already marks itself as strict-aliasing unsafe.
Closes: https://bugs.gentoo.org/859319
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-util/wit/wit-3.02a.ebuild | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/games-util/wit/wit-3.02a.ebuild b/games-util/wit/wit-3.02a.ebuild
index 95c5351036aa..aaeaa614fd02 100644
--- a/games-util/wit/wit-3.02a.ebuild
+++ b/games-util/wit/wit-3.02a.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
MY_P="wiimms-iso-tools.source-${PV}"
@@ -32,6 +32,13 @@ PATCHES=(
)
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/859319
+ #
+ # After investigation, the build system also uses -fno-strict-aliasing
+ # so do not trust it with LTO either, even if the type-mismatch gets fixed.
+ filter-lto
+
export NO_FUSE=$(usex fuse 0 1)
export NO_ZLIB=$(usex zlib 0 1)
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-03-18 5:31 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10 7:37 [gentoo-commits] repo/gentoo:master commit in: games-util/wit/ Tim Harder
-- strict thread matches above, loose matches on Subject: below --
2024-03-18 5:31 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox