diff options
author | 2013-01-11 10:41:37 +0000 | |
---|---|---|
committer | 2013-01-11 10:41:37 +0000 | |
commit | e9d972d3ea90f0665127322f9ccd0d83e6fd92b5 (patch) | |
tree | f9a4ac7d0998ff8f6a47d1f9ffc95e125485b14f /dev-perl/Quota/metadata.xml | |
parent | Version bump to 3.8_rc3 (diff) | |
download | gentoo-2-e9d972d3ea90f0665127322f9ccd0d83e6fd92b5.tar.gz gentoo-2-e9d972d3ea90f0665127322f9ccd0d83e6fd92b5.tar.bz2 gentoo-2-e9d972d3ea90f0665127322f9ccd0d83e6fd92b5.zip |
Initial commit, required for www-apps/webdavcgi.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 0xAE9C1E30!)
Diffstat (limited to 'dev-perl/Quota/metadata.xml')
-rw-r--r-- | dev-perl/Quota/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml new file mode 100644 index 000000000000..9f63987af841 --- /dev/null +++ b/dev-perl/Quota/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>christian.affolter@stepping-stone.ch</email> + <description>Maintainer</description> + </maintainer> + <maintainer> + <email>dev-zero@gentoo.org</email> + <description>Proxy maintainer</description> + </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> +</pkgmetadata> |