diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-09 14:57:23 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-09 14:57:23 +0000 |
commit | 337b9d6d7102b5e35699c434efada4b24d7e322b (patch) | |
tree | 506db5dbb487f979df35d47f82e3e74e95ea8f8a /dev-lisp/ecls | |
parent | Version bump for Gnome 3.16. Clean up old revision. (diff) | |
download | gentoo-2-337b9d6d7102b5e35699c434efada4b24d7e322b.tar.gz gentoo-2-337b9d6d7102b5e35699c434efada4b24d7e322b.tar.bz2 gentoo-2-337b9d6d7102b5e35699c434efada4b24d7e322b.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/ecls')
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/ecls/metadata.xml | 17 |
2 files changed, 14 insertions, 8 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index 63bcb7364d47..d4933e8996b4 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/ecls # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.56 2015/05/23 15:15:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.57 2015/06/09 14:57:23 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> ecls-13.5.1-r1.ebuild: x86 stable wrt bug #511170 diff --git a/dev-lisp/ecls/metadata.xml b/dev-lisp/ecls/metadata.xml index c760ccb19e85..8fafd6521aef 100644 --- a/dev-lisp/ecls/metadata.xml +++ b/dev-lisp/ecls/metadata.xml @@ -1,16 +1,19 @@ <?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> ECL (Embeddable Common Lisp) is an implementation of the Common Lisp language as described in the X3J13 Ansi specification, featuring CLOS (Common Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables. </longdescription> -<use> -<flag name='gengc'>Use generational garbage collection (experimental)</flag> -<flag name='precisegc'>Use type information during garbage collection (experimental)</flag> -<flag name='libatomic'>Use <pkg>dev-libs/libatomic_ops</pkg> library</flag> -</use> + <use> + <flag name="gengc">Use generational garbage collection (experimental)</flag> + <flag name="precisegc">Use type information during garbage collection (experimental)</flag> + <flag name="libatomic">Use <pkg>dev-libs/libatomic_ops</pkg> library</flag> + </use> + <upstream> + <remote-id type="sourceforge">ecls</remote-id> + </upstream> </pkgmetadata> |