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-libs | |
parent | cb79dff2f8d1480cc2482889926d520b902cc8e1 (diff) | |
download | gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.gz gentoo-5bbc94a101b8e608a29bc0680fdbfd095e8bc383.tar.xz |
Add missing remote-id type=sourceforge
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cctbx/metadata.xml | 5 | ||||
-rw-r--r-- | sci-libs/freesteam/metadata.xml | 5 | ||||
-rw-r--r-- | sci-libs/gerris/metadata.xml | 11 | ||||
-rw-r--r-- | sci-libs/gts/metadata.xml | 7 | ||||
-rw-r--r-- | sci-libs/pymmlib/metadata.xml | 5 | ||||
-rw-r--r-- | sci-libs/starparse/metadata.xml | 5 |
6 files changed, 28 insertions, 10 deletions
diff --git a/sci-libs/cctbx/metadata.xml b/sci-libs/cctbx/metadata.xml index a259ded7c02..a67e722f24c 100644 --- a/sci-libs/cctbx/metadata.xml +++ b/sci-libs/cctbx/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> @@ -15,4 +15,7 @@ The cctbx is therefore also useful for small-molecule crystallography and even general scientific applications. </longdescription> + <upstream> + <remote-id type="sourceforge">cctbx</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-libs/freesteam/metadata.xml b/sci-libs/freesteam/metadata.xml index 46720f59416..d71ebe02988 100644 --- a/sci-libs/freesteam/metadata.xml +++ b/sci-libs/freesteam/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> <maintainer> <email>mgorny@gentoo.org</email> <name>Michał Górny</name> </maintainer> + <upstream> + <remote-id type="sourceforge">freesteam</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-libs/gerris/metadata.xml b/sci-libs/gerris/metadata.xml index 430d5d021bd..7a3fef7d1ff 100644 --- a/sci-libs/gerris/metadata.xml +++ b/sci-libs/gerris/metadata.xml @@ -1,9 +1,12 @@ -<?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</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> Gerris Flow Solver is a software program for the solution of the partial differential equations describing fluid flow. -</longdescription> + </longdescription> + <upstream> + <remote-id type="sourceforge">gfs</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-libs/gts/metadata.xml b/sci-libs/gts/metadata.xml index 2406d4e01ce..a4d09bdac54 100644 --- a/sci-libs/gts/metadata.xml +++ b/sci-libs/gts/metadata.xml @@ -1,9 +1,12 @@ -<?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</herd> <longdescription lang="en"> Gerris Flow Solver is a software program for the solution of the partial differential equations describing fluid flow. -</longdescription> + </longdescription> + <upstream> + <remote-id type="sourceforge">gts</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-libs/pymmlib/metadata.xml b/sci-libs/pymmlib/metadata.xml index 51fdedab1b3..8a4f7310a6c 100644 --- a/sci-libs/pymmlib/metadata.xml +++ b/sci-libs/pymmlib/metadata.xml @@ -1,5 +1,8 @@ -<?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> + <upstream> + <remote-id type="sourceforge">pymmlib</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-libs/starparse/metadata.xml b/sci-libs/starparse/metadata.xml index 51fdedab1b3..fc067554bb3 100644 --- a/sci-libs/starparse/metadata.xml +++ b/sci-libs/starparse/metadata.xml @@ -1,5 +1,8 @@ -<?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> + <upstream> + <remote-id type="sourceforge">starparse</remote-id> + </upstream> </pkgmetadata> |