summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2023-01-27 13:48:33 +0100
committerArsen Arsenović <arsen@gentoo.org>2023-01-28 00:53:44 +0100
commit3850c411ae4ca660266c678526fef22ee4fc57d1 (patch)
treed39dd5cb730c48b1f0fb12b8fbd220bb3ccf266b /app-emacs/poke/poke-3.0.ebuild
parentapp-emacs/poke-mode: new package, add 3.0 (diff)
downloadgentoo-3850c411ae4ca660266c678526fef22ee4fc57d1.tar.gz
gentoo-3850c411ae4ca660266c678526fef22ee4fc57d1.tar.bz2
gentoo-3850c411ae4ca660266c678526fef22ee4fc57d1.zip
app-emacs/poke: new package, add 3.0
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'app-emacs/poke/poke-3.0.ebuild')
-rw-r--r--app-emacs/poke/poke-3.0.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-emacs/poke/poke-3.0.ebuild b/app-emacs/poke/poke-3.0.ebuild
new file mode 100644
index 000000000000..242700db7404
--- /dev/null
+++ b/app-emacs/poke/poke-3.0.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"
+SRC_URI="https://elpa.gnu.org/packages/poke-${PV}.tar"
+
+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"