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.8.ebuild
@ 2011-05-22  7:50 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-05-22  7:50 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/05/22 07:50:14

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

Revision  Changes    Path
1.64                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	18 Mar 2011 12:16:49 -0000	1.63
+++ ChangeLog	22 May 2011 07:50:14 -0000	1.64
@@ -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.63 2011/03/18 12:16:49 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.64 2011/05/22 07:50:14 mr_bones_ Exp $
+
+*warzone2100-2.3.8 (22 May 2011)
+
+  22 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  +warzone2100-2.3.8.ebuild:
+  version bump
 
   18 Mar 2011; Thomas Kahle <tomka@gentoo.org> warzone2100-2.3.7.ebuild:
   x86 stable per bug 356483



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

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

Index: warzone2100-2.3.8.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.8.ebuild,v 1.1 2011/05/22 07:50:14 mr_bones_ Exp $

EAPI=2
inherit autotools 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_prepare() {
	eautoreconf
}

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 doc/warzone2100.6
	prepgamesdirs
}






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.8.ebuild
@ 2011-05-24 15:25 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-05-24 15:25 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/05/24 15:25:41

  Modified:             ChangeLog warzone2100-2.3.8.ebuild
  Log:
  make sure motif isn't used (bug #368571)
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.65                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	22 May 2011 07:50:14 -0000	1.64
+++ ChangeLog	24 May 2011 15:25:40 -0000	1.65
@@ -1,6 +1,10 @@
 # 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.64 2011/05/22 07:50:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.65 2011/05/24 15:25:40 mr_bones_ Exp $
+
+  24 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
+  warzone2100-2.3.8.ebuild:
+  make sure motif isn't used (bug #368571)
 
 *warzone2100-2.3.8 (22 May 2011)
 



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

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

Index: warzone2100-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- warzone2100-2.3.8.ebuild	22 May 2011 07:50:14 -0000	1.1
+++ warzone2100-2.3.8.ebuild	24 May 2011 15:25:40 -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.8.ebuild,v 1.1 2011/05/22 07:50:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v 1.2 2011/05/24 15:25:40 mr_bones_ Exp $
 
 EAPI=2
 inherit autotools versionator games
@@ -46,6 +46,7 @@
 
 src_configure() {
 	egamesconf \
+		--disable-motif \
 		--disable-dependency-tracking \
 		--docdir=/usr/share/doc/${PF} \
 		--localedir=/usr/share/locale \






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.8.ebuild
@ 2011-08-08 16:21 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-08-08 16:21 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/08/08 16:21:21

  Modified:             ChangeLog warzone2100-2.3.8.ebuild
  Log:
  x86 stable wrt bug #375377
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.66                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	24 May 2011 15:25:40 -0000	1.65
+++ ChangeLog	8 Aug 2011 16:21:21 -0000	1.66
@@ -1,6 +1,10 @@
 # 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.65 2011/05/24 15:25:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.66 2011/08/08 16:21:21 phajdan.jr Exp $
+
+  08 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  warzone2100-2.3.8.ebuild:
+  x86 stable wrt bug #375377
 
   24 May 2011; Michael Sterrett <mr_bones_@gentoo.org>
   warzone2100-2.3.8.ebuild:



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

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

Index: warzone2100-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- warzone2100-2.3.8.ebuild	24 May 2011 15:25:40 -0000	1.2
+++ warzone2100-2.3.8.ebuild	8 Aug 2011 16:21:21 -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.8.ebuild,v 1.2 2011/05/24 15:25:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v 1.3 2011/08/08 16:21:21 phajdan.jr Exp $
 
 EAPI=2
 inherit autotools 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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.8.ebuild
@ 2011-08-08 19:19 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-08 19:19 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/08 19:19:35

  Modified:             ChangeLog warzone2100-2.3.8.ebuild
  Log:
  Stable on amd64 wrt bug #375377
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.67                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	8 Aug 2011 16:21:21 -0000	1.66
+++ ChangeLog	8 Aug 2011 19:19:35 -0000	1.67
@@ -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.66 2011/08/08 16:21:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.67 2011/08/08 19:19:35 hwoarang Exp $
+
+  08 Aug 2011; Markos Chandras <hwoarang@gentoo.org> warzone2100-2.3.8.ebuild:
+  Stable on amd64 wrt bug #375377
 
   08 Aug 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   warzone2100-2.3.8.ebuild:



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

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

Index: warzone2100-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- warzone2100-2.3.8.ebuild	8 Aug 2011 16:21:21 -0000	1.3
+++ warzone2100-2.3.8.ebuild	8 Aug 2011 19:19:35 -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.8.ebuild,v 1.3 2011/08/08 16:21:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.8.ebuild,v 1.4 2011/08/08 19:19:35 hwoarang Exp $
 
 EAPI=2
 inherit autotools 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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.8.ebuild
@ 2013-01-20  1:22 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-01-20  1:22 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    13/01/20 01:22:20

  Modified:             ChangeLog
  Removed:              warzone2100-2.3.8.ebuild
  Log:
  old
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.75                 games-strategy/warzone2100/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	29 Jul 2012 21:18:01 -0000	1.74
+++ ChangeLog	20 Jan 2013 01:22:20 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/warzone2100
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.74 2012/07/29 21:18:01 hasufell Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.75 2013/01/20 01:22:20 mr_bones_ Exp $
+
+  20 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+  -warzone2100-2.3.8.ebuild:
+  old
 
   29 Jul 2012; Julian Ospald <hasufell@gentoo.org> warzone2100-2.3.9.ebuild,
   +files/warzone2100-2.3.9-pkgconf.patch:
@@ -345,4 +349,3 @@
   +files/0.2.2-clparse.c.patch, +metadata.xml, +warzone2100-0.2.2.ebuild:
   Initial import. Original ebuild by <denisdupeyron@msn.com>. Patch submitted
   by Fabien Zouaoui <fabien@zouaoui.org>. Closing bug #96249.
-





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

end of thread, other threads:[~2013-01-20  1:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-22  7:50 [gentoo-commits] gentoo-x86 commit in games-strategy/warzone2100: ChangeLog warzone2100-2.3.8.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-24 15:25 Michael Sterrett (mr_bones_)
2011-08-08 16:21 PaweA Hajdan (phajdan.jr)
2011-08-08 19:19 Markos Chandras (hwoarang)
2013-01-20  1:22 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