diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-23 08:44:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-23 08:44:14 +0000 |
commit | 3fdd548cfbacb7eb078b81e27fe31396bd907e0a (patch) | |
tree | 8d7071357d04720bdf98f69d606ffd16c7807727 /app-emacs/emacs-jabber | |
parent | EAPI=5. Add ruby20 and ruby21, drop deprecated ree18. Bug 487264. (diff) | |
download | gentoo-2-3fdd548cfbacb7eb078b81e27fe31396bd907e0a.tar.gz gentoo-2-3fdd548cfbacb7eb078b81e27fe31396bd907e0a.tar.bz2 gentoo-2-3fdd548cfbacb7eb078b81e27fe31396bd907e0a.zip |
Version bump. Drop ppc and sparc keywords because of new hexrgb dependency.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/emacs-jabber')
-rw-r--r-- | app-emacs/emacs-jabber/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild | 24 | ||||
-rw-r--r-- | app-emacs/emacs-jabber/files/50emacs-jabber-gentoo.el | 4 |
3 files changed, 36 insertions, 2 deletions
diff --git a/app-emacs/emacs-jabber/ChangeLog b/app-emacs/emacs-jabber/ChangeLog index 6a6f629b455c..db2f5566e8ca 100644 --- a/app-emacs/emacs-jabber/ChangeLog +++ b/app-emacs/emacs-jabber/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/emacs-jabber -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.25 2010/05/13 19:33:49 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.26 2014/02/23 08:44:14 ulm Exp $ + +*emacs-jabber-0.8.92 (23 Feb 2014) + + 23 Feb 2014; Ulrich Müller <ulm@gentoo.org> +emacs-jabber-0.8.92.ebuild, + +files/50emacs-jabber-gentoo.el: + Version bump. Drop ppc and sparc keywords because of new hexrgb dependency. 13 May 2010; Ulrich Mueller <ulm@gentoo.org> emacs-jabber-0.8.0.ebuild: Remove dependency on virtual/gnus. Update postinst message. 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..0125175361fd --- /dev/null +++ b/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/emacs-jabber-0.8.92.ebuild,v 1.1 2014/02/23 08:44:14 ulm Exp $ + +EAPI=5 +NEED_EMACS=22 + +inherit elisp + +DESCRIPTION="A Jabber client for Emacs" +HOMEPAGE="http://emacs-jabber.sourceforge.net/ + http://emacswiki.org/cgi-bin/wiki/JabberEl" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-emacs/hexrgb" +RDEPEND="${DEPEND}" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="jabber.texi" +DOCS="AUTHORS NEWS README" diff --git a/app-emacs/emacs-jabber/files/50emacs-jabber-gentoo.el b/app-emacs/emacs-jabber/files/50emacs-jabber-gentoo.el new file mode 100644 index 000000000000..11d8c5b6f416 --- /dev/null +++ b/app-emacs/emacs-jabber/files/50emacs-jabber-gentoo.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'jabber-customize "jabber" "customize jabber options" t) +(autoload 'jabber-connect "jabber" + "connect to the jabber server and start a jabber xml stream" t) |