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-analyzer/wireshark | |
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-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net-analyzer/wireshark/metadata.xml b/net-analyzer/wireshark/metadata.xml index 9b808bbd2895..b80d8aa88139 100644 --- a/net-analyzer/wireshark/metadata.xml +++ b/net-analyzer/wireshark/metadata.xml @@ -25,16 +25,16 @@ plain text </longdescription> <use> -<flag name='adns'>Use the GNU <pkg>net-dns/c-ares</pkg> library to resolve DNS names</flag> -<flag name='androiddump'>Install androiddump</flag> -<flag name='crypt'>Use <pkg>dev-libs/libgcrypt</pkg> to decrypt traffic</flag> -<flag name='doc-pdf'>Build documentation in pdf format (US and a4 paper sizes)</flag> -<flag name='gtk3'>Build the wireshark executable with a GTK+ UI version 3.</flag> -<flag name='netlink'>Use <pkg>dev-libs/libnl</pkg></flag> -<flag name='pcap'>Use <pkg>net-libs/libpcap</pkg> for network packet capturing (build dumpcap, rawshark)</flag> -<flag name='qt4'>Build the wireshark executable with an experimental Qt UI instead of GTK+.</flag> -<flag name='sbc'>Use <pkg>media-libs/sbc</pkg> for playing back SBC encoded packets</flag> -<flag name='smi'>Use <pkg>net-libs/libsmi</pkg> to resolve numeric OIDs into human readable format</flag> -<flag name='tfshark'>Install tfshark</flag> +<flag name="adns">Use the GNU <pkg>net-dns/c-ares</pkg> library to resolve DNS names</flag> +<flag name="androiddump">Install androiddump</flag> +<flag name="crypt">Use <pkg>dev-libs/libgcrypt</pkg> to decrypt traffic</flag> +<flag name="doc-pdf">Build documentation in pdf format (US and a4 paper sizes)</flag> +<flag name="gtk3">Build the wireshark executable with a GTK+ UI version 3.</flag> +<flag name="netlink">Use <pkg>dev-libs/libnl</pkg></flag> +<flag name="pcap">Use <pkg>net-libs/libpcap</pkg> for network packet capturing (build dumpcap, rawshark)</flag> +<flag name="qt4">Build the wireshark executable with an experimental Qt UI instead of GTK+.</flag> +<flag name="sbc">Use <pkg>media-libs/sbc</pkg> for playing back SBC encoded packets</flag> +<flag name="smi">Use <pkg>net-libs/libsmi</pkg> to resolve numeric OIDs into human readable format</flag> +<flag name="tfshark">Install tfshark</flag> </use> </pkgmetadata> |