public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog
@ 2015-04-08 18:11 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:11 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:11:44

  Modified:             freeorion-0.4.5_pre.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.2                  games-strategy/freeorion/freeorion-0.4.5_pre.ebuild

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

Index: freeorion-0.4.5_pre.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freeorion-0.4.5_pre.ebuild	27 Mar 2015 14:05:26 -0000	1.1
+++ freeorion-0.4.5_pre.ebuild	8 Apr 2015 18:11:44 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.1 2015/03/27 14:05:26 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.2 2015/04/08 18:11:44 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_6 python2_7 )
+PYTHON_COMPAT=( python2_7 )
 inherit cmake-utils python-any-r1 games
 
 DESCRIPTION="A free turn-based space empire and galactic conquest game"



1.15                 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	27 Mar 2015 14:05:26 -0000	1.14
+++ ChangeLog	8 Apr 2015 18:11:44 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.14 2015/03/27 14:05:26 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.15 2015/04/08 18:11:44 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> freeorion-0.4.5_pre.ebuild:
+  Drop old Python implementations
 
 *freeorion-0.4.5_pre (27 Mar 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog
@ 2015-05-26  7:49 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2015-05-26  7:49 UTC (permalink / raw
  To: gentoo-commits

tomka       15/05/26 07:49:18

  Modified:             freeorion-0.4.5_pre.ebuild ChangeLog
  Log:
  Add missing glew dependency (bug 550382)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)

Revision  Changes    Path
1.3                  games-strategy/freeorion/freeorion-0.4.5_pre.ebuild

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

Index: freeorion-0.4.5_pre.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freeorion-0.4.5_pre.ebuild	8 Apr 2015 18:11:44 -0000	1.2
+++ freeorion-0.4.5_pre.ebuild	26 May 2015 07:49:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.2 2015/04/08 18:11:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.3 2015/05/26 07:49:18 tomka Exp $
 
 EAPI=5
 
@@ -23,6 +23,7 @@
 	media-libs/libsdl2
 	>=dev-libs/boost-1.47[python]
 	media-libs/freealut
+	media-libs/glew
 	media-libs/libogg
 	media-libs/libsdl[X,opengl,video]
 	media-libs/libvorbis



1.16                 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	8 Apr 2015 18:11:44 -0000	1.15
+++ ChangeLog	26 May 2015 07:49:18 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.15 2015/04/08 18:11:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16 2015/05/26 07:49:18 tomka Exp $
+
+  26 May 2015; Thomas Kahle <tomka@gentoo.org> freeorion-0.4.5_pre.ebuild:
+  Add missing glew dependency (bug 550382)
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> freeorion-0.4.5_pre.ebuild:
   Drop old Python implementations





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

* [gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog
@ 2015-08-03 11:36 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2015-08-03 11:36 UTC (permalink / raw
  To: gentoo-commits

tomka       15/08/03 11:36:48

  Modified:             freeorion-0.4.5_pre.ebuild ChangeLog
  Log:
  Fix compatibility with boost-1.5{7,8}
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)

Revision  Changes    Path
1.4                  games-strategy/freeorion/freeorion-0.4.5_pre.ebuild

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

Index: freeorion-0.4.5_pre.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freeorion-0.4.5_pre.ebuild	26 May 2015 07:49:18 -0000	1.3
+++ freeorion-0.4.5_pre.ebuild	3 Aug 2015 11:36:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.3 2015/05/26 07:49:18 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 1.4 2015/08/03 11:36:48 tomka Exp $
 
 EAPI=5
 
@@ -45,6 +45,10 @@
 }
 
 src_prepare() {
+
+	epatch "${FILESDIR}/${P}-boost-1.57.patch"
+	epatch "${FILESDIR}/${P}-boost-1.58.patch"
+
 	# parse subdir sets -O3
 	sed -e "s:-O3::" -i parse/CMakeLists.txt
 



1.17                 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	26 May 2015 07:49:18 -0000	1.16
+++ ChangeLog	3 Aug 2015 11:36:48 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16 2015/05/26 07:49:18 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.17 2015/08/03 11:36:48 tomka Exp $
+
+  03 Aug 2015; Thomas Kahle <tomka@gentoo.org>
+  +files/freeorion-0.4.5_pre-boost-1.57.patch,
+  +files/freeorion-0.4.5_pre-boost-1.58.patch, freeorion-0.4.5_pre.ebuild:
+  Fix compatibility with boost-1.5{7,8}
 
   26 May 2015; Thomas Kahle <tomka@gentoo.org> freeorion-0.4.5_pre.ebuild:
   Add missing glew dependency (bug 550382)





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

end of thread, other threads:[~2015-08-03 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:11 [gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-26  7:49 Thomas Kahle (tomka)
2015-08-03 11:36 Thomas Kahle (tomka)

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