summaryrefslogtreecommitdiff
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 /gnustep-base
parentpackage.use.mask studio for net-analyzer/icinga2 (diff)
downloadgentoo-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 'gnustep-base')
-rw-r--r--gnustep-base/gnustep-back-art/metadata.xml2
-rw-r--r--gnustep-base/gnustep-back-cairo/metadata.xml2
-rw-r--r--gnustep-base/gnustep-back-xlib/metadata.xml2
-rw-r--r--gnustep-base/gnustep-make/metadata.xml4
4 files changed, 5 insertions, 5 deletions
diff --git a/gnustep-base/gnustep-back-art/metadata.xml b/gnustep-base/gnustep-back-art/metadata.xml
index 08d2c4dceedf..626b41b2fc21 100644
--- a/gnustep-base/gnustep-back-art/metadata.xml
+++ b/gnustep-base/gnustep-back-art/metadata.xml
@@ -20,6 +20,6 @@ DPS functions required by the front-end system.
This package installs a backend that supports libart_lgpl.
</longdescription>
<use>
- <flag name='xim'>Enable X11 XiM input method</flag>
+ <flag name="xim">Enable X11 XiM input method</flag>
</use>
</pkgmetadata>
diff --git a/gnustep-base/gnustep-back-cairo/metadata.xml b/gnustep-base/gnustep-back-cairo/metadata.xml
index 9094147f6f66..6920307820c3 100644
--- a/gnustep-base/gnustep-back-cairo/metadata.xml
+++ b/gnustep-base/gnustep-back-cairo/metadata.xml
@@ -6,6 +6,6 @@
Cairo back-end component for the GNUstep GUI Library.
</longdescription>
<use>
- <flag name='xim'>Enable X11 XiM input method</flag>
+ <flag name="xim">Enable X11 XiM input method</flag>
</use>
</pkgmetadata>
diff --git a/gnustep-base/gnustep-back-xlib/metadata.xml b/gnustep-base/gnustep-back-xlib/metadata.xml
index 395546fb789d..b850ae4beecb 100644
--- a/gnustep-base/gnustep-back-xlib/metadata.xml
+++ b/gnustep-base/gnustep-back-xlib/metadata.xml
@@ -20,6 +20,6 @@ DPS functions required by the front-end system.
This package installs a backend that supports X11.
</longdescription>
<use>
- <flag name='xim'>Enable X11 XiM input method</flag>
+ <flag name="xim">Enable X11 XiM input method</flag>
</use>
</pkgmetadata>
diff --git a/gnustep-base/gnustep-make/metadata.xml b/gnustep-base/gnustep-make/metadata.xml
index 10f57cdec6a4..7ea24116581d 100644
--- a/gnustep-base/gnustep-make/metadata.xml
+++ b/gnustep-base/gnustep-make/metadata.xml
@@ -10,7 +10,7 @@ configuration, building, installation, and packaging. It also allows
the user to easily create cross-compiled binaries.
</longdescription>
<use>
- <flag name='libobjc2'>Enables use of the GNUstep Objective-C runtime (<pkg>gnustep-base/libobjc2</pkg>) with non-fragile ABI and <pkg>sys-devel/clang</pkg> compiler</flag>
- <flag name='native-exceptions'>Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it </flag>
+ <flag name="libobjc2">Enables use of the GNUstep Objective-C runtime (<pkg>gnustep-base/libobjc2</pkg>) with non-fragile ABI and <pkg>sys-devel/clang</pkg> compiler</flag>
+ <flag name="native-exceptions">Enables use of the native Objective-C exception support (@try/@catch/@finally) built-in objective-c exceptions with compilers that support it </flag>
</use>
</pkgmetadata>