summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-10-03 16:19:31 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-10-03 17:08:46 +0200
commitcd97075bb6ada4d230350623e8dfea5e527c8b02 (patch)
tree42c1345c66c865dafa1a42b18490548471c6a84e /app-emacs/which-key
parentapp-emacs/use-package: bump to 2.4.6 (diff)
downloadgentoo-cd97075bb6ada4d230350623e8dfea5e527c8b02.tar.gz
gentoo-cd97075bb6ada4d230350623e8dfea5e527c8b02.tar.bz2
gentoo-cd97075bb6ada4d230350623e8dfea5e527c8b02.zip
app-emacs/which-key: bump to 3.6.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/which-key')
-rw-r--r--app-emacs/which-key/Manifest1
-rw-r--r--app-emacs/which-key/which-key-3.6.1.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/app-emacs/which-key/Manifest b/app-emacs/which-key/Manifest
index e90b9a0855e8..139572275ffd 100644
--- a/app-emacs/which-key/Manifest
+++ b/app-emacs/which-key/Manifest
@@ -1 +1,2 @@
DIST which-key-3.6.0.tar.gz 462441 BLAKE2B e56dacff2003192e769e53f728538246f4b3c2f00273022a81382e3afaf4c1b7016a2da468ade1e1f0b3b33df7352a327f75c43fef990c432bbb55f3aad7a934 SHA512 8ecfa3e5d0529cc0e879772d2ea2fcbbdfc8ab559dc8befddd63b91e6ed726baa6c0069bc0f30dc417eb288d02a281f1b07b5c966a361f390cab4d7392c2e56c
+DIST which-key-3.6.1.tar.xz 24680 BLAKE2B a59d54fa8bd7e01ab17b3b74e2986d924837f2ed49df8f072fec93d41a5bac695c2d61c49d7a4e9c063fa30cec719ca1bda24de455726b39ea520a86eeeef2e7 SHA512 754078ac4307af064c18d4de6a3565669e2c017ac526f8de9ff09e7302f81c294031169cb6a011bd4fc88f0b872ca9d8a3d27b4952fd283bbc2dbb5c73a1d708
diff --git a/app-emacs/which-key/which-key-3.6.1.ebuild b/app-emacs/which-key/which-key-3.6.1.ebuild
new file mode 100644
index 000000000000..98146edf7dfb
--- /dev/null
+++ b/app-emacs/which-key/which-key-3.6.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="Display the key bindings following your currently entered keys"
+HOMEPAGE="https://github.com/justbur/emacs-which-key/"
+SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+ELISP_REMOVE="which-key-pkg.el"
+
+DOC_CONTENTS="To enable \"which-key-mode\" globally,
+ add the following to your init file:
+ \n\t(which-key-mode)"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_install() {
+ elisp-install "${PN}" ${PN}.el{,c}
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+ readme.gentoo_create_doc
+}