From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1524476-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 7223E15806E for <garchives@archives.gentoo.org>; Thu, 1 Jun 2023 19:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0059E07EF; Thu, 1 Jun 2023 19:25:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9B433E07EF for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 19:25: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 D2F3B33D3C1 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 19:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A1DA77 for <gentoo-commits@lists.gentoo.org>; Thu, 1 Jun 2023 19:25:53 +0000 (UTC) From: "Alexey Zapparov" <alexey@zapparov.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, "Alexey Zapparov" <alexey@zapparov.com> Message-ID: <1685647543.a2ca995439b1b6514f9fb83755ea3a691ec87d91.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/cf2pulumi/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/cf2pulumi/metadata.xml X-VCS-Directories: app-admin/cf2pulumi/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: a2ca995439b1b6514f9fb83755ea3a691ec87d91 X-VCS-Branch: dev Date: Thu, 1 Jun 2023 19:25:53 +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: 645bcc3e-114a-4dd5-8aec-75c6e52a05f0 X-Archives-Hash: 20502b4820a7b1f97c9b164b156af114 commit: a2ca995439b1b6514f9fb83755ea3a691ec87d91 Author: Alexey Zapparov <alexey <AT> zapparov <DOT> com> AuthorDate: Thu Jun 1 19:25:43 2023 +0000 Commit: Alexey Zapparov <alexey <AT> zapparov <DOT> com> CommitDate: Thu Jun 1 19:25:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2ca9954 app-admin/cf2pulumi: Add metadata Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com> app-admin/cf2pulumi/metadata.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app-admin/cf2pulumi/metadata.xml b/app-admin/cf2pulumi/metadata.xml new file mode 100644 index 000000000..2ef605f79 --- /dev/null +++ b/app-admin/cf2pulumi/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>alexey@zapparov.com</email> + <name>Alexey Zapparov</name> + </maintainer> + <upstream> + <remote-id type="github">pulumi/pulumi-aws-native</remote-id> + </upstream> +</pkgmetadata>