app-emacs/pymacs: ppc64 stable wrt bug #721740
[gentoo.git] / app-emacs / treepy / treepy-0.1.1-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5 NEED_EMACS=24
6
7 inherit elisp
8
9 DESCRIPTION="Generic tree traversing tools for Emacs Lisp"
10 HOMEPAGE="https://github.com/volrath/treepy.el"
11 SRC_URI="https://github.com/volrath/treepy.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 S="${WORKDIR}/${PN}.el-${PV}"
13
14 LICENSE="GPL-3+"
15 SLOT="0"
16 KEYWORDS="amd64 x86"
17
18 PATCHES=("${FILESDIR}"/${P}-cl-lib.patch)
19 SITEFILE="50${PN}-gentoo.el"
20 DOCS="README.md"