[app-admin/mongo-tools] QA fixes
This commit is contained in:
parent
067b432856
commit
e601519a5a
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user