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 DDAB5158090 for ; Thu, 15 Feb 2024 10:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8312BC01E; Thu, 15 Feb 2024 10:25:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 135E82BC01E for ; Thu, 15 Feb 2024 10:25:47 +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 3A640343004 for ; Thu, 15 Feb 2024 10:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C479B14CA for ; Thu, 15 Feb 2024 10:25:44 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1707992721.d006c6ea197cded0d8d03168b5420c2620e68db8.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.1.ebuild X-VCS-Directories: dev-util/mock-core-configs/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: d006c6ea197cded0d8d03168b5420c2620e68db8 X-VCS-Branch: dev Date: Thu, 15 Feb 2024 10:25:44 +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: 0e0ea3d6-641d-4e86-9c71-fb14ef3b0f91 X-Archives-Hash: 7b516560e1584eae9d1dff728b40e303 commit: d006c6ea197cded0d8d03168b5420c2620e68db8 Author: Takuya Wakazono gmail com> AuthorDate: Thu Feb 15 10:09:38 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Thu Feb 15 10:25:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d006c6ea dev-util/mock-core-configs: add 40.1 Signed-off-by: Takuya Wakazono gmail.com> dev-util/mock-core-configs/Manifest | 1 + .../mock-core-configs/mock-core-configs-40.1.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-util/mock-core-configs/Manifest b/dev-util/mock-core-configs/Manifest index c0d0ae5a9f..098c3cbd8d 100644 --- a/dev-util/mock-core-configs/Manifest +++ b/dev-util/mock-core-configs/Manifest @@ -1 +1,2 @@ DIST mock-core-configs-39.4.tar.gz 44598 BLAKE2B 42a955924358c42b4570295c0d97e43ed8b6d6cc0a61ec5eb0384ddaa2c3242ffb5fe67e8a1a41cb23b9c3106803ddbd1969db5489b296735e2b5cf4cbcc09fa SHA512 b71eaff60a231019975983af22266e1424e766fe6149ac83b9a501e427b6076a7c96292551b00f6345fde3ba2049a87e14841c2fe82b7cbf4dc5ba6e11d9e388 +DIST mock-core-configs-40.1.tar.gz 44859 BLAKE2B 5b52f5400447ab3405ae76bb9334e228eb241672cd5d64df6ae198178b69cd89f08b5c1cddecdc7a954b9faa3c8cf3b8e3e81084ad4f37fbce55ed3c35afd987 SHA512 f434d43af01a0ae7299e458b63bbefbf8e5b7ad3cd03b167d1b9802778f3faa4b355104f2463da4813480ac9111ce5ccf10e31b944c4873b61b8e78913e5d04b diff --git a/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild b/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild new file mode 100644 index 0000000000..b53e863563 --- /dev/null +++ b/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild @@ -0,0 +1,17 @@ +# 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/* +}