From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8DC5A158013 for ; Wed, 2 Oct 2024 13:59:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 105A3E29E1; Wed, 2 Oct 2024 13:59:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9969E29E1 for ; Wed, 2 Oct 2024 13:59:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 065D9343089 for ; Wed, 2 Oct 2024 13:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 753081EF4 for ; Wed, 2 Oct 2024 13:59:00 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1727877006.33722130ff60635cc3a186743a7337656391c9c9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/mock-core-configs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/mock-core-configs/Manifest dev-util/mock-core-configs/mock-core-configs-41.3.ebuild X-VCS-Directories: dev-util/mock-core-configs/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 33722130ff60635cc3a186743a7337656391c9c9 X-VCS-Branch: master Date: Wed, 2 Oct 2024 13:59:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa380abd-1a1c-4853-a13e-d02884478196 X-Archives-Hash: 174ebe01e7fdd5152f6fd8b2df8ddc1c commit: 33722130ff60635cc3a186743a7337656391c9c9 Author: Takuya Wakazono gmail com> AuthorDate: Wed Oct 2 13:50:06 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Oct 2 13:50:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33722130 dev-util/mock-core-configs: drop 41.3 Signed-off-by: Takuya Wakazono gmail.com> dev-util/mock-core-configs/Manifest | 1 - .../mock-core-configs/mock-core-configs-41.3.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-util/mock-core-configs/Manifest b/dev-util/mock-core-configs/Manifest index f5c7cd693..2cb335376 100644 --- a/dev-util/mock-core-configs/Manifest +++ b/dev-util/mock-core-configs/Manifest @@ -1,2 +1 @@ -DIST mock-core-configs-41.3-1.tar.gz 395941 BLAKE2B 652627f4828720f4641d0090853d505e433bb6ff694004b44cad3c70a0a7903c92dda59c3d4900298a6db115494299edc358b8151059be509e260d2faac301d4 SHA512 2767109d552960f95432e9108fafd0d682d6acf3be809cc40a33421e9467ede58e7e29d9124e9137460ff75523d0eec2b66bf9c00ce461e1993c29b93e48a129 DIST mock-core-configs-41.4-1.tar.gz 397192 BLAKE2B 726c7464995d245b1131f2e6b1af602946b6db498d63bc28d20101c730b754e3789890d1d5598a6cf6e49e77e69d25024903bdb816cd25cff14e4b781db26f19 SHA512 1ac2f9657888ded248cf0e3b4c4de88e4ef33e85a86de47a1f19472eef2d351dabb09fce5ffc7b71051419daf9e108dd97c2298ea54a502f91e4493eeaf0c31c diff --git a/dev-util/mock-core-configs/mock-core-configs-41.3.ebuild b/dev-util/mock-core-configs/mock-core-configs-41.3.ebuild deleted file mode 100644 index 33e92d76f..000000000 --- a/dev-util/mock-core-configs/mock-core-configs-41.3.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/* -}