From e601519a5addf011b81fe79323e07e981acaa7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 22 Jul 2025 15:31:04 +0200 Subject: [PATCH] [app-admin/mongo-tools] QA fixes --- app-admin/mongo-tools/metadata.xml | 2 +- app-admin/mongo-tools/mongo-tools-100.9.5.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/mongo-tools/metadata.xml b/app-admin/mongo-tools/metadata.xml index 92a6b5a..fa92772 100644 --- a/app-admin/mongo-tools/metadata.xml +++ b/app-admin/mongo-tools/metadata.xml @@ -6,7 +6,7 @@ Alexys Jacob - cpe:/a:mongodb:database_tools + cpe:/a:mongodb:database_tools mongodb/mongo-tools diff --git a/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild b/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild index fabb0b9..3386b43 100644 --- a/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild +++ b/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild @@ -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