diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-06 20:21:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-06 20:21:14 +0000 |
commit | 04cc0614adbcbda5be529b4ea579f10f7c018d8e (patch) | |
tree | 0e68b5a19bb30cbace919498de1024a539763b45 | |
parent | add GLEP 56 USE flag desc from use.local.desc. Fixed ebuild minorsyn (quotes ... (diff) | |
download | gentoo-2-04cc0614adbcbda5be529b4ea579f10f7c018d8e.tar.gz gentoo-2-04cc0614adbcbda5be529b4ea579f10f7c018d8e.tar.bz2 gentoo-2-04cc0614adbcbda5be529b4ea579f10f7c018d8e.zip |
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/coq/metadata.xml | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index 36d1e879758d..ff650e7805d3 100644 --- a/sci-mathematics/coq/ChangeLog +++ b/sci-mathematics/coq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/coq # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.32 2008/04/08 21:20:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.33 2008/08/06 20:21:14 ulm Exp $ + + 06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 08 Apr 2008; Alexis Ballier <aballier@gentoo.org> -coq-8.0_p3.ebuild: remove old diff --git a/sci-mathematics/coq/metadata.xml b/sci-mathematics/coq/metadata.xml index 6625c94c0106..4eddd15b741c 100644 --- a/sci-mathematics/coq/metadata.xml +++ b/sci-mathematics/coq/metadata.xml @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <herd>ml</herd> +<herd>sci</herd> +<herd>ml</herd> +<use> + <flag name='ide'>Build the Coq IDE, a clone of proof general using + <pkg>dev-ml/lablgtk</pkg></flag> + <flag name='norealanalysis'>Do not build real analysis modules + (faster compilation)</flag> +</use> </pkgmetadata> |