summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-24 23:15:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-24 23:58:38 +0100
commit4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch)
treec9fc5379b3c3097e4235ec64664ef2d893dd58ad /games-simulation
parentpackage.use.mask studio for net-analyzer/icinga2 (diff)
downloadgentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz
gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2
gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/fgrun/metadata.xml2
-rw-r--r--games-simulation/openttd/metadata.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/games-simulation/fgrun/metadata.xml b/games-simulation/fgrun/metadata.xml
index 02cb4915c3e6..333dcbad7ff6 100644
--- a/games-simulation/fgrun/metadata.xml
+++ b/games-simulation/fgrun/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
diff --git a/games-simulation/openttd/metadata.xml b/games-simulation/openttd/metadata.xml
index 031679386643..8afe81fa705a 100644
--- a/games-simulation/openttd/metadata.xml
+++ b/games-simulation/openttd/metadata.xml
@@ -3,10 +3,10 @@
<pkgmetadata>
<herd>games</herd>
<use>
- <flag name='aplaymidi'>Enables midi music in game, using aplaymidi as an external player</flag>
+ <flag name="aplaymidi">Enables midi music in game, using aplaymidi as an external player</flag>
- <flag name='openmedia'>Enables the free open media sets: OpenGFX, OpenSFX, OpenMSX, removing the requirement for proprietary TTD assets to play OpenTTD.</flag>
- <flag name='lzo'>Enables LZO compression for savegames. This is only needed to load extremely old savegames. (versions before 0.2)</flag>
- <flag name='dedicated'>Build only the openttd server, and not the client.</flag>
+ <flag name="openmedia">Enables the free open media sets: OpenGFX, OpenSFX, OpenMSX, removing the requirement for proprietary TTD assets to play OpenTTD.</flag>
+ <flag name="lzo">Enables LZO compression for savegames. This is only needed to load extremely old savegames. (versions before 0.2)</flag>
+ <flag name="dedicated">Build only the openttd server, and not the client.</flag>
</use>
</pkgmetadata>