diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:43:07 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2008-07-28 18:43:07 +0000 |
commit | 6bbe881b1ee28f520304bcb98d40c9911e1d06d6 (patch) | |
tree | 3bd375373facc5aa0bb74ce1065a8a58324ca3c5 /dev-lisp | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-6bbe881b1ee28f520304bcb98d40c9911e1d06d6.tar.gz gentoo-2-6bbe881b1ee28f520304bcb98d40c9911e1d06d6.tar.bz2 gentoo-2-6bbe881b1ee28f520304bcb98d40c9911e1d06d6.zip |
Update metadata.xml to include USE flag descriptions. Entries taken from profiles/use.local.desc
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-tbnl/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-tbnl/metadata.xml | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-lisp/cl-tbnl/ChangeLog b/dev-lisp/cl-tbnl/ChangeLog index 10adb321ebee..fe66edff6257 100644 --- a/dev-lisp/cl-tbnl/ChangeLog +++ b/dev-lisp/cl-tbnl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-tbnl -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.43 2007/06/13 12:30:29 chtekk Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-tbnl/ChangeLog,v 1.44 2008/07/28 18:43:07 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 13 Jun 2007; Luca Longinotti <chtekk@gentoo.org> -cl-tbnl-0.8.9.ebuild: Remove Apache1. diff --git a/dev-lisp/cl-tbnl/metadata.xml b/dev-lisp/cl-tbnl/metadata.xml index c427f8b3ca40..6f5e76e9af9c 100644 --- a/dev-lisp/cl-tbnl/metadata.xml +++ b/dev-lisp/cl-tbnl/metadata.xml @@ -14,4 +14,7 @@ access to GET and POST parameters sent by the client. It does not include functionality to programmatically generate HTML output. For this task you can use any library you like. </longdescription> +<use> +<flag name='standalone'> Use TBNL without a front-end (ie. no Apache dependency)</flag> +</use> </pkgmetadata> |