public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.2.1.ebuild ChangeLog
@ 2009-07-01 17:09 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-07-01 17:09 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/07/01 17:09:28

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

Revision  Changes    Path
1.32                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	7 Jun 2009 12:20:02 -0000	1.31
+++ ChangeLog	1 Jul 2009 17:09:27 -0000	1.32
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.31 2009/06/07 12:20:02 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.32 2009/07/01 17:09:27 mr_bones_ Exp $
+
+*warzone2100-2.2.1 (01 Jul 2009)
+
+  01 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org>
+  +warzone2100-2.2.1.ebuild:
+  version bump
 
   07 Jun 2009; Tristan Heaven <nyhm@gentoo.org> warzone2100-2.2.0.ebuild:
   Don't build with -Werror, bug #273023



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

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

Index: warzone2100-2.2.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.2.1.ebuild,v 1.1 2009/07/01 17:09:27 mr_bones_ Exp $

EAPI=2
inherit versionator games

MY_PV=$(get_version_component_range -2)
DESCRIPTION="3D real-time strategy game"
HOMEPAGE="http://wz2100.net/"
SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.bz2
	videos? ( http://download.gna.org/warzone/videos/sequences-${MY_PV}.wz )"

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
	dev-libs/popt
	media-libs/libogg
	media-libs/libpng
	media-libs/libsdl[opengl]
	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}"/sequences-${MY_PV}.wz sequences.wz \
			|| die "newins failed"
	fi
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.2.1.ebuild ChangeLog
@ 2009-07-16 11:22 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 2+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-07-16 11:22 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/07/16 11:22:26

  Modified:             warzone2100-2.2.1.ebuild ChangeLog
  Log:
  Depend on dev-games/physfs with zip enabled, bug #277288
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

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

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

Index: warzone2100-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- warzone2100-2.2.1.ebuild	1 Jul 2009 17:09:27 -0000	1.1
+++ warzone2100-2.2.1.ebuild	16 Jul 2009 11:22:26 -0000	1.2
@@ -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-strategy/warzone2100/warzone2100-2.2.1.ebuild,v 1.1 2009/07/01 17:09:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.2.1.ebuild,v 1.2 2009/07/16 11:22:26 nyhm Exp $
 
 EAPI=2
 inherit versionator games
@@ -18,7 +18,7 @@
 IUSE="debug nls videos"
 
 RDEPEND="dev-db/sqlite:3
-	dev-games/physfs
+	|| ( >=dev-games/physfs-2[zip] <dev-games/physfs-2 )
 	dev-libs/popt
 	media-libs/libogg
 	media-libs/libpng



1.33                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	1 Jul 2009 17:09:27 -0000	1.32
+++ ChangeLog	16 Jul 2009 11:22:26 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/warzone2100
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.32 2009/07/01 17:09:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.33 2009/07/16 11:22:26 nyhm Exp $
+
+  16 Jul 2009; Tristan Heaven <nyhm@gentoo.org> warzone2100-2.2.1.ebuild:
+  Depend on dev-games/physfs with zip enabled, bug #277288
 
 *warzone2100-2.2.1 (01 Jul 2009)
 






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

end of thread, other threads:[~2009-07-16 11:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 17:09 [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: warzone2100-2.2.1.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-16 11:22 Tristan Heaven (nyhm)

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