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 /sys-fs/ntfs3g
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 'sys-fs/ntfs3g')
-rw-r--r--sys-fs/ntfs3g/metadata.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-fs/ntfs3g/metadata.xml b/sys-fs/ntfs3g/metadata.xml
index 9f6d59bb43bf..439306dc586a 100644
--- a/sys-fs/ntfs3g/metadata.xml
+++ b/sys-fs/ntfs3g/metadata.xml
@@ -1,5 +1,5 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>base-system</herd>
<maintainer>
@@ -8,7 +8,7 @@
<maintainer>
<email>ssuominen@gentoo.org</email>
</maintainer>
-<longdescription lang='en'>
+<longdescription lang="en">
The ntfs-3g driver is an open source, GPL licensed, third generation Linux
NTFS driver for 32-bit, little-endian architectures which was implemented
by the Linux-NTFS project. It provides full read-write access to NTFS,
@@ -16,14 +16,14 @@ excluding access to encrypted files, writing compressed files, changing
file ownership, access right.
</longdescription>
<use>
- <flag name='external-fuse'>
+ <flag name="external-fuse">
Use external FUSE library instead of internal one. Must be disabled
for unprivileged mounting to work.
</flag>
- <flag name='ntfsdecrypt'>Build and install the ntfsdecrypt application.</flag>
- <flag name='ntfsprogs'>Include internal version of ntfsprogs.</flag>
+ <flag name="ntfsdecrypt">Build and install the ntfsdecrypt application.</flag>
+ <flag name="ntfsprogs">Include internal version of ntfsprogs.</flag>
</use>
<upstream>
- <remote-id type='cpe'>cpe:/a:ntfs-3g:ntfs-3g</remote-id>
+ <remote-id type="cpe">cpe:/a:ntfs-3g:ntfs-3g</remote-id>
</upstream>
</pkgmetadata>