diff options
Diffstat (limited to 'dev-db/maatkit/metadata.xml')
-rw-r--r-- | dev-db/maatkit/metadata.xml | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/dev-db/maatkit/metadata.xml b/dev-db/maatkit/metadata.xml index 65d37298016b..274d3e58184b 100644 --- a/dev-db/maatkit/metadata.xml +++ b/dev-db/maatkit/metadata.xml @@ -1,19 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>wschlich@gentoo.org</email> - <name>Wolfram Schlich</name> - <description>Primary maintainer</description> -</maintainer> -<longdescription> + <herd>no-herd</herd> + <maintainer> + <email>wschlich@gentoo.org</email> + <name>Wolfram Schlich</name> + <description>Primary maintainer</description> + </maintainer> + <maintainer> + <email>idl0r@gentoo.org</email> + <name>Christian Ruppert</name> + <description>Secondary maintainer</description> + </maintainer> + <longdescription> maatkit, formerly MySQL Toolkit, is a collection of command-line utilities that provide missing functionality for MySQL. Some of the tools implement lacking server functionality, such as online consistency checks for master/slave replication; others are client-side utilities such as a query profiler. -</longdescription> -<use> - <flag name='udf'>Build the MySQL UDFs shipped with maatkit, requires non-minimal MySQL</flag> - </use> + </longdescription> + <use> + <flag name="udf">Build the MySQL UDFs shipped with maatkit, requires non-minimal MySQL</flag> + </use> </pkgmetadata> |