dev-util/mock-core-configs: add 43.2

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-10-27 22:55:06 +09:00
parent 2a2273a034
commit 4cb391fe41
2 changed files with 21 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mock-core-configs-43.1-1.tar.gz 415859 BLAKE2B 1bec83d0377909c0ccd1a22e111fb5cd276fd1df63c95d47f865df89053e07696f9748b8b88866848a171a75bc3c617eb7ca2f3cde4a72b4d80872da9d35d618 SHA512 7f2a041a9469cfde80bdf531b5f15ec01e9146de23bb6ad7ef0b7a1f71bc5178b065855c332dda7ff453bd6cb6c0bf4336eaffe8ddb744c01b4be3003f73d0f1
DIST mock-core-configs-43.2-1.tar.gz 423352 BLAKE2B 615311d903dd82e3fc1a1e9699fccdf7b27bc4c80b0cd96eff138a03a091672804e84407f727bffcdcb975f9f46f55d0656bc3544a9e505e3e94f729e7d8b5b9 SHA512 bf8d27db10d840b6c81259d92fe9967b19bcf75e27e419f6f649f77d2dd665f600720f2b6222cce4870f4e0120e93332ec45dc7e5bd1bd20269743db907e680e

View File

@@ -0,0 +1,20 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_P=${P}-1
DESCRIPTION="Mock core config files basic chroots"
HOMEPAGE="https://rpm-software-management.github.io/mock/ https://github.com/rpm-software-management/mock"
SRC_URI="https://github.com/rpm-software-management/mock/archive/refs/tags/${MY_P}.tar.gz"
S="${WORKDIR}/mock-${MY_P}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
insinto /etc/mock
doins -r ${PN}/etc/mock/*
}