summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/ecls/metadata.xml')
-rw-r--r--dev-lisp/ecls/metadata.xml17
1 files changed, 10 insertions, 7 deletions
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>