diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-07 08:58:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-07 08:58:08 +0000 |
commit | 3c4cc57c834916de88bb974110a14d2bcffa41ff (patch) | |
tree | 60978d9ecfbb511687a33cdb4e4d127fb0eb9a0f | |
parent | Fixed hp-systray not starting up automatically with hp-toolbox, thanks to Gor... (diff) | |
download | gentoo-2-3c4cc57c834916de88bb974110a14d2bcffa41ff.tar.gz gentoo-2-3c4cc57c834916de88bb974110a14d2bcffa41ff.tar.bz2 gentoo-2-3c4cc57c834916de88bb974110a14d2bcffa41ff.zip |
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686)
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/metadata.xml | 41 |
2 files changed, 28 insertions, 18 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index abbf090730cd..3f28ff686193 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.14 2008/04/12 17:58:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.15 2008/08/07 08:58:08 ulm Exp $ + + 07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 12 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> plplot-5.5.2.ebuild: Switch tetex to local jadetex, bug #196745 diff --git a/sci-libs/plplot/metadata.xml b/sci-libs/plplot/metadata.xml index b402ba956e7f..997c1ff9b9d2 100644 --- a/sci-libs/plplot/metadata.xml +++ b/sci-libs/plplot/metadata.xml @@ -1,21 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <maintainer> - <email>cryos@gentoo.org</email> - </maintainer> - <longdescription> - PLplot is a library of functions that are useful for making scientific - plots. It can be used from within compiled languages such as C, C++, - FORTRAN and Java, as well as interactively from interpreted languages such - as Octave, Python, Perl and Tcl. It is capable of producing standard x-y - plots, semilog plots, log-log plots, contour plots, 3D surface plots, mesh - plots, bar charts and pie charts. Multiple graphs may be composited, and it - also supports a large variety of output file devices such as Postscript, - PNG, JPEG, LaTeX and others. It is also possible to to use interactive - devices such as xwin, tk and xterm as output devices. PLplot also offers - support for extended characters inculding the Greek alphabet and a host of - mathematical symbols. - </longdescription> +<herd>sci</herd> +<maintainer> + <email>cryos@gentoo.org</email> +</maintainer> +<longdescription> + PLplot is a library of functions that are useful for making scientific + plots. It can be used from within compiled languages such as C, C++, + FORTRAN and Java, as well as interactively from interpreted languages such + as Octave, Python, Perl and Tcl. It is capable of producing standard x-y + plots, semilog plots, log-log plots, contour plots, 3D surface plots, mesh + plots, bar charts and pie charts. Multiple graphs may be composited, and it + also supports a large variety of output file devices such as Postscript, + PNG, JPEG, LaTeX and others. It is also possible to to use interactive + devices such as xwin, tk and xterm as output devices. PLplot also offers + support for extended characters inculding the Greek alphabet and a host of + mathematical symbols. +</longdescription> +<use> + <flag name='itcl'>Support for <pkg>dev-tcltk/itcl</pkg> bindings</flag> + <flag name='jadetex'>Add support for <pkg>app-text/jadetex</pkg> + (for processing tex files produced by the TeX backend of Jade)</flag> + <flag name='octave'>Support for <pkg>sci-mathematics/octave</pkg> bindings + </flag> +</use> </pkgmetadata> |