diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:23:39 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:23:39 +0000 |
commit | fcd5c1fb81019cbb78534e6ae52c14ea030bad19 (patch) | |
tree | 8699d52b39cd218c0d09f69116b4f939c45d9116 /dev-scheme/guile | |
parent | Fix documentation building (prepare for stable, required by banshee) (diff) | |
download | historical-fcd5c1fb81019cbb78534e6ae52c14ea030bad19.tar.gz historical-fcd5c1fb81019cbb78534e6ae52c14ea030bad19.tar.bz2 historical-fcd5c1fb81019cbb78534e6ae52c14ea030bad19.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-scheme/guile')
-rw-r--r-- | dev-scheme/guile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-scheme/guile/metadata.xml | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/dev-scheme/guile/ChangeLog b/dev-scheme/guile/ChangeLog index 95f23e09afd2..2b868e672d13 100644 --- a/dev-scheme/guile/ChangeLog +++ b/dev-scheme/guile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-scheme/guile # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.60 2008/07/04 19:21:08 hkbst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/ChangeLog,v 1.61 2008/07/28 18:14:53 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 04 Jul 2008; Marijn Schouten <hkBst@gentoo.org> guile-1.8.5.ebuild: fix bug 230754 diff --git a/dev-scheme/guile/metadata.xml b/dev-scheme/guile/metadata.xml index 97f3b03d5d2a..ba8ac24b5560 100644 --- a/dev-scheme/guile/metadata.xml +++ b/dev-scheme/guile/metadata.xml @@ -8,4 +8,15 @@ <longdescription lang="en"> Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs. </longdescription> + <use> + <flag name='debug-freelist'>Include garbage collector freelist debugging + code</flag> + <flag name='debug-malloc'>Include malloc debugging code</flag> + <flag name='deprecated'>Enable deprecated features</flag> + <flag name='discouraged'> (implied by deprecated) enable merely discouraged + features</flag> + <flag name='elisp'>Enable Emacs Lisp support</flag> + <flag name='networking'>Include networking interfaces</flag> + <flag name='regex'> Include regular expression interfaces</flag> + </use> </pkgmetadata> |