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

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-06-10 22:25:41 +09:00
parent 450a8131ab
commit d17f49ed91
2 changed files with 0 additions and 18 deletions

View File

@@ -1,2 +1 @@
DIST mock-core-configs-40.4.tar.gz 45904 BLAKE2B 8aad350476811709562be71d9ee13aac156d1451b65b83f6bd303b6ff7c1f6dd96c8de499ccca46567abeb6d8459d7403036beab52cd5c0866138e8d82e0cd61 SHA512 b09af09c8d367928a9bed2f86fe3740e0d44ac6d130506debefd08c719da386dd410dd221ee9fd4913bee06e2b5bb327065fab40b0a43791f5e9ee8e160fb05a
DIST mock-core-configs-40.5-1.tar.gz 370990 BLAKE2B 5f721811bd66b75f87e8cf3a92040fa8e1f7ddbf3c6086a1e4aa4c0f96792a2e6a4011cae27e85b77993d4bc8e5093001400e997271a5cc8f5b56e5dcd0b5413 SHA512 3c41c12b222d270a01ccbc13861e57a4aadad486a327e2d487fea0a4636dd0c01bc01b91f6fec50d14e55dc6c540f8d58f71a6ad6ec22cc42a452bd21e19b71c

View File

@@ -1,17 +0,0 @@
# 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/*
}