diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-06 19:26:49 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-02-06 19:26:49 +0000 |
| commit | 47d33346b7e146fd878718de061759db77407ce2 (patch) | |
| tree | 63adc496b341e9627fc78e43ab46688d4789190a /dev-cpp/prometheus-cpp | |
| parent | e6e5a5a830523f96a49c76f35bb4eaa0b445b7f4 (diff) | |
| download | baldeagleos-repo-47d33346b7e146fd878718de061759db77407ce2.tar.gz baldeagleos-repo-47d33346b7e146fd878718de061759db77407ce2.tar.xz baldeagleos-repo-47d33346b7e146fd878718de061759db77407ce2.zip | |
Updating liguros repo
Diffstat (limited to 'dev-cpp/prometheus-cpp')
| -rw-r--r-- | dev-cpp/prometheus-cpp/metadata.xml | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/dev-cpp/prometheus-cpp/metadata.xml b/dev-cpp/prometheus-cpp/metadata.xml index ece2117d6db5..c218c6995c48 100644 --- a/dev-cpp/prometheus-cpp/metadata.xml +++ b/dev-cpp/prometheus-cpp/metadata.xml @@ -1,24 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <longdescription lang="en"> + <maintainer type="person"> + <email>vilhelm.gray@gmail.com</email> + <name>William Breathitt Gray</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> This library aims to enable Metrics-Driven Development for C++ services. It implements the Prometheus Data Model, a powerful abstraction on which to collect and expose metrics. We offer the possibility for metrics to be collected by Prometheus, but other push/pull collections can be added as plugins. </longdescription> - <maintainer type="person"> - <email>vilhelm.gray@gmail.com</email> - <name>William Breathitt Gray</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/jupp0r/prometheus-cpp/issues</bugs-to> - <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc> - <remote-id type="github">jupp0r/prometheus-cpp</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="github">jupp0r/prometheus-cpp</remote-id> + <bugs-to>https://github.com/jupp0r/prometheus-cpp/issues</bugs-to> + <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
