commit:     db85e70706cad37e64a918290b3d43d1907ebfbd
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 22:36:15 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 23:39:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db85e707

app-emacs/transient: update metadata XML, add upstream items

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

 app-emacs/transient/metadata.xml | 50 +++++++++++++++-------------------------
 1 file changed, 19 insertions(+), 31 deletions(-)

diff --git a/app-emacs/transient/metadata.xml b/app-emacs/transient/metadata.xml
index d38064f6c7b2..c743c7395bc7 100644
--- a/app-emacs/transient/metadata.xml
+++ b/app-emacs/transient/metadata.xml
@@ -1,35 +1,23 @@
 <?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 GNU Emacs project</name>
-</maintainer>
-<longdescription>
-  Taking inspiration from prefix keys and prefix arguments, Transient
-  implements a similar abstraction involving a prefix command, infix
-  arguments and suffix commands.  We could call this abstraction a
-  "transient command", but because it always involves at least two
-  commands (a prefix and a suffix) we prefer to call it just a
-  "transient".
-  
-  When the user calls a transient prefix command, then a transient
-  (temporary) keymap is activated, which binds the transient's infix
-  and suffix commands, and functions that control the transient state
-  are added to `pre-command-hook' and `post-command-hook'.  The
-  available suffix and infix commands and their state are shown in
-  the echo area until the transient is exited by invoking a suffix
-  command.
-  
-  Calling an infix command causes its value to be changed, possibly
-  by reading a new value in the minibuffer.
-  
-  Calling a suffix command usually causes the transient to be exited
-  but suffix commands can also be configured to not exit the
-  transient state.
-</longdescription>
-<stabilize-allarches/>
-<upstream>
-  <remote-id type="github">magit/transient</remote-id>
-</upstream>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <longdescription>
+    Taking inspiration from prefix keys and prefix arguments, Transient
+    implements a similar abstraction involving a prefix command, infix
+    arguments and suffix commands.  We could call this abstraction a
+    "transient command", but because it always involves at least two
+    commands (a prefix and a suffix) we prefer to call it just a
+    "transient".
+  </longdescription>
+  <stabilize-allarches/>
+  <upstream>
+    <bugs-to>https://github.com/magit/transient/issues/</bugs-to>
+    
<changelog>https://raw.githubusercontent.com/magit/transient/refs/heads/main/CHANGELOG</changelog>
+    <remote-id type="github">magit/transient</remote-id>
+  </upstream>
 </pkgmetadata>

Reply via email to