diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:18 +0000 |
commit | 8ba2860ae7c5f5429e27ed1edd8753981376059a (patch) | |
tree | 65ab7f40697f559187fc6303fba1f00594969f7c /dev-scheme/sigscheme | |
parent | add ~arm, bug #402989 (diff) | |
download | gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.gz gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.tar.bz2 gentoo-2-8ba2860ae7c5f5429e27ed1edd8753981376059a.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'dev-scheme/sigscheme')
-rw-r--r-- | dev-scheme/sigscheme/metadata.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-scheme/sigscheme/metadata.xml b/dev-scheme/sigscheme/metadata.xml index 8a822a6cb83d..5d520e455d2a 100644 --- a/dev-scheme/sigscheme/metadata.xml +++ b/dev-scheme/sigscheme/metadata.xml @@ -2,12 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>scheme</herd> - <longdescription> - SigScheme is a R5RS Scheme interpreter for embedded use. + <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> + It is mainly developed to replace the Scheme interpreter of uim.</longdescription> + <upstream> + <remote-id type="google-code">sigscheme</remote-id> + </upstream> </pkgmetadata> |