public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-action/bzflag: ChangeLog bzflag-2.0.14.ebuild
@ 2010-02-15  7:57 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-02-15  7:57 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/02/15 07:57:55

  Modified:             ChangeLog
  Added:                bzflag-2.0.14.ebuild
  Log:
  version bump
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.45                 games-action/bzflag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	16 Apr 2009 00:55:29 -0000	1.44
+++ ChangeLog	15 Feb 2010 07:57:55 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/bzflag
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.44 2009/04/16 00:55:29 nyhm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.45 2010/02/15 07:57:55 mr_bones_ Exp $
+
+*bzflag-2.0.14 (15 Feb 2010)
+
+  15 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  +bzflag-2.0.14.ebuild:
+  version bump
 
   16 Apr 2009; Tristan Heaven <nyhm@gentoo.org> bzflag-2.0.12.ebuild:
   Disable forced ccache usage



1.1                  games-action/bzflag/bzflag-2.0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?rev=1.1&content-type=text/plain

Index: bzflag-2.0.14.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild,v 1.1 2010/02/15 07:57:55 mr_bones_ Exp $

EAPI=2
inherit eutils flag-o-matic games

DESCRIPTION="3D tank combat simulator game"
HOMEPAGE="http://www.bzflag.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="dedicated sdl"

UIDEPEND="virtual/opengl
	virtual/glu
	media-libs/libsdl[audio,joystick,video]
	media-libs/glew
	x11-libs/libICE
	x11-libs/libSM
	x11-libs/libX11
	x11-libs/libXau
	x11-libs/libXdmcp
	x11-libs/libXext
	x11-libs/libXi
	x11-libs/libXmu
	x11-libs/libXt
	x11-libs/libXxf86vm"

DEPEND=">=net-misc/curl-7.15.0
	sys-libs/ncurses
	net-dns/c-ares
	sdl? ( ${UIDEPEND} )
	!sdl? ( !dedicated? ( ${UIDEPEND} ) )"

src_configure() {
	local myconf

	if use dedicated && ! use sdl ; then
		ewarn
		ewarn "You are building a server-only copy of BZFlag"
		ewarn
		myconf="--disable-client --without-SDL"
	fi
	egamesconf \
		--disable-ccachetest \
		--disable-dependency-tracking \
		--without-regex \
		${myconf}
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS TODO ChangeLog BUGS PORTING DEVINFO NEWS README* RELNOTES

	if use sdl || ! use dedicated ; then
		newicon "data/bzflag-48x48.png" ${PN}.png
		make_desktop_entry ${PN} "BZFlag"
	fi

	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-action/bzflag: ChangeLog bzflag-2.0.14.ebuild
@ 2010-03-24 13:26 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-03-24 13:26 UTC (permalink / raw
  To: gentoo-commits

ranger      10/03/24 13:26:33

  Modified:             ChangeLog bzflag-2.0.14.ebuild
  Log:
  stable ppc, bug 309979
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.46                 games-action/bzflag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	15 Feb 2010 07:57:55 -0000	1.45
+++ ChangeLog	24 Mar 2010 13:26:33 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/bzflag
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.45 2010/02/15 07:57:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.46 2010/03/24 13:26:33 ranger Exp $
+
+  24 Mar 2010; Brent Baude <ranger@gentoo.org> bzflag-2.0.14.ebuild:
+  stable ppc, bug 309979
 
 *bzflag-2.0.14 (15 Feb 2010)
 



1.2                  games-action/bzflag/bzflag-2.0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?r1=1.1&r2=1.2

Index: bzflag-2.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bzflag-2.0.14.ebuild	15 Feb 2010 07:57:55 -0000	1.1
+++ bzflag-2.0.14.ebuild	24 Mar 2010 13:26:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild,v 1.1 2010/02/15 07:57:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild,v 1.2 2010/03/24 13:26:33 ranger Exp $
 
 EAPI=2
 inherit eutils flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="dedicated sdl"
 
 UIDEPEND="virtual/opengl






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

* [gentoo-commits] gentoo-x86 commit in games-action/bzflag: ChangeLog bzflag-2.0.14.ebuild
@ 2010-04-12 10:49 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-04-12 10:49 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/04/12 10:49:50

  Modified:             ChangeLog bzflag-2.0.14.ebuild
  Log:
  x86 stable wrt bug #309979
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.48                 games-action/bzflag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	6 Apr 2010 02:30:44 -0000	1.47
+++ ChangeLog	12 Apr 2010 10:49:49 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/bzflag
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.47 2010/04/06 02:30:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.48 2010/04/12 10:49:49 phajdan.jr Exp $
+
+  12 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> bzflag-2.0.14.ebuild:
+  x86 stable wrt bug #309979
 
 *bzflag-2.0.16 (06 Apr 2010)
 



1.3                  games-action/bzflag/bzflag-2.0.14.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild?r1=1.2&r2=1.3

Index: bzflag-2.0.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bzflag-2.0.14.ebuild	24 Mar 2010 13:26:33 -0000	1.2
+++ bzflag-2.0.14.ebuild	12 Apr 2010 10:49:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild,v 1.2 2010/03/24 13:26:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.14.ebuild,v 1.3 2010/04/12 10:49:50 phajdan.jr Exp $
 
 EAPI=2
 inherit eutils flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE="dedicated sdl"
 
 UIDEPEND="virtual/opengl






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

end of thread, other threads:[~2010-04-12 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15  7:57 [gentoo-commits] gentoo-x86 commit in games-action/bzflag: ChangeLog bzflag-2.0.14.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-24 13:26 Brent Baude (ranger)
2010-04-12 10:49 PaweA Hajdan (phajdan.jr)

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