app-emacs/nxml-gentoo-schemas: Version bump to 20200229.
[gentoo.git] / app-emacs / emacs-jabber / emacs-jabber-0.8.92.ebuild
1 # Copyright 1999-2017 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="A Jabber client for Emacs"
9 HOMEPAGE="http://emacs-jabber.sourceforge.net/
10         https://www.emacswiki.org/emacs/JabberEl"
11 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
12
13 LICENSE="GPL-2+"
14 SLOT="0"
15 KEYWORDS="amd64 ppc sparc x86"
16
17 RDEPEND="app-emacs/hexrgb"
18 DEPEND="${RDEPEND}
19         sys-apps/texinfo"
20
21 SITEFILE="50${PN}-gentoo.el"
22 ELISP_TEXINFO="jabber.texi"
23 DOCS="AUTHORS NEWS README"