From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1423838-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 CE4D6158095 for <garchives@archives.gentoo.org>; Sun, 31 Jul 2022 08:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E393BE0DA5; Sun, 31 Jul 2022 08:27:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92E98E0DA9 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Jul 2022 08:27:34 +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 975AF340E84 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Jul 2022 08:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6CF7500 for <gentoo-commits@lists.gentoo.org>; Sun, 31 Jul 2022 08:27:31 +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: <1659255922.5fdce3209a4873ddc9ded828ac8fd2ff5339ec13.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/metadata.xml X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5fdce3209a4873ddc9ded828ac8fd2ff5339ec13 X-VCS-Branch: master Date: Sun, 31 Jul 2022 08:27:31 +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: a7c12758-e100-4d94-a468-4227c3206b83 X-Archives-Hash: 59c47ebecfd1c23e9669e14ccedb9017 commit: 5fdce3209a4873ddc9ded828ac8fd2ff5339ec13 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 31 07:39:24 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 31 08:25:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdce320 sci-chemistry/pymol: add github upstream metadata Signed-off-by: Sam James <sam <AT> gentoo.org> sci-chemistry/pymol/metadata.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/sci-chemistry/pymol/metadata.xml b/sci-chemistry/pymol/metadata.xml index d28a87c8e563..8a087408c332 100644 --- a/sci-chemistry/pymol/metadata.xml +++ b/sci-chemistry/pymol/metadata.xml @@ -1,14 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <use> - <flag name="web">Install Pymodule needed for web app support</flag> - </use> - <upstream> - <remote-id type="sourceforge">pymol</remote-id> - </upstream> + <maintainer type="project"> + <email>sci-chemistry@gentoo.org</email> + <name>Gentoo Chemistry Project</name> + </maintainer> + <use> + <flag name="web">Install Pymodule needed for web app support</flag> + </use> + <upstream> + <remote-id type="github">schrodinger/pymol-open-source</remote-id> + <remote-id type="sourceforge">pymol</remote-id> + </upstream> </pkgmetadata>