app-emacs/vm: remove -9999 ebuild due to ::gentoo not havgin bzr
[gentoo.git] / app-emacs / basic-toolkit / basic-toolkit-0.7.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5 NEED_EMACS=26
6
7 inherit elisp
8
9 DESCRIPTION="Basic edit toolkit"
10 HOMEPAGE="https://www.emacswiki.org/emacs/basic-toolkit.el"
11 # taken from https://www.emacswiki.org/emacs/download/${PN}.el
12 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
13
14 LICENSE="GPL-3+"
15 SLOT="0"
16 KEYWORDS="~amd64 ~x86"
17
18 RDEPEND="app-emacs/windows
19         app-emacs/cycle-buffer
20         app-emacs/css-sort-buffer"
21 BDEPEND="${RDEPEND}"
22
23 SITEFILE="50${PN}-gentoo-0.7.el"