diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-27 14:06:01 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-27 14:06:01 +0300 |
| commit | 3bb48ce132de60a71433faaabe6f09b961e5f038 (patch) | |
| tree | 9c651418749b78a884825d1033f4c51844583e36 | |
| parent | b09a7d4f36dd6f25d182eadc980b70ac65b9feac (diff) | |
Retab metadata files.
| -rw-r--r-- | dev-cpp/libecbor/metadata.xml | 13 | ||||
| -rw-r--r-- | media-libs/libsstv/metadata.xml | 11 | ||||
| -rw-r--r-- | sci-visualization/specgram/metadata.xml | 13 |
3 files changed, 27 insertions, 10 deletions
diff --git a/dev-cpp/libecbor/metadata.xml b/dev-cpp/libecbor/metadata.xml index 7cac9bc..3362ec5 100644 --- a/dev-cpp/libecbor/metadata.xml +++ b/dev-cpp/libecbor/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> - <maintainer type="person"> - <email>vasi@vilvoiu.ro</email> - <name>Vasile Vilvoiu</name> - </maintainer> - <longdescription>CBOR library with no dependencies, small memory footprint and code size, developed for both desktop and embedded applications</longdescription> + <maintainer type="person"> + <email>vasi@vilvoiu.ro</email> + <name>Vasile Vilvoiu</name> + </maintainer> + <longdescription>CBOR library with no dependencies, small memory footprint and code size, developed for both desktop and embedded applications</longdescription> + <upstream> + <remote-id type="github">rimio/libecbor</remote-id> + </upstream> </pkgmetadata> diff --git a/media-libs/libsstv/metadata.xml b/media-libs/libsstv/metadata.xml new file mode 100644 index 0000000..4248f64 --- /dev/null +++ b/media-libs/libsstv/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <maintainer type="person"> + <email>vasi@vilvoiu.ro</email> + <name>Vasile Vilvoiu</name> + </maintainer> + <upstream> + <remote-id type="github">rimio/libsstv</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-visualization/specgram/metadata.xml b/sci-visualization/specgram/metadata.xml index 21c49b9..5259de8 100644 --- a/sci-visualization/specgram/metadata.xml +++ b/sci-visualization/specgram/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> <pkgmetadata> - <maintainer type="person"> - <email>vasi@vilvoiu.ro</email> - <name>Vasile Vilvoiu</name> - </maintainer> - <longdescription>Small program that computes and plots spectrograms, either in a live window or to disk, with support for stdin input.</longdescription> + <maintainer type="person"> + <email>vasi@vilvoiu.ro</email> + <name>Vasile Vilvoiu</name> + </maintainer> + <longdescription>Small program that computes and plots spectrograms, either in a live window or to disk, with support for stdin input.</longdescription> + <upstream> + <remote-id type="github">rimio/specgram</remote-id> + </upstream> </pkgmetadata> |
