diff options
Diffstat (limited to 'dev-scheme/sigscheme')
| -rw-r--r-- | dev-scheme/sigscheme/metadata.xml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-scheme/sigscheme/metadata.xml b/dev-scheme/sigscheme/metadata.xml index 9b93c167db39..8e18c3b2db30 100644 --- a/dev-scheme/sigscheme/metadata.xml +++ b/dev-scheme/sigscheme/metadata.xml @@ -1,17 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>scheme@gentoo.org</email> - <name>Gentoo Scheme Project</name> - </maintainer> - <longdescription>SigScheme is a R5RS Scheme interpreter for embedded use. + <maintainer type="project"> + <email>scheme@gentoo.org</email> + <name>Gentoo Scheme Project</name> + </maintainer> + <longdescription>SigScheme is a R5RS Scheme interpreter for embedded use. It features small footprint (64KB in library form on the 'small' configuration) like SIOD and TinyScheme, low memory consumption (2-words per cons cell), multibyte characters handling (UTF-8, EUCs and Shift_JIS) and more. It is mainly developed to replace the Scheme interpreter of uim.</longdescription> - <upstream> - <remote-id type="google-code">sigscheme</remote-id> - </upstream> -</pkgmetadata> + <upstream> + <remote-id type="google-code">sigscheme</remote-id> + </upstream> + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file |
