diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-04-29 19:47:04 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-04-29 19:49:16 +0100 |
commit | 92715265f5e37292e57673f39c5372a268778c44 (patch) | |
tree | 66a50bb70e4d2de5c7c08660043176f3909d7d96 /sci-chemistry | |
parent | sci-libs/libghemical: Drop old (diff) | |
download | gentoo-92715265f5e37292e57673f39c5372a268778c44.tar.gz gentoo-92715265f5e37292e57673f39c5372a268778c44.tar.bz2 gentoo-92715265f5e37292e57673f39c5372a268778c44.zip |
Globally add missing remote ID references to metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ParmEd/metadata.xml | 7 | ||||
-rw-r--r-- | sci-chemistry/acpype/metadata.xml | 7 | ||||
-rw-r--r-- | sci-chemistry/avogadro2/metadata.xml | 3 |
3 files changed, 12 insertions, 5 deletions
diff --git a/sci-chemistry/ParmEd/metadata.xml b/sci-chemistry/ParmEd/metadata.xml index d10bde235ea8..6272f2698a54 100644 --- a/sci-chemistry/ParmEd/metadata.xml +++ b/sci-chemistry/ParmEd/metadata.xml @@ -1,12 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>alexxy@gentoo.org</email> <name>Alexey Shvetsov</name> </maintainer> -<maintainer type="project"> + <maintainer type="project"> <email>sci-chemistry@gentoo.org</email> <name>Gentoo Chemistry Project</name> </maintainer> + <upstream> + <remote-id type="github">ParmEd/ParmEd</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-chemistry/acpype/metadata.xml b/sci-chemistry/acpype/metadata.xml index d10bde235ea8..e549913a040e 100644 --- a/sci-chemistry/acpype/metadata.xml +++ b/sci-chemistry/acpype/metadata.xml @@ -1,12 +1,15 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>alexxy@gentoo.org</email> <name>Alexey Shvetsov</name> </maintainer> -<maintainer type="project"> + <maintainer type="project"> <email>sci-chemistry@gentoo.org</email> <name>Gentoo Chemistry Project</name> </maintainer> + <upstream> + <remote-id type="github">llazzaro/acpype</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-chemistry/avogadro2/metadata.xml b/sci-chemistry/avogadro2/metadata.xml index 7202b38993c4..a43fe21628c8 100644 --- a/sci-chemistry/avogadro2/metadata.xml +++ b/sci-chemistry/avogadro2/metadata.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> @@ -11,5 +11,6 @@ </use> <upstream> <remote-id type="github">OpenChemistry/avogadroapp</remote-id> + <remote-id type="sourceforge">avogadro</remote-id> </upstream> </pkgmetadata> |