public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/towbowl-tactics: towbowl-tactics-0.5.ebuild ChangeLog
@ 2008-03-06  3:42 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-03-06  3:42 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/03/06 03:42:02

  Modified:             towbowl-tactics-0.5.ebuild ChangeLog
  Log:
  Fixing quoting.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.9                  games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?r1=1.8&r2=1.9

Index: towbowl-tactics-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- towbowl-tactics-0.5.ebuild	5 Dec 2006 18:15:51 -0000	1.8
+++ towbowl-tactics-0.5.ebuild	6 Mar 2008 03:42:02 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.8 2006/12/05 18:15:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.9 2008/03/06 03:42:02 wolf31o2 Exp $
 
 inherit eutils games
 
@@ -28,7 +28,7 @@
 	local f
 
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 
 	sed -i \
 		-e "s/<language>0/<language>1/g" ../config.xml \
@@ -44,7 +44,7 @@
 		-e "s:TBTHOME \"/config.xml:\"${GAMES_SYSCONFDIR}/tbt/config.xml:g" \
 			global.h || die "sed global,h failed"
 
-	for f in $(find ${S} -type f)
+	for f in $(find "${S}" -type f)
 	do
 		edos2unix ${f}
 	done



1.7                  games-action/towbowl-tactics/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/towbowl-tactics/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	5 Dec 2006 18:15:51 -0000	1.6
+++ ChangeLog	6 Mar 2008 03:42:02 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/towbowl-tactics
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.6 2006/12/05 18:15:51 wolf31o2 Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.7 2008/03/06 03:42:02 wolf31o2 Exp $
+
+  06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  towbowl-tactics-0.5.ebuild:
+  Fixing quoting.
 
   05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   towbowl-tactics-0.5.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-action/towbowl-tactics: towbowl-tactics-0.5.ebuild ChangeLog
