diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-14 17:10:38 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-14 17:21:32 +0000 |
commit | 14a17c9f7d8fc7dafeb1a733632323928e66a656 (patch) | |
tree | 19c85f9f483c6f985354b0e3308ffab9d01ba719 /app-emacs/queue/metadata.xml | |
parent | app-emacs/undo-tree: add gitlab upstream metadata (diff) | |
download | gentoo-14a17c9f7d8fc7dafeb1a733632323928e66a656.tar.gz gentoo-14a17c9f7d8fc7dafeb1a733632323928e66a656.tar.bz2 gentoo-14a17c9f7d8fc7dafeb1a733632323928e66a656.zip |
app-emacs/queue: initial import at 0.2
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/queue/metadata.xml')
-rw-r--r-- | app-emacs/queue/metadata.xml | 16 |
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> |