public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild ChangeLog
@ 2009-11-04 18:06 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-11-04 18:06 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/11/04 18:06:43

  Modified:             pokerth-0.7.1.ebuild ChangeLog
  Log:
  Add qt-core dep (bug #291877)
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  games-board/pokerth/pokerth-0.7.1.ebuild

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

Index: pokerth-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pokerth-0.7.1.ebuild	17 Jul 2009 08:13:02 -0000	1.1
+++ pokerth-0.7.1.ebuild	4 Nov 2009 18:06:42 -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-board/pokerth/pokerth-0.7.1.ebuild,v 1.1 2009/07/17 08:13:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.2 2009/11/04 18:06:42 mr_bones_ Exp $
 
 EAPI=2
 inherit multilib flag-o-matic eutils qt4 games
@@ -18,6 +18,7 @@
 DEPEND="dev-libs/boost:1.39
 	>=net-libs/gnutls-2.2.2
 	>=net-misc/curl-7.16
+	x11-libs/qt-core:4
 	!dedicated? (
 		media-libs/libsdl
 		media-libs/sdl-mixer[mikmod,vorbis]



1.8                  games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	17 Jul 2009 08:13:02 -0000	1.7
+++ ChangeLog	4 Nov 2009 18:06:42 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.7 2009/07/17 08:13:02 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.8 2009/11/04 18:06:42 mr_bones_ Exp $
+
+  04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.7.1.ebuild:
+  Add qt-core dep (bug #291877)
 
 *pokerth-0.7.1 (17 Jul 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild ChangeLog
@ 2010-03-09  1:45 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-03-09  1:45 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/03/09 01:45:37

  Modified:             pokerth-0.7.1.ebuild ChangeLog
  Log:
  allow building against boost:1.41
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.3                  games-board/pokerth/pokerth-0.7.1.ebuild

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

Index: pokerth-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pokerth-0.7.1.ebuild	4 Nov 2009 18:06:42 -0000	1.2
+++ pokerth-0.7.1.ebuild	9 Mar 2010 01:45:36 -0000	1.3
@@ -1,6 +1,6 @@
-# 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-board/pokerth/pokerth-0.7.1.ebuild,v 1.2 2009/11/04 18:06:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.3 2010/03/09 01:45:36 mr_bones_ Exp $
 
 EAPI=2
 inherit multilib flag-o-matic eutils qt4 games
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="dedicated"
 
-DEPEND="dev-libs/boost:1.39
+DEPEND="|| ( dev-libs/boost:1.41 dev-libs/boost:1.39 )
 	>=net-libs/gnutls-2.2.2
 	>=net-misc/curl-7.16
 	x11-libs/qt-core:4
@@ -29,6 +29,8 @@
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
+	local boost_ver
+
 	if use dedicated ; then
 		sed -i \
 			-e 's/pokerth_game.pro//' \
@@ -39,10 +41,12 @@
 		-e '/no_dead_strip_inits_and_terms/d' \
 		*pro \
 		|| die 'sed failed'
+	has_version dev-libs/boost:1.39 && boost_ver=1_39
+	has_version dev-libs/boost:1.41 && boost_ver=1_41
 	append-cxxflags \
-		-I/usr/include/boost-1_39
+		-I/usr/include/boost-${boost_ver}
 	append-ldflags \
-		-L/usr/$(get_libdir)/boost-1_39
+		-L/usr/$(get_libdir)/boost-${boost_ver}
 }
 
 src_configure() {



1.9                  games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 Nov 2009 18:06:42 -0000	1.8
+++ ChangeLog	9 Mar 2010 01:45:36 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.8 2009/11/04 18:06:42 mr_bones_ Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.9 2010/03/09 01:45:36 mr_bones_ Exp $
+
+  09 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.7.1.ebuild:
+  allow building against boost:1.41
 
   04 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.7.1.ebuild:
   Add qt-core dep (bug #291877)






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

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild ChangeLog
@ 2010-03-24 19:21 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-24 19:21 UTC (permalink / raw
  To: gentoo-commits

fauli       10/03/24 19:21:00

  Modified:             pokerth-0.7.1.ebuild ChangeLog
  Log:
  stable x86, bug 308567
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.4                  games-board/pokerth/pokerth-0.7.1.ebuild

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

Index: pokerth-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pokerth-0.7.1.ebuild	9 Mar 2010 01:45:36 -0000	1.3
+++ pokerth-0.7.1.ebuild	24 Mar 2010 19:21:00 -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-board/pokerth/pokerth-0.7.1.ebuild,v 1.3 2010/03/09 01:45:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.4 2010/03/24 19:21:00 fauli Exp $
 
 EAPI=2
 inherit multilib flag-o-matic eutils qt4 games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="dedicated"
 
 DEPEND="|| ( dev-libs/boost:1.41 dev-libs/boost:1.39 )



1.10                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	9 Mar 2010 01:45:36 -0000	1.9
+++ ChangeLog	24 Mar 2010 19:21:00 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.9 2010/03/09 01:45:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.10 2010/03/24 19:21:00 fauli Exp $
+
+  24 Mar 2010; Christian Faulhammer <fauli@gentoo.org> pokerth-0.7.1.ebuild:
+  stable x86, bug 308567
 
   09 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.7.1.ebuild:
   allow building against boost:1.41






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

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild ChangeLog
@ 2010-04-02 15:43 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2010-04-02 15:43 UTC (permalink / raw
  To: gentoo-commits

maekke      10/04/02 15:43:56

  Modified:             pokerth-0.7.1.ebuild ChangeLog
  Log:
  amd64 stable
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  games-board/pokerth/pokerth-0.7.1.ebuild

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

Index: pokerth-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pokerth-0.7.1.ebuild	24 Mar 2010 19:21:00 -0000	1.4
+++ pokerth-0.7.1.ebuild	2 Apr 2010 15:43:56 -0000	1.5
@@ -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-board/pokerth/pokerth-0.7.1.ebuild,v 1.4 2010/03/24 19:21:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.5 2010/04/02 15:43:56 maekke Exp $
 
 EAPI=2
 inherit multilib flag-o-matic eutils qt4 games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-1 GPL-2 GPL-3 BitstreamVera public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="dedicated"
 
 DEPEND="|| ( dev-libs/boost:1.41 dev-libs/boost:1.39 )



1.11                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	24 Mar 2010 19:21:00 -0000	1.10
+++ ChangeLog	2 Apr 2010 15:43:56 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.10 2010/03/24 19:21:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.11 2010/04/02 15:43:56 maekke Exp $
+
+  02 Apr 2010; Markus Meier <maekke@gentoo.org> pokerth-0.7.1.ebuild:
+  amd64 stable
 
   24 Mar 2010; Christian Faulhammer <fauli@gentoo.org> pokerth-0.7.1.ebuild:
   stable x86, bug 308567






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

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild ChangeLog
@ 2010-05-04  5:33 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-05-04  5:33 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/05/04 05:33:36

  Modified:             pokerth-0.7.1.ebuild ChangeLog
  Log:
  Allow newer boost and steal boost-related code from wesnoth ebuild
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.6                  games-board/pokerth/pokerth-0.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?r1=1.5&r2=1.6

Index: pokerth-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pokerth-0.7.1.ebuild	2 Apr 2010 15:43:56 -0000	1.5
+++ pokerth-0.7.1.ebuild	4 May 2010 05:33:36 -0000	1.6
@@ -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-board/pokerth/pokerth-0.7.1.ebuild,v 1.5 2010/04/02 15:43:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.6 2010/05/04 05:33:36 mr_bones_ Exp $
 
 EAPI=2
 inherit multilib flag-o-matic eutils qt4 games
@@ -15,7 +15,7 @@
 KEYWORDS="amd64 ~ppc x86"
 IUSE="dedicated"
 
-DEPEND="|| ( dev-libs/boost:1.41 dev-libs/boost:1.39 )
+DEPEND=">=dev-libs/boost-1.39
 	>=net-libs/gnutls-2.2.2
 	>=net-misc/curl-7.16
 	x11-libs/qt-core:4
@@ -41,12 +41,19 @@
 		-e '/no_dead_strip_inits_and_terms/d' \
 		*pro \
 		|| die 'sed failed'
-	has_version dev-libs/boost:1.39 && boost_ver=1_39
-	has_version dev-libs/boost:1.41 && boost_ver=1_41
+	local boost_ver=$(best_version ">=dev-libs/boost-1.39")
+
+	boost_ver=${boost_ver/*boost-/}
+	boost_ver=${boost_ver%.*}
+	boost_ver=${boost_ver/./_}
+
+	einfo "Using boost version ${boost_ver}"
 	append-cxxflags \
 		-I/usr/include/boost-${boost_ver}
 	append-ldflags \
 		-L/usr/$(get_libdir)/boost-${boost_ver}
+	export BOOST_INCLUDEDIR="/usr/include/boost-${boost_ver}"
+	export BOOST_LIBRARYDIR="/usr/$(get_libdir)/boost-${boost_ver}"
 }
 
 src_configure() {



1.12                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	2 Apr 2010 15:43:56 -0000	1.11
+++ ChangeLog	4 May 2010 05:33:36 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.11 2010/04/02 15:43:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.12 2010/05/04 05:33:36 mr_bones_ Exp $
+
+  04 May 2010; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.7.1.ebuild:
+  Allow newer boost and steal boost-related code from wesnoth ebuild
 
   02 Apr 2010; Markus Meier <maekke@gentoo.org> pokerth-0.7.1.ebuild:
   amd64 stable






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

* [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild ChangeLog
@ 2010-05-14 18:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-14 18:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/14 18:13:21

  Modified:             pokerth-0.7.1.ebuild ChangeLog
  Log:
  Fix building with GCC 4.5 wrt #318591 by Kacper Kowalik.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  games-board/pokerth/pokerth-0.7.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild?r1=1.6&r2=1.7

Index: pokerth-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pokerth-0.7.1.ebuild	4 May 2010 05:33:36 -0000	1.6
+++ pokerth-0.7.1.ebuild	14 May 2010 18:13:21 -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-board/pokerth/pokerth-0.7.1.ebuild,v 1.6 2010/05/04 05:33:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-0.7.1.ebuild,v 1.7 2010/05/14 18:13:21 ssuominen Exp $
 
 EAPI=2
 inherit multilib flag-o-matic eutils qt4 games
@@ -29,6 +29,8 @@
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-gcc45.patch
+
 	local boost_ver
 
 	if use dedicated ; then



1.13                 games-board/pokerth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 May 2010 05:33:36 -0000	1.12
+++ ChangeLog	14 May 2010 18:13:21 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-board/pokerth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.12 2010/05/04 05:33:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/ChangeLog,v 1.13 2010/05/14 18:13:21 ssuominen Exp $
+
+  14 May 2010; Samuli Suominen <ssuominen@gentoo.org> pokerth-0.7.1.ebuild,
+  +files/pokerth-0.7.1-gcc45.patch:
+  Fix building with GCC 4.5 wrt #318591 by Kacper Kowalik.
 
   04 May 2010; Michael Sterrett <mr_bones_@gentoo.org> pokerth-0.7.1.ebuild:
   Allow newer boost and steal boost-related code from wesnoth ebuild






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

end of thread, other threads:[~2010-05-14 18:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 18:06 [gentoo-commits] gentoo-x86 commit in games-board/pokerth: pokerth-0.7.1.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-09  1:45 Michael Sterrett (mr_bones_)
2010-03-24 19:21 Christian Faulhammer (fauli)
2010-04-02 15:43 Markus Meier (maekke)
2010-05-04  5:33 Michael Sterrett (mr_bones_)
2010-05-14 18:13 Samuli Suominen (ssuominen)

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