diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /games-rpg/arx-libertatis | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-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-rpg/arx-libertatis')
-rw-r--r-- | games-rpg/arx-libertatis/metadata.xml | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/games-rpg/arx-libertatis/metadata.xml b/games-rpg/arx-libertatis/metadata.xml index 13a0ce0c0740..3a5dd3e2cc53 100644 --- a/games-rpg/arx-libertatis/metadata.xml +++ b/games-rpg/arx-libertatis/metadata.xml @@ -7,20 +7,20 @@ <name>Julian Ospald</name> </maintainer> <use> - <flag name='c++0x'>Build ROOT using the C++11 standard.</flag> - <flag name='crash-reporter'>Build a <pkg>dev-qt/qtgui</pkg>-based + <flag name="c++0x">Build ROOT using the C++11 standard.</flag> + <flag name="crash-reporter">Build a <pkg>dev-qt/qtgui</pkg>-based tool that allows to submit crash information to the upstream backtracker.</flag> - <flag name='debug'>Enable asserts and debug logging.</flag> - <flag name='static'>Link libraries statically, currently only + <flag name="debug">Enable asserts and debug logging.</flag> + <flag name="static">Link libraries statically, currently only <pkg>media-libs/glew</pkg></flag> - <flag name='tools'>Build tools that can extract the game's data and + <flag name="tools">Build tools that can extract the game's data and save files.</flag> - <flag name='unity-build'>Build everything in one big source file, + <flag name="unity-build">Build everything in one big source file, allowing for faster build times and better optimizations at the cost of higher memory usage.</flag> </use> - <longdescription lang='en'> + <longdescription lang="en"> Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 first-person role-playing game/dungeon crawler developed by Arkane Studios. @@ -31,7 +31,7 @@ modern systems, porting the game to new systems as well as eliminating bugs and limitations. </longdescription> - <longdescription lang='de'> + <longdescription lang="de"> Arx Libertatis ist eine cross-platform, open source Portierung von Arx Fatalis, ein Rollenspiel/Dungeon Crawler in Ego-Perspektive aus dem Jahr 2002, entwickelt von Arkane Studios. @@ -44,7 +44,7 @@ portiert und bugs und Beschränkungen behebt. </longdescription> <upstream> - <maintainer status='active'> + <maintainer status="active"> <email>daniel@constexpr.org</email> <name>Daniel Scharrer</name> </maintainer> @@ -52,10 +52,9 @@ <changelog> http://wiki.arx-libertatis.org/Changelog </changelog> - <doc lang='en'>http://wiki.arx-libertatis.org/</doc> - <remote-id type='github'>arx/ArxLibertatis</remote-id> - <remote-id type='sourceforge'>arx</remote-id> - <remote-id type='freecode'>arx-libertatis</remote-id> + <doc lang="en">http://wiki.arx-libertatis.org/</doc> + <remote-id type="github">arx/ArxLibertatis</remote-id> + <remote-id type="sourceforge">arx</remote-id> + <remote-id type="freecode">arx-libertatis</remote-id> </upstream> </pkgmetadata> - |