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/unrealircd | |
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/unrealircd')
-rw-r--r-- | net-irc/unrealircd/metadata.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/net-irc/unrealircd/metadata.xml b/net-irc/unrealircd/metadata.xml index 7a298531b3cb..255310e51a58 100644 --- a/net-irc/unrealircd/metadata.xml +++ b/net-irc/unrealircd/metadata.xml @@ -11,15 +11,15 @@ <name>Jeff Horelick</name> </maintainer> <use> - <flag name='class-nofakelag'>Enable an unsupported class::options flag called “nofakelag” allowing you to grant fakelag exemption to normal user (instead of just opers).</flag> - <flag name='extban-stacking'>Enable extended channel bans (such as +b ~c: and +b ~n:) to contain other extended bans instead of just hostmasks.</flag> - <flag name='prefixaq'>Enable chanadmin and chanowner prefixes</flag> - <flag name='showlistmodes'>Support displaying channel modes during compilation</flag> - <flag name='operoverride-verify'>Enable requiring opers to invite themselves to +s/+p channels</flag> - <flag name='operoverride'>Enable OperOverride extension</flag> - <flag name='usermod'>Enable /set* and /chg* commands</flag> - <flag name='showlistmodes'>Support displaying channel modes in /list</flag> - <flag name='shunnotices'>Enable notifying a user when un-shunned</flag> - <flag name='topicisnuhost'>Enable displaying nick!user@host as topic setter</flag> + <flag name="class-nofakelag">Enable an unsupported class::options flag called “nofakelag” allowing you to grant fakelag exemption to normal user (instead of just opers).</flag> + <flag name="extban-stacking">Enable extended channel bans (such as +b ~c: and +b ~n:) to contain other extended bans instead of just hostmasks.</flag> + <flag name="prefixaq">Enable chanadmin and chanowner prefixes</flag> + <flag name="showlistmodes">Support displaying channel modes during compilation</flag> + <flag name="operoverride-verify">Enable requiring opers to invite themselves to +s/+p channels</flag> + <flag name="operoverride">Enable OperOverride extension</flag> + <flag name="usermod">Enable /set* and /chg* commands</flag> + <flag name="showlistmodes">Support displaying channel modes in /list</flag> + <flag name="shunnotices">Enable notifying a user when un-shunned</flag> + <flag name="topicisnuhost">Enable displaying nick!user@host as topic setter</flag> </use> </pkgmetadata> |