Skip to content

Commit

Permalink
dev-perl/Quota: fix mixed metadata.xml indentation
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
kentfredric committed Sep 18, 2017
1 parent 932ec75 commit 654d9b6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions dev-perl/Quota/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 654d9b6

Please sign in to comment.