commit: 654d9b64a8ddd2b5ed21c953f5bcbd6f251ea508 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Mon Sep 18 16:38:12 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 16:49:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654d9b64
dev-perl/Quota: fix mixed metadata.xml indentation Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Quota/metadata.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml index ad078d878cd..959339cb91d 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>[email protected]</email> - <name>Christian Affolter</name> - <description>Maintainer</description> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <description>Proxy maintainer</description> - </maintainer> - <maintainer type="project"> + <maintainer type="person"> + <email>[email protected]</email> + <name>Christian Affolter</name> + <description>Maintainer</description> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <description>Proxy maintainer</description> + </maintainer> + <maintainer type="project"> <email>[email protected]</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>
