diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-09 14:57:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-09 14:57:00 +0000 |
commit | aea3307e4822c9b50b6a2fdf8fd1574bcf117086 (patch) | |
tree | 65353c9a6d8119136b22e6408e2047f21995483f /dev-lisp | |
parent | Updating remote-id in metadata.xml (diff) | |
download | gentoo-2-aea3307e4822c9b50b6a2fdf8fd1574bcf117086.tar.gz gentoo-2-aea3307e4822c9b50b6a2fdf8fd1574bcf117086.tar.bz2 gentoo-2-aea3307e4822c9b50b6a2fdf8fd1574bcf117086.zip |
Updating remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/clisp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/clisp/metadata.xml | 20 |
2 files changed, 15 insertions, 10 deletions
diff --git a/dev-lisp/clisp/ChangeLog b/dev-lisp/clisp/ChangeLog index 5692c2e55c59..9310164254f5 100644 --- a/dev-lisp/clisp/ChangeLog +++ b/dev-lisp/clisp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/clisp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.116 2015/05/23 15:15:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.117 2015/06/09 14:57:00 jlec Exp $ + + 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Updating remote-id in metadata.xml 23 May 2015; Pacho Ramos <pacho@gentoo.org> clisp-2.49-r8.ebuild: x86 stable wrt bug #511170 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> - |