From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1532574-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 6AD43158009
	for <garchives@archives.gentoo.org>; Mon, 26 Jun 2023 19:53:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BCC07E07F9;
	Mon, 26 Jun 2023 19:53:43 +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 A3FCDE07F9
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2023 19:53:43 +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 987E4340DF2
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2023 19:53:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 339E5990
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2023 19:53:41 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1687809193.67932e12a85448550c1dcbd6ced5c6ad2bf9fa38.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/codecrypt/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-crypt/codecrypt/metadata.xml
X-VCS-Directories: app-crypt/codecrypt/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 67932e12a85448550c1dcbd6ced5c6ad2bf9fa38
X-VCS-Branch: master
Date: Mon, 26 Jun 2023 19:53:41 +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: efce4934-81b4-4f47-9206-672515043547
X-Archives-Hash: f5a0902219421a401b63f761b05490ba

commit:     67932e12a85448550c1dcbd6ced5c6ad2bf9fa38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 26 19:53:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 19:53:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67932e12

app-crypt/codecrypt: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/codecrypt/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-crypt/codecrypt/metadata.xml b/app-crypt/codecrypt/metadata.xml
index 29fad6b1698c..6b5e15c3f757 100644
--- a/app-crypt/codecrypt/metadata.xml
+++ b/app-crypt/codecrypt/metadata.xml
@@ -20,4 +20,7 @@
 	<use>
 		<flag name="cryptopp">Build algorithms that need Crypto++ support <pkg>dev-libs/crypto++</pkg></flag>
 	</use>
+	<upstream>
+		<remote-id type="github">exaexa/codecrypt</remote-id>
+	</upstream>
 </pkgmetadata>