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.10.ebuild
@ 2007-11-15 23:54 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-11-15 23:54 UTC (permalink / raw
  To: gentoo-commits

tupone      07/11/15 23:54:37

  Modified:             ChangeLog
  Added:                bzflag-2.0.10.ebuild
  Log:
  Version bump to 2.0.10
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.32                 games-action/bzflag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	31 May 2007 02:12:58 -0000	1.31
+++ ChangeLog	15 Nov 2007 23:54:37 -0000	1.32
@@ -1,6 +1,11 @@
 # ChangeLog for games-action/bzflag
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.31 2007/05/31 02:12:58 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.32 2007/11/15 23:54:37 tupone Exp $
+
+*bzflag-2.0.10 (15 Nov 2007)
+
+  15 Nov 2007; Tupone Alfredo <tupone@gentoo.org> +bzflag-2.0.10.ebuild:
+  Version bump
 
   31 May 2007; Daniel Gryniewicz <dang@gentoo.org> bzflag-2.0.8.ebuild:
   Marked stable on amd64 for bug #177087



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

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

Index: bzflag-2.0.10.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.1 2007/11/15 23:54:37 tupone Exp $

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
	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} ) )"

pkg_setup() {
	# Only do the libsdl checks for !dedicated - bug #107792
	use dedicated || GAMES_USE_SDL="nojoystick"
	games_pkg_setup
}

src_compile() {
	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-dependency-tracking \
		--without-regex \
		${myconf} \
		|| die "egamesconf failed"
	emake || die "emake failed"
}

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

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

	prepgamesdirs
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in games-action/bzflag: ChangeLog bzflag-2.0.10.ebuild
@ 2007-11-30 22:59 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2007-11-30 22:59 UTC (permalink / raw
  To: gentoo-commits

tupone      07/11/30 22:59:50

  Modified:             ChangeLog bzflag-2.0.10.ebuild
  Log:
  Better use net-misc/curl built with c-ares support. Bug #200798
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.33                 games-action/bzflag/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	15 Nov 2007 23:54:37 -0000	1.32
+++ ChangeLog	30 Nov 2007 22:59:49 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/bzflag
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.32 2007/11/15 23:54:37 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.33 2007/11/30 22:59:49 tupone Exp $
+
+  30 Nov 2007; Tupone Alfredo <tupone@gentoo.org> bzflag-2.0.10.ebuild:
+  Better use net-misc/curl built with c-ares support. Bug #200798 by gionnico
 
 *bzflag-2.0.10 (15 Nov 2007)
 



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

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

Index: bzflag-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bzflag-2.0.10.ebuild	15 Nov 2007 23:54:37 -0000	1.1
+++ bzflag-2.0.10.ebuild	30 Nov 2007 22:59:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.1 2007/11/15 23:54:37 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.10.ebuild,v 1.2 2007/11/30 22:59:49 tupone Exp $
 
 inherit eutils flag-o-matic games
 
@@ -37,6 +37,11 @@
 pkg_setup() {
 	# Only do the libsdl checks for !dedicated - bug #107792
 	use dedicated || GAMES_USE_SDL="nojoystick"
+	if ! built_with_use net-misc/curl ares; then
+		ewarn "net-misc/curl is not buily with c-ares support"
+		ewarn "To avoid undesired glitch during play consider"
+		ewarn "emerging net-misc/curl with USE=\"ares\"."
+	fi
 	games_pkg_setup
 }
 



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-11-30 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-15 23:54 [gentoo-commits] gentoo-x86 commit in games-action/bzflag: ChangeLog bzflag-2.0.10.ebuild Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-30 22:59 Alfredo Tupone (tupone)

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