summaryrefslogtreecommitdiff
path: root/app-emacs/poke/poke-3.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-17 16:09:59 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-17 16:09:59 +0100
commita538d5e834cfb040c79291bd02474285e27241b8 (patch)
treed161002cdbdb464136a380a13af78d7197e1880e /app-emacs/poke/poke-3.2.ebuild
parentcef073efdce758fc34155284a2f489d79cdcafa9 (diff)
gentoo auto-resync : 17:05:2023 - 16:09:59
Diffstat (limited to 'app-emacs/poke/poke-3.2.ebuild')
-rw-r--r--app-emacs/poke/poke-3.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-emacs/poke/poke-3.2.ebuild b/app-emacs/poke/poke-3.2.ebuild
new file mode 100644
index 000000000000..2b3e82699b0f
--- /dev/null
+++ b/app-emacs/poke/poke-3.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25
+inherit elisp
+
+DESCRIPTION="Emacs meets GNU poke!"
+HOMEPAGE="https://elpa.gnu.org/packages/poke.html"
+# Rehosted ELPA tarballs for compression.
+SRC_URI="https://dev.gentoo.org/~arsen/poke-${PV}.tar.xz -> ${P}-el.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="app-emacs/poke-mode"
+RDEPEND="
+ ${DEPEND}
+ >=dev-util/poke-3.0
+"
+
+ELISP_REMOVE="poke-pkg.el"
+ELISP_TEXINFO="poke-el.texi"
+# -el here used to disambiguate with the dev-util/poke package, which
+# ships two more editing modes (for .map files and .pks files)
+SITEFILE="50${PN}-el-gentoo.el"