acct-group/apache_exporter: Add apache_exporter group
Package-Manager: Portage-3.0.4, Repoman-3.0.1
This commit is contained in:
parent
fb50fa6bfc
commit
7e883bfa51
4 changed files with 27 additions and 0 deletions
5
acct-group/apache_exporter/ChangeLog
Normal file
5
acct-group/apache_exporter/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
|||
*apache_exporter-0 (29 Sep 2020)
|
||||
|
||||
29 Sep 2020; Manuel Friedli <manuel@gentoo.org> +apache_exporter-0.ebuild,
|
||||
+metadata.xml:
|
||||
acct-group/apache_exporter: Add apache_exporter group
|
3
acct-group/apache_exporter/Manifest
Normal file
3
acct-group/apache_exporter/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
|||
EBUILD apache_exporter-0.ebuild 313 BLAKE2B 5350406441df5daab182af4d3015220e4ce1b2d534664b85b1a0d92e00b8405fae9041e4df808f782b5b6fa5c611a5e4cb1b0d71a840071fc3fbd62681a25c1e SHA512 492e3ef513815b17f7a4d3900a074a0af6248b178f0650a32d8e71b7f5437305afaf2d79f02b7485666cd2b56375be2c05c5eec011671e7adc19bc7bee54fc33
|
||||
MISC ChangeLog 184 BLAKE2B b5c4d627fa19b0ad55008fc0ddac8da82bf88db97eced218ec3467e75378ba3c9e0f10f96ab0180e73c7157e8e7742ddf76a9bd400d8303d6042e9d14946b0ea SHA512 6e03db912ce0300dd864f7b299f45c7fad6ab0a7493a7d11f8c3b0cec536bed2a1af99f660022e1da70ee0165c7807458cacf182199b590379fbff18039dd20b
|
||||
MISC metadata.xml 248 BLAKE2B cb50cad2c614a99daa2e236f9e0d0fab1ab20a898c0b0f0c28a1387820ab1f2b9dd4d396a3b38f732b493824f96a29ee5894e80e09dbd08dff62c1aaba3feaa0 SHA512 29f9b96b0a77546cce6a8bffd82fae2fd0939d32a7a05ffd0d91f9250a019a3ddaa599b93988c82daabb9c4c4b284dd947e2c47f6ca7727b8539cffa91bcb8c2
|
11
acct-group/apache_exporter/apache_exporter-0.ebuild
Normal file
11
acct-group/apache_exporter/apache_exporter-0.ebuild
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit acct-group
|
||||
DESCRIPTION="Group used for the apache_exporter prometheus plugin"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
# If you want this to persist across multiple machines, pick a real number!
|
||||
ACCT_GROUP_ID="-1"
|
8
acct-group/apache_exporter/metadata.xml
Normal file
8
acct-group/apache_exporter/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>manuel@fritteli.ch</email>
|
||||
<name>Manuel Friedli</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in a new issue