tomka       15/01/20 08:27:24

  Modified:             freeorion-0.4.4.ebuild ChangeLog
  Log:
  Fix bug 528480, move large patch to devspace
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  Changes    Path
1.2                  games-strategy/freeorion/freeorion-0.4.4.ebuild

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

Index: freeorion-0.4.4.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freeorion-0.4.4.ebuild      12 Jan 2015 13:05:17 -0000      1.1
+++ freeorion-0.4.4.ebuild      20 Jan 2015 08:27:24 -0000      1.2
@@ -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.4.ebuild,v 1.1 
2015/01/12 13:05:17 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild,v 1.2 
2015/01/20 08:27:24 tomka Exp $
 
 EAPI=5
 
@@ -9,7 +9,8 @@
 
 DESCRIPTION="A free turn-based space empire and galactic conquest game"
 HOMEPAGE="http://www.freeorion.org";
-SRC_URI="http://dev.gentoo.org/~tomka/files/${P}.tar.bz2";
+SRC_URI="http://dev.gentoo.org/~tomka/files/${P}.tar.bz2
+                
http://dev.gentoo.org/~tomka/files/${P}-ogre-1.9-compat.patch.bz2";
 
 LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0"
 SLOT="0"
@@ -35,7 +36,6 @@
        ${PYTHON_DEPS}
        virtual/pkgconfig"
 
-# S="${WORKDIR}/${P}/${myPN}"
 CMAKE_USE_DIR="${S}"
 CMAKE_VERBOSE="1"
 
@@ -57,7 +57,7 @@
                        >> "${CMAKE_USE_DIR}"/ogre_plugins.cfg || die
        fi
 
-       epatch "${FILESDIR}/ogre-1.9-compat.patch"
+       epatch "${WORKDIR}/${P}-ogre-1.9-compat.patch"
 
        # parse subdir sets -O3
        sed -e "s:-O3::" -i parse/CMakeLists.txt
@@ -89,7 +89,7 @@
        dogamesbin "${CMAKE_BUILD_DIR}"/${PN}{ca,d} || die
        newgamesbin "${CMAKE_BUILD_DIR}"/${PN} ${PN}.bin || die
        games_make_wrapper ${PN} \
-               "${GAMES_BINDIR}/${PN}.bin --resource-dir ./default" \
+               "${GAMES_BINDIR}/${PN}.bin --resource-dir 
${GAMES_DATADIR}/${PN}/default" \
                "${GAMES_DATADIR}/${PN}"
 
        # lib



1.12                 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Jan 2015 13:05:17 -0000      1.11
+++ ChangeLog   20 Jan 2015 08:27:24 -0000      1.12
@@ -1,6 +1,10 @@
 # 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.11 
2015/01/12 13:05:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.12 
2015/01/20 08:27:24 tomka Exp $
+
+  20 Jan 2015; Thomas Kahle <to...@gentoo.org> -files/ogre-1.9-compat.patch,
+  freeorion-0.4.4.ebuild:
+  Fix bug 528480, move large patch to devspace
 
 *freeorion-0.4.4 (12 Jan 2015)
 




Reply via email to