Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733984 - games-action/minetest : add Prometheus client support
Summary: games-action/minetest : add Prometheus client support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Breathitt Gray
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-07-26 18:37 UTC by William Breathitt Gray
Modified: 2020-09-06 05:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Breathitt Gray 2020-07-26 18:37:42 UTC
Version 5.3.0 introduces support for an optional Prometheus client via the ENABLE_PROMETHEUS CMake option.

Support for this feature will require the introduction of a new dev-cpp/prometheus-cpp package to build the Prometheus Client Library for C++: https://github.com/jupp0r/prometheus-cpp

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-09-06 05:55:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ab99fc2150d104bfec7b288ef4aa43212c3eb65

commit 4ab99fc2150d104bfec7b288ef4aa43212c3eb65
Author:     William Breathitt Gray <vilhelm.gray@gmail.com>
AuthorDate: 2020-07-26 18:45:51 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-09-06 05:55:18 +0000

    games-action/minetest: Add prometheus client support
    
    Closes: https://bugs.gentoo.org/733984
    Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/16840
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 games-action/minetest/metadata.xml          | 1 +
 games-action/minetest/minetest-5.3.0.ebuild | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe439d0da459c4ccf6e85976425ce7287a346fa

commit fbe439d0da459c4ccf6e85976425ce7287a346fa
Author:     William Breathitt Gray <vilhelm.gray@gmail.com>
AuthorDate: 2020-07-26 17:56:14 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-09-06 05:55:18 +0000

    dev-cpp/prometheus-cpp: New package
    
    Bug: https://bugs.gentoo.org/733984
    Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-cpp/prometheus-cpp/Manifest                    |  1 +
 dev-cpp/prometheus-cpp/metadata.xml                | 24 +++++++++++++
 dev-cpp/prometheus-cpp/prometheus-cpp-0.9.0.ebuild | 39 ++++++++++++++++++++++
 3 files changed, 64 insertions(+)