aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/mock-core-configs/mock-core-configs-40.5.ebuild')
-rw-r--r--dev-util/mock-core-configs/mock-core-configs-40.5.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/mock-core-configs/mock-core-configs-40.5.ebuild b/dev-util/mock-core-configs/mock-core-configs-40.5.ebuild
deleted file mode 100644
index 33e92d76f..000000000
--- a/dev-util/mock-core-configs/mock-core-configs-40.5.ebuild
+++ /dev/null
@@ -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/*
-}