app-emacs/ebuild-mode: amd64 stable wrt bug #717326
[gentoo.git] / app-emacs / moccur-edit / moccur-edit-2.16.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 inherit elisp
7
8 DESCRIPTION="An improved interface to color-moccur for editing"
9 HOMEPAGE="http://www.bookshelf.jp/
10         https://www.emacswiki.org/emacs/SearchBuffers"
11 # taken from http://www.bookshelf.jp/elc/moccur-edit.el
12 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
13
14 LICENSE="GPL-3+"
15 SLOT="0"
16 KEYWORDS="~amd64 ~x86"
17
18 RDEPEND="app-emacs/color-moccur"
19 DEPEND="${RDEPEND}"
20
21 SITEFILE="60${PN}-gentoo.el"