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-im/ekg2 | |
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-im/ekg2')
-rw-r--r-- | net-im/ekg2/metadata.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-im/ekg2/metadata.xml b/net-im/ekg2/metadata.xml index 9235b334061f..81cd10f83df2 100644 --- a/net-im/ekg2/metadata.xml +++ b/net-im/ekg2/metadata.xml @@ -8,26 +8,26 @@ <use> <!-- 0.3* flags --> - <flag name='gif' restrict='=net-im/ekg2-0.3*'> + <flag name="gif" restrict="=net-im/ekg2-0.3*"> GIF token support for Gadu-Gadu protocol.</flag> - <flag name='gnutls'>Enable SSL/TLS support through GnuTLS + <flag name="gnutls">Enable SSL/TLS support through GnuTLS for the plugins supporting it. If 'ssl' is enabled too, GnuTLS will be preferred where possible (and OpenSSL will be used elsewhere).</flag> - <flag name='jpeg'>JPEG token support for Gadu-Gadu protocol.</flag> - <flag name='ssl' restrict='=net-im/ekg2-0.3*'> + <flag name="jpeg">JPEG token support for Gadu-Gadu protocol.</flag> + <flag name="ssl" restrict="=net-im/ekg2-0.3*"> Enable the complete SSL/TLS support through OpenSSL. This also enables the 'sim' plugin which relies on OpenSSL.</flag> - <flag name='oracle'>Support logging messages into Oracle database.</flag> + <flag name="oracle">Support logging messages into Oracle database.</flag> <!-- common and modern flags --> - <flag name='gadu'>Enable Gadu-Gadu protocol support (requires + <flag name="gadu">Enable Gadu-Gadu protocol support (requires <pkg>net-libs/libgadu</pkg>).</flag> - <flag name='gpg'>Enable jabber message encryption through + <flag name="gpg">Enable jabber message encryption through <pkg>app-crypt/gpgme</pkg>.</flag> - <flag name='minimal'>Disable building extra plugins with no additional + <flag name="minimal">Disable building extra plugins with no additional deps.</flag> - <flag name='openssl'>Support encryption in sim plugin, using OpenSSL.</flag> - <flag name='sqlite'>Support logging messages into SQLite3 database.</flag> + <flag name="openssl">Support encryption in sim plugin, using OpenSSL.</flag> + <flag name="sqlite">Support logging messages into SQLite3 database.</flag> </use> </pkgmetadata> |