From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1650053-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 438A51581C1 for <garchives@archives.gentoo.org>; Fri, 5 Jul 2024 17:41:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8318AE2AED; Fri, 5 Jul 2024 17:41:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6AEF9E2AED for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 17:41:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5C82343095 for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 17:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B24881DCD for <gentoo-commits@lists.gentoo.org>; Fri, 5 Jul 2024 17:41:53 +0000 (UTC) From: "Conrad Kostecki" <conikost@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, "Conrad Kostecki" <conikost@gentoo.org> Message-ID: <1720201273.6e0cd06bc91e5ce642a02f3c50a4623f6e1a36da.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/alevt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/alevt/metadata.xml X-VCS-Directories: media-video/alevt/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6e0cd06bc91e5ce642a02f3c50a4623f6e1a36da X-VCS-Branch: master Date: Fri, 5 Jul 2024 17:41: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: bd164c7a-ca87-43ed-92d2-57c0ce580d15 X-Archives-Hash: ff6e49beab5e5c8e73c3414c1684e48d commit: 6e0cd06bc91e5ce642a02f3c50a4623f6e1a36da Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jul 2 16:53:41 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 5 17:41:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0cd06b media-video/alevt: add remote-id Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-video/alevt/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-video/alevt/metadata.xml b/media-video/alevt/metadata.xml index 85e4ed814fa2..ec4f9a9979d6 100644 --- a/media-video/alevt/metadata.xml +++ b/media-video/alevt/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <upstream> + <remote-id type="gitlab">alevt/alevt</remote-id> + </upstream> </pkgmetadata>