diff options
author | 2022-04-20 10:09:25 +0200 | |
---|---|---|
committer | 2022-04-20 10:10:56 +0200 | |
commit | a17e13f1bc25d77588092a13277b42a6beb0362f (patch) | |
tree | f78c16cf77c2592c93f5741e3c3ea1ed76ae6f91 /app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild | |
parent | dev-java/reflections: remove unnecessary DOCS definition (diff) | |
download | gentoo-a17e13f1bc25d77588092a13277b42a6beb0362f.tar.gz gentoo-a17e13f1bc25d77588092a13277b42a6beb0362f.tar.bz2 gentoo-a17e13f1bc25d77588092a13277b42a6beb0362f.zip |
app-emacs/noflet: add missing dash dependency
Closes: https://bugs.gentoo.org/839573
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild')
-rw-r--r-- | app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild new file mode 100644 index 000000000000..461c04cef26d --- /dev/null +++ b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=7ae84dc3257637af7334101456dafe1759c6b68a + +inherit elisp + +DESCRIPTION="Dynamic, local advice for Emacs-Lisp code" +HOMEPAGE="https://github.com/nicferrier/emacs-noflet/" +SRC_URI="https://github.com/nicferrier/emacs-${PN}/archive/${H}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/emacs-${PN}-${H} + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-emacs/dash" +BDEPEND="${RDEPEND}" + +DOCS=( README.creole ) +PATCHES=( "${FILESDIR}"/${PN}-fix-requires.patch ) + +ELISP_REMOVE="let-while-tests.el" +SITEFILE="50${PN}-gentoo.el" |