diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 06:28:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-23 06:28:19 +0000 |
commit | 1f583140e1c1d1a104181533b96b982e2cf84def (patch) | |
tree | 0e3fd0fa4659644510a05f173198a534e0bdf266 /net-mail/dbmail | |
parent | net-libs is done (diff) | |
download | gentoo-2-1f583140e1c1d1a104181533b96b982e2cf84def.tar.gz gentoo-2-1f583140e1c1d1a104181533b96b982e2cf84def.tar.bz2 gentoo-2-1f583140e1c1d1a104181533b96b982e2cf84def.zip |
fix up metadata.xml (glep 56)
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-mail/dbmail')
-rw-r--r-- | net-mail/dbmail/metadata.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net-mail/dbmail/metadata.xml b/net-mail/dbmail/metadata.xml index 055a37d3cbf5..9353ac561705 100644 --- a/net-mail/dbmail/metadata.xml +++ b/net-mail/dbmail/metadata.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>net-mail</herd> -<maintainer> - <email>lordvan@gentoo.org</email> - <name>Thomas Raschbacher</name> -</maintainer> -<longdescription>Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. Currently MySQL, PostgreSQL and SQLite can be used as database backends.</longdescription> + <herd>net-mail</herd> + <maintainer> + <email>lordvan@gentoo.org</email> + <name>Thomas Raschbacher</name> + </maintainer> + <longdescription>Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. Currently MySQL, PostgreSQL and SQLite can be used as database backends.</longdescription> + <use> + <flag name="sieve">Enable sieve filter support</flag> + </use> </pkgmetadata> |