You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/app-emacs/noflet/noflet-0.0.15_p20141102.ebuild

25 lines
594 B

# 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"
DOCS=( README.creole )
PATCHES=( "${FILESDIR}"/${PN}-fix-requires.patch )
ELISP_REMOVE="let-while-tests.el"
SITEFILE="50${PN}-gentoo.el"