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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-12 18:46:01 +09:00
parent f993cd4056
commit 7f327b73e7
2 changed files with 18 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST mock-core-configs-39.3.tar.gz 44388 BLAKE2B b5db94e531eb67b7c5475970b156f61a6801c3fe3909f01246262c03b2ed92e9df3fe61710f926e47fcf213722e66e388722abdbb85a311a678be88e7dcd9c09 SHA512 e498fe50426bf4d2b4f278ebc97f409dd5b61bcfdeb16346aaff4dba347647e33dd2e48c4b3cb29be6317e01a9c8690b23e6edc892c385c4979d9bf4ff99d613
DIST mock-core-configs-39.4.tar.gz 44598 BLAKE2B 42a955924358c42b4570295c0d97e43ed8b6d6cc0a61ec5eb0384ddaa2c3242ffb5fe67e8a1a41cb23b9c3106803ddbd1969db5489b296735e2b5cf4cbcc09fa SHA512 b71eaff60a231019975983af22266e1424e766fe6149ac83b9a501e427b6076a7c96292551b00f6345fde3ba2049a87e14841c2fe82b7cbf4dc5ba6e11d9e388

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/*
}