app-emacs/nxml-gentoo-schemas: ppc64 stable wrt bug #717324
[gentoo.git] / app-emacs / desktop+ / desktop+-0.2-r2.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
7
8 DESCRIPTION="desktop+ extends standard desktop module"
9 HOMEPAGE="https://github.com/ffevotte/desktop-plus"
10 SRC_URI="https://github.com/ffevotte/desktop-plus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
12 LICENSE="GPL-3+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 RESTRICT="test"
16
17 RDEPEND="app-emacs/dash
18         app-emacs/f"
19 BDEPEND="${RDEPEND}"
20
21 S="${WORKDIR}/desktop-plus-${PV}"
22 SITEFILE="50${PN}-gentoo.el"
23 DOCS="README.md"