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 /dev-scheme/scm
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 'dev-scheme/scm')
-rw-r--r--dev-scheme/scm/metadata.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/dev-scheme/scm/metadata.xml b/dev-scheme/scm/metadata.xml
index c9ae03be32b6..49da7a7b1bfd 100644
--- a/dev-scheme/scm/metadata.xml
+++ b/dev-scheme/scm/metadata.xml
@@ -6,26 +6,26 @@
SCM is a Scheme implementation conforming to Revised5 Report on the Algorithmic Language Scheme and the IEEE P1178 specification.
</longdescription>
<use>
- <flag name='arrays'>Support for arrays, uniform-arrays and
+ <flag name="arrays">Support for arrays, uniform-arrays and
uniform-vectors.</flag>
- <flag name='bignums'>Support for large precision integers.</flag>
- <flag name='cautious'>SCM will always check the number of arguments to
+ <flag name="bignums">Support for large precision integers.</flag>
+ <flag name="cautious">SCM will always check the number of arguments to
interpreted closures.</flag>
- <flag name='dynamic-linking'>Be able to load compiled files while
+ <flag name="dynamic-linking">Be able to load compiled files while
running.</flag>
- <flag name='engineering-notation'>Floats to display in engineering
+ <flag name="engineering-notation">Floats to display in engineering
notation (exponents always multiples of 3) instead of scientific
notation.</flag>
- <flag name='gsubr'>generalized c arguments: for arbitrary
+ <flag name="gsubr">generalized c arguments: for arbitrary
(more then 11) arguments to C functions.</flag>
- <flag name='inexact'>Support for floating point numbers.</flag>
- <flag name='ioext'>Commonly available I/O extensions: line I/O, file
+ <flag name="inexact">Support for floating point numbers.</flag>
+ <flag name="ioext">Commonly available I/O extensions: line I/O, file
positioning, file delete and rename, and directory functions.</flag>
- <flag name='libscm'>Build and install libscm.a and related headers</flag>
- <flag name='macro'>C level support for hygienic and referentially
+ <flag name="libscm">Build and install libscm.a and related headers</flag>
+ <flag name="macro">C level support for hygienic and referentially
transparent macros (syntax-rules macros).</flag>
- <flag name='regex'>String regular expression matching.</flag>
- <flag name='unix'>Support for: nice, acct, lstat, readlink, symlink,
+ <flag name="regex">String regular expression matching.</flag>
+ <flag name="unix">Support for: nice, acct, lstat, readlink, symlink,
mknod and sync.</flag>
</use>
</pkgmetadata>