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 CEA1B1581D3 for ; Mon, 20 May 2024 00:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71606E2A09; Mon, 20 May 2024 00:18:53 +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 2617AE2A09 for ; Mon, 20 May 2024 00:18:53 +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 2D1D333BE91 for ; Mon, 20 May 2024 00:18:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91EE21AF1 for ; Mon, 20 May 2024 00:18:49 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716092967.9241d00237b0c2fabfa7bb26daa11739ccdf6eb6.julien@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-40.3.ebuild X-VCS-Directories: dev-util/mock-core-configs/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 9241d00237b0c2fabfa7bb26daa11739ccdf6eb6 X-VCS-Branch: master Date: Mon, 20 May 2024 00:18:49 +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: 2d05b701-bd3f-4fa7-863d-662971f2eaa6 X-Archives-Hash: 828d0da5caa5ed3ffd7af700e352140d commit: 9241d00237b0c2fabfa7bb26daa11739ccdf6eb6 Author: Takuya Wakazono gmail com> AuthorDate: Sun May 19 04:29:27 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun May 19 04:29:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9241d002 dev-util/mock-core-configs: drop 40.3 Signed-off-by: Takuya Wakazono gmail.com> dev-util/mock-core-configs/Manifest | 1 - .../mock-core-configs/mock-core-configs-40.3.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-util/mock-core-configs/Manifest b/dev-util/mock-core-configs/Manifest index 5492a068d5..13e7155d57 100644 --- a/dev-util/mock-core-configs/Manifest +++ b/dev-util/mock-core-configs/Manifest @@ -1,2 +1 @@ -DIST mock-core-configs-40.3.tar.gz 44864 BLAKE2B 5321613c5b8c11c1c686a6919d1f394ced243b70ebc092f2f28ccc43f0634a8ccdfbf10ba7074276da8719920b9cf92f7a2c7648b2f3b4a3ea2fe87bd5131f49 SHA512 74f85e626be3291b8ad4797c65fed8e8df992640f0a4403378908064e6748dacd6fa2bfbe108d2c8d50ff139a7fcc51d24aa3fdbeec02d38a235c4d789992c06 DIST mock-core-configs-40.4.tar.gz 45904 BLAKE2B 8aad350476811709562be71d9ee13aac156d1451b65b83f6bd303b6ff7c1f6dd96c8de499ccca46567abeb6d8459d7403036beab52cd5c0866138e8d82e0cd61 SHA512 b09af09c8d367928a9bed2f86fe3740e0d44ac6d130506debefd08c719da386dd410dd221ee9fd4913bee06e2b5bb327065fab40b0a43791f5e9ee8e160fb05a diff --git a/dev-util/mock-core-configs/mock-core-configs-40.3.ebuild b/dev-util/mock-core-configs/mock-core-configs-40.3.ebuild deleted file mode 100644 index b53e863563..0000000000 --- a/dev-util/mock-core-configs/mock-core-configs-40.3.ebuild +++ /dev/null @@ -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/* -}