summaryrefslogtreecommitdiff
path: root/app-emacs/queue/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-emacs/queue/metadata.xml
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-emacs/queue/metadata.xml')
-rw-r--r--app-emacs/queue/metadata.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/queue/metadata.xml b/app-emacs/queue/metadata.xml
new file mode 100644
index 000000000000..3ac8e09b5ce7
--- /dev/null
+++ b/app-emacs/queue/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Provides queues can be used both as a first-in last-out (FILO) and
+ as a first-in first-out (FIFO) stack, i.e. elements can be added to
+ the front or back of the queue, and can be removed from the
+ front. (This type of data structure is sometimes called an
+ "output-restricted deque".)
+ </longdescription>
+ <stabilize-allarches/>
+</pkgmetadata>