summaryrefslogtreecommitdiff
path: root/app-emacs/bm/bm-201905.ebuild
blob: 87402c182ff7b8fe8c70f2eb322ba128bb048c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit elisp

DESCRIPTION="Visible bookmarks in buffer"
HOMEPAGE="http://joodland.github.io/bm/
	https://www.emacswiki.org/emacs/VisibleBookmarks"
SRC_URI="https://github.com/joodland/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"

ELISP_REMOVE="bm-tests.el"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"