From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; 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 ; 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 ; 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 ; Tue, 22 Oct 2024 15:59:02 +0000 (UTC) From: "Ulrich Müller" 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" 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 gentoo org> AuthorDate: Tue Oct 22 15:58:38 2024 +0000 Commit: Ulrich Müller gentoo 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 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 @@ Gentoo GNU Emacs project - 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. - Enable the MIT Athena widget set - (x11-libs/libXaw) - Enable loading of dynamic libraries (modules) - at runtime - Support shared score files for games - Use gfile (dev-libs/glib) for file - notification - Use the GNU multiple precision arithmetic library - (dev-libs/gmp) instead of the bundled mini-gmp subset - Use gsettings (dev-libs/glib) to read the - system font name - Compress bundled Emacs Lisp source - Use media-libs/harfbuzz as text shaping - engine - Use media-gfx/imagemagick for image - processing - Compile with Emacs Lisp native compiler support via - libgccjit - Compile with native JSON support using - dev-libs/jansson - Use dev-libs/libxml2 to parse XML instead - of the internal Lisp implementations - Retrieve e-mail using net-mail/mailutils - instead of the internal movemail substitute - Install C source files and make them available for - find-function - Add elisp threading support - Use the selected toolkit's scrollbars in - preference to Emacs' own scrollbars - Support the dev-libs/tree-sitter - parsing library - Prefer wide Emacs integers (typically 62-bit). - This option has an effect only on architectures where "long" and - "long long" types have different size. + + Enable the MIT Athena widget set (x11-libs/libXaw) + + + Enable loading of dynamic libraries (modules) at runtime + + + Support shared score files for games + + + Use gfile (dev-libs/glib) for file notification + + + Use the GNU multiple precision arithmetic library + (dev-libs/gmp) instead of the bundled mini-gmp subset + + + Use gsettings (dev-libs/glib) to read the system font name + + + Compress bundled Emacs Lisp source + + + Use media-libs/harfbuzz as text shaping engine + + + Use media-gfx/imagemagick for image processing + + + Compile with Emacs Lisp native compiler support via libgccjit + + + Compile with native JSON support using dev-libs/jansson + + + Use dev-libs/libxml2 to parse XML instead of the internal + Lisp implementations + + + Retrieve e-mail using net-mail/mailutils instead of the + internal movemail substitute + + + Install C source files and make them available for find-function + + + Add elisp threading support + + + Use the selected toolkit's scrollbars in preference to Emacs' own + scrollbars + + + Support the dev-libs/tree-sitter parsing library + + + Prefer wide Emacs integers (typically 62-bit). This option has an + effect only on architectures where "long" and "long long" types have + different size. + emacs