public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.3.4.ebuild ChangeLog
@ 2010-08-15 11:17 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-08-15 11:17 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/08/15 11:17:11

  Modified:             ChangeLog
  Added:                warzone2100-2.3.4.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.49                 games-strategy/warzone2100/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	12 Aug 2010 19:07:36 -0000	1.48
+++ ChangeLog	15 Aug 2010 11:17:11 -0000	1.49
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.48 2010/08/12 19:07:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.49 2010/08/15 11:17:11 mr_bones_ Exp $
+
+*warzone2100-2.3.4 (15 Aug 2010)
+
+  15 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org>
+  +warzone2100-2.3.4.ebuild:
+  version bump
 
   12 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org>
   warzone2100-2.3.3.ebuild:



1.1                  games-strategy/warzone2100/warzone2100-2.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.1&content-type=text/plain

Index: warzone2100-2.3.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.1 2010/08/15 11:17:11 mr_bones_ Exp $

EAPI=2
inherit versionator games

MY_PV=$(get_version_component_range -2)
VIDEOS_PV=2.2
VIDEOS_P=${PN}-videos-${VIDEOS_PV}.wz
DESCRIPTION="3D real-time strategy game"
HOMEPAGE="http://wz2100.net/"
SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.gz
	videos? ( mirror://sourceforge/warzone2100/warzone2100/Videos/${VIDEOS_PV}/high-quality-en/sequences.wz -> ${VIDEOS_P} )"

LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
# upstream requested debug support
IUSE="debug nls videos"

RDEPEND="dev-db/sqlite:3
	>=dev-games/physfs-2[zip]
	dev-libs/popt
	media-libs/libogg
	media-libs/libpng
	media-libs/libsdl[opengl,video]
	media-libs/libtheora
	media-libs/libvorbis
	media-libs/openal
	media-libs/sdl-net
	media-libs/quesoglc
	virtual/glu
	virtual/opengl
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	app-arch/zip
	dev-util/pkgconfig
	nls? ( sys-devel/gettext )"
RDEPEND="${RDEPEND}
	media-fonts/dejavu"

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		--docdir=/usr/share/doc/${PF} \
		--localedir=/usr/share/locale \
		--with-distributor="Gentoo ${PF}" \
		--with-icondir=/usr/share/pixmaps \
		--with-applicationdir=/usr/share/applications \
		$(use_enable debug debug relaxed) \
		$(use_enable nls)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	rm -f "${D}"/usr/share/doc/${PF}/COPYING*
	if use videos ; then
		insinto "${GAMES_DATADIR}"/${PN}
		newins "${DISTDIR}"/${VIDEOS_P} sequences.wz \
			|| die "newins failed"
	fi
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.3.4.ebuild ChangeLog
@ 2010-09-17 10:14 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-17 10:14 UTC (permalink / raw
  To: gentoo-commits

fauli       10/09/17 10:14:04

  Modified:             warzone2100-2.3.4.ebuild ChangeLog
  Log:
  stable x86, bug 337318
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-strategy/warzone2100/warzone2100-2.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?r1=1.1&r2=1.2

Index: warzone2100-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- warzone2100-2.3.4.ebuild	15 Aug 2010 11:17:11 -0000	1.1
+++ warzone2100-2.3.4.ebuild	17 Sep 2010 10:14:04 -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-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.1 2010/08/15 11:17:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.2 2010/09/17 10:14:04 fauli Exp $
 
 EAPI=2
 inherit versionator games
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 # upstream requested debug support
 IUSE="debug nls videos"
 



1.50                 games-strategy/warzone2100/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	15 Aug 2010 11:17:11 -0000	1.49
+++ ChangeLog	17 Sep 2010 10:14:04 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.49 2010/08/15 11:17:11 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.50 2010/09/17 10:14:04 fauli Exp $
+
+  17 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
+  warzone2100-2.3.4.ebuild:
+  stable x86, bug 337318
 
 *warzone2100-2.3.4 (15 Aug 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.3.4.ebuild ChangeLog
@ 2010-09-20 20:47 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-20 20:47 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/20 20:47:11

  Modified:             warzone2100-2.3.4.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #337318
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  games-strategy/warzone2100/warzone2100-2.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?r1=1.2&r2=1.3

Index: warzone2100-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- warzone2100-2.3.4.ebuild	17 Sep 2010 10:14:04 -0000	1.2
+++ warzone2100-2.3.4.ebuild	20 Sep 2010 20:47:11 -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-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.2 2010/09/17 10:14:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.3 2010/09/20 20:47:11 hwoarang Exp $
 
 EAPI=2
 inherit versionator games
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 # upstream requested debug support
 IUSE="debug nls videos"
 



1.51                 games-strategy/warzone2100/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	17 Sep 2010 10:14:04 -0000	1.50
+++ ChangeLog	20 Sep 2010 20:47:11 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.50 2010/09/17 10:14:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.51 2010/09/20 20:47:11 hwoarang Exp $
+
+  20 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  warzone2100-2.3.4.ebuild:
+  Stable on amd64 wrt bug #337318
 
   17 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
   warzone2100-2.3.4.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.3.4.ebuild ChangeLog
@ 2010-10-15 13:34 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2010-10-15 13:34 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/15 13:34:07

  Modified:             warzone2100-2.3.4.ebuild ChangeLog
  Log:
  stable ppc, bug 337318
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  games-strategy/warzone2100/warzone2100-2.3.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild?r1=1.3&r2=1.4

Index: warzone2100-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- warzone2100-2.3.4.ebuild	20 Sep 2010 20:47:11 -0000	1.3
+++ warzone2100-2.3.4.ebuild	15 Oct 2010 13:34:07 -0000	1.4
@@ -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-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.3 2010/09/20 20:47:11 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.4.ebuild,v 1.4 2010/10/15 13:34:07 ranger Exp $
 
 EAPI=2
 inherit versionator games
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2 CCPL-Attribution-ShareAlike-3.0 public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 # upstream requested debug support
 IUSE="debug nls videos"
 



1.53                 games-strategy/warzone2100/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/warzone2100/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	28 Sep 2010 15:23:29 -0000	1.52
+++ ChangeLog	15 Oct 2010 13:34:07 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.52 2010/09/28 15:23:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.53 2010/10/15 13:34:07 ranger Exp $
+
+  15 Oct 2010; Brent Baude <ranger@gentoo.org> warzone2100-2.3.4.ebuild:
+  stable ppc, bug 337318
 
 *warzone2100-2.3.5 (28 Sep 2010)
 






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

end of thread, other threads:[~2010-10-15 13:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 20:47 [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.3.4.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-15 13:34 Brent Baude (ranger)
2010-09-17 10:14 Christian Faulhammer (fauli)
2010-08-15 11:17 Michael Sterrett (mr_bones_)

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