From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1682564-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CE7CA158013
	for <garchives@archives.gentoo.org>; Tue, 22 Oct 2024 15:59:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0EFF4E089C;
	Tue, 22 Oct 2024 15:59:05 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E9908E089C
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 15:59:04 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 38D6F33BEE8
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 15:59:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AC6BE11DF
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Oct 2024 15:59:02 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1729612718.83ba0a654332936ef01e64f621dbe39c3335bbc6.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/emacs/metadata.xml
X-VCS-Directories: app-editors/emacs/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 83ba0a654332936ef01e64f621dbe39c3335bbc6
X-VCS-Branch: master
Date: Tue, 22 Oct 2024 15:59:02 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: f24cfa64-e961-4aae-9897-8fa49d274402
X-Archives-Hash: 37777d00c81f4d3932b6279956da4847

commit:     83ba0a654332936ef01e64f621dbe39c3335bbc6
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 15:58:38 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 15:58:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ba0a65

app-editors/emacs: metadata.xml whitespace changes

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/emacs/metadata.xml | 119 +++++++++++++++++++++++++----------------
 1 file changed, 73 insertions(+), 46 deletions(-)

diff --git a/app-editors/emacs/metadata.xml b/app-editors/emacs/metadata.xml
index cd54973be312..595be025d744 100644
--- a/app-editors/emacs/metadata.xml
+++ b/app-editors/emacs/metadata.xml
@@ -6,54 +6,81 @@
     <name>Gentoo GNU Emacs project</name>
   </maintainer>
   <longdescription>
-  GNU Emacs is an extensible, customizable text editor - and more. At its core
-  is an interpreter for Emacs Lisp, a dialect of the Lisp programming language
-  with extensions to support text editing. The features of GNU Emacs include:
-   * Content-sensitive editing modes, including syntax coloring, for a variety
-     of file types including plain text, source code, and HTML.
-   * Complete built-in documentation, including a tutorial for new users.
-   * Full Unicode support for nearly all human languages and their scripts.
-   * Highly customizable, using Emacs Lisp code or a graphical interface.
-   * A large number of extensions that add other functionality, including a
-     project planner, mail and news reader, debugger interface, calendar, and
-     more. Many of these extensions are distributed with GNU Emacs; others are
-     available separately.
+    GNU Emacs is an extensible, customizable text editor - and more. At its
+    core is an interpreter for Emacs Lisp, a dialect of the Lisp programming
+    language with extensions to support text editing. The features of
+    GNU Emacs include:
+     * Content-sensitive editing modes, including syntax coloring, for a
+       variety of file types including plain text, source code, and HTML.
+     * Complete built-in documentation, including a tutorial for new users.
+     * Full Unicode support for nearly all human languages and their scripts.
+     * Highly customizable, using Emacs Lisp code or a graphical interface.
+     * A large number of extensions that add other functionality, including
+       a project planner, mail and news reader, debugger interface, calendar,
+       and more. Many of these extensions are distributed with GNU Emacs;
+       others are available separately.
   </longdescription>
   <use>
-    <flag name="athena">Enable the MIT Athena widget set
-    (<pkg>x11-libs/libXaw</pkg>)</flag>
-    <flag name="dynamic-loading">Enable loading of dynamic libraries (modules)
-    at runtime</flag>
-    <flag name="games">Support shared score files for games</flag>
-    <flag name="gfile">Use gfile (<pkg>dev-libs/glib</pkg>) for file
-    notification</flag>
-    <flag name="gmp">Use the GNU multiple precision arithmetic library
-    (<pkg>dev-libs/gmp</pkg>) instead of the bundled mini-gmp subset</flag>
-    <flag name="gsettings">Use gsettings (<pkg>dev-libs/glib</pkg>) to read the
-    system font name</flag>
-    <flag name="gzip-el">Compress bundled Emacs Lisp source</flag>
-    <flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> as text shaping
-    engine</flag>
-    <flag name="imagemagick">Use <pkg>media-gfx/imagemagick</pkg> for image
-    processing</flag>
-    <flag name="jit">Compile with Emacs Lisp native compiler support via
-    libgccjit</flag>
-    <flag name="json">Compile with native JSON support using
-    <pkg>dev-libs/jansson</pkg></flag>
-    <flag name="libxml2">Use <pkg>dev-libs/libxml2</pkg> to parse XML instead
-    of the internal Lisp implementations</flag>
-    <flag name="mailutils">Retrieve e-mail using <pkg>net-mail/mailutils</pkg>
-    instead of the internal movemail substitute</flag>
-    <flag name="source">Install C source files and make them available for
-    find-function</flag>
-    <flag name="threads">Add elisp threading support</flag>
-    <flag name="toolkit-scroll-bars">Use the selected toolkit's scrollbars in
-    preference to Emacs' own scrollbars</flag>
-    <flag name="tree-sitter">Support the <pkg>dev-libs/tree-sitter</pkg>
-    parsing library</flag>
-    <flag name="wide-int">Prefer wide Emacs integers (typically 62-bit).
-    This option has an effect only on architectures where "long" and
-    "long long" types have different size.</flag>
+    <flag name="athena">
+      Enable the MIT Athena widget set (<pkg>x11-libs/libXaw</pkg>)
+    </flag>
+    <flag name="dynamic-loading">
+      Enable loading of dynamic libraries (modules) at runtime
+    </flag>
+    <flag name="games">
+      Support shared score files for games
+    </flag>
+    <flag name="gfile">
+      Use gfile (<pkg>dev-libs/glib</pkg>) for file notification
+    </flag>
+    <flag name="gmp">
+      Use the GNU multiple precision arithmetic library
+      (<pkg>dev-libs/gmp</pkg>) instead of the bundled mini-gmp subset
+    </flag>
+    <flag name="gsettings">
+      Use gsettings (<pkg>dev-libs/glib</pkg>) to read the system font name
+    </flag>
+    <flag name="gzip-el">
+      Compress bundled Emacs Lisp source
+    </flag>
+    <flag name="harfbuzz">
+      Use <pkg>media-libs/harfbuzz</pkg> as text shaping engine
+    </flag>
+    <flag name="imagemagick">
+      Use <pkg>media-gfx/imagemagick</pkg> for image processing
+    </flag>
+    <flag name="jit">
+      Compile with Emacs Lisp native compiler support via libgccjit
+    </flag>
+    <flag name="json">
+      Compile with native JSON support using <pkg>dev-libs/jansson</pkg>
+    </flag>
+    <flag name="libxml2">
+      Use <pkg>dev-libs/libxml2</pkg> to parse XML instead of the internal
+      Lisp implementations
+    </flag>
+    <flag name="mailutils">
+      Retrieve e-mail using <pkg>net-mail/mailutils</pkg> instead of the
+      internal movemail substitute
+    </flag>
+    <flag name="source">
+      Install C source files and make them available for find-function
+    </flag>
+    <flag name="threads">
+      Add elisp threading support
+    </flag>
+    <flag name="toolkit-scroll-bars">
+      Use the selected toolkit's scrollbars in preference to Emacs' own
+      scrollbars
+    </flag>
+    <flag name="tree-sitter">
+      Support the <pkg>dev-libs/tree-sitter</pkg> parsing library
+    </flag>
+    <flag name="wide-int">
+      Prefer wide Emacs integers (typically 62-bit). This option has an
+      effect only on architectures where "long" and "long long" types have
+      different size.
+    </flag>
   </use>
   <upstream>
     <remote-id type="savannah">emacs</remote-id>