diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-11-27 21:55:31 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-11-27 23:10:06 +0100 |
commit | 82619d7e267adc88dd8b96f8101314e9990ce92a (patch) | |
tree | b8aa30610b551e22e0ecc3960cad31483931e6c1 /app-emacs | |
parent | app-emacs/treesit-auto: drop old 1.0.5 (diff) | |
download | gentoo-82619d7e267adc88dd8b96f8101314e9990ce92a.tar.gz gentoo-82619d7e267adc88dd8b96f8101314e9990ce92a.tar.bz2 gentoo-82619d7e267adc88dd8b96f8101314e9990ce92a.zip |
app-emacs/which-key: drop old 3.6.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/which-key/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/which-key/which-key-3.6.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-emacs/which-key/Manifest b/app-emacs/which-key/Manifest index 139572275ffd..b34d0aeab32c 100644 --- a/app-emacs/which-key/Manifest +++ b/app-emacs/which-key/Manifest @@ -1,2 +1 @@ -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.0.ebuild b/app-emacs/which-key/which-key-3.6.0.ebuild deleted file mode 100644 index 17330e3cc2d0..000000000000 --- a/app-emacs/which-key/which-key-3.6.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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://github.com/justbur/emacs-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${P} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -DOCS=( README.org img ) -SITEFILE="50${PN}-gentoo.el" -DOC_CONTENTS="To enable \"which-key-mode\" globally, - add the following to your init file: - \n\t(which-key-mode)" - -src_test() { - ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} -l ${PN}.el -l ${PN}-tests.el \ - -f ert-run-tests-batch-and-exit || die "tests failed" -} - -src_install() { - elisp-install ${PN} ${PN}.el{,c} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - einstalldocs - readme.gentoo_create_doc -} |