* [gentoo-commits] repo/gentoo:master commit in: games-board/fruit/
@ 2023-06-04 16:05 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2023-06-04 16:05 UTC (permalink / raw
To: gentoo-commits
commit: f524ef83577f64d6c2b709ea5d92b1609caa129a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 16:04:35 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 16:04:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f524ef83
games-board/fruit: Keyword 2.1-r1 arm64, #907772
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
games-board/fruit/fruit-2.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/fruit/fruit-2.1-r1.ebuild b/games-board/fruit/fruit-2.1-r1.ebuild
index 4794f6bf817f..8ae53cb6d99f 100644
--- a/games-board/fruit/fruit-2.1-r1.ebuild
+++ b/games-board/fruit/fruit-2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}/src"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/fruit/
@ 2025-07-01 4:23 Eli Schwartz
0 siblings, 0 replies; 3+ messages in thread
From: Eli Schwartz @ 2025-07-01 4:23 UTC (permalink / raw
To: gentoo-commits
commit: d79f817c424f50df396872597c08a6c615c1afbc
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 15:31:45 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 04:21:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d79f817c
games-board/fruit: update HOMEPAGE, SRC_URI to follow redirects
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
games-board/fruit/fruit-2.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-board/fruit/fruit-2.1-r1.ebuild b/games-board/fruit/fruit-2.1-r1.ebuild
index 43bbf16c69b0..bfe4a80da8e7 100644
--- a/games-board/fruit/fruit-2.1-r1.ebuild
+++ b/games-board/fruit/fruit-2.1-r1.ebuild
@@ -8,8 +8,8 @@ inherit flag-o-matic toolchain-funcs
MY_P="${PN}_$(ver_rs 1- '')_linux"
DESCRIPTION="UCI-only chess engine"
-HOMEPAGE="https://arctrix.com/nas/fruit/"
-SRC_URI="https://arctrix.com/nas/${PN}/${MY_P}.zip"
+HOMEPAGE="https://arctrix.com/nas/chess/fruit/"
+SRC_URI="https://arctrix.com/nas/chess/${PN}/${MY_P}.zip"
S="${WORKDIR}/${MY_P}/src"
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-board/fruit/
@ 2025-07-01 4:23 Eli Schwartz
0 siblings, 0 replies; 3+ messages in thread
From: Eli Schwartz @ 2025-07-01 4:23 UTC (permalink / raw
To: gentoo-commits
commit: dd54e99af852025f34635123dfd36127d1cf7c0b
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 15:29:04 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 04:21:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd54e99a
games-board/fruit: mark as LTO-unsafe
Went proprietary in the early 2000s. Homepage is a kind soul who
archived the free version, but doesn't maintain it.
Closes: https://bugs.gentoo.org/941075
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
games-board/fruit/fruit-2.1-r1.ebuild | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/games-board/fruit/fruit-2.1-r1.ebuild b/games-board/fruit/fruit-2.1-r1.ebuild
index 8ae53cb6d99f..43bbf16c69b0 100644
--- a/games-board/fruit/fruit-2.1-r1.ebuild
+++ b/games-board/fruit/fruit-2.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
MY_P="${PN}_$(ver_rs 1- '')_linux"
@@ -25,6 +25,12 @@ src_prepare() {
}
src_compile() {
+ # -Werror=odr
+ # https://bugs.gentoo.org/941075
+ #
+ # Went commercial, archived by a third-party source in 2007. Nowhere to report.
+ filter-lto
+
emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-01 4:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 4:23 [gentoo-commits] repo/gentoo:master commit in: games-board/fruit/ Eli Schwartz
-- strict thread matches above, loose matches on Subject: below --
2025-07-01 4:23 Eli Schwartz
2023-06-04 16:05 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox