diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /dev-db | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/innotop/metadata.xml | 3 | ||||
-rw-r--r-- | dev-db/maatkit/metadata.xml | 9 | ||||
-rw-r--r-- | dev-db/mysql-udf-http/metadata.xml | 3 |
3 files changed, 11 insertions, 4 deletions
diff --git a/dev-db/innotop/metadata.xml b/dev-db/innotop/metadata.xml index c933e776aefc..44b249080ca5 100644 --- a/dev-db/innotop/metadata.xml +++ b/dev-db/innotop/metadata.xml @@ -4,4 +4,7 @@ <herd>mysql</herd> <longdescription>innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features</longdescription> + <upstream> + <remote-id type="google-code">innotop</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-db/maatkit/metadata.xml b/dev-db/maatkit/metadata.xml index 1c7ed994c518..77236e9aa4e6 100644 --- a/dev-db/maatkit/metadata.xml +++ b/dev-db/maatkit/metadata.xml @@ -11,13 +11,14 @@ <name>Christian Ruppert</name> <description>Secondary maintainer</description> </maintainer> - <longdescription> -maatkit, formerly MySQL Toolkit, is a collection of command-line utilities that + <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> +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> + <upstream> + <remote-id type="google-code">maatkit</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-db/mysql-udf-http/metadata.xml b/dev-db/mysql-udf-http/metadata.xml index 3f5f778dc2a5..b8714a05f16c 100644 --- a/dev-db/mysql-udf-http/metadata.xml +++ b/dev-db/mysql-udf-http/metadata.xml @@ -5,4 +5,7 @@ <email>sbriesen@gentoo.org</email> <name>Stefan Briesenick</name> </maintainer> + <upstream> + <remote-id type="google-code">mysql-udf-http</remote-id> + </upstream> </pkgmetadata> |