Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/
Date: Sun, 31 Jul 2022 08:27:35
Message-Id: 1659255922.5fdce3209a4873ddc9ded828ac8fd2ff5339ec13.sam@gentoo
1 commit: 5fdce3209a4873ddc9ded828ac8fd2ff5339ec13
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 07:39:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 08:25:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdce320
7
8 sci-chemistry/pymol: add github upstream metadata
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-chemistry/pymol/metadata.xml | 21 +++++++++++----------
13 1 file changed, 11 insertions(+), 10 deletions(-)
14
15 diff --git a/sci-chemistry/pymol/metadata.xml b/sci-chemistry/pymol/metadata.xml
16 index d28a87c8e563..8a087408c332 100644
17 --- a/sci-chemistry/pymol/metadata.xml
18 +++ b/sci-chemistry/pymol/metadata.xml
19 @@ -1,14 +1,15 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>sci-chemistry@g.o</email>
25 - <name>Gentoo Chemistry Project</name>
26 - </maintainer>
27 - <use>
28 - <flag name="web">Install Pymodule needed for web app support</flag>
29 - </use>
30 - <upstream>
31 - <remote-id type="sourceforge">pymol</remote-id>
32 - </upstream>
33 + <maintainer type="project">
34 + <email>sci-chemistry@g.o</email>
35 + <name>Gentoo Chemistry Project</name>
36 + </maintainer>
37 + <use>
38 + <flag name="web">Install Pymodule needed for web app support</flag>
39 + </use>
40 + <upstream>
41 + <remote-id type="github">schrodinger/pymol-open-source</remote-id>
42 + <remote-id type="sourceforge">pymol</remote-id>
43 + </upstream>
44 </pkgmetadata>