diff options
Diffstat (limited to 'app-emacs/emacs-jabber')
-rw-r--r-- | app-emacs/emacs-jabber/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/emacs-jabber/emacs-jabber-0.7.1.ebuild | 43 |
2 files changed, 5 insertions, 44 deletions
diff --git a/app-emacs/emacs-jabber/ChangeLog b/app-emacs/emacs-jabber/ChangeLog index d1c19757f576..10bf82352333 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.23 2009/11/09 16:34:32 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-jabber/ChangeLog,v 1.24 2009/11/09 17:18:04 fauli Exp $ + + 09 Nov 2009; Christian Faulhammer <fauli@gentoo.org> + -emacs-jabber-0.7.1.ebuild: + clean up 09 Nov 2009; Tiago Cunha <tcunha@gentoo.org> emacs-jabber-0.8.0.ebuild: stable sparc, bug 288399 diff --git a/app-emacs/emacs-jabber/emacs-jabber-0.7.1.ebuild b/app-emacs/emacs-jabber/emacs-jabber-0.7.1.ebuild deleted file mode 100644 index 4ef287c988ad..000000000000 --- a/app-emacs/emacs-jabber/emacs-jabber-0.7.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2009 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.7.1.ebuild,v 1.10 2009/03/20 20:00:28 tcunha Exp $ - -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="sasl" - -# emacs-jabber depends on >= gnus-5.10 which is available in -# app-emacs/gnus or bundled with app-editors/emacs-cvs. emacs 21.4a -# includes gnus-5.9 - -DEPEND=">=virtual/gnus-5.10 - sasl? ( virtual/flim )" -RDEPEND="${DEPEND}" - -SITEFILE=70${PN}-gentoo.el - -src_unpack() { - unpack ${A} - use sasl || rm "${S}/jabber-sasl.el" -} - -src_compile() { - elisp-compile *.el || die "elisp-compile failed" - makeinfo jabber.texi || die "makeinfo failed" -} - -src_install() { - elisp-install ${PN} *.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - doinfo jabber.info - dohtml html/* - dodoc AUTHORS NEWS README || die "dodoc failed" -} |