diff options
Diffstat (limited to 'dev-lisp/clisp')
-rw-r--r-- | dev-lisp/clisp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/clisp/metadata.xml | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/dev-lisp/clisp/ChangeLog b/dev-lisp/clisp/ChangeLog index 615eca227bd6..e203665579e2 100644 --- a/dev-lisp/clisp/ChangeLog +++ b/dev-lisp/clisp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/clisp # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.82 2008/07/18 09:30:15 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.83 2008/07/28 18:48:12 pchrist Exp $ + + 28 Jul 2008; Panagiotis Christopoulos <pchrist@gentoo.org> metadata.xml: + Update metadata.xml to include USE flag descriptions. Entries taken from + profiles/use.local.desc 18 Jul 2008; Marijn Schouten <hkBst@gentoo.org> clisp-2.46.ebuild: fix regression, bug 232169 diff --git a/dev-lisp/clisp/metadata.xml b/dev-lisp/clisp/metadata.xml index 1bb87a8a4df7..fdccc8eef65c 100644 --- a/dev-lisp/clisp/metadata.xml +++ b/dev-lisp/clisp/metadata.xml @@ -15,5 +15,12 @@ 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 +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> </pkgmetadata> |