Diff memcached_exporter-0.10.0 with a memcached_exporter-0.15.0

/usr/portage/app-metrics/memcached_exporter/memcached_exporter-0.15.0.ebuild 2025-02-03 17:39:32.302665042 +0300
1
# Copyright 2021-2022 Gentoo Authors
1
# Copyright 2021-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5
inherit go-module
6
GIT_COMMIT=667bdef45c4e01380867f4be5bb0c7e0ece35dd6
6
GIT_COMMIT=ceb946ecae3aace775a0becb8233ca3890a829c3
7 7

  
8 8
DESCRIPTION="Prometheus exporter for memcached"
9 9
HOMEPAGE="https://github.com/prometheus/memcached_exporter"
......
37 37
src_install() {
38 38
	dobin bin/*
39 39
	dodoc *.md
40
	keepdir /var/log/${PN}
41
	fowners ${PN}:${PN} /var/log/${PN}
42 40
	newinitd "${FILESDIR}"/${PN}.initd ${PN}
43 41
	newconfd "${FILESDIR}"/${PN}.confd ${PN}
42
	keepdir /var/log/${PN}
43
	fowners ${PN}:${PN} /var/log/${PN}
44 44
}
Thank you!