diff options
Diffstat (limited to 'app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild')
-rw-r--r-- | app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild b/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild new file mode 100644 index 000000000000..e4121b77f2d8 --- /dev/null +++ b/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit elisp + +DESCRIPTION="A Jabber client for Emacs" +HOMEPAGE="http://emacs-jabber.sourceforge.net/ + http://emacswiki.org/emacs/JabberEl" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 ppc sparc x86" + +DEPEND="app-emacs/hexrgb" +RDEPEND="${DEPEND}" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="jabber.texi" +DOCS="AUTHORS NEWS README" |