sci-visualization/gnuplot: Fix indentation of metadata.xml.
authorUlrich Müller <ulm@gentoo.org>
Sun, 19 Nov 2017 11:37:55 +0000 (12:37 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 19 Nov 2017 11:46:25 +0000 (12:46 +0100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

sci-visualization/gnuplot/metadata.xml

index 151dd892920f79edfe3518b17b6b3fea70a1ebc4..8700ea95739935641487c338d5d2e9409c63aad4 100644 (file)
@@ -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>