public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.7.ebuild
@ 2011-01-23  6:29 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-01-23  6:29 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/01/23 06:29:25

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

Revision  Changes    Path
1.60                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	11 Jan 2011 22:34:35 -0000	1.59
+++ ChangeLog	23 Jan 2011 06:29:25 -0000	1.60
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.59 2011/01/11 22:34:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.60 2011/01/23 06:29:25 mr_bones_ Exp $
+
+*warzone2100-2.3.7 (23 Jan 2011)
+
+  23 Jan 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +warzone2100-2.3.7.ebuild:
+  version bump
 
   11 Jan 2011; Brent Baude <ranger@gentoo.org> warzone2100-2.3.6.ebuild:
   Marking warzone2100-2.3.6 ppc for bug 350429



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

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

Index: warzone2100-2.3.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.1 2011/01/23 06:29:25 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
	rm -f "${D}"/usr/share/doc/${PF}/COPYING*
	if use videos ; then
		insinto "${GAMES_DATADIR}"/${PN}
		newins "${DISTDIR}"/${VIDEOS_P} sequences.wz || die
	fi
	doman pkg/dpkg/warzone2100.6
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.7.ebuild
@ 2011-02-27 21:46 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-27 21:46 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/27 21:46:20

  Modified:             ChangeLog warzone2100-2.3.7.ebuild
  Log:
  Stable on amd64 wrt bug #356483
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.61                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	23 Jan 2011 06:29:25 -0000	1.60
+++ ChangeLog	27 Feb 2011 21:46:20 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.60 2011/01/23 06:29:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.61 2011/02/27 21:46:20 hwoarang Exp $
+
+  27 Feb 2011; Markos Chandras <hwoarang@gentoo.org> warzone2100-2.3.7.ebuild:
+  Stable on amd64 wrt bug #356483
 
 *warzone2100-2.3.7 (23 Jan 2011)
 



1.2                  games-strategy/warzone2100/warzone2100-2.3.7.ebuild

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

Index: warzone2100-2.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- warzone2100-2.3.7.ebuild	23 Jan 2011 06:29:25 -0000	1.1
+++ warzone2100-2.3.7.ebuild	27 Feb 2011 21:46:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.1 2011/01/23 06:29:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.2 2011/02/27 21:46:20 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"
 






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.7.ebuild
@ 2011-03-05  0:43 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2011-03-05  0:43 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/05 00:43:13

  Modified:             ChangeLog warzone2100-2.3.7.ebuild
  Log:
  stable ppc, bug 356483
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.62                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	27 Feb 2011 21:46:20 -0000	1.61
+++ ChangeLog	5 Mar 2011 00:43:12 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.61 2011/02/27 21:46:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.62 2011/03/05 00:43:12 ranger Exp $
+
+  05 Mar 2011; Brent Baude <ranger@gentoo.org> warzone2100-2.3.7.ebuild:
+  stable ppc, bug 356483
 
   27 Feb 2011; Markos Chandras <hwoarang@gentoo.org> warzone2100-2.3.7.ebuild:
   Stable on amd64 wrt bug #356483



1.3                  games-strategy/warzone2100/warzone2100-2.3.7.ebuild

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

Index: warzone2100-2.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- warzone2100-2.3.7.ebuild	27 Feb 2011 21:46:20 -0000	1.2
+++ warzone2100-2.3.7.ebuild	5 Mar 2011 00:43:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.2 2011/02/27 21:46:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.3 2011/03/05 00:43:12 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"
 






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.7.ebuild
@ 2011-03-18 12:16 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-18 12:16 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/18 12:16:49

  Modified:             ChangeLog warzone2100-2.3.7.ebuild
  Log:
  x86 stable per bug 356483
  
  (Portage version: 2.1.9.43/cvs/Linux i686)

Revision  Changes    Path
1.63                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	5 Mar 2011 00:43:12 -0000	1.62
+++ ChangeLog	18 Mar 2011 12:16:49 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.62 2011/03/05 00:43:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.63 2011/03/18 12:16:49 tomka Exp $
+
+  18 Mar 2011; Thomas Kahle <tomka@gentoo.org> warzone2100-2.3.7.ebuild:
+  x86 stable per bug 356483
 
   05 Mar 2011; Brent Baude <ranger@gentoo.org> warzone2100-2.3.7.ebuild:
   stable ppc, bug 356483



1.4                  games-strategy/warzone2100/warzone2100-2.3.7.ebuild

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

Index: warzone2100-2.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- warzone2100-2.3.7.ebuild	5 Mar 2011 00:43:12 -0000	1.3
+++ warzone2100-2.3.7.ebuild	18 Mar 2011 12:16:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.3 2011/03/05 00:43:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.7.ebuild,v 1.4 2011/03/18 12:16:49 tomka 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"
 






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

end of thread, other threads:[~2011-03-18 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-05  0:43 [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.7.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-18 12:16 Thomas Kahle (tomka)
2011-02-27 21:46 Markos Chandras (hwoarang)
2011-01-23  6:29 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