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-electronics | |
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-electronics')
-rw-r--r-- | sci-electronics/freehdl/metadata.xml | 5 | ||||
-rw-r--r-- | sci-electronics/gresistor/metadata.xml | 17 | ||||
-rw-r--r-- | sci-electronics/quartus-prime-lite/metadata.xml | 5 |
3 files changed, 18 insertions, 9 deletions
diff --git a/sci-electronics/freehdl/metadata.xml b/sci-electronics/freehdl/metadata.xml index 00fb3be4403f..cc98fb7a1eaa 100644 --- a/sci-electronics/freehdl/metadata.xml +++ b/sci-electronics/freehdl/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"> @@ -18,4 +18,7 @@ * Works with Linux. If others want to port it to other platforms they may, but it is not the goal of this project. </longdescription> + <upstream> + <remote-id type="sourceforge">qucs</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-electronics/gresistor/metadata.xml b/sci-electronics/gresistor/metadata.xml index 12d3ead808ab..711694b933ef 100644 --- a/sci-electronics/gresistor/metadata.xml +++ b/sci-electronics/gresistor/metadata.xml @@ -1,10 +1,13 @@ -<?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>hwoarang@gentoo.org</email> -<name>Markos Chandras</name> -</maintainer> -<longdescription lang="en"> -</longdescription> + <maintainer type="person"> + <email>hwoarang@gentoo.org</email> + <name>Markos Chandras</name> + </maintainer> + <longdescription lang="en"> + </longdescription> + <upstream> + <remote-id type="sourceforge">gresistor</remote-id> + </upstream> </pkgmetadata> diff --git a/sci-electronics/quartus-prime-lite/metadata.xml b/sci-electronics/quartus-prime-lite/metadata.xml index f64478bb00e5..f6f8450b7d24 100644 --- a/sci-electronics/quartus-prime-lite/metadata.xml +++ b/sci-electronics/quartus-prime-lite/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="person"> @@ -10,4 +10,7 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <upstream> + <remote-id type="github">brendanhoran/gentoo-custom</remote-id> + </upstream> </pkgmetadata> |