diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:24 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:02:24 +0000 |
commit | edb2dc573396f329d679e6cdadc8dc572d165c4a (patch) | |
tree | f34e05ed880352108a1c2546ee734269eb1130db | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-edb2dc573396f329d679e6cdadc8dc572d165c4a.tar.gz historical-edb2dc573396f329d679e6cdadc8dc572d165c4a.tar.bz2 historical-edb2dc573396f329d679e6cdadc8dc572d165c4a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
-rw-r--r-- | dev-cpp/ctemplate/metadata.xml | 5 | ||||
-rw-r--r-- | dev-cpp/gflags/metadata.xml | 3 | ||||
-rw-r--r-- | dev-cpp/glog/metadata.xml | 15 | ||||
-rw-r--r-- | dev-cpp/gmock/metadata.xml | 9 | ||||
-rw-r--r-- | dev-cpp/gtest/metadata.xml | 14 | ||||
-rw-r--r-- | dev-cpp/sparsehash/metadata.xml | 5 | ||||
-rw-r--r-- | dev-cpp/yaml-cpp/metadata.xml | 12 | ||||
-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 | ||||
-rw-r--r-- | dev-dotnet/google-gdata-sharp/metadata.xml | 9 | ||||
-rw-r--r-- | dev-games/guichan/metadata.xml | 11 |
12 files changed, 64 insertions, 34 deletions
diff --git a/dev-cpp/ctemplate/metadata.xml b/dev-cpp/ctemplate/metadata.xml index 8434377a6047..e3f7acbf8e43 100644 --- a/dev-cpp/ctemplate/metadata.xml +++ b/dev-cpp/ctemplate/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>cpp</herd> + <herd>cpp</herd> + <upstream> + <remote-id type="google-code">google-ctemplate</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-cpp/gflags/metadata.xml b/dev-cpp/gflags/metadata.xml index 12c924ddd591..64d15d8f61cd 100644 --- a/dev-cpp/gflags/metadata.xml +++ b/dev-cpp/gflags/metadata.xml @@ -5,4 +5,7 @@ <email>nelchael@gentoo.org</email> <name>Krzysztof Pawlik</name> </maintainer> + <upstream> + <remote-id type="google-code">gflags</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-cpp/glog/metadata.xml b/dev-cpp/glog/metadata.xml index aedf6f4d9c66..f7c7f6a4d859 100644 --- a/dev-cpp/glog/metadata.xml +++ b/dev-cpp/glog/metadata.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>vapier@gentoo.org</email> -</maintainer> -<use> - <flag name='gflags'>Use gflags module for flag parsing</flag> -</use> + <maintainer> + <email>vapier@gentoo.org</email> + </maintainer> + <use> + <flag name="gflags">Use gflags module for flag parsing</flag> + </use> + <upstream> + <remote-id type="google-code">google-glog</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-cpp/gmock/metadata.xml b/dev-cpp/gmock/metadata.xml index 7123fa8f9ece..541e716613f3 100644 --- a/dev-cpp/gmock/metadata.xml +++ b/dev-cpp/gmock/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>vapier@gentoo.org</email> -</maintainer> + <maintainer> + <email>vapier@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="google-code">googlemock</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-cpp/gtest/metadata.xml b/dev-cpp/gtest/metadata.xml index c1f897f74697..e966576d9b89 100644 --- a/dev-cpp/gtest/metadata.xml +++ b/dev-cpp/gtest/metadata.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>matsuu@gentoo.org</email> - </maintainer> - <upstream> - <doc lang="en">http://code.google.com/p/googletest/w/list</doc> - </upstream> + <maintainer> + <email>matsuu@gentoo.org</email> + </maintainer> + <upstream> + <doc lang="en">http://code.google.com/p/googletest/w/list</doc> + <remote-id type="google-code">googletest</remote-id> + </upstream> </pkgmetadata> - diff --git a/dev-cpp/sparsehash/metadata.xml b/dev-cpp/sparsehash/metadata.xml index 8434377a6047..a4f851005953 100644 --- a/dev-cpp/sparsehash/metadata.xml +++ b/dev-cpp/sparsehash/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>cpp</herd> + <herd>cpp</herd> + <upstream> + <remote-id type="google-code">google-sparsehash</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-cpp/yaml-cpp/metadata.xml b/dev-cpp/yaml-cpp/metadata.xml index 7888a863892b..40068b39f78f 100644 --- a/dev-cpp/yaml-cpp/metadata.xml +++ b/dev-cpp/yaml-cpp/metadata.xml @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>neurogeek@gentoo.org</email> - <name>Jesus Rivero</name> -</maintainer> + <maintainer> + <email>neurogeek@gentoo.org</email> + <name>Jesus Rivero</name> + </maintainer> + <upstream> + <remote-id type="google-code">yaml-cpp</remote-id> + </upstream> </pkgmetadata> - 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> diff --git a/dev-dotnet/google-gdata-sharp/metadata.xml b/dev-dotnet/google-gdata-sharp/metadata.xml index ab0bee0a7ab5..1b05edbdd325 100644 --- a/dev-dotnet/google-gdata-sharp/metadata.xml +++ b/dev-dotnet/google-gdata-sharp/metadata.xml @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>ford_prefect@gentoo.org</email> - </maintainer> + <maintainer> + <email>ford_prefect@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="google-code">google-gdata</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-games/guichan/metadata.xml b/dev-games/guichan/metadata.xml index 6ecc2d6e8f2b..9afc7ed48ba0 100644 --- a/dev-games/guichan/metadata.xml +++ b/dev-games/guichan/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>games</herd> - <use> - <flag name="allegro">Build the Allegro frontend</flag> - </use> + <herd>games</herd> + <use> + <flag name="allegro">Build the Allegro frontend</flag> + </use> + <upstream> + <remote-id type="google-code">guichan</remote-id> + </upstream> </pkgmetadata> |