diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-14 16:57:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-14 16:57:59 +0000 |
commit | 82c355b6e65926621330acb7f2eda48d0d30b871 (patch) | |
tree | edb6da9bf2d88ffb821faa88c808a760c5364c32 /app-emacs | |
parent | Version bump. Drop some old versions. (diff) | |
download | gentoo-2-82c355b6e65926621330acb7f2eda48d0d30b871.tar.gz gentoo-2-82c355b6e65926621330acb7f2eda48d0d30b871.tar.bz2 gentoo-2-82c355b6e65926621330acb7f2eda48d0d30b871.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-jabber/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/emacs-jabber/emacs-jabber-0.8.0.ebuild | 36 | ||||
-rw-r--r-- | app-emacs/emacs-jabber/files/70emacs-jabber-gentoo.el | 7 |
3 files changed, 5 insertions, 44 deletions
diff --git a/app-emacs/emacs-jabber/ChangeLog b/app-emacs/emacs-jabber/ChangeLog index 2266b892c54d..a390ebaefae7 100644 --- a/app-emacs/emacs-jabber/ChangeLog +++ b/app-emacs/emacs-jabber/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/emacs-jabber # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.30 2014/05/14 14:21:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.31 2014/05/14 16:57:59 ulm Exp $ + + 14 May 2014; Ulrich Müller <ulm@gentoo.org> -emacs-jabber-0.8.0.ebuild, + -files/70emacs-jabber-gentoo.el: + Remove old. 14 May 2014; Agostino Sarubbo <ago@gentoo.org> emacs-jabber-0.8.92.ebuild: Stable for sparc, wrt bug #505526 diff --git a/app-emacs/emacs-jabber/emacs-jabber-0.8.0.ebuild b/app-emacs/emacs-jabber/emacs-jabber-0.8.0.ebuild deleted file mode 100644 index 62fa261d49e6..000000000000 --- a/app-emacs/emacs-jabber/emacs-jabber-0.8.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2010 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.0.ebuild,v 1.7 2010/05/14 14:45:07 ulm Exp $ - -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.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DOCS="AUTHORS NEWS README" -SITEFILE="70${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - makeinfo jabber.texi || die -} - -src_install() { - elisp_src_install - doinfo jabber.info || die -} - -pkg_postinst() { - elisp_pkg_postinst - elog "If you want to use SASL authentication, you need either Emacs 23," - elog "or install virtual/emacs-flim." -} diff --git a/app-emacs/emacs-jabber/files/70emacs-jabber-gentoo.el b/app-emacs/emacs-jabber/files/70emacs-jabber-gentoo.el deleted file mode 100644 index 6039a13c8a70..000000000000 --- a/app-emacs/emacs-jabber/files/70emacs-jabber-gentoo.el +++ /dev/null @@ -1,7 +0,0 @@ - -;;; emacs-jabber site-lisp configuration - -(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) |