public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003/
@ 2019-09-24 20:39 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-09-24 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ee9ccfd3a73c3615873bd5c6f552035a5165e748
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 20:38:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 20:38:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9ccfd3

games-fps/ut2003: Add RESTRICT="bindist"

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 games-fps/ut2003/ut2003-2225-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/ut2003/ut2003-2225-r4.ebuild b/games-fps/ut2003/ut2003-2225-r4.ebuild
index 9c9c1483ac4..5e82f5af64d 100644
--- a/games-fps/ut2003/ut2003-2225-r4.ebuild
+++ b/games-fps/ut2003/ut2003-2225-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ LICENSE="ut2003"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="dedicated"
-RESTRICT="strip"
+RESTRICT="bindist strip"
 
 RDEPEND="
 	games-fps/ut2003-data


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003/
@ 2020-04-01 22:21 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2020-04-01 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     594b8ca7a02ace57629349eed736eaa1ca681904
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 22:15:36 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 22:20:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594b8ca7

games-fps/ut2003: Add RESTRICT=mirror and revert a couple of changes

I should have taken a closer look at ut2003-data. I would change how
we package this but I am unable to test it.

Package-Manager: Portage-2.3.96, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-fps/ut2003/{ut2003-2225-r5.ebuild => ut2003-2225-r6.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-fps/ut2003/ut2003-2225-r5.ebuild b/games-fps/ut2003/ut2003-2225-r6.ebuild
similarity index 92%
rename from games-fps/ut2003/ut2003-2225-r5.ebuild
rename to games-fps/ut2003/ut2003-2225-r6.ebuild
index 9880ab073d0..0f36cd042f7 100644
--- a/games-fps/ut2003/ut2003-2225-r5.ebuild
+++ b/games-fps/ut2003/ut2003-2225-r6.ebuild
@@ -13,12 +13,11 @@ LICENSE="ut2003"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
 IUSE="dedicated"
-RESTRICT="bindist strip"
+RESTRICT="bindist mirror strip"
 
 RDEPEND="
 	!games-server/ut2003-ded
 	games-fps/ut2003-data
-	media-libs/libsdl[abi_x86_32]
 	sys-libs/glibc
 	virtual/opengl[abi_x86_32]
 "
@@ -40,8 +39,8 @@ src_install() {
 	doins -r .
 	fperms +x "${DIR}"/System/{ucc,${PN}}-bin
 
-	make_wrapper ${PN} ./${PN}-bin "${DIR}"/System "${DIR}"/System
-	make_wrapper ${PN}-ded "./ucc-bin server" "${DIR}"/System "${DIR}"/System
+	make_wrapper ${PN} ./${PN}-bin "${DIR}"
+	make_wrapper ${PN}-ded ./ucc "${DIR}"
 
 	make_desktop_entry ${PN} "Unreal Tournament 2003" applications-games
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003/
@ 2021-04-24 22:03 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-04-24 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     286597500797117651184a2250ceceaf270b231f
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr 24 22:02:43 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 22:02:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28659750

games-fps/ut2003: update eclasses

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-fps/ut2003/ut2003-2225-r6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/ut2003/ut2003-2225-r6.ebuild b/games-fps/ut2003/ut2003-2225-r6.ebuild
index 0f36cd042f7..b69e6770261 100644
--- a/games-fps/ut2003/ut2003-2225-r6.ebuild
+++ b/games-fps/ut2003/ut2003-2225-r6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop eutils
+inherit desktop wrapper
 
 DESCRIPTION="Sequel to the 1999 Game of the Year multi-player first-person shooter"
 HOMEPAGE="https://en.wikipedia.org/wiki/Unreal_Tournament_2003"


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

* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003/
@ 2022-06-07 22:37 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2022-06-07 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     989eec45fdd165e3b4e559756e578fb9ef7ab876
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 22:37:17 2022 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 22:37:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989eec45

games-fps/ut2003: Drop unused dedicated USE flag

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-fps/ut2003/ut2003-2225-r6.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/games-fps/ut2003/ut2003-2225-r6.ebuild b/games-fps/ut2003/ut2003-2225-r6.ebuild
index b69e6770261a..a3f18e9121c3 100644
--- a/games-fps/ut2003/ut2003-2225-r6.ebuild
+++ b/games-fps/ut2003/ut2003-2225-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,6 @@ SRC_URI="https://ftp.snt.utwente.nl/pub/games/UT2003/Patches/Linux/${PN}lnx_patc
 LICENSE="ut2003"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"
-IUSE="dedicated"
 RESTRICT="bindist mirror strip"
 
 RDEPEND="


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

end of thread, other threads:[~2022-06-07 22:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-01 22:21 [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2022-06-07 22:37 James Le Cuirot
2021-04-24 22:03 David Seifert
2019-09-24 20:39 Michał Górny

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