[app-admin/mongo-tools] QA fixes

This commit is contained in:
Robert Förster 2025-07-22 15:31:04 +02:00
parent 067b432856
commit e601519a5a
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<name>Alexys Jacob</name>
</maintainer>
<upstream>
<remote-id type="cpe">cpe:/a:mongodb:database_tools</remote-id>
<remote-id type="cpe">cpe:/a:mongodb:database_tools</remote-id>
<remote-id type="github">mongodb/mongo-tools</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -6,6 +6,7 @@ EAPI=8
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
HOMEPAGE="https://www.mongodb.com"
SRC_URI="https://github.com/mongodb/mongo-tools/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/src/${EGO_PN}"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +22,6 @@ BDEPEND=">=dev-lang/go-1.21.10:="
QA_FLAGS_IGNORED='.*'
EGO_PN="github.com/mongodb/mongo-tools"
S="${WORKDIR}/src/${EGO_PN}"
src_unpack() {
mkdir -p "${S%/*}" || die