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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A80A15802C for ; Fri, 20 Dec 2024 15:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61F07E08BB; Fri, 20 Dec 2024 15:48:57 +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 D6ABDE08F3 for ; Fri, 20 Dec 2024 15:48:55 +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 C3E1834076D for ; Fri, 20 Dec 2024 15:48:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABAD1F45 for ; Fri, 20 Dec 2024 15:48:53 +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: <1734709709.4eb0745f336a788c41160dbf59ca582b1a24531f.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-41.5.ebuild X-VCS-Directories: dev-util/mock-core-configs/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: 4eb0745f336a788c41160dbf59ca582b1a24531f X-VCS-Branch: dev Date: Fri, 20 Dec 2024 15:48:53 +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: 112d7a56-91eb-4d46-bf4a-5297f8fc55f7 X-Archives-Hash: 3434d03adb150e7c0501b29a62611697 commit: 4eb0745f336a788c41160dbf59ca582b1a24531f Author: Takuya Wakazono gmail com> AuthorDate: Fri Dec 20 15:45:04 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Fri Dec 20 15:48:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4eb0745f dev-util/mock-core-configs: add 41.5 Signed-off-by: Takuya Wakazono gmail.com> dev-util/mock-core-configs/Manifest | 1 + .../mock-core-configs/mock-core-configs-41.5.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-util/mock-core-configs/Manifest b/dev-util/mock-core-configs/Manifest index 2cb335376..fc69c2da4 100644 --- a/dev-util/mock-core-configs/Manifest +++ b/dev-util/mock-core-configs/Manifest @@ -1 +1,2 @@ DIST mock-core-configs-41.4-1.tar.gz 397192 BLAKE2B 726c7464995d245b1131f2e6b1af602946b6db498d63bc28d20101c730b754e3789890d1d5598a6cf6e49e77e69d25024903bdb816cd25cff14e4b781db26f19 SHA512 1ac2f9657888ded248cf0e3b4c4de88e4ef33e85a86de47a1f19472eef2d351dabb09fce5ffc7b71051419daf9e108dd97c2298ea54a502f91e4493eeaf0c31c +DIST mock-core-configs-41.5-1.tar.gz 405352 BLAKE2B 42d1005ba547fd3364081161969cfea707546ef03e0541a540cdbae63dcf742ce5583d1ebe8fe27b0944be1f25128eca6259941cd5142d0071b752ed5af5ba43 SHA512 c067785c993656a2d667f6c6fd157257177fb94f9f6e951657f0494e792269786ed7b3a4358d3d5660b4f24c6100b3c6e1e929e359a4d4229261d7d7f4175ae2 diff --git a/dev-util/mock-core-configs/mock-core-configs-41.5.ebuild b/dev-util/mock-core-configs/mock-core-configs-41.5.ebuild new file mode 100644 index 000000000..33e92d76f --- /dev/null +++ b/dev-util/mock-core-configs/mock-core-configs-41.5.ebuild @@ -0,0 +1,20 @@ +# 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/* +}