diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:56:00 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:58:41 +0200 |
commit | 438605963973a406d2631521da60e3964c47fe0a (patch) | |
tree | 3bdbb5735bae2129a3f360b16d7c4fe26991febd /dev-cpp | |
parent | dev-util/shellcheck: Fix vesion correctly (diff) | |
download | gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.gz gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.bz2 gentoo-438605963973a406d2631521da60e3964c47fe0a.zip |
ADd missing remote-id entries
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/ctemplate/metadata.xml | 1 | ||||
-rw-r--r-- | dev-cpp/glog/metadata.xml | 1 | ||||
-rw-r--r-- | dev-cpp/gmock/metadata.xml | 1 | ||||
-rw-r--r-- | dev-cpp/gtest/metadata.xml | 5 | ||||
-rw-r--r-- | dev-cpp/sparsehash/metadata.xml | 1 | ||||
-rw-r--r-- | dev-cpp/yaml-cpp/metadata.xml | 1 |
6 files changed, 8 insertions, 2 deletions
diff --git a/dev-cpp/ctemplate/metadata.xml b/dev-cpp/ctemplate/metadata.xml index e3f7acbf8e43..2b4f08135671 100644 --- a/dev-cpp/ctemplate/metadata.xml +++ b/dev-cpp/ctemplate/metadata.xml @@ -4,5 +4,6 @@ <herd>cpp</herd> <upstream> <remote-id type="google-code">google-ctemplate</remote-id> + <remote-id type="github">olafvdspek/ctemplate</remote-id> </upstream> </pkgmetadata> diff --git a/dev-cpp/glog/metadata.xml b/dev-cpp/glog/metadata.xml index f53753845dcf..fcf6c17cbcb3 100644 --- a/dev-cpp/glog/metadata.xml +++ b/dev-cpp/glog/metadata.xml @@ -11,5 +11,6 @@ </use> <upstream> <remote-id type="google-code">google-glog</remote-id> + <remote-id type="github">google/glog</remote-id> </upstream> </pkgmetadata> diff --git a/dev-cpp/gmock/metadata.xml b/dev-cpp/gmock/metadata.xml index 541e716613f3..6f168ee9907f 100644 --- a/dev-cpp/gmock/metadata.xml +++ b/dev-cpp/gmock/metadata.xml @@ -6,5 +6,6 @@ </maintainer> <upstream> <remote-id type="google-code">googlemock</remote-id> + <remote-id type="github">google/googlemock</remote-id> </upstream> </pkgmetadata> diff --git a/dev-cpp/gtest/metadata.xml b/dev-cpp/gtest/metadata.xml index 69c1537c80d2..130be1dacd75 100644 --- a/dev-cpp/gtest/metadata.xml +++ b/dev-cpp/gtest/metadata.xml @@ -2,11 +2,12 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>tomka@gentoo.org</email> - <name>Thomas Kahle</name> + <email>tomka@gentoo.org</email> + <name>Thomas Kahle</name> </maintainer> <upstream> <doc lang="en">https://code.google.com/p/googletest/w/list</doc> <remote-id type="google-code">googletest</remote-id> + <remote-id type="github">google/googletest</remote-id> </upstream> </pkgmetadata> diff --git a/dev-cpp/sparsehash/metadata.xml b/dev-cpp/sparsehash/metadata.xml index a4f851005953..3a6027d20c2a 100644 --- a/dev-cpp/sparsehash/metadata.xml +++ b/dev-cpp/sparsehash/metadata.xml @@ -4,5 +4,6 @@ <herd>cpp</herd> <upstream> <remote-id type="google-code">google-sparsehash</remote-id> + <remote-id type="github">google/sparsehash</remote-id> </upstream> </pkgmetadata> diff --git a/dev-cpp/yaml-cpp/metadata.xml b/dev-cpp/yaml-cpp/metadata.xml index 40068b39f78f..03c0c12b8a94 100644 --- a/dev-cpp/yaml-cpp/metadata.xml +++ b/dev-cpp/yaml-cpp/metadata.xml @@ -7,5 +7,6 @@ </maintainer> <upstream> <remote-id type="google-code">yaml-cpp</remote-id> + <remote-id type="github">jbeder/yaml-cpp</remote-id> </upstream> </pkgmetadata> |