Gentoo Archives: gentoo-commits

From: Alexander Turenko <totktonada.ru@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-action/d1x-rebirth/files/, games-action/d1x-rebirth/, ...
Date: Wed, 28 Dec 2016 21:44:13
Message-Id: 1482871469.3b850aba481dccb2e6fe066e165c6f7c76734df1.totktonada@gentoo
1 commit: 3b850aba481dccb2e6fe066e165c6f7c76734df1
2 Author: Alexander Turenko <totktonada.ru <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 27 20:44:29 2016 +0000
4 Commit: Alexander Turenko <totktonada.ru <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 27 20:44:29 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=3b850aba
7
8 games-action/d[12]x-rebirth: clean up, fix indent
9
10 .../files/d1x-rebirth-0.57.3-flags.patch | 21 ---------------------
11 games-action/d1x-rebirth/metadata.xml | 4 ++--
12 games-action/d2x-rebirth/metadata.xml | 4 ++--
13 3 files changed, 4 insertions(+), 25 deletions(-)
14
15 diff --git a/games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch b/games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch
16 deleted file mode 100644
17 index b8aaa72..0000000
18 --- a/games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch
19 +++ /dev/null
20 @@ -1,21 +0,0 @@
21 ---- d1x-rebirth_v0.57.3-src/SConstruct
22 -+++ d1x-rebirth_v0.57.3-src/SConstruct
23 -@@ -390,7 +390,6 @@
24 - env.Append(CPPFLAGS = ['-g'])
25 - else:
26 - env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
27 -- env.Append(CPPFLAGS = ['-O2'])
28 -
29 - # profiler?
30 - if (profiler == 1):
31 -@@ -419,8 +418,9 @@
32 - print '\n'
33 -
34 - env.Append(CPPDEFINES = [('SHAREPATH', '\\"' + str(sharepath) + '\\"')])
35 -+env.Append(LINKFLAGS = [str(lflags)])
36 - # finally building program...
37 --env.Program(target=str(target), source = common_sources, LIBS = libs, LINKFLAGS = str(lflags))
38 -+env.Program(target=str(target), source = common_sources, LIBS = libs)
39 - if (sys.platform != 'darwin'):
40 - env.Install(BIN_DIR, str(target))
41 - env.Alias('install', BIN_DIR)
42
43 diff --git a/games-action/d1x-rebirth/metadata.xml b/games-action/d1x-rebirth/metadata.xml
44 index f41ce91..7a44d1e 100644
45 --- a/games-action/d1x-rebirth/metadata.xml
46 +++ b/games-action/d1x-rebirth/metadata.xml
47 @@ -17,7 +17,7 @@
48 music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
49 <flag name="textures">Include high resolution (640x480) backgrounds,
50 briefing images and fonts</flag>
51 - <flag name="music">Adds music support</flag>
52 - <flag name="data">Install data files</flag>
53 + <flag name="music">Adds music support</flag>
54 + <flag name="data">Install data files</flag>
55 </use>
56 </pkgmetadata>
57
58 diff --git a/games-action/d2x-rebirth/metadata.xml b/games-action/d2x-rebirth/metadata.xml
59 index 0078f1c..d1e4c62 100644
60 --- a/games-action/d2x-rebirth/metadata.xml
61 +++ b/games-action/d2x-rebirth/metadata.xml
62 @@ -19,7 +19,7 @@
63 music, recorded with the Yamaha YMF262 OPL3 soundchip</flag>
64 <flag name="sc55-musicpack">Include alternate version of the game's
65 music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
66 - <flag name="music">Adds music support</flag>
67 - <flag name="data">Install data files</flag>
68 + <flag name="music">Adds music support</flag>
69 + <flag name="data">Install data files</flag>
70 </use>
71 </pkgmetadata>