diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-19 04:38:12 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-19 04:49:56 +1200 |
commit | 654d9b64a8ddd2b5ed21c953f5bcbd6f251ea508 (patch) | |
tree | 02d5970f072c1b7bbbe97758e1649fb4e5095119 /dev-perl/Quota | |
parent | dev-perl/Panotools-Script: fix mixed metadata.xml indentation (diff) | |
download | gentoo-654d9b64a8ddd2b5ed21c953f5bcbd6f251ea508.tar.gz gentoo-654d9b64a8ddd2b5ed21c953f5bcbd6f251ea508.tar.bz2 gentoo-654d9b64a8ddd2b5ed21c953f5bcbd6f251ea508.zip |
dev-perl/Quota: fix mixed metadata.xml indentation
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Quota')
-rw-r--r-- | dev-perl/Quota/metadata.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml index ad078d878cd2..959339cb91da 100644 --- a/dev-perl/Quota/metadata.xml +++ b/dev-perl/Quota/metadata.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>c.affolter@purplehaze.ch</email> - <name>Christian Affolter</name> - <description>Maintainer</description> - </maintainer> - <maintainer type="person"> - <email>dev-zero@gentoo.org</email> - <description>Proxy maintainer</description> - </maintainer> - <maintainer type="project"> + <maintainer type="person"> + <email>c.affolter@purplehaze.ch</email> + <name>Christian Affolter</name> + <description>Maintainer</description> + </maintainer> + <maintainer type="person"> + <email>dev-zero@gentoo.org</email> + <description>Proxy maintainer</description> + </maintainer> + <maintainer type="project"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> - <longdescription>The Quota module provides access to file system quotas. The quotactl system call or ioctl is used to query or set quotas on the local host, or queries are submitted via RPC to a remote host. Mount tables can be parsed with getmntent and paths can be translated to device files (or whatever the actual quotactl implementations needs as argument) of the according file system.</longdescription> + <longdescription>The Quota module provides access to file system quotas. The quotactl system call or ioctl is used to query or set quotas on the local host, or queries are submitted via RPC to a remote host. Mount tables can be parsed with getmntent and paths can be translated to device files (or whatever the actual quotactl implementations needs as argument) of the according file system.</longdescription> <upstream> <remote-id type="cpan">Quota</remote-id> <remote-id type="cpan-module">Quota</remote-id> |