commit: 7f5e1ea143a1cbe704f37aeeeee52f0824dc9556 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 19 11:37:55 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Nov 19 11:46:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5e1ea1
sci-visualization/gnuplot: Fix indentation of metadata.xml. Package-Manager: Portage-2.3.14, Repoman-2.3.6 sci-visualization/gnuplot/metadata.xml | 46 ++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/sci-visualization/gnuplot/metadata.xml b/sci-visualization/gnuplot/metadata.xml index 151dd892920..8700ea95739 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>[email protected]</email> - <name>Ulrich Müller</name> - </maintainer> - <maintainer type="person"> - <email>[email protected]</email> - <name>Christoph Junghans</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription> +<maintainer type="person"> + <email>[email protected]</email> + <name>Ulrich Müller</name> +</maintainer> +<maintainer type="person"> + <email>[email protected]</email> + <name>Christoph Junghans</name> +</maintainer> +<maintainer type="project"> + <email>[email protected]</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>
