* [gentoo-commits] repo/proj/guru:dev commit in: games-fps/openspades/
@ 2022-07-06 10:53 Duje Mihanović
0 siblings, 0 replies; 5+ messages in thread
From: Duje Mihanović @ 2022-07-06 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 805614e26d49bebe13ce25ad6173ec53d204a2ac
Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Wed Jul 6 10:51:10 2022 +0000
Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Wed Jul 6 10:52:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=805614e2
games-fps/openspades: add app-arch/zip to BDEPEND
Closes: https://bugs.gentoo.org/856535
Closes: https://bugs.gentoo.org/856538
Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
games-fps/openspades/openspades-0.1.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-fps/openspades/openspades-0.1.3.ebuild b/games-fps/openspades/openspades-0.1.3.ebuild
index 350555864..0922688a8 100644
--- a/games-fps/openspades/openspades-0.1.3.ebuild
+++ b/games-fps/openspades/openspades-0.1.3.ebuild
@@ -32,6 +32,7 @@ x11-themes/hicolor-icon-theme
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
+app-arch/zip
app-arch/unzip
media-gfx/imagemagick[jpeg,png]
"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-fps/openspades/
@ 2022-07-14 11:25 Duje Mihanović
0 siblings, 0 replies; 5+ messages in thread
From: Duje Mihanović @ 2022-07-14 11:25 UTC (permalink / raw
To: gentoo-commits
commit: 2c50cca30b517d218f765d5e260b86a1f78e91d5
Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Thu Jul 14 11:24:50 2022 +0000
Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Thu Jul 14 11:24:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c50cca3
games-fps/openspades: depend on ImageMagick virtual
Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
games-fps/openspades/openspades-0.1.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/openspades/openspades-0.1.3.ebuild b/games-fps/openspades/openspades-0.1.3.ebuild
index 0922688a8..e5ba59846 100644
--- a/games-fps/openspades/openspades-0.1.3.ebuild
+++ b/games-fps/openspades/openspades-0.1.3.ebuild
@@ -34,7 +34,7 @@ BDEPEND="
virtual/pkgconfig
app-arch/zip
app-arch/unzip
-media-gfx/imagemagick[jpeg,png]
+virtual/imagemagick-tools[jpeg,png]
"
PATCHES=(
"${FILESDIR}/${PN}-0.1.3-dont-compress-docs.patch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-fps/openspades/
@ 2022-07-25 10:18 Duje Mihanović
0 siblings, 0 replies; 5+ messages in thread
From: Duje Mihanović @ 2022-07-25 10:18 UTC (permalink / raw
To: gentoo-commits
commit: 993172f9951b4ccda8e3a1eb73fc0df9ed7872aa
Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Mon Jul 25 10:16:23 2022 +0000
Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Mon Jul 25 10:16:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=993172f9
games-fps/openspades: add -fno-strict-aliasing
Closes: https://bugs.gentoo.org/859997
Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
games-fps/openspades/openspades-0.1.3.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/games-fps/openspades/openspades-0.1.3.ebuild b/games-fps/openspades/openspades-0.1.3.ebuild
index e5ba59846..26a4e767b 100644
--- a/games-fps/openspades/openspades-0.1.3.ebuild
+++ b/games-fps/openspades/openspades-0.1.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake xdg
+inherit cmake xdg flag-o-matic
PAK_REV=33
@@ -53,6 +53,9 @@ src_prepare() {
# Without this, CMake will error out because it will try to download the zip
# during building.
touch "${BUILD_DIR}/Resources/OpenSpadesDevPackage-r${PAK_REV}.zip"
+
+ append-cflags -fno-strict-aliasing
+ append-cxxflags -fno-strict-aliasing
}
src_configure() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-fps/openspades/
@ 2023-09-18 15:09 Duje Mihanović
0 siblings, 0 replies; 5+ messages in thread
From: Duje Mihanović @ 2023-09-18 15:09 UTC (permalink / raw
To: gentoo-commits
commit: 5a908078b484ac3adb48e45b54ac3afcfa8ef4ee
Author: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
AuthorDate: Mon Sep 18 15:06:04 2023 +0000
Commit: Duje Mihanović <duje.mihanovic <AT> skole <DOT> hr>
CommitDate: Mon Sep 18 15:09:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a908078
games-fps/openspades: retire duje.mihanovic
Signed-off-by: Duje Mihanović <duje.mihanovic <AT> skole.hr>
games-fps/openspades/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/games-fps/openspades/metadata.xml b/games-fps/openspades/metadata.xml
index 4b2f12dad4..7889ce8212 100644
--- a/games-fps/openspades/metadata.xml
+++ b/games-fps/openspades/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>duje.mihanovic@skole.hr</email>
- <name>Duje Mihanović</name>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription>
OpenSpades is a clone of Ace of Spades 0.75, which is a free online
first-person shooter created by Ben Aksoy, featuring fully destructible
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: games-fps/openspades/
@ 2024-06-21 10:59 Takuya Wakazono
0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-06-21 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 150b592e9dff20479bff53dea9fdcba00cd06642
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Fri Jun 21 10:51:13 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Fri Jun 21 10:51:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=150b592e
games-fps/openspades: update LICENSE
OFL-1.1 instead of OFL.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
games-fps/openspades/openspades-0.1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/openspades/openspades-0.1.3.ebuild b/games-fps/openspades/openspades-0.1.3.ebuild
index 26a4e767b..a084bf379 100644
--- a/games-fps/openspades/openspades-0.1.3.ebuild
+++ b/games-fps/openspades/openspades-0.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ https://github.com/yvt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/yvt/${PN}-paks/releases/download/r${PAK_REV}/OpenSpadesDevPackage-r${PAK_REV}.zip
"
# GPL-2 refers to the bundled Unifont.
-LICENSE="GPL-3 GPL-2-with-font-exception OFL openspades-pak"
+LICENSE="GPL-3 GPL-2-with-font-exception OFL-1.1 openspades-pak"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-06-21 10:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-06 10:53 [gentoo-commits] repo/proj/guru:dev commit in: games-fps/openspades/ Duje Mihanović
-- strict thread matches above, loose matches on Subject: below --
2022-07-14 11:25 Duje Mihanović
2022-07-25 10:18 Duje Mihanović
2023-09-18 15:09 Duje Mihanović
2024-06-21 10:59 Takuya Wakazono
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox