dev-util/mock-core-configs: drop 41.4

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono 2024-12-21 00:45:04 +09:00
parent 4eb0745f33
commit 520121e7e5
No known key found for this signature in database
GPG Key ID: 91CA2604719DDA61
2 changed files with 0 additions and 21 deletions

View File

@ -1,2 +1 @@
DIST mock-core-configs-41.4-1.tar.gz 397192 BLAKE2B 726c7464995d245b1131f2e6b1af602946b6db498d63bc28d20101c730b754e3789890d1d5598a6cf6e49e77e69d25024903bdb816cd25cff14e4b781db26f19 SHA512 1ac2f9657888ded248cf0e3b4c4de88e4ef33e85a86de47a1f19472eef2d351dabb09fce5ffc7b71051419daf9e108dd97c2298ea54a502f91e4493eeaf0c31c
DIST mock-core-configs-41.5-1.tar.gz 405352 BLAKE2B 42d1005ba547fd3364081161969cfea707546ef03e0541a540cdbae63dcf742ce5583d1ebe8fe27b0944be1f25128eca6259941cd5142d0071b752ed5af5ba43 SHA512 c067785c993656a2d667f6c6fd157257177fb94f9f6e951657f0494e792269786ed7b3a4358d3d5660b4f24c6100b3c6e1e929e359a4d4229261d7d7f4175ae2

View File

@ -1,20 +0,0 @@
# Copyright 2023-2024 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/*
}