public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/xtux/
@ 2016-05-06  2:50 Michael Sterrett
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2016-05-06  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     339a5b300309b1a795a729765fb436cbe3d9f914
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 01:28:12 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri May  6 02:49:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339a5b30

games-arcade/xtux: set RDEPEND

Package-Manager: portage-2.2.26

 games-arcade/xtux/xtux-20030306.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-arcade/xtux/xtux-20030306.ebuild b/games-arcade/xtux/xtux-20030306.ebuild
index 2a474c3..de1f918 100644
--- a/games-arcade/xtux/xtux-20030306.ebuild
+++ b/games-arcade/xtux/xtux-20030306.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,8 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="x11-libs/libXpm"
-RDPENED="${DEPEND}"
+RDEPEND=${DEPEND}
+
 S=${WORKDIR}/${PN}
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/xtux/
@ 2018-04-25 18:29 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-04-25 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     863f511836fe23c28bc6541a4d3867d84d19e6a7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 25 18:21:15 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 18:29:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863f5118

games-arcade/xtux: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/xtux/xtux-20030306.ebuild | 51 ----------------------------------
 1 file changed, 51 deletions(-)

diff --git a/games-arcade/xtux/xtux-20030306.ebuild b/games-arcade/xtux/xtux-20030306.ebuild
deleted file mode 100644
index 05bed79f0c8..00000000000
--- a/games-arcade/xtux/xtux-20030306.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Multiplayer Gauntlet-style arcade game"
-HOMEPAGE="http://xtux.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xtux/xtux-src-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libXpm"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	find data/ -type d -name .xvpics -exec rm -rf \{\} +
-	sed -i \
-		-e "s:-g -Wall -O2:${CFLAGS}:" \
-		src/{client,common,server}/Makefile \
-		|| die "sed failed"
-	sed -i \
-		-e "s:./tux_serv:tux_serv:" \
-		src/client/menu.c \
-		|| die "sed failed"
-	epatch "${FILESDIR}/${P}-particles.patch" \
-		"${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_compile() {
-	# Not parallel-make friendly (bug #247332)
-	emake DATADIR="${GAMES_DATADIR}/xtux/data" common
-	emake DATADIR="${GAMES_DATADIR}/xtux/data" ggz
-	emake DATADIR="${GAMES_DATADIR}/xtux/data" server
-	emake DATADIR="${GAMES_DATADIR}/xtux/data" client
-}
-
-src_install () {
-	dogamesbin xtux tux_serv
-	insinto "${GAMES_DATADIR}/xtux"
-	doins -r data/
-	dodoc AUTHORS CHANGELOG README README.GGZ doc/*
-	newicon data/images/icon.xpm ${PN}.xpm
-	make_desktop_entry xtux "Xtux"
-	prepgamesdirs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/xtux/
@ 2022-07-17 17:25 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-07-17 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     0e5d78f429e2df19e772f6f4a6b0f781470729ae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 17:13:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 17:21:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5d78f4

games-arcade/xtux: filter LTO (type mismatch)

Closes: https://bugs.gentoo.org/858605
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/xtux/xtux-20030306-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/games-arcade/xtux/xtux-20030306-r1.ebuild b/games-arcade/xtux/xtux-20030306-r1.ebuild
index 55e94f38231a..32bb2923ba65 100644
--- a/games-arcade/xtux/xtux-20030306-r1.ebuild
+++ b/games-arcade/xtux/xtux-20030306-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit desktop toolchain-funcs
+inherit desktop flag-o-matic toolchain-funcs
 
 DESCRIPTION="Multiplayer Gauntlet-style arcade game"
 HOMEPAGE="http://xtux.sourceforge.net/"
@@ -32,6 +32,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# bug #858605
+	filter-lto
+
 	tc-export AR CC RANLIB
 }
 


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

end of thread, other threads:[~2022-07-17 17:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-17 17:25 [gentoo-commits] repo/gentoo:master commit in: games-arcade/xtux/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2018-04-25 18:29 Pacho Ramos
2016-05-06  2:50 Michael Sterrett

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