summaryrefslogtreecommitdiff
path: root/net-irc
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 /net-irc
parent3ed063d792064b1b8979b6adbfb1079adbad8a60 (diff)
downloadgentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz
gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.xz
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')
-rw-r--r--net-irc/atheme-services/metadata.xml10
-rw-r--r--net-irc/hexchat/metadata.xml24
-rw-r--r--net-irc/kvirc/metadata.xml2
-rw-r--r--net-irc/ngircd/metadata.xml2
-rw-r--r--net-irc/psybnc/metadata.xml6
-rw-r--r--net-irc/quassel/metadata.xml2
-rw-r--r--net-irc/unrealircd/metadata.xml20
7 files changed, 33 insertions, 33 deletions
diff --git a/net-irc/atheme-services/metadata.xml b/net-irc/atheme-services/metadata.xml
index 204e95820a1..eefa09b1766 100644
--- a/net-irc/atheme-services/metadata.xml
+++ b/net-irc/atheme-services/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>net-irc</herd>
@@ -12,9 +12,9 @@
<description>Co-maintainer</description>
</maintainer>
<use>
- <flag name='cracklib'>Enable nickserv/cracklib module for enforcing strong account passwords</flag>
- <flag name='largenet'>Enable support/tweaks for large networks</flag>
- <flag name='ldap'>Enable ldap-backed authentication module</flag>
- <flag name='perl'>Install a perl module which wraps around the services' XML-RPC interface</flag>
+ <flag name="cracklib">Enable nickserv/cracklib module for enforcing strong account passwords</flag>
+ <flag name="largenet">Enable support/tweaks for large networks</flag>
+ <flag name="ldap">Enable ldap-backed authentication module</flag>
+ <flag name="perl">Install a perl module which wraps around the services' XML-RPC interface</flag>
</use>
</pkgmetadata>
diff --git a/net-irc/hexchat/metadata.xml b/net-irc/hexchat/metadata.xml
index 1ec52d60645..09408e639d7 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>
diff --git a/net-irc/kvirc/metadata.xml b/net-irc/kvirc/metadata.xml
index 2d09bff03ec..8c436c20b9b 100644
--- a/net-irc/kvirc/metadata.xml
+++ b/net-irc/kvirc/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>
<maintainer>
diff --git a/net-irc/ngircd/metadata.xml b/net-irc/ngircd/metadata.xml
index 3bca316dd23..9f4b1679abe 100644
--- a/net-irc/ngircd/metadata.xml
+++ b/net-irc/ngircd/metadata.xml
@@ -9,6 +9,6 @@
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<use>
- <flag name='ident'>Enables support for <pkg>net-libs/libident</pkg></flag>
+ <flag name="ident">Enables support for <pkg>net-libs/libident</pkg></flag>
</use>
</pkgmetadata>
diff --git a/net-irc/psybnc/metadata.xml b/net-irc/psybnc/metadata.xml
index 84d7ff44d86..5a33ac00109 100644
--- a/net-irc/psybnc/metadata.xml
+++ b/net-irc/psybnc/metadata.xml
@@ -7,9 +7,9 @@
<name>Bjarke Istrup Pedersen</name>
</maintainer>
<use>
- <flag name='oidentd'>Adds support for oidentd</flag>
- <flag name='scripting'>Adds scripting support</flag>
- <flag name='multinetwork'>Adds support for multiple networks</flag>
+ <flag name="oidentd">Adds support for oidentd</flag>
+ <flag name="scripting">Adds scripting support</flag>
+ <flag name="multinetwork">Adds support for multiple networks</flag>
</use>
<longdescription>psyBNC is a multi-user and multi-server gateway to IRC networks</longdescription>
</pkgmetadata>
diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml
index 27030852668..6155014a8b2 100644
--- a/net-irc/quassel/metadata.xml
+++ b/net-irc/quassel/metadata.xml
@@ -42,7 +42,7 @@
the client.
</flag>
<flag name="crypt">
- Support core->network per-channel and per-query blowfish
+ Support core-&gt;network per-channel and per-query blowfish
encryption via <pkg>app-crypt/qca:2</pkg>.
</flag>
</use>
diff --git a/net-irc/unrealircd/metadata.xml b/net-irc/unrealircd/metadata.xml
index 7a298531b3c..255310e51a5 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>