Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/galaxyhack/files: galaxyhack-1.74-boost.patch digest-galaxyhack-1.74 galaxyhack-1.74-destdirs.patch
Date: Sat, 10 Nov 2007 00:47:26
Message-Id: E1IqeVK-00029x-QW@stork.gentoo.org
1 tupone 07/11/10 00:47:18
2
3 Added: galaxyhack-1.74-boost.patch digest-galaxyhack-1.74
4 galaxyhack-1.74-destdirs.patch
5 Log:
6 Version bump to 1.74
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.1 games-strategy/galaxyhack/files/galaxyhack-1.74-boost.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/galaxyhack-1.74-boost.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/galaxyhack-1.74-boost.patch?rev=1.1&content-type=text/plain
14
15 Index: galaxyhack-1.74-boost.patch
16 ===================================================================
17 --- src/SetupBattle.cpp
18 +++ src/SetupBattle.cpp
19 @@ -18,7 +18,7 @@
20 #include "PreBattle.h"
21
22 #include <sstream>
23 -#include <boost/filesystem/exception.hpp>
24 +#include <boost/filesystem.hpp>
25
26 using std::stringstream;
27 using std::getline;
28
29
30
31 1.1 games-strategy/galaxyhack/files/digest-galaxyhack-1.74
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/digest-galaxyhack-1.74?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/digest-galaxyhack-1.74?rev=1.1&content-type=text/plain
35
36 Index: digest-galaxyhack-1.74
37 ===================================================================
38 MD5 4eee814b0679fdaad1f47de58d38ab67 galaxyhack-1.74.tar.bz2 9948336
39 RMD160 b84de9a93709093d572732018f30cafeb3c7439c galaxyhack-1.74.tar.bz2 9948336
40 SHA256 ae6529008fe5be76607ce78833ef3b5d55e10f60a998b5747255b0854037880a galaxyhack-1.74.tar.bz2 9948336
41 MD5 3a021fd03b792f9d2ef04715a7b83211 galaxyhack.png 819
42 RMD160 8cf27749f4672158d66a39c760bdef21306ecc23 galaxyhack.png 819
43 SHA256 248d32aeaa03e4183cf0333bd4da1d32ea11883fcb77efe6ebc6e2be201e9903 galaxyhack.png 819
44
45
46
47 1.1 games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/galaxyhack/files/galaxyhack-1.74-destdirs.patch?rev=1.1&content-type=text/plain
51
52 Index: galaxyhack-1.74-destdirs.patch
53 ===================================================================
54 --- Makefile.old 2006-07-28 00:02:20.000000000 +0200
55 +++ Makefile 2006-07-28 00:02:59.000000000 +0200
56 @@ -6,8 +6,8 @@
57 # James Gregory and Everton da Silva Marques <evertonsm@×××××××××.br>
58 #
59
60 -INSTALL_DIR=/usr/local/share
61 -INSTALL_BIN_DIR=/usr/local/bin
62 +INSTALL_DIR="${GAMES_DATADIR}"
63 +INSTALL_BIN_DIR="${GAMES_BINDIR}"
64
65 CXX = g++
66 CXXFLAGS = $(shell sdl-config --cflags) -O3
67 --- Main.cpp.old 2006-07-28 00:04:46.000000000 +0200
68 +++ Main.cpp 2006-07-28 00:08:28.000000000 +0200
69 @@ -184,7 +184,7 @@
70 #ifndef WIN32
71 string settingsPath = userHomePath + "settings.dat";
72 if (!DoesFileExist(settingsPath))
73 - settingsPath = "settings.dat";
74 + settingsPath = "@GAMES_DATADIR@/galaxyhack/settings.dat";
75 #else
76 string settingsPath = "settings.dat";
77 #endif
78
79
80
81 --
82 gentoo-commits@g.o mailing list