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 /net-irc/hexchat/metadata.xml | |
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 'net-irc/hexchat/metadata.xml')
-rw-r--r-- | net-irc/hexchat/metadata.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/net-irc/hexchat/metadata.xml b/net-irc/hexchat/metadata.xml index 1ec52d606456..09408e639d7d 100644 --- a/net-irc/hexchat/metadata.xml +++ b/net-irc/hexchat/metadata.xml @@ -12,28 +12,28 @@ <description>Proxy maintainer. CC him on bugs</description> </maintainer> <use> - <flag name='ntlm'>Enable NTLM authentication</flag> - <flag name='libcanberra'>Enable sound event support using + <flag name="ntlm">Enable NTLM authentication</flag> + <flag name="libcanberra">Enable sound event support using <pkg>media-libs/libcanberra</pkg></flag> - <flag name='libproxy'>Enable proxy support.</flag> - <flag name='plugins'>Enable plugin support and installs some + <flag name="libproxy">Enable proxy support.</flag> + <flag name="plugins">Enable plugin support and installs some built-in plugins</flag> - <flag name='plugin-checksum'>Build Checksum plugin + <flag name="plugin-checksum">Build Checksum plugin (needs plugins)</flag> - <flag name='plugin-doat'>Build Do At plugin (needs plugins)</flag> - <flag name='plugin-fishlim'>Build FiSHLiM plugin (needs plugins + <flag name="plugin-doat">Build Do At plugin (needs plugins)</flag> + <flag name="plugin-fishlim">Build FiSHLiM plugin (needs plugins )</flag> - <flag name='plugin-sysinfo'>Build SysInfo plugin (needs plugins) + <flag name="plugin-sysinfo">Build SysInfo plugin (needs plugins) </flag> - <flag name='theme-manager'>Build the theme manager (mono)</flag> + <flag name="theme-manager">Build the theme manager (mono)</flag> </use> <upstream> - <maintainer status='active'> + <maintainer status="active"> <email>tingping@fedoraproject.org</email> <name>TingPing</name> </maintainer> <bugs-to>https://github.com/hexchat/hexchat/issues</bugs-to> - <doc lang='en'>http://hexchat.readthedocs.org/en/latest</doc> - <remote-id type='github'>hexchat/hexchat</remote-id> + <doc lang="en">http://hexchat.readthedocs.org/en/latest</doc> + <remote-id type="github">hexchat/hexchat</remote-id> </upstream> </pkgmetadata> |