commit:     3b850aba481dccb2e6fe066e165c6f7c76734df1
Author:     Alexander Turenko <totktonada.ru <AT> gmail <DOT> com>
AuthorDate: Tue Dec 27 20:44:29 2016 +0000
Commit:     Alexander Turenko <totktonada.ru <AT> gmail <DOT> com>
CommitDate: Tue Dec 27 20:44:29 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=3b850aba

games-action/d[12]x-rebirth: clean up, fix indent

 .../files/d1x-rebirth-0.57.3-flags.patch            | 21 ---------------------
 games-action/d1x-rebirth/metadata.xml               |  4 ++--
 games-action/d2x-rebirth/metadata.xml               |  4 ++--
 3 files changed, 4 insertions(+), 25 deletions(-)

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
deleted file mode 100644
index b8aaa72..0000000
--- a/games-action/d1x-rebirth/files/d1x-rebirth-0.57.3-flags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- d1x-rebirth_v0.57.3-src/SConstruct
-+++ d1x-rebirth_v0.57.3-src/SConstruct
-@@ -390,7 +390,6 @@
-       env.Append(CPPFLAGS = ['-g'])
- else:
-       env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
--      env.Append(CPPFLAGS = ['-O2'])
- 
- # profiler?
- if (profiler == 1):
-@@ -419,8 +418,9 @@
- print '\n'
- 
- env.Append(CPPDEFINES = [('SHAREPATH', '\\"' + str(sharepath) + '\\"')])
-+env.Append(LINKFLAGS = [str(lflags)])
- # finally building program...
--env.Program(target=str(target), source = common_sources, LIBS = libs, 
LINKFLAGS = str(lflags))
-+env.Program(target=str(target), source = common_sources, LIBS = libs)
- if (sys.platform != 'darwin'):
-       env.Install(BIN_DIR, str(target))
-       env.Alias('install', BIN_DIR)

diff --git a/games-action/d1x-rebirth/metadata.xml 
b/games-action/d1x-rebirth/metadata.xml
index f41ce91..7a44d1e 100644
--- a/games-action/d1x-rebirth/metadata.xml
+++ b/games-action/d1x-rebirth/metadata.xml
@@ -17,7 +17,7 @@
       music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
     <flag name="textures">Include high resolution (640x480) backgrounds,
       briefing images and fonts</flag>
-       <flag name="music">Adds music support</flag>
-       <flag name="data">Install data files</flag>
+    <flag name="music">Adds music support</flag>
+    <flag name="data">Install data files</flag>
   </use>
 </pkgmetadata>

diff --git a/games-action/d2x-rebirth/metadata.xml 
b/games-action/d2x-rebirth/metadata.xml
index 0078f1c..d1e4c62 100644
--- a/games-action/d2x-rebirth/metadata.xml
+++ b/games-action/d2x-rebirth/metadata.xml
@@ -19,7 +19,7 @@
       music, recorded with the Yamaha YMF262 OPL3 soundchip</flag>
     <flag name="sc55-musicpack">Include alternate version of the game's
       music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
-       <flag name="music">Adds music support</flag>
-       <flag name="data">Install data files</flag>
+    <flag name="music">Adds music support</flag>
+    <flag name="data">Install data files</flag>
   </use>
 </pkgmetadata>

Reply via email to