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 /dev-util/geany-plugins | |
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 'dev-util/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/metadata.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/dev-util/geany-plugins/metadata.xml b/dev-util/geany-plugins/metadata.xml index afa89beee240..628a1aba3f39 100644 --- a/dev-util/geany-plugins/metadata.xml +++ b/dev-util/geany-plugins/metadata.xml @@ -6,21 +6,21 @@ <name>Nathan Phillip Brink</name> </maintainer> <use> - <flag name='autoclose'>Enable the autoclose plugin.</flag> - <flag name='automark'>Enable the automark plugin</flag> - <flag name='commander'>Enable the commander plugin which provides a command panel for rapid access to any action.</flag> - <flag name='ctags'>Enable ctags plugin</flag> - <flag name='debugger'>Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag> - <flag name='defineformat'>Enable the defineformat plugin.</flag> - <flag name='devhelp'>Enable the devhelp plugin which integrates <pkg>dev-util/devhelp</pkg></flag> - <flag name='enchant'>Enable spell checking using enchant</flag> - <flag name='gpg'>Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag> - <flag name='gtkspell'>Use gtkspell for dictionary support</flag> - <flag name='markdown'>Enable the markdown plugin which uses <pkg>app-text/discount</pkg> and <pkg>net-libs/webkit-gtk</pkg> to display a realtime preview markdown.</flag> - <flag name='multiterm'>Enable the multiterm plugin</flag> - <flag name='overview'>Enable overview plugin</flag> - <flag name='scope'>Enable the scope plugin which is a graphical GDB front-end</flag> - <flag name='soup'>Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag> - <flag name='webkit'>Enable webhelper plugin which requires <pkg>net-libs/webkit-gtk</pkg></flag> + <flag name="autoclose">Enable the autoclose plugin.</flag> + <flag name="automark">Enable the automark plugin</flag> + <flag name="commander">Enable the commander plugin which provides a command panel for rapid access to any action.</flag> + <flag name="ctags">Enable ctags plugin</flag> + <flag name="debugger">Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag> + <flag name="defineformat">Enable the defineformat plugin.</flag> + <flag name="devhelp">Enable the devhelp plugin which integrates <pkg>dev-util/devhelp</pkg></flag> + <flag name="enchant">Enable spell checking using enchant</flag> + <flag name="gpg">Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag> + <flag name="gtkspell">Use gtkspell for dictionary support</flag> + <flag name="markdown">Enable the markdown plugin which uses <pkg>app-text/discount</pkg> and <pkg>net-libs/webkit-gtk</pkg> to display a realtime preview markdown.</flag> + <flag name="multiterm">Enable the multiterm plugin</flag> + <flag name="overview">Enable overview plugin</flag> + <flag name="scope">Enable the scope plugin which is a graphical GDB front-end</flag> + <flag name="soup">Enable updatechecker and geniuspaste plugins which require <pkg>net-libs/libsoup</pkg></flag> + <flag name="webkit">Enable webhelper plugin which requires <pkg>net-libs/webkit-gtk</pkg></flag> </use> </pkgmetadata> |