public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
@ 2009-09-03 15:53 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 7+ messages in thread
From: Tristan Heaven (nyhm) @ 2009-09-03 15:53 UTC (permalink / raw
  To: gentoo-commits

nyhm        09/09/03 15:53:51

  Modified:             ChangeLog glest-3.2.2.ebuild
  Log:
  Fix building with glibc-2.10
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 games-strategy/glest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	11 Jul 2009 00:36:39 -0000	1.23
+++ ChangeLog	3 Sep 2009 15:53:50 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/glest
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.23 2009/07/11 00:36:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.24 2009/09/03 15:53:50 nyhm Exp $
+
+  03 Sep 2009; Tristan Heaven <nyhm@gentoo.org> glest-3.2.2.ebuild,
+  +files/glest-3.2.2-glibc210.patch:
+  Fix building with glibc-2.10
 
 *glest-3.2.2 (11 Jul 2009)
 



1.2                  games-strategy/glest/glest-3.2.2.ebuild

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

Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glest-3.2.2.ebuild	11 Jul 2009 00:36:39 -0000	1.1
+++ glest-3.2.2.ebuild	3 Sep 2009 15:53:50 -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/glest/glest-3.2.2.ebuild,v 1.1 2009/07/11 00:36:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.2 2009/09/03 15:53:50 nyhm Exp $
 
 EAPI=2
 inherit eutils games
@@ -33,7 +33,9 @@
 
 src_prepare() {
 	epatch \
-		"${FILESDIR}"/${P}-{gentoo,xerces-c}.patch
+		"${FILESDIR}"/${P}-gentoo.patch \
+		"${FILESDIR}"/${P}-xerces-c.patch \
+		"${FILESDIR}"/${P}-glibc210.patch
 
 	sed -i \
 		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
@ 2009-11-02  6:57 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-02  6:57 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/11/02 06:57:10

  Modified:             ChangeLog glest-3.2.2.ebuild
  Log:
  just past -j from MAKEOPTS (bug #291530)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.25                 games-strategy/glest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	3 Sep 2009 15:53:50 -0000	1.24
+++ ChangeLog	2 Nov 2009 06:57:09 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/glest
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.24 2009/09/03 15:53:50 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.25 2009/11/02 06:57:09 mr_bones_ Exp $
+
+  02 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
+  just past -j from MAKEOPTS (bug #291530)
 
   03 Sep 2009; Tristan Heaven <nyhm@gentoo.org> glest-3.2.2.ebuild,
   +files/glest-3.2.2-glibc210.patch:



1.3                  games-strategy/glest/glest-3.2.2.ebuild

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

Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glest-3.2.2.ebuild	3 Sep 2009 15:53:50 -0000	1.2
+++ glest-3.2.2.ebuild	2 Nov 2009 06:57:09 -0000	1.3
@@ -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/glest/glest-3.2.2.ebuild,v 1.2 2009/09/03 15:53:50 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.3 2009/11/02 06:57:09 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils games
@@ -62,7 +62,7 @@
 }
 
 src_compile() {
-	local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[0-9]\+\).*/\1/; p }")
+	local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
 	jam -dx -q ${jamopts} || die "jam failed"
 }
 






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
@ 2010-02-15 23:55 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 7+ messages in thread
From: Ryan Hill (dirtyepic) @ 2010-02-15 23:55 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    10/02/15 23:55:39

  Modified:             ChangeLog glest-3.2.2.ebuild
  Log:
  Use wxwidgets.eclass.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 games-strategy/glest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	2 Nov 2009 06:57:09 -0000	1.25
+++ ChangeLog	15 Feb 2010 23:55:38 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/glest
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.25 2009/11/02 06:57:09 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.26 2010/02/15 23:55:38 dirtyepic Exp $
+
+  15 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> glest-3.2.2.ebuild:
+  Use wxwidgets.eclass.
 
   02 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
   just past -j from MAKEOPTS (bug #291530)



1.4                  games-strategy/glest/glest-3.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.3&r2=1.4

Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glest-3.2.2.ebuild	2 Nov 2009 06:57:09 -0000	1.3
+++ glest-3.2.2.ebuild	15 Feb 2010 23:55:38 -0000	1.4
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.3 2009/11/02 06:57:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.4 2010/02/15 23:55:38 dirtyepic Exp $
 
 EAPI=2
-inherit eutils games
+inherit eutils games wxwidgets
 
 DESCRIPTION="Cross-platform 3D realtime strategy game"
 HOMEPAGE="http://www.glest.org/"
@@ -24,7 +24,7 @@
 	virtual/glu
 	dev-lang/lua
 	x11-libs/libX11
-	editor? ( x11-libs/wxGTK )"
+	editor? ( x11-libs/wxGTK:2.8[X] )"
 DEPEND="${RDEPEND}
 	app-arch/unzip
 	dev-util/ftjam"
@@ -54,7 +54,13 @@
 }
 
 src_configure() {
-	use editor || NOWX="--with-wx-config=disabled_wx"
+	if use editor; then
+		WX_GTK_VER=2.8
+		need-wxwidgets unicode
+	else
+		NOWX="--with-wx-config=disabled_wx"
+	fi
+
 	egamesconf \
 		--with-vorbis=/usr \
 		--with-ogg=/usr \






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
@ 2010-02-16  0:49 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-02-16  0:49 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/02/16 00:49:34

  Modified:             ChangeLog glest-3.2.2.ebuild
  Log:
  games goes last on the inherit line
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.27                 games-strategy/glest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	15 Feb 2010 23:55:38 -0000	1.26
+++ ChangeLog	16 Feb 2010 00:49:33 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/glest
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.26 2010/02/15 23:55:38 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.27 2010/02/16 00:49:33 mr_bones_ Exp $
+
+  16 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
+  games goes last on the inherit line
 
   15 Feb 2010; Ryan Hill <dirtyepic@gentoo.org> glest-3.2.2.ebuild:
   Use wxwidgets.eclass.



1.5                  games-strategy/glest/glest-3.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.4&r2=1.5

Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glest-3.2.2.ebuild	15 Feb 2010 23:55:38 -0000	1.4
+++ glest-3.2.2.ebuild	16 Feb 2010 00:49:33 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.4 2010/02/15 23:55:38 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.5 2010/02/16 00:49:33 mr_bones_ Exp $
 
 EAPI=2
-inherit eutils games wxwidgets
+inherit eutils wxwidgets games
 
 DESCRIPTION="Cross-platform 3D realtime strategy game"
 HOMEPAGE="http://www.glest.org/"
@@ -31,6 +31,11 @@
 
 S=${WORKDIR}/${PN}-source-${PV}
 
+pkg_setup() {
+	games_pkg_setup
+	wxwidgets_pkg_setup
+}
+
 src_prepare() {
 	epatch \
 		"${FILESDIR}"/${P}-gentoo.patch \






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
@ 2010-03-22 18:55 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-03-22 18:55 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/03/22 18:55:43

  Modified:             ChangeLog glest-3.2.2.ebuild
  Log:
  clean up install and install tutorial (bug #285680)
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.28                 games-strategy/glest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	16 Feb 2010 00:49:33 -0000	1.27
+++ ChangeLog	22 Mar 2010 18:55:42 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/glest
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.27 2010/02/16 00:49:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.28 2010/03/22 18:55:42 mr_bones_ Exp $
+
+  22 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
+  clean up install and install tutorial (bug #285680)
 
   16 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
   games goes last on the inherit line



1.7                  games-strategy/glest/glest-3.2.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.6&r2=1.7

Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glest-3.2.2.ebuild	16 Feb 2010 01:00:31 -0000	1.6
+++ glest-3.2.2.ebuild	22 Mar 2010 18:55:42 -0000	1.7
@@ -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/glest/glest-3.2.2.ebuild,v 1.6 2010/02/16 01:00:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.7 2010/03/22 18:55:42 mr_bones_ Exp $
 
 EAPI=2
 inherit eutils wxwidgets games
@@ -8,11 +8,12 @@
 DESCRIPTION="Cross-platform 3D realtime strategy game"
 HOMEPAGE="http://www.glest.org/"
 SRC_URI="http://www.titusgames.de/${PN}-source-${PV}.tar.bz2
-	mirror://sourceforge/glest/${PN}_data_3.2.1.zip"
+	mirror://sourceforge/glest/${PN}_data_3.2.1.zip
+	mirror://gentoo/glest/${P}-tutorial.tar.bz2"
 
 LICENSE="GPL-2 glest-data"
 SLOT="0"
-KEYWORDS="~amd64 -ppc ~x86" # ppc: bug #145478
+KEYWORDS="~amd64 -ppc x86" # ppc: bug #145478
 IUSE="editor"
 
 RDEPEND="media-libs/libsdl[joystick,video]
@@ -51,6 +52,8 @@
 		-e 's:-O3 -DNDEBUG:-DNDEBUG:' \
 		Jamrules \
 		|| die "sed failed"
+
+	find "${WORKDIR}"/glest_game -name Thumbs.db -exec rm -f '{}' +
 }
 
 src_configure() {
@@ -83,7 +86,7 @@
 
 	cd "${WORKDIR}"/glest_game
 	doins -r servers.ini \
-		data maps scenarios techs tilesets || die "doins data failed"
+		data maps scenarios techs tilesets tutorials || die "doins data failed"
 	dodoc docs/readme.txt || die "dodoc docs/readme.txt failed"
 
 	newicon techs/magitech/factions/magic/units/archmage/images/archmage.bmp \






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
@ 2010-08-15 21:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-08-15 21:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/08/15 21:03:02

  Modified:             ChangeLog glest-3.2.2.ebuild
  Log:
  Missing explicit sys/stat.h include for recent glibc wrt #331667 by Diego E. Pettenò.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 games-strategy/glest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	22 Mar 2010 18:55:42 -0000	1.28
+++ ChangeLog	15 Aug 2010 21:03:02 -0000	1.29
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/glest
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.28 2010/03/22 18:55:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.29 2010/08/15 21:03:02 ssuominen Exp $
+
+  15 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> glest-3.2.2.ebuild,
+  +files/glest-3.2.2-glibc212.patch:
+  Missing explicit sys/stat.h include for recent glibc wrt #331667 by Diego
+  E. Pettenò.
 
   22 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> glest-3.2.2.ebuild:
   clean up install and install tutorial (bug #285680)



1.9                  games-strategy/glest/glest-3.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.8&r2=1.9

Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- glest-3.2.2.ebuild	22 Mar 2010 18:58:17 -0000	1.8
+++ glest-3.2.2.ebuild	15 Aug 2010 21:03:02 -0000	1.9
@@ -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/glest/glest-3.2.2.ebuild,v 1.8 2010/03/22 18:58:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.9 2010/08/15 21:03:02 ssuominen Exp $
 
 EAPI=2
 inherit eutils wxwidgets games
@@ -36,7 +36,8 @@
 	epatch \
 		"${FILESDIR}"/${P}-gentoo.patch \
 		"${FILESDIR}"/${P}-xerces-c.patch \
-		"${FILESDIR}"/${P}-glibc210.patch
+		"${FILESDIR}"/${P}-glibc210.patch \
+		"${FILESDIR}"/${P}-glibc212.patch
 
 	sed -i \
 		-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \






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

* [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild
@ 2011-06-09 12:19 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone (tupone) @ 2011-06-09 12:19 UTC (permalink / raw
  To: gentoo-commits

tupone      11/06/09 12:19:44

  Modified:             ChangeLog glest-3.2.2.ebuild
  Log:
  Fix underlink. Bug #367691
  
  (Portage version: 2.1.10/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 games-strategy/glest/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	15 Aug 2010 21:03:02 -0000	1.29
+++ ChangeLog	9 Jun 2011 12:19:44 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/glest
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.29 2010/08/15 21:03:02 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/ChangeLog,v 1.30 2011/06/09 12:19:44 tupone Exp $
+
+  09 Jun 2011; Tupone Alfredo <tupone@gentoo.org> glest-3.2.2.ebuild,
+  +files/glest-3.2.2-underlink.patch:
+  Fix underlink. Bug #367691 by Diego Elio Pettenò
 
   15 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> glest-3.2.2.ebuild,
   +files/glest-3.2.2-glibc212.patch:



1.10                 games-strategy/glest/glest-3.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild?r1=1.9&r2=1.10

Index: glest-3.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glest-3.2.2.ebuild	15 Aug 2010 21:03:02 -0000	1.9
+++ glest-3.2.2.ebuild	9 Jun 2011 12:19:44 -0000	1.10
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.9 2010/08/15 21:03:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/glest/glest-3.2.2.ebuild,v 1.10 2011/06/09 12:19:44 tupone Exp $
 
 EAPI=2
-inherit eutils wxwidgets games
+inherit eutils autotools wxwidgets games
 
 DESCRIPTION="Cross-platform 3D realtime strategy game"
 HOMEPAGE="http://www.glest.org/"
@@ -36,6 +36,7 @@
 	epatch \
 		"${FILESDIR}"/${P}-gentoo.patch \
 		"${FILESDIR}"/${P}-xerces-c.patch \
+		"${FILESDIR}"/${P}-underlink.patch \
 		"${FILESDIR}"/${P}-glibc210.patch \
 		"${FILESDIR}"/${P}-glibc212.patch
 
@@ -55,6 +56,8 @@
 		|| die "sed failed"
 
 	find "${WORKDIR}"/glest_game -name Thumbs.db -exec rm -f '{}' +
+
+	AT_M4DIR="mk/autoconf" eautoreconf
 }
 
 src_configure() {






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

end of thread, other threads:[~2011-06-09 12:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-03 15:53 [gentoo-commits] gentoo-x86 commit in games-strategy/glest: ChangeLog glest-3.2.2.ebuild Tristan Heaven (nyhm)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-02  6:57 Michael Sterrett (mr_bones_)
2010-02-15 23:55 Ryan Hill (dirtyepic)
2010-02-16  0:49 Michael Sterrett (mr_bones_)
2010-03-22 18:55 Michael Sterrett (mr_bones_)
2010-08-15 21:03 Samuli Suominen (ssuominen)
2011-06-09 12:19 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