diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-22 17:58:38 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-22 17:58:38 +0200 |
commit | 83ba0a654332936ef01e64f621dbe39c3335bbc6 (patch) | |
tree | e0f486a540768014389254d150ab706bfc4ca1c5 /app-editors | |
parent | net-vpn/networkmanager-libreswan: add 1.2.24 (diff) | |
download | gentoo-83ba0a654332936ef01e64f621dbe39c3335bbc6.tar.gz gentoo-83ba0a654332936ef01e64f621dbe39c3335bbc6.tar.bz2 gentoo-83ba0a654332936ef01e64f621dbe39c3335bbc6.zip |
app-editors/emacs: metadata.xml whitespace changes
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/metadata.xml | 119 |
1 files 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> |