diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-01 13:53:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-01 14:02:01 +0200 |
commit | 5bbc94a101b8e608a29bc0680fdbfd095e8bc383 (patch) | |
tree | ff452308cb1c2a3fafe350099c567b8365c37c08 /sci-chemistry | |
parent | dev-python/pysnmp: Fix utf-8 japaneses text (diff) | |
download | gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.gz gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.bz2 gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.zip |
Add missing remote-id type=sourceforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/apbs/metadata.xml | 5 | ||||
-rw-r--r-- | sci-chemistry/hollow/metadata.xml | 5 | ||||
-rw-r--r-- | sci-chemistry/mopac7/metadata.xml | 5 | ||||
-rw-r--r-- | sci-chemistry/pymol-apbs-plugin/metadata.xml | 5 | ||||
-rw-r--r-- | sci-chemistry/pymol/metadata.xml | 5 |
5 files changed, 19 insertions, 6 deletions
diff --git a/sci-chemistry/apbs/metadata.xml b/sci-chemistry/apbs/metadata.xml index f1b8467dd96e..a32d3b99f309 100644 --- a/sci-chemistry/apbs/metadata.xml +++ b/sci-chemistry/apbs/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> <herd>sci-chemistry</herd> @@ -19,8 +19,9 @@ of the Poisson-Boltzmann equation (PBE), one of the most popular continuum models for describing electrostatic interactions between molecular solutes in salty, aqueous media. Continuum electrostatics plays an important role in several areas of biomolecular simulation -</longdescription> + </longdescription> <upstream> <remote-id type="github">Electrostatics/apbs-pdb2pqr</remote-id> + <remote-id type="sourceforge">apbs</remote-id> </upstream> </pkgmetadata> diff --git a/sci-chemistry/hollow/metadata.xml b/sci-chemistry/hollow/metadata.xml index ae9ec7c5f6a4..4c7718153a39 100644 --- a/sci-chemistry/hollow/metadata.xml +++ b/sci-chemistry/hollow/metadata.xml @@ -1,8 +1,11 @@ -<?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> <herd>sci-chemistry</herd> <maintainer> <email>jlec@gentoo.org</email> </maintainer> + <upstream> + <remote-id type="sourceforge">hollow</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-chemistry/mopac7/metadata.xml b/sci-chemistry/mopac7/metadata.xml index 839734dd5d8b..b24d5a37f8fe 100644 --- a/sci-chemistry/mopac7/metadata.xml +++ b/sci-chemistry/mopac7/metadata.xml @@ -1,8 +1,11 @@ -<?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> <herd>sci-chemistry</herd> <use> <flag name="gmxmopac7">Add support library for gromacs</flag> </use> + <upstream> + <remote-id type="sourceforge">mopac7</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-chemistry/pymol-apbs-plugin/metadata.xml b/sci-chemistry/pymol-apbs-plugin/metadata.xml index ae9ec7c5f6a4..7f129f72be2b 100644 --- a/sci-chemistry/pymol-apbs-plugin/metadata.xml +++ b/sci-chemistry/pymol-apbs-plugin/metadata.xml @@ -1,8 +1,11 @@ -<?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> <herd>sci-chemistry</herd> <maintainer> <email>jlec@gentoo.org</email> </maintainer> + <upstream> + <remote-id type="sourceforge">pymolapbsplugin</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-chemistry/pymol/metadata.xml b/sci-chemistry/pymol/metadata.xml index ace2d8e58ce8..f92fc9284cf5 100644 --- a/sci-chemistry/pymol/metadata.xml +++ b/sci-chemistry/pymol/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> <herd>sci-chemistry</herd> @@ -9,4 +9,7 @@ <flag name="apbs">Install the apbs plugin</flag> <flag name="web">Install Pymodule needed for web app support</flag> </use> + <upstream> + <remote-id type="sourceforge">pymol</remote-id> + </upstream> </pkgmetadata> |