[app-admin/mongo-tools] QA fixes
This commit is contained in:
parent
067b432856
commit
e601519a5a
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -6,6 +6,7 @@ EAPI=8
|
|||||||
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
|
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
|
||||||
HOMEPAGE="https://www.mongodb.com"
|
HOMEPAGE="https://www.mongodb.com"
|
||||||
SRC_URI="https://github.com/mongodb/mongo-tools/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/mongodb/mongo-tools/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/src/${EGO_PN}"
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -21,7 +22,6 @@ BDEPEND=">=dev-lang/go-1.21.10:="
|
|||||||
QA_FLAGS_IGNORED='.*'
|
QA_FLAGS_IGNORED='.*'
|
||||||
|
|
||||||
EGO_PN="github.com/mongodb/mongo-tools"
|
EGO_PN="github.com/mongodb/mongo-tools"
|
||||||
S="${WORKDIR}/src/${EGO_PN}"
|
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
mkdir -p "${S%/*}" || die
|
mkdir -p "${S%/*}" || die
|
||||||
|
Loading…
x
Reference in New Issue
Block a user