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-util | |
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-util')
-rw-r--r-- | dev-util/dmake/metadata.xml | 4 | ||||
-rw-r--r-- | dev-util/google-perftools/metadata.xml | 6 | ||||
-rw-r--r-- | dev-util/gprof2dot/metadata.xml | 3 | ||||
-rw-r--r-- | dev-util/include-what-you-use/metadata.xml | 3 | ||||
-rw-r--r-- | dev-util/open-vcdiff/metadata.xml | 1 | ||||
-rw-r--r-- | dev-util/shunit2/metadata.xml | 1 | ||||
-rw-r--r-- | dev-util/ticpp/metadata.xml | 4 |
7 files changed, 17 insertions, 5 deletions
diff --git a/dev-util/dmake/metadata.xml b/dev-util/dmake/metadata.xml index 8a9b49eec325..75e0c5991789 100644 --- a/dev-util/dmake/metadata.xml +++ b/dev-util/dmake/metadata.xml @@ -5,5 +5,7 @@ <email>chithanh@gentoo.org</email> <name>Chí-Thanh Christopher Nguyễn</name> </maintainer> + <upstream> + <remote-id type="github">mohawk2/dmake</remote-id> + </upstream> </pkgmetadata> - diff --git a/dev-util/google-perftools/metadata.xml b/dev-util/google-perftools/metadata.xml index 450a4d64b8ac..e3c97b0b8830 100644 --- a/dev-util/google-perftools/metadata.xml +++ b/dev-util/google-perftools/metadata.xml @@ -4,23 +4,23 @@ <maintainer> <email>flameeyes@gentoo.org</email> </maintainer> - <use> <flag name="largepages"> Use (experimental) larger pages for tcmalloc, this increases memory usage, but should speed up the allocation/free operations. </flag> - <flag name="debug"> Build a set of libraries with debug support (so-called debugalloc). These are available by default but are not needed unless you're actually developing using tcmalloc. </flag> - <flag name="minimal"> Only build the tcmalloc_minimal library, ignoring the heap checker and the profilers. </flag> </use> + <upstream> + <remote-id type="github">gperftools/gperftools</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-util/gprof2dot/metadata.xml b/dev-util/gprof2dot/metadata.xml index 16bcc9f800a2..2022c0142d5b 100644 --- a/dev-util/gprof2dot/metadata.xml +++ b/dev-util/gprof2dot/metadata.xml @@ -5,4 +5,7 @@ <email>sping@gentoo.org</email> <name>Sebastian Pipping</name> </maintainer> + <upstream> + <remote-id type="github">jrfonseca/gprof2dot</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-util/include-what-you-use/metadata.xml b/dev-util/include-what-you-use/metadata.xml index 49bf44dac71e..c489d7430064 100644 --- a/dev-util/include-what-you-use/metadata.xml +++ b/dev-util/include-what-you-use/metadata.xml @@ -5,4 +5,7 @@ <email>slyfox@gentoo.org</email> <name>Sergei Trofimovich</name> </maintainer> + <upstream> + <remote-id type="github">include-what-you-use/include-what-you-use</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-util/open-vcdiff/metadata.xml b/dev-util/open-vcdiff/metadata.xml index af2678460755..5ee3b9c53307 100644 --- a/dev-util/open-vcdiff/metadata.xml +++ b/dev-util/open-vcdiff/metadata.xml @@ -7,5 +7,6 @@ </maintainer> <upstream> <remote-id type="google-code">open-vcdiff</remote-id> + <remote-id type="github">google/open-vcdiff</remote-id> </upstream> </pkgmetadata> diff --git a/dev-util/shunit2/metadata.xml b/dev-util/shunit2/metadata.xml index 800122e2b704..4276624f29ef 100644 --- a/dev-util/shunit2/metadata.xml +++ b/dev-util/shunit2/metadata.xml @@ -11,5 +11,6 @@ can do the job.</longdescription> <upstream> <remote-id type="google-code">shunit2</remote-id> + <remote-id type="github">kward/shunit2</remote-id> </upstream> </pkgmetadata> diff --git a/dev-util/ticpp/metadata.xml b/dev-util/ticpp/metadata.xml index 6c08151bd39f..a0cb902846cd 100644 --- a/dev-util/ticpp/metadata.xml +++ b/dev-util/ticpp/metadata.xml @@ -5,5 +5,7 @@ <email>ago@gentoo.org</email> <name>Agostino Sarubbo</name> </maintainer> + <upstream> + <remote-id type="github">rjpcomputing/ticpp</remote-id> + </upstream> </pkgmetadata> - |