diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-11-19 12:37:55 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-11-19 12:46:25 +0100 |
commit | 7f5e1ea143a1cbe704f37aeeeee52f0824dc9556 (patch) | |
tree | 578133e6a3a2780132978710dd0236f4d221d519 | |
parent | sci-visualization/gnuplot: Update live ebuild for HEAD. (diff) | |
download | gentoo-7f5e1ea143a1cbe704f37aeeeee52f0824dc9556.tar.gz gentoo-7f5e1ea143a1cbe704f37aeeeee52f0824dc9556.tar.bz2 gentoo-7f5e1ea143a1cbe704f37aeeeee52f0824dc9556.zip |
sci-visualization/gnuplot: Fix indentation of metadata.xml.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r-- | sci-visualization/gnuplot/metadata.xml | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/sci-visualization/gnuplot/metadata.xml b/sci-visualization/gnuplot/metadata.xml index 151dd892920f..8700ea957399 100644 --- a/sci-visualization/gnuplot/metadata.xml +++ b/sci-visualization/gnuplot/metadata.xml @@ -1,32 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>ulm@gentoo.org</email> - <name>Ulrich Müller</name> - </maintainer> - <maintainer type="person"> - <email>junghans@gentoo.org</email> - <name>Christoph Junghans</name> - </maintainer> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription> +<maintainer type="person"> + <email>ulm@gentoo.org</email> + <name>Ulrich Müller</name> +</maintainer> +<maintainer type="person"> + <email>junghans@gentoo.org</email> + <name>Christoph Junghans</name> +</maintainer> +<maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> +</maintainer> +<longdescription> Gnuplot is a command-driven interactive function plotting program. It can be used to plot functions and data points in both two- and three-dimensional plots in many different formats. It is designed primarily for the visual display of scientific data. </longdescription> - <use> - <flag name="compat">Enable backwards compatibility with version 4 syntax</flag> - <flag name="gd">Add support for <pkg>media-libs/gd</pkg>. +<use> + <flag name="compat">Enable backwards compatibility with version 4 + syntax</flag> + <flag name="gd">Add support for <pkg>media-libs/gd</pkg>. Needed for GIF, JPEG, and PNG image output.</flag> - <flag name="libcerf">Enable special functions from <pkg>sci-libs/libcerf</pkg></flag> - <flag name="bitmap">Enable dot-matrix printers and pbm terminal</flag> - </use> - <upstream> - <remote-id type="sourceforge">gnuplot</remote-id> - </upstream> + <flag name="libcerf">Enable special functions from + <pkg>sci-libs/libcerf</pkg></flag> + <flag name="bitmap">Enable dot-matrix printers and pbm terminal</flag> +</use> +<upstream> + <remote-id type="sourceforge">gnuplot</remote-id> +</upstream> </pkgmetadata> |