diff options
author | 2015-06-09 14:57:48 +0000 | |
---|---|---|
committer | 2015-06-09 14:57:48 +0000 | |
commit | 6b388d72936a24933fa6f9dfb31e6f9fe93136f6 (patch) | |
tree | d51f406d1a8c44d675a0fc78773a906f7c77b8eb /dev-lisp/clisp/metadata.xml | |
parent | Remove old. (diff) | |
download | historical-6b388d72936a24933fa6f9dfb31e6f9fe93136f6.tar.gz historical-6b388d72936a24933fa6f9dfb31e6f9fe93136f6.tar.bz2 historical-6b388d72936a24933fa6f9dfb31e6f9fe93136f6.zip |
Updating remote-id in metadata.xml
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Manifest-Sign-Key: 0xE9402A79B03529A2!
Diffstat (limited to 'dev-lisp/clisp/metadata.xml')
-rw-r--r-- | dev-lisp/clisp/metadata.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/dev-lisp/clisp/metadata.xml b/dev-lisp/clisp/metadata.xml index fdccc8eef65c..271466f882bb 100644 --- a/dev-lisp/clisp/metadata.xml +++ b/dev-lisp/clisp/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>common-lisp</herd> -<longdescription> + <herd>common-lisp</herd> + <longdescription> CLISP is a Common Lisp implementation. It mostly supports the Lisp described in the ANSI Common Lisp standard. It includes an interpreter, a compiler, almost all of CLOS, a foreign language @@ -15,12 +15,14 @@ others) and needs only 2 MB of RAM. The user interface comes in German, English, French, Spanish, Dutch and Russian, and can be changed at run time. </longdescription> -<use> -<flag name='hyperspec'>Use local hyperspec instead of online version</flag> -<flag name='new-clx'>Build CLISP with support for the NEW-CLX module which is a + <use> + <flag name="hyperspec">Use local hyperspec instead of online version</flag> + <flag name="new-clx">Build CLISP with support for the NEW-CLX module which is a C binding to the Xorg libraries</flag> -<flag name='pari'>Build CLISP with support for the PARI Computer Algebra System</flag> -<flag name='svm'>Build CLISP with support for the Support Vector Machine module</flag> -</use> + <flag name="pari">Build CLISP with support for the PARI Computer Algebra System</flag> + <flag name="svm">Build CLISP with support for the Support Vector Machine module</flag> + </use> + <upstream> + <remote-id type="sourceforge">clisp</remote-id> + </upstream> </pkgmetadata> - |