diff options
author | 2012-08-04 02:05:04 +0000 | |
---|---|---|
committer | 2012-08-04 02:05:04 +0000 | |
commit | a7e8ffe995791796837cf4763645c25085ee7c0d (patch) | |
tree | 3c53626657599863b071e1e28877cf7720a74a0c /sci-libs/mathgl/metadata.xml | |
parent | whitespace (diff) | |
download | historical-a7e8ffe995791796837cf4763645c25085ee7c0d.tar.gz historical-a7e8ffe995791796837cf4763645c25085ee7c0d.tar.bz2 historical-a7e8ffe995791796837cf4763645c25085ee7c0d.zip |
Version bump. Switched to cmake, so had to rewrite from scratch
Package-Manager: portage-2.2.01.20796-prefix/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/mathgl/metadata.xml')
-rw-r--r-- | sci-libs/mathgl/metadata.xml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/sci-libs/mathgl/metadata.xml b/sci-libs/mathgl/metadata.xml index 836ded4f6d6c..e62c4243ffb4 100644 --- a/sci-libs/mathgl/metadata.xml +++ b/sci-libs/mathgl/metadata.xml @@ -1,13 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> - <maintainer> - <email>grozin@gentoo.org</email> - <name>Andrey Grozin</name> - </maintainer> - <longdescription>Math Graphics Library</longdescription> - <use> - <flag name="octave">Add bindings for <pkg>sci-mathematics/octave</pkg></flag> - </use> +<herd>sci</herd> +<maintainer> + <email>grozin@gentoo.org</email> + <name>Andrey Grozin</name> +</maintainer> +<longdescription> + MathGL is a library for: + * making high-quality scientific graphics + * the fast data plotting and data processing of large data arrays + * working in window and console modes and for easy embedding into other programs +</longdescription> +<use> + <flag name="octave">Add bindings for <pkg>sci-mathematics/octave</pkg></flag> +</use> </pkgmetadata> |