Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/hedgewars/files: hedgewars-0.9.19-de_translation_fix.patch hedgewars-0.9.19-missionmap.patch
Date: Fri, 31 May 2013 19:20:22
Message-Id: 20130531192017.DB70D2171E@flycatcher.gentoo.org
1 hasufell 13/05/31 19:20:17
2
3 Added: hedgewars-0.9.19-de_translation_fix.patch
4 hedgewars-0.9.19-missionmap.patch
5 Log:
6 revbump, fix missionmaps and de translation
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.1 games-strategy/hedgewars/files/hedgewars-0.9.19-de_translation_fix.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/hedgewars/files/hedgewars-0.9.19-de_translation_fix.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/hedgewars/files/hedgewars-0.9.19-de_translation_fix.patch?rev=1.1&content-type=text/plain
15
16 Index: hedgewars-0.9.19-de_translation_fix.patch
17 ===================================================================
18 --- share/hedgewars/Data/Locale/hedgewars_de.ts
19 +++ share/hedgewars/Data/Locale/hedgewars_de.ts
20 @@ -939,7 +939,7 @@
21 </message>
22 <message>
23 <source>Play a game across a network</source>
24 - <translation>Spiele über ein Netwerk</translation>
25 + <translation>Spiele über ein Netzwerk</translation>
26 </message>
27 <message>
28 <source>Read about who is behind the Hedgewars Project</source>
29 @@ -2154,7 +2154,7 @@
30 </message>
31 <message>
32 <source>Netgame - Error</source>
33 - <translation>Netwerkspiel - Fehler</translation>
34 + <translation>Netzwerkspiel - Fehler</translation>
35 </message>
36 <message>
37 <source>Please select a server from the list</source>
38
39
40
41 1.1 games-strategy/hedgewars/files/hedgewars-0.9.19-missionmap.patch
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/hedgewars/files/hedgewars-0.9.19-missionmap.patch?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/hedgewars/files/hedgewars-0.9.19-missionmap.patch?rev=1.1&content-type=text/plain
45
46 Index: hedgewars-0.9.19-missionmap.patch
47 ===================================================================
48 diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/Basketball/map.lua
49 --- a/share/hedgewars/Data/Maps/Basketball/map.lua Fri May 31 16:49:11 2013 +0200
50 +++ b/share/hedgewars/Data/Maps/Basketball/map.lua Fri May 31 14:47:07 2013 -0400
51 @@ -1,6 +1,6 @@
52 -- Hedgewars - Basketball for 2+ Players
53
54 -HedgewarsScriptLoad("Scripts/Locale.lua")()
55 +HedgewarsScriptLoad("/Scripts/Locale.lua")
56
57 local score = {[0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0}
58
59 diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
60 --- a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Fri May 31 16:49:11 2013 +0200
61 +++ b/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua Fri May 31 14:47:07 2013 -0400
62 @@ -91,7 +91,7 @@
63 -- add support for more players
64 -- re-enable sudden death, but set water rise to 0
65
66 -HedgewarsScriptLoad("Scripts/Locale.lua")()
67 +HedgewarsScriptLoad("/Scripts/Locale.lua")
68
69 ---------------------------------------------------------------
70 ----------lots of bad variables and things
71 diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/Control/map.lua
72 --- a/share/hedgewars/Data/Maps/Control/map.lua Fri May 31 16:49:11 2013 +0200
73 +++ b/share/hedgewars/Data/Maps/Control/map.lua Fri May 31 14:47:07 2013 -0400
74 @@ -49,7 +49,7 @@
75 --script begins
76 -----------------
77
78 -HedgewarsScriptLoad("Scripts/Locale.lua")()
79 +HedgewarsScriptLoad("/Scripts/Locale.lua")
80
81 ---------------------------------------------------------------
82 ----------lots of bad variables and things
83 diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/Knockball/map.lua
84 --- a/share/hedgewars/Data/Maps/Knockball/map.lua Fri May 31 16:49:11 2013 +0200
85 +++ b/share/hedgewars/Data/Maps/Knockball/map.lua Fri May 31 14:47:07 2013 -0400
86 @@ -1,6 +1,6 @@
87 -- Hedgewars - Knockball for 2+ Players
88
89 -HedgewarsScriptLoad("Scripts/Locale.lua")()
90 +HedgewarsScriptLoad("/Scripts/Locale.lua")
91
92 local score = {[0] = 0, [1] = 0, [2] = 0, [3] = 0, [4] = 0, [5] = 0}
93
94 diff -r 164690ff1408 -r 4114ce5d885d share/hedgewars/Data/Maps/TrophyRace/map.lua
95 --- a/share/hedgewars/Data/Maps/TrophyRace/map.lua Fri May 31 16:49:11 2013 +0200
96 +++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua Fri May 31 14:47:07 2013 -0400
97 @@ -1,6 +1,6 @@
98 -- Hedgewars - Roperace for 2+ Players
99
100 -HedgewarsScriptLoad("Scripts/Locale.lua")()
101 +HedgewarsScriptLoad("/Scripts/Locale.lua")
102
103 -- store number of hedgehogs
104 local numhhs = 0