summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-07 09:00:31 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-07 09:00:31 +0000
commita911c763c349c1105c6d3f863f860395401de51c (patch)
tree0eb44a62a80f0a39eaf15ec6d2f507a9f036461a /sci-libs/plplot
parentFixed hp-systray not starting up automatically with hp-toolbox, thanks to Gor... (diff)
downloadhistorical-a911c763c349c1105c6d3f863f860395401de51c.tar.gz
historical-a911c763c349c1105c6d3f863f860395401de51c.tar.bz2
historical-a911c763c349c1105c6d3f863f860395401de51c.zip
Add USE flag description to metadata wrt GLEP 56.
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r--sci-libs/plplot/ChangeLog5
-rw-r--r--sci-libs/plplot/metadata.xml41
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>