app-emacs/ebuild-mode: arm64 stable (bug #717326)
[gentoo.git] / app-emacs / wgrep / wgrep-2.3.0.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp readme.gentoo-r1
7
8 DESCRIPTION="Writable grep buffer and apply the changes to files"
9 HOMEPAGE="https://github.com/mhayashi1120/Emacs-wgrep"
10 SRC_URI="https://github.com/mhayashi1120/Emacs-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-3+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15
16 S="${WORKDIR}/Emacs-${P}"
17 SITEFILE="50${PN}-gentoo.el"
18 DOC_CONTENTS="See commentary in ${SITELISP}/${PN}/wgrep.el for documentation.
19         \n\nTo activate wgrep, add the following line to your ~/.emacs file:
20         \n\t(require 'wgrep)"