commit:     aca07f7d11f1ae1cb1495944abfe94571b2b1abe
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 22:11:28 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 22:15:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca07f7d

dev-scheme/racket: format metadata XML

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-scheme/racket/metadata.xml | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/dev-scheme/racket/metadata.xml b/dev-scheme/racket/metadata.xml
index 3e1fa2366a15..ae43cd717d1c 100644
--- a/dev-scheme/racket/metadata.xml
+++ b/dev-scheme/racket/metadata.xml
@@ -1,19 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+
 <pkgmetadata>
   <maintainer type="project">
     <email>[email protected]</email>
     <name>Gentoo Scheme Project</name>
   </maintainer>
   <longdescription>
-==Grow your Program==
-Racket's interactive mode encourages experimentation, and quick scripts easily 
compose into larger systems. Small scripts and large systems both benefit from 
native-code JIT compilation. When a system gets too big to keep in your head, 
you can add static types.
-
-==Grow your Language==
-Extend Racket whenever you need to. Mold it to better suit your tasks without 
sacrificing interoperability with existing libraries and without having to 
modify the tool chain. When less is more, you can remove parts of a language or 
start over and build a new one.
-
-==Grow your Skills==
-Whether you're just starting out, want to know more about programming language 
applications or models, looking to expand your horizons, or ready to dive into 
research, Racket can help you become a better programmer and system builder.
+    Grow your Program - Racket's interactive mode encourages
+    experimentation, and quick scripts easily compose into larger
+    systems. Small scripts and large systems both benefit from native-code
+    JIT compilation. When a system gets too big to keep in your head, you
+    can add static types.  Grow your Language - extend Racket whenever you
+    need to. Mold it to better suit your tasks without sacrificing
+    interoperability with existing libraries and without having to modify
+    the tool chain. When less is more, you can remove parts of a language or
+    start over and build a new one.  Grow your Skills - whether you're just
+    starting out, want to know more about programming language applications
+    or models, looking to expand your horizons, or ready to dive into
+    research, Racket can help you become a better programmer and system
+    builder.
   </longdescription>
   <upstream>
     <bugs-to>https://github.com/racket/racket/issues/</bugs-to>
@@ -30,7 +36,9 @@ Whether you're just starting out, want to know more about 
programming language a
       Add ncurses support for expeditor (REPL expression editor)
     </flag>
     <flag name="places">
-      Enable racket/place library for share-nothing parallelism and 
message-passing communication. Compared to futures, places are heavyweight, but 
they have a simpler performance model.
+      Enable racket/place library for share-nothing parallelism and
+      message-passing communication. Compared to futures, places are
+      heavyweight, but they have a simpler performance model.
     </flag>
     <flag name="threads">
       Enable support for green threads

Reply via email to