public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: games-action/netrek-cow/
@ 2020-06-16 17:33 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-06-16 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bc31bb0636fd4d5705a817bcefb9dd1411d1e151
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Tue Jun 16 03:44:52 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 16 04:15:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc31bb06

games-action/netrek-cow: new package

Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 games-action/netrek-cow/Manifest                |  1 +
 games-action/netrek-cow/metadata.xml            | 16 +++++++++++
 games-action/netrek-cow/netrek-cow-3.3.2.ebuild | 37 +++++++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/games-action/netrek-cow/Manifest b/games-action/netrek-cow/Manifest
new file mode 100644
index 0000000..7da0403
--- /dev/null
+++ b/games-action/netrek-cow/Manifest
@@ -0,0 +1 @@
+DIST netrek-cow-3.3.2.tar.gz 2630673 BLAKE2B 1a54b58d112f0893275b57967573ce308e69b99e42a660670f3a5fc7f15f2dc110f2008e496282a58da181252a196feb8218a87f52db16444f1f50cef2a6809f SHA512 9a0ab78ed86d174f52d35d30a409efd985bd2d39062a993c3790f36ade1fa0a9b95b9d914f5c1fa57497f281e88ece0f6bc86abc962bd87ff44f68c1416f07f0

diff --git a/games-action/netrek-cow/metadata.xml b/games-action/netrek-cow/metadata.xml
new file mode 100644
index 0000000..bf36b05
--- /dev/null
+++ b/games-action/netrek-cow/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>brian.gloyer@gmail.com</email>
+    <name>brian gloyer</name>
+  </maintainer>
+  <upstream>
+    <maintainer status="active">
+      <email>brian.gloyer@gmail.com</email>
+      <name>brian gloyer</name>
+    </maintainer>
+    <bugs-to>https://github.com/quozl/netrek-client-cow/issues/</bugs-to>
+    <remote-id type="github">quozl/netrek-client-cow</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
new file mode 100644
index 0000000..f5cabac
--- /dev/null
+++ b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="cow client for netrek"
+HOMEPAGE="https://netrek.org"
+SRC_URI="https://github.com/quozl/netrek-client-cow/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/netrek-client-cow-${PV}"
+
+RDEPEND="
+	media-libs/libsdl
+	media-libs/sdl-mixer
+	x11-base/xorg-proto
+	x11-libs/libX11
+	x11-libs/libXxf86vm
+	x11-libs/libXmu
+"
+DEPEND="
+	${RDEPEND}
+"
+
+src_prepare() {
+	default
+	./autogen.sh
+	eautoreconf
+}
+
+src_install() {
+	dobin netrek-client-cow
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-action/netrek-cow/
@ 2020-06-17 10:33 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-06-17 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c34fb0d0e2edce33fda8e7238a3b51bda6eadaf4
Author:     brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 01:06:01 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jun 17 01:07:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c34fb0d0

games-action/netrek-cow: removed test

Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 games-action/netrek-cow/netrek-cow-3.3.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
index f5cabac..6be3c33 100644
--- a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
+++ b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
@@ -14,6 +14,9 @@ KEYWORDS="~amd64"
 
 S="${WORKDIR}/netrek-client-cow-${PV}"
 
+# upstream has a file named check that is unrelated to tests
+RESTRICT="test"
+
 RDEPEND="
 	media-libs/libsdl
 	media-libs/sdl-mixer


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-action/netrek-cow/
@ 2020-12-24 10:30 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-12-24 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     789751063ddc05cc9aaa5e031bc3e31e6c753e51
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Dec 24 03:21:36 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Dec 24 03:21:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78975106

games-action/netrek-cow: depend media-libs/imlib2

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 games-action/netrek-cow/netrek-cow-3.3.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
index 6be3c33a..0617861f 100644
--- a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
+++ b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
@@ -18,6 +18,7 @@ S="${WORKDIR}/netrek-client-cow-${PV}"
 RESTRICT="test"
 
 RDEPEND="
+	media-libs/imlib2
 	media-libs/libsdl
 	media-libs/sdl-mixer
 	x11-base/xorg-proto


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: games-action/netrek-cow/
@ 2025-03-31 10:07 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-03-31 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ea8374a3df64f104d82356c889b7f58a91ebb3d9
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 30 05:01:53 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Mar 30 12:47:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea8374a3

games-action/netrek-cow: don't build with C23

Incompatible function declarations under C23.
https://github.com/quozl/netrek-client-cow/issues/10

Closes: https://bugs.gentoo.org/945213
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 games-action/netrek-cow/netrek-cow-3.3.2.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
index f5e252233..2b5029da1 100644
--- a/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
+++ b/games-action/netrek-cow/netrek-cow-3.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="cow client for netrek"
 HOMEPAGE="https://netrek.org"
@@ -36,6 +36,12 @@ src_prepare() {
 	eautoreconf
 }
 
+src_configure() {
+	# Incompatible function declarations under C23. Bug #945213
+	append-cflags -std=gnu17
+	default
+}
+
 src_install() {
 	dobin netrek-client-cow
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-31 10:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-17 10:33 [gentoo-commits] repo/proj/guru:master commit in: games-action/netrek-cow/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2025-03-31 10:07 David Roman
2020-12-24 10:30 Andrew Ammerlaan
2020-06-16 17:33 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox