diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-06 16:19:10 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-06 16:19:10 +0000 |
commit | bbba51da6e58ef4a802e747113e3eaa8956c8917 (patch) | |
tree | 91d891cbf782ecf18a14438a48ce0c842f786fd6 /sci-physics | |
parent | last rite caml-light (diff) | |
download | historical-bbba51da6e58ef4a802e747113e3eaa8956c8917.tar.gz historical-bbba51da6e58ef4a802e747113e3eaa8956c8917.tar.bz2 historical-bbba51da6e58ef4a802e747113e3eaa8956c8917.zip |
Add USE flag description to metadata wrt GLEP 56.
Package-Manager: portage-2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/clhep/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/clhep/metadata.xml | 3 | ||||
-rw-r--r-- | sci-physics/geant/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/geant/metadata.xml | 14 |
4 files changed, 25 insertions, 2 deletions
diff --git a/sci-physics/clhep/ChangeLog b/sci-physics/clhep/ChangeLog index 8403d09b5c8f..c835e34b7623 100644 --- a/sci-physics/clhep/ChangeLog +++ b/sci-physics/clhep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/clhep # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.3 2008/07/15 12:09:56 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.4 2008/08/06 16:14:28 ulm Exp $ + + 06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 15 Jul 2008; Ferris McCormick <fmccor@gentoo.org> clhep-2.0.3.3.ebuild: Add ~sparc for testing, dependency required for Bug #230716. diff --git a/sci-physics/clhep/metadata.xml b/sci-physics/clhep/metadata.xml index a392c9ee92eb..76aa562cf87c 100644 --- a/sci-physics/clhep/metadata.xml +++ b/sci-physics/clhep/metadata.xml @@ -7,4 +7,7 @@ HEP-specific foundation and utility classes such as random generators, physics vectors, geometry and linear algebra. </longdescription> +<use> + <flag name='exceptions'>Enable zoom exceptions for user intervention</flag> +</use> </pkgmetadata> diff --git a/sci-physics/geant/ChangeLog b/sci-physics/geant/ChangeLog index 9aa1a57b47e6..5278074204e7 100644 --- a/sci-physics/geant/ChangeLog +++ b/sci-physics/geant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/geant # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.14 2008/07/17 13:46:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.15 2008/08/06 16:19:10 ulm Exp $ + + 06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 17 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> geant-4.9.1_p02.ebuild: diff --git a/sci-physics/geant/metadata.xml b/sci-physics/geant/metadata.xml index c32b134f3902..0a131488bd1f 100644 --- a/sci-physics/geant/metadata.xml +++ b/sci-physics/geant/metadata.xml @@ -11,4 +11,18 @@ Geant 4 is a complete rewrite in C++ with addition of other modern features and detectors. </longdescription> +<use> + <flag name='athena'>Enable the MIT Athena (<pkg>x11-libs/libXaw</pkg>) + widget set (default is Motif)</flag> + <flag name='data'>Add a lot of standard physics data files for geant4</flag> + <flag name='dawn'>Add support for <pkg>media-gfx/dawn</pkg> (3D postscript + rendering)</flag> + <flag name='gdml'>Enable geometry markup language for xml</flag> + <flag name='geant3'>Add compatibility for geant321 to geant4</flag> + <flag name='global'>Produce a huge global library instead of small ones</flag> + <flag name='openinventor'>Add support for <pkg>media-libs/openinventor</pkg> + SGI toolkit</flag> + <flag name='raytracerx'>Enable raytracing for physics events</flag> + <flag name='vrml'>Enable output of geant4 in vrml formats</flag> +</use> </pkgmetadata> |