diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:50:04 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:50:04 +0000 |
commit | 7c8995beb37770ac8bf7f193528b65ec94b0622a (patch) | |
tree | f3eca4b411a4ee8c695b0b6f79795efb8a35197e /dev-lisp/clisp | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | historical-7c8995beb37770ac8bf7f193528b65ec94b0622a.tar.gz historical-7c8995beb37770ac8bf7f193528b65ec94b0622a.tar.bz2 historical-7c8995beb37770ac8bf7f193528b65ec94b0622a.zip |
Update metadata.xml to include USE flag descriptions. Entries taken from profiles/use.local.desc
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686
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> |