public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/tuxanci: ChangeLog tuxanci-0.21.0.ebuild
@ 2009-01-13 17:16 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-01-13 17:16 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/01/13 17:16:20

  Modified:             ChangeLog tuxanci-0.21.0.ebuild
  Log:
  Use eapi2 in tuxanci.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.4                  games-arcade/tuxanci/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 Nov 2008 13:00:21 -0000	1.3
+++ ChangeLog	13 Jan 2009 17:16:20 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/tuxanci
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.3 2008/11/03 13:00:21 scarabeus Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.4 2009/01/13 17:16:20 scarabeus Exp $
+
+  13 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org> tuxanci-0.21.0.ebuild:
+  Move towards eapi2.
 
   03 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> tuxanci-0.21.0.ebuild:
   Fix previous commit where i forget to move src_configure to src_compile.



1.6                  games-arcade/tuxanci/tuxanci-0.21.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?r1=1.5&r2=1.6

Index: tuxanci-0.21.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tuxanci-0.21.0.ebuild	6 Dec 2008 15:06:19 -0000	1.5
+++ tuxanci-0.21.0.ebuild	13 Jan 2009 17:16:20 -0000	1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.5 2008/12/06 15:06:19 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.6 2009/01/13 17:16:20 scarabeus Exp $
 
-EAPI="1"
+EAPI="2"
 
 inherit eutils cmake-utils games
 
@@ -17,19 +17,19 @@
 # alsa is used only when building client
 
 RDEPEND="!dedicated? (
-			>=media-libs/libsdl-1.2.10
-			>=media-libs/sdl-ttf-2.0.7
-			>=media-libs/sdl-image-1.2.6-r1
+			>=media-libs/libsdl-1.2.10[X]
+			>=media-libs/sdl-ttf-2.0.7[X]
+			>=media-libs/sdl-image-1.2.6-r1[png]
 			alsa? (
-				>=media-libs/sdl-mixer-1.2.7
+				>=media-libs/sdl-mixer-1.2.7[vorbis]
 			)
 		)
-	dev-libs/zziplib"
+	dev-libs/zziplib[sdl]"
 DEPEND="${RDEPEND}
 	>=dev-util/cmake-2.6.0
 	nls? ( sys-devel/gettext )"
 
-src_compile() {
+src_configure() {
 	local mycmakeargs
 	use alsa || mycmakeargs="${mycmakeargs} -DNO_Audio=1"
 	use debug && mycmakeargs="${mycmakeargs} -DDebug=1"
@@ -43,6 +43,10 @@
 		-DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/
 		-DCMAKE_ETC_PATH=${GAMES_SYSCONFDIR} -DLIB_INSTALL_DIR=$(games_get_libdir)
 		-DCMAKE_BUILD_TYPE=Release"
+	cmake-utils_src_configure
+}
+
+src_compile() {
 	cmake-utils_src_compile
 }
 






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/tuxanci: ChangeLog tuxanci-0.21.0.ebuild
@ 2009-02-08 10:39 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-02-08 10:39 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/02/08 10:39:06

  Modified:             ChangeLog tuxanci-0.21.0.ebuild
  Log:
  Fix wrong var name.
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.5                  games-arcade/tuxanci/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	13 Jan 2009 17:16:20 -0000	1.4
+++ ChangeLog	8 Feb 2009 10:39:06 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/tuxanci
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.4 2009/01/13 17:16:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.5 2009/02/08 10:39:06 scarabeus Exp $
+
+  07 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org> tuxanci-0.21.0.ebuild:
+  Fix wrong var name.
 
   13 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org> tuxanci-0.21.0.ebuild:
   Move towards eapi2.



1.7                  games-arcade/tuxanci/tuxanci-0.21.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?r1=1.6&r2=1.7

Index: tuxanci-0.21.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tuxanci-0.21.0.ebuild	13 Jan 2009 17:16:20 -0000	1.6
+++ tuxanci-0.21.0.ebuild	8 Feb 2009 10:39:06 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.6 2009/01/13 17:16:20 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.7 2009/02/08 10:39:06 scarabeus Exp $
 
 EAPI="2"
 
@@ -41,7 +41,7 @@
 		-DCMAKE_DATA_PATH=${GAMES_DATADIR}
 		-DCMAKE_LOCALE_PATH=${GAMES_DATADIR_BASE}/locale/
 		-DCMAKE_DOC_PATH=${GAMES_DATADIR_BASE}/doc/
-		-DCMAKE_ETC_PATH=${GAMES_SYSCONFDIR} -DLIB_INSTALL_DIR=$(games_get_libdir)
+		-DCMAKE_CONF_PATH=${GAMES_SYSCONFDIR} -DLIB_INSTALL_DIR=$(games_get_libdir)
 		-DCMAKE_BUILD_TYPE=Release"
 	cmake-utils_src_configure
 }






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

* [gentoo-commits] gentoo-x86 commit in games-arcade/tuxanci: ChangeLog tuxanci-0.21.0.ebuild
@ 2010-02-21  1:44 Jonathan Callen (abcd)
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-21  1:44 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/21 01:44:42

  Modified:             ChangeLog tuxanci-0.21.0.ebuild
  Log:
  Transfer prefix keywords (no other changes)
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.8                  games-arcade/tuxanci/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	13 Dec 2009 21:28:12 -0000	1.7
+++ ChangeLog	21 Feb 2010 01:44:42 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/tuxanci
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.7 2009/12/13 21:28:12 scarabeus Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/ChangeLog,v 1.8 2010/02/21 01:44:42 abcd Exp $
+
+  21 Feb 2010; Jonathan Callen <abcd@gentoo.org> tuxanci-0.21.0.ebuild:
+  Transfer prefix keywords (no other changes)
 
   13 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> tuxanci-9999.ebuild:
   Update live ebuild syntax to new cmake-utils one.



1.8                  games-arcade/tuxanci/tuxanci-0.21.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild?r1=1.7&r2=1.8

Index: tuxanci-0.21.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tuxanci-0.21.0.ebuild	8 Feb 2009 10:39:06 -0000	1.7
+++ tuxanci-0.21.0.ebuild	21 Feb 2010 01:44:42 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.7 2009/02/08 10:39:06 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tuxanci/tuxanci-0.21.0.ebuild,v 1.8 2010/02/21 01:44:42 abcd Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="alsa debug dedicated nls"
 # alsa is used only when building client
 






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

end of thread, other threads:[~2010-02-21  1:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-08 10:39 [gentoo-commits] gentoo-x86 commit in games-arcade/tuxanci: ChangeLog tuxanci-0.21.0.ebuild Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-21  1:44 Jonathan Callen (abcd)
2009-01-13 17:16 Tomas Chvatal (scarabeus)

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