summaryrefslogtreecommitdiff
path: root/app-emacs/magit-popup/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/magit-popup/metadata.xml')
-rw-r--r--app-emacs/magit-popup/metadata.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-emacs/magit-popup/metadata.xml b/app-emacs/magit-popup/metadata.xml
new file mode 100644
index 000000000000..bc9fba320bcf
--- /dev/null
+++ b/app-emacs/magit-popup/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<longdescription>
+This package implements a generic interface for toggling switches
+and setting options and then invoking an Emacs command which does
+something with these arguments. The prototypical use is for the
+command to call an external process, passing on the arguments as
+command line arguments. But this is only one of many possible
+uses (though the one this library is optimized for).
+
+With the Emacs concept of "prefix arguments" in mind this could be
+described as "infix arguments with feedback in a buffer".
+
+Commands that set the prefix argument for the subsequent command do
+not limit what that next command could be. But entering a command
+console popup does limit the selection to the commands defined for
+that popup, and so we use the term "infix" instead of "prefix".
+</longdescription>
+<stabilize-allarches/>
+<upstream>
+ <remote-id type="github">magit/magit-popup</remote-id>
+</upstream>
+</pkgmetadata>