summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-02-14 17:10:38 +0000
committerMatthew Smith <matthew@gentoo.org>2022-02-14 17:21:32 +0000
commit14a17c9f7d8fc7dafeb1a733632323928e66a656 (patch)
tree19c85f9f483c6f985354b0e3308ffab9d01ba719 /app-emacs/queue/queue-0.2.ebuild
parentapp-emacs/undo-tree: add gitlab upstream metadata (diff)
downloadgentoo-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/queue-0.2.ebuild')
-rw-r--r--app-emacs/queue/queue-0.2.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/queue/queue-0.2.ebuild b/app-emacs/queue/queue-0.2.ebuild
new file mode 100644
index 000000000000..08989ce08bb2
--- /dev/null
+++ b/app-emacs/queue/queue-0.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Queue data structure"
+HOMEPAGE="https://elpa.gnu.org/packages/queue.html"
+SRC_URI="https://dev.gentoo.org/~matthew/distfiles/${P}.el.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"