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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-04-10 17:58:48 +09:00
parent 4b4fa325b0
commit a45d35c815
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61
2 changed files with 18 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST mock-core-configs-40.2.tar.gz 44925 BLAKE2B 378fa8e2daab09fe6ce39d9b0f1fdf89cda0058966987509a3e5e9df385b6a3d9c5c89e18552b9eaec1fe8752597a5f5018b57bc111cf3b5edd50e09df9b1789 SHA512 348fc9fe4218af4b67d8e900431d0acb26dce50795a234720dba8eba80b820adf8f26c9d025033608cfb832524c2ee9a49027bb1815815b3a4b9dac940f6daaa
DIST mock-core-configs-40.3.tar.gz 44864 BLAKE2B 5321613c5b8c11c1c686a6919d1f394ced243b70ebc092f2f28ccc43f0634a8ccdfbf10ba7074276da8719920b9cf92f7a2c7648b2f3b4a3ea2fe87bd5131f49 SHA512 74f85e626be3291b8ad4797c65fed8e8df992640f0a4403378908064e6748dacd6fa2bfbe108d2c8d50ff139a7fcc51d24aa3fdbeec02d38a235c4d789992c06

View File

@ -0,0 +1,17 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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/releases/download/${P}-1/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
insinto /etc/mock
doins -r etc/mock/*
}