--- /var/db/repos/gentoo/app-metrics/mongodb_exporter/mongodb_exporter-0.11.1.ebuild 2020-09-07 22:09:22.000000000 -0000 +++ mongodb_exporter-0.39.0.ebuild 2023-08-05 11:14:57.192547414 -0000 @@ -1,35 +1,35 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit go-module -COMMIT=f5e8ebea31d6fa128ae3a2fb1b747fdf4b782b2b -BRANCH=0.11.0 DESCRIPTION="Prometheus exporter for MongoDB" HOMEPAGE="https://github.com/percona/mongodb_exporter" SRC_URI="https://github.com/percona/mongodb_exporter/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" ${P}-deps.tar.xz" LICENSE="Apache-2.0 AGPL-3 BSD MIT" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" -COMMON_DEPEND="acct-group/mongodb_exporter +RDEPEND=" + acct-group/mongodb_exporter acct-user/mongodb_exporter" - DEPEND="${COMMON_DEPEND}" - RDEPEND="${COMMON_DEPEND}" +DEPEND="${RDEPEND}" src_compile() { - GOFLAGS="${GOFLAGS} -mod=vendor" emake \ - TRAVIS_TAG="${PV}" \ - APP_REVISION=${COMMIT} \ - TRAVIS_BRANCH=${BRANCH} \ + GOFLAGS="${GOFLAGS}" emake \ + COMPONENT_VERSION="${PV}" \ + COMPONENT_BRANCH="main" \ + PMM_RELEASE_FULLCOMMIT="" \ build } src_install() { - dobin bin/${PN} - dodoc {README,CHANGELOG}.md + dobin ${PN} + dodoc {README,REFERENCE}.md CHANGELOG keepdir /var/log/mongodb_exporter fowners ${PN}:${PN} /var/log/mongodb_exporter newinitd "${FILESDIR}"/${PN}.initd ${PN}