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 C4F56158015 for ; Wed, 20 Dec 2023 09:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E3432BC03B; Wed, 20 Dec 2023 09:10:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2884B2BC03C for ; Wed, 20 Dec 2023 09:10:07 +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 778B9340BEF for ; Wed, 20 Dec 2023 09:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F67F14CA for ; Wed, 20 Dec 2023 09:10:02 +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: <1703004809.ab41f0c8549acd687f0f8d7224ed61da4a4d22fe.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/metadata.xml dev-util/mock-core-configs/mock-core-configs-39.3.ebuild X-VCS-Directories: dev-util/mock-core-configs/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ab41f0c8549acd687f0f8d7224ed61da4a4d22fe X-VCS-Branch: master Date: Wed, 20 Dec 2023 09:10:02 +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: 15c00bca-578d-4c8c-96f8-1badf86f4846 X-Archives-Hash: f443851beb4d86c6b13d962092079f1e commit: ab41f0c8549acd687f0f8d7224ed61da4a4d22fe Author: Takuya Wakazono gmail com> AuthorDate: Tue Dec 19 16:53:29 2023 +0000 Commit: David Roman gmail com> CommitDate: Tue Dec 19 16:53:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab41f0c8 dev-util/mock-core-configs: new package, add 39.3 Signed-off-by: Takuya Wakazono gmail.com> dev-util/mock-core-configs/Manifest | 1 + dev-util/mock-core-configs/metadata.xml | 11 +++++++++++ .../mock-core-configs/mock-core-configs-39.3.ebuild | 17 +++++++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-util/mock-core-configs/Manifest b/dev-util/mock-core-configs/Manifest new file mode 100644 index 0000000000..8d96ba6100 --- /dev/null +++ b/dev-util/mock-core-configs/Manifest @@ -0,0 +1 @@ +DIST mock-core-configs-39.3.tar.gz 44388 BLAKE2B b5db94e531eb67b7c5475970b156f61a6801c3fe3909f01246262c03b2ed92e9df3fe61710f926e47fcf213722e66e388722abdbb85a311a678be88e7dcd9c09 SHA512 e498fe50426bf4d2b4f278ebc97f409dd5b61bcfdeb16346aaff4dba347647e33dd2e48c4b3cb29be6317e01a9c8690b23e6edc892c385c4979d9bf4ff99d613 diff --git a/dev-util/mock-core-configs/metadata.xml b/dev-util/mock-core-configs/metadata.xml new file mode 100644 index 0000000000..5d58876470 --- /dev/null +++ b/dev-util/mock-core-configs/metadata.xml @@ -0,0 +1,11 @@ + + + + + pastalian46@gmail.com + Takuya Wakazono + + + rpm-software-management/mock + + diff --git a/dev-util/mock-core-configs/mock-core-configs-39.3.ebuild b/dev-util/mock-core-configs/mock-core-configs-39.3.ebuild new file mode 100644 index 0000000000..57a6a8ab29 --- /dev/null +++ b/dev-util/mock-core-configs/mock-core-configs-39.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 2023 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/* +}