@ 2011-01-10 17:43 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-01-10 17:43 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/01/10 17:43:55

  Modified:             towbowl-tactics-0.5.ebuild ChangeLog
  Log:
  EAPI=2; honor LDFLAGS (bug #351309); tidy
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.11                 games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?r1=1.10&r2=1.11

Index: towbowl-tactics-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- towbowl-tactics-0.5.ebuild	15 May 2008 12:34:00 -0000	1.10
+++ towbowl-tactics-0.5.ebuild	10 Jan 2011 17:43:55 -0000	1.11
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.10 2008/05/15 12:34:00 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.11 2011/01/10 17:43:55 mr_bones_ Exp $
 
+EAPI=2
 inherit eutils games
 
 DESCRIPTION="Tow Bowl Tactics is a game based on Games Workshop's Blood Bowl"
@@ -15,45 +16,37 @@
 
 RDEPEND="dev-libs/libxml2
 	media-libs/smpeg
+	media-libs/libsdl[audio,video]
 	media-libs/sdl-net
-	media-libs/sdl-image
+	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-mixer"
 DEPEND="${RDEPEND}
 	app-arch/unzip"
 
-S="${WORKDIR}/tbt/src"
-
-src_unpack() {
-	local f
-
-	unpack ${A}
-	cd "${S}"
+S=${WORKDIR}/tbt/src
 
+src_prepare() {
+	cd  ..
+	edos2unix $(find src -type f) config.xml
+	epatch "${FILESDIR}"/${P}-gentoo.patch
 	sed -i \
-		-e "s/<language>0/<language>1/g" ../config.xml \
-			|| die "sed config.xml failed"
+	    -e "/^TBTHOME/ s:/.*:${GAMES_DATADIR}/tbt:" \
+		src/Makefile || die
 	sed -i \
-		-e "/^CFLAGS/ s:-O2 -g -fno-strength-reduce -Wall -W:${CFLAGS}:" \
-	    -e "/^TBTHOME/ s:/.*:${GAMES_DATADIR}/tbt:" Makefile \
-			|| die "sed Makefile failed"
-	sed -i \
-		-e "/tbt.ico/ s:\"\./:TBTHOME \"/:" Main.cpp \
-			|| die "sed Main.cpp failed"
+		-e "/tbt.ico/ s:\"\./:TBTHOME \"/:" \
+		src/Main.cpp || die
 	sed -i \
 		-e "s:TBTHOME \"/config.xml:\"${GAMES_SYSCONFDIR}/tbt/config.xml:g" \
-			global.h || die "sed global,h failed"
-
-	for f in $(find "${S}" -type f)
-	do
-		edos2unix ${f}
-	done
+		src/global.h || die
 }
 
 src_install() {
-	dogamesbin tbt || die "dogamesbin failed"
+	dogamesbin tbt || die
 	dodir "${GAMES_DATADIR}/tbt"
-	cp -r ../data ../tbt.ico "${D}${GAMES_DATADIR}/tbt" || die "cp failed"
+	cp -r ../data ../tbt.ico "${D}${GAMES_DATADIR}/tbt" || die
 	insinto "${GAMES_SYSCONFDIR}/tbt"
-	doins ../config.xml || die "doins failed"
+	doins ../config.xml || die
+	newicon ../data/images/panel/turn.png ${PN}.png || die
+	make_desktop_entry tbt "Tow Bowl Tactics" || die
 	prepgamesdirs
 }



1.8                  games-action/towbowl-tactics/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	6 Mar 2008 03:42:02 -0000	1.7
+++ ChangeLog	10 Jan 2011 17:43:55 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/towbowl-tactics
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.7 2008/03/06 03:42:02 wolf31o2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.8 2011/01/10 17:43:55 mr_bones_ Exp $
+
+  10 Jan 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  towbowl-tactics-0.5.ebuild, +files/towbowl-tactics-0.5-gentoo.patch:
+  EAPI=2; honor LDFLAGS (bug #351309); tidy
 
   06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   towbowl-tactics-0.5.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-action/towbowl-tactics: towbowl-tactics-0.5.ebuild ChangeLog
@ 2014-05-15 16:25 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:25 UTC (permalink / raw
  To: gentoo-commits

ulm         14/05/15 16:25:48

  Modified:             towbowl-tactics-0.5.ebuild ChangeLog
  Log:
  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.12                 games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild?r1=1.11&r2=1.12

Index: towbowl-tactics-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- towbowl-tactics-0.5.ebuild	10 Jan 2011 17:43:55 -0000	1.11
+++ towbowl-tactics-0.5.ebuild	15 May 2014 16:25:48 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.11 2011/01/10 17:43:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/towbowl-tactics-0.5.ebuild,v 1.12 2014/05/15 16:25:48 ulm Exp $
 
 EAPI=2
 inherit eutils games
@@ -16,7 +16,7 @@
 
 RDEPEND="dev-libs/libxml2
 	media-libs/smpeg
-	media-libs/libsdl[audio,video]
+	media-libs/libsdl[sound,video]
 	media-libs/sdl-net
 	media-libs/sdl-image[jpeg,png]
 	media-libs/sdl-mixer"



1.9                  games-action/towbowl-tactics/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/towbowl-tactics/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Jan 2011 17:43:55 -0000	1.8
+++ ChangeLog	15 May 2014 16:25:48 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/towbowl-tactics
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.8 2011/01/10 17:43:55 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/towbowl-tactics/ChangeLog,v 1.9 2014/05/15 16:25:48 ulm Exp $
+
+  15 May 2014; Ulrich Müller <ulm@gentoo.org> towbowl-tactics-0.5.ebuild:
+  Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+  "sound", bug 357661.
 
   10 Jan 2011; Michael Sterrett <mr_bones_@gentoo.org>
   towbowl-tactics-0.5.ebuild, +files/towbowl-tactics-0.5-gentoo.patch:





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

end of thread, other threads:[~2014-05-15 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 17:43 [gentoo-commits] gentoo-x86 commit in games-action/towbowl-tactics: towbowl-tactics-0.5.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-15 16:25 Ulrich Mueller (ulm)
2008-03-06  3:42 Chris Gianelloni (wolf31o2)

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