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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-08-15 21:39:19 +09:00
parent 6a2fbf3694
commit 36243f1c97
2 changed files with 0 additions and 21 deletions

View File

@@ -1,2 +1 @@
DIST mock-core-configs-40.6-1.tar.gz 371264 BLAKE2B a063cd7f5eb1de96453f500d02de053ed6968ee2a1468a9bfbb43130a8834070376b7c1f78f86abc4fd987cb19b521cc0b5986e0d792c4d5938f4f1cfb10b942 SHA512 2d4cf5cf37802b199c0ca01d442329377d45ccd7ef6aea3ad38f148f06ff415776c2c306e87546264d7777c0af4852aa826b5b0b458abd9dce7fdeae909a8737
DIST mock-core-configs-41.2-1.tar.gz 373238 BLAKE2B 74f6143bd7a3c8a06f07b61239d7bb4b0d7c4255cb07a05bb1bbdcde181311bf4a130fabb12a8b47a549184256795f507f225ca5983680b166b71a383d7aa474 SHA512 d5202eadc2fe9b75e6748bb7f19f11ff67716a691c26a01047b8bd1cd93fddcbdcdd7151c01cecc1d65ab48313dc16f7739a75f06e49170b91f4fd8f00a51ec3

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