From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1402039-garchives=archives.gentoo.org@lists.gentoo.org>
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 7E061158090
	for <garchives@archives.gentoo.org>; Sat, 28 May 2022 21:16:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BDBC4E0828;
	Sat, 28 May 2022 21:16:08 +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 97965E0828
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 May 2022 21:16:08 +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 9A408341215
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 May 2022 21:16:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 37EAB4C3
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 May 2022 21:16:06 +0000 (UTC)
From: "Randall Vasquez" <ran.dall@icloud.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Randall Vasquez" <ran.dall@icloud.com>
Message-ID: <1653772513.92162b54a8aea7fd3a58ae642c8a35a4ba38b200.ran.dall@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-containers/dnsname-cni-plugin/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: app-containers/dnsname-cni-plugin/dnsname-cni-plugin-1.3.0.ebuild app-containers/dnsname-cni-plugin/dnsname-cni-plugin-9999.ebuild
X-VCS-Directories: app-containers/dnsname-cni-plugin/
X-VCS-Committer: ran.dall
X-VCS-Committer-Name: Randall Vasquez
X-VCS-Revision: 92162b54a8aea7fd3a58ae642c8a35a4ba38b200
X-VCS-Branch: dev
Date: Sat, 28 May 2022 21:16:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 173f7895-70dd-4df2-9ab0-9be5d7ed9c35
X-Archives-Hash: 26a9c2b282532accc6ff95e0fd043ca5

commit:     92162b54a8aea7fd3a58ae642c8a35a4ba38b200
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Sat May 28 21:15:13 2022 +0000
Commit:     Randall Vasquez <ran.dall <AT> icloud <DOT> com>
CommitDate: Sat May 28 21:15:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92162b54

app-containers/dnsname-cni-plugin: tidy ebuilds

This commit tidys the dnsname-cni-plugin ebuilds further.

Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>

 app-containers/dnsname-cni-plugin/dnsname-cni-plugin-1.3.0.ebuild | 3 +--
 app-containers/dnsname-cni-plugin/dnsname-cni-plugin-9999.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-1.3.0.ebuild b/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-1.3.0.ebuild
index 01ce66053..ba02f5cfc 100644
--- a/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-1.3.0.ebuild
+++ b/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-1.3.0.ebuild
@@ -36,8 +36,7 @@ RDEPEND="${DEPEND}"
 src_unpack() {
 	default
 	if [[ ${PV} == *9999 ]]; then
-		git-r3_fetch
-		git-r3_checkout
+		git-r3_src_unpack
 		pushd ${P}/plugins/meta/dnsname || die "location change for module building failed"
 		ego get
 		popd || die "location reset from module building failed"

diff --git a/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-9999.ebuild b/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-9999.ebuild
index ef5548ff1..b3a5dfffd 100644
--- a/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-9999.ebuild
+++ b/app-containers/dnsname-cni-plugin/dnsname-cni-plugin-9999.ebuild
@@ -35,8 +35,7 @@ RDEPEND="${DEPEND}"
 src_unpack() {
 	default
 	if [[ ${PV} == *9999 ]]; then
-		git-r3_fetch
-		git-r3_checkout
+		git-r3_src_unpack
 		pushd ${P}/plugins/meta/dnsname || die "location change for module building failed"
 		ego get
 		popd || die "location reset from module building failed"